]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Automatic date update in version.in
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
d354055e
AB
12018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * gdb.base/large-frame-1.c: New file.
4 * gdb.base/large-frame-2.c: New file.
5 * gdb.base/large-frame.exp: New file.
6 * gdb.base/large-frame.h: New file.
7
db727370
JL
82018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
9
10 PR gdb/20948
11 * gdb.base/write_mem.exp: New test.
12 * gdb.base/write_mem.c: Likewise.
13
ae778caf
TT
142018-09-23 Tom Tromey <tom@tromey.com>
15
16 PR python/18852:
17 * gdb.python/py-parameter.exp: Add test for parameter that throws
18 on "set".
19
fd3ba736
TT
202018-09-23 Tom Tromey <tom@tromey.com>
21
22 PR python/17284:
23 * gdb.python/py-template.exp (test_template_arg): Add test for
24 negative template argument number.
25
39a24317
TT
262018-09-23 Tom Tromey <tom@tromey.com>
27
28 PR python/14062:
29 * gdb.python/python.exp: Add test for post_event error.
30
f5769a2c
TT
312018-09-23 Tom Tromey <tom@tromey.com>
32
33 PR python/18170:
34 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
35 convert pointers to int and long.
36
1c1e54f6
TT
372018-09-23 Tom Tromey <tom@tromey.com>
38
39 PR python/20126:
40 * gdb.python/py-value.exp (test_value_numeric_ops): Add
41 signed-ness conversion tests.
42
fb4fa946
TT
432018-09-23 Tom Tromey <tom@tromey.com>
44
45 PR python/18352;
46 * gdb.python/py-value.exp (test_float_conversion): New proc.
47 Use it.
48
a466edac
HAQ
492018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
50
51 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
52
4ee9b0c5
SL
532018-09-18 Sandra Loosemore <sandra@codesourcery.com>
54
55 * gdb.base/complete-empty.exp: Skip tab-completion tests if
56 no readline.
57 * gdb.base/utf8-identifiers.exp: Likewise.
58 * gdb.cp/cpcompletion.exp: Likewise.
59 * gdb.linespec/cpcompletion.exp: Likewise.
60 * gdb.linespec/cpls-abi-tag.exp: Likewise.
61 * gdb.linespec/cpls-ops.exp: Likewise.
62
23be8da7
RB
632018-09-19 Richard Bunt <richard.bunt@arm.com>
64 Chris January <chris.january@arm.com>
65
66 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
67 * gdb.fortran/short-circuit-argument-list.exp: New file.
68 * gdb.fortran/short-circuit-argument-list.f90: New test.
69
5031d0ae
SDJ
702018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
71
72 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
73 "arch=" keyword when executing "-stack-list-frames".
74
b4c0d1a4
SDJ
752018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
76
77 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
78 "arch=" keyword when executing "-stack-list-frames".
79
7a6d2b45
SDJ
802018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
81
82 * gdb.ada/complete.exp: Expect for "@" when doing "complete
83 break ada".
84
8588b356
SM
852018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
86
87 PR python/23669
88 * gdb.python/python.exp: Test gdb.execute("show commands").
89
65e65158
TT
902018-09-16 Tom Tromey <tom@tromey.com>
91
92 * gdb.base/new-ui.exp (do_execution_tests): Update.
93 * gdb.base/dbx.exp (test_breakpoints): Update.
94
bf326452
AH
952018-09-14 Alan Hayward <alan.hayward@arm.com>
96
97 * lib/gdb.exp (gdb_simple_compile): Add proc.
98 (is_elf_target): Use gdb_simple_compile.
99 (skip_altivec_tests): Likewise.
100 (skip_vsx_tests): Likewise.
101 (skip_tsx_tests): Likewise.
102 (skip_btrace_tests): Likewise.
103 (skip_btrace_pt_tests): Likewise.
104 (gdb_can_simple_compile): Likewise.
105 (gdb_has_argv0): Likewise.
106 (gdb_target_symbol_prefix): Likewise.
107 (target_supports_scheduler_locking): Likewise.
108
2361b0fb
TT
1092018-09-13 Tom Tromey <tom@tromey.com>
110
111 * Makefile.in (TAGS): Recognize proc_with_prefix and
112 gdb_caching_proc.
113
0ae1a321
SM
1142018-09-13 Simon Marchi <simon.marchi@ericsson.com>
115
116 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
117 method.
118
a40bf0c2
SM
1192018-09-13 Simon Marchi <simon.marchi@ericsson.com>
120
121 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
122 and a few other Inferior properties when the Inferior is no
123 longer valid.
124
4a3fe98f
TT
1252018-09-13 Tom Tromey <tom@tromey.com>
126
127 PR rust/23650:
128 * gdb.rust/simple.exp: Add test for enum field access error.
129
098b2108
TT
1302018-09-13 Tom Tromey <tom@tromey.com>
131
132 PR rust/23626:
133 * gdb.rust/simple.rs (EmptyEnum): New type.
134 (main): Use it.
135 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
136
1256af7d
SM
1372018-09-13 Simon Marchi <simon.marchi@ericsson.com>
138
139 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
140 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
141 * gdb.python/py-symtab.exp: Update test printing an objfile.
142
4aa8e6c2
SM
1432018-09-12 Simon Marchi <simon.marchi@ericsson.com>
144
145 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
146 object.
147
c221b2f7
AH
1482018-09-12 Alan Hayward <alan.hayward@arm.com>
149
150 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
151 (support_complex_tests): Use gdb_can_simple_compile.
152 (is_ilp32_target): Likewise.
153 (is_lp64_target): Likewise.
154 (is_64_target): Likewise.
155 (is_amd64_regs_target): Likewise.
156 (is_aarch32_target): Likewise.
157 (gdb_int128_helper): Likewise.
158
6f1107b5
JK
1592018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
160
161 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
162
1f5d1570
JG
1632018-09-10 Jerome Guitton <guitton@adacore.com>
164
165 * gdb.ada/same_component_name: Add test for case of tagged record
166 with variable-length fields.
167
cc330e39
XR
1682018-09-10 Xavier Roirand <roirand@adacore.com>
169
170 * gdb.ada/access_to_unbounded_array.exp: New testcase.
171 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
172 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
173 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
174
b9c50e9a
XR
1752018-09-10 Xavier Roirand <roirand@adacore.com>
176
177 * gdb.ada/mi_string_access.exp: New testcase.
178 * gdb.ada/mi_string_access/bar.adb: New file.
179 * gdb.ada/mi_string_access/pck.adb: New file.
180 * gdb.ada/mi_string_access/pck.asd: New file.
181
2963898f
XR
1822018-09-10 Xavier Roirand <roirand@adacore.com>
183
184 * gdb.ada/mi_var_union.exp: New testcase.
185 * gdb.ada/mi_var_union/bar.adb: New file.
186 * gdb.ada/mi_var_union/pck.adb: New file.
187 * gdb.ada/mi_var_union/pck.asd: New file.
188
1aac008f
TT
1892018-09-08 Tom Tromey <tom@tromey.com>
190
191 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
192
332cf4c9
TT
1932018-09-08 Tom Tromey <tom@tromey.com>
194
195 PR python/16047:
196 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
197 (register_pretty_printers): Register new printer.
198 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
199 test.
200 * gdb.python/py-prettyprint.c (int_type3): New typedef.
201 (an_int_type3): New global.
202
424da6cf
JB
2032018-09-08 Joel Brobecker <brobecker@adacore.com>
204
205 * gdb.ada/expr_with_funcall: New testcase.
206
2a62dfa9
JB
2072018-09-08 Joel Brobecker <brobecker@adacore.com>
208
209 * gdb.ada/packed_array_assign: New testcase.
210
96b6697f
AB
2112018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
212
213 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
214 names, and add test prefixes to make test names unique.
215
e4a62c65
TV
2162018-09-05 Tom de Vries <tdevries@suse.de>
217
218 * gdb.dwarf2/varval.exp: Add test.
219
dd083ee2
GB
2202018-09-04 Gary Benson <gbenson@redhat.com>
221
222 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
223 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
224
aef9346c
TT
2252018-08-31 Tom Tromey <tom@tromey.com>
226
227 * gdb.rust/simple.rs: Rename second variable "v".
228
c67f2e15
AB
2292018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
230
231 * gdb.base/funcargs.c (use_a): New function.
232 (recurse): Call use_a.
233
078a0207
KS
2342018-08-29 Keith Seitz <keiths@redhat.com>
235
236 * gdb.compile/compile-cplus-anonymous.cc: New file.
237 * gdb.compile/compile-cplus-anonymous.exp: New file.
238 * gdb.compile/compile-cplus-array-decay.cc: New file.
239 * gdb.compile/compile-cplus-array-decay.exp: New file.
240 * gdb.compile/compile-cplus-inherit.cc: New file.
241 * gdb.compile/compile-cplus-inherit.exp: New file.
242 * gdb.compile/compile-cplus-member.cc: New file.
243 * gdb.compile/compile-cplus-member.exp: New file.
244 * gdb.compile/compile-cplus-method.cc: New file.
245 * gdb.compile/compile-cplus-method.exp: New file.
246 * gdb.compile/compile-cplus-mod.c: "New" file.
247 * gdb.compile/compile-cplus-namespace.cc: New file.
248 * gdb.compile/compile-cplus-namespace.exp: New file.
249 * gdb.compile/compile-cplus-nested.cc: New file.
250 * gdb.compile/compile-cplus-nested.exp: New file.
251 * gdb.compile/compile-cplus-print.c: "New" file.
252 * gdb.compile/compile-cplus-print.exp: "New" file.
253 * gdb.compile/compile-cplus-virtual.cc: New file.
254 * gdb.compile/compile-cplus-virtual.exp: New file.
255 * gdb.compile/compile-cplus.c: "New" file.
256 * gdb.compile/compile-cplus.exp: "New" file.
257 * lib/compile-support.exp: New file.
258
b0f492b9
GB
2592018-08-16 Gary Benson <gbenson@redhat.com>
260
261 PR gdb/13000:
262 * gdb.base/batch-exit-status.exp: New file.
263 * gdb.base/batch-exit-status.good-commands: Likewise.
264 * gdb.base/batch-exit-status.bad-commands: Likewise.
265
36eb4c5f
AH
2662018-08-29 Alan Hayward <alan.hayward@arm.com>
267
268 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
269 (struct struct02): Likewise.
270 (struct struct03): Likewise.
271 (struct struct04): Likewise.
272 (struct struct_01_01): New struct.
273 (struct struct_01_02): Likewise.
274 (struct struct_01_03): Likewise.
275 (struct struct_01_04): Likewise.
276 (struct struct_02_01): Likewise.
277 (struct struct_02_02): Likewise.
278 (struct struct_02_03): Likewise.
279 (struct struct_02_04): Likewise.
280 (struct struct_04_01): Likewise.
281 (struct struct_04_02): Likewise.
282 (struct struct_04_03): Likewise.
283 (struct struct_04_04): Likewise.
284 (struct struct_05_01): Likewise.
285 (struct struct_05_02): Likewise.
286 (struct struct_05_03): Likewise.
287 (struct struct_05_04): Likewise.
288 (cmp_struct01): Remove function.
289 (cmp_struct02): Likewise.
290 (cmp_struct03): Likewise.
291 (cmp_struct04): Likewise.
292 (cmp_struct_01_01): Add Function.
293 (cmp_struct_01_02): Likewise.
294 (cmp_struct_01_03): Likewise.
295 (cmp_struct_01_04): Likewise.
296 (cmp_struct_02_01): Likewise.
297 (cmp_struct_02_02): Likewise.
298 (cmp_struct_02_03): Likewise.
299 (cmp_struct_02_04): Likewise.
300 (cmp_struct_04_01): Likewise.
301 (cmp_struct_04_02): Likewise.
302 (cmp_struct_04_03): Likewise.
303 (cmp_struct_04_04): Likewise.
304 (cmp_struct_05_01): Likewise.
305 (cmp_struct_05_02): Likewise.
306 (cmp_struct_05_03): Likewise.
307 (cmp_struct_05_04): Likewise.
308 (call_all): Add new structs.
309 * gdb.base/infcall-nested-structs.exp: Likewise.
310
3bf9c013
JV
3112018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
312
313 * gdb.python/py-framefilter-mi.exp: Update regexp to
314 check for "arch" field in frame output.
315
450d1e88
KB
3162018-08-23 Kevin Buettner <kevinb@redhat.com>
317
318 * gdb.dwarf2/dw2-ranges-func.c: New file.
319 * gdb.dwarf2/dw2-ranges-func.exp: New file.
320
ae739fe7
SM
3212018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
322
323 * gdb.base/term.exp: Compare terminal settings with values from
324 the inferior.
325 * gdb.base/term.c: Get and set terminal settings.
326
6d52907e
JV
3272018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
328
329 * lib/mi-support.exp (mi_expect_stop): Update regexp to
330 accommodate new "arch" field in frame output.
331 * gdb.mi/mi-return.exp: Likewise.
332 * gdb.mi/mi-stack.exp: Likewise.
333 * gdb.mi/mi-syn-frame.exp: Likewise.
334 * gdb.mi/user-selected-context-sync.exp: Likewise.
335
be2d111a
MS
3362018-08-19 Michael Spang <spang@google.com>
337
338 PR gdb/11786
339 * gdb.base/gcore-tls-pie.c: New file.
340 * gdb.base/gcore-tls-pie.exp: New file.
341
ae3a7c47
KB
3422018-08-18 Kevin Buettner <kevinb@redhat.com>
343
344 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
345 * gdb.dwarf2/varval.c: New file.
346 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 347
2ecae92e
AH
3482018-08-17 Alan Hayward <alan.hayward@arm.com>
349
350 PR gdb/18931
351 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
352
c1854f1d
KS
3532018-08-16 Keith Seitz <keiths@redhat.com>
354
355 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
356 tests expected to pass.
357
26fb3983
JV
3582018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
359
360 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
361 -data-disassemble -a.
362 (test_disassembly_bogus_args): Likewise.
363
67943c00
AB
3642018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
365
366 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
367
5ff2bbae
AB
3682018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
369
370 * gdb.base/vla-optimized-out.exp: Add new test.
371
e5bbcd0f
AB
3722018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
373
374 * gdb.base/vla-optimized-out-o3.exp: Delete.
375 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
376 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
377 deleted tests.
378
9d4a934c
AB
3792018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
380
381 PR gdb/18050:
382 * gdb.server/extended-remote-restart.c: New file.
383 * gdb.server/extended-remote-restart.exp: New file.
384
045cf012
SM
3852018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
386
387 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
388 "set variable index = 42".
389
87d6a7aa
SM
3902018-08-07 Simon Marchi <simon.marchi@ericsson.com>
391
392 * boards/index-cache-gdb.exp: New file.
393 * gdb.dwarf2/index-cache.exp: New file.
394 * gdb.dwarf2/index-cache.c: New file.
395 * gdb.base/maint.exp: Check if we are using the index cache.
396
96d68bd4
RO
3972018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
398
399 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
400 MAKEFLAGS.
401
5a699617
RO
4022018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
403
404 * dg-extract-results.sh: Move to toplevel contrib.
405 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
406 * Makefile.in (check-parallel-racy): Likewise.
407
5bd18990
AB
4082018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
409
410 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
411 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
412 tests if the target supports scheduler locking.
413
3fbbcf47
TV
4142018-08-04 Tom de Vries <tdevries@suse.de>
415
416 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
417
3e1d3d8c
TT
4182018-08-02 Tom Tromey <tom@tromey.com>
419
420 PR symtab/16842.
421 * gdb.cp/temargs.exp: Test "info address" of a template
422 parameter.
423
5abe0f0c
JV
4242018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
425
426 * gdb.python/py-mi-var-info-path-expression.c: New file.
427 * gdb.python/py-mi-var-info-path-expression.py: New file.
428 * gdb.python/py-mi-var-info-path-expression.exp: New file.
429
fb66cde8
SDJ
4302018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
431
432 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
433 error after "cannot resolve name" string.
434
c708f4d2
AB
4352018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
436
437 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
438 started.
439 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
440
37cc0cae
TV
4412018-07-28 Tom de Vries <tdevries@suse.de>
442
443 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
444
63b4ecf7
TV
4452018-07-26 Tom de Vries <tdevries@suse.de>
446
447 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
448
3c3bb058
AB
4492018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
450
451 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
452 is visible.
453
9e7f3bbb
TV
4542018-07-26 Tom de Vries <tdevries@suse.de>
455
456 PR breakpoints/23366
457 * gdb.base/catch-follow-exec.c: New test.
458 * gdb.base/catch-follow-exec.exp: New file.
459
16f808ec
TV
4602018-07-25 Tom de Vries <tdevries@suse.de>
461
462 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
463 vla-optimized-out.c.
464
d7154a8d
JV
4652018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
466
467 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
468 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
469
232a0032
TV
4702018-07-20 Tom de Vries <tdevries@suse.de>
471
472 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
473 NOCLONE macro.
474 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
475
fbb1d502
TV
4762018-07-19 Tom de Vries <tdevries@suse.de>
477
478 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
479 regular expression.
480
42dc7699
TV
4812018-07-18 Tom de Vries <tdevries@suse.de>
482
483 * gdb.base/vla-optimized-out.c: New test.
484 * gdb.base/vla-optimized-out.exp: New file.
485
7f1f7e23
SDJ
4862018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
487
488 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
489 message "No address associated with hostname" when gdbserver
490 cannot resolve the hostname.
491
5759ebb3
PW
4922018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
493
494 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
495 Add some test prefixes to make tests unique.
496
3606ccab
PW
4972018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
498
499 * gdb.base/frameapply.c: New file.
500 * gdb.base/frameapply.exp: New file.
501
529c08b2
PW
5022018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
503
504 * gdb.base/skip.exp: Update expected error message.
505
c7ab0aef
SDJ
5062018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
507 Jan Kratochvil <jan.kratochvil@redhat.com>
508 Paul Fertser <fercerpav@gmail.com>
509 Tsutomu Seki <sekiriki@gmail.com>
510
511 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
512 parameter.
513 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
514 by default.
515 * boards/native-gdbserver.exp: Likewise.
516 * gdb.server/run-without-local-binary.exp: Improve regexp used
517 for detecting when a remote debugging connection succeeds.
518 * gdb.server/server-connect.exp: New file.
519 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
520 Do not prefix the port number with ":".
521 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
522 support for detecting and using it. Add '$debughost_gdbserver'
523 to the list of arguments used to start gdbserver. Handle case
524 when gdbserver cannot resolve a network name.
525
16ff70dd
SDJ
5262018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
527
528 PR c++/23373
529 * gdb.base/ptype-offsets.cc (struct static_member): New
530 struct.
531 (main) <stmember>: New variable.
532 * gdb.base/ptype-offsets.exp: Add test for printing a struct
533 with a static member in it.
534
3541979f
AB
5352018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
536
537 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
538 watchpoints enabled and disabled.
539
c8ad9b9a
AB
5402018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
541
542 * gdb.base/examine-backward.exp: Still run tests around address
543 0x0, even if address 0x0 is not readable. Update the pattern for
544 matching address 0x0 in expected output.
545
e0e5e971
AB
5462018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
547
548 * gdb.base/share-env-with-gdbserver.c (main): Add call to
549 malloc/free.
550
1ea5da02
TV
5512018-07-04 Tom de Vries <tdevries@suse.de>
552
553 * gdb.dwarf2/dw2-error.exp: Update expected error message.
554
471b9d15
MR
5552018-07-02 Maciej W. Rozycki <macro@mips.com>
556
557 PR tdep/8282
558 * gdb.arch/mips-disassembler-options.exp: New test.
559 * gdb.arch/mips-disassembler-options.s: New test source.
560
75acb486
PA
5612018-06-29 Pedro Alves <palves@redhat.com>
562
563 * gdb.threads/names.exp: Adjust expected "info threads" output.
564
cd2bb709
PA
5652018-06-29 Pedro Alves <palves@redhat.com>
566
567 * gdb.opt/inline-break.exp (line number, address): Add "info
568 break" tests.
569
991ff292
PA
5702018-06-29 Pedro Alves <palves@redhat.com>
571
572 * gdb.opt/inline-break.c (func1): Add "break here" marker.
573 * gdb.opt/inline-break.exp: Test setting breakpoints by line
574 number and address and running to them.
575
356819b6 5762018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
577
578 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
579
2512d7ef
JK
5802018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
581
582 * lib/compiler.c: Remove executable permission flag.
583
be1b6474
RB
5842018-06-28 Richard Bunt <richard.bunt@arm.com>
585
586 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
587 code.
588 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
589
291f9a96
PT
5902018-06-28 Petr Tesarik <ptesarik@suse.cz>
591
592 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
593
ed6dfe51
PT
5942018-06-28 Petr Tesarik <ptesarik@suse.cz>
595
596 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
597 address argument is omitted.
598
d4d429d5
PT
5992018-06-28 Petr Tesarik <ptesarik@suse.cz>
600
601 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
602
7ab6656f
OJ
6032018-06-27 Omair Javaid <omair.javaid@linaro.org>
604
605 PR gdb/21695
606 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
607 * gdb.base/infoline-reloc-main-from-zero.c: New file.
608
a33ccfc7
TT
6092018-06-26 Tom Tromey <tom@tromey.com>
610
611 PR rust/22574:
612 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
613 * gdb.rust/simple.rs (struct SimpleLayout): New.
614
6d72d289
SM
6152018-06-22 Simon Marchi <simon.marchi@ericsson.com>
616
617 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
618 "info registers" output.
619
8363f9d5
RB
6202018-06-21 Richard Bunt <richard.bunt@arm.com>
621
622 * gdb.base/watchpoint-hw-attach.c: New test.
623 * gdb.base/watchpoint-hw-attach.exp: New file.
624
f00674fe
SM
6252018-06-20 Simon Marchi <simon.marchi@ericsson.com>
626
627 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
628 through /bin/sh.
629 * boards/dwarf4-gdb-index.exp: Likewise.
630 * boards/fission-dwp.exp: Likewise.
631
1d554008
UW
6322018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
633
634 * gdb.base/float128.exp: Add comment and improved fail message
635 to the failure case of "print large128" test.
636
d0ac1c44
SM
6372018-06-19 Simon Marchi <simon.marchi@ericsson.com>
638
639 * configure.ac: Remove AC_PREREQ.
640 * configure: Re-generate.
641
61b04dd0
PA
6422018-06-19 Pedro Alves <palves@redhat.com>
643
644 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
645 (func_extern_caller): New.
646 (main): Call func_extern_caller.
647 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
648 logic change.
649
f63b508a
SM
6502018-06-18 Weimin Pan <weimin.pan@oracle.com>
651
652 PR gdb/16841
653 * gdb.cp/typedef-base.cc: New file.
654 * gdb.cp/typedef-base.exp: New file.
655
0fe3a558
TV
6562018-06-18 Tom de Vries <tdevries@suse.de>
657
658 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
659
7010835a
AB
6602018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
661 Richard Bunt <Richard.Bunt@arm.com>
662
663 * gdb.threads/attach-slow-waitpid.c: New file.
664 * gdb.threads/attach-slow-waitpid.exp: New file.
665 * gdb.threads/slow-waitpid.c: New file.
666
14897d65
PA
6672018-06-14 Pedro Alves <palves@redhat.com>
668
669 * gdb.base/fork-running-state.c: Include <errno.h>.
670 (exit_if_relative_exits): New.
671 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
672 exits.
673 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
674 child exits.
675
5d9a0608
TV
6762018-06-14 Tom de Vries <tdevries@suse.de>
677
678 PR cli/22573
679 * gdb.base/finish-pretty.c: New test.
680 * gdb.base/finish-pretty.exp: New file.
681
11ae5818
PA
6822018-06-14 Pedro Alves <palves@redhat.com>
683
684 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
685 gdb's expected startup output.
686
1d39de44
PA
6872018-06-14 Pedro Alves <palves@redhat.com>
688
689 * lib/selftest-support.exp (selftest_setup): Remove inlined
690 function handling.
691
70ee0000
TV
6922018-06-14 Tom de Vries <tdevries@suse.de>
693
694 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
695 matching of breakpoint printing.
696
11f4b608
TV
6972018-06-13 Tom de Vries <tdevries@suse.de>
698
699 PR testsuite/23269
700 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
701 (fork_child): ... here, and ...
702 (fork_parent): ... here.
703
7042018-06-12 Tom de Vries <tdevries@suse.de>
705
706 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
707
9516f85a
AB
7082018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
709 Stephen Roberts <stephen.roberts@arm.com>
710
711 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
712 rewrite test to describe action performed, rather than possible
713 failure.
714
5045b3d7
GB
7152018-06-08 Gary Benson <gbenson@redhat.com>
716
717 * gdb.threads/check-libthread-db.exp: New file.
718 * gdb.threads/check-libthread-db.c: Likewise.
719
c61b06a1
TT
7202018-06-05 Tom Tromey <tom@tromey.com>
721
722 * gdb.base/default.exp: Update expected "show version" output.
723
eb6af809
TT
7242018-06-05 Tom Tromey <tom@tromey.com>
725
726 PR cli/12326:
727 * gdb.cp/static-print-quit.exp: Update.
728 * lib/gdb.exp (pagination_prompt): Update.
729 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
730 * gdb.python/python.exp: Update.
731
178d6a63
JB
7322018-06-04 Joel Brobecker <brobecker@adacore.com>
733
734 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
735
8e817061
JB
7362018-06-01 Joel Brobecker <brobecker@adacore.com>
737
738 * gdb.ada/bp_fun_addr: New testcase.
739
e86ca25f
TT
7402018-06-01 Tom Tromey <tom@tromey.com>
741
742 * gdb.xml/tdesc-regs.exp (load_description): Update expected
743 results.
744 * gdb.dwarf2/method-ptr.exp: Set language to C++.
745 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
746 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
747 * gdb.base/maint.exp (maint_pass_if): Update.
748
4b2dfa9d
MR
7492018-05-31 Maciej W. Rozycki <macro@mips.com>
750
751 * gdb.base/endian.exp: New test.
752 * gdb.base/endian.c: New test source.
753
45f25d6c
AB
7542018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
755
756 PR gdb/23203
757 * gdb.base/bt-selected-frame.c: New file.
758 * gdb.base/bt-selected-frame.exp: New file.
759 * lib/gdb.exp (get_current_frame_number): New function.
760
d9f6d7f8
MR
7612018-05-24 Maciej W. Rozycki <macro@mips.com>
762 Pedro Alves <palves@redhat.com>
763
764 * gdb.threads/tls-core.c: Include <stdlib.h>
765 (thread_proc): Call `abort'.
766 * gdb.threads/tls-core.exp: Generate a core with core_find too.
767 (tls_core_test): New procedure, bits factored out from ...
768 (top level): ... here. Test both native cores and gcore cores.
769
ff1cf532
TT
7702018-05-23 Tom Tromey <tom@tromey.com>
771
772 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
773
b98664d3
TT
7742018-05-23 Tom Tromey <tom@tromey.com>
775
776 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
777 symfile_complaints.
778 (test_short_complaints): Likewise.
779 (test_empty_complaints): Likewise.
780 (test_initial_complaints): Update.
781
4e9668d0
TT
7822018-05-23 Tom Tromey <tom@tromey.com>
783
784 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
785
43ba33c7
TT
7862018-05-23 Tom Tromey <tom@tromey.com>
787
788 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
789 (test_short_complaints): Update.
790
035522c0
PA
7912018-05-22 Pedro Alves <palves@redhat.com>
792
793 * gdb.base/remote.exp: Only gdb_start after compiling the
794 testcase. Issue "disconnect" before testing "set remote" command
795 defaults. Issue clean_restart before running to main.
796
cc0be08f
PA
7972018-05-22 Pedro Alves <palves@redhat.com>
798
799 * gdb.base/remote.exp: Adjust expected output of "show remote
800 memory-write-packet-size". Add tests for "set remote
801 memory-write-packet-size 0" and "set remote
802 memory-write-packet-size fixed/limit".
803
b1b60145
PA
8042018-05-22 Pedro Alves <palves@redhat.com>
805
806 PR gdb/22973
807 * gdb.base/utf8-identifiers.c: New file.
808 * gdb.base/utf8-identifiers.exp: New file.
809
0ec848ad
PFC
8102018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
811
812 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
813
2c3305f6
PFC
8142018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
815
816 * gdb.arch/powerpc-vsx-gcore.exp: New file.
817
ce1e8424
TT
8182018-05-18 Tom Tromey <tom@tromey.com>
819
820 * gdb.base/ptype-offsets.exp: Update.
821
ddfe970e
KS
8222018-05-17 Keith Seitz <keiths@redhat.com>
823
824 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
825 in expected breakpoint stop locations.
826 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
827 move to proper scope to test variable values.
828 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
829 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
830 New functions.
831 (main): Call not_inline_func3.
832 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
833 inline_func1, inline_func2, and inline_func3. Test that when each
834 breakpoint is hit, GDB properly reports both the stop location
835 and the backtrace. Repeat tests for temporary breakpoints.
836
0726fcc6
MR
8372018-05-15 Maciej W. Rozycki <macro@mips.com>
838
839 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
840 rather then trying to access it in determining whether the PID
841 of `gdbserver' could have been retrieved.
842
8ee22052
AB
8432018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
844
845 * gdb.arch/amd64-init-x87-values.S: New file.
846 * gdb.arch/amd64-init-x87-values.exp: New file.
847
7785df48
JK
8482018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
849
850 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
851
56bcdbea
TT
8522018-05-04 Tom Tromey <tom@tromey.com>
853
854 PR python/22730:
855 * gdb.python/python.exp: Test multi-line execute.
856
a913fffb
TT
8572018-05-04 Tom Tromey <tom@tromey.com>
858
859 PR python/22731:
860 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
861
7a2c85f2
TT
8622018-05-04 Tom Tromey <tom@tromey.com>
863
864 PR gdb/11750:
865 * gdb.base/define.exp: Test defining a user command inside a user
866 command.
867 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
868
a3b60e45
JK
8692018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
870 Pedro Alves <palves@redhat.com>
871
872 PR breakpoints/19806 and support for PR external/20207.
873 * gdb.base/watchpoint-unaligned.c: New file.
874 * gdb.base/watchpoint-unaligned.exp: New file.
875
45fe4a03
AB
8762018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
877
878 * gdb.base/maint.exp: Make test names unique, use
879 test_prefix_command_help to test 'help maint info', and remove
880 repeated test of 'help maint'.
881
9be2ae8f
TT
8822018-05-04 Tom Tromey <tom@tromey.com>
883
884 PR gdb/22619:
885 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
886 behavior.
887
11859c31
AB
8882018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
889
890 * gdb.base/maint.exp: Process output from 'maint print registers'
891 line at a time.
892
089a9490
AB
8932018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
894
895 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
896 timeout.
897
9b0797e2
AB
8982018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
899
900 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
901 filter pattern.
902
f6ac5f3d
PA
9032018-05-02 Pedro Alves <palves@redhat.com>
904
905 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
906 to_log_command renames.
907 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
908
77d3c63b
TT
9092018-05-02 Tom Tromey <tom@tromey.com>
910
911 * gdb.python/py-parameter.exp: Set test message.
912
0489430a
TT
9132018-05-02 Tom Tromey <tom@tromey.com>
914
915 PR python/20084:
916 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
917 PARAM_ZUINTEGER_UNLIMITED tests.
918
1632f8ba
DR
9192018-04-28 Dan Robertson <danlrobertson89@gmail.com>
920
921 PR rust/23124
922 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
923 when casting.
924
6d7bb824
TT
9252018-04-30 Tom Tromey <tom@tromey.com>
926
927 * gdb.python/py-type.exp: Check align attribute.
928 * gdb.python/py-type.c: New "aligncheck" global.
929
007e1530
TT
9302018-04-30 Tom Tromey <tom@tromey.com>
931
932 PR exp/17095:
933 * gdb.dwarf2/dw2-align.exp: New file.
934 * gdb.cp/align.exp: New file.
935 * gdb.base/align.exp: New file.
936 * lib/gdb.exp (gdb_int128_helper): New proc.
937 (has_int128_c, has_int128_cxx): New caching procs.
938
6873858b
TT
9392018-04-27 Tom Tromey <tom@tromey.com>
940
941 PR rust/22545:
942 * gdb.rust/simple.exp: Add inclusive range tests.
943
79188d8d
PA
9442018-04-26 Pedro Alves <palves@redhat.com>
945
946 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
947 ifunc breakpoint locations correctly of ifunc breakpoints set
948 while the program resolves the ifunc.
949
c7075ad5
PA
9502018-04-26 Pedro Alves <palves@redhat.com>
951
952 * gdb.base/gnu-ifunc-final.c: New file.
953 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
954 * gdb.base/gnu-ifunc.exp (executable): Delete.
955 (staticexecutable): Adjust.
956 (lib_opts, exec_opts): Delete.
957 (make_binsuffix, build, set-break): New procedures.
958 (misc_tests): New, with tests factored out from the top level.
959 (top level): Test different combinations of ifunc resolver name,
960 resolver with and with debug info, and ifunc target with and
961 without debug info. Wrap static tests with with_target_prefix.
962
8388016d
PA
9632018-04-26 Pedro Alves <palves@redhat.com>
964
965 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
966 return type" warnings.
967
249b5733
PA
9682018-04-25 Pedro Alves <palves@redhat.com>
969
970 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
971 killed".
972 * gdb.base/kill-after-signal.exp: Likewise.
973 * gdb.threads/kill.exp: Likewise.
974
f67c0c91
SDJ
9752018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
976 Sergio Durigan Junior <sergiodj@redhat.com>
977 Pedro Alves <palves@redhat.com>
978
979 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
980 regexps to expect for '[Inferior ... detached]' as well.
981 * gdb.base/attach.exp: Likewise.
982 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
983 "gdb_continue_to_end".
984 (test_catch_syscall_with_wrong_args): Likewise.
985 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
986 ']'. Don't set 'verbose' on.
987 * gdb.base/foll-vfork.exp: Likewise.
988 * gdb.base/fork-print-inferior-events.c: New file.
989 * gdb.base/fork-print-inferior-events.exp: New file.
990 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
991 '[Inferior ... has been killed]' message.
992 * gdb.base/kill-after-signal.exp: Likewise.
993 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
994 detach message.
995 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
996 message.
997 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
998 regexps to expect for '[Inferior ... detached]' as well.
999 * gdb.threads/process-dies-while-detaching.exp: Likewise.
1000
0a8ddac4
SM
10012018-04-24 Simon Marchi <simon.marchi@ericsson.com>
1002
1003 PR gdb/23104
1004 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
1005
d27d16bf
RB
10062018-04-19 Richard Bunt <richard.bunt@arm.com>
1007
1008 * gdb.threads/multiple-successive-infcall.c: New test.
1009 * gdb.threads/multiple-successive-infcall.exp: New file.
1010
a037790e
TT
10112018-04-17 Tom Tromey <tom@tromey.com>
1012
1013 * gdb.rust/simple.rs (Union): New type.
1014 (main): New local "u".
1015 * gdb.rust/simple.exp (test_one_slice): Add new test case.
1016
e3a91079
AA
10172018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1018
1019 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
1020 number information in output of "whereis" command.
1021 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
1022
b744723f
AA
10232018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1024
1025 * gdb.ada/info_types.exp: Adjust expected output to the line
1026 numbers now printed by "info var/func/type".
1027 * gdb.base/completion.exp: Likewise.
1028 * gdb.base/included.exp: Likewise.
1029 * gdb.cp/cp-relocate.exp: Likewise.
1030 * gdb.cp/cplusfuncs.exp: Likewise.
1031 * gdb.cp/namespace.exp: Likewise.
1032 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
1033
4a4495d6
MM
10342018-04-13 Markus Metzger <markus.t.metzger@intel.com>
1035
1036 * gdb.btrace/cpu.exp: New.
1037
1d509aa6
MM
10382018-04-13 Markus Metzger <markus.t.metzger@intel.com>
1039
1040 * gdb.base/step-indirect-call-thunk.exp: New.
1041 * gdb.base/step-indirect-call-thunk.c: New.
1042 * gdb.reverse/step-indirect-call-thunk.exp: New.
1043 * gdb.reverse/step-indirect-call-thunk.c: New.
1044
6295b6da
SM
10452018-04-11 Simon Marchi <simon.marchi@ericsson.com>
1046
1047 * gdb.base/pie-fork.c: New file.
1048 * gdb.base/pie-fork.exp: New file.
1049
50146e70
TT
10502018-04-11 Tom Tromey <tom@tromey.com>
1051
1052 * gdb.rust/simple.exp: Add test for ".." struct initializer.
1053
f50d8a2e
PA
10542018-04-10 Pedro Alves <palves@redhat.com>
1055
1056 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
1057 exits. Instead loop running forever.
1058 (fork_parent): Run forever too.
1059
a0be7a36
SM
10602018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
1061
1062 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
1063 mi_continue_to_line.
1064 * gdb.mi/mi-stack.c (callee4): Add comment.
1065
9b73db36
SM
10662018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
1067
1068 * gdb.mi/mi-stack.exp: Fix indentation.
1069
c912f608
SM
10702018-04-07 Simon Marchi <simon.marchi@ericsson.com>
1071
1072 PR gdb/22979
1073 * gdb.arch/amd64-osabi.exp: New file.
1074
26540402
SM
10752018-04-07 Simon Marchi <simon.marchi@ericsson.com>
1076
1077 PR gdb/22980
1078 * gdb.base/osabi.exp: New file.
1079
121ad66c 10802018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
1081
1082 * gdb.cp/static-typedef-print.exp: New file.
1083 * gdb.cp/static-typedef-print.cc: New file.
1084
3fcded8f
JB
10852018-03-27 Joel Brobecker <brobecker@adacore.com>
1086
1087 * gdb.ada/varsize_limit: New testcase.
1088
59cc4834
JB
10892018-03-27 Joel Brobecker <brobecker@adacore.com>
1090
1091 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
1092
1093 * gdb.ada/notcplusplus: New testcase.
1094
1095 * gdb.base/c-linkage-name.c: New file.
1096 * gdb.base/c-linkage-name.exp: New testcase.
1097
4ca59a9f
TT
10982018-03-26 Tom Tromey <tom@tromey.com>
1099
1100 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
1101 * gdb.python/py-framefilter.py (name_error): New global.
1102 (ErrorInName.function): Use name_error.
1103
978d6c75
TT
11042018-03-26 Tom Tromey <tom@tromey.com>
1105
1106 PR backtrace/15582:
1107 * gdb.python/py-framefilter.exp: Add "bt hide" test.
1108
b7fee5a3
KS
11092018-03-23 Keith Seitz <keiths@redhat.com>
1110
1111 PR c++/22968
1112 * gdb.cp/subtypes.exp: New file.
1113 * gdb.cp/subtypes.h: New file.
1114 * gdb.cp/subtypes.cc: New file.
1115 * gdb.cp/subtypes-2.cc: New file.
1116
376be529
AB
11172018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1118
1119 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
1120 (done): Call '_exit' not 'exit' to avoid atexit handlers.
1121 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
1122 -nostartfiles when compiling the test. Confirm that all registers
1123 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
1124
066cfa98
AB
11252018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1126
1127 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
1128 option, syntax was wrong anyway.
1129 * gdb.arch/arm-disp-step.exp: Likewise.
1130 * gdb.arch/sparc64-regs.exp: Likewise.
1131 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
1132 option, syntax was wrong anyway, switch to use
1133 prepare_for_testing.
1134 * gdb.arch/i386-disp-step.exp: Likewise.
1135
079670b9
AA
11362018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
1137
1138 * gdb.ada/exec_changed.exp: Replace "target_info exists
1139 use_gdb_stub" by "use_gdb_stub".
1140 * gdb.ada/start.exp: Likewise.
1141 * gdb.base/async-shell.exp: Likewise.
1142 * gdb.base/attach-pie-misread.exp: Likewise.
1143 * gdb.base/attach-wait-input.exp: Likewise.
1144 * gdb.base/break-entry.exp: Likewise.
1145 * gdb.base/break-interp.exp: Likewise.
1146 * gdb.base/dprintf-detach.exp: Likewise.
1147 * gdb.base/nostdlib.exp: Likewise.
1148 * gdb.base/solib-nodir.exp: Likewise.
1149 * gdb.base/statistics.exp: Likewise.
1150 * gdb.base/testenv.exp: Likewise.
1151 * gdb.mi/mi-exec-run.exp: Likewise.
1152 * gdb.mi/mi-start.exp: Likewise.
1153 * gdb.multi/dummy-frame-restore.exp: Likewise.
1154 * gdb.multi/multi-arch-exec.exp: Likewise.
1155 * gdb.multi/multi-arch.exp: Likewise.
1156 * gdb.multi/tids.exp: Likewise.
1157 * gdb.multi/watchpoint-multi.exp: Likewise.
1158 * gdb.python/py-events.exp: Likewise.
1159 * gdb.threads/attach-into-signal.exp: Likewise.
1160 * gdb.threads/attach-stopped.exp: Likewise.
1161 * gdb.threads/threadapply.exp: Likewise.
1162 * lib/selftest-support.exp: Likewise.
1163
26d6cec4
AA
11642018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
1165
1166 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
1167
4ee89e90
SR
11682018-03-20 Stephen Roberts <stephen.roberts@arm.com>
1169
1170 * gdb.perf/template-breakpoints.cc: New file.
1171 * gdb.perf/template-breakpoints.exp: New file.
1172 * gdb.perf/template-breakpoints.py: New file.
1173
92630041
TT
11742018-03-19 Tom Tromey <tom@tromey.com>
1175
1176 * gdb.rust/simple.rs (main): Add local variables field1, field2,
1177 y0.
1178 * gdb.rust/simple.exp: Test bare identifier form of struct
1179 initializer.
1180
76727919
TT
11812018-03-19 Tom Tromey <tom@tromey.com>
1182
1183 * gdb.gdb/observer.exp: Remove.
1184
194ed413
AA
11852018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1186
1187 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
1188 "qualified" option when setting breakpoints.
1189 * gdb.trace/backtrace.exp: Likewise.
1190 * gdb.trace/circ.exp: Likewise.
1191 * gdb.trace/collection.exp: Likewise.
1192 * gdb.trace/disconnected-tracing.exp: Likewise.
1193 * gdb.trace/ftrace-lock.exp: Likewise.
1194 * gdb.trace/ftrace.exp: Likewise.
1195 * gdb.trace/infotrace.exp: Likewise.
1196 * gdb.trace/packetlen.exp: Likewise.
1197 * gdb.trace/passc-dyn.exp: Likewise.
1198 * gdb.trace/qtro.exp: Likewise.
1199 * gdb.trace/read-memory.exp: Likewise.
1200 * gdb.trace/report.exp: Likewise.
1201 * gdb.trace/signal.exp: Likewise.
1202 * gdb.trace/status-stop.exp: Likewise.
1203 * gdb.trace/strace.exp: Likewise.
1204 * gdb.trace/tfind.exp: Likewise.
1205 * gdb.trace/trace-break.exp: Likewise.
1206 * gdb.trace/trace-condition.exp: Likewise.
1207 * gdb.trace/trace-mt.exp: Likewise.
1208 * gdb.trace/tstatus.exp: Likewise.
1209 * gdb.trace/tsv.exp: Likewise.
1210 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
1211 * gdb.trace/unavailable.exp: Likewise.
1212 * gdb.trace/while-dyn.exp: Likewise.
1213
8b067d2c
AA
12142018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1215
1216 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
1217 that libinproctrace is copied to the target.
1218
3ae9ce5d
TT
12192018-03-14 Tom Tromey <tom@tromey.com>
1220
1221 PR cli/14977:
1222 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
1223 a null pointer.
1224 * gdb.base/wchar.exp: Likewise.
1225
b8c2339b
TT
12262018-03-14 Tom Tromey <tom@tromey.com>
1227
1228 PR cli/19918:
1229 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
1230 flag.
1231
4872dc46
SM
12322018-03-08 Simon Marchi <simon.marchi@ericsson.com>
1233
1234 PR gdb/22841
1235 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
1236 "target" to remote_exec.
1237
e4fe3756
SM
12382018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
1239
1240 PR gdb/22841
1241 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
1242 ${board}_upload): Remove.
1243
e95a97d4
AA
12442018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
1245
1246 * gdb.cp/watch-cp.cc: New test.
1247 * gdb.cp/watch-cp.exp: New file.
1248
dbbb1059
AB
12492018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1250
1251 * gdb.base/infcall-nested-structs.exp: New file.
1252 * gdb.base/infcall-nested-structs.c: New file.
1253 * gdb.base/float.exp: Add riscv support.
1254
ecc054c0
TP
12552018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
1256
1257 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
1258 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
1259
25e3c82c
SDJ
12602018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
1261
1262 * gdb.server/abspath.exp: New file.
1263 * lib/gdb.exp (with_cwd): New procedure.
1264
3083294d
SM
12652018-02-28 Simon Marchi <simon.marchi@ericsson.com>
1266
1267 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
1268 use it.
1269 (gdb_is_target_remote_prompt): New proc.
1270 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
1271 (gdb_is_target_native): Pass prompt parameter to
1272 gdb_is_target_1.
1273
3275ef47
SM
12742018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
1275
1276 * gdb.base/load-command.c: New file.
1277 * gdb.base/load-command.exp: New file.
1278 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
1279 (gdb_is_target_1): ...this, and generalize for other targets
1280 than just remote.
1281 (gdb_is_target_remote): Use gdb_is_target_1.
1282 (gdb_is_target_native): use gdb_is_target_1.
1283
6893c19a
TT
12842018-02-26 Tom Tromey <tom@tromey.com>
1285
1286 PR python/16497:
1287 * gdb.python/py-framefilter.exp: Update test.
1288
2ddeaf8a
TT
12892018-02-26 Tom Tromey <tom@tromey.com>
1290
1291 * gdb.dwarf2/variant.c: New file.
1292 * gdb.dwarf2/variant.exp: New file.
1293
c9317f21
TT
12942018-02-26 Tom Tromey <tom@tromey.com>
1295
1296 * gdb.rust/simple.exp: Accept more possible results in enum test.
1297
6f6d0c26
SM
12982018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
1299
1300 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
1301 parentheses.
1302
11b03145
MR
13032018-02-23 Maciej W. Rozycki <macro@mips.com>
1304
1305 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
1306 name of a variable: $actual_linejj -> $actual_line.
1307
54a27fe5
JB
13082018-02-21 John Baldwin <jhb@FreeBSD.org>
1309
1310 * gdb.arch/amd64-i386-address.exp: Fix a typo.
1311
de65820c
MM
13122018-02-20 Markus Metzger <markus.t.metzger@intel.com>
1313
1314 * gdb.btrace/buffer-size.exp: Do not force BTS.
1315
980548fd
PA
13162018-02-14 Pedro Alves <palves@redhat.com>
1317
1318 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
1319 getting a "Quit".
1320
c4e12631
MM
13212018-02-09 Markus Metzger <markus.t.metzger@intel.com>
1322
1323 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
1324 Fix test name.
1325
c2e0e465
SM
13262018-02-07 Simon Marchi <simon.marchi@ericsson.com>
1327
1328 * gdb.cp/m-static.exp: Check type of optimized out static
1329 member.
1330
f7216783
AB
13312018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
1332
1333 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
1334 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
1335
0625771b
LS
13362018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
1337 Leszek Swirski <leszeks@google.com>
1338
1339 * gdb.python/py-prettyprint.c
1340 (struct to_string_returns_value_inner,
1341 struct to_string_returns_value_wrapper): New.
1342 (main): Add tsrvw variable.
1343 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
1344 ToStringReturnsValueWrapper): New classes.
1345 (register_pretty_printers): Register new pretty-printers.
1346 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
1347 recursive pretty printer.
1348 * gdb.python/py-mi.exp: Likewise.
1349
59498c30
LS
13502018-02-01 Leszek Swirski <leszeks@google.com>
1351
1352 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
1353 functions with the same name as an include file are parsed
1354 correctly.
1355
d4d38844
YQ
13562018-02-01 Yao Qi <yao.qi@linaro.org>
1357
1358 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
1359 "\[^\r\n\]*".
1360
07e5f5cf
NP
13612018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
1362
1363 * gdb.arch/powerpc-prologue-frame.s: New file.
1364 * gdb.arch/powerpc-prologue-frame.c: Likewise.
1365 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
1366
929b5ad4
JB
13672018-01-31 Joel Brobecker <brobecker@adacore.com>
1368
1369 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
1370
e671cd59
PA
13712018-01-30 Pedro Alves <palves@redhat.com>
1372
1373 PR gdb/13211
1374 * gdb.base/interrupt-daemon.c: New.
1375 * gdb.base/interrupt-daemon.exp: New.
1376 * gdb.multi/multi-term-settings.c: New.
1377 * gdb.multi/multi-term-settings.exp: New.
1378
fc413dc4
JB
13792018-01-30 Joel Brobecker <brobecker@adacore.com>
1380
1381 * gdb.base/break.exp: Save the location where the breakpoint
1382 on break.c:47 was actually inserted when debugging the version
1383 compiled at -O2 and use it in the expected output of the "info
1384 break" test performed soon after.
1385
5c319bb2
PA
13862018-01-22 Pedro Alves <palves@redhat.com>
1387 Sergio Durigan Junior <sergiodj@redhat.com>
1388
1389 * gdb.base/whatis.exp: Add tests for 'set print object on' +
1390 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
1391
a9e40818
JB
13922018-01-22 Joel Brobecker <brobecker@adacore.com>
1393
1394 * gdb.base/break-include.c, gdb.base/break-include.inc,
1395 gdb.base/break-include.exp: New files.
1396 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
1397 line number now being the actual line number where the breakpoint
1398 was inserted.
1399 * gdb.mi/mi-break.exp: Likewise.
1400 * gdb.mi/mi-reverse.exp: Likewise.
1401 * gdb.mi/mi-simplerun.exp: Ditto.
1402
e707fc44
AB
14032018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
1404
1405 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
1406 varobj.
1407 * gdb.mi/mi-var-create-rtti.exp: Likewise.
1408
ae451627
AB
14092018-01-21 Don Breazeal <donb@codesourcery.com>
1410 Andrew Burgess <andrew.burgess@embecosm.com>
1411
1412 * gdb.mi/basics.c: Add new global.
1413 * gdb.mi/mi-frame-regs.exp: New file.
1414 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
1415 case.
1416
b1b189e0
AB
14172018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
1418
1419 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
1420 non-parameter, and on an unknown symbol.
1421
fcfcc376
TT
14222018-01-19 Tom Tromey <tom@tromey.com>
1423
1424 * gdb.rust/modules.rs (TWENTY_THREE): New global.
1425 * gdb.rust/modules.exp: Add ::-qualified lookup test.
1426
634c1c31
AA
14272018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1428
1429 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
1430 setrlimit and chdir to int.
1431
d6ad07fd
AA
14322018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1433
1434 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
1435 function.
1436 (my_tend): Likewise.
1437 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
1438 rationale of avoiding FP- and vector instructions.
1439
adf8243b
RK
14402018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
1441
1442 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
1443 "info reg" with "\[ \t\]*".
1444 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
1445 "\[ \t\]+".
1446 * gdb.arch/s390-multiarch.exp: Ditto.
1447 * gdb.base/pc-fp.exp: Ditto.
1448 * gdb.reverse/i386-precsave.exp: Ditto.
1449 * gdb.reverse/i386-reverse.exp: Ditto.
1450 * gdb.reverse/i387-env-reverse.exp: Ditto.
1451 * gdb.reverse/i387-stack-reverse.exp: Ditto.
1452
dcc06925
AA
14532018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1454
1455 * lib/gdb.exp (gdb_compile): Re-enable use of
1456 universal_compile_options for languages other than Rust.
1457
25d4fd80
AA
14582018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1459
1460 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
1461
ee7f689e 14622018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
1463
1464 PR gdb/16577
1465 * gdb.base/solib-vanish.exp: New.
1466 * gdb.base/solib-vanish-main.c: New.
1467 * gdb.base/solib-vanish-lib1.c: New.
1468 * gdb.base/solib-vanish-lib2.c: New.
1469
d8447b6b
YQ
14702018-01-17 Yao Qi <yao.qi@linaro.org>
1471
1472 * gdb.compile/compile.exp: Match the address printed for
1473 frame in the output of command "bt".
1474
86d6a90c
TT
14752018-01-15 Tom Tromey <tom@tromey.com>
1476
1477 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
1478 compute sp_reg.
1479
cbcdb1aa
AB
14802018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1481
1482 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
1483 to prepare.
1484 (prepare): Return 0 on error, 1 on success.
1485
eea61984
PA
14862018-01-12 Pedro Alves <palves@redhat.com>
1487
1488 * gdb.base/continue-after-aborted-step-over.c: New.
1489 * gdb.base/continue-after-aborted-step-over.exp: New.
1490
6181e9c2
SM
14912018-01-11 Simon Marchi <simon.marchi@ericsson.com>
1492
1493 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
1494 options when not creating an executable.
1495
3cada740
PA
14962018-01-11 Pedro Alves <palves@redhat.com>
1497
1498 PR remote/22597
1499 * gdb.server/stop-reply-no-thread.c: New file.
1500 * gdb.server/stop-reply-no-thread.exp: New file.
1501
c63d3e8d
PA
15022018-01-10 Pedro Alves <palves@redhat.com>
1503
1504 PR gdb/22670
1505 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
1506 functions too. Test setting breakpoints and printing C functions
1507 with no debug info too.
1508 * gdb.ada/bp_c_mixed_case/qux.c: New file.
1509
d4c2a405
PA
15102018-01-10 Pedro Alves <palves@redhat.com>
1511
1512 PR gdb/22670
1513 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
1514 a fail.
1515
8825213e
PA
15162018-01-10 Pedro Alves <palves@redhat.com>
1517
1518 PR gdb/22670
1519 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
1520
605fd3c6
YQ
15212018-01-08 Simon Marchi <simon.marchi@ericsson.com>
1522
1523 * gdb.server/unittest.exp: Match the output in non-development
1524 mode.
1525
1e5ded6c
YQ
15262018-01-08 Simon Marchi <simon.marchi@ericsson.com>
1527
1528 * gdb.gdb/unittest.exp: Match output in non-development mode.
1529
30066b0b
JB
15302018-01-08 Joel Brobecker <brobecker@adacore.com>
1531
1532 * gdb.ada/access_tagged_param.exp: Relax expected output
1533 for value of "ObjL" in "continue" to pck.inspect breakpoint
1534 test.
1535
04bafb1e
XR
15362018-01-08 Joel Brobecker <brobecker@adacore.com>
1537
9f86398b
JB
1538 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
1539 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 1540
e379cee6
PA
15412018-01-05 Pedro Alves <palves@redhat.com>
1542
1543 PR gdb/18653
1544 * gdb.base/libsegfault.exp: New.
1545
de63c46b
PA
15462018-01-05 Joel Brobecker <brobecker@adacore.com>
1547
1548 PR gdb/22670
1549 * gdb.ada/access_tagged_param.exp: New file.
1550 * gdb.ada/access_tagged_param/foo.adb: New file.
1551
f98fc17b
PA
15522018-01-05 Pedro Alves <palves@redhat.com>
1553
1554 PR gdb/22670
1555 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
1556 exercise lower case too, and to exercise both full matching and
1557 wild matching.
1558
342f8240
JB
15592018-01-05 Joel Brobecker <brobecker@adacore.com>
1560
1561 * gdb.ada/rename_subscript_param: New testcase.
1562
7150d33c
JG
15632018-01-05 Jerome Guitton <guitton@adacore.com>
1564
1565 * gdb.ada/arr_acc_idx_w_gap: New testcase.
1566
cc0e770c
JB
15672018-01-05 Joel Brobecker <brobecker@adacore.com>
1568
1569 * gdb.ada/convvar_comp: New testcase.
1570
672a41aa 15712018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
1572
1573 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
1574 (My_Table): New global variable.
1575 * testsuite/gdb.ada/array_char_idx.exp: Add test.
1576
7365ec2f
JB
15772018-01-04 Joel Brobecker <brobecker@adacore.com>
1578
1579 PR gdb/22670
1580 * gdb.ada/maint_with_ada: New testcase.
1581
289483b6
JB
15822018-01-04 Joel Brobecker <brobecker@adacore.com>
1583
1584 PR gdb/22670
1585 * gdb.ada/bp_c_mixed_case: New testcase.
1586
344420da
JB
15872018-01-04 Joel Brobecker <brobecker@adacore.com>
1588
1589 PR gdb/22670
1590 * gdb.ada/complete.exp: Add "complete break ada" test.
1591
66fc87a0
JB
15922018-01-04 Joel Brobecker <brobecker@adacore.com>
1593
1594 PR gdb/22670
1595 * gdb.ada/info_addr_mixed_case: New testcase.
1596
9f757bf7
XR
15972018-01-03 Xavier Roirand <roirand@adacore.com>
1598
1599 * gdb.ada/excep_handle.exp: New testcase.
1600 * gdb.ada/excep_handle/foo.adb: New file.
1601 * gdb.ada/excep_handle/pck.ads: New file.
1602
bd570f80
JB
16032018-01-03 Joel Brobecker <brobecker@adacore.com>
1604
1605 * gdb.base/step-line.c: Add extra empty line in copyright header.
1606 * gdb.base/step-line.inp: Likewise.
1607
9fe561ab
JB
16082018-01-02 Joel Brobecker <brobecker@adacore.com>
1609
1610 * gdb.ada/dyn_stride.exp: Add slice test.
1611
a405673c
JB
16122018-01-02 Joel Brobecker <brobecker@adacore.com>
1613
1614 * gdb.ada/dyn_stride: New testcase.
1615
cef0f868
SH
16162017-12-27 Stafford Horne <shorne@gmail.com>
1617
1618 * gdb.xml/extra-regs.xml: Add example foo reggroup.
1619 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
1620
b67d92b0
SH
16212017-12-27 Stafford Horne <shorne@gmail.com>
1622
1623 * gdb.base/reggroups.c: New file.
1624 * gdb.base/reggroups.exp: New file.
1625
eccab96d
JB
16262017-12-18 Joel Brobecker <brobecker@adacore.com>
1627
1628 * gdb.dwarf2/ada-valprint-error.c: New file.
1629 * gdb.dwarf2/ada-valprint-error.exp: New file.
1630
0e2da9f0
JB
16312017-12-18 Joel Brobecker <brobecker@adacore.com>
1632
1633 * gdb.ada/assign_arr: New testcase.
1634
cb923fcc
XR
16352017-12-18 Xavier Roirand <roirand@adacore.com>
1636
1637 * gdb.ada/funcall_ptr: New testcase.
1638
7c161838
SDJ
16392017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1640
1641 PR cli/16224
1642 * gdb.base/ptype-offsets.cc: New file.
1643 * gdb.base/ptype-offsets.exp: New file.
1644
1af17fd9
YQ
16452017-12-15 Yao Qi <yao.qi@linaro.org>
1646
1647 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
1648 if XML is disabled.
1649
828d5846
XR
16502017-12-15 Xavier Roirand <roirand@adacore.com>
1651
1652 * gdb.ada/same_component_name: New testcase.
1653
79e8fcaa
JB
16542017-12-14 Joel Brobecker <brobecker@adacore.com>
1655
1656 * gdb.ada/str_binop_equal: New testcase.
1657
e05fa6f9
JB
16582017-12-14 Joel Brobecker <brobecker@adacore.com>
1659
1660 * gdb.ada/task_switch_in_core: New testcase.
1661
b89641ba
SM
16622017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1663
1664 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
1665 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
1666 call test_bkpt_qualified.
1667 (test_bkpt_qualified): New proc.
1668
6892d2e4
PA
16692017-12-13 Pedro Alves <palves@redhat.com>
1670
1671 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1672 Tighten regexp by matching with an anchor.
1673
a22ecf70
PA
16742017-12-13 Pedro Alves <palves@redhat.com>
1675
1676 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
1677 ("expression with namespace"): New set of tests.
1678 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
1679 (Nested::Test_NS::qux): New.
1680 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
1681 defaults to 'start_quote_char' and 'end_quote_char' parameters.
1682
9937536c
JB
16832017-12-13 Joel Brobecker <brobecker@adacore.com>
1684
1685 * gdb.base/server-del-break.c: New file.
1686 * gdb.base/server-del-break.exp: New file.
1687
fe49c6f5
SH
16882017-12-12 Stafford Horne <shorne@gmail.com>
1689
1690 * gdb.xml/tdesc-regs.exp: Add or1k support.
1691
c3d18620
SH
16922017-12-12 Stafford Horne <shorne@gmail.com>
1693
1694 * gdb.base/bp-permanent.c: Define nop of or1k.
1695
c5f9cfc8
JB
16962017-12-11 Joel Brobecker <brobecker@adacore.com>
1697
1698 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
1699 output with components being reordered.
1700
a9c135fc
JB
17012017-12-11 Joel Brobecker <brobecker@adacore.com>
1702
1703 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
1704 output with components being reordered.
1705
927aa2e7
JK
17062017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1707 Pedro Alves <palves@redhat.com>
1708
1709 * gdb.base/maint.exp (check for .gdb_index): Check also for
1710 .debug_names.
1711 * gdb.dlang/watch-loc.c (.debug_aranges): New.
1712 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
1713 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
1714 (.gdb_index used after symbol reloading): Support also .debug_names.
1715 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
1716
f17d9474
YQ
17172017-12-08 Yao Qi <yao.qi@linaro.org>
1718
1719 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1720 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
1721
a0de8c21
YQ
17222017-12-08 Yao Qi <yao.qi@linaro.org>
1723
1724 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1725 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
1726
a738ea1d
YQ
17272017-12-08 Yao Qi <yao.qi@linaro.org>
1728
1729 * gdb.arch/aarch64-tagged-pointer.c: New file.
1730 * gdb.arch/aarch64-tagged-pointer.exp: New file.
1731
1cd9a73b
SDJ
17322017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
1733
1734 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
1735 "int".
1736
fa6eb693
KS
17372017-12-07 Keith Seitz <keiths@redhat.com>
1738
1739 PR breakpoints/22569
1740 * gdb.linespec/ls-errs.exp: Change expected result of "break
1741 -source this file has spaces.c -line 3".
1742 Check that an explicit source file followed by whitespace is
1743 identified as an invalid explicit location.
1744
883fd55a
KS
17452017-12-07 Keith Seitz <keiths@redhat.com>
1746
1747 * gdb.cp/nested-types.cc: New file.
1748 * gdb.cp/nested-types.exp: New file.
1749 * lib/cp-support.exp: Load data-structures.exp library.
1750 (debug_cp_test_ptype_class): New global.
1751 (cp_ptype_class_verbose, next_line): New procedures.
1752 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
1753 Add and document new return value.
1754 Switch the list of lines to a queue.
1755 Add support for new `type' key for nested type definitions.
1756 Add debugging/troubleshooting messages.
1757 * lib/data-structures.exp: New file.
1758
ec72db3e
SM
17592017-12-07 Simon Marchi <simon.marchi@ericsson.com>
1760
1761 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
1762 with proc_with_prefix, don't use with_test_prefix.
1763
99598d71
TT
17642017-12-07 Tom Tromey <tom@tromey.com>
1765
1766 * gdb.base/break.exp: Add test for empty "commands".
1767
a8806230
YQ
17682017-12-07 Yao Qi <yao.qi@linaro.org>
1769
1770 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
1771 malloc and catch syscall.
1772
824cc835
PM
17732017-12-07 Phil Muldoon <pmuldoon@redhat.com>
1774
1775 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
1776 tests for explicit locations.
1777
7cc244de
PA
17782017-12-06 Pedro Alves <palves@redhat.com>
1779
1780 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
1781 force-disabling XML descriptions.
1782
50a1fdd5
PA
17832017-12-04 Pedro Alves <palves@redhat.com>
1784
1785 PR gdb/22499
1786 * gdb.arch/amd64-disp-step-avx.S: New file.
1787 * gdb.arch/amd64-disp-step-avx.exp: New file.
1788
f0fb2488
PA
17892017-12-03 Pedro Alves <palves@redhat.com>
1790
1791 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
1792 and <string.h>.
1793 (parent_function): Print distinct messages when waitpid fails, or
1794 the child exits with a signal, or the child exits for an unhandled
1795 reason.
1796 * gdb.threads/process-dies-while-detaching.exp
1797 (detach_and_expect_exit): New 'inf_output_re' parameter and use
1798 it. Wait for both inferior output and GDB's prompt. Use an
1799 indirect spawn id list.
1800 (do_detach): New parameter 'child_exit'. Use it to compute
1801 expected inferior output.
1802 (test_detach, test_detach_watch, test_detach_killed_outside):
1803 Adjust to pass down the expected child exit kind.
1804
97cbe998
SDJ
18052017-12-01 Joel Brobecker <brobecker@adacore.com>
1806 Sergio Durigan Junior <sergiodj@redhat.com>
1807 Pedro Alves <palves@redhat.com>
1808
1809 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
1810
40fc416f
SDJ
18112017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
1812
1813 * gdb.base/relocate.exp: Add tests to guarantee that arguments
1814 to 'symbol-file' and 'add-symbol-file' can be
1815 position-independent.
1816
1cc75e92
YQ
18172017-12-01 Yao Qi <yao.qi@linaro.org>
1818
1819 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
1820 the URL in copyright header.
1821 * gdb.arch/aarch64-fp.exp: Likewise.
1822 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
1823 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
1824 * gdb.base/expand-psymtabs.exp: Likewise.
1825 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
1826 * gdb.fortran/common-block.exp: Likewise.
1827 * gdb.fortran/common-block.f90: Likewise.
1828 * gdb.fortran/logical.exp: Likewise.
1829 * gdb.fortran/vla-datatypes.f90: Likewise.
1830 * gdb.fortran/vla-sub.f90: Likewise.
1831
875fb7a7
JB
18322017-11-30 Joel Brobecker <brobecker@adacore.com>
1833
1834 * gdb.ada/repeat_dyn: New testcase.
1835
6f14765f
UW
18362017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
1837
1838 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
1839 Update for changed thread numbering.
1840 * gdb.cell/bt.exp: Update for changed GDB output.
1841
f1af7b94
SM
18422017-11-30 Simon Marchi <simon.marchi@ericsson.com>
1843
1844 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
1845 setting isremote by hand.
1846 * boards/dwarf4-gdb-index.exp: Likewise.
1847 * boards/fission.exp: Likewise.
1848 * boards/stabs.exp: Likewise.
1849
e3919f3e
PA
18502017-11-30 Pedro Alves <palves@redhat.com>
1851
1852 * gdb.linespec/cpls-ops.exp
1853 (check_explicit_skips_function_argument): Extract the underlying
1854 type of size_t instead of hardcoding it.
1855
bd69330d
PA
18562017-11-29 Pedro Alves <palves@redhat.com>
1857
1858 PR c++/19436
1859 * gdb.linespec/cpls-abi-tag.cc: New file.
1860 * gdb.linespec/cpls-abi-tag.exp: New file.
1861
a20714ff
PA
18622017-11-29 Pedro Alves <palves@redhat.com>
1863
1864 * gdb.base/langs.exp: Use -qualified.
1865 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
1866 it.
1867 * gdb.cp/namespace.exp: Use -qualified.
1868 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
1869 (overload-3, template-overload, template-ret-type, const-overload)
1870 (const-overload-quoted, anon-ns, ambiguous-prefix): New
1871 procedures.
1872 (test_driver): Call them.
1873 * gdb.cp/save-bp-qualified.cc: New.
1874 * gdb.cp/save-bp-qualified.exp: New.
1875 * gdb.linespec/explicit.exp: Test -qualified.
1876 * lib/completion-support.exp (completion::explicit_opts_list): Add
1877 "-qualified".
1878 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
1879
f6f1d339
PM
18802017-11-29 Phil Muldoon <pmuldoon@redhat.com>
1881
1882 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
1883
02ca603a
TT
18842017-11-29 Tom Tromey <tom@tromey.com>
1885
1886 * gdb.base/relocate.exp: Update invalid argument test.
1887 Add new tests for invalid arguments.
1888
ed6c0bfb
TP
18892017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
1890
1891 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
1892 Return 0 as a long.
1893 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
1894
f106e10e
TP
18952017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
1896
1897 * gdb.cp/breakpoint.cc (bar): Set return type to void.
1898 * gdb.cp/psymtab-parameter.cc (func): Likewise.
1899 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
1900 func ().
1901 * gdb.cp/shadow.cc (B.func): Return 0.
1902
10329bb2
JB
19032017-11-27 Joel Brobecker <brobecker@adacore.com>
1904
1905 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
1906 expected output in gdb_expect call to allow the exception
1907 message to be present as well. Fix syntax confusion to avoid
1908 TCL thinking that exception_name is an array.
1909
617cd4bc
UW
19102017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
1911
1912 * gdb.arch/spu-info.c: Include <unistd.h>.
1913 (do_signal_test): Fix broken calls to write.
1914 * gdb.arch/spu-info.exp: Use prepare_for_testing.
1915 Fix checks for empty mailboxes. Update signal tests for corrected
1916 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
1917 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
1918 * gdb.cell/arch.exp: Use standard_output_file.
1919 * gdb.cell/break.exp: Likewise.
1920 * gdb.cell/bt.exp: Likewise.
1921 * gdb.cell/core.exp: Likewise.
1922 * gdb.cell/dwarfaddr.exp: Likewise.
1923 * gdb.cell/ea-cache.exp: Likewise.
1924 * gdb.cell/ea-standalone.exp: Likewise.
1925 * gdb.cell/f-regs.exp: Likewise.
1926 * gdb.cell/fork.exp: Likewise.
1927 * gdb.cell/gcore.exp: Likewise.
1928 * gdb.cell/mem-access.exp: Likewise.
1929 * gdb.cell/ptype.exp: Likewise.
1930 * gdb.cell/registers.exp: Likewise.
1931 * gdb.cell/sizeof.exp: Likewise.
1932 * gdb.cell/solib-symbol.exp: Likewise.
1933 * gdb.cell/solib.exp: Likewise.
617cd4bc 1934
a81aaca0
PA
19352017-11-25 Pedro Alves <palves@redhat.com>
1936
1937 * gdb.base/complete-empty.exp: New file.
1938 * gdb.base/completion.exp: Adjust.
1939
6a3c6ee4
PA
19402017-11-25 Pedro Alves <palves@redhat.com>
1941
1942 * gdb.linespec/cpls-ops.cc: New file.
1943 * gdb.linespec/cpls-ops.exp: New file.
1944 * lib/completion-support.exp (test_complete_prefix_range_re): New,
1945 factored out from ...
1946 (test_complete_prefix_range): ... this.
1947
8955eb2d
PA
19482017-11-24 Pedro Alves <palves@redhat.com>
1949
1950 * gdb.linespec/cpcompletion.exp: New file.
1951 * gdb.linespec/cpls-hyphen.cc: New file.
1952 * gdb.linespec/cpls.cc: New file.
1953 * gdb.linespec/cpls2.cc: New file.
1954 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
1955 test to use test_gdb_complete_unique. Add label completion,
1956 keyword completion and explicit location completion tests.
1957 * lib/completion-support.exp: New file.
1958
e547c119
JB
19592017-11-24 Joel Brobecker <brobecker@adacore.com>
1960
1961 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
1962 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
1963 when hitting an exception catchpoint.
1964
7c3c1aa8
YQ
19652017-11-22 Yao Qi <yao.qi@linaro.org>
1966
1967 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
1968
41bd68f5
SM
19692017-11-22 Simon Marchi <simon.marchi@ericsson.com>
1970
1971 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
1972 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
1973 * gdb.dwarf2/info-locals-optimized-out.c: New file.
1974
1daad298
YQ
19752017-11-22 Yao Qi <yao.qi@linaro.org>
1976
1977 * gdb.base/info-os.exp: Pass pthreads.
1978 * gdb.multi/multi-attach.exp: Likewise.
1979
88465e87
YQ
19802017-11-22 Yao Qi <yao.qi@linaro.org>
1981
1982 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
1983 compiler.
1984
dc196b23
YQ
19852017-11-22 Yao Qi <yao.qi@linaro.org>
1986
1987 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
1988 * gdb.base/break-interp.exp: Likewise.
1989 * gdb.base/jit-attach-pie.exp: Likewise.
1990
2400729e
UW
19912017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1992
1993 * gdb.base/float128.c (large128): New variable.
1994 * gdb.base/float128.exp: Add test to print largest __float128 value.
1995
7a26362d
UW
19962017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1997
1998 * gdb.arch/vsx-regs.exp: Update register content checks.
1999
ed0f4273
UW
20002017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
2001
2002 * gdb.arch/ppc-longdouble.exp: New file.
2003 * gdb.arch/ppc-longdouble.c: Likewise.
2004
a25d69c6
PA
20052017-11-21 Pedro Alves <palves@redhat.com>
2006
2007 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
2008
73fcf641
PA
20092017-11-20 Pedro Alves <palves@redhat.com>
2010
2011 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
2012 (long_double_typedef): New typedefs.
2013 Use DEF on double and long double.
2014 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
2015 cases.
2016 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
2017 and 'long_double_ptr_same_size' locals. Use them to decide
2018 whether cast from array/function to float is valid/invalid.
2019
71a3c369
TT
20202017-11-17 Tom Tromey <tom@tromey.com>
2021
2022 * gdb.rust/traits.rs: New file.
2023 * gdb.rust/traits.exp: New file.
2024
ced9779b
JB
20252017-11-17 Joel Brobecker <brobecker@adacore.com>
2026
2027 * gdb.ada/minsyms: New testcase.
2028
a0922d80
PA
20292017-11-16 Pedro Alves <palves@redhat.com>
2030
2031 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
2032 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
2033
ea04e54c
PA
20342017-11-16 Pedro Alves <palves@redhat.com>
2035
2036 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
2037 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
2038
e849ea89
PA
20392017-11-16 Pedro Alves <palves@redhat.com>
2040
2041 * gdb.server/reconnect-ctrl-c.c: New file.
2042 * gdb.server/reconnect-ctrl-c.exp: New file.
2043
d8ae99a7
PM
20442017-11-16 Phil Muldoon <pmuldoon@redhat.com>
2045
2046 * gdb.python/py-rbreak.exp: New file.
2047 * gdb.python/py-rbreak.c: New file.
2048 * gdb.python/py-rbreak-func2.c: New file.
2049
968a13f8
PA
20502017-11-16 Pedro Alves <palves@redhat.com>
2051
2052 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
2053 pattern.
2054 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
2055 GDB.
2056
71774bc9
SM
20572017-11-15 Simon Marchi <simon.marchi@ericsson.com>
2058
2059 * gdb.tui/completionn.exp (test_tab_completion): Add space in
2060 regex.
2061
ddbb44cf
SM
20622017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
2063
2064 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
2065 test names.
2066
584a564f
PA
20672017-11-09 Pedro Alves <palves@redhat.com>
2068
2069 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
2070 factored out from ...
2071 (top level): ... here, and adjusted to avoid expecting beyond the
2072 prompt in a single gdb_test_multiple.
2073
5ed7a928
PA
20742017-11-09 Pedro Alves <palves@redhat.com>
2075
2076 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
2077 output.
2078 * gdb.server/ext-attach.exp ("kill" test): Likewise.
2079 * gdb.server/ext-restart.exp ("kill" test): Likewise.
2080 * gdb.server/ext-run.exp ("kill" test): Likewise.
2081 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
2082
a60e0738
PA
20832017-11-09 Pedro Alves <palves@redhat.com>
2084
2085 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
2086 match till end of line.
2087
2c88253f
PA
20882017-11-09 Pedro Alves <palves@redhat.com>
2089
2090 * gdb.base/memattr.exp: Tighten regexes to match the end line.
2091
c7a38517
PA
20922017-11-09 Pedro Alves <palves@redhat.com>
2093
2094 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
2095 New procedures, factored out from ...
2096 (top level): ... here, and adjusted to avoid expecting beyond the
2097 prompt in one go.
2098
f29f4b6b
PA
20992017-11-09 Pedro Alves <palves@redhat.com>
2100
2101 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
2102 output. Fix '?' match.
2103
286acbb5
JB
21042017-11-08 Joel Brobecker <brobecker@adacore.com>
2105
2106 * gdb.ada/scoped_watch: New testcase.
2107 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
2108 which is actually correct.
2109 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
2110 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
2111
62d7ae92
PA
21122017-11-08 Pedro Alves <palves@redhat.com>
2113
2114 * gdb.gdb/complaints.exp (test_initial_complaints)
2115 (test_serial_complaints, test_short_complaints): Call
2116 complaint_internal instead of complaint.
2117
280ca31f
DT
21182017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
2119
2120 * gdb.threads/tls-core.c: New file.
2121 * gdb.threads/tls-core.exp: Likewise.
2122
b5ec771e
PA
21232017-11-08 Pedro Alves <palves@redhat.com>
2124
2125 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
2126 (p Exported_Capitalized): New test.
2127 (p exported_capitalized): New test.
2128
a02b41a7
PA
21292017-11-07 Pedro Alves <palves@redhat.com>
2130
2131 * gdb.cp/ena-dis-br-range.exp: Add more tests.
2132
95e95a6d
PA
21332017-11-07 Pedro Alves <palves@redhat.com>
2134
2135 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
2136 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
2137 (disable_invalid, disable_inverted, disable_negative): New
2138 procedures.
2139 ("bad numbers"): New set of tests.
2140
cee62dbd
PA
21412017-11-07 Pedro Alves <palves@redhat.com>
2142
2143 * gdb.cp/ena-dis-br-range.exp: Add tests.
2144
cc638e86
PA
21452017-11-07 Pedro Alves <palves@redhat.com>
2146
2147 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
2148
d0fe4701
XR
21492017-11-07 Xavier Roirand <roirand@adacore.com>
2150 Pedro Alves <palves@redhat.com>
2151
2152 * gdb.base/ena-dis-br.exp: Add reference to
2153 gdb.cp/ena-dis-br-range.exp.
2154 * gdb.cp/ena-dis-br-range.exp: New file.
2155 * gdb.cp/ena-dis-br-range.cc: New file.
2156
46f67f80
PA
21572017-11-06 Pedro Alves <palves@redhat.com>
2158
2159 * gdb.base/attach-non-pgrp-leader.c: New.
2160 * gdb.base/attach-non-pgrp-leader.exp: New.
2161
726e1356
PA
21622017-11-06 Pedro Alves <palves@redhat.com>
2163
2164 * configure.ac: No longer check for termio.h and sgtty.h.
2165 * configure: Regenerate.
2166 * remote-utils.c: Include termios.h instead of gdb_termios.h.
2167 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
2168 Remove termio and sgtty code.
2169
50ab6ace
YQ
21702017-11-03 Yao Qi <yao.qi@linaro.org>
2171
2172 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
2173 in GDB is disabled.
2174
8e68731c
YQ
21752017-11-03 Yao Qi <yao.qi@linaro.org>
2176
2177 * gdb.python/py-thrhandle.exp: Skip it if python is not
2178 enabled.
2179
3a87ae65
SM
21802017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
2181
2182 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
2183 as a breakpoint command.
2184
484d8d36
MD
21852017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
2186
2187 PR python/21213
2188 * gdb.python/py-infthread.exp: Test calling
2189 InferiorThread.inferior () multiple times in a row.
2190
4a27f119
KS
21912017-10-27 Keith Seitz <keiths@redhat.com>
2192
2193 * gdb.opt/inline-break.exp (break_info_1): New procedure.
2194 Test "info break" for every inlined function breakpoint.
2195
bb11dd58
YQ
21962017-10-27 Yao Qi <yao.qi@linaro.org>
2197
2198 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
2199
a43f3893
PF
22002017-10-26 Patrick Frants <osscontribute@gmail.com>
2201
2202 * gdb.cp/classes.exp (test_static_members): Test printing
2203 Outer::instance.
2204 * gdb.cp/classes.c (struct Inner, struct Outer): New.
2205 (Inner::instance, Outer::instance): New.
2206
792ccf00
PA
22072017-10-24 Pedro Alves <palves@redhat.com>
2208
2209 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
2210 extra console" test in two stages.
2211
eb2bfbad
PA
22122017-10-24 Pedro Alves <palves@redhat.com>
2213
2214 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
2215
1f75a651
PA
22162017-10-24 Pedro Alves <palves@redhat.com>
2217
2218 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
2219 loop.
2220
779990d9
PA
22212017-10-24 Pedro Alves <palves@redhat.com>
2222
2223 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
2224 $attempt" and "stoppedtry $stoppedtry" test prefixes.
2225
ad9b8f5d
PA
22262017-10-24 Pedro Alves <palves@redhat.com>
2227
2228 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
2229 parameter and handle it. Don't output read value in test name.
2230
fee6da6e
PA
22312017-10-24 Pedro Alves <palves@redhat.com>
2232
2233 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
2234 custom test name.
2235
10389c2c
PA
22362017-10-24 Pedro Alves <palves@redhat.com>
2237
2238 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
2239 include the unstable output directory name in the test's name.
2240 (initial_setup_simple) <'set args'>: Use custom test name.
2241
a80e65a9
PA
22422017-10-24 Pedro Alves <palves@redhat.com>
2243
2244 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
2245 with explicit test name.
2246
15763a09
PA
22472017-10-20 Pedro Alves <palves@redhat.com>
2248
2249 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
2250 'wait -i'. Use gdb_assert and remote_close.
2251
49a4ce2e
AB
22522017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
2253
2254 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
2255 number from variable rather than hard-coded.
2256
a75868f5
PA
22572017-10-19 Pedro Alves <palves@redhat.com>
2258
2259 * gdb.base/long-inferior-output.c: New file.
2260 * gdb.base/long-inferior-output.exp: New file.
2261
c8ba13ad
KS
22622017-11-18 Keith Seitz <keiths@redhat.com>
2263
2264 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
2265 method.
2266 (main): Call it.
2267 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
2268 Add additional user-defined conversion operator tests.
2269
b27de576
PA
22702017-10-17 Pedro Alves <palves@redhat.com>
2271
2272 * boards/native-stdio-gdbserver.exp: Load "local-board".
2273
8484c955
PA
22742017-10-17 Pedro Alves <palves@redhat.com>
2275
2276 * gdb.base/quit-live.c: New file.
2277 * gdb.base/quit-live.exp: New file.
2278
83d5a34d
KS
22792017-10-16 Keith Seitz <keiths@redhat.com>
2280
2281 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
2282 (class_with_protected_typedef, class_with_private_typedef)
2283 (struct_with_public_typedef, struct_with_protected_typedef)
2284 (struct_with_private_typedef): New classes/structs.
2285 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
2286 typedefs and access specifiers.
2287
739b3f1d
PA
22882017-10-16 Pedro Alves <palves@redhat.com>
2289 Simon Marchi <simon.marchi@polymtl.ca>
2290
2291 * README (Local vs Remote vs Native): New section.
2292 * boards/local-board.exp: New file, with bits factored out from
2293 ...
2294 * boards/native-extended-gdbserver.exp: ... here. Load
2295 "local-board".
2296 * boards/native-gdbserver.exp: Load "local-board".
2297 (${board}_spawn, ${board}_exec): Delete.
2298 * boards/native-stdio-gdbserver.exp: Most contents factored out to
2299 ...
2300 * boards/stdio-gdbserver-base.exp: ... this new file.
2301 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
2302 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
2303 procedure.
2304 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
2305 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
2306 stdio_gdbserver_command.
2307 (${board}_get_remote_address, ${board}_get_comm_port)
2308 (${board}_download, ${board}_upload): Delete.
2309 (get_target_remote_pipe_cmd): New.
2310
fe68b953
SM
23112017-10-16 Simon Marchi <simon.marchi@ericsson.com>
2312
2313 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
2314 test_bkpt_deletion, test_bkpt_cond_and_cmds,
2315 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
2316 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
2317 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
2318 remove with_test_prefix.
2319
300b6685
PA
23202017-10-13 Pedro Alves <palves@redhat.com>
2321
2322 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
2323 * gdb.base/annota1.exp: Use it instead of is_remote.
2324 * gdb.base/annota3.exp: Use it instead of is_remote.
2325 * gdb.cp/annota2.exp: Use it instead of is_remote.
2326 * gdb.cp/annota3.exp: Use it instead of is_remote.
2327 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
2328
50500caf
PA
23292017-10-13 Pedro Alves <palves@redhat.com>
2330
2331 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
2332 (test_num_test_vars, run_and_count_vars, find_env)
2333 (test_set_unset_env, test_inherit_env_var): New procedures.
2334 (top level): Use them.
2335
dad0c6d2
PA
23362017-10-13 Pedro Alves <palves@redhat.com>
2337
2338 * lib/selftest-support.exp (selftest_setup): Extend comments, and
2339 also skip on stub-like targets.
2340
8b0553c1
PA
23412017-10-13 Pedro Alves <palves@redhat.com>
2342
2343 PR gdb/22293
2344 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
2345 (top level): Move some tests to ...
2346 (test_not_found): ... this new procedure.
2347 (top level): Call it.
2348
7594f623
PA
23492017-10-13 Pedro Alves <palves@redhat.com>
2350
2351 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
2352 expect different "info terminal" output if testing with a
2353 non-native target.
2354
ebe3b402
PA
23552017-10-13 Pedro Alves <palves@redhat.com>
2356 Simon Marchi <simon.marchi@polymtl.ca>
2357
2358 PR python/12966
2359 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
2360
42f1b161
PA
23612017-10-13 Pedro Alves <palves@redhat.com>
2362
2363 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
2364 already.
2365
8d6ef72b
PA
23662017-10-13 Pedro Alves <palves@redhat.com>
2367
2368 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
2369 is_remote.
2370
d7bcd5b8
PA
23712017-10-13 Pedro Alves <palves@redhat.com>
2372
2373 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
2374 is_remote.
2375
df479dc6
PA
23762017-10-13 Pedro Alves <palves@redhat.com>
2377
2378 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
2379 is set.
2380 (corefile_test_attach): Likewise. Check can_spawn_for_attach
2381 instead of is_remote.
2382
23fb630a
PA
23832017-10-13 Pedro Alves <palves@redhat.com>
2384
2385 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
2386 (top level): Add comment.
2387
cc77b1dc
PA
23882017-10-13 Pedro Alves <palves@redhat.com>
2389
2390 * gdb.base/remote.exp (top level): Fix comment typo and add
2391 missing return.
2392
27c9e813
PA
23932017-10-13 Pedro Alves <palves@redhat.com>
2394 Simon Marchi <simon.marchi@polymtl.ca>
2395
2396 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
2397 calls and add comments. Skip test if use_gdb_stub is set.
2398 (top level): Use "set cwd" command instead of "cd" command.
2399
5e830d98
PA
24002017-10-13 Pedro Alves <palves@redhat.com>
2401
2402 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
2403 is_remote target check.
2404
f5ca0032
PA
24052017-10-13 Pedro Alves <palves@redhat.com>
2406
2407 * gdb.base/scope.exp: Use build_executable + clean_restart +
2408 gdb_file_cmd instead of prepare_for_testing and no longer skip
2409 "before run" tests on is_remote target boards. Update comments.
2410 * boards/native-extended-gdbserver.exp
2411 (extended_gdbserver_load_last_file): New, factored out from ...
2412 (gdb_load): ... this. Move further below and add comment.
2413 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
2414
8aed1c0d
PA
24152017-10-12 Pedro Alves <palves@redhat.com>
2416
2417 * gdb.base/attach.exp: Remove references to gdb64.
2418 * gdb.base/dbx.exp: Remove references to gdb64.
2419
cfa34c87
SM
24202017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
2421 Pedro Alves <palves@redhat.com>
2422
2423 * gdb.base/label.exp: Remove is_remote target check.
2424
9192b7de
PA
24252017-10-12 Pedro Alves <palves@redhat.com>
2426
2427 * gdb.base/auvx.exp (coredir): Update comment.
2428 (top level) <core_works>: Use "set cwd" command instead of "cd"
2429 command.
2430
6bf0052d
PA
24312017-10-12 Pedro Alves <palves@redhat.com>
2432 Simon Marchi <simon.marchi@polymtl.ca>
2433
2434 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
2435 target boards.
2436
e48ef82d
PA
24372017-10-12 Pedro Alves <palves@redhat.com>
2438 Simon Marchi <simon.marchi@polymtl.ca>
2439
2440 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
2441 Instead skip if there's any gdb_protocol set.
2442
8d7aea57
SM
24432017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
2444 Pedro Alves <palves@redhat.com>
2445
2446 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
2447
30440677
PA
24482017-10-12 Pedro Alves <palves@redhat.com>
2449 Simon Marchi <simon.marchi@polymtl.ca>
2450
2451 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
2452 instead of on dejagnu remote boards.
2453
4e04f045 24542017-10-12 Pedro Alves <palves@redhat.com>
175654b9 2455 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
2456
2457 * gdb.base/inferior-died.exp: Remove is_remote and isnative
2458 checks. Use build_executable + clean_restart instead of
2459 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
2460 of enabling non-stop after starting gdb.
2461
871a186e
PA
24622017-10-12 Pedro Alves <palves@redhat.com>
2463
2464 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
2465 * gdb.threads/non-ldr-exc-2.exp: Ditto.
2466 * gdb.threads/non-ldr-exc-3.exp: Ditto.
2467 * gdb.threads/non-ldr-exc-4.exp: Ditto.
2468
56d704da
AK
24692017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
2470
2471 * gdb.arch/arc-tdesc-cpu.exp: New file.
2472 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
2473
2f20e312
SM
24742017-10-10 Simon Marchi <simon.marchi@ericsson.com>
2475
2476 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
2477
65630365
PA
24782017-10-10 Pedro Alves <palves@redhat.com>
2479
2480 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
2481 expect CLI output.
2482
bf469271
PA
24832017-10-10 Pedro Alves <palves@redhat.com>
2484
2485 * lib/selftest-support.exp (selftest_setup): Update for
2486 captured_command_loop's prototype change.
2487
777a42f1
PA
24882017-10-09 Pedro Alves <palves@redhat.com>
2489
2490 Test both arch1=>arch2 and arch2=>arch1.
2491
2492 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
2493 (srcfile2, binfile2, march1, march2): Remove globals. Largely
2494 factored out to...
2495 (append_arch1_options, append_arch2_options, append_arch_options)
2496 (build_executables): New procedures.
2497 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
2498 local.
2499 (top level): Add new 'first_arch' testing axis.
2500
cbd2b4e3
PA
25012017-10-09 Pedro Alves <palves@redhat.com>
2502
2503 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
2504 (barrier): New.
2505 (thread_start, all_started): New functions.
2506 (main): Spawn new thread and wait until it is scheduled.
2507 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
2508 option.
2509 (do_test): Add 'selected_thread' parameter. Run to all_started
2510 instead of main. Explicitly set the breakpoint at main. Switch
2511 to the SELECTED_THREAD thread.
2512 (top level): Test handling the exec event with either the main
2513 thread or the second thread selected.
2514
5c9e4427
PA
25152017-10-09 Pedro Alves <palves@redhat.com>
2516
2517 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
2518 logic. Move STOP marker after the value checks.
2519 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
2520 regexp.
2521
b3b7c423
SL
25222017-10-06 Sandra Loosemore <sandra@codesourcery.com>
2523
2524 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
2525
3b4b2f16
UW
25262017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
2527
2528 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
2529 integer-to-dfp conversion.
2530 * gdb.base/dfp-test.exp: Likewise.
2531
5cd63fda
PA
25322017-10-04 Pedro Alves <palves@redhat.com>
2533
2534 * gdb.multi/hangout.c: Include <unistd.h>.
2535 (hangout_loop): New function.
2536 (main): Call alarm. Call hangout_loop in a loop.
2537 * gdb.multi/hello.c: Include <unistd.h>.
2538 (hello_loop): New function.
2539 (main): Call alarm. Call hangout_loop in a loop.
2540 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
2541 inferior with the other selected.
2542
4c71c105
SM
25432017-10-04 Simon Marchi <simon.marchi@ericsson.com>
2544
2545 * gdb.mi/list-thread-groups-available.exp: New file.
2546 * gdb.mi/list-thread-groups-available.c: New file.
2547
bc3b087d
SDJ
25482017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
2549
2550 * gdb.base/set-cwd.exp: Make it available on
2551 native-extended-gdbserver.
2552
d092c5a2
SDJ
25532017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
2554
2555 * gdb.base/set-cwd.c: New file.
2556 * gdb.base/set-cwd.exp: Likewise.
2557
45320ffa
TT
25582017-10-02 Tom Tromey <tom@tromey.com>
2559
2560 PR rust/22236:
2561 * gdb.rust/simple.rs (main): New variable "fslice".
2562 * gdb.rust/simple.exp: Add slice tests. Update string tests.
2563
b3e3859b
TT
25642017-10-02 Tom Tromey <tom@tromey.com>
2565
2566 * gdb.rust/simple.exp: Test ptype of a slice.
2567
01af5e0d
TT
25682017-10-02 Tom Tromey <tom@tromey.com>
2569
2570 * gdb.rust/simple.exp: Test index of slice.
2571
a9bbfbd8
TT
25722017-09-27 Tom Tromey <tom@tromey.com>
2573
2574 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
2575
df8899e5
TP
25762017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
2577 Pedro Alves <palves@redhat.com>
2578
2579 * gdb.base/compare-sections.exp (get value of read-only section): Read
2580 as unsigned value.
2581 (corrupt read-only section): Likewise and don't set written if patching
2582 failed.
2583
757bf54b
KB
25842017-09-21 Kevin Buettner <kevinb@redhat.com>
2585
2586 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
2587 files.
2588
06871ae8
PA
25892017-09-20 Pedro Alves <palves@redhat.com>
2590
2591 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
2592 symbol names in gdb's output.
2593 * gdb.cp/overload.exp ("list all overloads"): Likewise.
2594
e5f25bc5
PA
25952017-09-20 Pedro Alves <palves@redhat.com>
2596
2597 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
2598 Rename to ...
2599 (test_list_ambiguous_symbol): ... this and add a symbol name
2600 parameter. Adjust.
2601 (test_list_ambiguous_function): Reimplement on top of
2602 test_list_ambiguous_symbol and also test listing ambiguous
2603 variables.
2604 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
2605 (ambiguous_fun): ... this.
2606 (ambiguous_var): New.
2607 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
2608 (ambiguous_fun): ... this.
2609 (ambiguous_var): New.
2610
4e5a4f58
JB
26112017-09-19 John Baldwin <jhb@FreeBSD.org>
2612
2613 * gdb.base/starti.c: New file.
2614 * gdb.base/starti.exp: New file.
2615 * lib/gdb.exp (gdb_starti_cmd): New procedure.
2616
26e53f3e
PA
26172017-09-14 Pedro Alves <palves@redhat.com>
2618
2619 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
2620 (top level): Use it instead of runto.
2621
cb791d59
TT
26222017-09-11 Tom Tromey <tom@tromey.com>
2623
2624 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
2625
7c96f8c1
TT
26262017-09-11 Tom Tromey <tom@tromey.com>
2627
2628 * gdb.python/py-infthread.exp: Add tests for new_thread event.
2629 * gdb.python/py-inferior.exp: Add tests for new inferior events.
2630
469412dd
CW
26312017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
2632
2633 * gdb.fortran/printing-types.exp: New file.
2634 * gdb.fortran/printing-types.exp: New file.
2635
e0f86435
BH
26362017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
2637
2638 * gdb.fortran/vla-ptype.exp: Fix typos.
2639 * gdb.fortran/vla-value.exp: Same.
2640
9e9af4be
BH
26412017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
2642
2643 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
2644 * gdb.mi/mi-var-child-f.exp: Likewise.
2645 * gdb.mi/mi-vla-fortran.exp: Likewise.
2646
a5ad232b
FP
26472017-09-08 Frank Penczek <frank.penczek@intel.com>
2648 Christoph Weinmann <christoph.t.weinmann@intel.com>
2649 Bernhard Heckel <bernhard.heckel@intel.com>
2650
2651 * gdb.fortran/ptr-indentation.f90: New file.
2652 * gdb.fortran/ptr-indentation.exp: New file.
2653
5aec60eb
TT
26542017-09-05 Tom Tromey <tom@tromey.com>
2655
2656 PR gdb/22010:
2657 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
2658
8f8f8152
TP
26592017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
2660
2661 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
2662
fbd1b771
JK
26632017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2664
2665 * gdb.threads/tls-nodebug-pie.c: New file.
2666 * gdb.threads/tls-nodebug-pie.exp: New file.
2667
5eb5f850
TT
26682017-09-05 Tom Tromey <tom@tromey.com>
2669
2670 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
2671 for rust.
2672
ae780a21
SM
26732017-09-05 Simon Marchi <simon.marchi@ericsson.com>
2674
2675 * gdb.multi/multi-arch-exec.exp: Test with different
2676 "follow-exec-mode" settings.
2677 (do_test): New procedure.
2678
3693fdb3
PA
26792017-09-04 Pedro Alves <palves@redhat.com>
2680
2681 * gdb.base/func-static.c (S::method const, S::method volatile)
2682 (S::method volatile const): New methods.
2683 (c_s, v_s, cv_s): New instances.
2684 (main): Call method() on them.
2685 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
2686 (cannot_resolve): New procedure.
2687 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
2688 print-quote-unquoted columns.
2689 (do_test): Test printing each scope too.
2690
e68cb8e0
PA
26912017-09-04 Pedro Alves <palves@redhat.com>
2692
2693 * gdb.base/local-static.exp: Also test with
2694 class::method::variable wholly quoted.
2695 * gdb.cp/m-static.exp (class::method::variable): Remove test.
2696
858be34c
PA
26972017-09-04 Pedro Alves <palves@redhat.com>
2698
2699 * gdb.base/local-static.c: New.
2700 * gdb.base/local-static.cc: New.
2701 * gdb.base/local-static.exp: New.
2702
46a4882b
PA
27032017-09-04 Pedro Alves <palves@redhat.com>
2704
2705 * gdb.asm/asm-source.exp: Add casts to int.
2706 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
2707 (dataglobal64_1, dataglobal64_2): New globals.
2708 * gdb.base/nodebug.exp: Test different expressions involving the
2709 new globals, with print, whatis and ptype. Add casts to int.
2710 * gdb.base/solib-display.exp: Add casts to int.
2711 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
2712 * gdb.cp/m-static.exp: Add cast to int.
2713 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
2714 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
2715 tls variable with no debug info without a cast. Test with a cast
2716 to int too.
2717 * gdb.trace/entry-values.exp: Add casts.
2718
2c5a2be1
PA
27192017-09-04 Pedro Alves <palves@redhat.com>
2720
2721 * gdb.base/nodebug.exp: Test that ptype's error about functions
2722 with unknown return type includes the function name too.
2723
7022349d
PA
27242017-09-04 Pedro Alves <palves@redhat.com>
2725
2726 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
2727 return type of munmap in infcall.
2728 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
2729 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
2730 type of ftell in infcall.
2731 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
2732 type of getpid in infcall.
2733 * gdb.base/infcall-exec.exp: Cast return type of execlp in
2734 infcall.
2735 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
2736 Bail on failure to extract the pid.
2737 * gdb.base/nodebug.c: #include <stdint.h>.
2738 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
2739 New functions.
2740 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
2741 Change expected output of print/whatis/ptype with functions with
2742 no debug info. Test all supported languages. Call
2743 test_call_promotion.
2744 * gdb.compile/compile.exp: Adjust expected output to expect
2745 warning.
2746 * gdb.threads/siginfo-threads.exp: Likewise.
2747
54990598
PA
27482017-09-04 Pedro Alves <palves@redhat.com>
2749
2750 * gdb.base/callfuncs.exp (do_function_calls): New parameter
2751 "prototypes". Test calling float functions via prototyped and
2752 unprototyped function pointers.
2753 (perform_all_tests): New parameter "prototypes". Pass it down.
2754 (top level): Pass down "prototypes" parameter to
2755 perform_all_tests.
2756
34d16ea2
SM
27572017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2758
2759 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
2760 Test with nested loops.
2761
9521ecda
SM
27622017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2763
2764 * gdb.base/commands.exp: Call the new procedures.
2765 (loop_break_test, loop_continue_test): New procedures.
2766
80a65e9b
SM
27672017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2768
2769 * gdb.base/commands.exp: Call new procedure.
2770 (define_if_without_arg_test): New procedure.
2771
e439fa14
PA
27722017-09-04 Pedro Alves <palves@redhat.com>
2773
2774 * gdb.base/list-ambiguous.exp: New file.
2775 * gdb.base/list-ambiguous0.c: New file.
2776 * gdb.base/list-ambiguous1.c: New file.
2777 * gdb.base/list.exp (test_list_range): Adjust expected output.
2778
0a2dde4a
SDJ
27792017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
2780
2781 * gdb.base/share-env-with-gdbserver.c: New file.
2782 * gdb.base/share-env-with-gdbserver.exp: Likewise.
2783
5e89eb3a
SM
27842017-08-28 Simon Marchi <simon.marchi@ericsson.com>
2785
2786 * gdb.base/commands.exp (gdbvar_simple_if_test,
2787 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
2788 progvar_simple_if_test, progvar_simple_while_test,
2789 progvar_complex_if_while_test, user_defined_command_test,
2790 user_defined_command_args_eval,
2791 user_defined_command_args_stack_test,
2792 user_defined_command_manyargs_test, bp_deleted_in_command_test,
2793 temporary_breakpoint_commands,
2794 gdb_test_no_prompt, redefine_hook_test,
2795 redefine_backtrace_test): Remove "global gdb_prompt".
2796
fd437cbc
SM
27972017-08-28 Simon Marchi <simon.marchi@ericsson.com>
2798
2799 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
2800 New proc, call it from toplevel.
2801
87215ad1
SDJ
28022017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
2803
2804 PR remote/21852
2805 * gdb.server/normal.c: New file, copied from gdb.base.
2806 * gdb.server/run-without-local-binary.exp: New file.
2807
58afddc6
WP
28082017-08-07 Weimin Pan <weimin.pan@oracle.com>
2809
2810 * gdb.arch/sparc64-adi.exp: New file.
2811 * gdb.arch/sparc64-adi.c: New file.
2812
5277199a
PA
28132017-08-22 Pedro Alves <palves@redhat.com>
2814
2815 * gdb.cp/overload.exp (line_range_pattern): New procedure.
2816 (top level): Add "list all overloads" tests.
2817
14278e1f
TT
28182017-08-22 Tom Tromey <tom@tromey.com>
2819
2820 * gdb.gdb/xfullpath.exp: Remove.
2821
bf223d3e
PA
28222017-08-21 Pedro Alves <palves@redhat.com>
2823
2824 PR gdb/19487
2825 * gdb.base/symbol-alias.c: New.
2826 * gdb.base/symbol-alias2.c: New.
2827 * gdb.base/symbol-alias.exp: New.
2828
c973d0aa
PA
28292017-08-21 Pedro Alves <palves@redhat.com>
2830
2831 * gdb.base/dfp-test.c
2832 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
2833 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
2834 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
2835 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
2836 * gdb.base/whatis-ptype-typedefs.c: New.
2837 * gdb.base/whatis-ptype-typedefs.exp: New.
2838 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
2839 (an_int, an_int_type, an_int_type2): New globals.
2840 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
2841 involving typedefs and cast expressions.
2842 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
2843 (lookup_typedefs_function): New.
2844 (typedefs_pretty_printers_dict): New.
2845 (top level): Register lookup_typedefs_function in
2846 gdb.pretty_printers.
2847
6d580b63
YQ
28482017-08-18 Yao Qi <yao.qi@linaro.org>
2849
2850 * gdb.server/unittest.exp: New.
2851
206726fb
SDJ
28522017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
2853
2854 PR gdb/21954
2855 * gdb.base/environ.exp: Add test to check if 'unset environment'
2856 works.
2857
bf0ec4c2
AA
28582017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2859
2860 * lib/gdb.exp (universal_compile_options): New caching proc.
2861 (gdb_compile): Suppress GCC's coloring of messages.
2862
d6382fff
TT
28632017-08-14 Tom Tromey <tom@tromey.com>
2864
2865 PR gdb/21675:
2866 * gdb.base/printcmds.exp (test_radices): New function.
2867 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
2868 * gdb.base/sizeof.exp (check_valueof): Use p/d.
2869 * lib/gdb.exp (get_integer_valueof): Use p/d.
2870
c2c2dd9f
SM
28712017-08-12 Simon Marchi <simon.marchi@ericsson.com>
2872
2873 * lib/gdb.exp (get_valueof): Don't capture end-of-line
2874 characters.
2875
fdffd6f4
TT
28762017-08-05 Tom Tromey <tom@tromey.com>
2877
2878 * gdb.rust/simple.exp: Allow String to appear in a different
2879 namespace.
2880
27d41eac
YQ
28812017-07-26 Yao Qi <yao.qi@linaro.org>
2882
2883 * gdb.gdb/unittest.exp: Invoke command
2884 "maintenance check xml-descriptions".
2885
031ed05d
AA
28862017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2887
2888 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
2889 calling context.
2890 (hex128): Drop erroneous calculation of parameters.
2891
dcd27ddf
SM
28922017-07-22 Simon Marchi <simon.marchi@ericsson.com>
2893
2894 * gdb.python/py-unwind.exp: Disable stack protection when
2895 building test file.
2896
47e77640
PA
28972017-07-20 Pedro Alves <palves@redhat.com>
2898
2899 * gdb.base/default.exp (set language): Adjust expected output.
2900
62d2a18a
PA
29012017-07-20 Pedro Alves <palves@redhat.com>
2902
2903 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
2904 (test_minsym): ... this, and make static.
2905 (get_pck__foo__bar__minsym): Rename to ...
2906 (get_test_minsym): ... this.
2907 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
2908 symbol names and comments.
2909 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
2910 (get_test_minsym): ... this.
2911 (pck__foo__bar__minsym__2): Rename to ...
2912 (test_minsym): ... this.
2913 (main): Adjust.
2914
c45ec17c
PA
29152017-07-17 Pedro Alves <palves@redhat.com>
2916
2917 * gdb.base/completion.exp: Adjust expected output.
2918 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
2919 the completer works.
2920
c6756f62
PA
29212017-07-17 Pedro Alves <palves@redhat.com>
2922
2923 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
2924
5bd68487
AB
29252017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
2926
2927 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
2928
8880f2a9
TT
29292017-07-14 Tom Tromey <tom@tromey.com>
2930
2931 PR rust/21764:
2932 * gdb.rust/simple.exp: Add tests.
2933
65547233
TT
29342017-07-14 Tom Tromey <tom@tromey.com>
2935
2936 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
2937
8f14146e
PA
29382017-07-14 Pedro Alves <palves@redhat.com>
2939
2940 * gdb.linespec/base/one/thefile.cc (z1): New function.
2941 * gdb.linespec/base/two/thefile.cc (z2): New function.
2942 * gdb.linespec/linespec.exp: Add tests.
2943
b4365d02
AB
29442017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
2945
2946 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
2947 to mi_create_breakpoint.
2948
5d2cbaa5
AB
29492017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
2950
2951 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
2952 mi_create_breakpoint.
2953
11cb5716
IB
29542017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
2955
2956 * gdb.dlang/demangle.exp: Update for demangling changes.
2957
03278692
TT
29582017-07-09 Tom Tromey <tom@tromey.com>
2959
2960 * gdb.dwarf2/shortpiece.exp: New file.
2961
33c5cd75
DB
29622017-07-06 David Blaikie <dblaikie@gmail.com>
2963
2964 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
2965 built from fissiont-multi-cu{1,2}.c.
2966 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
2967 except putting 'main' and 'func' in separate CUs in the same DWO file.
2968 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
2969 test.
2970 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
2971 test.
2972
8455d262
PA
29732017-07-06 Pedro Alves <palves@redhat.com>
2974
2975 * gdb.python/py-unwind.exp: Test flushregs.
2976
dc4bde35
SDJ
29772017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
2978
2979 PR cli/21688
2980 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
2981 tests for alias commands and trailing whitespace.
2982
51ed89aa
SDJ
29832017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
2984
2985 PR cli/21688
2986 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
2987 procedure. Call it.
2988
eb17d413
PA
29892017-06-29 Pedro Alves <palves@redhat.com>
2990
2991 * gdb.base/printcmds.exp: Add tests.
2992
41664b45
DG
29932017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
2994
2995 PR gdb/21337
2996 * gdb.base/reread-readsym.exp: New file.
2997 * gdb.base/reread-readsym.c: New file.
2998
75312ae3
KB
29992017-06-21 Kevin Buettner <kevinb@redhat.com>
3000
3001 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
3002 subpattern.
3003
66953522
PB
30042017-06-19 Peter Bergner <bergner@vnet.ibm.com>
3005
3006 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
3007 extended mnemonic.
3008 * gdb.arch/powerpc-power9.s: Likewise.
3009
5524b525
AA
30102017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3011
3012 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
3013 on 32-bit x86 targets. Exploit is_*_target macros where
3014 appropriate.
3015
03c8af18
AA
30162017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3017
3018 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
3019 register pieces.
3020
3bf31011
AA
30212017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3022
3023 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
3024 located in one or more DWARF pieces.
3025
805acca0
AA
30262017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3027
3028 * lib/gdb.exp (get_endianness): New proc.
3029 * gdb.arch/aarch64-fp.exp: Use it.
3030 * gdb.arch/altivec-regs.exp: Likewise.
3031 * gdb.arch/e500-regs.exp: Likewise.
3032 * gdb.arch/vsx-regs.exp: Likewise.
3033 * gdb.base/dump.exp: Likewise.
3034 * gdb.base/funcargs.exp: Likewise.
3035 * gdb.base/gnu_vector.exp: Likewise.
3036 * gdb.dwarf2/formdata16.exp: Likewise.
3037 * gdb.dwarf2/implptrpiece.exp: Likewise.
3038 * gdb.dwarf2/nonvar-access.exp: Likewise.
3039 * gdb.python/py-inferior.exp: Likewise.
3040 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3041
e9352324
AA
30422017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3043
3044 PR gdb/21226
3045 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
3046 stack value pieces are taken from the LSB end.
3047
d5d1163e
AA
30482017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3049
3050 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
3051 variable at nonzero offset.
3052
0567c986
AA
30532017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3054
3055 * gdb.dwarf2/var-access.c: New file.
3056 * gdb.dwarf2/var-access.exp: New test.
3057 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
3058
973e9aab
TT
30592017-06-12 Tom Tromey <tom@tromey.com>
3060
3061 * gdb.dwarf2/formdata16.exp: Add tests.
3062
d9109c80
TT
30632017-06-12 Tom Tromey <tom@tromey.com>
3064
3065 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
3066
30a25466
TT
30672017-06-12 Tom Tromey <tom@tromey.com>
3068
3069 PR exp/16225:
3070 * gdb.reverse/i386-sse-reverse.exp: Update tests.
3071 * gdb.arch/vsx-regs.exp: Update tests.
3072 * gdb.arch/s390-vregs.exp (hex128): New proc.
3073 Update test.
3074 * gdb.arch/altivec-regs.exp: Update tests.
3075
aefd8b33
SDJ
30762017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
3077
3078 * gdb.base/startup-with-shell.c: New file.
3079 * gdb.base/startup-with-shell.exp: Likewise.
3080
2090129c
SDJ
30812017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
3082
3083 * gdb.server/non-existing-program.exp: Update regex in order to
3084 reflect the fact that gdbserver is now using fork_inferior (with a
3085 shell) to startup the inferior.
3086
8e86a419
SM
30872017-05-30 Simon Marchi <simon.marchi@ericsson.com>
3088
3089 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
3090 support function calls from GDB.
3091
e6cf65f2
TT
30922017-05-21 Tom Tromey <tom@tromey.com>
3093
3094 PR rust/21466:
3095 * gdb.rust/unsized.exp: New file.
3096 * gdb.rust/unsized.rs: New file.
3097
43cc5389
TT
30982017-05-19 Tom Tromey <tom@tromey.com>
3099
3100 PR rust/21484:
3101 * gdb.rust/watch.exp: New file.
3102 * gdb.rust/watch.rs: New file.
3103
ec8df234
TT
31042017-05-18 Tom Tromey <tom@tromey.com>
3105
3106 * gdb.rust/simple.exp: Allow Box to be qualified.
3107
3e3e7fae
TP
31082017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
3109
3110 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
3111
59cc050d
PA
31122017-05-18 Pedro Alves <palves@redhat.com>
3113
3114 * gdb.base/fileio.c (test_write, test_read, test_close)
3115 (test_fstat): Don't print 'ret' in the fail path.
3116
c8f6abd1
PA
31172017-05-18 Pedro Alves <palves@redhat.com>
3118
3119 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
3120 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
3121 (test_system, test_rename, test_unlink, test_time): Change
3122 prototypes.
3123 * gdb.base/fileio.exp (stop_msg): Adjust.
3124
d2a03b77
PA
31252017-05-18 Pedro Alves <palves@redhat.com>
3126
3127 * gdb.base/fileio.c (null_str): New global.
3128 (test_stat): Use it.
3129 * gdb.base/fileio.exp: Remove nowarnings.
3130
0d5c6999
YQ
31312017-05-17 Yao Qi <yao.qi@linaro.org>
3132
3133 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
3134
21873064
YQ
31352017-05-17 Simon Marchi <simon.marchi@ericsson.com>
3136
3137 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
3138 argument command.
3139 (top-level): Invoke test_set_inferior_tty.
3140
d512d31c
PA
31412017-05-04 Pedro Alves <palves@redhat.com>
3142
3143 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
3144 Add parens to print call for Python 3.
3145
90cef2ed
KS
31462017-05-03 Keith Seitz <keiths@redhat.com>
3147
3148 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
3149 (main): Call it.
3150
14f819c8
TW
31512017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3152
3153 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
3154 to prev and next.
3155
913aeadd
TW
31562017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3157
3158 * gdb.python/py-record-btrace.exp: Remove test for
3159 gdb.BtraceInstruction.error.
3160
a3be24ad
TW
31612017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3162
3163 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
3164
ae20e79a
TW
31652017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3166
3167 * gdb.python/py-record-btrace-threads.c: New file.
3168 * gdb.python/py-record-btrace-threads.exp: New file.
3169
45ce1b47
SDJ
31702017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
3171
3172 PR testsuite/8595
3173 * gdb.base/environ.exp: Make test available in all architectures.
3174 Move bits related to "info program" testing to
3175 gdb.base/info-program.exp. Rewrite tests to use the two new
3176 procedures mentione below.
3177 (test_set_show_env_var) New procedure.
3178 (test_set_show_env_var_equal): Likewise.
3179 * gdb.base/info-program.exp: New file.
3180
e15c3eb4
KS
31812017-04-27 Keith Seitz <keiths@redhat.com>
3182
3183 * gdb.cp/oranking.cc (test15): New function.
3184 (main): Call test15 and declare additional variables for testing.
3185 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
3186 "p foo101('abc')" tests.
3187 Add tests for cv qualifier overloads.
3188 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
3189 "lvalue reference overload" test.
3190 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
3191 "print value of f1 on Child&& in f2" test.
3192
3a3fd0fd
PA
31932017-04-19 Pedro Alves <palves@redhat.com>
3194
3195 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
3196 procedure.
3197 (top level): Call it.
3198 * lib/gdb.exp (gdb_define_cmd): New procedure.
3199
53375380
PA
32002017-04-12 Pedro Alves <palves@redhat.com>
3201
3202 PR gdb/21323
3203 * gdb.cp/wide_char_types.c: Include <wchar.h>.
3204 (wchar): New global.
3205 * gdb.cp/wide_char_types.exp (wide_char_types_program)
3206 (do_test_wide_char, wide_char_types_no_program, top level): Add
3207 wchar_t testing.
3208
53e710ac
PA
32092017-04-12 Pedro Alves <palves@redhat.com>
3210
3211 PR c++/21323
3212 * gdb.cp/wide_char_types.c: New file.
3213 * gdb.cp/wide_char_types.exp: New file.
3214
0ad9d8c7
SDJ
32152017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
3216
3217 PR gdb/21352
3218 * gdb.trace/tsv.exp: Add test for "tsave -r".
3219
b1b45502
IB
32202017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
3221
3222 * gdb.dlang/watch-loc.c: New file.
3223 * gdb.dlang/watch-loc.exp: New file.
3224
ec13808e
JK
32252017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3226
3227 * gdb.python/py-section-script.exp (sepdebug): New testcases.
3228
fe5f7374
AK
32292017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
3230
3231 * gdb.arch/arc-analyze-prologue.S: New file.
3232 * gdb.arch/arc-analyze-prologue.exp: Likewise.
3233
eea78757
AK
32342017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
3235
3236 * gdb.arch/arc-decode-insn.S: New file.
3237 * gdb.arch/arc-decode-insn.exp: Likewise.
3238
5badf10a
IR
32392017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
3240
3241 PR tdep/20928
3242 * gdb.arch/sparc64-regs.exp: New file.
3243 * gdb.arch/sparc64-regs.S: Likewise.
3244
cee59b3f
TW
32452017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
3246
3247 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
3248 and memory view on Python 3.
3249
c0f55cc6
AV
32502017-03-20 Artemiy Volkov <artemiyv@acm.org>
3251 Keith Seitz <keiths@redhat.com>
3252
3253 PR gdb/14441
3254 * gdb.cp/demangle.exp: Add rvalue reference tests.
3255 * gdb.cp/rvalue-ref-casts.cc: New file.
3256 * gdb.cp/rvalue-ref-casts.exp: New file.
3257 * gdb.cp/rvalue-ref-overload.cc: New file.
3258 * gdb.cp/rvalue-ref-overload.exp: New file.
3259 * gdb.cp/rvalue-ref-params.cc: New file.
3260 * gdb.cp/rvalue-ref-params.exp: New file.
3261 * gdb.cp/rvalue-ref-sizeof.cc: New file.
3262 * gdb.cp/rvalue-ref-sizeof.exp: New file.
3263 * gdb.cp/rvalue-ref-types.cc: New file.
3264 * gdb.cp/rvalue-ref-types.exp: New file.
3265 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
3266 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
3267
51457a05
MAL
32682017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
3269
3270 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
3271 New procedure.
3272
5b291c04
MAL
32732017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
3274
3275 * lib/mi-support.exp (mi_gdb_test): Add additional message
3276 for unexpected output.
3277
59a56148
AA
32782017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
3279
3280 * gdb.base/examine-backward.c (Barrier): New character array
3281 constant, to ensure that TestStrings is preceded by a string
3282 terminator.
3283
7942e96e
AA
32842017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3285
3286 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
3287 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
3288 and implicit pointer into such a location.
3289
6ebac3fb
DE
32902017-03-16 Doug Evans <dje@google.com>
3291
3292 * gdb.python/py-lazy-string (pointer): Really add new typedef.
3293
ec3b243d
TP
32942017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
3295
3296 * gdb.cp/m-static.exp: Fix expectation for prototype of
3297 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
3298
32992017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
3300
3301 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
3302 * gdb.guile/scm-lazy-string.c: New file.
3303 * gdb.guile/scm-value.exp: Move lazy string tests to ...
3304 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
3305 for pointer, array, typedef lazy strings.
3306
2cc36e25 33072017-03-16 Doug Evans <dje@google.com>
34b43320
DE
3308
3309 PR python/17728, python/18439, python/18779
3310 * gdb.python/py-value.c (main) Delete locals sptr, sn.
3311 * gdb.python/py-lazy-string.c (pointer): New typedef.
3312 (main): New locals ptr, array, typedef_ptr.
3313 * gdb.python/py-value.exp: Move lazy string tests to ...
3314 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
3315 array, typedef lazy strings.
ec3b243d 3316
0efcde63
AK
33172017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
3318
3319 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
3320 Add optional 'test' parameter.
3321
7978d7c3
SM
33222017-03-13 Simon Marchi <simon.marchi@ericsson.com>
3323
3324 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
3325 Skip for versions of DejaGnu < 1.5.
3326
896c0c1e
SM
33272017-03-13 Simon Marchi <simon.marchi@ericsson.com>
3328
3329 * lib/gdb.exp (dejagnu_version): New proc.
3330 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3331 Use dejagnu_version.
3332
5f4d1085
KS
33332017-03-10 Keith Seitz <keiths@redhat.com>
3334
3335 PR c++/8128
3336 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
3337 type from destructor regexps.
3338 Add a branch which actually passes the test.
3339 Adjust "ptype t5i" test names.
3340
1de05205
PA
33412017-03-08 Pedro Alves <palves@redhat.com>
3342
3343 * gdb.base/step-over-exit.exp: Add explicit test message.
3344
c65d6b55
PA
33452017-03-08 Pedro Alves <palves@redhat.com>
3346
3347 PR gdb/18360
3348 * gdb.threads/interrupt-while-step-over.c: New file.
3349 * gdb.threads/interrupt-while-step-over.exp: New file.
3350
2e86a283
PA
33512017-03-08 Pedro Alves <palves@redhat.com>
3352
3353 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
3354 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
3355
25dcbff6
PA
33562017-03-08 Pedro Alves <palves@redhat.com>
3357
3358 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
3359 PKRU as not supported as a PASS.
3360
dc9366eb
PA
33612017-03-08 Pedro Alves <palves@redhat.com>
3362
3363 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
3364 prefix instead of $binfile1/$binfile2.
3365 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
3366 in test message.
3367 * gdb.python/py-completion.exp: Use "load python file" as test
3368 messages instead of unstable path names.
3369
6e5d74e7
PA
33702017-03-08 Pedro Alves <palves@redhat.com>
3371 Jan Kratochvil <jan.kratochvil@redhat.com>
3372
3373 PR cli/21218
3374 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
3375 New proc.
3376 (top level): Call it.
3377
9753a2f6
PA
33782017-03-08 Pedro Alves <palves@redhat.com>
3379
3380 PR tui/21216
3381 * gdb.tui/tui-nl-filtered-output.exp: New file.
3382
1a4dd9dd
PA
33832017-03-08 Pedro Alves <palves@redhat.com>
3384
3385 * gdb.base/completion.exp: Move TUI completion tests to ...
3386 * gdb.tui/completion.exp: ... this new file.
3387
7cbbff33
PA
33882017-03-08 Pedro Alves <palves@redhat.com>
3389
3390 * gdb.base/tui-disasm-long-lines.c,
3391 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
3392 gdb.base/tui-layout.exp: Move to ...
3393 * gdb.tui/: ... this new directory.
3394
5f6fd321
PA
33952017-03-07 Pedro Alves <palves@redhat.com>
3396
3397 * gdb.base/tui-layout.c: New file.
3398 * gdb.base/tui-layout.exp: New file.
3399
44959fa8
PA
34002017-03-07 Pedro Alves <palves@redhat.com>
3401
3402 * gdb.base/tui-layout.c: Rename to ...
3403 * gdb.base/tui-disasm-long-lines.c: ... this.
3404 * gdb.base/tui-layout.exp: Rename to ...
3405 * gdb.base/tui-disasm-long-lines.exp: ... this.
3406
f8c4e718
PA
34072017-03-07 Pedro Alves <palves@redhat.com>
3408
3409 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
3410
6dbb839a 34112017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
3412
3413 * i386-mpx-call.c: New file.
3414 * i386-mpx-call.exp: New file.
3415
65b48a81
PB
34162017-02-28 Peter Bergner <bergner@vnet.ibm.com>
3417
3418 * gdb.arch/powerpc-power.exp: Delete test.
3419 * gdb.arch/powerpc-power.s: Likewise.
3420 * gdb.disasm/disassembler-options.exp: New test.
3421 * gdb.arch/powerpc-altivec.exp: Likewise.
3422 * gdb.arch/powerpc-altivec.s: Likewise.
3423 * gdb.arch/powerpc-altivec2.exp: Likewise.
3424 * gdb.arch/powerpc-altivec2.s: Likewise.
3425 * gdb.arch/powerpc-altivec3.exp: Likewise.
3426 * gdb.arch/powerpc-altivec3.s: Likewise.
3427 * gdb.arch/powerpc-power7.exp: Likewise.
3428 * gdb.arch/powerpc-power7.s: Likewise.
3429 * gdb.arch/powerpc-power8.exp: Likewise.
3430 * gdb.arch/powerpc-power8.s: Likewise.
3431 * gdb.arch/powerpc-power9.exp: Likewise.
3432 * gdb.arch/powerpc-power9.s: Likewise.
3433 * gdb.arch/powerpc-vsx.exp: Likewise.
3434 * gdb.arch/powerpc-vsx.s: Likewise.
3435 * gdb.arch/powerpc-vsx2.exp: Likewise.
3436 * gdb.arch/powerpc-vsx2.s: Likewise.
3437 * gdb.arch/powerpc-vsx3.exp: Likewise.
3438 * gdb.arch/powerpc-vsx3.s: Likewise.
3439 * gdb.arch/arm-disassembler-options.exp: Likewise.
3440 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
3441 * gdb.arch/s390-disassembler-options.exp: Likewise.
3442
17cd4947
LM
34432017-02-23 Luis Machado <lgustavo@codesourcery.com>
3444
3445 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
3446 (check_supported_features): ... this. Changed return type to void.
3447 (supports_rdseed): New static global.
3448 (rdseed): Check supports_rdseed.
3449 (initialize): Call check_supported_features.
3450
2039d74e
EBM
34512017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3452
3453 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
3454 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
3455 and lqarx/stqcx.
3456 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
3457 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
3458
a51d7ecf
EBM
34592017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3460
3461 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
3462 uppercase.
3463
0224619f
JK
34642017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3465
3466 * gdb.dwarf2/formdata16.c: New file.
3467 * gdb.dwarf2/formdata16.exp: New file.
3468 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
3469
216f72a1
JK
34702017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3471
3472 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
3473 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
3474 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
3475 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
3476 DW_AT_GNU_*.
3477
43988095
JK
34782017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3479
3480 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
3481
99e8a4f9
SDJ
34822017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
3483
3484 PR gdb/21164
3485 * gdb.base/maint.exp: Add testcases for when the commands do
3486 not have arguments.
3487
b58a8c0c
TP
34882017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
3489
3490 * gdb.cp/chained-calls.exp: Use p instead of P.
3491
4e746bb6
TW
34922017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
3493
3494 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
3495 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
3496
3f77c769
TT
34972017-02-14 Tom Tromey <tom@tromey.com>
3498
3499 PR python/13598:
3500 * gdb.python/py-events.exp: Add before_prompt event tests.
3501
075beec0
AA
35022017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3503
3504 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
3505
bf5f525c
LM
35062017-02-13 Luis Machado <lgustavo@codesourcery.com>
3507
3508 * gdb.linespec/explicit.c (my_unique_function_name): New function.
3509 (main): Call my_unique_function_name.
3510 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
3511 completion of patterns with a single match.
3512 Add missing -re switches to gdb_test_multiple calls.
3513
13a66184
LM
35142017-02-13 Luis Machado <lgustavo@codesourcery.com>
3515
3516 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
3517 return if core file is not recognized.
3518
26a06916
SM
35192017-02-10 Simon Marchi <simon.marchi@ericsson.com>
3520
3521 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
3522 and extra UIs.
3523
b761ca9e
SM
35242017-02-10 Simon Marchi <simon.marchi@ericsson.com>
3525
3526 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
3527 proc_with_prefix.
3528
b964bee0
TT
35292017-02-10 Tom Tromey <tom@tromey.com>
3530
3531 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
3532
18da0c51
MG
35332017-02-10 Martin Galvan <martingalvan@sourceware.org>
3534
3535 PR gdb/21122
3536 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
3537
604c4576
JG
35382017-02-08 Jerome Guitton <guitton@adacore.com>
3539
3540 * gdb.base/define.exp: Add test for command abbreviations
3541 in define.
3542
20b477a7
LM
35432017-02-06 Luis Machado <lgustavo@codesourcery.com>
3544
3545 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
3546 * gdb.reverse/insn-reverse-x86.c: New file.
3547
3f7b46f2
IR
35482017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
3549
3550 PR tdep/20936
3551 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
3552
f0fd41c1
TT
35532017-02-03 Tom Tromey <tom@tromey.com>
3554
3555 PR rust/21097:
3556 * gdb.rust/simple.exp: Add new tests.
3557
5be5dbf0
PA
35582017-02-02 Pedro Alves <palves@redhat.com>
3559
3560 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
3561 tests.
3562
7346ef59
AA
35632017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3564
3565 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
3566 taking a 2-byte value out of a 4-byte DWARF implicit value on
3567 big-endian targets.
3568 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
3569 logic. Add test cases for DW_OP_implicit.
3570
787f0025
MM
35712017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3572
3573 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
3574
68777c29
MM
35752017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3576
3577 * gdb.btrace/enable.exp: Call gdb_exit before
3578 skip_gdbserver_tests.
3579
0a1c7e28
MM
35802017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3581
3582 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
3583 GDBFLAGS.
3584
b5ac99b0
MM
35852017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3586
3587 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
3588 the test is skipped.
3589 * gdb.btrace/data.exp: Likewise.
3590 * gdb.btrace/delta.exp: Likewise.
3591 * gdb.btrace/dlopen.exp: Likewise.
3592 * gdb.btrace/enable-running.exp: Likewise.
3593 * gdb.btrace/enable.exp: Likewise.
3594 * gdb.btrace/exception.exp: Likewise.
3595 * gdb.btrace/function_call_history.exp: Likewise.
3596 * gdb.btrace/gcore.exp: Likewise.
3597 * gdb.btrace/instruction_history.exp: Likewise.
3598 * gdb.btrace/multi-thread-step.exp: Likewise.
3599 * gdb.btrace/nohist.exp: Likewise.
3600 * gdb.btrace/non-stop.exp: Likewise.
3601 * gdb.btrace/reconnect.exp: Likewise.
3602 * gdb.btrace/record_goto-step.exp: Likewise.
3603 * gdb.btrace/record_goto.exp: Likewise.
3604 * gdb.btrace/rn-dl-bind.exp: Likewise.
3605 * gdb.btrace/segv.exp: Likewise.
3606 * gdb.btrace/step.exp: Likewise.
3607 * gdb.btrace/stepi.exp: Likewise.
3608 * gdb.btrace/tailcall-only.exp: Likewise.
3609 * gdb.btrace/tailcall.exp: Likewise.
3610 * gdb.btrace/tsx.exp: Likewise.
3611 * gdb.btrace/unknown_functions.exp: Likewise.
3612 * gdb.btrace/vdso.exp: Likewise.
3613
cd4007e4
MM
36142017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3615
3616 * gdb.btrace/enable-running.c: New.
3617 * gdb.btrace/enable-running.exp: New.
3618
2735833d
WT
36192017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
3620
3621 * gdb.arch/amd64-gs_base.c: New file.
3622 * gdb.arch/amd64-gs_base.exp: New file.
3623
b51e1e94
LM
36242017-01-26 Luis Machado <lgustavo@codesourcery.com>
3625
3626 * lib/memory.exp: Remove spurious empty newlines.
3627
72ca0410
SM
36282017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
3629
3630 * gdb.python/py-bad-printers.exp: Load python file using "source".
3631 * gdb.python/py-events.exp: Likewise.
3632 * gdb.python/py-evsignal.exp: Likewise.
3633 * gdb.python/py-evthreads.exp: Likewise.
3634 * gdb.python/py-frame-args.exp: Likewise.
3635 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
3636 * gdb.python/py-framefilter-mi.exp: Likewise.
3637 * gdb.python/py-framefilter.exp: Likewise.
3638 * gdb.python/py-mi.exp: Likewise.
3639 * gdb.python/py-pp-maint.exp: Likewise.
3640 * gdb.python/py-pp-registration.exp: Likewise.
3641 * gdb.python/py-prettyprint.exp: Likewise.
3642 (run_lang_tests): Likewise.
3643 * gdb.python/py-typeprint.exp: Likewise.
3644
e309aa65
LM
36452017-01-26 Luis Machado <lgustavo@codesourcery.com>
3646
3647 * lib/memory.exp: New file.
3648 * lib/gdb.exp: Load memory.exp.
3649 * gdb.base/memattr.exp (delete_memory): Move proc to
3650 lib/memory.exp and rename to delete_memory_regions.
3651 Replace delete_memory with delete_memory_regions.
3652 Cleanup memory regions before tests.
3653 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
3654 before tests.
3655
515aff23
LM
36562017-01-26 Luis Machado <lgustavo@codesourcery.com>
3657
3658 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
3659 files.
3660 (initialize): New function conditionally defined.
3661 (testcases): Move within conditional block.
3662 (main): Call initialize.
3663 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
3664 of gdb.reverse/insn-reverse.c.
3665 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
3666 gdb.reverse/insn-reverse.c.
3667
d8b49cf0
YQ
36682017-01-26 Yao Qi <yao.qi@linaro.org>
3669
3670 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
3671 disassemble on address 0.
3672
f13a9a0c
YQ
36732017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
3674 Yao Qi <yao.qi@linaro.org>
3675
3676 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
3677 * gdb.dwarf2/implptr-64bit.S: Remove.
3678 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
3679 variables in caller's context. Add DW_OP_implicit_value.
3680
5ac95241
YQ
36812017-01-25 Yao Qi <yao.qi@linaro.org>
3682
3683 * lib/dwarf.exp (Dwarf::_location): Handle
3684 DW_OP_GNU_implicit_pointer with proper size.
3685
23e82930
LM
36862017-01-20 Luis Machado <lgustavo@codesourcery.com>
3687
3688 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
3689 and add untested calls.
3690
d334ae25
LM
36912017-01-20 Luis Machado <lgustavo@codesourcery.com>
3692
3693 * gdb.python/python.exp: Check line number against what GDB thinks
3694 the line number is for func1.
3695
f5e6296e
IB
36962017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
3697
3698 * gdb.dlang/debug-expr.exp: New file.
3699
5b362f04
LM
37002016-12-23 Luis Machado <lgustavo@codesourcery.com>
3701
3702 Fix test names for the following files:
3703
3704 * gdb.ada/exec_changed.exp
3705 * gdb.ada/info_types.exp
3706 * gdb.arch/aarch64-atomic-inst.exp
3707 * gdb.arch/aarch64-fp.exp
3708 * gdb.arch/altivec-abi.exp
3709 * gdb.arch/altivec-regs.exp
3710 * gdb.arch/amd64-byte.exp
3711 * gdb.arch/amd64-disp-step.exp
3712 * gdb.arch/amd64-dword.exp
3713 * gdb.arch/amd64-entry-value-inline.exp
3714 * gdb.arch/amd64-entry-value-param.exp
3715 * gdb.arch/amd64-entry-value-paramref.exp
3716 * gdb.arch/amd64-entry-value.exp
3717 * gdb.arch/amd64-i386-address.exp
3718 * gdb.arch/amd64-invalid-stack-middle.exp
3719 * gdb.arch/amd64-invalid-stack-top.exp
3720 * gdb.arch/amd64-optimout-repeat.exp
3721 * gdb.arch/amd64-prologue-skip.exp
3722 * gdb.arch/amd64-prologue-xmm.exp
3723 * gdb.arch/amd64-stap-special-operands.exp
3724 * gdb.arch/amd64-stap-wrong-subexp.exp
3725 * gdb.arch/amd64-tailcall-cxx.exp
3726 * gdb.arch/amd64-tailcall-noret.exp
3727 * gdb.arch/amd64-tailcall-ret.exp
3728 * gdb.arch/amd64-tailcall-self.exp
3729 * gdb.arch/amd64-word.exp
3730 * gdb.arch/arm-bl-branch-dest.exp
3731 * gdb.arch/arm-disp-step.exp
3732 * gdb.arch/arm-neon.exp
3733 * gdb.arch/arm-single-step-kernel-helper.exp
3734 * gdb.arch/avr-flash-qualifier.exp
3735 * gdb.arch/disp-step-insn-reloc.exp
3736 * gdb.arch/e500-abi.exp
3737 * gdb.arch/e500-regs.exp
3738 * gdb.arch/ftrace-insn-reloc.exp
3739 * gdb.arch/i386-avx512.exp
3740 * gdb.arch/i386-bp_permanent.exp
3741 * gdb.arch/i386-byte.exp
3742 * gdb.arch/i386-cfi-notcurrent.exp
3743 * gdb.arch/i386-disp-step.exp
3744 * gdb.arch/i386-dr3-watch.exp
3745 * gdb.arch/i386-float.exp
3746 * gdb.arch/i386-gnu-cfi.exp
3747 * gdb.arch/i386-mpx-map.exp
3748 * gdb.arch/i386-mpx-sigsegv.exp
3749 * gdb.arch/i386-mpx-simple_segv.exp
3750 * gdb.arch/i386-mpx.exp
3751 * gdb.arch/i386-permbkpt.exp
3752 * gdb.arch/i386-prologue.exp
3753 * gdb.arch/i386-signal.exp
3754 * gdb.arch/i386-size-overlap.exp
3755 * gdb.arch/i386-unwind.exp
3756 * gdb.arch/i386-word.exp
3757 * gdb.arch/mips-fcr.exp
3758 * gdb.arch/powerpc-d128-regs.exp
3759 * gdb.arch/powerpc-stackless.exp
3760 * gdb.arch/ppc64-atomic-inst.exp
3761 * gdb.arch/s390-stackless.exp
3762 * gdb.arch/s390-tdbregs.exp
3763 * gdb.arch/s390-vregs.exp
3764 * gdb.arch/sparc-sysstep.exp
3765 * gdb.arch/thumb-bx-pc.exp
3766 * gdb.arch/thumb-singlestep.exp
3767 * gdb.arch/thumb2-it.exp
3768 * gdb.arch/vsx-regs.exp
3769 * gdb.asm/asm-source.exp
3770 * gdb.base/a2-run.exp
3771 * gdb.base/advance.exp
3772 * gdb.base/all-bin.exp
3773 * gdb.base/anon.exp
3774 * gdb.base/args.exp
3775 * gdb.base/arithmet.exp
3776 * gdb.base/async-shell.exp
3777 * gdb.base/async.exp
3778 * gdb.base/attach-pie-noexec.exp
3779 * gdb.base/attach-twice.exp
3780 * gdb.base/auto-load.exp
3781 * gdb.base/bang.exp
3782 * gdb.base/bitfields.exp
3783 * gdb.base/break-always.exp
3784 * gdb.base/break-caller-line.exp
3785 * gdb.base/break-entry.exp
3786 * gdb.base/break-inline.exp
3787 * gdb.base/break-on-linker-gcd-function.exp
3788 * gdb.base/break-probes.exp
3789 * gdb.base/break.exp
3790 * gdb.base/breakpoint-shadow.exp
3791 * gdb.base/call-ar-st.exp
3792 * gdb.base/call-sc.exp
3793 * gdb.base/call-signal-resume.exp
3794 * gdb.base/call-strs.exp
3795 * gdb.base/callfuncs.exp
3796 * gdb.base/catch-fork-static.exp
3797 * gdb.base/catch-gdb-caused-signals.exp
3798 * gdb.base/catch-load.exp
3799 * gdb.base/catch-signal-fork.exp
3800 * gdb.base/catch-signal.exp
3801 * gdb.base/catch-syscall.exp
3802 * gdb.base/charset.exp
3803 * gdb.base/checkpoint.exp
3804 * gdb.base/chng-syms.exp
3805 * gdb.base/code-expr.exp
3806 * gdb.base/code_elim.exp
3807 * gdb.base/commands.exp
3808 * gdb.base/completion.exp
3809 * gdb.base/complex.exp
3810 * gdb.base/cond-expr.exp
3811 * gdb.base/condbreak.exp
3812 * gdb.base/consecutive.exp
3813 * gdb.base/continue-all-already-running.exp
3814 * gdb.base/coredump-filter.exp
3815 * gdb.base/corefile.exp
3816 * gdb.base/dbx.exp
3817 * gdb.base/debug-expr.exp
3818 * gdb.base/define.exp
3819 * gdb.base/del.exp
3820 * gdb.base/disabled-location.exp
3821 * gdb.base/disasm-end-cu.exp
3822 * gdb.base/disasm-optim.exp
3823 * gdb.base/display.exp
3824 * gdb.base/duplicate-bp.exp
3825 * gdb.base/ena-dis-br.exp
3826 * gdb.base/ending-run.exp
3827 * gdb.base/enumval.exp
3828 * gdb.base/environ.exp
3829 * gdb.base/eu-strip-infcall.exp
3830 * gdb.base/eval-avoid-side-effects.exp
3831 * gdb.base/eval-skip.exp
3832 * gdb.base/exitsignal.exp
3833 * gdb.base/expand-psymtabs.exp
3834 * gdb.base/filesym.exp
3835 * gdb.base/find-unmapped.exp
3836 * gdb.base/finish.exp
3837 * gdb.base/float.exp
3838 * gdb.base/foll-exec-mode.exp
3839 * gdb.base/foll-exec.exp
3840 * gdb.base/foll-fork.exp
3841 * gdb.base/fortran-sym-case.exp
3842 * gdb.base/freebpcmd.exp
3843 * gdb.base/func-ptr.exp
3844 * gdb.base/func-ptrs.exp
3845 * gdb.base/funcargs.exp
3846 * gdb.base/gcore-buffer-overflow.exp
3847 * gdb.base/gcore-relro-pie.exp
3848 * gdb.base/gcore-relro.exp
3849 * gdb.base/gcore.exp
3850 * gdb.base/gdb1090.exp
3851 * gdb.base/gdb11530.exp
3852 * gdb.base/gdb11531.exp
3853 * gdb.base/gdb1821.exp
3854 * gdb.base/gdbindex-stabs.exp
3855 * gdb.base/gdbvars.exp
3856 * gdb.base/hbreak.exp
3857 * gdb.base/hbreak2.exp
3858 * gdb.base/included.exp
3859 * gdb.base/infcall-input.exp
3860 * gdb.base/inferior-died.exp
3861 * gdb.base/infnan.exp
3862 * gdb.base/info-macros.exp
3863 * gdb.base/info-os.exp
3864 * gdb.base/info-proc.exp
3865 * gdb.base/info-shared.exp
3866 * gdb.base/info-target.exp
3867 * gdb.base/infoline.exp
3868 * gdb.base/interp.exp
3869 * gdb.base/interrupt.exp
3870 * gdb.base/jit-reader.exp
3871 * gdb.base/jit-simple.exp
3872 * gdb.base/kill-after-signal.exp
3873 * gdb.base/kill-detach-inferiors-cmd.exp
3874 * gdb.base/label.exp
3875 * gdb.base/langs.exp
3876 * gdb.base/ldbl_e308.exp
3877 * gdb.base/line-symtabs.exp
3878 * gdb.base/linespecs.exp
3879 * gdb.base/list.exp
3880 * gdb.base/long_long.exp
3881 * gdb.base/longest-types.exp
3882 * gdb.base/maint.exp
3883 * gdb.base/max-value-size.exp
3884 * gdb.base/memattr.exp
3885 * gdb.base/mips_pro.exp
3886 * gdb.base/morestack.exp
3887 * gdb.base/moribund-step.exp
3888 * gdb.base/multi-forks.exp
3889 * gdb.base/nested-addr.exp
3890 * gdb.base/nextoverexit.exp
3891 * gdb.base/noreturn-finish.exp
3892 * gdb.base/noreturn-return.exp
3893 * gdb.base/nostdlib.exp
3894 * gdb.base/offsets.exp
3895 * gdb.base/opaque.exp
3896 * gdb.base/pc-fp.exp
3897 * gdb.base/permissions.exp
3898 * gdb.base/print-symbol-loading.exp
3899 * gdb.base/prologue-include.exp
3900 * gdb.base/psymtab.exp
3901 * gdb.base/ptype.exp
3902 * gdb.base/random-signal.exp
3903 * gdb.base/randomize.exp
3904 * gdb.base/range-stepping.exp
3905 * gdb.base/readline-ask.exp
3906 * gdb.base/recpar.exp
3907 * gdb.base/recurse.exp
3908 * gdb.base/relational.exp
3909 * gdb.base/restore.exp
3910 * gdb.base/return-nodebug.exp
3911 * gdb.base/return.exp
3912 * gdb.base/run-after-attach.exp
3913 * gdb.base/save-bp.exp
3914 * gdb.base/scope.exp
3915 * gdb.base/sect-cmd.exp
3916 * gdb.base/set-lang-auto.exp
3917 * gdb.base/set-noassign.exp
3918 * gdb.base/setvar.exp
3919 * gdb.base/sigall.exp
3920 * gdb.base/sigbpt.exp
3921 * gdb.base/siginfo-addr.exp
3922 * gdb.base/siginfo-infcall.exp
3923 * gdb.base/siginfo-obj.exp
3924 * gdb.base/siginfo.exp
3925 * gdb.base/signals-state-child.exp
3926 * gdb.base/signest.exp
3927 * gdb.base/sigstep.exp
3928 * gdb.base/sizeof.exp
3929 * gdb.base/skip.exp
3930 * gdb.base/solib-corrupted.exp
3931 * gdb.base/solib-nodir.exp
3932 * gdb.base/solib-search.exp
3933 * gdb.base/stack-checking.exp
3934 * gdb.base/stale-infcall.exp
3935 * gdb.base/stap-probe.exp
3936 * gdb.base/start.exp
3937 * gdb.base/step-break.exp
3938 * gdb.base/step-bt.exp
3939 * gdb.base/step-line.exp
3940 * gdb.base/step-over-exit.exp
3941 * gdb.base/step-over-syscall.exp
3942 * gdb.base/step-resume-infcall.exp
3943 * gdb.base/step-test.exp
3944 * gdb.base/store.exp
3945 * gdb.base/structs3.exp
3946 * gdb.base/sym-file.exp
3947 * gdb.base/symbol-without-target_section.exp
3948 * gdb.base/term.exp
3949 * gdb.base/testenv.exp
3950 * gdb.base/ui-redirect.exp
3951 * gdb.base/until.exp
3952 * gdb.base/unwindonsignal.exp
3953 * gdb.base/value-double-free.exp
3954 * gdb.base/vla-datatypes.exp
3955 * gdb.base/vla-ptr.exp
3956 * gdb.base/vla-sideeffect.exp
3957 * gdb.base/volatile.exp
3958 * gdb.base/watch-cond-infcall.exp
3959 * gdb.base/watch-cond.exp
3960 * gdb.base/watch-non-mem.exp
3961 * gdb.base/watch-read.exp
3962 * gdb.base/watch-vfork.exp
3963 * gdb.base/watchpoint-cond-gone.exp
3964 * gdb.base/watchpoint-delete.exp
3965 * gdb.base/watchpoint-hw-hit-once.exp
3966 * gdb.base/watchpoint-hw.exp
3967 * gdb.base/watchpoint-stops-at-right-insn.exp
3968 * gdb.base/watchpoints.exp
3969 * gdb.base/wchar.exp
3970 * gdb.base/whatis-exp.exp
3971 * gdb.btrace/buffer-size.exp
3972 * gdb.btrace/data.exp
3973 * gdb.btrace/delta.exp
3974 * gdb.btrace/dlopen.exp
3975 * gdb.btrace/enable.exp
3976 * gdb.btrace/exception.exp
3977 * gdb.btrace/function_call_history.exp
3978 * gdb.btrace/gcore.exp
3979 * gdb.btrace/instruction_history.exp
3980 * gdb.btrace/nohist.exp
3981 * gdb.btrace/reconnect.exp
3982 * gdb.btrace/record_goto-step.exp
3983 * gdb.btrace/record_goto.exp
3984 * gdb.btrace/rn-dl-bind.exp
3985 * gdb.btrace/segv.exp
3986 * gdb.btrace/step.exp
3987 * gdb.btrace/stepi.exp
3988 * gdb.btrace/tailcall-only.exp
3989 * gdb.btrace/tailcall.exp
3990 * gdb.btrace/tsx.exp
3991 * gdb.btrace/unknown_functions.exp
3992 * gdb.btrace/vdso.exp
3993 * gdb.compile/compile-ifunc.exp
3994 * gdb.compile/compile-ops.exp
3995 * gdb.compile/compile-print.exp
3996 * gdb.compile/compile-setjmp.exp
3997 * gdb.cp/abstract-origin.exp
3998 * gdb.cp/ambiguous.exp
3999 * gdb.cp/annota2.exp
4000 * gdb.cp/annota3.exp
4001 * gdb.cp/anon-ns.exp
4002 * gdb.cp/anon-struct.exp
4003 * gdb.cp/anon-union.exp
4004 * gdb.cp/arg-reference.exp
4005 * gdb.cp/baseenum.exp
4006 * gdb.cp/bool.exp
4007 * gdb.cp/breakpoint.exp
4008 * gdb.cp/bs15503.exp
4009 * gdb.cp/call-c.exp
4010 * gdb.cp/casts.exp
4011 * gdb.cp/chained-calls.exp
4012 * gdb.cp/class2.exp
4013 * gdb.cp/classes.exp
4014 * gdb.cp/cmpd-minsyms.exp
4015 * gdb.cp/converts.exp
4016 * gdb.cp/cp-relocate.exp
4017 * gdb.cp/cpcompletion.exp
4018 * gdb.cp/cpexprs.exp
4019 * gdb.cp/cplabel.exp
4020 * gdb.cp/cplusfuncs.exp
4021 * gdb.cp/cpsizeof.exp
4022 * gdb.cp/ctti.exp
4023 * gdb.cp/derivation.exp
4024 * gdb.cp/destrprint.exp
4025 * gdb.cp/dispcxx.exp
4026 * gdb.cp/enum-class.exp
4027 * gdb.cp/exception.exp
4028 * gdb.cp/exceptprint.exp
4029 * gdb.cp/expand-psymtabs-cxx.exp
4030 * gdb.cp/expand-sals.exp
4031 * gdb.cp/extern-c.exp
4032 * gdb.cp/filename.exp
4033 * gdb.cp/formatted-ref.exp
4034 * gdb.cp/fpointer.exp
4035 * gdb.cp/gdb1355.exp
4036 * gdb.cp/gdb2495.exp
4037 * gdb.cp/hang.exp
4038 * gdb.cp/impl-this.exp
4039 * gdb.cp/infcall-dlopen.exp
4040 * gdb.cp/inherit.exp
4041 * gdb.cp/iostream.exp
4042 * gdb.cp/koenig.exp
4043 * gdb.cp/local.exp
4044 * gdb.cp/m-data.exp
4045 * gdb.cp/m-static.exp
4046 * gdb.cp/mb-ctor.exp
4047 * gdb.cp/mb-inline.exp
4048 * gdb.cp/mb-templates.exp
4049 * gdb.cp/member-name.exp
4050 * gdb.cp/member-ptr.exp
4051 * gdb.cp/meth-typedefs.exp
4052 * gdb.cp/method.exp
4053 * gdb.cp/method2.exp
4054 * gdb.cp/minsym-fallback.exp
4055 * gdb.cp/misc.exp
4056 * gdb.cp/namelessclass.exp
4057 * gdb.cp/namespace-enum.exp
4058 * gdb.cp/namespace-nested-import.exp
4059 * gdb.cp/namespace.exp
4060 * gdb.cp/nextoverthrow.exp
4061 * gdb.cp/no-dmgl-verbose.exp
4062 * gdb.cp/non-trivial-retval.exp
4063 * gdb.cp/noparam.exp
4064 * gdb.cp/nsdecl.exp
4065 * gdb.cp/nsimport.exp
4066 * gdb.cp/nsnested.exp
4067 * gdb.cp/nsnoimports.exp
4068 * gdb.cp/nsrecurs.exp
4069 * gdb.cp/nsstress.exp
4070 * gdb.cp/nsusing.exp
4071 * gdb.cp/operator.exp
4072 * gdb.cp/oranking.exp
4073 * gdb.cp/overload-const.exp
4074 * gdb.cp/overload.exp
4075 * gdb.cp/ovldbreak.exp
4076 * gdb.cp/ovsrch.exp
4077 * gdb.cp/paren-type.exp
4078 * gdb.cp/parse-lang.exp
4079 * gdb.cp/pass-by-ref.exp
4080 * gdb.cp/pr-1023.exp
4081 * gdb.cp/pr-1210.exp
4082 * gdb.cp/pr-574.exp
4083 * gdb.cp/pr10687.exp
4084 * gdb.cp/pr12028.exp
4085 * gdb.cp/pr17132.exp
4086 * gdb.cp/pr17494.exp
4087 * gdb.cp/pr9067.exp
4088 * gdb.cp/pr9167.exp
4089 * gdb.cp/pr9631.exp
4090 * gdb.cp/printmethod.exp
4091 * gdb.cp/psmang.exp
4092 * gdb.cp/psymtab-parameter.exp
4093 * gdb.cp/ptype-cv-cp.exp
4094 * gdb.cp/ptype-flags.exp
4095 * gdb.cp/re-set-overloaded.exp
4096 * gdb.cp/ref-types.exp
4097 * gdb.cp/rtti.exp
4098 * gdb.cp/scope-err.exp
4099 * gdb.cp/shadow.exp
4100 * gdb.cp/smartp.exp
4101 * gdb.cp/static-method.exp
4102 * gdb.cp/static-print-quit.exp
4103 * gdb.cp/temargs.exp
4104 * gdb.cp/templates.exp
4105 * gdb.cp/try_catch.exp
4106 * gdb.cp/typedef-operator.exp
4107 * gdb.cp/typeid.exp
4108 * gdb.cp/userdef.exp
4109 * gdb.cp/using-crash.exp
4110 * gdb.cp/var-tag.exp
4111 * gdb.cp/virtbase.exp
4112 * gdb.cp/virtfunc.exp
4113 * gdb.cp/virtfunc2.exp
4114 * gdb.cp/vla-cxx.exp
4115 * gdb.disasm/t01_mov.exp
4116 * gdb.disasm/t02_mova.exp
4117 * gdb.disasm/t03_add.exp
4118 * gdb.disasm/t04_sub.exp
4119 * gdb.disasm/t05_cmp.exp
4120 * gdb.disasm/t06_ari2.exp
4121 * gdb.disasm/t07_ari3.exp
4122 * gdb.disasm/t08_or.exp
4123 * gdb.disasm/t09_xor.exp
4124 * gdb.disasm/t10_and.exp
4125 * gdb.disasm/t11_logs.exp
4126 * gdb.disasm/t12_bit.exp
4127 * gdb.disasm/t13_otr.exp
4128 * gdb.dlang/circular.exp
4129 * gdb.dwarf2/arr-stride.exp
4130 * gdb.dwarf2/arr-subrange.exp
4131 * gdb.dwarf2/atomic-type.exp
4132 * gdb.dwarf2/bad-regnum.exp
4133 * gdb.dwarf2/bitfield-parent-optimized-out.exp
4134 * gdb.dwarf2/callframecfa.exp
4135 * gdb.dwarf2/clztest.exp
4136 * gdb.dwarf2/corrupt.exp
4137 * gdb.dwarf2/data-loc.exp
4138 * gdb.dwarf2/dup-psym.exp
4139 * gdb.dwarf2/dw2-anon-mptr.exp
4140 * gdb.dwarf2/dw2-anonymous-func.exp
4141 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
4142 * gdb.dwarf2/dw2-bad-unresolved.exp
4143 * gdb.dwarf2/dw2-basic.exp
4144 * gdb.dwarf2/dw2-canonicalize-type.exp
4145 * gdb.dwarf2/dw2-case-insensitive.exp
4146 * gdb.dwarf2/dw2-common-block.exp
4147 * gdb.dwarf2/dw2-compdir-oldgcc.exp
4148 * gdb.dwarf2/dw2-compressed.exp
4149 * gdb.dwarf2/dw2-const.exp
4150 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
4151 * gdb.dwarf2/dw2-cu-size.exp
4152 * gdb.dwarf2/dw2-dup-frame.exp
4153 * gdb.dwarf2/dw2-entry-value.exp
4154 * gdb.dwarf2/dw2-icycle.exp
4155 * gdb.dwarf2/dw2-ifort-parameter.exp
4156 * gdb.dwarf2/dw2-inline-break.exp
4157 * gdb.dwarf2/dw2-inline-param.exp
4158 * gdb.dwarf2/dw2-intercu.exp
4159 * gdb.dwarf2/dw2-intermix.exp
4160 * gdb.dwarf2/dw2-lexical-block-bare.exp
4161 * gdb.dwarf2/dw2-linkage-name-trust.exp
4162 * gdb.dwarf2/dw2-minsym-in-cu.exp
4163 * gdb.dwarf2/dw2-noloc.exp
4164 * gdb.dwarf2/dw2-op-call.exp
4165 * gdb.dwarf2/dw2-op-out-param.exp
4166 * gdb.dwarf2/dw2-opt-structptr.exp
4167 * gdb.dwarf2/dw2-param-error.exp
4168 * gdb.dwarf2/dw2-producer.exp
4169 * gdb.dwarf2/dw2-ranges-base.exp
4170 * gdb.dwarf2/dw2-ref-missing-frame.exp
4171 * gdb.dwarf2/dw2-reg-undefined.exp
4172 * gdb.dwarf2/dw2-regno-invalid.exp
4173 * gdb.dwarf2/dw2-restore.exp
4174 * gdb.dwarf2/dw2-restrict.exp
4175 * gdb.dwarf2/dw2-single-line-discriminators.exp
4176 * gdb.dwarf2/dw2-strp.exp
4177 * gdb.dwarf2/dw2-undefined-ret-addr.exp
4178 * gdb.dwarf2/dw2-unresolved.exp
4179 * gdb.dwarf2/dw2-var-zero-addr.exp
4180 * gdb.dwarf2/dw4-sig-types.exp
4181 * gdb.dwarf2/dwz.exp
4182 * gdb.dwarf2/dynarr-ptr.exp
4183 * gdb.dwarf2/enum-type.exp
4184 * gdb.dwarf2/gdb-index.exp
4185 * gdb.dwarf2/implptr-64bit.exp
4186 * gdb.dwarf2/implptr-optimized-out.exp
4187 * gdb.dwarf2/implptr.exp
4188 * gdb.dwarf2/implref-array.exp
4189 * gdb.dwarf2/implref-const.exp
4190 * gdb.dwarf2/implref-global.exp
4191 * gdb.dwarf2/implref-struct.exp
4192 * gdb.dwarf2/mac-fileno.exp
4193 * gdb.dwarf2/main-subprogram.exp
4194 * gdb.dwarf2/member-ptr-forwardref.exp
4195 * gdb.dwarf2/method-ptr.exp
4196 * gdb.dwarf2/missing-sig-type.exp
4197 * gdb.dwarf2/nonvar-access.exp
4198 * gdb.dwarf2/opaque-type-lookup.exp
4199 * gdb.dwarf2/pieces-optimized-out.exp
4200 * gdb.dwarf2/pieces.exp
4201 * gdb.dwarf2/pr10770.exp
4202 * gdb.dwarf2/pr13961.exp
4203 * gdb.dwarf2/staticvirtual.exp
4204 * gdb.dwarf2/subrange.exp
4205 * gdb.dwarf2/symtab-producer.exp
4206 * gdb.dwarf2/trace-crash.exp
4207 * gdb.dwarf2/typeddwarf.exp
4208 * gdb.dwarf2/valop.exp
4209 * gdb.dwarf2/watch-notconst.exp
4210 * gdb.fortran/array-element.exp
4211 * gdb.fortran/charset.exp
4212 * gdb.fortran/common-block.exp
4213 * gdb.fortran/complex.exp
4214 * gdb.fortran/derived-type-function.exp
4215 * gdb.fortran/derived-type.exp
4216 * gdb.fortran/logical.exp
4217 * gdb.fortran/module.exp
4218 * gdb.fortran/multi-dim.exp
4219 * gdb.fortran/nested-funcs.exp
4220 * gdb.fortran/print-formatted.exp
4221 * gdb.fortran/subarray.exp
4222 * gdb.fortran/vla-alloc-assoc.exp
4223 * gdb.fortran/vla-datatypes.exp
4224 * gdb.fortran/vla-history.exp
4225 * gdb.fortran/vla-ptr-info.exp
4226 * gdb.fortran/vla-ptype-sub.exp
4227 * gdb.fortran/vla-ptype.exp
4228 * gdb.fortran/vla-sizeof.exp
4229 * gdb.fortran/vla-type.exp
4230 * gdb.fortran/vla-value-sub-arbitrary.exp
4231 * gdb.fortran/vla-value-sub-finish.exp
4232 * gdb.fortran/vla-value-sub.exp
4233 * gdb.fortran/vla-value.exp
4234 * gdb.fortran/whatis_type.exp
4235 * gdb.go/chan.exp
4236 * gdb.go/handcall.exp
4237 * gdb.go/hello.exp
4238 * gdb.go/integers.exp
4239 * gdb.go/methods.exp
4240 * gdb.go/package.exp
4241 * gdb.go/strings.exp
4242 * gdb.go/types.exp
4243 * gdb.go/unsafe.exp
4244 * gdb.guile/scm-arch.exp
4245 * gdb.guile/scm-block.exp
4246 * gdb.guile/scm-breakpoint.exp
4247 * gdb.guile/scm-cmd.exp
4248 * gdb.guile/scm-disasm.exp
4249 * gdb.guile/scm-equal.exp
4250 * gdb.guile/scm-frame-args.exp
4251 * gdb.guile/scm-frame-inline.exp
4252 * gdb.guile/scm-frame.exp
4253 * gdb.guile/scm-iterator.exp
4254 * gdb.guile/scm-math.exp
4255 * gdb.guile/scm-objfile.exp
4256 * gdb.guile/scm-ports.exp
4257 * gdb.guile/scm-symbol.exp
4258 * gdb.guile/scm-symtab.exp
4259 * gdb.guile/scm-value-cc.exp
4260 * gdb.guile/types-module.exp
4261 * gdb.linespec/break-ask.exp
4262 * gdb.linespec/cpexplicit.exp
4263 * gdb.linespec/explicit.exp
4264 * gdb.linespec/keywords.exp
4265 * gdb.linespec/linespec.exp
4266 * gdb.linespec/ls-dollar.exp
4267 * gdb.linespec/ls-errs.exp
4268 * gdb.linespec/skip-two.exp
4269 * gdb.linespec/thread.exp
4270 * gdb.mi/mi-async.exp
4271 * gdb.mi/mi-basics.exp
4272 * gdb.mi/mi-break.exp
4273 * gdb.mi/mi-catch-load.exp
4274 * gdb.mi/mi-cli.exp
4275 * gdb.mi/mi-cmd-param-changed.exp
4276 * gdb.mi/mi-console.exp
4277 * gdb.mi/mi-detach.exp
4278 * gdb.mi/mi-disassemble.exp
4279 * gdb.mi/mi-eval.exp
4280 * gdb.mi/mi-file-transfer.exp
4281 * gdb.mi/mi-file.exp
4282 * gdb.mi/mi-fill-memory.exp
4283 * gdb.mi/mi-inheritance-syntax-error.exp
4284 * gdb.mi/mi-linespec-err-cp.exp
4285 * gdb.mi/mi-logging.exp
4286 * gdb.mi/mi-memory-changed.exp
4287 * gdb.mi/mi-read-memory.exp
4288 * gdb.mi/mi-record-changed.exp
4289 * gdb.mi/mi-reg-undefined.exp
4290 * gdb.mi/mi-regs.exp
4291 * gdb.mi/mi-return.exp
4292 * gdb.mi/mi-reverse.exp
4293 * gdb.mi/mi-simplerun.exp
4294 * gdb.mi/mi-solib.exp
4295 * gdb.mi/mi-stack.exp
4296 * gdb.mi/mi-stepi.exp
4297 * gdb.mi/mi-syn-frame.exp
4298 * gdb.mi/mi-until.exp
4299 * gdb.mi/mi-var-block.exp
4300 * gdb.mi/mi-var-child.exp
4301 * gdb.mi/mi-var-cmd.exp
4302 * gdb.mi/mi-var-cp.exp
4303 * gdb.mi/mi-var-display.exp
4304 * gdb.mi/mi-var-invalidate.exp
4305 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
4306 * gdb.mi/mi-vla-fortran.exp
4307 * gdb.mi/mi-watch.exp
4308 * gdb.mi/mi2-var-child.exp
4309 * gdb.mi/user-selected-context-sync.exp
4310 * gdb.modula2/unbounded-array.exp
4311 * gdb.multi/dummy-frame-restore.exp
4312 * gdb.multi/multi-arch-exec.exp
4313 * gdb.multi/multi-arch.exp
4314 * gdb.multi/tids.exp
4315 * gdb.multi/watchpoint-multi.exp
4316 * gdb.opencl/callfuncs.exp
4317 * gdb.opencl/convs_casts.exp
4318 * gdb.opencl/datatypes.exp
4319 * gdb.opencl/operators.exp
4320 * gdb.opencl/vec_comps.exp
4321 * gdb.opt/clobbered-registers-O2.exp
4322 * gdb.opt/inline-break.exp
4323 * gdb.opt/inline-bt.exp
4324 * gdb.opt/inline-cmds.exp
4325 * gdb.opt/inline-locals.exp
4326 * gdb.pascal/case-insensitive-symbols.exp
4327 * gdb.pascal/floats.exp
4328 * gdb.pascal/gdb11492.exp
4329 * gdb.python/lib-types.exp
4330 * gdb.python/py-arch.exp
4331 * gdb.python/py-as-string.exp
4332 * gdb.python/py-bad-printers.exp
4333 * gdb.python/py-block.exp
4334 * gdb.python/py-breakpoint-create-fail.exp
4335 * gdb.python/py-breakpoint.exp
4336 * gdb.python/py-caller-is.exp
4337 * gdb.python/py-cmd.exp
4338 * gdb.python/py-explore-cc.exp
4339 * gdb.python/py-explore.exp
4340 * gdb.python/py-finish-breakpoint.exp
4341 * gdb.python/py-finish-breakpoint2.exp
4342 * gdb.python/py-frame-args.exp
4343 * gdb.python/py-frame-inline.exp
4344 * gdb.python/py-frame.exp
4345 * gdb.python/py-framefilter-mi.exp
4346 * gdb.python/py-infthread.exp
4347 * gdb.python/py-lazy-string.exp
4348 * gdb.python/py-linetable.exp
4349 * gdb.python/py-mi-events.exp
4350 * gdb.python/py-mi-objfile.exp
4351 * gdb.python/py-mi.exp
4352 * gdb.python/py-objfile.exp
4353 * gdb.python/py-pp-integral.exp
4354 * gdb.python/py-pp-maint.exp
4355 * gdb.python/py-pp-re-notag.exp
4356 * gdb.python/py-pp-registration.exp
4357 * gdb.python/py-recurse-unwind.exp
4358 * gdb.python/py-strfns.exp
4359 * gdb.python/py-symbol.exp
4360 * gdb.python/py-symtab.exp
4361 * gdb.python/py-sync-interp.exp
4362 * gdb.python/py-typeprint.exp
4363 * gdb.python/py-unwind-maint.exp
4364 * gdb.python/py-unwind.exp
4365 * gdb.python/py-value-cc.exp
4366 * gdb.python/py-xmethods.exp
4367 * gdb.reverse/amd64-tailcall-reverse.exp
4368 * gdb.reverse/break-precsave.exp
4369 * gdb.reverse/break-reverse.exp
4370 * gdb.reverse/consecutive-precsave.exp
4371 * gdb.reverse/consecutive-reverse.exp
4372 * gdb.reverse/finish-precsave.exp
4373 * gdb.reverse/finish-reverse-bkpt.exp
4374 * gdb.reverse/finish-reverse.exp
4375 * gdb.reverse/fstatat-reverse.exp
4376 * gdb.reverse/getresuid-reverse.exp
4377 * gdb.reverse/i386-precsave.exp
4378 * gdb.reverse/i386-reverse.exp
4379 * gdb.reverse/i386-sse-reverse.exp
4380 * gdb.reverse/i387-env-reverse.exp
4381 * gdb.reverse/i387-stack-reverse.exp
4382 * gdb.reverse/insn-reverse.exp
4383 * gdb.reverse/machinestate-precsave.exp
4384 * gdb.reverse/machinestate.exp
4385 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4386 * gdb.reverse/pipe-reverse.exp
4387 * gdb.reverse/readv-reverse.exp
4388 * gdb.reverse/recvmsg-reverse.exp
4389 * gdb.reverse/rerun-prec.exp
4390 * gdb.reverse/s390-mvcle.exp
4391 * gdb.reverse/step-precsave.exp
4392 * gdb.reverse/step-reverse.exp
4393 * gdb.reverse/time-reverse.exp
4394 * gdb.reverse/until-precsave.exp
4395 * gdb.reverse/until-reverse.exp
4396 * gdb.reverse/waitpid-reverse.exp
4397 * gdb.reverse/watch-precsave.exp
4398 * gdb.reverse/watch-reverse.exp
4399 * gdb.rust/generics.exp
4400 * gdb.rust/methods.exp
4401 * gdb.rust/modules.exp
4402 * gdb.rust/simple.exp
4403 * gdb.server/connect-with-no-symbol-file.exp
4404 * gdb.server/ext-attach.exp
4405 * gdb.server/ext-restart.exp
4406 * gdb.server/ext-wrapper.exp
4407 * gdb.server/file-transfer.exp
4408 * gdb.server/server-exec-info.exp
4409 * gdb.server/server-kill.exp
4410 * gdb.server/server-mon.exp
4411 * gdb.server/wrapper.exp
4412 * gdb.stabs/exclfwd.exp
4413 * gdb.stabs/gdb11479.exp
4414 * gdb.threads/clone-new-thread-event.exp
4415 * gdb.threads/corethreads.exp
4416 * gdb.threads/current-lwp-dead.exp
4417 * gdb.threads/dlopen-libpthread.exp
4418 * gdb.threads/gcore-thread.exp
4419 * gdb.threads/sigstep-threads.exp
4420 * gdb.threads/watchpoint-fork.exp
4421 * gdb.trace/actions-changed.exp
4422 * gdb.trace/backtrace.exp
4423 * gdb.trace/change-loc.exp
4424 * gdb.trace/circ.exp
4425 * gdb.trace/collection.exp
4426 * gdb.trace/disconnected-tracing.exp
4427 * gdb.trace/ftrace.exp
4428 * gdb.trace/mi-trace-frame-collected.exp
4429 * gdb.trace/mi-trace-unavailable.exp
4430 * gdb.trace/mi-traceframe-changed.exp
4431 * gdb.trace/mi-tsv-changed.exp
4432 * gdb.trace/no-attach-trace.exp
4433 * gdb.trace/passc-dyn.exp
4434 * gdb.trace/qtro.exp
4435 * gdb.trace/range-stepping.exp
4436 * gdb.trace/read-memory.exp
4437 * gdb.trace/save-trace.exp
4438 * gdb.trace/signal.exp
4439 * gdb.trace/status-stop.exp
4440 * gdb.trace/tfile.exp
4441 * gdb.trace/trace-break.exp
4442 * gdb.trace/trace-buffer-size.exp
4443 * gdb.trace/trace-condition.exp
4444 * gdb.trace/tracefile-pseudo-reg.exp
4445 * gdb.trace/tstatus.exp
4446 * gdb.trace/unavailable.exp
4447 * gdb.trace/while-dyn.exp
4448 * gdb.trace/while-stepping.exp
4449
34c41c68
DE
44502016-12-22 Doug Evans <xdje42@gmail.com>
4451
4452 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
4453 and msymbols.
4454
16e69324
YQ
44552016-12-19 Yao Qi <yao.qi@linaro.org>
4456
4457 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
4458 (test_with_self): Don't call do_steps_and_nexts, and remove
4459 code about stepping into xmalloc.
4460
f94f411b
YQ
44612016-12-09 Yao Qi <yao.qi@linaro.org>
4462
4463 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
4464
44652016-12-09 Yao Qi <yao.qi@linaro.org>
4466
4467 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
4468
f1b5deee
PA
44692016-12-09 Pedro Alves <palves@redhat.com>
4470
4471 * gdb.base/all-architectures-0.exp: New file.
4472 * gdb.base/all-architectures-1.exp: New file.
4473 * gdb.base/all-architectures-2.exp: New file.
4474 * gdb.base/all-architectures-3.exp: New file.
4475 * gdb.base/all-architectures-4.exp: New file.
4476 * gdb.base/all-architectures-5.exp: New file.
4477 * gdb.base/all-architectures-6.exp: New file.
4478 * gdb.base/all-architectures-7.exp: New file.
4479 * gdb.base/all-architectures.exp.in: New file.
4480
364ca42e
YQ
44812016-12-09 Yao Qi <yao.qi@linaro.org>
4482
4483 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
4484
107c2d62
LM
44852016-12-02 Luis Machado <lgustavo@codesourcery.com>
4486
4487 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
4488 possible.
4489 Remove useless pattern-matching code.
4490
df3ee9ca
PA
44912016-12-02 Pedro Alves <palves@redhat.com>
4492
4493 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
4494 procedure.
4495 (top level): Call it.
4496
ec835369
PA
44972016-12-02 Pedro Alves <palves@redhat.com>
4498
4499 * gdb.base/commands.exp (user_defined_command_args_stack_test):
4500 New procedure.
4501 (top level): Call it.
4502
01770bbd
PA
45032016-12-02 Pedro Alves <palves@redhat.com>
4504
4505 PR cli/20559
4506 * gdb.base/commands.exp (user_defined_command_args_eval): New
4507 procedure.
4508 (top level): Call it.
4509
008459ea
LM
45102016-12-02 Luis Machado <lgustavo@codesourcery.com>
4511
4512 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
4513 timeout handling.
4514
0c1b455e
TT
45152016-12-02 Tom Tromey <tom@tromey.com>
4516
4517 * gdb.dwarf2/main-subprogram.c: New file.
4518 * gdb.dwarf2/main-subprogram.exp: New file.
4519
018572b8
LM
45202016-12-01 Luis Machado <lgustavo@codesourcery.com>
4521
4522 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
4523 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
4524 gdb_test_no_output for a couple of cases.
4525 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
4526
84c93cd5
LM
45272016-12-01 Luis Machado <lgustavo@codesourcery.com>
4528
4529 Fix test names and standardize compilation error messages throughout
4530 the following files:
4531
4532 * gdb.ada/start.exp
4533 * gdb.arch/alpha-step.exp
4534 * gdb.arch/e500-prologue.exp
4535 * gdb.arch/ftrace-insn-reloc.exp
4536 * gdb.arch/gdb1291.exp
4537 * gdb.arch/gdb1431.exp
4538 * gdb.arch/gdb1558.exp
4539 * gdb.arch/i386-dr3-watch.exp
4540 * gdb.arch/i386-sse-stack-align.exp
4541 * gdb.arch/ia64-breakpoint-shadow.exp
4542 * gdb.arch/pa-nullify.exp
4543 * gdb.arch/powerpc-aix-prologue.exp
4544 * gdb.arch/thumb-bx-pc.exp
4545 * gdb.base/annota1.exp
4546 * gdb.base/annota3.exp
4547 * gdb.base/arrayidx.exp
4548 * gdb.base/assign.exp
4549 * gdb.base/attach.exp
4550 * gdb.base/auxv.exp
4551 * gdb.base/bang.exp
4552 * gdb.base/bfp-test.exp
4553 * gdb.base/bigcore.exp
4554 * gdb.base/bitfields2.exp
4555 * gdb.base/break-fun-addr.exp
4556 * gdb.base/break-probes.exp
4557 * gdb.base/call-rt-st.exp
4558 * gdb.base/callexit.exp
4559 * gdb.base/catch-fork-kill.exp
4560 * gdb.base/charset.exp
4561 * gdb.base/checkpoint.exp
4562 * gdb.base/comprdebug.exp
4563 * gdb.base/constvars.exp
4564 * gdb.base/coredump-filter.exp
4565 * gdb.base/cursal.exp
4566 * gdb.base/cvexpr.exp
4567 * gdb.base/detach.exp
4568 * gdb.base/display.exp
4569 * gdb.base/dmsym.exp
4570 * gdb.base/dprintf-pending.exp
4571 * gdb.base/dso2dso.exp
4572 * gdb.base/dtrace-probe.exp
4573 * gdb.base/dump.exp
4574 * gdb.base/enum_cond.exp
4575 * gdb.base/exe-lock.exp
4576 * gdb.base/exec-invalid-sysroot.exp
4577 * gdb.base/execl-update-breakpoints.exp
4578 * gdb.base/exprs.exp
4579 * gdb.base/fileio.exp
4580 * gdb.base/find.exp
4581 * gdb.base/finish.exp
4582 * gdb.base/fixsection.exp
4583 * gdb.base/foll-vfork.exp
4584 * gdb.base/frame-args.exp
4585 * gdb.base/gcore.exp
4586 * gdb.base/gdb1250.exp
4587 * gdb.base/global-var-nested-by-dso.exp
4588 * gdb.base/gnu-ifunc.exp
4589 * gdb.base/hashline1.exp
4590 * gdb.base/hashline2.exp
4591 * gdb.base/hashline3.exp
4592 * gdb.base/hbreak-in-shr-unsupported.exp
4593 * gdb.base/huge.exp
4594 * gdb.base/infcall-input.exp
4595 * gdb.base/info-fun.exp
4596 * gdb.base/info-shared.exp
4597 * gdb.base/jit-simple.exp
4598 * gdb.base/jit-so.exp
4599 * gdb.base/jit.exp
4600 * gdb.base/jump.exp
4601 * gdb.base/label.exp
4602 * gdb.base/lineinc.exp
4603 * gdb.base/logical.exp
4604 * gdb.base/longjmp.exp
4605 * gdb.base/macscp.exp
4606 * gdb.base/miscexprs.exp
4607 * gdb.base/new-ui-echo.exp
4608 * gdb.base/new-ui-pending-input.exp
4609 * gdb.base/new-ui.exp
4610 * gdb.base/nodebug.exp
4611 * gdb.base/nofield.exp
4612 * gdb.base/offsets.exp
4613 * gdb.base/overlays.exp
4614 * gdb.base/pending.exp
4615 * gdb.base/pointers.exp
4616 * gdb.base/pr11022.exp
4617 * gdb.base/printcmds.exp
4618 * gdb.base/prologue.exp
4619 * gdb.base/ptr-typedef.exp
4620 * gdb.base/realname-expand.exp
4621 * gdb.base/relativedebug.exp
4622 * gdb.base/relocate.exp
4623 * gdb.base/remote.exp
4624 * gdb.base/reread.exp
4625 * gdb.base/return2.exp
4626 * gdb.base/savedregs.exp
4627 * gdb.base/sep.exp
4628 * gdb.base/sepdebug.exp
4629 * gdb.base/sepsymtab.exp
4630 * gdb.base/set-inferior-tty.exp
4631 * gdb.base/setshow.exp
4632 * gdb.base/shlib-call.exp
4633 * gdb.base/sigaltstack.exp
4634 * gdb.base/siginfo-addr.exp
4635 * gdb.base/signals.exp
4636 * gdb.base/signull.exp
4637 * gdb.base/sigrepeat.exp
4638 * gdb.base/so-impl-ld.exp
4639 * gdb.base/solib-display.exp
4640 * gdb.base/solib-overlap.exp
4641 * gdb.base/solib-search.exp
4642 * gdb.base/solib-symbol.exp
4643 * gdb.base/structs.exp
4644 * gdb.base/structs2.exp
4645 * gdb.base/symtab-search-order.exp
4646 * gdb.base/twice.exp
4647 * gdb.base/unload.exp
4648 * gdb.base/varargs.exp
4649 * gdb.base/watchpoint-solib.exp
4650 * gdb.base/watchpoint.exp
4651 * gdb.base/whatis.exp
4652 * gdb.base/wrong_frame_bt_full.exp
4653 * gdb.btrace/dlopen.exp
4654 * gdb.cell/ea-standalone.exp
4655 * gdb.cell/ea-test.exp
4656 * gdb.cp/dispcxx.exp
4657 * gdb.cp/gdb2384.exp
4658 * gdb.cp/method2.exp
4659 * gdb.cp/nextoverthrow.exp
4660 * gdb.cp/pr10728.exp
4661 * gdb.disasm/am33.exp
4662 * gdb.disasm/h8300s.exp
4663 * gdb.disasm/mn10300.exp
4664 * gdb.disasm/sh3.exp
4665 * gdb.dwarf2/dw2-dir-file-name.exp
4666 * gdb.fortran/complex.exp
4667 * gdb.fortran/library-module.exp
4668 * gdb.guile/scm-pretty-print.exp
4669 * gdb.guile/scm-symbol.exp
4670 * gdb.guile/scm-type.exp
4671 * gdb.guile/scm-value.exp
4672 * gdb.linespec/linespec.exp
4673 * gdb.mi/gdb701.exp
4674 * gdb.mi/gdb792.exp
4675 * gdb.mi/mi-breakpoint-changed.exp
4676 * gdb.mi/mi-dprintf-pending.exp
4677 * gdb.mi/mi-dprintf.exp
4678 * gdb.mi/mi-exit-code.exp
4679 * gdb.mi/mi-pending.exp
4680 * gdb.mi/mi-solib.exp
4681 * gdb.mi/new-ui-mi-sync.exp
4682 * gdb.mi/pr11022.exp
4683 * gdb.mi/user-selected-context-sync.exp
4684 * gdb.opt/solib-intra-step.exp
4685 * gdb.python/py-events.exp
4686 * gdb.python/py-finish-breakpoint.exp
4687 * gdb.python/py-mi.exp
4688 * gdb.python/py-prettyprint.exp
4689 * gdb.python/py-shared.exp
4690 * gdb.python/py-symbol.exp
4691 * gdb.python/py-template.exp
4692 * gdb.python/py-type.exp
4693 * gdb.python/py-value.exp
4694 * gdb.reverse/solib-precsave.exp
4695 * gdb.reverse/solib-reverse.exp
4696 * gdb.server/solib-list.exp
4697 * gdb.stabs/weird.exp
4698 * gdb.threads/reconnect-signal.exp
4699 * gdb.threads/stepi-random-signal.exp
4700 * gdb.trace/actions.exp
4701 * gdb.trace/ax.exp
4702 * gdb.trace/backtrace.exp
4703 * gdb.trace/change-loc.exp
4704 * gdb.trace/deltrace.exp
4705 * gdb.trace/ftrace-lock.exp
4706 * gdb.trace/ftrace.exp
4707 * gdb.trace/infotrace.exp
4708 * gdb.trace/mi-tracepoint-changed.exp
4709 * gdb.trace/packetlen.exp
4710 * gdb.trace/passcount.exp
4711 * gdb.trace/pending.exp
4712 * gdb.trace/range-stepping.exp
4713 * gdb.trace/report.exp
4714 * gdb.trace/stap-trace.exp
4715 * gdb.trace/tfind.exp
4716 * gdb.trace/trace-break.exp
4717 * gdb.trace/trace-condition.exp
4718 * gdb.trace/trace-enable-disable.exp
4719 * gdb.trace/trace-mt.exp
4720 * gdb.trace/tracecmd.exp
4721 * gdb.trace/tspeed.exp
4722 * gdb.trace/tsv.exp
4723 * lib/perftest.exp
4724
fb9feb35
LM
47252016-12-01 Luis Machado <lgustavo@codesourcery.com>
4726
4727 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
4728 with gdb_test_no_output.
4729 Use command as test name.
4730
cd2ddb6c
LM
47312016-12-01 Luis Machado <lgustavo@codesourcery.com>
4732
4733 Fix test names starting with uppercase throughout the files.
4734
4735 * gdb.ada/assign_1.exp
4736 * gdb.ada/boolean_expr.exp
4737 * gdb.base/arrayidx.exp
4738 * gdb.base/del.exp
4739 * gdb.base/gcore-buffer-overflow.exp
4740 * gdb.base/testenv.exp
4741 * gdb.compile/compile.exp
4742 * gdb.python/py-framefilter-invalidarg.exp
4743 * gdb.python/py-framefilter.exp
4744
bb95117e
LM
47452016-12-01 Luis Machado <lgustavo@codesourcery.com>
4746
4747 Fix test names starting with uppercase throughout the files.
4748
4749 * gdb.ada/array_return.exp
4750 * gdb.ada/expr_delims.exp
4751 * gdb.ada/mi_dyn_arr.exp
4752 * gdb.ada/mi_interface.exp
4753 * gdb.ada/mi_var_array.exp
4754 * gdb.ada/watch_arg.exp
4755 * gdb.arch/alpha-step.exp
4756 * gdb.arch/altivec-regs.exp
4757 * gdb.arch/e500-regs.exp
4758 * gdb.arch/powerpc-d128-regs.exp
4759 * gdb.base/arrayidx.exp
4760 * gdb.base/break.exp
4761 * gdb.base/checkpoint.exp
4762 * gdb.base/debug-expr.exp
4763 * gdb.base/dmsym.exp
4764 * gdb.base/radix.exp
4765 * gdb.base/sepdebug.exp
4766 * gdb.base/testenv.exp
4767 * gdb.base/watch_thread_num.exp
4768 * gdb.base/watchpoint-cond-gone.exp
4769 * gdb.cell/break.exp
4770 * gdb.cell/ea-cache.exp
4771 * gdb.compile/compile.exp
4772 * gdb.cp/gdb2495.exp
4773 * gdb.gdb/selftest.exp
4774 * gdb.gdb/xfullpath.exp
4775 * gdb.go/hello.exp
4776 * gdb.go/integers.exp
4777 * gdb.objc/basicclass.exp
4778 * gdb.pascal/hello.exp
4779 * gdb.pascal/integers.exp
4780 * gdb.python/py-breakpoint.exp
4781 * gdb.python/py-cmd.exp
4782 * gdb.python/py-linetable.exp
4783 * gdb.python/py-xmethods.exp
4784 * gdb.python/python.exp
4785 * gdb.reverse/consecutive-precsave.exp
4786 * gdb.reverse/finish-precsave.exp
4787 * gdb.reverse/i386-precsave.exp
4788 * gdb.reverse/machinestate-precsave.exp
4789 * gdb.reverse/sigall-precsave.exp
4790 * gdb.reverse/solib-precsave.exp
4791 * gdb.reverse/step-precsave.exp
4792 * gdb.reverse/until-precsave.exp
4793 * gdb.reverse/watch-precsave.exp
4794 * gdb.threads/leader-exit.exp
4795 * gdb.threads/pthreads.exp
4796 * gdb.threads/wp-replication.exp
4797 * gdb.trace/actions.exp
4798 * gdb.trace/mi-tsv-changed.exp
4799 * gdb.trace/tsv.exp
4800
de97fdd4
LM
48012016-12-01 Luis Machado <lgustavo@codesourcery.com>
4802
4803 Fix test names starting with uppercase throughout the files.
4804
4805 * gdb.arch/i386-bp_permanent.exp
4806 * gdb.arch/i386-gnu-cfi.exp
4807 * gdb.base/disasm-end-cu.exp
4808 * gdb.base/macscp.exp
4809 * gdb.base/pending.exp
4810 * gdb.base/watch_thread_num.exp
4811 * gdb.cp/exception.exp
4812 * gdb.cp/gdb2495.exp
4813 * gdb.cp/local.exp
4814 * gdb.python/py-evsignal.exp
4815 * gdb.python/python.exp
4816 * gdb.trace/tracecmd.exp
4817
9f058c10
LM
48182016-12-01 Luis Machado <lgustavo@codesourcery.com>
4819
4820 Fix test names starting with uppercase throughout the files.
4821
4822 * gdb.base/charset.exp
4823 * gdb.base/eval.exp
4824 * gdb.base/multi-forks.exp
4825 * gdb.guile/scm-progspace.exp
4826 * gdb.opencl/datatypes.exp
4827 * gdb.python/py-block.exp
4828 * gdb.python/py-function.exp
4829 * gdb.python/py-symbol.exp
4830 * gdb.python/py-symtab.exp
4831 * gdb.python/py-xmethods.exp
4832 * gdb.reverse/break-precsave.exp
4833 * gdb.reverse/break-reverse.exp
4834 * gdb.reverse/consecutive-precsave.exp
4835 * gdb.reverse/consecutive-reverse.exp
4836 * gdb.reverse/finish-precsave.exp
4837 * gdb.reverse/finish-reverse-bkpt.exp
4838 * gdb.reverse/finish-reverse.exp
4839 * gdb.reverse/fstatat-reverse.exp
4840 * gdb.reverse/getresuid-reverse.exp
4841 * gdb.reverse/i386-precsave.exp
4842 * gdb.reverse/i386-reverse.exp
4843 * gdb.reverse/i386-sse-reverse.exp
4844 * gdb.reverse/i387-stack-reverse.exp
4845 * gdb.reverse/insn-reverse.exp
4846 * gdb.reverse/machinestate-precsave.exp
4847 * gdb.reverse/machinestate.exp
4848 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4849 * gdb.reverse/pipe-reverse.exp
4850 * gdb.reverse/readv-reverse.exp
4851 * gdb.reverse/recvmsg-reverse.exp
4852 * gdb.reverse/rerun-prec.exp
4853 * gdb.reverse/s390-mvcle.exp
4854 * gdb.reverse/sigall-precsave.exp
4855 * gdb.reverse/sigall-reverse.exp
4856 * gdb.reverse/solib-precsave.exp
4857 * gdb.reverse/solib-reverse.exp
4858 * gdb.reverse/step-precsave.exp
4859 * gdb.reverse/step-reverse.exp
4860 * gdb.reverse/time-reverse.exp
4861 * gdb.reverse/until-precsave.exp
4862 * gdb.reverse/until-reverse.exp
4863 * gdb.reverse/waitpid-reverse.exp
4864 * gdb.reverse/watch-precsave.exp
4865 * gdb.reverse/watch-reverse.exp
4866
cdc7edd7
LM
48672016-12-01 Luis Machado <lgustavo@codesourcery.com>
4868
4869 Fix test names starting with uppercase throughout the files.
4870
4871 * gdb.arch/i386-mpx-simple_segv.exp
4872 * gdb.arch/i386-mpx.exp
4873 * gdb.arch/i386-permbkpt.exp
4874 * gdb.arch/pa-nullify.exp
4875 * gdb.arch/powerpc-d128-regs.exp
4876 * gdb.arch/vsx-regs.exp
4877 * gdb.base/bfp-test.exp
4878 * gdb.base/break.exp
4879 * gdb.base/breakpoint-shadow.exp
4880 * gdb.base/callfuncs.exp
4881 * gdb.base/charset.exp
4882 * gdb.base/commands.exp
4883 * gdb.base/completion.exp
4884 * gdb.base/dfp-test.exp
4885 * gdb.base/echo.exp
4886 * gdb.base/ending-run.exp
4887 * gdb.base/eval.exp
4888 * gdb.base/expand-psymtabs.exp
4889 * gdb.base/float128.exp
4890 * gdb.base/floatn.exp
4891 * gdb.base/foll-exec-mode.exp
4892 * gdb.base/gdb1056.exp
4893 * gdb.base/gdb11531.exp
4894 * gdb.base/kill-after-signal.exp
4895 * gdb.base/multi-forks.exp
4896 * gdb.base/overlays.exp
4897 * gdb.base/pending.exp
4898 * gdb.base/sepdebug.exp
4899 * gdb.base/testenv.exp
4900 * gdb.base/valgrind-db-attach.exp
4901 * gdb.base/watch_thread_num.exp
4902 * gdb.base/watchpoint-cond-gone.exp
4903 * gdb.base/watchpoint.exp
4904 * gdb.base/watchpoints.exp
4905 * gdb.cp/arg-reference.exp
4906 * gdb.cp/baseenum.exp
4907 * gdb.cp/operator.exp
4908 * gdb.cp/shadow.exp
4909 * gdb.dwarf2/dw2-op-out-param.exp
4910 * gdb.dwarf2/dw2-reg-undefined.exp
4911 * gdb.go/chan.exp
4912 * gdb.go/hello.exp
4913 * gdb.go/integers.exp
4914 * gdb.go/methods.exp
4915 * gdb.go/package.exp
4916 * gdb.guile/scm-parameter.exp
4917 * gdb.guile/scm-progspace.exp
4918 * gdb.guile/scm-value.exp
4919 * gdb.mi/mi-pending.exp
4920 * gdb.mi/user-selected-context-sync.exp
4921 * gdb.multi/multi-attach.exp
4922 * gdb.multi/tids.exp
4923 * gdb.opt/clobbered-registers-O2.exp
4924 * gdb.pascal/floats.exp
4925 * gdb.pascal/integers.exp
4926 * gdb.python/py-block.exp
4927 * gdb.python/py-events.exp
4928 * gdb.python/py-parameter.exp
4929 * gdb.python/py-symbol.exp
4930 * gdb.python/py-symtab.exp
4931 * gdb.python/py-type.exp
4932 * gdb.python/py-value.exp
4933 * gdb.python/py-xmethods.exp
4934 * gdb.python/python.exp
4935 * gdb.reverse/break-precsave.exp
4936 * gdb.reverse/consecutive-precsave.exp
4937 * gdb.reverse/finish-precsave.exp
4938 * gdb.reverse/i386-precsave.exp
4939 * gdb.reverse/machinestate-precsave.exp
4940 * gdb.reverse/sigall-precsave.exp
4941 * gdb.reverse/solib-precsave.exp
4942 * gdb.reverse/step-precsave.exp
4943 * gdb.reverse/until-precsave.exp
4944 * gdb.reverse/watch-precsave.exp
4945 * gdb.server/ext-attach.exp
4946 * gdb.server/ext-restart.exp
4947 * gdb.server/ext-run.exp
4948 * gdb.server/ext-wrapper.exp
4949 * gdb.stabs/gdb11479.exp
4950 * gdb.stabs/weird.exp
4951 * gdb.threads/attach-many-short-lived-threads.exp
4952 * gdb.threads/kill.exp
4953 * gdb.threads/watchpoint-fork.exp
4954
bc6c7af4
LM
49552016-12-01 Luis Machado <lgustavo@codesourcery.com>
4956
4957 Fix test names starting with uppercase throughout all the files below.
4958
4959 * gdb.ada/array_return.exp
4960 * gdb.ada/catch_ex.exp
4961 * gdb.ada/info_exc.exp
4962 * gdb.ada/mi_catch_ex.exp
4963 * gdb.ada/mi_dyn_arr.exp
4964 * gdb.ada/mi_ex_cond.exp
4965 * gdb.ada/mi_exc_info.exp
4966 * gdb.ada/mi_interface.exp
4967 * gdb.ada/mi_task_arg.exp
4968 * gdb.ada/mi_task_info.exp
4969 * gdb.ada/mi_var_array.exp
4970 * gdb.arch/alpha-step.exp
4971 * gdb.arch/amd64-disp-step.exp
4972 * gdb.arch/arm-disp-step.exp
4973 * gdb.arch/disp-step-insn-reloc.exp
4974 * gdb.arch/e500-prologue.exp
4975 * gdb.arch/ftrace-insn-reloc.exp
4976 * gdb.arch/gdb1558.exp
4977 * gdb.arch/i386-bp_permanent.exp
4978 * gdb.arch/i386-disp-step.exp
4979 * gdb.arch/i386-float.exp
4980 * gdb.arch/i386-gnu-cfi.exp
4981 * gdb.arch/ia64-breakpoint-shadow.exp
4982 * gdb.arch/mips16-thunks.exp
4983 * gdb.arch/pa-nullify.exp
4984 * gdb.arch/powerpc-aix-prologue.exp
4985 * gdb.arch/powerpc-power.exp
4986 * gdb.arch/ppc-dfp.exp
4987 * gdb.arch/s390-tdbregs.exp
4988 * gdb.arch/spu-info.exp
4989 * gdb.arch/spu-ls.exp
4990 * gdb.arch/thumb-bx-pc.exp
4991 * gdb.base/advance.exp
4992 * gdb.base/annota-input-while-running.exp
4993 * gdb.base/arrayidx.exp
4994 * gdb.base/asmlabel.exp
4995 * gdb.base/async.exp
4996 * gdb.base/attach-wait-input.exp
4997 * gdb.base/auto-connect-native-target.exp
4998 * gdb.base/batch-preserve-term-settings.exp
4999 * gdb.base/bfp-test.exp
5000 * gdb.base/bigcore.exp
5001 * gdb.base/bp-permanent.exp
5002 * gdb.base/break-always.exp
5003 * gdb.base/break-fun-addr.exp
5004 * gdb.base/break-idempotent.exp
5005 * gdb.base/break-main-file-remove-fail.exp
5006 * gdb.base/break-probes.exp
5007 * gdb.base/break-unload-file.exp
5008 * gdb.base/break.exp
5009 * gdb.base/call-ar-st.exp
5010 * gdb.base/call-rt-st.exp
5011 * gdb.base/call-sc.exp
5012 * gdb.base/call-signal-resume.exp
5013 * gdb.base/call-strs.exp
5014 * gdb.base/callexit.exp
5015 * gdb.base/callfuncs.exp
5016 * gdb.base/catch-gdb-caused-signals.exp
5017 * gdb.base/catch-signal-siginfo-cond.exp
5018 * gdb.base/catch-syscall.exp
5019 * gdb.base/compare-sections.exp
5020 * gdb.base/cond-eval-mode.exp
5021 * gdb.base/condbreak-call-false.exp
5022 * gdb.base/consecutive-step-over.exp
5023 * gdb.base/cursal.exp
5024 * gdb.base/disabled-location.exp
5025 * gdb.base/disasm-end-cu.exp
5026 * gdb.base/display.exp
5027 * gdb.base/double-prompt-target-event-error.exp
5028 * gdb.base/dprintf-bp-same-addr.exp
5029 * gdb.base/dprintf-detach.exp
5030 * gdb.base/dprintf-next.exp
5031 * gdb.base/dprintf-non-stop.exp
5032 * gdb.base/dprintf-pending.exp
5033 * gdb.base/dso2dso.exp
5034 * gdb.base/ending-run.exp
5035 * gdb.base/enum_cond.exp
5036 * gdb.base/examine-backward.exp
5037 * gdb.base/exe-lock.exp
5038 * gdb.base/exec-invalid-sysroot.exp
5039 * gdb.base/execl-update-breakpoints.exp
5040 * gdb.base/execution-termios.exp
5041 * gdb.base/fileio.exp
5042 * gdb.base/fixsection.exp
5043 * gdb.base/foll-exec-mode.exp
5044 * gdb.base/foll-exec.exp
5045 * gdb.base/fork-running-state.exp
5046 * gdb.base/frame-args.exp
5047 * gdb.base/fullpath-expand.exp
5048 * gdb.base/func-ptr.exp
5049 * gdb.base/gcore-relro-pie.exp
5050 * gdb.base/gdb1090.exp
5051 * gdb.base/gdb1555.exp
5052 * gdb.base/global-var-nested-by-dso.exp
5053 * gdb.base/gnu-ifunc.exp
5054 * gdb.base/hbreak-in-shr-unsupported.exp
5055 * gdb.base/hbreak-unmapped.exp
5056 * gdb.base/hook-stop.exp
5057 * gdb.base/infcall-input.exp
5058 * gdb.base/info-fun.exp
5059 * gdb.base/info-shared.exp
5060 * gdb.base/interrupt-noterm.exp
5061 * gdb.base/jit-so.exp
5062 * gdb.base/jit.exp
5063 * gdb.base/line-symtabs.exp
5064 * gdb.base/list.exp
5065 * gdb.base/longjmp.exp
5066 * gdb.base/macscp.exp
5067 * gdb.base/max-value-size.exp
5068 * gdb.base/nodebug.exp
5069 * gdb.base/nofield.exp
5070 * gdb.base/overlays.exp
5071 * gdb.base/paginate-after-ctrl-c-running.exp
5072 * gdb.base/paginate-bg-execution.exp
5073 * gdb.base/paginate-inferior-exit.exp
5074 * gdb.base/pending.exp
5075 * gdb.base/pr11022.exp
5076 * gdb.base/printcmds.exp
5077 * gdb.base/ptr-typedef.exp
5078 * gdb.base/ptype.exp
5079 * gdb.base/randomize.exp
5080 * gdb.base/range-stepping.exp
5081 * gdb.base/realname-expand.exp
5082 * gdb.base/relativedebug.exp
5083 * gdb.base/remote.exp
5084 * gdb.base/savedregs.exp
5085 * gdb.base/sepdebug.exp
5086 * gdb.base/set-noassign.exp
5087 * gdb.base/shlib-call.exp
5088 * gdb.base/shreloc.exp
5089 * gdb.base/sigaltstack.exp
5090 * gdb.base/sigbpt.exp
5091 * gdb.base/siginfo-addr.exp
5092 * gdb.base/siginfo-obj.exp
5093 * gdb.base/siginfo-thread.exp
5094 * gdb.base/signest.exp
5095 * gdb.base/signull.exp
5096 * gdb.base/sigrepeat.exp
5097 * gdb.base/skip.exp
5098 * gdb.base/so-impl-ld.exp
5099 * gdb.base/solib-corrupted.exp
5100 * gdb.base/solib-disc.exp
5101 * gdb.base/solib-display.exp
5102 * gdb.base/solib-overlap.exp
5103 * gdb.base/solib-search.exp
5104 * gdb.base/solib-symbol.exp
5105 * gdb.base/source-execution.exp
5106 * gdb.base/sss-bp-on-user-bp-2.exp
5107 * gdb.base/sss-bp-on-user-bp.exp
5108 * gdb.base/stack-checking.exp
5109 * gdb.base/stale-infcall.exp
5110 * gdb.base/step-break.exp
5111 * gdb.base/step-line.exp
5112 * gdb.base/step-over-exit.exp
5113 * gdb.base/step-test.exp
5114 * gdb.base/structs.exp
5115 * gdb.base/sym-file.exp
5116 * gdb.base/symtab-search-order.exp
5117 * gdb.base/term.exp
5118 * gdb.base/type-opaque.exp
5119 * gdb.base/unload.exp
5120 * gdb.base/until-nodebug.exp
5121 * gdb.base/until.exp
5122 * gdb.base/unwindonsignal.exp
5123 * gdb.base/watch-cond.exp
5124 * gdb.base/watch-non-mem.exp
5125 * gdb.base/watch_thread_num.exp
5126 * gdb.base/watchpoint-reuse-slot.exp
5127 * gdb.base/watchpoint-solib.exp
5128 * gdb.base/watchpoint.exp
5129 * gdb.btrace/dlopen.exp
5130 * gdb.cell/arch.exp
5131 * gdb.cell/break.exp
5132 * gdb.cell/bt.exp
5133 * gdb.cell/core.exp
5134 * gdb.cell/data.exp
5135 * gdb.cell/dwarfaddr.exp
5136 * gdb.cell/ea-cache.exp
5137 * gdb.cell/ea-standalone.exp
5138 * gdb.cell/ea-test.exp
5139 * gdb.cell/f-regs.exp
5140 * gdb.cell/fork.exp
5141 * gdb.cell/gcore.exp
5142 * gdb.cell/mem-access.exp
5143 * gdb.cell/ptype.exp
5144 * gdb.cell/registers.exp
5145 * gdb.cell/sizeof.exp
5146 * gdb.cell/solib-symbol.exp
5147 * gdb.cell/solib.exp
5148 * gdb.compile/compile-tls.exp
5149 * gdb.cp/exception.exp
5150 * gdb.cp/gdb2495.exp
5151 * gdb.cp/local.exp
5152 * gdb.cp/mb-inline.exp
5153 * gdb.cp/mb-templates.exp
5154 * gdb.cp/pr10687.exp
5155 * gdb.cp/pr9167.exp
5156 * gdb.cp/scope-err.exp
5157 * gdb.cp/templates.exp
5158 * gdb.cp/virtfunc.exp
5159 * gdb.dwarf2/dw2-dir-file-name.exp
5160 * gdb.dwarf2/dw2-single-line-discriminators.exp
5161 * gdb.fortran/complex.exp
5162 * gdb.fortran/library-module.exp
5163 * gdb.guile/guile.exp
5164 * gdb.guile/scm-cmd.exp
5165 * gdb.guile/scm-frame-inline.exp
5166 * gdb.guile/scm-objfile.exp
5167 * gdb.guile/scm-pretty-print.exp
5168 * gdb.guile/scm-symbol.exp
5169 * gdb.guile/scm-type.exp
5170 * gdb.guile/scm-value.exp
5171 * gdb.linespec/keywords.exp
5172 * gdb.linespec/ls-errs.exp
5173 * gdb.linespec/macro-relative.exp
5174 * gdb.linespec/thread.exp
5175 * gdb.mi/mi-breakpoint-changed.exp
5176 * gdb.mi/mi-dprintf-pending.exp
5177 * gdb.mi/mi-fullname-deleted.exp
5178 * gdb.mi/mi-logging.exp
5179 * gdb.mi/mi-pending.exp
5180 * gdb.mi/mi-solib.exp
5181 * gdb.mi/new-ui-mi-sync.exp
5182 * gdb.mi/user-selected-context-sync.exp
5183 * gdb.multi/dummy-frame-restore.exp
5184 * gdb.multi/multi-arch-exec.exp
5185 * gdb.multi/remove-inferiors.exp
5186 * gdb.multi/watchpoint-multi-exit.exp
5187 * gdb.opt/solib-intra-step.exp
5188 * gdb.perf/backtrace.exp
5189 * gdb.perf/single-step.exp
5190 * gdb.perf/skip-command.exp
5191 * gdb.perf/skip-prologue.exp
5192 * gdb.perf/solib.exp
5193 * gdb.python/lib-types.exp
5194 * gdb.python/py-as-string.exp
5195 * gdb.python/py-bad-printers.exp
5196 * gdb.python/py-block.exp
5197 * gdb.python/py-breakpoint.exp
5198 * gdb.python/py-cmd.exp
5199 * gdb.python/py-events.exp
5200 * gdb.python/py-evthreads.exp
5201 * gdb.python/py-finish-breakpoint.exp
5202 * gdb.python/py-finish-breakpoint2.exp
5203 * gdb.python/py-frame-inline.exp
5204 * gdb.python/py-frame.exp
5205 * gdb.python/py-inferior.exp
5206 * gdb.python/py-infthread.exp
5207 * gdb.python/py-mi.exp
5208 * gdb.python/py-objfile.exp
5209 * gdb.python/py-pp-maint.exp
5210 * gdb.python/py-pp-registration.exp
5211 * gdb.python/py-prettyprint.exp
5212 * gdb.python/py-recurse-unwind.exp
5213 * gdb.python/py-shared.exp
5214 * gdb.python/py-symbol.exp
5215 * gdb.python/py-symtab.exp
5216 * gdb.python/py-template.exp
5217 * gdb.python/py-type.exp
5218 * gdb.python/py-unwind-maint.exp
5219 * gdb.python/py-unwind.exp
5220 * gdb.python/py-value.exp
5221 * gdb.python/python.exp
5222 * gdb.reverse/finish-reverse-bkpt.exp
5223 * gdb.reverse/insn-reverse.exp
5224 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5225 * gdb.reverse/solib-precsave.exp
5226 * gdb.reverse/solib-reverse.exp
5227 * gdb.stabs/gdb11479.exp
5228 * gdb.stabs/weird.exp
5229 * gdb.threads/fork-child-threads.exp
5230 * gdb.threads/fork-plus-threads.exp
5231 * gdb.threads/fork-thread-pending.exp
5232 * gdb.threads/forking-threads-plus-breakpoint.exp
5233 * gdb.threads/hand-call-in-threads.exp
5234 * gdb.threads/interrupted-hand-call.exp
5235 * gdb.threads/linux-dp.exp
5236 * gdb.threads/local-watch-wrong-thread.exp
5237 * gdb.threads/next-while-other-thread-longjmps.exp
5238 * gdb.threads/non-ldr-exit.exp
5239 * gdb.threads/pending-step.exp
5240 * gdb.threads/print-threads.exp
5241 * gdb.threads/process-dies-while-detaching.exp
5242 * gdb.threads/process-dies-while-handling-bp.exp
5243 * gdb.threads/pthreads.exp
5244 * gdb.threads/queue-signal.exp
5245 * gdb.threads/reconnect-signal.exp
5246 * gdb.threads/signal-command-handle-nopass.exp
5247 * gdb.threads/signal-command-multiple-signals-pending.exp
5248 * gdb.threads/signal-delivered-right-thread.exp
5249 * gdb.threads/signal-sigtrap.exp
5250 * gdb.threads/sigthread.exp
5251 * gdb.threads/staticthreads.exp
5252 * gdb.threads/stepi-random-signal.exp
5253 * gdb.threads/thread-unwindonsignal.exp
5254 * gdb.threads/thread_check.exp
5255 * gdb.threads/thread_events.exp
5256 * gdb.threads/tid-reuse.exp
5257 * gdb.threads/tls-nodebug.exp
5258 * gdb.threads/tls-shared.exp
5259 * gdb.threads/tls-so_extern.exp
5260 * gdb.threads/tls.exp
5261 * gdb.threads/wp-replication.exp
5262 * gdb.trace/actions-changed.exp
5263 * gdb.trace/actions.exp
5264 * gdb.trace/backtrace.exp
5265 * gdb.trace/change-loc.exp
5266 * gdb.trace/collection.exp
5267 * gdb.trace/deltrace.exp
5268 * gdb.trace/disconnected-tracing.exp
5269 * gdb.trace/entry-values.exp
5270 * gdb.trace/ftrace-lock.exp
5271 * gdb.trace/ftrace.exp
5272 * gdb.trace/infotrace.exp
5273 * gdb.trace/mi-trace-frame-collected.exp
5274 * gdb.trace/mi-trace-unavailable.exp
5275 * gdb.trace/mi-traceframe-changed.exp
5276 * gdb.trace/mi-tracepoint-changed.exp
5277 * gdb.trace/mi-tsv-changed.exp
5278 * gdb.trace/no-attach-trace.exp
5279 * gdb.trace/packetlen.exp
5280 * gdb.trace/passc-dyn.exp
5281 * gdb.trace/passcount.exp
5282 * gdb.trace/pending.exp
5283 * gdb.trace/pr16508.exp
5284 * gdb.trace/qtro.exp
5285 * gdb.trace/range-stepping.exp
5286 * gdb.trace/read-memory.exp
5287 * gdb.trace/report.exp
5288 * gdb.trace/save-trace.exp
5289 * gdb.trace/signal.exp
5290 * gdb.trace/stap-trace.exp
5291 * gdb.trace/status-stop.exp
5292 * gdb.trace/strace.exp
5293 * gdb.trace/tfile.exp
5294 * gdb.trace/tfind.exp
5295 * gdb.trace/trace-break.exp
5296 * gdb.trace/trace-condition.exp
5297 * gdb.trace/trace-enable-disable.exp
5298 * gdb.trace/trace-mt.exp
5299 * gdb.trace/tracecmd.exp
5300 * gdb.trace/tracefile-pseudo-reg.exp
5301 * gdb.trace/tspeed.exp
5302 * gdb.trace/tstatus.exp
5303 * gdb.trace/tsv.exp
5304 * gdb.trace/unavailable.exp
5305 * gdb.trace/while-dyn.exp
5306 * gdb.trace/while-stepping.exp
5307 * lib/gdb-guile.exp
5308 * lib/gdb.exp
5309 * lib/mi-support.exp
5310 * lib/pascal.exp
5311 * lib/perftest.exp
5312 * lib/prelink-support.exp
5313 * lib/selftest-support.exp
5314
ad02e4fe
SM
53152016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
5316
5317 * Makefile.in: Include disable-implicit-rules.mk.
5318
22347e55
AA
53192016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5320
5321 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
5322 non-byte-aligned bit fields.
5323
da5b30da
AA
53242016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5325
5326 PR gdb/12616
5327 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
5328 respects the DW_AT_data_bit_offset attribute.
5329
b593ecca
SM
53302016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
5331
5332 * gdb.base/default.exp: Fix output of "set language".
5333
3b165252
SM
53342016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
5335
5336 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
5337 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
5338 make.
5339 * configure.ac: Remove checks for the make program.
5340 * configure: Re-generate.
5341
1a2f3d7f
KB
53422016-11-16 Kevin Buettner <kevinb@redhat.com>
5343
5344 * gdb.python/py-recurse-unwind.c (main): Add loop.
5345 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
5346 to read_register() and gdb.parse_and_eval(). Make each code
5347 call a separate case that can be individually tested.
5348 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
5349 proc. Call cont_and_backtrace for each of the code paths that
5350 we want to test in the unwinder.
5351
b7f38fda
AA
53522016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
5353
5354 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
5355 the definition of struct S.
5356
1f8db343
CM
53572016-11-11 Catherine Moore <clm@codesourcery.com>
5358
5359 * gdb.base/dump.exp: Identify verilog format dump tests as such.
5360
fad0c9fb
PA
53612016-11-09 Pedro Alves <palves@redhat.com>
5362
5363 * gdb.base/commands.exp (runto_or_return): New procedure.
5364 (gdbvar_simple_if_test, gdbvar_simple_while_test)
5365 (gdbvar_complex_if_while_test, progvar_simple_if_test)
5366 (progvar_simple_while_test, progvar_complex_if_while_test)
5367 (if_while_breakpoint_command_test)
5368 (infrun_breakpoint_command_test, breakpoint_command_test)
5369 (user_defined_command_test, watchpoint_command_test)
5370 (test_command_prompt_position, redefine_hook_test)
5371 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
5372 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
5373 multi_line_input and multi_line. Remove gdb_expect and
5374 gdb_stop_suppressing_tests uses.
5375 * lib/gdb.exp (valnum_re): New global.
5376 (multi_line_input): New procedure.
5377
8354c62c
SM
53782016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
5379
5380 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
5381 Remove.
5382 (test_setup): Define with proc_with_prefix.
5383 (test_cli_inferior): Likewise.
5384 (test_cli_thread): Likewise.
5385 (test_cli_frame): Likewise.
5386 (test_cli_select_frame): Likewise.
5387 (test_cli_up_down): Likewise.
5388 (test_mi_thread_select): Likewise.
5389 (test_mi_stack_select_frame): Likewise.
5390 (test_cli_in_mi_inferior): Likewise.
5391 (test_cli_in_mi_thread): Likewise.
5392 (test_cli_in_mi_frame): Likewise.
5393 (top level): Do not use with_test_prefix_procname.
5394
64f367a2
PA
53952016-11-09 Pedro Alves <palves@redhat.com>
5396
5397 * gdb.base/commands.exp (gdbvar_simple_if_test)
5398 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
5399 (progvar_simple_if_test, progvar_simple_while_test)
5400 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
5401 (infrun_breakpoint_command_test, breakpoint_command_test)
5402 (user_defined_command_test, watchpoint_command_test)
5403 (test_command_prompt_position, deprecated_command_test)
5404 (bp_deleted_in_command, temporary_breakpoint_commands)
5405 (stray_arg0_test, source_file_with_indented_comment)
5406 (recursive_source_test, if_commands_test)
5407 (error_clears_commands_left, redefine_hook_test)
5408 (redefine_backtrace_test): Use proc_with_prefix.
5409 * lib/gdb.exp (proc_with_prefix): New proc.
5410
0bb65f1e
AA
54112016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
5412
5413 * gdb.base/tui-layout.c: New file.
5414 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
5415 disassembly window contains very long lines.
5416
7353f247
TT
54172016-11-08 Tom Tromey <tom@tromey.com>
5418
5419 * gdb.python/py-value.exp (test_value_creation): Make "long" test
5420 depend on Python 2.
5421
30a7bb83
TT
54222016-11-08 Tom Tromey <tom@tromey.com>
5423
5424 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
5425 New method.
5426
cdf5a07c
MG
54272016-10-29 Manish Goregaokar <manish@mozilla.com>
5428
2806dc7e 5429 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 5430
51a789c3
MG
54312016-10-27 Manish Goregaokar <manish@mozilla.com>
5432
2806dc7e
PA
5433 * gdb.rust/simple.rs: Add test for univariant enums without
5434 discriminants and for encoded struct-like enums.
51a789c3 5435
f610ab6d
PA
54362016-10-28 Pedro Alves <palves@redhat.com>
5437
5438 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
5439 gdb_test_multiple, tighten regexps and match symtabs and line
5440 tables incrementally.
5441
b129b0ca
LM
54422016-10-28 Luis Machado <lgustavo@codesourcery.com>
5443
5444 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
5445 general.
5446
ecf45d2c
SL
54472016-10-25 Luis Machado <lgustavo@codesourcery.com>
5448
5449 * gdb.base/exec-invalid-sysroot.exp: New file.
5450
b8d38ee4
JK
54512016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5452
5453 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
5454
f90fd8c2
JK
54552016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5456
5457 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
5458
2d2476aa
MR
54592016-10-19 Maciej W. Rozycki <macro@imgtec.com>
5460
2806dc7e
PA
5461 * gdb.base/killed-outside.exp: Remove $options from a call to
5462 `prepare_for_testing'.
2d2476aa 5463
e42b25a0
SM
54642016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5465
5466 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
5467 Change test message.
5468
3ccdb432
SM
54692016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5470
5471 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
5472 Update comment.
5473
5bad3170
SM
54742016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5475
5476 * gdb.trace/mi-trace-save.exp: New file.
5477
5ad9dba7
YQ
54782016-10-13 Yao Qi <yao.qi@linaro.org>
5479
5480 * gdb.base/code_elim.exp (get_var_address): Remove.
5481 * gdb.base/relocate.exp: Likewise.
5482 * gdb.base/shreloc.exp: Likewise.
5483 * lib/gdb.exp (get_var_address): New.
5484
62df7e21
YQ
54852016-10-13 Yao Qi <yao.qi@linaro.org>
5486
5487 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
5488 floating point tests if $skip_float_test is false.
5489
4dac951e
LM
54902016-10-12 Luis Machado <lgustavo@codesourcery.com>
5491
5492 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
5493 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
5494 argc values.
5495 Add 1 to argc so we guarantee distinct initial/modified argc values.
5496
8f1a8fc4
JK
54972016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5498
5499 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
5500
16c85b5d
JK
55012016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5502
5503 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
5504 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
5505 * gdb.arch/vsx-regs.exp: Likewise.
5506
1d0e042a
YQ
55072016-10-07 Yao Qi <yao.qi@linaro.org>
5508
5509 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
5510
68dadef5
MM
55112016-10-07 Markus Metzger <markus.t.metzger@intel.com>
5512
5513 * gdb.python/python.exp: Test decode_line("*0").
5514
33fa2c6e
DE
55152016-10-06 Doug Evans <dje@google.com>
5516
5517 * gdb.python/py-value.exp (test_value_creation): Add test for large
5518 unsigned 64-bit value.
5519
9c37b5ae
TT
55202016-10-06 Tom Tromey <tom@tromey.com>
5521
5522 * gdb.compile/compile.exp: Change java tests to rust.
5523 * gdb.base/setshow.exp: Change java tests to rust.
5524 * gdb.base/default.exp: Remove java from language list.
5525 * README (Examples): Update language example.
5526 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
5527 test.
5528 * lib/gdb.exp (skip_java_tests): Remove.
5529 * lib/java.exp: Remove.
5530 * gdb.java: Remove.
5531
78b86327
MR
55322016-10-06 Maciej W. Rozycki <macro@imgtec.com>
5533
5534 * gdb.arch/mips-fcr.exp: New test.
5535 * gdb.arch/mips-fcr.c: Source for the new test.
5536
7470adbb
MR
55372016-10-06 Maciej W. Rozycki <macro@imgtec.com>
5538
5539 * gdb.base/solib-disc.exp: Use `standard_output_file'
5540 throughout.
5541
4a556533
PA
55422016-10-06 Pedro Alves <palves@redhat.com>
5543
5544 * gdb.base/jit-simple-dl.c: New file.
5545 * gdb.base/jit-simple-jit.c: New file, factored out from ...
5546 * gdb.base/jit-simple.c: ... this.
5547 * gdb.base/jit-simple.exp (jit_run): Delete.
5548 (build_jit): New proc.
5549 (jit_test_reread): Recompile either the main program or the shared
5550 library, depending on what is being tested. Skip changing address
5551 if caller wants to. Compare before/after addresses. If testing
5552 standalone, explicitly load the binary. Test "maint info
5553 breakpoints".
5554 (top level): Add "standalone vs shared lib" and "change address"
5555 vs "same address" axes.
5556
5a122fbc
PA
55572016-10-06 Pedro Alves <palves@redhat.com>
5558
5559 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
5560 call.
5561 (jit_run): Delete.
5562 (jit_test_reread): Use with_test_prefix. Reload the main binary
5563 explicitly. Compare the before/after addresses of the JIT
5564 descriptor.
5565
ee8da4b8
DE
55662016-08-15 Doug Evans <dje@google.com>
5567
5568 * gdb.xml/extra-regs.xml: Update, end field now required, default type
5569 for single bitfields is bool.
5570 * gdb.xml/tdesc-regs.exp: Ditto.
5571
f389f6fe
JK
55722016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5573
5574 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
5575
fdebf1a4
YQ
55762016-10-05 Yao Qi <yao.qi@linaro.org>
5577
5578 * lib/gdb.exp (support_complex_tests): Return zero if
5579 gdb_skip_float_test return true.
5580
9c36d954 55812016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 5582 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
5583
5584 PR gdb/20487
5585 * gdb.mi/user-selected-context-sync.exp: New file.
5586 * gdb.mi/user-selected-context-sync.c: New file.
5587
4034d0ff 55882016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 5589 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
5590
5591 PR gdb/20487
5592 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
5593 =thread-select-event check.
5594
a4297203
PB
55952016-09-29 Peter Bergner <bergner@vnet.ibm.com>
5596
5597 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
5598 the compulsory L operand changes.
5599 * gdb.arch/powerpc-power.s: Likewise.
5600
bb805577
JK
56012016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5602
5603 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
5604 * gdb.base/jit-attach-pie.c: New file.
5605 * gdb.base/jit-attach-pie.exp: New file.
5606
6d61dee5
PA
56072016-09-28 Pedro Alves <palves@redhat.com>
5608
5609 * gdb.base/infcall-input.c: New file.
5610 * gdb.base/infcall-input.exp: New file.
5611
f73842fc
YQ
56122016-09-22 Yao Qi <yao.qi@linaro.org>
5613
5614 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
5615 (gdb_exit): Rename it to ...
5616 (gdbserver_gdb_exit): ... Close GDBserver.
5617 (gdb_exit): New proc, call gdbserver_gdb_exit.
5618 (mi_gdb_exit): Likewise.
5619
90681dab
YQ
56202016-09-22 Yao Qi <yao.qi@linaro.org>
5621
5622 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
5623 path.
5624 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
5625 Remove duplication.
5626
9c211fd8
YQ
56272016-09-22 Yao Qi <yao.qi@linaro.org>
5628
5629 * lib/gdbserver-support.exp: Check the existence of
5630 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
5631
ad0a504f
AK
56322016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
5633
5634 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
5635
36cf1806
TT
56362016-09-21 Tom Tromey <tom@tromey.com>
5637
5638 PR gdb/20604:
5639 * gdb.base/quit.exp: New file.
5640
74172ecf
SM
56412016-09-21 Simon Marchi <simon.marchi@ericsson.com>
5642
5643 * .gitignore: New file.
5644
3d0ec882
MR
56452016-09-21 Maciej W. Rozycki <macro@imgtec.com>
5646
5647 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
5648 throughout.
5649
8193adea
AA
56502016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5651
5652 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
5653
d41a5c09
JK
56542016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5655
5656 * gdb.cp/casts.cc (decltype): Move it ...
5657 (main): ... with its call to ...
5658 * gdb.cp/casts03.cc: ... a new file.
5659 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
5660
d2dfe700
JK
56612016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5662
5663 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
5664
e2a92b16
PB
56652016-09-15 Peter Bergner <bergner@vnet.ibm.com>
5666
5667 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
5668 and sync up the test with tests in gas/testsuite/gas/ppc.
5669 * gdb.arch/powerpc-power.exp: Likewise.
5670
49b4de64
JK
56712016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5672
5673 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
5674
2c29df25
SDJ
56752016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
5676 Jan Kratochvil <jan.kratochvil@redhat.com>
5677
5678 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
5679 make m1's definition to be different from m2's. Use 'dummy' as an
5680 argument for probe 'two'.
5681
cc3c2846
JB
56822016-09-10 Jon Beniston <jon@beniston.com>
5683
5684 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
5685 for sim target.
5686
e1b2624a
AA
56872016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
5688
5689 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
5690 variable declaration.
5691 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
5692 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
5693 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
5694 received HWCAP as its argument.
5695
4295e285
PA
56962016-09-06 Pedro Alves <palves@redhat.com>
5697
5698 * gdb.base/new-ui-pending-input.c: New file.
5699 * gdb.base/new-ui-pending-input.exp: New file.
5700 * gdb.exp (clear_gdb_spawn_id): New procedure.
5701 (with_spawn_id): Check whether gdb_spawn_id exists before
5702 referencing it. If gdb_spawn_id didn't exist on entry, clear it
5703 on exit.
5704
00d5215e
UW
57052016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
5706
5707 * gdb.base/float128.c: New file.
5708 * gdb.base/float128.exp: Likewise.
5709 * gdb.base/floatn.c: Likewise.
5710 * gdb.base/floatn.exp: Likewise.
5711
a9ff5f12
UW
57122016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
5713
5714 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
5715
f245535c
PA
57162016-09-05 Pedro Alves <palves@redhat.com>
5717
5718 PR backtrace/19927
5719 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
5720 unwinders are immediately called as side effect of "source" or
5721 "disable unwinder" commands.
5722 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
5723
ae9cf263
YQ
57242016-09-02 Yao Qi <yao.qi@linaro.org>
5725
5726 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
5727 is true and $type is "float" or "double".
5728
27aba047
YQ
57292016-09-02 Yao Qi <yao.qi@linaro.org>
5730
5731 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
5732 true.
5733 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
5734 * gdb.base/call-rt-st.exp: Likewise.
5735 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
5736 return value instead of gdb,skip_float_test.
5737 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
5738 (do_function_calls): Use its return value instead of
5739 gdb,skip_float_test.
5740 * gdb.base/finish.exp: Likewise.
5741 * gdb.base/funcargs.exp: Likewise.
5742 * gdb.base/return.exp: Likewise.
5743 * gdb.base/return2.exp: Likewise.
5744 * gdb.base/varargs.exp: Likewise.
5745 * lib/gdb.exp (gdb_skip_float_test): Change it to
5746 gdb_caching_proc. Detect the broken ptrace on arm-linux.
5747
5af962df
AA
57482016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
5749
5750 * gdb.multi/tids.exp: Test "thread apply all".
5751
7fac6910
JK
57522016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5753
5754 * gdb.base/default.exp (tty): Remove.
5755
bb1fe4ac
KB
57562016-08-24 Kevin Buettner <kevinb@redhat.com>
5757
2806dc7e
PA
5758 * gdb.python/py-recurse-unwind.c: New file.
5759 * gdb.python/py-recurse-unwind.py: New file.
5760 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 5761
0a1ddfa6
SM
57622016-08-24 Simon Marchi <simon.marchi@ericsson.com>
5763
5764 * gdb.base/set-inferior-tty.exp: New file.
5765 * gdb.base/set-inferior-tty.c: New file.
5766
d9de1fe3
PA
57672016-08-23 Pedro Alves <palves@redhat.com>
5768
5769 PR gdb/20494
5770 * gdb.base/new-ui-echo.c: New file.
5771 * gdb.base/new-ui-echo.exp: New file.
5772
e9d9abd7
YQ
57732016-08-23 Yao Qi <yao.qi@linaro.org>
5774
5775 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
5776 gdbserver_spawn.
5777 * gdb.server/connect-without-multi-process.exp (do_test):
5778 Likewise.
5779
3589529e
YQ
57802016-08-23 Yao Qi <yao.qi@linaro.org>
5781
5782 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
5783 standalone_txt. Delete gdb_txt and standalone_txt on host
5784 and target. Spawn the binary on target. Copy files from
5785 target to host.
5786
6bb90213
PA
57872016-08-22 Pedro Alves <palves@redhat.com>
5788
5789 PR gdb/20505
5790 * gdb.base/vdso-warning.exp: Test core dumps too. Use
5791 with_test_prefix. Factor out bits to ...
5792 (test_no_vdso): ... this new procedure.
5793
20c2c024
CL
57942016-08-19 Carl Love <cel@us.ibm.com>
5795
5796 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
5797 maintaining separate logic for constructing the output path.
5798 * gdb.arch/powerpc-d128-regs.exp: Likewise.
5799 * gdb.arch/ppc-dfp.exp: Likewise.
5800 * gdb.arch/ppc-fp.exp: Likewise.
5801 * gdb.arch/vsx-regs.exp: Likewise.
5802 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
5803 binprefix for generating the additional binary files.
5804
0646e07d
PA
58052016-08-19 Pedro Alves <palves@redhat.com>
5806
5807 * gdb.trace/mi-trace-frame-collected.exp
5808 (test_trace_frame_collected): On x32, expect two registers.
5809
46da9242
CL
58102016-08-18 Carl Love <cel@us.ibm.com>
5811
5812 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
5813 and sync up the test with tests in gas/testsuite/gas/ppc.
5814 * gdb.arch/powerpc-power.exp: Likewise.
5815
eb2332d7
SM
58162016-08-17 Simon Marchi <simon.marchi@ericsson.com>
5817
5818 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
5819 expected error message.
5820
63c61e04
SM
58212016-08-17 Simon Marchi <simon.marchi@ericsson.com>
5822
5823 * gdb.multi/remove-inferiors.exp: New file.
5824 * gdb.multi/remove-inferiors.c: New file.
5825
7b17065f
YQ
58262016-08-12 Yao Qi <yao.qi@linaro.org>
5827
5828 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
5829 argument list.
5830
01d3dedf
PA
58312016-08-10 Pedro Alves <palves@redhat.com>
5832
5833 PR gdb/19187
5834 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
5835 setup_kfails.
5836
3eb7562a
PA
58372016-08-09 Pedro Alves <palves@redhat.com>
5838 Simon Marchi <simon.marchi@ericsson.com>
5839
5840 PR gdb/20418
5841 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
5842 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
5843
80614914
PA
58442016-08-09 Pedro Alves <palves@redhat.com>
5845
5846 PR mi/20431
5847 * gdb.mi/mi-cmd-error.exp: New file.
5848
f348d89a
PA
58492016-08-09 Pedro Alves <palves@redhat.com>
5850
5851 PR gdb/18653
5852 * gdb.base/signals-state-child.c: New file.
5853 * gdb.base/signals-state-child.exp: New file.
5854 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
5855
e5ca03b4
PA
58562016-08-09 Pedro Alves <palves@redhat.com>
5857
5858 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
5859
282a0691
TT
58602016-08-03 Tom Tromey <tom@tromey.com>
5861
5862 PR python/18565:
5863 * gdb.python/py-frame-inline.exp: Add Frame.function test.
5864
41bfcd63
YQ
58652016-08-01 Yao Qi <yao.qi@linaro.org>
5866
5867 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
5868 variable mode to "multi-process" if $multi_process is 1, otherwise
5869 set it to "single-process".
5870
e3465b24
YQ
58712016-08-01 Yao Qi <yao.qi@linaro.org>
5872
5873 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
5874 * gdb.cp/cpexprs.exp: Likewise.
5875 * gdb.cp/m-static.exp: Likewise.
5876
0b31a4bc
TT
58772016-07-26 Tom Tromey <tom@tromey.com>
5878
5879 PR python/20190:
5880 * gdb.threads/tls.exp (check_thread_local): Add python symbol
5881 test.
5882
e0461dbb
MM
58832016-07-26 Markus Metzger <markus.t.metzger@intel.com>
5884
5885 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
5886 selecting assembly source files.
5887 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
5888 assembly source files.
5889 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
5890 assembly source files.
5891 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
5892 selecting assembly source files.
5893
8194e927
SM
58942016-07-25 Simon Marchi <simon.marchi@ericsson.com>
5895
5896 * gdb.base/new-ui.exp (do_test_invalid_args): New
5897 procedure.
5898
c0272db5
TW
58992016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
5900
5901 * gdb.btrace/reconnect.c: New file.
5902 * gdb.btrace/reconnect.exp: New file.
5903
e3487908
GKB
59042016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
5905
5906 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
5907 to test_catch_syscall_group.
5908 (test_catch_syscall_group): New.
5909
12df5c00
TT
59102016-07-21 Tom Tromey <tom@tromey.com>
5911
5912 * gdb.rust/simple.rs (main): Use empty struct expression.
5913 * gdb.rust/simple.exp: Add tests for empty struct expression.
5914
bae62ee2
YQ
59152016-07-21 Yao Qi <yao.qi@linaro.org>
5916
5917 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
5918 if gdb_skip_xml_test is true on some targets.
5919
b1b53fb3
YQ
59202016-07-21 Yao Qi <yao.qi@linaro.org>
5921
5922 * gdb.server/solib-list.exp: Unset last_loaded_file.
5923
027d97f8
JK
59242016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5925
5926 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
5927 "step into captured_main (args)".
5928
7674d381
JK
59292016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5930
5931 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
5932
72b5d099
JK
59332016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5934
5935 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
5936
1f960ced
PA
59372016-07-19 Pedro Alves <palves@redhat.com>
5938
5939 * gdb.opt/inline-break.exp: Remove optimize=-O2.
5940 * gdb.opt/inline-bt.exp: Likewise.
5941 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
5942 additional_flags=-Winline.
5943 * gdb.opt/inline-locals.exp: Likewise.
5944 * gdb.opt/inline-markers.c (ATTR): Define.
5945 (inlined_fn): Use it.
5946
f25827c1
YQ
59472016-07-19 Yao Qi <yao.qi@linaro.org>
5948
5949 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
5950 (test_with_self): Remove some code. Remove argument executable.
5951 (top-level): Use do_self_tests.
5952
37539ebe
DB
59532016-07-15 Zachary Welch <zwelch@codesourcery.com>
5954 Don Breazeal <donb@codesourcery.com>
5955
5956 * gdb.base/maint.exp: Escape paths used in regular expressions.
5957 * gdb.stabs/weird.exp: Likewise.
5958
dac790e1
TT
59592016-07-13 Tom Tromey <tom@tromey.com>
5960
5961 PR python/15620, PR python/18620:
5962 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
5963 (test_bkpt_events): New procs.
5964
93daf339
TT
59652016-07-13 Tom Tromey <tom@tromey.com>
5966
5967 PR python/17698:
5968 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
5969 test.
5970 (test_watchpoints): Likewise.
5971 (test_bkpt_pending): New proc.
5972
6571a381
TT
59732016-07-13 Tom Tromey <tom@tromey.com>
5974
5975 PR cli/18053:
5976 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
5977 completion test.
5978
e8732474
JK
59792016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5980
5981 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
5982 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
5983 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
5984 f_label.
5985 (g): Rename g_end_lbl to g_label.
5986 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
5987 low_pc and high_pc.
5988 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
5989
e0f3fd7c
TT
59902016-07-12 Tom Tromey <tom@tromey.com>
5991
5992 PR python/19293:
5993 * gdb.python/py-unwind-maint.exp: Update tests.
5994
3cfe46b6
YQ
59952016-07-12 Yao Qi <yao.qi@linaro.org>
5996
5997 * lib/selftest-support.exp (selftest_setup): Match the output
5998 when captured_main is inlined.
5999
4f19a0e6
WT
60002016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
6001
6002 * gdb.fortran/derived-types.exp (result_line, result_line_2):
6003 New variables.
6004 (print this%a, print this%b, print this): New tests.
6005 * gdb.fortran/derived-types.f90 (this): New object and
6006 initialization.
6007
986cf455
SM
60082016-07-06 Simon Marchi <simon.marchi@ericsson.com>
6009
6010 * gdb.ada/arraydim.exp: Remove extra directory level in build
6011 directory.
6012
f0464b23
SM
60132016-07-06 Simon Marchi <simon.marchi@ericsson.com>
6014
6015 * lib/ada.exp: Remove extra directory level in build directory.
6016 * gdb.ada/cond_lang.exp: Likewise.
6017 * gdb.ada/exec_changed.exp: Likewise.
6018 * gdb.ada/lang_switch.exp: Likewise.
6019
42d94011
MG
60202016-07-06 Manish Goregaokar <manish@mozilla.com>
6021
2806dc7e
PA
6022 * simple.rs: Add test for raw pointer subscripting.
6023 * simple.exp: Add test expectations.
42d94011 6024
647c264c
YQ
60252016-07-05 Yao Qi <yao.qi@linaro.org>
6026
6027 * gdb.mi/mi-reverse.exp: Match =record-started output.
6028
20aa2c60
PA
60292016-07-01 Pedro Alves <palves@redhat.com>
6030
6031 * gdb.base/jit-reader.exp (info_registers_current_frame): New
6032 procedure.
6033 (jit_reader_test): Test the jit reader's unwinder.
6034 * gdb.base/jithost.c (jit_function_00_code): New global.
6035 (main): Use memcpy to fill in the mmapped code, instead of poking
6036 bytes manually here.
6037 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
6038 value.
6039 (read_debug_info): Save the function's range.
6040 (read_sp): New function.
6041 (unwind_frame): Use it. Also unwind RBP.
6042 (get_frame_id): Use read_sp.
6043 (gdb_init_reader): Use calloc instead of malloc.
6044 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
6045 parameter. Use gdb_test_multiple.
6046
ced2dffb
PA
60472016-07-01 Pedro Alves <palves@redhat.com>
6048 Antoine Tremblay <antoine.tremblay@ericsson.com>
6049
6050 * gdb.threads/process-dies-while-detaching.c: New file.
6051 * gdb.threads/process-dies-while-detaching.exp: New file.
6052
63000888
PA
60532016-07-01 Pedro Alves <palves@redhat.com>
6054
6055 * gdb.multi/watchpoint-multi-exit.c: New file.
6056 * gdb.multi/watchpoint-multi-exit.exp: New file.
6057
038d4868
PA
60582016-06-30 Pedro Alves <palves@redhat.com>
6059
6060 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
6061 unset inferior_spawn_id.
6062
994e9c83
PA
60632016-06-30 Pedro Alves <palves@redhat.com>
6064
6065 * lib/mi-support.exp (default_mi_gdb_start): Declare global
6066 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
6067
e5653468
YQ
60682016-06-29 Yao Qi <yao.qi@linaro.org>
6069
6070 * gdb.base/return.c: Add copyright header.
6071
803b47e5
TT
60722016-06-29 Tom Tromey <tom@tromey.com>
6073
6074 PR python/20129:
6075 * gdb.python/py-framefilter.exp: Add tests for setting priority
6076 and disabling of non-existent frame filter.
6077
28244707
YQ
60782016-06-29 Yao Qi <yao.qi@linaro.org>
6079
6080 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
6081 0x0f07ff.
6082
a31d2f06
YQ
60832016-06-28 Yao Qi <yao.qi@linaro.org>
6084
6085 * gdb.base/catch-syscall.exp: Remove check on isnative and target
6086 triplets. Start gdb, execute catch syscall, and continue. Check
6087 gdb's output to determine catch syscall is supported.
6088
921d8f54
MG
60892016-06-27 Manish Goregaokar <manish@mozilla.com>
6090
25d49b86
PA
6091 * gdb.rust/simple.rs: Add test for returning unit in a function.
6092 * gdb.rust/simple.exp: Add expectation for functions returning
6093 unit.
921d8f54 6094
f4952523
PMR
60952016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
6096
6097 * gdb.python/py-breakpoint-create-fail.c,
6098 gdb.python/py-breakpoint-create-fail.exp,
6099 gdb.python/py-breakpoint-create-fail.py: New testcase.
6100
fccb08f8
MG
61012016-06-25 Manish Goregaokar <manish@mozilla.com>
6102
6103 PR gdb/20239
6104 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
6105 * gdb.rust/simple.exp: Add test expectations for new NonZero
6106 tests.
fccb08f8 6107
6b850546
DT
61082016-06-24 David Taylor <dtaylor@emc.com>
6109
6110 * gdb.base/offsets.exp: New file.
6111 * gdb.base/offsets.c: New file.
6112
17621150
TT
61132016-06-23 Tom Tromey <tom@tromey.com>
6114
6115 PR gdb/16483:
6116 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
6117 before any filters are loaded.
6118
04d59df6
WT
61192016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
6120
6121 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
6122 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
6123 structs.
6124 * gdb.fortran/derived-type-function.exp: New file.
6125 * gdb.fortran/derived-type-function.f90: New file.
6126
6127
ac69f786
PA
61282016-06-21 Pedro Alves <palves@redhat.com>
6129
6130 * gdb.base/new-ui.exp: New file.
6131 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
6132 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
6133 (with_spawn_id): New procedure.
6134
49940788
PA
61352016-06-21 Pedro Alves <palves@redhat.com>
6136
6137 * gdb.mi/mi-exec-run.exp: New file.
6138
ef274d26
PA
61392016-06-21 Pedro Alves <palves@redhat.com>
6140
6141 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
6142 breakpoint command's output on the main UI.
6143 (test_break): New procedure, factored out from calls in the top
6144 level.
6145 (top level): Use foreach_with_prefix to test MI as main UI and as
6146 separate UI.
6147
468afe6c
PA
61482016-06-21 Pedro Alves <palves@redhat.com>
6149
6150 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
6151 (test_awatch_creation_and_listing)
6152 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
6153 Remove 'type' parameter.
6154 (test_watchpoint_all): New parameter mi_mode. Remove
6155 with_test_prefix.
6156 (top level): Use foreach_with_prefix, and add main/separate UI MI
6157 testing axis.
6158
51f77c37
PA
61592016-06-21 Pedro Alves <palves@redhat.com>
6160
6161 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
6162 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
6163 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
6164 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
6165 (gdb_main_spawn_id, mi_spawn_id): Declare and
6166 comment.
6167 (mi_create_inferior_pty): New procedure,
6168 factored out from default_mi_gdb_start.
6169 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
6170 procedures.
6171 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
6172 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
6173 Use mi_create_inferior_pty.
6174 (mi_gdb_start): Use eval to pass down args list.
6175
8980e177
PA
61762016-06-21 Pedro Alves <palves@redhat.com>
6177
6178 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
6179 * gdb.opt/inline-cmds.exp: Add MI tests.
6180
f38d3ad1
PA
61812016-06-21 Pedro Alves <palves@redhat.com>
6182
6183 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
6184
45db7c09
PA
61852016-06-21 Pedro Alves <palves@redhat.com>
6186
6187 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
6188 (top level): Use it instead of mi_execute_to.
6189
5a069ab3
PA
61902016-06-21 Pedro Alves <palves@redhat.com>
6191
6192 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
6193 (cont_handler_str): New.
6194 (signal_stop_handler): Set stop_handler_str instead of printing to
6195 stdout.
6196 (continue_handler): Set cont_handler_str instead of printing to
6197 stdout.
6198 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
6199 mi_send_resuming_command. Print stop_handler_str and
6200 cont_handler_str instead of expecting the python events print
6201 directly.
6202
2838cc1d
SD
62032016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
6204
6205 * gdb.base/jit-reader.exp: New file.
6206 * gdb.base/jithost.c: New file.
6207 * gdb.base/jithost.h: New file.
6208 * gdb.base/jitreader.c : New file.
6209 * gdb.base/jit-protocol.h: New file.
6210
21a77091
YQ
62112016-06-17 Yao Qi <yao.qi@linaro.org>
6212
6213 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
6214 parameters follow_fork and detach_on_fork. Set follow-fork-mode
6215 and detach-on-fork. Adjust tests.
6216 (top level): Invoke break_cond_on_syscall with combinations of
6217 syscall, follow-fork-mode and detach-on-fork.
6218
f50bf8e5
YQ
62192016-06-17 Yao Qi <yao.qi@linaro.org>
6220
6221 * gdb.base/step-over-exit.c: New.
6222 * gdb.base/step-over-exit.exp: New.
6223
a28d8e50
YTL
62242016-06-17 Yan-Ting Lin <currygt52@gmail.com>
6225
6226 * gdb.base/float.exp: Add target check for nds32*-*-*.
6227 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
6228
cad8e26d
AB
62292016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
6230
6231 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
6232 for unsupported target features.
6233 * gdb.base/call-rt-st.exp: Likewise.
6234 * gdb.base/call-sc.exp: Likewise.
6235 * gdb.base/call-signal-resume.exp: Likewise.
6236 * gdb.base/call-strs.exp: Likewise.
6237 * gdb.base/callexit.exp: Likewise.
6238 * gdb.base/callfuncs.exp: Likewise.
6239 * gdb.base/nodebug.exp: Likewise.
6240 * gdb.base/printcmds.exp: Likewise.
6241 * gdb.base/ptype.exp: Likewise.
6242 * gdb.base/structs.exp: Likewise.
6243 * gdb.base/unwindonsignal.exp: Likewise.
6244 * gdb.cp/gdb2495.exp: Likewise.
6245 * gdb.cp/templates.exp: Likewise.
6246 * gdb.cp/virtfunc.exp: Likewise.
6247 * gdb.threads/hand-call-in-threads.exp: Likewise.
6248 * gdb.threads/interrupted-hand-call.exp: Likewise.
6249 * gdb.threads/thread-unwindonsignal.exp: Likewise.
6250
347dc102
TT
62512016-06-10 Tom Tromey <tom@tromey.com>
6252
6253 PR rust/20110:
6254 * gdb.rust/expr.exp: Add test for integer constant larger than
6255 i32.
6256
5e13cf25
BH
62572016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
6258
6259 * gdb.fortran/nested-funcs.exp: New.
6260 * gdb.fortran/nested-funcs.f90: New.
6261
bb556f1f
TK
62622016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
6263
6264 * gdb.base/examine-backward.c: New file.
6265 * gdb.base/examine-backward.exp: New file.
6266
38b022b4
SM
62672016-06-06 Simon Marchi <simon.marchi@ericsson.com>
6268
6269 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
6270 matching.
6271
1b40ec05
TT
62722016-06-02 Tom Tromey <tom@tromey.com>
6273
6274 PR python/18984:
6275 * gdb.python/py-shared.exp: Add solib_name test.
6276
193bd378
SM
62772016-06-02 Simon Marchi <simon.marchi@ericsson.com>
6278
6279 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
6280
3326303b
MG
62812016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
6282
6283 PR c++/19893
6284 * gdb.dwarf2/implref.exp: Rename to...
6285 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
6286 * gdb.dwarf2/implref-array.c: New file.
6287 * gdb.dwarf2/implref-array.exp: Likewise.
6288 * gdb.dwarf2/implref-global.c: Likewise.
6289 * gdb.dwarf2/implref-global.exp: Likewise.
6290 * gdb.dwarf2/implref-struct.c: Likewise.
6291 * gdb.dwarf2/implref-struct.exp: Likewise.
6292
825c8ef2
AT
62932016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6294
6295 * gdb.trace/trace-condition.exp: Add 64bit tests.
6296
2320162a
AT
62972016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6298
6299 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
6300 bits types.
6301 (main): Adapt to 8 to 64 bits types.
6302 * gdb.trace/trace-condition.exp: Add new tests.
6303
a7818233
AT
63042016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6305
6306 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
6307
0d336466
AT
63082016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6309
6310 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
6311 Move condition tests...
6312 * gdb.trace/trace-condition.exp: Here.
6313
7faeb45a
AT
63142016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6315
6316 * gdb.trace/trace-condition.exp: Add counter-case tests.
6317
e385593e
JK
63182016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
6319
6320 PR c++/15231
6321 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
6322 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
6323
744608cc
PA
63242016-05-27 Pedro Alves <palves@redhat.com>
6325
6326 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6327 New procedure.
6328 (top level): Call it, and bail out of DejaGnu is known to be bad.
6329
ac775bf4
AB
63302016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
6331
6332 * gdb.base/whatis.c: Extend the test case.
6333 * gdb.base/whatis.exp: Add additional tests.
6334
2bbad2ea
BH
63352016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6336
6337* gdb.fortran/type.f90: Add pointer variable.
6338* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
6339
8b70175d
BH
63402016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6341
6342 * gdb.fortran/vla-type.exp: Fix testcase name.
6343
86d8a848
BH
63442016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6345
6346 * gdb.fortran/vla-type.exp: Access elements in nested structs.
6347
e188eb36
BH
63482016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6349
6350 * gdb.fortran/type.f90: Add nested structures.
6351 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
6352 * gdb.fortran/derived-type.exp: Adapt expected output.
6353 * gdb.fortran/vla-type.exp: Adapt expected output.
6354
9b2db1fd
BH
63552016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6356
6357 * gdb.fortran/whatis_type.exp: Adapt expected output.
6358
72b17055
BH
63592016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6360
6361 * gdb.fortran/print_type.exp: Fix expected output.
6362 * gdb.fortran/whatis_type.exp: Fix expected output.
6363
3cd81d8d
BH
63642016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6365
6366 * gdb.fortran/whatis_type.exp: Use multi_line.
6367
ddae9462
TT
63682016-05-24 Tom Tromey <tom@tromey.com>
6369
6370 PR python/17386:
6371 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
6372 use value as an index.
6373
1957f6b8
TT
63742016-05-23 Tom Tromey <tom@tromey.com>
6375
6376 PR python/17981:
6377 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
6378 no-breakpoint case.
6379
026a9174
PA
63802016-05-24 Pedro Alves <palves@redhat.com>
6381
6382 PR gdb/19828
6383 * gdb.threads/clone-attach-detach.c: New file.
6384 * gdb.threads/clone-attach-detach.exp: New file.
6385
e70a7231
FR
63862016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
6387
6388 * gdb.base/annota-input-while-running.exp: Fix syntax error.
6389
0f6ed0e0
TT
63902016-05-23 Tom Tromey <tom@tromey.com>
6391
6392 PR python/19438, PR python/18393:
6393 * gdb.python/py-progspace.exp: Add "dir" test.
6394 * gdb.python/py-objfile.exp: Add "dir" test.
6395
ffd19d61
YQ
63962016-05-23 Yao Qi <yao.qi@linaro.org>
6397
6398 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
6399 * gdb.arch/thumb2-it.exp: Likewise.
6400
9e8f9b05
SM
64012016-05-18 Simon Marchi <simon.marchi@ericsson.com>
6402
6403 * gdb.mi/mi-threads-interrupt.c: New file.
6404 * gdb.mi/mi-threads-interrupt.exp: New file.
6405
61c6156d
SM
64062016-05-17 Simon Marchi <simon.marchi@ericsson.com>
6407
6408 PR gdb/18077
6409 * gdb.mi/mi-async-run.exp: New file.
6410 * gdb.mi/mi-async-run.c: New file.
6411
67218854
TT
64122016-05-17 Tom Tromey <tom@tromey.com>
6413 Manish Goregaokar <manishsmail@gmail.com>
6414
6415 * lib/rust-support.exp: New file.
6416 * lib/gdb.exp (skip_rust_tests): New proc.
6417 (build_executable_from_specs): Handle rust.
6418 * lib/future.exp (gdb_find_rustc): New proc.
6419 (gdb_default_target_compile): Handle rust.
6420 * gdb.rust/expr.exp: New file.
6421 * gdb.rust/generics.exp: New file.
6422 * gdb.rust/generics.rs: New file.
6423 * gdb.rust/methods.exp: New file.
6424 * gdb.rust/methods.rs: New file.
6425 * gdb.rust/modules.exp: New file.
6426 * gdb.rust/modules.rs: New file.
6427 * gdb.rust/simple.exp: New file.
6428 * gdb.rust/simple.rs: New file.
6429
c44af4eb
TT
64302016-05-17 Tom Tromey <tom@tromey.com>
6431
6432 * gdb.base/default.exp (set language): Add rust.
6433
dcd1f979
TT
64342016-05-17 Tom Tromey <tom@tromey.com>
6435
6436 * gdb.gdb/unittest.exp: New file.
6437
155b7f57
YQ
64382016-05-16 Yao Qi <yao.qi@linaro.org>
6439
6440 * gdb.base/batch-preserve-term-settings.exp: Remove variable
6441 shell_prompt. Update shell_prompt_re.
6442
8ddd5a6c
DE
64432016-05-12 Doug Evans <dje@google.com>
6444
6445 PR symtab/19999
6446 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
6447 $options when building executable.
6448 * gdb.dwarf2/fission-loclists-pie.S: New file.
6449 * gdb.dwarf2/fission-loclists-pie.exp: New file.
6450
02e370d9
SM
64512016-05-04 Simon Marchi <simon.marchi@ericsson.com>
6452
6453 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
6454 of [is_remote target],
6455
8929ad8b
SM
64562016-05-04 Simon Marchi <simon.marchi@ericsson.com>
6457
6458 * lib/gdb.exp (use_gdb_stub): New procedure.
6459
6c447423
DE
64602016-05-03 Yunlian Jiang <yunlian@google.com>
6461 Doug Evans <dje@google.com>
6462
6463 PR symtab/19914
6464 * gdb.dwarf2/dwp-sepdebug.c: New file.
6465 * gdb.dwarf2/dwp-sepdebug.exp: New file.
6466
444e826c
SM
64672016-05-02 Simon Marchi <simon.marchi@ericsson.com>
6468
6469 * gdb.base/detach.exp: Remove is_remote check.
6470
740feeaa
SM
64712016-05-02 Simon Marchi <simon.marchi@ericsson.com>
6472
6473 * gdb.base/annota-input-while-running.exp: Don't check for
6474 [is_remote target]. Enable annotations after running to main.
6475 Remove unused "set test..." line.
6476
9080ac9d
SM
64772016-04-28 Simon Marchi <simon.marchi@ericsson.com>
6478
6479 * gdb.trace/trace-enable-disable.exp: New file.
6480 * gdb.trace/trace-enable-disable.c: New file.
6481
952ebca5
SM
64822016-04-28 Simon Marchi <simon.marchi@ericsson.com>
6483
6484 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
6485 use it in info sharedlibrary test.
6486 * gdb.trace/ftrace-lock.exp: Likewise.
6487 * gdb.trace/ftrace.exp: Likewise.
6488 * gdb.trace/range-stepping.exp: Likewise.
6489 * gdb.trace/trace-break.exp: Likewise.
6490 * gdb.trace/trace-condition.exp: Likewise.
6491 * gdb.trace/trace-mt.exp: Likewise.
6492
d9019901
SM
64932016-04-27 Simon Marchi <simon.marchi@ericsson.com>
6494
6495 * lib/gdb.exp (gdb_load_shlibs): Rename to...
6496 (gdb_load_shlib): ... this.
6497 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
6498 gdb_load_shlib.
6499 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
6500 * gdb.base/ctxobj.exp: Likewise.
6501 * gdb.base/dprintf-pending.exp: Likewise.
6502 * gdb.base/dso2dso.exp: Likewise.
6503 * gdb.base/fixsection.exp: Likewise.
6504 * gdb.base/gcore-relro.exp: Likewise.
6505 * gdb.base/gdb1555.exp: Likewise.
6506 * gdb.base/global-var-nested-by-dso.exp: Likewise.
6507 * gdb.base/gnu-ifunc.exp: Likewise.
6508 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
6509 * gdb.base/jit-so.exp (one_jit_test): Likewise.
6510 * gdb.base/pending.exp: Likewise.
6511 * gdb.base/print-file-var.exp: Likewise.
6512 * gdb.base/print-symbol-loading.exp: Likewise.
6513 * gdb.base/shlib-call.exp: Likewise.
6514 * gdb.base/shreloc.exp: Likewise.
6515 * gdb.base/so-impl-ld.exp: Likewise.
6516 * gdb.base/solib-disc.exp: Likewise.
6517 * gdb.base/solib-nodir.exp: Likewise.
6518 * gdb.base/solib-overlap.exp: Likewise.
6519 * gdb.base/solib-symbol.exp: Likewise.
6520 * gdb.base/solib-weak.exp (do_test): Likewise.
6521 * gdb.base/sym-file.exp: Likewise.
6522 * gdb.base/symtab-search-order.exp: Likewise.
6523 * gdb.base/type-opaque.exp: Likewise.
6524 * gdb.base/unload.exp: Likewise.
6525 * gdb.base/watchpoint-solib.exp: Likewise.
6526 * gdb.compile/compile.exp: Likewise.
6527 * gdb.cp/gdb2384.exp: Likewise.
6528 * gdb.cp/infcall-dlopen.exp: Likewise.
6529 * gdb.cp/re-set-overloaded.exp: Likewise.
6530 * gdb.fortran/library-module.exp: Likewise.
6531 * gdb.opt/solib-intra-step.exp: Likewise.
6532 * gdb.python/py-finish-breakpoint.exp: Likewise.
6533 * gdb.python/py-shared.exp: Likewise.
6534 * gdb.reverse/solib-precsave.exp: Likewise.
6535 * gdb.reverse/solib-reverse.exp: Likewise.
6536 * gdb.server/solib-list.exp: Likewise.
6537 * gdb.threads/dlopen-libpthread.exp: Likewise.
6538 * gdb.threads/tls-shared.exp: Likewise.
6539 * gdb.threads/tls-so_extern.exp: Likewise.
6540 * gdb.trace/change-loc.exp: Likewise.
6541 * gdb.trace/ftrace-lock.exp: Likewise.
6542 * gdb.trace/ftrace.exp: Likewise.
6543 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
6544 * gdb.trace/pending.exp: Likewise.
6545 * gdb.trace/range-stepping.exp: Likewise.
6546 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
6547 (strace_info_marker): Likewise.
6548 (strace_probe_marker): Likewise.
6549 (strace_trace_on_same_addr): Likewise.
6550 (strace_trace_on_diff_addr): Likewise.
6551 * gdb.trace/trace-break.exp: Likewise.
6552 * gdb.trace/trace-condition.exp: Likewise.
6553 * gdb.trace/trace-mt.exp: Likewise.
6554
fca4cfd9
SM
65552016-04-27 Simon Marchi <simon.marchi@ericsson.com>
6556
6557 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
6558 result of gdb_remote_download.
6559 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
6560 * gdb.base/dso2dso.exp: Likewise.
6561 * gdb.base/global-var-nested-by-dso.exp: Likewise.
6562 * gdb.base/print-file-var.exp: Likewise.
6563 * gdb.base/shlib-call.exp: Likewise.
6564 * gdb.base/shreloc.exp: Likewise.
6565 * gdb.base/solib-overlap.exp: Likewise.
6566 * gdb.base/solib-weak.exp (do_test): Likewise.
6567 * gdb.base/unload.exp: Likewise.
6568
11cf4ffb
YQ
65692016-04-27 Yao Qi <yao.qi@linaro.org>
6570
6571 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
6572 exists.
6573
3e2e34f8
KB
65742016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6575
6576 * vla-type.exp: Print structure from toplevel.
6577
8f07e298
BH
65782016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6579
6580 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
6581 of dynamic types.
6582 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
6583 of dynamic types.
6584
9920b434
BH
65852016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6586
6587 * gdb.fortran/vla-type.f90: New file.
6588 * gdb.fortran/vla-type.exp: New file.
6589
f3abeff5
YQ
65902016-04-25 Yao Qi <yao.qi@linaro.org>
6591
6592 * gdb.base/branch-to-self.c: New file.
6593 * gdb.base/branch-to-self.exp: New file.
6594
0a5d52f0
YQ
65952016-04-22 Yao Qi <yao.qi@linaro.org>
6596
6597 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
6598 more after $hex.
6599
495346f6
YQ
66002016-04-22 Yao Qi <yao.qi@linaro.org>
6601
6602 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
6603 * gdb.base/annota3.exp: Likewise.
6604
4a7e075c
YQ
66052016-04-22 Yao Qi <yao.qi@linaro.org>
6606
6607 * gdb.reverse/step-precsave.exp: Do one step and test program
6608 stops in "callee" and do multiple steps until program goes out
6609 of "callee".
6610 * gdb.reverse/step-reverse.exp: Likewise.
6611
5b061e98
YQ
66122016-04-22 Yao Qi <yao.qi@linaro.org>
6613
6614 * gdb.trace/signal.exp: Also pass if
6615 $tracepoint_hits($i) > $iterations.
6616
5c5dc57f
YQ
66172016-04-22 Yao Qi <yao.qi@linaro.org>
6618
6619 * gdb.trace/signal.c: New file.
6620 * gdb.trace/signal.exp: New file.
6621
a55411b9
DE
66222016-04-19 Doug Evans <xdje42@gmail.com>
6623
6624 * gdb.base/bad-file.exp: New file.
6625
a22df60a
MG
66262016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
6627
6628 * gdb.dwarf2/implref.exp: New file.
6629
0c13f7e5
BH
66302016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
6631
6632 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
6633 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
6634 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
6635 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
6636 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
6637 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
6638 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
6639 * lib/fortran.exp (fortran_int4): New procedure.
6640 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
6641 (fortran_logical4): Likewise.
6642
9b9b09e9
BH
66432016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
6644
6645 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
6646
a14d1f4d
BH
66472016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
6648
6649 * lib/compiler.c: Add Intel specific preprocessor macros.
6650 * lib/compiler.cc: Likewise.
25d49b86 6651
7d49b1d0
LM
66522016-04-13 Luis Machado <lgustavo@codesourcery.com>
6653
6654 * gdb.server/connect-with-no-symbol-file.c: New file.
6655 * gdb.server/connect-with-no-symbol-file.exp: New file.
6656
8392fa22
SM
66572016-04-13 Simon Marchi <simon.marchi@ericsson.com>
6658
6659 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
6660
8c4c4aeb
SM
66612016-04-13 Simon Marchi <simon.marchi@ericsson.com>
6662
6663 * boards/gdbserver-base.exp (${board}_download): Copy source file to
6664 standard output directory.
6665
45e3745e
AT
66662016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
6667
6668 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
6669
e26b7e41
MM
66702016-04-13 Markus Metzger <markus.t.metzger@intel.com>
6671
6672 * gdb.btrace/instruction_history.c (loop): Add declaration.
6673
8ce09462
AT
66742016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6675
6676 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
6677
2e88a1ea
SM
66782016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
6679
6680 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
6681 parentheses to print.
6682 (continue_handler): Likewise.
6683
f48e22e3
SM
66842016-04-08 Simon Marchi <simon.marchi@ericsson.com>
6685
6686 * gdb.server/solib-list.exp: Remove is_remote check.
6687 Pass shlib= to gdb_compile. Don't link shared library with
6688 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
6689 Run binary filename through "readlink -f" on the target.
6690
096be756
PA
66912016-04-08 Pedro Alves <palves@redhat.com>
6692
6693 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
6694 interpreter filename as argument to gdbserver_spawn.
6695 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6696 Return empty if $last_loaded_file does not exist.
6697
06500533
JK
66982016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6699
6700 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
6701 * gdb.base/jit-main.c: Use exit after usage.
6702
2d35e871
JK
67032016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6704
6705 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
6706 GDBHISTSIZE prior to the tests.
6707 * gdb.base/gdbinit-history.exp: Likewise.
6708
67092016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
6710
6711 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
6712 instead of build_executable. Use gdb_load_shlibs.
6713
c8064e7e
YQ
67142016-04-07 Yao Qi <yao.qi@linaro.org>
6715
6716 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
6717 Execute "si" command.
6718
bde47561
YQ
67192016-04-07 Yao Qi <yao.qi@linaro.org>
6720
6721 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
6722 number instead of the comments on some line.
6723
b16f8a3b
DB
67242016-04-06 Don Breazeal <donb@codesourcery.com>
6725
6726 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
6727 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
6728
c2f901df
SM
67292016-04-06 Simon Marchi <simon.marchi@ericsson.com>
6730
6731 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
6732 standard_output_file. Remove unused binfile variable.
6733
ac17fda0
CU
67342016-04-05 Catalin Udma <catalin.udma@freescale.com>
6735
6736 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
6737 * gdb.python/py-mi-objfile.exp: Match "list main" output
6738 in console format.
6739
03a8c4df
SM
67402016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
6741
6742 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
6743 absolute.
6744
6e774b13
SM
67452016-04-05 Simon Marchi <simon.marchi@ericsson.com>
6746
6747 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
6748 absolute.
6749 * gdb.trace/ftrace.exp: Likewise.
6750 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
6751 targets as well.
6752 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
6753 (gdb_load_shlibs): Copy libraries to test directory when testing
6754 natively. Only set solib-search-path if testing remotely.
6755 * lib/mi-support.exp (mi_load_shlibs): Likewise.
6756
7817ea46
SM
67572016-04-05 Simon Marchi <simon.marchi@ericsson.com>
6758
6759 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
6760 gdb_download. Use it even if the target is not remote.
6761 * gdb.base/jit.exp (compile_jit_test): Likewise.
6762 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
6763 output directory if the destination board is local, otherwise use
6764 the standard remote_download from DejaGnu.
6765 (gdb_download): Remove.
6766 (gdb_load_shlibs): Use gdb_remote_download instead of
6767 gdb_download.
6768 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6769 Use gdb_remote_download instead of gdb_download. Use it even if
6770 the target is not remote.
6771 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
6772 instead of gdb_download.
6773
7beb7f68
SM
67742016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
6775
6776 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
6777 (test_insert_delete_modify): Call mi_load_shlibs before trying to
6778 run.
6779
cc63428a
AV
67802016-04-01 Artemiy Volkov <artemiyv@acm.org>
6781
6782 PR gdb/19820
6783 * gdb.base/printcmds.exp: Add artificial arrays tests.
6784
64cdf930
PA
67852016-03-31 Pedro Alves <palves@redhat.com>
6786
6787 PR gdb/19858
6788 * gdb.base/jit-main.c: Include unistd.h.
6789 (ATTACH): Define to 0 if not already defined.
6790 (wait_for_gdb, mypid): New globals.
6791 (WAIT_FOR_GDB): New macro.
6792 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
6793 some breakpoint locations.
6794 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
6795 New procedures.
6796 (one_jit_test): Add REATTACH parameter, and handle it. Use
6797 continue_to_test_location.
6798 (top level): Test attach, and adjusts calls to one_jit_test.
6799
40dea8cb
PA
68002016-03-31 Pedro Alves <palves@redhat.com>
6801
6802 PR gdb/19858
6803 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
6804 BINSUFFIX parameter, and handle it.
6805 (top level): Adjust calls compile_jit_test.
6806
e7ea3ec7
CU
68072016-03-31 Catalin Udma <catalin.udma@freescale.com>
6808
6809 PR python/19743
6810 * gdb.python/py-mi-events-gdb.py: New file.
6811 * gdb.python/py-mi-events.c: New file.
6812 * gdb.python/py-mi-events.exp: New file.
6813
e6359af3
YQ
68142016-03-30 Yao Qi <yao.qi@linaro.org>
6815
6816 * gdb.reverse/until-precsave.exp: Match function name only.
6817 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
6818 Move malloc to a condition block.
6819 * gdb.reverse/until-reverse.exp: Match function name only.
6820
a4105d04
MK
68212016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
6822
6823 * gdb.trace/ftrace.exp: Set arg0exp for s390.
6824 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
6825 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
6826 variable for GPR 0 instead of assuming it is register 0.
6827 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
6828 * lib/trace-support.exp: Add s390 registers.
6829
bfa6adb9
YQ
68302016-03-29 Yao Qi <yao.qi@linaro.org>
6831
6832 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
6833
1e6697ea
YQ
68342016-03-24 Yao Qi <yao.qi@linaro.org>
6835
6836 * gdb.reverse/break-reverse.exp: Add quotation mark in the
6837 test message.
6838
64bcd522
AA
68392016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6840
6841 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
6842 maintaining separate logic for constructing the output path.
6843
7868401b
DB
68442016-03-16 Don Breazeal <donb@codesourcery.com>
6845
6846 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
6847 Retry fork and waitpid on interrupted system call errors.
6848 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6849 Use with_timeout_factor to increase timeout by factor of 10.
6850
1cafadb4
DB
68512016-03-15 Don Breazeal <donb@codesourcery.com>
6852
6853 * gdb.cp/scope-err.cc: New test program.
6854 * gdb.cp/scope-err.exp: New test script.
6855 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
6856 lines and "set breakpoint here" comment.
6857 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
6858 Fixed some whitespace and format issues.
6859 * gdb.mi/mi-linespec-err-cp.cc: New test program.
6860 * gdb.mi/mi-linespec-err-cp.exp: New test script.
6861
81516450
DE
68622016-03-15 Doug Evans <dje@google.com>
6863
6864 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
6865 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
6866 All callers updated. Add tests for enums, mixed flags register.
6867
aa52b601
DE
68682016-03-15 Doug Evans <dje@google.com>
6869
6870 * gdb.base/skip.c (main): Call test_skip_file_and_function.
6871 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
6872
fa4ff313
SM
68732016-03-14 Simon Marchi <simon.marchi@ericsson.com>
6874
6875 * gdb.base/default.exp: Add $_as_string to the list of expected
6876 convenience functions.
6877
f2403c39
AB
68782016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
6879
6880 * gdb.base/maint.exp: New tests for 'maint info line-table'.
6881
f2f3ccb9
SM
68822016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
6883
6884 * gdb.python/py-as-string.exp: New file.
6885 * gdb.python/py-as-string.c: New file.
6886
00dbd492
PA
68872016-03-09 Pedro Alves <palves@redhat.com>
6888
6889 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
6890 signal" -> "Thread NN received signal" output change.
6891 * gdb.threads/ia64-sigill.exp: Likewise.
6892 * gdb.threads/linux-dp.exp: Likewise.
6893 * gdb.threads/manythreads.exp: Likewise.
6894 * gdb.threads/pending-step.exp: Likewise.
6895 * gdb.threads/print-threads.exp: Likewise.
6896 * gdb.threads/sigstep-threads.exp: Likewise.
6897 * gdb.threads/staticthreads.exp: Likewise.
6898 * gdb.threads/tls.exp: Likewise.
6899
1e6697ea
YQ
69002016-03-09 Pedro Alves <palves@redhat.com>
6901
6902 * gdb.base/command-line-input.exp: New file.
6903
b04fd3be
MK
69042016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6905
6906 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
6907 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
6908 * gdb.trace/pending.exp: Accept leading dot before function name.
6909 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
6910 * lib/trace-support.exp: Set registers for ppc.
6911
98fa59e9
MK
69122016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6913
6914 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
6915 use it for disassembly; accept .main in addition to main in backtrace.
6916
f77198c8
MK
69172016-03-09 Wei-cheng Wang <cole945@gmail.com>
6918 Marcin Kościelnicki <koriakin@0x04.net>
6919
6920 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
6921 (gdb_recursion_test_ptr): New global variable.
6922 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
6923 gdb_recursion_test.
6924 (gdb_c_test): Ditto.
6925
ba84e0da
MK
69262016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6927
6928 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
6929 ordering.
6930
4366d36e
MK
69312016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6932
6933 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
6934 (bar): Add bar_start_lbl label.
6935 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
6936 of foo/bar for emitting DWARF and tracing.
6937
5eb264df
SDJ
69382016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
6939
6940 * analyze-racy-logs.py: Set executable bit.
6941
fb6a751f
SDJ
69422016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
6943
6944 * Makefile.in (DEFAULT_RACY_ITER): New variable.
6945 (CHECK_TARGET_TMP): Likewise.
6946 (check-single-racy): New rule.
6947 (check-parallel-racy): Likewise.
6948 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
6949 (do-check-parallel-racy): New rule.
6950 (check-racy/%.exp): Likewise.
6951 * README (Racy testcases): New section.
6952 * analyze-racy-logs.py: New file.
6953
bdf7e230
DE
69542016-03-03 Doug Evans <dje@google.com>
6955
6956 * gdb.base/skip.exp: Use with_test_prefix.
6957
4719d415
YQ
69582016-03-03 Yao Qi <yao.qi@linaro.org>
6959
6960 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
6961 Invoke step_over_syscall "clone" and break_cond_on_syscall
6962 "clone".
6963 * gdb.base/step-over-clone.c: New file.
6964
ea507862
YQ
69652016-03-03 Yao Qi <yao.qi@linaro.org>
6966
6967 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
6968 code format.
6969
8fc8cbda
YQ
69702016-03-03 Yao Qi <yao.qi@linaro.org>
6971
6972 * gdb.base/disp-step-fork.c: Rename to ...
6973 * gdb.base/step-over-fork.c: ... it. New file.
6974 * gdb.base/disp-step-vfork.c: Rename to ...
6975 * gdb.base/step-over-vfork.c: ... it. New file.
6976 * gdb.base/disp-step-syscall.exp: Rename to ...
6977 * gdb.base/step-over-syscall.exp: ... it. New file.
6978 (disp_step_cross_syscall): Rename to ...
6979 (step_over_syscall): ... it.
6980
92fa70b0
YQ
69812016-03-03 Yao Qi <yao.qi@linaro.org>
6982
6983 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
6984 If target supports condition evaluation on target, invoke
6985 break_cond_on_syscall for fork and vfork.
6986
e197ad3c
YQ
69872016-03-03 Yao Qi <yao.qi@linaro.org>
6988
6989 * gdb.base/disp-step-syscall.exp: Don't invoke
6990 support_displaced_stepping.
6991 (disp_step_cross_syscall): Test with displaced stepping off and
6992 on if supported.
6993
0b47da9f
YQ
69942016-03-03 Yao Qi <yao.qi@linaro.org>
6995
6996 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
6997 proc.
6998 (setup): New proc.
6999 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
7000 and setup.
7001
065ab6dc
BH
70022016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7003
7004 * gdb.fortran/vla-history.exp: Remove breakpoint.
7005
07e448ad 70062016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7007
25d49b86
PA
7008 * gdb.fortran/vla-history.exp: Lookup array elements and printing
7009 exceeds timeout.
07e448ad 7010
9ac2d526 70112016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7012
25d49b86
PA
7013 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
7014 breakpoint.
9ac2d526 7015
17807369
BH
70162016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7017
7018 * gdb.mi/vla.f90: Nullify pointer after declaration.
7019
86e501af
PA
70202016-03-01 Pedro Alves <palves@redhat.com>
7021
7022 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
7023
1e903e32
PA
70242016-03-01 Pedro Alves <palves@redhat.com>
7025
7026 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
7027 before anything else.
7028 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
7029 _GNU_SOURCE here.
7030 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
7031 before anything else.
7032 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
7033
6ccb54e2
PA
70342016-03-01 Pedro Alves <palves@redhat.com>
7035
7036 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
7037
30ca9da1
YQ
70382016-03-01 Yao Qi <yao.qi@linaro.org>
7039
7040 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
7041 prepare_for_testing.
7042
dc856b38
YQ
70432016-03-01 Yao Qi <yao.qi@linaro.org>
7044
7045 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
7046
4a932159
AA
70472016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7048
7049 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
7050 manually constructing the output path.
7051
f2489477
AA
70522016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7053
7054 * gdb.arch/s390-stackless.S: New.
7055 * gdb.arch/s390-stackless.exp: New.
7056
38899f16
IB
70572016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
7058
7059 * gdb.dlang/circular.c: New file.
7060 * gdb.dlang/circular.exp: New file.
7061
9fde51ed
YQ
70622016-02-26 Yao Qi <yao.qi@linaro.org>
7063
7064 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
7065 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
7066 (testcases): Update.
7067
ce90fefe
YQ
70682016-02-26 Yao Qi <yao.qi@linaro.org>
7069
7070 * gdb.reverse/aarch64.c: Rename to ...
7071 * gdb.reverse/insn-reverse.c: ... it.
7072 * gdb.reverse/aarch64.exp: Rename to ...
7073 * gdb.reverse/insn-reverse.exp: ... it.
7074
3263bceb
YQ
70752016-02-26 Yao Qi <yao.qi@linaro.org>
7076
7077 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
7078 (testcase_ftype): New.
7079 (testcases): New array.
7080 (n_testcases): New.
7081 (main): Call each element in testcases.
7082 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
7083 (read_testcase): New.
7084 Do the tests in a loop.
7085
6cb59ff1
YQ
70862016-02-25 Yao Qi <yao.qi@linaro.org>
7087
7088 * gdb.base/branches.c: Remove.
7089
ae91f625
MK
70902016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7091
7092 PR gdb/13808
7093 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
7094
678b48b7
MK
70952016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7096
7097 * gdb.trace/ftrace.exp: Remove unnecessary target check.
7098
7337a6f2
MK
70992016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7100
7101 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
7102 change x86_64 call_insn to 'callq'.
7103
861ca91f
AT
71042016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7105
7106 * gdb.trace/tfile-avx.c: Move to...
7107 * gdb.trace/tracefile-pseudo-reg.c: Here.
7108 * gdb.trace/tfile-avx.exp: Move to...
7109 * gdb.trace/tracefile-pseudo-reg.exp: Here.
7110
bf74e428
GB
71112016-02-24 Gary Benson <gbenson@redhat.com>
7112
7113 * gdb.base/attach-pie-noexec.exp: Do not expect an error
7114 message on attach.
7115
cce0e923
DE
71162016-02-23 Doug Evans <dje@google.com>
7117
7118 * gdb.base/skip.c (test_skip): New function.
7119 (end_test_skip_file_and_function): New function.
7120 (test_skip_file_and_function): New function.
7121 * gdb.base/skip1.c (test_skip): New function.
7122 (skip1_test_skip_file_and_function): New function.
7123 * gdb.base/skip.exp: Add tests for new skip options.
7124 * gdb.base/skip-solib.exp: Update expected output.
7125 * gdb.perf/skip-command.cc: New file.
7126 * gdb.perf/skip-command.exp: New file.
7127 * gdb.perf/skip-command.py: New file.
7128
4000e47e
MK
71292016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
7130
7131 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
7132 info registers pattern.
7133
24f75ead
IB
71342016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
7135
7136 * lib/future.exp: Add D support.
7137 (gdb_find_gdc): New proc.
7138 (gdb_default_target_compile): Add D support.
7139
fbb7bcbe
WW
71402016-02-18 Wei-cheng Wang <cole945@gmail.com>
7141
7142 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
7143 user+system time.
7144 (trace_speed_test): Determine the iteration count for a time
7145 between 15..30 seconds.
7146
012b3a21
WT
71472016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
7148
7149 * gdb.arch/i386-mpx-sigsegv.c: New file.
7150 * gdb.arch/i386-mpx-sigsegv.exp: New file.
7151 * gdb.arch/i386-mpx-simple_segv.c: New file.
7152 * gdb.arch/i386-mpx-simple_segv.exp: New file.
7153
2d5189bd
YQ
71542016-02-18 Yao Qi <yao.qi@linaro.org>
7155
7156 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7157 Don't call setup_kfail.
7158
40fb20d0
YQ
71592016-02-18 Yao Qi <yao.qi@linaro.org>
7160
7161 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7162 Set "set breakpoint condition-evaluation" per $cond_bp_target.
7163
21b1f8d2
DE
71642016-02-16 Doug Evans <dje@google.com>
7165
7166 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
7167 * gdb.base/skip1.c: Ditto.
7168 * gdb.base/skip.exp: Whitespace cleanup.
7169
4041ed77
DB
71702016-02-16 Don Breazeal <donb@codesourcery.com>
7171
7172 PR remote/19496
7173 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7174 Remove kfail for PR remote/19496.
7175
c4ef31bf
SM
71762016-02-16 Simon Marchi <simon.marchi@ericsson.com>
7177
7178 * lib/gdb.exp (standard_temp_file): Return a path specific to
7179 the runtest invocation.
7180
266b65b3
SM
71812016-02-16 Simon Marchi <simon.marchi@ericsson.com>
7182
7183 * gdb.trace/save-trace.exp: Change relative path to be in the
7184 standard output directory.
7185
a7a0a6a9
JK
71862016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7187
7188 * gdb.arch/i386-prologue.c: Add missing prototypes.
7189
c99dbb42
JK
71902016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7191
7192 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
7193 * gdb.arch/i386-prologue.exp: Likewise.
7194 * gdb.arch/i386-size.exp: Likewise.
7195
aa480355
SM
71962016-02-15 Simon Marchi <simon.marchi@ericsson.com>
7197
7198 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
7199 define object file path.
7200 * gdb.btrace/gcore.exp: Use standard_output_file to define core
7201 file path.
7202 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
7203 standard_output_file to define binfile.
7204
ba881f50
JK
72052016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7206
7207 Fix compatibility with recent gfortran-5.3.1.
7208 * gdb.fortran/vla-history.exp (print vla1 allocated)
7209 (print vla2 allocated, print $2, print $3): Remove
7210 (print $4): Rename to ...
7211 (print $2): ... here.
7212 (print $9): Rename to ...
7213 (print $5): ... here.
7214 (print $10): Rename to ...
7215 (print $6): ... here.
7216 * gdb.fortran/vla.f90: Add pvla initialization.
7217
e9fb005c
JK
72182016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7219
7220 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
7221 New test.
7222 * gdb.fortran/vla-value-sub.exp: Likewise.
7223
e44e00ff
MK
72242016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
7225
7226 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
7227
97e94151
SM
72282016-02-12 Simon Marchi <simon.marchi@ericsson.com>
7229
7230 * i386-biarch-core.exp: Define corefile using
7231 standard_output_file.
7232
01113bc1
YQ
72332016-02-12 Yao Qi <yao.qi@linaro.org>
7234
7235 * gdb.arch/arm-single-step-kernel-helper.c: New.
7236 * gdb.arch/arm-single-step-kernel-helper.exp: New.
7237
33b4777c
MM
72382016-02-12 Markus Metzger <markus.t.metzger@intel.com>
7239
7240 * gdb.btrace/tailcall-only.exp: New.
7241 * gdb.btrace/tailcall-only.c: New.
7242 * gdb.btrace/x86_64-tailcall-only.S: New.
7243 * gdb.btrace/i686-tailcall-only.S: New.
7244
acc23c11
PA
72452016-02-11 Pedro Alves <palves@redhat.com>
7246
7247 * README (Parallel testing): Add missing double quotes.
7248
e352bf0a
PA
72492016-02-11 Pedro Alves <palves@redhat.com>
7250
7251 * README (Parallel testing): New section.
7252 (GDB_PARALLEL): Rewrite.
7253 (FORCE_PARALLEL): Document.
7254
9f5fed78
MK
72552016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
7256
7257 * gdb.trace/tfile-avx.c: New test.
7258 * gdb.trace/tfile-avx.exp: New test.
7259
9ef9e6a6
KS
72602016-02-09 Keith Seitz <keiths@redhat.com>
7261
7262 PR breakpoints/19546
7263 * gdb.base/infcall-exec.c: New file.
7264 * gdb.base/infcall-exec2.c: New file.
7265 * gdb.base/infcall-exec.exp: New file.
7266
a96e36da
KS
72672016-02-09 Keith Seitz <keiths@redhat.com>
7268
7269 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
7270 (toplevel): Call test_bkpt_address.
7271
9f61929f
KS
72722016-02-09 Keith Seitz <keiths@redhat.com>
7273
7274 PR python/19506
7275 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
7276 (toplevel): Call test_bkpt_address.
7277
1e94266c
SM
72782016-02-09 Simon Marchi <simon.marchi@ericsson.com>
7279
7280 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
7281 to AC_OUTPUT.
7282 * configure: Regenerate.
7283
2a7f3dff
PA
72842016-02-09 Pedro Alves <palves@redhat.com>
7285
7286 PR breakpoints/19548
7287 * gdb.base/execl-update-breakpoints.c (some_function): New
7288 function.
7289 (main): Call it.
7290 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
7291 Tighten expected GDB output.
7292
2151ccc5
SM
72932016-02-08 Simon Marchi <simon.marchi@ericsson.com>
7294
7295 * Makefile.in (ALL_SUBDIRS): Remove.
7296 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
7297 (distclean maintainer-clean realclean): Likewise.
7298 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
7299 * configure: Regenerate.
7300 * gdb.ada/Makefile.in: Delete.
7301 * gdb.arch/Makefile.in: Likewise.
7302 * gdb.asm/Makefile.in: Likewise.
7303 * gdb.base/Makefile.in: Likewise.
7304 * gdb.btrace/Makefile.in: Likewise.
7305 * gdb.cell/Makefile.in: Likewise.
7306 * gdb.compile/Makefile.in: Likewise.
7307 * gdb.cp/Makefile.in: Likewise.
7308 * gdb.disasm/Makefile.in: Likewise.
7309 * gdb.dlang/Makefile.in: Likewise.
7310 * gdb.dwarf2/Makefile.in: Likewise.
7311 * gdb.fortran/Makefile.in: Likewise.
7312 * gdb.gdb/Makefile.in: Likewise.
7313 * gdb.go/Makefile.in: Likewise.
7314 * gdb.guile/Makefile.in: Likewise.
7315 * gdb.java/Makefile.in: Likewise.
7316 * gdb.linespec/Makefile.in: Likewise.
7317 * gdb.mi/Makefile.in: Likewise.
7318 * gdb.modula2/Makefile.in: Likewise.
7319 * gdb.multi/Makefile.in: Likewise.
7320 * gdb.objc/Makefile.in: Likewise.
7321 * gdb.opencl/Makefile.in: Likewise.
7322 * gdb.opt/Makefile.in: Likewise.
7323 * gdb.pascal/Makefile.in: Likewise.
7324 * gdb.perf/Makefile.in: Likewise.
7325 * gdb.python/Makefile.in: Likewise.
7326 * gdb.reverse/Makefile.in: Likewise.
7327 * gdb.server/Makefile.in: Likewise.
7328 * gdb.stabs/Makefile.in: Likewise.
7329 * gdb.threads/Makefile.in: Likewise.
7330 * gdb.trace/Makefile.in: Likewise.
7331 * gdb.xml/Makefile.in: Likewise.
7332 * lib/gdb.exp (make_gdb_parallel_path): Add check for
7333 GDB_PARALLEL.
7334 (standard_output_file): Remove check for GDB_PARALLEL, always
7335 return path in outputs/$subdir/$testname.
7336
437277d4
SM
73372016-02-08 Simon Marchi <simon.marchi@ericsson.com>
7338
7339 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
7340 (site.exp): Assign abs_srcdir to tcl's srcdir.
7341
31d913c7
YQ
73422016-02-04 Yao Qi <yao.qi@linaro.org>
7343
7344 * gdb.base/foll-exec-mode.c: Include limits.h.
7345 (main): Add parameters argc and argv. Get directory from
7346 argv[0].
7347 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
7348 compilation.
7349 * gdb.base/foll-exec.c: Include limits.h.
7350 (main): Add parameters argc and argv.
7351 Get directory from argv[0].
7352 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
7353 Adjust tests on the number of lines as source code changed.
7354 * gdb.base/foll-vfork-exit.c: Include limits.h.
7355 (main): Add one line of statement before vfork.
7356 * gdb.base/foll-vfork.c: Include limits.h and string.h.
7357 (main): Add parameters argc and argv. Get directory from
7358 argv[0].
7359 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
7360 (setup_gdb): Set tbreak to skip some source lines.
7361 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
7362 (main): Add parameters argc and argv. Get directory from
7363 argv[0].
7364 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
7365 compilation.
7366 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
7367 (main): Add parameters argc and argv. Get directory from
7368 argv[0].
7369 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
7370 compilation.
7371
9482b9fb
DE
73722016-02-01 Doug Evans <dje@google.com>
7373
7374 * gdb.base/skip.exp: Clean up multiple references to same test name.
7375
6b2e4f10
PA
73762016-02-01 Pedro Alves <palves@redhat.com>
7377
ccb6afd6 7378 PR remote/19496
6b2e4f10
PA
7379 * gdb.threads/forking-threads-plus-breakpoint.exp
7380 (displaced_stepping_supported): New global.
7381 (probe_displaced_stepping_support): New procedure.
7382 (do_test): Add 'displaced' parameter, and use it.
7383 (top level): Check for displaced stepping support. Add displaced
7384 stepping on/off testing axis.
7385
37a8db1a
AB
73862016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
7387
7388 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
7389 pointer. Don't perform further tests on the unassociated pointer
7390 if the first test fails.
7391
5fdf6324
AB
73922016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
7393
7394 * gdb.base/max-value-size.c: New file.
7395 * gdb.base/max-value-size.exp: New file.
7396 * gdb.base/huge.exp: Disable max-value-size for this test.
7397
935c6144
IB
73982016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
7399
7400 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
7401
7fe8399d
YQ
74022016-01-28 Yao Qi <yao.qi@linaro.org>
7403
7404 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
7405
a2077e25
PA
74062016-01-25 Pedro Alves <palves@redhat.com>
7407
7408 PR threads/19461
7409 * gdb.base/fork-running-state.c: New file.
7410 * gdb.base/fork-running-state.exp: New file.
7411
1d2736d4
PA
74122016-01-25 Pedro Alves <palves@redhat.com>
7413
7414 PR gdb/19494
7415 * gdb.base/catch-fork-kill.c: New file.
7416 * gdb.base/catch-fork-kill.exp: New file.
7417
f1da4b11
PA
74182016-01-25 Pedro Alves <palves@redhat.com>
7419
7420 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
7421 Delete, moved to lib/gdb.exp.
7422 * gdb.threads/forking-threads-plus-breakpoint.exp
7423 (foreach_with_prefix): Likewise.
7424 * gdb.threads/process-dies-while-handling-bp.exp
7425 (foreach_with_prefix): Likewise.
7426 * lib/gdb.exp (foreach_with_prefix): New procedure.
7427
45f38546
MK
74282016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
7429
7430 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
7431 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
7432
dc29a1ce
MK
74332016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
7434
7435 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
7436 endian targets.
7437
092127d7
JK
74382016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7439 Pedro Alves <palves@redhat.com>
7440
7441 Fix testsuite compatibility with Guile.
7442 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
7443 number.
7444
31d765d3
JK
74452016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7446
7447 Fix testsuite compatibility with Guile.
7448 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
7449 (thread 1): New test for backtrace through signal handler.
7450
1ac78c04
YQ
74512016-01-22 Yao Qi <yao.qi@linaro.org>
7452
7453 PR testsuite/19491
7454 * gdb.base/multi-forks.c: Include
7455 ../lib/unbuffer_output.c
7456 (main): Call gdb_unbuffer_output.
7457
4f5946a8
DE
74582016-01-21 Doug Evans <dje@google.com>
7459
7460 * lib/ada.exp (gdb_compile_ada): Fix typo.
7461
305e13e6
JB
74622016-01-21 Joel Brobecker <brobecker@adacore.com>
7463
7464 * gdb.base/break-fun-addr.exp: New file.
7465 * gdb.base/break-fun-addr1.c: New file.
7466 * gdb.base/break-fun-addr2.c: New file.
7467
5f5dfff6
SM
74682016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
7469
7470 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
7471 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
7472 enum flag values.
7473
fd356fa2
AA
74742016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
7475
7476 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
7477 when GDB can not set the vector return value. Add more comments
7478 for clarification.
7479
9df22175
AT
74802016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
7481
7482 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
7483 command.
7484
41d1845e
SM
74852016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7486
7487 * Makefile.in (DO_RUNTEST): Add --status and update usages.
7488
01ac6840
SM
74892016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7490
7491 * Makefile.in (check-single): Pass --status to runtest.
7492 (check/%.exp): Likewise.
7493
74942016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7495
7496 * Makefile.in (check-parallel): Propagate return code from make
7497 do-check-parallel.
7498
bd0a71fa
MK
74992016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
7500
7501 * gdb.trace/ftrace.exp: Fix expected message on continue.
7502 * gdb.trace/pending.exp: Fix expected message on continue.
7503 * gdb.trace/trace-break.exp: Fix expected message on continue.
7504
8bcbad33
SM
75052016-01-18 Simon Marchi <simon.marchi@ericsson.com>
7506
7507 * lib/gdb.exp (gdb_test): Remove unused global references.
7508
f303dbd6
PA
75092016-01-18 Pedro Alves <palves@redhat.com>
7510
7511 * gdb.base/async-shell.exp: Adjust expected output.
7512 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
7513 * gdb.base/siginfo-thread.exp: Adjust expected output.
7514 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
7515 * gdb.java/jnpe.exp: Adjust expected output.
7516 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
7517 * gdb.threads/continue-pending-status.exp: Adjust expected output.
7518 * gdb.threads/leader-exit.exp: Adjust expected output.
7519 * gdb.threads/manythreads.exp: Adjust expected output.
7520 * gdb.threads/pthreads.exp: Adjust expected output.
7521 * gdb.threads/schedlock.exp: Adjust expected output.
7522 * gdb.threads/siginfo-threads.exp: Adjust expected output.
7523 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
7524 expected output.
7525 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
7526 output.
7527 * gdb.threads/sigthread.exp: Adjust expected output.
7528 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
7529
b2789696
YQ
75302016-01-18 Yao Qi <yao.qi@linaro.org>
7531
7532 * gdb.guile/scm-section-script.c: Replace @progbits with
7533 %progbits.
7534 * gdb.python/py-section-script.c: Likewise.
7535
71ef29a8
PA
75362016-01-15 Pedro Alves <palves@redhat.com>
7537
7538 * gdb.multi/tids.exp: Test star wildcard ranges.
7539
3f5b7598
PA
75402016-01-15 Pedro Alves <palves@redhat.com>
7541
7542 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
7543 command from "thread apply" invocation.
7544 (thr_apply_info_thr_invalid): Default the expected output to the
7545 input tid list.
7546 (top level): Add tests that use convenience variables. Add tests
7547 for "thread apply" with a valid TID list, but missing the command.
7548
663f6d42
PA
75492016-01-13 Pedro Alves <palves@redhat.com>
7550
7551 * gdb.base/default.exp: Expect $_gthread as well.
7552 * gdb.multi/tids.exp: Test $_gthread.
7553 * gdb.threads/thread-specific.exp: Test $_gthread.
7554
c84f6bbf
PA
75552016-01-13 Pedro Alves <palves@redhat.com>
7556
7557 * gdb.multi/tids.exp: Test "info threads -gid".
7558
22a02324
PA
75592016-01-13 Pedro Alves <palves@redhat.com>
7560
7561 * gdb.multi/tids.exp: Test InferiorThread.global_num and
7562 Breakpoint.thread.
7563 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
7564
5d5658a1
PA
75652016-01-07 Pedro Alves <palves@redhat.com>
7566
7567 * gdb.base/break.exp: Adjust to output changes.
7568 * gdb.base/hbreak2.exp: Likewise.
7569 * gdb.base/sepdebug.exp: Likewise.
7570 * gdb.base/watch_thread_num.exp: Likewise.
7571 * gdb.linespec/keywords.exp: Likewise.
7572 * gdb.multi/info-threads.exp: Likewise.
7573 * gdb.threads/thread-find.exp: Likewise.
7574 * gdb.multi/tids.c: New file.
7575 * gdb.multi/tids.exp: New file.
7576
84654457
PA
75772016-01-13 Pedro Alves <palves@redhat.com>
7578
7579 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
7580
e3940304
PA
75812016-01-13 Pedro Alves <palves@redhat.com>
7582
7583 * gdb.base/default.exp: Expect $_inferior as well.
7584 * gdb.multi/base.exp: Test $_inferior.
7585
a911d87a
PA
75862016-01-13 Pedro Alves <palves@redhat.com>
7587
7588 PR breakpoints/19388
7589 * gdb.base/catch-signal-siginfo-cond.c: New file.
7590 * gdb.base/catch-signal-siginfo-cond.exp: New file.
7591
82075af2
JS
75922016-01-12 Josh Stone <jistone@redhat.com>
7593 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7594
7595 * gdb.base/catch-syscall.c (do_execve): New variable.
7596 (main): Conditionally trigger an execve.
7597 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
7598 (test_catch_syscall_execve): New, check entry/return across execve.
7599 (do_syscall_tests): Call test_catch_syscall_execve.
7600
e46eeedd
PA
76012016-01-12 Pedro Alves <palves@redhat.com>
7602
7603 * gdb.base/random-signal.exp (do_test): New procedure, with body
7604 of testcase moved in.
7605
01d8c27e
JK
76062016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7607 Pedro Alves <palves@redhat.com>
7608
7609 * gdb.base/funcargs.exp (finish from indirectly called function):
7610 Reintroduce the case for 'First'.
7611
9a706302
JK
76122016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7613 Pedro Alves <palves@redhat.com>
7614
7615 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
7616 (tcatch_vfork_then_child_follow_exec)
7617 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
7618 identification.
7619
c0ecb95f
JK
76202016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7621
7622 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
7623 and repeats to unlimited.
7624 * gdb.python/py-value.exp: Likewise.
7625 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
7626 and repeats to unlimited.
7627
6cfc1fcb
JK
76282016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7629
7630 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
7631 and reordering the functions.
7632 * gdb.multi/hangout.c: Likewise.
7633 * gdb.multi/hello.c: Likewise.
7634
582a1b00
SM
76352016-01-08 Simon Marchi <simon.marchi@ericsson.com>
7636
7637 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
7638 absolute.
7639 (SingleStatisticTestResult.report): Use dict.keys instead of
7640 dict.iterkeys.
7641
79bc59cb
PA
76422016-01-06 Pedro Alves <palves@redhat.com>
7643
7644 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
7645
43368e1d
MM
76462016-01-04 Markus Metzger <markus.t.metzger@intel.com>
7647
7648 * gdb.btrace/dlopen.exp: New.
7649 * gdb.btrace/dlopen.c: New.
7650 * gdb.btrace/dlopen-dso.c: New.
7651
79fad5b8
SL
76522015-12-25 Sandra Loosemore <sandra@codesourcery.com>
7653
7654 * lib/gdb.exp (gdb_test): Update comments to clarify that the
7655 PATTERN argument is optional.
7656
ab8314b3
JB
76572015-12-24 Joel Brobecker <brobecker@adacore.com>
7658
7659 * lib/ada.exp (target_compile_ada_from_dir): New function.
7660 (gdb_compile_ada): Reimplement avoiding the use of project files.
7661 * gdb.ada/gnat_ada.gpr: Delete.
7662 * gdb.ada/cond_lang.exp: Adjust test to make path before
7663 filename optional.
7664 * gdb.ada/small_reg_param.exp: Likewise.
7665
fe33faff
SM
76662015-12-22 Simon Marchi <simon.marchi@ericsson.com>
7667
7668 * gdb.base/foll-vork.exp: Remove HP-UX special case.
7669
6d265cb4
TP
76702015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
7671
7672 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
7673 case.
7674
10125099
SM
76752015-12-21 Simon Marchi <simon.marchi@ericsson.com>
7676
7677 * gdb.base/break.exp: Remove dead code.
7678 * gdb.base/sepdebug.exp: Likewise.
7679
3ca22649
SM
76802015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
7681
7682 * gdb.asm/asm-source.exp: Remove HP-UX references.
7683 * gdb.base/annota1.exp: Likewise.
7684 * gdb.base/annota3.exp: Likewise.
7685 * gdb.base/attach.exp: Likewise.
7686 * gdb.base/bigcore.exp: Likewise.
7687 * gdb.base/break.exp: Likewise.
7688 * gdb.base/call-ar-st.exp: Likewise.
7689 * gdb.base/callfuncs.exp: Likewise.
7690 * gdb.base/catch-fork-static.exp: Likewise.
7691 * gdb.base/display.exp: Likewise.
7692 * gdb.base/foll-exec-mode.exp: Likewise.
7693 * gdb.base/foll-exec.exp: Likewise.
7694 * gdb.base/foll-fork.exp: Likewise.
7695 * gdb.base/foll-vfork.exp: Likewise.
7696 * gdb.base/funcargs.exp: Likewise.
7697 * gdb.base/hbreak2.exp: Likewise.
7698 * gdb.base/inferior-died.exp: Likewise.
7699 * gdb.base/interrupt.exp: Likewise.
7700 * gdb.base/multi-forks.exp: Likewise.
7701 * gdb.base/nodebug.exp: Likewise.
7702 * gdb.base/sepdebug.exp: Likewise.
7703 * gdb.base/solib1.c: Likewise.
7704 * gdb.base/step-test.exp: Likewise.
7705 * gdb.mi/non-stop.c: Likewise.
7706 * gdb.mi/pthreads.c: Likewise.
7707 * gdb.multi/bkpt-multi-exec.ex: Likewise.
7708 * gdb.threads/pthreads.c: Likewise.
7709 * gdb.threads/staticthreads.exp: Likewise.
7710 * lib/future.exp: Likewise.
7711 * lib/gdb.exp: Likewise.
7712 * gdb.base/so-indr-cl.c: Remove.
7713 * gdb.base/so-indr-cl.exp: Likewise.
7714 * gdb.base/solib.c: Likewise.
7715 * gdb.base/solib.exp: Likewise.
7716 * gdb.base/solib2.c: Likewise.
7717
b6304613
SM
77182015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
7719
7720 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
7721 * gdb.base/call-ar-st.exp: Likewise.
7722 * gdb.base/callfuncs.exp: Likewise.
7723 * gdb.base/condbreak.exp: Likewise.
7724 * gdb.base/constvars.exp: Likewise.
7725 * gdb.base/hbreak2.exp: Likewise.
7726 * gdb.base/langs.exp: Likewise.
7727 * gdb.base/list.exp: Likewise.
7728 * gdb.base/long_long.exp: Likewise.
7729 * gdb.base/ptype.exp: Likewise.
7730 * gdb.base/scope.exp: Likewise.
7731 * gdb.base/signals.exp: Likewise.
7732 * gdb.base/so-impl-ld.exp: Likewise.
7733 * gdb.base/varargs.exp: Likewise.
7734 * gdb.base/volatile.exp: Likewise.
7735 * gdb.base/whatis.exp: Likewise.
7736 * gdb.cp/cplusfuncs.exp: Likewise.
7737 * gdb.cp/inherit.exp: Likewise.
7738 * gdb.cp/local.exp: Likewise.
7739 * gdb.cp/member-ptr.exp: Likewise.
7740 * gdb.cp/method.exp: Likewise.
7741 * gdb.cp/overload.exp: Likewise.
7742 * gdb.cp/templates.exp: Likewise.
7743 * gdb.stabs/weird.exp: Likewise.
7744 * lib/compiler.c: Likewise.
7745 * lib/compiler.cc: Likewise.
7746 * lib/cp-support.exp: Likewise.
7747 * lib/gdb.exp: Likewise.
7748
bf401b07
SM
77492015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
7750
7751 * configure.ac: Remove HP-UX case.
7752 * configure: Regenerate.
7753
aff9c0f8
SM
77542015-12-18 Simon Marchi <simon.marchi@ericsson.com>
7755
7756 * lib/gdb.exp (gdb_compile): Add function doc.
7757
a6904d5a
PA
77582015-12-17 Pedro Alves <palves@redhat.com>
7759
7760 PR threads/19354
7761 * gdb.multi/info-threads.exp: New file.
7762
a22279dd
YQ
77632015-12-15 Yao Qi <yao.qi@linaro.org>
7764
7765 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
7766 is aarch64*-*-*.
7767
0588c796
SL
77682015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7769
7770 * gdb.base/history-duplicates.exp: Skip if no readline support.
7771
5d978e17
SL
77722015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7773
7774 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
7775
7e763b86
SL
77762015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7777
7778 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
7779
87a3a92c
SL
77802015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7781
7782 * gdb.base/completion.exp: Skip tests that interrupt GDB with
7783 ctrl-C if nointerrupts target property is set.
7784 * gdb.base/double-prompt-target-event-error.exp: Likewise.
7785 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
7786 * gdb.base/paginate-bg-execution.exp: Likewise.
7787 * gdb.base/paginate-execution-startup.exp: Likewise.
7788 * gdb.base/random-signal.exp: Likewise.
7789 * gdb.base/range-stepping.exp: Likewise.
7790 * gdb.cp/annota2.exp: Likewise.
7791 * gdb.cp/annota3.exp: Likewise.
7792 * gdb.gdb/selftest.exp: Likewise.
7793 * gdb.threads/continue-pending-status.exp: Likewise.
7794 * gdb.threads/leader-exit.exp: Likewise.
7795 * gdb.threads/manythreads.exp: Likewise.
7796 * gdb.threads/pthreads.exp: Likewise.
7797 * gdb.threads/schedlock.exp: Likewise.
7798 * gdb.threads/sigthread.exp: Likewise.
7799
a8f077dc
DB
78002015-12-11 Don Breazeal <donb@codesourcery.com>
7801
7802 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
7803 remote.
7804 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
7805 * gdb.base/foll-exec.exp (main): Enable for target remote.
7806 * gdb.base/foll-fork.exp (main): Likewise.
7807 * gdb.base/foll-vfork.exp (main): Likewise.
7808 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
7809 (proc continue_to_exit_bp_loc): Use clean_restart.
7810 * gdb.base/pie-execl.exp (main): Disable for target remote.
7811 * gdb.base/watch-vfork.exp (main): Enable for target remote.
7812 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
7813 * gdb.threads/execl.exp (main): Likewise.
7814 * gdb.threads/fork-child-threads.exp (main): Likewise.
7815 * gdb.threads/fork-plus-threads.exp (main): Disable for target
7816 remote.
7817 * gdb.threads/fork-thread-pending.exp (main): Enable for target
7818 remote.
7819 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
7820 pid.tid style ptids, instead of just tid.
7821 * gdb.threads/thread-execl.exp (main): Enable for target remote.
7822 * gdb.threads/watchpoint-fork.exp (main): Likewise.
7823 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
7824 ptids, instead of just tid.
7825
3b2464a8
AB
78262015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7827
7828 * gdb.base/list.exp (test_list_forward): Add end of file error
7829 test.
7830 (test_repeat_list_command): Add end of file error test.
7831 (test_list_backwards): Add beginning of file error test.
7832
a0def019
AB
78332015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7834
7835 * gdb.base/list.exp (test_list_invalid_args): New function,
7836 defined, and called.
7837
5c000dff
AB
78382015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7839
7840 * gdb.base/list.exp (test_list): Make test names unique.
7841
f1637ebe
YQ
78422015-12-11 Yao Qi <yao.qi@linaro.org>
7843
7844 * gdb.base/coremaker2.c: Remove.
7845
36d6fc0a
PA
78462015-12-10 Pedro Alves <palves@redhat.com>
7847
7848 * gdb.multi/base.exp: Remove stale "spaces" references.
7849
762f7747
PA
78502015-12-10 Pedro Alves <palves@redhat.com>
7851
7852 * gdb.multi/base.exp: Don't use nowarnings.
7853 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
7854 * gdb.multi/hangout.c: Include stdio.h.
7855 * gdb.multi/hello.c: Include stdlib.h.
7856 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
7857 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
7858 * gdb.multi/multi-arch.exp: Don't use nowarnings.
7859
28d2bfb9
AB
78602015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
7861
7862 * gdb.dwarf2/dw2-ranges-base.c: New file.
7863 * gdb.dwarf2/dw2-ranges-base.exp: New file.
7864 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
7865 support additional line table, and debug ranges generation.
7866 (Dwarf::ranges): New function, generate .debug_ranges.
7867 (Dwarf::lines): Support generating simple line table programs.
7868 (Dwarf::assemble): Initialise new namespace variables.
7869
5fc2beac
KB
78702015-12-09 Kevin Buettner <kevinb@redhat.com>
7871
7872 * gdb.base/async.exp (proc test_background): Add case for
7873 asynchronous execution not supported.
7874
1c35a88f
LM
78752015-12-09 Luis Machado <lgustavo@codesourcery.com>
7876
7877 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
7878 format and change test names to make them unique.
7879
b593e3d9
RK
78802015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
7881 Pedro Alves <pedro@redhat.com>
7882
7883 PR gdb/18702
7884 Add checking of floatformats setup on x86_64 hosts.
7885 * gdb.arch/i386-float.S (main): Load bigval and smallval.
7886 (smallval, bigval): New labels/constants.
7887 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
7888 float" after loading bigval and smallval.
7889
d72413e6
PMR
78902015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
7891
7892 * gdb.ada/fun_overload_menu.exp: New testcase.
7893 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
7894
ece66d65
JS
78952015-12-04 Josh Stone <jistone@redhat.com>
7896
7897 * gdb.base/catch-fork-static.exp: New.
7898
41d0efca
YQ
78992015-12-03 Yao Qi <yao.qi@linaro.org>
7900
7901 * gdb.base/sizeof.c: Don't include stdio.h and
7902 ../lib/unbuffer_output.c.
7903 (main): New variable 'size' and 'value'. Remove printf and
7904 gdb_unbuffer_output. Assign return value to size and value.
7905 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
7906 at the beginning.
7907 (check_sizeof): Check the result by printing variable 'size'.
7908 (check_valueof): Check the result by printing variable 'value'.
7909
99fd02d9
YQ
79102015-12-01 Yao Qi <yao.qi@linaro.org>
7911
7912 * gdb.base/disp-step-syscall.exp: Define syscall instruction
7913 for aarch64*-*-linux* target.
7914
f2faf941
PA
79152015-11-30 Pedro Alves <palves@redhat.com>
7916
7917 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
7918
04bf20c5
PA
79192015-11-30 Pedro Alves <palves@redhat.com>
7920
7921 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
7922 Handle non-stop mode vCont replies.
7923
09df4675
PA
79242015-11-30 Pedro Alves <palves@redhat.com>
7925
7926 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
7927 prepare_for_testing. Start gdb with "set non-stop on" appended to
7928 GDBFLAGS. Lax expected stop output.
7929
58b584af
YQ
79302015-11-27 Yao Qi <yao.qi@linaro.org>
7931
7932 * gdb.arch/arm-neon.exp: New.
7933 * gdb.arch/arm-neon.c: New.
7934
dfcb77a8
YQ
79352015-11-27 Yao Qi <yao.qi@linaro.org>
7936
7937 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
7938
88e8ec1b
YQ
79392015-11-27 Yao Qi <yao.qi@linaro.org>
7940
7941 * gdb.cp/annota2.exp: Allow multiple occurrences of the
7942 frames-invalid annotation.
7943
bfde72c2
YQ
79442015-11-27 Yao Qi <yao.qi@linaro.org>
7945
7946 * gdb.cp/annota2.exp: Use ${frames_invalid}.
7947
f6512a69
SM
79482015-11-26 Simon Marchi <simon.marchi@ericsson.com>
7949
7950 * gdb.threads/names.exp: New file.
7951 * gdb.threads/names.c: New file.
7952 * README: Mention gdb,no_thread_names.
7953
46a3515b
MM
79542015-11-26 Markus Metzger <markus.t.metzger@intel.com>
7955
7956 PR 19297
7957 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
7958 support" error.
7959
62147a22
PA
79602015-11-24 Pedro Alves <palves@redhat.com>
7961
7962 PR 17539
7963 * gdb.base/display.exp: Expect displays to be sorted in ascending
7964 order. Use multi_line.
7965 * gdb.base/solib-display.exp: Likewise.
7966
2f341b6e
PA
79672015-11-24 Pedro Alves <palves@redhat.com>
7968
7969 PR 17539
25d49b86
PA
7970 * gdb.base/display.exp: Expect displays to be sorted in ascending
7971 order. Use multi_line.
7972 * gdb.base/solib-display.exp: Likewise.
2f341b6e 7973
7e0aa6aa
PA
79742015-11-24 Pedro Alves <palves@redhat.com>
7975
7976 PR 17539
7977 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
7978 threads in ascending order.
7979 * gdb.base/foll-fork.exp: Likewise.
7980 * gdb.base/foll-vfork.exp: Likewise.
7981 * gdb.base/multi-forks.exp: Likewise.
7982 * gdb.mi/mi-nonstop.exp: Likewise.
7983 * gdb.mi/mi-nsintrall.exp: Likewise.
7984 * gdb.multi/base.exp: Likewise.
7985 * gdb.multi/multi-arch.exp: Likewise.
7986 * gdb.python/py-inferior.exp: Likewise.
7987 * gdb.threads/break-while-running.exp: Likewise.
7988 * gdb.threads/execl.exp: Likewise.
7989 * gdb.threads/gcore-thread.exp: Likewise.
7990 * gdb.threads/info-threads-cur-sal.exp: Likewise.
7991 * gdb.threads/kill.exp: Likewise.
7992 * gdb.threads/linux-dp.exp: Likewise.
7993 * gdb.threads/multiple-step-overs.exp: Likewise.
7994 * gdb.threads/next-bp-other-thread.exp: Likewise.
7995 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
7996 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
7997 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
7998 * gdb.threads/thread-find.exp: Likewise.
7999 * gdb.threads/tls.exp: Likewise.
8000 * lib/mi-support.exp (mi_reverse_list): Delete.
8001 (mi_check_thread_states): No longer reverse list.
8002
2cc57ad8
PA
80032015-11-24 Pedro Alves <palves@redhat.com>
8004
8005 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
8006 use lowercase.
8007
c93e8391
SM
80082015-11-23 Simon Marchi <simon.marchi@ericsson.com>
8009
8010 * gdb.trace/actions.c: Include trace-common.h.
8011 (main): Add a location for a fast tracepoint.
8012 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
8013 the normal tracepoints.
8014 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
8015
045ccf91
SM
80162015-11-23 Simon Marchi <simon.marchi@ericsson.com>
8017
8018 * save-trace.exp: Factor out code to these...
8019 (gdb_save_tracepoints): New.
8020 (gdb_load_tracepoints): New.
8021 (do_save_load_test): New.
8022
5506f9f6
KB
80232015-11-23 Kevin Buettner <kevinb@redhat.com>
8024
8025 * gdb.base/asmlabel.exp: New test.
8026 * gdb.base/asmlabel.c: New test case.
8027
16c3b12f
JB
80282015-11-23 Joel Brobecker <brobecker@adacore.com>
8029
8030 * gdb.base/wrong_frame_bt_full-main.c: New file.
8031 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
8032 * gdb.base/wrong_frame_bt_full.exp: New file.
8033
155bfbd3
JB
80342015-11-23 Joel Brobecker <brobecker@adacore.com>
8035
8036 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
8037
bb097445
JM
80382015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
8039
206853a0 8040 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
8041 pstate register when comparing registers values in
8042 sparc64-*-linux-gnu targets to avoid spurious differences.
8043
9c88ed8f
JM
80442015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
8045
206853a0 8046 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 8047
96161e25
SL
80482015-11-19 Sandra Loosemore <sandra@codesourcery.com>
8049
8050 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
8051 as type argument to gdb_compile.
8052 * gdb.base/nested-subp2.exp: Likewise.
8053 * gdb.base/nested-subp3.exp: Likewise.
8054
340c2830
DV
80552015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
8056
8057 * lib/dwarf.exp (_note): Fix left shift of negative value.
8058 * gdb.trace/trace-condition.exp: Likewise.
8059
c1862d0f
YQ
80602015-11-13 Yao Qi <yao.qi@linaro.org>
8061
8062 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
8063 comments about d10v.
8064 (test_scalar_returns): Likewise.
8065 * gdb.base/d10v.ld: Remove.
8066 * gdb.base/overlays.exp: Remove the target triplet checking for
8067 d10v-*-*.
8068 * gdb.base/structs.exp (test_struct_returns): Remove the
8069 comments about d10v.
8070 (test_struct_calls): Likewise.
8071
77ae9c19
YQ
80722015-11-13 Yao Qi <yao.qi@linaro.org>
8073
8074 * gdb.base/gnu_vector.exp: Check the return value by "p res".
8075 * gdb.base/gnu_vector.c: Don't include stdio.h.
8076 (main): Don't print res and call add_some_intvecs.
8077
430e004e
MK
80782015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
8079
8080 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
8081 macro.
8082 (func5): Removed.
8083 (func4): Use FAST_TRACEPOINT_LABEL.
8084 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
8085 macro.
8086 (func): Removed.
8087 (thread_function): Use FAST_TRACEPOINT_LABEL.
8088 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
8089 (func): Remove.
8090 (marker): Use FAST_TRACEPOINT_LABEL.
8091 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
8092 (pendfunc1): Remove.
8093 (pendfunc): Use FAST_TRACEPOINT_LABEL.
8094 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
8095 (foo): Remove.
8096 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
8097 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
8098 macro.
8099 (func): Remove.
8100 (marker): Use FAST_TRACEPOINT_LABEL.
8101 * gdb.trace/trace-common.h: New header.
8102 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
8103 macro.
8104 (func): Remove.
8105 (marker): Use FAST_TRACEPOINT_LABEL.
8106 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
8107 (func): Remove.
8108 (thread_function): Use FAST_TRACEPOINT_LABEL.
8109
6e7675a7
MK
81102015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
8111
8112 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
8113 in front.
8114 * gdb.trace/change-loc.exp: Use global pcreg definition.
8115 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
8116 * gdb.trace/entry-values.exp: Use global spreg definition, add $
8117 in front.
8118 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
8119 * gdb.trace/pending.exp: Likewise.
8120 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
8121 * gdb.trace/trace-break.exp: Likewise.
8122 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
8123 in front.
8124 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
8125 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
8126 in front.
8127 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
8128
dddc0e16
JB
81292015-11-09 Joel Brobecker <brobecker@adacore.com>
8130
8131 * gdb.ada/fin_fun_out: New testcase.
8132
c6f0b406
KB
81332015-11-07 Kevin Buettner <kevinb@redhat.com>
8134
8135 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
8136 value associated with DW_AT_byte_size.
8137 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
8138 constants for DW_AT_byte_size, DW_AT_lower_bound, and
8139 DW_AT_upper_bound.
8140
f01dcfd9
KB
81412015-11-07 Kevin Buettner <kevinb@redhat.com>
8142
8143 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
8144 (gdb_target_symbol_prefix_flags): Define in terms of _asm
8145 version.
8146 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
8147 gdb.dwarf2/dw2-canonicalize-type.exp,
8148 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
8149 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
8150 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
8151 provided by gdb_target_symbol_prefix_flags_asm.
8152 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
8153 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
8154 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
8155 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
8156 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
8157 macros where needed). Use this macro for symbols which require
8158 the prefix provided by SYMBOL_PREFIX.
8159
2223449a
KB
81602015-11-05 Kevin Buettner <kevinb@redhat.com>
8161
8162 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
8163 New procs.
8164 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
8165 representing expressions, of more than one list element.
8166 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
8167 to prepend linker symbol prefix to f.
8168 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
8169 table_1 and table_2.
8170 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
8171 Likewise, for f and g.
8172 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
8173 for ptr.
8174 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
8175 for main.
8176 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
8177 table_1_ptr and table_2_ptr.
8178
6f2f1a3a
JK
81792015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8180 Joel Brobecker <brobecker@adacore.com>
8181
8182 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
8183
566c56c9
MK
81842015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
8185
8186 * gdb.reverse/s390-mvcle.c: New test.
8187 * gdb.reverse/s390-mvcle.exp: New file.
8188 * lib/gdb.exp: Enable reverse tests on s390*-linux.
8189
d5f0636b
MK
81902015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
8191
8192 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
8193
7ad8b86c
MK
81942015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
8195
8196 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
8197 reaching marker2.
8198 * gdb.reverse/getresuid-reverse.exp: Likewise.
8199 * gdb.reverse/pipe-reverse.exp: Likewise.
8200 * gdb.reverse/readv-reverse.exp: Likewise.
8201 * gdb.reverse/recvmsg-reverse.exp: Likewise.
8202 * gdb.reverse/time-reverse.exp: Likewise.
8203 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
8204
4081c0f1
YQ
82052015-10-30 Yao Qi <yao.qi@linaro.org>
8206
8207 * gdb.threads/wp-replication.c (watch_count_done): Remove.
8208 (empty_cycle): Remove.
8209 (main): Don't call empty_cycle. Don't use watch_count_done.
8210 * gdb.threads/wp-replication.exp: Don't set breakpoint on
8211 empty_cycle. Rewrite the code counting HW watchpoints.
8212
452b4ba5
MK
82132015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
8214
8215 * gdb.reverse/fstatat-reverse.c: New test.
8216 * gdb.reverse/fstatat-reverse.exp: New file.
8217 * gdb.reverse/getresuid-reverse.c: New test.
8218 * gdb.reverse/getresuid-reverse.exp: New file.
8219 * gdb.reverse/pipe-reverse.c: New test.
8220 * gdb.reverse/pipe-reverse.exp: New file.
8221 * gdb.reverse/readv-reverse.c: New test.
8222 * gdb.reverse/readv-reverse.exp: New file.
8223 * gdb.reverse/recvmsg-reverse.c: New test.
8224 * gdb.reverse/recvmsg-reverse.exp: New file.
8225 * gdb.reverse/time-reverse.c: New test.
8226 * gdb.reverse/time-reverse.exp: New file.
8227 * gdb.reverse/waitpid-reverse.c: New test.
8228 * gdb.reverse/waitpid-reverse.exp: New file.
8229
5e2e7507
JK
82302015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8231
8232 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
8233
0fde2c53
DE
82342015-10-26 Doug Evans <dje@google.com>
8235
8236 PR symtab/17391
8237 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
8238 * gdb.dwarf2/bad-regnum.c: New file.
8239 * gdb.dwarf2/bad-regnum.exp: New file.
8240
1a70ae97
DE
82412015-10-26 Doug Evans <dje@google.com>
8242
8243 PR python/18938
8244 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
8245 file.
8246
27dc26ab
JK
82472015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8248
8249 * gdb.compile/compile.exp (compile code globalvar): Update expectation
8250 for a change by "Mention language in compile error message".
8251
bed91f4d
SM
82522015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
8253
8254 PR python/18073
8255 * gdb.python/py-type.c (C::a_method): New.
8256 (C::a_const_method): New.
8257 (C::a_static_method): New.
8258 (a_function): New.
8259 * gdb.python/py-type.exp (test_fields): Test getting fields
8260 from function and method.
8261
3f2f83dd
KB
82622015-10-21 Keven Boell <keven.boell@intel.com>
8263
8264 * gdb.fortran/vla-alloc-assoc.exp: New file.
8265 * gdb.fortran/vla-datatypes.exp: New file.
8266 * gdb.fortran/vla-datatypes.f90: New file.
8267 * gdb.fortran/vla-history.exp: New file.
8268 * gdb.fortran/vla-ptype-sub.exp: New file.
8269 * gdb.fortran/vla-ptype.exp: New file.
8270 * gdb.fortran/vla-sizeof.exp: New file.
8271 * gdb.fortran/vla-sub.f90: New file.
8272 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
8273 * gdb.fortran/vla-value-sub-finish.exp: New file.
8274 * gdb.fortran/vla-value-sub.exp: New file.
8275 * gdb.fortran/vla-value.exp: New file.
8276 * gdb.fortran/vla-ptr-info.exp: New file.
8277 * gdb.mi/mi-vla-fortran.exp: New file.
8278 * gdb.mi/vla.f90: New file.
8279
27145d50
SL
82802015-10-21 Sandra Loosemore <sandra@codesourcery.com>
8281
8282 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
8283 of hardwired timeout value.
8284
5f3ff4f8
JK
82852015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8286 Pedro Alves <palves@redhat.com>
8287
8288 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
8289 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
8290
bfd09d20
JS
82912015-10-19 Josh Stone <jistone@redhat.com>
8292
8293 * gdb.base/catch-syscall.c: Include <sched.h>.
8294 (unknown_syscall): New variable.
8295 (main): Trigger a vfork and an unknown syscall.
8296 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
8297 (unknown_syscall_number): Likewise.
8298 (check_call_to_syscall): Accept an optional syscall pattern.
8299 (check_return_from_syscall): Likewise.
8300 (check_continue): Likewise.
8301 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
8302 (test_catch_syscall_skipping_return): New test toggling off 'catch
8303 syscall' to step over the syscall return, then toggling back on.
8304 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
8305 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
8306 (do_syscall_tests): Call test_catch_syscall_without_args and
8307 test_catch_syscall_mid_vfork.
8308 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
8309 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
8310
b32b93c6
AS
83112015-10-19 Andrew Stubbs <ams@codesourcery.com>
8312
8313 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
8314 print g_vE): Add new pass patterns.
8315 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
8316 print various symbol names for vptr fields.
8317
9d622bda
AB
83182015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
8319
8320 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
8321 results.
8322
0fd8ac1c
YQ
83232015-10-12 Yao Qi <yao.qi@linaro.org>
8324
8325 * gdb.arch/disp-step-insn-reloc.exp: New test case.
8326
34240514
YQ
83272015-10-12 Yao Qi <yao.qi@linaro.org>
8328
8329 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
8330 is aarch64*-*-linux*.
8331
8240f442
YQ
83322015-10-12 Yao Qi <yao.qi@linaro.org>
8333
8334 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
8335 (can_relocate_bcond_true): ... it.
8336 (can_relocate_bcond_false): New function.
8337 (foo): Likewise.
8338 (can_relocate_bl): Likewise.
8339 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
8340 can_relocate_bl.
8341
2520f728
PMR
83422015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
8343
8344 * gdb.base/nested-addr.c: New file.
8345 * gdb.base/nested-addr.exp: New testcase.
8346
abcef95a
MM
83472015-10-09 Markus Metzger <markus.t.metzger@intel.com>
8348
8349 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
8350 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
8351 its output. Ignore the output of "record goto begin" and instead
8352 check that GDB is replaying.
8353
145e3ddb
PA
83542015-10-09 Pedro Alves <palves@redhat.com>
8355
8356 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
8357 (top level): Use it in the run with no args test.
8358
d5d8c4e1
IB
83592015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
8360
8361 * gdb.dlang/properties.exp: New file.
8362
06e635ef
SL
83632015-10-02 Sandra Loosemore <sandra@codesourcery.com>
8364
8365 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
8366 whether or not address 0x1000 is mapped on the target.
8367
e019fd1d
SM
83682015-09-30 Simon Marchi <simon.marchi@ericsson.com>
8369
8370 * gdb.python/py-type.exp: Do not run tests if binaries fail to
8371 build.
8372
77ba2a67
MM
83732015-09-30 Markus Metzger <markus.t.metzger@intel.com>
8374
8375 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
8376 instruction-history test.
8377
c60eb31f
DE
83782015-09-28 Doug Evans <dje@google.com>
8379
8380 * gdb.base/gcore.c (array_func): Add reference to static_array.
8381
9a3c8263
SM
83822015-09-25 Simon Marchi <simon.marchi@ericsson.com>
8383
8384 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
8385 source line.
8386
9720e656
SL
83872015-09-24 Sandra Loosemore <sandra@codesourcery.com>
8388
8389 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
8390 short or char as base type.
8391
938d3bf2
SL
83922015-09-23 Sandra Loosemore <sandra@codesourcery.com>
8393
8394 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
8395 to allow any size enum.
8396
e6c2c623
PMR
83972015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
8398
8399 * gdb.ada/array_ptr_renaming.exp: New testcase.
8400 * gdb.ada/array_ptr_renaming/foo.adb: New file.
8401 * gdb.ada/array_ptr_renaming/pack.ads: New file.
8402
06da0f77
PL
84032015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8404
8405 * gdb.trace/ftrace-lock.c: New file.
8406 * gdb.trace/ftrace-lock.exp: New file.
8407
4f51c22a
PL
84082015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8409
8410 * gdb.arch/insn-reloc.c: New file.
8411 * gdb.arch/ftrace-insn-reloc.exp: New file.
8412
7041adf4
PL
84132015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8414
8415 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
8416 instruction.
8417 * gdb.trace/pendshr1.c (pendfunc): Likewise.
8418 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
8419 * gdb.trace/range-stepping.c: Likewise.
8420 * gdb.trace/trace-break.c: Likewise.
8421 * gdb.trace/trace-mt.c (thread_function): Likewise.
8422 * gdb.trace/ftrace.c (marker): Likewise.
8423 * gdb.trace/trace-condition.c (marker): Likewise.
8424 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
8425 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
8426 is_aarch64_target.
8427
015d2e7e
DE
84282015-09-18 Doug Evans <xdje42@gmail.com>
8429
8430 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
8431 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
8432
26b188a2
SL
84332015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8434
8435 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
8436 the breakpoint.
8437
79dc332b
SL
84382015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8439
8440 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
8441 the pending breakpoint. Remove timeout override for "Run till
8442 MI pending breakpoint on pendfunc3 on thread 2" test.
8443
f57929f2
SL
84442015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8445
8446 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
8447 filename pattern.
8448
3f469b17
SL
84492015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8450
8451 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
8452 in breakpoint filename pattern.
8453
515b89b3
SL
84542015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8455
7800dbe4
SL
8456 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
8457
84582015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8459
515b89b3
SL
8460 * gdb.linespec/explicit.exp: Check for readline support for
8461 tab-completion tests. Fix obvious typo.
8462
d2939ba2
MM
84632015-09-18 Markus Metzger <markus.t.metzger@intel.com>
8464
8465 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
8466 and replay.
8467
cbb55fa7
MM
84682015-09-18 Markus Metzger <markus.t.metzger@intel.com>
8469
8470 * gdb.btrace/non-stop.c: New.
8471 * gdb.btrace/non-stop.exp: New.
8472
43691ca1
PL
84732015-09-17 Pierre Langlois <pierre.langlois@arm.com>
8474 Yao Qi <yao.qi@linaro.org>
8475
8476 * gdb.trace/trace-condition.c: New file.
8477 * gdb.trace/trace-condition.exp: New file.
8478
d78908cf
WW
84792015-09-16 Wei-cheng Wang <cole945@gmail.com>
8480
8481 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
8482 for testing bytecode compilation.
8483
1ed415e2
PA
84842015-09-16 Pedro Alves <palves@redhat.com>
8485 Sandra Loosemore <sandra@codesourcery.com>
8486
8487 * gdb.threads/non-stop-fair-events.c (timeout): New global.
8488 (SECONDS): Redefine.
8489 (main): Call pthread_kill and alarm early.
8490 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
8491 support.
8492 (test): If the target can't hardware step and doesn't support
8493 displaced stepping, increase the timeout.
8494
d136eff5
PA
84952015-09-16 Pedro Alves <palves@redhat.com>
8496
8497 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
8498 (enable_debug): New procedures.
8499 (test): Use them. Bail out if waiting for threads fails.
8500 (top level): Bail out if a test fails.
8501
991f019c
YQ
85022015-09-16 Yao Qi <yao.qi@linaro.org>
8503
8504 * gdb.asm/asm-source.exp: Set asm-arch for
8505 aarch64*-*-* target.
8506 * gdb.asm/aarch64.inc: New file.
8507
bfca584f
PMR
85082015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
8509
8510 * gdb.ada/array_of_variable_length.exp: New testcase.
8511 * gdb.ada/array_of_variable_length/foo.adb: New file.
8512 * gdb.ada/array_of_variable_length/pck.adb: New file.
8513 * gdb.ada/array_of_variable_length/pck.ads: New file.
8514
b326e587
DE
85152015-09-15 Doug Evans <dje@google.com>
8516
8517 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
8518 of function static local variable.
8519
5382cfab
PW
85202015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8521
8522 * gdb.threads/tls-so_extern.exp: New test file.
8523 * gdb.threads/tls-so_extern.c: New test file.
8524 * gdb.threads/tls-so_extern_main.c: New test file.
8525
141c5cc4
JK
85262015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8527
8528 * gdb.opt/solib-intra-step-lib.c: New file.
8529 * gdb.opt/solib-intra-step-main.c: New file.
8530 * gdb.opt/solib-intra-step.exp: New file.
8531
d15dcecd
PA
85322015-09-15 Pedro Alves <palves@redhat.com>
8533
8534 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
8535 gdb_continue_to_breakpoint instead of gdb_test_multiple.
8536
4c2f2a79
PA
85372015-09-14 Pedro Alves <palves@redhat.com>
8538
8539 * gdb.base/hook-stop-continue.c: Delete.
8540 * gdb.base/hook-stop-continue.exp: Delete.
8541 * gdb.base/hook-stop-frame.c: Delete.
8542 * gdb.base/hook-stop-frame.exp: Delete.
8543 * gdb.base/hook-stop.c: New file.
8544 * gdb.base/hook-stop.exp: New file.
8545
919e6dbe
PMR
85462015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
8547
8548 * gdb.ada/access_to_packed_array.exp: New testcase.
8549 * gdb.ada/access_to_packed_array/foo.adb: New file.
8550 * gdb.ada/access_to_packed_array/pack.adb: New file.
8551 * gdb.ada/access_to_packed_array/pack.ads: New file.
8552
157280a4
MM
85532015-09-14 Markus Metzger <markus.t.metzger@intel.com>
8554
8555 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
8556 buffer size test.
8557
2fd33e94
DB
85582015-09-11 Don Breazeal <donb@codesourcery.com>
8559
8560 * gdb.base/foll-exec.c: Add copyright header. Fix
8561 formatting issues.
8562 * gdb.base/foll-exec.exp (zap_session): Delete proc.
8563 (do_exec_tests): Use clean_restart in place of zap_session,
8564 and for test initialization. Fix formatting issues. Use
8565 fail in place of perror.
8566 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
8567 an expect statement to match an expression with output from
8568 the program under debug.
8569 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
8570 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
8571 * gdb.threads/non-ldr-exc-2.exp: Likewise.
8572 * gdb.threads/non-ldr-exc-3.exp: Likewise.
8573 * gdb.threads/non-ldr-exc-4.exp: Likewise.
8574
e70b6e8e
DE
85752015-09-09 Doug Evans <dje@google.com>
8576
8577 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
8578
7a551a51
DE
85792015-09-09 Doug Evans <dje@google.com>
8580
8581 * gdb.base/pie-execl.exp: Fix result test of build_executable.
8582
4c666f84
DE
85832015-09-09 Doug Evans <dje@google.com>
8584
8585 * gdb.base/savedregs.exp: Fix typo.
8586
243a9253
PA
85872015-09-09 Pedro Alves <palves@redhat.com>
8588
8589 * gdb.mi/mi-cli.exp: Add CLI finish tests.
8590
c0fa8fbd
SL
85912015-09-08 Sandra Loosemore <sandra@codesourcery.com>
8592
8593 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
8594 command actually switches threads. Give up on remaining
8595 tests if target fails to stop at breakpoint.
8596
cd7c1778
PMR
85972015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
8598
8599 * gdb.ada/funcall_char.exp: New testcase.
8600 * gdb.ada/funcall_char/foo.adb: New file.
8601
dc5c8746
PMR
86022015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
8603
8604 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
8605 expected outputs. Add two testcases for completing ambiguous
8606 functions.
8607 * gdb.ada/complete/aux_pck.adb: New file.
8608 * gdb.ada/complete/aux_pck.ads: New file.
8609 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
8610 Ambiguous_Func functions.
8611 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
8612 * gdb.ada/complete/pck.adb: Likewise.
8613
4e83a1e7
UW
86142015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
8615
8616 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
8617 failures to run the test program under GDB.
8618
8ce74153
LM
86192015-08-26 Luis Machado <lgustavo@codesourcery.com>
8620
8621 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
8622 to C.
8623
e9756d52
PP
86242015-08-26 Patrick Palka <patrick@parcs.ath.cx>
8625
8626 * gdb.base/run-after-attach.exp: New test file.
8627 * gdb.base/run-after-attach.c: New test file.
8628
8d37573b
DB
86292015-08-26 Don Breazeal <donb@codesourcery.com>
8630
8631 * gdb.base/foll-exec-2.c: New test program.
8632 * gdb.base/foll-exec-2.exp: New test.
8633
63e43d3a
PMR
86342015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
8635
8636 * gdb.base/nested-subp1.exp: New file.
8637 * gdb.base/nested-subp1.c: New file.
8638 * gdb.base/nested-subp2.exp: New file.
8639 * gdb.base/nested-subp2.c: New file.
8640 * gdb.base/nested-subp3.exp: New file.
8641 * gdb.base/nested-subp3.c: New file.
8642
3d40fbb5
PA
86432015-08-24 Pedro Alves <palves@redhat.com>
8644
8645 * gdb.server/connect-without-multi-process.c: New file.
8646 * gdb.server/connect-without-multi-process.exp: New file.
8647
4422ac93
LM
86482015-08-24 Luis Machado <lgustavo@codesourcery.com>
8649
8650 * gdb.opt/inline-markers.c: Make z int.
8651
91dddb86
LM
86522015-08-24 Luis Machado <lgustavo@codesourcery.com>
8653
8654 * gdb.opt/inline-markers.c: Make z volatile.
8655
a48847ee
LM
86562015-08-24 Luis Machado <lgustavo@codesourcery.com>
8657
8658 * gdb.opt/inline-bt.c: New volatile global z.
8659 * gdb.opt/inline-cmds.c: Likewise.
8660 * gdb.opt/inline-locals.c: Likewise.
8661 * gdb.opt/inline-markers.c: New extern global z.
8662 (marker): Use z.
8663 (inline_fn): Likewise.
8664
0ebbc52b
PA
86652015-08-24 Pedro Alves <palves@redhat.com>
8666
8667 * config/m32r-stub.exp: Remove file.
8668 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
8669 * gdb.base/call-rt-st.exp: Likewise.
8670 * gdb.base/call-strs.exp: Likewise.
8671 * gdb.base/default.exp: Remove references to h8300-*-hms and
8672 *-*-udi*.
8673 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
8674
77c365df
AA
86752015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8676
8677 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
8678 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
8679 and "return" use KFAIL when GDB can not read/write the vector
8680 return value.
8681
4313b8c0
GB
86822015-08-21 Gary Benson <gbenson@redhat.com>
8683
8684 * gdb.trace/pending.exp: Cope with remote transfer warnings.
8685
0e433b32
PA
86862015-08-20 Pedro Alves <palves@redhat.com>
8687
8688 * gdb.server/solib-list.exp: No longer expect an interior stop in
8689 non-stop mode.
8690
221e1a37
PA
86912015-08-20 Pedro Alves <palves@redhat.com>
8692
8693 * gdb.server/connect-stopped-target.c: New file.
8694 * gdb.server/connect-stopped-target.exp: New file.
8695
40e3ad0e
PA
86962015-08-20 Pedro Alves <palves@redhat.com>
8697
8698 * gdb.dwarf2/comp-unit-lang.exp: New file.
8699 * gdb.dwarf2/comp-unit-lang.c: New file.
8700
af39b327
PMR
87012015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
8702
8703 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
8704 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
8705
7d45c7c3 87062015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 8707
7d45c7c3
KB
8708 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
8709 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
8710
4d6cceb4
DE
87112015-08-18 Doug Evans <dje@google.com>
8712 Adrian Sendroiu <adrian.sendroiu@freescale.com>
8713
8714 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
8715 skip_python_tests. New arg prompt_regexp.
8716 (skip_python_tests): New function.
8717 * lib/mi-support.exp (mi_skip_python_tests): New function.
8718 * gdb.python/py-mi-objfile-gdb.py: New file.
8719 * gdb.python/py-mi-objfile.c: New file.
8720 * gdb.python/py-mi-objfile.exp: New file.
8721
ad89c2aa
KS
87222015-08-17 Keith Seitz <keiths@redhat.com>
8723
8724 * gdb.linespec/explicit.exp: Move strace test from here ...
8725 * gdb.trace/strace.exp: ... to here.
8726
e3ae3c43
PP
87272015-08-15 Patrick Palka <patrick@parcs.ath.cx>
8728
8729 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
8730 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
8731
604b2636
DE
87322015-08-14 Doug Evans <xdje42@gmail.com>
8733
8734 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
8735 inferior before selecting a new file.
8736
6ff0ba5f
DE
87372015-08-14 Doug Evans <xdje42@gmail.com>
8738
8739 * gdb.mi/mi-disassemble.exp: Update.
8740 * gdb.base/disasm-optim.S: New file.
8741 * gdb.base/disasm-optim.c: New file.
8742 * gdb.base/disasm-optim.h: New file.
8743 * gdb.base/disasm-optim.exp: New file.
8744
9ca98f92
KS
87452015-08-14 Keith Seitz <keiths@redhat.com>
8746
8747 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
8748 "evaluated-by".
8749
52bbc560
JB
87502015-08-13 Joel Brobecker <brobecker@adacore.com>
8751
8752 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
8753
5d8c3ed3
PMR
87542015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
8755
8756 * gdb.ada/fun_renaming.exp: New testcase.
8757 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
8758 * gdb.ada/fun_renaming/pack.adb: New file.
8759 * gdb.ada/fun_renaming/pack.ads: New file.
8760
ea8812bc
KS
87612015-08-12 Keith Seitz <keiths@redhat.com>
8762
8763 * gdb.base/dso2dso.exp: Pass basename of source file in call to
8764 gdb_get_line_number.
8765
4dafcdeb
JB
87662015-08-12 Joel Brobecker <brobecker@adacore.com>
8767
8768 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
8769 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
8770 gdb.base/dso2dso.exp: New files.
8771
5ba32597
SDJ
87722015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
8773 Pedro Alves <palves@redhat.com>
8774 Keith Seitz <keiths@redhat.com>
8775
8776 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
8777 GDBFLAGS.
8778
b6dafabf
PP
87792015-08-12 Patrick Palka <patrick@parcs.ath.cx>
8780
8781 * gdb.base/gdbhistsize-history.exp
8782 (test_histsize_history_setting): Use save_vars.
8783 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
8784 Use save_vars.
8785 (test_no_truncation_of_unlimited_history_file): Use save_vars.
8786 * gdb.base/readline.exp: Use save_vars.
8787
abe8e607
PP
87882015-08-12 Patrick Palka <patrick@parcs.ath.cx>
8789
8790 * lib/gdb.exp (save_vars): New proc.
8791
629500fa
KS
87922015-08-11 Keith Seitz <keiths@redhat.com>
8793
8794 * gdb.base/help.exp: Update help_breakpoint_text.
8795
eb8c4e2e
KS
87962015-08-11 Keith Seitz <keiths@redhat.com>
8797
8798 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
8799 (at toplevel): Call test_explicit_breakpoints.
8800 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
8801 breakpoints.
8802 * lib/mi-support.exp (mi_make_breakpoint): Add support for
8803 breakpoint conditions, "-cond".
8804
87f0e720
KS
88052015-08-11 Keith Seitz <keiths@redhat.com>
8806
8807 * gdb.linespec/3explicit.c: New file.
8808 * gdb.linespec/cpexplicit.cc: New file.
8809 * gdb.linespec/cpexplicit.exp: New file.
8810 * gdb.linespec/explicit.c: New file.
8811 * gdb.linespec/explicit.exp: New file.
8812 * gdb.linespec/explicit2.c: New file.
8813 * gdb.linespec/ls-errs.exp: Add explicit location tests.
8814 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
8815 before using in the matching pattern.
8816 Clarify that `prefix' is a regular expression.
8817
f00aae0f
KS
88182015-08-11 Keith Seitz <keiths@redhat.com>
8819
8820 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
8821 test.
8822 Add tests for missing ",FMT" and ",".
8823
e27852be
DE
88242015-08-10 Doug Evans <dje@google.com>
8825 Keith Seitz <keiths@redhat.com>
8826
8827 PR gdb/17960
8828 * gdb.base/completion.exp: Add location completer tests.
8829
7f03bd92
PA
88302015-08-07 Pedro Alves <palves@redhat.com>
8831
8832 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
8833 tests here.
8834 (top level): Run do_test with and without displaced stepping.
8835
3fc8eb30
PA
88362015-08-07 Pedro Alves <palves@redhat.com>
8837
8838 * gdb.base/valgrind-disp-step.c: New file.
8839 * gdb.base/valgrind-disp-step.exp: New file.
8840
d4569d7b
PA
88412015-08-07 Pedro Alves <palves@redhat.com>
8842
8843 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
8844 Delete function.
8845 (main): Add alarm. Run an infinite loop instead of calling
8846 wait_threads.
8847 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
8848 comment.
8849 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
8850 Delete function.
8851 (main): Add alarm. Run an infinite loop instead of calling
8852 wait_threads.
8853 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
8854 comment.
8855
e1316e60
PA
88562015-08-07 Pedro Alves <palves@redhat.com>
8857
8858 * gdb.base/checkpoint-ns.exp: New file.
8859 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
8860 standard_testfile.
8861
da8c46d2
MM
88622015-08-07 Markus Metzger <markus.t.metzger@intel.com>
8863
8864 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
8865 * gdb.btrace/instruction_history.exp: Update.
8866 * gdb.btrace/tsx.exp: New.
8867 * gdb.btrace/tsx.c: New.
8868
de1c2c52
PA
88692015-08-06 Pedro Alves <palves@redhat.com>
8870
8871 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
8872 increase timeout.
8873 * gdb.reverse/until-precsave.exp: Bump timeouts.
8874
782e0bf4
PA
88752015-08-06 Pedro Alves <palves@redhat.com>
8876
8877 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
8878
83e97ed0
PA
88792015-08-06 Pedro Alves <palves@redhat.com>
8880
8881 PR gdb/18749
8882 * gdb.threads/process-dies-while-handling-bp.c: New file.
8883 * gdb.threads/process-dies-while-handling-bp.exp: New file.
8884
863d01bd
PA
88852015-08-06 Pedro Alves <palves@redhat.com>
8886
8887 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
8888 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
8889
0a39bb32
PA
88902015-08-05 Pedro Alves <palves@redhat.com>
8891
8892 * gdb.threads/next-while-other-thread-longjmps.c: New file.
8893 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
8894
ee2d2b10
SL
88952015-08-03 Sandra Loosemore <sandra@codesourcery.com>
8896
8897 * gdb.base/bp-permanent.exp: Report test as unsupported if
8898 the target cannot stop at the permanent breakpoint.
8899
4e1bdb00
DE
89002015-08-03 Doug Evans <dje@google.com>
8901
8902 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
8903 10000.
8904
3d338901
DE
89052015-08-03 Doug Evans <dje@google.com>
8906
8907 * Makefile.in (workers/%.worker, build-perf): New rule.
8908 (GDB_PERFTEST_MODE): New variable.
8909 (check-perf): Use it.
8910 (clean): Clean up gdb.perf parallel build subdirs.
8911 * lib/build-piece.exp: New file.
8912 * lib/gdb.exp (make_gdb_parallel_path): New function
8913 (standard_output_file, standard_temp_file): Call it.
8914 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8915 of $GDB_PARALLEL.
8916 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
8917
af061d3e
DE
89182015-08-03 Doug Evans <dje@google.com>
8919
8e1afc81 8920 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
8921 (LOG_FILE_NAME): New global.
8922 (TextReporter.__init__): Initialize self.txt_sum.
8923 (TextReporter.report): Add support for multiple data-points.
8924 Move report to perftest.sum, put raw data in perftest.log.
8925 (TextReporter.start): Open sum and log files.
8926 (TextReporter.end): Close sum and log files.
8e1afc81
DE
8927 * gdb.perf/lib/perftest/testresult.py
8928 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 8929
2c8c5d37
PA
89302015-07-31 Pedro Alves <palves@redhat.com>
8931
8932 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
8933 Use spawn_id_get_pid. Wait for spawn id after eof. Use
8934 kill_wait_spawned_process instead of explicit "kill -9".
8935 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
8936 returning a spawn id instead of a pid. Use spawn_id_get_pid and
8937 kill_wait_spawned_process.
8938 * gdb.base/attach-twice.exp: Likewise.
8939 * gdb.base/attach.exp: Likewise.
8940 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
8941 gdb_test_multiple.
8942 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
8943 returning a spawn id instead of a pid. Use spawn_id_get_pid and
8944 kill_wait_spawned_process.
8945 * gdb.base/valgrind-infcall.exp: Likewise.
8946 * gdb.multi/multi-attach.exp: Likewise.
8947 * gdb.python/py-prompt.exp: Likewise.
8948 * gdb.python/py-sync-interp.exp: Likewise.
8949 * gdb.server/ext-attach.exp: Likewise.
8950 * gdb.threads/attach-into-signal.exp (corefunc): Use
8951 spawn_wait_for_attach, spawn_id_get_pid and
8952 kill_wait_spawned_process.
8953 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
8954 spawn_wait_for_attach returning a spawn id instead of a pid. Use
8955 spawn_id_get_pid and kill_wait_spawned_process.
8956 * gdb.threads/attach-stopped.exp (corefunc): Use
8957 spawn_wait_for_attach, spawn_id_get_pid and
8958 kill_wait_spawned_process.
8959 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
8960 Use spawn_id_get_pid. Wait for spawn id after eof. Use
8961 kill_wait_spawned_process instead of explicit "kill -9".
8962 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
8963 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
8964 (spawn_wait_for_attach): Use spawn instead of exec to spawn
8965 processes. Don't map cygwin/windows pids here. Now returns a
8966 spawn id list.
8967
032a0fca
SL
89682015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8969
8970 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
8971 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
8972 correct patch.
8973
61a934ca
SL
89742015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8975
8976 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
8977
4bc4d428
SL
89782015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8979
8980 Reapply:
8981 2014-05-21 Mark Wielaard <mjw@redhat.com>
8982
8983 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
8984
998d452a
PA
89852015-07-30 Pedro Alves <palves@redhat.com>
8986
8987 * linux-low.c (handle_extended_wait): Set the child's last
8988 reported status to TARGET_WAITKIND_STOPPED.
8989
69dde7dc
PA
89902015-07-30 Pedro Alves <palves@redhat.com>
8991
8992 PR threads/18600
8993 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
8994 only shows inferior 1.
8995
4dd63d48
PA
89962015-07-30 Simon Marchi <simon.marchi@ericsson.com>
8997 Pedro Alves <palves@redhat.com>
8998
8999 PR threads/18600
9000 * gdb.threads/fork-plus-threads.c: New file.
9001 * gdb.threads/fork-plus-threads.exp: New file.
9002
d618e4c5
PP
90032015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9004
9005 * gdb.base/batch-preserve-term-settings.exp
9006 (test_terminal_settings_preserved_after_cli_exit): Use
9007 send_quit_command.
9008
1eef6428
PA
90092015-07-29 Pedro Alves <palves@redhat.com>
9010 Don Breazeal <donb@codesourcery.com>
9011
9012 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
9013 output from both inferior_spawn_id and gdb_spawn_id.
9014
7da5b897
SDJ
90152015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
9016
9017 * gdb.threads/attach-into-signal.exp (corefunc): Use
9018 with_test_prefix on nested loops, uniquefying the test messages.
9019
dac804df
SDJ
90202015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
9021
9022 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
9023 commit.
9024
06265e53
PP
90252015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9026
9027 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
9028 New proc.
9029 (test_terminal_settings_preserved_after_sigterm): New test.
9030
18206ca3
PP
90312015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9032
9033 * gdb.base/batch-preserve-term-settings.exp
9034 (test_terminal_settings_preserved_after_cli_exit): New test.
9035
90074d11
PP
90362015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9037
9038 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
9039 manipulation of saved_gdbflags.
9040 (test_terminal_settings_preserved): Remove global declaration of
9041 the unused variable pagination_prompt. Remove manipulation of
9042 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
9043 GDBFLAGS.
9044
eb1a7902
PA
90452015-07-29 Pedro Alves <palves@redhat.com>
9046
9047 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
9048
8b75dd3b
PA
90492015-07-29 Pedro Alves <palves@redhat.com>
9050
9051 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
9052 at the top.
9053
dedad4e3
PA
90542015-07-29 Pedro Alves <palves@redhat.com>
9055
9056 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
9057 (main): Call gdb_unbuffer_output.
9058 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
9059 (main): Call gdb_unbuffer_output.
9060 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
9061 (main): Call gdb_unbuffer_output.
9062 * gdb.base/call-strs.exp: Adjust to step over the
9063 gdb_unbuffer_output call.
9064 * gdb.base/catch-gdb-caused-signals.c: Include
9065 "../lib/unbuffer_output.c".
9066 (main): Call gdb_unbuffer_output.
9067 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
9068 (main): Call gdb_unbuffer_output.
9069 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
9070 (main): Call gdb_unbuffer_output.
9071 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
9072 (main): Call gdb_unbuffer_output.
9073 * gdb.base/shlib-call.exp: Adjust to step over the
9074 gdb_unbuffer_output call.
9075 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
9076 (main): Call gdb_unbuffer_output.
9077 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
9078 (main): Call gdb_unbuffer_output.
9079 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
9080 (main): Rename to ...
9081 (test): ... this.
9082 (main): Reimplement.
9083 * gdb.base/varargs.exp: Run to test instead of to main.
9084 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
9085 (main): Call gdb_unbuffer_output.
9086
58789a91
PA
90872015-07-29 Pedro Alves <palves@redhat.com>
9088
9089 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
9090 factore out from mi_continue_dprintf. For call-style dprintfs,
9091 expect dprintf output out of $inferior_spawn_id.
9092 (mi_continue_dprintf): Use mi_expect_dprintf.
9093 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
9094 (main): Call gdb_unbuffer_output.
9095
e8376742
PA
90962015-07-29 Pedro Alves <palves@redhat.com>
9097
9098 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
9099 (default_mi_gdb_start): Set inferior_spawn_id instead of
9100 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
9101 gdb_spawn_id.
9102 (mi_gdb_test): Always expect inferior output from both
9103 $inferior_spawn_id and $gdb_spawn_id.
9104
08280010
PA
91052015-07-29 Pedro Alves <palves@redhat.com>
9106
9107 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
9108 send_inferior and $inferior_spawn_id.
9109
4d30e432
PA
91102015-07-29 Pedro Alves <palves@redhat.com>
9111
9112 * gdb.gdb/complaints.exp (test_initial_complaints)
9113 (test_serial_complaints, test_short_complaints): Use
9114 gdb_test_stdio.
9115 (test_empty_complaint): Handle $inferior_spawn_id !=
9116 $gdb_spawn_id.
9117
0d30a335
PA
91182015-07-29 Pedro Alves <palves@redhat.com>
9119
9120 * gdb.base/varargs.exp: Use gdb_test_stdio.
9121
39413b29
PA
91222015-07-29 Pedro Alves <palves@redhat.com>
9123
9124 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
9125
7cb000a9
PA
91262015-07-29 Pedro Alves <palves@redhat.com>
9127
9128 * gdb.base/ending-run.exp: Use gdb_test_stdio.
9129
d7b8ac82
PA
91302015-07-29 Pedro Alves <palves@redhat.com>
9131
9132 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
9133 parameter into two new parameters, "inf_result" and "gdb_result".
9134 Expect inferior output and gdb output from $inferior_spawn_id and
9135 $gdb_spawn_id, respectively. Adjust all callers.
9136
789c3a0c
PA
91372015-07-29 Pedro Alves <palves@redhat.com>
9138
9139 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
9140 of gdb_test_sequence.
9141
77e760c3
PA
91422015-07-29 Pedro Alves <palves@redhat.com>
9143
9144 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
9145 (saw_spurious_output): Expect inferior output from
9146 $inferior_spawn_id. Use gdb_test_stdio.
9147
8396d2cd
PA
91482015-07-29 Pedro Alves <palves@redhat.com>
9149
9150 * gdb.base/dprintf.exp: Use standard_testfile. Change
9151 prepare_for_testing call.
9152 (srcfile): Don't set.
9153 (restart): New procedure.
9154 (test_dprintf): New procecure, use to continue over dprintfs.
9155 (test_call, test_agent): New procedures, tests moved here.
9156 Restart gdb and recreate dprintfs. Adjust expected output.
9157
2051d61f
PA
91582015-07-29 Pedro Alves <palves@redhat.com>
9159
9160 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
9161
452397af
PA
91622015-07-29 Pedro Alves <palves@redhat.com>
9163
9164 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
9165
8aed9555
PA
91662015-07-29 Pedro Alves <palves@redhat.com>
9167
9168 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
9169 gdb_test_stdio.
9170
188a61b4
PA
91712015-07-29 Pedro Alves <palves@redhat.com>
9172
9173 * lib/gdb.exp (gdb_test_stdio): New procedure.
9174
12264a45
PA
91752015-07-29 Pedro Alves <palves@redhat.com>
9176
9177 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
9178
23ffc893
PA
91792015-07-29 Pedro Alves <palves@redhat.com>
9180
9181 * gdb.base/call-signal-resume.exp: Remove check for
9182 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
9183 * gdb.base/unwindonsignal.exp: Likewise.
9184 * gdb.base/call-signals.c (gen_signal): Remove printf call.
9185 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
9186
65566918
PA
91872015-07-29 Pedro Alves <palves@redhat.com>
9188
9189 * gdb.base/siginfo-addr.c (pass): New function.
9190 (handler): Call it iff si_addr is correct.
9191 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
9192 Set a breakpoint at "pass" and continue to it.
9193
d60a9221
SDJ
91942015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
9195
9196 * gdb.python/py-objfile.exp: Make some tests have unique names.
9197 * gdb.python/py-pp-registration.exp: Likewise.
9198
bde40b8f
PA
91992015-07-28 Pedro Alves <palves@redhat.com>
9200
9201 * gdb.server/server-exec-info.exp: Issue a "disconnect".
9202
13e1dec8
SM
92032015-07-27 Simon Marchi <simon.marchi@ericsson.com>
9204
9205 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
9206
da33c9a7
SM
92072015-07-27 Simon Marchi <simon.marchi@ericsson.com>
9208
9209 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
9210
077836f7
PP
92112015-07-27 Patrick Palka <patrick@parcs.ath.cx>
9212
9213 * gdb.base/gdb-sigterm-2.exp: New test.
9214
b8cc7b2e
DE
92152015-07-25 Doug Evans <xdje42@gmail.com>
9216
9217 Revert:
9218 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
9219 (workers/%.worker, build-perf): New rule.
9220 (GDB_PERFTEST_MODE): New variable.
9221 (check-perf): Use it.
9222 (clean): Clean up gdb.perf parallel build subdirs.
9223 * lib/build-piece.exp: New file.
9224 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
9225 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
9226 name.
9227 (standard_temp_file): Ditto.
9228 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9229 of $GDB_PARALLEL.
9230
c8bd4544
DE
92312015-07-24 Doug Evans <dje@google.com>
9232
9233 * gdb.perf/lib/perftest/utils.py: New file.
9234 * gdb.perf/gm-hello.cc: New file.
9235 * gdb.perf/gm-pervasive-typedef.cc: New file.
9236 * gdb.perf/gm-pervasive-typedef.h: New file.
9237 * gdb.perf/gm-std.cc: New file.
9238 * gdb.perf/gm-std.h: New file.
9239 * gdb.perf/gm-use-cerr.cc: New file.
9240 * gdb.perf/gm-utils.h: New file.
9241 * gdb.perf/gmonster-null-lookup.py: New file.
9242 * gdb.perf/gmonster-pervasive-typedef.py: New file.
9243 * gdb.perf/gmonster-print-cerr.py: New file.
9244 * gdb.perf/gmonster-ptype-string.py: New file.
9245 * gdb.perf/gmonster-runto-main.py: New file.
9246 * gdb.perf/gmonster-select-file.py: New file.
9247 * gdb.perf/gmonster1-null-lookup.exp: New file.
9248 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
9249 * gdb.perf/gmonster1-print-cerr.exp: New file.
9250 * gdb.perf/gmonster1-ptype-string.exp: New file.
9251 * gdb.perf/gmonster1-runto-main.exp: New file.
9252 * gdb.perf/gmonster1-select-file.exp: New file.
9253 * gdb.perf/gmonster1.cc: New file.
9254 * gdb.perf/gmonster1.exp: New file.
9255 * gdb.perf/gmonster2-null-lookup.exp: New file.
9256 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
9257 * gdb.perf/gmonster2-print-cerr.exp: New file.
9258 * gdb.perf/gmonster2-ptype-string.exp: New file.
9259 * gdb.perf/gmonster2-runto-main.exp: New file.
9260 * gdb.perf/gmonster2-select-file.exp: New file.
9261 * gdb.perf/gmonster2.cc: New file.
9262 * gdb.perf/gmonster2.exp: New file.
9263
6eab34f3
DE
92642015-07-24 Doug Evans <dje@google.com>
9265
9266 * gdb.perf/README: New file.
9267 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
9268 * lib/gen-perf-test.exp: New file.
9269
63738bfd
DE
92702015-07-24 Doug Evans <dje@google.com>
9271
9272 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
9273 (PerfTest::startup): New function.
9274 (PerfTest::run): Return result of calling body.
9275 (PerfTest::assemble): Rewrite.
9276 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
9277 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
9278 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
9279 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
9280 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
9281
7b606f95
DE
92822015-07-24 Doug Evans <dje@google.com>
9283
9284 * lib/gdb.exp (clean_restart): Make executable optional.
9285
a97b16b8
DE
92862015-07-24 Doug Evans <dje@google.com>
9287
9288 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
9289 compiler_info references.
9290 * gdb.cp/temargs.exp: Ditto.
9291 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
9292 (get_compiler_info): Early exit if already computed. Set compiler_info
9293 to "unknown" if there was a problem.
9294 (test_compiler_info): Add function comment. Call get_compiler_info.
9295
35baa57f
DE
92962015-07-24 Doug Evans <dje@google.com>
9297
9298 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
9299 (workers/%.worker, build-perf): New rule.
9300 (GDB_PERFTEST_MODE): New variable.
9301 (check-perf): Use it.
9302 (clean): Clean up gdb.perf parallel build subdirs.
9303 * lib/build-piece.exp: New file.
9304 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
9305 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
9306 name.
9307 (standard_temp_file): Ditto.
9308 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9309 of $GDB_PARALLEL.
9310
6ebea266
DE
93112015-07-24 Doug Evans <dje@google.com>
9312
9313 * lib/future.exp (gdb_default_target_compile): New option
9314 "early_flags".
9315 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
9316 --as-needed.
9317
1e76a7e9
SDJ
93182015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
9319
9320 * gdb.base/catch-syscall.exp: Call gdb_exit before
9321 gdb_skip_xml_test.
9322
5068630a
PA
93232015-07-24 Pedro Alves <palves@redhat.com>
9324
9325 * gdb.python/py-events.exp: Accept output between the stop event
9326 and the prompt.
9327 * gdb.python/py-evsignal.exp: Likewise.
9328 * gdb.python/py-evthreads.exp: Likewise.
9329
77598427
PA
93302015-07-24 Pedro Alves <palves@redhat.com>
9331
9332 PR gdb/18717
9333 * gdb.threads/non-ldr-exit.c: New file.
9334 * gdb.threads/non-ldr-exit.exp: New file.
9335
11e6c98f
YQ
93362015-07-24 Yao Qi <yao.qi@linaro.org>
9337
9338 * gdb.server/ext-wrapper.exp: Test --wrapper option when
9339 restarting process.
9340
51aee833
YQ
93412015-07-24 Yao Qi <yao.qi@linaro.org>
9342
9343 * gdb.server/ext-restart.exp: New file.
9344
8cfe207c
YQ
93452015-07-24 Yao Qi <yao.qi@linaro.org>
9346
9347 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
9348 argument options.
9349 * gdb.server/ext-wrapper.exp: New file.
9350
cc12ce38
DE
93512015-07-23 Doug Evans <dje@google.com>
9352
9353 * gdb.dwarf2/dw2-dummy-cu.S: New file.
9354 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
9355
d0d84780
PMR
93562015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
9357
9358 * gdb.ada/var_arr_typedef.exp: New testcase.
9359 * gdb.ada/var_arr_typedef/pack.adb: New file.
9360 * gdb.ada/var_arr_typedef/pack.ads: New file.
9361 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
9362
8b558f79
JB
93632015-07-20 Joel Brobecker <brobecker@adacore.com>
9364
9365 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
9366
775a3298
JK
93672015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9368
9369 * gdb.arch/i386-biarch-core.exp: Replace istarget
9370 by "complete set gnutarget". Remove expectation for the "core-file"
9371 command.
9372
db1ff28b
JK
93732015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9374
9375 Revert the previous commit:
9376 Tests for validate symbol file using build-id.
9377
0a94970d
JK
93782015-07-15 Aleksandar Ristovski <aristovski@qnx.com
9379
9380 Tests for validate symbol file using build-id.
9381 * gdb.base/solib-mismatch-lib.c: New file.
9382 * gdb.base/solib-mismatch-libmod.c: New file.
9383 * gdb.base/solib-mismatch.c: New file.
9384 * gdb.base/solib-mismatch.exp: New file.
9385
03346981
SL
93862015-07-15 Sandra Loosemore <sandra@codesourcery.com>
9387
9388 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
9389 nios2-*-linux*.
9390 * gdb.base/sigbpt.exp (stepi_out): Likewise.
9391 * gdb.base/siginfo.exp: Likewise.
9392 * gdb.base/sigstep.exp (advance, advancei): Likewise.
9393
42422cc7
PL
93942015-07-15 Pierre Langlois <pierre.langlois@arm.com>
9395
9396 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
9397 Move it to ...
9398 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
9399 ... here.
9400 * gdb.trace/range-stepping.exp: Check that the target supports
9401 range stepping.
9402
cfa68bae
JK
94032015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9404
9405 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
9406
8ffdba26
PA
94072015-07-14 Pedro Alves <palves@redhat.com>
9408
9409 * gdb.base/killed-outside.exp: New file.
9410 * gdb.base/killed-outside.c: New file.
9411
218a5a11
JK
94122015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9413
9414 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
9415 (n at main): New.
9416 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
9417
e03ed3c6
AA
94182015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
9419
9420 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
9421 infcall tests instead of setting up for KFAIL.
9422
485668e5
MM
94232015-07-10 Markus Metzger <markus.t.metzger@intel.com>
9424
9425 * gdb.btrace/record_goto-step.exp: New.
9426
08464196
JK
94272015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9428
9429 PR compile/18484
9430 * gdb.compile/compile.c (struct struct_type): Add volatile to
9431 selffield's type.
9432 * gdb.compile/compile.exp
9433 (compile code struct_object.selffield = &struct_object): Skip further
9434 struct_object tests if this one xfails.
9435
bcf5c1d9
RC
94362015-07-08 Robert O'Callahan <robert@ocallahan.org>
9437
9438 PR exp/18617
9439 * gdb.trace/ax.exp: Add test.
9440
4931af25
YQ
94412015-07-07 Yao Qi <yao.qi@linaro.org>
9442
9443 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
9444 instead of istarget "aarch64*-*-*".
9445 * gdb.arch/aarch64-fp.exp: Likewise.
9446 * gdb.base/float.exp: Likewise.
9447 * gdb.reverse/aarch64.exp: Likewise.
9448 * lib/gdb.exp (is_aarch64_target): New proc.
9449
9fcf688e
YQ
94502015-07-07 Yao Qi <yao.qi@linaro.org>
9451
9452 * lib/gdb.exp (is_aarch32_target): New proc.
9453 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
9454 instead of "istarget "arm*-*-*"".
9455 * gdb.arch/arm-disp-step.exp: Likewise.
9456 * gdb.arch/thumb-bx-pc.exp: Likewise.
9457 * gdb.arch/thumb-prologue.exp: Likewise.
9458 * gdb.arch/thumb-singlestep.exp: Likewise.
9459 * gdb.base/disp-step-syscall.exp: Likewise.
9460 * gdb.base/float.exp: Likewise.
9461
fbd8d50d
YQ
94622015-07-07 Yao Qi <yao.qi@linaro.org>
9463
9464 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
9465 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
9466
71be1fdc
YQ
94672015-07-07 Yao Qi <yao.qi@linaro.org>
9468
9469 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
9470 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
9471 if it exists.
9472 * gdb.multi/multi-arch.exp: Likewise.
9473
3e221d36
SM
94742015-07-07 Simon Marchi <simon.marchi@ericsson.com>
9475
9476 * gdb.python/py-lazy-string.exp: Add missing parentheses to
9477 print.
9478
d441430b
YQ
94792015-07-07 Yao Qi <yao.qi@linaro.org>
9480
9481 * gdb.arch/thumb-singlestep.exp: Do one more single step.
9482
06f810bd
MG
94832015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
9484
9485 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
9486 '[' and ']' characters.
9487
5e61e7c0
IB
94882015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
9489
9490 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9491
28bf096c
PA
94922015-06-29 Pedro Alves <palves@redhat.com>
9493
9494 PR threads/18127
9495 * gdb.threads/hand-call-new-thread.c: New file.
9496 * gdb.threads/hand-call-new-thread.c: New file.
9497
ee93cd5e
KS
94982015-06-26 Keith Seitz <keiths@redhat.com>
9499 Doug Evans <dje@google.com>
9500
9501 PR 16253
9502 * gdb.cp/var-tag-2.cc: New file.
9503 * gdb.cp/var-tag-3.cc: New file.
9504 * gdb.cp/var-tag-4.cc: New file.
9505 * gdb.cp/var-tag.cc: New file.
9506 * gdb.cp/var-tag.exp: New file.
9507
fc637f04
PP
95082015-06-26 Patrick Palka <patrick@parcs.ath.cx>
9509
9510 * gdb.base/history-duplicates.exp: New test.
9511
2e52ae68
PP
95122015-06-26 Patrick Palka <patrick@parcs.ath.cx>
9513
9514 * gdb.base/completion.exp: Test the completion of the "focus"
9515 command.
9516
6e22494e
JK
95172015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9518
9519 * gdb.arch/amd64-prologue-skip.S: New file.
9520 * gdb.arch/amd64-prologue-skip.exp: New file.
9521
bf7b9cd9
SM
95222015-06-25 Simon Marchi <simon.marchi@ericsson.com>
9523
9524 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
9525 is_address_zero_readable check.
9526
201e8dfd
PB
95272015-06-24 Peter Bergner <bergner@vnet.ibm.com>
9528
9529 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
9530 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
9531
5cd867b4
YQ
95322015-06-24 Yao Qi <yao.qi@linaro.org>
9533
9534 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
9535 linux targets.
9536
4d7be007
YQ
95372015-06-24 Yao Qi <yao.qi@linaro.org>
9538
9539 * lib/gdb.exp (supports_get_siginfo_type): New proc.
9540 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
9541 * gdb.base/siginfo-thread.exp: Likewise.
9542
07fcd301
YQ
95432015-06-22 Yao Qi <yao.qi@linaro.org>
9544
9545 * boards/remote-gdbserver-on-localhost.exp: Add comments.
9546
52042a00
YQ
95472015-06-22 Yao Qi <yao.qi@linaro.org>
9548
9549 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
9550 aarch64*-*-*.
9551 (skip_hw_watchpoint_tests): Likewise.
9552
74bd41ce
PP
95532015-06-18 Patrick Palka <patrick@parcs.ath.cx>
9554
9555 * gdb.base/gdbinit-history.exp: Test the interaction between
9556 setting GDBHISTSIZE and setting the history size via .gdbinit.
9557
bc460514
PP
95582015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9559
9560 PR gdb/16999
9561 * gdb.base/gdbhistsize-history.exp: New test.
9562
b58c513b
PP
95632015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9564
9565 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
9566 with GDBHISTSIZE.
9567 * gdb.base/readline.exp: Likewise.
9568
92046791
YQ
95692015-06-17 Yao Qi <yao.qi@linaro.org>
9570
9571 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
9572 line.
9573
2093d2d3
PP
95742015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9575
9576 * gdb.base/gdbinit-history.exp: Add test case to check that
9577 an unlimited history file does not get truncated on exit.
9578
e6c693af
AA
95792015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9580
9581 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
9582 (VECTOR): New macro. Use it...
9583 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
9584 ...for these typedefs.
9585 (int8, char1, int1, double1): New typedefs.
9586 (struct just_int2, struct two_int2): New structures.
9587 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
9588 (add_structvecs, add_singlevecs): New functions.
9589 (main): Call add_some_intvecs twice.
9590 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
9591 the compile and exit upon failure. Try compiling for the "native"
9592 architecture. Test inferior function calls with vector arguments
9593 and vector return value handling with "finish" and "return".
9594
c74f7d1c
JT
95952015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
9596
9597 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
9598 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
9599 PE file.
9600 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
9601
98aa42ee
AT
96022015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9603
9604 PR breakpoints/16465
9605 * gdb.mi/mi-dprintf-pending.c: New file.
9606 * gdb.mi/mi-dprintf-pending.exp: New test.
9607 * gdb.mi/mi-dprintf-pendshr.c: New file.
9608
7d73c23c 96092015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 9610 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
9611
9612 * gdb.arch/i386-mpx-map.c: New file.
9613 * gdb.arch/i386-mpx-map.exp: New File.
9614
96152015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9616
9617 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
9618 * gdb.arch/i386-mpx.exp: Indentation fixed.
9619
96202015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9621
9622 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
9623 function and improved indentation.
9624 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
9625 gdb_test_multiple. Added additional tests to skip the test.
9626
96272015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9628
9629 * gdb.arch/i386-avx512.c: Change path in include file.
9630 * gdb.arch/i386-avx512.exp: Change include dir path
9631 compilation flag.
9632 * gdb.arch/i386-mpx.c: Change path in include file.
9633 * gdb.arch/i386-mpx.exp: Change include dir path compilation
9634 flag.
9635
d5eba19a
JK
96362015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9637
9638 * gdb.compile/compile-print.exp (compile print *vararray@3)
9639 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
9640
7f361056
JK
96412015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9642
9643 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
9644 (do not keep jit in memory): ... this.
9645 (expect 5): Change it to ...
9646 (expect no 5): ... this.
9647
3b462ec2
SM
96482015-06-02 Simon Marchi <simon.marchi@ericsson.com>
9649
9650 PR gdb/15564
9651 * gdb.mi/mi-detach.exp: New file.
9652
e0619de6
JK
96532015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9654
9655 PR symtab/18392
9656 * gdb.arch/amd64-tailcall-self.S: New file.
9657 * gdb.arch/amd64-tailcall-self.c: New file.
9658 * gdb.arch/amd64-tailcall-self.exp: New file.
9659
e970cb34
DB
96602015-05-28 Don Breazeal <donb@codesourcery.com>
9661
9662 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
9663 tests for remote targets by checking is_target_gdbserver.
9664
b2e2f908
DE
96652015-05-27 Doug Evans <dje@google.com>
9666
9667 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
9668 * gdb.dwarf2/opaque-type-lookup.c: New file.
9669 * gdb.dwarf2/opaque-type-lookup.exp: New file.
9670
82c7be31
DE
96712015-05-26 Doug Evans <dje@google.com>
9672
9673 * gdb.cp/iostream.cc: New file.
9674 * gdb.cp/iostream.exp: New file.
9675
b4f54984
DE
96762015-05-26 Doug Evans <dje@google.com>
9677
9678 * gdb.dwarf2/dw2-op-call.exp: Update.
9679 * gdb.dwarf2/dw4-sig-types.exp: Update.
9680 * gdb.dwarf2/implptr.exp: Update.
9681 * gdb.mi/mi-cmd-param-changed.exp: Update.
9682
4ea6efe9
DE
96832015-05-26 Doug Evans <dje@google.com>
9684
9685 * gdb.python/py-lazy-string.c: New file.
9686 * gdb.python/py-lazy-string.exp: New file.
9687 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
9688 (main): Update. Add estring3.
9689 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
9690 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
9691
f6bb7db3
YQ
96922015-05-26 Omair Javaid <omair.javaid@linaro.org>
9693 Yao Qi <yao.qi@linaro.org>
9694
9695 * gdb.reverse/aarch64.c: New.
9696 * gdb.reverse/aarch64.exp: New.
9697
a81bfbd0
OJ
96982015-05-26 Omair Javaid <omair.javaid@linaro.org>
9699
25d49b86
PA
9700 * lib/gdb.exp (supports_process_record): Return true for
9701 aarch64*-linux*.
a81bfbd0
OJ
9702 (supports_reverse): Likewise.
9703
158bf1b4
PP
97042015-05-22 Patrick Palka <patrick@parcs.ath.cx>
9705
9706 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9707 Use with_test_prefix.
9708
a0145030
AB
97092015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
9710
9711 * gdb.base/completion.exp: Add test for completion of layout
9712 names.
9713
ebe3b578
AB
97142015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
9715
9716 * lib/gdb.exp (skip_tui_tests): New proc.
9717 * gdb.base/tui-layout.exp: Check skip_tui_tests.
9718
84204ed7
PA
97192015-05-19 Pedro Alves <palves@redhat.com>
9720
9721 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9722 Save the whole env array instead of just HOME. Unset HISTSIZE in
9723 the environment while testing. Restore whole environment
9724 afterwards.
9725
37442ce1
DE
97262015-05-16 Doug Evans <xdje42@gmail.com>
9727
9728 * gdb.guile/scm-ports.c: New file.
9729 * gdb.guile/scm-ports.exp: Add memory port tests.
9730
36de76f9
JK
97312015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9732
9733 * gdb.compile/compile-print.c: New file.
9734 * gdb.compile/compile-print.exp: New file.
9735
3a9558c4
JK
97362015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9737
9738 * gdb.compile/compile-ops.exp: Cast param to void.
9739 * gdb.compile/compile.exp: Complete type for _gdb_expr.
9740 (compile code struct_object.selffield = &struct_object): Add xfail.
9741
aa715135
JG
97422015-05-15 Joel Brobecker <brobecker@adacore.com>
9743
9744 * gdb.ada/arr_enum_with_gap: New testcase.
9745
931e5bc3
JG
97462015-05-15 Joel Brobecker <brobecker@adacore.com>
9747
9748 * gdb.ada/byte_packed_arr: New testcase.
9749
9cd4d857
JB
97502015-05-15 Joel Brobecker <brobecker@adacore.com>
9751
9752 * gdb.ada/pckd_neg: New testcase.
9753
ebfd00d2
PP
97542015-05-13 Patrick Palka <patrick@parcs.ath.cx>
9755
9756 PR gdb/17820
9757 * gdb.base/gdbinit-history.exp: New test.
9758 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
9759 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
9760
4c082a81
SC
97612015-05-09 Siva Chandra Reddy <sivachandra@google.com>
9762
9763 * gdb.python/py-xmethods.cc: Enhance test case.
9764 * gdb.python/py-xmethods.exp: New tests.
9765 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
9766 function.
9767 (B_indexoper): Likewise.
9768 (global_dm_list) : Add new xmethod worker functions.
9769
f7797074
SDJ
97702015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
9771
9772 * gdb.base/coredump-filter.exp: Correctly unset
9773 "coredump_var_addr" array.
9774
a4674e4e
PA
97752015-05-08 Pedro Alves <palves@redhat.com>
9776
9777 * gdb.server/non-existing-program.exp: Unset spawn_id.
9778
df2eb078
SC
97792015-05-08 Siva Chandra Reddy <sivachandra@google.com>
9780
9781 PR python/18291
9782 * gdb.python/py-xmethods.exp: Add tests.
9783
422349a3
YQ
97842015-05-08 Yao Qi <yao.qi@linaro.org>
9785
9786 PR gdb/18208
9787 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
9788 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
9789 function set_coredump_filter, and remove remote_exec call.
9790 Remove argument ipid. Callers update.
9791 (top level): Don't get inferior's PID.
9792
63fc80ce
AA
97932015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
9794
9795 * gdb.base/watch_thread_num.exp: Skip test on targets without
9796 access watchpoints.
9797
80ad801e
PA
97982015-05-06 Pedro Alves <palves@redhat.com>
9799
9800 PR server/18081
9801 * gdb.server/non-existing-program.exp: New file.
9802
0fa7fe50
JB
98032015-05-05 Joel Brobecker <brobecker@adacore.com>
9804
9805 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
9806
3ea89b92
PMR
98072015-05-05 Joel Brobecker <brobecker@adacore.com>
9808
9809 * gdb.ada/out_of_line_in_inlined: New testcase.
9810
87b8eff0
JB
98112015-05-05 Joel Brobecker <brobecker@adacore.com>
9812
9813 * gdb.ada/var_rec_arr: New testcase.
9814
5fccc635
YQ
98152015-04-30 Yao Qi <yao.qi@linaro.org>
9816
9817 * gdb.base/break-idempotent.exp: If
9818 skip_hw_watchpoint_multi_tests returns true, skip the tests
9819 on "rwatch" and "awatch".
9820
42d38f42
YQ
98212015-04-30 Yao Qi <yao.qi@linaro.org>
9822
9823 * gdb.base/relativedebug.exp: Invoke gdb command
9824 "info sharedlibrary", and if libc.so doesn't have debug info,
9825 skip the test.
9826
2ce1cdbf
DE
98272015-04-29 Doug Evans <dje@google.com>
9828
9829 * gdb.python/py-xmethods.exp: Add ptype tests.
9830 * gdb.python/py-xmethods.py (E_method_char_worker): Add
9831 get_result_type method.
9832
f24a38c5
LM
98332015-04-29 Luis Machado <lgustavo@codesourcery.com>
9834
9835 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
9836 the target does not support hardware watchpoints.
9837
ecbf2b3c
LM
98382015-04-29 Luis Machado <lgustavo@codesourcery.com>
9839
9840 * gdb.base/break-always.exp: Abort testing if writing to memory
9841 causes an error.
9842
34f5f757
DE
98432015-04-28 Doug Evans <dje@google.com>
9844
9845 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
9846 * gdb.python/py-pp-registration.exp: ... here. New file.
9847 * gdb.python/py-pp-registration.c: New file.
9848 * gdb.python/py-pp-registration.py: New file.
9849
69b4374a
DE
98502015-04-28 Doug Evans <dje@google.com>
9851
9852 * gdb.python/py-bad-printers.c: New file.
9853 * gdb.python/py-bad-printers.py: New file.
9854 * gdb.python/py-bad-printers.exp: New file.
9855
59fb7612
SS
98562015-04-28 Sasha Smundak <asmundak@google.com>
9857
9858 * gdb.python/py-type.exp: New test.
9859
2631b16a
AW
98602015-04-28 Andy Wingo <wingo@igalia.com>
9861
9862 * gdb.python/py-parameter.exp:
9863 * gdb.guile/scm-parameter.exp: Escape the path that we are
9864 matching against, as it might contain characters that are special
9865 to regular expressions.
9866
460efde1
JB
98672015-04-27 Joel Brobecker <brobecker@adacore.com>
9868
9869 * gdb.ada/rec_comp: New testcase.
9870
2d369d8e
SDJ
98712015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
9872
9873 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
9874 before using it.
9875
cf75d6c3
AB
98762015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
9877
9878 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
9879 new tests for verilog output.
9880
8dbe7ca5
YQ
98812015-04-24 Yao Qi <yao.qi@linaro.org>
9882
9883 * boards/remote-gdbserver-on-localhost.exp: New file.
9884
4ef9fb2f
PA
98852015-04-23 Pedro Alves <palves@redhat.com>
9886
9887 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
9888 $inferior_spawn_id instead of $inferior_spawn_id directly. On
9889 "end of file", remove $inferior_spawn_id from the indirect list.
9890
0a803169
PA
98912015-04-23 Pedro Alves <palves@redhat.com>
9892
9893 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
9894
749ef8f8
PA
98952015-04-23 Pedro Alves <palves@redhat.com>
9896
9897 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
9898 on $any_spawn_id instead of only on $gdb_spawn_id.
9899
8aae4344
PM
99002015-04-21 Pierre Muller <muller@sourceware.org>
9901
9902 PR pascal/17815
9903 * lib/pascal.exp (gpc_compile): Add new option "class".
9904 (fpc_compile): Likewise.
9905 * gdb.pascal/case-insensitive-symbols.pas: New file.
9906 * gdb.pascal/case-insensitive-symbols.exp: New file.
9907
1586c8fb
GB
99082015-04-20 Gary Benson <gbenson@redhat.com>
9909
9910 * gdb.base/attach.exp: Fix three extended remote failures.
9911
1b6e6f5c
GB
99122015-04-17 Gary Benson <gbenson@redhat.com>
9913
9914 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
9915 the main executable over the remote protocol.
9916
e797481d
PA
99172015-04-16 Pedro Alves <palves@redhat.com>
9918
9919 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
9920 a new gdbserver if gdbserver_reconnect_p is set.
9921
1ca99c42
PA
99222015-04-16 Pedro Alves <palves@redhat.com>
9923
9924 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
9925 is set, don't exit gdbserver.
9926
af9fd6f8
AA
99272015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9928
9929 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
9930 appropriate .insn, such that an older assembler can be used.
9931 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
9932 the z/Architecture instruction set on 31-bit targets as well.
9933
04ff1e61
AA
99342015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9935
9936 * gdb.go/handcall.exp: Remove all logic related to the first
9937 breakpoint and rely on go_runto_main instead.
9938 * gdb.go/strings.exp: Likewise.
9939 * gdb.go/unsafe.exp: Likewise.
9940 * gdb.go/hello.exp: Likewise. Also rename the remaining
9941 breakpoint marker to "breakpoint 1".
9942 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
9943 * gdb.go/strings.go: Likewise.
9944 * gdb.go/unsafe.go: Likewise.
9945 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
9946 "set breakpoint 2 here" and rename the remaining breakpoint marker
9947 to "breakpoint 1".
9948
40d2f8d6
SM
99492015-04-15 Simon Marchi <simon.marchi@ericsson.com>
9950
9951 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
9952 if itertools.imap is not present.
9953 * gdb.python/py-objfile.exp: Add parentheses.
9954 * gdb.python/py-type.exp: Same.
9955 * gdb.python/py-unwind-maint.py: Same.
9956
8cbc97c6
YQ
99572015-04-15 Yao Qi <yao.qi@linaro.org>
9958
9959 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
9960 of ":$ptr_size" and set its form explicitly.
9961
45fd756c
YQ
99622015-04-15 Pedro Alves <palves@redhat.com>
9963 Yao Qi <yao.qi@linaro.org>
9964
9965 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
9966 timeout by factor of 4.
9967 (test_regular_watch): Likewise.
9968 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
9969 * gdb.reverse/sigall-reverse.exp: Likewise.
9970 * gdb.reverse/until-precsave.exp: Likewise.
9971 * lib/gdb.exp (with_timeout_factor): New proc.
9972 (gdb_expect): Move some code to ...
9973 (get_largest_timeout): ... here. New procedure.
9974
9e811bc3
LM
99752015-04-14 Luis Machado <lgustavo@codesourcery.com>
9976
9977 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
9978
0ff6fcb2
LM
99792015-04-13 Luis Machado <lgustavo@codesourcery.com>
9980
9981 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
9982 to write to the .text section.
9983
7578d5f7
LM
99842015-04-13 Luis Machado <lgustavo@codesourcery.com>
9985
9986 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
9987 Handle the case of targets that do not provide PID information.
9988
2efe15c4
YQ
99892015-04-13 Yao Qi <yao.qi@linaro.org>
9990
9991 * lib/gdbserver-support.exp (gdb_exit): Catch exception
9992 and use expect instead of gdb_expect.
9993
8cd8f2f8
SDJ
99942015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
9995
9996 * gdb.base/coredump-filter.exp: Rename variable "addr" to
9997 "coredump_var_addr" to avoid naming conflict with other testcases.
9998
9ee41772
PA
99992015-04-10 Pedro Alves <palves@redhat.com>
10000
10001 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
10002 gdb_test_sequence and gdb_assert.
10003
07473109
PA
100042015-04-10 Pedro Alves <palves@redhat.com>
10005
10006 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
10007 test messages that don't include the breakpoint address.
10008
de3db44c
YQ
100092015-04-10 Yao Qi <yao.qi@linaro.org>
10010
10011 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
10012 false for some offset and width combinations which aren't
10013 supported by linux kernel.
10014
c79d856c
PA
100152015-04-10 Pedro Alves <palves@redhat.com>
10016
10017 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
10018 procedure, factored out from ...
10019 (top level): ... here. Add "set displaced-stepping" testing axis.
10020 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
10021 parameter "displaced". Use it.
10022 (top level): Use foreach and add "set displaced-stepping" testing
10023 axis.
10024
ebc90b50
PA
100252015-04-10 Pedro Alves <palves@redhat.com>
10026
10027 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
10028 Remove comment.
10029 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
10030 both the address of the instruction that triggers the watchpoint
10031 and the address of the instruction immediately after, and use
10032 those addresses for the test. Fix comment.
10033
8f572e5c
PA
100342015-04-10 Pedro Alves <palves@redhat.com>
10035
10036 * gdb.base/sigstep.exp (breakpoint_to_handler)
10037 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
10038 Test "backtrace" in handler.
10039 (breakpoint_over_handler): New parameter 'displaced'. Use it.
10040 (top level): Add new "displaced" test axis to
10041 breakpoint_to_handler, breakpoint_to_handler_entry and
10042 breakpoint_over_handler.
10043
8d707a12
PA
100442015-04-10 Pedro Alves <palves@redhat.com>
10045
10046 PR gdb/18216
10047 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
10048
ef713951
YQ
100492015-04-10 Yao Qi <yao.qi@linaro.org>
10050
10051 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
10052 (test_add_rn_pc): New function.
10053 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
10054 (top level): Invoke test_add_rn_pc.
10055
906d60cf
PA
100562015-04-10 Pedro Alves <palves@redhat.com>
10057
10058 PR gdb/13858
10059 * gdb.base/step-over-no-symbols.exp: New file.
10060
f2983cc3
AW
100612015-04-09 Andy Wingo <wingo@igalia.com>
10062
10063 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
10064 after the Python tests.
10065
6d62641c
SDJ
100662015-04-08 Keith Seitz <keiths@redhat.com>
10067
10068 PR python/16699
10069 * gdb.python/py-completion.exp: New tests for completion.
10070 * gdb.python/py-completion.py (CompleteLimit1): New class.
10071 (CompleteLimit2): Likewise.
10072 (CompleteLimit3): Likewise.
10073 (CompleteLimit4): Likewise.
10074 (CompleteLimit5): Likewise.
10075 (CompleteLimit6): Likewise.
10076 (CompleteLimit7): Likewise.
10077
f3770638
PA
100782015-04-08 Pedro Alves <palves@redhat.com>
10079
10080 PR gdb/18214
10081 PR gdb/18216
10082 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
10083 function.
10084 (main): Install it as SIGUSR1 handler.
10085 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
10086 parameter. Always use "setup" as prefix. Toggle "set
10087 displaced-stepping" off/on depending on global. Don't switch to
10088 thread 1 here.
10089 (top level): Add displaced stepping "off/on" test axis. Update
10090 "setup" calls. Wrap each subtest with with_test_prefix. Test
10091 continuing with a queued signal in each thread.
10092
4496bed7
PA
100932015-04-08 Pedro Alves <palves@redhat.com>
10094
10095 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
10096 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
10097 gdb_breakpoint instead of gdb_test that doesn't expect anything.
10098 Return early if running to main fails.
10099 * gdb.trace/while-stepping.exp: Likewise.
10100
b97fde92
PA
101012015-04-07 Pedro Alves <palves@redhat.com>
10102
10103 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
10104 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
10105 interact with inferior program.
10106
f71c18e7
PA
101072015-04-07 Pedro Alves <palves@redhat.com>
10108
10109 * lib/gdb.exp (inferior_spawn_id): New global.
10110 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
10111 spawn id after processing the user code.
10112 (default_gdb_start): Set inferior_spawn_id.
10113 (send_inferior): New procedure.
10114 * lib/gdbserver-support.exp (gdbserver_start): Set
10115 inferior_spawn_id.
10116 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
10117
6423214f
PA
101182015-04-07 Pedro Alves <palves@redhat.com>
10119
10120 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
10121 * lib/gdbserver-support.exp (gdbserver_start): Make
10122 $server_spawn_id global.
10123 (gdbserver_start): Don't wait for gdbserver's spawn id with
10124 expect_background.
10125 (close_gdbserver): New procedure.
10126 (gdb_exit): Rename the default version and reimplement.
10127
71c0ee8c
PA
101282015-04-07 Pedro Alves <palves@redhat.com>
10129
72f4393d 10130 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
10131 append the substituted item, not the original item.
10132
203bc29b
PA
101332015-04-07 Pedro Alves <palves@redhat.com>
10134
10135 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
10136 gdb_expect.
10137
508a3ddf
PA
101382015-04-07 Pedro Alves <palves@redhat.com>
10139
10140 * gdb.base/interrupt.exp: Don't handle the case of the inferior
10141 output appearing once only.
10142
9f6dbe2b
PA
101432015-04-07 Pedro Alves <palves@redhat.com>
10144
10145 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
10146 that doesn't expect anything. Return early if running to main
10147 fails.
10148
337532fa
YQ
101492015-04-07 Yao Qi <yao.qi@linaro.org>
10150
10151 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
10152 (child_function): Call alarm.
10153 (main): Move call to alarm into the loop.
10154 * gdb.threads/non-stop-fair-events.exp: Build program with
10155 -DTIMEOUT=$timeout.
10156
01b622d4
DE
101572015-04-06 Doug Evans <xdje42@gmail.com>
10158
10159 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
10160 Fix dest parameter to board_info.
10161 (fpc_compile): Ditto.
10162 (gdb_compile_pascal): Rename dest arg to destfile.
10163
961f4160
PMR
101642015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
10165
10166 * gdb.ada/funcall_ref.exp: New file.
10167 * gdb.ada/funcall_ref/foo.adb: New file.
10168
cafda597
YQ
101692015-04-02 Yao Qi <yao.qi@linaro.org>
10170
10171 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
10172 is remote.
10173
fed040c6
GB
101742015-04-02 Gary Benson <gbenson@redhat.com>
10175
10176 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
10177
d11916aa
SS
101782015-04-01 Sasha Smundak <asmundak@google.com>
10179
10180 * gdb.python/py-unwind-maint.c: New file.
10181 * gdb.python/py-unwind-maint.exp: New test.
10182 * gdb.python/py-unwind-maint.py: New file.
10183 * gdb.python/py-unwind.c: New file.
10184 * gdb.python/py-unwind.exp: New test.
10185 * gdb.python/py-unwind.py: New test.
10186
a1471180
PA
101872015-04-01 Pedro Alves <palves@redhat.com>
10188
10189 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
10190 to fail instead of non-existent $test.
10191
0bbeccb1
PA
101922015-04-01 Pedro Alves <palves@redhat.com>
10193
10194 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
10195 GDBFLAGS if not empty.
10196
3c724c8c
PMR
101972015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
10198
10199 * gdb.ada/complete.exp: Remove "multi_line".
10200 * gdb.ada/info_exc.exp: Remove "multi_line".
10201 * gdb.ada/packed_tagged.exp: Remove "multi_line".
10202 * gdb.ada/ptype_field.exp: Remove "multi_line".
10203 * gdb.ada/sym_print_name.exp: Remove "multi_line".
10204 * gdb.ada/tagged.exp: Remove "multi_line".
10205 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
10206 [multi_line ...]
10207 * gdb.btrace/delta.exp: Likewise.
10208 * gdb.btrace/exception.exp: Likewise.
10209 * gdb.btrace/function_call_history.exp: Likewise.
10210 * gdb.btrace/instruction_history.exp: Likewise.
10211 * gdb.btrace/nohist.exp: Likewise.
10212 * gdb.btrace/record_goto.exp: Likewise.
10213 * gdb.btrace/segv.exp: Likewise.
10214 * gdb.btrace/stepi.exp: Likewise.
10215 * gdb.btrace/tailcall.exp: Likewise.
10216 * gdb.btrace/unknown_functions.exp: Likewise.
10217 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
10218 * lib/gdb.exp: Add the "multi_line" helper.
10219
4eec2deb
PA
102202015-04-01 Pedro Alves <palves@redhat.com>
10221
10222 * gdb.threads/tid-reuse.c: New file.
10223 * gdb.threads/tid-reuse.exp: New file.
10224
df8411da
SDJ
102252015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
10226
10227 PR corefiles/16092
10228 * gdb.base/coredump-filter.c: New file.
10229 * gdb.base/coredump-filter.exp: Likewise.
10230
6ef37366
PM
102312015-03-27 Petr Machata <pmachata@redhat.com>
10232
10233 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
10234 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
10235 (Dwarf::assemble): Initialize them.
10236 (Dwarf::lines): New function.
10237
7ec911b0
JT
102382015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
10239
10240 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
10241 SYMBOL_PREFIX for x86_64-*-cygwin.
10242
ff908ebf
AW
102432015-03-26 Andy Wingo <wingo@igalia.com>
10244
10245 PR symtab/18148
10246 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
10247 const_value but not a location.
10248 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
10249 location defined in non-main CUs are visible.
10250
6d5f0679
YQ
102512015-03-26 Yao Qi <yao.qi@linaro.org>
10252
10253 PR testsuite/18139
10254 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
10255 Add a line number entry for the same line.
10256 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
10257 Add a line number entry for the same line.
10258
2898689b
YQ
102592015-03-26 Yao Qi <yao.qi@linaro.org>
10260
10261 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
10262 .int 0.
10263 (func): Likewise. Add .Lfunc_1 label.
10264 Use .Lfunc_1 label.
10265 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
10266 .int 0.
10267 (func): Likewise.
10268 Use .Lfunc_1 label.
10269
85180498
YQ
102702015-03-26 Yao Qi <yao.qi@linaro.org>
10271
10272 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
10273 Call gdb_compile instead to compile each .s files without debug
10274 information.
10275
8aa08a8d
YQ
102762015-03-26 Yao Qi <yao.qi@linaro.org>
10277
10278 * gdb.base/savedregs.exp (process_saved_regs): Make
10279 "Saved registers:" optional in the pattern.
10280
66849923
MM
102812015-03-25 Markus Metzger <markus.t.metzger@intel.com>
10282
10283 * gdb.btrace/next.exp: Merged into step.exp.
10284 * gdb.btrace/finish.exp: Merged into step.exp.
10285 * gdb.btrace/nexti.exp: Merged into stepi.exp.
10286 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
10287 "record goto" and checking the exact replay position.
10288 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
10289 check for "Recording format" in "info record" output.
10290 * gdb.btrace/record_goto.exp: Choose test file based on target.
10291 * gdb.btrace/x86-record_goto.S: Renamed into ...
10292 * gdb.btrace/x86_64-record_goto.S: ... this.
10293 * gdb.btrace/i686-record_goto.S: New.
10294 * gdb.btrace/x86-tailcall.S: Renamed into ...
10295 * gdb.btrace/x86_64-tailcall.S: ... this.
10296 * gdb.btrace/i686-tailcall.S: New.
10297 * gdb.btrace/x86-tailcall.c: Renamed into ...
10298 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
10299 separate statements. Update test.
10300 * gdb.btrace/delta.exp: Use record_goto.c as test file.
10301 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
10302 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
10303 * gdb.btrace/tailcall.exp: Choose test file based on target.
10304 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
10305
11cc1b74
MM
103062015-03-25 Markus Metzger <markus.t.metzger@intel.com>
10307
10308 * gdb.btrace/exception.exp: Increase BTS buffer size.
10309
a25d8bf9
PA
103102015-03-24 Pedro Alves <palves@redhat.com>
10311
10312 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
10313
856e7dd6
PA
103142015-03-24 Pedro Alves <palves@redhat.com>
10315
10316 * gdb.threads/schedlock.exp (test_step): No longer expect that
10317 "set scheduler-locking step" with "next" over a function call runs
10318 threads unlocked.
10319
ad235a41
AT
103202015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10321
10322 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
10323
15630549
AT
103242015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10325
10326 PR breakpoints/16466
10327 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
10328 * gdb.mi/mi-pending.c (thread_func): New function.
10329 (int main): Add threading support required.
10330 * gdb.mi/mi-pending.exp: Add tests for this issue.
10331 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
10332 (pendfunc2): Remove stdio dependency.
10333 * gdb.mi/mi-pendshr2.c: New file.
10334
693dca06
KS
103352015-03-23 Keith Seitz <keiths@redhat.com>
10336
10337 * gdb.linespec/keywords.c: New file.
10338 * gdb.linespec/keywords.exp: New file.
10339
7e993ebf
KS
103402015-03-23 Keith Seitz <keiths@redhat.com>
10341
10342 PR gdb/18021
10343 * gdb.dwarf2/staticvirtual.exp: New test.
10344
bc23328c
JK
103452015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10346
10347 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
10348 * README: Remove HP-UX and gdb.hp.
10349 (configuration):
10350 * configure: Regenerate.
10351 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
10352 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
10353 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
10354 gdb.hp/gdb.defects/Makefile.
10355 * gdb.hp/Makefile.in: File deleted.
10356 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
10357 * gdb.hp/gdb.aCC/optimize.c: File deleted.
10358 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
10359 * gdb.hp/gdb.aCC/run.c: File deleted.
10360 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
10361 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
10362 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
10363 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
10364 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
10365 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
10366 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
10367 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
10368 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
10369 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
10370 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
10371 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
10372 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
10373 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
10374 * gdb.hp/gdb.base-hp/reg.s: File deleted.
10375 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
10376 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
10377 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
10378 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
10379 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
10380 * gdb.hp/gdb.compat/Makefile.in: File deleted.
10381 * gdb.hp/gdb.compat/average.c: File deleted.
10382 * gdb.hp/gdb.compat/sum.c: File deleted.
10383 * gdb.hp/gdb.compat/xdb.c: File deleted.
10384 * gdb.hp/gdb.compat/xdb0.c: File deleted.
10385 * gdb.hp/gdb.compat/xdb0.h: File deleted.
10386 * gdb.hp/gdb.compat/xdb1.c: File deleted.
10387 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
10388 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
10389 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
10390 * gdb.hp/gdb.defects/Makefile.in: File deleted.
10391 * gdb.hp/gdb.defects/bs14602.c: File deleted.
10392 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
10393 * gdb.hp/gdb.defects/solib-d.c: File deleted.
10394 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
10395 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
10396 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
10397 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
10398 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
10399 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
10400 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
10401 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
10402 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
10403 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
10404 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
10405 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
10406 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
10407 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
10408 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
10409 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
10410 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
10411 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
10412 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
10413 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
10414 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
10415 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
10416 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
10417 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
10418 * gdb.hp/tools/odump: File deleted.
10419
8bf3b159
PA
104202015-03-19 Pedro Alves <palves@redhat.com>
10421
10422 * gdb.threads/continue-pending-status.exp (saw_thread_2)
10423 (saw_thread_3): New globals.
10424 (top level): Increment them when an event for the corresponding
10425 thread is seen.
10426 (no thread starvation): New test.
10427
eb54c8bf
PA
104282015-03-19 Pedro Alves <palves@redhat.com>
10429
10430 * gdb.threads/continue-pending-status.c: New file.
10431 * gdb.threads/continue-pending-status.exp: New file.
10432
32d2e5d6
PA
104332015-03-18 Pedro Alves <palves@redhat.com>
10434
10435 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10436 Use gdb_is_target_remote instead of is_remote. Use
10437 gdb_test_multiple instead of gdb_expect. Exit early if
10438 gdb_test_multiple hits its internal matches. Tighten stepi tests
10439 expected output. Fail on exit with any signal, instead of just
10440 SIGILL.
10441
f68f11b7
YQ
104422015-03-18 Yao Qi <yao.qi@linaro.org>
10443
10444 PR tdep/18107
10445 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
10446 variable.
10447 * gdb.base/catch-syscall.exp: Don't skip it on
10448 aarch64*-*-linux* target. Remove elements in all_syscalls.
10449 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
10450 target.
10451 (setup_all_syscalls): New proc.
10452
ca5fd19b
YQ
104532015-03-16 Yao Qi <yao.qi@linaro.org>
10454
10455 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
10456 (top level): Skip tests if valid_addr_p returns false for
10457 $cmd1 or $cmd2.
10458
85642ba0
AW
104592015-03-11 Andy Wingo <wingo@igalia.com>
10460
10461 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
10462
e03f9645
YQ
104632015-03-11 Yao Qi <yao.qi@linaro.org>
10464
10465 * gdb.base/catch-syscall.exp: Fix typo in comments.
10466
5d0962b2
YQ
104672015-03-11 Yao Qi <yao.qi@linaro.org>
10468
10469 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
10470
b2df3cef
PA
104712015-03-09 Pedro Alves <palves@redhat.com>
10472
10473 * dg-extract-results.py: Delete.
10474
ef878e53
PA
104752015-03-09 Pedro Alves <palves@redhat.com>
10476
10477 Merge dg-extract-results.sh from GCC upstream (r218843).
10478
10479 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
10480 * dg-extract-results.sh: Use --text with grep to avoid issues with
10481 binary files. Fall back to cat -v, if that doesn't work.
10482
9494d219
PA
104832015-03-05 Pedro Alves <palves@redhat.com>
10484
10485 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
10486
a8d9763a
SM
104872015-03-04 Simon Marchi <simon.marchi@ericsson.com>
10488
10489 * lib/mi-support.exp (mi_expect_interrupt): Accept
10490 alternative event for when in all-stop mode.
10491
be9957b8
PA
104922015-03-04 Pedro Alves <palves@redhat.com>
10493
10494 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
10495
d57be0f4 104962015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
10497
10498 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
10499
c214c7cf
AA
105002015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10501
10502 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
10503 regexps for GDB's current line display, accept a hex address
10504 preceding the line number.
10505
6d74a497
AA
105062015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10507
10508 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
10509 the 'arch1' variable for "s390*-linux*" targets.
10510
511aee7c
PA
105112015-03-04 Pedro Alves <palves@redhat.com>
10512
10513 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
10514 (main): Pass missing retval argument to pthread_join call.
10515
95e50b27
PA
105162015-03-02 Pedro Alves <palves@redhat.com>
10517
10518 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
10519 (top level): Call do_test with non-stop as well.
10520
28054d69
PA
105212015-03-02 Pedro Alves <palves@redhat.com>
10522
10523 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
10524 -1.
10525
4fa5d7b4
AA
105262015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
10527
10528 * gdb.arch/s390-vregs.exp: New test.
10529 * gdb.arch/s390-vregs.S: New file.
10530
97c18565
PA
105312015-02-27 Pedro Alves <palves@redhat.com>
10532
10533 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
10534 call to catch_command_errors.
10535 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
10536 catch_command_errors.
10537
a37bfa30
PA
105382015-02-27 Pedro Alves <palves@redhat.com>
10539
10540 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
10541 "true" for boolean result.
10542 * gdb.gdb/selftest.exp (test_with_self): Also accept full
10543 prototype of main.
10544
6f98576f
PA
105452015-02-27 Pedro Alves <palves@redhat.com>
10546
10547 * lib/unbuffer_output.c: New file.
10548 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
10549 (main): Call gdb_unbuffer_output.
10550
eba5ab56
YQ
105512015-02-27 Yao Qi <yao.qi@linaro.org>
10552
10553 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
10554 target.
10555
0def5aaa
DE
105562015-02-26 Doug Evans <dje@google.com>
10557
10558 * gdb.cp/class2.cc (Dbase, D): New classes.
10559 (main): New local delta.
10560 * gdb.cp/class2.exp: Test printing delta.
10561 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
10562 (dynbar): New global.
10563 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
10564
081a1c2c
JK
105652015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10566
10567 * gdb.compile/compile-ifunc.c: New file.
10568 * gdb.compile/compile-ifunc.exp: New file.
10569
2f41223f
AT
105702015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
10571
10572 * gdb.base/structs.exp: Check for correct struct on finish.
10573
03eddd80
YQ
105742015-02-26 Yao Qi <yao.qi@linaro.org>
10575
10576 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
10577 is zero.
10578
80c57053
JK
105792015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10580
10581 * gdb.arch/cordic.ko.bz2: New file.
10582 * gdb.arch/cordic.ko.debug.bz2: New file.
10583 * gdb.arch/ppc64-symtab-cordic.exp: New file.
10584
21613c12
YQ
105852015-02-25 Yao Qi <yao.qi@linaro.org>
10586
10587 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
10588 aarch64*-*-* target.
10589
d8b901ed
PA
105902015-02-23 Pedro Alves <palves@redhat.com>
10591
10592 * lib/gdb.exp (delete_breakpoints): Rewrite using
10593 gdb_test_multiple.
10594
e5b85ead
PA
105952015-02-23 Pedro Alves <palves@redhat.com>
10596
10597 * gdb.base/info-os.c: Include stdlib.h.
10598
85c3a371
DE
105992015-02-22 Doug Evans <xdje42@gmail.com>
10600
10601 PR symtab/17855
10602 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
10603 is read after symbols have been re-read.
10604 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
10605 * gdb.ada/exec_changed/second.adb (Second): Ditto.
10606
96553a0c
DE
106072015-02-21 Doug Evans <dje@google.com>
10608
10609 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
10610
97a0c697
JK
106112015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10612
10613 PR corefiles/17808
10614 * gdb.arch/i386-biarch-core.core.bz2: New file.
10615 * gdb.arch/i386-biarch-core.exp: New file.
10616
a47cd6e9
PA
106172015-02-21 Pedro Alves <palves@redhat.com>
10618
10619 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
10620 runto_main fails.
10621
c5facdc4
PA
106222015-02-20 Pedro Alves <palves@redhat.com>
10623
10624 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
10625 info probes.
10626
2db9a427
PA
106272015-02-20 Pedro Alves <palves@redhat.com>
10628
10629 * gdb.threads/multi-create-ns-info-thr.exp: New file.
10630
60fb7e9e
PA
106312015-02-20 Pedro Alves <palves@redhat.com>
10632
10633 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
10634 clean_restart before gdb_target_supports_trace.
10635
5c5019c2
PA
106362015-02-20 Pedro Alves <palves@redhat.com>
10637
10638 PR threads/18006
10639 * gdb.threads/clone-thread_db.c: New file.
10640 * gdb.threads/clone-thread_db.exp: New file.
10641
c9587f88
AT
106422015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
10643
10644 PR breakpoints/16812
10645 * gdb.base/catch-gdb-caused-signals.c: New file.
10646 * gdb.base/catch-gdb-caused-signals.exp: New file.
10647
f6a88844
JM
106482015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
10649
10650 * configure: Regenerated.
10651 * configure.ac: Use GDB_AC_TRANSFORM.
10652 * aclocal.m4: sinclude ../transform.m4.
10653
497c491b
JM
106542015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10655
10656 * lib/dtrace.exp: New file.
10657 * gdb.base/dtrace-probe.exp: Likewise.
10658 * gdb.base/dtrace-probe.d: Likewise.
10659 * gdb.base/dtrace-probe.c: Likewise.
10660 * lib/pdtrace.in: Likewise.
10661 * configure.ac: Output variables with the transformed names of
10662 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
10663 * configure: Regenerated.
10664
03e98035
JM
106652015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10666
10667 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
10668 expected message when trying to access $_probe_* convenience
10669 variables while not on a probe.
10670
63cc30e9
JK
106712015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10672
10673 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
10674
0703599a
PA
106752015-02-11 Pedro Alves <pedro@codesourcery.com>
10676
10677 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
10678 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
10679
7e60a48e
DE
106802015-02-10 Doug Evans <xdje42@gmail.com>
10681
10682 * lib/gdb.exp (gdb_load): Always return a result.
10683
01b088bc
PA
106842015-02-10 Pedro Alves <palves@redhat.com>
10685
10686 * gdb.threads/signal-sigtrap.c: New file.
10687 * gdb.threads/signal-sigtrap.exp: New file.
10688
b05ec7a5
AT
106892015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
10690
10691 * gdb.trace/no-attach-trace.c: New file.
10692 * gdb.trace/no-attach-trace.exp: New file.
10693
a2c2acaf
MW
106942015-02-09 Mark Wielaard <mjw@redhat.com>
10695
10696 * gdb.dwarf2/atomic.c: New file.
10697 * gdb.dwarf2/atomic-type.exp: Likewise.
10698
31fd9caa
MM
106992015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10700
10701 * gdb.btrace/buffer-size.exp: Update "info record" output.
10702 * gdb.btrace/delta.exp: Update "info record" output.
10703 * gdb.btrace/enable.exp: Update "info record" output.
10704 * gdb.btrace/finish.exp: Update "info record" output.
10705 * gdb.btrace/instruction_history.exp: Update "info record" output.
10706 * gdb.btrace/next.exp: Update "info record" output.
10707 * gdb.btrace/nexti.exp: Update "info record" output.
10708 * gdb.btrace/step.exp: Update "info record" output.
10709 * gdb.btrace/stepi.exp: Update "info record" output.
10710 * gdb.btrace/nohist.exp: Update "info record" output.
10711
d33501a5
MM
107122015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10713
10714 * gdb.btrace/buffer-size: New.
10715
f4abbc16
MM
107162015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10717
10718 * gdb.btrace/delta.exp: Update "info record" output.
10719 * gdb.btrace/enable.exp: Update "info record" output.
10720 * gdb.btrace/finish.exp: Update "info record" output.
10721 * gdb.btrace/instruction_history.exp: Update "info record" output.
10722 * gdb.btrace/next.exp: Update "info record" output.
10723 * gdb.btrace/nexti.exp: Update "info record" output.
10724 * gdb.btrace/step.exp: Update "info record" output.
10725 * gdb.btrace/stepi.exp: Update "info record" output.
10726 * gdb.btrace/nohist.exp: Update "info record" output.
10727
b9d61307
SM
107282015-02-06 Simon Marchi <simon.marchi@ericsson.com>
10729
10730 PR gdb/15678
10731 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
10732
e584fdbc
PA
107332015-02-06 Pedro Alves <palves@redhat.com>
10734
10735 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
10736 macro.
10737 (seconds_left, again): New globals.
10738 (main): Wait seconds_left in a 1-second sleep loop instead of
10739 sleeping 180 seconds. If 'again' is set, reset the seconds
10740 counter.
10741 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
10742 'again' in the inferior before detaching. Print the seconds left.
10743 (options): New global.
10744 (top level): Build program with -DTIMEOUT=$timeout.
10745
77f41761
PA
107462015-02-06 Pedro Alves <palves@redhat.com>
10747
10748 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
10749 determine how many seconds to pass to 'alarm'.
10750 * gdb.base/gdb-sigterm.exp (top level): Build program with
10751 -DTIMEOUT=$timeout.
10752 (do_test): Return success/failure indication. Add more verbose
10753 logging. Don't fail if 200 single steps are seen. Instead, fail
10754 when the test times out.
10755 (passes): New global.
10756 (top level): Break the testing loop if testing fails on any
10757 iteration. Use gdb_assert.
10758
b9394193
DB
107592015-02-04 Don Breazeal <donb@codesourcery.com>
10760
10761 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
10762 and initialize them.
10763 (ipc_cleanup): New function.
10764 (main): Don't declare shmid, semid, and msqid. Add a call to
10765 atexit so that we call ipc_cleanup on exit.
10766
42d9e528
PA
107672015-02-04 Pedro Alves <palves@redhat.com>
10768
10769 * boards/native-extended-gdbserver.exp: Remove any target variant
10770 specifications from the board name before clearing the isremote
10771 flag from board_info.
10772
ae6ae975
DE
107732015-01-31 Doug Evans <xdje42@gmail.com>
10774
10775 * gdb.base/maint.exp <maint print type argc>: Update expected output.
10776
cfb069a8
GB
107772015-01-31 Gary Benson <gbenson@redhat.com>
10778
10779 * gdb.base/completion.exp: Disable completion limiting for
10780 existing tests. Add new tests to check completion limiting.
10781 * gdb.linespec/ls-errs.exp: Disable completion limiting.
10782
5dd31d79
DE
107832015-01-31 Doug Evans <xdje42@gmail.com>
10784
10785 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
10786
9f050062
DE
107872015-01-31 Doug Evans <xdje42@gmail.com>
10788
10789 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
10790 entries. Duplicate file section script entries.
10791 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
10792 inlined entries. Add test for safe-path rejection.
10793 * gdb.python/py-section-script.c: Add duplicate inlined section script
10794 entries. Duplicate file section script entries.
10795 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
10796 inlined entries. Add test for safe-path rejection.
10797
df25ebbd
JB
107982015-01-29 Joel Brobecker <brobecker@adacore.com>
10799
10800 * gdb.ada/disc_arr_bound: New testcase.
10801
4a0ca9ec
JB
108022015-01-29 Joel Brobecker <brobecker@adacore.com>
10803
10804 * gdb.ada/mi_var_array: New testcase.
10805
3a8b707a
DE
108062015-01-27 Doug Evans <dje@google.com>
10807
10808 * gdb.python/py-objfile.exp: Add tests for objfile.username.
10809 Add test for objfile.filename, objfile.username after objfile
10810 has been unloaded.
10811
f8313f6e
JB
108122015-01-26 Joel Brobecker <brobecker@adacore.com>
10813
10814 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
10815 the second test to print the name attribute of value
10816 returned by the call to gdb.lookup_type, and adjust
10817 the expected output accordingly.
10818
37bc665e
MW
108192015-01-25 Mark Wielaard <mjw@redhat.com>
10820
10821 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
10822 * gdb.base/disp-step-fork.c: Include unistd.h.
10823 * gdb.base/siginfo-obj.c: Include stdio.h.
10824 * gdb.base/siginfo-thread.c: Likewise.
10825 * gdb.mi/non-stop.c: Include unistd.h.
10826 * gdb.mi/nsthrexec.c: Include stdio.h.
10827 * gdb.mi/pthreads.c: Include unistd.h.
10828 * gdb.modula2/unbounded1.c (main): Declare returns int.
10829 * gdb.reverse/consecutive-reverse.c: Likewise.
10830 * gdb.threads/create-fail.c: Include unistd.h.
10831 * gdb.threads/killed.c: Likewise.
10832 * gdb.threads/linux-dp.c: Likewise.
10833 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
10834 * gdb.threads/non-ldr-exc-2.c: Likewise.
10835 * gdb.threads/non-ldr-exc-3.c: Likewise.
10836 * gdb.threads/non-ldr-exc-4.c: Likewise.
10837 * gdb.threads/pthreads.c: Include unistd.h.
10838 (main): Declare returns int.
10839 * gdb.threads/tls-main.c (foo): New declaration.
10840 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
10841
f7e5394d
SM
108422015-01-23 Simon Marchi <simon.marchi@ericsson.com>
10843
10844 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
10845 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
10846
743649fd
MW
108472015-01-15 Mark Wielaard <mjw@redhat.com>
10848
10849 * gdb.base/noreturn-return.c: New file.
10850 * gdb.base/noreturn-return.exp: New file.
10851 * gdb.base/noreturn-finish.c: New file.
10852 * gdb.base/noreturn-finish.exp: New file.
10853
198297aa
PA
108542015-01-23 Pedro Alves <palves@redhat.com>
10855
10856 * gdb.threads/continue-pending-after-query.c: New file.
10857 * gdb.threads/continue-pending-after-query.exp: New file.
10858
717cf30c
AG
108592015-01-22 Anders Granlund <anders.granlund@ericsson.com>
10860 Simon Marchi <simon.marchi@ericsson.com>
10861
10862 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
10863 * gdb.base/valgrind-db-attach.exp: Same.
10864 * gdb.base/valgrind-infcall.exp: Same.
10865 * lib/mi-support.exp (default_mi_gdb_start): Same.
10866 * lib/prompt.exp (default_prompt_gdb_start): Same.
10867 * lib/gdb.exp (default_gdb_spawn): Same.
10868 (gdb_interact): New.
10869
10870
4b62a76e
JK
108712015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10872
10873 * gdb.compile/compile.exp (pointer to jit function): New test.
10874
b4cdae6f
WW
108752015-01-17 Wei-cheng Wang <cole945@gmail.com>
10876
10877 * lib/gdb.exp (supports_process_record): Return true for
10878 powerpc*-*-linux*.
10879 (supports_reverse): Likewise.
10880
d221e7ef
DB
108812015-01-15 Don Breazeal <donb@codesourcery.com>
10882
10883 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
10884 instead of checking whether the target board is remote and
10885 use spawn_wait_for_attach instead of exec/sleep.
10886 * gdb.base/attach-twice.exp: Likewise.
10887
bafffb51
JB
108882015-01-15 Joel Brobecker <brobecker@adacore.com>
10889
10890 * gdb.ada/var_arr_attrs: New testcase.
10891
5589af0e
PA
108922015-01-14 Pedro Alves <palves@redhat.com>
10893 Joel Brobecker <brobecker@adacore.com>
10894
10895 PR gdb/17525
10896 * gdb.base/bp-cmds-execution-x-script.c: New file.
10897 * gdb.base/bp-cmds-execution-x-script.exp: New file.
10898 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
10899
6c400b59
PA
109002015-01-14 Pedro Alves <palves@redhat.com>
10901
10902 PR cli/17828
10903 * gdb.base/batch-preserve-term-settings.c: New file.
10904 * gdb.base/batch-preserve-term-settings.exp: New file.
10905
e02c96a7
DE
109062015-01-13 Doug Evans <dje@google.com>
10907
10908 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
10909 binary.
10910
576fd14c
JB
109112015-01-13 Joel Brobecker <brobecker@adacore.com>
10912
10913 * Makefile.in (clean mostlyclean): Do not delete *.py.
10914
04dccad0
JB
109152015-01-13 Joel Brobecker <brobecker@adacore.com>
10916
10917 * gdb.python/py-lookup-type.exp: New file.
10918
3d230f71
PA
109192015-01-12 Pedro Alves <palves@redhat.com>
10920
10921 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
10922 restore GDBFLAGS before returning.
10923
7e67715d
JK
109242015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10925
10926 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
10927 is_amd64_regs_target and is_x86_like_target.
10928
f2e0d4b4
DE
109292015-01-11 Doug Evans <xdje42@gmail.com>
10930
10931 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
10932 is given without an explicit form.
10933 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
10934 attributes.
10935 * gdb.dwarf/corrupt.exp: Ditto.
10936 * gdb.dwarf2/enum-type.exp: Ditto.
10937 * gdb.trace/entry-values.exp: Ditto.
10938 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
10939
439250fb
DE
109402015-01-11 Doug Evans <xdje42@gmail.com>
10941
10942 PR gdb/15830
10943 * gdb.base/maint.exp: Remove references to "maint demangle".
10944 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
10945 Add tests for explicitly specifying language to demangle.
10946 * gdb.dlang/demangle.exp: Ditto.
10947
ede9f622
PA
109482015-01-09 Pedro Alves <palves@redhat.com>
10949
10950 * gdb.threads/non-stop-fair-events.c: New file.
10951 * gdb.threads/non-stop-fair-events.exp: New file.
10952
a7b796db
PA
109532015-01-09 Pedro Alves <palves@redhat.com>
10954
10955 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
10956 the global scope. Set a breakpoint after all threads are started
10957 rather than stepping over two source lines. Expect the prompt.
10958 * gdb.base/watch_thread_num.c (threads_started_barrier): New
10959 global.
10960 (NUM): Now 15.
10961 (main): Use threads_started_barrier to wait for all threads to
10962 start. Main thread no longer calls thread_function. Exit after
10963 180 seconds.
10964 (loop): New function.
10965 (thread_function): Wait on threads_started_barrier barrier. Call
10966 'loop' at each iteration.
10967 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
10968 threads have started, instead of hardcoding number of "next"
10969 steps. Use an access watchpoint instead of a write watchpoint.
10970
9665ffdd
PA
109712015-01-09 Pedro Alves <palves@redhat.com>
10972
10973 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
10974 (thread_func): Wait on barrier.
10975 (main): Wait for all threads to start before stopping GDB.
10976 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
10977 global.
10978 (thread1_func, thread2_func): Wait on barrier.
10979 (main): Wait for all threads to start before stopping GDB.
10980 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
10981 New global.
10982 (thread1_func, thread2_func): Wait on barrier.
10983 (main): Wait for all threads to start before stopping GDB.
10984
c945a99f
PA
109852015-01-09 Pedro Alves <palves@redhat.com>
10986
10987 * gdb.threads/attach-many-short-lived-threads.c: New file.
10988 * gdb.threads/attach-many-short-lived-threads.exp: New file.
10989
c1a747c1
PA
109902014-01-09 Pedro Alves <palves@redhat.com>
10991
10992 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
10993 instead of to thread 2.
10994 * gdb.threads/signal-command-multiple-signals-pending.c (main):
10995 Add barrier around each pthread_create call instead of around all
10996 calls.
10997 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
10998 Set a break on thread_function and have the child threads hit it
10999 one at at a time.
11000
60b3033e
PA
110012015-01-09 Pedro Alves <palves@redhat.com>
11002
11003 * lib/gdb.exp (can_spawn_for_attach): New procedure.
11004 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
11005 false.
11006 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
11007 checking whether the target board is remote.
11008 * gdb.multi/multi-attach.exp: Likewise.
11009 * gdb.python/py-sync-interp.exp: Likewise.
11010 * gdb.server/ext-attach.exp: Likewise.
11011 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
11012 tests that need to attach, instead of checking whether the target
11013 board is remote at the top of the file.
11014
acc018ac
YQ
110152015-01-08 Yao Qi <yao@codesourcery.com>
11016
11017 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
11018
50a18af8
JK
110192015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11020
11021 Fix testcase compilation.
11022 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
11023
8503d6e1
JB
110242015-01-06 Joel Brobecker <brobecker@adacore.com>
11025
11026 * gdb.python/py-type.exp: Add a couple test about empty
11027 array creation, and negative-length array creation.
11028
cc73dbcc
DE
110292015-01-02 Doug Evans <xdje42@gmail.com>
11030
11031 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
11032
0300bbc7
DE
110332015-01-02 Doug Evans <dje@google.com>
11034
11035 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
11036
9d85a0ec
YQ
110372014-12-29 Yao Qi <yao@codesourcery.com>
11038
11039 * gdb.trace/entry-values.exp: Update comments. Rename variable
11040 bar_call_foo to returned_from_foo.
11041
87186c6a
MMN
110422014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
11043
11044 PR gdb/17394
11045 * gdb.linespec/break-asm-file.c: New file.
11046 * gdb.linespec/break-asm-file.exp: New file.
11047 * gdb.linespec/break-asm-file0.s: New file.
11048 * gdb.linespec/break-asm-file1.s: New file.
11049
1bab7383
YQ
110502014-12-18 Nigel Stephens <nigel@mips.com>
11051 Maciej W. Rozycki <macro@codesourcery.com>
11052
11053 * gdb.base/float.exp: Handle the new output from "info float" on
11054 MIPS targets.
11055
1bc1068a
JK
110562014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11057
11058 Fix MinGW compilation.
11059 * gdb.compile/compile-ops.exp: Update untested message if
11060 !skip_compile_feature_tests.
11061 * gdb.compile/compile-setjmp.exp: Likewise.
11062 * gdb.compile/compile-tls.exp: Likewise.
11063 * gdb.compile/compile.exp: Likewise.
11064 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
11065 supported on this host".
11066
b6615d10
DE
110672014-12-16 Doug Evans <xdje42@gmail.com>
11068
11069 * boards/stabs.exp: New file.
11070
25dda427
AA
110712014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
11072
11073 * gdb.base/completion.exp: Adjust to format changes of "maint
11074 print user-registers".
11075
bf330350
CU
110762014-12-16 Catalin Udma <catalin.udma@freescale.com>
11077
11078 PR server/17457
11079 * gdb.arch/aarch64-fp.c: New file.
11080 * gdb.arch/aarch64-fp.exp: New file.
11081
395cf596
SDJ
110822014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
11083
11084 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
11085 r210637, r210913, r211666, r215400, r215817).
11086
11087 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
11088 * dg-extract-results.py: New file.
11089 * dg-extract-results.sh: Use it if the environment seems
11090 suitable.
11091
11092 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
11093
11094 * dg-extract-results.py (parse_run): Handle warnings that
11095 are printed before a test harness is run.
11096
11097 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
11098
11099 * dg-extract-results.py (Named): Remove __cmp__ method.
11100 (output_variation): Use a key to sort variation.harnesses.
11101
11102 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
11103
11104 * dg-extract-results.py: For Python 3, force sys.stdout to
11105 handle surrogate escape sequences.
11106 (safe_open): New function.
11107 (output_segment, main): Use it.
11108
11109 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
11110
11111 * dg-extract-results.py (Prog.result_re): Include options
11112 in test name.
11113
11114 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
11115
11116 * dg-extract-results.py (output_variation): Always sort if
11117 do_sum.
11118
e882ef3c
SM
111192014-12-15 Simon Marchi <simon.marchi@ericsson.com>
11120
11121 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
11122 as long as we get pagination notifications.
11123
4992aa20
JM
111242014-12-15 Jason Merrill <jason@redhat.com>
11125
11126 * Makefile.in (check-gdb.%): Restore.
11127 * README: Mention it.
11128
c1b5a1a6
JB
111292014-12-13 Joel Brobecker <brobecker@adacore.com>
11130
11131 * gdb.ada/str_uninit: New testcase.
11132
5537b577
JK
111332014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11134
11135 PR symtab/17642
11136 * gdb.base/vla-stub-define.c: New file.
11137 * gdb.base/vla-stub.c: New file.
11138 * gdb.base/vla-stub.exp: New file.
11139
bb2ec1b3
TT
111402014-12-12 Phil Muldoon <pmuldoon@redhat.com>
11141 Jan Kratochvil <jan.kratochvil@redhat.com>
11142 Tom Tromey <tromey@redhat.com>
11143
11144 * configure.ac: Add gdb.compile/.
11145 * configure: Regenerate.
11146 * gdb.compile/Makefile.in: New file.
11147 * gdb.compile/compile-ops.exp: New file.
11148 * gdb.compile/compile-ops.c: New file.
11149 * gdb.compile/compile-tls.c: New file.
11150 * gdb.compile/compile-tls.exp: New file.
11151 * gdb.compile/compile-constvar.S: New file.
11152 * gdb.compile/compile-constvar.c: New file.
11153 * gdb.compile/compile-mod.c: New file.
11154 * gdb.compile/compile-nodebug.c: New file.
11155 * gdb.compile/compile-setjmp-mod.c: New file.
11156 * gdb.compile/compile-setjmp.c: New file.
11157 * gdb.compile/compile-setjmp.exp: New file.
11158 * gdb.compile/compile-shlib.c: New file.
11159 * gdb.compile/compile.c: New file.
11160 * gdb.compile/compile.exp: New file.
11161 * lib/gdb.exp (skip_compile_feature_tests): New proc.
11162
4ff709eb
TT
111632014-12-12 Tom Tromey <tromey@redhat.com>
11164
11165 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
11166 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
11167
6dddd6a5
DE
111682014-12-12 Doug Evans <dje@google.com>
11169
11170 * lib/gdb-python.exp (get_python_valueof): New function.
11171 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
11172
71c24708
AA
111732014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11174
11175 * gdb.base/completion.exp: Add test for completion of "info
11176 registers ".
11177
3e29f34a
MR
111782014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
11179
11180 * gdb.base/func-ptrs.c: New file.
11181 * gdb.base/func-ptrs.exp: New file.
11182
fc126975
SM
111832014-12-10 Simon Marchi <simon.marchi@ericsson.com>
11184
11185 PR breakpoints/17012
11186 * gdb.base/dprintf-detach.c: New file.
11187 * gdb.base/dprintf-detach.exp: New file.
11188
0a46d518
SM
111892014-12-10 Simon Marchi <simon.marchi@ericsson.com>
11190
11191 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
11192 * lib/gdb.exp (target_is_gdbserver): New procedure.
11193
a0be3e44
DE
111942014-12-08 Doug Evans <dje@google.com>
11195
11196 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
11197
df1b803a
YQ
111982014-12-05 Yao Qi <yao@codesourcery.com>
11199
11200 * gdb.guile/scm-error.exp: Remove the third argument to
11201 gdb_remote_download.
11202 * gdb.guile/scm-frame-args.exp: Likewise.
11203 * gdb.guile/scm-section-script.exp: Likewise.
11204
ddb9f679
YQ
112052014-12-05 Yao Qi <yao@codesourcery.com>
11206
11207 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
11208
86e4ed39
DE
112092014-12-04 Doug Evans <dje@google.com>
11210
11211 * gdb.python/py-objfile.exp: Add tests for
11212 objfile.add_separate_debug_file.
11213
7c50a931
DE
112142014-12-04 Doug Evans <dje@google.com>
11215
11216 * lib/gdb.exp (get_build_id): New function.
11217 (build_id_debug_filename_get): Rewrite to use it.
11218 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
11219
621661e3
MR
112202014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
11221
11222 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
11223 `method(long)', not just 0x0.
11224 * gdb.cp/nsalias.exp: Align code labels to 4.
11225 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
11226 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
11227 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
11228 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
11229 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
11230 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
11231
29f0c3b7
DE
112322014-12-02 Doug Evans <dje@google.com>
11233
e1e061e7 11234 PR symtab/17602
29f0c3b7 11235 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 11236 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
11237 * gdb.cp/anon-ns.exp: Update.
11238
162078c8
NB
112392014-12-02 Nick Bull <nicholaspbull@gmail.com>
11240
11241 * gdb.python/py-events.py (inferior_call_handler): New.
11242 (register_changed_handler, memory_changed_handler): New.
11243 (test_events.invoke): Register new handlers.
11244 * gdb.python/py-events.exp: Add tests for inferior call,
11245 memory_changed and register_changed events.
11246
fdb09caf
AA
112472014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
11248
11249 * gdb.base/execl-update-breakpoints.exp: Specify the link address
11250 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
11251 if the linker doesn't understand this.
11252
55cfb2c4
SM
112532014-12-01 Simon Marchi <simon.marchi@ericsson.com>
11254
11255 * gdb.python/python.exp: Change expected reply to help().
11256
9e8cd6df
YQ
112572014-12-01 Yao Qi <yao@codesourcery.com>
11258
11259 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
11260 AC_CONFIG_SUBDIRS(gdb.gdbtk).
11261 * configure: Re-generated.
11262
6c659fc2
SC
112632014-11-28 Siva Chandra Reddy <sivachandra@google.com>
11264
11265 * gdb.cp/chained-calls.cc: New file.
11266 * gdb.cp/chained-calls.exp: New file.
11267 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
11268
d7fc3181
SM
112692014-11-28 Simon Marchi <simon.marchi@ericsson.com>
11270
11271 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
11272 * gdb.dwarf2/symtab-producer.exp: Same.
11273 * gdb.gdb/python-interrupts.exp: Same.
11274 * gdb.gdb/python-selftest.exp: Same.
11275 * gdb.python/py-linetable.exp: Same.
11276 * gdb.python/py-type.exp: Same.
11277 * gdb.python/py-value-cc.exp: Same.
11278 * gdb.python/py-value.exp: Same.
11279
10e79639
YQ
112802014-11-28 Yao Qi <yao@codesourcery.com>
11281
11282 * gdb.base/break-probes.exp: Match library name prefixed with
11283 sysroot.
11284
f28a0564
SM
112852014-11-27 Simon Marchi <simon.marchi@ericsson.com>
11286
11287 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
11288 test expected output. Add parentheses for the call to print.
11289 Remove L suffix from integers.
11290
3fe1ce1d
DE
112912014-11-26 Doug Evans <dje@google.com>
11292
11293 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
11294
84429e27
YQ
112952014-11-22 Yao Qi <yao@codesourcery.com>
11296
11297 * gdb.trace/entry-values.c: Remove asms.
11298 (foo): Add foo_label.
11299 (bar): Add bar_label.
11300 * gdb.trace/entry-values.exp: Remove code computing foo's
11301 length and bar's length.
11302 (Dwarf::assemble): Invoke function_range for bar and use
11303 MACRO_AT_func for foo.
11304
26741859
YQ
113052014-11-22 Yao Qi <yao@codesourcery.com>
11306
11307 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
11308 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
11309 Use .Lgcc43_procstart instead of gcc43.
11310
45e44d27
JB
113112014-11-21 Joel Brobecker <brobecker@adacore.com>
11312
11313 * gdb.ada/n_arr_bound: New testcase.
11314
458c8db8
SDJ
113152014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
11316
11317 PR breakpoints/10737
11318 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
11319 test_catch_syscall_multi_arch.
11320 (test_catch_syscall_multi_arch): New function.
11321
43f3e411
DE
113222014-11-20 Doug Evans <xdje42@gmail.com>
11323
11324 * gdb.base/maint.exp: Update expected output.
11325
0d7b2549
AA
113262014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11327
11328 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
11329 4-byte instruction on S390.
11330
8908fca5
JB
113312014-11-19 Joel Brobecker <brobecker@adacore.com>
11332
11333 * gdb.ada/arr_arr: New testcase.
11334
4a46959e
JB
113352014-11-19 Joel Brobecker <brobecker@adacore.com>
11336
11337 * gdb.ada/pkd_arr_elem: New Testcase.
11338
470e2f4e
LM
113392014-11-18 Luis Machado <lgustavo@codesourcery.com>
11340
11341 * gdb.reverse/break-precsave: Expect completion message for
11342 core file reads.
11343 * gdb.reverse/consecutive-precsave.exp: Likewise.
11344 * gdb.reverse/finish-precsave.exp: Likewise.
11345 * gdb.reverse/i386-precsave.exp: Likewise.
11346 * gdb.reverse/machinestate-precsave.exp: Likewise.
11347 * gdb.reverse/sigall-precsave.exp: Likewise.
11348 * gdb.reverse/solib-precsave.exp: Likewise.
11349 * gdb.reverse/step-precsave.exp: Likewise.
11350 * gdb.reverse/until-precsave.exp: Likewise.
11351 * gdb.reverse/watch-precsave.exp: Likewise.
11352
a267f3ad
AA
113532014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11354
11355 * gdb.base/bp-permanent.c: Include unistd.h.
11356 * gdb.python/py-framefilter-mi.c (main): Add return type.
11357 * gdb.python/py-framefilter.c (main): Likewise.
11358 * gdb.trace/actions-changed.c (main): Likewise.
11359
12084a9a
AA
113602014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11361
11362 * gdb.mi/until.c: Add eye-catchers.
11363 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
11364 line numbers.
11365
dc7e1a77
AA
113662014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11367
11368 * gdb.base/condbreak.exp: Drop references to removed non-prototype
11369 function header variants in break1.c.
11370 * gdb.base/ena-dis-br.exp: Likewise.
11371 * gdb.base/hbreak2.exp: Likewise.
11372 * gdb.reverse/until-precsave.exp: Drop references to removed
11373 non-prototype function header variants in ur1.c.
11374 * gdb.reverse/until-reverse.exp: Likewise.
11375
41c77605
PM
113762014-11-17 Petr Machata <pmachata@redhat.com>
11377
11378 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
11379 ${_cu_offset_size} bytes abbrev offset.
11380
34248c3a
DE
113812014-11-15 Doug Evans <xdje42@gmail.com>
11382
11383 PR symtab/17559
11384 * gdb.base/line-symtabs.exp: New file.
11385 * gdb.base/line-symtabs.c: New file.
11386 * gdb.base/line-symtabs.h: New file.
11387
646da059
YQ
113882014-11-14 Yao Qi <yao@codesourcery.com>
11389
11390 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
11391 (func): Add label func_label.
11392 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
11393 Replace low_pc and high_pc with MACRO_AT_range.
11394 Replace name, low_pc and high_pc with MACRO_AT_func.
11395
9301ebe6
YQ
113962014-11-14 Yao Qi <yao@codesourcery.com>
11397
11398 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
11399 Replace name, low_pc and high_pc with MACRO_AT_func.
11400
f166b542
YQ
114012014-11-14 Yao Qi <yao@codesourcery.com>
11402
11403 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
11404 produce debug information.
11405 * gdb.dwarf2/implptr-optimized-out.S: Removed.
11406
0f6e71e3
YQ
114072014-11-14 Yao Qi <yao@codesourcery.com>
11408
11409 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
11410 object and get function length.
11411 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
11412 with MACRO_AT_func.
11413 (top-level): Replace gdb_compile and clean_restart with
11414 prepare_for_testing.
11415 * gdb.dwarf2/main.c (main): Add label main_label.
11416
876c4df9
YQ
114172014-11-14 Yao Qi <yao@codesourcery.com>
11418
11419 * lib/dwarf.exp (function_range): New procedure.
11420 (Dwarf::_handle_macro_at_func): New procedure.
11421 (Dwarf::_handle_macro_at_range): New procedure.
11422 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
11423
02ad9cf1
YQ
114242014-11-14 Yao Qi <yao@codesourcery.com>
11425
11426 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
11427 (_handle_attribute): New procedure.
11428
a59add0c
AA
114292014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11430
11431 * gdb.ada/cond_lang/foo.c (callme): Add return type.
11432 * gdb.base/call-sc.c (zed): Likewise.
11433 * gdb.base/checkpoint.c (main): Likewise.
11434 * gdb.base/dump.c (main): Likewise.
11435 * gdb.base/gcore.c (main): Likewise.
11436 * gdb.base/huge.c (main): Likewise.
11437 * gdb.base/multi-forks.c (main): Likewise.
11438 * gdb.base/pr10179-a.c (main): Likewise.
11439 * gdb.base/savedregs.c (main): Likewise.
11440 * gdb.base/sigaltstack.c (main): Likewise.
11441 * gdb.base/siginfo.c (main): Likewise.
11442 * gdb.base/structs.c (zed): Likewise.
11443 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
11444 * gdb.mi/mi-syn-frame.c (main): Likewise.
11445 * gdb.mi/until.c (foo, main): Likewise.
11446 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
11447 * gdb.base/solib-weak.c (foo): Declare.
11448 * gdb.base/attach-twice.c: Include stdio.h.
11449 * gdb.base/weaklib1.c: Likewise.
11450 * gdb.base/weaklib2.c: Likewise.
11451 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
11452 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
11453 unistd.h.
11454 * gdb.base/attach-pie-misread.c: Include stdlib.h.
11455 * gdb.mi/mi-exit-code.c: Likewise.
11456 * gdb.base/break-interp-lib.c: Include string.h.
11457 * gdb.base/coremaker.c: Likewise.
11458 * gdb.base/testenv.c: Likewise.
11459 * gdb.python/py-finish-breakpoint.c: Likewise.
11460 * gdb.base/inferior-died.c: Include sys/wait.h.
11461 * gdb.base/fileio.c: Include time.h.
11462 * gdb.base/async-shell.c: Include unistd.h.
11463 * gdb.base/dprintf-non-stop.c: Likewise.
11464 * gdb.base/info-os.c: Likewise.
11465 * gdb.mi/mi-console.c: Likewise.
11466 * gdb.mi/watch-nonstop.c: Likewise.
11467 * gdb.python/py-events.c: Likewise.
11468 * gdb.base/async.c (baz): Move up before its invocation.
11469 * gdb.base/code_elim2.c (my_global_func): Likewise.
11470 * gdb.base/skip-solib-lib.c (multiply): Likewise.
11471 * gdb.base/advance.c (func2): Likewise.
11472
3b5d5997
AA
114732014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11474
11475 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
11476 variant.
11477 * gdb.base/annota3.c: Likewise.
11478 * gdb.base/async.c: Likewise.
11479 * gdb.base/average.c: Likewise.
11480 * gdb.base/call-ar-st.c: Likewise.
11481 * gdb.base/call-rt-st.c: Likewise.
11482 * gdb.base/call-sc.c: Likewise.
11483 * gdb.base/call-strs.c: Likewise.
11484 * gdb.base/ending-run.c: Likewise.
11485 * gdb.base/execd-prog.c: Likewise.
11486 * gdb.base/exprs.c: Likewise.
11487 * gdb.base/foll-exec.c: Likewise.
11488 * gdb.base/foll-fork.c: Likewise.
11489 * gdb.base/foll-vfork.c: Likewise.
11490 * gdb.base/funcargs.c: Likewise.
11491 * gdb.base/gcore.c: Likewise.
11492 * gdb.base/jump.c: Likewise.
11493 * gdb.base/langs0.c: Likewise.
11494 * gdb.base/langs1.c: Likewise.
11495 * gdb.base/langs2.c: Likewise.
11496 * gdb.base/mips_pro.c: Likewise.
11497 * gdb.base/nodebug.c: Likewise.
11498 * gdb.base/opaque0.c: Likewise.
11499 * gdb.base/opaque1.c: Likewise.
11500 * gdb.base/recurse.c: Likewise.
11501 * gdb.base/run.c: Likewise.
11502 * gdb.base/scope0.c: Likewise.
11503 * gdb.base/scope1.c: Likewise.
11504 * gdb.base/setshow.c: Likewise.
11505 * gdb.base/setvar.c: Likewise.
11506 * gdb.base/shmain.c: Likewise.
11507 * gdb.base/shr1.c: Likewise.
11508 * gdb.base/shr2.c: Likewise.
11509 * gdb.base/sigall.c: Likewise.
11510 * gdb.base/signals.c: Likewise.
11511 * gdb.base/so-indr-cl.c: Likewise.
11512 * gdb.base/solib2.c: Likewise.
11513 * gdb.base/structs.c: Likewise.
11514 * gdb.base/sum.c: Likewise.
11515 * gdb.base/vforked-prog.c: Likewise.
11516 * gdb.base/watchpoint.c: Likewise.
11517 * gdb.reverse/shr2.c: Likewise.
11518 * gdb.reverse/until-reverse.c: Likewise.
11519 * gdb.reverse/ur1.c: Likewise.
11520 * gdb.reverse/watch-reverse.c: Likewise.
11521
066a77c5
AA
115222014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11523
11524 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
11525 variant.
11526 * gdb.base/sepdebug.exp: Drop references to removed code.
11527
4f204ea5
AA
115282014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11529
11530 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
11531 variant. Preserve original line numbering.
11532 * gdb.base/list1.c: Likewise.
11533
3b377a3a
AA
115342014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11535
11536 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
11537 variant.
11538 * gdb.base/break1.c: Likewise.
11539 * gdb.base/break.exp: Drop references to removed code.
11540
e444df73
AA
115412014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11542
11543 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
11544 variant.
11545
8008f2a7
AA
115462014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11547
11548 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
11549
a5a06887
AA
115502014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11551
11552 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
11553 logic into perform_all_tests() and invoke it with and without
11554 function header prototypes.
11555 (do_function_calls): Remove conditional XFAIL for PR 5318.
11556 (rerun_and_prepare): Remove duplicate code.
11557 (perform_all_tests): New. Main logic moved here.
11558
44dba9b9
AA
115592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11560
11561 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
11562 code guarded by #ifdef NO_PROTOTYPES.
11563 (t_double_many_args): Likewise.
11564 (DEF_FUNC_MANY_ARGS_1): Likewise.
11565 (DEF_FUNC_VALUES_1): Likewise.
11566 (t_structs_ldc): Renamed from t_structs_fc in conditional code
11567 guarded by #ifdef PROTOTYPES.
11568
d1fbcd56
AA
115692014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11570
11571 * gdb.mi/mi-console.c: Add eye-catcher.
11572 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
11573 instead of literal line number.
11574
b0e59b8f
AA
115752014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11576
11577 * gdb.base/shr2.c: Add eye-catcher.
11578 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
11579 line number.
11580
78f98cca
AA
115812014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11582
11583 * gdb.base/jump.c: Add eye-catchers.
11584 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
11585 numbers.
11586
58fa2af0
AA
115872014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11588
11589 * gdb.base/execd-prog.c: Add eye-catchers.
11590 * gdb.base/foll-exec.c: Likewise.
11591 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
11592 line numbers.
11593
04e5059b
AA
115942014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11595
11596 * gdb.base/ending-run.c: Add eye-catchers.
11597 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
11598 literal line numbers.
11599
dbfdb174
AA
116002014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11601
11602 * gdb.base/call-rt-st.c: Add eye-catchers.
11603 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
11604 literal line numbers.
11605
888a2ade
AA
116062014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11607
11608 * gdb.base/call-ar-st.c: Add eye-catchers.
11609 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
11610 literal line numbers.
11611
6acc2dde
AA
116122014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11613
11614 * gdb.base/average.c: Add eye-catchers.
11615 * gdb.base/sum.c: Likewise.
11616 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
11617 regexps dynamically.
11618
9ecfcd1d
AA
116192014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11620
11621 * gdb.base/solib1.c: Add eye-catchers.
11622 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
11623 literal line numbers.
11624
78708b7c
PA
116252014-11-12 Pedro Alves <palves@redhat.com>
11626
11627 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
11628 leader has exited.
11629
af48d08f
PA
116302014-11-12 Pedro Alves <palves@redhat.com>
11631
11632 * gdb.arch/i386-bp_permanent.c: New file.
11633 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
11634 (srcfile): Set to i386-bp_permanent.c.
11635 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
11636 that stepi does not execute the 'leave' instruction, instead of
11637 testing it does execute.
11638 * gdb.base/bp-permanent.c: New file.
11639 * gdb.base/bp-permanent.exp: New file.
11640
af3768e9
DE
116412014-11-10 Doug Evans <xdje42@gmail.com>
11642
11643 PR symtab/17564
11644 * gdb.base/symtab-search-order.exp: New file.
11645 * gdb.base/symtab-search-order.c: New file.
11646 * gdb.base/symtab-search-order-1.c: New file.
11647 * gdb.base/symtab-search-order-shlib-1.c: New file.
11648
9de00a4a
PA
116492014-11-07 Pedro Alves <palves@redhat.com>
11650
11651 PR gdb/17511
11652 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
11653 i?86-*-linux*.
11654
e0f52461
SC
116552014-11-03 Siva Chandra Reddy <sivachandra@google.com>
11656
11657 PR c++/17494
11658 * gdb.cp/pr17494.cc: New file.
11659 * gdb.cp/pr17494.exp: New file.
11660
6ce8c980
YQ
116612014-11-02 Yao Qi <yao@codesourcery.com>
11662
11663 * gdb.python/python.exp: Get working directory and match the
11664 output of "set extended-prompt \\w " with it.
11665
02be9a71
DE
116662014-10-30 Doug Evans <dje@google.com>
11667
11668 * gdb.python/py-objfile.exp: Add tests for setting random attributes
11669 in objfiles.
11670 * gdb.python/py-progspace.exp: Add tests for setting random attributes
11671 in progspaces.
11672
3bdff46b
LM
116732014-10-30 Janis Johnson <janisjo@codesourcery.com>
11674
11675 * gdb.base/fullpath-expand.exp: Skip for a remote host.
11676 * gdb.base/realname-expand.exp: Likewise.
11677 * gdb.linespec/macro-relative.exp: Likewise.
11678
ab917dfb
PA
116792014-10-29 Pedro Alves <palves@redhat.com>
11680
11681 PR gdb/17408
11682 * gdb.threads/schedlock.c (some_function): New function.
11683 (call_function): New global.
11684 (MAYBE_CALL_SOME_FUNCTION): New macro.
11685 (thread_function): Call it.
11686 * gdb.threads/schedlock.exp (get_args): Add description parameter,
11687 and use it instead of a global counter. Adjust all callers.
11688 (get_current_thread): Use "find current thread" for test message
11689 here rather than having all callers pass down the same string.
11690 (goto_loop): New procedure, factored out from ...
11691 (my_continue): ... this.
11692 (step_ten_loops): Change parameter from test message to command to
11693 use. Adjust.
11694 (list_count): Delete global.
11695 (check_result): New procedure, factored out from duplicate top
11696 level code.
11697 (continue tests): Wrap in with_test_prefix.
11698 (test_step): New procedure, factored out from duplicate top level
11699 code.
11700 (top level): Test "step" in combination with all scheduler-locking
11701 modes. Test "next" in combination with all scheduler-locking
11702 modes, and in combination with stepping over a function call or
11703 not.
11704 * gdb.threads/next-bp-other-thread.c: New file.
11705 * gdb.threads/next-bp-other-thread.exp: New file.
11706
d3d4baed
PA
117072014-10-29 Pedro Alves <palves@redhat.com>
11708
11709 PR python/17372
11710 * gdb.python/python.exp: Test a multi-line command that spawns
11711 interactive Python.
11712 * gdb.base/multi-line-starts-subshell.exp: New file.
11713
563e8d85
YQ
117142014-10-29 Yao Qi <yao@codesourcery.com>
11715
11716 * gdb.base/fileio.exp: Make directories on host.
11717
0ea4d52e
YQ
117182014-10-29 Yao Qi <yao@codesourcery.com>
11719
11720 * gdb.base/fileio.c (test_write): Close the file.
11721
7f5ef605
PA
117222014-10-28 Pedro Alves <palves@redhat.com>
11723
11724 PR gdb/12623
11725 * gdb.base/sigstep.c (no_handler): New global.
11726 (main): If 'no_handler is true, set the signal handlers to
11727 SIG_IGN.
11728 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
11729 with_sw_watch and no_handler parameters. Handle them.
11730 (top level) <stepping over handler when stopped at a breakpoint
11731 test>: Add a test axis for testing with a software watchpoint, and
11732 another for testing with the signal handler set to SIG_IGN.
11733 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
11734 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
11735
abbdbd03
PA
117362014-10-28 Pedro Alves <palves@redhat.com>
11737
11738 PR gdb/17511
11739 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
11740 * gdb.base/sigstep.exp (other_handler_location): New global.
11741 (advance): Support stepping into the signal handler, and running
11742 commands while in the handler.
11743 (in_handler_map): New global.
11744 (top level): In the advance test, add combinations for getting
11745 into the handler with stepping commands, and for running commands
11746 in the handler. Add comment descripting the advancei tests.
11747
1df4399f
PA
117482014-10-28 Pedro Alves <palves@redhat.com>
11749
11750 * gdb.base/sigstep.exp: Use build_executable instead of
11751 prepare_for_testing.
11752 (top level): Move code that starts GDB, runs to main and creates a
11753 display to ...
11754 (restart): ... this new procedure.
11755 (top level): Move backtrace from signal handler test to ...
11756 (validate_backtrace): ... this new procedure.
11757 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
11758 with_test_prefix. Always restart GDB.
11759 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
11760 with_test_prefix. Always restart GDB. No need to delete
11761 breakpoints after the test.
11762 (test_skip_handler): Remove prefix parameter.
11763 (skip_over_handler, breakpoint_to_handler)
11764 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
11765 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
11766 restart GDB. No need to delete breakpoints after the test.
11767 (top level): Use foreach to call the test procedures with
11768 different commands.
11769
a5b6e449
PA
117702014-10-28 Pedro Alves <palves@redhat.com>
11771
11772 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
11773 instead of GNATS numbers.
11774 * gdb.base/sigbpt.exp: Likewise.
11775 * gdb.base/siginfo.exp: Likewise.
11776 * gdb.base/sigstep.exp: Likewise.
11777
e5f8a7cc
PA
117782014-10-27 Pedro Alves <palves@redhat.com>
11779
11780 * gdb.base/sigstep.c (dummy): New global.
11781 (main): Issue a couple writes to the new global.
11782 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
11783 procedures.
11784 (skip_over_handler): Use test_skip_handler.
11785 (top level): Call skip_over_handler for stepi and nexti too.
11786 (breakpoint_over_handler): Use test_skip_handler.
11787 (top level): Call breakpoint_over_handler for stepi and nexti too.
11788
763905a3
YQ
117892014-10-27 Yao Qi <yao@codesourcery.com>
11790
11791 * gdb.trace/tfile.c (adjust_function_address)
11792 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
11793 function descriptor.
11794
6f259a23
DB
117952014-10-24 Don Breazeal <donb@codesourcery.com>
11796
11797 * gdb.base/foll-fork.exp (test_follow_fork,
11798 catch_fork_child_follow): Check for updated fork messages emitted
11799 from infrun.c.
11800 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
11801 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
11802 vfork_and_exec_child_follow_through_step): Check for updated vfork
11803 messages emitted from infrun.c.
11804
09dd9a69
PA
118052014-10-24 Pedro Alves <palves@redhat.com>
11806
11807 * gdb.base/corefile.exp: Remove references to ultrix.
11808 * gdb.base/interrupt.exp: Likewise.
11809 * gdb.base/whatis.exp: Likewise.
11810 * gdb.gdb/selftest.exp: Likewise.
11811 * gdb.threads/manythreads.exp: Likewise.
11812 * gdb.threads/print-threads.exp: Likewise.
11813 * gdb.threads/pthreads.exp:: Likewise.
11814 * gdb.threads/schedlock.exp: Likewise.
11815
3433cfa5
SC
118162014-10-24 Siva Chandra Reddy <sivachandra@google.com>
11817
11818 * gdb.cp/non-trivial-retval.cc: Add a test case.
11819 * gdb.cp/non-trivial-retval.exp: Add a test.
11820
092f880b
YQ
118212014-10-20 Yao Qi <yao@codesourcery.com>
11822
11823 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
11824 * gdb.python/py-objfile-script-gdb.py: New file.
11825 * gdb.python/py-objfile-script.exp: Update reference to
11826 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
11827 of remote_download. Remove the dest file.
11828
acbdb7f3
YQ
118292014-10-20 Yao Qi <yao@codesourcery.com>
11830
11831 * gdb.base/checkpoint.exp: Don't remove file copied on host.
11832 * gdb.base/step-line.exp: Likewise.
11833 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
11834 * gdb.dwarf2/dw2-basic.exp: Likewise.
11835 * gdb.dwarf2/dw2-compressed.exp: Likewise.
11836 * gdb.dwarf2/dw2-filename.exp: Likewise.
11837 * gdb.dwarf2/dw2-intercu.exp: Likewise.
11838 * gdb.dwarf2/dw2-intermix.exp: Likewise.
11839 * gdb.dwarf2/dw2-producer.exp: Likewise.
11840 * gdb.dwarf2/mac-fileno.exp: Likewise.
11841 * gdb.python/py-frame-args.exp: Likewise.
11842 * gdb.python/py-framefilter.exp: Likewise.
11843 * gdb.python/py-mi.exp: Likewise.
11844 * gdb.python/py-objfile-script.exp: Likewise
11845 * gdb.python/py-pp-integral.exp: Likewise.
11846 * gdb.python/py-pp-re-notag.exp: Likewise.
11847 * gdb.python/py-prettyprint.exp: Likewise.
11848 * gdb.python/py-section-script.exp: Likewise.
11849 * gdb.python/py-typeprint.exp: Likewise.
11850 * gdb.python/py-xmethods.exp: Likewise.
11851 * gdb.stabs/weird.exp: Likewise.
11852 * gdb.xml/tdesc-regs.exp: Likewise.
11853
bd286a29
KCY
118542014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
11855
11856 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
11857 (out_cu): Use addr_len for the size of addresses.
11858 (out_line): Likewise. Size DW_LNE_set_address instruction
11859 according to addr_len.
11860 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
11861 (FUNC): Add START_INSNS to definition.
11862
673dc4a0
YQ
118632014-10-18 Yao Qi <yao@codesourcery.com>
11864
11865 * gdb.base/argv0-symlink.exp: Check argv[0] value if
11866 gdb_has_argv0 return true.
11867 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
11868 check [target_info exists noargs], check [gdb_has_argv0]
11869 instead.
11870 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
11871 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
11872 procedures.
11873
4ffbba72
DE
118742014-10-17 Doug Evans <dje@google.com>
11875
11876 * gdb.python/py-events.exp: Update expected output for clear_objfiles
11877 event.
11878 * gdb.python/py-events.py: Add clear_objfiles event.
11879
d096d8c1
DE
118802014-10-17 Doug Evans <dje@google.com>
11881
11882 * gdb.python/py-objfile.exp: Test progspace attribute.
11883
a80db015
LM
118842014-10-17 Luis Machado <lgustavo@codesourcery.com>
11885
11886 * gdb.guile/scm-breakpoint.exp: Do not assume any
11887 directory separators when matching source file paths.
11888 * gdb.python/py-breakpoint.exp: Likewise.
11889 * gdb.reverse/break-precsave.exp: Likewise.
11890 * gdb.reverse/break-reverse.exp: Likewise.
11891 * gdb.reverse/consecutive-precsave.exp: Likewise.
11892 * gdb.reverse/finish-precsave.exp: Likewise.
11893 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
11894 * gdb.reverse/finish-reverse.exp: Likewise.
11895 * gdb.reverse/i386-precsave.exp: Likewise.
11896 * gdb.reverse/i387-env-reverse.exp: Likewise.
11897 * gdb.reverse/i387-stack-reverse.exp: Likewise.
11898 * gdb.reverse/machinestate-precsave.exp: Likewise.
11899 * gdb.reverse/machinestate.exp: Likewise.
11900 * gdb.reverse/sigall-precsave.exp: Likewise.
11901 * gdb.reverse/solib-precsave.exp: Likewise.
11902 * gdb.reverse/step-precsave.exp: Likewise.
11903 * gdb.reverse/until-precsave.exp: Likewise.
11904 * gdb.reverse/watch-precsave.exp: Likewise.
11905 * gdb.reverse/watch-reverse.exp: Likewise.
11906
b22089ab
YQ
119072014-10-17 Yao Qi <yao@codesourcery.com>
11908
11909 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
11910 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
11911
6c4486e6
PA
119122014-10-17 Pedro Alves <palves@redhat.com>
11913
11914 PR gdb/17471
11915 * gdb.base/bg-execution-repeat.c: New file.
11916 * gdb.base/bg-execution-repeat.exp: New file.
11917
0ff33695
PA
119182014-10-17 Pedro Alves <palves@redhat.com>
11919
11920 PR gdb/17300
11921 * gdb.base/continue-all-already-running.c: New file.
11922 * gdb.base/continue-all-already-running.exp: New file.
11923
6fdebc3d
PA
119242014-10-17 Pedro Alves <palves@redhat.com>
11925
11926 PR gdb/17472
11927 * gdb.base/annota-input-while-running.c: New file.
11928 * gdb.base/annota-input-while-running.exp: New file.
11929
32a8097b
PA
119302014-10-17 Pedro Alves <palves@redhat.com>
11931
11932 * gdb.base/callfuncs.exp: emove references to osf.
11933 * gdb.base/sigall.exp: Likewise.
11934 * gdb.gdb/selftest.exp: Likewise.
11935 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
11936 * gdb.mi/non-stop.c: Likewise.
11937 * gdb.mi/pthreads.c: Likewise.
11938 * gdb.reverse/sigall-precsave.exp: Likewise.
11939 * gdb.reverse/sigall-reverse.exp: Likewise.
11940 * gdb.threads/pthreads.c: Likewise.
11941 * gdb.threads/pthreads.exp: Likewise.
11942
7a3517ff
YQ
119432014-10-17 Yao Qi <yao@codesourcery.com>
11944
11945 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
11946 check 'target_info exists noargs'.
11947 (test_command_prompt_position): Likewise.
11948 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
11949 Remove "set args".
11950 (progvar_simple_while_test): Likewise.
11951 (progvar_complex_if_while_test): Likewise.
11952 (if_while_breakpoint_command_test): Likewise.
11953 (infrun_breakpoint_command_test): Likewise.
11954 (breakpoint_command_test): Likewise.
11955 (watchpoint_command_test): Likewise.
11956 (bp_deleted_in_command_test): Likewise.
11957 (temporary_breakpoint_commands): Likewise.
11958
bb99c472
YQ
119592014-10-16 Yao Qi <yao@codesourcery.com>
11960
11961 * gdb.base/remotetimeout.exp: Remove noargs checking.
11962
7c16b83e
PA
119632014-10-15 Pedro Alves <palves@redhat.com>
11964
11965 PR breakpoints/9649
11966 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
11967 * gdb.base/breakpoint-in-ro-region.exp
11968 (probe_target_hardware_step): New procedure.
11969 (top level): Probe hardware stepping and hardware breakpoint
11970 support. Test stepping through a read-only region, with both
11971 "breakpoint auto-hw" on and off and both "always-inserted" on and
11972 off.
11973
35a49624
IB
119742014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
11975
11976 * gdb.dlang/demangle.exp: Update for demangling changes.
11977
2d1c107c
SC
119782014-10-15 Siva Chandra Reddy <sivachandra@google.com>
11979
11980 * gdb.cp/non-trivial-retval.cc: Add new test cases.
11981 * gdb.cp/non-trivial-retval.exp: Add new tests.
11982
778811d5
SC
119832014-10-15 Siva Chandra Reddy <sivachandra@google.com>
11984
11985 PR c++/13403
11986 PR c++/15154
11987 * gdb.cp/non-trivial-retval.cc: New file.
11988 * gdb.cp/non-trivial-retval.exp: New file.
11989
10c5f0a8
YQ
119902014-10-15 Yao Qi <yao@codesourcery.com>
11991
11992 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
11993 remote host.
11994
65d7b369
YQ
119952014-10-15 Yao Qi <yao@codesourcery.com>
11996
11997 * gdb.python/py-symbol.exp: Match file base name if host is
11998 remote, otherwise match file name with dir name.
11999 * gdb.python/py-symtab.exp: Likewise.
12000 * gdb.python/python.exp: Likewise.
12001
46dc1394
YQ
120022014-10-15 Yao Qi <yao@codesourcery.com>
12003
12004 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
12005 pattern.
12006 * gdb.python/py-symtab.exp: Likewise.
12007 * gdb.python/python.exp: Remove trailing ".*". Fix typo
12008 locationn.
12009
c40cc657
JB
120102014-10-14 Joel Brobecker <brobecker@adacore.com>
12011
12012 * gdb.ada/addr_arith: New testcase.
12013
2abf49e1
MR
120142014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
12015
12016 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
12017 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
12018 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
12019 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
12020
f7088df3
SDJ
120212014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
12022
12023 * gdb.arch/stap-eval-lang-ada.S: Likewise.
12024 * gdb.arch/stap-eval-lang-ada.c: Likewise.
12025 * gdb.arch/stap-eval-lang-ada.exp: New file.
12026
4dc06805
YQ
120272014-10-14 Yao Qi <yao@codesourcery.com>
12028
12029 * gdb.mi/mi-var-child.c (nothing1): New function.
12030 (nothing2): New function.
12031 (do_children_tests): Set function pointers by nothing1 and
12032 nothing2.
12033 * gdb.mi/mi-var-child.exp: Step over new added statements.
12034 Update test to match the new output.
12035 * gdb.mi/var-cmd.c (nothing1): New function.
12036 (nothing2): New function.
12037 (do_children_tests): Set function pointers by nothing1 and
12038 nothing2.
12039 * gdb.mi/mi-var-display.exp: Update test to match output.
12040 Step to the line specified by $line_dct_nothing.
12041 Increase the number of lines to step.
12042
46a93de2
YQ
120432014-10-14 Yao Qi <yao@codesourcery.com>
12044
12045 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
12046 tests.
12047 * gdb.mi/mi2-var-child.exp: Likewise.
12048
14ea52ee
DE
120492014-10-13 Doug Evans <dje@google.com>
12050
12051 * gdb.python/py-objfile.exp: Change name of file name test.
12052
e5c6e92b
DE
120532014-10-13 Doug Evans <dje@google.com>
12054
12055 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
12056 from the start of the CU.
12057
c780cc2f
JK
120582014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12059 Yao Qi <yao@codesourcery.com>
12060
12061 Fix "save breakpoints" for "catch" command.
12062 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
12063 Remove -nonewline. Match also the added "main" line.
12064
99894e11
JK
120652014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12066
12067 Fix "save breakpoints" for "disable $bpnum" command.
12068 * gdb.base/save-bp.c (main): Add label.
12069 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
12070
6e1ac5a3
JK
120712014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12072
12073 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
12074
754dd2b0
YQ
120752014-10-11 Yao Qi <yao@codesourcery.com>
12076
12077 * gdb.server/server-kill.exp: Execute command
12078 "set remote trace-status-packet on" before "tstatus".
12079
f90183d7
YQ
120802014-10-11 Yao Qi <yao@codesourcery.com>
12081
12082 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
12083 (main): Call getppid.
12084 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
12085 and continue to it. Read variable "server_pid".
12086
bf40a607
YQ
120872014-10-11 Yao Qi <yao@codesourcery.com>
12088
12089 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
12090
052ca370
YQ
120912014-10-11 Yao Qi <yao@codesourcery.com>
12092
12093 * gdb.threads/thread-find.exp: Don't execute command
12094 "info threads".
12095 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
12096 * gdb.threads/linux-dp.exp: Don't check the condition
12097 $threads_created equals to zero.
12098
3831839c
PA
120992014-10-10 Pedro Alves <palves@redhat.com>
12100
12101 * gdb.base/bigcore.exp: Remove references to IRIX.
12102 * gdb.base/funcargs.exp: Likewise.
12103 * gdb.base/interrupt.exp: Likewise.
12104 * gdb.base/mips_pro.exp: Likewise.
12105 * gdb.base/nodebug.exp: Likewise.
12106 * gdb.base/setvar.exp: Likewise.
12107 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
12108
8b9a549d
PA
121092014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12110 Pedro Alves <palves@redhat.com>
12111
12112 PR symtab/14466
12113 * gdb.base/vdso-warning.c: New file.
12114 * gdb.base/vdso-warning.exp: New file.
12115
d48ba5e8
DE
121162014-10-02 Doug Evans <dje@google.com>
12117
12118 * gdb.base/structs.c (main): Don't run forever.
12119
2278c276
PA
121202014-10-02 Pedro Alves <palves@redhat.com>
12121
12122 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
12123 (top level) <stop threads 1, stop threads 2>: Use it.
12124
b57bacec
PA
121252014-10-02 Pedro Alves <palves@redhat.com>
12126
12127 * gdb.threads/break-while-running.exp (test): Add new
12128 'update_thread_list' argument. Skip "info threads" if false.
12129 (top level): Add new 'update_thread_list' axis.
12130
13fd3ff3
PA
121312014-10-02 Pedro Alves <palves@redhat.com>
12132
12133 PR breakpoints/17431
12134 * gdb.base/execl-update-breakpoints.c: New file.
12135 * gdb.base/execl-update-breakpoints.exp: New file.
12136
0fec99e8
PA
121372014-10-01 Pedro Alves <palves@redhat.com>
12138
12139 * gdb.base/breakpoint-in-ro-region.c: New file.
12140 * gdb.base/breakpoint-in-ro-region.exp: New file.
12141
2ddf4301
SM
121422014-10-01 Simon Marchi <simon.marchi@ericsson.com>
12143
12144 * gdb.mi/mi-exit-code.exp: New file.
12145 * gdb.mi/mi-exit-code.c: New file.
12146
6a5f3f43
YQ
121472014-09-30 Yao Qi <yao@codesourcery.com>
12148
12149 * lib/prelink-support.exp (build_executable_own_libs): Error if
12150 the target isn't native.
12151
345bcc73
YQ
121522014-09-30 Yao Qi <yao@codesourcery.com>
12153
12154 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
12155 false.
12156
a25a5a45
PA
121572014-09-22 Pedro Alves <palves@redhat.com>
12158
12159 * gdb.threads/break-while-running.exp: New file.
12160 * gdb.threads/break-while-running.c: New file.
12161
00ba3162
YQ
121622014-09-19 Yao Qi <yao@codesourcery.com>
12163
12164 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
12165 Invoke test. Restart GDB with --readnow and invoke test again.
12166
c3b7b696
YQ
121672014-09-19 Yao Qi <yao@codesourcery.com>
12168
12169 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
12170 proc set_breakpoint_on_gcd_function. Invoke
12171 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
12172 invoke set_breakpoint_on_gcd_function again.
12173
2b4fd423
DE
121742014-09-18 Doug Evans <dje@google.com>
12175
12176 * gdb.dwarf2/symtab-producer.exp: New file.
12177
a5947601
SDJ
121782014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
12179
12180 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
12181 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
12182 * gdb.base/global-var-nested-by-dso.c: Likewise.
12183 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12184
91c19059
SDJ
121852014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
12186 Pedro Alves <palves@redhat.com>
12187
12188 * gdb.base/watch-bitfields.exp: Pass string other than test file
12189 name to prepare_for_testing.
12190 (watch): New procedure.
12191 (expect_watchpoint): Use with_test_prefix.
12192 (top level): Factor out tests to ...
12193 (test_watch_location, test_regular_watch): ... these new
12194 procedures, and use with_test_prefix and gdb_continue_to_end.
12195
bb9d5f81
PP
121962014-09-16 Patrick Palka <patrick@parcs.ath.cx>
12197
12198 PR breakpoints/12526
12199 * gdb.base/watch-bitfields.exp: New file.
12200 * gdb.base/watch-bitfields.c: New file.
12201
635856f5
PA
122022014-09-16 Pedro Alves <palves@redhat.com>
12203
12204 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
12205 software and hardware addresses, not software address against
12206 itself.
12207
7280ceea
PA
122082014-09-16 Pedro Alves <palves@redhat.com>
12209
12210 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
12211 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
12212
428b16bd
PA
122132014-09-16 Pedro Alves <palves@redhat.com>
12214
12215 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
12216 files.
12217 * gdb.base/a2-run.exp: Remove all code guarded by istarget
12218 "*-*-vxworks*" throughout.
12219 * gdb.base/break.exp: Likewise.
12220 * gdb.base/default.exp: Likewise.
12221 * gdb.base/scope.exp: Likewise.
12222 * gdb.base/sepdebug.exp: Likewise.
12223 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
12224 throughout.
12225 * gdb.base/run.c: Likewise.
12226 * gdb.base/sepdebug.c: Likewise.
12227 * gdb.hp/gdb.aCC/run.c: Likewise.
12228 * gdb.reverse/until-reverse.c: Likewise.
12229 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
12230
666d413c
YQ
122312014-09-16 Yao Qi <yao@codesourcery.com>
12232
12233 * boards/local-remote-host-native.exp: New file.
12234
57cbd724
DE
122352014-09-14 Doug Evans <xdje42@gmail.com>
12236
12237 * gdb.threads/queue-signal.c (thread_count): New variable.
12238 (thread_count_mutex, thread_count_condvar): New variables.
12239 (incr_thread_count, wait_all_threads_running): New functions.
12240 (main): Wait for all threads to be in their thread functions.
12241
81219e53
DE
122422014-09-13 Doug Evans <xdje42@gmail.com>
12243
12244 * gdb.threads/queue-signal.c: New file.
12245 * gdb.threads/queue-signal.exp: New file.
12246
3714cea7
DE
122472014-09-13 Doug Evans <xdje42@gmail.com>
12248
12249 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
12250 be consistent with what default_gdb_init uses.
12251 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
12252 the plain text of the prompt. Add some logging printfs.
12253 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
12254
fa43b1d7
PA
122552014-09-12 Pedro Alves <palves@redhat.com>
12256
12257 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
12258 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
12259 * gdb.arch/i386-size-overlap.exp: Likewise.
12260 * gdb.arch/i386-size.exp: Likewise.
12261 * gdb.arch/i386-unwind.exp: Likewise.
12262 * gdb.base/a2-run.exp: Likewise.
12263 * gdb.base/break.exp: Likewise.
12264 * gdb.base/charset.exp: Likewise.
12265 * gdb.base/chng-syms.exp: Likewise.
12266 * gdb.base/commands.exp: Likewise.
12267 * gdb.base/dbx.exp: Likewise.
12268 * gdb.base/find.exp: Likewise.
12269 * gdb.base/funcargs.exp: Likewise.
12270 * gdb.base/jit-simple.exp: Likewise.
12271 * gdb.base/reread.exp: Likewise.
12272 * gdb.base/sepdebug.exp: Likewise.
12273 * gdb.base/step-bt.exp: Likewise.
12274 * gdb.cp/mb-inline.exp: Likewise.
12275 * gdb.cp/mb-templates.exp: Likewise.
12276 * gdb.objc/basicclass.exp: Likewise.
12277 * gdb.threads/killed.exp: Likewise.
12278
9d9bf2df
EBM
122792014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12280
12281 PR tdep/17379
12282 * gdb.arch/powerpc-stackless.S: New file.
12283 * gdb.arch/powerpc-stackless.exp: New file.
12284
1cf2f1b0
JK
122852014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12286
12287 * gdb.base/attach.c: Include unistd.h.
12288 (main): Call alarm. Add label postloop.
12289 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
12290 gdb_breakpoint, gdb_continue_to_breakpoint.
12291 (test_command_line_attach_run): Kill ${testpid} in one exit path.
12292
98880d46
PA
122932014-09-11 Pedro Alves <palves@redhat.com>
12294
12295 PR gdb/17347
12296 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
12297 * gdb.base/attach.exp (test_command_line_attach_run): New
12298 procedure.
12299 (top level): Call it.
12300
4c92ff2c
PA
123012014-09-11 Pedro Alves <palves@redhat.com>
12302
12303 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
12304 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
12305 (do_command_attach_tests): Use spawn_wait_for_attach.
12306 * gdb.base/solib-overlap.exp: Likewise.
12307 * gdb.multi/multi-attach.exp: Likewise.
12308 * gdb.python/py-prompt.exp: Likewise.
12309 * gdb.python/py-sync-interp.exp: Likewise.
12310 * gdb.server/ext-attach.exp: Likewise.
12311
3adc1a7d
GKB
123122014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
12313
12314 * gdb.fortran/array-element.exp: Remove unexpected "continue"
12315 command in testcase. Simplify testcase.
12316
96334934
JB
123172014-09-10 Joel Brobecker <brobecker@adacore.com>
12318
12319 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
12320
eb479039
JB
123212014-09-10 Joel Brobecker <brobecker@adacore.com>
12322
12323 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
12324
deede10c
JB
123252014-09-10 Joel Brobecker <brobecker@adacore.com>
12326
12327 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
12328
7828a5f5
JB
123292014-09-10 Joel Brobecker <brobecker@adacore.com>
12330
12331 * gdb.dwarf2/dynarr-ptr.c: New file.
12332 * gdb.dwarf2/dynarr-ptr.exp: New file.
12333
33aeebcf
MR
123342014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12335
12336 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
12337 of 30 rather than hardcoding 120 for a slow test case. Take the
12338 `gdb,timeout' target setting into account for this calculation.
12339 Don't extend the timeout for the test cases that don't need it.
12340
7b415901
MR
123412014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12342
12343 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
12344 a factor of 2 for a slow test case. Take the `gdb,timeout'
12345 target setting into account for this calculation.
12346 * gdb.reverse/until-precsave.exp: Increase the timeout by
12347 a factor of 15 and 3 respectively rather than adding 120
12348 for a pair of slow test cases. Take the `gdb,timeout'
12349 target setting into account for this calculation.
12350
4a40f85a
MR
123512014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12352
12353 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
12354 timeout, don't pass one down to gdb_expect.
12355 (gdb_expect): Rework timeout selection.
12356
09635af7
MR
123572014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12358
12359 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
12360 exception on timeout.
12361 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
12362 (gdbserver_start_extended): Catch any `gdbserver_start' error
12363 exceptions.
12364 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
12365 * lib/mi-support.exp (mi_gdb_target_load): Catch any
12366 `gdbserver_gdb_load' error exceptions.
12367
2bdd10b7
MR
123682014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12369
12370 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
12371 120 on waiting for the TCP socket to open.
12372
316935f0
DE
123732014-09-09 Doug Evans <xdje42@gmail.com>
12374
12375 * gdb.base/default.exp (show_conv_list): Add _caller_is,
12376 _caller_matches, _any_caller_is, _any_caller_matches.
12377
83740597
DE
123782014-09-09 Doug Evans <xdje42@gmail.com>
12379
12380 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
12381
4c122fc3
YQ
123822014-09-09 Yao Qi <yao@codesourcery.com>
12383
12384 * gdb.mi/mi-var-display.exp: Set print symbol off.
12385
a9f116cb
GKB
123862014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
12387
12388 PR gdb/17035
12389 * gdb.base/commands.exp: Add tests to verify user-defined
12390 commands with empty bodies.
12391 * gdb.python/py-cmd.exp: Test that we don't show user-defined
12392 python commands in `show user command`.
12393 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
12394 scheme commands in `show user command`.
12395
c75bd3a2
JK
123962014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12397
12398 PR python/17355
12399 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
12400 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
12401 * gdb.python/py-framefilter-invalidarg.exp: New file.
12402 * gdb.python/py-framefilter-invalidarg.py: New file.
12403
faa42425
DE
124042014-09-06 Doug Evans <xdje42@gmail.com>
12405
12406 PR 15276
12407 * gdb.python/py-caller-is.c: New file.
12408 * gdb.python/py-caller-is.exp: New file.
12409
474ca4f6
SDJ
124102014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
12411
12412 PR gdb/17235
12413 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
12414 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
12415
eb0b0463
SDJ
124162014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
12417
12418 PR fortran/17237
12419 * gdb.fortran/print-formatted.exp: New file.
12420 * gdb.fortran/print-formatted.f90: Likewise.
12421
5f3b99cf
SS
124222014-09-03 Sasha Smundak <asmundak@google.com>
12423
12424 * gdb.python/py-frame.exp: Test Frame.read_register.
12425
7d793aa9
SDJ
124262014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
12427
12428 PR python/16699
12429 * gdb.python/py-completion.exp: New file.
12430 * gdb.python/py-completion.py: Likewise.
12431
fb0576e9
DE
124322014-08-28 Doug Evans <dje@google.com>
12433
12434 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
12435 eax,etc. are live with values set by gdb and thus the compiler can't
12436 use them.
12437 * gdb.arch/i386-pseudo.c (main): Ditto.
12438
ee92b0dd
DE
124392014-08-27 Doug Evans <dje@google.com>
12440
12441 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
12442
6649db35
DE
124432014-08-25 Doug Evans <dje@google.com>
12444
12445 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
12446 (main): Ditto.
12447
564b7600
DE
124482014-08-25 Doug Evans <dje@google.com>
12449
12450 * gdb.threads/thread-execl.exp: #include <stdio.h>.
12451
3881fb67
YQ
124522014-08-24 Yao Qi <yao@codesourcery.com>
12453
12454 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
12455 symbol off.
12456 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
12457
a05a36a5
DE
124582014-08-22 Doug Evans <dje@google.com>
12459
12460 PR 17276
12461 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
12462 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
12463 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
12464
7c343b48
YQ
124652014-08-22 Yao Qi <yao@codesourcery.com>
12466
12467 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
12468 * gdb.python/py-finish-breakpoint2.exp: Likewise.
12469 * gdb.python/python.exp: Likewise. Use .py file on the host
12470 instead of the build.
12471
22fd09ae
JK
124722014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12473
12474 * gdb.threads/gcore-stale-thread.c: New file.
12475 * gdb.threads/gcore-stale-thread.exp: New file.
12476
a8454a7c
PA
124772014-08-21 Pedro Alves <palves@redhat.com>
12478
12479 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
12480 * gdb.base/gcore-relro-pie.exp: Likewise.
12481 * gdb.base/gcore-relro.exp: Likewise.
12482 * gdb.base/gcore.exp: Likewise.
12483 * gdb.base/print-symbol-loading.exp: Likewise.
12484 * gdb.threads/gcore-thread.exp: Likewise.
12485 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
12486
2a31c623
PA
124872014-08-20 Pedro Alves <palves@redhat.com>
12488 Jan Kratochvil <jan.kratochvil@redhat.com>
12489
12490 * Makefile.in (EXTRA_RULES, CC): New variables, get from
12491 configure.
12492 (EXPECT): Handle READ1 being set.
12493 (all): Depend on EXTRA_RULES.
12494 (check-read1, expect-read1, read1.so, read1): New rules.
12495 * README (Testsuite Parameters): Document the READ1 make variable.
12496 (Race detection): New section.
12497 * configure: Regenerate.
12498 * configure.ac: If build==host==target, and running under a
12499 GNU/glibc system, add read1 to the extra Makefile rules.
12500 (EXTRA_RULES): AC_SUBST it.
12501 * lib/read1.c: New file.
12502
d36430db
JB
125032014-08-20 Joel Brobecker <brobecker@adacore.com>
12504
12505 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
12506 the handling of variables declared as a typedef to an array
12507 which a DW_AT_data_location attribute.
12508
9a0dc9e3
PA
125092014-08-19 Andrew Burgess <aburgess@broadcom.com>
12510 Pedro Alves <palves@redhat.com>
12511
12512 PR symtab/14604
12513 PR symtab/14605
12514 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
12515 gdb_test.
12516
0718a8da
PA
125172014-08-19 Pedro Alves <palves@redhat.com>
12518
12519 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
12520
13b448cd
YQ
125212014-08-19 Yao Qi <yao@codesourcery.com>
12522
12523 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
12524 right line.
12525
1cbf5077
DB
125262014-08-18 David Blaikie <dblaikie@gmail.com>
12527
12528 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
12529
bf0fae19
JB
125302014-08-18 Joel Brobecker <brobecker@adacore.com>
12531
12532 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
12533 attribute in array range.
12534
3c8c5dcc
JB
125352014-08-18 Joel Brobecker <brobecker@adacore.com>
12536
12537 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
12538
e66d4446
SC
125392014-08-15 Siva Chandra Reddy <sivachandra@google.com>
12540
12541 PR c++/17132
12542 * gdb.cp/pr17132.cc: New file.
12543 * gdb.cp/pr17132.exp: New file.
12544
940df408
SC
125452014-08-15 Siva Chandra Reddy <sivachandra@google.com>
12546
12547 * gdb.python/py-xmethods.py (A_getarrayind)
12548 (E_method_char_worker.__call__, E_method_int_worker.__call__):
12549 Use 'print' with function call syntax.
12550 (E_method_matcher.match): Fix tab vs space indentation mixup.
12551
ebcc6c3a
YQ
125522014-08-15 Yao Qi <yao@codesourcery.com>
12553
12554 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
12555 false.
12556
775e0f04
YQ
125572014-08-15 Yao Qi <yao@codesourcery.com>
12558
12559 * gdb.cp/casts.exp: Set print symbol off.
12560 * gdb.cp/class2.exp: Likewise.
12561 * gdb.cp/overload.exp: Likewise.
12562 * gdb.cp/templates.exp: Likewise.
12563
d769e349
DE
125642014-08-11 Doug Evans <dje@google.com>
12565
12566 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
12567 (test_load_shlib): Update.
12568
20c6f1e1
YQ
125692014-08-09 Yao Qi <yao@codesourcery.com>
12570
12571 * gdb.base/display.exp: Invoke is_address_zero_readable.
12572 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
12573 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
12574 * gdb.base/hbreak-unmapped.exp: Return if
12575 is_address_zero_readable returns true.
12576 * gdb.base/signest.exp: Likewise.
12577 * gdb.base/signull.exp: Likewise.
12578 * gdb.base/sigbpt.exp: Likewise.
12579 * gdb.guile/scm-disasm.exp: Do the test if
12580 is_address_zero_readable returns false.
12581 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
12582 * gdb.python/py-arch.exp: Likewise.
12583 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
12584 * lib/gdb.exp (is_address_zero_readable): New proc.
12585
5792e8e3
YQ
125862014-08-09 Yao Qi <yao@codesourcery.com>
12587
12588 PR testsuite/13443
12589 * gdb.mi/mi-var-display.exp: Make test messages unique.
12590
3cecbbbe
TT
125912014-08-04 Tom Tromey <tromey@redhat.com>
12592
12593 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
12594 target 0".
12595
00b51ff5
TT
125962014-08-04 Tom Tromey <tromey@redhat.com>
12597
12598 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
12599 "target_resume".
12600
6908c509
JB
126012014-08-01 Joel Brobecker <brobecker@adacore.com>
12602
12603 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
12604 inner_vla_struct_object_size.
12605 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
12606 as xfail.
12607
cc6563d2
PA
126082014-07-30 Pedro Alves <palves@redhat.com>
12609
12610 * gdb.threads/signal-command-handle-nopass.exp (test): Add
12611 comment.
12612
7e09a223
YQ
126132014-07-29 Yao Qi <yao@codesourcery.com>
12614
12615 PR gdb/17206
12616 * gdb.base/until-nodebug.exp: New.
12617
7ebdbe92
DE
126182014-07-28 Doug Evans <xdje42@gmail.com>
12619
12620 PR guile/17203
12621 * gdb.guile/scm-parameter.exp: Add tests for trying to create
12622 previously existing parameter, and previously ambiguously spelled
12623 parameter.
12624
fdb1adc6
WN
126252014-07-28 Will Newton <will.newton@linaro.org>
12626
12627 * gdb.base/varargs.exp: Remove KFAILs for ARM.
12628
186fcde0
DE
126292014-07-26 Ludovic Courtès <ludo@gnu.org>
12630 Doug Evans <xdje42@gmail.com>
12631
12632 PR guile/17146
12633 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
12634
70509625
PA
126352014-07-25 Pedro Alves <palves@redhat.com>
12636
12637 * gdb.threads/signal-command-handle-nopass.c: New file.
12638 * gdb.threads/signal-command-handle-nopass.exp: New file.
12639 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
12640 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
12641 * gdb.threads/signal-delivered-right-thread.c: New file.
12642 * gdb.threads/signal-delivered-right-thread.exp: New file.
12643
c3f814a1
PA
126442014-07-25 Pedro Alves <palves@redhat.com>
12645
12646 * gdb.base/double-prompt-target-event-error.exp
12647 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
12648 match.
12649 (cancel_pagination_in_target_event): Rework double prompt
12650 detection.
12651 * gdb.base/paginate-after-ctrl-c-running.exp
12652 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
12653 <return>' match.
12654 * gdb.base/paginate-bg-execution.exp
12655 (test_bg_execution_pagination_return)
12656 (test_bg_execution_pagination_cancel): Remove '-notransfer
12657 <return>' matches.
12658 * gdb.base/paginate-execution-startup.exp
12659 (test_fg_execution_pagination_return)
12660 (test_fg_execution_pagination_cancel): Remove '-notransfer
12661 <return>' matches.
12662 * gdb.base/paginate-inferior-exit.exp
12663 (test_paginate_inferior_exited): Remove '-notransfer <return>'
12664 match.
12665 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
12666 * lib/gdb.exp (pagination_prompt): Run text through
12667 string_to_regexp.
12668 (gdb_test_multiple): Match $pagination_prompt instead of
12669 "<return>".
12670 (string_to_regexp): Move to lib/gdb-utils.exp.
12671
e214cf6c
JK
126722014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12673
12674 * gdb.arch/amd64-entry-value-paramref.S: New file.
12675 * gdb.arch/amd64-entry-value-paramref.cc: New file.
12676 * gdb.arch/amd64-entry-value-paramref.exp: New file.
12677 * gdb.arch/amd64-optimout-repeat.S: New file.
12678 * gdb.arch/amd64-optimout-repeat.c: New file.
12679 * gdb.arch/amd64-optimout-repeat.exp: New file.
12680
17d0c5c8
JK
126812014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12682
12683 PR gdb/17170
12684 * gdb.base/statistics.exp: New file.
12685
b8b8facf
DE
126862014-07-17 Doug Evans <dje@google.com>
12687
74b49205 12688 PR gdb/17170
b8b8facf
DE
12689 * gdb.base/maint.exp: Update testing of per-command stats.
12690
1b5d0ab3
PA
126912014-07-16 Pedro Alves <palves@redhat.com>
12692
12693 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
12694 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
12695 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
12696 (tfile_write_buf): New functions.
12697 (add_memory_block): Rewrite using the above.
12698 (adjust_function_address): New function.
12699 (FUNCTION_ADDRESS): New macro.
12700 (write_basic_trace_file): Remove short_x local, and use
12701 tfile_write_16. Change type of func_addr local to unsigned long
12702 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
12703 here. Cast argument of add_memory_block to char pointer.
12704 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
12705 (main): Remove parameters.
12706 * gdb.trace/tfile.exp: Remove nowarnings.
12707
4d974e88
SM
127082014-07-15 Simon Marchi <simon.marchi@ericsson.com>
12709
12710 * gdb.base/debug-expr.exp: Test string evaluation with
12711 "debug expression" on.
12712
41e99568
PA
127132014-07-15 Pedro Alves <palves@redhat.com>
12714
12715 * gdb.base/reread.exp: Use clean_restart.
12716
487d9753
PL
127172014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
12718
12719 * gdb.arch/avr-flash-qualifer.c: New.
12720 * gdb.arch/avr-flash-qualifer.exp: New.
12721
cc1c52ad
PA
127222014-07-14 Pedro Alves <palves@redhat.com>
12723
12724 * gdb.base/paginate-after-ctrl-c-running.c: New file.
12725 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
12726
1e973570
PA
127272014-07-14 Pedro Alves <palves@redhat.com>
12728
12729 * gdb.base/double-prompt-target-event-error.c: New file.
12730 * gdb.base/double-prompt-target-event-error.exp: New file.
12731
93d6eb10
PA
127322014-07-14 Pedro Alves <palves@redhat.com>
12733
12734 PR gdb/17072
12735 * gdb.base/paginate-inferior-exit.c: New file.
12736 * gdb.base/paginate-inferior-exit.exp: New file.
12737
0017922d
PA
127382014-07-14 Pedro Alves <palves@redhat.com>
12739
12740 PR gdb/17072
12741 * gdb.base/paginate-bg-execution.c: New file.
12742 * gdb.base/paginate-bg-execution.exp: New file.
12743
94696ad3
PA
127442014-07-14 Pedro Alves <palves@redhat.com>
12745
12746 PR gdb/17072
12747 * gdb.base/paginate-execution-startup.c: New file.
12748 * gdb.base/paginate-execution-startup.exp: New file.
12749 * lib/gdb.exp (pagination_prompt): New global.
12750 (default_gdb_spawn): New procedure, factored out from
12751 default_gdb_spawn.
12752 (default_gdb_start): Adjust to call default_gdb_spawn.
12753 (gdb_spawn): New procedure.
12754
bd293940
PA
127552014-07-14 Pedro Alves <palves@redhat.com>
12756
12757 * lib/gdb.exp (gdb_assert): New procedure.
12758 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
12759
c933f875
PA
127602014-07-14 Pedro Alves <palves@redhat.com>
12761
12762 * gdb.base/execution-termios.c: New file.
12763 * gdb.base/execution-termios.exp: New file.
12764
d98b7a16
TT
127652014-07-14 Tom Tromey <tromey@redhat.com>
12766
12767 * gdb.cp/vla-cxx.cc: New file.
12768 * gdb.cp/vla-cxx.exp: New file.
12769
548740d6
TT
127702014-07-14 Tom Tromey <tromey@redhat.com>
12771
12772 * gdb.reverse/rerun-prec.c: New file.
12773 * gdb.reverse/rerun-prec.exp: New file.
12774
a25eb028
MR
127752014-07-12 Maciej W. Rozycki <macro@mips.com>
12776 Maciej W. Rozycki <macro@codesourcery.com>
12777
12778 * lib/gdb-utils.exp: New file.
12779 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
12780 inline `gdb_init_command' processing.
12781 (gdb_start_cmd): Likewise.
12782 * lib/mi-support.exp (mi_run_cmd): Likewise.
12783 * README: Document `gdb_init_command' and `gdb_init_commands'.
12784
218c2655
JK
127852014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12786
12787 Fix false FAIL running under a very long directory name.
12788 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
12789 and "set print elements 10000". Twice.
12790
5401fde3
YQ
127912014-07-11 Yao Qi <yao@codesourcery.com>
12792
12793 * gdb.base/exprs.exp: "set print symbol off".
12794
e76126e8
PA
127952014-07-11 Pedro Alves <palves@redhat.com>
12796
12797 * gdb.threads/kill.c: New file.
12798 * gdb.threads/kill.exp: New file.
12799
2d6f0de6
YQ
128002014-07-10 Yao Qi <yao@codesourcery.com>
12801
12802 * gdb.trace/tfile.c (write_basic_trace_file)
12803 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
12804 address written to trace file.
12805
7180e04a
PA
128062014-07-09 Pedro Alves <palves@redhat.com>
12807
12808 * gdb.base/attach-wait-input.exp: New file.
12809 * gdb.base/attach-wait-input.c: New file.
12810
9a9a7608
AB
128112014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
12812
12813 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
12814 setting up test structures.
12815 (main): Call new test function.
12816 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
12817 test function, continue into test function and walk test
12818 structures.
12819
161ac41e
YQ
128202014-07-02 Yao Qi <yao@codesourcery.com>
12821
12822 * gdb.trace/entry-values.c: Define labels 'foo_start' and
12823 'bar_start' at the beginning of functions 'foo' and 'bar'
12824 respectively.
12825 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
12826 instead of 'foo' and 'bar'.
12827
1f267ae3
MM
128282014-07-08 Markus Metzger <markus.t.metzger@intel.com>
12829
12830 * gdb.btrace/segv.exp: New.
12831 * gdb.btrace/segv.c: New.
12832
2b239efb
LM
128332014-07-02 Luis Machado <lgustavo@codesourcery.com>
12834
12835 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
12836 instruction.
12837
cf363f18
MW
128382014-06-30 Mark Wielaard <mjw@redhat.com>
12839
12840 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
12841 vulture, vilify, villar): New volatile array constants.
12842 (vindictive, vegetation): New const volatile array constants.
12843 * gdb.base/volatile.exp: Test volatile and const volatile array
12844 types.
12845
aebf9d24
AA
128462014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
12847
12848 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
12849 target lacks support for awatch, rwatch, or hbreak.
12850
b67a2c6f
YQ
128512014-06-27 Yao Qi <yao@codesourcery.com>
12852
12853 * gdb.multi/dummy-frame-restore.exp: New.
12854 * gdb.multi/dummy-frame-restore.c: New.
12855
aef92902
MM
128562014-06-25 Markus Metzger <markus.t.metzger@intel.com>
12857
12858 * gdb.btrace/gcore.exp: New.
12859
8e9db26e
PA
128602014-06-23 Pedro Alves <palves@redhat.com>
12861
12862 * gdb.base/watchpoint-reuse-slot.c: New file.
12863 * gdb.base/watchpoint-reuse-slot.exp: New file.
12864
70afc5b7
SC
128652014-06-23 Siva Chandra Reddy <sivachandra@google.com>
12866
12867 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
12868 progspace's filename in 'info', 'enable' and 'disable' command
12869 tests.
12870
b972bd9c
JK
128712014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
12872
12873 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
12874 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
12875 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
12876
125f8a3d
GB
128772014-06-20 Gary Benson <gbenson@redhat.com>
12878
12879 * gdb.arch/i386-avx.exp: Fix include file location.
12880 * gdb.arch/i386-sse.exp: Likewise.
12881
3ed9baed
IB
128822014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
12883
12884 * gdb.dlang/expression.exp: New file.
12885
034f788c
PA
128862014-06-19 Pedro Alves <palves@redhat.com>
12887
12888 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
12889 out from ...
12890 (top level): ... here. Iterate running tests under different
12891 scheduler-locking settings.
12892
45371d0c
LM
128932014-06-18 Luis Machado <lgustavo@codesourcery.com>
12894
12895 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
12896 to DW_FORM_addr and use non-zero addresses.
12897
5d376983
SC
128982014-06-18 Siva Chandra Reddy <sivachandra@google.com>
12899
12900 PR gdb/17017
12901 * gdb.python/py-xmethods.cc: Add global function call counters and
12902 increment them in their respective functions. Remove "cout"
12903 statements.
12904 * gdb.python/py-xmethods.exp: Make tests check the global function
12905 call counters instead of depending on inferior IO.
12906
a1aa2221
LM
129072014-06-18 Don Breazeal <donb@codesourcery.com>
12908
12909 * gdb.base/foll-fork.exp (default_fork_parent_follow):
12910 Deleted procedure.
12911 (explicit_fork_parent_follow): Deleted procedure.
12912 (explicit_fork_child_follow): Deleted procedure.
12913 (test_follow_fork): New procedure.
12914 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 12915 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
12916 procedure calls.
12917
0fc05997
YQ
129182014-06-17 Yao Qi <yao@codesourcery.com>
12919
12920 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
12921 CP1252.
12922
70795c52
LM
129232014-06-17 Luis Machado <lgustavo@codesourcery.com>
12924
12925 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
12926 Initialize ptr and S explicitly.
12927 (skip_type_update_when_not_use_rtti_test): Likewise.
12928
6be47f0c
KS
129292014-06-16 Keith Seitz <keiths@redhat.com>
12930
12931 PR mi/15863
12932 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
12933 the inferior is started.
12934
d03de421
PA
129352014-06-16 Pedro Alves <palves@redhat.com>
12936
12937 * gdb.base/break-main-file-remove-fail.c: New file.
12938 * gdb.base/break-main-file-remove-fail.exp: New file.
12939 * gdb.base/break-unload-file.exp: Use build_executable instead of
12940 prepare_for_testing.
12941 (test_break): New parameter "initial_load". Handle it.
12942 (top level): Add initial_load cmdline/file axis.
12943
f9579b99
TT
129442014-06-12 Tom Tromey <tromey@redhat.com>
12945
12946 * gdb.base/completion.exp: Don't use directory name in test.
12947
3657956b
GB
129482014-06-09 Gary Benson <gbenson@redhat.com>
12949
12950 * gdb.base/sigall.c [Functions to send signals]: Reorder to
12951 separate the always-available ANSI-standard signals from the
12952 signals that require checking.
12953 (main): Likewise.
12954 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
12955 Likewise.
12956 (main): Likewise.
12957
4186eb54
KS
129582014-06-07 Keith Seitz <keiths@redhat.com>
12959
12960 Revert:
12961 PR c++/16253
12962 * gdb.cp/var-tag.cc: New file.
12963 * gdb.cp/var-tag.exp: New file.
12964 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
12965 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
12966 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
12967 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
12968
25326a28 129692014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
12970
12971 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
12972
829155c9
PA
129732014-06-06 Pedro Alves <palves@redhat.com>
12974
12975 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
12976 in target debug output instead of looking at RSP packets,
12977 disabling the test on any target that uses hardware stepping.
12978 Update comments.
12979
61c8d22e
PA
129802014-06-06 Pedro Alves <palves@redhat.com>
12981
12982 * gdb.base/break-unload-file.exp: Fix typo.
12983
d9a47287
YQ
129842014-06-06 Yao Qi <yao@codesourcery.com>
12985
12986 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
12987 from "jit_function" to "^jit_function".
12988
e5e01dbf
YQ
129892014-06-06 Yao Qi <yao@codesourcery.com>
12990
12991 * gdb.base/async.c (foo): Add one statement.
12992 * gdb.base/async.exp: Get the next instruction address and
12993 match the output of "nexti" by instruction address. Match
12994 the hex address in the output of "finish".
12995
73ba372c
GB
129962014-06-06 Gary Benson <gbenson@redhat.com>
12997
12998 * gdb.base/call-signals.c: Remove preprocessor conditionals
12999 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
13000 SIGSEGV and SIGTERM.
13001 * gdb.base/sigall.c: Likewise.
13002 * gdb.base/unwindonsignal.c: Likewise.
13003 * gdb.reverse/sigall-reverse.c: Likewise.
13004
831517df
YQ
130052014-06-06 Yao Qi <yao@codesourcery.com>
13006
13007 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
13008 readable, skip the test.
13009
b8b91e98
YQ
130102014-06-06 Yao Qi <yao@codesourcery.com>
13011
13012 * gdb.threads/staticthreads.c (thread_function): Move the line
13013 setting breakpoint on forward.
13014 * gdb.threads/staticthreads.exp: Update comments.
13015
fb934770
LC
130162014-06-05 Ludovic Courtès <ludo@gnu.org>
13017
13018 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
13019 "history-append! type error".
13020
6ef284bd
SM
130212014-06-05 Simon Marchi <simon.marchi@ericsson.com>
13022
13023 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
13024 erroneous dprintf expected input.
13025
a872e241
DE
130262014-06-04 Doug Evans <xdje42@gmail.com>
13027
13028 * gdb.guile/scm-generics.exp: Delete.
13029
16f691fb
DE
130302014-06-04 Doug Evans <xdje42@gmail.com>
13031
13032 * gdb.guile/scm-breakpoint.exp: Update.
13033 Add tests for breakpoint registration.
13034
012370f6
TT
130352014-06-04 Tom Tromey <tromey@redhat.com>
13036
13037 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
13038 VLA-in-union.
13039 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
13040 inner_vla_struct, vla_union types. Initialize objects of those
13041 types and compute their sizes.
13042
9f5a4cef
HZ
130432014-06-04 Nathan Sidwell <nathan@codesourcery.com>
13044 Hui Zhu <hui@codesourcery.com>
13045
13046 * gdb.base/fileio.exp: Add test for shell not available as well as
13047 available.
13048 * gdb.base/fileio.c (test_system): Check for shell twice.
13049
90a45c4d
YQ
130502014-06-04 Yao Qi <yao@codesourcery.com>
13051
13052 * gdb.base/auto-connect-native-target.exp: Remove redundant
13053 space from the regexp pattern.
13054
70017e41
YQ
130552014-06-04 Yao Qi <yao@codesourcery.com>
13056
13057 * gdb.base/default.exp: Replace "child" with "native" in
13058 regexp pattern.
13059
883964a7
SC
130602014-06-03 Siva Chandra Reddy <sivachandra@google.com>
13061
13062 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
13063 * gdb.python/py-xmethods.exp: New tests to test xmethods.
13064 * gdb.python/py-xmethods.py: Python script supporting the
13065 new testcase and tests.
13066
ef370185
JB
130672014-06-03 Joel Brobecker <brobecker@adacore.com>
13068 Pedro Alves <palves@redhat.com>
13069
13070 PR breakpoints/17000
13071 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
13072 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
13073
1e2ccb61
BM
130742014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
13075
13076 * gdb.base/subst.exp: Add tests to verify partial path matching
13077 output.
13078
c6ec5ab2
PA
130792014-06-03 Pedro Alves <palves@redhat.com>
13080
13081 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
13082 target that doesn't use software single-stepping.
13083
835c559f
PA
130842014-06-03 Pedro Alves <palves@redhat.com>
13085
13086 PR breakpoints/17000
13087 * gdb.base/sss-bp-on-user-bp-2.c: New file.
13088 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
13089
06eb1586
DE
130902014-06-02 Doug Evans <xdje42@gmail.com>
13091
13092 * gdb.guile/scm-parameter.exp: New file.
13093
e698b8c4
DE
130942014-06-02 Doug Evans <xdje42@gmail.com>
13095
13096 * gdb.guile/scm-cmd.c: New file.
13097 * gdb.guile/scm-cmd.exp: New file.
13098
ded03782
DE
130992014-06-02 Doug Evans <xdje42@gmail.com>
13100
13101 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
13102 pretty-printer lookup.
13103 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
13104 (make-pp_s-printer): Call it.
13105 (make-pretty-printer-from-dict): New function.
13106 (lookup-pretty-printer-maker-from-dict): New function.
13107 (*pretty-printer*): Simplify.
13108 (make-objfile-pp_s-printer): New function.
13109 (install-objfile-pretty-printers!): New function.
13110 (make-progspace-pp_s-printer): New function.
13111 (install-progspace-pretty-printers!): New function.
13112 * gdb.guile/scm-progspace.c: New file.
13113 * gdb.guile/scm-progspace.exp: New file.
13114
41fac0cf
PA
131152014-06-02 Pedro Alves <palves@redhat.com>
13116
13117 * gdb.base/dprintf-bp-same-addr.c: New file.
13118 * gdb.base/dprintf-bp-same-addr.exp: New file.
13119
96ae5695
EBM
131202014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13121
13122 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
13123 * gdb.arch/powerpc-power.s: Likewise.
13124
da02b3a8
JB
131252014-06-02 Joel Brobecker <brobecker@adacore.com>
13126
13127 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
13128
c72b2e7b
YQ
131292014-06-01 Yao Qi <yao@codesourcery.com>
13130
13131 * gdb.base/watchpoint.exp (test_watch_location): Check null
13132 pointer can be dereferenced. If not, do the test, otherwise
13133 skip it.
13134
53e8a631
AB
131352014-05-30 Andrew Burgess <aburgess@broadcom.com>
13136
13137 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
13138 results.
13139 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
13140
938f0e2f
AB
131412014-05-30 Andrew Burgess <aburgess@broadcom.com>
13142
13143 * gdb.arch/amd64-invalid-stack-middle.S: New file.
13144 * gdb.arch/amd64-invalid-stack-middle.c: New file.
13145 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
13146 * gdb.arch/amd64-invalid-stack-top.c: New file.
13147 * gdb.arch/amd64-invalid-stack-top.exp: New file.
13148
9ba6657a
PA
131492014-05-30 Pedro Alves <palves@redhat.com>
13150
13151 PR breakpoints/17000
13152 * gdb.base/sss-bp-on-user-bp.c: New file.
13153 * gdb.base/sss-bp-on-user-bp.exp: New file.
13154
522c09bf
DB
131552014-05-30 David Blaikie <dblaikie@gmail.com>
13156
13157 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
13158 gnu_inline semantics via attribute.
13159 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
13160 source explicitly specifies the required semantics.
13161
bf4ef81e
MR
131622014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
13163
13164 * gdb.reverse/sigall-reverse.exp: Fix a typo.
13165
329ea579
PA
131662014-05-29 Pedro Alves <palves@redhat.com>
13167 Tom Tromey <tromey@redhat.com>
13168
13169 * gdb.base/async-shell.exp: Don't enable target-async.
13170 * gdb.base/async.exp
13171 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
13172 parameter. Adjust.
13173 (top level): Don't test with "target-async".
13174 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
13175 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
13176 * gdb.base/inferior-died.exp: Don't enable target-async.
13177 * gdb.base/interrupt-noterm.exp: Likewise.
13178 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
13179 * gdb.mi/mi-nonstop-exit.exp: Likewise.
13180 * gdb.mi/mi-nonstop.exp: Likewise.
13181 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
13182 * gdb.mi/mi-nsintrall.exp: Likewise.
13183 * gdb.mi/mi-nsmoribund.exp: Likewise.
13184 * gdb.mi/mi-nsthrexec.exp: Likewise.
13185 * gdb.mi/mi-watch-nonstop.exp: Likewise.
13186 * gdb.multi/watchpoint-multi.exp: Adjust comment.
13187 * gdb.python/py-evsignal.exp: Don't enable target-async.
13188 * gdb.python/py-evthreads.exp: Likewise.
13189 * gdb.python/py-prompt.exp: Likewise.
13190 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
13191 * gdb.server/solib-list.exp: Don't enable target-async.
13192 * gdb.threads/thread-specific-bp.exp: Likewise.
13193 * lib/mi-support.exp: Adjust to use mi-async.
13194
fd664c91
PA
131952014-05-29 Pedro Alves <palves@redhat.com>
13196
13197 PR gdb/13860
13198 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
13199 reason, even in sync mode.
13200
251bde03
PA
132012014-05-29 Pedro Alves <palves@redhat.com>
13202 Hui Zhu <hui@codesourcery.com>
13203
13204 PR PR15693
13205 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
13206 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
13207 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
13208 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
13209
7f3c0343
JB
132102014-05-28 Joel Brobecker <brobecker@adacore.com>
13211
13212 * config/monitor.exp (gdb_target_monitor): Replace use of
13213 "set remotebaud" by "set serial baud".
13214
b2715b27
AW
132152014-05-26 Andy Wingo <wingo@igalia.com>
13216
13217 * gdb.guile/scm-breakpoint.exp:
13218 * gdb.guile/scm-gsmob.exp: Update to use plain old object
13219 properties instead of gdb-object-properties.
13220
498a4489
YQ
132212014-05-26 Yao Qi <yao@codesourcery.com>
13222
13223 * gdb.server/no-thread-db.exp: Specify source file name
13224 explicitly when setting a breakpoint.
13225
589fdceb
MM
132262014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13227
13228 * gdb.btrace/vdso.c: New.
13229 * gdb.btrace/vdso.exp: New.
13230
e9089e05
MM
132312014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13232
13233 * gdb.base/gcore.exp (capture_command_output): Move ...
13234 * lib/gdb.exp (capture_command_output): ... here.
13235
67b5c0c1
MM
132362014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13237
13238 * gdb.btrace/data.exp: Test memory access during btrace replay.
13239
a2199296
SM
132402014-05-22 Simon Marchi <simon.marchi@ericsson.com>
13241
13242 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
13243
17b2616c
PA
132442014-05-21 Pedro Alves <palves@redhat.com>
13245
13246 PR gdb/13860
13247 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
13248 (top level): Test that output related to execution commands is
13249 sent to the console with CLI commands, but not with MI commands.
13250 Test that breakpoint events are always mirrored to the console.
13251 Also expect the new source line to be output after a "next" in
13252 async mode too. Make it a pass/fail test.
13253 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
13254 output.
13255 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
13256
5166082f
PA
132572014-05-21 Pedro Alves <palves@redhat.com>
13258
13259 * gdb.base/list.exp (build_pattern, test_list): New procedures.
13260 Use them to test variations of "list" after reaching a breakpoint.
13261 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
13262 Test "list" with listsize 10 after reaching a breakpoint.
13263 * gdb.python/python.exp (decode_line current location line
13264 number): Adjust expected line number.
13265
2f25d70f
SM
132662014-05-21 Simon Marchi <simon.marchi@ericsson.com>
13267
13268 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
13269 behavior for $args, pass it directly to "run".
13270
ff604a67
MR
132712014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
13272
13273 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
13274 30000 to 65536.
13275
6a3cb8e8
PA
132762014-05-21 Pedro Alves <palves@redhat.com>
13277
13278 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
13279 auto-connect-native-target off".
13280 * gdb.base/auto-connect-native-target.c: New file.
13281 * gdb.base/auto-connect-native-target.exp: New file.
13282
4ebfc96e
PA
132832014-05-21 Pedro Alves <palves@redhat.com>
13284
13285 * gdb.base/default.exp: Test "target native" instead of "target
13286 child".
13287
36d46afb
MW
132882014-05-21 Mark Wielaard <mjw@redhat.com>
13289
13290 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
13291
5876f503
JK
132922014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13293
13294 Fix TLS access for -static -pthread.
13295 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
13296 <HAVE_TLS> (thread_function, main): Initialize it.
13297 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
13298 Add clean_restart.
13299 <$have_tls != "">: Check TLSVAR.
13300
0256a6ac
PA
133012014-05-21 Pedro Alves <palves@redhat.com>
13302
13303 * gdb.base/dcache-line-read-error.c: New.
13304 * gdb.base/dcache-line-read-error.exp: New.
13305
936d2992
PA
133062014-05-20 Pedro Alves <palves@redhat.com>
13307
13308 * gdb.base/compare-sections.c: New file.
13309 * gdb.base/compare-sections.exp: New file.
13310
802e8e6d
PA
133112014-05-20 Pedro Alves <palves@redhat.com>
13312
13313 * gdb.base/break-idempotent.c: New file.
13314 * gdb.base/break-idempotent.exp: New file.
13315
e59fa00f
MM
133162014-05-20 Markus Metzger <markus.t.metzger@intel.com>
13317
13318 * gdb.btrace/nohist.exp: New.
13319
8b696e31
YQ
133202014-05-20 Yao Qi <yao@codesourcery.com>
13321
13322 * lib/gdb.exp (gdb_init): Set timeout if test file is under
13323 gdb.reverse directory and gdb_reverse_timeout exists in board
13324 setting.
13325 * README: Document gdb_reverse_timeout.
13326
73c9764f
YQ
133272014-05-20 Yao Qi <yao@codesourcery.com>
13328
13329 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
13330 'test_file_name'. Treat args as a string instead of a list.
13331 (gdb_init): Rename argument 'args' by 'test_file_name'.
13332
f1f4348a
JK
133332014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13334
13335 * gdb.arch/powerpc-power.exp: New file.
13336 * gdb.arch/powerpc-power.s: New file.
13337
0dbe70ce
DE
133382014-05-16 Doug Evans <dje@google.com>
13339
13340 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
13341 * gdb.base/completion.exp: Check that all expected files exist
13342 before doing file completion.
0dbe70ce 13343
8d551b02
DE
133442014-05-16 Doug Evans <dje@google.com>
13345
13346 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
13347 Update.
13348 (do_syscall_tests_without_xml): Update.
13349
73eb7709
PA
133502014-05-16 Pedro Alves <palves@redhat.com>
13351
13352 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
13353 instead of "unknown output after running".
13354
3fae92fc
YQ
133552014-05-16 Yao Qi <yao@codesourcery.com>
13356
13357 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
13358 file1.txt from host at the end.
13359 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13360
c2b2ccc5
DE
133612014-05-15 Doug Evans <dje@google.com>
13362
13363 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
13364 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
13365 loading file. Add test for TU lookup.
13366
8c217a4b
SM
133672014-05-15 Simon Marchi <simon.marchi@ericsson.com>
13368
13369 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
13370 calling "-exec-arguments" or "set args" before running the
13371 inferior.
13372
3deb39c6
SM
133732014-05-15 Simon Marchi <simon.marchi@ericsson.com>
13374
13375 * lib/mi-support.exp (mi_expect_stop): Expect message for
13376 inferiors that exit with non-zero exit code.
13377
71a79f8c
YQ
133782014-05-14 Yao Qi <yao@codesourcery.com>
13379
13380 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
13381 match absolute path on remote host.
13382 (test_file_list_exec_source_files): Remove "/" from the
13383 pattern.
13384
f23fcd46
YQ
133852014-05-14 Yao Qi <yao@codesourcery.com>
13386
13387 * boards/local-remote-host-notty.exp (${board}_file): New
13388 proc.
13389
9404b58f
KM
133902014-05-07 Kyle McMartin <kyle@redhat.com>
13391
13392 Pushed by Joel Brobecker <brobecker@adacore.com>.
13393 * gdb.arch/aarch64-atomic-inst.c: New file.
13394 * gdb.arch/aarch64-atomic-inst.exp: New file.
13395
5e45f04c
YQ
133962014-05-07 Yao Qi <yao@codesourcery.com>
13397
13398 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
13399 in current context" too.
13400
c888a17d
KS
134012014-05-05 Keith Seitz <keiths@redhat.com>
13402
13403 * gdb.linespec/ls-dollar.exp: Add test for linespec
13404 file:convenience_variable.
13405
290a839c
YQ
134062014-05-05 Yao Qi <yao@codesourcery.com>
13407
13408 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
13409 traceframes into tfile and ctf trace files. Read data from
13410 trace file and test collected data.
13411 (gdb_collect_locals_test): Likewise.
13412 (gdb_unavailable_registers_test): Likewise.
13413 (gdb_unavailable_floats): Likewise.
13414 (gdb_collect_globals_test): Likewise.
13415 (top-level): Append "ctf" to trace_file_targets if GDB
13416 supports.
13417
b5262cd0
YQ
134182014-05-05 Yao Qi <yao@codesourcery.com>
13419
13420 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
13421 code to ...
13422 (gdb_collect_args_test_1): ... it. New proc.
13423 (gdb_collect_locals_test): Move some code to ...
13424 (gdb_collect_locals_test_1): ... it. New proc.
13425 (gdb_unavailable_registers_test): Move some code to ...
13426 (gdb_unavailable_registers_test_1): ... it. New proc.
13427 (gdb_unavailable_floats): Move some code to ...
13428 (gdb_unavailable_floats_1): ... it. New proc.
13429
30a1e6cc
SDJ
134302014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
13431
13432 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
13433 probes to test for bitness recognition.
13434 * gdb.arch/amd64-stap-optional-prefix.exp
13435 (test_probe_value_without_reg): New procedure.
13436 Add code to test for different kinds of bitness.
13437
f33da99a
SDJ
134382014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
13439
13440 PR breakpoints/16889
13441 * gdb.arch/amd64-stap-optional-prefix.S: New file.
13442 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
13443
5b80f00d
PA
134442014-05-01 Pedro Alves <palves@redhat.com>
13445
13446 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
13447 gdb_file_cmd if no file is specified.
13448 * boards/native-extended-gdbserver.exp (gdb_load): Use the
13449 last_loaded_file to set the remote exec-file.
13450
f8c2a73c
PA
134512014-05-01 Pedro Alves <palves@redhat.com>
13452
13453 * boards/local-remote-host.exp: New file.
13454
be6e8ac7
PA
134552014-05-01 Pedro Alves <palves@redhat.com>
13456
13457 * boards/local-remote-host.exp: Rename to ...
13458 * boards/local-remote-host-notty.exp: ... this.
13459
cac0dc8f
JB
134602014-04-28 Joel Brobecker <brobecker@adacore.com>
13461
13462 * gdb.ada/dyn_arrayidx: New testcase.
13463
9730e6cc
YQ
134642014-04-26 Yao Qi <yao@codesourcery.com>
13465
13466 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
13467 and compute the length of function main. Save it in
13468 $main_length.
13469 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
13470 (top-level): Use gdb_compile to compile objects into
13471 executable and restart GDB. Remove invocation to
13472 prepare_for_testing.
13473
7ae1a6a6
PA
134742014-04-25 Simon Marchi <simon.marchi@ericsson.com>
13475 Pedro Alves <palves@redhat.com>
13476
13477 PR server/16255
13478 * gdb.multi/multi-attach.c: New file.
13479 * gdb.multi/multi-attach.exp: New file.
13480
4082afcc
PA
134812014-04-25 Pedro Alves <palves@redhat.com>
13482
13483 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
13484 user.
13485 (top level): Test that "set remote conditional-breakpoints-packet
13486 off" works as intended.
13487 * gdb.base/dprintf.exp: Test that "set remote
13488 breakpoint-commands-packet off" works as intended.
13489 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
13490 New function.
13491 (top level): Call it.
13492 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
13493 remote fast-tracepoints-packet off" works as intended.
13494 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
13495 * lib/gdb.exp (gdb_is_target_remote): ... here.
13496
2abc3f8d
DB
134972014-04-24 David Blaikie <dblaikie@gmail.com>
13498
13499 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
13500 ensure clang would not discard them.
13501 * gdb.base/gdbvars.c: Ditto.
13502 * gdb.base/memattr.c: Ditto.
13503 * gdb.base/whatis.c: Ditto.
13504 * gdb.python/py-prettyprint.c: Ditto.
13505 * gdb.trace/actions.c: Ditto.
13506 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
13507 ensure clang would not discard it.
13508
bfd39632
DB
135092014-04-24 David Blaikie <dblaikie@gmail.com>
13510
13511 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
13512 clang to emit the full definition of type required by the test
13513 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
13514
22842ff6
DB
135152014-04-24 David Blaikie <dblaikie@gmail.com>
13516
13517 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
13518 coax Clang into emitting the definition of the type.
13519 * gdb.cp/pr10728-x.h (y): Ditto.
13520 * gdb.cp/pr10728-y.cc (y): Ditto.
13521
c2e827ad
DB
135222014-04-24 David Blaikie <dblaikie@gmail.com>
13523
13524 * gdb.base/label.exp: XFAIL label related tests under Clang.
13525 * gdb.cp/cplabel.exp: Ditto.
13526 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
13527 under Clang those using labels.
13528
4c2d33e7
YQ
135292014-04-25 Yao Qi <yao@codesourcery.com>
13530
13531 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
13532 double_label.
13533 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
13534 partial_label and double_label.
13535
56083b99
DB
135362014-04-24 David Blaikie <dblaikie@gmail.com>
13537
13538 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
13539
25d4e99d
DB
135402014-04-24 David Blaikie <dblaikie@gmail.com>
13541
13542 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
13543 of the function to work across GCC and Clang.
13544 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
13545 pointer types (const void ** const V void **).
13546
01f9f808
MS
135472014-04-24 Michael Sturm <michael.sturm@mintel.com>
13548 Walfred Tedeschi <walfred.tedeschi@intel.com>
13549
13550 * Makefile.in (EXECUTABLES): Added i386-avx512.
13551 * gdb.arch/i386-avx512.c: New file.
13552 * gdb.arch/i386-avx512.exp: Likewise.
13553
4b48d439
KS
135542014-04-23 Keith Seitz <keiths@redhat.com>
13555
13556 * lib/mi-support.exp (mi_list_breakpoints): Delete.
13557 (mi_make_breakpoint_table): New procedure.
13558 (mi_create_breakpoint): Use mi_make_breakpoint
13559 and return the result.
13560 (mi_make_breakpoint): New procedure.
13561 (mi_build_kv_pairs): New procedure.
13562
13563 * gdb.mi/mi-break.exp: Remove unused globals,
13564 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
13565 All callers updated.
13566 * gdb.mi/mi-dprintf.exp: Use variable to track command
13567 number.
13568 Update all callers of mi_create_breakpoint and use
13569 mi_make_breakpoint_table.
13570 Remove any unused global variables.
13571 * gdb.mi/mi-nonstop.exp: Likewise.
13572 * gdb.mi/mi-nsintrall.exp: Likewise.
13573 * gdb.mi/mi-nsmoribund.exp: Likewise.
13574 * gdb.mi/mi-nsthrexec.exp: Likewise.
13575 * gdb.mi/mi-reverse.exp: Likewise.
13576 * gdb.mi/mi-simplerun.exp: Likewise.
13577 * gdb.mi/mi-stepn.exp: Likewise.
13578 * gdb.mi/mi-syn-frame.exp: Likewise.
13579 * gdb.mi/mi-until.exp: Likewise.
13580 * gdb.mi/mi-var-cp.exp: Likewise.
13581 * gdb.mi/mi-var-display.exp: Likewise.
13582 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
13583 * gdb.mi/mi2-var-child.exp: Likewise.
13584 * gdb.mi/mi-vla-c99.exp: Likewise.
13585 * lib/mi-support.exp: Likewise.
13586
13587 From Ian Lance Taylor <iant@cygnus.com>:
13588 * lib/gdb.exp (parse_args): New procedure.
13589
08351840
PA
135902014-04-23 Pedro Alves <palves@redhat.com>
13591
13592 * gdb.base/break-unload-file.c: New file.
13593 * gdb.base/break-unload-file.exp: New file.
13594 * gdb.base/sym-file-lib.c (baz): New function.
13595 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
13596 field.
13597 (load): Store the segment's mapped size.
13598 (unload): New function.
13599 (unload_shlib): New function.
13600 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
13601 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
13602 set a breakpoint at baz, and call it.
13603 * gdb.base/sym-file.exp: New tests for stale breakpoint
13604 instructions.
13605
076855f9
PA
136062014-04-23 Pedro Alves <palves@redhat.com>
13607
13608 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
13609 * gdb.base/hbreak-in-shr-unsupported.c: New file.
13610 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
13611 * gdb.base/hbreak-unmapped.c: New file.
13612 * gdb.base/hbreak-unmapped.exp: New file.
13613 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
13614 * lib/gdb.exp (gdb_is_target_remote): ... here.
13615
483805cf
PA
136162014-04-22 Pedro Alves <palves@redhat.com>
13617
13618 * gdb.base/consecutive-step-over.c: New file.
13619 * gdb.base/consecutive-step-over.exp: New file.
13620
06d97543
PA
136212014-04-22 Pedro Alves <palves@redhat.com>
13622
13623 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
13624 instead of send_gdb/gdb_expect.
13625
b4429ea2
YQ
136262014-04-22 Yao Qi <yao@codesourcery.com>
13627
13628 * lib/trace-support.exp (generate_tracefile): New procedure.
13629 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
13630 return 0.
13631 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
13632 if generate_tracefile returns 1.
13633
51d48146
PA
136342014-04-18 Tom Tromey <palves@redhat.com>
13635 Pedro alves <tromey@redhat.com>
13636
13637 PR backtrace/15558
13638 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
13639 with a backtrace limit.
13640 * gdb.python/py-frame-inline.exp: Test running to an inline
13641 function with a backtrace limit, and printing the newest frame.
13642 * gdb.python/py-frame-inline.c (main): Call f.
13643
bd1dce5f
MS
136442014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
13645
13646 * gdb.java/jnpe.exp: Drop srcdir from untested path.
13647
40d1a503
MS
136482014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
13649
13650 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
13651 Drop prefix from unsupported source file path.
13652
389b98f7
YQ
136532014-04-17 Yao Qi <yao@codesourcery.com>
13654
13655 * lib/gdb.exp (with_target_charset): New proc.
13656 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
13657 with_target_charset.
13658 (test_print_strings): Likewise.
13659 (test_repeat_bytes): Likewise.
13660 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
13661 for some tests.
13662
22869d73
KS
136632014-04-16 Keith Seitz <keiths@redhat.com>
13664
13665 PR gdb/15827
13666 * gdb.dwarf2/corrupt.c: New file.
13667 * gdb.dwarf2/corrupt.exp: New file.
13668
c4f87ca6
KS
136692014-04-16 Keith Seitz <keiths@redhat.com>
13670
13671 PR c++/16597
13672 * gdb.cp/namelessclass.cc: New file.
13673 * gdb.cp/namelessclass.exp: New file.
13674 * gdb.cp/namelessclass.S: New file.
13675
ab19de87
DE
136762014-04-16 Doug Evans <dje@google.com>
13677
13678 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
13679 Add comment.
13680 (gdbserver_default_get_comm_port): New function.
13681 (gdbserver_start): Check if board file provided
13682 "gdbserver,get_comm_port" and use it if so.
13683 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
13684 (gdb,socketport): Set to "stdio".
13685 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
13686 (stdio_gdbserver_template): Delete.
13687 (${board}_get_remote_address): Update.
13688 (${board}_build_remote_cmd): Delete.
13689 (${board}_get_comm_port): New function.
13690 (${board}_spawn): Update.
13691 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
13692 Delete.
13693 (${board}_get_remote_address): Update.
13694 (${board}_get_comm_port): New function.
13695
fc98a809
AB
136962014-04-16 Andrew Burgess <aburgess@broadcom.com>
13697
13698 * gdb.base/memattr.exp: Improve regexps to handle memory regions
13699 appearing in any order.
13700
87fd9e6e
DE
137012014-04-15 Doug Evans <dje@google.com>
13702
13703 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
13704 uninitialized value of "description".
13705
099fc3ea
KS
137062014-04-15 Keith Seitz <keiths@redhat.com>
13707
13708 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
13709 Remove unused globals.
13710 (test_running_the_program): Likewise.
13711 (test_controlled_execution): Likewise.
13712 (test_controlling_breakpoints): Likewise.
13713 (test_program_termination): Likewise.
13714
5da151d4
KS
137152014-04-15 Keith Seitz <keiths@redhat.com>
13716
13717 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
13718 unused globals.
13719 (test_rbreak_creation_and_listing): Likewise.
13720 (test_ignore_count): Likewise.
13721 (test_error): Likewise.
13722
35e5d2f0
PA
137232014-04-15 Pedro Alves <palves@redhat.com>
13724
13725 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
13726 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
13727 sym-file-loader.c.
13728 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13729 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13730 to sym-file-loader.c.
13731 (struct library): Forward declare.
13732 (load_shlib, lookup_function): Change prototypes.
13733 (find_shstrtab, find_strtab, find_shdr, find_symtab)
13734 (translate_offset): Remove declarations.
13735 (get_text_addr): New declaration.
13736 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
13737 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
13738 sym-file-loader.h.
13739 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13740 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13741 here from sym-file-loader.h.
13742 (struct library): New structure.
13743 (load_shlib, lookup_function): Change prototypes and adjust to
13744 work with a struct library.
13745 (find_shstrtab, find_strtab, find_shdr, find_symtab)
13746 (translate_offset): Make static.
13747 (get_text_addr): New function.
13748 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
13749
eb4c1710
PA
137502014-04-15 Pedro Alves <palves@redhat.com>
13751
13752 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
13753
2d1baf52
PA
137542014-04-15 Pedro Alves <palves@redhat.com>
13755
13756 * gdb.base/sym-file-loader.c: Include <limits.h>.
13757 (SELF_LINK): New define.
13758 (get_origin): New function.
13759 (load_shlib): Use it.
13760 * gdb.base/sym-file.exp: Don't early return if the target is
13761 remote. Use runto_main, and issue fail is that fails. Use
13762 gdb_load_shlibs.
13763 (shlib_name): Delete.
13764 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
13765
7dd6df01
PA
137662014-04-15 Pedro Alves <palves@redhat.com>
13767
13768 * gdb.base/sym-file.exp: Remove regex characters from test
13769 message. Don't refer to breakpoint numbers in test messages.
13770
b50c8614
KS
137712014-04-14 Keith Seitz <keiths@redhat.com>
13772
13773 PR c++/16253
13774 * gdb.cp/var-tag.cc: New file.
13775 * gdb.cp/var-tag.exp: New file.
13776 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
13777 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
13778 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
13779 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
13780
3d567982
TT
137812014-04-14 Tom Tromey <tromey@redhat.com>
13782
13783 * gdb.cp/classes.exp (test_enums): Handle underlying type.
13784 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
13785 type.
13786 * gdb.cp/enum-class.exp: New file.
13787 * gdb.cp/enum-class.cc: New file.
13788
0626fc76
TT
137892014-04-14 Tom Tromey <tromey@redhat.com>
13790
13791 * gdb.dwarf2/enum-type.exp: New file.
13792
dca325b3
SA
137932014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13794
13795 * gdb.mi/mi-vla-c99.exp: New file.
13796 * gdb.mi/vla.c: New file.
13797
5854b38a
SA
137982014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13799
13800 * gdb.base/vla-datatypes.c: New file.
13801 * gdb.base/vla-datatypes.exp: New file.
13802
463bb957
SA
138032014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13804
13805 * gdb.base/vla-ptr.c: New file.
13806 * gdb.base/vla-ptr.exp: New file.
13807
3dd170be
SA
138082014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13809
13810 * gdb.dwarf2/count.exp: New file.
13811
5ecaaa66
SA
138122014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13813
13814 * gdb.base/vla-sideeffect.c: New file.
13815 * gdb.base/vla-sideeffect.exp: New file.
13816
41f1ada5
DB
138172014-04-14 David Blaikie <dblaikie@gmail.com>
13818
13819 * gdb.mi/non-stop.c: Add return value for non-void function return
13820 statement.
13821 * gdb.threads/staticthreads.c: Ditto.
13822
0be03e84
DE
138232014-04-12 Siva Chandra Reddy <sivachandra@google.com>
13824 Doug Evans <xdje42@gmail.com>
13825
13826 * gdb.guile/scm-value.c: Improve test case.
13827 * gdb.guile/scm-value.exp: Add new test.
13828
f180a1fb
DB
138292014-04-11 David Blaikie <dblaikie@gmail.com>
13830
13831 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
13832 override Clang's default.
13833
6b662e19
JB
138342014-04-11 Joel Brobecker <brobecker@adacore.com>
13835
13836 Revert the following changes (regressions):
13837
13838 * gdb.base/vla-sideeffect.c: New file.
13839 * gdb.base/vla-sideeffect.exp: New file.
13840
13841 * gdb.dwarf2/count.exp: New file.
13842
13843 * gdb.base/vla-multi.c: New file.
13844 * gdb.base/vla-multi.exp: New file.
13845
13846 * gdb.base/vla-ptr.c: New file.
13847 * gdb.base/vla-ptr.exp: New file.
13848
13849 * gdb.base/vla-datatypes.c: New file.
13850 * gdb.base/vla-datatypes.exp: New file.
13851
13852 * gdb.mi/mi-vla-c99.exp: New file.
13853 * gdb.mi/vla.c: New file.
13854
245a5f0b
KS
138552014-04-11 Keith Seitz <keiths@redhat.com>
13856
13857 PR c++/16675
13858 * gdb.cp/cpsizeof.exp: New file.
13859 * gdb.cp/cpsizeof.cc: New file.
13860
58a84dcf
SA
138612014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13862
191a8a90
JB
13863 * gdb.mi/mi-vla-c99.exp: New file.
13864 * gdb.mi/vla.c: New file.
58a84dcf 13865
c8655f75
SA
138662014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13867
13868 * gdb.base/vla-datatypes.c: New file.
13869 * gdb.base/vla-datatypes.exp: New file.
13870
024e13b4
SA
138712014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13872
13873 * gdb.base/vla-ptr.c: New file.
13874 * gdb.base/vla-ptr.exp: New file.
13875
1a237e0e
SA
138762014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13877
13878 * gdb.base/vla-multi.c: New file.
13879 * gdb.base/vla-multi.exp: New file.
13880
504f3432
SA
138812014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13882
13883 * gdb.dwarf2/count.exp: New file.
13884
3bce8237
SA
138852014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13886
191a8a90
JB
13887 * gdb.base/vla-sideeffect.c: New file.
13888 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 13889
322f9c21
YQ
138902014-04-11 Yao Qi <yao@codesourcery.com>
13891
13892 * gdb.base/completion.exp: Check file exists before running tests
13893 on file completion.
13894
d708bcd1
PA
138952014-04-10 Pedro Alves <palves@redhat.com>
13896
13897 * gdb.base/cond-eval-mode.c: New file.
13898 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
13899 prepare_for_testing to build the new file. Check result of
13900 runto_main.
13901 (test_break, test_watch): New procedures.
13902 (top level): Use them.
13903
ae1d2761
PM
139042014-04-08 Pierre Muller <muller@sourceware.org>
13905
13906 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
13907 Ctrl-V use for mingw hosts.
13908
7af389b8
SC
139092014-04-07 Siva Chandra Reddy <sivachandra@google.com>
13910
13911 * gdb.python/py-value.c: Improve test case.
13912 * gdb.python/py-value.exp: Add new test.
13913
5e703181
DE
139142014-04-07 David Blaikie <dblaikie@gmail.com>
13915
13916 * lib/compiler.c: Identify the clang compiler.
13917 * lib/compiler.cc: Ditto.
13918
9810b410
YQ
139192014-04-03 Yao Qi <yao@codesourcery.com>
13920
13921 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
13922
98d1b8dc
AB
139232014-04-01 Anton Blanchard <anton@samba.org>
13924
13925 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
13926 messages unique.
13927
3114cea1
AB
139282014-04-01 Anton Blanchard <anton@samba.org>
13929
13930 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
13931 prepare_for_testing.
13932
62f7182c
AB
139332014-04-01 Anton Blanchard <anton@samba.org>
13934
13935 * gdb.arch/ppc64-atomic-inst.c: Remove.
13936 * gdb.arch/ppc64-atomic-inst.S: New file.
13937 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
13938
770e7fc7
DE
139392014-03-31 Doug Evans <dje@google.com>
13940
13941 * gdb.base/print-symbol-loading-lib.c: New file.
13942 * gdb.base/print-symbol-loading-main.c: New file.
13943 * gdb.base/print-symbol-loading.exp: New file.
13944
46e2bafa
YQ
139452014-03-31 Yao Qi <yao@codesourcery.com>
13946
13947 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
13948
8776cfe9
JB
139492014-03-28 Joel Brobecker <brobecker@adacore.com>
13950
13951 * gdb.ada/mi_dyn_arr: New testcase.
13952
5d1ef361
DE
139532014-03-27 Doug Evans <dje@google.com>
13954
13955 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
13956
b5bee914
YQ
139572014-03-27 Yao Qi <yao@codesourcery.com>
13958
13959 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
13960 if target is nios2-*-*.
13961
0d4d0e77
YQ
139622014-03-26 Yao Qi <yao@codesourcery.com>
13963
13964 * lib/gdb.exp (readline_is_used): New proc.
13965 * gdb.base/completion.exp: Move tests on command complete up.
13966 Skip the rest of tests if readline is not used.
13967 * gdb.ada/complete.exp: Skp the test if readline is not
13968 used.
13969 * gdb.base/filesym.exp: Likewise.
13970 * gdb.base/macscp.exp: Likewise.
13971 * gdb.base/readline-ask.exp: Likewise.
13972 * gdb.base/readline.exp: Likewise.
13973 * gdb.python/py-cmd.exp: Likewise.
13974 * gdb.trace/tfile.exp: Likewise.
13975
29361eee
YQ
139762014-03-26 Yao Qi <yao@codesourcery.com>
13977
13978 * gdb.base/macscp.exp: Fix code format issues.
13979
bc9a5525
UW
139802014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
13981
13982 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
13983 * gdb.asm/powerpc64le.inc: New file.
13984
d3839ede
PA
139852014-03-25 Pedro Alves <palves@redhat.com>
13986 Doug Evans <dje@google.com>
13987
13988 * gdb.base/source-execution.c: New file.
13989 * gdb.base/source-execution.exp: New file.
13990 * gdb.base/source-execution.gdb: New file.
13991
01672a57
DE
139922014-03-24 Doug Evans <dje@google.com>
13993
13994 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
13995 using fission.
13996
88bbeca9
HZ
139972014-03-24 Hui Zhu <hui@codesourcery.com>
13998 Pedro Alves <palves@redhat.com>
13999
14000 PR breakpoints/16101
14001 * gdb.base/dprintf.exp: Use unsupported rather than changing the
14002 test pass/fail messages. Detect missing support for dprintf when
14003 breakpoints are actually inserted.
14004 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
14005 breakpoints are actually inserted.
14006 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
14007 fails.
14008
d2348791
JK
140092014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
14010
14011 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
14012
feef67ab
DE
140132014-03-22 Doug Evans <xdje42@gmail.com>
14014
14015 * gdb.python/python.exp (python not supported): Verify multi-line
14016 python command issues an error.
25d743f9 14017 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 14018 guile command issues an error.
feef67ab 14019
ecebef6a
MR
140202014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
14021
14022 * gdb.threads/thread-specific.exp: Handle the lack of usable
14023 $this_breakpoint and $this_thread.
14024
ccdd1909
HZ
140252014-03-21 Hui Zhu <hui@codesourcery.com>
14026
14027 * gdb.base/attach.exp (do_command_attach_tests): New.
14028
beb460e8
PA
140292014-03-20 Tom Tromey <tromey@redhat.com>
14030 Pedro Alves <palves@redhat.com>
14031
14032 PR cli/15718
14033 * gdb.base/condbreak-call-false.c: New file.
14034 * gdb.base/condbreak-call-false.exp: New file.
14035
40acf43a
PA
140362014-03-20 Pedro Alves <palves@redhat.com>
14037
14038 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
14039 Delete.
14040 (block_signals, unblock_signals): Delete.
14041 (child_function_2, main): Remove references to deleted variable
14042 and functions.
14043
9f5e1e02
PA
140442014-03-20 Pedro Alves <palves@redhat.com>
14045
14046 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
14047 Use pthread_kill to signal thread 2.
14048 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14049 Adjust to make the test send itself a signal rather than using the
14050 host's "kill" command.
14051
99619bea
PA
140522014-03-20 Pedro Alves <palves@redhat.com>
14053
14054 * gdb.threads/multiple-step-overs.c: New file.
14055 * gdb.threads/multiple-step-overs.exp: New file.
14056 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14057 Adjust expected infrun debug output.
14058
2adfaa28
PA
140592014-03-20 Pedro Alves <palves@redhat.com>
14060
14061 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
14062 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
14063
31e77af2
PA
140642014-03-20 Pedro Alves <palves@redhat.com>
14065
14066 PR breakpoints/7143
14067 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
14068 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
14069 of gdb_test_multiple.
14070 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
14071 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
14072
b9f437de
PA
140732014-03-20 Pedro Alves <palves@redhat.com>
14074
14075 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
14076 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
14077
05adc73e
PA
140782014-03-19 Pedro Alves <palves@redhat.com>
14079
14080 * gdb.base/async.exp: Remove early return.
14081
6048b950
PA
140822014-03-19 Pedro Alves <palves@redhat.com>
14083
14084 * gdb.base/async.exp (step& tests): Pass explicit test messages.
14085
8bcfb00a
PA
140862014-03-19 Pedro Alves <palves@redhat.com>
14087
14088 * gdb.base/async.exp (test_background): Expect \r\n after
14089 "completed." in the fail pattern.
14090
884e37dc
PA
140912014-03-19 Pedro Alves <palves@redhat.com>
14092
14093 * gdb.base/async.exp (test_background): New procedure.
14094 Use it for all background execution command tests.
14095
148e57e2
PA
140962014-03-19 Pedro Alves <palves@redhat.com>
14097
14098 * gdb.base/async.exp: Use prepare_for_testing.
14099
f48088c7
PA
141002014-03-19 Pedro Alves <palves@redhat.com>
14101
14102 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
14103 the same line.
14104
e2f6c966
PA
141052014-03-19 Pedro Alves <palves@redhat.com>
14106
14107 * gdb.base/async.c (main): Add "jump here" and "until here" line
14108 marker comments.
14109 * gdb.base/async.exp (jump_here): New global.
14110 (jump& test): Use it.
14111 (until_here): New global.
14112 (until& test): Use it.
14113
c30568d4
PA
141142014-03-19 Pedro Alves <palves@redhat.com>
14115
14116 * gdb.base/async.exp: Don't frob gdb_protocol.
14117
0172b6a7
DE
141182014-03-18 Doug Evans <xdje42@gmail.com>
14119
14120 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
14121 Fix spelling of exec-done-display.
14122
06c868a8
JK
141232014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
14124
14125 PR gdb/15358
14126 * gdb.base/gdb-sigterm.c: New file.
14127 * gdb.base/gdb-sigterm.exp: New file.
14128
0c7e1a46
PA
141292014-03-18 Pedro Alves <palves@redhat.com>
14130
14131 PR gdb/13860
14132 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
14133 * lib/mi-support.exp (mi_expect_stop): Add special handling for
14134 solib-event.
14135
f7c77d93
JB
141362014-03-17 Joel Brobecker <brobecker@adacore.com>
14137
14138 * gdb.ada/pckd_arr_ren: New testcase.
14139
5a1e8c7a
DE
141402014-03-13 Doug Evans <xdje42@gmail.com>
14141
14142 PR guile/16612
14143 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
14144 collect after discarding symbols.
14145
350e1a76
DE
141462014-03-13 Ludovic Courtès <ludo@gnu.org>
14147 Doug Evans <xdje42@gmail.com>
14148
14149 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
14150 to history survives a gc.
14151
a69900ae
PA
141522014-03-13 Pedro Alves <palves@redhat.com>
14153
14154 * gdb.base/default.exp: Don't test "target procfs".
14155
5db9f0bd
PA
141562014-03-13 Pedro Alves <palves@redhat.com>
14157
14158 * gdb.base/default.exp: Update "target child" and "target procfs"
14159 tests to not expect "Unix".
14160
b3ccfe11
TT
141612014-03-12 Tom Tromey <tromey@redhat.com>
14162
14163 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
14164 New procs. Add target-async tests.
14165 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
14166 Add target-async tests.
14167
646f4417
AA
141682014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14169
14170 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
14171 'func_start' and 'func_end' for the beginning and end of the
14172 function code, respectively.
14173 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
14174 'func_end' instead of 'func' and 'main'.
14175
288c211f
AA
141762014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14177
14178 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
14179 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
14180 generate the debug info assembler source.
14181
e0c0f156
AA
141822014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14183
14184 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
14185 * gdb.dwarf2/arr-subrange.exp: Likewise.
14186 * gdb.dwarf2/dwz.exp: Likewise.
14187 * gdb.dwarf2/method-ptr.exp: Likewise.
14188 * gdb.dwarf2/missing-sig-type.exp: Likewise.
14189 * gdb.dwarf2/subrange.exp: Likewise.
14190 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
14191 * gdb.dwarf2/implptrpiece.exp: Likewise.
14192 * gdb.dwarf2/nostaticblock.exp: Likewise.
14193
0e5c4555
AA
141942014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14195
14196 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
14197 directory to absolute path name arguments.
14198
5ec18f2b
JG
141992014-03-10 Joel Brobecker <brobecker@adacore.com>
14200
14201 * gdb.ada/tagged_access: New testcase.
14202
847fc4f2
MM
142032014-03-07 Markus Metzger <markus.t.metzger@intel.com>
14204
14205 * gdb.btrace/data.exp: Update expected output.
14206
cc3da688
YQ
142072014-03-06 Yao Qi <yao@codesourcery.com>
14208
14209 * gdb.trace/pr16508.exp: New file.
14210
0f26cec1
PA
142112014-03-05 Pedro Alves <palves@redhat.com>
14212
14213 PR gdb/16575
14214 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
14215 procedure.
14216 (top level): Adjust to use it. Add tests that exercise breakpoint
14217 interaction with the code-cache.
14218
7a5a839f
LC
142192014-02-26 Ludovic Courtès <ludo@gnu.org>
14220
14221 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
14222 test for 'history-append!'.
14223
31aa7e4e
JB
142242014-02-26 Joel Brobecker <brobecker@adacore.com>
14225
14226 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
14227 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
14228 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
14229 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
14230 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
14231 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
14232
1b588015
JB
142332014-02-26 Joel Brobecker <brobecker@adacore.com>
14234
14235 * testsuite/gdb.python/py-pp-re-notag.c: New file.
14236 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
14237 * testsuite/gdb.python/py-pp-re-notag.p: New file.
14238
55426c9d
JB
142392014-02-26 Joel Brobecker <brobecker@adacore.com>
14240
14241 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
14242
dc53a7ad
JB
142432014-02-26 Joel Brobecker <brobecker@adacore.com>
14244
14245 * gdb.dwarf2/arr-stride.c: New file.
14246 * gdb.dwarf2/arr-stride.exp: New file.
14247
12ab52e9
PA
142482014-02-26 Pedro Alves <palves@redhat.com>
14249
14250 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
14251 that won't ever trigger. Make sure that GDB reports the correct
14252 breakpoint that caused the stop.
14253
849c862e
JK
142542014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14255
14256 PR gdb/16626
14257 * gdb.base/auto-load-script: New file.
14258 * gdb.base/auto-load.c: New file.
14259 * gdb.base/auto-load.exp: New file.
14260
71b7d793
JK
14261 PR gdb/16626
14262 * gdb.base/auto-load.exp: Fix out-of-srctree run.
14263
e2f0d509
JK
142642014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14265
14266 Fix dw2-icycle.exp -fsanitize=address GDB crash.
14267 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
14268
50cc37c8
DE
142692014-02-24 Doug Evans <dje@google.com>
14270
14271 * lib/gdb.exp (run_on_host): Log error output if program fails.
14272
ea4758f2
PA
142732014-02-21 Pedro Alves <palves@redhat.com>
14274
14275 * gdb.threads/step-after-sr-lock.c: Rename to ...
14276 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
14277 * gdb.threads/step-after-sr-lock.exp: Rename to ...
14278 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14279 ... this.
14280
d7b30f67
SDJ
142812014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
14282
14283 PR tdep/16397
14284 * gdb.arch/amd64-stap-special-operands.exp: New file.
14285 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
14286 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
14287 * gdb.arch/amd64-stap-triplet.S: Likewise.
14288 * gdb.arch/amd64-stap-triplet.c: Likewise.
14289
83deb43f
JB
142902014-02-20 Joel Brobecker <brobecker@adacore.com>
14291
14292 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
14293 in .section pseudo-op.
14294
adde2bff
DE
142952014-02-20 lin zuojian <manjian2006@gmail.com>
14296 Joel Brobecker <brobecker@adacore.com>
14297 Doug Evans <xdje42@gmail.com>
14298
14299 PR symtab/16581
14300 * gdb.dwarf2/dw2-icycle.S: New file.
14301 * gdb.dwarf2/dw2-icycle.c: New file.
14302 * gdb.dwarf2/dw2-icycle.exp: New file.
14303
f7bd0f78
SC
143042014-02-19 Siva Chandra Reddy <sivachandra@google.com>
14305
14306 * gdb.python/py-value-cc.cc: Improve test case to enable testing
14307 operations on gdb.Value objects.
14308 * gdb.python/py-value-cc.exp: Add new test to test operations on
14309 gdb.Value objects.
14310
c17ef0d5
DE
143112014-02-18 Doug Evans <dje@google.com>
14312
14313 * Makefile.in (TESTS): New variable.
14314 (expanded_tests, expanded_tests_or_none): New variables
14315 (check-single): Pass $(expanded_tests_or_none) to runtest.
14316 (check-parallel): Only run tests in $(TESTS) if non-empty.
14317 (check/no-matching-tests-found): New rule.
14318 * README: Document TESTS makefile variable.
14319
5dd3176f
DE
143202014-02-18 Doug Evans <dje@google.com>
14321
14322 * Makefile.in (check-parallel): rm -rf outputs temp.
14323
0b10be4f
JK
143242014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14325
14326 Fix "ERROR: no fileid for" in the testsuite.
14327 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
14328
85f224e7
DE
143292014-02-12 Doug Evans <dje@google.com>
14330
14331 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
14332 (MISCELLANEOUS): New variable.
14333 (clean): rm -rf $(MISCELLANEOUS).
14334 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
14335 dwp live in the same directory as symlinks, with each symlink pointed
14336 to a differently named file in a different directory.
14337
149b30ff
DE
143382014-02-11 Doug Evans <dje@google.com>
14339
14340 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
14341 of Tcl file commands.
14342
1dfdac32
MK
143432014-02-10 Mark Kettenis <kettenis@gnu.org>
14344
14345 * gdb.threads/step-after-sr-lock.exp: Avoid executing
14346 "kill -SIGUSR1 -1".
14347
aa4fb036
JB
143482014-02-10 Joel Brobecker <brobecker@adacore.com>
14349
14350 * gdb.ada/tick_length_array_enum_idx: New testcase.
14351
ed3ef339
DE
143522014-02-10 Doug Evans <xdje42@gmail.com>
14353
14354 * configure.ac (AC_OUTPUT): Add gdb.guile.
14355 * configure: Regenerate.
14356 * lib/gdb-guile.exp: New file.
14357 * lib/gdb.exp (get_target_charset): New function.
14358 * gdb.base/help.exp: Update expected output from "apropos apropos".
14359 * gdb.guile/Makefile.in: New file.
14360 * gdb.guile/guile.exp: New file.
14361 * gdb.guile/scm-arch.c: New file.
14362 * gdb.guile/scm-arch.exp: New file.
14363 * gdb.guile/scm-block.c: New file.
14364 * gdb.guile/scm-block.exp: New file.
14365 * gdb.guile/scm-breakpoint.c: New file.
14366 * gdb.guile/scm-breakpoint.exp: New file.
14367 * gdb.guile/scm-disasm.c: New file.
14368 * gdb.guile/scm-disasm.exp: New file.
14369 * gdb.guile/scm-equal.c: New file.
14370 * gdb.guile/scm-equal.exp: New file.
14371 * gdb.guile/scm-error.exp: New file.
14372 * gdb.guile/scm-error.scm: New file.
14373 * gdb.guile/scm-frame-args.c: New file.
14374 * gdb.guile/scm-frame-args.exp: New file.
14375 * gdb.guile/scm-frame-args.scm: New file.
14376 * gdb.guile/scm-frame-inline.c: New file.
14377 * gdb.guile/scm-frame-inline.exp: New file.
14378 * gdb.guile/scm-frame.c: New file.
14379 * gdb.guile/scm-frame.exp: New file.
14380 * gdb.guile/scm-generics.exp: New file.
14381 * gdb.guile/scm-gsmob.exp: New file.
14382 * gdb.guile/scm-iterator.c: New file.
14383 * gdb.guile/scm-iterator.exp: New file.
14384 * gdb.guile/scm-math.c: New file.
14385 * gdb.guile/scm-math.exp: New file.
14386 * gdb.guile/scm-objfile-script-gdb.in: New file.
14387 * gdb.guile/scm-objfile-script.c: New file.
14388 * gdb.guile/scm-objfile-script.exp: New file.
14389 * gdb.guile/scm-objfile.c: New file.
14390 * gdb.guile/scm-objfile.exp: New file.
14391 * gdb.guile/scm-ports.exp: New file.
14392 * gdb.guile/scm-pretty-print.c: New file.
14393 * gdb.guile/scm-pretty-print.exp: New file.
14394 * gdb.guile/scm-pretty-print.scm: New file.
14395 * gdb.guile/scm-section-script.c: New file.
14396 * gdb.guile/scm-section-script.exp: New file.
14397 * gdb.guile/scm-section-script.scm: New file.
14398 * gdb.guile/scm-symbol.c: New file.
14399 * gdb.guile/scm-symbol.exp: New file.
14400 * gdb.guile/scm-symtab-2.c: New file.
14401 * gdb.guile/scm-symtab.c: New file.
14402 * gdb.guile/scm-symtab.exp: New file.
14403 * gdb.guile/scm-type.c: New file.
14404 * gdb.guile/scm-type.exp: New file.
14405 * gdb.guile/scm-value-cc.cc: New file.
14406 * gdb.guile/scm-value-cc.exp: New file.
14407 * gdb.guile/scm-value.c: New file.
14408 * gdb.guile/scm-value.exp: New file.
14409 * gdb.guile/source2.scm: New file.
14410 * gdb.guile/types-module.cc: New file.
14411 * gdb.guile/types-module.exp: New file.
14412
7026a7c1
YQ
144132014-02-10 Yao Qi <yao@codesourcery.com>
14414
14415 PR testsuite/16543
14416 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
14417 * configure: Regenerated.
14418 * Makefile.in: New file.
14419
6c466447
AS
144202014-02-08 Andreas Schwab <schwab@linux-m68k.org>
14421
14422 * gdb.python/py-framefilter.exp: Fix typo.
14423
6e854735
YQ
144242014-02-08 Yao Qi <yao@codesourcery.com>
14425
14426 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
14427 that no =breakpoint-modified is emitted when breakpoints are
14428 modified through MI commands.
14429
d137e6dc
PA
144302014-02-07 Pedro Alves <pedro@codesourcery.com>
14431 Pedro Alves <palves@redhat.com>
14432
14433 * gdb.threads/step-after-sr-lock.c: New file.
14434 * gdb.threads/step-after-sr-lock.exp: New file.
14435
b5ee5a50
PA
144362014-02-07 Pedro Alves <palves@redhat.com>
14437
14438 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
14439
3c77faf3
JK
144402014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
14441
14442 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
14443 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
14444
6dddc817
DE
144452014-02-06 Doug Evans <xdje42@gmail.com>
14446
14447 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
14448 output.
14449
14450 * gdb.gdb/python-interrupts.exp: New file.
14451
de7b2893
YQ
144522014-02-05 Yao Qi <yao@codesourcery.com>
14453
14454 * gdb.trace/report.exp (use_collected_data): Test the output
14455 of "info threads" and "info inferiors".
14456
66d032ac
YQ
144572014-02-05 Yao Qi <yao@codesourcery.com>
14458
14459 Revert this patch:
14460
14461 2013-05-24 Yao Qi <yao@codesourcery.com>
14462
14463 * gdb.trace/tfile.exp: Test inferior and thread.
14464
591a12a1
UW
144652014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14466
14467 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
14468 on a function.
14469 * gdb.base/step-bt.c: Call hello via function pointer to make
14470 sure its first instruction is executed on powerpc64le-linux.
14471
0ff3e01f
UW
144722014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14473
14474 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
14475
084ee545
UW
144762014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14477
14478 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
14479 of the test patterns for use on little-endian systems.
14480
6ed14ff3
UW
144812014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14482
14483 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
14484 (decimal_vector): Fix for little-endian.
14485
401e27fd
JM
144862014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
14487
14488 * gdb.arch/sparc-sysstep.exp: New file.
14489 * gdb.arch/sparc-sysstep.c: Likewise.
14490
14491 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
14492
8b924729
EBM
144932014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14494
14495 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
14496
fb151210
JB
144972014-01-23 Tom Tromey <tromey@redhat.com>
14498
14499 * gdb.ada/array_char_idx: New testcase.
14500
0740f8d8
TT
145012014-01-23 Tom Tromey <tromey@redhat.com>
14502
14503 PR python/16487:
14504 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
14505 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
14506 classes.
14507
21909fa1
TT
145082014-01-23 Tom Tromey <tromey@redhat.com>
14509
14510 PR python/16491:
14511 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
14512 string from an inferior frame.
14513 * gdb.python/py-framefilter-mi.exp: Update.
14514
87ce2a04
DE
145152014-01-22 Doug Evans <dje@google.com>
14516
14517 * gdb.server/server-mon.exp: Add tests for "set debug-format".
14518
237b092b
AA
145192014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14520
14521 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
14522
d674a709
AA
145232014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14524
14525 * gdb.trace/entry-values.exp: Remove excess space character from
14526 regex patterns. Handle s390 call instruction.
14527
20fa3390
AA
145282014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14529
14530 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
14531 define "*_start" label. Make "name" static.
14532 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
14533 ${name} by references to ${name}_start.
14534
78466714
AA
145352014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14536
14537 * gdb.base/info-macros.exp: Remove "debug" from the compile
14538 options.
14539
ec9f644a
IB
145402014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14541
14542 * gdb.dlang/demangle.exp: New file.
14543
94b1b47e
IB
145442014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14545
14546 * gdb.dlang/primitive-types.exp: New file.
14547
7f420862
IB
145482014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14549
14550 * configure.ac: Create gdb.dlang/Makefile.
14551 * configure: Regenerate.
14552 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
14553 * gdb.dlang/Makefile.in: New file.
14554 * lib/d-support.exp: New file.
14555 * lib/gdb.exp (skip_d_tests): New proc.
14556
52834460
MM
145572014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14558
14559 * gdb.btrace/delta.exp: Check reverse stepi.
14560 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
14561 * gdb.btrace/finish.exp: New.
14562 * gdb.btrace/next.exp: New.
14563 * gdb.btrace/nexti.exp: New.
14564 * gdb.btrace/record_goto.c: Add comments.
14565 * gdb.btrace/step.exp: New.
14566 * gdb.btrace/stepi.exp: New.
14567 * gdb.btrace/multi-thread-step.c: New.
14568 * gdb.btrace/multi-thread-step.exp: New.
14569 * gdb.btrace/rn-dl-bind.c: New.
14570 * gdb.btrace/rn-dl-bind.exp: New.
14571 * gdb.btrace/data.c: New.
14572 * gdb.btrace/data.exp: New.
14573 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
14574
6e07b1d2
MM
145752014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14576
14577 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
14578 * gdb.btrace/exception.exp: Update.
14579 * gdb.btrace/instruction_history.exp: Update.
14580 * gdb.btrace/record_goto.exp: Update.
14581 * gdb.btrace/tailcall.exp: Update.
14582 * gdb.btrace/unknown_functions.exp: Update.
14583 * gdb.btrace/delta.exp: New.
14584
0b722aec
MM
145852014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14586
14587 * gdb.btrace/record_goto.exp: Add backtrace test.
14588 * gdb.btrace/tailcall.exp: Add backtrace test.
14589
066ce621
MM
145902014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14591
14592 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
14593 * gdb.btrace/record_goto.c: New.
14594 * gdb.btrace/record_goto.exp: New.
14595 * gdb.btrace/x86-record_goto.S: New.
14596
0688d04e
MM
145972014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14598
14599 * gdb.btrace/function_call_history.exp: Update tests.
14600 * gdb.btrace/instruction_history.exp: Update tests.
14601
8710b709
MM
146022014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14603
14604 * gdb.btrace/function_call_history.exp: Fix expected field
14605 order for "record function-call-history".
14606 Add new tests for "record function-call-history /c".
14607 * gdb.btrace/exception.cc: New.
14608 * gdb.btrace/exception.exp: New.
14609 * gdb.btrace/tailcall.exp: New.
14610 * gdb.btrace/x86-tailcall.S: New.
14611 * gdb.btrace/x86-tailcall.c: New.
14612 * gdb.btrace/unknown_functions.c: New.
14613 * gdb.btrace/unknown_functions.exp: New.
14614 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
14615
5de9129b
MM
146162014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14617
14618 * gdb.btrace/instruction_history.exp: Update.
14619 * gdb.btrace/function_call_history.exp: Update.
14620
23a7fe75
MM
146212014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14622
14623 * gdb.btrace/function_call_history.exp: Fix expected function
14624 trace.
14625 * gdb.btrace/instruction_history.exp: Initialize traced.
14626 Remove traced_functions.
14627
724c7dd8
MM
146282014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14629
14630 * gdb.btrace/function_call_history.exp: Update
14631 * gdb.btrace/instruction_history.exp: Update.
14632
6d78d93b
MM
146332014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14634
14635 * gdb.btrace/enable.exp: Update expected text.
14636
93a360cc
OJ
146372014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
14638
14639 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
14640 bytes.
14641
3772b53f
MR
146422014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
14643
14644 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
14645
596662fa
OJ
146462014-01-15 Omair Javaid <omair.javaid@linaro.org>
14647
14648 * lib/gdb.exp (supports_process_record): Return true for
14649 arm*-linux*. (supports_reverse): Likewise.
14650
b5b08fb4
SC
146512014-01-13 Siva Chandra Reddy <sivachandra@google.com>
14652
14653 PR python/15464
14654 PR python/16113
14655 * gdb.python/py-type.c: Enhance test case.
14656 * gdb.python/py-value-cc.cc: Likewise
14657 * gdb.python/py-type.exp: Add new tests.
14658 * gdb.python/py-value-cc.exp: Likewise
14659
52d7fb13
AA
146602014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14661 Pedro Alves <palves@redhat.com>
14662
14663 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
14664 Make "name" extern.
14665 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
14666 references to ${name}_start by references to ${name}.
14667
a2cd8cfe
JB
146682014-01-10 Joel Brobecker <brobecker@adacore.com>
14669
14670 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
14671
4e23fced
JB
146722014-01-10 Joel Brobecker <brobecker@adacore.com>
14673
14674 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
14675
c6a9e42c
PA
146762014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
14677 Pedro Alves <palves@redhat.com>
14678
14679 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 14680 mi_gdb_target_load.
c6a9e42c 14681
b7ea362b
PA
146822014-01-08 Pedro Alves <palves@redhat.com>
14683
14684 * gdb.threads/reconnect-signal.c: New file.
14685 * gdb.threads/reconnect-signal.exp: New file.
14686
5e3f4fab
EBM
146872014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14688
14689 * gdb.base/source-dir.exp: New file.
14690
79301218
JB
146912014-01-07 Joel Brobecker <brobecker@adacore.com>
14692
14693 * gdb.ada/mi_interface: New testcase.
14694
8e355c5d
JB
146952014-01-07 Joel Brobecker <brobecker@adacore.com>
14696
14697 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
14698 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
14699 gdb.ada/pp-rec-component/pck.ads: New files.
14700
c0d48811
JB
147012014-01-07 Joel Brobecker <brobecker@adacore.com>
14702
14703 * gdb.python/py-pp-integral.c: New file.
14704 * gdb.python/py-pp-integral.py: New file.
14705 * gdb.python/py-pp-integral.exp: New file.
14706
17b609c3 14707For older changes see ChangeLog-1993-2013.
c906108c 14708\f
8d8cb839
EZ
14709;; Local Variables:
14710;; mode: change-log
14711;; left-margin: 8
14712;; fill-column: 74
14713;; version-control: never
14714;; End:
902f2ccb 14715
e2882c85 14716 Copyright 2014-2018 Free Software Foundation, Inc.
902f2ccb
MC
14717 Copying and distribution of this file, with or without modification,
14718 are permitted provided the copyright notice and this notice are preserved.