]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
gdb: Add myself as one of GDB maintainer
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
c3b149eb
AKS
12020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
2
3 * lib/fortran.exp (fortran_int4): Handle clang.
4 (fortran_int8): Likewise.
5 (fortran_real4): Likewise.
6 (fortran_real8): Likewise.
7 (fortran_complex4): Likewise.
8 (fortran_logical4): Likewise.
9 (fortran_character1): Likewise.
10
f8dcc90b
TV
112020-02-04 Tom de Vries <tdevries@suse.de>
12
13 * README (Race detection): Add note.
14
f90ac7c2
TV
152020-02-04 Tom de Vries <tdevries@suse.de>
16
17 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
18
780636ae
TV
192020-02-04 Tom de Vries <tdevries@suse.de>
20
21 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
22
5d2e1193
RA
232020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
24
25 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
26 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
27 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
28 blttar, bnetarl.
29 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
30 binary for blttar, bnetarl.
31 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
32 wait instruction. Delete ldmx test.
33 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
34
e409c542
AKS
352020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
36
37 * gdb.fortran/array-bounds-high.exp: New file.
38 * gdb.fortran/array-bounds-high.f90: New file.
39
b0029748
LD
402020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
41
42 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
43 Replace #include of <sys/fcntl.h> by <fcntl.h>.
44
195a8287
TV
452020-02-01 Tom de Vries <tdevries@suse.de>
46
47 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
48
42330a68
AB
492020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
50
51 PR tui/9765
52 * gdb.tui/tui-layout-asm-short-prog.S: New file.
53 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
54
b62a8028
LM
552020-01-29 Luis Machado <luis.machado@linaro.org>
56
57 * gdb.arch/aarch64-brk-patterns.c: New source file.
58 * gdb.arch/aarch64-brk-patterns.exp: New test.
59
5f440116
TBA
602020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
61
62 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
63 GCC/Clang version.
64 * gdb.cp/pass-by-ref.exp: Ditto.
65
ee2a6fc6
TV
662020-01-29 Tom de Vries <tdevries@suse.de>
67
68 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
69 * gdb.threads/watchpoint-fork-mt.c: Same.
70 * gdb.threads/watchpoint-fork-parent.c: Same.
71 * gdb.threads/watchpoint-fork-st.c: Same.
72 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
73
16b10d6e
LM
742020-01-27 Luis Machado <luis.machado@linaro.org>
75
76 * gdb.base/step-over-syscall.exp (setup): Check if we're already
77 sitting at a syscall instruction when we hit the syscall function's
78 breakpoint.
79 Check PC against one obtained with the x command.
80 Validate syscall number.
81 (step_over_syscall): Don't continue to the syscall instruction if
82 we're already there.
83
b1468492
PW
842020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
85
86 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
87
7ffa82e1
AB
882020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
89
90 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
91 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
92
3d92a3e3
AB
932020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
94
95 * gdb.dwarf2/dw2-inline-stepping.c: New file.
96 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
97
94a72be7
AB
982020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
99
100 * gdb.base/maint.exp: Update line table parsing test.
101 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
102
53af73bf
PA
1032020-01-24 Pedro Alves <palves@redhat.com>
104
105 PR gdb/25410
106 * gdb.multi/multi-re-run-1.c: New.
107 * gdb.multi/multi-re-run-2.c: New.
108 * gdb.multi/multi-re-run.exp: New.
109
1ba1ac88
AB
1102020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
111
112 PR gdb/23718
113 * gdb.server/server-kill-python.exp: New file.
114
f3364a6d
AB
1152020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
116
117 * gdb.server/multi-ui-errors.c: New file.
118 * gdb.server/multi-ui-errors.exp: New file.
119
733d0a67
AB
1202020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
121
122 PR tui/9765
123 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
124
4f13c1c0
TT
1252020-01-19 Tom Tromey <tom@tromey.com>
126
127 * gdb.tui/main.exp: Add check for plain "file".
128
40c94099
CB
1292020-01-16 Christian Biesinger <cbiesinger@google.com>
130
131 * lib/gdb.exp: Fix spelling error (seperatelly).
132
ff47f4f0
TT
1332020-01-14 Tom Tromey <tom@tromey.com>
134
135 PR symtab/12535:
136 * gdb.python/python.exp: Test decode_line with empty string
137 argument.
138
717c684d
BE
1392020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
140
141 * gdb.base/skip-inline.exp: Extend test.
142
44e4c775
AB
1432020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
144
145 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
146 * gdb.dwarf2/dw2-bad-elf.c: New file.
147 * gdb.dwarf2/dw2-bad-elf.exp: New file.
148
d93c6db7
AB
1492020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
150
151 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
152 _line_saw_file.
153
9a6d629c
AB
1542020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
155
156 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
157 border.
158
d9ebdab7
TBA
1592020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
160
161 * gdb.multi/multi-target.exp (setup): Factor out "info
162 connections" and "info inferiors" tests to ...
163 (test_info_inferiors): ... this new procedure.
164 (top level): Run new "info-inferiors" tests.
165
f3c469b9
PA
1662020-01-10 Pedro Alves <palves@redhat.com>
167
168 * gdb.server/bkpt-other-inferior.exp: New file.
169
121b3efd
PA
1702020-01-10 Pedro Alves <palves@redhat.com>
171
172 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
173 of "add-inferior".
174 * gdb.base/quit-live.exp: Likewise.
175 * gdb.base/remote-exec-file.exp: Likewise.
176 * gdb.guile/scm-progspace.exp: Likewise.
177 * gdb.linespec/linespec.exp: Likewise.
178 * gdb.mi/new-ui-mi-sync.exp: Likewise.
179 * gdb.mi/user-selected-context-sync.exp: Likewise.
180 * gdb.multi/multi-target.exp (setup): Add "info connection" and
181 "info inferiors" tests.
182 * gdb.multi/remove-inferiors.exp: Adjust expected output of
183 "add-inferior".
184 * gdb.multi/watchpoint-multi.exp: Likewise.
185 * gdb.python/py-inferior.exp: Likewise.
186 * gdb.server/extended-remote-restart.exp: Likewise.
187 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
188 "info inferiors".
189 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
190 * gdb.trace/report.exp: Likewise.
191
1dadb1dd
PA
1922020-01-10 Pedro Alves <palves@redhat.com>
193
194 * gdb.multi/multi-target.c: New file.
195 * gdb.multi/multi-target.exp: New file.
196 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
197 mode requested, but remote does not support non-stop".
198
78f2c40a
PA
1992020-01-10 Pedro Alves <palves@redhat.com>
200
201 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
202 disconnect before reconnecting.
203
e7af6c70
TBA
2042020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
205 Pedro Alves <palves@redhat.com>
206
207 * gdb.server/connect-without-multi-process.exp: Also test
208 continuing to end.
209
acdf84a6
PA
2102020-01-10 Pedro Alves <palves@redhat.com>
211
212 * gdb.base/remote-exec-file.exp: New file.
213
873657b9
PA
2142020-01-10 Pedro Alves <palves@redhat.com>
215
216 * gdb.base/fork-running-state.exp (do_test): Adjust expected
217 output.
218 * gdb.threads/async.c: New.
219 * gdb.threads/async.exp: New.
220 * gdb.multi/tids-gid-reset.c: New.
221 * gdb.multi/tids-gid-reset.exp: New.
222
7f0ae84c
GB
2232020-01-10 George Barrett <bob@bob131.so>
224
225 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
226 to help in finding the image relocation offset.
227 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
228 options in arguments.
229 (stap_test_no_debuginfo): Likewise.
230 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
231 test variants.
232 (stap_test): Add null semaphore relocation test.
233
47e9d49d
GB
2342020-01-10 George Barrett <bob@bob131.so>
235
236 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
237 * gdb.base/stap-probe.exp: Likewise.
238 (stap_test): Pass argument as an additional flag.
239 (stap_test_no_debuginfo): Likewise.
240 (stap_test): Check `info probes stap' output for semaphore
241 addresses if the test binary is supposed to have them.
242
f5a7c406
AB
2432020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
244
245 * gdb.tui/basic.exp: Add more scrolling tests.
246
9ae6bf64
TT
2472020-01-09 Tom Tromey <tom@tromey.com>
248
249 PR tui/18932:
250 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
251 meangingful value.
252 (Term::command, Term::resize): Update.
253 * gdb.tui/basic.exp: Add scrolling test.
254
b2efe70c
AB
2552020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
256
257 * gdb.tui/tui-layout-asm.exp: New file.
258
3804da7e
AB
2592020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
260
261 * lib/tuiterm.exp (Term::check_box_contents): New proc.
262
b40aa28f
AB
2632020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
264
265 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
266 (Term::enter_tui): Use Term::prepare_for_tui.
267
63ffd7c9
AB
2682020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
269
270 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
271 called.
272
3be966f6
AB
2732020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
274
275 * gdb.base/skip.exp: Fix race condition in test.
276
153d79c4
AB
2772020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
278
279 * gdb.base/backtrace.c: New file.
280 * gdb.base/backtrace.exp: New file.
281
f2302a34
AB
2822020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
283
284 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
285
6ec1d75e
PW
2862020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
287
288 * gdb.base/style.exp: Test that warnings are styled.
289
c296cbe6
BE
2902019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
291
292 * gdb.base/line65535.exp: New file.
293 * gdb.base/line65535.c: New file.
294
b28a729d
SM
2952019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
296
297 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
298 * lib/gnat_debug_info_test.adb: New file.
299 * gdb.ada/ptype_tagged_param.exp: Use
300 gnat_runtime_has_debug_info, expect a different output if
301 runtime does not have debug info.
302
7f2d7a0d
SM
3032019-12-20 Simon Marchi <simon.marchi@efficios.com>
304
305 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
306 (another) quote in test name.
307
f3bce483
SM
3082019-12-20 Simon Marchi <simon.marchi@efficios.com>
309
310 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
311 Add quote in test name.
312
c855a912
TBA
3132019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
314
315 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
316 directory instead.
317 * gdb.cp/pass-by-ref.exp: Extend with more cases.
318 * gdb.cp/pass-by-ref-2.cc: New file.
319 * gdb.cp/pass-by-ref-2.exp: New file.
320
fc9d2d72
TT
3212019-12-20 Tom Tromey <tom@tromey.com>
322
323 * gdb.tui/list-before.exp: New file.
324
77b97e00
TT
3252019-12-20 Tom Tromey <tom@tromey.com>
326
327 * gdb.tui/list.exp: Check for source on initial listing.
328
f69656d0
TT
3292019-12-11 Tom Tromey <tromey@adacore.com>
330
331 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
332 Add crlf test.
333
99a55965
SM
3342019-12-18 Simon Marchi <simon.marchi@efficios.com>
335
336 * gdb.base/default.exp: Update value of $_gdb_major.
337
5024637f
BE
3382019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
339
340 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
341
b63634be
BE
3422019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
343
344 * gdb.base/skip.exp: Whitespace fix.
345
45d73523
BE
3462019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
347
348 * gdb.base/skip-inline.c: New file.
349 * gdb.base/skip-inline.exp: New file.
350
d043f8c8
SM
3512019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
352
353 * gdb.base/jit-reader.exp (jit_reader_test): Rename
354 jit_function_00 to jit_function_stack_mangle.
355 * gdb.base/jithost.c (jit_function_t): Rename to...
356 (jit_function_stack_mangle_t): ... this.
357 (jit_function_add_t): New typedef.
358 (jit_function_00_code): Rename to...
359 (jit_function_stack_mangle_code): ... this, make static.
360 (jit_function_add_code): New.
361 (main): Generate "add" function and call it. Adjust to changes
362 in jithost_abi.
363 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
364 (struct jithost_abi) <begin, end>: Remove fields.
365 <object, function_stack_mangle, function_add>: New fields.
366 * gdb.base/jitreader.c (struct reader_state) <code_begin,
367 code_end>: Remove fields.
368 <func_stack_mangle>: New field.
369 (read_debug_info): Adjust to renaming, create block for "add"
370 function.
371 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
372
873de05c
TT
3732019-12-11 Tom Tromey <tom@tromey.com>
374
375 * gdb.tui/resize.exp: Fix regexp.
376 * gdb.tui/regs.exp: Fix regexps.
377 * gdb.tui/main.exp: Fix regexp.
378
3d979945
TT
3792019-12-11 Tom Tromey <tom@tromey.com>
380
381 * gdb.tui/resize.exp: Update.
382 * gdb.tui/empty.exp (layouts): Update.
383
2192a9d3
TT
3842019-12-11 Tom Tromey <tom@tromey.com>
385
386 * gdb.tui/regs.exp: Update.
387 * gdb.tui/empty.exp (layouts): Update.
388 * gdb.tui/basic.exp: Update.
389 * lib/tuiterm.exp (_check_box): Don't check bottom border.
390
d8edc8b7
PW
3912019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
392
393 * gdb.base/options.exp: Add -raw-values in the print completion list.
394 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
395
4c12d936
KB
3962019-12-10 Kevin Buettner <kevinb@redhat.com>
397
398 * gdb.threads/omp-par-scope.c: New file.
399 * gdb/threads/omp-par-scope.exp: New file.
400
26b911fb
KB
4012019-12-10 Kevin Buettner <kevinb@redhat.com>
402
bb47f919
KB
403 * lib/gdb.exp (support_nested_function_tests): New proc.
404
4052019-12-10 Kevin Buettner <kevinb@redhat.com>
406
407 * lib/gdb.exp (gdb_compile_openmp): New proc.
408 (build_executable_from_specs): Add an "openmp" option.
409 (gdb_compile_pthreads): Add non-executable case.
26b911fb 410
6c71eb7d
TT
4112019-12-10 Tom Tromey <tromey@adacore.com>
412
413 * gdb.ada/unchecked_union.exp: New file.
414 * gdb.ada/unchecked_union/pck.adb: New file.
415 * gdb.ada/unchecked_union/pck.ads: New file.
416 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
417 * gdb-utils.exp (string_to_regexp): Also quote "?".
418
bac7c5cf
GB
4192019-12-10 George Barrett <bob@bob131.so>
420
421 Test scripted probe breakpoints.
422 * gdb.guile/scm-breakpoint.c (main): Add probe point.
423 * gdb.python/py-breakpoint.c (main): Likewise.
424 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
425 specifier test.
426 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
427
330f1d38
TBA
4282019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
429
430 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
431 an rvalue parameter.
432 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
433 parameter.
434
b43315e2
AB
4352019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
436
437 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
438 modules.
439
54f73dad
AB
4402019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
441
442 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
443 broken version of GCC.
444
d57cbee9
AB
4452019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
446
447 * gdb.fortran/info-modules.exp: Rewrite to make use of new
448 sym-info-cmds library.
449 * gdb.fortran/info-types.exp: Likewise.
450 * lib/sym-info-cmds.exp: New file.
451
c14aab8c
TV
4522019-12-08 Tom de Vries <tdevries@suse.de>
453
454 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
455
aa2d5a42
KS
4562019-12-07 Keith Seitz <keiths@redhat.com>
457
458 * gdb.base/corefile-buildid-shlib-shr.c: New file.
459 * gdb.base/corefile-buildid-shlib.c: New file.
460 * gdb.base/corefile-buildid.c: New file.
461 * gdb.base/corefile-buildid.exp: New file.
462
93e55f0a
TV
4632019-12-06 Tom de Vries <tdevries@suse.de>
464
465 * gdb.dwarf2/varval.exp: Add decl before def test.
466
c7d12402
TBA
4672019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
468
469 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
470
06acc08f
TBA
4712019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
472
473 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
474 CV and reference conversion for overload resolution.
475 * gdb.cp/rvalue-ref-overload.exp: Test it.
476
e0fad1ea
PW
4772019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
478
479 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
480 * gdb.base/frameapply.exp: Test faas without command.
481
8d70a9f0
AB
4822019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
483
484 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
485 Fortran tests.
486 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
487 order.
488
36c8fb93
AB
4892019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
490
491 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
492 casting to type with no kind specified.
493 (test_basic_parsing_of_type_kinds): Additional tests for types
494 with no kind specified, and add tests for single/double
495 precision/complex types.
496
4139ff00
TT
4972019-12-04 Tom Tromey <tromey@adacore.com>
498
499 * gdb.base/endianity.c (struct other) <x>: New field.
500 (main): Initialize it.
501 * gdb.base/endianity.exp: Update.
502
a05cf17a
TT
5032019-12-04 Tom Tromey <tromey@adacore.com>
504
505 * gdb.ada/scalar_storage/storage.adb: New file.
506 * gdb.ada/scalar_storage/pck.adb: New file.
507 * gdb.ada/scalar_storage/pck.ads: New file.
508 * gdb.ada/scalar_storage.exp: New file.
509
103a685e
TT
5102019-12-04 Tom Tromey <tromey@adacore.com>
511
512 * gdb.base/endianity.c (struct otherendian) <f>: New field.
513 (main): Initialize it.
514 * gdb.base/endianity.exp: Update.
515
c2512106
AB
5162019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
517
518 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
519
293b38d6
AB
5202019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
521
522 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
523 -symbol-info-module-functions and -symbol-info-module-variables.
524
216a7e6b
AB
5252019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
526
527 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
528
5bbd8269
AB
5292019-12-01 Richard Bunt <richard.bunt@arm.com>
530 Andrew Burgess <andrew.burgess@embecosm.com>
531
532 * gdb.fortran/derived-type-striding.exp: New file.
533 * gdb.fortran/derived-type-striding.f90: New file.
534 * gdb.fortran/array-slices.exp: New file.
535 * gdb.fortran/array-slices.f90: New file.
536
be09caf1
PW
5372019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
538
539 * gdb.base/define.exp: Test . in command names.
540 * gdb.base/setshow.exp: Update test, as . is now part of
541 command name.
542
643c0cbe
PW
5432019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
544
545 * gdb.base/define-prefix.exp: New file.
546
dcdec678
AB
5472019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
548
549 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
550 compile.
551 (skip_btrace_pt_tests): Likewise.
552
640ab947
AB
5532019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
554
555 * gdb.fortran/info-modules.exp: Compile source files in correct
556 order.
557
d22670f0
KB
5582019-11-27 Kevin Buettner <kevinb@redhat.com>
559
560 * gdb.dwarf2/imported-unit.exp: New file.
561 * gdb.dwarf2/imported-unit.c: New file.
562
db5960b4
AB
5632019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
564
565 * gdb.mi/mi-fortran-modules-2.f90: New file.
566 * gdb.mi/mi-fortran-modules.exp: New file.
567 * gdb.mi/mi-fortran-modules.f90: New file.
568
7dc42066
AB
5692019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
570
571 * gdb.mi/mi-sym-info-1.c: New file.
572 * gdb.mi/mi-sym-info-2.c: New file.
573 * gdb.mi/mi-sym-info.exp: New file.
574
0dfeecca
TT
5752019-11-22 Tom Tromey <tromey@adacore.com>
576
577 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
578 * gdb.ada/tasks/foo.adb: Add another stopping location.
579
34877895
PJ
5802019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
581
582 * gdb.base/endianity.c: New test.
583 * gdb.base/endianity.exp: New file.
584
2e84f897
LD
5852019-11-21 Lukas Durfina <ldurfina@tachyum.com>
586
587 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
588
65d1cd5f
TV
5892019-11-21 Tom de Vries <tdevries@suse.de>
590
591 PR gdb/24956
592 * gdb.base/ui-redirect.exp: Test output of user-defined command.
593
4f22c3f4
SDJ
5942019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
595
596 * gdb.python/py-progspace.exp: Add missing parentheses on some
597 'print' commands.
598
9f6ad286
TT
5992019-11-19 Tom Tromey <tom@tromey.com>
600
601 * gdb.tui/winheight.exp: New file.
602
0b8dbf3f
AB
6032019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
604
605 * gdb.base/ctf-whatis.c: Delete.
606 * gdb.base/ctf-whatis.exp: Delete.
607 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
608
f833b7a7
AB
6092019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
610
611 * gdb.base/ctf-cvexpr.exp: Delete.
612 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
613
30d0a636
AB
6142019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
615
616 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
617 the compiler. Clean up header comment a little.
618 * gdb.base/ctf-ptype.exp: Likewise.
619 * gdb.base/ctf-whatis.exp: Likewise.
620 * lib/gdb.exp (skip_ctf_tests): New proc.
621
494409bb
SDJ
6222019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
623
624 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
625 * gdb.tui/corefile-run.exp: New file.
626
55708e99
TT
6272019-11-14 Tom Tromey <tromey@adacore.com>
628
629 * gdb.base/gdbvars.exp (test_convenience_variables): Add
630 regression tests.
631
45e42163
TT
6322019-11-12 Tom Tromey <tom@tromey.com>
633
634 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
635 after any command. Expect prompt after WAIT_FOR is seen.
636 (enter_tui): Enable resize messages.
637 (command): Expect command in output.
638 (get_line): Avoid error when cursor appears to be off-screen.
639 (dump_screen): Include screen size in title.
640 (_do_resize): New proc, from "resize".
641 (resize): Rewrite. Do resize in two steps.
642 * gdb.tui/empty.exp (layouts): Fix entries.
643 (check_boxes): Remove xfail.
644 (check_text): Dump screen on failure.
645
086baaf1
AB
6462019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
647
648 * gdb.python/py-symbol.exp: Add test for
649 gdb.lookup_static_symbols.
650
09ff83af
AB
6512019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
652
653 * gdb.python/py-symbol.c: Declare and call function from new
654 py-symbol-2.c file.
655 * gdb.python/py-symbol.exp: Compile both source files, and add new
656 tests for gdb.lookup_static_symbol.
657 * gdb.python/py-symbol-2.c: New file.
658
11af934b
TV
6592019-11-02 Tom de Vries <tdevries@suse.de>
660
661 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
662 * gdb.base/anon.exp: Same.
663 * gdb.base/auto-connect-native-target.exp: Same.
664 * gdb.base/call-ar-st.exp: Same.
665 * gdb.base/catch-syscall.exp: Same.
666 * gdb.base/commands.exp: Same.
667 * gdb.base/default.exp: Same.
668 * gdb.base/display.exp: Same.
669 * gdb.base/float.exp: Same.
670 * gdb.base/foll-fork.exp: Same.
671 * gdb.base/help.exp: Same.
672 * gdb.base/info-macros.exp: Same.
673 * gdb.base/info-proc.exp: Same.
674 * gdb.base/info-target.exp: Same.
675 * gdb.base/long_long.exp: Same.
676 * gdb.base/macscp.exp: Same.
677 * gdb.base/memattr.exp: Same.
678 * gdb.base/nofield.exp: Same.
679 * gdb.base/pointers.exp: Same.
680 * gdb.base/printcmds.exp: Same.
681 * gdb.base/ptype.exp: Same.
682 * gdb.base/restore.exp: Same.
683 * gdb.base/return.exp: Same.
684 * gdb.base/scope.exp: Same.
685 * gdb.base/set-noassign.exp: Same.
686 * gdb.base/setshow.exp: Same.
687 * gdb.base/shlib-call.exp: Same.
688 * gdb.base/signals.exp: Same.
689 * gdb.base/sigstep.exp: Same.
690 * gdb.base/skip.exp: Same.
691 * gdb.base/solib-symbol.exp: Same.
692 * gdb.base/stap-probe.exp: Same.
693 * gdb.base/step-line.exp: Same.
694 * gdb.base/step-test.exp: Same.
695 * gdb.base/style.exp: Same.
696 * gdb.base/varargs.exp: Same.
697 * gdb.base/vla-datatypes.exp: Same.
698 * gdb.base/vla-ptr.exp: Same.
699 * gdb.base/vla-sideeffect.exp: Same.
700 * gdb.base/volatile.exp: Same.
701 * gdb.base/watch-cond-infcall.exp: Same.
702 * gdb.base/watchpoint.exp: Same.
703
e96ec2ba
TV
7042019-11-02 Tom de Vries <tdevries@suse.de>
705
706 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
707 * gdb.cp/cpexprs.exp: Same.
708 * gdb.cp/except-multi-location.exp: Same.
709 * gdb.cp/exceptprint.exp: Same.
710 * gdb.cp/gdb2384.exp: Same.
711 * gdb.cp/inherit.exp: Same.
712 * gdb.cp/m-static.exp: Same.
713 * gdb.cp/meth-typedefs.exp: Same.
714 * gdb.cp/misc.exp: Same.
715 * gdb.cp/namespace.exp: Same.
716 * gdb.cp/non-trivial-retval.exp: Same.
717 * gdb.cp/overload.exp: Same.
718 * gdb.cp/pr17132.exp: Same.
719 * gdb.cp/re-set-overloaded.exp: Same.
720 * gdb.cp/rvalue-ref-types.exp: Same.
721 * gdb.cp/templates.exp: Same.
722
bd5766ec
LM
7232019-11-01 Luis Machado <luis.machado@linaro.org>
724
725 PR gdb/25124
726
727 * gdb.arch/pr25124.S: New file.
728 * gdb.arch/pr25124.exp: New file.
729
165f8965
AB
7302019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
731
732 * gdb.fortran/info-modules.exp: Update expected results, and add
733 additional tests for 'info module functinos', and 'info module
734 variables'.
735 * gdb.fortran/info-types.exp: Update expected results.
736 * gdb.fortran/info-types.f90: Extend testcase with additional
737 module variables and functions.
738
59c35742
AB
7392019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
740
741 * gdb.fortran/info-modules.exp: New file.
742 * gdb.fortran/info-types.exp: Build with new file.
743 * gdb.fortran/info-types.f90: Include and use new module.
744 * gdb.fortran/info-types-2.f90: New file.
745
f3fb2519
PW
7462019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
747
748 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
749 * gdb.base/settings.exp: Test all settings types using
750 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
751 that now verifies that the value of "maint show" is the same as
752 returned by the settings functions. Test the type of the
753 maintenance settings.
754 * gdb.base/default.exp: Update show_conv_list.
755
d1e36019
TV
7562019-10-31 Tom de Vries <tdevries@suse.de>
757
758 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
759 gdb_test.
760 * gdb.arch/amd64-disp-step.exp: Same.
761 * gdb.asm/asm-source.exp: Same.
762 * gdb.btrace/buffer-size.exp: Same.
763 * gdb.btrace/cpu.exp: Same.
764 * gdb.btrace/enable.exp: Same.
765 * gdb.dwarf2/count.exp: Same.
766 * gdb.dwarf2/dw2-ranges-func.exp: Same.
767 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
768 * gdb.fortran/vla-datatypes.exp: Same.
769 * gdb.fortran/vla-history.exp: Same.
770 * gdb.fortran/vla-ptype.exp: Same.
771 * gdb.fortran/vla-value.exp: Same.
772 * gdb.fortran/whatis_type.exp: Same.
773 * gdb.guile/guile.exp: Same.
774 * gdb.multi/tids.exp: Same.
775 * gdb.python/py-finish-breakpoint.exp: Same.
776 * gdb.python/py-framefilter.exp: Same.
777 * gdb.python/py-pp-registration.exp: Same.
778 * gdb.python/py-xmethods.exp: Same.
779 * gdb.python/python.exp: Same.
780 * gdb.server/connect-with-no-symbol-file.exp: Same.
781 * gdb.server/no-thread-db.exp: Same.
782 * gdb.server/run-without-local-binary.exp: Same.
783 * gdb.stabs/weird.exp: Same.
784 * gdb.threads/attach-many-short-lived-threads.exp: Same.
785 * gdb.threads/thread-find.exp: Same.
786 * gdb.threads/tls-shared.exp: Same.
787 * gdb.threads/tls.exp: Same.
788 * gdb.threads/wp-replication.exp: Same.
789 * gdb.trace/ax.exp: Same.
790 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
791
3d11e68e
TV
7922019-10-31 Tom de Vries <tdevries@suse.de>
793
794 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
795 * gdb.ada/array_subscript_addr.exp: Same.
796 * gdb.ada/arrayidx.exp: Same.
797 * gdb.ada/arrayparam.exp: Same.
798 * gdb.ada/arrayptr.exp: Same.
799 * gdb.ada/boolean_expr.exp: Same.
800 * gdb.ada/call_pn.exp: Same.
801 * gdb.ada/complete.exp: Same.
802 * gdb.ada/fixed_cmp.exp: Same.
803 * gdb.ada/fun_addr.exp: Same.
804 * gdb.ada/funcall_param.exp: Same.
805 * gdb.ada/interface.exp: Same.
806 * gdb.ada/mod_from_name.exp: Same.
807 * gdb.ada/null_array.exp: Same.
808 * gdb.ada/packed_array.exp: Same.
809 * gdb.ada/packed_tagged.exp: Same.
810 * gdb.ada/print_chars.exp: Same.
811 * gdb.ada/print_pc.exp: Same.
812 * gdb.ada/ptype_arith_binop.exp: Same.
813 * gdb.ada/ptype_field.exp: Same.
814 * gdb.ada/ptype_tagged_param.exp: Same.
815 * gdb.ada/rec_return.exp: Same.
816 * gdb.ada/ref_tick_size.exp: Same.
817 * gdb.ada/str_ref_cmp.exp: Same.
818 * gdb.ada/taft_type.exp: Same.
819 * gdb.ada/tagged.exp: Same.
820 * gdb.ada/type_coercion.exp: Same.
821 * gdb.ada/uninitialized_vars.exp: Same.
822
60b6ede8
TV
8232019-10-30 Tom de Vries <tdevries@suse.de>
824
825 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
826
30baf67b
TV
8272019-10-26 Tom de Vries <tdevries@suse.de>
828
829 * gdb.base/bigcore.c: Fix typos in comments.
830 * gdb.base/ctf-ptype.c: Same.
831 * gdb.base/long_long.c: Same.
832 * gdb.dwarf2/dw2-op-out-param.S: Same.
833 * gdb.python/py-evthreads.c: Same.
834 * gdb.reverse/i387-stack-reverse.c: Same.
835 * gdb.trace/tfile.c: Same.
836 * lib/compiler.c: Same.
837 * lib/compiler.cc: Same.
838
158da0d1
TV
8392019-10-25 Tom de Vries <tdevries@suse.de>
840
841 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
842 gdb_test_multiple calls.
843 * gdb.reverse/sigall-reverse.exp: Same.
844 * gdb.reverse/solib-precsave.exp: Same.
845 * gdb.reverse/solib-reverse.exp: Same.
846 * gdb.reverse/until-precsave.exp: Same.
847 * gdb.reverse/until-reverse.exp: Same.
848
4ccdfbec
TV
8492019-10-24 Tom de Vries <tdevries@suse.de>
850
851 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
852 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
853 kfail using -wrap pattern flag and convenience variable
854 gdb_test_name.
855
33d569b7
AB
8562019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
857
858 * gdb.python/py-progspace.exp: Add tests for the
859 Progspace.block_for_pc method.
860
4d0b984b
TT
8612019-10-23 Tom Tromey <tom@tromey.com>
862
863 * configure: Rebuild.
864 * aclocal.m4: Use m4_include, not sinclude.
865
94cb3754
TV
8662019-10-21 Tom de Vries <tdevries@suse.de>
867
868 * gdb.base/infcall-nested-structs.c: Add
869 __attribute__((noinline,noclone)) to all functions.
870 (call_all): Add missing variable initialization. Simplify return value.
871 (breakpt): Increment volatile variable, to prevent call from being
872 optimized out.
873 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
874
062f1fc1
TV
8752019-10-17 Tom de Vries <tdevries@suse.de>
876
877 * gdb.fortran/module.exp: Allow info variables to print info for files
878 other than module.f90.
879
0b54364d
AB
8802019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
881
882 * gdb.fortran/module.exp: Extend with 'info variables' test.
883
7ff5fae7
AB
8842019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
885
886 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
887 F77_FOR_TARGET.
888
d10eccaa
TV
8892019-10-16 Tom de Vries <tdevries@suse.de>
890
891 PR tdep/25096
892 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
893
745ff14e
TV
8942019-10-16 Tom de Vries <tdevries@suse.de>
895
896 PR tdep/24104
897 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
898 Add KFAIL for PR tdep/25096.
899
03e1ab94
TV
9002019-10-16 Tom de Vries <tdevries@suse.de>
901
902 PR testsuite/25059
903 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
904
b17fcc10
TV
9052019-10-16 Tom de Vries <tdevries@suse.de>
906
907 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
908 as signed.
909
9223170f
SM
9102019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
911
912 * gdb.mi/list-thread-groups-available.exp: Read entries one by
913 one instead of increasing timeout.
914
d6e76313
TV
9152019-10-13 Tom de Vries <tdevries@suse.de>
916
917 PR record/25038
918 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
919 * gdb.reverse/sigall-reverse.exp: Same.
920 * gdb.reverse/solib-precsave.exp: Same.
921 * gdb.reverse/solib-reverse.exp: Same.
922 * gdb.reverse/step-precsave.exp: Same.
923 * gdb.reverse/until-precsave.exp: Same.
924 * gdb.reverse/until-reverse.exp: Same.
925 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
926
6dfc0041
AA
9272019-10-10 Andreas Arnez <arnez@linux.ibm.com>
928
929 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
930 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
931 (cmp_struct_05_01, cmp_struct_static_02_01)
932 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
933 comparisons.
934
abcf2cc8
TV
9352019-10-10 Tom de Vries <tdevries@suse.de>
936
937 PR testsuite/24888
938 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
939 gnatlink.
940
a50faaf6
TV
9412019-10-09 Tom de Vries <tdevries@suse.de>
942
943 PR testsuite/25048
944 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
945
60ff3cd7
AB
9462019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
947
948 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
949 exceptions due to missing debug information.
950
dfee8566
TV
9512019-10-07 Tom de Vries <tdevries@suse.de>
952
953 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
954
3d63690a
AB
9552019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
956
957 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
958 * gdb.base/annota1.exp: Update to use gdb_test_name.
959
30d1f018
WP
9602019-10-07 Weimin Pan <weimin.pan@oracle.com>
961
962 * gdb.base/ctf-whatis.exp: New file.
963 * gdb.base/ctf-whatis.c: New file.
964 * gdb.base/ctf-ptype.exp: New file.
965 * gdb.base/ctf-ptype.c: New file.
966 * gdb.base/ctf-constvars.exp: New file.
967 * gdb.base/ctf-constvars.c: New file.
968 * gdb.base/ctf-cvexpr.exp: New file.
969
4dbbb47c
TV
9702019-10-04 Tom de Vries <tdevries@suse.de>
971
972 * gdb.cp/local-static.c (main): Move declaration of int i out of the
973 for loop.
974
77c2dba3
TT
9752019-10-03 Tom Tromey <tom@tromey.com>
976
977 PR rust/24976:
978 * gdb.rust/simple.rs (Union2): New type.
979 (main): Use Union2.
980 * gdb.rust/simple.exp: Add test.
981
179aed7f
AB
9822019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
983
984 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
985 nested function prefix.
986
0a4b0913
AB
9872019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
988 Richard Bunt <richard.bunt@arm.com>
989 Andrew Burgess <andrew.burgess@embecosm.com>
990
991 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
992 nested functions.
993 * gdb.fortran/nested-funcs.f90: Update expected results.
994 * gdb.fortran/nested-funcs-2.exp: New file.
995 * gdb.fortran/nested-funcs-2.f90: New file.
996
082cce05
AB
9972019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
998
999 * gdb.python/py-parameter.exp: Make test names unique.
1000 * gdb.python/py-template.exp: Likewise.
1001 * gdb.python/py-value.exp: Likewise.
1002
2b74ba5a
AB
10032019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1004
1005 * gdb.base/break-interp.exp: Reduce test name duplication.
1006 * gdb.base/call-sc.exp: Likewise.
1007 * gdb.base/callfuncs.exp: Likewise.
1008 * gdb.base/charset.exp: Likewise.
1009 * gdb.base/dump.exp: Likewise.
1010 * gdb.base/ena-dis-br.exp: Likewise.
1011 * gdb.base/relational.exp: Likewise.
1012 * gdb.base/step-over-syscall.exp: Likewise.
1013 * gdb.base/structs.exp: Likewise.
1014
58eb20d5
AB
10152019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1016
1017 * gdb.linespec/explicit.exp: Make test names unique.
1018 * gdb.linespec/ls-errs.exp: Likewise.
1019
4d421147
AB
10202019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1021
1022 * gdb.reverse/break-precsave.exp: Make test names unique.
1023 * gdb.reverse/break-reverse.exp: Likewise.
1024 * gdb.reverse/finish-precsave.exp: Likewise.
1025 * gdb.reverse/finish-reverse.exp: Likewise.
1026 * gdb.reverse/machinestate-precsave.exp: Likewise.
1027 * gdb.reverse/machinestate.exp: Likewise.
1028 * gdb.reverse/readv-reverse.exp: Likewise.
1029 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1030 * gdb.reverse/sigall-precsave.exp: Likewise.
1031 * gdb.reverse/sigall-reverse.exp: Likewise.
1032 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
1033 * gdb.reverse/watch-precsave.exp: Likewise.
1034 * gdb.reverse/watch-reverse.exp: Likewise.
1035
d8c06f22
AB
10362019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1037
1038 * gdb.threads/stop-with-handle.c: New file.
1039 * gdb.threads/stop-with-handle.exp: New file.
1040
3a56ed86
TV
10412019-10-03 Tom de Vries <tdevries@suse.de>
1042
1043 PR testsuite/25059
1044 * gdb.base/list-missing-source.exp: Allowing the "Compilation
1045 directory" line to be missing.
1046
42275044
TV
10472019-10-03 Tom de Vries <tdevries@suse.de>
1048
1049 PR testsuite/25059
1050 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
1051 type optional.
1052
9ef62df0
AA
10532019-10-02 Andreas Arnez <arnez@linux.ibm.com>
1054
1055 * gdb.python/py-format-string.c (string.h): New include.
1056 (main): Fill a_struct_with_union.the_union.an_int with bytes of
1057 the same value, for endianness-independence.
1058 * gdb.python/py-format-string.exp (default_regexp_dict)
1059 (test_pretty_structs, test_format): Adjust expected output to the
1060 changed initialization.
1061
37f6a7f4
TT
10622019-10-02 Tom Tromey <tromey@adacore.com>
1063
1064 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
1065
1d58d6a2
PA
10662019-10-02 Pedro Alves <palves@redhat.com>
1067 Andrew Burgess <andrew.burgess@embecosm.com>
1068
1069 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
1070 "print-file-var.h".
1071 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1072 (get_version_1): Print this_version_id and its address.
1073 Add extern "C" wrappers around interface functions.
1074 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
1075 "print-file-var.h".
1076 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1077 (get_version_2): Print this_version_id and its address.
1078 Add extern "C" wrappers around interface functions.
1079 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
1080 <stddef.h> and "print-file-var.h".
1081 Add extern "C" wrappers around interface functions.
1082 [VERSION_ID_MAIN] (this_version_id): Define.
1083 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
1084 * gdb.base/print-file-var.h: Add some #defines to simplify setting
1085 up extern "C" blocks.
1086 * gdb.base/print-file-var.exp (test): New, factored out from top
1087 level.
1088 (top level): Test all combinations of attribute hidden or not,
1089 dlopen or not, and this_version_id symbol in main file or not.
1090 Compile tests as both C++ and C, make test names unique.
1091
d770d56f
TT
10922019-10-01 Tom Tromey <tom@tromey.com>
1093
1094 * gdb.base/style.exp: Test "show logging filename".
1095
7f6aba03
TT
10962019-10-01 Tom Tromey <tom@tromey.com>
1097
1098 * lib/gdb-utils.exp (style): Handle "metadata" argument.
1099 * gdb.base/style.exp: Add metadata style test.
1100
14309bb6
TT
11012019-10-01 Tom Tromey <tom@tromey.com>
1102
1103 * gdb.base/style.exp: Test "pwd".
1104
2a3c1174
PA
11052019-10-01 Tom Tromey <tom@tromey.com>
1106
1107 * gdb.base/style.exp: Update tests.
1108
53d666ec
AA
11092019-10-01 Andreas Arnez <arnez@linux.ibm.com>
1110
1111 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
1112 'six' to unsigned.
1113 (s1): Initialize fields 'four' and 'six' instead of 'three' and
1114 'five'. Use an all-ones bit pattern for each.
1115 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
1116 to its changed values.
1117
4a56a520
TT
11182019-09-30 Tom Tromey <tromey@adacore.com>
1119
1120 * gdb.rust/traits.rs: Disable all warnings.
1121
0df0352a
TV
11222019-09-29 Tom de Vries <tdevries@suse.de>
1123
1124 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
1125
73d9a918
TV
11262019-09-29 Tom de Vries <tdevries@suse.de>
1127
1128 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
1129
060b3ab4
TV
11302019-09-27 Tom de Vries <tdevries@suse.de>
1131
1132 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
1133
68f7d34d
TV
11342019-09-27 Tom de Vries <tdevries@suse.de>
1135
1136 PR record/23188
1137 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
1138
5d63b30a
TT
11392019-09-26 Tom Tromey <tromey@adacore.com>
1140
1141 * gdb.ada/py_taft.exp: New file.
1142 * gdb.ada/py_taft/main.adb: New file.
1143 * gdb.ada/py_taft/pkg.adb: New file.
1144 * gdb.ada/py_taft/pkg.ads: New file.
1145
3d435220
TV
11462019-09-24 Tom de Vries <tdevries@suse.de>
1147
1148 PR gdb/24598
1149 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
1150
77d03678
TV
11512019-09-22 Tom de Vries <tdevries@suse.de>
1152
1153 * gdb.base/restore.exp: Allow register variables to be optimized out at
1154 -O0.
1155
abf516c6
UW
11562019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
1157
1158 * gdb.arch/spu-info.exp: Remove file.
1159 * gdb.arch/spu-info.c: Remove file.
1160 * gdb.arch/spu-ls.exp: Remove file.
1161 * gdb.arch/spu-ls.c: Remove file.
1162
1163 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
1164 * gdb.asm/spu.inc: Remove file.
1165
1166 * gdb.base/dump.exp: Remove support for spu*-*-*.
1167 * gdb.base/stack-checking.exp: Likewise.
1168 * gdb.base/overlays.exp: Likewise.
1169 * gdb.base/ovlymgr.c: Likewise.
1170 * gdb.base/spu.ld: Remove file.
1171
1172 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
1173 * gdb.cp/cpexprs.exp: Likewise.
1174 * gdb.cp/exception.exp: Likewise.
1175 * gdb.cp/gdb2495.exp: Likewise.
1176 * gdb.cp/mb-templates.exp: Likewise.
1177 * gdb.cp/pr9167.exp: Likewise.
1178 * gdb.cp/userdef.exp: Likewise.
1179
1180 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
1181
1182 * gdb.cell: Remove directory.
1183 * lib/cell.exp: Remove file.
1184
e452e88f
TV
11852019-09-19 Tom de Vries <tdevries@suse.de>
1186
1187 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
1188
8a625130
TV
11892019-09-19 Tom de Vries <tdevries@suse.de>
1190
1191 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
1192
81dc3ab5
TV
11932019-09-19 Tom de Vries <tdevries@suse.de>
1194
1195 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
1196 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
1197 (gdb_target_cmd): ... here.
1198 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
1199 value 2.
1200
b078f3ac
AB
12012019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
1202
1203 * gdb.base/source-dir.exp: Avoid having directory names in test
1204 names.
1205
f1b620e9
MG
12062019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1207
1208 * gdb.base/source-dir.exp: Add extra test for mapped compilation
1209 directory.
1210
67f3ed6a
AB
12112019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1212
1213 * gdb.base/list-missing-source.exp: New file.
1214
d1b70248
TV
12152019-09-14 Tom de Vries <tdevries@suse.de>
1216
1217 PR teststuite/24599
1218 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
1219 * lib/ada.exp (gnatmake_version_at_least): New proc.
1220
5fabdcd6
AB
12212019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1222
1223 * gdb.base/maint.exp: Use exec_has_index_section.
1224
aa17805f
AB
12252019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1226
1227 * gdb.base/maint.exp: Add test for 'maint info sections'.
1228
25e5c209
TV
12292019-09-12 Tom de Vries <tdevries@suse.de>
1230
1231 * gdb.base/store.exp: Allow register variables to be optimized out at
1232 -O0.
1233
4993045d
PW
12342019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1235
1236 * gdb.ada/rdv_wait.exp: Update to new task names.
1237 * gdb.base/task_switch_in_core.exp: Likewise.
1238 * gdb.base/info_sources_base.c: Likewise.
1239
8a516164
TT
12402019-09-10 Tom Tromey <tromey@adacore.com>
1241
1242 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
1243
aa391654
TT
12442019-09-10 Tom Tromey <tromey@adacore.com>
1245
1246 * gdb.ada/dgopt.exp: New file.
1247 * gdb.ada/dgopt/x.adb: New file.
1248
8634b462
TT
12492019-09-08 Tom Tromey <tom@tromey.com>
1250
1251 * gdb.tui/resize.exp: Remove setup_xfail.
1252 * gdb.tui/regs.exp: Remove setup_xfail.
1253 * gdb.tui/basic.exp: Remove setup_xfail.
1254
736b0f76
DB
12552019-09-06 David Blaikie <dblaikie@gmail.com>
1256
1257 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
1258 * gdb.cp/cplabel.exp: Ditto.
1259 * gdb.linespec/ls-errs.exp: Ditto.
1260
30331a6c
TV
12612019-09-05 Tom de Vries <tdevries@suse.de>
1262
1263 * lib/gdb.exp (cmp_file_string): New proc.
1264 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
1265 runto_main. Verify save breakpoints output.
1266
98b0ebab
PW
12672019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1268
1269 * gdb.base/info-var.exp: Test info variables without running
1270 to main, to avoid expect's buffer overflow.
1271
4e962e74
TT
12722019-09-03 Tom Tromey <tromey@adacore.com>
1273
1274 * gdb.ada/bias.exp: New file.
1275 * gdb.ada/bias/bias.adb: New file.
1276 * gdb.ada/print_chars.exp: Add regression test.
1277 * gdb.ada/print_chars/foo.adb (My_Character): New type.
1278 (MC): New variable.
1279
2ea1a07a
SL
12802019-08-29 Sandra Loosemore <sandra@codesourcery.com>
1281
1282 * gdb.base/argv0-symlink.exp: Run only on native target
1283 and local host.
1284
8077c50d
TV
12852019-08-29 Tom de Vries <tdevries@suse.de>
1286
1287 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
1288 diverse debug info.
1289 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
1290
48352473
TV
12912019-08-28 Tom de Vries <tdevries@suse.de>
1292
1293 * gdb.base/info-var.exp: Allow info variables to print info for files
1294 other than info-var-f1.c and info-var-f2.c.
1295
d8f27c60
AB
12962019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1297
1298 * gdb.fortran/info-types.exp: Add module.
1299 * gdb.fortran/info-types.f90: Update expected results.
1300
1f20c35e
AB
13012019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1302
1303 * gdb.fortran/info-types.exp: New file.
1304 * gdb.fortran/info-types.f90: New file.
1305 * lib/fortran.exp (fortran_character1): New proc.
1306
4acfdd20
AB
13072019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
1308
1309 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
1310 functions'. Reindent as needed.
1311 * gdb.base/info-var-f1.c: New file.
1312 * gdb.base/info-var-f2.c: New file.
1313 * gdb.base/info-var.exp: New file.
1314 * gdb.base/info-var.h: New file.
1315
5c31b358
TV
13162019-08-26 Tom de Vries <tdevries@suse.de>
1317
1318 PR c++/24852
1319 * gdb.cp/no-libstdcxx-probe.exp: New test.
1320
b694989f
TV
13212019-08-26 Tom de Vries <tdevries@suse.de>
1322
1323 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
1324 * tests need to be skipped.
1325 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
1326 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
1327 mi_skip_libstdcxx_probe_tests.
1328
d9c4ba53
SDJ
13292019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
1330
1331 * gdb.python/py-xmethods.exp: Use raw strings when passing
1332 arguments to SimpleXMethodMatcher.
1333
395fad09
TV
13342019-08-22 Tom de Vries <tdevries@suse.de>
1335
1336 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
1337 more informative.
1338
26c957f1
PA
13392019-08-21 Pedro Alves <palves@redhat.com>
1340
1341 * gdb.base/with.exp: Test "with" with no arguments.
1342
61f80d5d
TV
13432019-08-21 Tom de Vries <tdevries@suse.de>
1344
1345 * gdb.base/gdb-caching-proc.exp: Sort files.
1346
d7a11d13
TV
13472019-08-20 Tom de Vries <tdevries@suse.de>
1348
1349 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
1350 compilation.
1351
34dafe9f
TV
13522019-08-16 Tom de Vries <tdevries@suse.de>
1353
1354 * gdb.base/compare-sections.exp ("after run to main"): Allow
1355 mismatched read-only sections for PIE executables.
1356
398fdd60
TT
13572019-08-16 Tom Tromey <tom@tromey.com>
1358
1359 * lib/tuiterm.exp (_csi_Z): New proc.
1360 * gdb.tui/basic.exp: Update window positions.
1361 * gdb.tui/empty.exp: Update window positions.
1362
d8f9e51c
SL
13632019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1364
1365 * gdb.base/examine-backward.exp: Correct regexp for
1366 "examine 3 bytes backward from ${address_zero}".
1367
3df505f6
TT
13682019-08-15 Tom Tromey <tom@tromey.com>
1369
1370 * gdb.tui/empty.exp: Enable resizing tests.
1371
272560b5
TT
13722019-08-15 Tom Tromey <tromey@adacore.com>
1373
1374 * gdb.ada/char_enum.exp: Add regression tests.
1375 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
1376 and '0'.
1377 (Char, Gchar): Update.
1378 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
1379
08235187
CB
13802019-08-15 Christian Biesinger <cbiesinger@google.com>
1381
1382 * gdb.python/python.exp: Expect a leading underscore on
1383 GdbOutput{,Error}File.
1384
22a2ab04
SL
13852019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1386
1387 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
1388 Windows host.
1389
835b995b
SL
13902019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1391
1392 * gdb.base/batch-preserve-term-settings.exp
1393 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
1394
97dd8e07
CB
13952019-08-15 Christian Biesinger <cbiesinger@google.com>
1396
1397 * lib/gdb.exp: When running on a mingw target, replace
1398 /x/ with x:/.
1399
75faf5c4
AH
14002019-08-14 Alan Hayward <alan.hayward@arm.com>
1401
1402 * gdb.arch/aarch64-prologue.c: New test.
1403 * gdb.arch/aarch64-prologue.exp: New file.
1404
abc6c00f
TV
14052019-08-13 Tom de Vries <tdevries@suse.de>
1406
1407 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
1408 Thread.
1409
74c2c1f4
SL
14102019-08-13 Sandra Loosemore <sandra@codesourcery.com>
1411
1412 * gdb.python/py-completion.exp: Download the .py file to the host
1413 and use its host pathname. Conditionalize tests that use
1414 tab completion and manipulate files on the build machine.
1415 * gdb.python/py-events.exp: Download the .py file to the host
1416 and use its host pathname.
1417 * gdb.python/py-evsignal.exp: Likewise.
1418 * gdb.python/py-evthreads.exp: Likewise.
1419 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
1420 pathname syntax.
1421 * gdb.python/py-framefilter.exp: Download the .py file to the right
1422 place on the host. Match Windows pathname syntax.
1423 * gdb.python/py-mi-var-info-path-expression.exp: Download the
1424 .py file to the host and use its host pathname.
1425 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
1426 * gdb.python/py-objfile.exp: Expect a host pathname, not a
1427 build pathname. Skip symlink test on Windows host. Add missing
1428 newline at end of file.
1429 * gdb.python/py-pp-maint.exp: Download the .py file to the host
1430 and use its host pathname.
1431 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
1432 * gdb.python/py-section-script.exp: Use host location of binfile
1433 on safe-path. Use correct path separator on Windows host.
1434 Reorder alternatives in gdb_test_multiple to prevent matching
1435 the wrong alternative on success.
1436 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
1437
ca2589f3
PP
14382019-08-12 Patrick Palka <patrick@parcs.ath.cx>
1439
1440 * gdb.gdb/selftest.exp (test_with_self): Update test to now
1441 expect the GDB inferior to no longer immediately stop after
1442 being resumed with "signal SIGINT".
1443
020a839d
SL
14442019-08-09 Sandra Loosemore <sandra@codesourcery.com>
1445
1446 * gdb.linespec/break-ask.exp: Generalize regexps to match
1447 Windows pathnames too.
1448
128d6509
TV
14492019-08-08 Tom de Vries <tdevries@suse.de>
1450
1451 PR testsuite/24862
1452 * lib/tuiterm.exp (_accept): Fix CSI regexp.
1453
590042fc
PW
14542019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1455
1456 * gdb.base/style.exp: Update tests for help doc new invariants.
1457 * gdb.base/help.exp: Likewise.
1458
046bebe1
TT
14592019-08-06 Tom Tromey <tom@tromey.com>
1460
1461 * gdb.base/style.exp: Add disassemble test.
1462 * gdb.base/style.c (some_called_function): New function.
1463 (main): Use it.
1464
0b27c27d
CB
14652019-08-05 Christian Biesinger <cbiesinger@google.com>
1466
1467 * gdb.python/py-block.exp: Test dictionary access on blocks.
1468
580f1034
SM
14692019-08-05 Simon Marchi <simon.marchi@efficios.com>
1470
1471 PR gdb/24863
1472 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
1473 -list-thread-groups --available test when running under
1474 check-read1.
1475
d86bd7cb
TV
14762019-08-05 Tom de Vries <tdevries@suse.de>
1477
1478 PR testsuite/24863
1479 * lib/gdb.exp (with_read1_timeout_factor): New proc.
1480 * gdb.base/help.exp: Use with_read1_timeout_factor.
1481 * gdb.base/info-macros.exp: Same.
1482 * gdb.cp/nested-types.exp: Same.
1483
a80cf5d8
TV
14842019-08-05 Tom de Vries <tdevries@suse.de>
1485
1486 * lib/gdb.exp (version_at_least): Factor out of ...
1487 (tcl_version_at_least): ... here.
1488 (gdb_compile): Fail if pie results in non-PIE executable.
1489 (readelf_version, readelf_prints_pie): New proc.
1490 (exec_is_pie): Return -1 if unknown.
1491
d0962838
TV
14922019-08-05 Tom de Vries <tdevries@suse.de>
1493
1494 * lib/gdb.exp (tcl_version_at_least): Fix typo.
1495
2252ff3d
SL
14962019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1497
1498 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
1499
26655f53
SL
15002019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1501
1502 * lib/completion-support.exp (test_gdb_complete_none): Skip
1503 tab completion tests if no readline support.
1504 (test_gdb_complete_unique_re): Likewise.
1505 (test_gdb_complete_multiple): Likewise.
1506
db4dc13e
PW
15072019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1508
1509 * gdb.base/info_sources.exp: New file.
1510 * gdb.base/info_sources.c: New file.
1511 * gdb.base/info_sources_base.c: New file.
1512
0eba165a
PFC
15132019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1514
1515 * gdb.base/batch-exit-status.exp: Call test_exit_status with
1516 prefix argument.
1517 (test_exit_status): Add prefix argument.
1518
59bd512b
TV
15192019-08-01 Tom de Vries <tdevries@suse.de>
1520
1521 PR testsuite/24863
1522 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
1523 calling exp_continue for new thread and thread exited messages.
1524
2a3ad588
TV
15252019-08-01 Tom de Vries <tdevries@suse.de>
1526
1527 PR testsuite/24863
1528 * gdb.base/structs.exp: Fix check-read1 timeout using
1529 gdb_test_sequence.
1530 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
1531
117eb594
TV
15322019-08-01 Tom de Vries <tdevries@suse.de>
1533
1534 PR testsuite/24863
1535 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
1536 line.
1537
ed591340
TV
15382019-08-01 Tom de Vries <tdevries@suse.de>
1539
1540 PR testsuite/24863
1541 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
1542
aa3b6533
TT
15432019-07-30 Tom Tromey <tromey@adacore.com>
1544
1545 * gdb.ada/display_nested.exp: New file.
1546 * gdb.ada/display_nested/foo.adb: New file.
1547 * gdb.ada/display_nested/pack.adb: New file.
1548 * gdb.ada/display_nested/pack.ads: New file.
1549
2906593f
CB
15502019-07-30 Christian Biesinger <cbiesinger@google.com>
1551
1552 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
1553 namespace.
1554 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
1555
0f575925
TV
15562019-07-30 Tom de Vries <tdevries@suse.de>
1557
1558 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
1559 instead.
1560
b13057d9
TV
15612019-07-30 Tom de Vries <tdevries@suse.de>
1562
1563 PR testsuite/24834
1564 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
1565 (exec_is_pie): New proc.
1566
5c4dde85
CB
15672019-07-29 Christian Biesinger <cbiesinger@google.com>
1568
1569 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
1570
c620ed88
CB
15712019-07-29 Christian Biesinger <cbiesinger@google.com>
1572
1573 * gdb.python/py-objfile.c: Add global and static vars.
1574 * gdb.python/py-objfile.exp: Test new functions Objfile.
1575 lookup_global_symbol and lookup_static_symbol.
1576
3d235706
TT
15772019-07-29 Tom Tromey <tom@tromey.com>
1578
1579 * lib/tuiterm.exp (Term::_csi_@): New proc.
1580 (Term::_csi_X): Don't move cursor.
1581
c7e4c0a6
PW
15822019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1583
1584 * gdb.base/options.exp: Update backtrace - completion to
1585 new option -frame-info.
1586 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
1587 Test new 'set print frame-info'. Test backtrace -frame-info
1588 overriding 'set print frame-info'.
1589 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
1590 Test new 'set print frame-info'.
1591 Verify consistency of backtrace with and without filters, with and
1592 without -no-filters.
1593 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
1594 default.
1595
de28a3b7
TV
15962019-07-29 Tom de Vries <tdevries@suse.de>
1597
1598 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
1599 no arguments".
1600
507dd60e
TV
16012019-07-29 Tom de Vries <tdevries@suse.de>
1602
1603 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
1604 is a substring of the first for "complete non-unique file name".
1605
5beafce9
TV
16062019-07-29 Tom de Vries <tdevries@suse.de>
1607
1608 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
1609 with ".*".
1610
2d274232
TV
16112019-07-29 Tom de Vries <tdevries@suse.de>
1612
1613 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
1614 Pass prompt_regexp parameter to gdb_test_multiple calls.
1615
9197cd8b
TV
16162019-07-29 Tom de Vries <tdevries@suse.de>
1617
1618 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
1619 print registers" regexps.
1620
b528dae0
TV
16212019-07-29 Tom de Vries <tdevries@suse.de>
1622
1623 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
1624
d17725d7
TV
16252019-07-29 Tom de Vries <tdevries@suse.de>
1626
1627 PR gdb/24855
1628 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
1629 (skip_python_tests_prompt): Add prompt_regexp argument to
1630 gdb_test_multiple calls.
1631
52b75bf1
TT
16322019-07-27 Tom Tromey <tom@tromey.com>
1633
1634 * gdb.tui/main.exp: New file.
1635
2b1d00c2
TT
16362019-07-27 Tom Tromey <tom@tromey.com>
1637
1638 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
1639 optional.
1640 * gdb.tui/empty.exp: New file.
1641
ded631d5
TT
16422019-07-27 Tom Tromey <tom@tromey.com>
1643
1644 * lib/tuiterm.exp (spawn): New proc.
1645 (Term::resize): New proc.
1646 * gdb.tui/resize.exp: New file.
1647
58ac439d
TT
16482019-07-27 Tom Tromey <tom@tromey.com>
1649
1650 * gdb.tui/list.exp: New file.
1651
fe1f56ee
TT
16522019-07-27 Tom Tromey <tom@tromey.com>
1653
1654 * gdb.tui/regs.exp: New file.
1655
f790b310
TT
16562019-07-27 Tom Tromey <tom@tromey.com>
1657
1658 * gdb.tui/basic.exp: Add "layout split" test.
1659
d95fc6ee
TT
16602019-07-27 Tom Tromey <tom@tromey.com>
1661
1662 * gdb.tui/basic.exp: Add "layout asm" test.
1663
c3786b3a
TT
16642019-07-27 Tom Tromey <tom@tromey.com>
1665
1666 * lib/tuiterm.exp: New file.
1667 * gdb.tui/basic.exp: New file.
1668
98a617f8
KB
16692019-07-27 Kevin Buettner <kevinb@redhat.com>
1670
1671 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
1672 Enable tests associated with this flag. Adjust regex
1673 referencing "foo_low" to now refer to "foo_cold" instead.
1674
5c076da4
KB
16752019-07-27 Kevin Buettner <kevinb@redhat.com>
1676
1677 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
1678 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
1679 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
1680 foo_cold. Revise comments to match.
1681 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
1682 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
1683 were wrapped into this proc; Call do_test in loop from outermost
1684 level.
1685 (foo_low): Rename all occurrences to "foo_cold".
1686 (backtrace from baz): New test.
1687 (x2/i foo_cold): New test.
1688 (info line *foo_cold): New test.
1689
1512d3b7
TV
16902019-07-26 Tom de Vries <tdevries@suse.de>
1691
1692 * gdb.arch/i386-pkru.exp: Fix unterminated string.
1693
297989a1
TV
16942019-07-25 Tom de Vries <tdevries@suse.de>
1695
1696 PR testsuite/24830
1697 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
1698 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
1699 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
1700 (skip_libstdcxx_probe_tests): ... here.
1701 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
1702
b3b965fb
TV
17032019-07-24 Tom de Vries <tdevries@suse.de>
1704
1705 PR testsuite/24807
1706 * gdb.objc/basicclass.m: Include stdio.h.
1707 * gdb.objc/nondebug.m: Same.
1708 * gdb.objc/objcdecode.m: Same.
1709
4625b4d0
TV
17102019-07-24 Tom de Vries <tdevries@suse.de>
1711
1712 PR testsuite/24612
1713 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
1714 additional_flags.
1715
024a5840
TV
17162019-07-24 Tom de Vries <tdevries@suse.de>
1717
1718 PR testsuite/24831
1719 * gdb.multi/tids.exp: Update error messages for info threads.
1720
c76ddaa3
TV
17212019-07-24 Tom de Vries <tdevries@suse.de>
1722
1723 * gdb.base/info-types.exp: Allow info types to print info for more than
1724 one file.
1725
9a618ef6
TV
17262019-07-23 Tom de Vries <tdevries@suse.de>
1727
1728 PR testsuite/24842
1729 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
1730 gdb_spawn_with_cmdline_opts.
1731
40eadf04
SP
17322019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1733
1734 * gdb.arch/arm-cmse-sgstubs.c: New test.
1735 * gdb.arch/arm-cmse-sgstubs.exp: New file.
1736
5ba29434
TV
17372019-07-23 Tom de Vries <tdevries@suse.de>
1738
1739 PR testsuite/24711
1740 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
1741 issuing next command.
1742
a8e9d247
AB
17432019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1744
1745 * gdb.ada/info_auto_lang.exp: Update expected results.
1746 * gdb.base/info-types.c: Add additional types to check.
1747 * gdb.base/info-types.exp: Update expected results.
1748
eb86c5e2
AB
17492019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1750
1751 * gdb.base/info-types.c: New file.
1752 * gdb.base/info-types.exp: New file.
1753
01e175fe
AB
17542019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
1755
1756 * gdb.arch/riscv-bp-infcall.c: New file.
1757 * gdb.arch/riscv-bp-infcall.exp: New file.
1758
6b78c3f8
AB
17592019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
1760
1761 PR breakpoints/24541
1762 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
1763
da738167
TV
17642019-07-14 Tom de Vries <tdevries@suse.de>
1765
1766 PR testsuite/24760
1767 * gdb.objc/basicclass.exp: Fix unterminated string.
1768
0d4e84ed
AB
17692019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
1770 Andrew Burgess <andrew.burgess@embecosm.com>
1771
1772 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
1773 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
1774 negative bounds.
1775 * gdb.fortran/vla-value.exp: Print elements of an array with
1776 negative bounds.
1777 * gdb.fortran/vla.f90: Setup an array with negative bounds for
1778 testing.
1779
021d8588
AB
17802019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
1781
1782 * gdb.base/options.exp (expect_string): Dequote strings in
1783 results.
1784 (test-string): Test strings with different quoting and reindent.
1785
f06f1252
TT
17862019-07-10 Tom Tromey <tromey@adacore.com>
1787
1788 * gdb.ada/mi_ex_cond.exp: Update expected results.
1789 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
1790 * gdb.ada/mi_catch_ex.exp: Update expected results.
1791 * gdb.ada/mi_catch_assert.exp: Update expected results.
1792 * gdb.ada/catch_ex.exp (catch_exception_info)
1793 (catch_exception_entry, catch_assert_entry)
1794 (catch_unhandled_entry): Update.
1795 * gdb.ada/catch_assert_if.exp: Update expected results.
1796
b863685d
RB
17972019-07-10 Richard Bunt <richard.bunt@arm.com>
1798 Stephen Roberts <stephen.roberts@arm.com>
1799
1800 * gdb.base/define.exp: Restore original prompt.
1801
cb1e4e32
PA
18022019-07-09 Pedro Alves <palves@redhat.com>
1803
1804 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
1805 breakpoints" output.
1806 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
1807 * gdb.python/py-breakpoint.exp: No longer expect that "catch
1808 throw" creates breakpoint.
1809 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
1810 'type="catchpoint"'.
1811
b58a68fe
PA
18122019-07-09 Pedro Alves <palves@redhat.com>
1813
1814 PR c++/15468
1815 * gdb.cp/except-multi-location-lib.cc: New.
1816 * gdb.cp/except-multi-location-main.cc: New.
1817 * gdb.cp/except-multi-location.exp: New.
1818
0826779b
PW
18192019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
1820
1821 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
1822 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
1823 argument and update callers.
1824
5b0e2db4
AB
18252019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1826
1827 * gdb.arch/amd64-break-on-asm-line.S: New file.
1828 * gdb.arch/amd64-break-on-asm-line.exp: New file.
1829
1f6f6e21
PW
18302019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1831
1832 * gdb.base/printcmds.exp: Test printing C string and
1833 C wide string convenience vars without transiting via the inferior.
1834 Also make test names unique.
1835
ea142fbf
AH
18362019-07-08 Alan Hayward <alan.hayward@arm.com>
1837
5862c886 1838 PR breakpoints/25011
ea142fbf
AH
1839 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
1840
213fd9fa
PA
18412019-07-04 Pedro Alves <palves@redhat.com>
1842
1843 * lib/gdb.exp (foreach_with_prefix): Don't return early if
1844 body returned ok(0), break(3) or continue(4).
1845 * gdb.testsuite/foreach_with_prefix.exp: New file.
1846
2b40fda7
AH
18472019-07-04 Alan Hayward <alan.hayward@arm.com>
1848
1849 * gdb.server/unittest.exp: Allow 0 unit tests to run.
1850
a26c8de0
PA
18512019-07-03 Pedro Alves <palves@redhat.com>
1852
1853 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
1854 "return -code".
1855
5f4ba3e7
PA
18562019-07-03 Pedro Alves <palves@redhat.com>
1857
1858 PR cli/24732
1859 * gdb.base/shell.exp: Load completion-support.exp.
1860 Adjust expected error output. Add completion tests.
1861
a994424f
PA
18622019-07-03 Pedro Alves <palves@redhat.com>
1863
1864 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
1865 string_to_regexp.
1866
3d9be6f5
PA
18672019-07-03 Pedro Alves <palves@redhat.com>
1868
1869 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
1870 (expect_integer): Adjust to expect "-string".
1871 (expect_string): New.
1872 (all_options): Expect "-string".
1873 (test-flag, test-boolean): Adjust to expect "-string".
1874 (test-string): New proc.
1875 (top level): Call it.
1876
41fc454c
PA
18772019-07-03 Pedro Alves <palves@redhat.com>
1878
1879 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
1880 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
1881 the expected output in the success.
1882
b2b2a215
PA
18832019-07-03 Pedro Alves <palves@redhat.com>
1884
1885 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1886 Split one gdb_test_multiple call in two to avoid a race.
1887
fdbc9870
PA
18882019-07-03 Pedro Alves <palves@redhat.com>
1889
1890 * gdb.base/with.c: New file.
1891 * gdb.base/with.exp: New file.
1892
c6ac8931
PA
18932019-07-03 Pedro Alves <palves@redhat.com>
1894
1895 * gdb.base/settings.exp: Replace all references to "maint
1896 test-settings set" with references to "maint set test-settings",
1897 and all references to "maint test-settings show" with references
1898 to "maint show test-settings".
1899
970f9d09
PA
19002019-07-03 Pedro Alves <palves@redhat.com>
1901
1902 * gdb.base/settings.exp (test-string): Adjust expected out when
1903 testing "maint test-settings show filename"
1904
54d66006
PA
19052019-07-02 Pedro Alves <palves@redhat.com>
1906
1907 * gdb.base/options.exp (test-info-threads): New procedure.
1908 (top level): Call it.
1909
10d06d82
TT
19102019-06-28 Tom Tromey <tromey@adacore.com>
1911
1912 * gdb.dwarf2/ada-linkage-name.c: New file.
1913 * gdb.dwarf2/ada-linkage-name.exp: New file.
1914
3d507ff2
TT
19152019-06-27 Tom Tromey <tromey@adacore.com>
1916
d039f014 1917 PR c++/20020:
3d507ff2
TT
1918 * gdb.cp/constexpr-field.exp: Use setup_xfail.
1919
8af58ffe
TV
19202019-06-26 Tom de Vries <tdevries@suse.de>
1921
1922 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
1923
22e21752
TV
19242019-06-26 Tom de Vries <tdevries@suse.de>
1925
1926 * gdb.base/index-cache.exp: Add back missing debug option.
1927
b65b566c
PW
19282019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1929
1930 * gdb.base/alias.exp: Test non matching/non existing prefixes.
1931
5c2c8c69
TV
19322019-06-25 Tom de Vries <tdevries@suse.de>
1933
1934 PR testsuite/24727
1935 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
1936
164e3873
TV
19372019-06-24 Tom de Vries <tdevries@suse.de>
1938
1939 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
1940
824eacee
TV
19412019-06-24 Tom de Vries <tdevries@suse.de>
1942
1943 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
1944 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
1945 * gdb.trace/unavailable-dwarf-piece.exp: Same.
1946
385b97d3
TV
19472019-06-24 Tom de Vries <tdevries@suse.de>
1948
1949 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
1950
c596f180
TV
19512019-06-21 Tom de Vries <tdevries@suse.de>
1952
1953 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
1954
b13a7d03
TV
19552019-06-21 Tom de Vries <tdevries@suse.de>
1956
1957 PR testsuite/24518
1958 PR ada/24713
1959 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
1960 index.
1961
899277ae
TT
19622019-06-19 Tom Tromey <tromey@adacore.com>
1963
1964 * gdb.ada/length_cond.exp: Add intro comment.
1965
680e1bee
TT
19662019-06-19 Tom Tromey <tromey@adacore.com>
1967
1968 * gdb.ada/length_cond.exp: New file.
1969 * gdb.ada/length_cond/length_cond.adb: New file.
1970 * gdb.ada/length_cond/pck.adb: New file.
1971 * gdb.ada/length_cond/pck.ads: New file.
1972
0ed4690a
TV
19732019-06-18 Tom de Vries <tdevries@suse.de>
1974
1975 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
1976
d20ed5fd
TT
19772019-06-18 Tom Tromey <tromey@adacore.com>
1978
1979 * gdb.base/list0.h: Add comment explaining control character.
1980
86e04673
TV
19812019-06-18 Tom de Vries <tdevries@suse.de>
1982
1983 * boards/fission.exp: Break up long debug_flags line.
1984
c4973306
SM
19852019-06-16 Tom de Vries <tdevries@suse.de>
1986
1987 PR gdb/24445
1988 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
1989 generated index.
1990
93cb9841
AB
19912019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
1992
1993 PR gdb/24686
1994 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
1995 improve detection of bug gdb/24541.
1996
399aaebd
SM
19972019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
1998
1999 PR gdb/24669
2000 * gdb.base/index-cache.exp (uses_readnow,
2001 expecting_index_cache_use): Define global variable.
2002 (test_cache_enabled_miss, test_cache_enabled_hit): Use
2003 expecting_index_cache_use.
2004
584a927c
AB
20052019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
2006 Andrew Burgess <andrew.burgess@embecosm.com>
2007
2008 * gdb.fortran/pointers.f90: New file.
2009 * gdb.fortran/print_type.exp: New file.
2010 * gdb.fortran/vla-ptype.exp: Adapt expected results.
2011 * gdb.fortran/vla-type.exp: Likewise.
2012 * gdb.fortran/vla-value.exp: Likewise.
2013 * gdb.mi/mi-vla-fortran.exp: Likewise.
2014
30056ea0
AB
20152019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2016
2017 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
2018 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
2019 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
2020 as a stop reason.
2021
ec8e2b6d
AB
20222019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2023
2024 * gdb.base/annota1.exp: Update expected results.
2025 * gdb.cp/annota2.exp: Likewise.
2026 * gdb.cp/annota3.exp: Likewise.
2027
09e4c4e1
AB
20282019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2029
2030 * gdb.base/style-logging.exp: Remove path from test name.
2031
0735b091
TT
20322019-06-14 Tom Tromey <tromey@adacore.com>
2033
2034 PR gdb/24502:
2035 * gdb.base/style-logging.exp: New file.
2036
f5686554
TT
20372019-06-14 Tom Tromey <tromey@adacore.com>
2038
2039 * gdb.base/symfile-warn.exp: New file.
2040 * gdb.base/symfile-warn.c: New file.
2041
a0c1ffed
TT
20422019-06-14 Tom Tromey <tromey@adacore.com>
2043
2044 * gdb.base/annotate-symlink.exp: New file.
2045
f411722c
TT
20462019-06-14 Tom Tromey <tromey@adacore.com>
2047
2048 * gdb.ada/set_wstr.exp: Add reassignment test.
2049
4268ec18
TT
20502019-06-14 Tom Tromey <tromey@adacore.com>
2051
2052 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
2053 'unchecked_access and 'unrestricted_access as well.
2054
9a9e394b
TT
20552019-06-14 Tom Tromey <tromey@adacore.com>
2056
2057 PR ada/24539:
2058 * gdb.ada/vla.exp: Update tests.
2059 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
2060 pragma.
2061
4c048731
PA
20622019-06-13 Pedro Alves <palves@redhat.com>
2063
2064 * gdb.base/settings.exp (test-integer): Test junk after
2065 "unlimited".
2066
6665660a
PA
20672019-06-13 Pedro Alves <palves@redhat.com>
2068
2069 * gdb.base/options.exp (test-thread-apply): New.
2070 (top level): Call it.
2071
5d707134
PA
20722019-06-13 Pedro Alves <palves@redhat.com>
2073
2074 * gdb.base/options.exp (test-frame-apply): New.
2075 (top level): Test print commands with different "frame apply"
2076 prefixes.
2077
e2a689da
PA
20782019-06-13 Pedro Alves <palves@redhat.com>
2079
e79be6e5 2080 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
2081 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
2082 'max_completions' parameter and handle it.
2083 (test_gdb_completion_offers_commands): New.
2084
90a1ef87
PA
20852019-06-13 Pedro Alves <palves@redhat.com>
2086
2087 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
2088
d4c16835
PA
20892019-06-13 Pedro Alves <palves@redhat.com>
2090
2091 * gdb.base/options.exp (test-backtrace): New.
2092 (top level): Call it.
2093
2daf894e
PA
20942019-06-13 Pedro Alves <palves@redhat.com>
2095
2096 * gdb.guile/scm-frame-args.exp: Use "set print
2097 raw-frame-arguments" instead of "set print raw frame-arguments".
2098 * gdb.python/py-frame-args.exp: Likewise.
2099
e6ed716c
PA
21002019-06-13 Pedro Alves <palves@redhat.com>
2101
2102 * gdb.compile/compile.exp: Adjust expected output to option
2103 processing changes.
2104
7d8062de
PA
21052019-06-13 Pedro Alves <palves@redhat.com>
2106
2107 * gdb.base/options.exp: Build executable.
2108 (test-print): New procedure.
2109 (top level): Call it, once for "print" and another for "compile
2110 print".
2111
9d0faba9
PA
21122019-06-13 Pedro Alves <palves@redhat.com>
2113
2114 * gdb.base/options.c: New file.
2115 * gdb.base/options.exp: New file.
2116
dee7b4c8
PA
21172019-06-13 Pedro Alves <palves@redhat.com>
2118
2119 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
2120 that "o" is ambiguous.
2121
dca0f6c0
PA
21222019-06-13 Pedro Alves <palves@redhat.com>
2123
2124 * gdb.base/settings.c: New file.
2125 * gdb.base/settings.exp: New file.
2126
ccf46844
PA
21272019-06-13 Pedro Alves <palves@redhat.com>
2128
2129 * gdb.base/completion.exp: Fix comment typo.
2130
b9a3f842
PA
21312019-06-13 Pedro Alves <palves@redhat.com>
2132
2133 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
2134 foo --1" test.
2135
d106773e
PA
21362019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
2137
2138 * gdb.fortran/block-data.f: New.
2139 * gdb.fortran/block-data.exp: New.
2140
fea82da0
TV
21412019-06-11 Tom de Vries <tdevries@suse.de>
2142
2143 PR testsuite/24521
2144 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
2145 message.
2146
8c2e74f1
TV
21472019-06-11 Tom de Vries <tdevries@suse.de>
2148
2149 PR testsuite/24521
2150 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
2151
b49851c8
TV
21522019-06-11 Tom de Vries <tdevries@suse.de>
2153
2154 * boards/readnow.exp: New file.
2155
a7067863
AB
21562019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
2157
2158 * gdb.fortran/vla-sizeof.exp: Update expected results.
2159
1a3da2cd
AB
21602019-06-06 Amos Bird <amosbird@gmail.com>
2161
2162 * gdb.base/annota1.exp (thread_switch): Add test for
2163 thread-exited annotation.
2164
3847a7bf
TT
21652019-06-06 Tom Tromey <tromey@adacore.com>
2166
2167 * gdb.base/maint.exp: Expect command started/finished output.
2168
0088ba59
AB
21692019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2170
2171 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
2172 comment.
2173 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
2174
312617a3
AB
21752019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2176
2177 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
2178 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
2179 * gdb.arch/riscv-unwind-long-insn.c: New file.
2180 * gdb.arch/riscv-unwind-long-insn.exp: New file.
2181
e1f2e1a2
CB
21822019-06-04 Christian Biesinger <cbiesinger@google.com>
2183
d3238f7d 2184 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 2185
206584bd
PW
21862019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2187
2188 * lib/gdb.exp (help_list_trailer): New regexp variable
2189 factorizing the help trailer message.
2190 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
2191 arg to allow to better factorize various tests.
2192 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
2193 (test_prefix_command_help): Use help_list_trailer.
2194 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
2195 * gdb.guile/scm-cmd.exp: Likewise.
2196 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
2197 * gdb.base/help.exp: Use test_user_defined_class_help.
2198 * gdb.base/style.exp: Add tests for styling of help and apropos.
2199 * lib/gdb-utils.exp (style): Add title and highlight styles.
2200
708dc93e
PW
22012019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2202
2203 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
2204 $_shell_exitsignal.
2205 * gdb.base/default.exp: Update for new convenience variables.
2206
f49055a5
TT
22072019-05-29 Tom Tromey <tromey@adacore.com>
2208
2209 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
2210 to "break complete ada" test case's regexp.
2211
4330d61d
TT
22122019-05-29 Tom Tromey <tromey@adacore.com>
2213
2214 PR c++/20020:
2215 * gdb.cp/constexpr-field.exp: New file.
2216 * gdb.cp/constexpr-field.cc: New file.
2217
000439d5
TT
22182019-05-29 Tom Tromey <tromey@adacore.com>
2219
2220 * gdb.base/finish.exp (finish_no_print): New proc.
2221 (finish_tests): Call it.
2222
5a01c34c
TV
22232019-05-24 Tom de Vries <tdevries@suse.de>
2224
2225 * gdb.dwarf2/gdb-add-index.exp: New file.
2226
18125b16
TT
22272019-05-22 Tom Tromey <tromey@adacore.com>
2228
2229 * gdb.base/info-shared.exp (check_info_shared): Use "style".
2230 * gdb.base/style.exp: Use "style".
2231 * lib/gdb-utils.exp (style): New proc.
2232
af1a8d03
TV
22332019-05-22 Tom de Vries <tdevries@suse.de>
2234
2235 * gdb.base/align.exp: Require c++11.
2236
e7fe496b
TV
22372019-05-22 Tom de Vries <tdevries@suse.de>
2238
2239 PR testsuite/24586
2240 * gdb.python/py-mi-var-info-path-expression.exp: Call
2241 mi_skip_python_tests to check if python is supported.
2242
8fca4da0
AH
22432019-05-22 Alan Hayward <alan.hayward@arm.com>
2244
2245 * gdb.arch/aarch64-pauth.c: New test.
2246 * gdb.arch/aarch64-pauth.exp: New file.
2247
b7060614
AH
22482019-05-22 Alan Hayward <alan.hayward@arm.com>
2249
2250 * README (Re-running Tests Outside The Testsuite): New section.
2251
669d0468
TV
22522019-05-21 Tom de Vries <tdevries@suse.de>
2253
2254 * gdb.arch/amd64-eval.exp: Require c++11.
2255 * gdb.base/max-depth.exp: Same.
2256 * gdb.compile/compile-cplus-array-decay.exp: Same.
2257 * gdb.cp/meth-typedefs.exp: Same.
2258 * gdb.cp/subtypes.exp: Same.
2259 * gdb.cp/temargs.exp: Same.
2260
ce3ebcaa
AH
22612019-05-21 Alan Hayward <alan.hayward@arm.com>
2262
2263 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
2264
34d11c68
AB
22652019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
2266
2267 PR gdb/18644
2268 * gdb.fortran/complex.exp: Remove setup_kfail calls.
2269 * gdb.fortran/printing-types.exp: Add new test.
2270 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
2271 testing.
2272 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
2273 setup_kfail call.
2274
87781e84
AH
22752019-05-17 Alan Hayward <alan.hayward@arm.com>
2276
2277 * README (Running the Testsuite): Change example.
2278 (Testsuite Parameters): Remove TRANSCRIPT.
2279 * lib/gdb.exp: Remove TRANSCRIPT check.
2280
b420b89e
AH
22812019-05-17 Alan Hayward <alan.hayward@arm.com>
2282
2283 * README (Testsuite Parameters): Add replay logging to
2284 GDBSERVER_DEBUG.
2285 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
2286 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
2287 as a comma separated list.
2288 (gdb_debug_init): Override procedure.
2289
408e9b8b
AH
22902019-05-17 Alan Hayward <alan.hayward@arm.com>
2291
2292 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
2293 (gdb_write_cmd_file): New procedure.
2294 * lib/gdbserver-support.exp (gdbserver_start): Call
2295 gdbserver_write_cmd_file.
2296 (gdbserver_write_cmd_file): New procedure.
2297
f9e2e39d
AH
22982019-05-17 Alan Hayward <alan.hayward@arm.com>
2299
2300 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
2301 (delete_breakpoints): Likewise.
2302 (gdb_run_cmd): Likewise.
2303 (gdb_start_cmd): Likewise.
2304 (gdb_starti_cmd): Likewise.
2305 (gdb_internal_error_resync): Likewise.
2306 (gdb_test_multiple): Likewise.
2307 (gdb_reinitialize_dir): Likewise.
2308 (default_gdb_exit): Likewise.
2309 (gdb_file_cmd): Mark kill as optional.
2310 (default_gdb_start): Call gdb_stdin_log_init.
2311 (send_gdb): Call gdb_stdin_log_write.
2312 (rerun_to_main): Mark Y as an answer.
2313 (gdb_stdin_log_init): New function.
2314 (gdb_stdin_log_write): Likewise.
2315
81f47ac2
AH
23162019-05-17 Alan Hayward <alan.hayward@arm.com>
2317
2318 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
2319 * gdb.base/debug-expr.exp: Likewise.
2320 * gdb.base/foll-fork.exp: Likewise.
2321 * gdb.base/foll-vfork.exp: Likewise.
2322 * gdb.base/fork-print-inferior-events.exp: Likewise.
2323 * gdb.base/gdb-sigterm.exp: Likewise.
2324 * gdb.base/gdbinit-history.exp: Likewise.
2325 * gdb.base/osabi.exp: Likewise.
2326 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2327 * gdb.base/ui-redirect.exp: Likewise.
2328 * gdb.gdb/unittest.exp: Likewise.
2329 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
2330 * gdb.mi/mi-watch.exp: Likewise.
2331 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2332 * gdb.mi/user-selected-context-sync.exp: Likewise.
2333 * gdb.python/python.exp: Disable debug test when debugging.
2334 * gdb.threads/check-libthread-db.exp: Disable when debugging.
2335 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2336 Likewise.
2337 * gdb.threads/stepi-random-signal.exp: Likewise.
2338
29b52314
AH
23392019-05-17 Alan Hayward <alan.hayward@arm.com>
2340
2341 * Makefile.in: Pass through GDB_DEBUG.
2342 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
2343 (gdb,debug): Add board setting.
2344 * lib/gdb.exp (default_gdb_start): Start debugging.
2345 (gdb_debug_enabled): New procedure.
2346 (gdb_debug_init): Likewise.
29b52314
AH
2347
23482019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 2349
29b52314
AH
2350 * Makefile.in: Pass through GDB_DEBUG.
2351 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
2352 (gdb,debug): Add board setting.
2353 * lib/gdb.exp (default_gdb_start): Start debugging.
2354 (gdb_debug_enabled): New procedure.
2355 (gdb_debug_init): Likewise.
29b52314 2356
ca1285d1
AH
23572019-05-17 Alan Hayward <alan.hayward@arm.com>
2358
2359 * gdb.base/ui-redirect.exp: Add debug redirect tests.
2360
f3a09c80
AH
23612019-05-17 Alan Hayward <alan.hayward@arm.com>
2362
2363 * gdb.base/ui-redirect.exp: Test redirection.
2364
26648588
JV
23652019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
2366
2367 * gdb.mi/mi-complete.exp: New file.
2368 * gdb.mi/mi-complete.cc: Likewise.
2369
14237686
AB
23702019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
2371
2372 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
2373 indexed and sliced arrays, and pointers to arrays.
2374
e7bd7fba
TT
23752019-05-14 Tom Tromey <tromey@adacore.com>
2376
2377 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
2378 styling test.
2379
2764128d
TV
23802019-05-14 Tom de Vries <tdevries@suse.de>
2381
2382 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
2383 selection entry encoding.
2384
71bed2db
TT
23852019-05-10 Tom Tromey <tromey@adacore.com>
2386
2387 * gdb.ada/info_exc.exp: Add "complete" test.
2388
63b667ad
TV
23892019-05-09 Tom de Vries <tdevries@suse.de>
2390
2391 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
2392 CU-relative.
2393
9cfd2b89
TV
23942019-05-09 Tom de Vries <tdevries@suse.de>
2395
2396 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
2397 CU-relative.
2398
2228ef77
XR
23992019-05-08 Joel Brobecker <brobecker@adacore.com>
2400
2401 * gdb.ada/frame_arg_lang.exp: New testcase.
2402 * gdb.ada/frame_arg_lang/bla.adb: New file.
2403 * gdb.ada/frame_arg_lang/pck.ads: New file.
2404 * gdb.ada/frame_arg_lang/pck.adb: New file.
2405 * gdb.ada/frame_arg_lang/foo.c: New file.
2406
80e55b13
TT
24072019-05-08 Tom Tromey <tromey@adacore.com>
2408
2409 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
2410
9d3421af
TT
24112019-05-08 Tom Tromey <tromey@adacore.com>
2412
2413 * gdb.base/ptype-offsets.exp: Update tests.
2414
844333e2
TT
24152019-05-08 Tom Tromey <tromey@adacore.com>
2416
2417 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
2418 cases.
2419 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
2420 "short".
2421
988915ee
TT
24222019-05-08 Tom Tromey <tromey@adacore.com>
2423
2424 * gdb.ada/vla.exp: New file.
2425 * gdb.ada/vla/vla.adb: New file.
2426
7bd55dac
TV
24272019-05-07 Tom de Vries <tdevries@suse.de>
2428
2429 * gdb.base/index-cache.exp (ls_host): Fix return statement.
2430
75f06e9d
TV
24312019-05-07 Tom de Vries <tdevries@suse.de>
2432
2433 PR testsuite/24522
2434 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
2435 section.
2436
77e7aaa4
TV
24372019-05-07 Tom de Vries <tdevries@suse.de>
2438
2439 PR testsuite/24522
2440 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
2441 .debug_aranges section.
2442
456ba0fa
TV
24432019-05-07 Tom de Vries <tdevries@suse.de>
2444
2445 PR testsuite/24159
2446 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
2447
5a56d6a6
TV
24482019-05-06 Tom de Vries <tdevries@suse.de>
2449
2450 * lib/gdb.exp (exec_has_index_section): New proc.
2451 * gdb.base/index-cache.exp: Handle case that binfile contains an index
2452 section.
2453
9d6d4be8
TV
24542019-05-04 Tom de Vries <tdevries@suse.de>
2455
2456 * boards/cc-with-debug-names.exp: New file.
2457
222a8d25
TT
24582019-05-03 Tom Tromey <tromey@adacore.com>
2459
2460 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
2461 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
2462 * gdb.ada/char_enum.exp: Add test.
2463
0fdfd794
TV
24642019-05-03 Tom de Vries <tdevries@suse.de>
2465
2466 * boards/cc-with-gdb-index.exp: New file.
2467
80062eb9
AB
24682019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
2469
2470 * gdb.rust/simple.exp: Add new test case.
2471 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
2472 (main): Initialise an instance of the new struct.
2473
4504bbde
TT
24742019-05-01 Tom Tromey <tromey@adacore.com>
2475
2476 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
2477 record.
2478 (NPR): New variable.
2479 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
2480 test.
2481
d48e62f4
TT
24822019-05-01 Tom Tromey <tromey@adacore.com>
2483
2484 * gdb.ada/packed_array_assign.exp: Add packed assignment
2485 regression test.
2486
f59f30f5
TV
24872019-05-01 Tom de Vries <tdevries@suse.de>
2488
2489 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
2490
b70bfc54
TV
24912019-05-01 Tom de Vries <tdevries@suse.de>
2492
2493 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
2494
15f18d14
AT
24952019-04-30 Ali Tamur <tamur@google.com>
2496
2497 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
2498
2ff0a947
TT
24992019-04-30 Tom Tromey <tromey@adacore.com>
2500
2501 * lib/ada.exp (find_ada_tool): New proc.
2502 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
2503 * gdb.ada/catch_ex_std.exp: New file.
2504 * gdb.ada/catch_ex_std/foo.adb: New file.
2505 * gdb.ada/catch_ex_std/some_package.adb: New file.
2506 * gdb.ada/catch_ex_std/some_package.ads: New file.
2507
a776957c
TT
25082019-04-30 Tom Tromey <tromey@adacore.com>
2509
2510 PR c++/24470:
2511 * gdb.cp/temargs.cc: Add test code from PR.
2512
bc68014d
AB
25132019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2514
2515 * gdb.fortran/vla-datatypes.exp: Update expected results.
2516 * gdb.fortran/vla-ptype.exp: Likewise.
2517 * gdb.fortran/vla-type.exp: Likewise.
2518 * gdb.fortran/vla-value.exp: Likewise.
2519
f1fdc960
AB
25202019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2521
2522 * gdb.fortran/ptr-indentation.exp: Update expected results.
2523 * gdb.fortran/ptype-on-functions.exp: Likewise.
2524 * gdb.fortran/vla-ptr-info.exp: Likewise.
2525 * gdb.fortran/vla-value.exp: Likewise.
2526
bf7a4de1
AB
25272019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2528
2529 * gdb.fortran/ptype-on-functions.exp: New file.
2530 * gdb.fortran/ptype-on-functions.f90: New file.
2531
bbe75b9d
AB
25322019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2533
2534 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
2535 case void string.
2536
1db455a7
AB
25372019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2538
2539 * gdb.fortran/complex.exp: Expand.
2540 * gdb.fortran/complex.f: Renamed to...
2541 * gdb.fortran/complex.f90: ...this, and extended to add more
2542 complex values.
2543
b6d03bb2
AB
25442019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2545
2546 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
2547 MODULO, CMPLX.
2548
2e62ab40
AB
25492019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
2550 Richard Bunt <richard.bunt@arm.com>
2551
2552 * gdb.base/max-depth.c: New file.
2553 * gdb.base/max-depth.exp: New file.
2554 * gdb.python/py-nested-maps.c: New file.
2555 * gdb.python/py-nested-maps.exp: New file.
2556 * gdb.python/py-nested-maps.py: New file.
2557 * gdb.python/py-format-string.exp (test_max_depth): New proc.
2558 (test_all_common): Call test_max_depth.
2559 * gdb.fortran/max-depth.exp: New file.
2560 * gdb.fortran/max-depth.f90: New file.
2561 * gdb.go/max-depth.exp: New file.
2562 * gdb.go/max-depth.go: New file.
2563 * gdb.modula2/max-depth.exp: New file.
2564 * gdb.modula2/max-depth.c: New file.
2565 * lib/gdb.exp (get_print_expr_at_depths): New proc.
2566
d2b584a5
TV
25672019-04-29 Tom de Vries <tdevries@suse.de>
2568
2569 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
2570
136afab8
PW
25712019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2572
2573 * gdb.base/callexit.exp: Test may-call-functions off.
2574
725cbb63
KS
25752019-04-25 Keith Seitz <keiths@redhat.com>
2576
2577 PR c++/24367
2578 * gdb.cp/meth-typedefs.cc (incomplete_struct)
2579 (another_incomplete_struct, test_incomplete): New definitions.
2580 (main): Use new definitions.
2581 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
2582 functions.
2583
701adfb0
PA
25842019-04-25 Ali Tamur <tamur@google.com>
2585
2586 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
2587
82433e3e
SDJ
25882019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
2589
2590 PR corefiles/11608
2591 PR corefiles/18187
2592 * gdb.base/coredump-filter-build-id.exp: New file.
2593
dd06d4d6
AH
25942019-04-25 Alan Hayward <alan.hayward@arm.com>
2595
e79be6e5
SM
2596 * Makefile.in: Pass through GDBSERVER_DEBUG.
2597 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
2598 (gdbserver,debug): Add board setting.
2599 * gdb.trace/tspeed.exp: Skip when debugging.
2600 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
2601 * lib/gdbserver-support.exp: Likewise
dd06d4d6 2602
1670072e
TT
26032019-04-24 Tom Tromey <tromey@adacore.com>
2604
2605 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
2606 Rust.
2607
a59240a4
TT
26082019-04-24 Tom Tromey <tromey@adacore.com>
2609
2610 * gdb.arch/amd64-eval.exp: Test bitfield return.
2611 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
2612 (class Foo) <return_bitfields>: New method.
2613 (main): Call it.
2614
b907456c
AB
26152019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
2616
2617 * gdb.cp/many-args.cc: New file.
2618 * gdb.cp/many-args.exp: New file.
2619
5c565afd
TV
26202019-04-23 Tom de Vries <tdevries@suse.de>
2621
2622 PR gdb/24433
2623 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
2624
ba22ff86
AH
26252019-04-23 Alan Hayward <alan.hayward@arm.com>
2626
2627 * gdb.trace/backtrace.exp: Use nopie flag.
2628 * gdb.trace/circ.exp: Likewise.
2629 * gdb.trace/collection.exp: Likewise.
2630 * gdb.trace/ftrace.exp: Likewise.
2631 * gdb.trace/mi-trace-unavailable.exp: Likewise.
2632 * gdb.trace/mi-traceframe-changed.exp: Likewise.
2633 * gdb.trace/qtro.exp: Likewise.
2634 * gdb.trace/read-memory.exp: Likewise.
2635 * gdb.trace/report.exp: Likewise.
2636 * gdb.trace/tfile.exp: Likewise.
2637 * gdb.trace/tfind.exp: Likewise.
2638 * gdb.trace/unavailable.exp: Likewise.
2639
7905fc35
PA
26402019-04-22 Pedro Alves <palves@redhat.com>
2641
2642 * gdb.base/solib-probes-nosharedlibrary.c,
2643 gdb.base/solib-probes-nosharedlibrary.exp: New files.
2644
8ecb59f8
TT
26452019-04-19 Tom Tromey <tromey@adacore.com>
2646
2647 * gdb.ada/ptype_union.c: New file.
2648 * gdb.ada/ptype_union.exp: New file.
2649
62160ec9
TT
26502019-04-19 Tom Tromey <tromey@adacore.com>
2651
2652 PR symtab/24423:
2653 * gdb.base/list0.h (foo): Add a control-l character.
2654
36cd4ba5
TV
26552019-04-18 Tom de Vries <tdevries@suse.de>
2656
2657 PR gdb/24433
2658 * boards/local-board.exp: Set sysroot to "".
2659
b73715df
TV
26602019-04-18 Tom de Vries <tdevries@suse.de>
2661 Pedro Alves <palves@redhat.com>
2662
2663 PR gdb/24454
2664 * gdb.threads/vfork-follow-child-exec.c: New file.
2665 * gdb.threads/vfork-follow-child-exec.exp: New file.
2666 * gdb.threads/vfork-follow-child-exit.c: New file.
2667 * gdb.threads/vfork-follow-child-exit.exp: New file.
2668
4aa866af
LS
26692019-04-15 Leszek Swirski <leszeks@google.com>
2670
2671 * gdb.arch/amd64-eval.cc: New file.
2672 * gdb.arch/amd64-eval.exp: New file.
2673
e5a1a79a
AH
26742019-04-11 Alan Hayward <alan.hayward@arm.com>
2675
2676 * gdb.server/sysroot.c: New test.
2677 * gdb.server/sysroot.exp: New file.
2678 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
2679 matching param.
2680
41077b66
AB
26812019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
2682
2683 * gdb.base/align.exp: Extend test to cover structures containing
2684 only static fields.
2685
c30391f8
TV
26862019-04-11 Tom de Vries <tdevries@suse.de>
2687
2688 * boards/cc-with-dwz-m.exp: New file.
2689 * boards/cc-with-dwz.exp: New file.
2690 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
2691
e242fd12
SM
26922019-04-09 Simon Marchi <simon.marchi@efficios.com>
2693
2694 * gdb.base/start-cpp.exp: New file.
2695 * gdb.base/start-cpp.cc: New file.
2696
2b0c8b01
KB
26972019-04-08 Kevin Buettner <kevinb@redhat.com>
2698
2699 * gdb.python/py-thrhandle.exp: Adjust tests to call
2700 thread_from_handle instead of thread_from_thread_handle.
2701
947210e5
KB
27022019-04-08 Kevin Buettner <kevinb@redhat.com>
2703
2704 * gdb.python/py-thrhandle.exp: Add tests for
2705 gdb.InferiorThread.handle.
2706
d7df6549
AB
27072019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2708
2709 * gdb.python/py-function.exp: Check calling helper function from
2710 all languages.
2711 * lib/gdb.exp (gdb_supported_languages): New proc.
2712
8bdc1658
AB
27132019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2714
2715 * gdb.base/complex-parts.c: New file.
2716 * gdb.base/complex-parts.exp: New file.
2717
05caa1d2
TT
27182019-04-01 Tom Tromey <tromey@adacore.com>
2719
2720 PR symtab/23331:
2721 * gdb.dwarf2/dw2-ranges-main.c: New file.
2722 * gdb.dwarf2/dw2-ranges-psym.c: New file.
2723 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
2724
7734102d
EZ
27252019-03-30 Simon Marchi <simark@simark.ca>
2726
2727 * gdb.base/default.exp: Add values for $_gdb_major and
2728 $_gdb_minor.
2729
188e1fa9
TT
27302019-03-29 Tom Tromey <tromey@adacore.com>
2731
2732 * gdb.base/help.exp: Tighten apropos regexp.
2733
2880242d
KS
27342019-03-29 Keith Seitz <keiths@redhat.com>
2735
2736 * gdb.fortran/array-bounds.exp: New file.
2737 * gdb.fortran/array-bounds.f90: New file.
2738
077cad8e
PW
27392019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2740
2741 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
2742
80047cfc
PW
27432019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2744
2745 * gdb.multi/hello.c (main): Increase alarm timer.
2746
f489207e
SL
27472019-03-28 Sandra Loosemore <sandra@codesourcery.com>
2748
2749 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
2750 factor when no hardware watchpoint support.
2751
c92df149
AH
27522019-03-28 Alan Hayward <alan.hayward@arm.com>
2753 Pedro Alves <palves@redhat.com>
2754
2755 * boards/local-board.exp: set sysroot to /.
2756
933aebfa
AH
27572019-03-27 Alan Hayward <alan.hayward@arm.com>
2758
2759 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
2760 in child.
2761
9f9aa852
AB
27622019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2763
2764 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
2765 field.
2766 (make_container): Initialise new field.
2767 * gdb.python/py-prettyprint.exp: Add new tests.
2768 * gdb.python/py-prettyprint.py (class ContainerPrinter)
2769 <display_hint>: New method.
2770
3714a195
AB
27712019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2772
2773 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
2774 gdb_continue_to_breakpoint more throughout this test.
2775 (run_lang_tests) Supply unique test names, and use
2776 gdb_test_no_output.
2777
18c77628
AB
27782019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2779
2780 * gdb.base/finish-pretty.exp: Update expected results.
2781 * gdb.base/pretty-print.c: New file.
2782 * gdb.base/pretty-print.exp: New file.
2783
9a93502f
PA
27842019-03-25 Pedro Alves <palves@redhat.com>
2785
2786 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
2787 move comments outside list. Append '-i "" eof' section.
2788
968aa7ae
AH
27892019-03-22 Alan Hayward <alan.hayward@arm.com>
2790
34a7f2a4 2791 PR testsuite/25016
968aa7ae
AH
2792 * README: Add pie options.
2793 * gdb.base/break-interp.exp: Ensure pie is disabled.
2794 * gdb.base/dump.exp: Likewise.
2795 * lib/gdb.exp (gdb_compile): Add pie option.
2796
4c7d57e7
TT
27972019-03-19 Tom Tromey <tromey@adacore.com>
2798
2799 * gdb.mi/mi2-cli-display.c: New file.
2800 * gdb.mi/mi2-cli-display.exp: New file.
2801
bff8c71f
TT
28022019-03-18 Joel Brobecker <brobecker@adacore.com>
2803 Tom Tromey <tromey@adacore.com>
2804
2805 * gdb.ada/ptype_array/pck.adb: New file.
2806 * gdb.ada/ptype_array/pck.ads: New file.
2807 * gdb.ada/ptype_array/foo.adb: New file.
2808 * gdb.ada/ptype_array.exp: New file.
2809
d085f989
TT
28102019-03-14 Tom Tromey <tromey@adacore.com>
2811
2812 * gdb.base/style.exp: Add "set style sources" test.
2813
b4be1b06
SM
28142019-03-13 Simon Marchi <simon.marchi@ericsson.com>
2815
2816 * mi-breakpoint-location-ena-dis.exp: Rename to ...
2817 * mi-breakpoint-multiple-locations.exp: ... this.
2818 (make_breakpoints_pattern): New proc.
2819 (do_test): Add mi_version parameter, test -break-insert,
2820 -break-info and =breakpoint-created.
2821
7cde5fc2
AB
28222019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
2823
2824 * config/default.exp: Remove 'load_lib gdb.exp'.
2825 * config/monitor.exp: Likewise.
2826 * config/sid.exp: Likewise.
2827 * config/sim.exp: Likewise.
2828 * config/slite.exp: Likewise.
2829 * config/unix.exp: Likewise.
2830 * gdb.base/default.exp: Remove unhelpful comment.
2831
efbecbc1
AB
28322019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2833
2834 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
2835
0841c79a
AB
28362019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2837
2838 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
2839
4a270568
AB
28402019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2841
2842 * gdb.fortran/type-kinds.exp: Update expected results.
2843
067630bd
AB
28442019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2845
2846 * gdb.fortran/type-kinds.exp: Test new integer type kind.
2847
3be47f7a
AB
28482019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2849
2850 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
2851 function.
2852 (test_basic_parsing_of_type_kinds): Expand types tested.
2853 (test_parsing_invalid_type_kinds): New function.
2854
4d00f5d8
AB
28552019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2856
2857 * gdb.fortran/intrinsics.exp: New file.
2858 * gdb.fortran/intrinsics.f90: New file.
2859 * gdb.fortran/type-kinds.exp: New file.
2860
c8f91604
AB
28612019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2862
2863 * gdb.fortran/dot-ops.exp: New file.
2864
dd9f2c76
AB
28652019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2866
2867 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
2868 Check upper and lower case logical literals.
2869
84ec9724
AB
28702019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2871
2872 * gdb.fortran/types.exp (test_float_literal_types_accepted):
2873 Remove duplicate tests.
2874
c3734e09
AH
28752019-03-06 Alan Hayward <alan.hayward@arm.com>
2876
2877 * lib/gdb.exp (builtin_cd): rename of cd.
2878 (cd): Override builtin.
2879
aa3cfbda
RB
28802019-03-06 Richard Bunt <richard.bunt@arm.com>
2881
2882 * gdb.fortran/function-calls.exp: New file.
2883 * gdb.fortran/function-calls.f90: New test.
2884
7b63ad86
RB
28852019-03-04 Richard Bunt <richard.bunt@arm.com>
2886
2887 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
2888 on user program standard output.
2889 * gdb.fortran/short-circuit-argument-list.f90: Record function
2890 calls.
2891
01abb042
AH
28922019-02-28 Alan Hayward <alan.hayward@arm.com>
2893
c3734e09
AH
2894 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
2895 failure.
01abb042 2896
92137da0
RO
28972019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2898
2899 PR gdb/8527
2900 * gdb.base/interrupt-daemon-attach.c,
2901 gdb.base/interrupt-daemon-attach.exp: New test.
2902
5862844d
PA
29032019-02-27 Pedro Alves <palves@redhat.com>
2904
2905 * gdb.base/page.exp: Add tests for "set width/height -1".
2906
8ed25214
PA
29072019-02-27 Pedro Alves <palves@redhat.com>
2908
2909 * gdb.base/page.exp: Add tests for "set/show width/height" with
2910 "infinite" values.
2911
6c28e44a
TT
29122019-02-27 Tom Tromey <tromey@adacore.com>
2913
2914 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
2915 2.4.
2916 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
2917 workaround.
2918
bf9a735e
AB
29192019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
2920
2921 * gdb.base/align.exp: Extend to compile in both C and C++, and add
2922 tests for structs with static members.
2923
8791793c
TT
29242019-02-26 Tom Tromey <tromey@adacore.com>
2925
2926 * gdb.python/py-value.exp (test_value_from_buffer): Check for
2927 ValueError, not TypeError.
2928
bc2a507e
KB
29292019-02-26 Kevin Buettner <kevinb@redhat.com>
2930
2931 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
2932 call from main program.
2933
e0e7d3bd
JB
29342019-02-23 Joel Brobecker <brobecker@adacore.com>
2935
2936 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
2937 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
2938 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
2939 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
2940 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
2941
9600246d
KS
29422019-02-22 Keith Seitz <keiths@redhat.com>
2943
2944 PR symtab/23853
2945 * gdb.base/symlink-sourcefile.c: New file.
2946 * gdb.base/symlink-sourcefile.exp: New file.
2947
0c95f9ed
TT
29482019-02-20 Tom Tromey <tom@tromey.com>
2949
2950 * gdb.base/info_qt.exp: Update.
2951
6caa91b6
SM
29522019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
2953
2954 * gdb.base/source.exp: Move "error in sourced script" code to
2955 the end.
2956 * gdb.base/source-error.gdb: Move contents to
2957 source-error-1.gdb. Add new code to source source-error-1.gdb.
2958 * gdb.base/source-error-1.gdb: New file, from previous
2959 source-error.gdb.
2960
6506371f
TT
29612019-02-17 Tom Tromey <tom@tromey.com>
2962
2963 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
2964 for macro styling.
2965 * gdb.base/style.c (SOME_MACRO): New macro.
2966
a0087920
TT
29672019-02-17 Tom Tromey <tom@tromey.com>
2968
2969 * gdb.base/style.exp: Add line-wrapping tests.
2970 * gdb.base/page.exp: Add test for quitting during pagination.
2971
a2cd4f14
JB
29722019-02-17 Joel Brobecker <brobecker@adacore.com>
2973
2974 * gdb.ada/big_packed_array: New testcase.
2975 * gdb.ada/homonym.exp: Fix incorrect expected output for
2976 "break <homonym__get_value>" test.
2977
9d70ffbc
WP
29782019-02-13 Weimin Pan <weimin.pan@oracle.com>
2979
2980 PR breakpoints/21870
2981 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
2982 and prepare_for_testing. Add comment.
2983 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
2984 redundant cleanup call. Clean up comment.
2985
01c7ae81
WP
29862019-02-12 Weimin Pan <weimin.pan@oracle.com>
2987
2988 PR breakpoints/21870
2989 * gdb.arch/aarch64-dbreg-contents.exp: New file.
2990 * gdb.arch/aarch64-dbreg-contents.c: New file.
2991
aff29d1c
JB
29922019-02-10 Joel Brobecker <brobecker@adacore.com>
2993
2994 * gdb.ada/mi_ref_changeable: New testcase.
2995
df0da8a2
AH
29962019-02-07 Alan Hayward <alan.hayward@arm.com>
2997
2998 * gdb.base/attach.exp: Add double attach test.
2999
bd447abb
SM
30002019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
3001
3002 * lib/gdb.exp (default_gdb_start): Don't match pagination
3003 prompt.
3004 (gdb_init): Set stty_init.
3005
1dbc40b9
TT
30062019-01-27 Tom Tromey <tom@tromey.com>
3007
3008 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
3009 skip_python_tests.
3010
353229bf
AH
30112019-01-24 Alan Hayward <alan.hayward@arm.com>
3012
3013 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
3014 New structure.
3015 (struct struct_static_02_02): Likewise.
3016 (struct struct_static_02_03): Likewise.
3017 (struct struct_static_02_04): Likewise.
3018 (struct struct_static_04_01): Likewise.
3019 (struct struct_static_04_02): Likewise.
3020 (struct struct_static_04_03): Likewise.
3021 (struct struct_static_04_04): Likewise.
3022 (struct struct_static_06_01): Likewise.
3023 (struct struct_static_06_02): Likewise.
3024 (struct struct_static_06_03): Likewise.
3025 (struct struct_static_06_04): Likewise.
3026 (cmp_struct_static_02_01): Likewise.
3027 (cmp_struct_static_02_02): Likewise.
3028 (cmp_struct_static_02_03): Likewise.
3029 (cmp_struct_static_02_04): Likewise.
3030 (cmp_struct_static_04_01): Likewise.
3031 (cmp_struct_static_04_02): Likewise.
3032 (cmp_struct_static_04_03): Likewise.
3033 (cmp_struct_static_04_04): Likewise.
3034 (cmp_struct_static_06_01): Likewise.
3035 (cmp_struct_static_06_02): Likewise.
3036 (cmp_struct_static_06_03): Likewise.
3037 (cmp_struct_static_06_04): Likewise.
3038 (call_all): Test new structs.
3039 * gdb.base/infcall-nested-structs.exp: Likewise.
3040
73021deb
AH
30412019-01-21 Alan Hayward <alan.hayward@arm.com>
3042 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
3043
fc65c7db
AH
30442019-01-21 Alan Hayward <alan.hayward@arm.com>
3045 * gdb.base/stack-protector.c: New test.
3046 * gdb.base/stack-protector.exp: New file.
3047 * gdb.cp/ovldbreak.exp: Only allow a single break line.
3048 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
3049 option.
3050 (gdb_compile): Remove stack protector for GCC and prevent
3051 recursion.
3052
c24bdb02
KS
30532019-01-16 Keith Seitz <keiths@redhat.com>
3054
3055 PR gdb/23773
3056 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
3057
6f072a10
PFC
30582019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3059
3060 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
3061 aliases.
3062 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
3063 tests.
3064 * gdb.arch/powerpc-vector-regs.c: New file.
3065 * gdb.arch/powerpc-vector-regs.exp: New file.
3066
a7b8d682
PFC
30672019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3068
3069 * gdb.arch/altivec-regs.exp: Fix the list passed to
3070 gdb_expect_list when testing "info vector".
3071
6eb6fb67
AB
30722019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3073
3074 * gdb.base/style.exp: Don't include path in testname.
3075
b56f80d8
KS
30762019-01-10 Keith Seitz <keiths@redhat.com>
3077
3078 PR gdb/23712
3079 PR symtab/23010
3080 * gdb.dwarf2/multidictionary.exp: New file.
3081
041be526
SM
30822019-01-09 Simon Marchi <simon.marchi@ericsson.com>
3083
3084 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
3085 (test_gnuv3_style_demangling): ... this.
3086 (test_lucid_style_demangling): Remove.
3087 (test_arm_style_demangling): Remove.
3088 (test_hp_style_demangling): Remove.
3089 (do_tests): Remove calls to the above.
3090
d820d0c3
AB
30912019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3092
3093 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
3094 case.
3095
f097f5ad
TT
30962019-01-06 Tom Tromey <tom@tromey.com>
3097
3098 PR gdb/28155:
3099 * gdb.dwarf2/typedef-void-finish.exp: New file.
3100
2cd8cc0b
TT
31012018-12-28 Tom Tromey <tom@tromey.com>
3102 Simon Marchi <simark@simark.ca>
3103
3104 * gdb.base/jit-exec.exp: New file.
3105 * gdb.base/jit-exec.c: New file.
3106 * gdb.base/jit-execd.c: New file.
3107
35fb8261
TT
31082018-12-28 Tom Tromey <tom@tromey.com>
3109
3110 * gdb.base/style.exp: Update test to check for address styling.
3111
47fd17cd
TT
31122018-12-28 Tom Tromey <tom@tromey.com>
3113
3114 * gdb.base/style.exp: Add test for styling of "Reading symbols"
3115 message.
3116
d47032b7
TT
31172018-12-28 Tom Tromey <tom@tromey.com>
3118
3119 * gdb.base/style.exp: Add test for version number styling.
3120
af79b68d
TT
31212018-12-28 Tom Tromey <tom@tromey.com>
3122
3123 * gdb.base/style.exp: Add test for print_address_symbolic.
3124
0bb296cb
TT
31252018-12-28 Tom Tromey <tom@tromey.com>
3126
3127 * gdb.base/style.exp: Add test for breakpoint setting.
3128
80ae2043
TT
31292018-12-28 Tom Tromey <tom@tromey.com>
3130
3131 * gdb.base/style.exp: Add test for variable names.
3132
cbe56571
TT
31332018-12-28 Tom Tromey <tom@tromey.com>
3134
3135 * gdb.base/style.exp: New file.
3136 * gdb.base/style.c: New file.
3137
9162a27c
TT
31382018-12-28 Tom Tromey <tom@tromey.com>
3139
3140 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
3141 "dumb".
3142 * gdb.base/readline.exp (operate_and_get_next): Save and restore
3143 the TERM environment variable.
3144
bc543c90
TT
31452018-12-27 Tom Tromey <tom@tromey.com>
3146
3147 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
3148 pagination test.
3149
6f0ffe50
AB
31502018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
3151
3152 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
3153 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
3154
b5a1e557
PW
31552018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3156
3157 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
3158 Filename a.adb changed to bp_fun_addr.adb.
3159 gdb.ada/bp_fun_addr.exp: Update test accordingly.
3160
6e8b1ab2
JV
31612018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
3162
3163 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
3164 non-PIE executables.
3165 * README: Mention the gdb,nopie_flag board setting.
3166 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
3167 non-PIE executable.
3168 * gdb.arch/amd64-entry-value.exp: Likewise.
3169 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
3170 * gdb.arch/i386-float.exp: Likewise.
3171 * gdb.arch/i386-signal.exp: Likewise.
3172 * gdb.mi/mi-reg-undefined.exp: Likewise.
3173
d00a27c5
PM
31742018-12-21 Paul Marechal <paul.marechal@ericsson.com>
3175
3176 PR gdb/23974
3177 * gdb.base/info-os.exp: Check return for unknown "info os" type.
3178
161d081c
PW
31792018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3180
3181 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
3182 Update order of results accordingly.
3183
b001de23
AB
31842018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
3185
3186 * gdb.base/annota1.exp: Update a test regexp.
3187
99e1a184
AB
31882018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
3189
3190 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
3191
7a81c1e2
PW
31922018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3193
3194 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
3195 (reuse_time): Initialize to REUSE_TIME_CAP.
3196 (check_rc): New function.
3197 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
3198 Check pthread_create rc.
3199 (spawner_thread_func): Check pthread_create and pthread_join rc.
3200
73e8dc90
PA
32012018-12-08 Pedro Alves <palves@redhat.com>
3202
3203 * gdb.base/list.exp (test_forward_search): Rename to ...
3204 (test_forward_reverse_search): ... this. Also test reverse-search
3205 and the forward-search alias.
3206
13f2ed32
AB
32072018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
3208
3209 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
3210 local timeout variable before return, and remove all local timeout
3211 variable entirely.
3212 (gdb_load): Likewise.
3213
64d27cfc
TV
32142018-12-01 Tom de Vries <tdevries@suse.de>
3215
3216 * gdb.base/gdb-caching-proc.exp: New file.
3217
f63c03b4
SDJ
32182018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
3219
3220 * Makefile.in (TIMESTAMP): New variable.
3221 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
3222 command.
3223 (check-single-racy): Likewise.
3224 (check/%.exp): Likewise.
3225 (check-racy/%.exp): Likewise.
3226 (workers/%.worker): Likewise.
3227 (build-perf): Likewise.
3228 (check-perf): Likewise.
3229 * README: Describe new "TS" and "TS_FORMAT" variables.
3230 * print-ts.py: New file.
3231
1c97054b
BF
32322018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
3233
3234 PR python/23714
3235 * gdb.python/python.exp: Test command repetition after
3236 gdb.execute.
3237
1871a62d
AB
32382018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
3239
3240 * gdb.opt/inline-break.exp: Add test that info breakpoint output
3241 is correctly aligned.
3242
fb5e1ed9
PW
32432018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3244
3245 * gdb.ada/info_auto_lang.exp: New testcase.
3246 * gdb.ada/info_auto_lang/global_pack.ads: New file.
3247 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
3248 * gdb.ada/info_auto_lang/some_c.c: New file.
3249
43d397ca
PW
32502018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3251
3252 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
3253 FUNC_lang language syntax.
3254
beddd671
PW
32552018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3256
3257 * gdb.base/info_minsym.c: New file.
3258 * gdb.base/info_minsym.exp: New file.
3259
73fc52c4
TT
32602018-11-19 Tom Tromey <tom@tromey.com>
3261
3262 PR rust/23625:
3263 * gdb.rust/simple.exp: Add ptype test. Update expected output.
3264 * gdb.rust/expr.exp: Update expected output. Change one test.
3265
994b876a
TT
32662018-11-19 Tom Tromey <tom@tromey.com>
3267
3268 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
3269
6769f276
PA
32702018-11-19 Pedro Alves <palves@redhat.com>
3271
3272 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
3273 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
3274 see the expected warning.
3275
38a72da0
AH
32762018-11-16 Alan Hayward <alan.hayward@arm.com>
3277
3278 PR gdb/22736:
3279 * gdb.cp/infcall-nodebug-lib.c: New test.
3280 * gdb.cp/infcall-nodebug-main.c: New test.
3281 * gdb.cp/infcall-nodebug.exp: New file.
3282
53a89d6e
SM
32832018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
3284
3285 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
3286 completer tests.
3287
9325300d
TV
32882018-11-09 Tom de Vries <tdevries@suse.de>
3289
3290 * gdb.base/msym-lang.c: New test.
3291 * gdb.base/msym-lang.exp: New file.
3292 * gdb.base/msym-lang-main.c: New test.
3293
20f0d60d
TT
32942018-11-08 Tom Tromey <tom@tromey.com>
3295
3296 PR gdb/23555:
3297 PR gdb/23838:
3298 * gdb.base/warning.exp: New file.
3299
b5420128
JB
33002018-11-08 Jan Beulich <jbeulich@suse.com>
3301
3302 * testsuite/gdb.arch/i386-avx512.c,
3303 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
3304
cd115d61
AB
33052018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
3306
3307 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
3308 point hardware.
3309
35ee2dc2
AB
33102018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
3311
3312 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
3313 * gdb.dwarf2/missing-type-name.exp: New file.
3314
31aceee8
TV
33152018-11-06 Tom de Vries <tdevries@suse.de>
3316
3317 * gdb.base/many-headers.c: New test.
3318 * gdb.base/many-headers.exp: New file.
3319
109be305
JW
33202018-11-06 Jim Wilson <jimw@sifive.com>
3321
3322 * gdb.base/code_elim.exp: For riscv, set additional_flags
3323 to include -msmall-data-limit=0.
3324
e2b7af72
JB
33252018-11-01 Joel Brobecker <brobecker@adacore.com>
3326
3327 * gdb.ada/watch_minus_l: New testcase.
3328
cdcda965
SM
33292018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
3330
3331 * gdb.arch/aix-sighandle.c: New file.
3332 * gdb.arch/aix-sighandle.exp: New file.
3333
92dcebf3
AB
33342018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3335
3336 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
3337 registers being unions.
3338
68b9ac18
TV
33392018-10-31 Tom de Vries <tdevries@suse.de>
3340
3341 * lib/valgrind.exp: New file.
3342 (vgdb_start, vgdb_stop): New procs, factored out of ...
3343 * gdb.base/valgrind-bt.exp: ... here, ...
3344 * gdb.base/valgrind-disp-step.exp: ... here and ...
3345 * gdb.base/valgrind-infcall.exp: ... here.
3346
1443936e
TV
33472018-10-31 Tom de Vries <tdevries@suse.de>
3348
3349 * lib/gdb.exp (get_valueof): Don't output read value in test name.
3350
eb77c9df
AB
33512018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3352
3353 * gdb.dwarf2/void-type.c: New file.
3354 * gdb.dwarf2/void-type.exp: New file.
3355
82b5e646
PW
33562018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3357
3358 * gdb.base/info_qt.c: New file.
3359 * gdb.base/info_qt.exp: New file.
3360
8d619c01
EBM
33612018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3362
3363 * gdb.arch/powerpc-htm-regs.c: New file.
3364 * gdb.arch/powerpc-htm-regs.exp: New file.
3365
f2cf6173
EBM
33662018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3367
3368 * gdb.arch/powerpc-tar.c: New file.
3369 * gdb.arch/powerpc-tar.exp: New file.
3370
7ca18ed6
EBM
33712018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3372
3373 * gdb.arch/powerpc-ppr-dscr.c: New file.
3374 * gdb.arch/powerpc-ppr-dscr.exp: New file.
3375
bfcc0eba
TV
33762018-10-25 Tom de Vries <tdevries@suse.de>
3377
3378 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
3379
fe1a5cad
TV
33802018-10-24 Tom de Vries <tdevries@suse.de>
3381
3382 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
3383 longer exists error.
3384
a76dc3b7
TV
33852018-10-24 Tom de Vries <tdevries@suse.de>
3386
3387 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
3388
4df46df7
TV
33892018-10-24 Tom de Vries <tdevries@suse.de>
3390
3391 * gdb.base/valgrind-db-attach.exp: Handle removed support for
3392 --db-attach in valgrind.
3393
0dbfcfff
AB
33942018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
3395
3396 * gdb.arch/riscv-reg-aliases.c: New file.
3397 * gdb.arch/riscv-reg-aliases.exp: New file.
3398
b04480b1
AH
33992018-10-19 Alan Hayward <alan.hayward@arm.com>
3400
3401 * gdb.python/py-cmd.exp: Check for gdb_prompt.
3402
2c6ac8d7
AH
34032018-10-19 Alan Hayward <alan.hayward@arm.com>
3404
3405 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
3406
2bc69f25
AH
34072018-10-19 Alan Hayward <alan.hayward@arm.com>
3408
3409 * gdb.cp/ovldbreak.exp: Fix regexps.
3410
1f1ae3a3
AH
34112018-10-19 Alan Hayward <alan.hayward@arm.com>
3412
3413 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
3414
94c18618
SDJ
34152018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
3416
3417 PR cli/23785
3418 * gdb.base/restore.exp: New test to check if "restore" with an
3419 invalid file doesn't segfault.
3420
812cd6eb
TV
34212018-10-18 Tom de Vries <tdevries@suse.de>
3422
3423 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
3424 * gdb.ada/excep_handle.exp: Same.
3425 * gdb.ada/mi_string_access.exp: Same.
3426 * gdb.ada/mi_var_union.exp: Same.
3427 * gdb.arch/arc-analyze-prologue.exp: Same.
3428 * gdb.arch/arc-decode-insn.exp: Same.
3429 * gdb.base/readnever.exp: Same.
3430 * gdb.fortran/printing-types.exp: Same.
3431 * gdb.guile/scm-lazy-string.exp: Same.
3432
c4b90788
TV
34332018-10-16 Tom de Vries <tdevries@suse.de>
3434
3435 PR gdb/23730
3436 * gdb.base/catch-follow-exec.c: Add copyright notice.
3437 * gdb.base/catch-follow-exec.exp: Rewrite to use
3438 gdb_spawn_with_cmdline_opts. Require gdb-native.
3439
8bca2978
SL
34402018-10-12 Sandra Loosemore <sandra@codesourcery.com>
3441
3442 * gdb.trace/actions-changed.exp: Check for arch support.
3443 * gdb.trace/actions.exp: Likewise.
3444 * gdb.trace/ax.exp: Likewise.
3445 * gdb.trace/backtrace.exp: Likewise.
3446 * gdb.trace/change-loc.exp: Likewise.
3447 * gdb.trace/deltrace.exp: Likewise.
3448 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
3449 * gdb.trace/ftrace.exp: Likewise.
3450 * gdb.trace/infotrace.exp: Check for arch support.
3451 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
3452 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
3453 * gdb.trace/mi-tsv-changed.exp: Likewise.
3454 * gdb.trace/packetlen.exp: Likewise.
3455 * gdb.trace/passc-dyn.exp: Likewise.
3456 * gdb.trace/passcount.exp: Likewise.
3457 * gdb.trace/pending.exp: Likewise.
3458 * gdb.trace/range-stepping.exp: Check for shlib support.
3459 * gdb.trace/report.exp: Check for arch support.
3460 * gdb.trace/save-trace.exp: Likewise.
3461 * gdb.trace/signal.exp: Check for signal support.
3462 * gdb.trace/tfind.exp: Check for arch support.
3463 * gdb.trace/trace-break.exp: Check for arch and shlib support.
3464 * gdb.trace/trace-common.h: Add comment.
3465 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
3466 * gdb.trace/trace-enable-disable.exp: Likewise.
3467 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
3468 * gdb.trace/tracecmd.exp: Check for arch support.
3469 * gdb.trace/tspeed.exp: Check for shlib and target support.
3470 * gdb.trace/tstatus.exp: Check for arch support.
3471 * gdb.trace/tsv.exp: Likewise.
3472 * gdb.trace/while-dyn.exp: Likewise.
3473 * gdb.trace/while-stepping.exp: Likewise.
3474 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
3475
f9c49bff
SM
34762018-10-12 Simon Marchi <simon.marchi@ericsson.com>
3477
3478 * gdb.trace/tspeed.exp: Remove nowarnings.
3479 (prepare_for_trace_test): Declare "global ipalib".
3480 * gdb.trace/tspeed.c: Include unistd.h.
3481 (main): Remove superfluous printf argument.
3482
d4330bde
SL
34832018-10-11 Sandra Loosemore <sandra@codesourcery.com>
3484
3485 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
3486 directory prefix on the filename.
3487
8ecfd7bd
SDJ
34882018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
3489
3490 * gdb.gdb/unittest.exp: Update expected message informing that
3491 selftests have been disabled.
3492 * gdb.server/unittest.exp: Likewise.
3493
58bbcd02
TV
34942018-10-09 Tom de Vries <tdevries@suse.de>
3495
3496 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
3497 with runto_main.
3498
9f6b697b
WP
34992018-10-08 Weimin Pan <weimin.pan@oracle.com>
3500
3501 PR c++/16841
3502 * gdb.cp/virtbase2.cc: New file.
3503 * gdb.cp/virtbase2.exp: New file.
3504
add5ded5
TT
35052018-10-06 Tom Tromey <tom@tromey.com>
3506
3507 PR python/19399:
3508 * gdb.python/py-inferior.exp: Add architecture test.
3509
f9e48344
TT
35102018-10-06 Tom Tromey <tom@tromey.com>
3511
3512 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
3513 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
3514
2a8be203
TT
35152018-10-06 Tom Tromey <tom@tromey.com>
3516
3517 * gdb.python/py-breakpoint.exp (check_last_event): Check location
3518 of a "throw" catchpoint.
3519
e04caa70
SDJ
35202018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3521
3522 * gdb.base/info-proc.exp: Update string expected from "help info
3523 proc".
3524
5ca8c39f
TT
35252018-10-04 Tom Tromey <tom@tromey.com>
3526
3527 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
3528 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
3529 (test_initial_complaints, test_empty_complaints): Update.
3530 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3531
3453e7e4
TT
35322018-10-04 Tom Tromey <tom@tromey.com>
3533
3534 PR cli/19551:
3535 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
3536 * lib/gdb.exp (gdb_file_cmd): Update.
3537 * gdb.stabs/weird.exp (print_weird_var): Update.
3538 * gdb.server/solib-list.exp: Update.
3539 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
3540 * gdb.mi/mi-cli.exp: Update.
3541 * gdb.linespec/linespec.exp: Update.
3542 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3543 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
3544 * gdb.cp/cp-relocate.exp: Update.
3545 * gdb.base/sym-file.exp: Update.
3546 * gdb.base/relocate.exp: Update.
3547 * gdb.base/readnever.exp: Update.
3548 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3549 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
3550 * gdb.base/dbx.exp (gdb_file_cmd): Update.
3551 * gdb.base/code_elim.exp: Update.
3552 * gdb.base/break-unload-file.exp (test_break): Update.
3553 * gdb.base/break-interp.exp (test_attach_gdb): Update.
3554 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
3555 Update.
3556 * gdb.base/attach.exp (do_attach_tests): Update.
3557 * gdb.base/sepdebug.exp: Update.
3558 * gdb.python/py-section-script.exp: Update.
3559
6afcf761
TT
35602018-10-04 Tom Tromey <tom@tromey.com>
3561
3562 PR cli/22234:
3563 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
3564 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
3565 output.
3566
fef1b293
TT
35672018-10-04 Tom Tromey <tom@tromey.com>
3568
3569 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
3570 set width and height to 0.
3571 (test_command_line_attach_run): Use -quiet.
3572
ca98345e
SL
35732018-10-03 Sandra Loosemore <sandra@codesourcery.com>
3574
3575 * lib/gdb.exp (skip_ifunc_tests): New.
3576 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
3577 other compile failures.
3578 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
3579
ff34e6ae
SM
35802018-10-01 Simon Marchi <simon.marchi@ericsson.com>
3581
3582 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
3583 is_amd64_regs_target.
3584
6bb8890e
AH
35852018-10-01 Alan Hayward <alan.hayward@arm.com>
3586
3587 * gdb.arch/aarch64-sighandler-regs.c: New test.
3588 * gdb.arch/aarch64-sighandler-regs.exp: New file.
3589 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
3590
224d30d3
MM
35912018-10-01 Markus Metzger <markus.t.metzger@intel.com>
3592
3593 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
3594 assembly.
3595
f67ffa6a
AB
35962018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
3597
3598 * gdb.base/frame-selection.exp: New file.
3599 * gdb.base/frame-selection.c: New file.
3600
9fc3183f
AH
36012018-09-27 Alan Hayward <alan.hayward@arm.com>
3602
3603 * gdb.threads/check-libthread-db.c (thread_routine): Use a
3604 pthread barrier.
3605 (main): Likewise.
3606
d354055e
AB
36072018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
3608
3609 * gdb.base/large-frame-1.c: New file.
3610 * gdb.base/large-frame-2.c: New file.
3611 * gdb.base/large-frame.exp: New file.
3612 * gdb.base/large-frame.h: New file.
3613
db727370
JL
36142018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
3615
3616 PR gdb/20948
3617 * gdb.base/write_mem.exp: New test.
3618 * gdb.base/write_mem.c: Likewise.
3619
ae778caf
TT
36202018-09-23 Tom Tromey <tom@tromey.com>
3621
3622 PR python/18852:
3623 * gdb.python/py-parameter.exp: Add test for parameter that throws
3624 on "set".
3625
fd3ba736
TT
36262018-09-23 Tom Tromey <tom@tromey.com>
3627
3628 PR python/17284:
3629 * gdb.python/py-template.exp (test_template_arg): Add test for
3630 negative template argument number.
3631
39a24317
TT
36322018-09-23 Tom Tromey <tom@tromey.com>
3633
3634 PR python/14062:
3635 * gdb.python/python.exp: Add test for post_event error.
3636
f5769a2c
TT
36372018-09-23 Tom Tromey <tom@tromey.com>
3638
3639 PR python/18170:
3640 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
3641 convert pointers to int and long.
3642
1c1e54f6
TT
36432018-09-23 Tom Tromey <tom@tromey.com>
3644
3645 PR python/20126:
3646 * gdb.python/py-value.exp (test_value_numeric_ops): Add
3647 signed-ness conversion tests.
3648
fb4fa946
TT
36492018-09-23 Tom Tromey <tom@tromey.com>
3650
3651 PR python/18352;
3652 * gdb.python/py-value.exp (test_float_conversion): New proc.
3653 Use it.
3654
a466edac
HAQ
36552018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
3656
3657 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
3658
4ee9b0c5
SL
36592018-09-18 Sandra Loosemore <sandra@codesourcery.com>
3660
3661 * gdb.base/complete-empty.exp: Skip tab-completion tests if
3662 no readline.
3663 * gdb.base/utf8-identifiers.exp: Likewise.
3664 * gdb.cp/cpcompletion.exp: Likewise.
3665 * gdb.linespec/cpcompletion.exp: Likewise.
3666 * gdb.linespec/cpls-abi-tag.exp: Likewise.
3667 * gdb.linespec/cpls-ops.exp: Likewise.
3668
23be8da7
RB
36692018-09-19 Richard Bunt <richard.bunt@arm.com>
3670 Chris January <chris.january@arm.com>
3671
3672 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
3673 * gdb.fortran/short-circuit-argument-list.exp: New file.
3674 * gdb.fortran/short-circuit-argument-list.f90: New test.
3675
5031d0ae
SDJ
36762018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3677
3678 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
3679 "arch=" keyword when executing "-stack-list-frames".
3680
b4c0d1a4
SDJ
36812018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3682
3683 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
3684 "arch=" keyword when executing "-stack-list-frames".
3685
7a6d2b45
SDJ
36862018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3687
3688 * gdb.ada/complete.exp: Expect for "@" when doing "complete
3689 break ada".
3690
8588b356
SM
36912018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
3692
3693 PR python/23669
3694 * gdb.python/python.exp: Test gdb.execute("show commands").
3695
65e65158
TT
36962018-09-16 Tom Tromey <tom@tromey.com>
3697
3698 * gdb.base/new-ui.exp (do_execution_tests): Update.
3699 * gdb.base/dbx.exp (test_breakpoints): Update.
3700
bf326452
AH
37012018-09-14 Alan Hayward <alan.hayward@arm.com>
3702
3703 * lib/gdb.exp (gdb_simple_compile): Add proc.
3704 (is_elf_target): Use gdb_simple_compile.
3705 (skip_altivec_tests): Likewise.
3706 (skip_vsx_tests): Likewise.
3707 (skip_tsx_tests): Likewise.
3708 (skip_btrace_tests): Likewise.
3709 (skip_btrace_pt_tests): Likewise.
3710 (gdb_can_simple_compile): Likewise.
3711 (gdb_has_argv0): Likewise.
3712 (gdb_target_symbol_prefix): Likewise.
3713 (target_supports_scheduler_locking): Likewise.
3714
2361b0fb
TT
37152018-09-13 Tom Tromey <tom@tromey.com>
3716
3717 * Makefile.in (TAGS): Recognize proc_with_prefix and
3718 gdb_caching_proc.
3719
0ae1a321
SM
37202018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3721
3722 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
3723 method.
3724
a40bf0c2
SM
37252018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3726
3727 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
3728 and a few other Inferior properties when the Inferior is no
3729 longer valid.
3730
4a3fe98f
TT
37312018-09-13 Tom Tromey <tom@tromey.com>
3732
3733 PR rust/23650:
3734 * gdb.rust/simple.exp: Add test for enum field access error.
3735
098b2108
TT
37362018-09-13 Tom Tromey <tom@tromey.com>
3737
3738 PR rust/23626:
3739 * gdb.rust/simple.rs (EmptyEnum): New type.
3740 (main): Use it.
3741 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
3742
1256af7d
SM
37432018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3744
3745 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
3746 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
3747 * gdb.python/py-symtab.exp: Update test printing an objfile.
3748
4aa8e6c2
SM
37492018-09-12 Simon Marchi <simon.marchi@ericsson.com>
3750
3751 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
3752 object.
3753
c221b2f7
AH
37542018-09-12 Alan Hayward <alan.hayward@arm.com>
3755
3756 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
3757 (support_complex_tests): Use gdb_can_simple_compile.
3758 (is_ilp32_target): Likewise.
3759 (is_lp64_target): Likewise.
3760 (is_64_target): Likewise.
3761 (is_amd64_regs_target): Likewise.
3762 (is_aarch32_target): Likewise.
3763 (gdb_int128_helper): Likewise.
3764
6f1107b5
JK
37652018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3766
3767 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
3768
1f5d1570
JG
37692018-09-10 Jerome Guitton <guitton@adacore.com>
3770
3771 * gdb.ada/same_component_name: Add test for case of tagged record
3772 with variable-length fields.
3773
cc330e39
XR
37742018-09-10 Xavier Roirand <roirand@adacore.com>
3775
3776 * gdb.ada/access_to_unbounded_array.exp: New testcase.
3777 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
3778 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
3779 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
3780
b9c50e9a
XR
37812018-09-10 Xavier Roirand <roirand@adacore.com>
3782
3783 * gdb.ada/mi_string_access.exp: New testcase.
3784 * gdb.ada/mi_string_access/bar.adb: New file.
3785 * gdb.ada/mi_string_access/pck.adb: New file.
3786 * gdb.ada/mi_string_access/pck.asd: New file.
3787
2963898f
XR
37882018-09-10 Xavier Roirand <roirand@adacore.com>
3789
3790 * gdb.ada/mi_var_union.exp: New testcase.
3791 * gdb.ada/mi_var_union/bar.adb: New file.
3792 * gdb.ada/mi_var_union/pck.adb: New file.
3793 * gdb.ada/mi_var_union/pck.asd: New file.
3794
1aac008f
TT
37952018-09-08 Tom Tromey <tom@tromey.com>
3796
3797 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
3798
332cf4c9
TT
37992018-09-08 Tom Tromey <tom@tromey.com>
3800
3801 PR python/16047:
3802 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
3803 (register_pretty_printers): Register new printer.
3804 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
3805 test.
3806 * gdb.python/py-prettyprint.c (int_type3): New typedef.
3807 (an_int_type3): New global.
3808
424da6cf
JB
38092018-09-08 Joel Brobecker <brobecker@adacore.com>
3810
3811 * gdb.ada/expr_with_funcall: New testcase.
3812
2a62dfa9
JB
38132018-09-08 Joel Brobecker <brobecker@adacore.com>
3814
3815 * gdb.ada/packed_array_assign: New testcase.
3816
96b6697f
AB
38172018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
3818
3819 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
3820 names, and add test prefixes to make test names unique.
3821
e4a62c65
TV
38222018-09-05 Tom de Vries <tdevries@suse.de>
3823
3824 * gdb.dwarf2/varval.exp: Add test.
3825
dd083ee2
GB
38262018-09-04 Gary Benson <gbenson@redhat.com>
3827
3828 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
3829 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
3830
aef9346c
TT
38312018-08-31 Tom Tromey <tom@tromey.com>
3832
3833 * gdb.rust/simple.rs: Rename second variable "v".
3834
c67f2e15
AB
38352018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
3836
3837 * gdb.base/funcargs.c (use_a): New function.
3838 (recurse): Call use_a.
3839
078a0207
KS
38402018-08-29 Keith Seitz <keiths@redhat.com>
3841
3842 * gdb.compile/compile-cplus-anonymous.cc: New file.
3843 * gdb.compile/compile-cplus-anonymous.exp: New file.
3844 * gdb.compile/compile-cplus-array-decay.cc: New file.
3845 * gdb.compile/compile-cplus-array-decay.exp: New file.
3846 * gdb.compile/compile-cplus-inherit.cc: New file.
3847 * gdb.compile/compile-cplus-inherit.exp: New file.
3848 * gdb.compile/compile-cplus-member.cc: New file.
3849 * gdb.compile/compile-cplus-member.exp: New file.
3850 * gdb.compile/compile-cplus-method.cc: New file.
3851 * gdb.compile/compile-cplus-method.exp: New file.
3852 * gdb.compile/compile-cplus-mod.c: "New" file.
3853 * gdb.compile/compile-cplus-namespace.cc: New file.
3854 * gdb.compile/compile-cplus-namespace.exp: New file.
3855 * gdb.compile/compile-cplus-nested.cc: New file.
3856 * gdb.compile/compile-cplus-nested.exp: New file.
3857 * gdb.compile/compile-cplus-print.c: "New" file.
3858 * gdb.compile/compile-cplus-print.exp: "New" file.
3859 * gdb.compile/compile-cplus-virtual.cc: New file.
3860 * gdb.compile/compile-cplus-virtual.exp: New file.
3861 * gdb.compile/compile-cplus.c: "New" file.
3862 * gdb.compile/compile-cplus.exp: "New" file.
3863 * lib/compile-support.exp: New file.
3864
b0f492b9
GB
38652018-08-16 Gary Benson <gbenson@redhat.com>
3866
3867 PR gdb/13000:
3868 * gdb.base/batch-exit-status.exp: New file.
3869 * gdb.base/batch-exit-status.good-commands: Likewise.
3870 * gdb.base/batch-exit-status.bad-commands: Likewise.
3871
36eb4c5f
AH
38722018-08-29 Alan Hayward <alan.hayward@arm.com>
3873
3874 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
3875 (struct struct02): Likewise.
3876 (struct struct03): Likewise.
3877 (struct struct04): Likewise.
3878 (struct struct_01_01): New struct.
3879 (struct struct_01_02): Likewise.
3880 (struct struct_01_03): Likewise.
3881 (struct struct_01_04): Likewise.
3882 (struct struct_02_01): Likewise.
3883 (struct struct_02_02): Likewise.
3884 (struct struct_02_03): Likewise.
3885 (struct struct_02_04): Likewise.
3886 (struct struct_04_01): Likewise.
3887 (struct struct_04_02): Likewise.
3888 (struct struct_04_03): Likewise.
3889 (struct struct_04_04): Likewise.
3890 (struct struct_05_01): Likewise.
3891 (struct struct_05_02): Likewise.
3892 (struct struct_05_03): Likewise.
3893 (struct struct_05_04): Likewise.
3894 (cmp_struct01): Remove function.
3895 (cmp_struct02): Likewise.
3896 (cmp_struct03): Likewise.
3897 (cmp_struct04): Likewise.
3898 (cmp_struct_01_01): Add Function.
3899 (cmp_struct_01_02): Likewise.
3900 (cmp_struct_01_03): Likewise.
3901 (cmp_struct_01_04): Likewise.
3902 (cmp_struct_02_01): Likewise.
3903 (cmp_struct_02_02): Likewise.
3904 (cmp_struct_02_03): Likewise.
3905 (cmp_struct_02_04): Likewise.
3906 (cmp_struct_04_01): Likewise.
3907 (cmp_struct_04_02): Likewise.
3908 (cmp_struct_04_03): Likewise.
3909 (cmp_struct_04_04): Likewise.
3910 (cmp_struct_05_01): Likewise.
3911 (cmp_struct_05_02): Likewise.
3912 (cmp_struct_05_03): Likewise.
3913 (cmp_struct_05_04): Likewise.
3914 (call_all): Add new structs.
3915 * gdb.base/infcall-nested-structs.exp: Likewise.
3916
3bf9c013
JV
39172018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
3918
3919 * gdb.python/py-framefilter-mi.exp: Update regexp to
3920 check for "arch" field in frame output.
3921
450d1e88
KB
39222018-08-23 Kevin Buettner <kevinb@redhat.com>
3923
3924 * gdb.dwarf2/dw2-ranges-func.c: New file.
3925 * gdb.dwarf2/dw2-ranges-func.exp: New file.
3926
ae739fe7
SM
39272018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
3928
3929 * gdb.base/term.exp: Compare terminal settings with values from
3930 the inferior.
3931 * gdb.base/term.c: Get and set terminal settings.
3932
6d52907e
JV
39332018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
3934
3935 * lib/mi-support.exp (mi_expect_stop): Update regexp to
3936 accommodate new "arch" field in frame output.
3937 * gdb.mi/mi-return.exp: Likewise.
3938 * gdb.mi/mi-stack.exp: Likewise.
3939 * gdb.mi/mi-syn-frame.exp: Likewise.
3940 * gdb.mi/user-selected-context-sync.exp: Likewise.
3941
be2d111a
MS
39422018-08-19 Michael Spang <spang@google.com>
3943
3944 PR gdb/11786
3945 * gdb.base/gcore-tls-pie.c: New file.
3946 * gdb.base/gcore-tls-pie.exp: New file.
3947
ae3a7c47
KB
39482018-08-18 Kevin Buettner <kevinb@redhat.com>
3949
3950 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
3951 * gdb.dwarf2/varval.c: New file.
3952 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 3953
2ecae92e
AH
39542018-08-17 Alan Hayward <alan.hayward@arm.com>
3955
3956 PR gdb/18931
3957 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
3958
c1854f1d
KS
39592018-08-16 Keith Seitz <keiths@redhat.com>
3960
3961 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
3962 tests expected to pass.
3963
26fb3983
JV
39642018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
3965
3966 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
3967 -data-disassemble -a.
3968 (test_disassembly_bogus_args): Likewise.
3969
67943c00
AB
39702018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
3971
3972 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
3973
5ff2bbae
AB
39742018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3975
3976 * gdb.base/vla-optimized-out.exp: Add new test.
3977
e5bbcd0f
AB
39782018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3979
3980 * gdb.base/vla-optimized-out-o3.exp: Delete.
3981 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
3982 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
3983 deleted tests.
3984
9d4a934c
AB
39852018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
3986
3987 PR gdb/18050:
3988 * gdb.server/extended-remote-restart.c: New file.
3989 * gdb.server/extended-remote-restart.exp: New file.
3990
045cf012
SM
39912018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
3992
3993 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
3994 "set variable index = 42".
3995
87d6a7aa
SM
39962018-08-07 Simon Marchi <simon.marchi@ericsson.com>
3997
3998 * boards/index-cache-gdb.exp: New file.
3999 * gdb.dwarf2/index-cache.exp: New file.
4000 * gdb.dwarf2/index-cache.c: New file.
4001 * gdb.base/maint.exp: Check if we are using the index cache.
4002
96d68bd4
RO
40032018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4004
4005 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
4006 MAKEFLAGS.
4007
5a699617
RO
40082018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4009
4010 * dg-extract-results.sh: Move to toplevel contrib.
4011 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
4012 * Makefile.in (check-parallel-racy): Likewise.
4013
5bd18990
AB
40142018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
4015
4016 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
4017 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
4018 tests if the target supports scheduler locking.
4019
3fbbcf47
TV
40202018-08-04 Tom de Vries <tdevries@suse.de>
4021
4022 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
4023
3e1d3d8c
TT
40242018-08-02 Tom Tromey <tom@tromey.com>
4025
4026 PR symtab/16842.
4027 * gdb.cp/temargs.exp: Test "info address" of a template
4028 parameter.
4029
5abe0f0c
JV
40302018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
4031
4032 * gdb.python/py-mi-var-info-path-expression.c: New file.
4033 * gdb.python/py-mi-var-info-path-expression.py: New file.
4034 * gdb.python/py-mi-var-info-path-expression.exp: New file.
4035
fb66cde8
SDJ
40362018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
4037
4038 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
4039 error after "cannot resolve name" string.
4040
c708f4d2
AB
40412018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
4042
4043 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
4044 started.
4045 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
4046
37cc0cae
TV
40472018-07-28 Tom de Vries <tdevries@suse.de>
4048
4049 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
4050
63b4ecf7
TV
40512018-07-26 Tom de Vries <tdevries@suse.de>
4052
4053 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
4054
3c3bb058
AB
40552018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
4056
4057 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
4058 is visible.
4059
9e7f3bbb
TV
40602018-07-26 Tom de Vries <tdevries@suse.de>
4061
4062 PR breakpoints/23366
4063 * gdb.base/catch-follow-exec.c: New test.
4064 * gdb.base/catch-follow-exec.exp: New file.
4065
16f808ec
TV
40662018-07-25 Tom de Vries <tdevries@suse.de>
4067
4068 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
4069 vla-optimized-out.c.
4070
d7154a8d
JV
40712018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
4072
4073 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
4074 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
4075
232a0032
TV
40762018-07-20 Tom de Vries <tdevries@suse.de>
4077
4078 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
4079 NOCLONE macro.
4080 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
4081
fbb1d502
TV
40822018-07-19 Tom de Vries <tdevries@suse.de>
4083
4084 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
4085 regular expression.
4086
42dc7699
TV
40872018-07-18 Tom de Vries <tdevries@suse.de>
4088
4089 * gdb.base/vla-optimized-out.c: New test.
4090 * gdb.base/vla-optimized-out.exp: New file.
4091
7f1f7e23
SDJ
40922018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
4093
4094 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
4095 message "No address associated with hostname" when gdbserver
4096 cannot resolve the hostname.
4097
5759ebb3
PW
40982018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4099
4100 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
4101 Add some test prefixes to make tests unique.
4102
3606ccab
PW
41032018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4104
4105 * gdb.base/frameapply.c: New file.
4106 * gdb.base/frameapply.exp: New file.
4107
529c08b2
PW
41082018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4109
4110 * gdb.base/skip.exp: Update expected error message.
4111
c7ab0aef
SDJ
41122018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4113 Jan Kratochvil <jan.kratochvil@redhat.com>
4114 Paul Fertser <fercerpav@gmail.com>
4115 Tsutomu Seki <sekiriki@gmail.com>
4116
4117 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
4118 parameter.
4119 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
4120 by default.
4121 * boards/native-gdbserver.exp: Likewise.
4122 * gdb.server/run-without-local-binary.exp: Improve regexp used
4123 for detecting when a remote debugging connection succeeds.
4124 * gdb.server/server-connect.exp: New file.
4125 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
4126 Do not prefix the port number with ":".
4127 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
4128 support for detecting and using it. Add '$debughost_gdbserver'
4129 to the list of arguments used to start gdbserver. Handle case
4130 when gdbserver cannot resolve a network name.
4131
16ff70dd
SDJ
41322018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4133
4134 PR c++/23373
4135 * gdb.base/ptype-offsets.cc (struct static_member): New
4136 struct.
4137 (main) <stmember>: New variable.
4138 * gdb.base/ptype-offsets.exp: Add test for printing a struct
4139 with a static member in it.
4140
3541979f
AB
41412018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
4142
4143 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
4144 watchpoints enabled and disabled.
4145
c8ad9b9a
AB
41462018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4147
4148 * gdb.base/examine-backward.exp: Still run tests around address
4149 0x0, even if address 0x0 is not readable. Update the pattern for
4150 matching address 0x0 in expected output.
4151
e0e5e971
AB
41522018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4153
4154 * gdb.base/share-env-with-gdbserver.c (main): Add call to
4155 malloc/free.
4156
1ea5da02
TV
41572018-07-04 Tom de Vries <tdevries@suse.de>
4158
4159 * gdb.dwarf2/dw2-error.exp: Update expected error message.
4160
471b9d15
MR
41612018-07-02 Maciej W. Rozycki <macro@mips.com>
4162
4163 PR tdep/8282
4164 * gdb.arch/mips-disassembler-options.exp: New test.
4165 * gdb.arch/mips-disassembler-options.s: New test source.
4166
75acb486
PA
41672018-06-29 Pedro Alves <palves@redhat.com>
4168
4169 * gdb.threads/names.exp: Adjust expected "info threads" output.
4170
cd2bb709
PA
41712018-06-29 Pedro Alves <palves@redhat.com>
4172
4173 * gdb.opt/inline-break.exp (line number, address): Add "info
4174 break" tests.
4175
991ff292
PA
41762018-06-29 Pedro Alves <palves@redhat.com>
4177
4178 * gdb.opt/inline-break.c (func1): Add "break here" marker.
4179 * gdb.opt/inline-break.exp: Test setting breakpoints by line
4180 number and address and running to them.
4181
356819b6 41822018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
4183
4184 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
4185
2512d7ef
JK
41862018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4187
4188 * lib/compiler.c: Remove executable permission flag.
4189
be1b6474
RB
41902018-06-28 Richard Bunt <richard.bunt@arm.com>
4191
4192 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
4193 code.
4194 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
4195
291f9a96
PT
41962018-06-28 Petr Tesarik <ptesarik@suse.cz>
4197
4198 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
4199
ed6dfe51
PT
42002018-06-28 Petr Tesarik <ptesarik@suse.cz>
4201
4202 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
4203 address argument is omitted.
4204
d4d429d5
PT
42052018-06-28 Petr Tesarik <ptesarik@suse.cz>
4206
4207 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
4208
7ab6656f
OJ
42092018-06-27 Omair Javaid <omair.javaid@linaro.org>
4210
4211 PR gdb/21695
4212 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
4213 * gdb.base/infoline-reloc-main-from-zero.c: New file.
4214
a33ccfc7
TT
42152018-06-26 Tom Tromey <tom@tromey.com>
4216
4217 PR rust/22574:
4218 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
4219 * gdb.rust/simple.rs (struct SimpleLayout): New.
4220
6d72d289
SM
42212018-06-22 Simon Marchi <simon.marchi@ericsson.com>
4222
4223 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
4224 "info registers" output.
4225
8363f9d5
RB
42262018-06-21 Richard Bunt <richard.bunt@arm.com>
4227
4228 * gdb.base/watchpoint-hw-attach.c: New test.
4229 * gdb.base/watchpoint-hw-attach.exp: New file.
4230
f00674fe
SM
42312018-06-20 Simon Marchi <simon.marchi@ericsson.com>
4232
4233 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
4234 through /bin/sh.
4235 * boards/dwarf4-gdb-index.exp: Likewise.
4236 * boards/fission-dwp.exp: Likewise.
4237
1d554008
UW
42382018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
4239
4240 * gdb.base/float128.exp: Add comment and improved fail message
4241 to the failure case of "print large128" test.
4242
d0ac1c44
SM
42432018-06-19 Simon Marchi <simon.marchi@ericsson.com>
4244
4245 * configure.ac: Remove AC_PREREQ.
4246 * configure: Re-generate.
4247
61b04dd0
PA
42482018-06-19 Pedro Alves <palves@redhat.com>
4249
4250 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
4251 (func_extern_caller): New.
4252 (main): Call func_extern_caller.
4253 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
4254 logic change.
4255
f63b508a
SM
42562018-06-18 Weimin Pan <weimin.pan@oracle.com>
4257
4258 PR gdb/16841
4259 * gdb.cp/typedef-base.cc: New file.
4260 * gdb.cp/typedef-base.exp: New file.
4261
0fe3a558
TV
42622018-06-18 Tom de Vries <tdevries@suse.de>
4263
4264 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
4265
7010835a
AB
42662018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4267 Richard Bunt <Richard.Bunt@arm.com>
4268
4269 * gdb.threads/attach-slow-waitpid.c: New file.
4270 * gdb.threads/attach-slow-waitpid.exp: New file.
4271 * gdb.threads/slow-waitpid.c: New file.
4272
14897d65
PA
42732018-06-14 Pedro Alves <palves@redhat.com>
4274
4275 * gdb.base/fork-running-state.c: Include <errno.h>.
4276 (exit_if_relative_exits): New.
4277 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
4278 exits.
4279 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
4280 child exits.
4281
5d9a0608
TV
42822018-06-14 Tom de Vries <tdevries@suse.de>
4283
4284 PR cli/22573
4285 * gdb.base/finish-pretty.c: New test.
4286 * gdb.base/finish-pretty.exp: New file.
4287
11ae5818
PA
42882018-06-14 Pedro Alves <palves@redhat.com>
4289
4290 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
4291 gdb's expected startup output.
4292
1d39de44
PA
42932018-06-14 Pedro Alves <palves@redhat.com>
4294
4295 * lib/selftest-support.exp (selftest_setup): Remove inlined
4296 function handling.
4297
70ee0000
TV
42982018-06-14 Tom de Vries <tdevries@suse.de>
4299
4300 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
4301 matching of breakpoint printing.
4302
11f4b608
TV
43032018-06-13 Tom de Vries <tdevries@suse.de>
4304
4305 PR testsuite/23269
4306 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
4307 (fork_child): ... here, and ...
4308 (fork_parent): ... here.
4309
43102018-06-12 Tom de Vries <tdevries@suse.de>
4311
4312 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
4313
9516f85a
AB
43142018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
4315 Stephen Roberts <stephen.roberts@arm.com>
4316
4317 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
4318 rewrite test to describe action performed, rather than possible
4319 failure.
4320
5045b3d7
GB
43212018-06-08 Gary Benson <gbenson@redhat.com>
4322
4323 * gdb.threads/check-libthread-db.exp: New file.
4324 * gdb.threads/check-libthread-db.c: Likewise.
4325
c61b06a1
TT
43262018-06-05 Tom Tromey <tom@tromey.com>
4327
4328 * gdb.base/default.exp: Update expected "show version" output.
4329
eb6af809
TT
43302018-06-05 Tom Tromey <tom@tromey.com>
4331
4332 PR cli/12326:
4333 * gdb.cp/static-print-quit.exp: Update.
4334 * lib/gdb.exp (pagination_prompt): Update.
4335 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
4336 * gdb.python/python.exp: Update.
4337
178d6a63
JB
43382018-06-04 Joel Brobecker <brobecker@adacore.com>
4339
4340 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
4341
8e817061
JB
43422018-06-01 Joel Brobecker <brobecker@adacore.com>
4343
4344 * gdb.ada/bp_fun_addr: New testcase.
4345
e86ca25f
TT
43462018-06-01 Tom Tromey <tom@tromey.com>
4347
4348 * gdb.xml/tdesc-regs.exp (load_description): Update expected
4349 results.
4350 * gdb.dwarf2/method-ptr.exp: Set language to C++.
4351 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
4352 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
4353 * gdb.base/maint.exp (maint_pass_if): Update.
4354
4b2dfa9d
MR
43552018-05-31 Maciej W. Rozycki <macro@mips.com>
4356
4357 * gdb.base/endian.exp: New test.
4358 * gdb.base/endian.c: New test source.
4359
45f25d6c
AB
43602018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
4361
4362 PR gdb/23203
4363 * gdb.base/bt-selected-frame.c: New file.
4364 * gdb.base/bt-selected-frame.exp: New file.
4365 * lib/gdb.exp (get_current_frame_number): New function.
4366
d9f6d7f8
MR
43672018-05-24 Maciej W. Rozycki <macro@mips.com>
4368 Pedro Alves <palves@redhat.com>
4369
4370 * gdb.threads/tls-core.c: Include <stdlib.h>
4371 (thread_proc): Call `abort'.
4372 * gdb.threads/tls-core.exp: Generate a core with core_find too.
4373 (tls_core_test): New procedure, bits factored out from ...
4374 (top level): ... here. Test both native cores and gcore cores.
4375
ff1cf532
TT
43762018-05-23 Tom Tromey <tom@tromey.com>
4377
4378 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
4379
b98664d3
TT
43802018-05-23 Tom Tromey <tom@tromey.com>
4381
4382 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
4383 symfile_complaints.
4384 (test_short_complaints): Likewise.
4385 (test_empty_complaints): Likewise.
4386 (test_initial_complaints): Update.
4387
4e9668d0
TT
43882018-05-23 Tom Tromey <tom@tromey.com>
4389
4390 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
4391
43ba33c7
TT
43922018-05-23 Tom Tromey <tom@tromey.com>
4393
4394 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
4395 (test_short_complaints): Update.
4396
035522c0
PA
43972018-05-22 Pedro Alves <palves@redhat.com>
4398
4399 * gdb.base/remote.exp: Only gdb_start after compiling the
4400 testcase. Issue "disconnect" before testing "set remote" command
4401 defaults. Issue clean_restart before running to main.
4402
cc0be08f
PA
44032018-05-22 Pedro Alves <palves@redhat.com>
4404
4405 * gdb.base/remote.exp: Adjust expected output of "show remote
4406 memory-write-packet-size". Add tests for "set remote
4407 memory-write-packet-size 0" and "set remote
4408 memory-write-packet-size fixed/limit".
4409
b1b60145
PA
44102018-05-22 Pedro Alves <palves@redhat.com>
4411
4412 PR gdb/22973
4413 * gdb.base/utf8-identifiers.c: New file.
4414 * gdb.base/utf8-identifiers.exp: New file.
4415
0ec848ad
PFC
44162018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4417
4418 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
4419
2c3305f6
PFC
44202018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4421
4422 * gdb.arch/powerpc-vsx-gcore.exp: New file.
4423
ce1e8424
TT
44242018-05-18 Tom Tromey <tom@tromey.com>
4425
4426 * gdb.base/ptype-offsets.exp: Update.
4427
ddfe970e
KS
44282018-05-17 Keith Seitz <keiths@redhat.com>
4429
4430 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
4431 in expected breakpoint stop locations.
4432 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
4433 move to proper scope to test variable values.
4434 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
4435 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
4436 New functions.
4437 (main): Call not_inline_func3.
4438 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
4439 inline_func1, inline_func2, and inline_func3. Test that when each
4440 breakpoint is hit, GDB properly reports both the stop location
4441 and the backtrace. Repeat tests for temporary breakpoints.
4442
0726fcc6
MR
44432018-05-15 Maciej W. Rozycki <macro@mips.com>
4444
4445 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
4446 rather then trying to access it in determining whether the PID
4447 of `gdbserver' could have been retrieved.
4448
8ee22052
AB
44492018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
4450
4451 * gdb.arch/amd64-init-x87-values.S: New file.
4452 * gdb.arch/amd64-init-x87-values.exp: New file.
4453
7785df48
JK
44542018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4455
4456 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
4457
56bcdbea
TT
44582018-05-04 Tom Tromey <tom@tromey.com>
4459
4460 PR python/22730:
4461 * gdb.python/python.exp: Test multi-line execute.
4462
a913fffb
TT
44632018-05-04 Tom Tromey <tom@tromey.com>
4464
4465 PR python/22731:
4466 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
4467
7a2c85f2
TT
44682018-05-04 Tom Tromey <tom@tromey.com>
4469
4470 PR gdb/11750:
4471 * gdb.base/define.exp: Test defining a user command inside a user
4472 command.
4473 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
4474
a3b60e45
JK
44752018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4476 Pedro Alves <palves@redhat.com>
4477
4478 PR breakpoints/19806 and support for PR external/20207.
4479 * gdb.base/watchpoint-unaligned.c: New file.
4480 * gdb.base/watchpoint-unaligned.exp: New file.
4481
45fe4a03
AB
44822018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4483
4484 * gdb.base/maint.exp: Make test names unique, use
4485 test_prefix_command_help to test 'help maint info', and remove
4486 repeated test of 'help maint'.
4487
9be2ae8f
TT
44882018-05-04 Tom Tromey <tom@tromey.com>
4489
4490 PR gdb/22619:
4491 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
4492 behavior.
4493
11859c31
AB
44942018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4495
4496 * gdb.base/maint.exp: Process output from 'maint print registers'
4497 line at a time.
4498
089a9490
AB
44992018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4500
4501 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
4502 timeout.
4503
9b0797e2
AB
45042018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
4505
4506 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
4507 filter pattern.
4508
f6ac5f3d
PA
45092018-05-02 Pedro Alves <palves@redhat.com>
4510
4511 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
4512 to_log_command renames.
4513 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4514
77d3c63b
TT
45152018-05-02 Tom Tromey <tom@tromey.com>
4516
4517 * gdb.python/py-parameter.exp: Set test message.
4518
0489430a
TT
45192018-05-02 Tom Tromey <tom@tromey.com>
4520
4521 PR python/20084:
4522 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
4523 PARAM_ZUINTEGER_UNLIMITED tests.
4524
1632f8ba
DR
45252018-04-28 Dan Robertson <danlrobertson89@gmail.com>
4526
4527 PR rust/23124
4528 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
4529 when casting.
4530
6d7bb824
TT
45312018-04-30 Tom Tromey <tom@tromey.com>
4532
4533 * gdb.python/py-type.exp: Check align attribute.
4534 * gdb.python/py-type.c: New "aligncheck" global.
4535
007e1530
TT
45362018-04-30 Tom Tromey <tom@tromey.com>
4537
4538 PR exp/17095:
4539 * gdb.dwarf2/dw2-align.exp: New file.
4540 * gdb.cp/align.exp: New file.
4541 * gdb.base/align.exp: New file.
4542 * lib/gdb.exp (gdb_int128_helper): New proc.
4543 (has_int128_c, has_int128_cxx): New caching procs.
4544
6873858b
TT
45452018-04-27 Tom Tromey <tom@tromey.com>
4546
4547 PR rust/22545:
4548 * gdb.rust/simple.exp: Add inclusive range tests.
4549
79188d8d
PA
45502018-04-26 Pedro Alves <palves@redhat.com>
4551
4552 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
4553 ifunc breakpoint locations correctly of ifunc breakpoints set
4554 while the program resolves the ifunc.
4555
c7075ad5
PA
45562018-04-26 Pedro Alves <palves@redhat.com>
4557
4558 * gdb.base/gnu-ifunc-final.c: New file.
4559 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
4560 * gdb.base/gnu-ifunc.exp (executable): Delete.
4561 (staticexecutable): Adjust.
4562 (lib_opts, exec_opts): Delete.
4563 (make_binsuffix, build, set-break): New procedures.
4564 (misc_tests): New, with tests factored out from the top level.
4565 (top level): Test different combinations of ifunc resolver name,
4566 resolver with and with debug info, and ifunc target with and
4567 without debug info. Wrap static tests with with_target_prefix.
4568
8388016d
PA
45692018-04-26 Pedro Alves <palves@redhat.com>
4570
4571 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
4572 return type" warnings.
4573
249b5733
PA
45742018-04-25 Pedro Alves <palves@redhat.com>
4575
4576 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
4577 killed".
4578 * gdb.base/kill-after-signal.exp: Likewise.
4579 * gdb.threads/kill.exp: Likewise.
4580
f67c0c91
SDJ
45812018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4582 Sergio Durigan Junior <sergiodj@redhat.com>
4583 Pedro Alves <palves@redhat.com>
4584
4585 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
4586 regexps to expect for '[Inferior ... detached]' as well.
4587 * gdb.base/attach.exp: Likewise.
4588 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
4589 "gdb_continue_to_end".
4590 (test_catch_syscall_with_wrong_args): Likewise.
4591 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
4592 ']'. Don't set 'verbose' on.
4593 * gdb.base/foll-vfork.exp: Likewise.
4594 * gdb.base/fork-print-inferior-events.c: New file.
4595 * gdb.base/fork-print-inferior-events.exp: New file.
4596 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
4597 '[Inferior ... has been killed]' message.
4598 * gdb.base/kill-after-signal.exp: Likewise.
4599 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
4600 detach message.
4601 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
4602 message.
4603 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
4604 regexps to expect for '[Inferior ... detached]' as well.
4605 * gdb.threads/process-dies-while-detaching.exp: Likewise.
4606
0a8ddac4
SM
46072018-04-24 Simon Marchi <simon.marchi@ericsson.com>
4608
4609 PR gdb/23104
4610 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
4611
701adfb0
PA
46122018-04-22 Rajendra SY <rajendra.sy@gmail.com>
4613
4614 PR gdb/23095
4615 * gdb.base/break-probes.exp: Pass shlib_load to
4616 prepare_for_testing. Set normal_bp to r_debug_state if target is
4617 bsd.
4618
d27d16bf
RB
46192018-04-19 Richard Bunt <richard.bunt@arm.com>
4620
4621 * gdb.threads/multiple-successive-infcall.c: New test.
4622 * gdb.threads/multiple-successive-infcall.exp: New file.
4623
a037790e
TT
46242018-04-17 Tom Tromey <tom@tromey.com>
4625
4626 * gdb.rust/simple.rs (Union): New type.
4627 (main): New local "u".
4628 * gdb.rust/simple.exp (test_one_slice): Add new test case.
4629
e3a91079
AA
46302018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4631
4632 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
4633 number information in output of "whereis" command.
4634 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
4635
b744723f
AA
46362018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4637
4638 * gdb.ada/info_types.exp: Adjust expected output to the line
4639 numbers now printed by "info var/func/type".
4640 * gdb.base/completion.exp: Likewise.
4641 * gdb.base/included.exp: Likewise.
4642 * gdb.cp/cp-relocate.exp: Likewise.
4643 * gdb.cp/cplusfuncs.exp: Likewise.
4644 * gdb.cp/namespace.exp: Likewise.
4645 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
4646
4a4495d6
MM
46472018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4648
4649 * gdb.btrace/cpu.exp: New.
4650
1d509aa6
MM
46512018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4652
4653 * gdb.base/step-indirect-call-thunk.exp: New.
4654 * gdb.base/step-indirect-call-thunk.c: New.
4655 * gdb.reverse/step-indirect-call-thunk.exp: New.
4656 * gdb.reverse/step-indirect-call-thunk.c: New.
4657
6295b6da
SM
46582018-04-11 Simon Marchi <simon.marchi@ericsson.com>
4659
4660 * gdb.base/pie-fork.c: New file.
4661 * gdb.base/pie-fork.exp: New file.
4662
50146e70
TT
46632018-04-11 Tom Tromey <tom@tromey.com>
4664
4665 * gdb.rust/simple.exp: Add test for ".." struct initializer.
4666
f50d8a2e
PA
46672018-04-10 Pedro Alves <palves@redhat.com>
4668
4669 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
4670 exits. Instead loop running forever.
4671 (fork_parent): Run forever too.
4672
a0be7a36
SM
46732018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4674
4675 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
4676 mi_continue_to_line.
4677 * gdb.mi/mi-stack.c (callee4): Add comment.
4678
9b73db36
SM
46792018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4680
4681 * gdb.mi/mi-stack.exp: Fix indentation.
4682
c912f608
SM
46832018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4684
4685 PR gdb/22979
4686 * gdb.arch/amd64-osabi.exp: New file.
4687
26540402
SM
46882018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4689
4690 PR gdb/22980
4691 * gdb.base/osabi.exp: New file.
4692
121ad66c 46932018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
4694
4695 * gdb.cp/static-typedef-print.exp: New file.
4696 * gdb.cp/static-typedef-print.cc: New file.
4697
3fcded8f
JB
46982018-03-27 Joel Brobecker <brobecker@adacore.com>
4699
4700 * gdb.ada/varsize_limit: New testcase.
4701
59cc4834
JB
47022018-03-27 Joel Brobecker <brobecker@adacore.com>
4703
4704 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
4705
4706 * gdb.ada/notcplusplus: New testcase.
4707
4708 * gdb.base/c-linkage-name.c: New file.
4709 * gdb.base/c-linkage-name.exp: New testcase.
4710
4ca59a9f
TT
47112018-03-26 Tom Tromey <tom@tromey.com>
4712
4713 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
4714 * gdb.python/py-framefilter.py (name_error): New global.
4715 (ErrorInName.function): Use name_error.
4716
978d6c75
TT
47172018-03-26 Tom Tromey <tom@tromey.com>
4718
4719 PR backtrace/15582:
4720 * gdb.python/py-framefilter.exp: Add "bt hide" test.
4721
b7fee5a3
KS
47222018-03-23 Keith Seitz <keiths@redhat.com>
4723
4724 PR c++/22968
4725 * gdb.cp/subtypes.exp: New file.
4726 * gdb.cp/subtypes.h: New file.
4727 * gdb.cp/subtypes.cc: New file.
4728 * gdb.cp/subtypes-2.cc: New file.
4729
376be529
AB
47302018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4731
4732 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
4733 (done): Call '_exit' not 'exit' to avoid atexit handlers.
4734 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
4735 -nostartfiles when compiling the test. Confirm that all registers
4736 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
4737
066cfa98
AB
47382018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4739
4740 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
4741 option, syntax was wrong anyway.
4742 * gdb.arch/arm-disp-step.exp: Likewise.
4743 * gdb.arch/sparc64-regs.exp: Likewise.
4744 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
4745 option, syntax was wrong anyway, switch to use
4746 prepare_for_testing.
4747 * gdb.arch/i386-disp-step.exp: Likewise.
4748
079670b9
AA
47492018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
4750
4751 * gdb.ada/exec_changed.exp: Replace "target_info exists
4752 use_gdb_stub" by "use_gdb_stub".
4753 * gdb.ada/start.exp: Likewise.
4754 * gdb.base/async-shell.exp: Likewise.
4755 * gdb.base/attach-pie-misread.exp: Likewise.
4756 * gdb.base/attach-wait-input.exp: Likewise.
4757 * gdb.base/break-entry.exp: Likewise.
4758 * gdb.base/break-interp.exp: Likewise.
4759 * gdb.base/dprintf-detach.exp: Likewise.
4760 * gdb.base/nostdlib.exp: Likewise.
4761 * gdb.base/solib-nodir.exp: Likewise.
4762 * gdb.base/statistics.exp: Likewise.
4763 * gdb.base/testenv.exp: Likewise.
4764 * gdb.mi/mi-exec-run.exp: Likewise.
4765 * gdb.mi/mi-start.exp: Likewise.
4766 * gdb.multi/dummy-frame-restore.exp: Likewise.
4767 * gdb.multi/multi-arch-exec.exp: Likewise.
4768 * gdb.multi/multi-arch.exp: Likewise.
4769 * gdb.multi/tids.exp: Likewise.
4770 * gdb.multi/watchpoint-multi.exp: Likewise.
4771 * gdb.python/py-events.exp: Likewise.
4772 * gdb.threads/attach-into-signal.exp: Likewise.
4773 * gdb.threads/attach-stopped.exp: Likewise.
4774 * gdb.threads/threadapply.exp: Likewise.
4775 * lib/selftest-support.exp: Likewise.
4776
26d6cec4
AA
47772018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
4778
4779 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
4780
4ee89e90
SR
47812018-03-20 Stephen Roberts <stephen.roberts@arm.com>
4782
4783 * gdb.perf/template-breakpoints.cc: New file.
4784 * gdb.perf/template-breakpoints.exp: New file.
4785 * gdb.perf/template-breakpoints.py: New file.
4786
92630041
TT
47872018-03-19 Tom Tromey <tom@tromey.com>
4788
4789 * gdb.rust/simple.rs (main): Add local variables field1, field2,
4790 y0.
4791 * gdb.rust/simple.exp: Test bare identifier form of struct
4792 initializer.
4793
76727919
TT
47942018-03-19 Tom Tromey <tom@tromey.com>
4795
4796 * gdb.gdb/observer.exp: Remove.
4797
194ed413
AA
47982018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4799
4800 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
4801 "qualified" option when setting breakpoints.
4802 * gdb.trace/backtrace.exp: Likewise.
4803 * gdb.trace/circ.exp: Likewise.
4804 * gdb.trace/collection.exp: Likewise.
4805 * gdb.trace/disconnected-tracing.exp: Likewise.
4806 * gdb.trace/ftrace-lock.exp: Likewise.
4807 * gdb.trace/ftrace.exp: Likewise.
4808 * gdb.trace/infotrace.exp: Likewise.
4809 * gdb.trace/packetlen.exp: Likewise.
4810 * gdb.trace/passc-dyn.exp: Likewise.
4811 * gdb.trace/qtro.exp: Likewise.
4812 * gdb.trace/read-memory.exp: Likewise.
4813 * gdb.trace/report.exp: Likewise.
4814 * gdb.trace/signal.exp: Likewise.
4815 * gdb.trace/status-stop.exp: Likewise.
4816 * gdb.trace/strace.exp: Likewise.
4817 * gdb.trace/tfind.exp: Likewise.
4818 * gdb.trace/trace-break.exp: Likewise.
4819 * gdb.trace/trace-condition.exp: Likewise.
4820 * gdb.trace/trace-mt.exp: Likewise.
4821 * gdb.trace/tstatus.exp: Likewise.
4822 * gdb.trace/tsv.exp: Likewise.
4823 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4824 * gdb.trace/unavailable.exp: Likewise.
4825 * gdb.trace/while-dyn.exp: Likewise.
4826
8b067d2c
AA
48272018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4828
4829 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
4830 that libinproctrace is copied to the target.
4831
3ae9ce5d
TT
48322018-03-14 Tom Tromey <tom@tromey.com>
4833
4834 PR cli/14977:
4835 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
4836 a null pointer.
4837 * gdb.base/wchar.exp: Likewise.
4838
b8c2339b
TT
48392018-03-14 Tom Tromey <tom@tromey.com>
4840
4841 PR cli/19918:
4842 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
4843 flag.
4844
4872dc46
SM
48452018-03-08 Simon Marchi <simon.marchi@ericsson.com>
4846
4847 PR gdb/22841
4848 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
4849 "target" to remote_exec.
4850
e4fe3756
SM
48512018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
4852
4853 PR gdb/22841
4854 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
4855 ${board}_upload): Remove.
4856
e95a97d4
AA
48572018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
4858
4859 * gdb.cp/watch-cp.cc: New test.
4860 * gdb.cp/watch-cp.exp: New file.
4861
dbbb1059
AB
48622018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4863
4864 * gdb.base/infcall-nested-structs.exp: New file.
4865 * gdb.base/infcall-nested-structs.c: New file.
4866 * gdb.base/float.exp: Add riscv support.
4867
ecc054c0
TP
48682018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
4869
4870 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
4871 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
4872
25e3c82c
SDJ
48732018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
4874
4875 * gdb.server/abspath.exp: New file.
4876 * lib/gdb.exp (with_cwd): New procedure.
4877
3083294d
SM
48782018-02-28 Simon Marchi <simon.marchi@ericsson.com>
4879
4880 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
4881 use it.
4882 (gdb_is_target_remote_prompt): New proc.
4883 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
4884 (gdb_is_target_native): Pass prompt parameter to
4885 gdb_is_target_1.
4886
3275ef47
SM
48872018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
4888
4889 * gdb.base/load-command.c: New file.
4890 * gdb.base/load-command.exp: New file.
4891 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
4892 (gdb_is_target_1): ...this, and generalize for other targets
4893 than just remote.
4894 (gdb_is_target_remote): Use gdb_is_target_1.
4895 (gdb_is_target_native): use gdb_is_target_1.
4896
6893c19a
TT
48972018-02-26 Tom Tromey <tom@tromey.com>
4898
4899 PR python/16497:
4900 * gdb.python/py-framefilter.exp: Update test.
4901
2ddeaf8a
TT
49022018-02-26 Tom Tromey <tom@tromey.com>
4903
4904 * gdb.dwarf2/variant.c: New file.
4905 * gdb.dwarf2/variant.exp: New file.
4906
c9317f21
TT
49072018-02-26 Tom Tromey <tom@tromey.com>
4908
4909 * gdb.rust/simple.exp: Accept more possible results in enum test.
4910
6f6d0c26
SM
49112018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
4912
4913 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
4914 parentheses.
4915
11b03145
MR
49162018-02-23 Maciej W. Rozycki <macro@mips.com>
4917
4918 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
4919 name of a variable: $actual_linejj -> $actual_line.
4920
54a27fe5
JB
49212018-02-21 John Baldwin <jhb@FreeBSD.org>
4922
4923 * gdb.arch/amd64-i386-address.exp: Fix a typo.
4924
de65820c
MM
49252018-02-20 Markus Metzger <markus.t.metzger@intel.com>
4926
4927 * gdb.btrace/buffer-size.exp: Do not force BTS.
4928
980548fd
PA
49292018-02-14 Pedro Alves <palves@redhat.com>
4930
4931 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
4932 getting a "Quit".
4933
c4e12631
MM
49342018-02-09 Markus Metzger <markus.t.metzger@intel.com>
4935
4936 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
4937 Fix test name.
4938
c2e0e465
SM
49392018-02-07 Simon Marchi <simon.marchi@ericsson.com>
4940
4941 * gdb.cp/m-static.exp: Check type of optimized out static
4942 member.
4943
f7216783
AB
49442018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
4945
4946 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
4947 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
4948
0625771b
LS
49492018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
4950 Leszek Swirski <leszeks@google.com>
4951
4952 * gdb.python/py-prettyprint.c
4953 (struct to_string_returns_value_inner,
4954 struct to_string_returns_value_wrapper): New.
4955 (main): Add tsrvw variable.
4956 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
4957 ToStringReturnsValueWrapper): New classes.
4958 (register_pretty_printers): Register new pretty-printers.
4959 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
4960 recursive pretty printer.
4961 * gdb.python/py-mi.exp: Likewise.
4962
59498c30
LS
49632018-02-01 Leszek Swirski <leszeks@google.com>
4964
4965 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
4966 functions with the same name as an include file are parsed
4967 correctly.
4968
d4d38844
YQ
49692018-02-01 Yao Qi <yao.qi@linaro.org>
4970
4971 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
4972 "\[^\r\n\]*".
4973
07e5f5cf
NP
49742018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
4975
4976 * gdb.arch/powerpc-prologue-frame.s: New file.
4977 * gdb.arch/powerpc-prologue-frame.c: Likewise.
4978 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
4979
929b5ad4
JB
49802018-01-31 Joel Brobecker <brobecker@adacore.com>
4981
4982 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
4983
e671cd59
PA
49842018-01-30 Pedro Alves <palves@redhat.com>
4985
4986 PR gdb/13211
4987 * gdb.base/interrupt-daemon.c: New.
4988 * gdb.base/interrupt-daemon.exp: New.
4989 * gdb.multi/multi-term-settings.c: New.
4990 * gdb.multi/multi-term-settings.exp: New.
4991
fc413dc4
JB
49922018-01-30 Joel Brobecker <brobecker@adacore.com>
4993
4994 * gdb.base/break.exp: Save the location where the breakpoint
4995 on break.c:47 was actually inserted when debugging the version
4996 compiled at -O2 and use it in the expected output of the "info
4997 break" test performed soon after.
4998
5c319bb2
PA
49992018-01-22 Pedro Alves <palves@redhat.com>
5000 Sergio Durigan Junior <sergiodj@redhat.com>
5001
5002 * gdb.base/whatis.exp: Add tests for 'set print object on' +
5003 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
5004
a9e40818
JB
50052018-01-22 Joel Brobecker <brobecker@adacore.com>
5006
5007 * gdb.base/break-include.c, gdb.base/break-include.inc,
5008 gdb.base/break-include.exp: New files.
5009 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
5010 line number now being the actual line number where the breakpoint
5011 was inserted.
5012 * gdb.mi/mi-break.exp: Likewise.
5013 * gdb.mi/mi-reverse.exp: Likewise.
5014 * gdb.mi/mi-simplerun.exp: Ditto.
5015
e707fc44
AB
50162018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5017
5018 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
5019 varobj.
5020 * gdb.mi/mi-var-create-rtti.exp: Likewise.
5021
ae451627
AB
50222018-01-21 Don Breazeal <donb@codesourcery.com>
5023 Andrew Burgess <andrew.burgess@embecosm.com>
5024
5025 * gdb.mi/basics.c: Add new global.
5026 * gdb.mi/mi-frame-regs.exp: New file.
5027 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
5028 case.
5029
b1b189e0
AB
50302018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5031
5032 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
5033 non-parameter, and on an unknown symbol.
5034
fcfcc376
TT
50352018-01-19 Tom Tromey <tom@tromey.com>
5036
5037 * gdb.rust/modules.rs (TWENTY_THREE): New global.
5038 * gdb.rust/modules.exp: Add ::-qualified lookup test.
5039
634c1c31
AA
50402018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5041
5042 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
5043 setrlimit and chdir to int.
5044
d6ad07fd
AA
50452018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5046
5047 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
5048 function.
5049 (my_tend): Likewise.
5050 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
5051 rationale of avoiding FP- and vector instructions.
5052
adf8243b
RK
50532018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
5054
5055 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
5056 "info reg" with "\[ \t\]*".
5057 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
5058 "\[ \t\]+".
5059 * gdb.arch/s390-multiarch.exp: Ditto.
5060 * gdb.base/pc-fp.exp: Ditto.
5061 * gdb.reverse/i386-precsave.exp: Ditto.
5062 * gdb.reverse/i386-reverse.exp: Ditto.
5063 * gdb.reverse/i387-env-reverse.exp: Ditto.
5064 * gdb.reverse/i387-stack-reverse.exp: Ditto.
5065
dcc06925
AA
50662018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5067
5068 * lib/gdb.exp (gdb_compile): Re-enable use of
5069 universal_compile_options for languages other than Rust.
5070
25d4fd80
AA
50712018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5072
5073 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
5074
ee7f689e 50752018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
5076
5077 PR gdb/16577
5078 * gdb.base/solib-vanish.exp: New.
5079 * gdb.base/solib-vanish-main.c: New.
5080 * gdb.base/solib-vanish-lib1.c: New.
5081 * gdb.base/solib-vanish-lib2.c: New.
5082
d8447b6b
YQ
50832018-01-17 Yao Qi <yao.qi@linaro.org>
5084
5085 * gdb.compile/compile.exp: Match the address printed for
5086 frame in the output of command "bt".
5087
86d6a90c
TT
50882018-01-15 Tom Tromey <tom@tromey.com>
5089
5090 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
5091 compute sp_reg.
5092
cbcdb1aa
AB
50932018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5094
5095 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
5096 to prepare.
5097 (prepare): Return 0 on error, 1 on success.
5098
eea61984
PA
50992018-01-12 Pedro Alves <palves@redhat.com>
5100
5101 * gdb.base/continue-after-aborted-step-over.c: New.
5102 * gdb.base/continue-after-aborted-step-over.exp: New.
5103
6181e9c2
SM
51042018-01-11 Simon Marchi <simon.marchi@ericsson.com>
5105
5106 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
5107 options when not creating an executable.
5108
3cada740
PA
51092018-01-11 Pedro Alves <palves@redhat.com>
5110
5111 PR remote/22597
5112 * gdb.server/stop-reply-no-thread.c: New file.
5113 * gdb.server/stop-reply-no-thread.exp: New file.
5114
c63d3e8d
PA
51152018-01-10 Pedro Alves <palves@redhat.com>
5116
5117 PR gdb/22670
5118 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
5119 functions too. Test setting breakpoints and printing C functions
5120 with no debug info too.
5121 * gdb.ada/bp_c_mixed_case/qux.c: New file.
5122
d4c2a405
PA
51232018-01-10 Pedro Alves <palves@redhat.com>
5124
5125 PR gdb/22670
5126 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
5127 a fail.
5128
8825213e
PA
51292018-01-10 Pedro Alves <palves@redhat.com>
5130
5131 PR gdb/22670
5132 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
5133
605fd3c6
YQ
51342018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5135
5136 * gdb.server/unittest.exp: Match the output in non-development
5137 mode.
5138
1e5ded6c
YQ
51392018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5140
5141 * gdb.gdb/unittest.exp: Match output in non-development mode.
5142
30066b0b
JB
51432018-01-08 Joel Brobecker <brobecker@adacore.com>
5144
5145 * gdb.ada/access_tagged_param.exp: Relax expected output
5146 for value of "ObjL" in "continue" to pck.inspect breakpoint
5147 test.
5148
04bafb1e
XR
51492018-01-08 Joel Brobecker <brobecker@adacore.com>
5150
9f86398b
JB
5151 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
5152 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 5153
e379cee6
PA
51542018-01-05 Pedro Alves <palves@redhat.com>
5155
5156 PR gdb/18653
5157 * gdb.base/libsegfault.exp: New.
5158
de63c46b
PA
51592018-01-05 Joel Brobecker <brobecker@adacore.com>
5160
5161 PR gdb/22670
5162 * gdb.ada/access_tagged_param.exp: New file.
5163 * gdb.ada/access_tagged_param/foo.adb: New file.
5164
f98fc17b
PA
51652018-01-05 Pedro Alves <palves@redhat.com>
5166
5167 PR gdb/22670
5168 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
5169 exercise lower case too, and to exercise both full matching and
5170 wild matching.
5171
342f8240
JB
51722018-01-05 Joel Brobecker <brobecker@adacore.com>
5173
5174 * gdb.ada/rename_subscript_param: New testcase.
5175
7150d33c
JG
51762018-01-05 Jerome Guitton <guitton@adacore.com>
5177
5178 * gdb.ada/arr_acc_idx_w_gap: New testcase.
5179
cc0e770c
JB
51802018-01-05 Joel Brobecker <brobecker@adacore.com>
5181
5182 * gdb.ada/convvar_comp: New testcase.
5183
672a41aa 51842018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
5185
5186 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
5187 (My_Table): New global variable.
5188 * testsuite/gdb.ada/array_char_idx.exp: Add test.
5189
7365ec2f
JB
51902018-01-04 Joel Brobecker <brobecker@adacore.com>
5191
5192 PR gdb/22670
5193 * gdb.ada/maint_with_ada: New testcase.
5194
289483b6
JB
51952018-01-04 Joel Brobecker <brobecker@adacore.com>
5196
5197 PR gdb/22670
5198 * gdb.ada/bp_c_mixed_case: New testcase.
5199
344420da
JB
52002018-01-04 Joel Brobecker <brobecker@adacore.com>
5201
5202 PR gdb/22670
5203 * gdb.ada/complete.exp: Add "complete break ada" test.
5204
66fc87a0
JB
52052018-01-04 Joel Brobecker <brobecker@adacore.com>
5206
5207 PR gdb/22670
5208 * gdb.ada/info_addr_mixed_case: New testcase.
5209
9f757bf7
XR
52102018-01-03 Xavier Roirand <roirand@adacore.com>
5211
5212 * gdb.ada/excep_handle.exp: New testcase.
5213 * gdb.ada/excep_handle/foo.adb: New file.
5214 * gdb.ada/excep_handle/pck.ads: New file.
5215
bd570f80
JB
52162018-01-03 Joel Brobecker <brobecker@adacore.com>
5217
5218 * gdb.base/step-line.c: Add extra empty line in copyright header.
5219 * gdb.base/step-line.inp: Likewise.
5220
9fe561ab
JB
52212018-01-02 Joel Brobecker <brobecker@adacore.com>
5222
5223 * gdb.ada/dyn_stride.exp: Add slice test.
5224
a405673c
JB
52252018-01-02 Joel Brobecker <brobecker@adacore.com>
5226
5227 * gdb.ada/dyn_stride: New testcase.
5228
cef0f868
SH
52292017-12-27 Stafford Horne <shorne@gmail.com>
5230
5231 * gdb.xml/extra-regs.xml: Add example foo reggroup.
5232 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
5233
b67d92b0
SH
52342017-12-27 Stafford Horne <shorne@gmail.com>
5235
5236 * gdb.base/reggroups.c: New file.
5237 * gdb.base/reggroups.exp: New file.
5238
eccab96d
JB
52392017-12-18 Joel Brobecker <brobecker@adacore.com>
5240
5241 * gdb.dwarf2/ada-valprint-error.c: New file.
5242 * gdb.dwarf2/ada-valprint-error.exp: New file.
5243
0e2da9f0
JB
52442017-12-18 Joel Brobecker <brobecker@adacore.com>
5245
5246 * gdb.ada/assign_arr: New testcase.
5247
cb923fcc
XR
52482017-12-18 Xavier Roirand <roirand@adacore.com>
5249
5250 * gdb.ada/funcall_ptr: New testcase.
5251
7c161838
SDJ
52522017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
5253
5254 PR cli/16224
5255 * gdb.base/ptype-offsets.cc: New file.
5256 * gdb.base/ptype-offsets.exp: New file.
5257
1af17fd9
YQ
52582017-12-15 Yao Qi <yao.qi@linaro.org>
5259
5260 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
5261 if XML is disabled.
5262
828d5846
XR
52632017-12-15 Xavier Roirand <roirand@adacore.com>
5264
5265 * gdb.ada/same_component_name: New testcase.
5266
79e8fcaa
JB
52672017-12-14 Joel Brobecker <brobecker@adacore.com>
5268
5269 * gdb.ada/str_binop_equal: New testcase.
5270
e05fa6f9
JB
52712017-12-14 Joel Brobecker <brobecker@adacore.com>
5272
5273 * gdb.ada/task_switch_in_core: New testcase.
5274
b89641ba
SM
52752017-12-13 Simon Marchi <simon.marchi@ericsson.com>
5276
5277 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
5278 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
5279 call test_bkpt_qualified.
5280 (test_bkpt_qualified): New proc.
5281
6892d2e4
PA
52822017-12-13 Pedro Alves <palves@redhat.com>
5283
5284 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
5285 Tighten regexp by matching with an anchor.
5286
a22ecf70
PA
52872017-12-13 Pedro Alves <palves@redhat.com>
5288
5289 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
5290 ("expression with namespace"): New set of tests.
5291 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
5292 (Nested::Test_NS::qux): New.
5293 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
5294 defaults to 'start_quote_char' and 'end_quote_char' parameters.
5295
9937536c
JB
52962017-12-13 Joel Brobecker <brobecker@adacore.com>
5297
5298 * gdb.base/server-del-break.c: New file.
5299 * gdb.base/server-del-break.exp: New file.
5300
fe49c6f5
SH
53012017-12-12 Stafford Horne <shorne@gmail.com>
5302
5303 * gdb.xml/tdesc-regs.exp: Add or1k support.
5304
c3d18620
SH
53052017-12-12 Stafford Horne <shorne@gmail.com>
5306
5307 * gdb.base/bp-permanent.c: Define nop of or1k.
5308
c5f9cfc8
JB
53092017-12-11 Joel Brobecker <brobecker@adacore.com>
5310
5311 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
5312 output with components being reordered.
5313
a9c135fc
JB
53142017-12-11 Joel Brobecker <brobecker@adacore.com>
5315
5316 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
5317 output with components being reordered.
5318
927aa2e7
JK
53192017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5320 Pedro Alves <palves@redhat.com>
5321
5322 * gdb.base/maint.exp (check for .gdb_index): Check also for
5323 .debug_names.
5324 * gdb.dlang/watch-loc.c (.debug_aranges): New.
5325 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
5326 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
5327 (.gdb_index used after symbol reloading): Support also .debug_names.
5328 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
5329
f17d9474
YQ
53302017-12-08 Yao Qi <yao.qi@linaro.org>
5331
5332 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5333 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
5334
a0de8c21
YQ
53352017-12-08 Yao Qi <yao.qi@linaro.org>
5336
5337 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5338 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
5339
a738ea1d
YQ
53402017-12-08 Yao Qi <yao.qi@linaro.org>
5341
5342 * gdb.arch/aarch64-tagged-pointer.c: New file.
5343 * gdb.arch/aarch64-tagged-pointer.exp: New file.
5344
1cd9a73b
SDJ
53452017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
5346
5347 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
5348 "int".
5349
fa6eb693
KS
53502017-12-07 Keith Seitz <keiths@redhat.com>
5351
5352 PR breakpoints/22569
5353 * gdb.linespec/ls-errs.exp: Change expected result of "break
5354 -source this file has spaces.c -line 3".
5355 Check that an explicit source file followed by whitespace is
5356 identified as an invalid explicit location.
5357
883fd55a
KS
53582017-12-07 Keith Seitz <keiths@redhat.com>
5359
5360 * gdb.cp/nested-types.cc: New file.
5361 * gdb.cp/nested-types.exp: New file.
5362 * lib/cp-support.exp: Load data-structures.exp library.
5363 (debug_cp_test_ptype_class): New global.
5364 (cp_ptype_class_verbose, next_line): New procedures.
5365 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
5366 Add and document new return value.
5367 Switch the list of lines to a queue.
5368 Add support for new `type' key for nested type definitions.
5369 Add debugging/troubleshooting messages.
5370 * lib/data-structures.exp: New file.
5371
ec72db3e
SM
53722017-12-07 Simon Marchi <simon.marchi@ericsson.com>
5373
5374 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
5375 with proc_with_prefix, don't use with_test_prefix.
5376
99598d71
TT
53772017-12-07 Tom Tromey <tom@tromey.com>
5378
5379 * gdb.base/break.exp: Add test for empty "commands".
5380
a8806230
YQ
53812017-12-07 Yao Qi <yao.qi@linaro.org>
5382
5383 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
5384 malloc and catch syscall.
5385
824cc835
PM
53862017-12-07 Phil Muldoon <pmuldoon@redhat.com>
5387
e79be6e5 5388 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
5389 tests for explicit locations.
5390
7cc244de
PA
53912017-12-06 Pedro Alves <palves@redhat.com>
5392
5393 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
5394 force-disabling XML descriptions.
5395
50a1fdd5
PA
53962017-12-04 Pedro Alves <palves@redhat.com>
5397
5398 PR gdb/22499
5399 * gdb.arch/amd64-disp-step-avx.S: New file.
5400 * gdb.arch/amd64-disp-step-avx.exp: New file.
5401
f0fb2488
PA
54022017-12-03 Pedro Alves <palves@redhat.com>
5403
5404 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
5405 and <string.h>.
5406 (parent_function): Print distinct messages when waitpid fails, or
5407 the child exits with a signal, or the child exits for an unhandled
5408 reason.
5409 * gdb.threads/process-dies-while-detaching.exp
5410 (detach_and_expect_exit): New 'inf_output_re' parameter and use
5411 it. Wait for both inferior output and GDB's prompt. Use an
5412 indirect spawn id list.
5413 (do_detach): New parameter 'child_exit'. Use it to compute
5414 expected inferior output.
5415 (test_detach, test_detach_watch, test_detach_killed_outside):
5416 Adjust to pass down the expected child exit kind.
5417
97cbe998
SDJ
54182017-12-01 Joel Brobecker <brobecker@adacore.com>
5419 Sergio Durigan Junior <sergiodj@redhat.com>
5420 Pedro Alves <palves@redhat.com>
5421
5422 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
5423
40fc416f
SDJ
54242017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
5425
5426 * gdb.base/relocate.exp: Add tests to guarantee that arguments
5427 to 'symbol-file' and 'add-symbol-file' can be
5428 position-independent.
5429
1cc75e92
YQ
54302017-12-01 Yao Qi <yao.qi@linaro.org>
5431
5432 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
5433 the URL in copyright header.
5434 * gdb.arch/aarch64-fp.exp: Likewise.
5435 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
5436 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
5437 * gdb.base/expand-psymtabs.exp: Likewise.
5438 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
5439 * gdb.fortran/common-block.exp: Likewise.
5440 * gdb.fortran/common-block.f90: Likewise.
5441 * gdb.fortran/logical.exp: Likewise.
5442 * gdb.fortran/vla-datatypes.f90: Likewise.
5443 * gdb.fortran/vla-sub.f90: Likewise.
5444
875fb7a7
JB
54452017-11-30 Joel Brobecker <brobecker@adacore.com>
5446
5447 * gdb.ada/repeat_dyn: New testcase.
5448
6f14765f
UW
54492017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
5450
5451 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
5452 Update for changed thread numbering.
5453 * gdb.cell/bt.exp: Update for changed GDB output.
5454
f1af7b94
SM
54552017-11-30 Simon Marchi <simon.marchi@ericsson.com>
5456
5457 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
5458 setting isremote by hand.
5459 * boards/dwarf4-gdb-index.exp: Likewise.
5460 * boards/fission.exp: Likewise.
5461 * boards/stabs.exp: Likewise.
5462
e3919f3e
PA
54632017-11-30 Pedro Alves <palves@redhat.com>
5464
5465 * gdb.linespec/cpls-ops.exp
5466 (check_explicit_skips_function_argument): Extract the underlying
5467 type of size_t instead of hardcoding it.
5468
bd69330d
PA
54692017-11-29 Pedro Alves <palves@redhat.com>
5470
5471 PR c++/19436
5472 * gdb.linespec/cpls-abi-tag.cc: New file.
5473 * gdb.linespec/cpls-abi-tag.exp: New file.
5474
a20714ff
PA
54752017-11-29 Pedro Alves <palves@redhat.com>
5476
5477 * gdb.base/langs.exp: Use -qualified.
5478 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
5479 it.
5480 * gdb.cp/namespace.exp: Use -qualified.
5481 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
5482 (overload-3, template-overload, template-ret-type, const-overload)
5483 (const-overload-quoted, anon-ns, ambiguous-prefix): New
5484 procedures.
5485 (test_driver): Call them.
5486 * gdb.cp/save-bp-qualified.cc: New.
5487 * gdb.cp/save-bp-qualified.exp: New.
5488 * gdb.linespec/explicit.exp: Test -qualified.
5489 * lib/completion-support.exp (completion::explicit_opts_list): Add
5490 "-qualified".
5491 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
5492
f6f1d339
PM
54932017-11-29 Phil Muldoon <pmuldoon@redhat.com>
5494
5495 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
5496
02ca603a
TT
54972017-11-29 Tom Tromey <tom@tromey.com>
5498
5499 * gdb.base/relocate.exp: Update invalid argument test.
5500 Add new tests for invalid arguments.
5501
ed6c0bfb
TP
55022017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5503
5504 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
5505 Return 0 as a long.
5506 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
5507
f106e10e
TP
55082017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5509
5510 * gdb.cp/breakpoint.cc (bar): Set return type to void.
5511 * gdb.cp/psymtab-parameter.cc (func): Likewise.
5512 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
5513 func ().
5514 * gdb.cp/shadow.cc (B.func): Return 0.
5515
10329bb2
JB
55162017-11-27 Joel Brobecker <brobecker@adacore.com>
5517
5518 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
5519 expected output in gdb_expect call to allow the exception
5520 message to be present as well. Fix syntax confusion to avoid
5521 TCL thinking that exception_name is an array.
5522
617cd4bc
UW
55232017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
5524
5525 * gdb.arch/spu-info.c: Include <unistd.h>.
5526 (do_signal_test): Fix broken calls to write.
5527 * gdb.arch/spu-info.exp: Use prepare_for_testing.
5528 Fix checks for empty mailboxes. Update signal tests for corrected
5529 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
5530 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
5531 * gdb.cell/arch.exp: Use standard_output_file.
5532 * gdb.cell/break.exp: Likewise.
5533 * gdb.cell/bt.exp: Likewise.
5534 * gdb.cell/core.exp: Likewise.
5535 * gdb.cell/dwarfaddr.exp: Likewise.
5536 * gdb.cell/ea-cache.exp: Likewise.
5537 * gdb.cell/ea-standalone.exp: Likewise.
5538 * gdb.cell/f-regs.exp: Likewise.
5539 * gdb.cell/fork.exp: Likewise.
5540 * gdb.cell/gcore.exp: Likewise.
5541 * gdb.cell/mem-access.exp: Likewise.
5542 * gdb.cell/ptype.exp: Likewise.
5543 * gdb.cell/registers.exp: Likewise.
5544 * gdb.cell/sizeof.exp: Likewise.
5545 * gdb.cell/solib-symbol.exp: Likewise.
5546 * gdb.cell/solib.exp: Likewise.
617cd4bc 5547
a81aaca0
PA
55482017-11-25 Pedro Alves <palves@redhat.com>
5549
5550 * gdb.base/complete-empty.exp: New file.
5551 * gdb.base/completion.exp: Adjust.
5552
6a3c6ee4
PA
55532017-11-25 Pedro Alves <palves@redhat.com>
5554
5555 * gdb.linespec/cpls-ops.cc: New file.
5556 * gdb.linespec/cpls-ops.exp: New file.
5557 * lib/completion-support.exp (test_complete_prefix_range_re): New,
5558 factored out from ...
5559 (test_complete_prefix_range): ... this.
5560
8955eb2d
PA
55612017-11-24 Pedro Alves <palves@redhat.com>
5562
5563 * gdb.linespec/cpcompletion.exp: New file.
5564 * gdb.linespec/cpls-hyphen.cc: New file.
5565 * gdb.linespec/cpls.cc: New file.
5566 * gdb.linespec/cpls2.cc: New file.
5567 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
5568 test to use test_gdb_complete_unique. Add label completion,
5569 keyword completion and explicit location completion tests.
5570 * lib/completion-support.exp: New file.
5571
e547c119
JB
55722017-11-24 Joel Brobecker <brobecker@adacore.com>
5573
5574 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
5575 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
5576 when hitting an exception catchpoint.
5577
7c3c1aa8
YQ
55782017-11-22 Yao Qi <yao.qi@linaro.org>
5579
5580 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
5581
41bd68f5
SM
55822017-11-22 Simon Marchi <simon.marchi@ericsson.com>
5583
5584 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
5585 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
5586 * gdb.dwarf2/info-locals-optimized-out.c: New file.
5587
1daad298
YQ
55882017-11-22 Yao Qi <yao.qi@linaro.org>
5589
5590 * gdb.base/info-os.exp: Pass pthreads.
5591 * gdb.multi/multi-attach.exp: Likewise.
5592
88465e87
YQ
55932017-11-22 Yao Qi <yao.qi@linaro.org>
5594
5595 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
5596 compiler.
5597
dc196b23
YQ
55982017-11-22 Yao Qi <yao.qi@linaro.org>
5599
5600 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
5601 * gdb.base/break-interp.exp: Likewise.
5602 * gdb.base/jit-attach-pie.exp: Likewise.
5603
2400729e
UW
56042017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5605
5606 * gdb.base/float128.c (large128): New variable.
5607 * gdb.base/float128.exp: Add test to print largest __float128 value.
5608
7a26362d
UW
56092017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5610
5611 * gdb.arch/vsx-regs.exp: Update register content checks.
5612
ed0f4273
UW
56132017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
5614
5615 * gdb.arch/ppc-longdouble.exp: New file.
5616 * gdb.arch/ppc-longdouble.c: Likewise.
5617
a25d69c6
PA
56182017-11-21 Pedro Alves <palves@redhat.com>
5619
5620 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
5621
73fcf641
PA
56222017-11-20 Pedro Alves <palves@redhat.com>
5623
5624 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
5625 (long_double_typedef): New typedefs.
5626 Use DEF on double and long double.
5627 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
5628 cases.
5629 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
5630 and 'long_double_ptr_same_size' locals. Use them to decide
5631 whether cast from array/function to float is valid/invalid.
5632
71a3c369
TT
56332017-11-17 Tom Tromey <tom@tromey.com>
5634
5635 * gdb.rust/traits.rs: New file.
5636 * gdb.rust/traits.exp: New file.
5637
ced9779b
JB
56382017-11-17 Joel Brobecker <brobecker@adacore.com>
5639
5640 * gdb.ada/minsyms: New testcase.
5641
a0922d80
PA
56422017-11-16 Pedro Alves <palves@redhat.com>
5643
5644 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
5645 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
5646
ea04e54c
PA
56472017-11-16 Pedro Alves <palves@redhat.com>
5648
5649 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
5650 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
5651
e849ea89
PA
56522017-11-16 Pedro Alves <palves@redhat.com>
5653
5654 * gdb.server/reconnect-ctrl-c.c: New file.
5655 * gdb.server/reconnect-ctrl-c.exp: New file.
5656
d8ae99a7
PM
56572017-11-16 Phil Muldoon <pmuldoon@redhat.com>
5658
5659 * gdb.python/py-rbreak.exp: New file.
5660 * gdb.python/py-rbreak.c: New file.
5661 * gdb.python/py-rbreak-func2.c: New file.
5662
968a13f8
PA
56632017-11-16 Pedro Alves <palves@redhat.com>
5664
5665 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
5666 pattern.
5667 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
5668 GDB.
5669
71774bc9
SM
56702017-11-15 Simon Marchi <simon.marchi@ericsson.com>
5671
5672 * gdb.tui/completionn.exp (test_tab_completion): Add space in
5673 regex.
5674
ddbb44cf
SM
56752017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
5676
5677 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
5678 test names.
5679
584a564f
PA
56802017-11-09 Pedro Alves <palves@redhat.com>
5681
5682 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
5683 factored out from ...
5684 (top level): ... here, and adjusted to avoid expecting beyond the
5685 prompt in a single gdb_test_multiple.
5686
5ed7a928
PA
56872017-11-09 Pedro Alves <palves@redhat.com>
5688
5689 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
5690 output.
5691 * gdb.server/ext-attach.exp ("kill" test): Likewise.
5692 * gdb.server/ext-restart.exp ("kill" test): Likewise.
5693 * gdb.server/ext-run.exp ("kill" test): Likewise.
5694 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
5695
a60e0738
PA
56962017-11-09 Pedro Alves <palves@redhat.com>
5697
5698 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
5699 match till end of line.
5700
2c88253f
PA
57012017-11-09 Pedro Alves <palves@redhat.com>
5702
5703 * gdb.base/memattr.exp: Tighten regexes to match the end line.
5704
c7a38517
PA
57052017-11-09 Pedro Alves <palves@redhat.com>
5706
5707 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
5708 New procedures, factored out from ...
5709 (top level): ... here, and adjusted to avoid expecting beyond the
5710 prompt in one go.
5711
f29f4b6b
PA
57122017-11-09 Pedro Alves <palves@redhat.com>
5713
5714 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
5715 output. Fix '?' match.
5716
286acbb5
JB
57172017-11-08 Joel Brobecker <brobecker@adacore.com>
5718
5719 * gdb.ada/scoped_watch: New testcase.
5720 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
5721 which is actually correct.
5722 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
5723 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
5724
62d7ae92
PA
57252017-11-08 Pedro Alves <palves@redhat.com>
5726
5727 * gdb.gdb/complaints.exp (test_initial_complaints)
5728 (test_serial_complaints, test_short_complaints): Call
5729 complaint_internal instead of complaint.
5730
280ca31f
DT
57312017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
5732
5733 * gdb.threads/tls-core.c: New file.
5734 * gdb.threads/tls-core.exp: Likewise.
5735
b5ec771e
PA
57362017-11-08 Pedro Alves <palves@redhat.com>
5737
5738 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
5739 (p Exported_Capitalized): New test.
5740 (p exported_capitalized): New test.
5741
a02b41a7
PA
57422017-11-07 Pedro Alves <palves@redhat.com>
5743
5744 * gdb.cp/ena-dis-br-range.exp: Add more tests.
5745
95e95a6d
PA
57462017-11-07 Pedro Alves <palves@redhat.com>
5747
5748 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
5749 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
5750 (disable_invalid, disable_inverted, disable_negative): New
5751 procedures.
5752 ("bad numbers"): New set of tests.
5753
cee62dbd
PA
57542017-11-07 Pedro Alves <palves@redhat.com>
5755
5756 * gdb.cp/ena-dis-br-range.exp: Add tests.
5757
cc638e86
PA
57582017-11-07 Pedro Alves <palves@redhat.com>
5759
5760 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
5761
d0fe4701
XR
57622017-11-07 Xavier Roirand <roirand@adacore.com>
5763 Pedro Alves <palves@redhat.com>
5764
5765 * gdb.base/ena-dis-br.exp: Add reference to
5766 gdb.cp/ena-dis-br-range.exp.
5767 * gdb.cp/ena-dis-br-range.exp: New file.
5768 * gdb.cp/ena-dis-br-range.cc: New file.
5769
46f67f80
PA
57702017-11-06 Pedro Alves <palves@redhat.com>
5771
5772 * gdb.base/attach-non-pgrp-leader.c: New.
5773 * gdb.base/attach-non-pgrp-leader.exp: New.
5774
726e1356
PA
57752017-11-06 Pedro Alves <palves@redhat.com>
5776
5777 * configure.ac: No longer check for termio.h and sgtty.h.
5778 * configure: Regenerate.
5779 * remote-utils.c: Include termios.h instead of gdb_termios.h.
5780 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
5781 Remove termio and sgtty code.
5782
50ab6ace
YQ
57832017-11-03 Yao Qi <yao.qi@linaro.org>
5784
5785 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
5786 in GDB is disabled.
5787
8e68731c
YQ
57882017-11-03 Yao Qi <yao.qi@linaro.org>
5789
5790 * gdb.python/py-thrhandle.exp: Skip it if python is not
5791 enabled.
5792
3a87ae65
SM
57932017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
5794
5795 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
5796 as a breakpoint command.
5797
484d8d36
MD
57982017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
5799
5800 PR python/21213
5801 * gdb.python/py-infthread.exp: Test calling
5802 InferiorThread.inferior () multiple times in a row.
5803
4a27f119
KS
58042017-10-27 Keith Seitz <keiths@redhat.com>
5805
5806 * gdb.opt/inline-break.exp (break_info_1): New procedure.
5807 Test "info break" for every inlined function breakpoint.
5808
bb11dd58
YQ
58092017-10-27 Yao Qi <yao.qi@linaro.org>
5810
5811 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
5812
a43f3893
PF
58132017-10-26 Patrick Frants <osscontribute@gmail.com>
5814
5815 * gdb.cp/classes.exp (test_static_members): Test printing
5816 Outer::instance.
5817 * gdb.cp/classes.c (struct Inner, struct Outer): New.
5818 (Inner::instance, Outer::instance): New.
5819
792ccf00
PA
58202017-10-24 Pedro Alves <palves@redhat.com>
5821
5822 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
5823 extra console" test in two stages.
5824
eb2bfbad
PA
58252017-10-24 Pedro Alves <palves@redhat.com>
5826
5827 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
5828
1f75a651
PA
58292017-10-24 Pedro Alves <palves@redhat.com>
5830
5831 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
5832 loop.
5833
779990d9
PA
58342017-10-24 Pedro Alves <palves@redhat.com>
5835
5836 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
5837 $attempt" and "stoppedtry $stoppedtry" test prefixes.
5838
ad9b8f5d
PA
58392017-10-24 Pedro Alves <palves@redhat.com>
5840
5841 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
5842 parameter and handle it. Don't output read value in test name.
5843
fee6da6e
PA
58442017-10-24 Pedro Alves <palves@redhat.com>
5845
5846 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
5847 custom test name.
5848
10389c2c
PA
58492017-10-24 Pedro Alves <palves@redhat.com>
5850
5851 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
5852 include the unstable output directory name in the test's name.
5853 (initial_setup_simple) <'set args'>: Use custom test name.
5854
a80e65a9
PA
58552017-10-24 Pedro Alves <palves@redhat.com>
5856
5857 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
5858 with explicit test name.
5859
15763a09
PA
58602017-10-20 Pedro Alves <palves@redhat.com>
5861
5862 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
5863 'wait -i'. Use gdb_assert and remote_close.
5864
49a4ce2e
AB
58652017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
5866
5867 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
5868 number from variable rather than hard-coded.
5869
a75868f5
PA
58702017-10-19 Pedro Alves <palves@redhat.com>
5871
5872 * gdb.base/long-inferior-output.c: New file.
5873 * gdb.base/long-inferior-output.exp: New file.
5874
c8ba13ad
KS
58752017-11-18 Keith Seitz <keiths@redhat.com>
5876
5877 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
5878 method.
5879 (main): Call it.
5880 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
5881 Add additional user-defined conversion operator tests.
5882
b27de576
PA
58832017-10-17 Pedro Alves <palves@redhat.com>
5884
5885 * boards/native-stdio-gdbserver.exp: Load "local-board".
5886
8484c955
PA
58872017-10-17 Pedro Alves <palves@redhat.com>
5888
5889 * gdb.base/quit-live.c: New file.
5890 * gdb.base/quit-live.exp: New file.
5891
83d5a34d
KS
58922017-10-16 Keith Seitz <keiths@redhat.com>
5893
5894 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
5895 (class_with_protected_typedef, class_with_private_typedef)
5896 (struct_with_public_typedef, struct_with_protected_typedef)
5897 (struct_with_private_typedef): New classes/structs.
5898 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
5899 typedefs and access specifiers.
5900
739b3f1d
PA
59012017-10-16 Pedro Alves <palves@redhat.com>
5902 Simon Marchi <simon.marchi@polymtl.ca>
5903
5904 * README (Local vs Remote vs Native): New section.
5905 * boards/local-board.exp: New file, with bits factored out from
5906 ...
5907 * boards/native-extended-gdbserver.exp: ... here. Load
5908 "local-board".
5909 * boards/native-gdbserver.exp: Load "local-board".
5910 (${board}_spawn, ${board}_exec): Delete.
5911 * boards/native-stdio-gdbserver.exp: Most contents factored out to
5912 ...
5913 * boards/stdio-gdbserver-base.exp: ... this new file.
5914 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
5915 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
5916 procedure.
5917 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
5918 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
5919 stdio_gdbserver_command.
5920 (${board}_get_remote_address, ${board}_get_comm_port)
5921 (${board}_download, ${board}_upload): Delete.
5922 (get_target_remote_pipe_cmd): New.
5923
fe68b953
SM
59242017-10-16 Simon Marchi <simon.marchi@ericsson.com>
5925
5926 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
5927 test_bkpt_deletion, test_bkpt_cond_and_cmds,
5928 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
5929 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
5930 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
5931 remove with_test_prefix.
5932
300b6685
PA
59332017-10-13 Pedro Alves <palves@redhat.com>
5934
5935 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
5936 * gdb.base/annota1.exp: Use it instead of is_remote.
5937 * gdb.base/annota3.exp: Use it instead of is_remote.
5938 * gdb.cp/annota2.exp: Use it instead of is_remote.
5939 * gdb.cp/annota3.exp: Use it instead of is_remote.
5940 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
5941
50500caf
PA
59422017-10-13 Pedro Alves <palves@redhat.com>
5943
5944 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
5945 (test_num_test_vars, run_and_count_vars, find_env)
5946 (test_set_unset_env, test_inherit_env_var): New procedures.
5947 (top level): Use them.
5948
dad0c6d2
PA
59492017-10-13 Pedro Alves <palves@redhat.com>
5950
5951 * lib/selftest-support.exp (selftest_setup): Extend comments, and
5952 also skip on stub-like targets.
5953
8b0553c1
PA
59542017-10-13 Pedro Alves <palves@redhat.com>
5955
5956 PR gdb/22293
5957 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
5958 (top level): Move some tests to ...
5959 (test_not_found): ... this new procedure.
5960 (top level): Call it.
5961
7594f623
PA
59622017-10-13 Pedro Alves <palves@redhat.com>
5963
5964 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
5965 expect different "info terminal" output if testing with a
5966 non-native target.
5967
ebe3b402
PA
59682017-10-13 Pedro Alves <palves@redhat.com>
5969 Simon Marchi <simon.marchi@polymtl.ca>
5970
5971 PR python/12966
5972 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
5973
42f1b161
PA
59742017-10-13 Pedro Alves <palves@redhat.com>
5975
5976 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
5977 already.
5978
8d6ef72b
PA
59792017-10-13 Pedro Alves <palves@redhat.com>
5980
5981 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
5982 is_remote.
5983
d7bcd5b8
PA
59842017-10-13 Pedro Alves <palves@redhat.com>
5985
5986 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
5987 is_remote.
5988
df479dc6
PA
59892017-10-13 Pedro Alves <palves@redhat.com>
5990
5991 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
5992 is set.
5993 (corefile_test_attach): Likewise. Check can_spawn_for_attach
5994 instead of is_remote.
5995
23fb630a
PA
59962017-10-13 Pedro Alves <palves@redhat.com>
5997
5998 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
5999 (top level): Add comment.
6000
cc77b1dc
PA
60012017-10-13 Pedro Alves <palves@redhat.com>
6002
6003 * gdb.base/remote.exp (top level): Fix comment typo and add
6004 missing return.
6005
27c9e813
PA
60062017-10-13 Pedro Alves <palves@redhat.com>
6007 Simon Marchi <simon.marchi@polymtl.ca>
6008
6009 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
6010 calls and add comments. Skip test if use_gdb_stub is set.
6011 (top level): Use "set cwd" command instead of "cd" command.
6012
5e830d98
PA
60132017-10-13 Pedro Alves <palves@redhat.com>
6014
6015 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
6016 is_remote target check.
6017
f5ca0032
PA
60182017-10-13 Pedro Alves <palves@redhat.com>
6019
6020 * gdb.base/scope.exp: Use build_executable + clean_restart +
6021 gdb_file_cmd instead of prepare_for_testing and no longer skip
6022 "before run" tests on is_remote target boards. Update comments.
6023 * boards/native-extended-gdbserver.exp
6024 (extended_gdbserver_load_last_file): New, factored out from ...
6025 (gdb_load): ... this. Move further below and add comment.
6026 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
6027
8aed1c0d
PA
60282017-10-12 Pedro Alves <palves@redhat.com>
6029
6030 * gdb.base/attach.exp: Remove references to gdb64.
6031 * gdb.base/dbx.exp: Remove references to gdb64.
6032
cfa34c87
SM
60332017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6034 Pedro Alves <palves@redhat.com>
6035
6036 * gdb.base/label.exp: Remove is_remote target check.
6037
9192b7de
PA
60382017-10-12 Pedro Alves <palves@redhat.com>
6039
6040 * gdb.base/auvx.exp (coredir): Update comment.
6041 (top level) <core_works>: Use "set cwd" command instead of "cd"
6042 command.
6043
6bf0052d
PA
60442017-10-12 Pedro Alves <palves@redhat.com>
6045 Simon Marchi <simon.marchi@polymtl.ca>
6046
6047 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
6048 target boards.
6049
e48ef82d
PA
60502017-10-12 Pedro Alves <palves@redhat.com>
6051 Simon Marchi <simon.marchi@polymtl.ca>
6052
6053 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
6054 Instead skip if there's any gdb_protocol set.
6055
8d7aea57
SM
60562017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6057 Pedro Alves <palves@redhat.com>
6058
6059 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
6060
30440677
PA
60612017-10-12 Pedro Alves <palves@redhat.com>
6062 Simon Marchi <simon.marchi@polymtl.ca>
6063
6064 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
6065 instead of on dejagnu remote boards.
6066
4e04f045 60672017-10-12 Pedro Alves <palves@redhat.com>
175654b9 6068 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
6069
6070 * gdb.base/inferior-died.exp: Remove is_remote and isnative
6071 checks. Use build_executable + clean_restart instead of
6072 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
6073 of enabling non-stop after starting gdb.
6074
871a186e
PA
60752017-10-12 Pedro Alves <palves@redhat.com>
6076
6077 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
6078 * gdb.threads/non-ldr-exc-2.exp: Ditto.
6079 * gdb.threads/non-ldr-exc-3.exp: Ditto.
6080 * gdb.threads/non-ldr-exc-4.exp: Ditto.
6081
56d704da
AK
60822017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
6083
6084 * gdb.arch/arc-tdesc-cpu.exp: New file.
6085 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
6086
2f20e312
SM
60872017-10-10 Simon Marchi <simon.marchi@ericsson.com>
6088
6089 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
6090
65630365
PA
60912017-10-10 Pedro Alves <palves@redhat.com>
6092
6093 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
6094 expect CLI output.
6095
bf469271
PA
60962017-10-10 Pedro Alves <palves@redhat.com>
6097
6098 * lib/selftest-support.exp (selftest_setup): Update for
6099 captured_command_loop's prototype change.
6100
777a42f1
PA
61012017-10-09 Pedro Alves <palves@redhat.com>
6102
6103 Test both arch1=>arch2 and arch2=>arch1.
6104
6105 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
6106 (srcfile2, binfile2, march1, march2): Remove globals. Largely
6107 factored out to...
6108 (append_arch1_options, append_arch2_options, append_arch_options)
6109 (build_executables): New procedures.
6110 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
6111 local.
6112 (top level): Add new 'first_arch' testing axis.
6113
cbd2b4e3
PA
61142017-10-09 Pedro Alves <palves@redhat.com>
6115
6116 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
6117 (barrier): New.
6118 (thread_start, all_started): New functions.
6119 (main): Spawn new thread and wait until it is scheduled.
6120 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
6121 option.
6122 (do_test): Add 'selected_thread' parameter. Run to all_started
6123 instead of main. Explicitly set the breakpoint at main. Switch
6124 to the SELECTED_THREAD thread.
6125 (top level): Test handling the exec event with either the main
6126 thread or the second thread selected.
6127
5c9e4427
PA
61282017-10-09 Pedro Alves <palves@redhat.com>
6129
6130 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
6131 logic. Move STOP marker after the value checks.
6132 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
6133 regexp.
6134
b3b7c423
SL
61352017-10-06 Sandra Loosemore <sandra@codesourcery.com>
6136
6137 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
6138
3b4b2f16
UW
61392017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
6140
6141 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
6142 integer-to-dfp conversion.
6143 * gdb.base/dfp-test.exp: Likewise.
6144
5cd63fda
PA
61452017-10-04 Pedro Alves <palves@redhat.com>
6146
6147 * gdb.multi/hangout.c: Include <unistd.h>.
6148 (hangout_loop): New function.
6149 (main): Call alarm. Call hangout_loop in a loop.
6150 * gdb.multi/hello.c: Include <unistd.h>.
6151 (hello_loop): New function.
6152 (main): Call alarm. Call hangout_loop in a loop.
6153 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
6154 inferior with the other selected.
6155
4c71c105
SM
61562017-10-04 Simon Marchi <simon.marchi@ericsson.com>
6157
6158 * gdb.mi/list-thread-groups-available.exp: New file.
6159 * gdb.mi/list-thread-groups-available.c: New file.
6160
bc3b087d
SDJ
61612017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6162
6163 * gdb.base/set-cwd.exp: Make it available on
6164 native-extended-gdbserver.
6165
d092c5a2
SDJ
61662017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6167
6168 * gdb.base/set-cwd.c: New file.
6169 * gdb.base/set-cwd.exp: Likewise.
6170
45320ffa
TT
61712017-10-02 Tom Tromey <tom@tromey.com>
6172
6173 PR rust/22236:
6174 * gdb.rust/simple.rs (main): New variable "fslice".
6175 * gdb.rust/simple.exp: Add slice tests. Update string tests.
6176
b3e3859b
TT
61772017-10-02 Tom Tromey <tom@tromey.com>
6178
6179 * gdb.rust/simple.exp: Test ptype of a slice.
6180
01af5e0d
TT
61812017-10-02 Tom Tromey <tom@tromey.com>
6182
6183 * gdb.rust/simple.exp: Test index of slice.
6184
a9bbfbd8
TT
61852017-09-27 Tom Tromey <tom@tromey.com>
6186
6187 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
6188
df8899e5
TP
61892017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
6190 Pedro Alves <palves@redhat.com>
6191
6192 * gdb.base/compare-sections.exp (get value of read-only section): Read
6193 as unsigned value.
6194 (corrupt read-only section): Likewise and don't set written if patching
6195 failed.
6196
757bf54b
KB
61972017-09-21 Kevin Buettner <kevinb@redhat.com>
6198
6199 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
6200 files.
6201
06871ae8
PA
62022017-09-20 Pedro Alves <palves@redhat.com>
6203
6204 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
6205 symbol names in gdb's output.
6206 * gdb.cp/overload.exp ("list all overloads"): Likewise.
6207
e5f25bc5
PA
62082017-09-20 Pedro Alves <palves@redhat.com>
6209
6210 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
6211 Rename to ...
6212 (test_list_ambiguous_symbol): ... this and add a symbol name
6213 parameter. Adjust.
6214 (test_list_ambiguous_function): Reimplement on top of
6215 test_list_ambiguous_symbol and also test listing ambiguous
6216 variables.
6217 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
6218 (ambiguous_fun): ... this.
6219 (ambiguous_var): New.
6220 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
6221 (ambiguous_fun): ... this.
6222 (ambiguous_var): New.
6223
4e5a4f58
JB
62242017-09-19 John Baldwin <jhb@FreeBSD.org>
6225
6226 * gdb.base/starti.c: New file.
6227 * gdb.base/starti.exp: New file.
6228 * lib/gdb.exp (gdb_starti_cmd): New procedure.
6229
26e53f3e
PA
62302017-09-14 Pedro Alves <palves@redhat.com>
6231
6232 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
6233 (top level): Use it instead of runto.
6234
cb791d59
TT
62352017-09-11 Tom Tromey <tom@tromey.com>
6236
6237 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
6238
7c96f8c1
TT
62392017-09-11 Tom Tromey <tom@tromey.com>
6240
6241 * gdb.python/py-infthread.exp: Add tests for new_thread event.
6242 * gdb.python/py-inferior.exp: Add tests for new inferior events.
6243
469412dd
CW
62442017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
6245
6246 * gdb.fortran/printing-types.exp: New file.
6247 * gdb.fortran/printing-types.exp: New file.
6248
e0f86435
BH
62492017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6250
6251 * gdb.fortran/vla-ptype.exp: Fix typos.
6252 * gdb.fortran/vla-value.exp: Same.
6253
9e9af4be
BH
62542017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6255
6256 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
6257 * gdb.mi/mi-var-child-f.exp: Likewise.
6258 * gdb.mi/mi-vla-fortran.exp: Likewise.
6259
a5ad232b 62602017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
6261 Christoph Weinmann <christoph.t.weinmann@intel.com>
6262 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
6263
6264 * gdb.fortran/ptr-indentation.f90: New file.
6265 * gdb.fortran/ptr-indentation.exp: New file.
6266
5aec60eb
TT
62672017-09-05 Tom Tromey <tom@tromey.com>
6268
6269 PR gdb/22010:
6270 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
6271
8f8f8152
TP
62722017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
6273
6274 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
6275
fbd1b771
JK
62762017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6277
6278 * gdb.threads/tls-nodebug-pie.c: New file.
6279 * gdb.threads/tls-nodebug-pie.exp: New file.
6280
5eb5f850
TT
62812017-09-05 Tom Tromey <tom@tromey.com>
6282
6283 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
6284 for rust.
6285
ae780a21
SM
62862017-09-05 Simon Marchi <simon.marchi@ericsson.com>
6287
6288 * gdb.multi/multi-arch-exec.exp: Test with different
6289 "follow-exec-mode" settings.
6290 (do_test): New procedure.
6291
3693fdb3
PA
62922017-09-04 Pedro Alves <palves@redhat.com>
6293
6294 * gdb.base/func-static.c (S::method const, S::method volatile)
6295 (S::method volatile const): New methods.
6296 (c_s, v_s, cv_s): New instances.
6297 (main): Call method() on them.
6298 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
6299 (cannot_resolve): New procedure.
6300 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
6301 print-quote-unquoted columns.
6302 (do_test): Test printing each scope too.
6303
e68cb8e0
PA
63042017-09-04 Pedro Alves <palves@redhat.com>
6305
6306 * gdb.base/local-static.exp: Also test with
6307 class::method::variable wholly quoted.
6308 * gdb.cp/m-static.exp (class::method::variable): Remove test.
6309
858be34c
PA
63102017-09-04 Pedro Alves <palves@redhat.com>
6311
6312 * gdb.base/local-static.c: New.
6313 * gdb.base/local-static.cc: New.
6314 * gdb.base/local-static.exp: New.
6315
46a4882b
PA
63162017-09-04 Pedro Alves <palves@redhat.com>
6317
6318 * gdb.asm/asm-source.exp: Add casts to int.
6319 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
6320 (dataglobal64_1, dataglobal64_2): New globals.
6321 * gdb.base/nodebug.exp: Test different expressions involving the
6322 new globals, with print, whatis and ptype. Add casts to int.
6323 * gdb.base/solib-display.exp: Add casts to int.
6324 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
6325 * gdb.cp/m-static.exp: Add cast to int.
6326 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
6327 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
6328 tls variable with no debug info without a cast. Test with a cast
6329 to int too.
6330 * gdb.trace/entry-values.exp: Add casts.
6331
2c5a2be1
PA
63322017-09-04 Pedro Alves <palves@redhat.com>
6333
6334 * gdb.base/nodebug.exp: Test that ptype's error about functions
6335 with unknown return type includes the function name too.
6336
7022349d
PA
63372017-09-04 Pedro Alves <palves@redhat.com>
6338
6339 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
6340 return type of munmap in infcall.
6341 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
6342 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
6343 type of ftell in infcall.
6344 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
6345 type of getpid in infcall.
6346 * gdb.base/infcall-exec.exp: Cast return type of execlp in
6347 infcall.
6348 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
6349 Bail on failure to extract the pid.
6350 * gdb.base/nodebug.c: #include <stdint.h>.
6351 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
6352 New functions.
6353 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
6354 Change expected output of print/whatis/ptype with functions with
6355 no debug info. Test all supported languages. Call
6356 test_call_promotion.
6357 * gdb.compile/compile.exp: Adjust expected output to expect
6358 warning.
6359 * gdb.threads/siginfo-threads.exp: Likewise.
6360
54990598
PA
63612017-09-04 Pedro Alves <palves@redhat.com>
6362
6363 * gdb.base/callfuncs.exp (do_function_calls): New parameter
6364 "prototypes". Test calling float functions via prototyped and
6365 unprototyped function pointers.
6366 (perform_all_tests): New parameter "prototypes". Pass it down.
6367 (top level): Pass down "prototypes" parameter to
6368 perform_all_tests.
6369
34d16ea2
SM
63702017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6371
6372 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
6373 Test with nested loops.
6374
9521ecda
SM
63752017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6376
6377 * gdb.base/commands.exp: Call the new procedures.
6378 (loop_break_test, loop_continue_test): New procedures.
6379
80a65e9b
SM
63802017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6381
6382 * gdb.base/commands.exp: Call new procedure.
6383 (define_if_without_arg_test): New procedure.
6384
e439fa14
PA
63852017-09-04 Pedro Alves <palves@redhat.com>
6386
6387 * gdb.base/list-ambiguous.exp: New file.
6388 * gdb.base/list-ambiguous0.c: New file.
6389 * gdb.base/list-ambiguous1.c: New file.
6390 * gdb.base/list.exp (test_list_range): Adjust expected output.
6391
0a2dde4a
SDJ
63922017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
6393
6394 * gdb.base/share-env-with-gdbserver.c: New file.
6395 * gdb.base/share-env-with-gdbserver.exp: Likewise.
6396
5e89eb3a
SM
63972017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6398
6399 * gdb.base/commands.exp (gdbvar_simple_if_test,
6400 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
6401 progvar_simple_if_test, progvar_simple_while_test,
6402 progvar_complex_if_while_test, user_defined_command_test,
6403 user_defined_command_args_eval,
6404 user_defined_command_args_stack_test,
6405 user_defined_command_manyargs_test, bp_deleted_in_command_test,
6406 temporary_breakpoint_commands,
6407 gdb_test_no_prompt, redefine_hook_test,
6408 redefine_backtrace_test): Remove "global gdb_prompt".
6409
fd437cbc
SM
64102017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6411
6412 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
6413 New proc, call it from toplevel.
6414
87215ad1
SDJ
64152017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
6416
6417 PR remote/21852
6418 * gdb.server/normal.c: New file, copied from gdb.base.
6419 * gdb.server/run-without-local-binary.exp: New file.
6420
58afddc6
WP
64212017-08-07 Weimin Pan <weimin.pan@oracle.com>
6422
6423 * gdb.arch/sparc64-adi.exp: New file.
6424 * gdb.arch/sparc64-adi.c: New file.
6425
5277199a
PA
64262017-08-22 Pedro Alves <palves@redhat.com>
6427
6428 * gdb.cp/overload.exp (line_range_pattern): New procedure.
6429 (top level): Add "list all overloads" tests.
6430
14278e1f
TT
64312017-08-22 Tom Tromey <tom@tromey.com>
6432
6433 * gdb.gdb/xfullpath.exp: Remove.
6434
bf223d3e
PA
64352017-08-21 Pedro Alves <palves@redhat.com>
6436
6437 PR gdb/19487
6438 * gdb.base/symbol-alias.c: New.
6439 * gdb.base/symbol-alias2.c: New.
6440 * gdb.base/symbol-alias.exp: New.
6441
c973d0aa
PA
64422017-08-21 Pedro Alves <palves@redhat.com>
6443
6444 * gdb.base/dfp-test.c
6445 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
6446 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
6447 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
6448 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
6449 * gdb.base/whatis-ptype-typedefs.c: New.
6450 * gdb.base/whatis-ptype-typedefs.exp: New.
6451 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
6452 (an_int, an_int_type, an_int_type2): New globals.
6453 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
6454 involving typedefs and cast expressions.
6455 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
6456 (lookup_typedefs_function): New.
6457 (typedefs_pretty_printers_dict): New.
6458 (top level): Register lookup_typedefs_function in
6459 gdb.pretty_printers.
6460
6d580b63
YQ
64612017-08-18 Yao Qi <yao.qi@linaro.org>
6462
6463 * gdb.server/unittest.exp: New.
6464
206726fb
SDJ
64652017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
6466
6467 PR gdb/21954
6468 * gdb.base/environ.exp: Add test to check if 'unset environment'
6469 works.
6470
bf0ec4c2
AA
64712017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6472
6473 * lib/gdb.exp (universal_compile_options): New caching proc.
6474 (gdb_compile): Suppress GCC's coloring of messages.
6475
d6382fff
TT
64762017-08-14 Tom Tromey <tom@tromey.com>
6477
6478 PR gdb/21675:
6479 * gdb.base/printcmds.exp (test_radices): New function.
6480 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
6481 * gdb.base/sizeof.exp (check_valueof): Use p/d.
6482 * lib/gdb.exp (get_integer_valueof): Use p/d.
6483
c2c2dd9f
SM
64842017-08-12 Simon Marchi <simon.marchi@ericsson.com>
6485
6486 * lib/gdb.exp (get_valueof): Don't capture end-of-line
6487 characters.
6488
fdffd6f4
TT
64892017-08-05 Tom Tromey <tom@tromey.com>
6490
6491 * gdb.rust/simple.exp: Allow String to appear in a different
6492 namespace.
6493
27d41eac
YQ
64942017-07-26 Yao Qi <yao.qi@linaro.org>
6495
6496 * gdb.gdb/unittest.exp: Invoke command
6497 "maintenance check xml-descriptions".
6498
031ed05d
AA
64992017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6500
6501 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
6502 calling context.
6503 (hex128): Drop erroneous calculation of parameters.
6504
dcd27ddf
SM
65052017-07-22 Simon Marchi <simon.marchi@ericsson.com>
6506
6507 * gdb.python/py-unwind.exp: Disable stack protection when
6508 building test file.
6509
47e77640
PA
65102017-07-20 Pedro Alves <palves@redhat.com>
6511
6512 * gdb.base/default.exp (set language): Adjust expected output.
6513
62d2a18a
PA
65142017-07-20 Pedro Alves <palves@redhat.com>
6515
6516 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
6517 (test_minsym): ... this, and make static.
6518 (get_pck__foo__bar__minsym): Rename to ...
6519 (get_test_minsym): ... this.
6520 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
6521 symbol names and comments.
6522 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
6523 (get_test_minsym): ... this.
6524 (pck__foo__bar__minsym__2): Rename to ...
6525 (test_minsym): ... this.
6526 (main): Adjust.
6527
c45ec17c
PA
65282017-07-17 Pedro Alves <palves@redhat.com>
6529
6530 * gdb.base/completion.exp: Adjust expected output.
6531 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
6532 the completer works.
6533
c6756f62
PA
65342017-07-17 Pedro Alves <palves@redhat.com>
6535
6536 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
6537
5bd68487
AB
65382017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
6539
6540 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
6541
8880f2a9
TT
65422017-07-14 Tom Tromey <tom@tromey.com>
6543
6544 PR rust/21764:
6545 * gdb.rust/simple.exp: Add tests.
6546
65547233
TT
65472017-07-14 Tom Tromey <tom@tromey.com>
6548
6549 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
6550
8f14146e
PA
65512017-07-14 Pedro Alves <palves@redhat.com>
6552
6553 * gdb.linespec/base/one/thefile.cc (z1): New function.
6554 * gdb.linespec/base/two/thefile.cc (z2): New function.
6555 * gdb.linespec/linespec.exp: Add tests.
6556
b4365d02
AB
65572017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6558
6559 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
6560 to mi_create_breakpoint.
6561
5d2cbaa5
AB
65622017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6563
6564 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
6565 mi_create_breakpoint.
6566
11cb5716
IB
65672017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
6568
6569 * gdb.dlang/demangle.exp: Update for demangling changes.
6570
03278692
TT
65712017-07-09 Tom Tromey <tom@tromey.com>
6572
6573 * gdb.dwarf2/shortpiece.exp: New file.
6574
33c5cd75
DB
65752017-07-06 David Blaikie <dblaikie@gmail.com>
6576
6577 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
6578 built from fissiont-multi-cu{1,2}.c.
6579 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
6580 except putting 'main' and 'func' in separate CUs in the same DWO file.
6581 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
6582 test.
6583 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
6584 test.
6585
8455d262
PA
65862017-07-06 Pedro Alves <palves@redhat.com>
6587
6588 * gdb.python/py-unwind.exp: Test flushregs.
6589
dc4bde35
SDJ
65902017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6591
6592 PR cli/21688
6593 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
6594 tests for alias commands and trailing whitespace.
6595
51ed89aa
SDJ
65962017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6597
6598 PR cli/21688
6599 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
6600 procedure. Call it.
6601
eb17d413
PA
66022017-06-29 Pedro Alves <palves@redhat.com>
6603
6604 * gdb.base/printcmds.exp: Add tests.
6605
41664b45
DG
66062017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
6607
6608 PR gdb/21337
6609 * gdb.base/reread-readsym.exp: New file.
6610 * gdb.base/reread-readsym.c: New file.
6611
75312ae3
KB
66122017-06-21 Kevin Buettner <kevinb@redhat.com>
6613
6614 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
6615 subpattern.
6616
66953522
PB
66172017-06-19 Peter Bergner <bergner@vnet.ibm.com>
6618
6619 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
6620 extended mnemonic.
6621 * gdb.arch/powerpc-power9.s: Likewise.
6622
5524b525
AA
66232017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6624
6625 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
6626 on 32-bit x86 targets. Exploit is_*_target macros where
6627 appropriate.
6628
03c8af18
AA
66292017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6630
6631 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
6632 register pieces.
6633
3bf31011
AA
66342017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6635
6636 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
6637 located in one or more DWARF pieces.
6638
805acca0
AA
66392017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6640
6641 * lib/gdb.exp (get_endianness): New proc.
6642 * gdb.arch/aarch64-fp.exp: Use it.
6643 * gdb.arch/altivec-regs.exp: Likewise.
6644 * gdb.arch/e500-regs.exp: Likewise.
6645 * gdb.arch/vsx-regs.exp: Likewise.
6646 * gdb.base/dump.exp: Likewise.
6647 * gdb.base/funcargs.exp: Likewise.
6648 * gdb.base/gnu_vector.exp: Likewise.
6649 * gdb.dwarf2/formdata16.exp: Likewise.
6650 * gdb.dwarf2/implptrpiece.exp: Likewise.
6651 * gdb.dwarf2/nonvar-access.exp: Likewise.
6652 * gdb.python/py-inferior.exp: Likewise.
6653 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6654
e9352324
AA
66552017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6656
6657 PR gdb/21226
6658 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
6659 stack value pieces are taken from the LSB end.
6660
d5d1163e
AA
66612017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6662
6663 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
6664 variable at nonzero offset.
6665
0567c986
AA
66662017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6667
6668 * gdb.dwarf2/var-access.c: New file.
6669 * gdb.dwarf2/var-access.exp: New test.
6670 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
6671
973e9aab
TT
66722017-06-12 Tom Tromey <tom@tromey.com>
6673
6674 * gdb.dwarf2/formdata16.exp: Add tests.
6675
d9109c80
TT
66762017-06-12 Tom Tromey <tom@tromey.com>
6677
6678 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
6679
30a25466
TT
66802017-06-12 Tom Tromey <tom@tromey.com>
6681
6682 PR exp/16225:
6683 * gdb.reverse/i386-sse-reverse.exp: Update tests.
6684 * gdb.arch/vsx-regs.exp: Update tests.
6685 * gdb.arch/s390-vregs.exp (hex128): New proc.
6686 Update test.
6687 * gdb.arch/altivec-regs.exp: Update tests.
6688
aefd8b33
SDJ
66892017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6690
6691 * gdb.base/startup-with-shell.c: New file.
6692 * gdb.base/startup-with-shell.exp: Likewise.
6693
2090129c
SDJ
66942017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6695
6696 * gdb.server/non-existing-program.exp: Update regex in order to
6697 reflect the fact that gdbserver is now using fork_inferior (with a
6698 shell) to startup the inferior.
6699
8e86a419
SM
67002017-05-30 Simon Marchi <simon.marchi@ericsson.com>
6701
6702 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
6703 support function calls from GDB.
6704
e6cf65f2
TT
67052017-05-21 Tom Tromey <tom@tromey.com>
6706
6707 PR rust/21466:
6708 * gdb.rust/unsized.exp: New file.
6709 * gdb.rust/unsized.rs: New file.
6710
43cc5389
TT
67112017-05-19 Tom Tromey <tom@tromey.com>
6712
6713 PR rust/21484:
6714 * gdb.rust/watch.exp: New file.
6715 * gdb.rust/watch.rs: New file.
6716
ec8df234
TT
67172017-05-18 Tom Tromey <tom@tromey.com>
6718
6719 * gdb.rust/simple.exp: Allow Box to be qualified.
6720
3e3e7fae
TP
67212017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
6722
6723 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
6724
59cc050d
PA
67252017-05-18 Pedro Alves <palves@redhat.com>
6726
6727 * gdb.base/fileio.c (test_write, test_read, test_close)
6728 (test_fstat): Don't print 'ret' in the fail path.
6729
c8f6abd1
PA
67302017-05-18 Pedro Alves <palves@redhat.com>
6731
6732 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
6733 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
6734 (test_system, test_rename, test_unlink, test_time): Change
6735 prototypes.
6736 * gdb.base/fileio.exp (stop_msg): Adjust.
6737
d2a03b77
PA
67382017-05-18 Pedro Alves <palves@redhat.com>
6739
6740 * gdb.base/fileio.c (null_str): New global.
6741 (test_stat): Use it.
6742 * gdb.base/fileio.exp: Remove nowarnings.
6743
0d5c6999
YQ
67442017-05-17 Yao Qi <yao.qi@linaro.org>
6745
6746 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
6747
21873064
YQ
67482017-05-17 Simon Marchi <simon.marchi@ericsson.com>
6749
6750 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
6751 argument command.
6752 (top-level): Invoke test_set_inferior_tty.
6753
d512d31c
PA
67542017-05-04 Pedro Alves <palves@redhat.com>
6755
6756 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
6757 Add parens to print call for Python 3.
6758
90cef2ed
KS
67592017-05-03 Keith Seitz <keiths@redhat.com>
6760
6761 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
6762 (main): Call it.
6763
14f819c8
TW
67642017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6765
6766 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
6767 to prev and next.
6768
913aeadd
TW
67692017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6770
6771 * gdb.python/py-record-btrace.exp: Remove test for
6772 gdb.BtraceInstruction.error.
6773
a3be24ad
TW
67742017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6775
6776 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
6777
ae20e79a
TW
67782017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6779
6780 * gdb.python/py-record-btrace-threads.c: New file.
6781 * gdb.python/py-record-btrace-threads.exp: New file.
6782
45ce1b47
SDJ
67832017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
6784
6785 PR testsuite/8595
6786 * gdb.base/environ.exp: Make test available in all architectures.
6787 Move bits related to "info program" testing to
6788 gdb.base/info-program.exp. Rewrite tests to use the two new
6789 procedures mentione below.
6790 (test_set_show_env_var) New procedure.
6791 (test_set_show_env_var_equal): Likewise.
6792 * gdb.base/info-program.exp: New file.
6793
e15c3eb4
KS
67942017-04-27 Keith Seitz <keiths@redhat.com>
6795
6796 * gdb.cp/oranking.cc (test15): New function.
6797 (main): Call test15 and declare additional variables for testing.
6798 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
6799 "p foo101('abc')" tests.
6800 Add tests for cv qualifier overloads.
6801 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
6802 "lvalue reference overload" test.
6803 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
6804 "print value of f1 on Child&& in f2" test.
6805
3a3fd0fd
PA
68062017-04-19 Pedro Alves <palves@redhat.com>
6807
6808 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
6809 procedure.
6810 (top level): Call it.
6811 * lib/gdb.exp (gdb_define_cmd): New procedure.
6812
53375380
PA
68132017-04-12 Pedro Alves <palves@redhat.com>
6814
6815 PR gdb/21323
6816 * gdb.cp/wide_char_types.c: Include <wchar.h>.
6817 (wchar): New global.
6818 * gdb.cp/wide_char_types.exp (wide_char_types_program)
6819 (do_test_wide_char, wide_char_types_no_program, top level): Add
6820 wchar_t testing.
6821
53e710ac
PA
68222017-04-12 Pedro Alves <palves@redhat.com>
6823
6824 PR c++/21323
6825 * gdb.cp/wide_char_types.c: New file.
6826 * gdb.cp/wide_char_types.exp: New file.
6827
0ad9d8c7
SDJ
68282017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
6829
6830 PR gdb/21352
6831 * gdb.trace/tsv.exp: Add test for "tsave -r".
6832
b1b45502
IB
68332017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
6834
6835 * gdb.dlang/watch-loc.c: New file.
6836 * gdb.dlang/watch-loc.exp: New file.
6837
ec13808e
JK
68382017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6839
6840 * gdb.python/py-section-script.exp (sepdebug): New testcases.
6841
fe5f7374
AK
68422017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6843
6844 * gdb.arch/arc-analyze-prologue.S: New file.
6845 * gdb.arch/arc-analyze-prologue.exp: Likewise.
6846
eea78757
AK
68472017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6848
6849 * gdb.arch/arc-decode-insn.S: New file.
6850 * gdb.arch/arc-decode-insn.exp: Likewise.
6851
5badf10a
IR
68522017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
6853
6854 PR tdep/20928
6855 * gdb.arch/sparc64-regs.exp: New file.
6856 * gdb.arch/sparc64-regs.S: Likewise.
6857
cee59b3f
TW
68582017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
6859
6860 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
6861 and memory view on Python 3.
6862
c0f55cc6
AV
68632017-03-20 Artemiy Volkov <artemiyv@acm.org>
6864 Keith Seitz <keiths@redhat.com>
6865
6866 PR gdb/14441
6867 * gdb.cp/demangle.exp: Add rvalue reference tests.
6868 * gdb.cp/rvalue-ref-casts.cc: New file.
6869 * gdb.cp/rvalue-ref-casts.exp: New file.
6870 * gdb.cp/rvalue-ref-overload.cc: New file.
6871 * gdb.cp/rvalue-ref-overload.exp: New file.
6872 * gdb.cp/rvalue-ref-params.cc: New file.
6873 * gdb.cp/rvalue-ref-params.exp: New file.
6874 * gdb.cp/rvalue-ref-sizeof.cc: New file.
6875 * gdb.cp/rvalue-ref-sizeof.exp: New file.
6876 * gdb.cp/rvalue-ref-types.cc: New file.
6877 * gdb.cp/rvalue-ref-types.exp: New file.
6878 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
6879 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
6880
51457a05
MAL
68812017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6882
6883 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
6884 New procedure.
6885
5b291c04
MAL
68862017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6887
6888 * lib/mi-support.exp (mi_gdb_test): Add additional message
6889 for unexpected output.
6890
59a56148
AA
68912017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
6892
6893 * gdb.base/examine-backward.c (Barrier): New character array
6894 constant, to ensure that TestStrings is preceded by a string
6895 terminator.
6896
7942e96e
AA
68972017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6898
6899 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
6900 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
6901 and implicit pointer into such a location.
6902
6ebac3fb
DE
69032017-03-16 Doug Evans <dje@google.com>
6904
6905 * gdb.python/py-lazy-string (pointer): Really add new typedef.
6906
ec3b243d
TP
69072017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
6908
6909 * gdb.cp/m-static.exp: Fix expectation for prototype of
6910 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
6911
69122017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
6913
6914 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
6915 * gdb.guile/scm-lazy-string.c: New file.
6916 * gdb.guile/scm-value.exp: Move lazy string tests to ...
6917 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
6918 for pointer, array, typedef lazy strings.
6919
2cc36e25 69202017-03-16 Doug Evans <dje@google.com>
34b43320
DE
6921
6922 PR python/17728, python/18439, python/18779
6923 * gdb.python/py-value.c (main) Delete locals sptr, sn.
6924 * gdb.python/py-lazy-string.c (pointer): New typedef.
6925 (main): New locals ptr, array, typedef_ptr.
6926 * gdb.python/py-value.exp: Move lazy string tests to ...
6927 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
6928 array, typedef lazy strings.
ec3b243d 6929
0efcde63
AK
69302017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
6931
6932 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
6933 Add optional 'test' parameter.
6934
7978d7c3
SM
69352017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6936
6937 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6938 Skip for versions of DejaGnu < 1.5.
6939
896c0c1e
SM
69402017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6941
6942 * lib/gdb.exp (dejagnu_version): New proc.
6943 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6944 Use dejagnu_version.
6945
5f4d1085
KS
69462017-03-10 Keith Seitz <keiths@redhat.com>
6947
6948 PR c++/8128
6949 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
6950 type from destructor regexps.
6951 Add a branch which actually passes the test.
6952 Adjust "ptype t5i" test names.
6953
1de05205
PA
69542017-03-08 Pedro Alves <palves@redhat.com>
6955
6956 * gdb.base/step-over-exit.exp: Add explicit test message.
6957
c65d6b55
PA
69582017-03-08 Pedro Alves <palves@redhat.com>
6959
6960 PR gdb/18360
6961 * gdb.threads/interrupt-while-step-over.c: New file.
6962 * gdb.threads/interrupt-while-step-over.exp: New file.
6963
2e86a283
PA
69642017-03-08 Pedro Alves <palves@redhat.com>
6965
6966 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
6967 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
6968
25dcbff6
PA
69692017-03-08 Pedro Alves <palves@redhat.com>
6970
6971 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
6972 PKRU as not supported as a PASS.
6973
dc9366eb
PA
69742017-03-08 Pedro Alves <palves@redhat.com>
6975
6976 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
6977 prefix instead of $binfile1/$binfile2.
6978 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
6979 in test message.
6980 * gdb.python/py-completion.exp: Use "load python file" as test
6981 messages instead of unstable path names.
6982
6e5d74e7
PA
69832017-03-08 Pedro Alves <palves@redhat.com>
6984 Jan Kratochvil <jan.kratochvil@redhat.com>
6985
6986 PR cli/21218
6987 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6988 New proc.
6989 (top level): Call it.
6990
9753a2f6
PA
69912017-03-08 Pedro Alves <palves@redhat.com>
6992
6993 PR tui/21216
6994 * gdb.tui/tui-nl-filtered-output.exp: New file.
6995
1a4dd9dd
PA
69962017-03-08 Pedro Alves <palves@redhat.com>
6997
6998 * gdb.base/completion.exp: Move TUI completion tests to ...
6999 * gdb.tui/completion.exp: ... this new file.
7000
7cbbff33
PA
70012017-03-08 Pedro Alves <palves@redhat.com>
7002
7003 * gdb.base/tui-disasm-long-lines.c,
7004 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
7005 gdb.base/tui-layout.exp: Move to ...
7006 * gdb.tui/: ... this new directory.
7007
5f6fd321
PA
70082017-03-07 Pedro Alves <palves@redhat.com>
7009
7010 * gdb.base/tui-layout.c: New file.
7011 * gdb.base/tui-layout.exp: New file.
7012
44959fa8
PA
70132017-03-07 Pedro Alves <palves@redhat.com>
7014
7015 * gdb.base/tui-layout.c: Rename to ...
7016 * gdb.base/tui-disasm-long-lines.c: ... this.
7017 * gdb.base/tui-layout.exp: Rename to ...
7018 * gdb.base/tui-disasm-long-lines.exp: ... this.
7019
f8c4e718
PA
70202017-03-07 Pedro Alves <palves@redhat.com>
7021
7022 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
7023
6dbb839a 70242017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
7025
7026 * i386-mpx-call.c: New file.
7027 * i386-mpx-call.exp: New file.
7028
65b48a81
PB
70292017-02-28 Peter Bergner <bergner@vnet.ibm.com>
7030
7031 * gdb.arch/powerpc-power.exp: Delete test.
7032 * gdb.arch/powerpc-power.s: Likewise.
7033 * gdb.disasm/disassembler-options.exp: New test.
7034 * gdb.arch/powerpc-altivec.exp: Likewise.
7035 * gdb.arch/powerpc-altivec.s: Likewise.
7036 * gdb.arch/powerpc-altivec2.exp: Likewise.
7037 * gdb.arch/powerpc-altivec2.s: Likewise.
7038 * gdb.arch/powerpc-altivec3.exp: Likewise.
7039 * gdb.arch/powerpc-altivec3.s: Likewise.
7040 * gdb.arch/powerpc-power7.exp: Likewise.
7041 * gdb.arch/powerpc-power7.s: Likewise.
7042 * gdb.arch/powerpc-power8.exp: Likewise.
7043 * gdb.arch/powerpc-power8.s: Likewise.
7044 * gdb.arch/powerpc-power9.exp: Likewise.
7045 * gdb.arch/powerpc-power9.s: Likewise.
7046 * gdb.arch/powerpc-vsx.exp: Likewise.
7047 * gdb.arch/powerpc-vsx.s: Likewise.
7048 * gdb.arch/powerpc-vsx2.exp: Likewise.
7049 * gdb.arch/powerpc-vsx2.s: Likewise.
7050 * gdb.arch/powerpc-vsx3.exp: Likewise.
7051 * gdb.arch/powerpc-vsx3.s: Likewise.
7052 * gdb.arch/arm-disassembler-options.exp: Likewise.
7053 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
7054 * gdb.arch/s390-disassembler-options.exp: Likewise.
7055
17cd4947
LM
70562017-02-23 Luis Machado <lgustavo@codesourcery.com>
7057
7058 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
7059 (check_supported_features): ... this. Changed return type to void.
7060 (supports_rdseed): New static global.
7061 (rdseed): Check supports_rdseed.
7062 (initialize): Call check_supported_features.
7063
2039d74e
EBM
70642017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7065
7066 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
7067 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
7068 and lqarx/stqcx.
7069 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
7070 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
7071
a51d7ecf
EBM
70722017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7073
7074 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
7075 uppercase.
7076
0224619f
JK
70772017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7078
7079 * gdb.dwarf2/formdata16.c: New file.
7080 * gdb.dwarf2/formdata16.exp: New file.
7081 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
7082
216f72a1
JK
70832017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7084
7085 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
7086 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
7087 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
7088 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
7089 DW_AT_GNU_*.
7090
43988095
JK
70912017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7092
7093 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
7094
99e8a4f9
SDJ
70952017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
7096
7097 PR gdb/21164
7098 * gdb.base/maint.exp: Add testcases for when the commands do
7099 not have arguments.
7100
b58a8c0c
TP
71012017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
7102
7103 * gdb.cp/chained-calls.exp: Use p instead of P.
7104
4e746bb6
TW
71052017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
7106
7107 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
7108 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
7109
3f77c769
TT
71102017-02-14 Tom Tromey <tom@tromey.com>
7111
7112 PR python/13598:
7113 * gdb.python/py-events.exp: Add before_prompt event tests.
7114
075beec0
AA
71152017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7116
7117 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
7118
bf5f525c
LM
71192017-02-13 Luis Machado <lgustavo@codesourcery.com>
7120
7121 * gdb.linespec/explicit.c (my_unique_function_name): New function.
7122 (main): Call my_unique_function_name.
7123 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
7124 completion of patterns with a single match.
7125 Add missing -re switches to gdb_test_multiple calls.
7126
13a66184
LM
71272017-02-13 Luis Machado <lgustavo@codesourcery.com>
7128
7129 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
7130 return if core file is not recognized.
7131
26a06916
SM
71322017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7133
7134 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
7135 and extra UIs.
7136
b761ca9e
SM
71372017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7138
7139 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
7140 proc_with_prefix.
7141
b964bee0
TT
71422017-02-10 Tom Tromey <tom@tromey.com>
7143
7144 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
7145
18da0c51
MG
71462017-02-10 Martin Galvan <martingalvan@sourceware.org>
7147
7148 PR gdb/21122
7149 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
7150
604c4576
JG
71512017-02-08 Jerome Guitton <guitton@adacore.com>
7152
7153 * gdb.base/define.exp: Add test for command abbreviations
7154 in define.
7155
20b477a7
LM
71562017-02-06 Luis Machado <lgustavo@codesourcery.com>
7157
7158 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
7159 * gdb.reverse/insn-reverse-x86.c: New file.
7160
3f7b46f2
IR
71612017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
7162
7163 PR tdep/20936
7164 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
7165
f0fd41c1
TT
71662017-02-03 Tom Tromey <tom@tromey.com>
7167
7168 PR rust/21097:
7169 * gdb.rust/simple.exp: Add new tests.
7170
5be5dbf0
PA
71712017-02-02 Pedro Alves <palves@redhat.com>
7172
7173 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
7174 tests.
7175
7346ef59
AA
71762017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7177
7178 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
7179 taking a 2-byte value out of a 4-byte DWARF implicit value on
7180 big-endian targets.
7181 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
7182 logic. Add test cases for DW_OP_implicit.
7183
787f0025
MM
71842017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7185
7186 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
7187
68777c29
MM
71882017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7189
7190 * gdb.btrace/enable.exp: Call gdb_exit before
7191 skip_gdbserver_tests.
7192
0a1c7e28
MM
71932017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7194
7195 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
7196 GDBFLAGS.
7197
b5ac99b0
MM
71982017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7199
7200 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
7201 the test is skipped.
7202 * gdb.btrace/data.exp: Likewise.
7203 * gdb.btrace/delta.exp: Likewise.
7204 * gdb.btrace/dlopen.exp: Likewise.
7205 * gdb.btrace/enable-running.exp: Likewise.
7206 * gdb.btrace/enable.exp: Likewise.
7207 * gdb.btrace/exception.exp: Likewise.
7208 * gdb.btrace/function_call_history.exp: Likewise.
7209 * gdb.btrace/gcore.exp: Likewise.
7210 * gdb.btrace/instruction_history.exp: Likewise.
7211 * gdb.btrace/multi-thread-step.exp: Likewise.
7212 * gdb.btrace/nohist.exp: Likewise.
7213 * gdb.btrace/non-stop.exp: Likewise.
7214 * gdb.btrace/reconnect.exp: Likewise.
7215 * gdb.btrace/record_goto-step.exp: Likewise.
7216 * gdb.btrace/record_goto.exp: Likewise.
7217 * gdb.btrace/rn-dl-bind.exp: Likewise.
7218 * gdb.btrace/segv.exp: Likewise.
7219 * gdb.btrace/step.exp: Likewise.
7220 * gdb.btrace/stepi.exp: Likewise.
7221 * gdb.btrace/tailcall-only.exp: Likewise.
7222 * gdb.btrace/tailcall.exp: Likewise.
7223 * gdb.btrace/tsx.exp: Likewise.
7224 * gdb.btrace/unknown_functions.exp: Likewise.
7225 * gdb.btrace/vdso.exp: Likewise.
7226
cd4007e4
MM
72272017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7228
7229 * gdb.btrace/enable-running.c: New.
7230 * gdb.btrace/enable-running.exp: New.
7231
2735833d
WT
72322017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
7233
7234 * gdb.arch/amd64-gs_base.c: New file.
7235 * gdb.arch/amd64-gs_base.exp: New file.
7236
b51e1e94
LM
72372017-01-26 Luis Machado <lgustavo@codesourcery.com>
7238
7239 * lib/memory.exp: Remove spurious empty newlines.
7240
72ca0410
SM
72412017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
7242
7243 * gdb.python/py-bad-printers.exp: Load python file using "source".
7244 * gdb.python/py-events.exp: Likewise.
7245 * gdb.python/py-evsignal.exp: Likewise.
7246 * gdb.python/py-evthreads.exp: Likewise.
7247 * gdb.python/py-frame-args.exp: Likewise.
7248 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
7249 * gdb.python/py-framefilter-mi.exp: Likewise.
7250 * gdb.python/py-framefilter.exp: Likewise.
7251 * gdb.python/py-mi.exp: Likewise.
7252 * gdb.python/py-pp-maint.exp: Likewise.
7253 * gdb.python/py-pp-registration.exp: Likewise.
7254 * gdb.python/py-prettyprint.exp: Likewise.
7255 (run_lang_tests): Likewise.
7256 * gdb.python/py-typeprint.exp: Likewise.
7257
e309aa65
LM
72582017-01-26 Luis Machado <lgustavo@codesourcery.com>
7259
7260 * lib/memory.exp: New file.
7261 * lib/gdb.exp: Load memory.exp.
7262 * gdb.base/memattr.exp (delete_memory): Move proc to
7263 lib/memory.exp and rename to delete_memory_regions.
7264 Replace delete_memory with delete_memory_regions.
7265 Cleanup memory regions before tests.
7266 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
7267 before tests.
7268
515aff23
LM
72692017-01-26 Luis Machado <lgustavo@codesourcery.com>
7270
7271 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
7272 files.
7273 (initialize): New function conditionally defined.
7274 (testcases): Move within conditional block.
7275 (main): Call initialize.
7276 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
7277 of gdb.reverse/insn-reverse.c.
7278 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
7279 gdb.reverse/insn-reverse.c.
7280
d8b49cf0
YQ
72812017-01-26 Yao Qi <yao.qi@linaro.org>
7282
7283 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
7284 disassemble on address 0.
7285
f13a9a0c
YQ
72862017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
7287 Yao Qi <yao.qi@linaro.org>
7288
7289 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
7290 * gdb.dwarf2/implptr-64bit.S: Remove.
7291 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
7292 variables in caller's context. Add DW_OP_implicit_value.
7293
5ac95241
YQ
72942017-01-25 Yao Qi <yao.qi@linaro.org>
7295
7296 * lib/dwarf.exp (Dwarf::_location): Handle
7297 DW_OP_GNU_implicit_pointer with proper size.
7298
23e82930
LM
72992017-01-20 Luis Machado <lgustavo@codesourcery.com>
7300
7301 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
7302 and add untested calls.
7303
d334ae25
LM
73042017-01-20 Luis Machado <lgustavo@codesourcery.com>
7305
7306 * gdb.python/python.exp: Check line number against what GDB thinks
7307 the line number is for func1.
7308
f5e6296e
IB
73092017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
7310
7311 * gdb.dlang/debug-expr.exp: New file.
7312
5b362f04
LM
73132016-12-23 Luis Machado <lgustavo@codesourcery.com>
7314
7315 Fix test names for the following files:
7316
7317 * gdb.ada/exec_changed.exp
7318 * gdb.ada/info_types.exp
7319 * gdb.arch/aarch64-atomic-inst.exp
7320 * gdb.arch/aarch64-fp.exp
7321 * gdb.arch/altivec-abi.exp
7322 * gdb.arch/altivec-regs.exp
7323 * gdb.arch/amd64-byte.exp
7324 * gdb.arch/amd64-disp-step.exp
7325 * gdb.arch/amd64-dword.exp
7326 * gdb.arch/amd64-entry-value-inline.exp
7327 * gdb.arch/amd64-entry-value-param.exp
7328 * gdb.arch/amd64-entry-value-paramref.exp
7329 * gdb.arch/amd64-entry-value.exp
7330 * gdb.arch/amd64-i386-address.exp
7331 * gdb.arch/amd64-invalid-stack-middle.exp
7332 * gdb.arch/amd64-invalid-stack-top.exp
7333 * gdb.arch/amd64-optimout-repeat.exp
7334 * gdb.arch/amd64-prologue-skip.exp
7335 * gdb.arch/amd64-prologue-xmm.exp
7336 * gdb.arch/amd64-stap-special-operands.exp
7337 * gdb.arch/amd64-stap-wrong-subexp.exp
7338 * gdb.arch/amd64-tailcall-cxx.exp
7339 * gdb.arch/amd64-tailcall-noret.exp
7340 * gdb.arch/amd64-tailcall-ret.exp
7341 * gdb.arch/amd64-tailcall-self.exp
7342 * gdb.arch/amd64-word.exp
7343 * gdb.arch/arm-bl-branch-dest.exp
7344 * gdb.arch/arm-disp-step.exp
7345 * gdb.arch/arm-neon.exp
7346 * gdb.arch/arm-single-step-kernel-helper.exp
7347 * gdb.arch/avr-flash-qualifier.exp
7348 * gdb.arch/disp-step-insn-reloc.exp
7349 * gdb.arch/e500-abi.exp
7350 * gdb.arch/e500-regs.exp
7351 * gdb.arch/ftrace-insn-reloc.exp
7352 * gdb.arch/i386-avx512.exp
7353 * gdb.arch/i386-bp_permanent.exp
7354 * gdb.arch/i386-byte.exp
7355 * gdb.arch/i386-cfi-notcurrent.exp
7356 * gdb.arch/i386-disp-step.exp
7357 * gdb.arch/i386-dr3-watch.exp
7358 * gdb.arch/i386-float.exp
7359 * gdb.arch/i386-gnu-cfi.exp
7360 * gdb.arch/i386-mpx-map.exp
7361 * gdb.arch/i386-mpx-sigsegv.exp
7362 * gdb.arch/i386-mpx-simple_segv.exp
7363 * gdb.arch/i386-mpx.exp
7364 * gdb.arch/i386-permbkpt.exp
7365 * gdb.arch/i386-prologue.exp
7366 * gdb.arch/i386-signal.exp
7367 * gdb.arch/i386-size-overlap.exp
7368 * gdb.arch/i386-unwind.exp
7369 * gdb.arch/i386-word.exp
7370 * gdb.arch/mips-fcr.exp
7371 * gdb.arch/powerpc-d128-regs.exp
7372 * gdb.arch/powerpc-stackless.exp
7373 * gdb.arch/ppc64-atomic-inst.exp
7374 * gdb.arch/s390-stackless.exp
7375 * gdb.arch/s390-tdbregs.exp
7376 * gdb.arch/s390-vregs.exp
7377 * gdb.arch/sparc-sysstep.exp
7378 * gdb.arch/thumb-bx-pc.exp
7379 * gdb.arch/thumb-singlestep.exp
7380 * gdb.arch/thumb2-it.exp
7381 * gdb.arch/vsx-regs.exp
7382 * gdb.asm/asm-source.exp
7383 * gdb.base/a2-run.exp
7384 * gdb.base/advance.exp
7385 * gdb.base/all-bin.exp
7386 * gdb.base/anon.exp
7387 * gdb.base/args.exp
7388 * gdb.base/arithmet.exp
7389 * gdb.base/async-shell.exp
7390 * gdb.base/async.exp
7391 * gdb.base/attach-pie-noexec.exp
7392 * gdb.base/attach-twice.exp
7393 * gdb.base/auto-load.exp
7394 * gdb.base/bang.exp
7395 * gdb.base/bitfields.exp
7396 * gdb.base/break-always.exp
7397 * gdb.base/break-caller-line.exp
7398 * gdb.base/break-entry.exp
7399 * gdb.base/break-inline.exp
7400 * gdb.base/break-on-linker-gcd-function.exp
7401 * gdb.base/break-probes.exp
7402 * gdb.base/break.exp
7403 * gdb.base/breakpoint-shadow.exp
7404 * gdb.base/call-ar-st.exp
7405 * gdb.base/call-sc.exp
7406 * gdb.base/call-signal-resume.exp
7407 * gdb.base/call-strs.exp
7408 * gdb.base/callfuncs.exp
7409 * gdb.base/catch-fork-static.exp
7410 * gdb.base/catch-gdb-caused-signals.exp
7411 * gdb.base/catch-load.exp
7412 * gdb.base/catch-signal-fork.exp
7413 * gdb.base/catch-signal.exp
7414 * gdb.base/catch-syscall.exp
7415 * gdb.base/charset.exp
7416 * gdb.base/checkpoint.exp
7417 * gdb.base/chng-syms.exp
7418 * gdb.base/code-expr.exp
7419 * gdb.base/code_elim.exp
7420 * gdb.base/commands.exp
7421 * gdb.base/completion.exp
7422 * gdb.base/complex.exp
7423 * gdb.base/cond-expr.exp
7424 * gdb.base/condbreak.exp
7425 * gdb.base/consecutive.exp
7426 * gdb.base/continue-all-already-running.exp
7427 * gdb.base/coredump-filter.exp
7428 * gdb.base/corefile.exp
7429 * gdb.base/dbx.exp
7430 * gdb.base/debug-expr.exp
7431 * gdb.base/define.exp
7432 * gdb.base/del.exp
7433 * gdb.base/disabled-location.exp
7434 * gdb.base/disasm-end-cu.exp
7435 * gdb.base/disasm-optim.exp
7436 * gdb.base/display.exp
7437 * gdb.base/duplicate-bp.exp
7438 * gdb.base/ena-dis-br.exp
7439 * gdb.base/ending-run.exp
7440 * gdb.base/enumval.exp
7441 * gdb.base/environ.exp
7442 * gdb.base/eu-strip-infcall.exp
7443 * gdb.base/eval-avoid-side-effects.exp
7444 * gdb.base/eval-skip.exp
7445 * gdb.base/exitsignal.exp
7446 * gdb.base/expand-psymtabs.exp
7447 * gdb.base/filesym.exp
7448 * gdb.base/find-unmapped.exp
7449 * gdb.base/finish.exp
7450 * gdb.base/float.exp
7451 * gdb.base/foll-exec-mode.exp
7452 * gdb.base/foll-exec.exp
7453 * gdb.base/foll-fork.exp
7454 * gdb.base/fortran-sym-case.exp
7455 * gdb.base/freebpcmd.exp
7456 * gdb.base/func-ptr.exp
7457 * gdb.base/func-ptrs.exp
7458 * gdb.base/funcargs.exp
7459 * gdb.base/gcore-buffer-overflow.exp
7460 * gdb.base/gcore-relro-pie.exp
7461 * gdb.base/gcore-relro.exp
7462 * gdb.base/gcore.exp
7463 * gdb.base/gdb1090.exp
7464 * gdb.base/gdb11530.exp
7465 * gdb.base/gdb11531.exp
7466 * gdb.base/gdb1821.exp
7467 * gdb.base/gdbindex-stabs.exp
7468 * gdb.base/gdbvars.exp
7469 * gdb.base/hbreak.exp
7470 * gdb.base/hbreak2.exp
7471 * gdb.base/included.exp
7472 * gdb.base/infcall-input.exp
7473 * gdb.base/inferior-died.exp
7474 * gdb.base/infnan.exp
7475 * gdb.base/info-macros.exp
7476 * gdb.base/info-os.exp
7477 * gdb.base/info-proc.exp
7478 * gdb.base/info-shared.exp
7479 * gdb.base/info-target.exp
7480 * gdb.base/infoline.exp
7481 * gdb.base/interp.exp
7482 * gdb.base/interrupt.exp
7483 * gdb.base/jit-reader.exp
7484 * gdb.base/jit-simple.exp
7485 * gdb.base/kill-after-signal.exp
7486 * gdb.base/kill-detach-inferiors-cmd.exp
7487 * gdb.base/label.exp
7488 * gdb.base/langs.exp
7489 * gdb.base/ldbl_e308.exp
7490 * gdb.base/line-symtabs.exp
7491 * gdb.base/linespecs.exp
7492 * gdb.base/list.exp
7493 * gdb.base/long_long.exp
7494 * gdb.base/longest-types.exp
7495 * gdb.base/maint.exp
7496 * gdb.base/max-value-size.exp
7497 * gdb.base/memattr.exp
7498 * gdb.base/mips_pro.exp
7499 * gdb.base/morestack.exp
7500 * gdb.base/moribund-step.exp
7501 * gdb.base/multi-forks.exp
7502 * gdb.base/nested-addr.exp
7503 * gdb.base/nextoverexit.exp
7504 * gdb.base/noreturn-finish.exp
7505 * gdb.base/noreturn-return.exp
7506 * gdb.base/nostdlib.exp
7507 * gdb.base/offsets.exp
7508 * gdb.base/opaque.exp
7509 * gdb.base/pc-fp.exp
7510 * gdb.base/permissions.exp
7511 * gdb.base/print-symbol-loading.exp
7512 * gdb.base/prologue-include.exp
7513 * gdb.base/psymtab.exp
7514 * gdb.base/ptype.exp
7515 * gdb.base/random-signal.exp
7516 * gdb.base/randomize.exp
7517 * gdb.base/range-stepping.exp
7518 * gdb.base/readline-ask.exp
7519 * gdb.base/recpar.exp
7520 * gdb.base/recurse.exp
7521 * gdb.base/relational.exp
7522 * gdb.base/restore.exp
7523 * gdb.base/return-nodebug.exp
7524 * gdb.base/return.exp
7525 * gdb.base/run-after-attach.exp
7526 * gdb.base/save-bp.exp
7527 * gdb.base/scope.exp
7528 * gdb.base/sect-cmd.exp
7529 * gdb.base/set-lang-auto.exp
7530 * gdb.base/set-noassign.exp
7531 * gdb.base/setvar.exp
7532 * gdb.base/sigall.exp
7533 * gdb.base/sigbpt.exp
7534 * gdb.base/siginfo-addr.exp
7535 * gdb.base/siginfo-infcall.exp
7536 * gdb.base/siginfo-obj.exp
7537 * gdb.base/siginfo.exp
7538 * gdb.base/signals-state-child.exp
7539 * gdb.base/signest.exp
7540 * gdb.base/sigstep.exp
7541 * gdb.base/sizeof.exp
7542 * gdb.base/skip.exp
7543 * gdb.base/solib-corrupted.exp
7544 * gdb.base/solib-nodir.exp
7545 * gdb.base/solib-search.exp
7546 * gdb.base/stack-checking.exp
7547 * gdb.base/stale-infcall.exp
7548 * gdb.base/stap-probe.exp
7549 * gdb.base/start.exp
7550 * gdb.base/step-break.exp
7551 * gdb.base/step-bt.exp
7552 * gdb.base/step-line.exp
7553 * gdb.base/step-over-exit.exp
7554 * gdb.base/step-over-syscall.exp
7555 * gdb.base/step-resume-infcall.exp
7556 * gdb.base/step-test.exp
7557 * gdb.base/store.exp
7558 * gdb.base/structs3.exp
7559 * gdb.base/sym-file.exp
7560 * gdb.base/symbol-without-target_section.exp
7561 * gdb.base/term.exp
7562 * gdb.base/testenv.exp
7563 * gdb.base/ui-redirect.exp
7564 * gdb.base/until.exp
7565 * gdb.base/unwindonsignal.exp
7566 * gdb.base/value-double-free.exp
7567 * gdb.base/vla-datatypes.exp
7568 * gdb.base/vla-ptr.exp
7569 * gdb.base/vla-sideeffect.exp
7570 * gdb.base/volatile.exp
7571 * gdb.base/watch-cond-infcall.exp
7572 * gdb.base/watch-cond.exp
7573 * gdb.base/watch-non-mem.exp
7574 * gdb.base/watch-read.exp
7575 * gdb.base/watch-vfork.exp
7576 * gdb.base/watchpoint-cond-gone.exp
7577 * gdb.base/watchpoint-delete.exp
7578 * gdb.base/watchpoint-hw-hit-once.exp
7579 * gdb.base/watchpoint-hw.exp
7580 * gdb.base/watchpoint-stops-at-right-insn.exp
7581 * gdb.base/watchpoints.exp
7582 * gdb.base/wchar.exp
7583 * gdb.base/whatis-exp.exp
7584 * gdb.btrace/buffer-size.exp
7585 * gdb.btrace/data.exp
7586 * gdb.btrace/delta.exp
7587 * gdb.btrace/dlopen.exp
7588 * gdb.btrace/enable.exp
7589 * gdb.btrace/exception.exp
7590 * gdb.btrace/function_call_history.exp
7591 * gdb.btrace/gcore.exp
7592 * gdb.btrace/instruction_history.exp
7593 * gdb.btrace/nohist.exp
7594 * gdb.btrace/reconnect.exp
7595 * gdb.btrace/record_goto-step.exp
7596 * gdb.btrace/record_goto.exp
7597 * gdb.btrace/rn-dl-bind.exp
7598 * gdb.btrace/segv.exp
7599 * gdb.btrace/step.exp
7600 * gdb.btrace/stepi.exp
7601 * gdb.btrace/tailcall-only.exp
7602 * gdb.btrace/tailcall.exp
7603 * gdb.btrace/tsx.exp
7604 * gdb.btrace/unknown_functions.exp
7605 * gdb.btrace/vdso.exp
7606 * gdb.compile/compile-ifunc.exp
7607 * gdb.compile/compile-ops.exp
7608 * gdb.compile/compile-print.exp
7609 * gdb.compile/compile-setjmp.exp
7610 * gdb.cp/abstract-origin.exp
7611 * gdb.cp/ambiguous.exp
7612 * gdb.cp/annota2.exp
7613 * gdb.cp/annota3.exp
7614 * gdb.cp/anon-ns.exp
7615 * gdb.cp/anon-struct.exp
7616 * gdb.cp/anon-union.exp
7617 * gdb.cp/arg-reference.exp
7618 * gdb.cp/baseenum.exp
7619 * gdb.cp/bool.exp
7620 * gdb.cp/breakpoint.exp
7621 * gdb.cp/bs15503.exp
7622 * gdb.cp/call-c.exp
7623 * gdb.cp/casts.exp
7624 * gdb.cp/chained-calls.exp
7625 * gdb.cp/class2.exp
7626 * gdb.cp/classes.exp
7627 * gdb.cp/cmpd-minsyms.exp
7628 * gdb.cp/converts.exp
7629 * gdb.cp/cp-relocate.exp
7630 * gdb.cp/cpcompletion.exp
7631 * gdb.cp/cpexprs.exp
7632 * gdb.cp/cplabel.exp
7633 * gdb.cp/cplusfuncs.exp
7634 * gdb.cp/cpsizeof.exp
7635 * gdb.cp/ctti.exp
7636 * gdb.cp/derivation.exp
7637 * gdb.cp/destrprint.exp
7638 * gdb.cp/dispcxx.exp
7639 * gdb.cp/enum-class.exp
7640 * gdb.cp/exception.exp
7641 * gdb.cp/exceptprint.exp
7642 * gdb.cp/expand-psymtabs-cxx.exp
7643 * gdb.cp/expand-sals.exp
7644 * gdb.cp/extern-c.exp
7645 * gdb.cp/filename.exp
7646 * gdb.cp/formatted-ref.exp
7647 * gdb.cp/fpointer.exp
7648 * gdb.cp/gdb1355.exp
7649 * gdb.cp/gdb2495.exp
7650 * gdb.cp/hang.exp
7651 * gdb.cp/impl-this.exp
7652 * gdb.cp/infcall-dlopen.exp
7653 * gdb.cp/inherit.exp
7654 * gdb.cp/iostream.exp
7655 * gdb.cp/koenig.exp
7656 * gdb.cp/local.exp
7657 * gdb.cp/m-data.exp
7658 * gdb.cp/m-static.exp
7659 * gdb.cp/mb-ctor.exp
7660 * gdb.cp/mb-inline.exp
7661 * gdb.cp/mb-templates.exp
7662 * gdb.cp/member-name.exp
7663 * gdb.cp/member-ptr.exp
7664 * gdb.cp/meth-typedefs.exp
7665 * gdb.cp/method.exp
7666 * gdb.cp/method2.exp
7667 * gdb.cp/minsym-fallback.exp
7668 * gdb.cp/misc.exp
7669 * gdb.cp/namelessclass.exp
7670 * gdb.cp/namespace-enum.exp
7671 * gdb.cp/namespace-nested-import.exp
7672 * gdb.cp/namespace.exp
7673 * gdb.cp/nextoverthrow.exp
7674 * gdb.cp/no-dmgl-verbose.exp
7675 * gdb.cp/non-trivial-retval.exp
7676 * gdb.cp/noparam.exp
7677 * gdb.cp/nsdecl.exp
7678 * gdb.cp/nsimport.exp
7679 * gdb.cp/nsnested.exp
7680 * gdb.cp/nsnoimports.exp
7681 * gdb.cp/nsrecurs.exp
7682 * gdb.cp/nsstress.exp
7683 * gdb.cp/nsusing.exp
7684 * gdb.cp/operator.exp
7685 * gdb.cp/oranking.exp
7686 * gdb.cp/overload-const.exp
7687 * gdb.cp/overload.exp
7688 * gdb.cp/ovldbreak.exp
7689 * gdb.cp/ovsrch.exp
7690 * gdb.cp/paren-type.exp
7691 * gdb.cp/parse-lang.exp
7692 * gdb.cp/pass-by-ref.exp
7693 * gdb.cp/pr-1023.exp
7694 * gdb.cp/pr-1210.exp
7695 * gdb.cp/pr-574.exp
7696 * gdb.cp/pr10687.exp
7697 * gdb.cp/pr12028.exp
7698 * gdb.cp/pr17132.exp
7699 * gdb.cp/pr17494.exp
7700 * gdb.cp/pr9067.exp
7701 * gdb.cp/pr9167.exp
7702 * gdb.cp/pr9631.exp
7703 * gdb.cp/printmethod.exp
7704 * gdb.cp/psmang.exp
7705 * gdb.cp/psymtab-parameter.exp
7706 * gdb.cp/ptype-cv-cp.exp
7707 * gdb.cp/ptype-flags.exp
7708 * gdb.cp/re-set-overloaded.exp
7709 * gdb.cp/ref-types.exp
7710 * gdb.cp/rtti.exp
7711 * gdb.cp/scope-err.exp
7712 * gdb.cp/shadow.exp
7713 * gdb.cp/smartp.exp
7714 * gdb.cp/static-method.exp
7715 * gdb.cp/static-print-quit.exp
7716 * gdb.cp/temargs.exp
7717 * gdb.cp/templates.exp
7718 * gdb.cp/try_catch.exp
7719 * gdb.cp/typedef-operator.exp
7720 * gdb.cp/typeid.exp
7721 * gdb.cp/userdef.exp
7722 * gdb.cp/using-crash.exp
7723 * gdb.cp/var-tag.exp
7724 * gdb.cp/virtbase.exp
7725 * gdb.cp/virtfunc.exp
7726 * gdb.cp/virtfunc2.exp
7727 * gdb.cp/vla-cxx.exp
7728 * gdb.disasm/t01_mov.exp
7729 * gdb.disasm/t02_mova.exp
7730 * gdb.disasm/t03_add.exp
7731 * gdb.disasm/t04_sub.exp
7732 * gdb.disasm/t05_cmp.exp
7733 * gdb.disasm/t06_ari2.exp
7734 * gdb.disasm/t07_ari3.exp
7735 * gdb.disasm/t08_or.exp
7736 * gdb.disasm/t09_xor.exp
7737 * gdb.disasm/t10_and.exp
7738 * gdb.disasm/t11_logs.exp
7739 * gdb.disasm/t12_bit.exp
7740 * gdb.disasm/t13_otr.exp
7741 * gdb.dlang/circular.exp
7742 * gdb.dwarf2/arr-stride.exp
7743 * gdb.dwarf2/arr-subrange.exp
7744 * gdb.dwarf2/atomic-type.exp
7745 * gdb.dwarf2/bad-regnum.exp
7746 * gdb.dwarf2/bitfield-parent-optimized-out.exp
7747 * gdb.dwarf2/callframecfa.exp
7748 * gdb.dwarf2/clztest.exp
7749 * gdb.dwarf2/corrupt.exp
7750 * gdb.dwarf2/data-loc.exp
7751 * gdb.dwarf2/dup-psym.exp
7752 * gdb.dwarf2/dw2-anon-mptr.exp
7753 * gdb.dwarf2/dw2-anonymous-func.exp
7754 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
7755 * gdb.dwarf2/dw2-bad-unresolved.exp
7756 * gdb.dwarf2/dw2-basic.exp
7757 * gdb.dwarf2/dw2-canonicalize-type.exp
7758 * gdb.dwarf2/dw2-case-insensitive.exp
7759 * gdb.dwarf2/dw2-common-block.exp
7760 * gdb.dwarf2/dw2-compdir-oldgcc.exp
7761 * gdb.dwarf2/dw2-compressed.exp
7762 * gdb.dwarf2/dw2-const.exp
7763 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
7764 * gdb.dwarf2/dw2-cu-size.exp
7765 * gdb.dwarf2/dw2-dup-frame.exp
7766 * gdb.dwarf2/dw2-entry-value.exp
7767 * gdb.dwarf2/dw2-icycle.exp
7768 * gdb.dwarf2/dw2-ifort-parameter.exp
7769 * gdb.dwarf2/dw2-inline-break.exp
7770 * gdb.dwarf2/dw2-inline-param.exp
7771 * gdb.dwarf2/dw2-intercu.exp
7772 * gdb.dwarf2/dw2-intermix.exp
7773 * gdb.dwarf2/dw2-lexical-block-bare.exp
7774 * gdb.dwarf2/dw2-linkage-name-trust.exp
7775 * gdb.dwarf2/dw2-minsym-in-cu.exp
7776 * gdb.dwarf2/dw2-noloc.exp
7777 * gdb.dwarf2/dw2-op-call.exp
7778 * gdb.dwarf2/dw2-op-out-param.exp
7779 * gdb.dwarf2/dw2-opt-structptr.exp
7780 * gdb.dwarf2/dw2-param-error.exp
7781 * gdb.dwarf2/dw2-producer.exp
7782 * gdb.dwarf2/dw2-ranges-base.exp
7783 * gdb.dwarf2/dw2-ref-missing-frame.exp
7784 * gdb.dwarf2/dw2-reg-undefined.exp
7785 * gdb.dwarf2/dw2-regno-invalid.exp
7786 * gdb.dwarf2/dw2-restore.exp
7787 * gdb.dwarf2/dw2-restrict.exp
7788 * gdb.dwarf2/dw2-single-line-discriminators.exp
7789 * gdb.dwarf2/dw2-strp.exp
7790 * gdb.dwarf2/dw2-undefined-ret-addr.exp
7791 * gdb.dwarf2/dw2-unresolved.exp
7792 * gdb.dwarf2/dw2-var-zero-addr.exp
7793 * gdb.dwarf2/dw4-sig-types.exp
7794 * gdb.dwarf2/dwz.exp
7795 * gdb.dwarf2/dynarr-ptr.exp
7796 * gdb.dwarf2/enum-type.exp
7797 * gdb.dwarf2/gdb-index.exp
7798 * gdb.dwarf2/implptr-64bit.exp
7799 * gdb.dwarf2/implptr-optimized-out.exp
7800 * gdb.dwarf2/implptr.exp
7801 * gdb.dwarf2/implref-array.exp
7802 * gdb.dwarf2/implref-const.exp
7803 * gdb.dwarf2/implref-global.exp
7804 * gdb.dwarf2/implref-struct.exp
7805 * gdb.dwarf2/mac-fileno.exp
7806 * gdb.dwarf2/main-subprogram.exp
7807 * gdb.dwarf2/member-ptr-forwardref.exp
7808 * gdb.dwarf2/method-ptr.exp
7809 * gdb.dwarf2/missing-sig-type.exp
7810 * gdb.dwarf2/nonvar-access.exp
7811 * gdb.dwarf2/opaque-type-lookup.exp
7812 * gdb.dwarf2/pieces-optimized-out.exp
7813 * gdb.dwarf2/pieces.exp
7814 * gdb.dwarf2/pr10770.exp
7815 * gdb.dwarf2/pr13961.exp
7816 * gdb.dwarf2/staticvirtual.exp
7817 * gdb.dwarf2/subrange.exp
7818 * gdb.dwarf2/symtab-producer.exp
7819 * gdb.dwarf2/trace-crash.exp
7820 * gdb.dwarf2/typeddwarf.exp
7821 * gdb.dwarf2/valop.exp
7822 * gdb.dwarf2/watch-notconst.exp
7823 * gdb.fortran/array-element.exp
7824 * gdb.fortran/charset.exp
7825 * gdb.fortran/common-block.exp
7826 * gdb.fortran/complex.exp
7827 * gdb.fortran/derived-type-function.exp
7828 * gdb.fortran/derived-type.exp
7829 * gdb.fortran/logical.exp
7830 * gdb.fortran/module.exp
7831 * gdb.fortran/multi-dim.exp
7832 * gdb.fortran/nested-funcs.exp
7833 * gdb.fortran/print-formatted.exp
7834 * gdb.fortran/subarray.exp
7835 * gdb.fortran/vla-alloc-assoc.exp
7836 * gdb.fortran/vla-datatypes.exp
7837 * gdb.fortran/vla-history.exp
7838 * gdb.fortran/vla-ptr-info.exp
7839 * gdb.fortran/vla-ptype-sub.exp
7840 * gdb.fortran/vla-ptype.exp
7841 * gdb.fortran/vla-sizeof.exp
7842 * gdb.fortran/vla-type.exp
7843 * gdb.fortran/vla-value-sub-arbitrary.exp
7844 * gdb.fortran/vla-value-sub-finish.exp
7845 * gdb.fortran/vla-value-sub.exp
7846 * gdb.fortran/vla-value.exp
7847 * gdb.fortran/whatis_type.exp
7848 * gdb.go/chan.exp
7849 * gdb.go/handcall.exp
7850 * gdb.go/hello.exp
7851 * gdb.go/integers.exp
7852 * gdb.go/methods.exp
7853 * gdb.go/package.exp
7854 * gdb.go/strings.exp
7855 * gdb.go/types.exp
7856 * gdb.go/unsafe.exp
7857 * gdb.guile/scm-arch.exp
7858 * gdb.guile/scm-block.exp
7859 * gdb.guile/scm-breakpoint.exp
7860 * gdb.guile/scm-cmd.exp
7861 * gdb.guile/scm-disasm.exp
7862 * gdb.guile/scm-equal.exp
7863 * gdb.guile/scm-frame-args.exp
7864 * gdb.guile/scm-frame-inline.exp
7865 * gdb.guile/scm-frame.exp
7866 * gdb.guile/scm-iterator.exp
7867 * gdb.guile/scm-math.exp
7868 * gdb.guile/scm-objfile.exp
7869 * gdb.guile/scm-ports.exp
7870 * gdb.guile/scm-symbol.exp
7871 * gdb.guile/scm-symtab.exp
7872 * gdb.guile/scm-value-cc.exp
7873 * gdb.guile/types-module.exp
7874 * gdb.linespec/break-ask.exp
7875 * gdb.linespec/cpexplicit.exp
7876 * gdb.linespec/explicit.exp
7877 * gdb.linespec/keywords.exp
7878 * gdb.linespec/linespec.exp
7879 * gdb.linespec/ls-dollar.exp
7880 * gdb.linespec/ls-errs.exp
7881 * gdb.linespec/skip-two.exp
7882 * gdb.linespec/thread.exp
7883 * gdb.mi/mi-async.exp
7884 * gdb.mi/mi-basics.exp
7885 * gdb.mi/mi-break.exp
7886 * gdb.mi/mi-catch-load.exp
7887 * gdb.mi/mi-cli.exp
7888 * gdb.mi/mi-cmd-param-changed.exp
7889 * gdb.mi/mi-console.exp
7890 * gdb.mi/mi-detach.exp
7891 * gdb.mi/mi-disassemble.exp
7892 * gdb.mi/mi-eval.exp
7893 * gdb.mi/mi-file-transfer.exp
7894 * gdb.mi/mi-file.exp
7895 * gdb.mi/mi-fill-memory.exp
7896 * gdb.mi/mi-inheritance-syntax-error.exp
7897 * gdb.mi/mi-linespec-err-cp.exp
7898 * gdb.mi/mi-logging.exp
7899 * gdb.mi/mi-memory-changed.exp
7900 * gdb.mi/mi-read-memory.exp
7901 * gdb.mi/mi-record-changed.exp
7902 * gdb.mi/mi-reg-undefined.exp
7903 * gdb.mi/mi-regs.exp
7904 * gdb.mi/mi-return.exp
7905 * gdb.mi/mi-reverse.exp
7906 * gdb.mi/mi-simplerun.exp
7907 * gdb.mi/mi-solib.exp
7908 * gdb.mi/mi-stack.exp
7909 * gdb.mi/mi-stepi.exp
7910 * gdb.mi/mi-syn-frame.exp
7911 * gdb.mi/mi-until.exp
7912 * gdb.mi/mi-var-block.exp
7913 * gdb.mi/mi-var-child.exp
7914 * gdb.mi/mi-var-cmd.exp
7915 * gdb.mi/mi-var-cp.exp
7916 * gdb.mi/mi-var-display.exp
7917 * gdb.mi/mi-var-invalidate.exp
7918 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
7919 * gdb.mi/mi-vla-fortran.exp
7920 * gdb.mi/mi-watch.exp
7921 * gdb.mi/mi2-var-child.exp
7922 * gdb.mi/user-selected-context-sync.exp
7923 * gdb.modula2/unbounded-array.exp
7924 * gdb.multi/dummy-frame-restore.exp
7925 * gdb.multi/multi-arch-exec.exp
7926 * gdb.multi/multi-arch.exp
7927 * gdb.multi/tids.exp
7928 * gdb.multi/watchpoint-multi.exp
7929 * gdb.opencl/callfuncs.exp
7930 * gdb.opencl/convs_casts.exp
7931 * gdb.opencl/datatypes.exp
7932 * gdb.opencl/operators.exp
7933 * gdb.opencl/vec_comps.exp
7934 * gdb.opt/clobbered-registers-O2.exp
7935 * gdb.opt/inline-break.exp
7936 * gdb.opt/inline-bt.exp
7937 * gdb.opt/inline-cmds.exp
7938 * gdb.opt/inline-locals.exp
7939 * gdb.pascal/case-insensitive-symbols.exp
7940 * gdb.pascal/floats.exp
7941 * gdb.pascal/gdb11492.exp
7942 * gdb.python/lib-types.exp
7943 * gdb.python/py-arch.exp
7944 * gdb.python/py-as-string.exp
7945 * gdb.python/py-bad-printers.exp
7946 * gdb.python/py-block.exp
7947 * gdb.python/py-breakpoint-create-fail.exp
7948 * gdb.python/py-breakpoint.exp
7949 * gdb.python/py-caller-is.exp
7950 * gdb.python/py-cmd.exp
7951 * gdb.python/py-explore-cc.exp
7952 * gdb.python/py-explore.exp
7953 * gdb.python/py-finish-breakpoint.exp
7954 * gdb.python/py-finish-breakpoint2.exp
7955 * gdb.python/py-frame-args.exp
7956 * gdb.python/py-frame-inline.exp
7957 * gdb.python/py-frame.exp
7958 * gdb.python/py-framefilter-mi.exp
7959 * gdb.python/py-infthread.exp
7960 * gdb.python/py-lazy-string.exp
7961 * gdb.python/py-linetable.exp
7962 * gdb.python/py-mi-events.exp
7963 * gdb.python/py-mi-objfile.exp
7964 * gdb.python/py-mi.exp
7965 * gdb.python/py-objfile.exp
7966 * gdb.python/py-pp-integral.exp
7967 * gdb.python/py-pp-maint.exp
7968 * gdb.python/py-pp-re-notag.exp
7969 * gdb.python/py-pp-registration.exp
7970 * gdb.python/py-recurse-unwind.exp
7971 * gdb.python/py-strfns.exp
7972 * gdb.python/py-symbol.exp
7973 * gdb.python/py-symtab.exp
7974 * gdb.python/py-sync-interp.exp
7975 * gdb.python/py-typeprint.exp
7976 * gdb.python/py-unwind-maint.exp
7977 * gdb.python/py-unwind.exp
7978 * gdb.python/py-value-cc.exp
7979 * gdb.python/py-xmethods.exp
7980 * gdb.reverse/amd64-tailcall-reverse.exp
7981 * gdb.reverse/break-precsave.exp
7982 * gdb.reverse/break-reverse.exp
7983 * gdb.reverse/consecutive-precsave.exp
7984 * gdb.reverse/consecutive-reverse.exp
7985 * gdb.reverse/finish-precsave.exp
7986 * gdb.reverse/finish-reverse-bkpt.exp
7987 * gdb.reverse/finish-reverse.exp
7988 * gdb.reverse/fstatat-reverse.exp
7989 * gdb.reverse/getresuid-reverse.exp
7990 * gdb.reverse/i386-precsave.exp
7991 * gdb.reverse/i386-reverse.exp
7992 * gdb.reverse/i386-sse-reverse.exp
7993 * gdb.reverse/i387-env-reverse.exp
7994 * gdb.reverse/i387-stack-reverse.exp
7995 * gdb.reverse/insn-reverse.exp
7996 * gdb.reverse/machinestate-precsave.exp
7997 * gdb.reverse/machinestate.exp
7998 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7999 * gdb.reverse/pipe-reverse.exp
8000 * gdb.reverse/readv-reverse.exp
8001 * gdb.reverse/recvmsg-reverse.exp
8002 * gdb.reverse/rerun-prec.exp
8003 * gdb.reverse/s390-mvcle.exp
8004 * gdb.reverse/step-precsave.exp
8005 * gdb.reverse/step-reverse.exp
8006 * gdb.reverse/time-reverse.exp
8007 * gdb.reverse/until-precsave.exp
8008 * gdb.reverse/until-reverse.exp
8009 * gdb.reverse/waitpid-reverse.exp
8010 * gdb.reverse/watch-precsave.exp
8011 * gdb.reverse/watch-reverse.exp
8012 * gdb.rust/generics.exp
8013 * gdb.rust/methods.exp
8014 * gdb.rust/modules.exp
8015 * gdb.rust/simple.exp
8016 * gdb.server/connect-with-no-symbol-file.exp
8017 * gdb.server/ext-attach.exp
8018 * gdb.server/ext-restart.exp
8019 * gdb.server/ext-wrapper.exp
8020 * gdb.server/file-transfer.exp
8021 * gdb.server/server-exec-info.exp
8022 * gdb.server/server-kill.exp
8023 * gdb.server/server-mon.exp
8024 * gdb.server/wrapper.exp
8025 * gdb.stabs/exclfwd.exp
8026 * gdb.stabs/gdb11479.exp
8027 * gdb.threads/clone-new-thread-event.exp
8028 * gdb.threads/corethreads.exp
8029 * gdb.threads/current-lwp-dead.exp
8030 * gdb.threads/dlopen-libpthread.exp
8031 * gdb.threads/gcore-thread.exp
8032 * gdb.threads/sigstep-threads.exp
8033 * gdb.threads/watchpoint-fork.exp
8034 * gdb.trace/actions-changed.exp
8035 * gdb.trace/backtrace.exp
8036 * gdb.trace/change-loc.exp
8037 * gdb.trace/circ.exp
8038 * gdb.trace/collection.exp
8039 * gdb.trace/disconnected-tracing.exp
8040 * gdb.trace/ftrace.exp
8041 * gdb.trace/mi-trace-frame-collected.exp
8042 * gdb.trace/mi-trace-unavailable.exp
8043 * gdb.trace/mi-traceframe-changed.exp
8044 * gdb.trace/mi-tsv-changed.exp
8045 * gdb.trace/no-attach-trace.exp
8046 * gdb.trace/passc-dyn.exp
8047 * gdb.trace/qtro.exp
8048 * gdb.trace/range-stepping.exp
8049 * gdb.trace/read-memory.exp
8050 * gdb.trace/save-trace.exp
8051 * gdb.trace/signal.exp
8052 * gdb.trace/status-stop.exp
8053 * gdb.trace/tfile.exp
8054 * gdb.trace/trace-break.exp
8055 * gdb.trace/trace-buffer-size.exp
8056 * gdb.trace/trace-condition.exp
8057 * gdb.trace/tracefile-pseudo-reg.exp
8058 * gdb.trace/tstatus.exp
8059 * gdb.trace/unavailable.exp
8060 * gdb.trace/while-dyn.exp
8061 * gdb.trace/while-stepping.exp
8062
34c41c68
DE
80632016-12-22 Doug Evans <xdje42@gmail.com>
8064
8065 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
8066 and msymbols.
8067
16e69324
YQ
80682016-12-19 Yao Qi <yao.qi@linaro.org>
8069
8070 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
8071 (test_with_self): Don't call do_steps_and_nexts, and remove
8072 code about stepping into xmalloc.
8073
f94f411b
YQ
80742016-12-09 Yao Qi <yao.qi@linaro.org>
8075
8076 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
8077
80782016-12-09 Yao Qi <yao.qi@linaro.org>
8079
8080 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
8081
f1b5deee
PA
80822016-12-09 Pedro Alves <palves@redhat.com>
8083
8084 * gdb.base/all-architectures-0.exp: New file.
8085 * gdb.base/all-architectures-1.exp: New file.
8086 * gdb.base/all-architectures-2.exp: New file.
8087 * gdb.base/all-architectures-3.exp: New file.
8088 * gdb.base/all-architectures-4.exp: New file.
8089 * gdb.base/all-architectures-5.exp: New file.
8090 * gdb.base/all-architectures-6.exp: New file.
8091 * gdb.base/all-architectures-7.exp: New file.
8092 * gdb.base/all-architectures.exp.in: New file.
8093
364ca42e
YQ
80942016-12-09 Yao Qi <yao.qi@linaro.org>
8095
8096 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
8097
107c2d62
LM
80982016-12-02 Luis Machado <lgustavo@codesourcery.com>
8099
8100 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
8101 possible.
8102 Remove useless pattern-matching code.
8103
df3ee9ca
PA
81042016-12-02 Pedro Alves <palves@redhat.com>
8105
8106 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
8107 procedure.
8108 (top level): Call it.
8109
ec835369
PA
81102016-12-02 Pedro Alves <palves@redhat.com>
8111
8112 * gdb.base/commands.exp (user_defined_command_args_stack_test):
8113 New procedure.
8114 (top level): Call it.
8115
01770bbd
PA
81162016-12-02 Pedro Alves <palves@redhat.com>
8117
8118 PR cli/20559
8119 * gdb.base/commands.exp (user_defined_command_args_eval): New
8120 procedure.
8121 (top level): Call it.
8122
008459ea
LM
81232016-12-02 Luis Machado <lgustavo@codesourcery.com>
8124
8125 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
8126 timeout handling.
8127
0c1b455e
TT
81282016-12-02 Tom Tromey <tom@tromey.com>
8129
8130 * gdb.dwarf2/main-subprogram.c: New file.
8131 * gdb.dwarf2/main-subprogram.exp: New file.
8132
018572b8
LM
81332016-12-01 Luis Machado <lgustavo@codesourcery.com>
8134
8135 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
8136 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
8137 gdb_test_no_output for a couple of cases.
8138 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
8139
84c93cd5
LM
81402016-12-01 Luis Machado <lgustavo@codesourcery.com>
8141
8142 Fix test names and standardize compilation error messages throughout
8143 the following files:
8144
8145 * gdb.ada/start.exp
8146 * gdb.arch/alpha-step.exp
8147 * gdb.arch/e500-prologue.exp
8148 * gdb.arch/ftrace-insn-reloc.exp
8149 * gdb.arch/gdb1291.exp
8150 * gdb.arch/gdb1431.exp
8151 * gdb.arch/gdb1558.exp
8152 * gdb.arch/i386-dr3-watch.exp
8153 * gdb.arch/i386-sse-stack-align.exp
8154 * gdb.arch/ia64-breakpoint-shadow.exp
8155 * gdb.arch/pa-nullify.exp
8156 * gdb.arch/powerpc-aix-prologue.exp
8157 * gdb.arch/thumb-bx-pc.exp
8158 * gdb.base/annota1.exp
8159 * gdb.base/annota3.exp
8160 * gdb.base/arrayidx.exp
8161 * gdb.base/assign.exp
8162 * gdb.base/attach.exp
8163 * gdb.base/auxv.exp
8164 * gdb.base/bang.exp
8165 * gdb.base/bfp-test.exp
8166 * gdb.base/bigcore.exp
8167 * gdb.base/bitfields2.exp
8168 * gdb.base/break-fun-addr.exp
8169 * gdb.base/break-probes.exp
8170 * gdb.base/call-rt-st.exp
8171 * gdb.base/callexit.exp
8172 * gdb.base/catch-fork-kill.exp
8173 * gdb.base/charset.exp
8174 * gdb.base/checkpoint.exp
8175 * gdb.base/comprdebug.exp
8176 * gdb.base/constvars.exp
8177 * gdb.base/coredump-filter.exp
8178 * gdb.base/cursal.exp
8179 * gdb.base/cvexpr.exp
8180 * gdb.base/detach.exp
8181 * gdb.base/display.exp
8182 * gdb.base/dmsym.exp
8183 * gdb.base/dprintf-pending.exp
8184 * gdb.base/dso2dso.exp
8185 * gdb.base/dtrace-probe.exp
8186 * gdb.base/dump.exp
8187 * gdb.base/enum_cond.exp
8188 * gdb.base/exe-lock.exp
8189 * gdb.base/exec-invalid-sysroot.exp
8190 * gdb.base/execl-update-breakpoints.exp
8191 * gdb.base/exprs.exp
8192 * gdb.base/fileio.exp
8193 * gdb.base/find.exp
8194 * gdb.base/finish.exp
8195 * gdb.base/fixsection.exp
8196 * gdb.base/foll-vfork.exp
8197 * gdb.base/frame-args.exp
8198 * gdb.base/gcore.exp
8199 * gdb.base/gdb1250.exp
8200 * gdb.base/global-var-nested-by-dso.exp
8201 * gdb.base/gnu-ifunc.exp
8202 * gdb.base/hashline1.exp
8203 * gdb.base/hashline2.exp
8204 * gdb.base/hashline3.exp
8205 * gdb.base/hbreak-in-shr-unsupported.exp
8206 * gdb.base/huge.exp
8207 * gdb.base/infcall-input.exp
8208 * gdb.base/info-fun.exp
8209 * gdb.base/info-shared.exp
8210 * gdb.base/jit-simple.exp
8211 * gdb.base/jit-so.exp
8212 * gdb.base/jit.exp
8213 * gdb.base/jump.exp
8214 * gdb.base/label.exp
8215 * gdb.base/lineinc.exp
8216 * gdb.base/logical.exp
8217 * gdb.base/longjmp.exp
8218 * gdb.base/macscp.exp
8219 * gdb.base/miscexprs.exp
8220 * gdb.base/new-ui-echo.exp
8221 * gdb.base/new-ui-pending-input.exp
8222 * gdb.base/new-ui.exp
8223 * gdb.base/nodebug.exp
8224 * gdb.base/nofield.exp
8225 * gdb.base/offsets.exp
8226 * gdb.base/overlays.exp
8227 * gdb.base/pending.exp
8228 * gdb.base/pointers.exp
8229 * gdb.base/pr11022.exp
8230 * gdb.base/printcmds.exp
8231 * gdb.base/prologue.exp
8232 * gdb.base/ptr-typedef.exp
8233 * gdb.base/realname-expand.exp
8234 * gdb.base/relativedebug.exp
8235 * gdb.base/relocate.exp
8236 * gdb.base/remote.exp
8237 * gdb.base/reread.exp
8238 * gdb.base/return2.exp
8239 * gdb.base/savedregs.exp
8240 * gdb.base/sep.exp
8241 * gdb.base/sepdebug.exp
8242 * gdb.base/sepsymtab.exp
8243 * gdb.base/set-inferior-tty.exp
8244 * gdb.base/setshow.exp
8245 * gdb.base/shlib-call.exp
8246 * gdb.base/sigaltstack.exp
8247 * gdb.base/siginfo-addr.exp
8248 * gdb.base/signals.exp
8249 * gdb.base/signull.exp
8250 * gdb.base/sigrepeat.exp
8251 * gdb.base/so-impl-ld.exp
8252 * gdb.base/solib-display.exp
8253 * gdb.base/solib-overlap.exp
8254 * gdb.base/solib-search.exp
8255 * gdb.base/solib-symbol.exp
8256 * gdb.base/structs.exp
8257 * gdb.base/structs2.exp
8258 * gdb.base/symtab-search-order.exp
8259 * gdb.base/twice.exp
8260 * gdb.base/unload.exp
8261 * gdb.base/varargs.exp
8262 * gdb.base/watchpoint-solib.exp
8263 * gdb.base/watchpoint.exp
8264 * gdb.base/whatis.exp
8265 * gdb.base/wrong_frame_bt_full.exp
8266 * gdb.btrace/dlopen.exp
8267 * gdb.cell/ea-standalone.exp
8268 * gdb.cell/ea-test.exp
8269 * gdb.cp/dispcxx.exp
8270 * gdb.cp/gdb2384.exp
8271 * gdb.cp/method2.exp
8272 * gdb.cp/nextoverthrow.exp
8273 * gdb.cp/pr10728.exp
8274 * gdb.disasm/am33.exp
8275 * gdb.disasm/h8300s.exp
8276 * gdb.disasm/mn10300.exp
8277 * gdb.disasm/sh3.exp
8278 * gdb.dwarf2/dw2-dir-file-name.exp
8279 * gdb.fortran/complex.exp
8280 * gdb.fortran/library-module.exp
8281 * gdb.guile/scm-pretty-print.exp
8282 * gdb.guile/scm-symbol.exp
8283 * gdb.guile/scm-type.exp
8284 * gdb.guile/scm-value.exp
8285 * gdb.linespec/linespec.exp
8286 * gdb.mi/gdb701.exp
8287 * gdb.mi/gdb792.exp
8288 * gdb.mi/mi-breakpoint-changed.exp
8289 * gdb.mi/mi-dprintf-pending.exp
8290 * gdb.mi/mi-dprintf.exp
8291 * gdb.mi/mi-exit-code.exp
8292 * gdb.mi/mi-pending.exp
8293 * gdb.mi/mi-solib.exp
8294 * gdb.mi/new-ui-mi-sync.exp
8295 * gdb.mi/pr11022.exp
8296 * gdb.mi/user-selected-context-sync.exp
8297 * gdb.opt/solib-intra-step.exp
8298 * gdb.python/py-events.exp
8299 * gdb.python/py-finish-breakpoint.exp
8300 * gdb.python/py-mi.exp
8301 * gdb.python/py-prettyprint.exp
8302 * gdb.python/py-shared.exp
8303 * gdb.python/py-symbol.exp
8304 * gdb.python/py-template.exp
8305 * gdb.python/py-type.exp
8306 * gdb.python/py-value.exp
8307 * gdb.reverse/solib-precsave.exp
8308 * gdb.reverse/solib-reverse.exp
8309 * gdb.server/solib-list.exp
8310 * gdb.stabs/weird.exp
8311 * gdb.threads/reconnect-signal.exp
8312 * gdb.threads/stepi-random-signal.exp
8313 * gdb.trace/actions.exp
8314 * gdb.trace/ax.exp
8315 * gdb.trace/backtrace.exp
8316 * gdb.trace/change-loc.exp
8317 * gdb.trace/deltrace.exp
8318 * gdb.trace/ftrace-lock.exp
8319 * gdb.trace/ftrace.exp
8320 * gdb.trace/infotrace.exp
8321 * gdb.trace/mi-tracepoint-changed.exp
8322 * gdb.trace/packetlen.exp
8323 * gdb.trace/passcount.exp
8324 * gdb.trace/pending.exp
8325 * gdb.trace/range-stepping.exp
8326 * gdb.trace/report.exp
8327 * gdb.trace/stap-trace.exp
8328 * gdb.trace/tfind.exp
8329 * gdb.trace/trace-break.exp
8330 * gdb.trace/trace-condition.exp
8331 * gdb.trace/trace-enable-disable.exp
8332 * gdb.trace/trace-mt.exp
8333 * gdb.trace/tracecmd.exp
8334 * gdb.trace/tspeed.exp
8335 * gdb.trace/tsv.exp
8336 * lib/perftest.exp
8337
fb9feb35
LM
83382016-12-01 Luis Machado <lgustavo@codesourcery.com>
8339
8340 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
8341 with gdb_test_no_output.
8342 Use command as test name.
8343
cd2ddb6c
LM
83442016-12-01 Luis Machado <lgustavo@codesourcery.com>
8345
8346 Fix test names starting with uppercase throughout the files.
8347
8348 * gdb.ada/assign_1.exp
8349 * gdb.ada/boolean_expr.exp
8350 * gdb.base/arrayidx.exp
8351 * gdb.base/del.exp
8352 * gdb.base/gcore-buffer-overflow.exp
8353 * gdb.base/testenv.exp
8354 * gdb.compile/compile.exp
8355 * gdb.python/py-framefilter-invalidarg.exp
8356 * gdb.python/py-framefilter.exp
8357
bb95117e
LM
83582016-12-01 Luis Machado <lgustavo@codesourcery.com>
8359
8360 Fix test names starting with uppercase throughout the files.
8361
8362 * gdb.ada/array_return.exp
8363 * gdb.ada/expr_delims.exp
8364 * gdb.ada/mi_dyn_arr.exp
8365 * gdb.ada/mi_interface.exp
8366 * gdb.ada/mi_var_array.exp
8367 * gdb.ada/watch_arg.exp
8368 * gdb.arch/alpha-step.exp
8369 * gdb.arch/altivec-regs.exp
8370 * gdb.arch/e500-regs.exp
8371 * gdb.arch/powerpc-d128-regs.exp
8372 * gdb.base/arrayidx.exp
8373 * gdb.base/break.exp
8374 * gdb.base/checkpoint.exp
8375 * gdb.base/debug-expr.exp
8376 * gdb.base/dmsym.exp
8377 * gdb.base/radix.exp
8378 * gdb.base/sepdebug.exp
8379 * gdb.base/testenv.exp
8380 * gdb.base/watch_thread_num.exp
8381 * gdb.base/watchpoint-cond-gone.exp
8382 * gdb.cell/break.exp
8383 * gdb.cell/ea-cache.exp
8384 * gdb.compile/compile.exp
8385 * gdb.cp/gdb2495.exp
8386 * gdb.gdb/selftest.exp
8387 * gdb.gdb/xfullpath.exp
8388 * gdb.go/hello.exp
8389 * gdb.go/integers.exp
8390 * gdb.objc/basicclass.exp
8391 * gdb.pascal/hello.exp
8392 * gdb.pascal/integers.exp
8393 * gdb.python/py-breakpoint.exp
8394 * gdb.python/py-cmd.exp
8395 * gdb.python/py-linetable.exp
8396 * gdb.python/py-xmethods.exp
8397 * gdb.python/python.exp
8398 * gdb.reverse/consecutive-precsave.exp
8399 * gdb.reverse/finish-precsave.exp
8400 * gdb.reverse/i386-precsave.exp
8401 * gdb.reverse/machinestate-precsave.exp
8402 * gdb.reverse/sigall-precsave.exp
8403 * gdb.reverse/solib-precsave.exp
8404 * gdb.reverse/step-precsave.exp
8405 * gdb.reverse/until-precsave.exp
8406 * gdb.reverse/watch-precsave.exp
8407 * gdb.threads/leader-exit.exp
8408 * gdb.threads/pthreads.exp
8409 * gdb.threads/wp-replication.exp
8410 * gdb.trace/actions.exp
8411 * gdb.trace/mi-tsv-changed.exp
8412 * gdb.trace/tsv.exp
8413
de97fdd4
LM
84142016-12-01 Luis Machado <lgustavo@codesourcery.com>
8415
8416 Fix test names starting with uppercase throughout the files.
8417
8418 * gdb.arch/i386-bp_permanent.exp
8419 * gdb.arch/i386-gnu-cfi.exp
8420 * gdb.base/disasm-end-cu.exp
8421 * gdb.base/macscp.exp
8422 * gdb.base/pending.exp
8423 * gdb.base/watch_thread_num.exp
8424 * gdb.cp/exception.exp
8425 * gdb.cp/gdb2495.exp
8426 * gdb.cp/local.exp
8427 * gdb.python/py-evsignal.exp
8428 * gdb.python/python.exp
8429 * gdb.trace/tracecmd.exp
8430
9f058c10
LM
84312016-12-01 Luis Machado <lgustavo@codesourcery.com>
8432
8433 Fix test names starting with uppercase throughout the files.
8434
8435 * gdb.base/charset.exp
8436 * gdb.base/eval.exp
8437 * gdb.base/multi-forks.exp
8438 * gdb.guile/scm-progspace.exp
8439 * gdb.opencl/datatypes.exp
8440 * gdb.python/py-block.exp
8441 * gdb.python/py-function.exp
8442 * gdb.python/py-symbol.exp
8443 * gdb.python/py-symtab.exp
8444 * gdb.python/py-xmethods.exp
8445 * gdb.reverse/break-precsave.exp
8446 * gdb.reverse/break-reverse.exp
8447 * gdb.reverse/consecutive-precsave.exp
8448 * gdb.reverse/consecutive-reverse.exp
8449 * gdb.reverse/finish-precsave.exp
8450 * gdb.reverse/finish-reverse-bkpt.exp
8451 * gdb.reverse/finish-reverse.exp
8452 * gdb.reverse/fstatat-reverse.exp
8453 * gdb.reverse/getresuid-reverse.exp
8454 * gdb.reverse/i386-precsave.exp
8455 * gdb.reverse/i386-reverse.exp
8456 * gdb.reverse/i386-sse-reverse.exp
8457 * gdb.reverse/i387-stack-reverse.exp
8458 * gdb.reverse/insn-reverse.exp
8459 * gdb.reverse/machinestate-precsave.exp
8460 * gdb.reverse/machinestate.exp
8461 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8462 * gdb.reverse/pipe-reverse.exp
8463 * gdb.reverse/readv-reverse.exp
8464 * gdb.reverse/recvmsg-reverse.exp
8465 * gdb.reverse/rerun-prec.exp
8466 * gdb.reverse/s390-mvcle.exp
8467 * gdb.reverse/sigall-precsave.exp
8468 * gdb.reverse/sigall-reverse.exp
8469 * gdb.reverse/solib-precsave.exp
8470 * gdb.reverse/solib-reverse.exp
8471 * gdb.reverse/step-precsave.exp
8472 * gdb.reverse/step-reverse.exp
8473 * gdb.reverse/time-reverse.exp
8474 * gdb.reverse/until-precsave.exp
8475 * gdb.reverse/until-reverse.exp
8476 * gdb.reverse/waitpid-reverse.exp
8477 * gdb.reverse/watch-precsave.exp
8478 * gdb.reverse/watch-reverse.exp
8479
cdc7edd7
LM
84802016-12-01 Luis Machado <lgustavo@codesourcery.com>
8481
8482 Fix test names starting with uppercase throughout the files.
8483
8484 * gdb.arch/i386-mpx-simple_segv.exp
8485 * gdb.arch/i386-mpx.exp
8486 * gdb.arch/i386-permbkpt.exp
8487 * gdb.arch/pa-nullify.exp
8488 * gdb.arch/powerpc-d128-regs.exp
8489 * gdb.arch/vsx-regs.exp
8490 * gdb.base/bfp-test.exp
8491 * gdb.base/break.exp
8492 * gdb.base/breakpoint-shadow.exp
8493 * gdb.base/callfuncs.exp
8494 * gdb.base/charset.exp
8495 * gdb.base/commands.exp
8496 * gdb.base/completion.exp
8497 * gdb.base/dfp-test.exp
8498 * gdb.base/echo.exp
8499 * gdb.base/ending-run.exp
8500 * gdb.base/eval.exp
8501 * gdb.base/expand-psymtabs.exp
8502 * gdb.base/float128.exp
8503 * gdb.base/floatn.exp
8504 * gdb.base/foll-exec-mode.exp
8505 * gdb.base/gdb1056.exp
8506 * gdb.base/gdb11531.exp
8507 * gdb.base/kill-after-signal.exp
8508 * gdb.base/multi-forks.exp
8509 * gdb.base/overlays.exp
8510 * gdb.base/pending.exp
8511 * gdb.base/sepdebug.exp
8512 * gdb.base/testenv.exp
8513 * gdb.base/valgrind-db-attach.exp
8514 * gdb.base/watch_thread_num.exp
8515 * gdb.base/watchpoint-cond-gone.exp
8516 * gdb.base/watchpoint.exp
8517 * gdb.base/watchpoints.exp
8518 * gdb.cp/arg-reference.exp
8519 * gdb.cp/baseenum.exp
8520 * gdb.cp/operator.exp
8521 * gdb.cp/shadow.exp
8522 * gdb.dwarf2/dw2-op-out-param.exp
8523 * gdb.dwarf2/dw2-reg-undefined.exp
8524 * gdb.go/chan.exp
8525 * gdb.go/hello.exp
8526 * gdb.go/integers.exp
8527 * gdb.go/methods.exp
8528 * gdb.go/package.exp
8529 * gdb.guile/scm-parameter.exp
8530 * gdb.guile/scm-progspace.exp
8531 * gdb.guile/scm-value.exp
8532 * gdb.mi/mi-pending.exp
8533 * gdb.mi/user-selected-context-sync.exp
8534 * gdb.multi/multi-attach.exp
8535 * gdb.multi/tids.exp
8536 * gdb.opt/clobbered-registers-O2.exp
8537 * gdb.pascal/floats.exp
8538 * gdb.pascal/integers.exp
8539 * gdb.python/py-block.exp
8540 * gdb.python/py-events.exp
8541 * gdb.python/py-parameter.exp
8542 * gdb.python/py-symbol.exp
8543 * gdb.python/py-symtab.exp
8544 * gdb.python/py-type.exp
8545 * gdb.python/py-value.exp
8546 * gdb.python/py-xmethods.exp
8547 * gdb.python/python.exp
8548 * gdb.reverse/break-precsave.exp
8549 * gdb.reverse/consecutive-precsave.exp
8550 * gdb.reverse/finish-precsave.exp
8551 * gdb.reverse/i386-precsave.exp
8552 * gdb.reverse/machinestate-precsave.exp
8553 * gdb.reverse/sigall-precsave.exp
8554 * gdb.reverse/solib-precsave.exp
8555 * gdb.reverse/step-precsave.exp
8556 * gdb.reverse/until-precsave.exp
8557 * gdb.reverse/watch-precsave.exp
8558 * gdb.server/ext-attach.exp
8559 * gdb.server/ext-restart.exp
8560 * gdb.server/ext-run.exp
8561 * gdb.server/ext-wrapper.exp
8562 * gdb.stabs/gdb11479.exp
8563 * gdb.stabs/weird.exp
8564 * gdb.threads/attach-many-short-lived-threads.exp
8565 * gdb.threads/kill.exp
8566 * gdb.threads/watchpoint-fork.exp
8567
bc6c7af4
LM
85682016-12-01 Luis Machado <lgustavo@codesourcery.com>
8569
8570 Fix test names starting with uppercase throughout all the files below.
8571
8572 * gdb.ada/array_return.exp
8573 * gdb.ada/catch_ex.exp
8574 * gdb.ada/info_exc.exp
8575 * gdb.ada/mi_catch_ex.exp
8576 * gdb.ada/mi_dyn_arr.exp
8577 * gdb.ada/mi_ex_cond.exp
8578 * gdb.ada/mi_exc_info.exp
8579 * gdb.ada/mi_interface.exp
8580 * gdb.ada/mi_task_arg.exp
8581 * gdb.ada/mi_task_info.exp
8582 * gdb.ada/mi_var_array.exp
8583 * gdb.arch/alpha-step.exp
8584 * gdb.arch/amd64-disp-step.exp
8585 * gdb.arch/arm-disp-step.exp
8586 * gdb.arch/disp-step-insn-reloc.exp
8587 * gdb.arch/e500-prologue.exp
8588 * gdb.arch/ftrace-insn-reloc.exp
8589 * gdb.arch/gdb1558.exp
8590 * gdb.arch/i386-bp_permanent.exp
8591 * gdb.arch/i386-disp-step.exp
8592 * gdb.arch/i386-float.exp
8593 * gdb.arch/i386-gnu-cfi.exp
8594 * gdb.arch/ia64-breakpoint-shadow.exp
8595 * gdb.arch/mips16-thunks.exp
8596 * gdb.arch/pa-nullify.exp
8597 * gdb.arch/powerpc-aix-prologue.exp
8598 * gdb.arch/powerpc-power.exp
8599 * gdb.arch/ppc-dfp.exp
8600 * gdb.arch/s390-tdbregs.exp
8601 * gdb.arch/spu-info.exp
8602 * gdb.arch/spu-ls.exp
8603 * gdb.arch/thumb-bx-pc.exp
8604 * gdb.base/advance.exp
8605 * gdb.base/annota-input-while-running.exp
8606 * gdb.base/arrayidx.exp
8607 * gdb.base/asmlabel.exp
8608 * gdb.base/async.exp
8609 * gdb.base/attach-wait-input.exp
8610 * gdb.base/auto-connect-native-target.exp
8611 * gdb.base/batch-preserve-term-settings.exp
8612 * gdb.base/bfp-test.exp
8613 * gdb.base/bigcore.exp
8614 * gdb.base/bp-permanent.exp
8615 * gdb.base/break-always.exp
8616 * gdb.base/break-fun-addr.exp
8617 * gdb.base/break-idempotent.exp
8618 * gdb.base/break-main-file-remove-fail.exp
8619 * gdb.base/break-probes.exp
8620 * gdb.base/break-unload-file.exp
8621 * gdb.base/break.exp
8622 * gdb.base/call-ar-st.exp
8623 * gdb.base/call-rt-st.exp
8624 * gdb.base/call-sc.exp
8625 * gdb.base/call-signal-resume.exp
8626 * gdb.base/call-strs.exp
8627 * gdb.base/callexit.exp
8628 * gdb.base/callfuncs.exp
8629 * gdb.base/catch-gdb-caused-signals.exp
8630 * gdb.base/catch-signal-siginfo-cond.exp
8631 * gdb.base/catch-syscall.exp
8632 * gdb.base/compare-sections.exp
8633 * gdb.base/cond-eval-mode.exp
8634 * gdb.base/condbreak-call-false.exp
8635 * gdb.base/consecutive-step-over.exp
8636 * gdb.base/cursal.exp
8637 * gdb.base/disabled-location.exp
8638 * gdb.base/disasm-end-cu.exp
8639 * gdb.base/display.exp
8640 * gdb.base/double-prompt-target-event-error.exp
8641 * gdb.base/dprintf-bp-same-addr.exp
8642 * gdb.base/dprintf-detach.exp
8643 * gdb.base/dprintf-next.exp
8644 * gdb.base/dprintf-non-stop.exp
8645 * gdb.base/dprintf-pending.exp
8646 * gdb.base/dso2dso.exp
8647 * gdb.base/ending-run.exp
8648 * gdb.base/enum_cond.exp
8649 * gdb.base/examine-backward.exp
8650 * gdb.base/exe-lock.exp
8651 * gdb.base/exec-invalid-sysroot.exp
8652 * gdb.base/execl-update-breakpoints.exp
8653 * gdb.base/execution-termios.exp
8654 * gdb.base/fileio.exp
8655 * gdb.base/fixsection.exp
8656 * gdb.base/foll-exec-mode.exp
8657 * gdb.base/foll-exec.exp
8658 * gdb.base/fork-running-state.exp
8659 * gdb.base/frame-args.exp
8660 * gdb.base/fullpath-expand.exp
8661 * gdb.base/func-ptr.exp
8662 * gdb.base/gcore-relro-pie.exp
8663 * gdb.base/gdb1090.exp
8664 * gdb.base/gdb1555.exp
8665 * gdb.base/global-var-nested-by-dso.exp
8666 * gdb.base/gnu-ifunc.exp
8667 * gdb.base/hbreak-in-shr-unsupported.exp
8668 * gdb.base/hbreak-unmapped.exp
8669 * gdb.base/hook-stop.exp
8670 * gdb.base/infcall-input.exp
8671 * gdb.base/info-fun.exp
8672 * gdb.base/info-shared.exp
8673 * gdb.base/interrupt-noterm.exp
8674 * gdb.base/jit-so.exp
8675 * gdb.base/jit.exp
8676 * gdb.base/line-symtabs.exp
8677 * gdb.base/list.exp
8678 * gdb.base/longjmp.exp
8679 * gdb.base/macscp.exp
8680 * gdb.base/max-value-size.exp
8681 * gdb.base/nodebug.exp
8682 * gdb.base/nofield.exp
8683 * gdb.base/overlays.exp
8684 * gdb.base/paginate-after-ctrl-c-running.exp
8685 * gdb.base/paginate-bg-execution.exp
8686 * gdb.base/paginate-inferior-exit.exp
8687 * gdb.base/pending.exp
8688 * gdb.base/pr11022.exp
8689 * gdb.base/printcmds.exp
8690 * gdb.base/ptr-typedef.exp
8691 * gdb.base/ptype.exp
8692 * gdb.base/randomize.exp
8693 * gdb.base/range-stepping.exp
8694 * gdb.base/realname-expand.exp
8695 * gdb.base/relativedebug.exp
8696 * gdb.base/remote.exp
8697 * gdb.base/savedregs.exp
8698 * gdb.base/sepdebug.exp
8699 * gdb.base/set-noassign.exp
8700 * gdb.base/shlib-call.exp
8701 * gdb.base/shreloc.exp
8702 * gdb.base/sigaltstack.exp
8703 * gdb.base/sigbpt.exp
8704 * gdb.base/siginfo-addr.exp
8705 * gdb.base/siginfo-obj.exp
8706 * gdb.base/siginfo-thread.exp
8707 * gdb.base/signest.exp
8708 * gdb.base/signull.exp
8709 * gdb.base/sigrepeat.exp
8710 * gdb.base/skip.exp
8711 * gdb.base/so-impl-ld.exp
8712 * gdb.base/solib-corrupted.exp
8713 * gdb.base/solib-disc.exp
8714 * gdb.base/solib-display.exp
8715 * gdb.base/solib-overlap.exp
8716 * gdb.base/solib-search.exp
8717 * gdb.base/solib-symbol.exp
8718 * gdb.base/source-execution.exp
8719 * gdb.base/sss-bp-on-user-bp-2.exp
8720 * gdb.base/sss-bp-on-user-bp.exp
8721 * gdb.base/stack-checking.exp
8722 * gdb.base/stale-infcall.exp
8723 * gdb.base/step-break.exp
8724 * gdb.base/step-line.exp
8725 * gdb.base/step-over-exit.exp
8726 * gdb.base/step-test.exp
8727 * gdb.base/structs.exp
8728 * gdb.base/sym-file.exp
8729 * gdb.base/symtab-search-order.exp
8730 * gdb.base/term.exp
8731 * gdb.base/type-opaque.exp
8732 * gdb.base/unload.exp
8733 * gdb.base/until-nodebug.exp
8734 * gdb.base/until.exp
8735 * gdb.base/unwindonsignal.exp
8736 * gdb.base/watch-cond.exp
8737 * gdb.base/watch-non-mem.exp
8738 * gdb.base/watch_thread_num.exp
8739 * gdb.base/watchpoint-reuse-slot.exp
8740 * gdb.base/watchpoint-solib.exp
8741 * gdb.base/watchpoint.exp
8742 * gdb.btrace/dlopen.exp
8743 * gdb.cell/arch.exp
8744 * gdb.cell/break.exp
8745 * gdb.cell/bt.exp
8746 * gdb.cell/core.exp
8747 * gdb.cell/data.exp
8748 * gdb.cell/dwarfaddr.exp
8749 * gdb.cell/ea-cache.exp
8750 * gdb.cell/ea-standalone.exp
8751 * gdb.cell/ea-test.exp
8752 * gdb.cell/f-regs.exp
8753 * gdb.cell/fork.exp
8754 * gdb.cell/gcore.exp
8755 * gdb.cell/mem-access.exp
8756 * gdb.cell/ptype.exp
8757 * gdb.cell/registers.exp
8758 * gdb.cell/sizeof.exp
8759 * gdb.cell/solib-symbol.exp
8760 * gdb.cell/solib.exp
8761 * gdb.compile/compile-tls.exp
8762 * gdb.cp/exception.exp
8763 * gdb.cp/gdb2495.exp
8764 * gdb.cp/local.exp
8765 * gdb.cp/mb-inline.exp
8766 * gdb.cp/mb-templates.exp
8767 * gdb.cp/pr10687.exp
8768 * gdb.cp/pr9167.exp
8769 * gdb.cp/scope-err.exp
8770 * gdb.cp/templates.exp
8771 * gdb.cp/virtfunc.exp
8772 * gdb.dwarf2/dw2-dir-file-name.exp
8773 * gdb.dwarf2/dw2-single-line-discriminators.exp
8774 * gdb.fortran/complex.exp
8775 * gdb.fortran/library-module.exp
8776 * gdb.guile/guile.exp
8777 * gdb.guile/scm-cmd.exp
8778 * gdb.guile/scm-frame-inline.exp
8779 * gdb.guile/scm-objfile.exp
8780 * gdb.guile/scm-pretty-print.exp
8781 * gdb.guile/scm-symbol.exp
8782 * gdb.guile/scm-type.exp
8783 * gdb.guile/scm-value.exp
8784 * gdb.linespec/keywords.exp
8785 * gdb.linespec/ls-errs.exp
8786 * gdb.linespec/macro-relative.exp
8787 * gdb.linespec/thread.exp
8788 * gdb.mi/mi-breakpoint-changed.exp
8789 * gdb.mi/mi-dprintf-pending.exp
8790 * gdb.mi/mi-fullname-deleted.exp
8791 * gdb.mi/mi-logging.exp
8792 * gdb.mi/mi-pending.exp
8793 * gdb.mi/mi-solib.exp
8794 * gdb.mi/new-ui-mi-sync.exp
8795 * gdb.mi/user-selected-context-sync.exp
8796 * gdb.multi/dummy-frame-restore.exp
8797 * gdb.multi/multi-arch-exec.exp
8798 * gdb.multi/remove-inferiors.exp
8799 * gdb.multi/watchpoint-multi-exit.exp
8800 * gdb.opt/solib-intra-step.exp
8801 * gdb.perf/backtrace.exp
8802 * gdb.perf/single-step.exp
8803 * gdb.perf/skip-command.exp
8804 * gdb.perf/skip-prologue.exp
8805 * gdb.perf/solib.exp
8806 * gdb.python/lib-types.exp
8807 * gdb.python/py-as-string.exp
8808 * gdb.python/py-bad-printers.exp
8809 * gdb.python/py-block.exp
8810 * gdb.python/py-breakpoint.exp
8811 * gdb.python/py-cmd.exp
8812 * gdb.python/py-events.exp
8813 * gdb.python/py-evthreads.exp
8814 * gdb.python/py-finish-breakpoint.exp
8815 * gdb.python/py-finish-breakpoint2.exp
8816 * gdb.python/py-frame-inline.exp
8817 * gdb.python/py-frame.exp
8818 * gdb.python/py-inferior.exp
8819 * gdb.python/py-infthread.exp
8820 * gdb.python/py-mi.exp
8821 * gdb.python/py-objfile.exp
8822 * gdb.python/py-pp-maint.exp
8823 * gdb.python/py-pp-registration.exp
8824 * gdb.python/py-prettyprint.exp
8825 * gdb.python/py-recurse-unwind.exp
8826 * gdb.python/py-shared.exp
8827 * gdb.python/py-symbol.exp
8828 * gdb.python/py-symtab.exp
8829 * gdb.python/py-template.exp
8830 * gdb.python/py-type.exp
8831 * gdb.python/py-unwind-maint.exp
8832 * gdb.python/py-unwind.exp
8833 * gdb.python/py-value.exp
8834 * gdb.python/python.exp
8835 * gdb.reverse/finish-reverse-bkpt.exp
8836 * gdb.reverse/insn-reverse.exp
8837 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8838 * gdb.reverse/solib-precsave.exp
8839 * gdb.reverse/solib-reverse.exp
8840 * gdb.stabs/gdb11479.exp
8841 * gdb.stabs/weird.exp
8842 * gdb.threads/fork-child-threads.exp
8843 * gdb.threads/fork-plus-threads.exp
8844 * gdb.threads/fork-thread-pending.exp
8845 * gdb.threads/forking-threads-plus-breakpoint.exp
8846 * gdb.threads/hand-call-in-threads.exp
8847 * gdb.threads/interrupted-hand-call.exp
8848 * gdb.threads/linux-dp.exp
8849 * gdb.threads/local-watch-wrong-thread.exp
8850 * gdb.threads/next-while-other-thread-longjmps.exp
8851 * gdb.threads/non-ldr-exit.exp
8852 * gdb.threads/pending-step.exp
8853 * gdb.threads/print-threads.exp
8854 * gdb.threads/process-dies-while-detaching.exp
8855 * gdb.threads/process-dies-while-handling-bp.exp
8856 * gdb.threads/pthreads.exp
8857 * gdb.threads/queue-signal.exp
8858 * gdb.threads/reconnect-signal.exp
8859 * gdb.threads/signal-command-handle-nopass.exp
8860 * gdb.threads/signal-command-multiple-signals-pending.exp
8861 * gdb.threads/signal-delivered-right-thread.exp
8862 * gdb.threads/signal-sigtrap.exp
8863 * gdb.threads/sigthread.exp
8864 * gdb.threads/staticthreads.exp
8865 * gdb.threads/stepi-random-signal.exp
8866 * gdb.threads/thread-unwindonsignal.exp
8867 * gdb.threads/thread_check.exp
8868 * gdb.threads/thread_events.exp
8869 * gdb.threads/tid-reuse.exp
8870 * gdb.threads/tls-nodebug.exp
8871 * gdb.threads/tls-shared.exp
8872 * gdb.threads/tls-so_extern.exp
8873 * gdb.threads/tls.exp
8874 * gdb.threads/wp-replication.exp
8875 * gdb.trace/actions-changed.exp
8876 * gdb.trace/actions.exp
8877 * gdb.trace/backtrace.exp
8878 * gdb.trace/change-loc.exp
8879 * gdb.trace/collection.exp
8880 * gdb.trace/deltrace.exp
8881 * gdb.trace/disconnected-tracing.exp
8882 * gdb.trace/entry-values.exp
8883 * gdb.trace/ftrace-lock.exp
8884 * gdb.trace/ftrace.exp
8885 * gdb.trace/infotrace.exp
8886 * gdb.trace/mi-trace-frame-collected.exp
8887 * gdb.trace/mi-trace-unavailable.exp
8888 * gdb.trace/mi-traceframe-changed.exp
8889 * gdb.trace/mi-tracepoint-changed.exp
8890 * gdb.trace/mi-tsv-changed.exp
8891 * gdb.trace/no-attach-trace.exp
8892 * gdb.trace/packetlen.exp
8893 * gdb.trace/passc-dyn.exp
8894 * gdb.trace/passcount.exp
8895 * gdb.trace/pending.exp
8896 * gdb.trace/pr16508.exp
8897 * gdb.trace/qtro.exp
8898 * gdb.trace/range-stepping.exp
8899 * gdb.trace/read-memory.exp
8900 * gdb.trace/report.exp
8901 * gdb.trace/save-trace.exp
8902 * gdb.trace/signal.exp
8903 * gdb.trace/stap-trace.exp
8904 * gdb.trace/status-stop.exp
8905 * gdb.trace/strace.exp
8906 * gdb.trace/tfile.exp
8907 * gdb.trace/tfind.exp
8908 * gdb.trace/trace-break.exp
8909 * gdb.trace/trace-condition.exp
8910 * gdb.trace/trace-enable-disable.exp
8911 * gdb.trace/trace-mt.exp
8912 * gdb.trace/tracecmd.exp
8913 * gdb.trace/tracefile-pseudo-reg.exp
8914 * gdb.trace/tspeed.exp
8915 * gdb.trace/tstatus.exp
8916 * gdb.trace/tsv.exp
8917 * gdb.trace/unavailable.exp
8918 * gdb.trace/while-dyn.exp
8919 * gdb.trace/while-stepping.exp
8920 * lib/gdb-guile.exp
8921 * lib/gdb.exp
8922 * lib/mi-support.exp
8923 * lib/pascal.exp
8924 * lib/perftest.exp
8925 * lib/prelink-support.exp
8926 * lib/selftest-support.exp
8927
ad02e4fe
SM
89282016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
8929
8930 * Makefile.in: Include disable-implicit-rules.mk.
8931
22347e55
AA
89322016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8933
8934 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
8935 non-byte-aligned bit fields.
8936
da5b30da
AA
89372016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8938
8939 PR gdb/12616
8940 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
8941 respects the DW_AT_data_bit_offset attribute.
8942
b593ecca
SM
89432016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
8944
8945 * gdb.base/default.exp: Fix output of "set language".
8946
3b165252
SM
89472016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
8948
8949 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
8950 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
8951 make.
8952 * configure.ac: Remove checks for the make program.
8953 * configure: Re-generate.
8954
1a2f3d7f
KB
89552016-11-16 Kevin Buettner <kevinb@redhat.com>
8956
8957 * gdb.python/py-recurse-unwind.c (main): Add loop.
8958 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
8959 to read_register() and gdb.parse_and_eval(). Make each code
8960 call a separate case that can be individually tested.
8961 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
8962 proc. Call cont_and_backtrace for each of the code paths that
8963 we want to test in the unwinder.
8964
b7f38fda
AA
89652016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
8966
8967 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
8968 the definition of struct S.
8969
1f8db343
CM
89702016-11-11 Catherine Moore <clm@codesourcery.com>
8971
8972 * gdb.base/dump.exp: Identify verilog format dump tests as such.
8973
fad0c9fb
PA
89742016-11-09 Pedro Alves <palves@redhat.com>
8975
8976 * gdb.base/commands.exp (runto_or_return): New procedure.
8977 (gdbvar_simple_if_test, gdbvar_simple_while_test)
8978 (gdbvar_complex_if_while_test, progvar_simple_if_test)
8979 (progvar_simple_while_test, progvar_complex_if_while_test)
8980 (if_while_breakpoint_command_test)
8981 (infrun_breakpoint_command_test, breakpoint_command_test)
8982 (user_defined_command_test, watchpoint_command_test)
8983 (test_command_prompt_position, redefine_hook_test)
8984 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
8985 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
8986 multi_line_input and multi_line. Remove gdb_expect and
8987 gdb_stop_suppressing_tests uses.
8988 * lib/gdb.exp (valnum_re): New global.
8989 (multi_line_input): New procedure.
8990
8354c62c
SM
89912016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
8992
8993 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
8994 Remove.
8995 (test_setup): Define with proc_with_prefix.
8996 (test_cli_inferior): Likewise.
8997 (test_cli_thread): Likewise.
8998 (test_cli_frame): Likewise.
8999 (test_cli_select_frame): Likewise.
9000 (test_cli_up_down): Likewise.
9001 (test_mi_thread_select): Likewise.
9002 (test_mi_stack_select_frame): Likewise.
9003 (test_cli_in_mi_inferior): Likewise.
9004 (test_cli_in_mi_thread): Likewise.
9005 (test_cli_in_mi_frame): Likewise.
9006 (top level): Do not use with_test_prefix_procname.
9007
64f367a2
PA
90082016-11-09 Pedro Alves <palves@redhat.com>
9009
9010 * gdb.base/commands.exp (gdbvar_simple_if_test)
9011 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
9012 (progvar_simple_if_test, progvar_simple_while_test)
9013 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
9014 (infrun_breakpoint_command_test, breakpoint_command_test)
9015 (user_defined_command_test, watchpoint_command_test)
9016 (test_command_prompt_position, deprecated_command_test)
9017 (bp_deleted_in_command, temporary_breakpoint_commands)
9018 (stray_arg0_test, source_file_with_indented_comment)
9019 (recursive_source_test, if_commands_test)
9020 (error_clears_commands_left, redefine_hook_test)
9021 (redefine_backtrace_test): Use proc_with_prefix.
9022 * lib/gdb.exp (proc_with_prefix): New proc.
9023
0bb65f1e
AA
90242016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9025
9026 * gdb.base/tui-layout.c: New file.
9027 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
9028 disassembly window contains very long lines.
9029
7353f247
TT
90302016-11-08 Tom Tromey <tom@tromey.com>
9031
9032 * gdb.python/py-value.exp (test_value_creation): Make "long" test
9033 depend on Python 2.
9034
30a7bb83
TT
90352016-11-08 Tom Tromey <tom@tromey.com>
9036
9037 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
9038 New method.
9039
cdf5a07c
MG
90402016-10-29 Manish Goregaokar <manish@mozilla.com>
9041
2806dc7e 9042 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 9043
51a789c3
MG
90442016-10-27 Manish Goregaokar <manish@mozilla.com>
9045
2806dc7e
PA
9046 * gdb.rust/simple.rs: Add test for univariant enums without
9047 discriminants and for encoded struct-like enums.
51a789c3 9048
f610ab6d
PA
90492016-10-28 Pedro Alves <palves@redhat.com>
9050
9051 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
9052 gdb_test_multiple, tighten regexps and match symtabs and line
9053 tables incrementally.
9054
b129b0ca
LM
90552016-10-28 Luis Machado <lgustavo@codesourcery.com>
9056
9057 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
9058 general.
9059
ecf45d2c
SL
90602016-10-25 Luis Machado <lgustavo@codesourcery.com>
9061
9062 * gdb.base/exec-invalid-sysroot.exp: New file.
9063
b8d38ee4
JK
90642016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9065
9066 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
9067
f90fd8c2
JK
90682016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9069
9070 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
9071
2d2476aa
MR
90722016-10-19 Maciej W. Rozycki <macro@imgtec.com>
9073
2806dc7e
PA
9074 * gdb.base/killed-outside.exp: Remove $options from a call to
9075 `prepare_for_testing'.
2d2476aa 9076
e42b25a0
SM
90772016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9078
9079 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9080 Change test message.
9081
3ccdb432
SM
90822016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9083
9084 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9085 Update comment.
9086
5bad3170
SM
90872016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9088
9089 * gdb.trace/mi-trace-save.exp: New file.
9090
5ad9dba7
YQ
90912016-10-13 Yao Qi <yao.qi@linaro.org>
9092
9093 * gdb.base/code_elim.exp (get_var_address): Remove.
9094 * gdb.base/relocate.exp: Likewise.
9095 * gdb.base/shreloc.exp: Likewise.
9096 * lib/gdb.exp (get_var_address): New.
9097
62df7e21
YQ
90982016-10-13 Yao Qi <yao.qi@linaro.org>
9099
9100 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
9101 floating point tests if $skip_float_test is false.
9102
4dac951e
LM
91032016-10-12 Luis Machado <lgustavo@codesourcery.com>
9104
9105 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
9106 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
9107 argc values.
9108 Add 1 to argc so we guarantee distinct initial/modified argc values.
9109
8f1a8fc4
JK
91102016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9111
9112 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
9113
16c85b5d
JK
91142016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9115
9116 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
9117 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
9118 * gdb.arch/vsx-regs.exp: Likewise.
9119
1d0e042a
YQ
91202016-10-07 Yao Qi <yao.qi@linaro.org>
9121
9122 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
9123
68dadef5
MM
91242016-10-07 Markus Metzger <markus.t.metzger@intel.com>
9125
9126 * gdb.python/python.exp: Test decode_line("*0").
9127
33fa2c6e
DE
91282016-10-06 Doug Evans <dje@google.com>
9129
9130 * gdb.python/py-value.exp (test_value_creation): Add test for large
9131 unsigned 64-bit value.
9132
9c37b5ae
TT
91332016-10-06 Tom Tromey <tom@tromey.com>
9134
9135 * gdb.compile/compile.exp: Change java tests to rust.
9136 * gdb.base/setshow.exp: Change java tests to rust.
9137 * gdb.base/default.exp: Remove java from language list.
9138 * README (Examples): Update language example.
9139 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
9140 test.
9141 * lib/gdb.exp (skip_java_tests): Remove.
9142 * lib/java.exp: Remove.
9143 * gdb.java: Remove.
9144
78b86327
MR
91452016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9146
9147 * gdb.arch/mips-fcr.exp: New test.
9148 * gdb.arch/mips-fcr.c: Source for the new test.
9149
7470adbb
MR
91502016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9151
9152 * gdb.base/solib-disc.exp: Use `standard_output_file'
9153 throughout.
9154
4a556533
PA
91552016-10-06 Pedro Alves <palves@redhat.com>
9156
9157 * gdb.base/jit-simple-dl.c: New file.
9158 * gdb.base/jit-simple-jit.c: New file, factored out from ...
9159 * gdb.base/jit-simple.c: ... this.
9160 * gdb.base/jit-simple.exp (jit_run): Delete.
9161 (build_jit): New proc.
9162 (jit_test_reread): Recompile either the main program or the shared
9163 library, depending on what is being tested. Skip changing address
9164 if caller wants to. Compare before/after addresses. If testing
9165 standalone, explicitly load the binary. Test "maint info
9166 breakpoints".
9167 (top level): Add "standalone vs shared lib" and "change address"
9168 vs "same address" axes.
9169
5a122fbc
PA
91702016-10-06 Pedro Alves <palves@redhat.com>
9171
9172 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
9173 call.
9174 (jit_run): Delete.
9175 (jit_test_reread): Use with_test_prefix. Reload the main binary
9176 explicitly. Compare the before/after addresses of the JIT
9177 descriptor.
9178
ee8da4b8
DE
91792016-08-15 Doug Evans <dje@google.com>
9180
9181 * gdb.xml/extra-regs.xml: Update, end field now required, default type
9182 for single bitfields is bool.
9183 * gdb.xml/tdesc-regs.exp: Ditto.
9184
f389f6fe
JK
91852016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9186
9187 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
9188
fdebf1a4
YQ
91892016-10-05 Yao Qi <yao.qi@linaro.org>
9190
9191 * lib/gdb.exp (support_complex_tests): Return zero if
9192 gdb_skip_float_test return true.
9193
9c36d954 91942016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 9195 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
9196
9197 PR gdb/20487
9198 * gdb.mi/user-selected-context-sync.exp: New file.
9199 * gdb.mi/user-selected-context-sync.c: New file.
9200
4034d0ff 92012016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 9202 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
9203
9204 PR gdb/20487
9205 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
9206 =thread-select-event check.
9207
a4297203
PB
92082016-09-29 Peter Bergner <bergner@vnet.ibm.com>
9209
9210 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
9211 the compulsory L operand changes.
9212 * gdb.arch/powerpc-power.s: Likewise.
9213
bb805577
JK
92142016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9215
9216 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
9217 * gdb.base/jit-attach-pie.c: New file.
9218 * gdb.base/jit-attach-pie.exp: New file.
9219
6d61dee5
PA
92202016-09-28 Pedro Alves <palves@redhat.com>
9221
9222 * gdb.base/infcall-input.c: New file.
9223 * gdb.base/infcall-input.exp: New file.
9224
f73842fc
YQ
92252016-09-22 Yao Qi <yao.qi@linaro.org>
9226
9227 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
9228 (gdb_exit): Rename it to ...
9229 (gdbserver_gdb_exit): ... Close GDBserver.
9230 (gdb_exit): New proc, call gdbserver_gdb_exit.
9231 (mi_gdb_exit): Likewise.
9232
90681dab
YQ
92332016-09-22 Yao Qi <yao.qi@linaro.org>
9234
9235 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
9236 path.
9237 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
9238 Remove duplication.
9239
9c211fd8
YQ
92402016-09-22 Yao Qi <yao.qi@linaro.org>
9241
9242 * lib/gdbserver-support.exp: Check the existence of
9243 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
9244
ad0a504f
AK
92452016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
9246
9247 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
9248
36cf1806
TT
92492016-09-21 Tom Tromey <tom@tromey.com>
9250
9251 PR gdb/20604:
9252 * gdb.base/quit.exp: New file.
9253
74172ecf
SM
92542016-09-21 Simon Marchi <simon.marchi@ericsson.com>
9255
9256 * .gitignore: New file.
9257
3d0ec882
MR
92582016-09-21 Maciej W. Rozycki <macro@imgtec.com>
9259
9260 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
9261 throughout.
9262
8193adea
AA
92632016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9264
9265 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
9266
d41a5c09
JK
92672016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9268
9269 * gdb.cp/casts.cc (decltype): Move it ...
9270 (main): ... with its call to ...
9271 * gdb.cp/casts03.cc: ... a new file.
9272 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
9273
d2dfe700
JK
92742016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9275
9276 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
9277
e2a92b16
PB
92782016-09-15 Peter Bergner <bergner@vnet.ibm.com>
9279
9280 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
9281 and sync up the test with tests in gas/testsuite/gas/ppc.
9282 * gdb.arch/powerpc-power.exp: Likewise.
9283
49b4de64
JK
92842016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9285
9286 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
9287
2c29df25
SDJ
92882016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
9289 Jan Kratochvil <jan.kratochvil@redhat.com>
9290
9291 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
9292 make m1's definition to be different from m2's. Use 'dummy' as an
9293 argument for probe 'two'.
9294
cc3c2846
JB
92952016-09-10 Jon Beniston <jon@beniston.com>
9296
9297 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
9298 for sim target.
9299
e1b2624a
AA
93002016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9301
9302 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
9303 variable declaration.
9304 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
9305 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
9306 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
9307 received HWCAP as its argument.
9308
4295e285
PA
93092016-09-06 Pedro Alves <palves@redhat.com>
9310
9311 * gdb.base/new-ui-pending-input.c: New file.
9312 * gdb.base/new-ui-pending-input.exp: New file.
9313 * gdb.exp (clear_gdb_spawn_id): New procedure.
9314 (with_spawn_id): Check whether gdb_spawn_id exists before
9315 referencing it. If gdb_spawn_id didn't exist on entry, clear it
9316 on exit.
9317
00d5215e
UW
93182016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9319
9320 * gdb.base/float128.c: New file.
9321 * gdb.base/float128.exp: Likewise.
9322 * gdb.base/floatn.c: Likewise.
9323 * gdb.base/floatn.exp: Likewise.
9324
a9ff5f12
UW
93252016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9326
9327 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
9328
f245535c
PA
93292016-09-05 Pedro Alves <palves@redhat.com>
9330
9331 PR backtrace/19927
9332 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
9333 unwinders are immediately called as side effect of "source" or
9334 "disable unwinder" commands.
9335 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
9336
ae9cf263
YQ
93372016-09-02 Yao Qi <yao.qi@linaro.org>
9338
9339 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
9340 is true and $type is "float" or "double".
9341
27aba047
YQ
93422016-09-02 Yao Qi <yao.qi@linaro.org>
9343
9344 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
9345 true.
9346 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
9347 * gdb.base/call-rt-st.exp: Likewise.
9348 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
9349 return value instead of gdb,skip_float_test.
9350 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
9351 (do_function_calls): Use its return value instead of
9352 gdb,skip_float_test.
9353 * gdb.base/finish.exp: Likewise.
9354 * gdb.base/funcargs.exp: Likewise.
9355 * gdb.base/return.exp: Likewise.
9356 * gdb.base/return2.exp: Likewise.
9357 * gdb.base/varargs.exp: Likewise.
9358 * lib/gdb.exp (gdb_skip_float_test): Change it to
9359 gdb_caching_proc. Detect the broken ptrace on arm-linux.
9360
5af962df
AA
93612016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9362
9363 * gdb.multi/tids.exp: Test "thread apply all".
9364
7fac6910
JK
93652016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9366
9367 * gdb.base/default.exp (tty): Remove.
9368
bb1fe4ac
KB
93692016-08-24 Kevin Buettner <kevinb@redhat.com>
9370
2806dc7e
PA
9371 * gdb.python/py-recurse-unwind.c: New file.
9372 * gdb.python/py-recurse-unwind.py: New file.
9373 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 9374
0a1ddfa6
SM
93752016-08-24 Simon Marchi <simon.marchi@ericsson.com>
9376
9377 * gdb.base/set-inferior-tty.exp: New file.
9378 * gdb.base/set-inferior-tty.c: New file.
9379
d9de1fe3
PA
93802016-08-23 Pedro Alves <palves@redhat.com>
9381
9382 PR gdb/20494
9383 * gdb.base/new-ui-echo.c: New file.
9384 * gdb.base/new-ui-echo.exp: New file.
9385
e9d9abd7
YQ
93862016-08-23 Yao Qi <yao.qi@linaro.org>
9387
9388 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
9389 gdbserver_spawn.
9390 * gdb.server/connect-without-multi-process.exp (do_test):
9391 Likewise.
9392
3589529e
YQ
93932016-08-23 Yao Qi <yao.qi@linaro.org>
9394
9395 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
9396 standalone_txt. Delete gdb_txt and standalone_txt on host
9397 and target. Spawn the binary on target. Copy files from
9398 target to host.
9399
6bb90213
PA
94002016-08-22 Pedro Alves <palves@redhat.com>
9401
9402 PR gdb/20505
9403 * gdb.base/vdso-warning.exp: Test core dumps too. Use
9404 with_test_prefix. Factor out bits to ...
9405 (test_no_vdso): ... this new procedure.
9406
20c2c024
CL
94072016-08-19 Carl Love <cel@us.ibm.com>
9408
9409 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
9410 maintaining separate logic for constructing the output path.
9411 * gdb.arch/powerpc-d128-regs.exp: Likewise.
9412 * gdb.arch/ppc-dfp.exp: Likewise.
9413 * gdb.arch/ppc-fp.exp: Likewise.
9414 * gdb.arch/vsx-regs.exp: Likewise.
9415 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
9416 binprefix for generating the additional binary files.
9417
0646e07d
PA
94182016-08-19 Pedro Alves <palves@redhat.com>
9419
9420 * gdb.trace/mi-trace-frame-collected.exp
9421 (test_trace_frame_collected): On x32, expect two registers.
9422
46da9242
CL
94232016-08-18 Carl Love <cel@us.ibm.com>
9424
9425 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
9426 and sync up the test with tests in gas/testsuite/gas/ppc.
9427 * gdb.arch/powerpc-power.exp: Likewise.
9428
eb2332d7
SM
94292016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9430
9431 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
9432 expected error message.
9433
63c61e04
SM
94342016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9435
9436 * gdb.multi/remove-inferiors.exp: New file.
9437 * gdb.multi/remove-inferiors.c: New file.
9438
7b17065f
YQ
94392016-08-12 Yao Qi <yao.qi@linaro.org>
9440
9441 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
9442 argument list.
9443
01d3dedf
PA
94442016-08-10 Pedro Alves <palves@redhat.com>
9445
9446 PR gdb/19187
9447 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
9448 setup_kfails.
9449
3eb7562a
PA
94502016-08-09 Pedro Alves <palves@redhat.com>
9451 Simon Marchi <simon.marchi@ericsson.com>
9452
9453 PR gdb/20418
9454 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
9455 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
9456
80614914
PA
94572016-08-09 Pedro Alves <palves@redhat.com>
9458
9459 PR mi/20431
9460 * gdb.mi/mi-cmd-error.exp: New file.
9461
f348d89a
PA
94622016-08-09 Pedro Alves <palves@redhat.com>
9463
9464 PR gdb/18653
9465 * gdb.base/signals-state-child.c: New file.
9466 * gdb.base/signals-state-child.exp: New file.
9467 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
9468
e5ca03b4
PA
94692016-08-09 Pedro Alves <palves@redhat.com>
9470
9471 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
9472
282a0691
TT
94732016-08-03 Tom Tromey <tom@tromey.com>
9474
9475 PR python/18565:
9476 * gdb.python/py-frame-inline.exp: Add Frame.function test.
9477
41bfcd63
YQ
94782016-08-01 Yao Qi <yao.qi@linaro.org>
9479
9480 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
9481 variable mode to "multi-process" if $multi_process is 1, otherwise
9482 set it to "single-process".
9483
e3465b24
YQ
94842016-08-01 Yao Qi <yao.qi@linaro.org>
9485
9486 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
9487 * gdb.cp/cpexprs.exp: Likewise.
9488 * gdb.cp/m-static.exp: Likewise.
9489
0b31a4bc
TT
94902016-07-26 Tom Tromey <tom@tromey.com>
9491
9492 PR python/20190:
9493 * gdb.threads/tls.exp (check_thread_local): Add python symbol
9494 test.
9495
e0461dbb
MM
94962016-07-26 Markus Metzger <markus.t.metzger@intel.com>
9497
9498 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
9499 selecting assembly source files.
9500 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
9501 assembly source files.
9502 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
9503 assembly source files.
9504 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
9505 selecting assembly source files.
9506
8194e927
SM
95072016-07-25 Simon Marchi <simon.marchi@ericsson.com>
9508
9509 * gdb.base/new-ui.exp (do_test_invalid_args): New
9510 procedure.
9511
c0272db5
TW
95122016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
9513
9514 * gdb.btrace/reconnect.c: New file.
9515 * gdb.btrace/reconnect.exp: New file.
9516
e3487908
GKB
95172016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
9518
9519 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
9520 to test_catch_syscall_group.
9521 (test_catch_syscall_group): New.
9522
12df5c00
TT
95232016-07-21 Tom Tromey <tom@tromey.com>
9524
9525 * gdb.rust/simple.rs (main): Use empty struct expression.
9526 * gdb.rust/simple.exp: Add tests for empty struct expression.
9527
bae62ee2
YQ
95282016-07-21 Yao Qi <yao.qi@linaro.org>
9529
9530 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
9531 if gdb_skip_xml_test is true on some targets.
9532
b1b53fb3
YQ
95332016-07-21 Yao Qi <yao.qi@linaro.org>
9534
9535 * gdb.server/solib-list.exp: Unset last_loaded_file.
9536
027d97f8
JK
95372016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9538
9539 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
9540 "step into captured_main (args)".
9541
7674d381
JK
95422016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9543
9544 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
9545
72b5d099
JK
95462016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9547
9548 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
9549
1f960ced
PA
95502016-07-19 Pedro Alves <palves@redhat.com>
9551
9552 * gdb.opt/inline-break.exp: Remove optimize=-O2.
9553 * gdb.opt/inline-bt.exp: Likewise.
9554 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
9555 additional_flags=-Winline.
9556 * gdb.opt/inline-locals.exp: Likewise.
9557 * gdb.opt/inline-markers.c (ATTR): Define.
9558 (inlined_fn): Use it.
9559
f25827c1
YQ
95602016-07-19 Yao Qi <yao.qi@linaro.org>
9561
9562 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
9563 (test_with_self): Remove some code. Remove argument executable.
9564 (top-level): Use do_self_tests.
9565
37539ebe
DB
95662016-07-15 Zachary Welch <zwelch@codesourcery.com>
9567 Don Breazeal <donb@codesourcery.com>
9568
9569 * gdb.base/maint.exp: Escape paths used in regular expressions.
9570 * gdb.stabs/weird.exp: Likewise.
9571
dac790e1
TT
95722016-07-13 Tom Tromey <tom@tromey.com>
9573
9574 PR python/15620, PR python/18620:
9575 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
9576 (test_bkpt_events): New procs.
9577
93daf339
TT
95782016-07-13 Tom Tromey <tom@tromey.com>
9579
9580 PR python/17698:
9581 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
9582 test.
9583 (test_watchpoints): Likewise.
9584 (test_bkpt_pending): New proc.
9585
6571a381
TT
95862016-07-13 Tom Tromey <tom@tromey.com>
9587
9588 PR cli/18053:
9589 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
9590 completion test.
9591
e8732474
JK
95922016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9593
9594 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
9595 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
9596 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
9597 f_label.
9598 (g): Rename g_end_lbl to g_label.
9599 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
9600 low_pc and high_pc.
9601 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
9602
e0f3fd7c
TT
96032016-07-12 Tom Tromey <tom@tromey.com>
9604
9605 PR python/19293:
9606 * gdb.python/py-unwind-maint.exp: Update tests.
9607
3cfe46b6
YQ
96082016-07-12 Yao Qi <yao.qi@linaro.org>
9609
9610 * lib/selftest-support.exp (selftest_setup): Match the output
9611 when captured_main is inlined.
9612
4f19a0e6
WT
96132016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9614
9615 * gdb.fortran/derived-types.exp (result_line, result_line_2):
9616 New variables.
9617 (print this%a, print this%b, print this): New tests.
9618 * gdb.fortran/derived-types.f90 (this): New object and
9619 initialization.
9620
986cf455
SM
96212016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9622
9623 * gdb.ada/arraydim.exp: Remove extra directory level in build
9624 directory.
9625
f0464b23
SM
96262016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9627
9628 * lib/ada.exp: Remove extra directory level in build directory.
9629 * gdb.ada/cond_lang.exp: Likewise.
9630 * gdb.ada/exec_changed.exp: Likewise.
9631 * gdb.ada/lang_switch.exp: Likewise.
9632
42d94011
MG
96332016-07-06 Manish Goregaokar <manish@mozilla.com>
9634
2806dc7e
PA
9635 * simple.rs: Add test for raw pointer subscripting.
9636 * simple.exp: Add test expectations.
42d94011 9637
647c264c
YQ
96382016-07-05 Yao Qi <yao.qi@linaro.org>
9639
9640 * gdb.mi/mi-reverse.exp: Match =record-started output.
9641
20aa2c60
PA
96422016-07-01 Pedro Alves <palves@redhat.com>
9643
9644 * gdb.base/jit-reader.exp (info_registers_current_frame): New
9645 procedure.
9646 (jit_reader_test): Test the jit reader's unwinder.
9647 * gdb.base/jithost.c (jit_function_00_code): New global.
9648 (main): Use memcpy to fill in the mmapped code, instead of poking
9649 bytes manually here.
9650 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
9651 value.
9652 (read_debug_info): Save the function's range.
9653 (read_sp): New function.
9654 (unwind_frame): Use it. Also unwind RBP.
9655 (get_frame_id): Use read_sp.
9656 (gdb_init_reader): Use calloc instead of malloc.
9657 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
9658 parameter. Use gdb_test_multiple.
9659
ced2dffb
PA
96602016-07-01 Pedro Alves <palves@redhat.com>
9661 Antoine Tremblay <antoine.tremblay@ericsson.com>
9662
9663 * gdb.threads/process-dies-while-detaching.c: New file.
9664 * gdb.threads/process-dies-while-detaching.exp: New file.
9665
63000888
PA
96662016-07-01 Pedro Alves <palves@redhat.com>
9667
9668 * gdb.multi/watchpoint-multi-exit.c: New file.
9669 * gdb.multi/watchpoint-multi-exit.exp: New file.
9670
038d4868
PA
96712016-06-30 Pedro Alves <palves@redhat.com>
9672
9673 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
9674 unset inferior_spawn_id.
9675
994e9c83
PA
96762016-06-30 Pedro Alves <palves@redhat.com>
9677
9678 * lib/mi-support.exp (default_mi_gdb_start): Declare global
9679 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
9680
e5653468
YQ
96812016-06-29 Yao Qi <yao.qi@linaro.org>
9682
9683 * gdb.base/return.c: Add copyright header.
9684
803b47e5
TT
96852016-06-29 Tom Tromey <tom@tromey.com>
9686
9687 PR python/20129:
9688 * gdb.python/py-framefilter.exp: Add tests for setting priority
9689 and disabling of non-existent frame filter.
9690
28244707
YQ
96912016-06-29 Yao Qi <yao.qi@linaro.org>
9692
9693 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
9694 0x0f07ff.
9695
a31d2f06
YQ
96962016-06-28 Yao Qi <yao.qi@linaro.org>
9697
9698 * gdb.base/catch-syscall.exp: Remove check on isnative and target
9699 triplets. Start gdb, execute catch syscall, and continue. Check
9700 gdb's output to determine catch syscall is supported.
9701
921d8f54
MG
97022016-06-27 Manish Goregaokar <manish@mozilla.com>
9703
25d49b86
PA
9704 * gdb.rust/simple.rs: Add test for returning unit in a function.
9705 * gdb.rust/simple.exp: Add expectation for functions returning
9706 unit.
921d8f54 9707
f4952523
PMR
97082016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
9709
9710 * gdb.python/py-breakpoint-create-fail.c,
9711 gdb.python/py-breakpoint-create-fail.exp,
9712 gdb.python/py-breakpoint-create-fail.py: New testcase.
9713
fccb08f8
MG
97142016-06-25 Manish Goregaokar <manish@mozilla.com>
9715
9716 PR gdb/20239
9717 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
9718 * gdb.rust/simple.exp: Add test expectations for new NonZero
9719 tests.
fccb08f8 9720
6b850546
DT
97212016-06-24 David Taylor <dtaylor@emc.com>
9722
9723 * gdb.base/offsets.exp: New file.
9724 * gdb.base/offsets.c: New file.
9725
17621150
TT
97262016-06-23 Tom Tromey <tom@tromey.com>
9727
9728 PR gdb/16483:
9729 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
9730 before any filters are loaded.
9731
04d59df6
WT
97322016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
9733
9734 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
9735 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
9736 structs.
9737 * gdb.fortran/derived-type-function.exp: New file.
9738 * gdb.fortran/derived-type-function.f90: New file.
9739
9740
ac69f786
PA
97412016-06-21 Pedro Alves <palves@redhat.com>
9742
9743 * gdb.base/new-ui.exp: New file.
9744 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
9745 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
9746 (with_spawn_id): New procedure.
9747
49940788
PA
97482016-06-21 Pedro Alves <palves@redhat.com>
9749
9750 * gdb.mi/mi-exec-run.exp: New file.
9751
ef274d26
PA
97522016-06-21 Pedro Alves <palves@redhat.com>
9753
9754 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
9755 breakpoint command's output on the main UI.
9756 (test_break): New procedure, factored out from calls in the top
9757 level.
9758 (top level): Use foreach_with_prefix to test MI as main UI and as
9759 separate UI.
9760
468afe6c
PA
97612016-06-21 Pedro Alves <palves@redhat.com>
9762
9763 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
9764 (test_awatch_creation_and_listing)
9765 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
9766 Remove 'type' parameter.
9767 (test_watchpoint_all): New parameter mi_mode. Remove
9768 with_test_prefix.
9769 (top level): Use foreach_with_prefix, and add main/separate UI MI
9770 testing axis.
9771
51f77c37
PA
97722016-06-21 Pedro Alves <palves@redhat.com>
9773
9774 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
9775 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
9776 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
9777 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
9778 (gdb_main_spawn_id, mi_spawn_id): Declare and
9779 comment.
9780 (mi_create_inferior_pty): New procedure,
9781 factored out from default_mi_gdb_start.
9782 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
9783 procedures.
9784 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
9785 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
9786 Use mi_create_inferior_pty.
9787 (mi_gdb_start): Use eval to pass down args list.
9788
8980e177
PA
97892016-06-21 Pedro Alves <palves@redhat.com>
9790
9791 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
9792 * gdb.opt/inline-cmds.exp: Add MI tests.
9793
f38d3ad1
PA
97942016-06-21 Pedro Alves <palves@redhat.com>
9795
9796 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
9797
45db7c09
PA
97982016-06-21 Pedro Alves <palves@redhat.com>
9799
9800 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
9801 (top level): Use it instead of mi_execute_to.
9802
5a069ab3
PA
98032016-06-21 Pedro Alves <palves@redhat.com>
9804
9805 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
9806 (cont_handler_str): New.
9807 (signal_stop_handler): Set stop_handler_str instead of printing to
9808 stdout.
9809 (continue_handler): Set cont_handler_str instead of printing to
9810 stdout.
9811 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
9812 mi_send_resuming_command. Print stop_handler_str and
9813 cont_handler_str instead of expecting the python events print
9814 directly.
9815
2838cc1d
SD
98162016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
9817
9818 * gdb.base/jit-reader.exp: New file.
9819 * gdb.base/jithost.c: New file.
9820 * gdb.base/jithost.h: New file.
9821 * gdb.base/jitreader.c : New file.
9822 * gdb.base/jit-protocol.h: New file.
9823
21a77091
YQ
98242016-06-17 Yao Qi <yao.qi@linaro.org>
9825
9826 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
9827 parameters follow_fork and detach_on_fork. Set follow-fork-mode
9828 and detach-on-fork. Adjust tests.
9829 (top level): Invoke break_cond_on_syscall with combinations of
9830 syscall, follow-fork-mode and detach-on-fork.
9831
f50bf8e5
YQ
98322016-06-17 Yao Qi <yao.qi@linaro.org>
9833
9834 * gdb.base/step-over-exit.c: New.
9835 * gdb.base/step-over-exit.exp: New.
9836
a28d8e50
YTL
98372016-06-17 Yan-Ting Lin <currygt52@gmail.com>
9838
9839 * gdb.base/float.exp: Add target check for nds32*-*-*.
9840 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
9841
cad8e26d
AB
98422016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
9843
9844 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
9845 for unsupported target features.
9846 * gdb.base/call-rt-st.exp: Likewise.
9847 * gdb.base/call-sc.exp: Likewise.
9848 * gdb.base/call-signal-resume.exp: Likewise.
9849 * gdb.base/call-strs.exp: Likewise.
9850 * gdb.base/callexit.exp: Likewise.
9851 * gdb.base/callfuncs.exp: Likewise.
9852 * gdb.base/nodebug.exp: Likewise.
9853 * gdb.base/printcmds.exp: Likewise.
9854 * gdb.base/ptype.exp: Likewise.
9855 * gdb.base/structs.exp: Likewise.
9856 * gdb.base/unwindonsignal.exp: Likewise.
9857 * gdb.cp/gdb2495.exp: Likewise.
9858 * gdb.cp/templates.exp: Likewise.
9859 * gdb.cp/virtfunc.exp: Likewise.
9860 * gdb.threads/hand-call-in-threads.exp: Likewise.
9861 * gdb.threads/interrupted-hand-call.exp: Likewise.
9862 * gdb.threads/thread-unwindonsignal.exp: Likewise.
9863
347dc102
TT
98642016-06-10 Tom Tromey <tom@tromey.com>
9865
9866 PR rust/20110:
9867 * gdb.rust/expr.exp: Add test for integer constant larger than
9868 i32.
9869
5e13cf25
BH
98702016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
9871
9872 * gdb.fortran/nested-funcs.exp: New.
9873 * gdb.fortran/nested-funcs.f90: New.
9874
bb556f1f
TK
98752016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
9876
9877 * gdb.base/examine-backward.c: New file.
9878 * gdb.base/examine-backward.exp: New file.
9879
38b022b4
SM
98802016-06-06 Simon Marchi <simon.marchi@ericsson.com>
9881
9882 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
9883 matching.
9884
1b40ec05
TT
98852016-06-02 Tom Tromey <tom@tromey.com>
9886
9887 PR python/18984:
9888 * gdb.python/py-shared.exp: Add solib_name test.
9889
193bd378
SM
98902016-06-02 Simon Marchi <simon.marchi@ericsson.com>
9891
9892 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
9893
3326303b
MG
98942016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
9895
9896 PR c++/19893
9897 * gdb.dwarf2/implref.exp: Rename to...
9898 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
9899 * gdb.dwarf2/implref-array.c: New file.
9900 * gdb.dwarf2/implref-array.exp: Likewise.
9901 * gdb.dwarf2/implref-global.c: Likewise.
9902 * gdb.dwarf2/implref-global.exp: Likewise.
9903 * gdb.dwarf2/implref-struct.c: Likewise.
9904 * gdb.dwarf2/implref-struct.exp: Likewise.
9905
825c8ef2
AT
99062016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9907
9908 * gdb.trace/trace-condition.exp: Add 64bit tests.
9909
2320162a
AT
99102016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9911
9912 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
9913 bits types.
9914 (main): Adapt to 8 to 64 bits types.
9915 * gdb.trace/trace-condition.exp: Add new tests.
9916
a7818233
AT
99172016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9918
9919 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
9920
0d336466
AT
99212016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9922
9923 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
9924 Move condition tests...
9925 * gdb.trace/trace-condition.exp: Here.
9926
7faeb45a
AT
99272016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9928
9929 * gdb.trace/trace-condition.exp: Add counter-case tests.
9930
e385593e
JK
99312016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
9932
9933 PR c++/15231
9934 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
9935 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
9936
744608cc
PA
99372016-05-27 Pedro Alves <palves@redhat.com>
9938
9939 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9940 New procedure.
9941 (top level): Call it, and bail out of DejaGnu is known to be bad.
9942
ac775bf4
AB
99432016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
9944
9945 * gdb.base/whatis.c: Extend the test case.
9946 * gdb.base/whatis.exp: Add additional tests.
9947
2bbad2ea
BH
99482016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9949
9950* gdb.fortran/type.f90: Add pointer variable.
9951* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
9952
8b70175d
BH
99532016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9954
9955 * gdb.fortran/vla-type.exp: Fix testcase name.
9956
86d8a848
BH
99572016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9958
9959 * gdb.fortran/vla-type.exp: Access elements in nested structs.
9960
e188eb36
BH
99612016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9962
9963 * gdb.fortran/type.f90: Add nested structures.
9964 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
9965 * gdb.fortran/derived-type.exp: Adapt expected output.
9966 * gdb.fortran/vla-type.exp: Adapt expected output.
9967
9b2db1fd
BH
99682016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9969
9970 * gdb.fortran/whatis_type.exp: Adapt expected output.
9971
72b17055
BH
99722016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9973
9974 * gdb.fortran/print_type.exp: Fix expected output.
9975 * gdb.fortran/whatis_type.exp: Fix expected output.
9976
3cd81d8d
BH
99772016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9978
9979 * gdb.fortran/whatis_type.exp: Use multi_line.
9980
ddae9462
TT
99812016-05-24 Tom Tromey <tom@tromey.com>
9982
9983 PR python/17386:
9984 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
9985 use value as an index.
9986
1957f6b8
TT
99872016-05-23 Tom Tromey <tom@tromey.com>
9988
9989 PR python/17981:
9990 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
9991 no-breakpoint case.
9992
026a9174
PA
99932016-05-24 Pedro Alves <palves@redhat.com>
9994
9995 PR gdb/19828
9996 * gdb.threads/clone-attach-detach.c: New file.
9997 * gdb.threads/clone-attach-detach.exp: New file.
9998
e70a7231
FR
99992016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
10000
10001 * gdb.base/annota-input-while-running.exp: Fix syntax error.
10002
0f6ed0e0
TT
100032016-05-23 Tom Tromey <tom@tromey.com>
10004
10005 PR python/19438, PR python/18393:
10006 * gdb.python/py-progspace.exp: Add "dir" test.
10007 * gdb.python/py-objfile.exp: Add "dir" test.
10008
ffd19d61
YQ
100092016-05-23 Yao Qi <yao.qi@linaro.org>
10010
10011 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
10012 * gdb.arch/thumb2-it.exp: Likewise.
10013
9e8f9b05
SM
100142016-05-18 Simon Marchi <simon.marchi@ericsson.com>
10015
10016 * gdb.mi/mi-threads-interrupt.c: New file.
10017 * gdb.mi/mi-threads-interrupt.exp: New file.
10018
61c6156d
SM
100192016-05-17 Simon Marchi <simon.marchi@ericsson.com>
10020
10021 PR gdb/18077
10022 * gdb.mi/mi-async-run.exp: New file.
10023 * gdb.mi/mi-async-run.c: New file.
10024
67218854
TT
100252016-05-17 Tom Tromey <tom@tromey.com>
10026 Manish Goregaokar <manishsmail@gmail.com>
10027
10028 * lib/rust-support.exp: New file.
10029 * lib/gdb.exp (skip_rust_tests): New proc.
10030 (build_executable_from_specs): Handle rust.
10031 * lib/future.exp (gdb_find_rustc): New proc.
10032 (gdb_default_target_compile): Handle rust.
10033 * gdb.rust/expr.exp: New file.
10034 * gdb.rust/generics.exp: New file.
10035 * gdb.rust/generics.rs: New file.
10036 * gdb.rust/methods.exp: New file.
10037 * gdb.rust/methods.rs: New file.
10038 * gdb.rust/modules.exp: New file.
10039 * gdb.rust/modules.rs: New file.
10040 * gdb.rust/simple.exp: New file.
10041 * gdb.rust/simple.rs: New file.
10042
c44af4eb
TT
100432016-05-17 Tom Tromey <tom@tromey.com>
10044
10045 * gdb.base/default.exp (set language): Add rust.
10046
dcd1f979
TT
100472016-05-17 Tom Tromey <tom@tromey.com>
10048
10049 * gdb.gdb/unittest.exp: New file.
10050
155b7f57
YQ
100512016-05-16 Yao Qi <yao.qi@linaro.org>
10052
10053 * gdb.base/batch-preserve-term-settings.exp: Remove variable
10054 shell_prompt. Update shell_prompt_re.
10055
8ddd5a6c
DE
100562016-05-12 Doug Evans <dje@google.com>
10057
10058 PR symtab/19999
10059 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
10060 $options when building executable.
10061 * gdb.dwarf2/fission-loclists-pie.S: New file.
10062 * gdb.dwarf2/fission-loclists-pie.exp: New file.
10063
02e370d9
SM
100642016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10065
10066 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
10067 of [is_remote target],
10068
8929ad8b
SM
100692016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10070
10071 * lib/gdb.exp (use_gdb_stub): New procedure.
10072
6c447423
DE
100732016-05-03 Yunlian Jiang <yunlian@google.com>
10074 Doug Evans <dje@google.com>
10075
10076 PR symtab/19914
10077 * gdb.dwarf2/dwp-sepdebug.c: New file.
10078 * gdb.dwarf2/dwp-sepdebug.exp: New file.
10079
444e826c
SM
100802016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10081
10082 * gdb.base/detach.exp: Remove is_remote check.
10083
740feeaa
SM
100842016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10085
10086 * gdb.base/annota-input-while-running.exp: Don't check for
10087 [is_remote target]. Enable annotations after running to main.
10088 Remove unused "set test..." line.
10089
9080ac9d
SM
100902016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10091
10092 * gdb.trace/trace-enable-disable.exp: New file.
10093 * gdb.trace/trace-enable-disable.c: New file.
10094
952ebca5
SM
100952016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10096
10097 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
10098 use it in info sharedlibrary test.
10099 * gdb.trace/ftrace-lock.exp: Likewise.
10100 * gdb.trace/ftrace.exp: Likewise.
10101 * gdb.trace/range-stepping.exp: Likewise.
10102 * gdb.trace/trace-break.exp: Likewise.
10103 * gdb.trace/trace-condition.exp: Likewise.
10104 * gdb.trace/trace-mt.exp: Likewise.
10105
d9019901
SM
101062016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10107
10108 * lib/gdb.exp (gdb_load_shlibs): Rename to...
10109 (gdb_load_shlib): ... this.
10110 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
10111 gdb_load_shlib.
10112 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
10113 * gdb.base/ctxobj.exp: Likewise.
10114 * gdb.base/dprintf-pending.exp: Likewise.
10115 * gdb.base/dso2dso.exp: Likewise.
10116 * gdb.base/fixsection.exp: Likewise.
10117 * gdb.base/gcore-relro.exp: Likewise.
10118 * gdb.base/gdb1555.exp: Likewise.
10119 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10120 * gdb.base/gnu-ifunc.exp: Likewise.
10121 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
10122 * gdb.base/jit-so.exp (one_jit_test): Likewise.
10123 * gdb.base/pending.exp: Likewise.
10124 * gdb.base/print-file-var.exp: Likewise.
10125 * gdb.base/print-symbol-loading.exp: Likewise.
10126 * gdb.base/shlib-call.exp: Likewise.
10127 * gdb.base/shreloc.exp: Likewise.
10128 * gdb.base/so-impl-ld.exp: Likewise.
10129 * gdb.base/solib-disc.exp: Likewise.
10130 * gdb.base/solib-nodir.exp: Likewise.
10131 * gdb.base/solib-overlap.exp: Likewise.
10132 * gdb.base/solib-symbol.exp: Likewise.
10133 * gdb.base/solib-weak.exp (do_test): Likewise.
10134 * gdb.base/sym-file.exp: Likewise.
10135 * gdb.base/symtab-search-order.exp: Likewise.
10136 * gdb.base/type-opaque.exp: Likewise.
10137 * gdb.base/unload.exp: Likewise.
10138 * gdb.base/watchpoint-solib.exp: Likewise.
10139 * gdb.compile/compile.exp: Likewise.
10140 * gdb.cp/gdb2384.exp: Likewise.
10141 * gdb.cp/infcall-dlopen.exp: Likewise.
10142 * gdb.cp/re-set-overloaded.exp: Likewise.
10143 * gdb.fortran/library-module.exp: Likewise.
10144 * gdb.opt/solib-intra-step.exp: Likewise.
10145 * gdb.python/py-finish-breakpoint.exp: Likewise.
10146 * gdb.python/py-shared.exp: Likewise.
10147 * gdb.reverse/solib-precsave.exp: Likewise.
10148 * gdb.reverse/solib-reverse.exp: Likewise.
10149 * gdb.server/solib-list.exp: Likewise.
10150 * gdb.threads/dlopen-libpthread.exp: Likewise.
10151 * gdb.threads/tls-shared.exp: Likewise.
10152 * gdb.threads/tls-so_extern.exp: Likewise.
10153 * gdb.trace/change-loc.exp: Likewise.
10154 * gdb.trace/ftrace-lock.exp: Likewise.
10155 * gdb.trace/ftrace.exp: Likewise.
10156 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
10157 * gdb.trace/pending.exp: Likewise.
10158 * gdb.trace/range-stepping.exp: Likewise.
10159 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
10160 (strace_info_marker): Likewise.
10161 (strace_probe_marker): Likewise.
10162 (strace_trace_on_same_addr): Likewise.
10163 (strace_trace_on_diff_addr): Likewise.
10164 * gdb.trace/trace-break.exp: Likewise.
10165 * gdb.trace/trace-condition.exp: Likewise.
10166 * gdb.trace/trace-mt.exp: Likewise.
10167
fca4cfd9
SM
101682016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10169
10170 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
10171 result of gdb_remote_download.
10172 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
10173 * gdb.base/dso2dso.exp: Likewise.
10174 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10175 * gdb.base/print-file-var.exp: Likewise.
10176 * gdb.base/shlib-call.exp: Likewise.
10177 * gdb.base/shreloc.exp: Likewise.
10178 * gdb.base/solib-overlap.exp: Likewise.
10179 * gdb.base/solib-weak.exp (do_test): Likewise.
10180 * gdb.base/unload.exp: Likewise.
10181
11cf4ffb
YQ
101822016-04-27 Yao Qi <yao.qi@linaro.org>
10183
10184 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
10185 exists.
10186
3e2e34f8
KB
101872016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10188
10189 * vla-type.exp: Print structure from toplevel.
10190
8f07e298
BH
101912016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10192
10193 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
10194 of dynamic types.
10195 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
10196 of dynamic types.
10197
9920b434
BH
101982016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10199
10200 * gdb.fortran/vla-type.f90: New file.
10201 * gdb.fortran/vla-type.exp: New file.
10202
f3abeff5
YQ
102032016-04-25 Yao Qi <yao.qi@linaro.org>
10204
10205 * gdb.base/branch-to-self.c: New file.
10206 * gdb.base/branch-to-self.exp: New file.
10207
0a5d52f0
YQ
102082016-04-22 Yao Qi <yao.qi@linaro.org>
10209
10210 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
10211 more after $hex.
10212
495346f6
YQ
102132016-04-22 Yao Qi <yao.qi@linaro.org>
10214
10215 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
10216 * gdb.base/annota3.exp: Likewise.
10217
4a7e075c
YQ
102182016-04-22 Yao Qi <yao.qi@linaro.org>
10219
10220 * gdb.reverse/step-precsave.exp: Do one step and test program
10221 stops in "callee" and do multiple steps until program goes out
10222 of "callee".
10223 * gdb.reverse/step-reverse.exp: Likewise.
10224
5b061e98
YQ
102252016-04-22 Yao Qi <yao.qi@linaro.org>
10226
10227 * gdb.trace/signal.exp: Also pass if
10228 $tracepoint_hits($i) > $iterations.
10229
5c5dc57f
YQ
102302016-04-22 Yao Qi <yao.qi@linaro.org>
10231
10232 * gdb.trace/signal.c: New file.
10233 * gdb.trace/signal.exp: New file.
10234
a55411b9
DE
102352016-04-19 Doug Evans <xdje42@gmail.com>
10236
10237 * gdb.base/bad-file.exp: New file.
10238
a22df60a
MG
102392016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
10240
10241 * gdb.dwarf2/implref.exp: New file.
10242
0c13f7e5
BH
102432016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10244
10245 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
10246 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
10247 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
10248 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
10249 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
10250 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
10251 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
10252 * lib/fortran.exp (fortran_int4): New procedure.
10253 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
10254 (fortran_logical4): Likewise.
10255
9b9b09e9
BH
102562016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
10257
10258 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
10259
a14d1f4d
BH
102602016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10261
10262 * lib/compiler.c: Add Intel specific preprocessor macros.
10263 * lib/compiler.cc: Likewise.
25d49b86 10264
7d49b1d0
LM
102652016-04-13 Luis Machado <lgustavo@codesourcery.com>
10266
10267 * gdb.server/connect-with-no-symbol-file.c: New file.
10268 * gdb.server/connect-with-no-symbol-file.exp: New file.
10269
8392fa22
SM
102702016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10271
10272 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
10273
8c4c4aeb
SM
102742016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10275
10276 * boards/gdbserver-base.exp (${board}_download): Copy source file to
10277 standard output directory.
10278
45e3745e
AT
102792016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
10280
10281 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
10282
e26b7e41
MM
102832016-04-13 Markus Metzger <markus.t.metzger@intel.com>
10284
10285 * gdb.btrace/instruction_history.c (loop): Add declaration.
10286
8ce09462
AT
102872016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
10288
10289 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
10290
2e88a1ea
SM
102912016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
10292
10293 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
10294 parentheses to print.
10295 (continue_handler): Likewise.
10296
f48e22e3
SM
102972016-04-08 Simon Marchi <simon.marchi@ericsson.com>
10298
10299 * gdb.server/solib-list.exp: Remove is_remote check.
10300 Pass shlib= to gdb_compile. Don't link shared library with
10301 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
10302 Run binary filename through "readlink -f" on the target.
10303
096be756
PA
103042016-04-08 Pedro Alves <palves@redhat.com>
10305
10306 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
10307 interpreter filename as argument to gdbserver_spawn.
10308 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10309 Return empty if $last_loaded_file does not exist.
10310
06500533
JK
103112016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10312
10313 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
10314 * gdb.base/jit-main.c: Use exit after usage.
10315
2d35e871
JK
103162016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10317
10318 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
10319 GDBHISTSIZE prior to the tests.
10320 * gdb.base/gdbinit-history.exp: Likewise.
10321
103222016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
10323
10324 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
10325 instead of build_executable. Use gdb_load_shlibs.
10326
c8064e7e
YQ
103272016-04-07 Yao Qi <yao.qi@linaro.org>
10328
10329 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
10330 Execute "si" command.
10331
bde47561
YQ
103322016-04-07 Yao Qi <yao.qi@linaro.org>
10333
10334 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
10335 number instead of the comments on some line.
10336
b16f8a3b
DB
103372016-04-06 Don Breazeal <donb@codesourcery.com>
10338
10339 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
10340 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
10341
c2f901df
SM
103422016-04-06 Simon Marchi <simon.marchi@ericsson.com>
10343
10344 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
10345 standard_output_file. Remove unused binfile variable.
10346
ac17fda0
CU
103472016-04-05 Catalin Udma <catalin.udma@freescale.com>
10348
10349 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
10350 * gdb.python/py-mi-objfile.exp: Match "list main" output
10351 in console format.
10352
03a8c4df
SM
103532016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
10354
10355 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
10356 absolute.
10357
6e774b13
SM
103582016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10359
10360 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
10361 absolute.
10362 * gdb.trace/ftrace.exp: Likewise.
10363 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
10364 targets as well.
10365 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
10366 (gdb_load_shlibs): Copy libraries to test directory when testing
10367 natively. Only set solib-search-path if testing remotely.
10368 * lib/mi-support.exp (mi_load_shlibs): Likewise.
10369
7817ea46
SM
103702016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10371
10372 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
10373 gdb_download. Use it even if the target is not remote.
10374 * gdb.base/jit.exp (compile_jit_test): Likewise.
10375 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
10376 output directory if the destination board is local, otherwise use
10377 the standard remote_download from DejaGnu.
10378 (gdb_download): Remove.
10379 (gdb_load_shlibs): Use gdb_remote_download instead of
10380 gdb_download.
10381 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10382 Use gdb_remote_download instead of gdb_download. Use it even if
10383 the target is not remote.
10384 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
10385 instead of gdb_download.
10386
7beb7f68
SM
103872016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
10388
10389 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
10390 (test_insert_delete_modify): Call mi_load_shlibs before trying to
10391 run.
10392
cc63428a
AV
103932016-04-01 Artemiy Volkov <artemiyv@acm.org>
10394
10395 PR gdb/19820
10396 * gdb.base/printcmds.exp: Add artificial arrays tests.
10397
64cdf930
PA
103982016-03-31 Pedro Alves <palves@redhat.com>
10399
10400 PR gdb/19858
10401 * gdb.base/jit-main.c: Include unistd.h.
10402 (ATTACH): Define to 0 if not already defined.
10403 (wait_for_gdb, mypid): New globals.
10404 (WAIT_FOR_GDB): New macro.
10405 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
10406 some breakpoint locations.
10407 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
10408 New procedures.
10409 (one_jit_test): Add REATTACH parameter, and handle it. Use
10410 continue_to_test_location.
10411 (top level): Test attach, and adjusts calls to one_jit_test.
10412
40dea8cb
PA
104132016-03-31 Pedro Alves <palves@redhat.com>
10414
10415 PR gdb/19858
10416 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
10417 BINSUFFIX parameter, and handle it.
10418 (top level): Adjust calls compile_jit_test.
10419
e7ea3ec7
CU
104202016-03-31 Catalin Udma <catalin.udma@freescale.com>
10421
10422 PR python/19743
10423 * gdb.python/py-mi-events-gdb.py: New file.
10424 * gdb.python/py-mi-events.c: New file.
10425 * gdb.python/py-mi-events.exp: New file.
10426
e6359af3
YQ
104272016-03-30 Yao Qi <yao.qi@linaro.org>
10428
10429 * gdb.reverse/until-precsave.exp: Match function name only.
10430 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
10431 Move malloc to a condition block.
10432 * gdb.reverse/until-reverse.exp: Match function name only.
10433
a4105d04
MK
104342016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
10435
10436 * gdb.trace/ftrace.exp: Set arg0exp for s390.
10437 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
10438 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
10439 variable for GPR 0 instead of assuming it is register 0.
10440 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
10441 * lib/trace-support.exp: Add s390 registers.
10442
bfa6adb9
YQ
104432016-03-29 Yao Qi <yao.qi@linaro.org>
10444
10445 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
10446
1e6697ea
YQ
104472016-03-24 Yao Qi <yao.qi@linaro.org>
10448
10449 * gdb.reverse/break-reverse.exp: Add quotation mark in the
10450 test message.
10451
64bcd522
AA
104522016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10453
10454 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
10455 maintaining separate logic for constructing the output path.
10456
7868401b
DB
104572016-03-16 Don Breazeal <donb@codesourcery.com>
10458
10459 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
10460 Retry fork and waitpid on interrupted system call errors.
10461 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10462 Use with_timeout_factor to increase timeout by factor of 10.
10463
1cafadb4
DB
104642016-03-15 Don Breazeal <donb@codesourcery.com>
10465
10466 * gdb.cp/scope-err.cc: New test program.
10467 * gdb.cp/scope-err.exp: New test script.
10468 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
10469 lines and "set breakpoint here" comment.
10470 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
10471 Fixed some whitespace and format issues.
10472 * gdb.mi/mi-linespec-err-cp.cc: New test program.
10473 * gdb.mi/mi-linespec-err-cp.exp: New test script.
10474
81516450
DE
104752016-03-15 Doug Evans <dje@google.com>
10476
10477 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
10478 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
10479 All callers updated. Add tests for enums, mixed flags register.
10480
aa52b601
DE
104812016-03-15 Doug Evans <dje@google.com>
10482
10483 * gdb.base/skip.c (main): Call test_skip_file_and_function.
10484 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
10485
fa4ff313
SM
104862016-03-14 Simon Marchi <simon.marchi@ericsson.com>
10487
10488 * gdb.base/default.exp: Add $_as_string to the list of expected
10489 convenience functions.
10490
f2403c39
AB
104912016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
10492
10493 * gdb.base/maint.exp: New tests for 'maint info line-table'.
10494
f2f3ccb9
SM
104952016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
10496
10497 * gdb.python/py-as-string.exp: New file.
10498 * gdb.python/py-as-string.c: New file.
10499
00dbd492
PA
105002016-03-09 Pedro Alves <palves@redhat.com>
10501
10502 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
10503 signal" -> "Thread NN received signal" output change.
10504 * gdb.threads/ia64-sigill.exp: Likewise.
10505 * gdb.threads/linux-dp.exp: Likewise.
10506 * gdb.threads/manythreads.exp: Likewise.
10507 * gdb.threads/pending-step.exp: Likewise.
10508 * gdb.threads/print-threads.exp: Likewise.
10509 * gdb.threads/sigstep-threads.exp: Likewise.
10510 * gdb.threads/staticthreads.exp: Likewise.
10511 * gdb.threads/tls.exp: Likewise.
10512
1e6697ea
YQ
105132016-03-09 Pedro Alves <palves@redhat.com>
10514
10515 * gdb.base/command-line-input.exp: New file.
10516
b04fd3be
MK
105172016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10518
10519 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
10520 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
10521 * gdb.trace/pending.exp: Accept leading dot before function name.
10522 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
10523 * lib/trace-support.exp: Set registers for ppc.
10524
98fa59e9
MK
105252016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10526
10527 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
10528 use it for disassembly; accept .main in addition to main in backtrace.
10529
f77198c8
MK
105302016-03-09 Wei-cheng Wang <cole945@gmail.com>
10531 Marcin Kościelnicki <koriakin@0x04.net>
10532
10533 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
10534 (gdb_recursion_test_ptr): New global variable.
10535 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
10536 gdb_recursion_test.
10537 (gdb_c_test): Ditto.
10538
ba84e0da
MK
105392016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10540
10541 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
10542 ordering.
10543
4366d36e
MK
105442016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10545
10546 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
10547 (bar): Add bar_start_lbl label.
10548 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
10549 of foo/bar for emitting DWARF and tracing.
10550
5eb264df
SDJ
105512016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
10552
10553 * analyze-racy-logs.py: Set executable bit.
10554
fb6a751f
SDJ
105552016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
10556
10557 * Makefile.in (DEFAULT_RACY_ITER): New variable.
10558 (CHECK_TARGET_TMP): Likewise.
10559 (check-single-racy): New rule.
10560 (check-parallel-racy): Likewise.
10561 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
10562 (do-check-parallel-racy): New rule.
10563 (check-racy/%.exp): Likewise.
10564 * README (Racy testcases): New section.
10565 * analyze-racy-logs.py: New file.
10566
bdf7e230
DE
105672016-03-03 Doug Evans <dje@google.com>
10568
10569 * gdb.base/skip.exp: Use with_test_prefix.
10570
4719d415
YQ
105712016-03-03 Yao Qi <yao.qi@linaro.org>
10572
10573 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
10574 Invoke step_over_syscall "clone" and break_cond_on_syscall
10575 "clone".
10576 * gdb.base/step-over-clone.c: New file.
10577
ea507862
YQ
105782016-03-03 Yao Qi <yao.qi@linaro.org>
10579
10580 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
10581 code format.
10582
8fc8cbda
YQ
105832016-03-03 Yao Qi <yao.qi@linaro.org>
10584
10585 * gdb.base/disp-step-fork.c: Rename to ...
10586 * gdb.base/step-over-fork.c: ... it. New file.
10587 * gdb.base/disp-step-vfork.c: Rename to ...
10588 * gdb.base/step-over-vfork.c: ... it. New file.
10589 * gdb.base/disp-step-syscall.exp: Rename to ...
10590 * gdb.base/step-over-syscall.exp: ... it. New file.
10591 (disp_step_cross_syscall): Rename to ...
10592 (step_over_syscall): ... it.
10593
92fa70b0
YQ
105942016-03-03 Yao Qi <yao.qi@linaro.org>
10595
10596 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
10597 If target supports condition evaluation on target, invoke
10598 break_cond_on_syscall for fork and vfork.
10599
e197ad3c
YQ
106002016-03-03 Yao Qi <yao.qi@linaro.org>
10601
10602 * gdb.base/disp-step-syscall.exp: Don't invoke
10603 support_displaced_stepping.
10604 (disp_step_cross_syscall): Test with displaced stepping off and
10605 on if supported.
10606
0b47da9f
YQ
106072016-03-03 Yao Qi <yao.qi@linaro.org>
10608
10609 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
10610 proc.
10611 (setup): New proc.
10612 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
10613 and setup.
10614
065ab6dc
BH
106152016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10616
10617 * gdb.fortran/vla-history.exp: Remove breakpoint.
10618
07e448ad 106192016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10620
25d49b86
PA
10621 * gdb.fortran/vla-history.exp: Lookup array elements and printing
10622 exceeds timeout.
07e448ad 10623
9ac2d526 106242016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10625
25d49b86
PA
10626 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
10627 breakpoint.
9ac2d526 10628
17807369
BH
106292016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10630
10631 * gdb.mi/vla.f90: Nullify pointer after declaration.
10632
86e501af
PA
106332016-03-01 Pedro Alves <palves@redhat.com>
10634
10635 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
10636
1e903e32
PA
106372016-03-01 Pedro Alves <palves@redhat.com>
10638
10639 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
10640 before anything else.
10641 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
10642 _GNU_SOURCE here.
10643 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
10644 before anything else.
10645 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
10646
6ccb54e2
PA
106472016-03-01 Pedro Alves <palves@redhat.com>
10648
10649 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
10650
30ca9da1
YQ
106512016-03-01 Yao Qi <yao.qi@linaro.org>
10652
10653 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
10654 prepare_for_testing.
10655
dc856b38
YQ
106562016-03-01 Yao Qi <yao.qi@linaro.org>
10657
10658 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
10659
4a932159
AA
106602016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10661
10662 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
10663 manually constructing the output path.
10664
f2489477
AA
106652016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10666
10667 * gdb.arch/s390-stackless.S: New.
10668 * gdb.arch/s390-stackless.exp: New.
10669
38899f16
IB
106702016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
10671
10672 * gdb.dlang/circular.c: New file.
10673 * gdb.dlang/circular.exp: New file.
10674
9fde51ed
YQ
106752016-02-26 Yao Qi <yao.qi@linaro.org>
10676
10677 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
10678 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
10679 (testcases): Update.
10680
ce90fefe
YQ
106812016-02-26 Yao Qi <yao.qi@linaro.org>
10682
10683 * gdb.reverse/aarch64.c: Rename to ...
10684 * gdb.reverse/insn-reverse.c: ... it.
10685 * gdb.reverse/aarch64.exp: Rename to ...
10686 * gdb.reverse/insn-reverse.exp: ... it.
10687
3263bceb
YQ
106882016-02-26 Yao Qi <yao.qi@linaro.org>
10689
10690 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
10691 (testcase_ftype): New.
10692 (testcases): New array.
10693 (n_testcases): New.
10694 (main): Call each element in testcases.
10695 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
10696 (read_testcase): New.
10697 Do the tests in a loop.
10698
6cb59ff1
YQ
106992016-02-25 Yao Qi <yao.qi@linaro.org>
10700
10701 * gdb.base/branches.c: Remove.
10702
ae91f625
MK
107032016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10704
10705 PR gdb/13808
10706 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
10707
678b48b7
MK
107082016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10709
10710 * gdb.trace/ftrace.exp: Remove unnecessary target check.
10711
7337a6f2
MK
107122016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10713
10714 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
10715 change x86_64 call_insn to 'callq'.
10716
861ca91f
AT
107172016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10718
10719 * gdb.trace/tfile-avx.c: Move to...
10720 * gdb.trace/tracefile-pseudo-reg.c: Here.
10721 * gdb.trace/tfile-avx.exp: Move to...
10722 * gdb.trace/tracefile-pseudo-reg.exp: Here.
10723
bf74e428
GB
107242016-02-24 Gary Benson <gbenson@redhat.com>
10725
10726 * gdb.base/attach-pie-noexec.exp: Do not expect an error
10727 message on attach.
10728
cce0e923
DE
107292016-02-23 Doug Evans <dje@google.com>
10730
10731 * gdb.base/skip.c (test_skip): New function.
10732 (end_test_skip_file_and_function): New function.
10733 (test_skip_file_and_function): New function.
10734 * gdb.base/skip1.c (test_skip): New function.
10735 (skip1_test_skip_file_and_function): New function.
10736 * gdb.base/skip.exp: Add tests for new skip options.
10737 * gdb.base/skip-solib.exp: Update expected output.
10738 * gdb.perf/skip-command.cc: New file.
10739 * gdb.perf/skip-command.exp: New file.
10740 * gdb.perf/skip-command.py: New file.
10741
4000e47e
MK
107422016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
10743
10744 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
10745 info registers pattern.
10746
24f75ead
IB
107472016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
10748
10749 * lib/future.exp: Add D support.
10750 (gdb_find_gdc): New proc.
10751 (gdb_default_target_compile): Add D support.
10752
fbb7bcbe
WW
107532016-02-18 Wei-cheng Wang <cole945@gmail.com>
10754
10755 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
10756 user+system time.
10757 (trace_speed_test): Determine the iteration count for a time
10758 between 15..30 seconds.
10759
012b3a21
WT
107602016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
10761
10762 * gdb.arch/i386-mpx-sigsegv.c: New file.
10763 * gdb.arch/i386-mpx-sigsegv.exp: New file.
10764 * gdb.arch/i386-mpx-simple_segv.c: New file.
10765 * gdb.arch/i386-mpx-simple_segv.exp: New file.
10766
2d5189bd
YQ
107672016-02-18 Yao Qi <yao.qi@linaro.org>
10768
10769 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10770 Don't call setup_kfail.
10771
40fb20d0
YQ
107722016-02-18 Yao Qi <yao.qi@linaro.org>
10773
10774 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10775 Set "set breakpoint condition-evaluation" per $cond_bp_target.
10776
21b1f8d2
DE
107772016-02-16 Doug Evans <dje@google.com>
10778
10779 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
10780 * gdb.base/skip1.c: Ditto.
10781 * gdb.base/skip.exp: Whitespace cleanup.
10782
4041ed77
DB
107832016-02-16 Don Breazeal <donb@codesourcery.com>
10784
10785 PR remote/19496
10786 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10787 Remove kfail for PR remote/19496.
10788
c4ef31bf
SM
107892016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10790
10791 * lib/gdb.exp (standard_temp_file): Return a path specific to
10792 the runtest invocation.
10793
266b65b3
SM
107942016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10795
10796 * gdb.trace/save-trace.exp: Change relative path to be in the
10797 standard output directory.
10798
a7a0a6a9
JK
107992016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10800
10801 * gdb.arch/i386-prologue.c: Add missing prototypes.
10802
c99dbb42
JK
108032016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10804
10805 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
10806 * gdb.arch/i386-prologue.exp: Likewise.
10807 * gdb.arch/i386-size.exp: Likewise.
10808
aa480355
SM
108092016-02-15 Simon Marchi <simon.marchi@ericsson.com>
10810
10811 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
10812 define object file path.
10813 * gdb.btrace/gcore.exp: Use standard_output_file to define core
10814 file path.
10815 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
10816 standard_output_file to define binfile.
10817
ba881f50
JK
108182016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10819
10820 Fix compatibility with recent gfortran-5.3.1.
10821 * gdb.fortran/vla-history.exp (print vla1 allocated)
10822 (print vla2 allocated, print $2, print $3): Remove
10823 (print $4): Rename to ...
10824 (print $2): ... here.
10825 (print $9): Rename to ...
10826 (print $5): ... here.
10827 (print $10): Rename to ...
10828 (print $6): ... here.
10829 * gdb.fortran/vla.f90: Add pvla initialization.
10830
e9fb005c
JK
108312016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10832
10833 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
10834 New test.
10835 * gdb.fortran/vla-value-sub.exp: Likewise.
10836
e44e00ff
MK
108372016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
10838
10839 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
10840
97e94151
SM
108412016-02-12 Simon Marchi <simon.marchi@ericsson.com>
10842
10843 * i386-biarch-core.exp: Define corefile using
10844 standard_output_file.
10845
01113bc1
YQ
108462016-02-12 Yao Qi <yao.qi@linaro.org>
10847
10848 * gdb.arch/arm-single-step-kernel-helper.c: New.
10849 * gdb.arch/arm-single-step-kernel-helper.exp: New.
10850
33b4777c
MM
108512016-02-12 Markus Metzger <markus.t.metzger@intel.com>
10852
10853 * gdb.btrace/tailcall-only.exp: New.
10854 * gdb.btrace/tailcall-only.c: New.
10855 * gdb.btrace/x86_64-tailcall-only.S: New.
10856 * gdb.btrace/i686-tailcall-only.S: New.
10857
acc23c11
PA
108582016-02-11 Pedro Alves <palves@redhat.com>
10859
10860 * README (Parallel testing): Add missing double quotes.
10861
e352bf0a
PA
108622016-02-11 Pedro Alves <palves@redhat.com>
10863
10864 * README (Parallel testing): New section.
10865 (GDB_PARALLEL): Rewrite.
10866 (FORCE_PARALLEL): Document.
10867
9f5fed78
MK
108682016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
10869
10870 * gdb.trace/tfile-avx.c: New test.
10871 * gdb.trace/tfile-avx.exp: New test.
10872
9ef9e6a6
KS
108732016-02-09 Keith Seitz <keiths@redhat.com>
10874
10875 PR breakpoints/19546
10876 * gdb.base/infcall-exec.c: New file.
10877 * gdb.base/infcall-exec2.c: New file.
10878 * gdb.base/infcall-exec.exp: New file.
10879
a96e36da
KS
108802016-02-09 Keith Seitz <keiths@redhat.com>
10881
10882 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
10883 (toplevel): Call test_bkpt_address.
10884
9f61929f
KS
108852016-02-09 Keith Seitz <keiths@redhat.com>
10886
10887 PR python/19506
10888 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
10889 (toplevel): Call test_bkpt_address.
10890
1e94266c
SM
108912016-02-09 Simon Marchi <simon.marchi@ericsson.com>
10892
10893 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
10894 to AC_OUTPUT.
10895 * configure: Regenerate.
10896
2a7f3dff
PA
108972016-02-09 Pedro Alves <palves@redhat.com>
10898
10899 PR breakpoints/19548
10900 * gdb.base/execl-update-breakpoints.c (some_function): New
10901 function.
10902 (main): Call it.
10903 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
10904 Tighten expected GDB output.
10905
2151ccc5
SM
109062016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10907
10908 * Makefile.in (ALL_SUBDIRS): Remove.
10909 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
10910 (distclean maintainer-clean realclean): Likewise.
10911 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
10912 * configure: Regenerate.
10913 * gdb.ada/Makefile.in: Delete.
10914 * gdb.arch/Makefile.in: Likewise.
10915 * gdb.asm/Makefile.in: Likewise.
10916 * gdb.base/Makefile.in: Likewise.
10917 * gdb.btrace/Makefile.in: Likewise.
10918 * gdb.cell/Makefile.in: Likewise.
10919 * gdb.compile/Makefile.in: Likewise.
10920 * gdb.cp/Makefile.in: Likewise.
10921 * gdb.disasm/Makefile.in: Likewise.
10922 * gdb.dlang/Makefile.in: Likewise.
10923 * gdb.dwarf2/Makefile.in: Likewise.
10924 * gdb.fortran/Makefile.in: Likewise.
10925 * gdb.gdb/Makefile.in: Likewise.
10926 * gdb.go/Makefile.in: Likewise.
10927 * gdb.guile/Makefile.in: Likewise.
10928 * gdb.java/Makefile.in: Likewise.
10929 * gdb.linespec/Makefile.in: Likewise.
10930 * gdb.mi/Makefile.in: Likewise.
10931 * gdb.modula2/Makefile.in: Likewise.
10932 * gdb.multi/Makefile.in: Likewise.
10933 * gdb.objc/Makefile.in: Likewise.
10934 * gdb.opencl/Makefile.in: Likewise.
10935 * gdb.opt/Makefile.in: Likewise.
10936 * gdb.pascal/Makefile.in: Likewise.
10937 * gdb.perf/Makefile.in: Likewise.
10938 * gdb.python/Makefile.in: Likewise.
10939 * gdb.reverse/Makefile.in: Likewise.
10940 * gdb.server/Makefile.in: Likewise.
10941 * gdb.stabs/Makefile.in: Likewise.
10942 * gdb.threads/Makefile.in: Likewise.
10943 * gdb.trace/Makefile.in: Likewise.
10944 * gdb.xml/Makefile.in: Likewise.
10945 * lib/gdb.exp (make_gdb_parallel_path): Add check for
10946 GDB_PARALLEL.
10947 (standard_output_file): Remove check for GDB_PARALLEL, always
10948 return path in outputs/$subdir/$testname.
10949
437277d4
SM
109502016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10951
10952 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
10953 (site.exp): Assign abs_srcdir to tcl's srcdir.
10954
31d913c7
YQ
109552016-02-04 Yao Qi <yao.qi@linaro.org>
10956
10957 * gdb.base/foll-exec-mode.c: Include limits.h.
10958 (main): Add parameters argc and argv. Get directory from
10959 argv[0].
10960 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
10961 compilation.
10962 * gdb.base/foll-exec.c: Include limits.h.
10963 (main): Add parameters argc and argv.
10964 Get directory from argv[0].
10965 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
10966 Adjust tests on the number of lines as source code changed.
10967 * gdb.base/foll-vfork-exit.c: Include limits.h.
10968 (main): Add one line of statement before vfork.
10969 * gdb.base/foll-vfork.c: Include limits.h and string.h.
10970 (main): Add parameters argc and argv. Get directory from
10971 argv[0].
10972 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
10973 (setup_gdb): Set tbreak to skip some source lines.
10974 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
10975 (main): Add parameters argc and argv. Get directory from
10976 argv[0].
10977 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
10978 compilation.
10979 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
10980 (main): Add parameters argc and argv. Get directory from
10981 argv[0].
10982 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
10983 compilation.
10984
9482b9fb
DE
109852016-02-01 Doug Evans <dje@google.com>
10986
10987 * gdb.base/skip.exp: Clean up multiple references to same test name.
10988
6b2e4f10
PA
109892016-02-01 Pedro Alves <palves@redhat.com>
10990
ccb6afd6 10991 PR remote/19496
6b2e4f10
PA
10992 * gdb.threads/forking-threads-plus-breakpoint.exp
10993 (displaced_stepping_supported): New global.
10994 (probe_displaced_stepping_support): New procedure.
10995 (do_test): Add 'displaced' parameter, and use it.
10996 (top level): Check for displaced stepping support. Add displaced
10997 stepping on/off testing axis.
10998
37a8db1a
AB
109992016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11000
11001 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
11002 pointer. Don't perform further tests on the unassociated pointer
11003 if the first test fails.
11004
5fdf6324
AB
110052016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11006
11007 * gdb.base/max-value-size.c: New file.
11008 * gdb.base/max-value-size.exp: New file.
11009 * gdb.base/huge.exp: Disable max-value-size for this test.
11010
935c6144
IB
110112016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
11012
11013 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11014
7fe8399d
YQ
110152016-01-28 Yao Qi <yao.qi@linaro.org>
11016
11017 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
11018
a2077e25
PA
110192016-01-25 Pedro Alves <palves@redhat.com>
11020
11021 PR threads/19461
11022 * gdb.base/fork-running-state.c: New file.
11023 * gdb.base/fork-running-state.exp: New file.
11024
1d2736d4
PA
110252016-01-25 Pedro Alves <palves@redhat.com>
11026
11027 PR gdb/19494
11028 * gdb.base/catch-fork-kill.c: New file.
11029 * gdb.base/catch-fork-kill.exp: New file.
11030
f1da4b11
PA
110312016-01-25 Pedro Alves <palves@redhat.com>
11032
11033 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
11034 Delete, moved to lib/gdb.exp.
11035 * gdb.threads/forking-threads-plus-breakpoint.exp
11036 (foreach_with_prefix): Likewise.
11037 * gdb.threads/process-dies-while-handling-bp.exp
11038 (foreach_with_prefix): Likewise.
11039 * lib/gdb.exp (foreach_with_prefix): New procedure.
11040
45f38546
MK
110412016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
11042
11043 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
11044 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
11045
dc29a1ce
MK
110462016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
11047
11048 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
11049 endian targets.
11050
092127d7
JK
110512016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11052 Pedro Alves <palves@redhat.com>
11053
11054 Fix testsuite compatibility with Guile.
11055 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
11056 number.
11057
31d765d3
JK
110582016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11059
11060 Fix testsuite compatibility with Guile.
11061 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
11062 (thread 1): New test for backtrace through signal handler.
11063
1ac78c04
YQ
110642016-01-22 Yao Qi <yao.qi@linaro.org>
11065
11066 PR testsuite/19491
11067 * gdb.base/multi-forks.c: Include
11068 ../lib/unbuffer_output.c
11069 (main): Call gdb_unbuffer_output.
11070
4f5946a8
DE
110712016-01-21 Doug Evans <dje@google.com>
11072
11073 * lib/ada.exp (gdb_compile_ada): Fix typo.
11074
305e13e6
JB
110752016-01-21 Joel Brobecker <brobecker@adacore.com>
11076
11077 * gdb.base/break-fun-addr.exp: New file.
11078 * gdb.base/break-fun-addr1.c: New file.
11079 * gdb.base/break-fun-addr2.c: New file.
11080
5f5dfff6
SM
110812016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
11082
11083 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
11084 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
11085 enum flag values.
11086
fd356fa2
AA
110872016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
11088
11089 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
11090 when GDB can not set the vector return value. Add more comments
11091 for clarification.
11092
9df22175
AT
110932016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
11094
11095 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
11096 command.
11097
41d1845e
SM
110982016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11099
11100 * Makefile.in (DO_RUNTEST): Add --status and update usages.
11101
01ac6840
SM
111022016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11103
11104 * Makefile.in (check-single): Pass --status to runtest.
11105 (check/%.exp): Likewise.
11106
111072016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11108
11109 * Makefile.in (check-parallel): Propagate return code from make
11110 do-check-parallel.
11111
bd0a71fa
MK
111122016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
11113
11114 * gdb.trace/ftrace.exp: Fix expected message on continue.
11115 * gdb.trace/pending.exp: Fix expected message on continue.
11116 * gdb.trace/trace-break.exp: Fix expected message on continue.
11117
8bcbad33
SM
111182016-01-18 Simon Marchi <simon.marchi@ericsson.com>
11119
11120 * lib/gdb.exp (gdb_test): Remove unused global references.
11121
f303dbd6
PA
111222016-01-18 Pedro Alves <palves@redhat.com>
11123
11124 * gdb.base/async-shell.exp: Adjust expected output.
11125 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
11126 * gdb.base/siginfo-thread.exp: Adjust expected output.
11127 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
11128 * gdb.java/jnpe.exp: Adjust expected output.
11129 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
11130 * gdb.threads/continue-pending-status.exp: Adjust expected output.
11131 * gdb.threads/leader-exit.exp: Adjust expected output.
11132 * gdb.threads/manythreads.exp: Adjust expected output.
11133 * gdb.threads/pthreads.exp: Adjust expected output.
11134 * gdb.threads/schedlock.exp: Adjust expected output.
11135 * gdb.threads/siginfo-threads.exp: Adjust expected output.
11136 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
11137 expected output.
11138 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
11139 output.
11140 * gdb.threads/sigthread.exp: Adjust expected output.
11141 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
11142
b2789696
YQ
111432016-01-18 Yao Qi <yao.qi@linaro.org>
11144
11145 * gdb.guile/scm-section-script.c: Replace @progbits with
11146 %progbits.
11147 * gdb.python/py-section-script.c: Likewise.
11148
71ef29a8
PA
111492016-01-15 Pedro Alves <palves@redhat.com>
11150
11151 * gdb.multi/tids.exp: Test star wildcard ranges.
11152
3f5b7598
PA
111532016-01-15 Pedro Alves <palves@redhat.com>
11154
11155 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
11156 command from "thread apply" invocation.
11157 (thr_apply_info_thr_invalid): Default the expected output to the
11158 input tid list.
11159 (top level): Add tests that use convenience variables. Add tests
11160 for "thread apply" with a valid TID list, but missing the command.
11161
663f6d42
PA
111622016-01-13 Pedro Alves <palves@redhat.com>
11163
11164 * gdb.base/default.exp: Expect $_gthread as well.
11165 * gdb.multi/tids.exp: Test $_gthread.
11166 * gdb.threads/thread-specific.exp: Test $_gthread.
11167
c84f6bbf
PA
111682016-01-13 Pedro Alves <palves@redhat.com>
11169
11170 * gdb.multi/tids.exp: Test "info threads -gid".
11171
22a02324
PA
111722016-01-13 Pedro Alves <palves@redhat.com>
11173
11174 * gdb.multi/tids.exp: Test InferiorThread.global_num and
11175 Breakpoint.thread.
11176 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
11177
5d5658a1
PA
111782016-01-07 Pedro Alves <palves@redhat.com>
11179
11180 * gdb.base/break.exp: Adjust to output changes.
11181 * gdb.base/hbreak2.exp: Likewise.
11182 * gdb.base/sepdebug.exp: Likewise.
11183 * gdb.base/watch_thread_num.exp: Likewise.
11184 * gdb.linespec/keywords.exp: Likewise.
11185 * gdb.multi/info-threads.exp: Likewise.
11186 * gdb.threads/thread-find.exp: Likewise.
11187 * gdb.multi/tids.c: New file.
11188 * gdb.multi/tids.exp: New file.
11189
84654457
PA
111902016-01-13 Pedro Alves <palves@redhat.com>
11191
11192 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
11193
e3940304
PA
111942016-01-13 Pedro Alves <palves@redhat.com>
11195
11196 * gdb.base/default.exp: Expect $_inferior as well.
11197 * gdb.multi/base.exp: Test $_inferior.
11198
a911d87a
PA
111992016-01-13 Pedro Alves <palves@redhat.com>
11200
11201 PR breakpoints/19388
11202 * gdb.base/catch-signal-siginfo-cond.c: New file.
11203 * gdb.base/catch-signal-siginfo-cond.exp: New file.
11204
82075af2
JS
112052016-01-12 Josh Stone <jistone@redhat.com>
11206 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11207
11208 * gdb.base/catch-syscall.c (do_execve): New variable.
11209 (main): Conditionally trigger an execve.
11210 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
11211 (test_catch_syscall_execve): New, check entry/return across execve.
11212 (do_syscall_tests): Call test_catch_syscall_execve.
11213
e46eeedd
PA
112142016-01-12 Pedro Alves <palves@redhat.com>
11215
11216 * gdb.base/random-signal.exp (do_test): New procedure, with body
11217 of testcase moved in.
11218
01d8c27e
JK
112192016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11220 Pedro Alves <palves@redhat.com>
11221
11222 * gdb.base/funcargs.exp (finish from indirectly called function):
11223 Reintroduce the case for 'First'.
11224
9a706302
JK
112252016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11226 Pedro Alves <palves@redhat.com>
11227
11228 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
11229 (tcatch_vfork_then_child_follow_exec)
11230 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
11231 identification.
11232
c0ecb95f
JK
112332016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11234
11235 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
11236 and repeats to unlimited.
11237 * gdb.python/py-value.exp: Likewise.
11238 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
11239 and repeats to unlimited.
11240
6cfc1fcb
JK
112412016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11242
11243 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
11244 and reordering the functions.
11245 * gdb.multi/hangout.c: Likewise.
11246 * gdb.multi/hello.c: Likewise.
11247
582a1b00
SM
112482016-01-08 Simon Marchi <simon.marchi@ericsson.com>
11249
11250 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
11251 absolute.
11252 (SingleStatisticTestResult.report): Use dict.keys instead of
11253 dict.iterkeys.
11254
79bc59cb
PA
112552016-01-06 Pedro Alves <palves@redhat.com>
11256
11257 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
11258
43368e1d
MM
112592016-01-04 Markus Metzger <markus.t.metzger@intel.com>
11260
11261 * gdb.btrace/dlopen.exp: New.
11262 * gdb.btrace/dlopen.c: New.
11263 * gdb.btrace/dlopen-dso.c: New.
11264
79fad5b8
SL
112652015-12-25 Sandra Loosemore <sandra@codesourcery.com>
11266
11267 * lib/gdb.exp (gdb_test): Update comments to clarify that the
11268 PATTERN argument is optional.
11269
ab8314b3
JB
112702015-12-24 Joel Brobecker <brobecker@adacore.com>
11271
11272 * lib/ada.exp (target_compile_ada_from_dir): New function.
11273 (gdb_compile_ada): Reimplement avoiding the use of project files.
11274 * gdb.ada/gnat_ada.gpr: Delete.
11275 * gdb.ada/cond_lang.exp: Adjust test to make path before
11276 filename optional.
11277 * gdb.ada/small_reg_param.exp: Likewise.
11278
fe33faff
SM
112792015-12-22 Simon Marchi <simon.marchi@ericsson.com>
11280
11281 * gdb.base/foll-vork.exp: Remove HP-UX special case.
11282
6d265cb4
TP
112832015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
11284
11285 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
11286 case.
11287
10125099
SM
112882015-12-21 Simon Marchi <simon.marchi@ericsson.com>
11289
11290 * gdb.base/break.exp: Remove dead code.
11291 * gdb.base/sepdebug.exp: Likewise.
11292
3ca22649
SM
112932015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11294
11295 * gdb.asm/asm-source.exp: Remove HP-UX references.
11296 * gdb.base/annota1.exp: Likewise.
11297 * gdb.base/annota3.exp: Likewise.
11298 * gdb.base/attach.exp: Likewise.
11299 * gdb.base/bigcore.exp: Likewise.
11300 * gdb.base/break.exp: Likewise.
11301 * gdb.base/call-ar-st.exp: Likewise.
11302 * gdb.base/callfuncs.exp: Likewise.
11303 * gdb.base/catch-fork-static.exp: Likewise.
11304 * gdb.base/display.exp: Likewise.
11305 * gdb.base/foll-exec-mode.exp: Likewise.
11306 * gdb.base/foll-exec.exp: Likewise.
11307 * gdb.base/foll-fork.exp: Likewise.
11308 * gdb.base/foll-vfork.exp: Likewise.
11309 * gdb.base/funcargs.exp: Likewise.
11310 * gdb.base/hbreak2.exp: Likewise.
11311 * gdb.base/inferior-died.exp: Likewise.
11312 * gdb.base/interrupt.exp: Likewise.
11313 * gdb.base/multi-forks.exp: Likewise.
11314 * gdb.base/nodebug.exp: Likewise.
11315 * gdb.base/sepdebug.exp: Likewise.
11316 * gdb.base/solib1.c: Likewise.
11317 * gdb.base/step-test.exp: Likewise.
11318 * gdb.mi/non-stop.c: Likewise.
11319 * gdb.mi/pthreads.c: Likewise.
11320 * gdb.multi/bkpt-multi-exec.ex: Likewise.
11321 * gdb.threads/pthreads.c: Likewise.
11322 * gdb.threads/staticthreads.exp: Likewise.
11323 * lib/future.exp: Likewise.
11324 * lib/gdb.exp: Likewise.
11325 * gdb.base/so-indr-cl.c: Remove.
11326 * gdb.base/so-indr-cl.exp: Likewise.
11327 * gdb.base/solib.c: Likewise.
11328 * gdb.base/solib.exp: Likewise.
11329 * gdb.base/solib2.c: Likewise.
11330
b6304613
SM
113312015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11332
11333 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
11334 * gdb.base/call-ar-st.exp: Likewise.
11335 * gdb.base/callfuncs.exp: Likewise.
11336 * gdb.base/condbreak.exp: Likewise.
11337 * gdb.base/constvars.exp: Likewise.
11338 * gdb.base/hbreak2.exp: Likewise.
11339 * gdb.base/langs.exp: Likewise.
11340 * gdb.base/list.exp: Likewise.
11341 * gdb.base/long_long.exp: Likewise.
11342 * gdb.base/ptype.exp: Likewise.
11343 * gdb.base/scope.exp: Likewise.
11344 * gdb.base/signals.exp: Likewise.
11345 * gdb.base/so-impl-ld.exp: Likewise.
11346 * gdb.base/varargs.exp: Likewise.
11347 * gdb.base/volatile.exp: Likewise.
11348 * gdb.base/whatis.exp: Likewise.
11349 * gdb.cp/cplusfuncs.exp: Likewise.
11350 * gdb.cp/inherit.exp: Likewise.
11351 * gdb.cp/local.exp: Likewise.
11352 * gdb.cp/member-ptr.exp: Likewise.
11353 * gdb.cp/method.exp: Likewise.
11354 * gdb.cp/overload.exp: Likewise.
11355 * gdb.cp/templates.exp: Likewise.
11356 * gdb.stabs/weird.exp: Likewise.
11357 * lib/compiler.c: Likewise.
11358 * lib/compiler.cc: Likewise.
11359 * lib/cp-support.exp: Likewise.
11360 * lib/gdb.exp: Likewise.
11361
bf401b07
SM
113622015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
11363
11364 * configure.ac: Remove HP-UX case.
11365 * configure: Regenerate.
11366
aff9c0f8
SM
113672015-12-18 Simon Marchi <simon.marchi@ericsson.com>
11368
11369 * lib/gdb.exp (gdb_compile): Add function doc.
11370
a6904d5a
PA
113712015-12-17 Pedro Alves <palves@redhat.com>
11372
11373 PR threads/19354
11374 * gdb.multi/info-threads.exp: New file.
11375
a22279dd
YQ
113762015-12-15 Yao Qi <yao.qi@linaro.org>
11377
11378 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
11379 is aarch64*-*-*.
11380
0588c796
SL
113812015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11382
11383 * gdb.base/history-duplicates.exp: Skip if no readline support.
11384
5d978e17
SL
113852015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11386
11387 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
11388
7e763b86
SL
113892015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11390
11391 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
11392
87a3a92c
SL
113932015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11394
11395 * gdb.base/completion.exp: Skip tests that interrupt GDB with
11396 ctrl-C if nointerrupts target property is set.
11397 * gdb.base/double-prompt-target-event-error.exp: Likewise.
11398 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
11399 * gdb.base/paginate-bg-execution.exp: Likewise.
11400 * gdb.base/paginate-execution-startup.exp: Likewise.
11401 * gdb.base/random-signal.exp: Likewise.
11402 * gdb.base/range-stepping.exp: Likewise.
11403 * gdb.cp/annota2.exp: Likewise.
11404 * gdb.cp/annota3.exp: Likewise.
11405 * gdb.gdb/selftest.exp: Likewise.
11406 * gdb.threads/continue-pending-status.exp: Likewise.
11407 * gdb.threads/leader-exit.exp: Likewise.
11408 * gdb.threads/manythreads.exp: Likewise.
11409 * gdb.threads/pthreads.exp: Likewise.
11410 * gdb.threads/schedlock.exp: Likewise.
11411 * gdb.threads/sigthread.exp: Likewise.
11412
a8f077dc
DB
114132015-12-11 Don Breazeal <donb@codesourcery.com>
11414
11415 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
11416 remote.
11417 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
11418 * gdb.base/foll-exec.exp (main): Enable for target remote.
11419 * gdb.base/foll-fork.exp (main): Likewise.
11420 * gdb.base/foll-vfork.exp (main): Likewise.
11421 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
11422 (proc continue_to_exit_bp_loc): Use clean_restart.
11423 * gdb.base/pie-execl.exp (main): Disable for target remote.
11424 * gdb.base/watch-vfork.exp (main): Enable for target remote.
11425 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
11426 * gdb.threads/execl.exp (main): Likewise.
11427 * gdb.threads/fork-child-threads.exp (main): Likewise.
11428 * gdb.threads/fork-plus-threads.exp (main): Disable for target
11429 remote.
11430 * gdb.threads/fork-thread-pending.exp (main): Enable for target
11431 remote.
11432 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
11433 pid.tid style ptids, instead of just tid.
11434 * gdb.threads/thread-execl.exp (main): Enable for target remote.
11435 * gdb.threads/watchpoint-fork.exp (main): Likewise.
11436 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
11437 ptids, instead of just tid.
11438
3b2464a8
AB
114392015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11440
11441 * gdb.base/list.exp (test_list_forward): Add end of file error
11442 test.
11443 (test_repeat_list_command): Add end of file error test.
11444 (test_list_backwards): Add beginning of file error test.
11445
a0def019
AB
114462015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11447
11448 * gdb.base/list.exp (test_list_invalid_args): New function,
11449 defined, and called.
11450
5c000dff
AB
114512015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11452
11453 * gdb.base/list.exp (test_list): Make test names unique.
11454
f1637ebe
YQ
114552015-12-11 Yao Qi <yao.qi@linaro.org>
11456
11457 * gdb.base/coremaker2.c: Remove.
11458
36d6fc0a
PA
114592015-12-10 Pedro Alves <palves@redhat.com>
11460
11461 * gdb.multi/base.exp: Remove stale "spaces" references.
11462
762f7747
PA
114632015-12-10 Pedro Alves <palves@redhat.com>
11464
11465 * gdb.multi/base.exp: Don't use nowarnings.
11466 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
11467 * gdb.multi/hangout.c: Include stdio.h.
11468 * gdb.multi/hello.c: Include stdlib.h.
11469 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
11470 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
11471 * gdb.multi/multi-arch.exp: Don't use nowarnings.
11472
28d2bfb9
AB
114732015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
11474
11475 * gdb.dwarf2/dw2-ranges-base.c: New file.
11476 * gdb.dwarf2/dw2-ranges-base.exp: New file.
11477 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
11478 support additional line table, and debug ranges generation.
11479 (Dwarf::ranges): New function, generate .debug_ranges.
11480 (Dwarf::lines): Support generating simple line table programs.
11481 (Dwarf::assemble): Initialise new namespace variables.
11482
5fc2beac
KB
114832015-12-09 Kevin Buettner <kevinb@redhat.com>
11484
11485 * gdb.base/async.exp (proc test_background): Add case for
11486 asynchronous execution not supported.
11487
1c35a88f
LM
114882015-12-09 Luis Machado <lgustavo@codesourcery.com>
11489
11490 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
11491 format and change test names to make them unique.
11492
b593e3d9
RK
114932015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
11494 Pedro Alves <pedro@redhat.com>
11495
11496 PR gdb/18702
11497 Add checking of floatformats setup on x86_64 hosts.
11498 * gdb.arch/i386-float.S (main): Load bigval and smallval.
11499 (smallval, bigval): New labels/constants.
11500 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
11501 float" after loading bigval and smallval.
11502
d72413e6
PMR
115032015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
11504
11505 * gdb.ada/fun_overload_menu.exp: New testcase.
11506 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
11507
ece66d65
JS
115082015-12-04 Josh Stone <jistone@redhat.com>
11509
11510 * gdb.base/catch-fork-static.exp: New.
11511
41d0efca
YQ
115122015-12-03 Yao Qi <yao.qi@linaro.org>
11513
11514 * gdb.base/sizeof.c: Don't include stdio.h and
11515 ../lib/unbuffer_output.c.
11516 (main): New variable 'size' and 'value'. Remove printf and
11517 gdb_unbuffer_output. Assign return value to size and value.
11518 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
11519 at the beginning.
11520 (check_sizeof): Check the result by printing variable 'size'.
11521 (check_valueof): Check the result by printing variable 'value'.
11522
99fd02d9
YQ
115232015-12-01 Yao Qi <yao.qi@linaro.org>
11524
11525 * gdb.base/disp-step-syscall.exp: Define syscall instruction
11526 for aarch64*-*-linux* target.
11527
f2faf941
PA
115282015-11-30 Pedro Alves <palves@redhat.com>
11529
11530 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
11531
04bf20c5
PA
115322015-11-30 Pedro Alves <palves@redhat.com>
11533
11534 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
11535 Handle non-stop mode vCont replies.
11536
09df4675
PA
115372015-11-30 Pedro Alves <palves@redhat.com>
11538
11539 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
11540 prepare_for_testing. Start gdb with "set non-stop on" appended to
11541 GDBFLAGS. Lax expected stop output.
11542
58b584af
YQ
115432015-11-27 Yao Qi <yao.qi@linaro.org>
11544
11545 * gdb.arch/arm-neon.exp: New.
11546 * gdb.arch/arm-neon.c: New.
11547
dfcb77a8
YQ
115482015-11-27 Yao Qi <yao.qi@linaro.org>
11549
11550 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
11551
88e8ec1b
YQ
115522015-11-27 Yao Qi <yao.qi@linaro.org>
11553
11554 * gdb.cp/annota2.exp: Allow multiple occurrences of the
11555 frames-invalid annotation.
11556
bfde72c2
YQ
115572015-11-27 Yao Qi <yao.qi@linaro.org>
11558
11559 * gdb.cp/annota2.exp: Use ${frames_invalid}.
11560
f6512a69
SM
115612015-11-26 Simon Marchi <simon.marchi@ericsson.com>
11562
11563 * gdb.threads/names.exp: New file.
11564 * gdb.threads/names.c: New file.
11565 * README: Mention gdb,no_thread_names.
11566
46a3515b
MM
115672015-11-26 Markus Metzger <markus.t.metzger@intel.com>
11568
11569 PR 19297
11570 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
11571 support" error.
11572
62147a22
PA
115732015-11-24 Pedro Alves <palves@redhat.com>
11574
11575 PR 17539
11576 * gdb.base/display.exp: Expect displays to be sorted in ascending
11577 order. Use multi_line.
11578 * gdb.base/solib-display.exp: Likewise.
11579
2f341b6e
PA
115802015-11-24 Pedro Alves <palves@redhat.com>
11581
11582 PR 17539
25d49b86
PA
11583 * gdb.base/display.exp: Expect displays to be sorted in ascending
11584 order. Use multi_line.
11585 * gdb.base/solib-display.exp: Likewise.
2f341b6e 11586
7e0aa6aa
PA
115872015-11-24 Pedro Alves <palves@redhat.com>
11588
11589 PR 17539
11590 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
11591 threads in ascending order.
11592 * gdb.base/foll-fork.exp: Likewise.
11593 * gdb.base/foll-vfork.exp: Likewise.
11594 * gdb.base/multi-forks.exp: Likewise.
11595 * gdb.mi/mi-nonstop.exp: Likewise.
11596 * gdb.mi/mi-nsintrall.exp: Likewise.
11597 * gdb.multi/base.exp: Likewise.
11598 * gdb.multi/multi-arch.exp: Likewise.
11599 * gdb.python/py-inferior.exp: Likewise.
11600 * gdb.threads/break-while-running.exp: Likewise.
11601 * gdb.threads/execl.exp: Likewise.
11602 * gdb.threads/gcore-thread.exp: Likewise.
11603 * gdb.threads/info-threads-cur-sal.exp: Likewise.
11604 * gdb.threads/kill.exp: Likewise.
11605 * gdb.threads/linux-dp.exp: Likewise.
11606 * gdb.threads/multiple-step-overs.exp: Likewise.
11607 * gdb.threads/next-bp-other-thread.exp: Likewise.
11608 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
11609 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
11610 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
11611 * gdb.threads/thread-find.exp: Likewise.
11612 * gdb.threads/tls.exp: Likewise.
11613 * lib/mi-support.exp (mi_reverse_list): Delete.
11614 (mi_check_thread_states): No longer reverse list.
11615
2cc57ad8
PA
116162015-11-24 Pedro Alves <palves@redhat.com>
11617
11618 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
11619 use lowercase.
11620
c93e8391
SM
116212015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11622
11623 * gdb.trace/actions.c: Include trace-common.h.
11624 (main): Add a location for a fast tracepoint.
11625 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
11626 the normal tracepoints.
11627 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
11628
045ccf91
SM
116292015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11630
11631 * save-trace.exp: Factor out code to these...
11632 (gdb_save_tracepoints): New.
11633 (gdb_load_tracepoints): New.
11634 (do_save_load_test): New.
11635
5506f9f6
KB
116362015-11-23 Kevin Buettner <kevinb@redhat.com>
11637
11638 * gdb.base/asmlabel.exp: New test.
11639 * gdb.base/asmlabel.c: New test case.
11640
16c3b12f
JB
116412015-11-23 Joel Brobecker <brobecker@adacore.com>
11642
11643 * gdb.base/wrong_frame_bt_full-main.c: New file.
11644 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
11645 * gdb.base/wrong_frame_bt_full.exp: New file.
11646
155bfbd3
JB
116472015-11-23 Joel Brobecker <brobecker@adacore.com>
11648
11649 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
11650
bb097445
JM
116512015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11652
206853a0 11653 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
11654 pstate register when comparing registers values in
11655 sparc64-*-linux-gnu targets to avoid spurious differences.
11656
9c88ed8f
JM
116572015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11658
206853a0 11659 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 11660
96161e25
SL
116612015-11-19 Sandra Loosemore <sandra@codesourcery.com>
11662
11663 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
11664 as type argument to gdb_compile.
11665 * gdb.base/nested-subp2.exp: Likewise.
11666 * gdb.base/nested-subp3.exp: Likewise.
11667
340c2830
DV
116682015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
11669
11670 * lib/dwarf.exp (_note): Fix left shift of negative value.
11671 * gdb.trace/trace-condition.exp: Likewise.
11672
c1862d0f
YQ
116732015-11-13 Yao Qi <yao.qi@linaro.org>
11674
11675 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
11676 comments about d10v.
11677 (test_scalar_returns): Likewise.
11678 * gdb.base/d10v.ld: Remove.
11679 * gdb.base/overlays.exp: Remove the target triplet checking for
11680 d10v-*-*.
11681 * gdb.base/structs.exp (test_struct_returns): Remove the
11682 comments about d10v.
11683 (test_struct_calls): Likewise.
11684
77ae9c19
YQ
116852015-11-13 Yao Qi <yao.qi@linaro.org>
11686
11687 * gdb.base/gnu_vector.exp: Check the return value by "p res".
11688 * gdb.base/gnu_vector.c: Don't include stdio.h.
11689 (main): Don't print res and call add_some_intvecs.
11690
430e004e
MK
116912015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
11692
11693 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
11694 macro.
11695 (func5): Removed.
11696 (func4): Use FAST_TRACEPOINT_LABEL.
11697 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
11698 macro.
11699 (func): Removed.
11700 (thread_function): Use FAST_TRACEPOINT_LABEL.
11701 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
11702 (func): Remove.
11703 (marker): Use FAST_TRACEPOINT_LABEL.
11704 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
11705 (pendfunc1): Remove.
11706 (pendfunc): Use FAST_TRACEPOINT_LABEL.
11707 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
11708 (foo): Remove.
11709 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
11710 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
11711 macro.
11712 (func): Remove.
11713 (marker): Use FAST_TRACEPOINT_LABEL.
11714 * gdb.trace/trace-common.h: New header.
11715 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
11716 macro.
11717 (func): Remove.
11718 (marker): Use FAST_TRACEPOINT_LABEL.
11719 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
11720 (func): Remove.
11721 (thread_function): Use FAST_TRACEPOINT_LABEL.
11722
6e7675a7
MK
117232015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
11724
11725 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
11726 in front.
11727 * gdb.trace/change-loc.exp: Use global pcreg definition.
11728 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
11729 * gdb.trace/entry-values.exp: Use global spreg definition, add $
11730 in front.
11731 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
11732 * gdb.trace/pending.exp: Likewise.
11733 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
11734 * gdb.trace/trace-break.exp: Likewise.
11735 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
11736 in front.
11737 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
11738 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
11739 in front.
11740 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
11741
dddc0e16
JB
117422015-11-09 Joel Brobecker <brobecker@adacore.com>
11743
11744 * gdb.ada/fin_fun_out: New testcase.
11745
c6f0b406
KB
117462015-11-07 Kevin Buettner <kevinb@redhat.com>
11747
11748 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
11749 value associated with DW_AT_byte_size.
11750 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
11751 constants for DW_AT_byte_size, DW_AT_lower_bound, and
11752 DW_AT_upper_bound.
11753
f01dcfd9
KB
117542015-11-07 Kevin Buettner <kevinb@redhat.com>
11755
11756 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
11757 (gdb_target_symbol_prefix_flags): Define in terms of _asm
11758 version.
11759 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
11760 gdb.dwarf2/dw2-canonicalize-type.exp,
11761 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
11762 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
11763 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
11764 provided by gdb_target_symbol_prefix_flags_asm.
11765 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
11766 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
11767 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
11768 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
11769 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
11770 macros where needed). Use this macro for symbols which require
11771 the prefix provided by SYMBOL_PREFIX.
11772
2223449a
KB
117732015-11-05 Kevin Buettner <kevinb@redhat.com>
11774
11775 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
11776 New procs.
11777 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
11778 representing expressions, of more than one list element.
11779 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
11780 to prepend linker symbol prefix to f.
11781 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
11782 table_1 and table_2.
11783 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
11784 Likewise, for f and g.
11785 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
11786 for ptr.
11787 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
11788 for main.
11789 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
11790 table_1_ptr and table_2_ptr.
11791
6f2f1a3a
JK
117922015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11793 Joel Brobecker <brobecker@adacore.com>
11794
11795 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
11796
566c56c9
MK
117972015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
11798
11799 * gdb.reverse/s390-mvcle.c: New test.
11800 * gdb.reverse/s390-mvcle.exp: New file.
11801 * lib/gdb.exp: Enable reverse tests on s390*-linux.
11802
d5f0636b
MK
118032015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11804
11805 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
11806
7ad8b86c
MK
118072015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11808
11809 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
11810 reaching marker2.
11811 * gdb.reverse/getresuid-reverse.exp: Likewise.
11812 * gdb.reverse/pipe-reverse.exp: Likewise.
11813 * gdb.reverse/readv-reverse.exp: Likewise.
11814 * gdb.reverse/recvmsg-reverse.exp: Likewise.
11815 * gdb.reverse/time-reverse.exp: Likewise.
11816 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
11817
4081c0f1
YQ
118182015-10-30 Yao Qi <yao.qi@linaro.org>
11819
11820 * gdb.threads/wp-replication.c (watch_count_done): Remove.
11821 (empty_cycle): Remove.
11822 (main): Don't call empty_cycle. Don't use watch_count_done.
11823 * gdb.threads/wp-replication.exp: Don't set breakpoint on
11824 empty_cycle. Rewrite the code counting HW watchpoints.
11825
452b4ba5
MK
118262015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
11827
11828 * gdb.reverse/fstatat-reverse.c: New test.
11829 * gdb.reverse/fstatat-reverse.exp: New file.
11830 * gdb.reverse/getresuid-reverse.c: New test.
11831 * gdb.reverse/getresuid-reverse.exp: New file.
11832 * gdb.reverse/pipe-reverse.c: New test.
11833 * gdb.reverse/pipe-reverse.exp: New file.
11834 * gdb.reverse/readv-reverse.c: New test.
11835 * gdb.reverse/readv-reverse.exp: New file.
11836 * gdb.reverse/recvmsg-reverse.c: New test.
11837 * gdb.reverse/recvmsg-reverse.exp: New file.
11838 * gdb.reverse/time-reverse.c: New test.
11839 * gdb.reverse/time-reverse.exp: New file.
11840 * gdb.reverse/waitpid-reverse.c: New test.
11841 * gdb.reverse/waitpid-reverse.exp: New file.
11842
5e2e7507
JK
118432015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11844
11845 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
11846
0fde2c53
DE
118472015-10-26 Doug Evans <dje@google.com>
11848
11849 PR symtab/17391
11850 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
11851 * gdb.dwarf2/bad-regnum.c: New file.
11852 * gdb.dwarf2/bad-regnum.exp: New file.
11853
1a70ae97
DE
118542015-10-26 Doug Evans <dje@google.com>
11855
11856 PR python/18938
11857 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
11858 file.
11859
27dc26ab
JK
118602015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11861
11862 * gdb.compile/compile.exp (compile code globalvar): Update expectation
11863 for a change by "Mention language in compile error message".
11864
bed91f4d
SM
118652015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
11866
11867 PR python/18073
11868 * gdb.python/py-type.c (C::a_method): New.
11869 (C::a_const_method): New.
11870 (C::a_static_method): New.
11871 (a_function): New.
11872 * gdb.python/py-type.exp (test_fields): Test getting fields
11873 from function and method.
11874
3f2f83dd
KB
118752015-10-21 Keven Boell <keven.boell@intel.com>
11876
11877 * gdb.fortran/vla-alloc-assoc.exp: New file.
11878 * gdb.fortran/vla-datatypes.exp: New file.
11879 * gdb.fortran/vla-datatypes.f90: New file.
11880 * gdb.fortran/vla-history.exp: New file.
11881 * gdb.fortran/vla-ptype-sub.exp: New file.
11882 * gdb.fortran/vla-ptype.exp: New file.
11883 * gdb.fortran/vla-sizeof.exp: New file.
11884 * gdb.fortran/vla-sub.f90: New file.
11885 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
11886 * gdb.fortran/vla-value-sub-finish.exp: New file.
11887 * gdb.fortran/vla-value-sub.exp: New file.
11888 * gdb.fortran/vla-value.exp: New file.
11889 * gdb.fortran/vla-ptr-info.exp: New file.
11890 * gdb.mi/mi-vla-fortran.exp: New file.
11891 * gdb.mi/vla.f90: New file.
11892
27145d50
SL
118932015-10-21 Sandra Loosemore <sandra@codesourcery.com>
11894
11895 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
11896 of hardwired timeout value.
11897
5f3ff4f8
JK
118982015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11899 Pedro Alves <palves@redhat.com>
11900
11901 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
11902 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
11903
bfd09d20
JS
119042015-10-19 Josh Stone <jistone@redhat.com>
11905
11906 * gdb.base/catch-syscall.c: Include <sched.h>.
11907 (unknown_syscall): New variable.
11908 (main): Trigger a vfork and an unknown syscall.
11909 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
11910 (unknown_syscall_number): Likewise.
11911 (check_call_to_syscall): Accept an optional syscall pattern.
11912 (check_return_from_syscall): Likewise.
11913 (check_continue): Likewise.
11914 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
11915 (test_catch_syscall_skipping_return): New test toggling off 'catch
11916 syscall' to step over the syscall return, then toggling back on.
11917 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
11918 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
11919 (do_syscall_tests): Call test_catch_syscall_without_args and
11920 test_catch_syscall_mid_vfork.
11921 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
11922 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
11923
b32b93c6
AS
119242015-10-19 Andrew Stubbs <ams@codesourcery.com>
11925
11926 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
11927 print g_vE): Add new pass patterns.
11928 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
11929 print various symbol names for vptr fields.
11930
9d622bda
AB
119312015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
11932
11933 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
11934 results.
11935
0fd8ac1c
YQ
119362015-10-12 Yao Qi <yao.qi@linaro.org>
11937
11938 * gdb.arch/disp-step-insn-reloc.exp: New test case.
11939
34240514
YQ
119402015-10-12 Yao Qi <yao.qi@linaro.org>
11941
11942 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
11943 is aarch64*-*-linux*.
11944
8240f442
YQ
119452015-10-12 Yao Qi <yao.qi@linaro.org>
11946
11947 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
11948 (can_relocate_bcond_true): ... it.
11949 (can_relocate_bcond_false): New function.
11950 (foo): Likewise.
11951 (can_relocate_bl): Likewise.
11952 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
11953 can_relocate_bl.
11954
2520f728
PMR
119552015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
11956
11957 * gdb.base/nested-addr.c: New file.
11958 * gdb.base/nested-addr.exp: New testcase.
11959
abcef95a
MM
119602015-10-09 Markus Metzger <markus.t.metzger@intel.com>
11961
11962 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
11963 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
11964 its output. Ignore the output of "record goto begin" and instead
11965 check that GDB is replaying.
11966
145e3ddb
PA
119672015-10-09 Pedro Alves <palves@redhat.com>
11968
11969 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
11970 (top level): Use it in the run with no args test.
11971
d5d8c4e1
IB
119722015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
11973
11974 * gdb.dlang/properties.exp: New file.
11975
06e635ef
SL
119762015-10-02 Sandra Loosemore <sandra@codesourcery.com>
11977
11978 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
11979 whether or not address 0x1000 is mapped on the target.
11980
e019fd1d
SM
119812015-09-30 Simon Marchi <simon.marchi@ericsson.com>
11982
11983 * gdb.python/py-type.exp: Do not run tests if binaries fail to
11984 build.
11985
77ba2a67
MM
119862015-09-30 Markus Metzger <markus.t.metzger@intel.com>
11987
11988 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
11989 instruction-history test.
11990
c60eb31f
DE
119912015-09-28 Doug Evans <dje@google.com>
11992
11993 * gdb.base/gcore.c (array_func): Add reference to static_array.
11994
9a3c8263
SM
119952015-09-25 Simon Marchi <simon.marchi@ericsson.com>
11996
11997 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
11998 source line.
11999
9720e656
SL
120002015-09-24 Sandra Loosemore <sandra@codesourcery.com>
12001
12002 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
12003 short or char as base type.
12004
938d3bf2
SL
120052015-09-23 Sandra Loosemore <sandra@codesourcery.com>
12006
12007 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
12008 to allow any size enum.
12009
e6c2c623
PMR
120102015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
12011
12012 * gdb.ada/array_ptr_renaming.exp: New testcase.
12013 * gdb.ada/array_ptr_renaming/foo.adb: New file.
12014 * gdb.ada/array_ptr_renaming/pack.ads: New file.
12015
06da0f77
PL
120162015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12017
12018 * gdb.trace/ftrace-lock.c: New file.
12019 * gdb.trace/ftrace-lock.exp: New file.
12020
4f51c22a
PL
120212015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12022
12023 * gdb.arch/insn-reloc.c: New file.
12024 * gdb.arch/ftrace-insn-reloc.exp: New file.
12025
7041adf4
PL
120262015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12027
12028 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
12029 instruction.
12030 * gdb.trace/pendshr1.c (pendfunc): Likewise.
12031 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
12032 * gdb.trace/range-stepping.c: Likewise.
12033 * gdb.trace/trace-break.c: Likewise.
12034 * gdb.trace/trace-mt.c (thread_function): Likewise.
12035 * gdb.trace/ftrace.c (marker): Likewise.
12036 * gdb.trace/trace-condition.c (marker): Likewise.
12037 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
12038 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
12039 is_aarch64_target.
12040
015d2e7e
DE
120412015-09-18 Doug Evans <xdje42@gmail.com>
12042
12043 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
12044 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
12045
26b188a2
SL
120462015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12047
12048 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
12049 the breakpoint.
12050
79dc332b
SL
120512015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12052
12053 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
12054 the pending breakpoint. Remove timeout override for "Run till
12055 MI pending breakpoint on pendfunc3 on thread 2" test.
12056
f57929f2
SL
120572015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12058
12059 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
12060 filename pattern.
12061
3f469b17
SL
120622015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12063
12064 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
12065 in breakpoint filename pattern.
12066
515b89b3
SL
120672015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12068
7800dbe4
SL
12069 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
12070
120712015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12072
515b89b3
SL
12073 * gdb.linespec/explicit.exp: Check for readline support for
12074 tab-completion tests. Fix obvious typo.
12075
d2939ba2
MM
120762015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12077
12078 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
12079 and replay.
12080
cbb55fa7
MM
120812015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12082
12083 * gdb.btrace/non-stop.c: New.
12084 * gdb.btrace/non-stop.exp: New.
12085
43691ca1
PL
120862015-09-17 Pierre Langlois <pierre.langlois@arm.com>
12087 Yao Qi <yao.qi@linaro.org>
12088
12089 * gdb.trace/trace-condition.c: New file.
12090 * gdb.trace/trace-condition.exp: New file.
12091
d78908cf
WW
120922015-09-16 Wei-cheng Wang <cole945@gmail.com>
12093
12094 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
12095 for testing bytecode compilation.
12096
1ed415e2
PA
120972015-09-16 Pedro Alves <palves@redhat.com>
12098 Sandra Loosemore <sandra@codesourcery.com>
12099
12100 * gdb.threads/non-stop-fair-events.c (timeout): New global.
12101 (SECONDS): Redefine.
12102 (main): Call pthread_kill and alarm early.
12103 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
12104 support.
12105 (test): If the target can't hardware step and doesn't support
12106 displaced stepping, increase the timeout.
12107
d136eff5
PA
121082015-09-16 Pedro Alves <palves@redhat.com>
12109
12110 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
12111 (enable_debug): New procedures.
12112 (test): Use them. Bail out if waiting for threads fails.
12113 (top level): Bail out if a test fails.
12114
991f019c
YQ
121152015-09-16 Yao Qi <yao.qi@linaro.org>
12116
12117 * gdb.asm/asm-source.exp: Set asm-arch for
12118 aarch64*-*-* target.
12119 * gdb.asm/aarch64.inc: New file.
12120
bfca584f
PMR
121212015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
12122
12123 * gdb.ada/array_of_variable_length.exp: New testcase.
12124 * gdb.ada/array_of_variable_length/foo.adb: New file.
12125 * gdb.ada/array_of_variable_length/pck.adb: New file.
12126 * gdb.ada/array_of_variable_length/pck.ads: New file.
12127
b326e587
DE
121282015-09-15 Doug Evans <dje@google.com>
12129
12130 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
12131 of function static local variable.
12132
5382cfab
PW
121332015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12134
12135 * gdb.threads/tls-so_extern.exp: New test file.
12136 * gdb.threads/tls-so_extern.c: New test file.
12137 * gdb.threads/tls-so_extern_main.c: New test file.
12138
141c5cc4
JK
121392015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12140
12141 * gdb.opt/solib-intra-step-lib.c: New file.
12142 * gdb.opt/solib-intra-step-main.c: New file.
12143 * gdb.opt/solib-intra-step.exp: New file.
12144
d15dcecd
PA
121452015-09-15 Pedro Alves <palves@redhat.com>
12146
12147 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
12148 gdb_continue_to_breakpoint instead of gdb_test_multiple.
12149
4c2f2a79
PA
121502015-09-14 Pedro Alves <palves@redhat.com>
12151
12152 * gdb.base/hook-stop-continue.c: Delete.
12153 * gdb.base/hook-stop-continue.exp: Delete.
12154 * gdb.base/hook-stop-frame.c: Delete.
12155 * gdb.base/hook-stop-frame.exp: Delete.
12156 * gdb.base/hook-stop.c: New file.
12157 * gdb.base/hook-stop.exp: New file.
12158
919e6dbe
PMR
121592015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
12160
12161 * gdb.ada/access_to_packed_array.exp: New testcase.
12162 * gdb.ada/access_to_packed_array/foo.adb: New file.
12163 * gdb.ada/access_to_packed_array/pack.adb: New file.
12164 * gdb.ada/access_to_packed_array/pack.ads: New file.
12165
157280a4
MM
121662015-09-14 Markus Metzger <markus.t.metzger@intel.com>
12167
12168 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
12169 buffer size test.
12170
2fd33e94
DB
121712015-09-11 Don Breazeal <donb@codesourcery.com>
12172
12173 * gdb.base/foll-exec.c: Add copyright header. Fix
12174 formatting issues.
12175 * gdb.base/foll-exec.exp (zap_session): Delete proc.
12176 (do_exec_tests): Use clean_restart in place of zap_session,
12177 and for test initialization. Fix formatting issues. Use
12178 fail in place of perror.
12179 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
12180 an expect statement to match an expression with output from
12181 the program under debug.
12182 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
12183 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
12184 * gdb.threads/non-ldr-exc-2.exp: Likewise.
12185 * gdb.threads/non-ldr-exc-3.exp: Likewise.
12186 * gdb.threads/non-ldr-exc-4.exp: Likewise.
12187
e70b6e8e
DE
121882015-09-09 Doug Evans <dje@google.com>
12189
12190 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
12191
7a551a51
DE
121922015-09-09 Doug Evans <dje@google.com>
12193
12194 * gdb.base/pie-execl.exp: Fix result test of build_executable.
12195
4c666f84
DE
121962015-09-09 Doug Evans <dje@google.com>
12197
12198 * gdb.base/savedregs.exp: Fix typo.
12199
243a9253
PA
122002015-09-09 Pedro Alves <palves@redhat.com>
12201
12202 * gdb.mi/mi-cli.exp: Add CLI finish tests.
12203
c0fa8fbd
SL
122042015-09-08 Sandra Loosemore <sandra@codesourcery.com>
12205
12206 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
12207 command actually switches threads. Give up on remaining
12208 tests if target fails to stop at breakpoint.
12209
cd7c1778
PMR
122102015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
12211
12212 * gdb.ada/funcall_char.exp: New testcase.
12213 * gdb.ada/funcall_char/foo.adb: New file.
12214
dc5c8746
PMR
122152015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
12216
12217 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
12218 expected outputs. Add two testcases for completing ambiguous
12219 functions.
12220 * gdb.ada/complete/aux_pck.adb: New file.
12221 * gdb.ada/complete/aux_pck.ads: New file.
12222 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
12223 Ambiguous_Func functions.
12224 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
12225 * gdb.ada/complete/pck.adb: Likewise.
12226
4e83a1e7
UW
122272015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
12228
12229 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
12230 failures to run the test program under GDB.
12231
8ce74153
LM
122322015-08-26 Luis Machado <lgustavo@codesourcery.com>
12233
12234 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
12235 to C.
12236
e9756d52
PP
122372015-08-26 Patrick Palka <patrick@parcs.ath.cx>
12238
12239 * gdb.base/run-after-attach.exp: New test file.
12240 * gdb.base/run-after-attach.c: New test file.
12241
8d37573b
DB
122422015-08-26 Don Breazeal <donb@codesourcery.com>
12243
12244 * gdb.base/foll-exec-2.c: New test program.
12245 * gdb.base/foll-exec-2.exp: New test.
12246
63e43d3a
PMR
122472015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
12248
12249 * gdb.base/nested-subp1.exp: New file.
12250 * gdb.base/nested-subp1.c: New file.
12251 * gdb.base/nested-subp2.exp: New file.
12252 * gdb.base/nested-subp2.c: New file.
12253 * gdb.base/nested-subp3.exp: New file.
12254 * gdb.base/nested-subp3.c: New file.
12255
3d40fbb5
PA
122562015-08-24 Pedro Alves <palves@redhat.com>
12257
12258 * gdb.server/connect-without-multi-process.c: New file.
12259 * gdb.server/connect-without-multi-process.exp: New file.
12260
4422ac93
LM
122612015-08-24 Luis Machado <lgustavo@codesourcery.com>
12262
12263 * gdb.opt/inline-markers.c: Make z int.
12264
91dddb86
LM
122652015-08-24 Luis Machado <lgustavo@codesourcery.com>
12266
12267 * gdb.opt/inline-markers.c: Make z volatile.
12268
a48847ee
LM
122692015-08-24 Luis Machado <lgustavo@codesourcery.com>
12270
12271 * gdb.opt/inline-bt.c: New volatile global z.
12272 * gdb.opt/inline-cmds.c: Likewise.
12273 * gdb.opt/inline-locals.c: Likewise.
12274 * gdb.opt/inline-markers.c: New extern global z.
12275 (marker): Use z.
12276 (inline_fn): Likewise.
12277
0ebbc52b
PA
122782015-08-24 Pedro Alves <palves@redhat.com>
12279
12280 * config/m32r-stub.exp: Remove file.
12281 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
12282 * gdb.base/call-rt-st.exp: Likewise.
12283 * gdb.base/call-strs.exp: Likewise.
12284 * gdb.base/default.exp: Remove references to h8300-*-hms and
12285 *-*-udi*.
12286 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
12287
77c365df
AA
122882015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12289
12290 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
12291 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
12292 and "return" use KFAIL when GDB can not read/write the vector
12293 return value.
12294
4313b8c0
GB
122952015-08-21 Gary Benson <gbenson@redhat.com>
12296
12297 * gdb.trace/pending.exp: Cope with remote transfer warnings.
12298
0e433b32
PA
122992015-08-20 Pedro Alves <palves@redhat.com>
12300
12301 * gdb.server/solib-list.exp: No longer expect an interior stop in
12302 non-stop mode.
12303
221e1a37
PA
123042015-08-20 Pedro Alves <palves@redhat.com>
12305
12306 * gdb.server/connect-stopped-target.c: New file.
12307 * gdb.server/connect-stopped-target.exp: New file.
12308
40e3ad0e
PA
123092015-08-20 Pedro Alves <palves@redhat.com>
12310
12311 * gdb.dwarf2/comp-unit-lang.exp: New file.
12312 * gdb.dwarf2/comp-unit-lang.c: New file.
12313
af39b327
PMR
123142015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
12315
12316 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
12317 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
12318
7d45c7c3 123192015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 12320
7d45c7c3
KB
12321 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
12322 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
12323
4d6cceb4
DE
123242015-08-18 Doug Evans <dje@google.com>
12325 Adrian Sendroiu <adrian.sendroiu@freescale.com>
12326
12327 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
12328 skip_python_tests. New arg prompt_regexp.
12329 (skip_python_tests): New function.
12330 * lib/mi-support.exp (mi_skip_python_tests): New function.
12331 * gdb.python/py-mi-objfile-gdb.py: New file.
12332 * gdb.python/py-mi-objfile.c: New file.
12333 * gdb.python/py-mi-objfile.exp: New file.
12334
ad89c2aa
KS
123352015-08-17 Keith Seitz <keiths@redhat.com>
12336
12337 * gdb.linespec/explicit.exp: Move strace test from here ...
12338 * gdb.trace/strace.exp: ... to here.
12339
e3ae3c43
PP
123402015-08-15 Patrick Palka <patrick@parcs.ath.cx>
12341
12342 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
12343 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
12344
604b2636
DE
123452015-08-14 Doug Evans <xdje42@gmail.com>
12346
12347 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
12348 inferior before selecting a new file.
12349
6ff0ba5f
DE
123502015-08-14 Doug Evans <xdje42@gmail.com>
12351
12352 * gdb.mi/mi-disassemble.exp: Update.
12353 * gdb.base/disasm-optim.S: New file.
12354 * gdb.base/disasm-optim.c: New file.
12355 * gdb.base/disasm-optim.h: New file.
12356 * gdb.base/disasm-optim.exp: New file.
12357
9ca98f92
KS
123582015-08-14 Keith Seitz <keiths@redhat.com>
12359
12360 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
12361 "evaluated-by".
12362
52bbc560
JB
123632015-08-13 Joel Brobecker <brobecker@adacore.com>
12364
12365 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
12366
5d8c3ed3
PMR
123672015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
12368
12369 * gdb.ada/fun_renaming.exp: New testcase.
12370 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
12371 * gdb.ada/fun_renaming/pack.adb: New file.
12372 * gdb.ada/fun_renaming/pack.ads: New file.
12373
ea8812bc
KS
123742015-08-12 Keith Seitz <keiths@redhat.com>
12375
12376 * gdb.base/dso2dso.exp: Pass basename of source file in call to
12377 gdb_get_line_number.
12378
4dafcdeb
JB
123792015-08-12 Joel Brobecker <brobecker@adacore.com>
12380
12381 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
12382 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
12383 gdb.base/dso2dso.exp: New files.
12384
5ba32597
SDJ
123852015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
12386 Pedro Alves <palves@redhat.com>
12387 Keith Seitz <keiths@redhat.com>
12388
12389 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
12390 GDBFLAGS.
12391
b6dafabf
PP
123922015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12393
12394 * gdb.base/gdbhistsize-history.exp
12395 (test_histsize_history_setting): Use save_vars.
12396 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12397 Use save_vars.
12398 (test_no_truncation_of_unlimited_history_file): Use save_vars.
12399 * gdb.base/readline.exp: Use save_vars.
12400
abe8e607
PP
124012015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12402
12403 * lib/gdb.exp (save_vars): New proc.
12404
629500fa
KS
124052015-08-11 Keith Seitz <keiths@redhat.com>
12406
12407 * gdb.base/help.exp: Update help_breakpoint_text.
12408
eb8c4e2e
KS
124092015-08-11 Keith Seitz <keiths@redhat.com>
12410
12411 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
12412 (at toplevel): Call test_explicit_breakpoints.
12413 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
12414 breakpoints.
12415 * lib/mi-support.exp (mi_make_breakpoint): Add support for
12416 breakpoint conditions, "-cond".
12417
87f0e720
KS
124182015-08-11 Keith Seitz <keiths@redhat.com>
12419
12420 * gdb.linespec/3explicit.c: New file.
12421 * gdb.linespec/cpexplicit.cc: New file.
12422 * gdb.linespec/cpexplicit.exp: New file.
12423 * gdb.linespec/explicit.c: New file.
12424 * gdb.linespec/explicit.exp: New file.
12425 * gdb.linespec/explicit2.c: New file.
12426 * gdb.linespec/ls-errs.exp: Add explicit location tests.
12427 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
12428 before using in the matching pattern.
12429 Clarify that `prefix' is a regular expression.
12430
f00aae0f
KS
124312015-08-11 Keith Seitz <keiths@redhat.com>
12432
12433 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
12434 test.
12435 Add tests for missing ",FMT" and ",".
12436
e27852be
DE
124372015-08-10 Doug Evans <dje@google.com>
12438 Keith Seitz <keiths@redhat.com>
12439
12440 PR gdb/17960
12441 * gdb.base/completion.exp: Add location completer tests.
12442
7f03bd92
PA
124432015-08-07 Pedro Alves <palves@redhat.com>
12444
12445 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
12446 tests here.
12447 (top level): Run do_test with and without displaced stepping.
12448
3fc8eb30
PA
124492015-08-07 Pedro Alves <palves@redhat.com>
12450
12451 * gdb.base/valgrind-disp-step.c: New file.
12452 * gdb.base/valgrind-disp-step.exp: New file.
12453
d4569d7b
PA
124542015-08-07 Pedro Alves <palves@redhat.com>
12455
12456 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
12457 Delete function.
12458 (main): Add alarm. Run an infinite loop instead of calling
12459 wait_threads.
12460 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
12461 comment.
12462 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
12463 Delete function.
12464 (main): Add alarm. Run an infinite loop instead of calling
12465 wait_threads.
12466 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
12467 comment.
12468
e1316e60
PA
124692015-08-07 Pedro Alves <palves@redhat.com>
12470
12471 * gdb.base/checkpoint-ns.exp: New file.
12472 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
12473 standard_testfile.
12474
da8c46d2
MM
124752015-08-07 Markus Metzger <markus.t.metzger@intel.com>
12476
12477 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
12478 * gdb.btrace/instruction_history.exp: Update.
12479 * gdb.btrace/tsx.exp: New.
12480 * gdb.btrace/tsx.c: New.
12481
de1c2c52
PA
124822015-08-06 Pedro Alves <palves@redhat.com>
12483
12484 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
12485 increase timeout.
12486 * gdb.reverse/until-precsave.exp: Bump timeouts.
12487
782e0bf4
PA
124882015-08-06 Pedro Alves <palves@redhat.com>
12489
12490 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
12491
83e97ed0
PA
124922015-08-06 Pedro Alves <palves@redhat.com>
12493
12494 PR gdb/18749
12495 * gdb.threads/process-dies-while-handling-bp.c: New file.
12496 * gdb.threads/process-dies-while-handling-bp.exp: New file.
12497
863d01bd
PA
124982015-08-06 Pedro Alves <palves@redhat.com>
12499
12500 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
12501 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
12502
0a39bb32
PA
125032015-08-05 Pedro Alves <palves@redhat.com>
12504
12505 * gdb.threads/next-while-other-thread-longjmps.c: New file.
12506 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
12507
ee2d2b10
SL
125082015-08-03 Sandra Loosemore <sandra@codesourcery.com>
12509
12510 * gdb.base/bp-permanent.exp: Report test as unsupported if
12511 the target cannot stop at the permanent breakpoint.
12512
4e1bdb00
DE
125132015-08-03 Doug Evans <dje@google.com>
12514
12515 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
12516 10000.
12517
3d338901
DE
125182015-08-03 Doug Evans <dje@google.com>
12519
12520 * Makefile.in (workers/%.worker, build-perf): New rule.
12521 (GDB_PERFTEST_MODE): New variable.
12522 (check-perf): Use it.
12523 (clean): Clean up gdb.perf parallel build subdirs.
12524 * lib/build-piece.exp: New file.
12525 * lib/gdb.exp (make_gdb_parallel_path): New function
12526 (standard_output_file, standard_temp_file): Call it.
12527 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12528 of $GDB_PARALLEL.
12529 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
12530
af061d3e
DE
125312015-08-03 Doug Evans <dje@google.com>
12532
8e1afc81 12533 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
12534 (LOG_FILE_NAME): New global.
12535 (TextReporter.__init__): Initialize self.txt_sum.
12536 (TextReporter.report): Add support for multiple data-points.
12537 Move report to perftest.sum, put raw data in perftest.log.
12538 (TextReporter.start): Open sum and log files.
12539 (TextReporter.end): Close sum and log files.
8e1afc81
DE
12540 * gdb.perf/lib/perftest/testresult.py
12541 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 12542
2c8c5d37
PA
125432015-07-31 Pedro Alves <palves@redhat.com>
12544
12545 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
12546 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12547 kill_wait_spawned_process instead of explicit "kill -9".
12548 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
12549 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12550 kill_wait_spawned_process.
12551 * gdb.base/attach-twice.exp: Likewise.
12552 * gdb.base/attach.exp: Likewise.
12553 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
12554 gdb_test_multiple.
12555 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
12556 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12557 kill_wait_spawned_process.
12558 * gdb.base/valgrind-infcall.exp: Likewise.
12559 * gdb.multi/multi-attach.exp: Likewise.
12560 * gdb.python/py-prompt.exp: Likewise.
12561 * gdb.python/py-sync-interp.exp: Likewise.
12562 * gdb.server/ext-attach.exp: Likewise.
12563 * gdb.threads/attach-into-signal.exp (corefunc): Use
12564 spawn_wait_for_attach, spawn_id_get_pid and
12565 kill_wait_spawned_process.
12566 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
12567 spawn_wait_for_attach returning a spawn id instead of a pid. Use
12568 spawn_id_get_pid and kill_wait_spawned_process.
12569 * gdb.threads/attach-stopped.exp (corefunc): Use
12570 spawn_wait_for_attach, spawn_id_get_pid and
12571 kill_wait_spawned_process.
12572 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
12573 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12574 kill_wait_spawned_process instead of explicit "kill -9".
12575 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
12576 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
12577 (spawn_wait_for_attach): Use spawn instead of exec to spawn
12578 processes. Don't map cygwin/windows pids here. Now returns a
12579 spawn id list.
12580
032a0fca
SL
125812015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12582
12583 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
12584 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
12585 correct patch.
12586
61a934ca
SL
125872015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12588
12589 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
12590
4bc4d428
SL
125912015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12592
12593 Reapply:
12594 2014-05-21 Mark Wielaard <mjw@redhat.com>
12595
12596 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12597
998d452a
PA
125982015-07-30 Pedro Alves <palves@redhat.com>
12599
12600 * linux-low.c (handle_extended_wait): Set the child's last
12601 reported status to TARGET_WAITKIND_STOPPED.
12602
69dde7dc
PA
126032015-07-30 Pedro Alves <palves@redhat.com>
12604
12605 PR threads/18600
12606 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
12607 only shows inferior 1.
12608
4dd63d48
PA
126092015-07-30 Simon Marchi <simon.marchi@ericsson.com>
12610 Pedro Alves <palves@redhat.com>
12611
12612 PR threads/18600
12613 * gdb.threads/fork-plus-threads.c: New file.
12614 * gdb.threads/fork-plus-threads.exp: New file.
12615
d618e4c5
PP
126162015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12617
12618 * gdb.base/batch-preserve-term-settings.exp
12619 (test_terminal_settings_preserved_after_cli_exit): Use
12620 send_quit_command.
12621
1eef6428
PA
126222015-07-29 Pedro Alves <palves@redhat.com>
12623 Don Breazeal <donb@codesourcery.com>
12624
12625 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
12626 output from both inferior_spawn_id and gdb_spawn_id.
12627
7da5b897
SDJ
126282015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12629
12630 * gdb.threads/attach-into-signal.exp (corefunc): Use
12631 with_test_prefix on nested loops, uniquefying the test messages.
12632
dac804df
SDJ
126332015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12634
12635 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
12636 commit.
12637
06265e53
PP
126382015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12639
12640 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
12641 New proc.
12642 (test_terminal_settings_preserved_after_sigterm): New test.
12643
18206ca3
PP
126442015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12645
12646 * gdb.base/batch-preserve-term-settings.exp
12647 (test_terminal_settings_preserved_after_cli_exit): New test.
12648
90074d11
PP
126492015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12650
12651 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
12652 manipulation of saved_gdbflags.
12653 (test_terminal_settings_preserved): Remove global declaration of
12654 the unused variable pagination_prompt. Remove manipulation of
12655 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
12656 GDBFLAGS.
12657
eb1a7902
PA
126582015-07-29 Pedro Alves <palves@redhat.com>
12659
12660 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
12661
8b75dd3b
PA
126622015-07-29 Pedro Alves <palves@redhat.com>
12663
12664 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
12665 at the top.
12666
dedad4e3
PA
126672015-07-29 Pedro Alves <palves@redhat.com>
12668
12669 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
12670 (main): Call gdb_unbuffer_output.
12671 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
12672 (main): Call gdb_unbuffer_output.
12673 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
12674 (main): Call gdb_unbuffer_output.
12675 * gdb.base/call-strs.exp: Adjust to step over the
12676 gdb_unbuffer_output call.
12677 * gdb.base/catch-gdb-caused-signals.c: Include
12678 "../lib/unbuffer_output.c".
12679 (main): Call gdb_unbuffer_output.
12680 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
12681 (main): Call gdb_unbuffer_output.
12682 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
12683 (main): Call gdb_unbuffer_output.
12684 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
12685 (main): Call gdb_unbuffer_output.
12686 * gdb.base/shlib-call.exp: Adjust to step over the
12687 gdb_unbuffer_output call.
12688 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
12689 (main): Call gdb_unbuffer_output.
12690 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
12691 (main): Call gdb_unbuffer_output.
12692 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
12693 (main): Rename to ...
12694 (test): ... this.
12695 (main): Reimplement.
12696 * gdb.base/varargs.exp: Run to test instead of to main.
12697 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12698 (main): Call gdb_unbuffer_output.
12699
58789a91
PA
127002015-07-29 Pedro Alves <palves@redhat.com>
12701
12702 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
12703 factore out from mi_continue_dprintf. For call-style dprintfs,
12704 expect dprintf output out of $inferior_spawn_id.
12705 (mi_continue_dprintf): Use mi_expect_dprintf.
12706 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12707 (main): Call gdb_unbuffer_output.
12708
e8376742
PA
127092015-07-29 Pedro Alves <palves@redhat.com>
12710
12711 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
12712 (default_mi_gdb_start): Set inferior_spawn_id instead of
12713 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
12714 gdb_spawn_id.
12715 (mi_gdb_test): Always expect inferior output from both
12716 $inferior_spawn_id and $gdb_spawn_id.
12717
08280010
PA
127182015-07-29 Pedro Alves <palves@redhat.com>
12719
12720 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
12721 send_inferior and $inferior_spawn_id.
12722
4d30e432
PA
127232015-07-29 Pedro Alves <palves@redhat.com>
12724
12725 * gdb.gdb/complaints.exp (test_initial_complaints)
12726 (test_serial_complaints, test_short_complaints): Use
12727 gdb_test_stdio.
12728 (test_empty_complaint): Handle $inferior_spawn_id !=
12729 $gdb_spawn_id.
12730
0d30a335
PA
127312015-07-29 Pedro Alves <palves@redhat.com>
12732
12733 * gdb.base/varargs.exp: Use gdb_test_stdio.
12734
39413b29
PA
127352015-07-29 Pedro Alves <palves@redhat.com>
12736
12737 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
12738
7cb000a9
PA
127392015-07-29 Pedro Alves <palves@redhat.com>
12740
12741 * gdb.base/ending-run.exp: Use gdb_test_stdio.
12742
d7b8ac82
PA
127432015-07-29 Pedro Alves <palves@redhat.com>
12744
12745 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
12746 parameter into two new parameters, "inf_result" and "gdb_result".
12747 Expect inferior output and gdb output from $inferior_spawn_id and
12748 $gdb_spawn_id, respectively. Adjust all callers.
12749
789c3a0c
PA
127502015-07-29 Pedro Alves <palves@redhat.com>
12751
12752 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
12753 of gdb_test_sequence.
12754
77e760c3
PA
127552015-07-29 Pedro Alves <palves@redhat.com>
12756
12757 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
12758 (saw_spurious_output): Expect inferior output from
12759 $inferior_spawn_id. Use gdb_test_stdio.
12760
8396d2cd
PA
127612015-07-29 Pedro Alves <palves@redhat.com>
12762
12763 * gdb.base/dprintf.exp: Use standard_testfile. Change
12764 prepare_for_testing call.
12765 (srcfile): Don't set.
12766 (restart): New procedure.
12767 (test_dprintf): New procecure, use to continue over dprintfs.
12768 (test_call, test_agent): New procedures, tests moved here.
12769 Restart gdb and recreate dprintfs. Adjust expected output.
12770
2051d61f
PA
127712015-07-29 Pedro Alves <palves@redhat.com>
12772
12773 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
12774
452397af
PA
127752015-07-29 Pedro Alves <palves@redhat.com>
12776
12777 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
12778
8aed9555
PA
127792015-07-29 Pedro Alves <palves@redhat.com>
12780
12781 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
12782 gdb_test_stdio.
12783
188a61b4
PA
127842015-07-29 Pedro Alves <palves@redhat.com>
12785
12786 * lib/gdb.exp (gdb_test_stdio): New procedure.
12787
12264a45
PA
127882015-07-29 Pedro Alves <palves@redhat.com>
12789
12790 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
12791
23ffc893
PA
127922015-07-29 Pedro Alves <palves@redhat.com>
12793
12794 * gdb.base/call-signal-resume.exp: Remove check for
12795 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
12796 * gdb.base/unwindonsignal.exp: Likewise.
12797 * gdb.base/call-signals.c (gen_signal): Remove printf call.
12798 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
12799
65566918
PA
128002015-07-29 Pedro Alves <palves@redhat.com>
12801
12802 * gdb.base/siginfo-addr.c (pass): New function.
12803 (handler): Call it iff si_addr is correct.
12804 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
12805 Set a breakpoint at "pass" and continue to it.
12806
d60a9221
SDJ
128072015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
12808
12809 * gdb.python/py-objfile.exp: Make some tests have unique names.
12810 * gdb.python/py-pp-registration.exp: Likewise.
12811
bde40b8f
PA
128122015-07-28 Pedro Alves <palves@redhat.com>
12813
12814 * gdb.server/server-exec-info.exp: Issue a "disconnect".
12815
13e1dec8
SM
128162015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12817
12818 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
12819
da33c9a7
SM
128202015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12821
12822 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
12823
077836f7
PP
128242015-07-27 Patrick Palka <patrick@parcs.ath.cx>
12825
12826 * gdb.base/gdb-sigterm-2.exp: New test.
12827
b8cc7b2e
DE
128282015-07-25 Doug Evans <xdje42@gmail.com>
12829
12830 Revert:
12831 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12832 (workers/%.worker, build-perf): New rule.
12833 (GDB_PERFTEST_MODE): New variable.
12834 (check-perf): Use it.
12835 (clean): Clean up gdb.perf parallel build subdirs.
12836 * lib/build-piece.exp: New file.
12837 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12838 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12839 name.
12840 (standard_temp_file): Ditto.
12841 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12842 of $GDB_PARALLEL.
12843
c8bd4544
DE
128442015-07-24 Doug Evans <dje@google.com>
12845
12846 * gdb.perf/lib/perftest/utils.py: New file.
12847 * gdb.perf/gm-hello.cc: New file.
12848 * gdb.perf/gm-pervasive-typedef.cc: New file.
12849 * gdb.perf/gm-pervasive-typedef.h: New file.
12850 * gdb.perf/gm-std.cc: New file.
12851 * gdb.perf/gm-std.h: New file.
12852 * gdb.perf/gm-use-cerr.cc: New file.
12853 * gdb.perf/gm-utils.h: New file.
12854 * gdb.perf/gmonster-null-lookup.py: New file.
12855 * gdb.perf/gmonster-pervasive-typedef.py: New file.
12856 * gdb.perf/gmonster-print-cerr.py: New file.
12857 * gdb.perf/gmonster-ptype-string.py: New file.
12858 * gdb.perf/gmonster-runto-main.py: New file.
12859 * gdb.perf/gmonster-select-file.py: New file.
12860 * gdb.perf/gmonster1-null-lookup.exp: New file.
12861 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
12862 * gdb.perf/gmonster1-print-cerr.exp: New file.
12863 * gdb.perf/gmonster1-ptype-string.exp: New file.
12864 * gdb.perf/gmonster1-runto-main.exp: New file.
12865 * gdb.perf/gmonster1-select-file.exp: New file.
12866 * gdb.perf/gmonster1.cc: New file.
12867 * gdb.perf/gmonster1.exp: New file.
12868 * gdb.perf/gmonster2-null-lookup.exp: New file.
12869 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
12870 * gdb.perf/gmonster2-print-cerr.exp: New file.
12871 * gdb.perf/gmonster2-ptype-string.exp: New file.
12872 * gdb.perf/gmonster2-runto-main.exp: New file.
12873 * gdb.perf/gmonster2-select-file.exp: New file.
12874 * gdb.perf/gmonster2.cc: New file.
12875 * gdb.perf/gmonster2.exp: New file.
12876
6eab34f3
DE
128772015-07-24 Doug Evans <dje@google.com>
12878
12879 * gdb.perf/README: New file.
12880 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
12881 * lib/gen-perf-test.exp: New file.
12882
63738bfd
DE
128832015-07-24 Doug Evans <dje@google.com>
12884
12885 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
12886 (PerfTest::startup): New function.
12887 (PerfTest::run): Return result of calling body.
12888 (PerfTest::assemble): Rewrite.
12889 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
12890 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
12891 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
12892 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
12893 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
12894
7b606f95
DE
128952015-07-24 Doug Evans <dje@google.com>
12896
12897 * lib/gdb.exp (clean_restart): Make executable optional.
12898
a97b16b8
DE
128992015-07-24 Doug Evans <dje@google.com>
12900
12901 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
12902 compiler_info references.
12903 * gdb.cp/temargs.exp: Ditto.
12904 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
12905 (get_compiler_info): Early exit if already computed. Set compiler_info
12906 to "unknown" if there was a problem.
12907 (test_compiler_info): Add function comment. Call get_compiler_info.
12908
35baa57f
DE
129092015-07-24 Doug Evans <dje@google.com>
12910
12911 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12912 (workers/%.worker, build-perf): New rule.
12913 (GDB_PERFTEST_MODE): New variable.
12914 (check-perf): Use it.
12915 (clean): Clean up gdb.perf parallel build subdirs.
12916 * lib/build-piece.exp: New file.
12917 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12918 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12919 name.
12920 (standard_temp_file): Ditto.
12921 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12922 of $GDB_PARALLEL.
12923
6ebea266
DE
129242015-07-24 Doug Evans <dje@google.com>
12925
12926 * lib/future.exp (gdb_default_target_compile): New option
12927 "early_flags".
12928 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
12929 --as-needed.
12930
1e76a7e9
SDJ
129312015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
12932
12933 * gdb.base/catch-syscall.exp: Call gdb_exit before
12934 gdb_skip_xml_test.
12935
5068630a
PA
129362015-07-24 Pedro Alves <palves@redhat.com>
12937
12938 * gdb.python/py-events.exp: Accept output between the stop event
12939 and the prompt.
12940 * gdb.python/py-evsignal.exp: Likewise.
12941 * gdb.python/py-evthreads.exp: Likewise.
12942
77598427
PA
129432015-07-24 Pedro Alves <palves@redhat.com>
12944
12945 PR gdb/18717
12946 * gdb.threads/non-ldr-exit.c: New file.
12947 * gdb.threads/non-ldr-exit.exp: New file.
12948
11e6c98f
YQ
129492015-07-24 Yao Qi <yao.qi@linaro.org>
12950
12951 * gdb.server/ext-wrapper.exp: Test --wrapper option when
12952 restarting process.
12953
51aee833
YQ
129542015-07-24 Yao Qi <yao.qi@linaro.org>
12955
12956 * gdb.server/ext-restart.exp: New file.
12957
8cfe207c
YQ
129582015-07-24 Yao Qi <yao.qi@linaro.org>
12959
12960 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
12961 argument options.
12962 * gdb.server/ext-wrapper.exp: New file.
12963
cc12ce38
DE
129642015-07-23 Doug Evans <dje@google.com>
12965
12966 * gdb.dwarf2/dw2-dummy-cu.S: New file.
12967 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
12968
d0d84780
PMR
129692015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
12970
12971 * gdb.ada/var_arr_typedef.exp: New testcase.
12972 * gdb.ada/var_arr_typedef/pack.adb: New file.
12973 * gdb.ada/var_arr_typedef/pack.ads: New file.
12974 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
12975
8b558f79
JB
129762015-07-20 Joel Brobecker <brobecker@adacore.com>
12977
12978 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
12979
775a3298
JK
129802015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12981
12982 * gdb.arch/i386-biarch-core.exp: Replace istarget
12983 by "complete set gnutarget". Remove expectation for the "core-file"
12984 command.
12985
db1ff28b
JK
129862015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12987
12988 Revert the previous commit:
12989 Tests for validate symbol file using build-id.
12990
0a94970d
JK
129912015-07-15 Aleksandar Ristovski <aristovski@qnx.com
12992
12993 Tests for validate symbol file using build-id.
12994 * gdb.base/solib-mismatch-lib.c: New file.
12995 * gdb.base/solib-mismatch-libmod.c: New file.
12996 * gdb.base/solib-mismatch.c: New file.
12997 * gdb.base/solib-mismatch.exp: New file.
12998
03346981
SL
129992015-07-15 Sandra Loosemore <sandra@codesourcery.com>
13000
13001 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
13002 nios2-*-linux*.
13003 * gdb.base/sigbpt.exp (stepi_out): Likewise.
13004 * gdb.base/siginfo.exp: Likewise.
13005 * gdb.base/sigstep.exp (advance, advancei): Likewise.
13006
42422cc7
PL
130072015-07-15 Pierre Langlois <pierre.langlois@arm.com>
13008
13009 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
13010 Move it to ...
13011 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
13012 ... here.
13013 * gdb.trace/range-stepping.exp: Check that the target supports
13014 range stepping.
13015
cfa68bae
JK
130162015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13017
13018 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
13019
8ffdba26
PA
130202015-07-14 Pedro Alves <palves@redhat.com>
13021
13022 * gdb.base/killed-outside.exp: New file.
13023 * gdb.base/killed-outside.c: New file.
13024
218a5a11
JK
130252015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
13026
13027 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
13028 (n at main): New.
13029 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
13030
e03ed3c6
AA
130312015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
13032
13033 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
13034 infcall tests instead of setting up for KFAIL.
13035
485668e5
MM
130362015-07-10 Markus Metzger <markus.t.metzger@intel.com>
13037
13038 * gdb.btrace/record_goto-step.exp: New.
13039
08464196
JK
130402015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13041
13042 PR compile/18484
13043 * gdb.compile/compile.c (struct struct_type): Add volatile to
13044 selffield's type.
13045 * gdb.compile/compile.exp
13046 (compile code struct_object.selffield = &struct_object): Skip further
13047 struct_object tests if this one xfails.
13048
bcf5c1d9
RC
130492015-07-08 Robert O'Callahan <robert@ocallahan.org>
13050
13051 PR exp/18617
13052 * gdb.trace/ax.exp: Add test.
13053
4931af25
YQ
130542015-07-07 Yao Qi <yao.qi@linaro.org>
13055
13056 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
13057 instead of istarget "aarch64*-*-*".
13058 * gdb.arch/aarch64-fp.exp: Likewise.
13059 * gdb.base/float.exp: Likewise.
13060 * gdb.reverse/aarch64.exp: Likewise.
13061 * lib/gdb.exp (is_aarch64_target): New proc.
13062
9fcf688e
YQ
130632015-07-07 Yao Qi <yao.qi@linaro.org>
13064
13065 * lib/gdb.exp (is_aarch32_target): New proc.
13066 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
13067 instead of "istarget "arm*-*-*"".
13068 * gdb.arch/arm-disp-step.exp: Likewise.
13069 * gdb.arch/thumb-bx-pc.exp: Likewise.
13070 * gdb.arch/thumb-prologue.exp: Likewise.
13071 * gdb.arch/thumb-singlestep.exp: Likewise.
13072 * gdb.base/disp-step-syscall.exp: Likewise.
13073 * gdb.base/float.exp: Likewise.
13074
fbd8d50d
YQ
130752015-07-07 Yao Qi <yao.qi@linaro.org>
13076
13077 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
13078 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
13079
71be1fdc
YQ
130802015-07-07 Yao Qi <yao.qi@linaro.org>
13081
13082 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
13083 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
13084 if it exists.
13085 * gdb.multi/multi-arch.exp: Likewise.
13086
3e221d36
SM
130872015-07-07 Simon Marchi <simon.marchi@ericsson.com>
13088
13089 * gdb.python/py-lazy-string.exp: Add missing parentheses to
13090 print.
13091
d441430b
YQ
130922015-07-07 Yao Qi <yao.qi@linaro.org>
13093
13094 * gdb.arch/thumb-singlestep.exp: Do one more single step.
13095
06f810bd
MG
130962015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
13097
13098 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
13099 '[' and ']' characters.
13100
5e61e7c0
IB
131012015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
13102
13103 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13104
28bf096c
PA
131052015-06-29 Pedro Alves <palves@redhat.com>
13106
13107 PR threads/18127
13108 * gdb.threads/hand-call-new-thread.c: New file.
13109 * gdb.threads/hand-call-new-thread.c: New file.
13110
ee93cd5e
KS
131112015-06-26 Keith Seitz <keiths@redhat.com>
13112 Doug Evans <dje@google.com>
13113
13114 PR 16253
13115 * gdb.cp/var-tag-2.cc: New file.
13116 * gdb.cp/var-tag-3.cc: New file.
13117 * gdb.cp/var-tag-4.cc: New file.
13118 * gdb.cp/var-tag.cc: New file.
13119 * gdb.cp/var-tag.exp: New file.
13120
fc637f04
PP
131212015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13122
13123 * gdb.base/history-duplicates.exp: New test.
13124
2e52ae68
PP
131252015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13126
13127 * gdb.base/completion.exp: Test the completion of the "focus"
13128 command.
13129
6e22494e
JK
131302015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13131
13132 * gdb.arch/amd64-prologue-skip.S: New file.
13133 * gdb.arch/amd64-prologue-skip.exp: New file.
13134
bf7b9cd9
SM
131352015-06-25 Simon Marchi <simon.marchi@ericsson.com>
13136
13137 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
13138 is_address_zero_readable check.
13139
201e8dfd
PB
131402015-06-24 Peter Bergner <bergner@vnet.ibm.com>
13141
13142 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
13143 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
13144
5cd867b4
YQ
131452015-06-24 Yao Qi <yao.qi@linaro.org>
13146
13147 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
13148 linux targets.
13149
4d7be007
YQ
131502015-06-24 Yao Qi <yao.qi@linaro.org>
13151
13152 * lib/gdb.exp (supports_get_siginfo_type): New proc.
13153 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
13154 * gdb.base/siginfo-thread.exp: Likewise.
13155
07fcd301
YQ
131562015-06-22 Yao Qi <yao.qi@linaro.org>
13157
13158 * boards/remote-gdbserver-on-localhost.exp: Add comments.
13159
52042a00
YQ
131602015-06-22 Yao Qi <yao.qi@linaro.org>
13161
13162 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
13163 aarch64*-*-*.
13164 (skip_hw_watchpoint_tests): Likewise.
13165
74bd41ce
PP
131662015-06-18 Patrick Palka <patrick@parcs.ath.cx>
13167
13168 * gdb.base/gdbinit-history.exp: Test the interaction between
13169 setting GDBHISTSIZE and setting the history size via .gdbinit.
13170
bc460514
PP
131712015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13172
13173 PR gdb/16999
13174 * gdb.base/gdbhistsize-history.exp: New test.
13175
b58c513b
PP
131762015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13177
13178 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
13179 with GDBHISTSIZE.
13180 * gdb.base/readline.exp: Likewise.
13181
92046791
YQ
131822015-06-17 Yao Qi <yao.qi@linaro.org>
13183
13184 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
13185 line.
13186
2093d2d3
PP
131872015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13188
13189 * gdb.base/gdbinit-history.exp: Add test case to check that
13190 an unlimited history file does not get truncated on exit.
13191
e6c693af
AA
131922015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13193
13194 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
13195 (VECTOR): New macro. Use it...
13196 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
13197 ...for these typedefs.
13198 (int8, char1, int1, double1): New typedefs.
13199 (struct just_int2, struct two_int2): New structures.
13200 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
13201 (add_structvecs, add_singlevecs): New functions.
13202 (main): Call add_some_intvecs twice.
13203 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
13204 the compile and exit upon failure. Try compiling for the "native"
13205 architecture. Test inferior function calls with vector arguments
13206 and vector return value handling with "finish" and "return".
13207
c74f7d1c
JT
132082015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
13209
13210 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
13211 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
13212 PE file.
13213 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
13214
98aa42ee
AT
132152015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
13216
13217 PR breakpoints/16465
13218 * gdb.mi/mi-dprintf-pending.c: New file.
13219 * gdb.mi/mi-dprintf-pending.exp: New test.
13220 * gdb.mi/mi-dprintf-pendshr.c: New file.
13221
7d73c23c 132222015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 13223 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
13224
13225 * gdb.arch/i386-mpx-map.c: New file.
13226 * gdb.arch/i386-mpx-map.exp: New File.
13227
132282015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13229
13230 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
13231 * gdb.arch/i386-mpx.exp: Indentation fixed.
13232
132332015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13234
13235 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
13236 function and improved indentation.
13237 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
13238 gdb_test_multiple. Added additional tests to skip the test.
13239
132402015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13241
13242 * gdb.arch/i386-avx512.c: Change path in include file.
13243 * gdb.arch/i386-avx512.exp: Change include dir path
13244 compilation flag.
13245 * gdb.arch/i386-mpx.c: Change path in include file.
13246 * gdb.arch/i386-mpx.exp: Change include dir path compilation
13247 flag.
13248
d5eba19a
JK
132492015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
13250
13251 * gdb.compile/compile-print.exp (compile print *vararray@3)
13252 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
13253
7f361056
JK
132542015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13255
13256 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
13257 (do not keep jit in memory): ... this.
13258 (expect 5): Change it to ...
13259 (expect no 5): ... this.
13260
3b462ec2
SM
132612015-06-02 Simon Marchi <simon.marchi@ericsson.com>
13262
13263 PR gdb/15564
13264 * gdb.mi/mi-detach.exp: New file.
13265
e0619de6
JK
132662015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13267
13268 PR symtab/18392
13269 * gdb.arch/amd64-tailcall-self.S: New file.
13270 * gdb.arch/amd64-tailcall-self.c: New file.
13271 * gdb.arch/amd64-tailcall-self.exp: New file.
13272
e970cb34
DB
132732015-05-28 Don Breazeal <donb@codesourcery.com>
13274
13275 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
13276 tests for remote targets by checking is_target_gdbserver.
13277
b2e2f908
DE
132782015-05-27 Doug Evans <dje@google.com>
13279
13280 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
13281 * gdb.dwarf2/opaque-type-lookup.c: New file.
13282 * gdb.dwarf2/opaque-type-lookup.exp: New file.
13283
82c7be31
DE
132842015-05-26 Doug Evans <dje@google.com>
13285
13286 * gdb.cp/iostream.cc: New file.
13287 * gdb.cp/iostream.exp: New file.
13288
b4f54984
DE
132892015-05-26 Doug Evans <dje@google.com>
13290
13291 * gdb.dwarf2/dw2-op-call.exp: Update.
13292 * gdb.dwarf2/dw4-sig-types.exp: Update.
13293 * gdb.dwarf2/implptr.exp: Update.
13294 * gdb.mi/mi-cmd-param-changed.exp: Update.
13295
4ea6efe9
DE
132962015-05-26 Doug Evans <dje@google.com>
13297
13298 * gdb.python/py-lazy-string.c: New file.
13299 * gdb.python/py-lazy-string.exp: New file.
13300 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
13301 (main): Update. Add estring3.
13302 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
13303 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
13304
f6bb7db3
YQ
133052015-05-26 Omair Javaid <omair.javaid@linaro.org>
13306 Yao Qi <yao.qi@linaro.org>
13307
13308 * gdb.reverse/aarch64.c: New.
13309 * gdb.reverse/aarch64.exp: New.
13310
a81bfbd0
OJ
133112015-05-26 Omair Javaid <omair.javaid@linaro.org>
13312
25d49b86
PA
13313 * lib/gdb.exp (supports_process_record): Return true for
13314 aarch64*-linux*.
a81bfbd0
OJ
13315 (supports_reverse): Likewise.
13316
158bf1b4
PP
133172015-05-22 Patrick Palka <patrick@parcs.ath.cx>
13318
13319 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13320 Use with_test_prefix.
13321
a0145030
AB
133222015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
13323
13324 * gdb.base/completion.exp: Add test for completion of layout
13325 names.
13326
ebe3b578
AB
133272015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
13328
13329 * lib/gdb.exp (skip_tui_tests): New proc.
13330 * gdb.base/tui-layout.exp: Check skip_tui_tests.
13331
84204ed7
PA
133322015-05-19 Pedro Alves <palves@redhat.com>
13333
13334 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13335 Save the whole env array instead of just HOME. Unset HISTSIZE in
13336 the environment while testing. Restore whole environment
13337 afterwards.
13338
37442ce1
DE
133392015-05-16 Doug Evans <xdje42@gmail.com>
13340
13341 * gdb.guile/scm-ports.c: New file.
13342 * gdb.guile/scm-ports.exp: Add memory port tests.
13343
36de76f9
JK
133442015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13345
13346 * gdb.compile/compile-print.c: New file.
13347 * gdb.compile/compile-print.exp: New file.
13348
3a9558c4
JK
133492015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13350
13351 * gdb.compile/compile-ops.exp: Cast param to void.
13352 * gdb.compile/compile.exp: Complete type for _gdb_expr.
13353 (compile code struct_object.selffield = &struct_object): Add xfail.
13354
aa715135
JG
133552015-05-15 Joel Brobecker <brobecker@adacore.com>
13356
13357 * gdb.ada/arr_enum_with_gap: New testcase.
13358
931e5bc3
JG
133592015-05-15 Joel Brobecker <brobecker@adacore.com>
13360
13361 * gdb.ada/byte_packed_arr: New testcase.
13362
9cd4d857
JB
133632015-05-15 Joel Brobecker <brobecker@adacore.com>
13364
13365 * gdb.ada/pckd_neg: New testcase.
13366
ebfd00d2
PP
133672015-05-13 Patrick Palka <patrick@parcs.ath.cx>
13368
13369 PR gdb/17820
13370 * gdb.base/gdbinit-history.exp: New test.
13371 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
13372 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
13373
4c082a81
SC
133742015-05-09 Siva Chandra Reddy <sivachandra@google.com>
13375
13376 * gdb.python/py-xmethods.cc: Enhance test case.
13377 * gdb.python/py-xmethods.exp: New tests.
13378 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
13379 function.
13380 (B_indexoper): Likewise.
13381 (global_dm_list) : Add new xmethod worker functions.
13382
f7797074
SDJ
133832015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
13384
13385 * gdb.base/coredump-filter.exp: Correctly unset
13386 "coredump_var_addr" array.
13387
a4674e4e
PA
133882015-05-08 Pedro Alves <palves@redhat.com>
13389
13390 * gdb.server/non-existing-program.exp: Unset spawn_id.
13391
df2eb078
SC
133922015-05-08 Siva Chandra Reddy <sivachandra@google.com>
13393
13394 PR python/18291
13395 * gdb.python/py-xmethods.exp: Add tests.
13396
422349a3
YQ
133972015-05-08 Yao Qi <yao.qi@linaro.org>
13398
13399 PR gdb/18208
13400 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
13401 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
13402 function set_coredump_filter, and remove remote_exec call.
13403 Remove argument ipid. Callers update.
13404 (top level): Don't get inferior's PID.
13405
63fc80ce
AA
134062015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
13407
13408 * gdb.base/watch_thread_num.exp: Skip test on targets without
13409 access watchpoints.
13410
80ad801e
PA
134112015-05-06 Pedro Alves <palves@redhat.com>
13412
13413 PR server/18081
13414 * gdb.server/non-existing-program.exp: New file.
13415
0fa7fe50
JB
134162015-05-05 Joel Brobecker <brobecker@adacore.com>
13417
13418 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
13419
3ea89b92
PMR
134202015-05-05 Joel Brobecker <brobecker@adacore.com>
13421
13422 * gdb.ada/out_of_line_in_inlined: New testcase.
13423
87b8eff0
JB
134242015-05-05 Joel Brobecker <brobecker@adacore.com>
13425
13426 * gdb.ada/var_rec_arr: New testcase.
13427
5fccc635
YQ
134282015-04-30 Yao Qi <yao.qi@linaro.org>
13429
13430 * gdb.base/break-idempotent.exp: If
13431 skip_hw_watchpoint_multi_tests returns true, skip the tests
13432 on "rwatch" and "awatch".
13433
42d38f42
YQ
134342015-04-30 Yao Qi <yao.qi@linaro.org>
13435
13436 * gdb.base/relativedebug.exp: Invoke gdb command
13437 "info sharedlibrary", and if libc.so doesn't have debug info,
13438 skip the test.
13439
2ce1cdbf
DE
134402015-04-29 Doug Evans <dje@google.com>
13441
13442 * gdb.python/py-xmethods.exp: Add ptype tests.
13443 * gdb.python/py-xmethods.py (E_method_char_worker): Add
13444 get_result_type method.
13445
f24a38c5
LM
134462015-04-29 Luis Machado <lgustavo@codesourcery.com>
13447
13448 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
13449 the target does not support hardware watchpoints.
13450
ecbf2b3c
LM
134512015-04-29 Luis Machado <lgustavo@codesourcery.com>
13452
13453 * gdb.base/break-always.exp: Abort testing if writing to memory
13454 causes an error.
13455
34f5f757
DE
134562015-04-28 Doug Evans <dje@google.com>
13457
13458 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
13459 * gdb.python/py-pp-registration.exp: ... here. New file.
13460 * gdb.python/py-pp-registration.c: New file.
13461 * gdb.python/py-pp-registration.py: New file.
13462
69b4374a
DE
134632015-04-28 Doug Evans <dje@google.com>
13464
13465 * gdb.python/py-bad-printers.c: New file.
13466 * gdb.python/py-bad-printers.py: New file.
13467 * gdb.python/py-bad-printers.exp: New file.
13468
59fb7612
SS
134692015-04-28 Sasha Smundak <asmundak@google.com>
13470
13471 * gdb.python/py-type.exp: New test.
13472
2631b16a
AW
134732015-04-28 Andy Wingo <wingo@igalia.com>
13474
13475 * gdb.python/py-parameter.exp:
13476 * gdb.guile/scm-parameter.exp: Escape the path that we are
13477 matching against, as it might contain characters that are special
13478 to regular expressions.
13479
460efde1
JB
134802015-04-27 Joel Brobecker <brobecker@adacore.com>
13481
13482 * gdb.ada/rec_comp: New testcase.
13483
2d369d8e
SDJ
134842015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
13485
13486 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
13487 before using it.
13488
cf75d6c3
AB
134892015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
13490
13491 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
13492 new tests for verilog output.
13493
8dbe7ca5
YQ
134942015-04-24 Yao Qi <yao.qi@linaro.org>
13495
13496 * boards/remote-gdbserver-on-localhost.exp: New file.
13497
4ef9fb2f
PA
134982015-04-23 Pedro Alves <palves@redhat.com>
13499
13500 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
13501 $inferior_spawn_id instead of $inferior_spawn_id directly. On
13502 "end of file", remove $inferior_spawn_id from the indirect list.
13503
0a803169
PA
135042015-04-23 Pedro Alves <palves@redhat.com>
13505
13506 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
13507
749ef8f8
PA
135082015-04-23 Pedro Alves <palves@redhat.com>
13509
13510 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
13511 on $any_spawn_id instead of only on $gdb_spawn_id.
13512
8aae4344
PM
135132015-04-21 Pierre Muller <muller@sourceware.org>
13514
13515 PR pascal/17815
13516 * lib/pascal.exp (gpc_compile): Add new option "class".
13517 (fpc_compile): Likewise.
13518 * gdb.pascal/case-insensitive-symbols.pas: New file.
13519 * gdb.pascal/case-insensitive-symbols.exp: New file.
13520
1586c8fb
GB
135212015-04-20 Gary Benson <gbenson@redhat.com>
13522
13523 * gdb.base/attach.exp: Fix three extended remote failures.
13524
1b6e6f5c
GB
135252015-04-17 Gary Benson <gbenson@redhat.com>
13526
13527 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
13528 the main executable over the remote protocol.
13529
e797481d
PA
135302015-04-16 Pedro Alves <palves@redhat.com>
13531
13532 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
13533 a new gdbserver if gdbserver_reconnect_p is set.
13534
1ca99c42
PA
135352015-04-16 Pedro Alves <palves@redhat.com>
13536
13537 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
13538 is set, don't exit gdbserver.
13539
af9fd6f8
AA
135402015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13541
13542 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
13543 appropriate .insn, such that an older assembler can be used.
13544 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
13545 the z/Architecture instruction set on 31-bit targets as well.
13546
04ff1e61
AA
135472015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13548
13549 * gdb.go/handcall.exp: Remove all logic related to the first
13550 breakpoint and rely on go_runto_main instead.
13551 * gdb.go/strings.exp: Likewise.
13552 * gdb.go/unsafe.exp: Likewise.
13553 * gdb.go/hello.exp: Likewise. Also rename the remaining
13554 breakpoint marker to "breakpoint 1".
13555 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
13556 * gdb.go/strings.go: Likewise.
13557 * gdb.go/unsafe.go: Likewise.
13558 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
13559 "set breakpoint 2 here" and rename the remaining breakpoint marker
13560 to "breakpoint 1".
13561
40d2f8d6
SM
135622015-04-15 Simon Marchi <simon.marchi@ericsson.com>
13563
13564 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
13565 if itertools.imap is not present.
13566 * gdb.python/py-objfile.exp: Add parentheses.
13567 * gdb.python/py-type.exp: Same.
13568 * gdb.python/py-unwind-maint.py: Same.
13569
8cbc97c6
YQ
135702015-04-15 Yao Qi <yao.qi@linaro.org>
13571
13572 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
13573 of ":$ptr_size" and set its form explicitly.
13574
45fd756c
YQ
135752015-04-15 Pedro Alves <palves@redhat.com>
13576 Yao Qi <yao.qi@linaro.org>
13577
13578 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
13579 timeout by factor of 4.
13580 (test_regular_watch): Likewise.
13581 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
13582 * gdb.reverse/sigall-reverse.exp: Likewise.
13583 * gdb.reverse/until-precsave.exp: Likewise.
13584 * lib/gdb.exp (with_timeout_factor): New proc.
13585 (gdb_expect): Move some code to ...
13586 (get_largest_timeout): ... here. New procedure.
13587
9e811bc3
LM
135882015-04-14 Luis Machado <lgustavo@codesourcery.com>
13589
13590 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
13591
0ff6fcb2
LM
135922015-04-13 Luis Machado <lgustavo@codesourcery.com>
13593
13594 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
13595 to write to the .text section.
13596
7578d5f7
LM
135972015-04-13 Luis Machado <lgustavo@codesourcery.com>
13598
13599 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
13600 Handle the case of targets that do not provide PID information.
13601
2efe15c4
YQ
136022015-04-13 Yao Qi <yao.qi@linaro.org>
13603
13604 * lib/gdbserver-support.exp (gdb_exit): Catch exception
13605 and use expect instead of gdb_expect.
13606
8cd8f2f8
SDJ
136072015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
13608
13609 * gdb.base/coredump-filter.exp: Rename variable "addr" to
13610 "coredump_var_addr" to avoid naming conflict with other testcases.
13611
9ee41772
PA
136122015-04-10 Pedro Alves <palves@redhat.com>
13613
13614 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
13615 gdb_test_sequence and gdb_assert.
13616
07473109
PA
136172015-04-10 Pedro Alves <palves@redhat.com>
13618
13619 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
13620 test messages that don't include the breakpoint address.
13621
de3db44c
YQ
136222015-04-10 Yao Qi <yao.qi@linaro.org>
13623
13624 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
13625 false for some offset and width combinations which aren't
13626 supported by linux kernel.
13627
c79d856c
PA
136282015-04-10 Pedro Alves <palves@redhat.com>
13629
13630 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
13631 procedure, factored out from ...
13632 (top level): ... here. Add "set displaced-stepping" testing axis.
13633 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
13634 parameter "displaced". Use it.
13635 (top level): Use foreach and add "set displaced-stepping" testing
13636 axis.
13637
ebc90b50
PA
136382015-04-10 Pedro Alves <palves@redhat.com>
13639
13640 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
13641 Remove comment.
13642 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
13643 both the address of the instruction that triggers the watchpoint
13644 and the address of the instruction immediately after, and use
13645 those addresses for the test. Fix comment.
13646
8f572e5c
PA
136472015-04-10 Pedro Alves <palves@redhat.com>
13648
13649 * gdb.base/sigstep.exp (breakpoint_to_handler)
13650 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
13651 Test "backtrace" in handler.
13652 (breakpoint_over_handler): New parameter 'displaced'. Use it.
13653 (top level): Add new "displaced" test axis to
13654 breakpoint_to_handler, breakpoint_to_handler_entry and
13655 breakpoint_over_handler.
13656
8d707a12
PA
136572015-04-10 Pedro Alves <palves@redhat.com>
13658
13659 PR gdb/18216
13660 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
13661
ef713951
YQ
136622015-04-10 Yao Qi <yao.qi@linaro.org>
13663
13664 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
13665 (test_add_rn_pc): New function.
13666 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
13667 (top level): Invoke test_add_rn_pc.
13668
906d60cf
PA
136692015-04-10 Pedro Alves <palves@redhat.com>
13670
13671 PR gdb/13858
13672 * gdb.base/step-over-no-symbols.exp: New file.
13673
f2983cc3
AW
136742015-04-09 Andy Wingo <wingo@igalia.com>
13675
13676 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
13677 after the Python tests.
13678
6d62641c
SDJ
136792015-04-08 Keith Seitz <keiths@redhat.com>
13680
13681 PR python/16699
13682 * gdb.python/py-completion.exp: New tests for completion.
13683 * gdb.python/py-completion.py (CompleteLimit1): New class.
13684 (CompleteLimit2): Likewise.
13685 (CompleteLimit3): Likewise.
13686 (CompleteLimit4): Likewise.
13687 (CompleteLimit5): Likewise.
13688 (CompleteLimit6): Likewise.
13689 (CompleteLimit7): Likewise.
13690
f3770638
PA
136912015-04-08 Pedro Alves <palves@redhat.com>
13692
13693 PR gdb/18214
13694 PR gdb/18216
13695 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
13696 function.
13697 (main): Install it as SIGUSR1 handler.
13698 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
13699 parameter. Always use "setup" as prefix. Toggle "set
13700 displaced-stepping" off/on depending on global. Don't switch to
13701 thread 1 here.
13702 (top level): Add displaced stepping "off/on" test axis. Update
13703 "setup" calls. Wrap each subtest with with_test_prefix. Test
13704 continuing with a queued signal in each thread.
13705
4496bed7
PA
137062015-04-08 Pedro Alves <palves@redhat.com>
13707
13708 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
13709 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
13710 gdb_breakpoint instead of gdb_test that doesn't expect anything.
13711 Return early if running to main fails.
13712 * gdb.trace/while-stepping.exp: Likewise.
13713
b97fde92
PA
137142015-04-07 Pedro Alves <palves@redhat.com>
13715
13716 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
13717 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
13718 interact with inferior program.
13719
f71c18e7
PA
137202015-04-07 Pedro Alves <palves@redhat.com>
13721
13722 * lib/gdb.exp (inferior_spawn_id): New global.
13723 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
13724 spawn id after processing the user code.
13725 (default_gdb_start): Set inferior_spawn_id.
13726 (send_inferior): New procedure.
13727 * lib/gdbserver-support.exp (gdbserver_start): Set
13728 inferior_spawn_id.
13729 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
13730
6423214f
PA
137312015-04-07 Pedro Alves <palves@redhat.com>
13732
13733 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
13734 * lib/gdbserver-support.exp (gdbserver_start): Make
13735 $server_spawn_id global.
13736 (gdbserver_start): Don't wait for gdbserver's spawn id with
13737 expect_background.
13738 (close_gdbserver): New procedure.
13739 (gdb_exit): Rename the default version and reimplement.
13740
71c0ee8c
PA
137412015-04-07 Pedro Alves <palves@redhat.com>
13742
72f4393d 13743 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
13744 append the substituted item, not the original item.
13745
203bc29b
PA
137462015-04-07 Pedro Alves <palves@redhat.com>
13747
13748 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
13749 gdb_expect.
13750
508a3ddf
PA
137512015-04-07 Pedro Alves <palves@redhat.com>
13752
13753 * gdb.base/interrupt.exp: Don't handle the case of the inferior
13754 output appearing once only.
13755
9f6dbe2b
PA
137562015-04-07 Pedro Alves <palves@redhat.com>
13757
13758 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
13759 that doesn't expect anything. Return early if running to main
13760 fails.
13761
337532fa
YQ
137622015-04-07 Yao Qi <yao.qi@linaro.org>
13763
13764 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
13765 (child_function): Call alarm.
13766 (main): Move call to alarm into the loop.
13767 * gdb.threads/non-stop-fair-events.exp: Build program with
13768 -DTIMEOUT=$timeout.
13769
01b622d4
DE
137702015-04-06 Doug Evans <xdje42@gmail.com>
13771
13772 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
13773 Fix dest parameter to board_info.
13774 (fpc_compile): Ditto.
13775 (gdb_compile_pascal): Rename dest arg to destfile.
13776
961f4160
PMR
137772015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
13778
13779 * gdb.ada/funcall_ref.exp: New file.
13780 * gdb.ada/funcall_ref/foo.adb: New file.
13781
cafda597
YQ
137822015-04-02 Yao Qi <yao.qi@linaro.org>
13783
13784 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
13785 is remote.
13786
fed040c6
GB
137872015-04-02 Gary Benson <gbenson@redhat.com>
13788
13789 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
13790
d11916aa
SS
137912015-04-01 Sasha Smundak <asmundak@google.com>
13792
13793 * gdb.python/py-unwind-maint.c: New file.
13794 * gdb.python/py-unwind-maint.exp: New test.
13795 * gdb.python/py-unwind-maint.py: New file.
13796 * gdb.python/py-unwind.c: New file.
13797 * gdb.python/py-unwind.exp: New test.
13798 * gdb.python/py-unwind.py: New test.
13799
a1471180
PA
138002015-04-01 Pedro Alves <palves@redhat.com>
13801
13802 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
13803 to fail instead of non-existent $test.
13804
0bbeccb1
PA
138052015-04-01 Pedro Alves <palves@redhat.com>
13806
13807 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
13808 GDBFLAGS if not empty.
13809
3c724c8c
PMR
138102015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
13811
13812 * gdb.ada/complete.exp: Remove "multi_line".
13813 * gdb.ada/info_exc.exp: Remove "multi_line".
13814 * gdb.ada/packed_tagged.exp: Remove "multi_line".
13815 * gdb.ada/ptype_field.exp: Remove "multi_line".
13816 * gdb.ada/sym_print_name.exp: Remove "multi_line".
13817 * gdb.ada/tagged.exp: Remove "multi_line".
13818 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
13819 [multi_line ...]
13820 * gdb.btrace/delta.exp: Likewise.
13821 * gdb.btrace/exception.exp: Likewise.
13822 * gdb.btrace/function_call_history.exp: Likewise.
13823 * gdb.btrace/instruction_history.exp: Likewise.
13824 * gdb.btrace/nohist.exp: Likewise.
13825 * gdb.btrace/record_goto.exp: Likewise.
13826 * gdb.btrace/segv.exp: Likewise.
13827 * gdb.btrace/stepi.exp: Likewise.
13828 * gdb.btrace/tailcall.exp: Likewise.
13829 * gdb.btrace/unknown_functions.exp: Likewise.
13830 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
13831 * lib/gdb.exp: Add the "multi_line" helper.
13832
4eec2deb
PA
138332015-04-01 Pedro Alves <palves@redhat.com>
13834
13835 * gdb.threads/tid-reuse.c: New file.
13836 * gdb.threads/tid-reuse.exp: New file.
13837
df8411da
SDJ
138382015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
13839
13840 PR corefiles/16092
13841 * gdb.base/coredump-filter.c: New file.
13842 * gdb.base/coredump-filter.exp: Likewise.
13843
6ef37366
PM
138442015-03-27 Petr Machata <pmachata@redhat.com>
13845
13846 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
13847 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
13848 (Dwarf::assemble): Initialize them.
13849 (Dwarf::lines): New function.
13850
7ec911b0
JT
138512015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
13852
13853 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
13854 SYMBOL_PREFIX for x86_64-*-cygwin.
13855
ff908ebf
AW
138562015-03-26 Andy Wingo <wingo@igalia.com>
13857
13858 PR symtab/18148
13859 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
13860 const_value but not a location.
13861 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
13862 location defined in non-main CUs are visible.
13863
6d5f0679
YQ
138642015-03-26 Yao Qi <yao.qi@linaro.org>
13865
13866 PR testsuite/18139
13867 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
13868 Add a line number entry for the same line.
13869 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
13870 Add a line number entry for the same line.
13871
2898689b
YQ
138722015-03-26 Yao Qi <yao.qi@linaro.org>
13873
13874 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
13875 .int 0.
13876 (func): Likewise. Add .Lfunc_1 label.
13877 Use .Lfunc_1 label.
13878 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
13879 .int 0.
13880 (func): Likewise.
13881 Use .Lfunc_1 label.
13882
85180498
YQ
138832015-03-26 Yao Qi <yao.qi@linaro.org>
13884
13885 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
13886 Call gdb_compile instead to compile each .s files without debug
13887 information.
13888
8aa08a8d
YQ
138892015-03-26 Yao Qi <yao.qi@linaro.org>
13890
13891 * gdb.base/savedregs.exp (process_saved_regs): Make
13892 "Saved registers:" optional in the pattern.
13893
66849923
MM
138942015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13895
13896 * gdb.btrace/next.exp: Merged into step.exp.
13897 * gdb.btrace/finish.exp: Merged into step.exp.
13898 * gdb.btrace/nexti.exp: Merged into stepi.exp.
13899 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
13900 "record goto" and checking the exact replay position.
13901 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
13902 check for "Recording format" in "info record" output.
13903 * gdb.btrace/record_goto.exp: Choose test file based on target.
13904 * gdb.btrace/x86-record_goto.S: Renamed into ...
13905 * gdb.btrace/x86_64-record_goto.S: ... this.
13906 * gdb.btrace/i686-record_goto.S: New.
13907 * gdb.btrace/x86-tailcall.S: Renamed into ...
13908 * gdb.btrace/x86_64-tailcall.S: ... this.
13909 * gdb.btrace/i686-tailcall.S: New.
13910 * gdb.btrace/x86-tailcall.c: Renamed into ...
13911 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
13912 separate statements. Update test.
13913 * gdb.btrace/delta.exp: Use record_goto.c as test file.
13914 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
13915 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
13916 * gdb.btrace/tailcall.exp: Choose test file based on target.
13917 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
13918
11cc1b74
MM
139192015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13920
13921 * gdb.btrace/exception.exp: Increase BTS buffer size.
13922
a25d8bf9
PA
139232015-03-24 Pedro Alves <palves@redhat.com>
13924
13925 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
13926
856e7dd6
PA
139272015-03-24 Pedro Alves <palves@redhat.com>
13928
13929 * gdb.threads/schedlock.exp (test_step): No longer expect that
13930 "set scheduler-locking step" with "next" over a function call runs
13931 threads unlocked.
13932
ad235a41
AT
139332015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13934
13935 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
13936
15630549
AT
139372015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13938
13939 PR breakpoints/16466
13940 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
13941 * gdb.mi/mi-pending.c (thread_func): New function.
13942 (int main): Add threading support required.
13943 * gdb.mi/mi-pending.exp: Add tests for this issue.
13944 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
13945 (pendfunc2): Remove stdio dependency.
13946 * gdb.mi/mi-pendshr2.c: New file.
13947
693dca06
KS
139482015-03-23 Keith Seitz <keiths@redhat.com>
13949
13950 * gdb.linespec/keywords.c: New file.
13951 * gdb.linespec/keywords.exp: New file.
13952
7e993ebf
KS
139532015-03-23 Keith Seitz <keiths@redhat.com>
13954
13955 PR gdb/18021
13956 * gdb.dwarf2/staticvirtual.exp: New test.
13957
bc23328c
JK
139582015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13959
13960 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
13961 * README: Remove HP-UX and gdb.hp.
13962 (configuration):
13963 * configure: Regenerate.
13964 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
13965 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
13966 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
13967 gdb.hp/gdb.defects/Makefile.
13968 * gdb.hp/Makefile.in: File deleted.
13969 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
13970 * gdb.hp/gdb.aCC/optimize.c: File deleted.
13971 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
13972 * gdb.hp/gdb.aCC/run.c: File deleted.
13973 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
13974 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
13975 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
13976 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
13977 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
13978 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
13979 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
13980 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
13981 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
13982 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
13983 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
13984 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
13985 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
13986 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
13987 * gdb.hp/gdb.base-hp/reg.s: File deleted.
13988 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
13989 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
13990 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
13991 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
13992 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
13993 * gdb.hp/gdb.compat/Makefile.in: File deleted.
13994 * gdb.hp/gdb.compat/average.c: File deleted.
13995 * gdb.hp/gdb.compat/sum.c: File deleted.
13996 * gdb.hp/gdb.compat/xdb.c: File deleted.
13997 * gdb.hp/gdb.compat/xdb0.c: File deleted.
13998 * gdb.hp/gdb.compat/xdb0.h: File deleted.
13999 * gdb.hp/gdb.compat/xdb1.c: File deleted.
14000 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
14001 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
14002 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
14003 * gdb.hp/gdb.defects/Makefile.in: File deleted.
14004 * gdb.hp/gdb.defects/bs14602.c: File deleted.
14005 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
14006 * gdb.hp/gdb.defects/solib-d.c: File deleted.
14007 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
14008 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
14009 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
14010 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
14011 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
14012 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
14013 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
14014 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
14015 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
14016 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
14017 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
14018 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
14019 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
14020 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
14021 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
14022 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
14023 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
14024 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
14025 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
14026 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
14027 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
14028 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
14029 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
14030 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
14031 * gdb.hp/tools/odump: File deleted.
14032
8bf3b159
PA
140332015-03-19 Pedro Alves <palves@redhat.com>
14034
14035 * gdb.threads/continue-pending-status.exp (saw_thread_2)
14036 (saw_thread_3): New globals.
14037 (top level): Increment them when an event for the corresponding
14038 thread is seen.
14039 (no thread starvation): New test.
14040
eb54c8bf
PA
140412015-03-19 Pedro Alves <palves@redhat.com>
14042
14043 * gdb.threads/continue-pending-status.c: New file.
14044 * gdb.threads/continue-pending-status.exp: New file.
14045
32d2e5d6
PA
140462015-03-18 Pedro Alves <palves@redhat.com>
14047
14048 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
14049 Use gdb_is_target_remote instead of is_remote. Use
14050 gdb_test_multiple instead of gdb_expect. Exit early if
14051 gdb_test_multiple hits its internal matches. Tighten stepi tests
14052 expected output. Fail on exit with any signal, instead of just
14053 SIGILL.
14054
f68f11b7
YQ
140552015-03-18 Yao Qi <yao.qi@linaro.org>
14056
14057 PR tdep/18107
14058 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
14059 variable.
14060 * gdb.base/catch-syscall.exp: Don't skip it on
14061 aarch64*-*-linux* target. Remove elements in all_syscalls.
14062 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
14063 target.
14064 (setup_all_syscalls): New proc.
14065
ca5fd19b
YQ
140662015-03-16 Yao Qi <yao.qi@linaro.org>
14067
14068 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
14069 (top level): Skip tests if valid_addr_p returns false for
14070 $cmd1 or $cmd2.
14071
85642ba0
AW
140722015-03-11 Andy Wingo <wingo@igalia.com>
14073
14074 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
14075
e03f9645
YQ
140762015-03-11 Yao Qi <yao.qi@linaro.org>
14077
14078 * gdb.base/catch-syscall.exp: Fix typo in comments.
14079
5d0962b2
YQ
140802015-03-11 Yao Qi <yao.qi@linaro.org>
14081
14082 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
14083
b2df3cef
PA
140842015-03-09 Pedro Alves <palves@redhat.com>
14085
14086 * dg-extract-results.py: Delete.
14087
ef878e53
PA
140882015-03-09 Pedro Alves <palves@redhat.com>
14089
14090 Merge dg-extract-results.sh from GCC upstream (r218843).
14091
14092 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
14093 * dg-extract-results.sh: Use --text with grep to avoid issues with
14094 binary files. Fall back to cat -v, if that doesn't work.
14095
9494d219
PA
140962015-03-05 Pedro Alves <palves@redhat.com>
14097
14098 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
14099
a8d9763a
SM
141002015-03-04 Simon Marchi <simon.marchi@ericsson.com>
14101
14102 * lib/mi-support.exp (mi_expect_interrupt): Accept
14103 alternative event for when in all-stop mode.
14104
be9957b8
PA
141052015-03-04 Pedro Alves <palves@redhat.com>
14106
14107 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
14108
d57be0f4 141092015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
14110
14111 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
14112
c214c7cf
AA
141132015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14114
14115 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
14116 regexps for GDB's current line display, accept a hex address
14117 preceding the line number.
14118
6d74a497
AA
141192015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14120
14121 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
14122 the 'arch1' variable for "s390*-linux*" targets.
14123
511aee7c
PA
141242015-03-04 Pedro Alves <palves@redhat.com>
14125
14126 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
14127 (main): Pass missing retval argument to pthread_join call.
14128
95e50b27
PA
141292015-03-02 Pedro Alves <palves@redhat.com>
14130
14131 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
14132 (top level): Call do_test with non-stop as well.
14133
28054d69
PA
141342015-03-02 Pedro Alves <palves@redhat.com>
14135
14136 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
14137 -1.
14138
4fa5d7b4
AA
141392015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14140
14141 * gdb.arch/s390-vregs.exp: New test.
14142 * gdb.arch/s390-vregs.S: New file.
14143
97c18565
PA
141442015-02-27 Pedro Alves <palves@redhat.com>
14145
14146 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
14147 call to catch_command_errors.
14148 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
14149 catch_command_errors.
14150
a37bfa30
PA
141512015-02-27 Pedro Alves <palves@redhat.com>
14152
14153 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
14154 "true" for boolean result.
14155 * gdb.gdb/selftest.exp (test_with_self): Also accept full
14156 prototype of main.
14157
6f98576f
PA
141582015-02-27 Pedro Alves <palves@redhat.com>
14159
14160 * lib/unbuffer_output.c: New file.
14161 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
14162 (main): Call gdb_unbuffer_output.
14163
eba5ab56
YQ
141642015-02-27 Yao Qi <yao.qi@linaro.org>
14165
14166 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
14167 target.
14168
0def5aaa
DE
141692015-02-26 Doug Evans <dje@google.com>
14170
14171 * gdb.cp/class2.cc (Dbase, D): New classes.
14172 (main): New local delta.
14173 * gdb.cp/class2.exp: Test printing delta.
14174 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
14175 (dynbar): New global.
14176 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
14177
081a1c2c
JK
141782015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14179
14180 * gdb.compile/compile-ifunc.c: New file.
14181 * gdb.compile/compile-ifunc.exp: New file.
14182
2f41223f
AT
141832015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
14184
14185 * gdb.base/structs.exp: Check for correct struct on finish.
14186
03eddd80
YQ
141872015-02-26 Yao Qi <yao.qi@linaro.org>
14188
14189 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
14190 is zero.
14191
80c57053
JK
141922015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14193
14194 * gdb.arch/cordic.ko.bz2: New file.
14195 * gdb.arch/cordic.ko.debug.bz2: New file.
14196 * gdb.arch/ppc64-symtab-cordic.exp: New file.
14197
21613c12
YQ
141982015-02-25 Yao Qi <yao.qi@linaro.org>
14199
14200 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
14201 aarch64*-*-* target.
14202
d8b901ed
PA
142032015-02-23 Pedro Alves <palves@redhat.com>
14204
14205 * lib/gdb.exp (delete_breakpoints): Rewrite using
14206 gdb_test_multiple.
14207
e5b85ead
PA
142082015-02-23 Pedro Alves <palves@redhat.com>
14209
14210 * gdb.base/info-os.c: Include stdlib.h.
14211
85c3a371
DE
142122015-02-22 Doug Evans <xdje42@gmail.com>
14213
14214 PR symtab/17855
14215 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
14216 is read after symbols have been re-read.
14217 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
14218 * gdb.ada/exec_changed/second.adb (Second): Ditto.
14219
96553a0c
DE
142202015-02-21 Doug Evans <dje@google.com>
14221
14222 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
14223
97a0c697
JK
142242015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14225
14226 PR corefiles/17808
14227 * gdb.arch/i386-biarch-core.core.bz2: New file.
14228 * gdb.arch/i386-biarch-core.exp: New file.
14229
a47cd6e9
PA
142302015-02-21 Pedro Alves <palves@redhat.com>
14231
14232 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
14233 runto_main fails.
14234
c5facdc4
PA
142352015-02-20 Pedro Alves <palves@redhat.com>
14236
14237 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
14238 info probes.
14239
2db9a427
PA
142402015-02-20 Pedro Alves <palves@redhat.com>
14241
14242 * gdb.threads/multi-create-ns-info-thr.exp: New file.
14243
60fb7e9e
PA
142442015-02-20 Pedro Alves <palves@redhat.com>
14245
14246 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
14247 clean_restart before gdb_target_supports_trace.
14248
5c5019c2
PA
142492015-02-20 Pedro Alves <palves@redhat.com>
14250
14251 PR threads/18006
14252 * gdb.threads/clone-thread_db.c: New file.
14253 * gdb.threads/clone-thread_db.exp: New file.
14254
c9587f88
AT
142552015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
14256
14257 PR breakpoints/16812
14258 * gdb.base/catch-gdb-caused-signals.c: New file.
14259 * gdb.base/catch-gdb-caused-signals.exp: New file.
14260
f6a88844
JM
142612015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
14262
14263 * configure: Regenerated.
14264 * configure.ac: Use GDB_AC_TRANSFORM.
14265 * aclocal.m4: sinclude ../transform.m4.
14266
497c491b
JM
142672015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14268
14269 * lib/dtrace.exp: New file.
14270 * gdb.base/dtrace-probe.exp: Likewise.
14271 * gdb.base/dtrace-probe.d: Likewise.
14272 * gdb.base/dtrace-probe.c: Likewise.
14273 * lib/pdtrace.in: Likewise.
14274 * configure.ac: Output variables with the transformed names of
14275 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
14276 * configure: Regenerated.
14277
03e98035
JM
142782015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14279
14280 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
14281 expected message when trying to access $_probe_* convenience
14282 variables while not on a probe.
14283
63cc30e9
JK
142842015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14285
14286 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
14287
0703599a
PA
142882015-02-11 Pedro Alves <pedro@codesourcery.com>
14289
14290 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
14291 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
14292
7e60a48e
DE
142932015-02-10 Doug Evans <xdje42@gmail.com>
14294
14295 * lib/gdb.exp (gdb_load): Always return a result.
14296
01b088bc
PA
142972015-02-10 Pedro Alves <palves@redhat.com>
14298
14299 * gdb.threads/signal-sigtrap.c: New file.
14300 * gdb.threads/signal-sigtrap.exp: New file.
14301
b05ec7a5
AT
143022015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
14303
14304 * gdb.trace/no-attach-trace.c: New file.
14305 * gdb.trace/no-attach-trace.exp: New file.
14306
a2c2acaf
MW
143072015-02-09 Mark Wielaard <mjw@redhat.com>
14308
14309 * gdb.dwarf2/atomic.c: New file.
14310 * gdb.dwarf2/atomic-type.exp: Likewise.
14311
31fd9caa
MM
143122015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14313
14314 * gdb.btrace/buffer-size.exp: Update "info record" output.
14315 * gdb.btrace/delta.exp: Update "info record" output.
14316 * gdb.btrace/enable.exp: Update "info record" output.
14317 * gdb.btrace/finish.exp: Update "info record" output.
14318 * gdb.btrace/instruction_history.exp: Update "info record" output.
14319 * gdb.btrace/next.exp: Update "info record" output.
14320 * gdb.btrace/nexti.exp: Update "info record" output.
14321 * gdb.btrace/step.exp: Update "info record" output.
14322 * gdb.btrace/stepi.exp: Update "info record" output.
14323 * gdb.btrace/nohist.exp: Update "info record" output.
14324
d33501a5
MM
143252015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14326
14327 * gdb.btrace/buffer-size: New.
14328
f4abbc16
MM
143292015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14330
14331 * gdb.btrace/delta.exp: Update "info record" output.
14332 * gdb.btrace/enable.exp: Update "info record" output.
14333 * gdb.btrace/finish.exp: Update "info record" output.
14334 * gdb.btrace/instruction_history.exp: Update "info record" output.
14335 * gdb.btrace/next.exp: Update "info record" output.
14336 * gdb.btrace/nexti.exp: Update "info record" output.
14337 * gdb.btrace/step.exp: Update "info record" output.
14338 * gdb.btrace/stepi.exp: Update "info record" output.
14339 * gdb.btrace/nohist.exp: Update "info record" output.
14340
b9d61307
SM
143412015-02-06 Simon Marchi <simon.marchi@ericsson.com>
14342
14343 PR gdb/15678
14344 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
14345
e584fdbc
PA
143462015-02-06 Pedro Alves <palves@redhat.com>
14347
14348 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
14349 macro.
14350 (seconds_left, again): New globals.
14351 (main): Wait seconds_left in a 1-second sleep loop instead of
14352 sleeping 180 seconds. If 'again' is set, reset the seconds
14353 counter.
14354 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
14355 'again' in the inferior before detaching. Print the seconds left.
14356 (options): New global.
14357 (top level): Build program with -DTIMEOUT=$timeout.
14358
77f41761
PA
143592015-02-06 Pedro Alves <palves@redhat.com>
14360
14361 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
14362 determine how many seconds to pass to 'alarm'.
14363 * gdb.base/gdb-sigterm.exp (top level): Build program with
14364 -DTIMEOUT=$timeout.
14365 (do_test): Return success/failure indication. Add more verbose
14366 logging. Don't fail if 200 single steps are seen. Instead, fail
14367 when the test times out.
14368 (passes): New global.
14369 (top level): Break the testing loop if testing fails on any
14370 iteration. Use gdb_assert.
14371
b9394193
DB
143722015-02-04 Don Breazeal <donb@codesourcery.com>
14373
14374 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
14375 and initialize them.
14376 (ipc_cleanup): New function.
14377 (main): Don't declare shmid, semid, and msqid. Add a call to
14378 atexit so that we call ipc_cleanup on exit.
14379
42d9e528
PA
143802015-02-04 Pedro Alves <palves@redhat.com>
14381
14382 * boards/native-extended-gdbserver.exp: Remove any target variant
14383 specifications from the board name before clearing the isremote
14384 flag from board_info.
14385
ae6ae975
DE
143862015-01-31 Doug Evans <xdje42@gmail.com>
14387
14388 * gdb.base/maint.exp <maint print type argc>: Update expected output.
14389
cfb069a8
GB
143902015-01-31 Gary Benson <gbenson@redhat.com>
14391
14392 * gdb.base/completion.exp: Disable completion limiting for
14393 existing tests. Add new tests to check completion limiting.
14394 * gdb.linespec/ls-errs.exp: Disable completion limiting.
14395
5dd31d79
DE
143962015-01-31 Doug Evans <xdje42@gmail.com>
14397
14398 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
14399
9f050062
DE
144002015-01-31 Doug Evans <xdje42@gmail.com>
14401
14402 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
14403 entries. Duplicate file section script entries.
14404 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
14405 inlined entries. Add test for safe-path rejection.
14406 * gdb.python/py-section-script.c: Add duplicate inlined section script
14407 entries. Duplicate file section script entries.
14408 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
14409 inlined entries. Add test for safe-path rejection.
14410
df25ebbd
JB
144112015-01-29 Joel Brobecker <brobecker@adacore.com>
14412
14413 * gdb.ada/disc_arr_bound: New testcase.
14414
4a0ca9ec
JB
144152015-01-29 Joel Brobecker <brobecker@adacore.com>
14416
14417 * gdb.ada/mi_var_array: New testcase.
14418
3a8b707a
DE
144192015-01-27 Doug Evans <dje@google.com>
14420
14421 * gdb.python/py-objfile.exp: Add tests for objfile.username.
14422 Add test for objfile.filename, objfile.username after objfile
14423 has been unloaded.
14424
f8313f6e
JB
144252015-01-26 Joel Brobecker <brobecker@adacore.com>
14426
14427 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
14428 the second test to print the name attribute of value
14429 returned by the call to gdb.lookup_type, and adjust
14430 the expected output accordingly.
14431
37bc665e
MW
144322015-01-25 Mark Wielaard <mjw@redhat.com>
14433
14434 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
14435 * gdb.base/disp-step-fork.c: Include unistd.h.
14436 * gdb.base/siginfo-obj.c: Include stdio.h.
14437 * gdb.base/siginfo-thread.c: Likewise.
14438 * gdb.mi/non-stop.c: Include unistd.h.
14439 * gdb.mi/nsthrexec.c: Include stdio.h.
14440 * gdb.mi/pthreads.c: Include unistd.h.
14441 * gdb.modula2/unbounded1.c (main): Declare returns int.
14442 * gdb.reverse/consecutive-reverse.c: Likewise.
14443 * gdb.threads/create-fail.c: Include unistd.h.
14444 * gdb.threads/killed.c: Likewise.
14445 * gdb.threads/linux-dp.c: Likewise.
14446 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
14447 * gdb.threads/non-ldr-exc-2.c: Likewise.
14448 * gdb.threads/non-ldr-exc-3.c: Likewise.
14449 * gdb.threads/non-ldr-exc-4.c: Likewise.
14450 * gdb.threads/pthreads.c: Include unistd.h.
14451 (main): Declare returns int.
14452 * gdb.threads/tls-main.c (foo): New declaration.
14453 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
14454
f7e5394d
SM
144552015-01-23 Simon Marchi <simon.marchi@ericsson.com>
14456
14457 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
14458 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
14459
743649fd
MW
144602015-01-15 Mark Wielaard <mjw@redhat.com>
14461
14462 * gdb.base/noreturn-return.c: New file.
14463 * gdb.base/noreturn-return.exp: New file.
14464 * gdb.base/noreturn-finish.c: New file.
14465 * gdb.base/noreturn-finish.exp: New file.
14466
198297aa
PA
144672015-01-23 Pedro Alves <palves@redhat.com>
14468
14469 * gdb.threads/continue-pending-after-query.c: New file.
14470 * gdb.threads/continue-pending-after-query.exp: New file.
14471
717cf30c
AG
144722015-01-22 Anders Granlund <anders.granlund@ericsson.com>
14473 Simon Marchi <simon.marchi@ericsson.com>
14474
14475 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
14476 * gdb.base/valgrind-db-attach.exp: Same.
14477 * gdb.base/valgrind-infcall.exp: Same.
14478 * lib/mi-support.exp (default_mi_gdb_start): Same.
14479 * lib/prompt.exp (default_prompt_gdb_start): Same.
14480 * lib/gdb.exp (default_gdb_spawn): Same.
14481 (gdb_interact): New.
14482
14483
4b62a76e
JK
144842015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14485
14486 * gdb.compile/compile.exp (pointer to jit function): New test.
14487
b4cdae6f
WW
144882015-01-17 Wei-cheng Wang <cole945@gmail.com>
14489
14490 * lib/gdb.exp (supports_process_record): Return true for
14491 powerpc*-*-linux*.
14492 (supports_reverse): Likewise.
14493
d221e7ef
DB
144942015-01-15 Don Breazeal <donb@codesourcery.com>
14495
14496 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
14497 instead of checking whether the target board is remote and
14498 use spawn_wait_for_attach instead of exec/sleep.
14499 * gdb.base/attach-twice.exp: Likewise.
14500
bafffb51
JB
145012015-01-15 Joel Brobecker <brobecker@adacore.com>
14502
14503 * gdb.ada/var_arr_attrs: New testcase.
14504
5589af0e
PA
145052015-01-14 Pedro Alves <palves@redhat.com>
14506 Joel Brobecker <brobecker@adacore.com>
14507
14508 PR gdb/17525
14509 * gdb.base/bp-cmds-execution-x-script.c: New file.
14510 * gdb.base/bp-cmds-execution-x-script.exp: New file.
14511 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
14512
6c400b59
PA
145132015-01-14 Pedro Alves <palves@redhat.com>
14514
14515 PR cli/17828
14516 * gdb.base/batch-preserve-term-settings.c: New file.
14517 * gdb.base/batch-preserve-term-settings.exp: New file.
14518
e02c96a7
DE
145192015-01-13 Doug Evans <dje@google.com>
14520
14521 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
14522 binary.
14523
576fd14c
JB
145242015-01-13 Joel Brobecker <brobecker@adacore.com>
14525
14526 * Makefile.in (clean mostlyclean): Do not delete *.py.
14527
04dccad0
JB
145282015-01-13 Joel Brobecker <brobecker@adacore.com>
14529
14530 * gdb.python/py-lookup-type.exp: New file.
14531
3d230f71
PA
145322015-01-12 Pedro Alves <palves@redhat.com>
14533
14534 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
14535 restore GDBFLAGS before returning.
14536
7e67715d
JK
145372015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14538
14539 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
14540 is_amd64_regs_target and is_x86_like_target.
14541
f2e0d4b4
DE
145422015-01-11 Doug Evans <xdje42@gmail.com>
14543
14544 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
14545 is given without an explicit form.
14546 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
14547 attributes.
14548 * gdb.dwarf/corrupt.exp: Ditto.
14549 * gdb.dwarf2/enum-type.exp: Ditto.
14550 * gdb.trace/entry-values.exp: Ditto.
14551 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
14552
439250fb
DE
145532015-01-11 Doug Evans <xdje42@gmail.com>
14554
14555 PR gdb/15830
14556 * gdb.base/maint.exp: Remove references to "maint demangle".
14557 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
14558 Add tests for explicitly specifying language to demangle.
14559 * gdb.dlang/demangle.exp: Ditto.
14560
ede9f622
PA
145612015-01-09 Pedro Alves <palves@redhat.com>
14562
14563 * gdb.threads/non-stop-fair-events.c: New file.
14564 * gdb.threads/non-stop-fair-events.exp: New file.
14565
a7b796db
PA
145662015-01-09 Pedro Alves <palves@redhat.com>
14567
14568 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
14569 the global scope. Set a breakpoint after all threads are started
14570 rather than stepping over two source lines. Expect the prompt.
14571 * gdb.base/watch_thread_num.c (threads_started_barrier): New
14572 global.
14573 (NUM): Now 15.
14574 (main): Use threads_started_barrier to wait for all threads to
14575 start. Main thread no longer calls thread_function. Exit after
14576 180 seconds.
14577 (loop): New function.
14578 (thread_function): Wait on threads_started_barrier barrier. Call
14579 'loop' at each iteration.
14580 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
14581 threads have started, instead of hardcoding number of "next"
14582 steps. Use an access watchpoint instead of a write watchpoint.
14583
9665ffdd
PA
145842015-01-09 Pedro Alves <palves@redhat.com>
14585
14586 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
14587 (thread_func): Wait on barrier.
14588 (main): Wait for all threads to start before stopping GDB.
14589 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
14590 global.
14591 (thread1_func, thread2_func): Wait on barrier.
14592 (main): Wait for all threads to start before stopping GDB.
14593 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
14594 New global.
14595 (thread1_func, thread2_func): Wait on barrier.
14596 (main): Wait for all threads to start before stopping GDB.
14597
c945a99f
PA
145982015-01-09 Pedro Alves <palves@redhat.com>
14599
14600 * gdb.threads/attach-many-short-lived-threads.c: New file.
14601 * gdb.threads/attach-many-short-lived-threads.exp: New file.
14602
c1a747c1
PA
146032014-01-09 Pedro Alves <palves@redhat.com>
14604
14605 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
14606 instead of to thread 2.
14607 * gdb.threads/signal-command-multiple-signals-pending.c (main):
14608 Add barrier around each pthread_create call instead of around all
14609 calls.
14610 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
14611 Set a break on thread_function and have the child threads hit it
14612 one at at a time.
14613
60b3033e
PA
146142015-01-09 Pedro Alves <palves@redhat.com>
14615
14616 * lib/gdb.exp (can_spawn_for_attach): New procedure.
14617 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
14618 false.
14619 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
14620 checking whether the target board is remote.
14621 * gdb.multi/multi-attach.exp: Likewise.
14622 * gdb.python/py-sync-interp.exp: Likewise.
14623 * gdb.server/ext-attach.exp: Likewise.
14624 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
14625 tests that need to attach, instead of checking whether the target
14626 board is remote at the top of the file.
14627
acc018ac
YQ
146282015-01-08 Yao Qi <yao@codesourcery.com>
14629
14630 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
14631
50a18af8
JK
146322015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14633
14634 Fix testcase compilation.
14635 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
14636
8503d6e1
JB
146372015-01-06 Joel Brobecker <brobecker@adacore.com>
14638
14639 * gdb.python/py-type.exp: Add a couple test about empty
14640 array creation, and negative-length array creation.
14641
cc73dbcc
DE
146422015-01-02 Doug Evans <xdje42@gmail.com>
14643
14644 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
14645
0300bbc7
DE
146462015-01-02 Doug Evans <dje@google.com>
14647
14648 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
14649
9d85a0ec
YQ
146502014-12-29 Yao Qi <yao@codesourcery.com>
14651
14652 * gdb.trace/entry-values.exp: Update comments. Rename variable
14653 bar_call_foo to returned_from_foo.
14654
87186c6a
MMN
146552014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
14656
14657 PR gdb/17394
14658 * gdb.linespec/break-asm-file.c: New file.
14659 * gdb.linespec/break-asm-file.exp: New file.
14660 * gdb.linespec/break-asm-file0.s: New file.
14661 * gdb.linespec/break-asm-file1.s: New file.
14662
1bab7383
YQ
146632014-12-18 Nigel Stephens <nigel@mips.com>
14664 Maciej W. Rozycki <macro@codesourcery.com>
14665
14666 * gdb.base/float.exp: Handle the new output from "info float" on
14667 MIPS targets.
14668
1bc1068a
JK
146692014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14670
14671 Fix MinGW compilation.
14672 * gdb.compile/compile-ops.exp: Update untested message if
14673 !skip_compile_feature_tests.
14674 * gdb.compile/compile-setjmp.exp: Likewise.
14675 * gdb.compile/compile-tls.exp: Likewise.
14676 * gdb.compile/compile.exp: Likewise.
14677 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
14678 supported on this host".
14679
b6615d10
DE
146802014-12-16 Doug Evans <xdje42@gmail.com>
14681
14682 * boards/stabs.exp: New file.
14683
25dda427
AA
146842014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
14685
14686 * gdb.base/completion.exp: Adjust to format changes of "maint
14687 print user-registers".
14688
bf330350
CU
146892014-12-16 Catalin Udma <catalin.udma@freescale.com>
14690
14691 PR server/17457
14692 * gdb.arch/aarch64-fp.c: New file.
14693 * gdb.arch/aarch64-fp.exp: New file.
14694
395cf596
SDJ
146952014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
14696
14697 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
14698 r210637, r210913, r211666, r215400, r215817).
14699
14700 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
14701 * dg-extract-results.py: New file.
14702 * dg-extract-results.sh: Use it if the environment seems
14703 suitable.
14704
14705 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
14706
14707 * dg-extract-results.py (parse_run): Handle warnings that
14708 are printed before a test harness is run.
14709
14710 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
14711
14712 * dg-extract-results.py (Named): Remove __cmp__ method.
14713 (output_variation): Use a key to sort variation.harnesses.
14714
14715 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
14716
14717 * dg-extract-results.py: For Python 3, force sys.stdout to
14718 handle surrogate escape sequences.
14719 (safe_open): New function.
14720 (output_segment, main): Use it.
14721
14722 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
14723
14724 * dg-extract-results.py (Prog.result_re): Include options
14725 in test name.
14726
14727 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
14728
14729 * dg-extract-results.py (output_variation): Always sort if
14730 do_sum.
14731
e882ef3c
SM
147322014-12-15 Simon Marchi <simon.marchi@ericsson.com>
14733
14734 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
14735 as long as we get pagination notifications.
14736
4992aa20
JM
147372014-12-15 Jason Merrill <jason@redhat.com>
14738
14739 * Makefile.in (check-gdb.%): Restore.
14740 * README: Mention it.
14741
c1b5a1a6
JB
147422014-12-13 Joel Brobecker <brobecker@adacore.com>
14743
14744 * gdb.ada/str_uninit: New testcase.
14745
5537b577
JK
147462014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14747
14748 PR symtab/17642
14749 * gdb.base/vla-stub-define.c: New file.
14750 * gdb.base/vla-stub.c: New file.
14751 * gdb.base/vla-stub.exp: New file.
14752
bb2ec1b3
TT
147532014-12-12 Phil Muldoon <pmuldoon@redhat.com>
14754 Jan Kratochvil <jan.kratochvil@redhat.com>
14755 Tom Tromey <tromey@redhat.com>
14756
14757 * configure.ac: Add gdb.compile/.
14758 * configure: Regenerate.
14759 * gdb.compile/Makefile.in: New file.
14760 * gdb.compile/compile-ops.exp: New file.
14761 * gdb.compile/compile-ops.c: New file.
14762 * gdb.compile/compile-tls.c: New file.
14763 * gdb.compile/compile-tls.exp: New file.
14764 * gdb.compile/compile-constvar.S: New file.
14765 * gdb.compile/compile-constvar.c: New file.
14766 * gdb.compile/compile-mod.c: New file.
14767 * gdb.compile/compile-nodebug.c: New file.
14768 * gdb.compile/compile-setjmp-mod.c: New file.
14769 * gdb.compile/compile-setjmp.c: New file.
14770 * gdb.compile/compile-setjmp.exp: New file.
14771 * gdb.compile/compile-shlib.c: New file.
14772 * gdb.compile/compile.c: New file.
14773 * gdb.compile/compile.exp: New file.
14774 * lib/gdb.exp (skip_compile_feature_tests): New proc.
14775
4ff709eb
TT
147762014-12-12 Tom Tromey <tromey@redhat.com>
14777
14778 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
14779 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
14780
6dddd6a5
DE
147812014-12-12 Doug Evans <dje@google.com>
14782
14783 * lib/gdb-python.exp (get_python_valueof): New function.
14784 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
14785
71c24708
AA
147862014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14787
14788 * gdb.base/completion.exp: Add test for completion of "info
14789 registers ".
14790
3e29f34a
MR
147912014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
14792
14793 * gdb.base/func-ptrs.c: New file.
14794 * gdb.base/func-ptrs.exp: New file.
14795
fc126975
SM
147962014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14797
14798 PR breakpoints/17012
14799 * gdb.base/dprintf-detach.c: New file.
14800 * gdb.base/dprintf-detach.exp: New file.
14801
0a46d518
SM
148022014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14803
14804 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
14805 * lib/gdb.exp (target_is_gdbserver): New procedure.
14806
a0be3e44
DE
148072014-12-08 Doug Evans <dje@google.com>
14808
14809 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
14810
df1b803a
YQ
148112014-12-05 Yao Qi <yao@codesourcery.com>
14812
14813 * gdb.guile/scm-error.exp: Remove the third argument to
14814 gdb_remote_download.
14815 * gdb.guile/scm-frame-args.exp: Likewise.
14816 * gdb.guile/scm-section-script.exp: Likewise.
14817
ddb9f679
YQ
148182014-12-05 Yao Qi <yao@codesourcery.com>
14819
14820 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
14821
86e4ed39
DE
148222014-12-04 Doug Evans <dje@google.com>
14823
14824 * gdb.python/py-objfile.exp: Add tests for
14825 objfile.add_separate_debug_file.
14826
7c50a931
DE
148272014-12-04 Doug Evans <dje@google.com>
14828
14829 * lib/gdb.exp (get_build_id): New function.
14830 (build_id_debug_filename_get): Rewrite to use it.
14831 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
14832
621661e3
MR
148332014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
14834
14835 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
14836 `method(long)', not just 0x0.
14837 * gdb.cp/nsalias.exp: Align code labels to 4.
14838 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
14839 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
14840 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
14841 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
14842 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
14843 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
14844
29f0c3b7
DE
148452014-12-02 Doug Evans <dje@google.com>
14846
e1e061e7 14847 PR symtab/17602
29f0c3b7 14848 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 14849 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
14850 * gdb.cp/anon-ns.exp: Update.
14851
162078c8
NB
148522014-12-02 Nick Bull <nicholaspbull@gmail.com>
14853
14854 * gdb.python/py-events.py (inferior_call_handler): New.
14855 (register_changed_handler, memory_changed_handler): New.
14856 (test_events.invoke): Register new handlers.
14857 * gdb.python/py-events.exp: Add tests for inferior call,
14858 memory_changed and register_changed events.
14859
fdb09caf
AA
148602014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14861
14862 * gdb.base/execl-update-breakpoints.exp: Specify the link address
14863 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
14864 if the linker doesn't understand this.
14865
55cfb2c4
SM
148662014-12-01 Simon Marchi <simon.marchi@ericsson.com>
14867
14868 * gdb.python/python.exp: Change expected reply to help().
14869
9e8cd6df
YQ
148702014-12-01 Yao Qi <yao@codesourcery.com>
14871
14872 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
14873 AC_CONFIG_SUBDIRS(gdb.gdbtk).
14874 * configure: Re-generated.
14875
6c659fc2
SC
148762014-11-28 Siva Chandra Reddy <sivachandra@google.com>
14877
14878 * gdb.cp/chained-calls.cc: New file.
14879 * gdb.cp/chained-calls.exp: New file.
14880 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
14881
d7fc3181
SM
148822014-11-28 Simon Marchi <simon.marchi@ericsson.com>
14883
14884 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
14885 * gdb.dwarf2/symtab-producer.exp: Same.
14886 * gdb.gdb/python-interrupts.exp: Same.
14887 * gdb.gdb/python-selftest.exp: Same.
14888 * gdb.python/py-linetable.exp: Same.
14889 * gdb.python/py-type.exp: Same.
14890 * gdb.python/py-value-cc.exp: Same.
14891 * gdb.python/py-value.exp: Same.
14892
10e79639
YQ
148932014-11-28 Yao Qi <yao@codesourcery.com>
14894
14895 * gdb.base/break-probes.exp: Match library name prefixed with
14896 sysroot.
14897
f28a0564
SM
148982014-11-27 Simon Marchi <simon.marchi@ericsson.com>
14899
14900 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
14901 test expected output. Add parentheses for the call to print.
14902 Remove L suffix from integers.
14903
3fe1ce1d
DE
149042014-11-26 Doug Evans <dje@google.com>
14905
14906 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
14907
84429e27
YQ
149082014-11-22 Yao Qi <yao@codesourcery.com>
14909
14910 * gdb.trace/entry-values.c: Remove asms.
14911 (foo): Add foo_label.
14912 (bar): Add bar_label.
14913 * gdb.trace/entry-values.exp: Remove code computing foo's
14914 length and bar's length.
14915 (Dwarf::assemble): Invoke function_range for bar and use
14916 MACRO_AT_func for foo.
14917
26741859
YQ
149182014-11-22 Yao Qi <yao@codesourcery.com>
14919
14920 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
14921 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
14922 Use .Lgcc43_procstart instead of gcc43.
14923
45e44d27
JB
149242014-11-21 Joel Brobecker <brobecker@adacore.com>
14925
14926 * gdb.ada/n_arr_bound: New testcase.
14927
458c8db8
SDJ
149282014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
14929
14930 PR breakpoints/10737
14931 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
14932 test_catch_syscall_multi_arch.
14933 (test_catch_syscall_multi_arch): New function.
14934
43f3e411
DE
149352014-11-20 Doug Evans <xdje42@gmail.com>
14936
14937 * gdb.base/maint.exp: Update expected output.
14938
0d7b2549
AA
149392014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
14940
14941 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
14942 4-byte instruction on S390.
14943
8908fca5
JB
149442014-11-19 Joel Brobecker <brobecker@adacore.com>
14945
14946 * gdb.ada/arr_arr: New testcase.
14947
4a46959e
JB
149482014-11-19 Joel Brobecker <brobecker@adacore.com>
14949
14950 * gdb.ada/pkd_arr_elem: New Testcase.
14951
470e2f4e
LM
149522014-11-18 Luis Machado <lgustavo@codesourcery.com>
14953
14954 * gdb.reverse/break-precsave: Expect completion message for
14955 core file reads.
14956 * gdb.reverse/consecutive-precsave.exp: Likewise.
14957 * gdb.reverse/finish-precsave.exp: Likewise.
14958 * gdb.reverse/i386-precsave.exp: Likewise.
14959 * gdb.reverse/machinestate-precsave.exp: Likewise.
14960 * gdb.reverse/sigall-precsave.exp: Likewise.
14961 * gdb.reverse/solib-precsave.exp: Likewise.
14962 * gdb.reverse/step-precsave.exp: Likewise.
14963 * gdb.reverse/until-precsave.exp: Likewise.
14964 * gdb.reverse/watch-precsave.exp: Likewise.
14965
a267f3ad
AA
149662014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14967
14968 * gdb.base/bp-permanent.c: Include unistd.h.
14969 * gdb.python/py-framefilter-mi.c (main): Add return type.
14970 * gdb.python/py-framefilter.c (main): Likewise.
14971 * gdb.trace/actions-changed.c (main): Likewise.
14972
12084a9a
AA
149732014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14974
14975 * gdb.mi/until.c: Add eye-catchers.
14976 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
14977 line numbers.
14978
dc7e1a77
AA
149792014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14980
14981 * gdb.base/condbreak.exp: Drop references to removed non-prototype
14982 function header variants in break1.c.
14983 * gdb.base/ena-dis-br.exp: Likewise.
14984 * gdb.base/hbreak2.exp: Likewise.
14985 * gdb.reverse/until-precsave.exp: Drop references to removed
14986 non-prototype function header variants in ur1.c.
14987 * gdb.reverse/until-reverse.exp: Likewise.
14988
41c77605
PM
149892014-11-17 Petr Machata <pmachata@redhat.com>
14990
14991 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
14992 ${_cu_offset_size} bytes abbrev offset.
14993
34248c3a
DE
149942014-11-15 Doug Evans <xdje42@gmail.com>
14995
14996 PR symtab/17559
14997 * gdb.base/line-symtabs.exp: New file.
14998 * gdb.base/line-symtabs.c: New file.
14999 * gdb.base/line-symtabs.h: New file.
15000
646da059
YQ
150012014-11-14 Yao Qi <yao@codesourcery.com>
15002
15003 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
15004 (func): Add label func_label.
15005 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
15006 Replace low_pc and high_pc with MACRO_AT_range.
15007 Replace name, low_pc and high_pc with MACRO_AT_func.
15008
9301ebe6
YQ
150092014-11-14 Yao Qi <yao@codesourcery.com>
15010
15011 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
15012 Replace name, low_pc and high_pc with MACRO_AT_func.
15013
f166b542
YQ
150142014-11-14 Yao Qi <yao@codesourcery.com>
15015
15016 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
15017 produce debug information.
15018 * gdb.dwarf2/implptr-optimized-out.S: Removed.
15019
0f6e71e3
YQ
150202014-11-14 Yao Qi <yao@codesourcery.com>
15021
15022 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
15023 object and get function length.
15024 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
15025 with MACRO_AT_func.
15026 (top-level): Replace gdb_compile and clean_restart with
15027 prepare_for_testing.
15028 * gdb.dwarf2/main.c (main): Add label main_label.
15029
876c4df9
YQ
150302014-11-14 Yao Qi <yao@codesourcery.com>
15031
15032 * lib/dwarf.exp (function_range): New procedure.
15033 (Dwarf::_handle_macro_at_func): New procedure.
15034 (Dwarf::_handle_macro_at_range): New procedure.
15035 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
15036
02ad9cf1
YQ
150372014-11-14 Yao Qi <yao@codesourcery.com>
15038
15039 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
15040 (_handle_attribute): New procedure.
15041
a59add0c
AA
150422014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15043
15044 * gdb.ada/cond_lang/foo.c (callme): Add return type.
15045 * gdb.base/call-sc.c (zed): Likewise.
15046 * gdb.base/checkpoint.c (main): Likewise.
15047 * gdb.base/dump.c (main): Likewise.
15048 * gdb.base/gcore.c (main): Likewise.
15049 * gdb.base/huge.c (main): Likewise.
15050 * gdb.base/multi-forks.c (main): Likewise.
15051 * gdb.base/pr10179-a.c (main): Likewise.
15052 * gdb.base/savedregs.c (main): Likewise.
15053 * gdb.base/sigaltstack.c (main): Likewise.
15054 * gdb.base/siginfo.c (main): Likewise.
15055 * gdb.base/structs.c (zed): Likewise.
15056 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
15057 * gdb.mi/mi-syn-frame.c (main): Likewise.
15058 * gdb.mi/until.c (foo, main): Likewise.
15059 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
15060 * gdb.base/solib-weak.c (foo): Declare.
15061 * gdb.base/attach-twice.c: Include stdio.h.
15062 * gdb.base/weaklib1.c: Likewise.
15063 * gdb.base/weaklib2.c: Likewise.
15064 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
15065 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
15066 unistd.h.
15067 * gdb.base/attach-pie-misread.c: Include stdlib.h.
15068 * gdb.mi/mi-exit-code.c: Likewise.
15069 * gdb.base/break-interp-lib.c: Include string.h.
15070 * gdb.base/coremaker.c: Likewise.
15071 * gdb.base/testenv.c: Likewise.
15072 * gdb.python/py-finish-breakpoint.c: Likewise.
15073 * gdb.base/inferior-died.c: Include sys/wait.h.
15074 * gdb.base/fileio.c: Include time.h.
15075 * gdb.base/async-shell.c: Include unistd.h.
15076 * gdb.base/dprintf-non-stop.c: Likewise.
15077 * gdb.base/info-os.c: Likewise.
15078 * gdb.mi/mi-console.c: Likewise.
15079 * gdb.mi/watch-nonstop.c: Likewise.
15080 * gdb.python/py-events.c: Likewise.
15081 * gdb.base/async.c (baz): Move up before its invocation.
15082 * gdb.base/code_elim2.c (my_global_func): Likewise.
15083 * gdb.base/skip-solib-lib.c (multiply): Likewise.
15084 * gdb.base/advance.c (func2): Likewise.
15085
3b5d5997
AA
150862014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15087
15088 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
15089 variant.
15090 * gdb.base/annota3.c: Likewise.
15091 * gdb.base/async.c: Likewise.
15092 * gdb.base/average.c: Likewise.
15093 * gdb.base/call-ar-st.c: Likewise.
15094 * gdb.base/call-rt-st.c: Likewise.
15095 * gdb.base/call-sc.c: Likewise.
15096 * gdb.base/call-strs.c: Likewise.
15097 * gdb.base/ending-run.c: Likewise.
15098 * gdb.base/execd-prog.c: Likewise.
15099 * gdb.base/exprs.c: Likewise.
15100 * gdb.base/foll-exec.c: Likewise.
15101 * gdb.base/foll-fork.c: Likewise.
15102 * gdb.base/foll-vfork.c: Likewise.
15103 * gdb.base/funcargs.c: Likewise.
15104 * gdb.base/gcore.c: Likewise.
15105 * gdb.base/jump.c: Likewise.
15106 * gdb.base/langs0.c: Likewise.
15107 * gdb.base/langs1.c: Likewise.
15108 * gdb.base/langs2.c: Likewise.
15109 * gdb.base/mips_pro.c: Likewise.
15110 * gdb.base/nodebug.c: Likewise.
15111 * gdb.base/opaque0.c: Likewise.
15112 * gdb.base/opaque1.c: Likewise.
15113 * gdb.base/recurse.c: Likewise.
15114 * gdb.base/run.c: Likewise.
15115 * gdb.base/scope0.c: Likewise.
15116 * gdb.base/scope1.c: Likewise.
15117 * gdb.base/setshow.c: Likewise.
15118 * gdb.base/setvar.c: Likewise.
15119 * gdb.base/shmain.c: Likewise.
15120 * gdb.base/shr1.c: Likewise.
15121 * gdb.base/shr2.c: Likewise.
15122 * gdb.base/sigall.c: Likewise.
15123 * gdb.base/signals.c: Likewise.
15124 * gdb.base/so-indr-cl.c: Likewise.
15125 * gdb.base/solib2.c: Likewise.
15126 * gdb.base/structs.c: Likewise.
15127 * gdb.base/sum.c: Likewise.
15128 * gdb.base/vforked-prog.c: Likewise.
15129 * gdb.base/watchpoint.c: Likewise.
15130 * gdb.reverse/shr2.c: Likewise.
15131 * gdb.reverse/until-reverse.c: Likewise.
15132 * gdb.reverse/ur1.c: Likewise.
15133 * gdb.reverse/watch-reverse.c: Likewise.
15134
066a77c5
AA
151352014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15136
15137 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
15138 variant.
15139 * gdb.base/sepdebug.exp: Drop references to removed code.
15140
4f204ea5
AA
151412014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15142
15143 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
15144 variant. Preserve original line numbering.
15145 * gdb.base/list1.c: Likewise.
15146
3b377a3a
AA
151472014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15148
15149 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
15150 variant.
15151 * gdb.base/break1.c: Likewise.
15152 * gdb.base/break.exp: Drop references to removed code.
15153
e444df73
AA
151542014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15155
15156 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
15157 variant.
15158
8008f2a7
AA
151592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15160
15161 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
15162
a5a06887
AA
151632014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15164
15165 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
15166 logic into perform_all_tests() and invoke it with and without
15167 function header prototypes.
15168 (do_function_calls): Remove conditional XFAIL for PR 5318.
15169 (rerun_and_prepare): Remove duplicate code.
15170 (perform_all_tests): New. Main logic moved here.
15171
44dba9b9
AA
151722014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15173
15174 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
15175 code guarded by #ifdef NO_PROTOTYPES.
15176 (t_double_many_args): Likewise.
15177 (DEF_FUNC_MANY_ARGS_1): Likewise.
15178 (DEF_FUNC_VALUES_1): Likewise.
15179 (t_structs_ldc): Renamed from t_structs_fc in conditional code
15180 guarded by #ifdef PROTOTYPES.
15181
d1fbcd56
AA
151822014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15183
15184 * gdb.mi/mi-console.c: Add eye-catcher.
15185 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
15186 instead of literal line number.
15187
b0e59b8f
AA
151882014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15189
15190 * gdb.base/shr2.c: Add eye-catcher.
15191 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
15192 line number.
15193
78f98cca
AA
151942014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15195
15196 * gdb.base/jump.c: Add eye-catchers.
15197 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
15198 numbers.
15199
58fa2af0
AA
152002014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15201
15202 * gdb.base/execd-prog.c: Add eye-catchers.
15203 * gdb.base/foll-exec.c: Likewise.
15204 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
15205 line numbers.
15206
04e5059b
AA
152072014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15208
15209 * gdb.base/ending-run.c: Add eye-catchers.
15210 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
15211 literal line numbers.
15212
dbfdb174
AA
152132014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15214
15215 * gdb.base/call-rt-st.c: Add eye-catchers.
15216 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
15217 literal line numbers.
15218
888a2ade
AA
152192014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15220
15221 * gdb.base/call-ar-st.c: Add eye-catchers.
15222 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
15223 literal line numbers.
15224
6acc2dde
AA
152252014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15226
15227 * gdb.base/average.c: Add eye-catchers.
15228 * gdb.base/sum.c: Likewise.
15229 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
15230 regexps dynamically.
15231
9ecfcd1d
AA
152322014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15233
15234 * gdb.base/solib1.c: Add eye-catchers.
15235 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
15236 literal line numbers.
15237
78708b7c
PA
152382014-11-12 Pedro Alves <palves@redhat.com>
15239
15240 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
15241 leader has exited.
15242
af48d08f
PA
152432014-11-12 Pedro Alves <palves@redhat.com>
15244
15245 * gdb.arch/i386-bp_permanent.c: New file.
15246 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
15247 (srcfile): Set to i386-bp_permanent.c.
15248 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
15249 that stepi does not execute the 'leave' instruction, instead of
15250 testing it does execute.
15251 * gdb.base/bp-permanent.c: New file.
15252 * gdb.base/bp-permanent.exp: New file.
15253
af3768e9
DE
152542014-11-10 Doug Evans <xdje42@gmail.com>
15255
15256 PR symtab/17564
15257 * gdb.base/symtab-search-order.exp: New file.
15258 * gdb.base/symtab-search-order.c: New file.
15259 * gdb.base/symtab-search-order-1.c: New file.
15260 * gdb.base/symtab-search-order-shlib-1.c: New file.
15261
9de00a4a
PA
152622014-11-07 Pedro Alves <palves@redhat.com>
15263
15264 PR gdb/17511
15265 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
15266 i?86-*-linux*.
15267
e0f52461
SC
152682014-11-03 Siva Chandra Reddy <sivachandra@google.com>
15269
15270 PR c++/17494
15271 * gdb.cp/pr17494.cc: New file.
15272 * gdb.cp/pr17494.exp: New file.
15273
6ce8c980
YQ
152742014-11-02 Yao Qi <yao@codesourcery.com>
15275
15276 * gdb.python/python.exp: Get working directory and match the
15277 output of "set extended-prompt \\w " with it.
15278
02be9a71
DE
152792014-10-30 Doug Evans <dje@google.com>
15280
15281 * gdb.python/py-objfile.exp: Add tests for setting random attributes
15282 in objfiles.
15283 * gdb.python/py-progspace.exp: Add tests for setting random attributes
15284 in progspaces.
15285
3bdff46b
LM
152862014-10-30 Janis Johnson <janisjo@codesourcery.com>
15287
15288 * gdb.base/fullpath-expand.exp: Skip for a remote host.
15289 * gdb.base/realname-expand.exp: Likewise.
15290 * gdb.linespec/macro-relative.exp: Likewise.
15291
ab917dfb
PA
152922014-10-29 Pedro Alves <palves@redhat.com>
15293
15294 PR gdb/17408
15295 * gdb.threads/schedlock.c (some_function): New function.
15296 (call_function): New global.
15297 (MAYBE_CALL_SOME_FUNCTION): New macro.
15298 (thread_function): Call it.
15299 * gdb.threads/schedlock.exp (get_args): Add description parameter,
15300 and use it instead of a global counter. Adjust all callers.
15301 (get_current_thread): Use "find current thread" for test message
15302 here rather than having all callers pass down the same string.
15303 (goto_loop): New procedure, factored out from ...
15304 (my_continue): ... this.
15305 (step_ten_loops): Change parameter from test message to command to
15306 use. Adjust.
15307 (list_count): Delete global.
15308 (check_result): New procedure, factored out from duplicate top
15309 level code.
15310 (continue tests): Wrap in with_test_prefix.
15311 (test_step): New procedure, factored out from duplicate top level
15312 code.
15313 (top level): Test "step" in combination with all scheduler-locking
15314 modes. Test "next" in combination with all scheduler-locking
15315 modes, and in combination with stepping over a function call or
15316 not.
15317 * gdb.threads/next-bp-other-thread.c: New file.
15318 * gdb.threads/next-bp-other-thread.exp: New file.
15319
d3d4baed
PA
153202014-10-29 Pedro Alves <palves@redhat.com>
15321
15322 PR python/17372
15323 * gdb.python/python.exp: Test a multi-line command that spawns
15324 interactive Python.
15325 * gdb.base/multi-line-starts-subshell.exp: New file.
15326
563e8d85
YQ
153272014-10-29 Yao Qi <yao@codesourcery.com>
15328
15329 * gdb.base/fileio.exp: Make directories on host.
15330
0ea4d52e
YQ
153312014-10-29 Yao Qi <yao@codesourcery.com>
15332
15333 * gdb.base/fileio.c (test_write): Close the file.
15334
7f5ef605
PA
153352014-10-28 Pedro Alves <palves@redhat.com>
15336
15337 PR gdb/12623
15338 * gdb.base/sigstep.c (no_handler): New global.
15339 (main): If 'no_handler is true, set the signal handlers to
15340 SIG_IGN.
15341 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
15342 with_sw_watch and no_handler parameters. Handle them.
15343 (top level) <stepping over handler when stopped at a breakpoint
15344 test>: Add a test axis for testing with a software watchpoint, and
15345 another for testing with the signal handler set to SIG_IGN.
15346 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
15347 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
15348
abbdbd03
PA
153492014-10-28 Pedro Alves <palves@redhat.com>
15350
15351 PR gdb/17511
15352 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
15353 * gdb.base/sigstep.exp (other_handler_location): New global.
15354 (advance): Support stepping into the signal handler, and running
15355 commands while in the handler.
15356 (in_handler_map): New global.
15357 (top level): In the advance test, add combinations for getting
15358 into the handler with stepping commands, and for running commands
15359 in the handler. Add comment descripting the advancei tests.
15360
1df4399f
PA
153612014-10-28 Pedro Alves <palves@redhat.com>
15362
15363 * gdb.base/sigstep.exp: Use build_executable instead of
15364 prepare_for_testing.
15365 (top level): Move code that starts GDB, runs to main and creates a
15366 display to ...
15367 (restart): ... this new procedure.
15368 (top level): Move backtrace from signal handler test to ...
15369 (validate_backtrace): ... this new procedure.
15370 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
15371 with_test_prefix. Always restart GDB.
15372 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
15373 with_test_prefix. Always restart GDB. No need to delete
15374 breakpoints after the test.
15375 (test_skip_handler): Remove prefix parameter.
15376 (skip_over_handler, breakpoint_to_handler)
15377 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
15378 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
15379 restart GDB. No need to delete breakpoints after the test.
15380 (top level): Use foreach to call the test procedures with
15381 different commands.
15382
a5b6e449
PA
153832014-10-28 Pedro Alves <palves@redhat.com>
15384
15385 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
15386 instead of GNATS numbers.
15387 * gdb.base/sigbpt.exp: Likewise.
15388 * gdb.base/siginfo.exp: Likewise.
15389 * gdb.base/sigstep.exp: Likewise.
15390
e5f8a7cc
PA
153912014-10-27 Pedro Alves <palves@redhat.com>
15392
15393 * gdb.base/sigstep.c (dummy): New global.
15394 (main): Issue a couple writes to the new global.
15395 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
15396 procedures.
15397 (skip_over_handler): Use test_skip_handler.
15398 (top level): Call skip_over_handler for stepi and nexti too.
15399 (breakpoint_over_handler): Use test_skip_handler.
15400 (top level): Call breakpoint_over_handler for stepi and nexti too.
15401
763905a3
YQ
154022014-10-27 Yao Qi <yao@codesourcery.com>
15403
15404 * gdb.trace/tfile.c (adjust_function_address)
15405 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
15406 function descriptor.
15407
6f259a23
DB
154082014-10-24 Don Breazeal <donb@codesourcery.com>
15409
15410 * gdb.base/foll-fork.exp (test_follow_fork,
15411 catch_fork_child_follow): Check for updated fork messages emitted
15412 from infrun.c.
15413 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
15414 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
15415 vfork_and_exec_child_follow_through_step): Check for updated vfork
15416 messages emitted from infrun.c.
15417
09dd9a69
PA
154182014-10-24 Pedro Alves <palves@redhat.com>
15419
15420 * gdb.base/corefile.exp: Remove references to ultrix.
15421 * gdb.base/interrupt.exp: Likewise.
15422 * gdb.base/whatis.exp: Likewise.
15423 * gdb.gdb/selftest.exp: Likewise.
15424 * gdb.threads/manythreads.exp: Likewise.
15425 * gdb.threads/print-threads.exp: Likewise.
15426 * gdb.threads/pthreads.exp:: Likewise.
15427 * gdb.threads/schedlock.exp: Likewise.
15428
3433cfa5
SC
154292014-10-24 Siva Chandra Reddy <sivachandra@google.com>
15430
15431 * gdb.cp/non-trivial-retval.cc: Add a test case.
15432 * gdb.cp/non-trivial-retval.exp: Add a test.
15433
092f880b
YQ
154342014-10-20 Yao Qi <yao@codesourcery.com>
15435
15436 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
15437 * gdb.python/py-objfile-script-gdb.py: New file.
15438 * gdb.python/py-objfile-script.exp: Update reference to
15439 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
15440 of remote_download. Remove the dest file.
15441
acbdb7f3
YQ
154422014-10-20 Yao Qi <yao@codesourcery.com>
15443
15444 * gdb.base/checkpoint.exp: Don't remove file copied on host.
15445 * gdb.base/step-line.exp: Likewise.
15446 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15447 * gdb.dwarf2/dw2-basic.exp: Likewise.
15448 * gdb.dwarf2/dw2-compressed.exp: Likewise.
15449 * gdb.dwarf2/dw2-filename.exp: Likewise.
15450 * gdb.dwarf2/dw2-intercu.exp: Likewise.
15451 * gdb.dwarf2/dw2-intermix.exp: Likewise.
15452 * gdb.dwarf2/dw2-producer.exp: Likewise.
15453 * gdb.dwarf2/mac-fileno.exp: Likewise.
15454 * gdb.python/py-frame-args.exp: Likewise.
15455 * gdb.python/py-framefilter.exp: Likewise.
15456 * gdb.python/py-mi.exp: Likewise.
15457 * gdb.python/py-objfile-script.exp: Likewise
15458 * gdb.python/py-pp-integral.exp: Likewise.
15459 * gdb.python/py-pp-re-notag.exp: Likewise.
15460 * gdb.python/py-prettyprint.exp: Likewise.
15461 * gdb.python/py-section-script.exp: Likewise.
15462 * gdb.python/py-typeprint.exp: Likewise.
15463 * gdb.python/py-xmethods.exp: Likewise.
15464 * gdb.stabs/weird.exp: Likewise.
15465 * gdb.xml/tdesc-regs.exp: Likewise.
15466
bd286a29
KCY
154672014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
15468
15469 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
15470 (out_cu): Use addr_len for the size of addresses.
15471 (out_line): Likewise. Size DW_LNE_set_address instruction
15472 according to addr_len.
15473 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
15474 (FUNC): Add START_INSNS to definition.
15475
673dc4a0
YQ
154762014-10-18 Yao Qi <yao@codesourcery.com>
15477
15478 * gdb.base/argv0-symlink.exp: Check argv[0] value if
15479 gdb_has_argv0 return true.
15480 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
15481 check [target_info exists noargs], check [gdb_has_argv0]
15482 instead.
15483 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15484 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
15485 procedures.
15486
4ffbba72
DE
154872014-10-17 Doug Evans <dje@google.com>
15488
15489 * gdb.python/py-events.exp: Update expected output for clear_objfiles
15490 event.
15491 * gdb.python/py-events.py: Add clear_objfiles event.
15492
d096d8c1
DE
154932014-10-17 Doug Evans <dje@google.com>
15494
15495 * gdb.python/py-objfile.exp: Test progspace attribute.
15496
a80db015
LM
154972014-10-17 Luis Machado <lgustavo@codesourcery.com>
15498
15499 * gdb.guile/scm-breakpoint.exp: Do not assume any
15500 directory separators when matching source file paths.
15501 * gdb.python/py-breakpoint.exp: Likewise.
15502 * gdb.reverse/break-precsave.exp: Likewise.
15503 * gdb.reverse/break-reverse.exp: Likewise.
15504 * gdb.reverse/consecutive-precsave.exp: Likewise.
15505 * gdb.reverse/finish-precsave.exp: Likewise.
15506 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
15507 * gdb.reverse/finish-reverse.exp: Likewise.
15508 * gdb.reverse/i386-precsave.exp: Likewise.
15509 * gdb.reverse/i387-env-reverse.exp: Likewise.
15510 * gdb.reverse/i387-stack-reverse.exp: Likewise.
15511 * gdb.reverse/machinestate-precsave.exp: Likewise.
15512 * gdb.reverse/machinestate.exp: Likewise.
15513 * gdb.reverse/sigall-precsave.exp: Likewise.
15514 * gdb.reverse/solib-precsave.exp: Likewise.
15515 * gdb.reverse/step-precsave.exp: Likewise.
15516 * gdb.reverse/until-precsave.exp: Likewise.
15517 * gdb.reverse/watch-precsave.exp: Likewise.
15518 * gdb.reverse/watch-reverse.exp: Likewise.
15519
b22089ab
YQ
155202014-10-17 Yao Qi <yao@codesourcery.com>
15521
15522 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
15523 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
15524
6c4486e6
PA
155252014-10-17 Pedro Alves <palves@redhat.com>
15526
15527 PR gdb/17471
15528 * gdb.base/bg-execution-repeat.c: New file.
15529 * gdb.base/bg-execution-repeat.exp: New file.
15530
0ff33695
PA
155312014-10-17 Pedro Alves <palves@redhat.com>
15532
15533 PR gdb/17300
15534 * gdb.base/continue-all-already-running.c: New file.
15535 * gdb.base/continue-all-already-running.exp: New file.
15536
6fdebc3d
PA
155372014-10-17 Pedro Alves <palves@redhat.com>
15538
15539 PR gdb/17472
15540 * gdb.base/annota-input-while-running.c: New file.
15541 * gdb.base/annota-input-while-running.exp: New file.
15542
32a8097b
PA
155432014-10-17 Pedro Alves <palves@redhat.com>
15544
15545 * gdb.base/callfuncs.exp: emove references to osf.
15546 * gdb.base/sigall.exp: Likewise.
15547 * gdb.gdb/selftest.exp: Likewise.
15548 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
15549 * gdb.mi/non-stop.c: Likewise.
15550 * gdb.mi/pthreads.c: Likewise.
15551 * gdb.reverse/sigall-precsave.exp: Likewise.
15552 * gdb.reverse/sigall-reverse.exp: Likewise.
15553 * gdb.threads/pthreads.c: Likewise.
15554 * gdb.threads/pthreads.exp: Likewise.
15555
7a3517ff
YQ
155562014-10-17 Yao Qi <yao@codesourcery.com>
15557
15558 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
15559 check 'target_info exists noargs'.
15560 (test_command_prompt_position): Likewise.
15561 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
15562 Remove "set args".
15563 (progvar_simple_while_test): Likewise.
15564 (progvar_complex_if_while_test): Likewise.
15565 (if_while_breakpoint_command_test): Likewise.
15566 (infrun_breakpoint_command_test): Likewise.
15567 (breakpoint_command_test): Likewise.
15568 (watchpoint_command_test): Likewise.
15569 (bp_deleted_in_command_test): Likewise.
15570 (temporary_breakpoint_commands): Likewise.
15571
bb99c472
YQ
155722014-10-16 Yao Qi <yao@codesourcery.com>
15573
15574 * gdb.base/remotetimeout.exp: Remove noargs checking.
15575
7c16b83e
PA
155762014-10-15 Pedro Alves <palves@redhat.com>
15577
15578 PR breakpoints/9649
15579 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
15580 * gdb.base/breakpoint-in-ro-region.exp
15581 (probe_target_hardware_step): New procedure.
15582 (top level): Probe hardware stepping and hardware breakpoint
15583 support. Test stepping through a read-only region, with both
15584 "breakpoint auto-hw" on and off and both "always-inserted" on and
15585 off.
15586
35a49624
IB
155872014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
15588
15589 * gdb.dlang/demangle.exp: Update for demangling changes.
15590
2d1c107c
SC
155912014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15592
15593 * gdb.cp/non-trivial-retval.cc: Add new test cases.
15594 * gdb.cp/non-trivial-retval.exp: Add new tests.
15595
778811d5
SC
155962014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15597
15598 PR c++/13403
15599 PR c++/15154
15600 * gdb.cp/non-trivial-retval.cc: New file.
15601 * gdb.cp/non-trivial-retval.exp: New file.
15602
10c5f0a8
YQ
156032014-10-15 Yao Qi <yao@codesourcery.com>
15604
15605 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
15606 remote host.
15607
65d7b369
YQ
156082014-10-15 Yao Qi <yao@codesourcery.com>
15609
15610 * gdb.python/py-symbol.exp: Match file base name if host is
15611 remote, otherwise match file name with dir name.
15612 * gdb.python/py-symtab.exp: Likewise.
15613 * gdb.python/python.exp: Likewise.
15614
46dc1394
YQ
156152014-10-15 Yao Qi <yao@codesourcery.com>
15616
15617 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
15618 pattern.
15619 * gdb.python/py-symtab.exp: Likewise.
15620 * gdb.python/python.exp: Remove trailing ".*". Fix typo
15621 locationn.
15622
c40cc657
JB
156232014-10-14 Joel Brobecker <brobecker@adacore.com>
15624
15625 * gdb.ada/addr_arith: New testcase.
15626
2abf49e1
MR
156272014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
15628
15629 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
15630 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
15631 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
15632 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
15633
f7088df3
SDJ
156342014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
15635
15636 * gdb.arch/stap-eval-lang-ada.S: Likewise.
15637 * gdb.arch/stap-eval-lang-ada.c: Likewise.
15638 * gdb.arch/stap-eval-lang-ada.exp: New file.
15639
4dc06805
YQ
156402014-10-14 Yao Qi <yao@codesourcery.com>
15641
15642 * gdb.mi/mi-var-child.c (nothing1): New function.
15643 (nothing2): New function.
15644 (do_children_tests): Set function pointers by nothing1 and
15645 nothing2.
15646 * gdb.mi/mi-var-child.exp: Step over new added statements.
15647 Update test to match the new output.
15648 * gdb.mi/var-cmd.c (nothing1): New function.
15649 (nothing2): New function.
15650 (do_children_tests): Set function pointers by nothing1 and
15651 nothing2.
15652 * gdb.mi/mi-var-display.exp: Update test to match output.
15653 Step to the line specified by $line_dct_nothing.
15654 Increase the number of lines to step.
15655
46a93de2
YQ
156562014-10-14 Yao Qi <yao@codesourcery.com>
15657
15658 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
15659 tests.
15660 * gdb.mi/mi2-var-child.exp: Likewise.
15661
14ea52ee
DE
156622014-10-13 Doug Evans <dje@google.com>
15663
15664 * gdb.python/py-objfile.exp: Change name of file name test.
15665
e5c6e92b
DE
156662014-10-13 Doug Evans <dje@google.com>
15667
15668 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
15669 from the start of the CU.
15670
c780cc2f
JK
156712014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15672 Yao Qi <yao@codesourcery.com>
15673
15674 Fix "save breakpoints" for "catch" command.
15675 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
15676 Remove -nonewline. Match also the added "main" line.
15677
99894e11
JK
156782014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15679
15680 Fix "save breakpoints" for "disable $bpnum" command.
15681 * gdb.base/save-bp.c (main): Add label.
15682 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
15683
6e1ac5a3
JK
156842014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15685
15686 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
15687
754dd2b0
YQ
156882014-10-11 Yao Qi <yao@codesourcery.com>
15689
15690 * gdb.server/server-kill.exp: Execute command
15691 "set remote trace-status-packet on" before "tstatus".
15692
f90183d7
YQ
156932014-10-11 Yao Qi <yao@codesourcery.com>
15694
15695 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
15696 (main): Call getppid.
15697 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
15698 and continue to it. Read variable "server_pid".
15699
bf40a607
YQ
157002014-10-11 Yao Qi <yao@codesourcery.com>
15701
15702 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
15703
052ca370
YQ
157042014-10-11 Yao Qi <yao@codesourcery.com>
15705
15706 * gdb.threads/thread-find.exp: Don't execute command
15707 "info threads".
15708 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
15709 * gdb.threads/linux-dp.exp: Don't check the condition
15710 $threads_created equals to zero.
15711
3831839c
PA
157122014-10-10 Pedro Alves <palves@redhat.com>
15713
15714 * gdb.base/bigcore.exp: Remove references to IRIX.
15715 * gdb.base/funcargs.exp: Likewise.
15716 * gdb.base/interrupt.exp: Likewise.
15717 * gdb.base/mips_pro.exp: Likewise.
15718 * gdb.base/nodebug.exp: Likewise.
15719 * gdb.base/setvar.exp: Likewise.
15720 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
15721
8b9a549d
PA
157222014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15723 Pedro Alves <palves@redhat.com>
15724
15725 PR symtab/14466
15726 * gdb.base/vdso-warning.c: New file.
15727 * gdb.base/vdso-warning.exp: New file.
15728
d48ba5e8
DE
157292014-10-02 Doug Evans <dje@google.com>
15730
15731 * gdb.base/structs.c (main): Don't run forever.
15732
2278c276
PA
157332014-10-02 Pedro Alves <palves@redhat.com>
15734
15735 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
15736 (top level) <stop threads 1, stop threads 2>: Use it.
15737
b57bacec
PA
157382014-10-02 Pedro Alves <palves@redhat.com>
15739
15740 * gdb.threads/break-while-running.exp (test): Add new
15741 'update_thread_list' argument. Skip "info threads" if false.
15742 (top level): Add new 'update_thread_list' axis.
15743
13fd3ff3
PA
157442014-10-02 Pedro Alves <palves@redhat.com>
15745
15746 PR breakpoints/17431
15747 * gdb.base/execl-update-breakpoints.c: New file.
15748 * gdb.base/execl-update-breakpoints.exp: New file.
15749
0fec99e8
PA
157502014-10-01 Pedro Alves <palves@redhat.com>
15751
15752 * gdb.base/breakpoint-in-ro-region.c: New file.
15753 * gdb.base/breakpoint-in-ro-region.exp: New file.
15754
2ddf4301
SM
157552014-10-01 Simon Marchi <simon.marchi@ericsson.com>
15756
15757 * gdb.mi/mi-exit-code.exp: New file.
15758 * gdb.mi/mi-exit-code.c: New file.
15759
6a5f3f43
YQ
157602014-09-30 Yao Qi <yao@codesourcery.com>
15761
15762 * lib/prelink-support.exp (build_executable_own_libs): Error if
15763 the target isn't native.
15764
345bcc73
YQ
157652014-09-30 Yao Qi <yao@codesourcery.com>
15766
15767 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
15768 false.
15769
a25a5a45
PA
157702014-09-22 Pedro Alves <palves@redhat.com>
15771
15772 * gdb.threads/break-while-running.exp: New file.
15773 * gdb.threads/break-while-running.c: New file.
15774
00ba3162
YQ
157752014-09-19 Yao Qi <yao@codesourcery.com>
15776
15777 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
15778 Invoke test. Restart GDB with --readnow and invoke test again.
15779
c3b7b696
YQ
157802014-09-19 Yao Qi <yao@codesourcery.com>
15781
15782 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
15783 proc set_breakpoint_on_gcd_function. Invoke
15784 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
15785 invoke set_breakpoint_on_gcd_function again.
15786
2b4fd423
DE
157872014-09-18 Doug Evans <dje@google.com>
15788
15789 * gdb.dwarf2/symtab-producer.exp: New file.
15790
a5947601
SDJ
157912014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15792
15793 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
15794 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
15795 * gdb.base/global-var-nested-by-dso.c: Likewise.
15796 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15797
91c19059
SDJ
157982014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15799 Pedro Alves <palves@redhat.com>
15800
15801 * gdb.base/watch-bitfields.exp: Pass string other than test file
15802 name to prepare_for_testing.
15803 (watch): New procedure.
15804 (expect_watchpoint): Use with_test_prefix.
15805 (top level): Factor out tests to ...
15806 (test_watch_location, test_regular_watch): ... these new
15807 procedures, and use with_test_prefix and gdb_continue_to_end.
15808
bb9d5f81
PP
158092014-09-16 Patrick Palka <patrick@parcs.ath.cx>
15810
15811 PR breakpoints/12526
15812 * gdb.base/watch-bitfields.exp: New file.
15813 * gdb.base/watch-bitfields.c: New file.
15814
635856f5
PA
158152014-09-16 Pedro Alves <palves@redhat.com>
15816
15817 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
15818 software and hardware addresses, not software address against
15819 itself.
15820
7280ceea
PA
158212014-09-16 Pedro Alves <palves@redhat.com>
15822
15823 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
15824 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
15825
428b16bd
PA
158262014-09-16 Pedro Alves <palves@redhat.com>
15827
15828 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
15829 files.
15830 * gdb.base/a2-run.exp: Remove all code guarded by istarget
15831 "*-*-vxworks*" throughout.
15832 * gdb.base/break.exp: Likewise.
15833 * gdb.base/default.exp: Likewise.
15834 * gdb.base/scope.exp: Likewise.
15835 * gdb.base/sepdebug.exp: Likewise.
15836 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
15837 throughout.
15838 * gdb.base/run.c: Likewise.
15839 * gdb.base/sepdebug.c: Likewise.
15840 * gdb.hp/gdb.aCC/run.c: Likewise.
15841 * gdb.reverse/until-reverse.c: Likewise.
15842 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
15843
666d413c
YQ
158442014-09-16 Yao Qi <yao@codesourcery.com>
15845
15846 * boards/local-remote-host-native.exp: New file.
15847
57cbd724
DE
158482014-09-14 Doug Evans <xdje42@gmail.com>
15849
15850 * gdb.threads/queue-signal.c (thread_count): New variable.
15851 (thread_count_mutex, thread_count_condvar): New variables.
15852 (incr_thread_count, wait_all_threads_running): New functions.
15853 (main): Wait for all threads to be in their thread functions.
15854
81219e53
DE
158552014-09-13 Doug Evans <xdje42@gmail.com>
15856
15857 * gdb.threads/queue-signal.c: New file.
15858 * gdb.threads/queue-signal.exp: New file.
15859
3714cea7
DE
158602014-09-13 Doug Evans <xdje42@gmail.com>
15861
15862 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
15863 be consistent with what default_gdb_init uses.
15864 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
15865 the plain text of the prompt. Add some logging printfs.
15866 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
15867
fa43b1d7
PA
158682014-09-12 Pedro Alves <palves@redhat.com>
15869
15870 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
15871 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
15872 * gdb.arch/i386-size-overlap.exp: Likewise.
15873 * gdb.arch/i386-size.exp: Likewise.
15874 * gdb.arch/i386-unwind.exp: Likewise.
15875 * gdb.base/a2-run.exp: Likewise.
15876 * gdb.base/break.exp: Likewise.
15877 * gdb.base/charset.exp: Likewise.
15878 * gdb.base/chng-syms.exp: Likewise.
15879 * gdb.base/commands.exp: Likewise.
15880 * gdb.base/dbx.exp: Likewise.
15881 * gdb.base/find.exp: Likewise.
15882 * gdb.base/funcargs.exp: Likewise.
15883 * gdb.base/jit-simple.exp: Likewise.
15884 * gdb.base/reread.exp: Likewise.
15885 * gdb.base/sepdebug.exp: Likewise.
15886 * gdb.base/step-bt.exp: Likewise.
15887 * gdb.cp/mb-inline.exp: Likewise.
15888 * gdb.cp/mb-templates.exp: Likewise.
15889 * gdb.objc/basicclass.exp: Likewise.
15890 * gdb.threads/killed.exp: Likewise.
15891
9d9bf2df
EBM
158922014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15893
15894 PR tdep/17379
15895 * gdb.arch/powerpc-stackless.S: New file.
15896 * gdb.arch/powerpc-stackless.exp: New file.
15897
1cf2f1b0
JK
158982014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15899
15900 * gdb.base/attach.c: Include unistd.h.
15901 (main): Call alarm. Add label postloop.
15902 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
15903 gdb_breakpoint, gdb_continue_to_breakpoint.
15904 (test_command_line_attach_run): Kill ${testpid} in one exit path.
15905
98880d46
PA
159062014-09-11 Pedro Alves <palves@redhat.com>
15907
15908 PR gdb/17347
15909 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
15910 * gdb.base/attach.exp (test_command_line_attach_run): New
15911 procedure.
15912 (top level): Call it.
15913
4c92ff2c
PA
159142014-09-11 Pedro Alves <palves@redhat.com>
15915
15916 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
15917 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
15918 (do_command_attach_tests): Use spawn_wait_for_attach.
15919 * gdb.base/solib-overlap.exp: Likewise.
15920 * gdb.multi/multi-attach.exp: Likewise.
15921 * gdb.python/py-prompt.exp: Likewise.
15922 * gdb.python/py-sync-interp.exp: Likewise.
15923 * gdb.server/ext-attach.exp: Likewise.
15924
3adc1a7d
GKB
159252014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
15926
15927 * gdb.fortran/array-element.exp: Remove unexpected "continue"
15928 command in testcase. Simplify testcase.
15929
96334934
JB
159302014-09-10 Joel Brobecker <brobecker@adacore.com>
15931
15932 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
15933
eb479039
JB
159342014-09-10 Joel Brobecker <brobecker@adacore.com>
15935
15936 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
15937
deede10c
JB
159382014-09-10 Joel Brobecker <brobecker@adacore.com>
15939
15940 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
15941
7828a5f5
JB
159422014-09-10 Joel Brobecker <brobecker@adacore.com>
15943
15944 * gdb.dwarf2/dynarr-ptr.c: New file.
15945 * gdb.dwarf2/dynarr-ptr.exp: New file.
15946
33aeebcf
MR
159472014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15948
15949 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
15950 of 30 rather than hardcoding 120 for a slow test case. Take the
15951 `gdb,timeout' target setting into account for this calculation.
15952 Don't extend the timeout for the test cases that don't need it.
15953
7b415901
MR
159542014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15955
15956 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
15957 a factor of 2 for a slow test case. Take the `gdb,timeout'
15958 target setting into account for this calculation.
15959 * gdb.reverse/until-precsave.exp: Increase the timeout by
15960 a factor of 15 and 3 respectively rather than adding 120
15961 for a pair of slow test cases. Take the `gdb,timeout'
15962 target setting into account for this calculation.
15963
4a40f85a
MR
159642014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15965
15966 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
15967 timeout, don't pass one down to gdb_expect.
15968 (gdb_expect): Rework timeout selection.
15969
09635af7
MR
159702014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15971
15972 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
15973 exception on timeout.
15974 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
15975 (gdbserver_start_extended): Catch any `gdbserver_start' error
15976 exceptions.
15977 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
15978 * lib/mi-support.exp (mi_gdb_target_load): Catch any
15979 `gdbserver_gdb_load' error exceptions.
15980
2bdd10b7
MR
159812014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15982
15983 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
15984 120 on waiting for the TCP socket to open.
15985
316935f0
DE
159862014-09-09 Doug Evans <xdje42@gmail.com>
15987
15988 * gdb.base/default.exp (show_conv_list): Add _caller_is,
15989 _caller_matches, _any_caller_is, _any_caller_matches.
15990
83740597
DE
159912014-09-09 Doug Evans <xdje42@gmail.com>
15992
15993 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
15994
4c122fc3
YQ
159952014-09-09 Yao Qi <yao@codesourcery.com>
15996
15997 * gdb.mi/mi-var-display.exp: Set print symbol off.
15998
a9f116cb
GKB
159992014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
16000
16001 PR gdb/17035
16002 * gdb.base/commands.exp: Add tests to verify user-defined
16003 commands with empty bodies.
16004 * gdb.python/py-cmd.exp: Test that we don't show user-defined
16005 python commands in `show user command`.
16006 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
16007 scheme commands in `show user command`.
16008
c75bd3a2
JK
160092014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16010
16011 PR python/17355
16012 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
16013 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
16014 * gdb.python/py-framefilter-invalidarg.exp: New file.
16015 * gdb.python/py-framefilter-invalidarg.py: New file.
16016
faa42425
DE
160172014-09-06 Doug Evans <xdje42@gmail.com>
16018
16019 PR 15276
16020 * gdb.python/py-caller-is.c: New file.
16021 * gdb.python/py-caller-is.exp: New file.
16022
474ca4f6
SDJ
160232014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
16024
16025 PR gdb/17235
16026 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
16027 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
16028
eb0b0463
SDJ
160292014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
16030
16031 PR fortran/17237
16032 * gdb.fortran/print-formatted.exp: New file.
16033 * gdb.fortran/print-formatted.f90: Likewise.
16034
5f3b99cf
SS
160352014-09-03 Sasha Smundak <asmundak@google.com>
16036
16037 * gdb.python/py-frame.exp: Test Frame.read_register.
16038
7d793aa9
SDJ
160392014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
16040
16041 PR python/16699
16042 * gdb.python/py-completion.exp: New file.
16043 * gdb.python/py-completion.py: Likewise.
16044
fb0576e9
DE
160452014-08-28 Doug Evans <dje@google.com>
16046
16047 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
16048 eax,etc. are live with values set by gdb and thus the compiler can't
16049 use them.
16050 * gdb.arch/i386-pseudo.c (main): Ditto.
16051
ee92b0dd
DE
160522014-08-27 Doug Evans <dje@google.com>
16053
16054 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
16055
6649db35
DE
160562014-08-25 Doug Evans <dje@google.com>
16057
16058 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
16059 (main): Ditto.
16060
564b7600
DE
160612014-08-25 Doug Evans <dje@google.com>
16062
16063 * gdb.threads/thread-execl.exp: #include <stdio.h>.
16064
3881fb67
YQ
160652014-08-24 Yao Qi <yao@codesourcery.com>
16066
16067 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
16068 symbol off.
16069 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
16070
a05a36a5
DE
160712014-08-22 Doug Evans <dje@google.com>
16072
16073 PR 17276
16074 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
16075 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
16076 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
16077
7c343b48
YQ
160782014-08-22 Yao Qi <yao@codesourcery.com>
16079
16080 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
16081 * gdb.python/py-finish-breakpoint2.exp: Likewise.
16082 * gdb.python/python.exp: Likewise. Use .py file on the host
16083 instead of the build.
16084
22fd09ae
JK
160852014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16086
16087 * gdb.threads/gcore-stale-thread.c: New file.
16088 * gdb.threads/gcore-stale-thread.exp: New file.
16089
a8454a7c
PA
160902014-08-21 Pedro Alves <palves@redhat.com>
16091
16092 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
16093 * gdb.base/gcore-relro-pie.exp: Likewise.
16094 * gdb.base/gcore-relro.exp: Likewise.
16095 * gdb.base/gcore.exp: Likewise.
16096 * gdb.base/print-symbol-loading.exp: Likewise.
16097 * gdb.threads/gcore-thread.exp: Likewise.
16098 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
16099
2a31c623
PA
161002014-08-20 Pedro Alves <palves@redhat.com>
16101 Jan Kratochvil <jan.kratochvil@redhat.com>
16102
16103 * Makefile.in (EXTRA_RULES, CC): New variables, get from
16104 configure.
16105 (EXPECT): Handle READ1 being set.
16106 (all): Depend on EXTRA_RULES.
16107 (check-read1, expect-read1, read1.so, read1): New rules.
16108 * README (Testsuite Parameters): Document the READ1 make variable.
16109 (Race detection): New section.
16110 * configure: Regenerate.
16111 * configure.ac: If build==host==target, and running under a
16112 GNU/glibc system, add read1 to the extra Makefile rules.
16113 (EXTRA_RULES): AC_SUBST it.
16114 * lib/read1.c: New file.
16115
d36430db
JB
161162014-08-20 Joel Brobecker <brobecker@adacore.com>
16117
16118 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
16119 the handling of variables declared as a typedef to an array
16120 which a DW_AT_data_location attribute.
16121
9a0dc9e3
PA
161222014-08-19 Andrew Burgess <aburgess@broadcom.com>
16123 Pedro Alves <palves@redhat.com>
16124
16125 PR symtab/14604
16126 PR symtab/14605
16127 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
16128 gdb_test.
16129
0718a8da
PA
161302014-08-19 Pedro Alves <palves@redhat.com>
16131
16132 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
16133
13b448cd
YQ
161342014-08-19 Yao Qi <yao@codesourcery.com>
16135
16136 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
16137 right line.
16138
1cbf5077
DB
161392014-08-18 David Blaikie <dblaikie@gmail.com>
16140
16141 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
16142
bf0fae19
JB
161432014-08-18 Joel Brobecker <brobecker@adacore.com>
16144
16145 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
16146 attribute in array range.
16147
3c8c5dcc
JB
161482014-08-18 Joel Brobecker <brobecker@adacore.com>
16149
16150 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
16151
e66d4446
SC
161522014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16153
16154 PR c++/17132
16155 * gdb.cp/pr17132.cc: New file.
16156 * gdb.cp/pr17132.exp: New file.
16157
940df408
SC
161582014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16159
16160 * gdb.python/py-xmethods.py (A_getarrayind)
16161 (E_method_char_worker.__call__, E_method_int_worker.__call__):
16162 Use 'print' with function call syntax.
16163 (E_method_matcher.match): Fix tab vs space indentation mixup.
16164
ebcc6c3a
YQ
161652014-08-15 Yao Qi <yao@codesourcery.com>
16166
16167 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
16168 false.
16169
775e0f04
YQ
161702014-08-15 Yao Qi <yao@codesourcery.com>
16171
16172 * gdb.cp/casts.exp: Set print symbol off.
16173 * gdb.cp/class2.exp: Likewise.
16174 * gdb.cp/overload.exp: Likewise.
16175 * gdb.cp/templates.exp: Likewise.
16176
d769e349
DE
161772014-08-11 Doug Evans <dje@google.com>
16178
16179 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
16180 (test_load_shlib): Update.
16181
20c6f1e1
YQ
161822014-08-09 Yao Qi <yao@codesourcery.com>
16183
16184 * gdb.base/display.exp: Invoke is_address_zero_readable.
16185 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
16186 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16187 * gdb.base/hbreak-unmapped.exp: Return if
16188 is_address_zero_readable returns true.
16189 * gdb.base/signest.exp: Likewise.
16190 * gdb.base/signull.exp: Likewise.
16191 * gdb.base/sigbpt.exp: Likewise.
16192 * gdb.guile/scm-disasm.exp: Do the test if
16193 is_address_zero_readable returns false.
16194 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
16195 * gdb.python/py-arch.exp: Likewise.
16196 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
16197 * lib/gdb.exp (is_address_zero_readable): New proc.
16198
5792e8e3
YQ
161992014-08-09 Yao Qi <yao@codesourcery.com>
16200
16201 PR testsuite/13443
16202 * gdb.mi/mi-var-display.exp: Make test messages unique.
16203
3cecbbbe
TT
162042014-08-04 Tom Tromey <tromey@redhat.com>
16205
16206 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
16207 target 0".
16208
00b51ff5
TT
162092014-08-04 Tom Tromey <tromey@redhat.com>
16210
16211 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
16212 "target_resume".
16213
6908c509
JB
162142014-08-01 Joel Brobecker <brobecker@adacore.com>
16215
16216 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
16217 inner_vla_struct_object_size.
16218 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
16219 as xfail.
16220
cc6563d2
PA
162212014-07-30 Pedro Alves <palves@redhat.com>
16222
16223 * gdb.threads/signal-command-handle-nopass.exp (test): Add
16224 comment.
16225
7e09a223
YQ
162262014-07-29 Yao Qi <yao@codesourcery.com>
16227
16228 PR gdb/17206
16229 * gdb.base/until-nodebug.exp: New.
16230
7ebdbe92
DE
162312014-07-28 Doug Evans <xdje42@gmail.com>
16232
16233 PR guile/17203
16234 * gdb.guile/scm-parameter.exp: Add tests for trying to create
16235 previously existing parameter, and previously ambiguously spelled
16236 parameter.
16237
fdb1adc6
WN
162382014-07-28 Will Newton <will.newton@linaro.org>
16239
16240 * gdb.base/varargs.exp: Remove KFAILs for ARM.
16241
186fcde0
DE
162422014-07-26 Ludovic Courtès <ludo@gnu.org>
16243 Doug Evans <xdje42@gmail.com>
16244
16245 PR guile/17146
16246 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
16247
70509625
PA
162482014-07-25 Pedro Alves <palves@redhat.com>
16249
16250 * gdb.threads/signal-command-handle-nopass.c: New file.
16251 * gdb.threads/signal-command-handle-nopass.exp: New file.
16252 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
16253 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
16254 * gdb.threads/signal-delivered-right-thread.c: New file.
16255 * gdb.threads/signal-delivered-right-thread.exp: New file.
16256
c3f814a1
PA
162572014-07-25 Pedro Alves <palves@redhat.com>
16258
16259 * gdb.base/double-prompt-target-event-error.exp
16260 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
16261 match.
16262 (cancel_pagination_in_target_event): Rework double prompt
16263 detection.
16264 * gdb.base/paginate-after-ctrl-c-running.exp
16265 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
16266 <return>' match.
16267 * gdb.base/paginate-bg-execution.exp
16268 (test_bg_execution_pagination_return)
16269 (test_bg_execution_pagination_cancel): Remove '-notransfer
16270 <return>' matches.
16271 * gdb.base/paginate-execution-startup.exp
16272 (test_fg_execution_pagination_return)
16273 (test_fg_execution_pagination_cancel): Remove '-notransfer
16274 <return>' matches.
16275 * gdb.base/paginate-inferior-exit.exp
16276 (test_paginate_inferior_exited): Remove '-notransfer <return>'
16277 match.
16278 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
16279 * lib/gdb.exp (pagination_prompt): Run text through
16280 string_to_regexp.
16281 (gdb_test_multiple): Match $pagination_prompt instead of
16282 "<return>".
16283 (string_to_regexp): Move to lib/gdb-utils.exp.
16284
e214cf6c
JK
162852014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16286
16287 * gdb.arch/amd64-entry-value-paramref.S: New file.
16288 * gdb.arch/amd64-entry-value-paramref.cc: New file.
16289 * gdb.arch/amd64-entry-value-paramref.exp: New file.
16290 * gdb.arch/amd64-optimout-repeat.S: New file.
16291 * gdb.arch/amd64-optimout-repeat.c: New file.
16292 * gdb.arch/amd64-optimout-repeat.exp: New file.
16293
17d0c5c8
JK
162942014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16295
16296 PR gdb/17170
16297 * gdb.base/statistics.exp: New file.
16298
b8b8facf
DE
162992014-07-17 Doug Evans <dje@google.com>
16300
74b49205 16301 PR gdb/17170
b8b8facf
DE
16302 * gdb.base/maint.exp: Update testing of per-command stats.
16303
1b5d0ab3
PA
163042014-07-16 Pedro Alves <palves@redhat.com>
16305
16306 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
16307 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
16308 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
16309 (tfile_write_buf): New functions.
16310 (add_memory_block): Rewrite using the above.
16311 (adjust_function_address): New function.
16312 (FUNCTION_ADDRESS): New macro.
16313 (write_basic_trace_file): Remove short_x local, and use
16314 tfile_write_16. Change type of func_addr local to unsigned long
16315 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
16316 here. Cast argument of add_memory_block to char pointer.
16317 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
16318 (main): Remove parameters.
16319 * gdb.trace/tfile.exp: Remove nowarnings.
16320
4d974e88
SM
163212014-07-15 Simon Marchi <simon.marchi@ericsson.com>
16322
16323 * gdb.base/debug-expr.exp: Test string evaluation with
16324 "debug expression" on.
16325
41e99568
PA
163262014-07-15 Pedro Alves <palves@redhat.com>
16327
16328 * gdb.base/reread.exp: Use clean_restart.
16329
487d9753
PL
163302014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
16331
16332 * gdb.arch/avr-flash-qualifer.c: New.
16333 * gdb.arch/avr-flash-qualifer.exp: New.
16334
cc1c52ad
PA
163352014-07-14 Pedro Alves <palves@redhat.com>
16336
16337 * gdb.base/paginate-after-ctrl-c-running.c: New file.
16338 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
16339
1e973570
PA
163402014-07-14 Pedro Alves <palves@redhat.com>
16341
16342 * gdb.base/double-prompt-target-event-error.c: New file.
16343 * gdb.base/double-prompt-target-event-error.exp: New file.
16344
93d6eb10
PA
163452014-07-14 Pedro Alves <palves@redhat.com>
16346
16347 PR gdb/17072
16348 * gdb.base/paginate-inferior-exit.c: New file.
16349 * gdb.base/paginate-inferior-exit.exp: New file.
16350
0017922d
PA
163512014-07-14 Pedro Alves <palves@redhat.com>
16352
16353 PR gdb/17072
16354 * gdb.base/paginate-bg-execution.c: New file.
16355 * gdb.base/paginate-bg-execution.exp: New file.
16356
94696ad3
PA
163572014-07-14 Pedro Alves <palves@redhat.com>
16358
16359 PR gdb/17072
16360 * gdb.base/paginate-execution-startup.c: New file.
16361 * gdb.base/paginate-execution-startup.exp: New file.
16362 * lib/gdb.exp (pagination_prompt): New global.
16363 (default_gdb_spawn): New procedure, factored out from
16364 default_gdb_spawn.
16365 (default_gdb_start): Adjust to call default_gdb_spawn.
16366 (gdb_spawn): New procedure.
16367
bd293940
PA
163682014-07-14 Pedro Alves <palves@redhat.com>
16369
16370 * lib/gdb.exp (gdb_assert): New procedure.
16371 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
16372
c933f875
PA
163732014-07-14 Pedro Alves <palves@redhat.com>
16374
16375 * gdb.base/execution-termios.c: New file.
16376 * gdb.base/execution-termios.exp: New file.
16377
d98b7a16
TT
163782014-07-14 Tom Tromey <tromey@redhat.com>
16379
16380 * gdb.cp/vla-cxx.cc: New file.
16381 * gdb.cp/vla-cxx.exp: New file.
16382
548740d6
TT
163832014-07-14 Tom Tromey <tromey@redhat.com>
16384
16385 * gdb.reverse/rerun-prec.c: New file.
16386 * gdb.reverse/rerun-prec.exp: New file.
16387
a25eb028
MR
163882014-07-12 Maciej W. Rozycki <macro@mips.com>
16389 Maciej W. Rozycki <macro@codesourcery.com>
16390
16391 * lib/gdb-utils.exp: New file.
16392 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
16393 inline `gdb_init_command' processing.
16394 (gdb_start_cmd): Likewise.
16395 * lib/mi-support.exp (mi_run_cmd): Likewise.
16396 * README: Document `gdb_init_command' and `gdb_init_commands'.
16397
218c2655
JK
163982014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16399
16400 Fix false FAIL running under a very long directory name.
16401 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
16402 and "set print elements 10000". Twice.
16403
5401fde3
YQ
164042014-07-11 Yao Qi <yao@codesourcery.com>
16405
16406 * gdb.base/exprs.exp: "set print symbol off".
16407
e76126e8
PA
164082014-07-11 Pedro Alves <palves@redhat.com>
16409
16410 * gdb.threads/kill.c: New file.
16411 * gdb.threads/kill.exp: New file.
16412
2d6f0de6
YQ
164132014-07-10 Yao Qi <yao@codesourcery.com>
16414
16415 * gdb.trace/tfile.c (write_basic_trace_file)
16416 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
16417 address written to trace file.
16418
7180e04a
PA
164192014-07-09 Pedro Alves <palves@redhat.com>
16420
16421 * gdb.base/attach-wait-input.exp: New file.
16422 * gdb.base/attach-wait-input.c: New file.
16423
9a9a7608
AB
164242014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
16425
16426 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
16427 setting up test structures.
16428 (main): Call new test function.
16429 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
16430 test function, continue into test function and walk test
16431 structures.
16432
161ac41e
YQ
164332014-07-02 Yao Qi <yao@codesourcery.com>
16434
16435 * gdb.trace/entry-values.c: Define labels 'foo_start' and
16436 'bar_start' at the beginning of functions 'foo' and 'bar'
16437 respectively.
16438 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
16439 instead of 'foo' and 'bar'.
16440
1f267ae3
MM
164412014-07-08 Markus Metzger <markus.t.metzger@intel.com>
16442
16443 * gdb.btrace/segv.exp: New.
16444 * gdb.btrace/segv.c: New.
16445
2b239efb
LM
164462014-07-02 Luis Machado <lgustavo@codesourcery.com>
16447
16448 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
16449 instruction.
16450
cf363f18
MW
164512014-06-30 Mark Wielaard <mjw@redhat.com>
16452
16453 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
16454 vulture, vilify, villar): New volatile array constants.
16455 (vindictive, vegetation): New const volatile array constants.
16456 * gdb.base/volatile.exp: Test volatile and const volatile array
16457 types.
16458
aebf9d24
AA
164592014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
16460
16461 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
16462 target lacks support for awatch, rwatch, or hbreak.
16463
b67a2c6f
YQ
164642014-06-27 Yao Qi <yao@codesourcery.com>
16465
16466 * gdb.multi/dummy-frame-restore.exp: New.
16467 * gdb.multi/dummy-frame-restore.c: New.
16468
aef92902
MM
164692014-06-25 Markus Metzger <markus.t.metzger@intel.com>
16470
16471 * gdb.btrace/gcore.exp: New.
16472
8e9db26e
PA
164732014-06-23 Pedro Alves <palves@redhat.com>
16474
16475 * gdb.base/watchpoint-reuse-slot.c: New file.
16476 * gdb.base/watchpoint-reuse-slot.exp: New file.
16477
70afc5b7
SC
164782014-06-23 Siva Chandra Reddy <sivachandra@google.com>
16479
16480 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
16481 progspace's filename in 'info', 'enable' and 'disable' command
16482 tests.
16483
b972bd9c
JK
164842014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
16485
16486 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
16487 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16488 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
16489
125f8a3d
GB
164902014-06-20 Gary Benson <gbenson@redhat.com>
16491
16492 * gdb.arch/i386-avx.exp: Fix include file location.
16493 * gdb.arch/i386-sse.exp: Likewise.
16494
3ed9baed
IB
164952014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
16496
16497 * gdb.dlang/expression.exp: New file.
16498
034f788c
PA
164992014-06-19 Pedro Alves <palves@redhat.com>
16500
16501 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
16502 out from ...
16503 (top level): ... here. Iterate running tests under different
16504 scheduler-locking settings.
16505
45371d0c
LM
165062014-06-18 Luis Machado <lgustavo@codesourcery.com>
16507
16508 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
16509 to DW_FORM_addr and use non-zero addresses.
16510
5d376983
SC
165112014-06-18 Siva Chandra Reddy <sivachandra@google.com>
16512
16513 PR gdb/17017
16514 * gdb.python/py-xmethods.cc: Add global function call counters and
16515 increment them in their respective functions. Remove "cout"
16516 statements.
16517 * gdb.python/py-xmethods.exp: Make tests check the global function
16518 call counters instead of depending on inferior IO.
16519
a1aa2221
LM
165202014-06-18 Don Breazeal <donb@codesourcery.com>
16521
16522 * gdb.base/foll-fork.exp (default_fork_parent_follow):
16523 Deleted procedure.
16524 (explicit_fork_parent_follow): Deleted procedure.
16525 (explicit_fork_child_follow): Deleted procedure.
16526 (test_follow_fork): New procedure.
16527 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 16528 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
16529 procedure calls.
16530
0fc05997
YQ
165312014-06-17 Yao Qi <yao@codesourcery.com>
16532
16533 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
16534 CP1252.
16535
70795c52
LM
165362014-06-17 Luis Machado <lgustavo@codesourcery.com>
16537
16538 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
16539 Initialize ptr and S explicitly.
16540 (skip_type_update_when_not_use_rtti_test): Likewise.
16541
6be47f0c
KS
165422014-06-16 Keith Seitz <keiths@redhat.com>
16543
16544 PR mi/15863
16545 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
16546 the inferior is started.
16547
d03de421
PA
165482014-06-16 Pedro Alves <palves@redhat.com>
16549
16550 * gdb.base/break-main-file-remove-fail.c: New file.
16551 * gdb.base/break-main-file-remove-fail.exp: New file.
16552 * gdb.base/break-unload-file.exp: Use build_executable instead of
16553 prepare_for_testing.
16554 (test_break): New parameter "initial_load". Handle it.
16555 (top level): Add initial_load cmdline/file axis.
16556
f9579b99
TT
165572014-06-12 Tom Tromey <tromey@redhat.com>
16558
16559 * gdb.base/completion.exp: Don't use directory name in test.
16560
3657956b
GB
165612014-06-09 Gary Benson <gbenson@redhat.com>
16562
16563 * gdb.base/sigall.c [Functions to send signals]: Reorder to
16564 separate the always-available ANSI-standard signals from the
16565 signals that require checking.
16566 (main): Likewise.
16567 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
16568 Likewise.
16569 (main): Likewise.
16570
4186eb54
KS
165712014-06-07 Keith Seitz <keiths@redhat.com>
16572
16573 Revert:
16574 PR c++/16253
16575 * gdb.cp/var-tag.cc: New file.
16576 * gdb.cp/var-tag.exp: New file.
16577 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16578 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16579 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16580 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16581
25326a28 165822014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
16583
16584 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
16585
829155c9
PA
165862014-06-06 Pedro Alves <palves@redhat.com>
16587
16588 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
16589 in target debug output instead of looking at RSP packets,
16590 disabling the test on any target that uses hardware stepping.
16591 Update comments.
16592
61c8d22e
PA
165932014-06-06 Pedro Alves <palves@redhat.com>
16594
16595 * gdb.base/break-unload-file.exp: Fix typo.
16596
d9a47287
YQ
165972014-06-06 Yao Qi <yao@codesourcery.com>
16598
16599 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
16600 from "jit_function" to "^jit_function".
16601
e5e01dbf
YQ
166022014-06-06 Yao Qi <yao@codesourcery.com>
16603
16604 * gdb.base/async.c (foo): Add one statement.
16605 * gdb.base/async.exp: Get the next instruction address and
16606 match the output of "nexti" by instruction address. Match
16607 the hex address in the output of "finish".
16608
73ba372c
GB
166092014-06-06 Gary Benson <gbenson@redhat.com>
16610
16611 * gdb.base/call-signals.c: Remove preprocessor conditionals
16612 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
16613 SIGSEGV and SIGTERM.
16614 * gdb.base/sigall.c: Likewise.
16615 * gdb.base/unwindonsignal.c: Likewise.
16616 * gdb.reverse/sigall-reverse.c: Likewise.
16617
831517df
YQ
166182014-06-06 Yao Qi <yao@codesourcery.com>
16619
16620 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
16621 readable, skip the test.
16622
b8b91e98
YQ
166232014-06-06 Yao Qi <yao@codesourcery.com>
16624
16625 * gdb.threads/staticthreads.c (thread_function): Move the line
16626 setting breakpoint on forward.
16627 * gdb.threads/staticthreads.exp: Update comments.
16628
fb934770
LC
166292014-06-05 Ludovic Courtès <ludo@gnu.org>
16630
16631 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
16632 "history-append! type error".
16633
6ef284bd
SM
166342014-06-05 Simon Marchi <simon.marchi@ericsson.com>
16635
16636 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
16637 erroneous dprintf expected input.
16638
a872e241
DE
166392014-06-04 Doug Evans <xdje42@gmail.com>
16640
16641 * gdb.guile/scm-generics.exp: Delete.
16642
16f691fb
DE
166432014-06-04 Doug Evans <xdje42@gmail.com>
16644
16645 * gdb.guile/scm-breakpoint.exp: Update.
16646 Add tests for breakpoint registration.
16647
012370f6
TT
166482014-06-04 Tom Tromey <tromey@redhat.com>
16649
16650 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
16651 VLA-in-union.
16652 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
16653 inner_vla_struct, vla_union types. Initialize objects of those
16654 types and compute their sizes.
16655
9f5a4cef
HZ
166562014-06-04 Nathan Sidwell <nathan@codesourcery.com>
16657 Hui Zhu <hui@codesourcery.com>
16658
16659 * gdb.base/fileio.exp: Add test for shell not available as well as
16660 available.
16661 * gdb.base/fileio.c (test_system): Check for shell twice.
16662
90a45c4d
YQ
166632014-06-04 Yao Qi <yao@codesourcery.com>
16664
16665 * gdb.base/auto-connect-native-target.exp: Remove redundant
16666 space from the regexp pattern.
16667
70017e41
YQ
166682014-06-04 Yao Qi <yao@codesourcery.com>
16669
16670 * gdb.base/default.exp: Replace "child" with "native" in
16671 regexp pattern.
16672
883964a7
SC
166732014-06-03 Siva Chandra Reddy <sivachandra@google.com>
16674
16675 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
16676 * gdb.python/py-xmethods.exp: New tests to test xmethods.
16677 * gdb.python/py-xmethods.py: Python script supporting the
16678 new testcase and tests.
16679
ef370185
JB
166802014-06-03 Joel Brobecker <brobecker@adacore.com>
16681 Pedro Alves <palves@redhat.com>
16682
16683 PR breakpoints/17000
16684 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
16685 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
16686
1e2ccb61
BM
166872014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
16688
16689 * gdb.base/subst.exp: Add tests to verify partial path matching
16690 output.
16691
c6ec5ab2
PA
166922014-06-03 Pedro Alves <palves@redhat.com>
16693
16694 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
16695 target that doesn't use software single-stepping.
16696
835c559f
PA
166972014-06-03 Pedro Alves <palves@redhat.com>
16698
16699 PR breakpoints/17000
16700 * gdb.base/sss-bp-on-user-bp-2.c: New file.
16701 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
16702
06eb1586
DE
167032014-06-02 Doug Evans <xdje42@gmail.com>
16704
16705 * gdb.guile/scm-parameter.exp: New file.
16706
e698b8c4
DE
167072014-06-02 Doug Evans <xdje42@gmail.com>
16708
16709 * gdb.guile/scm-cmd.c: New file.
16710 * gdb.guile/scm-cmd.exp: New file.
16711
ded03782
DE
167122014-06-02 Doug Evans <xdje42@gmail.com>
16713
16714 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
16715 pretty-printer lookup.
16716 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
16717 (make-pp_s-printer): Call it.
16718 (make-pretty-printer-from-dict): New function.
16719 (lookup-pretty-printer-maker-from-dict): New function.
16720 (*pretty-printer*): Simplify.
16721 (make-objfile-pp_s-printer): New function.
16722 (install-objfile-pretty-printers!): New function.
16723 (make-progspace-pp_s-printer): New function.
16724 (install-progspace-pretty-printers!): New function.
16725 * gdb.guile/scm-progspace.c: New file.
16726 * gdb.guile/scm-progspace.exp: New file.
16727
41fac0cf
PA
167282014-06-02 Pedro Alves <palves@redhat.com>
16729
16730 * gdb.base/dprintf-bp-same-addr.c: New file.
16731 * gdb.base/dprintf-bp-same-addr.exp: New file.
16732
96ae5695
EBM
167332014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16734
16735 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
16736 * gdb.arch/powerpc-power.s: Likewise.
16737
da02b3a8
JB
167382014-06-02 Joel Brobecker <brobecker@adacore.com>
16739
16740 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
16741
c72b2e7b
YQ
167422014-06-01 Yao Qi <yao@codesourcery.com>
16743
16744 * gdb.base/watchpoint.exp (test_watch_location): Check null
16745 pointer can be dereferenced. If not, do the test, otherwise
16746 skip it.
16747
53e8a631
AB
167482014-05-30 Andrew Burgess <aburgess@broadcom.com>
16749
16750 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
16751 results.
16752 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
16753
938f0e2f
AB
167542014-05-30 Andrew Burgess <aburgess@broadcom.com>
16755
16756 * gdb.arch/amd64-invalid-stack-middle.S: New file.
16757 * gdb.arch/amd64-invalid-stack-middle.c: New file.
16758 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
16759 * gdb.arch/amd64-invalid-stack-top.c: New file.
16760 * gdb.arch/amd64-invalid-stack-top.exp: New file.
16761
9ba6657a
PA
167622014-05-30 Pedro Alves <palves@redhat.com>
16763
16764 PR breakpoints/17000
16765 * gdb.base/sss-bp-on-user-bp.c: New file.
16766 * gdb.base/sss-bp-on-user-bp.exp: New file.
16767
522c09bf
DB
167682014-05-30 David Blaikie <dblaikie@gmail.com>
16769
16770 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
16771 gnu_inline semantics via attribute.
16772 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
16773 source explicitly specifies the required semantics.
16774
bf4ef81e
MR
167752014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
16776
16777 * gdb.reverse/sigall-reverse.exp: Fix a typo.
16778
329ea579
PA
167792014-05-29 Pedro Alves <palves@redhat.com>
16780 Tom Tromey <tromey@redhat.com>
16781
16782 * gdb.base/async-shell.exp: Don't enable target-async.
16783 * gdb.base/async.exp
16784 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
16785 parameter. Adjust.
16786 (top level): Don't test with "target-async".
16787 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
16788 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
16789 * gdb.base/inferior-died.exp: Don't enable target-async.
16790 * gdb.base/interrupt-noterm.exp: Likewise.
16791 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
16792 * gdb.mi/mi-nonstop-exit.exp: Likewise.
16793 * gdb.mi/mi-nonstop.exp: Likewise.
16794 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
16795 * gdb.mi/mi-nsintrall.exp: Likewise.
16796 * gdb.mi/mi-nsmoribund.exp: Likewise.
16797 * gdb.mi/mi-nsthrexec.exp: Likewise.
16798 * gdb.mi/mi-watch-nonstop.exp: Likewise.
16799 * gdb.multi/watchpoint-multi.exp: Adjust comment.
16800 * gdb.python/py-evsignal.exp: Don't enable target-async.
16801 * gdb.python/py-evthreads.exp: Likewise.
16802 * gdb.python/py-prompt.exp: Likewise.
16803 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
16804 * gdb.server/solib-list.exp: Don't enable target-async.
16805 * gdb.threads/thread-specific-bp.exp: Likewise.
16806 * lib/mi-support.exp: Adjust to use mi-async.
16807
fd664c91
PA
168082014-05-29 Pedro Alves <palves@redhat.com>
16809
16810 PR gdb/13860
16811 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
16812 reason, even in sync mode.
16813
251bde03
PA
168142014-05-29 Pedro Alves <palves@redhat.com>
16815 Hui Zhu <hui@codesourcery.com>
16816
16817 PR PR15693
16818 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
16819 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
16820 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
16821 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
16822
7f3c0343
JB
168232014-05-28 Joel Brobecker <brobecker@adacore.com>
16824
16825 * config/monitor.exp (gdb_target_monitor): Replace use of
16826 "set remotebaud" by "set serial baud".
16827
b2715b27
AW
168282014-05-26 Andy Wingo <wingo@igalia.com>
16829
16830 * gdb.guile/scm-breakpoint.exp:
16831 * gdb.guile/scm-gsmob.exp: Update to use plain old object
16832 properties instead of gdb-object-properties.
16833
498a4489
YQ
168342014-05-26 Yao Qi <yao@codesourcery.com>
16835
16836 * gdb.server/no-thread-db.exp: Specify source file name
16837 explicitly when setting a breakpoint.
16838
589fdceb
MM
168392014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16840
16841 * gdb.btrace/vdso.c: New.
16842 * gdb.btrace/vdso.exp: New.
16843
e9089e05
MM
168442014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16845
16846 * gdb.base/gcore.exp (capture_command_output): Move ...
16847 * lib/gdb.exp (capture_command_output): ... here.
16848
67b5c0c1
MM
168492014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16850
16851 * gdb.btrace/data.exp: Test memory access during btrace replay.
16852
a2199296
SM
168532014-05-22 Simon Marchi <simon.marchi@ericsson.com>
16854
16855 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
16856
17b2616c
PA
168572014-05-21 Pedro Alves <palves@redhat.com>
16858
16859 PR gdb/13860
16860 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
16861 (top level): Test that output related to execution commands is
16862 sent to the console with CLI commands, but not with MI commands.
16863 Test that breakpoint events are always mirrored to the console.
16864 Also expect the new source line to be output after a "next" in
16865 async mode too. Make it a pass/fail test.
16866 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
16867 output.
16868 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
16869
5166082f
PA
168702014-05-21 Pedro Alves <palves@redhat.com>
16871
16872 * gdb.base/list.exp (build_pattern, test_list): New procedures.
16873 Use them to test variations of "list" after reaching a breakpoint.
16874 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
16875 Test "list" with listsize 10 after reaching a breakpoint.
16876 * gdb.python/python.exp (decode_line current location line
16877 number): Adjust expected line number.
16878
2f25d70f
SM
168792014-05-21 Simon Marchi <simon.marchi@ericsson.com>
16880
16881 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
16882 behavior for $args, pass it directly to "run".
16883
ff604a67
MR
168842014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
16885
16886 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
16887 30000 to 65536.
16888
6a3cb8e8
PA
168892014-05-21 Pedro Alves <palves@redhat.com>
16890
16891 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
16892 auto-connect-native-target off".
16893 * gdb.base/auto-connect-native-target.c: New file.
16894 * gdb.base/auto-connect-native-target.exp: New file.
16895
4ebfc96e
PA
168962014-05-21 Pedro Alves <palves@redhat.com>
16897
16898 * gdb.base/default.exp: Test "target native" instead of "target
16899 child".
16900
36d46afb
MW
169012014-05-21 Mark Wielaard <mjw@redhat.com>
16902
16903 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
16904
5876f503
JK
169052014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16906
16907 Fix TLS access for -static -pthread.
16908 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
16909 <HAVE_TLS> (thread_function, main): Initialize it.
16910 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
16911 Add clean_restart.
16912 <$have_tls != "">: Check TLSVAR.
16913
0256a6ac
PA
169142014-05-21 Pedro Alves <palves@redhat.com>
16915
16916 * gdb.base/dcache-line-read-error.c: New.
16917 * gdb.base/dcache-line-read-error.exp: New.
16918
936d2992
PA
169192014-05-20 Pedro Alves <palves@redhat.com>
16920
16921 * gdb.base/compare-sections.c: New file.
16922 * gdb.base/compare-sections.exp: New file.
16923
802e8e6d
PA
169242014-05-20 Pedro Alves <palves@redhat.com>
16925
16926 * gdb.base/break-idempotent.c: New file.
16927 * gdb.base/break-idempotent.exp: New file.
16928
e59fa00f
MM
169292014-05-20 Markus Metzger <markus.t.metzger@intel.com>
16930
16931 * gdb.btrace/nohist.exp: New.
16932
8b696e31
YQ
169332014-05-20 Yao Qi <yao@codesourcery.com>
16934
16935 * lib/gdb.exp (gdb_init): Set timeout if test file is under
16936 gdb.reverse directory and gdb_reverse_timeout exists in board
16937 setting.
16938 * README: Document gdb_reverse_timeout.
16939
73c9764f
YQ
169402014-05-20 Yao Qi <yao@codesourcery.com>
16941
16942 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
16943 'test_file_name'. Treat args as a string instead of a list.
16944 (gdb_init): Rename argument 'args' by 'test_file_name'.
16945
f1f4348a
JK
169462014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
16947
16948 * gdb.arch/powerpc-power.exp: New file.
16949 * gdb.arch/powerpc-power.s: New file.
16950
0dbe70ce
DE
169512014-05-16 Doug Evans <dje@google.com>
16952
16953 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
16954 * gdb.base/completion.exp: Check that all expected files exist
16955 before doing file completion.
0dbe70ce 16956
8d551b02
DE
169572014-05-16 Doug Evans <dje@google.com>
16958
16959 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
16960 Update.
16961 (do_syscall_tests_without_xml): Update.
16962
73eb7709
PA
169632014-05-16 Pedro Alves <palves@redhat.com>
16964
16965 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
16966 instead of "unknown output after running".
16967
3fae92fc
YQ
169682014-05-16 Yao Qi <yao@codesourcery.com>
16969
16970 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
16971 file1.txt from host at the end.
16972 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
16973
c2b2ccc5
DE
169742014-05-15 Doug Evans <dje@google.com>
16975
16976 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
16977 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
16978 loading file. Add test for TU lookup.
16979
8c217a4b
SM
169802014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16981
16982 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
16983 calling "-exec-arguments" or "set args" before running the
16984 inferior.
16985
3deb39c6
SM
169862014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16987
16988 * lib/mi-support.exp (mi_expect_stop): Expect message for
16989 inferiors that exit with non-zero exit code.
16990
71a79f8c
YQ
169912014-05-14 Yao Qi <yao@codesourcery.com>
16992
16993 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
16994 match absolute path on remote host.
16995 (test_file_list_exec_source_files): Remove "/" from the
16996 pattern.
16997
f23fcd46
YQ
169982014-05-14 Yao Qi <yao@codesourcery.com>
16999
17000 * boards/local-remote-host-notty.exp (${board}_file): New
17001 proc.
17002
9404b58f
KM
170032014-05-07 Kyle McMartin <kyle@redhat.com>
17004
17005 Pushed by Joel Brobecker <brobecker@adacore.com>.
17006 * gdb.arch/aarch64-atomic-inst.c: New file.
17007 * gdb.arch/aarch64-atomic-inst.exp: New file.
17008
5e45f04c
YQ
170092014-05-07 Yao Qi <yao@codesourcery.com>
17010
17011 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
17012 in current context" too.
17013
c888a17d
KS
170142014-05-05 Keith Seitz <keiths@redhat.com>
17015
17016 * gdb.linespec/ls-dollar.exp: Add test for linespec
17017 file:convenience_variable.
17018
290a839c
YQ
170192014-05-05 Yao Qi <yao@codesourcery.com>
17020
17021 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
17022 traceframes into tfile and ctf trace files. Read data from
17023 trace file and test collected data.
17024 (gdb_collect_locals_test): Likewise.
17025 (gdb_unavailable_registers_test): Likewise.
17026 (gdb_unavailable_floats): Likewise.
17027 (gdb_collect_globals_test): Likewise.
17028 (top-level): Append "ctf" to trace_file_targets if GDB
17029 supports.
17030
b5262cd0
YQ
170312014-05-05 Yao Qi <yao@codesourcery.com>
17032
17033 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
17034 code to ...
17035 (gdb_collect_args_test_1): ... it. New proc.
17036 (gdb_collect_locals_test): Move some code to ...
17037 (gdb_collect_locals_test_1): ... it. New proc.
17038 (gdb_unavailable_registers_test): Move some code to ...
17039 (gdb_unavailable_registers_test_1): ... it. New proc.
17040 (gdb_unavailable_floats): Move some code to ...
17041 (gdb_unavailable_floats_1): ... it. New proc.
17042
30a1e6cc
SDJ
170432014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17044
17045 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
17046 probes to test for bitness recognition.
17047 * gdb.arch/amd64-stap-optional-prefix.exp
17048 (test_probe_value_without_reg): New procedure.
17049 Add code to test for different kinds of bitness.
17050
f33da99a
SDJ
170512014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17052
17053 PR breakpoints/16889
17054 * gdb.arch/amd64-stap-optional-prefix.S: New file.
17055 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
17056
5b80f00d
PA
170572014-05-01 Pedro Alves <palves@redhat.com>
17058
17059 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
17060 gdb_file_cmd if no file is specified.
17061 * boards/native-extended-gdbserver.exp (gdb_load): Use the
17062 last_loaded_file to set the remote exec-file.
17063
f8c2a73c
PA
170642014-05-01 Pedro Alves <palves@redhat.com>
17065
17066 * boards/local-remote-host.exp: New file.
17067
be6e8ac7
PA
170682014-05-01 Pedro Alves <palves@redhat.com>
17069
17070 * boards/local-remote-host.exp: Rename to ...
17071 * boards/local-remote-host-notty.exp: ... this.
17072
cac0dc8f
JB
170732014-04-28 Joel Brobecker <brobecker@adacore.com>
17074
17075 * gdb.ada/dyn_arrayidx: New testcase.
17076
9730e6cc
YQ
170772014-04-26 Yao Qi <yao@codesourcery.com>
17078
17079 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
17080 and compute the length of function main. Save it in
17081 $main_length.
17082 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
17083 (top-level): Use gdb_compile to compile objects into
17084 executable and restart GDB. Remove invocation to
17085 prepare_for_testing.
17086
7ae1a6a6
PA
170872014-04-25 Simon Marchi <simon.marchi@ericsson.com>
17088 Pedro Alves <palves@redhat.com>
17089
17090 PR server/16255
17091 * gdb.multi/multi-attach.c: New file.
17092 * gdb.multi/multi-attach.exp: New file.
17093
4082afcc
PA
170942014-04-25 Pedro Alves <palves@redhat.com>
17095
17096 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
17097 user.
17098 (top level): Test that "set remote conditional-breakpoints-packet
17099 off" works as intended.
17100 * gdb.base/dprintf.exp: Test that "set remote
17101 breakpoint-commands-packet off" works as intended.
17102 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
17103 New function.
17104 (top level): Call it.
17105 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
17106 remote fast-tracepoints-packet off" works as intended.
17107 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
17108 * lib/gdb.exp (gdb_is_target_remote): ... here.
17109
2abc3f8d
DB
171102014-04-24 David Blaikie <dblaikie@gmail.com>
17111
17112 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
17113 ensure clang would not discard them.
17114 * gdb.base/gdbvars.c: Ditto.
17115 * gdb.base/memattr.c: Ditto.
17116 * gdb.base/whatis.c: Ditto.
17117 * gdb.python/py-prettyprint.c: Ditto.
17118 * gdb.trace/actions.c: Ditto.
17119 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
17120 ensure clang would not discard it.
17121
bfd39632
DB
171222014-04-24 David Blaikie <dblaikie@gmail.com>
17123
17124 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
17125 clang to emit the full definition of type required by the test
17126 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
17127
22842ff6
DB
171282014-04-24 David Blaikie <dblaikie@gmail.com>
17129
17130 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
17131 coax Clang into emitting the definition of the type.
17132 * gdb.cp/pr10728-x.h (y): Ditto.
17133 * gdb.cp/pr10728-y.cc (y): Ditto.
17134
c2e827ad
DB
171352014-04-24 David Blaikie <dblaikie@gmail.com>
17136
17137 * gdb.base/label.exp: XFAIL label related tests under Clang.
17138 * gdb.cp/cplabel.exp: Ditto.
17139 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
17140 under Clang those using labels.
17141
4c2d33e7
YQ
171422014-04-25 Yao Qi <yao@codesourcery.com>
17143
17144 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
17145 double_label.
17146 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
17147 partial_label and double_label.
17148
56083b99
DB
171492014-04-24 David Blaikie <dblaikie@gmail.com>
17150
17151 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
17152
25d4e99d
DB
171532014-04-24 David Blaikie <dblaikie@gmail.com>
17154
17155 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
17156 of the function to work across GCC and Clang.
17157 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
17158 pointer types (const void ** const V void **).
17159
01f9f808
MS
171602014-04-24 Michael Sturm <michael.sturm@mintel.com>
17161 Walfred Tedeschi <walfred.tedeschi@intel.com>
17162
17163 * Makefile.in (EXECUTABLES): Added i386-avx512.
17164 * gdb.arch/i386-avx512.c: New file.
17165 * gdb.arch/i386-avx512.exp: Likewise.
17166
4b48d439
KS
171672014-04-23 Keith Seitz <keiths@redhat.com>
17168
17169 * lib/mi-support.exp (mi_list_breakpoints): Delete.
17170 (mi_make_breakpoint_table): New procedure.
17171 (mi_create_breakpoint): Use mi_make_breakpoint
17172 and return the result.
17173 (mi_make_breakpoint): New procedure.
17174 (mi_build_kv_pairs): New procedure.
17175
17176 * gdb.mi/mi-break.exp: Remove unused globals,
17177 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
17178 All callers updated.
17179 * gdb.mi/mi-dprintf.exp: Use variable to track command
17180 number.
17181 Update all callers of mi_create_breakpoint and use
17182 mi_make_breakpoint_table.
17183 Remove any unused global variables.
17184 * gdb.mi/mi-nonstop.exp: Likewise.
17185 * gdb.mi/mi-nsintrall.exp: Likewise.
17186 * gdb.mi/mi-nsmoribund.exp: Likewise.
17187 * gdb.mi/mi-nsthrexec.exp: Likewise.
17188 * gdb.mi/mi-reverse.exp: Likewise.
17189 * gdb.mi/mi-simplerun.exp: Likewise.
17190 * gdb.mi/mi-stepn.exp: Likewise.
17191 * gdb.mi/mi-syn-frame.exp: Likewise.
17192 * gdb.mi/mi-until.exp: Likewise.
17193 * gdb.mi/mi-var-cp.exp: Likewise.
17194 * gdb.mi/mi-var-display.exp: Likewise.
17195 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
17196 * gdb.mi/mi2-var-child.exp: Likewise.
17197 * gdb.mi/mi-vla-c99.exp: Likewise.
17198 * lib/mi-support.exp: Likewise.
17199
17200 From Ian Lance Taylor <iant@cygnus.com>:
17201 * lib/gdb.exp (parse_args): New procedure.
17202
08351840
PA
172032014-04-23 Pedro Alves <palves@redhat.com>
17204
17205 * gdb.base/break-unload-file.c: New file.
17206 * gdb.base/break-unload-file.exp: New file.
17207 * gdb.base/sym-file-lib.c (baz): New function.
17208 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
17209 field.
17210 (load): Store the segment's mapped size.
17211 (unload): New function.
17212 (unload_shlib): New function.
17213 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
17214 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
17215 set a breakpoint at baz, and call it.
17216 * gdb.base/sym-file.exp: New tests for stale breakpoint
17217 instructions.
17218
076855f9
PA
172192014-04-23 Pedro Alves <palves@redhat.com>
17220
17221 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
17222 * gdb.base/hbreak-in-shr-unsupported.c: New file.
17223 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
17224 * gdb.base/hbreak-unmapped.c: New file.
17225 * gdb.base/hbreak-unmapped.exp: New file.
17226 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
17227 * lib/gdb.exp (gdb_is_target_remote): ... here.
17228
483805cf
PA
172292014-04-22 Pedro Alves <palves@redhat.com>
17230
17231 * gdb.base/consecutive-step-over.c: New file.
17232 * gdb.base/consecutive-step-over.exp: New file.
17233
06d97543
PA
172342014-04-22 Pedro Alves <palves@redhat.com>
17235
17236 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
17237 instead of send_gdb/gdb_expect.
17238
b4429ea2
YQ
172392014-04-22 Yao Qi <yao@codesourcery.com>
17240
17241 * lib/trace-support.exp (generate_tracefile): New procedure.
17242 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
17243 return 0.
17244 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
17245 if generate_tracefile returns 1.
17246
51d48146
PA
172472014-04-18 Tom Tromey <palves@redhat.com>
17248 Pedro alves <tromey@redhat.com>
17249
17250 PR backtrace/15558
17251 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
17252 with a backtrace limit.
17253 * gdb.python/py-frame-inline.exp: Test running to an inline
17254 function with a backtrace limit, and printing the newest frame.
17255 * gdb.python/py-frame-inline.c (main): Call f.
17256
bd1dce5f
MS
172572014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17258
17259 * gdb.java/jnpe.exp: Drop srcdir from untested path.
17260
40d1a503
MS
172612014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17262
17263 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
17264 Drop prefix from unsupported source file path.
17265
389b98f7
YQ
172662014-04-17 Yao Qi <yao@codesourcery.com>
17267
17268 * lib/gdb.exp (with_target_charset): New proc.
17269 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
17270 with_target_charset.
17271 (test_print_strings): Likewise.
17272 (test_repeat_bytes): Likewise.
17273 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
17274 for some tests.
17275
22869d73
KS
172762014-04-16 Keith Seitz <keiths@redhat.com>
17277
17278 PR gdb/15827
17279 * gdb.dwarf2/corrupt.c: New file.
17280 * gdb.dwarf2/corrupt.exp: New file.
17281
c4f87ca6
KS
172822014-04-16 Keith Seitz <keiths@redhat.com>
17283
17284 PR c++/16597
17285 * gdb.cp/namelessclass.cc: New file.
17286 * gdb.cp/namelessclass.exp: New file.
17287 * gdb.cp/namelessclass.S: New file.
17288
ab19de87
DE
172892014-04-16 Doug Evans <dje@google.com>
17290
17291 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
17292 Add comment.
17293 (gdbserver_default_get_comm_port): New function.
17294 (gdbserver_start): Check if board file provided
17295 "gdbserver,get_comm_port" and use it if so.
17296 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
17297 (gdb,socketport): Set to "stdio".
17298 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
17299 (stdio_gdbserver_template): Delete.
17300 (${board}_get_remote_address): Update.
17301 (${board}_build_remote_cmd): Delete.
17302 (${board}_get_comm_port): New function.
17303 (${board}_spawn): Update.
17304 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
17305 Delete.
17306 (${board}_get_remote_address): Update.
17307 (${board}_get_comm_port): New function.
17308
fc98a809
AB
173092014-04-16 Andrew Burgess <aburgess@broadcom.com>
17310
17311 * gdb.base/memattr.exp: Improve regexps to handle memory regions
17312 appearing in any order.
17313
87fd9e6e
DE
173142014-04-15 Doug Evans <dje@google.com>
17315
17316 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
17317 uninitialized value of "description".
17318
099fc3ea
KS
173192014-04-15 Keith Seitz <keiths@redhat.com>
17320
17321 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
17322 Remove unused globals.
17323 (test_running_the_program): Likewise.
17324 (test_controlled_execution): Likewise.
17325 (test_controlling_breakpoints): Likewise.
17326 (test_program_termination): Likewise.
17327
5da151d4
KS
173282014-04-15 Keith Seitz <keiths@redhat.com>
17329
17330 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
17331 unused globals.
17332 (test_rbreak_creation_and_listing): Likewise.
17333 (test_ignore_count): Likewise.
17334 (test_error): Likewise.
17335
35e5d2f0
PA
173362014-04-15 Pedro Alves <palves@redhat.com>
17337
17338 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
17339 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
17340 sym-file-loader.c.
17341 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17342 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17343 to sym-file-loader.c.
17344 (struct library): Forward declare.
17345 (load_shlib, lookup_function): Change prototypes.
17346 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17347 (translate_offset): Remove declarations.
17348 (get_text_addr): New declaration.
17349 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
17350 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
17351 sym-file-loader.h.
17352 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17353 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17354 here from sym-file-loader.h.
17355 (struct library): New structure.
17356 (load_shlib, lookup_function): Change prototypes and adjust to
17357 work with a struct library.
17358 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17359 (translate_offset): Make static.
17360 (get_text_addr): New function.
17361 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
17362
eb4c1710
PA
173632014-04-15 Pedro Alves <palves@redhat.com>
17364
17365 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
17366
2d1baf52
PA
173672014-04-15 Pedro Alves <palves@redhat.com>
17368
17369 * gdb.base/sym-file-loader.c: Include <limits.h>.
17370 (SELF_LINK): New define.
17371 (get_origin): New function.
17372 (load_shlib): Use it.
17373 * gdb.base/sym-file.exp: Don't early return if the target is
17374 remote. Use runto_main, and issue fail is that fails. Use
17375 gdb_load_shlibs.
17376 (shlib_name): Delete.
17377 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
17378
7dd6df01
PA
173792014-04-15 Pedro Alves <palves@redhat.com>
17380
17381 * gdb.base/sym-file.exp: Remove regex characters from test
17382 message. Don't refer to breakpoint numbers in test messages.
17383
b50c8614
KS
173842014-04-14 Keith Seitz <keiths@redhat.com>
17385
17386 PR c++/16253
17387 * gdb.cp/var-tag.cc: New file.
17388 * gdb.cp/var-tag.exp: New file.
17389 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17390 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17391 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17392 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17393
3d567982
TT
173942014-04-14 Tom Tromey <tromey@redhat.com>
17395
17396 * gdb.cp/classes.exp (test_enums): Handle underlying type.
17397 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
17398 type.
17399 * gdb.cp/enum-class.exp: New file.
17400 * gdb.cp/enum-class.cc: New file.
17401
0626fc76
TT
174022014-04-14 Tom Tromey <tromey@redhat.com>
17403
17404 * gdb.dwarf2/enum-type.exp: New file.
17405
dca325b3
SA
174062014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17407
17408 * gdb.mi/mi-vla-c99.exp: New file.
17409 * gdb.mi/vla.c: New file.
17410
5854b38a
SA
174112014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17412
17413 * gdb.base/vla-datatypes.c: New file.
17414 * gdb.base/vla-datatypes.exp: New file.
17415
463bb957
SA
174162014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17417
17418 * gdb.base/vla-ptr.c: New file.
17419 * gdb.base/vla-ptr.exp: New file.
17420
3dd170be
SA
174212014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17422
17423 * gdb.dwarf2/count.exp: New file.
17424
5ecaaa66
SA
174252014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17426
17427 * gdb.base/vla-sideeffect.c: New file.
17428 * gdb.base/vla-sideeffect.exp: New file.
17429
41f1ada5
DB
174302014-04-14 David Blaikie <dblaikie@gmail.com>
17431
17432 * gdb.mi/non-stop.c: Add return value for non-void function return
17433 statement.
17434 * gdb.threads/staticthreads.c: Ditto.
17435
0be03e84
DE
174362014-04-12 Siva Chandra Reddy <sivachandra@google.com>
17437 Doug Evans <xdje42@gmail.com>
17438
17439 * gdb.guile/scm-value.c: Improve test case.
17440 * gdb.guile/scm-value.exp: Add new test.
17441
f180a1fb
DB
174422014-04-11 David Blaikie <dblaikie@gmail.com>
17443
17444 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
17445 override Clang's default.
17446
6b662e19
JB
174472014-04-11 Joel Brobecker <brobecker@adacore.com>
17448
17449 Revert the following changes (regressions):
17450
17451 * gdb.base/vla-sideeffect.c: New file.
17452 * gdb.base/vla-sideeffect.exp: New file.
17453
17454 * gdb.dwarf2/count.exp: New file.
17455
17456 * gdb.base/vla-multi.c: New file.
17457 * gdb.base/vla-multi.exp: New file.
17458
17459 * gdb.base/vla-ptr.c: New file.
17460 * gdb.base/vla-ptr.exp: New file.
17461
17462 * gdb.base/vla-datatypes.c: New file.
17463 * gdb.base/vla-datatypes.exp: New file.
17464
17465 * gdb.mi/mi-vla-c99.exp: New file.
17466 * gdb.mi/vla.c: New file.
17467
245a5f0b
KS
174682014-04-11 Keith Seitz <keiths@redhat.com>
17469
17470 PR c++/16675
17471 * gdb.cp/cpsizeof.exp: New file.
17472 * gdb.cp/cpsizeof.cc: New file.
17473
58a84dcf
SA
174742014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17475
191a8a90
JB
17476 * gdb.mi/mi-vla-c99.exp: New file.
17477 * gdb.mi/vla.c: New file.
58a84dcf 17478
c8655f75
SA
174792014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17480
17481 * gdb.base/vla-datatypes.c: New file.
17482 * gdb.base/vla-datatypes.exp: New file.
17483
024e13b4
SA
174842014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17485
17486 * gdb.base/vla-ptr.c: New file.
17487 * gdb.base/vla-ptr.exp: New file.
17488
1a237e0e
SA
174892014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17490
17491 * gdb.base/vla-multi.c: New file.
17492 * gdb.base/vla-multi.exp: New file.
17493
504f3432
SA
174942014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17495
17496 * gdb.dwarf2/count.exp: New file.
17497
3bce8237
SA
174982014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17499
191a8a90
JB
17500 * gdb.base/vla-sideeffect.c: New file.
17501 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 17502
322f9c21
YQ
175032014-04-11 Yao Qi <yao@codesourcery.com>
17504
17505 * gdb.base/completion.exp: Check file exists before running tests
17506 on file completion.
17507
d708bcd1
PA
175082014-04-10 Pedro Alves <palves@redhat.com>
17509
17510 * gdb.base/cond-eval-mode.c: New file.
17511 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
17512 prepare_for_testing to build the new file. Check result of
17513 runto_main.
17514 (test_break, test_watch): New procedures.
17515 (top level): Use them.
17516
ae1d2761
PM
175172014-04-08 Pierre Muller <muller@sourceware.org>
17518
17519 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
17520 Ctrl-V use for mingw hosts.
17521
7af389b8
SC
175222014-04-07 Siva Chandra Reddy <sivachandra@google.com>
17523
17524 * gdb.python/py-value.c: Improve test case.
17525 * gdb.python/py-value.exp: Add new test.
17526
5e703181
DE
175272014-04-07 David Blaikie <dblaikie@gmail.com>
17528
17529 * lib/compiler.c: Identify the clang compiler.
17530 * lib/compiler.cc: Ditto.
17531
9810b410
YQ
175322014-04-03 Yao Qi <yao@codesourcery.com>
17533
17534 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
17535
98d1b8dc
AB
175362014-04-01 Anton Blanchard <anton@samba.org>
17537
17538 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
17539 messages unique.
17540
3114cea1
AB
175412014-04-01 Anton Blanchard <anton@samba.org>
17542
17543 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
17544 prepare_for_testing.
17545
62f7182c
AB
175462014-04-01 Anton Blanchard <anton@samba.org>
17547
17548 * gdb.arch/ppc64-atomic-inst.c: Remove.
17549 * gdb.arch/ppc64-atomic-inst.S: New file.
17550 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
17551
770e7fc7
DE
175522014-03-31 Doug Evans <dje@google.com>
17553
17554 * gdb.base/print-symbol-loading-lib.c: New file.
17555 * gdb.base/print-symbol-loading-main.c: New file.
17556 * gdb.base/print-symbol-loading.exp: New file.
17557
46e2bafa
YQ
175582014-03-31 Yao Qi <yao@codesourcery.com>
17559
17560 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
17561
8776cfe9
JB
175622014-03-28 Joel Brobecker <brobecker@adacore.com>
17563
17564 * gdb.ada/mi_dyn_arr: New testcase.
17565
5d1ef361
DE
175662014-03-27 Doug Evans <dje@google.com>
17567
17568 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
17569
b5bee914
YQ
175702014-03-27 Yao Qi <yao@codesourcery.com>
17571
17572 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
17573 if target is nios2-*-*.
17574
0d4d0e77
YQ
175752014-03-26 Yao Qi <yao@codesourcery.com>
17576
17577 * lib/gdb.exp (readline_is_used): New proc.
17578 * gdb.base/completion.exp: Move tests on command complete up.
17579 Skip the rest of tests if readline is not used.
17580 * gdb.ada/complete.exp: Skp the test if readline is not
17581 used.
17582 * gdb.base/filesym.exp: Likewise.
17583 * gdb.base/macscp.exp: Likewise.
17584 * gdb.base/readline-ask.exp: Likewise.
17585 * gdb.base/readline.exp: Likewise.
17586 * gdb.python/py-cmd.exp: Likewise.
17587 * gdb.trace/tfile.exp: Likewise.
17588
29361eee
YQ
175892014-03-26 Yao Qi <yao@codesourcery.com>
17590
17591 * gdb.base/macscp.exp: Fix code format issues.
17592
bc9a5525
UW
175932014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
17594
17595 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
17596 * gdb.asm/powerpc64le.inc: New file.
17597
d3839ede
PA
175982014-03-25 Pedro Alves <palves@redhat.com>
17599 Doug Evans <dje@google.com>
17600
17601 * gdb.base/source-execution.c: New file.
17602 * gdb.base/source-execution.exp: New file.
17603 * gdb.base/source-execution.gdb: New file.
17604
01672a57
DE
176052014-03-24 Doug Evans <dje@google.com>
17606
17607 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
17608 using fission.
17609
88bbeca9
HZ
176102014-03-24 Hui Zhu <hui@codesourcery.com>
17611 Pedro Alves <palves@redhat.com>
17612
17613 PR breakpoints/16101
17614 * gdb.base/dprintf.exp: Use unsupported rather than changing the
17615 test pass/fail messages. Detect missing support for dprintf when
17616 breakpoints are actually inserted.
17617 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
17618 breakpoints are actually inserted.
17619 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
17620 fails.
17621
d2348791
JK
176222014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
17623
17624 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
17625
feef67ab
DE
176262014-03-22 Doug Evans <xdje42@gmail.com>
17627
17628 * gdb.python/python.exp (python not supported): Verify multi-line
17629 python command issues an error.
25d743f9 17630 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 17631 guile command issues an error.
feef67ab 17632
ecebef6a
MR
176332014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
17634
17635 * gdb.threads/thread-specific.exp: Handle the lack of usable
17636 $this_breakpoint and $this_thread.
17637
ccdd1909
HZ
176382014-03-21 Hui Zhu <hui@codesourcery.com>
17639
17640 * gdb.base/attach.exp (do_command_attach_tests): New.
17641
beb460e8
PA
176422014-03-20 Tom Tromey <tromey@redhat.com>
17643 Pedro Alves <palves@redhat.com>
17644
17645 PR cli/15718
17646 * gdb.base/condbreak-call-false.c: New file.
17647 * gdb.base/condbreak-call-false.exp: New file.
17648
40acf43a
PA
176492014-03-20 Pedro Alves <palves@redhat.com>
17650
17651 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
17652 Delete.
17653 (block_signals, unblock_signals): Delete.
17654 (child_function_2, main): Remove references to deleted variable
17655 and functions.
17656
9f5e1e02
PA
176572014-03-20 Pedro Alves <palves@redhat.com>
17658
17659 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
17660 Use pthread_kill to signal thread 2.
17661 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17662 Adjust to make the test send itself a signal rather than using the
17663 host's "kill" command.
17664
99619bea
PA
176652014-03-20 Pedro Alves <palves@redhat.com>
17666
17667 * gdb.threads/multiple-step-overs.c: New file.
17668 * gdb.threads/multiple-step-overs.exp: New file.
17669 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17670 Adjust expected infrun debug output.
17671
2adfaa28
PA
176722014-03-20 Pedro Alves <palves@redhat.com>
17673
17674 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
17675 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
17676
31e77af2
PA
176772014-03-20 Pedro Alves <palves@redhat.com>
17678
17679 PR breakpoints/7143
17680 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
17681 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
17682 of gdb_test_multiple.
17683 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
17684 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
17685
b9f437de
PA
176862014-03-20 Pedro Alves <palves@redhat.com>
17687
17688 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
17689 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
17690
05adc73e
PA
176912014-03-19 Pedro Alves <palves@redhat.com>
17692
17693 * gdb.base/async.exp: Remove early return.
17694
6048b950
PA
176952014-03-19 Pedro Alves <palves@redhat.com>
17696
17697 * gdb.base/async.exp (step& tests): Pass explicit test messages.
17698
8bcfb00a
PA
176992014-03-19 Pedro Alves <palves@redhat.com>
17700
17701 * gdb.base/async.exp (test_background): Expect \r\n after
17702 "completed." in the fail pattern.
17703
884e37dc
PA
177042014-03-19 Pedro Alves <palves@redhat.com>
17705
17706 * gdb.base/async.exp (test_background): New procedure.
17707 Use it for all background execution command tests.
17708
148e57e2
PA
177092014-03-19 Pedro Alves <palves@redhat.com>
17710
17711 * gdb.base/async.exp: Use prepare_for_testing.
17712
f48088c7
PA
177132014-03-19 Pedro Alves <palves@redhat.com>
17714
17715 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
17716 the same line.
17717
e2f6c966
PA
177182014-03-19 Pedro Alves <palves@redhat.com>
17719
17720 * gdb.base/async.c (main): Add "jump here" and "until here" line
17721 marker comments.
17722 * gdb.base/async.exp (jump_here): New global.
17723 (jump& test): Use it.
17724 (until_here): New global.
17725 (until& test): Use it.
17726
c30568d4
PA
177272014-03-19 Pedro Alves <palves@redhat.com>
17728
17729 * gdb.base/async.exp: Don't frob gdb_protocol.
17730
0172b6a7
DE
177312014-03-18 Doug Evans <xdje42@gmail.com>
17732
17733 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
17734 Fix spelling of exec-done-display.
17735
06c868a8
JK
177362014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
17737
17738 PR gdb/15358
17739 * gdb.base/gdb-sigterm.c: New file.
17740 * gdb.base/gdb-sigterm.exp: New file.
17741
0c7e1a46
PA
177422014-03-18 Pedro Alves <palves@redhat.com>
17743
17744 PR gdb/13860
17745 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
17746 * lib/mi-support.exp (mi_expect_stop): Add special handling for
17747 solib-event.
17748
f7c77d93
JB
177492014-03-17 Joel Brobecker <brobecker@adacore.com>
17750
17751 * gdb.ada/pckd_arr_ren: New testcase.
17752
5a1e8c7a
DE
177532014-03-13 Doug Evans <xdje42@gmail.com>
17754
17755 PR guile/16612
17756 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
17757 collect after discarding symbols.
17758
350e1a76
DE
177592014-03-13 Ludovic Courtès <ludo@gnu.org>
17760 Doug Evans <xdje42@gmail.com>
17761
17762 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
17763 to history survives a gc.
17764
a69900ae
PA
177652014-03-13 Pedro Alves <palves@redhat.com>
17766
17767 * gdb.base/default.exp: Don't test "target procfs".
17768
5db9f0bd
PA
177692014-03-13 Pedro Alves <palves@redhat.com>
17770
17771 * gdb.base/default.exp: Update "target child" and "target procfs"
17772 tests to not expect "Unix".
17773
b3ccfe11
TT
177742014-03-12 Tom Tromey <tromey@redhat.com>
17775
17776 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
17777 New procs. Add target-async tests.
17778 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
17779 Add target-async tests.
17780
646f4417
AA
177812014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17782
17783 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
17784 'func_start' and 'func_end' for the beginning and end of the
17785 function code, respectively.
17786 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
17787 'func_end' instead of 'func' and 'main'.
17788
288c211f
AA
177892014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17790
17791 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
17792 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
17793 generate the debug info assembler source.
17794
e0c0f156
AA
177952014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17796
17797 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
17798 * gdb.dwarf2/arr-subrange.exp: Likewise.
17799 * gdb.dwarf2/dwz.exp: Likewise.
17800 * gdb.dwarf2/method-ptr.exp: Likewise.
17801 * gdb.dwarf2/missing-sig-type.exp: Likewise.
17802 * gdb.dwarf2/subrange.exp: Likewise.
17803 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
17804 * gdb.dwarf2/implptrpiece.exp: Likewise.
17805 * gdb.dwarf2/nostaticblock.exp: Likewise.
17806
0e5c4555
AA
178072014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17808
17809 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
17810 directory to absolute path name arguments.
17811
5ec18f2b
JG
178122014-03-10 Joel Brobecker <brobecker@adacore.com>
17813
17814 * gdb.ada/tagged_access: New testcase.
17815
847fc4f2
MM
178162014-03-07 Markus Metzger <markus.t.metzger@intel.com>
17817
17818 * gdb.btrace/data.exp: Update expected output.
17819
cc3da688
YQ
178202014-03-06 Yao Qi <yao@codesourcery.com>
17821
17822 * gdb.trace/pr16508.exp: New file.
17823
0f26cec1
PA
178242014-03-05 Pedro Alves <palves@redhat.com>
17825
17826 PR gdb/16575
17827 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
17828 procedure.
17829 (top level): Adjust to use it. Add tests that exercise breakpoint
17830 interaction with the code-cache.
17831
7a5a839f
LC
178322014-02-26 Ludovic Courtès <ludo@gnu.org>
17833
17834 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
17835 test for 'history-append!'.
17836
31aa7e4e
JB
178372014-02-26 Joel Brobecker <brobecker@adacore.com>
17838
17839 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
17840 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
17841 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
17842 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
17843 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
17844 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
17845
1b588015
JB
178462014-02-26 Joel Brobecker <brobecker@adacore.com>
17847
17848 * testsuite/gdb.python/py-pp-re-notag.c: New file.
17849 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
17850 * testsuite/gdb.python/py-pp-re-notag.p: New file.
17851
55426c9d
JB
178522014-02-26 Joel Brobecker <brobecker@adacore.com>
17853
17854 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
17855
dc53a7ad
JB
178562014-02-26 Joel Brobecker <brobecker@adacore.com>
17857
17858 * gdb.dwarf2/arr-stride.c: New file.
17859 * gdb.dwarf2/arr-stride.exp: New file.
17860
12ab52e9
PA
178612014-02-26 Pedro Alves <palves@redhat.com>
17862
17863 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
17864 that won't ever trigger. Make sure that GDB reports the correct
17865 breakpoint that caused the stop.
17866
849c862e
JK
178672014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17868
17869 PR gdb/16626
17870 * gdb.base/auto-load-script: New file.
17871 * gdb.base/auto-load.c: New file.
17872 * gdb.base/auto-load.exp: New file.
17873
71b7d793
JK
17874 PR gdb/16626
17875 * gdb.base/auto-load.exp: Fix out-of-srctree run.
17876
e2f0d509
JK
178772014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17878
17879 Fix dw2-icycle.exp -fsanitize=address GDB crash.
17880 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
17881
50cc37c8
DE
178822014-02-24 Doug Evans <dje@google.com>
17883
17884 * lib/gdb.exp (run_on_host): Log error output if program fails.
17885
ea4758f2
PA
178862014-02-21 Pedro Alves <palves@redhat.com>
17887
17888 * gdb.threads/step-after-sr-lock.c: Rename to ...
17889 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
17890 * gdb.threads/step-after-sr-lock.exp: Rename to ...
17891 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17892 ... this.
17893
d7b30f67
SDJ
178942014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
17895
17896 PR tdep/16397
17897 * gdb.arch/amd64-stap-special-operands.exp: New file.
17898 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
17899 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
17900 * gdb.arch/amd64-stap-triplet.S: Likewise.
17901 * gdb.arch/amd64-stap-triplet.c: Likewise.
17902
83deb43f
JB
179032014-02-20 Joel Brobecker <brobecker@adacore.com>
17904
17905 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
17906 in .section pseudo-op.
17907
adde2bff
DE
179082014-02-20 lin zuojian <manjian2006@gmail.com>
17909 Joel Brobecker <brobecker@adacore.com>
17910 Doug Evans <xdje42@gmail.com>
17911
17912 PR symtab/16581
17913 * gdb.dwarf2/dw2-icycle.S: New file.
17914 * gdb.dwarf2/dw2-icycle.c: New file.
17915 * gdb.dwarf2/dw2-icycle.exp: New file.
17916
f7bd0f78
SC
179172014-02-19 Siva Chandra Reddy <sivachandra@google.com>
17918
17919 * gdb.python/py-value-cc.cc: Improve test case to enable testing
17920 operations on gdb.Value objects.
17921 * gdb.python/py-value-cc.exp: Add new test to test operations on
17922 gdb.Value objects.
17923
c17ef0d5
DE
179242014-02-18 Doug Evans <dje@google.com>
17925
17926 * Makefile.in (TESTS): New variable.
17927 (expanded_tests, expanded_tests_or_none): New variables
17928 (check-single): Pass $(expanded_tests_or_none) to runtest.
17929 (check-parallel): Only run tests in $(TESTS) if non-empty.
17930 (check/no-matching-tests-found): New rule.
17931 * README: Document TESTS makefile variable.
17932
5dd3176f
DE
179332014-02-18 Doug Evans <dje@google.com>
17934
17935 * Makefile.in (check-parallel): rm -rf outputs temp.
17936
0b10be4f
JK
179372014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
17938
17939 Fix "ERROR: no fileid for" in the testsuite.
17940 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
17941
85f224e7
DE
179422014-02-12 Doug Evans <dje@google.com>
17943
17944 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
17945 (MISCELLANEOUS): New variable.
17946 (clean): rm -rf $(MISCELLANEOUS).
17947 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
17948 dwp live in the same directory as symlinks, with each symlink pointed
17949 to a differently named file in a different directory.
17950
149b30ff
DE
179512014-02-11 Doug Evans <dje@google.com>
17952
17953 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
17954 of Tcl file commands.
17955
1dfdac32
MK
179562014-02-10 Mark Kettenis <kettenis@gnu.org>
17957
17958 * gdb.threads/step-after-sr-lock.exp: Avoid executing
17959 "kill -SIGUSR1 -1".
17960
aa4fb036
JB
179612014-02-10 Joel Brobecker <brobecker@adacore.com>
17962
17963 * gdb.ada/tick_length_array_enum_idx: New testcase.
17964
ed3ef339
DE
179652014-02-10 Doug Evans <xdje42@gmail.com>
17966
17967 * configure.ac (AC_OUTPUT): Add gdb.guile.
17968 * configure: Regenerate.
17969 * lib/gdb-guile.exp: New file.
17970 * lib/gdb.exp (get_target_charset): New function.
17971 * gdb.base/help.exp: Update expected output from "apropos apropos".
17972 * gdb.guile/Makefile.in: New file.
17973 * gdb.guile/guile.exp: New file.
17974 * gdb.guile/scm-arch.c: New file.
17975 * gdb.guile/scm-arch.exp: New file.
17976 * gdb.guile/scm-block.c: New file.
17977 * gdb.guile/scm-block.exp: New file.
17978 * gdb.guile/scm-breakpoint.c: New file.
17979 * gdb.guile/scm-breakpoint.exp: New file.
17980 * gdb.guile/scm-disasm.c: New file.
17981 * gdb.guile/scm-disasm.exp: New file.
17982 * gdb.guile/scm-equal.c: New file.
17983 * gdb.guile/scm-equal.exp: New file.
17984 * gdb.guile/scm-error.exp: New file.
17985 * gdb.guile/scm-error.scm: New file.
17986 * gdb.guile/scm-frame-args.c: New file.
17987 * gdb.guile/scm-frame-args.exp: New file.
17988 * gdb.guile/scm-frame-args.scm: New file.
17989 * gdb.guile/scm-frame-inline.c: New file.
17990 * gdb.guile/scm-frame-inline.exp: New file.
17991 * gdb.guile/scm-frame.c: New file.
17992 * gdb.guile/scm-frame.exp: New file.
17993 * gdb.guile/scm-generics.exp: New file.
17994 * gdb.guile/scm-gsmob.exp: New file.
17995 * gdb.guile/scm-iterator.c: New file.
17996 * gdb.guile/scm-iterator.exp: New file.
17997 * gdb.guile/scm-math.c: New file.
17998 * gdb.guile/scm-math.exp: New file.
17999 * gdb.guile/scm-objfile-script-gdb.in: New file.
18000 * gdb.guile/scm-objfile-script.c: New file.
18001 * gdb.guile/scm-objfile-script.exp: New file.
18002 * gdb.guile/scm-objfile.c: New file.
18003 * gdb.guile/scm-objfile.exp: New file.
18004 * gdb.guile/scm-ports.exp: New file.
18005 * gdb.guile/scm-pretty-print.c: New file.
18006 * gdb.guile/scm-pretty-print.exp: New file.
18007 * gdb.guile/scm-pretty-print.scm: New file.
18008 * gdb.guile/scm-section-script.c: New file.
18009 * gdb.guile/scm-section-script.exp: New file.
18010 * gdb.guile/scm-section-script.scm: New file.
18011 * gdb.guile/scm-symbol.c: New file.
18012 * gdb.guile/scm-symbol.exp: New file.
18013 * gdb.guile/scm-symtab-2.c: New file.
18014 * gdb.guile/scm-symtab.c: New file.
18015 * gdb.guile/scm-symtab.exp: New file.
18016 * gdb.guile/scm-type.c: New file.
18017 * gdb.guile/scm-type.exp: New file.
18018 * gdb.guile/scm-value-cc.cc: New file.
18019 * gdb.guile/scm-value-cc.exp: New file.
18020 * gdb.guile/scm-value.c: New file.
18021 * gdb.guile/scm-value.exp: New file.
18022 * gdb.guile/source2.scm: New file.
18023 * gdb.guile/types-module.cc: New file.
18024 * gdb.guile/types-module.exp: New file.
18025
7026a7c1
YQ
180262014-02-10 Yao Qi <yao@codesourcery.com>
18027
18028 PR testsuite/16543
18029 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
18030 * configure: Regenerated.
18031 * Makefile.in: New file.
18032
6c466447
AS
180332014-02-08 Andreas Schwab <schwab@linux-m68k.org>
18034
18035 * gdb.python/py-framefilter.exp: Fix typo.
18036
6e854735
YQ
180372014-02-08 Yao Qi <yao@codesourcery.com>
18038
18039 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
18040 that no =breakpoint-modified is emitted when breakpoints are
18041 modified through MI commands.
18042
d137e6dc
PA
180432014-02-07 Pedro Alves <pedro@codesourcery.com>
18044 Pedro Alves <palves@redhat.com>
18045
18046 * gdb.threads/step-after-sr-lock.c: New file.
18047 * gdb.threads/step-after-sr-lock.exp: New file.
18048
b5ee5a50
PA
180492014-02-07 Pedro Alves <palves@redhat.com>
18050
18051 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
18052
3c77faf3
JK
180532014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
18054
18055 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
18056 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
18057
6dddc817
DE
180582014-02-06 Doug Evans <xdje42@gmail.com>
18059
18060 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
18061 output.
18062
18063 * gdb.gdb/python-interrupts.exp: New file.
18064
de7b2893
YQ
180652014-02-05 Yao Qi <yao@codesourcery.com>
18066
18067 * gdb.trace/report.exp (use_collected_data): Test the output
18068 of "info threads" and "info inferiors".
18069
66d032ac
YQ
180702014-02-05 Yao Qi <yao@codesourcery.com>
18071
18072 Revert this patch:
18073
18074 2013-05-24 Yao Qi <yao@codesourcery.com>
18075
18076 * gdb.trace/tfile.exp: Test inferior and thread.
18077
591a12a1
UW
180782014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18079
18080 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
18081 on a function.
18082 * gdb.base/step-bt.c: Call hello via function pointer to make
18083 sure its first instruction is executed on powerpc64le-linux.
18084
0ff3e01f
UW
180852014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18086
18087 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
18088
084ee545
UW
180892014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18090
18091 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
18092 of the test patterns for use on little-endian systems.
18093
6ed14ff3
UW
180942014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18095
18096 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
18097 (decimal_vector): Fix for little-endian.
18098
401e27fd
JM
180992014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
18100
18101 * gdb.arch/sparc-sysstep.exp: New file.
18102 * gdb.arch/sparc-sysstep.c: Likewise.
18103
18104 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
18105
8b924729
EBM
181062014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18107
18108 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
18109
fb151210
JB
181102014-01-23 Tom Tromey <tromey@redhat.com>
18111
18112 * gdb.ada/array_char_idx: New testcase.
18113
0740f8d8
TT
181142014-01-23 Tom Tromey <tromey@redhat.com>
18115
18116 PR python/16487:
18117 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
18118 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
18119 classes.
18120
21909fa1
TT
181212014-01-23 Tom Tromey <tromey@redhat.com>
18122
18123 PR python/16491:
18124 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
18125 string from an inferior frame.
18126 * gdb.python/py-framefilter-mi.exp: Update.
18127
87ce2a04
DE
181282014-01-22 Doug Evans <dje@google.com>
18129
18130 * gdb.server/server-mon.exp: Add tests for "set debug-format".
18131
237b092b
AA
181322014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18133
18134 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
18135
d674a709
AA
181362014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18137
18138 * gdb.trace/entry-values.exp: Remove excess space character from
18139 regex patterns. Handle s390 call instruction.
18140
20fa3390
AA
181412014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18142
18143 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
18144 define "*_start" label. Make "name" static.
18145 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
18146 ${name} by references to ${name}_start.
18147
78466714
AA
181482014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18149
18150 * gdb.base/info-macros.exp: Remove "debug" from the compile
18151 options.
18152
ec9f644a
IB
181532014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18154
18155 * gdb.dlang/demangle.exp: New file.
18156
94b1b47e
IB
181572014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18158
18159 * gdb.dlang/primitive-types.exp: New file.
18160
7f420862
IB
181612014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18162
18163 * configure.ac: Create gdb.dlang/Makefile.
18164 * configure: Regenerate.
18165 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
18166 * gdb.dlang/Makefile.in: New file.
18167 * lib/d-support.exp: New file.
18168 * lib/gdb.exp (skip_d_tests): New proc.
18169
52834460
MM
181702014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18171
18172 * gdb.btrace/delta.exp: Check reverse stepi.
18173 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
18174 * gdb.btrace/finish.exp: New.
18175 * gdb.btrace/next.exp: New.
18176 * gdb.btrace/nexti.exp: New.
18177 * gdb.btrace/record_goto.c: Add comments.
18178 * gdb.btrace/step.exp: New.
18179 * gdb.btrace/stepi.exp: New.
18180 * gdb.btrace/multi-thread-step.c: New.
18181 * gdb.btrace/multi-thread-step.exp: New.
18182 * gdb.btrace/rn-dl-bind.c: New.
18183 * gdb.btrace/rn-dl-bind.exp: New.
18184 * gdb.btrace/data.c: New.
18185 * gdb.btrace/data.exp: New.
18186 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18187
6e07b1d2
MM
181882014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18189
18190 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
18191 * gdb.btrace/exception.exp: Update.
18192 * gdb.btrace/instruction_history.exp: Update.
18193 * gdb.btrace/record_goto.exp: Update.
18194 * gdb.btrace/tailcall.exp: Update.
18195 * gdb.btrace/unknown_functions.exp: Update.
18196 * gdb.btrace/delta.exp: New.
18197
0b722aec
MM
181982014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18199
18200 * gdb.btrace/record_goto.exp: Add backtrace test.
18201 * gdb.btrace/tailcall.exp: Add backtrace test.
18202
066ce621
MM
182032014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18204
18205 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
18206 * gdb.btrace/record_goto.c: New.
18207 * gdb.btrace/record_goto.exp: New.
18208 * gdb.btrace/x86-record_goto.S: New.
18209
0688d04e
MM
182102014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18211
18212 * gdb.btrace/function_call_history.exp: Update tests.
18213 * gdb.btrace/instruction_history.exp: Update tests.
18214
8710b709
MM
182152014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18216
18217 * gdb.btrace/function_call_history.exp: Fix expected field
18218 order for "record function-call-history".
18219 Add new tests for "record function-call-history /c".
18220 * gdb.btrace/exception.cc: New.
18221 * gdb.btrace/exception.exp: New.
18222 * gdb.btrace/tailcall.exp: New.
18223 * gdb.btrace/x86-tailcall.S: New.
18224 * gdb.btrace/x86-tailcall.c: New.
18225 * gdb.btrace/unknown_functions.c: New.
18226 * gdb.btrace/unknown_functions.exp: New.
18227 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18228
5de9129b
MM
182292014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18230
18231 * gdb.btrace/instruction_history.exp: Update.
18232 * gdb.btrace/function_call_history.exp: Update.
18233
23a7fe75
MM
182342014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18235
18236 * gdb.btrace/function_call_history.exp: Fix expected function
18237 trace.
18238 * gdb.btrace/instruction_history.exp: Initialize traced.
18239 Remove traced_functions.
18240
724c7dd8
MM
182412014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18242
18243 * gdb.btrace/function_call_history.exp: Update
18244 * gdb.btrace/instruction_history.exp: Update.
18245
6d78d93b
MM
182462014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18247
18248 * gdb.btrace/enable.exp: Update expected text.
18249
93a360cc
OJ
182502014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
18251
18252 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
18253 bytes.
18254
3772b53f
MR
182552014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
18256
18257 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
18258
596662fa
OJ
182592014-01-15 Omair Javaid <omair.javaid@linaro.org>
18260
18261 * lib/gdb.exp (supports_process_record): Return true for
18262 arm*-linux*. (supports_reverse): Likewise.
18263
b5b08fb4
SC
182642014-01-13 Siva Chandra Reddy <sivachandra@google.com>
18265
18266 PR python/15464
18267 PR python/16113
18268 * gdb.python/py-type.c: Enhance test case.
18269 * gdb.python/py-value-cc.cc: Likewise
18270 * gdb.python/py-type.exp: Add new tests.
18271 * gdb.python/py-value-cc.exp: Likewise
18272
52d7fb13
AA
182732014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
18274 Pedro Alves <palves@redhat.com>
18275
18276 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
18277 Make "name" extern.
18278 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
18279 references to ${name}_start by references to ${name}.
18280
a2cd8cfe
JB
182812014-01-10 Joel Brobecker <brobecker@adacore.com>
18282
18283 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
18284
4e23fced
JB
182852014-01-10 Joel Brobecker <brobecker@adacore.com>
18286
18287 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
18288
c6a9e42c
PA
182892014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
18290 Pedro Alves <palves@redhat.com>
18291
18292 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 18293 mi_gdb_target_load.
c6a9e42c 18294
b7ea362b
PA
182952014-01-08 Pedro Alves <palves@redhat.com>
18296
18297 * gdb.threads/reconnect-signal.c: New file.
18298 * gdb.threads/reconnect-signal.exp: New file.
18299
5e3f4fab
EBM
183002014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18301
18302 * gdb.base/source-dir.exp: New file.
18303
79301218
JB
183042014-01-07 Joel Brobecker <brobecker@adacore.com>
18305
18306 * gdb.ada/mi_interface: New testcase.
18307
8e355c5d
JB
183082014-01-07 Joel Brobecker <brobecker@adacore.com>
18309
18310 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
18311 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
18312 gdb.ada/pp-rec-component/pck.ads: New files.
18313
c0d48811
JB
183142014-01-07 Joel Brobecker <brobecker@adacore.com>
18315
18316 * gdb.python/py-pp-integral.c: New file.
18317 * gdb.python/py-pp-integral.py: New file.
18318 * gdb.python/py-pp-integral.exp: New file.
18319
17b609c3 18320For older changes see ChangeLog-1993-2013.
c906108c 18321\f
8d8cb839
EZ
18322;; Local Variables:
18323;; mode: change-log
18324;; left-margin: 8
18325;; fill-column: 74
18326;; version-control: never
18327;; End:
902f2ccb 18328
b811d2c2 18329 Copyright 2014-2020 Free Software Foundation, Inc.
902f2ccb
MC
18330 Copying and distribution of this file, with or without modification,
18331 are permitted provided the copyright notice and this notice are preserved.