gdb: change print format of flag enums with value 0
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
373d7ac0
SM
12020-02-18 Simon Marchi <simon.marchi@efficios.com>
2
3 * gdb.base/printcmds.exp (test_print_enums): Update expected
4 output.
5
b29a2df0
SM
62020-02-18 Simon Marchi <simon.marchi@efficios.com>
7
8 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
9 for "unknown".
10
6740f0cc
SM
112020-02-18 Simon Marchi <simon.marchi@efficios.com>
12
13 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
14 enumerator.
15
edd45eb0
SM
162020-02-18 Simon Marchi <simon.marchi@efficios.com>
17
18 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
19 FE_, add FE_NONE.
20 (three): Update.
21 (enum flag_enum_without_zero): New enum.
22 (flag_enum_without_zero): New variable.
23 (enum not_flag_enum): New enum.
24 (three_not_flag): New variable.
25 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
26 (test_print_enums): Add more tests for printing flag enums.
27
d4295de4
TV
282020-02-18 Tom de Vries <tdevries@suse.de>
29
30 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
31 (gdb_compile_ada): ... here.
32 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
33 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
34
f251f505
TT
352020-02-14 Tom Tromey <tom@tromey.com>
36
37 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
38 build directory.
39 * boards/gdbserver-base.exp: Update path to gdbserver.
40
8f432634
TV
412020-02-13 Tom de Vries <tdevries@suse.de>
42
43 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
44
92b6eaf7
TV
452020-02-13 Tom de Vries <tdevries@suse.de>
46
47 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
48 are missing.
49
f3b0f7fe
TV
502020-02-13 Tom de Vries <tdevries@suse.de>
51
52 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
53 call.
54
f6be8713
SDJ
552020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
56
57 PR tui/25126
58 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
59 * gdb.base/cached-source-file.c: New file.
60 * gdb.base/cached-source-file.exp: New file.
61
b2770d5e
TV
622020-02-11 Tom de Vries <tdevries@suse.de>
63
64 PR testsuite/25488
65 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
66
44f6938e
TV
672020-02-10 Tom de Vries <tdevries@suse.de>
68
69 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
70
5f0e2eb7
MR
712020-02-10 Maciej W. Rozycki <macro@wdc.com>
72
73 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
74 and $after_addr are both integers before making a comparison.
75
46ce2b6f
TV
762020-02-09 Tom de Vries <tdevries@suse.de>
77
78 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
79 command output and paste it into gdb.log. If any, paste catch message
80 to gdb.log.
81
5abbbe1d
TT
822020-02-07 Tom Tromey <tromey@adacore.com>
83
84 PR breakpoints/24915:
85 * gdb.base/annotate-symlink.exp: Use setup_xfail.
86
1d5d29e7
SV
872020-02-06 Shahab Vahedi <shahab@synopsys.com>
88
89 * gdb.tui/tui-missing-src.exp: Add the "missing source
90 file" test for the TUI.
91
b0999b9b
AB
922020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
93
94 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
95 including a port number in the output.
96
c3b149eb
AKS
972020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
98
99 * lib/fortran.exp (fortran_int4): Handle clang.
100 (fortran_int8): Likewise.
101 (fortran_real4): Likewise.
102 (fortran_real8): Likewise.
103 (fortran_complex4): Likewise.
104 (fortran_logical4): Likewise.
105 (fortran_character1): Likewise.
106
f8dcc90b
TV
1072020-02-04 Tom de Vries <tdevries@suse.de>
108
109 * README (Race detection): Add note.
110
f90ac7c2
TV
1112020-02-04 Tom de Vries <tdevries@suse.de>
112
113 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
114
780636ae
TV
1152020-02-04 Tom de Vries <tdevries@suse.de>
116
117 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
118
5d2e1193
RA
1192020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
120
121 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
122 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
123 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
124 blttar, bnetarl.
125 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
126 binary for blttar, bnetarl.
127 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
128 wait instruction. Delete ldmx test.
129 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
130
e409c542
AKS
1312020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
132
133 * gdb.fortran/array-bounds-high.exp: New file.
134 * gdb.fortran/array-bounds-high.f90: New file.
135
b0029748
LD
1362020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
137
138 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
139 Replace #include of <sys/fcntl.h> by <fcntl.h>.
140
195a8287
TV
1412020-02-01 Tom de Vries <tdevries@suse.de>
142
143 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
144
42330a68
AB
1452020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
146
147 PR tui/9765
148 * gdb.tui/tui-layout-asm-short-prog.S: New file.
149 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
150
b62a8028
LM
1512020-01-29 Luis Machado <luis.machado@linaro.org>
152
153 * gdb.arch/aarch64-brk-patterns.c: New source file.
154 * gdb.arch/aarch64-brk-patterns.exp: New test.
155
5f440116
TBA
1562020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
157
158 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
159 GCC/Clang version.
160 * gdb.cp/pass-by-ref.exp: Ditto.
161
ee2a6fc6
TV
1622020-01-29 Tom de Vries <tdevries@suse.de>
163
164 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
165 * gdb.threads/watchpoint-fork-mt.c: Same.
166 * gdb.threads/watchpoint-fork-parent.c: Same.
167 * gdb.threads/watchpoint-fork-st.c: Same.
168 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
169
16b10d6e
LM
1702020-01-27 Luis Machado <luis.machado@linaro.org>
171
172 * gdb.base/step-over-syscall.exp (setup): Check if we're already
173 sitting at a syscall instruction when we hit the syscall function's
174 breakpoint.
175 Check PC against one obtained with the x command.
176 Validate syscall number.
177 (step_over_syscall): Don't continue to the syscall instruction if
178 we're already there.
179
b1468492
PW
1802020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
181
182 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
183
7ffa82e1
AB
1842020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
185
186 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
187 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
188
3d92a3e3
AB
1892020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
190
191 * gdb.dwarf2/dw2-inline-stepping.c: New file.
192 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
193
94a72be7
AB
1942020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
195
196 * gdb.base/maint.exp: Update line table parsing test.
197 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
198
53af73bf
PA
1992020-01-24 Pedro Alves <palves@redhat.com>
200
201 PR gdb/25410
202 * gdb.multi/multi-re-run-1.c: New.
203 * gdb.multi/multi-re-run-2.c: New.
204 * gdb.multi/multi-re-run.exp: New.
205
1ba1ac88
AB
2062020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
207
208 PR gdb/23718
209 * gdb.server/server-kill-python.exp: New file.
210
f3364a6d
AB
2112020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
212
213 * gdb.server/multi-ui-errors.c: New file.
214 * gdb.server/multi-ui-errors.exp: New file.
215
733d0a67
AB
2162020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
217
218 PR tui/9765
219 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
220
4f13c1c0
TT
2212020-01-19 Tom Tromey <tom@tromey.com>
222
223 * gdb.tui/main.exp: Add check for plain "file".
224
40c94099
CB
2252020-01-16 Christian Biesinger <cbiesinger@google.com>
226
227 * lib/gdb.exp: Fix spelling error (seperatelly).
228
ff47f4f0
TT
2292020-01-14 Tom Tromey <tom@tromey.com>
230
231 PR symtab/12535:
232 * gdb.python/python.exp: Test decode_line with empty string
233 argument.
234
717c684d
BE
2352020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
236
237 * gdb.base/skip-inline.exp: Extend test.
238
44e4c775
AB
2392020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
240
241 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
242 * gdb.dwarf2/dw2-bad-elf.c: New file.
243 * gdb.dwarf2/dw2-bad-elf.exp: New file.
244
d93c6db7
AB
2452020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
246
247 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
248 _line_saw_file.
249
9a6d629c
AB
2502020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
251
252 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
253 border.
254
d9ebdab7
TBA
2552020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
256
257 * gdb.multi/multi-target.exp (setup): Factor out "info
258 connections" and "info inferiors" tests to ...
259 (test_info_inferiors): ... this new procedure.
260 (top level): Run new "info-inferiors" tests.
261
f3c469b9
PA
2622020-01-10 Pedro Alves <palves@redhat.com>
263
264 * gdb.server/bkpt-other-inferior.exp: New file.
265
121b3efd
PA
2662020-01-10 Pedro Alves <palves@redhat.com>
267
268 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
269 of "add-inferior".
270 * gdb.base/quit-live.exp: Likewise.
271 * gdb.base/remote-exec-file.exp: Likewise.
272 * gdb.guile/scm-progspace.exp: Likewise.
273 * gdb.linespec/linespec.exp: Likewise.
274 * gdb.mi/new-ui-mi-sync.exp: Likewise.
275 * gdb.mi/user-selected-context-sync.exp: Likewise.
276 * gdb.multi/multi-target.exp (setup): Add "info connection" and
277 "info inferiors" tests.
278 * gdb.multi/remove-inferiors.exp: Adjust expected output of
279 "add-inferior".
280 * gdb.multi/watchpoint-multi.exp: Likewise.
281 * gdb.python/py-inferior.exp: Likewise.
282 * gdb.server/extended-remote-restart.exp: Likewise.
283 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
284 "info inferiors".
285 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
286 * gdb.trace/report.exp: Likewise.
287
1dadb1dd
PA
2882020-01-10 Pedro Alves <palves@redhat.com>
289
290 * gdb.multi/multi-target.c: New file.
291 * gdb.multi/multi-target.exp: New file.
292 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
293 mode requested, but remote does not support non-stop".
294
78f2c40a
PA
2952020-01-10 Pedro Alves <palves@redhat.com>
296
297 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
298 disconnect before reconnecting.
299
e7af6c70
TBA
3002020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
301 Pedro Alves <palves@redhat.com>
302
303 * gdb.server/connect-without-multi-process.exp: Also test
304 continuing to end.
305
acdf84a6
PA
3062020-01-10 Pedro Alves <palves@redhat.com>
307
308 * gdb.base/remote-exec-file.exp: New file.
309
873657b9
PA
3102020-01-10 Pedro Alves <palves@redhat.com>
311
312 * gdb.base/fork-running-state.exp (do_test): Adjust expected
313 output.
314 * gdb.threads/async.c: New.
315 * gdb.threads/async.exp: New.
316 * gdb.multi/tids-gid-reset.c: New.
317 * gdb.multi/tids-gid-reset.exp: New.
318
7f0ae84c
GB
3192020-01-10 George Barrett <bob@bob131.so>
320
321 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
322 to help in finding the image relocation offset.
323 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
324 options in arguments.
325 (stap_test_no_debuginfo): Likewise.
326 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
327 test variants.
328 (stap_test): Add null semaphore relocation test.
329
47e9d49d
GB
3302020-01-10 George Barrett <bob@bob131.so>
331
332 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
333 * gdb.base/stap-probe.exp: Likewise.
334 (stap_test): Pass argument as an additional flag.
335 (stap_test_no_debuginfo): Likewise.
336 (stap_test): Check `info probes stap' output for semaphore
337 addresses if the test binary is supposed to have them.
338
f5a7c406
AB
3392020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
340
341 * gdb.tui/basic.exp: Add more scrolling tests.
342
9ae6bf64
TT
3432020-01-09 Tom Tromey <tom@tromey.com>
344
345 PR tui/18932:
346 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
347 meangingful value.
348 (Term::command, Term::resize): Update.
349 * gdb.tui/basic.exp: Add scrolling test.
350
b2efe70c
AB
3512020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
352
353 * gdb.tui/tui-layout-asm.exp: New file.
354
3804da7e
AB
3552020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
356
357 * lib/tuiterm.exp (Term::check_box_contents): New proc.
358
b40aa28f
AB
3592020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
360
361 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
362 (Term::enter_tui): Use Term::prepare_for_tui.
363
63ffd7c9
AB
3642020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
365
366 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
367 called.
368
3be966f6
AB
3692020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
370
371 * gdb.base/skip.exp: Fix race condition in test.
372
153d79c4
AB
3732020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
374
375 * gdb.base/backtrace.c: New file.
376 * gdb.base/backtrace.exp: New file.
377
f2302a34
AB
3782020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
379
380 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
381
6ec1d75e
PW
3822020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
383
384 * gdb.base/style.exp: Test that warnings are styled.
385
c296cbe6
BE
3862019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
387
388 * gdb.base/line65535.exp: New file.
389 * gdb.base/line65535.c: New file.
390
b28a729d
SM
3912019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
392
393 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
394 * lib/gnat_debug_info_test.adb: New file.
395 * gdb.ada/ptype_tagged_param.exp: Use
396 gnat_runtime_has_debug_info, expect a different output if
397 runtime does not have debug info.
398
7f2d7a0d
SM
3992019-12-20 Simon Marchi <simon.marchi@efficios.com>
400
401 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
402 (another) quote in test name.
403
f3bce483
SM
4042019-12-20 Simon Marchi <simon.marchi@efficios.com>
405
406 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
407 Add quote in test name.
408
c855a912
TBA
4092019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
410
411 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
412 directory instead.
413 * gdb.cp/pass-by-ref.exp: Extend with more cases.
414 * gdb.cp/pass-by-ref-2.cc: New file.
415 * gdb.cp/pass-by-ref-2.exp: New file.
416
fc9d2d72
TT
4172019-12-20 Tom Tromey <tom@tromey.com>
418
419 * gdb.tui/list-before.exp: New file.
420
77b97e00
TT
4212019-12-20 Tom Tromey <tom@tromey.com>
422
423 * gdb.tui/list.exp: Check for source on initial listing.
424
f69656d0
TT
4252019-12-11 Tom Tromey <tromey@adacore.com>
426
427 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
428 Add crlf test.
429
99a55965
SM
4302019-12-18 Simon Marchi <simon.marchi@efficios.com>
431
432 * gdb.base/default.exp: Update value of $_gdb_major.
433
5024637f
BE
4342019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
435
436 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
437
b63634be
BE
4382019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
439
440 * gdb.base/skip.exp: Whitespace fix.
441
45d73523
BE
4422019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
443
444 * gdb.base/skip-inline.c: New file.
445 * gdb.base/skip-inline.exp: New file.
446
d043f8c8
SM
4472019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
448
449 * gdb.base/jit-reader.exp (jit_reader_test): Rename
450 jit_function_00 to jit_function_stack_mangle.
451 * gdb.base/jithost.c (jit_function_t): Rename to...
452 (jit_function_stack_mangle_t): ... this.
453 (jit_function_add_t): New typedef.
454 (jit_function_00_code): Rename to...
455 (jit_function_stack_mangle_code): ... this, make static.
456 (jit_function_add_code): New.
457 (main): Generate "add" function and call it. Adjust to changes
458 in jithost_abi.
459 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
460 (struct jithost_abi) <begin, end>: Remove fields.
461 <object, function_stack_mangle, function_add>: New fields.
462 * gdb.base/jitreader.c (struct reader_state) <code_begin,
463 code_end>: Remove fields.
464 <func_stack_mangle>: New field.
465 (read_debug_info): Adjust to renaming, create block for "add"
466 function.
467 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
468
873de05c
TT
4692019-12-11 Tom Tromey <tom@tromey.com>
470
471 * gdb.tui/resize.exp: Fix regexp.
472 * gdb.tui/regs.exp: Fix regexps.
473 * gdb.tui/main.exp: Fix regexp.
474
3d979945
TT
4752019-12-11 Tom Tromey <tom@tromey.com>
476
477 * gdb.tui/resize.exp: Update.
478 * gdb.tui/empty.exp (layouts): Update.
479
2192a9d3
TT
4802019-12-11 Tom Tromey <tom@tromey.com>
481
482 * gdb.tui/regs.exp: Update.
483 * gdb.tui/empty.exp (layouts): Update.
484 * gdb.tui/basic.exp: Update.
485 * lib/tuiterm.exp (_check_box): Don't check bottom border.
486
d8edc8b7
PW
4872019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
488
489 * gdb.base/options.exp: Add -raw-values in the print completion list.
490 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
491
4c12d936
KB
4922019-12-10 Kevin Buettner <kevinb@redhat.com>
493
494 * gdb.threads/omp-par-scope.c: New file.
495 * gdb/threads/omp-par-scope.exp: New file.
496
26b911fb
KB
4972019-12-10 Kevin Buettner <kevinb@redhat.com>
498
bb47f919
KB
499 * lib/gdb.exp (support_nested_function_tests): New proc.
500
5012019-12-10 Kevin Buettner <kevinb@redhat.com>
502
503 * lib/gdb.exp (gdb_compile_openmp): New proc.
504 (build_executable_from_specs): Add an "openmp" option.
505 (gdb_compile_pthreads): Add non-executable case.
26b911fb 506
6c71eb7d
TT
5072019-12-10 Tom Tromey <tromey@adacore.com>
508
509 * gdb.ada/unchecked_union.exp: New file.
510 * gdb.ada/unchecked_union/pck.adb: New file.
511 * gdb.ada/unchecked_union/pck.ads: New file.
512 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
513 * gdb-utils.exp (string_to_regexp): Also quote "?".
514
bac7c5cf
GB
5152019-12-10 George Barrett <bob@bob131.so>
516
517 Test scripted probe breakpoints.
518 * gdb.guile/scm-breakpoint.c (main): Add probe point.
519 * gdb.python/py-breakpoint.c (main): Likewise.
520 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
521 specifier test.
522 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
523
330f1d38
TBA
5242019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
525
526 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
527 an rvalue parameter.
528 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
529 parameter.
530
b43315e2
AB
5312019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
532
533 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
534 modules.
535
54f73dad
AB
5362019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
537
538 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
539 broken version of GCC.
540
d57cbee9
AB
5412019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
542
543 * gdb.fortran/info-modules.exp: Rewrite to make use of new
544 sym-info-cmds library.
545 * gdb.fortran/info-types.exp: Likewise.
546 * lib/sym-info-cmds.exp: New file.
547
c14aab8c
TV
5482019-12-08 Tom de Vries <tdevries@suse.de>
549
550 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
551
aa2d5a42
KS
5522019-12-07 Keith Seitz <keiths@redhat.com>
553
554 * gdb.base/corefile-buildid-shlib-shr.c: New file.
555 * gdb.base/corefile-buildid-shlib.c: New file.
556 * gdb.base/corefile-buildid.c: New file.
557 * gdb.base/corefile-buildid.exp: New file.
558
93e55f0a
TV
5592019-12-06 Tom de Vries <tdevries@suse.de>
560
561 * gdb.dwarf2/varval.exp: Add decl before def test.
562
c7d12402
TBA
5632019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
564
565 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
566
06acc08f
TBA
5672019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
568
569 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
570 CV and reference conversion for overload resolution.
571 * gdb.cp/rvalue-ref-overload.exp: Test it.
572
e0fad1ea
PW
5732019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
574
575 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
576 * gdb.base/frameapply.exp: Test faas without command.
577
8d70a9f0
AB
5782019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
579
580 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
581 Fortran tests.
582 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
583 order.
584
36c8fb93
AB
5852019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
586
587 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
588 casting to type with no kind specified.
589 (test_basic_parsing_of_type_kinds): Additional tests for types
590 with no kind specified, and add tests for single/double
591 precision/complex types.
592
4139ff00
TT
5932019-12-04 Tom Tromey <tromey@adacore.com>
594
595 * gdb.base/endianity.c (struct other) <x>: New field.
596 (main): Initialize it.
597 * gdb.base/endianity.exp: Update.
598
a05cf17a
TT
5992019-12-04 Tom Tromey <tromey@adacore.com>
600
601 * gdb.ada/scalar_storage/storage.adb: New file.
602 * gdb.ada/scalar_storage/pck.adb: New file.
603 * gdb.ada/scalar_storage/pck.ads: New file.
604 * gdb.ada/scalar_storage.exp: New file.
605
103a685e
TT
6062019-12-04 Tom Tromey <tromey@adacore.com>
607
608 * gdb.base/endianity.c (struct otherendian) <f>: New field.
609 (main): Initialize it.
610 * gdb.base/endianity.exp: Update.
611
c2512106
AB
6122019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
613
614 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
615
293b38d6
AB
6162019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
617
618 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
619 -symbol-info-module-functions and -symbol-info-module-variables.
620
216a7e6b
AB
6212019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
622
623 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
624
5bbd8269
AB
6252019-12-01 Richard Bunt <richard.bunt@arm.com>
626 Andrew Burgess <andrew.burgess@embecosm.com>
627
628 * gdb.fortran/derived-type-striding.exp: New file.
629 * gdb.fortran/derived-type-striding.f90: New file.
630 * gdb.fortran/array-slices.exp: New file.
631 * gdb.fortran/array-slices.f90: New file.
632
be09caf1
PW
6332019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
634
635 * gdb.base/define.exp: Test . in command names.
636 * gdb.base/setshow.exp: Update test, as . is now part of
637 command name.
638
643c0cbe
PW
6392019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
640
641 * gdb.base/define-prefix.exp: New file.
642
dcdec678
AB
6432019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
644
645 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
646 compile.
647 (skip_btrace_pt_tests): Likewise.
648
640ab947
AB
6492019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
650
651 * gdb.fortran/info-modules.exp: Compile source files in correct
652 order.
653
d22670f0
KB
6542019-11-27 Kevin Buettner <kevinb@redhat.com>
655
656 * gdb.dwarf2/imported-unit.exp: New file.
657 * gdb.dwarf2/imported-unit.c: New file.
658
db5960b4
AB
6592019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
660
661 * gdb.mi/mi-fortran-modules-2.f90: New file.
662 * gdb.mi/mi-fortran-modules.exp: New file.
663 * gdb.mi/mi-fortran-modules.f90: New file.
664
7dc42066
AB
6652019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
666
667 * gdb.mi/mi-sym-info-1.c: New file.
668 * gdb.mi/mi-sym-info-2.c: New file.
669 * gdb.mi/mi-sym-info.exp: New file.
670
0dfeecca
TT
6712019-11-22 Tom Tromey <tromey@adacore.com>
672
673 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
674 * gdb.ada/tasks/foo.adb: Add another stopping location.
675
34877895
PJ
6762019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
677
678 * gdb.base/endianity.c: New test.
679 * gdb.base/endianity.exp: New file.
680
2e84f897
LD
6812019-11-21 Lukas Durfina <ldurfina@tachyum.com>
682
683 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
684
65d1cd5f
TV
6852019-11-21 Tom de Vries <tdevries@suse.de>
686
687 PR gdb/24956
688 * gdb.base/ui-redirect.exp: Test output of user-defined command.
689
4f22c3f4
SDJ
6902019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
691
692 * gdb.python/py-progspace.exp: Add missing parentheses on some
693 'print' commands.
694
9f6ad286
TT
6952019-11-19 Tom Tromey <tom@tromey.com>
696
697 * gdb.tui/winheight.exp: New file.
698
0b8dbf3f
AB
6992019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
700
701 * gdb.base/ctf-whatis.c: Delete.
702 * gdb.base/ctf-whatis.exp: Delete.
703 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
704
f833b7a7
AB
7052019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
706
707 * gdb.base/ctf-cvexpr.exp: Delete.
708 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
709
30d0a636
AB
7102019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
711
712 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
713 the compiler. Clean up header comment a little.
714 * gdb.base/ctf-ptype.exp: Likewise.
715 * gdb.base/ctf-whatis.exp: Likewise.
716 * lib/gdb.exp (skip_ctf_tests): New proc.
717
494409bb
SDJ
7182019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
719
720 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
721 * gdb.tui/corefile-run.exp: New file.
722
55708e99
TT
7232019-11-14 Tom Tromey <tromey@adacore.com>
724
725 * gdb.base/gdbvars.exp (test_convenience_variables): Add
726 regression tests.
727
45e42163
TT
7282019-11-12 Tom Tromey <tom@tromey.com>
729
730 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
731 after any command. Expect prompt after WAIT_FOR is seen.
732 (enter_tui): Enable resize messages.
733 (command): Expect command in output.
734 (get_line): Avoid error when cursor appears to be off-screen.
735 (dump_screen): Include screen size in title.
736 (_do_resize): New proc, from "resize".
737 (resize): Rewrite. Do resize in two steps.
738 * gdb.tui/empty.exp (layouts): Fix entries.
739 (check_boxes): Remove xfail.
740 (check_text): Dump screen on failure.
741
086baaf1
AB
7422019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
743
744 * gdb.python/py-symbol.exp: Add test for
745 gdb.lookup_static_symbols.
746
09ff83af
AB
7472019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
748
749 * gdb.python/py-symbol.c: Declare and call function from new
750 py-symbol-2.c file.
751 * gdb.python/py-symbol.exp: Compile both source files, and add new
752 tests for gdb.lookup_static_symbol.
753 * gdb.python/py-symbol-2.c: New file.
754
11af934b
TV
7552019-11-02 Tom de Vries <tdevries@suse.de>
756
757 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
758 * gdb.base/anon.exp: Same.
759 * gdb.base/auto-connect-native-target.exp: Same.
760 * gdb.base/call-ar-st.exp: Same.
761 * gdb.base/catch-syscall.exp: Same.
762 * gdb.base/commands.exp: Same.
763 * gdb.base/default.exp: Same.
764 * gdb.base/display.exp: Same.
765 * gdb.base/float.exp: Same.
766 * gdb.base/foll-fork.exp: Same.
767 * gdb.base/help.exp: Same.
768 * gdb.base/info-macros.exp: Same.
769 * gdb.base/info-proc.exp: Same.
770 * gdb.base/info-target.exp: Same.
771 * gdb.base/long_long.exp: Same.
772 * gdb.base/macscp.exp: Same.
773 * gdb.base/memattr.exp: Same.
774 * gdb.base/nofield.exp: Same.
775 * gdb.base/pointers.exp: Same.
776 * gdb.base/printcmds.exp: Same.
777 * gdb.base/ptype.exp: Same.
778 * gdb.base/restore.exp: Same.
779 * gdb.base/return.exp: Same.
780 * gdb.base/scope.exp: Same.
781 * gdb.base/set-noassign.exp: Same.
782 * gdb.base/setshow.exp: Same.
783 * gdb.base/shlib-call.exp: Same.
784 * gdb.base/signals.exp: Same.
785 * gdb.base/sigstep.exp: Same.
786 * gdb.base/skip.exp: Same.
787 * gdb.base/solib-symbol.exp: Same.
788 * gdb.base/stap-probe.exp: Same.
789 * gdb.base/step-line.exp: Same.
790 * gdb.base/step-test.exp: Same.
791 * gdb.base/style.exp: Same.
792 * gdb.base/varargs.exp: Same.
793 * gdb.base/vla-datatypes.exp: Same.
794 * gdb.base/vla-ptr.exp: Same.
795 * gdb.base/vla-sideeffect.exp: Same.
796 * gdb.base/volatile.exp: Same.
797 * gdb.base/watch-cond-infcall.exp: Same.
798 * gdb.base/watchpoint.exp: Same.
799
e96ec2ba
TV
8002019-11-02 Tom de Vries <tdevries@suse.de>
801
802 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
803 * gdb.cp/cpexprs.exp: Same.
804 * gdb.cp/except-multi-location.exp: Same.
805 * gdb.cp/exceptprint.exp: Same.
806 * gdb.cp/gdb2384.exp: Same.
807 * gdb.cp/inherit.exp: Same.
808 * gdb.cp/m-static.exp: Same.
809 * gdb.cp/meth-typedefs.exp: Same.
810 * gdb.cp/misc.exp: Same.
811 * gdb.cp/namespace.exp: Same.
812 * gdb.cp/non-trivial-retval.exp: Same.
813 * gdb.cp/overload.exp: Same.
814 * gdb.cp/pr17132.exp: Same.
815 * gdb.cp/re-set-overloaded.exp: Same.
816 * gdb.cp/rvalue-ref-types.exp: Same.
817 * gdb.cp/templates.exp: Same.
818
bd5766ec
LM
8192019-11-01 Luis Machado <luis.machado@linaro.org>
820
821 PR gdb/25124
822
823 * gdb.arch/pr25124.S: New file.
824 * gdb.arch/pr25124.exp: New file.
825
165f8965
AB
8262019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
827
828 * gdb.fortran/info-modules.exp: Update expected results, and add
829 additional tests for 'info module functinos', and 'info module
830 variables'.
831 * gdb.fortran/info-types.exp: Update expected results.
832 * gdb.fortran/info-types.f90: Extend testcase with additional
833 module variables and functions.
834
59c35742
AB
8352019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
836
837 * gdb.fortran/info-modules.exp: New file.
838 * gdb.fortran/info-types.exp: Build with new file.
839 * gdb.fortran/info-types.f90: Include and use new module.
840 * gdb.fortran/info-types-2.f90: New file.
841
f3fb2519
PW
8422019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
843
844 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
845 * gdb.base/settings.exp: Test all settings types using
846 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
847 that now verifies that the value of "maint show" is the same as
848 returned by the settings functions. Test the type of the
849 maintenance settings.
850 * gdb.base/default.exp: Update show_conv_list.
851
d1e36019
TV
8522019-10-31 Tom de Vries <tdevries@suse.de>
853
854 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
855 gdb_test.
856 * gdb.arch/amd64-disp-step.exp: Same.
857 * gdb.asm/asm-source.exp: Same.
858 * gdb.btrace/buffer-size.exp: Same.
859 * gdb.btrace/cpu.exp: Same.
860 * gdb.btrace/enable.exp: Same.
861 * gdb.dwarf2/count.exp: Same.
862 * gdb.dwarf2/dw2-ranges-func.exp: Same.
863 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
864 * gdb.fortran/vla-datatypes.exp: Same.
865 * gdb.fortran/vla-history.exp: Same.
866 * gdb.fortran/vla-ptype.exp: Same.
867 * gdb.fortran/vla-value.exp: Same.
868 * gdb.fortran/whatis_type.exp: Same.
869 * gdb.guile/guile.exp: Same.
870 * gdb.multi/tids.exp: Same.
871 * gdb.python/py-finish-breakpoint.exp: Same.
872 * gdb.python/py-framefilter.exp: Same.
873 * gdb.python/py-pp-registration.exp: Same.
874 * gdb.python/py-xmethods.exp: Same.
875 * gdb.python/python.exp: Same.
876 * gdb.server/connect-with-no-symbol-file.exp: Same.
877 * gdb.server/no-thread-db.exp: Same.
878 * gdb.server/run-without-local-binary.exp: Same.
879 * gdb.stabs/weird.exp: Same.
880 * gdb.threads/attach-many-short-lived-threads.exp: Same.
881 * gdb.threads/thread-find.exp: Same.
882 * gdb.threads/tls-shared.exp: Same.
883 * gdb.threads/tls.exp: Same.
884 * gdb.threads/wp-replication.exp: Same.
885 * gdb.trace/ax.exp: Same.
886 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
887
3d11e68e
TV
8882019-10-31 Tom de Vries <tdevries@suse.de>
889
890 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
891 * gdb.ada/array_subscript_addr.exp: Same.
892 * gdb.ada/arrayidx.exp: Same.
893 * gdb.ada/arrayparam.exp: Same.
894 * gdb.ada/arrayptr.exp: Same.
895 * gdb.ada/boolean_expr.exp: Same.
896 * gdb.ada/call_pn.exp: Same.
897 * gdb.ada/complete.exp: Same.
898 * gdb.ada/fixed_cmp.exp: Same.
899 * gdb.ada/fun_addr.exp: Same.
900 * gdb.ada/funcall_param.exp: Same.
901 * gdb.ada/interface.exp: Same.
902 * gdb.ada/mod_from_name.exp: Same.
903 * gdb.ada/null_array.exp: Same.
904 * gdb.ada/packed_array.exp: Same.
905 * gdb.ada/packed_tagged.exp: Same.
906 * gdb.ada/print_chars.exp: Same.
907 * gdb.ada/print_pc.exp: Same.
908 * gdb.ada/ptype_arith_binop.exp: Same.
909 * gdb.ada/ptype_field.exp: Same.
910 * gdb.ada/ptype_tagged_param.exp: Same.
911 * gdb.ada/rec_return.exp: Same.
912 * gdb.ada/ref_tick_size.exp: Same.
913 * gdb.ada/str_ref_cmp.exp: Same.
914 * gdb.ada/taft_type.exp: Same.
915 * gdb.ada/tagged.exp: Same.
916 * gdb.ada/type_coercion.exp: Same.
917 * gdb.ada/uninitialized_vars.exp: Same.
918
60b6ede8
TV
9192019-10-30 Tom de Vries <tdevries@suse.de>
920
921 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
922
30baf67b
TV
9232019-10-26 Tom de Vries <tdevries@suse.de>
924
925 * gdb.base/bigcore.c: Fix typos in comments.
926 * gdb.base/ctf-ptype.c: Same.
927 * gdb.base/long_long.c: Same.
928 * gdb.dwarf2/dw2-op-out-param.S: Same.
929 * gdb.python/py-evthreads.c: Same.
930 * gdb.reverse/i387-stack-reverse.c: Same.
931 * gdb.trace/tfile.c: Same.
932 * lib/compiler.c: Same.
933 * lib/compiler.cc: Same.
934
158da0d1
TV
9352019-10-25 Tom de Vries <tdevries@suse.de>
936
937 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
938 gdb_test_multiple calls.
939 * gdb.reverse/sigall-reverse.exp: Same.
940 * gdb.reverse/solib-precsave.exp: Same.
941 * gdb.reverse/solib-reverse.exp: Same.
942 * gdb.reverse/until-precsave.exp: Same.
943 * gdb.reverse/until-reverse.exp: Same.
944
4ccdfbec
TV
9452019-10-24 Tom de Vries <tdevries@suse.de>
946
947 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
948 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
949 kfail using -wrap pattern flag and convenience variable
950 gdb_test_name.
951
33d569b7
AB
9522019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
953
954 * gdb.python/py-progspace.exp: Add tests for the
955 Progspace.block_for_pc method.
956
4d0b984b
TT
9572019-10-23 Tom Tromey <tom@tromey.com>
958
959 * configure: Rebuild.
960 * aclocal.m4: Use m4_include, not sinclude.
961
94cb3754
TV
9622019-10-21 Tom de Vries <tdevries@suse.de>
963
964 * gdb.base/infcall-nested-structs.c: Add
965 __attribute__((noinline,noclone)) to all functions.
966 (call_all): Add missing variable initialization. Simplify return value.
967 (breakpt): Increment volatile variable, to prevent call from being
968 optimized out.
969 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
970
062f1fc1
TV
9712019-10-17 Tom de Vries <tdevries@suse.de>
972
973 * gdb.fortran/module.exp: Allow info variables to print info for files
974 other than module.f90.
975
0b54364d
AB
9762019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
977
978 * gdb.fortran/module.exp: Extend with 'info variables' test.
979
7ff5fae7
AB
9802019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
981
982 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
983 F77_FOR_TARGET.
984
d10eccaa
TV
9852019-10-16 Tom de Vries <tdevries@suse.de>
986
987 PR tdep/25096
988 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
989
745ff14e
TV
9902019-10-16 Tom de Vries <tdevries@suse.de>
991
992 PR tdep/24104
993 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
994 Add KFAIL for PR tdep/25096.
995
03e1ab94
TV
9962019-10-16 Tom de Vries <tdevries@suse.de>
997
998 PR testsuite/25059
999 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
1000
b17fcc10
TV
10012019-10-16 Tom de Vries <tdevries@suse.de>
1002
1003 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
1004 as signed.
1005
9223170f
SM
10062019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
1007
1008 * gdb.mi/list-thread-groups-available.exp: Read entries one by
1009 one instead of increasing timeout.
1010
d6e76313
TV
10112019-10-13 Tom de Vries <tdevries@suse.de>
1012
1013 PR record/25038
1014 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
1015 * gdb.reverse/sigall-reverse.exp: Same.
1016 * gdb.reverse/solib-precsave.exp: Same.
1017 * gdb.reverse/solib-reverse.exp: Same.
1018 * gdb.reverse/step-precsave.exp: Same.
1019 * gdb.reverse/until-precsave.exp: Same.
1020 * gdb.reverse/until-reverse.exp: Same.
1021 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
1022
6dfc0041
AA
10232019-10-10 Andreas Arnez <arnez@linux.ibm.com>
1024
1025 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
1026 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
1027 (cmp_struct_05_01, cmp_struct_static_02_01)
1028 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
1029 comparisons.
1030
abcf2cc8
TV
10312019-10-10 Tom de Vries <tdevries@suse.de>
1032
1033 PR testsuite/24888
1034 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
1035 gnatlink.
1036
a50faaf6
TV
10372019-10-09 Tom de Vries <tdevries@suse.de>
1038
1039 PR testsuite/25048
1040 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
1041
60ff3cd7
AB
10422019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1043
1044 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
1045 exceptions due to missing debug information.
1046
dfee8566
TV
10472019-10-07 Tom de Vries <tdevries@suse.de>
1048
1049 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
1050
3d63690a
AB
10512019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1052
1053 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
1054 * gdb.base/annota1.exp: Update to use gdb_test_name.
1055
30d1f018
WP
10562019-10-07 Weimin Pan <weimin.pan@oracle.com>
1057
1058 * gdb.base/ctf-whatis.exp: New file.
1059 * gdb.base/ctf-whatis.c: New file.
1060 * gdb.base/ctf-ptype.exp: New file.
1061 * gdb.base/ctf-ptype.c: New file.
1062 * gdb.base/ctf-constvars.exp: New file.
1063 * gdb.base/ctf-constvars.c: New file.
1064 * gdb.base/ctf-cvexpr.exp: New file.
1065
4dbbb47c
TV
10662019-10-04 Tom de Vries <tdevries@suse.de>
1067
1068 * gdb.cp/local-static.c (main): Move declaration of int i out of the
1069 for loop.
1070
77c2dba3
TT
10712019-10-03 Tom Tromey <tom@tromey.com>
1072
1073 PR rust/24976:
1074 * gdb.rust/simple.rs (Union2): New type.
1075 (main): Use Union2.
1076 * gdb.rust/simple.exp: Add test.
1077
179aed7f
AB
10782019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1079
1080 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
1081 nested function prefix.
1082
0a4b0913
AB
10832019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
1084 Richard Bunt <richard.bunt@arm.com>
1085 Andrew Burgess <andrew.burgess@embecosm.com>
1086
1087 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
1088 nested functions.
1089 * gdb.fortran/nested-funcs.f90: Update expected results.
1090 * gdb.fortran/nested-funcs-2.exp: New file.
1091 * gdb.fortran/nested-funcs-2.f90: New file.
1092
082cce05
AB
10932019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1094
1095 * gdb.python/py-parameter.exp: Make test names unique.
1096 * gdb.python/py-template.exp: Likewise.
1097 * gdb.python/py-value.exp: Likewise.
1098
2b74ba5a
AB
10992019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1100
1101 * gdb.base/break-interp.exp: Reduce test name duplication.
1102 * gdb.base/call-sc.exp: Likewise.
1103 * gdb.base/callfuncs.exp: Likewise.
1104 * gdb.base/charset.exp: Likewise.
1105 * gdb.base/dump.exp: Likewise.
1106 * gdb.base/ena-dis-br.exp: Likewise.
1107 * gdb.base/relational.exp: Likewise.
1108 * gdb.base/step-over-syscall.exp: Likewise.
1109 * gdb.base/structs.exp: Likewise.
1110
58eb20d5
AB
11112019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1112
1113 * gdb.linespec/explicit.exp: Make test names unique.
1114 * gdb.linespec/ls-errs.exp: Likewise.
1115
4d421147
AB
11162019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1117
1118 * gdb.reverse/break-precsave.exp: Make test names unique.
1119 * gdb.reverse/break-reverse.exp: Likewise.
1120 * gdb.reverse/finish-precsave.exp: Likewise.
1121 * gdb.reverse/finish-reverse.exp: Likewise.
1122 * gdb.reverse/machinestate-precsave.exp: Likewise.
1123 * gdb.reverse/machinestate.exp: Likewise.
1124 * gdb.reverse/readv-reverse.exp: Likewise.
1125 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1126 * gdb.reverse/sigall-precsave.exp: Likewise.
1127 * gdb.reverse/sigall-reverse.exp: Likewise.
1128 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
1129 * gdb.reverse/watch-precsave.exp: Likewise.
1130 * gdb.reverse/watch-reverse.exp: Likewise.
1131
d8c06f22
AB
11322019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1133
1134 * gdb.threads/stop-with-handle.c: New file.
1135 * gdb.threads/stop-with-handle.exp: New file.
1136
3a56ed86
TV
11372019-10-03 Tom de Vries <tdevries@suse.de>
1138
1139 PR testsuite/25059
1140 * gdb.base/list-missing-source.exp: Allowing the "Compilation
1141 directory" line to be missing.
1142
42275044
TV
11432019-10-03 Tom de Vries <tdevries@suse.de>
1144
1145 PR testsuite/25059
1146 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
1147 type optional.
1148
9ef62df0
AA
11492019-10-02 Andreas Arnez <arnez@linux.ibm.com>
1150
1151 * gdb.python/py-format-string.c (string.h): New include.
1152 (main): Fill a_struct_with_union.the_union.an_int with bytes of
1153 the same value, for endianness-independence.
1154 * gdb.python/py-format-string.exp (default_regexp_dict)
1155 (test_pretty_structs, test_format): Adjust expected output to the
1156 changed initialization.
1157
37f6a7f4
TT
11582019-10-02 Tom Tromey <tromey@adacore.com>
1159
1160 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
1161
1d58d6a2
PA
11622019-10-02 Pedro Alves <palves@redhat.com>
1163 Andrew Burgess <andrew.burgess@embecosm.com>
1164
1165 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
1166 "print-file-var.h".
1167 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1168 (get_version_1): Print this_version_id and its address.
1169 Add extern "C" wrappers around interface functions.
1170 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
1171 "print-file-var.h".
1172 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1173 (get_version_2): Print this_version_id and its address.
1174 Add extern "C" wrappers around interface functions.
1175 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
1176 <stddef.h> and "print-file-var.h".
1177 Add extern "C" wrappers around interface functions.
1178 [VERSION_ID_MAIN] (this_version_id): Define.
1179 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
1180 * gdb.base/print-file-var.h: Add some #defines to simplify setting
1181 up extern "C" blocks.
1182 * gdb.base/print-file-var.exp (test): New, factored out from top
1183 level.
1184 (top level): Test all combinations of attribute hidden or not,
1185 dlopen or not, and this_version_id symbol in main file or not.
1186 Compile tests as both C++ and C, make test names unique.
1187
d770d56f
TT
11882019-10-01 Tom Tromey <tom@tromey.com>
1189
1190 * gdb.base/style.exp: Test "show logging filename".
1191
7f6aba03
TT
11922019-10-01 Tom Tromey <tom@tromey.com>
1193
1194 * lib/gdb-utils.exp (style): Handle "metadata" argument.
1195 * gdb.base/style.exp: Add metadata style test.
1196
14309bb6
TT
11972019-10-01 Tom Tromey <tom@tromey.com>
1198
1199 * gdb.base/style.exp: Test "pwd".
1200
2a3c1174
PA
12012019-10-01 Tom Tromey <tom@tromey.com>
1202
1203 * gdb.base/style.exp: Update tests.
1204
53d666ec
AA
12052019-10-01 Andreas Arnez <arnez@linux.ibm.com>
1206
1207 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
1208 'six' to unsigned.
1209 (s1): Initialize fields 'four' and 'six' instead of 'three' and
1210 'five'. Use an all-ones bit pattern for each.
1211 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
1212 to its changed values.
1213
4a56a520
TT
12142019-09-30 Tom Tromey <tromey@adacore.com>
1215
1216 * gdb.rust/traits.rs: Disable all warnings.
1217
0df0352a
TV
12182019-09-29 Tom de Vries <tdevries@suse.de>
1219
1220 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
1221
73d9a918
TV
12222019-09-29 Tom de Vries <tdevries@suse.de>
1223
1224 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
1225
060b3ab4
TV
12262019-09-27 Tom de Vries <tdevries@suse.de>
1227
1228 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
1229
68f7d34d
TV
12302019-09-27 Tom de Vries <tdevries@suse.de>
1231
1232 PR record/23188
1233 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
1234
5d63b30a
TT
12352019-09-26 Tom Tromey <tromey@adacore.com>
1236
1237 * gdb.ada/py_taft.exp: New file.
1238 * gdb.ada/py_taft/main.adb: New file.
1239 * gdb.ada/py_taft/pkg.adb: New file.
1240 * gdb.ada/py_taft/pkg.ads: New file.
1241
3d435220
TV
12422019-09-24 Tom de Vries <tdevries@suse.de>
1243
1244 PR gdb/24598
1245 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
1246
77d03678
TV
12472019-09-22 Tom de Vries <tdevries@suse.de>
1248
1249 * gdb.base/restore.exp: Allow register variables to be optimized out at
1250 -O0.
1251
abf516c6
UW
12522019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
1253
1254 * gdb.arch/spu-info.exp: Remove file.
1255 * gdb.arch/spu-info.c: Remove file.
1256 * gdb.arch/spu-ls.exp: Remove file.
1257 * gdb.arch/spu-ls.c: Remove file.
1258
1259 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
1260 * gdb.asm/spu.inc: Remove file.
1261
1262 * gdb.base/dump.exp: Remove support for spu*-*-*.
1263 * gdb.base/stack-checking.exp: Likewise.
1264 * gdb.base/overlays.exp: Likewise.
1265 * gdb.base/ovlymgr.c: Likewise.
1266 * gdb.base/spu.ld: Remove file.
1267
1268 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
1269 * gdb.cp/cpexprs.exp: Likewise.
1270 * gdb.cp/exception.exp: Likewise.
1271 * gdb.cp/gdb2495.exp: Likewise.
1272 * gdb.cp/mb-templates.exp: Likewise.
1273 * gdb.cp/pr9167.exp: Likewise.
1274 * gdb.cp/userdef.exp: Likewise.
1275
1276 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
1277
1278 * gdb.cell: Remove directory.
1279 * lib/cell.exp: Remove file.
1280
e452e88f
TV
12812019-09-19 Tom de Vries <tdevries@suse.de>
1282
1283 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
1284
8a625130
TV
12852019-09-19 Tom de Vries <tdevries@suse.de>
1286
1287 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
1288
81dc3ab5
TV
12892019-09-19 Tom de Vries <tdevries@suse.de>
1290
1291 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
1292 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
1293 (gdb_target_cmd): ... here.
1294 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
1295 value 2.
1296
b078f3ac
AB
12972019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
1298
1299 * gdb.base/source-dir.exp: Avoid having directory names in test
1300 names.
1301
f1b620e9
MG
13022019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1303
1304 * gdb.base/source-dir.exp: Add extra test for mapped compilation
1305 directory.
1306
67f3ed6a
AB
13072019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1308
1309 * gdb.base/list-missing-source.exp: New file.
1310
d1b70248
TV
13112019-09-14 Tom de Vries <tdevries@suse.de>
1312
1313 PR teststuite/24599
1314 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
1315 * lib/ada.exp (gnatmake_version_at_least): New proc.
1316
5fabdcd6
AB
13172019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1318
1319 * gdb.base/maint.exp: Use exec_has_index_section.
1320
aa17805f
AB
13212019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1322
1323 * gdb.base/maint.exp: Add test for 'maint info sections'.
1324
25e5c209
TV
13252019-09-12 Tom de Vries <tdevries@suse.de>
1326
1327 * gdb.base/store.exp: Allow register variables to be optimized out at
1328 -O0.
1329
4993045d
PW
13302019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1331
1332 * gdb.ada/rdv_wait.exp: Update to new task names.
1333 * gdb.base/task_switch_in_core.exp: Likewise.
1334 * gdb.base/info_sources_base.c: Likewise.
1335
8a516164
TT
13362019-09-10 Tom Tromey <tromey@adacore.com>
1337
1338 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
1339
aa391654
TT
13402019-09-10 Tom Tromey <tromey@adacore.com>
1341
1342 * gdb.ada/dgopt.exp: New file.
1343 * gdb.ada/dgopt/x.adb: New file.
1344
8634b462
TT
13452019-09-08 Tom Tromey <tom@tromey.com>
1346
1347 * gdb.tui/resize.exp: Remove setup_xfail.
1348 * gdb.tui/regs.exp: Remove setup_xfail.
1349 * gdb.tui/basic.exp: Remove setup_xfail.
1350
736b0f76
DB
13512019-09-06 David Blaikie <dblaikie@gmail.com>
1352
1353 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
1354 * gdb.cp/cplabel.exp: Ditto.
1355 * gdb.linespec/ls-errs.exp: Ditto.
1356
30331a6c
TV
13572019-09-05 Tom de Vries <tdevries@suse.de>
1358
1359 * lib/gdb.exp (cmp_file_string): New proc.
1360 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
1361 runto_main. Verify save breakpoints output.
1362
98b0ebab
PW
13632019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1364
1365 * gdb.base/info-var.exp: Test info variables without running
1366 to main, to avoid expect's buffer overflow.
1367
4e962e74
TT
13682019-09-03 Tom Tromey <tromey@adacore.com>
1369
1370 * gdb.ada/bias.exp: New file.
1371 * gdb.ada/bias/bias.adb: New file.
1372 * gdb.ada/print_chars.exp: Add regression test.
1373 * gdb.ada/print_chars/foo.adb (My_Character): New type.
1374 (MC): New variable.
1375
2ea1a07a
SL
13762019-08-29 Sandra Loosemore <sandra@codesourcery.com>
1377
1378 * gdb.base/argv0-symlink.exp: Run only on native target
1379 and local host.
1380
8077c50d
TV
13812019-08-29 Tom de Vries <tdevries@suse.de>
1382
1383 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
1384 diverse debug info.
1385 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
1386
48352473
TV
13872019-08-28 Tom de Vries <tdevries@suse.de>
1388
1389 * gdb.base/info-var.exp: Allow info variables to print info for files
1390 other than info-var-f1.c and info-var-f2.c.
1391
d8f27c60
AB
13922019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1393
1394 * gdb.fortran/info-types.exp: Add module.
1395 * gdb.fortran/info-types.f90: Update expected results.
1396
1f20c35e
AB
13972019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1398
1399 * gdb.fortran/info-types.exp: New file.
1400 * gdb.fortran/info-types.f90: New file.
1401 * lib/fortran.exp (fortran_character1): New proc.
1402
4acfdd20
AB
14032019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
1404
1405 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
1406 functions'. Reindent as needed.
1407 * gdb.base/info-var-f1.c: New file.
1408 * gdb.base/info-var-f2.c: New file.
1409 * gdb.base/info-var.exp: New file.
1410 * gdb.base/info-var.h: New file.
1411
5c31b358
TV
14122019-08-26 Tom de Vries <tdevries@suse.de>
1413
1414 PR c++/24852
1415 * gdb.cp/no-libstdcxx-probe.exp: New test.
1416
b694989f
TV
14172019-08-26 Tom de Vries <tdevries@suse.de>
1418
1419 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
1420 * tests need to be skipped.
1421 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
1422 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
1423 mi_skip_libstdcxx_probe_tests.
1424
d9c4ba53
SDJ
14252019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
1426
1427 * gdb.python/py-xmethods.exp: Use raw strings when passing
1428 arguments to SimpleXMethodMatcher.
1429
395fad09
TV
14302019-08-22 Tom de Vries <tdevries@suse.de>
1431
1432 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
1433 more informative.
1434
26c957f1
PA
14352019-08-21 Pedro Alves <palves@redhat.com>
1436
1437 * gdb.base/with.exp: Test "with" with no arguments.
1438
61f80d5d
TV
14392019-08-21 Tom de Vries <tdevries@suse.de>
1440
1441 * gdb.base/gdb-caching-proc.exp: Sort files.
1442
d7a11d13
TV
14432019-08-20 Tom de Vries <tdevries@suse.de>
1444
1445 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
1446 compilation.
1447
34dafe9f
TV
14482019-08-16 Tom de Vries <tdevries@suse.de>
1449
1450 * gdb.base/compare-sections.exp ("after run to main"): Allow
1451 mismatched read-only sections for PIE executables.
1452
398fdd60
TT
14532019-08-16 Tom Tromey <tom@tromey.com>
1454
1455 * lib/tuiterm.exp (_csi_Z): New proc.
1456 * gdb.tui/basic.exp: Update window positions.
1457 * gdb.tui/empty.exp: Update window positions.
1458
d8f9e51c
SL
14592019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1460
1461 * gdb.base/examine-backward.exp: Correct regexp for
1462 "examine 3 bytes backward from ${address_zero}".
1463
3df505f6
TT
14642019-08-15 Tom Tromey <tom@tromey.com>
1465
1466 * gdb.tui/empty.exp: Enable resizing tests.
1467
272560b5
TT
14682019-08-15 Tom Tromey <tromey@adacore.com>
1469
1470 * gdb.ada/char_enum.exp: Add regression tests.
1471 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
1472 and '0'.
1473 (Char, Gchar): Update.
1474 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
1475
08235187
CB
14762019-08-15 Christian Biesinger <cbiesinger@google.com>
1477
1478 * gdb.python/python.exp: Expect a leading underscore on
1479 GdbOutput{,Error}File.
1480
22a2ab04
SL
14812019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1482
1483 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
1484 Windows host.
1485
835b995b
SL
14862019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1487
1488 * gdb.base/batch-preserve-term-settings.exp
1489 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
1490
97dd8e07
CB
14912019-08-15 Christian Biesinger <cbiesinger@google.com>
1492
1493 * lib/gdb.exp: When running on a mingw target, replace
1494 /x/ with x:/.
1495
75faf5c4
AH
14962019-08-14 Alan Hayward <alan.hayward@arm.com>
1497
1498 * gdb.arch/aarch64-prologue.c: New test.
1499 * gdb.arch/aarch64-prologue.exp: New file.
1500
abc6c00f
TV
15012019-08-13 Tom de Vries <tdevries@suse.de>
1502
1503 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
1504 Thread.
1505
74c2c1f4
SL
15062019-08-13 Sandra Loosemore <sandra@codesourcery.com>
1507
1508 * gdb.python/py-completion.exp: Download the .py file to the host
1509 and use its host pathname. Conditionalize tests that use
1510 tab completion and manipulate files on the build machine.
1511 * gdb.python/py-events.exp: Download the .py file to the host
1512 and use its host pathname.
1513 * gdb.python/py-evsignal.exp: Likewise.
1514 * gdb.python/py-evthreads.exp: Likewise.
1515 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
1516 pathname syntax.
1517 * gdb.python/py-framefilter.exp: Download the .py file to the right
1518 place on the host. Match Windows pathname syntax.
1519 * gdb.python/py-mi-var-info-path-expression.exp: Download the
1520 .py file to the host and use its host pathname.
1521 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
1522 * gdb.python/py-objfile.exp: Expect a host pathname, not a
1523 build pathname. Skip symlink test on Windows host. Add missing
1524 newline at end of file.
1525 * gdb.python/py-pp-maint.exp: Download the .py file to the host
1526 and use its host pathname.
1527 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
1528 * gdb.python/py-section-script.exp: Use host location of binfile
1529 on safe-path. Use correct path separator on Windows host.
1530 Reorder alternatives in gdb_test_multiple to prevent matching
1531 the wrong alternative on success.
1532 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
1533
ca2589f3
PP
15342019-08-12 Patrick Palka <patrick@parcs.ath.cx>
1535
1536 * gdb.gdb/selftest.exp (test_with_self): Update test to now
1537 expect the GDB inferior to no longer immediately stop after
1538 being resumed with "signal SIGINT".
1539
020a839d
SL
15402019-08-09 Sandra Loosemore <sandra@codesourcery.com>
1541
1542 * gdb.linespec/break-ask.exp: Generalize regexps to match
1543 Windows pathnames too.
1544
128d6509
TV
15452019-08-08 Tom de Vries <tdevries@suse.de>
1546
1547 PR testsuite/24862
1548 * lib/tuiterm.exp (_accept): Fix CSI regexp.
1549
590042fc
PW
15502019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1551
1552 * gdb.base/style.exp: Update tests for help doc new invariants.
1553 * gdb.base/help.exp: Likewise.
1554
046bebe1
TT
15552019-08-06 Tom Tromey <tom@tromey.com>
1556
1557 * gdb.base/style.exp: Add disassemble test.
1558 * gdb.base/style.c (some_called_function): New function.
1559 (main): Use it.
1560
0b27c27d
CB
15612019-08-05 Christian Biesinger <cbiesinger@google.com>
1562
1563 * gdb.python/py-block.exp: Test dictionary access on blocks.
1564
580f1034
SM
15652019-08-05 Simon Marchi <simon.marchi@efficios.com>
1566
1567 PR gdb/24863
1568 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
1569 -list-thread-groups --available test when running under
1570 check-read1.
1571
d86bd7cb
TV
15722019-08-05 Tom de Vries <tdevries@suse.de>
1573
1574 PR testsuite/24863
1575 * lib/gdb.exp (with_read1_timeout_factor): New proc.
1576 * gdb.base/help.exp: Use with_read1_timeout_factor.
1577 * gdb.base/info-macros.exp: Same.
1578 * gdb.cp/nested-types.exp: Same.
1579
a80cf5d8
TV
15802019-08-05 Tom de Vries <tdevries@suse.de>
1581
1582 * lib/gdb.exp (version_at_least): Factor out of ...
1583 (tcl_version_at_least): ... here.
1584 (gdb_compile): Fail if pie results in non-PIE executable.
1585 (readelf_version, readelf_prints_pie): New proc.
1586 (exec_is_pie): Return -1 if unknown.
1587
d0962838
TV
15882019-08-05 Tom de Vries <tdevries@suse.de>
1589
1590 * lib/gdb.exp (tcl_version_at_least): Fix typo.
1591
2252ff3d
SL
15922019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1593
1594 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
1595
26655f53
SL
15962019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1597
1598 * lib/completion-support.exp (test_gdb_complete_none): Skip
1599 tab completion tests if no readline support.
1600 (test_gdb_complete_unique_re): Likewise.
1601 (test_gdb_complete_multiple): Likewise.
1602
db4dc13e
PW
16032019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1604
1605 * gdb.base/info_sources.exp: New file.
1606 * gdb.base/info_sources.c: New file.
1607 * gdb.base/info_sources_base.c: New file.
1608
0eba165a
PFC
16092019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1610
1611 * gdb.base/batch-exit-status.exp: Call test_exit_status with
1612 prefix argument.
1613 (test_exit_status): Add prefix argument.
1614
59bd512b
TV
16152019-08-01 Tom de Vries <tdevries@suse.de>
1616
1617 PR testsuite/24863
1618 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
1619 calling exp_continue for new thread and thread exited messages.
1620
2a3ad588
TV
16212019-08-01 Tom de Vries <tdevries@suse.de>
1622
1623 PR testsuite/24863
1624 * gdb.base/structs.exp: Fix check-read1 timeout using
1625 gdb_test_sequence.
1626 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
1627
117eb594
TV
16282019-08-01 Tom de Vries <tdevries@suse.de>
1629
1630 PR testsuite/24863
1631 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
1632 line.
1633
ed591340
TV
16342019-08-01 Tom de Vries <tdevries@suse.de>
1635
1636 PR testsuite/24863
1637 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
1638
aa3b6533
TT
16392019-07-30 Tom Tromey <tromey@adacore.com>
1640
1641 * gdb.ada/display_nested.exp: New file.
1642 * gdb.ada/display_nested/foo.adb: New file.
1643 * gdb.ada/display_nested/pack.adb: New file.
1644 * gdb.ada/display_nested/pack.ads: New file.
1645
2906593f
CB
16462019-07-30 Christian Biesinger <cbiesinger@google.com>
1647
1648 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
1649 namespace.
1650 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
1651
0f575925
TV
16522019-07-30 Tom de Vries <tdevries@suse.de>
1653
1654 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
1655 instead.
1656
b13057d9
TV
16572019-07-30 Tom de Vries <tdevries@suse.de>
1658
1659 PR testsuite/24834
1660 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
1661 (exec_is_pie): New proc.
1662
5c4dde85
CB
16632019-07-29 Christian Biesinger <cbiesinger@google.com>
1664
1665 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
1666
c620ed88
CB
16672019-07-29 Christian Biesinger <cbiesinger@google.com>
1668
1669 * gdb.python/py-objfile.c: Add global and static vars.
1670 * gdb.python/py-objfile.exp: Test new functions Objfile.
1671 lookup_global_symbol and lookup_static_symbol.
1672
3d235706
TT
16732019-07-29 Tom Tromey <tom@tromey.com>
1674
1675 * lib/tuiterm.exp (Term::_csi_@): New proc.
1676 (Term::_csi_X): Don't move cursor.
1677
c7e4c0a6
PW
16782019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1679
1680 * gdb.base/options.exp: Update backtrace - completion to
1681 new option -frame-info.
1682 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
1683 Test new 'set print frame-info'. Test backtrace -frame-info
1684 overriding 'set print frame-info'.
1685 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
1686 Test new 'set print frame-info'.
1687 Verify consistency of backtrace with and without filters, with and
1688 without -no-filters.
1689 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
1690 default.
1691
de28a3b7
TV
16922019-07-29 Tom de Vries <tdevries@suse.de>
1693
1694 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
1695 no arguments".
1696
507dd60e
TV
16972019-07-29 Tom de Vries <tdevries@suse.de>
1698
1699 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
1700 is a substring of the first for "complete non-unique file name".
1701
5beafce9
TV
17022019-07-29 Tom de Vries <tdevries@suse.de>
1703
1704 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
1705 with ".*".
1706
2d274232
TV
17072019-07-29 Tom de Vries <tdevries@suse.de>
1708
1709 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
1710 Pass prompt_regexp parameter to gdb_test_multiple calls.
1711
9197cd8b
TV
17122019-07-29 Tom de Vries <tdevries@suse.de>
1713
1714 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
1715 print registers" regexps.
1716
b528dae0
TV
17172019-07-29 Tom de Vries <tdevries@suse.de>
1718
1719 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
1720
d17725d7
TV
17212019-07-29 Tom de Vries <tdevries@suse.de>
1722
1723 PR gdb/24855
1724 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
1725 (skip_python_tests_prompt): Add prompt_regexp argument to
1726 gdb_test_multiple calls.
1727
52b75bf1
TT
17282019-07-27 Tom Tromey <tom@tromey.com>
1729
1730 * gdb.tui/main.exp: New file.
1731
2b1d00c2
TT
17322019-07-27 Tom Tromey <tom@tromey.com>
1733
1734 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
1735 optional.
1736 * gdb.tui/empty.exp: New file.
1737
ded631d5
TT
17382019-07-27 Tom Tromey <tom@tromey.com>
1739
1740 * lib/tuiterm.exp (spawn): New proc.
1741 (Term::resize): New proc.
1742 * gdb.tui/resize.exp: New file.
1743
58ac439d
TT
17442019-07-27 Tom Tromey <tom@tromey.com>
1745
1746 * gdb.tui/list.exp: New file.
1747
fe1f56ee
TT
17482019-07-27 Tom Tromey <tom@tromey.com>
1749
1750 * gdb.tui/regs.exp: New file.
1751
f790b310
TT
17522019-07-27 Tom Tromey <tom@tromey.com>
1753
1754 * gdb.tui/basic.exp: Add "layout split" test.
1755
d95fc6ee
TT
17562019-07-27 Tom Tromey <tom@tromey.com>
1757
1758 * gdb.tui/basic.exp: Add "layout asm" test.
1759
c3786b3a
TT
17602019-07-27 Tom Tromey <tom@tromey.com>
1761
1762 * lib/tuiterm.exp: New file.
1763 * gdb.tui/basic.exp: New file.
1764
98a617f8
KB
17652019-07-27 Kevin Buettner <kevinb@redhat.com>
1766
1767 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
1768 Enable tests associated with this flag. Adjust regex
1769 referencing "foo_low" to now refer to "foo_cold" instead.
1770
5c076da4
KB
17712019-07-27 Kevin Buettner <kevinb@redhat.com>
1772
1773 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
1774 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
1775 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
1776 foo_cold. Revise comments to match.
1777 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
1778 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
1779 were wrapped into this proc; Call do_test in loop from outermost
1780 level.
1781 (foo_low): Rename all occurrences to "foo_cold".
1782 (backtrace from baz): New test.
1783 (x2/i foo_cold): New test.
1784 (info line *foo_cold): New test.
1785
1512d3b7
TV
17862019-07-26 Tom de Vries <tdevries@suse.de>
1787
1788 * gdb.arch/i386-pkru.exp: Fix unterminated string.
1789
297989a1
TV
17902019-07-25 Tom de Vries <tdevries@suse.de>
1791
1792 PR testsuite/24830
1793 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
1794 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
1795 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
1796 (skip_libstdcxx_probe_tests): ... here.
1797 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
1798
b3b965fb
TV
17992019-07-24 Tom de Vries <tdevries@suse.de>
1800
1801 PR testsuite/24807
1802 * gdb.objc/basicclass.m: Include stdio.h.
1803 * gdb.objc/nondebug.m: Same.
1804 * gdb.objc/objcdecode.m: Same.
1805
4625b4d0
TV
18062019-07-24 Tom de Vries <tdevries@suse.de>
1807
1808 PR testsuite/24612
1809 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
1810 additional_flags.
1811
024a5840
TV
18122019-07-24 Tom de Vries <tdevries@suse.de>
1813
1814 PR testsuite/24831
1815 * gdb.multi/tids.exp: Update error messages for info threads.
1816
c76ddaa3
TV
18172019-07-24 Tom de Vries <tdevries@suse.de>
1818
1819 * gdb.base/info-types.exp: Allow info types to print info for more than
1820 one file.
1821
9a618ef6
TV
18222019-07-23 Tom de Vries <tdevries@suse.de>
1823
1824 PR testsuite/24842
1825 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
1826 gdb_spawn_with_cmdline_opts.
1827
40eadf04
SP
18282019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1829
1830 * gdb.arch/arm-cmse-sgstubs.c: New test.
1831 * gdb.arch/arm-cmse-sgstubs.exp: New file.
1832
5ba29434
TV
18332019-07-23 Tom de Vries <tdevries@suse.de>
1834
1835 PR testsuite/24711
1836 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
1837 issuing next command.
1838
a8e9d247
AB
18392019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1840
1841 * gdb.ada/info_auto_lang.exp: Update expected results.
1842 * gdb.base/info-types.c: Add additional types to check.
1843 * gdb.base/info-types.exp: Update expected results.
1844
eb86c5e2
AB
18452019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1846
1847 * gdb.base/info-types.c: New file.
1848 * gdb.base/info-types.exp: New file.
1849
01e175fe
AB
18502019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
1851
1852 * gdb.arch/riscv-bp-infcall.c: New file.
1853 * gdb.arch/riscv-bp-infcall.exp: New file.
1854
6b78c3f8
AB
18552019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
1856
1857 PR breakpoints/24541
1858 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
1859
da738167
TV
18602019-07-14 Tom de Vries <tdevries@suse.de>
1861
1862 PR testsuite/24760
1863 * gdb.objc/basicclass.exp: Fix unterminated string.
1864
0d4e84ed
AB
18652019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
1866 Andrew Burgess <andrew.burgess@embecosm.com>
1867
1868 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
1869 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
1870 negative bounds.
1871 * gdb.fortran/vla-value.exp: Print elements of an array with
1872 negative bounds.
1873 * gdb.fortran/vla.f90: Setup an array with negative bounds for
1874 testing.
1875
021d8588
AB
18762019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
1877
1878 * gdb.base/options.exp (expect_string): Dequote strings in
1879 results.
1880 (test-string): Test strings with different quoting and reindent.
1881
f06f1252
TT
18822019-07-10 Tom Tromey <tromey@adacore.com>
1883
1884 * gdb.ada/mi_ex_cond.exp: Update expected results.
1885 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
1886 * gdb.ada/mi_catch_ex.exp: Update expected results.
1887 * gdb.ada/mi_catch_assert.exp: Update expected results.
1888 * gdb.ada/catch_ex.exp (catch_exception_info)
1889 (catch_exception_entry, catch_assert_entry)
1890 (catch_unhandled_entry): Update.
1891 * gdb.ada/catch_assert_if.exp: Update expected results.
1892
b863685d
RB
18932019-07-10 Richard Bunt <richard.bunt@arm.com>
1894 Stephen Roberts <stephen.roberts@arm.com>
1895
1896 * gdb.base/define.exp: Restore original prompt.
1897
cb1e4e32
PA
18982019-07-09 Pedro Alves <palves@redhat.com>
1899
1900 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
1901 breakpoints" output.
1902 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
1903 * gdb.python/py-breakpoint.exp: No longer expect that "catch
1904 throw" creates breakpoint.
1905 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
1906 'type="catchpoint"'.
1907
b58a68fe
PA
19082019-07-09 Pedro Alves <palves@redhat.com>
1909
1910 PR c++/15468
1911 * gdb.cp/except-multi-location-lib.cc: New.
1912 * gdb.cp/except-multi-location-main.cc: New.
1913 * gdb.cp/except-multi-location.exp: New.
1914
0826779b
PW
19152019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
1916
1917 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
1918 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
1919 argument and update callers.
1920
5b0e2db4
AB
19212019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1922
1923 * gdb.arch/amd64-break-on-asm-line.S: New file.
1924 * gdb.arch/amd64-break-on-asm-line.exp: New file.
1925
1f6f6e21
PW
19262019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1927
1928 * gdb.base/printcmds.exp: Test printing C string and
1929 C wide string convenience vars without transiting via the inferior.
1930 Also make test names unique.
1931
ea142fbf
AH
19322019-07-08 Alan Hayward <alan.hayward@arm.com>
1933
5862c886 1934 PR breakpoints/25011
ea142fbf
AH
1935 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
1936
213fd9fa
PA
19372019-07-04 Pedro Alves <palves@redhat.com>
1938
1939 * lib/gdb.exp (foreach_with_prefix): Don't return early if
1940 body returned ok(0), break(3) or continue(4).
1941 * gdb.testsuite/foreach_with_prefix.exp: New file.
1942
2b40fda7
AH
19432019-07-04 Alan Hayward <alan.hayward@arm.com>
1944
1945 * gdb.server/unittest.exp: Allow 0 unit tests to run.
1946
a26c8de0
PA
19472019-07-03 Pedro Alves <palves@redhat.com>
1948
1949 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
1950 "return -code".
1951
5f4ba3e7
PA
19522019-07-03 Pedro Alves <palves@redhat.com>
1953
1954 PR cli/24732
1955 * gdb.base/shell.exp: Load completion-support.exp.
1956 Adjust expected error output. Add completion tests.
1957
a994424f
PA
19582019-07-03 Pedro Alves <palves@redhat.com>
1959
1960 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
1961 string_to_regexp.
1962
3d9be6f5
PA
19632019-07-03 Pedro Alves <palves@redhat.com>
1964
1965 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
1966 (expect_integer): Adjust to expect "-string".
1967 (expect_string): New.
1968 (all_options): Expect "-string".
1969 (test-flag, test-boolean): Adjust to expect "-string".
1970 (test-string): New proc.
1971 (top level): Call it.
1972
41fc454c
PA
19732019-07-03 Pedro Alves <palves@redhat.com>
1974
1975 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
1976 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
1977 the expected output in the success.
1978
b2b2a215
PA
19792019-07-03 Pedro Alves <palves@redhat.com>
1980
1981 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1982 Split one gdb_test_multiple call in two to avoid a race.
1983
fdbc9870
PA
19842019-07-03 Pedro Alves <palves@redhat.com>
1985
1986 * gdb.base/with.c: New file.
1987 * gdb.base/with.exp: New file.
1988
c6ac8931
PA
19892019-07-03 Pedro Alves <palves@redhat.com>
1990
1991 * gdb.base/settings.exp: Replace all references to "maint
1992 test-settings set" with references to "maint set test-settings",
1993 and all references to "maint test-settings show" with references
1994 to "maint show test-settings".
1995
970f9d09
PA
19962019-07-03 Pedro Alves <palves@redhat.com>
1997
1998 * gdb.base/settings.exp (test-string): Adjust expected out when
1999 testing "maint test-settings show filename"
2000
54d66006
PA
20012019-07-02 Pedro Alves <palves@redhat.com>
2002
2003 * gdb.base/options.exp (test-info-threads): New procedure.
2004 (top level): Call it.
2005
10d06d82
TT
20062019-06-28 Tom Tromey <tromey@adacore.com>
2007
2008 * gdb.dwarf2/ada-linkage-name.c: New file.
2009 * gdb.dwarf2/ada-linkage-name.exp: New file.
2010
3d507ff2
TT
20112019-06-27 Tom Tromey <tromey@adacore.com>
2012
d039f014 2013 PR c++/20020:
3d507ff2
TT
2014 * gdb.cp/constexpr-field.exp: Use setup_xfail.
2015
8af58ffe
TV
20162019-06-26 Tom de Vries <tdevries@suse.de>
2017
2018 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
2019
22e21752
TV
20202019-06-26 Tom de Vries <tdevries@suse.de>
2021
2022 * gdb.base/index-cache.exp: Add back missing debug option.
2023
b65b566c
PW
20242019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2025
2026 * gdb.base/alias.exp: Test non matching/non existing prefixes.
2027
5c2c8c69
TV
20282019-06-25 Tom de Vries <tdevries@suse.de>
2029
2030 PR testsuite/24727
2031 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
2032
164e3873
TV
20332019-06-24 Tom de Vries <tdevries@suse.de>
2034
2035 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
2036
824eacee
TV
20372019-06-24 Tom de Vries <tdevries@suse.de>
2038
2039 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
2040 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
2041 * gdb.trace/unavailable-dwarf-piece.exp: Same.
2042
385b97d3
TV
20432019-06-24 Tom de Vries <tdevries@suse.de>
2044
2045 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
2046
c596f180
TV
20472019-06-21 Tom de Vries <tdevries@suse.de>
2048
2049 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
2050
b13a7d03
TV
20512019-06-21 Tom de Vries <tdevries@suse.de>
2052
2053 PR testsuite/24518
2054 PR ada/24713
2055 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
2056 index.
2057
899277ae
TT
20582019-06-19 Tom Tromey <tromey@adacore.com>
2059
2060 * gdb.ada/length_cond.exp: Add intro comment.
2061
680e1bee
TT
20622019-06-19 Tom Tromey <tromey@adacore.com>
2063
2064 * gdb.ada/length_cond.exp: New file.
2065 * gdb.ada/length_cond/length_cond.adb: New file.
2066 * gdb.ada/length_cond/pck.adb: New file.
2067 * gdb.ada/length_cond/pck.ads: New file.
2068
0ed4690a
TV
20692019-06-18 Tom de Vries <tdevries@suse.de>
2070
2071 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
2072
d20ed5fd
TT
20732019-06-18 Tom Tromey <tromey@adacore.com>
2074
2075 * gdb.base/list0.h: Add comment explaining control character.
2076
86e04673
TV
20772019-06-18 Tom de Vries <tdevries@suse.de>
2078
2079 * boards/fission.exp: Break up long debug_flags line.
2080
c4973306
SM
20812019-06-16 Tom de Vries <tdevries@suse.de>
2082
2083 PR gdb/24445
2084 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
2085 generated index.
2086
93cb9841
AB
20872019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2088
2089 PR gdb/24686
2090 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
2091 improve detection of bug gdb/24541.
2092
399aaebd
SM
20932019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
2094
2095 PR gdb/24669
2096 * gdb.base/index-cache.exp (uses_readnow,
2097 expecting_index_cache_use): Define global variable.
2098 (test_cache_enabled_miss, test_cache_enabled_hit): Use
2099 expecting_index_cache_use.
2100
584a927c
AB
21012019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
2102 Andrew Burgess <andrew.burgess@embecosm.com>
2103
2104 * gdb.fortran/pointers.f90: New file.
2105 * gdb.fortran/print_type.exp: New file.
2106 * gdb.fortran/vla-ptype.exp: Adapt expected results.
2107 * gdb.fortran/vla-type.exp: Likewise.
2108 * gdb.fortran/vla-value.exp: Likewise.
2109 * gdb.mi/mi-vla-fortran.exp: Likewise.
2110
30056ea0
AB
21112019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2112
2113 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
2114 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
2115 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
2116 as a stop reason.
2117
ec8e2b6d
AB
21182019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2119
2120 * gdb.base/annota1.exp: Update expected results.
2121 * gdb.cp/annota2.exp: Likewise.
2122 * gdb.cp/annota3.exp: Likewise.
2123
09e4c4e1
AB
21242019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2125
2126 * gdb.base/style-logging.exp: Remove path from test name.
2127
0735b091
TT
21282019-06-14 Tom Tromey <tromey@adacore.com>
2129
2130 PR gdb/24502:
2131 * gdb.base/style-logging.exp: New file.
2132
f5686554
TT
21332019-06-14 Tom Tromey <tromey@adacore.com>
2134
2135 * gdb.base/symfile-warn.exp: New file.
2136 * gdb.base/symfile-warn.c: New file.
2137
a0c1ffed
TT
21382019-06-14 Tom Tromey <tromey@adacore.com>
2139
2140 * gdb.base/annotate-symlink.exp: New file.
2141
f411722c
TT
21422019-06-14 Tom Tromey <tromey@adacore.com>
2143
2144 * gdb.ada/set_wstr.exp: Add reassignment test.
2145
4268ec18
TT
21462019-06-14 Tom Tromey <tromey@adacore.com>
2147
2148 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
2149 'unchecked_access and 'unrestricted_access as well.
2150
9a9e394b
TT
21512019-06-14 Tom Tromey <tromey@adacore.com>
2152
2153 PR ada/24539:
2154 * gdb.ada/vla.exp: Update tests.
2155 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
2156 pragma.
2157
4c048731
PA
21582019-06-13 Pedro Alves <palves@redhat.com>
2159
2160 * gdb.base/settings.exp (test-integer): Test junk after
2161 "unlimited".
2162
6665660a
PA
21632019-06-13 Pedro Alves <palves@redhat.com>
2164
2165 * gdb.base/options.exp (test-thread-apply): New.
2166 (top level): Call it.
2167
5d707134
PA
21682019-06-13 Pedro Alves <palves@redhat.com>
2169
2170 * gdb.base/options.exp (test-frame-apply): New.
2171 (top level): Test print commands with different "frame apply"
2172 prefixes.
2173
e2a689da
PA
21742019-06-13 Pedro Alves <palves@redhat.com>
2175
e79be6e5 2176 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
2177 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
2178 'max_completions' parameter and handle it.
2179 (test_gdb_completion_offers_commands): New.
2180
90a1ef87
PA
21812019-06-13 Pedro Alves <palves@redhat.com>
2182
2183 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
2184
d4c16835
PA
21852019-06-13 Pedro Alves <palves@redhat.com>
2186
2187 * gdb.base/options.exp (test-backtrace): New.
2188 (top level): Call it.
2189
2daf894e
PA
21902019-06-13 Pedro Alves <palves@redhat.com>
2191
2192 * gdb.guile/scm-frame-args.exp: Use "set print
2193 raw-frame-arguments" instead of "set print raw frame-arguments".
2194 * gdb.python/py-frame-args.exp: Likewise.
2195
e6ed716c
PA
21962019-06-13 Pedro Alves <palves@redhat.com>
2197
2198 * gdb.compile/compile.exp: Adjust expected output to option
2199 processing changes.
2200
7d8062de
PA
22012019-06-13 Pedro Alves <palves@redhat.com>
2202
2203 * gdb.base/options.exp: Build executable.
2204 (test-print): New procedure.
2205 (top level): Call it, once for "print" and another for "compile
2206 print".
2207
9d0faba9
PA
22082019-06-13 Pedro Alves <palves@redhat.com>
2209
2210 * gdb.base/options.c: New file.
2211 * gdb.base/options.exp: New file.
2212
dee7b4c8
PA
22132019-06-13 Pedro Alves <palves@redhat.com>
2214
2215 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
2216 that "o" is ambiguous.
2217
dca0f6c0
PA
22182019-06-13 Pedro Alves <palves@redhat.com>
2219
2220 * gdb.base/settings.c: New file.
2221 * gdb.base/settings.exp: New file.
2222
ccf46844
PA
22232019-06-13 Pedro Alves <palves@redhat.com>
2224
2225 * gdb.base/completion.exp: Fix comment typo.
2226
b9a3f842
PA
22272019-06-13 Pedro Alves <palves@redhat.com>
2228
2229 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
2230 foo --1" test.
2231
d106773e
PA
22322019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
2233
2234 * gdb.fortran/block-data.f: New.
2235 * gdb.fortran/block-data.exp: New.
2236
fea82da0
TV
22372019-06-11 Tom de Vries <tdevries@suse.de>
2238
2239 PR testsuite/24521
2240 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
2241 message.
2242
8c2e74f1
TV
22432019-06-11 Tom de Vries <tdevries@suse.de>
2244
2245 PR testsuite/24521
2246 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
2247
b49851c8
TV
22482019-06-11 Tom de Vries <tdevries@suse.de>
2249
2250 * boards/readnow.exp: New file.
2251
a7067863
AB
22522019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
2253
2254 * gdb.fortran/vla-sizeof.exp: Update expected results.
2255
1a3da2cd
AB
22562019-06-06 Amos Bird <amosbird@gmail.com>
2257
2258 * gdb.base/annota1.exp (thread_switch): Add test for
2259 thread-exited annotation.
2260
3847a7bf
TT
22612019-06-06 Tom Tromey <tromey@adacore.com>
2262
2263 * gdb.base/maint.exp: Expect command started/finished output.
2264
0088ba59
AB
22652019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2266
2267 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
2268 comment.
2269 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
2270
312617a3
AB
22712019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2272
2273 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
2274 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
2275 * gdb.arch/riscv-unwind-long-insn.c: New file.
2276 * gdb.arch/riscv-unwind-long-insn.exp: New file.
2277
e1f2e1a2
CB
22782019-06-04 Christian Biesinger <cbiesinger@google.com>
2279
d3238f7d 2280 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 2281
206584bd
PW
22822019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2283
2284 * lib/gdb.exp (help_list_trailer): New regexp variable
2285 factorizing the help trailer message.
2286 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
2287 arg to allow to better factorize various tests.
2288 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
2289 (test_prefix_command_help): Use help_list_trailer.
2290 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
2291 * gdb.guile/scm-cmd.exp: Likewise.
2292 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
2293 * gdb.base/help.exp: Use test_user_defined_class_help.
2294 * gdb.base/style.exp: Add tests for styling of help and apropos.
2295 * lib/gdb-utils.exp (style): Add title and highlight styles.
2296
708dc93e
PW
22972019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2298
2299 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
2300 $_shell_exitsignal.
2301 * gdb.base/default.exp: Update for new convenience variables.
2302
f49055a5
TT
23032019-05-29 Tom Tromey <tromey@adacore.com>
2304
2305 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
2306 to "break complete ada" test case's regexp.
2307
4330d61d
TT
23082019-05-29 Tom Tromey <tromey@adacore.com>
2309
2310 PR c++/20020:
2311 * gdb.cp/constexpr-field.exp: New file.
2312 * gdb.cp/constexpr-field.cc: New file.
2313
000439d5
TT
23142019-05-29 Tom Tromey <tromey@adacore.com>
2315
2316 * gdb.base/finish.exp (finish_no_print): New proc.
2317 (finish_tests): Call it.
2318
5a01c34c
TV
23192019-05-24 Tom de Vries <tdevries@suse.de>
2320
2321 * gdb.dwarf2/gdb-add-index.exp: New file.
2322
18125b16
TT
23232019-05-22 Tom Tromey <tromey@adacore.com>
2324
2325 * gdb.base/info-shared.exp (check_info_shared): Use "style".
2326 * gdb.base/style.exp: Use "style".
2327 * lib/gdb-utils.exp (style): New proc.
2328
af1a8d03
TV
23292019-05-22 Tom de Vries <tdevries@suse.de>
2330
2331 * gdb.base/align.exp: Require c++11.
2332
e7fe496b
TV
23332019-05-22 Tom de Vries <tdevries@suse.de>
2334
2335 PR testsuite/24586
2336 * gdb.python/py-mi-var-info-path-expression.exp: Call
2337 mi_skip_python_tests to check if python is supported.
2338
8fca4da0
AH
23392019-05-22 Alan Hayward <alan.hayward@arm.com>
2340
2341 * gdb.arch/aarch64-pauth.c: New test.
2342 * gdb.arch/aarch64-pauth.exp: New file.
2343
b7060614
AH
23442019-05-22 Alan Hayward <alan.hayward@arm.com>
2345
2346 * README (Re-running Tests Outside The Testsuite): New section.
2347
669d0468
TV
23482019-05-21 Tom de Vries <tdevries@suse.de>
2349
2350 * gdb.arch/amd64-eval.exp: Require c++11.
2351 * gdb.base/max-depth.exp: Same.
2352 * gdb.compile/compile-cplus-array-decay.exp: Same.
2353 * gdb.cp/meth-typedefs.exp: Same.
2354 * gdb.cp/subtypes.exp: Same.
2355 * gdb.cp/temargs.exp: Same.
2356
ce3ebcaa
AH
23572019-05-21 Alan Hayward <alan.hayward@arm.com>
2358
2359 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
2360
34d11c68
AB
23612019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
2362
2363 PR gdb/18644
2364 * gdb.fortran/complex.exp: Remove setup_kfail calls.
2365 * gdb.fortran/printing-types.exp: Add new test.
2366 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
2367 testing.
2368 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
2369 setup_kfail call.
2370
87781e84
AH
23712019-05-17 Alan Hayward <alan.hayward@arm.com>
2372
2373 * README (Running the Testsuite): Change example.
2374 (Testsuite Parameters): Remove TRANSCRIPT.
2375 * lib/gdb.exp: Remove TRANSCRIPT check.
2376
b420b89e
AH
23772019-05-17 Alan Hayward <alan.hayward@arm.com>
2378
2379 * README (Testsuite Parameters): Add replay logging to
2380 GDBSERVER_DEBUG.
2381 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
2382 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
2383 as a comma separated list.
2384 (gdb_debug_init): Override procedure.
2385
408e9b8b
AH
23862019-05-17 Alan Hayward <alan.hayward@arm.com>
2387
2388 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
2389 (gdb_write_cmd_file): New procedure.
2390 * lib/gdbserver-support.exp (gdbserver_start): Call
2391 gdbserver_write_cmd_file.
2392 (gdbserver_write_cmd_file): New procedure.
2393
f9e2e39d
AH
23942019-05-17 Alan Hayward <alan.hayward@arm.com>
2395
2396 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
2397 (delete_breakpoints): Likewise.
2398 (gdb_run_cmd): Likewise.
2399 (gdb_start_cmd): Likewise.
2400 (gdb_starti_cmd): Likewise.
2401 (gdb_internal_error_resync): Likewise.
2402 (gdb_test_multiple): Likewise.
2403 (gdb_reinitialize_dir): Likewise.
2404 (default_gdb_exit): Likewise.
2405 (gdb_file_cmd): Mark kill as optional.
2406 (default_gdb_start): Call gdb_stdin_log_init.
2407 (send_gdb): Call gdb_stdin_log_write.
2408 (rerun_to_main): Mark Y as an answer.
2409 (gdb_stdin_log_init): New function.
2410 (gdb_stdin_log_write): Likewise.
2411
81f47ac2
AH
24122019-05-17 Alan Hayward <alan.hayward@arm.com>
2413
2414 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
2415 * gdb.base/debug-expr.exp: Likewise.
2416 * gdb.base/foll-fork.exp: Likewise.
2417 * gdb.base/foll-vfork.exp: Likewise.
2418 * gdb.base/fork-print-inferior-events.exp: Likewise.
2419 * gdb.base/gdb-sigterm.exp: Likewise.
2420 * gdb.base/gdbinit-history.exp: Likewise.
2421 * gdb.base/osabi.exp: Likewise.
2422 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2423 * gdb.base/ui-redirect.exp: Likewise.
2424 * gdb.gdb/unittest.exp: Likewise.
2425 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
2426 * gdb.mi/mi-watch.exp: Likewise.
2427 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2428 * gdb.mi/user-selected-context-sync.exp: Likewise.
2429 * gdb.python/python.exp: Disable debug test when debugging.
2430 * gdb.threads/check-libthread-db.exp: Disable when debugging.
2431 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2432 Likewise.
2433 * gdb.threads/stepi-random-signal.exp: Likewise.
2434
29b52314
AH
24352019-05-17 Alan Hayward <alan.hayward@arm.com>
2436
2437 * Makefile.in: Pass through GDB_DEBUG.
2438 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
2439 (gdb,debug): Add board setting.
2440 * lib/gdb.exp (default_gdb_start): Start debugging.
2441 (gdb_debug_enabled): New procedure.
2442 (gdb_debug_init): Likewise.
29b52314
AH
2443
24442019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 2445
29b52314
AH
2446 * Makefile.in: Pass through GDB_DEBUG.
2447 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
2448 (gdb,debug): Add board setting.
2449 * lib/gdb.exp (default_gdb_start): Start debugging.
2450 (gdb_debug_enabled): New procedure.
2451 (gdb_debug_init): Likewise.
29b52314 2452
ca1285d1
AH
24532019-05-17 Alan Hayward <alan.hayward@arm.com>
2454
2455 * gdb.base/ui-redirect.exp: Add debug redirect tests.
2456
f3a09c80
AH
24572019-05-17 Alan Hayward <alan.hayward@arm.com>
2458
2459 * gdb.base/ui-redirect.exp: Test redirection.
2460
26648588
JV
24612019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
2462
2463 * gdb.mi/mi-complete.exp: New file.
2464 * gdb.mi/mi-complete.cc: Likewise.
2465
14237686
AB
24662019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
2467
2468 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
2469 indexed and sliced arrays, and pointers to arrays.
2470
e7bd7fba
TT
24712019-05-14 Tom Tromey <tromey@adacore.com>
2472
2473 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
2474 styling test.
2475
2764128d
TV
24762019-05-14 Tom de Vries <tdevries@suse.de>
2477
2478 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
2479 selection entry encoding.
2480
71bed2db
TT
24812019-05-10 Tom Tromey <tromey@adacore.com>
2482
2483 * gdb.ada/info_exc.exp: Add "complete" test.
2484
63b667ad
TV
24852019-05-09 Tom de Vries <tdevries@suse.de>
2486
2487 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
2488 CU-relative.
2489
9cfd2b89
TV
24902019-05-09 Tom de Vries <tdevries@suse.de>
2491
2492 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
2493 CU-relative.
2494
2228ef77
XR
24952019-05-08 Joel Brobecker <brobecker@adacore.com>
2496
2497 * gdb.ada/frame_arg_lang.exp: New testcase.
2498 * gdb.ada/frame_arg_lang/bla.adb: New file.
2499 * gdb.ada/frame_arg_lang/pck.ads: New file.
2500 * gdb.ada/frame_arg_lang/pck.adb: New file.
2501 * gdb.ada/frame_arg_lang/foo.c: New file.
2502
80e55b13
TT
25032019-05-08 Tom Tromey <tromey@adacore.com>
2504
2505 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
2506
9d3421af
TT
25072019-05-08 Tom Tromey <tromey@adacore.com>
2508
2509 * gdb.base/ptype-offsets.exp: Update tests.
2510
844333e2
TT
25112019-05-08 Tom Tromey <tromey@adacore.com>
2512
2513 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
2514 cases.
2515 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
2516 "short".
2517
988915ee
TT
25182019-05-08 Tom Tromey <tromey@adacore.com>
2519
2520 * gdb.ada/vla.exp: New file.
2521 * gdb.ada/vla/vla.adb: New file.
2522
7bd55dac
TV
25232019-05-07 Tom de Vries <tdevries@suse.de>
2524
2525 * gdb.base/index-cache.exp (ls_host): Fix return statement.
2526
75f06e9d
TV
25272019-05-07 Tom de Vries <tdevries@suse.de>
2528
2529 PR testsuite/24522
2530 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
2531 section.
2532
77e7aaa4
TV
25332019-05-07 Tom de Vries <tdevries@suse.de>
2534
2535 PR testsuite/24522
2536 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
2537 .debug_aranges section.
2538
456ba0fa
TV
25392019-05-07 Tom de Vries <tdevries@suse.de>
2540
2541 PR testsuite/24159
2542 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
2543
5a56d6a6
TV
25442019-05-06 Tom de Vries <tdevries@suse.de>
2545
2546 * lib/gdb.exp (exec_has_index_section): New proc.
2547 * gdb.base/index-cache.exp: Handle case that binfile contains an index
2548 section.
2549
9d6d4be8
TV
25502019-05-04 Tom de Vries <tdevries@suse.de>
2551
2552 * boards/cc-with-debug-names.exp: New file.
2553
222a8d25
TT
25542019-05-03 Tom Tromey <tromey@adacore.com>
2555
2556 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
2557 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
2558 * gdb.ada/char_enum.exp: Add test.
2559
0fdfd794
TV
25602019-05-03 Tom de Vries <tdevries@suse.de>
2561
2562 * boards/cc-with-gdb-index.exp: New file.
2563
80062eb9
AB
25642019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
2565
2566 * gdb.rust/simple.exp: Add new test case.
2567 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
2568 (main): Initialise an instance of the new struct.
2569
4504bbde
TT
25702019-05-01 Tom Tromey <tromey@adacore.com>
2571
2572 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
2573 record.
2574 (NPR): New variable.
2575 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
2576 test.
2577
d48e62f4
TT
25782019-05-01 Tom Tromey <tromey@adacore.com>
2579
2580 * gdb.ada/packed_array_assign.exp: Add packed assignment
2581 regression test.
2582
f59f30f5
TV
25832019-05-01 Tom de Vries <tdevries@suse.de>
2584
2585 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
2586
b70bfc54
TV
25872019-05-01 Tom de Vries <tdevries@suse.de>
2588
2589 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
2590
15f18d14
AT
25912019-04-30 Ali Tamur <tamur@google.com>
2592
2593 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
2594
2ff0a947
TT
25952019-04-30 Tom Tromey <tromey@adacore.com>
2596
2597 * lib/ada.exp (find_ada_tool): New proc.
2598 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
2599 * gdb.ada/catch_ex_std.exp: New file.
2600 * gdb.ada/catch_ex_std/foo.adb: New file.
2601 * gdb.ada/catch_ex_std/some_package.adb: New file.
2602 * gdb.ada/catch_ex_std/some_package.ads: New file.
2603
a776957c
TT
26042019-04-30 Tom Tromey <tromey@adacore.com>
2605
2606 PR c++/24470:
2607 * gdb.cp/temargs.cc: Add test code from PR.
2608
bc68014d
AB
26092019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2610
2611 * gdb.fortran/vla-datatypes.exp: Update expected results.
2612 * gdb.fortran/vla-ptype.exp: Likewise.
2613 * gdb.fortran/vla-type.exp: Likewise.
2614 * gdb.fortran/vla-value.exp: Likewise.
2615
f1fdc960
AB
26162019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2617
2618 * gdb.fortran/ptr-indentation.exp: Update expected results.
2619 * gdb.fortran/ptype-on-functions.exp: Likewise.
2620 * gdb.fortran/vla-ptr-info.exp: Likewise.
2621 * gdb.fortran/vla-value.exp: Likewise.
2622
bf7a4de1
AB
26232019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2624
2625 * gdb.fortran/ptype-on-functions.exp: New file.
2626 * gdb.fortran/ptype-on-functions.f90: New file.
2627
bbe75b9d
AB
26282019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2629
2630 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
2631 case void string.
2632
1db455a7
AB
26332019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2634
2635 * gdb.fortran/complex.exp: Expand.
2636 * gdb.fortran/complex.f: Renamed to...
2637 * gdb.fortran/complex.f90: ...this, and extended to add more
2638 complex values.
2639
b6d03bb2
AB
26402019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2641
2642 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
2643 MODULO, CMPLX.
2644
2e62ab40
AB
26452019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
2646 Richard Bunt <richard.bunt@arm.com>
2647
2648 * gdb.base/max-depth.c: New file.
2649 * gdb.base/max-depth.exp: New file.
2650 * gdb.python/py-nested-maps.c: New file.
2651 * gdb.python/py-nested-maps.exp: New file.
2652 * gdb.python/py-nested-maps.py: New file.
2653 * gdb.python/py-format-string.exp (test_max_depth): New proc.
2654 (test_all_common): Call test_max_depth.
2655 * gdb.fortran/max-depth.exp: New file.
2656 * gdb.fortran/max-depth.f90: New file.
2657 * gdb.go/max-depth.exp: New file.
2658 * gdb.go/max-depth.go: New file.
2659 * gdb.modula2/max-depth.exp: New file.
2660 * gdb.modula2/max-depth.c: New file.
2661 * lib/gdb.exp (get_print_expr_at_depths): New proc.
2662
d2b584a5
TV
26632019-04-29 Tom de Vries <tdevries@suse.de>
2664
2665 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
2666
136afab8
PW
26672019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2668
2669 * gdb.base/callexit.exp: Test may-call-functions off.
2670
725cbb63
KS
26712019-04-25 Keith Seitz <keiths@redhat.com>
2672
2673 PR c++/24367
2674 * gdb.cp/meth-typedefs.cc (incomplete_struct)
2675 (another_incomplete_struct, test_incomplete): New definitions.
2676 (main): Use new definitions.
2677 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
2678 functions.
2679
701adfb0
PA
26802019-04-25 Ali Tamur <tamur@google.com>
2681
2682 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
2683
82433e3e
SDJ
26842019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
2685
2686 PR corefiles/11608
2687 PR corefiles/18187
2688 * gdb.base/coredump-filter-build-id.exp: New file.
2689
dd06d4d6
AH
26902019-04-25 Alan Hayward <alan.hayward@arm.com>
2691
e79be6e5
SM
2692 * Makefile.in: Pass through GDBSERVER_DEBUG.
2693 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
2694 (gdbserver,debug): Add board setting.
2695 * gdb.trace/tspeed.exp: Skip when debugging.
2696 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
2697 * lib/gdbserver-support.exp: Likewise
dd06d4d6 2698
1670072e
TT
26992019-04-24 Tom Tromey <tromey@adacore.com>
2700
2701 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
2702 Rust.
2703
a59240a4
TT
27042019-04-24 Tom Tromey <tromey@adacore.com>
2705
2706 * gdb.arch/amd64-eval.exp: Test bitfield return.
2707 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
2708 (class Foo) <return_bitfields>: New method.
2709 (main): Call it.
2710
b907456c
AB
27112019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
2712
2713 * gdb.cp/many-args.cc: New file.
2714 * gdb.cp/many-args.exp: New file.
2715
5c565afd
TV
27162019-04-23 Tom de Vries <tdevries@suse.de>
2717
2718 PR gdb/24433
2719 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
2720
ba22ff86
AH
27212019-04-23 Alan Hayward <alan.hayward@arm.com>
2722
2723 * gdb.trace/backtrace.exp: Use nopie flag.
2724 * gdb.trace/circ.exp: Likewise.
2725 * gdb.trace/collection.exp: Likewise.
2726 * gdb.trace/ftrace.exp: Likewise.
2727 * gdb.trace/mi-trace-unavailable.exp: Likewise.
2728 * gdb.trace/mi-traceframe-changed.exp: Likewise.
2729 * gdb.trace/qtro.exp: Likewise.
2730 * gdb.trace/read-memory.exp: Likewise.
2731 * gdb.trace/report.exp: Likewise.
2732 * gdb.trace/tfile.exp: Likewise.
2733 * gdb.trace/tfind.exp: Likewise.
2734 * gdb.trace/unavailable.exp: Likewise.
2735
7905fc35
PA
27362019-04-22 Pedro Alves <palves@redhat.com>
2737
2738 * gdb.base/solib-probes-nosharedlibrary.c,
2739 gdb.base/solib-probes-nosharedlibrary.exp: New files.
2740
8ecb59f8
TT
27412019-04-19 Tom Tromey <tromey@adacore.com>
2742
2743 * gdb.ada/ptype_union.c: New file.
2744 * gdb.ada/ptype_union.exp: New file.
2745
62160ec9
TT
27462019-04-19 Tom Tromey <tromey@adacore.com>
2747
2748 PR symtab/24423:
2749 * gdb.base/list0.h (foo): Add a control-l character.
2750
36cd4ba5
TV
27512019-04-18 Tom de Vries <tdevries@suse.de>
2752
2753 PR gdb/24433
2754 * boards/local-board.exp: Set sysroot to "".
2755
b73715df
TV
27562019-04-18 Tom de Vries <tdevries@suse.de>
2757 Pedro Alves <palves@redhat.com>
2758
2759 PR gdb/24454
2760 * gdb.threads/vfork-follow-child-exec.c: New file.
2761 * gdb.threads/vfork-follow-child-exec.exp: New file.
2762 * gdb.threads/vfork-follow-child-exit.c: New file.
2763 * gdb.threads/vfork-follow-child-exit.exp: New file.
2764
4aa866af
LS
27652019-04-15 Leszek Swirski <leszeks@google.com>
2766
2767 * gdb.arch/amd64-eval.cc: New file.
2768 * gdb.arch/amd64-eval.exp: New file.
2769
e5a1a79a
AH
27702019-04-11 Alan Hayward <alan.hayward@arm.com>
2771
2772 * gdb.server/sysroot.c: New test.
2773 * gdb.server/sysroot.exp: New file.
2774 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
2775 matching param.
2776
41077b66
AB
27772019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
2778
2779 * gdb.base/align.exp: Extend test to cover structures containing
2780 only static fields.
2781
c30391f8
TV
27822019-04-11 Tom de Vries <tdevries@suse.de>
2783
2784 * boards/cc-with-dwz-m.exp: New file.
2785 * boards/cc-with-dwz.exp: New file.
2786 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
2787
e242fd12
SM
27882019-04-09 Simon Marchi <simon.marchi@efficios.com>
2789
2790 * gdb.base/start-cpp.exp: New file.
2791 * gdb.base/start-cpp.cc: New file.
2792
2b0c8b01
KB
27932019-04-08 Kevin Buettner <kevinb@redhat.com>
2794
2795 * gdb.python/py-thrhandle.exp: Adjust tests to call
2796 thread_from_handle instead of thread_from_thread_handle.
2797
947210e5
KB
27982019-04-08 Kevin Buettner <kevinb@redhat.com>
2799
2800 * gdb.python/py-thrhandle.exp: Add tests for
2801 gdb.InferiorThread.handle.
2802
d7df6549
AB
28032019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2804
2805 * gdb.python/py-function.exp: Check calling helper function from
2806 all languages.
2807 * lib/gdb.exp (gdb_supported_languages): New proc.
2808
8bdc1658
AB
28092019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2810
2811 * gdb.base/complex-parts.c: New file.
2812 * gdb.base/complex-parts.exp: New file.
2813
05caa1d2
TT
28142019-04-01 Tom Tromey <tromey@adacore.com>
2815
2816 PR symtab/23331:
2817 * gdb.dwarf2/dw2-ranges-main.c: New file.
2818 * gdb.dwarf2/dw2-ranges-psym.c: New file.
2819 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
2820
7734102d
EZ
28212019-03-30 Simon Marchi <simark@simark.ca>
2822
2823 * gdb.base/default.exp: Add values for $_gdb_major and
2824 $_gdb_minor.
2825
188e1fa9
TT
28262019-03-29 Tom Tromey <tromey@adacore.com>
2827
2828 * gdb.base/help.exp: Tighten apropos regexp.
2829
2880242d
KS
28302019-03-29 Keith Seitz <keiths@redhat.com>
2831
2832 * gdb.fortran/array-bounds.exp: New file.
2833 * gdb.fortran/array-bounds.f90: New file.
2834
077cad8e
PW
28352019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2836
2837 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
2838
80047cfc
PW
28392019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2840
2841 * gdb.multi/hello.c (main): Increase alarm timer.
2842
f489207e
SL
28432019-03-28 Sandra Loosemore <sandra@codesourcery.com>
2844
2845 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
2846 factor when no hardware watchpoint support.
2847
c92df149
AH
28482019-03-28 Alan Hayward <alan.hayward@arm.com>
2849 Pedro Alves <palves@redhat.com>
2850
2851 * boards/local-board.exp: set sysroot to /.
2852
933aebfa
AH
28532019-03-27 Alan Hayward <alan.hayward@arm.com>
2854
2855 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
2856 in child.
2857
9f9aa852
AB
28582019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2859
2860 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
2861 field.
2862 (make_container): Initialise new field.
2863 * gdb.python/py-prettyprint.exp: Add new tests.
2864 * gdb.python/py-prettyprint.py (class ContainerPrinter)
2865 <display_hint>: New method.
2866
3714a195
AB
28672019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2868
2869 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
2870 gdb_continue_to_breakpoint more throughout this test.
2871 (run_lang_tests) Supply unique test names, and use
2872 gdb_test_no_output.
2873
18c77628
AB
28742019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2875
2876 * gdb.base/finish-pretty.exp: Update expected results.
2877 * gdb.base/pretty-print.c: New file.
2878 * gdb.base/pretty-print.exp: New file.
2879
9a93502f
PA
28802019-03-25 Pedro Alves <palves@redhat.com>
2881
2882 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
2883 move comments outside list. Append '-i "" eof' section.
2884
968aa7ae
AH
28852019-03-22 Alan Hayward <alan.hayward@arm.com>
2886
34a7f2a4 2887 PR testsuite/25016
968aa7ae
AH
2888 * README: Add pie options.
2889 * gdb.base/break-interp.exp: Ensure pie is disabled.
2890 * gdb.base/dump.exp: Likewise.
2891 * lib/gdb.exp (gdb_compile): Add pie option.
2892
4c7d57e7
TT
28932019-03-19 Tom Tromey <tromey@adacore.com>
2894
2895 * gdb.mi/mi2-cli-display.c: New file.
2896 * gdb.mi/mi2-cli-display.exp: New file.
2897
bff8c71f
TT
28982019-03-18 Joel Brobecker <brobecker@adacore.com>
2899 Tom Tromey <tromey@adacore.com>
2900
2901 * gdb.ada/ptype_array/pck.adb: New file.
2902 * gdb.ada/ptype_array/pck.ads: New file.
2903 * gdb.ada/ptype_array/foo.adb: New file.
2904 * gdb.ada/ptype_array.exp: New file.
2905
d085f989
TT
29062019-03-14 Tom Tromey <tromey@adacore.com>
2907
2908 * gdb.base/style.exp: Add "set style sources" test.
2909
b4be1b06
SM
29102019-03-13 Simon Marchi <simon.marchi@ericsson.com>
2911
2912 * mi-breakpoint-location-ena-dis.exp: Rename to ...
2913 * mi-breakpoint-multiple-locations.exp: ... this.
2914 (make_breakpoints_pattern): New proc.
2915 (do_test): Add mi_version parameter, test -break-insert,
2916 -break-info and =breakpoint-created.
2917
7cde5fc2
AB
29182019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
2919
2920 * config/default.exp: Remove 'load_lib gdb.exp'.
2921 * config/monitor.exp: Likewise.
2922 * config/sid.exp: Likewise.
2923 * config/sim.exp: Likewise.
2924 * config/slite.exp: Likewise.
2925 * config/unix.exp: Likewise.
2926 * gdb.base/default.exp: Remove unhelpful comment.
2927
efbecbc1
AB
29282019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2929
2930 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
2931
0841c79a
AB
29322019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2933
2934 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
2935
4a270568
AB
29362019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2937
2938 * gdb.fortran/type-kinds.exp: Update expected results.
2939
067630bd
AB
29402019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2941
2942 * gdb.fortran/type-kinds.exp: Test new integer type kind.
2943
3be47f7a
AB
29442019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2945
2946 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
2947 function.
2948 (test_basic_parsing_of_type_kinds): Expand types tested.
2949 (test_parsing_invalid_type_kinds): New function.
2950
4d00f5d8
AB
29512019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2952
2953 * gdb.fortran/intrinsics.exp: New file.
2954 * gdb.fortran/intrinsics.f90: New file.
2955 * gdb.fortran/type-kinds.exp: New file.
2956
c8f91604
AB
29572019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2958
2959 * gdb.fortran/dot-ops.exp: New file.
2960
dd9f2c76
AB
29612019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2962
2963 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
2964 Check upper and lower case logical literals.
2965
84ec9724
AB
29662019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2967
2968 * gdb.fortran/types.exp (test_float_literal_types_accepted):
2969 Remove duplicate tests.
2970
c3734e09
AH
29712019-03-06 Alan Hayward <alan.hayward@arm.com>
2972
2973 * lib/gdb.exp (builtin_cd): rename of cd.
2974 (cd): Override builtin.
2975
aa3cfbda
RB
29762019-03-06 Richard Bunt <richard.bunt@arm.com>
2977
2978 * gdb.fortran/function-calls.exp: New file.
2979 * gdb.fortran/function-calls.f90: New test.
2980
7b63ad86
RB
29812019-03-04 Richard Bunt <richard.bunt@arm.com>
2982
2983 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
2984 on user program standard output.
2985 * gdb.fortran/short-circuit-argument-list.f90: Record function
2986 calls.
2987
01abb042
AH
29882019-02-28 Alan Hayward <alan.hayward@arm.com>
2989
c3734e09
AH
2990 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
2991 failure.
01abb042 2992
92137da0
RO
29932019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2994
2995 PR gdb/8527
2996 * gdb.base/interrupt-daemon-attach.c,
2997 gdb.base/interrupt-daemon-attach.exp: New test.
2998
5862844d
PA
29992019-02-27 Pedro Alves <palves@redhat.com>
3000
3001 * gdb.base/page.exp: Add tests for "set width/height -1".
3002
8ed25214
PA
30032019-02-27 Pedro Alves <palves@redhat.com>
3004
3005 * gdb.base/page.exp: Add tests for "set/show width/height" with
3006 "infinite" values.
3007
6c28e44a
TT
30082019-02-27 Tom Tromey <tromey@adacore.com>
3009
3010 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
3011 2.4.
3012 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
3013 workaround.
3014
bf9a735e
AB
30152019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
3016
3017 * gdb.base/align.exp: Extend to compile in both C and C++, and add
3018 tests for structs with static members.
3019
8791793c
TT
30202019-02-26 Tom Tromey <tromey@adacore.com>
3021
3022 * gdb.python/py-value.exp (test_value_from_buffer): Check for
3023 ValueError, not TypeError.
3024
bc2a507e
KB
30252019-02-26 Kevin Buettner <kevinb@redhat.com>
3026
3027 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
3028 call from main program.
3029
e0e7d3bd
JB
30302019-02-23 Joel Brobecker <brobecker@adacore.com>
3031
3032 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
3033 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
3034 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
3035 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
3036 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
3037
9600246d
KS
30382019-02-22 Keith Seitz <keiths@redhat.com>
3039
3040 PR symtab/23853
3041 * gdb.base/symlink-sourcefile.c: New file.
3042 * gdb.base/symlink-sourcefile.exp: New file.
3043
0c95f9ed
TT
30442019-02-20 Tom Tromey <tom@tromey.com>
3045
3046 * gdb.base/info_qt.exp: Update.
3047
6caa91b6
SM
30482019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
3049
3050 * gdb.base/source.exp: Move "error in sourced script" code to
3051 the end.
3052 * gdb.base/source-error.gdb: Move contents to
3053 source-error-1.gdb. Add new code to source source-error-1.gdb.
3054 * gdb.base/source-error-1.gdb: New file, from previous
3055 source-error.gdb.
3056
6506371f
TT
30572019-02-17 Tom Tromey <tom@tromey.com>
3058
3059 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
3060 for macro styling.
3061 * gdb.base/style.c (SOME_MACRO): New macro.
3062
a0087920
TT
30632019-02-17 Tom Tromey <tom@tromey.com>
3064
3065 * gdb.base/style.exp: Add line-wrapping tests.
3066 * gdb.base/page.exp: Add test for quitting during pagination.
3067
a2cd4f14
JB
30682019-02-17 Joel Brobecker <brobecker@adacore.com>
3069
3070 * gdb.ada/big_packed_array: New testcase.
3071 * gdb.ada/homonym.exp: Fix incorrect expected output for
3072 "break <homonym__get_value>" test.
3073
9d70ffbc
WP
30742019-02-13 Weimin Pan <weimin.pan@oracle.com>
3075
3076 PR breakpoints/21870
3077 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
3078 and prepare_for_testing. Add comment.
3079 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
3080 redundant cleanup call. Clean up comment.
3081
01c7ae81
WP
30822019-02-12 Weimin Pan <weimin.pan@oracle.com>
3083
3084 PR breakpoints/21870
3085 * gdb.arch/aarch64-dbreg-contents.exp: New file.
3086 * gdb.arch/aarch64-dbreg-contents.c: New file.
3087
aff29d1c
JB
30882019-02-10 Joel Brobecker <brobecker@adacore.com>
3089
3090 * gdb.ada/mi_ref_changeable: New testcase.
3091
df0da8a2
AH
30922019-02-07 Alan Hayward <alan.hayward@arm.com>
3093
3094 * gdb.base/attach.exp: Add double attach test.
3095
bd447abb
SM
30962019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
3097
3098 * lib/gdb.exp (default_gdb_start): Don't match pagination
3099 prompt.
3100 (gdb_init): Set stty_init.
3101
1dbc40b9
TT
31022019-01-27 Tom Tromey <tom@tromey.com>
3103
3104 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
3105 skip_python_tests.
3106
353229bf
AH
31072019-01-24 Alan Hayward <alan.hayward@arm.com>
3108
3109 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
3110 New structure.
3111 (struct struct_static_02_02): Likewise.
3112 (struct struct_static_02_03): Likewise.
3113 (struct struct_static_02_04): Likewise.
3114 (struct struct_static_04_01): Likewise.
3115 (struct struct_static_04_02): Likewise.
3116 (struct struct_static_04_03): Likewise.
3117 (struct struct_static_04_04): Likewise.
3118 (struct struct_static_06_01): Likewise.
3119 (struct struct_static_06_02): Likewise.
3120 (struct struct_static_06_03): Likewise.
3121 (struct struct_static_06_04): Likewise.
3122 (cmp_struct_static_02_01): Likewise.
3123 (cmp_struct_static_02_02): Likewise.
3124 (cmp_struct_static_02_03): Likewise.
3125 (cmp_struct_static_02_04): Likewise.
3126 (cmp_struct_static_04_01): Likewise.
3127 (cmp_struct_static_04_02): Likewise.
3128 (cmp_struct_static_04_03): Likewise.
3129 (cmp_struct_static_04_04): Likewise.
3130 (cmp_struct_static_06_01): Likewise.
3131 (cmp_struct_static_06_02): Likewise.
3132 (cmp_struct_static_06_03): Likewise.
3133 (cmp_struct_static_06_04): Likewise.
3134 (call_all): Test new structs.
3135 * gdb.base/infcall-nested-structs.exp: Likewise.
3136
73021deb
AH
31372019-01-21 Alan Hayward <alan.hayward@arm.com>
3138 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
3139
fc65c7db
AH
31402019-01-21 Alan Hayward <alan.hayward@arm.com>
3141 * gdb.base/stack-protector.c: New test.
3142 * gdb.base/stack-protector.exp: New file.
3143 * gdb.cp/ovldbreak.exp: Only allow a single break line.
3144 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
3145 option.
3146 (gdb_compile): Remove stack protector for GCC and prevent
3147 recursion.
3148
c24bdb02
KS
31492019-01-16 Keith Seitz <keiths@redhat.com>
3150
3151 PR gdb/23773
3152 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
3153
6f072a10
PFC
31542019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3155
3156 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
3157 aliases.
3158 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
3159 tests.
3160 * gdb.arch/powerpc-vector-regs.c: New file.
3161 * gdb.arch/powerpc-vector-regs.exp: New file.
3162
a7b8d682
PFC
31632019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3164
3165 * gdb.arch/altivec-regs.exp: Fix the list passed to
3166 gdb_expect_list when testing "info vector".
3167
6eb6fb67
AB
31682019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3169
3170 * gdb.base/style.exp: Don't include path in testname.
3171
b56f80d8
KS
31722019-01-10 Keith Seitz <keiths@redhat.com>
3173
3174 PR gdb/23712
3175 PR symtab/23010
3176 * gdb.dwarf2/multidictionary.exp: New file.
3177
041be526
SM
31782019-01-09 Simon Marchi <simon.marchi@ericsson.com>
3179
3180 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
3181 (test_gnuv3_style_demangling): ... this.
3182 (test_lucid_style_demangling): Remove.
3183 (test_arm_style_demangling): Remove.
3184 (test_hp_style_demangling): Remove.
3185 (do_tests): Remove calls to the above.
3186
d820d0c3
AB
31872019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3188
3189 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
3190 case.
3191
f097f5ad
TT
31922019-01-06 Tom Tromey <tom@tromey.com>
3193
3194 PR gdb/28155:
3195 * gdb.dwarf2/typedef-void-finish.exp: New file.
3196
2cd8cc0b
TT
31972018-12-28 Tom Tromey <tom@tromey.com>
3198 Simon Marchi <simark@simark.ca>
3199
3200 * gdb.base/jit-exec.exp: New file.
3201 * gdb.base/jit-exec.c: New file.
3202 * gdb.base/jit-execd.c: New file.
3203
35fb8261
TT
32042018-12-28 Tom Tromey <tom@tromey.com>
3205
3206 * gdb.base/style.exp: Update test to check for address styling.
3207
47fd17cd
TT
32082018-12-28 Tom Tromey <tom@tromey.com>
3209
3210 * gdb.base/style.exp: Add test for styling of "Reading symbols"
3211 message.
3212
d47032b7
TT
32132018-12-28 Tom Tromey <tom@tromey.com>
3214
3215 * gdb.base/style.exp: Add test for version number styling.
3216
af79b68d
TT
32172018-12-28 Tom Tromey <tom@tromey.com>
3218
3219 * gdb.base/style.exp: Add test for print_address_symbolic.
3220
0bb296cb
TT
32212018-12-28 Tom Tromey <tom@tromey.com>
3222
3223 * gdb.base/style.exp: Add test for breakpoint setting.
3224
80ae2043
TT
32252018-12-28 Tom Tromey <tom@tromey.com>
3226
3227 * gdb.base/style.exp: Add test for variable names.
3228
cbe56571
TT
32292018-12-28 Tom Tromey <tom@tromey.com>
3230
3231 * gdb.base/style.exp: New file.
3232 * gdb.base/style.c: New file.
3233
9162a27c
TT
32342018-12-28 Tom Tromey <tom@tromey.com>
3235
3236 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
3237 "dumb".
3238 * gdb.base/readline.exp (operate_and_get_next): Save and restore
3239 the TERM environment variable.
3240
bc543c90
TT
32412018-12-27 Tom Tromey <tom@tromey.com>
3242
3243 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
3244 pagination test.
3245
6f0ffe50
AB
32462018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
3247
3248 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
3249 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
3250
b5a1e557
PW
32512018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3252
3253 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
3254 Filename a.adb changed to bp_fun_addr.adb.
3255 gdb.ada/bp_fun_addr.exp: Update test accordingly.
3256
6e8b1ab2
JV
32572018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
3258
3259 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
3260 non-PIE executables.
3261 * README: Mention the gdb,nopie_flag board setting.
3262 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
3263 non-PIE executable.
3264 * gdb.arch/amd64-entry-value.exp: Likewise.
3265 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
3266 * gdb.arch/i386-float.exp: Likewise.
3267 * gdb.arch/i386-signal.exp: Likewise.
3268 * gdb.mi/mi-reg-undefined.exp: Likewise.
3269
d00a27c5
PM
32702018-12-21 Paul Marechal <paul.marechal@ericsson.com>
3271
3272 PR gdb/23974
3273 * gdb.base/info-os.exp: Check return for unknown "info os" type.
3274
161d081c
PW
32752018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3276
3277 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
3278 Update order of results accordingly.
3279
b001de23
AB
32802018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
3281
3282 * gdb.base/annota1.exp: Update a test regexp.
3283
99e1a184
AB
32842018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
3285
3286 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
3287
7a81c1e2
PW
32882018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3289
3290 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
3291 (reuse_time): Initialize to REUSE_TIME_CAP.
3292 (check_rc): New function.
3293 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
3294 Check pthread_create rc.
3295 (spawner_thread_func): Check pthread_create and pthread_join rc.
3296
73e8dc90
PA
32972018-12-08 Pedro Alves <palves@redhat.com>
3298
3299 * gdb.base/list.exp (test_forward_search): Rename to ...
3300 (test_forward_reverse_search): ... this. Also test reverse-search
3301 and the forward-search alias.
3302
13f2ed32
AB
33032018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
3304
3305 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
3306 local timeout variable before return, and remove all local timeout
3307 variable entirely.
3308 (gdb_load): Likewise.
3309
64d27cfc
TV
33102018-12-01 Tom de Vries <tdevries@suse.de>
3311
3312 * gdb.base/gdb-caching-proc.exp: New file.
3313
f63c03b4
SDJ
33142018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
3315
3316 * Makefile.in (TIMESTAMP): New variable.
3317 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
3318 command.
3319 (check-single-racy): Likewise.
3320 (check/%.exp): Likewise.
3321 (check-racy/%.exp): Likewise.
3322 (workers/%.worker): Likewise.
3323 (build-perf): Likewise.
3324 (check-perf): Likewise.
3325 * README: Describe new "TS" and "TS_FORMAT" variables.
3326 * print-ts.py: New file.
3327
1c97054b
BF
33282018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
3329
3330 PR python/23714
3331 * gdb.python/python.exp: Test command repetition after
3332 gdb.execute.
3333
1871a62d
AB
33342018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
3335
3336 * gdb.opt/inline-break.exp: Add test that info breakpoint output
3337 is correctly aligned.
3338
fb5e1ed9
PW
33392018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3340
3341 * gdb.ada/info_auto_lang.exp: New testcase.
3342 * gdb.ada/info_auto_lang/global_pack.ads: New file.
3343 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
3344 * gdb.ada/info_auto_lang/some_c.c: New file.
3345
43d397ca
PW
33462018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3347
3348 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
3349 FUNC_lang language syntax.
3350
beddd671
PW
33512018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3352
3353 * gdb.base/info_minsym.c: New file.
3354 * gdb.base/info_minsym.exp: New file.
3355
73fc52c4
TT
33562018-11-19 Tom Tromey <tom@tromey.com>
3357
3358 PR rust/23625:
3359 * gdb.rust/simple.exp: Add ptype test. Update expected output.
3360 * gdb.rust/expr.exp: Update expected output. Change one test.
3361
994b876a
TT
33622018-11-19 Tom Tromey <tom@tromey.com>
3363
3364 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
3365
6769f276
PA
33662018-11-19 Pedro Alves <palves@redhat.com>
3367
3368 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
3369 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
3370 see the expected warning.
3371
38a72da0
AH
33722018-11-16 Alan Hayward <alan.hayward@arm.com>
3373
3374 PR gdb/22736:
3375 * gdb.cp/infcall-nodebug-lib.c: New test.
3376 * gdb.cp/infcall-nodebug-main.c: New test.
3377 * gdb.cp/infcall-nodebug.exp: New file.
3378
53a89d6e
SM
33792018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
3380
3381 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
3382 completer tests.
3383
9325300d
TV
33842018-11-09 Tom de Vries <tdevries@suse.de>
3385
3386 * gdb.base/msym-lang.c: New test.
3387 * gdb.base/msym-lang.exp: New file.
3388 * gdb.base/msym-lang-main.c: New test.
3389
20f0d60d
TT
33902018-11-08 Tom Tromey <tom@tromey.com>
3391
3392 PR gdb/23555:
3393 PR gdb/23838:
3394 * gdb.base/warning.exp: New file.
3395
b5420128
JB
33962018-11-08 Jan Beulich <jbeulich@suse.com>
3397
3398 * testsuite/gdb.arch/i386-avx512.c,
3399 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
3400
cd115d61
AB
34012018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
3402
3403 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
3404 point hardware.
3405
35ee2dc2
AB
34062018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
3407
3408 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
3409 * gdb.dwarf2/missing-type-name.exp: New file.
3410
31aceee8
TV
34112018-11-06 Tom de Vries <tdevries@suse.de>
3412
3413 * gdb.base/many-headers.c: New test.
3414 * gdb.base/many-headers.exp: New file.
3415
109be305
JW
34162018-11-06 Jim Wilson <jimw@sifive.com>
3417
3418 * gdb.base/code_elim.exp: For riscv, set additional_flags
3419 to include -msmall-data-limit=0.
3420
e2b7af72
JB
34212018-11-01 Joel Brobecker <brobecker@adacore.com>
3422
3423 * gdb.ada/watch_minus_l: New testcase.
3424
cdcda965
SM
34252018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
3426
3427 * gdb.arch/aix-sighandle.c: New file.
3428 * gdb.arch/aix-sighandle.exp: New file.
3429
92dcebf3
AB
34302018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3431
3432 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
3433 registers being unions.
3434
68b9ac18
TV
34352018-10-31 Tom de Vries <tdevries@suse.de>
3436
3437 * lib/valgrind.exp: New file.
3438 (vgdb_start, vgdb_stop): New procs, factored out of ...
3439 * gdb.base/valgrind-bt.exp: ... here, ...
3440 * gdb.base/valgrind-disp-step.exp: ... here and ...
3441 * gdb.base/valgrind-infcall.exp: ... here.
3442
1443936e
TV
34432018-10-31 Tom de Vries <tdevries@suse.de>
3444
3445 * lib/gdb.exp (get_valueof): Don't output read value in test name.
3446
eb77c9df
AB
34472018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3448
3449 * gdb.dwarf2/void-type.c: New file.
3450 * gdb.dwarf2/void-type.exp: New file.
3451
82b5e646
PW
34522018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3453
3454 * gdb.base/info_qt.c: New file.
3455 * gdb.base/info_qt.exp: New file.
3456
8d619c01
EBM
34572018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3458
3459 * gdb.arch/powerpc-htm-regs.c: New file.
3460 * gdb.arch/powerpc-htm-regs.exp: New file.
3461
f2cf6173
EBM
34622018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3463
3464 * gdb.arch/powerpc-tar.c: New file.
3465 * gdb.arch/powerpc-tar.exp: New file.
3466
7ca18ed6
EBM
34672018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3468
3469 * gdb.arch/powerpc-ppr-dscr.c: New file.
3470 * gdb.arch/powerpc-ppr-dscr.exp: New file.
3471
bfcc0eba
TV
34722018-10-25 Tom de Vries <tdevries@suse.de>
3473
3474 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
3475
fe1a5cad
TV
34762018-10-24 Tom de Vries <tdevries@suse.de>
3477
3478 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
3479 longer exists error.
3480
a76dc3b7
TV
34812018-10-24 Tom de Vries <tdevries@suse.de>
3482
3483 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
3484
4df46df7
TV
34852018-10-24 Tom de Vries <tdevries@suse.de>
3486
3487 * gdb.base/valgrind-db-attach.exp: Handle removed support for
3488 --db-attach in valgrind.
3489
0dbfcfff
AB
34902018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
3491
3492 * gdb.arch/riscv-reg-aliases.c: New file.
3493 * gdb.arch/riscv-reg-aliases.exp: New file.
3494
b04480b1
AH
34952018-10-19 Alan Hayward <alan.hayward@arm.com>
3496
3497 * gdb.python/py-cmd.exp: Check for gdb_prompt.
3498
2c6ac8d7
AH
34992018-10-19 Alan Hayward <alan.hayward@arm.com>
3500
3501 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
3502
2bc69f25
AH
35032018-10-19 Alan Hayward <alan.hayward@arm.com>
3504
3505 * gdb.cp/ovldbreak.exp: Fix regexps.
3506
1f1ae3a3
AH
35072018-10-19 Alan Hayward <alan.hayward@arm.com>
3508
3509 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
3510
94c18618
SDJ
35112018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
3512
3513 PR cli/23785
3514 * gdb.base/restore.exp: New test to check if "restore" with an
3515 invalid file doesn't segfault.
3516
812cd6eb
TV
35172018-10-18 Tom de Vries <tdevries@suse.de>
3518
3519 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
3520 * gdb.ada/excep_handle.exp: Same.
3521 * gdb.ada/mi_string_access.exp: Same.
3522 * gdb.ada/mi_var_union.exp: Same.
3523 * gdb.arch/arc-analyze-prologue.exp: Same.
3524 * gdb.arch/arc-decode-insn.exp: Same.
3525 * gdb.base/readnever.exp: Same.
3526 * gdb.fortran/printing-types.exp: Same.
3527 * gdb.guile/scm-lazy-string.exp: Same.
3528
c4b90788
TV
35292018-10-16 Tom de Vries <tdevries@suse.de>
3530
3531 PR gdb/23730
3532 * gdb.base/catch-follow-exec.c: Add copyright notice.
3533 * gdb.base/catch-follow-exec.exp: Rewrite to use
3534 gdb_spawn_with_cmdline_opts. Require gdb-native.
3535
8bca2978
SL
35362018-10-12 Sandra Loosemore <sandra@codesourcery.com>
3537
3538 * gdb.trace/actions-changed.exp: Check for arch support.
3539 * gdb.trace/actions.exp: Likewise.
3540 * gdb.trace/ax.exp: Likewise.
3541 * gdb.trace/backtrace.exp: Likewise.
3542 * gdb.trace/change-loc.exp: Likewise.
3543 * gdb.trace/deltrace.exp: Likewise.
3544 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
3545 * gdb.trace/ftrace.exp: Likewise.
3546 * gdb.trace/infotrace.exp: Check for arch support.
3547 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
3548 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
3549 * gdb.trace/mi-tsv-changed.exp: Likewise.
3550 * gdb.trace/packetlen.exp: Likewise.
3551 * gdb.trace/passc-dyn.exp: Likewise.
3552 * gdb.trace/passcount.exp: Likewise.
3553 * gdb.trace/pending.exp: Likewise.
3554 * gdb.trace/range-stepping.exp: Check for shlib support.
3555 * gdb.trace/report.exp: Check for arch support.
3556 * gdb.trace/save-trace.exp: Likewise.
3557 * gdb.trace/signal.exp: Check for signal support.
3558 * gdb.trace/tfind.exp: Check for arch support.
3559 * gdb.trace/trace-break.exp: Check for arch and shlib support.
3560 * gdb.trace/trace-common.h: Add comment.
3561 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
3562 * gdb.trace/trace-enable-disable.exp: Likewise.
3563 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
3564 * gdb.trace/tracecmd.exp: Check for arch support.
3565 * gdb.trace/tspeed.exp: Check for shlib and target support.
3566 * gdb.trace/tstatus.exp: Check for arch support.
3567 * gdb.trace/tsv.exp: Likewise.
3568 * gdb.trace/while-dyn.exp: Likewise.
3569 * gdb.trace/while-stepping.exp: Likewise.
3570 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
3571
f9c49bff
SM
35722018-10-12 Simon Marchi <simon.marchi@ericsson.com>
3573
3574 * gdb.trace/tspeed.exp: Remove nowarnings.
3575 (prepare_for_trace_test): Declare "global ipalib".
3576 * gdb.trace/tspeed.c: Include unistd.h.
3577 (main): Remove superfluous printf argument.
3578
d4330bde
SL
35792018-10-11 Sandra Loosemore <sandra@codesourcery.com>
3580
3581 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
3582 directory prefix on the filename.
3583
8ecfd7bd
SDJ
35842018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
3585
3586 * gdb.gdb/unittest.exp: Update expected message informing that
3587 selftests have been disabled.
3588 * gdb.server/unittest.exp: Likewise.
3589
58bbcd02
TV
35902018-10-09 Tom de Vries <tdevries@suse.de>
3591
3592 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
3593 with runto_main.
3594
9f6b697b
WP
35952018-10-08 Weimin Pan <weimin.pan@oracle.com>
3596
3597 PR c++/16841
3598 * gdb.cp/virtbase2.cc: New file.
3599 * gdb.cp/virtbase2.exp: New file.
3600
add5ded5
TT
36012018-10-06 Tom Tromey <tom@tromey.com>
3602
3603 PR python/19399:
3604 * gdb.python/py-inferior.exp: Add architecture test.
3605
f9e48344
TT
36062018-10-06 Tom Tromey <tom@tromey.com>
3607
3608 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
3609 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
3610
2a8be203
TT
36112018-10-06 Tom Tromey <tom@tromey.com>
3612
3613 * gdb.python/py-breakpoint.exp (check_last_event): Check location
3614 of a "throw" catchpoint.
3615
e04caa70
SDJ
36162018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3617
3618 * gdb.base/info-proc.exp: Update string expected from "help info
3619 proc".
3620
5ca8c39f
TT
36212018-10-04 Tom Tromey <tom@tromey.com>
3622
3623 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
3624 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
3625 (test_initial_complaints, test_empty_complaints): Update.
3626 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3627
3453e7e4
TT
36282018-10-04 Tom Tromey <tom@tromey.com>
3629
3630 PR cli/19551:
3631 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
3632 * lib/gdb.exp (gdb_file_cmd): Update.
3633 * gdb.stabs/weird.exp (print_weird_var): Update.
3634 * gdb.server/solib-list.exp: Update.
3635 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
3636 * gdb.mi/mi-cli.exp: Update.
3637 * gdb.linespec/linespec.exp: Update.
3638 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3639 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
3640 * gdb.cp/cp-relocate.exp: Update.
3641 * gdb.base/sym-file.exp: Update.
3642 * gdb.base/relocate.exp: Update.
3643 * gdb.base/readnever.exp: Update.
3644 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3645 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
3646 * gdb.base/dbx.exp (gdb_file_cmd): Update.
3647 * gdb.base/code_elim.exp: Update.
3648 * gdb.base/break-unload-file.exp (test_break): Update.
3649 * gdb.base/break-interp.exp (test_attach_gdb): Update.
3650 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
3651 Update.
3652 * gdb.base/attach.exp (do_attach_tests): Update.
3653 * gdb.base/sepdebug.exp: Update.
3654 * gdb.python/py-section-script.exp: Update.
3655
6afcf761
TT
36562018-10-04 Tom Tromey <tom@tromey.com>
3657
3658 PR cli/22234:
3659 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
3660 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
3661 output.
3662
fef1b293
TT
36632018-10-04 Tom Tromey <tom@tromey.com>
3664
3665 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
3666 set width and height to 0.
3667 (test_command_line_attach_run): Use -quiet.
3668
ca98345e
SL
36692018-10-03 Sandra Loosemore <sandra@codesourcery.com>
3670
3671 * lib/gdb.exp (skip_ifunc_tests): New.
3672 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
3673 other compile failures.
3674 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
3675
ff34e6ae
SM
36762018-10-01 Simon Marchi <simon.marchi@ericsson.com>
3677
3678 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
3679 is_amd64_regs_target.
3680
6bb8890e
AH
36812018-10-01 Alan Hayward <alan.hayward@arm.com>
3682
3683 * gdb.arch/aarch64-sighandler-regs.c: New test.
3684 * gdb.arch/aarch64-sighandler-regs.exp: New file.
3685 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
3686
224d30d3
MM
36872018-10-01 Markus Metzger <markus.t.metzger@intel.com>
3688
3689 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
3690 assembly.
3691
f67ffa6a
AB
36922018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
3693
3694 * gdb.base/frame-selection.exp: New file.
3695 * gdb.base/frame-selection.c: New file.
3696
9fc3183f
AH
36972018-09-27 Alan Hayward <alan.hayward@arm.com>
3698
3699 * gdb.threads/check-libthread-db.c (thread_routine): Use a
3700 pthread barrier.
3701 (main): Likewise.
3702
d354055e
AB
37032018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
3704
3705 * gdb.base/large-frame-1.c: New file.
3706 * gdb.base/large-frame-2.c: New file.
3707 * gdb.base/large-frame.exp: New file.
3708 * gdb.base/large-frame.h: New file.
3709
db727370
JL
37102018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
3711
3712 PR gdb/20948
3713 * gdb.base/write_mem.exp: New test.
3714 * gdb.base/write_mem.c: Likewise.
3715
ae778caf
TT
37162018-09-23 Tom Tromey <tom@tromey.com>
3717
3718 PR python/18852:
3719 * gdb.python/py-parameter.exp: Add test for parameter that throws
3720 on "set".
3721
fd3ba736
TT
37222018-09-23 Tom Tromey <tom@tromey.com>
3723
3724 PR python/17284:
3725 * gdb.python/py-template.exp (test_template_arg): Add test for
3726 negative template argument number.
3727
39a24317
TT
37282018-09-23 Tom Tromey <tom@tromey.com>
3729
3730 PR python/14062:
3731 * gdb.python/python.exp: Add test for post_event error.
3732
f5769a2c
TT
37332018-09-23 Tom Tromey <tom@tromey.com>
3734
3735 PR python/18170:
3736 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
3737 convert pointers to int and long.
3738
1c1e54f6
TT
37392018-09-23 Tom Tromey <tom@tromey.com>
3740
3741 PR python/20126:
3742 * gdb.python/py-value.exp (test_value_numeric_ops): Add
3743 signed-ness conversion tests.
3744
fb4fa946
TT
37452018-09-23 Tom Tromey <tom@tromey.com>
3746
3747 PR python/18352;
3748 * gdb.python/py-value.exp (test_float_conversion): New proc.
3749 Use it.
3750
a466edac
HAQ
37512018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
3752
3753 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
3754
4ee9b0c5
SL
37552018-09-18 Sandra Loosemore <sandra@codesourcery.com>
3756
3757 * gdb.base/complete-empty.exp: Skip tab-completion tests if
3758 no readline.
3759 * gdb.base/utf8-identifiers.exp: Likewise.
3760 * gdb.cp/cpcompletion.exp: Likewise.
3761 * gdb.linespec/cpcompletion.exp: Likewise.
3762 * gdb.linespec/cpls-abi-tag.exp: Likewise.
3763 * gdb.linespec/cpls-ops.exp: Likewise.
3764
23be8da7
RB
37652018-09-19 Richard Bunt <richard.bunt@arm.com>
3766 Chris January <chris.january@arm.com>
3767
3768 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
3769 * gdb.fortran/short-circuit-argument-list.exp: New file.
3770 * gdb.fortran/short-circuit-argument-list.f90: New test.
3771
5031d0ae
SDJ
37722018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3773
3774 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
3775 "arch=" keyword when executing "-stack-list-frames".
3776
b4c0d1a4
SDJ
37772018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3778
3779 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
3780 "arch=" keyword when executing "-stack-list-frames".
3781
7a6d2b45
SDJ
37822018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3783
3784 * gdb.ada/complete.exp: Expect for "@" when doing "complete
3785 break ada".
3786
8588b356
SM
37872018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
3788
3789 PR python/23669
3790 * gdb.python/python.exp: Test gdb.execute("show commands").
3791
65e65158
TT
37922018-09-16 Tom Tromey <tom@tromey.com>
3793
3794 * gdb.base/new-ui.exp (do_execution_tests): Update.
3795 * gdb.base/dbx.exp (test_breakpoints): Update.
3796
bf326452
AH
37972018-09-14 Alan Hayward <alan.hayward@arm.com>
3798
3799 * lib/gdb.exp (gdb_simple_compile): Add proc.
3800 (is_elf_target): Use gdb_simple_compile.
3801 (skip_altivec_tests): Likewise.
3802 (skip_vsx_tests): Likewise.
3803 (skip_tsx_tests): Likewise.
3804 (skip_btrace_tests): Likewise.
3805 (skip_btrace_pt_tests): Likewise.
3806 (gdb_can_simple_compile): Likewise.
3807 (gdb_has_argv0): Likewise.
3808 (gdb_target_symbol_prefix): Likewise.
3809 (target_supports_scheduler_locking): Likewise.
3810
2361b0fb
TT
38112018-09-13 Tom Tromey <tom@tromey.com>
3812
3813 * Makefile.in (TAGS): Recognize proc_with_prefix and
3814 gdb_caching_proc.
3815
0ae1a321
SM
38162018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3817
3818 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
3819 method.
3820
a40bf0c2
SM
38212018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3822
3823 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
3824 and a few other Inferior properties when the Inferior is no
3825 longer valid.
3826
4a3fe98f
TT
38272018-09-13 Tom Tromey <tom@tromey.com>
3828
3829 PR rust/23650:
3830 * gdb.rust/simple.exp: Add test for enum field access error.
3831
098b2108
TT
38322018-09-13 Tom Tromey <tom@tromey.com>
3833
3834 PR rust/23626:
3835 * gdb.rust/simple.rs (EmptyEnum): New type.
3836 (main): Use it.
3837 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
3838
1256af7d
SM
38392018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3840
3841 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
3842 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
3843 * gdb.python/py-symtab.exp: Update test printing an objfile.
3844
4aa8e6c2
SM
38452018-09-12 Simon Marchi <simon.marchi@ericsson.com>
3846
3847 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
3848 object.
3849
c221b2f7
AH
38502018-09-12 Alan Hayward <alan.hayward@arm.com>
3851
3852 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
3853 (support_complex_tests): Use gdb_can_simple_compile.
3854 (is_ilp32_target): Likewise.
3855 (is_lp64_target): Likewise.
3856 (is_64_target): Likewise.
3857 (is_amd64_regs_target): Likewise.
3858 (is_aarch32_target): Likewise.
3859 (gdb_int128_helper): Likewise.
3860
6f1107b5
JK
38612018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3862
3863 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
3864
1f5d1570
JG
38652018-09-10 Jerome Guitton <guitton@adacore.com>
3866
3867 * gdb.ada/same_component_name: Add test for case of tagged record
3868 with variable-length fields.
3869
cc330e39
XR
38702018-09-10 Xavier Roirand <roirand@adacore.com>
3871
3872 * gdb.ada/access_to_unbounded_array.exp: New testcase.
3873 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
3874 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
3875 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
3876
b9c50e9a
XR
38772018-09-10 Xavier Roirand <roirand@adacore.com>
3878
3879 * gdb.ada/mi_string_access.exp: New testcase.
3880 * gdb.ada/mi_string_access/bar.adb: New file.
3881 * gdb.ada/mi_string_access/pck.adb: New file.
3882 * gdb.ada/mi_string_access/pck.asd: New file.
3883
2963898f
XR
38842018-09-10 Xavier Roirand <roirand@adacore.com>
3885
3886 * gdb.ada/mi_var_union.exp: New testcase.
3887 * gdb.ada/mi_var_union/bar.adb: New file.
3888 * gdb.ada/mi_var_union/pck.adb: New file.
3889 * gdb.ada/mi_var_union/pck.asd: New file.
3890
1aac008f
TT
38912018-09-08 Tom Tromey <tom@tromey.com>
3892
3893 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
3894
332cf4c9
TT
38952018-09-08 Tom Tromey <tom@tromey.com>
3896
3897 PR python/16047:
3898 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
3899 (register_pretty_printers): Register new printer.
3900 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
3901 test.
3902 * gdb.python/py-prettyprint.c (int_type3): New typedef.
3903 (an_int_type3): New global.
3904
424da6cf
JB
39052018-09-08 Joel Brobecker <brobecker@adacore.com>
3906
3907 * gdb.ada/expr_with_funcall: New testcase.
3908
2a62dfa9
JB
39092018-09-08 Joel Brobecker <brobecker@adacore.com>
3910
3911 * gdb.ada/packed_array_assign: New testcase.
3912
96b6697f
AB
39132018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
3914
3915 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
3916 names, and add test prefixes to make test names unique.
3917
e4a62c65
TV
39182018-09-05 Tom de Vries <tdevries@suse.de>
3919
3920 * gdb.dwarf2/varval.exp: Add test.
3921
dd083ee2
GB
39222018-09-04 Gary Benson <gbenson@redhat.com>
3923
3924 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
3925 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
3926
aef9346c
TT
39272018-08-31 Tom Tromey <tom@tromey.com>
3928
3929 * gdb.rust/simple.rs: Rename second variable "v".
3930
c67f2e15
AB
39312018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
3932
3933 * gdb.base/funcargs.c (use_a): New function.
3934 (recurse): Call use_a.
3935
078a0207
KS
39362018-08-29 Keith Seitz <keiths@redhat.com>
3937
3938 * gdb.compile/compile-cplus-anonymous.cc: New file.
3939 * gdb.compile/compile-cplus-anonymous.exp: New file.
3940 * gdb.compile/compile-cplus-array-decay.cc: New file.
3941 * gdb.compile/compile-cplus-array-decay.exp: New file.
3942 * gdb.compile/compile-cplus-inherit.cc: New file.
3943 * gdb.compile/compile-cplus-inherit.exp: New file.
3944 * gdb.compile/compile-cplus-member.cc: New file.
3945 * gdb.compile/compile-cplus-member.exp: New file.
3946 * gdb.compile/compile-cplus-method.cc: New file.
3947 * gdb.compile/compile-cplus-method.exp: New file.
3948 * gdb.compile/compile-cplus-mod.c: "New" file.
3949 * gdb.compile/compile-cplus-namespace.cc: New file.
3950 * gdb.compile/compile-cplus-namespace.exp: New file.
3951 * gdb.compile/compile-cplus-nested.cc: New file.
3952 * gdb.compile/compile-cplus-nested.exp: New file.
3953 * gdb.compile/compile-cplus-print.c: "New" file.
3954 * gdb.compile/compile-cplus-print.exp: "New" file.
3955 * gdb.compile/compile-cplus-virtual.cc: New file.
3956 * gdb.compile/compile-cplus-virtual.exp: New file.
3957 * gdb.compile/compile-cplus.c: "New" file.
3958 * gdb.compile/compile-cplus.exp: "New" file.
3959 * lib/compile-support.exp: New file.
3960
b0f492b9
GB
39612018-08-16 Gary Benson <gbenson@redhat.com>
3962
3963 PR gdb/13000:
3964 * gdb.base/batch-exit-status.exp: New file.
3965 * gdb.base/batch-exit-status.good-commands: Likewise.
3966 * gdb.base/batch-exit-status.bad-commands: Likewise.
3967
36eb4c5f
AH
39682018-08-29 Alan Hayward <alan.hayward@arm.com>
3969
3970 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
3971 (struct struct02): Likewise.
3972 (struct struct03): Likewise.
3973 (struct struct04): Likewise.
3974 (struct struct_01_01): New struct.
3975 (struct struct_01_02): Likewise.
3976 (struct struct_01_03): Likewise.
3977 (struct struct_01_04): Likewise.
3978 (struct struct_02_01): Likewise.
3979 (struct struct_02_02): Likewise.
3980 (struct struct_02_03): Likewise.
3981 (struct struct_02_04): Likewise.
3982 (struct struct_04_01): Likewise.
3983 (struct struct_04_02): Likewise.
3984 (struct struct_04_03): Likewise.
3985 (struct struct_04_04): Likewise.
3986 (struct struct_05_01): Likewise.
3987 (struct struct_05_02): Likewise.
3988 (struct struct_05_03): Likewise.
3989 (struct struct_05_04): Likewise.
3990 (cmp_struct01): Remove function.
3991 (cmp_struct02): Likewise.
3992 (cmp_struct03): Likewise.
3993 (cmp_struct04): Likewise.
3994 (cmp_struct_01_01): Add Function.
3995 (cmp_struct_01_02): Likewise.
3996 (cmp_struct_01_03): Likewise.
3997 (cmp_struct_01_04): Likewise.
3998 (cmp_struct_02_01): Likewise.
3999 (cmp_struct_02_02): Likewise.
4000 (cmp_struct_02_03): Likewise.
4001 (cmp_struct_02_04): Likewise.
4002 (cmp_struct_04_01): Likewise.
4003 (cmp_struct_04_02): Likewise.
4004 (cmp_struct_04_03): Likewise.
4005 (cmp_struct_04_04): Likewise.
4006 (cmp_struct_05_01): Likewise.
4007 (cmp_struct_05_02): Likewise.
4008 (cmp_struct_05_03): Likewise.
4009 (cmp_struct_05_04): Likewise.
4010 (call_all): Add new structs.
4011 * gdb.base/infcall-nested-structs.exp: Likewise.
4012
3bf9c013
JV
40132018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
4014
4015 * gdb.python/py-framefilter-mi.exp: Update regexp to
4016 check for "arch" field in frame output.
4017
450d1e88
KB
40182018-08-23 Kevin Buettner <kevinb@redhat.com>
4019
4020 * gdb.dwarf2/dw2-ranges-func.c: New file.
4021 * gdb.dwarf2/dw2-ranges-func.exp: New file.
4022
ae739fe7
SM
40232018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
4024
4025 * gdb.base/term.exp: Compare terminal settings with values from
4026 the inferior.
4027 * gdb.base/term.c: Get and set terminal settings.
4028
6d52907e
JV
40292018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
4030
4031 * lib/mi-support.exp (mi_expect_stop): Update regexp to
4032 accommodate new "arch" field in frame output.
4033 * gdb.mi/mi-return.exp: Likewise.
4034 * gdb.mi/mi-stack.exp: Likewise.
4035 * gdb.mi/mi-syn-frame.exp: Likewise.
4036 * gdb.mi/user-selected-context-sync.exp: Likewise.
4037
be2d111a
MS
40382018-08-19 Michael Spang <spang@google.com>
4039
4040 PR gdb/11786
4041 * gdb.base/gcore-tls-pie.c: New file.
4042 * gdb.base/gcore-tls-pie.exp: New file.
4043
ae3a7c47
KB
40442018-08-18 Kevin Buettner <kevinb@redhat.com>
4045
4046 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
4047 * gdb.dwarf2/varval.c: New file.
4048 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 4049
2ecae92e
AH
40502018-08-17 Alan Hayward <alan.hayward@arm.com>
4051
4052 PR gdb/18931
4053 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
4054
c1854f1d
KS
40552018-08-16 Keith Seitz <keiths@redhat.com>
4056
4057 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
4058 tests expected to pass.
4059
26fb3983
JV
40602018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
4061
4062 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
4063 -data-disassemble -a.
4064 (test_disassembly_bogus_args): Likewise.
4065
67943c00
AB
40662018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
4067
4068 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
4069
5ff2bbae
AB
40702018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4071
4072 * gdb.base/vla-optimized-out.exp: Add new test.
4073
e5bbcd0f
AB
40742018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4075
4076 * gdb.base/vla-optimized-out-o3.exp: Delete.
4077 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
4078 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
4079 deleted tests.
4080
9d4a934c
AB
40812018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
4082
4083 PR gdb/18050:
4084 * gdb.server/extended-remote-restart.c: New file.
4085 * gdb.server/extended-remote-restart.exp: New file.
4086
045cf012
SM
40872018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
4088
4089 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
4090 "set variable index = 42".
4091
87d6a7aa
SM
40922018-08-07 Simon Marchi <simon.marchi@ericsson.com>
4093
4094 * boards/index-cache-gdb.exp: New file.
4095 * gdb.dwarf2/index-cache.exp: New file.
4096 * gdb.dwarf2/index-cache.c: New file.
4097 * gdb.base/maint.exp: Check if we are using the index cache.
4098
96d68bd4
RO
40992018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4100
4101 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
4102 MAKEFLAGS.
4103
5a699617
RO
41042018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4105
4106 * dg-extract-results.sh: Move to toplevel contrib.
4107 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
4108 * Makefile.in (check-parallel-racy): Likewise.
4109
5bd18990
AB
41102018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
4111
4112 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
4113 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
4114 tests if the target supports scheduler locking.
4115
3fbbcf47
TV
41162018-08-04 Tom de Vries <tdevries@suse.de>
4117
4118 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
4119
3e1d3d8c
TT
41202018-08-02 Tom Tromey <tom@tromey.com>
4121
4122 PR symtab/16842.
4123 * gdb.cp/temargs.exp: Test "info address" of a template
4124 parameter.
4125
5abe0f0c
JV
41262018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
4127
4128 * gdb.python/py-mi-var-info-path-expression.c: New file.
4129 * gdb.python/py-mi-var-info-path-expression.py: New file.
4130 * gdb.python/py-mi-var-info-path-expression.exp: New file.
4131
fb66cde8
SDJ
41322018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
4133
4134 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
4135 error after "cannot resolve name" string.
4136
c708f4d2
AB
41372018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
4138
4139 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
4140 started.
4141 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
4142
37cc0cae
TV
41432018-07-28 Tom de Vries <tdevries@suse.de>
4144
4145 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
4146
63b4ecf7
TV
41472018-07-26 Tom de Vries <tdevries@suse.de>
4148
4149 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
4150
3c3bb058
AB
41512018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
4152
4153 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
4154 is visible.
4155
9e7f3bbb
TV
41562018-07-26 Tom de Vries <tdevries@suse.de>
4157
4158 PR breakpoints/23366
4159 * gdb.base/catch-follow-exec.c: New test.
4160 * gdb.base/catch-follow-exec.exp: New file.
4161
16f808ec
TV
41622018-07-25 Tom de Vries <tdevries@suse.de>
4163
4164 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
4165 vla-optimized-out.c.
4166
d7154a8d
JV
41672018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
4168
4169 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
4170 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
4171
232a0032
TV
41722018-07-20 Tom de Vries <tdevries@suse.de>
4173
4174 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
4175 NOCLONE macro.
4176 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
4177
fbb1d502
TV
41782018-07-19 Tom de Vries <tdevries@suse.de>
4179
4180 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
4181 regular expression.
4182
42dc7699
TV
41832018-07-18 Tom de Vries <tdevries@suse.de>
4184
4185 * gdb.base/vla-optimized-out.c: New test.
4186 * gdb.base/vla-optimized-out.exp: New file.
4187
7f1f7e23
SDJ
41882018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
4189
4190 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
4191 message "No address associated with hostname" when gdbserver
4192 cannot resolve the hostname.
4193
5759ebb3
PW
41942018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4195
4196 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
4197 Add some test prefixes to make tests unique.
4198
3606ccab
PW
41992018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4200
4201 * gdb.base/frameapply.c: New file.
4202 * gdb.base/frameapply.exp: New file.
4203
529c08b2
PW
42042018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4205
4206 * gdb.base/skip.exp: Update expected error message.
4207
c7ab0aef
SDJ
42082018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4209 Jan Kratochvil <jan.kratochvil@redhat.com>
4210 Paul Fertser <fercerpav@gmail.com>
4211 Tsutomu Seki <sekiriki@gmail.com>
4212
4213 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
4214 parameter.
4215 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
4216 by default.
4217 * boards/native-gdbserver.exp: Likewise.
4218 * gdb.server/run-without-local-binary.exp: Improve regexp used
4219 for detecting when a remote debugging connection succeeds.
4220 * gdb.server/server-connect.exp: New file.
4221 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
4222 Do not prefix the port number with ":".
4223 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
4224 support for detecting and using it. Add '$debughost_gdbserver'
4225 to the list of arguments used to start gdbserver. Handle case
4226 when gdbserver cannot resolve a network name.
4227
16ff70dd
SDJ
42282018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4229
4230 PR c++/23373
4231 * gdb.base/ptype-offsets.cc (struct static_member): New
4232 struct.
4233 (main) <stmember>: New variable.
4234 * gdb.base/ptype-offsets.exp: Add test for printing a struct
4235 with a static member in it.
4236
3541979f
AB
42372018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
4238
4239 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
4240 watchpoints enabled and disabled.
4241
c8ad9b9a
AB
42422018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4243
4244 * gdb.base/examine-backward.exp: Still run tests around address
4245 0x0, even if address 0x0 is not readable. Update the pattern for
4246 matching address 0x0 in expected output.
4247
e0e5e971
AB
42482018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4249
4250 * gdb.base/share-env-with-gdbserver.c (main): Add call to
4251 malloc/free.
4252
1ea5da02
TV
42532018-07-04 Tom de Vries <tdevries@suse.de>
4254
4255 * gdb.dwarf2/dw2-error.exp: Update expected error message.
4256
471b9d15
MR
42572018-07-02 Maciej W. Rozycki <macro@mips.com>
4258
4259 PR tdep/8282
4260 * gdb.arch/mips-disassembler-options.exp: New test.
4261 * gdb.arch/mips-disassembler-options.s: New test source.
4262
75acb486
PA
42632018-06-29 Pedro Alves <palves@redhat.com>
4264
4265 * gdb.threads/names.exp: Adjust expected "info threads" output.
4266
cd2bb709
PA
42672018-06-29 Pedro Alves <palves@redhat.com>
4268
4269 * gdb.opt/inline-break.exp (line number, address): Add "info
4270 break" tests.
4271
991ff292
PA
42722018-06-29 Pedro Alves <palves@redhat.com>
4273
4274 * gdb.opt/inline-break.c (func1): Add "break here" marker.
4275 * gdb.opt/inline-break.exp: Test setting breakpoints by line
4276 number and address and running to them.
4277
356819b6 42782018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
4279
4280 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
4281
2512d7ef
JK
42822018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4283
4284 * lib/compiler.c: Remove executable permission flag.
4285
be1b6474
RB
42862018-06-28 Richard Bunt <richard.bunt@arm.com>
4287
4288 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
4289 code.
4290 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
4291
291f9a96
PT
42922018-06-28 Petr Tesarik <ptesarik@suse.cz>
4293
4294 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
4295
ed6dfe51
PT
42962018-06-28 Petr Tesarik <ptesarik@suse.cz>
4297
4298 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
4299 address argument is omitted.
4300
d4d429d5
PT
43012018-06-28 Petr Tesarik <ptesarik@suse.cz>
4302
4303 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
4304
7ab6656f
OJ
43052018-06-27 Omair Javaid <omair.javaid@linaro.org>
4306
4307 PR gdb/21695
4308 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
4309 * gdb.base/infoline-reloc-main-from-zero.c: New file.
4310
a33ccfc7
TT
43112018-06-26 Tom Tromey <tom@tromey.com>
4312
4313 PR rust/22574:
4314 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
4315 * gdb.rust/simple.rs (struct SimpleLayout): New.
4316
6d72d289
SM
43172018-06-22 Simon Marchi <simon.marchi@ericsson.com>
4318
4319 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
4320 "info registers" output.
4321
8363f9d5
RB
43222018-06-21 Richard Bunt <richard.bunt@arm.com>
4323
4324 * gdb.base/watchpoint-hw-attach.c: New test.
4325 * gdb.base/watchpoint-hw-attach.exp: New file.
4326
f00674fe
SM
43272018-06-20 Simon Marchi <simon.marchi@ericsson.com>
4328
4329 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
4330 through /bin/sh.
4331 * boards/dwarf4-gdb-index.exp: Likewise.
4332 * boards/fission-dwp.exp: Likewise.
4333
1d554008
UW
43342018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
4335
4336 * gdb.base/float128.exp: Add comment and improved fail message
4337 to the failure case of "print large128" test.
4338
d0ac1c44
SM
43392018-06-19 Simon Marchi <simon.marchi@ericsson.com>
4340
4341 * configure.ac: Remove AC_PREREQ.
4342 * configure: Re-generate.
4343
61b04dd0
PA
43442018-06-19 Pedro Alves <palves@redhat.com>
4345
4346 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
4347 (func_extern_caller): New.
4348 (main): Call func_extern_caller.
4349 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
4350 logic change.
4351
f63b508a
SM
43522018-06-18 Weimin Pan <weimin.pan@oracle.com>
4353
4354 PR gdb/16841
4355 * gdb.cp/typedef-base.cc: New file.
4356 * gdb.cp/typedef-base.exp: New file.
4357
0fe3a558
TV
43582018-06-18 Tom de Vries <tdevries@suse.de>
4359
4360 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
4361
7010835a
AB
43622018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4363 Richard Bunt <Richard.Bunt@arm.com>
4364
4365 * gdb.threads/attach-slow-waitpid.c: New file.
4366 * gdb.threads/attach-slow-waitpid.exp: New file.
4367 * gdb.threads/slow-waitpid.c: New file.
4368
14897d65
PA
43692018-06-14 Pedro Alves <palves@redhat.com>
4370
4371 * gdb.base/fork-running-state.c: Include <errno.h>.
4372 (exit_if_relative_exits): New.
4373 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
4374 exits.
4375 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
4376 child exits.
4377
5d9a0608
TV
43782018-06-14 Tom de Vries <tdevries@suse.de>
4379
4380 PR cli/22573
4381 * gdb.base/finish-pretty.c: New test.
4382 * gdb.base/finish-pretty.exp: New file.
4383
11ae5818
PA
43842018-06-14 Pedro Alves <palves@redhat.com>
4385
4386 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
4387 gdb's expected startup output.
4388
1d39de44
PA
43892018-06-14 Pedro Alves <palves@redhat.com>
4390
4391 * lib/selftest-support.exp (selftest_setup): Remove inlined
4392 function handling.
4393
70ee0000
TV
43942018-06-14 Tom de Vries <tdevries@suse.de>
4395
4396 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
4397 matching of breakpoint printing.
4398
11f4b608
TV
43992018-06-13 Tom de Vries <tdevries@suse.de>
4400
4401 PR testsuite/23269
4402 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
4403 (fork_child): ... here, and ...
4404 (fork_parent): ... here.
4405
44062018-06-12 Tom de Vries <tdevries@suse.de>
4407
4408 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
4409
9516f85a
AB
44102018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
4411 Stephen Roberts <stephen.roberts@arm.com>
4412
4413 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
4414 rewrite test to describe action performed, rather than possible
4415 failure.
4416
5045b3d7
GB
44172018-06-08 Gary Benson <gbenson@redhat.com>
4418
4419 * gdb.threads/check-libthread-db.exp: New file.
4420 * gdb.threads/check-libthread-db.c: Likewise.
4421
c61b06a1
TT
44222018-06-05 Tom Tromey <tom@tromey.com>
4423
4424 * gdb.base/default.exp: Update expected "show version" output.
4425
eb6af809
TT
44262018-06-05 Tom Tromey <tom@tromey.com>
4427
4428 PR cli/12326:
4429 * gdb.cp/static-print-quit.exp: Update.
4430 * lib/gdb.exp (pagination_prompt): Update.
4431 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
4432 * gdb.python/python.exp: Update.
4433
178d6a63
JB
44342018-06-04 Joel Brobecker <brobecker@adacore.com>
4435
4436 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
4437
8e817061
JB
44382018-06-01 Joel Brobecker <brobecker@adacore.com>
4439
4440 * gdb.ada/bp_fun_addr: New testcase.
4441
e86ca25f
TT
44422018-06-01 Tom Tromey <tom@tromey.com>
4443
4444 * gdb.xml/tdesc-regs.exp (load_description): Update expected
4445 results.
4446 * gdb.dwarf2/method-ptr.exp: Set language to C++.
4447 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
4448 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
4449 * gdb.base/maint.exp (maint_pass_if): Update.
4450
4b2dfa9d
MR
44512018-05-31 Maciej W. Rozycki <macro@mips.com>
4452
4453 * gdb.base/endian.exp: New test.
4454 * gdb.base/endian.c: New test source.
4455
45f25d6c
AB
44562018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
4457
4458 PR gdb/23203
4459 * gdb.base/bt-selected-frame.c: New file.
4460 * gdb.base/bt-selected-frame.exp: New file.
4461 * lib/gdb.exp (get_current_frame_number): New function.
4462
d9f6d7f8
MR
44632018-05-24 Maciej W. Rozycki <macro@mips.com>
4464 Pedro Alves <palves@redhat.com>
4465
4466 * gdb.threads/tls-core.c: Include <stdlib.h>
4467 (thread_proc): Call `abort'.
4468 * gdb.threads/tls-core.exp: Generate a core with core_find too.
4469 (tls_core_test): New procedure, bits factored out from ...
4470 (top level): ... here. Test both native cores and gcore cores.
4471
ff1cf532
TT
44722018-05-23 Tom Tromey <tom@tromey.com>
4473
4474 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
4475
b98664d3
TT
44762018-05-23 Tom Tromey <tom@tromey.com>
4477
4478 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
4479 symfile_complaints.
4480 (test_short_complaints): Likewise.
4481 (test_empty_complaints): Likewise.
4482 (test_initial_complaints): Update.
4483
4e9668d0
TT
44842018-05-23 Tom Tromey <tom@tromey.com>
4485
4486 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
4487
43ba33c7
TT
44882018-05-23 Tom Tromey <tom@tromey.com>
4489
4490 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
4491 (test_short_complaints): Update.
4492
035522c0
PA
44932018-05-22 Pedro Alves <palves@redhat.com>
4494
4495 * gdb.base/remote.exp: Only gdb_start after compiling the
4496 testcase. Issue "disconnect" before testing "set remote" command
4497 defaults. Issue clean_restart before running to main.
4498
cc0be08f
PA
44992018-05-22 Pedro Alves <palves@redhat.com>
4500
4501 * gdb.base/remote.exp: Adjust expected output of "show remote
4502 memory-write-packet-size". Add tests for "set remote
4503 memory-write-packet-size 0" and "set remote
4504 memory-write-packet-size fixed/limit".
4505
b1b60145
PA
45062018-05-22 Pedro Alves <palves@redhat.com>
4507
4508 PR gdb/22973
4509 * gdb.base/utf8-identifiers.c: New file.
4510 * gdb.base/utf8-identifiers.exp: New file.
4511
0ec848ad
PFC
45122018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4513
4514 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
4515
2c3305f6
PFC
45162018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4517
4518 * gdb.arch/powerpc-vsx-gcore.exp: New file.
4519
ce1e8424
TT
45202018-05-18 Tom Tromey <tom@tromey.com>
4521
4522 * gdb.base/ptype-offsets.exp: Update.
4523
ddfe970e
KS
45242018-05-17 Keith Seitz <keiths@redhat.com>
4525
4526 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
4527 in expected breakpoint stop locations.
4528 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
4529 move to proper scope to test variable values.
4530 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
4531 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
4532 New functions.
4533 (main): Call not_inline_func3.
4534 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
4535 inline_func1, inline_func2, and inline_func3. Test that when each
4536 breakpoint is hit, GDB properly reports both the stop location
4537 and the backtrace. Repeat tests for temporary breakpoints.
4538
0726fcc6
MR
45392018-05-15 Maciej W. Rozycki <macro@mips.com>
4540
4541 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
4542 rather then trying to access it in determining whether the PID
4543 of `gdbserver' could have been retrieved.
4544
8ee22052
AB
45452018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
4546
4547 * gdb.arch/amd64-init-x87-values.S: New file.
4548 * gdb.arch/amd64-init-x87-values.exp: New file.
4549
7785df48
JK
45502018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4551
4552 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
4553
56bcdbea
TT
45542018-05-04 Tom Tromey <tom@tromey.com>
4555
4556 PR python/22730:
4557 * gdb.python/python.exp: Test multi-line execute.
4558
a913fffb
TT
45592018-05-04 Tom Tromey <tom@tromey.com>
4560
4561 PR python/22731:
4562 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
4563
7a2c85f2
TT
45642018-05-04 Tom Tromey <tom@tromey.com>
4565
4566 PR gdb/11750:
4567 * gdb.base/define.exp: Test defining a user command inside a user
4568 command.
4569 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
4570
a3b60e45
JK
45712018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4572 Pedro Alves <palves@redhat.com>
4573
4574 PR breakpoints/19806 and support for PR external/20207.
4575 * gdb.base/watchpoint-unaligned.c: New file.
4576 * gdb.base/watchpoint-unaligned.exp: New file.
4577
45fe4a03
AB
45782018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4579
4580 * gdb.base/maint.exp: Make test names unique, use
4581 test_prefix_command_help to test 'help maint info', and remove
4582 repeated test of 'help maint'.
4583
9be2ae8f
TT
45842018-05-04 Tom Tromey <tom@tromey.com>
4585
4586 PR gdb/22619:
4587 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
4588 behavior.
4589
11859c31
AB
45902018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4591
4592 * gdb.base/maint.exp: Process output from 'maint print registers'
4593 line at a time.
4594
089a9490
AB
45952018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4596
4597 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
4598 timeout.
4599
9b0797e2
AB
46002018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
4601
4602 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
4603 filter pattern.
4604
f6ac5f3d
PA
46052018-05-02 Pedro Alves <palves@redhat.com>
4606
4607 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
4608 to_log_command renames.
4609 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4610
77d3c63b
TT
46112018-05-02 Tom Tromey <tom@tromey.com>
4612
4613 * gdb.python/py-parameter.exp: Set test message.
4614
0489430a
TT
46152018-05-02 Tom Tromey <tom@tromey.com>
4616
4617 PR python/20084:
4618 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
4619 PARAM_ZUINTEGER_UNLIMITED tests.
4620
1632f8ba
DR
46212018-04-28 Dan Robertson <danlrobertson89@gmail.com>
4622
4623 PR rust/23124
4624 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
4625 when casting.
4626
6d7bb824
TT
46272018-04-30 Tom Tromey <tom@tromey.com>
4628
4629 * gdb.python/py-type.exp: Check align attribute.
4630 * gdb.python/py-type.c: New "aligncheck" global.
4631
007e1530
TT
46322018-04-30 Tom Tromey <tom@tromey.com>
4633
4634 PR exp/17095:
4635 * gdb.dwarf2/dw2-align.exp: New file.
4636 * gdb.cp/align.exp: New file.
4637 * gdb.base/align.exp: New file.
4638 * lib/gdb.exp (gdb_int128_helper): New proc.
4639 (has_int128_c, has_int128_cxx): New caching procs.
4640
6873858b
TT
46412018-04-27 Tom Tromey <tom@tromey.com>
4642
4643 PR rust/22545:
4644 * gdb.rust/simple.exp: Add inclusive range tests.
4645
79188d8d
PA
46462018-04-26 Pedro Alves <palves@redhat.com>
4647
4648 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
4649 ifunc breakpoint locations correctly of ifunc breakpoints set
4650 while the program resolves the ifunc.
4651
c7075ad5
PA
46522018-04-26 Pedro Alves <palves@redhat.com>
4653
4654 * gdb.base/gnu-ifunc-final.c: New file.
4655 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
4656 * gdb.base/gnu-ifunc.exp (executable): Delete.
4657 (staticexecutable): Adjust.
4658 (lib_opts, exec_opts): Delete.
4659 (make_binsuffix, build, set-break): New procedures.
4660 (misc_tests): New, with tests factored out from the top level.
4661 (top level): Test different combinations of ifunc resolver name,
4662 resolver with and with debug info, and ifunc target with and
4663 without debug info. Wrap static tests with with_target_prefix.
4664
8388016d
PA
46652018-04-26 Pedro Alves <palves@redhat.com>
4666
4667 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
4668 return type" warnings.
4669
249b5733
PA
46702018-04-25 Pedro Alves <palves@redhat.com>
4671
4672 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
4673 killed".
4674 * gdb.base/kill-after-signal.exp: Likewise.
4675 * gdb.threads/kill.exp: Likewise.
4676
f67c0c91
SDJ
46772018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4678 Sergio Durigan Junior <sergiodj@redhat.com>
4679 Pedro Alves <palves@redhat.com>
4680
4681 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
4682 regexps to expect for '[Inferior ... detached]' as well.
4683 * gdb.base/attach.exp: Likewise.
4684 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
4685 "gdb_continue_to_end".
4686 (test_catch_syscall_with_wrong_args): Likewise.
4687 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
4688 ']'. Don't set 'verbose' on.
4689 * gdb.base/foll-vfork.exp: Likewise.
4690 * gdb.base/fork-print-inferior-events.c: New file.
4691 * gdb.base/fork-print-inferior-events.exp: New file.
4692 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
4693 '[Inferior ... has been killed]' message.
4694 * gdb.base/kill-after-signal.exp: Likewise.
4695 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
4696 detach message.
4697 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
4698 message.
4699 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
4700 regexps to expect for '[Inferior ... detached]' as well.
4701 * gdb.threads/process-dies-while-detaching.exp: Likewise.
4702
0a8ddac4
SM
47032018-04-24 Simon Marchi <simon.marchi@ericsson.com>
4704
4705 PR gdb/23104
4706 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
4707
701adfb0
PA
47082018-04-22 Rajendra SY <rajendra.sy@gmail.com>
4709
4710 PR gdb/23095
4711 * gdb.base/break-probes.exp: Pass shlib_load to
4712 prepare_for_testing. Set normal_bp to r_debug_state if target is
4713 bsd.
4714
d27d16bf
RB
47152018-04-19 Richard Bunt <richard.bunt@arm.com>
4716
4717 * gdb.threads/multiple-successive-infcall.c: New test.
4718 * gdb.threads/multiple-successive-infcall.exp: New file.
4719
a037790e
TT
47202018-04-17 Tom Tromey <tom@tromey.com>
4721
4722 * gdb.rust/simple.rs (Union): New type.
4723 (main): New local "u".
4724 * gdb.rust/simple.exp (test_one_slice): Add new test case.
4725
e3a91079
AA
47262018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4727
4728 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
4729 number information in output of "whereis" command.
4730 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
4731
b744723f
AA
47322018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4733
4734 * gdb.ada/info_types.exp: Adjust expected output to the line
4735 numbers now printed by "info var/func/type".
4736 * gdb.base/completion.exp: Likewise.
4737 * gdb.base/included.exp: Likewise.
4738 * gdb.cp/cp-relocate.exp: Likewise.
4739 * gdb.cp/cplusfuncs.exp: Likewise.
4740 * gdb.cp/namespace.exp: Likewise.
4741 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
4742
4a4495d6
MM
47432018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4744
4745 * gdb.btrace/cpu.exp: New.
4746
1d509aa6
MM
47472018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4748
4749 * gdb.base/step-indirect-call-thunk.exp: New.
4750 * gdb.base/step-indirect-call-thunk.c: New.
4751 * gdb.reverse/step-indirect-call-thunk.exp: New.
4752 * gdb.reverse/step-indirect-call-thunk.c: New.
4753
6295b6da
SM
47542018-04-11 Simon Marchi <simon.marchi@ericsson.com>
4755
4756 * gdb.base/pie-fork.c: New file.
4757 * gdb.base/pie-fork.exp: New file.
4758
50146e70
TT
47592018-04-11 Tom Tromey <tom@tromey.com>
4760
4761 * gdb.rust/simple.exp: Add test for ".." struct initializer.
4762
f50d8a2e
PA
47632018-04-10 Pedro Alves <palves@redhat.com>
4764
4765 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
4766 exits. Instead loop running forever.
4767 (fork_parent): Run forever too.
4768
a0be7a36
SM
47692018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4770
4771 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
4772 mi_continue_to_line.
4773 * gdb.mi/mi-stack.c (callee4): Add comment.
4774
9b73db36
SM
47752018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4776
4777 * gdb.mi/mi-stack.exp: Fix indentation.
4778
c912f608
SM
47792018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4780
4781 PR gdb/22979
4782 * gdb.arch/amd64-osabi.exp: New file.
4783
26540402
SM
47842018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4785
4786 PR gdb/22980
4787 * gdb.base/osabi.exp: New file.
4788
121ad66c 47892018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
4790
4791 * gdb.cp/static-typedef-print.exp: New file.
4792 * gdb.cp/static-typedef-print.cc: New file.
4793
3fcded8f
JB
47942018-03-27 Joel Brobecker <brobecker@adacore.com>
4795
4796 * gdb.ada/varsize_limit: New testcase.
4797
59cc4834
JB
47982018-03-27 Joel Brobecker <brobecker@adacore.com>
4799
4800 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
4801
4802 * gdb.ada/notcplusplus: New testcase.
4803
4804 * gdb.base/c-linkage-name.c: New file.
4805 * gdb.base/c-linkage-name.exp: New testcase.
4806
4ca59a9f
TT
48072018-03-26 Tom Tromey <tom@tromey.com>
4808
4809 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
4810 * gdb.python/py-framefilter.py (name_error): New global.
4811 (ErrorInName.function): Use name_error.
4812
978d6c75
TT
48132018-03-26 Tom Tromey <tom@tromey.com>
4814
4815 PR backtrace/15582:
4816 * gdb.python/py-framefilter.exp: Add "bt hide" test.
4817
b7fee5a3
KS
48182018-03-23 Keith Seitz <keiths@redhat.com>
4819
4820 PR c++/22968
4821 * gdb.cp/subtypes.exp: New file.
4822 * gdb.cp/subtypes.h: New file.
4823 * gdb.cp/subtypes.cc: New file.
4824 * gdb.cp/subtypes-2.cc: New file.
4825
376be529
AB
48262018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4827
4828 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
4829 (done): Call '_exit' not 'exit' to avoid atexit handlers.
4830 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
4831 -nostartfiles when compiling the test. Confirm that all registers
4832 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
4833
066cfa98
AB
48342018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4835
4836 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
4837 option, syntax was wrong anyway.
4838 * gdb.arch/arm-disp-step.exp: Likewise.
4839 * gdb.arch/sparc64-regs.exp: Likewise.
4840 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
4841 option, syntax was wrong anyway, switch to use
4842 prepare_for_testing.
4843 * gdb.arch/i386-disp-step.exp: Likewise.
4844
079670b9
AA
48452018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
4846
4847 * gdb.ada/exec_changed.exp: Replace "target_info exists
4848 use_gdb_stub" by "use_gdb_stub".
4849 * gdb.ada/start.exp: Likewise.
4850 * gdb.base/async-shell.exp: Likewise.
4851 * gdb.base/attach-pie-misread.exp: Likewise.
4852 * gdb.base/attach-wait-input.exp: Likewise.
4853 * gdb.base/break-entry.exp: Likewise.
4854 * gdb.base/break-interp.exp: Likewise.
4855 * gdb.base/dprintf-detach.exp: Likewise.
4856 * gdb.base/nostdlib.exp: Likewise.
4857 * gdb.base/solib-nodir.exp: Likewise.
4858 * gdb.base/statistics.exp: Likewise.
4859 * gdb.base/testenv.exp: Likewise.
4860 * gdb.mi/mi-exec-run.exp: Likewise.
4861 * gdb.mi/mi-start.exp: Likewise.
4862 * gdb.multi/dummy-frame-restore.exp: Likewise.
4863 * gdb.multi/multi-arch-exec.exp: Likewise.
4864 * gdb.multi/multi-arch.exp: Likewise.
4865 * gdb.multi/tids.exp: Likewise.
4866 * gdb.multi/watchpoint-multi.exp: Likewise.
4867 * gdb.python/py-events.exp: Likewise.
4868 * gdb.threads/attach-into-signal.exp: Likewise.
4869 * gdb.threads/attach-stopped.exp: Likewise.
4870 * gdb.threads/threadapply.exp: Likewise.
4871 * lib/selftest-support.exp: Likewise.
4872
26d6cec4
AA
48732018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
4874
4875 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
4876
4ee89e90
SR
48772018-03-20 Stephen Roberts <stephen.roberts@arm.com>
4878
4879 * gdb.perf/template-breakpoints.cc: New file.
4880 * gdb.perf/template-breakpoints.exp: New file.
4881 * gdb.perf/template-breakpoints.py: New file.
4882
92630041
TT
48832018-03-19 Tom Tromey <tom@tromey.com>
4884
4885 * gdb.rust/simple.rs (main): Add local variables field1, field2,
4886 y0.
4887 * gdb.rust/simple.exp: Test bare identifier form of struct
4888 initializer.
4889
76727919
TT
48902018-03-19 Tom Tromey <tom@tromey.com>
4891
4892 * gdb.gdb/observer.exp: Remove.
4893
194ed413
AA
48942018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4895
4896 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
4897 "qualified" option when setting breakpoints.
4898 * gdb.trace/backtrace.exp: Likewise.
4899 * gdb.trace/circ.exp: Likewise.
4900 * gdb.trace/collection.exp: Likewise.
4901 * gdb.trace/disconnected-tracing.exp: Likewise.
4902 * gdb.trace/ftrace-lock.exp: Likewise.
4903 * gdb.trace/ftrace.exp: Likewise.
4904 * gdb.trace/infotrace.exp: Likewise.
4905 * gdb.trace/packetlen.exp: Likewise.
4906 * gdb.trace/passc-dyn.exp: Likewise.
4907 * gdb.trace/qtro.exp: Likewise.
4908 * gdb.trace/read-memory.exp: Likewise.
4909 * gdb.trace/report.exp: Likewise.
4910 * gdb.trace/signal.exp: Likewise.
4911 * gdb.trace/status-stop.exp: Likewise.
4912 * gdb.trace/strace.exp: Likewise.
4913 * gdb.trace/tfind.exp: Likewise.
4914 * gdb.trace/trace-break.exp: Likewise.
4915 * gdb.trace/trace-condition.exp: Likewise.
4916 * gdb.trace/trace-mt.exp: Likewise.
4917 * gdb.trace/tstatus.exp: Likewise.
4918 * gdb.trace/tsv.exp: Likewise.
4919 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4920 * gdb.trace/unavailable.exp: Likewise.
4921 * gdb.trace/while-dyn.exp: Likewise.
4922
8b067d2c
AA
49232018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4924
4925 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
4926 that libinproctrace is copied to the target.
4927
3ae9ce5d
TT
49282018-03-14 Tom Tromey <tom@tromey.com>
4929
4930 PR cli/14977:
4931 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
4932 a null pointer.
4933 * gdb.base/wchar.exp: Likewise.
4934
b8c2339b
TT
49352018-03-14 Tom Tromey <tom@tromey.com>
4936
4937 PR cli/19918:
4938 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
4939 flag.
4940
4872dc46
SM
49412018-03-08 Simon Marchi <simon.marchi@ericsson.com>
4942
4943 PR gdb/22841
4944 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
4945 "target" to remote_exec.
4946
e4fe3756
SM
49472018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
4948
4949 PR gdb/22841
4950 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
4951 ${board}_upload): Remove.
4952
e95a97d4
AA
49532018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
4954
4955 * gdb.cp/watch-cp.cc: New test.
4956 * gdb.cp/watch-cp.exp: New file.
4957
dbbb1059
AB
49582018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4959
4960 * gdb.base/infcall-nested-structs.exp: New file.
4961 * gdb.base/infcall-nested-structs.c: New file.
4962 * gdb.base/float.exp: Add riscv support.
4963
ecc054c0
TP
49642018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
4965
4966 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
4967 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
4968
25e3c82c
SDJ
49692018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
4970
4971 * gdb.server/abspath.exp: New file.
4972 * lib/gdb.exp (with_cwd): New procedure.
4973
3083294d
SM
49742018-02-28 Simon Marchi <simon.marchi@ericsson.com>
4975
4976 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
4977 use it.
4978 (gdb_is_target_remote_prompt): New proc.
4979 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
4980 (gdb_is_target_native): Pass prompt parameter to
4981 gdb_is_target_1.
4982
3275ef47
SM
49832018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
4984
4985 * gdb.base/load-command.c: New file.
4986 * gdb.base/load-command.exp: New file.
4987 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
4988 (gdb_is_target_1): ...this, and generalize for other targets
4989 than just remote.
4990 (gdb_is_target_remote): Use gdb_is_target_1.
4991 (gdb_is_target_native): use gdb_is_target_1.
4992
6893c19a
TT
49932018-02-26 Tom Tromey <tom@tromey.com>
4994
4995 PR python/16497:
4996 * gdb.python/py-framefilter.exp: Update test.
4997
2ddeaf8a
TT
49982018-02-26 Tom Tromey <tom@tromey.com>
4999
5000 * gdb.dwarf2/variant.c: New file.
5001 * gdb.dwarf2/variant.exp: New file.
5002
c9317f21
TT
50032018-02-26 Tom Tromey <tom@tromey.com>
5004
5005 * gdb.rust/simple.exp: Accept more possible results in enum test.
5006
6f6d0c26
SM
50072018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
5008
5009 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
5010 parentheses.
5011
11b03145
MR
50122018-02-23 Maciej W. Rozycki <macro@mips.com>
5013
5014 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
5015 name of a variable: $actual_linejj -> $actual_line.
5016
54a27fe5
JB
50172018-02-21 John Baldwin <jhb@FreeBSD.org>
5018
5019 * gdb.arch/amd64-i386-address.exp: Fix a typo.
5020
de65820c
MM
50212018-02-20 Markus Metzger <markus.t.metzger@intel.com>
5022
5023 * gdb.btrace/buffer-size.exp: Do not force BTS.
5024
980548fd
PA
50252018-02-14 Pedro Alves <palves@redhat.com>
5026
5027 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
5028 getting a "Quit".
5029
c4e12631
MM
50302018-02-09 Markus Metzger <markus.t.metzger@intel.com>
5031
5032 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
5033 Fix test name.
5034
c2e0e465
SM
50352018-02-07 Simon Marchi <simon.marchi@ericsson.com>
5036
5037 * gdb.cp/m-static.exp: Check type of optimized out static
5038 member.
5039
f7216783
AB
50402018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
5041
5042 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
5043 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
5044
0625771b
LS
50452018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
5046 Leszek Swirski <leszeks@google.com>
5047
5048 * gdb.python/py-prettyprint.c
5049 (struct to_string_returns_value_inner,
5050 struct to_string_returns_value_wrapper): New.
5051 (main): Add tsrvw variable.
5052 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
5053 ToStringReturnsValueWrapper): New classes.
5054 (register_pretty_printers): Register new pretty-printers.
5055 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
5056 recursive pretty printer.
5057 * gdb.python/py-mi.exp: Likewise.
5058
59498c30
LS
50592018-02-01 Leszek Swirski <leszeks@google.com>
5060
5061 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
5062 functions with the same name as an include file are parsed
5063 correctly.
5064
d4d38844
YQ
50652018-02-01 Yao Qi <yao.qi@linaro.org>
5066
5067 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
5068 "\[^\r\n\]*".
5069
07e5f5cf
NP
50702018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
5071
5072 * gdb.arch/powerpc-prologue-frame.s: New file.
5073 * gdb.arch/powerpc-prologue-frame.c: Likewise.
5074 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
5075
929b5ad4
JB
50762018-01-31 Joel Brobecker <brobecker@adacore.com>
5077
5078 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
5079
e671cd59
PA
50802018-01-30 Pedro Alves <palves@redhat.com>
5081
5082 PR gdb/13211
5083 * gdb.base/interrupt-daemon.c: New.
5084 * gdb.base/interrupt-daemon.exp: New.
5085 * gdb.multi/multi-term-settings.c: New.
5086 * gdb.multi/multi-term-settings.exp: New.
5087
fc413dc4
JB
50882018-01-30 Joel Brobecker <brobecker@adacore.com>
5089
5090 * gdb.base/break.exp: Save the location where the breakpoint
5091 on break.c:47 was actually inserted when debugging the version
5092 compiled at -O2 and use it in the expected output of the "info
5093 break" test performed soon after.
5094
5c319bb2
PA
50952018-01-22 Pedro Alves <palves@redhat.com>
5096 Sergio Durigan Junior <sergiodj@redhat.com>
5097
5098 * gdb.base/whatis.exp: Add tests for 'set print object on' +
5099 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
5100
a9e40818
JB
51012018-01-22 Joel Brobecker <brobecker@adacore.com>
5102
5103 * gdb.base/break-include.c, gdb.base/break-include.inc,
5104 gdb.base/break-include.exp: New files.
5105 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
5106 line number now being the actual line number where the breakpoint
5107 was inserted.
5108 * gdb.mi/mi-break.exp: Likewise.
5109 * gdb.mi/mi-reverse.exp: Likewise.
5110 * gdb.mi/mi-simplerun.exp: Ditto.
5111
e707fc44
AB
51122018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5113
5114 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
5115 varobj.
5116 * gdb.mi/mi-var-create-rtti.exp: Likewise.
5117
ae451627
AB
51182018-01-21 Don Breazeal <donb@codesourcery.com>
5119 Andrew Burgess <andrew.burgess@embecosm.com>
5120
5121 * gdb.mi/basics.c: Add new global.
5122 * gdb.mi/mi-frame-regs.exp: New file.
5123 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
5124 case.
5125
b1b189e0
AB
51262018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5127
5128 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
5129 non-parameter, and on an unknown symbol.
5130
fcfcc376
TT
51312018-01-19 Tom Tromey <tom@tromey.com>
5132
5133 * gdb.rust/modules.rs (TWENTY_THREE): New global.
5134 * gdb.rust/modules.exp: Add ::-qualified lookup test.
5135
634c1c31
AA
51362018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5137
5138 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
5139 setrlimit and chdir to int.
5140
d6ad07fd
AA
51412018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5142
5143 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
5144 function.
5145 (my_tend): Likewise.
5146 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
5147 rationale of avoiding FP- and vector instructions.
5148
adf8243b
RK
51492018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
5150
5151 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
5152 "info reg" with "\[ \t\]*".
5153 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
5154 "\[ \t\]+".
5155 * gdb.arch/s390-multiarch.exp: Ditto.
5156 * gdb.base/pc-fp.exp: Ditto.
5157 * gdb.reverse/i386-precsave.exp: Ditto.
5158 * gdb.reverse/i386-reverse.exp: Ditto.
5159 * gdb.reverse/i387-env-reverse.exp: Ditto.
5160 * gdb.reverse/i387-stack-reverse.exp: Ditto.
5161
dcc06925
AA
51622018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5163
5164 * lib/gdb.exp (gdb_compile): Re-enable use of
5165 universal_compile_options for languages other than Rust.
5166
25d4fd80
AA
51672018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5168
5169 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
5170
ee7f689e 51712018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
5172
5173 PR gdb/16577
5174 * gdb.base/solib-vanish.exp: New.
5175 * gdb.base/solib-vanish-main.c: New.
5176 * gdb.base/solib-vanish-lib1.c: New.
5177 * gdb.base/solib-vanish-lib2.c: New.
5178
d8447b6b
YQ
51792018-01-17 Yao Qi <yao.qi@linaro.org>
5180
5181 * gdb.compile/compile.exp: Match the address printed for
5182 frame in the output of command "bt".
5183
86d6a90c
TT
51842018-01-15 Tom Tromey <tom@tromey.com>
5185
5186 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
5187 compute sp_reg.
5188
cbcdb1aa
AB
51892018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5190
5191 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
5192 to prepare.
5193 (prepare): Return 0 on error, 1 on success.
5194
eea61984
PA
51952018-01-12 Pedro Alves <palves@redhat.com>
5196
5197 * gdb.base/continue-after-aborted-step-over.c: New.
5198 * gdb.base/continue-after-aborted-step-over.exp: New.
5199
6181e9c2
SM
52002018-01-11 Simon Marchi <simon.marchi@ericsson.com>
5201
5202 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
5203 options when not creating an executable.
5204
3cada740
PA
52052018-01-11 Pedro Alves <palves@redhat.com>
5206
5207 PR remote/22597
5208 * gdb.server/stop-reply-no-thread.c: New file.
5209 * gdb.server/stop-reply-no-thread.exp: New file.
5210
c63d3e8d
PA
52112018-01-10 Pedro Alves <palves@redhat.com>
5212
5213 PR gdb/22670
5214 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
5215 functions too. Test setting breakpoints and printing C functions
5216 with no debug info too.
5217 * gdb.ada/bp_c_mixed_case/qux.c: New file.
5218
d4c2a405
PA
52192018-01-10 Pedro Alves <palves@redhat.com>
5220
5221 PR gdb/22670
5222 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
5223 a fail.
5224
8825213e
PA
52252018-01-10 Pedro Alves <palves@redhat.com>
5226
5227 PR gdb/22670
5228 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
5229
605fd3c6
YQ
52302018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5231
5232 * gdb.server/unittest.exp: Match the output in non-development
5233 mode.
5234
1e5ded6c
YQ
52352018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5236
5237 * gdb.gdb/unittest.exp: Match output in non-development mode.
5238
30066b0b
JB
52392018-01-08 Joel Brobecker <brobecker@adacore.com>
5240
5241 * gdb.ada/access_tagged_param.exp: Relax expected output
5242 for value of "ObjL" in "continue" to pck.inspect breakpoint
5243 test.
5244
04bafb1e
XR
52452018-01-08 Joel Brobecker <brobecker@adacore.com>
5246
9f86398b
JB
5247 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
5248 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 5249
e379cee6
PA
52502018-01-05 Pedro Alves <palves@redhat.com>
5251
5252 PR gdb/18653
5253 * gdb.base/libsegfault.exp: New.
5254
de63c46b
PA
52552018-01-05 Joel Brobecker <brobecker@adacore.com>
5256
5257 PR gdb/22670
5258 * gdb.ada/access_tagged_param.exp: New file.
5259 * gdb.ada/access_tagged_param/foo.adb: New file.
5260
f98fc17b
PA
52612018-01-05 Pedro Alves <palves@redhat.com>
5262
5263 PR gdb/22670
5264 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
5265 exercise lower case too, and to exercise both full matching and
5266 wild matching.
5267
342f8240
JB
52682018-01-05 Joel Brobecker <brobecker@adacore.com>
5269
5270 * gdb.ada/rename_subscript_param: New testcase.
5271
7150d33c
JG
52722018-01-05 Jerome Guitton <guitton@adacore.com>
5273
5274 * gdb.ada/arr_acc_idx_w_gap: New testcase.
5275
cc0e770c
JB
52762018-01-05 Joel Brobecker <brobecker@adacore.com>
5277
5278 * gdb.ada/convvar_comp: New testcase.
5279
672a41aa 52802018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
5281
5282 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
5283 (My_Table): New global variable.
5284 * testsuite/gdb.ada/array_char_idx.exp: Add test.
5285
7365ec2f
JB
52862018-01-04 Joel Brobecker <brobecker@adacore.com>
5287
5288 PR gdb/22670
5289 * gdb.ada/maint_with_ada: New testcase.
5290
289483b6
JB
52912018-01-04 Joel Brobecker <brobecker@adacore.com>
5292
5293 PR gdb/22670
5294 * gdb.ada/bp_c_mixed_case: New testcase.
5295
344420da
JB
52962018-01-04 Joel Brobecker <brobecker@adacore.com>
5297
5298 PR gdb/22670
5299 * gdb.ada/complete.exp: Add "complete break ada" test.
5300
66fc87a0
JB
53012018-01-04 Joel Brobecker <brobecker@adacore.com>
5302
5303 PR gdb/22670
5304 * gdb.ada/info_addr_mixed_case: New testcase.
5305
9f757bf7
XR
53062018-01-03 Xavier Roirand <roirand@adacore.com>
5307
5308 * gdb.ada/excep_handle.exp: New testcase.
5309 * gdb.ada/excep_handle/foo.adb: New file.
5310 * gdb.ada/excep_handle/pck.ads: New file.
5311
bd570f80
JB
53122018-01-03 Joel Brobecker <brobecker@adacore.com>
5313
5314 * gdb.base/step-line.c: Add extra empty line in copyright header.
5315 * gdb.base/step-line.inp: Likewise.
5316
9fe561ab
JB
53172018-01-02 Joel Brobecker <brobecker@adacore.com>
5318
5319 * gdb.ada/dyn_stride.exp: Add slice test.
5320
a405673c
JB
53212018-01-02 Joel Brobecker <brobecker@adacore.com>
5322
5323 * gdb.ada/dyn_stride: New testcase.
5324
cef0f868
SH
53252017-12-27 Stafford Horne <shorne@gmail.com>
5326
5327 * gdb.xml/extra-regs.xml: Add example foo reggroup.
5328 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
5329
b67d92b0
SH
53302017-12-27 Stafford Horne <shorne@gmail.com>
5331
5332 * gdb.base/reggroups.c: New file.
5333 * gdb.base/reggroups.exp: New file.
5334
eccab96d
JB
53352017-12-18 Joel Brobecker <brobecker@adacore.com>
5336
5337 * gdb.dwarf2/ada-valprint-error.c: New file.
5338 * gdb.dwarf2/ada-valprint-error.exp: New file.
5339
0e2da9f0
JB
53402017-12-18 Joel Brobecker <brobecker@adacore.com>
5341
5342 * gdb.ada/assign_arr: New testcase.
5343
cb923fcc
XR
53442017-12-18 Xavier Roirand <roirand@adacore.com>
5345
5346 * gdb.ada/funcall_ptr: New testcase.
5347
7c161838
SDJ
53482017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
5349
5350 PR cli/16224
5351 * gdb.base/ptype-offsets.cc: New file.
5352 * gdb.base/ptype-offsets.exp: New file.
5353
1af17fd9
YQ
53542017-12-15 Yao Qi <yao.qi@linaro.org>
5355
5356 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
5357 if XML is disabled.
5358
828d5846
XR
53592017-12-15 Xavier Roirand <roirand@adacore.com>
5360
5361 * gdb.ada/same_component_name: New testcase.
5362
79e8fcaa
JB
53632017-12-14 Joel Brobecker <brobecker@adacore.com>
5364
5365 * gdb.ada/str_binop_equal: New testcase.
5366
e05fa6f9
JB
53672017-12-14 Joel Brobecker <brobecker@adacore.com>
5368
5369 * gdb.ada/task_switch_in_core: New testcase.
5370
b89641ba
SM
53712017-12-13 Simon Marchi <simon.marchi@ericsson.com>
5372
5373 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
5374 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
5375 call test_bkpt_qualified.
5376 (test_bkpt_qualified): New proc.
5377
6892d2e4
PA
53782017-12-13 Pedro Alves <palves@redhat.com>
5379
5380 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
5381 Tighten regexp by matching with an anchor.
5382
a22ecf70
PA
53832017-12-13 Pedro Alves <palves@redhat.com>
5384
5385 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
5386 ("expression with namespace"): New set of tests.
5387 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
5388 (Nested::Test_NS::qux): New.
5389 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
5390 defaults to 'start_quote_char' and 'end_quote_char' parameters.
5391
9937536c
JB
53922017-12-13 Joel Brobecker <brobecker@adacore.com>
5393
5394 * gdb.base/server-del-break.c: New file.
5395 * gdb.base/server-del-break.exp: New file.
5396
fe49c6f5
SH
53972017-12-12 Stafford Horne <shorne@gmail.com>
5398
5399 * gdb.xml/tdesc-regs.exp: Add or1k support.
5400
c3d18620
SH
54012017-12-12 Stafford Horne <shorne@gmail.com>
5402
5403 * gdb.base/bp-permanent.c: Define nop of or1k.
5404
c5f9cfc8
JB
54052017-12-11 Joel Brobecker <brobecker@adacore.com>
5406
5407 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
5408 output with components being reordered.
5409
a9c135fc
JB
54102017-12-11 Joel Brobecker <brobecker@adacore.com>
5411
5412 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
5413 output with components being reordered.
5414
927aa2e7
JK
54152017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5416 Pedro Alves <palves@redhat.com>
5417
5418 * gdb.base/maint.exp (check for .gdb_index): Check also for
5419 .debug_names.
5420 * gdb.dlang/watch-loc.c (.debug_aranges): New.
5421 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
5422 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
5423 (.gdb_index used after symbol reloading): Support also .debug_names.
5424 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
5425
f17d9474
YQ
54262017-12-08 Yao Qi <yao.qi@linaro.org>
5427
5428 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5429 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
5430
a0de8c21
YQ
54312017-12-08 Yao Qi <yao.qi@linaro.org>
5432
5433 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5434 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
5435
a738ea1d
YQ
54362017-12-08 Yao Qi <yao.qi@linaro.org>
5437
5438 * gdb.arch/aarch64-tagged-pointer.c: New file.
5439 * gdb.arch/aarch64-tagged-pointer.exp: New file.
5440
1cd9a73b
SDJ
54412017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
5442
5443 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
5444 "int".
5445
fa6eb693
KS
54462017-12-07 Keith Seitz <keiths@redhat.com>
5447
5448 PR breakpoints/22569
5449 * gdb.linespec/ls-errs.exp: Change expected result of "break
5450 -source this file has spaces.c -line 3".
5451 Check that an explicit source file followed by whitespace is
5452 identified as an invalid explicit location.
5453
883fd55a
KS
54542017-12-07 Keith Seitz <keiths@redhat.com>
5455
5456 * gdb.cp/nested-types.cc: New file.
5457 * gdb.cp/nested-types.exp: New file.
5458 * lib/cp-support.exp: Load data-structures.exp library.
5459 (debug_cp_test_ptype_class): New global.
5460 (cp_ptype_class_verbose, next_line): New procedures.
5461 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
5462 Add and document new return value.
5463 Switch the list of lines to a queue.
5464 Add support for new `type' key for nested type definitions.
5465 Add debugging/troubleshooting messages.
5466 * lib/data-structures.exp: New file.
5467
ec72db3e
SM
54682017-12-07 Simon Marchi <simon.marchi@ericsson.com>
5469
5470 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
5471 with proc_with_prefix, don't use with_test_prefix.
5472
99598d71
TT
54732017-12-07 Tom Tromey <tom@tromey.com>
5474
5475 * gdb.base/break.exp: Add test for empty "commands".
5476
a8806230
YQ
54772017-12-07 Yao Qi <yao.qi@linaro.org>
5478
5479 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
5480 malloc and catch syscall.
5481
824cc835
PM
54822017-12-07 Phil Muldoon <pmuldoon@redhat.com>
5483
e79be6e5 5484 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
5485 tests for explicit locations.
5486
7cc244de
PA
54872017-12-06 Pedro Alves <palves@redhat.com>
5488
5489 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
5490 force-disabling XML descriptions.
5491
50a1fdd5
PA
54922017-12-04 Pedro Alves <palves@redhat.com>
5493
5494 PR gdb/22499
5495 * gdb.arch/amd64-disp-step-avx.S: New file.
5496 * gdb.arch/amd64-disp-step-avx.exp: New file.
5497
f0fb2488
PA
54982017-12-03 Pedro Alves <palves@redhat.com>
5499
5500 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
5501 and <string.h>.
5502 (parent_function): Print distinct messages when waitpid fails, or
5503 the child exits with a signal, or the child exits for an unhandled
5504 reason.
5505 * gdb.threads/process-dies-while-detaching.exp
5506 (detach_and_expect_exit): New 'inf_output_re' parameter and use
5507 it. Wait for both inferior output and GDB's prompt. Use an
5508 indirect spawn id list.
5509 (do_detach): New parameter 'child_exit'. Use it to compute
5510 expected inferior output.
5511 (test_detach, test_detach_watch, test_detach_killed_outside):
5512 Adjust to pass down the expected child exit kind.
5513
97cbe998
SDJ
55142017-12-01 Joel Brobecker <brobecker@adacore.com>
5515 Sergio Durigan Junior <sergiodj@redhat.com>
5516 Pedro Alves <palves@redhat.com>
5517
5518 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
5519
40fc416f
SDJ
55202017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
5521
5522 * gdb.base/relocate.exp: Add tests to guarantee that arguments
5523 to 'symbol-file' and 'add-symbol-file' can be
5524 position-independent.
5525
1cc75e92
YQ
55262017-12-01 Yao Qi <yao.qi@linaro.org>
5527
5528 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
5529 the URL in copyright header.
5530 * gdb.arch/aarch64-fp.exp: Likewise.
5531 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
5532 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
5533 * gdb.base/expand-psymtabs.exp: Likewise.
5534 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
5535 * gdb.fortran/common-block.exp: Likewise.
5536 * gdb.fortran/common-block.f90: Likewise.
5537 * gdb.fortran/logical.exp: Likewise.
5538 * gdb.fortran/vla-datatypes.f90: Likewise.
5539 * gdb.fortran/vla-sub.f90: Likewise.
5540
875fb7a7
JB
55412017-11-30 Joel Brobecker <brobecker@adacore.com>
5542
5543 * gdb.ada/repeat_dyn: New testcase.
5544
6f14765f
UW
55452017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
5546
5547 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
5548 Update for changed thread numbering.
5549 * gdb.cell/bt.exp: Update for changed GDB output.
5550
f1af7b94
SM
55512017-11-30 Simon Marchi <simon.marchi@ericsson.com>
5552
5553 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
5554 setting isremote by hand.
5555 * boards/dwarf4-gdb-index.exp: Likewise.
5556 * boards/fission.exp: Likewise.
5557 * boards/stabs.exp: Likewise.
5558
e3919f3e
PA
55592017-11-30 Pedro Alves <palves@redhat.com>
5560
5561 * gdb.linespec/cpls-ops.exp
5562 (check_explicit_skips_function_argument): Extract the underlying
5563 type of size_t instead of hardcoding it.
5564
bd69330d
PA
55652017-11-29 Pedro Alves <palves@redhat.com>
5566
5567 PR c++/19436
5568 * gdb.linespec/cpls-abi-tag.cc: New file.
5569 * gdb.linespec/cpls-abi-tag.exp: New file.
5570
a20714ff
PA
55712017-11-29 Pedro Alves <palves@redhat.com>
5572
5573 * gdb.base/langs.exp: Use -qualified.
5574 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
5575 it.
5576 * gdb.cp/namespace.exp: Use -qualified.
5577 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
5578 (overload-3, template-overload, template-ret-type, const-overload)
5579 (const-overload-quoted, anon-ns, ambiguous-prefix): New
5580 procedures.
5581 (test_driver): Call them.
5582 * gdb.cp/save-bp-qualified.cc: New.
5583 * gdb.cp/save-bp-qualified.exp: New.
5584 * gdb.linespec/explicit.exp: Test -qualified.
5585 * lib/completion-support.exp (completion::explicit_opts_list): Add
5586 "-qualified".
5587 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
5588
f6f1d339
PM
55892017-11-29 Phil Muldoon <pmuldoon@redhat.com>
5590
5591 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
5592
02ca603a
TT
55932017-11-29 Tom Tromey <tom@tromey.com>
5594
5595 * gdb.base/relocate.exp: Update invalid argument test.
5596 Add new tests for invalid arguments.
5597
ed6c0bfb
TP
55982017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5599
5600 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
5601 Return 0 as a long.
5602 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
5603
f106e10e
TP
56042017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5605
5606 * gdb.cp/breakpoint.cc (bar): Set return type to void.
5607 * gdb.cp/psymtab-parameter.cc (func): Likewise.
5608 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
5609 func ().
5610 * gdb.cp/shadow.cc (B.func): Return 0.
5611
10329bb2
JB
56122017-11-27 Joel Brobecker <brobecker@adacore.com>
5613
5614 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
5615 expected output in gdb_expect call to allow the exception
5616 message to be present as well. Fix syntax confusion to avoid
5617 TCL thinking that exception_name is an array.
5618
617cd4bc
UW
56192017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
5620
5621 * gdb.arch/spu-info.c: Include <unistd.h>.
5622 (do_signal_test): Fix broken calls to write.
5623 * gdb.arch/spu-info.exp: Use prepare_for_testing.
5624 Fix checks for empty mailboxes. Update signal tests for corrected
5625 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
5626 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
5627 * gdb.cell/arch.exp: Use standard_output_file.
5628 * gdb.cell/break.exp: Likewise.
5629 * gdb.cell/bt.exp: Likewise.
5630 * gdb.cell/core.exp: Likewise.
5631 * gdb.cell/dwarfaddr.exp: Likewise.
5632 * gdb.cell/ea-cache.exp: Likewise.
5633 * gdb.cell/ea-standalone.exp: Likewise.
5634 * gdb.cell/f-regs.exp: Likewise.
5635 * gdb.cell/fork.exp: Likewise.
5636 * gdb.cell/gcore.exp: Likewise.
5637 * gdb.cell/mem-access.exp: Likewise.
5638 * gdb.cell/ptype.exp: Likewise.
5639 * gdb.cell/registers.exp: Likewise.
5640 * gdb.cell/sizeof.exp: Likewise.
5641 * gdb.cell/solib-symbol.exp: Likewise.
5642 * gdb.cell/solib.exp: Likewise.
617cd4bc 5643
a81aaca0
PA
56442017-11-25 Pedro Alves <palves@redhat.com>
5645
5646 * gdb.base/complete-empty.exp: New file.
5647 * gdb.base/completion.exp: Adjust.
5648
6a3c6ee4
PA
56492017-11-25 Pedro Alves <palves@redhat.com>
5650
5651 * gdb.linespec/cpls-ops.cc: New file.
5652 * gdb.linespec/cpls-ops.exp: New file.
5653 * lib/completion-support.exp (test_complete_prefix_range_re): New,
5654 factored out from ...
5655 (test_complete_prefix_range): ... this.
5656
8955eb2d
PA
56572017-11-24 Pedro Alves <palves@redhat.com>
5658
5659 * gdb.linespec/cpcompletion.exp: New file.
5660 * gdb.linespec/cpls-hyphen.cc: New file.
5661 * gdb.linespec/cpls.cc: New file.
5662 * gdb.linespec/cpls2.cc: New file.
5663 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
5664 test to use test_gdb_complete_unique. Add label completion,
5665 keyword completion and explicit location completion tests.
5666 * lib/completion-support.exp: New file.
5667
e547c119
JB
56682017-11-24 Joel Brobecker <brobecker@adacore.com>
5669
5670 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
5671 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
5672 when hitting an exception catchpoint.
5673
7c3c1aa8
YQ
56742017-11-22 Yao Qi <yao.qi@linaro.org>
5675
5676 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
5677
41bd68f5
SM
56782017-11-22 Simon Marchi <simon.marchi@ericsson.com>
5679
5680 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
5681 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
5682 * gdb.dwarf2/info-locals-optimized-out.c: New file.
5683
1daad298
YQ
56842017-11-22 Yao Qi <yao.qi@linaro.org>
5685
5686 * gdb.base/info-os.exp: Pass pthreads.
5687 * gdb.multi/multi-attach.exp: Likewise.
5688
88465e87
YQ
56892017-11-22 Yao Qi <yao.qi@linaro.org>
5690
5691 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
5692 compiler.
5693
dc196b23
YQ
56942017-11-22 Yao Qi <yao.qi@linaro.org>
5695
5696 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
5697 * gdb.base/break-interp.exp: Likewise.
5698 * gdb.base/jit-attach-pie.exp: Likewise.
5699
2400729e
UW
57002017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5701
5702 * gdb.base/float128.c (large128): New variable.
5703 * gdb.base/float128.exp: Add test to print largest __float128 value.
5704
7a26362d
UW
57052017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5706
5707 * gdb.arch/vsx-regs.exp: Update register content checks.
5708
ed0f4273
UW
57092017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
5710
5711 * gdb.arch/ppc-longdouble.exp: New file.
5712 * gdb.arch/ppc-longdouble.c: Likewise.
5713
a25d69c6
PA
57142017-11-21 Pedro Alves <palves@redhat.com>
5715
5716 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
5717
73fcf641
PA
57182017-11-20 Pedro Alves <palves@redhat.com>
5719
5720 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
5721 (long_double_typedef): New typedefs.
5722 Use DEF on double and long double.
5723 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
5724 cases.
5725 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
5726 and 'long_double_ptr_same_size' locals. Use them to decide
5727 whether cast from array/function to float is valid/invalid.
5728
71a3c369
TT
57292017-11-17 Tom Tromey <tom@tromey.com>
5730
5731 * gdb.rust/traits.rs: New file.
5732 * gdb.rust/traits.exp: New file.
5733
ced9779b
JB
57342017-11-17 Joel Brobecker <brobecker@adacore.com>
5735
5736 * gdb.ada/minsyms: New testcase.
5737
a0922d80
PA
57382017-11-16 Pedro Alves <palves@redhat.com>
5739
5740 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
5741 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
5742
ea04e54c
PA
57432017-11-16 Pedro Alves <palves@redhat.com>
5744
5745 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
5746 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
5747
e849ea89
PA
57482017-11-16 Pedro Alves <palves@redhat.com>
5749
5750 * gdb.server/reconnect-ctrl-c.c: New file.
5751 * gdb.server/reconnect-ctrl-c.exp: New file.
5752
d8ae99a7
PM
57532017-11-16 Phil Muldoon <pmuldoon@redhat.com>
5754
5755 * gdb.python/py-rbreak.exp: New file.
5756 * gdb.python/py-rbreak.c: New file.
5757 * gdb.python/py-rbreak-func2.c: New file.
5758
968a13f8
PA
57592017-11-16 Pedro Alves <palves@redhat.com>
5760
5761 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
5762 pattern.
5763 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
5764 GDB.
5765
71774bc9
SM
57662017-11-15 Simon Marchi <simon.marchi@ericsson.com>
5767
5768 * gdb.tui/completionn.exp (test_tab_completion): Add space in
5769 regex.
5770
ddbb44cf
SM
57712017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
5772
5773 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
5774 test names.
5775
584a564f
PA
57762017-11-09 Pedro Alves <palves@redhat.com>
5777
5778 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
5779 factored out from ...
5780 (top level): ... here, and adjusted to avoid expecting beyond the
5781 prompt in a single gdb_test_multiple.
5782
5ed7a928
PA
57832017-11-09 Pedro Alves <palves@redhat.com>
5784
5785 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
5786 output.
5787 * gdb.server/ext-attach.exp ("kill" test): Likewise.
5788 * gdb.server/ext-restart.exp ("kill" test): Likewise.
5789 * gdb.server/ext-run.exp ("kill" test): Likewise.
5790 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
5791
a60e0738
PA
57922017-11-09 Pedro Alves <palves@redhat.com>
5793
5794 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
5795 match till end of line.
5796
2c88253f
PA
57972017-11-09 Pedro Alves <palves@redhat.com>
5798
5799 * gdb.base/memattr.exp: Tighten regexes to match the end line.
5800
c7a38517
PA
58012017-11-09 Pedro Alves <palves@redhat.com>
5802
5803 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
5804 New procedures, factored out from ...
5805 (top level): ... here, and adjusted to avoid expecting beyond the
5806 prompt in one go.
5807
f29f4b6b
PA
58082017-11-09 Pedro Alves <palves@redhat.com>
5809
5810 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
5811 output. Fix '?' match.
5812
286acbb5
JB
58132017-11-08 Joel Brobecker <brobecker@adacore.com>
5814
5815 * gdb.ada/scoped_watch: New testcase.
5816 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
5817 which is actually correct.
5818 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
5819 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
5820
62d7ae92
PA
58212017-11-08 Pedro Alves <palves@redhat.com>
5822
5823 * gdb.gdb/complaints.exp (test_initial_complaints)
5824 (test_serial_complaints, test_short_complaints): Call
5825 complaint_internal instead of complaint.
5826
280ca31f
DT
58272017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
5828
5829 * gdb.threads/tls-core.c: New file.
5830 * gdb.threads/tls-core.exp: Likewise.
5831
b5ec771e
PA
58322017-11-08 Pedro Alves <palves@redhat.com>
5833
5834 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
5835 (p Exported_Capitalized): New test.
5836 (p exported_capitalized): New test.
5837
a02b41a7
PA
58382017-11-07 Pedro Alves <palves@redhat.com>
5839
5840 * gdb.cp/ena-dis-br-range.exp: Add more tests.
5841
95e95a6d
PA
58422017-11-07 Pedro Alves <palves@redhat.com>
5843
5844 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
5845 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
5846 (disable_invalid, disable_inverted, disable_negative): New
5847 procedures.
5848 ("bad numbers"): New set of tests.
5849
cee62dbd
PA
58502017-11-07 Pedro Alves <palves@redhat.com>
5851
5852 * gdb.cp/ena-dis-br-range.exp: Add tests.
5853
cc638e86
PA
58542017-11-07 Pedro Alves <palves@redhat.com>
5855
5856 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
5857
d0fe4701
XR
58582017-11-07 Xavier Roirand <roirand@adacore.com>
5859 Pedro Alves <palves@redhat.com>
5860
5861 * gdb.base/ena-dis-br.exp: Add reference to
5862 gdb.cp/ena-dis-br-range.exp.
5863 * gdb.cp/ena-dis-br-range.exp: New file.
5864 * gdb.cp/ena-dis-br-range.cc: New file.
5865
46f67f80
PA
58662017-11-06 Pedro Alves <palves@redhat.com>
5867
5868 * gdb.base/attach-non-pgrp-leader.c: New.
5869 * gdb.base/attach-non-pgrp-leader.exp: New.
5870
726e1356
PA
58712017-11-06 Pedro Alves <palves@redhat.com>
5872
5873 * configure.ac: No longer check for termio.h and sgtty.h.
5874 * configure: Regenerate.
5875 * remote-utils.c: Include termios.h instead of gdb_termios.h.
5876 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
5877 Remove termio and sgtty code.
5878
50ab6ace
YQ
58792017-11-03 Yao Qi <yao.qi@linaro.org>
5880
5881 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
5882 in GDB is disabled.
5883
8e68731c
YQ
58842017-11-03 Yao Qi <yao.qi@linaro.org>
5885
5886 * gdb.python/py-thrhandle.exp: Skip it if python is not
5887 enabled.
5888
3a87ae65
SM
58892017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
5890
5891 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
5892 as a breakpoint command.
5893
484d8d36
MD
58942017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
5895
5896 PR python/21213
5897 * gdb.python/py-infthread.exp: Test calling
5898 InferiorThread.inferior () multiple times in a row.
5899
4a27f119
KS
59002017-10-27 Keith Seitz <keiths@redhat.com>
5901
5902 * gdb.opt/inline-break.exp (break_info_1): New procedure.
5903 Test "info break" for every inlined function breakpoint.
5904
bb11dd58
YQ
59052017-10-27 Yao Qi <yao.qi@linaro.org>
5906
5907 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
5908
a43f3893
PF
59092017-10-26 Patrick Frants <osscontribute@gmail.com>
5910
5911 * gdb.cp/classes.exp (test_static_members): Test printing
5912 Outer::instance.
5913 * gdb.cp/classes.c (struct Inner, struct Outer): New.
5914 (Inner::instance, Outer::instance): New.
5915
792ccf00
PA
59162017-10-24 Pedro Alves <palves@redhat.com>
5917
5918 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
5919 extra console" test in two stages.
5920
eb2bfbad
PA
59212017-10-24 Pedro Alves <palves@redhat.com>
5922
5923 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
5924
1f75a651
PA
59252017-10-24 Pedro Alves <palves@redhat.com>
5926
5927 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
5928 loop.
5929
779990d9
PA
59302017-10-24 Pedro Alves <palves@redhat.com>
5931
5932 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
5933 $attempt" and "stoppedtry $stoppedtry" test prefixes.
5934
ad9b8f5d
PA
59352017-10-24 Pedro Alves <palves@redhat.com>
5936
5937 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
5938 parameter and handle it. Don't output read value in test name.
5939
fee6da6e
PA
59402017-10-24 Pedro Alves <palves@redhat.com>
5941
5942 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
5943 custom test name.
5944
10389c2c
PA
59452017-10-24 Pedro Alves <palves@redhat.com>
5946
5947 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
5948 include the unstable output directory name in the test's name.
5949 (initial_setup_simple) <'set args'>: Use custom test name.
5950
a80e65a9
PA
59512017-10-24 Pedro Alves <palves@redhat.com>
5952
5953 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
5954 with explicit test name.
5955
15763a09
PA
59562017-10-20 Pedro Alves <palves@redhat.com>
5957
5958 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
5959 'wait -i'. Use gdb_assert and remote_close.
5960
49a4ce2e
AB
59612017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
5962
5963 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
5964 number from variable rather than hard-coded.
5965
a75868f5
PA
59662017-10-19 Pedro Alves <palves@redhat.com>
5967
5968 * gdb.base/long-inferior-output.c: New file.
5969 * gdb.base/long-inferior-output.exp: New file.
5970
c8ba13ad
KS
59712017-11-18 Keith Seitz <keiths@redhat.com>
5972
5973 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
5974 method.
5975 (main): Call it.
5976 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
5977 Add additional user-defined conversion operator tests.
5978
b27de576
PA
59792017-10-17 Pedro Alves <palves@redhat.com>
5980
5981 * boards/native-stdio-gdbserver.exp: Load "local-board".
5982
8484c955
PA
59832017-10-17 Pedro Alves <palves@redhat.com>
5984
5985 * gdb.base/quit-live.c: New file.
5986 * gdb.base/quit-live.exp: New file.
5987
83d5a34d
KS
59882017-10-16 Keith Seitz <keiths@redhat.com>
5989
5990 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
5991 (class_with_protected_typedef, class_with_private_typedef)
5992 (struct_with_public_typedef, struct_with_protected_typedef)
5993 (struct_with_private_typedef): New classes/structs.
5994 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
5995 typedefs and access specifiers.
5996
739b3f1d
PA
59972017-10-16 Pedro Alves <palves@redhat.com>
5998 Simon Marchi <simon.marchi@polymtl.ca>
5999
6000 * README (Local vs Remote vs Native): New section.
6001 * boards/local-board.exp: New file, with bits factored out from
6002 ...
6003 * boards/native-extended-gdbserver.exp: ... here. Load
6004 "local-board".
6005 * boards/native-gdbserver.exp: Load "local-board".
6006 (${board}_spawn, ${board}_exec): Delete.
6007 * boards/native-stdio-gdbserver.exp: Most contents factored out to
6008 ...
6009 * boards/stdio-gdbserver-base.exp: ... this new file.
6010 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
6011 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
6012 procedure.
6013 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
6014 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
6015 stdio_gdbserver_command.
6016 (${board}_get_remote_address, ${board}_get_comm_port)
6017 (${board}_download, ${board}_upload): Delete.
6018 (get_target_remote_pipe_cmd): New.
6019
fe68b953
SM
60202017-10-16 Simon Marchi <simon.marchi@ericsson.com>
6021
6022 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
6023 test_bkpt_deletion, test_bkpt_cond_and_cmds,
6024 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
6025 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
6026 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
6027 remove with_test_prefix.
6028
300b6685
PA
60292017-10-13 Pedro Alves <palves@redhat.com>
6030
6031 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
6032 * gdb.base/annota1.exp: Use it instead of is_remote.
6033 * gdb.base/annota3.exp: Use it instead of is_remote.
6034 * gdb.cp/annota2.exp: Use it instead of is_remote.
6035 * gdb.cp/annota3.exp: Use it instead of is_remote.
6036 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
6037
50500caf
PA
60382017-10-13 Pedro Alves <palves@redhat.com>
6039
6040 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
6041 (test_num_test_vars, run_and_count_vars, find_env)
6042 (test_set_unset_env, test_inherit_env_var): New procedures.
6043 (top level): Use them.
6044
dad0c6d2
PA
60452017-10-13 Pedro Alves <palves@redhat.com>
6046
6047 * lib/selftest-support.exp (selftest_setup): Extend comments, and
6048 also skip on stub-like targets.
6049
8b0553c1
PA
60502017-10-13 Pedro Alves <palves@redhat.com>
6051
6052 PR gdb/22293
6053 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
6054 (top level): Move some tests to ...
6055 (test_not_found): ... this new procedure.
6056 (top level): Call it.
6057
7594f623
PA
60582017-10-13 Pedro Alves <palves@redhat.com>
6059
6060 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
6061 expect different "info terminal" output if testing with a
6062 non-native target.
6063
ebe3b402
PA
60642017-10-13 Pedro Alves <palves@redhat.com>
6065 Simon Marchi <simon.marchi@polymtl.ca>
6066
6067 PR python/12966
6068 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
6069
42f1b161
PA
60702017-10-13 Pedro Alves <palves@redhat.com>
6071
6072 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
6073 already.
6074
8d6ef72b
PA
60752017-10-13 Pedro Alves <palves@redhat.com>
6076
6077 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
6078 is_remote.
6079
d7bcd5b8
PA
60802017-10-13 Pedro Alves <palves@redhat.com>
6081
6082 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
6083 is_remote.
6084
df479dc6
PA
60852017-10-13 Pedro Alves <palves@redhat.com>
6086
6087 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
6088 is set.
6089 (corefile_test_attach): Likewise. Check can_spawn_for_attach
6090 instead of is_remote.
6091
23fb630a
PA
60922017-10-13 Pedro Alves <palves@redhat.com>
6093
6094 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
6095 (top level): Add comment.
6096
cc77b1dc
PA
60972017-10-13 Pedro Alves <palves@redhat.com>
6098
6099 * gdb.base/remote.exp (top level): Fix comment typo and add
6100 missing return.
6101
27c9e813
PA
61022017-10-13 Pedro Alves <palves@redhat.com>
6103 Simon Marchi <simon.marchi@polymtl.ca>
6104
6105 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
6106 calls and add comments. Skip test if use_gdb_stub is set.
6107 (top level): Use "set cwd" command instead of "cd" command.
6108
5e830d98
PA
61092017-10-13 Pedro Alves <palves@redhat.com>
6110
6111 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
6112 is_remote target check.
6113
f5ca0032
PA
61142017-10-13 Pedro Alves <palves@redhat.com>
6115
6116 * gdb.base/scope.exp: Use build_executable + clean_restart +
6117 gdb_file_cmd instead of prepare_for_testing and no longer skip
6118 "before run" tests on is_remote target boards. Update comments.
6119 * boards/native-extended-gdbserver.exp
6120 (extended_gdbserver_load_last_file): New, factored out from ...
6121 (gdb_load): ... this. Move further below and add comment.
6122 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
6123
8aed1c0d
PA
61242017-10-12 Pedro Alves <palves@redhat.com>
6125
6126 * gdb.base/attach.exp: Remove references to gdb64.
6127 * gdb.base/dbx.exp: Remove references to gdb64.
6128
cfa34c87
SM
61292017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6130 Pedro Alves <palves@redhat.com>
6131
6132 * gdb.base/label.exp: Remove is_remote target check.
6133
9192b7de
PA
61342017-10-12 Pedro Alves <palves@redhat.com>
6135
6136 * gdb.base/auvx.exp (coredir): Update comment.
6137 (top level) <core_works>: Use "set cwd" command instead of "cd"
6138 command.
6139
6bf0052d
PA
61402017-10-12 Pedro Alves <palves@redhat.com>
6141 Simon Marchi <simon.marchi@polymtl.ca>
6142
6143 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
6144 target boards.
6145
e48ef82d
PA
61462017-10-12 Pedro Alves <palves@redhat.com>
6147 Simon Marchi <simon.marchi@polymtl.ca>
6148
6149 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
6150 Instead skip if there's any gdb_protocol set.
6151
8d7aea57
SM
61522017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6153 Pedro Alves <palves@redhat.com>
6154
6155 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
6156
30440677
PA
61572017-10-12 Pedro Alves <palves@redhat.com>
6158 Simon Marchi <simon.marchi@polymtl.ca>
6159
6160 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
6161 instead of on dejagnu remote boards.
6162
4e04f045 61632017-10-12 Pedro Alves <palves@redhat.com>
175654b9 6164 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
6165
6166 * gdb.base/inferior-died.exp: Remove is_remote and isnative
6167 checks. Use build_executable + clean_restart instead of
6168 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
6169 of enabling non-stop after starting gdb.
6170
871a186e
PA
61712017-10-12 Pedro Alves <palves@redhat.com>
6172
6173 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
6174 * gdb.threads/non-ldr-exc-2.exp: Ditto.
6175 * gdb.threads/non-ldr-exc-3.exp: Ditto.
6176 * gdb.threads/non-ldr-exc-4.exp: Ditto.
6177
56d704da
AK
61782017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
6179
6180 * gdb.arch/arc-tdesc-cpu.exp: New file.
6181 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
6182
2f20e312
SM
61832017-10-10 Simon Marchi <simon.marchi@ericsson.com>
6184
6185 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
6186
65630365
PA
61872017-10-10 Pedro Alves <palves@redhat.com>
6188
6189 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
6190 expect CLI output.
6191
bf469271
PA
61922017-10-10 Pedro Alves <palves@redhat.com>
6193
6194 * lib/selftest-support.exp (selftest_setup): Update for
6195 captured_command_loop's prototype change.
6196
777a42f1
PA
61972017-10-09 Pedro Alves <palves@redhat.com>
6198
6199 Test both arch1=>arch2 and arch2=>arch1.
6200
6201 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
6202 (srcfile2, binfile2, march1, march2): Remove globals. Largely
6203 factored out to...
6204 (append_arch1_options, append_arch2_options, append_arch_options)
6205 (build_executables): New procedures.
6206 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
6207 local.
6208 (top level): Add new 'first_arch' testing axis.
6209
cbd2b4e3
PA
62102017-10-09 Pedro Alves <palves@redhat.com>
6211
6212 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
6213 (barrier): New.
6214 (thread_start, all_started): New functions.
6215 (main): Spawn new thread and wait until it is scheduled.
6216 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
6217 option.
6218 (do_test): Add 'selected_thread' parameter. Run to all_started
6219 instead of main. Explicitly set the breakpoint at main. Switch
6220 to the SELECTED_THREAD thread.
6221 (top level): Test handling the exec event with either the main
6222 thread or the second thread selected.
6223
5c9e4427
PA
62242017-10-09 Pedro Alves <palves@redhat.com>
6225
6226 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
6227 logic. Move STOP marker after the value checks.
6228 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
6229 regexp.
6230
b3b7c423
SL
62312017-10-06 Sandra Loosemore <sandra@codesourcery.com>
6232
6233 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
6234
3b4b2f16
UW
62352017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
6236
6237 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
6238 integer-to-dfp conversion.
6239 * gdb.base/dfp-test.exp: Likewise.
6240
5cd63fda
PA
62412017-10-04 Pedro Alves <palves@redhat.com>
6242
6243 * gdb.multi/hangout.c: Include <unistd.h>.
6244 (hangout_loop): New function.
6245 (main): Call alarm. Call hangout_loop in a loop.
6246 * gdb.multi/hello.c: Include <unistd.h>.
6247 (hello_loop): New function.
6248 (main): Call alarm. Call hangout_loop in a loop.
6249 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
6250 inferior with the other selected.
6251
4c71c105
SM
62522017-10-04 Simon Marchi <simon.marchi@ericsson.com>
6253
6254 * gdb.mi/list-thread-groups-available.exp: New file.
6255 * gdb.mi/list-thread-groups-available.c: New file.
6256
bc3b087d
SDJ
62572017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6258
6259 * gdb.base/set-cwd.exp: Make it available on
6260 native-extended-gdbserver.
6261
d092c5a2
SDJ
62622017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6263
6264 * gdb.base/set-cwd.c: New file.
6265 * gdb.base/set-cwd.exp: Likewise.
6266
45320ffa
TT
62672017-10-02 Tom Tromey <tom@tromey.com>
6268
6269 PR rust/22236:
6270 * gdb.rust/simple.rs (main): New variable "fslice".
6271 * gdb.rust/simple.exp: Add slice tests. Update string tests.
6272
b3e3859b
TT
62732017-10-02 Tom Tromey <tom@tromey.com>
6274
6275 * gdb.rust/simple.exp: Test ptype of a slice.
6276
01af5e0d
TT
62772017-10-02 Tom Tromey <tom@tromey.com>
6278
6279 * gdb.rust/simple.exp: Test index of slice.
6280
a9bbfbd8
TT
62812017-09-27 Tom Tromey <tom@tromey.com>
6282
6283 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
6284
df8899e5
TP
62852017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
6286 Pedro Alves <palves@redhat.com>
6287
6288 * gdb.base/compare-sections.exp (get value of read-only section): Read
6289 as unsigned value.
6290 (corrupt read-only section): Likewise and don't set written if patching
6291 failed.
6292
757bf54b
KB
62932017-09-21 Kevin Buettner <kevinb@redhat.com>
6294
6295 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
6296 files.
6297
06871ae8
PA
62982017-09-20 Pedro Alves <palves@redhat.com>
6299
6300 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
6301 symbol names in gdb's output.
6302 * gdb.cp/overload.exp ("list all overloads"): Likewise.
6303
e5f25bc5
PA
63042017-09-20 Pedro Alves <palves@redhat.com>
6305
6306 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
6307 Rename to ...
6308 (test_list_ambiguous_symbol): ... this and add a symbol name
6309 parameter. Adjust.
6310 (test_list_ambiguous_function): Reimplement on top of
6311 test_list_ambiguous_symbol and also test listing ambiguous
6312 variables.
6313 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
6314 (ambiguous_fun): ... this.
6315 (ambiguous_var): New.
6316 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
6317 (ambiguous_fun): ... this.
6318 (ambiguous_var): New.
6319
4e5a4f58
JB
63202017-09-19 John Baldwin <jhb@FreeBSD.org>
6321
6322 * gdb.base/starti.c: New file.
6323 * gdb.base/starti.exp: New file.
6324 * lib/gdb.exp (gdb_starti_cmd): New procedure.
6325
26e53f3e
PA
63262017-09-14 Pedro Alves <palves@redhat.com>
6327
6328 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
6329 (top level): Use it instead of runto.
6330
cb791d59
TT
63312017-09-11 Tom Tromey <tom@tromey.com>
6332
6333 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
6334
7c96f8c1
TT
63352017-09-11 Tom Tromey <tom@tromey.com>
6336
6337 * gdb.python/py-infthread.exp: Add tests for new_thread event.
6338 * gdb.python/py-inferior.exp: Add tests for new inferior events.
6339
469412dd
CW
63402017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
6341
6342 * gdb.fortran/printing-types.exp: New file.
6343 * gdb.fortran/printing-types.exp: New file.
6344
e0f86435
BH
63452017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6346
6347 * gdb.fortran/vla-ptype.exp: Fix typos.
6348 * gdb.fortran/vla-value.exp: Same.
6349
9e9af4be
BH
63502017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6351
6352 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
6353 * gdb.mi/mi-var-child-f.exp: Likewise.
6354 * gdb.mi/mi-vla-fortran.exp: Likewise.
6355
a5ad232b 63562017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
6357 Christoph Weinmann <christoph.t.weinmann@intel.com>
6358 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
6359
6360 * gdb.fortran/ptr-indentation.f90: New file.
6361 * gdb.fortran/ptr-indentation.exp: New file.
6362
5aec60eb
TT
63632017-09-05 Tom Tromey <tom@tromey.com>
6364
6365 PR gdb/22010:
6366 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
6367
8f8f8152
TP
63682017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
6369
6370 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
6371
fbd1b771
JK
63722017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6373
6374 * gdb.threads/tls-nodebug-pie.c: New file.
6375 * gdb.threads/tls-nodebug-pie.exp: New file.
6376
5eb5f850
TT
63772017-09-05 Tom Tromey <tom@tromey.com>
6378
6379 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
6380 for rust.
6381
ae780a21
SM
63822017-09-05 Simon Marchi <simon.marchi@ericsson.com>
6383
6384 * gdb.multi/multi-arch-exec.exp: Test with different
6385 "follow-exec-mode" settings.
6386 (do_test): New procedure.
6387
3693fdb3
PA
63882017-09-04 Pedro Alves <palves@redhat.com>
6389
6390 * gdb.base/func-static.c (S::method const, S::method volatile)
6391 (S::method volatile const): New methods.
6392 (c_s, v_s, cv_s): New instances.
6393 (main): Call method() on them.
6394 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
6395 (cannot_resolve): New procedure.
6396 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
6397 print-quote-unquoted columns.
6398 (do_test): Test printing each scope too.
6399
e68cb8e0
PA
64002017-09-04 Pedro Alves <palves@redhat.com>
6401
6402 * gdb.base/local-static.exp: Also test with
6403 class::method::variable wholly quoted.
6404 * gdb.cp/m-static.exp (class::method::variable): Remove test.
6405
858be34c
PA
64062017-09-04 Pedro Alves <palves@redhat.com>
6407
6408 * gdb.base/local-static.c: New.
6409 * gdb.base/local-static.cc: New.
6410 * gdb.base/local-static.exp: New.
6411
46a4882b
PA
64122017-09-04 Pedro Alves <palves@redhat.com>
6413
6414 * gdb.asm/asm-source.exp: Add casts to int.
6415 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
6416 (dataglobal64_1, dataglobal64_2): New globals.
6417 * gdb.base/nodebug.exp: Test different expressions involving the
6418 new globals, with print, whatis and ptype. Add casts to int.
6419 * gdb.base/solib-display.exp: Add casts to int.
6420 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
6421 * gdb.cp/m-static.exp: Add cast to int.
6422 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
6423 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
6424 tls variable with no debug info without a cast. Test with a cast
6425 to int too.
6426 * gdb.trace/entry-values.exp: Add casts.
6427
2c5a2be1
PA
64282017-09-04 Pedro Alves <palves@redhat.com>
6429
6430 * gdb.base/nodebug.exp: Test that ptype's error about functions
6431 with unknown return type includes the function name too.
6432
7022349d
PA
64332017-09-04 Pedro Alves <palves@redhat.com>
6434
6435 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
6436 return type of munmap in infcall.
6437 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
6438 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
6439 type of ftell in infcall.
6440 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
6441 type of getpid in infcall.
6442 * gdb.base/infcall-exec.exp: Cast return type of execlp in
6443 infcall.
6444 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
6445 Bail on failure to extract the pid.
6446 * gdb.base/nodebug.c: #include <stdint.h>.
6447 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
6448 New functions.
6449 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
6450 Change expected output of print/whatis/ptype with functions with
6451 no debug info. Test all supported languages. Call
6452 test_call_promotion.
6453 * gdb.compile/compile.exp: Adjust expected output to expect
6454 warning.
6455 * gdb.threads/siginfo-threads.exp: Likewise.
6456
54990598
PA
64572017-09-04 Pedro Alves <palves@redhat.com>
6458
6459 * gdb.base/callfuncs.exp (do_function_calls): New parameter
6460 "prototypes". Test calling float functions via prototyped and
6461 unprototyped function pointers.
6462 (perform_all_tests): New parameter "prototypes". Pass it down.
6463 (top level): Pass down "prototypes" parameter to
6464 perform_all_tests.
6465
34d16ea2
SM
64662017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6467
6468 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
6469 Test with nested loops.
6470
9521ecda
SM
64712017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6472
6473 * gdb.base/commands.exp: Call the new procedures.
6474 (loop_break_test, loop_continue_test): New procedures.
6475
80a65e9b
SM
64762017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6477
6478 * gdb.base/commands.exp: Call new procedure.
6479 (define_if_without_arg_test): New procedure.
6480
e439fa14
PA
64812017-09-04 Pedro Alves <palves@redhat.com>
6482
6483 * gdb.base/list-ambiguous.exp: New file.
6484 * gdb.base/list-ambiguous0.c: New file.
6485 * gdb.base/list-ambiguous1.c: New file.
6486 * gdb.base/list.exp (test_list_range): Adjust expected output.
6487
0a2dde4a
SDJ
64882017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
6489
6490 * gdb.base/share-env-with-gdbserver.c: New file.
6491 * gdb.base/share-env-with-gdbserver.exp: Likewise.
6492
5e89eb3a
SM
64932017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6494
6495 * gdb.base/commands.exp (gdbvar_simple_if_test,
6496 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
6497 progvar_simple_if_test, progvar_simple_while_test,
6498 progvar_complex_if_while_test, user_defined_command_test,
6499 user_defined_command_args_eval,
6500 user_defined_command_args_stack_test,
6501 user_defined_command_manyargs_test, bp_deleted_in_command_test,
6502 temporary_breakpoint_commands,
6503 gdb_test_no_prompt, redefine_hook_test,
6504 redefine_backtrace_test): Remove "global gdb_prompt".
6505
fd437cbc
SM
65062017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6507
6508 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
6509 New proc, call it from toplevel.
6510
87215ad1
SDJ
65112017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
6512
6513 PR remote/21852
6514 * gdb.server/normal.c: New file, copied from gdb.base.
6515 * gdb.server/run-without-local-binary.exp: New file.
6516
58afddc6
WP
65172017-08-07 Weimin Pan <weimin.pan@oracle.com>
6518
6519 * gdb.arch/sparc64-adi.exp: New file.
6520 * gdb.arch/sparc64-adi.c: New file.
6521
5277199a
PA
65222017-08-22 Pedro Alves <palves@redhat.com>
6523
6524 * gdb.cp/overload.exp (line_range_pattern): New procedure.
6525 (top level): Add "list all overloads" tests.
6526
14278e1f
TT
65272017-08-22 Tom Tromey <tom@tromey.com>
6528
6529 * gdb.gdb/xfullpath.exp: Remove.
6530
bf223d3e
PA
65312017-08-21 Pedro Alves <palves@redhat.com>
6532
6533 PR gdb/19487
6534 * gdb.base/symbol-alias.c: New.
6535 * gdb.base/symbol-alias2.c: New.
6536 * gdb.base/symbol-alias.exp: New.
6537
c973d0aa
PA
65382017-08-21 Pedro Alves <palves@redhat.com>
6539
6540 * gdb.base/dfp-test.c
6541 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
6542 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
6543 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
6544 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
6545 * gdb.base/whatis-ptype-typedefs.c: New.
6546 * gdb.base/whatis-ptype-typedefs.exp: New.
6547 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
6548 (an_int, an_int_type, an_int_type2): New globals.
6549 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
6550 involving typedefs and cast expressions.
6551 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
6552 (lookup_typedefs_function): New.
6553 (typedefs_pretty_printers_dict): New.
6554 (top level): Register lookup_typedefs_function in
6555 gdb.pretty_printers.
6556
6d580b63
YQ
65572017-08-18 Yao Qi <yao.qi@linaro.org>
6558
6559 * gdb.server/unittest.exp: New.
6560
206726fb
SDJ
65612017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
6562
6563 PR gdb/21954
6564 * gdb.base/environ.exp: Add test to check if 'unset environment'
6565 works.
6566
bf0ec4c2
AA
65672017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6568
6569 * lib/gdb.exp (universal_compile_options): New caching proc.
6570 (gdb_compile): Suppress GCC's coloring of messages.
6571
d6382fff
TT
65722017-08-14 Tom Tromey <tom@tromey.com>
6573
6574 PR gdb/21675:
6575 * gdb.base/printcmds.exp (test_radices): New function.
6576 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
6577 * gdb.base/sizeof.exp (check_valueof): Use p/d.
6578 * lib/gdb.exp (get_integer_valueof): Use p/d.
6579
c2c2dd9f
SM
65802017-08-12 Simon Marchi <simon.marchi@ericsson.com>
6581
6582 * lib/gdb.exp (get_valueof): Don't capture end-of-line
6583 characters.
6584
fdffd6f4
TT
65852017-08-05 Tom Tromey <tom@tromey.com>
6586
6587 * gdb.rust/simple.exp: Allow String to appear in a different
6588 namespace.
6589
27d41eac
YQ
65902017-07-26 Yao Qi <yao.qi@linaro.org>
6591
6592 * gdb.gdb/unittest.exp: Invoke command
6593 "maintenance check xml-descriptions".
6594
031ed05d
AA
65952017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6596
6597 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
6598 calling context.
6599 (hex128): Drop erroneous calculation of parameters.
6600
dcd27ddf
SM
66012017-07-22 Simon Marchi <simon.marchi@ericsson.com>
6602
6603 * gdb.python/py-unwind.exp: Disable stack protection when
6604 building test file.
6605
47e77640
PA
66062017-07-20 Pedro Alves <palves@redhat.com>
6607
6608 * gdb.base/default.exp (set language): Adjust expected output.
6609
62d2a18a
PA
66102017-07-20 Pedro Alves <palves@redhat.com>
6611
6612 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
6613 (test_minsym): ... this, and make static.
6614 (get_pck__foo__bar__minsym): Rename to ...
6615 (get_test_minsym): ... this.
6616 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
6617 symbol names and comments.
6618 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
6619 (get_test_minsym): ... this.
6620 (pck__foo__bar__minsym__2): Rename to ...
6621 (test_minsym): ... this.
6622 (main): Adjust.
6623
c45ec17c
PA
66242017-07-17 Pedro Alves <palves@redhat.com>
6625
6626 * gdb.base/completion.exp: Adjust expected output.
6627 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
6628 the completer works.
6629
c6756f62
PA
66302017-07-17 Pedro Alves <palves@redhat.com>
6631
6632 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
6633
5bd68487
AB
66342017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
6635
6636 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
6637
8880f2a9
TT
66382017-07-14 Tom Tromey <tom@tromey.com>
6639
6640 PR rust/21764:
6641 * gdb.rust/simple.exp: Add tests.
6642
65547233
TT
66432017-07-14 Tom Tromey <tom@tromey.com>
6644
6645 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
6646
8f14146e
PA
66472017-07-14 Pedro Alves <palves@redhat.com>
6648
6649 * gdb.linespec/base/one/thefile.cc (z1): New function.
6650 * gdb.linespec/base/two/thefile.cc (z2): New function.
6651 * gdb.linespec/linespec.exp: Add tests.
6652
b4365d02
AB
66532017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6654
6655 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
6656 to mi_create_breakpoint.
6657
5d2cbaa5
AB
66582017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6659
6660 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
6661 mi_create_breakpoint.
6662
11cb5716
IB
66632017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
6664
6665 * gdb.dlang/demangle.exp: Update for demangling changes.
6666
03278692
TT
66672017-07-09 Tom Tromey <tom@tromey.com>
6668
6669 * gdb.dwarf2/shortpiece.exp: New file.
6670
33c5cd75
DB
66712017-07-06 David Blaikie <dblaikie@gmail.com>
6672
6673 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
6674 built from fissiont-multi-cu{1,2}.c.
6675 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
6676 except putting 'main' and 'func' in separate CUs in the same DWO file.
6677 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
6678 test.
6679 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
6680 test.
6681
8455d262
PA
66822017-07-06 Pedro Alves <palves@redhat.com>
6683
6684 * gdb.python/py-unwind.exp: Test flushregs.
6685
dc4bde35
SDJ
66862017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6687
6688 PR cli/21688
6689 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
6690 tests for alias commands and trailing whitespace.
6691
51ed89aa
SDJ
66922017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6693
6694 PR cli/21688
6695 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
6696 procedure. Call it.
6697
eb17d413
PA
66982017-06-29 Pedro Alves <palves@redhat.com>
6699
6700 * gdb.base/printcmds.exp: Add tests.
6701
41664b45
DG
67022017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
6703
6704 PR gdb/21337
6705 * gdb.base/reread-readsym.exp: New file.
6706 * gdb.base/reread-readsym.c: New file.
6707
75312ae3
KB
67082017-06-21 Kevin Buettner <kevinb@redhat.com>
6709
6710 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
6711 subpattern.
6712
66953522
PB
67132017-06-19 Peter Bergner <bergner@vnet.ibm.com>
6714
6715 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
6716 extended mnemonic.
6717 * gdb.arch/powerpc-power9.s: Likewise.
6718
5524b525
AA
67192017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6720
6721 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
6722 on 32-bit x86 targets. Exploit is_*_target macros where
6723 appropriate.
6724
03c8af18
AA
67252017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6726
6727 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
6728 register pieces.
6729
3bf31011
AA
67302017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6731
6732 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
6733 located in one or more DWARF pieces.
6734
805acca0
AA
67352017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6736
6737 * lib/gdb.exp (get_endianness): New proc.
6738 * gdb.arch/aarch64-fp.exp: Use it.
6739 * gdb.arch/altivec-regs.exp: Likewise.
6740 * gdb.arch/e500-regs.exp: Likewise.
6741 * gdb.arch/vsx-regs.exp: Likewise.
6742 * gdb.base/dump.exp: Likewise.
6743 * gdb.base/funcargs.exp: Likewise.
6744 * gdb.base/gnu_vector.exp: Likewise.
6745 * gdb.dwarf2/formdata16.exp: Likewise.
6746 * gdb.dwarf2/implptrpiece.exp: Likewise.
6747 * gdb.dwarf2/nonvar-access.exp: Likewise.
6748 * gdb.python/py-inferior.exp: Likewise.
6749 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6750
e9352324
AA
67512017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6752
6753 PR gdb/21226
6754 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
6755 stack value pieces are taken from the LSB end.
6756
d5d1163e
AA
67572017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6758
6759 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
6760 variable at nonzero offset.
6761
0567c986
AA
67622017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6763
6764 * gdb.dwarf2/var-access.c: New file.
6765 * gdb.dwarf2/var-access.exp: New test.
6766 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
6767
973e9aab
TT
67682017-06-12 Tom Tromey <tom@tromey.com>
6769
6770 * gdb.dwarf2/formdata16.exp: Add tests.
6771
d9109c80
TT
67722017-06-12 Tom Tromey <tom@tromey.com>
6773
6774 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
6775
30a25466
TT
67762017-06-12 Tom Tromey <tom@tromey.com>
6777
6778 PR exp/16225:
6779 * gdb.reverse/i386-sse-reverse.exp: Update tests.
6780 * gdb.arch/vsx-regs.exp: Update tests.
6781 * gdb.arch/s390-vregs.exp (hex128): New proc.
6782 Update test.
6783 * gdb.arch/altivec-regs.exp: Update tests.
6784
aefd8b33
SDJ
67852017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6786
6787 * gdb.base/startup-with-shell.c: New file.
6788 * gdb.base/startup-with-shell.exp: Likewise.
6789
2090129c
SDJ
67902017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6791
6792 * gdb.server/non-existing-program.exp: Update regex in order to
6793 reflect the fact that gdbserver is now using fork_inferior (with a
6794 shell) to startup the inferior.
6795
8e86a419
SM
67962017-05-30 Simon Marchi <simon.marchi@ericsson.com>
6797
6798 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
6799 support function calls from GDB.
6800
e6cf65f2
TT
68012017-05-21 Tom Tromey <tom@tromey.com>
6802
6803 PR rust/21466:
6804 * gdb.rust/unsized.exp: New file.
6805 * gdb.rust/unsized.rs: New file.
6806
43cc5389
TT
68072017-05-19 Tom Tromey <tom@tromey.com>
6808
6809 PR rust/21484:
6810 * gdb.rust/watch.exp: New file.
6811 * gdb.rust/watch.rs: New file.
6812
ec8df234
TT
68132017-05-18 Tom Tromey <tom@tromey.com>
6814
6815 * gdb.rust/simple.exp: Allow Box to be qualified.
6816
3e3e7fae
TP
68172017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
6818
6819 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
6820
59cc050d
PA
68212017-05-18 Pedro Alves <palves@redhat.com>
6822
6823 * gdb.base/fileio.c (test_write, test_read, test_close)
6824 (test_fstat): Don't print 'ret' in the fail path.
6825
c8f6abd1
PA
68262017-05-18 Pedro Alves <palves@redhat.com>
6827
6828 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
6829 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
6830 (test_system, test_rename, test_unlink, test_time): Change
6831 prototypes.
6832 * gdb.base/fileio.exp (stop_msg): Adjust.
6833
d2a03b77
PA
68342017-05-18 Pedro Alves <palves@redhat.com>
6835
6836 * gdb.base/fileio.c (null_str): New global.
6837 (test_stat): Use it.
6838 * gdb.base/fileio.exp: Remove nowarnings.
6839
0d5c6999
YQ
68402017-05-17 Yao Qi <yao.qi@linaro.org>
6841
6842 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
6843
21873064
YQ
68442017-05-17 Simon Marchi <simon.marchi@ericsson.com>
6845
6846 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
6847 argument command.
6848 (top-level): Invoke test_set_inferior_tty.
6849
d512d31c
PA
68502017-05-04 Pedro Alves <palves@redhat.com>
6851
6852 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
6853 Add parens to print call for Python 3.
6854
90cef2ed
KS
68552017-05-03 Keith Seitz <keiths@redhat.com>
6856
6857 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
6858 (main): Call it.
6859
14f819c8
TW
68602017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6861
6862 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
6863 to prev and next.
6864
913aeadd
TW
68652017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6866
6867 * gdb.python/py-record-btrace.exp: Remove test for
6868 gdb.BtraceInstruction.error.
6869
a3be24ad
TW
68702017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6871
6872 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
6873
ae20e79a
TW
68742017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6875
6876 * gdb.python/py-record-btrace-threads.c: New file.
6877 * gdb.python/py-record-btrace-threads.exp: New file.
6878
45ce1b47
SDJ
68792017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
6880
6881 PR testsuite/8595
6882 * gdb.base/environ.exp: Make test available in all architectures.
6883 Move bits related to "info program" testing to
6884 gdb.base/info-program.exp. Rewrite tests to use the two new
6885 procedures mentione below.
6886 (test_set_show_env_var) New procedure.
6887 (test_set_show_env_var_equal): Likewise.
6888 * gdb.base/info-program.exp: New file.
6889
e15c3eb4
KS
68902017-04-27 Keith Seitz <keiths@redhat.com>
6891
6892 * gdb.cp/oranking.cc (test15): New function.
6893 (main): Call test15 and declare additional variables for testing.
6894 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
6895 "p foo101('abc')" tests.
6896 Add tests for cv qualifier overloads.
6897 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
6898 "lvalue reference overload" test.
6899 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
6900 "print value of f1 on Child&& in f2" test.
6901
3a3fd0fd
PA
69022017-04-19 Pedro Alves <palves@redhat.com>
6903
6904 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
6905 procedure.
6906 (top level): Call it.
6907 * lib/gdb.exp (gdb_define_cmd): New procedure.
6908
53375380
PA
69092017-04-12 Pedro Alves <palves@redhat.com>
6910
6911 PR gdb/21323
6912 * gdb.cp/wide_char_types.c: Include <wchar.h>.
6913 (wchar): New global.
6914 * gdb.cp/wide_char_types.exp (wide_char_types_program)
6915 (do_test_wide_char, wide_char_types_no_program, top level): Add
6916 wchar_t testing.
6917
53e710ac
PA
69182017-04-12 Pedro Alves <palves@redhat.com>
6919
6920 PR c++/21323
6921 * gdb.cp/wide_char_types.c: New file.
6922 * gdb.cp/wide_char_types.exp: New file.
6923
0ad9d8c7
SDJ
69242017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
6925
6926 PR gdb/21352
6927 * gdb.trace/tsv.exp: Add test for "tsave -r".
6928
b1b45502
IB
69292017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
6930
6931 * gdb.dlang/watch-loc.c: New file.
6932 * gdb.dlang/watch-loc.exp: New file.
6933
ec13808e
JK
69342017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6935
6936 * gdb.python/py-section-script.exp (sepdebug): New testcases.
6937
fe5f7374
AK
69382017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6939
6940 * gdb.arch/arc-analyze-prologue.S: New file.
6941 * gdb.arch/arc-analyze-prologue.exp: Likewise.
6942
eea78757
AK
69432017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6944
6945 * gdb.arch/arc-decode-insn.S: New file.
6946 * gdb.arch/arc-decode-insn.exp: Likewise.
6947
5badf10a
IR
69482017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
6949
6950 PR tdep/20928
6951 * gdb.arch/sparc64-regs.exp: New file.
6952 * gdb.arch/sparc64-regs.S: Likewise.
6953
cee59b3f
TW
69542017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
6955
6956 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
6957 and memory view on Python 3.
6958
c0f55cc6
AV
69592017-03-20 Artemiy Volkov <artemiyv@acm.org>
6960 Keith Seitz <keiths@redhat.com>
6961
6962 PR gdb/14441
6963 * gdb.cp/demangle.exp: Add rvalue reference tests.
6964 * gdb.cp/rvalue-ref-casts.cc: New file.
6965 * gdb.cp/rvalue-ref-casts.exp: New file.
6966 * gdb.cp/rvalue-ref-overload.cc: New file.
6967 * gdb.cp/rvalue-ref-overload.exp: New file.
6968 * gdb.cp/rvalue-ref-params.cc: New file.
6969 * gdb.cp/rvalue-ref-params.exp: New file.
6970 * gdb.cp/rvalue-ref-sizeof.cc: New file.
6971 * gdb.cp/rvalue-ref-sizeof.exp: New file.
6972 * gdb.cp/rvalue-ref-types.cc: New file.
6973 * gdb.cp/rvalue-ref-types.exp: New file.
6974 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
6975 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
6976
51457a05
MAL
69772017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6978
6979 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
6980 New procedure.
6981
5b291c04
MAL
69822017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6983
6984 * lib/mi-support.exp (mi_gdb_test): Add additional message
6985 for unexpected output.
6986
59a56148
AA
69872017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
6988
6989 * gdb.base/examine-backward.c (Barrier): New character array
6990 constant, to ensure that TestStrings is preceded by a string
6991 terminator.
6992
7942e96e
AA
69932017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6994
6995 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
6996 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
6997 and implicit pointer into such a location.
6998
6ebac3fb
DE
69992017-03-16 Doug Evans <dje@google.com>
7000
7001 * gdb.python/py-lazy-string (pointer): Really add new typedef.
7002
ec3b243d
TP
70032017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
7004
7005 * gdb.cp/m-static.exp: Fix expectation for prototype of
7006 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
7007
70082017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
7009
7010 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
7011 * gdb.guile/scm-lazy-string.c: New file.
7012 * gdb.guile/scm-value.exp: Move lazy string tests to ...
7013 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
7014 for pointer, array, typedef lazy strings.
7015
2cc36e25 70162017-03-16 Doug Evans <dje@google.com>
34b43320
DE
7017
7018 PR python/17728, python/18439, python/18779
7019 * gdb.python/py-value.c (main) Delete locals sptr, sn.
7020 * gdb.python/py-lazy-string.c (pointer): New typedef.
7021 (main): New locals ptr, array, typedef_ptr.
7022 * gdb.python/py-value.exp: Move lazy string tests to ...
7023 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
7024 array, typedef lazy strings.
ec3b243d 7025
0efcde63
AK
70262017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
7027
7028 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
7029 Add optional 'test' parameter.
7030
7978d7c3
SM
70312017-03-13 Simon Marchi <simon.marchi@ericsson.com>
7032
7033 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
7034 Skip for versions of DejaGnu < 1.5.
7035
896c0c1e
SM
70362017-03-13 Simon Marchi <simon.marchi@ericsson.com>
7037
7038 * lib/gdb.exp (dejagnu_version): New proc.
7039 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
7040 Use dejagnu_version.
7041
5f4d1085
KS
70422017-03-10 Keith Seitz <keiths@redhat.com>
7043
7044 PR c++/8128
7045 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
7046 type from destructor regexps.
7047 Add a branch which actually passes the test.
7048 Adjust "ptype t5i" test names.
7049
1de05205
PA
70502017-03-08 Pedro Alves <palves@redhat.com>
7051
7052 * gdb.base/step-over-exit.exp: Add explicit test message.
7053
c65d6b55
PA
70542017-03-08 Pedro Alves <palves@redhat.com>
7055
7056 PR gdb/18360
7057 * gdb.threads/interrupt-while-step-over.c: New file.
7058 * gdb.threads/interrupt-while-step-over.exp: New file.
7059
2e86a283
PA
70602017-03-08 Pedro Alves <palves@redhat.com>
7061
7062 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
7063 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
7064
25dcbff6
PA
70652017-03-08 Pedro Alves <palves@redhat.com>
7066
7067 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
7068 PKRU as not supported as a PASS.
7069
dc9366eb
PA
70702017-03-08 Pedro Alves <palves@redhat.com>
7071
7072 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
7073 prefix instead of $binfile1/$binfile2.
7074 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
7075 in test message.
7076 * gdb.python/py-completion.exp: Use "load python file" as test
7077 messages instead of unstable path names.
7078
6e5d74e7
PA
70792017-03-08 Pedro Alves <palves@redhat.com>
7080 Jan Kratochvil <jan.kratochvil@redhat.com>
7081
7082 PR cli/21218
7083 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
7084 New proc.
7085 (top level): Call it.
7086
9753a2f6
PA
70872017-03-08 Pedro Alves <palves@redhat.com>
7088
7089 PR tui/21216
7090 * gdb.tui/tui-nl-filtered-output.exp: New file.
7091
1a4dd9dd
PA
70922017-03-08 Pedro Alves <palves@redhat.com>
7093
7094 * gdb.base/completion.exp: Move TUI completion tests to ...
7095 * gdb.tui/completion.exp: ... this new file.
7096
7cbbff33
PA
70972017-03-08 Pedro Alves <palves@redhat.com>
7098
7099 * gdb.base/tui-disasm-long-lines.c,
7100 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
7101 gdb.base/tui-layout.exp: Move to ...
7102 * gdb.tui/: ... this new directory.
7103
5f6fd321
PA
71042017-03-07 Pedro Alves <palves@redhat.com>
7105
7106 * gdb.base/tui-layout.c: New file.
7107 * gdb.base/tui-layout.exp: New file.
7108
44959fa8
PA
71092017-03-07 Pedro Alves <palves@redhat.com>
7110
7111 * gdb.base/tui-layout.c: Rename to ...
7112 * gdb.base/tui-disasm-long-lines.c: ... this.
7113 * gdb.base/tui-layout.exp: Rename to ...
7114 * gdb.base/tui-disasm-long-lines.exp: ... this.
7115
f8c4e718
PA
71162017-03-07 Pedro Alves <palves@redhat.com>
7117
7118 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
7119
6dbb839a 71202017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
7121
7122 * i386-mpx-call.c: New file.
7123 * i386-mpx-call.exp: New file.
7124
65b48a81
PB
71252017-02-28 Peter Bergner <bergner@vnet.ibm.com>
7126
7127 * gdb.arch/powerpc-power.exp: Delete test.
7128 * gdb.arch/powerpc-power.s: Likewise.
7129 * gdb.disasm/disassembler-options.exp: New test.
7130 * gdb.arch/powerpc-altivec.exp: Likewise.
7131 * gdb.arch/powerpc-altivec.s: Likewise.
7132 * gdb.arch/powerpc-altivec2.exp: Likewise.
7133 * gdb.arch/powerpc-altivec2.s: Likewise.
7134 * gdb.arch/powerpc-altivec3.exp: Likewise.
7135 * gdb.arch/powerpc-altivec3.s: Likewise.
7136 * gdb.arch/powerpc-power7.exp: Likewise.
7137 * gdb.arch/powerpc-power7.s: Likewise.
7138 * gdb.arch/powerpc-power8.exp: Likewise.
7139 * gdb.arch/powerpc-power8.s: Likewise.
7140 * gdb.arch/powerpc-power9.exp: Likewise.
7141 * gdb.arch/powerpc-power9.s: Likewise.
7142 * gdb.arch/powerpc-vsx.exp: Likewise.
7143 * gdb.arch/powerpc-vsx.s: Likewise.
7144 * gdb.arch/powerpc-vsx2.exp: Likewise.
7145 * gdb.arch/powerpc-vsx2.s: Likewise.
7146 * gdb.arch/powerpc-vsx3.exp: Likewise.
7147 * gdb.arch/powerpc-vsx3.s: Likewise.
7148 * gdb.arch/arm-disassembler-options.exp: Likewise.
7149 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
7150 * gdb.arch/s390-disassembler-options.exp: Likewise.
7151
17cd4947
LM
71522017-02-23 Luis Machado <lgustavo@codesourcery.com>
7153
7154 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
7155 (check_supported_features): ... this. Changed return type to void.
7156 (supports_rdseed): New static global.
7157 (rdseed): Check supports_rdseed.
7158 (initialize): Call check_supported_features.
7159
2039d74e
EBM
71602017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7161
7162 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
7163 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
7164 and lqarx/stqcx.
7165 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
7166 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
7167
a51d7ecf
EBM
71682017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7169
7170 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
7171 uppercase.
7172
0224619f
JK
71732017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7174
7175 * gdb.dwarf2/formdata16.c: New file.
7176 * gdb.dwarf2/formdata16.exp: New file.
7177 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
7178
216f72a1
JK
71792017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7180
7181 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
7182 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
7183 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
7184 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
7185 DW_AT_GNU_*.
7186
43988095
JK
71872017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7188
7189 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
7190
99e8a4f9
SDJ
71912017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
7192
7193 PR gdb/21164
7194 * gdb.base/maint.exp: Add testcases for when the commands do
7195 not have arguments.
7196
b58a8c0c
TP
71972017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
7198
7199 * gdb.cp/chained-calls.exp: Use p instead of P.
7200
4e746bb6
TW
72012017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
7202
7203 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
7204 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
7205
3f77c769
TT
72062017-02-14 Tom Tromey <tom@tromey.com>
7207
7208 PR python/13598:
7209 * gdb.python/py-events.exp: Add before_prompt event tests.
7210
075beec0
AA
72112017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7212
7213 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
7214
bf5f525c
LM
72152017-02-13 Luis Machado <lgustavo@codesourcery.com>
7216
7217 * gdb.linespec/explicit.c (my_unique_function_name): New function.
7218 (main): Call my_unique_function_name.
7219 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
7220 completion of patterns with a single match.
7221 Add missing -re switches to gdb_test_multiple calls.
7222
13a66184
LM
72232017-02-13 Luis Machado <lgustavo@codesourcery.com>
7224
7225 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
7226 return if core file is not recognized.
7227
26a06916
SM
72282017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7229
7230 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
7231 and extra UIs.
7232
b761ca9e
SM
72332017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7234
7235 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
7236 proc_with_prefix.
7237
b964bee0
TT
72382017-02-10 Tom Tromey <tom@tromey.com>
7239
7240 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
7241
18da0c51
MG
72422017-02-10 Martin Galvan <martingalvan@sourceware.org>
7243
7244 PR gdb/21122
7245 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
7246
604c4576
JG
72472017-02-08 Jerome Guitton <guitton@adacore.com>
7248
7249 * gdb.base/define.exp: Add test for command abbreviations
7250 in define.
7251
20b477a7
LM
72522017-02-06 Luis Machado <lgustavo@codesourcery.com>
7253
7254 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
7255 * gdb.reverse/insn-reverse-x86.c: New file.
7256
3f7b46f2
IR
72572017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
7258
7259 PR tdep/20936
7260 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
7261
f0fd41c1
TT
72622017-02-03 Tom Tromey <tom@tromey.com>
7263
7264 PR rust/21097:
7265 * gdb.rust/simple.exp: Add new tests.
7266
5be5dbf0
PA
72672017-02-02 Pedro Alves <palves@redhat.com>
7268
7269 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
7270 tests.
7271
7346ef59
AA
72722017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7273
7274 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
7275 taking a 2-byte value out of a 4-byte DWARF implicit value on
7276 big-endian targets.
7277 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
7278 logic. Add test cases for DW_OP_implicit.
7279
787f0025
MM
72802017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7281
7282 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
7283
68777c29
MM
72842017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7285
7286 * gdb.btrace/enable.exp: Call gdb_exit before
7287 skip_gdbserver_tests.
7288
0a1c7e28
MM
72892017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7290
7291 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
7292 GDBFLAGS.
7293
b5ac99b0
MM
72942017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7295
7296 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
7297 the test is skipped.
7298 * gdb.btrace/data.exp: Likewise.
7299 * gdb.btrace/delta.exp: Likewise.
7300 * gdb.btrace/dlopen.exp: Likewise.
7301 * gdb.btrace/enable-running.exp: Likewise.
7302 * gdb.btrace/enable.exp: Likewise.
7303 * gdb.btrace/exception.exp: Likewise.
7304 * gdb.btrace/function_call_history.exp: Likewise.
7305 * gdb.btrace/gcore.exp: Likewise.
7306 * gdb.btrace/instruction_history.exp: Likewise.
7307 * gdb.btrace/multi-thread-step.exp: Likewise.
7308 * gdb.btrace/nohist.exp: Likewise.
7309 * gdb.btrace/non-stop.exp: Likewise.
7310 * gdb.btrace/reconnect.exp: Likewise.
7311 * gdb.btrace/record_goto-step.exp: Likewise.
7312 * gdb.btrace/record_goto.exp: Likewise.
7313 * gdb.btrace/rn-dl-bind.exp: Likewise.
7314 * gdb.btrace/segv.exp: Likewise.
7315 * gdb.btrace/step.exp: Likewise.
7316 * gdb.btrace/stepi.exp: Likewise.
7317 * gdb.btrace/tailcall-only.exp: Likewise.
7318 * gdb.btrace/tailcall.exp: Likewise.
7319 * gdb.btrace/tsx.exp: Likewise.
7320 * gdb.btrace/unknown_functions.exp: Likewise.
7321 * gdb.btrace/vdso.exp: Likewise.
7322
cd4007e4
MM
73232017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7324
7325 * gdb.btrace/enable-running.c: New.
7326 * gdb.btrace/enable-running.exp: New.
7327
2735833d
WT
73282017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
7329
7330 * gdb.arch/amd64-gs_base.c: New file.
7331 * gdb.arch/amd64-gs_base.exp: New file.
7332
b51e1e94
LM
73332017-01-26 Luis Machado <lgustavo@codesourcery.com>
7334
7335 * lib/memory.exp: Remove spurious empty newlines.
7336
72ca0410
SM
73372017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
7338
7339 * gdb.python/py-bad-printers.exp: Load python file using "source".
7340 * gdb.python/py-events.exp: Likewise.
7341 * gdb.python/py-evsignal.exp: Likewise.
7342 * gdb.python/py-evthreads.exp: Likewise.
7343 * gdb.python/py-frame-args.exp: Likewise.
7344 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
7345 * gdb.python/py-framefilter-mi.exp: Likewise.
7346 * gdb.python/py-framefilter.exp: Likewise.
7347 * gdb.python/py-mi.exp: Likewise.
7348 * gdb.python/py-pp-maint.exp: Likewise.
7349 * gdb.python/py-pp-registration.exp: Likewise.
7350 * gdb.python/py-prettyprint.exp: Likewise.
7351 (run_lang_tests): Likewise.
7352 * gdb.python/py-typeprint.exp: Likewise.
7353
e309aa65
LM
73542017-01-26 Luis Machado <lgustavo@codesourcery.com>
7355
7356 * lib/memory.exp: New file.
7357 * lib/gdb.exp: Load memory.exp.
7358 * gdb.base/memattr.exp (delete_memory): Move proc to
7359 lib/memory.exp and rename to delete_memory_regions.
7360 Replace delete_memory with delete_memory_regions.
7361 Cleanup memory regions before tests.
7362 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
7363 before tests.
7364
515aff23
LM
73652017-01-26 Luis Machado <lgustavo@codesourcery.com>
7366
7367 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
7368 files.
7369 (initialize): New function conditionally defined.
7370 (testcases): Move within conditional block.
7371 (main): Call initialize.
7372 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
7373 of gdb.reverse/insn-reverse.c.
7374 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
7375 gdb.reverse/insn-reverse.c.
7376
d8b49cf0
YQ
73772017-01-26 Yao Qi <yao.qi@linaro.org>
7378
7379 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
7380 disassemble on address 0.
7381
f13a9a0c
YQ
73822017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
7383 Yao Qi <yao.qi@linaro.org>
7384
7385 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
7386 * gdb.dwarf2/implptr-64bit.S: Remove.
7387 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
7388 variables in caller's context. Add DW_OP_implicit_value.
7389
5ac95241
YQ
73902017-01-25 Yao Qi <yao.qi@linaro.org>
7391
7392 * lib/dwarf.exp (Dwarf::_location): Handle
7393 DW_OP_GNU_implicit_pointer with proper size.
7394
23e82930
LM
73952017-01-20 Luis Machado <lgustavo@codesourcery.com>
7396
7397 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
7398 and add untested calls.
7399
d334ae25
LM
74002017-01-20 Luis Machado <lgustavo@codesourcery.com>
7401
7402 * gdb.python/python.exp: Check line number against what GDB thinks
7403 the line number is for func1.
7404
f5e6296e
IB
74052017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
7406
7407 * gdb.dlang/debug-expr.exp: New file.
7408
5b362f04
LM
74092016-12-23 Luis Machado <lgustavo@codesourcery.com>
7410
7411 Fix test names for the following files:
7412
7413 * gdb.ada/exec_changed.exp
7414 * gdb.ada/info_types.exp
7415 * gdb.arch/aarch64-atomic-inst.exp
7416 * gdb.arch/aarch64-fp.exp
7417 * gdb.arch/altivec-abi.exp
7418 * gdb.arch/altivec-regs.exp
7419 * gdb.arch/amd64-byte.exp
7420 * gdb.arch/amd64-disp-step.exp
7421 * gdb.arch/amd64-dword.exp
7422 * gdb.arch/amd64-entry-value-inline.exp
7423 * gdb.arch/amd64-entry-value-param.exp
7424 * gdb.arch/amd64-entry-value-paramref.exp
7425 * gdb.arch/amd64-entry-value.exp
7426 * gdb.arch/amd64-i386-address.exp
7427 * gdb.arch/amd64-invalid-stack-middle.exp
7428 * gdb.arch/amd64-invalid-stack-top.exp
7429 * gdb.arch/amd64-optimout-repeat.exp
7430 * gdb.arch/amd64-prologue-skip.exp
7431 * gdb.arch/amd64-prologue-xmm.exp
7432 * gdb.arch/amd64-stap-special-operands.exp
7433 * gdb.arch/amd64-stap-wrong-subexp.exp
7434 * gdb.arch/amd64-tailcall-cxx.exp
7435 * gdb.arch/amd64-tailcall-noret.exp
7436 * gdb.arch/amd64-tailcall-ret.exp
7437 * gdb.arch/amd64-tailcall-self.exp
7438 * gdb.arch/amd64-word.exp
7439 * gdb.arch/arm-bl-branch-dest.exp
7440 * gdb.arch/arm-disp-step.exp
7441 * gdb.arch/arm-neon.exp
7442 * gdb.arch/arm-single-step-kernel-helper.exp
7443 * gdb.arch/avr-flash-qualifier.exp
7444 * gdb.arch/disp-step-insn-reloc.exp
7445 * gdb.arch/e500-abi.exp
7446 * gdb.arch/e500-regs.exp
7447 * gdb.arch/ftrace-insn-reloc.exp
7448 * gdb.arch/i386-avx512.exp
7449 * gdb.arch/i386-bp_permanent.exp
7450 * gdb.arch/i386-byte.exp
7451 * gdb.arch/i386-cfi-notcurrent.exp
7452 * gdb.arch/i386-disp-step.exp
7453 * gdb.arch/i386-dr3-watch.exp
7454 * gdb.arch/i386-float.exp
7455 * gdb.arch/i386-gnu-cfi.exp
7456 * gdb.arch/i386-mpx-map.exp
7457 * gdb.arch/i386-mpx-sigsegv.exp
7458 * gdb.arch/i386-mpx-simple_segv.exp
7459 * gdb.arch/i386-mpx.exp
7460 * gdb.arch/i386-permbkpt.exp
7461 * gdb.arch/i386-prologue.exp
7462 * gdb.arch/i386-signal.exp
7463 * gdb.arch/i386-size-overlap.exp
7464 * gdb.arch/i386-unwind.exp
7465 * gdb.arch/i386-word.exp
7466 * gdb.arch/mips-fcr.exp
7467 * gdb.arch/powerpc-d128-regs.exp
7468 * gdb.arch/powerpc-stackless.exp
7469 * gdb.arch/ppc64-atomic-inst.exp
7470 * gdb.arch/s390-stackless.exp
7471 * gdb.arch/s390-tdbregs.exp
7472 * gdb.arch/s390-vregs.exp
7473 * gdb.arch/sparc-sysstep.exp
7474 * gdb.arch/thumb-bx-pc.exp
7475 * gdb.arch/thumb-singlestep.exp
7476 * gdb.arch/thumb2-it.exp
7477 * gdb.arch/vsx-regs.exp
7478 * gdb.asm/asm-source.exp
7479 * gdb.base/a2-run.exp
7480 * gdb.base/advance.exp
7481 * gdb.base/all-bin.exp
7482 * gdb.base/anon.exp
7483 * gdb.base/args.exp
7484 * gdb.base/arithmet.exp
7485 * gdb.base/async-shell.exp
7486 * gdb.base/async.exp
7487 * gdb.base/attach-pie-noexec.exp
7488 * gdb.base/attach-twice.exp
7489 * gdb.base/auto-load.exp
7490 * gdb.base/bang.exp
7491 * gdb.base/bitfields.exp
7492 * gdb.base/break-always.exp
7493 * gdb.base/break-caller-line.exp
7494 * gdb.base/break-entry.exp
7495 * gdb.base/break-inline.exp
7496 * gdb.base/break-on-linker-gcd-function.exp
7497 * gdb.base/break-probes.exp
7498 * gdb.base/break.exp
7499 * gdb.base/breakpoint-shadow.exp
7500 * gdb.base/call-ar-st.exp
7501 * gdb.base/call-sc.exp
7502 * gdb.base/call-signal-resume.exp
7503 * gdb.base/call-strs.exp
7504 * gdb.base/callfuncs.exp
7505 * gdb.base/catch-fork-static.exp
7506 * gdb.base/catch-gdb-caused-signals.exp
7507 * gdb.base/catch-load.exp
7508 * gdb.base/catch-signal-fork.exp
7509 * gdb.base/catch-signal.exp
7510 * gdb.base/catch-syscall.exp
7511 * gdb.base/charset.exp
7512 * gdb.base/checkpoint.exp
7513 * gdb.base/chng-syms.exp
7514 * gdb.base/code-expr.exp
7515 * gdb.base/code_elim.exp
7516 * gdb.base/commands.exp
7517 * gdb.base/completion.exp
7518 * gdb.base/complex.exp
7519 * gdb.base/cond-expr.exp
7520 * gdb.base/condbreak.exp
7521 * gdb.base/consecutive.exp
7522 * gdb.base/continue-all-already-running.exp
7523 * gdb.base/coredump-filter.exp
7524 * gdb.base/corefile.exp
7525 * gdb.base/dbx.exp
7526 * gdb.base/debug-expr.exp
7527 * gdb.base/define.exp
7528 * gdb.base/del.exp
7529 * gdb.base/disabled-location.exp
7530 * gdb.base/disasm-end-cu.exp
7531 * gdb.base/disasm-optim.exp
7532 * gdb.base/display.exp
7533 * gdb.base/duplicate-bp.exp
7534 * gdb.base/ena-dis-br.exp
7535 * gdb.base/ending-run.exp
7536 * gdb.base/enumval.exp
7537 * gdb.base/environ.exp
7538 * gdb.base/eu-strip-infcall.exp
7539 * gdb.base/eval-avoid-side-effects.exp
7540 * gdb.base/eval-skip.exp
7541 * gdb.base/exitsignal.exp
7542 * gdb.base/expand-psymtabs.exp
7543 * gdb.base/filesym.exp
7544 * gdb.base/find-unmapped.exp
7545 * gdb.base/finish.exp
7546 * gdb.base/float.exp
7547 * gdb.base/foll-exec-mode.exp
7548 * gdb.base/foll-exec.exp
7549 * gdb.base/foll-fork.exp
7550 * gdb.base/fortran-sym-case.exp
7551 * gdb.base/freebpcmd.exp
7552 * gdb.base/func-ptr.exp
7553 * gdb.base/func-ptrs.exp
7554 * gdb.base/funcargs.exp
7555 * gdb.base/gcore-buffer-overflow.exp
7556 * gdb.base/gcore-relro-pie.exp
7557 * gdb.base/gcore-relro.exp
7558 * gdb.base/gcore.exp
7559 * gdb.base/gdb1090.exp
7560 * gdb.base/gdb11530.exp
7561 * gdb.base/gdb11531.exp
7562 * gdb.base/gdb1821.exp
7563 * gdb.base/gdbindex-stabs.exp
7564 * gdb.base/gdbvars.exp
7565 * gdb.base/hbreak.exp
7566 * gdb.base/hbreak2.exp
7567 * gdb.base/included.exp
7568 * gdb.base/infcall-input.exp
7569 * gdb.base/inferior-died.exp
7570 * gdb.base/infnan.exp
7571 * gdb.base/info-macros.exp
7572 * gdb.base/info-os.exp
7573 * gdb.base/info-proc.exp
7574 * gdb.base/info-shared.exp
7575 * gdb.base/info-target.exp
7576 * gdb.base/infoline.exp
7577 * gdb.base/interp.exp
7578 * gdb.base/interrupt.exp
7579 * gdb.base/jit-reader.exp
7580 * gdb.base/jit-simple.exp
7581 * gdb.base/kill-after-signal.exp
7582 * gdb.base/kill-detach-inferiors-cmd.exp
7583 * gdb.base/label.exp
7584 * gdb.base/langs.exp
7585 * gdb.base/ldbl_e308.exp
7586 * gdb.base/line-symtabs.exp
7587 * gdb.base/linespecs.exp
7588 * gdb.base/list.exp
7589 * gdb.base/long_long.exp
7590 * gdb.base/longest-types.exp
7591 * gdb.base/maint.exp
7592 * gdb.base/max-value-size.exp
7593 * gdb.base/memattr.exp
7594 * gdb.base/mips_pro.exp
7595 * gdb.base/morestack.exp
7596 * gdb.base/moribund-step.exp
7597 * gdb.base/multi-forks.exp
7598 * gdb.base/nested-addr.exp
7599 * gdb.base/nextoverexit.exp
7600 * gdb.base/noreturn-finish.exp
7601 * gdb.base/noreturn-return.exp
7602 * gdb.base/nostdlib.exp
7603 * gdb.base/offsets.exp
7604 * gdb.base/opaque.exp
7605 * gdb.base/pc-fp.exp
7606 * gdb.base/permissions.exp
7607 * gdb.base/print-symbol-loading.exp
7608 * gdb.base/prologue-include.exp
7609 * gdb.base/psymtab.exp
7610 * gdb.base/ptype.exp
7611 * gdb.base/random-signal.exp
7612 * gdb.base/randomize.exp
7613 * gdb.base/range-stepping.exp
7614 * gdb.base/readline-ask.exp
7615 * gdb.base/recpar.exp
7616 * gdb.base/recurse.exp
7617 * gdb.base/relational.exp
7618 * gdb.base/restore.exp
7619 * gdb.base/return-nodebug.exp
7620 * gdb.base/return.exp
7621 * gdb.base/run-after-attach.exp
7622 * gdb.base/save-bp.exp
7623 * gdb.base/scope.exp
7624 * gdb.base/sect-cmd.exp
7625 * gdb.base/set-lang-auto.exp
7626 * gdb.base/set-noassign.exp
7627 * gdb.base/setvar.exp
7628 * gdb.base/sigall.exp
7629 * gdb.base/sigbpt.exp
7630 * gdb.base/siginfo-addr.exp
7631 * gdb.base/siginfo-infcall.exp
7632 * gdb.base/siginfo-obj.exp
7633 * gdb.base/siginfo.exp
7634 * gdb.base/signals-state-child.exp
7635 * gdb.base/signest.exp
7636 * gdb.base/sigstep.exp
7637 * gdb.base/sizeof.exp
7638 * gdb.base/skip.exp
7639 * gdb.base/solib-corrupted.exp
7640 * gdb.base/solib-nodir.exp
7641 * gdb.base/solib-search.exp
7642 * gdb.base/stack-checking.exp
7643 * gdb.base/stale-infcall.exp
7644 * gdb.base/stap-probe.exp
7645 * gdb.base/start.exp
7646 * gdb.base/step-break.exp
7647 * gdb.base/step-bt.exp
7648 * gdb.base/step-line.exp
7649 * gdb.base/step-over-exit.exp
7650 * gdb.base/step-over-syscall.exp
7651 * gdb.base/step-resume-infcall.exp
7652 * gdb.base/step-test.exp
7653 * gdb.base/store.exp
7654 * gdb.base/structs3.exp
7655 * gdb.base/sym-file.exp
7656 * gdb.base/symbol-without-target_section.exp
7657 * gdb.base/term.exp
7658 * gdb.base/testenv.exp
7659 * gdb.base/ui-redirect.exp
7660 * gdb.base/until.exp
7661 * gdb.base/unwindonsignal.exp
7662 * gdb.base/value-double-free.exp
7663 * gdb.base/vla-datatypes.exp
7664 * gdb.base/vla-ptr.exp
7665 * gdb.base/vla-sideeffect.exp
7666 * gdb.base/volatile.exp
7667 * gdb.base/watch-cond-infcall.exp
7668 * gdb.base/watch-cond.exp
7669 * gdb.base/watch-non-mem.exp
7670 * gdb.base/watch-read.exp
7671 * gdb.base/watch-vfork.exp
7672 * gdb.base/watchpoint-cond-gone.exp
7673 * gdb.base/watchpoint-delete.exp
7674 * gdb.base/watchpoint-hw-hit-once.exp
7675 * gdb.base/watchpoint-hw.exp
7676 * gdb.base/watchpoint-stops-at-right-insn.exp
7677 * gdb.base/watchpoints.exp
7678 * gdb.base/wchar.exp
7679 * gdb.base/whatis-exp.exp
7680 * gdb.btrace/buffer-size.exp
7681 * gdb.btrace/data.exp
7682 * gdb.btrace/delta.exp
7683 * gdb.btrace/dlopen.exp
7684 * gdb.btrace/enable.exp
7685 * gdb.btrace/exception.exp
7686 * gdb.btrace/function_call_history.exp
7687 * gdb.btrace/gcore.exp
7688 * gdb.btrace/instruction_history.exp
7689 * gdb.btrace/nohist.exp
7690 * gdb.btrace/reconnect.exp
7691 * gdb.btrace/record_goto-step.exp
7692 * gdb.btrace/record_goto.exp
7693 * gdb.btrace/rn-dl-bind.exp
7694 * gdb.btrace/segv.exp
7695 * gdb.btrace/step.exp
7696 * gdb.btrace/stepi.exp
7697 * gdb.btrace/tailcall-only.exp
7698 * gdb.btrace/tailcall.exp
7699 * gdb.btrace/tsx.exp
7700 * gdb.btrace/unknown_functions.exp
7701 * gdb.btrace/vdso.exp
7702 * gdb.compile/compile-ifunc.exp
7703 * gdb.compile/compile-ops.exp
7704 * gdb.compile/compile-print.exp
7705 * gdb.compile/compile-setjmp.exp
7706 * gdb.cp/abstract-origin.exp
7707 * gdb.cp/ambiguous.exp
7708 * gdb.cp/annota2.exp
7709 * gdb.cp/annota3.exp
7710 * gdb.cp/anon-ns.exp
7711 * gdb.cp/anon-struct.exp
7712 * gdb.cp/anon-union.exp
7713 * gdb.cp/arg-reference.exp
7714 * gdb.cp/baseenum.exp
7715 * gdb.cp/bool.exp
7716 * gdb.cp/breakpoint.exp
7717 * gdb.cp/bs15503.exp
7718 * gdb.cp/call-c.exp
7719 * gdb.cp/casts.exp
7720 * gdb.cp/chained-calls.exp
7721 * gdb.cp/class2.exp
7722 * gdb.cp/classes.exp
7723 * gdb.cp/cmpd-minsyms.exp
7724 * gdb.cp/converts.exp
7725 * gdb.cp/cp-relocate.exp
7726 * gdb.cp/cpcompletion.exp
7727 * gdb.cp/cpexprs.exp
7728 * gdb.cp/cplabel.exp
7729 * gdb.cp/cplusfuncs.exp
7730 * gdb.cp/cpsizeof.exp
7731 * gdb.cp/ctti.exp
7732 * gdb.cp/derivation.exp
7733 * gdb.cp/destrprint.exp
7734 * gdb.cp/dispcxx.exp
7735 * gdb.cp/enum-class.exp
7736 * gdb.cp/exception.exp
7737 * gdb.cp/exceptprint.exp
7738 * gdb.cp/expand-psymtabs-cxx.exp
7739 * gdb.cp/expand-sals.exp
7740 * gdb.cp/extern-c.exp
7741 * gdb.cp/filename.exp
7742 * gdb.cp/formatted-ref.exp
7743 * gdb.cp/fpointer.exp
7744 * gdb.cp/gdb1355.exp
7745 * gdb.cp/gdb2495.exp
7746 * gdb.cp/hang.exp
7747 * gdb.cp/impl-this.exp
7748 * gdb.cp/infcall-dlopen.exp
7749 * gdb.cp/inherit.exp
7750 * gdb.cp/iostream.exp
7751 * gdb.cp/koenig.exp
7752 * gdb.cp/local.exp
7753 * gdb.cp/m-data.exp
7754 * gdb.cp/m-static.exp
7755 * gdb.cp/mb-ctor.exp
7756 * gdb.cp/mb-inline.exp
7757 * gdb.cp/mb-templates.exp
7758 * gdb.cp/member-name.exp
7759 * gdb.cp/member-ptr.exp
7760 * gdb.cp/meth-typedefs.exp
7761 * gdb.cp/method.exp
7762 * gdb.cp/method2.exp
7763 * gdb.cp/minsym-fallback.exp
7764 * gdb.cp/misc.exp
7765 * gdb.cp/namelessclass.exp
7766 * gdb.cp/namespace-enum.exp
7767 * gdb.cp/namespace-nested-import.exp
7768 * gdb.cp/namespace.exp
7769 * gdb.cp/nextoverthrow.exp
7770 * gdb.cp/no-dmgl-verbose.exp
7771 * gdb.cp/non-trivial-retval.exp
7772 * gdb.cp/noparam.exp
7773 * gdb.cp/nsdecl.exp
7774 * gdb.cp/nsimport.exp
7775 * gdb.cp/nsnested.exp
7776 * gdb.cp/nsnoimports.exp
7777 * gdb.cp/nsrecurs.exp
7778 * gdb.cp/nsstress.exp
7779 * gdb.cp/nsusing.exp
7780 * gdb.cp/operator.exp
7781 * gdb.cp/oranking.exp
7782 * gdb.cp/overload-const.exp
7783 * gdb.cp/overload.exp
7784 * gdb.cp/ovldbreak.exp
7785 * gdb.cp/ovsrch.exp
7786 * gdb.cp/paren-type.exp
7787 * gdb.cp/parse-lang.exp
7788 * gdb.cp/pass-by-ref.exp
7789 * gdb.cp/pr-1023.exp
7790 * gdb.cp/pr-1210.exp
7791 * gdb.cp/pr-574.exp
7792 * gdb.cp/pr10687.exp
7793 * gdb.cp/pr12028.exp
7794 * gdb.cp/pr17132.exp
7795 * gdb.cp/pr17494.exp
7796 * gdb.cp/pr9067.exp
7797 * gdb.cp/pr9167.exp
7798 * gdb.cp/pr9631.exp
7799 * gdb.cp/printmethod.exp
7800 * gdb.cp/psmang.exp
7801 * gdb.cp/psymtab-parameter.exp
7802 * gdb.cp/ptype-cv-cp.exp
7803 * gdb.cp/ptype-flags.exp
7804 * gdb.cp/re-set-overloaded.exp
7805 * gdb.cp/ref-types.exp
7806 * gdb.cp/rtti.exp
7807 * gdb.cp/scope-err.exp
7808 * gdb.cp/shadow.exp
7809 * gdb.cp/smartp.exp
7810 * gdb.cp/static-method.exp
7811 * gdb.cp/static-print-quit.exp
7812 * gdb.cp/temargs.exp
7813 * gdb.cp/templates.exp
7814 * gdb.cp/try_catch.exp
7815 * gdb.cp/typedef-operator.exp
7816 * gdb.cp/typeid.exp
7817 * gdb.cp/userdef.exp
7818 * gdb.cp/using-crash.exp
7819 * gdb.cp/var-tag.exp
7820 * gdb.cp/virtbase.exp
7821 * gdb.cp/virtfunc.exp
7822 * gdb.cp/virtfunc2.exp
7823 * gdb.cp/vla-cxx.exp
7824 * gdb.disasm/t01_mov.exp
7825 * gdb.disasm/t02_mova.exp
7826 * gdb.disasm/t03_add.exp
7827 * gdb.disasm/t04_sub.exp
7828 * gdb.disasm/t05_cmp.exp
7829 * gdb.disasm/t06_ari2.exp
7830 * gdb.disasm/t07_ari3.exp
7831 * gdb.disasm/t08_or.exp
7832 * gdb.disasm/t09_xor.exp
7833 * gdb.disasm/t10_and.exp
7834 * gdb.disasm/t11_logs.exp
7835 * gdb.disasm/t12_bit.exp
7836 * gdb.disasm/t13_otr.exp
7837 * gdb.dlang/circular.exp
7838 * gdb.dwarf2/arr-stride.exp
7839 * gdb.dwarf2/arr-subrange.exp
7840 * gdb.dwarf2/atomic-type.exp
7841 * gdb.dwarf2/bad-regnum.exp
7842 * gdb.dwarf2/bitfield-parent-optimized-out.exp
7843 * gdb.dwarf2/callframecfa.exp
7844 * gdb.dwarf2/clztest.exp
7845 * gdb.dwarf2/corrupt.exp
7846 * gdb.dwarf2/data-loc.exp
7847 * gdb.dwarf2/dup-psym.exp
7848 * gdb.dwarf2/dw2-anon-mptr.exp
7849 * gdb.dwarf2/dw2-anonymous-func.exp
7850 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
7851 * gdb.dwarf2/dw2-bad-unresolved.exp
7852 * gdb.dwarf2/dw2-basic.exp
7853 * gdb.dwarf2/dw2-canonicalize-type.exp
7854 * gdb.dwarf2/dw2-case-insensitive.exp
7855 * gdb.dwarf2/dw2-common-block.exp
7856 * gdb.dwarf2/dw2-compdir-oldgcc.exp
7857 * gdb.dwarf2/dw2-compressed.exp
7858 * gdb.dwarf2/dw2-const.exp
7859 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
7860 * gdb.dwarf2/dw2-cu-size.exp
7861 * gdb.dwarf2/dw2-dup-frame.exp
7862 * gdb.dwarf2/dw2-entry-value.exp
7863 * gdb.dwarf2/dw2-icycle.exp
7864 * gdb.dwarf2/dw2-ifort-parameter.exp
7865 * gdb.dwarf2/dw2-inline-break.exp
7866 * gdb.dwarf2/dw2-inline-param.exp
7867 * gdb.dwarf2/dw2-intercu.exp
7868 * gdb.dwarf2/dw2-intermix.exp
7869 * gdb.dwarf2/dw2-lexical-block-bare.exp
7870 * gdb.dwarf2/dw2-linkage-name-trust.exp
7871 * gdb.dwarf2/dw2-minsym-in-cu.exp
7872 * gdb.dwarf2/dw2-noloc.exp
7873 * gdb.dwarf2/dw2-op-call.exp
7874 * gdb.dwarf2/dw2-op-out-param.exp
7875 * gdb.dwarf2/dw2-opt-structptr.exp
7876 * gdb.dwarf2/dw2-param-error.exp
7877 * gdb.dwarf2/dw2-producer.exp
7878 * gdb.dwarf2/dw2-ranges-base.exp
7879 * gdb.dwarf2/dw2-ref-missing-frame.exp
7880 * gdb.dwarf2/dw2-reg-undefined.exp
7881 * gdb.dwarf2/dw2-regno-invalid.exp
7882 * gdb.dwarf2/dw2-restore.exp
7883 * gdb.dwarf2/dw2-restrict.exp
7884 * gdb.dwarf2/dw2-single-line-discriminators.exp
7885 * gdb.dwarf2/dw2-strp.exp
7886 * gdb.dwarf2/dw2-undefined-ret-addr.exp
7887 * gdb.dwarf2/dw2-unresolved.exp
7888 * gdb.dwarf2/dw2-var-zero-addr.exp
7889 * gdb.dwarf2/dw4-sig-types.exp
7890 * gdb.dwarf2/dwz.exp
7891 * gdb.dwarf2/dynarr-ptr.exp
7892 * gdb.dwarf2/enum-type.exp
7893 * gdb.dwarf2/gdb-index.exp
7894 * gdb.dwarf2/implptr-64bit.exp
7895 * gdb.dwarf2/implptr-optimized-out.exp
7896 * gdb.dwarf2/implptr.exp
7897 * gdb.dwarf2/implref-array.exp
7898 * gdb.dwarf2/implref-const.exp
7899 * gdb.dwarf2/implref-global.exp
7900 * gdb.dwarf2/implref-struct.exp
7901 * gdb.dwarf2/mac-fileno.exp
7902 * gdb.dwarf2/main-subprogram.exp
7903 * gdb.dwarf2/member-ptr-forwardref.exp
7904 * gdb.dwarf2/method-ptr.exp
7905 * gdb.dwarf2/missing-sig-type.exp
7906 * gdb.dwarf2/nonvar-access.exp
7907 * gdb.dwarf2/opaque-type-lookup.exp
7908 * gdb.dwarf2/pieces-optimized-out.exp
7909 * gdb.dwarf2/pieces.exp
7910 * gdb.dwarf2/pr10770.exp
7911 * gdb.dwarf2/pr13961.exp
7912 * gdb.dwarf2/staticvirtual.exp
7913 * gdb.dwarf2/subrange.exp
7914 * gdb.dwarf2/symtab-producer.exp
7915 * gdb.dwarf2/trace-crash.exp
7916 * gdb.dwarf2/typeddwarf.exp
7917 * gdb.dwarf2/valop.exp
7918 * gdb.dwarf2/watch-notconst.exp
7919 * gdb.fortran/array-element.exp
7920 * gdb.fortran/charset.exp
7921 * gdb.fortran/common-block.exp
7922 * gdb.fortran/complex.exp
7923 * gdb.fortran/derived-type-function.exp
7924 * gdb.fortran/derived-type.exp
7925 * gdb.fortran/logical.exp
7926 * gdb.fortran/module.exp
7927 * gdb.fortran/multi-dim.exp
7928 * gdb.fortran/nested-funcs.exp
7929 * gdb.fortran/print-formatted.exp
7930 * gdb.fortran/subarray.exp
7931 * gdb.fortran/vla-alloc-assoc.exp
7932 * gdb.fortran/vla-datatypes.exp
7933 * gdb.fortran/vla-history.exp
7934 * gdb.fortran/vla-ptr-info.exp
7935 * gdb.fortran/vla-ptype-sub.exp
7936 * gdb.fortran/vla-ptype.exp
7937 * gdb.fortran/vla-sizeof.exp
7938 * gdb.fortran/vla-type.exp
7939 * gdb.fortran/vla-value-sub-arbitrary.exp
7940 * gdb.fortran/vla-value-sub-finish.exp
7941 * gdb.fortran/vla-value-sub.exp
7942 * gdb.fortran/vla-value.exp
7943 * gdb.fortran/whatis_type.exp
7944 * gdb.go/chan.exp
7945 * gdb.go/handcall.exp
7946 * gdb.go/hello.exp
7947 * gdb.go/integers.exp
7948 * gdb.go/methods.exp
7949 * gdb.go/package.exp
7950 * gdb.go/strings.exp
7951 * gdb.go/types.exp
7952 * gdb.go/unsafe.exp
7953 * gdb.guile/scm-arch.exp
7954 * gdb.guile/scm-block.exp
7955 * gdb.guile/scm-breakpoint.exp
7956 * gdb.guile/scm-cmd.exp
7957 * gdb.guile/scm-disasm.exp
7958 * gdb.guile/scm-equal.exp
7959 * gdb.guile/scm-frame-args.exp
7960 * gdb.guile/scm-frame-inline.exp
7961 * gdb.guile/scm-frame.exp
7962 * gdb.guile/scm-iterator.exp
7963 * gdb.guile/scm-math.exp
7964 * gdb.guile/scm-objfile.exp
7965 * gdb.guile/scm-ports.exp
7966 * gdb.guile/scm-symbol.exp
7967 * gdb.guile/scm-symtab.exp
7968 * gdb.guile/scm-value-cc.exp
7969 * gdb.guile/types-module.exp
7970 * gdb.linespec/break-ask.exp
7971 * gdb.linespec/cpexplicit.exp
7972 * gdb.linespec/explicit.exp
7973 * gdb.linespec/keywords.exp
7974 * gdb.linespec/linespec.exp
7975 * gdb.linespec/ls-dollar.exp
7976 * gdb.linespec/ls-errs.exp
7977 * gdb.linespec/skip-two.exp
7978 * gdb.linespec/thread.exp
7979 * gdb.mi/mi-async.exp
7980 * gdb.mi/mi-basics.exp
7981 * gdb.mi/mi-break.exp
7982 * gdb.mi/mi-catch-load.exp
7983 * gdb.mi/mi-cli.exp
7984 * gdb.mi/mi-cmd-param-changed.exp
7985 * gdb.mi/mi-console.exp
7986 * gdb.mi/mi-detach.exp
7987 * gdb.mi/mi-disassemble.exp
7988 * gdb.mi/mi-eval.exp
7989 * gdb.mi/mi-file-transfer.exp
7990 * gdb.mi/mi-file.exp
7991 * gdb.mi/mi-fill-memory.exp
7992 * gdb.mi/mi-inheritance-syntax-error.exp
7993 * gdb.mi/mi-linespec-err-cp.exp
7994 * gdb.mi/mi-logging.exp
7995 * gdb.mi/mi-memory-changed.exp
7996 * gdb.mi/mi-read-memory.exp
7997 * gdb.mi/mi-record-changed.exp
7998 * gdb.mi/mi-reg-undefined.exp
7999 * gdb.mi/mi-regs.exp
8000 * gdb.mi/mi-return.exp
8001 * gdb.mi/mi-reverse.exp
8002 * gdb.mi/mi-simplerun.exp
8003 * gdb.mi/mi-solib.exp
8004 * gdb.mi/mi-stack.exp
8005 * gdb.mi/mi-stepi.exp
8006 * gdb.mi/mi-syn-frame.exp
8007 * gdb.mi/mi-until.exp
8008 * gdb.mi/mi-var-block.exp
8009 * gdb.mi/mi-var-child.exp
8010 * gdb.mi/mi-var-cmd.exp
8011 * gdb.mi/mi-var-cp.exp
8012 * gdb.mi/mi-var-display.exp
8013 * gdb.mi/mi-var-invalidate.exp
8014 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
8015 * gdb.mi/mi-vla-fortran.exp
8016 * gdb.mi/mi-watch.exp
8017 * gdb.mi/mi2-var-child.exp
8018 * gdb.mi/user-selected-context-sync.exp
8019 * gdb.modula2/unbounded-array.exp
8020 * gdb.multi/dummy-frame-restore.exp
8021 * gdb.multi/multi-arch-exec.exp
8022 * gdb.multi/multi-arch.exp
8023 * gdb.multi/tids.exp
8024 * gdb.multi/watchpoint-multi.exp
8025 * gdb.opencl/callfuncs.exp
8026 * gdb.opencl/convs_casts.exp
8027 * gdb.opencl/datatypes.exp
8028 * gdb.opencl/operators.exp
8029 * gdb.opencl/vec_comps.exp
8030 * gdb.opt/clobbered-registers-O2.exp
8031 * gdb.opt/inline-break.exp
8032 * gdb.opt/inline-bt.exp
8033 * gdb.opt/inline-cmds.exp
8034 * gdb.opt/inline-locals.exp
8035 * gdb.pascal/case-insensitive-symbols.exp
8036 * gdb.pascal/floats.exp
8037 * gdb.pascal/gdb11492.exp
8038 * gdb.python/lib-types.exp
8039 * gdb.python/py-arch.exp
8040 * gdb.python/py-as-string.exp
8041 * gdb.python/py-bad-printers.exp
8042 * gdb.python/py-block.exp
8043 * gdb.python/py-breakpoint-create-fail.exp
8044 * gdb.python/py-breakpoint.exp
8045 * gdb.python/py-caller-is.exp
8046 * gdb.python/py-cmd.exp
8047 * gdb.python/py-explore-cc.exp
8048 * gdb.python/py-explore.exp
8049 * gdb.python/py-finish-breakpoint.exp
8050 * gdb.python/py-finish-breakpoint2.exp
8051 * gdb.python/py-frame-args.exp
8052 * gdb.python/py-frame-inline.exp
8053 * gdb.python/py-frame.exp
8054 * gdb.python/py-framefilter-mi.exp
8055 * gdb.python/py-infthread.exp
8056 * gdb.python/py-lazy-string.exp
8057 * gdb.python/py-linetable.exp
8058 * gdb.python/py-mi-events.exp
8059 * gdb.python/py-mi-objfile.exp
8060 * gdb.python/py-mi.exp
8061 * gdb.python/py-objfile.exp
8062 * gdb.python/py-pp-integral.exp
8063 * gdb.python/py-pp-maint.exp
8064 * gdb.python/py-pp-re-notag.exp
8065 * gdb.python/py-pp-registration.exp
8066 * gdb.python/py-recurse-unwind.exp
8067 * gdb.python/py-strfns.exp
8068 * gdb.python/py-symbol.exp
8069 * gdb.python/py-symtab.exp
8070 * gdb.python/py-sync-interp.exp
8071 * gdb.python/py-typeprint.exp
8072 * gdb.python/py-unwind-maint.exp
8073 * gdb.python/py-unwind.exp
8074 * gdb.python/py-value-cc.exp
8075 * gdb.python/py-xmethods.exp
8076 * gdb.reverse/amd64-tailcall-reverse.exp
8077 * gdb.reverse/break-precsave.exp
8078 * gdb.reverse/break-reverse.exp
8079 * gdb.reverse/consecutive-precsave.exp
8080 * gdb.reverse/consecutive-reverse.exp
8081 * gdb.reverse/finish-precsave.exp
8082 * gdb.reverse/finish-reverse-bkpt.exp
8083 * gdb.reverse/finish-reverse.exp
8084 * gdb.reverse/fstatat-reverse.exp
8085 * gdb.reverse/getresuid-reverse.exp
8086 * gdb.reverse/i386-precsave.exp
8087 * gdb.reverse/i386-reverse.exp
8088 * gdb.reverse/i386-sse-reverse.exp
8089 * gdb.reverse/i387-env-reverse.exp
8090 * gdb.reverse/i387-stack-reverse.exp
8091 * gdb.reverse/insn-reverse.exp
8092 * gdb.reverse/machinestate-precsave.exp
8093 * gdb.reverse/machinestate.exp
8094 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8095 * gdb.reverse/pipe-reverse.exp
8096 * gdb.reverse/readv-reverse.exp
8097 * gdb.reverse/recvmsg-reverse.exp
8098 * gdb.reverse/rerun-prec.exp
8099 * gdb.reverse/s390-mvcle.exp
8100 * gdb.reverse/step-precsave.exp
8101 * gdb.reverse/step-reverse.exp
8102 * gdb.reverse/time-reverse.exp
8103 * gdb.reverse/until-precsave.exp
8104 * gdb.reverse/until-reverse.exp
8105 * gdb.reverse/waitpid-reverse.exp
8106 * gdb.reverse/watch-precsave.exp
8107 * gdb.reverse/watch-reverse.exp
8108 * gdb.rust/generics.exp
8109 * gdb.rust/methods.exp
8110 * gdb.rust/modules.exp
8111 * gdb.rust/simple.exp
8112 * gdb.server/connect-with-no-symbol-file.exp
8113 * gdb.server/ext-attach.exp
8114 * gdb.server/ext-restart.exp
8115 * gdb.server/ext-wrapper.exp
8116 * gdb.server/file-transfer.exp
8117 * gdb.server/server-exec-info.exp
8118 * gdb.server/server-kill.exp
8119 * gdb.server/server-mon.exp
8120 * gdb.server/wrapper.exp
8121 * gdb.stabs/exclfwd.exp
8122 * gdb.stabs/gdb11479.exp
8123 * gdb.threads/clone-new-thread-event.exp
8124 * gdb.threads/corethreads.exp
8125 * gdb.threads/current-lwp-dead.exp
8126 * gdb.threads/dlopen-libpthread.exp
8127 * gdb.threads/gcore-thread.exp
8128 * gdb.threads/sigstep-threads.exp
8129 * gdb.threads/watchpoint-fork.exp
8130 * gdb.trace/actions-changed.exp
8131 * gdb.trace/backtrace.exp
8132 * gdb.trace/change-loc.exp
8133 * gdb.trace/circ.exp
8134 * gdb.trace/collection.exp
8135 * gdb.trace/disconnected-tracing.exp
8136 * gdb.trace/ftrace.exp
8137 * gdb.trace/mi-trace-frame-collected.exp
8138 * gdb.trace/mi-trace-unavailable.exp
8139 * gdb.trace/mi-traceframe-changed.exp
8140 * gdb.trace/mi-tsv-changed.exp
8141 * gdb.trace/no-attach-trace.exp
8142 * gdb.trace/passc-dyn.exp
8143 * gdb.trace/qtro.exp
8144 * gdb.trace/range-stepping.exp
8145 * gdb.trace/read-memory.exp
8146 * gdb.trace/save-trace.exp
8147 * gdb.trace/signal.exp
8148 * gdb.trace/status-stop.exp
8149 * gdb.trace/tfile.exp
8150 * gdb.trace/trace-break.exp
8151 * gdb.trace/trace-buffer-size.exp
8152 * gdb.trace/trace-condition.exp
8153 * gdb.trace/tracefile-pseudo-reg.exp
8154 * gdb.trace/tstatus.exp
8155 * gdb.trace/unavailable.exp
8156 * gdb.trace/while-dyn.exp
8157 * gdb.trace/while-stepping.exp
8158
34c41c68
DE
81592016-12-22 Doug Evans <xdje42@gmail.com>
8160
8161 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
8162 and msymbols.
8163
16e69324
YQ
81642016-12-19 Yao Qi <yao.qi@linaro.org>
8165
8166 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
8167 (test_with_self): Don't call do_steps_and_nexts, and remove
8168 code about stepping into xmalloc.
8169
f94f411b
YQ
81702016-12-09 Yao Qi <yao.qi@linaro.org>
8171
8172 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
8173
81742016-12-09 Yao Qi <yao.qi@linaro.org>
8175
8176 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
8177
f1b5deee
PA
81782016-12-09 Pedro Alves <palves@redhat.com>
8179
8180 * gdb.base/all-architectures-0.exp: New file.
8181 * gdb.base/all-architectures-1.exp: New file.
8182 * gdb.base/all-architectures-2.exp: New file.
8183 * gdb.base/all-architectures-3.exp: New file.
8184 * gdb.base/all-architectures-4.exp: New file.
8185 * gdb.base/all-architectures-5.exp: New file.
8186 * gdb.base/all-architectures-6.exp: New file.
8187 * gdb.base/all-architectures-7.exp: New file.
8188 * gdb.base/all-architectures.exp.in: New file.
8189
364ca42e
YQ
81902016-12-09 Yao Qi <yao.qi@linaro.org>
8191
8192 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
8193
107c2d62
LM
81942016-12-02 Luis Machado <lgustavo@codesourcery.com>
8195
8196 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
8197 possible.
8198 Remove useless pattern-matching code.
8199
df3ee9ca
PA
82002016-12-02 Pedro Alves <palves@redhat.com>
8201
8202 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
8203 procedure.
8204 (top level): Call it.
8205
ec835369
PA
82062016-12-02 Pedro Alves <palves@redhat.com>
8207
8208 * gdb.base/commands.exp (user_defined_command_args_stack_test):
8209 New procedure.
8210 (top level): Call it.
8211
01770bbd
PA
82122016-12-02 Pedro Alves <palves@redhat.com>
8213
8214 PR cli/20559
8215 * gdb.base/commands.exp (user_defined_command_args_eval): New
8216 procedure.
8217 (top level): Call it.
8218
008459ea
LM
82192016-12-02 Luis Machado <lgustavo@codesourcery.com>
8220
8221 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
8222 timeout handling.
8223
0c1b455e
TT
82242016-12-02 Tom Tromey <tom@tromey.com>
8225
8226 * gdb.dwarf2/main-subprogram.c: New file.
8227 * gdb.dwarf2/main-subprogram.exp: New file.
8228
018572b8
LM
82292016-12-01 Luis Machado <lgustavo@codesourcery.com>
8230
8231 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
8232 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
8233 gdb_test_no_output for a couple of cases.
8234 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
8235
84c93cd5
LM
82362016-12-01 Luis Machado <lgustavo@codesourcery.com>
8237
8238 Fix test names and standardize compilation error messages throughout
8239 the following files:
8240
8241 * gdb.ada/start.exp
8242 * gdb.arch/alpha-step.exp
8243 * gdb.arch/e500-prologue.exp
8244 * gdb.arch/ftrace-insn-reloc.exp
8245 * gdb.arch/gdb1291.exp
8246 * gdb.arch/gdb1431.exp
8247 * gdb.arch/gdb1558.exp
8248 * gdb.arch/i386-dr3-watch.exp
8249 * gdb.arch/i386-sse-stack-align.exp
8250 * gdb.arch/ia64-breakpoint-shadow.exp
8251 * gdb.arch/pa-nullify.exp
8252 * gdb.arch/powerpc-aix-prologue.exp
8253 * gdb.arch/thumb-bx-pc.exp
8254 * gdb.base/annota1.exp
8255 * gdb.base/annota3.exp
8256 * gdb.base/arrayidx.exp
8257 * gdb.base/assign.exp
8258 * gdb.base/attach.exp
8259 * gdb.base/auxv.exp
8260 * gdb.base/bang.exp
8261 * gdb.base/bfp-test.exp
8262 * gdb.base/bigcore.exp
8263 * gdb.base/bitfields2.exp
8264 * gdb.base/break-fun-addr.exp
8265 * gdb.base/break-probes.exp
8266 * gdb.base/call-rt-st.exp
8267 * gdb.base/callexit.exp
8268 * gdb.base/catch-fork-kill.exp
8269 * gdb.base/charset.exp
8270 * gdb.base/checkpoint.exp
8271 * gdb.base/comprdebug.exp
8272 * gdb.base/constvars.exp
8273 * gdb.base/coredump-filter.exp
8274 * gdb.base/cursal.exp
8275 * gdb.base/cvexpr.exp
8276 * gdb.base/detach.exp
8277 * gdb.base/display.exp
8278 * gdb.base/dmsym.exp
8279 * gdb.base/dprintf-pending.exp
8280 * gdb.base/dso2dso.exp
8281 * gdb.base/dtrace-probe.exp
8282 * gdb.base/dump.exp
8283 * gdb.base/enum_cond.exp
8284 * gdb.base/exe-lock.exp
8285 * gdb.base/exec-invalid-sysroot.exp
8286 * gdb.base/execl-update-breakpoints.exp
8287 * gdb.base/exprs.exp
8288 * gdb.base/fileio.exp
8289 * gdb.base/find.exp
8290 * gdb.base/finish.exp
8291 * gdb.base/fixsection.exp
8292 * gdb.base/foll-vfork.exp
8293 * gdb.base/frame-args.exp
8294 * gdb.base/gcore.exp
8295 * gdb.base/gdb1250.exp
8296 * gdb.base/global-var-nested-by-dso.exp
8297 * gdb.base/gnu-ifunc.exp
8298 * gdb.base/hashline1.exp
8299 * gdb.base/hashline2.exp
8300 * gdb.base/hashline3.exp
8301 * gdb.base/hbreak-in-shr-unsupported.exp
8302 * gdb.base/huge.exp
8303 * gdb.base/infcall-input.exp
8304 * gdb.base/info-fun.exp
8305 * gdb.base/info-shared.exp
8306 * gdb.base/jit-simple.exp
8307 * gdb.base/jit-so.exp
8308 * gdb.base/jit.exp
8309 * gdb.base/jump.exp
8310 * gdb.base/label.exp
8311 * gdb.base/lineinc.exp
8312 * gdb.base/logical.exp
8313 * gdb.base/longjmp.exp
8314 * gdb.base/macscp.exp
8315 * gdb.base/miscexprs.exp
8316 * gdb.base/new-ui-echo.exp
8317 * gdb.base/new-ui-pending-input.exp
8318 * gdb.base/new-ui.exp
8319 * gdb.base/nodebug.exp
8320 * gdb.base/nofield.exp
8321 * gdb.base/offsets.exp
8322 * gdb.base/overlays.exp
8323 * gdb.base/pending.exp
8324 * gdb.base/pointers.exp
8325 * gdb.base/pr11022.exp
8326 * gdb.base/printcmds.exp
8327 * gdb.base/prologue.exp
8328 * gdb.base/ptr-typedef.exp
8329 * gdb.base/realname-expand.exp
8330 * gdb.base/relativedebug.exp
8331 * gdb.base/relocate.exp
8332 * gdb.base/remote.exp
8333 * gdb.base/reread.exp
8334 * gdb.base/return2.exp
8335 * gdb.base/savedregs.exp
8336 * gdb.base/sep.exp
8337 * gdb.base/sepdebug.exp
8338 * gdb.base/sepsymtab.exp
8339 * gdb.base/set-inferior-tty.exp
8340 * gdb.base/setshow.exp
8341 * gdb.base/shlib-call.exp
8342 * gdb.base/sigaltstack.exp
8343 * gdb.base/siginfo-addr.exp
8344 * gdb.base/signals.exp
8345 * gdb.base/signull.exp
8346 * gdb.base/sigrepeat.exp
8347 * gdb.base/so-impl-ld.exp
8348 * gdb.base/solib-display.exp
8349 * gdb.base/solib-overlap.exp
8350 * gdb.base/solib-search.exp
8351 * gdb.base/solib-symbol.exp
8352 * gdb.base/structs.exp
8353 * gdb.base/structs2.exp
8354 * gdb.base/symtab-search-order.exp
8355 * gdb.base/twice.exp
8356 * gdb.base/unload.exp
8357 * gdb.base/varargs.exp
8358 * gdb.base/watchpoint-solib.exp
8359 * gdb.base/watchpoint.exp
8360 * gdb.base/whatis.exp
8361 * gdb.base/wrong_frame_bt_full.exp
8362 * gdb.btrace/dlopen.exp
8363 * gdb.cell/ea-standalone.exp
8364 * gdb.cell/ea-test.exp
8365 * gdb.cp/dispcxx.exp
8366 * gdb.cp/gdb2384.exp
8367 * gdb.cp/method2.exp
8368 * gdb.cp/nextoverthrow.exp
8369 * gdb.cp/pr10728.exp
8370 * gdb.disasm/am33.exp
8371 * gdb.disasm/h8300s.exp
8372 * gdb.disasm/mn10300.exp
8373 * gdb.disasm/sh3.exp
8374 * gdb.dwarf2/dw2-dir-file-name.exp
8375 * gdb.fortran/complex.exp
8376 * gdb.fortran/library-module.exp
8377 * gdb.guile/scm-pretty-print.exp
8378 * gdb.guile/scm-symbol.exp
8379 * gdb.guile/scm-type.exp
8380 * gdb.guile/scm-value.exp
8381 * gdb.linespec/linespec.exp
8382 * gdb.mi/gdb701.exp
8383 * gdb.mi/gdb792.exp
8384 * gdb.mi/mi-breakpoint-changed.exp
8385 * gdb.mi/mi-dprintf-pending.exp
8386 * gdb.mi/mi-dprintf.exp
8387 * gdb.mi/mi-exit-code.exp
8388 * gdb.mi/mi-pending.exp
8389 * gdb.mi/mi-solib.exp
8390 * gdb.mi/new-ui-mi-sync.exp
8391 * gdb.mi/pr11022.exp
8392 * gdb.mi/user-selected-context-sync.exp
8393 * gdb.opt/solib-intra-step.exp
8394 * gdb.python/py-events.exp
8395 * gdb.python/py-finish-breakpoint.exp
8396 * gdb.python/py-mi.exp
8397 * gdb.python/py-prettyprint.exp
8398 * gdb.python/py-shared.exp
8399 * gdb.python/py-symbol.exp
8400 * gdb.python/py-template.exp
8401 * gdb.python/py-type.exp
8402 * gdb.python/py-value.exp
8403 * gdb.reverse/solib-precsave.exp
8404 * gdb.reverse/solib-reverse.exp
8405 * gdb.server/solib-list.exp
8406 * gdb.stabs/weird.exp
8407 * gdb.threads/reconnect-signal.exp
8408 * gdb.threads/stepi-random-signal.exp
8409 * gdb.trace/actions.exp
8410 * gdb.trace/ax.exp
8411 * gdb.trace/backtrace.exp
8412 * gdb.trace/change-loc.exp
8413 * gdb.trace/deltrace.exp
8414 * gdb.trace/ftrace-lock.exp
8415 * gdb.trace/ftrace.exp
8416 * gdb.trace/infotrace.exp
8417 * gdb.trace/mi-tracepoint-changed.exp
8418 * gdb.trace/packetlen.exp
8419 * gdb.trace/passcount.exp
8420 * gdb.trace/pending.exp
8421 * gdb.trace/range-stepping.exp
8422 * gdb.trace/report.exp
8423 * gdb.trace/stap-trace.exp
8424 * gdb.trace/tfind.exp
8425 * gdb.trace/trace-break.exp
8426 * gdb.trace/trace-condition.exp
8427 * gdb.trace/trace-enable-disable.exp
8428 * gdb.trace/trace-mt.exp
8429 * gdb.trace/tracecmd.exp
8430 * gdb.trace/tspeed.exp
8431 * gdb.trace/tsv.exp
8432 * lib/perftest.exp
8433
fb9feb35
LM
84342016-12-01 Luis Machado <lgustavo@codesourcery.com>
8435
8436 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
8437 with gdb_test_no_output.
8438 Use command as test name.
8439
cd2ddb6c
LM
84402016-12-01 Luis Machado <lgustavo@codesourcery.com>
8441
8442 Fix test names starting with uppercase throughout the files.
8443
8444 * gdb.ada/assign_1.exp
8445 * gdb.ada/boolean_expr.exp
8446 * gdb.base/arrayidx.exp
8447 * gdb.base/del.exp
8448 * gdb.base/gcore-buffer-overflow.exp
8449 * gdb.base/testenv.exp
8450 * gdb.compile/compile.exp
8451 * gdb.python/py-framefilter-invalidarg.exp
8452 * gdb.python/py-framefilter.exp
8453
bb95117e
LM
84542016-12-01 Luis Machado <lgustavo@codesourcery.com>
8455
8456 Fix test names starting with uppercase throughout the files.
8457
8458 * gdb.ada/array_return.exp
8459 * gdb.ada/expr_delims.exp
8460 * gdb.ada/mi_dyn_arr.exp
8461 * gdb.ada/mi_interface.exp
8462 * gdb.ada/mi_var_array.exp
8463 * gdb.ada/watch_arg.exp
8464 * gdb.arch/alpha-step.exp
8465 * gdb.arch/altivec-regs.exp
8466 * gdb.arch/e500-regs.exp
8467 * gdb.arch/powerpc-d128-regs.exp
8468 * gdb.base/arrayidx.exp
8469 * gdb.base/break.exp
8470 * gdb.base/checkpoint.exp
8471 * gdb.base/debug-expr.exp
8472 * gdb.base/dmsym.exp
8473 * gdb.base/radix.exp
8474 * gdb.base/sepdebug.exp
8475 * gdb.base/testenv.exp
8476 * gdb.base/watch_thread_num.exp
8477 * gdb.base/watchpoint-cond-gone.exp
8478 * gdb.cell/break.exp
8479 * gdb.cell/ea-cache.exp
8480 * gdb.compile/compile.exp
8481 * gdb.cp/gdb2495.exp
8482 * gdb.gdb/selftest.exp
8483 * gdb.gdb/xfullpath.exp
8484 * gdb.go/hello.exp
8485 * gdb.go/integers.exp
8486 * gdb.objc/basicclass.exp
8487 * gdb.pascal/hello.exp
8488 * gdb.pascal/integers.exp
8489 * gdb.python/py-breakpoint.exp
8490 * gdb.python/py-cmd.exp
8491 * gdb.python/py-linetable.exp
8492 * gdb.python/py-xmethods.exp
8493 * gdb.python/python.exp
8494 * gdb.reverse/consecutive-precsave.exp
8495 * gdb.reverse/finish-precsave.exp
8496 * gdb.reverse/i386-precsave.exp
8497 * gdb.reverse/machinestate-precsave.exp
8498 * gdb.reverse/sigall-precsave.exp
8499 * gdb.reverse/solib-precsave.exp
8500 * gdb.reverse/step-precsave.exp
8501 * gdb.reverse/until-precsave.exp
8502 * gdb.reverse/watch-precsave.exp
8503 * gdb.threads/leader-exit.exp
8504 * gdb.threads/pthreads.exp
8505 * gdb.threads/wp-replication.exp
8506 * gdb.trace/actions.exp
8507 * gdb.trace/mi-tsv-changed.exp
8508 * gdb.trace/tsv.exp
8509
de97fdd4
LM
85102016-12-01 Luis Machado <lgustavo@codesourcery.com>
8511
8512 Fix test names starting with uppercase throughout the files.
8513
8514 * gdb.arch/i386-bp_permanent.exp
8515 * gdb.arch/i386-gnu-cfi.exp
8516 * gdb.base/disasm-end-cu.exp
8517 * gdb.base/macscp.exp
8518 * gdb.base/pending.exp
8519 * gdb.base/watch_thread_num.exp
8520 * gdb.cp/exception.exp
8521 * gdb.cp/gdb2495.exp
8522 * gdb.cp/local.exp
8523 * gdb.python/py-evsignal.exp
8524 * gdb.python/python.exp
8525 * gdb.trace/tracecmd.exp
8526
9f058c10
LM
85272016-12-01 Luis Machado <lgustavo@codesourcery.com>
8528
8529 Fix test names starting with uppercase throughout the files.
8530
8531 * gdb.base/charset.exp
8532 * gdb.base/eval.exp
8533 * gdb.base/multi-forks.exp
8534 * gdb.guile/scm-progspace.exp
8535 * gdb.opencl/datatypes.exp
8536 * gdb.python/py-block.exp
8537 * gdb.python/py-function.exp
8538 * gdb.python/py-symbol.exp
8539 * gdb.python/py-symtab.exp
8540 * gdb.python/py-xmethods.exp
8541 * gdb.reverse/break-precsave.exp
8542 * gdb.reverse/break-reverse.exp
8543 * gdb.reverse/consecutive-precsave.exp
8544 * gdb.reverse/consecutive-reverse.exp
8545 * gdb.reverse/finish-precsave.exp
8546 * gdb.reverse/finish-reverse-bkpt.exp
8547 * gdb.reverse/finish-reverse.exp
8548 * gdb.reverse/fstatat-reverse.exp
8549 * gdb.reverse/getresuid-reverse.exp
8550 * gdb.reverse/i386-precsave.exp
8551 * gdb.reverse/i386-reverse.exp
8552 * gdb.reverse/i386-sse-reverse.exp
8553 * gdb.reverse/i387-stack-reverse.exp
8554 * gdb.reverse/insn-reverse.exp
8555 * gdb.reverse/machinestate-precsave.exp
8556 * gdb.reverse/machinestate.exp
8557 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8558 * gdb.reverse/pipe-reverse.exp
8559 * gdb.reverse/readv-reverse.exp
8560 * gdb.reverse/recvmsg-reverse.exp
8561 * gdb.reverse/rerun-prec.exp
8562 * gdb.reverse/s390-mvcle.exp
8563 * gdb.reverse/sigall-precsave.exp
8564 * gdb.reverse/sigall-reverse.exp
8565 * gdb.reverse/solib-precsave.exp
8566 * gdb.reverse/solib-reverse.exp
8567 * gdb.reverse/step-precsave.exp
8568 * gdb.reverse/step-reverse.exp
8569 * gdb.reverse/time-reverse.exp
8570 * gdb.reverse/until-precsave.exp
8571 * gdb.reverse/until-reverse.exp
8572 * gdb.reverse/waitpid-reverse.exp
8573 * gdb.reverse/watch-precsave.exp
8574 * gdb.reverse/watch-reverse.exp
8575
cdc7edd7
LM
85762016-12-01 Luis Machado <lgustavo@codesourcery.com>
8577
8578 Fix test names starting with uppercase throughout the files.
8579
8580 * gdb.arch/i386-mpx-simple_segv.exp
8581 * gdb.arch/i386-mpx.exp
8582 * gdb.arch/i386-permbkpt.exp
8583 * gdb.arch/pa-nullify.exp
8584 * gdb.arch/powerpc-d128-regs.exp
8585 * gdb.arch/vsx-regs.exp
8586 * gdb.base/bfp-test.exp
8587 * gdb.base/break.exp
8588 * gdb.base/breakpoint-shadow.exp
8589 * gdb.base/callfuncs.exp
8590 * gdb.base/charset.exp
8591 * gdb.base/commands.exp
8592 * gdb.base/completion.exp
8593 * gdb.base/dfp-test.exp
8594 * gdb.base/echo.exp
8595 * gdb.base/ending-run.exp
8596 * gdb.base/eval.exp
8597 * gdb.base/expand-psymtabs.exp
8598 * gdb.base/float128.exp
8599 * gdb.base/floatn.exp
8600 * gdb.base/foll-exec-mode.exp
8601 * gdb.base/gdb1056.exp
8602 * gdb.base/gdb11531.exp
8603 * gdb.base/kill-after-signal.exp
8604 * gdb.base/multi-forks.exp
8605 * gdb.base/overlays.exp
8606 * gdb.base/pending.exp
8607 * gdb.base/sepdebug.exp
8608 * gdb.base/testenv.exp
8609 * gdb.base/valgrind-db-attach.exp
8610 * gdb.base/watch_thread_num.exp
8611 * gdb.base/watchpoint-cond-gone.exp
8612 * gdb.base/watchpoint.exp
8613 * gdb.base/watchpoints.exp
8614 * gdb.cp/arg-reference.exp
8615 * gdb.cp/baseenum.exp
8616 * gdb.cp/operator.exp
8617 * gdb.cp/shadow.exp
8618 * gdb.dwarf2/dw2-op-out-param.exp
8619 * gdb.dwarf2/dw2-reg-undefined.exp
8620 * gdb.go/chan.exp
8621 * gdb.go/hello.exp
8622 * gdb.go/integers.exp
8623 * gdb.go/methods.exp
8624 * gdb.go/package.exp
8625 * gdb.guile/scm-parameter.exp
8626 * gdb.guile/scm-progspace.exp
8627 * gdb.guile/scm-value.exp
8628 * gdb.mi/mi-pending.exp
8629 * gdb.mi/user-selected-context-sync.exp
8630 * gdb.multi/multi-attach.exp
8631 * gdb.multi/tids.exp
8632 * gdb.opt/clobbered-registers-O2.exp
8633 * gdb.pascal/floats.exp
8634 * gdb.pascal/integers.exp
8635 * gdb.python/py-block.exp
8636 * gdb.python/py-events.exp
8637 * gdb.python/py-parameter.exp
8638 * gdb.python/py-symbol.exp
8639 * gdb.python/py-symtab.exp
8640 * gdb.python/py-type.exp
8641 * gdb.python/py-value.exp
8642 * gdb.python/py-xmethods.exp
8643 * gdb.python/python.exp
8644 * gdb.reverse/break-precsave.exp
8645 * gdb.reverse/consecutive-precsave.exp
8646 * gdb.reverse/finish-precsave.exp
8647 * gdb.reverse/i386-precsave.exp
8648 * gdb.reverse/machinestate-precsave.exp
8649 * gdb.reverse/sigall-precsave.exp
8650 * gdb.reverse/solib-precsave.exp
8651 * gdb.reverse/step-precsave.exp
8652 * gdb.reverse/until-precsave.exp
8653 * gdb.reverse/watch-precsave.exp
8654 * gdb.server/ext-attach.exp
8655 * gdb.server/ext-restart.exp
8656 * gdb.server/ext-run.exp
8657 * gdb.server/ext-wrapper.exp
8658 * gdb.stabs/gdb11479.exp
8659 * gdb.stabs/weird.exp
8660 * gdb.threads/attach-many-short-lived-threads.exp
8661 * gdb.threads/kill.exp
8662 * gdb.threads/watchpoint-fork.exp
8663
bc6c7af4
LM
86642016-12-01 Luis Machado <lgustavo@codesourcery.com>
8665
8666 Fix test names starting with uppercase throughout all the files below.
8667
8668 * gdb.ada/array_return.exp
8669 * gdb.ada/catch_ex.exp
8670 * gdb.ada/info_exc.exp
8671 * gdb.ada/mi_catch_ex.exp
8672 * gdb.ada/mi_dyn_arr.exp
8673 * gdb.ada/mi_ex_cond.exp
8674 * gdb.ada/mi_exc_info.exp
8675 * gdb.ada/mi_interface.exp
8676 * gdb.ada/mi_task_arg.exp
8677 * gdb.ada/mi_task_info.exp
8678 * gdb.ada/mi_var_array.exp
8679 * gdb.arch/alpha-step.exp
8680 * gdb.arch/amd64-disp-step.exp
8681 * gdb.arch/arm-disp-step.exp
8682 * gdb.arch/disp-step-insn-reloc.exp
8683 * gdb.arch/e500-prologue.exp
8684 * gdb.arch/ftrace-insn-reloc.exp
8685 * gdb.arch/gdb1558.exp
8686 * gdb.arch/i386-bp_permanent.exp
8687 * gdb.arch/i386-disp-step.exp
8688 * gdb.arch/i386-float.exp
8689 * gdb.arch/i386-gnu-cfi.exp
8690 * gdb.arch/ia64-breakpoint-shadow.exp
8691 * gdb.arch/mips16-thunks.exp
8692 * gdb.arch/pa-nullify.exp
8693 * gdb.arch/powerpc-aix-prologue.exp
8694 * gdb.arch/powerpc-power.exp
8695 * gdb.arch/ppc-dfp.exp
8696 * gdb.arch/s390-tdbregs.exp
8697 * gdb.arch/spu-info.exp
8698 * gdb.arch/spu-ls.exp
8699 * gdb.arch/thumb-bx-pc.exp
8700 * gdb.base/advance.exp
8701 * gdb.base/annota-input-while-running.exp
8702 * gdb.base/arrayidx.exp
8703 * gdb.base/asmlabel.exp
8704 * gdb.base/async.exp
8705 * gdb.base/attach-wait-input.exp
8706 * gdb.base/auto-connect-native-target.exp
8707 * gdb.base/batch-preserve-term-settings.exp
8708 * gdb.base/bfp-test.exp
8709 * gdb.base/bigcore.exp
8710 * gdb.base/bp-permanent.exp
8711 * gdb.base/break-always.exp
8712 * gdb.base/break-fun-addr.exp
8713 * gdb.base/break-idempotent.exp
8714 * gdb.base/break-main-file-remove-fail.exp
8715 * gdb.base/break-probes.exp
8716 * gdb.base/break-unload-file.exp
8717 * gdb.base/break.exp
8718 * gdb.base/call-ar-st.exp
8719 * gdb.base/call-rt-st.exp
8720 * gdb.base/call-sc.exp
8721 * gdb.base/call-signal-resume.exp
8722 * gdb.base/call-strs.exp
8723 * gdb.base/callexit.exp
8724 * gdb.base/callfuncs.exp
8725 * gdb.base/catch-gdb-caused-signals.exp
8726 * gdb.base/catch-signal-siginfo-cond.exp
8727 * gdb.base/catch-syscall.exp
8728 * gdb.base/compare-sections.exp
8729 * gdb.base/cond-eval-mode.exp
8730 * gdb.base/condbreak-call-false.exp
8731 * gdb.base/consecutive-step-over.exp
8732 * gdb.base/cursal.exp
8733 * gdb.base/disabled-location.exp
8734 * gdb.base/disasm-end-cu.exp
8735 * gdb.base/display.exp
8736 * gdb.base/double-prompt-target-event-error.exp
8737 * gdb.base/dprintf-bp-same-addr.exp
8738 * gdb.base/dprintf-detach.exp
8739 * gdb.base/dprintf-next.exp
8740 * gdb.base/dprintf-non-stop.exp
8741 * gdb.base/dprintf-pending.exp
8742 * gdb.base/dso2dso.exp
8743 * gdb.base/ending-run.exp
8744 * gdb.base/enum_cond.exp
8745 * gdb.base/examine-backward.exp
8746 * gdb.base/exe-lock.exp
8747 * gdb.base/exec-invalid-sysroot.exp
8748 * gdb.base/execl-update-breakpoints.exp
8749 * gdb.base/execution-termios.exp
8750 * gdb.base/fileio.exp
8751 * gdb.base/fixsection.exp
8752 * gdb.base/foll-exec-mode.exp
8753 * gdb.base/foll-exec.exp
8754 * gdb.base/fork-running-state.exp
8755 * gdb.base/frame-args.exp
8756 * gdb.base/fullpath-expand.exp
8757 * gdb.base/func-ptr.exp
8758 * gdb.base/gcore-relro-pie.exp
8759 * gdb.base/gdb1090.exp
8760 * gdb.base/gdb1555.exp
8761 * gdb.base/global-var-nested-by-dso.exp
8762 * gdb.base/gnu-ifunc.exp
8763 * gdb.base/hbreak-in-shr-unsupported.exp
8764 * gdb.base/hbreak-unmapped.exp
8765 * gdb.base/hook-stop.exp
8766 * gdb.base/infcall-input.exp
8767 * gdb.base/info-fun.exp
8768 * gdb.base/info-shared.exp
8769 * gdb.base/interrupt-noterm.exp
8770 * gdb.base/jit-so.exp
8771 * gdb.base/jit.exp
8772 * gdb.base/line-symtabs.exp
8773 * gdb.base/list.exp
8774 * gdb.base/longjmp.exp
8775 * gdb.base/macscp.exp
8776 * gdb.base/max-value-size.exp
8777 * gdb.base/nodebug.exp
8778 * gdb.base/nofield.exp
8779 * gdb.base/overlays.exp
8780 * gdb.base/paginate-after-ctrl-c-running.exp
8781 * gdb.base/paginate-bg-execution.exp
8782 * gdb.base/paginate-inferior-exit.exp
8783 * gdb.base/pending.exp
8784 * gdb.base/pr11022.exp
8785 * gdb.base/printcmds.exp
8786 * gdb.base/ptr-typedef.exp
8787 * gdb.base/ptype.exp
8788 * gdb.base/randomize.exp
8789 * gdb.base/range-stepping.exp
8790 * gdb.base/realname-expand.exp
8791 * gdb.base/relativedebug.exp
8792 * gdb.base/remote.exp
8793 * gdb.base/savedregs.exp
8794 * gdb.base/sepdebug.exp
8795 * gdb.base/set-noassign.exp
8796 * gdb.base/shlib-call.exp
8797 * gdb.base/shreloc.exp
8798 * gdb.base/sigaltstack.exp
8799 * gdb.base/sigbpt.exp
8800 * gdb.base/siginfo-addr.exp
8801 * gdb.base/siginfo-obj.exp
8802 * gdb.base/siginfo-thread.exp
8803 * gdb.base/signest.exp
8804 * gdb.base/signull.exp
8805 * gdb.base/sigrepeat.exp
8806 * gdb.base/skip.exp
8807 * gdb.base/so-impl-ld.exp
8808 * gdb.base/solib-corrupted.exp
8809 * gdb.base/solib-disc.exp
8810 * gdb.base/solib-display.exp
8811 * gdb.base/solib-overlap.exp
8812 * gdb.base/solib-search.exp
8813 * gdb.base/solib-symbol.exp
8814 * gdb.base/source-execution.exp
8815 * gdb.base/sss-bp-on-user-bp-2.exp
8816 * gdb.base/sss-bp-on-user-bp.exp
8817 * gdb.base/stack-checking.exp
8818 * gdb.base/stale-infcall.exp
8819 * gdb.base/step-break.exp
8820 * gdb.base/step-line.exp
8821 * gdb.base/step-over-exit.exp
8822 * gdb.base/step-test.exp
8823 * gdb.base/structs.exp
8824 * gdb.base/sym-file.exp
8825 * gdb.base/symtab-search-order.exp
8826 * gdb.base/term.exp
8827 * gdb.base/type-opaque.exp
8828 * gdb.base/unload.exp
8829 * gdb.base/until-nodebug.exp
8830 * gdb.base/until.exp
8831 * gdb.base/unwindonsignal.exp
8832 * gdb.base/watch-cond.exp
8833 * gdb.base/watch-non-mem.exp
8834 * gdb.base/watch_thread_num.exp
8835 * gdb.base/watchpoint-reuse-slot.exp
8836 * gdb.base/watchpoint-solib.exp
8837 * gdb.base/watchpoint.exp
8838 * gdb.btrace/dlopen.exp
8839 * gdb.cell/arch.exp
8840 * gdb.cell/break.exp
8841 * gdb.cell/bt.exp
8842 * gdb.cell/core.exp
8843 * gdb.cell/data.exp
8844 * gdb.cell/dwarfaddr.exp
8845 * gdb.cell/ea-cache.exp
8846 * gdb.cell/ea-standalone.exp
8847 * gdb.cell/ea-test.exp
8848 * gdb.cell/f-regs.exp
8849 * gdb.cell/fork.exp
8850 * gdb.cell/gcore.exp
8851 * gdb.cell/mem-access.exp
8852 * gdb.cell/ptype.exp
8853 * gdb.cell/registers.exp
8854 * gdb.cell/sizeof.exp
8855 * gdb.cell/solib-symbol.exp
8856 * gdb.cell/solib.exp
8857 * gdb.compile/compile-tls.exp
8858 * gdb.cp/exception.exp
8859 * gdb.cp/gdb2495.exp
8860 * gdb.cp/local.exp
8861 * gdb.cp/mb-inline.exp
8862 * gdb.cp/mb-templates.exp
8863 * gdb.cp/pr10687.exp
8864 * gdb.cp/pr9167.exp
8865 * gdb.cp/scope-err.exp
8866 * gdb.cp/templates.exp
8867 * gdb.cp/virtfunc.exp
8868 * gdb.dwarf2/dw2-dir-file-name.exp
8869 * gdb.dwarf2/dw2-single-line-discriminators.exp
8870 * gdb.fortran/complex.exp
8871 * gdb.fortran/library-module.exp
8872 * gdb.guile/guile.exp
8873 * gdb.guile/scm-cmd.exp
8874 * gdb.guile/scm-frame-inline.exp
8875 * gdb.guile/scm-objfile.exp
8876 * gdb.guile/scm-pretty-print.exp
8877 * gdb.guile/scm-symbol.exp
8878 * gdb.guile/scm-type.exp
8879 * gdb.guile/scm-value.exp
8880 * gdb.linespec/keywords.exp
8881 * gdb.linespec/ls-errs.exp
8882 * gdb.linespec/macro-relative.exp
8883 * gdb.linespec/thread.exp
8884 * gdb.mi/mi-breakpoint-changed.exp
8885 * gdb.mi/mi-dprintf-pending.exp
8886 * gdb.mi/mi-fullname-deleted.exp
8887 * gdb.mi/mi-logging.exp
8888 * gdb.mi/mi-pending.exp
8889 * gdb.mi/mi-solib.exp
8890 * gdb.mi/new-ui-mi-sync.exp
8891 * gdb.mi/user-selected-context-sync.exp
8892 * gdb.multi/dummy-frame-restore.exp
8893 * gdb.multi/multi-arch-exec.exp
8894 * gdb.multi/remove-inferiors.exp
8895 * gdb.multi/watchpoint-multi-exit.exp
8896 * gdb.opt/solib-intra-step.exp
8897 * gdb.perf/backtrace.exp
8898 * gdb.perf/single-step.exp
8899 * gdb.perf/skip-command.exp
8900 * gdb.perf/skip-prologue.exp
8901 * gdb.perf/solib.exp
8902 * gdb.python/lib-types.exp
8903 * gdb.python/py-as-string.exp
8904 * gdb.python/py-bad-printers.exp
8905 * gdb.python/py-block.exp
8906 * gdb.python/py-breakpoint.exp
8907 * gdb.python/py-cmd.exp
8908 * gdb.python/py-events.exp
8909 * gdb.python/py-evthreads.exp
8910 * gdb.python/py-finish-breakpoint.exp
8911 * gdb.python/py-finish-breakpoint2.exp
8912 * gdb.python/py-frame-inline.exp
8913 * gdb.python/py-frame.exp
8914 * gdb.python/py-inferior.exp
8915 * gdb.python/py-infthread.exp
8916 * gdb.python/py-mi.exp
8917 * gdb.python/py-objfile.exp
8918 * gdb.python/py-pp-maint.exp
8919 * gdb.python/py-pp-registration.exp
8920 * gdb.python/py-prettyprint.exp
8921 * gdb.python/py-recurse-unwind.exp
8922 * gdb.python/py-shared.exp
8923 * gdb.python/py-symbol.exp
8924 * gdb.python/py-symtab.exp
8925 * gdb.python/py-template.exp
8926 * gdb.python/py-type.exp
8927 * gdb.python/py-unwind-maint.exp
8928 * gdb.python/py-unwind.exp
8929 * gdb.python/py-value.exp
8930 * gdb.python/python.exp
8931 * gdb.reverse/finish-reverse-bkpt.exp
8932 * gdb.reverse/insn-reverse.exp
8933 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8934 * gdb.reverse/solib-precsave.exp
8935 * gdb.reverse/solib-reverse.exp
8936 * gdb.stabs/gdb11479.exp
8937 * gdb.stabs/weird.exp
8938 * gdb.threads/fork-child-threads.exp
8939 * gdb.threads/fork-plus-threads.exp
8940 * gdb.threads/fork-thread-pending.exp
8941 * gdb.threads/forking-threads-plus-breakpoint.exp
8942 * gdb.threads/hand-call-in-threads.exp
8943 * gdb.threads/interrupted-hand-call.exp
8944 * gdb.threads/linux-dp.exp
8945 * gdb.threads/local-watch-wrong-thread.exp
8946 * gdb.threads/next-while-other-thread-longjmps.exp
8947 * gdb.threads/non-ldr-exit.exp
8948 * gdb.threads/pending-step.exp
8949 * gdb.threads/print-threads.exp
8950 * gdb.threads/process-dies-while-detaching.exp
8951 * gdb.threads/process-dies-while-handling-bp.exp
8952 * gdb.threads/pthreads.exp
8953 * gdb.threads/queue-signal.exp
8954 * gdb.threads/reconnect-signal.exp
8955 * gdb.threads/signal-command-handle-nopass.exp
8956 * gdb.threads/signal-command-multiple-signals-pending.exp
8957 * gdb.threads/signal-delivered-right-thread.exp
8958 * gdb.threads/signal-sigtrap.exp
8959 * gdb.threads/sigthread.exp
8960 * gdb.threads/staticthreads.exp
8961 * gdb.threads/stepi-random-signal.exp
8962 * gdb.threads/thread-unwindonsignal.exp
8963 * gdb.threads/thread_check.exp
8964 * gdb.threads/thread_events.exp
8965 * gdb.threads/tid-reuse.exp
8966 * gdb.threads/tls-nodebug.exp
8967 * gdb.threads/tls-shared.exp
8968 * gdb.threads/tls-so_extern.exp
8969 * gdb.threads/tls.exp
8970 * gdb.threads/wp-replication.exp
8971 * gdb.trace/actions-changed.exp
8972 * gdb.trace/actions.exp
8973 * gdb.trace/backtrace.exp
8974 * gdb.trace/change-loc.exp
8975 * gdb.trace/collection.exp
8976 * gdb.trace/deltrace.exp
8977 * gdb.trace/disconnected-tracing.exp
8978 * gdb.trace/entry-values.exp
8979 * gdb.trace/ftrace-lock.exp
8980 * gdb.trace/ftrace.exp
8981 * gdb.trace/infotrace.exp
8982 * gdb.trace/mi-trace-frame-collected.exp
8983 * gdb.trace/mi-trace-unavailable.exp
8984 * gdb.trace/mi-traceframe-changed.exp
8985 * gdb.trace/mi-tracepoint-changed.exp
8986 * gdb.trace/mi-tsv-changed.exp
8987 * gdb.trace/no-attach-trace.exp
8988 * gdb.trace/packetlen.exp
8989 * gdb.trace/passc-dyn.exp
8990 * gdb.trace/passcount.exp
8991 * gdb.trace/pending.exp
8992 * gdb.trace/pr16508.exp
8993 * gdb.trace/qtro.exp
8994 * gdb.trace/range-stepping.exp
8995 * gdb.trace/read-memory.exp
8996 * gdb.trace/report.exp
8997 * gdb.trace/save-trace.exp
8998 * gdb.trace/signal.exp
8999 * gdb.trace/stap-trace.exp
9000 * gdb.trace/status-stop.exp
9001 * gdb.trace/strace.exp
9002 * gdb.trace/tfile.exp
9003 * gdb.trace/tfind.exp
9004 * gdb.trace/trace-break.exp
9005 * gdb.trace/trace-condition.exp
9006 * gdb.trace/trace-enable-disable.exp
9007 * gdb.trace/trace-mt.exp
9008 * gdb.trace/tracecmd.exp
9009 * gdb.trace/tracefile-pseudo-reg.exp
9010 * gdb.trace/tspeed.exp
9011 * gdb.trace/tstatus.exp
9012 * gdb.trace/tsv.exp
9013 * gdb.trace/unavailable.exp
9014 * gdb.trace/while-dyn.exp
9015 * gdb.trace/while-stepping.exp
9016 * lib/gdb-guile.exp
9017 * lib/gdb.exp
9018 * lib/mi-support.exp
9019 * lib/pascal.exp
9020 * lib/perftest.exp
9021 * lib/prelink-support.exp
9022 * lib/selftest-support.exp
9023
ad02e4fe
SM
90242016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
9025
9026 * Makefile.in: Include disable-implicit-rules.mk.
9027
22347e55
AA
90282016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9029
9030 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
9031 non-byte-aligned bit fields.
9032
da5b30da
AA
90332016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9034
9035 PR gdb/12616
9036 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
9037 respects the DW_AT_data_bit_offset attribute.
9038
b593ecca
SM
90392016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
9040
9041 * gdb.base/default.exp: Fix output of "set language".
9042
3b165252
SM
90432016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
9044
9045 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
9046 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
9047 make.
9048 * configure.ac: Remove checks for the make program.
9049 * configure: Re-generate.
9050
1a2f3d7f
KB
90512016-11-16 Kevin Buettner <kevinb@redhat.com>
9052
9053 * gdb.python/py-recurse-unwind.c (main): Add loop.
9054 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
9055 to read_register() and gdb.parse_and_eval(). Make each code
9056 call a separate case that can be individually tested.
9057 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
9058 proc. Call cont_and_backtrace for each of the code paths that
9059 we want to test in the unwinder.
9060
b7f38fda
AA
90612016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
9062
9063 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
9064 the definition of struct S.
9065
1f8db343
CM
90662016-11-11 Catherine Moore <clm@codesourcery.com>
9067
9068 * gdb.base/dump.exp: Identify verilog format dump tests as such.
9069
fad0c9fb
PA
90702016-11-09 Pedro Alves <palves@redhat.com>
9071
9072 * gdb.base/commands.exp (runto_or_return): New procedure.
9073 (gdbvar_simple_if_test, gdbvar_simple_while_test)
9074 (gdbvar_complex_if_while_test, progvar_simple_if_test)
9075 (progvar_simple_while_test, progvar_complex_if_while_test)
9076 (if_while_breakpoint_command_test)
9077 (infrun_breakpoint_command_test, breakpoint_command_test)
9078 (user_defined_command_test, watchpoint_command_test)
9079 (test_command_prompt_position, redefine_hook_test)
9080 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
9081 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
9082 multi_line_input and multi_line. Remove gdb_expect and
9083 gdb_stop_suppressing_tests uses.
9084 * lib/gdb.exp (valnum_re): New global.
9085 (multi_line_input): New procedure.
9086
8354c62c
SM
90872016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
9088
9089 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
9090 Remove.
9091 (test_setup): Define with proc_with_prefix.
9092 (test_cli_inferior): Likewise.
9093 (test_cli_thread): Likewise.
9094 (test_cli_frame): Likewise.
9095 (test_cli_select_frame): Likewise.
9096 (test_cli_up_down): Likewise.
9097 (test_mi_thread_select): Likewise.
9098 (test_mi_stack_select_frame): Likewise.
9099 (test_cli_in_mi_inferior): Likewise.
9100 (test_cli_in_mi_thread): Likewise.
9101 (test_cli_in_mi_frame): Likewise.
9102 (top level): Do not use with_test_prefix_procname.
9103
64f367a2
PA
91042016-11-09 Pedro Alves <palves@redhat.com>
9105
9106 * gdb.base/commands.exp (gdbvar_simple_if_test)
9107 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
9108 (progvar_simple_if_test, progvar_simple_while_test)
9109 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
9110 (infrun_breakpoint_command_test, breakpoint_command_test)
9111 (user_defined_command_test, watchpoint_command_test)
9112 (test_command_prompt_position, deprecated_command_test)
9113 (bp_deleted_in_command, temporary_breakpoint_commands)
9114 (stray_arg0_test, source_file_with_indented_comment)
9115 (recursive_source_test, if_commands_test)
9116 (error_clears_commands_left, redefine_hook_test)
9117 (redefine_backtrace_test): Use proc_with_prefix.
9118 * lib/gdb.exp (proc_with_prefix): New proc.
9119
0bb65f1e
AA
91202016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9121
9122 * gdb.base/tui-layout.c: New file.
9123 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
9124 disassembly window contains very long lines.
9125
7353f247
TT
91262016-11-08 Tom Tromey <tom@tromey.com>
9127
9128 * gdb.python/py-value.exp (test_value_creation): Make "long" test
9129 depend on Python 2.
9130
30a7bb83
TT
91312016-11-08 Tom Tromey <tom@tromey.com>
9132
9133 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
9134 New method.
9135
cdf5a07c
MG
91362016-10-29 Manish Goregaokar <manish@mozilla.com>
9137
2806dc7e 9138 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 9139
51a789c3
MG
91402016-10-27 Manish Goregaokar <manish@mozilla.com>
9141
2806dc7e
PA
9142 * gdb.rust/simple.rs: Add test for univariant enums without
9143 discriminants and for encoded struct-like enums.
51a789c3 9144
f610ab6d
PA
91452016-10-28 Pedro Alves <palves@redhat.com>
9146
9147 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
9148 gdb_test_multiple, tighten regexps and match symtabs and line
9149 tables incrementally.
9150
b129b0ca
LM
91512016-10-28 Luis Machado <lgustavo@codesourcery.com>
9152
9153 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
9154 general.
9155
ecf45d2c
SL
91562016-10-25 Luis Machado <lgustavo@codesourcery.com>
9157
9158 * gdb.base/exec-invalid-sysroot.exp: New file.
9159
b8d38ee4
JK
91602016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9161
9162 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
9163
f90fd8c2
JK
91642016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9165
9166 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
9167
2d2476aa
MR
91682016-10-19 Maciej W. Rozycki <macro@imgtec.com>
9169
2806dc7e
PA
9170 * gdb.base/killed-outside.exp: Remove $options from a call to
9171 `prepare_for_testing'.
2d2476aa 9172
e42b25a0
SM
91732016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9174
9175 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9176 Change test message.
9177
3ccdb432
SM
91782016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9179
9180 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9181 Update comment.
9182
5bad3170
SM
91832016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9184
9185 * gdb.trace/mi-trace-save.exp: New file.
9186
5ad9dba7
YQ
91872016-10-13 Yao Qi <yao.qi@linaro.org>
9188
9189 * gdb.base/code_elim.exp (get_var_address): Remove.
9190 * gdb.base/relocate.exp: Likewise.
9191 * gdb.base/shreloc.exp: Likewise.
9192 * lib/gdb.exp (get_var_address): New.
9193
62df7e21
YQ
91942016-10-13 Yao Qi <yao.qi@linaro.org>
9195
9196 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
9197 floating point tests if $skip_float_test is false.
9198
4dac951e
LM
91992016-10-12 Luis Machado <lgustavo@codesourcery.com>
9200
9201 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
9202 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
9203 argc values.
9204 Add 1 to argc so we guarantee distinct initial/modified argc values.
9205
8f1a8fc4
JK
92062016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9207
9208 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
9209
16c85b5d
JK
92102016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9211
9212 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
9213 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
9214 * gdb.arch/vsx-regs.exp: Likewise.
9215
1d0e042a
YQ
92162016-10-07 Yao Qi <yao.qi@linaro.org>
9217
9218 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
9219
68dadef5
MM
92202016-10-07 Markus Metzger <markus.t.metzger@intel.com>
9221
9222 * gdb.python/python.exp: Test decode_line("*0").
9223
33fa2c6e
DE
92242016-10-06 Doug Evans <dje@google.com>
9225
9226 * gdb.python/py-value.exp (test_value_creation): Add test for large
9227 unsigned 64-bit value.
9228
9c37b5ae
TT
92292016-10-06 Tom Tromey <tom@tromey.com>
9230
9231 * gdb.compile/compile.exp: Change java tests to rust.
9232 * gdb.base/setshow.exp: Change java tests to rust.
9233 * gdb.base/default.exp: Remove java from language list.
9234 * README (Examples): Update language example.
9235 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
9236 test.
9237 * lib/gdb.exp (skip_java_tests): Remove.
9238 * lib/java.exp: Remove.
9239 * gdb.java: Remove.
9240
78b86327
MR
92412016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9242
9243 * gdb.arch/mips-fcr.exp: New test.
9244 * gdb.arch/mips-fcr.c: Source for the new test.
9245
7470adbb
MR
92462016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9247
9248 * gdb.base/solib-disc.exp: Use `standard_output_file'
9249 throughout.
9250
4a556533
PA
92512016-10-06 Pedro Alves <palves@redhat.com>
9252
9253 * gdb.base/jit-simple-dl.c: New file.
9254 * gdb.base/jit-simple-jit.c: New file, factored out from ...
9255 * gdb.base/jit-simple.c: ... this.
9256 * gdb.base/jit-simple.exp (jit_run): Delete.
9257 (build_jit): New proc.
9258 (jit_test_reread): Recompile either the main program or the shared
9259 library, depending on what is being tested. Skip changing address
9260 if caller wants to. Compare before/after addresses. If testing
9261 standalone, explicitly load the binary. Test "maint info
9262 breakpoints".
9263 (top level): Add "standalone vs shared lib" and "change address"
9264 vs "same address" axes.
9265
5a122fbc
PA
92662016-10-06 Pedro Alves <palves@redhat.com>
9267
9268 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
9269 call.
9270 (jit_run): Delete.
9271 (jit_test_reread): Use with_test_prefix. Reload the main binary
9272 explicitly. Compare the before/after addresses of the JIT
9273 descriptor.
9274
ee8da4b8
DE
92752016-08-15 Doug Evans <dje@google.com>
9276
9277 * gdb.xml/extra-regs.xml: Update, end field now required, default type
9278 for single bitfields is bool.
9279 * gdb.xml/tdesc-regs.exp: Ditto.
9280
f389f6fe
JK
92812016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9282
9283 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
9284
fdebf1a4
YQ
92852016-10-05 Yao Qi <yao.qi@linaro.org>
9286
9287 * lib/gdb.exp (support_complex_tests): Return zero if
9288 gdb_skip_float_test return true.
9289
9c36d954 92902016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 9291 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
9292
9293 PR gdb/20487
9294 * gdb.mi/user-selected-context-sync.exp: New file.
9295 * gdb.mi/user-selected-context-sync.c: New file.
9296
4034d0ff 92972016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 9298 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
9299
9300 PR gdb/20487
9301 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
9302 =thread-select-event check.
9303
a4297203
PB
93042016-09-29 Peter Bergner <bergner@vnet.ibm.com>
9305
9306 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
9307 the compulsory L operand changes.
9308 * gdb.arch/powerpc-power.s: Likewise.
9309
bb805577
JK
93102016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9311
9312 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
9313 * gdb.base/jit-attach-pie.c: New file.
9314 * gdb.base/jit-attach-pie.exp: New file.
9315
6d61dee5
PA
93162016-09-28 Pedro Alves <palves@redhat.com>
9317
9318 * gdb.base/infcall-input.c: New file.
9319 * gdb.base/infcall-input.exp: New file.
9320
f73842fc
YQ
93212016-09-22 Yao Qi <yao.qi@linaro.org>
9322
9323 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
9324 (gdb_exit): Rename it to ...
9325 (gdbserver_gdb_exit): ... Close GDBserver.
9326 (gdb_exit): New proc, call gdbserver_gdb_exit.
9327 (mi_gdb_exit): Likewise.
9328
90681dab
YQ
93292016-09-22 Yao Qi <yao.qi@linaro.org>
9330
9331 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
9332 path.
9333 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
9334 Remove duplication.
9335
9c211fd8
YQ
93362016-09-22 Yao Qi <yao.qi@linaro.org>
9337
9338 * lib/gdbserver-support.exp: Check the existence of
9339 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
9340
ad0a504f
AK
93412016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
9342
9343 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
9344
36cf1806
TT
93452016-09-21 Tom Tromey <tom@tromey.com>
9346
9347 PR gdb/20604:
9348 * gdb.base/quit.exp: New file.
9349
74172ecf
SM
93502016-09-21 Simon Marchi <simon.marchi@ericsson.com>
9351
9352 * .gitignore: New file.
9353
3d0ec882
MR
93542016-09-21 Maciej W. Rozycki <macro@imgtec.com>
9355
9356 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
9357 throughout.
9358
8193adea
AA
93592016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9360
9361 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
9362
d41a5c09
JK
93632016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9364
9365 * gdb.cp/casts.cc (decltype): Move it ...
9366 (main): ... with its call to ...
9367 * gdb.cp/casts03.cc: ... a new file.
9368 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
9369
d2dfe700
JK
93702016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9371
9372 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
9373
e2a92b16
PB
93742016-09-15 Peter Bergner <bergner@vnet.ibm.com>
9375
9376 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
9377 and sync up the test with tests in gas/testsuite/gas/ppc.
9378 * gdb.arch/powerpc-power.exp: Likewise.
9379
49b4de64
JK
93802016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9381
9382 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
9383
2c29df25
SDJ
93842016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
9385 Jan Kratochvil <jan.kratochvil@redhat.com>
9386
9387 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
9388 make m1's definition to be different from m2's. Use 'dummy' as an
9389 argument for probe 'two'.
9390
cc3c2846
JB
93912016-09-10 Jon Beniston <jon@beniston.com>
9392
9393 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
9394 for sim target.
9395
e1b2624a
AA
93962016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9397
9398 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
9399 variable declaration.
9400 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
9401 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
9402 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
9403 received HWCAP as its argument.
9404
4295e285
PA
94052016-09-06 Pedro Alves <palves@redhat.com>
9406
9407 * gdb.base/new-ui-pending-input.c: New file.
9408 * gdb.base/new-ui-pending-input.exp: New file.
9409 * gdb.exp (clear_gdb_spawn_id): New procedure.
9410 (with_spawn_id): Check whether gdb_spawn_id exists before
9411 referencing it. If gdb_spawn_id didn't exist on entry, clear it
9412 on exit.
9413
00d5215e
UW
94142016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9415
9416 * gdb.base/float128.c: New file.
9417 * gdb.base/float128.exp: Likewise.
9418 * gdb.base/floatn.c: Likewise.
9419 * gdb.base/floatn.exp: Likewise.
9420
a9ff5f12
UW
94212016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9422
9423 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
9424
f245535c
PA
94252016-09-05 Pedro Alves <palves@redhat.com>
9426
9427 PR backtrace/19927
9428 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
9429 unwinders are immediately called as side effect of "source" or
9430 "disable unwinder" commands.
9431 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
9432
ae9cf263
YQ
94332016-09-02 Yao Qi <yao.qi@linaro.org>
9434
9435 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
9436 is true and $type is "float" or "double".
9437
27aba047
YQ
94382016-09-02 Yao Qi <yao.qi@linaro.org>
9439
9440 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
9441 true.
9442 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
9443 * gdb.base/call-rt-st.exp: Likewise.
9444 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
9445 return value instead of gdb,skip_float_test.
9446 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
9447 (do_function_calls): Use its return value instead of
9448 gdb,skip_float_test.
9449 * gdb.base/finish.exp: Likewise.
9450 * gdb.base/funcargs.exp: Likewise.
9451 * gdb.base/return.exp: Likewise.
9452 * gdb.base/return2.exp: Likewise.
9453 * gdb.base/varargs.exp: Likewise.
9454 * lib/gdb.exp (gdb_skip_float_test): Change it to
9455 gdb_caching_proc. Detect the broken ptrace on arm-linux.
9456
5af962df
AA
94572016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9458
9459 * gdb.multi/tids.exp: Test "thread apply all".
9460
7fac6910
JK
94612016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9462
9463 * gdb.base/default.exp (tty): Remove.
9464
bb1fe4ac
KB
94652016-08-24 Kevin Buettner <kevinb@redhat.com>
9466
2806dc7e
PA
9467 * gdb.python/py-recurse-unwind.c: New file.
9468 * gdb.python/py-recurse-unwind.py: New file.
9469 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 9470
0a1ddfa6
SM
94712016-08-24 Simon Marchi <simon.marchi@ericsson.com>
9472
9473 * gdb.base/set-inferior-tty.exp: New file.
9474 * gdb.base/set-inferior-tty.c: New file.
9475
d9de1fe3
PA
94762016-08-23 Pedro Alves <palves@redhat.com>
9477
9478 PR gdb/20494
9479 * gdb.base/new-ui-echo.c: New file.
9480 * gdb.base/new-ui-echo.exp: New file.
9481
e9d9abd7
YQ
94822016-08-23 Yao Qi <yao.qi@linaro.org>
9483
9484 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
9485 gdbserver_spawn.
9486 * gdb.server/connect-without-multi-process.exp (do_test):
9487 Likewise.
9488
3589529e
YQ
94892016-08-23 Yao Qi <yao.qi@linaro.org>
9490
9491 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
9492 standalone_txt. Delete gdb_txt and standalone_txt on host
9493 and target. Spawn the binary on target. Copy files from
9494 target to host.
9495
6bb90213
PA
94962016-08-22 Pedro Alves <palves@redhat.com>
9497
9498 PR gdb/20505
9499 * gdb.base/vdso-warning.exp: Test core dumps too. Use
9500 with_test_prefix. Factor out bits to ...
9501 (test_no_vdso): ... this new procedure.
9502
20c2c024
CL
95032016-08-19 Carl Love <cel@us.ibm.com>
9504
9505 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
9506 maintaining separate logic for constructing the output path.
9507 * gdb.arch/powerpc-d128-regs.exp: Likewise.
9508 * gdb.arch/ppc-dfp.exp: Likewise.
9509 * gdb.arch/ppc-fp.exp: Likewise.
9510 * gdb.arch/vsx-regs.exp: Likewise.
9511 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
9512 binprefix for generating the additional binary files.
9513
0646e07d
PA
95142016-08-19 Pedro Alves <palves@redhat.com>
9515
9516 * gdb.trace/mi-trace-frame-collected.exp
9517 (test_trace_frame_collected): On x32, expect two registers.
9518
46da9242
CL
95192016-08-18 Carl Love <cel@us.ibm.com>
9520
9521 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
9522 and sync up the test with tests in gas/testsuite/gas/ppc.
9523 * gdb.arch/powerpc-power.exp: Likewise.
9524
eb2332d7
SM
95252016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9526
9527 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
9528 expected error message.
9529
63c61e04
SM
95302016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9531
9532 * gdb.multi/remove-inferiors.exp: New file.
9533 * gdb.multi/remove-inferiors.c: New file.
9534
7b17065f
YQ
95352016-08-12 Yao Qi <yao.qi@linaro.org>
9536
9537 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
9538 argument list.
9539
01d3dedf
PA
95402016-08-10 Pedro Alves <palves@redhat.com>
9541
9542 PR gdb/19187
9543 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
9544 setup_kfails.
9545
3eb7562a
PA
95462016-08-09 Pedro Alves <palves@redhat.com>
9547 Simon Marchi <simon.marchi@ericsson.com>
9548
9549 PR gdb/20418
9550 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
9551 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
9552
80614914
PA
95532016-08-09 Pedro Alves <palves@redhat.com>
9554
9555 PR mi/20431
9556 * gdb.mi/mi-cmd-error.exp: New file.
9557
f348d89a
PA
95582016-08-09 Pedro Alves <palves@redhat.com>
9559
9560 PR gdb/18653
9561 * gdb.base/signals-state-child.c: New file.
9562 * gdb.base/signals-state-child.exp: New file.
9563 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
9564
e5ca03b4
PA
95652016-08-09 Pedro Alves <palves@redhat.com>
9566
9567 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
9568
282a0691
TT
95692016-08-03 Tom Tromey <tom@tromey.com>
9570
9571 PR python/18565:
9572 * gdb.python/py-frame-inline.exp: Add Frame.function test.
9573
41bfcd63
YQ
95742016-08-01 Yao Qi <yao.qi@linaro.org>
9575
9576 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
9577 variable mode to "multi-process" if $multi_process is 1, otherwise
9578 set it to "single-process".
9579
e3465b24
YQ
95802016-08-01 Yao Qi <yao.qi@linaro.org>
9581
9582 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
9583 * gdb.cp/cpexprs.exp: Likewise.
9584 * gdb.cp/m-static.exp: Likewise.
9585
0b31a4bc
TT
95862016-07-26 Tom Tromey <tom@tromey.com>
9587
9588 PR python/20190:
9589 * gdb.threads/tls.exp (check_thread_local): Add python symbol
9590 test.
9591
e0461dbb
MM
95922016-07-26 Markus Metzger <markus.t.metzger@intel.com>
9593
9594 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
9595 selecting assembly source files.
9596 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
9597 assembly source files.
9598 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
9599 assembly source files.
9600 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
9601 selecting assembly source files.
9602
8194e927
SM
96032016-07-25 Simon Marchi <simon.marchi@ericsson.com>
9604
9605 * gdb.base/new-ui.exp (do_test_invalid_args): New
9606 procedure.
9607
c0272db5
TW
96082016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
9609
9610 * gdb.btrace/reconnect.c: New file.
9611 * gdb.btrace/reconnect.exp: New file.
9612
e3487908
GKB
96132016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
9614
9615 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
9616 to test_catch_syscall_group.
9617 (test_catch_syscall_group): New.
9618
12df5c00
TT
96192016-07-21 Tom Tromey <tom@tromey.com>
9620
9621 * gdb.rust/simple.rs (main): Use empty struct expression.
9622 * gdb.rust/simple.exp: Add tests for empty struct expression.
9623
bae62ee2
YQ
96242016-07-21 Yao Qi <yao.qi@linaro.org>
9625
9626 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
9627 if gdb_skip_xml_test is true on some targets.
9628
b1b53fb3
YQ
96292016-07-21 Yao Qi <yao.qi@linaro.org>
9630
9631 * gdb.server/solib-list.exp: Unset last_loaded_file.
9632
027d97f8
JK
96332016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9634
9635 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
9636 "step into captured_main (args)".
9637
7674d381
JK
96382016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9639
9640 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
9641
72b5d099
JK
96422016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9643
9644 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
9645
1f960ced
PA
96462016-07-19 Pedro Alves <palves@redhat.com>
9647
9648 * gdb.opt/inline-break.exp: Remove optimize=-O2.
9649 * gdb.opt/inline-bt.exp: Likewise.
9650 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
9651 additional_flags=-Winline.
9652 * gdb.opt/inline-locals.exp: Likewise.
9653 * gdb.opt/inline-markers.c (ATTR): Define.
9654 (inlined_fn): Use it.
9655
f25827c1
YQ
96562016-07-19 Yao Qi <yao.qi@linaro.org>
9657
9658 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
9659 (test_with_self): Remove some code. Remove argument executable.
9660 (top-level): Use do_self_tests.
9661
37539ebe
DB
96622016-07-15 Zachary Welch <zwelch@codesourcery.com>
9663 Don Breazeal <donb@codesourcery.com>
9664
9665 * gdb.base/maint.exp: Escape paths used in regular expressions.
9666 * gdb.stabs/weird.exp: Likewise.
9667
dac790e1
TT
96682016-07-13 Tom Tromey <tom@tromey.com>
9669
9670 PR python/15620, PR python/18620:
9671 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
9672 (test_bkpt_events): New procs.
9673
93daf339
TT
96742016-07-13 Tom Tromey <tom@tromey.com>
9675
9676 PR python/17698:
9677 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
9678 test.
9679 (test_watchpoints): Likewise.
9680 (test_bkpt_pending): New proc.
9681
6571a381
TT
96822016-07-13 Tom Tromey <tom@tromey.com>
9683
9684 PR cli/18053:
9685 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
9686 completion test.
9687
e8732474
JK
96882016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9689
9690 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
9691 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
9692 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
9693 f_label.
9694 (g): Rename g_end_lbl to g_label.
9695 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
9696 low_pc and high_pc.
9697 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
9698
e0f3fd7c
TT
96992016-07-12 Tom Tromey <tom@tromey.com>
9700
9701 PR python/19293:
9702 * gdb.python/py-unwind-maint.exp: Update tests.
9703
3cfe46b6
YQ
97042016-07-12 Yao Qi <yao.qi@linaro.org>
9705
9706 * lib/selftest-support.exp (selftest_setup): Match the output
9707 when captured_main is inlined.
9708
4f19a0e6
WT
97092016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9710
9711 * gdb.fortran/derived-types.exp (result_line, result_line_2):
9712 New variables.
9713 (print this%a, print this%b, print this): New tests.
9714 * gdb.fortran/derived-types.f90 (this): New object and
9715 initialization.
9716
986cf455
SM
97172016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9718
9719 * gdb.ada/arraydim.exp: Remove extra directory level in build
9720 directory.
9721
f0464b23
SM
97222016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9723
9724 * lib/ada.exp: Remove extra directory level in build directory.
9725 * gdb.ada/cond_lang.exp: Likewise.
9726 * gdb.ada/exec_changed.exp: Likewise.
9727 * gdb.ada/lang_switch.exp: Likewise.
9728
42d94011
MG
97292016-07-06 Manish Goregaokar <manish@mozilla.com>
9730
2806dc7e
PA
9731 * simple.rs: Add test for raw pointer subscripting.
9732 * simple.exp: Add test expectations.
42d94011 9733
647c264c
YQ
97342016-07-05 Yao Qi <yao.qi@linaro.org>
9735
9736 * gdb.mi/mi-reverse.exp: Match =record-started output.
9737
20aa2c60
PA
97382016-07-01 Pedro Alves <palves@redhat.com>
9739
9740 * gdb.base/jit-reader.exp (info_registers_current_frame): New
9741 procedure.
9742 (jit_reader_test): Test the jit reader's unwinder.
9743 * gdb.base/jithost.c (jit_function_00_code): New global.
9744 (main): Use memcpy to fill in the mmapped code, instead of poking
9745 bytes manually here.
9746 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
9747 value.
9748 (read_debug_info): Save the function's range.
9749 (read_sp): New function.
9750 (unwind_frame): Use it. Also unwind RBP.
9751 (get_frame_id): Use read_sp.
9752 (gdb_init_reader): Use calloc instead of malloc.
9753 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
9754 parameter. Use gdb_test_multiple.
9755
ced2dffb
PA
97562016-07-01 Pedro Alves <palves@redhat.com>
9757 Antoine Tremblay <antoine.tremblay@ericsson.com>
9758
9759 * gdb.threads/process-dies-while-detaching.c: New file.
9760 * gdb.threads/process-dies-while-detaching.exp: New file.
9761
63000888
PA
97622016-07-01 Pedro Alves <palves@redhat.com>
9763
9764 * gdb.multi/watchpoint-multi-exit.c: New file.
9765 * gdb.multi/watchpoint-multi-exit.exp: New file.
9766
038d4868
PA
97672016-06-30 Pedro Alves <palves@redhat.com>
9768
9769 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
9770 unset inferior_spawn_id.
9771
994e9c83
PA
97722016-06-30 Pedro Alves <palves@redhat.com>
9773
9774 * lib/mi-support.exp (default_mi_gdb_start): Declare global
9775 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
9776
e5653468
YQ
97772016-06-29 Yao Qi <yao.qi@linaro.org>
9778
9779 * gdb.base/return.c: Add copyright header.
9780
803b47e5
TT
97812016-06-29 Tom Tromey <tom@tromey.com>
9782
9783 PR python/20129:
9784 * gdb.python/py-framefilter.exp: Add tests for setting priority
9785 and disabling of non-existent frame filter.
9786
28244707
YQ
97872016-06-29 Yao Qi <yao.qi@linaro.org>
9788
9789 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
9790 0x0f07ff.
9791
a31d2f06
YQ
97922016-06-28 Yao Qi <yao.qi@linaro.org>
9793
9794 * gdb.base/catch-syscall.exp: Remove check on isnative and target
9795 triplets. Start gdb, execute catch syscall, and continue. Check
9796 gdb's output to determine catch syscall is supported.
9797
921d8f54
MG
97982016-06-27 Manish Goregaokar <manish@mozilla.com>
9799
25d49b86
PA
9800 * gdb.rust/simple.rs: Add test for returning unit in a function.
9801 * gdb.rust/simple.exp: Add expectation for functions returning
9802 unit.
921d8f54 9803
f4952523
PMR
98042016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
9805
9806 * gdb.python/py-breakpoint-create-fail.c,
9807 gdb.python/py-breakpoint-create-fail.exp,
9808 gdb.python/py-breakpoint-create-fail.py: New testcase.
9809
fccb08f8
MG
98102016-06-25 Manish Goregaokar <manish@mozilla.com>
9811
9812 PR gdb/20239
9813 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
9814 * gdb.rust/simple.exp: Add test expectations for new NonZero
9815 tests.
fccb08f8 9816
6b850546
DT
98172016-06-24 David Taylor <dtaylor@emc.com>
9818
9819 * gdb.base/offsets.exp: New file.
9820 * gdb.base/offsets.c: New file.
9821
17621150
TT
98222016-06-23 Tom Tromey <tom@tromey.com>
9823
9824 PR gdb/16483:
9825 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
9826 before any filters are loaded.
9827
04d59df6
WT
98282016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
9829
9830 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
9831 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
9832 structs.
9833 * gdb.fortran/derived-type-function.exp: New file.
9834 * gdb.fortran/derived-type-function.f90: New file.
9835
9836
ac69f786
PA
98372016-06-21 Pedro Alves <palves@redhat.com>
9838
9839 * gdb.base/new-ui.exp: New file.
9840 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
9841 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
9842 (with_spawn_id): New procedure.
9843
49940788
PA
98442016-06-21 Pedro Alves <palves@redhat.com>
9845
9846 * gdb.mi/mi-exec-run.exp: New file.
9847
ef274d26
PA
98482016-06-21 Pedro Alves <palves@redhat.com>
9849
9850 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
9851 breakpoint command's output on the main UI.
9852 (test_break): New procedure, factored out from calls in the top
9853 level.
9854 (top level): Use foreach_with_prefix to test MI as main UI and as
9855 separate UI.
9856
468afe6c
PA
98572016-06-21 Pedro Alves <palves@redhat.com>
9858
9859 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
9860 (test_awatch_creation_and_listing)
9861 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
9862 Remove 'type' parameter.
9863 (test_watchpoint_all): New parameter mi_mode. Remove
9864 with_test_prefix.
9865 (top level): Use foreach_with_prefix, and add main/separate UI MI
9866 testing axis.
9867
51f77c37
PA
98682016-06-21 Pedro Alves <palves@redhat.com>
9869
9870 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
9871 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
9872 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
9873 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
9874 (gdb_main_spawn_id, mi_spawn_id): Declare and
9875 comment.
9876 (mi_create_inferior_pty): New procedure,
9877 factored out from default_mi_gdb_start.
9878 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
9879 procedures.
9880 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
9881 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
9882 Use mi_create_inferior_pty.
9883 (mi_gdb_start): Use eval to pass down args list.
9884
8980e177
PA
98852016-06-21 Pedro Alves <palves@redhat.com>
9886
9887 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
9888 * gdb.opt/inline-cmds.exp: Add MI tests.
9889
f38d3ad1
PA
98902016-06-21 Pedro Alves <palves@redhat.com>
9891
9892 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
9893
45db7c09
PA
98942016-06-21 Pedro Alves <palves@redhat.com>
9895
9896 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
9897 (top level): Use it instead of mi_execute_to.
9898
5a069ab3
PA
98992016-06-21 Pedro Alves <palves@redhat.com>
9900
9901 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
9902 (cont_handler_str): New.
9903 (signal_stop_handler): Set stop_handler_str instead of printing to
9904 stdout.
9905 (continue_handler): Set cont_handler_str instead of printing to
9906 stdout.
9907 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
9908 mi_send_resuming_command. Print stop_handler_str and
9909 cont_handler_str instead of expecting the python events print
9910 directly.
9911
2838cc1d
SD
99122016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
9913
9914 * gdb.base/jit-reader.exp: New file.
9915 * gdb.base/jithost.c: New file.
9916 * gdb.base/jithost.h: New file.
9917 * gdb.base/jitreader.c : New file.
9918 * gdb.base/jit-protocol.h: New file.
9919
21a77091
YQ
99202016-06-17 Yao Qi <yao.qi@linaro.org>
9921
9922 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
9923 parameters follow_fork and detach_on_fork. Set follow-fork-mode
9924 and detach-on-fork. Adjust tests.
9925 (top level): Invoke break_cond_on_syscall with combinations of
9926 syscall, follow-fork-mode and detach-on-fork.
9927
f50bf8e5
YQ
99282016-06-17 Yao Qi <yao.qi@linaro.org>
9929
9930 * gdb.base/step-over-exit.c: New.
9931 * gdb.base/step-over-exit.exp: New.
9932
a28d8e50
YTL
99332016-06-17 Yan-Ting Lin <currygt52@gmail.com>
9934
9935 * gdb.base/float.exp: Add target check for nds32*-*-*.
9936 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
9937
cad8e26d
AB
99382016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
9939
9940 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
9941 for unsupported target features.
9942 * gdb.base/call-rt-st.exp: Likewise.
9943 * gdb.base/call-sc.exp: Likewise.
9944 * gdb.base/call-signal-resume.exp: Likewise.
9945 * gdb.base/call-strs.exp: Likewise.
9946 * gdb.base/callexit.exp: Likewise.
9947 * gdb.base/callfuncs.exp: Likewise.
9948 * gdb.base/nodebug.exp: Likewise.
9949 * gdb.base/printcmds.exp: Likewise.
9950 * gdb.base/ptype.exp: Likewise.
9951 * gdb.base/structs.exp: Likewise.
9952 * gdb.base/unwindonsignal.exp: Likewise.
9953 * gdb.cp/gdb2495.exp: Likewise.
9954 * gdb.cp/templates.exp: Likewise.
9955 * gdb.cp/virtfunc.exp: Likewise.
9956 * gdb.threads/hand-call-in-threads.exp: Likewise.
9957 * gdb.threads/interrupted-hand-call.exp: Likewise.
9958 * gdb.threads/thread-unwindonsignal.exp: Likewise.
9959
347dc102
TT
99602016-06-10 Tom Tromey <tom@tromey.com>
9961
9962 PR rust/20110:
9963 * gdb.rust/expr.exp: Add test for integer constant larger than
9964 i32.
9965
5e13cf25
BH
99662016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
9967
9968 * gdb.fortran/nested-funcs.exp: New.
9969 * gdb.fortran/nested-funcs.f90: New.
9970
bb556f1f
TK
99712016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
9972
9973 * gdb.base/examine-backward.c: New file.
9974 * gdb.base/examine-backward.exp: New file.
9975
38b022b4
SM
99762016-06-06 Simon Marchi <simon.marchi@ericsson.com>
9977
9978 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
9979 matching.
9980
1b40ec05
TT
99812016-06-02 Tom Tromey <tom@tromey.com>
9982
9983 PR python/18984:
9984 * gdb.python/py-shared.exp: Add solib_name test.
9985
193bd378
SM
99862016-06-02 Simon Marchi <simon.marchi@ericsson.com>
9987
9988 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
9989
3326303b
MG
99902016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
9991
9992 PR c++/19893
9993 * gdb.dwarf2/implref.exp: Rename to...
9994 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
9995 * gdb.dwarf2/implref-array.c: New file.
9996 * gdb.dwarf2/implref-array.exp: Likewise.
9997 * gdb.dwarf2/implref-global.c: Likewise.
9998 * gdb.dwarf2/implref-global.exp: Likewise.
9999 * gdb.dwarf2/implref-struct.c: Likewise.
10000 * gdb.dwarf2/implref-struct.exp: Likewise.
10001
825c8ef2
AT
100022016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10003
10004 * gdb.trace/trace-condition.exp: Add 64bit tests.
10005
2320162a
AT
100062016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10007
10008 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
10009 bits types.
10010 (main): Adapt to 8 to 64 bits types.
10011 * gdb.trace/trace-condition.exp: Add new tests.
10012
a7818233
AT
100132016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10014
10015 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
10016
0d336466
AT
100172016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10018
10019 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
10020 Move condition tests...
10021 * gdb.trace/trace-condition.exp: Here.
10022
7faeb45a
AT
100232016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10024
10025 * gdb.trace/trace-condition.exp: Add counter-case tests.
10026
e385593e
JK
100272016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10028
10029 PR c++/15231
10030 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
10031 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
10032
744608cc
PA
100332016-05-27 Pedro Alves <palves@redhat.com>
10034
10035 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
10036 New procedure.
10037 (top level): Call it, and bail out of DejaGnu is known to be bad.
10038
ac775bf4
AB
100392016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
10040
10041 * gdb.base/whatis.c: Extend the test case.
10042 * gdb.base/whatis.exp: Add additional tests.
10043
2bbad2ea
BH
100442016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10045
10046* gdb.fortran/type.f90: Add pointer variable.
10047* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
10048
8b70175d
BH
100492016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10050
10051 * gdb.fortran/vla-type.exp: Fix testcase name.
10052
86d8a848
BH
100532016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10054
10055 * gdb.fortran/vla-type.exp: Access elements in nested structs.
10056
e188eb36
BH
100572016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10058
10059 * gdb.fortran/type.f90: Add nested structures.
10060 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
10061 * gdb.fortran/derived-type.exp: Adapt expected output.
10062 * gdb.fortran/vla-type.exp: Adapt expected output.
10063
9b2db1fd
BH
100642016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10065
10066 * gdb.fortran/whatis_type.exp: Adapt expected output.
10067
72b17055
BH
100682016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10069
10070 * gdb.fortran/print_type.exp: Fix expected output.
10071 * gdb.fortran/whatis_type.exp: Fix expected output.
10072
3cd81d8d
BH
100732016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10074
10075 * gdb.fortran/whatis_type.exp: Use multi_line.
10076
ddae9462
TT
100772016-05-24 Tom Tromey <tom@tromey.com>
10078
10079 PR python/17386:
10080 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
10081 use value as an index.
10082
1957f6b8
TT
100832016-05-23 Tom Tromey <tom@tromey.com>
10084
10085 PR python/17981:
10086 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
10087 no-breakpoint case.
10088
026a9174
PA
100892016-05-24 Pedro Alves <palves@redhat.com>
10090
10091 PR gdb/19828
10092 * gdb.threads/clone-attach-detach.c: New file.
10093 * gdb.threads/clone-attach-detach.exp: New file.
10094
e70a7231
FR
100952016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
10096
10097 * gdb.base/annota-input-while-running.exp: Fix syntax error.
10098
0f6ed0e0
TT
100992016-05-23 Tom Tromey <tom@tromey.com>
10100
10101 PR python/19438, PR python/18393:
10102 * gdb.python/py-progspace.exp: Add "dir" test.
10103 * gdb.python/py-objfile.exp: Add "dir" test.
10104
ffd19d61
YQ
101052016-05-23 Yao Qi <yao.qi@linaro.org>
10106
10107 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
10108 * gdb.arch/thumb2-it.exp: Likewise.
10109
9e8f9b05
SM
101102016-05-18 Simon Marchi <simon.marchi@ericsson.com>
10111
10112 * gdb.mi/mi-threads-interrupt.c: New file.
10113 * gdb.mi/mi-threads-interrupt.exp: New file.
10114
61c6156d
SM
101152016-05-17 Simon Marchi <simon.marchi@ericsson.com>
10116
10117 PR gdb/18077
10118 * gdb.mi/mi-async-run.exp: New file.
10119 * gdb.mi/mi-async-run.c: New file.
10120
67218854
TT
101212016-05-17 Tom Tromey <tom@tromey.com>
10122 Manish Goregaokar <manishsmail@gmail.com>
10123
10124 * lib/rust-support.exp: New file.
10125 * lib/gdb.exp (skip_rust_tests): New proc.
10126 (build_executable_from_specs): Handle rust.
10127 * lib/future.exp (gdb_find_rustc): New proc.
10128 (gdb_default_target_compile): Handle rust.
10129 * gdb.rust/expr.exp: New file.
10130 * gdb.rust/generics.exp: New file.
10131 * gdb.rust/generics.rs: New file.
10132 * gdb.rust/methods.exp: New file.
10133 * gdb.rust/methods.rs: New file.
10134 * gdb.rust/modules.exp: New file.
10135 * gdb.rust/modules.rs: New file.
10136 * gdb.rust/simple.exp: New file.
10137 * gdb.rust/simple.rs: New file.
10138
c44af4eb
TT
101392016-05-17 Tom Tromey <tom@tromey.com>
10140
10141 * gdb.base/default.exp (set language): Add rust.
10142
dcd1f979
TT
101432016-05-17 Tom Tromey <tom@tromey.com>
10144
10145 * gdb.gdb/unittest.exp: New file.
10146
155b7f57
YQ
101472016-05-16 Yao Qi <yao.qi@linaro.org>
10148
10149 * gdb.base/batch-preserve-term-settings.exp: Remove variable
10150 shell_prompt. Update shell_prompt_re.
10151
8ddd5a6c
DE
101522016-05-12 Doug Evans <dje@google.com>
10153
10154 PR symtab/19999
10155 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
10156 $options when building executable.
10157 * gdb.dwarf2/fission-loclists-pie.S: New file.
10158 * gdb.dwarf2/fission-loclists-pie.exp: New file.
10159
02e370d9
SM
101602016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10161
10162 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
10163 of [is_remote target],
10164
8929ad8b
SM
101652016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10166
10167 * lib/gdb.exp (use_gdb_stub): New procedure.
10168
6c447423
DE
101692016-05-03 Yunlian Jiang <yunlian@google.com>
10170 Doug Evans <dje@google.com>
10171
10172 PR symtab/19914
10173 * gdb.dwarf2/dwp-sepdebug.c: New file.
10174 * gdb.dwarf2/dwp-sepdebug.exp: New file.
10175
444e826c
SM
101762016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10177
10178 * gdb.base/detach.exp: Remove is_remote check.
10179
740feeaa
SM
101802016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10181
10182 * gdb.base/annota-input-while-running.exp: Don't check for
10183 [is_remote target]. Enable annotations after running to main.
10184 Remove unused "set test..." line.
10185
9080ac9d
SM
101862016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10187
10188 * gdb.trace/trace-enable-disable.exp: New file.
10189 * gdb.trace/trace-enable-disable.c: New file.
10190
952ebca5
SM
101912016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10192
10193 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
10194 use it in info sharedlibrary test.
10195 * gdb.trace/ftrace-lock.exp: Likewise.
10196 * gdb.trace/ftrace.exp: Likewise.
10197 * gdb.trace/range-stepping.exp: Likewise.
10198 * gdb.trace/trace-break.exp: Likewise.
10199 * gdb.trace/trace-condition.exp: Likewise.
10200 * gdb.trace/trace-mt.exp: Likewise.
10201
d9019901
SM
102022016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10203
10204 * lib/gdb.exp (gdb_load_shlibs): Rename to...
10205 (gdb_load_shlib): ... this.
10206 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
10207 gdb_load_shlib.
10208 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
10209 * gdb.base/ctxobj.exp: Likewise.
10210 * gdb.base/dprintf-pending.exp: Likewise.
10211 * gdb.base/dso2dso.exp: Likewise.
10212 * gdb.base/fixsection.exp: Likewise.
10213 * gdb.base/gcore-relro.exp: Likewise.
10214 * gdb.base/gdb1555.exp: Likewise.
10215 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10216 * gdb.base/gnu-ifunc.exp: Likewise.
10217 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
10218 * gdb.base/jit-so.exp (one_jit_test): Likewise.
10219 * gdb.base/pending.exp: Likewise.
10220 * gdb.base/print-file-var.exp: Likewise.
10221 * gdb.base/print-symbol-loading.exp: Likewise.
10222 * gdb.base/shlib-call.exp: Likewise.
10223 * gdb.base/shreloc.exp: Likewise.
10224 * gdb.base/so-impl-ld.exp: Likewise.
10225 * gdb.base/solib-disc.exp: Likewise.
10226 * gdb.base/solib-nodir.exp: Likewise.
10227 * gdb.base/solib-overlap.exp: Likewise.
10228 * gdb.base/solib-symbol.exp: Likewise.
10229 * gdb.base/solib-weak.exp (do_test): Likewise.
10230 * gdb.base/sym-file.exp: Likewise.
10231 * gdb.base/symtab-search-order.exp: Likewise.
10232 * gdb.base/type-opaque.exp: Likewise.
10233 * gdb.base/unload.exp: Likewise.
10234 * gdb.base/watchpoint-solib.exp: Likewise.
10235 * gdb.compile/compile.exp: Likewise.
10236 * gdb.cp/gdb2384.exp: Likewise.
10237 * gdb.cp/infcall-dlopen.exp: Likewise.
10238 * gdb.cp/re-set-overloaded.exp: Likewise.
10239 * gdb.fortran/library-module.exp: Likewise.
10240 * gdb.opt/solib-intra-step.exp: Likewise.
10241 * gdb.python/py-finish-breakpoint.exp: Likewise.
10242 * gdb.python/py-shared.exp: Likewise.
10243 * gdb.reverse/solib-precsave.exp: Likewise.
10244 * gdb.reverse/solib-reverse.exp: Likewise.
10245 * gdb.server/solib-list.exp: Likewise.
10246 * gdb.threads/dlopen-libpthread.exp: Likewise.
10247 * gdb.threads/tls-shared.exp: Likewise.
10248 * gdb.threads/tls-so_extern.exp: Likewise.
10249 * gdb.trace/change-loc.exp: Likewise.
10250 * gdb.trace/ftrace-lock.exp: Likewise.
10251 * gdb.trace/ftrace.exp: Likewise.
10252 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
10253 * gdb.trace/pending.exp: Likewise.
10254 * gdb.trace/range-stepping.exp: Likewise.
10255 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
10256 (strace_info_marker): Likewise.
10257 (strace_probe_marker): Likewise.
10258 (strace_trace_on_same_addr): Likewise.
10259 (strace_trace_on_diff_addr): Likewise.
10260 * gdb.trace/trace-break.exp: Likewise.
10261 * gdb.trace/trace-condition.exp: Likewise.
10262 * gdb.trace/trace-mt.exp: Likewise.
10263
fca4cfd9
SM
102642016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10265
10266 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
10267 result of gdb_remote_download.
10268 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
10269 * gdb.base/dso2dso.exp: Likewise.
10270 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10271 * gdb.base/print-file-var.exp: Likewise.
10272 * gdb.base/shlib-call.exp: Likewise.
10273 * gdb.base/shreloc.exp: Likewise.
10274 * gdb.base/solib-overlap.exp: Likewise.
10275 * gdb.base/solib-weak.exp (do_test): Likewise.
10276 * gdb.base/unload.exp: Likewise.
10277
11cf4ffb
YQ
102782016-04-27 Yao Qi <yao.qi@linaro.org>
10279
10280 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
10281 exists.
10282
3e2e34f8
KB
102832016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10284
10285 * vla-type.exp: Print structure from toplevel.
10286
8f07e298
BH
102872016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10288
10289 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
10290 of dynamic types.
10291 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
10292 of dynamic types.
10293
9920b434
BH
102942016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10295
10296 * gdb.fortran/vla-type.f90: New file.
10297 * gdb.fortran/vla-type.exp: New file.
10298
f3abeff5
YQ
102992016-04-25 Yao Qi <yao.qi@linaro.org>
10300
10301 * gdb.base/branch-to-self.c: New file.
10302 * gdb.base/branch-to-self.exp: New file.
10303
0a5d52f0
YQ
103042016-04-22 Yao Qi <yao.qi@linaro.org>
10305
10306 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
10307 more after $hex.
10308
495346f6
YQ
103092016-04-22 Yao Qi <yao.qi@linaro.org>
10310
10311 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
10312 * gdb.base/annota3.exp: Likewise.
10313
4a7e075c
YQ
103142016-04-22 Yao Qi <yao.qi@linaro.org>
10315
10316 * gdb.reverse/step-precsave.exp: Do one step and test program
10317 stops in "callee" and do multiple steps until program goes out
10318 of "callee".
10319 * gdb.reverse/step-reverse.exp: Likewise.
10320
5b061e98
YQ
103212016-04-22 Yao Qi <yao.qi@linaro.org>
10322
10323 * gdb.trace/signal.exp: Also pass if
10324 $tracepoint_hits($i) > $iterations.
10325
5c5dc57f
YQ
103262016-04-22 Yao Qi <yao.qi@linaro.org>
10327
10328 * gdb.trace/signal.c: New file.
10329 * gdb.trace/signal.exp: New file.
10330
a55411b9
DE
103312016-04-19 Doug Evans <xdje42@gmail.com>
10332
10333 * gdb.base/bad-file.exp: New file.
10334
a22df60a
MG
103352016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
10336
10337 * gdb.dwarf2/implref.exp: New file.
10338
0c13f7e5
BH
103392016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10340
10341 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
10342 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
10343 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
10344 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
10345 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
10346 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
10347 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
10348 * lib/fortran.exp (fortran_int4): New procedure.
10349 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
10350 (fortran_logical4): Likewise.
10351
9b9b09e9
BH
103522016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
10353
10354 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
10355
a14d1f4d
BH
103562016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10357
10358 * lib/compiler.c: Add Intel specific preprocessor macros.
10359 * lib/compiler.cc: Likewise.
25d49b86 10360
7d49b1d0
LM
103612016-04-13 Luis Machado <lgustavo@codesourcery.com>
10362
10363 * gdb.server/connect-with-no-symbol-file.c: New file.
10364 * gdb.server/connect-with-no-symbol-file.exp: New file.
10365
8392fa22
SM
103662016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10367
10368 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
10369
8c4c4aeb
SM
103702016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10371
10372 * boards/gdbserver-base.exp (${board}_download): Copy source file to
10373 standard output directory.
10374
45e3745e
AT
103752016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
10376
10377 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
10378
e26b7e41
MM
103792016-04-13 Markus Metzger <markus.t.metzger@intel.com>
10380
10381 * gdb.btrace/instruction_history.c (loop): Add declaration.
10382
8ce09462
AT
103832016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
10384
10385 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
10386
2e88a1ea
SM
103872016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
10388
10389 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
10390 parentheses to print.
10391 (continue_handler): Likewise.
10392
f48e22e3
SM
103932016-04-08 Simon Marchi <simon.marchi@ericsson.com>
10394
10395 * gdb.server/solib-list.exp: Remove is_remote check.
10396 Pass shlib= to gdb_compile. Don't link shared library with
10397 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
10398 Run binary filename through "readlink -f" on the target.
10399
096be756
PA
104002016-04-08 Pedro Alves <palves@redhat.com>
10401
10402 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
10403 interpreter filename as argument to gdbserver_spawn.
10404 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10405 Return empty if $last_loaded_file does not exist.
10406
06500533
JK
104072016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10408
10409 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
10410 * gdb.base/jit-main.c: Use exit after usage.
10411
2d35e871
JK
104122016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10413
10414 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
10415 GDBHISTSIZE prior to the tests.
10416 * gdb.base/gdbinit-history.exp: Likewise.
10417
104182016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
10419
10420 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
10421 instead of build_executable. Use gdb_load_shlibs.
10422
c8064e7e
YQ
104232016-04-07 Yao Qi <yao.qi@linaro.org>
10424
10425 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
10426 Execute "si" command.
10427
bde47561
YQ
104282016-04-07 Yao Qi <yao.qi@linaro.org>
10429
10430 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
10431 number instead of the comments on some line.
10432
b16f8a3b
DB
104332016-04-06 Don Breazeal <donb@codesourcery.com>
10434
10435 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
10436 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
10437
c2f901df
SM
104382016-04-06 Simon Marchi <simon.marchi@ericsson.com>
10439
10440 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
10441 standard_output_file. Remove unused binfile variable.
10442
ac17fda0
CU
104432016-04-05 Catalin Udma <catalin.udma@freescale.com>
10444
10445 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
10446 * gdb.python/py-mi-objfile.exp: Match "list main" output
10447 in console format.
10448
03a8c4df
SM
104492016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
10450
10451 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
10452 absolute.
10453
6e774b13
SM
104542016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10455
10456 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
10457 absolute.
10458 * gdb.trace/ftrace.exp: Likewise.
10459 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
10460 targets as well.
10461 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
10462 (gdb_load_shlibs): Copy libraries to test directory when testing
10463 natively. Only set solib-search-path if testing remotely.
10464 * lib/mi-support.exp (mi_load_shlibs): Likewise.
10465
7817ea46
SM
104662016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10467
10468 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
10469 gdb_download. Use it even if the target is not remote.
10470 * gdb.base/jit.exp (compile_jit_test): Likewise.
10471 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
10472 output directory if the destination board is local, otherwise use
10473 the standard remote_download from DejaGnu.
10474 (gdb_download): Remove.
10475 (gdb_load_shlibs): Use gdb_remote_download instead of
10476 gdb_download.
10477 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10478 Use gdb_remote_download instead of gdb_download. Use it even if
10479 the target is not remote.
10480 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
10481 instead of gdb_download.
10482
7beb7f68
SM
104832016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
10484
10485 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
10486 (test_insert_delete_modify): Call mi_load_shlibs before trying to
10487 run.
10488
cc63428a
AV
104892016-04-01 Artemiy Volkov <artemiyv@acm.org>
10490
10491 PR gdb/19820
10492 * gdb.base/printcmds.exp: Add artificial arrays tests.
10493
64cdf930
PA
104942016-03-31 Pedro Alves <palves@redhat.com>
10495
10496 PR gdb/19858
10497 * gdb.base/jit-main.c: Include unistd.h.
10498 (ATTACH): Define to 0 if not already defined.
10499 (wait_for_gdb, mypid): New globals.
10500 (WAIT_FOR_GDB): New macro.
10501 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
10502 some breakpoint locations.
10503 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
10504 New procedures.
10505 (one_jit_test): Add REATTACH parameter, and handle it. Use
10506 continue_to_test_location.
10507 (top level): Test attach, and adjusts calls to one_jit_test.
10508
40dea8cb
PA
105092016-03-31 Pedro Alves <palves@redhat.com>
10510
10511 PR gdb/19858
10512 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
10513 BINSUFFIX parameter, and handle it.
10514 (top level): Adjust calls compile_jit_test.
10515
e7ea3ec7
CU
105162016-03-31 Catalin Udma <catalin.udma@freescale.com>
10517
10518 PR python/19743
10519 * gdb.python/py-mi-events-gdb.py: New file.
10520 * gdb.python/py-mi-events.c: New file.
10521 * gdb.python/py-mi-events.exp: New file.
10522
e6359af3
YQ
105232016-03-30 Yao Qi <yao.qi@linaro.org>
10524
10525 * gdb.reverse/until-precsave.exp: Match function name only.
10526 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
10527 Move malloc to a condition block.
10528 * gdb.reverse/until-reverse.exp: Match function name only.
10529
a4105d04
MK
105302016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
10531
10532 * gdb.trace/ftrace.exp: Set arg0exp for s390.
10533 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
10534 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
10535 variable for GPR 0 instead of assuming it is register 0.
10536 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
10537 * lib/trace-support.exp: Add s390 registers.
10538
bfa6adb9
YQ
105392016-03-29 Yao Qi <yao.qi@linaro.org>
10540
10541 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
10542
1e6697ea
YQ
105432016-03-24 Yao Qi <yao.qi@linaro.org>
10544
10545 * gdb.reverse/break-reverse.exp: Add quotation mark in the
10546 test message.
10547
64bcd522
AA
105482016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10549
10550 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
10551 maintaining separate logic for constructing the output path.
10552
7868401b
DB
105532016-03-16 Don Breazeal <donb@codesourcery.com>
10554
10555 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
10556 Retry fork and waitpid on interrupted system call errors.
10557 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10558 Use with_timeout_factor to increase timeout by factor of 10.
10559
1cafadb4
DB
105602016-03-15 Don Breazeal <donb@codesourcery.com>
10561
10562 * gdb.cp/scope-err.cc: New test program.
10563 * gdb.cp/scope-err.exp: New test script.
10564 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
10565 lines and "set breakpoint here" comment.
10566 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
10567 Fixed some whitespace and format issues.
10568 * gdb.mi/mi-linespec-err-cp.cc: New test program.
10569 * gdb.mi/mi-linespec-err-cp.exp: New test script.
10570
81516450
DE
105712016-03-15 Doug Evans <dje@google.com>
10572
10573 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
10574 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
10575 All callers updated. Add tests for enums, mixed flags register.
10576
aa52b601
DE
105772016-03-15 Doug Evans <dje@google.com>
10578
10579 * gdb.base/skip.c (main): Call test_skip_file_and_function.
10580 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
10581
fa4ff313
SM
105822016-03-14 Simon Marchi <simon.marchi@ericsson.com>
10583
10584 * gdb.base/default.exp: Add $_as_string to the list of expected
10585 convenience functions.
10586
f2403c39
AB
105872016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
10588
10589 * gdb.base/maint.exp: New tests for 'maint info line-table'.
10590
f2f3ccb9
SM
105912016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
10592
10593 * gdb.python/py-as-string.exp: New file.
10594 * gdb.python/py-as-string.c: New file.
10595
00dbd492
PA
105962016-03-09 Pedro Alves <palves@redhat.com>
10597
10598 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
10599 signal" -> "Thread NN received signal" output change.
10600 * gdb.threads/ia64-sigill.exp: Likewise.
10601 * gdb.threads/linux-dp.exp: Likewise.
10602 * gdb.threads/manythreads.exp: Likewise.
10603 * gdb.threads/pending-step.exp: Likewise.
10604 * gdb.threads/print-threads.exp: Likewise.
10605 * gdb.threads/sigstep-threads.exp: Likewise.
10606 * gdb.threads/staticthreads.exp: Likewise.
10607 * gdb.threads/tls.exp: Likewise.
10608
1e6697ea
YQ
106092016-03-09 Pedro Alves <palves@redhat.com>
10610
10611 * gdb.base/command-line-input.exp: New file.
10612
b04fd3be
MK
106132016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10614
10615 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
10616 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
10617 * gdb.trace/pending.exp: Accept leading dot before function name.
10618 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
10619 * lib/trace-support.exp: Set registers for ppc.
10620
98fa59e9
MK
106212016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10622
10623 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
10624 use it for disassembly; accept .main in addition to main in backtrace.
10625
f77198c8
MK
106262016-03-09 Wei-cheng Wang <cole945@gmail.com>
10627 Marcin Kościelnicki <koriakin@0x04.net>
10628
10629 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
10630 (gdb_recursion_test_ptr): New global variable.
10631 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
10632 gdb_recursion_test.
10633 (gdb_c_test): Ditto.
10634
ba84e0da
MK
106352016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10636
10637 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
10638 ordering.
10639
4366d36e
MK
106402016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10641
10642 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
10643 (bar): Add bar_start_lbl label.
10644 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
10645 of foo/bar for emitting DWARF and tracing.
10646
5eb264df
SDJ
106472016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
10648
10649 * analyze-racy-logs.py: Set executable bit.
10650
fb6a751f
SDJ
106512016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
10652
10653 * Makefile.in (DEFAULT_RACY_ITER): New variable.
10654 (CHECK_TARGET_TMP): Likewise.
10655 (check-single-racy): New rule.
10656 (check-parallel-racy): Likewise.
10657 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
10658 (do-check-parallel-racy): New rule.
10659 (check-racy/%.exp): Likewise.
10660 * README (Racy testcases): New section.
10661 * analyze-racy-logs.py: New file.
10662
bdf7e230
DE
106632016-03-03 Doug Evans <dje@google.com>
10664
10665 * gdb.base/skip.exp: Use with_test_prefix.
10666
4719d415
YQ
106672016-03-03 Yao Qi <yao.qi@linaro.org>
10668
10669 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
10670 Invoke step_over_syscall "clone" and break_cond_on_syscall
10671 "clone".
10672 * gdb.base/step-over-clone.c: New file.
10673
ea507862
YQ
106742016-03-03 Yao Qi <yao.qi@linaro.org>
10675
10676 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
10677 code format.
10678
8fc8cbda
YQ
106792016-03-03 Yao Qi <yao.qi@linaro.org>
10680
10681 * gdb.base/disp-step-fork.c: Rename to ...
10682 * gdb.base/step-over-fork.c: ... it. New file.
10683 * gdb.base/disp-step-vfork.c: Rename to ...
10684 * gdb.base/step-over-vfork.c: ... it. New file.
10685 * gdb.base/disp-step-syscall.exp: Rename to ...
10686 * gdb.base/step-over-syscall.exp: ... it. New file.
10687 (disp_step_cross_syscall): Rename to ...
10688 (step_over_syscall): ... it.
10689
92fa70b0
YQ
106902016-03-03 Yao Qi <yao.qi@linaro.org>
10691
10692 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
10693 If target supports condition evaluation on target, invoke
10694 break_cond_on_syscall for fork and vfork.
10695
e197ad3c
YQ
106962016-03-03 Yao Qi <yao.qi@linaro.org>
10697
10698 * gdb.base/disp-step-syscall.exp: Don't invoke
10699 support_displaced_stepping.
10700 (disp_step_cross_syscall): Test with displaced stepping off and
10701 on if supported.
10702
0b47da9f
YQ
107032016-03-03 Yao Qi <yao.qi@linaro.org>
10704
10705 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
10706 proc.
10707 (setup): New proc.
10708 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
10709 and setup.
10710
065ab6dc
BH
107112016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10712
10713 * gdb.fortran/vla-history.exp: Remove breakpoint.
10714
07e448ad 107152016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10716
25d49b86
PA
10717 * gdb.fortran/vla-history.exp: Lookup array elements and printing
10718 exceeds timeout.
07e448ad 10719
9ac2d526 107202016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10721
25d49b86
PA
10722 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
10723 breakpoint.
9ac2d526 10724
17807369
BH
107252016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10726
10727 * gdb.mi/vla.f90: Nullify pointer after declaration.
10728
86e501af
PA
107292016-03-01 Pedro Alves <palves@redhat.com>
10730
10731 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
10732
1e903e32
PA
107332016-03-01 Pedro Alves <palves@redhat.com>
10734
10735 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
10736 before anything else.
10737 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
10738 _GNU_SOURCE here.
10739 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
10740 before anything else.
10741 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
10742
6ccb54e2
PA
107432016-03-01 Pedro Alves <palves@redhat.com>
10744
10745 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
10746
30ca9da1
YQ
107472016-03-01 Yao Qi <yao.qi@linaro.org>
10748
10749 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
10750 prepare_for_testing.
10751
dc856b38
YQ
107522016-03-01 Yao Qi <yao.qi@linaro.org>
10753
10754 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
10755
4a932159
AA
107562016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10757
10758 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
10759 manually constructing the output path.
10760
f2489477
AA
107612016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10762
10763 * gdb.arch/s390-stackless.S: New.
10764 * gdb.arch/s390-stackless.exp: New.
10765
38899f16
IB
107662016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
10767
10768 * gdb.dlang/circular.c: New file.
10769 * gdb.dlang/circular.exp: New file.
10770
9fde51ed
YQ
107712016-02-26 Yao Qi <yao.qi@linaro.org>
10772
10773 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
10774 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
10775 (testcases): Update.
10776
ce90fefe
YQ
107772016-02-26 Yao Qi <yao.qi@linaro.org>
10778
10779 * gdb.reverse/aarch64.c: Rename to ...
10780 * gdb.reverse/insn-reverse.c: ... it.
10781 * gdb.reverse/aarch64.exp: Rename to ...
10782 * gdb.reverse/insn-reverse.exp: ... it.
10783
3263bceb
YQ
107842016-02-26 Yao Qi <yao.qi@linaro.org>
10785
10786 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
10787 (testcase_ftype): New.
10788 (testcases): New array.
10789 (n_testcases): New.
10790 (main): Call each element in testcases.
10791 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
10792 (read_testcase): New.
10793 Do the tests in a loop.
10794
6cb59ff1
YQ
107952016-02-25 Yao Qi <yao.qi@linaro.org>
10796
10797 * gdb.base/branches.c: Remove.
10798
ae91f625
MK
107992016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10800
10801 PR gdb/13808
10802 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
10803
678b48b7
MK
108042016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10805
10806 * gdb.trace/ftrace.exp: Remove unnecessary target check.
10807
7337a6f2
MK
108082016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10809
10810 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
10811 change x86_64 call_insn to 'callq'.
10812
861ca91f
AT
108132016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10814
10815 * gdb.trace/tfile-avx.c: Move to...
10816 * gdb.trace/tracefile-pseudo-reg.c: Here.
10817 * gdb.trace/tfile-avx.exp: Move to...
10818 * gdb.trace/tracefile-pseudo-reg.exp: Here.
10819
bf74e428
GB
108202016-02-24 Gary Benson <gbenson@redhat.com>
10821
10822 * gdb.base/attach-pie-noexec.exp: Do not expect an error
10823 message on attach.
10824
cce0e923
DE
108252016-02-23 Doug Evans <dje@google.com>
10826
10827 * gdb.base/skip.c (test_skip): New function.
10828 (end_test_skip_file_and_function): New function.
10829 (test_skip_file_and_function): New function.
10830 * gdb.base/skip1.c (test_skip): New function.
10831 (skip1_test_skip_file_and_function): New function.
10832 * gdb.base/skip.exp: Add tests for new skip options.
10833 * gdb.base/skip-solib.exp: Update expected output.
10834 * gdb.perf/skip-command.cc: New file.
10835 * gdb.perf/skip-command.exp: New file.
10836 * gdb.perf/skip-command.py: New file.
10837
4000e47e
MK
108382016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
10839
10840 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
10841 info registers pattern.
10842
24f75ead
IB
108432016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
10844
10845 * lib/future.exp: Add D support.
10846 (gdb_find_gdc): New proc.
10847 (gdb_default_target_compile): Add D support.
10848
fbb7bcbe
WW
108492016-02-18 Wei-cheng Wang <cole945@gmail.com>
10850
10851 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
10852 user+system time.
10853 (trace_speed_test): Determine the iteration count for a time
10854 between 15..30 seconds.
10855
012b3a21
WT
108562016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
10857
10858 * gdb.arch/i386-mpx-sigsegv.c: New file.
10859 * gdb.arch/i386-mpx-sigsegv.exp: New file.
10860 * gdb.arch/i386-mpx-simple_segv.c: New file.
10861 * gdb.arch/i386-mpx-simple_segv.exp: New file.
10862
2d5189bd
YQ
108632016-02-18 Yao Qi <yao.qi@linaro.org>
10864
10865 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10866 Don't call setup_kfail.
10867
40fb20d0
YQ
108682016-02-18 Yao Qi <yao.qi@linaro.org>
10869
10870 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10871 Set "set breakpoint condition-evaluation" per $cond_bp_target.
10872
21b1f8d2
DE
108732016-02-16 Doug Evans <dje@google.com>
10874
10875 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
10876 * gdb.base/skip1.c: Ditto.
10877 * gdb.base/skip.exp: Whitespace cleanup.
10878
4041ed77
DB
108792016-02-16 Don Breazeal <donb@codesourcery.com>
10880
10881 PR remote/19496
10882 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10883 Remove kfail for PR remote/19496.
10884
c4ef31bf
SM
108852016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10886
10887 * lib/gdb.exp (standard_temp_file): Return a path specific to
10888 the runtest invocation.
10889
266b65b3
SM
108902016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10891
10892 * gdb.trace/save-trace.exp: Change relative path to be in the
10893 standard output directory.
10894
a7a0a6a9
JK
108952016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10896
10897 * gdb.arch/i386-prologue.c: Add missing prototypes.
10898
c99dbb42
JK
108992016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10900
10901 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
10902 * gdb.arch/i386-prologue.exp: Likewise.
10903 * gdb.arch/i386-size.exp: Likewise.
10904
aa480355
SM
109052016-02-15 Simon Marchi <simon.marchi@ericsson.com>
10906
10907 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
10908 define object file path.
10909 * gdb.btrace/gcore.exp: Use standard_output_file to define core
10910 file path.
10911 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
10912 standard_output_file to define binfile.
10913
ba881f50
JK
109142016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10915
10916 Fix compatibility with recent gfortran-5.3.1.
10917 * gdb.fortran/vla-history.exp (print vla1 allocated)
10918 (print vla2 allocated, print $2, print $3): Remove
10919 (print $4): Rename to ...
10920 (print $2): ... here.
10921 (print $9): Rename to ...
10922 (print $5): ... here.
10923 (print $10): Rename to ...
10924 (print $6): ... here.
10925 * gdb.fortran/vla.f90: Add pvla initialization.
10926
e9fb005c
JK
109272016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10928
10929 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
10930 New test.
10931 * gdb.fortran/vla-value-sub.exp: Likewise.
10932
e44e00ff
MK
109332016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
10934
10935 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
10936
97e94151
SM
109372016-02-12 Simon Marchi <simon.marchi@ericsson.com>
10938
10939 * i386-biarch-core.exp: Define corefile using
10940 standard_output_file.
10941
01113bc1
YQ
109422016-02-12 Yao Qi <yao.qi@linaro.org>
10943
10944 * gdb.arch/arm-single-step-kernel-helper.c: New.
10945 * gdb.arch/arm-single-step-kernel-helper.exp: New.
10946
33b4777c
MM
109472016-02-12 Markus Metzger <markus.t.metzger@intel.com>
10948
10949 * gdb.btrace/tailcall-only.exp: New.
10950 * gdb.btrace/tailcall-only.c: New.
10951 * gdb.btrace/x86_64-tailcall-only.S: New.
10952 * gdb.btrace/i686-tailcall-only.S: New.
10953
acc23c11
PA
109542016-02-11 Pedro Alves <palves@redhat.com>
10955
10956 * README (Parallel testing): Add missing double quotes.
10957
e352bf0a
PA
109582016-02-11 Pedro Alves <palves@redhat.com>
10959
10960 * README (Parallel testing): New section.
10961 (GDB_PARALLEL): Rewrite.
10962 (FORCE_PARALLEL): Document.
10963
9f5fed78
MK
109642016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
10965
10966 * gdb.trace/tfile-avx.c: New test.
10967 * gdb.trace/tfile-avx.exp: New test.
10968
9ef9e6a6
KS
109692016-02-09 Keith Seitz <keiths@redhat.com>
10970
10971 PR breakpoints/19546
10972 * gdb.base/infcall-exec.c: New file.
10973 * gdb.base/infcall-exec2.c: New file.
10974 * gdb.base/infcall-exec.exp: New file.
10975
a96e36da
KS
109762016-02-09 Keith Seitz <keiths@redhat.com>
10977
10978 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
10979 (toplevel): Call test_bkpt_address.
10980
9f61929f
KS
109812016-02-09 Keith Seitz <keiths@redhat.com>
10982
10983 PR python/19506
10984 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
10985 (toplevel): Call test_bkpt_address.
10986
1e94266c
SM
109872016-02-09 Simon Marchi <simon.marchi@ericsson.com>
10988
10989 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
10990 to AC_OUTPUT.
10991 * configure: Regenerate.
10992
2a7f3dff
PA
109932016-02-09 Pedro Alves <palves@redhat.com>
10994
10995 PR breakpoints/19548
10996 * gdb.base/execl-update-breakpoints.c (some_function): New
10997 function.
10998 (main): Call it.
10999 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
11000 Tighten expected GDB output.
11001
2151ccc5
SM
110022016-02-08 Simon Marchi <simon.marchi@ericsson.com>
11003
11004 * Makefile.in (ALL_SUBDIRS): Remove.
11005 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
11006 (distclean maintainer-clean realclean): Likewise.
11007 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
11008 * configure: Regenerate.
11009 * gdb.ada/Makefile.in: Delete.
11010 * gdb.arch/Makefile.in: Likewise.
11011 * gdb.asm/Makefile.in: Likewise.
11012 * gdb.base/Makefile.in: Likewise.
11013 * gdb.btrace/Makefile.in: Likewise.
11014 * gdb.cell/Makefile.in: Likewise.
11015 * gdb.compile/Makefile.in: Likewise.
11016 * gdb.cp/Makefile.in: Likewise.
11017 * gdb.disasm/Makefile.in: Likewise.
11018 * gdb.dlang/Makefile.in: Likewise.
11019 * gdb.dwarf2/Makefile.in: Likewise.
11020 * gdb.fortran/Makefile.in: Likewise.
11021 * gdb.gdb/Makefile.in: Likewise.
11022 * gdb.go/Makefile.in: Likewise.
11023 * gdb.guile/Makefile.in: Likewise.
11024 * gdb.java/Makefile.in: Likewise.
11025 * gdb.linespec/Makefile.in: Likewise.
11026 * gdb.mi/Makefile.in: Likewise.
11027 * gdb.modula2/Makefile.in: Likewise.
11028 * gdb.multi/Makefile.in: Likewise.
11029 * gdb.objc/Makefile.in: Likewise.
11030 * gdb.opencl/Makefile.in: Likewise.
11031 * gdb.opt/Makefile.in: Likewise.
11032 * gdb.pascal/Makefile.in: Likewise.
11033 * gdb.perf/Makefile.in: Likewise.
11034 * gdb.python/Makefile.in: Likewise.
11035 * gdb.reverse/Makefile.in: Likewise.
11036 * gdb.server/Makefile.in: Likewise.
11037 * gdb.stabs/Makefile.in: Likewise.
11038 * gdb.threads/Makefile.in: Likewise.
11039 * gdb.trace/Makefile.in: Likewise.
11040 * gdb.xml/Makefile.in: Likewise.
11041 * lib/gdb.exp (make_gdb_parallel_path): Add check for
11042 GDB_PARALLEL.
11043 (standard_output_file): Remove check for GDB_PARALLEL, always
11044 return path in outputs/$subdir/$testname.
11045
437277d4
SM
110462016-02-08 Simon Marchi <simon.marchi@ericsson.com>
11047
11048 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
11049 (site.exp): Assign abs_srcdir to tcl's srcdir.
11050
31d913c7
YQ
110512016-02-04 Yao Qi <yao.qi@linaro.org>
11052
11053 * gdb.base/foll-exec-mode.c: Include limits.h.
11054 (main): Add parameters argc and argv. Get directory from
11055 argv[0].
11056 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
11057 compilation.
11058 * gdb.base/foll-exec.c: Include limits.h.
11059 (main): Add parameters argc and argv.
11060 Get directory from argv[0].
11061 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
11062 Adjust tests on the number of lines as source code changed.
11063 * gdb.base/foll-vfork-exit.c: Include limits.h.
11064 (main): Add one line of statement before vfork.
11065 * gdb.base/foll-vfork.c: Include limits.h and string.h.
11066 (main): Add parameters argc and argv. Get directory from
11067 argv[0].
11068 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
11069 (setup_gdb): Set tbreak to skip some source lines.
11070 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
11071 (main): Add parameters argc and argv. Get directory from
11072 argv[0].
11073 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
11074 compilation.
11075 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
11076 (main): Add parameters argc and argv. Get directory from
11077 argv[0].
11078 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
11079 compilation.
11080
9482b9fb
DE
110812016-02-01 Doug Evans <dje@google.com>
11082
11083 * gdb.base/skip.exp: Clean up multiple references to same test name.
11084
6b2e4f10
PA
110852016-02-01 Pedro Alves <palves@redhat.com>
11086
ccb6afd6 11087 PR remote/19496
6b2e4f10
PA
11088 * gdb.threads/forking-threads-plus-breakpoint.exp
11089 (displaced_stepping_supported): New global.
11090 (probe_displaced_stepping_support): New procedure.
11091 (do_test): Add 'displaced' parameter, and use it.
11092 (top level): Check for displaced stepping support. Add displaced
11093 stepping on/off testing axis.
11094
37a8db1a
AB
110952016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11096
11097 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
11098 pointer. Don't perform further tests on the unassociated pointer
11099 if the first test fails.
11100
5fdf6324
AB
111012016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11102
11103 * gdb.base/max-value-size.c: New file.
11104 * gdb.base/max-value-size.exp: New file.
11105 * gdb.base/huge.exp: Disable max-value-size for this test.
11106
935c6144
IB
111072016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
11108
11109 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11110
7fe8399d
YQ
111112016-01-28 Yao Qi <yao.qi@linaro.org>
11112
11113 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
11114
a2077e25
PA
111152016-01-25 Pedro Alves <palves@redhat.com>
11116
11117 PR threads/19461
11118 * gdb.base/fork-running-state.c: New file.
11119 * gdb.base/fork-running-state.exp: New file.
11120
1d2736d4
PA
111212016-01-25 Pedro Alves <palves@redhat.com>
11122
11123 PR gdb/19494
11124 * gdb.base/catch-fork-kill.c: New file.
11125 * gdb.base/catch-fork-kill.exp: New file.
11126
f1da4b11
PA
111272016-01-25 Pedro Alves <palves@redhat.com>
11128
11129 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
11130 Delete, moved to lib/gdb.exp.
11131 * gdb.threads/forking-threads-plus-breakpoint.exp
11132 (foreach_with_prefix): Likewise.
11133 * gdb.threads/process-dies-while-handling-bp.exp
11134 (foreach_with_prefix): Likewise.
11135 * lib/gdb.exp (foreach_with_prefix): New procedure.
11136
45f38546
MK
111372016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
11138
11139 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
11140 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
11141
dc29a1ce
MK
111422016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
11143
11144 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
11145 endian targets.
11146
092127d7
JK
111472016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11148 Pedro Alves <palves@redhat.com>
11149
11150 Fix testsuite compatibility with Guile.
11151 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
11152 number.
11153
31d765d3
JK
111542016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11155
11156 Fix testsuite compatibility with Guile.
11157 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
11158 (thread 1): New test for backtrace through signal handler.
11159
1ac78c04
YQ
111602016-01-22 Yao Qi <yao.qi@linaro.org>
11161
11162 PR testsuite/19491
11163 * gdb.base/multi-forks.c: Include
11164 ../lib/unbuffer_output.c
11165 (main): Call gdb_unbuffer_output.
11166
4f5946a8
DE
111672016-01-21 Doug Evans <dje@google.com>
11168
11169 * lib/ada.exp (gdb_compile_ada): Fix typo.
11170
305e13e6
JB
111712016-01-21 Joel Brobecker <brobecker@adacore.com>
11172
11173 * gdb.base/break-fun-addr.exp: New file.
11174 * gdb.base/break-fun-addr1.c: New file.
11175 * gdb.base/break-fun-addr2.c: New file.
11176
5f5dfff6
SM
111772016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
11178
11179 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
11180 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
11181 enum flag values.
11182
fd356fa2
AA
111832016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
11184
11185 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
11186 when GDB can not set the vector return value. Add more comments
11187 for clarification.
11188
9df22175
AT
111892016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
11190
11191 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
11192 command.
11193
41d1845e
SM
111942016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11195
11196 * Makefile.in (DO_RUNTEST): Add --status and update usages.
11197
01ac6840
SM
111982016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11199
11200 * Makefile.in (check-single): Pass --status to runtest.
11201 (check/%.exp): Likewise.
11202
112032016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11204
11205 * Makefile.in (check-parallel): Propagate return code from make
11206 do-check-parallel.
11207
bd0a71fa
MK
112082016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
11209
11210 * gdb.trace/ftrace.exp: Fix expected message on continue.
11211 * gdb.trace/pending.exp: Fix expected message on continue.
11212 * gdb.trace/trace-break.exp: Fix expected message on continue.
11213
8bcbad33
SM
112142016-01-18 Simon Marchi <simon.marchi@ericsson.com>
11215
11216 * lib/gdb.exp (gdb_test): Remove unused global references.
11217
f303dbd6
PA
112182016-01-18 Pedro Alves <palves@redhat.com>
11219
11220 * gdb.base/async-shell.exp: Adjust expected output.
11221 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
11222 * gdb.base/siginfo-thread.exp: Adjust expected output.
11223 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
11224 * gdb.java/jnpe.exp: Adjust expected output.
11225 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
11226 * gdb.threads/continue-pending-status.exp: Adjust expected output.
11227 * gdb.threads/leader-exit.exp: Adjust expected output.
11228 * gdb.threads/manythreads.exp: Adjust expected output.
11229 * gdb.threads/pthreads.exp: Adjust expected output.
11230 * gdb.threads/schedlock.exp: Adjust expected output.
11231 * gdb.threads/siginfo-threads.exp: Adjust expected output.
11232 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
11233 expected output.
11234 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
11235 output.
11236 * gdb.threads/sigthread.exp: Adjust expected output.
11237 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
11238
b2789696
YQ
112392016-01-18 Yao Qi <yao.qi@linaro.org>
11240
11241 * gdb.guile/scm-section-script.c: Replace @progbits with
11242 %progbits.
11243 * gdb.python/py-section-script.c: Likewise.
11244
71ef29a8
PA
112452016-01-15 Pedro Alves <palves@redhat.com>
11246
11247 * gdb.multi/tids.exp: Test star wildcard ranges.
11248
3f5b7598
PA
112492016-01-15 Pedro Alves <palves@redhat.com>
11250
11251 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
11252 command from "thread apply" invocation.
11253 (thr_apply_info_thr_invalid): Default the expected output to the
11254 input tid list.
11255 (top level): Add tests that use convenience variables. Add tests
11256 for "thread apply" with a valid TID list, but missing the command.
11257
663f6d42
PA
112582016-01-13 Pedro Alves <palves@redhat.com>
11259
11260 * gdb.base/default.exp: Expect $_gthread as well.
11261 * gdb.multi/tids.exp: Test $_gthread.
11262 * gdb.threads/thread-specific.exp: Test $_gthread.
11263
c84f6bbf
PA
112642016-01-13 Pedro Alves <palves@redhat.com>
11265
11266 * gdb.multi/tids.exp: Test "info threads -gid".
11267
22a02324
PA
112682016-01-13 Pedro Alves <palves@redhat.com>
11269
11270 * gdb.multi/tids.exp: Test InferiorThread.global_num and
11271 Breakpoint.thread.
11272 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
11273
5d5658a1
PA
112742016-01-07 Pedro Alves <palves@redhat.com>
11275
11276 * gdb.base/break.exp: Adjust to output changes.
11277 * gdb.base/hbreak2.exp: Likewise.
11278 * gdb.base/sepdebug.exp: Likewise.
11279 * gdb.base/watch_thread_num.exp: Likewise.
11280 * gdb.linespec/keywords.exp: Likewise.
11281 * gdb.multi/info-threads.exp: Likewise.
11282 * gdb.threads/thread-find.exp: Likewise.
11283 * gdb.multi/tids.c: New file.
11284 * gdb.multi/tids.exp: New file.
11285
84654457
PA
112862016-01-13 Pedro Alves <palves@redhat.com>
11287
11288 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
11289
e3940304
PA
112902016-01-13 Pedro Alves <palves@redhat.com>
11291
11292 * gdb.base/default.exp: Expect $_inferior as well.
11293 * gdb.multi/base.exp: Test $_inferior.
11294
a911d87a
PA
112952016-01-13 Pedro Alves <palves@redhat.com>
11296
11297 PR breakpoints/19388
11298 * gdb.base/catch-signal-siginfo-cond.c: New file.
11299 * gdb.base/catch-signal-siginfo-cond.exp: New file.
11300
82075af2
JS
113012016-01-12 Josh Stone <jistone@redhat.com>
11302 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11303
11304 * gdb.base/catch-syscall.c (do_execve): New variable.
11305 (main): Conditionally trigger an execve.
11306 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
11307 (test_catch_syscall_execve): New, check entry/return across execve.
11308 (do_syscall_tests): Call test_catch_syscall_execve.
11309
e46eeedd
PA
113102016-01-12 Pedro Alves <palves@redhat.com>
11311
11312 * gdb.base/random-signal.exp (do_test): New procedure, with body
11313 of testcase moved in.
11314
01d8c27e
JK
113152016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11316 Pedro Alves <palves@redhat.com>
11317
11318 * gdb.base/funcargs.exp (finish from indirectly called function):
11319 Reintroduce the case for 'First'.
11320
9a706302
JK
113212016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11322 Pedro Alves <palves@redhat.com>
11323
11324 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
11325 (tcatch_vfork_then_child_follow_exec)
11326 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
11327 identification.
11328
c0ecb95f
JK
113292016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11330
11331 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
11332 and repeats to unlimited.
11333 * gdb.python/py-value.exp: Likewise.
11334 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
11335 and repeats to unlimited.
11336
6cfc1fcb
JK
113372016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11338
11339 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
11340 and reordering the functions.
11341 * gdb.multi/hangout.c: Likewise.
11342 * gdb.multi/hello.c: Likewise.
11343
582a1b00
SM
113442016-01-08 Simon Marchi <simon.marchi@ericsson.com>
11345
11346 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
11347 absolute.
11348 (SingleStatisticTestResult.report): Use dict.keys instead of
11349 dict.iterkeys.
11350
79bc59cb
PA
113512016-01-06 Pedro Alves <palves@redhat.com>
11352
11353 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
11354
43368e1d
MM
113552016-01-04 Markus Metzger <markus.t.metzger@intel.com>
11356
11357 * gdb.btrace/dlopen.exp: New.
11358 * gdb.btrace/dlopen.c: New.
11359 * gdb.btrace/dlopen-dso.c: New.
11360
79fad5b8
SL
113612015-12-25 Sandra Loosemore <sandra@codesourcery.com>
11362
11363 * lib/gdb.exp (gdb_test): Update comments to clarify that the
11364 PATTERN argument is optional.
11365
ab8314b3
JB
113662015-12-24 Joel Brobecker <brobecker@adacore.com>
11367
11368 * lib/ada.exp (target_compile_ada_from_dir): New function.
11369 (gdb_compile_ada): Reimplement avoiding the use of project files.
11370 * gdb.ada/gnat_ada.gpr: Delete.
11371 * gdb.ada/cond_lang.exp: Adjust test to make path before
11372 filename optional.
11373 * gdb.ada/small_reg_param.exp: Likewise.
11374
fe33faff
SM
113752015-12-22 Simon Marchi <simon.marchi@ericsson.com>
11376
11377 * gdb.base/foll-vork.exp: Remove HP-UX special case.
11378
6d265cb4
TP
113792015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
11380
11381 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
11382 case.
11383
10125099
SM
113842015-12-21 Simon Marchi <simon.marchi@ericsson.com>
11385
11386 * gdb.base/break.exp: Remove dead code.
11387 * gdb.base/sepdebug.exp: Likewise.
11388
3ca22649
SM
113892015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11390
11391 * gdb.asm/asm-source.exp: Remove HP-UX references.
11392 * gdb.base/annota1.exp: Likewise.
11393 * gdb.base/annota3.exp: Likewise.
11394 * gdb.base/attach.exp: Likewise.
11395 * gdb.base/bigcore.exp: Likewise.
11396 * gdb.base/break.exp: Likewise.
11397 * gdb.base/call-ar-st.exp: Likewise.
11398 * gdb.base/callfuncs.exp: Likewise.
11399 * gdb.base/catch-fork-static.exp: Likewise.
11400 * gdb.base/display.exp: Likewise.
11401 * gdb.base/foll-exec-mode.exp: Likewise.
11402 * gdb.base/foll-exec.exp: Likewise.
11403 * gdb.base/foll-fork.exp: Likewise.
11404 * gdb.base/foll-vfork.exp: Likewise.
11405 * gdb.base/funcargs.exp: Likewise.
11406 * gdb.base/hbreak2.exp: Likewise.
11407 * gdb.base/inferior-died.exp: Likewise.
11408 * gdb.base/interrupt.exp: Likewise.
11409 * gdb.base/multi-forks.exp: Likewise.
11410 * gdb.base/nodebug.exp: Likewise.
11411 * gdb.base/sepdebug.exp: Likewise.
11412 * gdb.base/solib1.c: Likewise.
11413 * gdb.base/step-test.exp: Likewise.
11414 * gdb.mi/non-stop.c: Likewise.
11415 * gdb.mi/pthreads.c: Likewise.
11416 * gdb.multi/bkpt-multi-exec.ex: Likewise.
11417 * gdb.threads/pthreads.c: Likewise.
11418 * gdb.threads/staticthreads.exp: Likewise.
11419 * lib/future.exp: Likewise.
11420 * lib/gdb.exp: Likewise.
11421 * gdb.base/so-indr-cl.c: Remove.
11422 * gdb.base/so-indr-cl.exp: Likewise.
11423 * gdb.base/solib.c: Likewise.
11424 * gdb.base/solib.exp: Likewise.
11425 * gdb.base/solib2.c: Likewise.
11426
b6304613
SM
114272015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11428
11429 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
11430 * gdb.base/call-ar-st.exp: Likewise.
11431 * gdb.base/callfuncs.exp: Likewise.
11432 * gdb.base/condbreak.exp: Likewise.
11433 * gdb.base/constvars.exp: Likewise.
11434 * gdb.base/hbreak2.exp: Likewise.
11435 * gdb.base/langs.exp: Likewise.
11436 * gdb.base/list.exp: Likewise.
11437 * gdb.base/long_long.exp: Likewise.
11438 * gdb.base/ptype.exp: Likewise.
11439 * gdb.base/scope.exp: Likewise.
11440 * gdb.base/signals.exp: Likewise.
11441 * gdb.base/so-impl-ld.exp: Likewise.
11442 * gdb.base/varargs.exp: Likewise.
11443 * gdb.base/volatile.exp: Likewise.
11444 * gdb.base/whatis.exp: Likewise.
11445 * gdb.cp/cplusfuncs.exp: Likewise.
11446 * gdb.cp/inherit.exp: Likewise.
11447 * gdb.cp/local.exp: Likewise.
11448 * gdb.cp/member-ptr.exp: Likewise.
11449 * gdb.cp/method.exp: Likewise.
11450 * gdb.cp/overload.exp: Likewise.
11451 * gdb.cp/templates.exp: Likewise.
11452 * gdb.stabs/weird.exp: Likewise.
11453 * lib/compiler.c: Likewise.
11454 * lib/compiler.cc: Likewise.
11455 * lib/cp-support.exp: Likewise.
11456 * lib/gdb.exp: Likewise.
11457
bf401b07
SM
114582015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
11459
11460 * configure.ac: Remove HP-UX case.
11461 * configure: Regenerate.
11462
aff9c0f8
SM
114632015-12-18 Simon Marchi <simon.marchi@ericsson.com>
11464
11465 * lib/gdb.exp (gdb_compile): Add function doc.
11466
a6904d5a
PA
114672015-12-17 Pedro Alves <palves@redhat.com>
11468
11469 PR threads/19354
11470 * gdb.multi/info-threads.exp: New file.
11471
a22279dd
YQ
114722015-12-15 Yao Qi <yao.qi@linaro.org>
11473
11474 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
11475 is aarch64*-*-*.
11476
0588c796
SL
114772015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11478
11479 * gdb.base/history-duplicates.exp: Skip if no readline support.
11480
5d978e17
SL
114812015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11482
11483 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
11484
7e763b86
SL
114852015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11486
11487 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
11488
87a3a92c
SL
114892015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11490
11491 * gdb.base/completion.exp: Skip tests that interrupt GDB with
11492 ctrl-C if nointerrupts target property is set.
11493 * gdb.base/double-prompt-target-event-error.exp: Likewise.
11494 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
11495 * gdb.base/paginate-bg-execution.exp: Likewise.
11496 * gdb.base/paginate-execution-startup.exp: Likewise.
11497 * gdb.base/random-signal.exp: Likewise.
11498 * gdb.base/range-stepping.exp: Likewise.
11499 * gdb.cp/annota2.exp: Likewise.
11500 * gdb.cp/annota3.exp: Likewise.
11501 * gdb.gdb/selftest.exp: Likewise.
11502 * gdb.threads/continue-pending-status.exp: Likewise.
11503 * gdb.threads/leader-exit.exp: Likewise.
11504 * gdb.threads/manythreads.exp: Likewise.
11505 * gdb.threads/pthreads.exp: Likewise.
11506 * gdb.threads/schedlock.exp: Likewise.
11507 * gdb.threads/sigthread.exp: Likewise.
11508
a8f077dc
DB
115092015-12-11 Don Breazeal <donb@codesourcery.com>
11510
11511 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
11512 remote.
11513 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
11514 * gdb.base/foll-exec.exp (main): Enable for target remote.
11515 * gdb.base/foll-fork.exp (main): Likewise.
11516 * gdb.base/foll-vfork.exp (main): Likewise.
11517 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
11518 (proc continue_to_exit_bp_loc): Use clean_restart.
11519 * gdb.base/pie-execl.exp (main): Disable for target remote.
11520 * gdb.base/watch-vfork.exp (main): Enable for target remote.
11521 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
11522 * gdb.threads/execl.exp (main): Likewise.
11523 * gdb.threads/fork-child-threads.exp (main): Likewise.
11524 * gdb.threads/fork-plus-threads.exp (main): Disable for target
11525 remote.
11526 * gdb.threads/fork-thread-pending.exp (main): Enable for target
11527 remote.
11528 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
11529 pid.tid style ptids, instead of just tid.
11530 * gdb.threads/thread-execl.exp (main): Enable for target remote.
11531 * gdb.threads/watchpoint-fork.exp (main): Likewise.
11532 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
11533 ptids, instead of just tid.
11534
3b2464a8
AB
115352015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11536
11537 * gdb.base/list.exp (test_list_forward): Add end of file error
11538 test.
11539 (test_repeat_list_command): Add end of file error test.
11540 (test_list_backwards): Add beginning of file error test.
11541
a0def019
AB
115422015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11543
11544 * gdb.base/list.exp (test_list_invalid_args): New function,
11545 defined, and called.
11546
5c000dff
AB
115472015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11548
11549 * gdb.base/list.exp (test_list): Make test names unique.
11550
f1637ebe
YQ
115512015-12-11 Yao Qi <yao.qi@linaro.org>
11552
11553 * gdb.base/coremaker2.c: Remove.
11554
36d6fc0a
PA
115552015-12-10 Pedro Alves <palves@redhat.com>
11556
11557 * gdb.multi/base.exp: Remove stale "spaces" references.
11558
762f7747
PA
115592015-12-10 Pedro Alves <palves@redhat.com>
11560
11561 * gdb.multi/base.exp: Don't use nowarnings.
11562 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
11563 * gdb.multi/hangout.c: Include stdio.h.
11564 * gdb.multi/hello.c: Include stdlib.h.
11565 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
11566 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
11567 * gdb.multi/multi-arch.exp: Don't use nowarnings.
11568
28d2bfb9
AB
115692015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
11570
11571 * gdb.dwarf2/dw2-ranges-base.c: New file.
11572 * gdb.dwarf2/dw2-ranges-base.exp: New file.
11573 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
11574 support additional line table, and debug ranges generation.
11575 (Dwarf::ranges): New function, generate .debug_ranges.
11576 (Dwarf::lines): Support generating simple line table programs.
11577 (Dwarf::assemble): Initialise new namespace variables.
11578
5fc2beac
KB
115792015-12-09 Kevin Buettner <kevinb@redhat.com>
11580
11581 * gdb.base/async.exp (proc test_background): Add case for
11582 asynchronous execution not supported.
11583
1c35a88f
LM
115842015-12-09 Luis Machado <lgustavo@codesourcery.com>
11585
11586 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
11587 format and change test names to make them unique.
11588
b593e3d9
RK
115892015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
11590 Pedro Alves <pedro@redhat.com>
11591
11592 PR gdb/18702
11593 Add checking of floatformats setup on x86_64 hosts.
11594 * gdb.arch/i386-float.S (main): Load bigval and smallval.
11595 (smallval, bigval): New labels/constants.
11596 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
11597 float" after loading bigval and smallval.
11598
d72413e6
PMR
115992015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
11600
11601 * gdb.ada/fun_overload_menu.exp: New testcase.
11602 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
11603
ece66d65
JS
116042015-12-04 Josh Stone <jistone@redhat.com>
11605
11606 * gdb.base/catch-fork-static.exp: New.
11607
41d0efca
YQ
116082015-12-03 Yao Qi <yao.qi@linaro.org>
11609
11610 * gdb.base/sizeof.c: Don't include stdio.h and
11611 ../lib/unbuffer_output.c.
11612 (main): New variable 'size' and 'value'. Remove printf and
11613 gdb_unbuffer_output. Assign return value to size and value.
11614 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
11615 at the beginning.
11616 (check_sizeof): Check the result by printing variable 'size'.
11617 (check_valueof): Check the result by printing variable 'value'.
11618
99fd02d9
YQ
116192015-12-01 Yao Qi <yao.qi@linaro.org>
11620
11621 * gdb.base/disp-step-syscall.exp: Define syscall instruction
11622 for aarch64*-*-linux* target.
11623
f2faf941
PA
116242015-11-30 Pedro Alves <palves@redhat.com>
11625
11626 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
11627
04bf20c5
PA
116282015-11-30 Pedro Alves <palves@redhat.com>
11629
11630 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
11631 Handle non-stop mode vCont replies.
11632
09df4675
PA
116332015-11-30 Pedro Alves <palves@redhat.com>
11634
11635 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
11636 prepare_for_testing. Start gdb with "set non-stop on" appended to
11637 GDBFLAGS. Lax expected stop output.
11638
58b584af
YQ
116392015-11-27 Yao Qi <yao.qi@linaro.org>
11640
11641 * gdb.arch/arm-neon.exp: New.
11642 * gdb.arch/arm-neon.c: New.
11643
dfcb77a8
YQ
116442015-11-27 Yao Qi <yao.qi@linaro.org>
11645
11646 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
11647
88e8ec1b
YQ
116482015-11-27 Yao Qi <yao.qi@linaro.org>
11649
11650 * gdb.cp/annota2.exp: Allow multiple occurrences of the
11651 frames-invalid annotation.
11652
bfde72c2
YQ
116532015-11-27 Yao Qi <yao.qi@linaro.org>
11654
11655 * gdb.cp/annota2.exp: Use ${frames_invalid}.
11656
f6512a69
SM
116572015-11-26 Simon Marchi <simon.marchi@ericsson.com>
11658
11659 * gdb.threads/names.exp: New file.
11660 * gdb.threads/names.c: New file.
11661 * README: Mention gdb,no_thread_names.
11662
46a3515b
MM
116632015-11-26 Markus Metzger <markus.t.metzger@intel.com>
11664
11665 PR 19297
11666 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
11667 support" error.
11668
62147a22
PA
116692015-11-24 Pedro Alves <palves@redhat.com>
11670
11671 PR 17539
11672 * gdb.base/display.exp: Expect displays to be sorted in ascending
11673 order. Use multi_line.
11674 * gdb.base/solib-display.exp: Likewise.
11675
2f341b6e
PA
116762015-11-24 Pedro Alves <palves@redhat.com>
11677
11678 PR 17539
25d49b86
PA
11679 * gdb.base/display.exp: Expect displays to be sorted in ascending
11680 order. Use multi_line.
11681 * gdb.base/solib-display.exp: Likewise.
2f341b6e 11682
7e0aa6aa
PA
116832015-11-24 Pedro Alves <palves@redhat.com>
11684
11685 PR 17539
11686 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
11687 threads in ascending order.
11688 * gdb.base/foll-fork.exp: Likewise.
11689 * gdb.base/foll-vfork.exp: Likewise.
11690 * gdb.base/multi-forks.exp: Likewise.
11691 * gdb.mi/mi-nonstop.exp: Likewise.
11692 * gdb.mi/mi-nsintrall.exp: Likewise.
11693 * gdb.multi/base.exp: Likewise.
11694 * gdb.multi/multi-arch.exp: Likewise.
11695 * gdb.python/py-inferior.exp: Likewise.
11696 * gdb.threads/break-while-running.exp: Likewise.
11697 * gdb.threads/execl.exp: Likewise.
11698 * gdb.threads/gcore-thread.exp: Likewise.
11699 * gdb.threads/info-threads-cur-sal.exp: Likewise.
11700 * gdb.threads/kill.exp: Likewise.
11701 * gdb.threads/linux-dp.exp: Likewise.
11702 * gdb.threads/multiple-step-overs.exp: Likewise.
11703 * gdb.threads/next-bp-other-thread.exp: Likewise.
11704 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
11705 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
11706 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
11707 * gdb.threads/thread-find.exp: Likewise.
11708 * gdb.threads/tls.exp: Likewise.
11709 * lib/mi-support.exp (mi_reverse_list): Delete.
11710 (mi_check_thread_states): No longer reverse list.
11711
2cc57ad8
PA
117122015-11-24 Pedro Alves <palves@redhat.com>
11713
11714 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
11715 use lowercase.
11716
c93e8391
SM
117172015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11718
11719 * gdb.trace/actions.c: Include trace-common.h.
11720 (main): Add a location for a fast tracepoint.
11721 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
11722 the normal tracepoints.
11723 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
11724
045ccf91
SM
117252015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11726
11727 * save-trace.exp: Factor out code to these...
11728 (gdb_save_tracepoints): New.
11729 (gdb_load_tracepoints): New.
11730 (do_save_load_test): New.
11731
5506f9f6
KB
117322015-11-23 Kevin Buettner <kevinb@redhat.com>
11733
11734 * gdb.base/asmlabel.exp: New test.
11735 * gdb.base/asmlabel.c: New test case.
11736
16c3b12f
JB
117372015-11-23 Joel Brobecker <brobecker@adacore.com>
11738
11739 * gdb.base/wrong_frame_bt_full-main.c: New file.
11740 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
11741 * gdb.base/wrong_frame_bt_full.exp: New file.
11742
155bfbd3
JB
117432015-11-23 Joel Brobecker <brobecker@adacore.com>
11744
11745 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
11746
bb097445
JM
117472015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11748
206853a0 11749 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
11750 pstate register when comparing registers values in
11751 sparc64-*-linux-gnu targets to avoid spurious differences.
11752
9c88ed8f
JM
117532015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11754
206853a0 11755 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 11756
96161e25
SL
117572015-11-19 Sandra Loosemore <sandra@codesourcery.com>
11758
11759 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
11760 as type argument to gdb_compile.
11761 * gdb.base/nested-subp2.exp: Likewise.
11762 * gdb.base/nested-subp3.exp: Likewise.
11763
340c2830
DV
117642015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
11765
11766 * lib/dwarf.exp (_note): Fix left shift of negative value.
11767 * gdb.trace/trace-condition.exp: Likewise.
11768
c1862d0f
YQ
117692015-11-13 Yao Qi <yao.qi@linaro.org>
11770
11771 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
11772 comments about d10v.
11773 (test_scalar_returns): Likewise.
11774 * gdb.base/d10v.ld: Remove.
11775 * gdb.base/overlays.exp: Remove the target triplet checking for
11776 d10v-*-*.
11777 * gdb.base/structs.exp (test_struct_returns): Remove the
11778 comments about d10v.
11779 (test_struct_calls): Likewise.
11780
77ae9c19
YQ
117812015-11-13 Yao Qi <yao.qi@linaro.org>
11782
11783 * gdb.base/gnu_vector.exp: Check the return value by "p res".
11784 * gdb.base/gnu_vector.c: Don't include stdio.h.
11785 (main): Don't print res and call add_some_intvecs.
11786
430e004e
MK
117872015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
11788
11789 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
11790 macro.
11791 (func5): Removed.
11792 (func4): Use FAST_TRACEPOINT_LABEL.
11793 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
11794 macro.
11795 (func): Removed.
11796 (thread_function): Use FAST_TRACEPOINT_LABEL.
11797 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
11798 (func): Remove.
11799 (marker): Use FAST_TRACEPOINT_LABEL.
11800 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
11801 (pendfunc1): Remove.
11802 (pendfunc): Use FAST_TRACEPOINT_LABEL.
11803 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
11804 (foo): Remove.
11805 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
11806 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
11807 macro.
11808 (func): Remove.
11809 (marker): Use FAST_TRACEPOINT_LABEL.
11810 * gdb.trace/trace-common.h: New header.
11811 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
11812 macro.
11813 (func): Remove.
11814 (marker): Use FAST_TRACEPOINT_LABEL.
11815 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
11816 (func): Remove.
11817 (thread_function): Use FAST_TRACEPOINT_LABEL.
11818
6e7675a7
MK
118192015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
11820
11821 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
11822 in front.
11823 * gdb.trace/change-loc.exp: Use global pcreg definition.
11824 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
11825 * gdb.trace/entry-values.exp: Use global spreg definition, add $
11826 in front.
11827 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
11828 * gdb.trace/pending.exp: Likewise.
11829 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
11830 * gdb.trace/trace-break.exp: Likewise.
11831 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
11832 in front.
11833 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
11834 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
11835 in front.
11836 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
11837
dddc0e16
JB
118382015-11-09 Joel Brobecker <brobecker@adacore.com>
11839
11840 * gdb.ada/fin_fun_out: New testcase.
11841
c6f0b406
KB
118422015-11-07 Kevin Buettner <kevinb@redhat.com>
11843
11844 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
11845 value associated with DW_AT_byte_size.
11846 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
11847 constants for DW_AT_byte_size, DW_AT_lower_bound, and
11848 DW_AT_upper_bound.
11849
f01dcfd9
KB
118502015-11-07 Kevin Buettner <kevinb@redhat.com>
11851
11852 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
11853 (gdb_target_symbol_prefix_flags): Define in terms of _asm
11854 version.
11855 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
11856 gdb.dwarf2/dw2-canonicalize-type.exp,
11857 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
11858 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
11859 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
11860 provided by gdb_target_symbol_prefix_flags_asm.
11861 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
11862 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
11863 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
11864 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
11865 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
11866 macros where needed). Use this macro for symbols which require
11867 the prefix provided by SYMBOL_PREFIX.
11868
2223449a
KB
118692015-11-05 Kevin Buettner <kevinb@redhat.com>
11870
11871 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
11872 New procs.
11873 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
11874 representing expressions, of more than one list element.
11875 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
11876 to prepend linker symbol prefix to f.
11877 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
11878 table_1 and table_2.
11879 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
11880 Likewise, for f and g.
11881 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
11882 for ptr.
11883 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
11884 for main.
11885 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
11886 table_1_ptr and table_2_ptr.
11887
6f2f1a3a
JK
118882015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11889 Joel Brobecker <brobecker@adacore.com>
11890
11891 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
11892
566c56c9
MK
118932015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
11894
11895 * gdb.reverse/s390-mvcle.c: New test.
11896 * gdb.reverse/s390-mvcle.exp: New file.
11897 * lib/gdb.exp: Enable reverse tests on s390*-linux.
11898
d5f0636b
MK
118992015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11900
11901 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
11902
7ad8b86c
MK
119032015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11904
11905 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
11906 reaching marker2.
11907 * gdb.reverse/getresuid-reverse.exp: Likewise.
11908 * gdb.reverse/pipe-reverse.exp: Likewise.
11909 * gdb.reverse/readv-reverse.exp: Likewise.
11910 * gdb.reverse/recvmsg-reverse.exp: Likewise.
11911 * gdb.reverse/time-reverse.exp: Likewise.
11912 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
11913
4081c0f1
YQ
119142015-10-30 Yao Qi <yao.qi@linaro.org>
11915
11916 * gdb.threads/wp-replication.c (watch_count_done): Remove.
11917 (empty_cycle): Remove.
11918 (main): Don't call empty_cycle. Don't use watch_count_done.
11919 * gdb.threads/wp-replication.exp: Don't set breakpoint on
11920 empty_cycle. Rewrite the code counting HW watchpoints.
11921
452b4ba5
MK
119222015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
11923
11924 * gdb.reverse/fstatat-reverse.c: New test.
11925 * gdb.reverse/fstatat-reverse.exp: New file.
11926 * gdb.reverse/getresuid-reverse.c: New test.
11927 * gdb.reverse/getresuid-reverse.exp: New file.
11928 * gdb.reverse/pipe-reverse.c: New test.
11929 * gdb.reverse/pipe-reverse.exp: New file.
11930 * gdb.reverse/readv-reverse.c: New test.
11931 * gdb.reverse/readv-reverse.exp: New file.
11932 * gdb.reverse/recvmsg-reverse.c: New test.
11933 * gdb.reverse/recvmsg-reverse.exp: New file.
11934 * gdb.reverse/time-reverse.c: New test.
11935 * gdb.reverse/time-reverse.exp: New file.
11936 * gdb.reverse/waitpid-reverse.c: New test.
11937 * gdb.reverse/waitpid-reverse.exp: New file.
11938
5e2e7507
JK
119392015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11940
11941 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
11942
0fde2c53
DE
119432015-10-26 Doug Evans <dje@google.com>
11944
11945 PR symtab/17391
11946 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
11947 * gdb.dwarf2/bad-regnum.c: New file.
11948 * gdb.dwarf2/bad-regnum.exp: New file.
11949
1a70ae97
DE
119502015-10-26 Doug Evans <dje@google.com>
11951
11952 PR python/18938
11953 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
11954 file.
11955
27dc26ab
JK
119562015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11957
11958 * gdb.compile/compile.exp (compile code globalvar): Update expectation
11959 for a change by "Mention language in compile error message".
11960
bed91f4d
SM
119612015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
11962
11963 PR python/18073
11964 * gdb.python/py-type.c (C::a_method): New.
11965 (C::a_const_method): New.
11966 (C::a_static_method): New.
11967 (a_function): New.
11968 * gdb.python/py-type.exp (test_fields): Test getting fields
11969 from function and method.
11970
3f2f83dd
KB
119712015-10-21 Keven Boell <keven.boell@intel.com>
11972
11973 * gdb.fortran/vla-alloc-assoc.exp: New file.
11974 * gdb.fortran/vla-datatypes.exp: New file.
11975 * gdb.fortran/vla-datatypes.f90: New file.
11976 * gdb.fortran/vla-history.exp: New file.
11977 * gdb.fortran/vla-ptype-sub.exp: New file.
11978 * gdb.fortran/vla-ptype.exp: New file.
11979 * gdb.fortran/vla-sizeof.exp: New file.
11980 * gdb.fortran/vla-sub.f90: New file.
11981 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
11982 * gdb.fortran/vla-value-sub-finish.exp: New file.
11983 * gdb.fortran/vla-value-sub.exp: New file.
11984 * gdb.fortran/vla-value.exp: New file.
11985 * gdb.fortran/vla-ptr-info.exp: New file.
11986 * gdb.mi/mi-vla-fortran.exp: New file.
11987 * gdb.mi/vla.f90: New file.
11988
27145d50
SL
119892015-10-21 Sandra Loosemore <sandra@codesourcery.com>
11990
11991 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
11992 of hardwired timeout value.
11993
5f3ff4f8
JK
119942015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11995 Pedro Alves <palves@redhat.com>
11996
11997 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
11998 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
11999
bfd09d20
JS
120002015-10-19 Josh Stone <jistone@redhat.com>
12001
12002 * gdb.base/catch-syscall.c: Include <sched.h>.
12003 (unknown_syscall): New variable.
12004 (main): Trigger a vfork and an unknown syscall.
12005 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
12006 (unknown_syscall_number): Likewise.
12007 (check_call_to_syscall): Accept an optional syscall pattern.
12008 (check_return_from_syscall): Likewise.
12009 (check_continue): Likewise.
12010 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
12011 (test_catch_syscall_skipping_return): New test toggling off 'catch
12012 syscall' to step over the syscall return, then toggling back on.
12013 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
12014 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
12015 (do_syscall_tests): Call test_catch_syscall_without_args and
12016 test_catch_syscall_mid_vfork.
12017 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
12018 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
12019
b32b93c6
AS
120202015-10-19 Andrew Stubbs <ams@codesourcery.com>
12021
12022 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
12023 print g_vE): Add new pass patterns.
12024 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
12025 print various symbol names for vptr fields.
12026
9d622bda
AB
120272015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
12028
12029 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
12030 results.
12031
0fd8ac1c
YQ
120322015-10-12 Yao Qi <yao.qi@linaro.org>
12033
12034 * gdb.arch/disp-step-insn-reloc.exp: New test case.
12035
34240514
YQ
120362015-10-12 Yao Qi <yao.qi@linaro.org>
12037
12038 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
12039 is aarch64*-*-linux*.
12040
8240f442
YQ
120412015-10-12 Yao Qi <yao.qi@linaro.org>
12042
12043 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
12044 (can_relocate_bcond_true): ... it.
12045 (can_relocate_bcond_false): New function.
12046 (foo): Likewise.
12047 (can_relocate_bl): Likewise.
12048 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
12049 can_relocate_bl.
12050
2520f728
PMR
120512015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
12052
12053 * gdb.base/nested-addr.c: New file.
12054 * gdb.base/nested-addr.exp: New testcase.
12055
abcef95a
MM
120562015-10-09 Markus Metzger <markus.t.metzger@intel.com>
12057
12058 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
12059 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
12060 its output. Ignore the output of "record goto begin" and instead
12061 check that GDB is replaying.
12062
145e3ddb
PA
120632015-10-09 Pedro Alves <palves@redhat.com>
12064
12065 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
12066 (top level): Use it in the run with no args test.
12067
d5d8c4e1
IB
120682015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
12069
12070 * gdb.dlang/properties.exp: New file.
12071
06e635ef
SL
120722015-10-02 Sandra Loosemore <sandra@codesourcery.com>
12073
12074 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
12075 whether or not address 0x1000 is mapped on the target.
12076
e019fd1d
SM
120772015-09-30 Simon Marchi <simon.marchi@ericsson.com>
12078
12079 * gdb.python/py-type.exp: Do not run tests if binaries fail to
12080 build.
12081
77ba2a67
MM
120822015-09-30 Markus Metzger <markus.t.metzger@intel.com>
12083
12084 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
12085 instruction-history test.
12086
c60eb31f
DE
120872015-09-28 Doug Evans <dje@google.com>
12088
12089 * gdb.base/gcore.c (array_func): Add reference to static_array.
12090
9a3c8263
SM
120912015-09-25 Simon Marchi <simon.marchi@ericsson.com>
12092
12093 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
12094 source line.
12095
9720e656
SL
120962015-09-24 Sandra Loosemore <sandra@codesourcery.com>
12097
12098 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
12099 short or char as base type.
12100
938d3bf2
SL
121012015-09-23 Sandra Loosemore <sandra@codesourcery.com>
12102
12103 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
12104 to allow any size enum.
12105
e6c2c623
PMR
121062015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
12107
12108 * gdb.ada/array_ptr_renaming.exp: New testcase.
12109 * gdb.ada/array_ptr_renaming/foo.adb: New file.
12110 * gdb.ada/array_ptr_renaming/pack.ads: New file.
12111
06da0f77
PL
121122015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12113
12114 * gdb.trace/ftrace-lock.c: New file.
12115 * gdb.trace/ftrace-lock.exp: New file.
12116
4f51c22a
PL
121172015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12118
12119 * gdb.arch/insn-reloc.c: New file.
12120 * gdb.arch/ftrace-insn-reloc.exp: New file.
12121
7041adf4
PL
121222015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12123
12124 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
12125 instruction.
12126 * gdb.trace/pendshr1.c (pendfunc): Likewise.
12127 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
12128 * gdb.trace/range-stepping.c: Likewise.
12129 * gdb.trace/trace-break.c: Likewise.
12130 * gdb.trace/trace-mt.c (thread_function): Likewise.
12131 * gdb.trace/ftrace.c (marker): Likewise.
12132 * gdb.trace/trace-condition.c (marker): Likewise.
12133 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
12134 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
12135 is_aarch64_target.
12136
015d2e7e
DE
121372015-09-18 Doug Evans <xdje42@gmail.com>
12138
12139 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
12140 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
12141
26b188a2
SL
121422015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12143
12144 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
12145 the breakpoint.
12146
79dc332b
SL
121472015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12148
12149 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
12150 the pending breakpoint. Remove timeout override for "Run till
12151 MI pending breakpoint on pendfunc3 on thread 2" test.
12152
f57929f2
SL
121532015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12154
12155 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
12156 filename pattern.
12157
3f469b17
SL
121582015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12159
12160 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
12161 in breakpoint filename pattern.
12162
515b89b3
SL
121632015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12164
7800dbe4
SL
12165 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
12166
121672015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12168
515b89b3
SL
12169 * gdb.linespec/explicit.exp: Check for readline support for
12170 tab-completion tests. Fix obvious typo.
12171
d2939ba2
MM
121722015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12173
12174 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
12175 and replay.
12176
cbb55fa7
MM
121772015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12178
12179 * gdb.btrace/non-stop.c: New.
12180 * gdb.btrace/non-stop.exp: New.
12181
43691ca1
PL
121822015-09-17 Pierre Langlois <pierre.langlois@arm.com>
12183 Yao Qi <yao.qi@linaro.org>
12184
12185 * gdb.trace/trace-condition.c: New file.
12186 * gdb.trace/trace-condition.exp: New file.
12187
d78908cf
WW
121882015-09-16 Wei-cheng Wang <cole945@gmail.com>
12189
12190 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
12191 for testing bytecode compilation.
12192
1ed415e2
PA
121932015-09-16 Pedro Alves <palves@redhat.com>
12194 Sandra Loosemore <sandra@codesourcery.com>
12195
12196 * gdb.threads/non-stop-fair-events.c (timeout): New global.
12197 (SECONDS): Redefine.
12198 (main): Call pthread_kill and alarm early.
12199 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
12200 support.
12201 (test): If the target can't hardware step and doesn't support
12202 displaced stepping, increase the timeout.
12203
d136eff5
PA
122042015-09-16 Pedro Alves <palves@redhat.com>
12205
12206 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
12207 (enable_debug): New procedures.
12208 (test): Use them. Bail out if waiting for threads fails.
12209 (top level): Bail out if a test fails.
12210
991f019c
YQ
122112015-09-16 Yao Qi <yao.qi@linaro.org>
12212
12213 * gdb.asm/asm-source.exp: Set asm-arch for
12214 aarch64*-*-* target.
12215 * gdb.asm/aarch64.inc: New file.
12216
bfca584f
PMR
122172015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
12218
12219 * gdb.ada/array_of_variable_length.exp: New testcase.
12220 * gdb.ada/array_of_variable_length/foo.adb: New file.
12221 * gdb.ada/array_of_variable_length/pck.adb: New file.
12222 * gdb.ada/array_of_variable_length/pck.ads: New file.
12223
b326e587
DE
122242015-09-15 Doug Evans <dje@google.com>
12225
12226 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
12227 of function static local variable.
12228
5382cfab
PW
122292015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12230
12231 * gdb.threads/tls-so_extern.exp: New test file.
12232 * gdb.threads/tls-so_extern.c: New test file.
12233 * gdb.threads/tls-so_extern_main.c: New test file.
12234
141c5cc4
JK
122352015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12236
12237 * gdb.opt/solib-intra-step-lib.c: New file.
12238 * gdb.opt/solib-intra-step-main.c: New file.
12239 * gdb.opt/solib-intra-step.exp: New file.
12240
d15dcecd
PA
122412015-09-15 Pedro Alves <palves@redhat.com>
12242
12243 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
12244 gdb_continue_to_breakpoint instead of gdb_test_multiple.
12245
4c2f2a79
PA
122462015-09-14 Pedro Alves <palves@redhat.com>
12247
12248 * gdb.base/hook-stop-continue.c: Delete.
12249 * gdb.base/hook-stop-continue.exp: Delete.
12250 * gdb.base/hook-stop-frame.c: Delete.
12251 * gdb.base/hook-stop-frame.exp: Delete.
12252 * gdb.base/hook-stop.c: New file.
12253 * gdb.base/hook-stop.exp: New file.
12254
919e6dbe
PMR
122552015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
12256
12257 * gdb.ada/access_to_packed_array.exp: New testcase.
12258 * gdb.ada/access_to_packed_array/foo.adb: New file.
12259 * gdb.ada/access_to_packed_array/pack.adb: New file.
12260 * gdb.ada/access_to_packed_array/pack.ads: New file.
12261
157280a4
MM
122622015-09-14 Markus Metzger <markus.t.metzger@intel.com>
12263
12264 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
12265 buffer size test.
12266
2fd33e94
DB
122672015-09-11 Don Breazeal <donb@codesourcery.com>
12268
12269 * gdb.base/foll-exec.c: Add copyright header. Fix
12270 formatting issues.
12271 * gdb.base/foll-exec.exp (zap_session): Delete proc.
12272 (do_exec_tests): Use clean_restart in place of zap_session,
12273 and for test initialization. Fix formatting issues. Use
12274 fail in place of perror.
12275 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
12276 an expect statement to match an expression with output from
12277 the program under debug.
12278 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
12279 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
12280 * gdb.threads/non-ldr-exc-2.exp: Likewise.
12281 * gdb.threads/non-ldr-exc-3.exp: Likewise.
12282 * gdb.threads/non-ldr-exc-4.exp: Likewise.
12283
e70b6e8e
DE
122842015-09-09 Doug Evans <dje@google.com>
12285
12286 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
12287
7a551a51
DE
122882015-09-09 Doug Evans <dje@google.com>
12289
12290 * gdb.base/pie-execl.exp: Fix result test of build_executable.
12291
4c666f84
DE
122922015-09-09 Doug Evans <dje@google.com>
12293
12294 * gdb.base/savedregs.exp: Fix typo.
12295
243a9253
PA
122962015-09-09 Pedro Alves <palves@redhat.com>
12297
12298 * gdb.mi/mi-cli.exp: Add CLI finish tests.
12299
c0fa8fbd
SL
123002015-09-08 Sandra Loosemore <sandra@codesourcery.com>
12301
12302 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
12303 command actually switches threads. Give up on remaining
12304 tests if target fails to stop at breakpoint.
12305
cd7c1778
PMR
123062015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
12307
12308 * gdb.ada/funcall_char.exp: New testcase.
12309 * gdb.ada/funcall_char/foo.adb: New file.
12310
dc5c8746
PMR
123112015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
12312
12313 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
12314 expected outputs. Add two testcases for completing ambiguous
12315 functions.
12316 * gdb.ada/complete/aux_pck.adb: New file.
12317 * gdb.ada/complete/aux_pck.ads: New file.
12318 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
12319 Ambiguous_Func functions.
12320 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
12321 * gdb.ada/complete/pck.adb: Likewise.
12322
4e83a1e7
UW
123232015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
12324
12325 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
12326 failures to run the test program under GDB.
12327
8ce74153
LM
123282015-08-26 Luis Machado <lgustavo@codesourcery.com>
12329
12330 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
12331 to C.
12332
e9756d52
PP
123332015-08-26 Patrick Palka <patrick@parcs.ath.cx>
12334
12335 * gdb.base/run-after-attach.exp: New test file.
12336 * gdb.base/run-after-attach.c: New test file.
12337
8d37573b
DB
123382015-08-26 Don Breazeal <donb@codesourcery.com>
12339
12340 * gdb.base/foll-exec-2.c: New test program.
12341 * gdb.base/foll-exec-2.exp: New test.
12342
63e43d3a
PMR
123432015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
12344
12345 * gdb.base/nested-subp1.exp: New file.
12346 * gdb.base/nested-subp1.c: New file.
12347 * gdb.base/nested-subp2.exp: New file.
12348 * gdb.base/nested-subp2.c: New file.
12349 * gdb.base/nested-subp3.exp: New file.
12350 * gdb.base/nested-subp3.c: New file.
12351
3d40fbb5
PA
123522015-08-24 Pedro Alves <palves@redhat.com>
12353
12354 * gdb.server/connect-without-multi-process.c: New file.
12355 * gdb.server/connect-without-multi-process.exp: New file.
12356
4422ac93
LM
123572015-08-24 Luis Machado <lgustavo@codesourcery.com>
12358
12359 * gdb.opt/inline-markers.c: Make z int.
12360
91dddb86
LM
123612015-08-24 Luis Machado <lgustavo@codesourcery.com>
12362
12363 * gdb.opt/inline-markers.c: Make z volatile.
12364
a48847ee
LM
123652015-08-24 Luis Machado <lgustavo@codesourcery.com>
12366
12367 * gdb.opt/inline-bt.c: New volatile global z.
12368 * gdb.opt/inline-cmds.c: Likewise.
12369 * gdb.opt/inline-locals.c: Likewise.
12370 * gdb.opt/inline-markers.c: New extern global z.
12371 (marker): Use z.
12372 (inline_fn): Likewise.
12373
0ebbc52b
PA
123742015-08-24 Pedro Alves <palves@redhat.com>
12375
12376 * config/m32r-stub.exp: Remove file.
12377 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
12378 * gdb.base/call-rt-st.exp: Likewise.
12379 * gdb.base/call-strs.exp: Likewise.
12380 * gdb.base/default.exp: Remove references to h8300-*-hms and
12381 *-*-udi*.
12382 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
12383
77c365df
AA
123842015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12385
12386 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
12387 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
12388 and "return" use KFAIL when GDB can not read/write the vector
12389 return value.
12390
4313b8c0
GB
123912015-08-21 Gary Benson <gbenson@redhat.com>
12392
12393 * gdb.trace/pending.exp: Cope with remote transfer warnings.
12394
0e433b32
PA
123952015-08-20 Pedro Alves <palves@redhat.com>
12396
12397 * gdb.server/solib-list.exp: No longer expect an interior stop in
12398 non-stop mode.
12399
221e1a37
PA
124002015-08-20 Pedro Alves <palves@redhat.com>
12401
12402 * gdb.server/connect-stopped-target.c: New file.
12403 * gdb.server/connect-stopped-target.exp: New file.
12404
40e3ad0e
PA
124052015-08-20 Pedro Alves <palves@redhat.com>
12406
12407 * gdb.dwarf2/comp-unit-lang.exp: New file.
12408 * gdb.dwarf2/comp-unit-lang.c: New file.
12409
af39b327
PMR
124102015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
12411
12412 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
12413 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
12414
7d45c7c3 124152015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 12416
7d45c7c3
KB
12417 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
12418 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
12419
4d6cceb4
DE
124202015-08-18 Doug Evans <dje@google.com>
12421 Adrian Sendroiu <adrian.sendroiu@freescale.com>
12422
12423 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
12424 skip_python_tests. New arg prompt_regexp.
12425 (skip_python_tests): New function.
12426 * lib/mi-support.exp (mi_skip_python_tests): New function.
12427 * gdb.python/py-mi-objfile-gdb.py: New file.
12428 * gdb.python/py-mi-objfile.c: New file.
12429 * gdb.python/py-mi-objfile.exp: New file.
12430
ad89c2aa
KS
124312015-08-17 Keith Seitz <keiths@redhat.com>
12432
12433 * gdb.linespec/explicit.exp: Move strace test from here ...
12434 * gdb.trace/strace.exp: ... to here.
12435
e3ae3c43
PP
124362015-08-15 Patrick Palka <patrick@parcs.ath.cx>
12437
12438 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
12439 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
12440
604b2636
DE
124412015-08-14 Doug Evans <xdje42@gmail.com>
12442
12443 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
12444 inferior before selecting a new file.
12445
6ff0ba5f
DE
124462015-08-14 Doug Evans <xdje42@gmail.com>
12447
12448 * gdb.mi/mi-disassemble.exp: Update.
12449 * gdb.base/disasm-optim.S: New file.
12450 * gdb.base/disasm-optim.c: New file.
12451 * gdb.base/disasm-optim.h: New file.
12452 * gdb.base/disasm-optim.exp: New file.
12453
9ca98f92
KS
124542015-08-14 Keith Seitz <keiths@redhat.com>
12455
12456 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
12457 "evaluated-by".
12458
52bbc560
JB
124592015-08-13 Joel Brobecker <brobecker@adacore.com>
12460
12461 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
12462
5d8c3ed3
PMR
124632015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
12464
12465 * gdb.ada/fun_renaming.exp: New testcase.
12466 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
12467 * gdb.ada/fun_renaming/pack.adb: New file.
12468 * gdb.ada/fun_renaming/pack.ads: New file.
12469
ea8812bc
KS
124702015-08-12 Keith Seitz <keiths@redhat.com>
12471
12472 * gdb.base/dso2dso.exp: Pass basename of source file in call to
12473 gdb_get_line_number.
12474
4dafcdeb
JB
124752015-08-12 Joel Brobecker <brobecker@adacore.com>
12476
12477 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
12478 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
12479 gdb.base/dso2dso.exp: New files.
12480
5ba32597
SDJ
124812015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
12482 Pedro Alves <palves@redhat.com>
12483 Keith Seitz <keiths@redhat.com>
12484
12485 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
12486 GDBFLAGS.
12487
b6dafabf
PP
124882015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12489
12490 * gdb.base/gdbhistsize-history.exp
12491 (test_histsize_history_setting): Use save_vars.
12492 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12493 Use save_vars.
12494 (test_no_truncation_of_unlimited_history_file): Use save_vars.
12495 * gdb.base/readline.exp: Use save_vars.
12496
abe8e607
PP
124972015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12498
12499 * lib/gdb.exp (save_vars): New proc.
12500
629500fa
KS
125012015-08-11 Keith Seitz <keiths@redhat.com>
12502
12503 * gdb.base/help.exp: Update help_breakpoint_text.
12504
eb8c4e2e
KS
125052015-08-11 Keith Seitz <keiths@redhat.com>
12506
12507 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
12508 (at toplevel): Call test_explicit_breakpoints.
12509 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
12510 breakpoints.
12511 * lib/mi-support.exp (mi_make_breakpoint): Add support for
12512 breakpoint conditions, "-cond".
12513
87f0e720
KS
125142015-08-11 Keith Seitz <keiths@redhat.com>
12515
12516 * gdb.linespec/3explicit.c: New file.
12517 * gdb.linespec/cpexplicit.cc: New file.
12518 * gdb.linespec/cpexplicit.exp: New file.
12519 * gdb.linespec/explicit.c: New file.
12520 * gdb.linespec/explicit.exp: New file.
12521 * gdb.linespec/explicit2.c: New file.
12522 * gdb.linespec/ls-errs.exp: Add explicit location tests.
12523 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
12524 before using in the matching pattern.
12525 Clarify that `prefix' is a regular expression.
12526
f00aae0f
KS
125272015-08-11 Keith Seitz <keiths@redhat.com>
12528
12529 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
12530 test.
12531 Add tests for missing ",FMT" and ",".
12532
e27852be
DE
125332015-08-10 Doug Evans <dje@google.com>
12534 Keith Seitz <keiths@redhat.com>
12535
12536 PR gdb/17960
12537 * gdb.base/completion.exp: Add location completer tests.
12538
7f03bd92
PA
125392015-08-07 Pedro Alves <palves@redhat.com>
12540
12541 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
12542 tests here.
12543 (top level): Run do_test with and without displaced stepping.
12544
3fc8eb30
PA
125452015-08-07 Pedro Alves <palves@redhat.com>
12546
12547 * gdb.base/valgrind-disp-step.c: New file.
12548 * gdb.base/valgrind-disp-step.exp: New file.
12549
d4569d7b
PA
125502015-08-07 Pedro Alves <palves@redhat.com>
12551
12552 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
12553 Delete function.
12554 (main): Add alarm. Run an infinite loop instead of calling
12555 wait_threads.
12556 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
12557 comment.
12558 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
12559 Delete function.
12560 (main): Add alarm. Run an infinite loop instead of calling
12561 wait_threads.
12562 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
12563 comment.
12564
e1316e60
PA
125652015-08-07 Pedro Alves <palves@redhat.com>
12566
12567 * gdb.base/checkpoint-ns.exp: New file.
12568 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
12569 standard_testfile.
12570
da8c46d2
MM
125712015-08-07 Markus Metzger <markus.t.metzger@intel.com>
12572
12573 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
12574 * gdb.btrace/instruction_history.exp: Update.
12575 * gdb.btrace/tsx.exp: New.
12576 * gdb.btrace/tsx.c: New.
12577
de1c2c52
PA
125782015-08-06 Pedro Alves <palves@redhat.com>
12579
12580 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
12581 increase timeout.
12582 * gdb.reverse/until-precsave.exp: Bump timeouts.
12583
782e0bf4
PA
125842015-08-06 Pedro Alves <palves@redhat.com>
12585
12586 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
12587
83e97ed0
PA
125882015-08-06 Pedro Alves <palves@redhat.com>
12589
12590 PR gdb/18749
12591 * gdb.threads/process-dies-while-handling-bp.c: New file.
12592 * gdb.threads/process-dies-while-handling-bp.exp: New file.
12593
863d01bd
PA
125942015-08-06 Pedro Alves <palves@redhat.com>
12595
12596 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
12597 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
12598
0a39bb32
PA
125992015-08-05 Pedro Alves <palves@redhat.com>
12600
12601 * gdb.threads/next-while-other-thread-longjmps.c: New file.
12602 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
12603
ee2d2b10
SL
126042015-08-03 Sandra Loosemore <sandra@codesourcery.com>
12605
12606 * gdb.base/bp-permanent.exp: Report test as unsupported if
12607 the target cannot stop at the permanent breakpoint.
12608
4e1bdb00
DE
126092015-08-03 Doug Evans <dje@google.com>
12610
12611 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
12612 10000.
12613
3d338901
DE
126142015-08-03 Doug Evans <dje@google.com>
12615
12616 * Makefile.in (workers/%.worker, build-perf): New rule.
12617 (GDB_PERFTEST_MODE): New variable.
12618 (check-perf): Use it.
12619 (clean): Clean up gdb.perf parallel build subdirs.
12620 * lib/build-piece.exp: New file.
12621 * lib/gdb.exp (make_gdb_parallel_path): New function
12622 (standard_output_file, standard_temp_file): Call it.
12623 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12624 of $GDB_PARALLEL.
12625 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
12626
af061d3e
DE
126272015-08-03 Doug Evans <dje@google.com>
12628
8e1afc81 12629 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
12630 (LOG_FILE_NAME): New global.
12631 (TextReporter.__init__): Initialize self.txt_sum.
12632 (TextReporter.report): Add support for multiple data-points.
12633 Move report to perftest.sum, put raw data in perftest.log.
12634 (TextReporter.start): Open sum and log files.
12635 (TextReporter.end): Close sum and log files.
8e1afc81
DE
12636 * gdb.perf/lib/perftest/testresult.py
12637 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 12638
2c8c5d37
PA
126392015-07-31 Pedro Alves <palves@redhat.com>
12640
12641 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
12642 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12643 kill_wait_spawned_process instead of explicit "kill -9".
12644 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
12645 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12646 kill_wait_spawned_process.
12647 * gdb.base/attach-twice.exp: Likewise.
12648 * gdb.base/attach.exp: Likewise.
12649 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
12650 gdb_test_multiple.
12651 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
12652 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12653 kill_wait_spawned_process.
12654 * gdb.base/valgrind-infcall.exp: Likewise.
12655 * gdb.multi/multi-attach.exp: Likewise.
12656 * gdb.python/py-prompt.exp: Likewise.
12657 * gdb.python/py-sync-interp.exp: Likewise.
12658 * gdb.server/ext-attach.exp: Likewise.
12659 * gdb.threads/attach-into-signal.exp (corefunc): Use
12660 spawn_wait_for_attach, spawn_id_get_pid and
12661 kill_wait_spawned_process.
12662 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
12663 spawn_wait_for_attach returning a spawn id instead of a pid. Use
12664 spawn_id_get_pid and kill_wait_spawned_process.
12665 * gdb.threads/attach-stopped.exp (corefunc): Use
12666 spawn_wait_for_attach, spawn_id_get_pid and
12667 kill_wait_spawned_process.
12668 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
12669 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12670 kill_wait_spawned_process instead of explicit "kill -9".
12671 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
12672 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
12673 (spawn_wait_for_attach): Use spawn instead of exec to spawn
12674 processes. Don't map cygwin/windows pids here. Now returns a
12675 spawn id list.
12676
032a0fca
SL
126772015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12678
12679 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
12680 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
12681 correct patch.
12682
61a934ca
SL
126832015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12684
12685 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
12686
4bc4d428
SL
126872015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12688
12689 Reapply:
12690 2014-05-21 Mark Wielaard <mjw@redhat.com>
12691
12692 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12693
998d452a
PA
126942015-07-30 Pedro Alves <palves@redhat.com>
12695
12696 * linux-low.c (handle_extended_wait): Set the child's last
12697 reported status to TARGET_WAITKIND_STOPPED.
12698
69dde7dc
PA
126992015-07-30 Pedro Alves <palves@redhat.com>
12700
12701 PR threads/18600
12702 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
12703 only shows inferior 1.
12704
4dd63d48
PA
127052015-07-30 Simon Marchi <simon.marchi@ericsson.com>
12706 Pedro Alves <palves@redhat.com>
12707
12708 PR threads/18600
12709 * gdb.threads/fork-plus-threads.c: New file.
12710 * gdb.threads/fork-plus-threads.exp: New file.
12711
d618e4c5
PP
127122015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12713
12714 * gdb.base/batch-preserve-term-settings.exp
12715 (test_terminal_settings_preserved_after_cli_exit): Use
12716 send_quit_command.
12717
1eef6428
PA
127182015-07-29 Pedro Alves <palves@redhat.com>
12719 Don Breazeal <donb@codesourcery.com>
12720
12721 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
12722 output from both inferior_spawn_id and gdb_spawn_id.
12723
7da5b897
SDJ
127242015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12725
12726 * gdb.threads/attach-into-signal.exp (corefunc): Use
12727 with_test_prefix on nested loops, uniquefying the test messages.
12728
dac804df
SDJ
127292015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12730
12731 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
12732 commit.
12733
06265e53
PP
127342015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12735
12736 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
12737 New proc.
12738 (test_terminal_settings_preserved_after_sigterm): New test.
12739
18206ca3
PP
127402015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12741
12742 * gdb.base/batch-preserve-term-settings.exp
12743 (test_terminal_settings_preserved_after_cli_exit): New test.
12744
90074d11
PP
127452015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12746
12747 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
12748 manipulation of saved_gdbflags.
12749 (test_terminal_settings_preserved): Remove global declaration of
12750 the unused variable pagination_prompt. Remove manipulation of
12751 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
12752 GDBFLAGS.
12753
eb1a7902
PA
127542015-07-29 Pedro Alves <palves@redhat.com>
12755
12756 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
12757
8b75dd3b
PA
127582015-07-29 Pedro Alves <palves@redhat.com>
12759
12760 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
12761 at the top.
12762
dedad4e3
PA
127632015-07-29 Pedro Alves <palves@redhat.com>
12764
12765 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
12766 (main): Call gdb_unbuffer_output.
12767 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
12768 (main): Call gdb_unbuffer_output.
12769 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
12770 (main): Call gdb_unbuffer_output.
12771 * gdb.base/call-strs.exp: Adjust to step over the
12772 gdb_unbuffer_output call.
12773 * gdb.base/catch-gdb-caused-signals.c: Include
12774 "../lib/unbuffer_output.c".
12775 (main): Call gdb_unbuffer_output.
12776 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
12777 (main): Call gdb_unbuffer_output.
12778 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
12779 (main): Call gdb_unbuffer_output.
12780 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
12781 (main): Call gdb_unbuffer_output.
12782 * gdb.base/shlib-call.exp: Adjust to step over the
12783 gdb_unbuffer_output call.
12784 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
12785 (main): Call gdb_unbuffer_output.
12786 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
12787 (main): Call gdb_unbuffer_output.
12788 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
12789 (main): Rename to ...
12790 (test): ... this.
12791 (main): Reimplement.
12792 * gdb.base/varargs.exp: Run to test instead of to main.
12793 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12794 (main): Call gdb_unbuffer_output.
12795
58789a91
PA
127962015-07-29 Pedro Alves <palves@redhat.com>
12797
12798 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
12799 factore out from mi_continue_dprintf. For call-style dprintfs,
12800 expect dprintf output out of $inferior_spawn_id.
12801 (mi_continue_dprintf): Use mi_expect_dprintf.
12802 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12803 (main): Call gdb_unbuffer_output.
12804
e8376742
PA
128052015-07-29 Pedro Alves <palves@redhat.com>
12806
12807 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
12808 (default_mi_gdb_start): Set inferior_spawn_id instead of
12809 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
12810 gdb_spawn_id.
12811 (mi_gdb_test): Always expect inferior output from both
12812 $inferior_spawn_id and $gdb_spawn_id.
12813
08280010
PA
128142015-07-29 Pedro Alves <palves@redhat.com>
12815
12816 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
12817 send_inferior and $inferior_spawn_id.
12818
4d30e432
PA
128192015-07-29 Pedro Alves <palves@redhat.com>
12820
12821 * gdb.gdb/complaints.exp (test_initial_complaints)
12822 (test_serial_complaints, test_short_complaints): Use
12823 gdb_test_stdio.
12824 (test_empty_complaint): Handle $inferior_spawn_id !=
12825 $gdb_spawn_id.
12826
0d30a335
PA
128272015-07-29 Pedro Alves <palves@redhat.com>
12828
12829 * gdb.base/varargs.exp: Use gdb_test_stdio.
12830
39413b29
PA
128312015-07-29 Pedro Alves <palves@redhat.com>
12832
12833 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
12834
7cb000a9
PA
128352015-07-29 Pedro Alves <palves@redhat.com>
12836
12837 * gdb.base/ending-run.exp: Use gdb_test_stdio.
12838
d7b8ac82
PA
128392015-07-29 Pedro Alves <palves@redhat.com>
12840
12841 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
12842 parameter into two new parameters, "inf_result" and "gdb_result".
12843 Expect inferior output and gdb output from $inferior_spawn_id and
12844 $gdb_spawn_id, respectively. Adjust all callers.
12845
789c3a0c
PA
128462015-07-29 Pedro Alves <palves@redhat.com>
12847
12848 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
12849 of gdb_test_sequence.
12850
77e760c3
PA
128512015-07-29 Pedro Alves <palves@redhat.com>
12852
12853 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
12854 (saw_spurious_output): Expect inferior output from
12855 $inferior_spawn_id. Use gdb_test_stdio.
12856
8396d2cd
PA
128572015-07-29 Pedro Alves <palves@redhat.com>
12858
12859 * gdb.base/dprintf.exp: Use standard_testfile. Change
12860 prepare_for_testing call.
12861 (srcfile): Don't set.
12862 (restart): New procedure.
12863 (test_dprintf): New procecure, use to continue over dprintfs.
12864 (test_call, test_agent): New procedures, tests moved here.
12865 Restart gdb and recreate dprintfs. Adjust expected output.
12866
2051d61f
PA
128672015-07-29 Pedro Alves <palves@redhat.com>
12868
12869 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
12870
452397af
PA
128712015-07-29 Pedro Alves <palves@redhat.com>
12872
12873 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
12874
8aed9555
PA
128752015-07-29 Pedro Alves <palves@redhat.com>
12876
12877 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
12878 gdb_test_stdio.
12879
188a61b4
PA
128802015-07-29 Pedro Alves <palves@redhat.com>
12881
12882 * lib/gdb.exp (gdb_test_stdio): New procedure.
12883
12264a45
PA
128842015-07-29 Pedro Alves <palves@redhat.com>
12885
12886 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
12887
23ffc893
PA
128882015-07-29 Pedro Alves <palves@redhat.com>
12889
12890 * gdb.base/call-signal-resume.exp: Remove check for
12891 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
12892 * gdb.base/unwindonsignal.exp: Likewise.
12893 * gdb.base/call-signals.c (gen_signal): Remove printf call.
12894 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
12895
65566918
PA
128962015-07-29 Pedro Alves <palves@redhat.com>
12897
12898 * gdb.base/siginfo-addr.c (pass): New function.
12899 (handler): Call it iff si_addr is correct.
12900 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
12901 Set a breakpoint at "pass" and continue to it.
12902
d60a9221
SDJ
129032015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
12904
12905 * gdb.python/py-objfile.exp: Make some tests have unique names.
12906 * gdb.python/py-pp-registration.exp: Likewise.
12907
bde40b8f
PA
129082015-07-28 Pedro Alves <palves@redhat.com>
12909
12910 * gdb.server/server-exec-info.exp: Issue a "disconnect".
12911
13e1dec8
SM
129122015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12913
12914 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
12915
da33c9a7
SM
129162015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12917
12918 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
12919
077836f7
PP
129202015-07-27 Patrick Palka <patrick@parcs.ath.cx>
12921
12922 * gdb.base/gdb-sigterm-2.exp: New test.
12923
b8cc7b2e
DE
129242015-07-25 Doug Evans <xdje42@gmail.com>
12925
12926 Revert:
12927 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12928 (workers/%.worker, build-perf): New rule.
12929 (GDB_PERFTEST_MODE): New variable.
12930 (check-perf): Use it.
12931 (clean): Clean up gdb.perf parallel build subdirs.
12932 * lib/build-piece.exp: New file.
12933 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12934 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12935 name.
12936 (standard_temp_file): Ditto.
12937 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12938 of $GDB_PARALLEL.
12939
c8bd4544
DE
129402015-07-24 Doug Evans <dje@google.com>
12941
12942 * gdb.perf/lib/perftest/utils.py: New file.
12943 * gdb.perf/gm-hello.cc: New file.
12944 * gdb.perf/gm-pervasive-typedef.cc: New file.
12945 * gdb.perf/gm-pervasive-typedef.h: New file.
12946 * gdb.perf/gm-std.cc: New file.
12947 * gdb.perf/gm-std.h: New file.
12948 * gdb.perf/gm-use-cerr.cc: New file.
12949 * gdb.perf/gm-utils.h: New file.
12950 * gdb.perf/gmonster-null-lookup.py: New file.
12951 * gdb.perf/gmonster-pervasive-typedef.py: New file.
12952 * gdb.perf/gmonster-print-cerr.py: New file.
12953 * gdb.perf/gmonster-ptype-string.py: New file.
12954 * gdb.perf/gmonster-runto-main.py: New file.
12955 * gdb.perf/gmonster-select-file.py: New file.
12956 * gdb.perf/gmonster1-null-lookup.exp: New file.
12957 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
12958 * gdb.perf/gmonster1-print-cerr.exp: New file.
12959 * gdb.perf/gmonster1-ptype-string.exp: New file.
12960 * gdb.perf/gmonster1-runto-main.exp: New file.
12961 * gdb.perf/gmonster1-select-file.exp: New file.
12962 * gdb.perf/gmonster1.cc: New file.
12963 * gdb.perf/gmonster1.exp: New file.
12964 * gdb.perf/gmonster2-null-lookup.exp: New file.
12965 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
12966 * gdb.perf/gmonster2-print-cerr.exp: New file.
12967 * gdb.perf/gmonster2-ptype-string.exp: New file.
12968 * gdb.perf/gmonster2-runto-main.exp: New file.
12969 * gdb.perf/gmonster2-select-file.exp: New file.
12970 * gdb.perf/gmonster2.cc: New file.
12971 * gdb.perf/gmonster2.exp: New file.
12972
6eab34f3
DE
129732015-07-24 Doug Evans <dje@google.com>
12974
12975 * gdb.perf/README: New file.
12976 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
12977 * lib/gen-perf-test.exp: New file.
12978
63738bfd
DE
129792015-07-24 Doug Evans <dje@google.com>
12980
12981 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
12982 (PerfTest::startup): New function.
12983 (PerfTest::run): Return result of calling body.
12984 (PerfTest::assemble): Rewrite.
12985 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
12986 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
12987 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
12988 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
12989 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
12990
7b606f95
DE
129912015-07-24 Doug Evans <dje@google.com>
12992
12993 * lib/gdb.exp (clean_restart): Make executable optional.
12994
a97b16b8
DE
129952015-07-24 Doug Evans <dje@google.com>
12996
12997 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
12998 compiler_info references.
12999 * gdb.cp/temargs.exp: Ditto.
13000 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
13001 (get_compiler_info): Early exit if already computed. Set compiler_info
13002 to "unknown" if there was a problem.
13003 (test_compiler_info): Add function comment. Call get_compiler_info.
13004
35baa57f
DE
130052015-07-24 Doug Evans <dje@google.com>
13006
13007 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
13008 (workers/%.worker, build-perf): New rule.
13009 (GDB_PERFTEST_MODE): New variable.
13010 (check-perf): Use it.
13011 (clean): Clean up gdb.perf parallel build subdirs.
13012 * lib/build-piece.exp: New file.
13013 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
13014 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
13015 name.
13016 (standard_temp_file): Ditto.
13017 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13018 of $GDB_PARALLEL.
13019
6ebea266
DE
130202015-07-24 Doug Evans <dje@google.com>
13021
13022 * lib/future.exp (gdb_default_target_compile): New option
13023 "early_flags".
13024 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
13025 --as-needed.
13026
1e76a7e9
SDJ
130272015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
13028
13029 * gdb.base/catch-syscall.exp: Call gdb_exit before
13030 gdb_skip_xml_test.
13031
5068630a
PA
130322015-07-24 Pedro Alves <palves@redhat.com>
13033
13034 * gdb.python/py-events.exp: Accept output between the stop event
13035 and the prompt.
13036 * gdb.python/py-evsignal.exp: Likewise.
13037 * gdb.python/py-evthreads.exp: Likewise.
13038
77598427
PA
130392015-07-24 Pedro Alves <palves@redhat.com>
13040
13041 PR gdb/18717
13042 * gdb.threads/non-ldr-exit.c: New file.
13043 * gdb.threads/non-ldr-exit.exp: New file.
13044
11e6c98f
YQ
130452015-07-24 Yao Qi <yao.qi@linaro.org>
13046
13047 * gdb.server/ext-wrapper.exp: Test --wrapper option when
13048 restarting process.
13049
51aee833
YQ
130502015-07-24 Yao Qi <yao.qi@linaro.org>
13051
13052 * gdb.server/ext-restart.exp: New file.
13053
8cfe207c
YQ
130542015-07-24 Yao Qi <yao.qi@linaro.org>
13055
13056 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
13057 argument options.
13058 * gdb.server/ext-wrapper.exp: New file.
13059
cc12ce38
DE
130602015-07-23 Doug Evans <dje@google.com>
13061
13062 * gdb.dwarf2/dw2-dummy-cu.S: New file.
13063 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
13064
d0d84780
PMR
130652015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
13066
13067 * gdb.ada/var_arr_typedef.exp: New testcase.
13068 * gdb.ada/var_arr_typedef/pack.adb: New file.
13069 * gdb.ada/var_arr_typedef/pack.ads: New file.
13070 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
13071
8b558f79
JB
130722015-07-20 Joel Brobecker <brobecker@adacore.com>
13073
13074 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
13075
775a3298
JK
130762015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13077
13078 * gdb.arch/i386-biarch-core.exp: Replace istarget
13079 by "complete set gnutarget". Remove expectation for the "core-file"
13080 command.
13081
db1ff28b
JK
130822015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13083
13084 Revert the previous commit:
13085 Tests for validate symbol file using build-id.
13086
0a94970d
JK
130872015-07-15 Aleksandar Ristovski <aristovski@qnx.com
13088
13089 Tests for validate symbol file using build-id.
13090 * gdb.base/solib-mismatch-lib.c: New file.
13091 * gdb.base/solib-mismatch-libmod.c: New file.
13092 * gdb.base/solib-mismatch.c: New file.
13093 * gdb.base/solib-mismatch.exp: New file.
13094
03346981
SL
130952015-07-15 Sandra Loosemore <sandra@codesourcery.com>
13096
13097 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
13098 nios2-*-linux*.
13099 * gdb.base/sigbpt.exp (stepi_out): Likewise.
13100 * gdb.base/siginfo.exp: Likewise.
13101 * gdb.base/sigstep.exp (advance, advancei): Likewise.
13102
42422cc7
PL
131032015-07-15 Pierre Langlois <pierre.langlois@arm.com>
13104
13105 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
13106 Move it to ...
13107 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
13108 ... here.
13109 * gdb.trace/range-stepping.exp: Check that the target supports
13110 range stepping.
13111
cfa68bae
JK
131122015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13113
13114 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
13115
8ffdba26
PA
131162015-07-14 Pedro Alves <palves@redhat.com>
13117
13118 * gdb.base/killed-outside.exp: New file.
13119 * gdb.base/killed-outside.c: New file.
13120
218a5a11
JK
131212015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
13122
13123 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
13124 (n at main): New.
13125 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
13126
e03ed3c6
AA
131272015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
13128
13129 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
13130 infcall tests instead of setting up for KFAIL.
13131
485668e5
MM
131322015-07-10 Markus Metzger <markus.t.metzger@intel.com>
13133
13134 * gdb.btrace/record_goto-step.exp: New.
13135
08464196
JK
131362015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13137
13138 PR compile/18484
13139 * gdb.compile/compile.c (struct struct_type): Add volatile to
13140 selffield's type.
13141 * gdb.compile/compile.exp
13142 (compile code struct_object.selffield = &struct_object): Skip further
13143 struct_object tests if this one xfails.
13144
bcf5c1d9
RC
131452015-07-08 Robert O'Callahan <robert@ocallahan.org>
13146
13147 PR exp/18617
13148 * gdb.trace/ax.exp: Add test.
13149
4931af25
YQ
131502015-07-07 Yao Qi <yao.qi@linaro.org>
13151
13152 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
13153 instead of istarget "aarch64*-*-*".
13154 * gdb.arch/aarch64-fp.exp: Likewise.
13155 * gdb.base/float.exp: Likewise.
13156 * gdb.reverse/aarch64.exp: Likewise.
13157 * lib/gdb.exp (is_aarch64_target): New proc.
13158
9fcf688e
YQ
131592015-07-07 Yao Qi <yao.qi@linaro.org>
13160
13161 * lib/gdb.exp (is_aarch32_target): New proc.
13162 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
13163 instead of "istarget "arm*-*-*"".
13164 * gdb.arch/arm-disp-step.exp: Likewise.
13165 * gdb.arch/thumb-bx-pc.exp: Likewise.
13166 * gdb.arch/thumb-prologue.exp: Likewise.
13167 * gdb.arch/thumb-singlestep.exp: Likewise.
13168 * gdb.base/disp-step-syscall.exp: Likewise.
13169 * gdb.base/float.exp: Likewise.
13170
fbd8d50d
YQ
131712015-07-07 Yao Qi <yao.qi@linaro.org>
13172
13173 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
13174 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
13175
71be1fdc
YQ
131762015-07-07 Yao Qi <yao.qi@linaro.org>
13177
13178 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
13179 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
13180 if it exists.
13181 * gdb.multi/multi-arch.exp: Likewise.
13182
3e221d36
SM
131832015-07-07 Simon Marchi <simon.marchi@ericsson.com>
13184
13185 * gdb.python/py-lazy-string.exp: Add missing parentheses to
13186 print.
13187
d441430b
YQ
131882015-07-07 Yao Qi <yao.qi@linaro.org>
13189
13190 * gdb.arch/thumb-singlestep.exp: Do one more single step.
13191
06f810bd
MG
131922015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
13193
13194 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
13195 '[' and ']' characters.
13196
5e61e7c0
IB
131972015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
13198
13199 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13200
28bf096c
PA
132012015-06-29 Pedro Alves <palves@redhat.com>
13202
13203 PR threads/18127
13204 * gdb.threads/hand-call-new-thread.c: New file.
13205 * gdb.threads/hand-call-new-thread.c: New file.
13206
ee93cd5e
KS
132072015-06-26 Keith Seitz <keiths@redhat.com>
13208 Doug Evans <dje@google.com>
13209
13210 PR 16253
13211 * gdb.cp/var-tag-2.cc: New file.
13212 * gdb.cp/var-tag-3.cc: New file.
13213 * gdb.cp/var-tag-4.cc: New file.
13214 * gdb.cp/var-tag.cc: New file.
13215 * gdb.cp/var-tag.exp: New file.
13216
fc637f04
PP
132172015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13218
13219 * gdb.base/history-duplicates.exp: New test.
13220
2e52ae68
PP
132212015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13222
13223 * gdb.base/completion.exp: Test the completion of the "focus"
13224 command.
13225
6e22494e
JK
132262015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13227
13228 * gdb.arch/amd64-prologue-skip.S: New file.
13229 * gdb.arch/amd64-prologue-skip.exp: New file.
13230
bf7b9cd9
SM
132312015-06-25 Simon Marchi <simon.marchi@ericsson.com>
13232
13233 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
13234 is_address_zero_readable check.
13235
201e8dfd
PB
132362015-06-24 Peter Bergner <bergner@vnet.ibm.com>
13237
13238 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
13239 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
13240
5cd867b4
YQ
132412015-06-24 Yao Qi <yao.qi@linaro.org>
13242
13243 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
13244 linux targets.
13245
4d7be007
YQ
132462015-06-24 Yao Qi <yao.qi@linaro.org>
13247
13248 * lib/gdb.exp (supports_get_siginfo_type): New proc.
13249 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
13250 * gdb.base/siginfo-thread.exp: Likewise.
13251
07fcd301
YQ
132522015-06-22 Yao Qi <yao.qi@linaro.org>
13253
13254 * boards/remote-gdbserver-on-localhost.exp: Add comments.
13255
52042a00
YQ
132562015-06-22 Yao Qi <yao.qi@linaro.org>
13257
13258 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
13259 aarch64*-*-*.
13260 (skip_hw_watchpoint_tests): Likewise.
13261
74bd41ce
PP
132622015-06-18 Patrick Palka <patrick@parcs.ath.cx>
13263
13264 * gdb.base/gdbinit-history.exp: Test the interaction between
13265 setting GDBHISTSIZE and setting the history size via .gdbinit.
13266
bc460514
PP
132672015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13268
13269 PR gdb/16999
13270 * gdb.base/gdbhistsize-history.exp: New test.
13271
b58c513b
PP
132722015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13273
13274 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
13275 with GDBHISTSIZE.
13276 * gdb.base/readline.exp: Likewise.
13277
92046791
YQ
132782015-06-17 Yao Qi <yao.qi@linaro.org>
13279
13280 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
13281 line.
13282
2093d2d3
PP
132832015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13284
13285 * gdb.base/gdbinit-history.exp: Add test case to check that
13286 an unlimited history file does not get truncated on exit.
13287
e6c693af
AA
132882015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13289
13290 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
13291 (VECTOR): New macro. Use it...
13292 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
13293 ...for these typedefs.
13294 (int8, char1, int1, double1): New typedefs.
13295 (struct just_int2, struct two_int2): New structures.
13296 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
13297 (add_structvecs, add_singlevecs): New functions.
13298 (main): Call add_some_intvecs twice.
13299 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
13300 the compile and exit upon failure. Try compiling for the "native"
13301 architecture. Test inferior function calls with vector arguments
13302 and vector return value handling with "finish" and "return".
13303
c74f7d1c
JT
133042015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
13305
13306 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
13307 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
13308 PE file.
13309 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
13310
98aa42ee
AT
133112015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
13312
13313 PR breakpoints/16465
13314 * gdb.mi/mi-dprintf-pending.c: New file.
13315 * gdb.mi/mi-dprintf-pending.exp: New test.
13316 * gdb.mi/mi-dprintf-pendshr.c: New file.
13317
7d73c23c 133182015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 13319 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
13320
13321 * gdb.arch/i386-mpx-map.c: New file.
13322 * gdb.arch/i386-mpx-map.exp: New File.
13323
133242015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13325
13326 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
13327 * gdb.arch/i386-mpx.exp: Indentation fixed.
13328
133292015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13330
13331 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
13332 function and improved indentation.
13333 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
13334 gdb_test_multiple. Added additional tests to skip the test.
13335
133362015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13337
13338 * gdb.arch/i386-avx512.c: Change path in include file.
13339 * gdb.arch/i386-avx512.exp: Change include dir path
13340 compilation flag.
13341 * gdb.arch/i386-mpx.c: Change path in include file.
13342 * gdb.arch/i386-mpx.exp: Change include dir path compilation
13343 flag.
13344
d5eba19a
JK
133452015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
13346
13347 * gdb.compile/compile-print.exp (compile print *vararray@3)
13348 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
13349
7f361056
JK
133502015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13351
13352 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
13353 (do not keep jit in memory): ... this.
13354 (expect 5): Change it to ...
13355 (expect no 5): ... this.
13356
3b462ec2
SM
133572015-06-02 Simon Marchi <simon.marchi@ericsson.com>
13358
13359 PR gdb/15564
13360 * gdb.mi/mi-detach.exp: New file.
13361
e0619de6
JK
133622015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13363
13364 PR symtab/18392
13365 * gdb.arch/amd64-tailcall-self.S: New file.
13366 * gdb.arch/amd64-tailcall-self.c: New file.
13367 * gdb.arch/amd64-tailcall-self.exp: New file.
13368
e970cb34
DB
133692015-05-28 Don Breazeal <donb@codesourcery.com>
13370
13371 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
13372 tests for remote targets by checking is_target_gdbserver.
13373
b2e2f908
DE
133742015-05-27 Doug Evans <dje@google.com>
13375
13376 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
13377 * gdb.dwarf2/opaque-type-lookup.c: New file.
13378 * gdb.dwarf2/opaque-type-lookup.exp: New file.
13379
82c7be31
DE
133802015-05-26 Doug Evans <dje@google.com>
13381
13382 * gdb.cp/iostream.cc: New file.
13383 * gdb.cp/iostream.exp: New file.
13384
b4f54984
DE
133852015-05-26 Doug Evans <dje@google.com>
13386
13387 * gdb.dwarf2/dw2-op-call.exp: Update.
13388 * gdb.dwarf2/dw4-sig-types.exp: Update.
13389 * gdb.dwarf2/implptr.exp: Update.
13390 * gdb.mi/mi-cmd-param-changed.exp: Update.
13391
4ea6efe9
DE
133922015-05-26 Doug Evans <dje@google.com>
13393
13394 * gdb.python/py-lazy-string.c: New file.
13395 * gdb.python/py-lazy-string.exp: New file.
13396 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
13397 (main): Update. Add estring3.
13398 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
13399 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
13400
f6bb7db3
YQ
134012015-05-26 Omair Javaid <omair.javaid@linaro.org>
13402 Yao Qi <yao.qi@linaro.org>
13403
13404 * gdb.reverse/aarch64.c: New.
13405 * gdb.reverse/aarch64.exp: New.
13406
a81bfbd0
OJ
134072015-05-26 Omair Javaid <omair.javaid@linaro.org>
13408
25d49b86
PA
13409 * lib/gdb.exp (supports_process_record): Return true for
13410 aarch64*-linux*.
a81bfbd0
OJ
13411 (supports_reverse): Likewise.
13412
158bf1b4
PP
134132015-05-22 Patrick Palka <patrick@parcs.ath.cx>
13414
13415 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13416 Use with_test_prefix.
13417
a0145030
AB
134182015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
13419
13420 * gdb.base/completion.exp: Add test for completion of layout
13421 names.
13422
ebe3b578
AB
134232015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
13424
13425 * lib/gdb.exp (skip_tui_tests): New proc.
13426 * gdb.base/tui-layout.exp: Check skip_tui_tests.
13427
84204ed7
PA
134282015-05-19 Pedro Alves <palves@redhat.com>
13429
13430 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13431 Save the whole env array instead of just HOME. Unset HISTSIZE in
13432 the environment while testing. Restore whole environment
13433 afterwards.
13434
37442ce1
DE
134352015-05-16 Doug Evans <xdje42@gmail.com>
13436
13437 * gdb.guile/scm-ports.c: New file.
13438 * gdb.guile/scm-ports.exp: Add memory port tests.
13439
36de76f9
JK
134402015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13441
13442 * gdb.compile/compile-print.c: New file.
13443 * gdb.compile/compile-print.exp: New file.
13444
3a9558c4
JK
134452015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13446
13447 * gdb.compile/compile-ops.exp: Cast param to void.
13448 * gdb.compile/compile.exp: Complete type for _gdb_expr.
13449 (compile code struct_object.selffield = &struct_object): Add xfail.
13450
aa715135
JG
134512015-05-15 Joel Brobecker <brobecker@adacore.com>
13452
13453 * gdb.ada/arr_enum_with_gap: New testcase.
13454
931e5bc3
JG
134552015-05-15 Joel Brobecker <brobecker@adacore.com>
13456
13457 * gdb.ada/byte_packed_arr: New testcase.
13458
9cd4d857
JB
134592015-05-15 Joel Brobecker <brobecker@adacore.com>
13460
13461 * gdb.ada/pckd_neg: New testcase.
13462
ebfd00d2
PP
134632015-05-13 Patrick Palka <patrick@parcs.ath.cx>
13464
13465 PR gdb/17820
13466 * gdb.base/gdbinit-history.exp: New test.
13467 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
13468 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
13469
4c082a81
SC
134702015-05-09 Siva Chandra Reddy <sivachandra@google.com>
13471
13472 * gdb.python/py-xmethods.cc: Enhance test case.
13473 * gdb.python/py-xmethods.exp: New tests.
13474 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
13475 function.
13476 (B_indexoper): Likewise.
13477 (global_dm_list) : Add new xmethod worker functions.
13478
f7797074
SDJ
134792015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
13480
13481 * gdb.base/coredump-filter.exp: Correctly unset
13482 "coredump_var_addr" array.
13483
a4674e4e
PA
134842015-05-08 Pedro Alves <palves@redhat.com>
13485
13486 * gdb.server/non-existing-program.exp: Unset spawn_id.
13487
df2eb078
SC
134882015-05-08 Siva Chandra Reddy <sivachandra@google.com>
13489
13490 PR python/18291
13491 * gdb.python/py-xmethods.exp: Add tests.
13492
422349a3
YQ
134932015-05-08 Yao Qi <yao.qi@linaro.org>
13494
13495 PR gdb/18208
13496 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
13497 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
13498 function set_coredump_filter, and remove remote_exec call.
13499 Remove argument ipid. Callers update.
13500 (top level): Don't get inferior's PID.
13501
63fc80ce
AA
135022015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
13503
13504 * gdb.base/watch_thread_num.exp: Skip test on targets without
13505 access watchpoints.
13506
80ad801e
PA
135072015-05-06 Pedro Alves <palves@redhat.com>
13508
13509 PR server/18081
13510 * gdb.server/non-existing-program.exp: New file.
13511
0fa7fe50
JB
135122015-05-05 Joel Brobecker <brobecker@adacore.com>
13513
13514 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
13515
3ea89b92
PMR
135162015-05-05 Joel Brobecker <brobecker@adacore.com>
13517
13518 * gdb.ada/out_of_line_in_inlined: New testcase.
13519
87b8eff0
JB
135202015-05-05 Joel Brobecker <brobecker@adacore.com>
13521
13522 * gdb.ada/var_rec_arr: New testcase.
13523
5fccc635
YQ
135242015-04-30 Yao Qi <yao.qi@linaro.org>
13525
13526 * gdb.base/break-idempotent.exp: If
13527 skip_hw_watchpoint_multi_tests returns true, skip the tests
13528 on "rwatch" and "awatch".
13529
42d38f42
YQ
135302015-04-30 Yao Qi <yao.qi@linaro.org>
13531
13532 * gdb.base/relativedebug.exp: Invoke gdb command
13533 "info sharedlibrary", and if libc.so doesn't have debug info,
13534 skip the test.
13535
2ce1cdbf
DE
135362015-04-29 Doug Evans <dje@google.com>
13537
13538 * gdb.python/py-xmethods.exp: Add ptype tests.
13539 * gdb.python/py-xmethods.py (E_method_char_worker): Add
13540 get_result_type method.
13541
f24a38c5
LM
135422015-04-29 Luis Machado <lgustavo@codesourcery.com>
13543
13544 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
13545 the target does not support hardware watchpoints.
13546
ecbf2b3c
LM
135472015-04-29 Luis Machado <lgustavo@codesourcery.com>
13548
13549 * gdb.base/break-always.exp: Abort testing if writing to memory
13550 causes an error.
13551
34f5f757
DE
135522015-04-28 Doug Evans <dje@google.com>
13553
13554 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
13555 * gdb.python/py-pp-registration.exp: ... here. New file.
13556 * gdb.python/py-pp-registration.c: New file.
13557 * gdb.python/py-pp-registration.py: New file.
13558
69b4374a
DE
135592015-04-28 Doug Evans <dje@google.com>
13560
13561 * gdb.python/py-bad-printers.c: New file.
13562 * gdb.python/py-bad-printers.py: New file.
13563 * gdb.python/py-bad-printers.exp: New file.
13564
59fb7612
SS
135652015-04-28 Sasha Smundak <asmundak@google.com>
13566
13567 * gdb.python/py-type.exp: New test.
13568
2631b16a
AW
135692015-04-28 Andy Wingo <wingo@igalia.com>
13570
13571 * gdb.python/py-parameter.exp:
13572 * gdb.guile/scm-parameter.exp: Escape the path that we are
13573 matching against, as it might contain characters that are special
13574 to regular expressions.
13575
460efde1
JB
135762015-04-27 Joel Brobecker <brobecker@adacore.com>
13577
13578 * gdb.ada/rec_comp: New testcase.
13579
2d369d8e
SDJ
135802015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
13581
13582 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
13583 before using it.
13584
cf75d6c3
AB
135852015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
13586
13587 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
13588 new tests for verilog output.
13589
8dbe7ca5
YQ
135902015-04-24 Yao Qi <yao.qi@linaro.org>
13591
13592 * boards/remote-gdbserver-on-localhost.exp: New file.
13593
4ef9fb2f
PA
135942015-04-23 Pedro Alves <palves@redhat.com>
13595
13596 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
13597 $inferior_spawn_id instead of $inferior_spawn_id directly. On
13598 "end of file", remove $inferior_spawn_id from the indirect list.
13599
0a803169
PA
136002015-04-23 Pedro Alves <palves@redhat.com>
13601
13602 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
13603
749ef8f8
PA
136042015-04-23 Pedro Alves <palves@redhat.com>
13605
13606 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
13607 on $any_spawn_id instead of only on $gdb_spawn_id.
13608
8aae4344
PM
136092015-04-21 Pierre Muller <muller@sourceware.org>
13610
13611 PR pascal/17815
13612 * lib/pascal.exp (gpc_compile): Add new option "class".
13613 (fpc_compile): Likewise.
13614 * gdb.pascal/case-insensitive-symbols.pas: New file.
13615 * gdb.pascal/case-insensitive-symbols.exp: New file.
13616
1586c8fb
GB
136172015-04-20 Gary Benson <gbenson@redhat.com>
13618
13619 * gdb.base/attach.exp: Fix three extended remote failures.
13620
1b6e6f5c
GB
136212015-04-17 Gary Benson <gbenson@redhat.com>
13622
13623 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
13624 the main executable over the remote protocol.
13625
e797481d
PA
136262015-04-16 Pedro Alves <palves@redhat.com>
13627
13628 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
13629 a new gdbserver if gdbserver_reconnect_p is set.
13630
1ca99c42
PA
136312015-04-16 Pedro Alves <palves@redhat.com>
13632
13633 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
13634 is set, don't exit gdbserver.
13635
af9fd6f8
AA
136362015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13637
13638 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
13639 appropriate .insn, such that an older assembler can be used.
13640 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
13641 the z/Architecture instruction set on 31-bit targets as well.
13642
04ff1e61
AA
136432015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13644
13645 * gdb.go/handcall.exp: Remove all logic related to the first
13646 breakpoint and rely on go_runto_main instead.
13647 * gdb.go/strings.exp: Likewise.
13648 * gdb.go/unsafe.exp: Likewise.
13649 * gdb.go/hello.exp: Likewise. Also rename the remaining
13650 breakpoint marker to "breakpoint 1".
13651 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
13652 * gdb.go/strings.go: Likewise.
13653 * gdb.go/unsafe.go: Likewise.
13654 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
13655 "set breakpoint 2 here" and rename the remaining breakpoint marker
13656 to "breakpoint 1".
13657
40d2f8d6
SM
136582015-04-15 Simon Marchi <simon.marchi@ericsson.com>
13659
13660 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
13661 if itertools.imap is not present.
13662 * gdb.python/py-objfile.exp: Add parentheses.
13663 * gdb.python/py-type.exp: Same.
13664 * gdb.python/py-unwind-maint.py: Same.
13665
8cbc97c6
YQ
136662015-04-15 Yao Qi <yao.qi@linaro.org>
13667
13668 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
13669 of ":$ptr_size" and set its form explicitly.
13670
45fd756c
YQ
136712015-04-15 Pedro Alves <palves@redhat.com>
13672 Yao Qi <yao.qi@linaro.org>
13673
13674 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
13675 timeout by factor of 4.
13676 (test_regular_watch): Likewise.
13677 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
13678 * gdb.reverse/sigall-reverse.exp: Likewise.
13679 * gdb.reverse/until-precsave.exp: Likewise.
13680 * lib/gdb.exp (with_timeout_factor): New proc.
13681 (gdb_expect): Move some code to ...
13682 (get_largest_timeout): ... here. New procedure.
13683
9e811bc3
LM
136842015-04-14 Luis Machado <lgustavo@codesourcery.com>
13685
13686 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
13687
0ff6fcb2
LM
136882015-04-13 Luis Machado <lgustavo@codesourcery.com>
13689
13690 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
13691 to write to the .text section.
13692
7578d5f7
LM
136932015-04-13 Luis Machado <lgustavo@codesourcery.com>
13694
13695 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
13696 Handle the case of targets that do not provide PID information.
13697
2efe15c4
YQ
136982015-04-13 Yao Qi <yao.qi@linaro.org>
13699
13700 * lib/gdbserver-support.exp (gdb_exit): Catch exception
13701 and use expect instead of gdb_expect.
13702
8cd8f2f8
SDJ
137032015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
13704
13705 * gdb.base/coredump-filter.exp: Rename variable "addr" to
13706 "coredump_var_addr" to avoid naming conflict with other testcases.
13707
9ee41772
PA
137082015-04-10 Pedro Alves <palves@redhat.com>
13709
13710 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
13711 gdb_test_sequence and gdb_assert.
13712
07473109
PA
137132015-04-10 Pedro Alves <palves@redhat.com>
13714
13715 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
13716 test messages that don't include the breakpoint address.
13717
de3db44c
YQ
137182015-04-10 Yao Qi <yao.qi@linaro.org>
13719
13720 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
13721 false for some offset and width combinations which aren't
13722 supported by linux kernel.
13723
c79d856c
PA
137242015-04-10 Pedro Alves <palves@redhat.com>
13725
13726 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
13727 procedure, factored out from ...
13728 (top level): ... here. Add "set displaced-stepping" testing axis.
13729 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
13730 parameter "displaced". Use it.
13731 (top level): Use foreach and add "set displaced-stepping" testing
13732 axis.
13733
ebc90b50
PA
137342015-04-10 Pedro Alves <palves@redhat.com>
13735
13736 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
13737 Remove comment.
13738 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
13739 both the address of the instruction that triggers the watchpoint
13740 and the address of the instruction immediately after, and use
13741 those addresses for the test. Fix comment.
13742
8f572e5c
PA
137432015-04-10 Pedro Alves <palves@redhat.com>
13744
13745 * gdb.base/sigstep.exp (breakpoint_to_handler)
13746 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
13747 Test "backtrace" in handler.
13748 (breakpoint_over_handler): New parameter 'displaced'. Use it.
13749 (top level): Add new "displaced" test axis to
13750 breakpoint_to_handler, breakpoint_to_handler_entry and
13751 breakpoint_over_handler.
13752
8d707a12
PA
137532015-04-10 Pedro Alves <palves@redhat.com>
13754
13755 PR gdb/18216
13756 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
13757
ef713951
YQ
137582015-04-10 Yao Qi <yao.qi@linaro.org>
13759
13760 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
13761 (test_add_rn_pc): New function.
13762 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
13763 (top level): Invoke test_add_rn_pc.
13764
906d60cf
PA
137652015-04-10 Pedro Alves <palves@redhat.com>
13766
13767 PR gdb/13858
13768 * gdb.base/step-over-no-symbols.exp: New file.
13769
f2983cc3
AW
137702015-04-09 Andy Wingo <wingo@igalia.com>
13771
13772 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
13773 after the Python tests.
13774
6d62641c
SDJ
137752015-04-08 Keith Seitz <keiths@redhat.com>
13776
13777 PR python/16699
13778 * gdb.python/py-completion.exp: New tests for completion.
13779 * gdb.python/py-completion.py (CompleteLimit1): New class.
13780 (CompleteLimit2): Likewise.
13781 (CompleteLimit3): Likewise.
13782 (CompleteLimit4): Likewise.
13783 (CompleteLimit5): Likewise.
13784 (CompleteLimit6): Likewise.
13785 (CompleteLimit7): Likewise.
13786
f3770638
PA
137872015-04-08 Pedro Alves <palves@redhat.com>
13788
13789 PR gdb/18214
13790 PR gdb/18216
13791 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
13792 function.
13793 (main): Install it as SIGUSR1 handler.
13794 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
13795 parameter. Always use "setup" as prefix. Toggle "set
13796 displaced-stepping" off/on depending on global. Don't switch to
13797 thread 1 here.
13798 (top level): Add displaced stepping "off/on" test axis. Update
13799 "setup" calls. Wrap each subtest with with_test_prefix. Test
13800 continuing with a queued signal in each thread.
13801
4496bed7
PA
138022015-04-08 Pedro Alves <palves@redhat.com>
13803
13804 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
13805 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
13806 gdb_breakpoint instead of gdb_test that doesn't expect anything.
13807 Return early if running to main fails.
13808 * gdb.trace/while-stepping.exp: Likewise.
13809
b97fde92
PA
138102015-04-07 Pedro Alves <palves@redhat.com>
13811
13812 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
13813 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
13814 interact with inferior program.
13815
f71c18e7
PA
138162015-04-07 Pedro Alves <palves@redhat.com>
13817
13818 * lib/gdb.exp (inferior_spawn_id): New global.
13819 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
13820 spawn id after processing the user code.
13821 (default_gdb_start): Set inferior_spawn_id.
13822 (send_inferior): New procedure.
13823 * lib/gdbserver-support.exp (gdbserver_start): Set
13824 inferior_spawn_id.
13825 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
13826
6423214f
PA
138272015-04-07 Pedro Alves <palves@redhat.com>
13828
13829 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
13830 * lib/gdbserver-support.exp (gdbserver_start): Make
13831 $server_spawn_id global.
13832 (gdbserver_start): Don't wait for gdbserver's spawn id with
13833 expect_background.
13834 (close_gdbserver): New procedure.
13835 (gdb_exit): Rename the default version and reimplement.
13836
71c0ee8c
PA
138372015-04-07 Pedro Alves <palves@redhat.com>
13838
72f4393d 13839 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
13840 append the substituted item, not the original item.
13841
203bc29b
PA
138422015-04-07 Pedro Alves <palves@redhat.com>
13843
13844 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
13845 gdb_expect.
13846
508a3ddf
PA
138472015-04-07 Pedro Alves <palves@redhat.com>
13848
13849 * gdb.base/interrupt.exp: Don't handle the case of the inferior
13850 output appearing once only.
13851
9f6dbe2b
PA
138522015-04-07 Pedro Alves <palves@redhat.com>
13853
13854 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
13855 that doesn't expect anything. Return early if running to main
13856 fails.
13857
337532fa
YQ
138582015-04-07 Yao Qi <yao.qi@linaro.org>
13859
13860 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
13861 (child_function): Call alarm.
13862 (main): Move call to alarm into the loop.
13863 * gdb.threads/non-stop-fair-events.exp: Build program with
13864 -DTIMEOUT=$timeout.
13865
01b622d4
DE
138662015-04-06 Doug Evans <xdje42@gmail.com>
13867
13868 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
13869 Fix dest parameter to board_info.
13870 (fpc_compile): Ditto.
13871 (gdb_compile_pascal): Rename dest arg to destfile.
13872
961f4160
PMR
138732015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
13874
13875 * gdb.ada/funcall_ref.exp: New file.
13876 * gdb.ada/funcall_ref/foo.adb: New file.
13877
cafda597
YQ
138782015-04-02 Yao Qi <yao.qi@linaro.org>
13879
13880 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
13881 is remote.
13882
fed040c6
GB
138832015-04-02 Gary Benson <gbenson@redhat.com>
13884
13885 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
13886
d11916aa
SS
138872015-04-01 Sasha Smundak <asmundak@google.com>
13888
13889 * gdb.python/py-unwind-maint.c: New file.
13890 * gdb.python/py-unwind-maint.exp: New test.
13891 * gdb.python/py-unwind-maint.py: New file.
13892 * gdb.python/py-unwind.c: New file.
13893 * gdb.python/py-unwind.exp: New test.
13894 * gdb.python/py-unwind.py: New test.
13895
a1471180
PA
138962015-04-01 Pedro Alves <palves@redhat.com>
13897
13898 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
13899 to fail instead of non-existent $test.
13900
0bbeccb1
PA
139012015-04-01 Pedro Alves <palves@redhat.com>
13902
13903 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
13904 GDBFLAGS if not empty.
13905
3c724c8c
PMR
139062015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
13907
13908 * gdb.ada/complete.exp: Remove "multi_line".
13909 * gdb.ada/info_exc.exp: Remove "multi_line".
13910 * gdb.ada/packed_tagged.exp: Remove "multi_line".
13911 * gdb.ada/ptype_field.exp: Remove "multi_line".
13912 * gdb.ada/sym_print_name.exp: Remove "multi_line".
13913 * gdb.ada/tagged.exp: Remove "multi_line".
13914 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
13915 [multi_line ...]
13916 * gdb.btrace/delta.exp: Likewise.
13917 * gdb.btrace/exception.exp: Likewise.
13918 * gdb.btrace/function_call_history.exp: Likewise.
13919 * gdb.btrace/instruction_history.exp: Likewise.
13920 * gdb.btrace/nohist.exp: Likewise.
13921 * gdb.btrace/record_goto.exp: Likewise.
13922 * gdb.btrace/segv.exp: Likewise.
13923 * gdb.btrace/stepi.exp: Likewise.
13924 * gdb.btrace/tailcall.exp: Likewise.
13925 * gdb.btrace/unknown_functions.exp: Likewise.
13926 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
13927 * lib/gdb.exp: Add the "multi_line" helper.
13928
4eec2deb
PA
139292015-04-01 Pedro Alves <palves@redhat.com>
13930
13931 * gdb.threads/tid-reuse.c: New file.
13932 * gdb.threads/tid-reuse.exp: New file.
13933
df8411da
SDJ
139342015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
13935
13936 PR corefiles/16092
13937 * gdb.base/coredump-filter.c: New file.
13938 * gdb.base/coredump-filter.exp: Likewise.
13939
6ef37366
PM
139402015-03-27 Petr Machata <pmachata@redhat.com>
13941
13942 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
13943 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
13944 (Dwarf::assemble): Initialize them.
13945 (Dwarf::lines): New function.
13946
7ec911b0
JT
139472015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
13948
13949 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
13950 SYMBOL_PREFIX for x86_64-*-cygwin.
13951
ff908ebf
AW
139522015-03-26 Andy Wingo <wingo@igalia.com>
13953
13954 PR symtab/18148
13955 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
13956 const_value but not a location.
13957 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
13958 location defined in non-main CUs are visible.
13959
6d5f0679
YQ
139602015-03-26 Yao Qi <yao.qi@linaro.org>
13961
13962 PR testsuite/18139
13963 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
13964 Add a line number entry for the same line.
13965 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
13966 Add a line number entry for the same line.
13967
2898689b
YQ
139682015-03-26 Yao Qi <yao.qi@linaro.org>
13969
13970 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
13971 .int 0.
13972 (func): Likewise. Add .Lfunc_1 label.
13973 Use .Lfunc_1 label.
13974 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
13975 .int 0.
13976 (func): Likewise.
13977 Use .Lfunc_1 label.
13978
85180498
YQ
139792015-03-26 Yao Qi <yao.qi@linaro.org>
13980
13981 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
13982 Call gdb_compile instead to compile each .s files without debug
13983 information.
13984
8aa08a8d
YQ
139852015-03-26 Yao Qi <yao.qi@linaro.org>
13986
13987 * gdb.base/savedregs.exp (process_saved_regs): Make
13988 "Saved registers:" optional in the pattern.
13989
66849923
MM
139902015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13991
13992 * gdb.btrace/next.exp: Merged into step.exp.
13993 * gdb.btrace/finish.exp: Merged into step.exp.
13994 * gdb.btrace/nexti.exp: Merged into stepi.exp.
13995 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
13996 "record goto" and checking the exact replay position.
13997 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
13998 check for "Recording format" in "info record" output.
13999 * gdb.btrace/record_goto.exp: Choose test file based on target.
14000 * gdb.btrace/x86-record_goto.S: Renamed into ...
14001 * gdb.btrace/x86_64-record_goto.S: ... this.
14002 * gdb.btrace/i686-record_goto.S: New.
14003 * gdb.btrace/x86-tailcall.S: Renamed into ...
14004 * gdb.btrace/x86_64-tailcall.S: ... this.
14005 * gdb.btrace/i686-tailcall.S: New.
14006 * gdb.btrace/x86-tailcall.c: Renamed into ...
14007 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
14008 separate statements. Update test.
14009 * gdb.btrace/delta.exp: Use record_goto.c as test file.
14010 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
14011 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
14012 * gdb.btrace/tailcall.exp: Choose test file based on target.
14013 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
14014
11cc1b74
MM
140152015-03-25 Markus Metzger <markus.t.metzger@intel.com>
14016
14017 * gdb.btrace/exception.exp: Increase BTS buffer size.
14018
a25d8bf9
PA
140192015-03-24 Pedro Alves <palves@redhat.com>
14020
14021 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
14022
856e7dd6
PA
140232015-03-24 Pedro Alves <palves@redhat.com>
14024
14025 * gdb.threads/schedlock.exp (test_step): No longer expect that
14026 "set scheduler-locking step" with "next" over a function call runs
14027 threads unlocked.
14028
ad235a41
AT
140292015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14030
14031 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
14032
15630549
AT
140332015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14034
14035 PR breakpoints/16466
14036 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
14037 * gdb.mi/mi-pending.c (thread_func): New function.
14038 (int main): Add threading support required.
14039 * gdb.mi/mi-pending.exp: Add tests for this issue.
14040 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
14041 (pendfunc2): Remove stdio dependency.
14042 * gdb.mi/mi-pendshr2.c: New file.
14043
693dca06
KS
140442015-03-23 Keith Seitz <keiths@redhat.com>
14045
14046 * gdb.linespec/keywords.c: New file.
14047 * gdb.linespec/keywords.exp: New file.
14048
7e993ebf
KS
140492015-03-23 Keith Seitz <keiths@redhat.com>
14050
14051 PR gdb/18021
14052 * gdb.dwarf2/staticvirtual.exp: New test.
14053
bc23328c
JK
140542015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14055
14056 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
14057 * README: Remove HP-UX and gdb.hp.
14058 (configuration):
14059 * configure: Regenerate.
14060 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
14061 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
14062 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
14063 gdb.hp/gdb.defects/Makefile.
14064 * gdb.hp/Makefile.in: File deleted.
14065 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
14066 * gdb.hp/gdb.aCC/optimize.c: File deleted.
14067 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
14068 * gdb.hp/gdb.aCC/run.c: File deleted.
14069 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
14070 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
14071 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
14072 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
14073 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
14074 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
14075 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
14076 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
14077 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
14078 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
14079 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
14080 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
14081 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
14082 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
14083 * gdb.hp/gdb.base-hp/reg.s: File deleted.
14084 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
14085 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
14086 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
14087 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
14088 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
14089 * gdb.hp/gdb.compat/Makefile.in: File deleted.
14090 * gdb.hp/gdb.compat/average.c: File deleted.
14091 * gdb.hp/gdb.compat/sum.c: File deleted.
14092 * gdb.hp/gdb.compat/xdb.c: File deleted.
14093 * gdb.hp/gdb.compat/xdb0.c: File deleted.
14094 * gdb.hp/gdb.compat/xdb0.h: File deleted.
14095 * gdb.hp/gdb.compat/xdb1.c: File deleted.
14096 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
14097 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
14098 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
14099 * gdb.hp/gdb.defects/Makefile.in: File deleted.
14100 * gdb.hp/gdb.defects/bs14602.c: File deleted.
14101 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
14102 * gdb.hp/gdb.defects/solib-d.c: File deleted.
14103 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
14104 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
14105 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
14106 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
14107 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
14108 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
14109 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
14110 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
14111 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
14112 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
14113 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
14114 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
14115 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
14116 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
14117 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
14118 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
14119 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
14120 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
14121 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
14122 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
14123 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
14124 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
14125 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
14126 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
14127 * gdb.hp/tools/odump: File deleted.
14128
8bf3b159
PA
141292015-03-19 Pedro Alves <palves@redhat.com>
14130
14131 * gdb.threads/continue-pending-status.exp (saw_thread_2)
14132 (saw_thread_3): New globals.
14133 (top level): Increment them when an event for the corresponding
14134 thread is seen.
14135 (no thread starvation): New test.
14136
eb54c8bf
PA
141372015-03-19 Pedro Alves <palves@redhat.com>
14138
14139 * gdb.threads/continue-pending-status.c: New file.
14140 * gdb.threads/continue-pending-status.exp: New file.
14141
32d2e5d6
PA
141422015-03-18 Pedro Alves <palves@redhat.com>
14143
14144 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
14145 Use gdb_is_target_remote instead of is_remote. Use
14146 gdb_test_multiple instead of gdb_expect. Exit early if
14147 gdb_test_multiple hits its internal matches. Tighten stepi tests
14148 expected output. Fail on exit with any signal, instead of just
14149 SIGILL.
14150
f68f11b7
YQ
141512015-03-18 Yao Qi <yao.qi@linaro.org>
14152
14153 PR tdep/18107
14154 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
14155 variable.
14156 * gdb.base/catch-syscall.exp: Don't skip it on
14157 aarch64*-*-linux* target. Remove elements in all_syscalls.
14158 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
14159 target.
14160 (setup_all_syscalls): New proc.
14161
ca5fd19b
YQ
141622015-03-16 Yao Qi <yao.qi@linaro.org>
14163
14164 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
14165 (top level): Skip tests if valid_addr_p returns false for
14166 $cmd1 or $cmd2.
14167
85642ba0
AW
141682015-03-11 Andy Wingo <wingo@igalia.com>
14169
14170 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
14171
e03f9645
YQ
141722015-03-11 Yao Qi <yao.qi@linaro.org>
14173
14174 * gdb.base/catch-syscall.exp: Fix typo in comments.
14175
5d0962b2
YQ
141762015-03-11 Yao Qi <yao.qi@linaro.org>
14177
14178 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
14179
b2df3cef
PA
141802015-03-09 Pedro Alves <palves@redhat.com>
14181
14182 * dg-extract-results.py: Delete.
14183
ef878e53
PA
141842015-03-09 Pedro Alves <palves@redhat.com>
14185
14186 Merge dg-extract-results.sh from GCC upstream (r218843).
14187
14188 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
14189 * dg-extract-results.sh: Use --text with grep to avoid issues with
14190 binary files. Fall back to cat -v, if that doesn't work.
14191
9494d219
PA
141922015-03-05 Pedro Alves <palves@redhat.com>
14193
14194 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
14195
a8d9763a
SM
141962015-03-04 Simon Marchi <simon.marchi@ericsson.com>
14197
14198 * lib/mi-support.exp (mi_expect_interrupt): Accept
14199 alternative event for when in all-stop mode.
14200
be9957b8
PA
142012015-03-04 Pedro Alves <palves@redhat.com>
14202
14203 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
14204
d57be0f4 142052015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
14206
14207 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
14208
c214c7cf
AA
142092015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14210
14211 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
14212 regexps for GDB's current line display, accept a hex address
14213 preceding the line number.
14214
6d74a497
AA
142152015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14216
14217 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
14218 the 'arch1' variable for "s390*-linux*" targets.
14219
511aee7c
PA
142202015-03-04 Pedro Alves <palves@redhat.com>
14221
14222 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
14223 (main): Pass missing retval argument to pthread_join call.
14224
95e50b27
PA
142252015-03-02 Pedro Alves <palves@redhat.com>
14226
14227 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
14228 (top level): Call do_test with non-stop as well.
14229
28054d69
PA
142302015-03-02 Pedro Alves <palves@redhat.com>
14231
14232 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
14233 -1.
14234
4fa5d7b4
AA
142352015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14236
14237 * gdb.arch/s390-vregs.exp: New test.
14238 * gdb.arch/s390-vregs.S: New file.
14239
97c18565
PA
142402015-02-27 Pedro Alves <palves@redhat.com>
14241
14242 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
14243 call to catch_command_errors.
14244 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
14245 catch_command_errors.
14246
a37bfa30
PA
142472015-02-27 Pedro Alves <palves@redhat.com>
14248
14249 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
14250 "true" for boolean result.
14251 * gdb.gdb/selftest.exp (test_with_self): Also accept full
14252 prototype of main.
14253
6f98576f
PA
142542015-02-27 Pedro Alves <palves@redhat.com>
14255
14256 * lib/unbuffer_output.c: New file.
14257 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
14258 (main): Call gdb_unbuffer_output.
14259
eba5ab56
YQ
142602015-02-27 Yao Qi <yao.qi@linaro.org>
14261
14262 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
14263 target.
14264
0def5aaa
DE
142652015-02-26 Doug Evans <dje@google.com>
14266
14267 * gdb.cp/class2.cc (Dbase, D): New classes.
14268 (main): New local delta.
14269 * gdb.cp/class2.exp: Test printing delta.
14270 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
14271 (dynbar): New global.
14272 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
14273
081a1c2c
JK
142742015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14275
14276 * gdb.compile/compile-ifunc.c: New file.
14277 * gdb.compile/compile-ifunc.exp: New file.
14278
2f41223f
AT
142792015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
14280
14281 * gdb.base/structs.exp: Check for correct struct on finish.
14282
03eddd80
YQ
142832015-02-26 Yao Qi <yao.qi@linaro.org>
14284
14285 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
14286 is zero.
14287
80c57053
JK
142882015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14289
14290 * gdb.arch/cordic.ko.bz2: New file.
14291 * gdb.arch/cordic.ko.debug.bz2: New file.
14292 * gdb.arch/ppc64-symtab-cordic.exp: New file.
14293
21613c12
YQ
142942015-02-25 Yao Qi <yao.qi@linaro.org>
14295
14296 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
14297 aarch64*-*-* target.
14298
d8b901ed
PA
142992015-02-23 Pedro Alves <palves@redhat.com>
14300
14301 * lib/gdb.exp (delete_breakpoints): Rewrite using
14302 gdb_test_multiple.
14303
e5b85ead
PA
143042015-02-23 Pedro Alves <palves@redhat.com>
14305
14306 * gdb.base/info-os.c: Include stdlib.h.
14307
85c3a371
DE
143082015-02-22 Doug Evans <xdje42@gmail.com>
14309
14310 PR symtab/17855
14311 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
14312 is read after symbols have been re-read.
14313 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
14314 * gdb.ada/exec_changed/second.adb (Second): Ditto.
14315
96553a0c
DE
143162015-02-21 Doug Evans <dje@google.com>
14317
14318 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
14319
97a0c697
JK
143202015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14321
14322 PR corefiles/17808
14323 * gdb.arch/i386-biarch-core.core.bz2: New file.
14324 * gdb.arch/i386-biarch-core.exp: New file.
14325
a47cd6e9
PA
143262015-02-21 Pedro Alves <palves@redhat.com>
14327
14328 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
14329 runto_main fails.
14330
c5facdc4
PA
143312015-02-20 Pedro Alves <palves@redhat.com>
14332
14333 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
14334 info probes.
14335
2db9a427
PA
143362015-02-20 Pedro Alves <palves@redhat.com>
14337
14338 * gdb.threads/multi-create-ns-info-thr.exp: New file.
14339
60fb7e9e
PA
143402015-02-20 Pedro Alves <palves@redhat.com>
14341
14342 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
14343 clean_restart before gdb_target_supports_trace.
14344
5c5019c2
PA
143452015-02-20 Pedro Alves <palves@redhat.com>
14346
14347 PR threads/18006
14348 * gdb.threads/clone-thread_db.c: New file.
14349 * gdb.threads/clone-thread_db.exp: New file.
14350
c9587f88
AT
143512015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
14352
14353 PR breakpoints/16812
14354 * gdb.base/catch-gdb-caused-signals.c: New file.
14355 * gdb.base/catch-gdb-caused-signals.exp: New file.
14356
f6a88844
JM
143572015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
14358
14359 * configure: Regenerated.
14360 * configure.ac: Use GDB_AC_TRANSFORM.
14361 * aclocal.m4: sinclude ../transform.m4.
14362
497c491b
JM
143632015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14364
14365 * lib/dtrace.exp: New file.
14366 * gdb.base/dtrace-probe.exp: Likewise.
14367 * gdb.base/dtrace-probe.d: Likewise.
14368 * gdb.base/dtrace-probe.c: Likewise.
14369 * lib/pdtrace.in: Likewise.
14370 * configure.ac: Output variables with the transformed names of
14371 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
14372 * configure: Regenerated.
14373
03e98035
JM
143742015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14375
14376 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
14377 expected message when trying to access $_probe_* convenience
14378 variables while not on a probe.
14379
63cc30e9
JK
143802015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14381
14382 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
14383
0703599a
PA
143842015-02-11 Pedro Alves <pedro@codesourcery.com>
14385
14386 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
14387 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
14388
7e60a48e
DE
143892015-02-10 Doug Evans <xdje42@gmail.com>
14390
14391 * lib/gdb.exp (gdb_load): Always return a result.
14392
01b088bc
PA
143932015-02-10 Pedro Alves <palves@redhat.com>
14394
14395 * gdb.threads/signal-sigtrap.c: New file.
14396 * gdb.threads/signal-sigtrap.exp: New file.
14397
b05ec7a5
AT
143982015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
14399
14400 * gdb.trace/no-attach-trace.c: New file.
14401 * gdb.trace/no-attach-trace.exp: New file.
14402
a2c2acaf
MW
144032015-02-09 Mark Wielaard <mjw@redhat.com>
14404
14405 * gdb.dwarf2/atomic.c: New file.
14406 * gdb.dwarf2/atomic-type.exp: Likewise.
14407
31fd9caa
MM
144082015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14409
14410 * gdb.btrace/buffer-size.exp: Update "info record" output.
14411 * gdb.btrace/delta.exp: Update "info record" output.
14412 * gdb.btrace/enable.exp: Update "info record" output.
14413 * gdb.btrace/finish.exp: Update "info record" output.
14414 * gdb.btrace/instruction_history.exp: Update "info record" output.
14415 * gdb.btrace/next.exp: Update "info record" output.
14416 * gdb.btrace/nexti.exp: Update "info record" output.
14417 * gdb.btrace/step.exp: Update "info record" output.
14418 * gdb.btrace/stepi.exp: Update "info record" output.
14419 * gdb.btrace/nohist.exp: Update "info record" output.
14420
d33501a5
MM
144212015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14422
14423 * gdb.btrace/buffer-size: New.
14424
f4abbc16
MM
144252015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14426
14427 * gdb.btrace/delta.exp: Update "info record" output.
14428 * gdb.btrace/enable.exp: Update "info record" output.
14429 * gdb.btrace/finish.exp: Update "info record" output.
14430 * gdb.btrace/instruction_history.exp: Update "info record" output.
14431 * gdb.btrace/next.exp: Update "info record" output.
14432 * gdb.btrace/nexti.exp: Update "info record" output.
14433 * gdb.btrace/step.exp: Update "info record" output.
14434 * gdb.btrace/stepi.exp: Update "info record" output.
14435 * gdb.btrace/nohist.exp: Update "info record" output.
14436
b9d61307
SM
144372015-02-06 Simon Marchi <simon.marchi@ericsson.com>
14438
14439 PR gdb/15678
14440 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
14441
e584fdbc
PA
144422015-02-06 Pedro Alves <palves@redhat.com>
14443
14444 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
14445 macro.
14446 (seconds_left, again): New globals.
14447 (main): Wait seconds_left in a 1-second sleep loop instead of
14448 sleeping 180 seconds. If 'again' is set, reset the seconds
14449 counter.
14450 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
14451 'again' in the inferior before detaching. Print the seconds left.
14452 (options): New global.
14453 (top level): Build program with -DTIMEOUT=$timeout.
14454
77f41761
PA
144552015-02-06 Pedro Alves <palves@redhat.com>
14456
14457 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
14458 determine how many seconds to pass to 'alarm'.
14459 * gdb.base/gdb-sigterm.exp (top level): Build program with
14460 -DTIMEOUT=$timeout.
14461 (do_test): Return success/failure indication. Add more verbose
14462 logging. Don't fail if 200 single steps are seen. Instead, fail
14463 when the test times out.
14464 (passes): New global.
14465 (top level): Break the testing loop if testing fails on any
14466 iteration. Use gdb_assert.
14467
b9394193
DB
144682015-02-04 Don Breazeal <donb@codesourcery.com>
14469
14470 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
14471 and initialize them.
14472 (ipc_cleanup): New function.
14473 (main): Don't declare shmid, semid, and msqid. Add a call to
14474 atexit so that we call ipc_cleanup on exit.
14475
42d9e528
PA
144762015-02-04 Pedro Alves <palves@redhat.com>
14477
14478 * boards/native-extended-gdbserver.exp: Remove any target variant
14479 specifications from the board name before clearing the isremote
14480 flag from board_info.
14481
ae6ae975
DE
144822015-01-31 Doug Evans <xdje42@gmail.com>
14483
14484 * gdb.base/maint.exp <maint print type argc>: Update expected output.
14485
cfb069a8
GB
144862015-01-31 Gary Benson <gbenson@redhat.com>
14487
14488 * gdb.base/completion.exp: Disable completion limiting for
14489 existing tests. Add new tests to check completion limiting.
14490 * gdb.linespec/ls-errs.exp: Disable completion limiting.
14491
5dd31d79
DE
144922015-01-31 Doug Evans <xdje42@gmail.com>
14493
14494 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
14495
9f050062
DE
144962015-01-31 Doug Evans <xdje42@gmail.com>
14497
14498 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
14499 entries. Duplicate file section script entries.
14500 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
14501 inlined entries. Add test for safe-path rejection.
14502 * gdb.python/py-section-script.c: Add duplicate inlined section script
14503 entries. Duplicate file section script entries.
14504 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
14505 inlined entries. Add test for safe-path rejection.
14506
df25ebbd
JB
145072015-01-29 Joel Brobecker <brobecker@adacore.com>
14508
14509 * gdb.ada/disc_arr_bound: New testcase.
14510
4a0ca9ec
JB
145112015-01-29 Joel Brobecker <brobecker@adacore.com>
14512
14513 * gdb.ada/mi_var_array: New testcase.
14514
3a8b707a
DE
145152015-01-27 Doug Evans <dje@google.com>
14516
14517 * gdb.python/py-objfile.exp: Add tests for objfile.username.
14518 Add test for objfile.filename, objfile.username after objfile
14519 has been unloaded.
14520
f8313f6e
JB
145212015-01-26 Joel Brobecker <brobecker@adacore.com>
14522
14523 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
14524 the second test to print the name attribute of value
14525 returned by the call to gdb.lookup_type, and adjust
14526 the expected output accordingly.
14527
37bc665e
MW
145282015-01-25 Mark Wielaard <mjw@redhat.com>
14529
14530 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
14531 * gdb.base/disp-step-fork.c: Include unistd.h.
14532 * gdb.base/siginfo-obj.c: Include stdio.h.
14533 * gdb.base/siginfo-thread.c: Likewise.
14534 * gdb.mi/non-stop.c: Include unistd.h.
14535 * gdb.mi/nsthrexec.c: Include stdio.h.
14536 * gdb.mi/pthreads.c: Include unistd.h.
14537 * gdb.modula2/unbounded1.c (main): Declare returns int.
14538 * gdb.reverse/consecutive-reverse.c: Likewise.
14539 * gdb.threads/create-fail.c: Include unistd.h.
14540 * gdb.threads/killed.c: Likewise.
14541 * gdb.threads/linux-dp.c: Likewise.
14542 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
14543 * gdb.threads/non-ldr-exc-2.c: Likewise.
14544 * gdb.threads/non-ldr-exc-3.c: Likewise.
14545 * gdb.threads/non-ldr-exc-4.c: Likewise.
14546 * gdb.threads/pthreads.c: Include unistd.h.
14547 (main): Declare returns int.
14548 * gdb.threads/tls-main.c (foo): New declaration.
14549 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
14550
f7e5394d
SM
145512015-01-23 Simon Marchi <simon.marchi@ericsson.com>
14552
14553 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
14554 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
14555
743649fd
MW
145562015-01-15 Mark Wielaard <mjw@redhat.com>
14557
14558 * gdb.base/noreturn-return.c: New file.
14559 * gdb.base/noreturn-return.exp: New file.
14560 * gdb.base/noreturn-finish.c: New file.
14561 * gdb.base/noreturn-finish.exp: New file.
14562
198297aa
PA
145632015-01-23 Pedro Alves <palves@redhat.com>
14564
14565 * gdb.threads/continue-pending-after-query.c: New file.
14566 * gdb.threads/continue-pending-after-query.exp: New file.
14567
717cf30c
AG
145682015-01-22 Anders Granlund <anders.granlund@ericsson.com>
14569 Simon Marchi <simon.marchi@ericsson.com>
14570
14571 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
14572 * gdb.base/valgrind-db-attach.exp: Same.
14573 * gdb.base/valgrind-infcall.exp: Same.
14574 * lib/mi-support.exp (default_mi_gdb_start): Same.
14575 * lib/prompt.exp (default_prompt_gdb_start): Same.
14576 * lib/gdb.exp (default_gdb_spawn): Same.
14577 (gdb_interact): New.
14578
14579
4b62a76e
JK
145802015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14581
14582 * gdb.compile/compile.exp (pointer to jit function): New test.
14583
b4cdae6f
WW
145842015-01-17 Wei-cheng Wang <cole945@gmail.com>
14585
14586 * lib/gdb.exp (supports_process_record): Return true for
14587 powerpc*-*-linux*.
14588 (supports_reverse): Likewise.
14589
d221e7ef
DB
145902015-01-15 Don Breazeal <donb@codesourcery.com>
14591
14592 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
14593 instead of checking whether the target board is remote and
14594 use spawn_wait_for_attach instead of exec/sleep.
14595 * gdb.base/attach-twice.exp: Likewise.
14596
bafffb51
JB
145972015-01-15 Joel Brobecker <brobecker@adacore.com>
14598
14599 * gdb.ada/var_arr_attrs: New testcase.
14600
5589af0e
PA
146012015-01-14 Pedro Alves <palves@redhat.com>
14602 Joel Brobecker <brobecker@adacore.com>
14603
14604 PR gdb/17525
14605 * gdb.base/bp-cmds-execution-x-script.c: New file.
14606 * gdb.base/bp-cmds-execution-x-script.exp: New file.
14607 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
14608
6c400b59
PA
146092015-01-14 Pedro Alves <palves@redhat.com>
14610
14611 PR cli/17828
14612 * gdb.base/batch-preserve-term-settings.c: New file.
14613 * gdb.base/batch-preserve-term-settings.exp: New file.
14614
e02c96a7
DE
146152015-01-13 Doug Evans <dje@google.com>
14616
14617 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
14618 binary.
14619
576fd14c
JB
146202015-01-13 Joel Brobecker <brobecker@adacore.com>
14621
14622 * Makefile.in (clean mostlyclean): Do not delete *.py.
14623
04dccad0
JB
146242015-01-13 Joel Brobecker <brobecker@adacore.com>
14625
14626 * gdb.python/py-lookup-type.exp: New file.
14627
3d230f71
PA
146282015-01-12 Pedro Alves <palves@redhat.com>
14629
14630 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
14631 restore GDBFLAGS before returning.
14632
7e67715d
JK
146332015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14634
14635 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
14636 is_amd64_regs_target and is_x86_like_target.
14637
f2e0d4b4
DE
146382015-01-11 Doug Evans <xdje42@gmail.com>
14639
14640 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
14641 is given without an explicit form.
14642 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
14643 attributes.
14644 * gdb.dwarf/corrupt.exp: Ditto.
14645 * gdb.dwarf2/enum-type.exp: Ditto.
14646 * gdb.trace/entry-values.exp: Ditto.
14647 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
14648
439250fb
DE
146492015-01-11 Doug Evans <xdje42@gmail.com>
14650
14651 PR gdb/15830
14652 * gdb.base/maint.exp: Remove references to "maint demangle".
14653 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
14654 Add tests for explicitly specifying language to demangle.
14655 * gdb.dlang/demangle.exp: Ditto.
14656
ede9f622
PA
146572015-01-09 Pedro Alves <palves@redhat.com>
14658
14659 * gdb.threads/non-stop-fair-events.c: New file.
14660 * gdb.threads/non-stop-fair-events.exp: New file.
14661
a7b796db
PA
146622015-01-09 Pedro Alves <palves@redhat.com>
14663
14664 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
14665 the global scope. Set a breakpoint after all threads are started
14666 rather than stepping over two source lines. Expect the prompt.
14667 * gdb.base/watch_thread_num.c (threads_started_barrier): New
14668 global.
14669 (NUM): Now 15.
14670 (main): Use threads_started_barrier to wait for all threads to
14671 start. Main thread no longer calls thread_function. Exit after
14672 180 seconds.
14673 (loop): New function.
14674 (thread_function): Wait on threads_started_barrier barrier. Call
14675 'loop' at each iteration.
14676 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
14677 threads have started, instead of hardcoding number of "next"
14678 steps. Use an access watchpoint instead of a write watchpoint.
14679
9665ffdd
PA
146802015-01-09 Pedro Alves <palves@redhat.com>
14681
14682 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
14683 (thread_func): Wait on barrier.
14684 (main): Wait for all threads to start before stopping GDB.
14685 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
14686 global.
14687 (thread1_func, thread2_func): Wait on barrier.
14688 (main): Wait for all threads to start before stopping GDB.
14689 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
14690 New global.
14691 (thread1_func, thread2_func): Wait on barrier.
14692 (main): Wait for all threads to start before stopping GDB.
14693
c945a99f
PA
146942015-01-09 Pedro Alves <palves@redhat.com>
14695
14696 * gdb.threads/attach-many-short-lived-threads.c: New file.
14697 * gdb.threads/attach-many-short-lived-threads.exp: New file.
14698
c1a747c1
PA
146992014-01-09 Pedro Alves <palves@redhat.com>
14700
14701 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
14702 instead of to thread 2.
14703 * gdb.threads/signal-command-multiple-signals-pending.c (main):
14704 Add barrier around each pthread_create call instead of around all
14705 calls.
14706 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
14707 Set a break on thread_function and have the child threads hit it
14708 one at at a time.
14709
60b3033e
PA
147102015-01-09 Pedro Alves <palves@redhat.com>
14711
14712 * lib/gdb.exp (can_spawn_for_attach): New procedure.
14713 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
14714 false.
14715 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
14716 checking whether the target board is remote.
14717 * gdb.multi/multi-attach.exp: Likewise.
14718 * gdb.python/py-sync-interp.exp: Likewise.
14719 * gdb.server/ext-attach.exp: Likewise.
14720 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
14721 tests that need to attach, instead of checking whether the target
14722 board is remote at the top of the file.
14723
acc018ac
YQ
147242015-01-08 Yao Qi <yao@codesourcery.com>
14725
14726 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
14727
50a18af8
JK
147282015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14729
14730 Fix testcase compilation.
14731 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
14732
8503d6e1
JB
147332015-01-06 Joel Brobecker <brobecker@adacore.com>
14734
14735 * gdb.python/py-type.exp: Add a couple test about empty
14736 array creation, and negative-length array creation.
14737
cc73dbcc
DE
147382015-01-02 Doug Evans <xdje42@gmail.com>
14739
14740 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
14741
0300bbc7
DE
147422015-01-02 Doug Evans <dje@google.com>
14743
14744 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
14745
9d85a0ec
YQ
147462014-12-29 Yao Qi <yao@codesourcery.com>
14747
14748 * gdb.trace/entry-values.exp: Update comments. Rename variable
14749 bar_call_foo to returned_from_foo.
14750
87186c6a
MMN
147512014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
14752
14753 PR gdb/17394
14754 * gdb.linespec/break-asm-file.c: New file.
14755 * gdb.linespec/break-asm-file.exp: New file.
14756 * gdb.linespec/break-asm-file0.s: New file.
14757 * gdb.linespec/break-asm-file1.s: New file.
14758
1bab7383
YQ
147592014-12-18 Nigel Stephens <nigel@mips.com>
14760 Maciej W. Rozycki <macro@codesourcery.com>
14761
14762 * gdb.base/float.exp: Handle the new output from "info float" on
14763 MIPS targets.
14764
1bc1068a
JK
147652014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14766
14767 Fix MinGW compilation.
14768 * gdb.compile/compile-ops.exp: Update untested message if
14769 !skip_compile_feature_tests.
14770 * gdb.compile/compile-setjmp.exp: Likewise.
14771 * gdb.compile/compile-tls.exp: Likewise.
14772 * gdb.compile/compile.exp: Likewise.
14773 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
14774 supported on this host".
14775
b6615d10
DE
147762014-12-16 Doug Evans <xdje42@gmail.com>
14777
14778 * boards/stabs.exp: New file.
14779
25dda427
AA
147802014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
14781
14782 * gdb.base/completion.exp: Adjust to format changes of "maint
14783 print user-registers".
14784
bf330350
CU
147852014-12-16 Catalin Udma <catalin.udma@freescale.com>
14786
14787 PR server/17457
14788 * gdb.arch/aarch64-fp.c: New file.
14789 * gdb.arch/aarch64-fp.exp: New file.
14790
395cf596
SDJ
147912014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
14792
14793 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
14794 r210637, r210913, r211666, r215400, r215817).
14795
14796 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
14797 * dg-extract-results.py: New file.
14798 * dg-extract-results.sh: Use it if the environment seems
14799 suitable.
14800
14801 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
14802
14803 * dg-extract-results.py (parse_run): Handle warnings that
14804 are printed before a test harness is run.
14805
14806 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
14807
14808 * dg-extract-results.py (Named): Remove __cmp__ method.
14809 (output_variation): Use a key to sort variation.harnesses.
14810
14811 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
14812
14813 * dg-extract-results.py: For Python 3, force sys.stdout to
14814 handle surrogate escape sequences.
14815 (safe_open): New function.
14816 (output_segment, main): Use it.
14817
14818 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
14819
14820 * dg-extract-results.py (Prog.result_re): Include options
14821 in test name.
14822
14823 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
14824
14825 * dg-extract-results.py (output_variation): Always sort if
14826 do_sum.
14827
e882ef3c
SM
148282014-12-15 Simon Marchi <simon.marchi@ericsson.com>
14829
14830 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
14831 as long as we get pagination notifications.
14832
4992aa20
JM
148332014-12-15 Jason Merrill <jason@redhat.com>
14834
14835 * Makefile.in (check-gdb.%): Restore.
14836 * README: Mention it.
14837
c1b5a1a6
JB
148382014-12-13 Joel Brobecker <brobecker@adacore.com>
14839
14840 * gdb.ada/str_uninit: New testcase.
14841
5537b577
JK
148422014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14843
14844 PR symtab/17642
14845 * gdb.base/vla-stub-define.c: New file.
14846 * gdb.base/vla-stub.c: New file.
14847 * gdb.base/vla-stub.exp: New file.
14848
bb2ec1b3
TT
148492014-12-12 Phil Muldoon <pmuldoon@redhat.com>
14850 Jan Kratochvil <jan.kratochvil@redhat.com>
14851 Tom Tromey <tromey@redhat.com>
14852
14853 * configure.ac: Add gdb.compile/.
14854 * configure: Regenerate.
14855 * gdb.compile/Makefile.in: New file.
14856 * gdb.compile/compile-ops.exp: New file.
14857 * gdb.compile/compile-ops.c: New file.
14858 * gdb.compile/compile-tls.c: New file.
14859 * gdb.compile/compile-tls.exp: New file.
14860 * gdb.compile/compile-constvar.S: New file.
14861 * gdb.compile/compile-constvar.c: New file.
14862 * gdb.compile/compile-mod.c: New file.
14863 * gdb.compile/compile-nodebug.c: New file.
14864 * gdb.compile/compile-setjmp-mod.c: New file.
14865 * gdb.compile/compile-setjmp.c: New file.
14866 * gdb.compile/compile-setjmp.exp: New file.
14867 * gdb.compile/compile-shlib.c: New file.
14868 * gdb.compile/compile.c: New file.
14869 * gdb.compile/compile.exp: New file.
14870 * lib/gdb.exp (skip_compile_feature_tests): New proc.
14871
4ff709eb
TT
148722014-12-12 Tom Tromey <tromey@redhat.com>
14873
14874 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
14875 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
14876
6dddd6a5
DE
148772014-12-12 Doug Evans <dje@google.com>
14878
14879 * lib/gdb-python.exp (get_python_valueof): New function.
14880 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
14881
71c24708
AA
148822014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14883
14884 * gdb.base/completion.exp: Add test for completion of "info
14885 registers ".
14886
3e29f34a
MR
148872014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
14888
14889 * gdb.base/func-ptrs.c: New file.
14890 * gdb.base/func-ptrs.exp: New file.
14891
fc126975
SM
148922014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14893
14894 PR breakpoints/17012
14895 * gdb.base/dprintf-detach.c: New file.
14896 * gdb.base/dprintf-detach.exp: New file.
14897
0a46d518
SM
148982014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14899
14900 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
14901 * lib/gdb.exp (target_is_gdbserver): New procedure.
14902
a0be3e44
DE
149032014-12-08 Doug Evans <dje@google.com>
14904
14905 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
14906
df1b803a
YQ
149072014-12-05 Yao Qi <yao@codesourcery.com>
14908
14909 * gdb.guile/scm-error.exp: Remove the third argument to
14910 gdb_remote_download.
14911 * gdb.guile/scm-frame-args.exp: Likewise.
14912 * gdb.guile/scm-section-script.exp: Likewise.
14913
ddb9f679
YQ
149142014-12-05 Yao Qi <yao@codesourcery.com>
14915
14916 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
14917
86e4ed39
DE
149182014-12-04 Doug Evans <dje@google.com>
14919
14920 * gdb.python/py-objfile.exp: Add tests for
14921 objfile.add_separate_debug_file.
14922
7c50a931
DE
149232014-12-04 Doug Evans <dje@google.com>
14924
14925 * lib/gdb.exp (get_build_id): New function.
14926 (build_id_debug_filename_get): Rewrite to use it.
14927 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
14928
621661e3
MR
149292014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
14930
14931 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
14932 `method(long)', not just 0x0.
14933 * gdb.cp/nsalias.exp: Align code labels to 4.
14934 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
14935 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
14936 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
14937 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
14938 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
14939 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
14940
29f0c3b7
DE
149412014-12-02 Doug Evans <dje@google.com>
14942
e1e061e7 14943 PR symtab/17602
29f0c3b7 14944 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 14945 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
14946 * gdb.cp/anon-ns.exp: Update.
14947
162078c8
NB
149482014-12-02 Nick Bull <nicholaspbull@gmail.com>
14949
14950 * gdb.python/py-events.py (inferior_call_handler): New.
14951 (register_changed_handler, memory_changed_handler): New.
14952 (test_events.invoke): Register new handlers.
14953 * gdb.python/py-events.exp: Add tests for inferior call,
14954 memory_changed and register_changed events.
14955
fdb09caf
AA
149562014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14957
14958 * gdb.base/execl-update-breakpoints.exp: Specify the link address
14959 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
14960 if the linker doesn't understand this.
14961
55cfb2c4
SM
149622014-12-01 Simon Marchi <simon.marchi@ericsson.com>
14963
14964 * gdb.python/python.exp: Change expected reply to help().
14965
9e8cd6df
YQ
149662014-12-01 Yao Qi <yao@codesourcery.com>
14967
14968 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
14969 AC_CONFIG_SUBDIRS(gdb.gdbtk).
14970 * configure: Re-generated.
14971
6c659fc2
SC
149722014-11-28 Siva Chandra Reddy <sivachandra@google.com>
14973
14974 * gdb.cp/chained-calls.cc: New file.
14975 * gdb.cp/chained-calls.exp: New file.
14976 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
14977
d7fc3181
SM
149782014-11-28 Simon Marchi <simon.marchi@ericsson.com>
14979
14980 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
14981 * gdb.dwarf2/symtab-producer.exp: Same.
14982 * gdb.gdb/python-interrupts.exp: Same.
14983 * gdb.gdb/python-selftest.exp: Same.
14984 * gdb.python/py-linetable.exp: Same.
14985 * gdb.python/py-type.exp: Same.
14986 * gdb.python/py-value-cc.exp: Same.
14987 * gdb.python/py-value.exp: Same.
14988
10e79639
YQ
149892014-11-28 Yao Qi <yao@codesourcery.com>
14990
14991 * gdb.base/break-probes.exp: Match library name prefixed with
14992 sysroot.
14993
f28a0564
SM
149942014-11-27 Simon Marchi <simon.marchi@ericsson.com>
14995
14996 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
14997 test expected output. Add parentheses for the call to print.
14998 Remove L suffix from integers.
14999
3fe1ce1d
DE
150002014-11-26 Doug Evans <dje@google.com>
15001
15002 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
15003
84429e27
YQ
150042014-11-22 Yao Qi <yao@codesourcery.com>
15005
15006 * gdb.trace/entry-values.c: Remove asms.
15007 (foo): Add foo_label.
15008 (bar): Add bar_label.
15009 * gdb.trace/entry-values.exp: Remove code computing foo's
15010 length and bar's length.
15011 (Dwarf::assemble): Invoke function_range for bar and use
15012 MACRO_AT_func for foo.
15013
26741859
YQ
150142014-11-22 Yao Qi <yao@codesourcery.com>
15015
15016 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
15017 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
15018 Use .Lgcc43_procstart instead of gcc43.
15019
45e44d27
JB
150202014-11-21 Joel Brobecker <brobecker@adacore.com>
15021
15022 * gdb.ada/n_arr_bound: New testcase.
15023
458c8db8
SDJ
150242014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
15025
15026 PR breakpoints/10737
15027 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
15028 test_catch_syscall_multi_arch.
15029 (test_catch_syscall_multi_arch): New function.
15030
43f3e411
DE
150312014-11-20 Doug Evans <xdje42@gmail.com>
15032
15033 * gdb.base/maint.exp: Update expected output.
15034
0d7b2549
AA
150352014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
15036
15037 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
15038 4-byte instruction on S390.
15039
8908fca5
JB
150402014-11-19 Joel Brobecker <brobecker@adacore.com>
15041
15042 * gdb.ada/arr_arr: New testcase.
15043
4a46959e
JB
150442014-11-19 Joel Brobecker <brobecker@adacore.com>
15045
15046 * gdb.ada/pkd_arr_elem: New Testcase.
15047
470e2f4e
LM
150482014-11-18 Luis Machado <lgustavo@codesourcery.com>
15049
15050 * gdb.reverse/break-precsave: Expect completion message for
15051 core file reads.
15052 * gdb.reverse/consecutive-precsave.exp: Likewise.
15053 * gdb.reverse/finish-precsave.exp: Likewise.
15054 * gdb.reverse/i386-precsave.exp: Likewise.
15055 * gdb.reverse/machinestate-precsave.exp: Likewise.
15056 * gdb.reverse/sigall-precsave.exp: Likewise.
15057 * gdb.reverse/solib-precsave.exp: Likewise.
15058 * gdb.reverse/step-precsave.exp: Likewise.
15059 * gdb.reverse/until-precsave.exp: Likewise.
15060 * gdb.reverse/watch-precsave.exp: Likewise.
15061
a267f3ad
AA
150622014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15063
15064 * gdb.base/bp-permanent.c: Include unistd.h.
15065 * gdb.python/py-framefilter-mi.c (main): Add return type.
15066 * gdb.python/py-framefilter.c (main): Likewise.
15067 * gdb.trace/actions-changed.c (main): Likewise.
15068
12084a9a
AA
150692014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15070
15071 * gdb.mi/until.c: Add eye-catchers.
15072 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
15073 line numbers.
15074
dc7e1a77
AA
150752014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15076
15077 * gdb.base/condbreak.exp: Drop references to removed non-prototype
15078 function header variants in break1.c.
15079 * gdb.base/ena-dis-br.exp: Likewise.
15080 * gdb.base/hbreak2.exp: Likewise.
15081 * gdb.reverse/until-precsave.exp: Drop references to removed
15082 non-prototype function header variants in ur1.c.
15083 * gdb.reverse/until-reverse.exp: Likewise.
15084
41c77605
PM
150852014-11-17 Petr Machata <pmachata@redhat.com>
15086
15087 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
15088 ${_cu_offset_size} bytes abbrev offset.
15089
34248c3a
DE
150902014-11-15 Doug Evans <xdje42@gmail.com>
15091
15092 PR symtab/17559
15093 * gdb.base/line-symtabs.exp: New file.
15094 * gdb.base/line-symtabs.c: New file.
15095 * gdb.base/line-symtabs.h: New file.
15096
646da059
YQ
150972014-11-14 Yao Qi <yao@codesourcery.com>
15098
15099 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
15100 (func): Add label func_label.
15101 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
15102 Replace low_pc and high_pc with MACRO_AT_range.
15103 Replace name, low_pc and high_pc with MACRO_AT_func.
15104
9301ebe6
YQ
151052014-11-14 Yao Qi <yao@codesourcery.com>
15106
15107 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
15108 Replace name, low_pc and high_pc with MACRO_AT_func.
15109
f166b542
YQ
151102014-11-14 Yao Qi <yao@codesourcery.com>
15111
15112 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
15113 produce debug information.
15114 * gdb.dwarf2/implptr-optimized-out.S: Removed.
15115
0f6e71e3
YQ
151162014-11-14 Yao Qi <yao@codesourcery.com>
15117
15118 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
15119 object and get function length.
15120 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
15121 with MACRO_AT_func.
15122 (top-level): Replace gdb_compile and clean_restart with
15123 prepare_for_testing.
15124 * gdb.dwarf2/main.c (main): Add label main_label.
15125
876c4df9
YQ
151262014-11-14 Yao Qi <yao@codesourcery.com>
15127
15128 * lib/dwarf.exp (function_range): New procedure.
15129 (Dwarf::_handle_macro_at_func): New procedure.
15130 (Dwarf::_handle_macro_at_range): New procedure.
15131 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
15132
02ad9cf1
YQ
151332014-11-14 Yao Qi <yao@codesourcery.com>
15134
15135 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
15136 (_handle_attribute): New procedure.
15137
a59add0c
AA
151382014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15139
15140 * gdb.ada/cond_lang/foo.c (callme): Add return type.
15141 * gdb.base/call-sc.c (zed): Likewise.
15142 * gdb.base/checkpoint.c (main): Likewise.
15143 * gdb.base/dump.c (main): Likewise.
15144 * gdb.base/gcore.c (main): Likewise.
15145 * gdb.base/huge.c (main): Likewise.
15146 * gdb.base/multi-forks.c (main): Likewise.
15147 * gdb.base/pr10179-a.c (main): Likewise.
15148 * gdb.base/savedregs.c (main): Likewise.
15149 * gdb.base/sigaltstack.c (main): Likewise.
15150 * gdb.base/siginfo.c (main): Likewise.
15151 * gdb.base/structs.c (zed): Likewise.
15152 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
15153 * gdb.mi/mi-syn-frame.c (main): Likewise.
15154 * gdb.mi/until.c (foo, main): Likewise.
15155 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
15156 * gdb.base/solib-weak.c (foo): Declare.
15157 * gdb.base/attach-twice.c: Include stdio.h.
15158 * gdb.base/weaklib1.c: Likewise.
15159 * gdb.base/weaklib2.c: Likewise.
15160 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
15161 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
15162 unistd.h.
15163 * gdb.base/attach-pie-misread.c: Include stdlib.h.
15164 * gdb.mi/mi-exit-code.c: Likewise.
15165 * gdb.base/break-interp-lib.c: Include string.h.
15166 * gdb.base/coremaker.c: Likewise.
15167 * gdb.base/testenv.c: Likewise.
15168 * gdb.python/py-finish-breakpoint.c: Likewise.
15169 * gdb.base/inferior-died.c: Include sys/wait.h.
15170 * gdb.base/fileio.c: Include time.h.
15171 * gdb.base/async-shell.c: Include unistd.h.
15172 * gdb.base/dprintf-non-stop.c: Likewise.
15173 * gdb.base/info-os.c: Likewise.
15174 * gdb.mi/mi-console.c: Likewise.
15175 * gdb.mi/watch-nonstop.c: Likewise.
15176 * gdb.python/py-events.c: Likewise.
15177 * gdb.base/async.c (baz): Move up before its invocation.
15178 * gdb.base/code_elim2.c (my_global_func): Likewise.
15179 * gdb.base/skip-solib-lib.c (multiply): Likewise.
15180 * gdb.base/advance.c (func2): Likewise.
15181
3b5d5997
AA
151822014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15183
15184 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
15185 variant.
15186 * gdb.base/annota3.c: Likewise.
15187 * gdb.base/async.c: Likewise.
15188 * gdb.base/average.c: Likewise.
15189 * gdb.base/call-ar-st.c: Likewise.
15190 * gdb.base/call-rt-st.c: Likewise.
15191 * gdb.base/call-sc.c: Likewise.
15192 * gdb.base/call-strs.c: Likewise.
15193 * gdb.base/ending-run.c: Likewise.
15194 * gdb.base/execd-prog.c: Likewise.
15195 * gdb.base/exprs.c: Likewise.
15196 * gdb.base/foll-exec.c: Likewise.
15197 * gdb.base/foll-fork.c: Likewise.
15198 * gdb.base/foll-vfork.c: Likewise.
15199 * gdb.base/funcargs.c: Likewise.
15200 * gdb.base/gcore.c: Likewise.
15201 * gdb.base/jump.c: Likewise.
15202 * gdb.base/langs0.c: Likewise.
15203 * gdb.base/langs1.c: Likewise.
15204 * gdb.base/langs2.c: Likewise.
15205 * gdb.base/mips_pro.c: Likewise.
15206 * gdb.base/nodebug.c: Likewise.
15207 * gdb.base/opaque0.c: Likewise.
15208 * gdb.base/opaque1.c: Likewise.
15209 * gdb.base/recurse.c: Likewise.
15210 * gdb.base/run.c: Likewise.
15211 * gdb.base/scope0.c: Likewise.
15212 * gdb.base/scope1.c: Likewise.
15213 * gdb.base/setshow.c: Likewise.
15214 * gdb.base/setvar.c: Likewise.
15215 * gdb.base/shmain.c: Likewise.
15216 * gdb.base/shr1.c: Likewise.
15217 * gdb.base/shr2.c: Likewise.
15218 * gdb.base/sigall.c: Likewise.
15219 * gdb.base/signals.c: Likewise.
15220 * gdb.base/so-indr-cl.c: Likewise.
15221 * gdb.base/solib2.c: Likewise.
15222 * gdb.base/structs.c: Likewise.
15223 * gdb.base/sum.c: Likewise.
15224 * gdb.base/vforked-prog.c: Likewise.
15225 * gdb.base/watchpoint.c: Likewise.
15226 * gdb.reverse/shr2.c: Likewise.
15227 * gdb.reverse/until-reverse.c: Likewise.
15228 * gdb.reverse/ur1.c: Likewise.
15229 * gdb.reverse/watch-reverse.c: Likewise.
15230
066a77c5
AA
152312014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15232
15233 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
15234 variant.
15235 * gdb.base/sepdebug.exp: Drop references to removed code.
15236
4f204ea5
AA
152372014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15238
15239 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
15240 variant. Preserve original line numbering.
15241 * gdb.base/list1.c: Likewise.
15242
3b377a3a
AA
152432014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15244
15245 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
15246 variant.
15247 * gdb.base/break1.c: Likewise.
15248 * gdb.base/break.exp: Drop references to removed code.
15249
e444df73
AA
152502014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15251
15252 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
15253 variant.
15254
8008f2a7
AA
152552014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15256
15257 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
15258
a5a06887
AA
152592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15260
15261 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
15262 logic into perform_all_tests() and invoke it with and without
15263 function header prototypes.
15264 (do_function_calls): Remove conditional XFAIL for PR 5318.
15265 (rerun_and_prepare): Remove duplicate code.
15266 (perform_all_tests): New. Main logic moved here.
15267
44dba9b9
AA
152682014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15269
15270 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
15271 code guarded by #ifdef NO_PROTOTYPES.
15272 (t_double_many_args): Likewise.
15273 (DEF_FUNC_MANY_ARGS_1): Likewise.
15274 (DEF_FUNC_VALUES_1): Likewise.
15275 (t_structs_ldc): Renamed from t_structs_fc in conditional code
15276 guarded by #ifdef PROTOTYPES.
15277
d1fbcd56
AA
152782014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15279
15280 * gdb.mi/mi-console.c: Add eye-catcher.
15281 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
15282 instead of literal line number.
15283
b0e59b8f
AA
152842014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15285
15286 * gdb.base/shr2.c: Add eye-catcher.
15287 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
15288 line number.
15289
78f98cca
AA
152902014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15291
15292 * gdb.base/jump.c: Add eye-catchers.
15293 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
15294 numbers.
15295
58fa2af0
AA
152962014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15297
15298 * gdb.base/execd-prog.c: Add eye-catchers.
15299 * gdb.base/foll-exec.c: Likewise.
15300 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
15301 line numbers.
15302
04e5059b
AA
153032014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15304
15305 * gdb.base/ending-run.c: Add eye-catchers.
15306 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
15307 literal line numbers.
15308
dbfdb174
AA
153092014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15310
15311 * gdb.base/call-rt-st.c: Add eye-catchers.
15312 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
15313 literal line numbers.
15314
888a2ade
AA
153152014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15316
15317 * gdb.base/call-ar-st.c: Add eye-catchers.
15318 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
15319 literal line numbers.
15320
6acc2dde
AA
153212014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15322
15323 * gdb.base/average.c: Add eye-catchers.
15324 * gdb.base/sum.c: Likewise.
15325 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
15326 regexps dynamically.
15327
9ecfcd1d
AA
153282014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15329
15330 * gdb.base/solib1.c: Add eye-catchers.
15331 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
15332 literal line numbers.
15333
78708b7c
PA
153342014-11-12 Pedro Alves <palves@redhat.com>
15335
15336 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
15337 leader has exited.
15338
af48d08f
PA
153392014-11-12 Pedro Alves <palves@redhat.com>
15340
15341 * gdb.arch/i386-bp_permanent.c: New file.
15342 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
15343 (srcfile): Set to i386-bp_permanent.c.
15344 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
15345 that stepi does not execute the 'leave' instruction, instead of
15346 testing it does execute.
15347 * gdb.base/bp-permanent.c: New file.
15348 * gdb.base/bp-permanent.exp: New file.
15349
af3768e9
DE
153502014-11-10 Doug Evans <xdje42@gmail.com>
15351
15352 PR symtab/17564
15353 * gdb.base/symtab-search-order.exp: New file.
15354 * gdb.base/symtab-search-order.c: New file.
15355 * gdb.base/symtab-search-order-1.c: New file.
15356 * gdb.base/symtab-search-order-shlib-1.c: New file.
15357
9de00a4a
PA
153582014-11-07 Pedro Alves <palves@redhat.com>
15359
15360 PR gdb/17511
15361 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
15362 i?86-*-linux*.
15363
e0f52461
SC
153642014-11-03 Siva Chandra Reddy <sivachandra@google.com>
15365
15366 PR c++/17494
15367 * gdb.cp/pr17494.cc: New file.
15368 * gdb.cp/pr17494.exp: New file.
15369
6ce8c980
YQ
153702014-11-02 Yao Qi <yao@codesourcery.com>
15371
15372 * gdb.python/python.exp: Get working directory and match the
15373 output of "set extended-prompt \\w " with it.
15374
02be9a71
DE
153752014-10-30 Doug Evans <dje@google.com>
15376
15377 * gdb.python/py-objfile.exp: Add tests for setting random attributes
15378 in objfiles.
15379 * gdb.python/py-progspace.exp: Add tests for setting random attributes
15380 in progspaces.
15381
3bdff46b
LM
153822014-10-30 Janis Johnson <janisjo@codesourcery.com>
15383
15384 * gdb.base/fullpath-expand.exp: Skip for a remote host.
15385 * gdb.base/realname-expand.exp: Likewise.
15386 * gdb.linespec/macro-relative.exp: Likewise.
15387
ab917dfb
PA
153882014-10-29 Pedro Alves <palves@redhat.com>
15389
15390 PR gdb/17408
15391 * gdb.threads/schedlock.c (some_function): New function.
15392 (call_function): New global.
15393 (MAYBE_CALL_SOME_FUNCTION): New macro.
15394 (thread_function): Call it.
15395 * gdb.threads/schedlock.exp (get_args): Add description parameter,
15396 and use it instead of a global counter. Adjust all callers.
15397 (get_current_thread): Use "find current thread" for test message
15398 here rather than having all callers pass down the same string.
15399 (goto_loop): New procedure, factored out from ...
15400 (my_continue): ... this.
15401 (step_ten_loops): Change parameter from test message to command to
15402 use. Adjust.
15403 (list_count): Delete global.
15404 (check_result): New procedure, factored out from duplicate top
15405 level code.
15406 (continue tests): Wrap in with_test_prefix.
15407 (test_step): New procedure, factored out from duplicate top level
15408 code.
15409 (top level): Test "step" in combination with all scheduler-locking
15410 modes. Test "next" in combination with all scheduler-locking
15411 modes, and in combination with stepping over a function call or
15412 not.
15413 * gdb.threads/next-bp-other-thread.c: New file.
15414 * gdb.threads/next-bp-other-thread.exp: New file.
15415
d3d4baed
PA
154162014-10-29 Pedro Alves <palves@redhat.com>
15417
15418 PR python/17372
15419 * gdb.python/python.exp: Test a multi-line command that spawns
15420 interactive Python.
15421 * gdb.base/multi-line-starts-subshell.exp: New file.
15422
563e8d85
YQ
154232014-10-29 Yao Qi <yao@codesourcery.com>
15424
15425 * gdb.base/fileio.exp: Make directories on host.
15426
0ea4d52e
YQ
154272014-10-29 Yao Qi <yao@codesourcery.com>
15428
15429 * gdb.base/fileio.c (test_write): Close the file.
15430
7f5ef605
PA
154312014-10-28 Pedro Alves <palves@redhat.com>
15432
15433 PR gdb/12623
15434 * gdb.base/sigstep.c (no_handler): New global.
15435 (main): If 'no_handler is true, set the signal handlers to
15436 SIG_IGN.
15437 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
15438 with_sw_watch and no_handler parameters. Handle them.
15439 (top level) <stepping over handler when stopped at a breakpoint
15440 test>: Add a test axis for testing with a software watchpoint, and
15441 another for testing with the signal handler set to SIG_IGN.
15442 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
15443 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
15444
abbdbd03
PA
154452014-10-28 Pedro Alves <palves@redhat.com>
15446
15447 PR gdb/17511
15448 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
15449 * gdb.base/sigstep.exp (other_handler_location): New global.
15450 (advance): Support stepping into the signal handler, and running
15451 commands while in the handler.
15452 (in_handler_map): New global.
15453 (top level): In the advance test, add combinations for getting
15454 into the handler with stepping commands, and for running commands
15455 in the handler. Add comment descripting the advancei tests.
15456
1df4399f
PA
154572014-10-28 Pedro Alves <palves@redhat.com>
15458
15459 * gdb.base/sigstep.exp: Use build_executable instead of
15460 prepare_for_testing.
15461 (top level): Move code that starts GDB, runs to main and creates a
15462 display to ...
15463 (restart): ... this new procedure.
15464 (top level): Move backtrace from signal handler test to ...
15465 (validate_backtrace): ... this new procedure.
15466 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
15467 with_test_prefix. Always restart GDB.
15468 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
15469 with_test_prefix. Always restart GDB. No need to delete
15470 breakpoints after the test.
15471 (test_skip_handler): Remove prefix parameter.
15472 (skip_over_handler, breakpoint_to_handler)
15473 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
15474 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
15475 restart GDB. No need to delete breakpoints after the test.
15476 (top level): Use foreach to call the test procedures with
15477 different commands.
15478
a5b6e449
PA
154792014-10-28 Pedro Alves <palves@redhat.com>
15480
15481 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
15482 instead of GNATS numbers.
15483 * gdb.base/sigbpt.exp: Likewise.
15484 * gdb.base/siginfo.exp: Likewise.
15485 * gdb.base/sigstep.exp: Likewise.
15486
e5f8a7cc
PA
154872014-10-27 Pedro Alves <palves@redhat.com>
15488
15489 * gdb.base/sigstep.c (dummy): New global.
15490 (main): Issue a couple writes to the new global.
15491 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
15492 procedures.
15493 (skip_over_handler): Use test_skip_handler.
15494 (top level): Call skip_over_handler for stepi and nexti too.
15495 (breakpoint_over_handler): Use test_skip_handler.
15496 (top level): Call breakpoint_over_handler for stepi and nexti too.
15497
763905a3
YQ
154982014-10-27 Yao Qi <yao@codesourcery.com>
15499
15500 * gdb.trace/tfile.c (adjust_function_address)
15501 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
15502 function descriptor.
15503
6f259a23
DB
155042014-10-24 Don Breazeal <donb@codesourcery.com>
15505
15506 * gdb.base/foll-fork.exp (test_follow_fork,
15507 catch_fork_child_follow): Check for updated fork messages emitted
15508 from infrun.c.
15509 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
15510 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
15511 vfork_and_exec_child_follow_through_step): Check for updated vfork
15512 messages emitted from infrun.c.
15513
09dd9a69
PA
155142014-10-24 Pedro Alves <palves@redhat.com>
15515
15516 * gdb.base/corefile.exp: Remove references to ultrix.
15517 * gdb.base/interrupt.exp: Likewise.
15518 * gdb.base/whatis.exp: Likewise.
15519 * gdb.gdb/selftest.exp: Likewise.
15520 * gdb.threads/manythreads.exp: Likewise.
15521 * gdb.threads/print-threads.exp: Likewise.
15522 * gdb.threads/pthreads.exp:: Likewise.
15523 * gdb.threads/schedlock.exp: Likewise.
15524
3433cfa5
SC
155252014-10-24 Siva Chandra Reddy <sivachandra@google.com>
15526
15527 * gdb.cp/non-trivial-retval.cc: Add a test case.
15528 * gdb.cp/non-trivial-retval.exp: Add a test.
15529
092f880b
YQ
155302014-10-20 Yao Qi <yao@codesourcery.com>
15531
15532 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
15533 * gdb.python/py-objfile-script-gdb.py: New file.
15534 * gdb.python/py-objfile-script.exp: Update reference to
15535 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
15536 of remote_download. Remove the dest file.
15537
acbdb7f3
YQ
155382014-10-20 Yao Qi <yao@codesourcery.com>
15539
15540 * gdb.base/checkpoint.exp: Don't remove file copied on host.
15541 * gdb.base/step-line.exp: Likewise.
15542 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15543 * gdb.dwarf2/dw2-basic.exp: Likewise.
15544 * gdb.dwarf2/dw2-compressed.exp: Likewise.
15545 * gdb.dwarf2/dw2-filename.exp: Likewise.
15546 * gdb.dwarf2/dw2-intercu.exp: Likewise.
15547 * gdb.dwarf2/dw2-intermix.exp: Likewise.
15548 * gdb.dwarf2/dw2-producer.exp: Likewise.
15549 * gdb.dwarf2/mac-fileno.exp: Likewise.
15550 * gdb.python/py-frame-args.exp: Likewise.
15551 * gdb.python/py-framefilter.exp: Likewise.
15552 * gdb.python/py-mi.exp: Likewise.
15553 * gdb.python/py-objfile-script.exp: Likewise
15554 * gdb.python/py-pp-integral.exp: Likewise.
15555 * gdb.python/py-pp-re-notag.exp: Likewise.
15556 * gdb.python/py-prettyprint.exp: Likewise.
15557 * gdb.python/py-section-script.exp: Likewise.
15558 * gdb.python/py-typeprint.exp: Likewise.
15559 * gdb.python/py-xmethods.exp: Likewise.
15560 * gdb.stabs/weird.exp: Likewise.
15561 * gdb.xml/tdesc-regs.exp: Likewise.
15562
bd286a29
KCY
155632014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
15564
15565 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
15566 (out_cu): Use addr_len for the size of addresses.
15567 (out_line): Likewise. Size DW_LNE_set_address instruction
15568 according to addr_len.
15569 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
15570 (FUNC): Add START_INSNS to definition.
15571
673dc4a0
YQ
155722014-10-18 Yao Qi <yao@codesourcery.com>
15573
15574 * gdb.base/argv0-symlink.exp: Check argv[0] value if
15575 gdb_has_argv0 return true.
15576 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
15577 check [target_info exists noargs], check [gdb_has_argv0]
15578 instead.
15579 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15580 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
15581 procedures.
15582
4ffbba72
DE
155832014-10-17 Doug Evans <dje@google.com>
15584
15585 * gdb.python/py-events.exp: Update expected output for clear_objfiles
15586 event.
15587 * gdb.python/py-events.py: Add clear_objfiles event.
15588
d096d8c1
DE
155892014-10-17 Doug Evans <dje@google.com>
15590
15591 * gdb.python/py-objfile.exp: Test progspace attribute.
15592
a80db015
LM
155932014-10-17 Luis Machado <lgustavo@codesourcery.com>
15594
15595 * gdb.guile/scm-breakpoint.exp: Do not assume any
15596 directory separators when matching source file paths.
15597 * gdb.python/py-breakpoint.exp: Likewise.
15598 * gdb.reverse/break-precsave.exp: Likewise.
15599 * gdb.reverse/break-reverse.exp: Likewise.
15600 * gdb.reverse/consecutive-precsave.exp: Likewise.
15601 * gdb.reverse/finish-precsave.exp: Likewise.
15602 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
15603 * gdb.reverse/finish-reverse.exp: Likewise.
15604 * gdb.reverse/i386-precsave.exp: Likewise.
15605 * gdb.reverse/i387-env-reverse.exp: Likewise.
15606 * gdb.reverse/i387-stack-reverse.exp: Likewise.
15607 * gdb.reverse/machinestate-precsave.exp: Likewise.
15608 * gdb.reverse/machinestate.exp: Likewise.
15609 * gdb.reverse/sigall-precsave.exp: Likewise.
15610 * gdb.reverse/solib-precsave.exp: Likewise.
15611 * gdb.reverse/step-precsave.exp: Likewise.
15612 * gdb.reverse/until-precsave.exp: Likewise.
15613 * gdb.reverse/watch-precsave.exp: Likewise.
15614 * gdb.reverse/watch-reverse.exp: Likewise.
15615
b22089ab
YQ
156162014-10-17 Yao Qi <yao@codesourcery.com>
15617
15618 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
15619 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
15620
6c4486e6
PA
156212014-10-17 Pedro Alves <palves@redhat.com>
15622
15623 PR gdb/17471
15624 * gdb.base/bg-execution-repeat.c: New file.
15625 * gdb.base/bg-execution-repeat.exp: New file.
15626
0ff33695
PA
156272014-10-17 Pedro Alves <palves@redhat.com>
15628
15629 PR gdb/17300
15630 * gdb.base/continue-all-already-running.c: New file.
15631 * gdb.base/continue-all-already-running.exp: New file.
15632
6fdebc3d
PA
156332014-10-17 Pedro Alves <palves@redhat.com>
15634
15635 PR gdb/17472
15636 * gdb.base/annota-input-while-running.c: New file.
15637 * gdb.base/annota-input-while-running.exp: New file.
15638
32a8097b
PA
156392014-10-17 Pedro Alves <palves@redhat.com>
15640
15641 * gdb.base/callfuncs.exp: emove references to osf.
15642 * gdb.base/sigall.exp: Likewise.
15643 * gdb.gdb/selftest.exp: Likewise.
15644 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
15645 * gdb.mi/non-stop.c: Likewise.
15646 * gdb.mi/pthreads.c: Likewise.
15647 * gdb.reverse/sigall-precsave.exp: Likewise.
15648 * gdb.reverse/sigall-reverse.exp: Likewise.
15649 * gdb.threads/pthreads.c: Likewise.
15650 * gdb.threads/pthreads.exp: Likewise.
15651
7a3517ff
YQ
156522014-10-17 Yao Qi <yao@codesourcery.com>
15653
15654 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
15655 check 'target_info exists noargs'.
15656 (test_command_prompt_position): Likewise.
15657 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
15658 Remove "set args".
15659 (progvar_simple_while_test): Likewise.
15660 (progvar_complex_if_while_test): Likewise.
15661 (if_while_breakpoint_command_test): Likewise.
15662 (infrun_breakpoint_command_test): Likewise.
15663 (breakpoint_command_test): Likewise.
15664 (watchpoint_command_test): Likewise.
15665 (bp_deleted_in_command_test): Likewise.
15666 (temporary_breakpoint_commands): Likewise.
15667
bb99c472
YQ
156682014-10-16 Yao Qi <yao@codesourcery.com>
15669
15670 * gdb.base/remotetimeout.exp: Remove noargs checking.
15671
7c16b83e
PA
156722014-10-15 Pedro Alves <palves@redhat.com>
15673
15674 PR breakpoints/9649
15675 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
15676 * gdb.base/breakpoint-in-ro-region.exp
15677 (probe_target_hardware_step): New procedure.
15678 (top level): Probe hardware stepping and hardware breakpoint
15679 support. Test stepping through a read-only region, with both
15680 "breakpoint auto-hw" on and off and both "always-inserted" on and
15681 off.
15682
35a49624
IB
156832014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
15684
15685 * gdb.dlang/demangle.exp: Update for demangling changes.
15686
2d1c107c
SC
156872014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15688
15689 * gdb.cp/non-trivial-retval.cc: Add new test cases.
15690 * gdb.cp/non-trivial-retval.exp: Add new tests.
15691
778811d5
SC
156922014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15693
15694 PR c++/13403
15695 PR c++/15154
15696 * gdb.cp/non-trivial-retval.cc: New file.
15697 * gdb.cp/non-trivial-retval.exp: New file.
15698
10c5f0a8
YQ
156992014-10-15 Yao Qi <yao@codesourcery.com>
15700
15701 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
15702 remote host.
15703
65d7b369
YQ
157042014-10-15 Yao Qi <yao@codesourcery.com>
15705
15706 * gdb.python/py-symbol.exp: Match file base name if host is
15707 remote, otherwise match file name with dir name.
15708 * gdb.python/py-symtab.exp: Likewise.
15709 * gdb.python/python.exp: Likewise.
15710
46dc1394
YQ
157112014-10-15 Yao Qi <yao@codesourcery.com>
15712
15713 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
15714 pattern.
15715 * gdb.python/py-symtab.exp: Likewise.
15716 * gdb.python/python.exp: Remove trailing ".*". Fix typo
15717 locationn.
15718
c40cc657
JB
157192014-10-14 Joel Brobecker <brobecker@adacore.com>
15720
15721 * gdb.ada/addr_arith: New testcase.
15722
2abf49e1
MR
157232014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
15724
15725 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
15726 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
15727 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
15728 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
15729
f7088df3
SDJ
157302014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
15731
15732 * gdb.arch/stap-eval-lang-ada.S: Likewise.
15733 * gdb.arch/stap-eval-lang-ada.c: Likewise.
15734 * gdb.arch/stap-eval-lang-ada.exp: New file.
15735
4dc06805
YQ
157362014-10-14 Yao Qi <yao@codesourcery.com>
15737
15738 * gdb.mi/mi-var-child.c (nothing1): New function.
15739 (nothing2): New function.
15740 (do_children_tests): Set function pointers by nothing1 and
15741 nothing2.
15742 * gdb.mi/mi-var-child.exp: Step over new added statements.
15743 Update test to match the new output.
15744 * gdb.mi/var-cmd.c (nothing1): New function.
15745 (nothing2): New function.
15746 (do_children_tests): Set function pointers by nothing1 and
15747 nothing2.
15748 * gdb.mi/mi-var-display.exp: Update test to match output.
15749 Step to the line specified by $line_dct_nothing.
15750 Increase the number of lines to step.
15751
46a93de2
YQ
157522014-10-14 Yao Qi <yao@codesourcery.com>
15753
15754 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
15755 tests.
15756 * gdb.mi/mi2-var-child.exp: Likewise.
15757
14ea52ee
DE
157582014-10-13 Doug Evans <dje@google.com>
15759
15760 * gdb.python/py-objfile.exp: Change name of file name test.
15761
e5c6e92b
DE
157622014-10-13 Doug Evans <dje@google.com>
15763
15764 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
15765 from the start of the CU.
15766
c780cc2f
JK
157672014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15768 Yao Qi <yao@codesourcery.com>
15769
15770 Fix "save breakpoints" for "catch" command.
15771 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
15772 Remove -nonewline. Match also the added "main" line.
15773
99894e11
JK
157742014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15775
15776 Fix "save breakpoints" for "disable $bpnum" command.
15777 * gdb.base/save-bp.c (main): Add label.
15778 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
15779
6e1ac5a3
JK
157802014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15781
15782 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
15783
754dd2b0
YQ
157842014-10-11 Yao Qi <yao@codesourcery.com>
15785
15786 * gdb.server/server-kill.exp: Execute command
15787 "set remote trace-status-packet on" before "tstatus".
15788
f90183d7
YQ
157892014-10-11 Yao Qi <yao@codesourcery.com>
15790
15791 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
15792 (main): Call getppid.
15793 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
15794 and continue to it. Read variable "server_pid".
15795
bf40a607
YQ
157962014-10-11 Yao Qi <yao@codesourcery.com>
15797
15798 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
15799
052ca370
YQ
158002014-10-11 Yao Qi <yao@codesourcery.com>
15801
15802 * gdb.threads/thread-find.exp: Don't execute command
15803 "info threads".
15804 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
15805 * gdb.threads/linux-dp.exp: Don't check the condition
15806 $threads_created equals to zero.
15807
3831839c
PA
158082014-10-10 Pedro Alves <palves@redhat.com>
15809
15810 * gdb.base/bigcore.exp: Remove references to IRIX.
15811 * gdb.base/funcargs.exp: Likewise.
15812 * gdb.base/interrupt.exp: Likewise.
15813 * gdb.base/mips_pro.exp: Likewise.
15814 * gdb.base/nodebug.exp: Likewise.
15815 * gdb.base/setvar.exp: Likewise.
15816 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
15817
8b9a549d
PA
158182014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15819 Pedro Alves <palves@redhat.com>
15820
15821 PR symtab/14466
15822 * gdb.base/vdso-warning.c: New file.
15823 * gdb.base/vdso-warning.exp: New file.
15824
d48ba5e8
DE
158252014-10-02 Doug Evans <dje@google.com>
15826
15827 * gdb.base/structs.c (main): Don't run forever.
15828
2278c276
PA
158292014-10-02 Pedro Alves <palves@redhat.com>
15830
15831 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
15832 (top level) <stop threads 1, stop threads 2>: Use it.
15833
b57bacec
PA
158342014-10-02 Pedro Alves <palves@redhat.com>
15835
15836 * gdb.threads/break-while-running.exp (test): Add new
15837 'update_thread_list' argument. Skip "info threads" if false.
15838 (top level): Add new 'update_thread_list' axis.
15839
13fd3ff3
PA
158402014-10-02 Pedro Alves <palves@redhat.com>
15841
15842 PR breakpoints/17431
15843 * gdb.base/execl-update-breakpoints.c: New file.
15844 * gdb.base/execl-update-breakpoints.exp: New file.
15845
0fec99e8
PA
158462014-10-01 Pedro Alves <palves@redhat.com>
15847
15848 * gdb.base/breakpoint-in-ro-region.c: New file.
15849 * gdb.base/breakpoint-in-ro-region.exp: New file.
15850
2ddf4301
SM
158512014-10-01 Simon Marchi <simon.marchi@ericsson.com>
15852
15853 * gdb.mi/mi-exit-code.exp: New file.
15854 * gdb.mi/mi-exit-code.c: New file.
15855
6a5f3f43
YQ
158562014-09-30 Yao Qi <yao@codesourcery.com>
15857
15858 * lib/prelink-support.exp (build_executable_own_libs): Error if
15859 the target isn't native.
15860
345bcc73
YQ
158612014-09-30 Yao Qi <yao@codesourcery.com>
15862
15863 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
15864 false.
15865
a25a5a45
PA
158662014-09-22 Pedro Alves <palves@redhat.com>
15867
15868 * gdb.threads/break-while-running.exp: New file.
15869 * gdb.threads/break-while-running.c: New file.
15870
00ba3162
YQ
158712014-09-19 Yao Qi <yao@codesourcery.com>
15872
15873 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
15874 Invoke test. Restart GDB with --readnow and invoke test again.
15875
c3b7b696
YQ
158762014-09-19 Yao Qi <yao@codesourcery.com>
15877
15878 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
15879 proc set_breakpoint_on_gcd_function. Invoke
15880 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
15881 invoke set_breakpoint_on_gcd_function again.
15882
2b4fd423
DE
158832014-09-18 Doug Evans <dje@google.com>
15884
15885 * gdb.dwarf2/symtab-producer.exp: New file.
15886
a5947601
SDJ
158872014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15888
15889 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
15890 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
15891 * gdb.base/global-var-nested-by-dso.c: Likewise.
15892 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15893
91c19059
SDJ
158942014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15895 Pedro Alves <palves@redhat.com>
15896
15897 * gdb.base/watch-bitfields.exp: Pass string other than test file
15898 name to prepare_for_testing.
15899 (watch): New procedure.
15900 (expect_watchpoint): Use with_test_prefix.
15901 (top level): Factor out tests to ...
15902 (test_watch_location, test_regular_watch): ... these new
15903 procedures, and use with_test_prefix and gdb_continue_to_end.
15904
bb9d5f81
PP
159052014-09-16 Patrick Palka <patrick@parcs.ath.cx>
15906
15907 PR breakpoints/12526
15908 * gdb.base/watch-bitfields.exp: New file.
15909 * gdb.base/watch-bitfields.c: New file.
15910
635856f5
PA
159112014-09-16 Pedro Alves <palves@redhat.com>
15912
15913 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
15914 software and hardware addresses, not software address against
15915 itself.
15916
7280ceea
PA
159172014-09-16 Pedro Alves <palves@redhat.com>
15918
15919 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
15920 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
15921
428b16bd
PA
159222014-09-16 Pedro Alves <palves@redhat.com>
15923
15924 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
15925 files.
15926 * gdb.base/a2-run.exp: Remove all code guarded by istarget
15927 "*-*-vxworks*" throughout.
15928 * gdb.base/break.exp: Likewise.
15929 * gdb.base/default.exp: Likewise.
15930 * gdb.base/scope.exp: Likewise.
15931 * gdb.base/sepdebug.exp: Likewise.
15932 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
15933 throughout.
15934 * gdb.base/run.c: Likewise.
15935 * gdb.base/sepdebug.c: Likewise.
15936 * gdb.hp/gdb.aCC/run.c: Likewise.
15937 * gdb.reverse/until-reverse.c: Likewise.
15938 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
15939
666d413c
YQ
159402014-09-16 Yao Qi <yao@codesourcery.com>
15941
15942 * boards/local-remote-host-native.exp: New file.
15943
57cbd724
DE
159442014-09-14 Doug Evans <xdje42@gmail.com>
15945
15946 * gdb.threads/queue-signal.c (thread_count): New variable.
15947 (thread_count_mutex, thread_count_condvar): New variables.
15948 (incr_thread_count, wait_all_threads_running): New functions.
15949 (main): Wait for all threads to be in their thread functions.
15950
81219e53
DE
159512014-09-13 Doug Evans <xdje42@gmail.com>
15952
15953 * gdb.threads/queue-signal.c: New file.
15954 * gdb.threads/queue-signal.exp: New file.
15955
3714cea7
DE
159562014-09-13 Doug Evans <xdje42@gmail.com>
15957
15958 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
15959 be consistent with what default_gdb_init uses.
15960 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
15961 the plain text of the prompt. Add some logging printfs.
15962 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
15963
fa43b1d7
PA
159642014-09-12 Pedro Alves <palves@redhat.com>
15965
15966 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
15967 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
15968 * gdb.arch/i386-size-overlap.exp: Likewise.
15969 * gdb.arch/i386-size.exp: Likewise.
15970 * gdb.arch/i386-unwind.exp: Likewise.
15971 * gdb.base/a2-run.exp: Likewise.
15972 * gdb.base/break.exp: Likewise.
15973 * gdb.base/charset.exp: Likewise.
15974 * gdb.base/chng-syms.exp: Likewise.
15975 * gdb.base/commands.exp: Likewise.
15976 * gdb.base/dbx.exp: Likewise.
15977 * gdb.base/find.exp: Likewise.
15978 * gdb.base/funcargs.exp: Likewise.
15979 * gdb.base/jit-simple.exp: Likewise.
15980 * gdb.base/reread.exp: Likewise.
15981 * gdb.base/sepdebug.exp: Likewise.
15982 * gdb.base/step-bt.exp: Likewise.
15983 * gdb.cp/mb-inline.exp: Likewise.
15984 * gdb.cp/mb-templates.exp: Likewise.
15985 * gdb.objc/basicclass.exp: Likewise.
15986 * gdb.threads/killed.exp: Likewise.
15987
9d9bf2df
EBM
159882014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15989
15990 PR tdep/17379
15991 * gdb.arch/powerpc-stackless.S: New file.
15992 * gdb.arch/powerpc-stackless.exp: New file.
15993
1cf2f1b0
JK
159942014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15995
15996 * gdb.base/attach.c: Include unistd.h.
15997 (main): Call alarm. Add label postloop.
15998 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
15999 gdb_breakpoint, gdb_continue_to_breakpoint.
16000 (test_command_line_attach_run): Kill ${testpid} in one exit path.
16001
98880d46
PA
160022014-09-11 Pedro Alves <palves@redhat.com>
16003
16004 PR gdb/17347
16005 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
16006 * gdb.base/attach.exp (test_command_line_attach_run): New
16007 procedure.
16008 (top level): Call it.
16009
4c92ff2c
PA
160102014-09-11 Pedro Alves <palves@redhat.com>
16011
16012 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
16013 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
16014 (do_command_attach_tests): Use spawn_wait_for_attach.
16015 * gdb.base/solib-overlap.exp: Likewise.
16016 * gdb.multi/multi-attach.exp: Likewise.
16017 * gdb.python/py-prompt.exp: Likewise.
16018 * gdb.python/py-sync-interp.exp: Likewise.
16019 * gdb.server/ext-attach.exp: Likewise.
16020
3adc1a7d
GKB
160212014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
16022
16023 * gdb.fortran/array-element.exp: Remove unexpected "continue"
16024 command in testcase. Simplify testcase.
16025
96334934
JB
160262014-09-10 Joel Brobecker <brobecker@adacore.com>
16027
16028 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
16029
eb479039
JB
160302014-09-10 Joel Brobecker <brobecker@adacore.com>
16031
16032 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
16033
deede10c
JB
160342014-09-10 Joel Brobecker <brobecker@adacore.com>
16035
16036 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
16037
7828a5f5
JB
160382014-09-10 Joel Brobecker <brobecker@adacore.com>
16039
16040 * gdb.dwarf2/dynarr-ptr.c: New file.
16041 * gdb.dwarf2/dynarr-ptr.exp: New file.
16042
33aeebcf
MR
160432014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16044
16045 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
16046 of 30 rather than hardcoding 120 for a slow test case. Take the
16047 `gdb,timeout' target setting into account for this calculation.
16048 Don't extend the timeout for the test cases that don't need it.
16049
7b415901
MR
160502014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16051
16052 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
16053 a factor of 2 for a slow test case. Take the `gdb,timeout'
16054 target setting into account for this calculation.
16055 * gdb.reverse/until-precsave.exp: Increase the timeout by
16056 a factor of 15 and 3 respectively rather than adding 120
16057 for a pair of slow test cases. Take the `gdb,timeout'
16058 target setting into account for this calculation.
16059
4a40f85a
MR
160602014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16061
16062 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
16063 timeout, don't pass one down to gdb_expect.
16064 (gdb_expect): Rework timeout selection.
16065
09635af7
MR
160662014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16067
16068 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
16069 exception on timeout.
16070 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
16071 (gdbserver_start_extended): Catch any `gdbserver_start' error
16072 exceptions.
16073 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
16074 * lib/mi-support.exp (mi_gdb_target_load): Catch any
16075 `gdbserver_gdb_load' error exceptions.
16076
2bdd10b7
MR
160772014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16078
16079 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
16080 120 on waiting for the TCP socket to open.
16081
316935f0
DE
160822014-09-09 Doug Evans <xdje42@gmail.com>
16083
16084 * gdb.base/default.exp (show_conv_list): Add _caller_is,
16085 _caller_matches, _any_caller_is, _any_caller_matches.
16086
83740597
DE
160872014-09-09 Doug Evans <xdje42@gmail.com>
16088
16089 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
16090
4c122fc3
YQ
160912014-09-09 Yao Qi <yao@codesourcery.com>
16092
16093 * gdb.mi/mi-var-display.exp: Set print symbol off.
16094
a9f116cb
GKB
160952014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
16096
16097 PR gdb/17035
16098 * gdb.base/commands.exp: Add tests to verify user-defined
16099 commands with empty bodies.
16100 * gdb.python/py-cmd.exp: Test that we don't show user-defined
16101 python commands in `show user command`.
16102 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
16103 scheme commands in `show user command`.
16104
c75bd3a2
JK
161052014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16106
16107 PR python/17355
16108 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
16109 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
16110 * gdb.python/py-framefilter-invalidarg.exp: New file.
16111 * gdb.python/py-framefilter-invalidarg.py: New file.
16112
faa42425
DE
161132014-09-06 Doug Evans <xdje42@gmail.com>
16114
16115 PR 15276
16116 * gdb.python/py-caller-is.c: New file.
16117 * gdb.python/py-caller-is.exp: New file.
16118
474ca4f6
SDJ
161192014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
16120
16121 PR gdb/17235
16122 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
16123 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
16124
eb0b0463
SDJ
161252014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
16126
16127 PR fortran/17237
16128 * gdb.fortran/print-formatted.exp: New file.
16129 * gdb.fortran/print-formatted.f90: Likewise.
16130
5f3b99cf
SS
161312014-09-03 Sasha Smundak <asmundak@google.com>
16132
16133 * gdb.python/py-frame.exp: Test Frame.read_register.
16134
7d793aa9
SDJ
161352014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
16136
16137 PR python/16699
16138 * gdb.python/py-completion.exp: New file.
16139 * gdb.python/py-completion.py: Likewise.
16140
fb0576e9
DE
161412014-08-28 Doug Evans <dje@google.com>
16142
16143 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
16144 eax,etc. are live with values set by gdb and thus the compiler can't
16145 use them.
16146 * gdb.arch/i386-pseudo.c (main): Ditto.
16147
ee92b0dd
DE
161482014-08-27 Doug Evans <dje@google.com>
16149
16150 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
16151
6649db35
DE
161522014-08-25 Doug Evans <dje@google.com>
16153
16154 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
16155 (main): Ditto.
16156
564b7600
DE
161572014-08-25 Doug Evans <dje@google.com>
16158
16159 * gdb.threads/thread-execl.exp: #include <stdio.h>.
16160
3881fb67
YQ
161612014-08-24 Yao Qi <yao@codesourcery.com>
16162
16163 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
16164 symbol off.
16165 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
16166
a05a36a5
DE
161672014-08-22 Doug Evans <dje@google.com>
16168
16169 PR 17276
16170 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
16171 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
16172 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
16173
7c343b48
YQ
161742014-08-22 Yao Qi <yao@codesourcery.com>
16175
16176 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
16177 * gdb.python/py-finish-breakpoint2.exp: Likewise.
16178 * gdb.python/python.exp: Likewise. Use .py file on the host
16179 instead of the build.
16180
22fd09ae
JK
161812014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16182
16183 * gdb.threads/gcore-stale-thread.c: New file.
16184 * gdb.threads/gcore-stale-thread.exp: New file.
16185
a8454a7c
PA
161862014-08-21 Pedro Alves <palves@redhat.com>
16187
16188 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
16189 * gdb.base/gcore-relro-pie.exp: Likewise.
16190 * gdb.base/gcore-relro.exp: Likewise.
16191 * gdb.base/gcore.exp: Likewise.
16192 * gdb.base/print-symbol-loading.exp: Likewise.
16193 * gdb.threads/gcore-thread.exp: Likewise.
16194 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
16195
2a31c623
PA
161962014-08-20 Pedro Alves <palves@redhat.com>
16197 Jan Kratochvil <jan.kratochvil@redhat.com>
16198
16199 * Makefile.in (EXTRA_RULES, CC): New variables, get from
16200 configure.
16201 (EXPECT): Handle READ1 being set.
16202 (all): Depend on EXTRA_RULES.
16203 (check-read1, expect-read1, read1.so, read1): New rules.
16204 * README (Testsuite Parameters): Document the READ1 make variable.
16205 (Race detection): New section.
16206 * configure: Regenerate.
16207 * configure.ac: If build==host==target, and running under a
16208 GNU/glibc system, add read1 to the extra Makefile rules.
16209 (EXTRA_RULES): AC_SUBST it.
16210 * lib/read1.c: New file.
16211
d36430db
JB
162122014-08-20 Joel Brobecker <brobecker@adacore.com>
16213
16214 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
16215 the handling of variables declared as a typedef to an array
16216 which a DW_AT_data_location attribute.
16217
9a0dc9e3
PA
162182014-08-19 Andrew Burgess <aburgess@broadcom.com>
16219 Pedro Alves <palves@redhat.com>
16220
16221 PR symtab/14604
16222 PR symtab/14605
16223 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
16224 gdb_test.
16225
0718a8da
PA
162262014-08-19 Pedro Alves <palves@redhat.com>
16227
16228 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
16229
13b448cd
YQ
162302014-08-19 Yao Qi <yao@codesourcery.com>
16231
16232 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
16233 right line.
16234
1cbf5077
DB
162352014-08-18 David Blaikie <dblaikie@gmail.com>
16236
16237 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
16238
bf0fae19
JB
162392014-08-18 Joel Brobecker <brobecker@adacore.com>
16240
16241 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
16242 attribute in array range.
16243
3c8c5dcc
JB
162442014-08-18 Joel Brobecker <brobecker@adacore.com>
16245
16246 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
16247
e66d4446
SC
162482014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16249
16250 PR c++/17132
16251 * gdb.cp/pr17132.cc: New file.
16252 * gdb.cp/pr17132.exp: New file.
16253
940df408
SC
162542014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16255
16256 * gdb.python/py-xmethods.py (A_getarrayind)
16257 (E_method_char_worker.__call__, E_method_int_worker.__call__):
16258 Use 'print' with function call syntax.
16259 (E_method_matcher.match): Fix tab vs space indentation mixup.
16260
ebcc6c3a
YQ
162612014-08-15 Yao Qi <yao@codesourcery.com>
16262
16263 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
16264 false.
16265
775e0f04
YQ
162662014-08-15 Yao Qi <yao@codesourcery.com>
16267
16268 * gdb.cp/casts.exp: Set print symbol off.
16269 * gdb.cp/class2.exp: Likewise.
16270 * gdb.cp/overload.exp: Likewise.
16271 * gdb.cp/templates.exp: Likewise.
16272
d769e349
DE
162732014-08-11 Doug Evans <dje@google.com>
16274
16275 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
16276 (test_load_shlib): Update.
16277
20c6f1e1
YQ
162782014-08-09 Yao Qi <yao@codesourcery.com>
16279
16280 * gdb.base/display.exp: Invoke is_address_zero_readable.
16281 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
16282 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16283 * gdb.base/hbreak-unmapped.exp: Return if
16284 is_address_zero_readable returns true.
16285 * gdb.base/signest.exp: Likewise.
16286 * gdb.base/signull.exp: Likewise.
16287 * gdb.base/sigbpt.exp: Likewise.
16288 * gdb.guile/scm-disasm.exp: Do the test if
16289 is_address_zero_readable returns false.
16290 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
16291 * gdb.python/py-arch.exp: Likewise.
16292 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
16293 * lib/gdb.exp (is_address_zero_readable): New proc.
16294
5792e8e3
YQ
162952014-08-09 Yao Qi <yao@codesourcery.com>
16296
16297 PR testsuite/13443
16298 * gdb.mi/mi-var-display.exp: Make test messages unique.
16299
3cecbbbe
TT
163002014-08-04 Tom Tromey <tromey@redhat.com>
16301
16302 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
16303 target 0".
16304
00b51ff5
TT
163052014-08-04 Tom Tromey <tromey@redhat.com>
16306
16307 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
16308 "target_resume".
16309
6908c509
JB
163102014-08-01 Joel Brobecker <brobecker@adacore.com>
16311
16312 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
16313 inner_vla_struct_object_size.
16314 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
16315 as xfail.
16316
cc6563d2
PA
163172014-07-30 Pedro Alves <palves@redhat.com>
16318
16319 * gdb.threads/signal-command-handle-nopass.exp (test): Add
16320 comment.
16321
7e09a223
YQ
163222014-07-29 Yao Qi <yao@codesourcery.com>
16323
16324 PR gdb/17206
16325 * gdb.base/until-nodebug.exp: New.
16326
7ebdbe92
DE
163272014-07-28 Doug Evans <xdje42@gmail.com>
16328
16329 PR guile/17203
16330 * gdb.guile/scm-parameter.exp: Add tests for trying to create
16331 previously existing parameter, and previously ambiguously spelled
16332 parameter.
16333
fdb1adc6
WN
163342014-07-28 Will Newton <will.newton@linaro.org>
16335
16336 * gdb.base/varargs.exp: Remove KFAILs for ARM.
16337
186fcde0
DE
163382014-07-26 Ludovic Courtès <ludo@gnu.org>
16339 Doug Evans <xdje42@gmail.com>
16340
16341 PR guile/17146
16342 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
16343
70509625
PA
163442014-07-25 Pedro Alves <palves@redhat.com>
16345
16346 * gdb.threads/signal-command-handle-nopass.c: New file.
16347 * gdb.threads/signal-command-handle-nopass.exp: New file.
16348 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
16349 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
16350 * gdb.threads/signal-delivered-right-thread.c: New file.
16351 * gdb.threads/signal-delivered-right-thread.exp: New file.
16352
c3f814a1
PA
163532014-07-25 Pedro Alves <palves@redhat.com>
16354
16355 * gdb.base/double-prompt-target-event-error.exp
16356 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
16357 match.
16358 (cancel_pagination_in_target_event): Rework double prompt
16359 detection.
16360 * gdb.base/paginate-after-ctrl-c-running.exp
16361 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
16362 <return>' match.
16363 * gdb.base/paginate-bg-execution.exp
16364 (test_bg_execution_pagination_return)
16365 (test_bg_execution_pagination_cancel): Remove '-notransfer
16366 <return>' matches.
16367 * gdb.base/paginate-execution-startup.exp
16368 (test_fg_execution_pagination_return)
16369 (test_fg_execution_pagination_cancel): Remove '-notransfer
16370 <return>' matches.
16371 * gdb.base/paginate-inferior-exit.exp
16372 (test_paginate_inferior_exited): Remove '-notransfer <return>'
16373 match.
16374 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
16375 * lib/gdb.exp (pagination_prompt): Run text through
16376 string_to_regexp.
16377 (gdb_test_multiple): Match $pagination_prompt instead of
16378 "<return>".
16379 (string_to_regexp): Move to lib/gdb-utils.exp.
16380
e214cf6c
JK
163812014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16382
16383 * gdb.arch/amd64-entry-value-paramref.S: New file.
16384 * gdb.arch/amd64-entry-value-paramref.cc: New file.
16385 * gdb.arch/amd64-entry-value-paramref.exp: New file.
16386 * gdb.arch/amd64-optimout-repeat.S: New file.
16387 * gdb.arch/amd64-optimout-repeat.c: New file.
16388 * gdb.arch/amd64-optimout-repeat.exp: New file.
16389
17d0c5c8
JK
163902014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16391
16392 PR gdb/17170
16393 * gdb.base/statistics.exp: New file.
16394
b8b8facf
DE
163952014-07-17 Doug Evans <dje@google.com>
16396
74b49205 16397 PR gdb/17170
b8b8facf
DE
16398 * gdb.base/maint.exp: Update testing of per-command stats.
16399
1b5d0ab3
PA
164002014-07-16 Pedro Alves <palves@redhat.com>
16401
16402 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
16403 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
16404 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
16405 (tfile_write_buf): New functions.
16406 (add_memory_block): Rewrite using the above.
16407 (adjust_function_address): New function.
16408 (FUNCTION_ADDRESS): New macro.
16409 (write_basic_trace_file): Remove short_x local, and use
16410 tfile_write_16. Change type of func_addr local to unsigned long
16411 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
16412 here. Cast argument of add_memory_block to char pointer.
16413 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
16414 (main): Remove parameters.
16415 * gdb.trace/tfile.exp: Remove nowarnings.
16416
4d974e88
SM
164172014-07-15 Simon Marchi <simon.marchi@ericsson.com>
16418
16419 * gdb.base/debug-expr.exp: Test string evaluation with
16420 "debug expression" on.
16421
41e99568
PA
164222014-07-15 Pedro Alves <palves@redhat.com>
16423
16424 * gdb.base/reread.exp: Use clean_restart.
16425
487d9753
PL
164262014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
16427
16428 * gdb.arch/avr-flash-qualifer.c: New.
16429 * gdb.arch/avr-flash-qualifer.exp: New.
16430
cc1c52ad
PA
164312014-07-14 Pedro Alves <palves@redhat.com>
16432
16433 * gdb.base/paginate-after-ctrl-c-running.c: New file.
16434 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
16435
1e973570
PA
164362014-07-14 Pedro Alves <palves@redhat.com>
16437
16438 * gdb.base/double-prompt-target-event-error.c: New file.
16439 * gdb.base/double-prompt-target-event-error.exp: New file.
16440
93d6eb10
PA
164412014-07-14 Pedro Alves <palves@redhat.com>
16442
16443 PR gdb/17072
16444 * gdb.base/paginate-inferior-exit.c: New file.
16445 * gdb.base/paginate-inferior-exit.exp: New file.
16446
0017922d
PA
164472014-07-14 Pedro Alves <palves@redhat.com>
16448
16449 PR gdb/17072
16450 * gdb.base/paginate-bg-execution.c: New file.
16451 * gdb.base/paginate-bg-execution.exp: New file.
16452
94696ad3
PA
164532014-07-14 Pedro Alves <palves@redhat.com>
16454
16455 PR gdb/17072
16456 * gdb.base/paginate-execution-startup.c: New file.
16457 * gdb.base/paginate-execution-startup.exp: New file.
16458 * lib/gdb.exp (pagination_prompt): New global.
16459 (default_gdb_spawn): New procedure, factored out from
16460 default_gdb_spawn.
16461 (default_gdb_start): Adjust to call default_gdb_spawn.
16462 (gdb_spawn): New procedure.
16463
bd293940
PA
164642014-07-14 Pedro Alves <palves@redhat.com>
16465
16466 * lib/gdb.exp (gdb_assert): New procedure.
16467 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
16468
c933f875
PA
164692014-07-14 Pedro Alves <palves@redhat.com>
16470
16471 * gdb.base/execution-termios.c: New file.
16472 * gdb.base/execution-termios.exp: New file.
16473
d98b7a16
TT
164742014-07-14 Tom Tromey <tromey@redhat.com>
16475
16476 * gdb.cp/vla-cxx.cc: New file.
16477 * gdb.cp/vla-cxx.exp: New file.
16478
548740d6
TT
164792014-07-14 Tom Tromey <tromey@redhat.com>
16480
16481 * gdb.reverse/rerun-prec.c: New file.
16482 * gdb.reverse/rerun-prec.exp: New file.
16483
a25eb028
MR
164842014-07-12 Maciej W. Rozycki <macro@mips.com>
16485 Maciej W. Rozycki <macro@codesourcery.com>
16486
16487 * lib/gdb-utils.exp: New file.
16488 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
16489 inline `gdb_init_command' processing.
16490 (gdb_start_cmd): Likewise.
16491 * lib/mi-support.exp (mi_run_cmd): Likewise.
16492 * README: Document `gdb_init_command' and `gdb_init_commands'.
16493
218c2655
JK
164942014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16495
16496 Fix false FAIL running under a very long directory name.
16497 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
16498 and "set print elements 10000". Twice.
16499
5401fde3
YQ
165002014-07-11 Yao Qi <yao@codesourcery.com>
16501
16502 * gdb.base/exprs.exp: "set print symbol off".
16503
e76126e8
PA
165042014-07-11 Pedro Alves <palves@redhat.com>
16505
16506 * gdb.threads/kill.c: New file.
16507 * gdb.threads/kill.exp: New file.
16508
2d6f0de6
YQ
165092014-07-10 Yao Qi <yao@codesourcery.com>
16510
16511 * gdb.trace/tfile.c (write_basic_trace_file)
16512 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
16513 address written to trace file.
16514
7180e04a
PA
165152014-07-09 Pedro Alves <palves@redhat.com>
16516
16517 * gdb.base/attach-wait-input.exp: New file.
16518 * gdb.base/attach-wait-input.c: New file.
16519
9a9a7608
AB
165202014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
16521
16522 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
16523 setting up test structures.
16524 (main): Call new test function.
16525 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
16526 test function, continue into test function and walk test
16527 structures.
16528
161ac41e
YQ
165292014-07-02 Yao Qi <yao@codesourcery.com>
16530
16531 * gdb.trace/entry-values.c: Define labels 'foo_start' and
16532 'bar_start' at the beginning of functions 'foo' and 'bar'
16533 respectively.
16534 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
16535 instead of 'foo' and 'bar'.
16536
1f267ae3
MM
165372014-07-08 Markus Metzger <markus.t.metzger@intel.com>
16538
16539 * gdb.btrace/segv.exp: New.
16540 * gdb.btrace/segv.c: New.
16541
2b239efb
LM
165422014-07-02 Luis Machado <lgustavo@codesourcery.com>
16543
16544 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
16545 instruction.
16546
cf363f18
MW
165472014-06-30 Mark Wielaard <mjw@redhat.com>
16548
16549 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
16550 vulture, vilify, villar): New volatile array constants.
16551 (vindictive, vegetation): New const volatile array constants.
16552 * gdb.base/volatile.exp: Test volatile and const volatile array
16553 types.
16554
aebf9d24
AA
165552014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
16556
16557 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
16558 target lacks support for awatch, rwatch, or hbreak.
16559
b67a2c6f
YQ
165602014-06-27 Yao Qi <yao@codesourcery.com>
16561
16562 * gdb.multi/dummy-frame-restore.exp: New.
16563 * gdb.multi/dummy-frame-restore.c: New.
16564
aef92902
MM
165652014-06-25 Markus Metzger <markus.t.metzger@intel.com>
16566
16567 * gdb.btrace/gcore.exp: New.
16568
8e9db26e
PA
165692014-06-23 Pedro Alves <palves@redhat.com>
16570
16571 * gdb.base/watchpoint-reuse-slot.c: New file.
16572 * gdb.base/watchpoint-reuse-slot.exp: New file.
16573
70afc5b7
SC
165742014-06-23 Siva Chandra Reddy <sivachandra@google.com>
16575
16576 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
16577 progspace's filename in 'info', 'enable' and 'disable' command
16578 tests.
16579
b972bd9c
JK
165802014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
16581
16582 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
16583 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16584 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
16585
125f8a3d
GB
165862014-06-20 Gary Benson <gbenson@redhat.com>
16587
16588 * gdb.arch/i386-avx.exp: Fix include file location.
16589 * gdb.arch/i386-sse.exp: Likewise.
16590
3ed9baed
IB
165912014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
16592
16593 * gdb.dlang/expression.exp: New file.
16594
034f788c
PA
165952014-06-19 Pedro Alves <palves@redhat.com>
16596
16597 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
16598 out from ...
16599 (top level): ... here. Iterate running tests under different
16600 scheduler-locking settings.
16601
45371d0c
LM
166022014-06-18 Luis Machado <lgustavo@codesourcery.com>
16603
16604 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
16605 to DW_FORM_addr and use non-zero addresses.
16606
5d376983
SC
166072014-06-18 Siva Chandra Reddy <sivachandra@google.com>
16608
16609 PR gdb/17017
16610 * gdb.python/py-xmethods.cc: Add global function call counters and
16611 increment them in their respective functions. Remove "cout"
16612 statements.
16613 * gdb.python/py-xmethods.exp: Make tests check the global function
16614 call counters instead of depending on inferior IO.
16615
a1aa2221
LM
166162014-06-18 Don Breazeal <donb@codesourcery.com>
16617
16618 * gdb.base/foll-fork.exp (default_fork_parent_follow):
16619 Deleted procedure.
16620 (explicit_fork_parent_follow): Deleted procedure.
16621 (explicit_fork_child_follow): Deleted procedure.
16622 (test_follow_fork): New procedure.
16623 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 16624 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
16625 procedure calls.
16626
0fc05997
YQ
166272014-06-17 Yao Qi <yao@codesourcery.com>
16628
16629 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
16630 CP1252.
16631
70795c52
LM
166322014-06-17 Luis Machado <lgustavo@codesourcery.com>
16633
16634 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
16635 Initialize ptr and S explicitly.
16636 (skip_type_update_when_not_use_rtti_test): Likewise.
16637
6be47f0c
KS
166382014-06-16 Keith Seitz <keiths@redhat.com>
16639
16640 PR mi/15863
16641 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
16642 the inferior is started.
16643
d03de421
PA
166442014-06-16 Pedro Alves <palves@redhat.com>
16645
16646 * gdb.base/break-main-file-remove-fail.c: New file.
16647 * gdb.base/break-main-file-remove-fail.exp: New file.
16648 * gdb.base/break-unload-file.exp: Use build_executable instead of
16649 prepare_for_testing.
16650 (test_break): New parameter "initial_load". Handle it.
16651 (top level): Add initial_load cmdline/file axis.
16652
f9579b99
TT
166532014-06-12 Tom Tromey <tromey@redhat.com>
16654
16655 * gdb.base/completion.exp: Don't use directory name in test.
16656
3657956b
GB
166572014-06-09 Gary Benson <gbenson@redhat.com>
16658
16659 * gdb.base/sigall.c [Functions to send signals]: Reorder to
16660 separate the always-available ANSI-standard signals from the
16661 signals that require checking.
16662 (main): Likewise.
16663 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
16664 Likewise.
16665 (main): Likewise.
16666
4186eb54
KS
166672014-06-07 Keith Seitz <keiths@redhat.com>
16668
16669 Revert:
16670 PR c++/16253
16671 * gdb.cp/var-tag.cc: New file.
16672 * gdb.cp/var-tag.exp: New file.
16673 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16674 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16675 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16676 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16677
25326a28 166782014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
16679
16680 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
16681
829155c9
PA
166822014-06-06 Pedro Alves <palves@redhat.com>
16683
16684 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
16685 in target debug output instead of looking at RSP packets,
16686 disabling the test on any target that uses hardware stepping.
16687 Update comments.
16688
61c8d22e
PA
166892014-06-06 Pedro Alves <palves@redhat.com>
16690
16691 * gdb.base/break-unload-file.exp: Fix typo.
16692
d9a47287
YQ
166932014-06-06 Yao Qi <yao@codesourcery.com>
16694
16695 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
16696 from "jit_function" to "^jit_function".
16697
e5e01dbf
YQ
166982014-06-06 Yao Qi <yao@codesourcery.com>
16699
16700 * gdb.base/async.c (foo): Add one statement.
16701 * gdb.base/async.exp: Get the next instruction address and
16702 match the output of "nexti" by instruction address. Match
16703 the hex address in the output of "finish".
16704
73ba372c
GB
167052014-06-06 Gary Benson <gbenson@redhat.com>
16706
16707 * gdb.base/call-signals.c: Remove preprocessor conditionals
16708 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
16709 SIGSEGV and SIGTERM.
16710 * gdb.base/sigall.c: Likewise.
16711 * gdb.base/unwindonsignal.c: Likewise.
16712 * gdb.reverse/sigall-reverse.c: Likewise.
16713
831517df
YQ
167142014-06-06 Yao Qi <yao@codesourcery.com>
16715
16716 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
16717 readable, skip the test.
16718
b8b91e98
YQ
167192014-06-06 Yao Qi <yao@codesourcery.com>
16720
16721 * gdb.threads/staticthreads.c (thread_function): Move the line
16722 setting breakpoint on forward.
16723 * gdb.threads/staticthreads.exp: Update comments.
16724
fb934770
LC
167252014-06-05 Ludovic Courtès <ludo@gnu.org>
16726
16727 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
16728 "history-append! type error".
16729
6ef284bd
SM
167302014-06-05 Simon Marchi <simon.marchi@ericsson.com>
16731
16732 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
16733 erroneous dprintf expected input.
16734
a872e241
DE
167352014-06-04 Doug Evans <xdje42@gmail.com>
16736
16737 * gdb.guile/scm-generics.exp: Delete.
16738
16f691fb
DE
167392014-06-04 Doug Evans <xdje42@gmail.com>
16740
16741 * gdb.guile/scm-breakpoint.exp: Update.
16742 Add tests for breakpoint registration.
16743
012370f6
TT
167442014-06-04 Tom Tromey <tromey@redhat.com>
16745
16746 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
16747 VLA-in-union.
16748 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
16749 inner_vla_struct, vla_union types. Initialize objects of those
16750 types and compute their sizes.
16751
9f5a4cef
HZ
167522014-06-04 Nathan Sidwell <nathan@codesourcery.com>
16753 Hui Zhu <hui@codesourcery.com>
16754
16755 * gdb.base/fileio.exp: Add test for shell not available as well as
16756 available.
16757 * gdb.base/fileio.c (test_system): Check for shell twice.
16758
90a45c4d
YQ
167592014-06-04 Yao Qi <yao@codesourcery.com>
16760
16761 * gdb.base/auto-connect-native-target.exp: Remove redundant
16762 space from the regexp pattern.
16763
70017e41
YQ
167642014-06-04 Yao Qi <yao@codesourcery.com>
16765
16766 * gdb.base/default.exp: Replace "child" with "native" in
16767 regexp pattern.
16768
883964a7
SC
167692014-06-03 Siva Chandra Reddy <sivachandra@google.com>
16770
16771 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
16772 * gdb.python/py-xmethods.exp: New tests to test xmethods.
16773 * gdb.python/py-xmethods.py: Python script supporting the
16774 new testcase and tests.
16775
ef370185
JB
167762014-06-03 Joel Brobecker <brobecker@adacore.com>
16777 Pedro Alves <palves@redhat.com>
16778
16779 PR breakpoints/17000
16780 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
16781 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
16782
1e2ccb61
BM
167832014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
16784
16785 * gdb.base/subst.exp: Add tests to verify partial path matching
16786 output.
16787
c6ec5ab2
PA
167882014-06-03 Pedro Alves <palves@redhat.com>
16789
16790 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
16791 target that doesn't use software single-stepping.
16792
835c559f
PA
167932014-06-03 Pedro Alves <palves@redhat.com>
16794
16795 PR breakpoints/17000
16796 * gdb.base/sss-bp-on-user-bp-2.c: New file.
16797 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
16798
06eb1586
DE
167992014-06-02 Doug Evans <xdje42@gmail.com>
16800
16801 * gdb.guile/scm-parameter.exp: New file.
16802
e698b8c4
DE
168032014-06-02 Doug Evans <xdje42@gmail.com>
16804
16805 * gdb.guile/scm-cmd.c: New file.
16806 * gdb.guile/scm-cmd.exp: New file.
16807
ded03782
DE
168082014-06-02 Doug Evans <xdje42@gmail.com>
16809
16810 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
16811 pretty-printer lookup.
16812 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
16813 (make-pp_s-printer): Call it.
16814 (make-pretty-printer-from-dict): New function.
16815 (lookup-pretty-printer-maker-from-dict): New function.
16816 (*pretty-printer*): Simplify.
16817 (make-objfile-pp_s-printer): New function.
16818 (install-objfile-pretty-printers!): New function.
16819 (make-progspace-pp_s-printer): New function.
16820 (install-progspace-pretty-printers!): New function.
16821 * gdb.guile/scm-progspace.c: New file.
16822 * gdb.guile/scm-progspace.exp: New file.
16823
41fac0cf
PA
168242014-06-02 Pedro Alves <palves@redhat.com>
16825
16826 * gdb.base/dprintf-bp-same-addr.c: New file.
16827 * gdb.base/dprintf-bp-same-addr.exp: New file.
16828
96ae5695
EBM
168292014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16830
16831 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
16832 * gdb.arch/powerpc-power.s: Likewise.
16833
da02b3a8
JB
168342014-06-02 Joel Brobecker <brobecker@adacore.com>
16835
16836 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
16837
c72b2e7b
YQ
168382014-06-01 Yao Qi <yao@codesourcery.com>
16839
16840 * gdb.base/watchpoint.exp (test_watch_location): Check null
16841 pointer can be dereferenced. If not, do the test, otherwise
16842 skip it.
16843
53e8a631
AB
168442014-05-30 Andrew Burgess <aburgess@broadcom.com>
16845
16846 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
16847 results.
16848 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
16849
938f0e2f
AB
168502014-05-30 Andrew Burgess <aburgess@broadcom.com>
16851
16852 * gdb.arch/amd64-invalid-stack-middle.S: New file.
16853 * gdb.arch/amd64-invalid-stack-middle.c: New file.
16854 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
16855 * gdb.arch/amd64-invalid-stack-top.c: New file.
16856 * gdb.arch/amd64-invalid-stack-top.exp: New file.
16857
9ba6657a
PA
168582014-05-30 Pedro Alves <palves@redhat.com>
16859
16860 PR breakpoints/17000
16861 * gdb.base/sss-bp-on-user-bp.c: New file.
16862 * gdb.base/sss-bp-on-user-bp.exp: New file.
16863
522c09bf
DB
168642014-05-30 David Blaikie <dblaikie@gmail.com>
16865
16866 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
16867 gnu_inline semantics via attribute.
16868 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
16869 source explicitly specifies the required semantics.
16870
bf4ef81e
MR
168712014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
16872
16873 * gdb.reverse/sigall-reverse.exp: Fix a typo.
16874
329ea579
PA
168752014-05-29 Pedro Alves <palves@redhat.com>
16876 Tom Tromey <tromey@redhat.com>
16877
16878 * gdb.base/async-shell.exp: Don't enable target-async.
16879 * gdb.base/async.exp
16880 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
16881 parameter. Adjust.
16882 (top level): Don't test with "target-async".
16883 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
16884 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
16885 * gdb.base/inferior-died.exp: Don't enable target-async.
16886 * gdb.base/interrupt-noterm.exp: Likewise.
16887 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
16888 * gdb.mi/mi-nonstop-exit.exp: Likewise.
16889 * gdb.mi/mi-nonstop.exp: Likewise.
16890 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
16891 * gdb.mi/mi-nsintrall.exp: Likewise.
16892 * gdb.mi/mi-nsmoribund.exp: Likewise.
16893 * gdb.mi/mi-nsthrexec.exp: Likewise.
16894 * gdb.mi/mi-watch-nonstop.exp: Likewise.
16895 * gdb.multi/watchpoint-multi.exp: Adjust comment.
16896 * gdb.python/py-evsignal.exp: Don't enable target-async.
16897 * gdb.python/py-evthreads.exp: Likewise.
16898 * gdb.python/py-prompt.exp: Likewise.
16899 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
16900 * gdb.server/solib-list.exp: Don't enable target-async.
16901 * gdb.threads/thread-specific-bp.exp: Likewise.
16902 * lib/mi-support.exp: Adjust to use mi-async.
16903
fd664c91
PA
169042014-05-29 Pedro Alves <palves@redhat.com>
16905
16906 PR gdb/13860
16907 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
16908 reason, even in sync mode.
16909
251bde03
PA
169102014-05-29 Pedro Alves <palves@redhat.com>
16911 Hui Zhu <hui@codesourcery.com>
16912
16913 PR PR15693
16914 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
16915 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
16916 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
16917 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
16918
7f3c0343
JB
169192014-05-28 Joel Brobecker <brobecker@adacore.com>
16920
16921 * config/monitor.exp (gdb_target_monitor): Replace use of
16922 "set remotebaud" by "set serial baud".
16923
b2715b27
AW
169242014-05-26 Andy Wingo <wingo@igalia.com>
16925
16926 * gdb.guile/scm-breakpoint.exp:
16927 * gdb.guile/scm-gsmob.exp: Update to use plain old object
16928 properties instead of gdb-object-properties.
16929
498a4489
YQ
169302014-05-26 Yao Qi <yao@codesourcery.com>
16931
16932 * gdb.server/no-thread-db.exp: Specify source file name
16933 explicitly when setting a breakpoint.
16934
589fdceb
MM
169352014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16936
16937 * gdb.btrace/vdso.c: New.
16938 * gdb.btrace/vdso.exp: New.
16939
e9089e05
MM
169402014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16941
16942 * gdb.base/gcore.exp (capture_command_output): Move ...
16943 * lib/gdb.exp (capture_command_output): ... here.
16944
67b5c0c1
MM
169452014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16946
16947 * gdb.btrace/data.exp: Test memory access during btrace replay.
16948
a2199296
SM
169492014-05-22 Simon Marchi <simon.marchi@ericsson.com>
16950
16951 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
16952
17b2616c
PA
169532014-05-21 Pedro Alves <palves@redhat.com>
16954
16955 PR gdb/13860
16956 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
16957 (top level): Test that output related to execution commands is
16958 sent to the console with CLI commands, but not with MI commands.
16959 Test that breakpoint events are always mirrored to the console.
16960 Also expect the new source line to be output after a "next" in
16961 async mode too. Make it a pass/fail test.
16962 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
16963 output.
16964 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
16965
5166082f
PA
169662014-05-21 Pedro Alves <palves@redhat.com>
16967
16968 * gdb.base/list.exp (build_pattern, test_list): New procedures.
16969 Use them to test variations of "list" after reaching a breakpoint.
16970 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
16971 Test "list" with listsize 10 after reaching a breakpoint.
16972 * gdb.python/python.exp (decode_line current location line
16973 number): Adjust expected line number.
16974
2f25d70f
SM
169752014-05-21 Simon Marchi <simon.marchi@ericsson.com>
16976
16977 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
16978 behavior for $args, pass it directly to "run".
16979
ff604a67
MR
169802014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
16981
16982 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
16983 30000 to 65536.
16984
6a3cb8e8
PA
169852014-05-21 Pedro Alves <palves@redhat.com>
16986
16987 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
16988 auto-connect-native-target off".
16989 * gdb.base/auto-connect-native-target.c: New file.
16990 * gdb.base/auto-connect-native-target.exp: New file.
16991
4ebfc96e
PA
169922014-05-21 Pedro Alves <palves@redhat.com>
16993
16994 * gdb.base/default.exp: Test "target native" instead of "target
16995 child".
16996
36d46afb
MW
169972014-05-21 Mark Wielaard <mjw@redhat.com>
16998
16999 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
17000
5876f503
JK
170012014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17002
17003 Fix TLS access for -static -pthread.
17004 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
17005 <HAVE_TLS> (thread_function, main): Initialize it.
17006 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
17007 Add clean_restart.
17008 <$have_tls != "">: Check TLSVAR.
17009
0256a6ac
PA
170102014-05-21 Pedro Alves <palves@redhat.com>
17011
17012 * gdb.base/dcache-line-read-error.c: New.
17013 * gdb.base/dcache-line-read-error.exp: New.
17014
936d2992
PA
170152014-05-20 Pedro Alves <palves@redhat.com>
17016
17017 * gdb.base/compare-sections.c: New file.
17018 * gdb.base/compare-sections.exp: New file.
17019
802e8e6d
PA
170202014-05-20 Pedro Alves <palves@redhat.com>
17021
17022 * gdb.base/break-idempotent.c: New file.
17023 * gdb.base/break-idempotent.exp: New file.
17024
e59fa00f
MM
170252014-05-20 Markus Metzger <markus.t.metzger@intel.com>
17026
17027 * gdb.btrace/nohist.exp: New.
17028
8b696e31
YQ
170292014-05-20 Yao Qi <yao@codesourcery.com>
17030
17031 * lib/gdb.exp (gdb_init): Set timeout if test file is under
17032 gdb.reverse directory and gdb_reverse_timeout exists in board
17033 setting.
17034 * README: Document gdb_reverse_timeout.
17035
73c9764f
YQ
170362014-05-20 Yao Qi <yao@codesourcery.com>
17037
17038 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
17039 'test_file_name'. Treat args as a string instead of a list.
17040 (gdb_init): Rename argument 'args' by 'test_file_name'.
17041
f1f4348a
JK
170422014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
17043
17044 * gdb.arch/powerpc-power.exp: New file.
17045 * gdb.arch/powerpc-power.s: New file.
17046
0dbe70ce
DE
170472014-05-16 Doug Evans <dje@google.com>
17048
17049 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
17050 * gdb.base/completion.exp: Check that all expected files exist
17051 before doing file completion.
0dbe70ce 17052
8d551b02
DE
170532014-05-16 Doug Evans <dje@google.com>
17054
17055 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
17056 Update.
17057 (do_syscall_tests_without_xml): Update.
17058
73eb7709
PA
170592014-05-16 Pedro Alves <palves@redhat.com>
17060
17061 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
17062 instead of "unknown output after running".
17063
3fae92fc
YQ
170642014-05-16 Yao Qi <yao@codesourcery.com>
17065
17066 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
17067 file1.txt from host at the end.
17068 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17069
c2b2ccc5
DE
170702014-05-15 Doug Evans <dje@google.com>
17071
17072 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
17073 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
17074 loading file. Add test for TU lookup.
17075
8c217a4b
SM
170762014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17077
17078 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
17079 calling "-exec-arguments" or "set args" before running the
17080 inferior.
17081
3deb39c6
SM
170822014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17083
17084 * lib/mi-support.exp (mi_expect_stop): Expect message for
17085 inferiors that exit with non-zero exit code.
17086
71a79f8c
YQ
170872014-05-14 Yao Qi <yao@codesourcery.com>
17088
17089 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
17090 match absolute path on remote host.
17091 (test_file_list_exec_source_files): Remove "/" from the
17092 pattern.
17093
f23fcd46
YQ
170942014-05-14 Yao Qi <yao@codesourcery.com>
17095
17096 * boards/local-remote-host-notty.exp (${board}_file): New
17097 proc.
17098
9404b58f
KM
170992014-05-07 Kyle McMartin <kyle@redhat.com>
17100
17101 Pushed by Joel Brobecker <brobecker@adacore.com>.
17102 * gdb.arch/aarch64-atomic-inst.c: New file.
17103 * gdb.arch/aarch64-atomic-inst.exp: New file.
17104
5e45f04c
YQ
171052014-05-07 Yao Qi <yao@codesourcery.com>
17106
17107 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
17108 in current context" too.
17109
c888a17d
KS
171102014-05-05 Keith Seitz <keiths@redhat.com>
17111
17112 * gdb.linespec/ls-dollar.exp: Add test for linespec
17113 file:convenience_variable.
17114
290a839c
YQ
171152014-05-05 Yao Qi <yao@codesourcery.com>
17116
17117 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
17118 traceframes into tfile and ctf trace files. Read data from
17119 trace file and test collected data.
17120 (gdb_collect_locals_test): Likewise.
17121 (gdb_unavailable_registers_test): Likewise.
17122 (gdb_unavailable_floats): Likewise.
17123 (gdb_collect_globals_test): Likewise.
17124 (top-level): Append "ctf" to trace_file_targets if GDB
17125 supports.
17126
b5262cd0
YQ
171272014-05-05 Yao Qi <yao@codesourcery.com>
17128
17129 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
17130 code to ...
17131 (gdb_collect_args_test_1): ... it. New proc.
17132 (gdb_collect_locals_test): Move some code to ...
17133 (gdb_collect_locals_test_1): ... it. New proc.
17134 (gdb_unavailable_registers_test): Move some code to ...
17135 (gdb_unavailable_registers_test_1): ... it. New proc.
17136 (gdb_unavailable_floats): Move some code to ...
17137 (gdb_unavailable_floats_1): ... it. New proc.
17138
30a1e6cc
SDJ
171392014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17140
17141 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
17142 probes to test for bitness recognition.
17143 * gdb.arch/amd64-stap-optional-prefix.exp
17144 (test_probe_value_without_reg): New procedure.
17145 Add code to test for different kinds of bitness.
17146
f33da99a
SDJ
171472014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17148
17149 PR breakpoints/16889
17150 * gdb.arch/amd64-stap-optional-prefix.S: New file.
17151 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
17152
5b80f00d
PA
171532014-05-01 Pedro Alves <palves@redhat.com>
17154
17155 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
17156 gdb_file_cmd if no file is specified.
17157 * boards/native-extended-gdbserver.exp (gdb_load): Use the
17158 last_loaded_file to set the remote exec-file.
17159
f8c2a73c
PA
171602014-05-01 Pedro Alves <palves@redhat.com>
17161
17162 * boards/local-remote-host.exp: New file.
17163
be6e8ac7
PA
171642014-05-01 Pedro Alves <palves@redhat.com>
17165
17166 * boards/local-remote-host.exp: Rename to ...
17167 * boards/local-remote-host-notty.exp: ... this.
17168
cac0dc8f
JB
171692014-04-28 Joel Brobecker <brobecker@adacore.com>
17170
17171 * gdb.ada/dyn_arrayidx: New testcase.
17172
9730e6cc
YQ
171732014-04-26 Yao Qi <yao@codesourcery.com>
17174
17175 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
17176 and compute the length of function main. Save it in
17177 $main_length.
17178 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
17179 (top-level): Use gdb_compile to compile objects into
17180 executable and restart GDB. Remove invocation to
17181 prepare_for_testing.
17182
7ae1a6a6
PA
171832014-04-25 Simon Marchi <simon.marchi@ericsson.com>
17184 Pedro Alves <palves@redhat.com>
17185
17186 PR server/16255
17187 * gdb.multi/multi-attach.c: New file.
17188 * gdb.multi/multi-attach.exp: New file.
17189
4082afcc
PA
171902014-04-25 Pedro Alves <palves@redhat.com>
17191
17192 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
17193 user.
17194 (top level): Test that "set remote conditional-breakpoints-packet
17195 off" works as intended.
17196 * gdb.base/dprintf.exp: Test that "set remote
17197 breakpoint-commands-packet off" works as intended.
17198 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
17199 New function.
17200 (top level): Call it.
17201 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
17202 remote fast-tracepoints-packet off" works as intended.
17203 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
17204 * lib/gdb.exp (gdb_is_target_remote): ... here.
17205
2abc3f8d
DB
172062014-04-24 David Blaikie <dblaikie@gmail.com>
17207
17208 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
17209 ensure clang would not discard them.
17210 * gdb.base/gdbvars.c: Ditto.
17211 * gdb.base/memattr.c: Ditto.
17212 * gdb.base/whatis.c: Ditto.
17213 * gdb.python/py-prettyprint.c: Ditto.
17214 * gdb.trace/actions.c: Ditto.
17215 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
17216 ensure clang would not discard it.
17217
bfd39632
DB
172182014-04-24 David Blaikie <dblaikie@gmail.com>
17219
17220 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
17221 clang to emit the full definition of type required by the test
17222 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
17223
22842ff6
DB
172242014-04-24 David Blaikie <dblaikie@gmail.com>
17225
17226 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
17227 coax Clang into emitting the definition of the type.
17228 * gdb.cp/pr10728-x.h (y): Ditto.
17229 * gdb.cp/pr10728-y.cc (y): Ditto.
17230
c2e827ad
DB
172312014-04-24 David Blaikie <dblaikie@gmail.com>
17232
17233 * gdb.base/label.exp: XFAIL label related tests under Clang.
17234 * gdb.cp/cplabel.exp: Ditto.
17235 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
17236 under Clang those using labels.
17237
4c2d33e7
YQ
172382014-04-25 Yao Qi <yao@codesourcery.com>
17239
17240 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
17241 double_label.
17242 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
17243 partial_label and double_label.
17244
56083b99
DB
172452014-04-24 David Blaikie <dblaikie@gmail.com>
17246
17247 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
17248
25d4e99d
DB
172492014-04-24 David Blaikie <dblaikie@gmail.com>
17250
17251 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
17252 of the function to work across GCC and Clang.
17253 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
17254 pointer types (const void ** const V void **).
17255
01f9f808
MS
172562014-04-24 Michael Sturm <michael.sturm@mintel.com>
17257 Walfred Tedeschi <walfred.tedeschi@intel.com>
17258
17259 * Makefile.in (EXECUTABLES): Added i386-avx512.
17260 * gdb.arch/i386-avx512.c: New file.
17261 * gdb.arch/i386-avx512.exp: Likewise.
17262
4b48d439
KS
172632014-04-23 Keith Seitz <keiths@redhat.com>
17264
17265 * lib/mi-support.exp (mi_list_breakpoints): Delete.
17266 (mi_make_breakpoint_table): New procedure.
17267 (mi_create_breakpoint): Use mi_make_breakpoint
17268 and return the result.
17269 (mi_make_breakpoint): New procedure.
17270 (mi_build_kv_pairs): New procedure.
17271
17272 * gdb.mi/mi-break.exp: Remove unused globals,
17273 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
17274 All callers updated.
17275 * gdb.mi/mi-dprintf.exp: Use variable to track command
17276 number.
17277 Update all callers of mi_create_breakpoint and use
17278 mi_make_breakpoint_table.
17279 Remove any unused global variables.
17280 * gdb.mi/mi-nonstop.exp: Likewise.
17281 * gdb.mi/mi-nsintrall.exp: Likewise.
17282 * gdb.mi/mi-nsmoribund.exp: Likewise.
17283 * gdb.mi/mi-nsthrexec.exp: Likewise.
17284 * gdb.mi/mi-reverse.exp: Likewise.
17285 * gdb.mi/mi-simplerun.exp: Likewise.
17286 * gdb.mi/mi-stepn.exp: Likewise.
17287 * gdb.mi/mi-syn-frame.exp: Likewise.
17288 * gdb.mi/mi-until.exp: Likewise.
17289 * gdb.mi/mi-var-cp.exp: Likewise.
17290 * gdb.mi/mi-var-display.exp: Likewise.
17291 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
17292 * gdb.mi/mi2-var-child.exp: Likewise.
17293 * gdb.mi/mi-vla-c99.exp: Likewise.
17294 * lib/mi-support.exp: Likewise.
17295
17296 From Ian Lance Taylor <iant@cygnus.com>:
17297 * lib/gdb.exp (parse_args): New procedure.
17298
08351840
PA
172992014-04-23 Pedro Alves <palves@redhat.com>
17300
17301 * gdb.base/break-unload-file.c: New file.
17302 * gdb.base/break-unload-file.exp: New file.
17303 * gdb.base/sym-file-lib.c (baz): New function.
17304 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
17305 field.
17306 (load): Store the segment's mapped size.
17307 (unload): New function.
17308 (unload_shlib): New function.
17309 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
17310 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
17311 set a breakpoint at baz, and call it.
17312 * gdb.base/sym-file.exp: New tests for stale breakpoint
17313 instructions.
17314
076855f9
PA
173152014-04-23 Pedro Alves <palves@redhat.com>
17316
17317 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
17318 * gdb.base/hbreak-in-shr-unsupported.c: New file.
17319 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
17320 * gdb.base/hbreak-unmapped.c: New file.
17321 * gdb.base/hbreak-unmapped.exp: New file.
17322 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
17323 * lib/gdb.exp (gdb_is_target_remote): ... here.
17324
483805cf
PA
173252014-04-22 Pedro Alves <palves@redhat.com>
17326
17327 * gdb.base/consecutive-step-over.c: New file.
17328 * gdb.base/consecutive-step-over.exp: New file.
17329
06d97543
PA
173302014-04-22 Pedro Alves <palves@redhat.com>
17331
17332 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
17333 instead of send_gdb/gdb_expect.
17334
b4429ea2
YQ
173352014-04-22 Yao Qi <yao@codesourcery.com>
17336
17337 * lib/trace-support.exp (generate_tracefile): New procedure.
17338 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
17339 return 0.
17340 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
17341 if generate_tracefile returns 1.
17342
51d48146
PA
173432014-04-18 Tom Tromey <palves@redhat.com>
17344 Pedro alves <tromey@redhat.com>
17345
17346 PR backtrace/15558
17347 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
17348 with a backtrace limit.
17349 * gdb.python/py-frame-inline.exp: Test running to an inline
17350 function with a backtrace limit, and printing the newest frame.
17351 * gdb.python/py-frame-inline.c (main): Call f.
17352
bd1dce5f
MS
173532014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17354
17355 * gdb.java/jnpe.exp: Drop srcdir from untested path.
17356
40d1a503
MS
173572014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17358
17359 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
17360 Drop prefix from unsupported source file path.
17361
389b98f7
YQ
173622014-04-17 Yao Qi <yao@codesourcery.com>
17363
17364 * lib/gdb.exp (with_target_charset): New proc.
17365 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
17366 with_target_charset.
17367 (test_print_strings): Likewise.
17368 (test_repeat_bytes): Likewise.
17369 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
17370 for some tests.
17371
22869d73
KS
173722014-04-16 Keith Seitz <keiths@redhat.com>
17373
17374 PR gdb/15827
17375 * gdb.dwarf2/corrupt.c: New file.
17376 * gdb.dwarf2/corrupt.exp: New file.
17377
c4f87ca6
KS
173782014-04-16 Keith Seitz <keiths@redhat.com>
17379
17380 PR c++/16597
17381 * gdb.cp/namelessclass.cc: New file.
17382 * gdb.cp/namelessclass.exp: New file.
17383 * gdb.cp/namelessclass.S: New file.
17384
ab19de87
DE
173852014-04-16 Doug Evans <dje@google.com>
17386
17387 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
17388 Add comment.
17389 (gdbserver_default_get_comm_port): New function.
17390 (gdbserver_start): Check if board file provided
17391 "gdbserver,get_comm_port" and use it if so.
17392 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
17393 (gdb,socketport): Set to "stdio".
17394 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
17395 (stdio_gdbserver_template): Delete.
17396 (${board}_get_remote_address): Update.
17397 (${board}_build_remote_cmd): Delete.
17398 (${board}_get_comm_port): New function.
17399 (${board}_spawn): Update.
17400 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
17401 Delete.
17402 (${board}_get_remote_address): Update.
17403 (${board}_get_comm_port): New function.
17404
fc98a809
AB
174052014-04-16 Andrew Burgess <aburgess@broadcom.com>
17406
17407 * gdb.base/memattr.exp: Improve regexps to handle memory regions
17408 appearing in any order.
17409
87fd9e6e
DE
174102014-04-15 Doug Evans <dje@google.com>
17411
17412 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
17413 uninitialized value of "description".
17414
099fc3ea
KS
174152014-04-15 Keith Seitz <keiths@redhat.com>
17416
17417 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
17418 Remove unused globals.
17419 (test_running_the_program): Likewise.
17420 (test_controlled_execution): Likewise.
17421 (test_controlling_breakpoints): Likewise.
17422 (test_program_termination): Likewise.
17423
5da151d4
KS
174242014-04-15 Keith Seitz <keiths@redhat.com>
17425
17426 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
17427 unused globals.
17428 (test_rbreak_creation_and_listing): Likewise.
17429 (test_ignore_count): Likewise.
17430 (test_error): Likewise.
17431
35e5d2f0
PA
174322014-04-15 Pedro Alves <palves@redhat.com>
17433
17434 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
17435 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
17436 sym-file-loader.c.
17437 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17438 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17439 to sym-file-loader.c.
17440 (struct library): Forward declare.
17441 (load_shlib, lookup_function): Change prototypes.
17442 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17443 (translate_offset): Remove declarations.
17444 (get_text_addr): New declaration.
17445 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
17446 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
17447 sym-file-loader.h.
17448 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17449 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17450 here from sym-file-loader.h.
17451 (struct library): New structure.
17452 (load_shlib, lookup_function): Change prototypes and adjust to
17453 work with a struct library.
17454 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17455 (translate_offset): Make static.
17456 (get_text_addr): New function.
17457 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
17458
eb4c1710
PA
174592014-04-15 Pedro Alves <palves@redhat.com>
17460
17461 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
17462
2d1baf52
PA
174632014-04-15 Pedro Alves <palves@redhat.com>
17464
17465 * gdb.base/sym-file-loader.c: Include <limits.h>.
17466 (SELF_LINK): New define.
17467 (get_origin): New function.
17468 (load_shlib): Use it.
17469 * gdb.base/sym-file.exp: Don't early return if the target is
17470 remote. Use runto_main, and issue fail is that fails. Use
17471 gdb_load_shlibs.
17472 (shlib_name): Delete.
17473 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
17474
7dd6df01
PA
174752014-04-15 Pedro Alves <palves@redhat.com>
17476
17477 * gdb.base/sym-file.exp: Remove regex characters from test
17478 message. Don't refer to breakpoint numbers in test messages.
17479
b50c8614
KS
174802014-04-14 Keith Seitz <keiths@redhat.com>
17481
17482 PR c++/16253
17483 * gdb.cp/var-tag.cc: New file.
17484 * gdb.cp/var-tag.exp: New file.
17485 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17486 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17487 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17488 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17489
3d567982
TT
174902014-04-14 Tom Tromey <tromey@redhat.com>
17491
17492 * gdb.cp/classes.exp (test_enums): Handle underlying type.
17493 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
17494 type.
17495 * gdb.cp/enum-class.exp: New file.
17496 * gdb.cp/enum-class.cc: New file.
17497
0626fc76
TT
174982014-04-14 Tom Tromey <tromey@redhat.com>
17499
17500 * gdb.dwarf2/enum-type.exp: New file.
17501
dca325b3
SA
175022014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17503
17504 * gdb.mi/mi-vla-c99.exp: New file.
17505 * gdb.mi/vla.c: New file.
17506
5854b38a
SA
175072014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17508
17509 * gdb.base/vla-datatypes.c: New file.
17510 * gdb.base/vla-datatypes.exp: New file.
17511
463bb957
SA
175122014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17513
17514 * gdb.base/vla-ptr.c: New file.
17515 * gdb.base/vla-ptr.exp: New file.
17516
3dd170be
SA
175172014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17518
17519 * gdb.dwarf2/count.exp: New file.
17520
5ecaaa66
SA
175212014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17522
17523 * gdb.base/vla-sideeffect.c: New file.
17524 * gdb.base/vla-sideeffect.exp: New file.
17525
41f1ada5
DB
175262014-04-14 David Blaikie <dblaikie@gmail.com>
17527
17528 * gdb.mi/non-stop.c: Add return value for non-void function return
17529 statement.
17530 * gdb.threads/staticthreads.c: Ditto.
17531
0be03e84
DE
175322014-04-12 Siva Chandra Reddy <sivachandra@google.com>
17533 Doug Evans <xdje42@gmail.com>
17534
17535 * gdb.guile/scm-value.c: Improve test case.
17536 * gdb.guile/scm-value.exp: Add new test.
17537
f180a1fb
DB
175382014-04-11 David Blaikie <dblaikie@gmail.com>
17539
17540 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
17541 override Clang's default.
17542
6b662e19
JB
175432014-04-11 Joel Brobecker <brobecker@adacore.com>
17544
17545 Revert the following changes (regressions):
17546
17547 * gdb.base/vla-sideeffect.c: New file.
17548 * gdb.base/vla-sideeffect.exp: New file.
17549
17550 * gdb.dwarf2/count.exp: New file.
17551
17552 * gdb.base/vla-multi.c: New file.
17553 * gdb.base/vla-multi.exp: New file.
17554
17555 * gdb.base/vla-ptr.c: New file.
17556 * gdb.base/vla-ptr.exp: New file.
17557
17558 * gdb.base/vla-datatypes.c: New file.
17559 * gdb.base/vla-datatypes.exp: New file.
17560
17561 * gdb.mi/mi-vla-c99.exp: New file.
17562 * gdb.mi/vla.c: New file.
17563
245a5f0b
KS
175642014-04-11 Keith Seitz <keiths@redhat.com>
17565
17566 PR c++/16675
17567 * gdb.cp/cpsizeof.exp: New file.
17568 * gdb.cp/cpsizeof.cc: New file.
17569
58a84dcf
SA
175702014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17571
191a8a90
JB
17572 * gdb.mi/mi-vla-c99.exp: New file.
17573 * gdb.mi/vla.c: New file.
58a84dcf 17574
c8655f75
SA
175752014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17576
17577 * gdb.base/vla-datatypes.c: New file.
17578 * gdb.base/vla-datatypes.exp: New file.
17579
024e13b4
SA
175802014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17581
17582 * gdb.base/vla-ptr.c: New file.
17583 * gdb.base/vla-ptr.exp: New file.
17584
1a237e0e
SA
175852014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17586
17587 * gdb.base/vla-multi.c: New file.
17588 * gdb.base/vla-multi.exp: New file.
17589
504f3432
SA
175902014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17591
17592 * gdb.dwarf2/count.exp: New file.
17593
3bce8237
SA
175942014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17595
191a8a90
JB
17596 * gdb.base/vla-sideeffect.c: New file.
17597 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 17598
322f9c21
YQ
175992014-04-11 Yao Qi <yao@codesourcery.com>
17600
17601 * gdb.base/completion.exp: Check file exists before running tests
17602 on file completion.
17603
d708bcd1
PA
176042014-04-10 Pedro Alves <palves@redhat.com>
17605
17606 * gdb.base/cond-eval-mode.c: New file.
17607 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
17608 prepare_for_testing to build the new file. Check result of
17609 runto_main.
17610 (test_break, test_watch): New procedures.
17611 (top level): Use them.
17612
ae1d2761
PM
176132014-04-08 Pierre Muller <muller@sourceware.org>
17614
17615 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
17616 Ctrl-V use for mingw hosts.
17617
7af389b8
SC
176182014-04-07 Siva Chandra Reddy <sivachandra@google.com>
17619
17620 * gdb.python/py-value.c: Improve test case.
17621 * gdb.python/py-value.exp: Add new test.
17622
5e703181
DE
176232014-04-07 David Blaikie <dblaikie@gmail.com>
17624
17625 * lib/compiler.c: Identify the clang compiler.
17626 * lib/compiler.cc: Ditto.
17627
9810b410
YQ
176282014-04-03 Yao Qi <yao@codesourcery.com>
17629
17630 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
17631
98d1b8dc
AB
176322014-04-01 Anton Blanchard <anton@samba.org>
17633
17634 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
17635 messages unique.
17636
3114cea1
AB
176372014-04-01 Anton Blanchard <anton@samba.org>
17638
17639 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
17640 prepare_for_testing.
17641
62f7182c
AB
176422014-04-01 Anton Blanchard <anton@samba.org>
17643
17644 * gdb.arch/ppc64-atomic-inst.c: Remove.
17645 * gdb.arch/ppc64-atomic-inst.S: New file.
17646 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
17647
770e7fc7
DE
176482014-03-31 Doug Evans <dje@google.com>
17649
17650 * gdb.base/print-symbol-loading-lib.c: New file.
17651 * gdb.base/print-symbol-loading-main.c: New file.
17652 * gdb.base/print-symbol-loading.exp: New file.
17653
46e2bafa
YQ
176542014-03-31 Yao Qi <yao@codesourcery.com>
17655
17656 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
17657
8776cfe9
JB
176582014-03-28 Joel Brobecker <brobecker@adacore.com>
17659
17660 * gdb.ada/mi_dyn_arr: New testcase.
17661
5d1ef361
DE
176622014-03-27 Doug Evans <dje@google.com>
17663
17664 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
17665
b5bee914
YQ
176662014-03-27 Yao Qi <yao@codesourcery.com>
17667
17668 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
17669 if target is nios2-*-*.
17670
0d4d0e77
YQ
176712014-03-26 Yao Qi <yao@codesourcery.com>
17672
17673 * lib/gdb.exp (readline_is_used): New proc.
17674 * gdb.base/completion.exp: Move tests on command complete up.
17675 Skip the rest of tests if readline is not used.
17676 * gdb.ada/complete.exp: Skp the test if readline is not
17677 used.
17678 * gdb.base/filesym.exp: Likewise.
17679 * gdb.base/macscp.exp: Likewise.
17680 * gdb.base/readline-ask.exp: Likewise.
17681 * gdb.base/readline.exp: Likewise.
17682 * gdb.python/py-cmd.exp: Likewise.
17683 * gdb.trace/tfile.exp: Likewise.
17684
29361eee
YQ
176852014-03-26 Yao Qi <yao@codesourcery.com>
17686
17687 * gdb.base/macscp.exp: Fix code format issues.
17688
bc9a5525
UW
176892014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
17690
17691 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
17692 * gdb.asm/powerpc64le.inc: New file.
17693
d3839ede
PA
176942014-03-25 Pedro Alves <palves@redhat.com>
17695 Doug Evans <dje@google.com>
17696
17697 * gdb.base/source-execution.c: New file.
17698 * gdb.base/source-execution.exp: New file.
17699 * gdb.base/source-execution.gdb: New file.
17700
01672a57
DE
177012014-03-24 Doug Evans <dje@google.com>
17702
17703 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
17704 using fission.
17705
88bbeca9
HZ
177062014-03-24 Hui Zhu <hui@codesourcery.com>
17707 Pedro Alves <palves@redhat.com>
17708
17709 PR breakpoints/16101
17710 * gdb.base/dprintf.exp: Use unsupported rather than changing the
17711 test pass/fail messages. Detect missing support for dprintf when
17712 breakpoints are actually inserted.
17713 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
17714 breakpoints are actually inserted.
17715 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
17716 fails.
17717
d2348791
JK
177182014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
17719
17720 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
17721
feef67ab
DE
177222014-03-22 Doug Evans <xdje42@gmail.com>
17723
17724 * gdb.python/python.exp (python not supported): Verify multi-line
17725 python command issues an error.
25d743f9 17726 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 17727 guile command issues an error.
feef67ab 17728
ecebef6a
MR
177292014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
17730
17731 * gdb.threads/thread-specific.exp: Handle the lack of usable
17732 $this_breakpoint and $this_thread.
17733
ccdd1909
HZ
177342014-03-21 Hui Zhu <hui@codesourcery.com>
17735
17736 * gdb.base/attach.exp (do_command_attach_tests): New.
17737
beb460e8
PA
177382014-03-20 Tom Tromey <tromey@redhat.com>
17739 Pedro Alves <palves@redhat.com>
17740
17741 PR cli/15718
17742 * gdb.base/condbreak-call-false.c: New file.
17743 * gdb.base/condbreak-call-false.exp: New file.
17744
40acf43a
PA
177452014-03-20 Pedro Alves <palves@redhat.com>
17746
17747 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
17748 Delete.
17749 (block_signals, unblock_signals): Delete.
17750 (child_function_2, main): Remove references to deleted variable
17751 and functions.
17752
9f5e1e02
PA
177532014-03-20 Pedro Alves <palves@redhat.com>
17754
17755 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
17756 Use pthread_kill to signal thread 2.
17757 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17758 Adjust to make the test send itself a signal rather than using the
17759 host's "kill" command.
17760
99619bea
PA
177612014-03-20 Pedro Alves <palves@redhat.com>
17762
17763 * gdb.threads/multiple-step-overs.c: New file.
17764 * gdb.threads/multiple-step-overs.exp: New file.
17765 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17766 Adjust expected infrun debug output.
17767
2adfaa28
PA
177682014-03-20 Pedro Alves <palves@redhat.com>
17769
17770 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
17771 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
17772
31e77af2
PA
177732014-03-20 Pedro Alves <palves@redhat.com>
17774
17775 PR breakpoints/7143
17776 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
17777 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
17778 of gdb_test_multiple.
17779 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
17780 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
17781
b9f437de
PA
177822014-03-20 Pedro Alves <palves@redhat.com>
17783
17784 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
17785 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
17786
05adc73e
PA
177872014-03-19 Pedro Alves <palves@redhat.com>
17788
17789 * gdb.base/async.exp: Remove early return.
17790
6048b950
PA
177912014-03-19 Pedro Alves <palves@redhat.com>
17792
17793 * gdb.base/async.exp (step& tests): Pass explicit test messages.
17794
8bcfb00a
PA
177952014-03-19 Pedro Alves <palves@redhat.com>
17796
17797 * gdb.base/async.exp (test_background): Expect \r\n after
17798 "completed." in the fail pattern.
17799
884e37dc
PA
178002014-03-19 Pedro Alves <palves@redhat.com>
17801
17802 * gdb.base/async.exp (test_background): New procedure.
17803 Use it for all background execution command tests.
17804
148e57e2
PA
178052014-03-19 Pedro Alves <palves@redhat.com>
17806
17807 * gdb.base/async.exp: Use prepare_for_testing.
17808
f48088c7
PA
178092014-03-19 Pedro Alves <palves@redhat.com>
17810
17811 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
17812 the same line.
17813
e2f6c966
PA
178142014-03-19 Pedro Alves <palves@redhat.com>
17815
17816 * gdb.base/async.c (main): Add "jump here" and "until here" line
17817 marker comments.
17818 * gdb.base/async.exp (jump_here): New global.
17819 (jump& test): Use it.
17820 (until_here): New global.
17821 (until& test): Use it.
17822
c30568d4
PA
178232014-03-19 Pedro Alves <palves@redhat.com>
17824
17825 * gdb.base/async.exp: Don't frob gdb_protocol.
17826
0172b6a7
DE
178272014-03-18 Doug Evans <xdje42@gmail.com>
17828
17829 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
17830 Fix spelling of exec-done-display.
17831
06c868a8
JK
178322014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
17833
17834 PR gdb/15358
17835 * gdb.base/gdb-sigterm.c: New file.
17836 * gdb.base/gdb-sigterm.exp: New file.
17837
0c7e1a46
PA
178382014-03-18 Pedro Alves <palves@redhat.com>
17839
17840 PR gdb/13860
17841 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
17842 * lib/mi-support.exp (mi_expect_stop): Add special handling for
17843 solib-event.
17844
f7c77d93
JB
178452014-03-17 Joel Brobecker <brobecker@adacore.com>
17846
17847 * gdb.ada/pckd_arr_ren: New testcase.
17848
5a1e8c7a
DE
178492014-03-13 Doug Evans <xdje42@gmail.com>
17850
17851 PR guile/16612
17852 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
17853 collect after discarding symbols.
17854
350e1a76
DE
178552014-03-13 Ludovic Courtès <ludo@gnu.org>
17856 Doug Evans <xdje42@gmail.com>
17857
17858 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
17859 to history survives a gc.
17860
a69900ae
PA
178612014-03-13 Pedro Alves <palves@redhat.com>
17862
17863 * gdb.base/default.exp: Don't test "target procfs".
17864
5db9f0bd
PA
178652014-03-13 Pedro Alves <palves@redhat.com>
17866
17867 * gdb.base/default.exp: Update "target child" and "target procfs"
17868 tests to not expect "Unix".
17869
b3ccfe11
TT
178702014-03-12 Tom Tromey <tromey@redhat.com>
17871
17872 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
17873 New procs. Add target-async tests.
17874 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
17875 Add target-async tests.
17876
646f4417
AA
178772014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17878
17879 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
17880 'func_start' and 'func_end' for the beginning and end of the
17881 function code, respectively.
17882 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
17883 'func_end' instead of 'func' and 'main'.
17884
288c211f
AA
178852014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17886
17887 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
17888 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
17889 generate the debug info assembler source.
17890
e0c0f156
AA
178912014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17892
17893 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
17894 * gdb.dwarf2/arr-subrange.exp: Likewise.
17895 * gdb.dwarf2/dwz.exp: Likewise.
17896 * gdb.dwarf2/method-ptr.exp: Likewise.
17897 * gdb.dwarf2/missing-sig-type.exp: Likewise.
17898 * gdb.dwarf2/subrange.exp: Likewise.
17899 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
17900 * gdb.dwarf2/implptrpiece.exp: Likewise.
17901 * gdb.dwarf2/nostaticblock.exp: Likewise.
17902
0e5c4555
AA
179032014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17904
17905 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
17906 directory to absolute path name arguments.
17907
5ec18f2b
JG
179082014-03-10 Joel Brobecker <brobecker@adacore.com>
17909
17910 * gdb.ada/tagged_access: New testcase.
17911
847fc4f2
MM
179122014-03-07 Markus Metzger <markus.t.metzger@intel.com>
17913
17914 * gdb.btrace/data.exp: Update expected output.
17915
cc3da688
YQ
179162014-03-06 Yao Qi <yao@codesourcery.com>
17917
17918 * gdb.trace/pr16508.exp: New file.
17919
0f26cec1
PA
179202014-03-05 Pedro Alves <palves@redhat.com>
17921
17922 PR gdb/16575
17923 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
17924 procedure.
17925 (top level): Adjust to use it. Add tests that exercise breakpoint
17926 interaction with the code-cache.
17927
7a5a839f
LC
179282014-02-26 Ludovic Courtès <ludo@gnu.org>
17929
17930 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
17931 test for 'history-append!'.
17932
31aa7e4e
JB
179332014-02-26 Joel Brobecker <brobecker@adacore.com>
17934
17935 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
17936 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
17937 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
17938 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
17939 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
17940 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
17941
1b588015
JB
179422014-02-26 Joel Brobecker <brobecker@adacore.com>
17943
17944 * testsuite/gdb.python/py-pp-re-notag.c: New file.
17945 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
17946 * testsuite/gdb.python/py-pp-re-notag.p: New file.
17947
55426c9d
JB
179482014-02-26 Joel Brobecker <brobecker@adacore.com>
17949
17950 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
17951
dc53a7ad
JB
179522014-02-26 Joel Brobecker <brobecker@adacore.com>
17953
17954 * gdb.dwarf2/arr-stride.c: New file.
17955 * gdb.dwarf2/arr-stride.exp: New file.
17956
12ab52e9
PA
179572014-02-26 Pedro Alves <palves@redhat.com>
17958
17959 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
17960 that won't ever trigger. Make sure that GDB reports the correct
17961 breakpoint that caused the stop.
17962
849c862e
JK
179632014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17964
17965 PR gdb/16626
17966 * gdb.base/auto-load-script: New file.
17967 * gdb.base/auto-load.c: New file.
17968 * gdb.base/auto-load.exp: New file.
17969
71b7d793
JK
17970 PR gdb/16626
17971 * gdb.base/auto-load.exp: Fix out-of-srctree run.
17972
e2f0d509
JK
179732014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17974
17975 Fix dw2-icycle.exp -fsanitize=address GDB crash.
17976 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
17977
50cc37c8
DE
179782014-02-24 Doug Evans <dje@google.com>
17979
17980 * lib/gdb.exp (run_on_host): Log error output if program fails.
17981
ea4758f2
PA
179822014-02-21 Pedro Alves <palves@redhat.com>
17983
17984 * gdb.threads/step-after-sr-lock.c: Rename to ...
17985 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
17986 * gdb.threads/step-after-sr-lock.exp: Rename to ...
17987 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17988 ... this.
17989
d7b30f67
SDJ
179902014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
17991
17992 PR tdep/16397
17993 * gdb.arch/amd64-stap-special-operands.exp: New file.
17994 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
17995 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
17996 * gdb.arch/amd64-stap-triplet.S: Likewise.
17997 * gdb.arch/amd64-stap-triplet.c: Likewise.
17998
83deb43f
JB
179992014-02-20 Joel Brobecker <brobecker@adacore.com>
18000
18001 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
18002 in .section pseudo-op.
18003
adde2bff
DE
180042014-02-20 lin zuojian <manjian2006@gmail.com>
18005 Joel Brobecker <brobecker@adacore.com>
18006 Doug Evans <xdje42@gmail.com>
18007
18008 PR symtab/16581
18009 * gdb.dwarf2/dw2-icycle.S: New file.
18010 * gdb.dwarf2/dw2-icycle.c: New file.
18011 * gdb.dwarf2/dw2-icycle.exp: New file.
18012
f7bd0f78
SC
180132014-02-19 Siva Chandra Reddy <sivachandra@google.com>
18014
18015 * gdb.python/py-value-cc.cc: Improve test case to enable testing
18016 operations on gdb.Value objects.
18017 * gdb.python/py-value-cc.exp: Add new test to test operations on
18018 gdb.Value objects.
18019
c17ef0d5
DE
180202014-02-18 Doug Evans <dje@google.com>
18021
18022 * Makefile.in (TESTS): New variable.
18023 (expanded_tests, expanded_tests_or_none): New variables
18024 (check-single): Pass $(expanded_tests_or_none) to runtest.
18025 (check-parallel): Only run tests in $(TESTS) if non-empty.
18026 (check/no-matching-tests-found): New rule.
18027 * README: Document TESTS makefile variable.
18028
5dd3176f
DE
180292014-02-18 Doug Evans <dje@google.com>
18030
18031 * Makefile.in (check-parallel): rm -rf outputs temp.
18032
0b10be4f
JK
180332014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18034
18035 Fix "ERROR: no fileid for" in the testsuite.
18036 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
18037
85f224e7
DE
180382014-02-12 Doug Evans <dje@google.com>
18039
18040 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
18041 (MISCELLANEOUS): New variable.
18042 (clean): rm -rf $(MISCELLANEOUS).
18043 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
18044 dwp live in the same directory as symlinks, with each symlink pointed
18045 to a differently named file in a different directory.
18046
149b30ff
DE
180472014-02-11 Doug Evans <dje@google.com>
18048
18049 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
18050 of Tcl file commands.
18051
1dfdac32
MK
180522014-02-10 Mark Kettenis <kettenis@gnu.org>
18053
18054 * gdb.threads/step-after-sr-lock.exp: Avoid executing
18055 "kill -SIGUSR1 -1".
18056
aa4fb036
JB
180572014-02-10 Joel Brobecker <brobecker@adacore.com>
18058
18059 * gdb.ada/tick_length_array_enum_idx: New testcase.
18060
ed3ef339
DE
180612014-02-10 Doug Evans <xdje42@gmail.com>
18062
18063 * configure.ac (AC_OUTPUT): Add gdb.guile.
18064 * configure: Regenerate.
18065 * lib/gdb-guile.exp: New file.
18066 * lib/gdb.exp (get_target_charset): New function.
18067 * gdb.base/help.exp: Update expected output from "apropos apropos".
18068 * gdb.guile/Makefile.in: New file.
18069 * gdb.guile/guile.exp: New file.
18070 * gdb.guile/scm-arch.c: New file.
18071 * gdb.guile/scm-arch.exp: New file.
18072 * gdb.guile/scm-block.c: New file.
18073 * gdb.guile/scm-block.exp: New file.
18074 * gdb.guile/scm-breakpoint.c: New file.
18075 * gdb.guile/scm-breakpoint.exp: New file.
18076 * gdb.guile/scm-disasm.c: New file.
18077 * gdb.guile/scm-disasm.exp: New file.
18078 * gdb.guile/scm-equal.c: New file.
18079 * gdb.guile/scm-equal.exp: New file.
18080 * gdb.guile/scm-error.exp: New file.
18081 * gdb.guile/scm-error.scm: New file.
18082 * gdb.guile/scm-frame-args.c: New file.
18083 * gdb.guile/scm-frame-args.exp: New file.
18084 * gdb.guile/scm-frame-args.scm: New file.
18085 * gdb.guile/scm-frame-inline.c: New file.
18086 * gdb.guile/scm-frame-inline.exp: New file.
18087 * gdb.guile/scm-frame.c: New file.
18088 * gdb.guile/scm-frame.exp: New file.
18089 * gdb.guile/scm-generics.exp: New file.
18090 * gdb.guile/scm-gsmob.exp: New file.
18091 * gdb.guile/scm-iterator.c: New file.
18092 * gdb.guile/scm-iterator.exp: New file.
18093 * gdb.guile/scm-math.c: New file.
18094 * gdb.guile/scm-math.exp: New file.
18095 * gdb.guile/scm-objfile-script-gdb.in: New file.
18096 * gdb.guile/scm-objfile-script.c: New file.
18097 * gdb.guile/scm-objfile-script.exp: New file.
18098 * gdb.guile/scm-objfile.c: New file.
18099 * gdb.guile/scm-objfile.exp: New file.
18100 * gdb.guile/scm-ports.exp: New file.
18101 * gdb.guile/scm-pretty-print.c: New file.
18102 * gdb.guile/scm-pretty-print.exp: New file.
18103 * gdb.guile/scm-pretty-print.scm: New file.
18104 * gdb.guile/scm-section-script.c: New file.
18105 * gdb.guile/scm-section-script.exp: New file.
18106 * gdb.guile/scm-section-script.scm: New file.
18107 * gdb.guile/scm-symbol.c: New file.
18108 * gdb.guile/scm-symbol.exp: New file.
18109 * gdb.guile/scm-symtab-2.c: New file.
18110 * gdb.guile/scm-symtab.c: New file.
18111 * gdb.guile/scm-symtab.exp: New file.
18112 * gdb.guile/scm-type.c: New file.
18113 * gdb.guile/scm-type.exp: New file.
18114 * gdb.guile/scm-value-cc.cc: New file.
18115 * gdb.guile/scm-value-cc.exp: New file.
18116 * gdb.guile/scm-value.c: New file.
18117 * gdb.guile/scm-value.exp: New file.
18118 * gdb.guile/source2.scm: New file.
18119 * gdb.guile/types-module.cc: New file.
18120 * gdb.guile/types-module.exp: New file.
18121
7026a7c1
YQ
181222014-02-10 Yao Qi <yao@codesourcery.com>
18123
18124 PR testsuite/16543
18125 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
18126 * configure: Regenerated.
18127 * Makefile.in: New file.
18128
6c466447
AS
181292014-02-08 Andreas Schwab <schwab@linux-m68k.org>
18130
18131 * gdb.python/py-framefilter.exp: Fix typo.
18132
6e854735
YQ
181332014-02-08 Yao Qi <yao@codesourcery.com>
18134
18135 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
18136 that no =breakpoint-modified is emitted when breakpoints are
18137 modified through MI commands.
18138
d137e6dc
PA
181392014-02-07 Pedro Alves <pedro@codesourcery.com>
18140 Pedro Alves <palves@redhat.com>
18141
18142 * gdb.threads/step-after-sr-lock.c: New file.
18143 * gdb.threads/step-after-sr-lock.exp: New file.
18144
b5ee5a50
PA
181452014-02-07 Pedro Alves <palves@redhat.com>
18146
18147 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
18148
3c77faf3
JK
181492014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
18150
18151 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
18152 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
18153
6dddc817
DE
181542014-02-06 Doug Evans <xdje42@gmail.com>
18155
18156 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
18157 output.
18158
18159 * gdb.gdb/python-interrupts.exp: New file.
18160
de7b2893
YQ
181612014-02-05 Yao Qi <yao@codesourcery.com>
18162
18163 * gdb.trace/report.exp (use_collected_data): Test the output
18164 of "info threads" and "info inferiors".
18165
66d032ac
YQ
181662014-02-05 Yao Qi <yao@codesourcery.com>
18167
18168 Revert this patch:
18169
18170 2013-05-24 Yao Qi <yao@codesourcery.com>
18171
18172 * gdb.trace/tfile.exp: Test inferior and thread.
18173
591a12a1
UW
181742014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18175
18176 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
18177 on a function.
18178 * gdb.base/step-bt.c: Call hello via function pointer to make
18179 sure its first instruction is executed on powerpc64le-linux.
18180
0ff3e01f
UW
181812014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18182
18183 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
18184
084ee545
UW
181852014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18186
18187 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
18188 of the test patterns for use on little-endian systems.
18189
6ed14ff3
UW
181902014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18191
18192 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
18193 (decimal_vector): Fix for little-endian.
18194
401e27fd
JM
181952014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
18196
18197 * gdb.arch/sparc-sysstep.exp: New file.
18198 * gdb.arch/sparc-sysstep.c: Likewise.
18199
18200 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
18201
8b924729
EBM
182022014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18203
18204 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
18205
fb151210
JB
182062014-01-23 Tom Tromey <tromey@redhat.com>
18207
18208 * gdb.ada/array_char_idx: New testcase.
18209
0740f8d8
TT
182102014-01-23 Tom Tromey <tromey@redhat.com>
18211
18212 PR python/16487:
18213 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
18214 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
18215 classes.
18216
21909fa1
TT
182172014-01-23 Tom Tromey <tromey@redhat.com>
18218
18219 PR python/16491:
18220 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
18221 string from an inferior frame.
18222 * gdb.python/py-framefilter-mi.exp: Update.
18223
87ce2a04
DE
182242014-01-22 Doug Evans <dje@google.com>
18225
18226 * gdb.server/server-mon.exp: Add tests for "set debug-format".
18227
237b092b
AA
182282014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18229
18230 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
18231
d674a709
AA
182322014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18233
18234 * gdb.trace/entry-values.exp: Remove excess space character from
18235 regex patterns. Handle s390 call instruction.
18236
20fa3390
AA
182372014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18238
18239 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
18240 define "*_start" label. Make "name" static.
18241 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
18242 ${name} by references to ${name}_start.
18243
78466714
AA
182442014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18245
18246 * gdb.base/info-macros.exp: Remove "debug" from the compile
18247 options.
18248
ec9f644a
IB
182492014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18250
18251 * gdb.dlang/demangle.exp: New file.
18252
94b1b47e
IB
182532014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18254
18255 * gdb.dlang/primitive-types.exp: New file.
18256
7f420862
IB
182572014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18258
18259 * configure.ac: Create gdb.dlang/Makefile.
18260 * configure: Regenerate.
18261 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
18262 * gdb.dlang/Makefile.in: New file.
18263 * lib/d-support.exp: New file.
18264 * lib/gdb.exp (skip_d_tests): New proc.
18265
52834460
MM
182662014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18267
18268 * gdb.btrace/delta.exp: Check reverse stepi.
18269 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
18270 * gdb.btrace/finish.exp: New.
18271 * gdb.btrace/next.exp: New.
18272 * gdb.btrace/nexti.exp: New.
18273 * gdb.btrace/record_goto.c: Add comments.
18274 * gdb.btrace/step.exp: New.
18275 * gdb.btrace/stepi.exp: New.
18276 * gdb.btrace/multi-thread-step.c: New.
18277 * gdb.btrace/multi-thread-step.exp: New.
18278 * gdb.btrace/rn-dl-bind.c: New.
18279 * gdb.btrace/rn-dl-bind.exp: New.
18280 * gdb.btrace/data.c: New.
18281 * gdb.btrace/data.exp: New.
18282 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18283
6e07b1d2
MM
182842014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18285
18286 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
18287 * gdb.btrace/exception.exp: Update.
18288 * gdb.btrace/instruction_history.exp: Update.
18289 * gdb.btrace/record_goto.exp: Update.
18290 * gdb.btrace/tailcall.exp: Update.
18291 * gdb.btrace/unknown_functions.exp: Update.
18292 * gdb.btrace/delta.exp: New.
18293
0b722aec
MM
182942014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18295
18296 * gdb.btrace/record_goto.exp: Add backtrace test.
18297 * gdb.btrace/tailcall.exp: Add backtrace test.
18298
066ce621
MM
182992014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18300
18301 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
18302 * gdb.btrace/record_goto.c: New.
18303 * gdb.btrace/record_goto.exp: New.
18304 * gdb.btrace/x86-record_goto.S: New.
18305
0688d04e
MM
183062014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18307
18308 * gdb.btrace/function_call_history.exp: Update tests.
18309 * gdb.btrace/instruction_history.exp: Update tests.
18310
8710b709
MM
183112014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18312
18313 * gdb.btrace/function_call_history.exp: Fix expected field
18314 order for "record function-call-history".
18315 Add new tests for "record function-call-history /c".
18316 * gdb.btrace/exception.cc: New.
18317 * gdb.btrace/exception.exp: New.
18318 * gdb.btrace/tailcall.exp: New.
18319 * gdb.btrace/x86-tailcall.S: New.
18320 * gdb.btrace/x86-tailcall.c: New.
18321 * gdb.btrace/unknown_functions.c: New.
18322 * gdb.btrace/unknown_functions.exp: New.
18323 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18324
5de9129b
MM
183252014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18326
18327 * gdb.btrace/instruction_history.exp: Update.
18328 * gdb.btrace/function_call_history.exp: Update.
18329
23a7fe75
MM
183302014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18331
18332 * gdb.btrace/function_call_history.exp: Fix expected function
18333 trace.
18334 * gdb.btrace/instruction_history.exp: Initialize traced.
18335 Remove traced_functions.
18336
724c7dd8
MM
183372014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18338
18339 * gdb.btrace/function_call_history.exp: Update
18340 * gdb.btrace/instruction_history.exp: Update.
18341
6d78d93b
MM
183422014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18343
18344 * gdb.btrace/enable.exp: Update expected text.
18345
93a360cc
OJ
183462014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
18347
18348 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
18349 bytes.
18350
3772b53f
MR
183512014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
18352
18353 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
18354
596662fa
OJ
183552014-01-15 Omair Javaid <omair.javaid@linaro.org>
18356
18357 * lib/gdb.exp (supports_process_record): Return true for
18358 arm*-linux*. (supports_reverse): Likewise.
18359
b5b08fb4
SC
183602014-01-13 Siva Chandra Reddy <sivachandra@google.com>
18361
18362 PR python/15464
18363 PR python/16113
18364 * gdb.python/py-type.c: Enhance test case.
18365 * gdb.python/py-value-cc.cc: Likewise
18366 * gdb.python/py-type.exp: Add new tests.
18367 * gdb.python/py-value-cc.exp: Likewise
18368
52d7fb13
AA
183692014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
18370 Pedro Alves <palves@redhat.com>
18371
18372 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
18373 Make "name" extern.
18374 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
18375 references to ${name}_start by references to ${name}.
18376
a2cd8cfe
JB
183772014-01-10 Joel Brobecker <brobecker@adacore.com>
18378
18379 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
18380
4e23fced
JB
183812014-01-10 Joel Brobecker <brobecker@adacore.com>
18382
18383 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
18384
c6a9e42c
PA
183852014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
18386 Pedro Alves <palves@redhat.com>
18387
18388 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 18389 mi_gdb_target_load.
c6a9e42c 18390
b7ea362b
PA
183912014-01-08 Pedro Alves <palves@redhat.com>
18392
18393 * gdb.threads/reconnect-signal.c: New file.
18394 * gdb.threads/reconnect-signal.exp: New file.
18395
5e3f4fab
EBM
183962014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18397
18398 * gdb.base/source-dir.exp: New file.
18399
79301218
JB
184002014-01-07 Joel Brobecker <brobecker@adacore.com>
18401
18402 * gdb.ada/mi_interface: New testcase.
18403
8e355c5d
JB
184042014-01-07 Joel Brobecker <brobecker@adacore.com>
18405
18406 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
18407 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
18408 gdb.ada/pp-rec-component/pck.ads: New files.
18409
c0d48811
JB
184102014-01-07 Joel Brobecker <brobecker@adacore.com>
18411
18412 * gdb.python/py-pp-integral.c: New file.
18413 * gdb.python/py-pp-integral.py: New file.
18414 * gdb.python/py-pp-integral.exp: New file.
18415
17b609c3 18416For older changes see ChangeLog-1993-2013.
c906108c 18417\f
8d8cb839
EZ
18418;; Local Variables:
18419;; mode: change-log
18420;; left-margin: 8
18421;; fill-column: 74
18422;; version-control: never
18423;; End:
902f2ccb 18424
b811d2c2 18425 Copyright 2014-2020 Free Software Foundation, Inc.
902f2ccb
MC
18426 Copying and distribution of this file, with or without modification,
18427 are permitted provided the copyright notice and this notice are preserved.
This page took 5.117458 seconds and 4 git commands to generate.