Add aarch64-sighandler-regs.exp test
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
6bb8890e
AH
12018-10-01 Alan Hayward <alan.hayward@arm.com>
2
3 * gdb.arch/aarch64-sighandler-regs.c: New test.
4 * gdb.arch/aarch64-sighandler-regs.exp: New file.
5 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
6
224d30d3
MM
72018-10-01 Markus Metzger <markus.t.metzger@intel.com>
8
9 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
10 assembly.
11
f67ffa6a
AB
122018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
13
14 * gdb.base/frame-selection.exp: New file.
15 * gdb.base/frame-selection.c: New file.
16
9fc3183f
AH
172018-09-27 Alan Hayward <alan.hayward@arm.com>
18
19 * gdb.threads/check-libthread-db.c (thread_routine): Use a
20 pthread barrier.
21 (main): Likewise.
22
d354055e
AB
232018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
24
25 * gdb.base/large-frame-1.c: New file.
26 * gdb.base/large-frame-2.c: New file.
27 * gdb.base/large-frame.exp: New file.
28 * gdb.base/large-frame.h: New file.
29
db727370
JL
302018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
31
32 PR gdb/20948
33 * gdb.base/write_mem.exp: New test.
34 * gdb.base/write_mem.c: Likewise.
35
ae778caf
TT
362018-09-23 Tom Tromey <tom@tromey.com>
37
38 PR python/18852:
39 * gdb.python/py-parameter.exp: Add test for parameter that throws
40 on "set".
41
fd3ba736
TT
422018-09-23 Tom Tromey <tom@tromey.com>
43
44 PR python/17284:
45 * gdb.python/py-template.exp (test_template_arg): Add test for
46 negative template argument number.
47
39a24317
TT
482018-09-23 Tom Tromey <tom@tromey.com>
49
50 PR python/14062:
51 * gdb.python/python.exp: Add test for post_event error.
52
f5769a2c
TT
532018-09-23 Tom Tromey <tom@tromey.com>
54
55 PR python/18170:
56 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
57 convert pointers to int and long.
58
1c1e54f6
TT
592018-09-23 Tom Tromey <tom@tromey.com>
60
61 PR python/20126:
62 * gdb.python/py-value.exp (test_value_numeric_ops): Add
63 signed-ness conversion tests.
64
fb4fa946
TT
652018-09-23 Tom Tromey <tom@tromey.com>
66
67 PR python/18352;
68 * gdb.python/py-value.exp (test_float_conversion): New proc.
69 Use it.
70
a466edac
HAQ
712018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
72
73 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
74
4ee9b0c5
SL
752018-09-18 Sandra Loosemore <sandra@codesourcery.com>
76
77 * gdb.base/complete-empty.exp: Skip tab-completion tests if
78 no readline.
79 * gdb.base/utf8-identifiers.exp: Likewise.
80 * gdb.cp/cpcompletion.exp: Likewise.
81 * gdb.linespec/cpcompletion.exp: Likewise.
82 * gdb.linespec/cpls-abi-tag.exp: Likewise.
83 * gdb.linespec/cpls-ops.exp: Likewise.
84
23be8da7
RB
852018-09-19 Richard Bunt <richard.bunt@arm.com>
86 Chris January <chris.january@arm.com>
87
88 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
89 * gdb.fortran/short-circuit-argument-list.exp: New file.
90 * gdb.fortran/short-circuit-argument-list.f90: New test.
91
5031d0ae
SDJ
922018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
93
94 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
95 "arch=" keyword when executing "-stack-list-frames".
96
b4c0d1a4
SDJ
972018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
98
99 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
100 "arch=" keyword when executing "-stack-list-frames".
101
7a6d2b45
SDJ
1022018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
103
104 * gdb.ada/complete.exp: Expect for "@" when doing "complete
105 break ada".
106
8588b356
SM
1072018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
108
109 PR python/23669
110 * gdb.python/python.exp: Test gdb.execute("show commands").
111
65e65158
TT
1122018-09-16 Tom Tromey <tom@tromey.com>
113
114 * gdb.base/new-ui.exp (do_execution_tests): Update.
115 * gdb.base/dbx.exp (test_breakpoints): Update.
116
bf326452
AH
1172018-09-14 Alan Hayward <alan.hayward@arm.com>
118
119 * lib/gdb.exp (gdb_simple_compile): Add proc.
120 (is_elf_target): Use gdb_simple_compile.
121 (skip_altivec_tests): Likewise.
122 (skip_vsx_tests): Likewise.
123 (skip_tsx_tests): Likewise.
124 (skip_btrace_tests): Likewise.
125 (skip_btrace_pt_tests): Likewise.
126 (gdb_can_simple_compile): Likewise.
127 (gdb_has_argv0): Likewise.
128 (gdb_target_symbol_prefix): Likewise.
129 (target_supports_scheduler_locking): Likewise.
130
2361b0fb
TT
1312018-09-13 Tom Tromey <tom@tromey.com>
132
133 * Makefile.in (TAGS): Recognize proc_with_prefix and
134 gdb_caching_proc.
135
0ae1a321
SM
1362018-09-13 Simon Marchi <simon.marchi@ericsson.com>
137
138 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
139 method.
140
a40bf0c2
SM
1412018-09-13 Simon Marchi <simon.marchi@ericsson.com>
142
143 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
144 and a few other Inferior properties when the Inferior is no
145 longer valid.
146
4a3fe98f
TT
1472018-09-13 Tom Tromey <tom@tromey.com>
148
149 PR rust/23650:
150 * gdb.rust/simple.exp: Add test for enum field access error.
151
098b2108
TT
1522018-09-13 Tom Tromey <tom@tromey.com>
153
154 PR rust/23626:
155 * gdb.rust/simple.rs (EmptyEnum): New type.
156 (main): Use it.
157 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
158
1256af7d
SM
1592018-09-13 Simon Marchi <simon.marchi@ericsson.com>
160
161 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
162 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
163 * gdb.python/py-symtab.exp: Update test printing an objfile.
164
4aa8e6c2
SM
1652018-09-12 Simon Marchi <simon.marchi@ericsson.com>
166
167 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
168 object.
169
c221b2f7
AH
1702018-09-12 Alan Hayward <alan.hayward@arm.com>
171
172 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
173 (support_complex_tests): Use gdb_can_simple_compile.
174 (is_ilp32_target): Likewise.
175 (is_lp64_target): Likewise.
176 (is_64_target): Likewise.
177 (is_amd64_regs_target): Likewise.
178 (is_aarch32_target): Likewise.
179 (gdb_int128_helper): Likewise.
180
6f1107b5
JK
1812018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
182
183 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
184
1f5d1570
JG
1852018-09-10 Jerome Guitton <guitton@adacore.com>
186
187 * gdb.ada/same_component_name: Add test for case of tagged record
188 with variable-length fields.
189
cc330e39
XR
1902018-09-10 Xavier Roirand <roirand@adacore.com>
191
192 * gdb.ada/access_to_unbounded_array.exp: New testcase.
193 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
194 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
195 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
196
b9c50e9a
XR
1972018-09-10 Xavier Roirand <roirand@adacore.com>
198
199 * gdb.ada/mi_string_access.exp: New testcase.
200 * gdb.ada/mi_string_access/bar.adb: New file.
201 * gdb.ada/mi_string_access/pck.adb: New file.
202 * gdb.ada/mi_string_access/pck.asd: New file.
203
2963898f
XR
2042018-09-10 Xavier Roirand <roirand@adacore.com>
205
206 * gdb.ada/mi_var_union.exp: New testcase.
207 * gdb.ada/mi_var_union/bar.adb: New file.
208 * gdb.ada/mi_var_union/pck.adb: New file.
209 * gdb.ada/mi_var_union/pck.asd: New file.
210
1aac008f
TT
2112018-09-08 Tom Tromey <tom@tromey.com>
212
213 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
214
332cf4c9
TT
2152018-09-08 Tom Tromey <tom@tromey.com>
216
217 PR python/16047:
218 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
219 (register_pretty_printers): Register new printer.
220 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
221 test.
222 * gdb.python/py-prettyprint.c (int_type3): New typedef.
223 (an_int_type3): New global.
224
424da6cf
JB
2252018-09-08 Joel Brobecker <brobecker@adacore.com>
226
227 * gdb.ada/expr_with_funcall: New testcase.
228
2a62dfa9
JB
2292018-09-08 Joel Brobecker <brobecker@adacore.com>
230
231 * gdb.ada/packed_array_assign: New testcase.
232
96b6697f
AB
2332018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
234
235 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
236 names, and add test prefixes to make test names unique.
237
e4a62c65
TV
2382018-09-05 Tom de Vries <tdevries@suse.de>
239
240 * gdb.dwarf2/varval.exp: Add test.
241
dd083ee2
GB
2422018-09-04 Gary Benson <gbenson@redhat.com>
243
244 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
245 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
246
aef9346c
TT
2472018-08-31 Tom Tromey <tom@tromey.com>
248
249 * gdb.rust/simple.rs: Rename second variable "v".
250
c67f2e15
AB
2512018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
252
253 * gdb.base/funcargs.c (use_a): New function.
254 (recurse): Call use_a.
255
078a0207
KS
2562018-08-29 Keith Seitz <keiths@redhat.com>
257
258 * gdb.compile/compile-cplus-anonymous.cc: New file.
259 * gdb.compile/compile-cplus-anonymous.exp: New file.
260 * gdb.compile/compile-cplus-array-decay.cc: New file.
261 * gdb.compile/compile-cplus-array-decay.exp: New file.
262 * gdb.compile/compile-cplus-inherit.cc: New file.
263 * gdb.compile/compile-cplus-inherit.exp: New file.
264 * gdb.compile/compile-cplus-member.cc: New file.
265 * gdb.compile/compile-cplus-member.exp: New file.
266 * gdb.compile/compile-cplus-method.cc: New file.
267 * gdb.compile/compile-cplus-method.exp: New file.
268 * gdb.compile/compile-cplus-mod.c: "New" file.
269 * gdb.compile/compile-cplus-namespace.cc: New file.
270 * gdb.compile/compile-cplus-namespace.exp: New file.
271 * gdb.compile/compile-cplus-nested.cc: New file.
272 * gdb.compile/compile-cplus-nested.exp: New file.
273 * gdb.compile/compile-cplus-print.c: "New" file.
274 * gdb.compile/compile-cplus-print.exp: "New" file.
275 * gdb.compile/compile-cplus-virtual.cc: New file.
276 * gdb.compile/compile-cplus-virtual.exp: New file.
277 * gdb.compile/compile-cplus.c: "New" file.
278 * gdb.compile/compile-cplus.exp: "New" file.
279 * lib/compile-support.exp: New file.
280
b0f492b9
GB
2812018-08-16 Gary Benson <gbenson@redhat.com>
282
283 PR gdb/13000:
284 * gdb.base/batch-exit-status.exp: New file.
285 * gdb.base/batch-exit-status.good-commands: Likewise.
286 * gdb.base/batch-exit-status.bad-commands: Likewise.
287
36eb4c5f
AH
2882018-08-29 Alan Hayward <alan.hayward@arm.com>
289
290 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
291 (struct struct02): Likewise.
292 (struct struct03): Likewise.
293 (struct struct04): Likewise.
294 (struct struct_01_01): New struct.
295 (struct struct_01_02): Likewise.
296 (struct struct_01_03): Likewise.
297 (struct struct_01_04): Likewise.
298 (struct struct_02_01): Likewise.
299 (struct struct_02_02): Likewise.
300 (struct struct_02_03): Likewise.
301 (struct struct_02_04): Likewise.
302 (struct struct_04_01): Likewise.
303 (struct struct_04_02): Likewise.
304 (struct struct_04_03): Likewise.
305 (struct struct_04_04): Likewise.
306 (struct struct_05_01): Likewise.
307 (struct struct_05_02): Likewise.
308 (struct struct_05_03): Likewise.
309 (struct struct_05_04): Likewise.
310 (cmp_struct01): Remove function.
311 (cmp_struct02): Likewise.
312 (cmp_struct03): Likewise.
313 (cmp_struct04): Likewise.
314 (cmp_struct_01_01): Add Function.
315 (cmp_struct_01_02): Likewise.
316 (cmp_struct_01_03): Likewise.
317 (cmp_struct_01_04): Likewise.
318 (cmp_struct_02_01): Likewise.
319 (cmp_struct_02_02): Likewise.
320 (cmp_struct_02_03): Likewise.
321 (cmp_struct_02_04): Likewise.
322 (cmp_struct_04_01): Likewise.
323 (cmp_struct_04_02): Likewise.
324 (cmp_struct_04_03): Likewise.
325 (cmp_struct_04_04): Likewise.
326 (cmp_struct_05_01): Likewise.
327 (cmp_struct_05_02): Likewise.
328 (cmp_struct_05_03): Likewise.
329 (cmp_struct_05_04): Likewise.
330 (call_all): Add new structs.
331 * gdb.base/infcall-nested-structs.exp: Likewise.
332
3bf9c013
JV
3332018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
334
335 * gdb.python/py-framefilter-mi.exp: Update regexp to
336 check for "arch" field in frame output.
337
450d1e88
KB
3382018-08-23 Kevin Buettner <kevinb@redhat.com>
339
340 * gdb.dwarf2/dw2-ranges-func.c: New file.
341 * gdb.dwarf2/dw2-ranges-func.exp: New file.
342
ae739fe7
SM
3432018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
344
345 * gdb.base/term.exp: Compare terminal settings with values from
346 the inferior.
347 * gdb.base/term.c: Get and set terminal settings.
348
6d52907e
JV
3492018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
350
351 * lib/mi-support.exp (mi_expect_stop): Update regexp to
352 accommodate new "arch" field in frame output.
353 * gdb.mi/mi-return.exp: Likewise.
354 * gdb.mi/mi-stack.exp: Likewise.
355 * gdb.mi/mi-syn-frame.exp: Likewise.
356 * gdb.mi/user-selected-context-sync.exp: Likewise.
357
be2d111a
MS
3582018-08-19 Michael Spang <spang@google.com>
359
360 PR gdb/11786
361 * gdb.base/gcore-tls-pie.c: New file.
362 * gdb.base/gcore-tls-pie.exp: New file.
363
ae3a7c47
KB
3642018-08-18 Kevin Buettner <kevinb@redhat.com>
365
366 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
367 * gdb.dwarf2/varval.c: New file.
368 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 369
2ecae92e
AH
3702018-08-17 Alan Hayward <alan.hayward@arm.com>
371
372 PR gdb/18931
373 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
374
c1854f1d
KS
3752018-08-16 Keith Seitz <keiths@redhat.com>
376
377 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
378 tests expected to pass.
379
26fb3983
JV
3802018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
381
382 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
383 -data-disassemble -a.
384 (test_disassembly_bogus_args): Likewise.
385
67943c00
AB
3862018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
387
388 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
389
5ff2bbae
AB
3902018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
391
392 * gdb.base/vla-optimized-out.exp: Add new test.
393
e5bbcd0f
AB
3942018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
395
396 * gdb.base/vla-optimized-out-o3.exp: Delete.
397 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
398 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
399 deleted tests.
400
9d4a934c
AB
4012018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
402
403 PR gdb/18050:
404 * gdb.server/extended-remote-restart.c: New file.
405 * gdb.server/extended-remote-restart.exp: New file.
406
045cf012
SM
4072018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
408
409 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
410 "set variable index = 42".
411
87d6a7aa
SM
4122018-08-07 Simon Marchi <simon.marchi@ericsson.com>
413
414 * boards/index-cache-gdb.exp: New file.
415 * gdb.dwarf2/index-cache.exp: New file.
416 * gdb.dwarf2/index-cache.c: New file.
417 * gdb.base/maint.exp: Check if we are using the index cache.
418
96d68bd4
RO
4192018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
420
421 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
422 MAKEFLAGS.
423
5a699617
RO
4242018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
425
426 * dg-extract-results.sh: Move to toplevel contrib.
427 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
428 * Makefile.in (check-parallel-racy): Likewise.
429
5bd18990
AB
4302018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
431
432 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
433 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
434 tests if the target supports scheduler locking.
435
3fbbcf47
TV
4362018-08-04 Tom de Vries <tdevries@suse.de>
437
438 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
439
3e1d3d8c
TT
4402018-08-02 Tom Tromey <tom@tromey.com>
441
442 PR symtab/16842.
443 * gdb.cp/temargs.exp: Test "info address" of a template
444 parameter.
445
5abe0f0c
JV
4462018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
447
448 * gdb.python/py-mi-var-info-path-expression.c: New file.
449 * gdb.python/py-mi-var-info-path-expression.py: New file.
450 * gdb.python/py-mi-var-info-path-expression.exp: New file.
451
fb66cde8
SDJ
4522018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
453
454 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
455 error after "cannot resolve name" string.
456
c708f4d2
AB
4572018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
458
459 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
460 started.
461 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
462
37cc0cae
TV
4632018-07-28 Tom de Vries <tdevries@suse.de>
464
465 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
466
63b4ecf7
TV
4672018-07-26 Tom de Vries <tdevries@suse.de>
468
469 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
470
3c3bb058
AB
4712018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
472
473 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
474 is visible.
475
9e7f3bbb
TV
4762018-07-26 Tom de Vries <tdevries@suse.de>
477
478 PR breakpoints/23366
479 * gdb.base/catch-follow-exec.c: New test.
480 * gdb.base/catch-follow-exec.exp: New file.
481
16f808ec
TV
4822018-07-25 Tom de Vries <tdevries@suse.de>
483
484 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
485 vla-optimized-out.c.
486
d7154a8d
JV
4872018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
488
489 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
490 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
491
232a0032
TV
4922018-07-20 Tom de Vries <tdevries@suse.de>
493
494 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
495 NOCLONE macro.
496 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
497
fbb1d502
TV
4982018-07-19 Tom de Vries <tdevries@suse.de>
499
500 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
501 regular expression.
502
42dc7699
TV
5032018-07-18 Tom de Vries <tdevries@suse.de>
504
505 * gdb.base/vla-optimized-out.c: New test.
506 * gdb.base/vla-optimized-out.exp: New file.
507
7f1f7e23
SDJ
5082018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
509
510 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
511 message "No address associated with hostname" when gdbserver
512 cannot resolve the hostname.
513
5759ebb3
PW
5142018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
515
516 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
517 Add some test prefixes to make tests unique.
518
3606ccab
PW
5192018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
520
521 * gdb.base/frameapply.c: New file.
522 * gdb.base/frameapply.exp: New file.
523
529c08b2
PW
5242018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
525
526 * gdb.base/skip.exp: Update expected error message.
527
c7ab0aef
SDJ
5282018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
529 Jan Kratochvil <jan.kratochvil@redhat.com>
530 Paul Fertser <fercerpav@gmail.com>
531 Tsutomu Seki <sekiriki@gmail.com>
532
533 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
534 parameter.
535 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
536 by default.
537 * boards/native-gdbserver.exp: Likewise.
538 * gdb.server/run-without-local-binary.exp: Improve regexp used
539 for detecting when a remote debugging connection succeeds.
540 * gdb.server/server-connect.exp: New file.
541 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
542 Do not prefix the port number with ":".
543 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
544 support for detecting and using it. Add '$debughost_gdbserver'
545 to the list of arguments used to start gdbserver. Handle case
546 when gdbserver cannot resolve a network name.
547
16ff70dd
SDJ
5482018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
549
550 PR c++/23373
551 * gdb.base/ptype-offsets.cc (struct static_member): New
552 struct.
553 (main) <stmember>: New variable.
554 * gdb.base/ptype-offsets.exp: Add test for printing a struct
555 with a static member in it.
556
3541979f
AB
5572018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
558
559 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
560 watchpoints enabled and disabled.
561
c8ad9b9a
AB
5622018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
563
564 * gdb.base/examine-backward.exp: Still run tests around address
565 0x0, even if address 0x0 is not readable. Update the pattern for
566 matching address 0x0 in expected output.
567
e0e5e971
AB
5682018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
569
570 * gdb.base/share-env-with-gdbserver.c (main): Add call to
571 malloc/free.
572
1ea5da02
TV
5732018-07-04 Tom de Vries <tdevries@suse.de>
574
575 * gdb.dwarf2/dw2-error.exp: Update expected error message.
576
471b9d15
MR
5772018-07-02 Maciej W. Rozycki <macro@mips.com>
578
579 PR tdep/8282
580 * gdb.arch/mips-disassembler-options.exp: New test.
581 * gdb.arch/mips-disassembler-options.s: New test source.
582
75acb486
PA
5832018-06-29 Pedro Alves <palves@redhat.com>
584
585 * gdb.threads/names.exp: Adjust expected "info threads" output.
586
cd2bb709
PA
5872018-06-29 Pedro Alves <palves@redhat.com>
588
589 * gdb.opt/inline-break.exp (line number, address): Add "info
590 break" tests.
591
991ff292
PA
5922018-06-29 Pedro Alves <palves@redhat.com>
593
594 * gdb.opt/inline-break.c (func1): Add "break here" marker.
595 * gdb.opt/inline-break.exp: Test setting breakpoints by line
596 number and address and running to them.
597
356819b6 5982018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
599
600 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
601
2512d7ef
JK
6022018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
603
604 * lib/compiler.c: Remove executable permission flag.
605
be1b6474
RB
6062018-06-28 Richard Bunt <richard.bunt@arm.com>
607
608 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
609 code.
610 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
611
291f9a96
PT
6122018-06-28 Petr Tesarik <ptesarik@suse.cz>
613
614 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
615
ed6dfe51
PT
6162018-06-28 Petr Tesarik <ptesarik@suse.cz>
617
618 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
619 address argument is omitted.
620
d4d429d5
PT
6212018-06-28 Petr Tesarik <ptesarik@suse.cz>
622
623 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
624
7ab6656f
OJ
6252018-06-27 Omair Javaid <omair.javaid@linaro.org>
626
627 PR gdb/21695
628 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
629 * gdb.base/infoline-reloc-main-from-zero.c: New file.
630
a33ccfc7
TT
6312018-06-26 Tom Tromey <tom@tromey.com>
632
633 PR rust/22574:
634 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
635 * gdb.rust/simple.rs (struct SimpleLayout): New.
636
6d72d289
SM
6372018-06-22 Simon Marchi <simon.marchi@ericsson.com>
638
639 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
640 "info registers" output.
641
8363f9d5
RB
6422018-06-21 Richard Bunt <richard.bunt@arm.com>
643
644 * gdb.base/watchpoint-hw-attach.c: New test.
645 * gdb.base/watchpoint-hw-attach.exp: New file.
646
f00674fe
SM
6472018-06-20 Simon Marchi <simon.marchi@ericsson.com>
648
649 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
650 through /bin/sh.
651 * boards/dwarf4-gdb-index.exp: Likewise.
652 * boards/fission-dwp.exp: Likewise.
653
1d554008
UW
6542018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
655
656 * gdb.base/float128.exp: Add comment and improved fail message
657 to the failure case of "print large128" test.
658
d0ac1c44
SM
6592018-06-19 Simon Marchi <simon.marchi@ericsson.com>
660
661 * configure.ac: Remove AC_PREREQ.
662 * configure: Re-generate.
663
61b04dd0
PA
6642018-06-19 Pedro Alves <palves@redhat.com>
665
666 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
667 (func_extern_caller): New.
668 (main): Call func_extern_caller.
669 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
670 logic change.
671
f63b508a
SM
6722018-06-18 Weimin Pan <weimin.pan@oracle.com>
673
674 PR gdb/16841
675 * gdb.cp/typedef-base.cc: New file.
676 * gdb.cp/typedef-base.exp: New file.
677
0fe3a558
TV
6782018-06-18 Tom de Vries <tdevries@suse.de>
679
680 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
681
7010835a
AB
6822018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
683 Richard Bunt <Richard.Bunt@arm.com>
684
685 * gdb.threads/attach-slow-waitpid.c: New file.
686 * gdb.threads/attach-slow-waitpid.exp: New file.
687 * gdb.threads/slow-waitpid.c: New file.
688
14897d65
PA
6892018-06-14 Pedro Alves <palves@redhat.com>
690
691 * gdb.base/fork-running-state.c: Include <errno.h>.
692 (exit_if_relative_exits): New.
693 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
694 exits.
695 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
696 child exits.
697
5d9a0608
TV
6982018-06-14 Tom de Vries <tdevries@suse.de>
699
700 PR cli/22573
701 * gdb.base/finish-pretty.c: New test.
702 * gdb.base/finish-pretty.exp: New file.
703
11ae5818
PA
7042018-06-14 Pedro Alves <palves@redhat.com>
705
706 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
707 gdb's expected startup output.
708
1d39de44
PA
7092018-06-14 Pedro Alves <palves@redhat.com>
710
711 * lib/selftest-support.exp (selftest_setup): Remove inlined
712 function handling.
713
70ee0000
TV
7142018-06-14 Tom de Vries <tdevries@suse.de>
715
716 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
717 matching of breakpoint printing.
718
11f4b608
TV
7192018-06-13 Tom de Vries <tdevries@suse.de>
720
721 PR testsuite/23269
722 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
723 (fork_child): ... here, and ...
724 (fork_parent): ... here.
725
7262018-06-12 Tom de Vries <tdevries@suse.de>
727
728 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
729
9516f85a
AB
7302018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
731 Stephen Roberts <stephen.roberts@arm.com>
732
733 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
734 rewrite test to describe action performed, rather than possible
735 failure.
736
5045b3d7
GB
7372018-06-08 Gary Benson <gbenson@redhat.com>
738
739 * gdb.threads/check-libthread-db.exp: New file.
740 * gdb.threads/check-libthread-db.c: Likewise.
741
c61b06a1
TT
7422018-06-05 Tom Tromey <tom@tromey.com>
743
744 * gdb.base/default.exp: Update expected "show version" output.
745
eb6af809
TT
7462018-06-05 Tom Tromey <tom@tromey.com>
747
748 PR cli/12326:
749 * gdb.cp/static-print-quit.exp: Update.
750 * lib/gdb.exp (pagination_prompt): Update.
751 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
752 * gdb.python/python.exp: Update.
753
178d6a63
JB
7542018-06-04 Joel Brobecker <brobecker@adacore.com>
755
756 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
757
8e817061
JB
7582018-06-01 Joel Brobecker <brobecker@adacore.com>
759
760 * gdb.ada/bp_fun_addr: New testcase.
761
e86ca25f
TT
7622018-06-01 Tom Tromey <tom@tromey.com>
763
764 * gdb.xml/tdesc-regs.exp (load_description): Update expected
765 results.
766 * gdb.dwarf2/method-ptr.exp: Set language to C++.
767 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
768 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
769 * gdb.base/maint.exp (maint_pass_if): Update.
770
4b2dfa9d
MR
7712018-05-31 Maciej W. Rozycki <macro@mips.com>
772
773 * gdb.base/endian.exp: New test.
774 * gdb.base/endian.c: New test source.
775
45f25d6c
AB
7762018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
777
778 PR gdb/23203
779 * gdb.base/bt-selected-frame.c: New file.
780 * gdb.base/bt-selected-frame.exp: New file.
781 * lib/gdb.exp (get_current_frame_number): New function.
782
d9f6d7f8
MR
7832018-05-24 Maciej W. Rozycki <macro@mips.com>
784 Pedro Alves <palves@redhat.com>
785
786 * gdb.threads/tls-core.c: Include <stdlib.h>
787 (thread_proc): Call `abort'.
788 * gdb.threads/tls-core.exp: Generate a core with core_find too.
789 (tls_core_test): New procedure, bits factored out from ...
790 (top level): ... here. Test both native cores and gcore cores.
791
ff1cf532
TT
7922018-05-23 Tom Tromey <tom@tromey.com>
793
794 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
795
b98664d3
TT
7962018-05-23 Tom Tromey <tom@tromey.com>
797
798 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
799 symfile_complaints.
800 (test_short_complaints): Likewise.
801 (test_empty_complaints): Likewise.
802 (test_initial_complaints): Update.
803
4e9668d0
TT
8042018-05-23 Tom Tromey <tom@tromey.com>
805
806 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
807
43ba33c7
TT
8082018-05-23 Tom Tromey <tom@tromey.com>
809
810 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
811 (test_short_complaints): Update.
812
035522c0
PA
8132018-05-22 Pedro Alves <palves@redhat.com>
814
815 * gdb.base/remote.exp: Only gdb_start after compiling the
816 testcase. Issue "disconnect" before testing "set remote" command
817 defaults. Issue clean_restart before running to main.
818
cc0be08f
PA
8192018-05-22 Pedro Alves <palves@redhat.com>
820
821 * gdb.base/remote.exp: Adjust expected output of "show remote
822 memory-write-packet-size". Add tests for "set remote
823 memory-write-packet-size 0" and "set remote
824 memory-write-packet-size fixed/limit".
825
b1b60145
PA
8262018-05-22 Pedro Alves <palves@redhat.com>
827
828 PR gdb/22973
829 * gdb.base/utf8-identifiers.c: New file.
830 * gdb.base/utf8-identifiers.exp: New file.
831
0ec848ad
PFC
8322018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
833
834 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
835
2c3305f6
PFC
8362018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
837
838 * gdb.arch/powerpc-vsx-gcore.exp: New file.
839
ce1e8424
TT
8402018-05-18 Tom Tromey <tom@tromey.com>
841
842 * gdb.base/ptype-offsets.exp: Update.
843
ddfe970e
KS
8442018-05-17 Keith Seitz <keiths@redhat.com>
845
846 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
847 in expected breakpoint stop locations.
848 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
849 move to proper scope to test variable values.
850 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
851 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
852 New functions.
853 (main): Call not_inline_func3.
854 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
855 inline_func1, inline_func2, and inline_func3. Test that when each
856 breakpoint is hit, GDB properly reports both the stop location
857 and the backtrace. Repeat tests for temporary breakpoints.
858
0726fcc6
MR
8592018-05-15 Maciej W. Rozycki <macro@mips.com>
860
861 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
862 rather then trying to access it in determining whether the PID
863 of `gdbserver' could have been retrieved.
864
8ee22052
AB
8652018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
866
867 * gdb.arch/amd64-init-x87-values.S: New file.
868 * gdb.arch/amd64-init-x87-values.exp: New file.
869
7785df48
JK
8702018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
871
872 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
873
56bcdbea
TT
8742018-05-04 Tom Tromey <tom@tromey.com>
875
876 PR python/22730:
877 * gdb.python/python.exp: Test multi-line execute.
878
a913fffb
TT
8792018-05-04 Tom Tromey <tom@tromey.com>
880
881 PR python/22731:
882 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
883
7a2c85f2
TT
8842018-05-04 Tom Tromey <tom@tromey.com>
885
886 PR gdb/11750:
887 * gdb.base/define.exp: Test defining a user command inside a user
888 command.
889 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
890
a3b60e45
JK
8912018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
892 Pedro Alves <palves@redhat.com>
893
894 PR breakpoints/19806 and support for PR external/20207.
895 * gdb.base/watchpoint-unaligned.c: New file.
896 * gdb.base/watchpoint-unaligned.exp: New file.
897
45fe4a03
AB
8982018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
899
900 * gdb.base/maint.exp: Make test names unique, use
901 test_prefix_command_help to test 'help maint info', and remove
902 repeated test of 'help maint'.
903
9be2ae8f
TT
9042018-05-04 Tom Tromey <tom@tromey.com>
905
906 PR gdb/22619:
907 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
908 behavior.
909
11859c31
AB
9102018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
911
912 * gdb.base/maint.exp: Process output from 'maint print registers'
913 line at a time.
914
089a9490
AB
9152018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
916
917 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
918 timeout.
919
9b0797e2
AB
9202018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
921
922 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
923 filter pattern.
924
f6ac5f3d
PA
9252018-05-02 Pedro Alves <palves@redhat.com>
926
927 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
928 to_log_command renames.
929 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
930
77d3c63b
TT
9312018-05-02 Tom Tromey <tom@tromey.com>
932
933 * gdb.python/py-parameter.exp: Set test message.
934
0489430a
TT
9352018-05-02 Tom Tromey <tom@tromey.com>
936
937 PR python/20084:
938 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
939 PARAM_ZUINTEGER_UNLIMITED tests.
940
1632f8ba
DR
9412018-04-28 Dan Robertson <danlrobertson89@gmail.com>
942
943 PR rust/23124
944 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
945 when casting.
946
6d7bb824
TT
9472018-04-30 Tom Tromey <tom@tromey.com>
948
949 * gdb.python/py-type.exp: Check align attribute.
950 * gdb.python/py-type.c: New "aligncheck" global.
951
007e1530
TT
9522018-04-30 Tom Tromey <tom@tromey.com>
953
954 PR exp/17095:
955 * gdb.dwarf2/dw2-align.exp: New file.
956 * gdb.cp/align.exp: New file.
957 * gdb.base/align.exp: New file.
958 * lib/gdb.exp (gdb_int128_helper): New proc.
959 (has_int128_c, has_int128_cxx): New caching procs.
960
6873858b
TT
9612018-04-27 Tom Tromey <tom@tromey.com>
962
963 PR rust/22545:
964 * gdb.rust/simple.exp: Add inclusive range tests.
965
79188d8d
PA
9662018-04-26 Pedro Alves <palves@redhat.com>
967
968 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
969 ifunc breakpoint locations correctly of ifunc breakpoints set
970 while the program resolves the ifunc.
971
c7075ad5
PA
9722018-04-26 Pedro Alves <palves@redhat.com>
973
974 * gdb.base/gnu-ifunc-final.c: New file.
975 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
976 * gdb.base/gnu-ifunc.exp (executable): Delete.
977 (staticexecutable): Adjust.
978 (lib_opts, exec_opts): Delete.
979 (make_binsuffix, build, set-break): New procedures.
980 (misc_tests): New, with tests factored out from the top level.
981 (top level): Test different combinations of ifunc resolver name,
982 resolver with and with debug info, and ifunc target with and
983 without debug info. Wrap static tests with with_target_prefix.
984
8388016d
PA
9852018-04-26 Pedro Alves <palves@redhat.com>
986
987 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
988 return type" warnings.
989
249b5733
PA
9902018-04-25 Pedro Alves <palves@redhat.com>
991
992 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
993 killed".
994 * gdb.base/kill-after-signal.exp: Likewise.
995 * gdb.threads/kill.exp: Likewise.
996
f67c0c91
SDJ
9972018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
998 Sergio Durigan Junior <sergiodj@redhat.com>
999 Pedro Alves <palves@redhat.com>
1000
1001 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
1002 regexps to expect for '[Inferior ... detached]' as well.
1003 * gdb.base/attach.exp: Likewise.
1004 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
1005 "gdb_continue_to_end".
1006 (test_catch_syscall_with_wrong_args): Likewise.
1007 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
1008 ']'. Don't set 'verbose' on.
1009 * gdb.base/foll-vfork.exp: Likewise.
1010 * gdb.base/fork-print-inferior-events.c: New file.
1011 * gdb.base/fork-print-inferior-events.exp: New file.
1012 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
1013 '[Inferior ... has been killed]' message.
1014 * gdb.base/kill-after-signal.exp: Likewise.
1015 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
1016 detach message.
1017 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
1018 message.
1019 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
1020 regexps to expect for '[Inferior ... detached]' as well.
1021 * gdb.threads/process-dies-while-detaching.exp: Likewise.
1022
0a8ddac4
SM
10232018-04-24 Simon Marchi <simon.marchi@ericsson.com>
1024
1025 PR gdb/23104
1026 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
1027
d27d16bf
RB
10282018-04-19 Richard Bunt <richard.bunt@arm.com>
1029
1030 * gdb.threads/multiple-successive-infcall.c: New test.
1031 * gdb.threads/multiple-successive-infcall.exp: New file.
1032
a037790e
TT
10332018-04-17 Tom Tromey <tom@tromey.com>
1034
1035 * gdb.rust/simple.rs (Union): New type.
1036 (main): New local "u".
1037 * gdb.rust/simple.exp (test_one_slice): Add new test case.
1038
e3a91079
AA
10392018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1040
1041 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
1042 number information in output of "whereis" command.
1043 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
1044
b744723f
AA
10452018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1046
1047 * gdb.ada/info_types.exp: Adjust expected output to the line
1048 numbers now printed by "info var/func/type".
1049 * gdb.base/completion.exp: Likewise.
1050 * gdb.base/included.exp: Likewise.
1051 * gdb.cp/cp-relocate.exp: Likewise.
1052 * gdb.cp/cplusfuncs.exp: Likewise.
1053 * gdb.cp/namespace.exp: Likewise.
1054 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
1055
4a4495d6
MM
10562018-04-13 Markus Metzger <markus.t.metzger@intel.com>
1057
1058 * gdb.btrace/cpu.exp: New.
1059
1d509aa6
MM
10602018-04-13 Markus Metzger <markus.t.metzger@intel.com>
1061
1062 * gdb.base/step-indirect-call-thunk.exp: New.
1063 * gdb.base/step-indirect-call-thunk.c: New.
1064 * gdb.reverse/step-indirect-call-thunk.exp: New.
1065 * gdb.reverse/step-indirect-call-thunk.c: New.
1066
6295b6da
SM
10672018-04-11 Simon Marchi <simon.marchi@ericsson.com>
1068
1069 * gdb.base/pie-fork.c: New file.
1070 * gdb.base/pie-fork.exp: New file.
1071
50146e70
TT
10722018-04-11 Tom Tromey <tom@tromey.com>
1073
1074 * gdb.rust/simple.exp: Add test for ".." struct initializer.
1075
f50d8a2e
PA
10762018-04-10 Pedro Alves <palves@redhat.com>
1077
1078 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
1079 exits. Instead loop running forever.
1080 (fork_parent): Run forever too.
1081
a0be7a36
SM
10822018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
1083
1084 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
1085 mi_continue_to_line.
1086 * gdb.mi/mi-stack.c (callee4): Add comment.
1087
9b73db36
SM
10882018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
1089
1090 * gdb.mi/mi-stack.exp: Fix indentation.
1091
c912f608
SM
10922018-04-07 Simon Marchi <simon.marchi@ericsson.com>
1093
1094 PR gdb/22979
1095 * gdb.arch/amd64-osabi.exp: New file.
1096
26540402
SM
10972018-04-07 Simon Marchi <simon.marchi@ericsson.com>
1098
1099 PR gdb/22980
1100 * gdb.base/osabi.exp: New file.
1101
121ad66c 11022018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
1103
1104 * gdb.cp/static-typedef-print.exp: New file.
1105 * gdb.cp/static-typedef-print.cc: New file.
1106
3fcded8f
JB
11072018-03-27 Joel Brobecker <brobecker@adacore.com>
1108
1109 * gdb.ada/varsize_limit: New testcase.
1110
59cc4834
JB
11112018-03-27 Joel Brobecker <brobecker@adacore.com>
1112
1113 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
1114
1115 * gdb.ada/notcplusplus: New testcase.
1116
1117 * gdb.base/c-linkage-name.c: New file.
1118 * gdb.base/c-linkage-name.exp: New testcase.
1119
4ca59a9f
TT
11202018-03-26 Tom Tromey <tom@tromey.com>
1121
1122 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
1123 * gdb.python/py-framefilter.py (name_error): New global.
1124 (ErrorInName.function): Use name_error.
1125
978d6c75
TT
11262018-03-26 Tom Tromey <tom@tromey.com>
1127
1128 PR backtrace/15582:
1129 * gdb.python/py-framefilter.exp: Add "bt hide" test.
1130
b7fee5a3
KS
11312018-03-23 Keith Seitz <keiths@redhat.com>
1132
1133 PR c++/22968
1134 * gdb.cp/subtypes.exp: New file.
1135 * gdb.cp/subtypes.h: New file.
1136 * gdb.cp/subtypes.cc: New file.
1137 * gdb.cp/subtypes-2.cc: New file.
1138
376be529
AB
11392018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1140
1141 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
1142 (done): Call '_exit' not 'exit' to avoid atexit handlers.
1143 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
1144 -nostartfiles when compiling the test. Confirm that all registers
1145 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
1146
066cfa98
AB
11472018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1148
1149 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
1150 option, syntax was wrong anyway.
1151 * gdb.arch/arm-disp-step.exp: Likewise.
1152 * gdb.arch/sparc64-regs.exp: Likewise.
1153 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
1154 option, syntax was wrong anyway, switch to use
1155 prepare_for_testing.
1156 * gdb.arch/i386-disp-step.exp: Likewise.
1157
079670b9
AA
11582018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
1159
1160 * gdb.ada/exec_changed.exp: Replace "target_info exists
1161 use_gdb_stub" by "use_gdb_stub".
1162 * gdb.ada/start.exp: Likewise.
1163 * gdb.base/async-shell.exp: Likewise.
1164 * gdb.base/attach-pie-misread.exp: Likewise.
1165 * gdb.base/attach-wait-input.exp: Likewise.
1166 * gdb.base/break-entry.exp: Likewise.
1167 * gdb.base/break-interp.exp: Likewise.
1168 * gdb.base/dprintf-detach.exp: Likewise.
1169 * gdb.base/nostdlib.exp: Likewise.
1170 * gdb.base/solib-nodir.exp: Likewise.
1171 * gdb.base/statistics.exp: Likewise.
1172 * gdb.base/testenv.exp: Likewise.
1173 * gdb.mi/mi-exec-run.exp: Likewise.
1174 * gdb.mi/mi-start.exp: Likewise.
1175 * gdb.multi/dummy-frame-restore.exp: Likewise.
1176 * gdb.multi/multi-arch-exec.exp: Likewise.
1177 * gdb.multi/multi-arch.exp: Likewise.
1178 * gdb.multi/tids.exp: Likewise.
1179 * gdb.multi/watchpoint-multi.exp: Likewise.
1180 * gdb.python/py-events.exp: Likewise.
1181 * gdb.threads/attach-into-signal.exp: Likewise.
1182 * gdb.threads/attach-stopped.exp: Likewise.
1183 * gdb.threads/threadapply.exp: Likewise.
1184 * lib/selftest-support.exp: Likewise.
1185
26d6cec4
AA
11862018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
1187
1188 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
1189
4ee89e90
SR
11902018-03-20 Stephen Roberts <stephen.roberts@arm.com>
1191
1192 * gdb.perf/template-breakpoints.cc: New file.
1193 * gdb.perf/template-breakpoints.exp: New file.
1194 * gdb.perf/template-breakpoints.py: New file.
1195
92630041
TT
11962018-03-19 Tom Tromey <tom@tromey.com>
1197
1198 * gdb.rust/simple.rs (main): Add local variables field1, field2,
1199 y0.
1200 * gdb.rust/simple.exp: Test bare identifier form of struct
1201 initializer.
1202
76727919
TT
12032018-03-19 Tom Tromey <tom@tromey.com>
1204
1205 * gdb.gdb/observer.exp: Remove.
1206
194ed413
AA
12072018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1208
1209 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
1210 "qualified" option when setting breakpoints.
1211 * gdb.trace/backtrace.exp: Likewise.
1212 * gdb.trace/circ.exp: Likewise.
1213 * gdb.trace/collection.exp: Likewise.
1214 * gdb.trace/disconnected-tracing.exp: Likewise.
1215 * gdb.trace/ftrace-lock.exp: Likewise.
1216 * gdb.trace/ftrace.exp: Likewise.
1217 * gdb.trace/infotrace.exp: Likewise.
1218 * gdb.trace/packetlen.exp: Likewise.
1219 * gdb.trace/passc-dyn.exp: Likewise.
1220 * gdb.trace/qtro.exp: Likewise.
1221 * gdb.trace/read-memory.exp: Likewise.
1222 * gdb.trace/report.exp: Likewise.
1223 * gdb.trace/signal.exp: Likewise.
1224 * gdb.trace/status-stop.exp: Likewise.
1225 * gdb.trace/strace.exp: Likewise.
1226 * gdb.trace/tfind.exp: Likewise.
1227 * gdb.trace/trace-break.exp: Likewise.
1228 * gdb.trace/trace-condition.exp: Likewise.
1229 * gdb.trace/trace-mt.exp: Likewise.
1230 * gdb.trace/tstatus.exp: Likewise.
1231 * gdb.trace/tsv.exp: Likewise.
1232 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
1233 * gdb.trace/unavailable.exp: Likewise.
1234 * gdb.trace/while-dyn.exp: Likewise.
1235
8b067d2c
AA
12362018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1237
1238 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
1239 that libinproctrace is copied to the target.
1240
3ae9ce5d
TT
12412018-03-14 Tom Tromey <tom@tromey.com>
1242
1243 PR cli/14977:
1244 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
1245 a null pointer.
1246 * gdb.base/wchar.exp: Likewise.
1247
b8c2339b
TT
12482018-03-14 Tom Tromey <tom@tromey.com>
1249
1250 PR cli/19918:
1251 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
1252 flag.
1253
4872dc46
SM
12542018-03-08 Simon Marchi <simon.marchi@ericsson.com>
1255
1256 PR gdb/22841
1257 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
1258 "target" to remote_exec.
1259
e4fe3756
SM
12602018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
1261
1262 PR gdb/22841
1263 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
1264 ${board}_upload): Remove.
1265
e95a97d4
AA
12662018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
1267
1268 * gdb.cp/watch-cp.cc: New test.
1269 * gdb.cp/watch-cp.exp: New file.
1270
dbbb1059
AB
12712018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1272
1273 * gdb.base/infcall-nested-structs.exp: New file.
1274 * gdb.base/infcall-nested-structs.c: New file.
1275 * gdb.base/float.exp: Add riscv support.
1276
ecc054c0
TP
12772018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
1278
1279 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
1280 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
1281
25e3c82c
SDJ
12822018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
1283
1284 * gdb.server/abspath.exp: New file.
1285 * lib/gdb.exp (with_cwd): New procedure.
1286
3083294d
SM
12872018-02-28 Simon Marchi <simon.marchi@ericsson.com>
1288
1289 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
1290 use it.
1291 (gdb_is_target_remote_prompt): New proc.
1292 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
1293 (gdb_is_target_native): Pass prompt parameter to
1294 gdb_is_target_1.
1295
3275ef47
SM
12962018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
1297
1298 * gdb.base/load-command.c: New file.
1299 * gdb.base/load-command.exp: New file.
1300 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
1301 (gdb_is_target_1): ...this, and generalize for other targets
1302 than just remote.
1303 (gdb_is_target_remote): Use gdb_is_target_1.
1304 (gdb_is_target_native): use gdb_is_target_1.
1305
6893c19a
TT
13062018-02-26 Tom Tromey <tom@tromey.com>
1307
1308 PR python/16497:
1309 * gdb.python/py-framefilter.exp: Update test.
1310
2ddeaf8a
TT
13112018-02-26 Tom Tromey <tom@tromey.com>
1312
1313 * gdb.dwarf2/variant.c: New file.
1314 * gdb.dwarf2/variant.exp: New file.
1315
c9317f21
TT
13162018-02-26 Tom Tromey <tom@tromey.com>
1317
1318 * gdb.rust/simple.exp: Accept more possible results in enum test.
1319
6f6d0c26
SM
13202018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
1321
1322 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
1323 parentheses.
1324
11b03145
MR
13252018-02-23 Maciej W. Rozycki <macro@mips.com>
1326
1327 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
1328 name of a variable: $actual_linejj -> $actual_line.
1329
54a27fe5
JB
13302018-02-21 John Baldwin <jhb@FreeBSD.org>
1331
1332 * gdb.arch/amd64-i386-address.exp: Fix a typo.
1333
de65820c
MM
13342018-02-20 Markus Metzger <markus.t.metzger@intel.com>
1335
1336 * gdb.btrace/buffer-size.exp: Do not force BTS.
1337
980548fd
PA
13382018-02-14 Pedro Alves <palves@redhat.com>
1339
1340 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
1341 getting a "Quit".
1342
c4e12631
MM
13432018-02-09 Markus Metzger <markus.t.metzger@intel.com>
1344
1345 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
1346 Fix test name.
1347
c2e0e465
SM
13482018-02-07 Simon Marchi <simon.marchi@ericsson.com>
1349
1350 * gdb.cp/m-static.exp: Check type of optimized out static
1351 member.
1352
f7216783
AB
13532018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
1354
1355 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
1356 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
1357
0625771b
LS
13582018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
1359 Leszek Swirski <leszeks@google.com>
1360
1361 * gdb.python/py-prettyprint.c
1362 (struct to_string_returns_value_inner,
1363 struct to_string_returns_value_wrapper): New.
1364 (main): Add tsrvw variable.
1365 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
1366 ToStringReturnsValueWrapper): New classes.
1367 (register_pretty_printers): Register new pretty-printers.
1368 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
1369 recursive pretty printer.
1370 * gdb.python/py-mi.exp: Likewise.
1371
59498c30
LS
13722018-02-01 Leszek Swirski <leszeks@google.com>
1373
1374 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
1375 functions with the same name as an include file are parsed
1376 correctly.
1377
d4d38844
YQ
13782018-02-01 Yao Qi <yao.qi@linaro.org>
1379
1380 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
1381 "\[^\r\n\]*".
1382
07e5f5cf
NP
13832018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
1384
1385 * gdb.arch/powerpc-prologue-frame.s: New file.
1386 * gdb.arch/powerpc-prologue-frame.c: Likewise.
1387 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
1388
929b5ad4
JB
13892018-01-31 Joel Brobecker <brobecker@adacore.com>
1390
1391 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
1392
e671cd59
PA
13932018-01-30 Pedro Alves <palves@redhat.com>
1394
1395 PR gdb/13211
1396 * gdb.base/interrupt-daemon.c: New.
1397 * gdb.base/interrupt-daemon.exp: New.
1398 * gdb.multi/multi-term-settings.c: New.
1399 * gdb.multi/multi-term-settings.exp: New.
1400
fc413dc4
JB
14012018-01-30 Joel Brobecker <brobecker@adacore.com>
1402
1403 * gdb.base/break.exp: Save the location where the breakpoint
1404 on break.c:47 was actually inserted when debugging the version
1405 compiled at -O2 and use it in the expected output of the "info
1406 break" test performed soon after.
1407
5c319bb2
PA
14082018-01-22 Pedro Alves <palves@redhat.com>
1409 Sergio Durigan Junior <sergiodj@redhat.com>
1410
1411 * gdb.base/whatis.exp: Add tests for 'set print object on' +
1412 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
1413
a9e40818
JB
14142018-01-22 Joel Brobecker <brobecker@adacore.com>
1415
1416 * gdb.base/break-include.c, gdb.base/break-include.inc,
1417 gdb.base/break-include.exp: New files.
1418 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
1419 line number now being the actual line number where the breakpoint
1420 was inserted.
1421 * gdb.mi/mi-break.exp: Likewise.
1422 * gdb.mi/mi-reverse.exp: Likewise.
1423 * gdb.mi/mi-simplerun.exp: Ditto.
1424
e707fc44
AB
14252018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
1426
1427 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
1428 varobj.
1429 * gdb.mi/mi-var-create-rtti.exp: Likewise.
1430
ae451627
AB
14312018-01-21 Don Breazeal <donb@codesourcery.com>
1432 Andrew Burgess <andrew.burgess@embecosm.com>
1433
1434 * gdb.mi/basics.c: Add new global.
1435 * gdb.mi/mi-frame-regs.exp: New file.
1436 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
1437 case.
1438
b1b189e0
AB
14392018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
1440
1441 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
1442 non-parameter, and on an unknown symbol.
1443
fcfcc376
TT
14442018-01-19 Tom Tromey <tom@tromey.com>
1445
1446 * gdb.rust/modules.rs (TWENTY_THREE): New global.
1447 * gdb.rust/modules.exp: Add ::-qualified lookup test.
1448
634c1c31
AA
14492018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1450
1451 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
1452 setrlimit and chdir to int.
1453
d6ad07fd
AA
14542018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1455
1456 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
1457 function.
1458 (my_tend): Likewise.
1459 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
1460 rationale of avoiding FP- and vector instructions.
1461
adf8243b
RK
14622018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
1463
1464 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
1465 "info reg" with "\[ \t\]*".
1466 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
1467 "\[ \t\]+".
1468 * gdb.arch/s390-multiarch.exp: Ditto.
1469 * gdb.base/pc-fp.exp: Ditto.
1470 * gdb.reverse/i386-precsave.exp: Ditto.
1471 * gdb.reverse/i386-reverse.exp: Ditto.
1472 * gdb.reverse/i387-env-reverse.exp: Ditto.
1473 * gdb.reverse/i387-stack-reverse.exp: Ditto.
1474
dcc06925
AA
14752018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1476
1477 * lib/gdb.exp (gdb_compile): Re-enable use of
1478 universal_compile_options for languages other than Rust.
1479
25d4fd80
AA
14802018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1481
1482 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
1483
ee7f689e 14842018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
1485
1486 PR gdb/16577
1487 * gdb.base/solib-vanish.exp: New.
1488 * gdb.base/solib-vanish-main.c: New.
1489 * gdb.base/solib-vanish-lib1.c: New.
1490 * gdb.base/solib-vanish-lib2.c: New.
1491
d8447b6b
YQ
14922018-01-17 Yao Qi <yao.qi@linaro.org>
1493
1494 * gdb.compile/compile.exp: Match the address printed for
1495 frame in the output of command "bt".
1496
86d6a90c
TT
14972018-01-15 Tom Tromey <tom@tromey.com>
1498
1499 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
1500 compute sp_reg.
1501
cbcdb1aa
AB
15022018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1503
1504 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
1505 to prepare.
1506 (prepare): Return 0 on error, 1 on success.
1507
eea61984
PA
15082018-01-12 Pedro Alves <palves@redhat.com>
1509
1510 * gdb.base/continue-after-aborted-step-over.c: New.
1511 * gdb.base/continue-after-aborted-step-over.exp: New.
1512
6181e9c2
SM
15132018-01-11 Simon Marchi <simon.marchi@ericsson.com>
1514
1515 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
1516 options when not creating an executable.
1517
3cada740
PA
15182018-01-11 Pedro Alves <palves@redhat.com>
1519
1520 PR remote/22597
1521 * gdb.server/stop-reply-no-thread.c: New file.
1522 * gdb.server/stop-reply-no-thread.exp: New file.
1523
c63d3e8d
PA
15242018-01-10 Pedro Alves <palves@redhat.com>
1525
1526 PR gdb/22670
1527 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
1528 functions too. Test setting breakpoints and printing C functions
1529 with no debug info too.
1530 * gdb.ada/bp_c_mixed_case/qux.c: New file.
1531
d4c2a405
PA
15322018-01-10 Pedro Alves <palves@redhat.com>
1533
1534 PR gdb/22670
1535 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
1536 a fail.
1537
8825213e
PA
15382018-01-10 Pedro Alves <palves@redhat.com>
1539
1540 PR gdb/22670
1541 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
1542
605fd3c6
YQ
15432018-01-08 Simon Marchi <simon.marchi@ericsson.com>
1544
1545 * gdb.server/unittest.exp: Match the output in non-development
1546 mode.
1547
1e5ded6c
YQ
15482018-01-08 Simon Marchi <simon.marchi@ericsson.com>
1549
1550 * gdb.gdb/unittest.exp: Match output in non-development mode.
1551
30066b0b
JB
15522018-01-08 Joel Brobecker <brobecker@adacore.com>
1553
1554 * gdb.ada/access_tagged_param.exp: Relax expected output
1555 for value of "ObjL" in "continue" to pck.inspect breakpoint
1556 test.
1557
04bafb1e
XR
15582018-01-08 Joel Brobecker <brobecker@adacore.com>
1559
9f86398b
JB
1560 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
1561 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 1562
e379cee6
PA
15632018-01-05 Pedro Alves <palves@redhat.com>
1564
1565 PR gdb/18653
1566 * gdb.base/libsegfault.exp: New.
1567
de63c46b
PA
15682018-01-05 Joel Brobecker <brobecker@adacore.com>
1569
1570 PR gdb/22670
1571 * gdb.ada/access_tagged_param.exp: New file.
1572 * gdb.ada/access_tagged_param/foo.adb: New file.
1573
f98fc17b
PA
15742018-01-05 Pedro Alves <palves@redhat.com>
1575
1576 PR gdb/22670
1577 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
1578 exercise lower case too, and to exercise both full matching and
1579 wild matching.
1580
342f8240
JB
15812018-01-05 Joel Brobecker <brobecker@adacore.com>
1582
1583 * gdb.ada/rename_subscript_param: New testcase.
1584
7150d33c
JG
15852018-01-05 Jerome Guitton <guitton@adacore.com>
1586
1587 * gdb.ada/arr_acc_idx_w_gap: New testcase.
1588
cc0e770c
JB
15892018-01-05 Joel Brobecker <brobecker@adacore.com>
1590
1591 * gdb.ada/convvar_comp: New testcase.
1592
672a41aa 15932018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
1594
1595 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
1596 (My_Table): New global variable.
1597 * testsuite/gdb.ada/array_char_idx.exp: Add test.
1598
7365ec2f
JB
15992018-01-04 Joel Brobecker <brobecker@adacore.com>
1600
1601 PR gdb/22670
1602 * gdb.ada/maint_with_ada: New testcase.
1603
289483b6
JB
16042018-01-04 Joel Brobecker <brobecker@adacore.com>
1605
1606 PR gdb/22670
1607 * gdb.ada/bp_c_mixed_case: New testcase.
1608
344420da
JB
16092018-01-04 Joel Brobecker <brobecker@adacore.com>
1610
1611 PR gdb/22670
1612 * gdb.ada/complete.exp: Add "complete break ada" test.
1613
66fc87a0
JB
16142018-01-04 Joel Brobecker <brobecker@adacore.com>
1615
1616 PR gdb/22670
1617 * gdb.ada/info_addr_mixed_case: New testcase.
1618
9f757bf7
XR
16192018-01-03 Xavier Roirand <roirand@adacore.com>
1620
1621 * gdb.ada/excep_handle.exp: New testcase.
1622 * gdb.ada/excep_handle/foo.adb: New file.
1623 * gdb.ada/excep_handle/pck.ads: New file.
1624
bd570f80
JB
16252018-01-03 Joel Brobecker <brobecker@adacore.com>
1626
1627 * gdb.base/step-line.c: Add extra empty line in copyright header.
1628 * gdb.base/step-line.inp: Likewise.
1629
9fe561ab
JB
16302018-01-02 Joel Brobecker <brobecker@adacore.com>
1631
1632 * gdb.ada/dyn_stride.exp: Add slice test.
1633
a405673c
JB
16342018-01-02 Joel Brobecker <brobecker@adacore.com>
1635
1636 * gdb.ada/dyn_stride: New testcase.
1637
cef0f868
SH
16382017-12-27 Stafford Horne <shorne@gmail.com>
1639
1640 * gdb.xml/extra-regs.xml: Add example foo reggroup.
1641 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
1642
b67d92b0
SH
16432017-12-27 Stafford Horne <shorne@gmail.com>
1644
1645 * gdb.base/reggroups.c: New file.
1646 * gdb.base/reggroups.exp: New file.
1647
eccab96d
JB
16482017-12-18 Joel Brobecker <brobecker@adacore.com>
1649
1650 * gdb.dwarf2/ada-valprint-error.c: New file.
1651 * gdb.dwarf2/ada-valprint-error.exp: New file.
1652
0e2da9f0
JB
16532017-12-18 Joel Brobecker <brobecker@adacore.com>
1654
1655 * gdb.ada/assign_arr: New testcase.
1656
cb923fcc
XR
16572017-12-18 Xavier Roirand <roirand@adacore.com>
1658
1659 * gdb.ada/funcall_ptr: New testcase.
1660
7c161838
SDJ
16612017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1662
1663 PR cli/16224
1664 * gdb.base/ptype-offsets.cc: New file.
1665 * gdb.base/ptype-offsets.exp: New file.
1666
1af17fd9
YQ
16672017-12-15 Yao Qi <yao.qi@linaro.org>
1668
1669 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
1670 if XML is disabled.
1671
828d5846
XR
16722017-12-15 Xavier Roirand <roirand@adacore.com>
1673
1674 * gdb.ada/same_component_name: New testcase.
1675
79e8fcaa
JB
16762017-12-14 Joel Brobecker <brobecker@adacore.com>
1677
1678 * gdb.ada/str_binop_equal: New testcase.
1679
e05fa6f9
JB
16802017-12-14 Joel Brobecker <brobecker@adacore.com>
1681
1682 * gdb.ada/task_switch_in_core: New testcase.
1683
b89641ba
SM
16842017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1685
1686 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
1687 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
1688 call test_bkpt_qualified.
1689 (test_bkpt_qualified): New proc.
1690
6892d2e4
PA
16912017-12-13 Pedro Alves <palves@redhat.com>
1692
1693 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1694 Tighten regexp by matching with an anchor.
1695
a22ecf70
PA
16962017-12-13 Pedro Alves <palves@redhat.com>
1697
1698 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
1699 ("expression with namespace"): New set of tests.
1700 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
1701 (Nested::Test_NS::qux): New.
1702 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
1703 defaults to 'start_quote_char' and 'end_quote_char' parameters.
1704
9937536c
JB
17052017-12-13 Joel Brobecker <brobecker@adacore.com>
1706
1707 * gdb.base/server-del-break.c: New file.
1708 * gdb.base/server-del-break.exp: New file.
1709
fe49c6f5
SH
17102017-12-12 Stafford Horne <shorne@gmail.com>
1711
1712 * gdb.xml/tdesc-regs.exp: Add or1k support.
1713
c3d18620
SH
17142017-12-12 Stafford Horne <shorne@gmail.com>
1715
1716 * gdb.base/bp-permanent.c: Define nop of or1k.
1717
c5f9cfc8
JB
17182017-12-11 Joel Brobecker <brobecker@adacore.com>
1719
1720 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
1721 output with components being reordered.
1722
a9c135fc
JB
17232017-12-11 Joel Brobecker <brobecker@adacore.com>
1724
1725 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
1726 output with components being reordered.
1727
927aa2e7
JK
17282017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1729 Pedro Alves <palves@redhat.com>
1730
1731 * gdb.base/maint.exp (check for .gdb_index): Check also for
1732 .debug_names.
1733 * gdb.dlang/watch-loc.c (.debug_aranges): New.
1734 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
1735 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
1736 (.gdb_index used after symbol reloading): Support also .debug_names.
1737 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
1738
f17d9474
YQ
17392017-12-08 Yao Qi <yao.qi@linaro.org>
1740
1741 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1742 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
1743
a0de8c21
YQ
17442017-12-08 Yao Qi <yao.qi@linaro.org>
1745
1746 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1747 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
1748
a738ea1d
YQ
17492017-12-08 Yao Qi <yao.qi@linaro.org>
1750
1751 * gdb.arch/aarch64-tagged-pointer.c: New file.
1752 * gdb.arch/aarch64-tagged-pointer.exp: New file.
1753
1cd9a73b
SDJ
17542017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
1755
1756 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
1757 "int".
1758
fa6eb693
KS
17592017-12-07 Keith Seitz <keiths@redhat.com>
1760
1761 PR breakpoints/22569
1762 * gdb.linespec/ls-errs.exp: Change expected result of "break
1763 -source this file has spaces.c -line 3".
1764 Check that an explicit source file followed by whitespace is
1765 identified as an invalid explicit location.
1766
883fd55a
KS
17672017-12-07 Keith Seitz <keiths@redhat.com>
1768
1769 * gdb.cp/nested-types.cc: New file.
1770 * gdb.cp/nested-types.exp: New file.
1771 * lib/cp-support.exp: Load data-structures.exp library.
1772 (debug_cp_test_ptype_class): New global.
1773 (cp_ptype_class_verbose, next_line): New procedures.
1774 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
1775 Add and document new return value.
1776 Switch the list of lines to a queue.
1777 Add support for new `type' key for nested type definitions.
1778 Add debugging/troubleshooting messages.
1779 * lib/data-structures.exp: New file.
1780
ec72db3e
SM
17812017-12-07 Simon Marchi <simon.marchi@ericsson.com>
1782
1783 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
1784 with proc_with_prefix, don't use with_test_prefix.
1785
99598d71
TT
17862017-12-07 Tom Tromey <tom@tromey.com>
1787
1788 * gdb.base/break.exp: Add test for empty "commands".
1789
a8806230
YQ
17902017-12-07 Yao Qi <yao.qi@linaro.org>
1791
1792 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
1793 malloc and catch syscall.
1794
824cc835
PM
17952017-12-07 Phil Muldoon <pmuldoon@redhat.com>
1796
1797 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
1798 tests for explicit locations.
1799
7cc244de
PA
18002017-12-06 Pedro Alves <palves@redhat.com>
1801
1802 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
1803 force-disabling XML descriptions.
1804
50a1fdd5
PA
18052017-12-04 Pedro Alves <palves@redhat.com>
1806
1807 PR gdb/22499
1808 * gdb.arch/amd64-disp-step-avx.S: New file.
1809 * gdb.arch/amd64-disp-step-avx.exp: New file.
1810
f0fb2488
PA
18112017-12-03 Pedro Alves <palves@redhat.com>
1812
1813 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
1814 and <string.h>.
1815 (parent_function): Print distinct messages when waitpid fails, or
1816 the child exits with a signal, or the child exits for an unhandled
1817 reason.
1818 * gdb.threads/process-dies-while-detaching.exp
1819 (detach_and_expect_exit): New 'inf_output_re' parameter and use
1820 it. Wait for both inferior output and GDB's prompt. Use an
1821 indirect spawn id list.
1822 (do_detach): New parameter 'child_exit'. Use it to compute
1823 expected inferior output.
1824 (test_detach, test_detach_watch, test_detach_killed_outside):
1825 Adjust to pass down the expected child exit kind.
1826
97cbe998
SDJ
18272017-12-01 Joel Brobecker <brobecker@adacore.com>
1828 Sergio Durigan Junior <sergiodj@redhat.com>
1829 Pedro Alves <palves@redhat.com>
1830
1831 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
1832
40fc416f
SDJ
18332017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
1834
1835 * gdb.base/relocate.exp: Add tests to guarantee that arguments
1836 to 'symbol-file' and 'add-symbol-file' can be
1837 position-independent.
1838
1cc75e92
YQ
18392017-12-01 Yao Qi <yao.qi@linaro.org>
1840
1841 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
1842 the URL in copyright header.
1843 * gdb.arch/aarch64-fp.exp: Likewise.
1844 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
1845 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
1846 * gdb.base/expand-psymtabs.exp: Likewise.
1847 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
1848 * gdb.fortran/common-block.exp: Likewise.
1849 * gdb.fortran/common-block.f90: Likewise.
1850 * gdb.fortran/logical.exp: Likewise.
1851 * gdb.fortran/vla-datatypes.f90: Likewise.
1852 * gdb.fortran/vla-sub.f90: Likewise.
1853
875fb7a7
JB
18542017-11-30 Joel Brobecker <brobecker@adacore.com>
1855
1856 * gdb.ada/repeat_dyn: New testcase.
1857
6f14765f
UW
18582017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
1859
1860 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
1861 Update for changed thread numbering.
1862 * gdb.cell/bt.exp: Update for changed GDB output.
1863
f1af7b94
SM
18642017-11-30 Simon Marchi <simon.marchi@ericsson.com>
1865
1866 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
1867 setting isremote by hand.
1868 * boards/dwarf4-gdb-index.exp: Likewise.
1869 * boards/fission.exp: Likewise.
1870 * boards/stabs.exp: Likewise.
1871
e3919f3e
PA
18722017-11-30 Pedro Alves <palves@redhat.com>
1873
1874 * gdb.linespec/cpls-ops.exp
1875 (check_explicit_skips_function_argument): Extract the underlying
1876 type of size_t instead of hardcoding it.
1877
bd69330d
PA
18782017-11-29 Pedro Alves <palves@redhat.com>
1879
1880 PR c++/19436
1881 * gdb.linespec/cpls-abi-tag.cc: New file.
1882 * gdb.linespec/cpls-abi-tag.exp: New file.
1883
a20714ff
PA
18842017-11-29 Pedro Alves <palves@redhat.com>
1885
1886 * gdb.base/langs.exp: Use -qualified.
1887 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
1888 it.
1889 * gdb.cp/namespace.exp: Use -qualified.
1890 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
1891 (overload-3, template-overload, template-ret-type, const-overload)
1892 (const-overload-quoted, anon-ns, ambiguous-prefix): New
1893 procedures.
1894 (test_driver): Call them.
1895 * gdb.cp/save-bp-qualified.cc: New.
1896 * gdb.cp/save-bp-qualified.exp: New.
1897 * gdb.linespec/explicit.exp: Test -qualified.
1898 * lib/completion-support.exp (completion::explicit_opts_list): Add
1899 "-qualified".
1900 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
1901
f6f1d339
PM
19022017-11-29 Phil Muldoon <pmuldoon@redhat.com>
1903
1904 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
1905
02ca603a
TT
19062017-11-29 Tom Tromey <tom@tromey.com>
1907
1908 * gdb.base/relocate.exp: Update invalid argument test.
1909 Add new tests for invalid arguments.
1910
ed6c0bfb
TP
19112017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
1912
1913 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
1914 Return 0 as a long.
1915 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
1916
f106e10e
TP
19172017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
1918
1919 * gdb.cp/breakpoint.cc (bar): Set return type to void.
1920 * gdb.cp/psymtab-parameter.cc (func): Likewise.
1921 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
1922 func ().
1923 * gdb.cp/shadow.cc (B.func): Return 0.
1924
10329bb2
JB
19252017-11-27 Joel Brobecker <brobecker@adacore.com>
1926
1927 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
1928 expected output in gdb_expect call to allow the exception
1929 message to be present as well. Fix syntax confusion to avoid
1930 TCL thinking that exception_name is an array.
1931
617cd4bc
UW
19322017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
1933
1934 * gdb.arch/spu-info.c: Include <unistd.h>.
1935 (do_signal_test): Fix broken calls to write.
1936 * gdb.arch/spu-info.exp: Use prepare_for_testing.
1937 Fix checks for empty mailboxes. Update signal tests for corrected
1938 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
1939 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
1940 * gdb.cell/arch.exp: Use standard_output_file.
1941 * gdb.cell/break.exp: Likewise.
1942 * gdb.cell/bt.exp: Likewise.
1943 * gdb.cell/core.exp: Likewise.
1944 * gdb.cell/dwarfaddr.exp: Likewise.
1945 * gdb.cell/ea-cache.exp: Likewise.
1946 * gdb.cell/ea-standalone.exp: Likewise.
1947 * gdb.cell/f-regs.exp: Likewise.
1948 * gdb.cell/fork.exp: Likewise.
1949 * gdb.cell/gcore.exp: Likewise.
1950 * gdb.cell/mem-access.exp: Likewise.
1951 * gdb.cell/ptype.exp: Likewise.
1952 * gdb.cell/registers.exp: Likewise.
1953 * gdb.cell/sizeof.exp: Likewise.
1954 * gdb.cell/solib-symbol.exp: Likewise.
1955 * gdb.cell/solib.exp: Likewise.
617cd4bc 1956
a81aaca0
PA
19572017-11-25 Pedro Alves <palves@redhat.com>
1958
1959 * gdb.base/complete-empty.exp: New file.
1960 * gdb.base/completion.exp: Adjust.
1961
6a3c6ee4
PA
19622017-11-25 Pedro Alves <palves@redhat.com>
1963
1964 * gdb.linespec/cpls-ops.cc: New file.
1965 * gdb.linespec/cpls-ops.exp: New file.
1966 * lib/completion-support.exp (test_complete_prefix_range_re): New,
1967 factored out from ...
1968 (test_complete_prefix_range): ... this.
1969
8955eb2d
PA
19702017-11-24 Pedro Alves <palves@redhat.com>
1971
1972 * gdb.linespec/cpcompletion.exp: New file.
1973 * gdb.linespec/cpls-hyphen.cc: New file.
1974 * gdb.linespec/cpls.cc: New file.
1975 * gdb.linespec/cpls2.cc: New file.
1976 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
1977 test to use test_gdb_complete_unique. Add label completion,
1978 keyword completion and explicit location completion tests.
1979 * lib/completion-support.exp: New file.
1980
e547c119
JB
19812017-11-24 Joel Brobecker <brobecker@adacore.com>
1982
1983 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
1984 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
1985 when hitting an exception catchpoint.
1986
7c3c1aa8
YQ
19872017-11-22 Yao Qi <yao.qi@linaro.org>
1988
1989 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
1990
41bd68f5
SM
19912017-11-22 Simon Marchi <simon.marchi@ericsson.com>
1992
1993 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
1994 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
1995 * gdb.dwarf2/info-locals-optimized-out.c: New file.
1996
1daad298
YQ
19972017-11-22 Yao Qi <yao.qi@linaro.org>
1998
1999 * gdb.base/info-os.exp: Pass pthreads.
2000 * gdb.multi/multi-attach.exp: Likewise.
2001
88465e87
YQ
20022017-11-22 Yao Qi <yao.qi@linaro.org>
2003
2004 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
2005 compiler.
2006
dc196b23
YQ
20072017-11-22 Yao Qi <yao.qi@linaro.org>
2008
2009 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
2010 * gdb.base/break-interp.exp: Likewise.
2011 * gdb.base/jit-attach-pie.exp: Likewise.
2012
2400729e
UW
20132017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
2014
2015 * gdb.base/float128.c (large128): New variable.
2016 * gdb.base/float128.exp: Add test to print largest __float128 value.
2017
7a26362d
UW
20182017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
2019
2020 * gdb.arch/vsx-regs.exp: Update register content checks.
2021
ed0f4273
UW
20222017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
2023
2024 * gdb.arch/ppc-longdouble.exp: New file.
2025 * gdb.arch/ppc-longdouble.c: Likewise.
2026
a25d69c6
PA
20272017-11-21 Pedro Alves <palves@redhat.com>
2028
2029 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
2030
73fcf641
PA
20312017-11-20 Pedro Alves <palves@redhat.com>
2032
2033 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
2034 (long_double_typedef): New typedefs.
2035 Use DEF on double and long double.
2036 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
2037 cases.
2038 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
2039 and 'long_double_ptr_same_size' locals. Use them to decide
2040 whether cast from array/function to float is valid/invalid.
2041
71a3c369
TT
20422017-11-17 Tom Tromey <tom@tromey.com>
2043
2044 * gdb.rust/traits.rs: New file.
2045 * gdb.rust/traits.exp: New file.
2046
ced9779b
JB
20472017-11-17 Joel Brobecker <brobecker@adacore.com>
2048
2049 * gdb.ada/minsyms: New testcase.
2050
a0922d80
PA
20512017-11-16 Pedro Alves <palves@redhat.com>
2052
2053 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
2054 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
2055
ea04e54c
PA
20562017-11-16 Pedro Alves <palves@redhat.com>
2057
2058 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
2059 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
2060
e849ea89
PA
20612017-11-16 Pedro Alves <palves@redhat.com>
2062
2063 * gdb.server/reconnect-ctrl-c.c: New file.
2064 * gdb.server/reconnect-ctrl-c.exp: New file.
2065
d8ae99a7
PM
20662017-11-16 Phil Muldoon <pmuldoon@redhat.com>
2067
2068 * gdb.python/py-rbreak.exp: New file.
2069 * gdb.python/py-rbreak.c: New file.
2070 * gdb.python/py-rbreak-func2.c: New file.
2071
968a13f8
PA
20722017-11-16 Pedro Alves <palves@redhat.com>
2073
2074 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
2075 pattern.
2076 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
2077 GDB.
2078
71774bc9
SM
20792017-11-15 Simon Marchi <simon.marchi@ericsson.com>
2080
2081 * gdb.tui/completionn.exp (test_tab_completion): Add space in
2082 regex.
2083
ddbb44cf
SM
20842017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
2085
2086 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
2087 test names.
2088
584a564f
PA
20892017-11-09 Pedro Alves <palves@redhat.com>
2090
2091 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
2092 factored out from ...
2093 (top level): ... here, and adjusted to avoid expecting beyond the
2094 prompt in a single gdb_test_multiple.
2095
5ed7a928
PA
20962017-11-09 Pedro Alves <palves@redhat.com>
2097
2098 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
2099 output.
2100 * gdb.server/ext-attach.exp ("kill" test): Likewise.
2101 * gdb.server/ext-restart.exp ("kill" test): Likewise.
2102 * gdb.server/ext-run.exp ("kill" test): Likewise.
2103 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
2104
a60e0738
PA
21052017-11-09 Pedro Alves <palves@redhat.com>
2106
2107 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
2108 match till end of line.
2109
2c88253f
PA
21102017-11-09 Pedro Alves <palves@redhat.com>
2111
2112 * gdb.base/memattr.exp: Tighten regexes to match the end line.
2113
c7a38517
PA
21142017-11-09 Pedro Alves <palves@redhat.com>
2115
2116 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
2117 New procedures, factored out from ...
2118 (top level): ... here, and adjusted to avoid expecting beyond the
2119 prompt in one go.
2120
f29f4b6b
PA
21212017-11-09 Pedro Alves <palves@redhat.com>
2122
2123 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
2124 output. Fix '?' match.
2125
286acbb5
JB
21262017-11-08 Joel Brobecker <brobecker@adacore.com>
2127
2128 * gdb.ada/scoped_watch: New testcase.
2129 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
2130 which is actually correct.
2131 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
2132 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
2133
62d7ae92
PA
21342017-11-08 Pedro Alves <palves@redhat.com>
2135
2136 * gdb.gdb/complaints.exp (test_initial_complaints)
2137 (test_serial_complaints, test_short_complaints): Call
2138 complaint_internal instead of complaint.
2139
280ca31f
DT
21402017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
2141
2142 * gdb.threads/tls-core.c: New file.
2143 * gdb.threads/tls-core.exp: Likewise.
2144
b5ec771e
PA
21452017-11-08 Pedro Alves <palves@redhat.com>
2146
2147 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
2148 (p Exported_Capitalized): New test.
2149 (p exported_capitalized): New test.
2150
a02b41a7
PA
21512017-11-07 Pedro Alves <palves@redhat.com>
2152
2153 * gdb.cp/ena-dis-br-range.exp: Add more tests.
2154
95e95a6d
PA
21552017-11-07 Pedro Alves <palves@redhat.com>
2156
2157 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
2158 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
2159 (disable_invalid, disable_inverted, disable_negative): New
2160 procedures.
2161 ("bad numbers"): New set of tests.
2162
cee62dbd
PA
21632017-11-07 Pedro Alves <palves@redhat.com>
2164
2165 * gdb.cp/ena-dis-br-range.exp: Add tests.
2166
cc638e86
PA
21672017-11-07 Pedro Alves <palves@redhat.com>
2168
2169 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
2170
d0fe4701
XR
21712017-11-07 Xavier Roirand <roirand@adacore.com>
2172 Pedro Alves <palves@redhat.com>
2173
2174 * gdb.base/ena-dis-br.exp: Add reference to
2175 gdb.cp/ena-dis-br-range.exp.
2176 * gdb.cp/ena-dis-br-range.exp: New file.
2177 * gdb.cp/ena-dis-br-range.cc: New file.
2178
46f67f80
PA
21792017-11-06 Pedro Alves <palves@redhat.com>
2180
2181 * gdb.base/attach-non-pgrp-leader.c: New.
2182 * gdb.base/attach-non-pgrp-leader.exp: New.
2183
726e1356
PA
21842017-11-06 Pedro Alves <palves@redhat.com>
2185
2186 * configure.ac: No longer check for termio.h and sgtty.h.
2187 * configure: Regenerate.
2188 * remote-utils.c: Include termios.h instead of gdb_termios.h.
2189 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
2190 Remove termio and sgtty code.
2191
50ab6ace
YQ
21922017-11-03 Yao Qi <yao.qi@linaro.org>
2193
2194 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
2195 in GDB is disabled.
2196
8e68731c
YQ
21972017-11-03 Yao Qi <yao.qi@linaro.org>
2198
2199 * gdb.python/py-thrhandle.exp: Skip it if python is not
2200 enabled.
2201
3a87ae65
SM
22022017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
2203
2204 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
2205 as a breakpoint command.
2206
484d8d36
MD
22072017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
2208
2209 PR python/21213
2210 * gdb.python/py-infthread.exp: Test calling
2211 InferiorThread.inferior () multiple times in a row.
2212
4a27f119
KS
22132017-10-27 Keith Seitz <keiths@redhat.com>
2214
2215 * gdb.opt/inline-break.exp (break_info_1): New procedure.
2216 Test "info break" for every inlined function breakpoint.
2217
bb11dd58
YQ
22182017-10-27 Yao Qi <yao.qi@linaro.org>
2219
2220 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
2221
a43f3893
PF
22222017-10-26 Patrick Frants <osscontribute@gmail.com>
2223
2224 * gdb.cp/classes.exp (test_static_members): Test printing
2225 Outer::instance.
2226 * gdb.cp/classes.c (struct Inner, struct Outer): New.
2227 (Inner::instance, Outer::instance): New.
2228
792ccf00
PA
22292017-10-24 Pedro Alves <palves@redhat.com>
2230
2231 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
2232 extra console" test in two stages.
2233
eb2bfbad
PA
22342017-10-24 Pedro Alves <palves@redhat.com>
2235
2236 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
2237
1f75a651
PA
22382017-10-24 Pedro Alves <palves@redhat.com>
2239
2240 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
2241 loop.
2242
779990d9
PA
22432017-10-24 Pedro Alves <palves@redhat.com>
2244
2245 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
2246 $attempt" and "stoppedtry $stoppedtry" test prefixes.
2247
ad9b8f5d
PA
22482017-10-24 Pedro Alves <palves@redhat.com>
2249
2250 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
2251 parameter and handle it. Don't output read value in test name.
2252
fee6da6e
PA
22532017-10-24 Pedro Alves <palves@redhat.com>
2254
2255 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
2256 custom test name.
2257
10389c2c
PA
22582017-10-24 Pedro Alves <palves@redhat.com>
2259
2260 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
2261 include the unstable output directory name in the test's name.
2262 (initial_setup_simple) <'set args'>: Use custom test name.
2263
a80e65a9
PA
22642017-10-24 Pedro Alves <palves@redhat.com>
2265
2266 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
2267 with explicit test name.
2268
15763a09
PA
22692017-10-20 Pedro Alves <palves@redhat.com>
2270
2271 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
2272 'wait -i'. Use gdb_assert and remote_close.
2273
49a4ce2e
AB
22742017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
2275
2276 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
2277 number from variable rather than hard-coded.
2278
a75868f5
PA
22792017-10-19 Pedro Alves <palves@redhat.com>
2280
2281 * gdb.base/long-inferior-output.c: New file.
2282 * gdb.base/long-inferior-output.exp: New file.
2283
c8ba13ad
KS
22842017-11-18 Keith Seitz <keiths@redhat.com>
2285
2286 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
2287 method.
2288 (main): Call it.
2289 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
2290 Add additional user-defined conversion operator tests.
2291
b27de576
PA
22922017-10-17 Pedro Alves <palves@redhat.com>
2293
2294 * boards/native-stdio-gdbserver.exp: Load "local-board".
2295
8484c955
PA
22962017-10-17 Pedro Alves <palves@redhat.com>
2297
2298 * gdb.base/quit-live.c: New file.
2299 * gdb.base/quit-live.exp: New file.
2300
83d5a34d
KS
23012017-10-16 Keith Seitz <keiths@redhat.com>
2302
2303 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
2304 (class_with_protected_typedef, class_with_private_typedef)
2305 (struct_with_public_typedef, struct_with_protected_typedef)
2306 (struct_with_private_typedef): New classes/structs.
2307 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
2308 typedefs and access specifiers.
2309
739b3f1d
PA
23102017-10-16 Pedro Alves <palves@redhat.com>
2311 Simon Marchi <simon.marchi@polymtl.ca>
2312
2313 * README (Local vs Remote vs Native): New section.
2314 * boards/local-board.exp: New file, with bits factored out from
2315 ...
2316 * boards/native-extended-gdbserver.exp: ... here. Load
2317 "local-board".
2318 * boards/native-gdbserver.exp: Load "local-board".
2319 (${board}_spawn, ${board}_exec): Delete.
2320 * boards/native-stdio-gdbserver.exp: Most contents factored out to
2321 ...
2322 * boards/stdio-gdbserver-base.exp: ... this new file.
2323 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
2324 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
2325 procedure.
2326 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
2327 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
2328 stdio_gdbserver_command.
2329 (${board}_get_remote_address, ${board}_get_comm_port)
2330 (${board}_download, ${board}_upload): Delete.
2331 (get_target_remote_pipe_cmd): New.
2332
fe68b953
SM
23332017-10-16 Simon Marchi <simon.marchi@ericsson.com>
2334
2335 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
2336 test_bkpt_deletion, test_bkpt_cond_and_cmds,
2337 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
2338 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
2339 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
2340 remove with_test_prefix.
2341
300b6685
PA
23422017-10-13 Pedro Alves <palves@redhat.com>
2343
2344 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
2345 * gdb.base/annota1.exp: Use it instead of is_remote.
2346 * gdb.base/annota3.exp: Use it instead of is_remote.
2347 * gdb.cp/annota2.exp: Use it instead of is_remote.
2348 * gdb.cp/annota3.exp: Use it instead of is_remote.
2349 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
2350
50500caf
PA
23512017-10-13 Pedro Alves <palves@redhat.com>
2352
2353 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
2354 (test_num_test_vars, run_and_count_vars, find_env)
2355 (test_set_unset_env, test_inherit_env_var): New procedures.
2356 (top level): Use them.
2357
dad0c6d2
PA
23582017-10-13 Pedro Alves <palves@redhat.com>
2359
2360 * lib/selftest-support.exp (selftest_setup): Extend comments, and
2361 also skip on stub-like targets.
2362
8b0553c1
PA
23632017-10-13 Pedro Alves <palves@redhat.com>
2364
2365 PR gdb/22293
2366 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
2367 (top level): Move some tests to ...
2368 (test_not_found): ... this new procedure.
2369 (top level): Call it.
2370
7594f623
PA
23712017-10-13 Pedro Alves <palves@redhat.com>
2372
2373 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
2374 expect different "info terminal" output if testing with a
2375 non-native target.
2376
ebe3b402
PA
23772017-10-13 Pedro Alves <palves@redhat.com>
2378 Simon Marchi <simon.marchi@polymtl.ca>
2379
2380 PR python/12966
2381 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
2382
42f1b161
PA
23832017-10-13 Pedro Alves <palves@redhat.com>
2384
2385 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
2386 already.
2387
8d6ef72b
PA
23882017-10-13 Pedro Alves <palves@redhat.com>
2389
2390 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
2391 is_remote.
2392
d7bcd5b8
PA
23932017-10-13 Pedro Alves <palves@redhat.com>
2394
2395 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
2396 is_remote.
2397
df479dc6
PA
23982017-10-13 Pedro Alves <palves@redhat.com>
2399
2400 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
2401 is set.
2402 (corefile_test_attach): Likewise. Check can_spawn_for_attach
2403 instead of is_remote.
2404
23fb630a
PA
24052017-10-13 Pedro Alves <palves@redhat.com>
2406
2407 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
2408 (top level): Add comment.
2409
cc77b1dc
PA
24102017-10-13 Pedro Alves <palves@redhat.com>
2411
2412 * gdb.base/remote.exp (top level): Fix comment typo and add
2413 missing return.
2414
27c9e813
PA
24152017-10-13 Pedro Alves <palves@redhat.com>
2416 Simon Marchi <simon.marchi@polymtl.ca>
2417
2418 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
2419 calls and add comments. Skip test if use_gdb_stub is set.
2420 (top level): Use "set cwd" command instead of "cd" command.
2421
5e830d98
PA
24222017-10-13 Pedro Alves <palves@redhat.com>
2423
2424 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
2425 is_remote target check.
2426
f5ca0032
PA
24272017-10-13 Pedro Alves <palves@redhat.com>
2428
2429 * gdb.base/scope.exp: Use build_executable + clean_restart +
2430 gdb_file_cmd instead of prepare_for_testing and no longer skip
2431 "before run" tests on is_remote target boards. Update comments.
2432 * boards/native-extended-gdbserver.exp
2433 (extended_gdbserver_load_last_file): New, factored out from ...
2434 (gdb_load): ... this. Move further below and add comment.
2435 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
2436
8aed1c0d
PA
24372017-10-12 Pedro Alves <palves@redhat.com>
2438
2439 * gdb.base/attach.exp: Remove references to gdb64.
2440 * gdb.base/dbx.exp: Remove references to gdb64.
2441
cfa34c87
SM
24422017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
2443 Pedro Alves <palves@redhat.com>
2444
2445 * gdb.base/label.exp: Remove is_remote target check.
2446
9192b7de
PA
24472017-10-12 Pedro Alves <palves@redhat.com>
2448
2449 * gdb.base/auvx.exp (coredir): Update comment.
2450 (top level) <core_works>: Use "set cwd" command instead of "cd"
2451 command.
2452
6bf0052d
PA
24532017-10-12 Pedro Alves <palves@redhat.com>
2454 Simon Marchi <simon.marchi@polymtl.ca>
2455
2456 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
2457 target boards.
2458
e48ef82d
PA
24592017-10-12 Pedro Alves <palves@redhat.com>
2460 Simon Marchi <simon.marchi@polymtl.ca>
2461
2462 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
2463 Instead skip if there's any gdb_protocol set.
2464
8d7aea57
SM
24652017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
2466 Pedro Alves <palves@redhat.com>
2467
2468 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
2469
30440677
PA
24702017-10-12 Pedro Alves <palves@redhat.com>
2471 Simon Marchi <simon.marchi@polymtl.ca>
2472
2473 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
2474 instead of on dejagnu remote boards.
2475
4e04f045 24762017-10-12 Pedro Alves <palves@redhat.com>
175654b9 2477 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
2478
2479 * gdb.base/inferior-died.exp: Remove is_remote and isnative
2480 checks. Use build_executable + clean_restart instead of
2481 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
2482 of enabling non-stop after starting gdb.
2483
871a186e
PA
24842017-10-12 Pedro Alves <palves@redhat.com>
2485
2486 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
2487 * gdb.threads/non-ldr-exc-2.exp: Ditto.
2488 * gdb.threads/non-ldr-exc-3.exp: Ditto.
2489 * gdb.threads/non-ldr-exc-4.exp: Ditto.
2490
56d704da
AK
24912017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
2492
2493 * gdb.arch/arc-tdesc-cpu.exp: New file.
2494 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
2495
2f20e312
SM
24962017-10-10 Simon Marchi <simon.marchi@ericsson.com>
2497
2498 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
2499
65630365
PA
25002017-10-10 Pedro Alves <palves@redhat.com>
2501
2502 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
2503 expect CLI output.
2504
bf469271
PA
25052017-10-10 Pedro Alves <palves@redhat.com>
2506
2507 * lib/selftest-support.exp (selftest_setup): Update for
2508 captured_command_loop's prototype change.
2509
777a42f1
PA
25102017-10-09 Pedro Alves <palves@redhat.com>
2511
2512 Test both arch1=>arch2 and arch2=>arch1.
2513
2514 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
2515 (srcfile2, binfile2, march1, march2): Remove globals. Largely
2516 factored out to...
2517 (append_arch1_options, append_arch2_options, append_arch_options)
2518 (build_executables): New procedures.
2519 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
2520 local.
2521 (top level): Add new 'first_arch' testing axis.
2522
cbd2b4e3
PA
25232017-10-09 Pedro Alves <palves@redhat.com>
2524
2525 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
2526 (barrier): New.
2527 (thread_start, all_started): New functions.
2528 (main): Spawn new thread and wait until it is scheduled.
2529 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
2530 option.
2531 (do_test): Add 'selected_thread' parameter. Run to all_started
2532 instead of main. Explicitly set the breakpoint at main. Switch
2533 to the SELECTED_THREAD thread.
2534 (top level): Test handling the exec event with either the main
2535 thread or the second thread selected.
2536
5c9e4427
PA
25372017-10-09 Pedro Alves <palves@redhat.com>
2538
2539 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
2540 logic. Move STOP marker after the value checks.
2541 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
2542 regexp.
2543
b3b7c423
SL
25442017-10-06 Sandra Loosemore <sandra@codesourcery.com>
2545
2546 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
2547
3b4b2f16
UW
25482017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
2549
2550 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
2551 integer-to-dfp conversion.
2552 * gdb.base/dfp-test.exp: Likewise.
2553
5cd63fda
PA
25542017-10-04 Pedro Alves <palves@redhat.com>
2555
2556 * gdb.multi/hangout.c: Include <unistd.h>.
2557 (hangout_loop): New function.
2558 (main): Call alarm. Call hangout_loop in a loop.
2559 * gdb.multi/hello.c: Include <unistd.h>.
2560 (hello_loop): New function.
2561 (main): Call alarm. Call hangout_loop in a loop.
2562 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
2563 inferior with the other selected.
2564
4c71c105
SM
25652017-10-04 Simon Marchi <simon.marchi@ericsson.com>
2566
2567 * gdb.mi/list-thread-groups-available.exp: New file.
2568 * gdb.mi/list-thread-groups-available.c: New file.
2569
bc3b087d
SDJ
25702017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
2571
2572 * gdb.base/set-cwd.exp: Make it available on
2573 native-extended-gdbserver.
2574
d092c5a2
SDJ
25752017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
2576
2577 * gdb.base/set-cwd.c: New file.
2578 * gdb.base/set-cwd.exp: Likewise.
2579
45320ffa
TT
25802017-10-02 Tom Tromey <tom@tromey.com>
2581
2582 PR rust/22236:
2583 * gdb.rust/simple.rs (main): New variable "fslice".
2584 * gdb.rust/simple.exp: Add slice tests. Update string tests.
2585
b3e3859b
TT
25862017-10-02 Tom Tromey <tom@tromey.com>
2587
2588 * gdb.rust/simple.exp: Test ptype of a slice.
2589
01af5e0d
TT
25902017-10-02 Tom Tromey <tom@tromey.com>
2591
2592 * gdb.rust/simple.exp: Test index of slice.
2593
a9bbfbd8
TT
25942017-09-27 Tom Tromey <tom@tromey.com>
2595
2596 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
2597
df8899e5
TP
25982017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
2599 Pedro Alves <palves@redhat.com>
2600
2601 * gdb.base/compare-sections.exp (get value of read-only section): Read
2602 as unsigned value.
2603 (corrupt read-only section): Likewise and don't set written if patching
2604 failed.
2605
757bf54b
KB
26062017-09-21 Kevin Buettner <kevinb@redhat.com>
2607
2608 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
2609 files.
2610
06871ae8
PA
26112017-09-20 Pedro Alves <palves@redhat.com>
2612
2613 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
2614 symbol names in gdb's output.
2615 * gdb.cp/overload.exp ("list all overloads"): Likewise.
2616
e5f25bc5
PA
26172017-09-20 Pedro Alves <palves@redhat.com>
2618
2619 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
2620 Rename to ...
2621 (test_list_ambiguous_symbol): ... this and add a symbol name
2622 parameter. Adjust.
2623 (test_list_ambiguous_function): Reimplement on top of
2624 test_list_ambiguous_symbol and also test listing ambiguous
2625 variables.
2626 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
2627 (ambiguous_fun): ... this.
2628 (ambiguous_var): New.
2629 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
2630 (ambiguous_fun): ... this.
2631 (ambiguous_var): New.
2632
4e5a4f58
JB
26332017-09-19 John Baldwin <jhb@FreeBSD.org>
2634
2635 * gdb.base/starti.c: New file.
2636 * gdb.base/starti.exp: New file.
2637 * lib/gdb.exp (gdb_starti_cmd): New procedure.
2638
26e53f3e
PA
26392017-09-14 Pedro Alves <palves@redhat.com>
2640
2641 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
2642 (top level): Use it instead of runto.
2643
cb791d59
TT
26442017-09-11 Tom Tromey <tom@tromey.com>
2645
2646 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
2647
7c96f8c1
TT
26482017-09-11 Tom Tromey <tom@tromey.com>
2649
2650 * gdb.python/py-infthread.exp: Add tests for new_thread event.
2651 * gdb.python/py-inferior.exp: Add tests for new inferior events.
2652
469412dd
CW
26532017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
2654
2655 * gdb.fortran/printing-types.exp: New file.
2656 * gdb.fortran/printing-types.exp: New file.
2657
e0f86435
BH
26582017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
2659
2660 * gdb.fortran/vla-ptype.exp: Fix typos.
2661 * gdb.fortran/vla-value.exp: Same.
2662
9e9af4be
BH
26632017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
2664
2665 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
2666 * gdb.mi/mi-var-child-f.exp: Likewise.
2667 * gdb.mi/mi-vla-fortran.exp: Likewise.
2668
a5ad232b
FP
26692017-09-08 Frank Penczek <frank.penczek@intel.com>
2670 Christoph Weinmann <christoph.t.weinmann@intel.com>
2671 Bernhard Heckel <bernhard.heckel@intel.com>
2672
2673 * gdb.fortran/ptr-indentation.f90: New file.
2674 * gdb.fortran/ptr-indentation.exp: New file.
2675
5aec60eb
TT
26762017-09-05 Tom Tromey <tom@tromey.com>
2677
2678 PR gdb/22010:
2679 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
2680
8f8f8152
TP
26812017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
2682
2683 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
2684
fbd1b771
JK
26852017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2686
2687 * gdb.threads/tls-nodebug-pie.c: New file.
2688 * gdb.threads/tls-nodebug-pie.exp: New file.
2689
5eb5f850
TT
26902017-09-05 Tom Tromey <tom@tromey.com>
2691
2692 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
2693 for rust.
2694
ae780a21
SM
26952017-09-05 Simon Marchi <simon.marchi@ericsson.com>
2696
2697 * gdb.multi/multi-arch-exec.exp: Test with different
2698 "follow-exec-mode" settings.
2699 (do_test): New procedure.
2700
3693fdb3
PA
27012017-09-04 Pedro Alves <palves@redhat.com>
2702
2703 * gdb.base/func-static.c (S::method const, S::method volatile)
2704 (S::method volatile const): New methods.
2705 (c_s, v_s, cv_s): New instances.
2706 (main): Call method() on them.
2707 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
2708 (cannot_resolve): New procedure.
2709 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
2710 print-quote-unquoted columns.
2711 (do_test): Test printing each scope too.
2712
e68cb8e0
PA
27132017-09-04 Pedro Alves <palves@redhat.com>
2714
2715 * gdb.base/local-static.exp: Also test with
2716 class::method::variable wholly quoted.
2717 * gdb.cp/m-static.exp (class::method::variable): Remove test.
2718
858be34c
PA
27192017-09-04 Pedro Alves <palves@redhat.com>
2720
2721 * gdb.base/local-static.c: New.
2722 * gdb.base/local-static.cc: New.
2723 * gdb.base/local-static.exp: New.
2724
46a4882b
PA
27252017-09-04 Pedro Alves <palves@redhat.com>
2726
2727 * gdb.asm/asm-source.exp: Add casts to int.
2728 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
2729 (dataglobal64_1, dataglobal64_2): New globals.
2730 * gdb.base/nodebug.exp: Test different expressions involving the
2731 new globals, with print, whatis and ptype. Add casts to int.
2732 * gdb.base/solib-display.exp: Add casts to int.
2733 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
2734 * gdb.cp/m-static.exp: Add cast to int.
2735 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
2736 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
2737 tls variable with no debug info without a cast. Test with a cast
2738 to int too.
2739 * gdb.trace/entry-values.exp: Add casts.
2740
2c5a2be1
PA
27412017-09-04 Pedro Alves <palves@redhat.com>
2742
2743 * gdb.base/nodebug.exp: Test that ptype's error about functions
2744 with unknown return type includes the function name too.
2745
7022349d
PA
27462017-09-04 Pedro Alves <palves@redhat.com>
2747
2748 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
2749 return type of munmap in infcall.
2750 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
2751 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
2752 type of ftell in infcall.
2753 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
2754 type of getpid in infcall.
2755 * gdb.base/infcall-exec.exp: Cast return type of execlp in
2756 infcall.
2757 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
2758 Bail on failure to extract the pid.
2759 * gdb.base/nodebug.c: #include <stdint.h>.
2760 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
2761 New functions.
2762 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
2763 Change expected output of print/whatis/ptype with functions with
2764 no debug info. Test all supported languages. Call
2765 test_call_promotion.
2766 * gdb.compile/compile.exp: Adjust expected output to expect
2767 warning.
2768 * gdb.threads/siginfo-threads.exp: Likewise.
2769
54990598
PA
27702017-09-04 Pedro Alves <palves@redhat.com>
2771
2772 * gdb.base/callfuncs.exp (do_function_calls): New parameter
2773 "prototypes". Test calling float functions via prototyped and
2774 unprototyped function pointers.
2775 (perform_all_tests): New parameter "prototypes". Pass it down.
2776 (top level): Pass down "prototypes" parameter to
2777 perform_all_tests.
2778
34d16ea2
SM
27792017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2780
2781 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
2782 Test with nested loops.
2783
9521ecda
SM
27842017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2785
2786 * gdb.base/commands.exp: Call the new procedures.
2787 (loop_break_test, loop_continue_test): New procedures.
2788
80a65e9b
SM
27892017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2790
2791 * gdb.base/commands.exp: Call new procedure.
2792 (define_if_without_arg_test): New procedure.
2793
e439fa14
PA
27942017-09-04 Pedro Alves <palves@redhat.com>
2795
2796 * gdb.base/list-ambiguous.exp: New file.
2797 * gdb.base/list-ambiguous0.c: New file.
2798 * gdb.base/list-ambiguous1.c: New file.
2799 * gdb.base/list.exp (test_list_range): Adjust expected output.
2800
0a2dde4a
SDJ
28012017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
2802
2803 * gdb.base/share-env-with-gdbserver.c: New file.
2804 * gdb.base/share-env-with-gdbserver.exp: Likewise.
2805
5e89eb3a
SM
28062017-08-28 Simon Marchi <simon.marchi@ericsson.com>
2807
2808 * gdb.base/commands.exp (gdbvar_simple_if_test,
2809 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
2810 progvar_simple_if_test, progvar_simple_while_test,
2811 progvar_complex_if_while_test, user_defined_command_test,
2812 user_defined_command_args_eval,
2813 user_defined_command_args_stack_test,
2814 user_defined_command_manyargs_test, bp_deleted_in_command_test,
2815 temporary_breakpoint_commands,
2816 gdb_test_no_prompt, redefine_hook_test,
2817 redefine_backtrace_test): Remove "global gdb_prompt".
2818
fd437cbc
SM
28192017-08-28 Simon Marchi <simon.marchi@ericsson.com>
2820
2821 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
2822 New proc, call it from toplevel.
2823
87215ad1
SDJ
28242017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
2825
2826 PR remote/21852
2827 * gdb.server/normal.c: New file, copied from gdb.base.
2828 * gdb.server/run-without-local-binary.exp: New file.
2829
58afddc6
WP
28302017-08-07 Weimin Pan <weimin.pan@oracle.com>
2831
2832 * gdb.arch/sparc64-adi.exp: New file.
2833 * gdb.arch/sparc64-adi.c: New file.
2834
5277199a
PA
28352017-08-22 Pedro Alves <palves@redhat.com>
2836
2837 * gdb.cp/overload.exp (line_range_pattern): New procedure.
2838 (top level): Add "list all overloads" tests.
2839
14278e1f
TT
28402017-08-22 Tom Tromey <tom@tromey.com>
2841
2842 * gdb.gdb/xfullpath.exp: Remove.
2843
bf223d3e
PA
28442017-08-21 Pedro Alves <palves@redhat.com>
2845
2846 PR gdb/19487
2847 * gdb.base/symbol-alias.c: New.
2848 * gdb.base/symbol-alias2.c: New.
2849 * gdb.base/symbol-alias.exp: New.
2850
c973d0aa
PA
28512017-08-21 Pedro Alves <palves@redhat.com>
2852
2853 * gdb.base/dfp-test.c
2854 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
2855 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
2856 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
2857 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
2858 * gdb.base/whatis-ptype-typedefs.c: New.
2859 * gdb.base/whatis-ptype-typedefs.exp: New.
2860 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
2861 (an_int, an_int_type, an_int_type2): New globals.
2862 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
2863 involving typedefs and cast expressions.
2864 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
2865 (lookup_typedefs_function): New.
2866 (typedefs_pretty_printers_dict): New.
2867 (top level): Register lookup_typedefs_function in
2868 gdb.pretty_printers.
2869
6d580b63
YQ
28702017-08-18 Yao Qi <yao.qi@linaro.org>
2871
2872 * gdb.server/unittest.exp: New.
2873
206726fb
SDJ
28742017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
2875
2876 PR gdb/21954
2877 * gdb.base/environ.exp: Add test to check if 'unset environment'
2878 works.
2879
bf0ec4c2
AA
28802017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2881
2882 * lib/gdb.exp (universal_compile_options): New caching proc.
2883 (gdb_compile): Suppress GCC's coloring of messages.
2884
d6382fff
TT
28852017-08-14 Tom Tromey <tom@tromey.com>
2886
2887 PR gdb/21675:
2888 * gdb.base/printcmds.exp (test_radices): New function.
2889 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
2890 * gdb.base/sizeof.exp (check_valueof): Use p/d.
2891 * lib/gdb.exp (get_integer_valueof): Use p/d.
2892
c2c2dd9f
SM
28932017-08-12 Simon Marchi <simon.marchi@ericsson.com>
2894
2895 * lib/gdb.exp (get_valueof): Don't capture end-of-line
2896 characters.
2897
fdffd6f4
TT
28982017-08-05 Tom Tromey <tom@tromey.com>
2899
2900 * gdb.rust/simple.exp: Allow String to appear in a different
2901 namespace.
2902
27d41eac
YQ
29032017-07-26 Yao Qi <yao.qi@linaro.org>
2904
2905 * gdb.gdb/unittest.exp: Invoke command
2906 "maintenance check xml-descriptions".
2907
031ed05d
AA
29082017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2909
2910 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
2911 calling context.
2912 (hex128): Drop erroneous calculation of parameters.
2913
dcd27ddf
SM
29142017-07-22 Simon Marchi <simon.marchi@ericsson.com>
2915
2916 * gdb.python/py-unwind.exp: Disable stack protection when
2917 building test file.
2918
47e77640
PA
29192017-07-20 Pedro Alves <palves@redhat.com>
2920
2921 * gdb.base/default.exp (set language): Adjust expected output.
2922
62d2a18a
PA
29232017-07-20 Pedro Alves <palves@redhat.com>
2924
2925 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
2926 (test_minsym): ... this, and make static.
2927 (get_pck__foo__bar__minsym): Rename to ...
2928 (get_test_minsym): ... this.
2929 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
2930 symbol names and comments.
2931 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
2932 (get_test_minsym): ... this.
2933 (pck__foo__bar__minsym__2): Rename to ...
2934 (test_minsym): ... this.
2935 (main): Adjust.
2936
c45ec17c
PA
29372017-07-17 Pedro Alves <palves@redhat.com>
2938
2939 * gdb.base/completion.exp: Adjust expected output.
2940 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
2941 the completer works.
2942
c6756f62
PA
29432017-07-17 Pedro Alves <palves@redhat.com>
2944
2945 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
2946
5bd68487
AB
29472017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
2948
2949 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
2950
8880f2a9
TT
29512017-07-14 Tom Tromey <tom@tromey.com>
2952
2953 PR rust/21764:
2954 * gdb.rust/simple.exp: Add tests.
2955
65547233
TT
29562017-07-14 Tom Tromey <tom@tromey.com>
2957
2958 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
2959
8f14146e
PA
29602017-07-14 Pedro Alves <palves@redhat.com>
2961
2962 * gdb.linespec/base/one/thefile.cc (z1): New function.
2963 * gdb.linespec/base/two/thefile.cc (z2): New function.
2964 * gdb.linespec/linespec.exp: Add tests.
2965
b4365d02
AB
29662017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
2967
2968 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
2969 to mi_create_breakpoint.
2970
5d2cbaa5
AB
29712017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
2972
2973 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
2974 mi_create_breakpoint.
2975
11cb5716
IB
29762017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
2977
2978 * gdb.dlang/demangle.exp: Update for demangling changes.
2979
03278692
TT
29802017-07-09 Tom Tromey <tom@tromey.com>
2981
2982 * gdb.dwarf2/shortpiece.exp: New file.
2983
33c5cd75
DB
29842017-07-06 David Blaikie <dblaikie@gmail.com>
2985
2986 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
2987 built from fissiont-multi-cu{1,2}.c.
2988 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
2989 except putting 'main' and 'func' in separate CUs in the same DWO file.
2990 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
2991 test.
2992 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
2993 test.
2994
8455d262
PA
29952017-07-06 Pedro Alves <palves@redhat.com>
2996
2997 * gdb.python/py-unwind.exp: Test flushregs.
2998
dc4bde35
SDJ
29992017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
3000
3001 PR cli/21688
3002 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
3003 tests for alias commands and trailing whitespace.
3004
51ed89aa
SDJ
30052017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
3006
3007 PR cli/21688
3008 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
3009 procedure. Call it.
3010
eb17d413
PA
30112017-06-29 Pedro Alves <palves@redhat.com>
3012
3013 * gdb.base/printcmds.exp: Add tests.
3014
41664b45
DG
30152017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
3016
3017 PR gdb/21337
3018 * gdb.base/reread-readsym.exp: New file.
3019 * gdb.base/reread-readsym.c: New file.
3020
75312ae3
KB
30212017-06-21 Kevin Buettner <kevinb@redhat.com>
3022
3023 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
3024 subpattern.
3025
66953522
PB
30262017-06-19 Peter Bergner <bergner@vnet.ibm.com>
3027
3028 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
3029 extended mnemonic.
3030 * gdb.arch/powerpc-power9.s: Likewise.
3031
5524b525
AA
30322017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3033
3034 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
3035 on 32-bit x86 targets. Exploit is_*_target macros where
3036 appropriate.
3037
03c8af18
AA
30382017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3039
3040 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
3041 register pieces.
3042
3bf31011
AA
30432017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3044
3045 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
3046 located in one or more DWARF pieces.
3047
805acca0
AA
30482017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3049
3050 * lib/gdb.exp (get_endianness): New proc.
3051 * gdb.arch/aarch64-fp.exp: Use it.
3052 * gdb.arch/altivec-regs.exp: Likewise.
3053 * gdb.arch/e500-regs.exp: Likewise.
3054 * gdb.arch/vsx-regs.exp: Likewise.
3055 * gdb.base/dump.exp: Likewise.
3056 * gdb.base/funcargs.exp: Likewise.
3057 * gdb.base/gnu_vector.exp: Likewise.
3058 * gdb.dwarf2/formdata16.exp: Likewise.
3059 * gdb.dwarf2/implptrpiece.exp: Likewise.
3060 * gdb.dwarf2/nonvar-access.exp: Likewise.
3061 * gdb.python/py-inferior.exp: Likewise.
3062 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3063
e9352324
AA
30642017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3065
3066 PR gdb/21226
3067 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
3068 stack value pieces are taken from the LSB end.
3069
d5d1163e
AA
30702017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3071
3072 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
3073 variable at nonzero offset.
3074
0567c986
AA
30752017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3076
3077 * gdb.dwarf2/var-access.c: New file.
3078 * gdb.dwarf2/var-access.exp: New test.
3079 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
3080
973e9aab
TT
30812017-06-12 Tom Tromey <tom@tromey.com>
3082
3083 * gdb.dwarf2/formdata16.exp: Add tests.
3084
d9109c80
TT
30852017-06-12 Tom Tromey <tom@tromey.com>
3086
3087 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
3088
30a25466
TT
30892017-06-12 Tom Tromey <tom@tromey.com>
3090
3091 PR exp/16225:
3092 * gdb.reverse/i386-sse-reverse.exp: Update tests.
3093 * gdb.arch/vsx-regs.exp: Update tests.
3094 * gdb.arch/s390-vregs.exp (hex128): New proc.
3095 Update test.
3096 * gdb.arch/altivec-regs.exp: Update tests.
3097
aefd8b33
SDJ
30982017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
3099
3100 * gdb.base/startup-with-shell.c: New file.
3101 * gdb.base/startup-with-shell.exp: Likewise.
3102
2090129c
SDJ
31032017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
3104
3105 * gdb.server/non-existing-program.exp: Update regex in order to
3106 reflect the fact that gdbserver is now using fork_inferior (with a
3107 shell) to startup the inferior.
3108
8e86a419
SM
31092017-05-30 Simon Marchi <simon.marchi@ericsson.com>
3110
3111 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
3112 support function calls from GDB.
3113
e6cf65f2
TT
31142017-05-21 Tom Tromey <tom@tromey.com>
3115
3116 PR rust/21466:
3117 * gdb.rust/unsized.exp: New file.
3118 * gdb.rust/unsized.rs: New file.
3119
43cc5389
TT
31202017-05-19 Tom Tromey <tom@tromey.com>
3121
3122 PR rust/21484:
3123 * gdb.rust/watch.exp: New file.
3124 * gdb.rust/watch.rs: New file.
3125
ec8df234
TT
31262017-05-18 Tom Tromey <tom@tromey.com>
3127
3128 * gdb.rust/simple.exp: Allow Box to be qualified.
3129
3e3e7fae
TP
31302017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
3131
3132 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
3133
59cc050d
PA
31342017-05-18 Pedro Alves <palves@redhat.com>
3135
3136 * gdb.base/fileio.c (test_write, test_read, test_close)
3137 (test_fstat): Don't print 'ret' in the fail path.
3138
c8f6abd1
PA
31392017-05-18 Pedro Alves <palves@redhat.com>
3140
3141 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
3142 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
3143 (test_system, test_rename, test_unlink, test_time): Change
3144 prototypes.
3145 * gdb.base/fileio.exp (stop_msg): Adjust.
3146
d2a03b77
PA
31472017-05-18 Pedro Alves <palves@redhat.com>
3148
3149 * gdb.base/fileio.c (null_str): New global.
3150 (test_stat): Use it.
3151 * gdb.base/fileio.exp: Remove nowarnings.
3152
0d5c6999
YQ
31532017-05-17 Yao Qi <yao.qi@linaro.org>
3154
3155 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
3156
21873064
YQ
31572017-05-17 Simon Marchi <simon.marchi@ericsson.com>
3158
3159 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
3160 argument command.
3161 (top-level): Invoke test_set_inferior_tty.
3162
d512d31c
PA
31632017-05-04 Pedro Alves <palves@redhat.com>
3164
3165 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
3166 Add parens to print call for Python 3.
3167
90cef2ed
KS
31682017-05-03 Keith Seitz <keiths@redhat.com>
3169
3170 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
3171 (main): Call it.
3172
14f819c8
TW
31732017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3174
3175 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
3176 to prev and next.
3177
913aeadd
TW
31782017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3179
3180 * gdb.python/py-record-btrace.exp: Remove test for
3181 gdb.BtraceInstruction.error.
3182
a3be24ad
TW
31832017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3184
3185 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
3186
ae20e79a
TW
31872017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3188
3189 * gdb.python/py-record-btrace-threads.c: New file.
3190 * gdb.python/py-record-btrace-threads.exp: New file.
3191
45ce1b47
SDJ
31922017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
3193
3194 PR testsuite/8595
3195 * gdb.base/environ.exp: Make test available in all architectures.
3196 Move bits related to "info program" testing to
3197 gdb.base/info-program.exp. Rewrite tests to use the two new
3198 procedures mentione below.
3199 (test_set_show_env_var) New procedure.
3200 (test_set_show_env_var_equal): Likewise.
3201 * gdb.base/info-program.exp: New file.
3202
e15c3eb4
KS
32032017-04-27 Keith Seitz <keiths@redhat.com>
3204
3205 * gdb.cp/oranking.cc (test15): New function.
3206 (main): Call test15 and declare additional variables for testing.
3207 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
3208 "p foo101('abc')" tests.
3209 Add tests for cv qualifier overloads.
3210 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
3211 "lvalue reference overload" test.
3212 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
3213 "print value of f1 on Child&& in f2" test.
3214
3a3fd0fd
PA
32152017-04-19 Pedro Alves <palves@redhat.com>
3216
3217 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
3218 procedure.
3219 (top level): Call it.
3220 * lib/gdb.exp (gdb_define_cmd): New procedure.
3221
53375380
PA
32222017-04-12 Pedro Alves <palves@redhat.com>
3223
3224 PR gdb/21323
3225 * gdb.cp/wide_char_types.c: Include <wchar.h>.
3226 (wchar): New global.
3227 * gdb.cp/wide_char_types.exp (wide_char_types_program)
3228 (do_test_wide_char, wide_char_types_no_program, top level): Add
3229 wchar_t testing.
3230
53e710ac
PA
32312017-04-12 Pedro Alves <palves@redhat.com>
3232
3233 PR c++/21323
3234 * gdb.cp/wide_char_types.c: New file.
3235 * gdb.cp/wide_char_types.exp: New file.
3236
0ad9d8c7
SDJ
32372017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
3238
3239 PR gdb/21352
3240 * gdb.trace/tsv.exp: Add test for "tsave -r".
3241
b1b45502
IB
32422017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
3243
3244 * gdb.dlang/watch-loc.c: New file.
3245 * gdb.dlang/watch-loc.exp: New file.
3246
ec13808e
JK
32472017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3248
3249 * gdb.python/py-section-script.exp (sepdebug): New testcases.
3250
fe5f7374
AK
32512017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
3252
3253 * gdb.arch/arc-analyze-prologue.S: New file.
3254 * gdb.arch/arc-analyze-prologue.exp: Likewise.
3255
eea78757
AK
32562017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
3257
3258 * gdb.arch/arc-decode-insn.S: New file.
3259 * gdb.arch/arc-decode-insn.exp: Likewise.
3260
5badf10a
IR
32612017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
3262
3263 PR tdep/20928
3264 * gdb.arch/sparc64-regs.exp: New file.
3265 * gdb.arch/sparc64-regs.S: Likewise.
3266
cee59b3f
TW
32672017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
3268
3269 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
3270 and memory view on Python 3.
3271
c0f55cc6
AV
32722017-03-20 Artemiy Volkov <artemiyv@acm.org>
3273 Keith Seitz <keiths@redhat.com>
3274
3275 PR gdb/14441
3276 * gdb.cp/demangle.exp: Add rvalue reference tests.
3277 * gdb.cp/rvalue-ref-casts.cc: New file.
3278 * gdb.cp/rvalue-ref-casts.exp: New file.
3279 * gdb.cp/rvalue-ref-overload.cc: New file.
3280 * gdb.cp/rvalue-ref-overload.exp: New file.
3281 * gdb.cp/rvalue-ref-params.cc: New file.
3282 * gdb.cp/rvalue-ref-params.exp: New file.
3283 * gdb.cp/rvalue-ref-sizeof.cc: New file.
3284 * gdb.cp/rvalue-ref-sizeof.exp: New file.
3285 * gdb.cp/rvalue-ref-types.cc: New file.
3286 * gdb.cp/rvalue-ref-types.exp: New file.
3287 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
3288 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
3289
51457a05
MAL
32902017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
3291
3292 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
3293 New procedure.
3294
5b291c04
MAL
32952017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
3296
3297 * lib/mi-support.exp (mi_gdb_test): Add additional message
3298 for unexpected output.
3299
59a56148
AA
33002017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
3301
3302 * gdb.base/examine-backward.c (Barrier): New character array
3303 constant, to ensure that TestStrings is preceded by a string
3304 terminator.
3305
7942e96e
AA
33062017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3307
3308 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
3309 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
3310 and implicit pointer into such a location.
3311
6ebac3fb
DE
33122017-03-16 Doug Evans <dje@google.com>
3313
3314 * gdb.python/py-lazy-string (pointer): Really add new typedef.
3315
ec3b243d
TP
33162017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
3317
3318 * gdb.cp/m-static.exp: Fix expectation for prototype of
3319 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
3320
33212017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
3322
3323 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
3324 * gdb.guile/scm-lazy-string.c: New file.
3325 * gdb.guile/scm-value.exp: Move lazy string tests to ...
3326 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
3327 for pointer, array, typedef lazy strings.
3328
2cc36e25 33292017-03-16 Doug Evans <dje@google.com>
34b43320
DE
3330
3331 PR python/17728, python/18439, python/18779
3332 * gdb.python/py-value.c (main) Delete locals sptr, sn.
3333 * gdb.python/py-lazy-string.c (pointer): New typedef.
3334 (main): New locals ptr, array, typedef_ptr.
3335 * gdb.python/py-value.exp: Move lazy string tests to ...
3336 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
3337 array, typedef lazy strings.
ec3b243d 3338
0efcde63
AK
33392017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
3340
3341 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
3342 Add optional 'test' parameter.
3343
7978d7c3
SM
33442017-03-13 Simon Marchi <simon.marchi@ericsson.com>
3345
3346 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
3347 Skip for versions of DejaGnu < 1.5.
3348
896c0c1e
SM
33492017-03-13 Simon Marchi <simon.marchi@ericsson.com>
3350
3351 * lib/gdb.exp (dejagnu_version): New proc.
3352 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3353 Use dejagnu_version.
3354
5f4d1085
KS
33552017-03-10 Keith Seitz <keiths@redhat.com>
3356
3357 PR c++/8128
3358 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
3359 type from destructor regexps.
3360 Add a branch which actually passes the test.
3361 Adjust "ptype t5i" test names.
3362
1de05205
PA
33632017-03-08 Pedro Alves <palves@redhat.com>
3364
3365 * gdb.base/step-over-exit.exp: Add explicit test message.
3366
c65d6b55
PA
33672017-03-08 Pedro Alves <palves@redhat.com>
3368
3369 PR gdb/18360
3370 * gdb.threads/interrupt-while-step-over.c: New file.
3371 * gdb.threads/interrupt-while-step-over.exp: New file.
3372
2e86a283
PA
33732017-03-08 Pedro Alves <palves@redhat.com>
3374
3375 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
3376 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
3377
25dcbff6
PA
33782017-03-08 Pedro Alves <palves@redhat.com>
3379
3380 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
3381 PKRU as not supported as a PASS.
3382
dc9366eb
PA
33832017-03-08 Pedro Alves <palves@redhat.com>
3384
3385 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
3386 prefix instead of $binfile1/$binfile2.
3387 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
3388 in test message.
3389 * gdb.python/py-completion.exp: Use "load python file" as test
3390 messages instead of unstable path names.
3391
6e5d74e7
PA
33922017-03-08 Pedro Alves <palves@redhat.com>
3393 Jan Kratochvil <jan.kratochvil@redhat.com>
3394
3395 PR cli/21218
3396 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
3397 New proc.
3398 (top level): Call it.
3399
9753a2f6
PA
34002017-03-08 Pedro Alves <palves@redhat.com>
3401
3402 PR tui/21216
3403 * gdb.tui/tui-nl-filtered-output.exp: New file.
3404
1a4dd9dd
PA
34052017-03-08 Pedro Alves <palves@redhat.com>
3406
3407 * gdb.base/completion.exp: Move TUI completion tests to ...
3408 * gdb.tui/completion.exp: ... this new file.
3409
7cbbff33
PA
34102017-03-08 Pedro Alves <palves@redhat.com>
3411
3412 * gdb.base/tui-disasm-long-lines.c,
3413 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
3414 gdb.base/tui-layout.exp: Move to ...
3415 * gdb.tui/: ... this new directory.
3416
5f6fd321
PA
34172017-03-07 Pedro Alves <palves@redhat.com>
3418
3419 * gdb.base/tui-layout.c: New file.
3420 * gdb.base/tui-layout.exp: New file.
3421
44959fa8
PA
34222017-03-07 Pedro Alves <palves@redhat.com>
3423
3424 * gdb.base/tui-layout.c: Rename to ...
3425 * gdb.base/tui-disasm-long-lines.c: ... this.
3426 * gdb.base/tui-layout.exp: Rename to ...
3427 * gdb.base/tui-disasm-long-lines.exp: ... this.
3428
f8c4e718
PA
34292017-03-07 Pedro Alves <palves@redhat.com>
3430
3431 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
3432
6dbb839a 34332017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
3434
3435 * i386-mpx-call.c: New file.
3436 * i386-mpx-call.exp: New file.
3437
65b48a81
PB
34382017-02-28 Peter Bergner <bergner@vnet.ibm.com>
3439
3440 * gdb.arch/powerpc-power.exp: Delete test.
3441 * gdb.arch/powerpc-power.s: Likewise.
3442 * gdb.disasm/disassembler-options.exp: New test.
3443 * gdb.arch/powerpc-altivec.exp: Likewise.
3444 * gdb.arch/powerpc-altivec.s: Likewise.
3445 * gdb.arch/powerpc-altivec2.exp: Likewise.
3446 * gdb.arch/powerpc-altivec2.s: Likewise.
3447 * gdb.arch/powerpc-altivec3.exp: Likewise.
3448 * gdb.arch/powerpc-altivec3.s: Likewise.
3449 * gdb.arch/powerpc-power7.exp: Likewise.
3450 * gdb.arch/powerpc-power7.s: Likewise.
3451 * gdb.arch/powerpc-power8.exp: Likewise.
3452 * gdb.arch/powerpc-power8.s: Likewise.
3453 * gdb.arch/powerpc-power9.exp: Likewise.
3454 * gdb.arch/powerpc-power9.s: Likewise.
3455 * gdb.arch/powerpc-vsx.exp: Likewise.
3456 * gdb.arch/powerpc-vsx.s: Likewise.
3457 * gdb.arch/powerpc-vsx2.exp: Likewise.
3458 * gdb.arch/powerpc-vsx2.s: Likewise.
3459 * gdb.arch/powerpc-vsx3.exp: Likewise.
3460 * gdb.arch/powerpc-vsx3.s: Likewise.
3461 * gdb.arch/arm-disassembler-options.exp: Likewise.
3462 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
3463 * gdb.arch/s390-disassembler-options.exp: Likewise.
3464
17cd4947
LM
34652017-02-23 Luis Machado <lgustavo@codesourcery.com>
3466
3467 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
3468 (check_supported_features): ... this. Changed return type to void.
3469 (supports_rdseed): New static global.
3470 (rdseed): Check supports_rdseed.
3471 (initialize): Call check_supported_features.
3472
2039d74e
EBM
34732017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3474
3475 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
3476 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
3477 and lqarx/stqcx.
3478 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
3479 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
3480
a51d7ecf
EBM
34812017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3482
3483 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
3484 uppercase.
3485
0224619f
JK
34862017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3487
3488 * gdb.dwarf2/formdata16.c: New file.
3489 * gdb.dwarf2/formdata16.exp: New file.
3490 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
3491
216f72a1
JK
34922017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3493
3494 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
3495 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
3496 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
3497 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
3498 DW_AT_GNU_*.
3499
43988095
JK
35002017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3501
3502 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
3503
99e8a4f9
SDJ
35042017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
3505
3506 PR gdb/21164
3507 * gdb.base/maint.exp: Add testcases for when the commands do
3508 not have arguments.
3509
b58a8c0c
TP
35102017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
3511
3512 * gdb.cp/chained-calls.exp: Use p instead of P.
3513
4e746bb6
TW
35142017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
3515
3516 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
3517 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
3518
3f77c769
TT
35192017-02-14 Tom Tromey <tom@tromey.com>
3520
3521 PR python/13598:
3522 * gdb.python/py-events.exp: Add before_prompt event tests.
3523
075beec0
AA
35242017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3525
3526 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
3527
bf5f525c
LM
35282017-02-13 Luis Machado <lgustavo@codesourcery.com>
3529
3530 * gdb.linespec/explicit.c (my_unique_function_name): New function.
3531 (main): Call my_unique_function_name.
3532 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
3533 completion of patterns with a single match.
3534 Add missing -re switches to gdb_test_multiple calls.
3535
13a66184
LM
35362017-02-13 Luis Machado <lgustavo@codesourcery.com>
3537
3538 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
3539 return if core file is not recognized.
3540
26a06916
SM
35412017-02-10 Simon Marchi <simon.marchi@ericsson.com>
3542
3543 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
3544 and extra UIs.
3545
b761ca9e
SM
35462017-02-10 Simon Marchi <simon.marchi@ericsson.com>
3547
3548 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
3549 proc_with_prefix.
3550
b964bee0
TT
35512017-02-10 Tom Tromey <tom@tromey.com>
3552
3553 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
3554
18da0c51
MG
35552017-02-10 Martin Galvan <martingalvan@sourceware.org>
3556
3557 PR gdb/21122
3558 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
3559
604c4576
JG
35602017-02-08 Jerome Guitton <guitton@adacore.com>
3561
3562 * gdb.base/define.exp: Add test for command abbreviations
3563 in define.
3564
20b477a7
LM
35652017-02-06 Luis Machado <lgustavo@codesourcery.com>
3566
3567 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
3568 * gdb.reverse/insn-reverse-x86.c: New file.
3569
3f7b46f2
IR
35702017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
3571
3572 PR tdep/20936
3573 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
3574
f0fd41c1
TT
35752017-02-03 Tom Tromey <tom@tromey.com>
3576
3577 PR rust/21097:
3578 * gdb.rust/simple.exp: Add new tests.
3579
5be5dbf0
PA
35802017-02-02 Pedro Alves <palves@redhat.com>
3581
3582 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
3583 tests.
3584
7346ef59
AA
35852017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3586
3587 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
3588 taking a 2-byte value out of a 4-byte DWARF implicit value on
3589 big-endian targets.
3590 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
3591 logic. Add test cases for DW_OP_implicit.
3592
787f0025
MM
35932017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3594
3595 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
3596
68777c29
MM
35972017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3598
3599 * gdb.btrace/enable.exp: Call gdb_exit before
3600 skip_gdbserver_tests.
3601
0a1c7e28
MM
36022017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3603
3604 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
3605 GDBFLAGS.
3606
b5ac99b0
MM
36072017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3608
3609 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
3610 the test is skipped.
3611 * gdb.btrace/data.exp: Likewise.
3612 * gdb.btrace/delta.exp: Likewise.
3613 * gdb.btrace/dlopen.exp: Likewise.
3614 * gdb.btrace/enable-running.exp: Likewise.
3615 * gdb.btrace/enable.exp: Likewise.
3616 * gdb.btrace/exception.exp: Likewise.
3617 * gdb.btrace/function_call_history.exp: Likewise.
3618 * gdb.btrace/gcore.exp: Likewise.
3619 * gdb.btrace/instruction_history.exp: Likewise.
3620 * gdb.btrace/multi-thread-step.exp: Likewise.
3621 * gdb.btrace/nohist.exp: Likewise.
3622 * gdb.btrace/non-stop.exp: Likewise.
3623 * gdb.btrace/reconnect.exp: Likewise.
3624 * gdb.btrace/record_goto-step.exp: Likewise.
3625 * gdb.btrace/record_goto.exp: Likewise.
3626 * gdb.btrace/rn-dl-bind.exp: Likewise.
3627 * gdb.btrace/segv.exp: Likewise.
3628 * gdb.btrace/step.exp: Likewise.
3629 * gdb.btrace/stepi.exp: Likewise.
3630 * gdb.btrace/tailcall-only.exp: Likewise.
3631 * gdb.btrace/tailcall.exp: Likewise.
3632 * gdb.btrace/tsx.exp: Likewise.
3633 * gdb.btrace/unknown_functions.exp: Likewise.
3634 * gdb.btrace/vdso.exp: Likewise.
3635
cd4007e4
MM
36362017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3637
3638 * gdb.btrace/enable-running.c: New.
3639 * gdb.btrace/enable-running.exp: New.
3640
2735833d
WT
36412017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
3642
3643 * gdb.arch/amd64-gs_base.c: New file.
3644 * gdb.arch/amd64-gs_base.exp: New file.
3645
b51e1e94
LM
36462017-01-26 Luis Machado <lgustavo@codesourcery.com>
3647
3648 * lib/memory.exp: Remove spurious empty newlines.
3649
72ca0410
SM
36502017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
3651
3652 * gdb.python/py-bad-printers.exp: Load python file using "source".
3653 * gdb.python/py-events.exp: Likewise.
3654 * gdb.python/py-evsignal.exp: Likewise.
3655 * gdb.python/py-evthreads.exp: Likewise.
3656 * gdb.python/py-frame-args.exp: Likewise.
3657 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
3658 * gdb.python/py-framefilter-mi.exp: Likewise.
3659 * gdb.python/py-framefilter.exp: Likewise.
3660 * gdb.python/py-mi.exp: Likewise.
3661 * gdb.python/py-pp-maint.exp: Likewise.
3662 * gdb.python/py-pp-registration.exp: Likewise.
3663 * gdb.python/py-prettyprint.exp: Likewise.
3664 (run_lang_tests): Likewise.
3665 * gdb.python/py-typeprint.exp: Likewise.
3666
e309aa65
LM
36672017-01-26 Luis Machado <lgustavo@codesourcery.com>
3668
3669 * lib/memory.exp: New file.
3670 * lib/gdb.exp: Load memory.exp.
3671 * gdb.base/memattr.exp (delete_memory): Move proc to
3672 lib/memory.exp and rename to delete_memory_regions.
3673 Replace delete_memory with delete_memory_regions.
3674 Cleanup memory regions before tests.
3675 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
3676 before tests.
3677
515aff23
LM
36782017-01-26 Luis Machado <lgustavo@codesourcery.com>
3679
3680 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
3681 files.
3682 (initialize): New function conditionally defined.
3683 (testcases): Move within conditional block.
3684 (main): Call initialize.
3685 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
3686 of gdb.reverse/insn-reverse.c.
3687 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
3688 gdb.reverse/insn-reverse.c.
3689
d8b49cf0
YQ
36902017-01-26 Yao Qi <yao.qi@linaro.org>
3691
3692 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
3693 disassemble on address 0.
3694
f13a9a0c
YQ
36952017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
3696 Yao Qi <yao.qi@linaro.org>
3697
3698 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
3699 * gdb.dwarf2/implptr-64bit.S: Remove.
3700 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
3701 variables in caller's context. Add DW_OP_implicit_value.
3702
5ac95241
YQ
37032017-01-25 Yao Qi <yao.qi@linaro.org>
3704
3705 * lib/dwarf.exp (Dwarf::_location): Handle
3706 DW_OP_GNU_implicit_pointer with proper size.
3707
23e82930
LM
37082017-01-20 Luis Machado <lgustavo@codesourcery.com>
3709
3710 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
3711 and add untested calls.
3712
d334ae25
LM
37132017-01-20 Luis Machado <lgustavo@codesourcery.com>
3714
3715 * gdb.python/python.exp: Check line number against what GDB thinks
3716 the line number is for func1.
3717
f5e6296e
IB
37182017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
3719
3720 * gdb.dlang/debug-expr.exp: New file.
3721
5b362f04
LM
37222016-12-23 Luis Machado <lgustavo@codesourcery.com>
3723
3724 Fix test names for the following files:
3725
3726 * gdb.ada/exec_changed.exp
3727 * gdb.ada/info_types.exp
3728 * gdb.arch/aarch64-atomic-inst.exp
3729 * gdb.arch/aarch64-fp.exp
3730 * gdb.arch/altivec-abi.exp
3731 * gdb.arch/altivec-regs.exp
3732 * gdb.arch/amd64-byte.exp
3733 * gdb.arch/amd64-disp-step.exp
3734 * gdb.arch/amd64-dword.exp
3735 * gdb.arch/amd64-entry-value-inline.exp
3736 * gdb.arch/amd64-entry-value-param.exp
3737 * gdb.arch/amd64-entry-value-paramref.exp
3738 * gdb.arch/amd64-entry-value.exp
3739 * gdb.arch/amd64-i386-address.exp
3740 * gdb.arch/amd64-invalid-stack-middle.exp
3741 * gdb.arch/amd64-invalid-stack-top.exp
3742 * gdb.arch/amd64-optimout-repeat.exp
3743 * gdb.arch/amd64-prologue-skip.exp
3744 * gdb.arch/amd64-prologue-xmm.exp
3745 * gdb.arch/amd64-stap-special-operands.exp
3746 * gdb.arch/amd64-stap-wrong-subexp.exp
3747 * gdb.arch/amd64-tailcall-cxx.exp
3748 * gdb.arch/amd64-tailcall-noret.exp
3749 * gdb.arch/amd64-tailcall-ret.exp
3750 * gdb.arch/amd64-tailcall-self.exp
3751 * gdb.arch/amd64-word.exp
3752 * gdb.arch/arm-bl-branch-dest.exp
3753 * gdb.arch/arm-disp-step.exp
3754 * gdb.arch/arm-neon.exp
3755 * gdb.arch/arm-single-step-kernel-helper.exp
3756 * gdb.arch/avr-flash-qualifier.exp
3757 * gdb.arch/disp-step-insn-reloc.exp
3758 * gdb.arch/e500-abi.exp
3759 * gdb.arch/e500-regs.exp
3760 * gdb.arch/ftrace-insn-reloc.exp
3761 * gdb.arch/i386-avx512.exp
3762 * gdb.arch/i386-bp_permanent.exp
3763 * gdb.arch/i386-byte.exp
3764 * gdb.arch/i386-cfi-notcurrent.exp
3765 * gdb.arch/i386-disp-step.exp
3766 * gdb.arch/i386-dr3-watch.exp
3767 * gdb.arch/i386-float.exp
3768 * gdb.arch/i386-gnu-cfi.exp
3769 * gdb.arch/i386-mpx-map.exp
3770 * gdb.arch/i386-mpx-sigsegv.exp
3771 * gdb.arch/i386-mpx-simple_segv.exp
3772 * gdb.arch/i386-mpx.exp
3773 * gdb.arch/i386-permbkpt.exp
3774 * gdb.arch/i386-prologue.exp
3775 * gdb.arch/i386-signal.exp
3776 * gdb.arch/i386-size-overlap.exp
3777 * gdb.arch/i386-unwind.exp
3778 * gdb.arch/i386-word.exp
3779 * gdb.arch/mips-fcr.exp
3780 * gdb.arch/powerpc-d128-regs.exp
3781 * gdb.arch/powerpc-stackless.exp
3782 * gdb.arch/ppc64-atomic-inst.exp
3783 * gdb.arch/s390-stackless.exp
3784 * gdb.arch/s390-tdbregs.exp
3785 * gdb.arch/s390-vregs.exp
3786 * gdb.arch/sparc-sysstep.exp
3787 * gdb.arch/thumb-bx-pc.exp
3788 * gdb.arch/thumb-singlestep.exp
3789 * gdb.arch/thumb2-it.exp
3790 * gdb.arch/vsx-regs.exp
3791 * gdb.asm/asm-source.exp
3792 * gdb.base/a2-run.exp
3793 * gdb.base/advance.exp
3794 * gdb.base/all-bin.exp
3795 * gdb.base/anon.exp
3796 * gdb.base/args.exp
3797 * gdb.base/arithmet.exp
3798 * gdb.base/async-shell.exp
3799 * gdb.base/async.exp
3800 * gdb.base/attach-pie-noexec.exp
3801 * gdb.base/attach-twice.exp
3802 * gdb.base/auto-load.exp
3803 * gdb.base/bang.exp
3804 * gdb.base/bitfields.exp
3805 * gdb.base/break-always.exp
3806 * gdb.base/break-caller-line.exp
3807 * gdb.base/break-entry.exp
3808 * gdb.base/break-inline.exp
3809 * gdb.base/break-on-linker-gcd-function.exp
3810 * gdb.base/break-probes.exp
3811 * gdb.base/break.exp
3812 * gdb.base/breakpoint-shadow.exp
3813 * gdb.base/call-ar-st.exp
3814 * gdb.base/call-sc.exp
3815 * gdb.base/call-signal-resume.exp
3816 * gdb.base/call-strs.exp
3817 * gdb.base/callfuncs.exp
3818 * gdb.base/catch-fork-static.exp
3819 * gdb.base/catch-gdb-caused-signals.exp
3820 * gdb.base/catch-load.exp
3821 * gdb.base/catch-signal-fork.exp
3822 * gdb.base/catch-signal.exp
3823 * gdb.base/catch-syscall.exp
3824 * gdb.base/charset.exp
3825 * gdb.base/checkpoint.exp
3826 * gdb.base/chng-syms.exp
3827 * gdb.base/code-expr.exp
3828 * gdb.base/code_elim.exp
3829 * gdb.base/commands.exp
3830 * gdb.base/completion.exp
3831 * gdb.base/complex.exp
3832 * gdb.base/cond-expr.exp
3833 * gdb.base/condbreak.exp
3834 * gdb.base/consecutive.exp
3835 * gdb.base/continue-all-already-running.exp
3836 * gdb.base/coredump-filter.exp
3837 * gdb.base/corefile.exp
3838 * gdb.base/dbx.exp
3839 * gdb.base/debug-expr.exp
3840 * gdb.base/define.exp
3841 * gdb.base/del.exp
3842 * gdb.base/disabled-location.exp
3843 * gdb.base/disasm-end-cu.exp
3844 * gdb.base/disasm-optim.exp
3845 * gdb.base/display.exp
3846 * gdb.base/duplicate-bp.exp
3847 * gdb.base/ena-dis-br.exp
3848 * gdb.base/ending-run.exp
3849 * gdb.base/enumval.exp
3850 * gdb.base/environ.exp
3851 * gdb.base/eu-strip-infcall.exp
3852 * gdb.base/eval-avoid-side-effects.exp
3853 * gdb.base/eval-skip.exp
3854 * gdb.base/exitsignal.exp
3855 * gdb.base/expand-psymtabs.exp
3856 * gdb.base/filesym.exp
3857 * gdb.base/find-unmapped.exp
3858 * gdb.base/finish.exp
3859 * gdb.base/float.exp
3860 * gdb.base/foll-exec-mode.exp
3861 * gdb.base/foll-exec.exp
3862 * gdb.base/foll-fork.exp
3863 * gdb.base/fortran-sym-case.exp
3864 * gdb.base/freebpcmd.exp
3865 * gdb.base/func-ptr.exp
3866 * gdb.base/func-ptrs.exp
3867 * gdb.base/funcargs.exp
3868 * gdb.base/gcore-buffer-overflow.exp
3869 * gdb.base/gcore-relro-pie.exp
3870 * gdb.base/gcore-relro.exp
3871 * gdb.base/gcore.exp
3872 * gdb.base/gdb1090.exp
3873 * gdb.base/gdb11530.exp
3874 * gdb.base/gdb11531.exp
3875 * gdb.base/gdb1821.exp
3876 * gdb.base/gdbindex-stabs.exp
3877 * gdb.base/gdbvars.exp
3878 * gdb.base/hbreak.exp
3879 * gdb.base/hbreak2.exp
3880 * gdb.base/included.exp
3881 * gdb.base/infcall-input.exp
3882 * gdb.base/inferior-died.exp
3883 * gdb.base/infnan.exp
3884 * gdb.base/info-macros.exp
3885 * gdb.base/info-os.exp
3886 * gdb.base/info-proc.exp
3887 * gdb.base/info-shared.exp
3888 * gdb.base/info-target.exp
3889 * gdb.base/infoline.exp
3890 * gdb.base/interp.exp
3891 * gdb.base/interrupt.exp
3892 * gdb.base/jit-reader.exp
3893 * gdb.base/jit-simple.exp
3894 * gdb.base/kill-after-signal.exp
3895 * gdb.base/kill-detach-inferiors-cmd.exp
3896 * gdb.base/label.exp
3897 * gdb.base/langs.exp
3898 * gdb.base/ldbl_e308.exp
3899 * gdb.base/line-symtabs.exp
3900 * gdb.base/linespecs.exp
3901 * gdb.base/list.exp
3902 * gdb.base/long_long.exp
3903 * gdb.base/longest-types.exp
3904 * gdb.base/maint.exp
3905 * gdb.base/max-value-size.exp
3906 * gdb.base/memattr.exp
3907 * gdb.base/mips_pro.exp
3908 * gdb.base/morestack.exp
3909 * gdb.base/moribund-step.exp
3910 * gdb.base/multi-forks.exp
3911 * gdb.base/nested-addr.exp
3912 * gdb.base/nextoverexit.exp
3913 * gdb.base/noreturn-finish.exp
3914 * gdb.base/noreturn-return.exp
3915 * gdb.base/nostdlib.exp
3916 * gdb.base/offsets.exp
3917 * gdb.base/opaque.exp
3918 * gdb.base/pc-fp.exp
3919 * gdb.base/permissions.exp
3920 * gdb.base/print-symbol-loading.exp
3921 * gdb.base/prologue-include.exp
3922 * gdb.base/psymtab.exp
3923 * gdb.base/ptype.exp
3924 * gdb.base/random-signal.exp
3925 * gdb.base/randomize.exp
3926 * gdb.base/range-stepping.exp
3927 * gdb.base/readline-ask.exp
3928 * gdb.base/recpar.exp
3929 * gdb.base/recurse.exp
3930 * gdb.base/relational.exp
3931 * gdb.base/restore.exp
3932 * gdb.base/return-nodebug.exp
3933 * gdb.base/return.exp
3934 * gdb.base/run-after-attach.exp
3935 * gdb.base/save-bp.exp
3936 * gdb.base/scope.exp
3937 * gdb.base/sect-cmd.exp
3938 * gdb.base/set-lang-auto.exp
3939 * gdb.base/set-noassign.exp
3940 * gdb.base/setvar.exp
3941 * gdb.base/sigall.exp
3942 * gdb.base/sigbpt.exp
3943 * gdb.base/siginfo-addr.exp
3944 * gdb.base/siginfo-infcall.exp
3945 * gdb.base/siginfo-obj.exp
3946 * gdb.base/siginfo.exp
3947 * gdb.base/signals-state-child.exp
3948 * gdb.base/signest.exp
3949 * gdb.base/sigstep.exp
3950 * gdb.base/sizeof.exp
3951 * gdb.base/skip.exp
3952 * gdb.base/solib-corrupted.exp
3953 * gdb.base/solib-nodir.exp
3954 * gdb.base/solib-search.exp
3955 * gdb.base/stack-checking.exp
3956 * gdb.base/stale-infcall.exp
3957 * gdb.base/stap-probe.exp
3958 * gdb.base/start.exp
3959 * gdb.base/step-break.exp
3960 * gdb.base/step-bt.exp
3961 * gdb.base/step-line.exp
3962 * gdb.base/step-over-exit.exp
3963 * gdb.base/step-over-syscall.exp
3964 * gdb.base/step-resume-infcall.exp
3965 * gdb.base/step-test.exp
3966 * gdb.base/store.exp
3967 * gdb.base/structs3.exp
3968 * gdb.base/sym-file.exp
3969 * gdb.base/symbol-without-target_section.exp
3970 * gdb.base/term.exp
3971 * gdb.base/testenv.exp
3972 * gdb.base/ui-redirect.exp
3973 * gdb.base/until.exp
3974 * gdb.base/unwindonsignal.exp
3975 * gdb.base/value-double-free.exp
3976 * gdb.base/vla-datatypes.exp
3977 * gdb.base/vla-ptr.exp
3978 * gdb.base/vla-sideeffect.exp
3979 * gdb.base/volatile.exp
3980 * gdb.base/watch-cond-infcall.exp
3981 * gdb.base/watch-cond.exp
3982 * gdb.base/watch-non-mem.exp
3983 * gdb.base/watch-read.exp
3984 * gdb.base/watch-vfork.exp
3985 * gdb.base/watchpoint-cond-gone.exp
3986 * gdb.base/watchpoint-delete.exp
3987 * gdb.base/watchpoint-hw-hit-once.exp
3988 * gdb.base/watchpoint-hw.exp
3989 * gdb.base/watchpoint-stops-at-right-insn.exp
3990 * gdb.base/watchpoints.exp
3991 * gdb.base/wchar.exp
3992 * gdb.base/whatis-exp.exp
3993 * gdb.btrace/buffer-size.exp
3994 * gdb.btrace/data.exp
3995 * gdb.btrace/delta.exp
3996 * gdb.btrace/dlopen.exp
3997 * gdb.btrace/enable.exp
3998 * gdb.btrace/exception.exp
3999 * gdb.btrace/function_call_history.exp
4000 * gdb.btrace/gcore.exp
4001 * gdb.btrace/instruction_history.exp
4002 * gdb.btrace/nohist.exp
4003 * gdb.btrace/reconnect.exp
4004 * gdb.btrace/record_goto-step.exp
4005 * gdb.btrace/record_goto.exp
4006 * gdb.btrace/rn-dl-bind.exp
4007 * gdb.btrace/segv.exp
4008 * gdb.btrace/step.exp
4009 * gdb.btrace/stepi.exp
4010 * gdb.btrace/tailcall-only.exp
4011 * gdb.btrace/tailcall.exp
4012 * gdb.btrace/tsx.exp
4013 * gdb.btrace/unknown_functions.exp
4014 * gdb.btrace/vdso.exp
4015 * gdb.compile/compile-ifunc.exp
4016 * gdb.compile/compile-ops.exp
4017 * gdb.compile/compile-print.exp
4018 * gdb.compile/compile-setjmp.exp
4019 * gdb.cp/abstract-origin.exp
4020 * gdb.cp/ambiguous.exp
4021 * gdb.cp/annota2.exp
4022 * gdb.cp/annota3.exp
4023 * gdb.cp/anon-ns.exp
4024 * gdb.cp/anon-struct.exp
4025 * gdb.cp/anon-union.exp
4026 * gdb.cp/arg-reference.exp
4027 * gdb.cp/baseenum.exp
4028 * gdb.cp/bool.exp
4029 * gdb.cp/breakpoint.exp
4030 * gdb.cp/bs15503.exp
4031 * gdb.cp/call-c.exp
4032 * gdb.cp/casts.exp
4033 * gdb.cp/chained-calls.exp
4034 * gdb.cp/class2.exp
4035 * gdb.cp/classes.exp
4036 * gdb.cp/cmpd-minsyms.exp
4037 * gdb.cp/converts.exp
4038 * gdb.cp/cp-relocate.exp
4039 * gdb.cp/cpcompletion.exp
4040 * gdb.cp/cpexprs.exp
4041 * gdb.cp/cplabel.exp
4042 * gdb.cp/cplusfuncs.exp
4043 * gdb.cp/cpsizeof.exp
4044 * gdb.cp/ctti.exp
4045 * gdb.cp/derivation.exp
4046 * gdb.cp/destrprint.exp
4047 * gdb.cp/dispcxx.exp
4048 * gdb.cp/enum-class.exp
4049 * gdb.cp/exception.exp
4050 * gdb.cp/exceptprint.exp
4051 * gdb.cp/expand-psymtabs-cxx.exp
4052 * gdb.cp/expand-sals.exp
4053 * gdb.cp/extern-c.exp
4054 * gdb.cp/filename.exp
4055 * gdb.cp/formatted-ref.exp
4056 * gdb.cp/fpointer.exp
4057 * gdb.cp/gdb1355.exp
4058 * gdb.cp/gdb2495.exp
4059 * gdb.cp/hang.exp
4060 * gdb.cp/impl-this.exp
4061 * gdb.cp/infcall-dlopen.exp
4062 * gdb.cp/inherit.exp
4063 * gdb.cp/iostream.exp
4064 * gdb.cp/koenig.exp
4065 * gdb.cp/local.exp
4066 * gdb.cp/m-data.exp
4067 * gdb.cp/m-static.exp
4068 * gdb.cp/mb-ctor.exp
4069 * gdb.cp/mb-inline.exp
4070 * gdb.cp/mb-templates.exp
4071 * gdb.cp/member-name.exp
4072 * gdb.cp/member-ptr.exp
4073 * gdb.cp/meth-typedefs.exp
4074 * gdb.cp/method.exp
4075 * gdb.cp/method2.exp
4076 * gdb.cp/minsym-fallback.exp
4077 * gdb.cp/misc.exp
4078 * gdb.cp/namelessclass.exp
4079 * gdb.cp/namespace-enum.exp
4080 * gdb.cp/namespace-nested-import.exp
4081 * gdb.cp/namespace.exp
4082 * gdb.cp/nextoverthrow.exp
4083 * gdb.cp/no-dmgl-verbose.exp
4084 * gdb.cp/non-trivial-retval.exp
4085 * gdb.cp/noparam.exp
4086 * gdb.cp/nsdecl.exp
4087 * gdb.cp/nsimport.exp
4088 * gdb.cp/nsnested.exp
4089 * gdb.cp/nsnoimports.exp
4090 * gdb.cp/nsrecurs.exp
4091 * gdb.cp/nsstress.exp
4092 * gdb.cp/nsusing.exp
4093 * gdb.cp/operator.exp
4094 * gdb.cp/oranking.exp
4095 * gdb.cp/overload-const.exp
4096 * gdb.cp/overload.exp
4097 * gdb.cp/ovldbreak.exp
4098 * gdb.cp/ovsrch.exp
4099 * gdb.cp/paren-type.exp
4100 * gdb.cp/parse-lang.exp
4101 * gdb.cp/pass-by-ref.exp
4102 * gdb.cp/pr-1023.exp
4103 * gdb.cp/pr-1210.exp
4104 * gdb.cp/pr-574.exp
4105 * gdb.cp/pr10687.exp
4106 * gdb.cp/pr12028.exp
4107 * gdb.cp/pr17132.exp
4108 * gdb.cp/pr17494.exp
4109 * gdb.cp/pr9067.exp
4110 * gdb.cp/pr9167.exp
4111 * gdb.cp/pr9631.exp
4112 * gdb.cp/printmethod.exp
4113 * gdb.cp/psmang.exp
4114 * gdb.cp/psymtab-parameter.exp
4115 * gdb.cp/ptype-cv-cp.exp
4116 * gdb.cp/ptype-flags.exp
4117 * gdb.cp/re-set-overloaded.exp
4118 * gdb.cp/ref-types.exp
4119 * gdb.cp/rtti.exp
4120 * gdb.cp/scope-err.exp
4121 * gdb.cp/shadow.exp
4122 * gdb.cp/smartp.exp
4123 * gdb.cp/static-method.exp
4124 * gdb.cp/static-print-quit.exp
4125 * gdb.cp/temargs.exp
4126 * gdb.cp/templates.exp
4127 * gdb.cp/try_catch.exp
4128 * gdb.cp/typedef-operator.exp
4129 * gdb.cp/typeid.exp
4130 * gdb.cp/userdef.exp
4131 * gdb.cp/using-crash.exp
4132 * gdb.cp/var-tag.exp
4133 * gdb.cp/virtbase.exp
4134 * gdb.cp/virtfunc.exp
4135 * gdb.cp/virtfunc2.exp
4136 * gdb.cp/vla-cxx.exp
4137 * gdb.disasm/t01_mov.exp
4138 * gdb.disasm/t02_mova.exp
4139 * gdb.disasm/t03_add.exp
4140 * gdb.disasm/t04_sub.exp
4141 * gdb.disasm/t05_cmp.exp
4142 * gdb.disasm/t06_ari2.exp
4143 * gdb.disasm/t07_ari3.exp
4144 * gdb.disasm/t08_or.exp
4145 * gdb.disasm/t09_xor.exp
4146 * gdb.disasm/t10_and.exp
4147 * gdb.disasm/t11_logs.exp
4148 * gdb.disasm/t12_bit.exp
4149 * gdb.disasm/t13_otr.exp
4150 * gdb.dlang/circular.exp
4151 * gdb.dwarf2/arr-stride.exp
4152 * gdb.dwarf2/arr-subrange.exp
4153 * gdb.dwarf2/atomic-type.exp
4154 * gdb.dwarf2/bad-regnum.exp
4155 * gdb.dwarf2/bitfield-parent-optimized-out.exp
4156 * gdb.dwarf2/callframecfa.exp
4157 * gdb.dwarf2/clztest.exp
4158 * gdb.dwarf2/corrupt.exp
4159 * gdb.dwarf2/data-loc.exp
4160 * gdb.dwarf2/dup-psym.exp
4161 * gdb.dwarf2/dw2-anon-mptr.exp
4162 * gdb.dwarf2/dw2-anonymous-func.exp
4163 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
4164 * gdb.dwarf2/dw2-bad-unresolved.exp
4165 * gdb.dwarf2/dw2-basic.exp
4166 * gdb.dwarf2/dw2-canonicalize-type.exp
4167 * gdb.dwarf2/dw2-case-insensitive.exp
4168 * gdb.dwarf2/dw2-common-block.exp
4169 * gdb.dwarf2/dw2-compdir-oldgcc.exp
4170 * gdb.dwarf2/dw2-compressed.exp
4171 * gdb.dwarf2/dw2-const.exp
4172 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
4173 * gdb.dwarf2/dw2-cu-size.exp
4174 * gdb.dwarf2/dw2-dup-frame.exp
4175 * gdb.dwarf2/dw2-entry-value.exp
4176 * gdb.dwarf2/dw2-icycle.exp
4177 * gdb.dwarf2/dw2-ifort-parameter.exp
4178 * gdb.dwarf2/dw2-inline-break.exp
4179 * gdb.dwarf2/dw2-inline-param.exp
4180 * gdb.dwarf2/dw2-intercu.exp
4181 * gdb.dwarf2/dw2-intermix.exp
4182 * gdb.dwarf2/dw2-lexical-block-bare.exp
4183 * gdb.dwarf2/dw2-linkage-name-trust.exp
4184 * gdb.dwarf2/dw2-minsym-in-cu.exp
4185 * gdb.dwarf2/dw2-noloc.exp
4186 * gdb.dwarf2/dw2-op-call.exp
4187 * gdb.dwarf2/dw2-op-out-param.exp
4188 * gdb.dwarf2/dw2-opt-structptr.exp
4189 * gdb.dwarf2/dw2-param-error.exp
4190 * gdb.dwarf2/dw2-producer.exp
4191 * gdb.dwarf2/dw2-ranges-base.exp
4192 * gdb.dwarf2/dw2-ref-missing-frame.exp
4193 * gdb.dwarf2/dw2-reg-undefined.exp
4194 * gdb.dwarf2/dw2-regno-invalid.exp
4195 * gdb.dwarf2/dw2-restore.exp
4196 * gdb.dwarf2/dw2-restrict.exp
4197 * gdb.dwarf2/dw2-single-line-discriminators.exp
4198 * gdb.dwarf2/dw2-strp.exp
4199 * gdb.dwarf2/dw2-undefined-ret-addr.exp
4200 * gdb.dwarf2/dw2-unresolved.exp
4201 * gdb.dwarf2/dw2-var-zero-addr.exp
4202 * gdb.dwarf2/dw4-sig-types.exp
4203 * gdb.dwarf2/dwz.exp
4204 * gdb.dwarf2/dynarr-ptr.exp
4205 * gdb.dwarf2/enum-type.exp
4206 * gdb.dwarf2/gdb-index.exp
4207 * gdb.dwarf2/implptr-64bit.exp
4208 * gdb.dwarf2/implptr-optimized-out.exp
4209 * gdb.dwarf2/implptr.exp
4210 * gdb.dwarf2/implref-array.exp
4211 * gdb.dwarf2/implref-const.exp
4212 * gdb.dwarf2/implref-global.exp
4213 * gdb.dwarf2/implref-struct.exp
4214 * gdb.dwarf2/mac-fileno.exp
4215 * gdb.dwarf2/main-subprogram.exp
4216 * gdb.dwarf2/member-ptr-forwardref.exp
4217 * gdb.dwarf2/method-ptr.exp
4218 * gdb.dwarf2/missing-sig-type.exp
4219 * gdb.dwarf2/nonvar-access.exp
4220 * gdb.dwarf2/opaque-type-lookup.exp
4221 * gdb.dwarf2/pieces-optimized-out.exp
4222 * gdb.dwarf2/pieces.exp
4223 * gdb.dwarf2/pr10770.exp
4224 * gdb.dwarf2/pr13961.exp
4225 * gdb.dwarf2/staticvirtual.exp
4226 * gdb.dwarf2/subrange.exp
4227 * gdb.dwarf2/symtab-producer.exp
4228 * gdb.dwarf2/trace-crash.exp
4229 * gdb.dwarf2/typeddwarf.exp
4230 * gdb.dwarf2/valop.exp
4231 * gdb.dwarf2/watch-notconst.exp
4232 * gdb.fortran/array-element.exp
4233 * gdb.fortran/charset.exp
4234 * gdb.fortran/common-block.exp
4235 * gdb.fortran/complex.exp
4236 * gdb.fortran/derived-type-function.exp
4237 * gdb.fortran/derived-type.exp
4238 * gdb.fortran/logical.exp
4239 * gdb.fortran/module.exp
4240 * gdb.fortran/multi-dim.exp
4241 * gdb.fortran/nested-funcs.exp
4242 * gdb.fortran/print-formatted.exp
4243 * gdb.fortran/subarray.exp
4244 * gdb.fortran/vla-alloc-assoc.exp
4245 * gdb.fortran/vla-datatypes.exp
4246 * gdb.fortran/vla-history.exp
4247 * gdb.fortran/vla-ptr-info.exp
4248 * gdb.fortran/vla-ptype-sub.exp
4249 * gdb.fortran/vla-ptype.exp
4250 * gdb.fortran/vla-sizeof.exp
4251 * gdb.fortran/vla-type.exp
4252 * gdb.fortran/vla-value-sub-arbitrary.exp
4253 * gdb.fortran/vla-value-sub-finish.exp
4254 * gdb.fortran/vla-value-sub.exp
4255 * gdb.fortran/vla-value.exp
4256 * gdb.fortran/whatis_type.exp
4257 * gdb.go/chan.exp
4258 * gdb.go/handcall.exp
4259 * gdb.go/hello.exp
4260 * gdb.go/integers.exp
4261 * gdb.go/methods.exp
4262 * gdb.go/package.exp
4263 * gdb.go/strings.exp
4264 * gdb.go/types.exp
4265 * gdb.go/unsafe.exp
4266 * gdb.guile/scm-arch.exp
4267 * gdb.guile/scm-block.exp
4268 * gdb.guile/scm-breakpoint.exp
4269 * gdb.guile/scm-cmd.exp
4270 * gdb.guile/scm-disasm.exp
4271 * gdb.guile/scm-equal.exp
4272 * gdb.guile/scm-frame-args.exp
4273 * gdb.guile/scm-frame-inline.exp
4274 * gdb.guile/scm-frame.exp
4275 * gdb.guile/scm-iterator.exp
4276 * gdb.guile/scm-math.exp
4277 * gdb.guile/scm-objfile.exp
4278 * gdb.guile/scm-ports.exp
4279 * gdb.guile/scm-symbol.exp
4280 * gdb.guile/scm-symtab.exp
4281 * gdb.guile/scm-value-cc.exp
4282 * gdb.guile/types-module.exp
4283 * gdb.linespec/break-ask.exp
4284 * gdb.linespec/cpexplicit.exp
4285 * gdb.linespec/explicit.exp
4286 * gdb.linespec/keywords.exp
4287 * gdb.linespec/linespec.exp
4288 * gdb.linespec/ls-dollar.exp
4289 * gdb.linespec/ls-errs.exp
4290 * gdb.linespec/skip-two.exp
4291 * gdb.linespec/thread.exp
4292 * gdb.mi/mi-async.exp
4293 * gdb.mi/mi-basics.exp
4294 * gdb.mi/mi-break.exp
4295 * gdb.mi/mi-catch-load.exp
4296 * gdb.mi/mi-cli.exp
4297 * gdb.mi/mi-cmd-param-changed.exp
4298 * gdb.mi/mi-console.exp
4299 * gdb.mi/mi-detach.exp
4300 * gdb.mi/mi-disassemble.exp
4301 * gdb.mi/mi-eval.exp
4302 * gdb.mi/mi-file-transfer.exp
4303 * gdb.mi/mi-file.exp
4304 * gdb.mi/mi-fill-memory.exp
4305 * gdb.mi/mi-inheritance-syntax-error.exp
4306 * gdb.mi/mi-linespec-err-cp.exp
4307 * gdb.mi/mi-logging.exp
4308 * gdb.mi/mi-memory-changed.exp
4309 * gdb.mi/mi-read-memory.exp
4310 * gdb.mi/mi-record-changed.exp
4311 * gdb.mi/mi-reg-undefined.exp
4312 * gdb.mi/mi-regs.exp
4313 * gdb.mi/mi-return.exp
4314 * gdb.mi/mi-reverse.exp
4315 * gdb.mi/mi-simplerun.exp
4316 * gdb.mi/mi-solib.exp
4317 * gdb.mi/mi-stack.exp
4318 * gdb.mi/mi-stepi.exp
4319 * gdb.mi/mi-syn-frame.exp
4320 * gdb.mi/mi-until.exp
4321 * gdb.mi/mi-var-block.exp
4322 * gdb.mi/mi-var-child.exp
4323 * gdb.mi/mi-var-cmd.exp
4324 * gdb.mi/mi-var-cp.exp
4325 * gdb.mi/mi-var-display.exp
4326 * gdb.mi/mi-var-invalidate.exp
4327 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
4328 * gdb.mi/mi-vla-fortran.exp
4329 * gdb.mi/mi-watch.exp
4330 * gdb.mi/mi2-var-child.exp
4331 * gdb.mi/user-selected-context-sync.exp
4332 * gdb.modula2/unbounded-array.exp
4333 * gdb.multi/dummy-frame-restore.exp
4334 * gdb.multi/multi-arch-exec.exp
4335 * gdb.multi/multi-arch.exp
4336 * gdb.multi/tids.exp
4337 * gdb.multi/watchpoint-multi.exp
4338 * gdb.opencl/callfuncs.exp
4339 * gdb.opencl/convs_casts.exp
4340 * gdb.opencl/datatypes.exp
4341 * gdb.opencl/operators.exp
4342 * gdb.opencl/vec_comps.exp
4343 * gdb.opt/clobbered-registers-O2.exp
4344 * gdb.opt/inline-break.exp
4345 * gdb.opt/inline-bt.exp
4346 * gdb.opt/inline-cmds.exp
4347 * gdb.opt/inline-locals.exp
4348 * gdb.pascal/case-insensitive-symbols.exp
4349 * gdb.pascal/floats.exp
4350 * gdb.pascal/gdb11492.exp
4351 * gdb.python/lib-types.exp
4352 * gdb.python/py-arch.exp
4353 * gdb.python/py-as-string.exp
4354 * gdb.python/py-bad-printers.exp
4355 * gdb.python/py-block.exp
4356 * gdb.python/py-breakpoint-create-fail.exp
4357 * gdb.python/py-breakpoint.exp
4358 * gdb.python/py-caller-is.exp
4359 * gdb.python/py-cmd.exp
4360 * gdb.python/py-explore-cc.exp
4361 * gdb.python/py-explore.exp
4362 * gdb.python/py-finish-breakpoint.exp
4363 * gdb.python/py-finish-breakpoint2.exp
4364 * gdb.python/py-frame-args.exp
4365 * gdb.python/py-frame-inline.exp
4366 * gdb.python/py-frame.exp
4367 * gdb.python/py-framefilter-mi.exp
4368 * gdb.python/py-infthread.exp
4369 * gdb.python/py-lazy-string.exp
4370 * gdb.python/py-linetable.exp
4371 * gdb.python/py-mi-events.exp
4372 * gdb.python/py-mi-objfile.exp
4373 * gdb.python/py-mi.exp
4374 * gdb.python/py-objfile.exp
4375 * gdb.python/py-pp-integral.exp
4376 * gdb.python/py-pp-maint.exp
4377 * gdb.python/py-pp-re-notag.exp
4378 * gdb.python/py-pp-registration.exp
4379 * gdb.python/py-recurse-unwind.exp
4380 * gdb.python/py-strfns.exp
4381 * gdb.python/py-symbol.exp
4382 * gdb.python/py-symtab.exp
4383 * gdb.python/py-sync-interp.exp
4384 * gdb.python/py-typeprint.exp
4385 * gdb.python/py-unwind-maint.exp
4386 * gdb.python/py-unwind.exp
4387 * gdb.python/py-value-cc.exp
4388 * gdb.python/py-xmethods.exp
4389 * gdb.reverse/amd64-tailcall-reverse.exp
4390 * gdb.reverse/break-precsave.exp
4391 * gdb.reverse/break-reverse.exp
4392 * gdb.reverse/consecutive-precsave.exp
4393 * gdb.reverse/consecutive-reverse.exp
4394 * gdb.reverse/finish-precsave.exp
4395 * gdb.reverse/finish-reverse-bkpt.exp
4396 * gdb.reverse/finish-reverse.exp
4397 * gdb.reverse/fstatat-reverse.exp
4398 * gdb.reverse/getresuid-reverse.exp
4399 * gdb.reverse/i386-precsave.exp
4400 * gdb.reverse/i386-reverse.exp
4401 * gdb.reverse/i386-sse-reverse.exp
4402 * gdb.reverse/i387-env-reverse.exp
4403 * gdb.reverse/i387-stack-reverse.exp
4404 * gdb.reverse/insn-reverse.exp
4405 * gdb.reverse/machinestate-precsave.exp
4406 * gdb.reverse/machinestate.exp
4407 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4408 * gdb.reverse/pipe-reverse.exp
4409 * gdb.reverse/readv-reverse.exp
4410 * gdb.reverse/recvmsg-reverse.exp
4411 * gdb.reverse/rerun-prec.exp
4412 * gdb.reverse/s390-mvcle.exp
4413 * gdb.reverse/step-precsave.exp
4414 * gdb.reverse/step-reverse.exp
4415 * gdb.reverse/time-reverse.exp
4416 * gdb.reverse/until-precsave.exp
4417 * gdb.reverse/until-reverse.exp
4418 * gdb.reverse/waitpid-reverse.exp
4419 * gdb.reverse/watch-precsave.exp
4420 * gdb.reverse/watch-reverse.exp
4421 * gdb.rust/generics.exp
4422 * gdb.rust/methods.exp
4423 * gdb.rust/modules.exp
4424 * gdb.rust/simple.exp
4425 * gdb.server/connect-with-no-symbol-file.exp
4426 * gdb.server/ext-attach.exp
4427 * gdb.server/ext-restart.exp
4428 * gdb.server/ext-wrapper.exp
4429 * gdb.server/file-transfer.exp
4430 * gdb.server/server-exec-info.exp
4431 * gdb.server/server-kill.exp
4432 * gdb.server/server-mon.exp
4433 * gdb.server/wrapper.exp
4434 * gdb.stabs/exclfwd.exp
4435 * gdb.stabs/gdb11479.exp
4436 * gdb.threads/clone-new-thread-event.exp
4437 * gdb.threads/corethreads.exp
4438 * gdb.threads/current-lwp-dead.exp
4439 * gdb.threads/dlopen-libpthread.exp
4440 * gdb.threads/gcore-thread.exp
4441 * gdb.threads/sigstep-threads.exp
4442 * gdb.threads/watchpoint-fork.exp
4443 * gdb.trace/actions-changed.exp
4444 * gdb.trace/backtrace.exp
4445 * gdb.trace/change-loc.exp
4446 * gdb.trace/circ.exp
4447 * gdb.trace/collection.exp
4448 * gdb.trace/disconnected-tracing.exp
4449 * gdb.trace/ftrace.exp
4450 * gdb.trace/mi-trace-frame-collected.exp
4451 * gdb.trace/mi-trace-unavailable.exp
4452 * gdb.trace/mi-traceframe-changed.exp
4453 * gdb.trace/mi-tsv-changed.exp
4454 * gdb.trace/no-attach-trace.exp
4455 * gdb.trace/passc-dyn.exp
4456 * gdb.trace/qtro.exp
4457 * gdb.trace/range-stepping.exp
4458 * gdb.trace/read-memory.exp
4459 * gdb.trace/save-trace.exp
4460 * gdb.trace/signal.exp
4461 * gdb.trace/status-stop.exp
4462 * gdb.trace/tfile.exp
4463 * gdb.trace/trace-break.exp
4464 * gdb.trace/trace-buffer-size.exp
4465 * gdb.trace/trace-condition.exp
4466 * gdb.trace/tracefile-pseudo-reg.exp
4467 * gdb.trace/tstatus.exp
4468 * gdb.trace/unavailable.exp
4469 * gdb.trace/while-dyn.exp
4470 * gdb.trace/while-stepping.exp
4471
34c41c68
DE
44722016-12-22 Doug Evans <xdje42@gmail.com>
4473
4474 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
4475 and msymbols.
4476
16e69324
YQ
44772016-12-19 Yao Qi <yao.qi@linaro.org>
4478
4479 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
4480 (test_with_self): Don't call do_steps_and_nexts, and remove
4481 code about stepping into xmalloc.
4482
f94f411b
YQ
44832016-12-09 Yao Qi <yao.qi@linaro.org>
4484
4485 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
4486
44872016-12-09 Yao Qi <yao.qi@linaro.org>
4488
4489 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
4490
f1b5deee
PA
44912016-12-09 Pedro Alves <palves@redhat.com>
4492
4493 * gdb.base/all-architectures-0.exp: New file.
4494 * gdb.base/all-architectures-1.exp: New file.
4495 * gdb.base/all-architectures-2.exp: New file.
4496 * gdb.base/all-architectures-3.exp: New file.
4497 * gdb.base/all-architectures-4.exp: New file.
4498 * gdb.base/all-architectures-5.exp: New file.
4499 * gdb.base/all-architectures-6.exp: New file.
4500 * gdb.base/all-architectures-7.exp: New file.
4501 * gdb.base/all-architectures.exp.in: New file.
4502
364ca42e
YQ
45032016-12-09 Yao Qi <yao.qi@linaro.org>
4504
4505 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
4506
107c2d62
LM
45072016-12-02 Luis Machado <lgustavo@codesourcery.com>
4508
4509 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
4510 possible.
4511 Remove useless pattern-matching code.
4512
df3ee9ca
PA
45132016-12-02 Pedro Alves <palves@redhat.com>
4514
4515 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
4516 procedure.
4517 (top level): Call it.
4518
ec835369
PA
45192016-12-02 Pedro Alves <palves@redhat.com>
4520
4521 * gdb.base/commands.exp (user_defined_command_args_stack_test):
4522 New procedure.
4523 (top level): Call it.
4524
01770bbd
PA
45252016-12-02 Pedro Alves <palves@redhat.com>
4526
4527 PR cli/20559
4528 * gdb.base/commands.exp (user_defined_command_args_eval): New
4529 procedure.
4530 (top level): Call it.
4531
008459ea
LM
45322016-12-02 Luis Machado <lgustavo@codesourcery.com>
4533
4534 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
4535 timeout handling.
4536
0c1b455e
TT
45372016-12-02 Tom Tromey <tom@tromey.com>
4538
4539 * gdb.dwarf2/main-subprogram.c: New file.
4540 * gdb.dwarf2/main-subprogram.exp: New file.
4541
018572b8
LM
45422016-12-01 Luis Machado <lgustavo@codesourcery.com>
4543
4544 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
4545 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
4546 gdb_test_no_output for a couple of cases.
4547 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
4548
84c93cd5
LM
45492016-12-01 Luis Machado <lgustavo@codesourcery.com>
4550
4551 Fix test names and standardize compilation error messages throughout
4552 the following files:
4553
4554 * gdb.ada/start.exp
4555 * gdb.arch/alpha-step.exp
4556 * gdb.arch/e500-prologue.exp
4557 * gdb.arch/ftrace-insn-reloc.exp
4558 * gdb.arch/gdb1291.exp
4559 * gdb.arch/gdb1431.exp
4560 * gdb.arch/gdb1558.exp
4561 * gdb.arch/i386-dr3-watch.exp
4562 * gdb.arch/i386-sse-stack-align.exp
4563 * gdb.arch/ia64-breakpoint-shadow.exp
4564 * gdb.arch/pa-nullify.exp
4565 * gdb.arch/powerpc-aix-prologue.exp
4566 * gdb.arch/thumb-bx-pc.exp
4567 * gdb.base/annota1.exp
4568 * gdb.base/annota3.exp
4569 * gdb.base/arrayidx.exp
4570 * gdb.base/assign.exp
4571 * gdb.base/attach.exp
4572 * gdb.base/auxv.exp
4573 * gdb.base/bang.exp
4574 * gdb.base/bfp-test.exp
4575 * gdb.base/bigcore.exp
4576 * gdb.base/bitfields2.exp
4577 * gdb.base/break-fun-addr.exp
4578 * gdb.base/break-probes.exp
4579 * gdb.base/call-rt-st.exp
4580 * gdb.base/callexit.exp
4581 * gdb.base/catch-fork-kill.exp
4582 * gdb.base/charset.exp
4583 * gdb.base/checkpoint.exp
4584 * gdb.base/comprdebug.exp
4585 * gdb.base/constvars.exp
4586 * gdb.base/coredump-filter.exp
4587 * gdb.base/cursal.exp
4588 * gdb.base/cvexpr.exp
4589 * gdb.base/detach.exp
4590 * gdb.base/display.exp
4591 * gdb.base/dmsym.exp
4592 * gdb.base/dprintf-pending.exp
4593 * gdb.base/dso2dso.exp
4594 * gdb.base/dtrace-probe.exp
4595 * gdb.base/dump.exp
4596 * gdb.base/enum_cond.exp
4597 * gdb.base/exe-lock.exp
4598 * gdb.base/exec-invalid-sysroot.exp
4599 * gdb.base/execl-update-breakpoints.exp
4600 * gdb.base/exprs.exp
4601 * gdb.base/fileio.exp
4602 * gdb.base/find.exp
4603 * gdb.base/finish.exp
4604 * gdb.base/fixsection.exp
4605 * gdb.base/foll-vfork.exp
4606 * gdb.base/frame-args.exp
4607 * gdb.base/gcore.exp
4608 * gdb.base/gdb1250.exp
4609 * gdb.base/global-var-nested-by-dso.exp
4610 * gdb.base/gnu-ifunc.exp
4611 * gdb.base/hashline1.exp
4612 * gdb.base/hashline2.exp
4613 * gdb.base/hashline3.exp
4614 * gdb.base/hbreak-in-shr-unsupported.exp
4615 * gdb.base/huge.exp
4616 * gdb.base/infcall-input.exp
4617 * gdb.base/info-fun.exp
4618 * gdb.base/info-shared.exp
4619 * gdb.base/jit-simple.exp
4620 * gdb.base/jit-so.exp
4621 * gdb.base/jit.exp
4622 * gdb.base/jump.exp
4623 * gdb.base/label.exp
4624 * gdb.base/lineinc.exp
4625 * gdb.base/logical.exp
4626 * gdb.base/longjmp.exp
4627 * gdb.base/macscp.exp
4628 * gdb.base/miscexprs.exp
4629 * gdb.base/new-ui-echo.exp
4630 * gdb.base/new-ui-pending-input.exp
4631 * gdb.base/new-ui.exp
4632 * gdb.base/nodebug.exp
4633 * gdb.base/nofield.exp
4634 * gdb.base/offsets.exp
4635 * gdb.base/overlays.exp
4636 * gdb.base/pending.exp
4637 * gdb.base/pointers.exp
4638 * gdb.base/pr11022.exp
4639 * gdb.base/printcmds.exp
4640 * gdb.base/prologue.exp
4641 * gdb.base/ptr-typedef.exp
4642 * gdb.base/realname-expand.exp
4643 * gdb.base/relativedebug.exp
4644 * gdb.base/relocate.exp
4645 * gdb.base/remote.exp
4646 * gdb.base/reread.exp
4647 * gdb.base/return2.exp
4648 * gdb.base/savedregs.exp
4649 * gdb.base/sep.exp
4650 * gdb.base/sepdebug.exp
4651 * gdb.base/sepsymtab.exp
4652 * gdb.base/set-inferior-tty.exp
4653 * gdb.base/setshow.exp
4654 * gdb.base/shlib-call.exp
4655 * gdb.base/sigaltstack.exp
4656 * gdb.base/siginfo-addr.exp
4657 * gdb.base/signals.exp
4658 * gdb.base/signull.exp
4659 * gdb.base/sigrepeat.exp
4660 * gdb.base/so-impl-ld.exp
4661 * gdb.base/solib-display.exp
4662 * gdb.base/solib-overlap.exp
4663 * gdb.base/solib-search.exp
4664 * gdb.base/solib-symbol.exp
4665 * gdb.base/structs.exp
4666 * gdb.base/structs2.exp
4667 * gdb.base/symtab-search-order.exp
4668 * gdb.base/twice.exp
4669 * gdb.base/unload.exp
4670 * gdb.base/varargs.exp
4671 * gdb.base/watchpoint-solib.exp
4672 * gdb.base/watchpoint.exp
4673 * gdb.base/whatis.exp
4674 * gdb.base/wrong_frame_bt_full.exp
4675 * gdb.btrace/dlopen.exp
4676 * gdb.cell/ea-standalone.exp
4677 * gdb.cell/ea-test.exp
4678 * gdb.cp/dispcxx.exp
4679 * gdb.cp/gdb2384.exp
4680 * gdb.cp/method2.exp
4681 * gdb.cp/nextoverthrow.exp
4682 * gdb.cp/pr10728.exp
4683 * gdb.disasm/am33.exp
4684 * gdb.disasm/h8300s.exp
4685 * gdb.disasm/mn10300.exp
4686 * gdb.disasm/sh3.exp
4687 * gdb.dwarf2/dw2-dir-file-name.exp
4688 * gdb.fortran/complex.exp
4689 * gdb.fortran/library-module.exp
4690 * gdb.guile/scm-pretty-print.exp
4691 * gdb.guile/scm-symbol.exp
4692 * gdb.guile/scm-type.exp
4693 * gdb.guile/scm-value.exp
4694 * gdb.linespec/linespec.exp
4695 * gdb.mi/gdb701.exp
4696 * gdb.mi/gdb792.exp
4697 * gdb.mi/mi-breakpoint-changed.exp
4698 * gdb.mi/mi-dprintf-pending.exp
4699 * gdb.mi/mi-dprintf.exp
4700 * gdb.mi/mi-exit-code.exp
4701 * gdb.mi/mi-pending.exp
4702 * gdb.mi/mi-solib.exp
4703 * gdb.mi/new-ui-mi-sync.exp
4704 * gdb.mi/pr11022.exp
4705 * gdb.mi/user-selected-context-sync.exp
4706 * gdb.opt/solib-intra-step.exp
4707 * gdb.python/py-events.exp
4708 * gdb.python/py-finish-breakpoint.exp
4709 * gdb.python/py-mi.exp
4710 * gdb.python/py-prettyprint.exp
4711 * gdb.python/py-shared.exp
4712 * gdb.python/py-symbol.exp
4713 * gdb.python/py-template.exp
4714 * gdb.python/py-type.exp
4715 * gdb.python/py-value.exp
4716 * gdb.reverse/solib-precsave.exp
4717 * gdb.reverse/solib-reverse.exp
4718 * gdb.server/solib-list.exp
4719 * gdb.stabs/weird.exp
4720 * gdb.threads/reconnect-signal.exp
4721 * gdb.threads/stepi-random-signal.exp
4722 * gdb.trace/actions.exp
4723 * gdb.trace/ax.exp
4724 * gdb.trace/backtrace.exp
4725 * gdb.trace/change-loc.exp
4726 * gdb.trace/deltrace.exp
4727 * gdb.trace/ftrace-lock.exp
4728 * gdb.trace/ftrace.exp
4729 * gdb.trace/infotrace.exp
4730 * gdb.trace/mi-tracepoint-changed.exp
4731 * gdb.trace/packetlen.exp
4732 * gdb.trace/passcount.exp
4733 * gdb.trace/pending.exp
4734 * gdb.trace/range-stepping.exp
4735 * gdb.trace/report.exp
4736 * gdb.trace/stap-trace.exp
4737 * gdb.trace/tfind.exp
4738 * gdb.trace/trace-break.exp
4739 * gdb.trace/trace-condition.exp
4740 * gdb.trace/trace-enable-disable.exp
4741 * gdb.trace/trace-mt.exp
4742 * gdb.trace/tracecmd.exp
4743 * gdb.trace/tspeed.exp
4744 * gdb.trace/tsv.exp
4745 * lib/perftest.exp
4746
fb9feb35
LM
47472016-12-01 Luis Machado <lgustavo@codesourcery.com>
4748
4749 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
4750 with gdb_test_no_output.
4751 Use command as test name.
4752
cd2ddb6c
LM
47532016-12-01 Luis Machado <lgustavo@codesourcery.com>
4754
4755 Fix test names starting with uppercase throughout the files.
4756
4757 * gdb.ada/assign_1.exp
4758 * gdb.ada/boolean_expr.exp
4759 * gdb.base/arrayidx.exp
4760 * gdb.base/del.exp
4761 * gdb.base/gcore-buffer-overflow.exp
4762 * gdb.base/testenv.exp
4763 * gdb.compile/compile.exp
4764 * gdb.python/py-framefilter-invalidarg.exp
4765 * gdb.python/py-framefilter.exp
4766
bb95117e
LM
47672016-12-01 Luis Machado <lgustavo@codesourcery.com>
4768
4769 Fix test names starting with uppercase throughout the files.
4770
4771 * gdb.ada/array_return.exp
4772 * gdb.ada/expr_delims.exp
4773 * gdb.ada/mi_dyn_arr.exp
4774 * gdb.ada/mi_interface.exp
4775 * gdb.ada/mi_var_array.exp
4776 * gdb.ada/watch_arg.exp
4777 * gdb.arch/alpha-step.exp
4778 * gdb.arch/altivec-regs.exp
4779 * gdb.arch/e500-regs.exp
4780 * gdb.arch/powerpc-d128-regs.exp
4781 * gdb.base/arrayidx.exp
4782 * gdb.base/break.exp
4783 * gdb.base/checkpoint.exp
4784 * gdb.base/debug-expr.exp
4785 * gdb.base/dmsym.exp
4786 * gdb.base/radix.exp
4787 * gdb.base/sepdebug.exp
4788 * gdb.base/testenv.exp
4789 * gdb.base/watch_thread_num.exp
4790 * gdb.base/watchpoint-cond-gone.exp
4791 * gdb.cell/break.exp
4792 * gdb.cell/ea-cache.exp
4793 * gdb.compile/compile.exp
4794 * gdb.cp/gdb2495.exp
4795 * gdb.gdb/selftest.exp
4796 * gdb.gdb/xfullpath.exp
4797 * gdb.go/hello.exp
4798 * gdb.go/integers.exp
4799 * gdb.objc/basicclass.exp
4800 * gdb.pascal/hello.exp
4801 * gdb.pascal/integers.exp
4802 * gdb.python/py-breakpoint.exp
4803 * gdb.python/py-cmd.exp
4804 * gdb.python/py-linetable.exp
4805 * gdb.python/py-xmethods.exp
4806 * gdb.python/python.exp
4807 * gdb.reverse/consecutive-precsave.exp
4808 * gdb.reverse/finish-precsave.exp
4809 * gdb.reverse/i386-precsave.exp
4810 * gdb.reverse/machinestate-precsave.exp
4811 * gdb.reverse/sigall-precsave.exp
4812 * gdb.reverse/solib-precsave.exp
4813 * gdb.reverse/step-precsave.exp
4814 * gdb.reverse/until-precsave.exp
4815 * gdb.reverse/watch-precsave.exp
4816 * gdb.threads/leader-exit.exp
4817 * gdb.threads/pthreads.exp
4818 * gdb.threads/wp-replication.exp
4819 * gdb.trace/actions.exp
4820 * gdb.trace/mi-tsv-changed.exp
4821 * gdb.trace/tsv.exp
4822
de97fdd4
LM
48232016-12-01 Luis Machado <lgustavo@codesourcery.com>
4824
4825 Fix test names starting with uppercase throughout the files.
4826
4827 * gdb.arch/i386-bp_permanent.exp
4828 * gdb.arch/i386-gnu-cfi.exp
4829 * gdb.base/disasm-end-cu.exp
4830 * gdb.base/macscp.exp
4831 * gdb.base/pending.exp
4832 * gdb.base/watch_thread_num.exp
4833 * gdb.cp/exception.exp
4834 * gdb.cp/gdb2495.exp
4835 * gdb.cp/local.exp
4836 * gdb.python/py-evsignal.exp
4837 * gdb.python/python.exp
4838 * gdb.trace/tracecmd.exp
4839
9f058c10
LM
48402016-12-01 Luis Machado <lgustavo@codesourcery.com>
4841
4842 Fix test names starting with uppercase throughout the files.
4843
4844 * gdb.base/charset.exp
4845 * gdb.base/eval.exp
4846 * gdb.base/multi-forks.exp
4847 * gdb.guile/scm-progspace.exp
4848 * gdb.opencl/datatypes.exp
4849 * gdb.python/py-block.exp
4850 * gdb.python/py-function.exp
4851 * gdb.python/py-symbol.exp
4852 * gdb.python/py-symtab.exp
4853 * gdb.python/py-xmethods.exp
4854 * gdb.reverse/break-precsave.exp
4855 * gdb.reverse/break-reverse.exp
4856 * gdb.reverse/consecutive-precsave.exp
4857 * gdb.reverse/consecutive-reverse.exp
4858 * gdb.reverse/finish-precsave.exp
4859 * gdb.reverse/finish-reverse-bkpt.exp
4860 * gdb.reverse/finish-reverse.exp
4861 * gdb.reverse/fstatat-reverse.exp
4862 * gdb.reverse/getresuid-reverse.exp
4863 * gdb.reverse/i386-precsave.exp
4864 * gdb.reverse/i386-reverse.exp
4865 * gdb.reverse/i386-sse-reverse.exp
4866 * gdb.reverse/i387-stack-reverse.exp
4867 * gdb.reverse/insn-reverse.exp
4868 * gdb.reverse/machinestate-precsave.exp
4869 * gdb.reverse/machinestate.exp
4870 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4871 * gdb.reverse/pipe-reverse.exp
4872 * gdb.reverse/readv-reverse.exp
4873 * gdb.reverse/recvmsg-reverse.exp
4874 * gdb.reverse/rerun-prec.exp
4875 * gdb.reverse/s390-mvcle.exp
4876 * gdb.reverse/sigall-precsave.exp
4877 * gdb.reverse/sigall-reverse.exp
4878 * gdb.reverse/solib-precsave.exp
4879 * gdb.reverse/solib-reverse.exp
4880 * gdb.reverse/step-precsave.exp
4881 * gdb.reverse/step-reverse.exp
4882 * gdb.reverse/time-reverse.exp
4883 * gdb.reverse/until-precsave.exp
4884 * gdb.reverse/until-reverse.exp
4885 * gdb.reverse/waitpid-reverse.exp
4886 * gdb.reverse/watch-precsave.exp
4887 * gdb.reverse/watch-reverse.exp
4888
cdc7edd7
LM
48892016-12-01 Luis Machado <lgustavo@codesourcery.com>
4890
4891 Fix test names starting with uppercase throughout the files.
4892
4893 * gdb.arch/i386-mpx-simple_segv.exp
4894 * gdb.arch/i386-mpx.exp
4895 * gdb.arch/i386-permbkpt.exp
4896 * gdb.arch/pa-nullify.exp
4897 * gdb.arch/powerpc-d128-regs.exp
4898 * gdb.arch/vsx-regs.exp
4899 * gdb.base/bfp-test.exp
4900 * gdb.base/break.exp
4901 * gdb.base/breakpoint-shadow.exp
4902 * gdb.base/callfuncs.exp
4903 * gdb.base/charset.exp
4904 * gdb.base/commands.exp
4905 * gdb.base/completion.exp
4906 * gdb.base/dfp-test.exp
4907 * gdb.base/echo.exp
4908 * gdb.base/ending-run.exp
4909 * gdb.base/eval.exp
4910 * gdb.base/expand-psymtabs.exp
4911 * gdb.base/float128.exp
4912 * gdb.base/floatn.exp
4913 * gdb.base/foll-exec-mode.exp
4914 * gdb.base/gdb1056.exp
4915 * gdb.base/gdb11531.exp
4916 * gdb.base/kill-after-signal.exp
4917 * gdb.base/multi-forks.exp
4918 * gdb.base/overlays.exp
4919 * gdb.base/pending.exp
4920 * gdb.base/sepdebug.exp
4921 * gdb.base/testenv.exp
4922 * gdb.base/valgrind-db-attach.exp
4923 * gdb.base/watch_thread_num.exp
4924 * gdb.base/watchpoint-cond-gone.exp
4925 * gdb.base/watchpoint.exp
4926 * gdb.base/watchpoints.exp
4927 * gdb.cp/arg-reference.exp
4928 * gdb.cp/baseenum.exp
4929 * gdb.cp/operator.exp
4930 * gdb.cp/shadow.exp
4931 * gdb.dwarf2/dw2-op-out-param.exp
4932 * gdb.dwarf2/dw2-reg-undefined.exp
4933 * gdb.go/chan.exp
4934 * gdb.go/hello.exp
4935 * gdb.go/integers.exp
4936 * gdb.go/methods.exp
4937 * gdb.go/package.exp
4938 * gdb.guile/scm-parameter.exp
4939 * gdb.guile/scm-progspace.exp
4940 * gdb.guile/scm-value.exp
4941 * gdb.mi/mi-pending.exp
4942 * gdb.mi/user-selected-context-sync.exp
4943 * gdb.multi/multi-attach.exp
4944 * gdb.multi/tids.exp
4945 * gdb.opt/clobbered-registers-O2.exp
4946 * gdb.pascal/floats.exp
4947 * gdb.pascal/integers.exp
4948 * gdb.python/py-block.exp
4949 * gdb.python/py-events.exp
4950 * gdb.python/py-parameter.exp
4951 * gdb.python/py-symbol.exp
4952 * gdb.python/py-symtab.exp
4953 * gdb.python/py-type.exp
4954 * gdb.python/py-value.exp
4955 * gdb.python/py-xmethods.exp
4956 * gdb.python/python.exp
4957 * gdb.reverse/break-precsave.exp
4958 * gdb.reverse/consecutive-precsave.exp
4959 * gdb.reverse/finish-precsave.exp
4960 * gdb.reverse/i386-precsave.exp
4961 * gdb.reverse/machinestate-precsave.exp
4962 * gdb.reverse/sigall-precsave.exp
4963 * gdb.reverse/solib-precsave.exp
4964 * gdb.reverse/step-precsave.exp
4965 * gdb.reverse/until-precsave.exp
4966 * gdb.reverse/watch-precsave.exp
4967 * gdb.server/ext-attach.exp
4968 * gdb.server/ext-restart.exp
4969 * gdb.server/ext-run.exp
4970 * gdb.server/ext-wrapper.exp
4971 * gdb.stabs/gdb11479.exp
4972 * gdb.stabs/weird.exp
4973 * gdb.threads/attach-many-short-lived-threads.exp
4974 * gdb.threads/kill.exp
4975 * gdb.threads/watchpoint-fork.exp
4976
bc6c7af4
LM
49772016-12-01 Luis Machado <lgustavo@codesourcery.com>
4978
4979 Fix test names starting with uppercase throughout all the files below.
4980
4981 * gdb.ada/array_return.exp
4982 * gdb.ada/catch_ex.exp
4983 * gdb.ada/info_exc.exp
4984 * gdb.ada/mi_catch_ex.exp
4985 * gdb.ada/mi_dyn_arr.exp
4986 * gdb.ada/mi_ex_cond.exp
4987 * gdb.ada/mi_exc_info.exp
4988 * gdb.ada/mi_interface.exp
4989 * gdb.ada/mi_task_arg.exp
4990 * gdb.ada/mi_task_info.exp
4991 * gdb.ada/mi_var_array.exp
4992 * gdb.arch/alpha-step.exp
4993 * gdb.arch/amd64-disp-step.exp
4994 * gdb.arch/arm-disp-step.exp
4995 * gdb.arch/disp-step-insn-reloc.exp
4996 * gdb.arch/e500-prologue.exp
4997 * gdb.arch/ftrace-insn-reloc.exp
4998 * gdb.arch/gdb1558.exp
4999 * gdb.arch/i386-bp_permanent.exp
5000 * gdb.arch/i386-disp-step.exp
5001 * gdb.arch/i386-float.exp
5002 * gdb.arch/i386-gnu-cfi.exp
5003 * gdb.arch/ia64-breakpoint-shadow.exp
5004 * gdb.arch/mips16-thunks.exp
5005 * gdb.arch/pa-nullify.exp
5006 * gdb.arch/powerpc-aix-prologue.exp
5007 * gdb.arch/powerpc-power.exp
5008 * gdb.arch/ppc-dfp.exp
5009 * gdb.arch/s390-tdbregs.exp
5010 * gdb.arch/spu-info.exp
5011 * gdb.arch/spu-ls.exp
5012 * gdb.arch/thumb-bx-pc.exp
5013 * gdb.base/advance.exp
5014 * gdb.base/annota-input-while-running.exp
5015 * gdb.base/arrayidx.exp
5016 * gdb.base/asmlabel.exp
5017 * gdb.base/async.exp
5018 * gdb.base/attach-wait-input.exp
5019 * gdb.base/auto-connect-native-target.exp
5020 * gdb.base/batch-preserve-term-settings.exp
5021 * gdb.base/bfp-test.exp
5022 * gdb.base/bigcore.exp
5023 * gdb.base/bp-permanent.exp
5024 * gdb.base/break-always.exp
5025 * gdb.base/break-fun-addr.exp
5026 * gdb.base/break-idempotent.exp
5027 * gdb.base/break-main-file-remove-fail.exp
5028 * gdb.base/break-probes.exp
5029 * gdb.base/break-unload-file.exp
5030 * gdb.base/break.exp
5031 * gdb.base/call-ar-st.exp
5032 * gdb.base/call-rt-st.exp
5033 * gdb.base/call-sc.exp
5034 * gdb.base/call-signal-resume.exp
5035 * gdb.base/call-strs.exp
5036 * gdb.base/callexit.exp
5037 * gdb.base/callfuncs.exp
5038 * gdb.base/catch-gdb-caused-signals.exp
5039 * gdb.base/catch-signal-siginfo-cond.exp
5040 * gdb.base/catch-syscall.exp
5041 * gdb.base/compare-sections.exp
5042 * gdb.base/cond-eval-mode.exp
5043 * gdb.base/condbreak-call-false.exp
5044 * gdb.base/consecutive-step-over.exp
5045 * gdb.base/cursal.exp
5046 * gdb.base/disabled-location.exp
5047 * gdb.base/disasm-end-cu.exp
5048 * gdb.base/display.exp
5049 * gdb.base/double-prompt-target-event-error.exp
5050 * gdb.base/dprintf-bp-same-addr.exp
5051 * gdb.base/dprintf-detach.exp
5052 * gdb.base/dprintf-next.exp
5053 * gdb.base/dprintf-non-stop.exp
5054 * gdb.base/dprintf-pending.exp
5055 * gdb.base/dso2dso.exp
5056 * gdb.base/ending-run.exp
5057 * gdb.base/enum_cond.exp
5058 * gdb.base/examine-backward.exp
5059 * gdb.base/exe-lock.exp
5060 * gdb.base/exec-invalid-sysroot.exp
5061 * gdb.base/execl-update-breakpoints.exp
5062 * gdb.base/execution-termios.exp
5063 * gdb.base/fileio.exp
5064 * gdb.base/fixsection.exp
5065 * gdb.base/foll-exec-mode.exp
5066 * gdb.base/foll-exec.exp
5067 * gdb.base/fork-running-state.exp
5068 * gdb.base/frame-args.exp
5069 * gdb.base/fullpath-expand.exp
5070 * gdb.base/func-ptr.exp
5071 * gdb.base/gcore-relro-pie.exp
5072 * gdb.base/gdb1090.exp
5073 * gdb.base/gdb1555.exp
5074 * gdb.base/global-var-nested-by-dso.exp
5075 * gdb.base/gnu-ifunc.exp
5076 * gdb.base/hbreak-in-shr-unsupported.exp
5077 * gdb.base/hbreak-unmapped.exp
5078 * gdb.base/hook-stop.exp
5079 * gdb.base/infcall-input.exp
5080 * gdb.base/info-fun.exp
5081 * gdb.base/info-shared.exp
5082 * gdb.base/interrupt-noterm.exp
5083 * gdb.base/jit-so.exp
5084 * gdb.base/jit.exp
5085 * gdb.base/line-symtabs.exp
5086 * gdb.base/list.exp
5087 * gdb.base/longjmp.exp
5088 * gdb.base/macscp.exp
5089 * gdb.base/max-value-size.exp
5090 * gdb.base/nodebug.exp
5091 * gdb.base/nofield.exp
5092 * gdb.base/overlays.exp
5093 * gdb.base/paginate-after-ctrl-c-running.exp
5094 * gdb.base/paginate-bg-execution.exp
5095 * gdb.base/paginate-inferior-exit.exp
5096 * gdb.base/pending.exp
5097 * gdb.base/pr11022.exp
5098 * gdb.base/printcmds.exp
5099 * gdb.base/ptr-typedef.exp
5100 * gdb.base/ptype.exp
5101 * gdb.base/randomize.exp
5102 * gdb.base/range-stepping.exp
5103 * gdb.base/realname-expand.exp
5104 * gdb.base/relativedebug.exp
5105 * gdb.base/remote.exp
5106 * gdb.base/savedregs.exp
5107 * gdb.base/sepdebug.exp
5108 * gdb.base/set-noassign.exp
5109 * gdb.base/shlib-call.exp
5110 * gdb.base/shreloc.exp
5111 * gdb.base/sigaltstack.exp
5112 * gdb.base/sigbpt.exp
5113 * gdb.base/siginfo-addr.exp
5114 * gdb.base/siginfo-obj.exp
5115 * gdb.base/siginfo-thread.exp
5116 * gdb.base/signest.exp
5117 * gdb.base/signull.exp
5118 * gdb.base/sigrepeat.exp
5119 * gdb.base/skip.exp
5120 * gdb.base/so-impl-ld.exp
5121 * gdb.base/solib-corrupted.exp
5122 * gdb.base/solib-disc.exp
5123 * gdb.base/solib-display.exp
5124 * gdb.base/solib-overlap.exp
5125 * gdb.base/solib-search.exp
5126 * gdb.base/solib-symbol.exp
5127 * gdb.base/source-execution.exp
5128 * gdb.base/sss-bp-on-user-bp-2.exp
5129 * gdb.base/sss-bp-on-user-bp.exp
5130 * gdb.base/stack-checking.exp
5131 * gdb.base/stale-infcall.exp
5132 * gdb.base/step-break.exp
5133 * gdb.base/step-line.exp
5134 * gdb.base/step-over-exit.exp
5135 * gdb.base/step-test.exp
5136 * gdb.base/structs.exp
5137 * gdb.base/sym-file.exp
5138 * gdb.base/symtab-search-order.exp
5139 * gdb.base/term.exp
5140 * gdb.base/type-opaque.exp
5141 * gdb.base/unload.exp
5142 * gdb.base/until-nodebug.exp
5143 * gdb.base/until.exp
5144 * gdb.base/unwindonsignal.exp
5145 * gdb.base/watch-cond.exp
5146 * gdb.base/watch-non-mem.exp
5147 * gdb.base/watch_thread_num.exp
5148 * gdb.base/watchpoint-reuse-slot.exp
5149 * gdb.base/watchpoint-solib.exp
5150 * gdb.base/watchpoint.exp
5151 * gdb.btrace/dlopen.exp
5152 * gdb.cell/arch.exp
5153 * gdb.cell/break.exp
5154 * gdb.cell/bt.exp
5155 * gdb.cell/core.exp
5156 * gdb.cell/data.exp
5157 * gdb.cell/dwarfaddr.exp
5158 * gdb.cell/ea-cache.exp
5159 * gdb.cell/ea-standalone.exp
5160 * gdb.cell/ea-test.exp
5161 * gdb.cell/f-regs.exp
5162 * gdb.cell/fork.exp
5163 * gdb.cell/gcore.exp
5164 * gdb.cell/mem-access.exp
5165 * gdb.cell/ptype.exp
5166 * gdb.cell/registers.exp
5167 * gdb.cell/sizeof.exp
5168 * gdb.cell/solib-symbol.exp
5169 * gdb.cell/solib.exp
5170 * gdb.compile/compile-tls.exp
5171 * gdb.cp/exception.exp
5172 * gdb.cp/gdb2495.exp
5173 * gdb.cp/local.exp
5174 * gdb.cp/mb-inline.exp
5175 * gdb.cp/mb-templates.exp
5176 * gdb.cp/pr10687.exp
5177 * gdb.cp/pr9167.exp
5178 * gdb.cp/scope-err.exp
5179 * gdb.cp/templates.exp
5180 * gdb.cp/virtfunc.exp
5181 * gdb.dwarf2/dw2-dir-file-name.exp
5182 * gdb.dwarf2/dw2-single-line-discriminators.exp
5183 * gdb.fortran/complex.exp
5184 * gdb.fortran/library-module.exp
5185 * gdb.guile/guile.exp
5186 * gdb.guile/scm-cmd.exp
5187 * gdb.guile/scm-frame-inline.exp
5188 * gdb.guile/scm-objfile.exp
5189 * gdb.guile/scm-pretty-print.exp
5190 * gdb.guile/scm-symbol.exp
5191 * gdb.guile/scm-type.exp
5192 * gdb.guile/scm-value.exp
5193 * gdb.linespec/keywords.exp
5194 * gdb.linespec/ls-errs.exp
5195 * gdb.linespec/macro-relative.exp
5196 * gdb.linespec/thread.exp
5197 * gdb.mi/mi-breakpoint-changed.exp
5198 * gdb.mi/mi-dprintf-pending.exp
5199 * gdb.mi/mi-fullname-deleted.exp
5200 * gdb.mi/mi-logging.exp
5201 * gdb.mi/mi-pending.exp
5202 * gdb.mi/mi-solib.exp
5203 * gdb.mi/new-ui-mi-sync.exp
5204 * gdb.mi/user-selected-context-sync.exp
5205 * gdb.multi/dummy-frame-restore.exp
5206 * gdb.multi/multi-arch-exec.exp
5207 * gdb.multi/remove-inferiors.exp
5208 * gdb.multi/watchpoint-multi-exit.exp
5209 * gdb.opt/solib-intra-step.exp
5210 * gdb.perf/backtrace.exp
5211 * gdb.perf/single-step.exp
5212 * gdb.perf/skip-command.exp
5213 * gdb.perf/skip-prologue.exp
5214 * gdb.perf/solib.exp
5215 * gdb.python/lib-types.exp
5216 * gdb.python/py-as-string.exp
5217 * gdb.python/py-bad-printers.exp
5218 * gdb.python/py-block.exp
5219 * gdb.python/py-breakpoint.exp
5220 * gdb.python/py-cmd.exp
5221 * gdb.python/py-events.exp
5222 * gdb.python/py-evthreads.exp
5223 * gdb.python/py-finish-breakpoint.exp
5224 * gdb.python/py-finish-breakpoint2.exp
5225 * gdb.python/py-frame-inline.exp
5226 * gdb.python/py-frame.exp
5227 * gdb.python/py-inferior.exp
5228 * gdb.python/py-infthread.exp
5229 * gdb.python/py-mi.exp
5230 * gdb.python/py-objfile.exp
5231 * gdb.python/py-pp-maint.exp
5232 * gdb.python/py-pp-registration.exp
5233 * gdb.python/py-prettyprint.exp
5234 * gdb.python/py-recurse-unwind.exp
5235 * gdb.python/py-shared.exp
5236 * gdb.python/py-symbol.exp
5237 * gdb.python/py-symtab.exp
5238 * gdb.python/py-template.exp
5239 * gdb.python/py-type.exp
5240 * gdb.python/py-unwind-maint.exp
5241 * gdb.python/py-unwind.exp
5242 * gdb.python/py-value.exp
5243 * gdb.python/python.exp
5244 * gdb.reverse/finish-reverse-bkpt.exp
5245 * gdb.reverse/insn-reverse.exp
5246 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5247 * gdb.reverse/solib-precsave.exp
5248 * gdb.reverse/solib-reverse.exp
5249 * gdb.stabs/gdb11479.exp
5250 * gdb.stabs/weird.exp
5251 * gdb.threads/fork-child-threads.exp
5252 * gdb.threads/fork-plus-threads.exp
5253 * gdb.threads/fork-thread-pending.exp
5254 * gdb.threads/forking-threads-plus-breakpoint.exp
5255 * gdb.threads/hand-call-in-threads.exp
5256 * gdb.threads/interrupted-hand-call.exp
5257 * gdb.threads/linux-dp.exp
5258 * gdb.threads/local-watch-wrong-thread.exp
5259 * gdb.threads/next-while-other-thread-longjmps.exp
5260 * gdb.threads/non-ldr-exit.exp
5261 * gdb.threads/pending-step.exp
5262 * gdb.threads/print-threads.exp
5263 * gdb.threads/process-dies-while-detaching.exp
5264 * gdb.threads/process-dies-while-handling-bp.exp
5265 * gdb.threads/pthreads.exp
5266 * gdb.threads/queue-signal.exp
5267 * gdb.threads/reconnect-signal.exp
5268 * gdb.threads/signal-command-handle-nopass.exp
5269 * gdb.threads/signal-command-multiple-signals-pending.exp
5270 * gdb.threads/signal-delivered-right-thread.exp
5271 * gdb.threads/signal-sigtrap.exp
5272 * gdb.threads/sigthread.exp
5273 * gdb.threads/staticthreads.exp
5274 * gdb.threads/stepi-random-signal.exp
5275 * gdb.threads/thread-unwindonsignal.exp
5276 * gdb.threads/thread_check.exp
5277 * gdb.threads/thread_events.exp
5278 * gdb.threads/tid-reuse.exp
5279 * gdb.threads/tls-nodebug.exp
5280 * gdb.threads/tls-shared.exp
5281 * gdb.threads/tls-so_extern.exp
5282 * gdb.threads/tls.exp
5283 * gdb.threads/wp-replication.exp
5284 * gdb.trace/actions-changed.exp
5285 * gdb.trace/actions.exp
5286 * gdb.trace/backtrace.exp
5287 * gdb.trace/change-loc.exp
5288 * gdb.trace/collection.exp
5289 * gdb.trace/deltrace.exp
5290 * gdb.trace/disconnected-tracing.exp
5291 * gdb.trace/entry-values.exp
5292 * gdb.trace/ftrace-lock.exp
5293 * gdb.trace/ftrace.exp
5294 * gdb.trace/infotrace.exp
5295 * gdb.trace/mi-trace-frame-collected.exp
5296 * gdb.trace/mi-trace-unavailable.exp
5297 * gdb.trace/mi-traceframe-changed.exp
5298 * gdb.trace/mi-tracepoint-changed.exp
5299 * gdb.trace/mi-tsv-changed.exp
5300 * gdb.trace/no-attach-trace.exp
5301 * gdb.trace/packetlen.exp
5302 * gdb.trace/passc-dyn.exp
5303 * gdb.trace/passcount.exp
5304 * gdb.trace/pending.exp
5305 * gdb.trace/pr16508.exp
5306 * gdb.trace/qtro.exp
5307 * gdb.trace/range-stepping.exp
5308 * gdb.trace/read-memory.exp
5309 * gdb.trace/report.exp
5310 * gdb.trace/save-trace.exp
5311 * gdb.trace/signal.exp
5312 * gdb.trace/stap-trace.exp
5313 * gdb.trace/status-stop.exp
5314 * gdb.trace/strace.exp
5315 * gdb.trace/tfile.exp
5316 * gdb.trace/tfind.exp
5317 * gdb.trace/trace-break.exp
5318 * gdb.trace/trace-condition.exp
5319 * gdb.trace/trace-enable-disable.exp
5320 * gdb.trace/trace-mt.exp
5321 * gdb.trace/tracecmd.exp
5322 * gdb.trace/tracefile-pseudo-reg.exp
5323 * gdb.trace/tspeed.exp
5324 * gdb.trace/tstatus.exp
5325 * gdb.trace/tsv.exp
5326 * gdb.trace/unavailable.exp
5327 * gdb.trace/while-dyn.exp
5328 * gdb.trace/while-stepping.exp
5329 * lib/gdb-guile.exp
5330 * lib/gdb.exp
5331 * lib/mi-support.exp
5332 * lib/pascal.exp
5333 * lib/perftest.exp
5334 * lib/prelink-support.exp
5335 * lib/selftest-support.exp
5336
ad02e4fe
SM
53372016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
5338
5339 * Makefile.in: Include disable-implicit-rules.mk.
5340
22347e55
AA
53412016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5342
5343 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
5344 non-byte-aligned bit fields.
5345
da5b30da
AA
53462016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5347
5348 PR gdb/12616
5349 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
5350 respects the DW_AT_data_bit_offset attribute.
5351
b593ecca
SM
53522016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
5353
5354 * gdb.base/default.exp: Fix output of "set language".
5355
3b165252
SM
53562016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
5357
5358 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
5359 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
5360 make.
5361 * configure.ac: Remove checks for the make program.
5362 * configure: Re-generate.
5363
1a2f3d7f
KB
53642016-11-16 Kevin Buettner <kevinb@redhat.com>
5365
5366 * gdb.python/py-recurse-unwind.c (main): Add loop.
5367 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
5368 to read_register() and gdb.parse_and_eval(). Make each code
5369 call a separate case that can be individually tested.
5370 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
5371 proc. Call cont_and_backtrace for each of the code paths that
5372 we want to test in the unwinder.
5373
b7f38fda
AA
53742016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
5375
5376 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
5377 the definition of struct S.
5378
1f8db343
CM
53792016-11-11 Catherine Moore <clm@codesourcery.com>
5380
5381 * gdb.base/dump.exp: Identify verilog format dump tests as such.
5382
fad0c9fb
PA
53832016-11-09 Pedro Alves <palves@redhat.com>
5384
5385 * gdb.base/commands.exp (runto_or_return): New procedure.
5386 (gdbvar_simple_if_test, gdbvar_simple_while_test)
5387 (gdbvar_complex_if_while_test, progvar_simple_if_test)
5388 (progvar_simple_while_test, progvar_complex_if_while_test)
5389 (if_while_breakpoint_command_test)
5390 (infrun_breakpoint_command_test, breakpoint_command_test)
5391 (user_defined_command_test, watchpoint_command_test)
5392 (test_command_prompt_position, redefine_hook_test)
5393 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
5394 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
5395 multi_line_input and multi_line. Remove gdb_expect and
5396 gdb_stop_suppressing_tests uses.
5397 * lib/gdb.exp (valnum_re): New global.
5398 (multi_line_input): New procedure.
5399
8354c62c
SM
54002016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
5401
5402 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
5403 Remove.
5404 (test_setup): Define with proc_with_prefix.
5405 (test_cli_inferior): Likewise.
5406 (test_cli_thread): Likewise.
5407 (test_cli_frame): Likewise.
5408 (test_cli_select_frame): Likewise.
5409 (test_cli_up_down): Likewise.
5410 (test_mi_thread_select): Likewise.
5411 (test_mi_stack_select_frame): Likewise.
5412 (test_cli_in_mi_inferior): Likewise.
5413 (test_cli_in_mi_thread): Likewise.
5414 (test_cli_in_mi_frame): Likewise.
5415 (top level): Do not use with_test_prefix_procname.
5416
64f367a2
PA
54172016-11-09 Pedro Alves <palves@redhat.com>
5418
5419 * gdb.base/commands.exp (gdbvar_simple_if_test)
5420 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
5421 (progvar_simple_if_test, progvar_simple_while_test)
5422 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
5423 (infrun_breakpoint_command_test, breakpoint_command_test)
5424 (user_defined_command_test, watchpoint_command_test)
5425 (test_command_prompt_position, deprecated_command_test)
5426 (bp_deleted_in_command, temporary_breakpoint_commands)
5427 (stray_arg0_test, source_file_with_indented_comment)
5428 (recursive_source_test, if_commands_test)
5429 (error_clears_commands_left, redefine_hook_test)
5430 (redefine_backtrace_test): Use proc_with_prefix.
5431 * lib/gdb.exp (proc_with_prefix): New proc.
5432
0bb65f1e
AA
54332016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
5434
5435 * gdb.base/tui-layout.c: New file.
5436 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
5437 disassembly window contains very long lines.
5438
7353f247
TT
54392016-11-08 Tom Tromey <tom@tromey.com>
5440
5441 * gdb.python/py-value.exp (test_value_creation): Make "long" test
5442 depend on Python 2.
5443
30a7bb83
TT
54442016-11-08 Tom Tromey <tom@tromey.com>
5445
5446 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
5447 New method.
5448
cdf5a07c
MG
54492016-10-29 Manish Goregaokar <manish@mozilla.com>
5450
2806dc7e 5451 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 5452
51a789c3
MG
54532016-10-27 Manish Goregaokar <manish@mozilla.com>
5454
2806dc7e
PA
5455 * gdb.rust/simple.rs: Add test for univariant enums without
5456 discriminants and for encoded struct-like enums.
51a789c3 5457
f610ab6d
PA
54582016-10-28 Pedro Alves <palves@redhat.com>
5459
5460 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
5461 gdb_test_multiple, tighten regexps and match symtabs and line
5462 tables incrementally.
5463
b129b0ca
LM
54642016-10-28 Luis Machado <lgustavo@codesourcery.com>
5465
5466 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
5467 general.
5468
ecf45d2c
SL
54692016-10-25 Luis Machado <lgustavo@codesourcery.com>
5470
5471 * gdb.base/exec-invalid-sysroot.exp: New file.
5472
b8d38ee4
JK
54732016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5474
5475 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
5476
f90fd8c2
JK
54772016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5478
5479 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
5480
2d2476aa
MR
54812016-10-19 Maciej W. Rozycki <macro@imgtec.com>
5482
2806dc7e
PA
5483 * gdb.base/killed-outside.exp: Remove $options from a call to
5484 `prepare_for_testing'.
2d2476aa 5485
e42b25a0
SM
54862016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5487
5488 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
5489 Change test message.
5490
3ccdb432
SM
54912016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5492
5493 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
5494 Update comment.
5495
5bad3170
SM
54962016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5497
5498 * gdb.trace/mi-trace-save.exp: New file.
5499
5ad9dba7
YQ
55002016-10-13 Yao Qi <yao.qi@linaro.org>
5501
5502 * gdb.base/code_elim.exp (get_var_address): Remove.
5503 * gdb.base/relocate.exp: Likewise.
5504 * gdb.base/shreloc.exp: Likewise.
5505 * lib/gdb.exp (get_var_address): New.
5506
62df7e21
YQ
55072016-10-13 Yao Qi <yao.qi@linaro.org>
5508
5509 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
5510 floating point tests if $skip_float_test is false.
5511
4dac951e
LM
55122016-10-12 Luis Machado <lgustavo@codesourcery.com>
5513
5514 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
5515 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
5516 argc values.
5517 Add 1 to argc so we guarantee distinct initial/modified argc values.
5518
8f1a8fc4
JK
55192016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5520
5521 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
5522
16c85b5d
JK
55232016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5524
5525 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
5526 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
5527 * gdb.arch/vsx-regs.exp: Likewise.
5528
1d0e042a
YQ
55292016-10-07 Yao Qi <yao.qi@linaro.org>
5530
5531 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
5532
68dadef5
MM
55332016-10-07 Markus Metzger <markus.t.metzger@intel.com>
5534
5535 * gdb.python/python.exp: Test decode_line("*0").
5536
33fa2c6e
DE
55372016-10-06 Doug Evans <dje@google.com>
5538
5539 * gdb.python/py-value.exp (test_value_creation): Add test for large
5540 unsigned 64-bit value.
5541
9c37b5ae
TT
55422016-10-06 Tom Tromey <tom@tromey.com>
5543
5544 * gdb.compile/compile.exp: Change java tests to rust.
5545 * gdb.base/setshow.exp: Change java tests to rust.
5546 * gdb.base/default.exp: Remove java from language list.
5547 * README (Examples): Update language example.
5548 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
5549 test.
5550 * lib/gdb.exp (skip_java_tests): Remove.
5551 * lib/java.exp: Remove.
5552 * gdb.java: Remove.
5553
78b86327
MR
55542016-10-06 Maciej W. Rozycki <macro@imgtec.com>
5555
5556 * gdb.arch/mips-fcr.exp: New test.
5557 * gdb.arch/mips-fcr.c: Source for the new test.
5558
7470adbb
MR
55592016-10-06 Maciej W. Rozycki <macro@imgtec.com>
5560
5561 * gdb.base/solib-disc.exp: Use `standard_output_file'
5562 throughout.
5563
4a556533
PA
55642016-10-06 Pedro Alves <palves@redhat.com>
5565
5566 * gdb.base/jit-simple-dl.c: New file.
5567 * gdb.base/jit-simple-jit.c: New file, factored out from ...
5568 * gdb.base/jit-simple.c: ... this.
5569 * gdb.base/jit-simple.exp (jit_run): Delete.
5570 (build_jit): New proc.
5571 (jit_test_reread): Recompile either the main program or the shared
5572 library, depending on what is being tested. Skip changing address
5573 if caller wants to. Compare before/after addresses. If testing
5574 standalone, explicitly load the binary. Test "maint info
5575 breakpoints".
5576 (top level): Add "standalone vs shared lib" and "change address"
5577 vs "same address" axes.
5578
5a122fbc
PA
55792016-10-06 Pedro Alves <palves@redhat.com>
5580
5581 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
5582 call.
5583 (jit_run): Delete.
5584 (jit_test_reread): Use with_test_prefix. Reload the main binary
5585 explicitly. Compare the before/after addresses of the JIT
5586 descriptor.
5587
ee8da4b8
DE
55882016-08-15 Doug Evans <dje@google.com>
5589
5590 * gdb.xml/extra-regs.xml: Update, end field now required, default type
5591 for single bitfields is bool.
5592 * gdb.xml/tdesc-regs.exp: Ditto.
5593
f389f6fe
JK
55942016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5595
5596 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
5597
fdebf1a4
YQ
55982016-10-05 Yao Qi <yao.qi@linaro.org>
5599
5600 * lib/gdb.exp (support_complex_tests): Return zero if
5601 gdb_skip_float_test return true.
5602
9c36d954 56032016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 5604 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
5605
5606 PR gdb/20487
5607 * gdb.mi/user-selected-context-sync.exp: New file.
5608 * gdb.mi/user-selected-context-sync.c: New file.
5609
4034d0ff 56102016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 5611 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
5612
5613 PR gdb/20487
5614 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
5615 =thread-select-event check.
5616
a4297203
PB
56172016-09-29 Peter Bergner <bergner@vnet.ibm.com>
5618
5619 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
5620 the compulsory L operand changes.
5621 * gdb.arch/powerpc-power.s: Likewise.
5622
bb805577
JK
56232016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5624
5625 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
5626 * gdb.base/jit-attach-pie.c: New file.
5627 * gdb.base/jit-attach-pie.exp: New file.
5628
6d61dee5
PA
56292016-09-28 Pedro Alves <palves@redhat.com>
5630
5631 * gdb.base/infcall-input.c: New file.
5632 * gdb.base/infcall-input.exp: New file.
5633
f73842fc
YQ
56342016-09-22 Yao Qi <yao.qi@linaro.org>
5635
5636 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
5637 (gdb_exit): Rename it to ...
5638 (gdbserver_gdb_exit): ... Close GDBserver.
5639 (gdb_exit): New proc, call gdbserver_gdb_exit.
5640 (mi_gdb_exit): Likewise.
5641
90681dab
YQ
56422016-09-22 Yao Qi <yao.qi@linaro.org>
5643
5644 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
5645 path.
5646 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
5647 Remove duplication.
5648
9c211fd8
YQ
56492016-09-22 Yao Qi <yao.qi@linaro.org>
5650
5651 * lib/gdbserver-support.exp: Check the existence of
5652 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
5653
ad0a504f
AK
56542016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
5655
5656 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
5657
36cf1806
TT
56582016-09-21 Tom Tromey <tom@tromey.com>
5659
5660 PR gdb/20604:
5661 * gdb.base/quit.exp: New file.
5662
74172ecf
SM
56632016-09-21 Simon Marchi <simon.marchi@ericsson.com>
5664
5665 * .gitignore: New file.
5666
3d0ec882
MR
56672016-09-21 Maciej W. Rozycki <macro@imgtec.com>
5668
5669 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
5670 throughout.
5671
8193adea
AA
56722016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5673
5674 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
5675
d41a5c09
JK
56762016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5677
5678 * gdb.cp/casts.cc (decltype): Move it ...
5679 (main): ... with its call to ...
5680 * gdb.cp/casts03.cc: ... a new file.
5681 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
5682
d2dfe700
JK
56832016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5684
5685 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
5686
e2a92b16
PB
56872016-09-15 Peter Bergner <bergner@vnet.ibm.com>
5688
5689 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
5690 and sync up the test with tests in gas/testsuite/gas/ppc.
5691 * gdb.arch/powerpc-power.exp: Likewise.
5692
49b4de64
JK
56932016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5694
5695 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
5696
2c29df25
SDJ
56972016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
5698 Jan Kratochvil <jan.kratochvil@redhat.com>
5699
5700 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
5701 make m1's definition to be different from m2's. Use 'dummy' as an
5702 argument for probe 'two'.
5703
cc3c2846
JB
57042016-09-10 Jon Beniston <jon@beniston.com>
5705
5706 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
5707 for sim target.
5708
e1b2624a
AA
57092016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
5710
5711 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
5712 variable declaration.
5713 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
5714 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
5715 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
5716 received HWCAP as its argument.
5717
4295e285
PA
57182016-09-06 Pedro Alves <palves@redhat.com>
5719
5720 * gdb.base/new-ui-pending-input.c: New file.
5721 * gdb.base/new-ui-pending-input.exp: New file.
5722 * gdb.exp (clear_gdb_spawn_id): New procedure.
5723 (with_spawn_id): Check whether gdb_spawn_id exists before
5724 referencing it. If gdb_spawn_id didn't exist on entry, clear it
5725 on exit.
5726
00d5215e
UW
57272016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
5728
5729 * gdb.base/float128.c: New file.
5730 * gdb.base/float128.exp: Likewise.
5731 * gdb.base/floatn.c: Likewise.
5732 * gdb.base/floatn.exp: Likewise.
5733
a9ff5f12
UW
57342016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
5735
5736 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
5737
f245535c
PA
57382016-09-05 Pedro Alves <palves@redhat.com>
5739
5740 PR backtrace/19927
5741 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
5742 unwinders are immediately called as side effect of "source" or
5743 "disable unwinder" commands.
5744 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
5745
ae9cf263
YQ
57462016-09-02 Yao Qi <yao.qi@linaro.org>
5747
5748 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
5749 is true and $type is "float" or "double".
5750
27aba047
YQ
57512016-09-02 Yao Qi <yao.qi@linaro.org>
5752
5753 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
5754 true.
5755 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
5756 * gdb.base/call-rt-st.exp: Likewise.
5757 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
5758 return value instead of gdb,skip_float_test.
5759 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
5760 (do_function_calls): Use its return value instead of
5761 gdb,skip_float_test.
5762 * gdb.base/finish.exp: Likewise.
5763 * gdb.base/funcargs.exp: Likewise.
5764 * gdb.base/return.exp: Likewise.
5765 * gdb.base/return2.exp: Likewise.
5766 * gdb.base/varargs.exp: Likewise.
5767 * lib/gdb.exp (gdb_skip_float_test): Change it to
5768 gdb_caching_proc. Detect the broken ptrace on arm-linux.
5769
5af962df
AA
57702016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
5771
5772 * gdb.multi/tids.exp: Test "thread apply all".
5773
7fac6910
JK
57742016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5775
5776 * gdb.base/default.exp (tty): Remove.
5777
bb1fe4ac
KB
57782016-08-24 Kevin Buettner <kevinb@redhat.com>
5779
2806dc7e
PA
5780 * gdb.python/py-recurse-unwind.c: New file.
5781 * gdb.python/py-recurse-unwind.py: New file.
5782 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 5783
0a1ddfa6
SM
57842016-08-24 Simon Marchi <simon.marchi@ericsson.com>
5785
5786 * gdb.base/set-inferior-tty.exp: New file.
5787 * gdb.base/set-inferior-tty.c: New file.
5788
d9de1fe3
PA
57892016-08-23 Pedro Alves <palves@redhat.com>
5790
5791 PR gdb/20494
5792 * gdb.base/new-ui-echo.c: New file.
5793 * gdb.base/new-ui-echo.exp: New file.
5794
e9d9abd7
YQ
57952016-08-23 Yao Qi <yao.qi@linaro.org>
5796
5797 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
5798 gdbserver_spawn.
5799 * gdb.server/connect-without-multi-process.exp (do_test):
5800 Likewise.
5801
3589529e
YQ
58022016-08-23 Yao Qi <yao.qi@linaro.org>
5803
5804 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
5805 standalone_txt. Delete gdb_txt and standalone_txt on host
5806 and target. Spawn the binary on target. Copy files from
5807 target to host.
5808
6bb90213
PA
58092016-08-22 Pedro Alves <palves@redhat.com>
5810
5811 PR gdb/20505
5812 * gdb.base/vdso-warning.exp: Test core dumps too. Use
5813 with_test_prefix. Factor out bits to ...
5814 (test_no_vdso): ... this new procedure.
5815
20c2c024
CL
58162016-08-19 Carl Love <cel@us.ibm.com>
5817
5818 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
5819 maintaining separate logic for constructing the output path.
5820 * gdb.arch/powerpc-d128-regs.exp: Likewise.
5821 * gdb.arch/ppc-dfp.exp: Likewise.
5822 * gdb.arch/ppc-fp.exp: Likewise.
5823 * gdb.arch/vsx-regs.exp: Likewise.
5824 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
5825 binprefix for generating the additional binary files.
5826
0646e07d
PA
58272016-08-19 Pedro Alves <palves@redhat.com>
5828
5829 * gdb.trace/mi-trace-frame-collected.exp
5830 (test_trace_frame_collected): On x32, expect two registers.
5831
46da9242
CL
58322016-08-18 Carl Love <cel@us.ibm.com>
5833
5834 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
5835 and sync up the test with tests in gas/testsuite/gas/ppc.
5836 * gdb.arch/powerpc-power.exp: Likewise.
5837
eb2332d7
SM
58382016-08-17 Simon Marchi <simon.marchi@ericsson.com>
5839
5840 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
5841 expected error message.
5842
63c61e04
SM
58432016-08-17 Simon Marchi <simon.marchi@ericsson.com>
5844
5845 * gdb.multi/remove-inferiors.exp: New file.
5846 * gdb.multi/remove-inferiors.c: New file.
5847
7b17065f
YQ
58482016-08-12 Yao Qi <yao.qi@linaro.org>
5849
5850 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
5851 argument list.
5852
01d3dedf
PA
58532016-08-10 Pedro Alves <palves@redhat.com>
5854
5855 PR gdb/19187
5856 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
5857 setup_kfails.
5858
3eb7562a
PA
58592016-08-09 Pedro Alves <palves@redhat.com>
5860 Simon Marchi <simon.marchi@ericsson.com>
5861
5862 PR gdb/20418
5863 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
5864 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
5865
80614914
PA
58662016-08-09 Pedro Alves <palves@redhat.com>
5867
5868 PR mi/20431
5869 * gdb.mi/mi-cmd-error.exp: New file.
5870
f348d89a
PA
58712016-08-09 Pedro Alves <palves@redhat.com>
5872
5873 PR gdb/18653
5874 * gdb.base/signals-state-child.c: New file.
5875 * gdb.base/signals-state-child.exp: New file.
5876 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
5877
e5ca03b4
PA
58782016-08-09 Pedro Alves <palves@redhat.com>
5879
5880 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
5881
282a0691
TT
58822016-08-03 Tom Tromey <tom@tromey.com>
5883
5884 PR python/18565:
5885 * gdb.python/py-frame-inline.exp: Add Frame.function test.
5886
41bfcd63
YQ
58872016-08-01 Yao Qi <yao.qi@linaro.org>
5888
5889 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
5890 variable mode to "multi-process" if $multi_process is 1, otherwise
5891 set it to "single-process".
5892
e3465b24
YQ
58932016-08-01 Yao Qi <yao.qi@linaro.org>
5894
5895 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
5896 * gdb.cp/cpexprs.exp: Likewise.
5897 * gdb.cp/m-static.exp: Likewise.
5898
0b31a4bc
TT
58992016-07-26 Tom Tromey <tom@tromey.com>
5900
5901 PR python/20190:
5902 * gdb.threads/tls.exp (check_thread_local): Add python symbol
5903 test.
5904
e0461dbb
MM
59052016-07-26 Markus Metzger <markus.t.metzger@intel.com>
5906
5907 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
5908 selecting assembly source files.
5909 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
5910 assembly source files.
5911 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
5912 assembly source files.
5913 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
5914 selecting assembly source files.
5915
8194e927
SM
59162016-07-25 Simon Marchi <simon.marchi@ericsson.com>
5917
5918 * gdb.base/new-ui.exp (do_test_invalid_args): New
5919 procedure.
5920
c0272db5
TW
59212016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
5922
5923 * gdb.btrace/reconnect.c: New file.
5924 * gdb.btrace/reconnect.exp: New file.
5925
e3487908
GKB
59262016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
5927
5928 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
5929 to test_catch_syscall_group.
5930 (test_catch_syscall_group): New.
5931
12df5c00
TT
59322016-07-21 Tom Tromey <tom@tromey.com>
5933
5934 * gdb.rust/simple.rs (main): Use empty struct expression.
5935 * gdb.rust/simple.exp: Add tests for empty struct expression.
5936
bae62ee2
YQ
59372016-07-21 Yao Qi <yao.qi@linaro.org>
5938
5939 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
5940 if gdb_skip_xml_test is true on some targets.
5941
b1b53fb3
YQ
59422016-07-21 Yao Qi <yao.qi@linaro.org>
5943
5944 * gdb.server/solib-list.exp: Unset last_loaded_file.
5945
027d97f8
JK
59462016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5947
5948 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
5949 "step into captured_main (args)".
5950
7674d381
JK
59512016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5952
5953 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
5954
72b5d099
JK
59552016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5956
5957 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
5958
1f960ced
PA
59592016-07-19 Pedro Alves <palves@redhat.com>
5960
5961 * gdb.opt/inline-break.exp: Remove optimize=-O2.
5962 * gdb.opt/inline-bt.exp: Likewise.
5963 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
5964 additional_flags=-Winline.
5965 * gdb.opt/inline-locals.exp: Likewise.
5966 * gdb.opt/inline-markers.c (ATTR): Define.
5967 (inlined_fn): Use it.
5968
f25827c1
YQ
59692016-07-19 Yao Qi <yao.qi@linaro.org>
5970
5971 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
5972 (test_with_self): Remove some code. Remove argument executable.
5973 (top-level): Use do_self_tests.
5974
37539ebe
DB
59752016-07-15 Zachary Welch <zwelch@codesourcery.com>
5976 Don Breazeal <donb@codesourcery.com>
5977
5978 * gdb.base/maint.exp: Escape paths used in regular expressions.
5979 * gdb.stabs/weird.exp: Likewise.
5980
dac790e1
TT
59812016-07-13 Tom Tromey <tom@tromey.com>
5982
5983 PR python/15620, PR python/18620:
5984 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
5985 (test_bkpt_events): New procs.
5986
93daf339
TT
59872016-07-13 Tom Tromey <tom@tromey.com>
5988
5989 PR python/17698:
5990 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
5991 test.
5992 (test_watchpoints): Likewise.
5993 (test_bkpt_pending): New proc.
5994
6571a381
TT
59952016-07-13 Tom Tromey <tom@tromey.com>
5996
5997 PR cli/18053:
5998 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
5999 completion test.
6000
e8732474
JK
60012016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6002
6003 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
6004 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
6005 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
6006 f_label.
6007 (g): Rename g_end_lbl to g_label.
6008 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
6009 low_pc and high_pc.
6010 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
6011
e0f3fd7c
TT
60122016-07-12 Tom Tromey <tom@tromey.com>
6013
6014 PR python/19293:
6015 * gdb.python/py-unwind-maint.exp: Update tests.
6016
3cfe46b6
YQ
60172016-07-12 Yao Qi <yao.qi@linaro.org>
6018
6019 * lib/selftest-support.exp (selftest_setup): Match the output
6020 when captured_main is inlined.
6021
4f19a0e6
WT
60222016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
6023
6024 * gdb.fortran/derived-types.exp (result_line, result_line_2):
6025 New variables.
6026 (print this%a, print this%b, print this): New tests.
6027 * gdb.fortran/derived-types.f90 (this): New object and
6028 initialization.
6029
986cf455
SM
60302016-07-06 Simon Marchi <simon.marchi@ericsson.com>
6031
6032 * gdb.ada/arraydim.exp: Remove extra directory level in build
6033 directory.
6034
f0464b23
SM
60352016-07-06 Simon Marchi <simon.marchi@ericsson.com>
6036
6037 * lib/ada.exp: Remove extra directory level in build directory.
6038 * gdb.ada/cond_lang.exp: Likewise.
6039 * gdb.ada/exec_changed.exp: Likewise.
6040 * gdb.ada/lang_switch.exp: Likewise.
6041
42d94011
MG
60422016-07-06 Manish Goregaokar <manish@mozilla.com>
6043
2806dc7e
PA
6044 * simple.rs: Add test for raw pointer subscripting.
6045 * simple.exp: Add test expectations.
42d94011 6046
647c264c
YQ
60472016-07-05 Yao Qi <yao.qi@linaro.org>
6048
6049 * gdb.mi/mi-reverse.exp: Match =record-started output.
6050
20aa2c60
PA
60512016-07-01 Pedro Alves <palves@redhat.com>
6052
6053 * gdb.base/jit-reader.exp (info_registers_current_frame): New
6054 procedure.
6055 (jit_reader_test): Test the jit reader's unwinder.
6056 * gdb.base/jithost.c (jit_function_00_code): New global.
6057 (main): Use memcpy to fill in the mmapped code, instead of poking
6058 bytes manually here.
6059 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
6060 value.
6061 (read_debug_info): Save the function's range.
6062 (read_sp): New function.
6063 (unwind_frame): Use it. Also unwind RBP.
6064 (get_frame_id): Use read_sp.
6065 (gdb_init_reader): Use calloc instead of malloc.
6066 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
6067 parameter. Use gdb_test_multiple.
6068
ced2dffb
PA
60692016-07-01 Pedro Alves <palves@redhat.com>
6070 Antoine Tremblay <antoine.tremblay@ericsson.com>
6071
6072 * gdb.threads/process-dies-while-detaching.c: New file.
6073 * gdb.threads/process-dies-while-detaching.exp: New file.
6074
63000888
PA
60752016-07-01 Pedro Alves <palves@redhat.com>
6076
6077 * gdb.multi/watchpoint-multi-exit.c: New file.
6078 * gdb.multi/watchpoint-multi-exit.exp: New file.
6079
038d4868
PA
60802016-06-30 Pedro Alves <palves@redhat.com>
6081
6082 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
6083 unset inferior_spawn_id.
6084
994e9c83
PA
60852016-06-30 Pedro Alves <palves@redhat.com>
6086
6087 * lib/mi-support.exp (default_mi_gdb_start): Declare global
6088 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
6089
e5653468
YQ
60902016-06-29 Yao Qi <yao.qi@linaro.org>
6091
6092 * gdb.base/return.c: Add copyright header.
6093
803b47e5
TT
60942016-06-29 Tom Tromey <tom@tromey.com>
6095
6096 PR python/20129:
6097 * gdb.python/py-framefilter.exp: Add tests for setting priority
6098 and disabling of non-existent frame filter.
6099
28244707
YQ
61002016-06-29 Yao Qi <yao.qi@linaro.org>
6101
6102 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
6103 0x0f07ff.
6104
a31d2f06
YQ
61052016-06-28 Yao Qi <yao.qi@linaro.org>
6106
6107 * gdb.base/catch-syscall.exp: Remove check on isnative and target
6108 triplets. Start gdb, execute catch syscall, and continue. Check
6109 gdb's output to determine catch syscall is supported.
6110
921d8f54
MG
61112016-06-27 Manish Goregaokar <manish@mozilla.com>
6112
25d49b86
PA
6113 * gdb.rust/simple.rs: Add test for returning unit in a function.
6114 * gdb.rust/simple.exp: Add expectation for functions returning
6115 unit.
921d8f54 6116
f4952523
PMR
61172016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
6118
6119 * gdb.python/py-breakpoint-create-fail.c,
6120 gdb.python/py-breakpoint-create-fail.exp,
6121 gdb.python/py-breakpoint-create-fail.py: New testcase.
6122
fccb08f8
MG
61232016-06-25 Manish Goregaokar <manish@mozilla.com>
6124
6125 PR gdb/20239
6126 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
6127 * gdb.rust/simple.exp: Add test expectations for new NonZero
6128 tests.
fccb08f8 6129
6b850546
DT
61302016-06-24 David Taylor <dtaylor@emc.com>
6131
6132 * gdb.base/offsets.exp: New file.
6133 * gdb.base/offsets.c: New file.
6134
17621150
TT
61352016-06-23 Tom Tromey <tom@tromey.com>
6136
6137 PR gdb/16483:
6138 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
6139 before any filters are loaded.
6140
04d59df6
WT
61412016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
6142
6143 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
6144 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
6145 structs.
6146 * gdb.fortran/derived-type-function.exp: New file.
6147 * gdb.fortran/derived-type-function.f90: New file.
6148
6149
ac69f786
PA
61502016-06-21 Pedro Alves <palves@redhat.com>
6151
6152 * gdb.base/new-ui.exp: New file.
6153 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
6154 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
6155 (with_spawn_id): New procedure.
6156
49940788
PA
61572016-06-21 Pedro Alves <palves@redhat.com>
6158
6159 * gdb.mi/mi-exec-run.exp: New file.
6160
ef274d26
PA
61612016-06-21 Pedro Alves <palves@redhat.com>
6162
6163 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
6164 breakpoint command's output on the main UI.
6165 (test_break): New procedure, factored out from calls in the top
6166 level.
6167 (top level): Use foreach_with_prefix to test MI as main UI and as
6168 separate UI.
6169
468afe6c
PA
61702016-06-21 Pedro Alves <palves@redhat.com>
6171
6172 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
6173 (test_awatch_creation_and_listing)
6174 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
6175 Remove 'type' parameter.
6176 (test_watchpoint_all): New parameter mi_mode. Remove
6177 with_test_prefix.
6178 (top level): Use foreach_with_prefix, and add main/separate UI MI
6179 testing axis.
6180
51f77c37
PA
61812016-06-21 Pedro Alves <palves@redhat.com>
6182
6183 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
6184 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
6185 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
6186 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
6187 (gdb_main_spawn_id, mi_spawn_id): Declare and
6188 comment.
6189 (mi_create_inferior_pty): New procedure,
6190 factored out from default_mi_gdb_start.
6191 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
6192 procedures.
6193 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
6194 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
6195 Use mi_create_inferior_pty.
6196 (mi_gdb_start): Use eval to pass down args list.
6197
8980e177
PA
61982016-06-21 Pedro Alves <palves@redhat.com>
6199
6200 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
6201 * gdb.opt/inline-cmds.exp: Add MI tests.
6202
f38d3ad1
PA
62032016-06-21 Pedro Alves <palves@redhat.com>
6204
6205 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
6206
45db7c09
PA
62072016-06-21 Pedro Alves <palves@redhat.com>
6208
6209 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
6210 (top level): Use it instead of mi_execute_to.
6211
5a069ab3
PA
62122016-06-21 Pedro Alves <palves@redhat.com>
6213
6214 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
6215 (cont_handler_str): New.
6216 (signal_stop_handler): Set stop_handler_str instead of printing to
6217 stdout.
6218 (continue_handler): Set cont_handler_str instead of printing to
6219 stdout.
6220 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
6221 mi_send_resuming_command. Print stop_handler_str and
6222 cont_handler_str instead of expecting the python events print
6223 directly.
6224
2838cc1d
SD
62252016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
6226
6227 * gdb.base/jit-reader.exp: New file.
6228 * gdb.base/jithost.c: New file.
6229 * gdb.base/jithost.h: New file.
6230 * gdb.base/jitreader.c : New file.
6231 * gdb.base/jit-protocol.h: New file.
6232
21a77091
YQ
62332016-06-17 Yao Qi <yao.qi@linaro.org>
6234
6235 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
6236 parameters follow_fork and detach_on_fork. Set follow-fork-mode
6237 and detach-on-fork. Adjust tests.
6238 (top level): Invoke break_cond_on_syscall with combinations of
6239 syscall, follow-fork-mode and detach-on-fork.
6240
f50bf8e5
YQ
62412016-06-17 Yao Qi <yao.qi@linaro.org>
6242
6243 * gdb.base/step-over-exit.c: New.
6244 * gdb.base/step-over-exit.exp: New.
6245
a28d8e50
YTL
62462016-06-17 Yan-Ting Lin <currygt52@gmail.com>
6247
6248 * gdb.base/float.exp: Add target check for nds32*-*-*.
6249 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
6250
cad8e26d
AB
62512016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
6252
6253 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
6254 for unsupported target features.
6255 * gdb.base/call-rt-st.exp: Likewise.
6256 * gdb.base/call-sc.exp: Likewise.
6257 * gdb.base/call-signal-resume.exp: Likewise.
6258 * gdb.base/call-strs.exp: Likewise.
6259 * gdb.base/callexit.exp: Likewise.
6260 * gdb.base/callfuncs.exp: Likewise.
6261 * gdb.base/nodebug.exp: Likewise.
6262 * gdb.base/printcmds.exp: Likewise.
6263 * gdb.base/ptype.exp: Likewise.
6264 * gdb.base/structs.exp: Likewise.
6265 * gdb.base/unwindonsignal.exp: Likewise.
6266 * gdb.cp/gdb2495.exp: Likewise.
6267 * gdb.cp/templates.exp: Likewise.
6268 * gdb.cp/virtfunc.exp: Likewise.
6269 * gdb.threads/hand-call-in-threads.exp: Likewise.
6270 * gdb.threads/interrupted-hand-call.exp: Likewise.
6271 * gdb.threads/thread-unwindonsignal.exp: Likewise.
6272
347dc102
TT
62732016-06-10 Tom Tromey <tom@tromey.com>
6274
6275 PR rust/20110:
6276 * gdb.rust/expr.exp: Add test for integer constant larger than
6277 i32.
6278
5e13cf25
BH
62792016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
6280
6281 * gdb.fortran/nested-funcs.exp: New.
6282 * gdb.fortran/nested-funcs.f90: New.
6283
bb556f1f
TK
62842016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
6285
6286 * gdb.base/examine-backward.c: New file.
6287 * gdb.base/examine-backward.exp: New file.
6288
38b022b4
SM
62892016-06-06 Simon Marchi <simon.marchi@ericsson.com>
6290
6291 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
6292 matching.
6293
1b40ec05
TT
62942016-06-02 Tom Tromey <tom@tromey.com>
6295
6296 PR python/18984:
6297 * gdb.python/py-shared.exp: Add solib_name test.
6298
193bd378
SM
62992016-06-02 Simon Marchi <simon.marchi@ericsson.com>
6300
6301 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
6302
3326303b
MG
63032016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
6304
6305 PR c++/19893
6306 * gdb.dwarf2/implref.exp: Rename to...
6307 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
6308 * gdb.dwarf2/implref-array.c: New file.
6309 * gdb.dwarf2/implref-array.exp: Likewise.
6310 * gdb.dwarf2/implref-global.c: Likewise.
6311 * gdb.dwarf2/implref-global.exp: Likewise.
6312 * gdb.dwarf2/implref-struct.c: Likewise.
6313 * gdb.dwarf2/implref-struct.exp: Likewise.
6314
825c8ef2
AT
63152016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6316
6317 * gdb.trace/trace-condition.exp: Add 64bit tests.
6318
2320162a
AT
63192016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6320
6321 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
6322 bits types.
6323 (main): Adapt to 8 to 64 bits types.
6324 * gdb.trace/trace-condition.exp: Add new tests.
6325
a7818233
AT
63262016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6327
6328 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
6329
0d336466
AT
63302016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6331
6332 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
6333 Move condition tests...
6334 * gdb.trace/trace-condition.exp: Here.
6335
7faeb45a
AT
63362016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6337
6338 * gdb.trace/trace-condition.exp: Add counter-case tests.
6339
e385593e
JK
63402016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
6341
6342 PR c++/15231
6343 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
6344 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
6345
744608cc
PA
63462016-05-27 Pedro Alves <palves@redhat.com>
6347
6348 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6349 New procedure.
6350 (top level): Call it, and bail out of DejaGnu is known to be bad.
6351
ac775bf4
AB
63522016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
6353
6354 * gdb.base/whatis.c: Extend the test case.
6355 * gdb.base/whatis.exp: Add additional tests.
6356
2bbad2ea
BH
63572016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6358
6359* gdb.fortran/type.f90: Add pointer variable.
6360* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
6361
8b70175d
BH
63622016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6363
6364 * gdb.fortran/vla-type.exp: Fix testcase name.
6365
86d8a848
BH
63662016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6367
6368 * gdb.fortran/vla-type.exp: Access elements in nested structs.
6369
e188eb36
BH
63702016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6371
6372 * gdb.fortran/type.f90: Add nested structures.
6373 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
6374 * gdb.fortran/derived-type.exp: Adapt expected output.
6375 * gdb.fortran/vla-type.exp: Adapt expected output.
6376
9b2db1fd
BH
63772016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6378
6379 * gdb.fortran/whatis_type.exp: Adapt expected output.
6380
72b17055
BH
63812016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6382
6383 * gdb.fortran/print_type.exp: Fix expected output.
6384 * gdb.fortran/whatis_type.exp: Fix expected output.
6385
3cd81d8d
BH
63862016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6387
6388 * gdb.fortran/whatis_type.exp: Use multi_line.
6389
ddae9462
TT
63902016-05-24 Tom Tromey <tom@tromey.com>
6391
6392 PR python/17386:
6393 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
6394 use value as an index.
6395
1957f6b8
TT
63962016-05-23 Tom Tromey <tom@tromey.com>
6397
6398 PR python/17981:
6399 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
6400 no-breakpoint case.
6401
026a9174
PA
64022016-05-24 Pedro Alves <palves@redhat.com>
6403
6404 PR gdb/19828
6405 * gdb.threads/clone-attach-detach.c: New file.
6406 * gdb.threads/clone-attach-detach.exp: New file.
6407
e70a7231
FR
64082016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
6409
6410 * gdb.base/annota-input-while-running.exp: Fix syntax error.
6411
0f6ed0e0
TT
64122016-05-23 Tom Tromey <tom@tromey.com>
6413
6414 PR python/19438, PR python/18393:
6415 * gdb.python/py-progspace.exp: Add "dir" test.
6416 * gdb.python/py-objfile.exp: Add "dir" test.
6417
ffd19d61
YQ
64182016-05-23 Yao Qi <yao.qi@linaro.org>
6419
6420 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
6421 * gdb.arch/thumb2-it.exp: Likewise.
6422
9e8f9b05
SM
64232016-05-18 Simon Marchi <simon.marchi@ericsson.com>
6424
6425 * gdb.mi/mi-threads-interrupt.c: New file.
6426 * gdb.mi/mi-threads-interrupt.exp: New file.
6427
61c6156d
SM
64282016-05-17 Simon Marchi <simon.marchi@ericsson.com>
6429
6430 PR gdb/18077
6431 * gdb.mi/mi-async-run.exp: New file.
6432 * gdb.mi/mi-async-run.c: New file.
6433
67218854
TT
64342016-05-17 Tom Tromey <tom@tromey.com>
6435 Manish Goregaokar <manishsmail@gmail.com>
6436
6437 * lib/rust-support.exp: New file.
6438 * lib/gdb.exp (skip_rust_tests): New proc.
6439 (build_executable_from_specs): Handle rust.
6440 * lib/future.exp (gdb_find_rustc): New proc.
6441 (gdb_default_target_compile): Handle rust.
6442 * gdb.rust/expr.exp: New file.
6443 * gdb.rust/generics.exp: New file.
6444 * gdb.rust/generics.rs: New file.
6445 * gdb.rust/methods.exp: New file.
6446 * gdb.rust/methods.rs: New file.
6447 * gdb.rust/modules.exp: New file.
6448 * gdb.rust/modules.rs: New file.
6449 * gdb.rust/simple.exp: New file.
6450 * gdb.rust/simple.rs: New file.
6451
c44af4eb
TT
64522016-05-17 Tom Tromey <tom@tromey.com>
6453
6454 * gdb.base/default.exp (set language): Add rust.
6455
dcd1f979
TT
64562016-05-17 Tom Tromey <tom@tromey.com>
6457
6458 * gdb.gdb/unittest.exp: New file.
6459
155b7f57
YQ
64602016-05-16 Yao Qi <yao.qi@linaro.org>
6461
6462 * gdb.base/batch-preserve-term-settings.exp: Remove variable
6463 shell_prompt. Update shell_prompt_re.
6464
8ddd5a6c
DE
64652016-05-12 Doug Evans <dje@google.com>
6466
6467 PR symtab/19999
6468 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
6469 $options when building executable.
6470 * gdb.dwarf2/fission-loclists-pie.S: New file.
6471 * gdb.dwarf2/fission-loclists-pie.exp: New file.
6472
02e370d9
SM
64732016-05-04 Simon Marchi <simon.marchi@ericsson.com>
6474
6475 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
6476 of [is_remote target],
6477
8929ad8b
SM
64782016-05-04 Simon Marchi <simon.marchi@ericsson.com>
6479
6480 * lib/gdb.exp (use_gdb_stub): New procedure.
6481
6c447423
DE
64822016-05-03 Yunlian Jiang <yunlian@google.com>
6483 Doug Evans <dje@google.com>
6484
6485 PR symtab/19914
6486 * gdb.dwarf2/dwp-sepdebug.c: New file.
6487 * gdb.dwarf2/dwp-sepdebug.exp: New file.
6488
444e826c
SM
64892016-05-02 Simon Marchi <simon.marchi@ericsson.com>
6490
6491 * gdb.base/detach.exp: Remove is_remote check.
6492
740feeaa
SM
64932016-05-02 Simon Marchi <simon.marchi@ericsson.com>
6494
6495 * gdb.base/annota-input-while-running.exp: Don't check for
6496 [is_remote target]. Enable annotations after running to main.
6497 Remove unused "set test..." line.
6498
9080ac9d
SM
64992016-04-28 Simon Marchi <simon.marchi@ericsson.com>
6500
6501 * gdb.trace/trace-enable-disable.exp: New file.
6502 * gdb.trace/trace-enable-disable.c: New file.
6503
952ebca5
SM
65042016-04-28 Simon Marchi <simon.marchi@ericsson.com>
6505
6506 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
6507 use it in info sharedlibrary test.
6508 * gdb.trace/ftrace-lock.exp: Likewise.
6509 * gdb.trace/ftrace.exp: Likewise.
6510 * gdb.trace/range-stepping.exp: Likewise.
6511 * gdb.trace/trace-break.exp: Likewise.
6512 * gdb.trace/trace-condition.exp: Likewise.
6513 * gdb.trace/trace-mt.exp: Likewise.
6514
d9019901
SM
65152016-04-27 Simon Marchi <simon.marchi@ericsson.com>
6516
6517 * lib/gdb.exp (gdb_load_shlibs): Rename to...
6518 (gdb_load_shlib): ... this.
6519 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
6520 gdb_load_shlib.
6521 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
6522 * gdb.base/ctxobj.exp: Likewise.
6523 * gdb.base/dprintf-pending.exp: Likewise.
6524 * gdb.base/dso2dso.exp: Likewise.
6525 * gdb.base/fixsection.exp: Likewise.
6526 * gdb.base/gcore-relro.exp: Likewise.
6527 * gdb.base/gdb1555.exp: Likewise.
6528 * gdb.base/global-var-nested-by-dso.exp: Likewise.
6529 * gdb.base/gnu-ifunc.exp: Likewise.
6530 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
6531 * gdb.base/jit-so.exp (one_jit_test): Likewise.
6532 * gdb.base/pending.exp: Likewise.
6533 * gdb.base/print-file-var.exp: Likewise.
6534 * gdb.base/print-symbol-loading.exp: Likewise.
6535 * gdb.base/shlib-call.exp: Likewise.
6536 * gdb.base/shreloc.exp: Likewise.
6537 * gdb.base/so-impl-ld.exp: Likewise.
6538 * gdb.base/solib-disc.exp: Likewise.
6539 * gdb.base/solib-nodir.exp: Likewise.
6540 * gdb.base/solib-overlap.exp: Likewise.
6541 * gdb.base/solib-symbol.exp: Likewise.
6542 * gdb.base/solib-weak.exp (do_test): Likewise.
6543 * gdb.base/sym-file.exp: Likewise.
6544 * gdb.base/symtab-search-order.exp: Likewise.
6545 * gdb.base/type-opaque.exp: Likewise.
6546 * gdb.base/unload.exp: Likewise.
6547 * gdb.base/watchpoint-solib.exp: Likewise.
6548 * gdb.compile/compile.exp: Likewise.
6549 * gdb.cp/gdb2384.exp: Likewise.
6550 * gdb.cp/infcall-dlopen.exp: Likewise.
6551 * gdb.cp/re-set-overloaded.exp: Likewise.
6552 * gdb.fortran/library-module.exp: Likewise.
6553 * gdb.opt/solib-intra-step.exp: Likewise.
6554 * gdb.python/py-finish-breakpoint.exp: Likewise.
6555 * gdb.python/py-shared.exp: Likewise.
6556 * gdb.reverse/solib-precsave.exp: Likewise.
6557 * gdb.reverse/solib-reverse.exp: Likewise.
6558 * gdb.server/solib-list.exp: Likewise.
6559 * gdb.threads/dlopen-libpthread.exp: Likewise.
6560 * gdb.threads/tls-shared.exp: Likewise.
6561 * gdb.threads/tls-so_extern.exp: Likewise.
6562 * gdb.trace/change-loc.exp: Likewise.
6563 * gdb.trace/ftrace-lock.exp: Likewise.
6564 * gdb.trace/ftrace.exp: Likewise.
6565 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
6566 * gdb.trace/pending.exp: Likewise.
6567 * gdb.trace/range-stepping.exp: Likewise.
6568 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
6569 (strace_info_marker): Likewise.
6570 (strace_probe_marker): Likewise.
6571 (strace_trace_on_same_addr): Likewise.
6572 (strace_trace_on_diff_addr): Likewise.
6573 * gdb.trace/trace-break.exp: Likewise.
6574 * gdb.trace/trace-condition.exp: Likewise.
6575 * gdb.trace/trace-mt.exp: Likewise.
6576
fca4cfd9
SM
65772016-04-27 Simon Marchi <simon.marchi@ericsson.com>
6578
6579 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
6580 result of gdb_remote_download.
6581 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
6582 * gdb.base/dso2dso.exp: Likewise.
6583 * gdb.base/global-var-nested-by-dso.exp: Likewise.
6584 * gdb.base/print-file-var.exp: Likewise.
6585 * gdb.base/shlib-call.exp: Likewise.
6586 * gdb.base/shreloc.exp: Likewise.
6587 * gdb.base/solib-overlap.exp: Likewise.
6588 * gdb.base/solib-weak.exp (do_test): Likewise.
6589 * gdb.base/unload.exp: Likewise.
6590
11cf4ffb
YQ
65912016-04-27 Yao Qi <yao.qi@linaro.org>
6592
6593 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
6594 exists.
6595
3e2e34f8
KB
65962016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6597
6598 * vla-type.exp: Print structure from toplevel.
6599
8f07e298
BH
66002016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6601
6602 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
6603 of dynamic types.
6604 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
6605 of dynamic types.
6606
9920b434
BH
66072016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6608
6609 * gdb.fortran/vla-type.f90: New file.
6610 * gdb.fortran/vla-type.exp: New file.
6611
f3abeff5
YQ
66122016-04-25 Yao Qi <yao.qi@linaro.org>
6613
6614 * gdb.base/branch-to-self.c: New file.
6615 * gdb.base/branch-to-self.exp: New file.
6616
0a5d52f0
YQ
66172016-04-22 Yao Qi <yao.qi@linaro.org>
6618
6619 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
6620 more after $hex.
6621
495346f6
YQ
66222016-04-22 Yao Qi <yao.qi@linaro.org>
6623
6624 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
6625 * gdb.base/annota3.exp: Likewise.
6626
4a7e075c
YQ
66272016-04-22 Yao Qi <yao.qi@linaro.org>
6628
6629 * gdb.reverse/step-precsave.exp: Do one step and test program
6630 stops in "callee" and do multiple steps until program goes out
6631 of "callee".
6632 * gdb.reverse/step-reverse.exp: Likewise.
6633
5b061e98
YQ
66342016-04-22 Yao Qi <yao.qi@linaro.org>
6635
6636 * gdb.trace/signal.exp: Also pass if
6637 $tracepoint_hits($i) > $iterations.
6638
5c5dc57f
YQ
66392016-04-22 Yao Qi <yao.qi@linaro.org>
6640
6641 * gdb.trace/signal.c: New file.
6642 * gdb.trace/signal.exp: New file.
6643
a55411b9
DE
66442016-04-19 Doug Evans <xdje42@gmail.com>
6645
6646 * gdb.base/bad-file.exp: New file.
6647
a22df60a
MG
66482016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
6649
6650 * gdb.dwarf2/implref.exp: New file.
6651
0c13f7e5
BH
66522016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
6653
6654 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
6655 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
6656 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
6657 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
6658 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
6659 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
6660 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
6661 * lib/fortran.exp (fortran_int4): New procedure.
6662 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
6663 (fortran_logical4): Likewise.
6664
9b9b09e9
BH
66652016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
6666
6667 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
6668
a14d1f4d
BH
66692016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
6670
6671 * lib/compiler.c: Add Intel specific preprocessor macros.
6672 * lib/compiler.cc: Likewise.
25d49b86 6673
7d49b1d0
LM
66742016-04-13 Luis Machado <lgustavo@codesourcery.com>
6675
6676 * gdb.server/connect-with-no-symbol-file.c: New file.
6677 * gdb.server/connect-with-no-symbol-file.exp: New file.
6678
8392fa22
SM
66792016-04-13 Simon Marchi <simon.marchi@ericsson.com>
6680
6681 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
6682
8c4c4aeb
SM
66832016-04-13 Simon Marchi <simon.marchi@ericsson.com>
6684
6685 * boards/gdbserver-base.exp (${board}_download): Copy source file to
6686 standard output directory.
6687
45e3745e
AT
66882016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
6689
6690 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
6691
e26b7e41
MM
66922016-04-13 Markus Metzger <markus.t.metzger@intel.com>
6693
6694 * gdb.btrace/instruction_history.c (loop): Add declaration.
6695
8ce09462
AT
66962016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6697
6698 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
6699
2e88a1ea
SM
67002016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
6701
6702 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
6703 parentheses to print.
6704 (continue_handler): Likewise.
6705
f48e22e3
SM
67062016-04-08 Simon Marchi <simon.marchi@ericsson.com>
6707
6708 * gdb.server/solib-list.exp: Remove is_remote check.
6709 Pass shlib= to gdb_compile. Don't link shared library with
6710 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
6711 Run binary filename through "readlink -f" on the target.
6712
096be756
PA
67132016-04-08 Pedro Alves <palves@redhat.com>
6714
6715 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
6716 interpreter filename as argument to gdbserver_spawn.
6717 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6718 Return empty if $last_loaded_file does not exist.
6719
06500533
JK
67202016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6721
6722 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
6723 * gdb.base/jit-main.c: Use exit after usage.
6724
2d35e871
JK
67252016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6726
6727 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
6728 GDBHISTSIZE prior to the tests.
6729 * gdb.base/gdbinit-history.exp: Likewise.
6730
67312016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
6732
6733 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
6734 instead of build_executable. Use gdb_load_shlibs.
6735
c8064e7e
YQ
67362016-04-07 Yao Qi <yao.qi@linaro.org>
6737
6738 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
6739 Execute "si" command.
6740
bde47561
YQ
67412016-04-07 Yao Qi <yao.qi@linaro.org>
6742
6743 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
6744 number instead of the comments on some line.
6745
b16f8a3b
DB
67462016-04-06 Don Breazeal <donb@codesourcery.com>
6747
6748 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
6749 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
6750
c2f901df
SM
67512016-04-06 Simon Marchi <simon.marchi@ericsson.com>
6752
6753 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
6754 standard_output_file. Remove unused binfile variable.
6755
ac17fda0
CU
67562016-04-05 Catalin Udma <catalin.udma@freescale.com>
6757
6758 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
6759 * gdb.python/py-mi-objfile.exp: Match "list main" output
6760 in console format.
6761
03a8c4df
SM
67622016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
6763
6764 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
6765 absolute.
6766
6e774b13
SM
67672016-04-05 Simon Marchi <simon.marchi@ericsson.com>
6768
6769 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
6770 absolute.
6771 * gdb.trace/ftrace.exp: Likewise.
6772 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
6773 targets as well.
6774 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
6775 (gdb_load_shlibs): Copy libraries to test directory when testing
6776 natively. Only set solib-search-path if testing remotely.
6777 * lib/mi-support.exp (mi_load_shlibs): Likewise.
6778
7817ea46
SM
67792016-04-05 Simon Marchi <simon.marchi@ericsson.com>
6780
6781 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
6782 gdb_download. Use it even if the target is not remote.
6783 * gdb.base/jit.exp (compile_jit_test): Likewise.
6784 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
6785 output directory if the destination board is local, otherwise use
6786 the standard remote_download from DejaGnu.
6787 (gdb_download): Remove.
6788 (gdb_load_shlibs): Use gdb_remote_download instead of
6789 gdb_download.
6790 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6791 Use gdb_remote_download instead of gdb_download. Use it even if
6792 the target is not remote.
6793 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
6794 instead of gdb_download.
6795
7beb7f68
SM
67962016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
6797
6798 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
6799 (test_insert_delete_modify): Call mi_load_shlibs before trying to
6800 run.
6801
cc63428a
AV
68022016-04-01 Artemiy Volkov <artemiyv@acm.org>
6803
6804 PR gdb/19820
6805 * gdb.base/printcmds.exp: Add artificial arrays tests.
6806
64cdf930
PA
68072016-03-31 Pedro Alves <palves@redhat.com>
6808
6809 PR gdb/19858
6810 * gdb.base/jit-main.c: Include unistd.h.
6811 (ATTACH): Define to 0 if not already defined.
6812 (wait_for_gdb, mypid): New globals.
6813 (WAIT_FOR_GDB): New macro.
6814 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
6815 some breakpoint locations.
6816 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
6817 New procedures.
6818 (one_jit_test): Add REATTACH parameter, and handle it. Use
6819 continue_to_test_location.
6820 (top level): Test attach, and adjusts calls to one_jit_test.
6821
40dea8cb
PA
68222016-03-31 Pedro Alves <palves@redhat.com>
6823
6824 PR gdb/19858
6825 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
6826 BINSUFFIX parameter, and handle it.
6827 (top level): Adjust calls compile_jit_test.
6828
e7ea3ec7
CU
68292016-03-31 Catalin Udma <catalin.udma@freescale.com>
6830
6831 PR python/19743
6832 * gdb.python/py-mi-events-gdb.py: New file.
6833 * gdb.python/py-mi-events.c: New file.
6834 * gdb.python/py-mi-events.exp: New file.
6835
e6359af3
YQ
68362016-03-30 Yao Qi <yao.qi@linaro.org>
6837
6838 * gdb.reverse/until-precsave.exp: Match function name only.
6839 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
6840 Move malloc to a condition block.
6841 * gdb.reverse/until-reverse.exp: Match function name only.
6842
a4105d04
MK
68432016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
6844
6845 * gdb.trace/ftrace.exp: Set arg0exp for s390.
6846 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
6847 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
6848 variable for GPR 0 instead of assuming it is register 0.
6849 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
6850 * lib/trace-support.exp: Add s390 registers.
6851
bfa6adb9
YQ
68522016-03-29 Yao Qi <yao.qi@linaro.org>
6853
6854 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
6855
1e6697ea
YQ
68562016-03-24 Yao Qi <yao.qi@linaro.org>
6857
6858 * gdb.reverse/break-reverse.exp: Add quotation mark in the
6859 test message.
6860
64bcd522
AA
68612016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6862
6863 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
6864 maintaining separate logic for constructing the output path.
6865
7868401b
DB
68662016-03-16 Don Breazeal <donb@codesourcery.com>
6867
6868 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
6869 Retry fork and waitpid on interrupted system call errors.
6870 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6871 Use with_timeout_factor to increase timeout by factor of 10.
6872
1cafadb4
DB
68732016-03-15 Don Breazeal <donb@codesourcery.com>
6874
6875 * gdb.cp/scope-err.cc: New test program.
6876 * gdb.cp/scope-err.exp: New test script.
6877 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
6878 lines and "set breakpoint here" comment.
6879 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
6880 Fixed some whitespace and format issues.
6881 * gdb.mi/mi-linespec-err-cp.cc: New test program.
6882 * gdb.mi/mi-linespec-err-cp.exp: New test script.
6883
81516450
DE
68842016-03-15 Doug Evans <dje@google.com>
6885
6886 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
6887 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
6888 All callers updated. Add tests for enums, mixed flags register.
6889
aa52b601
DE
68902016-03-15 Doug Evans <dje@google.com>
6891
6892 * gdb.base/skip.c (main): Call test_skip_file_and_function.
6893 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
6894
fa4ff313
SM
68952016-03-14 Simon Marchi <simon.marchi@ericsson.com>
6896
6897 * gdb.base/default.exp: Add $_as_string to the list of expected
6898 convenience functions.
6899
f2403c39
AB
69002016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
6901
6902 * gdb.base/maint.exp: New tests for 'maint info line-table'.
6903
f2f3ccb9
SM
69042016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
6905
6906 * gdb.python/py-as-string.exp: New file.
6907 * gdb.python/py-as-string.c: New file.
6908
00dbd492
PA
69092016-03-09 Pedro Alves <palves@redhat.com>
6910
6911 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
6912 signal" -> "Thread NN received signal" output change.
6913 * gdb.threads/ia64-sigill.exp: Likewise.
6914 * gdb.threads/linux-dp.exp: Likewise.
6915 * gdb.threads/manythreads.exp: Likewise.
6916 * gdb.threads/pending-step.exp: Likewise.
6917 * gdb.threads/print-threads.exp: Likewise.
6918 * gdb.threads/sigstep-threads.exp: Likewise.
6919 * gdb.threads/staticthreads.exp: Likewise.
6920 * gdb.threads/tls.exp: Likewise.
6921
1e6697ea
YQ
69222016-03-09 Pedro Alves <palves@redhat.com>
6923
6924 * gdb.base/command-line-input.exp: New file.
6925
b04fd3be
MK
69262016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6927
6928 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
6929 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
6930 * gdb.trace/pending.exp: Accept leading dot before function name.
6931 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
6932 * lib/trace-support.exp: Set registers for ppc.
6933
98fa59e9
MK
69342016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6935
6936 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
6937 use it for disassembly; accept .main in addition to main in backtrace.
6938
f77198c8
MK
69392016-03-09 Wei-cheng Wang <cole945@gmail.com>
6940 Marcin Kościelnicki <koriakin@0x04.net>
6941
6942 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
6943 (gdb_recursion_test_ptr): New global variable.
6944 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
6945 gdb_recursion_test.
6946 (gdb_c_test): Ditto.
6947
ba84e0da
MK
69482016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6949
6950 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
6951 ordering.
6952
4366d36e
MK
69532016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6954
6955 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
6956 (bar): Add bar_start_lbl label.
6957 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
6958 of foo/bar for emitting DWARF and tracing.
6959
5eb264df
SDJ
69602016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
6961
6962 * analyze-racy-logs.py: Set executable bit.
6963
fb6a751f
SDJ
69642016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
6965
6966 * Makefile.in (DEFAULT_RACY_ITER): New variable.
6967 (CHECK_TARGET_TMP): Likewise.
6968 (check-single-racy): New rule.
6969 (check-parallel-racy): Likewise.
6970 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
6971 (do-check-parallel-racy): New rule.
6972 (check-racy/%.exp): Likewise.
6973 * README (Racy testcases): New section.
6974 * analyze-racy-logs.py: New file.
6975
bdf7e230
DE
69762016-03-03 Doug Evans <dje@google.com>
6977
6978 * gdb.base/skip.exp: Use with_test_prefix.
6979
4719d415
YQ
69802016-03-03 Yao Qi <yao.qi@linaro.org>
6981
6982 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
6983 Invoke step_over_syscall "clone" and break_cond_on_syscall
6984 "clone".
6985 * gdb.base/step-over-clone.c: New file.
6986
ea507862
YQ
69872016-03-03 Yao Qi <yao.qi@linaro.org>
6988
6989 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
6990 code format.
6991
8fc8cbda
YQ
69922016-03-03 Yao Qi <yao.qi@linaro.org>
6993
6994 * gdb.base/disp-step-fork.c: Rename to ...
6995 * gdb.base/step-over-fork.c: ... it. New file.
6996 * gdb.base/disp-step-vfork.c: Rename to ...
6997 * gdb.base/step-over-vfork.c: ... it. New file.
6998 * gdb.base/disp-step-syscall.exp: Rename to ...
6999 * gdb.base/step-over-syscall.exp: ... it. New file.
7000 (disp_step_cross_syscall): Rename to ...
7001 (step_over_syscall): ... it.
7002
92fa70b0
YQ
70032016-03-03 Yao Qi <yao.qi@linaro.org>
7004
7005 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
7006 If target supports condition evaluation on target, invoke
7007 break_cond_on_syscall for fork and vfork.
7008
e197ad3c
YQ
70092016-03-03 Yao Qi <yao.qi@linaro.org>
7010
7011 * gdb.base/disp-step-syscall.exp: Don't invoke
7012 support_displaced_stepping.
7013 (disp_step_cross_syscall): Test with displaced stepping off and
7014 on if supported.
7015
0b47da9f
YQ
70162016-03-03 Yao Qi <yao.qi@linaro.org>
7017
7018 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
7019 proc.
7020 (setup): New proc.
7021 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
7022 and setup.
7023
065ab6dc
BH
70242016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7025
7026 * gdb.fortran/vla-history.exp: Remove breakpoint.
7027
07e448ad 70282016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7029
25d49b86
PA
7030 * gdb.fortran/vla-history.exp: Lookup array elements and printing
7031 exceeds timeout.
07e448ad 7032
9ac2d526 70332016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7034
25d49b86
PA
7035 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
7036 breakpoint.
9ac2d526 7037
17807369
BH
70382016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7039
7040 * gdb.mi/vla.f90: Nullify pointer after declaration.
7041
86e501af
PA
70422016-03-01 Pedro Alves <palves@redhat.com>
7043
7044 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
7045
1e903e32
PA
70462016-03-01 Pedro Alves <palves@redhat.com>
7047
7048 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
7049 before anything else.
7050 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
7051 _GNU_SOURCE here.
7052 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
7053 before anything else.
7054 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
7055
6ccb54e2
PA
70562016-03-01 Pedro Alves <palves@redhat.com>
7057
7058 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
7059
30ca9da1
YQ
70602016-03-01 Yao Qi <yao.qi@linaro.org>
7061
7062 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
7063 prepare_for_testing.
7064
dc856b38
YQ
70652016-03-01 Yao Qi <yao.qi@linaro.org>
7066
7067 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
7068
4a932159
AA
70692016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7070
7071 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
7072 manually constructing the output path.
7073
f2489477
AA
70742016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7075
7076 * gdb.arch/s390-stackless.S: New.
7077 * gdb.arch/s390-stackless.exp: New.
7078
38899f16
IB
70792016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
7080
7081 * gdb.dlang/circular.c: New file.
7082 * gdb.dlang/circular.exp: New file.
7083
9fde51ed
YQ
70842016-02-26 Yao Qi <yao.qi@linaro.org>
7085
7086 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
7087 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
7088 (testcases): Update.
7089
ce90fefe
YQ
70902016-02-26 Yao Qi <yao.qi@linaro.org>
7091
7092 * gdb.reverse/aarch64.c: Rename to ...
7093 * gdb.reverse/insn-reverse.c: ... it.
7094 * gdb.reverse/aarch64.exp: Rename to ...
7095 * gdb.reverse/insn-reverse.exp: ... it.
7096
3263bceb
YQ
70972016-02-26 Yao Qi <yao.qi@linaro.org>
7098
7099 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
7100 (testcase_ftype): New.
7101 (testcases): New array.
7102 (n_testcases): New.
7103 (main): Call each element in testcases.
7104 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
7105 (read_testcase): New.
7106 Do the tests in a loop.
7107
6cb59ff1
YQ
71082016-02-25 Yao Qi <yao.qi@linaro.org>
7109
7110 * gdb.base/branches.c: Remove.
7111
ae91f625
MK
71122016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7113
7114 PR gdb/13808
7115 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
7116
678b48b7
MK
71172016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7118
7119 * gdb.trace/ftrace.exp: Remove unnecessary target check.
7120
7337a6f2
MK
71212016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7122
7123 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
7124 change x86_64 call_insn to 'callq'.
7125
861ca91f
AT
71262016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7127
7128 * gdb.trace/tfile-avx.c: Move to...
7129 * gdb.trace/tracefile-pseudo-reg.c: Here.
7130 * gdb.trace/tfile-avx.exp: Move to...
7131 * gdb.trace/tracefile-pseudo-reg.exp: Here.
7132
bf74e428
GB
71332016-02-24 Gary Benson <gbenson@redhat.com>
7134
7135 * gdb.base/attach-pie-noexec.exp: Do not expect an error
7136 message on attach.
7137
cce0e923
DE
71382016-02-23 Doug Evans <dje@google.com>
7139
7140 * gdb.base/skip.c (test_skip): New function.
7141 (end_test_skip_file_and_function): New function.
7142 (test_skip_file_and_function): New function.
7143 * gdb.base/skip1.c (test_skip): New function.
7144 (skip1_test_skip_file_and_function): New function.
7145 * gdb.base/skip.exp: Add tests for new skip options.
7146 * gdb.base/skip-solib.exp: Update expected output.
7147 * gdb.perf/skip-command.cc: New file.
7148 * gdb.perf/skip-command.exp: New file.
7149 * gdb.perf/skip-command.py: New file.
7150
4000e47e
MK
71512016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
7152
7153 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
7154 info registers pattern.
7155
24f75ead
IB
71562016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
7157
7158 * lib/future.exp: Add D support.
7159 (gdb_find_gdc): New proc.
7160 (gdb_default_target_compile): Add D support.
7161
fbb7bcbe
WW
71622016-02-18 Wei-cheng Wang <cole945@gmail.com>
7163
7164 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
7165 user+system time.
7166 (trace_speed_test): Determine the iteration count for a time
7167 between 15..30 seconds.
7168
012b3a21
WT
71692016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
7170
7171 * gdb.arch/i386-mpx-sigsegv.c: New file.
7172 * gdb.arch/i386-mpx-sigsegv.exp: New file.
7173 * gdb.arch/i386-mpx-simple_segv.c: New file.
7174 * gdb.arch/i386-mpx-simple_segv.exp: New file.
7175
2d5189bd
YQ
71762016-02-18 Yao Qi <yao.qi@linaro.org>
7177
7178 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7179 Don't call setup_kfail.
7180
40fb20d0
YQ
71812016-02-18 Yao Qi <yao.qi@linaro.org>
7182
7183 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7184 Set "set breakpoint condition-evaluation" per $cond_bp_target.
7185
21b1f8d2
DE
71862016-02-16 Doug Evans <dje@google.com>
7187
7188 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
7189 * gdb.base/skip1.c: Ditto.
7190 * gdb.base/skip.exp: Whitespace cleanup.
7191
4041ed77
DB
71922016-02-16 Don Breazeal <donb@codesourcery.com>
7193
7194 PR remote/19496
7195 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7196 Remove kfail for PR remote/19496.
7197
c4ef31bf
SM
71982016-02-16 Simon Marchi <simon.marchi@ericsson.com>
7199
7200 * lib/gdb.exp (standard_temp_file): Return a path specific to
7201 the runtest invocation.
7202
266b65b3
SM
72032016-02-16 Simon Marchi <simon.marchi@ericsson.com>
7204
7205 * gdb.trace/save-trace.exp: Change relative path to be in the
7206 standard output directory.
7207
a7a0a6a9
JK
72082016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7209
7210 * gdb.arch/i386-prologue.c: Add missing prototypes.
7211
c99dbb42
JK
72122016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7213
7214 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
7215 * gdb.arch/i386-prologue.exp: Likewise.
7216 * gdb.arch/i386-size.exp: Likewise.
7217
aa480355
SM
72182016-02-15 Simon Marchi <simon.marchi@ericsson.com>
7219
7220 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
7221 define object file path.
7222 * gdb.btrace/gcore.exp: Use standard_output_file to define core
7223 file path.
7224 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
7225 standard_output_file to define binfile.
7226
ba881f50
JK
72272016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7228
7229 Fix compatibility with recent gfortran-5.3.1.
7230 * gdb.fortran/vla-history.exp (print vla1 allocated)
7231 (print vla2 allocated, print $2, print $3): Remove
7232 (print $4): Rename to ...
7233 (print $2): ... here.
7234 (print $9): Rename to ...
7235 (print $5): ... here.
7236 (print $10): Rename to ...
7237 (print $6): ... here.
7238 * gdb.fortran/vla.f90: Add pvla initialization.
7239
e9fb005c
JK
72402016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7241
7242 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
7243 New test.
7244 * gdb.fortran/vla-value-sub.exp: Likewise.
7245
e44e00ff
MK
72462016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
7247
7248 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
7249
97e94151
SM
72502016-02-12 Simon Marchi <simon.marchi@ericsson.com>
7251
7252 * i386-biarch-core.exp: Define corefile using
7253 standard_output_file.
7254
01113bc1
YQ
72552016-02-12 Yao Qi <yao.qi@linaro.org>
7256
7257 * gdb.arch/arm-single-step-kernel-helper.c: New.
7258 * gdb.arch/arm-single-step-kernel-helper.exp: New.
7259
33b4777c
MM
72602016-02-12 Markus Metzger <markus.t.metzger@intel.com>
7261
7262 * gdb.btrace/tailcall-only.exp: New.
7263 * gdb.btrace/tailcall-only.c: New.
7264 * gdb.btrace/x86_64-tailcall-only.S: New.
7265 * gdb.btrace/i686-tailcall-only.S: New.
7266
acc23c11
PA
72672016-02-11 Pedro Alves <palves@redhat.com>
7268
7269 * README (Parallel testing): Add missing double quotes.
7270
e352bf0a
PA
72712016-02-11 Pedro Alves <palves@redhat.com>
7272
7273 * README (Parallel testing): New section.
7274 (GDB_PARALLEL): Rewrite.
7275 (FORCE_PARALLEL): Document.
7276
9f5fed78
MK
72772016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
7278
7279 * gdb.trace/tfile-avx.c: New test.
7280 * gdb.trace/tfile-avx.exp: New test.
7281
9ef9e6a6
KS
72822016-02-09 Keith Seitz <keiths@redhat.com>
7283
7284 PR breakpoints/19546
7285 * gdb.base/infcall-exec.c: New file.
7286 * gdb.base/infcall-exec2.c: New file.
7287 * gdb.base/infcall-exec.exp: New file.
7288
a96e36da
KS
72892016-02-09 Keith Seitz <keiths@redhat.com>
7290
7291 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
7292 (toplevel): Call test_bkpt_address.
7293
9f61929f
KS
72942016-02-09 Keith Seitz <keiths@redhat.com>
7295
7296 PR python/19506
7297 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
7298 (toplevel): Call test_bkpt_address.
7299
1e94266c
SM
73002016-02-09 Simon Marchi <simon.marchi@ericsson.com>
7301
7302 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
7303 to AC_OUTPUT.
7304 * configure: Regenerate.
7305
2a7f3dff
PA
73062016-02-09 Pedro Alves <palves@redhat.com>
7307
7308 PR breakpoints/19548
7309 * gdb.base/execl-update-breakpoints.c (some_function): New
7310 function.
7311 (main): Call it.
7312 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
7313 Tighten expected GDB output.
7314
2151ccc5
SM
73152016-02-08 Simon Marchi <simon.marchi@ericsson.com>
7316
7317 * Makefile.in (ALL_SUBDIRS): Remove.
7318 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
7319 (distclean maintainer-clean realclean): Likewise.
7320 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
7321 * configure: Regenerate.
7322 * gdb.ada/Makefile.in: Delete.
7323 * gdb.arch/Makefile.in: Likewise.
7324 * gdb.asm/Makefile.in: Likewise.
7325 * gdb.base/Makefile.in: Likewise.
7326 * gdb.btrace/Makefile.in: Likewise.
7327 * gdb.cell/Makefile.in: Likewise.
7328 * gdb.compile/Makefile.in: Likewise.
7329 * gdb.cp/Makefile.in: Likewise.
7330 * gdb.disasm/Makefile.in: Likewise.
7331 * gdb.dlang/Makefile.in: Likewise.
7332 * gdb.dwarf2/Makefile.in: Likewise.
7333 * gdb.fortran/Makefile.in: Likewise.
7334 * gdb.gdb/Makefile.in: Likewise.
7335 * gdb.go/Makefile.in: Likewise.
7336 * gdb.guile/Makefile.in: Likewise.
7337 * gdb.java/Makefile.in: Likewise.
7338 * gdb.linespec/Makefile.in: Likewise.
7339 * gdb.mi/Makefile.in: Likewise.
7340 * gdb.modula2/Makefile.in: Likewise.
7341 * gdb.multi/Makefile.in: Likewise.
7342 * gdb.objc/Makefile.in: Likewise.
7343 * gdb.opencl/Makefile.in: Likewise.
7344 * gdb.opt/Makefile.in: Likewise.
7345 * gdb.pascal/Makefile.in: Likewise.
7346 * gdb.perf/Makefile.in: Likewise.
7347 * gdb.python/Makefile.in: Likewise.
7348 * gdb.reverse/Makefile.in: Likewise.
7349 * gdb.server/Makefile.in: Likewise.
7350 * gdb.stabs/Makefile.in: Likewise.
7351 * gdb.threads/Makefile.in: Likewise.
7352 * gdb.trace/Makefile.in: Likewise.
7353 * gdb.xml/Makefile.in: Likewise.
7354 * lib/gdb.exp (make_gdb_parallel_path): Add check for
7355 GDB_PARALLEL.
7356 (standard_output_file): Remove check for GDB_PARALLEL, always
7357 return path in outputs/$subdir/$testname.
7358
437277d4
SM
73592016-02-08 Simon Marchi <simon.marchi@ericsson.com>
7360
7361 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
7362 (site.exp): Assign abs_srcdir to tcl's srcdir.
7363
31d913c7
YQ
73642016-02-04 Yao Qi <yao.qi@linaro.org>
7365
7366 * gdb.base/foll-exec-mode.c: Include limits.h.
7367 (main): Add parameters argc and argv. Get directory from
7368 argv[0].
7369 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
7370 compilation.
7371 * gdb.base/foll-exec.c: Include limits.h.
7372 (main): Add parameters argc and argv.
7373 Get directory from argv[0].
7374 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
7375 Adjust tests on the number of lines as source code changed.
7376 * gdb.base/foll-vfork-exit.c: Include limits.h.
7377 (main): Add one line of statement before vfork.
7378 * gdb.base/foll-vfork.c: Include limits.h and string.h.
7379 (main): Add parameters argc and argv. Get directory from
7380 argv[0].
7381 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
7382 (setup_gdb): Set tbreak to skip some source lines.
7383 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
7384 (main): Add parameters argc and argv. Get directory from
7385 argv[0].
7386 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
7387 compilation.
7388 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
7389 (main): Add parameters argc and argv. Get directory from
7390 argv[0].
7391 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
7392 compilation.
7393
9482b9fb
DE
73942016-02-01 Doug Evans <dje@google.com>
7395
7396 * gdb.base/skip.exp: Clean up multiple references to same test name.
7397
6b2e4f10
PA
73982016-02-01 Pedro Alves <palves@redhat.com>
7399
ccb6afd6 7400 PR remote/19496
6b2e4f10
PA
7401 * gdb.threads/forking-threads-plus-breakpoint.exp
7402 (displaced_stepping_supported): New global.
7403 (probe_displaced_stepping_support): New procedure.
7404 (do_test): Add 'displaced' parameter, and use it.
7405 (top level): Check for displaced stepping support. Add displaced
7406 stepping on/off testing axis.
7407
37a8db1a
AB
74082016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
7409
7410 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
7411 pointer. Don't perform further tests on the unassociated pointer
7412 if the first test fails.
7413
5fdf6324
AB
74142016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
7415
7416 * gdb.base/max-value-size.c: New file.
7417 * gdb.base/max-value-size.exp: New file.
7418 * gdb.base/huge.exp: Disable max-value-size for this test.
7419
935c6144
IB
74202016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
7421
7422 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
7423
7fe8399d
YQ
74242016-01-28 Yao Qi <yao.qi@linaro.org>
7425
7426 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
7427
a2077e25
PA
74282016-01-25 Pedro Alves <palves@redhat.com>
7429
7430 PR threads/19461
7431 * gdb.base/fork-running-state.c: New file.
7432 * gdb.base/fork-running-state.exp: New file.
7433
1d2736d4
PA
74342016-01-25 Pedro Alves <palves@redhat.com>
7435
7436 PR gdb/19494
7437 * gdb.base/catch-fork-kill.c: New file.
7438 * gdb.base/catch-fork-kill.exp: New file.
7439
f1da4b11
PA
74402016-01-25 Pedro Alves <palves@redhat.com>
7441
7442 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
7443 Delete, moved to lib/gdb.exp.
7444 * gdb.threads/forking-threads-plus-breakpoint.exp
7445 (foreach_with_prefix): Likewise.
7446 * gdb.threads/process-dies-while-handling-bp.exp
7447 (foreach_with_prefix): Likewise.
7448 * lib/gdb.exp (foreach_with_prefix): New procedure.
7449
45f38546
MK
74502016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
7451
7452 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
7453 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
7454
dc29a1ce
MK
74552016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
7456
7457 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
7458 endian targets.
7459
092127d7
JK
74602016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7461 Pedro Alves <palves@redhat.com>
7462
7463 Fix testsuite compatibility with Guile.
7464 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
7465 number.
7466
31d765d3
JK
74672016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7468
7469 Fix testsuite compatibility with Guile.
7470 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
7471 (thread 1): New test for backtrace through signal handler.
7472
1ac78c04
YQ
74732016-01-22 Yao Qi <yao.qi@linaro.org>
7474
7475 PR testsuite/19491
7476 * gdb.base/multi-forks.c: Include
7477 ../lib/unbuffer_output.c
7478 (main): Call gdb_unbuffer_output.
7479
4f5946a8
DE
74802016-01-21 Doug Evans <dje@google.com>
7481
7482 * lib/ada.exp (gdb_compile_ada): Fix typo.
7483
305e13e6
JB
74842016-01-21 Joel Brobecker <brobecker@adacore.com>
7485
7486 * gdb.base/break-fun-addr.exp: New file.
7487 * gdb.base/break-fun-addr1.c: New file.
7488 * gdb.base/break-fun-addr2.c: New file.
7489
5f5dfff6
SM
74902016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
7491
7492 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
7493 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
7494 enum flag values.
7495
fd356fa2
AA
74962016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
7497
7498 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
7499 when GDB can not set the vector return value. Add more comments
7500 for clarification.
7501
9df22175
AT
75022016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
7503
7504 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
7505 command.
7506
41d1845e
SM
75072016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7508
7509 * Makefile.in (DO_RUNTEST): Add --status and update usages.
7510
01ac6840
SM
75112016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7512
7513 * Makefile.in (check-single): Pass --status to runtest.
7514 (check/%.exp): Likewise.
7515
75162016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7517
7518 * Makefile.in (check-parallel): Propagate return code from make
7519 do-check-parallel.
7520
bd0a71fa
MK
75212016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
7522
7523 * gdb.trace/ftrace.exp: Fix expected message on continue.
7524 * gdb.trace/pending.exp: Fix expected message on continue.
7525 * gdb.trace/trace-break.exp: Fix expected message on continue.
7526
8bcbad33
SM
75272016-01-18 Simon Marchi <simon.marchi@ericsson.com>
7528
7529 * lib/gdb.exp (gdb_test): Remove unused global references.
7530
f303dbd6
PA
75312016-01-18 Pedro Alves <palves@redhat.com>
7532
7533 * gdb.base/async-shell.exp: Adjust expected output.
7534 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
7535 * gdb.base/siginfo-thread.exp: Adjust expected output.
7536 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
7537 * gdb.java/jnpe.exp: Adjust expected output.
7538 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
7539 * gdb.threads/continue-pending-status.exp: Adjust expected output.
7540 * gdb.threads/leader-exit.exp: Adjust expected output.
7541 * gdb.threads/manythreads.exp: Adjust expected output.
7542 * gdb.threads/pthreads.exp: Adjust expected output.
7543 * gdb.threads/schedlock.exp: Adjust expected output.
7544 * gdb.threads/siginfo-threads.exp: Adjust expected output.
7545 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
7546 expected output.
7547 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
7548 output.
7549 * gdb.threads/sigthread.exp: Adjust expected output.
7550 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
7551
b2789696
YQ
75522016-01-18 Yao Qi <yao.qi@linaro.org>
7553
7554 * gdb.guile/scm-section-script.c: Replace @progbits with
7555 %progbits.
7556 * gdb.python/py-section-script.c: Likewise.
7557
71ef29a8
PA
75582016-01-15 Pedro Alves <palves@redhat.com>
7559
7560 * gdb.multi/tids.exp: Test star wildcard ranges.
7561
3f5b7598
PA
75622016-01-15 Pedro Alves <palves@redhat.com>
7563
7564 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
7565 command from "thread apply" invocation.
7566 (thr_apply_info_thr_invalid): Default the expected output to the
7567 input tid list.
7568 (top level): Add tests that use convenience variables. Add tests
7569 for "thread apply" with a valid TID list, but missing the command.
7570
663f6d42
PA
75712016-01-13 Pedro Alves <palves@redhat.com>
7572
7573 * gdb.base/default.exp: Expect $_gthread as well.
7574 * gdb.multi/tids.exp: Test $_gthread.
7575 * gdb.threads/thread-specific.exp: Test $_gthread.
7576
c84f6bbf
PA
75772016-01-13 Pedro Alves <palves@redhat.com>
7578
7579 * gdb.multi/tids.exp: Test "info threads -gid".
7580
22a02324
PA
75812016-01-13 Pedro Alves <palves@redhat.com>
7582
7583 * gdb.multi/tids.exp: Test InferiorThread.global_num and
7584 Breakpoint.thread.
7585 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
7586
5d5658a1
PA
75872016-01-07 Pedro Alves <palves@redhat.com>
7588
7589 * gdb.base/break.exp: Adjust to output changes.
7590 * gdb.base/hbreak2.exp: Likewise.
7591 * gdb.base/sepdebug.exp: Likewise.
7592 * gdb.base/watch_thread_num.exp: Likewise.
7593 * gdb.linespec/keywords.exp: Likewise.
7594 * gdb.multi/info-threads.exp: Likewise.
7595 * gdb.threads/thread-find.exp: Likewise.
7596 * gdb.multi/tids.c: New file.
7597 * gdb.multi/tids.exp: New file.
7598
84654457
PA
75992016-01-13 Pedro Alves <palves@redhat.com>
7600
7601 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
7602
e3940304
PA
76032016-01-13 Pedro Alves <palves@redhat.com>
7604
7605 * gdb.base/default.exp: Expect $_inferior as well.
7606 * gdb.multi/base.exp: Test $_inferior.
7607
a911d87a
PA
76082016-01-13 Pedro Alves <palves@redhat.com>
7609
7610 PR breakpoints/19388
7611 * gdb.base/catch-signal-siginfo-cond.c: New file.
7612 * gdb.base/catch-signal-siginfo-cond.exp: New file.
7613
82075af2
JS
76142016-01-12 Josh Stone <jistone@redhat.com>
7615 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7616
7617 * gdb.base/catch-syscall.c (do_execve): New variable.
7618 (main): Conditionally trigger an execve.
7619 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
7620 (test_catch_syscall_execve): New, check entry/return across execve.
7621 (do_syscall_tests): Call test_catch_syscall_execve.
7622
e46eeedd
PA
76232016-01-12 Pedro Alves <palves@redhat.com>
7624
7625 * gdb.base/random-signal.exp (do_test): New procedure, with body
7626 of testcase moved in.
7627
01d8c27e
JK
76282016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7629 Pedro Alves <palves@redhat.com>
7630
7631 * gdb.base/funcargs.exp (finish from indirectly called function):
7632 Reintroduce the case for 'First'.
7633
9a706302
JK
76342016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7635 Pedro Alves <palves@redhat.com>
7636
7637 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
7638 (tcatch_vfork_then_child_follow_exec)
7639 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
7640 identification.
7641
c0ecb95f
JK
76422016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7643
7644 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
7645 and repeats to unlimited.
7646 * gdb.python/py-value.exp: Likewise.
7647 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
7648 and repeats to unlimited.
7649
6cfc1fcb
JK
76502016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7651
7652 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
7653 and reordering the functions.
7654 * gdb.multi/hangout.c: Likewise.
7655 * gdb.multi/hello.c: Likewise.
7656
582a1b00
SM
76572016-01-08 Simon Marchi <simon.marchi@ericsson.com>
7658
7659 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
7660 absolute.
7661 (SingleStatisticTestResult.report): Use dict.keys instead of
7662 dict.iterkeys.
7663
79bc59cb
PA
76642016-01-06 Pedro Alves <palves@redhat.com>
7665
7666 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
7667
43368e1d
MM
76682016-01-04 Markus Metzger <markus.t.metzger@intel.com>
7669
7670 * gdb.btrace/dlopen.exp: New.
7671 * gdb.btrace/dlopen.c: New.
7672 * gdb.btrace/dlopen-dso.c: New.
7673
79fad5b8
SL
76742015-12-25 Sandra Loosemore <sandra@codesourcery.com>
7675
7676 * lib/gdb.exp (gdb_test): Update comments to clarify that the
7677 PATTERN argument is optional.
7678
ab8314b3
JB
76792015-12-24 Joel Brobecker <brobecker@adacore.com>
7680
7681 * lib/ada.exp (target_compile_ada_from_dir): New function.
7682 (gdb_compile_ada): Reimplement avoiding the use of project files.
7683 * gdb.ada/gnat_ada.gpr: Delete.
7684 * gdb.ada/cond_lang.exp: Adjust test to make path before
7685 filename optional.
7686 * gdb.ada/small_reg_param.exp: Likewise.
7687
fe33faff
SM
76882015-12-22 Simon Marchi <simon.marchi@ericsson.com>
7689
7690 * gdb.base/foll-vork.exp: Remove HP-UX special case.
7691
6d265cb4
TP
76922015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
7693
7694 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
7695 case.
7696
10125099
SM
76972015-12-21 Simon Marchi <simon.marchi@ericsson.com>
7698
7699 * gdb.base/break.exp: Remove dead code.
7700 * gdb.base/sepdebug.exp: Likewise.
7701
3ca22649
SM
77022015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
7703
7704 * gdb.asm/asm-source.exp: Remove HP-UX references.
7705 * gdb.base/annota1.exp: Likewise.
7706 * gdb.base/annota3.exp: Likewise.
7707 * gdb.base/attach.exp: Likewise.
7708 * gdb.base/bigcore.exp: Likewise.
7709 * gdb.base/break.exp: Likewise.
7710 * gdb.base/call-ar-st.exp: Likewise.
7711 * gdb.base/callfuncs.exp: Likewise.
7712 * gdb.base/catch-fork-static.exp: Likewise.
7713 * gdb.base/display.exp: Likewise.
7714 * gdb.base/foll-exec-mode.exp: Likewise.
7715 * gdb.base/foll-exec.exp: Likewise.
7716 * gdb.base/foll-fork.exp: Likewise.
7717 * gdb.base/foll-vfork.exp: Likewise.
7718 * gdb.base/funcargs.exp: Likewise.
7719 * gdb.base/hbreak2.exp: Likewise.
7720 * gdb.base/inferior-died.exp: Likewise.
7721 * gdb.base/interrupt.exp: Likewise.
7722 * gdb.base/multi-forks.exp: Likewise.
7723 * gdb.base/nodebug.exp: Likewise.
7724 * gdb.base/sepdebug.exp: Likewise.
7725 * gdb.base/solib1.c: Likewise.
7726 * gdb.base/step-test.exp: Likewise.
7727 * gdb.mi/non-stop.c: Likewise.
7728 * gdb.mi/pthreads.c: Likewise.
7729 * gdb.multi/bkpt-multi-exec.ex: Likewise.
7730 * gdb.threads/pthreads.c: Likewise.
7731 * gdb.threads/staticthreads.exp: Likewise.
7732 * lib/future.exp: Likewise.
7733 * lib/gdb.exp: Likewise.
7734 * gdb.base/so-indr-cl.c: Remove.
7735 * gdb.base/so-indr-cl.exp: Likewise.
7736 * gdb.base/solib.c: Likewise.
7737 * gdb.base/solib.exp: Likewise.
7738 * gdb.base/solib2.c: Likewise.
7739
b6304613
SM
77402015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
7741
7742 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
7743 * gdb.base/call-ar-st.exp: Likewise.
7744 * gdb.base/callfuncs.exp: Likewise.
7745 * gdb.base/condbreak.exp: Likewise.
7746 * gdb.base/constvars.exp: Likewise.
7747 * gdb.base/hbreak2.exp: Likewise.
7748 * gdb.base/langs.exp: Likewise.
7749 * gdb.base/list.exp: Likewise.
7750 * gdb.base/long_long.exp: Likewise.
7751 * gdb.base/ptype.exp: Likewise.
7752 * gdb.base/scope.exp: Likewise.
7753 * gdb.base/signals.exp: Likewise.
7754 * gdb.base/so-impl-ld.exp: Likewise.
7755 * gdb.base/varargs.exp: Likewise.
7756 * gdb.base/volatile.exp: Likewise.
7757 * gdb.base/whatis.exp: Likewise.
7758 * gdb.cp/cplusfuncs.exp: Likewise.
7759 * gdb.cp/inherit.exp: Likewise.
7760 * gdb.cp/local.exp: Likewise.
7761 * gdb.cp/member-ptr.exp: Likewise.
7762 * gdb.cp/method.exp: Likewise.
7763 * gdb.cp/overload.exp: Likewise.
7764 * gdb.cp/templates.exp: Likewise.
7765 * gdb.stabs/weird.exp: Likewise.
7766 * lib/compiler.c: Likewise.
7767 * lib/compiler.cc: Likewise.
7768 * lib/cp-support.exp: Likewise.
7769 * lib/gdb.exp: Likewise.
7770
bf401b07
SM
77712015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
7772
7773 * configure.ac: Remove HP-UX case.
7774 * configure: Regenerate.
7775
aff9c0f8
SM
77762015-12-18 Simon Marchi <simon.marchi@ericsson.com>
7777
7778 * lib/gdb.exp (gdb_compile): Add function doc.
7779
a6904d5a
PA
77802015-12-17 Pedro Alves <palves@redhat.com>
7781
7782 PR threads/19354
7783 * gdb.multi/info-threads.exp: New file.
7784
a22279dd
YQ
77852015-12-15 Yao Qi <yao.qi@linaro.org>
7786
7787 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
7788 is aarch64*-*-*.
7789
0588c796
SL
77902015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7791
7792 * gdb.base/history-duplicates.exp: Skip if no readline support.
7793
5d978e17
SL
77942015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7795
7796 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
7797
7e763b86
SL
77982015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7799
7800 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
7801
87a3a92c
SL
78022015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7803
7804 * gdb.base/completion.exp: Skip tests that interrupt GDB with
7805 ctrl-C if nointerrupts target property is set.
7806 * gdb.base/double-prompt-target-event-error.exp: Likewise.
7807 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
7808 * gdb.base/paginate-bg-execution.exp: Likewise.
7809 * gdb.base/paginate-execution-startup.exp: Likewise.
7810 * gdb.base/random-signal.exp: Likewise.
7811 * gdb.base/range-stepping.exp: Likewise.
7812 * gdb.cp/annota2.exp: Likewise.
7813 * gdb.cp/annota3.exp: Likewise.
7814 * gdb.gdb/selftest.exp: Likewise.
7815 * gdb.threads/continue-pending-status.exp: Likewise.
7816 * gdb.threads/leader-exit.exp: Likewise.
7817 * gdb.threads/manythreads.exp: Likewise.
7818 * gdb.threads/pthreads.exp: Likewise.
7819 * gdb.threads/schedlock.exp: Likewise.
7820 * gdb.threads/sigthread.exp: Likewise.
7821
a8f077dc
DB
78222015-12-11 Don Breazeal <donb@codesourcery.com>
7823
7824 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
7825 remote.
7826 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
7827 * gdb.base/foll-exec.exp (main): Enable for target remote.
7828 * gdb.base/foll-fork.exp (main): Likewise.
7829 * gdb.base/foll-vfork.exp (main): Likewise.
7830 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
7831 (proc continue_to_exit_bp_loc): Use clean_restart.
7832 * gdb.base/pie-execl.exp (main): Disable for target remote.
7833 * gdb.base/watch-vfork.exp (main): Enable for target remote.
7834 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
7835 * gdb.threads/execl.exp (main): Likewise.
7836 * gdb.threads/fork-child-threads.exp (main): Likewise.
7837 * gdb.threads/fork-plus-threads.exp (main): Disable for target
7838 remote.
7839 * gdb.threads/fork-thread-pending.exp (main): Enable for target
7840 remote.
7841 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
7842 pid.tid style ptids, instead of just tid.
7843 * gdb.threads/thread-execl.exp (main): Enable for target remote.
7844 * gdb.threads/watchpoint-fork.exp (main): Likewise.
7845 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
7846 ptids, instead of just tid.
7847
3b2464a8
AB
78482015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7849
7850 * gdb.base/list.exp (test_list_forward): Add end of file error
7851 test.
7852 (test_repeat_list_command): Add end of file error test.
7853 (test_list_backwards): Add beginning of file error test.
7854
a0def019
AB
78552015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7856
7857 * gdb.base/list.exp (test_list_invalid_args): New function,
7858 defined, and called.
7859
5c000dff
AB
78602015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7861
7862 * gdb.base/list.exp (test_list): Make test names unique.
7863
f1637ebe
YQ
78642015-12-11 Yao Qi <yao.qi@linaro.org>
7865
7866 * gdb.base/coremaker2.c: Remove.
7867
36d6fc0a
PA
78682015-12-10 Pedro Alves <palves@redhat.com>
7869
7870 * gdb.multi/base.exp: Remove stale "spaces" references.
7871
762f7747
PA
78722015-12-10 Pedro Alves <palves@redhat.com>
7873
7874 * gdb.multi/base.exp: Don't use nowarnings.
7875 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
7876 * gdb.multi/hangout.c: Include stdio.h.
7877 * gdb.multi/hello.c: Include stdlib.h.
7878 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
7879 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
7880 * gdb.multi/multi-arch.exp: Don't use nowarnings.
7881
28d2bfb9
AB
78822015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
7883
7884 * gdb.dwarf2/dw2-ranges-base.c: New file.
7885 * gdb.dwarf2/dw2-ranges-base.exp: New file.
7886 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
7887 support additional line table, and debug ranges generation.
7888 (Dwarf::ranges): New function, generate .debug_ranges.
7889 (Dwarf::lines): Support generating simple line table programs.
7890 (Dwarf::assemble): Initialise new namespace variables.
7891
5fc2beac
KB
78922015-12-09 Kevin Buettner <kevinb@redhat.com>
7893
7894 * gdb.base/async.exp (proc test_background): Add case for
7895 asynchronous execution not supported.
7896
1c35a88f
LM
78972015-12-09 Luis Machado <lgustavo@codesourcery.com>
7898
7899 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
7900 format and change test names to make them unique.
7901
b593e3d9
RK
79022015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
7903 Pedro Alves <pedro@redhat.com>
7904
7905 PR gdb/18702
7906 Add checking of floatformats setup on x86_64 hosts.
7907 * gdb.arch/i386-float.S (main): Load bigval and smallval.
7908 (smallval, bigval): New labels/constants.
7909 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
7910 float" after loading bigval and smallval.
7911
d72413e6
PMR
79122015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
7913
7914 * gdb.ada/fun_overload_menu.exp: New testcase.
7915 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
7916
ece66d65
JS
79172015-12-04 Josh Stone <jistone@redhat.com>
7918
7919 * gdb.base/catch-fork-static.exp: New.
7920
41d0efca
YQ
79212015-12-03 Yao Qi <yao.qi@linaro.org>
7922
7923 * gdb.base/sizeof.c: Don't include stdio.h and
7924 ../lib/unbuffer_output.c.
7925 (main): New variable 'size' and 'value'. Remove printf and
7926 gdb_unbuffer_output. Assign return value to size and value.
7927 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
7928 at the beginning.
7929 (check_sizeof): Check the result by printing variable 'size'.
7930 (check_valueof): Check the result by printing variable 'value'.
7931
99fd02d9
YQ
79322015-12-01 Yao Qi <yao.qi@linaro.org>
7933
7934 * gdb.base/disp-step-syscall.exp: Define syscall instruction
7935 for aarch64*-*-linux* target.
7936
f2faf941
PA
79372015-11-30 Pedro Alves <palves@redhat.com>
7938
7939 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
7940
04bf20c5
PA
79412015-11-30 Pedro Alves <palves@redhat.com>
7942
7943 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
7944 Handle non-stop mode vCont replies.
7945
09df4675
PA
79462015-11-30 Pedro Alves <palves@redhat.com>
7947
7948 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
7949 prepare_for_testing. Start gdb with "set non-stop on" appended to
7950 GDBFLAGS. Lax expected stop output.
7951
58b584af
YQ
79522015-11-27 Yao Qi <yao.qi@linaro.org>
7953
7954 * gdb.arch/arm-neon.exp: New.
7955 * gdb.arch/arm-neon.c: New.
7956
dfcb77a8
YQ
79572015-11-27 Yao Qi <yao.qi@linaro.org>
7958
7959 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
7960
88e8ec1b
YQ
79612015-11-27 Yao Qi <yao.qi@linaro.org>
7962
7963 * gdb.cp/annota2.exp: Allow multiple occurrences of the
7964 frames-invalid annotation.
7965
bfde72c2
YQ
79662015-11-27 Yao Qi <yao.qi@linaro.org>
7967
7968 * gdb.cp/annota2.exp: Use ${frames_invalid}.
7969
f6512a69
SM
79702015-11-26 Simon Marchi <simon.marchi@ericsson.com>
7971
7972 * gdb.threads/names.exp: New file.
7973 * gdb.threads/names.c: New file.
7974 * README: Mention gdb,no_thread_names.
7975
46a3515b
MM
79762015-11-26 Markus Metzger <markus.t.metzger@intel.com>
7977
7978 PR 19297
7979 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
7980 support" error.
7981
62147a22
PA
79822015-11-24 Pedro Alves <palves@redhat.com>
7983
7984 PR 17539
7985 * gdb.base/display.exp: Expect displays to be sorted in ascending
7986 order. Use multi_line.
7987 * gdb.base/solib-display.exp: Likewise.
7988
2f341b6e
PA
79892015-11-24 Pedro Alves <palves@redhat.com>
7990
7991 PR 17539
25d49b86
PA
7992 * gdb.base/display.exp: Expect displays to be sorted in ascending
7993 order. Use multi_line.
7994 * gdb.base/solib-display.exp: Likewise.
2f341b6e 7995
7e0aa6aa
PA
79962015-11-24 Pedro Alves <palves@redhat.com>
7997
7998 PR 17539
7999 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
8000 threads in ascending order.
8001 * gdb.base/foll-fork.exp: Likewise.
8002 * gdb.base/foll-vfork.exp: Likewise.
8003 * gdb.base/multi-forks.exp: Likewise.
8004 * gdb.mi/mi-nonstop.exp: Likewise.
8005 * gdb.mi/mi-nsintrall.exp: Likewise.
8006 * gdb.multi/base.exp: Likewise.
8007 * gdb.multi/multi-arch.exp: Likewise.
8008 * gdb.python/py-inferior.exp: Likewise.
8009 * gdb.threads/break-while-running.exp: Likewise.
8010 * gdb.threads/execl.exp: Likewise.
8011 * gdb.threads/gcore-thread.exp: Likewise.
8012 * gdb.threads/info-threads-cur-sal.exp: Likewise.
8013 * gdb.threads/kill.exp: Likewise.
8014 * gdb.threads/linux-dp.exp: Likewise.
8015 * gdb.threads/multiple-step-overs.exp: Likewise.
8016 * gdb.threads/next-bp-other-thread.exp: Likewise.
8017 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
8018 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
8019 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
8020 * gdb.threads/thread-find.exp: Likewise.
8021 * gdb.threads/tls.exp: Likewise.
8022 * lib/mi-support.exp (mi_reverse_list): Delete.
8023 (mi_check_thread_states): No longer reverse list.
8024
2cc57ad8
PA
80252015-11-24 Pedro Alves <palves@redhat.com>
8026
8027 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
8028 use lowercase.
8029
c93e8391
SM
80302015-11-23 Simon Marchi <simon.marchi@ericsson.com>
8031
8032 * gdb.trace/actions.c: Include trace-common.h.
8033 (main): Add a location for a fast tracepoint.
8034 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
8035 the normal tracepoints.
8036 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
8037
045ccf91
SM
80382015-11-23 Simon Marchi <simon.marchi@ericsson.com>
8039
8040 * save-trace.exp: Factor out code to these...
8041 (gdb_save_tracepoints): New.
8042 (gdb_load_tracepoints): New.
8043 (do_save_load_test): New.
8044
5506f9f6
KB
80452015-11-23 Kevin Buettner <kevinb@redhat.com>
8046
8047 * gdb.base/asmlabel.exp: New test.
8048 * gdb.base/asmlabel.c: New test case.
8049
16c3b12f
JB
80502015-11-23 Joel Brobecker <brobecker@adacore.com>
8051
8052 * gdb.base/wrong_frame_bt_full-main.c: New file.
8053 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
8054 * gdb.base/wrong_frame_bt_full.exp: New file.
8055
155bfbd3
JB
80562015-11-23 Joel Brobecker <brobecker@adacore.com>
8057
8058 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
8059
bb097445
JM
80602015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
8061
206853a0 8062 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
8063 pstate register when comparing registers values in
8064 sparc64-*-linux-gnu targets to avoid spurious differences.
8065
9c88ed8f
JM
80662015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
8067
206853a0 8068 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 8069
96161e25
SL
80702015-11-19 Sandra Loosemore <sandra@codesourcery.com>
8071
8072 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
8073 as type argument to gdb_compile.
8074 * gdb.base/nested-subp2.exp: Likewise.
8075 * gdb.base/nested-subp3.exp: Likewise.
8076
340c2830
DV
80772015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
8078
8079 * lib/dwarf.exp (_note): Fix left shift of negative value.
8080 * gdb.trace/trace-condition.exp: Likewise.
8081
c1862d0f
YQ
80822015-11-13 Yao Qi <yao.qi@linaro.org>
8083
8084 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
8085 comments about d10v.
8086 (test_scalar_returns): Likewise.
8087 * gdb.base/d10v.ld: Remove.
8088 * gdb.base/overlays.exp: Remove the target triplet checking for
8089 d10v-*-*.
8090 * gdb.base/structs.exp (test_struct_returns): Remove the
8091 comments about d10v.
8092 (test_struct_calls): Likewise.
8093
77ae9c19
YQ
80942015-11-13 Yao Qi <yao.qi@linaro.org>
8095
8096 * gdb.base/gnu_vector.exp: Check the return value by "p res".
8097 * gdb.base/gnu_vector.c: Don't include stdio.h.
8098 (main): Don't print res and call add_some_intvecs.
8099
430e004e
MK
81002015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
8101
8102 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
8103 macro.
8104 (func5): Removed.
8105 (func4): Use FAST_TRACEPOINT_LABEL.
8106 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
8107 macro.
8108 (func): Removed.
8109 (thread_function): Use FAST_TRACEPOINT_LABEL.
8110 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
8111 (func): Remove.
8112 (marker): Use FAST_TRACEPOINT_LABEL.
8113 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
8114 (pendfunc1): Remove.
8115 (pendfunc): Use FAST_TRACEPOINT_LABEL.
8116 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
8117 (foo): Remove.
8118 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
8119 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
8120 macro.
8121 (func): Remove.
8122 (marker): Use FAST_TRACEPOINT_LABEL.
8123 * gdb.trace/trace-common.h: New header.
8124 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
8125 macro.
8126 (func): Remove.
8127 (marker): Use FAST_TRACEPOINT_LABEL.
8128 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
8129 (func): Remove.
8130 (thread_function): Use FAST_TRACEPOINT_LABEL.
8131
6e7675a7
MK
81322015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
8133
8134 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
8135 in front.
8136 * gdb.trace/change-loc.exp: Use global pcreg definition.
8137 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
8138 * gdb.trace/entry-values.exp: Use global spreg definition, add $
8139 in front.
8140 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
8141 * gdb.trace/pending.exp: Likewise.
8142 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
8143 * gdb.trace/trace-break.exp: Likewise.
8144 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
8145 in front.
8146 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
8147 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
8148 in front.
8149 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
8150
dddc0e16
JB
81512015-11-09 Joel Brobecker <brobecker@adacore.com>
8152
8153 * gdb.ada/fin_fun_out: New testcase.
8154
c6f0b406
KB
81552015-11-07 Kevin Buettner <kevinb@redhat.com>
8156
8157 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
8158 value associated with DW_AT_byte_size.
8159 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
8160 constants for DW_AT_byte_size, DW_AT_lower_bound, and
8161 DW_AT_upper_bound.
8162
f01dcfd9
KB
81632015-11-07 Kevin Buettner <kevinb@redhat.com>
8164
8165 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
8166 (gdb_target_symbol_prefix_flags): Define in terms of _asm
8167 version.
8168 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
8169 gdb.dwarf2/dw2-canonicalize-type.exp,
8170 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
8171 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
8172 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
8173 provided by gdb_target_symbol_prefix_flags_asm.
8174 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
8175 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
8176 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
8177 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
8178 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
8179 macros where needed). Use this macro for symbols which require
8180 the prefix provided by SYMBOL_PREFIX.
8181
2223449a
KB
81822015-11-05 Kevin Buettner <kevinb@redhat.com>
8183
8184 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
8185 New procs.
8186 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
8187 representing expressions, of more than one list element.
8188 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
8189 to prepend linker symbol prefix to f.
8190 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
8191 table_1 and table_2.
8192 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
8193 Likewise, for f and g.
8194 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
8195 for ptr.
8196 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
8197 for main.
8198 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
8199 table_1_ptr and table_2_ptr.
8200
6f2f1a3a
JK
82012015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8202 Joel Brobecker <brobecker@adacore.com>
8203
8204 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
8205
566c56c9
MK
82062015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
8207
8208 * gdb.reverse/s390-mvcle.c: New test.
8209 * gdb.reverse/s390-mvcle.exp: New file.
8210 * lib/gdb.exp: Enable reverse tests on s390*-linux.
8211
d5f0636b
MK
82122015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
8213
8214 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
8215
7ad8b86c
MK
82162015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
8217
8218 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
8219 reaching marker2.
8220 * gdb.reverse/getresuid-reverse.exp: Likewise.
8221 * gdb.reverse/pipe-reverse.exp: Likewise.
8222 * gdb.reverse/readv-reverse.exp: Likewise.
8223 * gdb.reverse/recvmsg-reverse.exp: Likewise.
8224 * gdb.reverse/time-reverse.exp: Likewise.
8225 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
8226
4081c0f1
YQ
82272015-10-30 Yao Qi <yao.qi@linaro.org>
8228
8229 * gdb.threads/wp-replication.c (watch_count_done): Remove.
8230 (empty_cycle): Remove.
8231 (main): Don't call empty_cycle. Don't use watch_count_done.
8232 * gdb.threads/wp-replication.exp: Don't set breakpoint on
8233 empty_cycle. Rewrite the code counting HW watchpoints.
8234
452b4ba5
MK
82352015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
8236
8237 * gdb.reverse/fstatat-reverse.c: New test.
8238 * gdb.reverse/fstatat-reverse.exp: New file.
8239 * gdb.reverse/getresuid-reverse.c: New test.
8240 * gdb.reverse/getresuid-reverse.exp: New file.
8241 * gdb.reverse/pipe-reverse.c: New test.
8242 * gdb.reverse/pipe-reverse.exp: New file.
8243 * gdb.reverse/readv-reverse.c: New test.
8244 * gdb.reverse/readv-reverse.exp: New file.
8245 * gdb.reverse/recvmsg-reverse.c: New test.
8246 * gdb.reverse/recvmsg-reverse.exp: New file.
8247 * gdb.reverse/time-reverse.c: New test.
8248 * gdb.reverse/time-reverse.exp: New file.
8249 * gdb.reverse/waitpid-reverse.c: New test.
8250 * gdb.reverse/waitpid-reverse.exp: New file.
8251
5e2e7507
JK
82522015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8253
8254 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
8255
0fde2c53
DE
82562015-10-26 Doug Evans <dje@google.com>
8257
8258 PR symtab/17391
8259 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
8260 * gdb.dwarf2/bad-regnum.c: New file.
8261 * gdb.dwarf2/bad-regnum.exp: New file.
8262
1a70ae97
DE
82632015-10-26 Doug Evans <dje@google.com>
8264
8265 PR python/18938
8266 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
8267 file.
8268
27dc26ab
JK
82692015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8270
8271 * gdb.compile/compile.exp (compile code globalvar): Update expectation
8272 for a change by "Mention language in compile error message".
8273
bed91f4d
SM
82742015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
8275
8276 PR python/18073
8277 * gdb.python/py-type.c (C::a_method): New.
8278 (C::a_const_method): New.
8279 (C::a_static_method): New.
8280 (a_function): New.
8281 * gdb.python/py-type.exp (test_fields): Test getting fields
8282 from function and method.
8283
3f2f83dd
KB
82842015-10-21 Keven Boell <keven.boell@intel.com>
8285
8286 * gdb.fortran/vla-alloc-assoc.exp: New file.
8287 * gdb.fortran/vla-datatypes.exp: New file.
8288 * gdb.fortran/vla-datatypes.f90: New file.
8289 * gdb.fortran/vla-history.exp: New file.
8290 * gdb.fortran/vla-ptype-sub.exp: New file.
8291 * gdb.fortran/vla-ptype.exp: New file.
8292 * gdb.fortran/vla-sizeof.exp: New file.
8293 * gdb.fortran/vla-sub.f90: New file.
8294 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
8295 * gdb.fortran/vla-value-sub-finish.exp: New file.
8296 * gdb.fortran/vla-value-sub.exp: New file.
8297 * gdb.fortran/vla-value.exp: New file.
8298 * gdb.fortran/vla-ptr-info.exp: New file.
8299 * gdb.mi/mi-vla-fortran.exp: New file.
8300 * gdb.mi/vla.f90: New file.
8301
27145d50
SL
83022015-10-21 Sandra Loosemore <sandra@codesourcery.com>
8303
8304 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
8305 of hardwired timeout value.
8306
5f3ff4f8
JK
83072015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8308 Pedro Alves <palves@redhat.com>
8309
8310 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
8311 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
8312
bfd09d20
JS
83132015-10-19 Josh Stone <jistone@redhat.com>
8314
8315 * gdb.base/catch-syscall.c: Include <sched.h>.
8316 (unknown_syscall): New variable.
8317 (main): Trigger a vfork and an unknown syscall.
8318 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
8319 (unknown_syscall_number): Likewise.
8320 (check_call_to_syscall): Accept an optional syscall pattern.
8321 (check_return_from_syscall): Likewise.
8322 (check_continue): Likewise.
8323 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
8324 (test_catch_syscall_skipping_return): New test toggling off 'catch
8325 syscall' to step over the syscall return, then toggling back on.
8326 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
8327 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
8328 (do_syscall_tests): Call test_catch_syscall_without_args and
8329 test_catch_syscall_mid_vfork.
8330 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
8331 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
8332
b32b93c6
AS
83332015-10-19 Andrew Stubbs <ams@codesourcery.com>
8334
8335 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
8336 print g_vE): Add new pass patterns.
8337 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
8338 print various symbol names for vptr fields.
8339
9d622bda
AB
83402015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
8341
8342 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
8343 results.
8344
0fd8ac1c
YQ
83452015-10-12 Yao Qi <yao.qi@linaro.org>
8346
8347 * gdb.arch/disp-step-insn-reloc.exp: New test case.
8348
34240514
YQ
83492015-10-12 Yao Qi <yao.qi@linaro.org>
8350
8351 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
8352 is aarch64*-*-linux*.
8353
8240f442
YQ
83542015-10-12 Yao Qi <yao.qi@linaro.org>
8355
8356 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
8357 (can_relocate_bcond_true): ... it.
8358 (can_relocate_bcond_false): New function.
8359 (foo): Likewise.
8360 (can_relocate_bl): Likewise.
8361 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
8362 can_relocate_bl.
8363
2520f728
PMR
83642015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
8365
8366 * gdb.base/nested-addr.c: New file.
8367 * gdb.base/nested-addr.exp: New testcase.
8368
abcef95a
MM
83692015-10-09 Markus Metzger <markus.t.metzger@intel.com>
8370
8371 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
8372 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
8373 its output. Ignore the output of "record goto begin" and instead
8374 check that GDB is replaying.
8375
145e3ddb
PA
83762015-10-09 Pedro Alves <palves@redhat.com>
8377
8378 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
8379 (top level): Use it in the run with no args test.
8380
d5d8c4e1
IB
83812015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
8382
8383 * gdb.dlang/properties.exp: New file.
8384
06e635ef
SL
83852015-10-02 Sandra Loosemore <sandra@codesourcery.com>
8386
8387 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
8388 whether or not address 0x1000 is mapped on the target.
8389
e019fd1d
SM
83902015-09-30 Simon Marchi <simon.marchi@ericsson.com>
8391
8392 * gdb.python/py-type.exp: Do not run tests if binaries fail to
8393 build.
8394
77ba2a67
MM
83952015-09-30 Markus Metzger <markus.t.metzger@intel.com>
8396
8397 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
8398 instruction-history test.
8399
c60eb31f
DE
84002015-09-28 Doug Evans <dje@google.com>
8401
8402 * gdb.base/gcore.c (array_func): Add reference to static_array.
8403
9a3c8263
SM
84042015-09-25 Simon Marchi <simon.marchi@ericsson.com>
8405
8406 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
8407 source line.
8408
9720e656
SL
84092015-09-24 Sandra Loosemore <sandra@codesourcery.com>
8410
8411 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
8412 short or char as base type.
8413
938d3bf2
SL
84142015-09-23 Sandra Loosemore <sandra@codesourcery.com>
8415
8416 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
8417 to allow any size enum.
8418
e6c2c623
PMR
84192015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
8420
8421 * gdb.ada/array_ptr_renaming.exp: New testcase.
8422 * gdb.ada/array_ptr_renaming/foo.adb: New file.
8423 * gdb.ada/array_ptr_renaming/pack.ads: New file.
8424
06da0f77
PL
84252015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8426
8427 * gdb.trace/ftrace-lock.c: New file.
8428 * gdb.trace/ftrace-lock.exp: New file.
8429
4f51c22a
PL
84302015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8431
8432 * gdb.arch/insn-reloc.c: New file.
8433 * gdb.arch/ftrace-insn-reloc.exp: New file.
8434
7041adf4
PL
84352015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8436
8437 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
8438 instruction.
8439 * gdb.trace/pendshr1.c (pendfunc): Likewise.
8440 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
8441 * gdb.trace/range-stepping.c: Likewise.
8442 * gdb.trace/trace-break.c: Likewise.
8443 * gdb.trace/trace-mt.c (thread_function): Likewise.
8444 * gdb.trace/ftrace.c (marker): Likewise.
8445 * gdb.trace/trace-condition.c (marker): Likewise.
8446 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
8447 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
8448 is_aarch64_target.
8449
015d2e7e
DE
84502015-09-18 Doug Evans <xdje42@gmail.com>
8451
8452 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
8453 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
8454
26b188a2
SL
84552015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8456
8457 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
8458 the breakpoint.
8459
79dc332b
SL
84602015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8461
8462 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
8463 the pending breakpoint. Remove timeout override for "Run till
8464 MI pending breakpoint on pendfunc3 on thread 2" test.
8465
f57929f2
SL
84662015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8467
8468 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
8469 filename pattern.
8470
3f469b17
SL
84712015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8472
8473 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
8474 in breakpoint filename pattern.
8475
515b89b3
SL
84762015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8477
7800dbe4
SL
8478 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
8479
84802015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8481
515b89b3
SL
8482 * gdb.linespec/explicit.exp: Check for readline support for
8483 tab-completion tests. Fix obvious typo.
8484
d2939ba2
MM
84852015-09-18 Markus Metzger <markus.t.metzger@intel.com>
8486
8487 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
8488 and replay.
8489
cbb55fa7
MM
84902015-09-18 Markus Metzger <markus.t.metzger@intel.com>
8491
8492 * gdb.btrace/non-stop.c: New.
8493 * gdb.btrace/non-stop.exp: New.
8494
43691ca1
PL
84952015-09-17 Pierre Langlois <pierre.langlois@arm.com>
8496 Yao Qi <yao.qi@linaro.org>
8497
8498 * gdb.trace/trace-condition.c: New file.
8499 * gdb.trace/trace-condition.exp: New file.
8500
d78908cf
WW
85012015-09-16 Wei-cheng Wang <cole945@gmail.com>
8502
8503 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
8504 for testing bytecode compilation.
8505
1ed415e2
PA
85062015-09-16 Pedro Alves <palves@redhat.com>
8507 Sandra Loosemore <sandra@codesourcery.com>
8508
8509 * gdb.threads/non-stop-fair-events.c (timeout): New global.
8510 (SECONDS): Redefine.
8511 (main): Call pthread_kill and alarm early.
8512 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
8513 support.
8514 (test): If the target can't hardware step and doesn't support
8515 displaced stepping, increase the timeout.
8516
d136eff5
PA
85172015-09-16 Pedro Alves <palves@redhat.com>
8518
8519 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
8520 (enable_debug): New procedures.
8521 (test): Use them. Bail out if waiting for threads fails.
8522 (top level): Bail out if a test fails.
8523
991f019c
YQ
85242015-09-16 Yao Qi <yao.qi@linaro.org>
8525
8526 * gdb.asm/asm-source.exp: Set asm-arch for
8527 aarch64*-*-* target.
8528 * gdb.asm/aarch64.inc: New file.
8529
bfca584f
PMR
85302015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
8531
8532 * gdb.ada/array_of_variable_length.exp: New testcase.
8533 * gdb.ada/array_of_variable_length/foo.adb: New file.
8534 * gdb.ada/array_of_variable_length/pck.adb: New file.
8535 * gdb.ada/array_of_variable_length/pck.ads: New file.
8536
b326e587
DE
85372015-09-15 Doug Evans <dje@google.com>
8538
8539 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
8540 of function static local variable.
8541
5382cfab
PW
85422015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8543
8544 * gdb.threads/tls-so_extern.exp: New test file.
8545 * gdb.threads/tls-so_extern.c: New test file.
8546 * gdb.threads/tls-so_extern_main.c: New test file.
8547
141c5cc4
JK
85482015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8549
8550 * gdb.opt/solib-intra-step-lib.c: New file.
8551 * gdb.opt/solib-intra-step-main.c: New file.
8552 * gdb.opt/solib-intra-step.exp: New file.
8553
d15dcecd
PA
85542015-09-15 Pedro Alves <palves@redhat.com>
8555
8556 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
8557 gdb_continue_to_breakpoint instead of gdb_test_multiple.
8558
4c2f2a79
PA
85592015-09-14 Pedro Alves <palves@redhat.com>
8560
8561 * gdb.base/hook-stop-continue.c: Delete.
8562 * gdb.base/hook-stop-continue.exp: Delete.
8563 * gdb.base/hook-stop-frame.c: Delete.
8564 * gdb.base/hook-stop-frame.exp: Delete.
8565 * gdb.base/hook-stop.c: New file.
8566 * gdb.base/hook-stop.exp: New file.
8567
919e6dbe
PMR
85682015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
8569
8570 * gdb.ada/access_to_packed_array.exp: New testcase.
8571 * gdb.ada/access_to_packed_array/foo.adb: New file.
8572 * gdb.ada/access_to_packed_array/pack.adb: New file.
8573 * gdb.ada/access_to_packed_array/pack.ads: New file.
8574
157280a4
MM
85752015-09-14 Markus Metzger <markus.t.metzger@intel.com>
8576
8577 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
8578 buffer size test.
8579
2fd33e94
DB
85802015-09-11 Don Breazeal <donb@codesourcery.com>
8581
8582 * gdb.base/foll-exec.c: Add copyright header. Fix
8583 formatting issues.
8584 * gdb.base/foll-exec.exp (zap_session): Delete proc.
8585 (do_exec_tests): Use clean_restart in place of zap_session,
8586 and for test initialization. Fix formatting issues. Use
8587 fail in place of perror.
8588 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
8589 an expect statement to match an expression with output from
8590 the program under debug.
8591 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
8592 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
8593 * gdb.threads/non-ldr-exc-2.exp: Likewise.
8594 * gdb.threads/non-ldr-exc-3.exp: Likewise.
8595 * gdb.threads/non-ldr-exc-4.exp: Likewise.
8596
e70b6e8e
DE
85972015-09-09 Doug Evans <dje@google.com>
8598
8599 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
8600
7a551a51
DE
86012015-09-09 Doug Evans <dje@google.com>
8602
8603 * gdb.base/pie-execl.exp: Fix result test of build_executable.
8604
4c666f84
DE
86052015-09-09 Doug Evans <dje@google.com>
8606
8607 * gdb.base/savedregs.exp: Fix typo.
8608
243a9253
PA
86092015-09-09 Pedro Alves <palves@redhat.com>
8610
8611 * gdb.mi/mi-cli.exp: Add CLI finish tests.
8612
c0fa8fbd
SL
86132015-09-08 Sandra Loosemore <sandra@codesourcery.com>
8614
8615 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
8616 command actually switches threads. Give up on remaining
8617 tests if target fails to stop at breakpoint.
8618
cd7c1778
PMR
86192015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
8620
8621 * gdb.ada/funcall_char.exp: New testcase.
8622 * gdb.ada/funcall_char/foo.adb: New file.
8623
dc5c8746
PMR
86242015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
8625
8626 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
8627 expected outputs. Add two testcases for completing ambiguous
8628 functions.
8629 * gdb.ada/complete/aux_pck.adb: New file.
8630 * gdb.ada/complete/aux_pck.ads: New file.
8631 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
8632 Ambiguous_Func functions.
8633 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
8634 * gdb.ada/complete/pck.adb: Likewise.
8635
4e83a1e7
UW
86362015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
8637
8638 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
8639 failures to run the test program under GDB.
8640
8ce74153
LM
86412015-08-26 Luis Machado <lgustavo@codesourcery.com>
8642
8643 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
8644 to C.
8645
e9756d52
PP
86462015-08-26 Patrick Palka <patrick@parcs.ath.cx>
8647
8648 * gdb.base/run-after-attach.exp: New test file.
8649 * gdb.base/run-after-attach.c: New test file.
8650
8d37573b
DB
86512015-08-26 Don Breazeal <donb@codesourcery.com>
8652
8653 * gdb.base/foll-exec-2.c: New test program.
8654 * gdb.base/foll-exec-2.exp: New test.
8655
63e43d3a
PMR
86562015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
8657
8658 * gdb.base/nested-subp1.exp: New file.
8659 * gdb.base/nested-subp1.c: New file.
8660 * gdb.base/nested-subp2.exp: New file.
8661 * gdb.base/nested-subp2.c: New file.
8662 * gdb.base/nested-subp3.exp: New file.
8663 * gdb.base/nested-subp3.c: New file.
8664
3d40fbb5
PA
86652015-08-24 Pedro Alves <palves@redhat.com>
8666
8667 * gdb.server/connect-without-multi-process.c: New file.
8668 * gdb.server/connect-without-multi-process.exp: New file.
8669
4422ac93
LM
86702015-08-24 Luis Machado <lgustavo@codesourcery.com>
8671
8672 * gdb.opt/inline-markers.c: Make z int.
8673
91dddb86
LM
86742015-08-24 Luis Machado <lgustavo@codesourcery.com>
8675
8676 * gdb.opt/inline-markers.c: Make z volatile.
8677
a48847ee
LM
86782015-08-24 Luis Machado <lgustavo@codesourcery.com>
8679
8680 * gdb.opt/inline-bt.c: New volatile global z.
8681 * gdb.opt/inline-cmds.c: Likewise.
8682 * gdb.opt/inline-locals.c: Likewise.
8683 * gdb.opt/inline-markers.c: New extern global z.
8684 (marker): Use z.
8685 (inline_fn): Likewise.
8686
0ebbc52b
PA
86872015-08-24 Pedro Alves <palves@redhat.com>
8688
8689 * config/m32r-stub.exp: Remove file.
8690 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
8691 * gdb.base/call-rt-st.exp: Likewise.
8692 * gdb.base/call-strs.exp: Likewise.
8693 * gdb.base/default.exp: Remove references to h8300-*-hms and
8694 *-*-udi*.
8695 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
8696
77c365df
AA
86972015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8698
8699 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
8700 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
8701 and "return" use KFAIL when GDB can not read/write the vector
8702 return value.
8703
4313b8c0
GB
87042015-08-21 Gary Benson <gbenson@redhat.com>
8705
8706 * gdb.trace/pending.exp: Cope with remote transfer warnings.
8707
0e433b32
PA
87082015-08-20 Pedro Alves <palves@redhat.com>
8709
8710 * gdb.server/solib-list.exp: No longer expect an interior stop in
8711 non-stop mode.
8712
221e1a37
PA
87132015-08-20 Pedro Alves <palves@redhat.com>
8714
8715 * gdb.server/connect-stopped-target.c: New file.
8716 * gdb.server/connect-stopped-target.exp: New file.
8717
40e3ad0e
PA
87182015-08-20 Pedro Alves <palves@redhat.com>
8719
8720 * gdb.dwarf2/comp-unit-lang.exp: New file.
8721 * gdb.dwarf2/comp-unit-lang.c: New file.
8722
af39b327
PMR
87232015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
8724
8725 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
8726 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
8727
7d45c7c3 87282015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 8729
7d45c7c3
KB
8730 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
8731 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
8732
4d6cceb4
DE
87332015-08-18 Doug Evans <dje@google.com>
8734 Adrian Sendroiu <adrian.sendroiu@freescale.com>
8735
8736 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
8737 skip_python_tests. New arg prompt_regexp.
8738 (skip_python_tests): New function.
8739 * lib/mi-support.exp (mi_skip_python_tests): New function.
8740 * gdb.python/py-mi-objfile-gdb.py: New file.
8741 * gdb.python/py-mi-objfile.c: New file.
8742 * gdb.python/py-mi-objfile.exp: New file.
8743
ad89c2aa
KS
87442015-08-17 Keith Seitz <keiths@redhat.com>
8745
8746 * gdb.linespec/explicit.exp: Move strace test from here ...
8747 * gdb.trace/strace.exp: ... to here.
8748
e3ae3c43
PP
87492015-08-15 Patrick Palka <patrick@parcs.ath.cx>
8750
8751 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
8752 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
8753
604b2636
DE
87542015-08-14 Doug Evans <xdje42@gmail.com>
8755
8756 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
8757 inferior before selecting a new file.
8758
6ff0ba5f
DE
87592015-08-14 Doug Evans <xdje42@gmail.com>
8760
8761 * gdb.mi/mi-disassemble.exp: Update.
8762 * gdb.base/disasm-optim.S: New file.
8763 * gdb.base/disasm-optim.c: New file.
8764 * gdb.base/disasm-optim.h: New file.
8765 * gdb.base/disasm-optim.exp: New file.
8766
9ca98f92
KS
87672015-08-14 Keith Seitz <keiths@redhat.com>
8768
8769 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
8770 "evaluated-by".
8771
52bbc560
JB
87722015-08-13 Joel Brobecker <brobecker@adacore.com>
8773
8774 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
8775
5d8c3ed3
PMR
87762015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
8777
8778 * gdb.ada/fun_renaming.exp: New testcase.
8779 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
8780 * gdb.ada/fun_renaming/pack.adb: New file.
8781 * gdb.ada/fun_renaming/pack.ads: New file.
8782
ea8812bc
KS
87832015-08-12 Keith Seitz <keiths@redhat.com>
8784
8785 * gdb.base/dso2dso.exp: Pass basename of source file in call to
8786 gdb_get_line_number.
8787
4dafcdeb
JB
87882015-08-12 Joel Brobecker <brobecker@adacore.com>
8789
8790 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
8791 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
8792 gdb.base/dso2dso.exp: New files.
8793
5ba32597
SDJ
87942015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
8795 Pedro Alves <palves@redhat.com>
8796 Keith Seitz <keiths@redhat.com>
8797
8798 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
8799 GDBFLAGS.
8800
b6dafabf
PP
88012015-08-12 Patrick Palka <patrick@parcs.ath.cx>
8802
8803 * gdb.base/gdbhistsize-history.exp
8804 (test_histsize_history_setting): Use save_vars.
8805 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
8806 Use save_vars.
8807 (test_no_truncation_of_unlimited_history_file): Use save_vars.
8808 * gdb.base/readline.exp: Use save_vars.
8809
abe8e607
PP
88102015-08-12 Patrick Palka <patrick@parcs.ath.cx>
8811
8812 * lib/gdb.exp (save_vars): New proc.
8813
629500fa
KS
88142015-08-11 Keith Seitz <keiths@redhat.com>
8815
8816 * gdb.base/help.exp: Update help_breakpoint_text.
8817
eb8c4e2e
KS
88182015-08-11 Keith Seitz <keiths@redhat.com>
8819
8820 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
8821 (at toplevel): Call test_explicit_breakpoints.
8822 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
8823 breakpoints.
8824 * lib/mi-support.exp (mi_make_breakpoint): Add support for
8825 breakpoint conditions, "-cond".
8826
87f0e720
KS
88272015-08-11 Keith Seitz <keiths@redhat.com>
8828
8829 * gdb.linespec/3explicit.c: New file.
8830 * gdb.linespec/cpexplicit.cc: New file.
8831 * gdb.linespec/cpexplicit.exp: New file.
8832 * gdb.linespec/explicit.c: New file.
8833 * gdb.linespec/explicit.exp: New file.
8834 * gdb.linespec/explicit2.c: New file.
8835 * gdb.linespec/ls-errs.exp: Add explicit location tests.
8836 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
8837 before using in the matching pattern.
8838 Clarify that `prefix' is a regular expression.
8839
f00aae0f
KS
88402015-08-11 Keith Seitz <keiths@redhat.com>
8841
8842 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
8843 test.
8844 Add tests for missing ",FMT" and ",".
8845
e27852be
DE
88462015-08-10 Doug Evans <dje@google.com>
8847 Keith Seitz <keiths@redhat.com>
8848
8849 PR gdb/17960
8850 * gdb.base/completion.exp: Add location completer tests.
8851
7f03bd92
PA
88522015-08-07 Pedro Alves <palves@redhat.com>
8853
8854 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
8855 tests here.
8856 (top level): Run do_test with and without displaced stepping.
8857
3fc8eb30
PA
88582015-08-07 Pedro Alves <palves@redhat.com>
8859
8860 * gdb.base/valgrind-disp-step.c: New file.
8861 * gdb.base/valgrind-disp-step.exp: New file.
8862
d4569d7b
PA
88632015-08-07 Pedro Alves <palves@redhat.com>
8864
8865 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
8866 Delete function.
8867 (main): Add alarm. Run an infinite loop instead of calling
8868 wait_threads.
8869 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
8870 comment.
8871 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
8872 Delete function.
8873 (main): Add alarm. Run an infinite loop instead of calling
8874 wait_threads.
8875 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
8876 comment.
8877
e1316e60
PA
88782015-08-07 Pedro Alves <palves@redhat.com>
8879
8880 * gdb.base/checkpoint-ns.exp: New file.
8881 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
8882 standard_testfile.
8883
da8c46d2
MM
88842015-08-07 Markus Metzger <markus.t.metzger@intel.com>
8885
8886 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
8887 * gdb.btrace/instruction_history.exp: Update.
8888 * gdb.btrace/tsx.exp: New.
8889 * gdb.btrace/tsx.c: New.
8890
de1c2c52
PA
88912015-08-06 Pedro Alves <palves@redhat.com>
8892
8893 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
8894 increase timeout.
8895 * gdb.reverse/until-precsave.exp: Bump timeouts.
8896
782e0bf4
PA
88972015-08-06 Pedro Alves <palves@redhat.com>
8898
8899 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
8900
83e97ed0
PA
89012015-08-06 Pedro Alves <palves@redhat.com>
8902
8903 PR gdb/18749
8904 * gdb.threads/process-dies-while-handling-bp.c: New file.
8905 * gdb.threads/process-dies-while-handling-bp.exp: New file.
8906
863d01bd
PA
89072015-08-06 Pedro Alves <palves@redhat.com>
8908
8909 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
8910 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
8911
0a39bb32
PA
89122015-08-05 Pedro Alves <palves@redhat.com>
8913
8914 * gdb.threads/next-while-other-thread-longjmps.c: New file.
8915 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
8916
ee2d2b10
SL
89172015-08-03 Sandra Loosemore <sandra@codesourcery.com>
8918
8919 * gdb.base/bp-permanent.exp: Report test as unsupported if
8920 the target cannot stop at the permanent breakpoint.
8921
4e1bdb00
DE
89222015-08-03 Doug Evans <dje@google.com>
8923
8924 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
8925 10000.
8926
3d338901
DE
89272015-08-03 Doug Evans <dje@google.com>
8928
8929 * Makefile.in (workers/%.worker, build-perf): New rule.
8930 (GDB_PERFTEST_MODE): New variable.
8931 (check-perf): Use it.
8932 (clean): Clean up gdb.perf parallel build subdirs.
8933 * lib/build-piece.exp: New file.
8934 * lib/gdb.exp (make_gdb_parallel_path): New function
8935 (standard_output_file, standard_temp_file): Call it.
8936 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8937 of $GDB_PARALLEL.
8938 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
8939
af061d3e
DE
89402015-08-03 Doug Evans <dje@google.com>
8941
8e1afc81 8942 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
8943 (LOG_FILE_NAME): New global.
8944 (TextReporter.__init__): Initialize self.txt_sum.
8945 (TextReporter.report): Add support for multiple data-points.
8946 Move report to perftest.sum, put raw data in perftest.log.
8947 (TextReporter.start): Open sum and log files.
8948 (TextReporter.end): Close sum and log files.
8e1afc81
DE
8949 * gdb.perf/lib/perftest/testresult.py
8950 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 8951
2c8c5d37
PA
89522015-07-31 Pedro Alves <palves@redhat.com>
8953
8954 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
8955 Use spawn_id_get_pid. Wait for spawn id after eof. Use
8956 kill_wait_spawned_process instead of explicit "kill -9".
8957 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
8958 returning a spawn id instead of a pid. Use spawn_id_get_pid and
8959 kill_wait_spawned_process.
8960 * gdb.base/attach-twice.exp: Likewise.
8961 * gdb.base/attach.exp: Likewise.
8962 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
8963 gdb_test_multiple.
8964 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
8965 returning a spawn id instead of a pid. Use spawn_id_get_pid and
8966 kill_wait_spawned_process.
8967 * gdb.base/valgrind-infcall.exp: Likewise.
8968 * gdb.multi/multi-attach.exp: Likewise.
8969 * gdb.python/py-prompt.exp: Likewise.
8970 * gdb.python/py-sync-interp.exp: Likewise.
8971 * gdb.server/ext-attach.exp: Likewise.
8972 * gdb.threads/attach-into-signal.exp (corefunc): Use
8973 spawn_wait_for_attach, spawn_id_get_pid and
8974 kill_wait_spawned_process.
8975 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
8976 spawn_wait_for_attach returning a spawn id instead of a pid. Use
8977 spawn_id_get_pid and kill_wait_spawned_process.
8978 * gdb.threads/attach-stopped.exp (corefunc): Use
8979 spawn_wait_for_attach, spawn_id_get_pid and
8980 kill_wait_spawned_process.
8981 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
8982 Use spawn_id_get_pid. Wait for spawn id after eof. Use
8983 kill_wait_spawned_process instead of explicit "kill -9".
8984 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
8985 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
8986 (spawn_wait_for_attach): Use spawn instead of exec to spawn
8987 processes. Don't map cygwin/windows pids here. Now returns a
8988 spawn id list.
8989
032a0fca
SL
89902015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8991
8992 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
8993 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
8994 correct patch.
8995
61a934ca
SL
89962015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8997
8998 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
8999
4bc4d428
SL
90002015-07-30 Sandra Loosemore <sandra@codesourcery.com>
9001
9002 Reapply:
9003 2014-05-21 Mark Wielaard <mjw@redhat.com>
9004
9005 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
9006
998d452a
PA
90072015-07-30 Pedro Alves <palves@redhat.com>
9008
9009 * linux-low.c (handle_extended_wait): Set the child's last
9010 reported status to TARGET_WAITKIND_STOPPED.
9011
69dde7dc
PA
90122015-07-30 Pedro Alves <palves@redhat.com>
9013
9014 PR threads/18600
9015 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
9016 only shows inferior 1.
9017
4dd63d48
PA
90182015-07-30 Simon Marchi <simon.marchi@ericsson.com>
9019 Pedro Alves <palves@redhat.com>
9020
9021 PR threads/18600
9022 * gdb.threads/fork-plus-threads.c: New file.
9023 * gdb.threads/fork-plus-threads.exp: New file.
9024
d618e4c5
PP
90252015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9026
9027 * gdb.base/batch-preserve-term-settings.exp
9028 (test_terminal_settings_preserved_after_cli_exit): Use
9029 send_quit_command.
9030
1eef6428
PA
90312015-07-29 Pedro Alves <palves@redhat.com>
9032 Don Breazeal <donb@codesourcery.com>
9033
9034 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
9035 output from both inferior_spawn_id and gdb_spawn_id.
9036
7da5b897
SDJ
90372015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
9038
9039 * gdb.threads/attach-into-signal.exp (corefunc): Use
9040 with_test_prefix on nested loops, uniquefying the test messages.
9041
dac804df
SDJ
90422015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
9043
9044 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
9045 commit.
9046
06265e53
PP
90472015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9048
9049 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
9050 New proc.
9051 (test_terminal_settings_preserved_after_sigterm): New test.
9052
18206ca3
PP
90532015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9054
9055 * gdb.base/batch-preserve-term-settings.exp
9056 (test_terminal_settings_preserved_after_cli_exit): New test.
9057
90074d11
PP
90582015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9059
9060 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
9061 manipulation of saved_gdbflags.
9062 (test_terminal_settings_preserved): Remove global declaration of
9063 the unused variable pagination_prompt. Remove manipulation of
9064 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
9065 GDBFLAGS.
9066
eb1a7902
PA
90672015-07-29 Pedro Alves <palves@redhat.com>
9068
9069 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
9070
8b75dd3b
PA
90712015-07-29 Pedro Alves <palves@redhat.com>
9072
9073 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
9074 at the top.
9075
dedad4e3
PA
90762015-07-29 Pedro Alves <palves@redhat.com>
9077
9078 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
9079 (main): Call gdb_unbuffer_output.
9080 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
9081 (main): Call gdb_unbuffer_output.
9082 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
9083 (main): Call gdb_unbuffer_output.
9084 * gdb.base/call-strs.exp: Adjust to step over the
9085 gdb_unbuffer_output call.
9086 * gdb.base/catch-gdb-caused-signals.c: Include
9087 "../lib/unbuffer_output.c".
9088 (main): Call gdb_unbuffer_output.
9089 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
9090 (main): Call gdb_unbuffer_output.
9091 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
9092 (main): Call gdb_unbuffer_output.
9093 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
9094 (main): Call gdb_unbuffer_output.
9095 * gdb.base/shlib-call.exp: Adjust to step over the
9096 gdb_unbuffer_output call.
9097 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
9098 (main): Call gdb_unbuffer_output.
9099 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
9100 (main): Call gdb_unbuffer_output.
9101 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
9102 (main): Rename to ...
9103 (test): ... this.
9104 (main): Reimplement.
9105 * gdb.base/varargs.exp: Run to test instead of to main.
9106 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
9107 (main): Call gdb_unbuffer_output.
9108
58789a91
PA
91092015-07-29 Pedro Alves <palves@redhat.com>
9110
9111 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
9112 factore out from mi_continue_dprintf. For call-style dprintfs,
9113 expect dprintf output out of $inferior_spawn_id.
9114 (mi_continue_dprintf): Use mi_expect_dprintf.
9115 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
9116 (main): Call gdb_unbuffer_output.
9117
e8376742
PA
91182015-07-29 Pedro Alves <palves@redhat.com>
9119
9120 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
9121 (default_mi_gdb_start): Set inferior_spawn_id instead of
9122 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
9123 gdb_spawn_id.
9124 (mi_gdb_test): Always expect inferior output from both
9125 $inferior_spawn_id and $gdb_spawn_id.
9126
08280010
PA
91272015-07-29 Pedro Alves <palves@redhat.com>
9128
9129 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
9130 send_inferior and $inferior_spawn_id.
9131
4d30e432
PA
91322015-07-29 Pedro Alves <palves@redhat.com>
9133
9134 * gdb.gdb/complaints.exp (test_initial_complaints)
9135 (test_serial_complaints, test_short_complaints): Use
9136 gdb_test_stdio.
9137 (test_empty_complaint): Handle $inferior_spawn_id !=
9138 $gdb_spawn_id.
9139
0d30a335
PA
91402015-07-29 Pedro Alves <palves@redhat.com>
9141
9142 * gdb.base/varargs.exp: Use gdb_test_stdio.
9143
39413b29
PA
91442015-07-29 Pedro Alves <palves@redhat.com>
9145
9146 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
9147
7cb000a9
PA
91482015-07-29 Pedro Alves <palves@redhat.com>
9149
9150 * gdb.base/ending-run.exp: Use gdb_test_stdio.
9151
d7b8ac82
PA
91522015-07-29 Pedro Alves <palves@redhat.com>
9153
9154 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
9155 parameter into two new parameters, "inf_result" and "gdb_result".
9156 Expect inferior output and gdb output from $inferior_spawn_id and
9157 $gdb_spawn_id, respectively. Adjust all callers.
9158
789c3a0c
PA
91592015-07-29 Pedro Alves <palves@redhat.com>
9160
9161 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
9162 of gdb_test_sequence.
9163
77e760c3
PA
91642015-07-29 Pedro Alves <palves@redhat.com>
9165
9166 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
9167 (saw_spurious_output): Expect inferior output from
9168 $inferior_spawn_id. Use gdb_test_stdio.
9169
8396d2cd
PA
91702015-07-29 Pedro Alves <palves@redhat.com>
9171
9172 * gdb.base/dprintf.exp: Use standard_testfile. Change
9173 prepare_for_testing call.
9174 (srcfile): Don't set.
9175 (restart): New procedure.
9176 (test_dprintf): New procecure, use to continue over dprintfs.
9177 (test_call, test_agent): New procedures, tests moved here.
9178 Restart gdb and recreate dprintfs. Adjust expected output.
9179
2051d61f
PA
91802015-07-29 Pedro Alves <palves@redhat.com>
9181
9182 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
9183
452397af
PA
91842015-07-29 Pedro Alves <palves@redhat.com>
9185
9186 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
9187
8aed9555
PA
91882015-07-29 Pedro Alves <palves@redhat.com>
9189
9190 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
9191 gdb_test_stdio.
9192
188a61b4
PA
91932015-07-29 Pedro Alves <palves@redhat.com>
9194
9195 * lib/gdb.exp (gdb_test_stdio): New procedure.
9196
12264a45
PA
91972015-07-29 Pedro Alves <palves@redhat.com>
9198
9199 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
9200
23ffc893
PA
92012015-07-29 Pedro Alves <palves@redhat.com>
9202
9203 * gdb.base/call-signal-resume.exp: Remove check for
9204 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
9205 * gdb.base/unwindonsignal.exp: Likewise.
9206 * gdb.base/call-signals.c (gen_signal): Remove printf call.
9207 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
9208
65566918
PA
92092015-07-29 Pedro Alves <palves@redhat.com>
9210
9211 * gdb.base/siginfo-addr.c (pass): New function.
9212 (handler): Call it iff si_addr is correct.
9213 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
9214 Set a breakpoint at "pass" and continue to it.
9215
d60a9221
SDJ
92162015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
9217
9218 * gdb.python/py-objfile.exp: Make some tests have unique names.
9219 * gdb.python/py-pp-registration.exp: Likewise.
9220
bde40b8f
PA
92212015-07-28 Pedro Alves <palves@redhat.com>
9222
9223 * gdb.server/server-exec-info.exp: Issue a "disconnect".
9224
13e1dec8
SM
92252015-07-27 Simon Marchi <simon.marchi@ericsson.com>
9226
9227 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
9228
da33c9a7
SM
92292015-07-27 Simon Marchi <simon.marchi@ericsson.com>
9230
9231 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
9232
077836f7
PP
92332015-07-27 Patrick Palka <patrick@parcs.ath.cx>
9234
9235 * gdb.base/gdb-sigterm-2.exp: New test.
9236
b8cc7b2e
DE
92372015-07-25 Doug Evans <xdje42@gmail.com>
9238
9239 Revert:
9240 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
9241 (workers/%.worker, build-perf): New rule.
9242 (GDB_PERFTEST_MODE): New variable.
9243 (check-perf): Use it.
9244 (clean): Clean up gdb.perf parallel build subdirs.
9245 * lib/build-piece.exp: New file.
9246 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
9247 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
9248 name.
9249 (standard_temp_file): Ditto.
9250 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9251 of $GDB_PARALLEL.
9252
c8bd4544
DE
92532015-07-24 Doug Evans <dje@google.com>
9254
9255 * gdb.perf/lib/perftest/utils.py: New file.
9256 * gdb.perf/gm-hello.cc: New file.
9257 * gdb.perf/gm-pervasive-typedef.cc: New file.
9258 * gdb.perf/gm-pervasive-typedef.h: New file.
9259 * gdb.perf/gm-std.cc: New file.
9260 * gdb.perf/gm-std.h: New file.
9261 * gdb.perf/gm-use-cerr.cc: New file.
9262 * gdb.perf/gm-utils.h: New file.
9263 * gdb.perf/gmonster-null-lookup.py: New file.
9264 * gdb.perf/gmonster-pervasive-typedef.py: New file.
9265 * gdb.perf/gmonster-print-cerr.py: New file.
9266 * gdb.perf/gmonster-ptype-string.py: New file.
9267 * gdb.perf/gmonster-runto-main.py: New file.
9268 * gdb.perf/gmonster-select-file.py: New file.
9269 * gdb.perf/gmonster1-null-lookup.exp: New file.
9270 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
9271 * gdb.perf/gmonster1-print-cerr.exp: New file.
9272 * gdb.perf/gmonster1-ptype-string.exp: New file.
9273 * gdb.perf/gmonster1-runto-main.exp: New file.
9274 * gdb.perf/gmonster1-select-file.exp: New file.
9275 * gdb.perf/gmonster1.cc: New file.
9276 * gdb.perf/gmonster1.exp: New file.
9277 * gdb.perf/gmonster2-null-lookup.exp: New file.
9278 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
9279 * gdb.perf/gmonster2-print-cerr.exp: New file.
9280 * gdb.perf/gmonster2-ptype-string.exp: New file.
9281 * gdb.perf/gmonster2-runto-main.exp: New file.
9282 * gdb.perf/gmonster2-select-file.exp: New file.
9283 * gdb.perf/gmonster2.cc: New file.
9284 * gdb.perf/gmonster2.exp: New file.
9285
6eab34f3
DE
92862015-07-24 Doug Evans <dje@google.com>
9287
9288 * gdb.perf/README: New file.
9289 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
9290 * lib/gen-perf-test.exp: New file.
9291
63738bfd
DE
92922015-07-24 Doug Evans <dje@google.com>
9293
9294 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
9295 (PerfTest::startup): New function.
9296 (PerfTest::run): Return result of calling body.
9297 (PerfTest::assemble): Rewrite.
9298 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
9299 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
9300 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
9301 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
9302 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
9303
7b606f95
DE
93042015-07-24 Doug Evans <dje@google.com>
9305
9306 * lib/gdb.exp (clean_restart): Make executable optional.
9307
a97b16b8
DE
93082015-07-24 Doug Evans <dje@google.com>
9309
9310 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
9311 compiler_info references.
9312 * gdb.cp/temargs.exp: Ditto.
9313 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
9314 (get_compiler_info): Early exit if already computed. Set compiler_info
9315 to "unknown" if there was a problem.
9316 (test_compiler_info): Add function comment. Call get_compiler_info.
9317
35baa57f
DE
93182015-07-24 Doug Evans <dje@google.com>
9319
9320 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
9321 (workers/%.worker, build-perf): New rule.
9322 (GDB_PERFTEST_MODE): New variable.
9323 (check-perf): Use it.
9324 (clean): Clean up gdb.perf parallel build subdirs.
9325 * lib/build-piece.exp: New file.
9326 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
9327 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
9328 name.
9329 (standard_temp_file): Ditto.
9330 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9331 of $GDB_PARALLEL.
9332
6ebea266
DE
93332015-07-24 Doug Evans <dje@google.com>
9334
9335 * lib/future.exp (gdb_default_target_compile): New option
9336 "early_flags".
9337 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
9338 --as-needed.
9339
1e76a7e9
SDJ
93402015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
9341
9342 * gdb.base/catch-syscall.exp: Call gdb_exit before
9343 gdb_skip_xml_test.
9344
5068630a
PA
93452015-07-24 Pedro Alves <palves@redhat.com>
9346
9347 * gdb.python/py-events.exp: Accept output between the stop event
9348 and the prompt.
9349 * gdb.python/py-evsignal.exp: Likewise.
9350 * gdb.python/py-evthreads.exp: Likewise.
9351
77598427
PA
93522015-07-24 Pedro Alves <palves@redhat.com>
9353
9354 PR gdb/18717
9355 * gdb.threads/non-ldr-exit.c: New file.
9356 * gdb.threads/non-ldr-exit.exp: New file.
9357
11e6c98f
YQ
93582015-07-24 Yao Qi <yao.qi@linaro.org>
9359
9360 * gdb.server/ext-wrapper.exp: Test --wrapper option when
9361 restarting process.
9362
51aee833
YQ
93632015-07-24 Yao Qi <yao.qi@linaro.org>
9364
9365 * gdb.server/ext-restart.exp: New file.
9366
8cfe207c
YQ
93672015-07-24 Yao Qi <yao.qi@linaro.org>
9368
9369 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
9370 argument options.
9371 * gdb.server/ext-wrapper.exp: New file.
9372
cc12ce38
DE
93732015-07-23 Doug Evans <dje@google.com>
9374
9375 * gdb.dwarf2/dw2-dummy-cu.S: New file.
9376 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
9377
d0d84780
PMR
93782015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
9379
9380 * gdb.ada/var_arr_typedef.exp: New testcase.
9381 * gdb.ada/var_arr_typedef/pack.adb: New file.
9382 * gdb.ada/var_arr_typedef/pack.ads: New file.
9383 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
9384
8b558f79
JB
93852015-07-20 Joel Brobecker <brobecker@adacore.com>
9386
9387 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
9388
775a3298
JK
93892015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9390
9391 * gdb.arch/i386-biarch-core.exp: Replace istarget
9392 by "complete set gnutarget". Remove expectation for the "core-file"
9393 command.
9394
db1ff28b
JK
93952015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9396
9397 Revert the previous commit:
9398 Tests for validate symbol file using build-id.
9399
0a94970d
JK
94002015-07-15 Aleksandar Ristovski <aristovski@qnx.com
9401
9402 Tests for validate symbol file using build-id.
9403 * gdb.base/solib-mismatch-lib.c: New file.
9404 * gdb.base/solib-mismatch-libmod.c: New file.
9405 * gdb.base/solib-mismatch.c: New file.
9406 * gdb.base/solib-mismatch.exp: New file.
9407
03346981
SL
94082015-07-15 Sandra Loosemore <sandra@codesourcery.com>
9409
9410 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
9411 nios2-*-linux*.
9412 * gdb.base/sigbpt.exp (stepi_out): Likewise.
9413 * gdb.base/siginfo.exp: Likewise.
9414 * gdb.base/sigstep.exp (advance, advancei): Likewise.
9415
42422cc7
PL
94162015-07-15 Pierre Langlois <pierre.langlois@arm.com>
9417
9418 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
9419 Move it to ...
9420 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
9421 ... here.
9422 * gdb.trace/range-stepping.exp: Check that the target supports
9423 range stepping.
9424
cfa68bae
JK
94252015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9426
9427 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
9428
8ffdba26
PA
94292015-07-14 Pedro Alves <palves@redhat.com>
9430
9431 * gdb.base/killed-outside.exp: New file.
9432 * gdb.base/killed-outside.c: New file.
9433
218a5a11
JK
94342015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9435
9436 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
9437 (n at main): New.
9438 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
9439
e03ed3c6
AA
94402015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
9441
9442 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
9443 infcall tests instead of setting up for KFAIL.
9444
485668e5
MM
94452015-07-10 Markus Metzger <markus.t.metzger@intel.com>
9446
9447 * gdb.btrace/record_goto-step.exp: New.
9448
08464196
JK
94492015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9450
9451 PR compile/18484
9452 * gdb.compile/compile.c (struct struct_type): Add volatile to
9453 selffield's type.
9454 * gdb.compile/compile.exp
9455 (compile code struct_object.selffield = &struct_object): Skip further
9456 struct_object tests if this one xfails.
9457
bcf5c1d9
RC
94582015-07-08 Robert O'Callahan <robert@ocallahan.org>
9459
9460 PR exp/18617
9461 * gdb.trace/ax.exp: Add test.
9462
4931af25
YQ
94632015-07-07 Yao Qi <yao.qi@linaro.org>
9464
9465 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
9466 instead of istarget "aarch64*-*-*".
9467 * gdb.arch/aarch64-fp.exp: Likewise.
9468 * gdb.base/float.exp: Likewise.
9469 * gdb.reverse/aarch64.exp: Likewise.
9470 * lib/gdb.exp (is_aarch64_target): New proc.
9471
9fcf688e
YQ
94722015-07-07 Yao Qi <yao.qi@linaro.org>
9473
9474 * lib/gdb.exp (is_aarch32_target): New proc.
9475 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
9476 instead of "istarget "arm*-*-*"".
9477 * gdb.arch/arm-disp-step.exp: Likewise.
9478 * gdb.arch/thumb-bx-pc.exp: Likewise.
9479 * gdb.arch/thumb-prologue.exp: Likewise.
9480 * gdb.arch/thumb-singlestep.exp: Likewise.
9481 * gdb.base/disp-step-syscall.exp: Likewise.
9482 * gdb.base/float.exp: Likewise.
9483
fbd8d50d
YQ
94842015-07-07 Yao Qi <yao.qi@linaro.org>
9485
9486 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
9487 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
9488
71be1fdc
YQ
94892015-07-07 Yao Qi <yao.qi@linaro.org>
9490
9491 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
9492 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
9493 if it exists.
9494 * gdb.multi/multi-arch.exp: Likewise.
9495
3e221d36
SM
94962015-07-07 Simon Marchi <simon.marchi@ericsson.com>
9497
9498 * gdb.python/py-lazy-string.exp: Add missing parentheses to
9499 print.
9500
d441430b
YQ
95012015-07-07 Yao Qi <yao.qi@linaro.org>
9502
9503 * gdb.arch/thumb-singlestep.exp: Do one more single step.
9504
06f810bd
MG
95052015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
9506
9507 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
9508 '[' and ']' characters.
9509
5e61e7c0
IB
95102015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
9511
9512 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9513
28bf096c
PA
95142015-06-29 Pedro Alves <palves@redhat.com>
9515
9516 PR threads/18127
9517 * gdb.threads/hand-call-new-thread.c: New file.
9518 * gdb.threads/hand-call-new-thread.c: New file.
9519
ee93cd5e
KS
95202015-06-26 Keith Seitz <keiths@redhat.com>
9521 Doug Evans <dje@google.com>
9522
9523 PR 16253
9524 * gdb.cp/var-tag-2.cc: New file.
9525 * gdb.cp/var-tag-3.cc: New file.
9526 * gdb.cp/var-tag-4.cc: New file.
9527 * gdb.cp/var-tag.cc: New file.
9528 * gdb.cp/var-tag.exp: New file.
9529
fc637f04
PP
95302015-06-26 Patrick Palka <patrick@parcs.ath.cx>
9531
9532 * gdb.base/history-duplicates.exp: New test.
9533
2e52ae68
PP
95342015-06-26 Patrick Palka <patrick@parcs.ath.cx>
9535
9536 * gdb.base/completion.exp: Test the completion of the "focus"
9537 command.
9538
6e22494e
JK
95392015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9540
9541 * gdb.arch/amd64-prologue-skip.S: New file.
9542 * gdb.arch/amd64-prologue-skip.exp: New file.
9543
bf7b9cd9
SM
95442015-06-25 Simon Marchi <simon.marchi@ericsson.com>
9545
9546 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
9547 is_address_zero_readable check.
9548
201e8dfd
PB
95492015-06-24 Peter Bergner <bergner@vnet.ibm.com>
9550
9551 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
9552 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
9553
5cd867b4
YQ
95542015-06-24 Yao Qi <yao.qi@linaro.org>
9555
9556 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
9557 linux targets.
9558
4d7be007
YQ
95592015-06-24 Yao Qi <yao.qi@linaro.org>
9560
9561 * lib/gdb.exp (supports_get_siginfo_type): New proc.
9562 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
9563 * gdb.base/siginfo-thread.exp: Likewise.
9564
07fcd301
YQ
95652015-06-22 Yao Qi <yao.qi@linaro.org>
9566
9567 * boards/remote-gdbserver-on-localhost.exp: Add comments.
9568
52042a00
YQ
95692015-06-22 Yao Qi <yao.qi@linaro.org>
9570
9571 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
9572 aarch64*-*-*.
9573 (skip_hw_watchpoint_tests): Likewise.
9574
74bd41ce
PP
95752015-06-18 Patrick Palka <patrick@parcs.ath.cx>
9576
9577 * gdb.base/gdbinit-history.exp: Test the interaction between
9578 setting GDBHISTSIZE and setting the history size via .gdbinit.
9579
bc460514
PP
95802015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9581
9582 PR gdb/16999
9583 * gdb.base/gdbhistsize-history.exp: New test.
9584
b58c513b
PP
95852015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9586
9587 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
9588 with GDBHISTSIZE.
9589 * gdb.base/readline.exp: Likewise.
9590
92046791
YQ
95912015-06-17 Yao Qi <yao.qi@linaro.org>
9592
9593 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
9594 line.
9595
2093d2d3
PP
95962015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9597
9598 * gdb.base/gdbinit-history.exp: Add test case to check that
9599 an unlimited history file does not get truncated on exit.
9600
e6c693af
AA
96012015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9602
9603 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
9604 (VECTOR): New macro. Use it...
9605 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
9606 ...for these typedefs.
9607 (int8, char1, int1, double1): New typedefs.
9608 (struct just_int2, struct two_int2): New structures.
9609 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
9610 (add_structvecs, add_singlevecs): New functions.
9611 (main): Call add_some_intvecs twice.
9612 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
9613 the compile and exit upon failure. Try compiling for the "native"
9614 architecture. Test inferior function calls with vector arguments
9615 and vector return value handling with "finish" and "return".
9616
c74f7d1c
JT
96172015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
9618
9619 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
9620 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
9621 PE file.
9622 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
9623
98aa42ee
AT
96242015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9625
9626 PR breakpoints/16465
9627 * gdb.mi/mi-dprintf-pending.c: New file.
9628 * gdb.mi/mi-dprintf-pending.exp: New test.
9629 * gdb.mi/mi-dprintf-pendshr.c: New file.
9630
7d73c23c 96312015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 9632 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
9633
9634 * gdb.arch/i386-mpx-map.c: New file.
9635 * gdb.arch/i386-mpx-map.exp: New File.
9636
96372015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9638
9639 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
9640 * gdb.arch/i386-mpx.exp: Indentation fixed.
9641
96422015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9643
9644 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
9645 function and improved indentation.
9646 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
9647 gdb_test_multiple. Added additional tests to skip the test.
9648
96492015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9650
9651 * gdb.arch/i386-avx512.c: Change path in include file.
9652 * gdb.arch/i386-avx512.exp: Change include dir path
9653 compilation flag.
9654 * gdb.arch/i386-mpx.c: Change path in include file.
9655 * gdb.arch/i386-mpx.exp: Change include dir path compilation
9656 flag.
9657
d5eba19a
JK
96582015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9659
9660 * gdb.compile/compile-print.exp (compile print *vararray@3)
9661 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
9662
7f361056
JK
96632015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9664
9665 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
9666 (do not keep jit in memory): ... this.
9667 (expect 5): Change it to ...
9668 (expect no 5): ... this.
9669
3b462ec2
SM
96702015-06-02 Simon Marchi <simon.marchi@ericsson.com>
9671
9672 PR gdb/15564
9673 * gdb.mi/mi-detach.exp: New file.
9674
e0619de6
JK
96752015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9676
9677 PR symtab/18392
9678 * gdb.arch/amd64-tailcall-self.S: New file.
9679 * gdb.arch/amd64-tailcall-self.c: New file.
9680 * gdb.arch/amd64-tailcall-self.exp: New file.
9681
e970cb34
DB
96822015-05-28 Don Breazeal <donb@codesourcery.com>
9683
9684 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
9685 tests for remote targets by checking is_target_gdbserver.
9686
b2e2f908
DE
96872015-05-27 Doug Evans <dje@google.com>
9688
9689 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
9690 * gdb.dwarf2/opaque-type-lookup.c: New file.
9691 * gdb.dwarf2/opaque-type-lookup.exp: New file.
9692
82c7be31
DE
96932015-05-26 Doug Evans <dje@google.com>
9694
9695 * gdb.cp/iostream.cc: New file.
9696 * gdb.cp/iostream.exp: New file.
9697
b4f54984
DE
96982015-05-26 Doug Evans <dje@google.com>
9699
9700 * gdb.dwarf2/dw2-op-call.exp: Update.
9701 * gdb.dwarf2/dw4-sig-types.exp: Update.
9702 * gdb.dwarf2/implptr.exp: Update.
9703 * gdb.mi/mi-cmd-param-changed.exp: Update.
9704
4ea6efe9
DE
97052015-05-26 Doug Evans <dje@google.com>
9706
9707 * gdb.python/py-lazy-string.c: New file.
9708 * gdb.python/py-lazy-string.exp: New file.
9709 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
9710 (main): Update. Add estring3.
9711 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
9712 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
9713
f6bb7db3
YQ
97142015-05-26 Omair Javaid <omair.javaid@linaro.org>
9715 Yao Qi <yao.qi@linaro.org>
9716
9717 * gdb.reverse/aarch64.c: New.
9718 * gdb.reverse/aarch64.exp: New.
9719
a81bfbd0
OJ
97202015-05-26 Omair Javaid <omair.javaid@linaro.org>
9721
25d49b86
PA
9722 * lib/gdb.exp (supports_process_record): Return true for
9723 aarch64*-linux*.
a81bfbd0
OJ
9724 (supports_reverse): Likewise.
9725
158bf1b4
PP
97262015-05-22 Patrick Palka <patrick@parcs.ath.cx>
9727
9728 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9729 Use with_test_prefix.
9730
a0145030
AB
97312015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
9732
9733 * gdb.base/completion.exp: Add test for completion of layout
9734 names.
9735
ebe3b578
AB
97362015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
9737
9738 * lib/gdb.exp (skip_tui_tests): New proc.
9739 * gdb.base/tui-layout.exp: Check skip_tui_tests.
9740
84204ed7
PA
97412015-05-19 Pedro Alves <palves@redhat.com>
9742
9743 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9744 Save the whole env array instead of just HOME. Unset HISTSIZE in
9745 the environment while testing. Restore whole environment
9746 afterwards.
9747
37442ce1
DE
97482015-05-16 Doug Evans <xdje42@gmail.com>
9749
9750 * gdb.guile/scm-ports.c: New file.
9751 * gdb.guile/scm-ports.exp: Add memory port tests.
9752
36de76f9
JK
97532015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9754
9755 * gdb.compile/compile-print.c: New file.
9756 * gdb.compile/compile-print.exp: New file.
9757
3a9558c4
JK
97582015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9759
9760 * gdb.compile/compile-ops.exp: Cast param to void.
9761 * gdb.compile/compile.exp: Complete type for _gdb_expr.
9762 (compile code struct_object.selffield = &struct_object): Add xfail.
9763
aa715135
JG
97642015-05-15 Joel Brobecker <brobecker@adacore.com>
9765
9766 * gdb.ada/arr_enum_with_gap: New testcase.
9767
931e5bc3
JG
97682015-05-15 Joel Brobecker <brobecker@adacore.com>
9769
9770 * gdb.ada/byte_packed_arr: New testcase.
9771
9cd4d857
JB
97722015-05-15 Joel Brobecker <brobecker@adacore.com>
9773
9774 * gdb.ada/pckd_neg: New testcase.
9775
ebfd00d2
PP
97762015-05-13 Patrick Palka <patrick@parcs.ath.cx>
9777
9778 PR gdb/17820
9779 * gdb.base/gdbinit-history.exp: New test.
9780 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
9781 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
9782
4c082a81
SC
97832015-05-09 Siva Chandra Reddy <sivachandra@google.com>
9784
9785 * gdb.python/py-xmethods.cc: Enhance test case.
9786 * gdb.python/py-xmethods.exp: New tests.
9787 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
9788 function.
9789 (B_indexoper): Likewise.
9790 (global_dm_list) : Add new xmethod worker functions.
9791
f7797074
SDJ
97922015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
9793
9794 * gdb.base/coredump-filter.exp: Correctly unset
9795 "coredump_var_addr" array.
9796
a4674e4e
PA
97972015-05-08 Pedro Alves <palves@redhat.com>
9798
9799 * gdb.server/non-existing-program.exp: Unset spawn_id.
9800
df2eb078
SC
98012015-05-08 Siva Chandra Reddy <sivachandra@google.com>
9802
9803 PR python/18291
9804 * gdb.python/py-xmethods.exp: Add tests.
9805
422349a3
YQ
98062015-05-08 Yao Qi <yao.qi@linaro.org>
9807
9808 PR gdb/18208
9809 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
9810 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
9811 function set_coredump_filter, and remove remote_exec call.
9812 Remove argument ipid. Callers update.
9813 (top level): Don't get inferior's PID.
9814
63fc80ce
AA
98152015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
9816
9817 * gdb.base/watch_thread_num.exp: Skip test on targets without
9818 access watchpoints.
9819
80ad801e
PA
98202015-05-06 Pedro Alves <palves@redhat.com>
9821
9822 PR server/18081
9823 * gdb.server/non-existing-program.exp: New file.
9824
0fa7fe50
JB
98252015-05-05 Joel Brobecker <brobecker@adacore.com>
9826
9827 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
9828
3ea89b92
PMR
98292015-05-05 Joel Brobecker <brobecker@adacore.com>
9830
9831 * gdb.ada/out_of_line_in_inlined: New testcase.
9832
87b8eff0
JB
98332015-05-05 Joel Brobecker <brobecker@adacore.com>
9834
9835 * gdb.ada/var_rec_arr: New testcase.
9836
5fccc635
YQ
98372015-04-30 Yao Qi <yao.qi@linaro.org>
9838
9839 * gdb.base/break-idempotent.exp: If
9840 skip_hw_watchpoint_multi_tests returns true, skip the tests
9841 on "rwatch" and "awatch".
9842
42d38f42
YQ
98432015-04-30 Yao Qi <yao.qi@linaro.org>
9844
9845 * gdb.base/relativedebug.exp: Invoke gdb command
9846 "info sharedlibrary", and if libc.so doesn't have debug info,
9847 skip the test.
9848
2ce1cdbf
DE
98492015-04-29 Doug Evans <dje@google.com>
9850
9851 * gdb.python/py-xmethods.exp: Add ptype tests.
9852 * gdb.python/py-xmethods.py (E_method_char_worker): Add
9853 get_result_type method.
9854
f24a38c5
LM
98552015-04-29 Luis Machado <lgustavo@codesourcery.com>
9856
9857 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
9858 the target does not support hardware watchpoints.
9859
ecbf2b3c
LM
98602015-04-29 Luis Machado <lgustavo@codesourcery.com>
9861
9862 * gdb.base/break-always.exp: Abort testing if writing to memory
9863 causes an error.
9864
34f5f757
DE
98652015-04-28 Doug Evans <dje@google.com>
9866
9867 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
9868 * gdb.python/py-pp-registration.exp: ... here. New file.
9869 * gdb.python/py-pp-registration.c: New file.
9870 * gdb.python/py-pp-registration.py: New file.
9871
69b4374a
DE
98722015-04-28 Doug Evans <dje@google.com>
9873
9874 * gdb.python/py-bad-printers.c: New file.
9875 * gdb.python/py-bad-printers.py: New file.
9876 * gdb.python/py-bad-printers.exp: New file.
9877
59fb7612
SS
98782015-04-28 Sasha Smundak <asmundak@google.com>
9879
9880 * gdb.python/py-type.exp: New test.
9881
2631b16a
AW
98822015-04-28 Andy Wingo <wingo@igalia.com>
9883
9884 * gdb.python/py-parameter.exp:
9885 * gdb.guile/scm-parameter.exp: Escape the path that we are
9886 matching against, as it might contain characters that are special
9887 to regular expressions.
9888
460efde1
JB
98892015-04-27 Joel Brobecker <brobecker@adacore.com>
9890
9891 * gdb.ada/rec_comp: New testcase.
9892
2d369d8e
SDJ
98932015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
9894
9895 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
9896 before using it.
9897
cf75d6c3
AB
98982015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
9899
9900 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
9901 new tests for verilog output.
9902
8dbe7ca5
YQ
99032015-04-24 Yao Qi <yao.qi@linaro.org>
9904
9905 * boards/remote-gdbserver-on-localhost.exp: New file.
9906
4ef9fb2f
PA
99072015-04-23 Pedro Alves <palves@redhat.com>
9908
9909 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
9910 $inferior_spawn_id instead of $inferior_spawn_id directly. On
9911 "end of file", remove $inferior_spawn_id from the indirect list.
9912
0a803169
PA
99132015-04-23 Pedro Alves <palves@redhat.com>
9914
9915 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
9916
749ef8f8
PA
99172015-04-23 Pedro Alves <palves@redhat.com>
9918
9919 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
9920 on $any_spawn_id instead of only on $gdb_spawn_id.
9921
8aae4344
PM
99222015-04-21 Pierre Muller <muller@sourceware.org>
9923
9924 PR pascal/17815
9925 * lib/pascal.exp (gpc_compile): Add new option "class".
9926 (fpc_compile): Likewise.
9927 * gdb.pascal/case-insensitive-symbols.pas: New file.
9928 * gdb.pascal/case-insensitive-symbols.exp: New file.
9929
1586c8fb
GB
99302015-04-20 Gary Benson <gbenson@redhat.com>
9931
9932 * gdb.base/attach.exp: Fix three extended remote failures.
9933
1b6e6f5c
GB
99342015-04-17 Gary Benson <gbenson@redhat.com>
9935
9936 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
9937 the main executable over the remote protocol.
9938
e797481d
PA
99392015-04-16 Pedro Alves <palves@redhat.com>
9940
9941 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
9942 a new gdbserver if gdbserver_reconnect_p is set.
9943
1ca99c42
PA
99442015-04-16 Pedro Alves <palves@redhat.com>
9945
9946 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
9947 is set, don't exit gdbserver.
9948
af9fd6f8
AA
99492015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9950
9951 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
9952 appropriate .insn, such that an older assembler can be used.
9953 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
9954 the z/Architecture instruction set on 31-bit targets as well.
9955
04ff1e61
AA
99562015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9957
9958 * gdb.go/handcall.exp: Remove all logic related to the first
9959 breakpoint and rely on go_runto_main instead.
9960 * gdb.go/strings.exp: Likewise.
9961 * gdb.go/unsafe.exp: Likewise.
9962 * gdb.go/hello.exp: Likewise. Also rename the remaining
9963 breakpoint marker to "breakpoint 1".
9964 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
9965 * gdb.go/strings.go: Likewise.
9966 * gdb.go/unsafe.go: Likewise.
9967 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
9968 "set breakpoint 2 here" and rename the remaining breakpoint marker
9969 to "breakpoint 1".
9970
40d2f8d6
SM
99712015-04-15 Simon Marchi <simon.marchi@ericsson.com>
9972
9973 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
9974 if itertools.imap is not present.
9975 * gdb.python/py-objfile.exp: Add parentheses.
9976 * gdb.python/py-type.exp: Same.
9977 * gdb.python/py-unwind-maint.py: Same.
9978
8cbc97c6
YQ
99792015-04-15 Yao Qi <yao.qi@linaro.org>
9980
9981 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
9982 of ":$ptr_size" and set its form explicitly.
9983
45fd756c
YQ
99842015-04-15 Pedro Alves <palves@redhat.com>
9985 Yao Qi <yao.qi@linaro.org>
9986
9987 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
9988 timeout by factor of 4.
9989 (test_regular_watch): Likewise.
9990 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
9991 * gdb.reverse/sigall-reverse.exp: Likewise.
9992 * gdb.reverse/until-precsave.exp: Likewise.
9993 * lib/gdb.exp (with_timeout_factor): New proc.
9994 (gdb_expect): Move some code to ...
9995 (get_largest_timeout): ... here. New procedure.
9996
9e811bc3
LM
99972015-04-14 Luis Machado <lgustavo@codesourcery.com>
9998
9999 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
10000
0ff6fcb2
LM
100012015-04-13 Luis Machado <lgustavo@codesourcery.com>
10002
10003 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
10004 to write to the .text section.
10005
7578d5f7
LM
100062015-04-13 Luis Machado <lgustavo@codesourcery.com>
10007
10008 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
10009 Handle the case of targets that do not provide PID information.
10010
2efe15c4
YQ
100112015-04-13 Yao Qi <yao.qi@linaro.org>
10012
10013 * lib/gdbserver-support.exp (gdb_exit): Catch exception
10014 and use expect instead of gdb_expect.
10015
8cd8f2f8
SDJ
100162015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
10017
10018 * gdb.base/coredump-filter.exp: Rename variable "addr" to
10019 "coredump_var_addr" to avoid naming conflict with other testcases.
10020
9ee41772
PA
100212015-04-10 Pedro Alves <palves@redhat.com>
10022
10023 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
10024 gdb_test_sequence and gdb_assert.
10025
07473109
PA
100262015-04-10 Pedro Alves <palves@redhat.com>
10027
10028 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
10029 test messages that don't include the breakpoint address.
10030
de3db44c
YQ
100312015-04-10 Yao Qi <yao.qi@linaro.org>
10032
10033 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
10034 false for some offset and width combinations which aren't
10035 supported by linux kernel.
10036
c79d856c
PA
100372015-04-10 Pedro Alves <palves@redhat.com>
10038
10039 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
10040 procedure, factored out from ...
10041 (top level): ... here. Add "set displaced-stepping" testing axis.
10042 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
10043 parameter "displaced". Use it.
10044 (top level): Use foreach and add "set displaced-stepping" testing
10045 axis.
10046
ebc90b50
PA
100472015-04-10 Pedro Alves <palves@redhat.com>
10048
10049 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
10050 Remove comment.
10051 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
10052 both the address of the instruction that triggers the watchpoint
10053 and the address of the instruction immediately after, and use
10054 those addresses for the test. Fix comment.
10055
8f572e5c
PA
100562015-04-10 Pedro Alves <palves@redhat.com>
10057
10058 * gdb.base/sigstep.exp (breakpoint_to_handler)
10059 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
10060 Test "backtrace" in handler.
10061 (breakpoint_over_handler): New parameter 'displaced'. Use it.
10062 (top level): Add new "displaced" test axis to
10063 breakpoint_to_handler, breakpoint_to_handler_entry and
10064 breakpoint_over_handler.
10065
8d707a12
PA
100662015-04-10 Pedro Alves <palves@redhat.com>
10067
10068 PR gdb/18216
10069 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
10070
ef713951
YQ
100712015-04-10 Yao Qi <yao.qi@linaro.org>
10072
10073 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
10074 (test_add_rn_pc): New function.
10075 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
10076 (top level): Invoke test_add_rn_pc.
10077
906d60cf
PA
100782015-04-10 Pedro Alves <palves@redhat.com>
10079
10080 PR gdb/13858
10081 * gdb.base/step-over-no-symbols.exp: New file.
10082
f2983cc3
AW
100832015-04-09 Andy Wingo <wingo@igalia.com>
10084
10085 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
10086 after the Python tests.
10087
6d62641c
SDJ
100882015-04-08 Keith Seitz <keiths@redhat.com>
10089
10090 PR python/16699
10091 * gdb.python/py-completion.exp: New tests for completion.
10092 * gdb.python/py-completion.py (CompleteLimit1): New class.
10093 (CompleteLimit2): Likewise.
10094 (CompleteLimit3): Likewise.
10095 (CompleteLimit4): Likewise.
10096 (CompleteLimit5): Likewise.
10097 (CompleteLimit6): Likewise.
10098 (CompleteLimit7): Likewise.
10099
f3770638
PA
101002015-04-08 Pedro Alves <palves@redhat.com>
10101
10102 PR gdb/18214
10103 PR gdb/18216
10104 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
10105 function.
10106 (main): Install it as SIGUSR1 handler.
10107 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
10108 parameter. Always use "setup" as prefix. Toggle "set
10109 displaced-stepping" off/on depending on global. Don't switch to
10110 thread 1 here.
10111 (top level): Add displaced stepping "off/on" test axis. Update
10112 "setup" calls. Wrap each subtest with with_test_prefix. Test
10113 continuing with a queued signal in each thread.
10114
4496bed7
PA
101152015-04-08 Pedro Alves <palves@redhat.com>
10116
10117 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
10118 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
10119 gdb_breakpoint instead of gdb_test that doesn't expect anything.
10120 Return early if running to main fails.
10121 * gdb.trace/while-stepping.exp: Likewise.
10122
b97fde92
PA
101232015-04-07 Pedro Alves <palves@redhat.com>
10124
10125 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
10126 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
10127 interact with inferior program.
10128
f71c18e7
PA
101292015-04-07 Pedro Alves <palves@redhat.com>
10130
10131 * lib/gdb.exp (inferior_spawn_id): New global.
10132 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
10133 spawn id after processing the user code.
10134 (default_gdb_start): Set inferior_spawn_id.
10135 (send_inferior): New procedure.
10136 * lib/gdbserver-support.exp (gdbserver_start): Set
10137 inferior_spawn_id.
10138 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
10139
6423214f
PA
101402015-04-07 Pedro Alves <palves@redhat.com>
10141
10142 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
10143 * lib/gdbserver-support.exp (gdbserver_start): Make
10144 $server_spawn_id global.
10145 (gdbserver_start): Don't wait for gdbserver's spawn id with
10146 expect_background.
10147 (close_gdbserver): New procedure.
10148 (gdb_exit): Rename the default version and reimplement.
10149
71c0ee8c
PA
101502015-04-07 Pedro Alves <palves@redhat.com>
10151
72f4393d 10152 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
10153 append the substituted item, not the original item.
10154
203bc29b
PA
101552015-04-07 Pedro Alves <palves@redhat.com>
10156
10157 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
10158 gdb_expect.
10159
508a3ddf
PA
101602015-04-07 Pedro Alves <palves@redhat.com>
10161
10162 * gdb.base/interrupt.exp: Don't handle the case of the inferior
10163 output appearing once only.
10164
9f6dbe2b
PA
101652015-04-07 Pedro Alves <palves@redhat.com>
10166
10167 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
10168 that doesn't expect anything. Return early if running to main
10169 fails.
10170
337532fa
YQ
101712015-04-07 Yao Qi <yao.qi@linaro.org>
10172
10173 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
10174 (child_function): Call alarm.
10175 (main): Move call to alarm into the loop.
10176 * gdb.threads/non-stop-fair-events.exp: Build program with
10177 -DTIMEOUT=$timeout.
10178
01b622d4
DE
101792015-04-06 Doug Evans <xdje42@gmail.com>
10180
10181 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
10182 Fix dest parameter to board_info.
10183 (fpc_compile): Ditto.
10184 (gdb_compile_pascal): Rename dest arg to destfile.
10185
961f4160
PMR
101862015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
10187
10188 * gdb.ada/funcall_ref.exp: New file.
10189 * gdb.ada/funcall_ref/foo.adb: New file.
10190
cafda597
YQ
101912015-04-02 Yao Qi <yao.qi@linaro.org>
10192
10193 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
10194 is remote.
10195
fed040c6
GB
101962015-04-02 Gary Benson <gbenson@redhat.com>
10197
10198 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
10199
d11916aa
SS
102002015-04-01 Sasha Smundak <asmundak@google.com>
10201
10202 * gdb.python/py-unwind-maint.c: New file.
10203 * gdb.python/py-unwind-maint.exp: New test.
10204 * gdb.python/py-unwind-maint.py: New file.
10205 * gdb.python/py-unwind.c: New file.
10206 * gdb.python/py-unwind.exp: New test.
10207 * gdb.python/py-unwind.py: New test.
10208
a1471180
PA
102092015-04-01 Pedro Alves <palves@redhat.com>
10210
10211 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
10212 to fail instead of non-existent $test.
10213
0bbeccb1
PA
102142015-04-01 Pedro Alves <palves@redhat.com>
10215
10216 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
10217 GDBFLAGS if not empty.
10218
3c724c8c
PMR
102192015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
10220
10221 * gdb.ada/complete.exp: Remove "multi_line".
10222 * gdb.ada/info_exc.exp: Remove "multi_line".
10223 * gdb.ada/packed_tagged.exp: Remove "multi_line".
10224 * gdb.ada/ptype_field.exp: Remove "multi_line".
10225 * gdb.ada/sym_print_name.exp: Remove "multi_line".
10226 * gdb.ada/tagged.exp: Remove "multi_line".
10227 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
10228 [multi_line ...]
10229 * gdb.btrace/delta.exp: Likewise.
10230 * gdb.btrace/exception.exp: Likewise.
10231 * gdb.btrace/function_call_history.exp: Likewise.
10232 * gdb.btrace/instruction_history.exp: Likewise.
10233 * gdb.btrace/nohist.exp: Likewise.
10234 * gdb.btrace/record_goto.exp: Likewise.
10235 * gdb.btrace/segv.exp: Likewise.
10236 * gdb.btrace/stepi.exp: Likewise.
10237 * gdb.btrace/tailcall.exp: Likewise.
10238 * gdb.btrace/unknown_functions.exp: Likewise.
10239 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
10240 * lib/gdb.exp: Add the "multi_line" helper.
10241
4eec2deb
PA
102422015-04-01 Pedro Alves <palves@redhat.com>
10243
10244 * gdb.threads/tid-reuse.c: New file.
10245 * gdb.threads/tid-reuse.exp: New file.
10246
df8411da
SDJ
102472015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
10248
10249 PR corefiles/16092
10250 * gdb.base/coredump-filter.c: New file.
10251 * gdb.base/coredump-filter.exp: Likewise.
10252
6ef37366
PM
102532015-03-27 Petr Machata <pmachata@redhat.com>
10254
10255 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
10256 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
10257 (Dwarf::assemble): Initialize them.
10258 (Dwarf::lines): New function.
10259
7ec911b0
JT
102602015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
10261
10262 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
10263 SYMBOL_PREFIX for x86_64-*-cygwin.
10264
ff908ebf
AW
102652015-03-26 Andy Wingo <wingo@igalia.com>
10266
10267 PR symtab/18148
10268 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
10269 const_value but not a location.
10270 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
10271 location defined in non-main CUs are visible.
10272
6d5f0679
YQ
102732015-03-26 Yao Qi <yao.qi@linaro.org>
10274
10275 PR testsuite/18139
10276 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
10277 Add a line number entry for the same line.
10278 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
10279 Add a line number entry for the same line.
10280
2898689b
YQ
102812015-03-26 Yao Qi <yao.qi@linaro.org>
10282
10283 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
10284 .int 0.
10285 (func): Likewise. Add .Lfunc_1 label.
10286 Use .Lfunc_1 label.
10287 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
10288 .int 0.
10289 (func): Likewise.
10290 Use .Lfunc_1 label.
10291
85180498
YQ
102922015-03-26 Yao Qi <yao.qi@linaro.org>
10293
10294 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
10295 Call gdb_compile instead to compile each .s files without debug
10296 information.
10297
8aa08a8d
YQ
102982015-03-26 Yao Qi <yao.qi@linaro.org>
10299
10300 * gdb.base/savedregs.exp (process_saved_regs): Make
10301 "Saved registers:" optional in the pattern.
10302
66849923
MM
103032015-03-25 Markus Metzger <markus.t.metzger@intel.com>
10304
10305 * gdb.btrace/next.exp: Merged into step.exp.
10306 * gdb.btrace/finish.exp: Merged into step.exp.
10307 * gdb.btrace/nexti.exp: Merged into stepi.exp.
10308 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
10309 "record goto" and checking the exact replay position.
10310 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
10311 check for "Recording format" in "info record" output.
10312 * gdb.btrace/record_goto.exp: Choose test file based on target.
10313 * gdb.btrace/x86-record_goto.S: Renamed into ...
10314 * gdb.btrace/x86_64-record_goto.S: ... this.
10315 * gdb.btrace/i686-record_goto.S: New.
10316 * gdb.btrace/x86-tailcall.S: Renamed into ...
10317 * gdb.btrace/x86_64-tailcall.S: ... this.
10318 * gdb.btrace/i686-tailcall.S: New.
10319 * gdb.btrace/x86-tailcall.c: Renamed into ...
10320 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
10321 separate statements. Update test.
10322 * gdb.btrace/delta.exp: Use record_goto.c as test file.
10323 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
10324 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
10325 * gdb.btrace/tailcall.exp: Choose test file based on target.
10326 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
10327
11cc1b74
MM
103282015-03-25 Markus Metzger <markus.t.metzger@intel.com>
10329
10330 * gdb.btrace/exception.exp: Increase BTS buffer size.
10331
a25d8bf9
PA
103322015-03-24 Pedro Alves <palves@redhat.com>
10333
10334 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
10335
856e7dd6
PA
103362015-03-24 Pedro Alves <palves@redhat.com>
10337
10338 * gdb.threads/schedlock.exp (test_step): No longer expect that
10339 "set scheduler-locking step" with "next" over a function call runs
10340 threads unlocked.
10341
ad235a41
AT
103422015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10343
10344 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
10345
15630549
AT
103462015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10347
10348 PR breakpoints/16466
10349 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
10350 * gdb.mi/mi-pending.c (thread_func): New function.
10351 (int main): Add threading support required.
10352 * gdb.mi/mi-pending.exp: Add tests for this issue.
10353 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
10354 (pendfunc2): Remove stdio dependency.
10355 * gdb.mi/mi-pendshr2.c: New file.
10356
693dca06
KS
103572015-03-23 Keith Seitz <keiths@redhat.com>
10358
10359 * gdb.linespec/keywords.c: New file.
10360 * gdb.linespec/keywords.exp: New file.
10361
7e993ebf
KS
103622015-03-23 Keith Seitz <keiths@redhat.com>
10363
10364 PR gdb/18021
10365 * gdb.dwarf2/staticvirtual.exp: New test.
10366
bc23328c
JK
103672015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10368
10369 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
10370 * README: Remove HP-UX and gdb.hp.
10371 (configuration):
10372 * configure: Regenerate.
10373 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
10374 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
10375 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
10376 gdb.hp/gdb.defects/Makefile.
10377 * gdb.hp/Makefile.in: File deleted.
10378 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
10379 * gdb.hp/gdb.aCC/optimize.c: File deleted.
10380 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
10381 * gdb.hp/gdb.aCC/run.c: File deleted.
10382 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
10383 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
10384 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
10385 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
10386 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
10387 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
10388 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
10389 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
10390 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
10391 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
10392 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
10393 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
10394 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
10395 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
10396 * gdb.hp/gdb.base-hp/reg.s: File deleted.
10397 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
10398 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
10399 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
10400 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
10401 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
10402 * gdb.hp/gdb.compat/Makefile.in: File deleted.
10403 * gdb.hp/gdb.compat/average.c: File deleted.
10404 * gdb.hp/gdb.compat/sum.c: File deleted.
10405 * gdb.hp/gdb.compat/xdb.c: File deleted.
10406 * gdb.hp/gdb.compat/xdb0.c: File deleted.
10407 * gdb.hp/gdb.compat/xdb0.h: File deleted.
10408 * gdb.hp/gdb.compat/xdb1.c: File deleted.
10409 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
10410 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
10411 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
10412 * gdb.hp/gdb.defects/Makefile.in: File deleted.
10413 * gdb.hp/gdb.defects/bs14602.c: File deleted.
10414 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
10415 * gdb.hp/gdb.defects/solib-d.c: File deleted.
10416 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
10417 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
10418 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
10419 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
10420 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
10421 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
10422 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
10423 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
10424 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
10425 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
10426 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
10427 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
10428 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
10429 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
10430 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
10431 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
10432 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
10433 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
10434 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
10435 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
10436 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
10437 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
10438 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
10439 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
10440 * gdb.hp/tools/odump: File deleted.
10441
8bf3b159
PA
104422015-03-19 Pedro Alves <palves@redhat.com>
10443
10444 * gdb.threads/continue-pending-status.exp (saw_thread_2)
10445 (saw_thread_3): New globals.
10446 (top level): Increment them when an event for the corresponding
10447 thread is seen.
10448 (no thread starvation): New test.
10449
eb54c8bf
PA
104502015-03-19 Pedro Alves <palves@redhat.com>
10451
10452 * gdb.threads/continue-pending-status.c: New file.
10453 * gdb.threads/continue-pending-status.exp: New file.
10454
32d2e5d6
PA
104552015-03-18 Pedro Alves <palves@redhat.com>
10456
10457 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10458 Use gdb_is_target_remote instead of is_remote. Use
10459 gdb_test_multiple instead of gdb_expect. Exit early if
10460 gdb_test_multiple hits its internal matches. Tighten stepi tests
10461 expected output. Fail on exit with any signal, instead of just
10462 SIGILL.
10463
f68f11b7
YQ
104642015-03-18 Yao Qi <yao.qi@linaro.org>
10465
10466 PR tdep/18107
10467 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
10468 variable.
10469 * gdb.base/catch-syscall.exp: Don't skip it on
10470 aarch64*-*-linux* target. Remove elements in all_syscalls.
10471 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
10472 target.
10473 (setup_all_syscalls): New proc.
10474
ca5fd19b
YQ
104752015-03-16 Yao Qi <yao.qi@linaro.org>
10476
10477 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
10478 (top level): Skip tests if valid_addr_p returns false for
10479 $cmd1 or $cmd2.
10480
85642ba0
AW
104812015-03-11 Andy Wingo <wingo@igalia.com>
10482
10483 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
10484
e03f9645
YQ
104852015-03-11 Yao Qi <yao.qi@linaro.org>
10486
10487 * gdb.base/catch-syscall.exp: Fix typo in comments.
10488
5d0962b2
YQ
104892015-03-11 Yao Qi <yao.qi@linaro.org>
10490
10491 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
10492
b2df3cef
PA
104932015-03-09 Pedro Alves <palves@redhat.com>
10494
10495 * dg-extract-results.py: Delete.
10496
ef878e53
PA
104972015-03-09 Pedro Alves <palves@redhat.com>
10498
10499 Merge dg-extract-results.sh from GCC upstream (r218843).
10500
10501 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
10502 * dg-extract-results.sh: Use --text with grep to avoid issues with
10503 binary files. Fall back to cat -v, if that doesn't work.
10504
9494d219
PA
105052015-03-05 Pedro Alves <palves@redhat.com>
10506
10507 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
10508
a8d9763a
SM
105092015-03-04 Simon Marchi <simon.marchi@ericsson.com>
10510
10511 * lib/mi-support.exp (mi_expect_interrupt): Accept
10512 alternative event for when in all-stop mode.
10513
be9957b8
PA
105142015-03-04 Pedro Alves <palves@redhat.com>
10515
10516 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
10517
d57be0f4 105182015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
10519
10520 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
10521
c214c7cf
AA
105222015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10523
10524 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
10525 regexps for GDB's current line display, accept a hex address
10526 preceding the line number.
10527
6d74a497
AA
105282015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10529
10530 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
10531 the 'arch1' variable for "s390*-linux*" targets.
10532
511aee7c
PA
105332015-03-04 Pedro Alves <palves@redhat.com>
10534
10535 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
10536 (main): Pass missing retval argument to pthread_join call.
10537
95e50b27
PA
105382015-03-02 Pedro Alves <palves@redhat.com>
10539
10540 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
10541 (top level): Call do_test with non-stop as well.
10542
28054d69
PA
105432015-03-02 Pedro Alves <palves@redhat.com>
10544
10545 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
10546 -1.
10547
4fa5d7b4
AA
105482015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
10549
10550 * gdb.arch/s390-vregs.exp: New test.
10551 * gdb.arch/s390-vregs.S: New file.
10552
97c18565
PA
105532015-02-27 Pedro Alves <palves@redhat.com>
10554
10555 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
10556 call to catch_command_errors.
10557 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
10558 catch_command_errors.
10559
a37bfa30
PA
105602015-02-27 Pedro Alves <palves@redhat.com>
10561
10562 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
10563 "true" for boolean result.
10564 * gdb.gdb/selftest.exp (test_with_self): Also accept full
10565 prototype of main.
10566
6f98576f
PA
105672015-02-27 Pedro Alves <palves@redhat.com>
10568
10569 * lib/unbuffer_output.c: New file.
10570 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
10571 (main): Call gdb_unbuffer_output.
10572
eba5ab56
YQ
105732015-02-27 Yao Qi <yao.qi@linaro.org>
10574
10575 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
10576 target.
10577
0def5aaa
DE
105782015-02-26 Doug Evans <dje@google.com>
10579
10580 * gdb.cp/class2.cc (Dbase, D): New classes.
10581 (main): New local delta.
10582 * gdb.cp/class2.exp: Test printing delta.
10583 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
10584 (dynbar): New global.
10585 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
10586
081a1c2c
JK
105872015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10588
10589 * gdb.compile/compile-ifunc.c: New file.
10590 * gdb.compile/compile-ifunc.exp: New file.
10591
2f41223f
AT
105922015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
10593
10594 * gdb.base/structs.exp: Check for correct struct on finish.
10595
03eddd80
YQ
105962015-02-26 Yao Qi <yao.qi@linaro.org>
10597
10598 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
10599 is zero.
10600
80c57053
JK
106012015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10602
10603 * gdb.arch/cordic.ko.bz2: New file.
10604 * gdb.arch/cordic.ko.debug.bz2: New file.
10605 * gdb.arch/ppc64-symtab-cordic.exp: New file.
10606
21613c12
YQ
106072015-02-25 Yao Qi <yao.qi@linaro.org>
10608
10609 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
10610 aarch64*-*-* target.
10611
d8b901ed
PA
106122015-02-23 Pedro Alves <palves@redhat.com>
10613
10614 * lib/gdb.exp (delete_breakpoints): Rewrite using
10615 gdb_test_multiple.
10616
e5b85ead
PA
106172015-02-23 Pedro Alves <palves@redhat.com>
10618
10619 * gdb.base/info-os.c: Include stdlib.h.
10620
85c3a371
DE
106212015-02-22 Doug Evans <xdje42@gmail.com>
10622
10623 PR symtab/17855
10624 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
10625 is read after symbols have been re-read.
10626 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
10627 * gdb.ada/exec_changed/second.adb (Second): Ditto.
10628
96553a0c
DE
106292015-02-21 Doug Evans <dje@google.com>
10630
10631 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
10632
97a0c697
JK
106332015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10634
10635 PR corefiles/17808
10636 * gdb.arch/i386-biarch-core.core.bz2: New file.
10637 * gdb.arch/i386-biarch-core.exp: New file.
10638
a47cd6e9
PA
106392015-02-21 Pedro Alves <palves@redhat.com>
10640
10641 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
10642 runto_main fails.
10643
c5facdc4
PA
106442015-02-20 Pedro Alves <palves@redhat.com>
10645
10646 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
10647 info probes.
10648
2db9a427
PA
106492015-02-20 Pedro Alves <palves@redhat.com>
10650
10651 * gdb.threads/multi-create-ns-info-thr.exp: New file.
10652
60fb7e9e
PA
106532015-02-20 Pedro Alves <palves@redhat.com>
10654
10655 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
10656 clean_restart before gdb_target_supports_trace.
10657
5c5019c2
PA
106582015-02-20 Pedro Alves <palves@redhat.com>
10659
10660 PR threads/18006
10661 * gdb.threads/clone-thread_db.c: New file.
10662 * gdb.threads/clone-thread_db.exp: New file.
10663
c9587f88
AT
106642015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
10665
10666 PR breakpoints/16812
10667 * gdb.base/catch-gdb-caused-signals.c: New file.
10668 * gdb.base/catch-gdb-caused-signals.exp: New file.
10669
f6a88844
JM
106702015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
10671
10672 * configure: Regenerated.
10673 * configure.ac: Use GDB_AC_TRANSFORM.
10674 * aclocal.m4: sinclude ../transform.m4.
10675
497c491b
JM
106762015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10677
10678 * lib/dtrace.exp: New file.
10679 * gdb.base/dtrace-probe.exp: Likewise.
10680 * gdb.base/dtrace-probe.d: Likewise.
10681 * gdb.base/dtrace-probe.c: Likewise.
10682 * lib/pdtrace.in: Likewise.
10683 * configure.ac: Output variables with the transformed names of
10684 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
10685 * configure: Regenerated.
10686
03e98035
JM
106872015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10688
10689 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
10690 expected message when trying to access $_probe_* convenience
10691 variables while not on a probe.
10692
63cc30e9
JK
106932015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10694
10695 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
10696
0703599a
PA
106972015-02-11 Pedro Alves <pedro@codesourcery.com>
10698
10699 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
10700 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
10701
7e60a48e
DE
107022015-02-10 Doug Evans <xdje42@gmail.com>
10703
10704 * lib/gdb.exp (gdb_load): Always return a result.
10705
01b088bc
PA
107062015-02-10 Pedro Alves <palves@redhat.com>
10707
10708 * gdb.threads/signal-sigtrap.c: New file.
10709 * gdb.threads/signal-sigtrap.exp: New file.
10710
b05ec7a5
AT
107112015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
10712
10713 * gdb.trace/no-attach-trace.c: New file.
10714 * gdb.trace/no-attach-trace.exp: New file.
10715
a2c2acaf
MW
107162015-02-09 Mark Wielaard <mjw@redhat.com>
10717
10718 * gdb.dwarf2/atomic.c: New file.
10719 * gdb.dwarf2/atomic-type.exp: Likewise.
10720
31fd9caa
MM
107212015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10722
10723 * gdb.btrace/buffer-size.exp: Update "info record" output.
10724 * gdb.btrace/delta.exp: Update "info record" output.
10725 * gdb.btrace/enable.exp: Update "info record" output.
10726 * gdb.btrace/finish.exp: Update "info record" output.
10727 * gdb.btrace/instruction_history.exp: Update "info record" output.
10728 * gdb.btrace/next.exp: Update "info record" output.
10729 * gdb.btrace/nexti.exp: Update "info record" output.
10730 * gdb.btrace/step.exp: Update "info record" output.
10731 * gdb.btrace/stepi.exp: Update "info record" output.
10732 * gdb.btrace/nohist.exp: Update "info record" output.
10733
d33501a5
MM
107342015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10735
10736 * gdb.btrace/buffer-size: New.
10737
f4abbc16
MM
107382015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10739
10740 * gdb.btrace/delta.exp: Update "info record" output.
10741 * gdb.btrace/enable.exp: Update "info record" output.
10742 * gdb.btrace/finish.exp: Update "info record" output.
10743 * gdb.btrace/instruction_history.exp: Update "info record" output.
10744 * gdb.btrace/next.exp: Update "info record" output.
10745 * gdb.btrace/nexti.exp: Update "info record" output.
10746 * gdb.btrace/step.exp: Update "info record" output.
10747 * gdb.btrace/stepi.exp: Update "info record" output.
10748 * gdb.btrace/nohist.exp: Update "info record" output.
10749
b9d61307
SM
107502015-02-06 Simon Marchi <simon.marchi@ericsson.com>
10751
10752 PR gdb/15678
10753 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
10754
e584fdbc
PA
107552015-02-06 Pedro Alves <palves@redhat.com>
10756
10757 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
10758 macro.
10759 (seconds_left, again): New globals.
10760 (main): Wait seconds_left in a 1-second sleep loop instead of
10761 sleeping 180 seconds. If 'again' is set, reset the seconds
10762 counter.
10763 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
10764 'again' in the inferior before detaching. Print the seconds left.
10765 (options): New global.
10766 (top level): Build program with -DTIMEOUT=$timeout.
10767
77f41761
PA
107682015-02-06 Pedro Alves <palves@redhat.com>
10769
10770 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
10771 determine how many seconds to pass to 'alarm'.
10772 * gdb.base/gdb-sigterm.exp (top level): Build program with
10773 -DTIMEOUT=$timeout.
10774 (do_test): Return success/failure indication. Add more verbose
10775 logging. Don't fail if 200 single steps are seen. Instead, fail
10776 when the test times out.
10777 (passes): New global.
10778 (top level): Break the testing loop if testing fails on any
10779 iteration. Use gdb_assert.
10780
b9394193
DB
107812015-02-04 Don Breazeal <donb@codesourcery.com>
10782
10783 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
10784 and initialize them.
10785 (ipc_cleanup): New function.
10786 (main): Don't declare shmid, semid, and msqid. Add a call to
10787 atexit so that we call ipc_cleanup on exit.
10788
42d9e528
PA
107892015-02-04 Pedro Alves <palves@redhat.com>
10790
10791 * boards/native-extended-gdbserver.exp: Remove any target variant
10792 specifications from the board name before clearing the isremote
10793 flag from board_info.
10794
ae6ae975
DE
107952015-01-31 Doug Evans <xdje42@gmail.com>
10796
10797 * gdb.base/maint.exp <maint print type argc>: Update expected output.
10798
cfb069a8
GB
107992015-01-31 Gary Benson <gbenson@redhat.com>
10800
10801 * gdb.base/completion.exp: Disable completion limiting for
10802 existing tests. Add new tests to check completion limiting.
10803 * gdb.linespec/ls-errs.exp: Disable completion limiting.
10804
5dd31d79
DE
108052015-01-31 Doug Evans <xdje42@gmail.com>
10806
10807 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
10808
9f050062
DE
108092015-01-31 Doug Evans <xdje42@gmail.com>
10810
10811 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
10812 entries. Duplicate file section script entries.
10813 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
10814 inlined entries. Add test for safe-path rejection.
10815 * gdb.python/py-section-script.c: Add duplicate inlined section script
10816 entries. Duplicate file section script entries.
10817 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
10818 inlined entries. Add test for safe-path rejection.
10819
df25ebbd
JB
108202015-01-29 Joel Brobecker <brobecker@adacore.com>
10821
10822 * gdb.ada/disc_arr_bound: New testcase.
10823
4a0ca9ec
JB
108242015-01-29 Joel Brobecker <brobecker@adacore.com>
10825
10826 * gdb.ada/mi_var_array: New testcase.
10827
3a8b707a
DE
108282015-01-27 Doug Evans <dje@google.com>
10829
10830 * gdb.python/py-objfile.exp: Add tests for objfile.username.
10831 Add test for objfile.filename, objfile.username after objfile
10832 has been unloaded.
10833
f8313f6e
JB
108342015-01-26 Joel Brobecker <brobecker@adacore.com>
10835
10836 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
10837 the second test to print the name attribute of value
10838 returned by the call to gdb.lookup_type, and adjust
10839 the expected output accordingly.
10840
37bc665e
MW
108412015-01-25 Mark Wielaard <mjw@redhat.com>
10842
10843 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
10844 * gdb.base/disp-step-fork.c: Include unistd.h.
10845 * gdb.base/siginfo-obj.c: Include stdio.h.
10846 * gdb.base/siginfo-thread.c: Likewise.
10847 * gdb.mi/non-stop.c: Include unistd.h.
10848 * gdb.mi/nsthrexec.c: Include stdio.h.
10849 * gdb.mi/pthreads.c: Include unistd.h.
10850 * gdb.modula2/unbounded1.c (main): Declare returns int.
10851 * gdb.reverse/consecutive-reverse.c: Likewise.
10852 * gdb.threads/create-fail.c: Include unistd.h.
10853 * gdb.threads/killed.c: Likewise.
10854 * gdb.threads/linux-dp.c: Likewise.
10855 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
10856 * gdb.threads/non-ldr-exc-2.c: Likewise.
10857 * gdb.threads/non-ldr-exc-3.c: Likewise.
10858 * gdb.threads/non-ldr-exc-4.c: Likewise.
10859 * gdb.threads/pthreads.c: Include unistd.h.
10860 (main): Declare returns int.
10861 * gdb.threads/tls-main.c (foo): New declaration.
10862 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
10863
f7e5394d
SM
108642015-01-23 Simon Marchi <simon.marchi@ericsson.com>
10865
10866 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
10867 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
10868
743649fd
MW
108692015-01-15 Mark Wielaard <mjw@redhat.com>
10870
10871 * gdb.base/noreturn-return.c: New file.
10872 * gdb.base/noreturn-return.exp: New file.
10873 * gdb.base/noreturn-finish.c: New file.
10874 * gdb.base/noreturn-finish.exp: New file.
10875
198297aa
PA
108762015-01-23 Pedro Alves <palves@redhat.com>
10877
10878 * gdb.threads/continue-pending-after-query.c: New file.
10879 * gdb.threads/continue-pending-after-query.exp: New file.
10880
717cf30c
AG
108812015-01-22 Anders Granlund <anders.granlund@ericsson.com>
10882 Simon Marchi <simon.marchi@ericsson.com>
10883
10884 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
10885 * gdb.base/valgrind-db-attach.exp: Same.
10886 * gdb.base/valgrind-infcall.exp: Same.
10887 * lib/mi-support.exp (default_mi_gdb_start): Same.
10888 * lib/prompt.exp (default_prompt_gdb_start): Same.
10889 * lib/gdb.exp (default_gdb_spawn): Same.
10890 (gdb_interact): New.
10891
10892
4b62a76e
JK
108932015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10894
10895 * gdb.compile/compile.exp (pointer to jit function): New test.
10896
b4cdae6f
WW
108972015-01-17 Wei-cheng Wang <cole945@gmail.com>
10898
10899 * lib/gdb.exp (supports_process_record): Return true for
10900 powerpc*-*-linux*.
10901 (supports_reverse): Likewise.
10902
d221e7ef
DB
109032015-01-15 Don Breazeal <donb@codesourcery.com>
10904
10905 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
10906 instead of checking whether the target board is remote and
10907 use spawn_wait_for_attach instead of exec/sleep.
10908 * gdb.base/attach-twice.exp: Likewise.
10909
bafffb51
JB
109102015-01-15 Joel Brobecker <brobecker@adacore.com>
10911
10912 * gdb.ada/var_arr_attrs: New testcase.
10913
5589af0e
PA
109142015-01-14 Pedro Alves <palves@redhat.com>
10915 Joel Brobecker <brobecker@adacore.com>
10916
10917 PR gdb/17525
10918 * gdb.base/bp-cmds-execution-x-script.c: New file.
10919 * gdb.base/bp-cmds-execution-x-script.exp: New file.
10920 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
10921
6c400b59
PA
109222015-01-14 Pedro Alves <palves@redhat.com>
10923
10924 PR cli/17828
10925 * gdb.base/batch-preserve-term-settings.c: New file.
10926 * gdb.base/batch-preserve-term-settings.exp: New file.
10927
e02c96a7
DE
109282015-01-13 Doug Evans <dje@google.com>
10929
10930 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
10931 binary.
10932
576fd14c
JB
109332015-01-13 Joel Brobecker <brobecker@adacore.com>
10934
10935 * Makefile.in (clean mostlyclean): Do not delete *.py.
10936
04dccad0
JB
109372015-01-13 Joel Brobecker <brobecker@adacore.com>
10938
10939 * gdb.python/py-lookup-type.exp: New file.
10940
3d230f71
PA
109412015-01-12 Pedro Alves <palves@redhat.com>
10942
10943 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
10944 restore GDBFLAGS before returning.
10945
7e67715d
JK
109462015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10947
10948 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
10949 is_amd64_regs_target and is_x86_like_target.
10950
f2e0d4b4
DE
109512015-01-11 Doug Evans <xdje42@gmail.com>
10952
10953 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
10954 is given without an explicit form.
10955 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
10956 attributes.
10957 * gdb.dwarf/corrupt.exp: Ditto.
10958 * gdb.dwarf2/enum-type.exp: Ditto.
10959 * gdb.trace/entry-values.exp: Ditto.
10960 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
10961
439250fb
DE
109622015-01-11 Doug Evans <xdje42@gmail.com>
10963
10964 PR gdb/15830
10965 * gdb.base/maint.exp: Remove references to "maint demangle".
10966 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
10967 Add tests for explicitly specifying language to demangle.
10968 * gdb.dlang/demangle.exp: Ditto.
10969
ede9f622
PA
109702015-01-09 Pedro Alves <palves@redhat.com>
10971
10972 * gdb.threads/non-stop-fair-events.c: New file.
10973 * gdb.threads/non-stop-fair-events.exp: New file.
10974
a7b796db
PA
109752015-01-09 Pedro Alves <palves@redhat.com>
10976
10977 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
10978 the global scope. Set a breakpoint after all threads are started
10979 rather than stepping over two source lines. Expect the prompt.
10980 * gdb.base/watch_thread_num.c (threads_started_barrier): New
10981 global.
10982 (NUM): Now 15.
10983 (main): Use threads_started_barrier to wait for all threads to
10984 start. Main thread no longer calls thread_function. Exit after
10985 180 seconds.
10986 (loop): New function.
10987 (thread_function): Wait on threads_started_barrier barrier. Call
10988 'loop' at each iteration.
10989 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
10990 threads have started, instead of hardcoding number of "next"
10991 steps. Use an access watchpoint instead of a write watchpoint.
10992
9665ffdd
PA
109932015-01-09 Pedro Alves <palves@redhat.com>
10994
10995 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
10996 (thread_func): Wait on barrier.
10997 (main): Wait for all threads to start before stopping GDB.
10998 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
10999 global.
11000 (thread1_func, thread2_func): Wait on barrier.
11001 (main): Wait for all threads to start before stopping GDB.
11002 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
11003 New global.
11004 (thread1_func, thread2_func): Wait on barrier.
11005 (main): Wait for all threads to start before stopping GDB.
11006
c945a99f
PA
110072015-01-09 Pedro Alves <palves@redhat.com>
11008
11009 * gdb.threads/attach-many-short-lived-threads.c: New file.
11010 * gdb.threads/attach-many-short-lived-threads.exp: New file.
11011
c1a747c1
PA
110122014-01-09 Pedro Alves <palves@redhat.com>
11013
11014 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
11015 instead of to thread 2.
11016 * gdb.threads/signal-command-multiple-signals-pending.c (main):
11017 Add barrier around each pthread_create call instead of around all
11018 calls.
11019 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
11020 Set a break on thread_function and have the child threads hit it
11021 one at at a time.
11022
60b3033e
PA
110232015-01-09 Pedro Alves <palves@redhat.com>
11024
11025 * lib/gdb.exp (can_spawn_for_attach): New procedure.
11026 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
11027 false.
11028 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
11029 checking whether the target board is remote.
11030 * gdb.multi/multi-attach.exp: Likewise.
11031 * gdb.python/py-sync-interp.exp: Likewise.
11032 * gdb.server/ext-attach.exp: Likewise.
11033 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
11034 tests that need to attach, instead of checking whether the target
11035 board is remote at the top of the file.
11036
acc018ac
YQ
110372015-01-08 Yao Qi <yao@codesourcery.com>
11038
11039 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
11040
50a18af8
JK
110412015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11042
11043 Fix testcase compilation.
11044 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
11045
8503d6e1
JB
110462015-01-06 Joel Brobecker <brobecker@adacore.com>
11047
11048 * gdb.python/py-type.exp: Add a couple test about empty
11049 array creation, and negative-length array creation.
11050
cc73dbcc
DE
110512015-01-02 Doug Evans <xdje42@gmail.com>
11052
11053 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
11054
0300bbc7
DE
110552015-01-02 Doug Evans <dje@google.com>
11056
11057 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
11058
9d85a0ec
YQ
110592014-12-29 Yao Qi <yao@codesourcery.com>
11060
11061 * gdb.trace/entry-values.exp: Update comments. Rename variable
11062 bar_call_foo to returned_from_foo.
11063
87186c6a
MMN
110642014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
11065
11066 PR gdb/17394
11067 * gdb.linespec/break-asm-file.c: New file.
11068 * gdb.linespec/break-asm-file.exp: New file.
11069 * gdb.linespec/break-asm-file0.s: New file.
11070 * gdb.linespec/break-asm-file1.s: New file.
11071
1bab7383
YQ
110722014-12-18 Nigel Stephens <nigel@mips.com>
11073 Maciej W. Rozycki <macro@codesourcery.com>
11074
11075 * gdb.base/float.exp: Handle the new output from "info float" on
11076 MIPS targets.
11077
1bc1068a
JK
110782014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11079
11080 Fix MinGW compilation.
11081 * gdb.compile/compile-ops.exp: Update untested message if
11082 !skip_compile_feature_tests.
11083 * gdb.compile/compile-setjmp.exp: Likewise.
11084 * gdb.compile/compile-tls.exp: Likewise.
11085 * gdb.compile/compile.exp: Likewise.
11086 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
11087 supported on this host".
11088
b6615d10
DE
110892014-12-16 Doug Evans <xdje42@gmail.com>
11090
11091 * boards/stabs.exp: New file.
11092
25dda427
AA
110932014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
11094
11095 * gdb.base/completion.exp: Adjust to format changes of "maint
11096 print user-registers".
11097
bf330350
CU
110982014-12-16 Catalin Udma <catalin.udma@freescale.com>
11099
11100 PR server/17457
11101 * gdb.arch/aarch64-fp.c: New file.
11102 * gdb.arch/aarch64-fp.exp: New file.
11103
395cf596
SDJ
111042014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
11105
11106 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
11107 r210637, r210913, r211666, r215400, r215817).
11108
11109 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
11110 * dg-extract-results.py: New file.
11111 * dg-extract-results.sh: Use it if the environment seems
11112 suitable.
11113
11114 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
11115
11116 * dg-extract-results.py (parse_run): Handle warnings that
11117 are printed before a test harness is run.
11118
11119 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
11120
11121 * dg-extract-results.py (Named): Remove __cmp__ method.
11122 (output_variation): Use a key to sort variation.harnesses.
11123
11124 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
11125
11126 * dg-extract-results.py: For Python 3, force sys.stdout to
11127 handle surrogate escape sequences.
11128 (safe_open): New function.
11129 (output_segment, main): Use it.
11130
11131 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
11132
11133 * dg-extract-results.py (Prog.result_re): Include options
11134 in test name.
11135
11136 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
11137
11138 * dg-extract-results.py (output_variation): Always sort if
11139 do_sum.
11140
e882ef3c
SM
111412014-12-15 Simon Marchi <simon.marchi@ericsson.com>
11142
11143 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
11144 as long as we get pagination notifications.
11145
4992aa20
JM
111462014-12-15 Jason Merrill <jason@redhat.com>
11147
11148 * Makefile.in (check-gdb.%): Restore.
11149 * README: Mention it.
11150
c1b5a1a6
JB
111512014-12-13 Joel Brobecker <brobecker@adacore.com>
11152
11153 * gdb.ada/str_uninit: New testcase.
11154
5537b577
JK
111552014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11156
11157 PR symtab/17642
11158 * gdb.base/vla-stub-define.c: New file.
11159 * gdb.base/vla-stub.c: New file.
11160 * gdb.base/vla-stub.exp: New file.
11161
bb2ec1b3
TT
111622014-12-12 Phil Muldoon <pmuldoon@redhat.com>
11163 Jan Kratochvil <jan.kratochvil@redhat.com>
11164 Tom Tromey <tromey@redhat.com>
11165
11166 * configure.ac: Add gdb.compile/.
11167 * configure: Regenerate.
11168 * gdb.compile/Makefile.in: New file.
11169 * gdb.compile/compile-ops.exp: New file.
11170 * gdb.compile/compile-ops.c: New file.
11171 * gdb.compile/compile-tls.c: New file.
11172 * gdb.compile/compile-tls.exp: New file.
11173 * gdb.compile/compile-constvar.S: New file.
11174 * gdb.compile/compile-constvar.c: New file.
11175 * gdb.compile/compile-mod.c: New file.
11176 * gdb.compile/compile-nodebug.c: New file.
11177 * gdb.compile/compile-setjmp-mod.c: New file.
11178 * gdb.compile/compile-setjmp.c: New file.
11179 * gdb.compile/compile-setjmp.exp: New file.
11180 * gdb.compile/compile-shlib.c: New file.
11181 * gdb.compile/compile.c: New file.
11182 * gdb.compile/compile.exp: New file.
11183 * lib/gdb.exp (skip_compile_feature_tests): New proc.
11184
4ff709eb
TT
111852014-12-12 Tom Tromey <tromey@redhat.com>
11186
11187 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
11188 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
11189
6dddd6a5
DE
111902014-12-12 Doug Evans <dje@google.com>
11191
11192 * lib/gdb-python.exp (get_python_valueof): New function.
11193 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
11194
71c24708
AA
111952014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11196
11197 * gdb.base/completion.exp: Add test for completion of "info
11198 registers ".
11199
3e29f34a
MR
112002014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
11201
11202 * gdb.base/func-ptrs.c: New file.
11203 * gdb.base/func-ptrs.exp: New file.
11204
fc126975
SM
112052014-12-10 Simon Marchi <simon.marchi@ericsson.com>
11206
11207 PR breakpoints/17012
11208 * gdb.base/dprintf-detach.c: New file.
11209 * gdb.base/dprintf-detach.exp: New file.
11210
0a46d518
SM
112112014-12-10 Simon Marchi <simon.marchi@ericsson.com>
11212
11213 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
11214 * lib/gdb.exp (target_is_gdbserver): New procedure.
11215
a0be3e44
DE
112162014-12-08 Doug Evans <dje@google.com>
11217
11218 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
11219
df1b803a
YQ
112202014-12-05 Yao Qi <yao@codesourcery.com>
11221
11222 * gdb.guile/scm-error.exp: Remove the third argument to
11223 gdb_remote_download.
11224 * gdb.guile/scm-frame-args.exp: Likewise.
11225 * gdb.guile/scm-section-script.exp: Likewise.
11226
ddb9f679
YQ
112272014-12-05 Yao Qi <yao@codesourcery.com>
11228
11229 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
11230
86e4ed39
DE
112312014-12-04 Doug Evans <dje@google.com>
11232
11233 * gdb.python/py-objfile.exp: Add tests for
11234 objfile.add_separate_debug_file.
11235
7c50a931
DE
112362014-12-04 Doug Evans <dje@google.com>
11237
11238 * lib/gdb.exp (get_build_id): New function.
11239 (build_id_debug_filename_get): Rewrite to use it.
11240 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
11241
621661e3
MR
112422014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
11243
11244 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
11245 `method(long)', not just 0x0.
11246 * gdb.cp/nsalias.exp: Align code labels to 4.
11247 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
11248 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
11249 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
11250 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
11251 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
11252 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
11253
29f0c3b7
DE
112542014-12-02 Doug Evans <dje@google.com>
11255
e1e061e7 11256 PR symtab/17602
29f0c3b7 11257 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 11258 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
11259 * gdb.cp/anon-ns.exp: Update.
11260
162078c8
NB
112612014-12-02 Nick Bull <nicholaspbull@gmail.com>
11262
11263 * gdb.python/py-events.py (inferior_call_handler): New.
11264 (register_changed_handler, memory_changed_handler): New.
11265 (test_events.invoke): Register new handlers.
11266 * gdb.python/py-events.exp: Add tests for inferior call,
11267 memory_changed and register_changed events.
11268
fdb09caf
AA
112692014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
11270
11271 * gdb.base/execl-update-breakpoints.exp: Specify the link address
11272 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
11273 if the linker doesn't understand this.
11274
55cfb2c4
SM
112752014-12-01 Simon Marchi <simon.marchi@ericsson.com>
11276
11277 * gdb.python/python.exp: Change expected reply to help().
11278
9e8cd6df
YQ
112792014-12-01 Yao Qi <yao@codesourcery.com>
11280
11281 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
11282 AC_CONFIG_SUBDIRS(gdb.gdbtk).
11283 * configure: Re-generated.
11284
6c659fc2
SC
112852014-11-28 Siva Chandra Reddy <sivachandra@google.com>
11286
11287 * gdb.cp/chained-calls.cc: New file.
11288 * gdb.cp/chained-calls.exp: New file.
11289 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
11290
d7fc3181
SM
112912014-11-28 Simon Marchi <simon.marchi@ericsson.com>
11292
11293 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
11294 * gdb.dwarf2/symtab-producer.exp: Same.
11295 * gdb.gdb/python-interrupts.exp: Same.
11296 * gdb.gdb/python-selftest.exp: Same.
11297 * gdb.python/py-linetable.exp: Same.
11298 * gdb.python/py-type.exp: Same.
11299 * gdb.python/py-value-cc.exp: Same.
11300 * gdb.python/py-value.exp: Same.
11301
10e79639
YQ
113022014-11-28 Yao Qi <yao@codesourcery.com>
11303
11304 * gdb.base/break-probes.exp: Match library name prefixed with
11305 sysroot.
11306
f28a0564
SM
113072014-11-27 Simon Marchi <simon.marchi@ericsson.com>
11308
11309 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
11310 test expected output. Add parentheses for the call to print.
11311 Remove L suffix from integers.
11312
3fe1ce1d
DE
113132014-11-26 Doug Evans <dje@google.com>
11314
11315 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
11316
84429e27
YQ
113172014-11-22 Yao Qi <yao@codesourcery.com>
11318
11319 * gdb.trace/entry-values.c: Remove asms.
11320 (foo): Add foo_label.
11321 (bar): Add bar_label.
11322 * gdb.trace/entry-values.exp: Remove code computing foo's
11323 length and bar's length.
11324 (Dwarf::assemble): Invoke function_range for bar and use
11325 MACRO_AT_func for foo.
11326
26741859
YQ
113272014-11-22 Yao Qi <yao@codesourcery.com>
11328
11329 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
11330 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
11331 Use .Lgcc43_procstart instead of gcc43.
11332
45e44d27
JB
113332014-11-21 Joel Brobecker <brobecker@adacore.com>
11334
11335 * gdb.ada/n_arr_bound: New testcase.
11336
458c8db8
SDJ
113372014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
11338
11339 PR breakpoints/10737
11340 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
11341 test_catch_syscall_multi_arch.
11342 (test_catch_syscall_multi_arch): New function.
11343
43f3e411
DE
113442014-11-20 Doug Evans <xdje42@gmail.com>
11345
11346 * gdb.base/maint.exp: Update expected output.
11347
0d7b2549
AA
113482014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11349
11350 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
11351 4-byte instruction on S390.
11352
8908fca5
JB
113532014-11-19 Joel Brobecker <brobecker@adacore.com>
11354
11355 * gdb.ada/arr_arr: New testcase.
11356
4a46959e
JB
113572014-11-19 Joel Brobecker <brobecker@adacore.com>
11358
11359 * gdb.ada/pkd_arr_elem: New Testcase.
11360
470e2f4e
LM
113612014-11-18 Luis Machado <lgustavo@codesourcery.com>
11362
11363 * gdb.reverse/break-precsave: Expect completion message for
11364 core file reads.
11365 * gdb.reverse/consecutive-precsave.exp: Likewise.
11366 * gdb.reverse/finish-precsave.exp: Likewise.
11367 * gdb.reverse/i386-precsave.exp: Likewise.
11368 * gdb.reverse/machinestate-precsave.exp: Likewise.
11369 * gdb.reverse/sigall-precsave.exp: Likewise.
11370 * gdb.reverse/solib-precsave.exp: Likewise.
11371 * gdb.reverse/step-precsave.exp: Likewise.
11372 * gdb.reverse/until-precsave.exp: Likewise.
11373 * gdb.reverse/watch-precsave.exp: Likewise.
11374
a267f3ad
AA
113752014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11376
11377 * gdb.base/bp-permanent.c: Include unistd.h.
11378 * gdb.python/py-framefilter-mi.c (main): Add return type.
11379 * gdb.python/py-framefilter.c (main): Likewise.
11380 * gdb.trace/actions-changed.c (main): Likewise.
11381
12084a9a
AA
113822014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11383
11384 * gdb.mi/until.c: Add eye-catchers.
11385 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
11386 line numbers.
11387
dc7e1a77
AA
113882014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11389
11390 * gdb.base/condbreak.exp: Drop references to removed non-prototype
11391 function header variants in break1.c.
11392 * gdb.base/ena-dis-br.exp: Likewise.
11393 * gdb.base/hbreak2.exp: Likewise.
11394 * gdb.reverse/until-precsave.exp: Drop references to removed
11395 non-prototype function header variants in ur1.c.
11396 * gdb.reverse/until-reverse.exp: Likewise.
11397
41c77605
PM
113982014-11-17 Petr Machata <pmachata@redhat.com>
11399
11400 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
11401 ${_cu_offset_size} bytes abbrev offset.
11402
34248c3a
DE
114032014-11-15 Doug Evans <xdje42@gmail.com>
11404
11405 PR symtab/17559
11406 * gdb.base/line-symtabs.exp: New file.
11407 * gdb.base/line-symtabs.c: New file.
11408 * gdb.base/line-symtabs.h: New file.
11409
646da059
YQ
114102014-11-14 Yao Qi <yao@codesourcery.com>
11411
11412 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
11413 (func): Add label func_label.
11414 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
11415 Replace low_pc and high_pc with MACRO_AT_range.
11416 Replace name, low_pc and high_pc with MACRO_AT_func.
11417
9301ebe6
YQ
114182014-11-14 Yao Qi <yao@codesourcery.com>
11419
11420 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
11421 Replace name, low_pc and high_pc with MACRO_AT_func.
11422
f166b542
YQ
114232014-11-14 Yao Qi <yao@codesourcery.com>
11424
11425 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
11426 produce debug information.
11427 * gdb.dwarf2/implptr-optimized-out.S: Removed.
11428
0f6e71e3
YQ
114292014-11-14 Yao Qi <yao@codesourcery.com>
11430
11431 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
11432 object and get function length.
11433 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
11434 with MACRO_AT_func.
11435 (top-level): Replace gdb_compile and clean_restart with
11436 prepare_for_testing.
11437 * gdb.dwarf2/main.c (main): Add label main_label.
11438
876c4df9
YQ
114392014-11-14 Yao Qi <yao@codesourcery.com>
11440
11441 * lib/dwarf.exp (function_range): New procedure.
11442 (Dwarf::_handle_macro_at_func): New procedure.
11443 (Dwarf::_handle_macro_at_range): New procedure.
11444 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
11445
02ad9cf1
YQ
114462014-11-14 Yao Qi <yao@codesourcery.com>
11447
11448 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
11449 (_handle_attribute): New procedure.
11450
a59add0c
AA
114512014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11452
11453 * gdb.ada/cond_lang/foo.c (callme): Add return type.
11454 * gdb.base/call-sc.c (zed): Likewise.
11455 * gdb.base/checkpoint.c (main): Likewise.
11456 * gdb.base/dump.c (main): Likewise.
11457 * gdb.base/gcore.c (main): Likewise.
11458 * gdb.base/huge.c (main): Likewise.
11459 * gdb.base/multi-forks.c (main): Likewise.
11460 * gdb.base/pr10179-a.c (main): Likewise.
11461 * gdb.base/savedregs.c (main): Likewise.
11462 * gdb.base/sigaltstack.c (main): Likewise.
11463 * gdb.base/siginfo.c (main): Likewise.
11464 * gdb.base/structs.c (zed): Likewise.
11465 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
11466 * gdb.mi/mi-syn-frame.c (main): Likewise.
11467 * gdb.mi/until.c (foo, main): Likewise.
11468 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
11469 * gdb.base/solib-weak.c (foo): Declare.
11470 * gdb.base/attach-twice.c: Include stdio.h.
11471 * gdb.base/weaklib1.c: Likewise.
11472 * gdb.base/weaklib2.c: Likewise.
11473 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
11474 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
11475 unistd.h.
11476 * gdb.base/attach-pie-misread.c: Include stdlib.h.
11477 * gdb.mi/mi-exit-code.c: Likewise.
11478 * gdb.base/break-interp-lib.c: Include string.h.
11479 * gdb.base/coremaker.c: Likewise.
11480 * gdb.base/testenv.c: Likewise.
11481 * gdb.python/py-finish-breakpoint.c: Likewise.
11482 * gdb.base/inferior-died.c: Include sys/wait.h.
11483 * gdb.base/fileio.c: Include time.h.
11484 * gdb.base/async-shell.c: Include unistd.h.
11485 * gdb.base/dprintf-non-stop.c: Likewise.
11486 * gdb.base/info-os.c: Likewise.
11487 * gdb.mi/mi-console.c: Likewise.
11488 * gdb.mi/watch-nonstop.c: Likewise.
11489 * gdb.python/py-events.c: Likewise.
11490 * gdb.base/async.c (baz): Move up before its invocation.
11491 * gdb.base/code_elim2.c (my_global_func): Likewise.
11492 * gdb.base/skip-solib-lib.c (multiply): Likewise.
11493 * gdb.base/advance.c (func2): Likewise.
11494
3b5d5997
AA
114952014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11496
11497 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
11498 variant.
11499 * gdb.base/annota3.c: Likewise.
11500 * gdb.base/async.c: Likewise.
11501 * gdb.base/average.c: Likewise.
11502 * gdb.base/call-ar-st.c: Likewise.
11503 * gdb.base/call-rt-st.c: Likewise.
11504 * gdb.base/call-sc.c: Likewise.
11505 * gdb.base/call-strs.c: Likewise.
11506 * gdb.base/ending-run.c: Likewise.
11507 * gdb.base/execd-prog.c: Likewise.
11508 * gdb.base/exprs.c: Likewise.
11509 * gdb.base/foll-exec.c: Likewise.
11510 * gdb.base/foll-fork.c: Likewise.
11511 * gdb.base/foll-vfork.c: Likewise.
11512 * gdb.base/funcargs.c: Likewise.
11513 * gdb.base/gcore.c: Likewise.
11514 * gdb.base/jump.c: Likewise.
11515 * gdb.base/langs0.c: Likewise.
11516 * gdb.base/langs1.c: Likewise.
11517 * gdb.base/langs2.c: Likewise.
11518 * gdb.base/mips_pro.c: Likewise.
11519 * gdb.base/nodebug.c: Likewise.
11520 * gdb.base/opaque0.c: Likewise.
11521 * gdb.base/opaque1.c: Likewise.
11522 * gdb.base/recurse.c: Likewise.
11523 * gdb.base/run.c: Likewise.
11524 * gdb.base/scope0.c: Likewise.
11525 * gdb.base/scope1.c: Likewise.
11526 * gdb.base/setshow.c: Likewise.
11527 * gdb.base/setvar.c: Likewise.
11528 * gdb.base/shmain.c: Likewise.
11529 * gdb.base/shr1.c: Likewise.
11530 * gdb.base/shr2.c: Likewise.
11531 * gdb.base/sigall.c: Likewise.
11532 * gdb.base/signals.c: Likewise.
11533 * gdb.base/so-indr-cl.c: Likewise.
11534 * gdb.base/solib2.c: Likewise.
11535 * gdb.base/structs.c: Likewise.
11536 * gdb.base/sum.c: Likewise.
11537 * gdb.base/vforked-prog.c: Likewise.
11538 * gdb.base/watchpoint.c: Likewise.
11539 * gdb.reverse/shr2.c: Likewise.
11540 * gdb.reverse/until-reverse.c: Likewise.
11541 * gdb.reverse/ur1.c: Likewise.
11542 * gdb.reverse/watch-reverse.c: Likewise.
11543
066a77c5
AA
115442014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11545
11546 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
11547 variant.
11548 * gdb.base/sepdebug.exp: Drop references to removed code.
11549
4f204ea5
AA
115502014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11551
11552 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
11553 variant. Preserve original line numbering.
11554 * gdb.base/list1.c: Likewise.
11555
3b377a3a
AA
115562014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11557
11558 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
11559 variant.
11560 * gdb.base/break1.c: Likewise.
11561 * gdb.base/break.exp: Drop references to removed code.
11562
e444df73
AA
115632014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11564
11565 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
11566 variant.
11567
8008f2a7
AA
115682014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11569
11570 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
11571
a5a06887
AA
115722014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11573
11574 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
11575 logic into perform_all_tests() and invoke it with and without
11576 function header prototypes.
11577 (do_function_calls): Remove conditional XFAIL for PR 5318.
11578 (rerun_and_prepare): Remove duplicate code.
11579 (perform_all_tests): New. Main logic moved here.
11580
44dba9b9
AA
115812014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11582
11583 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
11584 code guarded by #ifdef NO_PROTOTYPES.
11585 (t_double_many_args): Likewise.
11586 (DEF_FUNC_MANY_ARGS_1): Likewise.
11587 (DEF_FUNC_VALUES_1): Likewise.
11588 (t_structs_ldc): Renamed from t_structs_fc in conditional code
11589 guarded by #ifdef PROTOTYPES.
11590
d1fbcd56
AA
115912014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11592
11593 * gdb.mi/mi-console.c: Add eye-catcher.
11594 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
11595 instead of literal line number.
11596
b0e59b8f
AA
115972014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11598
11599 * gdb.base/shr2.c: Add eye-catcher.
11600 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
11601 line number.
11602
78f98cca
AA
116032014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11604
11605 * gdb.base/jump.c: Add eye-catchers.
11606 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
11607 numbers.
11608
58fa2af0
AA
116092014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11610
11611 * gdb.base/execd-prog.c: Add eye-catchers.
11612 * gdb.base/foll-exec.c: Likewise.
11613 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
11614 line numbers.
11615
04e5059b
AA
116162014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11617
11618 * gdb.base/ending-run.c: Add eye-catchers.
11619 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
11620 literal line numbers.
11621
dbfdb174
AA
116222014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11623
11624 * gdb.base/call-rt-st.c: Add eye-catchers.
11625 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
11626 literal line numbers.
11627
888a2ade
AA
116282014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11629
11630 * gdb.base/call-ar-st.c: Add eye-catchers.
11631 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
11632 literal line numbers.
11633
6acc2dde
AA
116342014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11635
11636 * gdb.base/average.c: Add eye-catchers.
11637 * gdb.base/sum.c: Likewise.
11638 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
11639 regexps dynamically.
11640
9ecfcd1d
AA
116412014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11642
11643 * gdb.base/solib1.c: Add eye-catchers.
11644 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
11645 literal line numbers.
11646
78708b7c
PA
116472014-11-12 Pedro Alves <palves@redhat.com>
11648
11649 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
11650 leader has exited.
11651
af48d08f
PA
116522014-11-12 Pedro Alves <palves@redhat.com>
11653
11654 * gdb.arch/i386-bp_permanent.c: New file.
11655 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
11656 (srcfile): Set to i386-bp_permanent.c.
11657 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
11658 that stepi does not execute the 'leave' instruction, instead of
11659 testing it does execute.
11660 * gdb.base/bp-permanent.c: New file.
11661 * gdb.base/bp-permanent.exp: New file.
11662
af3768e9
DE
116632014-11-10 Doug Evans <xdje42@gmail.com>
11664
11665 PR symtab/17564
11666 * gdb.base/symtab-search-order.exp: New file.
11667 * gdb.base/symtab-search-order.c: New file.
11668 * gdb.base/symtab-search-order-1.c: New file.
11669 * gdb.base/symtab-search-order-shlib-1.c: New file.
11670
9de00a4a
PA
116712014-11-07 Pedro Alves <palves@redhat.com>
11672
11673 PR gdb/17511
11674 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
11675 i?86-*-linux*.
11676
e0f52461
SC
116772014-11-03 Siva Chandra Reddy <sivachandra@google.com>
11678
11679 PR c++/17494
11680 * gdb.cp/pr17494.cc: New file.
11681 * gdb.cp/pr17494.exp: New file.
11682
6ce8c980
YQ
116832014-11-02 Yao Qi <yao@codesourcery.com>
11684
11685 * gdb.python/python.exp: Get working directory and match the
11686 output of "set extended-prompt \\w " with it.
11687
02be9a71
DE
116882014-10-30 Doug Evans <dje@google.com>
11689
11690 * gdb.python/py-objfile.exp: Add tests for setting random attributes
11691 in objfiles.
11692 * gdb.python/py-progspace.exp: Add tests for setting random attributes
11693 in progspaces.
11694
3bdff46b
LM
116952014-10-30 Janis Johnson <janisjo@codesourcery.com>
11696
11697 * gdb.base/fullpath-expand.exp: Skip for a remote host.
11698 * gdb.base/realname-expand.exp: Likewise.
11699 * gdb.linespec/macro-relative.exp: Likewise.
11700
ab917dfb
PA
117012014-10-29 Pedro Alves <palves@redhat.com>
11702
11703 PR gdb/17408
11704 * gdb.threads/schedlock.c (some_function): New function.
11705 (call_function): New global.
11706 (MAYBE_CALL_SOME_FUNCTION): New macro.
11707 (thread_function): Call it.
11708 * gdb.threads/schedlock.exp (get_args): Add description parameter,
11709 and use it instead of a global counter. Adjust all callers.
11710 (get_current_thread): Use "find current thread" for test message
11711 here rather than having all callers pass down the same string.
11712 (goto_loop): New procedure, factored out from ...
11713 (my_continue): ... this.
11714 (step_ten_loops): Change parameter from test message to command to
11715 use. Adjust.
11716 (list_count): Delete global.
11717 (check_result): New procedure, factored out from duplicate top
11718 level code.
11719 (continue tests): Wrap in with_test_prefix.
11720 (test_step): New procedure, factored out from duplicate top level
11721 code.
11722 (top level): Test "step" in combination with all scheduler-locking
11723 modes. Test "next" in combination with all scheduler-locking
11724 modes, and in combination with stepping over a function call or
11725 not.
11726 * gdb.threads/next-bp-other-thread.c: New file.
11727 * gdb.threads/next-bp-other-thread.exp: New file.
11728
d3d4baed
PA
117292014-10-29 Pedro Alves <palves@redhat.com>
11730
11731 PR python/17372
11732 * gdb.python/python.exp: Test a multi-line command that spawns
11733 interactive Python.
11734 * gdb.base/multi-line-starts-subshell.exp: New file.
11735
563e8d85
YQ
117362014-10-29 Yao Qi <yao@codesourcery.com>
11737
11738 * gdb.base/fileio.exp: Make directories on host.
11739
0ea4d52e
YQ
117402014-10-29 Yao Qi <yao@codesourcery.com>
11741
11742 * gdb.base/fileio.c (test_write): Close the file.
11743
7f5ef605
PA
117442014-10-28 Pedro Alves <palves@redhat.com>
11745
11746 PR gdb/12623
11747 * gdb.base/sigstep.c (no_handler): New global.
11748 (main): If 'no_handler is true, set the signal handlers to
11749 SIG_IGN.
11750 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
11751 with_sw_watch and no_handler parameters. Handle them.
11752 (top level) <stepping over handler when stopped at a breakpoint
11753 test>: Add a test axis for testing with a software watchpoint, and
11754 another for testing with the signal handler set to SIG_IGN.
11755 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
11756 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
11757
abbdbd03
PA
117582014-10-28 Pedro Alves <palves@redhat.com>
11759
11760 PR gdb/17511
11761 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
11762 * gdb.base/sigstep.exp (other_handler_location): New global.
11763 (advance): Support stepping into the signal handler, and running
11764 commands while in the handler.
11765 (in_handler_map): New global.
11766 (top level): In the advance test, add combinations for getting
11767 into the handler with stepping commands, and for running commands
11768 in the handler. Add comment descripting the advancei tests.
11769
1df4399f
PA
117702014-10-28 Pedro Alves <palves@redhat.com>
11771
11772 * gdb.base/sigstep.exp: Use build_executable instead of
11773 prepare_for_testing.
11774 (top level): Move code that starts GDB, runs to main and creates a
11775 display to ...
11776 (restart): ... this new procedure.
11777 (top level): Move backtrace from signal handler test to ...
11778 (validate_backtrace): ... this new procedure.
11779 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
11780 with_test_prefix. Always restart GDB.
11781 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
11782 with_test_prefix. Always restart GDB. No need to delete
11783 breakpoints after the test.
11784 (test_skip_handler): Remove prefix parameter.
11785 (skip_over_handler, breakpoint_to_handler)
11786 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
11787 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
11788 restart GDB. No need to delete breakpoints after the test.
11789 (top level): Use foreach to call the test procedures with
11790 different commands.
11791
a5b6e449
PA
117922014-10-28 Pedro Alves <palves@redhat.com>
11793
11794 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
11795 instead of GNATS numbers.
11796 * gdb.base/sigbpt.exp: Likewise.
11797 * gdb.base/siginfo.exp: Likewise.
11798 * gdb.base/sigstep.exp: Likewise.
11799
e5f8a7cc
PA
118002014-10-27 Pedro Alves <palves@redhat.com>
11801
11802 * gdb.base/sigstep.c (dummy): New global.
11803 (main): Issue a couple writes to the new global.
11804 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
11805 procedures.
11806 (skip_over_handler): Use test_skip_handler.
11807 (top level): Call skip_over_handler for stepi and nexti too.
11808 (breakpoint_over_handler): Use test_skip_handler.
11809 (top level): Call breakpoint_over_handler for stepi and nexti too.
11810
763905a3
YQ
118112014-10-27 Yao Qi <yao@codesourcery.com>
11812
11813 * gdb.trace/tfile.c (adjust_function_address)
11814 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
11815 function descriptor.
11816
6f259a23
DB
118172014-10-24 Don Breazeal <donb@codesourcery.com>
11818
11819 * gdb.base/foll-fork.exp (test_follow_fork,
11820 catch_fork_child_follow): Check for updated fork messages emitted
11821 from infrun.c.
11822 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
11823 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
11824 vfork_and_exec_child_follow_through_step): Check for updated vfork
11825 messages emitted from infrun.c.
11826
09dd9a69
PA
118272014-10-24 Pedro Alves <palves@redhat.com>
11828
11829 * gdb.base/corefile.exp: Remove references to ultrix.
11830 * gdb.base/interrupt.exp: Likewise.
11831 * gdb.base/whatis.exp: Likewise.
11832 * gdb.gdb/selftest.exp: Likewise.
11833 * gdb.threads/manythreads.exp: Likewise.
11834 * gdb.threads/print-threads.exp: Likewise.
11835 * gdb.threads/pthreads.exp:: Likewise.
11836 * gdb.threads/schedlock.exp: Likewise.
11837
3433cfa5
SC
118382014-10-24 Siva Chandra Reddy <sivachandra@google.com>
11839
11840 * gdb.cp/non-trivial-retval.cc: Add a test case.
11841 * gdb.cp/non-trivial-retval.exp: Add a test.
11842
092f880b
YQ
118432014-10-20 Yao Qi <yao@codesourcery.com>
11844
11845 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
11846 * gdb.python/py-objfile-script-gdb.py: New file.
11847 * gdb.python/py-objfile-script.exp: Update reference to
11848 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
11849 of remote_download. Remove the dest file.
11850
acbdb7f3
YQ
118512014-10-20 Yao Qi <yao@codesourcery.com>
11852
11853 * gdb.base/checkpoint.exp: Don't remove file copied on host.
11854 * gdb.base/step-line.exp: Likewise.
11855 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
11856 * gdb.dwarf2/dw2-basic.exp: Likewise.
11857 * gdb.dwarf2/dw2-compressed.exp: Likewise.
11858 * gdb.dwarf2/dw2-filename.exp: Likewise.
11859 * gdb.dwarf2/dw2-intercu.exp: Likewise.
11860 * gdb.dwarf2/dw2-intermix.exp: Likewise.
11861 * gdb.dwarf2/dw2-producer.exp: Likewise.
11862 * gdb.dwarf2/mac-fileno.exp: Likewise.
11863 * gdb.python/py-frame-args.exp: Likewise.
11864 * gdb.python/py-framefilter.exp: Likewise.
11865 * gdb.python/py-mi.exp: Likewise.
11866 * gdb.python/py-objfile-script.exp: Likewise
11867 * gdb.python/py-pp-integral.exp: Likewise.
11868 * gdb.python/py-pp-re-notag.exp: Likewise.
11869 * gdb.python/py-prettyprint.exp: Likewise.
11870 * gdb.python/py-section-script.exp: Likewise.
11871 * gdb.python/py-typeprint.exp: Likewise.
11872 * gdb.python/py-xmethods.exp: Likewise.
11873 * gdb.stabs/weird.exp: Likewise.
11874 * gdb.xml/tdesc-regs.exp: Likewise.
11875
bd286a29
KCY
118762014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
11877
11878 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
11879 (out_cu): Use addr_len for the size of addresses.
11880 (out_line): Likewise. Size DW_LNE_set_address instruction
11881 according to addr_len.
11882 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
11883 (FUNC): Add START_INSNS to definition.
11884
673dc4a0
YQ
118852014-10-18 Yao Qi <yao@codesourcery.com>
11886
11887 * gdb.base/argv0-symlink.exp: Check argv[0] value if
11888 gdb_has_argv0 return true.
11889 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
11890 check [target_info exists noargs], check [gdb_has_argv0]
11891 instead.
11892 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
11893 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
11894 procedures.
11895
4ffbba72
DE
118962014-10-17 Doug Evans <dje@google.com>
11897
11898 * gdb.python/py-events.exp: Update expected output for clear_objfiles
11899 event.
11900 * gdb.python/py-events.py: Add clear_objfiles event.
11901
d096d8c1
DE
119022014-10-17 Doug Evans <dje@google.com>
11903
11904 * gdb.python/py-objfile.exp: Test progspace attribute.
11905
a80db015
LM
119062014-10-17 Luis Machado <lgustavo@codesourcery.com>
11907
11908 * gdb.guile/scm-breakpoint.exp: Do not assume any
11909 directory separators when matching source file paths.
11910 * gdb.python/py-breakpoint.exp: Likewise.
11911 * gdb.reverse/break-precsave.exp: Likewise.
11912 * gdb.reverse/break-reverse.exp: Likewise.
11913 * gdb.reverse/consecutive-precsave.exp: Likewise.
11914 * gdb.reverse/finish-precsave.exp: Likewise.
11915 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
11916 * gdb.reverse/finish-reverse.exp: Likewise.
11917 * gdb.reverse/i386-precsave.exp: Likewise.
11918 * gdb.reverse/i387-env-reverse.exp: Likewise.
11919 * gdb.reverse/i387-stack-reverse.exp: Likewise.
11920 * gdb.reverse/machinestate-precsave.exp: Likewise.
11921 * gdb.reverse/machinestate.exp: Likewise.
11922 * gdb.reverse/sigall-precsave.exp: Likewise.
11923 * gdb.reverse/solib-precsave.exp: Likewise.
11924 * gdb.reverse/step-precsave.exp: Likewise.
11925 * gdb.reverse/until-precsave.exp: Likewise.
11926 * gdb.reverse/watch-precsave.exp: Likewise.
11927 * gdb.reverse/watch-reverse.exp: Likewise.
11928
b22089ab
YQ
119292014-10-17 Yao Qi <yao@codesourcery.com>
11930
11931 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
11932 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
11933
6c4486e6
PA
119342014-10-17 Pedro Alves <palves@redhat.com>
11935
11936 PR gdb/17471
11937 * gdb.base/bg-execution-repeat.c: New file.
11938 * gdb.base/bg-execution-repeat.exp: New file.
11939
0ff33695
PA
119402014-10-17 Pedro Alves <palves@redhat.com>
11941
11942 PR gdb/17300
11943 * gdb.base/continue-all-already-running.c: New file.
11944 * gdb.base/continue-all-already-running.exp: New file.
11945
6fdebc3d
PA
119462014-10-17 Pedro Alves <palves@redhat.com>
11947
11948 PR gdb/17472
11949 * gdb.base/annota-input-while-running.c: New file.
11950 * gdb.base/annota-input-while-running.exp: New file.
11951
32a8097b
PA
119522014-10-17 Pedro Alves <palves@redhat.com>
11953
11954 * gdb.base/callfuncs.exp: emove references to osf.
11955 * gdb.base/sigall.exp: Likewise.
11956 * gdb.gdb/selftest.exp: Likewise.
11957 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
11958 * gdb.mi/non-stop.c: Likewise.
11959 * gdb.mi/pthreads.c: Likewise.
11960 * gdb.reverse/sigall-precsave.exp: Likewise.
11961 * gdb.reverse/sigall-reverse.exp: Likewise.
11962 * gdb.threads/pthreads.c: Likewise.
11963 * gdb.threads/pthreads.exp: Likewise.
11964
7a3517ff
YQ
119652014-10-17 Yao Qi <yao@codesourcery.com>
11966
11967 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
11968 check 'target_info exists noargs'.
11969 (test_command_prompt_position): Likewise.
11970 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
11971 Remove "set args".
11972 (progvar_simple_while_test): Likewise.
11973 (progvar_complex_if_while_test): Likewise.
11974 (if_while_breakpoint_command_test): Likewise.
11975 (infrun_breakpoint_command_test): Likewise.
11976 (breakpoint_command_test): Likewise.
11977 (watchpoint_command_test): Likewise.
11978 (bp_deleted_in_command_test): Likewise.
11979 (temporary_breakpoint_commands): Likewise.
11980
bb99c472
YQ
119812014-10-16 Yao Qi <yao@codesourcery.com>
11982
11983 * gdb.base/remotetimeout.exp: Remove noargs checking.
11984
7c16b83e
PA
119852014-10-15 Pedro Alves <palves@redhat.com>
11986
11987 PR breakpoints/9649
11988 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
11989 * gdb.base/breakpoint-in-ro-region.exp
11990 (probe_target_hardware_step): New procedure.
11991 (top level): Probe hardware stepping and hardware breakpoint
11992 support. Test stepping through a read-only region, with both
11993 "breakpoint auto-hw" on and off and both "always-inserted" on and
11994 off.
11995
35a49624
IB
119962014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
11997
11998 * gdb.dlang/demangle.exp: Update for demangling changes.
11999
2d1c107c
SC
120002014-10-15 Siva Chandra Reddy <sivachandra@google.com>
12001
12002 * gdb.cp/non-trivial-retval.cc: Add new test cases.
12003 * gdb.cp/non-trivial-retval.exp: Add new tests.
12004
778811d5
SC
120052014-10-15 Siva Chandra Reddy <sivachandra@google.com>
12006
12007 PR c++/13403
12008 PR c++/15154
12009 * gdb.cp/non-trivial-retval.cc: New file.
12010 * gdb.cp/non-trivial-retval.exp: New file.
12011
10c5f0a8
YQ
120122014-10-15 Yao Qi <yao@codesourcery.com>
12013
12014 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
12015 remote host.
12016
65d7b369
YQ
120172014-10-15 Yao Qi <yao@codesourcery.com>
12018
12019 * gdb.python/py-symbol.exp: Match file base name if host is
12020 remote, otherwise match file name with dir name.
12021 * gdb.python/py-symtab.exp: Likewise.
12022 * gdb.python/python.exp: Likewise.
12023
46dc1394
YQ
120242014-10-15 Yao Qi <yao@codesourcery.com>
12025
12026 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
12027 pattern.
12028 * gdb.python/py-symtab.exp: Likewise.
12029 * gdb.python/python.exp: Remove trailing ".*". Fix typo
12030 locationn.
12031
c40cc657
JB
120322014-10-14 Joel Brobecker <brobecker@adacore.com>
12033
12034 * gdb.ada/addr_arith: New testcase.
12035
2abf49e1
MR
120362014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
12037
12038 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
12039 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
12040 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
12041 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
12042
f7088df3
SDJ
120432014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
12044
12045 * gdb.arch/stap-eval-lang-ada.S: Likewise.
12046 * gdb.arch/stap-eval-lang-ada.c: Likewise.
12047 * gdb.arch/stap-eval-lang-ada.exp: New file.
12048
4dc06805
YQ
120492014-10-14 Yao Qi <yao@codesourcery.com>
12050
12051 * gdb.mi/mi-var-child.c (nothing1): New function.
12052 (nothing2): New function.
12053 (do_children_tests): Set function pointers by nothing1 and
12054 nothing2.
12055 * gdb.mi/mi-var-child.exp: Step over new added statements.
12056 Update test to match the new output.
12057 * gdb.mi/var-cmd.c (nothing1): New function.
12058 (nothing2): New function.
12059 (do_children_tests): Set function pointers by nothing1 and
12060 nothing2.
12061 * gdb.mi/mi-var-display.exp: Update test to match output.
12062 Step to the line specified by $line_dct_nothing.
12063 Increase the number of lines to step.
12064
46a93de2
YQ
120652014-10-14 Yao Qi <yao@codesourcery.com>
12066
12067 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
12068 tests.
12069 * gdb.mi/mi2-var-child.exp: Likewise.
12070
14ea52ee
DE
120712014-10-13 Doug Evans <dje@google.com>
12072
12073 * gdb.python/py-objfile.exp: Change name of file name test.
12074
e5c6e92b
DE
120752014-10-13 Doug Evans <dje@google.com>
12076
12077 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
12078 from the start of the CU.
12079
c780cc2f
JK
120802014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12081 Yao Qi <yao@codesourcery.com>
12082
12083 Fix "save breakpoints" for "catch" command.
12084 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
12085 Remove -nonewline. Match also the added "main" line.
12086
99894e11
JK
120872014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12088
12089 Fix "save breakpoints" for "disable $bpnum" command.
12090 * gdb.base/save-bp.c (main): Add label.
12091 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
12092
6e1ac5a3
JK
120932014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12094
12095 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
12096
754dd2b0
YQ
120972014-10-11 Yao Qi <yao@codesourcery.com>
12098
12099 * gdb.server/server-kill.exp: Execute command
12100 "set remote trace-status-packet on" before "tstatus".
12101
f90183d7
YQ
121022014-10-11 Yao Qi <yao@codesourcery.com>
12103
12104 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
12105 (main): Call getppid.
12106 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
12107 and continue to it. Read variable "server_pid".
12108
bf40a607
YQ
121092014-10-11 Yao Qi <yao@codesourcery.com>
12110
12111 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
12112
052ca370
YQ
121132014-10-11 Yao Qi <yao@codesourcery.com>
12114
12115 * gdb.threads/thread-find.exp: Don't execute command
12116 "info threads".
12117 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
12118 * gdb.threads/linux-dp.exp: Don't check the condition
12119 $threads_created equals to zero.
12120
3831839c
PA
121212014-10-10 Pedro Alves <palves@redhat.com>
12122
12123 * gdb.base/bigcore.exp: Remove references to IRIX.
12124 * gdb.base/funcargs.exp: Likewise.
12125 * gdb.base/interrupt.exp: Likewise.
12126 * gdb.base/mips_pro.exp: Likewise.
12127 * gdb.base/nodebug.exp: Likewise.
12128 * gdb.base/setvar.exp: Likewise.
12129 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
12130
8b9a549d
PA
121312014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12132 Pedro Alves <palves@redhat.com>
12133
12134 PR symtab/14466
12135 * gdb.base/vdso-warning.c: New file.
12136 * gdb.base/vdso-warning.exp: New file.
12137
d48ba5e8
DE
121382014-10-02 Doug Evans <dje@google.com>
12139
12140 * gdb.base/structs.c (main): Don't run forever.
12141
2278c276
PA
121422014-10-02 Pedro Alves <palves@redhat.com>
12143
12144 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
12145 (top level) <stop threads 1, stop threads 2>: Use it.
12146
b57bacec
PA
121472014-10-02 Pedro Alves <palves@redhat.com>
12148
12149 * gdb.threads/break-while-running.exp (test): Add new
12150 'update_thread_list' argument. Skip "info threads" if false.
12151 (top level): Add new 'update_thread_list' axis.
12152
13fd3ff3
PA
121532014-10-02 Pedro Alves <palves@redhat.com>
12154
12155 PR breakpoints/17431
12156 * gdb.base/execl-update-breakpoints.c: New file.
12157 * gdb.base/execl-update-breakpoints.exp: New file.
12158
0fec99e8
PA
121592014-10-01 Pedro Alves <palves@redhat.com>
12160
12161 * gdb.base/breakpoint-in-ro-region.c: New file.
12162 * gdb.base/breakpoint-in-ro-region.exp: New file.
12163
2ddf4301
SM
121642014-10-01 Simon Marchi <simon.marchi@ericsson.com>
12165
12166 * gdb.mi/mi-exit-code.exp: New file.
12167 * gdb.mi/mi-exit-code.c: New file.
12168
6a5f3f43
YQ
121692014-09-30 Yao Qi <yao@codesourcery.com>
12170
12171 * lib/prelink-support.exp (build_executable_own_libs): Error if
12172 the target isn't native.
12173
345bcc73
YQ
121742014-09-30 Yao Qi <yao@codesourcery.com>
12175
12176 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
12177 false.
12178
a25a5a45
PA
121792014-09-22 Pedro Alves <palves@redhat.com>
12180
12181 * gdb.threads/break-while-running.exp: New file.
12182 * gdb.threads/break-while-running.c: New file.
12183
00ba3162
YQ
121842014-09-19 Yao Qi <yao@codesourcery.com>
12185
12186 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
12187 Invoke test. Restart GDB with --readnow and invoke test again.
12188
c3b7b696
YQ
121892014-09-19 Yao Qi <yao@codesourcery.com>
12190
12191 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
12192 proc set_breakpoint_on_gcd_function. Invoke
12193 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
12194 invoke set_breakpoint_on_gcd_function again.
12195
2b4fd423
DE
121962014-09-18 Doug Evans <dje@google.com>
12197
12198 * gdb.dwarf2/symtab-producer.exp: New file.
12199
a5947601
SDJ
122002014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
12201
12202 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
12203 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
12204 * gdb.base/global-var-nested-by-dso.c: Likewise.
12205 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12206
91c19059
SDJ
122072014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
12208 Pedro Alves <palves@redhat.com>
12209
12210 * gdb.base/watch-bitfields.exp: Pass string other than test file
12211 name to prepare_for_testing.
12212 (watch): New procedure.
12213 (expect_watchpoint): Use with_test_prefix.
12214 (top level): Factor out tests to ...
12215 (test_watch_location, test_regular_watch): ... these new
12216 procedures, and use with_test_prefix and gdb_continue_to_end.
12217
bb9d5f81
PP
122182014-09-16 Patrick Palka <patrick@parcs.ath.cx>
12219
12220 PR breakpoints/12526
12221 * gdb.base/watch-bitfields.exp: New file.
12222 * gdb.base/watch-bitfields.c: New file.
12223
635856f5
PA
122242014-09-16 Pedro Alves <palves@redhat.com>
12225
12226 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
12227 software and hardware addresses, not software address against
12228 itself.
12229
7280ceea
PA
122302014-09-16 Pedro Alves <palves@redhat.com>
12231
12232 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
12233 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
12234
428b16bd
PA
122352014-09-16 Pedro Alves <palves@redhat.com>
12236
12237 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
12238 files.
12239 * gdb.base/a2-run.exp: Remove all code guarded by istarget
12240 "*-*-vxworks*" throughout.
12241 * gdb.base/break.exp: Likewise.
12242 * gdb.base/default.exp: Likewise.
12243 * gdb.base/scope.exp: Likewise.
12244 * gdb.base/sepdebug.exp: Likewise.
12245 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
12246 throughout.
12247 * gdb.base/run.c: Likewise.
12248 * gdb.base/sepdebug.c: Likewise.
12249 * gdb.hp/gdb.aCC/run.c: Likewise.
12250 * gdb.reverse/until-reverse.c: Likewise.
12251 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
12252
666d413c
YQ
122532014-09-16 Yao Qi <yao@codesourcery.com>
12254
12255 * boards/local-remote-host-native.exp: New file.
12256
57cbd724
DE
122572014-09-14 Doug Evans <xdje42@gmail.com>
12258
12259 * gdb.threads/queue-signal.c (thread_count): New variable.
12260 (thread_count_mutex, thread_count_condvar): New variables.
12261 (incr_thread_count, wait_all_threads_running): New functions.
12262 (main): Wait for all threads to be in their thread functions.
12263
81219e53
DE
122642014-09-13 Doug Evans <xdje42@gmail.com>
12265
12266 * gdb.threads/queue-signal.c: New file.
12267 * gdb.threads/queue-signal.exp: New file.
12268
3714cea7
DE
122692014-09-13 Doug Evans <xdje42@gmail.com>
12270
12271 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
12272 be consistent with what default_gdb_init uses.
12273 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
12274 the plain text of the prompt. Add some logging printfs.
12275 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
12276
fa43b1d7
PA
122772014-09-12 Pedro Alves <palves@redhat.com>
12278
12279 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
12280 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
12281 * gdb.arch/i386-size-overlap.exp: Likewise.
12282 * gdb.arch/i386-size.exp: Likewise.
12283 * gdb.arch/i386-unwind.exp: Likewise.
12284 * gdb.base/a2-run.exp: Likewise.
12285 * gdb.base/break.exp: Likewise.
12286 * gdb.base/charset.exp: Likewise.
12287 * gdb.base/chng-syms.exp: Likewise.
12288 * gdb.base/commands.exp: Likewise.
12289 * gdb.base/dbx.exp: Likewise.
12290 * gdb.base/find.exp: Likewise.
12291 * gdb.base/funcargs.exp: Likewise.
12292 * gdb.base/jit-simple.exp: Likewise.
12293 * gdb.base/reread.exp: Likewise.
12294 * gdb.base/sepdebug.exp: Likewise.
12295 * gdb.base/step-bt.exp: Likewise.
12296 * gdb.cp/mb-inline.exp: Likewise.
12297 * gdb.cp/mb-templates.exp: Likewise.
12298 * gdb.objc/basicclass.exp: Likewise.
12299 * gdb.threads/killed.exp: Likewise.
12300
9d9bf2df
EBM
123012014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12302
12303 PR tdep/17379
12304 * gdb.arch/powerpc-stackless.S: New file.
12305 * gdb.arch/powerpc-stackless.exp: New file.
12306
1cf2f1b0
JK
123072014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12308
12309 * gdb.base/attach.c: Include unistd.h.
12310 (main): Call alarm. Add label postloop.
12311 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
12312 gdb_breakpoint, gdb_continue_to_breakpoint.
12313 (test_command_line_attach_run): Kill ${testpid} in one exit path.
12314
98880d46
PA
123152014-09-11 Pedro Alves <palves@redhat.com>
12316
12317 PR gdb/17347
12318 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
12319 * gdb.base/attach.exp (test_command_line_attach_run): New
12320 procedure.
12321 (top level): Call it.
12322
4c92ff2c
PA
123232014-09-11 Pedro Alves <palves@redhat.com>
12324
12325 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
12326 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
12327 (do_command_attach_tests): Use spawn_wait_for_attach.
12328 * gdb.base/solib-overlap.exp: Likewise.
12329 * gdb.multi/multi-attach.exp: Likewise.
12330 * gdb.python/py-prompt.exp: Likewise.
12331 * gdb.python/py-sync-interp.exp: Likewise.
12332 * gdb.server/ext-attach.exp: Likewise.
12333
3adc1a7d
GKB
123342014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
12335
12336 * gdb.fortran/array-element.exp: Remove unexpected "continue"
12337 command in testcase. Simplify testcase.
12338
96334934
JB
123392014-09-10 Joel Brobecker <brobecker@adacore.com>
12340
12341 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
12342
eb479039
JB
123432014-09-10 Joel Brobecker <brobecker@adacore.com>
12344
12345 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
12346
deede10c
JB
123472014-09-10 Joel Brobecker <brobecker@adacore.com>
12348
12349 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
12350
7828a5f5
JB
123512014-09-10 Joel Brobecker <brobecker@adacore.com>
12352
12353 * gdb.dwarf2/dynarr-ptr.c: New file.
12354 * gdb.dwarf2/dynarr-ptr.exp: New file.
12355
33aeebcf
MR
123562014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12357
12358 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
12359 of 30 rather than hardcoding 120 for a slow test case. Take the
12360 `gdb,timeout' target setting into account for this calculation.
12361 Don't extend the timeout for the test cases that don't need it.
12362
7b415901
MR
123632014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12364
12365 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
12366 a factor of 2 for a slow test case. Take the `gdb,timeout'
12367 target setting into account for this calculation.
12368 * gdb.reverse/until-precsave.exp: Increase the timeout by
12369 a factor of 15 and 3 respectively rather than adding 120
12370 for a pair of slow test cases. Take the `gdb,timeout'
12371 target setting into account for this calculation.
12372
4a40f85a
MR
123732014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12374
12375 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
12376 timeout, don't pass one down to gdb_expect.
12377 (gdb_expect): Rework timeout selection.
12378
09635af7
MR
123792014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12380
12381 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
12382 exception on timeout.
12383 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
12384 (gdbserver_start_extended): Catch any `gdbserver_start' error
12385 exceptions.
12386 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
12387 * lib/mi-support.exp (mi_gdb_target_load): Catch any
12388 `gdbserver_gdb_load' error exceptions.
12389
2bdd10b7
MR
123902014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12391
12392 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
12393 120 on waiting for the TCP socket to open.
12394
316935f0
DE
123952014-09-09 Doug Evans <xdje42@gmail.com>
12396
12397 * gdb.base/default.exp (show_conv_list): Add _caller_is,
12398 _caller_matches, _any_caller_is, _any_caller_matches.
12399
83740597
DE
124002014-09-09 Doug Evans <xdje42@gmail.com>
12401
12402 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
12403
4c122fc3
YQ
124042014-09-09 Yao Qi <yao@codesourcery.com>
12405
12406 * gdb.mi/mi-var-display.exp: Set print symbol off.
12407
a9f116cb
GKB
124082014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
12409
12410 PR gdb/17035
12411 * gdb.base/commands.exp: Add tests to verify user-defined
12412 commands with empty bodies.
12413 * gdb.python/py-cmd.exp: Test that we don't show user-defined
12414 python commands in `show user command`.
12415 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
12416 scheme commands in `show user command`.
12417
c75bd3a2
JK
124182014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12419
12420 PR python/17355
12421 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
12422 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
12423 * gdb.python/py-framefilter-invalidarg.exp: New file.
12424 * gdb.python/py-framefilter-invalidarg.py: New file.
12425
faa42425
DE
124262014-09-06 Doug Evans <xdje42@gmail.com>
12427
12428 PR 15276
12429 * gdb.python/py-caller-is.c: New file.
12430 * gdb.python/py-caller-is.exp: New file.
12431
474ca4f6
SDJ
124322014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
12433
12434 PR gdb/17235
12435 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
12436 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
12437
eb0b0463
SDJ
124382014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
12439
12440 PR fortran/17237
12441 * gdb.fortran/print-formatted.exp: New file.
12442 * gdb.fortran/print-formatted.f90: Likewise.
12443
5f3b99cf
SS
124442014-09-03 Sasha Smundak <asmundak@google.com>
12445
12446 * gdb.python/py-frame.exp: Test Frame.read_register.
12447
7d793aa9
SDJ
124482014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
12449
12450 PR python/16699
12451 * gdb.python/py-completion.exp: New file.
12452 * gdb.python/py-completion.py: Likewise.
12453
fb0576e9
DE
124542014-08-28 Doug Evans <dje@google.com>
12455
12456 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
12457 eax,etc. are live with values set by gdb and thus the compiler can't
12458 use them.
12459 * gdb.arch/i386-pseudo.c (main): Ditto.
12460
ee92b0dd
DE
124612014-08-27 Doug Evans <dje@google.com>
12462
12463 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
12464
6649db35
DE
124652014-08-25 Doug Evans <dje@google.com>
12466
12467 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
12468 (main): Ditto.
12469
564b7600
DE
124702014-08-25 Doug Evans <dje@google.com>
12471
12472 * gdb.threads/thread-execl.exp: #include <stdio.h>.
12473
3881fb67
YQ
124742014-08-24 Yao Qi <yao@codesourcery.com>
12475
12476 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
12477 symbol off.
12478 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
12479
a05a36a5
DE
124802014-08-22 Doug Evans <dje@google.com>
12481
12482 PR 17276
12483 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
12484 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
12485 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
12486
7c343b48
YQ
124872014-08-22 Yao Qi <yao@codesourcery.com>
12488
12489 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
12490 * gdb.python/py-finish-breakpoint2.exp: Likewise.
12491 * gdb.python/python.exp: Likewise. Use .py file on the host
12492 instead of the build.
12493
22fd09ae
JK
124942014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12495
12496 * gdb.threads/gcore-stale-thread.c: New file.
12497 * gdb.threads/gcore-stale-thread.exp: New file.
12498
a8454a7c
PA
124992014-08-21 Pedro Alves <palves@redhat.com>
12500
12501 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
12502 * gdb.base/gcore-relro-pie.exp: Likewise.
12503 * gdb.base/gcore-relro.exp: Likewise.
12504 * gdb.base/gcore.exp: Likewise.
12505 * gdb.base/print-symbol-loading.exp: Likewise.
12506 * gdb.threads/gcore-thread.exp: Likewise.
12507 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
12508
2a31c623
PA
125092014-08-20 Pedro Alves <palves@redhat.com>
12510 Jan Kratochvil <jan.kratochvil@redhat.com>
12511
12512 * Makefile.in (EXTRA_RULES, CC): New variables, get from
12513 configure.
12514 (EXPECT): Handle READ1 being set.
12515 (all): Depend on EXTRA_RULES.
12516 (check-read1, expect-read1, read1.so, read1): New rules.
12517 * README (Testsuite Parameters): Document the READ1 make variable.
12518 (Race detection): New section.
12519 * configure: Regenerate.
12520 * configure.ac: If build==host==target, and running under a
12521 GNU/glibc system, add read1 to the extra Makefile rules.
12522 (EXTRA_RULES): AC_SUBST it.
12523 * lib/read1.c: New file.
12524
d36430db
JB
125252014-08-20 Joel Brobecker <brobecker@adacore.com>
12526
12527 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
12528 the handling of variables declared as a typedef to an array
12529 which a DW_AT_data_location attribute.
12530
9a0dc9e3
PA
125312014-08-19 Andrew Burgess <aburgess@broadcom.com>
12532 Pedro Alves <palves@redhat.com>
12533
12534 PR symtab/14604
12535 PR symtab/14605
12536 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
12537 gdb_test.
12538
0718a8da
PA
125392014-08-19 Pedro Alves <palves@redhat.com>
12540
12541 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
12542
13b448cd
YQ
125432014-08-19 Yao Qi <yao@codesourcery.com>
12544
12545 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
12546 right line.
12547
1cbf5077
DB
125482014-08-18 David Blaikie <dblaikie@gmail.com>
12549
12550 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
12551
bf0fae19
JB
125522014-08-18 Joel Brobecker <brobecker@adacore.com>
12553
12554 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
12555 attribute in array range.
12556
3c8c5dcc
JB
125572014-08-18 Joel Brobecker <brobecker@adacore.com>
12558
12559 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
12560
e66d4446
SC
125612014-08-15 Siva Chandra Reddy <sivachandra@google.com>
12562
12563 PR c++/17132
12564 * gdb.cp/pr17132.cc: New file.
12565 * gdb.cp/pr17132.exp: New file.
12566
940df408
SC
125672014-08-15 Siva Chandra Reddy <sivachandra@google.com>
12568
12569 * gdb.python/py-xmethods.py (A_getarrayind)
12570 (E_method_char_worker.__call__, E_method_int_worker.__call__):
12571 Use 'print' with function call syntax.
12572 (E_method_matcher.match): Fix tab vs space indentation mixup.
12573
ebcc6c3a
YQ
125742014-08-15 Yao Qi <yao@codesourcery.com>
12575
12576 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
12577 false.
12578
775e0f04
YQ
125792014-08-15 Yao Qi <yao@codesourcery.com>
12580
12581 * gdb.cp/casts.exp: Set print symbol off.
12582 * gdb.cp/class2.exp: Likewise.
12583 * gdb.cp/overload.exp: Likewise.
12584 * gdb.cp/templates.exp: Likewise.
12585
d769e349
DE
125862014-08-11 Doug Evans <dje@google.com>
12587
12588 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
12589 (test_load_shlib): Update.
12590
20c6f1e1
YQ
125912014-08-09 Yao Qi <yao@codesourcery.com>
12592
12593 * gdb.base/display.exp: Invoke is_address_zero_readable.
12594 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
12595 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
12596 * gdb.base/hbreak-unmapped.exp: Return if
12597 is_address_zero_readable returns true.
12598 * gdb.base/signest.exp: Likewise.
12599 * gdb.base/signull.exp: Likewise.
12600 * gdb.base/sigbpt.exp: Likewise.
12601 * gdb.guile/scm-disasm.exp: Do the test if
12602 is_address_zero_readable returns false.
12603 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
12604 * gdb.python/py-arch.exp: Likewise.
12605 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
12606 * lib/gdb.exp (is_address_zero_readable): New proc.
12607
5792e8e3
YQ
126082014-08-09 Yao Qi <yao@codesourcery.com>
12609
12610 PR testsuite/13443
12611 * gdb.mi/mi-var-display.exp: Make test messages unique.
12612
3cecbbbe
TT
126132014-08-04 Tom Tromey <tromey@redhat.com>
12614
12615 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
12616 target 0".
12617
00b51ff5
TT
126182014-08-04 Tom Tromey <tromey@redhat.com>
12619
12620 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
12621 "target_resume".
12622
6908c509
JB
126232014-08-01 Joel Brobecker <brobecker@adacore.com>
12624
12625 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
12626 inner_vla_struct_object_size.
12627 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
12628 as xfail.
12629
cc6563d2
PA
126302014-07-30 Pedro Alves <palves@redhat.com>
12631
12632 * gdb.threads/signal-command-handle-nopass.exp (test): Add
12633 comment.
12634
7e09a223
YQ
126352014-07-29 Yao Qi <yao@codesourcery.com>
12636
12637 PR gdb/17206
12638 * gdb.base/until-nodebug.exp: New.
12639
7ebdbe92
DE
126402014-07-28 Doug Evans <xdje42@gmail.com>
12641
12642 PR guile/17203
12643 * gdb.guile/scm-parameter.exp: Add tests for trying to create
12644 previously existing parameter, and previously ambiguously spelled
12645 parameter.
12646
fdb1adc6
WN
126472014-07-28 Will Newton <will.newton@linaro.org>
12648
12649 * gdb.base/varargs.exp: Remove KFAILs for ARM.
12650
186fcde0
DE
126512014-07-26 Ludovic Courtès <ludo@gnu.org>
12652 Doug Evans <xdje42@gmail.com>
12653
12654 PR guile/17146
12655 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
12656
70509625
PA
126572014-07-25 Pedro Alves <palves@redhat.com>
12658
12659 * gdb.threads/signal-command-handle-nopass.c: New file.
12660 * gdb.threads/signal-command-handle-nopass.exp: New file.
12661 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
12662 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
12663 * gdb.threads/signal-delivered-right-thread.c: New file.
12664 * gdb.threads/signal-delivered-right-thread.exp: New file.
12665
c3f814a1
PA
126662014-07-25 Pedro Alves <palves@redhat.com>
12667
12668 * gdb.base/double-prompt-target-event-error.exp
12669 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
12670 match.
12671 (cancel_pagination_in_target_event): Rework double prompt
12672 detection.
12673 * gdb.base/paginate-after-ctrl-c-running.exp
12674 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
12675 <return>' match.
12676 * gdb.base/paginate-bg-execution.exp
12677 (test_bg_execution_pagination_return)
12678 (test_bg_execution_pagination_cancel): Remove '-notransfer
12679 <return>' matches.
12680 * gdb.base/paginate-execution-startup.exp
12681 (test_fg_execution_pagination_return)
12682 (test_fg_execution_pagination_cancel): Remove '-notransfer
12683 <return>' matches.
12684 * gdb.base/paginate-inferior-exit.exp
12685 (test_paginate_inferior_exited): Remove '-notransfer <return>'
12686 match.
12687 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
12688 * lib/gdb.exp (pagination_prompt): Run text through
12689 string_to_regexp.
12690 (gdb_test_multiple): Match $pagination_prompt instead of
12691 "<return>".
12692 (string_to_regexp): Move to lib/gdb-utils.exp.
12693
e214cf6c
JK
126942014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12695
12696 * gdb.arch/amd64-entry-value-paramref.S: New file.
12697 * gdb.arch/amd64-entry-value-paramref.cc: New file.
12698 * gdb.arch/amd64-entry-value-paramref.exp: New file.
12699 * gdb.arch/amd64-optimout-repeat.S: New file.
12700 * gdb.arch/amd64-optimout-repeat.c: New file.
12701 * gdb.arch/amd64-optimout-repeat.exp: New file.
12702
17d0c5c8
JK
127032014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12704
12705 PR gdb/17170
12706 * gdb.base/statistics.exp: New file.
12707
b8b8facf
DE
127082014-07-17 Doug Evans <dje@google.com>
12709
74b49205 12710 PR gdb/17170
b8b8facf
DE
12711 * gdb.base/maint.exp: Update testing of per-command stats.
12712
1b5d0ab3
PA
127132014-07-16 Pedro Alves <palves@redhat.com>
12714
12715 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
12716 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
12717 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
12718 (tfile_write_buf): New functions.
12719 (add_memory_block): Rewrite using the above.
12720 (adjust_function_address): New function.
12721 (FUNCTION_ADDRESS): New macro.
12722 (write_basic_trace_file): Remove short_x local, and use
12723 tfile_write_16. Change type of func_addr local to unsigned long
12724 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
12725 here. Cast argument of add_memory_block to char pointer.
12726 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
12727 (main): Remove parameters.
12728 * gdb.trace/tfile.exp: Remove nowarnings.
12729
4d974e88
SM
127302014-07-15 Simon Marchi <simon.marchi@ericsson.com>
12731
12732 * gdb.base/debug-expr.exp: Test string evaluation with
12733 "debug expression" on.
12734
41e99568
PA
127352014-07-15 Pedro Alves <palves@redhat.com>
12736
12737 * gdb.base/reread.exp: Use clean_restart.
12738
487d9753
PL
127392014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
12740
12741 * gdb.arch/avr-flash-qualifer.c: New.
12742 * gdb.arch/avr-flash-qualifer.exp: New.
12743
cc1c52ad
PA
127442014-07-14 Pedro Alves <palves@redhat.com>
12745
12746 * gdb.base/paginate-after-ctrl-c-running.c: New file.
12747 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
12748
1e973570
PA
127492014-07-14 Pedro Alves <palves@redhat.com>
12750
12751 * gdb.base/double-prompt-target-event-error.c: New file.
12752 * gdb.base/double-prompt-target-event-error.exp: New file.
12753
93d6eb10
PA
127542014-07-14 Pedro Alves <palves@redhat.com>
12755
12756 PR gdb/17072
12757 * gdb.base/paginate-inferior-exit.c: New file.
12758 * gdb.base/paginate-inferior-exit.exp: New file.
12759
0017922d
PA
127602014-07-14 Pedro Alves <palves@redhat.com>
12761
12762 PR gdb/17072
12763 * gdb.base/paginate-bg-execution.c: New file.
12764 * gdb.base/paginate-bg-execution.exp: New file.
12765
94696ad3
PA
127662014-07-14 Pedro Alves <palves@redhat.com>
12767
12768 PR gdb/17072
12769 * gdb.base/paginate-execution-startup.c: New file.
12770 * gdb.base/paginate-execution-startup.exp: New file.
12771 * lib/gdb.exp (pagination_prompt): New global.
12772 (default_gdb_spawn): New procedure, factored out from
12773 default_gdb_spawn.
12774 (default_gdb_start): Adjust to call default_gdb_spawn.
12775 (gdb_spawn): New procedure.
12776
bd293940
PA
127772014-07-14 Pedro Alves <palves@redhat.com>
12778
12779 * lib/gdb.exp (gdb_assert): New procedure.
12780 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
12781
c933f875
PA
127822014-07-14 Pedro Alves <palves@redhat.com>
12783
12784 * gdb.base/execution-termios.c: New file.
12785 * gdb.base/execution-termios.exp: New file.
12786
d98b7a16
TT
127872014-07-14 Tom Tromey <tromey@redhat.com>
12788
12789 * gdb.cp/vla-cxx.cc: New file.
12790 * gdb.cp/vla-cxx.exp: New file.
12791
548740d6
TT
127922014-07-14 Tom Tromey <tromey@redhat.com>
12793
12794 * gdb.reverse/rerun-prec.c: New file.
12795 * gdb.reverse/rerun-prec.exp: New file.
12796
a25eb028
MR
127972014-07-12 Maciej W. Rozycki <macro@mips.com>
12798 Maciej W. Rozycki <macro@codesourcery.com>
12799
12800 * lib/gdb-utils.exp: New file.
12801 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
12802 inline `gdb_init_command' processing.
12803 (gdb_start_cmd): Likewise.
12804 * lib/mi-support.exp (mi_run_cmd): Likewise.
12805 * README: Document `gdb_init_command' and `gdb_init_commands'.
12806
218c2655
JK
128072014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12808
12809 Fix false FAIL running under a very long directory name.
12810 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
12811 and "set print elements 10000". Twice.
12812
5401fde3
YQ
128132014-07-11 Yao Qi <yao@codesourcery.com>
12814
12815 * gdb.base/exprs.exp: "set print symbol off".
12816
e76126e8
PA
128172014-07-11 Pedro Alves <palves@redhat.com>
12818
12819 * gdb.threads/kill.c: New file.
12820 * gdb.threads/kill.exp: New file.
12821
2d6f0de6
YQ
128222014-07-10 Yao Qi <yao@codesourcery.com>
12823
12824 * gdb.trace/tfile.c (write_basic_trace_file)
12825 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
12826 address written to trace file.
12827
7180e04a
PA
128282014-07-09 Pedro Alves <palves@redhat.com>
12829
12830 * gdb.base/attach-wait-input.exp: New file.
12831 * gdb.base/attach-wait-input.c: New file.
12832
9a9a7608
AB
128332014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
12834
12835 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
12836 setting up test structures.
12837 (main): Call new test function.
12838 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
12839 test function, continue into test function and walk test
12840 structures.
12841
161ac41e
YQ
128422014-07-02 Yao Qi <yao@codesourcery.com>
12843
12844 * gdb.trace/entry-values.c: Define labels 'foo_start' and
12845 'bar_start' at the beginning of functions 'foo' and 'bar'
12846 respectively.
12847 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
12848 instead of 'foo' and 'bar'.
12849
1f267ae3
MM
128502014-07-08 Markus Metzger <markus.t.metzger@intel.com>
12851
12852 * gdb.btrace/segv.exp: New.
12853 * gdb.btrace/segv.c: New.
12854
2b239efb
LM
128552014-07-02 Luis Machado <lgustavo@codesourcery.com>
12856
12857 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
12858 instruction.
12859
cf363f18
MW
128602014-06-30 Mark Wielaard <mjw@redhat.com>
12861
12862 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
12863 vulture, vilify, villar): New volatile array constants.
12864 (vindictive, vegetation): New const volatile array constants.
12865 * gdb.base/volatile.exp: Test volatile and const volatile array
12866 types.
12867
aebf9d24
AA
128682014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
12869
12870 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
12871 target lacks support for awatch, rwatch, or hbreak.
12872
b67a2c6f
YQ
128732014-06-27 Yao Qi <yao@codesourcery.com>
12874
12875 * gdb.multi/dummy-frame-restore.exp: New.
12876 * gdb.multi/dummy-frame-restore.c: New.
12877
aef92902
MM
128782014-06-25 Markus Metzger <markus.t.metzger@intel.com>
12879
12880 * gdb.btrace/gcore.exp: New.
12881
8e9db26e
PA
128822014-06-23 Pedro Alves <palves@redhat.com>
12883
12884 * gdb.base/watchpoint-reuse-slot.c: New file.
12885 * gdb.base/watchpoint-reuse-slot.exp: New file.
12886
70afc5b7
SC
128872014-06-23 Siva Chandra Reddy <sivachandra@google.com>
12888
12889 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
12890 progspace's filename in 'info', 'enable' and 'disable' command
12891 tests.
12892
b972bd9c
JK
128932014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
12894
12895 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
12896 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
12897 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
12898
125f8a3d
GB
128992014-06-20 Gary Benson <gbenson@redhat.com>
12900
12901 * gdb.arch/i386-avx.exp: Fix include file location.
12902 * gdb.arch/i386-sse.exp: Likewise.
12903
3ed9baed
IB
129042014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
12905
12906 * gdb.dlang/expression.exp: New file.
12907
034f788c
PA
129082014-06-19 Pedro Alves <palves@redhat.com>
12909
12910 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
12911 out from ...
12912 (top level): ... here. Iterate running tests under different
12913 scheduler-locking settings.
12914
45371d0c
LM
129152014-06-18 Luis Machado <lgustavo@codesourcery.com>
12916
12917 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
12918 to DW_FORM_addr and use non-zero addresses.
12919
5d376983
SC
129202014-06-18 Siva Chandra Reddy <sivachandra@google.com>
12921
12922 PR gdb/17017
12923 * gdb.python/py-xmethods.cc: Add global function call counters and
12924 increment them in their respective functions. Remove "cout"
12925 statements.
12926 * gdb.python/py-xmethods.exp: Make tests check the global function
12927 call counters instead of depending on inferior IO.
12928
a1aa2221
LM
129292014-06-18 Don Breazeal <donb@codesourcery.com>
12930
12931 * gdb.base/foll-fork.exp (default_fork_parent_follow):
12932 Deleted procedure.
12933 (explicit_fork_parent_follow): Deleted procedure.
12934 (explicit_fork_child_follow): Deleted procedure.
12935 (test_follow_fork): New procedure.
12936 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 12937 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
12938 procedure calls.
12939
0fc05997
YQ
129402014-06-17 Yao Qi <yao@codesourcery.com>
12941
12942 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
12943 CP1252.
12944
70795c52
LM
129452014-06-17 Luis Machado <lgustavo@codesourcery.com>
12946
12947 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
12948 Initialize ptr and S explicitly.
12949 (skip_type_update_when_not_use_rtti_test): Likewise.
12950
6be47f0c
KS
129512014-06-16 Keith Seitz <keiths@redhat.com>
12952
12953 PR mi/15863
12954 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
12955 the inferior is started.
12956
d03de421
PA
129572014-06-16 Pedro Alves <palves@redhat.com>
12958
12959 * gdb.base/break-main-file-remove-fail.c: New file.
12960 * gdb.base/break-main-file-remove-fail.exp: New file.
12961 * gdb.base/break-unload-file.exp: Use build_executable instead of
12962 prepare_for_testing.
12963 (test_break): New parameter "initial_load". Handle it.
12964 (top level): Add initial_load cmdline/file axis.
12965
f9579b99
TT
129662014-06-12 Tom Tromey <tromey@redhat.com>
12967
12968 * gdb.base/completion.exp: Don't use directory name in test.
12969
3657956b
GB
129702014-06-09 Gary Benson <gbenson@redhat.com>
12971
12972 * gdb.base/sigall.c [Functions to send signals]: Reorder to
12973 separate the always-available ANSI-standard signals from the
12974 signals that require checking.
12975 (main): Likewise.
12976 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
12977 Likewise.
12978 (main): Likewise.
12979
4186eb54
KS
129802014-06-07 Keith Seitz <keiths@redhat.com>
12981
12982 Revert:
12983 PR c++/16253
12984 * gdb.cp/var-tag.cc: New file.
12985 * gdb.cp/var-tag.exp: New file.
12986 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
12987 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
12988 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
12989 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
12990
25326a28 129912014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
12992
12993 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
12994
829155c9
PA
129952014-06-06 Pedro Alves <palves@redhat.com>
12996
12997 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
12998 in target debug output instead of looking at RSP packets,
12999 disabling the test on any target that uses hardware stepping.
13000 Update comments.
13001
61c8d22e
PA
130022014-06-06 Pedro Alves <palves@redhat.com>
13003
13004 * gdb.base/break-unload-file.exp: Fix typo.
13005
d9a47287
YQ
130062014-06-06 Yao Qi <yao@codesourcery.com>
13007
13008 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
13009 from "jit_function" to "^jit_function".
13010
e5e01dbf
YQ
130112014-06-06 Yao Qi <yao@codesourcery.com>
13012
13013 * gdb.base/async.c (foo): Add one statement.
13014 * gdb.base/async.exp: Get the next instruction address and
13015 match the output of "nexti" by instruction address. Match
13016 the hex address in the output of "finish".
13017
73ba372c
GB
130182014-06-06 Gary Benson <gbenson@redhat.com>
13019
13020 * gdb.base/call-signals.c: Remove preprocessor conditionals
13021 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
13022 SIGSEGV and SIGTERM.
13023 * gdb.base/sigall.c: Likewise.
13024 * gdb.base/unwindonsignal.c: Likewise.
13025 * gdb.reverse/sigall-reverse.c: Likewise.
13026
831517df
YQ
130272014-06-06 Yao Qi <yao@codesourcery.com>
13028
13029 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
13030 readable, skip the test.
13031
b8b91e98
YQ
130322014-06-06 Yao Qi <yao@codesourcery.com>
13033
13034 * gdb.threads/staticthreads.c (thread_function): Move the line
13035 setting breakpoint on forward.
13036 * gdb.threads/staticthreads.exp: Update comments.
13037
fb934770
LC
130382014-06-05 Ludovic Courtès <ludo@gnu.org>
13039
13040 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
13041 "history-append! type error".
13042
6ef284bd
SM
130432014-06-05 Simon Marchi <simon.marchi@ericsson.com>
13044
13045 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
13046 erroneous dprintf expected input.
13047
a872e241
DE
130482014-06-04 Doug Evans <xdje42@gmail.com>
13049
13050 * gdb.guile/scm-generics.exp: Delete.
13051
16f691fb
DE
130522014-06-04 Doug Evans <xdje42@gmail.com>
13053
13054 * gdb.guile/scm-breakpoint.exp: Update.
13055 Add tests for breakpoint registration.
13056
012370f6
TT
130572014-06-04 Tom Tromey <tromey@redhat.com>
13058
13059 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
13060 VLA-in-union.
13061 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
13062 inner_vla_struct, vla_union types. Initialize objects of those
13063 types and compute their sizes.
13064
9f5a4cef
HZ
130652014-06-04 Nathan Sidwell <nathan@codesourcery.com>
13066 Hui Zhu <hui@codesourcery.com>
13067
13068 * gdb.base/fileio.exp: Add test for shell not available as well as
13069 available.
13070 * gdb.base/fileio.c (test_system): Check for shell twice.
13071
90a45c4d
YQ
130722014-06-04 Yao Qi <yao@codesourcery.com>
13073
13074 * gdb.base/auto-connect-native-target.exp: Remove redundant
13075 space from the regexp pattern.
13076
70017e41
YQ
130772014-06-04 Yao Qi <yao@codesourcery.com>
13078
13079 * gdb.base/default.exp: Replace "child" with "native" in
13080 regexp pattern.
13081
883964a7
SC
130822014-06-03 Siva Chandra Reddy <sivachandra@google.com>
13083
13084 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
13085 * gdb.python/py-xmethods.exp: New tests to test xmethods.
13086 * gdb.python/py-xmethods.py: Python script supporting the
13087 new testcase and tests.
13088
ef370185
JB
130892014-06-03 Joel Brobecker <brobecker@adacore.com>
13090 Pedro Alves <palves@redhat.com>
13091
13092 PR breakpoints/17000
13093 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
13094 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
13095
1e2ccb61
BM
130962014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
13097
13098 * gdb.base/subst.exp: Add tests to verify partial path matching
13099 output.
13100
c6ec5ab2
PA
131012014-06-03 Pedro Alves <palves@redhat.com>
13102
13103 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
13104 target that doesn't use software single-stepping.
13105
835c559f
PA
131062014-06-03 Pedro Alves <palves@redhat.com>
13107
13108 PR breakpoints/17000
13109 * gdb.base/sss-bp-on-user-bp-2.c: New file.
13110 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
13111
06eb1586
DE
131122014-06-02 Doug Evans <xdje42@gmail.com>
13113
13114 * gdb.guile/scm-parameter.exp: New file.
13115
e698b8c4
DE
131162014-06-02 Doug Evans <xdje42@gmail.com>
13117
13118 * gdb.guile/scm-cmd.c: New file.
13119 * gdb.guile/scm-cmd.exp: New file.
13120
ded03782
DE
131212014-06-02 Doug Evans <xdje42@gmail.com>
13122
13123 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
13124 pretty-printer lookup.
13125 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
13126 (make-pp_s-printer): Call it.
13127 (make-pretty-printer-from-dict): New function.
13128 (lookup-pretty-printer-maker-from-dict): New function.
13129 (*pretty-printer*): Simplify.
13130 (make-objfile-pp_s-printer): New function.
13131 (install-objfile-pretty-printers!): New function.
13132 (make-progspace-pp_s-printer): New function.
13133 (install-progspace-pretty-printers!): New function.
13134 * gdb.guile/scm-progspace.c: New file.
13135 * gdb.guile/scm-progspace.exp: New file.
13136
41fac0cf
PA
131372014-06-02 Pedro Alves <palves@redhat.com>
13138
13139 * gdb.base/dprintf-bp-same-addr.c: New file.
13140 * gdb.base/dprintf-bp-same-addr.exp: New file.
13141
96ae5695
EBM
131422014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13143
13144 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
13145 * gdb.arch/powerpc-power.s: Likewise.
13146
da02b3a8
JB
131472014-06-02 Joel Brobecker <brobecker@adacore.com>
13148
13149 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
13150
c72b2e7b
YQ
131512014-06-01 Yao Qi <yao@codesourcery.com>
13152
13153 * gdb.base/watchpoint.exp (test_watch_location): Check null
13154 pointer can be dereferenced. If not, do the test, otherwise
13155 skip it.
13156
53e8a631
AB
131572014-05-30 Andrew Burgess <aburgess@broadcom.com>
13158
13159 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
13160 results.
13161 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
13162
938f0e2f
AB
131632014-05-30 Andrew Burgess <aburgess@broadcom.com>
13164
13165 * gdb.arch/amd64-invalid-stack-middle.S: New file.
13166 * gdb.arch/amd64-invalid-stack-middle.c: New file.
13167 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
13168 * gdb.arch/amd64-invalid-stack-top.c: New file.
13169 * gdb.arch/amd64-invalid-stack-top.exp: New file.
13170
9ba6657a
PA
131712014-05-30 Pedro Alves <palves@redhat.com>
13172
13173 PR breakpoints/17000
13174 * gdb.base/sss-bp-on-user-bp.c: New file.
13175 * gdb.base/sss-bp-on-user-bp.exp: New file.
13176
522c09bf
DB
131772014-05-30 David Blaikie <dblaikie@gmail.com>
13178
13179 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
13180 gnu_inline semantics via attribute.
13181 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
13182 source explicitly specifies the required semantics.
13183
bf4ef81e
MR
131842014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
13185
13186 * gdb.reverse/sigall-reverse.exp: Fix a typo.
13187
329ea579
PA
131882014-05-29 Pedro Alves <palves@redhat.com>
13189 Tom Tromey <tromey@redhat.com>
13190
13191 * gdb.base/async-shell.exp: Don't enable target-async.
13192 * gdb.base/async.exp
13193 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
13194 parameter. Adjust.
13195 (top level): Don't test with "target-async".
13196 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
13197 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
13198 * gdb.base/inferior-died.exp: Don't enable target-async.
13199 * gdb.base/interrupt-noterm.exp: Likewise.
13200 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
13201 * gdb.mi/mi-nonstop-exit.exp: Likewise.
13202 * gdb.mi/mi-nonstop.exp: Likewise.
13203 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
13204 * gdb.mi/mi-nsintrall.exp: Likewise.
13205 * gdb.mi/mi-nsmoribund.exp: Likewise.
13206 * gdb.mi/mi-nsthrexec.exp: Likewise.
13207 * gdb.mi/mi-watch-nonstop.exp: Likewise.
13208 * gdb.multi/watchpoint-multi.exp: Adjust comment.
13209 * gdb.python/py-evsignal.exp: Don't enable target-async.
13210 * gdb.python/py-evthreads.exp: Likewise.
13211 * gdb.python/py-prompt.exp: Likewise.
13212 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
13213 * gdb.server/solib-list.exp: Don't enable target-async.
13214 * gdb.threads/thread-specific-bp.exp: Likewise.
13215 * lib/mi-support.exp: Adjust to use mi-async.
13216
fd664c91
PA
132172014-05-29 Pedro Alves <palves@redhat.com>
13218
13219 PR gdb/13860
13220 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
13221 reason, even in sync mode.
13222
251bde03
PA
132232014-05-29 Pedro Alves <palves@redhat.com>
13224 Hui Zhu <hui@codesourcery.com>
13225
13226 PR PR15693
13227 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
13228 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
13229 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
13230 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
13231
7f3c0343
JB
132322014-05-28 Joel Brobecker <brobecker@adacore.com>
13233
13234 * config/monitor.exp (gdb_target_monitor): Replace use of
13235 "set remotebaud" by "set serial baud".
13236
b2715b27
AW
132372014-05-26 Andy Wingo <wingo@igalia.com>
13238
13239 * gdb.guile/scm-breakpoint.exp:
13240 * gdb.guile/scm-gsmob.exp: Update to use plain old object
13241 properties instead of gdb-object-properties.
13242
498a4489
YQ
132432014-05-26 Yao Qi <yao@codesourcery.com>
13244
13245 * gdb.server/no-thread-db.exp: Specify source file name
13246 explicitly when setting a breakpoint.
13247
589fdceb
MM
132482014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13249
13250 * gdb.btrace/vdso.c: New.
13251 * gdb.btrace/vdso.exp: New.
13252
e9089e05
MM
132532014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13254
13255 * gdb.base/gcore.exp (capture_command_output): Move ...
13256 * lib/gdb.exp (capture_command_output): ... here.
13257
67b5c0c1
MM
132582014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13259
13260 * gdb.btrace/data.exp: Test memory access during btrace replay.
13261
a2199296
SM
132622014-05-22 Simon Marchi <simon.marchi@ericsson.com>
13263
13264 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
13265
17b2616c
PA
132662014-05-21 Pedro Alves <palves@redhat.com>
13267
13268 PR gdb/13860
13269 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
13270 (top level): Test that output related to execution commands is
13271 sent to the console with CLI commands, but not with MI commands.
13272 Test that breakpoint events are always mirrored to the console.
13273 Also expect the new source line to be output after a "next" in
13274 async mode too. Make it a pass/fail test.
13275 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
13276 output.
13277 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
13278
5166082f
PA
132792014-05-21 Pedro Alves <palves@redhat.com>
13280
13281 * gdb.base/list.exp (build_pattern, test_list): New procedures.
13282 Use them to test variations of "list" after reaching a breakpoint.
13283 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
13284 Test "list" with listsize 10 after reaching a breakpoint.
13285 * gdb.python/python.exp (decode_line current location line
13286 number): Adjust expected line number.
13287
2f25d70f
SM
132882014-05-21 Simon Marchi <simon.marchi@ericsson.com>
13289
13290 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
13291 behavior for $args, pass it directly to "run".
13292
ff604a67
MR
132932014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
13294
13295 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
13296 30000 to 65536.
13297
6a3cb8e8
PA
132982014-05-21 Pedro Alves <palves@redhat.com>
13299
13300 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
13301 auto-connect-native-target off".
13302 * gdb.base/auto-connect-native-target.c: New file.
13303 * gdb.base/auto-connect-native-target.exp: New file.
13304
4ebfc96e
PA
133052014-05-21 Pedro Alves <palves@redhat.com>
13306
13307 * gdb.base/default.exp: Test "target native" instead of "target
13308 child".
13309
36d46afb
MW
133102014-05-21 Mark Wielaard <mjw@redhat.com>
13311
13312 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
13313
5876f503
JK
133142014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13315
13316 Fix TLS access for -static -pthread.
13317 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
13318 <HAVE_TLS> (thread_function, main): Initialize it.
13319 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
13320 Add clean_restart.
13321 <$have_tls != "">: Check TLSVAR.
13322
0256a6ac
PA
133232014-05-21 Pedro Alves <palves@redhat.com>
13324
13325 * gdb.base/dcache-line-read-error.c: New.
13326 * gdb.base/dcache-line-read-error.exp: New.
13327
936d2992
PA
133282014-05-20 Pedro Alves <palves@redhat.com>
13329
13330 * gdb.base/compare-sections.c: New file.
13331 * gdb.base/compare-sections.exp: New file.
13332
802e8e6d
PA
133332014-05-20 Pedro Alves <palves@redhat.com>
13334
13335 * gdb.base/break-idempotent.c: New file.
13336 * gdb.base/break-idempotent.exp: New file.
13337
e59fa00f
MM
133382014-05-20 Markus Metzger <markus.t.metzger@intel.com>
13339
13340 * gdb.btrace/nohist.exp: New.
13341
8b696e31
YQ
133422014-05-20 Yao Qi <yao@codesourcery.com>
13343
13344 * lib/gdb.exp (gdb_init): Set timeout if test file is under
13345 gdb.reverse directory and gdb_reverse_timeout exists in board
13346 setting.
13347 * README: Document gdb_reverse_timeout.
13348
73c9764f
YQ
133492014-05-20 Yao Qi <yao@codesourcery.com>
13350
13351 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
13352 'test_file_name'. Treat args as a string instead of a list.
13353 (gdb_init): Rename argument 'args' by 'test_file_name'.
13354
f1f4348a
JK
133552014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13356
13357 * gdb.arch/powerpc-power.exp: New file.
13358 * gdb.arch/powerpc-power.s: New file.
13359
0dbe70ce
DE
133602014-05-16 Doug Evans <dje@google.com>
13361
13362 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
13363 * gdb.base/completion.exp: Check that all expected files exist
13364 before doing file completion.
0dbe70ce 13365
8d551b02
DE
133662014-05-16 Doug Evans <dje@google.com>
13367
13368 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
13369 Update.
13370 (do_syscall_tests_without_xml): Update.
13371
73eb7709
PA
133722014-05-16 Pedro Alves <palves@redhat.com>
13373
13374 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
13375 instead of "unknown output after running".
13376
3fae92fc
YQ
133772014-05-16 Yao Qi <yao@codesourcery.com>
13378
13379 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
13380 file1.txt from host at the end.
13381 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13382
c2b2ccc5
DE
133832014-05-15 Doug Evans <dje@google.com>
13384
13385 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
13386 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
13387 loading file. Add test for TU lookup.
13388
8c217a4b
SM
133892014-05-15 Simon Marchi <simon.marchi@ericsson.com>
13390
13391 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
13392 calling "-exec-arguments" or "set args" before running the
13393 inferior.
13394
3deb39c6
SM
133952014-05-15 Simon Marchi <simon.marchi@ericsson.com>
13396
13397 * lib/mi-support.exp (mi_expect_stop): Expect message for
13398 inferiors that exit with non-zero exit code.
13399
71a79f8c
YQ
134002014-05-14 Yao Qi <yao@codesourcery.com>
13401
13402 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
13403 match absolute path on remote host.
13404 (test_file_list_exec_source_files): Remove "/" from the
13405 pattern.
13406
f23fcd46
YQ
134072014-05-14 Yao Qi <yao@codesourcery.com>
13408
13409 * boards/local-remote-host-notty.exp (${board}_file): New
13410 proc.
13411
9404b58f
KM
134122014-05-07 Kyle McMartin <kyle@redhat.com>
13413
13414 Pushed by Joel Brobecker <brobecker@adacore.com>.
13415 * gdb.arch/aarch64-atomic-inst.c: New file.
13416 * gdb.arch/aarch64-atomic-inst.exp: New file.
13417
5e45f04c
YQ
134182014-05-07 Yao Qi <yao@codesourcery.com>
13419
13420 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
13421 in current context" too.
13422
c888a17d
KS
134232014-05-05 Keith Seitz <keiths@redhat.com>
13424
13425 * gdb.linespec/ls-dollar.exp: Add test for linespec
13426 file:convenience_variable.
13427
290a839c
YQ
134282014-05-05 Yao Qi <yao@codesourcery.com>
13429
13430 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
13431 traceframes into tfile and ctf trace files. Read data from
13432 trace file and test collected data.
13433 (gdb_collect_locals_test): Likewise.
13434 (gdb_unavailable_registers_test): Likewise.
13435 (gdb_unavailable_floats): Likewise.
13436 (gdb_collect_globals_test): Likewise.
13437 (top-level): Append "ctf" to trace_file_targets if GDB
13438 supports.
13439
b5262cd0
YQ
134402014-05-05 Yao Qi <yao@codesourcery.com>
13441
13442 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
13443 code to ...
13444 (gdb_collect_args_test_1): ... it. New proc.
13445 (gdb_collect_locals_test): Move some code to ...
13446 (gdb_collect_locals_test_1): ... it. New proc.
13447 (gdb_unavailable_registers_test): Move some code to ...
13448 (gdb_unavailable_registers_test_1): ... it. New proc.
13449 (gdb_unavailable_floats): Move some code to ...
13450 (gdb_unavailable_floats_1): ... it. New proc.
13451
30a1e6cc
SDJ
134522014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
13453
13454 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
13455 probes to test for bitness recognition.
13456 * gdb.arch/amd64-stap-optional-prefix.exp
13457 (test_probe_value_without_reg): New procedure.
13458 Add code to test for different kinds of bitness.
13459
f33da99a
SDJ
134602014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
13461
13462 PR breakpoints/16889
13463 * gdb.arch/amd64-stap-optional-prefix.S: New file.
13464 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
13465
5b80f00d
PA
134662014-05-01 Pedro Alves <palves@redhat.com>
13467
13468 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
13469 gdb_file_cmd if no file is specified.
13470 * boards/native-extended-gdbserver.exp (gdb_load): Use the
13471 last_loaded_file to set the remote exec-file.
13472
f8c2a73c
PA
134732014-05-01 Pedro Alves <palves@redhat.com>
13474
13475 * boards/local-remote-host.exp: New file.
13476
be6e8ac7
PA
134772014-05-01 Pedro Alves <palves@redhat.com>
13478
13479 * boards/local-remote-host.exp: Rename to ...
13480 * boards/local-remote-host-notty.exp: ... this.
13481
cac0dc8f
JB
134822014-04-28 Joel Brobecker <brobecker@adacore.com>
13483
13484 * gdb.ada/dyn_arrayidx: New testcase.
13485
9730e6cc
YQ
134862014-04-26 Yao Qi <yao@codesourcery.com>
13487
13488 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
13489 and compute the length of function main. Save it in
13490 $main_length.
13491 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
13492 (top-level): Use gdb_compile to compile objects into
13493 executable and restart GDB. Remove invocation to
13494 prepare_for_testing.
13495
7ae1a6a6
PA
134962014-04-25 Simon Marchi <simon.marchi@ericsson.com>
13497 Pedro Alves <palves@redhat.com>
13498
13499 PR server/16255
13500 * gdb.multi/multi-attach.c: New file.
13501 * gdb.multi/multi-attach.exp: New file.
13502
4082afcc
PA
135032014-04-25 Pedro Alves <palves@redhat.com>
13504
13505 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
13506 user.
13507 (top level): Test that "set remote conditional-breakpoints-packet
13508 off" works as intended.
13509 * gdb.base/dprintf.exp: Test that "set remote
13510 breakpoint-commands-packet off" works as intended.
13511 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
13512 New function.
13513 (top level): Call it.
13514 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
13515 remote fast-tracepoints-packet off" works as intended.
13516 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
13517 * lib/gdb.exp (gdb_is_target_remote): ... here.
13518
2abc3f8d
DB
135192014-04-24 David Blaikie <dblaikie@gmail.com>
13520
13521 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
13522 ensure clang would not discard them.
13523 * gdb.base/gdbvars.c: Ditto.
13524 * gdb.base/memattr.c: Ditto.
13525 * gdb.base/whatis.c: Ditto.
13526 * gdb.python/py-prettyprint.c: Ditto.
13527 * gdb.trace/actions.c: Ditto.
13528 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
13529 ensure clang would not discard it.
13530
bfd39632
DB
135312014-04-24 David Blaikie <dblaikie@gmail.com>
13532
13533 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
13534 clang to emit the full definition of type required by the test
13535 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
13536
22842ff6
DB
135372014-04-24 David Blaikie <dblaikie@gmail.com>
13538
13539 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
13540 coax Clang into emitting the definition of the type.
13541 * gdb.cp/pr10728-x.h (y): Ditto.
13542 * gdb.cp/pr10728-y.cc (y): Ditto.
13543
c2e827ad
DB
135442014-04-24 David Blaikie <dblaikie@gmail.com>
13545
13546 * gdb.base/label.exp: XFAIL label related tests under Clang.
13547 * gdb.cp/cplabel.exp: Ditto.
13548 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
13549 under Clang those using labels.
13550
4c2d33e7
YQ
135512014-04-25 Yao Qi <yao@codesourcery.com>
13552
13553 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
13554 double_label.
13555 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
13556 partial_label and double_label.
13557
56083b99
DB
135582014-04-24 David Blaikie <dblaikie@gmail.com>
13559
13560 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
13561
25d4e99d
DB
135622014-04-24 David Blaikie <dblaikie@gmail.com>
13563
13564 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
13565 of the function to work across GCC and Clang.
13566 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
13567 pointer types (const void ** const V void **).
13568
01f9f808
MS
135692014-04-24 Michael Sturm <michael.sturm@mintel.com>
13570 Walfred Tedeschi <walfred.tedeschi@intel.com>
13571
13572 * Makefile.in (EXECUTABLES): Added i386-avx512.
13573 * gdb.arch/i386-avx512.c: New file.
13574 * gdb.arch/i386-avx512.exp: Likewise.
13575
4b48d439
KS
135762014-04-23 Keith Seitz <keiths@redhat.com>
13577
13578 * lib/mi-support.exp (mi_list_breakpoints): Delete.
13579 (mi_make_breakpoint_table): New procedure.
13580 (mi_create_breakpoint): Use mi_make_breakpoint
13581 and return the result.
13582 (mi_make_breakpoint): New procedure.
13583 (mi_build_kv_pairs): New procedure.
13584
13585 * gdb.mi/mi-break.exp: Remove unused globals,
13586 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
13587 All callers updated.
13588 * gdb.mi/mi-dprintf.exp: Use variable to track command
13589 number.
13590 Update all callers of mi_create_breakpoint and use
13591 mi_make_breakpoint_table.
13592 Remove any unused global variables.
13593 * gdb.mi/mi-nonstop.exp: Likewise.
13594 * gdb.mi/mi-nsintrall.exp: Likewise.
13595 * gdb.mi/mi-nsmoribund.exp: Likewise.
13596 * gdb.mi/mi-nsthrexec.exp: Likewise.
13597 * gdb.mi/mi-reverse.exp: Likewise.
13598 * gdb.mi/mi-simplerun.exp: Likewise.
13599 * gdb.mi/mi-stepn.exp: Likewise.
13600 * gdb.mi/mi-syn-frame.exp: Likewise.
13601 * gdb.mi/mi-until.exp: Likewise.
13602 * gdb.mi/mi-var-cp.exp: Likewise.
13603 * gdb.mi/mi-var-display.exp: Likewise.
13604 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
13605 * gdb.mi/mi2-var-child.exp: Likewise.
13606 * gdb.mi/mi-vla-c99.exp: Likewise.
13607 * lib/mi-support.exp: Likewise.
13608
13609 From Ian Lance Taylor <iant@cygnus.com>:
13610 * lib/gdb.exp (parse_args): New procedure.
13611
08351840
PA
136122014-04-23 Pedro Alves <palves@redhat.com>
13613
13614 * gdb.base/break-unload-file.c: New file.
13615 * gdb.base/break-unload-file.exp: New file.
13616 * gdb.base/sym-file-lib.c (baz): New function.
13617 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
13618 field.
13619 (load): Store the segment's mapped size.
13620 (unload): New function.
13621 (unload_shlib): New function.
13622 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
13623 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
13624 set a breakpoint at baz, and call it.
13625 * gdb.base/sym-file.exp: New tests for stale breakpoint
13626 instructions.
13627
076855f9
PA
136282014-04-23 Pedro Alves <palves@redhat.com>
13629
13630 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
13631 * gdb.base/hbreak-in-shr-unsupported.c: New file.
13632 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
13633 * gdb.base/hbreak-unmapped.c: New file.
13634 * gdb.base/hbreak-unmapped.exp: New file.
13635 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
13636 * lib/gdb.exp (gdb_is_target_remote): ... here.
13637
483805cf
PA
136382014-04-22 Pedro Alves <palves@redhat.com>
13639
13640 * gdb.base/consecutive-step-over.c: New file.
13641 * gdb.base/consecutive-step-over.exp: New file.
13642
06d97543
PA
136432014-04-22 Pedro Alves <palves@redhat.com>
13644
13645 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
13646 instead of send_gdb/gdb_expect.
13647
b4429ea2
YQ
136482014-04-22 Yao Qi <yao@codesourcery.com>
13649
13650 * lib/trace-support.exp (generate_tracefile): New procedure.
13651 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
13652 return 0.
13653 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
13654 if generate_tracefile returns 1.
13655
51d48146
PA
136562014-04-18 Tom Tromey <palves@redhat.com>
13657 Pedro alves <tromey@redhat.com>
13658
13659 PR backtrace/15558
13660 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
13661 with a backtrace limit.
13662 * gdb.python/py-frame-inline.exp: Test running to an inline
13663 function with a backtrace limit, and printing the newest frame.
13664 * gdb.python/py-frame-inline.c (main): Call f.
13665
bd1dce5f
MS
136662014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
13667
13668 * gdb.java/jnpe.exp: Drop srcdir from untested path.
13669
40d1a503
MS
136702014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
13671
13672 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
13673 Drop prefix from unsupported source file path.
13674
389b98f7
YQ
136752014-04-17 Yao Qi <yao@codesourcery.com>
13676
13677 * lib/gdb.exp (with_target_charset): New proc.
13678 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
13679 with_target_charset.
13680 (test_print_strings): Likewise.
13681 (test_repeat_bytes): Likewise.
13682 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
13683 for some tests.
13684
22869d73
KS
136852014-04-16 Keith Seitz <keiths@redhat.com>
13686
13687 PR gdb/15827
13688 * gdb.dwarf2/corrupt.c: New file.
13689 * gdb.dwarf2/corrupt.exp: New file.
13690
c4f87ca6
KS
136912014-04-16 Keith Seitz <keiths@redhat.com>
13692
13693 PR c++/16597
13694 * gdb.cp/namelessclass.cc: New file.
13695 * gdb.cp/namelessclass.exp: New file.
13696 * gdb.cp/namelessclass.S: New file.
13697
ab19de87
DE
136982014-04-16 Doug Evans <dje@google.com>
13699
13700 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
13701 Add comment.
13702 (gdbserver_default_get_comm_port): New function.
13703 (gdbserver_start): Check if board file provided
13704 "gdbserver,get_comm_port" and use it if so.
13705 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
13706 (gdb,socketport): Set to "stdio".
13707 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
13708 (stdio_gdbserver_template): Delete.
13709 (${board}_get_remote_address): Update.
13710 (${board}_build_remote_cmd): Delete.
13711 (${board}_get_comm_port): New function.
13712 (${board}_spawn): Update.
13713 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
13714 Delete.
13715 (${board}_get_remote_address): Update.
13716 (${board}_get_comm_port): New function.
13717
fc98a809
AB
137182014-04-16 Andrew Burgess <aburgess@broadcom.com>
13719
13720 * gdb.base/memattr.exp: Improve regexps to handle memory regions
13721 appearing in any order.
13722
87fd9e6e
DE
137232014-04-15 Doug Evans <dje@google.com>
13724
13725 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
13726 uninitialized value of "description".
13727
099fc3ea
KS
137282014-04-15 Keith Seitz <keiths@redhat.com>
13729
13730 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
13731 Remove unused globals.
13732 (test_running_the_program): Likewise.
13733 (test_controlled_execution): Likewise.
13734 (test_controlling_breakpoints): Likewise.
13735 (test_program_termination): Likewise.
13736
5da151d4
KS
137372014-04-15 Keith Seitz <keiths@redhat.com>
13738
13739 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
13740 unused globals.
13741 (test_rbreak_creation_and_listing): Likewise.
13742 (test_ignore_count): Likewise.
13743 (test_error): Likewise.
13744
35e5d2f0
PA
137452014-04-15 Pedro Alves <palves@redhat.com>
13746
13747 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
13748 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
13749 sym-file-loader.c.
13750 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13751 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13752 to sym-file-loader.c.
13753 (struct library): Forward declare.
13754 (load_shlib, lookup_function): Change prototypes.
13755 (find_shstrtab, find_strtab, find_shdr, find_symtab)
13756 (translate_offset): Remove declarations.
13757 (get_text_addr): New declaration.
13758 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
13759 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
13760 sym-file-loader.h.
13761 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13762 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13763 here from sym-file-loader.h.
13764 (struct library): New structure.
13765 (load_shlib, lookup_function): Change prototypes and adjust to
13766 work with a struct library.
13767 (find_shstrtab, find_strtab, find_shdr, find_symtab)
13768 (translate_offset): Make static.
13769 (get_text_addr): New function.
13770 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
13771
eb4c1710
PA
137722014-04-15 Pedro Alves <palves@redhat.com>
13773
13774 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
13775
2d1baf52
PA
137762014-04-15 Pedro Alves <palves@redhat.com>
13777
13778 * gdb.base/sym-file-loader.c: Include <limits.h>.
13779 (SELF_LINK): New define.
13780 (get_origin): New function.
13781 (load_shlib): Use it.
13782 * gdb.base/sym-file.exp: Don't early return if the target is
13783 remote. Use runto_main, and issue fail is that fails. Use
13784 gdb_load_shlibs.
13785 (shlib_name): Delete.
13786 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
13787
7dd6df01
PA
137882014-04-15 Pedro Alves <palves@redhat.com>
13789
13790 * gdb.base/sym-file.exp: Remove regex characters from test
13791 message. Don't refer to breakpoint numbers in test messages.
13792
b50c8614
KS
137932014-04-14 Keith Seitz <keiths@redhat.com>
13794
13795 PR c++/16253
13796 * gdb.cp/var-tag.cc: New file.
13797 * gdb.cp/var-tag.exp: New file.
13798 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
13799 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
13800 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
13801 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
13802
3d567982
TT
138032014-04-14 Tom Tromey <tromey@redhat.com>
13804
13805 * gdb.cp/classes.exp (test_enums): Handle underlying type.
13806 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
13807 type.
13808 * gdb.cp/enum-class.exp: New file.
13809 * gdb.cp/enum-class.cc: New file.
13810
0626fc76
TT
138112014-04-14 Tom Tromey <tromey@redhat.com>
13812
13813 * gdb.dwarf2/enum-type.exp: New file.
13814
dca325b3
SA
138152014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13816
13817 * gdb.mi/mi-vla-c99.exp: New file.
13818 * gdb.mi/vla.c: New file.
13819
5854b38a
SA
138202014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13821
13822 * gdb.base/vla-datatypes.c: New file.
13823 * gdb.base/vla-datatypes.exp: New file.
13824
463bb957
SA
138252014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13826
13827 * gdb.base/vla-ptr.c: New file.
13828 * gdb.base/vla-ptr.exp: New file.
13829
3dd170be
SA
138302014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13831
13832 * gdb.dwarf2/count.exp: New file.
13833
5ecaaa66
SA
138342014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13835
13836 * gdb.base/vla-sideeffect.c: New file.
13837 * gdb.base/vla-sideeffect.exp: New file.
13838
41f1ada5
DB
138392014-04-14 David Blaikie <dblaikie@gmail.com>
13840
13841 * gdb.mi/non-stop.c: Add return value for non-void function return
13842 statement.
13843 * gdb.threads/staticthreads.c: Ditto.
13844
0be03e84
DE
138452014-04-12 Siva Chandra Reddy <sivachandra@google.com>
13846 Doug Evans <xdje42@gmail.com>
13847
13848 * gdb.guile/scm-value.c: Improve test case.
13849 * gdb.guile/scm-value.exp: Add new test.
13850
f180a1fb
DB
138512014-04-11 David Blaikie <dblaikie@gmail.com>
13852
13853 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
13854 override Clang's default.
13855
6b662e19
JB
138562014-04-11 Joel Brobecker <brobecker@adacore.com>
13857
13858 Revert the following changes (regressions):
13859
13860 * gdb.base/vla-sideeffect.c: New file.
13861 * gdb.base/vla-sideeffect.exp: New file.
13862
13863 * gdb.dwarf2/count.exp: New file.
13864
13865 * gdb.base/vla-multi.c: New file.
13866 * gdb.base/vla-multi.exp: New file.
13867
13868 * gdb.base/vla-ptr.c: New file.
13869 * gdb.base/vla-ptr.exp: New file.
13870
13871 * gdb.base/vla-datatypes.c: New file.
13872 * gdb.base/vla-datatypes.exp: New file.
13873
13874 * gdb.mi/mi-vla-c99.exp: New file.
13875 * gdb.mi/vla.c: New file.
13876
245a5f0b
KS
138772014-04-11 Keith Seitz <keiths@redhat.com>
13878
13879 PR c++/16675
13880 * gdb.cp/cpsizeof.exp: New file.
13881 * gdb.cp/cpsizeof.cc: New file.
13882
58a84dcf
SA
138832014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13884
191a8a90
JB
13885 * gdb.mi/mi-vla-c99.exp: New file.
13886 * gdb.mi/vla.c: New file.
58a84dcf 13887
c8655f75
SA
138882014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13889
13890 * gdb.base/vla-datatypes.c: New file.
13891 * gdb.base/vla-datatypes.exp: New file.
13892
024e13b4
SA
138932014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13894
13895 * gdb.base/vla-ptr.c: New file.
13896 * gdb.base/vla-ptr.exp: New file.
13897
1a237e0e
SA
138982014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13899
13900 * gdb.base/vla-multi.c: New file.
13901 * gdb.base/vla-multi.exp: New file.
13902
504f3432
SA
139032014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13904
13905 * gdb.dwarf2/count.exp: New file.
13906
3bce8237
SA
139072014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13908
191a8a90
JB
13909 * gdb.base/vla-sideeffect.c: New file.
13910 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 13911
322f9c21
YQ
139122014-04-11 Yao Qi <yao@codesourcery.com>
13913
13914 * gdb.base/completion.exp: Check file exists before running tests
13915 on file completion.
13916
d708bcd1
PA
139172014-04-10 Pedro Alves <palves@redhat.com>
13918
13919 * gdb.base/cond-eval-mode.c: New file.
13920 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
13921 prepare_for_testing to build the new file. Check result of
13922 runto_main.
13923 (test_break, test_watch): New procedures.
13924 (top level): Use them.
13925
ae1d2761
PM
139262014-04-08 Pierre Muller <muller@sourceware.org>
13927
13928 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
13929 Ctrl-V use for mingw hosts.
13930
7af389b8
SC
139312014-04-07 Siva Chandra Reddy <sivachandra@google.com>
13932
13933 * gdb.python/py-value.c: Improve test case.
13934 * gdb.python/py-value.exp: Add new test.
13935
5e703181
DE
139362014-04-07 David Blaikie <dblaikie@gmail.com>
13937
13938 * lib/compiler.c: Identify the clang compiler.
13939 * lib/compiler.cc: Ditto.
13940
9810b410
YQ
139412014-04-03 Yao Qi <yao@codesourcery.com>
13942
13943 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
13944
98d1b8dc
AB
139452014-04-01 Anton Blanchard <anton@samba.org>
13946
13947 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
13948 messages unique.
13949
3114cea1
AB
139502014-04-01 Anton Blanchard <anton@samba.org>
13951
13952 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
13953 prepare_for_testing.
13954
62f7182c
AB
139552014-04-01 Anton Blanchard <anton@samba.org>
13956
13957 * gdb.arch/ppc64-atomic-inst.c: Remove.
13958 * gdb.arch/ppc64-atomic-inst.S: New file.
13959 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
13960
770e7fc7
DE
139612014-03-31 Doug Evans <dje@google.com>
13962
13963 * gdb.base/print-symbol-loading-lib.c: New file.
13964 * gdb.base/print-symbol-loading-main.c: New file.
13965 * gdb.base/print-symbol-loading.exp: New file.
13966
46e2bafa
YQ
139672014-03-31 Yao Qi <yao@codesourcery.com>
13968
13969 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
13970
8776cfe9
JB
139712014-03-28 Joel Brobecker <brobecker@adacore.com>
13972
13973 * gdb.ada/mi_dyn_arr: New testcase.
13974
5d1ef361
DE
139752014-03-27 Doug Evans <dje@google.com>
13976
13977 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
13978
b5bee914
YQ
139792014-03-27 Yao Qi <yao@codesourcery.com>
13980
13981 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
13982 if target is nios2-*-*.
13983
0d4d0e77
YQ
139842014-03-26 Yao Qi <yao@codesourcery.com>
13985
13986 * lib/gdb.exp (readline_is_used): New proc.
13987 * gdb.base/completion.exp: Move tests on command complete up.
13988 Skip the rest of tests if readline is not used.
13989 * gdb.ada/complete.exp: Skp the test if readline is not
13990 used.
13991 * gdb.base/filesym.exp: Likewise.
13992 * gdb.base/macscp.exp: Likewise.
13993 * gdb.base/readline-ask.exp: Likewise.
13994 * gdb.base/readline.exp: Likewise.
13995 * gdb.python/py-cmd.exp: Likewise.
13996 * gdb.trace/tfile.exp: Likewise.
13997
29361eee
YQ
139982014-03-26 Yao Qi <yao@codesourcery.com>
13999
14000 * gdb.base/macscp.exp: Fix code format issues.
14001
bc9a5525
UW
140022014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
14003
14004 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
14005 * gdb.asm/powerpc64le.inc: New file.
14006
d3839ede
PA
140072014-03-25 Pedro Alves <palves@redhat.com>
14008 Doug Evans <dje@google.com>
14009
14010 * gdb.base/source-execution.c: New file.
14011 * gdb.base/source-execution.exp: New file.
14012 * gdb.base/source-execution.gdb: New file.
14013
01672a57
DE
140142014-03-24 Doug Evans <dje@google.com>
14015
14016 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
14017 using fission.
14018
88bbeca9
HZ
140192014-03-24 Hui Zhu <hui@codesourcery.com>
14020 Pedro Alves <palves@redhat.com>
14021
14022 PR breakpoints/16101
14023 * gdb.base/dprintf.exp: Use unsupported rather than changing the
14024 test pass/fail messages. Detect missing support for dprintf when
14025 breakpoints are actually inserted.
14026 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
14027 breakpoints are actually inserted.
14028 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
14029 fails.
14030
d2348791
JK
140312014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
14032
14033 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
14034
feef67ab
DE
140352014-03-22 Doug Evans <xdje42@gmail.com>
14036
14037 * gdb.python/python.exp (python not supported): Verify multi-line
14038 python command issues an error.
25d743f9 14039 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 14040 guile command issues an error.
feef67ab 14041
ecebef6a
MR
140422014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
14043
14044 * gdb.threads/thread-specific.exp: Handle the lack of usable
14045 $this_breakpoint and $this_thread.
14046
ccdd1909
HZ
140472014-03-21 Hui Zhu <hui@codesourcery.com>
14048
14049 * gdb.base/attach.exp (do_command_attach_tests): New.
14050
beb460e8
PA
140512014-03-20 Tom Tromey <tromey@redhat.com>
14052 Pedro Alves <palves@redhat.com>
14053
14054 PR cli/15718
14055 * gdb.base/condbreak-call-false.c: New file.
14056 * gdb.base/condbreak-call-false.exp: New file.
14057
40acf43a
PA
140582014-03-20 Pedro Alves <palves@redhat.com>
14059
14060 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
14061 Delete.
14062 (block_signals, unblock_signals): Delete.
14063 (child_function_2, main): Remove references to deleted variable
14064 and functions.
14065
9f5e1e02
PA
140662014-03-20 Pedro Alves <palves@redhat.com>
14067
14068 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
14069 Use pthread_kill to signal thread 2.
14070 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14071 Adjust to make the test send itself a signal rather than using the
14072 host's "kill" command.
14073
99619bea
PA
140742014-03-20 Pedro Alves <palves@redhat.com>
14075
14076 * gdb.threads/multiple-step-overs.c: New file.
14077 * gdb.threads/multiple-step-overs.exp: New file.
14078 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14079 Adjust expected infrun debug output.
14080
2adfaa28
PA
140812014-03-20 Pedro Alves <palves@redhat.com>
14082
14083 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
14084 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
14085
31e77af2
PA
140862014-03-20 Pedro Alves <palves@redhat.com>
14087
14088 PR breakpoints/7143
14089 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
14090 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
14091 of gdb_test_multiple.
14092 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
14093 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
14094
b9f437de
PA
140952014-03-20 Pedro Alves <palves@redhat.com>
14096
14097 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
14098 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
14099
05adc73e
PA
141002014-03-19 Pedro Alves <palves@redhat.com>
14101
14102 * gdb.base/async.exp: Remove early return.
14103
6048b950
PA
141042014-03-19 Pedro Alves <palves@redhat.com>
14105
14106 * gdb.base/async.exp (step& tests): Pass explicit test messages.
14107
8bcfb00a
PA
141082014-03-19 Pedro Alves <palves@redhat.com>
14109
14110 * gdb.base/async.exp (test_background): Expect \r\n after
14111 "completed." in the fail pattern.
14112
884e37dc
PA
141132014-03-19 Pedro Alves <palves@redhat.com>
14114
14115 * gdb.base/async.exp (test_background): New procedure.
14116 Use it for all background execution command tests.
14117
148e57e2
PA
141182014-03-19 Pedro Alves <palves@redhat.com>
14119
14120 * gdb.base/async.exp: Use prepare_for_testing.
14121
f48088c7
PA
141222014-03-19 Pedro Alves <palves@redhat.com>
14123
14124 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
14125 the same line.
14126
e2f6c966
PA
141272014-03-19 Pedro Alves <palves@redhat.com>
14128
14129 * gdb.base/async.c (main): Add "jump here" and "until here" line
14130 marker comments.
14131 * gdb.base/async.exp (jump_here): New global.
14132 (jump& test): Use it.
14133 (until_here): New global.
14134 (until& test): Use it.
14135
c30568d4
PA
141362014-03-19 Pedro Alves <palves@redhat.com>
14137
14138 * gdb.base/async.exp: Don't frob gdb_protocol.
14139
0172b6a7
DE
141402014-03-18 Doug Evans <xdje42@gmail.com>
14141
14142 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
14143 Fix spelling of exec-done-display.
14144
06c868a8
JK
141452014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
14146
14147 PR gdb/15358
14148 * gdb.base/gdb-sigterm.c: New file.
14149 * gdb.base/gdb-sigterm.exp: New file.
14150
0c7e1a46
PA
141512014-03-18 Pedro Alves <palves@redhat.com>
14152
14153 PR gdb/13860
14154 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
14155 * lib/mi-support.exp (mi_expect_stop): Add special handling for
14156 solib-event.
14157
f7c77d93
JB
141582014-03-17 Joel Brobecker <brobecker@adacore.com>
14159
14160 * gdb.ada/pckd_arr_ren: New testcase.
14161
5a1e8c7a
DE
141622014-03-13 Doug Evans <xdje42@gmail.com>
14163
14164 PR guile/16612
14165 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
14166 collect after discarding symbols.
14167
350e1a76
DE
141682014-03-13 Ludovic Courtès <ludo@gnu.org>
14169 Doug Evans <xdje42@gmail.com>
14170
14171 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
14172 to history survives a gc.
14173
a69900ae
PA
141742014-03-13 Pedro Alves <palves@redhat.com>
14175
14176 * gdb.base/default.exp: Don't test "target procfs".
14177
5db9f0bd
PA
141782014-03-13 Pedro Alves <palves@redhat.com>
14179
14180 * gdb.base/default.exp: Update "target child" and "target procfs"
14181 tests to not expect "Unix".
14182
b3ccfe11
TT
141832014-03-12 Tom Tromey <tromey@redhat.com>
14184
14185 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
14186 New procs. Add target-async tests.
14187 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
14188 Add target-async tests.
14189
646f4417
AA
141902014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14191
14192 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
14193 'func_start' and 'func_end' for the beginning and end of the
14194 function code, respectively.
14195 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
14196 'func_end' instead of 'func' and 'main'.
14197
288c211f
AA
141982014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14199
14200 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
14201 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
14202 generate the debug info assembler source.
14203
e0c0f156
AA
142042014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14205
14206 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
14207 * gdb.dwarf2/arr-subrange.exp: Likewise.
14208 * gdb.dwarf2/dwz.exp: Likewise.
14209 * gdb.dwarf2/method-ptr.exp: Likewise.
14210 * gdb.dwarf2/missing-sig-type.exp: Likewise.
14211 * gdb.dwarf2/subrange.exp: Likewise.
14212 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
14213 * gdb.dwarf2/implptrpiece.exp: Likewise.
14214 * gdb.dwarf2/nostaticblock.exp: Likewise.
14215
0e5c4555
AA
142162014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14217
14218 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
14219 directory to absolute path name arguments.
14220
5ec18f2b
JG
142212014-03-10 Joel Brobecker <brobecker@adacore.com>
14222
14223 * gdb.ada/tagged_access: New testcase.
14224
847fc4f2
MM
142252014-03-07 Markus Metzger <markus.t.metzger@intel.com>
14226
14227 * gdb.btrace/data.exp: Update expected output.
14228
cc3da688
YQ
142292014-03-06 Yao Qi <yao@codesourcery.com>
14230
14231 * gdb.trace/pr16508.exp: New file.
14232
0f26cec1
PA
142332014-03-05 Pedro Alves <palves@redhat.com>
14234
14235 PR gdb/16575
14236 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
14237 procedure.
14238 (top level): Adjust to use it. Add tests that exercise breakpoint
14239 interaction with the code-cache.
14240
7a5a839f
LC
142412014-02-26 Ludovic Courtès <ludo@gnu.org>
14242
14243 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
14244 test for 'history-append!'.
14245
31aa7e4e
JB
142462014-02-26 Joel Brobecker <brobecker@adacore.com>
14247
14248 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
14249 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
14250 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
14251 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
14252 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
14253 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
14254
1b588015
JB
142552014-02-26 Joel Brobecker <brobecker@adacore.com>
14256
14257 * testsuite/gdb.python/py-pp-re-notag.c: New file.
14258 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
14259 * testsuite/gdb.python/py-pp-re-notag.p: New file.
14260
55426c9d
JB
142612014-02-26 Joel Brobecker <brobecker@adacore.com>
14262
14263 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
14264
dc53a7ad
JB
142652014-02-26 Joel Brobecker <brobecker@adacore.com>
14266
14267 * gdb.dwarf2/arr-stride.c: New file.
14268 * gdb.dwarf2/arr-stride.exp: New file.
14269
12ab52e9
PA
142702014-02-26 Pedro Alves <palves@redhat.com>
14271
14272 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
14273 that won't ever trigger. Make sure that GDB reports the correct
14274 breakpoint that caused the stop.
14275
849c862e
JK
142762014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14277
14278 PR gdb/16626
14279 * gdb.base/auto-load-script: New file.
14280 * gdb.base/auto-load.c: New file.
14281 * gdb.base/auto-load.exp: New file.
14282
71b7d793
JK
14283 PR gdb/16626
14284 * gdb.base/auto-load.exp: Fix out-of-srctree run.
14285
e2f0d509
JK
142862014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14287
14288 Fix dw2-icycle.exp -fsanitize=address GDB crash.
14289 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
14290
50cc37c8
DE
142912014-02-24 Doug Evans <dje@google.com>
14292
14293 * lib/gdb.exp (run_on_host): Log error output if program fails.
14294
ea4758f2
PA
142952014-02-21 Pedro Alves <palves@redhat.com>
14296
14297 * gdb.threads/step-after-sr-lock.c: Rename to ...
14298 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
14299 * gdb.threads/step-after-sr-lock.exp: Rename to ...
14300 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14301 ... this.
14302
d7b30f67
SDJ
143032014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
14304
14305 PR tdep/16397
14306 * gdb.arch/amd64-stap-special-operands.exp: New file.
14307 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
14308 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
14309 * gdb.arch/amd64-stap-triplet.S: Likewise.
14310 * gdb.arch/amd64-stap-triplet.c: Likewise.
14311
83deb43f
JB
143122014-02-20 Joel Brobecker <brobecker@adacore.com>
14313
14314 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
14315 in .section pseudo-op.
14316
adde2bff
DE
143172014-02-20 lin zuojian <manjian2006@gmail.com>
14318 Joel Brobecker <brobecker@adacore.com>
14319 Doug Evans <xdje42@gmail.com>
14320
14321 PR symtab/16581
14322 * gdb.dwarf2/dw2-icycle.S: New file.
14323 * gdb.dwarf2/dw2-icycle.c: New file.
14324 * gdb.dwarf2/dw2-icycle.exp: New file.
14325
f7bd0f78
SC
143262014-02-19 Siva Chandra Reddy <sivachandra@google.com>
14327
14328 * gdb.python/py-value-cc.cc: Improve test case to enable testing
14329 operations on gdb.Value objects.
14330 * gdb.python/py-value-cc.exp: Add new test to test operations on
14331 gdb.Value objects.
14332
c17ef0d5
DE
143332014-02-18 Doug Evans <dje@google.com>
14334
14335 * Makefile.in (TESTS): New variable.
14336 (expanded_tests, expanded_tests_or_none): New variables
14337 (check-single): Pass $(expanded_tests_or_none) to runtest.
14338 (check-parallel): Only run tests in $(TESTS) if non-empty.
14339 (check/no-matching-tests-found): New rule.
14340 * README: Document TESTS makefile variable.
14341
5dd3176f
DE
143422014-02-18 Doug Evans <dje@google.com>
14343
14344 * Makefile.in (check-parallel): rm -rf outputs temp.
14345
0b10be4f
JK
143462014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14347
14348 Fix "ERROR: no fileid for" in the testsuite.
14349 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
14350
85f224e7
DE
143512014-02-12 Doug Evans <dje@google.com>
14352
14353 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
14354 (MISCELLANEOUS): New variable.
14355 (clean): rm -rf $(MISCELLANEOUS).
14356 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
14357 dwp live in the same directory as symlinks, with each symlink pointed
14358 to a differently named file in a different directory.
14359
149b30ff
DE
143602014-02-11 Doug Evans <dje@google.com>
14361
14362 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
14363 of Tcl file commands.
14364
1dfdac32
MK
143652014-02-10 Mark Kettenis <kettenis@gnu.org>
14366
14367 * gdb.threads/step-after-sr-lock.exp: Avoid executing
14368 "kill -SIGUSR1 -1".
14369
aa4fb036
JB
143702014-02-10 Joel Brobecker <brobecker@adacore.com>
14371
14372 * gdb.ada/tick_length_array_enum_idx: New testcase.
14373
ed3ef339
DE
143742014-02-10 Doug Evans <xdje42@gmail.com>
14375
14376 * configure.ac (AC_OUTPUT): Add gdb.guile.
14377 * configure: Regenerate.
14378 * lib/gdb-guile.exp: New file.
14379 * lib/gdb.exp (get_target_charset): New function.
14380 * gdb.base/help.exp: Update expected output from "apropos apropos".
14381 * gdb.guile/Makefile.in: New file.
14382 * gdb.guile/guile.exp: New file.
14383 * gdb.guile/scm-arch.c: New file.
14384 * gdb.guile/scm-arch.exp: New file.
14385 * gdb.guile/scm-block.c: New file.
14386 * gdb.guile/scm-block.exp: New file.
14387 * gdb.guile/scm-breakpoint.c: New file.
14388 * gdb.guile/scm-breakpoint.exp: New file.
14389 * gdb.guile/scm-disasm.c: New file.
14390 * gdb.guile/scm-disasm.exp: New file.
14391 * gdb.guile/scm-equal.c: New file.
14392 * gdb.guile/scm-equal.exp: New file.
14393 * gdb.guile/scm-error.exp: New file.
14394 * gdb.guile/scm-error.scm: New file.
14395 * gdb.guile/scm-frame-args.c: New file.
14396 * gdb.guile/scm-frame-args.exp: New file.
14397 * gdb.guile/scm-frame-args.scm: New file.
14398 * gdb.guile/scm-frame-inline.c: New file.
14399 * gdb.guile/scm-frame-inline.exp: New file.
14400 * gdb.guile/scm-frame.c: New file.
14401 * gdb.guile/scm-frame.exp: New file.
14402 * gdb.guile/scm-generics.exp: New file.
14403 * gdb.guile/scm-gsmob.exp: New file.
14404 * gdb.guile/scm-iterator.c: New file.
14405 * gdb.guile/scm-iterator.exp: New file.
14406 * gdb.guile/scm-math.c: New file.
14407 * gdb.guile/scm-math.exp: New file.
14408 * gdb.guile/scm-objfile-script-gdb.in: New file.
14409 * gdb.guile/scm-objfile-script.c: New file.
14410 * gdb.guile/scm-objfile-script.exp: New file.
14411 * gdb.guile/scm-objfile.c: New file.
14412 * gdb.guile/scm-objfile.exp: New file.
14413 * gdb.guile/scm-ports.exp: New file.
14414 * gdb.guile/scm-pretty-print.c: New file.
14415 * gdb.guile/scm-pretty-print.exp: New file.
14416 * gdb.guile/scm-pretty-print.scm: New file.
14417 * gdb.guile/scm-section-script.c: New file.
14418 * gdb.guile/scm-section-script.exp: New file.
14419 * gdb.guile/scm-section-script.scm: New file.
14420 * gdb.guile/scm-symbol.c: New file.
14421 * gdb.guile/scm-symbol.exp: New file.
14422 * gdb.guile/scm-symtab-2.c: New file.
14423 * gdb.guile/scm-symtab.c: New file.
14424 * gdb.guile/scm-symtab.exp: New file.
14425 * gdb.guile/scm-type.c: New file.
14426 * gdb.guile/scm-type.exp: New file.
14427 * gdb.guile/scm-value-cc.cc: New file.
14428 * gdb.guile/scm-value-cc.exp: New file.
14429 * gdb.guile/scm-value.c: New file.
14430 * gdb.guile/scm-value.exp: New file.
14431 * gdb.guile/source2.scm: New file.
14432 * gdb.guile/types-module.cc: New file.
14433 * gdb.guile/types-module.exp: New file.
14434
7026a7c1
YQ
144352014-02-10 Yao Qi <yao@codesourcery.com>
14436
14437 PR testsuite/16543
14438 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
14439 * configure: Regenerated.
14440 * Makefile.in: New file.
14441
6c466447
AS
144422014-02-08 Andreas Schwab <schwab@linux-m68k.org>
14443
14444 * gdb.python/py-framefilter.exp: Fix typo.
14445
6e854735
YQ
144462014-02-08 Yao Qi <yao@codesourcery.com>
14447
14448 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
14449 that no =breakpoint-modified is emitted when breakpoints are
14450 modified through MI commands.
14451
d137e6dc
PA
144522014-02-07 Pedro Alves <pedro@codesourcery.com>
14453 Pedro Alves <palves@redhat.com>
14454
14455 * gdb.threads/step-after-sr-lock.c: New file.
14456 * gdb.threads/step-after-sr-lock.exp: New file.
14457
b5ee5a50
PA
144582014-02-07 Pedro Alves <palves@redhat.com>
14459
14460 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
14461
3c77faf3
JK
144622014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
14463
14464 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
14465 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
14466
6dddc817
DE
144672014-02-06 Doug Evans <xdje42@gmail.com>
14468
14469 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
14470 output.
14471
14472 * gdb.gdb/python-interrupts.exp: New file.
14473
de7b2893
YQ
144742014-02-05 Yao Qi <yao@codesourcery.com>
14475
14476 * gdb.trace/report.exp (use_collected_data): Test the output
14477 of "info threads" and "info inferiors".
14478
66d032ac
YQ
144792014-02-05 Yao Qi <yao@codesourcery.com>
14480
14481 Revert this patch:
14482
14483 2013-05-24 Yao Qi <yao@codesourcery.com>
14484
14485 * gdb.trace/tfile.exp: Test inferior and thread.
14486
591a12a1
UW
144872014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14488
14489 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
14490 on a function.
14491 * gdb.base/step-bt.c: Call hello via function pointer to make
14492 sure its first instruction is executed on powerpc64le-linux.
14493
0ff3e01f
UW
144942014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14495
14496 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
14497
084ee545
UW
144982014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14499
14500 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
14501 of the test patterns for use on little-endian systems.
14502
6ed14ff3
UW
145032014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14504
14505 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
14506 (decimal_vector): Fix for little-endian.
14507
401e27fd
JM
145082014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
14509
14510 * gdb.arch/sparc-sysstep.exp: New file.
14511 * gdb.arch/sparc-sysstep.c: Likewise.
14512
14513 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
14514
8b924729
EBM
145152014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14516
14517 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
14518
fb151210
JB
145192014-01-23 Tom Tromey <tromey@redhat.com>
14520
14521 * gdb.ada/array_char_idx: New testcase.
14522
0740f8d8
TT
145232014-01-23 Tom Tromey <tromey@redhat.com>
14524
14525 PR python/16487:
14526 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
14527 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
14528 classes.
14529
21909fa1
TT
145302014-01-23 Tom Tromey <tromey@redhat.com>
14531
14532 PR python/16491:
14533 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
14534 string from an inferior frame.
14535 * gdb.python/py-framefilter-mi.exp: Update.
14536
87ce2a04
DE
145372014-01-22 Doug Evans <dje@google.com>
14538
14539 * gdb.server/server-mon.exp: Add tests for "set debug-format".
14540
237b092b
AA
145412014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14542
14543 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
14544
d674a709
AA
145452014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14546
14547 * gdb.trace/entry-values.exp: Remove excess space character from
14548 regex patterns. Handle s390 call instruction.
14549
20fa3390
AA
145502014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14551
14552 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
14553 define "*_start" label. Make "name" static.
14554 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
14555 ${name} by references to ${name}_start.
14556
78466714
AA
145572014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14558
14559 * gdb.base/info-macros.exp: Remove "debug" from the compile
14560 options.
14561
ec9f644a
IB
145622014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14563
14564 * gdb.dlang/demangle.exp: New file.
14565
94b1b47e
IB
145662014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14567
14568 * gdb.dlang/primitive-types.exp: New file.
14569
7f420862
IB
145702014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14571
14572 * configure.ac: Create gdb.dlang/Makefile.
14573 * configure: Regenerate.
14574 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
14575 * gdb.dlang/Makefile.in: New file.
14576 * lib/d-support.exp: New file.
14577 * lib/gdb.exp (skip_d_tests): New proc.
14578
52834460
MM
145792014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14580
14581 * gdb.btrace/delta.exp: Check reverse stepi.
14582 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
14583 * gdb.btrace/finish.exp: New.
14584 * gdb.btrace/next.exp: New.
14585 * gdb.btrace/nexti.exp: New.
14586 * gdb.btrace/record_goto.c: Add comments.
14587 * gdb.btrace/step.exp: New.
14588 * gdb.btrace/stepi.exp: New.
14589 * gdb.btrace/multi-thread-step.c: New.
14590 * gdb.btrace/multi-thread-step.exp: New.
14591 * gdb.btrace/rn-dl-bind.c: New.
14592 * gdb.btrace/rn-dl-bind.exp: New.
14593 * gdb.btrace/data.c: New.
14594 * gdb.btrace/data.exp: New.
14595 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
14596
6e07b1d2
MM
145972014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14598
14599 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
14600 * gdb.btrace/exception.exp: Update.
14601 * gdb.btrace/instruction_history.exp: Update.
14602 * gdb.btrace/record_goto.exp: Update.
14603 * gdb.btrace/tailcall.exp: Update.
14604 * gdb.btrace/unknown_functions.exp: Update.
14605 * gdb.btrace/delta.exp: New.
14606
0b722aec
MM
146072014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14608
14609 * gdb.btrace/record_goto.exp: Add backtrace test.
14610 * gdb.btrace/tailcall.exp: Add backtrace test.
14611
066ce621
MM
146122014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14613
14614 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
14615 * gdb.btrace/record_goto.c: New.
14616 * gdb.btrace/record_goto.exp: New.
14617 * gdb.btrace/x86-record_goto.S: New.
14618
0688d04e
MM
146192014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14620
14621 * gdb.btrace/function_call_history.exp: Update tests.
14622 * gdb.btrace/instruction_history.exp: Update tests.
14623
8710b709
MM
146242014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14625
14626 * gdb.btrace/function_call_history.exp: Fix expected field
14627 order for "record function-call-history".
14628 Add new tests for "record function-call-history /c".
14629 * gdb.btrace/exception.cc: New.
14630 * gdb.btrace/exception.exp: New.
14631 * gdb.btrace/tailcall.exp: New.
14632 * gdb.btrace/x86-tailcall.S: New.
14633 * gdb.btrace/x86-tailcall.c: New.
14634 * gdb.btrace/unknown_functions.c: New.
14635 * gdb.btrace/unknown_functions.exp: New.
14636 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
14637
5de9129b
MM
146382014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14639
14640 * gdb.btrace/instruction_history.exp: Update.
14641 * gdb.btrace/function_call_history.exp: Update.
14642
23a7fe75
MM
146432014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14644
14645 * gdb.btrace/function_call_history.exp: Fix expected function
14646 trace.
14647 * gdb.btrace/instruction_history.exp: Initialize traced.
14648 Remove traced_functions.
14649
724c7dd8
MM
146502014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14651
14652 * gdb.btrace/function_call_history.exp: Update
14653 * gdb.btrace/instruction_history.exp: Update.
14654
6d78d93b
MM
146552014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14656
14657 * gdb.btrace/enable.exp: Update expected text.
14658
93a360cc
OJ
146592014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
14660
14661 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
14662 bytes.
14663
3772b53f
MR
146642014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
14665
14666 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
14667
596662fa
OJ
146682014-01-15 Omair Javaid <omair.javaid@linaro.org>
14669
14670 * lib/gdb.exp (supports_process_record): Return true for
14671 arm*-linux*. (supports_reverse): Likewise.
14672
b5b08fb4
SC
146732014-01-13 Siva Chandra Reddy <sivachandra@google.com>
14674
14675 PR python/15464
14676 PR python/16113
14677 * gdb.python/py-type.c: Enhance test case.
14678 * gdb.python/py-value-cc.cc: Likewise
14679 * gdb.python/py-type.exp: Add new tests.
14680 * gdb.python/py-value-cc.exp: Likewise
14681
52d7fb13
AA
146822014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14683 Pedro Alves <palves@redhat.com>
14684
14685 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
14686 Make "name" extern.
14687 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
14688 references to ${name}_start by references to ${name}.
14689
a2cd8cfe
JB
146902014-01-10 Joel Brobecker <brobecker@adacore.com>
14691
14692 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
14693
4e23fced
JB
146942014-01-10 Joel Brobecker <brobecker@adacore.com>
14695
14696 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
14697
c6a9e42c
PA
146982014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
14699 Pedro Alves <palves@redhat.com>
14700
14701 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 14702 mi_gdb_target_load.
c6a9e42c 14703
b7ea362b
PA
147042014-01-08 Pedro Alves <palves@redhat.com>
14705
14706 * gdb.threads/reconnect-signal.c: New file.
14707 * gdb.threads/reconnect-signal.exp: New file.
14708
5e3f4fab
EBM
147092014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14710
14711 * gdb.base/source-dir.exp: New file.
14712
79301218
JB
147132014-01-07 Joel Brobecker <brobecker@adacore.com>
14714
14715 * gdb.ada/mi_interface: New testcase.
14716
8e355c5d
JB
147172014-01-07 Joel Brobecker <brobecker@adacore.com>
14718
14719 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
14720 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
14721 gdb.ada/pp-rec-component/pck.ads: New files.
14722
c0d48811
JB
147232014-01-07 Joel Brobecker <brobecker@adacore.com>
14724
14725 * gdb.python/py-pp-integral.c: New file.
14726 * gdb.python/py-pp-integral.py: New file.
14727 * gdb.python/py-pp-integral.exp: New file.
14728
17b609c3 14729For older changes see ChangeLog-1993-2013.
c906108c 14730\f
8d8cb839
EZ
14731;; Local Variables:
14732;; mode: change-log
14733;; left-margin: 8
14734;; fill-column: 74
14735;; version-control: never
14736;; End:
902f2ccb 14737
e2882c85 14738 Copyright 2014-2018 Free Software Foundation, Inc.
902f2ccb
MC
14739 Copying and distribution of this file, with or without modification,
14740 are permitted provided the copyright notice and this notice are preserved.
This page took 3.323455 seconds and 4 git commands to generate.