]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Automatic date update in version.in
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
a466edac
HAQ
12018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
2
3 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
4
4ee9b0c5
SL
52018-09-18 Sandra Loosemore <sandra@codesourcery.com>
6
7 * gdb.base/complete-empty.exp: Skip tab-completion tests if
8 no readline.
9 * gdb.base/utf8-identifiers.exp: Likewise.
10 * gdb.cp/cpcompletion.exp: Likewise.
11 * gdb.linespec/cpcompletion.exp: Likewise.
12 * gdb.linespec/cpls-abi-tag.exp: Likewise.
13 * gdb.linespec/cpls-ops.exp: Likewise.
14
23be8da7
RB
152018-09-19 Richard Bunt <richard.bunt@arm.com>
16 Chris January <chris.january@arm.com>
17
18 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
19 * gdb.fortran/short-circuit-argument-list.exp: New file.
20 * gdb.fortran/short-circuit-argument-list.f90: New test.
21
5031d0ae
SDJ
222018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
23
24 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
25 "arch=" keyword when executing "-stack-list-frames".
26
b4c0d1a4
SDJ
272018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
28
29 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
30 "arch=" keyword when executing "-stack-list-frames".
31
7a6d2b45
SDJ
322018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
33
34 * gdb.ada/complete.exp: Expect for "@" when doing "complete
35 break ada".
36
8588b356
SM
372018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
38
39 PR python/23669
40 * gdb.python/python.exp: Test gdb.execute("show commands").
41
65e65158
TT
422018-09-16 Tom Tromey <tom@tromey.com>
43
44 * gdb.base/new-ui.exp (do_execution_tests): Update.
45 * gdb.base/dbx.exp (test_breakpoints): Update.
46
bf326452
AH
472018-09-14 Alan Hayward <alan.hayward@arm.com>
48
49 * lib/gdb.exp (gdb_simple_compile): Add proc.
50 (is_elf_target): Use gdb_simple_compile.
51 (skip_altivec_tests): Likewise.
52 (skip_vsx_tests): Likewise.
53 (skip_tsx_tests): Likewise.
54 (skip_btrace_tests): Likewise.
55 (skip_btrace_pt_tests): Likewise.
56 (gdb_can_simple_compile): Likewise.
57 (gdb_has_argv0): Likewise.
58 (gdb_target_symbol_prefix): Likewise.
59 (target_supports_scheduler_locking): Likewise.
60
2361b0fb
TT
612018-09-13 Tom Tromey <tom@tromey.com>
62
63 * Makefile.in (TAGS): Recognize proc_with_prefix and
64 gdb_caching_proc.
65
0ae1a321
SM
662018-09-13 Simon Marchi <simon.marchi@ericsson.com>
67
68 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
69 method.
70
a40bf0c2
SM
712018-09-13 Simon Marchi <simon.marchi@ericsson.com>
72
73 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
74 and a few other Inferior properties when the Inferior is no
75 longer valid.
76
4a3fe98f
TT
772018-09-13 Tom Tromey <tom@tromey.com>
78
79 PR rust/23650:
80 * gdb.rust/simple.exp: Add test for enum field access error.
81
098b2108
TT
822018-09-13 Tom Tromey <tom@tromey.com>
83
84 PR rust/23626:
85 * gdb.rust/simple.rs (EmptyEnum): New type.
86 (main): Use it.
87 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
88
1256af7d
SM
892018-09-13 Simon Marchi <simon.marchi@ericsson.com>
90
91 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
92 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
93 * gdb.python/py-symtab.exp: Update test printing an objfile.
94
4aa8e6c2
SM
952018-09-12 Simon Marchi <simon.marchi@ericsson.com>
96
97 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
98 object.
99
c221b2f7
AH
1002018-09-12 Alan Hayward <alan.hayward@arm.com>
101
102 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
103 (support_complex_tests): Use gdb_can_simple_compile.
104 (is_ilp32_target): Likewise.
105 (is_lp64_target): Likewise.
106 (is_64_target): Likewise.
107 (is_amd64_regs_target): Likewise.
108 (is_aarch32_target): Likewise.
109 (gdb_int128_helper): Likewise.
110
6f1107b5
JK
1112018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
112
113 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
114
1f5d1570
JG
1152018-09-10 Jerome Guitton <guitton@adacore.com>
116
117 * gdb.ada/same_component_name: Add test for case of tagged record
118 with variable-length fields.
119
cc330e39
XR
1202018-09-10 Xavier Roirand <roirand@adacore.com>
121
122 * gdb.ada/access_to_unbounded_array.exp: New testcase.
123 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
124 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
125 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
126
b9c50e9a
XR
1272018-09-10 Xavier Roirand <roirand@adacore.com>
128
129 * gdb.ada/mi_string_access.exp: New testcase.
130 * gdb.ada/mi_string_access/bar.adb: New file.
131 * gdb.ada/mi_string_access/pck.adb: New file.
132 * gdb.ada/mi_string_access/pck.asd: New file.
133
2963898f
XR
1342018-09-10 Xavier Roirand <roirand@adacore.com>
135
136 * gdb.ada/mi_var_union.exp: New testcase.
137 * gdb.ada/mi_var_union/bar.adb: New file.
138 * gdb.ada/mi_var_union/pck.adb: New file.
139 * gdb.ada/mi_var_union/pck.asd: New file.
140
1aac008f
TT
1412018-09-08 Tom Tromey <tom@tromey.com>
142
143 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
144
332cf4c9
TT
1452018-09-08 Tom Tromey <tom@tromey.com>
146
147 PR python/16047:
148 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
149 (register_pretty_printers): Register new printer.
150 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
151 test.
152 * gdb.python/py-prettyprint.c (int_type3): New typedef.
153 (an_int_type3): New global.
154
424da6cf
JB
1552018-09-08 Joel Brobecker <brobecker@adacore.com>
156
157 * gdb.ada/expr_with_funcall: New testcase.
158
2a62dfa9
JB
1592018-09-08 Joel Brobecker <brobecker@adacore.com>
160
161 * gdb.ada/packed_array_assign: New testcase.
162
96b6697f
AB
1632018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
164
165 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
166 names, and add test prefixes to make test names unique.
167
e4a62c65
TV
1682018-09-05 Tom de Vries <tdevries@suse.de>
169
170 * gdb.dwarf2/varval.exp: Add test.
171
dd083ee2
GB
1722018-09-04 Gary Benson <gbenson@redhat.com>
173
174 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
175 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
176
aef9346c
TT
1772018-08-31 Tom Tromey <tom@tromey.com>
178
179 * gdb.rust/simple.rs: Rename second variable "v".
180
c67f2e15
AB
1812018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
182
183 * gdb.base/funcargs.c (use_a): New function.
184 (recurse): Call use_a.
185
078a0207
KS
1862018-08-29 Keith Seitz <keiths@redhat.com>
187
188 * gdb.compile/compile-cplus-anonymous.cc: New file.
189 * gdb.compile/compile-cplus-anonymous.exp: New file.
190 * gdb.compile/compile-cplus-array-decay.cc: New file.
191 * gdb.compile/compile-cplus-array-decay.exp: New file.
192 * gdb.compile/compile-cplus-inherit.cc: New file.
193 * gdb.compile/compile-cplus-inherit.exp: New file.
194 * gdb.compile/compile-cplus-member.cc: New file.
195 * gdb.compile/compile-cplus-member.exp: New file.
196 * gdb.compile/compile-cplus-method.cc: New file.
197 * gdb.compile/compile-cplus-method.exp: New file.
198 * gdb.compile/compile-cplus-mod.c: "New" file.
199 * gdb.compile/compile-cplus-namespace.cc: New file.
200 * gdb.compile/compile-cplus-namespace.exp: New file.
201 * gdb.compile/compile-cplus-nested.cc: New file.
202 * gdb.compile/compile-cplus-nested.exp: New file.
203 * gdb.compile/compile-cplus-print.c: "New" file.
204 * gdb.compile/compile-cplus-print.exp: "New" file.
205 * gdb.compile/compile-cplus-virtual.cc: New file.
206 * gdb.compile/compile-cplus-virtual.exp: New file.
207 * gdb.compile/compile-cplus.c: "New" file.
208 * gdb.compile/compile-cplus.exp: "New" file.
209 * lib/compile-support.exp: New file.
210
b0f492b9
GB
2112018-08-16 Gary Benson <gbenson@redhat.com>
212
213 PR gdb/13000:
214 * gdb.base/batch-exit-status.exp: New file.
215 * gdb.base/batch-exit-status.good-commands: Likewise.
216 * gdb.base/batch-exit-status.bad-commands: Likewise.
217
36eb4c5f
AH
2182018-08-29 Alan Hayward <alan.hayward@arm.com>
219
220 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
221 (struct struct02): Likewise.
222 (struct struct03): Likewise.
223 (struct struct04): Likewise.
224 (struct struct_01_01): New struct.
225 (struct struct_01_02): Likewise.
226 (struct struct_01_03): Likewise.
227 (struct struct_01_04): Likewise.
228 (struct struct_02_01): Likewise.
229 (struct struct_02_02): Likewise.
230 (struct struct_02_03): Likewise.
231 (struct struct_02_04): Likewise.
232 (struct struct_04_01): Likewise.
233 (struct struct_04_02): Likewise.
234 (struct struct_04_03): Likewise.
235 (struct struct_04_04): Likewise.
236 (struct struct_05_01): Likewise.
237 (struct struct_05_02): Likewise.
238 (struct struct_05_03): Likewise.
239 (struct struct_05_04): Likewise.
240 (cmp_struct01): Remove function.
241 (cmp_struct02): Likewise.
242 (cmp_struct03): Likewise.
243 (cmp_struct04): Likewise.
244 (cmp_struct_01_01): Add Function.
245 (cmp_struct_01_02): Likewise.
246 (cmp_struct_01_03): Likewise.
247 (cmp_struct_01_04): Likewise.
248 (cmp_struct_02_01): Likewise.
249 (cmp_struct_02_02): Likewise.
250 (cmp_struct_02_03): Likewise.
251 (cmp_struct_02_04): Likewise.
252 (cmp_struct_04_01): Likewise.
253 (cmp_struct_04_02): Likewise.
254 (cmp_struct_04_03): Likewise.
255 (cmp_struct_04_04): Likewise.
256 (cmp_struct_05_01): Likewise.
257 (cmp_struct_05_02): Likewise.
258 (cmp_struct_05_03): Likewise.
259 (cmp_struct_05_04): Likewise.
260 (call_all): Add new structs.
261 * gdb.base/infcall-nested-structs.exp: Likewise.
262
3bf9c013
JV
2632018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
264
265 * gdb.python/py-framefilter-mi.exp: Update regexp to
266 check for "arch" field in frame output.
267
450d1e88
KB
2682018-08-23 Kevin Buettner <kevinb@redhat.com>
269
270 * gdb.dwarf2/dw2-ranges-func.c: New file.
271 * gdb.dwarf2/dw2-ranges-func.exp: New file.
272
ae739fe7
SM
2732018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
274
275 * gdb.base/term.exp: Compare terminal settings with values from
276 the inferior.
277 * gdb.base/term.c: Get and set terminal settings.
278
6d52907e
JV
2792018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
280
281 * lib/mi-support.exp (mi_expect_stop): Update regexp to
282 accommodate new "arch" field in frame output.
283 * gdb.mi/mi-return.exp: Likewise.
284 * gdb.mi/mi-stack.exp: Likewise.
285 * gdb.mi/mi-syn-frame.exp: Likewise.
286 * gdb.mi/user-selected-context-sync.exp: Likewise.
287
be2d111a
MS
2882018-08-19 Michael Spang <spang@google.com>
289
290 PR gdb/11786
291 * gdb.base/gcore-tls-pie.c: New file.
292 * gdb.base/gcore-tls-pie.exp: New file.
293
ae3a7c47
KB
2942018-08-18 Kevin Buettner <kevinb@redhat.com>
295
296 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
297 * gdb.dwarf2/varval.c: New file.
298 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 299
2ecae92e
AH
3002018-08-17 Alan Hayward <alan.hayward@arm.com>
301
302 PR gdb/18931
303 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
304
c1854f1d
KS
3052018-08-16 Keith Seitz <keiths@redhat.com>
306
307 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
308 tests expected to pass.
309
26fb3983
JV
3102018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
311
312 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
313 -data-disassemble -a.
314 (test_disassembly_bogus_args): Likewise.
315
67943c00
AB
3162018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
317
318 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
319
5ff2bbae
AB
3202018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
321
322 * gdb.base/vla-optimized-out.exp: Add new test.
323
e5bbcd0f
AB
3242018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
325
326 * gdb.base/vla-optimized-out-o3.exp: Delete.
327 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
328 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
329 deleted tests.
330
9d4a934c
AB
3312018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
332
333 PR gdb/18050:
334 * gdb.server/extended-remote-restart.c: New file.
335 * gdb.server/extended-remote-restart.exp: New file.
336
045cf012
SM
3372018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
338
339 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
340 "set variable index = 42".
341
87d6a7aa
SM
3422018-08-07 Simon Marchi <simon.marchi@ericsson.com>
343
344 * boards/index-cache-gdb.exp: New file.
345 * gdb.dwarf2/index-cache.exp: New file.
346 * gdb.dwarf2/index-cache.c: New file.
347 * gdb.base/maint.exp: Check if we are using the index cache.
348
96d68bd4
RO
3492018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
350
351 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
352 MAKEFLAGS.
353
5a699617
RO
3542018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
355
356 * dg-extract-results.sh: Move to toplevel contrib.
357 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
358 * Makefile.in (check-parallel-racy): Likewise.
359
5bd18990
AB
3602018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
361
362 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
363 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
364 tests if the target supports scheduler locking.
365
3fbbcf47
TV
3662018-08-04 Tom de Vries <tdevries@suse.de>
367
368 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
369
3e1d3d8c
TT
3702018-08-02 Tom Tromey <tom@tromey.com>
371
372 PR symtab/16842.
373 * gdb.cp/temargs.exp: Test "info address" of a template
374 parameter.
375
5abe0f0c
JV
3762018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
377
378 * gdb.python/py-mi-var-info-path-expression.c: New file.
379 * gdb.python/py-mi-var-info-path-expression.py: New file.
380 * gdb.python/py-mi-var-info-path-expression.exp: New file.
381
fb66cde8
SDJ
3822018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
383
384 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
385 error after "cannot resolve name" string.
386
c708f4d2
AB
3872018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
388
389 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
390 started.
391 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
392
37cc0cae
TV
3932018-07-28 Tom de Vries <tdevries@suse.de>
394
395 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
396
63b4ecf7
TV
3972018-07-26 Tom de Vries <tdevries@suse.de>
398
399 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
400
3c3bb058
AB
4012018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
402
403 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
404 is visible.
405
9e7f3bbb
TV
4062018-07-26 Tom de Vries <tdevries@suse.de>
407
408 PR breakpoints/23366
409 * gdb.base/catch-follow-exec.c: New test.
410 * gdb.base/catch-follow-exec.exp: New file.
411
16f808ec
TV
4122018-07-25 Tom de Vries <tdevries@suse.de>
413
414 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
415 vla-optimized-out.c.
416
d7154a8d
JV
4172018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
418
419 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
420 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
421
232a0032
TV
4222018-07-20 Tom de Vries <tdevries@suse.de>
423
424 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
425 NOCLONE macro.
426 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
427
fbb1d502
TV
4282018-07-19 Tom de Vries <tdevries@suse.de>
429
430 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
431 regular expression.
432
42dc7699
TV
4332018-07-18 Tom de Vries <tdevries@suse.de>
434
435 * gdb.base/vla-optimized-out.c: New test.
436 * gdb.base/vla-optimized-out.exp: New file.
437
7f1f7e23
SDJ
4382018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
439
440 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
441 message "No address associated with hostname" when gdbserver
442 cannot resolve the hostname.
443
5759ebb3
PW
4442018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
445
446 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
447 Add some test prefixes to make tests unique.
448
3606ccab
PW
4492018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
450
451 * gdb.base/frameapply.c: New file.
452 * gdb.base/frameapply.exp: New file.
453
529c08b2
PW
4542018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
455
456 * gdb.base/skip.exp: Update expected error message.
457
c7ab0aef
SDJ
4582018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
459 Jan Kratochvil <jan.kratochvil@redhat.com>
460 Paul Fertser <fercerpav@gmail.com>
461 Tsutomu Seki <sekiriki@gmail.com>
462
463 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
464 parameter.
465 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
466 by default.
467 * boards/native-gdbserver.exp: Likewise.
468 * gdb.server/run-without-local-binary.exp: Improve regexp used
469 for detecting when a remote debugging connection succeeds.
470 * gdb.server/server-connect.exp: New file.
471 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
472 Do not prefix the port number with ":".
473 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
474 support for detecting and using it. Add '$debughost_gdbserver'
475 to the list of arguments used to start gdbserver. Handle case
476 when gdbserver cannot resolve a network name.
477
16ff70dd
SDJ
4782018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
479
480 PR c++/23373
481 * gdb.base/ptype-offsets.cc (struct static_member): New
482 struct.
483 (main) <stmember>: New variable.
484 * gdb.base/ptype-offsets.exp: Add test for printing a struct
485 with a static member in it.
486
3541979f
AB
4872018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
488
489 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
490 watchpoints enabled and disabled.
491
c8ad9b9a
AB
4922018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
493
494 * gdb.base/examine-backward.exp: Still run tests around address
495 0x0, even if address 0x0 is not readable. Update the pattern for
496 matching address 0x0 in expected output.
497
e0e5e971
AB
4982018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
499
500 * gdb.base/share-env-with-gdbserver.c (main): Add call to
501 malloc/free.
502
1ea5da02
TV
5032018-07-04 Tom de Vries <tdevries@suse.de>
504
505 * gdb.dwarf2/dw2-error.exp: Update expected error message.
506
471b9d15
MR
5072018-07-02 Maciej W. Rozycki <macro@mips.com>
508
509 PR tdep/8282
510 * gdb.arch/mips-disassembler-options.exp: New test.
511 * gdb.arch/mips-disassembler-options.s: New test source.
512
75acb486
PA
5132018-06-29 Pedro Alves <palves@redhat.com>
514
515 * gdb.threads/names.exp: Adjust expected "info threads" output.
516
cd2bb709
PA
5172018-06-29 Pedro Alves <palves@redhat.com>
518
519 * gdb.opt/inline-break.exp (line number, address): Add "info
520 break" tests.
521
991ff292
PA
5222018-06-29 Pedro Alves <palves@redhat.com>
523
524 * gdb.opt/inline-break.c (func1): Add "break here" marker.
525 * gdb.opt/inline-break.exp: Test setting breakpoints by line
526 number and address and running to them.
527
356819b6 5282018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
529
530 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
531
2512d7ef
JK
5322018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
533
534 * lib/compiler.c: Remove executable permission flag.
535
be1b6474
RB
5362018-06-28 Richard Bunt <richard.bunt@arm.com>
537
538 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
539 code.
540 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
541
291f9a96
PT
5422018-06-28 Petr Tesarik <ptesarik@suse.cz>
543
544 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
545
ed6dfe51
PT
5462018-06-28 Petr Tesarik <ptesarik@suse.cz>
547
548 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
549 address argument is omitted.
550
d4d429d5
PT
5512018-06-28 Petr Tesarik <ptesarik@suse.cz>
552
553 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
554
7ab6656f
OJ
5552018-06-27 Omair Javaid <omair.javaid@linaro.org>
556
557 PR gdb/21695
558 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
559 * gdb.base/infoline-reloc-main-from-zero.c: New file.
560
a33ccfc7
TT
5612018-06-26 Tom Tromey <tom@tromey.com>
562
563 PR rust/22574:
564 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
565 * gdb.rust/simple.rs (struct SimpleLayout): New.
566
6d72d289
SM
5672018-06-22 Simon Marchi <simon.marchi@ericsson.com>
568
569 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
570 "info registers" output.
571
8363f9d5
RB
5722018-06-21 Richard Bunt <richard.bunt@arm.com>
573
574 * gdb.base/watchpoint-hw-attach.c: New test.
575 * gdb.base/watchpoint-hw-attach.exp: New file.
576
f00674fe
SM
5772018-06-20 Simon Marchi <simon.marchi@ericsson.com>
578
579 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
580 through /bin/sh.
581 * boards/dwarf4-gdb-index.exp: Likewise.
582 * boards/fission-dwp.exp: Likewise.
583
1d554008
UW
5842018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
585
586 * gdb.base/float128.exp: Add comment and improved fail message
587 to the failure case of "print large128" test.
588
d0ac1c44
SM
5892018-06-19 Simon Marchi <simon.marchi@ericsson.com>
590
591 * configure.ac: Remove AC_PREREQ.
592 * configure: Re-generate.
593
61b04dd0
PA
5942018-06-19 Pedro Alves <palves@redhat.com>
595
596 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
597 (func_extern_caller): New.
598 (main): Call func_extern_caller.
599 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
600 logic change.
601
f63b508a
SM
6022018-06-18 Weimin Pan <weimin.pan@oracle.com>
603
604 PR gdb/16841
605 * gdb.cp/typedef-base.cc: New file.
606 * gdb.cp/typedef-base.exp: New file.
607
0fe3a558
TV
6082018-06-18 Tom de Vries <tdevries@suse.de>
609
610 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
611
7010835a
AB
6122018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
613 Richard Bunt <Richard.Bunt@arm.com>
614
615 * gdb.threads/attach-slow-waitpid.c: New file.
616 * gdb.threads/attach-slow-waitpid.exp: New file.
617 * gdb.threads/slow-waitpid.c: New file.
618
14897d65
PA
6192018-06-14 Pedro Alves <palves@redhat.com>
620
621 * gdb.base/fork-running-state.c: Include <errno.h>.
622 (exit_if_relative_exits): New.
623 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
624 exits.
625 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
626 child exits.
627
5d9a0608
TV
6282018-06-14 Tom de Vries <tdevries@suse.de>
629
630 PR cli/22573
631 * gdb.base/finish-pretty.c: New test.
632 * gdb.base/finish-pretty.exp: New file.
633
11ae5818
PA
6342018-06-14 Pedro Alves <palves@redhat.com>
635
636 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
637 gdb's expected startup output.
638
1d39de44
PA
6392018-06-14 Pedro Alves <palves@redhat.com>
640
641 * lib/selftest-support.exp (selftest_setup): Remove inlined
642 function handling.
643
70ee0000
TV
6442018-06-14 Tom de Vries <tdevries@suse.de>
645
646 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
647 matching of breakpoint printing.
648
11f4b608
TV
6492018-06-13 Tom de Vries <tdevries@suse.de>
650
651 PR testsuite/23269
652 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
653 (fork_child): ... here, and ...
654 (fork_parent): ... here.
655
6562018-06-12 Tom de Vries <tdevries@suse.de>
657
658 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
659
9516f85a
AB
6602018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
661 Stephen Roberts <stephen.roberts@arm.com>
662
663 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
664 rewrite test to describe action performed, rather than possible
665 failure.
666
5045b3d7
GB
6672018-06-08 Gary Benson <gbenson@redhat.com>
668
669 * gdb.threads/check-libthread-db.exp: New file.
670 * gdb.threads/check-libthread-db.c: Likewise.
671
c61b06a1
TT
6722018-06-05 Tom Tromey <tom@tromey.com>
673
674 * gdb.base/default.exp: Update expected "show version" output.
675
eb6af809
TT
6762018-06-05 Tom Tromey <tom@tromey.com>
677
678 PR cli/12326:
679 * gdb.cp/static-print-quit.exp: Update.
680 * lib/gdb.exp (pagination_prompt): Update.
681 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
682 * gdb.python/python.exp: Update.
683
178d6a63
JB
6842018-06-04 Joel Brobecker <brobecker@adacore.com>
685
686 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
687
8e817061
JB
6882018-06-01 Joel Brobecker <brobecker@adacore.com>
689
690 * gdb.ada/bp_fun_addr: New testcase.
691
e86ca25f
TT
6922018-06-01 Tom Tromey <tom@tromey.com>
693
694 * gdb.xml/tdesc-regs.exp (load_description): Update expected
695 results.
696 * gdb.dwarf2/method-ptr.exp: Set language to C++.
697 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
698 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
699 * gdb.base/maint.exp (maint_pass_if): Update.
700
4b2dfa9d
MR
7012018-05-31 Maciej W. Rozycki <macro@mips.com>
702
703 * gdb.base/endian.exp: New test.
704 * gdb.base/endian.c: New test source.
705
45f25d6c
AB
7062018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
707
708 PR gdb/23203
709 * gdb.base/bt-selected-frame.c: New file.
710 * gdb.base/bt-selected-frame.exp: New file.
711 * lib/gdb.exp (get_current_frame_number): New function.
712
d9f6d7f8
MR
7132018-05-24 Maciej W. Rozycki <macro@mips.com>
714 Pedro Alves <palves@redhat.com>
715
716 * gdb.threads/tls-core.c: Include <stdlib.h>
717 (thread_proc): Call `abort'.
718 * gdb.threads/tls-core.exp: Generate a core with core_find too.
719 (tls_core_test): New procedure, bits factored out from ...
720 (top level): ... here. Test both native cores and gcore cores.
721
ff1cf532
TT
7222018-05-23 Tom Tromey <tom@tromey.com>
723
724 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
725
b98664d3
TT
7262018-05-23 Tom Tromey <tom@tromey.com>
727
728 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
729 symfile_complaints.
730 (test_short_complaints): Likewise.
731 (test_empty_complaints): Likewise.
732 (test_initial_complaints): Update.
733
4e9668d0
TT
7342018-05-23 Tom Tromey <tom@tromey.com>
735
736 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
737
43ba33c7
TT
7382018-05-23 Tom Tromey <tom@tromey.com>
739
740 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
741 (test_short_complaints): Update.
742
035522c0
PA
7432018-05-22 Pedro Alves <palves@redhat.com>
744
745 * gdb.base/remote.exp: Only gdb_start after compiling the
746 testcase. Issue "disconnect" before testing "set remote" command
747 defaults. Issue clean_restart before running to main.
748
cc0be08f
PA
7492018-05-22 Pedro Alves <palves@redhat.com>
750
751 * gdb.base/remote.exp: Adjust expected output of "show remote
752 memory-write-packet-size". Add tests for "set remote
753 memory-write-packet-size 0" and "set remote
754 memory-write-packet-size fixed/limit".
755
b1b60145
PA
7562018-05-22 Pedro Alves <palves@redhat.com>
757
758 PR gdb/22973
759 * gdb.base/utf8-identifiers.c: New file.
760 * gdb.base/utf8-identifiers.exp: New file.
761
0ec848ad
PFC
7622018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
763
764 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
765
2c3305f6
PFC
7662018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
767
768 * gdb.arch/powerpc-vsx-gcore.exp: New file.
769
ce1e8424
TT
7702018-05-18 Tom Tromey <tom@tromey.com>
771
772 * gdb.base/ptype-offsets.exp: Update.
773
ddfe970e
KS
7742018-05-17 Keith Seitz <keiths@redhat.com>
775
776 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
777 in expected breakpoint stop locations.
778 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
779 move to proper scope to test variable values.
780 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
781 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
782 New functions.
783 (main): Call not_inline_func3.
784 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
785 inline_func1, inline_func2, and inline_func3. Test that when each
786 breakpoint is hit, GDB properly reports both the stop location
787 and the backtrace. Repeat tests for temporary breakpoints.
788
0726fcc6
MR
7892018-05-15 Maciej W. Rozycki <macro@mips.com>
790
791 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
792 rather then trying to access it in determining whether the PID
793 of `gdbserver' could have been retrieved.
794
8ee22052
AB
7952018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
796
797 * gdb.arch/amd64-init-x87-values.S: New file.
798 * gdb.arch/amd64-init-x87-values.exp: New file.
799
7785df48
JK
8002018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
801
802 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
803
56bcdbea
TT
8042018-05-04 Tom Tromey <tom@tromey.com>
805
806 PR python/22730:
807 * gdb.python/python.exp: Test multi-line execute.
808
a913fffb
TT
8092018-05-04 Tom Tromey <tom@tromey.com>
810
811 PR python/22731:
812 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
813
7a2c85f2
TT
8142018-05-04 Tom Tromey <tom@tromey.com>
815
816 PR gdb/11750:
817 * gdb.base/define.exp: Test defining a user command inside a user
818 command.
819 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
820
a3b60e45
JK
8212018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
822 Pedro Alves <palves@redhat.com>
823
824 PR breakpoints/19806 and support for PR external/20207.
825 * gdb.base/watchpoint-unaligned.c: New file.
826 * gdb.base/watchpoint-unaligned.exp: New file.
827
45fe4a03
AB
8282018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
829
830 * gdb.base/maint.exp: Make test names unique, use
831 test_prefix_command_help to test 'help maint info', and remove
832 repeated test of 'help maint'.
833
9be2ae8f
TT
8342018-05-04 Tom Tromey <tom@tromey.com>
835
836 PR gdb/22619:
837 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
838 behavior.
839
11859c31
AB
8402018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
841
842 * gdb.base/maint.exp: Process output from 'maint print registers'
843 line at a time.
844
089a9490
AB
8452018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
846
847 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
848 timeout.
849
9b0797e2
AB
8502018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
851
852 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
853 filter pattern.
854
f6ac5f3d
PA
8552018-05-02 Pedro Alves <palves@redhat.com>
856
857 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
858 to_log_command renames.
859 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
860
77d3c63b
TT
8612018-05-02 Tom Tromey <tom@tromey.com>
862
863 * gdb.python/py-parameter.exp: Set test message.
864
0489430a
TT
8652018-05-02 Tom Tromey <tom@tromey.com>
866
867 PR python/20084:
868 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
869 PARAM_ZUINTEGER_UNLIMITED tests.
870
1632f8ba
DR
8712018-04-28 Dan Robertson <danlrobertson89@gmail.com>
872
873 PR rust/23124
874 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
875 when casting.
876
6d7bb824
TT
8772018-04-30 Tom Tromey <tom@tromey.com>
878
879 * gdb.python/py-type.exp: Check align attribute.
880 * gdb.python/py-type.c: New "aligncheck" global.
881
007e1530
TT
8822018-04-30 Tom Tromey <tom@tromey.com>
883
884 PR exp/17095:
885 * gdb.dwarf2/dw2-align.exp: New file.
886 * gdb.cp/align.exp: New file.
887 * gdb.base/align.exp: New file.
888 * lib/gdb.exp (gdb_int128_helper): New proc.
889 (has_int128_c, has_int128_cxx): New caching procs.
890
6873858b
TT
8912018-04-27 Tom Tromey <tom@tromey.com>
892
893 PR rust/22545:
894 * gdb.rust/simple.exp: Add inclusive range tests.
895
79188d8d
PA
8962018-04-26 Pedro Alves <palves@redhat.com>
897
898 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
899 ifunc breakpoint locations correctly of ifunc breakpoints set
900 while the program resolves the ifunc.
901
c7075ad5
PA
9022018-04-26 Pedro Alves <palves@redhat.com>
903
904 * gdb.base/gnu-ifunc-final.c: New file.
905 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
906 * gdb.base/gnu-ifunc.exp (executable): Delete.
907 (staticexecutable): Adjust.
908 (lib_opts, exec_opts): Delete.
909 (make_binsuffix, build, set-break): New procedures.
910 (misc_tests): New, with tests factored out from the top level.
911 (top level): Test different combinations of ifunc resolver name,
912 resolver with and with debug info, and ifunc target with and
913 without debug info. Wrap static tests with with_target_prefix.
914
8388016d
PA
9152018-04-26 Pedro Alves <palves@redhat.com>
916
917 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
918 return type" warnings.
919
249b5733
PA
9202018-04-25 Pedro Alves <palves@redhat.com>
921
922 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
923 killed".
924 * gdb.base/kill-after-signal.exp: Likewise.
925 * gdb.threads/kill.exp: Likewise.
926
f67c0c91
SDJ
9272018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
928 Sergio Durigan Junior <sergiodj@redhat.com>
929 Pedro Alves <palves@redhat.com>
930
931 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
932 regexps to expect for '[Inferior ... detached]' as well.
933 * gdb.base/attach.exp: Likewise.
934 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
935 "gdb_continue_to_end".
936 (test_catch_syscall_with_wrong_args): Likewise.
937 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
938 ']'. Don't set 'verbose' on.
939 * gdb.base/foll-vfork.exp: Likewise.
940 * gdb.base/fork-print-inferior-events.c: New file.
941 * gdb.base/fork-print-inferior-events.exp: New file.
942 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
943 '[Inferior ... has been killed]' message.
944 * gdb.base/kill-after-signal.exp: Likewise.
945 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
946 detach message.
947 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
948 message.
949 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
950 regexps to expect for '[Inferior ... detached]' as well.
951 * gdb.threads/process-dies-while-detaching.exp: Likewise.
952
0a8ddac4
SM
9532018-04-24 Simon Marchi <simon.marchi@ericsson.com>
954
955 PR gdb/23104
956 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
957
d27d16bf
RB
9582018-04-19 Richard Bunt <richard.bunt@arm.com>
959
960 * gdb.threads/multiple-successive-infcall.c: New test.
961 * gdb.threads/multiple-successive-infcall.exp: New file.
962
a037790e
TT
9632018-04-17 Tom Tromey <tom@tromey.com>
964
965 * gdb.rust/simple.rs (Union): New type.
966 (main): New local "u".
967 * gdb.rust/simple.exp (test_one_slice): Add new test case.
968
e3a91079
AA
9692018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
970
971 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
972 number information in output of "whereis" command.
973 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
974
b744723f
AA
9752018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
976
977 * gdb.ada/info_types.exp: Adjust expected output to the line
978 numbers now printed by "info var/func/type".
979 * gdb.base/completion.exp: Likewise.
980 * gdb.base/included.exp: Likewise.
981 * gdb.cp/cp-relocate.exp: Likewise.
982 * gdb.cp/cplusfuncs.exp: Likewise.
983 * gdb.cp/namespace.exp: Likewise.
984 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
985
4a4495d6
MM
9862018-04-13 Markus Metzger <markus.t.metzger@intel.com>
987
988 * gdb.btrace/cpu.exp: New.
989
1d509aa6
MM
9902018-04-13 Markus Metzger <markus.t.metzger@intel.com>
991
992 * gdb.base/step-indirect-call-thunk.exp: New.
993 * gdb.base/step-indirect-call-thunk.c: New.
994 * gdb.reverse/step-indirect-call-thunk.exp: New.
995 * gdb.reverse/step-indirect-call-thunk.c: New.
996
6295b6da
SM
9972018-04-11 Simon Marchi <simon.marchi@ericsson.com>
998
999 * gdb.base/pie-fork.c: New file.
1000 * gdb.base/pie-fork.exp: New file.
1001
50146e70
TT
10022018-04-11 Tom Tromey <tom@tromey.com>
1003
1004 * gdb.rust/simple.exp: Add test for ".." struct initializer.
1005
f50d8a2e
PA
10062018-04-10 Pedro Alves <palves@redhat.com>
1007
1008 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
1009 exits. Instead loop running forever.
1010 (fork_parent): Run forever too.
1011
a0be7a36
SM
10122018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
1013
1014 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
1015 mi_continue_to_line.
1016 * gdb.mi/mi-stack.c (callee4): Add comment.
1017
9b73db36
SM
10182018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
1019
1020 * gdb.mi/mi-stack.exp: Fix indentation.
1021
c912f608
SM
10222018-04-07 Simon Marchi <simon.marchi@ericsson.com>
1023
1024 PR gdb/22979
1025 * gdb.arch/amd64-osabi.exp: New file.
1026
26540402
SM
10272018-04-07 Simon Marchi <simon.marchi@ericsson.com>
1028
1029 PR gdb/22980
1030 * gdb.base/osabi.exp: New file.
1031
121ad66c 10322018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
1033
1034 * gdb.cp/static-typedef-print.exp: New file.
1035 * gdb.cp/static-typedef-print.cc: New file.
1036
3fcded8f
JB
10372018-03-27 Joel Brobecker <brobecker@adacore.com>
1038
1039 * gdb.ada/varsize_limit: New testcase.
1040
59cc4834
JB
10412018-03-27 Joel Brobecker <brobecker@adacore.com>
1042
1043 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
1044
1045 * gdb.ada/notcplusplus: New testcase.
1046
1047 * gdb.base/c-linkage-name.c: New file.
1048 * gdb.base/c-linkage-name.exp: New testcase.
1049
4ca59a9f
TT
10502018-03-26 Tom Tromey <tom@tromey.com>
1051
1052 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
1053 * gdb.python/py-framefilter.py (name_error): New global.
1054 (ErrorInName.function): Use name_error.
1055
978d6c75
TT
10562018-03-26 Tom Tromey <tom@tromey.com>
1057
1058 PR backtrace/15582:
1059 * gdb.python/py-framefilter.exp: Add "bt hide" test.
1060
b7fee5a3
KS
10612018-03-23 Keith Seitz <keiths@redhat.com>
1062
1063 PR c++/22968
1064 * gdb.cp/subtypes.exp: New file.
1065 * gdb.cp/subtypes.h: New file.
1066 * gdb.cp/subtypes.cc: New file.
1067 * gdb.cp/subtypes-2.cc: New file.
1068
376be529
AB
10692018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1070
1071 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
1072 (done): Call '_exit' not 'exit' to avoid atexit handlers.
1073 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
1074 -nostartfiles when compiling the test. Confirm that all registers
1075 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
1076
066cfa98
AB
10772018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1078
1079 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
1080 option, syntax was wrong anyway.
1081 * gdb.arch/arm-disp-step.exp: Likewise.
1082 * gdb.arch/sparc64-regs.exp: Likewise.
1083 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
1084 option, syntax was wrong anyway, switch to use
1085 prepare_for_testing.
1086 * gdb.arch/i386-disp-step.exp: Likewise.
1087
079670b9
AA
10882018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
1089
1090 * gdb.ada/exec_changed.exp: Replace "target_info exists
1091 use_gdb_stub" by "use_gdb_stub".
1092 * gdb.ada/start.exp: Likewise.
1093 * gdb.base/async-shell.exp: Likewise.
1094 * gdb.base/attach-pie-misread.exp: Likewise.
1095 * gdb.base/attach-wait-input.exp: Likewise.
1096 * gdb.base/break-entry.exp: Likewise.
1097 * gdb.base/break-interp.exp: Likewise.
1098 * gdb.base/dprintf-detach.exp: Likewise.
1099 * gdb.base/nostdlib.exp: Likewise.
1100 * gdb.base/solib-nodir.exp: Likewise.
1101 * gdb.base/statistics.exp: Likewise.
1102 * gdb.base/testenv.exp: Likewise.
1103 * gdb.mi/mi-exec-run.exp: Likewise.
1104 * gdb.mi/mi-start.exp: Likewise.
1105 * gdb.multi/dummy-frame-restore.exp: Likewise.
1106 * gdb.multi/multi-arch-exec.exp: Likewise.
1107 * gdb.multi/multi-arch.exp: Likewise.
1108 * gdb.multi/tids.exp: Likewise.
1109 * gdb.multi/watchpoint-multi.exp: Likewise.
1110 * gdb.python/py-events.exp: Likewise.
1111 * gdb.threads/attach-into-signal.exp: Likewise.
1112 * gdb.threads/attach-stopped.exp: Likewise.
1113 * gdb.threads/threadapply.exp: Likewise.
1114 * lib/selftest-support.exp: Likewise.
1115
26d6cec4
AA
11162018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
1117
1118 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
1119
4ee89e90
SR
11202018-03-20 Stephen Roberts <stephen.roberts@arm.com>
1121
1122 * gdb.perf/template-breakpoints.cc: New file.
1123 * gdb.perf/template-breakpoints.exp: New file.
1124 * gdb.perf/template-breakpoints.py: New file.
1125
92630041
TT
11262018-03-19 Tom Tromey <tom@tromey.com>
1127
1128 * gdb.rust/simple.rs (main): Add local variables field1, field2,
1129 y0.
1130 * gdb.rust/simple.exp: Test bare identifier form of struct
1131 initializer.
1132
76727919
TT
11332018-03-19 Tom Tromey <tom@tromey.com>
1134
1135 * gdb.gdb/observer.exp: Remove.
1136
194ed413
AA
11372018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1138
1139 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
1140 "qualified" option when setting breakpoints.
1141 * gdb.trace/backtrace.exp: Likewise.
1142 * gdb.trace/circ.exp: Likewise.
1143 * gdb.trace/collection.exp: Likewise.
1144 * gdb.trace/disconnected-tracing.exp: Likewise.
1145 * gdb.trace/ftrace-lock.exp: Likewise.
1146 * gdb.trace/ftrace.exp: Likewise.
1147 * gdb.trace/infotrace.exp: Likewise.
1148 * gdb.trace/packetlen.exp: Likewise.
1149 * gdb.trace/passc-dyn.exp: Likewise.
1150 * gdb.trace/qtro.exp: Likewise.
1151 * gdb.trace/read-memory.exp: Likewise.
1152 * gdb.trace/report.exp: Likewise.
1153 * gdb.trace/signal.exp: Likewise.
1154 * gdb.trace/status-stop.exp: Likewise.
1155 * gdb.trace/strace.exp: Likewise.
1156 * gdb.trace/tfind.exp: Likewise.
1157 * gdb.trace/trace-break.exp: Likewise.
1158 * gdb.trace/trace-condition.exp: Likewise.
1159 * gdb.trace/trace-mt.exp: Likewise.
1160 * gdb.trace/tstatus.exp: Likewise.
1161 * gdb.trace/tsv.exp: Likewise.
1162 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
1163 * gdb.trace/unavailable.exp: Likewise.
1164 * gdb.trace/while-dyn.exp: Likewise.
1165
8b067d2c
AA
11662018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1167
1168 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
1169 that libinproctrace is copied to the target.
1170
3ae9ce5d
TT
11712018-03-14 Tom Tromey <tom@tromey.com>
1172
1173 PR cli/14977:
1174 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
1175 a null pointer.
1176 * gdb.base/wchar.exp: Likewise.
1177
b8c2339b
TT
11782018-03-14 Tom Tromey <tom@tromey.com>
1179
1180 PR cli/19918:
1181 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
1182 flag.
1183
4872dc46
SM
11842018-03-08 Simon Marchi <simon.marchi@ericsson.com>
1185
1186 PR gdb/22841
1187 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
1188 "target" to remote_exec.
1189
e4fe3756
SM
11902018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
1191
1192 PR gdb/22841
1193 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
1194 ${board}_upload): Remove.
1195
e95a97d4
AA
11962018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
1197
1198 * gdb.cp/watch-cp.cc: New test.
1199 * gdb.cp/watch-cp.exp: New file.
1200
dbbb1059
AB
12012018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1202
1203 * gdb.base/infcall-nested-structs.exp: New file.
1204 * gdb.base/infcall-nested-structs.c: New file.
1205 * gdb.base/float.exp: Add riscv support.
1206
ecc054c0
TP
12072018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
1208
1209 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
1210 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
1211
25e3c82c
SDJ
12122018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
1213
1214 * gdb.server/abspath.exp: New file.
1215 * lib/gdb.exp (with_cwd): New procedure.
1216
3083294d
SM
12172018-02-28 Simon Marchi <simon.marchi@ericsson.com>
1218
1219 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
1220 use it.
1221 (gdb_is_target_remote_prompt): New proc.
1222 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
1223 (gdb_is_target_native): Pass prompt parameter to
1224 gdb_is_target_1.
1225
3275ef47
SM
12262018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
1227
1228 * gdb.base/load-command.c: New file.
1229 * gdb.base/load-command.exp: New file.
1230 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
1231 (gdb_is_target_1): ...this, and generalize for other targets
1232 than just remote.
1233 (gdb_is_target_remote): Use gdb_is_target_1.
1234 (gdb_is_target_native): use gdb_is_target_1.
1235
6893c19a
TT
12362018-02-26 Tom Tromey <tom@tromey.com>
1237
1238 PR python/16497:
1239 * gdb.python/py-framefilter.exp: Update test.
1240
2ddeaf8a
TT
12412018-02-26 Tom Tromey <tom@tromey.com>
1242
1243 * gdb.dwarf2/variant.c: New file.
1244 * gdb.dwarf2/variant.exp: New file.
1245
c9317f21
TT
12462018-02-26 Tom Tromey <tom@tromey.com>
1247
1248 * gdb.rust/simple.exp: Accept more possible results in enum test.
1249
6f6d0c26
SM
12502018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
1251
1252 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
1253 parentheses.
1254
11b03145
MR
12552018-02-23 Maciej W. Rozycki <macro@mips.com>
1256
1257 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
1258 name of a variable: $actual_linejj -> $actual_line.
1259
54a27fe5
JB
12602018-02-21 John Baldwin <jhb@FreeBSD.org>
1261
1262 * gdb.arch/amd64-i386-address.exp: Fix a typo.
1263
de65820c
MM
12642018-02-20 Markus Metzger <markus.t.metzger@intel.com>
1265
1266 * gdb.btrace/buffer-size.exp: Do not force BTS.
1267
980548fd
PA
12682018-02-14 Pedro Alves <palves@redhat.com>
1269
1270 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
1271 getting a "Quit".
1272
c4e12631
MM
12732018-02-09 Markus Metzger <markus.t.metzger@intel.com>
1274
1275 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
1276 Fix test name.
1277
c2e0e465
SM
12782018-02-07 Simon Marchi <simon.marchi@ericsson.com>
1279
1280 * gdb.cp/m-static.exp: Check type of optimized out static
1281 member.
1282
f7216783
AB
12832018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
1284
1285 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
1286 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
1287
0625771b
LS
12882018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
1289 Leszek Swirski <leszeks@google.com>
1290
1291 * gdb.python/py-prettyprint.c
1292 (struct to_string_returns_value_inner,
1293 struct to_string_returns_value_wrapper): New.
1294 (main): Add tsrvw variable.
1295 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
1296 ToStringReturnsValueWrapper): New classes.
1297 (register_pretty_printers): Register new pretty-printers.
1298 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
1299 recursive pretty printer.
1300 * gdb.python/py-mi.exp: Likewise.
1301
59498c30
LS
13022018-02-01 Leszek Swirski <leszeks@google.com>
1303
1304 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
1305 functions with the same name as an include file are parsed
1306 correctly.
1307
d4d38844
YQ
13082018-02-01 Yao Qi <yao.qi@linaro.org>
1309
1310 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
1311 "\[^\r\n\]*".
1312
07e5f5cf
NP
13132018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
1314
1315 * gdb.arch/powerpc-prologue-frame.s: New file.
1316 * gdb.arch/powerpc-prologue-frame.c: Likewise.
1317 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
1318
929b5ad4
JB
13192018-01-31 Joel Brobecker <brobecker@adacore.com>
1320
1321 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
1322
e671cd59
PA
13232018-01-30 Pedro Alves <palves@redhat.com>
1324
1325 PR gdb/13211
1326 * gdb.base/interrupt-daemon.c: New.
1327 * gdb.base/interrupt-daemon.exp: New.
1328 * gdb.multi/multi-term-settings.c: New.
1329 * gdb.multi/multi-term-settings.exp: New.
1330
fc413dc4
JB
13312018-01-30 Joel Brobecker <brobecker@adacore.com>
1332
1333 * gdb.base/break.exp: Save the location where the breakpoint
1334 on break.c:47 was actually inserted when debugging the version
1335 compiled at -O2 and use it in the expected output of the "info
1336 break" test performed soon after.
1337
5c319bb2
PA
13382018-01-22 Pedro Alves <palves@redhat.com>
1339 Sergio Durigan Junior <sergiodj@redhat.com>
1340
1341 * gdb.base/whatis.exp: Add tests for 'set print object on' +
1342 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
1343
a9e40818
JB
13442018-01-22 Joel Brobecker <brobecker@adacore.com>
1345
1346 * gdb.base/break-include.c, gdb.base/break-include.inc,
1347 gdb.base/break-include.exp: New files.
1348 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
1349 line number now being the actual line number where the breakpoint
1350 was inserted.
1351 * gdb.mi/mi-break.exp: Likewise.
1352 * gdb.mi/mi-reverse.exp: Likewise.
1353 * gdb.mi/mi-simplerun.exp: Ditto.
1354
e707fc44
AB
13552018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
1356
1357 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
1358 varobj.
1359 * gdb.mi/mi-var-create-rtti.exp: Likewise.
1360
ae451627
AB
13612018-01-21 Don Breazeal <donb@codesourcery.com>
1362 Andrew Burgess <andrew.burgess@embecosm.com>
1363
1364 * gdb.mi/basics.c: Add new global.
1365 * gdb.mi/mi-frame-regs.exp: New file.
1366 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
1367 case.
1368
b1b189e0
AB
13692018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
1370
1371 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
1372 non-parameter, and on an unknown symbol.
1373
fcfcc376
TT
13742018-01-19 Tom Tromey <tom@tromey.com>
1375
1376 * gdb.rust/modules.rs (TWENTY_THREE): New global.
1377 * gdb.rust/modules.exp: Add ::-qualified lookup test.
1378
634c1c31
AA
13792018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1380
1381 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
1382 setrlimit and chdir to int.
1383
d6ad07fd
AA
13842018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1385
1386 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
1387 function.
1388 (my_tend): Likewise.
1389 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
1390 rationale of avoiding FP- and vector instructions.
1391
adf8243b
RK
13922018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
1393
1394 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
1395 "info reg" with "\[ \t\]*".
1396 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
1397 "\[ \t\]+".
1398 * gdb.arch/s390-multiarch.exp: Ditto.
1399 * gdb.base/pc-fp.exp: Ditto.
1400 * gdb.reverse/i386-precsave.exp: Ditto.
1401 * gdb.reverse/i386-reverse.exp: Ditto.
1402 * gdb.reverse/i387-env-reverse.exp: Ditto.
1403 * gdb.reverse/i387-stack-reverse.exp: Ditto.
1404
dcc06925
AA
14052018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1406
1407 * lib/gdb.exp (gdb_compile): Re-enable use of
1408 universal_compile_options for languages other than Rust.
1409
25d4fd80
AA
14102018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1411
1412 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
1413
ee7f689e 14142018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
1415
1416 PR gdb/16577
1417 * gdb.base/solib-vanish.exp: New.
1418 * gdb.base/solib-vanish-main.c: New.
1419 * gdb.base/solib-vanish-lib1.c: New.
1420 * gdb.base/solib-vanish-lib2.c: New.
1421
d8447b6b
YQ
14222018-01-17 Yao Qi <yao.qi@linaro.org>
1423
1424 * gdb.compile/compile.exp: Match the address printed for
1425 frame in the output of command "bt".
1426
86d6a90c
TT
14272018-01-15 Tom Tromey <tom@tromey.com>
1428
1429 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
1430 compute sp_reg.
1431
cbcdb1aa
AB
14322018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1433
1434 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
1435 to prepare.
1436 (prepare): Return 0 on error, 1 on success.
1437
eea61984
PA
14382018-01-12 Pedro Alves <palves@redhat.com>
1439
1440 * gdb.base/continue-after-aborted-step-over.c: New.
1441 * gdb.base/continue-after-aborted-step-over.exp: New.
1442
6181e9c2
SM
14432018-01-11 Simon Marchi <simon.marchi@ericsson.com>
1444
1445 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
1446 options when not creating an executable.
1447
3cada740
PA
14482018-01-11 Pedro Alves <palves@redhat.com>
1449
1450 PR remote/22597
1451 * gdb.server/stop-reply-no-thread.c: New file.
1452 * gdb.server/stop-reply-no-thread.exp: New file.
1453
c63d3e8d
PA
14542018-01-10 Pedro Alves <palves@redhat.com>
1455
1456 PR gdb/22670
1457 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
1458 functions too. Test setting breakpoints and printing C functions
1459 with no debug info too.
1460 * gdb.ada/bp_c_mixed_case/qux.c: New file.
1461
d4c2a405
PA
14622018-01-10 Pedro Alves <palves@redhat.com>
1463
1464 PR gdb/22670
1465 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
1466 a fail.
1467
8825213e
PA
14682018-01-10 Pedro Alves <palves@redhat.com>
1469
1470 PR gdb/22670
1471 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
1472
605fd3c6
YQ
14732018-01-08 Simon Marchi <simon.marchi@ericsson.com>
1474
1475 * gdb.server/unittest.exp: Match the output in non-development
1476 mode.
1477
1e5ded6c
YQ
14782018-01-08 Simon Marchi <simon.marchi@ericsson.com>
1479
1480 * gdb.gdb/unittest.exp: Match output in non-development mode.
1481
30066b0b
JB
14822018-01-08 Joel Brobecker <brobecker@adacore.com>
1483
1484 * gdb.ada/access_tagged_param.exp: Relax expected output
1485 for value of "ObjL" in "continue" to pck.inspect breakpoint
1486 test.
1487
04bafb1e
XR
14882018-01-08 Joel Brobecker <brobecker@adacore.com>
1489
9f86398b
JB
1490 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
1491 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 1492
e379cee6
PA
14932018-01-05 Pedro Alves <palves@redhat.com>
1494
1495 PR gdb/18653
1496 * gdb.base/libsegfault.exp: New.
1497
de63c46b
PA
14982018-01-05 Joel Brobecker <brobecker@adacore.com>
1499
1500 PR gdb/22670
1501 * gdb.ada/access_tagged_param.exp: New file.
1502 * gdb.ada/access_tagged_param/foo.adb: New file.
1503
f98fc17b
PA
15042018-01-05 Pedro Alves <palves@redhat.com>
1505
1506 PR gdb/22670
1507 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
1508 exercise lower case too, and to exercise both full matching and
1509 wild matching.
1510
342f8240
JB
15112018-01-05 Joel Brobecker <brobecker@adacore.com>
1512
1513 * gdb.ada/rename_subscript_param: New testcase.
1514
7150d33c
JG
15152018-01-05 Jerome Guitton <guitton@adacore.com>
1516
1517 * gdb.ada/arr_acc_idx_w_gap: New testcase.
1518
cc0e770c
JB
15192018-01-05 Joel Brobecker <brobecker@adacore.com>
1520
1521 * gdb.ada/convvar_comp: New testcase.
1522
672a41aa 15232018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
1524
1525 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
1526 (My_Table): New global variable.
1527 * testsuite/gdb.ada/array_char_idx.exp: Add test.
1528
7365ec2f
JB
15292018-01-04 Joel Brobecker <brobecker@adacore.com>
1530
1531 PR gdb/22670
1532 * gdb.ada/maint_with_ada: New testcase.
1533
289483b6
JB
15342018-01-04 Joel Brobecker <brobecker@adacore.com>
1535
1536 PR gdb/22670
1537 * gdb.ada/bp_c_mixed_case: New testcase.
1538
344420da
JB
15392018-01-04 Joel Brobecker <brobecker@adacore.com>
1540
1541 PR gdb/22670
1542 * gdb.ada/complete.exp: Add "complete break ada" test.
1543
66fc87a0
JB
15442018-01-04 Joel Brobecker <brobecker@adacore.com>
1545
1546 PR gdb/22670
1547 * gdb.ada/info_addr_mixed_case: New testcase.
1548
9f757bf7
XR
15492018-01-03 Xavier Roirand <roirand@adacore.com>
1550
1551 * gdb.ada/excep_handle.exp: New testcase.
1552 * gdb.ada/excep_handle/foo.adb: New file.
1553 * gdb.ada/excep_handle/pck.ads: New file.
1554
bd570f80
JB
15552018-01-03 Joel Brobecker <brobecker@adacore.com>
1556
1557 * gdb.base/step-line.c: Add extra empty line in copyright header.
1558 * gdb.base/step-line.inp: Likewise.
1559
9fe561ab
JB
15602018-01-02 Joel Brobecker <brobecker@adacore.com>
1561
1562 * gdb.ada/dyn_stride.exp: Add slice test.
1563
a405673c
JB
15642018-01-02 Joel Brobecker <brobecker@adacore.com>
1565
1566 * gdb.ada/dyn_stride: New testcase.
1567
cef0f868
SH
15682017-12-27 Stafford Horne <shorne@gmail.com>
1569
1570 * gdb.xml/extra-regs.xml: Add example foo reggroup.
1571 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
1572
b67d92b0
SH
15732017-12-27 Stafford Horne <shorne@gmail.com>
1574
1575 * gdb.base/reggroups.c: New file.
1576 * gdb.base/reggroups.exp: New file.
1577
eccab96d
JB
15782017-12-18 Joel Brobecker <brobecker@adacore.com>
1579
1580 * gdb.dwarf2/ada-valprint-error.c: New file.
1581 * gdb.dwarf2/ada-valprint-error.exp: New file.
1582
0e2da9f0
JB
15832017-12-18 Joel Brobecker <brobecker@adacore.com>
1584
1585 * gdb.ada/assign_arr: New testcase.
1586
cb923fcc
XR
15872017-12-18 Xavier Roirand <roirand@adacore.com>
1588
1589 * gdb.ada/funcall_ptr: New testcase.
1590
7c161838
SDJ
15912017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1592
1593 PR cli/16224
1594 * gdb.base/ptype-offsets.cc: New file.
1595 * gdb.base/ptype-offsets.exp: New file.
1596
1af17fd9
YQ
15972017-12-15 Yao Qi <yao.qi@linaro.org>
1598
1599 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
1600 if XML is disabled.
1601
828d5846
XR
16022017-12-15 Xavier Roirand <roirand@adacore.com>
1603
1604 * gdb.ada/same_component_name: New testcase.
1605
79e8fcaa
JB
16062017-12-14 Joel Brobecker <brobecker@adacore.com>
1607
1608 * gdb.ada/str_binop_equal: New testcase.
1609
e05fa6f9
JB
16102017-12-14 Joel Brobecker <brobecker@adacore.com>
1611
1612 * gdb.ada/task_switch_in_core: New testcase.
1613
b89641ba
SM
16142017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1615
1616 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
1617 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
1618 call test_bkpt_qualified.
1619 (test_bkpt_qualified): New proc.
1620
6892d2e4
PA
16212017-12-13 Pedro Alves <palves@redhat.com>
1622
1623 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1624 Tighten regexp by matching with an anchor.
1625
a22ecf70
PA
16262017-12-13 Pedro Alves <palves@redhat.com>
1627
1628 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
1629 ("expression with namespace"): New set of tests.
1630 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
1631 (Nested::Test_NS::qux): New.
1632 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
1633 defaults to 'start_quote_char' and 'end_quote_char' parameters.
1634
9937536c
JB
16352017-12-13 Joel Brobecker <brobecker@adacore.com>
1636
1637 * gdb.base/server-del-break.c: New file.
1638 * gdb.base/server-del-break.exp: New file.
1639
fe49c6f5
SH
16402017-12-12 Stafford Horne <shorne@gmail.com>
1641
1642 * gdb.xml/tdesc-regs.exp: Add or1k support.
1643
c3d18620
SH
16442017-12-12 Stafford Horne <shorne@gmail.com>
1645
1646 * gdb.base/bp-permanent.c: Define nop of or1k.
1647
c5f9cfc8
JB
16482017-12-11 Joel Brobecker <brobecker@adacore.com>
1649
1650 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
1651 output with components being reordered.
1652
a9c135fc
JB
16532017-12-11 Joel Brobecker <brobecker@adacore.com>
1654
1655 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
1656 output with components being reordered.
1657
927aa2e7
JK
16582017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1659 Pedro Alves <palves@redhat.com>
1660
1661 * gdb.base/maint.exp (check for .gdb_index): Check also for
1662 .debug_names.
1663 * gdb.dlang/watch-loc.c (.debug_aranges): New.
1664 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
1665 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
1666 (.gdb_index used after symbol reloading): Support also .debug_names.
1667 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
1668
f17d9474
YQ
16692017-12-08 Yao Qi <yao.qi@linaro.org>
1670
1671 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1672 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
1673
a0de8c21
YQ
16742017-12-08 Yao Qi <yao.qi@linaro.org>
1675
1676 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1677 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
1678
a738ea1d
YQ
16792017-12-08 Yao Qi <yao.qi@linaro.org>
1680
1681 * gdb.arch/aarch64-tagged-pointer.c: New file.
1682 * gdb.arch/aarch64-tagged-pointer.exp: New file.
1683
1cd9a73b
SDJ
16842017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
1685
1686 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
1687 "int".
1688
fa6eb693
KS
16892017-12-07 Keith Seitz <keiths@redhat.com>
1690
1691 PR breakpoints/22569
1692 * gdb.linespec/ls-errs.exp: Change expected result of "break
1693 -source this file has spaces.c -line 3".
1694 Check that an explicit source file followed by whitespace is
1695 identified as an invalid explicit location.
1696
883fd55a
KS
16972017-12-07 Keith Seitz <keiths@redhat.com>
1698
1699 * gdb.cp/nested-types.cc: New file.
1700 * gdb.cp/nested-types.exp: New file.
1701 * lib/cp-support.exp: Load data-structures.exp library.
1702 (debug_cp_test_ptype_class): New global.
1703 (cp_ptype_class_verbose, next_line): New procedures.
1704 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
1705 Add and document new return value.
1706 Switch the list of lines to a queue.
1707 Add support for new `type' key for nested type definitions.
1708 Add debugging/troubleshooting messages.
1709 * lib/data-structures.exp: New file.
1710
ec72db3e
SM
17112017-12-07 Simon Marchi <simon.marchi@ericsson.com>
1712
1713 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
1714 with proc_with_prefix, don't use with_test_prefix.
1715
99598d71
TT
17162017-12-07 Tom Tromey <tom@tromey.com>
1717
1718 * gdb.base/break.exp: Add test for empty "commands".
1719
a8806230
YQ
17202017-12-07 Yao Qi <yao.qi@linaro.org>
1721
1722 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
1723 malloc and catch syscall.
1724
824cc835
PM
17252017-12-07 Phil Muldoon <pmuldoon@redhat.com>
1726
1727 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
1728 tests for explicit locations.
1729
7cc244de
PA
17302017-12-06 Pedro Alves <palves@redhat.com>
1731
1732 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
1733 force-disabling XML descriptions.
1734
50a1fdd5
PA
17352017-12-04 Pedro Alves <palves@redhat.com>
1736
1737 PR gdb/22499
1738 * gdb.arch/amd64-disp-step-avx.S: New file.
1739 * gdb.arch/amd64-disp-step-avx.exp: New file.
1740
f0fb2488
PA
17412017-12-03 Pedro Alves <palves@redhat.com>
1742
1743 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
1744 and <string.h>.
1745 (parent_function): Print distinct messages when waitpid fails, or
1746 the child exits with a signal, or the child exits for an unhandled
1747 reason.
1748 * gdb.threads/process-dies-while-detaching.exp
1749 (detach_and_expect_exit): New 'inf_output_re' parameter and use
1750 it. Wait for both inferior output and GDB's prompt. Use an
1751 indirect spawn id list.
1752 (do_detach): New parameter 'child_exit'. Use it to compute
1753 expected inferior output.
1754 (test_detach, test_detach_watch, test_detach_killed_outside):
1755 Adjust to pass down the expected child exit kind.
1756
97cbe998
SDJ
17572017-12-01 Joel Brobecker <brobecker@adacore.com>
1758 Sergio Durigan Junior <sergiodj@redhat.com>
1759 Pedro Alves <palves@redhat.com>
1760
1761 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
1762
40fc416f
SDJ
17632017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
1764
1765 * gdb.base/relocate.exp: Add tests to guarantee that arguments
1766 to 'symbol-file' and 'add-symbol-file' can be
1767 position-independent.
1768
1cc75e92
YQ
17692017-12-01 Yao Qi <yao.qi@linaro.org>
1770
1771 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
1772 the URL in copyright header.
1773 * gdb.arch/aarch64-fp.exp: Likewise.
1774 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
1775 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
1776 * gdb.base/expand-psymtabs.exp: Likewise.
1777 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
1778 * gdb.fortran/common-block.exp: Likewise.
1779 * gdb.fortran/common-block.f90: Likewise.
1780 * gdb.fortran/logical.exp: Likewise.
1781 * gdb.fortran/vla-datatypes.f90: Likewise.
1782 * gdb.fortran/vla-sub.f90: Likewise.
1783
875fb7a7
JB
17842017-11-30 Joel Brobecker <brobecker@adacore.com>
1785
1786 * gdb.ada/repeat_dyn: New testcase.
1787
6f14765f
UW
17882017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
1789
1790 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
1791 Update for changed thread numbering.
1792 * gdb.cell/bt.exp: Update for changed GDB output.
1793
f1af7b94
SM
17942017-11-30 Simon Marchi <simon.marchi@ericsson.com>
1795
1796 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
1797 setting isremote by hand.
1798 * boards/dwarf4-gdb-index.exp: Likewise.
1799 * boards/fission.exp: Likewise.
1800 * boards/stabs.exp: Likewise.
1801
e3919f3e
PA
18022017-11-30 Pedro Alves <palves@redhat.com>
1803
1804 * gdb.linespec/cpls-ops.exp
1805 (check_explicit_skips_function_argument): Extract the underlying
1806 type of size_t instead of hardcoding it.
1807
bd69330d
PA
18082017-11-29 Pedro Alves <palves@redhat.com>
1809
1810 PR c++/19436
1811 * gdb.linespec/cpls-abi-tag.cc: New file.
1812 * gdb.linespec/cpls-abi-tag.exp: New file.
1813
a20714ff
PA
18142017-11-29 Pedro Alves <palves@redhat.com>
1815
1816 * gdb.base/langs.exp: Use -qualified.
1817 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
1818 it.
1819 * gdb.cp/namespace.exp: Use -qualified.
1820 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
1821 (overload-3, template-overload, template-ret-type, const-overload)
1822 (const-overload-quoted, anon-ns, ambiguous-prefix): New
1823 procedures.
1824 (test_driver): Call them.
1825 * gdb.cp/save-bp-qualified.cc: New.
1826 * gdb.cp/save-bp-qualified.exp: New.
1827 * gdb.linespec/explicit.exp: Test -qualified.
1828 * lib/completion-support.exp (completion::explicit_opts_list): Add
1829 "-qualified".
1830 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
1831
f6f1d339
PM
18322017-11-29 Phil Muldoon <pmuldoon@redhat.com>
1833
1834 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
1835
02ca603a
TT
18362017-11-29 Tom Tromey <tom@tromey.com>
1837
1838 * gdb.base/relocate.exp: Update invalid argument test.
1839 Add new tests for invalid arguments.
1840
ed6c0bfb
TP
18412017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
1842
1843 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
1844 Return 0 as a long.
1845 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
1846
f106e10e
TP
18472017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
1848
1849 * gdb.cp/breakpoint.cc (bar): Set return type to void.
1850 * gdb.cp/psymtab-parameter.cc (func): Likewise.
1851 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
1852 func ().
1853 * gdb.cp/shadow.cc (B.func): Return 0.
1854
10329bb2
JB
18552017-11-27 Joel Brobecker <brobecker@adacore.com>
1856
1857 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
1858 expected output in gdb_expect call to allow the exception
1859 message to be present as well. Fix syntax confusion to avoid
1860 TCL thinking that exception_name is an array.
1861
617cd4bc
UW
18622017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
1863
1864 * gdb.arch/spu-info.c: Include <unistd.h>.
1865 (do_signal_test): Fix broken calls to write.
1866 * gdb.arch/spu-info.exp: Use prepare_for_testing.
1867 Fix checks for empty mailboxes. Update signal tests for corrected
1868 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
1869 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
1870 * gdb.cell/arch.exp: Use standard_output_file.
1871 * gdb.cell/break.exp: Likewise.
1872 * gdb.cell/bt.exp: Likewise.
1873 * gdb.cell/core.exp: Likewise.
1874 * gdb.cell/dwarfaddr.exp: Likewise.
1875 * gdb.cell/ea-cache.exp: Likewise.
1876 * gdb.cell/ea-standalone.exp: Likewise.
1877 * gdb.cell/f-regs.exp: Likewise.
1878 * gdb.cell/fork.exp: Likewise.
1879 * gdb.cell/gcore.exp: Likewise.
1880 * gdb.cell/mem-access.exp: Likewise.
1881 * gdb.cell/ptype.exp: Likewise.
1882 * gdb.cell/registers.exp: Likewise.
1883 * gdb.cell/sizeof.exp: Likewise.
1884 * gdb.cell/solib-symbol.exp: Likewise.
1885 * gdb.cell/solib.exp: Likewise.
617cd4bc 1886
a81aaca0
PA
18872017-11-25 Pedro Alves <palves@redhat.com>
1888
1889 * gdb.base/complete-empty.exp: New file.
1890 * gdb.base/completion.exp: Adjust.
1891
6a3c6ee4
PA
18922017-11-25 Pedro Alves <palves@redhat.com>
1893
1894 * gdb.linespec/cpls-ops.cc: New file.
1895 * gdb.linespec/cpls-ops.exp: New file.
1896 * lib/completion-support.exp (test_complete_prefix_range_re): New,
1897 factored out from ...
1898 (test_complete_prefix_range): ... this.
1899
8955eb2d
PA
19002017-11-24 Pedro Alves <palves@redhat.com>
1901
1902 * gdb.linespec/cpcompletion.exp: New file.
1903 * gdb.linespec/cpls-hyphen.cc: New file.
1904 * gdb.linespec/cpls.cc: New file.
1905 * gdb.linespec/cpls2.cc: New file.
1906 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
1907 test to use test_gdb_complete_unique. Add label completion,
1908 keyword completion and explicit location completion tests.
1909 * lib/completion-support.exp: New file.
1910
e547c119
JB
19112017-11-24 Joel Brobecker <brobecker@adacore.com>
1912
1913 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
1914 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
1915 when hitting an exception catchpoint.
1916
7c3c1aa8
YQ
19172017-11-22 Yao Qi <yao.qi@linaro.org>
1918
1919 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
1920
41bd68f5
SM
19212017-11-22 Simon Marchi <simon.marchi@ericsson.com>
1922
1923 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
1924 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
1925 * gdb.dwarf2/info-locals-optimized-out.c: New file.
1926
1daad298
YQ
19272017-11-22 Yao Qi <yao.qi@linaro.org>
1928
1929 * gdb.base/info-os.exp: Pass pthreads.
1930 * gdb.multi/multi-attach.exp: Likewise.
1931
88465e87
YQ
19322017-11-22 Yao Qi <yao.qi@linaro.org>
1933
1934 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
1935 compiler.
1936
dc196b23
YQ
19372017-11-22 Yao Qi <yao.qi@linaro.org>
1938
1939 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
1940 * gdb.base/break-interp.exp: Likewise.
1941 * gdb.base/jit-attach-pie.exp: Likewise.
1942
2400729e
UW
19432017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1944
1945 * gdb.base/float128.c (large128): New variable.
1946 * gdb.base/float128.exp: Add test to print largest __float128 value.
1947
7a26362d
UW
19482017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1949
1950 * gdb.arch/vsx-regs.exp: Update register content checks.
1951
ed0f4273
UW
19522017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
1953
1954 * gdb.arch/ppc-longdouble.exp: New file.
1955 * gdb.arch/ppc-longdouble.c: Likewise.
1956
a25d69c6
PA
19572017-11-21 Pedro Alves <palves@redhat.com>
1958
1959 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
1960
73fcf641
PA
19612017-11-20 Pedro Alves <palves@redhat.com>
1962
1963 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
1964 (long_double_typedef): New typedefs.
1965 Use DEF on double and long double.
1966 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
1967 cases.
1968 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
1969 and 'long_double_ptr_same_size' locals. Use them to decide
1970 whether cast from array/function to float is valid/invalid.
1971
71a3c369
TT
19722017-11-17 Tom Tromey <tom@tromey.com>
1973
1974 * gdb.rust/traits.rs: New file.
1975 * gdb.rust/traits.exp: New file.
1976
ced9779b
JB
19772017-11-17 Joel Brobecker <brobecker@adacore.com>
1978
1979 * gdb.ada/minsyms: New testcase.
1980
a0922d80
PA
19812017-11-16 Pedro Alves <palves@redhat.com>
1982
1983 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
1984 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
1985
ea04e54c
PA
19862017-11-16 Pedro Alves <palves@redhat.com>
1987
1988 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
1989 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
1990
e849ea89
PA
19912017-11-16 Pedro Alves <palves@redhat.com>
1992
1993 * gdb.server/reconnect-ctrl-c.c: New file.
1994 * gdb.server/reconnect-ctrl-c.exp: New file.
1995
d8ae99a7
PM
19962017-11-16 Phil Muldoon <pmuldoon@redhat.com>
1997
1998 * gdb.python/py-rbreak.exp: New file.
1999 * gdb.python/py-rbreak.c: New file.
2000 * gdb.python/py-rbreak-func2.c: New file.
2001
968a13f8
PA
20022017-11-16 Pedro Alves <palves@redhat.com>
2003
2004 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
2005 pattern.
2006 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
2007 GDB.
2008
71774bc9
SM
20092017-11-15 Simon Marchi <simon.marchi@ericsson.com>
2010
2011 * gdb.tui/completionn.exp (test_tab_completion): Add space in
2012 regex.
2013
ddbb44cf
SM
20142017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
2015
2016 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
2017 test names.
2018
584a564f
PA
20192017-11-09 Pedro Alves <palves@redhat.com>
2020
2021 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
2022 factored out from ...
2023 (top level): ... here, and adjusted to avoid expecting beyond the
2024 prompt in a single gdb_test_multiple.
2025
5ed7a928
PA
20262017-11-09 Pedro Alves <palves@redhat.com>
2027
2028 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
2029 output.
2030 * gdb.server/ext-attach.exp ("kill" test): Likewise.
2031 * gdb.server/ext-restart.exp ("kill" test): Likewise.
2032 * gdb.server/ext-run.exp ("kill" test): Likewise.
2033 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
2034
a60e0738
PA
20352017-11-09 Pedro Alves <palves@redhat.com>
2036
2037 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
2038 match till end of line.
2039
2c88253f
PA
20402017-11-09 Pedro Alves <palves@redhat.com>
2041
2042 * gdb.base/memattr.exp: Tighten regexes to match the end line.
2043
c7a38517
PA
20442017-11-09 Pedro Alves <palves@redhat.com>
2045
2046 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
2047 New procedures, factored out from ...
2048 (top level): ... here, and adjusted to avoid expecting beyond the
2049 prompt in one go.
2050
f29f4b6b
PA
20512017-11-09 Pedro Alves <palves@redhat.com>
2052
2053 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
2054 output. Fix '?' match.
2055
286acbb5
JB
20562017-11-08 Joel Brobecker <brobecker@adacore.com>
2057
2058 * gdb.ada/scoped_watch: New testcase.
2059 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
2060 which is actually correct.
2061 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
2062 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
2063
62d7ae92
PA
20642017-11-08 Pedro Alves <palves@redhat.com>
2065
2066 * gdb.gdb/complaints.exp (test_initial_complaints)
2067 (test_serial_complaints, test_short_complaints): Call
2068 complaint_internal instead of complaint.
2069
280ca31f
DT
20702017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
2071
2072 * gdb.threads/tls-core.c: New file.
2073 * gdb.threads/tls-core.exp: Likewise.
2074
b5ec771e
PA
20752017-11-08 Pedro Alves <palves@redhat.com>
2076
2077 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
2078 (p Exported_Capitalized): New test.
2079 (p exported_capitalized): New test.
2080
a02b41a7
PA
20812017-11-07 Pedro Alves <palves@redhat.com>
2082
2083 * gdb.cp/ena-dis-br-range.exp: Add more tests.
2084
95e95a6d
PA
20852017-11-07 Pedro Alves <palves@redhat.com>
2086
2087 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
2088 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
2089 (disable_invalid, disable_inverted, disable_negative): New
2090 procedures.
2091 ("bad numbers"): New set of tests.
2092
cee62dbd
PA
20932017-11-07 Pedro Alves <palves@redhat.com>
2094
2095 * gdb.cp/ena-dis-br-range.exp: Add tests.
2096
cc638e86
PA
20972017-11-07 Pedro Alves <palves@redhat.com>
2098
2099 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
2100
d0fe4701
XR
21012017-11-07 Xavier Roirand <roirand@adacore.com>
2102 Pedro Alves <palves@redhat.com>
2103
2104 * gdb.base/ena-dis-br.exp: Add reference to
2105 gdb.cp/ena-dis-br-range.exp.
2106 * gdb.cp/ena-dis-br-range.exp: New file.
2107 * gdb.cp/ena-dis-br-range.cc: New file.
2108
46f67f80
PA
21092017-11-06 Pedro Alves <palves@redhat.com>
2110
2111 * gdb.base/attach-non-pgrp-leader.c: New.
2112 * gdb.base/attach-non-pgrp-leader.exp: New.
2113
726e1356
PA
21142017-11-06 Pedro Alves <palves@redhat.com>
2115
2116 * configure.ac: No longer check for termio.h and sgtty.h.
2117 * configure: Regenerate.
2118 * remote-utils.c: Include termios.h instead of gdb_termios.h.
2119 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
2120 Remove termio and sgtty code.
2121
50ab6ace
YQ
21222017-11-03 Yao Qi <yao.qi@linaro.org>
2123
2124 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
2125 in GDB is disabled.
2126
8e68731c
YQ
21272017-11-03 Yao Qi <yao.qi@linaro.org>
2128
2129 * gdb.python/py-thrhandle.exp: Skip it if python is not
2130 enabled.
2131
3a87ae65
SM
21322017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
2133
2134 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
2135 as a breakpoint command.
2136
484d8d36
MD
21372017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
2138
2139 PR python/21213
2140 * gdb.python/py-infthread.exp: Test calling
2141 InferiorThread.inferior () multiple times in a row.
2142
4a27f119
KS
21432017-10-27 Keith Seitz <keiths@redhat.com>
2144
2145 * gdb.opt/inline-break.exp (break_info_1): New procedure.
2146 Test "info break" for every inlined function breakpoint.
2147
bb11dd58
YQ
21482017-10-27 Yao Qi <yao.qi@linaro.org>
2149
2150 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
2151
a43f3893
PF
21522017-10-26 Patrick Frants <osscontribute@gmail.com>
2153
2154 * gdb.cp/classes.exp (test_static_members): Test printing
2155 Outer::instance.
2156 * gdb.cp/classes.c (struct Inner, struct Outer): New.
2157 (Inner::instance, Outer::instance): New.
2158
792ccf00
PA
21592017-10-24 Pedro Alves <palves@redhat.com>
2160
2161 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
2162 extra console" test in two stages.
2163
eb2bfbad
PA
21642017-10-24 Pedro Alves <palves@redhat.com>
2165
2166 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
2167
1f75a651
PA
21682017-10-24 Pedro Alves <palves@redhat.com>
2169
2170 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
2171 loop.
2172
779990d9
PA
21732017-10-24 Pedro Alves <palves@redhat.com>
2174
2175 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
2176 $attempt" and "stoppedtry $stoppedtry" test prefixes.
2177
ad9b8f5d
PA
21782017-10-24 Pedro Alves <palves@redhat.com>
2179
2180 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
2181 parameter and handle it. Don't output read value in test name.
2182
fee6da6e
PA
21832017-10-24 Pedro Alves <palves@redhat.com>
2184
2185 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
2186 custom test name.
2187
10389c2c
PA
21882017-10-24 Pedro Alves <palves@redhat.com>
2189
2190 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
2191 include the unstable output directory name in the test's name.
2192 (initial_setup_simple) <'set args'>: Use custom test name.
2193
a80e65a9
PA
21942017-10-24 Pedro Alves <palves@redhat.com>
2195
2196 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
2197 with explicit test name.
2198
15763a09
PA
21992017-10-20 Pedro Alves <palves@redhat.com>
2200
2201 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
2202 'wait -i'. Use gdb_assert and remote_close.
2203
49a4ce2e
AB
22042017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
2205
2206 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
2207 number from variable rather than hard-coded.
2208
a75868f5
PA
22092017-10-19 Pedro Alves <palves@redhat.com>
2210
2211 * gdb.base/long-inferior-output.c: New file.
2212 * gdb.base/long-inferior-output.exp: New file.
2213
c8ba13ad
KS
22142017-11-18 Keith Seitz <keiths@redhat.com>
2215
2216 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
2217 method.
2218 (main): Call it.
2219 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
2220 Add additional user-defined conversion operator tests.
2221
b27de576
PA
22222017-10-17 Pedro Alves <palves@redhat.com>
2223
2224 * boards/native-stdio-gdbserver.exp: Load "local-board".
2225
8484c955
PA
22262017-10-17 Pedro Alves <palves@redhat.com>
2227
2228 * gdb.base/quit-live.c: New file.
2229 * gdb.base/quit-live.exp: New file.
2230
83d5a34d
KS
22312017-10-16 Keith Seitz <keiths@redhat.com>
2232
2233 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
2234 (class_with_protected_typedef, class_with_private_typedef)
2235 (struct_with_public_typedef, struct_with_protected_typedef)
2236 (struct_with_private_typedef): New classes/structs.
2237 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
2238 typedefs and access specifiers.
2239
739b3f1d
PA
22402017-10-16 Pedro Alves <palves@redhat.com>
2241 Simon Marchi <simon.marchi@polymtl.ca>
2242
2243 * README (Local vs Remote vs Native): New section.
2244 * boards/local-board.exp: New file, with bits factored out from
2245 ...
2246 * boards/native-extended-gdbserver.exp: ... here. Load
2247 "local-board".
2248 * boards/native-gdbserver.exp: Load "local-board".
2249 (${board}_spawn, ${board}_exec): Delete.
2250 * boards/native-stdio-gdbserver.exp: Most contents factored out to
2251 ...
2252 * boards/stdio-gdbserver-base.exp: ... this new file.
2253 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
2254 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
2255 procedure.
2256 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
2257 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
2258 stdio_gdbserver_command.
2259 (${board}_get_remote_address, ${board}_get_comm_port)
2260 (${board}_download, ${board}_upload): Delete.
2261 (get_target_remote_pipe_cmd): New.
2262
fe68b953
SM
22632017-10-16 Simon Marchi <simon.marchi@ericsson.com>
2264
2265 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
2266 test_bkpt_deletion, test_bkpt_cond_and_cmds,
2267 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
2268 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
2269 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
2270 remove with_test_prefix.
2271
300b6685
PA
22722017-10-13 Pedro Alves <palves@redhat.com>
2273
2274 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
2275 * gdb.base/annota1.exp: Use it instead of is_remote.
2276 * gdb.base/annota3.exp: Use it instead of is_remote.
2277 * gdb.cp/annota2.exp: Use it instead of is_remote.
2278 * gdb.cp/annota3.exp: Use it instead of is_remote.
2279 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
2280
50500caf
PA
22812017-10-13 Pedro Alves <palves@redhat.com>
2282
2283 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
2284 (test_num_test_vars, run_and_count_vars, find_env)
2285 (test_set_unset_env, test_inherit_env_var): New procedures.
2286 (top level): Use them.
2287
dad0c6d2
PA
22882017-10-13 Pedro Alves <palves@redhat.com>
2289
2290 * lib/selftest-support.exp (selftest_setup): Extend comments, and
2291 also skip on stub-like targets.
2292
8b0553c1
PA
22932017-10-13 Pedro Alves <palves@redhat.com>
2294
2295 PR gdb/22293
2296 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
2297 (top level): Move some tests to ...
2298 (test_not_found): ... this new procedure.
2299 (top level): Call it.
2300
7594f623
PA
23012017-10-13 Pedro Alves <palves@redhat.com>
2302
2303 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
2304 expect different "info terminal" output if testing with a
2305 non-native target.
2306
ebe3b402
PA
23072017-10-13 Pedro Alves <palves@redhat.com>
2308 Simon Marchi <simon.marchi@polymtl.ca>
2309
2310 PR python/12966
2311 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
2312
42f1b161
PA
23132017-10-13 Pedro Alves <palves@redhat.com>
2314
2315 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
2316 already.
2317
8d6ef72b
PA
23182017-10-13 Pedro Alves <palves@redhat.com>
2319
2320 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
2321 is_remote.
2322
d7bcd5b8
PA
23232017-10-13 Pedro Alves <palves@redhat.com>
2324
2325 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
2326 is_remote.
2327
df479dc6
PA
23282017-10-13 Pedro Alves <palves@redhat.com>
2329
2330 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
2331 is set.
2332 (corefile_test_attach): Likewise. Check can_spawn_for_attach
2333 instead of is_remote.
2334
23fb630a
PA
23352017-10-13 Pedro Alves <palves@redhat.com>
2336
2337 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
2338 (top level): Add comment.
2339
cc77b1dc
PA
23402017-10-13 Pedro Alves <palves@redhat.com>
2341
2342 * gdb.base/remote.exp (top level): Fix comment typo and add
2343 missing return.
2344
27c9e813
PA
23452017-10-13 Pedro Alves <palves@redhat.com>
2346 Simon Marchi <simon.marchi@polymtl.ca>
2347
2348 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
2349 calls and add comments. Skip test if use_gdb_stub is set.
2350 (top level): Use "set cwd" command instead of "cd" command.
2351
5e830d98
PA
23522017-10-13 Pedro Alves <palves@redhat.com>
2353
2354 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
2355 is_remote target check.
2356
f5ca0032
PA
23572017-10-13 Pedro Alves <palves@redhat.com>
2358
2359 * gdb.base/scope.exp: Use build_executable + clean_restart +
2360 gdb_file_cmd instead of prepare_for_testing and no longer skip
2361 "before run" tests on is_remote target boards. Update comments.
2362 * boards/native-extended-gdbserver.exp
2363 (extended_gdbserver_load_last_file): New, factored out from ...
2364 (gdb_load): ... this. Move further below and add comment.
2365 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
2366
8aed1c0d
PA
23672017-10-12 Pedro Alves <palves@redhat.com>
2368
2369 * gdb.base/attach.exp: Remove references to gdb64.
2370 * gdb.base/dbx.exp: Remove references to gdb64.
2371
cfa34c87
SM
23722017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
2373 Pedro Alves <palves@redhat.com>
2374
2375 * gdb.base/label.exp: Remove is_remote target check.
2376
9192b7de
PA
23772017-10-12 Pedro Alves <palves@redhat.com>
2378
2379 * gdb.base/auvx.exp (coredir): Update comment.
2380 (top level) <core_works>: Use "set cwd" command instead of "cd"
2381 command.
2382
6bf0052d
PA
23832017-10-12 Pedro Alves <palves@redhat.com>
2384 Simon Marchi <simon.marchi@polymtl.ca>
2385
2386 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
2387 target boards.
2388
e48ef82d
PA
23892017-10-12 Pedro Alves <palves@redhat.com>
2390 Simon Marchi <simon.marchi@polymtl.ca>
2391
2392 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
2393 Instead skip if there's any gdb_protocol set.
2394
8d7aea57
SM
23952017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
2396 Pedro Alves <palves@redhat.com>
2397
2398 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
2399
30440677
PA
24002017-10-12 Pedro Alves <palves@redhat.com>
2401 Simon Marchi <simon.marchi@polymtl.ca>
2402
2403 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
2404 instead of on dejagnu remote boards.
2405
4e04f045 24062017-10-12 Pedro Alves <palves@redhat.com>
175654b9 2407 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
2408
2409 * gdb.base/inferior-died.exp: Remove is_remote and isnative
2410 checks. Use build_executable + clean_restart instead of
2411 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
2412 of enabling non-stop after starting gdb.
2413
871a186e
PA
24142017-10-12 Pedro Alves <palves@redhat.com>
2415
2416 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
2417 * gdb.threads/non-ldr-exc-2.exp: Ditto.
2418 * gdb.threads/non-ldr-exc-3.exp: Ditto.
2419 * gdb.threads/non-ldr-exc-4.exp: Ditto.
2420
56d704da
AK
24212017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
2422
2423 * gdb.arch/arc-tdesc-cpu.exp: New file.
2424 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
2425
2f20e312
SM
24262017-10-10 Simon Marchi <simon.marchi@ericsson.com>
2427
2428 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
2429
65630365
PA
24302017-10-10 Pedro Alves <palves@redhat.com>
2431
2432 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
2433 expect CLI output.
2434
bf469271
PA
24352017-10-10 Pedro Alves <palves@redhat.com>
2436
2437 * lib/selftest-support.exp (selftest_setup): Update for
2438 captured_command_loop's prototype change.
2439
777a42f1
PA
24402017-10-09 Pedro Alves <palves@redhat.com>
2441
2442 Test both arch1=>arch2 and arch2=>arch1.
2443
2444 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
2445 (srcfile2, binfile2, march1, march2): Remove globals. Largely
2446 factored out to...
2447 (append_arch1_options, append_arch2_options, append_arch_options)
2448 (build_executables): New procedures.
2449 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
2450 local.
2451 (top level): Add new 'first_arch' testing axis.
2452
cbd2b4e3
PA
24532017-10-09 Pedro Alves <palves@redhat.com>
2454
2455 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
2456 (barrier): New.
2457 (thread_start, all_started): New functions.
2458 (main): Spawn new thread and wait until it is scheduled.
2459 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
2460 option.
2461 (do_test): Add 'selected_thread' parameter. Run to all_started
2462 instead of main. Explicitly set the breakpoint at main. Switch
2463 to the SELECTED_THREAD thread.
2464 (top level): Test handling the exec event with either the main
2465 thread or the second thread selected.
2466
5c9e4427
PA
24672017-10-09 Pedro Alves <palves@redhat.com>
2468
2469 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
2470 logic. Move STOP marker after the value checks.
2471 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
2472 regexp.
2473
b3b7c423
SL
24742017-10-06 Sandra Loosemore <sandra@codesourcery.com>
2475
2476 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
2477
3b4b2f16
UW
24782017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
2479
2480 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
2481 integer-to-dfp conversion.
2482 * gdb.base/dfp-test.exp: Likewise.
2483
5cd63fda
PA
24842017-10-04 Pedro Alves <palves@redhat.com>
2485
2486 * gdb.multi/hangout.c: Include <unistd.h>.
2487 (hangout_loop): New function.
2488 (main): Call alarm. Call hangout_loop in a loop.
2489 * gdb.multi/hello.c: Include <unistd.h>.
2490 (hello_loop): New function.
2491 (main): Call alarm. Call hangout_loop in a loop.
2492 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
2493 inferior with the other selected.
2494
4c71c105
SM
24952017-10-04 Simon Marchi <simon.marchi@ericsson.com>
2496
2497 * gdb.mi/list-thread-groups-available.exp: New file.
2498 * gdb.mi/list-thread-groups-available.c: New file.
2499
bc3b087d
SDJ
25002017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
2501
2502 * gdb.base/set-cwd.exp: Make it available on
2503 native-extended-gdbserver.
2504
d092c5a2
SDJ
25052017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
2506
2507 * gdb.base/set-cwd.c: New file.
2508 * gdb.base/set-cwd.exp: Likewise.
2509
45320ffa
TT
25102017-10-02 Tom Tromey <tom@tromey.com>
2511
2512 PR rust/22236:
2513 * gdb.rust/simple.rs (main): New variable "fslice".
2514 * gdb.rust/simple.exp: Add slice tests. Update string tests.
2515
b3e3859b
TT
25162017-10-02 Tom Tromey <tom@tromey.com>
2517
2518 * gdb.rust/simple.exp: Test ptype of a slice.
2519
01af5e0d
TT
25202017-10-02 Tom Tromey <tom@tromey.com>
2521
2522 * gdb.rust/simple.exp: Test index of slice.
2523
a9bbfbd8
TT
25242017-09-27 Tom Tromey <tom@tromey.com>
2525
2526 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
2527
df8899e5
TP
25282017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
2529 Pedro Alves <palves@redhat.com>
2530
2531 * gdb.base/compare-sections.exp (get value of read-only section): Read
2532 as unsigned value.
2533 (corrupt read-only section): Likewise and don't set written if patching
2534 failed.
2535
757bf54b
KB
25362017-09-21 Kevin Buettner <kevinb@redhat.com>
2537
2538 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
2539 files.
2540
06871ae8
PA
25412017-09-20 Pedro Alves <palves@redhat.com>
2542
2543 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
2544 symbol names in gdb's output.
2545 * gdb.cp/overload.exp ("list all overloads"): Likewise.
2546
e5f25bc5
PA
25472017-09-20 Pedro Alves <palves@redhat.com>
2548
2549 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
2550 Rename to ...
2551 (test_list_ambiguous_symbol): ... this and add a symbol name
2552 parameter. Adjust.
2553 (test_list_ambiguous_function): Reimplement on top of
2554 test_list_ambiguous_symbol and also test listing ambiguous
2555 variables.
2556 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
2557 (ambiguous_fun): ... this.
2558 (ambiguous_var): New.
2559 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
2560 (ambiguous_fun): ... this.
2561 (ambiguous_var): New.
2562
4e5a4f58
JB
25632017-09-19 John Baldwin <jhb@FreeBSD.org>
2564
2565 * gdb.base/starti.c: New file.
2566 * gdb.base/starti.exp: New file.
2567 * lib/gdb.exp (gdb_starti_cmd): New procedure.
2568
26e53f3e
PA
25692017-09-14 Pedro Alves <palves@redhat.com>
2570
2571 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
2572 (top level): Use it instead of runto.
2573
cb791d59
TT
25742017-09-11 Tom Tromey <tom@tromey.com>
2575
2576 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
2577
7c96f8c1
TT
25782017-09-11 Tom Tromey <tom@tromey.com>
2579
2580 * gdb.python/py-infthread.exp: Add tests for new_thread event.
2581 * gdb.python/py-inferior.exp: Add tests for new inferior events.
2582
469412dd
CW
25832017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
2584
2585 * gdb.fortran/printing-types.exp: New file.
2586 * gdb.fortran/printing-types.exp: New file.
2587
e0f86435
BH
25882017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
2589
2590 * gdb.fortran/vla-ptype.exp: Fix typos.
2591 * gdb.fortran/vla-value.exp: Same.
2592
9e9af4be
BH
25932017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
2594
2595 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
2596 * gdb.mi/mi-var-child-f.exp: Likewise.
2597 * gdb.mi/mi-vla-fortran.exp: Likewise.
2598
a5ad232b
FP
25992017-09-08 Frank Penczek <frank.penczek@intel.com>
2600 Christoph Weinmann <christoph.t.weinmann@intel.com>
2601 Bernhard Heckel <bernhard.heckel@intel.com>
2602
2603 * gdb.fortran/ptr-indentation.f90: New file.
2604 * gdb.fortran/ptr-indentation.exp: New file.
2605
5aec60eb
TT
26062017-09-05 Tom Tromey <tom@tromey.com>
2607
2608 PR gdb/22010:
2609 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
2610
8f8f8152
TP
26112017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
2612
2613 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
2614
fbd1b771
JK
26152017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2616
2617 * gdb.threads/tls-nodebug-pie.c: New file.
2618 * gdb.threads/tls-nodebug-pie.exp: New file.
2619
5eb5f850
TT
26202017-09-05 Tom Tromey <tom@tromey.com>
2621
2622 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
2623 for rust.
2624
ae780a21
SM
26252017-09-05 Simon Marchi <simon.marchi@ericsson.com>
2626
2627 * gdb.multi/multi-arch-exec.exp: Test with different
2628 "follow-exec-mode" settings.
2629 (do_test): New procedure.
2630
3693fdb3
PA
26312017-09-04 Pedro Alves <palves@redhat.com>
2632
2633 * gdb.base/func-static.c (S::method const, S::method volatile)
2634 (S::method volatile const): New methods.
2635 (c_s, v_s, cv_s): New instances.
2636 (main): Call method() on them.
2637 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
2638 (cannot_resolve): New procedure.
2639 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
2640 print-quote-unquoted columns.
2641 (do_test): Test printing each scope too.
2642
e68cb8e0
PA
26432017-09-04 Pedro Alves <palves@redhat.com>
2644
2645 * gdb.base/local-static.exp: Also test with
2646 class::method::variable wholly quoted.
2647 * gdb.cp/m-static.exp (class::method::variable): Remove test.
2648
858be34c
PA
26492017-09-04 Pedro Alves <palves@redhat.com>
2650
2651 * gdb.base/local-static.c: New.
2652 * gdb.base/local-static.cc: New.
2653 * gdb.base/local-static.exp: New.
2654
46a4882b
PA
26552017-09-04 Pedro Alves <palves@redhat.com>
2656
2657 * gdb.asm/asm-source.exp: Add casts to int.
2658 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
2659 (dataglobal64_1, dataglobal64_2): New globals.
2660 * gdb.base/nodebug.exp: Test different expressions involving the
2661 new globals, with print, whatis and ptype. Add casts to int.
2662 * gdb.base/solib-display.exp: Add casts to int.
2663 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
2664 * gdb.cp/m-static.exp: Add cast to int.
2665 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
2666 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
2667 tls variable with no debug info without a cast. Test with a cast
2668 to int too.
2669 * gdb.trace/entry-values.exp: Add casts.
2670
2c5a2be1
PA
26712017-09-04 Pedro Alves <palves@redhat.com>
2672
2673 * gdb.base/nodebug.exp: Test that ptype's error about functions
2674 with unknown return type includes the function name too.
2675
7022349d
PA
26762017-09-04 Pedro Alves <palves@redhat.com>
2677
2678 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
2679 return type of munmap in infcall.
2680 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
2681 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
2682 type of ftell in infcall.
2683 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
2684 type of getpid in infcall.
2685 * gdb.base/infcall-exec.exp: Cast return type of execlp in
2686 infcall.
2687 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
2688 Bail on failure to extract the pid.
2689 * gdb.base/nodebug.c: #include <stdint.h>.
2690 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
2691 New functions.
2692 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
2693 Change expected output of print/whatis/ptype with functions with
2694 no debug info. Test all supported languages. Call
2695 test_call_promotion.
2696 * gdb.compile/compile.exp: Adjust expected output to expect
2697 warning.
2698 * gdb.threads/siginfo-threads.exp: Likewise.
2699
54990598
PA
27002017-09-04 Pedro Alves <palves@redhat.com>
2701
2702 * gdb.base/callfuncs.exp (do_function_calls): New parameter
2703 "prototypes". Test calling float functions via prototyped and
2704 unprototyped function pointers.
2705 (perform_all_tests): New parameter "prototypes". Pass it down.
2706 (top level): Pass down "prototypes" parameter to
2707 perform_all_tests.
2708
34d16ea2
SM
27092017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2710
2711 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
2712 Test with nested loops.
2713
9521ecda
SM
27142017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2715
2716 * gdb.base/commands.exp: Call the new procedures.
2717 (loop_break_test, loop_continue_test): New procedures.
2718
80a65e9b
SM
27192017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2720
2721 * gdb.base/commands.exp: Call new procedure.
2722 (define_if_without_arg_test): New procedure.
2723
e439fa14
PA
27242017-09-04 Pedro Alves <palves@redhat.com>
2725
2726 * gdb.base/list-ambiguous.exp: New file.
2727 * gdb.base/list-ambiguous0.c: New file.
2728 * gdb.base/list-ambiguous1.c: New file.
2729 * gdb.base/list.exp (test_list_range): Adjust expected output.
2730
0a2dde4a
SDJ
27312017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
2732
2733 * gdb.base/share-env-with-gdbserver.c: New file.
2734 * gdb.base/share-env-with-gdbserver.exp: Likewise.
2735
5e89eb3a
SM
27362017-08-28 Simon Marchi <simon.marchi@ericsson.com>
2737
2738 * gdb.base/commands.exp (gdbvar_simple_if_test,
2739 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
2740 progvar_simple_if_test, progvar_simple_while_test,
2741 progvar_complex_if_while_test, user_defined_command_test,
2742 user_defined_command_args_eval,
2743 user_defined_command_args_stack_test,
2744 user_defined_command_manyargs_test, bp_deleted_in_command_test,
2745 temporary_breakpoint_commands,
2746 gdb_test_no_prompt, redefine_hook_test,
2747 redefine_backtrace_test): Remove "global gdb_prompt".
2748
fd437cbc
SM
27492017-08-28 Simon Marchi <simon.marchi@ericsson.com>
2750
2751 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
2752 New proc, call it from toplevel.
2753
87215ad1
SDJ
27542017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
2755
2756 PR remote/21852
2757 * gdb.server/normal.c: New file, copied from gdb.base.
2758 * gdb.server/run-without-local-binary.exp: New file.
2759
58afddc6
WP
27602017-08-07 Weimin Pan <weimin.pan@oracle.com>
2761
2762 * gdb.arch/sparc64-adi.exp: New file.
2763 * gdb.arch/sparc64-adi.c: New file.
2764
5277199a
PA
27652017-08-22 Pedro Alves <palves@redhat.com>
2766
2767 * gdb.cp/overload.exp (line_range_pattern): New procedure.
2768 (top level): Add "list all overloads" tests.
2769
14278e1f
TT
27702017-08-22 Tom Tromey <tom@tromey.com>
2771
2772 * gdb.gdb/xfullpath.exp: Remove.
2773
bf223d3e
PA
27742017-08-21 Pedro Alves <palves@redhat.com>
2775
2776 PR gdb/19487
2777 * gdb.base/symbol-alias.c: New.
2778 * gdb.base/symbol-alias2.c: New.
2779 * gdb.base/symbol-alias.exp: New.
2780
c973d0aa
PA
27812017-08-21 Pedro Alves <palves@redhat.com>
2782
2783 * gdb.base/dfp-test.c
2784 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
2785 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
2786 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
2787 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
2788 * gdb.base/whatis-ptype-typedefs.c: New.
2789 * gdb.base/whatis-ptype-typedefs.exp: New.
2790 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
2791 (an_int, an_int_type, an_int_type2): New globals.
2792 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
2793 involving typedefs and cast expressions.
2794 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
2795 (lookup_typedefs_function): New.
2796 (typedefs_pretty_printers_dict): New.
2797 (top level): Register lookup_typedefs_function in
2798 gdb.pretty_printers.
2799
6d580b63
YQ
28002017-08-18 Yao Qi <yao.qi@linaro.org>
2801
2802 * gdb.server/unittest.exp: New.
2803
206726fb
SDJ
28042017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
2805
2806 PR gdb/21954
2807 * gdb.base/environ.exp: Add test to check if 'unset environment'
2808 works.
2809
bf0ec4c2
AA
28102017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2811
2812 * lib/gdb.exp (universal_compile_options): New caching proc.
2813 (gdb_compile): Suppress GCC's coloring of messages.
2814
d6382fff
TT
28152017-08-14 Tom Tromey <tom@tromey.com>
2816
2817 PR gdb/21675:
2818 * gdb.base/printcmds.exp (test_radices): New function.
2819 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
2820 * gdb.base/sizeof.exp (check_valueof): Use p/d.
2821 * lib/gdb.exp (get_integer_valueof): Use p/d.
2822
c2c2dd9f
SM
28232017-08-12 Simon Marchi <simon.marchi@ericsson.com>
2824
2825 * lib/gdb.exp (get_valueof): Don't capture end-of-line
2826 characters.
2827
fdffd6f4
TT
28282017-08-05 Tom Tromey <tom@tromey.com>
2829
2830 * gdb.rust/simple.exp: Allow String to appear in a different
2831 namespace.
2832
27d41eac
YQ
28332017-07-26 Yao Qi <yao.qi@linaro.org>
2834
2835 * gdb.gdb/unittest.exp: Invoke command
2836 "maintenance check xml-descriptions".
2837
031ed05d
AA
28382017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2839
2840 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
2841 calling context.
2842 (hex128): Drop erroneous calculation of parameters.
2843
dcd27ddf
SM
28442017-07-22 Simon Marchi <simon.marchi@ericsson.com>
2845
2846 * gdb.python/py-unwind.exp: Disable stack protection when
2847 building test file.
2848
47e77640
PA
28492017-07-20 Pedro Alves <palves@redhat.com>
2850
2851 * gdb.base/default.exp (set language): Adjust expected output.
2852
62d2a18a
PA
28532017-07-20 Pedro Alves <palves@redhat.com>
2854
2855 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
2856 (test_minsym): ... this, and make static.
2857 (get_pck__foo__bar__minsym): Rename to ...
2858 (get_test_minsym): ... this.
2859 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
2860 symbol names and comments.
2861 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
2862 (get_test_minsym): ... this.
2863 (pck__foo__bar__minsym__2): Rename to ...
2864 (test_minsym): ... this.
2865 (main): Adjust.
2866
c45ec17c
PA
28672017-07-17 Pedro Alves <palves@redhat.com>
2868
2869 * gdb.base/completion.exp: Adjust expected output.
2870 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
2871 the completer works.
2872
c6756f62
PA
28732017-07-17 Pedro Alves <palves@redhat.com>
2874
2875 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
2876
5bd68487
AB
28772017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
2878
2879 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
2880
8880f2a9
TT
28812017-07-14 Tom Tromey <tom@tromey.com>
2882
2883 PR rust/21764:
2884 * gdb.rust/simple.exp: Add tests.
2885
65547233
TT
28862017-07-14 Tom Tromey <tom@tromey.com>
2887
2888 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
2889
8f14146e
PA
28902017-07-14 Pedro Alves <palves@redhat.com>
2891
2892 * gdb.linespec/base/one/thefile.cc (z1): New function.
2893 * gdb.linespec/base/two/thefile.cc (z2): New function.
2894 * gdb.linespec/linespec.exp: Add tests.
2895
b4365d02
AB
28962017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
2897
2898 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
2899 to mi_create_breakpoint.
2900
5d2cbaa5
AB
29012017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
2902
2903 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
2904 mi_create_breakpoint.
2905
11cb5716
IB
29062017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
2907
2908 * gdb.dlang/demangle.exp: Update for demangling changes.
2909
03278692
TT
29102017-07-09 Tom Tromey <tom@tromey.com>
2911
2912 * gdb.dwarf2/shortpiece.exp: New file.
2913
33c5cd75
DB
29142017-07-06 David Blaikie <dblaikie@gmail.com>
2915
2916 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
2917 built from fissiont-multi-cu{1,2}.c.
2918 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
2919 except putting 'main' and 'func' in separate CUs in the same DWO file.
2920 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
2921 test.
2922 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
2923 test.
2924
8455d262
PA
29252017-07-06 Pedro Alves <palves@redhat.com>
2926
2927 * gdb.python/py-unwind.exp: Test flushregs.
2928
dc4bde35
SDJ
29292017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
2930
2931 PR cli/21688
2932 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
2933 tests for alias commands and trailing whitespace.
2934
51ed89aa
SDJ
29352017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
2936
2937 PR cli/21688
2938 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
2939 procedure. Call it.
2940
eb17d413
PA
29412017-06-29 Pedro Alves <palves@redhat.com>
2942
2943 * gdb.base/printcmds.exp: Add tests.
2944
41664b45
DG
29452017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
2946
2947 PR gdb/21337
2948 * gdb.base/reread-readsym.exp: New file.
2949 * gdb.base/reread-readsym.c: New file.
2950
75312ae3
KB
29512017-06-21 Kevin Buettner <kevinb@redhat.com>
2952
2953 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
2954 subpattern.
2955
66953522
PB
29562017-06-19 Peter Bergner <bergner@vnet.ibm.com>
2957
2958 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
2959 extended mnemonic.
2960 * gdb.arch/powerpc-power9.s: Likewise.
2961
5524b525
AA
29622017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2963
2964 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
2965 on 32-bit x86 targets. Exploit is_*_target macros where
2966 appropriate.
2967
03c8af18
AA
29682017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2969
2970 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
2971 register pieces.
2972
3bf31011
AA
29732017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2974
2975 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
2976 located in one or more DWARF pieces.
2977
805acca0
AA
29782017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2979
2980 * lib/gdb.exp (get_endianness): New proc.
2981 * gdb.arch/aarch64-fp.exp: Use it.
2982 * gdb.arch/altivec-regs.exp: Likewise.
2983 * gdb.arch/e500-regs.exp: Likewise.
2984 * gdb.arch/vsx-regs.exp: Likewise.
2985 * gdb.base/dump.exp: Likewise.
2986 * gdb.base/funcargs.exp: Likewise.
2987 * gdb.base/gnu_vector.exp: Likewise.
2988 * gdb.dwarf2/formdata16.exp: Likewise.
2989 * gdb.dwarf2/implptrpiece.exp: Likewise.
2990 * gdb.dwarf2/nonvar-access.exp: Likewise.
2991 * gdb.python/py-inferior.exp: Likewise.
2992 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
2993
e9352324
AA
29942017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2995
2996 PR gdb/21226
2997 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
2998 stack value pieces are taken from the LSB end.
2999
d5d1163e
AA
30002017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3001
3002 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
3003 variable at nonzero offset.
3004
0567c986
AA
30052017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3006
3007 * gdb.dwarf2/var-access.c: New file.
3008 * gdb.dwarf2/var-access.exp: New test.
3009 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
3010
973e9aab
TT
30112017-06-12 Tom Tromey <tom@tromey.com>
3012
3013 * gdb.dwarf2/formdata16.exp: Add tests.
3014
d9109c80
TT
30152017-06-12 Tom Tromey <tom@tromey.com>
3016
3017 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
3018
30a25466
TT
30192017-06-12 Tom Tromey <tom@tromey.com>
3020
3021 PR exp/16225:
3022 * gdb.reverse/i386-sse-reverse.exp: Update tests.
3023 * gdb.arch/vsx-regs.exp: Update tests.
3024 * gdb.arch/s390-vregs.exp (hex128): New proc.
3025 Update test.
3026 * gdb.arch/altivec-regs.exp: Update tests.
3027
aefd8b33
SDJ
30282017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
3029
3030 * gdb.base/startup-with-shell.c: New file.
3031 * gdb.base/startup-with-shell.exp: Likewise.
3032
2090129c
SDJ
30332017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
3034
3035 * gdb.server/non-existing-program.exp: Update regex in order to
3036 reflect the fact that gdbserver is now using fork_inferior (with a
3037 shell) to startup the inferior.
3038
8e86a419
SM
30392017-05-30 Simon Marchi <simon.marchi@ericsson.com>
3040
3041 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
3042 support function calls from GDB.
3043
e6cf65f2
TT
30442017-05-21 Tom Tromey <tom@tromey.com>
3045
3046 PR rust/21466:
3047 * gdb.rust/unsized.exp: New file.
3048 * gdb.rust/unsized.rs: New file.
3049
43cc5389
TT
30502017-05-19 Tom Tromey <tom@tromey.com>
3051
3052 PR rust/21484:
3053 * gdb.rust/watch.exp: New file.
3054 * gdb.rust/watch.rs: New file.
3055
ec8df234
TT
30562017-05-18 Tom Tromey <tom@tromey.com>
3057
3058 * gdb.rust/simple.exp: Allow Box to be qualified.
3059
3e3e7fae
TP
30602017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
3061
3062 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
3063
59cc050d
PA
30642017-05-18 Pedro Alves <palves@redhat.com>
3065
3066 * gdb.base/fileio.c (test_write, test_read, test_close)
3067 (test_fstat): Don't print 'ret' in the fail path.
3068
c8f6abd1
PA
30692017-05-18 Pedro Alves <palves@redhat.com>
3070
3071 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
3072 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
3073 (test_system, test_rename, test_unlink, test_time): Change
3074 prototypes.
3075 * gdb.base/fileio.exp (stop_msg): Adjust.
3076
d2a03b77
PA
30772017-05-18 Pedro Alves <palves@redhat.com>
3078
3079 * gdb.base/fileio.c (null_str): New global.
3080 (test_stat): Use it.
3081 * gdb.base/fileio.exp: Remove nowarnings.
3082
0d5c6999
YQ
30832017-05-17 Yao Qi <yao.qi@linaro.org>
3084
3085 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
3086
21873064
YQ
30872017-05-17 Simon Marchi <simon.marchi@ericsson.com>
3088
3089 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
3090 argument command.
3091 (top-level): Invoke test_set_inferior_tty.
3092
d512d31c
PA
30932017-05-04 Pedro Alves <palves@redhat.com>
3094
3095 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
3096 Add parens to print call for Python 3.
3097
90cef2ed
KS
30982017-05-03 Keith Seitz <keiths@redhat.com>
3099
3100 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
3101 (main): Call it.
3102
14f819c8
TW
31032017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3104
3105 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
3106 to prev and next.
3107
913aeadd
TW
31082017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3109
3110 * gdb.python/py-record-btrace.exp: Remove test for
3111 gdb.BtraceInstruction.error.
3112
a3be24ad
TW
31132017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3114
3115 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
3116
ae20e79a
TW
31172017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3118
3119 * gdb.python/py-record-btrace-threads.c: New file.
3120 * gdb.python/py-record-btrace-threads.exp: New file.
3121
45ce1b47
SDJ
31222017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
3123
3124 PR testsuite/8595
3125 * gdb.base/environ.exp: Make test available in all architectures.
3126 Move bits related to "info program" testing to
3127 gdb.base/info-program.exp. Rewrite tests to use the two new
3128 procedures mentione below.
3129 (test_set_show_env_var) New procedure.
3130 (test_set_show_env_var_equal): Likewise.
3131 * gdb.base/info-program.exp: New file.
3132
e15c3eb4
KS
31332017-04-27 Keith Seitz <keiths@redhat.com>
3134
3135 * gdb.cp/oranking.cc (test15): New function.
3136 (main): Call test15 and declare additional variables for testing.
3137 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
3138 "p foo101('abc')" tests.
3139 Add tests for cv qualifier overloads.
3140 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
3141 "lvalue reference overload" test.
3142 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
3143 "print value of f1 on Child&& in f2" test.
3144
3a3fd0fd
PA
31452017-04-19 Pedro Alves <palves@redhat.com>
3146
3147 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
3148 procedure.
3149 (top level): Call it.
3150 * lib/gdb.exp (gdb_define_cmd): New procedure.
3151
53375380
PA
31522017-04-12 Pedro Alves <palves@redhat.com>
3153
3154 PR gdb/21323
3155 * gdb.cp/wide_char_types.c: Include <wchar.h>.
3156 (wchar): New global.
3157 * gdb.cp/wide_char_types.exp (wide_char_types_program)
3158 (do_test_wide_char, wide_char_types_no_program, top level): Add
3159 wchar_t testing.
3160
53e710ac
PA
31612017-04-12 Pedro Alves <palves@redhat.com>
3162
3163 PR c++/21323
3164 * gdb.cp/wide_char_types.c: New file.
3165 * gdb.cp/wide_char_types.exp: New file.
3166
0ad9d8c7
SDJ
31672017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
3168
3169 PR gdb/21352
3170 * gdb.trace/tsv.exp: Add test for "tsave -r".
3171
b1b45502
IB
31722017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
3173
3174 * gdb.dlang/watch-loc.c: New file.
3175 * gdb.dlang/watch-loc.exp: New file.
3176
ec13808e
JK
31772017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3178
3179 * gdb.python/py-section-script.exp (sepdebug): New testcases.
3180
fe5f7374
AK
31812017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
3182
3183 * gdb.arch/arc-analyze-prologue.S: New file.
3184 * gdb.arch/arc-analyze-prologue.exp: Likewise.
3185
eea78757
AK
31862017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
3187
3188 * gdb.arch/arc-decode-insn.S: New file.
3189 * gdb.arch/arc-decode-insn.exp: Likewise.
3190
5badf10a
IR
31912017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
3192
3193 PR tdep/20928
3194 * gdb.arch/sparc64-regs.exp: New file.
3195 * gdb.arch/sparc64-regs.S: Likewise.
3196
cee59b3f
TW
31972017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
3198
3199 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
3200 and memory view on Python 3.
3201
c0f55cc6
AV
32022017-03-20 Artemiy Volkov <artemiyv@acm.org>
3203 Keith Seitz <keiths@redhat.com>
3204
3205 PR gdb/14441
3206 * gdb.cp/demangle.exp: Add rvalue reference tests.
3207 * gdb.cp/rvalue-ref-casts.cc: New file.
3208 * gdb.cp/rvalue-ref-casts.exp: New file.
3209 * gdb.cp/rvalue-ref-overload.cc: New file.
3210 * gdb.cp/rvalue-ref-overload.exp: New file.
3211 * gdb.cp/rvalue-ref-params.cc: New file.
3212 * gdb.cp/rvalue-ref-params.exp: New file.
3213 * gdb.cp/rvalue-ref-sizeof.cc: New file.
3214 * gdb.cp/rvalue-ref-sizeof.exp: New file.
3215 * gdb.cp/rvalue-ref-types.cc: New file.
3216 * gdb.cp/rvalue-ref-types.exp: New file.
3217 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
3218 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
3219
51457a05
MAL
32202017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
3221
3222 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
3223 New procedure.
3224
5b291c04
MAL
32252017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
3226
3227 * lib/mi-support.exp (mi_gdb_test): Add additional message
3228 for unexpected output.
3229
59a56148
AA
32302017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
3231
3232 * gdb.base/examine-backward.c (Barrier): New character array
3233 constant, to ensure that TestStrings is preceded by a string
3234 terminator.
3235
7942e96e
AA
32362017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3237
3238 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
3239 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
3240 and implicit pointer into such a location.
3241
6ebac3fb
DE
32422017-03-16 Doug Evans <dje@google.com>
3243
3244 * gdb.python/py-lazy-string (pointer): Really add new typedef.
3245
ec3b243d
TP
32462017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
3247
3248 * gdb.cp/m-static.exp: Fix expectation for prototype of
3249 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
3250
32512017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
3252
3253 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
3254 * gdb.guile/scm-lazy-string.c: New file.
3255 * gdb.guile/scm-value.exp: Move lazy string tests to ...
3256 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
3257 for pointer, array, typedef lazy strings.
3258
2cc36e25 32592017-03-16 Doug Evans <dje@google.com>
34b43320
DE
3260
3261 PR python/17728, python/18439, python/18779
3262 * gdb.python/py-value.c (main) Delete locals sptr, sn.
3263 * gdb.python/py-lazy-string.c (pointer): New typedef.
3264 (main): New locals ptr, array, typedef_ptr.
3265 * gdb.python/py-value.exp: Move lazy string tests to ...
3266 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
3267 array, typedef lazy strings.
ec3b243d 3268
0efcde63
AK
32692017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
3270
3271 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
3272 Add optional 'test' parameter.
3273
7978d7c3
SM
32742017-03-13 Simon Marchi <simon.marchi@ericsson.com>
3275
3276 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
3277 Skip for versions of DejaGnu < 1.5.
3278
896c0c1e
SM
32792017-03-13 Simon Marchi <simon.marchi@ericsson.com>
3280
3281 * lib/gdb.exp (dejagnu_version): New proc.
3282 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3283 Use dejagnu_version.
3284
5f4d1085
KS
32852017-03-10 Keith Seitz <keiths@redhat.com>
3286
3287 PR c++/8128
3288 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
3289 type from destructor regexps.
3290 Add a branch which actually passes the test.
3291 Adjust "ptype t5i" test names.
3292
1de05205
PA
32932017-03-08 Pedro Alves <palves@redhat.com>
3294
3295 * gdb.base/step-over-exit.exp: Add explicit test message.
3296
c65d6b55
PA
32972017-03-08 Pedro Alves <palves@redhat.com>
3298
3299 PR gdb/18360
3300 * gdb.threads/interrupt-while-step-over.c: New file.
3301 * gdb.threads/interrupt-while-step-over.exp: New file.
3302
2e86a283
PA
33032017-03-08 Pedro Alves <palves@redhat.com>
3304
3305 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
3306 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
3307
25dcbff6
PA
33082017-03-08 Pedro Alves <palves@redhat.com>
3309
3310 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
3311 PKRU as not supported as a PASS.
3312
dc9366eb
PA
33132017-03-08 Pedro Alves <palves@redhat.com>
3314
3315 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
3316 prefix instead of $binfile1/$binfile2.
3317 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
3318 in test message.
3319 * gdb.python/py-completion.exp: Use "load python file" as test
3320 messages instead of unstable path names.
3321
6e5d74e7
PA
33222017-03-08 Pedro Alves <palves@redhat.com>
3323 Jan Kratochvil <jan.kratochvil@redhat.com>
3324
3325 PR cli/21218
3326 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
3327 New proc.
3328 (top level): Call it.
3329
9753a2f6
PA
33302017-03-08 Pedro Alves <palves@redhat.com>
3331
3332 PR tui/21216
3333 * gdb.tui/tui-nl-filtered-output.exp: New file.
3334
1a4dd9dd
PA
33352017-03-08 Pedro Alves <palves@redhat.com>
3336
3337 * gdb.base/completion.exp: Move TUI completion tests to ...
3338 * gdb.tui/completion.exp: ... this new file.
3339
7cbbff33
PA
33402017-03-08 Pedro Alves <palves@redhat.com>
3341
3342 * gdb.base/tui-disasm-long-lines.c,
3343 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
3344 gdb.base/tui-layout.exp: Move to ...
3345 * gdb.tui/: ... this new directory.
3346
5f6fd321
PA
33472017-03-07 Pedro Alves <palves@redhat.com>
3348
3349 * gdb.base/tui-layout.c: New file.
3350 * gdb.base/tui-layout.exp: New file.
3351
44959fa8
PA
33522017-03-07 Pedro Alves <palves@redhat.com>
3353
3354 * gdb.base/tui-layout.c: Rename to ...
3355 * gdb.base/tui-disasm-long-lines.c: ... this.
3356 * gdb.base/tui-layout.exp: Rename to ...
3357 * gdb.base/tui-disasm-long-lines.exp: ... this.
3358
f8c4e718
PA
33592017-03-07 Pedro Alves <palves@redhat.com>
3360
3361 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
3362
6dbb839a 33632017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
3364
3365 * i386-mpx-call.c: New file.
3366 * i386-mpx-call.exp: New file.
3367
65b48a81
PB
33682017-02-28 Peter Bergner <bergner@vnet.ibm.com>
3369
3370 * gdb.arch/powerpc-power.exp: Delete test.
3371 * gdb.arch/powerpc-power.s: Likewise.
3372 * gdb.disasm/disassembler-options.exp: New test.
3373 * gdb.arch/powerpc-altivec.exp: Likewise.
3374 * gdb.arch/powerpc-altivec.s: Likewise.
3375 * gdb.arch/powerpc-altivec2.exp: Likewise.
3376 * gdb.arch/powerpc-altivec2.s: Likewise.
3377 * gdb.arch/powerpc-altivec3.exp: Likewise.
3378 * gdb.arch/powerpc-altivec3.s: Likewise.
3379 * gdb.arch/powerpc-power7.exp: Likewise.
3380 * gdb.arch/powerpc-power7.s: Likewise.
3381 * gdb.arch/powerpc-power8.exp: Likewise.
3382 * gdb.arch/powerpc-power8.s: Likewise.
3383 * gdb.arch/powerpc-power9.exp: Likewise.
3384 * gdb.arch/powerpc-power9.s: Likewise.
3385 * gdb.arch/powerpc-vsx.exp: Likewise.
3386 * gdb.arch/powerpc-vsx.s: Likewise.
3387 * gdb.arch/powerpc-vsx2.exp: Likewise.
3388 * gdb.arch/powerpc-vsx2.s: Likewise.
3389 * gdb.arch/powerpc-vsx3.exp: Likewise.
3390 * gdb.arch/powerpc-vsx3.s: Likewise.
3391 * gdb.arch/arm-disassembler-options.exp: Likewise.
3392 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
3393 * gdb.arch/s390-disassembler-options.exp: Likewise.
3394
17cd4947
LM
33952017-02-23 Luis Machado <lgustavo@codesourcery.com>
3396
3397 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
3398 (check_supported_features): ... this. Changed return type to void.
3399 (supports_rdseed): New static global.
3400 (rdseed): Check supports_rdseed.
3401 (initialize): Call check_supported_features.
3402
2039d74e
EBM
34032017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3404
3405 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
3406 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
3407 and lqarx/stqcx.
3408 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
3409 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
3410
a51d7ecf
EBM
34112017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3412
3413 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
3414 uppercase.
3415
0224619f
JK
34162017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3417
3418 * gdb.dwarf2/formdata16.c: New file.
3419 * gdb.dwarf2/formdata16.exp: New file.
3420 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
3421
216f72a1
JK
34222017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3423
3424 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
3425 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
3426 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
3427 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
3428 DW_AT_GNU_*.
3429
43988095
JK
34302017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3431
3432 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
3433
99e8a4f9
SDJ
34342017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
3435
3436 PR gdb/21164
3437 * gdb.base/maint.exp: Add testcases for when the commands do
3438 not have arguments.
3439
b58a8c0c
TP
34402017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
3441
3442 * gdb.cp/chained-calls.exp: Use p instead of P.
3443
4e746bb6
TW
34442017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
3445
3446 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
3447 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
3448
3f77c769
TT
34492017-02-14 Tom Tromey <tom@tromey.com>
3450
3451 PR python/13598:
3452 * gdb.python/py-events.exp: Add before_prompt event tests.
3453
075beec0
AA
34542017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3455
3456 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
3457
bf5f525c
LM
34582017-02-13 Luis Machado <lgustavo@codesourcery.com>
3459
3460 * gdb.linespec/explicit.c (my_unique_function_name): New function.
3461 (main): Call my_unique_function_name.
3462 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
3463 completion of patterns with a single match.
3464 Add missing -re switches to gdb_test_multiple calls.
3465
13a66184
LM
34662017-02-13 Luis Machado <lgustavo@codesourcery.com>
3467
3468 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
3469 return if core file is not recognized.
3470
26a06916
SM
34712017-02-10 Simon Marchi <simon.marchi@ericsson.com>
3472
3473 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
3474 and extra UIs.
3475
b761ca9e
SM
34762017-02-10 Simon Marchi <simon.marchi@ericsson.com>
3477
3478 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
3479 proc_with_prefix.
3480
b964bee0
TT
34812017-02-10 Tom Tromey <tom@tromey.com>
3482
3483 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
3484
18da0c51
MG
34852017-02-10 Martin Galvan <martingalvan@sourceware.org>
3486
3487 PR gdb/21122
3488 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
3489
604c4576
JG
34902017-02-08 Jerome Guitton <guitton@adacore.com>
3491
3492 * gdb.base/define.exp: Add test for command abbreviations
3493 in define.
3494
20b477a7
LM
34952017-02-06 Luis Machado <lgustavo@codesourcery.com>
3496
3497 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
3498 * gdb.reverse/insn-reverse-x86.c: New file.
3499
3f7b46f2
IR
35002017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
3501
3502 PR tdep/20936
3503 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
3504
f0fd41c1
TT
35052017-02-03 Tom Tromey <tom@tromey.com>
3506
3507 PR rust/21097:
3508 * gdb.rust/simple.exp: Add new tests.
3509
5be5dbf0
PA
35102017-02-02 Pedro Alves <palves@redhat.com>
3511
3512 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
3513 tests.
3514
7346ef59
AA
35152017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3516
3517 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
3518 taking a 2-byte value out of a 4-byte DWARF implicit value on
3519 big-endian targets.
3520 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
3521 logic. Add test cases for DW_OP_implicit.
3522
787f0025
MM
35232017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3524
3525 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
3526
68777c29
MM
35272017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3528
3529 * gdb.btrace/enable.exp: Call gdb_exit before
3530 skip_gdbserver_tests.
3531
0a1c7e28
MM
35322017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3533
3534 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
3535 GDBFLAGS.
3536
b5ac99b0
MM
35372017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3538
3539 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
3540 the test is skipped.
3541 * gdb.btrace/data.exp: Likewise.
3542 * gdb.btrace/delta.exp: Likewise.
3543 * gdb.btrace/dlopen.exp: Likewise.
3544 * gdb.btrace/enable-running.exp: Likewise.
3545 * gdb.btrace/enable.exp: Likewise.
3546 * gdb.btrace/exception.exp: Likewise.
3547 * gdb.btrace/function_call_history.exp: Likewise.
3548 * gdb.btrace/gcore.exp: Likewise.
3549 * gdb.btrace/instruction_history.exp: Likewise.
3550 * gdb.btrace/multi-thread-step.exp: Likewise.
3551 * gdb.btrace/nohist.exp: Likewise.
3552 * gdb.btrace/non-stop.exp: Likewise.
3553 * gdb.btrace/reconnect.exp: Likewise.
3554 * gdb.btrace/record_goto-step.exp: Likewise.
3555 * gdb.btrace/record_goto.exp: Likewise.
3556 * gdb.btrace/rn-dl-bind.exp: Likewise.
3557 * gdb.btrace/segv.exp: Likewise.
3558 * gdb.btrace/step.exp: Likewise.
3559 * gdb.btrace/stepi.exp: Likewise.
3560 * gdb.btrace/tailcall-only.exp: Likewise.
3561 * gdb.btrace/tailcall.exp: Likewise.
3562 * gdb.btrace/tsx.exp: Likewise.
3563 * gdb.btrace/unknown_functions.exp: Likewise.
3564 * gdb.btrace/vdso.exp: Likewise.
3565
cd4007e4
MM
35662017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3567
3568 * gdb.btrace/enable-running.c: New.
3569 * gdb.btrace/enable-running.exp: New.
3570
2735833d
WT
35712017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
3572
3573 * gdb.arch/amd64-gs_base.c: New file.
3574 * gdb.arch/amd64-gs_base.exp: New file.
3575
b51e1e94
LM
35762017-01-26 Luis Machado <lgustavo@codesourcery.com>
3577
3578 * lib/memory.exp: Remove spurious empty newlines.
3579
72ca0410
SM
35802017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
3581
3582 * gdb.python/py-bad-printers.exp: Load python file using "source".
3583 * gdb.python/py-events.exp: Likewise.
3584 * gdb.python/py-evsignal.exp: Likewise.
3585 * gdb.python/py-evthreads.exp: Likewise.
3586 * gdb.python/py-frame-args.exp: Likewise.
3587 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
3588 * gdb.python/py-framefilter-mi.exp: Likewise.
3589 * gdb.python/py-framefilter.exp: Likewise.
3590 * gdb.python/py-mi.exp: Likewise.
3591 * gdb.python/py-pp-maint.exp: Likewise.
3592 * gdb.python/py-pp-registration.exp: Likewise.
3593 * gdb.python/py-prettyprint.exp: Likewise.
3594 (run_lang_tests): Likewise.
3595 * gdb.python/py-typeprint.exp: Likewise.
3596
e309aa65
LM
35972017-01-26 Luis Machado <lgustavo@codesourcery.com>
3598
3599 * lib/memory.exp: New file.
3600 * lib/gdb.exp: Load memory.exp.
3601 * gdb.base/memattr.exp (delete_memory): Move proc to
3602 lib/memory.exp and rename to delete_memory_regions.
3603 Replace delete_memory with delete_memory_regions.
3604 Cleanup memory regions before tests.
3605 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
3606 before tests.
3607
515aff23
LM
36082017-01-26 Luis Machado <lgustavo@codesourcery.com>
3609
3610 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
3611 files.
3612 (initialize): New function conditionally defined.
3613 (testcases): Move within conditional block.
3614 (main): Call initialize.
3615 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
3616 of gdb.reverse/insn-reverse.c.
3617 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
3618 gdb.reverse/insn-reverse.c.
3619
d8b49cf0
YQ
36202017-01-26 Yao Qi <yao.qi@linaro.org>
3621
3622 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
3623 disassemble on address 0.
3624
f13a9a0c
YQ
36252017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
3626 Yao Qi <yao.qi@linaro.org>
3627
3628 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
3629 * gdb.dwarf2/implptr-64bit.S: Remove.
3630 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
3631 variables in caller's context. Add DW_OP_implicit_value.
3632
5ac95241
YQ
36332017-01-25 Yao Qi <yao.qi@linaro.org>
3634
3635 * lib/dwarf.exp (Dwarf::_location): Handle
3636 DW_OP_GNU_implicit_pointer with proper size.
3637
23e82930
LM
36382017-01-20 Luis Machado <lgustavo@codesourcery.com>
3639
3640 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
3641 and add untested calls.
3642
d334ae25
LM
36432017-01-20 Luis Machado <lgustavo@codesourcery.com>
3644
3645 * gdb.python/python.exp: Check line number against what GDB thinks
3646 the line number is for func1.
3647
f5e6296e
IB
36482017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
3649
3650 * gdb.dlang/debug-expr.exp: New file.
3651
5b362f04
LM
36522016-12-23 Luis Machado <lgustavo@codesourcery.com>
3653
3654 Fix test names for the following files:
3655
3656 * gdb.ada/exec_changed.exp
3657 * gdb.ada/info_types.exp
3658 * gdb.arch/aarch64-atomic-inst.exp
3659 * gdb.arch/aarch64-fp.exp
3660 * gdb.arch/altivec-abi.exp
3661 * gdb.arch/altivec-regs.exp
3662 * gdb.arch/amd64-byte.exp
3663 * gdb.arch/amd64-disp-step.exp
3664 * gdb.arch/amd64-dword.exp
3665 * gdb.arch/amd64-entry-value-inline.exp
3666 * gdb.arch/amd64-entry-value-param.exp
3667 * gdb.arch/amd64-entry-value-paramref.exp
3668 * gdb.arch/amd64-entry-value.exp
3669 * gdb.arch/amd64-i386-address.exp
3670 * gdb.arch/amd64-invalid-stack-middle.exp
3671 * gdb.arch/amd64-invalid-stack-top.exp
3672 * gdb.arch/amd64-optimout-repeat.exp
3673 * gdb.arch/amd64-prologue-skip.exp
3674 * gdb.arch/amd64-prologue-xmm.exp
3675 * gdb.arch/amd64-stap-special-operands.exp
3676 * gdb.arch/amd64-stap-wrong-subexp.exp
3677 * gdb.arch/amd64-tailcall-cxx.exp
3678 * gdb.arch/amd64-tailcall-noret.exp
3679 * gdb.arch/amd64-tailcall-ret.exp
3680 * gdb.arch/amd64-tailcall-self.exp
3681 * gdb.arch/amd64-word.exp
3682 * gdb.arch/arm-bl-branch-dest.exp
3683 * gdb.arch/arm-disp-step.exp
3684 * gdb.arch/arm-neon.exp
3685 * gdb.arch/arm-single-step-kernel-helper.exp
3686 * gdb.arch/avr-flash-qualifier.exp
3687 * gdb.arch/disp-step-insn-reloc.exp
3688 * gdb.arch/e500-abi.exp
3689 * gdb.arch/e500-regs.exp
3690 * gdb.arch/ftrace-insn-reloc.exp
3691 * gdb.arch/i386-avx512.exp
3692 * gdb.arch/i386-bp_permanent.exp
3693 * gdb.arch/i386-byte.exp
3694 * gdb.arch/i386-cfi-notcurrent.exp
3695 * gdb.arch/i386-disp-step.exp
3696 * gdb.arch/i386-dr3-watch.exp
3697 * gdb.arch/i386-float.exp
3698 * gdb.arch/i386-gnu-cfi.exp
3699 * gdb.arch/i386-mpx-map.exp
3700 * gdb.arch/i386-mpx-sigsegv.exp
3701 * gdb.arch/i386-mpx-simple_segv.exp
3702 * gdb.arch/i386-mpx.exp
3703 * gdb.arch/i386-permbkpt.exp
3704 * gdb.arch/i386-prologue.exp
3705 * gdb.arch/i386-signal.exp
3706 * gdb.arch/i386-size-overlap.exp
3707 * gdb.arch/i386-unwind.exp
3708 * gdb.arch/i386-word.exp
3709 * gdb.arch/mips-fcr.exp
3710 * gdb.arch/powerpc-d128-regs.exp
3711 * gdb.arch/powerpc-stackless.exp
3712 * gdb.arch/ppc64-atomic-inst.exp
3713 * gdb.arch/s390-stackless.exp
3714 * gdb.arch/s390-tdbregs.exp
3715 * gdb.arch/s390-vregs.exp
3716 * gdb.arch/sparc-sysstep.exp
3717 * gdb.arch/thumb-bx-pc.exp
3718 * gdb.arch/thumb-singlestep.exp
3719 * gdb.arch/thumb2-it.exp
3720 * gdb.arch/vsx-regs.exp
3721 * gdb.asm/asm-source.exp
3722 * gdb.base/a2-run.exp
3723 * gdb.base/advance.exp
3724 * gdb.base/all-bin.exp
3725 * gdb.base/anon.exp
3726 * gdb.base/args.exp
3727 * gdb.base/arithmet.exp
3728 * gdb.base/async-shell.exp
3729 * gdb.base/async.exp
3730 * gdb.base/attach-pie-noexec.exp
3731 * gdb.base/attach-twice.exp
3732 * gdb.base/auto-load.exp
3733 * gdb.base/bang.exp
3734 * gdb.base/bitfields.exp
3735 * gdb.base/break-always.exp
3736 * gdb.base/break-caller-line.exp
3737 * gdb.base/break-entry.exp
3738 * gdb.base/break-inline.exp
3739 * gdb.base/break-on-linker-gcd-function.exp
3740 * gdb.base/break-probes.exp
3741 * gdb.base/break.exp
3742 * gdb.base/breakpoint-shadow.exp
3743 * gdb.base/call-ar-st.exp
3744 * gdb.base/call-sc.exp
3745 * gdb.base/call-signal-resume.exp
3746 * gdb.base/call-strs.exp
3747 * gdb.base/callfuncs.exp
3748 * gdb.base/catch-fork-static.exp
3749 * gdb.base/catch-gdb-caused-signals.exp
3750 * gdb.base/catch-load.exp
3751 * gdb.base/catch-signal-fork.exp
3752 * gdb.base/catch-signal.exp
3753 * gdb.base/catch-syscall.exp
3754 * gdb.base/charset.exp
3755 * gdb.base/checkpoint.exp
3756 * gdb.base/chng-syms.exp
3757 * gdb.base/code-expr.exp
3758 * gdb.base/code_elim.exp
3759 * gdb.base/commands.exp
3760 * gdb.base/completion.exp
3761 * gdb.base/complex.exp
3762 * gdb.base/cond-expr.exp
3763 * gdb.base/condbreak.exp
3764 * gdb.base/consecutive.exp
3765 * gdb.base/continue-all-already-running.exp
3766 * gdb.base/coredump-filter.exp
3767 * gdb.base/corefile.exp
3768 * gdb.base/dbx.exp
3769 * gdb.base/debug-expr.exp
3770 * gdb.base/define.exp
3771 * gdb.base/del.exp
3772 * gdb.base/disabled-location.exp
3773 * gdb.base/disasm-end-cu.exp
3774 * gdb.base/disasm-optim.exp
3775 * gdb.base/display.exp
3776 * gdb.base/duplicate-bp.exp
3777 * gdb.base/ena-dis-br.exp
3778 * gdb.base/ending-run.exp
3779 * gdb.base/enumval.exp
3780 * gdb.base/environ.exp
3781 * gdb.base/eu-strip-infcall.exp
3782 * gdb.base/eval-avoid-side-effects.exp
3783 * gdb.base/eval-skip.exp
3784 * gdb.base/exitsignal.exp
3785 * gdb.base/expand-psymtabs.exp
3786 * gdb.base/filesym.exp
3787 * gdb.base/find-unmapped.exp
3788 * gdb.base/finish.exp
3789 * gdb.base/float.exp
3790 * gdb.base/foll-exec-mode.exp
3791 * gdb.base/foll-exec.exp
3792 * gdb.base/foll-fork.exp
3793 * gdb.base/fortran-sym-case.exp
3794 * gdb.base/freebpcmd.exp
3795 * gdb.base/func-ptr.exp
3796 * gdb.base/func-ptrs.exp
3797 * gdb.base/funcargs.exp
3798 * gdb.base/gcore-buffer-overflow.exp
3799 * gdb.base/gcore-relro-pie.exp
3800 * gdb.base/gcore-relro.exp
3801 * gdb.base/gcore.exp
3802 * gdb.base/gdb1090.exp
3803 * gdb.base/gdb11530.exp
3804 * gdb.base/gdb11531.exp
3805 * gdb.base/gdb1821.exp
3806 * gdb.base/gdbindex-stabs.exp
3807 * gdb.base/gdbvars.exp
3808 * gdb.base/hbreak.exp
3809 * gdb.base/hbreak2.exp
3810 * gdb.base/included.exp
3811 * gdb.base/infcall-input.exp
3812 * gdb.base/inferior-died.exp
3813 * gdb.base/infnan.exp
3814 * gdb.base/info-macros.exp
3815 * gdb.base/info-os.exp
3816 * gdb.base/info-proc.exp
3817 * gdb.base/info-shared.exp
3818 * gdb.base/info-target.exp
3819 * gdb.base/infoline.exp
3820 * gdb.base/interp.exp
3821 * gdb.base/interrupt.exp
3822 * gdb.base/jit-reader.exp
3823 * gdb.base/jit-simple.exp
3824 * gdb.base/kill-after-signal.exp
3825 * gdb.base/kill-detach-inferiors-cmd.exp
3826 * gdb.base/label.exp
3827 * gdb.base/langs.exp
3828 * gdb.base/ldbl_e308.exp
3829 * gdb.base/line-symtabs.exp
3830 * gdb.base/linespecs.exp
3831 * gdb.base/list.exp
3832 * gdb.base/long_long.exp
3833 * gdb.base/longest-types.exp
3834 * gdb.base/maint.exp
3835 * gdb.base/max-value-size.exp
3836 * gdb.base/memattr.exp
3837 * gdb.base/mips_pro.exp
3838 * gdb.base/morestack.exp
3839 * gdb.base/moribund-step.exp
3840 * gdb.base/multi-forks.exp
3841 * gdb.base/nested-addr.exp
3842 * gdb.base/nextoverexit.exp
3843 * gdb.base/noreturn-finish.exp
3844 * gdb.base/noreturn-return.exp
3845 * gdb.base/nostdlib.exp
3846 * gdb.base/offsets.exp
3847 * gdb.base/opaque.exp
3848 * gdb.base/pc-fp.exp
3849 * gdb.base/permissions.exp
3850 * gdb.base/print-symbol-loading.exp
3851 * gdb.base/prologue-include.exp
3852 * gdb.base/psymtab.exp
3853 * gdb.base/ptype.exp
3854 * gdb.base/random-signal.exp
3855 * gdb.base/randomize.exp
3856 * gdb.base/range-stepping.exp
3857 * gdb.base/readline-ask.exp
3858 * gdb.base/recpar.exp
3859 * gdb.base/recurse.exp
3860 * gdb.base/relational.exp
3861 * gdb.base/restore.exp
3862 * gdb.base/return-nodebug.exp
3863 * gdb.base/return.exp
3864 * gdb.base/run-after-attach.exp
3865 * gdb.base/save-bp.exp
3866 * gdb.base/scope.exp
3867 * gdb.base/sect-cmd.exp
3868 * gdb.base/set-lang-auto.exp
3869 * gdb.base/set-noassign.exp
3870 * gdb.base/setvar.exp
3871 * gdb.base/sigall.exp
3872 * gdb.base/sigbpt.exp
3873 * gdb.base/siginfo-addr.exp
3874 * gdb.base/siginfo-infcall.exp
3875 * gdb.base/siginfo-obj.exp
3876 * gdb.base/siginfo.exp
3877 * gdb.base/signals-state-child.exp
3878 * gdb.base/signest.exp
3879 * gdb.base/sigstep.exp
3880 * gdb.base/sizeof.exp
3881 * gdb.base/skip.exp
3882 * gdb.base/solib-corrupted.exp
3883 * gdb.base/solib-nodir.exp
3884 * gdb.base/solib-search.exp
3885 * gdb.base/stack-checking.exp
3886 * gdb.base/stale-infcall.exp
3887 * gdb.base/stap-probe.exp
3888 * gdb.base/start.exp
3889 * gdb.base/step-break.exp
3890 * gdb.base/step-bt.exp
3891 * gdb.base/step-line.exp
3892 * gdb.base/step-over-exit.exp
3893 * gdb.base/step-over-syscall.exp
3894 * gdb.base/step-resume-infcall.exp
3895 * gdb.base/step-test.exp
3896 * gdb.base/store.exp
3897 * gdb.base/structs3.exp
3898 * gdb.base/sym-file.exp
3899 * gdb.base/symbol-without-target_section.exp
3900 * gdb.base/term.exp
3901 * gdb.base/testenv.exp
3902 * gdb.base/ui-redirect.exp
3903 * gdb.base/until.exp
3904 * gdb.base/unwindonsignal.exp
3905 * gdb.base/value-double-free.exp
3906 * gdb.base/vla-datatypes.exp
3907 * gdb.base/vla-ptr.exp
3908 * gdb.base/vla-sideeffect.exp
3909 * gdb.base/volatile.exp
3910 * gdb.base/watch-cond-infcall.exp
3911 * gdb.base/watch-cond.exp
3912 * gdb.base/watch-non-mem.exp
3913 * gdb.base/watch-read.exp
3914 * gdb.base/watch-vfork.exp
3915 * gdb.base/watchpoint-cond-gone.exp
3916 * gdb.base/watchpoint-delete.exp
3917 * gdb.base/watchpoint-hw-hit-once.exp
3918 * gdb.base/watchpoint-hw.exp
3919 * gdb.base/watchpoint-stops-at-right-insn.exp
3920 * gdb.base/watchpoints.exp
3921 * gdb.base/wchar.exp
3922 * gdb.base/whatis-exp.exp
3923 * gdb.btrace/buffer-size.exp
3924 * gdb.btrace/data.exp
3925 * gdb.btrace/delta.exp
3926 * gdb.btrace/dlopen.exp
3927 * gdb.btrace/enable.exp
3928 * gdb.btrace/exception.exp
3929 * gdb.btrace/function_call_history.exp
3930 * gdb.btrace/gcore.exp
3931 * gdb.btrace/instruction_history.exp
3932 * gdb.btrace/nohist.exp
3933 * gdb.btrace/reconnect.exp
3934 * gdb.btrace/record_goto-step.exp
3935 * gdb.btrace/record_goto.exp
3936 * gdb.btrace/rn-dl-bind.exp
3937 * gdb.btrace/segv.exp
3938 * gdb.btrace/step.exp
3939 * gdb.btrace/stepi.exp
3940 * gdb.btrace/tailcall-only.exp
3941 * gdb.btrace/tailcall.exp
3942 * gdb.btrace/tsx.exp
3943 * gdb.btrace/unknown_functions.exp
3944 * gdb.btrace/vdso.exp
3945 * gdb.compile/compile-ifunc.exp
3946 * gdb.compile/compile-ops.exp
3947 * gdb.compile/compile-print.exp
3948 * gdb.compile/compile-setjmp.exp
3949 * gdb.cp/abstract-origin.exp
3950 * gdb.cp/ambiguous.exp
3951 * gdb.cp/annota2.exp
3952 * gdb.cp/annota3.exp
3953 * gdb.cp/anon-ns.exp
3954 * gdb.cp/anon-struct.exp
3955 * gdb.cp/anon-union.exp
3956 * gdb.cp/arg-reference.exp
3957 * gdb.cp/baseenum.exp
3958 * gdb.cp/bool.exp
3959 * gdb.cp/breakpoint.exp
3960 * gdb.cp/bs15503.exp
3961 * gdb.cp/call-c.exp
3962 * gdb.cp/casts.exp
3963 * gdb.cp/chained-calls.exp
3964 * gdb.cp/class2.exp
3965 * gdb.cp/classes.exp
3966 * gdb.cp/cmpd-minsyms.exp
3967 * gdb.cp/converts.exp
3968 * gdb.cp/cp-relocate.exp
3969 * gdb.cp/cpcompletion.exp
3970 * gdb.cp/cpexprs.exp
3971 * gdb.cp/cplabel.exp
3972 * gdb.cp/cplusfuncs.exp
3973 * gdb.cp/cpsizeof.exp
3974 * gdb.cp/ctti.exp
3975 * gdb.cp/derivation.exp
3976 * gdb.cp/destrprint.exp
3977 * gdb.cp/dispcxx.exp
3978 * gdb.cp/enum-class.exp
3979 * gdb.cp/exception.exp
3980 * gdb.cp/exceptprint.exp
3981 * gdb.cp/expand-psymtabs-cxx.exp
3982 * gdb.cp/expand-sals.exp
3983 * gdb.cp/extern-c.exp
3984 * gdb.cp/filename.exp
3985 * gdb.cp/formatted-ref.exp
3986 * gdb.cp/fpointer.exp
3987 * gdb.cp/gdb1355.exp
3988 * gdb.cp/gdb2495.exp
3989 * gdb.cp/hang.exp
3990 * gdb.cp/impl-this.exp
3991 * gdb.cp/infcall-dlopen.exp
3992 * gdb.cp/inherit.exp
3993 * gdb.cp/iostream.exp
3994 * gdb.cp/koenig.exp
3995 * gdb.cp/local.exp
3996 * gdb.cp/m-data.exp
3997 * gdb.cp/m-static.exp
3998 * gdb.cp/mb-ctor.exp
3999 * gdb.cp/mb-inline.exp
4000 * gdb.cp/mb-templates.exp
4001 * gdb.cp/member-name.exp
4002 * gdb.cp/member-ptr.exp
4003 * gdb.cp/meth-typedefs.exp
4004 * gdb.cp/method.exp
4005 * gdb.cp/method2.exp
4006 * gdb.cp/minsym-fallback.exp
4007 * gdb.cp/misc.exp
4008 * gdb.cp/namelessclass.exp
4009 * gdb.cp/namespace-enum.exp
4010 * gdb.cp/namespace-nested-import.exp
4011 * gdb.cp/namespace.exp
4012 * gdb.cp/nextoverthrow.exp
4013 * gdb.cp/no-dmgl-verbose.exp
4014 * gdb.cp/non-trivial-retval.exp
4015 * gdb.cp/noparam.exp
4016 * gdb.cp/nsdecl.exp
4017 * gdb.cp/nsimport.exp
4018 * gdb.cp/nsnested.exp
4019 * gdb.cp/nsnoimports.exp
4020 * gdb.cp/nsrecurs.exp
4021 * gdb.cp/nsstress.exp
4022 * gdb.cp/nsusing.exp
4023 * gdb.cp/operator.exp
4024 * gdb.cp/oranking.exp
4025 * gdb.cp/overload-const.exp
4026 * gdb.cp/overload.exp
4027 * gdb.cp/ovldbreak.exp
4028 * gdb.cp/ovsrch.exp
4029 * gdb.cp/paren-type.exp
4030 * gdb.cp/parse-lang.exp
4031 * gdb.cp/pass-by-ref.exp
4032 * gdb.cp/pr-1023.exp
4033 * gdb.cp/pr-1210.exp
4034 * gdb.cp/pr-574.exp
4035 * gdb.cp/pr10687.exp
4036 * gdb.cp/pr12028.exp
4037 * gdb.cp/pr17132.exp
4038 * gdb.cp/pr17494.exp
4039 * gdb.cp/pr9067.exp
4040 * gdb.cp/pr9167.exp
4041 * gdb.cp/pr9631.exp
4042 * gdb.cp/printmethod.exp
4043 * gdb.cp/psmang.exp
4044 * gdb.cp/psymtab-parameter.exp
4045 * gdb.cp/ptype-cv-cp.exp
4046 * gdb.cp/ptype-flags.exp
4047 * gdb.cp/re-set-overloaded.exp
4048 * gdb.cp/ref-types.exp
4049 * gdb.cp/rtti.exp
4050 * gdb.cp/scope-err.exp
4051 * gdb.cp/shadow.exp
4052 * gdb.cp/smartp.exp
4053 * gdb.cp/static-method.exp
4054 * gdb.cp/static-print-quit.exp
4055 * gdb.cp/temargs.exp
4056 * gdb.cp/templates.exp
4057 * gdb.cp/try_catch.exp
4058 * gdb.cp/typedef-operator.exp
4059 * gdb.cp/typeid.exp
4060 * gdb.cp/userdef.exp
4061 * gdb.cp/using-crash.exp
4062 * gdb.cp/var-tag.exp
4063 * gdb.cp/virtbase.exp
4064 * gdb.cp/virtfunc.exp
4065 * gdb.cp/virtfunc2.exp
4066 * gdb.cp/vla-cxx.exp
4067 * gdb.disasm/t01_mov.exp
4068 * gdb.disasm/t02_mova.exp
4069 * gdb.disasm/t03_add.exp
4070 * gdb.disasm/t04_sub.exp
4071 * gdb.disasm/t05_cmp.exp
4072 * gdb.disasm/t06_ari2.exp
4073 * gdb.disasm/t07_ari3.exp
4074 * gdb.disasm/t08_or.exp
4075 * gdb.disasm/t09_xor.exp
4076 * gdb.disasm/t10_and.exp
4077 * gdb.disasm/t11_logs.exp
4078 * gdb.disasm/t12_bit.exp
4079 * gdb.disasm/t13_otr.exp
4080 * gdb.dlang/circular.exp
4081 * gdb.dwarf2/arr-stride.exp
4082 * gdb.dwarf2/arr-subrange.exp
4083 * gdb.dwarf2/atomic-type.exp
4084 * gdb.dwarf2/bad-regnum.exp
4085 * gdb.dwarf2/bitfield-parent-optimized-out.exp
4086 * gdb.dwarf2/callframecfa.exp
4087 * gdb.dwarf2/clztest.exp
4088 * gdb.dwarf2/corrupt.exp
4089 * gdb.dwarf2/data-loc.exp
4090 * gdb.dwarf2/dup-psym.exp
4091 * gdb.dwarf2/dw2-anon-mptr.exp
4092 * gdb.dwarf2/dw2-anonymous-func.exp
4093 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
4094 * gdb.dwarf2/dw2-bad-unresolved.exp
4095 * gdb.dwarf2/dw2-basic.exp
4096 * gdb.dwarf2/dw2-canonicalize-type.exp
4097 * gdb.dwarf2/dw2-case-insensitive.exp
4098 * gdb.dwarf2/dw2-common-block.exp
4099 * gdb.dwarf2/dw2-compdir-oldgcc.exp
4100 * gdb.dwarf2/dw2-compressed.exp
4101 * gdb.dwarf2/dw2-const.exp
4102 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
4103 * gdb.dwarf2/dw2-cu-size.exp
4104 * gdb.dwarf2/dw2-dup-frame.exp
4105 * gdb.dwarf2/dw2-entry-value.exp
4106 * gdb.dwarf2/dw2-icycle.exp
4107 * gdb.dwarf2/dw2-ifort-parameter.exp
4108 * gdb.dwarf2/dw2-inline-break.exp
4109 * gdb.dwarf2/dw2-inline-param.exp
4110 * gdb.dwarf2/dw2-intercu.exp
4111 * gdb.dwarf2/dw2-intermix.exp
4112 * gdb.dwarf2/dw2-lexical-block-bare.exp
4113 * gdb.dwarf2/dw2-linkage-name-trust.exp
4114 * gdb.dwarf2/dw2-minsym-in-cu.exp
4115 * gdb.dwarf2/dw2-noloc.exp
4116 * gdb.dwarf2/dw2-op-call.exp
4117 * gdb.dwarf2/dw2-op-out-param.exp
4118 * gdb.dwarf2/dw2-opt-structptr.exp
4119 * gdb.dwarf2/dw2-param-error.exp
4120 * gdb.dwarf2/dw2-producer.exp
4121 * gdb.dwarf2/dw2-ranges-base.exp
4122 * gdb.dwarf2/dw2-ref-missing-frame.exp
4123 * gdb.dwarf2/dw2-reg-undefined.exp
4124 * gdb.dwarf2/dw2-regno-invalid.exp
4125 * gdb.dwarf2/dw2-restore.exp
4126 * gdb.dwarf2/dw2-restrict.exp
4127 * gdb.dwarf2/dw2-single-line-discriminators.exp
4128 * gdb.dwarf2/dw2-strp.exp
4129 * gdb.dwarf2/dw2-undefined-ret-addr.exp
4130 * gdb.dwarf2/dw2-unresolved.exp
4131 * gdb.dwarf2/dw2-var-zero-addr.exp
4132 * gdb.dwarf2/dw4-sig-types.exp
4133 * gdb.dwarf2/dwz.exp
4134 * gdb.dwarf2/dynarr-ptr.exp
4135 * gdb.dwarf2/enum-type.exp
4136 * gdb.dwarf2/gdb-index.exp
4137 * gdb.dwarf2/implptr-64bit.exp
4138 * gdb.dwarf2/implptr-optimized-out.exp
4139 * gdb.dwarf2/implptr.exp
4140 * gdb.dwarf2/implref-array.exp
4141 * gdb.dwarf2/implref-const.exp
4142 * gdb.dwarf2/implref-global.exp
4143 * gdb.dwarf2/implref-struct.exp
4144 * gdb.dwarf2/mac-fileno.exp
4145 * gdb.dwarf2/main-subprogram.exp
4146 * gdb.dwarf2/member-ptr-forwardref.exp
4147 * gdb.dwarf2/method-ptr.exp
4148 * gdb.dwarf2/missing-sig-type.exp
4149 * gdb.dwarf2/nonvar-access.exp
4150 * gdb.dwarf2/opaque-type-lookup.exp
4151 * gdb.dwarf2/pieces-optimized-out.exp
4152 * gdb.dwarf2/pieces.exp
4153 * gdb.dwarf2/pr10770.exp
4154 * gdb.dwarf2/pr13961.exp
4155 * gdb.dwarf2/staticvirtual.exp
4156 * gdb.dwarf2/subrange.exp
4157 * gdb.dwarf2/symtab-producer.exp
4158 * gdb.dwarf2/trace-crash.exp
4159 * gdb.dwarf2/typeddwarf.exp
4160 * gdb.dwarf2/valop.exp
4161 * gdb.dwarf2/watch-notconst.exp
4162 * gdb.fortran/array-element.exp
4163 * gdb.fortran/charset.exp
4164 * gdb.fortran/common-block.exp
4165 * gdb.fortran/complex.exp
4166 * gdb.fortran/derived-type-function.exp
4167 * gdb.fortran/derived-type.exp
4168 * gdb.fortran/logical.exp
4169 * gdb.fortran/module.exp
4170 * gdb.fortran/multi-dim.exp
4171 * gdb.fortran/nested-funcs.exp
4172 * gdb.fortran/print-formatted.exp
4173 * gdb.fortran/subarray.exp
4174 * gdb.fortran/vla-alloc-assoc.exp
4175 * gdb.fortran/vla-datatypes.exp
4176 * gdb.fortran/vla-history.exp
4177 * gdb.fortran/vla-ptr-info.exp
4178 * gdb.fortran/vla-ptype-sub.exp
4179 * gdb.fortran/vla-ptype.exp
4180 * gdb.fortran/vla-sizeof.exp
4181 * gdb.fortran/vla-type.exp
4182 * gdb.fortran/vla-value-sub-arbitrary.exp
4183 * gdb.fortran/vla-value-sub-finish.exp
4184 * gdb.fortran/vla-value-sub.exp
4185 * gdb.fortran/vla-value.exp
4186 * gdb.fortran/whatis_type.exp
4187 * gdb.go/chan.exp
4188 * gdb.go/handcall.exp
4189 * gdb.go/hello.exp
4190 * gdb.go/integers.exp
4191 * gdb.go/methods.exp
4192 * gdb.go/package.exp
4193 * gdb.go/strings.exp
4194 * gdb.go/types.exp
4195 * gdb.go/unsafe.exp
4196 * gdb.guile/scm-arch.exp
4197 * gdb.guile/scm-block.exp
4198 * gdb.guile/scm-breakpoint.exp
4199 * gdb.guile/scm-cmd.exp
4200 * gdb.guile/scm-disasm.exp
4201 * gdb.guile/scm-equal.exp
4202 * gdb.guile/scm-frame-args.exp
4203 * gdb.guile/scm-frame-inline.exp
4204 * gdb.guile/scm-frame.exp
4205 * gdb.guile/scm-iterator.exp
4206 * gdb.guile/scm-math.exp
4207 * gdb.guile/scm-objfile.exp
4208 * gdb.guile/scm-ports.exp
4209 * gdb.guile/scm-symbol.exp
4210 * gdb.guile/scm-symtab.exp
4211 * gdb.guile/scm-value-cc.exp
4212 * gdb.guile/types-module.exp
4213 * gdb.linespec/break-ask.exp
4214 * gdb.linespec/cpexplicit.exp
4215 * gdb.linespec/explicit.exp
4216 * gdb.linespec/keywords.exp
4217 * gdb.linespec/linespec.exp
4218 * gdb.linespec/ls-dollar.exp
4219 * gdb.linespec/ls-errs.exp
4220 * gdb.linespec/skip-two.exp
4221 * gdb.linespec/thread.exp
4222 * gdb.mi/mi-async.exp
4223 * gdb.mi/mi-basics.exp
4224 * gdb.mi/mi-break.exp
4225 * gdb.mi/mi-catch-load.exp
4226 * gdb.mi/mi-cli.exp
4227 * gdb.mi/mi-cmd-param-changed.exp
4228 * gdb.mi/mi-console.exp
4229 * gdb.mi/mi-detach.exp
4230 * gdb.mi/mi-disassemble.exp
4231 * gdb.mi/mi-eval.exp
4232 * gdb.mi/mi-file-transfer.exp
4233 * gdb.mi/mi-file.exp
4234 * gdb.mi/mi-fill-memory.exp
4235 * gdb.mi/mi-inheritance-syntax-error.exp
4236 * gdb.mi/mi-linespec-err-cp.exp
4237 * gdb.mi/mi-logging.exp
4238 * gdb.mi/mi-memory-changed.exp
4239 * gdb.mi/mi-read-memory.exp
4240 * gdb.mi/mi-record-changed.exp
4241 * gdb.mi/mi-reg-undefined.exp
4242 * gdb.mi/mi-regs.exp
4243 * gdb.mi/mi-return.exp
4244 * gdb.mi/mi-reverse.exp
4245 * gdb.mi/mi-simplerun.exp
4246 * gdb.mi/mi-solib.exp
4247 * gdb.mi/mi-stack.exp
4248 * gdb.mi/mi-stepi.exp
4249 * gdb.mi/mi-syn-frame.exp
4250 * gdb.mi/mi-until.exp
4251 * gdb.mi/mi-var-block.exp
4252 * gdb.mi/mi-var-child.exp
4253 * gdb.mi/mi-var-cmd.exp
4254 * gdb.mi/mi-var-cp.exp
4255 * gdb.mi/mi-var-display.exp
4256 * gdb.mi/mi-var-invalidate.exp
4257 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
4258 * gdb.mi/mi-vla-fortran.exp
4259 * gdb.mi/mi-watch.exp
4260 * gdb.mi/mi2-var-child.exp
4261 * gdb.mi/user-selected-context-sync.exp
4262 * gdb.modula2/unbounded-array.exp
4263 * gdb.multi/dummy-frame-restore.exp
4264 * gdb.multi/multi-arch-exec.exp
4265 * gdb.multi/multi-arch.exp
4266 * gdb.multi/tids.exp
4267 * gdb.multi/watchpoint-multi.exp
4268 * gdb.opencl/callfuncs.exp
4269 * gdb.opencl/convs_casts.exp
4270 * gdb.opencl/datatypes.exp
4271 * gdb.opencl/operators.exp
4272 * gdb.opencl/vec_comps.exp
4273 * gdb.opt/clobbered-registers-O2.exp
4274 * gdb.opt/inline-break.exp
4275 * gdb.opt/inline-bt.exp
4276 * gdb.opt/inline-cmds.exp
4277 * gdb.opt/inline-locals.exp
4278 * gdb.pascal/case-insensitive-symbols.exp
4279 * gdb.pascal/floats.exp
4280 * gdb.pascal/gdb11492.exp
4281 * gdb.python/lib-types.exp
4282 * gdb.python/py-arch.exp
4283 * gdb.python/py-as-string.exp
4284 * gdb.python/py-bad-printers.exp
4285 * gdb.python/py-block.exp
4286 * gdb.python/py-breakpoint-create-fail.exp
4287 * gdb.python/py-breakpoint.exp
4288 * gdb.python/py-caller-is.exp
4289 * gdb.python/py-cmd.exp
4290 * gdb.python/py-explore-cc.exp
4291 * gdb.python/py-explore.exp
4292 * gdb.python/py-finish-breakpoint.exp
4293 * gdb.python/py-finish-breakpoint2.exp
4294 * gdb.python/py-frame-args.exp
4295 * gdb.python/py-frame-inline.exp
4296 * gdb.python/py-frame.exp
4297 * gdb.python/py-framefilter-mi.exp
4298 * gdb.python/py-infthread.exp
4299 * gdb.python/py-lazy-string.exp
4300 * gdb.python/py-linetable.exp
4301 * gdb.python/py-mi-events.exp
4302 * gdb.python/py-mi-objfile.exp
4303 * gdb.python/py-mi.exp
4304 * gdb.python/py-objfile.exp
4305 * gdb.python/py-pp-integral.exp
4306 * gdb.python/py-pp-maint.exp
4307 * gdb.python/py-pp-re-notag.exp
4308 * gdb.python/py-pp-registration.exp
4309 * gdb.python/py-recurse-unwind.exp
4310 * gdb.python/py-strfns.exp
4311 * gdb.python/py-symbol.exp
4312 * gdb.python/py-symtab.exp
4313 * gdb.python/py-sync-interp.exp
4314 * gdb.python/py-typeprint.exp
4315 * gdb.python/py-unwind-maint.exp
4316 * gdb.python/py-unwind.exp
4317 * gdb.python/py-value-cc.exp
4318 * gdb.python/py-xmethods.exp
4319 * gdb.reverse/amd64-tailcall-reverse.exp
4320 * gdb.reverse/break-precsave.exp
4321 * gdb.reverse/break-reverse.exp
4322 * gdb.reverse/consecutive-precsave.exp
4323 * gdb.reverse/consecutive-reverse.exp
4324 * gdb.reverse/finish-precsave.exp
4325 * gdb.reverse/finish-reverse-bkpt.exp
4326 * gdb.reverse/finish-reverse.exp
4327 * gdb.reverse/fstatat-reverse.exp
4328 * gdb.reverse/getresuid-reverse.exp
4329 * gdb.reverse/i386-precsave.exp
4330 * gdb.reverse/i386-reverse.exp
4331 * gdb.reverse/i386-sse-reverse.exp
4332 * gdb.reverse/i387-env-reverse.exp
4333 * gdb.reverse/i387-stack-reverse.exp
4334 * gdb.reverse/insn-reverse.exp
4335 * gdb.reverse/machinestate-precsave.exp
4336 * gdb.reverse/machinestate.exp
4337 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4338 * gdb.reverse/pipe-reverse.exp
4339 * gdb.reverse/readv-reverse.exp
4340 * gdb.reverse/recvmsg-reverse.exp
4341 * gdb.reverse/rerun-prec.exp
4342 * gdb.reverse/s390-mvcle.exp
4343 * gdb.reverse/step-precsave.exp
4344 * gdb.reverse/step-reverse.exp
4345 * gdb.reverse/time-reverse.exp
4346 * gdb.reverse/until-precsave.exp
4347 * gdb.reverse/until-reverse.exp
4348 * gdb.reverse/waitpid-reverse.exp
4349 * gdb.reverse/watch-precsave.exp
4350 * gdb.reverse/watch-reverse.exp
4351 * gdb.rust/generics.exp
4352 * gdb.rust/methods.exp
4353 * gdb.rust/modules.exp
4354 * gdb.rust/simple.exp
4355 * gdb.server/connect-with-no-symbol-file.exp
4356 * gdb.server/ext-attach.exp
4357 * gdb.server/ext-restart.exp
4358 * gdb.server/ext-wrapper.exp
4359 * gdb.server/file-transfer.exp
4360 * gdb.server/server-exec-info.exp
4361 * gdb.server/server-kill.exp
4362 * gdb.server/server-mon.exp
4363 * gdb.server/wrapper.exp
4364 * gdb.stabs/exclfwd.exp
4365 * gdb.stabs/gdb11479.exp
4366 * gdb.threads/clone-new-thread-event.exp
4367 * gdb.threads/corethreads.exp
4368 * gdb.threads/current-lwp-dead.exp
4369 * gdb.threads/dlopen-libpthread.exp
4370 * gdb.threads/gcore-thread.exp
4371 * gdb.threads/sigstep-threads.exp
4372 * gdb.threads/watchpoint-fork.exp
4373 * gdb.trace/actions-changed.exp
4374 * gdb.trace/backtrace.exp
4375 * gdb.trace/change-loc.exp
4376 * gdb.trace/circ.exp
4377 * gdb.trace/collection.exp
4378 * gdb.trace/disconnected-tracing.exp
4379 * gdb.trace/ftrace.exp
4380 * gdb.trace/mi-trace-frame-collected.exp
4381 * gdb.trace/mi-trace-unavailable.exp
4382 * gdb.trace/mi-traceframe-changed.exp
4383 * gdb.trace/mi-tsv-changed.exp
4384 * gdb.trace/no-attach-trace.exp
4385 * gdb.trace/passc-dyn.exp
4386 * gdb.trace/qtro.exp
4387 * gdb.trace/range-stepping.exp
4388 * gdb.trace/read-memory.exp
4389 * gdb.trace/save-trace.exp
4390 * gdb.trace/signal.exp
4391 * gdb.trace/status-stop.exp
4392 * gdb.trace/tfile.exp
4393 * gdb.trace/trace-break.exp
4394 * gdb.trace/trace-buffer-size.exp
4395 * gdb.trace/trace-condition.exp
4396 * gdb.trace/tracefile-pseudo-reg.exp
4397 * gdb.trace/tstatus.exp
4398 * gdb.trace/unavailable.exp
4399 * gdb.trace/while-dyn.exp
4400 * gdb.trace/while-stepping.exp
4401
34c41c68
DE
44022016-12-22 Doug Evans <xdje42@gmail.com>
4403
4404 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
4405 and msymbols.
4406
16e69324
YQ
44072016-12-19 Yao Qi <yao.qi@linaro.org>
4408
4409 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
4410 (test_with_self): Don't call do_steps_and_nexts, and remove
4411 code about stepping into xmalloc.
4412
f94f411b
YQ
44132016-12-09 Yao Qi <yao.qi@linaro.org>
4414
4415 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
4416
44172016-12-09 Yao Qi <yao.qi@linaro.org>
4418
4419 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
4420
f1b5deee
PA
44212016-12-09 Pedro Alves <palves@redhat.com>
4422
4423 * gdb.base/all-architectures-0.exp: New file.
4424 * gdb.base/all-architectures-1.exp: New file.
4425 * gdb.base/all-architectures-2.exp: New file.
4426 * gdb.base/all-architectures-3.exp: New file.
4427 * gdb.base/all-architectures-4.exp: New file.
4428 * gdb.base/all-architectures-5.exp: New file.
4429 * gdb.base/all-architectures-6.exp: New file.
4430 * gdb.base/all-architectures-7.exp: New file.
4431 * gdb.base/all-architectures.exp.in: New file.
4432
364ca42e
YQ
44332016-12-09 Yao Qi <yao.qi@linaro.org>
4434
4435 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
4436
107c2d62
LM
44372016-12-02 Luis Machado <lgustavo@codesourcery.com>
4438
4439 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
4440 possible.
4441 Remove useless pattern-matching code.
4442
df3ee9ca
PA
44432016-12-02 Pedro Alves <palves@redhat.com>
4444
4445 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
4446 procedure.
4447 (top level): Call it.
4448
ec835369
PA
44492016-12-02 Pedro Alves <palves@redhat.com>
4450
4451 * gdb.base/commands.exp (user_defined_command_args_stack_test):
4452 New procedure.
4453 (top level): Call it.
4454
01770bbd
PA
44552016-12-02 Pedro Alves <palves@redhat.com>
4456
4457 PR cli/20559
4458 * gdb.base/commands.exp (user_defined_command_args_eval): New
4459 procedure.
4460 (top level): Call it.
4461
008459ea
LM
44622016-12-02 Luis Machado <lgustavo@codesourcery.com>
4463
4464 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
4465 timeout handling.
4466
0c1b455e
TT
44672016-12-02 Tom Tromey <tom@tromey.com>
4468
4469 * gdb.dwarf2/main-subprogram.c: New file.
4470 * gdb.dwarf2/main-subprogram.exp: New file.
4471
018572b8
LM
44722016-12-01 Luis Machado <lgustavo@codesourcery.com>
4473
4474 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
4475 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
4476 gdb_test_no_output for a couple of cases.
4477 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
4478
84c93cd5
LM
44792016-12-01 Luis Machado <lgustavo@codesourcery.com>
4480
4481 Fix test names and standardize compilation error messages throughout
4482 the following files:
4483
4484 * gdb.ada/start.exp
4485 * gdb.arch/alpha-step.exp
4486 * gdb.arch/e500-prologue.exp
4487 * gdb.arch/ftrace-insn-reloc.exp
4488 * gdb.arch/gdb1291.exp
4489 * gdb.arch/gdb1431.exp
4490 * gdb.arch/gdb1558.exp
4491 * gdb.arch/i386-dr3-watch.exp
4492 * gdb.arch/i386-sse-stack-align.exp
4493 * gdb.arch/ia64-breakpoint-shadow.exp
4494 * gdb.arch/pa-nullify.exp
4495 * gdb.arch/powerpc-aix-prologue.exp
4496 * gdb.arch/thumb-bx-pc.exp
4497 * gdb.base/annota1.exp
4498 * gdb.base/annota3.exp
4499 * gdb.base/arrayidx.exp
4500 * gdb.base/assign.exp
4501 * gdb.base/attach.exp
4502 * gdb.base/auxv.exp
4503 * gdb.base/bang.exp
4504 * gdb.base/bfp-test.exp
4505 * gdb.base/bigcore.exp
4506 * gdb.base/bitfields2.exp
4507 * gdb.base/break-fun-addr.exp
4508 * gdb.base/break-probes.exp
4509 * gdb.base/call-rt-st.exp
4510 * gdb.base/callexit.exp
4511 * gdb.base/catch-fork-kill.exp
4512 * gdb.base/charset.exp
4513 * gdb.base/checkpoint.exp
4514 * gdb.base/comprdebug.exp
4515 * gdb.base/constvars.exp
4516 * gdb.base/coredump-filter.exp
4517 * gdb.base/cursal.exp
4518 * gdb.base/cvexpr.exp
4519 * gdb.base/detach.exp
4520 * gdb.base/display.exp
4521 * gdb.base/dmsym.exp
4522 * gdb.base/dprintf-pending.exp
4523 * gdb.base/dso2dso.exp
4524 * gdb.base/dtrace-probe.exp
4525 * gdb.base/dump.exp
4526 * gdb.base/enum_cond.exp
4527 * gdb.base/exe-lock.exp
4528 * gdb.base/exec-invalid-sysroot.exp
4529 * gdb.base/execl-update-breakpoints.exp
4530 * gdb.base/exprs.exp
4531 * gdb.base/fileio.exp
4532 * gdb.base/find.exp
4533 * gdb.base/finish.exp
4534 * gdb.base/fixsection.exp
4535 * gdb.base/foll-vfork.exp
4536 * gdb.base/frame-args.exp
4537 * gdb.base/gcore.exp
4538 * gdb.base/gdb1250.exp
4539 * gdb.base/global-var-nested-by-dso.exp
4540 * gdb.base/gnu-ifunc.exp
4541 * gdb.base/hashline1.exp
4542 * gdb.base/hashline2.exp
4543 * gdb.base/hashline3.exp
4544 * gdb.base/hbreak-in-shr-unsupported.exp
4545 * gdb.base/huge.exp
4546 * gdb.base/infcall-input.exp
4547 * gdb.base/info-fun.exp
4548 * gdb.base/info-shared.exp
4549 * gdb.base/jit-simple.exp
4550 * gdb.base/jit-so.exp
4551 * gdb.base/jit.exp
4552 * gdb.base/jump.exp
4553 * gdb.base/label.exp
4554 * gdb.base/lineinc.exp
4555 * gdb.base/logical.exp
4556 * gdb.base/longjmp.exp
4557 * gdb.base/macscp.exp
4558 * gdb.base/miscexprs.exp
4559 * gdb.base/new-ui-echo.exp
4560 * gdb.base/new-ui-pending-input.exp
4561 * gdb.base/new-ui.exp
4562 * gdb.base/nodebug.exp
4563 * gdb.base/nofield.exp
4564 * gdb.base/offsets.exp
4565 * gdb.base/overlays.exp
4566 * gdb.base/pending.exp
4567 * gdb.base/pointers.exp
4568 * gdb.base/pr11022.exp
4569 * gdb.base/printcmds.exp
4570 * gdb.base/prologue.exp
4571 * gdb.base/ptr-typedef.exp
4572 * gdb.base/realname-expand.exp
4573 * gdb.base/relativedebug.exp
4574 * gdb.base/relocate.exp
4575 * gdb.base/remote.exp
4576 * gdb.base/reread.exp
4577 * gdb.base/return2.exp
4578 * gdb.base/savedregs.exp
4579 * gdb.base/sep.exp
4580 * gdb.base/sepdebug.exp
4581 * gdb.base/sepsymtab.exp
4582 * gdb.base/set-inferior-tty.exp
4583 * gdb.base/setshow.exp
4584 * gdb.base/shlib-call.exp
4585 * gdb.base/sigaltstack.exp
4586 * gdb.base/siginfo-addr.exp
4587 * gdb.base/signals.exp
4588 * gdb.base/signull.exp
4589 * gdb.base/sigrepeat.exp
4590 * gdb.base/so-impl-ld.exp
4591 * gdb.base/solib-display.exp
4592 * gdb.base/solib-overlap.exp
4593 * gdb.base/solib-search.exp
4594 * gdb.base/solib-symbol.exp
4595 * gdb.base/structs.exp
4596 * gdb.base/structs2.exp
4597 * gdb.base/symtab-search-order.exp
4598 * gdb.base/twice.exp
4599 * gdb.base/unload.exp
4600 * gdb.base/varargs.exp
4601 * gdb.base/watchpoint-solib.exp
4602 * gdb.base/watchpoint.exp
4603 * gdb.base/whatis.exp
4604 * gdb.base/wrong_frame_bt_full.exp
4605 * gdb.btrace/dlopen.exp
4606 * gdb.cell/ea-standalone.exp
4607 * gdb.cell/ea-test.exp
4608 * gdb.cp/dispcxx.exp
4609 * gdb.cp/gdb2384.exp
4610 * gdb.cp/method2.exp
4611 * gdb.cp/nextoverthrow.exp
4612 * gdb.cp/pr10728.exp
4613 * gdb.disasm/am33.exp
4614 * gdb.disasm/h8300s.exp
4615 * gdb.disasm/mn10300.exp
4616 * gdb.disasm/sh3.exp
4617 * gdb.dwarf2/dw2-dir-file-name.exp
4618 * gdb.fortran/complex.exp
4619 * gdb.fortran/library-module.exp
4620 * gdb.guile/scm-pretty-print.exp
4621 * gdb.guile/scm-symbol.exp
4622 * gdb.guile/scm-type.exp
4623 * gdb.guile/scm-value.exp
4624 * gdb.linespec/linespec.exp
4625 * gdb.mi/gdb701.exp
4626 * gdb.mi/gdb792.exp
4627 * gdb.mi/mi-breakpoint-changed.exp
4628 * gdb.mi/mi-dprintf-pending.exp
4629 * gdb.mi/mi-dprintf.exp
4630 * gdb.mi/mi-exit-code.exp
4631 * gdb.mi/mi-pending.exp
4632 * gdb.mi/mi-solib.exp
4633 * gdb.mi/new-ui-mi-sync.exp
4634 * gdb.mi/pr11022.exp
4635 * gdb.mi/user-selected-context-sync.exp
4636 * gdb.opt/solib-intra-step.exp
4637 * gdb.python/py-events.exp
4638 * gdb.python/py-finish-breakpoint.exp
4639 * gdb.python/py-mi.exp
4640 * gdb.python/py-prettyprint.exp
4641 * gdb.python/py-shared.exp
4642 * gdb.python/py-symbol.exp
4643 * gdb.python/py-template.exp
4644 * gdb.python/py-type.exp
4645 * gdb.python/py-value.exp
4646 * gdb.reverse/solib-precsave.exp
4647 * gdb.reverse/solib-reverse.exp
4648 * gdb.server/solib-list.exp
4649 * gdb.stabs/weird.exp
4650 * gdb.threads/reconnect-signal.exp
4651 * gdb.threads/stepi-random-signal.exp
4652 * gdb.trace/actions.exp
4653 * gdb.trace/ax.exp
4654 * gdb.trace/backtrace.exp
4655 * gdb.trace/change-loc.exp
4656 * gdb.trace/deltrace.exp
4657 * gdb.trace/ftrace-lock.exp
4658 * gdb.trace/ftrace.exp
4659 * gdb.trace/infotrace.exp
4660 * gdb.trace/mi-tracepoint-changed.exp
4661 * gdb.trace/packetlen.exp
4662 * gdb.trace/passcount.exp
4663 * gdb.trace/pending.exp
4664 * gdb.trace/range-stepping.exp
4665 * gdb.trace/report.exp
4666 * gdb.trace/stap-trace.exp
4667 * gdb.trace/tfind.exp
4668 * gdb.trace/trace-break.exp
4669 * gdb.trace/trace-condition.exp
4670 * gdb.trace/trace-enable-disable.exp
4671 * gdb.trace/trace-mt.exp
4672 * gdb.trace/tracecmd.exp
4673 * gdb.trace/tspeed.exp
4674 * gdb.trace/tsv.exp
4675 * lib/perftest.exp
4676
fb9feb35
LM
46772016-12-01 Luis Machado <lgustavo@codesourcery.com>
4678
4679 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
4680 with gdb_test_no_output.
4681 Use command as test name.
4682
cd2ddb6c
LM
46832016-12-01 Luis Machado <lgustavo@codesourcery.com>
4684
4685 Fix test names starting with uppercase throughout the files.
4686
4687 * gdb.ada/assign_1.exp
4688 * gdb.ada/boolean_expr.exp
4689 * gdb.base/arrayidx.exp
4690 * gdb.base/del.exp
4691 * gdb.base/gcore-buffer-overflow.exp
4692 * gdb.base/testenv.exp
4693 * gdb.compile/compile.exp
4694 * gdb.python/py-framefilter-invalidarg.exp
4695 * gdb.python/py-framefilter.exp
4696
bb95117e
LM
46972016-12-01 Luis Machado <lgustavo@codesourcery.com>
4698
4699 Fix test names starting with uppercase throughout the files.
4700
4701 * gdb.ada/array_return.exp
4702 * gdb.ada/expr_delims.exp
4703 * gdb.ada/mi_dyn_arr.exp
4704 * gdb.ada/mi_interface.exp
4705 * gdb.ada/mi_var_array.exp
4706 * gdb.ada/watch_arg.exp
4707 * gdb.arch/alpha-step.exp
4708 * gdb.arch/altivec-regs.exp
4709 * gdb.arch/e500-regs.exp
4710 * gdb.arch/powerpc-d128-regs.exp
4711 * gdb.base/arrayidx.exp
4712 * gdb.base/break.exp
4713 * gdb.base/checkpoint.exp
4714 * gdb.base/debug-expr.exp
4715 * gdb.base/dmsym.exp
4716 * gdb.base/radix.exp
4717 * gdb.base/sepdebug.exp
4718 * gdb.base/testenv.exp
4719 * gdb.base/watch_thread_num.exp
4720 * gdb.base/watchpoint-cond-gone.exp
4721 * gdb.cell/break.exp
4722 * gdb.cell/ea-cache.exp
4723 * gdb.compile/compile.exp
4724 * gdb.cp/gdb2495.exp
4725 * gdb.gdb/selftest.exp
4726 * gdb.gdb/xfullpath.exp
4727 * gdb.go/hello.exp
4728 * gdb.go/integers.exp
4729 * gdb.objc/basicclass.exp
4730 * gdb.pascal/hello.exp
4731 * gdb.pascal/integers.exp
4732 * gdb.python/py-breakpoint.exp
4733 * gdb.python/py-cmd.exp
4734 * gdb.python/py-linetable.exp
4735 * gdb.python/py-xmethods.exp
4736 * gdb.python/python.exp
4737 * gdb.reverse/consecutive-precsave.exp
4738 * gdb.reverse/finish-precsave.exp
4739 * gdb.reverse/i386-precsave.exp
4740 * gdb.reverse/machinestate-precsave.exp
4741 * gdb.reverse/sigall-precsave.exp
4742 * gdb.reverse/solib-precsave.exp
4743 * gdb.reverse/step-precsave.exp
4744 * gdb.reverse/until-precsave.exp
4745 * gdb.reverse/watch-precsave.exp
4746 * gdb.threads/leader-exit.exp
4747 * gdb.threads/pthreads.exp
4748 * gdb.threads/wp-replication.exp
4749 * gdb.trace/actions.exp
4750 * gdb.trace/mi-tsv-changed.exp
4751 * gdb.trace/tsv.exp
4752
de97fdd4
LM
47532016-12-01 Luis Machado <lgustavo@codesourcery.com>
4754
4755 Fix test names starting with uppercase throughout the files.
4756
4757 * gdb.arch/i386-bp_permanent.exp
4758 * gdb.arch/i386-gnu-cfi.exp
4759 * gdb.base/disasm-end-cu.exp
4760 * gdb.base/macscp.exp
4761 * gdb.base/pending.exp
4762 * gdb.base/watch_thread_num.exp
4763 * gdb.cp/exception.exp
4764 * gdb.cp/gdb2495.exp
4765 * gdb.cp/local.exp
4766 * gdb.python/py-evsignal.exp
4767 * gdb.python/python.exp
4768 * gdb.trace/tracecmd.exp
4769
9f058c10
LM
47702016-12-01 Luis Machado <lgustavo@codesourcery.com>
4771
4772 Fix test names starting with uppercase throughout the files.
4773
4774 * gdb.base/charset.exp
4775 * gdb.base/eval.exp
4776 * gdb.base/multi-forks.exp
4777 * gdb.guile/scm-progspace.exp
4778 * gdb.opencl/datatypes.exp
4779 * gdb.python/py-block.exp
4780 * gdb.python/py-function.exp
4781 * gdb.python/py-symbol.exp
4782 * gdb.python/py-symtab.exp
4783 * gdb.python/py-xmethods.exp
4784 * gdb.reverse/break-precsave.exp
4785 * gdb.reverse/break-reverse.exp
4786 * gdb.reverse/consecutive-precsave.exp
4787 * gdb.reverse/consecutive-reverse.exp
4788 * gdb.reverse/finish-precsave.exp
4789 * gdb.reverse/finish-reverse-bkpt.exp
4790 * gdb.reverse/finish-reverse.exp
4791 * gdb.reverse/fstatat-reverse.exp
4792 * gdb.reverse/getresuid-reverse.exp
4793 * gdb.reverse/i386-precsave.exp
4794 * gdb.reverse/i386-reverse.exp
4795 * gdb.reverse/i386-sse-reverse.exp
4796 * gdb.reverse/i387-stack-reverse.exp
4797 * gdb.reverse/insn-reverse.exp
4798 * gdb.reverse/machinestate-precsave.exp
4799 * gdb.reverse/machinestate.exp
4800 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4801 * gdb.reverse/pipe-reverse.exp
4802 * gdb.reverse/readv-reverse.exp
4803 * gdb.reverse/recvmsg-reverse.exp
4804 * gdb.reverse/rerun-prec.exp
4805 * gdb.reverse/s390-mvcle.exp
4806 * gdb.reverse/sigall-precsave.exp
4807 * gdb.reverse/sigall-reverse.exp
4808 * gdb.reverse/solib-precsave.exp
4809 * gdb.reverse/solib-reverse.exp
4810 * gdb.reverse/step-precsave.exp
4811 * gdb.reverse/step-reverse.exp
4812 * gdb.reverse/time-reverse.exp
4813 * gdb.reverse/until-precsave.exp
4814 * gdb.reverse/until-reverse.exp
4815 * gdb.reverse/waitpid-reverse.exp
4816 * gdb.reverse/watch-precsave.exp
4817 * gdb.reverse/watch-reverse.exp
4818
cdc7edd7
LM
48192016-12-01 Luis Machado <lgustavo@codesourcery.com>
4820
4821 Fix test names starting with uppercase throughout the files.
4822
4823 * gdb.arch/i386-mpx-simple_segv.exp
4824 * gdb.arch/i386-mpx.exp
4825 * gdb.arch/i386-permbkpt.exp
4826 * gdb.arch/pa-nullify.exp
4827 * gdb.arch/powerpc-d128-regs.exp
4828 * gdb.arch/vsx-regs.exp
4829 * gdb.base/bfp-test.exp
4830 * gdb.base/break.exp
4831 * gdb.base/breakpoint-shadow.exp
4832 * gdb.base/callfuncs.exp
4833 * gdb.base/charset.exp
4834 * gdb.base/commands.exp
4835 * gdb.base/completion.exp
4836 * gdb.base/dfp-test.exp
4837 * gdb.base/echo.exp
4838 * gdb.base/ending-run.exp
4839 * gdb.base/eval.exp
4840 * gdb.base/expand-psymtabs.exp
4841 * gdb.base/float128.exp
4842 * gdb.base/floatn.exp
4843 * gdb.base/foll-exec-mode.exp
4844 * gdb.base/gdb1056.exp
4845 * gdb.base/gdb11531.exp
4846 * gdb.base/kill-after-signal.exp
4847 * gdb.base/multi-forks.exp
4848 * gdb.base/overlays.exp
4849 * gdb.base/pending.exp
4850 * gdb.base/sepdebug.exp
4851 * gdb.base/testenv.exp
4852 * gdb.base/valgrind-db-attach.exp
4853 * gdb.base/watch_thread_num.exp
4854 * gdb.base/watchpoint-cond-gone.exp
4855 * gdb.base/watchpoint.exp
4856 * gdb.base/watchpoints.exp
4857 * gdb.cp/arg-reference.exp
4858 * gdb.cp/baseenum.exp
4859 * gdb.cp/operator.exp
4860 * gdb.cp/shadow.exp
4861 * gdb.dwarf2/dw2-op-out-param.exp
4862 * gdb.dwarf2/dw2-reg-undefined.exp
4863 * gdb.go/chan.exp
4864 * gdb.go/hello.exp
4865 * gdb.go/integers.exp
4866 * gdb.go/methods.exp
4867 * gdb.go/package.exp
4868 * gdb.guile/scm-parameter.exp
4869 * gdb.guile/scm-progspace.exp
4870 * gdb.guile/scm-value.exp
4871 * gdb.mi/mi-pending.exp
4872 * gdb.mi/user-selected-context-sync.exp
4873 * gdb.multi/multi-attach.exp
4874 * gdb.multi/tids.exp
4875 * gdb.opt/clobbered-registers-O2.exp
4876 * gdb.pascal/floats.exp
4877 * gdb.pascal/integers.exp
4878 * gdb.python/py-block.exp
4879 * gdb.python/py-events.exp
4880 * gdb.python/py-parameter.exp
4881 * gdb.python/py-symbol.exp
4882 * gdb.python/py-symtab.exp
4883 * gdb.python/py-type.exp
4884 * gdb.python/py-value.exp
4885 * gdb.python/py-xmethods.exp
4886 * gdb.python/python.exp
4887 * gdb.reverse/break-precsave.exp
4888 * gdb.reverse/consecutive-precsave.exp
4889 * gdb.reverse/finish-precsave.exp
4890 * gdb.reverse/i386-precsave.exp
4891 * gdb.reverse/machinestate-precsave.exp
4892 * gdb.reverse/sigall-precsave.exp
4893 * gdb.reverse/solib-precsave.exp
4894 * gdb.reverse/step-precsave.exp
4895 * gdb.reverse/until-precsave.exp
4896 * gdb.reverse/watch-precsave.exp
4897 * gdb.server/ext-attach.exp
4898 * gdb.server/ext-restart.exp
4899 * gdb.server/ext-run.exp
4900 * gdb.server/ext-wrapper.exp
4901 * gdb.stabs/gdb11479.exp
4902 * gdb.stabs/weird.exp
4903 * gdb.threads/attach-many-short-lived-threads.exp
4904 * gdb.threads/kill.exp
4905 * gdb.threads/watchpoint-fork.exp
4906
bc6c7af4
LM
49072016-12-01 Luis Machado <lgustavo@codesourcery.com>
4908
4909 Fix test names starting with uppercase throughout all the files below.
4910
4911 * gdb.ada/array_return.exp
4912 * gdb.ada/catch_ex.exp
4913 * gdb.ada/info_exc.exp
4914 * gdb.ada/mi_catch_ex.exp
4915 * gdb.ada/mi_dyn_arr.exp
4916 * gdb.ada/mi_ex_cond.exp
4917 * gdb.ada/mi_exc_info.exp
4918 * gdb.ada/mi_interface.exp
4919 * gdb.ada/mi_task_arg.exp
4920 * gdb.ada/mi_task_info.exp
4921 * gdb.ada/mi_var_array.exp
4922 * gdb.arch/alpha-step.exp
4923 * gdb.arch/amd64-disp-step.exp
4924 * gdb.arch/arm-disp-step.exp
4925 * gdb.arch/disp-step-insn-reloc.exp
4926 * gdb.arch/e500-prologue.exp
4927 * gdb.arch/ftrace-insn-reloc.exp
4928 * gdb.arch/gdb1558.exp
4929 * gdb.arch/i386-bp_permanent.exp
4930 * gdb.arch/i386-disp-step.exp
4931 * gdb.arch/i386-float.exp
4932 * gdb.arch/i386-gnu-cfi.exp
4933 * gdb.arch/ia64-breakpoint-shadow.exp
4934 * gdb.arch/mips16-thunks.exp
4935 * gdb.arch/pa-nullify.exp
4936 * gdb.arch/powerpc-aix-prologue.exp
4937 * gdb.arch/powerpc-power.exp
4938 * gdb.arch/ppc-dfp.exp
4939 * gdb.arch/s390-tdbregs.exp
4940 * gdb.arch/spu-info.exp
4941 * gdb.arch/spu-ls.exp
4942 * gdb.arch/thumb-bx-pc.exp
4943 * gdb.base/advance.exp
4944 * gdb.base/annota-input-while-running.exp
4945 * gdb.base/arrayidx.exp
4946 * gdb.base/asmlabel.exp
4947 * gdb.base/async.exp
4948 * gdb.base/attach-wait-input.exp
4949 * gdb.base/auto-connect-native-target.exp
4950 * gdb.base/batch-preserve-term-settings.exp
4951 * gdb.base/bfp-test.exp
4952 * gdb.base/bigcore.exp
4953 * gdb.base/bp-permanent.exp
4954 * gdb.base/break-always.exp
4955 * gdb.base/break-fun-addr.exp
4956 * gdb.base/break-idempotent.exp
4957 * gdb.base/break-main-file-remove-fail.exp
4958 * gdb.base/break-probes.exp
4959 * gdb.base/break-unload-file.exp
4960 * gdb.base/break.exp
4961 * gdb.base/call-ar-st.exp
4962 * gdb.base/call-rt-st.exp
4963 * gdb.base/call-sc.exp
4964 * gdb.base/call-signal-resume.exp
4965 * gdb.base/call-strs.exp
4966 * gdb.base/callexit.exp
4967 * gdb.base/callfuncs.exp
4968 * gdb.base/catch-gdb-caused-signals.exp
4969 * gdb.base/catch-signal-siginfo-cond.exp
4970 * gdb.base/catch-syscall.exp
4971 * gdb.base/compare-sections.exp
4972 * gdb.base/cond-eval-mode.exp
4973 * gdb.base/condbreak-call-false.exp
4974 * gdb.base/consecutive-step-over.exp
4975 * gdb.base/cursal.exp
4976 * gdb.base/disabled-location.exp
4977 * gdb.base/disasm-end-cu.exp
4978 * gdb.base/display.exp
4979 * gdb.base/double-prompt-target-event-error.exp
4980 * gdb.base/dprintf-bp-same-addr.exp
4981 * gdb.base/dprintf-detach.exp
4982 * gdb.base/dprintf-next.exp
4983 * gdb.base/dprintf-non-stop.exp
4984 * gdb.base/dprintf-pending.exp
4985 * gdb.base/dso2dso.exp
4986 * gdb.base/ending-run.exp
4987 * gdb.base/enum_cond.exp
4988 * gdb.base/examine-backward.exp
4989 * gdb.base/exe-lock.exp
4990 * gdb.base/exec-invalid-sysroot.exp
4991 * gdb.base/execl-update-breakpoints.exp
4992 * gdb.base/execution-termios.exp
4993 * gdb.base/fileio.exp
4994 * gdb.base/fixsection.exp
4995 * gdb.base/foll-exec-mode.exp
4996 * gdb.base/foll-exec.exp
4997 * gdb.base/fork-running-state.exp
4998 * gdb.base/frame-args.exp
4999 * gdb.base/fullpath-expand.exp
5000 * gdb.base/func-ptr.exp
5001 * gdb.base/gcore-relro-pie.exp
5002 * gdb.base/gdb1090.exp
5003 * gdb.base/gdb1555.exp
5004 * gdb.base/global-var-nested-by-dso.exp
5005 * gdb.base/gnu-ifunc.exp
5006 * gdb.base/hbreak-in-shr-unsupported.exp
5007 * gdb.base/hbreak-unmapped.exp
5008 * gdb.base/hook-stop.exp
5009 * gdb.base/infcall-input.exp
5010 * gdb.base/info-fun.exp
5011 * gdb.base/info-shared.exp
5012 * gdb.base/interrupt-noterm.exp
5013 * gdb.base/jit-so.exp
5014 * gdb.base/jit.exp
5015 * gdb.base/line-symtabs.exp
5016 * gdb.base/list.exp
5017 * gdb.base/longjmp.exp
5018 * gdb.base/macscp.exp
5019 * gdb.base/max-value-size.exp
5020 * gdb.base/nodebug.exp
5021 * gdb.base/nofield.exp
5022 * gdb.base/overlays.exp
5023 * gdb.base/paginate-after-ctrl-c-running.exp
5024 * gdb.base/paginate-bg-execution.exp
5025 * gdb.base/paginate-inferior-exit.exp
5026 * gdb.base/pending.exp
5027 * gdb.base/pr11022.exp
5028 * gdb.base/printcmds.exp
5029 * gdb.base/ptr-typedef.exp
5030 * gdb.base/ptype.exp
5031 * gdb.base/randomize.exp
5032 * gdb.base/range-stepping.exp
5033 * gdb.base/realname-expand.exp
5034 * gdb.base/relativedebug.exp
5035 * gdb.base/remote.exp
5036 * gdb.base/savedregs.exp
5037 * gdb.base/sepdebug.exp
5038 * gdb.base/set-noassign.exp
5039 * gdb.base/shlib-call.exp
5040 * gdb.base/shreloc.exp
5041 * gdb.base/sigaltstack.exp
5042 * gdb.base/sigbpt.exp
5043 * gdb.base/siginfo-addr.exp
5044 * gdb.base/siginfo-obj.exp
5045 * gdb.base/siginfo-thread.exp
5046 * gdb.base/signest.exp
5047 * gdb.base/signull.exp
5048 * gdb.base/sigrepeat.exp
5049 * gdb.base/skip.exp
5050 * gdb.base/so-impl-ld.exp
5051 * gdb.base/solib-corrupted.exp
5052 * gdb.base/solib-disc.exp
5053 * gdb.base/solib-display.exp
5054 * gdb.base/solib-overlap.exp
5055 * gdb.base/solib-search.exp
5056 * gdb.base/solib-symbol.exp
5057 * gdb.base/source-execution.exp
5058 * gdb.base/sss-bp-on-user-bp-2.exp
5059 * gdb.base/sss-bp-on-user-bp.exp
5060 * gdb.base/stack-checking.exp
5061 * gdb.base/stale-infcall.exp
5062 * gdb.base/step-break.exp
5063 * gdb.base/step-line.exp
5064 * gdb.base/step-over-exit.exp
5065 * gdb.base/step-test.exp
5066 * gdb.base/structs.exp
5067 * gdb.base/sym-file.exp
5068 * gdb.base/symtab-search-order.exp
5069 * gdb.base/term.exp
5070 * gdb.base/type-opaque.exp
5071 * gdb.base/unload.exp
5072 * gdb.base/until-nodebug.exp
5073 * gdb.base/until.exp
5074 * gdb.base/unwindonsignal.exp
5075 * gdb.base/watch-cond.exp
5076 * gdb.base/watch-non-mem.exp
5077 * gdb.base/watch_thread_num.exp
5078 * gdb.base/watchpoint-reuse-slot.exp
5079 * gdb.base/watchpoint-solib.exp
5080 * gdb.base/watchpoint.exp
5081 * gdb.btrace/dlopen.exp
5082 * gdb.cell/arch.exp
5083 * gdb.cell/break.exp
5084 * gdb.cell/bt.exp
5085 * gdb.cell/core.exp
5086 * gdb.cell/data.exp
5087 * gdb.cell/dwarfaddr.exp
5088 * gdb.cell/ea-cache.exp
5089 * gdb.cell/ea-standalone.exp
5090 * gdb.cell/ea-test.exp
5091 * gdb.cell/f-regs.exp
5092 * gdb.cell/fork.exp
5093 * gdb.cell/gcore.exp
5094 * gdb.cell/mem-access.exp
5095 * gdb.cell/ptype.exp
5096 * gdb.cell/registers.exp
5097 * gdb.cell/sizeof.exp
5098 * gdb.cell/solib-symbol.exp
5099 * gdb.cell/solib.exp
5100 * gdb.compile/compile-tls.exp
5101 * gdb.cp/exception.exp
5102 * gdb.cp/gdb2495.exp
5103 * gdb.cp/local.exp
5104 * gdb.cp/mb-inline.exp
5105 * gdb.cp/mb-templates.exp
5106 * gdb.cp/pr10687.exp
5107 * gdb.cp/pr9167.exp
5108 * gdb.cp/scope-err.exp
5109 * gdb.cp/templates.exp
5110 * gdb.cp/virtfunc.exp
5111 * gdb.dwarf2/dw2-dir-file-name.exp
5112 * gdb.dwarf2/dw2-single-line-discriminators.exp
5113 * gdb.fortran/complex.exp
5114 * gdb.fortran/library-module.exp
5115 * gdb.guile/guile.exp
5116 * gdb.guile/scm-cmd.exp
5117 * gdb.guile/scm-frame-inline.exp
5118 * gdb.guile/scm-objfile.exp
5119 * gdb.guile/scm-pretty-print.exp
5120 * gdb.guile/scm-symbol.exp
5121 * gdb.guile/scm-type.exp
5122 * gdb.guile/scm-value.exp
5123 * gdb.linespec/keywords.exp
5124 * gdb.linespec/ls-errs.exp
5125 * gdb.linespec/macro-relative.exp
5126 * gdb.linespec/thread.exp
5127 * gdb.mi/mi-breakpoint-changed.exp
5128 * gdb.mi/mi-dprintf-pending.exp
5129 * gdb.mi/mi-fullname-deleted.exp
5130 * gdb.mi/mi-logging.exp
5131 * gdb.mi/mi-pending.exp
5132 * gdb.mi/mi-solib.exp
5133 * gdb.mi/new-ui-mi-sync.exp
5134 * gdb.mi/user-selected-context-sync.exp
5135 * gdb.multi/dummy-frame-restore.exp
5136 * gdb.multi/multi-arch-exec.exp
5137 * gdb.multi/remove-inferiors.exp
5138 * gdb.multi/watchpoint-multi-exit.exp
5139 * gdb.opt/solib-intra-step.exp
5140 * gdb.perf/backtrace.exp
5141 * gdb.perf/single-step.exp
5142 * gdb.perf/skip-command.exp
5143 * gdb.perf/skip-prologue.exp
5144 * gdb.perf/solib.exp
5145 * gdb.python/lib-types.exp
5146 * gdb.python/py-as-string.exp
5147 * gdb.python/py-bad-printers.exp
5148 * gdb.python/py-block.exp
5149 * gdb.python/py-breakpoint.exp
5150 * gdb.python/py-cmd.exp
5151 * gdb.python/py-events.exp
5152 * gdb.python/py-evthreads.exp
5153 * gdb.python/py-finish-breakpoint.exp
5154 * gdb.python/py-finish-breakpoint2.exp
5155 * gdb.python/py-frame-inline.exp
5156 * gdb.python/py-frame.exp
5157 * gdb.python/py-inferior.exp
5158 * gdb.python/py-infthread.exp
5159 * gdb.python/py-mi.exp
5160 * gdb.python/py-objfile.exp
5161 * gdb.python/py-pp-maint.exp
5162 * gdb.python/py-pp-registration.exp
5163 * gdb.python/py-prettyprint.exp
5164 * gdb.python/py-recurse-unwind.exp
5165 * gdb.python/py-shared.exp
5166 * gdb.python/py-symbol.exp
5167 * gdb.python/py-symtab.exp
5168 * gdb.python/py-template.exp
5169 * gdb.python/py-type.exp
5170 * gdb.python/py-unwind-maint.exp
5171 * gdb.python/py-unwind.exp
5172 * gdb.python/py-value.exp
5173 * gdb.python/python.exp
5174 * gdb.reverse/finish-reverse-bkpt.exp
5175 * gdb.reverse/insn-reverse.exp
5176 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5177 * gdb.reverse/solib-precsave.exp
5178 * gdb.reverse/solib-reverse.exp
5179 * gdb.stabs/gdb11479.exp
5180 * gdb.stabs/weird.exp
5181 * gdb.threads/fork-child-threads.exp
5182 * gdb.threads/fork-plus-threads.exp
5183 * gdb.threads/fork-thread-pending.exp
5184 * gdb.threads/forking-threads-plus-breakpoint.exp
5185 * gdb.threads/hand-call-in-threads.exp
5186 * gdb.threads/interrupted-hand-call.exp
5187 * gdb.threads/linux-dp.exp
5188 * gdb.threads/local-watch-wrong-thread.exp
5189 * gdb.threads/next-while-other-thread-longjmps.exp
5190 * gdb.threads/non-ldr-exit.exp
5191 * gdb.threads/pending-step.exp
5192 * gdb.threads/print-threads.exp
5193 * gdb.threads/process-dies-while-detaching.exp
5194 * gdb.threads/process-dies-while-handling-bp.exp
5195 * gdb.threads/pthreads.exp
5196 * gdb.threads/queue-signal.exp
5197 * gdb.threads/reconnect-signal.exp
5198 * gdb.threads/signal-command-handle-nopass.exp
5199 * gdb.threads/signal-command-multiple-signals-pending.exp
5200 * gdb.threads/signal-delivered-right-thread.exp
5201 * gdb.threads/signal-sigtrap.exp
5202 * gdb.threads/sigthread.exp
5203 * gdb.threads/staticthreads.exp
5204 * gdb.threads/stepi-random-signal.exp
5205 * gdb.threads/thread-unwindonsignal.exp
5206 * gdb.threads/thread_check.exp
5207 * gdb.threads/thread_events.exp
5208 * gdb.threads/tid-reuse.exp
5209 * gdb.threads/tls-nodebug.exp
5210 * gdb.threads/tls-shared.exp
5211 * gdb.threads/tls-so_extern.exp
5212 * gdb.threads/tls.exp
5213 * gdb.threads/wp-replication.exp
5214 * gdb.trace/actions-changed.exp
5215 * gdb.trace/actions.exp
5216 * gdb.trace/backtrace.exp
5217 * gdb.trace/change-loc.exp
5218 * gdb.trace/collection.exp
5219 * gdb.trace/deltrace.exp
5220 * gdb.trace/disconnected-tracing.exp
5221 * gdb.trace/entry-values.exp
5222 * gdb.trace/ftrace-lock.exp
5223 * gdb.trace/ftrace.exp
5224 * gdb.trace/infotrace.exp
5225 * gdb.trace/mi-trace-frame-collected.exp
5226 * gdb.trace/mi-trace-unavailable.exp
5227 * gdb.trace/mi-traceframe-changed.exp
5228 * gdb.trace/mi-tracepoint-changed.exp
5229 * gdb.trace/mi-tsv-changed.exp
5230 * gdb.trace/no-attach-trace.exp
5231 * gdb.trace/packetlen.exp
5232 * gdb.trace/passc-dyn.exp
5233 * gdb.trace/passcount.exp
5234 * gdb.trace/pending.exp
5235 * gdb.trace/pr16508.exp
5236 * gdb.trace/qtro.exp
5237 * gdb.trace/range-stepping.exp
5238 * gdb.trace/read-memory.exp
5239 * gdb.trace/report.exp
5240 * gdb.trace/save-trace.exp
5241 * gdb.trace/signal.exp
5242 * gdb.trace/stap-trace.exp
5243 * gdb.trace/status-stop.exp
5244 * gdb.trace/strace.exp
5245 * gdb.trace/tfile.exp
5246 * gdb.trace/tfind.exp
5247 * gdb.trace/trace-break.exp
5248 * gdb.trace/trace-condition.exp
5249 * gdb.trace/trace-enable-disable.exp
5250 * gdb.trace/trace-mt.exp
5251 * gdb.trace/tracecmd.exp
5252 * gdb.trace/tracefile-pseudo-reg.exp
5253 * gdb.trace/tspeed.exp
5254 * gdb.trace/tstatus.exp
5255 * gdb.trace/tsv.exp
5256 * gdb.trace/unavailable.exp
5257 * gdb.trace/while-dyn.exp
5258 * gdb.trace/while-stepping.exp
5259 * lib/gdb-guile.exp
5260 * lib/gdb.exp
5261 * lib/mi-support.exp
5262 * lib/pascal.exp
5263 * lib/perftest.exp
5264 * lib/prelink-support.exp
5265 * lib/selftest-support.exp
5266
ad02e4fe
SM
52672016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
5268
5269 * Makefile.in: Include disable-implicit-rules.mk.
5270
22347e55
AA
52712016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5272
5273 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
5274 non-byte-aligned bit fields.
5275
da5b30da
AA
52762016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5277
5278 PR gdb/12616
5279 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
5280 respects the DW_AT_data_bit_offset attribute.
5281
b593ecca
SM
52822016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
5283
5284 * gdb.base/default.exp: Fix output of "set language".
5285
3b165252
SM
52862016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
5287
5288 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
5289 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
5290 make.
5291 * configure.ac: Remove checks for the make program.
5292 * configure: Re-generate.
5293
1a2f3d7f
KB
52942016-11-16 Kevin Buettner <kevinb@redhat.com>
5295
5296 * gdb.python/py-recurse-unwind.c (main): Add loop.
5297 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
5298 to read_register() and gdb.parse_and_eval(). Make each code
5299 call a separate case that can be individually tested.
5300 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
5301 proc. Call cont_and_backtrace for each of the code paths that
5302 we want to test in the unwinder.
5303
b7f38fda
AA
53042016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
5305
5306 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
5307 the definition of struct S.
5308
1f8db343
CM
53092016-11-11 Catherine Moore <clm@codesourcery.com>
5310
5311 * gdb.base/dump.exp: Identify verilog format dump tests as such.
5312
fad0c9fb
PA
53132016-11-09 Pedro Alves <palves@redhat.com>
5314
5315 * gdb.base/commands.exp (runto_or_return): New procedure.
5316 (gdbvar_simple_if_test, gdbvar_simple_while_test)
5317 (gdbvar_complex_if_while_test, progvar_simple_if_test)
5318 (progvar_simple_while_test, progvar_complex_if_while_test)
5319 (if_while_breakpoint_command_test)
5320 (infrun_breakpoint_command_test, breakpoint_command_test)
5321 (user_defined_command_test, watchpoint_command_test)
5322 (test_command_prompt_position, redefine_hook_test)
5323 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
5324 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
5325 multi_line_input and multi_line. Remove gdb_expect and
5326 gdb_stop_suppressing_tests uses.
5327 * lib/gdb.exp (valnum_re): New global.
5328 (multi_line_input): New procedure.
5329
8354c62c
SM
53302016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
5331
5332 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
5333 Remove.
5334 (test_setup): Define with proc_with_prefix.
5335 (test_cli_inferior): Likewise.
5336 (test_cli_thread): Likewise.
5337 (test_cli_frame): Likewise.
5338 (test_cli_select_frame): Likewise.
5339 (test_cli_up_down): Likewise.
5340 (test_mi_thread_select): Likewise.
5341 (test_mi_stack_select_frame): Likewise.
5342 (test_cli_in_mi_inferior): Likewise.
5343 (test_cli_in_mi_thread): Likewise.
5344 (test_cli_in_mi_frame): Likewise.
5345 (top level): Do not use with_test_prefix_procname.
5346
64f367a2
PA
53472016-11-09 Pedro Alves <palves@redhat.com>
5348
5349 * gdb.base/commands.exp (gdbvar_simple_if_test)
5350 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
5351 (progvar_simple_if_test, progvar_simple_while_test)
5352 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
5353 (infrun_breakpoint_command_test, breakpoint_command_test)
5354 (user_defined_command_test, watchpoint_command_test)
5355 (test_command_prompt_position, deprecated_command_test)
5356 (bp_deleted_in_command, temporary_breakpoint_commands)
5357 (stray_arg0_test, source_file_with_indented_comment)
5358 (recursive_source_test, if_commands_test)
5359 (error_clears_commands_left, redefine_hook_test)
5360 (redefine_backtrace_test): Use proc_with_prefix.
5361 * lib/gdb.exp (proc_with_prefix): New proc.
5362
0bb65f1e
AA
53632016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
5364
5365 * gdb.base/tui-layout.c: New file.
5366 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
5367 disassembly window contains very long lines.
5368
7353f247
TT
53692016-11-08 Tom Tromey <tom@tromey.com>
5370
5371 * gdb.python/py-value.exp (test_value_creation): Make "long" test
5372 depend on Python 2.
5373
30a7bb83
TT
53742016-11-08 Tom Tromey <tom@tromey.com>
5375
5376 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
5377 New method.
5378
cdf5a07c
MG
53792016-10-29 Manish Goregaokar <manish@mozilla.com>
5380
2806dc7e 5381 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 5382
51a789c3
MG
53832016-10-27 Manish Goregaokar <manish@mozilla.com>
5384
2806dc7e
PA
5385 * gdb.rust/simple.rs: Add test for univariant enums without
5386 discriminants and for encoded struct-like enums.
51a789c3 5387
f610ab6d
PA
53882016-10-28 Pedro Alves <palves@redhat.com>
5389
5390 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
5391 gdb_test_multiple, tighten regexps and match symtabs and line
5392 tables incrementally.
5393
b129b0ca
LM
53942016-10-28 Luis Machado <lgustavo@codesourcery.com>
5395
5396 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
5397 general.
5398
ecf45d2c
SL
53992016-10-25 Luis Machado <lgustavo@codesourcery.com>
5400
5401 * gdb.base/exec-invalid-sysroot.exp: New file.
5402
b8d38ee4
JK
54032016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5404
5405 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
5406
f90fd8c2
JK
54072016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5408
5409 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
5410
2d2476aa
MR
54112016-10-19 Maciej W. Rozycki <macro@imgtec.com>
5412
2806dc7e
PA
5413 * gdb.base/killed-outside.exp: Remove $options from a call to
5414 `prepare_for_testing'.
2d2476aa 5415
e42b25a0
SM
54162016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5417
5418 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
5419 Change test message.
5420
3ccdb432
SM
54212016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5422
5423 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
5424 Update comment.
5425
5bad3170
SM
54262016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5427
5428 * gdb.trace/mi-trace-save.exp: New file.
5429
5ad9dba7
YQ
54302016-10-13 Yao Qi <yao.qi@linaro.org>
5431
5432 * gdb.base/code_elim.exp (get_var_address): Remove.
5433 * gdb.base/relocate.exp: Likewise.
5434 * gdb.base/shreloc.exp: Likewise.
5435 * lib/gdb.exp (get_var_address): New.
5436
62df7e21
YQ
54372016-10-13 Yao Qi <yao.qi@linaro.org>
5438
5439 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
5440 floating point tests if $skip_float_test is false.
5441
4dac951e
LM
54422016-10-12 Luis Machado <lgustavo@codesourcery.com>
5443
5444 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
5445 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
5446 argc values.
5447 Add 1 to argc so we guarantee distinct initial/modified argc values.
5448
8f1a8fc4
JK
54492016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5450
5451 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
5452
16c85b5d
JK
54532016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5454
5455 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
5456 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
5457 * gdb.arch/vsx-regs.exp: Likewise.
5458
1d0e042a
YQ
54592016-10-07 Yao Qi <yao.qi@linaro.org>
5460
5461 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
5462
68dadef5
MM
54632016-10-07 Markus Metzger <markus.t.metzger@intel.com>
5464
5465 * gdb.python/python.exp: Test decode_line("*0").
5466
33fa2c6e
DE
54672016-10-06 Doug Evans <dje@google.com>
5468
5469 * gdb.python/py-value.exp (test_value_creation): Add test for large
5470 unsigned 64-bit value.
5471
9c37b5ae
TT
54722016-10-06 Tom Tromey <tom@tromey.com>
5473
5474 * gdb.compile/compile.exp: Change java tests to rust.
5475 * gdb.base/setshow.exp: Change java tests to rust.
5476 * gdb.base/default.exp: Remove java from language list.
5477 * README (Examples): Update language example.
5478 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
5479 test.
5480 * lib/gdb.exp (skip_java_tests): Remove.
5481 * lib/java.exp: Remove.
5482 * gdb.java: Remove.
5483
78b86327
MR
54842016-10-06 Maciej W. Rozycki <macro@imgtec.com>
5485
5486 * gdb.arch/mips-fcr.exp: New test.
5487 * gdb.arch/mips-fcr.c: Source for the new test.
5488
7470adbb
MR
54892016-10-06 Maciej W. Rozycki <macro@imgtec.com>
5490
5491 * gdb.base/solib-disc.exp: Use `standard_output_file'
5492 throughout.
5493
4a556533
PA
54942016-10-06 Pedro Alves <palves@redhat.com>
5495
5496 * gdb.base/jit-simple-dl.c: New file.
5497 * gdb.base/jit-simple-jit.c: New file, factored out from ...
5498 * gdb.base/jit-simple.c: ... this.
5499 * gdb.base/jit-simple.exp (jit_run): Delete.
5500 (build_jit): New proc.
5501 (jit_test_reread): Recompile either the main program or the shared
5502 library, depending on what is being tested. Skip changing address
5503 if caller wants to. Compare before/after addresses. If testing
5504 standalone, explicitly load the binary. Test "maint info
5505 breakpoints".
5506 (top level): Add "standalone vs shared lib" and "change address"
5507 vs "same address" axes.
5508
5a122fbc
PA
55092016-10-06 Pedro Alves <palves@redhat.com>
5510
5511 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
5512 call.
5513 (jit_run): Delete.
5514 (jit_test_reread): Use with_test_prefix. Reload the main binary
5515 explicitly. Compare the before/after addresses of the JIT
5516 descriptor.
5517
ee8da4b8
DE
55182016-08-15 Doug Evans <dje@google.com>
5519
5520 * gdb.xml/extra-regs.xml: Update, end field now required, default type
5521 for single bitfields is bool.
5522 * gdb.xml/tdesc-regs.exp: Ditto.
5523
f389f6fe
JK
55242016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5525
5526 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
5527
fdebf1a4
YQ
55282016-10-05 Yao Qi <yao.qi@linaro.org>
5529
5530 * lib/gdb.exp (support_complex_tests): Return zero if
5531 gdb_skip_float_test return true.
5532
9c36d954 55332016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 5534 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
5535
5536 PR gdb/20487
5537 * gdb.mi/user-selected-context-sync.exp: New file.
5538 * gdb.mi/user-selected-context-sync.c: New file.
5539
4034d0ff 55402016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 5541 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
5542
5543 PR gdb/20487
5544 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
5545 =thread-select-event check.
5546
a4297203
PB
55472016-09-29 Peter Bergner <bergner@vnet.ibm.com>
5548
5549 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
5550 the compulsory L operand changes.
5551 * gdb.arch/powerpc-power.s: Likewise.
5552
bb805577
JK
55532016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5554
5555 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
5556 * gdb.base/jit-attach-pie.c: New file.
5557 * gdb.base/jit-attach-pie.exp: New file.
5558
6d61dee5
PA
55592016-09-28 Pedro Alves <palves@redhat.com>
5560
5561 * gdb.base/infcall-input.c: New file.
5562 * gdb.base/infcall-input.exp: New file.
5563
f73842fc
YQ
55642016-09-22 Yao Qi <yao.qi@linaro.org>
5565
5566 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
5567 (gdb_exit): Rename it to ...
5568 (gdbserver_gdb_exit): ... Close GDBserver.
5569 (gdb_exit): New proc, call gdbserver_gdb_exit.
5570 (mi_gdb_exit): Likewise.
5571
90681dab
YQ
55722016-09-22 Yao Qi <yao.qi@linaro.org>
5573
5574 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
5575 path.
5576 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
5577 Remove duplication.
5578
9c211fd8
YQ
55792016-09-22 Yao Qi <yao.qi@linaro.org>
5580
5581 * lib/gdbserver-support.exp: Check the existence of
5582 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
5583
ad0a504f
AK
55842016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
5585
5586 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
5587
36cf1806
TT
55882016-09-21 Tom Tromey <tom@tromey.com>
5589
5590 PR gdb/20604:
5591 * gdb.base/quit.exp: New file.
5592
74172ecf
SM
55932016-09-21 Simon Marchi <simon.marchi@ericsson.com>
5594
5595 * .gitignore: New file.
5596
3d0ec882
MR
55972016-09-21 Maciej W. Rozycki <macro@imgtec.com>
5598
5599 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
5600 throughout.
5601
8193adea
AA
56022016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5603
5604 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
5605
d41a5c09
JK
56062016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5607
5608 * gdb.cp/casts.cc (decltype): Move it ...
5609 (main): ... with its call to ...
5610 * gdb.cp/casts03.cc: ... a new file.
5611 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
5612
d2dfe700
JK
56132016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5614
5615 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
5616
e2a92b16
PB
56172016-09-15 Peter Bergner <bergner@vnet.ibm.com>
5618
5619 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
5620 and sync up the test with tests in gas/testsuite/gas/ppc.
5621 * gdb.arch/powerpc-power.exp: Likewise.
5622
49b4de64
JK
56232016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5624
5625 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
5626
2c29df25
SDJ
56272016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
5628 Jan Kratochvil <jan.kratochvil@redhat.com>
5629
5630 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
5631 make m1's definition to be different from m2's. Use 'dummy' as an
5632 argument for probe 'two'.
5633
cc3c2846
JB
56342016-09-10 Jon Beniston <jon@beniston.com>
5635
5636 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
5637 for sim target.
5638
e1b2624a
AA
56392016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
5640
5641 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
5642 variable declaration.
5643 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
5644 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
5645 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
5646 received HWCAP as its argument.
5647
4295e285
PA
56482016-09-06 Pedro Alves <palves@redhat.com>
5649
5650 * gdb.base/new-ui-pending-input.c: New file.
5651 * gdb.base/new-ui-pending-input.exp: New file.
5652 * gdb.exp (clear_gdb_spawn_id): New procedure.
5653 (with_spawn_id): Check whether gdb_spawn_id exists before
5654 referencing it. If gdb_spawn_id didn't exist on entry, clear it
5655 on exit.
5656
00d5215e
UW
56572016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
5658
5659 * gdb.base/float128.c: New file.
5660 * gdb.base/float128.exp: Likewise.
5661 * gdb.base/floatn.c: Likewise.
5662 * gdb.base/floatn.exp: Likewise.
5663
a9ff5f12
UW
56642016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
5665
5666 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
5667
f245535c
PA
56682016-09-05 Pedro Alves <palves@redhat.com>
5669
5670 PR backtrace/19927
5671 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
5672 unwinders are immediately called as side effect of "source" or
5673 "disable unwinder" commands.
5674 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
5675
ae9cf263
YQ
56762016-09-02 Yao Qi <yao.qi@linaro.org>
5677
5678 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
5679 is true and $type is "float" or "double".
5680
27aba047
YQ
56812016-09-02 Yao Qi <yao.qi@linaro.org>
5682
5683 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
5684 true.
5685 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
5686 * gdb.base/call-rt-st.exp: Likewise.
5687 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
5688 return value instead of gdb,skip_float_test.
5689 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
5690 (do_function_calls): Use its return value instead of
5691 gdb,skip_float_test.
5692 * gdb.base/finish.exp: Likewise.
5693 * gdb.base/funcargs.exp: Likewise.
5694 * gdb.base/return.exp: Likewise.
5695 * gdb.base/return2.exp: Likewise.
5696 * gdb.base/varargs.exp: Likewise.
5697 * lib/gdb.exp (gdb_skip_float_test): Change it to
5698 gdb_caching_proc. Detect the broken ptrace on arm-linux.
5699
5af962df
AA
57002016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
5701
5702 * gdb.multi/tids.exp: Test "thread apply all".
5703
7fac6910
JK
57042016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5705
5706 * gdb.base/default.exp (tty): Remove.
5707
bb1fe4ac
KB
57082016-08-24 Kevin Buettner <kevinb@redhat.com>
5709
2806dc7e
PA
5710 * gdb.python/py-recurse-unwind.c: New file.
5711 * gdb.python/py-recurse-unwind.py: New file.
5712 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 5713
0a1ddfa6
SM
57142016-08-24 Simon Marchi <simon.marchi@ericsson.com>
5715
5716 * gdb.base/set-inferior-tty.exp: New file.
5717 * gdb.base/set-inferior-tty.c: New file.
5718
d9de1fe3
PA
57192016-08-23 Pedro Alves <palves@redhat.com>
5720
5721 PR gdb/20494
5722 * gdb.base/new-ui-echo.c: New file.
5723 * gdb.base/new-ui-echo.exp: New file.
5724
e9d9abd7
YQ
57252016-08-23 Yao Qi <yao.qi@linaro.org>
5726
5727 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
5728 gdbserver_spawn.
5729 * gdb.server/connect-without-multi-process.exp (do_test):
5730 Likewise.
5731
3589529e
YQ
57322016-08-23 Yao Qi <yao.qi@linaro.org>
5733
5734 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
5735 standalone_txt. Delete gdb_txt and standalone_txt on host
5736 and target. Spawn the binary on target. Copy files from
5737 target to host.
5738
6bb90213
PA
57392016-08-22 Pedro Alves <palves@redhat.com>
5740
5741 PR gdb/20505
5742 * gdb.base/vdso-warning.exp: Test core dumps too. Use
5743 with_test_prefix. Factor out bits to ...
5744 (test_no_vdso): ... this new procedure.
5745
20c2c024
CL
57462016-08-19 Carl Love <cel@us.ibm.com>
5747
5748 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
5749 maintaining separate logic for constructing the output path.
5750 * gdb.arch/powerpc-d128-regs.exp: Likewise.
5751 * gdb.arch/ppc-dfp.exp: Likewise.
5752 * gdb.arch/ppc-fp.exp: Likewise.
5753 * gdb.arch/vsx-regs.exp: Likewise.
5754 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
5755 binprefix for generating the additional binary files.
5756
0646e07d
PA
57572016-08-19 Pedro Alves <palves@redhat.com>
5758
5759 * gdb.trace/mi-trace-frame-collected.exp
5760 (test_trace_frame_collected): On x32, expect two registers.
5761
46da9242
CL
57622016-08-18 Carl Love <cel@us.ibm.com>
5763
5764 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
5765 and sync up the test with tests in gas/testsuite/gas/ppc.
5766 * gdb.arch/powerpc-power.exp: Likewise.
5767
eb2332d7
SM
57682016-08-17 Simon Marchi <simon.marchi@ericsson.com>
5769
5770 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
5771 expected error message.
5772
63c61e04
SM
57732016-08-17 Simon Marchi <simon.marchi@ericsson.com>
5774
5775 * gdb.multi/remove-inferiors.exp: New file.
5776 * gdb.multi/remove-inferiors.c: New file.
5777
7b17065f
YQ
57782016-08-12 Yao Qi <yao.qi@linaro.org>
5779
5780 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
5781 argument list.
5782
01d3dedf
PA
57832016-08-10 Pedro Alves <palves@redhat.com>
5784
5785 PR gdb/19187
5786 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
5787 setup_kfails.
5788
3eb7562a
PA
57892016-08-09 Pedro Alves <palves@redhat.com>
5790 Simon Marchi <simon.marchi@ericsson.com>
5791
5792 PR gdb/20418
5793 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
5794 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
5795
80614914
PA
57962016-08-09 Pedro Alves <palves@redhat.com>
5797
5798 PR mi/20431
5799 * gdb.mi/mi-cmd-error.exp: New file.
5800
f348d89a
PA
58012016-08-09 Pedro Alves <palves@redhat.com>
5802
5803 PR gdb/18653
5804 * gdb.base/signals-state-child.c: New file.
5805 * gdb.base/signals-state-child.exp: New file.
5806 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
5807
e5ca03b4
PA
58082016-08-09 Pedro Alves <palves@redhat.com>
5809
5810 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
5811
282a0691
TT
58122016-08-03 Tom Tromey <tom@tromey.com>
5813
5814 PR python/18565:
5815 * gdb.python/py-frame-inline.exp: Add Frame.function test.
5816
41bfcd63
YQ
58172016-08-01 Yao Qi <yao.qi@linaro.org>
5818
5819 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
5820 variable mode to "multi-process" if $multi_process is 1, otherwise
5821 set it to "single-process".
5822
e3465b24
YQ
58232016-08-01 Yao Qi <yao.qi@linaro.org>
5824
5825 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
5826 * gdb.cp/cpexprs.exp: Likewise.
5827 * gdb.cp/m-static.exp: Likewise.
5828
0b31a4bc
TT
58292016-07-26 Tom Tromey <tom@tromey.com>
5830
5831 PR python/20190:
5832 * gdb.threads/tls.exp (check_thread_local): Add python symbol
5833 test.
5834
e0461dbb
MM
58352016-07-26 Markus Metzger <markus.t.metzger@intel.com>
5836
5837 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
5838 selecting assembly source files.
5839 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
5840 assembly source files.
5841 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
5842 assembly source files.
5843 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
5844 selecting assembly source files.
5845
8194e927
SM
58462016-07-25 Simon Marchi <simon.marchi@ericsson.com>
5847
5848 * gdb.base/new-ui.exp (do_test_invalid_args): New
5849 procedure.
5850
c0272db5
TW
58512016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
5852
5853 * gdb.btrace/reconnect.c: New file.
5854 * gdb.btrace/reconnect.exp: New file.
5855
e3487908
GKB
58562016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
5857
5858 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
5859 to test_catch_syscall_group.
5860 (test_catch_syscall_group): New.
5861
12df5c00
TT
58622016-07-21 Tom Tromey <tom@tromey.com>
5863
5864 * gdb.rust/simple.rs (main): Use empty struct expression.
5865 * gdb.rust/simple.exp: Add tests for empty struct expression.
5866
bae62ee2
YQ
58672016-07-21 Yao Qi <yao.qi@linaro.org>
5868
5869 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
5870 if gdb_skip_xml_test is true on some targets.
5871
b1b53fb3
YQ
58722016-07-21 Yao Qi <yao.qi@linaro.org>
5873
5874 * gdb.server/solib-list.exp: Unset last_loaded_file.
5875
027d97f8
JK
58762016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5877
5878 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
5879 "step into captured_main (args)".
5880
7674d381
JK
58812016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5882
5883 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
5884
72b5d099
JK
58852016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5886
5887 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
5888
1f960ced
PA
58892016-07-19 Pedro Alves <palves@redhat.com>
5890
5891 * gdb.opt/inline-break.exp: Remove optimize=-O2.
5892 * gdb.opt/inline-bt.exp: Likewise.
5893 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
5894 additional_flags=-Winline.
5895 * gdb.opt/inline-locals.exp: Likewise.
5896 * gdb.opt/inline-markers.c (ATTR): Define.
5897 (inlined_fn): Use it.
5898
f25827c1
YQ
58992016-07-19 Yao Qi <yao.qi@linaro.org>
5900
5901 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
5902 (test_with_self): Remove some code. Remove argument executable.
5903 (top-level): Use do_self_tests.
5904
37539ebe
DB
59052016-07-15 Zachary Welch <zwelch@codesourcery.com>
5906 Don Breazeal <donb@codesourcery.com>
5907
5908 * gdb.base/maint.exp: Escape paths used in regular expressions.
5909 * gdb.stabs/weird.exp: Likewise.
5910
dac790e1
TT
59112016-07-13 Tom Tromey <tom@tromey.com>
5912
5913 PR python/15620, PR python/18620:
5914 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
5915 (test_bkpt_events): New procs.
5916
93daf339
TT
59172016-07-13 Tom Tromey <tom@tromey.com>
5918
5919 PR python/17698:
5920 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
5921 test.
5922 (test_watchpoints): Likewise.
5923 (test_bkpt_pending): New proc.
5924
6571a381
TT
59252016-07-13 Tom Tromey <tom@tromey.com>
5926
5927 PR cli/18053:
5928 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
5929 completion test.
5930
e8732474
JK
59312016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5932
5933 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
5934 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
5935 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
5936 f_label.
5937 (g): Rename g_end_lbl to g_label.
5938 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
5939 low_pc and high_pc.
5940 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
5941
e0f3fd7c
TT
59422016-07-12 Tom Tromey <tom@tromey.com>
5943
5944 PR python/19293:
5945 * gdb.python/py-unwind-maint.exp: Update tests.
5946
3cfe46b6
YQ
59472016-07-12 Yao Qi <yao.qi@linaro.org>
5948
5949 * lib/selftest-support.exp (selftest_setup): Match the output
5950 when captured_main is inlined.
5951
4f19a0e6
WT
59522016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
5953
5954 * gdb.fortran/derived-types.exp (result_line, result_line_2):
5955 New variables.
5956 (print this%a, print this%b, print this): New tests.
5957 * gdb.fortran/derived-types.f90 (this): New object and
5958 initialization.
5959
986cf455
SM
59602016-07-06 Simon Marchi <simon.marchi@ericsson.com>
5961
5962 * gdb.ada/arraydim.exp: Remove extra directory level in build
5963 directory.
5964
f0464b23
SM
59652016-07-06 Simon Marchi <simon.marchi@ericsson.com>
5966
5967 * lib/ada.exp: Remove extra directory level in build directory.
5968 * gdb.ada/cond_lang.exp: Likewise.
5969 * gdb.ada/exec_changed.exp: Likewise.
5970 * gdb.ada/lang_switch.exp: Likewise.
5971
42d94011
MG
59722016-07-06 Manish Goregaokar <manish@mozilla.com>
5973
2806dc7e
PA
5974 * simple.rs: Add test for raw pointer subscripting.
5975 * simple.exp: Add test expectations.
42d94011 5976
647c264c
YQ
59772016-07-05 Yao Qi <yao.qi@linaro.org>
5978
5979 * gdb.mi/mi-reverse.exp: Match =record-started output.
5980
20aa2c60
PA
59812016-07-01 Pedro Alves <palves@redhat.com>
5982
5983 * gdb.base/jit-reader.exp (info_registers_current_frame): New
5984 procedure.
5985 (jit_reader_test): Test the jit reader's unwinder.
5986 * gdb.base/jithost.c (jit_function_00_code): New global.
5987 (main): Use memcpy to fill in the mmapped code, instead of poking
5988 bytes manually here.
5989 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
5990 value.
5991 (read_debug_info): Save the function's range.
5992 (read_sp): New function.
5993 (unwind_frame): Use it. Also unwind RBP.
5994 (get_frame_id): Use read_sp.
5995 (gdb_init_reader): Use calloc instead of malloc.
5996 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
5997 parameter. Use gdb_test_multiple.
5998
ced2dffb
PA
59992016-07-01 Pedro Alves <palves@redhat.com>
6000 Antoine Tremblay <antoine.tremblay@ericsson.com>
6001
6002 * gdb.threads/process-dies-while-detaching.c: New file.
6003 * gdb.threads/process-dies-while-detaching.exp: New file.
6004
63000888
PA
60052016-07-01 Pedro Alves <palves@redhat.com>
6006
6007 * gdb.multi/watchpoint-multi-exit.c: New file.
6008 * gdb.multi/watchpoint-multi-exit.exp: New file.
6009
038d4868
PA
60102016-06-30 Pedro Alves <palves@redhat.com>
6011
6012 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
6013 unset inferior_spawn_id.
6014
994e9c83
PA
60152016-06-30 Pedro Alves <palves@redhat.com>
6016
6017 * lib/mi-support.exp (default_mi_gdb_start): Declare global
6018 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
6019
e5653468
YQ
60202016-06-29 Yao Qi <yao.qi@linaro.org>
6021
6022 * gdb.base/return.c: Add copyright header.
6023
803b47e5
TT
60242016-06-29 Tom Tromey <tom@tromey.com>
6025
6026 PR python/20129:
6027 * gdb.python/py-framefilter.exp: Add tests for setting priority
6028 and disabling of non-existent frame filter.
6029
28244707
YQ
60302016-06-29 Yao Qi <yao.qi@linaro.org>
6031
6032 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
6033 0x0f07ff.
6034
a31d2f06
YQ
60352016-06-28 Yao Qi <yao.qi@linaro.org>
6036
6037 * gdb.base/catch-syscall.exp: Remove check on isnative and target
6038 triplets. Start gdb, execute catch syscall, and continue. Check
6039 gdb's output to determine catch syscall is supported.
6040
921d8f54
MG
60412016-06-27 Manish Goregaokar <manish@mozilla.com>
6042
25d49b86
PA
6043 * gdb.rust/simple.rs: Add test for returning unit in a function.
6044 * gdb.rust/simple.exp: Add expectation for functions returning
6045 unit.
921d8f54 6046
f4952523
PMR
60472016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
6048
6049 * gdb.python/py-breakpoint-create-fail.c,
6050 gdb.python/py-breakpoint-create-fail.exp,
6051 gdb.python/py-breakpoint-create-fail.py: New testcase.
6052
fccb08f8
MG
60532016-06-25 Manish Goregaokar <manish@mozilla.com>
6054
6055 PR gdb/20239
6056 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
6057 * gdb.rust/simple.exp: Add test expectations for new NonZero
6058 tests.
fccb08f8 6059
6b850546
DT
60602016-06-24 David Taylor <dtaylor@emc.com>
6061
6062 * gdb.base/offsets.exp: New file.
6063 * gdb.base/offsets.c: New file.
6064
17621150
TT
60652016-06-23 Tom Tromey <tom@tromey.com>
6066
6067 PR gdb/16483:
6068 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
6069 before any filters are loaded.
6070
04d59df6
WT
60712016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
6072
6073 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
6074 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
6075 structs.
6076 * gdb.fortran/derived-type-function.exp: New file.
6077 * gdb.fortran/derived-type-function.f90: New file.
6078
6079
ac69f786
PA
60802016-06-21 Pedro Alves <palves@redhat.com>
6081
6082 * gdb.base/new-ui.exp: New file.
6083 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
6084 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
6085 (with_spawn_id): New procedure.
6086
49940788
PA
60872016-06-21 Pedro Alves <palves@redhat.com>
6088
6089 * gdb.mi/mi-exec-run.exp: New file.
6090
ef274d26
PA
60912016-06-21 Pedro Alves <palves@redhat.com>
6092
6093 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
6094 breakpoint command's output on the main UI.
6095 (test_break): New procedure, factored out from calls in the top
6096 level.
6097 (top level): Use foreach_with_prefix to test MI as main UI and as
6098 separate UI.
6099
468afe6c
PA
61002016-06-21 Pedro Alves <palves@redhat.com>
6101
6102 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
6103 (test_awatch_creation_and_listing)
6104 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
6105 Remove 'type' parameter.
6106 (test_watchpoint_all): New parameter mi_mode. Remove
6107 with_test_prefix.
6108 (top level): Use foreach_with_prefix, and add main/separate UI MI
6109 testing axis.
6110
51f77c37
PA
61112016-06-21 Pedro Alves <palves@redhat.com>
6112
6113 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
6114 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
6115 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
6116 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
6117 (gdb_main_spawn_id, mi_spawn_id): Declare and
6118 comment.
6119 (mi_create_inferior_pty): New procedure,
6120 factored out from default_mi_gdb_start.
6121 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
6122 procedures.
6123 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
6124 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
6125 Use mi_create_inferior_pty.
6126 (mi_gdb_start): Use eval to pass down args list.
6127
8980e177
PA
61282016-06-21 Pedro Alves <palves@redhat.com>
6129
6130 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
6131 * gdb.opt/inline-cmds.exp: Add MI tests.
6132
f38d3ad1
PA
61332016-06-21 Pedro Alves <palves@redhat.com>
6134
6135 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
6136
45db7c09
PA
61372016-06-21 Pedro Alves <palves@redhat.com>
6138
6139 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
6140 (top level): Use it instead of mi_execute_to.
6141
5a069ab3
PA
61422016-06-21 Pedro Alves <palves@redhat.com>
6143
6144 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
6145 (cont_handler_str): New.
6146 (signal_stop_handler): Set stop_handler_str instead of printing to
6147 stdout.
6148 (continue_handler): Set cont_handler_str instead of printing to
6149 stdout.
6150 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
6151 mi_send_resuming_command. Print stop_handler_str and
6152 cont_handler_str instead of expecting the python events print
6153 directly.
6154
2838cc1d
SD
61552016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
6156
6157 * gdb.base/jit-reader.exp: New file.
6158 * gdb.base/jithost.c: New file.
6159 * gdb.base/jithost.h: New file.
6160 * gdb.base/jitreader.c : New file.
6161 * gdb.base/jit-protocol.h: New file.
6162
21a77091
YQ
61632016-06-17 Yao Qi <yao.qi@linaro.org>
6164
6165 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
6166 parameters follow_fork and detach_on_fork. Set follow-fork-mode
6167 and detach-on-fork. Adjust tests.
6168 (top level): Invoke break_cond_on_syscall with combinations of
6169 syscall, follow-fork-mode and detach-on-fork.
6170
f50bf8e5
YQ
61712016-06-17 Yao Qi <yao.qi@linaro.org>
6172
6173 * gdb.base/step-over-exit.c: New.
6174 * gdb.base/step-over-exit.exp: New.
6175
a28d8e50
YTL
61762016-06-17 Yan-Ting Lin <currygt52@gmail.com>
6177
6178 * gdb.base/float.exp: Add target check for nds32*-*-*.
6179 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
6180
cad8e26d
AB
61812016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
6182
6183 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
6184 for unsupported target features.
6185 * gdb.base/call-rt-st.exp: Likewise.
6186 * gdb.base/call-sc.exp: Likewise.
6187 * gdb.base/call-signal-resume.exp: Likewise.
6188 * gdb.base/call-strs.exp: Likewise.
6189 * gdb.base/callexit.exp: Likewise.
6190 * gdb.base/callfuncs.exp: Likewise.
6191 * gdb.base/nodebug.exp: Likewise.
6192 * gdb.base/printcmds.exp: Likewise.
6193 * gdb.base/ptype.exp: Likewise.
6194 * gdb.base/structs.exp: Likewise.
6195 * gdb.base/unwindonsignal.exp: Likewise.
6196 * gdb.cp/gdb2495.exp: Likewise.
6197 * gdb.cp/templates.exp: Likewise.
6198 * gdb.cp/virtfunc.exp: Likewise.
6199 * gdb.threads/hand-call-in-threads.exp: Likewise.
6200 * gdb.threads/interrupted-hand-call.exp: Likewise.
6201 * gdb.threads/thread-unwindonsignal.exp: Likewise.
6202
347dc102
TT
62032016-06-10 Tom Tromey <tom@tromey.com>
6204
6205 PR rust/20110:
6206 * gdb.rust/expr.exp: Add test for integer constant larger than
6207 i32.
6208
5e13cf25
BH
62092016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
6210
6211 * gdb.fortran/nested-funcs.exp: New.
6212 * gdb.fortran/nested-funcs.f90: New.
6213
bb556f1f
TK
62142016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
6215
6216 * gdb.base/examine-backward.c: New file.
6217 * gdb.base/examine-backward.exp: New file.
6218
38b022b4
SM
62192016-06-06 Simon Marchi <simon.marchi@ericsson.com>
6220
6221 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
6222 matching.
6223
1b40ec05
TT
62242016-06-02 Tom Tromey <tom@tromey.com>
6225
6226 PR python/18984:
6227 * gdb.python/py-shared.exp: Add solib_name test.
6228
193bd378
SM
62292016-06-02 Simon Marchi <simon.marchi@ericsson.com>
6230
6231 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
6232
3326303b
MG
62332016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
6234
6235 PR c++/19893
6236 * gdb.dwarf2/implref.exp: Rename to...
6237 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
6238 * gdb.dwarf2/implref-array.c: New file.
6239 * gdb.dwarf2/implref-array.exp: Likewise.
6240 * gdb.dwarf2/implref-global.c: Likewise.
6241 * gdb.dwarf2/implref-global.exp: Likewise.
6242 * gdb.dwarf2/implref-struct.c: Likewise.
6243 * gdb.dwarf2/implref-struct.exp: Likewise.
6244
825c8ef2
AT
62452016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6246
6247 * gdb.trace/trace-condition.exp: Add 64bit tests.
6248
2320162a
AT
62492016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6250
6251 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
6252 bits types.
6253 (main): Adapt to 8 to 64 bits types.
6254 * gdb.trace/trace-condition.exp: Add new tests.
6255
a7818233
AT
62562016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6257
6258 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
6259
0d336466
AT
62602016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6261
6262 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
6263 Move condition tests...
6264 * gdb.trace/trace-condition.exp: Here.
6265
7faeb45a
AT
62662016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6267
6268 * gdb.trace/trace-condition.exp: Add counter-case tests.
6269
e385593e
JK
62702016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
6271
6272 PR c++/15231
6273 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
6274 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
6275
744608cc
PA
62762016-05-27 Pedro Alves <palves@redhat.com>
6277
6278 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6279 New procedure.
6280 (top level): Call it, and bail out of DejaGnu is known to be bad.
6281
ac775bf4
AB
62822016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
6283
6284 * gdb.base/whatis.c: Extend the test case.
6285 * gdb.base/whatis.exp: Add additional tests.
6286
2bbad2ea
BH
62872016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6288
6289* gdb.fortran/type.f90: Add pointer variable.
6290* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
6291
8b70175d
BH
62922016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6293
6294 * gdb.fortran/vla-type.exp: Fix testcase name.
6295
86d8a848
BH
62962016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6297
6298 * gdb.fortran/vla-type.exp: Access elements in nested structs.
6299
e188eb36
BH
63002016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6301
6302 * gdb.fortran/type.f90: Add nested structures.
6303 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
6304 * gdb.fortran/derived-type.exp: Adapt expected output.
6305 * gdb.fortran/vla-type.exp: Adapt expected output.
6306
9b2db1fd
BH
63072016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6308
6309 * gdb.fortran/whatis_type.exp: Adapt expected output.
6310
72b17055
BH
63112016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6312
6313 * gdb.fortran/print_type.exp: Fix expected output.
6314 * gdb.fortran/whatis_type.exp: Fix expected output.
6315
3cd81d8d
BH
63162016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6317
6318 * gdb.fortran/whatis_type.exp: Use multi_line.
6319
ddae9462
TT
63202016-05-24 Tom Tromey <tom@tromey.com>
6321
6322 PR python/17386:
6323 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
6324 use value as an index.
6325
1957f6b8
TT
63262016-05-23 Tom Tromey <tom@tromey.com>
6327
6328 PR python/17981:
6329 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
6330 no-breakpoint case.
6331
026a9174
PA
63322016-05-24 Pedro Alves <palves@redhat.com>
6333
6334 PR gdb/19828
6335 * gdb.threads/clone-attach-detach.c: New file.
6336 * gdb.threads/clone-attach-detach.exp: New file.
6337
e70a7231
FR
63382016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
6339
6340 * gdb.base/annota-input-while-running.exp: Fix syntax error.
6341
0f6ed0e0
TT
63422016-05-23 Tom Tromey <tom@tromey.com>
6343
6344 PR python/19438, PR python/18393:
6345 * gdb.python/py-progspace.exp: Add "dir" test.
6346 * gdb.python/py-objfile.exp: Add "dir" test.
6347
ffd19d61
YQ
63482016-05-23 Yao Qi <yao.qi@linaro.org>
6349
6350 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
6351 * gdb.arch/thumb2-it.exp: Likewise.
6352
9e8f9b05
SM
63532016-05-18 Simon Marchi <simon.marchi@ericsson.com>
6354
6355 * gdb.mi/mi-threads-interrupt.c: New file.
6356 * gdb.mi/mi-threads-interrupt.exp: New file.
6357
61c6156d
SM
63582016-05-17 Simon Marchi <simon.marchi@ericsson.com>
6359
6360 PR gdb/18077
6361 * gdb.mi/mi-async-run.exp: New file.
6362 * gdb.mi/mi-async-run.c: New file.
6363
67218854
TT
63642016-05-17 Tom Tromey <tom@tromey.com>
6365 Manish Goregaokar <manishsmail@gmail.com>
6366
6367 * lib/rust-support.exp: New file.
6368 * lib/gdb.exp (skip_rust_tests): New proc.
6369 (build_executable_from_specs): Handle rust.
6370 * lib/future.exp (gdb_find_rustc): New proc.
6371 (gdb_default_target_compile): Handle rust.
6372 * gdb.rust/expr.exp: New file.
6373 * gdb.rust/generics.exp: New file.
6374 * gdb.rust/generics.rs: New file.
6375 * gdb.rust/methods.exp: New file.
6376 * gdb.rust/methods.rs: New file.
6377 * gdb.rust/modules.exp: New file.
6378 * gdb.rust/modules.rs: New file.
6379 * gdb.rust/simple.exp: New file.
6380 * gdb.rust/simple.rs: New file.
6381
c44af4eb
TT
63822016-05-17 Tom Tromey <tom@tromey.com>
6383
6384 * gdb.base/default.exp (set language): Add rust.
6385
dcd1f979
TT
63862016-05-17 Tom Tromey <tom@tromey.com>
6387
6388 * gdb.gdb/unittest.exp: New file.
6389
155b7f57
YQ
63902016-05-16 Yao Qi <yao.qi@linaro.org>
6391
6392 * gdb.base/batch-preserve-term-settings.exp: Remove variable
6393 shell_prompt. Update shell_prompt_re.
6394
8ddd5a6c
DE
63952016-05-12 Doug Evans <dje@google.com>
6396
6397 PR symtab/19999
6398 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
6399 $options when building executable.
6400 * gdb.dwarf2/fission-loclists-pie.S: New file.
6401 * gdb.dwarf2/fission-loclists-pie.exp: New file.
6402
02e370d9
SM
64032016-05-04 Simon Marchi <simon.marchi@ericsson.com>
6404
6405 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
6406 of [is_remote target],
6407
8929ad8b
SM
64082016-05-04 Simon Marchi <simon.marchi@ericsson.com>
6409
6410 * lib/gdb.exp (use_gdb_stub): New procedure.
6411
6c447423
DE
64122016-05-03 Yunlian Jiang <yunlian@google.com>
6413 Doug Evans <dje@google.com>
6414
6415 PR symtab/19914
6416 * gdb.dwarf2/dwp-sepdebug.c: New file.
6417 * gdb.dwarf2/dwp-sepdebug.exp: New file.
6418
444e826c
SM
64192016-05-02 Simon Marchi <simon.marchi@ericsson.com>
6420
6421 * gdb.base/detach.exp: Remove is_remote check.
6422
740feeaa
SM
64232016-05-02 Simon Marchi <simon.marchi@ericsson.com>
6424
6425 * gdb.base/annota-input-while-running.exp: Don't check for
6426 [is_remote target]. Enable annotations after running to main.
6427 Remove unused "set test..." line.
6428
9080ac9d
SM
64292016-04-28 Simon Marchi <simon.marchi@ericsson.com>
6430
6431 * gdb.trace/trace-enable-disable.exp: New file.
6432 * gdb.trace/trace-enable-disable.c: New file.
6433
952ebca5
SM
64342016-04-28 Simon Marchi <simon.marchi@ericsson.com>
6435
6436 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
6437 use it in info sharedlibrary test.
6438 * gdb.trace/ftrace-lock.exp: Likewise.
6439 * gdb.trace/ftrace.exp: Likewise.
6440 * gdb.trace/range-stepping.exp: Likewise.
6441 * gdb.trace/trace-break.exp: Likewise.
6442 * gdb.trace/trace-condition.exp: Likewise.
6443 * gdb.trace/trace-mt.exp: Likewise.
6444
d9019901
SM
64452016-04-27 Simon Marchi <simon.marchi@ericsson.com>
6446
6447 * lib/gdb.exp (gdb_load_shlibs): Rename to...
6448 (gdb_load_shlib): ... this.
6449 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
6450 gdb_load_shlib.
6451 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
6452 * gdb.base/ctxobj.exp: Likewise.
6453 * gdb.base/dprintf-pending.exp: Likewise.
6454 * gdb.base/dso2dso.exp: Likewise.
6455 * gdb.base/fixsection.exp: Likewise.
6456 * gdb.base/gcore-relro.exp: Likewise.
6457 * gdb.base/gdb1555.exp: Likewise.
6458 * gdb.base/global-var-nested-by-dso.exp: Likewise.
6459 * gdb.base/gnu-ifunc.exp: Likewise.
6460 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
6461 * gdb.base/jit-so.exp (one_jit_test): Likewise.
6462 * gdb.base/pending.exp: Likewise.
6463 * gdb.base/print-file-var.exp: Likewise.
6464 * gdb.base/print-symbol-loading.exp: Likewise.
6465 * gdb.base/shlib-call.exp: Likewise.
6466 * gdb.base/shreloc.exp: Likewise.
6467 * gdb.base/so-impl-ld.exp: Likewise.
6468 * gdb.base/solib-disc.exp: Likewise.
6469 * gdb.base/solib-nodir.exp: Likewise.
6470 * gdb.base/solib-overlap.exp: Likewise.
6471 * gdb.base/solib-symbol.exp: Likewise.
6472 * gdb.base/solib-weak.exp (do_test): Likewise.
6473 * gdb.base/sym-file.exp: Likewise.
6474 * gdb.base/symtab-search-order.exp: Likewise.
6475 * gdb.base/type-opaque.exp: Likewise.
6476 * gdb.base/unload.exp: Likewise.
6477 * gdb.base/watchpoint-solib.exp: Likewise.
6478 * gdb.compile/compile.exp: Likewise.
6479 * gdb.cp/gdb2384.exp: Likewise.
6480 * gdb.cp/infcall-dlopen.exp: Likewise.
6481 * gdb.cp/re-set-overloaded.exp: Likewise.
6482 * gdb.fortran/library-module.exp: Likewise.
6483 * gdb.opt/solib-intra-step.exp: Likewise.
6484 * gdb.python/py-finish-breakpoint.exp: Likewise.
6485 * gdb.python/py-shared.exp: Likewise.
6486 * gdb.reverse/solib-precsave.exp: Likewise.
6487 * gdb.reverse/solib-reverse.exp: Likewise.
6488 * gdb.server/solib-list.exp: Likewise.
6489 * gdb.threads/dlopen-libpthread.exp: Likewise.
6490 * gdb.threads/tls-shared.exp: Likewise.
6491 * gdb.threads/tls-so_extern.exp: Likewise.
6492 * gdb.trace/change-loc.exp: Likewise.
6493 * gdb.trace/ftrace-lock.exp: Likewise.
6494 * gdb.trace/ftrace.exp: Likewise.
6495 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
6496 * gdb.trace/pending.exp: Likewise.
6497 * gdb.trace/range-stepping.exp: Likewise.
6498 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
6499 (strace_info_marker): Likewise.
6500 (strace_probe_marker): Likewise.
6501 (strace_trace_on_same_addr): Likewise.
6502 (strace_trace_on_diff_addr): Likewise.
6503 * gdb.trace/trace-break.exp: Likewise.
6504 * gdb.trace/trace-condition.exp: Likewise.
6505 * gdb.trace/trace-mt.exp: Likewise.
6506
fca4cfd9
SM
65072016-04-27 Simon Marchi <simon.marchi@ericsson.com>
6508
6509 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
6510 result of gdb_remote_download.
6511 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
6512 * gdb.base/dso2dso.exp: Likewise.
6513 * gdb.base/global-var-nested-by-dso.exp: Likewise.
6514 * gdb.base/print-file-var.exp: Likewise.
6515 * gdb.base/shlib-call.exp: Likewise.
6516 * gdb.base/shreloc.exp: Likewise.
6517 * gdb.base/solib-overlap.exp: Likewise.
6518 * gdb.base/solib-weak.exp (do_test): Likewise.
6519 * gdb.base/unload.exp: Likewise.
6520
11cf4ffb
YQ
65212016-04-27 Yao Qi <yao.qi@linaro.org>
6522
6523 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
6524 exists.
6525
3e2e34f8
KB
65262016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6527
6528 * vla-type.exp: Print structure from toplevel.
6529
8f07e298
BH
65302016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6531
6532 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
6533 of dynamic types.
6534 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
6535 of dynamic types.
6536
9920b434
BH
65372016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6538
6539 * gdb.fortran/vla-type.f90: New file.
6540 * gdb.fortran/vla-type.exp: New file.
6541
f3abeff5
YQ
65422016-04-25 Yao Qi <yao.qi@linaro.org>
6543
6544 * gdb.base/branch-to-self.c: New file.
6545 * gdb.base/branch-to-self.exp: New file.
6546
0a5d52f0
YQ
65472016-04-22 Yao Qi <yao.qi@linaro.org>
6548
6549 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
6550 more after $hex.
6551
495346f6
YQ
65522016-04-22 Yao Qi <yao.qi@linaro.org>
6553
6554 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
6555 * gdb.base/annota3.exp: Likewise.
6556
4a7e075c
YQ
65572016-04-22 Yao Qi <yao.qi@linaro.org>
6558
6559 * gdb.reverse/step-precsave.exp: Do one step and test program
6560 stops in "callee" and do multiple steps until program goes out
6561 of "callee".
6562 * gdb.reverse/step-reverse.exp: Likewise.
6563
5b061e98
YQ
65642016-04-22 Yao Qi <yao.qi@linaro.org>
6565
6566 * gdb.trace/signal.exp: Also pass if
6567 $tracepoint_hits($i) > $iterations.
6568
5c5dc57f
YQ
65692016-04-22 Yao Qi <yao.qi@linaro.org>
6570
6571 * gdb.trace/signal.c: New file.
6572 * gdb.trace/signal.exp: New file.
6573
a55411b9
DE
65742016-04-19 Doug Evans <xdje42@gmail.com>
6575
6576 * gdb.base/bad-file.exp: New file.
6577
a22df60a
MG
65782016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
6579
6580 * gdb.dwarf2/implref.exp: New file.
6581
0c13f7e5
BH
65822016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
6583
6584 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
6585 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
6586 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
6587 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
6588 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
6589 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
6590 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
6591 * lib/fortran.exp (fortran_int4): New procedure.
6592 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
6593 (fortran_logical4): Likewise.
6594
9b9b09e9
BH
65952016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
6596
6597 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
6598
a14d1f4d
BH
65992016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
6600
6601 * lib/compiler.c: Add Intel specific preprocessor macros.
6602 * lib/compiler.cc: Likewise.
25d49b86 6603
7d49b1d0
LM
66042016-04-13 Luis Machado <lgustavo@codesourcery.com>
6605
6606 * gdb.server/connect-with-no-symbol-file.c: New file.
6607 * gdb.server/connect-with-no-symbol-file.exp: New file.
6608
8392fa22
SM
66092016-04-13 Simon Marchi <simon.marchi@ericsson.com>
6610
6611 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
6612
8c4c4aeb
SM
66132016-04-13 Simon Marchi <simon.marchi@ericsson.com>
6614
6615 * boards/gdbserver-base.exp (${board}_download): Copy source file to
6616 standard output directory.
6617
45e3745e
AT
66182016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
6619
6620 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
6621
e26b7e41
MM
66222016-04-13 Markus Metzger <markus.t.metzger@intel.com>
6623
6624 * gdb.btrace/instruction_history.c (loop): Add declaration.
6625
8ce09462
AT
66262016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6627
6628 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
6629
2e88a1ea
SM
66302016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
6631
6632 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
6633 parentheses to print.
6634 (continue_handler): Likewise.
6635
f48e22e3
SM
66362016-04-08 Simon Marchi <simon.marchi@ericsson.com>
6637
6638 * gdb.server/solib-list.exp: Remove is_remote check.
6639 Pass shlib= to gdb_compile. Don't link shared library with
6640 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
6641 Run binary filename through "readlink -f" on the target.
6642
096be756
PA
66432016-04-08 Pedro Alves <palves@redhat.com>
6644
6645 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
6646 interpreter filename as argument to gdbserver_spawn.
6647 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6648 Return empty if $last_loaded_file does not exist.
6649
06500533
JK
66502016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6651
6652 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
6653 * gdb.base/jit-main.c: Use exit after usage.
6654
2d35e871
JK
66552016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6656
6657 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
6658 GDBHISTSIZE prior to the tests.
6659 * gdb.base/gdbinit-history.exp: Likewise.
6660
66612016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
6662
6663 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
6664 instead of build_executable. Use gdb_load_shlibs.
6665
c8064e7e
YQ
66662016-04-07 Yao Qi <yao.qi@linaro.org>
6667
6668 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
6669 Execute "si" command.
6670
bde47561
YQ
66712016-04-07 Yao Qi <yao.qi@linaro.org>
6672
6673 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
6674 number instead of the comments on some line.
6675
b16f8a3b
DB
66762016-04-06 Don Breazeal <donb@codesourcery.com>
6677
6678 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
6679 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
6680
c2f901df
SM
66812016-04-06 Simon Marchi <simon.marchi@ericsson.com>
6682
6683 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
6684 standard_output_file. Remove unused binfile variable.
6685
ac17fda0
CU
66862016-04-05 Catalin Udma <catalin.udma@freescale.com>
6687
6688 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
6689 * gdb.python/py-mi-objfile.exp: Match "list main" output
6690 in console format.
6691
03a8c4df
SM
66922016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
6693
6694 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
6695 absolute.
6696
6e774b13
SM
66972016-04-05 Simon Marchi <simon.marchi@ericsson.com>
6698
6699 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
6700 absolute.
6701 * gdb.trace/ftrace.exp: Likewise.
6702 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
6703 targets as well.
6704 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
6705 (gdb_load_shlibs): Copy libraries to test directory when testing
6706 natively. Only set solib-search-path if testing remotely.
6707 * lib/mi-support.exp (mi_load_shlibs): Likewise.
6708
7817ea46
SM
67092016-04-05 Simon Marchi <simon.marchi@ericsson.com>
6710
6711 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
6712 gdb_download. Use it even if the target is not remote.
6713 * gdb.base/jit.exp (compile_jit_test): Likewise.
6714 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
6715 output directory if the destination board is local, otherwise use
6716 the standard remote_download from DejaGnu.
6717 (gdb_download): Remove.
6718 (gdb_load_shlibs): Use gdb_remote_download instead of
6719 gdb_download.
6720 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6721 Use gdb_remote_download instead of gdb_download. Use it even if
6722 the target is not remote.
6723 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
6724 instead of gdb_download.
6725
7beb7f68
SM
67262016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
6727
6728 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
6729 (test_insert_delete_modify): Call mi_load_shlibs before trying to
6730 run.
6731
cc63428a
AV
67322016-04-01 Artemiy Volkov <artemiyv@acm.org>
6733
6734 PR gdb/19820
6735 * gdb.base/printcmds.exp: Add artificial arrays tests.
6736
64cdf930
PA
67372016-03-31 Pedro Alves <palves@redhat.com>
6738
6739 PR gdb/19858
6740 * gdb.base/jit-main.c: Include unistd.h.
6741 (ATTACH): Define to 0 if not already defined.
6742 (wait_for_gdb, mypid): New globals.
6743 (WAIT_FOR_GDB): New macro.
6744 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
6745 some breakpoint locations.
6746 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
6747 New procedures.
6748 (one_jit_test): Add REATTACH parameter, and handle it. Use
6749 continue_to_test_location.
6750 (top level): Test attach, and adjusts calls to one_jit_test.
6751
40dea8cb
PA
67522016-03-31 Pedro Alves <palves@redhat.com>
6753
6754 PR gdb/19858
6755 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
6756 BINSUFFIX parameter, and handle it.
6757 (top level): Adjust calls compile_jit_test.
6758
e7ea3ec7
CU
67592016-03-31 Catalin Udma <catalin.udma@freescale.com>
6760
6761 PR python/19743
6762 * gdb.python/py-mi-events-gdb.py: New file.
6763 * gdb.python/py-mi-events.c: New file.
6764 * gdb.python/py-mi-events.exp: New file.
6765
e6359af3
YQ
67662016-03-30 Yao Qi <yao.qi@linaro.org>
6767
6768 * gdb.reverse/until-precsave.exp: Match function name only.
6769 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
6770 Move malloc to a condition block.
6771 * gdb.reverse/until-reverse.exp: Match function name only.
6772
a4105d04
MK
67732016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
6774
6775 * gdb.trace/ftrace.exp: Set arg0exp for s390.
6776 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
6777 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
6778 variable for GPR 0 instead of assuming it is register 0.
6779 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
6780 * lib/trace-support.exp: Add s390 registers.
6781
bfa6adb9
YQ
67822016-03-29 Yao Qi <yao.qi@linaro.org>
6783
6784 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
6785
1e6697ea
YQ
67862016-03-24 Yao Qi <yao.qi@linaro.org>
6787
6788 * gdb.reverse/break-reverse.exp: Add quotation mark in the
6789 test message.
6790
64bcd522
AA
67912016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6792
6793 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
6794 maintaining separate logic for constructing the output path.
6795
7868401b
DB
67962016-03-16 Don Breazeal <donb@codesourcery.com>
6797
6798 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
6799 Retry fork and waitpid on interrupted system call errors.
6800 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6801 Use with_timeout_factor to increase timeout by factor of 10.
6802
1cafadb4
DB
68032016-03-15 Don Breazeal <donb@codesourcery.com>
6804
6805 * gdb.cp/scope-err.cc: New test program.
6806 * gdb.cp/scope-err.exp: New test script.
6807 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
6808 lines and "set breakpoint here" comment.
6809 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
6810 Fixed some whitespace and format issues.
6811 * gdb.mi/mi-linespec-err-cp.cc: New test program.
6812 * gdb.mi/mi-linespec-err-cp.exp: New test script.
6813
81516450
DE
68142016-03-15 Doug Evans <dje@google.com>
6815
6816 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
6817 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
6818 All callers updated. Add tests for enums, mixed flags register.
6819
aa52b601
DE
68202016-03-15 Doug Evans <dje@google.com>
6821
6822 * gdb.base/skip.c (main): Call test_skip_file_and_function.
6823 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
6824
fa4ff313
SM
68252016-03-14 Simon Marchi <simon.marchi@ericsson.com>
6826
6827 * gdb.base/default.exp: Add $_as_string to the list of expected
6828 convenience functions.
6829
f2403c39
AB
68302016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
6831
6832 * gdb.base/maint.exp: New tests for 'maint info line-table'.
6833
f2f3ccb9
SM
68342016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
6835
6836 * gdb.python/py-as-string.exp: New file.
6837 * gdb.python/py-as-string.c: New file.
6838
00dbd492
PA
68392016-03-09 Pedro Alves <palves@redhat.com>
6840
6841 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
6842 signal" -> "Thread NN received signal" output change.
6843 * gdb.threads/ia64-sigill.exp: Likewise.
6844 * gdb.threads/linux-dp.exp: Likewise.
6845 * gdb.threads/manythreads.exp: Likewise.
6846 * gdb.threads/pending-step.exp: Likewise.
6847 * gdb.threads/print-threads.exp: Likewise.
6848 * gdb.threads/sigstep-threads.exp: Likewise.
6849 * gdb.threads/staticthreads.exp: Likewise.
6850 * gdb.threads/tls.exp: Likewise.
6851
1e6697ea
YQ
68522016-03-09 Pedro Alves <palves@redhat.com>
6853
6854 * gdb.base/command-line-input.exp: New file.
6855
b04fd3be
MK
68562016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6857
6858 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
6859 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
6860 * gdb.trace/pending.exp: Accept leading dot before function name.
6861 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
6862 * lib/trace-support.exp: Set registers for ppc.
6863
98fa59e9
MK
68642016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6865
6866 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
6867 use it for disassembly; accept .main in addition to main in backtrace.
6868
f77198c8
MK
68692016-03-09 Wei-cheng Wang <cole945@gmail.com>
6870 Marcin Kościelnicki <koriakin@0x04.net>
6871
6872 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
6873 (gdb_recursion_test_ptr): New global variable.
6874 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
6875 gdb_recursion_test.
6876 (gdb_c_test): Ditto.
6877
ba84e0da
MK
68782016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6879
6880 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
6881 ordering.
6882
4366d36e
MK
68832016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6884
6885 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
6886 (bar): Add bar_start_lbl label.
6887 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
6888 of foo/bar for emitting DWARF and tracing.
6889
5eb264df
SDJ
68902016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
6891
6892 * analyze-racy-logs.py: Set executable bit.
6893
fb6a751f
SDJ
68942016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
6895
6896 * Makefile.in (DEFAULT_RACY_ITER): New variable.
6897 (CHECK_TARGET_TMP): Likewise.
6898 (check-single-racy): New rule.
6899 (check-parallel-racy): Likewise.
6900 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
6901 (do-check-parallel-racy): New rule.
6902 (check-racy/%.exp): Likewise.
6903 * README (Racy testcases): New section.
6904 * analyze-racy-logs.py: New file.
6905
bdf7e230
DE
69062016-03-03 Doug Evans <dje@google.com>
6907
6908 * gdb.base/skip.exp: Use with_test_prefix.
6909
4719d415
YQ
69102016-03-03 Yao Qi <yao.qi@linaro.org>
6911
6912 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
6913 Invoke step_over_syscall "clone" and break_cond_on_syscall
6914 "clone".
6915 * gdb.base/step-over-clone.c: New file.
6916
ea507862
YQ
69172016-03-03 Yao Qi <yao.qi@linaro.org>
6918
6919 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
6920 code format.
6921
8fc8cbda
YQ
69222016-03-03 Yao Qi <yao.qi@linaro.org>
6923
6924 * gdb.base/disp-step-fork.c: Rename to ...
6925 * gdb.base/step-over-fork.c: ... it. New file.
6926 * gdb.base/disp-step-vfork.c: Rename to ...
6927 * gdb.base/step-over-vfork.c: ... it. New file.
6928 * gdb.base/disp-step-syscall.exp: Rename to ...
6929 * gdb.base/step-over-syscall.exp: ... it. New file.
6930 (disp_step_cross_syscall): Rename to ...
6931 (step_over_syscall): ... it.
6932
92fa70b0
YQ
69332016-03-03 Yao Qi <yao.qi@linaro.org>
6934
6935 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
6936 If target supports condition evaluation on target, invoke
6937 break_cond_on_syscall for fork and vfork.
6938
e197ad3c
YQ
69392016-03-03 Yao Qi <yao.qi@linaro.org>
6940
6941 * gdb.base/disp-step-syscall.exp: Don't invoke
6942 support_displaced_stepping.
6943 (disp_step_cross_syscall): Test with displaced stepping off and
6944 on if supported.
6945
0b47da9f
YQ
69462016-03-03 Yao Qi <yao.qi@linaro.org>
6947
6948 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
6949 proc.
6950 (setup): New proc.
6951 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
6952 and setup.
6953
065ab6dc
BH
69542016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6955
6956 * gdb.fortran/vla-history.exp: Remove breakpoint.
6957
07e448ad 69582016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6959
25d49b86
PA
6960 * gdb.fortran/vla-history.exp: Lookup array elements and printing
6961 exceeds timeout.
07e448ad 6962
9ac2d526 69632016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6964
25d49b86
PA
6965 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
6966 breakpoint.
9ac2d526 6967
17807369
BH
69682016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6969
6970 * gdb.mi/vla.f90: Nullify pointer after declaration.
6971
86e501af
PA
69722016-03-01 Pedro Alves <palves@redhat.com>
6973
6974 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
6975
1e903e32
PA
69762016-03-01 Pedro Alves <palves@redhat.com>
6977
6978 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
6979 before anything else.
6980 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
6981 _GNU_SOURCE here.
6982 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
6983 before anything else.
6984 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
6985
6ccb54e2
PA
69862016-03-01 Pedro Alves <palves@redhat.com>
6987
6988 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
6989
30ca9da1
YQ
69902016-03-01 Yao Qi <yao.qi@linaro.org>
6991
6992 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
6993 prepare_for_testing.
6994
dc856b38
YQ
69952016-03-01 Yao Qi <yao.qi@linaro.org>
6996
6997 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
6998
4a932159
AA
69992016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7000
7001 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
7002 manually constructing the output path.
7003
f2489477
AA
70042016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7005
7006 * gdb.arch/s390-stackless.S: New.
7007 * gdb.arch/s390-stackless.exp: New.
7008
38899f16
IB
70092016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
7010
7011 * gdb.dlang/circular.c: New file.
7012 * gdb.dlang/circular.exp: New file.
7013
9fde51ed
YQ
70142016-02-26 Yao Qi <yao.qi@linaro.org>
7015
7016 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
7017 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
7018 (testcases): Update.
7019
ce90fefe
YQ
70202016-02-26 Yao Qi <yao.qi@linaro.org>
7021
7022 * gdb.reverse/aarch64.c: Rename to ...
7023 * gdb.reverse/insn-reverse.c: ... it.
7024 * gdb.reverse/aarch64.exp: Rename to ...
7025 * gdb.reverse/insn-reverse.exp: ... it.
7026
3263bceb
YQ
70272016-02-26 Yao Qi <yao.qi@linaro.org>
7028
7029 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
7030 (testcase_ftype): New.
7031 (testcases): New array.
7032 (n_testcases): New.
7033 (main): Call each element in testcases.
7034 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
7035 (read_testcase): New.
7036 Do the tests in a loop.
7037
6cb59ff1
YQ
70382016-02-25 Yao Qi <yao.qi@linaro.org>
7039
7040 * gdb.base/branches.c: Remove.
7041
ae91f625
MK
70422016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7043
7044 PR gdb/13808
7045 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
7046
678b48b7
MK
70472016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7048
7049 * gdb.trace/ftrace.exp: Remove unnecessary target check.
7050
7337a6f2
MK
70512016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7052
7053 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
7054 change x86_64 call_insn to 'callq'.
7055
861ca91f
AT
70562016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7057
7058 * gdb.trace/tfile-avx.c: Move to...
7059 * gdb.trace/tracefile-pseudo-reg.c: Here.
7060 * gdb.trace/tfile-avx.exp: Move to...
7061 * gdb.trace/tracefile-pseudo-reg.exp: Here.
7062
bf74e428
GB
70632016-02-24 Gary Benson <gbenson@redhat.com>
7064
7065 * gdb.base/attach-pie-noexec.exp: Do not expect an error
7066 message on attach.
7067
cce0e923
DE
70682016-02-23 Doug Evans <dje@google.com>
7069
7070 * gdb.base/skip.c (test_skip): New function.
7071 (end_test_skip_file_and_function): New function.
7072 (test_skip_file_and_function): New function.
7073 * gdb.base/skip1.c (test_skip): New function.
7074 (skip1_test_skip_file_and_function): New function.
7075 * gdb.base/skip.exp: Add tests for new skip options.
7076 * gdb.base/skip-solib.exp: Update expected output.
7077 * gdb.perf/skip-command.cc: New file.
7078 * gdb.perf/skip-command.exp: New file.
7079 * gdb.perf/skip-command.py: New file.
7080
4000e47e
MK
70812016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
7082
7083 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
7084 info registers pattern.
7085
24f75ead
IB
70862016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
7087
7088 * lib/future.exp: Add D support.
7089 (gdb_find_gdc): New proc.
7090 (gdb_default_target_compile): Add D support.
7091
fbb7bcbe
WW
70922016-02-18 Wei-cheng Wang <cole945@gmail.com>
7093
7094 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
7095 user+system time.
7096 (trace_speed_test): Determine the iteration count for a time
7097 between 15..30 seconds.
7098
012b3a21
WT
70992016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
7100
7101 * gdb.arch/i386-mpx-sigsegv.c: New file.
7102 * gdb.arch/i386-mpx-sigsegv.exp: New file.
7103 * gdb.arch/i386-mpx-simple_segv.c: New file.
7104 * gdb.arch/i386-mpx-simple_segv.exp: New file.
7105
2d5189bd
YQ
71062016-02-18 Yao Qi <yao.qi@linaro.org>
7107
7108 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7109 Don't call setup_kfail.
7110
40fb20d0
YQ
71112016-02-18 Yao Qi <yao.qi@linaro.org>
7112
7113 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7114 Set "set breakpoint condition-evaluation" per $cond_bp_target.
7115
21b1f8d2
DE
71162016-02-16 Doug Evans <dje@google.com>
7117
7118 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
7119 * gdb.base/skip1.c: Ditto.
7120 * gdb.base/skip.exp: Whitespace cleanup.
7121
4041ed77
DB
71222016-02-16 Don Breazeal <donb@codesourcery.com>
7123
7124 PR remote/19496
7125 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7126 Remove kfail for PR remote/19496.
7127
c4ef31bf
SM
71282016-02-16 Simon Marchi <simon.marchi@ericsson.com>
7129
7130 * lib/gdb.exp (standard_temp_file): Return a path specific to
7131 the runtest invocation.
7132
266b65b3
SM
71332016-02-16 Simon Marchi <simon.marchi@ericsson.com>
7134
7135 * gdb.trace/save-trace.exp: Change relative path to be in the
7136 standard output directory.
7137
a7a0a6a9
JK
71382016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7139
7140 * gdb.arch/i386-prologue.c: Add missing prototypes.
7141
c99dbb42
JK
71422016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7143
7144 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
7145 * gdb.arch/i386-prologue.exp: Likewise.
7146 * gdb.arch/i386-size.exp: Likewise.
7147
aa480355
SM
71482016-02-15 Simon Marchi <simon.marchi@ericsson.com>
7149
7150 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
7151 define object file path.
7152 * gdb.btrace/gcore.exp: Use standard_output_file to define core
7153 file path.
7154 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
7155 standard_output_file to define binfile.
7156
ba881f50
JK
71572016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7158
7159 Fix compatibility with recent gfortran-5.3.1.
7160 * gdb.fortran/vla-history.exp (print vla1 allocated)
7161 (print vla2 allocated, print $2, print $3): Remove
7162 (print $4): Rename to ...
7163 (print $2): ... here.
7164 (print $9): Rename to ...
7165 (print $5): ... here.
7166 (print $10): Rename to ...
7167 (print $6): ... here.
7168 * gdb.fortran/vla.f90: Add pvla initialization.
7169
e9fb005c
JK
71702016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7171
7172 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
7173 New test.
7174 * gdb.fortran/vla-value-sub.exp: Likewise.
7175
e44e00ff
MK
71762016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
7177
7178 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
7179
97e94151
SM
71802016-02-12 Simon Marchi <simon.marchi@ericsson.com>
7181
7182 * i386-biarch-core.exp: Define corefile using
7183 standard_output_file.
7184
01113bc1
YQ
71852016-02-12 Yao Qi <yao.qi@linaro.org>
7186
7187 * gdb.arch/arm-single-step-kernel-helper.c: New.
7188 * gdb.arch/arm-single-step-kernel-helper.exp: New.
7189
33b4777c
MM
71902016-02-12 Markus Metzger <markus.t.metzger@intel.com>
7191
7192 * gdb.btrace/tailcall-only.exp: New.
7193 * gdb.btrace/tailcall-only.c: New.
7194 * gdb.btrace/x86_64-tailcall-only.S: New.
7195 * gdb.btrace/i686-tailcall-only.S: New.
7196
acc23c11
PA
71972016-02-11 Pedro Alves <palves@redhat.com>
7198
7199 * README (Parallel testing): Add missing double quotes.
7200
e352bf0a
PA
72012016-02-11 Pedro Alves <palves@redhat.com>
7202
7203 * README (Parallel testing): New section.
7204 (GDB_PARALLEL): Rewrite.
7205 (FORCE_PARALLEL): Document.
7206
9f5fed78
MK
72072016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
7208
7209 * gdb.trace/tfile-avx.c: New test.
7210 * gdb.trace/tfile-avx.exp: New test.
7211
9ef9e6a6
KS
72122016-02-09 Keith Seitz <keiths@redhat.com>
7213
7214 PR breakpoints/19546
7215 * gdb.base/infcall-exec.c: New file.
7216 * gdb.base/infcall-exec2.c: New file.
7217 * gdb.base/infcall-exec.exp: New file.
7218
a96e36da
KS
72192016-02-09 Keith Seitz <keiths@redhat.com>
7220
7221 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
7222 (toplevel): Call test_bkpt_address.
7223
9f61929f
KS
72242016-02-09 Keith Seitz <keiths@redhat.com>
7225
7226 PR python/19506
7227 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
7228 (toplevel): Call test_bkpt_address.
7229
1e94266c
SM
72302016-02-09 Simon Marchi <simon.marchi@ericsson.com>
7231
7232 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
7233 to AC_OUTPUT.
7234 * configure: Regenerate.
7235
2a7f3dff
PA
72362016-02-09 Pedro Alves <palves@redhat.com>
7237
7238 PR breakpoints/19548
7239 * gdb.base/execl-update-breakpoints.c (some_function): New
7240 function.
7241 (main): Call it.
7242 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
7243 Tighten expected GDB output.
7244
2151ccc5
SM
72452016-02-08 Simon Marchi <simon.marchi@ericsson.com>
7246
7247 * Makefile.in (ALL_SUBDIRS): Remove.
7248 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
7249 (distclean maintainer-clean realclean): Likewise.
7250 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
7251 * configure: Regenerate.
7252 * gdb.ada/Makefile.in: Delete.
7253 * gdb.arch/Makefile.in: Likewise.
7254 * gdb.asm/Makefile.in: Likewise.
7255 * gdb.base/Makefile.in: Likewise.
7256 * gdb.btrace/Makefile.in: Likewise.
7257 * gdb.cell/Makefile.in: Likewise.
7258 * gdb.compile/Makefile.in: Likewise.
7259 * gdb.cp/Makefile.in: Likewise.
7260 * gdb.disasm/Makefile.in: Likewise.
7261 * gdb.dlang/Makefile.in: Likewise.
7262 * gdb.dwarf2/Makefile.in: Likewise.
7263 * gdb.fortran/Makefile.in: Likewise.
7264 * gdb.gdb/Makefile.in: Likewise.
7265 * gdb.go/Makefile.in: Likewise.
7266 * gdb.guile/Makefile.in: Likewise.
7267 * gdb.java/Makefile.in: Likewise.
7268 * gdb.linespec/Makefile.in: Likewise.
7269 * gdb.mi/Makefile.in: Likewise.
7270 * gdb.modula2/Makefile.in: Likewise.
7271 * gdb.multi/Makefile.in: Likewise.
7272 * gdb.objc/Makefile.in: Likewise.
7273 * gdb.opencl/Makefile.in: Likewise.
7274 * gdb.opt/Makefile.in: Likewise.
7275 * gdb.pascal/Makefile.in: Likewise.
7276 * gdb.perf/Makefile.in: Likewise.
7277 * gdb.python/Makefile.in: Likewise.
7278 * gdb.reverse/Makefile.in: Likewise.
7279 * gdb.server/Makefile.in: Likewise.
7280 * gdb.stabs/Makefile.in: Likewise.
7281 * gdb.threads/Makefile.in: Likewise.
7282 * gdb.trace/Makefile.in: Likewise.
7283 * gdb.xml/Makefile.in: Likewise.
7284 * lib/gdb.exp (make_gdb_parallel_path): Add check for
7285 GDB_PARALLEL.
7286 (standard_output_file): Remove check for GDB_PARALLEL, always
7287 return path in outputs/$subdir/$testname.
7288
437277d4
SM
72892016-02-08 Simon Marchi <simon.marchi@ericsson.com>
7290
7291 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
7292 (site.exp): Assign abs_srcdir to tcl's srcdir.
7293
31d913c7
YQ
72942016-02-04 Yao Qi <yao.qi@linaro.org>
7295
7296 * gdb.base/foll-exec-mode.c: Include limits.h.
7297 (main): Add parameters argc and argv. Get directory from
7298 argv[0].
7299 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
7300 compilation.
7301 * gdb.base/foll-exec.c: Include limits.h.
7302 (main): Add parameters argc and argv.
7303 Get directory from argv[0].
7304 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
7305 Adjust tests on the number of lines as source code changed.
7306 * gdb.base/foll-vfork-exit.c: Include limits.h.
7307 (main): Add one line of statement before vfork.
7308 * gdb.base/foll-vfork.c: Include limits.h and string.h.
7309 (main): Add parameters argc and argv. Get directory from
7310 argv[0].
7311 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
7312 (setup_gdb): Set tbreak to skip some source lines.
7313 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
7314 (main): Add parameters argc and argv. Get directory from
7315 argv[0].
7316 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
7317 compilation.
7318 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
7319 (main): Add parameters argc and argv. Get directory from
7320 argv[0].
7321 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
7322 compilation.
7323
9482b9fb
DE
73242016-02-01 Doug Evans <dje@google.com>
7325
7326 * gdb.base/skip.exp: Clean up multiple references to same test name.
7327
6b2e4f10
PA
73282016-02-01 Pedro Alves <palves@redhat.com>
7329
ccb6afd6 7330 PR remote/19496
6b2e4f10
PA
7331 * gdb.threads/forking-threads-plus-breakpoint.exp
7332 (displaced_stepping_supported): New global.
7333 (probe_displaced_stepping_support): New procedure.
7334 (do_test): Add 'displaced' parameter, and use it.
7335 (top level): Check for displaced stepping support. Add displaced
7336 stepping on/off testing axis.
7337
37a8db1a
AB
73382016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
7339
7340 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
7341 pointer. Don't perform further tests on the unassociated pointer
7342 if the first test fails.
7343
5fdf6324
AB
73442016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
7345
7346 * gdb.base/max-value-size.c: New file.
7347 * gdb.base/max-value-size.exp: New file.
7348 * gdb.base/huge.exp: Disable max-value-size for this test.
7349
935c6144
IB
73502016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
7351
7352 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
7353
7fe8399d
YQ
73542016-01-28 Yao Qi <yao.qi@linaro.org>
7355
7356 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
7357
a2077e25
PA
73582016-01-25 Pedro Alves <palves@redhat.com>
7359
7360 PR threads/19461
7361 * gdb.base/fork-running-state.c: New file.
7362 * gdb.base/fork-running-state.exp: New file.
7363
1d2736d4
PA
73642016-01-25 Pedro Alves <palves@redhat.com>
7365
7366 PR gdb/19494
7367 * gdb.base/catch-fork-kill.c: New file.
7368 * gdb.base/catch-fork-kill.exp: New file.
7369
f1da4b11
PA
73702016-01-25 Pedro Alves <palves@redhat.com>
7371
7372 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
7373 Delete, moved to lib/gdb.exp.
7374 * gdb.threads/forking-threads-plus-breakpoint.exp
7375 (foreach_with_prefix): Likewise.
7376 * gdb.threads/process-dies-while-handling-bp.exp
7377 (foreach_with_prefix): Likewise.
7378 * lib/gdb.exp (foreach_with_prefix): New procedure.
7379
45f38546
MK
73802016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
7381
7382 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
7383 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
7384
dc29a1ce
MK
73852016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
7386
7387 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
7388 endian targets.
7389
092127d7
JK
73902016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7391 Pedro Alves <palves@redhat.com>
7392
7393 Fix testsuite compatibility with Guile.
7394 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
7395 number.
7396
31d765d3
JK
73972016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7398
7399 Fix testsuite compatibility with Guile.
7400 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
7401 (thread 1): New test for backtrace through signal handler.
7402
1ac78c04
YQ
74032016-01-22 Yao Qi <yao.qi@linaro.org>
7404
7405 PR testsuite/19491
7406 * gdb.base/multi-forks.c: Include
7407 ../lib/unbuffer_output.c
7408 (main): Call gdb_unbuffer_output.
7409
4f5946a8
DE
74102016-01-21 Doug Evans <dje@google.com>
7411
7412 * lib/ada.exp (gdb_compile_ada): Fix typo.
7413
305e13e6
JB
74142016-01-21 Joel Brobecker <brobecker@adacore.com>
7415
7416 * gdb.base/break-fun-addr.exp: New file.
7417 * gdb.base/break-fun-addr1.c: New file.
7418 * gdb.base/break-fun-addr2.c: New file.
7419
5f5dfff6
SM
74202016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
7421
7422 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
7423 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
7424 enum flag values.
7425
fd356fa2
AA
74262016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
7427
7428 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
7429 when GDB can not set the vector return value. Add more comments
7430 for clarification.
7431
9df22175
AT
74322016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
7433
7434 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
7435 command.
7436
41d1845e
SM
74372016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7438
7439 * Makefile.in (DO_RUNTEST): Add --status and update usages.
7440
01ac6840
SM
74412016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7442
7443 * Makefile.in (check-single): Pass --status to runtest.
7444 (check/%.exp): Likewise.
7445
74462016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7447
7448 * Makefile.in (check-parallel): Propagate return code from make
7449 do-check-parallel.
7450
bd0a71fa
MK
74512016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
7452
7453 * gdb.trace/ftrace.exp: Fix expected message on continue.
7454 * gdb.trace/pending.exp: Fix expected message on continue.
7455 * gdb.trace/trace-break.exp: Fix expected message on continue.
7456
8bcbad33
SM
74572016-01-18 Simon Marchi <simon.marchi@ericsson.com>
7458
7459 * lib/gdb.exp (gdb_test): Remove unused global references.
7460
f303dbd6
PA
74612016-01-18 Pedro Alves <palves@redhat.com>
7462
7463 * gdb.base/async-shell.exp: Adjust expected output.
7464 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
7465 * gdb.base/siginfo-thread.exp: Adjust expected output.
7466 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
7467 * gdb.java/jnpe.exp: Adjust expected output.
7468 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
7469 * gdb.threads/continue-pending-status.exp: Adjust expected output.
7470 * gdb.threads/leader-exit.exp: Adjust expected output.
7471 * gdb.threads/manythreads.exp: Adjust expected output.
7472 * gdb.threads/pthreads.exp: Adjust expected output.
7473 * gdb.threads/schedlock.exp: Adjust expected output.
7474 * gdb.threads/siginfo-threads.exp: Adjust expected output.
7475 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
7476 expected output.
7477 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
7478 output.
7479 * gdb.threads/sigthread.exp: Adjust expected output.
7480 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
7481
b2789696
YQ
74822016-01-18 Yao Qi <yao.qi@linaro.org>
7483
7484 * gdb.guile/scm-section-script.c: Replace @progbits with
7485 %progbits.
7486 * gdb.python/py-section-script.c: Likewise.
7487
71ef29a8
PA
74882016-01-15 Pedro Alves <palves@redhat.com>
7489
7490 * gdb.multi/tids.exp: Test star wildcard ranges.
7491
3f5b7598
PA
74922016-01-15 Pedro Alves <palves@redhat.com>
7493
7494 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
7495 command from "thread apply" invocation.
7496 (thr_apply_info_thr_invalid): Default the expected output to the
7497 input tid list.
7498 (top level): Add tests that use convenience variables. Add tests
7499 for "thread apply" with a valid TID list, but missing the command.
7500
663f6d42
PA
75012016-01-13 Pedro Alves <palves@redhat.com>
7502
7503 * gdb.base/default.exp: Expect $_gthread as well.
7504 * gdb.multi/tids.exp: Test $_gthread.
7505 * gdb.threads/thread-specific.exp: Test $_gthread.
7506
c84f6bbf
PA
75072016-01-13 Pedro Alves <palves@redhat.com>
7508
7509 * gdb.multi/tids.exp: Test "info threads -gid".
7510
22a02324
PA
75112016-01-13 Pedro Alves <palves@redhat.com>
7512
7513 * gdb.multi/tids.exp: Test InferiorThread.global_num and
7514 Breakpoint.thread.
7515 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
7516
5d5658a1
PA
75172016-01-07 Pedro Alves <palves@redhat.com>
7518
7519 * gdb.base/break.exp: Adjust to output changes.
7520 * gdb.base/hbreak2.exp: Likewise.
7521 * gdb.base/sepdebug.exp: Likewise.
7522 * gdb.base/watch_thread_num.exp: Likewise.
7523 * gdb.linespec/keywords.exp: Likewise.
7524 * gdb.multi/info-threads.exp: Likewise.
7525 * gdb.threads/thread-find.exp: Likewise.
7526 * gdb.multi/tids.c: New file.
7527 * gdb.multi/tids.exp: New file.
7528
84654457
PA
75292016-01-13 Pedro Alves <palves@redhat.com>
7530
7531 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
7532
e3940304
PA
75332016-01-13 Pedro Alves <palves@redhat.com>
7534
7535 * gdb.base/default.exp: Expect $_inferior as well.
7536 * gdb.multi/base.exp: Test $_inferior.
7537
a911d87a
PA
75382016-01-13 Pedro Alves <palves@redhat.com>
7539
7540 PR breakpoints/19388
7541 * gdb.base/catch-signal-siginfo-cond.c: New file.
7542 * gdb.base/catch-signal-siginfo-cond.exp: New file.
7543
82075af2
JS
75442016-01-12 Josh Stone <jistone@redhat.com>
7545 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7546
7547 * gdb.base/catch-syscall.c (do_execve): New variable.
7548 (main): Conditionally trigger an execve.
7549 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
7550 (test_catch_syscall_execve): New, check entry/return across execve.
7551 (do_syscall_tests): Call test_catch_syscall_execve.
7552
e46eeedd
PA
75532016-01-12 Pedro Alves <palves@redhat.com>
7554
7555 * gdb.base/random-signal.exp (do_test): New procedure, with body
7556 of testcase moved in.
7557
01d8c27e
JK
75582016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7559 Pedro Alves <palves@redhat.com>
7560
7561 * gdb.base/funcargs.exp (finish from indirectly called function):
7562 Reintroduce the case for 'First'.
7563
9a706302
JK
75642016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7565 Pedro Alves <palves@redhat.com>
7566
7567 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
7568 (tcatch_vfork_then_child_follow_exec)
7569 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
7570 identification.
7571
c0ecb95f
JK
75722016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7573
7574 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
7575 and repeats to unlimited.
7576 * gdb.python/py-value.exp: Likewise.
7577 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
7578 and repeats to unlimited.
7579
6cfc1fcb
JK
75802016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7581
7582 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
7583 and reordering the functions.
7584 * gdb.multi/hangout.c: Likewise.
7585 * gdb.multi/hello.c: Likewise.
7586
582a1b00
SM
75872016-01-08 Simon Marchi <simon.marchi@ericsson.com>
7588
7589 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
7590 absolute.
7591 (SingleStatisticTestResult.report): Use dict.keys instead of
7592 dict.iterkeys.
7593
79bc59cb
PA
75942016-01-06 Pedro Alves <palves@redhat.com>
7595
7596 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
7597
43368e1d
MM
75982016-01-04 Markus Metzger <markus.t.metzger@intel.com>
7599
7600 * gdb.btrace/dlopen.exp: New.
7601 * gdb.btrace/dlopen.c: New.
7602 * gdb.btrace/dlopen-dso.c: New.
7603
79fad5b8
SL
76042015-12-25 Sandra Loosemore <sandra@codesourcery.com>
7605
7606 * lib/gdb.exp (gdb_test): Update comments to clarify that the
7607 PATTERN argument is optional.
7608
ab8314b3
JB
76092015-12-24 Joel Brobecker <brobecker@adacore.com>
7610
7611 * lib/ada.exp (target_compile_ada_from_dir): New function.
7612 (gdb_compile_ada): Reimplement avoiding the use of project files.
7613 * gdb.ada/gnat_ada.gpr: Delete.
7614 * gdb.ada/cond_lang.exp: Adjust test to make path before
7615 filename optional.
7616 * gdb.ada/small_reg_param.exp: Likewise.
7617
fe33faff
SM
76182015-12-22 Simon Marchi <simon.marchi@ericsson.com>
7619
7620 * gdb.base/foll-vork.exp: Remove HP-UX special case.
7621
6d265cb4
TP
76222015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
7623
7624 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
7625 case.
7626
10125099
SM
76272015-12-21 Simon Marchi <simon.marchi@ericsson.com>
7628
7629 * gdb.base/break.exp: Remove dead code.
7630 * gdb.base/sepdebug.exp: Likewise.
7631
3ca22649
SM
76322015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
7633
7634 * gdb.asm/asm-source.exp: Remove HP-UX references.
7635 * gdb.base/annota1.exp: Likewise.
7636 * gdb.base/annota3.exp: Likewise.
7637 * gdb.base/attach.exp: Likewise.
7638 * gdb.base/bigcore.exp: Likewise.
7639 * gdb.base/break.exp: Likewise.
7640 * gdb.base/call-ar-st.exp: Likewise.
7641 * gdb.base/callfuncs.exp: Likewise.
7642 * gdb.base/catch-fork-static.exp: Likewise.
7643 * gdb.base/display.exp: Likewise.
7644 * gdb.base/foll-exec-mode.exp: Likewise.
7645 * gdb.base/foll-exec.exp: Likewise.
7646 * gdb.base/foll-fork.exp: Likewise.
7647 * gdb.base/foll-vfork.exp: Likewise.
7648 * gdb.base/funcargs.exp: Likewise.
7649 * gdb.base/hbreak2.exp: Likewise.
7650 * gdb.base/inferior-died.exp: Likewise.
7651 * gdb.base/interrupt.exp: Likewise.
7652 * gdb.base/multi-forks.exp: Likewise.
7653 * gdb.base/nodebug.exp: Likewise.
7654 * gdb.base/sepdebug.exp: Likewise.
7655 * gdb.base/solib1.c: Likewise.
7656 * gdb.base/step-test.exp: Likewise.
7657 * gdb.mi/non-stop.c: Likewise.
7658 * gdb.mi/pthreads.c: Likewise.
7659 * gdb.multi/bkpt-multi-exec.ex: Likewise.
7660 * gdb.threads/pthreads.c: Likewise.
7661 * gdb.threads/staticthreads.exp: Likewise.
7662 * lib/future.exp: Likewise.
7663 * lib/gdb.exp: Likewise.
7664 * gdb.base/so-indr-cl.c: Remove.
7665 * gdb.base/so-indr-cl.exp: Likewise.
7666 * gdb.base/solib.c: Likewise.
7667 * gdb.base/solib.exp: Likewise.
7668 * gdb.base/solib2.c: Likewise.
7669
b6304613
SM
76702015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
7671
7672 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
7673 * gdb.base/call-ar-st.exp: Likewise.
7674 * gdb.base/callfuncs.exp: Likewise.
7675 * gdb.base/condbreak.exp: Likewise.
7676 * gdb.base/constvars.exp: Likewise.
7677 * gdb.base/hbreak2.exp: Likewise.
7678 * gdb.base/langs.exp: Likewise.
7679 * gdb.base/list.exp: Likewise.
7680 * gdb.base/long_long.exp: Likewise.
7681 * gdb.base/ptype.exp: Likewise.
7682 * gdb.base/scope.exp: Likewise.
7683 * gdb.base/signals.exp: Likewise.
7684 * gdb.base/so-impl-ld.exp: Likewise.
7685 * gdb.base/varargs.exp: Likewise.
7686 * gdb.base/volatile.exp: Likewise.
7687 * gdb.base/whatis.exp: Likewise.
7688 * gdb.cp/cplusfuncs.exp: Likewise.
7689 * gdb.cp/inherit.exp: Likewise.
7690 * gdb.cp/local.exp: Likewise.
7691 * gdb.cp/member-ptr.exp: Likewise.
7692 * gdb.cp/method.exp: Likewise.
7693 * gdb.cp/overload.exp: Likewise.
7694 * gdb.cp/templates.exp: Likewise.
7695 * gdb.stabs/weird.exp: Likewise.
7696 * lib/compiler.c: Likewise.
7697 * lib/compiler.cc: Likewise.
7698 * lib/cp-support.exp: Likewise.
7699 * lib/gdb.exp: Likewise.
7700
bf401b07
SM
77012015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
7702
7703 * configure.ac: Remove HP-UX case.
7704 * configure: Regenerate.
7705
aff9c0f8
SM
77062015-12-18 Simon Marchi <simon.marchi@ericsson.com>
7707
7708 * lib/gdb.exp (gdb_compile): Add function doc.
7709
a6904d5a
PA
77102015-12-17 Pedro Alves <palves@redhat.com>
7711
7712 PR threads/19354
7713 * gdb.multi/info-threads.exp: New file.
7714
a22279dd
YQ
77152015-12-15 Yao Qi <yao.qi@linaro.org>
7716
7717 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
7718 is aarch64*-*-*.
7719
0588c796
SL
77202015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7721
7722 * gdb.base/history-duplicates.exp: Skip if no readline support.
7723
5d978e17
SL
77242015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7725
7726 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
7727
7e763b86
SL
77282015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7729
7730 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
7731
87a3a92c
SL
77322015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7733
7734 * gdb.base/completion.exp: Skip tests that interrupt GDB with
7735 ctrl-C if nointerrupts target property is set.
7736 * gdb.base/double-prompt-target-event-error.exp: Likewise.
7737 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
7738 * gdb.base/paginate-bg-execution.exp: Likewise.
7739 * gdb.base/paginate-execution-startup.exp: Likewise.
7740 * gdb.base/random-signal.exp: Likewise.
7741 * gdb.base/range-stepping.exp: Likewise.
7742 * gdb.cp/annota2.exp: Likewise.
7743 * gdb.cp/annota3.exp: Likewise.
7744 * gdb.gdb/selftest.exp: Likewise.
7745 * gdb.threads/continue-pending-status.exp: Likewise.
7746 * gdb.threads/leader-exit.exp: Likewise.
7747 * gdb.threads/manythreads.exp: Likewise.
7748 * gdb.threads/pthreads.exp: Likewise.
7749 * gdb.threads/schedlock.exp: Likewise.
7750 * gdb.threads/sigthread.exp: Likewise.
7751
a8f077dc
DB
77522015-12-11 Don Breazeal <donb@codesourcery.com>
7753
7754 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
7755 remote.
7756 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
7757 * gdb.base/foll-exec.exp (main): Enable for target remote.
7758 * gdb.base/foll-fork.exp (main): Likewise.
7759 * gdb.base/foll-vfork.exp (main): Likewise.
7760 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
7761 (proc continue_to_exit_bp_loc): Use clean_restart.
7762 * gdb.base/pie-execl.exp (main): Disable for target remote.
7763 * gdb.base/watch-vfork.exp (main): Enable for target remote.
7764 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
7765 * gdb.threads/execl.exp (main): Likewise.
7766 * gdb.threads/fork-child-threads.exp (main): Likewise.
7767 * gdb.threads/fork-plus-threads.exp (main): Disable for target
7768 remote.
7769 * gdb.threads/fork-thread-pending.exp (main): Enable for target
7770 remote.
7771 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
7772 pid.tid style ptids, instead of just tid.
7773 * gdb.threads/thread-execl.exp (main): Enable for target remote.
7774 * gdb.threads/watchpoint-fork.exp (main): Likewise.
7775 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
7776 ptids, instead of just tid.
7777
3b2464a8
AB
77782015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7779
7780 * gdb.base/list.exp (test_list_forward): Add end of file error
7781 test.
7782 (test_repeat_list_command): Add end of file error test.
7783 (test_list_backwards): Add beginning of file error test.
7784
a0def019
AB
77852015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7786
7787 * gdb.base/list.exp (test_list_invalid_args): New function,
7788 defined, and called.
7789
5c000dff
AB
77902015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7791
7792 * gdb.base/list.exp (test_list): Make test names unique.
7793
f1637ebe
YQ
77942015-12-11 Yao Qi <yao.qi@linaro.org>
7795
7796 * gdb.base/coremaker2.c: Remove.
7797
36d6fc0a
PA
77982015-12-10 Pedro Alves <palves@redhat.com>
7799
7800 * gdb.multi/base.exp: Remove stale "spaces" references.
7801
762f7747
PA
78022015-12-10 Pedro Alves <palves@redhat.com>
7803
7804 * gdb.multi/base.exp: Don't use nowarnings.
7805 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
7806 * gdb.multi/hangout.c: Include stdio.h.
7807 * gdb.multi/hello.c: Include stdlib.h.
7808 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
7809 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
7810 * gdb.multi/multi-arch.exp: Don't use nowarnings.
7811
28d2bfb9
AB
78122015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
7813
7814 * gdb.dwarf2/dw2-ranges-base.c: New file.
7815 * gdb.dwarf2/dw2-ranges-base.exp: New file.
7816 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
7817 support additional line table, and debug ranges generation.
7818 (Dwarf::ranges): New function, generate .debug_ranges.
7819 (Dwarf::lines): Support generating simple line table programs.
7820 (Dwarf::assemble): Initialise new namespace variables.
7821
5fc2beac
KB
78222015-12-09 Kevin Buettner <kevinb@redhat.com>
7823
7824 * gdb.base/async.exp (proc test_background): Add case for
7825 asynchronous execution not supported.
7826
1c35a88f
LM
78272015-12-09 Luis Machado <lgustavo@codesourcery.com>
7828
7829 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
7830 format and change test names to make them unique.
7831
b593e3d9
RK
78322015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
7833 Pedro Alves <pedro@redhat.com>
7834
7835 PR gdb/18702
7836 Add checking of floatformats setup on x86_64 hosts.
7837 * gdb.arch/i386-float.S (main): Load bigval and smallval.
7838 (smallval, bigval): New labels/constants.
7839 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
7840 float" after loading bigval and smallval.
7841
d72413e6
PMR
78422015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
7843
7844 * gdb.ada/fun_overload_menu.exp: New testcase.
7845 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
7846
ece66d65
JS
78472015-12-04 Josh Stone <jistone@redhat.com>
7848
7849 * gdb.base/catch-fork-static.exp: New.
7850
41d0efca
YQ
78512015-12-03 Yao Qi <yao.qi@linaro.org>
7852
7853 * gdb.base/sizeof.c: Don't include stdio.h and
7854 ../lib/unbuffer_output.c.
7855 (main): New variable 'size' and 'value'. Remove printf and
7856 gdb_unbuffer_output. Assign return value to size and value.
7857 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
7858 at the beginning.
7859 (check_sizeof): Check the result by printing variable 'size'.
7860 (check_valueof): Check the result by printing variable 'value'.
7861
99fd02d9
YQ
78622015-12-01 Yao Qi <yao.qi@linaro.org>
7863
7864 * gdb.base/disp-step-syscall.exp: Define syscall instruction
7865 for aarch64*-*-linux* target.
7866
f2faf941
PA
78672015-11-30 Pedro Alves <palves@redhat.com>
7868
7869 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
7870
04bf20c5
PA
78712015-11-30 Pedro Alves <palves@redhat.com>
7872
7873 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
7874 Handle non-stop mode vCont replies.
7875
09df4675
PA
78762015-11-30 Pedro Alves <palves@redhat.com>
7877
7878 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
7879 prepare_for_testing. Start gdb with "set non-stop on" appended to
7880 GDBFLAGS. Lax expected stop output.
7881
58b584af
YQ
78822015-11-27 Yao Qi <yao.qi@linaro.org>
7883
7884 * gdb.arch/arm-neon.exp: New.
7885 * gdb.arch/arm-neon.c: New.
7886
dfcb77a8
YQ
78872015-11-27 Yao Qi <yao.qi@linaro.org>
7888
7889 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
7890
88e8ec1b
YQ
78912015-11-27 Yao Qi <yao.qi@linaro.org>
7892
7893 * gdb.cp/annota2.exp: Allow multiple occurrences of the
7894 frames-invalid annotation.
7895
bfde72c2
YQ
78962015-11-27 Yao Qi <yao.qi@linaro.org>
7897
7898 * gdb.cp/annota2.exp: Use ${frames_invalid}.
7899
f6512a69
SM
79002015-11-26 Simon Marchi <simon.marchi@ericsson.com>
7901
7902 * gdb.threads/names.exp: New file.
7903 * gdb.threads/names.c: New file.
7904 * README: Mention gdb,no_thread_names.
7905
46a3515b
MM
79062015-11-26 Markus Metzger <markus.t.metzger@intel.com>
7907
7908 PR 19297
7909 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
7910 support" error.
7911
62147a22
PA
79122015-11-24 Pedro Alves <palves@redhat.com>
7913
7914 PR 17539
7915 * gdb.base/display.exp: Expect displays to be sorted in ascending
7916 order. Use multi_line.
7917 * gdb.base/solib-display.exp: Likewise.
7918
2f341b6e
PA
79192015-11-24 Pedro Alves <palves@redhat.com>
7920
7921 PR 17539
25d49b86
PA
7922 * gdb.base/display.exp: Expect displays to be sorted in ascending
7923 order. Use multi_line.
7924 * gdb.base/solib-display.exp: Likewise.
2f341b6e 7925
7e0aa6aa
PA
79262015-11-24 Pedro Alves <palves@redhat.com>
7927
7928 PR 17539
7929 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
7930 threads in ascending order.
7931 * gdb.base/foll-fork.exp: Likewise.
7932 * gdb.base/foll-vfork.exp: Likewise.
7933 * gdb.base/multi-forks.exp: Likewise.
7934 * gdb.mi/mi-nonstop.exp: Likewise.
7935 * gdb.mi/mi-nsintrall.exp: Likewise.
7936 * gdb.multi/base.exp: Likewise.
7937 * gdb.multi/multi-arch.exp: Likewise.
7938 * gdb.python/py-inferior.exp: Likewise.
7939 * gdb.threads/break-while-running.exp: Likewise.
7940 * gdb.threads/execl.exp: Likewise.
7941 * gdb.threads/gcore-thread.exp: Likewise.
7942 * gdb.threads/info-threads-cur-sal.exp: Likewise.
7943 * gdb.threads/kill.exp: Likewise.
7944 * gdb.threads/linux-dp.exp: Likewise.
7945 * gdb.threads/multiple-step-overs.exp: Likewise.
7946 * gdb.threads/next-bp-other-thread.exp: Likewise.
7947 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
7948 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
7949 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
7950 * gdb.threads/thread-find.exp: Likewise.
7951 * gdb.threads/tls.exp: Likewise.
7952 * lib/mi-support.exp (mi_reverse_list): Delete.
7953 (mi_check_thread_states): No longer reverse list.
7954
2cc57ad8
PA
79552015-11-24 Pedro Alves <palves@redhat.com>
7956
7957 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
7958 use lowercase.
7959
c93e8391
SM
79602015-11-23 Simon Marchi <simon.marchi@ericsson.com>
7961
7962 * gdb.trace/actions.c: Include trace-common.h.
7963 (main): Add a location for a fast tracepoint.
7964 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
7965 the normal tracepoints.
7966 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
7967
045ccf91
SM
79682015-11-23 Simon Marchi <simon.marchi@ericsson.com>
7969
7970 * save-trace.exp: Factor out code to these...
7971 (gdb_save_tracepoints): New.
7972 (gdb_load_tracepoints): New.
7973 (do_save_load_test): New.
7974
5506f9f6
KB
79752015-11-23 Kevin Buettner <kevinb@redhat.com>
7976
7977 * gdb.base/asmlabel.exp: New test.
7978 * gdb.base/asmlabel.c: New test case.
7979
16c3b12f
JB
79802015-11-23 Joel Brobecker <brobecker@adacore.com>
7981
7982 * gdb.base/wrong_frame_bt_full-main.c: New file.
7983 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
7984 * gdb.base/wrong_frame_bt_full.exp: New file.
7985
155bfbd3
JB
79862015-11-23 Joel Brobecker <brobecker@adacore.com>
7987
7988 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
7989
bb097445
JM
79902015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
7991
206853a0 7992 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
7993 pstate register when comparing registers values in
7994 sparc64-*-linux-gnu targets to avoid spurious differences.
7995
9c88ed8f
JM
79962015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
7997
206853a0 7998 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 7999
96161e25
SL
80002015-11-19 Sandra Loosemore <sandra@codesourcery.com>
8001
8002 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
8003 as type argument to gdb_compile.
8004 * gdb.base/nested-subp2.exp: Likewise.
8005 * gdb.base/nested-subp3.exp: Likewise.
8006
340c2830
DV
80072015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
8008
8009 * lib/dwarf.exp (_note): Fix left shift of negative value.
8010 * gdb.trace/trace-condition.exp: Likewise.
8011
c1862d0f
YQ
80122015-11-13 Yao Qi <yao.qi@linaro.org>
8013
8014 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
8015 comments about d10v.
8016 (test_scalar_returns): Likewise.
8017 * gdb.base/d10v.ld: Remove.
8018 * gdb.base/overlays.exp: Remove the target triplet checking for
8019 d10v-*-*.
8020 * gdb.base/structs.exp (test_struct_returns): Remove the
8021 comments about d10v.
8022 (test_struct_calls): Likewise.
8023
77ae9c19
YQ
80242015-11-13 Yao Qi <yao.qi@linaro.org>
8025
8026 * gdb.base/gnu_vector.exp: Check the return value by "p res".
8027 * gdb.base/gnu_vector.c: Don't include stdio.h.
8028 (main): Don't print res and call add_some_intvecs.
8029
430e004e
MK
80302015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
8031
8032 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
8033 macro.
8034 (func5): Removed.
8035 (func4): Use FAST_TRACEPOINT_LABEL.
8036 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
8037 macro.
8038 (func): Removed.
8039 (thread_function): Use FAST_TRACEPOINT_LABEL.
8040 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
8041 (func): Remove.
8042 (marker): Use FAST_TRACEPOINT_LABEL.
8043 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
8044 (pendfunc1): Remove.
8045 (pendfunc): Use FAST_TRACEPOINT_LABEL.
8046 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
8047 (foo): Remove.
8048 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
8049 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
8050 macro.
8051 (func): Remove.
8052 (marker): Use FAST_TRACEPOINT_LABEL.
8053 * gdb.trace/trace-common.h: New header.
8054 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
8055 macro.
8056 (func): Remove.
8057 (marker): Use FAST_TRACEPOINT_LABEL.
8058 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
8059 (func): Remove.
8060 (thread_function): Use FAST_TRACEPOINT_LABEL.
8061
6e7675a7
MK
80622015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
8063
8064 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
8065 in front.
8066 * gdb.trace/change-loc.exp: Use global pcreg definition.
8067 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
8068 * gdb.trace/entry-values.exp: Use global spreg definition, add $
8069 in front.
8070 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
8071 * gdb.trace/pending.exp: Likewise.
8072 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
8073 * gdb.trace/trace-break.exp: Likewise.
8074 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
8075 in front.
8076 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
8077 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
8078 in front.
8079 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
8080
dddc0e16
JB
80812015-11-09 Joel Brobecker <brobecker@adacore.com>
8082
8083 * gdb.ada/fin_fun_out: New testcase.
8084
c6f0b406
KB
80852015-11-07 Kevin Buettner <kevinb@redhat.com>
8086
8087 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
8088 value associated with DW_AT_byte_size.
8089 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
8090 constants for DW_AT_byte_size, DW_AT_lower_bound, and
8091 DW_AT_upper_bound.
8092
f01dcfd9
KB
80932015-11-07 Kevin Buettner <kevinb@redhat.com>
8094
8095 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
8096 (gdb_target_symbol_prefix_flags): Define in terms of _asm
8097 version.
8098 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
8099 gdb.dwarf2/dw2-canonicalize-type.exp,
8100 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
8101 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
8102 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
8103 provided by gdb_target_symbol_prefix_flags_asm.
8104 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
8105 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
8106 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
8107 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
8108 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
8109 macros where needed). Use this macro for symbols which require
8110 the prefix provided by SYMBOL_PREFIX.
8111
2223449a
KB
81122015-11-05 Kevin Buettner <kevinb@redhat.com>
8113
8114 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
8115 New procs.
8116 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
8117 representing expressions, of more than one list element.
8118 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
8119 to prepend linker symbol prefix to f.
8120 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
8121 table_1 and table_2.
8122 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
8123 Likewise, for f and g.
8124 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
8125 for ptr.
8126 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
8127 for main.
8128 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
8129 table_1_ptr and table_2_ptr.
8130
6f2f1a3a
JK
81312015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8132 Joel Brobecker <brobecker@adacore.com>
8133
8134 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
8135
566c56c9
MK
81362015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
8137
8138 * gdb.reverse/s390-mvcle.c: New test.
8139 * gdb.reverse/s390-mvcle.exp: New file.
8140 * lib/gdb.exp: Enable reverse tests on s390*-linux.
8141
d5f0636b
MK
81422015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
8143
8144 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
8145
7ad8b86c
MK
81462015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
8147
8148 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
8149 reaching marker2.
8150 * gdb.reverse/getresuid-reverse.exp: Likewise.
8151 * gdb.reverse/pipe-reverse.exp: Likewise.
8152 * gdb.reverse/readv-reverse.exp: Likewise.
8153 * gdb.reverse/recvmsg-reverse.exp: Likewise.
8154 * gdb.reverse/time-reverse.exp: Likewise.
8155 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
8156
4081c0f1
YQ
81572015-10-30 Yao Qi <yao.qi@linaro.org>
8158
8159 * gdb.threads/wp-replication.c (watch_count_done): Remove.
8160 (empty_cycle): Remove.
8161 (main): Don't call empty_cycle. Don't use watch_count_done.
8162 * gdb.threads/wp-replication.exp: Don't set breakpoint on
8163 empty_cycle. Rewrite the code counting HW watchpoints.
8164
452b4ba5
MK
81652015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
8166
8167 * gdb.reverse/fstatat-reverse.c: New test.
8168 * gdb.reverse/fstatat-reverse.exp: New file.
8169 * gdb.reverse/getresuid-reverse.c: New test.
8170 * gdb.reverse/getresuid-reverse.exp: New file.
8171 * gdb.reverse/pipe-reverse.c: New test.
8172 * gdb.reverse/pipe-reverse.exp: New file.
8173 * gdb.reverse/readv-reverse.c: New test.
8174 * gdb.reverse/readv-reverse.exp: New file.
8175 * gdb.reverse/recvmsg-reverse.c: New test.
8176 * gdb.reverse/recvmsg-reverse.exp: New file.
8177 * gdb.reverse/time-reverse.c: New test.
8178 * gdb.reverse/time-reverse.exp: New file.
8179 * gdb.reverse/waitpid-reverse.c: New test.
8180 * gdb.reverse/waitpid-reverse.exp: New file.
8181
5e2e7507
JK
81822015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8183
8184 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
8185
0fde2c53
DE
81862015-10-26 Doug Evans <dje@google.com>
8187
8188 PR symtab/17391
8189 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
8190 * gdb.dwarf2/bad-regnum.c: New file.
8191 * gdb.dwarf2/bad-regnum.exp: New file.
8192
1a70ae97
DE
81932015-10-26 Doug Evans <dje@google.com>
8194
8195 PR python/18938
8196 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
8197 file.
8198
27dc26ab
JK
81992015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8200
8201 * gdb.compile/compile.exp (compile code globalvar): Update expectation
8202 for a change by "Mention language in compile error message".
8203
bed91f4d
SM
82042015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
8205
8206 PR python/18073
8207 * gdb.python/py-type.c (C::a_method): New.
8208 (C::a_const_method): New.
8209 (C::a_static_method): New.
8210 (a_function): New.
8211 * gdb.python/py-type.exp (test_fields): Test getting fields
8212 from function and method.
8213
3f2f83dd
KB
82142015-10-21 Keven Boell <keven.boell@intel.com>
8215
8216 * gdb.fortran/vla-alloc-assoc.exp: New file.
8217 * gdb.fortran/vla-datatypes.exp: New file.
8218 * gdb.fortran/vla-datatypes.f90: New file.
8219 * gdb.fortran/vla-history.exp: New file.
8220 * gdb.fortran/vla-ptype-sub.exp: New file.
8221 * gdb.fortran/vla-ptype.exp: New file.
8222 * gdb.fortran/vla-sizeof.exp: New file.
8223 * gdb.fortran/vla-sub.f90: New file.
8224 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
8225 * gdb.fortran/vla-value-sub-finish.exp: New file.
8226 * gdb.fortran/vla-value-sub.exp: New file.
8227 * gdb.fortran/vla-value.exp: New file.
8228 * gdb.fortran/vla-ptr-info.exp: New file.
8229 * gdb.mi/mi-vla-fortran.exp: New file.
8230 * gdb.mi/vla.f90: New file.
8231
27145d50
SL
82322015-10-21 Sandra Loosemore <sandra@codesourcery.com>
8233
8234 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
8235 of hardwired timeout value.
8236
5f3ff4f8
JK
82372015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8238 Pedro Alves <palves@redhat.com>
8239
8240 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
8241 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
8242
bfd09d20
JS
82432015-10-19 Josh Stone <jistone@redhat.com>
8244
8245 * gdb.base/catch-syscall.c: Include <sched.h>.
8246 (unknown_syscall): New variable.
8247 (main): Trigger a vfork and an unknown syscall.
8248 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
8249 (unknown_syscall_number): Likewise.
8250 (check_call_to_syscall): Accept an optional syscall pattern.
8251 (check_return_from_syscall): Likewise.
8252 (check_continue): Likewise.
8253 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
8254 (test_catch_syscall_skipping_return): New test toggling off 'catch
8255 syscall' to step over the syscall return, then toggling back on.
8256 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
8257 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
8258 (do_syscall_tests): Call test_catch_syscall_without_args and
8259 test_catch_syscall_mid_vfork.
8260 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
8261 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
8262
b32b93c6
AS
82632015-10-19 Andrew Stubbs <ams@codesourcery.com>
8264
8265 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
8266 print g_vE): Add new pass patterns.
8267 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
8268 print various symbol names for vptr fields.
8269
9d622bda
AB
82702015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
8271
8272 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
8273 results.
8274
0fd8ac1c
YQ
82752015-10-12 Yao Qi <yao.qi@linaro.org>
8276
8277 * gdb.arch/disp-step-insn-reloc.exp: New test case.
8278
34240514
YQ
82792015-10-12 Yao Qi <yao.qi@linaro.org>
8280
8281 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
8282 is aarch64*-*-linux*.
8283
8240f442
YQ
82842015-10-12 Yao Qi <yao.qi@linaro.org>
8285
8286 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
8287 (can_relocate_bcond_true): ... it.
8288 (can_relocate_bcond_false): New function.
8289 (foo): Likewise.
8290 (can_relocate_bl): Likewise.
8291 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
8292 can_relocate_bl.
8293
2520f728
PMR
82942015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
8295
8296 * gdb.base/nested-addr.c: New file.
8297 * gdb.base/nested-addr.exp: New testcase.
8298
abcef95a
MM
82992015-10-09 Markus Metzger <markus.t.metzger@intel.com>
8300
8301 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
8302 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
8303 its output. Ignore the output of "record goto begin" and instead
8304 check that GDB is replaying.
8305
145e3ddb
PA
83062015-10-09 Pedro Alves <palves@redhat.com>
8307
8308 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
8309 (top level): Use it in the run with no args test.
8310
d5d8c4e1
IB
83112015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
8312
8313 * gdb.dlang/properties.exp: New file.
8314
06e635ef
SL
83152015-10-02 Sandra Loosemore <sandra@codesourcery.com>
8316
8317 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
8318 whether or not address 0x1000 is mapped on the target.
8319
e019fd1d
SM
83202015-09-30 Simon Marchi <simon.marchi@ericsson.com>
8321
8322 * gdb.python/py-type.exp: Do not run tests if binaries fail to
8323 build.
8324
77ba2a67
MM
83252015-09-30 Markus Metzger <markus.t.metzger@intel.com>
8326
8327 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
8328 instruction-history test.
8329
c60eb31f
DE
83302015-09-28 Doug Evans <dje@google.com>
8331
8332 * gdb.base/gcore.c (array_func): Add reference to static_array.
8333
9a3c8263
SM
83342015-09-25 Simon Marchi <simon.marchi@ericsson.com>
8335
8336 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
8337 source line.
8338
9720e656
SL
83392015-09-24 Sandra Loosemore <sandra@codesourcery.com>
8340
8341 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
8342 short or char as base type.
8343
938d3bf2
SL
83442015-09-23 Sandra Loosemore <sandra@codesourcery.com>
8345
8346 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
8347 to allow any size enum.
8348
e6c2c623
PMR
83492015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
8350
8351 * gdb.ada/array_ptr_renaming.exp: New testcase.
8352 * gdb.ada/array_ptr_renaming/foo.adb: New file.
8353 * gdb.ada/array_ptr_renaming/pack.ads: New file.
8354
06da0f77
PL
83552015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8356
8357 * gdb.trace/ftrace-lock.c: New file.
8358 * gdb.trace/ftrace-lock.exp: New file.
8359
4f51c22a
PL
83602015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8361
8362 * gdb.arch/insn-reloc.c: New file.
8363 * gdb.arch/ftrace-insn-reloc.exp: New file.
8364
7041adf4
PL
83652015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8366
8367 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
8368 instruction.
8369 * gdb.trace/pendshr1.c (pendfunc): Likewise.
8370 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
8371 * gdb.trace/range-stepping.c: Likewise.
8372 * gdb.trace/trace-break.c: Likewise.
8373 * gdb.trace/trace-mt.c (thread_function): Likewise.
8374 * gdb.trace/ftrace.c (marker): Likewise.
8375 * gdb.trace/trace-condition.c (marker): Likewise.
8376 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
8377 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
8378 is_aarch64_target.
8379
015d2e7e
DE
83802015-09-18 Doug Evans <xdje42@gmail.com>
8381
8382 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
8383 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
8384
26b188a2
SL
83852015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8386
8387 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
8388 the breakpoint.
8389
79dc332b
SL
83902015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8391
8392 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
8393 the pending breakpoint. Remove timeout override for "Run till
8394 MI pending breakpoint on pendfunc3 on thread 2" test.
8395
f57929f2
SL
83962015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8397
8398 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
8399 filename pattern.
8400
3f469b17
SL
84012015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8402
8403 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
8404 in breakpoint filename pattern.
8405
515b89b3
SL
84062015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8407
7800dbe4
SL
8408 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
8409
84102015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8411
515b89b3
SL
8412 * gdb.linespec/explicit.exp: Check for readline support for
8413 tab-completion tests. Fix obvious typo.
8414
d2939ba2
MM
84152015-09-18 Markus Metzger <markus.t.metzger@intel.com>
8416
8417 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
8418 and replay.
8419
cbb55fa7
MM
84202015-09-18 Markus Metzger <markus.t.metzger@intel.com>
8421
8422 * gdb.btrace/non-stop.c: New.
8423 * gdb.btrace/non-stop.exp: New.
8424
43691ca1
PL
84252015-09-17 Pierre Langlois <pierre.langlois@arm.com>
8426 Yao Qi <yao.qi@linaro.org>
8427
8428 * gdb.trace/trace-condition.c: New file.
8429 * gdb.trace/trace-condition.exp: New file.
8430
d78908cf
WW
84312015-09-16 Wei-cheng Wang <cole945@gmail.com>
8432
8433 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
8434 for testing bytecode compilation.
8435
1ed415e2
PA
84362015-09-16 Pedro Alves <palves@redhat.com>
8437 Sandra Loosemore <sandra@codesourcery.com>
8438
8439 * gdb.threads/non-stop-fair-events.c (timeout): New global.
8440 (SECONDS): Redefine.
8441 (main): Call pthread_kill and alarm early.
8442 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
8443 support.
8444 (test): If the target can't hardware step and doesn't support
8445 displaced stepping, increase the timeout.
8446
d136eff5
PA
84472015-09-16 Pedro Alves <palves@redhat.com>
8448
8449 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
8450 (enable_debug): New procedures.
8451 (test): Use them. Bail out if waiting for threads fails.
8452 (top level): Bail out if a test fails.
8453
991f019c
YQ
84542015-09-16 Yao Qi <yao.qi@linaro.org>
8455
8456 * gdb.asm/asm-source.exp: Set asm-arch for
8457 aarch64*-*-* target.
8458 * gdb.asm/aarch64.inc: New file.
8459
bfca584f
PMR
84602015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
8461
8462 * gdb.ada/array_of_variable_length.exp: New testcase.
8463 * gdb.ada/array_of_variable_length/foo.adb: New file.
8464 * gdb.ada/array_of_variable_length/pck.adb: New file.
8465 * gdb.ada/array_of_variable_length/pck.ads: New file.
8466
b326e587
DE
84672015-09-15 Doug Evans <dje@google.com>
8468
8469 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
8470 of function static local variable.
8471
5382cfab
PW
84722015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8473
8474 * gdb.threads/tls-so_extern.exp: New test file.
8475 * gdb.threads/tls-so_extern.c: New test file.
8476 * gdb.threads/tls-so_extern_main.c: New test file.
8477
141c5cc4
JK
84782015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8479
8480 * gdb.opt/solib-intra-step-lib.c: New file.
8481 * gdb.opt/solib-intra-step-main.c: New file.
8482 * gdb.opt/solib-intra-step.exp: New file.
8483
d15dcecd
PA
84842015-09-15 Pedro Alves <palves@redhat.com>
8485
8486 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
8487 gdb_continue_to_breakpoint instead of gdb_test_multiple.
8488
4c2f2a79
PA
84892015-09-14 Pedro Alves <palves@redhat.com>
8490
8491 * gdb.base/hook-stop-continue.c: Delete.
8492 * gdb.base/hook-stop-continue.exp: Delete.
8493 * gdb.base/hook-stop-frame.c: Delete.
8494 * gdb.base/hook-stop-frame.exp: Delete.
8495 * gdb.base/hook-stop.c: New file.
8496 * gdb.base/hook-stop.exp: New file.
8497
919e6dbe
PMR
84982015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
8499
8500 * gdb.ada/access_to_packed_array.exp: New testcase.
8501 * gdb.ada/access_to_packed_array/foo.adb: New file.
8502 * gdb.ada/access_to_packed_array/pack.adb: New file.
8503 * gdb.ada/access_to_packed_array/pack.ads: New file.
8504
157280a4
MM
85052015-09-14 Markus Metzger <markus.t.metzger@intel.com>
8506
8507 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
8508 buffer size test.
8509
2fd33e94
DB
85102015-09-11 Don Breazeal <donb@codesourcery.com>
8511
8512 * gdb.base/foll-exec.c: Add copyright header. Fix
8513 formatting issues.
8514 * gdb.base/foll-exec.exp (zap_session): Delete proc.
8515 (do_exec_tests): Use clean_restart in place of zap_session,
8516 and for test initialization. Fix formatting issues. Use
8517 fail in place of perror.
8518 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
8519 an expect statement to match an expression with output from
8520 the program under debug.
8521 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
8522 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
8523 * gdb.threads/non-ldr-exc-2.exp: Likewise.
8524 * gdb.threads/non-ldr-exc-3.exp: Likewise.
8525 * gdb.threads/non-ldr-exc-4.exp: Likewise.
8526
e70b6e8e
DE
85272015-09-09 Doug Evans <dje@google.com>
8528
8529 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
8530
7a551a51
DE
85312015-09-09 Doug Evans <dje@google.com>
8532
8533 * gdb.base/pie-execl.exp: Fix result test of build_executable.
8534
4c666f84
DE
85352015-09-09 Doug Evans <dje@google.com>
8536
8537 * gdb.base/savedregs.exp: Fix typo.
8538
243a9253
PA
85392015-09-09 Pedro Alves <palves@redhat.com>
8540
8541 * gdb.mi/mi-cli.exp: Add CLI finish tests.
8542
c0fa8fbd
SL
85432015-09-08 Sandra Loosemore <sandra@codesourcery.com>
8544
8545 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
8546 command actually switches threads. Give up on remaining
8547 tests if target fails to stop at breakpoint.
8548
cd7c1778
PMR
85492015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
8550
8551 * gdb.ada/funcall_char.exp: New testcase.
8552 * gdb.ada/funcall_char/foo.adb: New file.
8553
dc5c8746
PMR
85542015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
8555
8556 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
8557 expected outputs. Add two testcases for completing ambiguous
8558 functions.
8559 * gdb.ada/complete/aux_pck.adb: New file.
8560 * gdb.ada/complete/aux_pck.ads: New file.
8561 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
8562 Ambiguous_Func functions.
8563 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
8564 * gdb.ada/complete/pck.adb: Likewise.
8565
4e83a1e7
UW
85662015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
8567
8568 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
8569 failures to run the test program under GDB.
8570
8ce74153
LM
85712015-08-26 Luis Machado <lgustavo@codesourcery.com>
8572
8573 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
8574 to C.
8575
e9756d52
PP
85762015-08-26 Patrick Palka <patrick@parcs.ath.cx>
8577
8578 * gdb.base/run-after-attach.exp: New test file.
8579 * gdb.base/run-after-attach.c: New test file.
8580
8d37573b
DB
85812015-08-26 Don Breazeal <donb@codesourcery.com>
8582
8583 * gdb.base/foll-exec-2.c: New test program.
8584 * gdb.base/foll-exec-2.exp: New test.
8585
63e43d3a
PMR
85862015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
8587
8588 * gdb.base/nested-subp1.exp: New file.
8589 * gdb.base/nested-subp1.c: New file.
8590 * gdb.base/nested-subp2.exp: New file.
8591 * gdb.base/nested-subp2.c: New file.
8592 * gdb.base/nested-subp3.exp: New file.
8593 * gdb.base/nested-subp3.c: New file.
8594
3d40fbb5
PA
85952015-08-24 Pedro Alves <palves@redhat.com>
8596
8597 * gdb.server/connect-without-multi-process.c: New file.
8598 * gdb.server/connect-without-multi-process.exp: New file.
8599
4422ac93
LM
86002015-08-24 Luis Machado <lgustavo@codesourcery.com>
8601
8602 * gdb.opt/inline-markers.c: Make z int.
8603
91dddb86
LM
86042015-08-24 Luis Machado <lgustavo@codesourcery.com>
8605
8606 * gdb.opt/inline-markers.c: Make z volatile.
8607
a48847ee
LM
86082015-08-24 Luis Machado <lgustavo@codesourcery.com>
8609
8610 * gdb.opt/inline-bt.c: New volatile global z.
8611 * gdb.opt/inline-cmds.c: Likewise.
8612 * gdb.opt/inline-locals.c: Likewise.
8613 * gdb.opt/inline-markers.c: New extern global z.
8614 (marker): Use z.
8615 (inline_fn): Likewise.
8616
0ebbc52b
PA
86172015-08-24 Pedro Alves <palves@redhat.com>
8618
8619 * config/m32r-stub.exp: Remove file.
8620 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
8621 * gdb.base/call-rt-st.exp: Likewise.
8622 * gdb.base/call-strs.exp: Likewise.
8623 * gdb.base/default.exp: Remove references to h8300-*-hms and
8624 *-*-udi*.
8625 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
8626
77c365df
AA
86272015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8628
8629 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
8630 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
8631 and "return" use KFAIL when GDB can not read/write the vector
8632 return value.
8633
4313b8c0
GB
86342015-08-21 Gary Benson <gbenson@redhat.com>
8635
8636 * gdb.trace/pending.exp: Cope with remote transfer warnings.
8637
0e433b32
PA
86382015-08-20 Pedro Alves <palves@redhat.com>
8639
8640 * gdb.server/solib-list.exp: No longer expect an interior stop in
8641 non-stop mode.
8642
221e1a37
PA
86432015-08-20 Pedro Alves <palves@redhat.com>
8644
8645 * gdb.server/connect-stopped-target.c: New file.
8646 * gdb.server/connect-stopped-target.exp: New file.
8647
40e3ad0e
PA
86482015-08-20 Pedro Alves <palves@redhat.com>
8649
8650 * gdb.dwarf2/comp-unit-lang.exp: New file.
8651 * gdb.dwarf2/comp-unit-lang.c: New file.
8652
af39b327
PMR
86532015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
8654
8655 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
8656 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
8657
7d45c7c3 86582015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 8659
7d45c7c3
KB
8660 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
8661 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
8662
4d6cceb4
DE
86632015-08-18 Doug Evans <dje@google.com>
8664 Adrian Sendroiu <adrian.sendroiu@freescale.com>
8665
8666 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
8667 skip_python_tests. New arg prompt_regexp.
8668 (skip_python_tests): New function.
8669 * lib/mi-support.exp (mi_skip_python_tests): New function.
8670 * gdb.python/py-mi-objfile-gdb.py: New file.
8671 * gdb.python/py-mi-objfile.c: New file.
8672 * gdb.python/py-mi-objfile.exp: New file.
8673
ad89c2aa
KS
86742015-08-17 Keith Seitz <keiths@redhat.com>
8675
8676 * gdb.linespec/explicit.exp: Move strace test from here ...
8677 * gdb.trace/strace.exp: ... to here.
8678
e3ae3c43
PP
86792015-08-15 Patrick Palka <patrick@parcs.ath.cx>
8680
8681 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
8682 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
8683
604b2636
DE
86842015-08-14 Doug Evans <xdje42@gmail.com>
8685
8686 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
8687 inferior before selecting a new file.
8688
6ff0ba5f
DE
86892015-08-14 Doug Evans <xdje42@gmail.com>
8690
8691 * gdb.mi/mi-disassemble.exp: Update.
8692 * gdb.base/disasm-optim.S: New file.
8693 * gdb.base/disasm-optim.c: New file.
8694 * gdb.base/disasm-optim.h: New file.
8695 * gdb.base/disasm-optim.exp: New file.
8696
9ca98f92
KS
86972015-08-14 Keith Seitz <keiths@redhat.com>
8698
8699 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
8700 "evaluated-by".
8701
52bbc560
JB
87022015-08-13 Joel Brobecker <brobecker@adacore.com>
8703
8704 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
8705
5d8c3ed3
PMR
87062015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
8707
8708 * gdb.ada/fun_renaming.exp: New testcase.
8709 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
8710 * gdb.ada/fun_renaming/pack.adb: New file.
8711 * gdb.ada/fun_renaming/pack.ads: New file.
8712
ea8812bc
KS
87132015-08-12 Keith Seitz <keiths@redhat.com>
8714
8715 * gdb.base/dso2dso.exp: Pass basename of source file in call to
8716 gdb_get_line_number.
8717
4dafcdeb
JB
87182015-08-12 Joel Brobecker <brobecker@adacore.com>
8719
8720 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
8721 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
8722 gdb.base/dso2dso.exp: New files.
8723
5ba32597
SDJ
87242015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
8725 Pedro Alves <palves@redhat.com>
8726 Keith Seitz <keiths@redhat.com>
8727
8728 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
8729 GDBFLAGS.
8730
b6dafabf
PP
87312015-08-12 Patrick Palka <patrick@parcs.ath.cx>
8732
8733 * gdb.base/gdbhistsize-history.exp
8734 (test_histsize_history_setting): Use save_vars.
8735 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
8736 Use save_vars.
8737 (test_no_truncation_of_unlimited_history_file): Use save_vars.
8738 * gdb.base/readline.exp: Use save_vars.
8739
abe8e607
PP
87402015-08-12 Patrick Palka <patrick@parcs.ath.cx>
8741
8742 * lib/gdb.exp (save_vars): New proc.
8743
629500fa
KS
87442015-08-11 Keith Seitz <keiths@redhat.com>
8745
8746 * gdb.base/help.exp: Update help_breakpoint_text.
8747
eb8c4e2e
KS
87482015-08-11 Keith Seitz <keiths@redhat.com>
8749
8750 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
8751 (at toplevel): Call test_explicit_breakpoints.
8752 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
8753 breakpoints.
8754 * lib/mi-support.exp (mi_make_breakpoint): Add support for
8755 breakpoint conditions, "-cond".
8756
87f0e720
KS
87572015-08-11 Keith Seitz <keiths@redhat.com>
8758
8759 * gdb.linespec/3explicit.c: New file.
8760 * gdb.linespec/cpexplicit.cc: New file.
8761 * gdb.linespec/cpexplicit.exp: New file.
8762 * gdb.linespec/explicit.c: New file.
8763 * gdb.linespec/explicit.exp: New file.
8764 * gdb.linespec/explicit2.c: New file.
8765 * gdb.linespec/ls-errs.exp: Add explicit location tests.
8766 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
8767 before using in the matching pattern.
8768 Clarify that `prefix' is a regular expression.
8769
f00aae0f
KS
87702015-08-11 Keith Seitz <keiths@redhat.com>
8771
8772 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
8773 test.
8774 Add tests for missing ",FMT" and ",".
8775
e27852be
DE
87762015-08-10 Doug Evans <dje@google.com>
8777 Keith Seitz <keiths@redhat.com>
8778
8779 PR gdb/17960
8780 * gdb.base/completion.exp: Add location completer tests.
8781
7f03bd92
PA
87822015-08-07 Pedro Alves <palves@redhat.com>
8783
8784 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
8785 tests here.
8786 (top level): Run do_test with and without displaced stepping.
8787
3fc8eb30
PA
87882015-08-07 Pedro Alves <palves@redhat.com>
8789
8790 * gdb.base/valgrind-disp-step.c: New file.
8791 * gdb.base/valgrind-disp-step.exp: New file.
8792
d4569d7b
PA
87932015-08-07 Pedro Alves <palves@redhat.com>
8794
8795 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
8796 Delete function.
8797 (main): Add alarm. Run an infinite loop instead of calling
8798 wait_threads.
8799 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
8800 comment.
8801 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
8802 Delete function.
8803 (main): Add alarm. Run an infinite loop instead of calling
8804 wait_threads.
8805 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
8806 comment.
8807
e1316e60
PA
88082015-08-07 Pedro Alves <palves@redhat.com>
8809
8810 * gdb.base/checkpoint-ns.exp: New file.
8811 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
8812 standard_testfile.
8813
da8c46d2
MM
88142015-08-07 Markus Metzger <markus.t.metzger@intel.com>
8815
8816 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
8817 * gdb.btrace/instruction_history.exp: Update.
8818 * gdb.btrace/tsx.exp: New.
8819 * gdb.btrace/tsx.c: New.
8820
de1c2c52
PA
88212015-08-06 Pedro Alves <palves@redhat.com>
8822
8823 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
8824 increase timeout.
8825 * gdb.reverse/until-precsave.exp: Bump timeouts.
8826
782e0bf4
PA
88272015-08-06 Pedro Alves <palves@redhat.com>
8828
8829 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
8830
83e97ed0
PA
88312015-08-06 Pedro Alves <palves@redhat.com>
8832
8833 PR gdb/18749
8834 * gdb.threads/process-dies-while-handling-bp.c: New file.
8835 * gdb.threads/process-dies-while-handling-bp.exp: New file.
8836
863d01bd
PA
88372015-08-06 Pedro Alves <palves@redhat.com>
8838
8839 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
8840 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
8841
0a39bb32
PA
88422015-08-05 Pedro Alves <palves@redhat.com>
8843
8844 * gdb.threads/next-while-other-thread-longjmps.c: New file.
8845 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
8846
ee2d2b10
SL
88472015-08-03 Sandra Loosemore <sandra@codesourcery.com>
8848
8849 * gdb.base/bp-permanent.exp: Report test as unsupported if
8850 the target cannot stop at the permanent breakpoint.
8851
4e1bdb00
DE
88522015-08-03 Doug Evans <dje@google.com>
8853
8854 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
8855 10000.
8856
3d338901
DE
88572015-08-03 Doug Evans <dje@google.com>
8858
8859 * Makefile.in (workers/%.worker, build-perf): New rule.
8860 (GDB_PERFTEST_MODE): New variable.
8861 (check-perf): Use it.
8862 (clean): Clean up gdb.perf parallel build subdirs.
8863 * lib/build-piece.exp: New file.
8864 * lib/gdb.exp (make_gdb_parallel_path): New function
8865 (standard_output_file, standard_temp_file): Call it.
8866 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8867 of $GDB_PARALLEL.
8868 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
8869
af061d3e
DE
88702015-08-03 Doug Evans <dje@google.com>
8871
8e1afc81 8872 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
8873 (LOG_FILE_NAME): New global.
8874 (TextReporter.__init__): Initialize self.txt_sum.
8875 (TextReporter.report): Add support for multiple data-points.
8876 Move report to perftest.sum, put raw data in perftest.log.
8877 (TextReporter.start): Open sum and log files.
8878 (TextReporter.end): Close sum and log files.
8e1afc81
DE
8879 * gdb.perf/lib/perftest/testresult.py
8880 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 8881
2c8c5d37
PA
88822015-07-31 Pedro Alves <palves@redhat.com>
8883
8884 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
8885 Use spawn_id_get_pid. Wait for spawn id after eof. Use
8886 kill_wait_spawned_process instead of explicit "kill -9".
8887 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
8888 returning a spawn id instead of a pid. Use spawn_id_get_pid and
8889 kill_wait_spawned_process.
8890 * gdb.base/attach-twice.exp: Likewise.
8891 * gdb.base/attach.exp: Likewise.
8892 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
8893 gdb_test_multiple.
8894 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
8895 returning a spawn id instead of a pid. Use spawn_id_get_pid and
8896 kill_wait_spawned_process.
8897 * gdb.base/valgrind-infcall.exp: Likewise.
8898 * gdb.multi/multi-attach.exp: Likewise.
8899 * gdb.python/py-prompt.exp: Likewise.
8900 * gdb.python/py-sync-interp.exp: Likewise.
8901 * gdb.server/ext-attach.exp: Likewise.
8902 * gdb.threads/attach-into-signal.exp (corefunc): Use
8903 spawn_wait_for_attach, spawn_id_get_pid and
8904 kill_wait_spawned_process.
8905 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
8906 spawn_wait_for_attach returning a spawn id instead of a pid. Use
8907 spawn_id_get_pid and kill_wait_spawned_process.
8908 * gdb.threads/attach-stopped.exp (corefunc): Use
8909 spawn_wait_for_attach, spawn_id_get_pid and
8910 kill_wait_spawned_process.
8911 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
8912 Use spawn_id_get_pid. Wait for spawn id after eof. Use
8913 kill_wait_spawned_process instead of explicit "kill -9".
8914 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
8915 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
8916 (spawn_wait_for_attach): Use spawn instead of exec to spawn
8917 processes. Don't map cygwin/windows pids here. Now returns a
8918 spawn id list.
8919
032a0fca
SL
89202015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8921
8922 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
8923 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
8924 correct patch.
8925
61a934ca
SL
89262015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8927
8928 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
8929
4bc4d428
SL
89302015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8931
8932 Reapply:
8933 2014-05-21 Mark Wielaard <mjw@redhat.com>
8934
8935 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
8936
998d452a
PA
89372015-07-30 Pedro Alves <palves@redhat.com>
8938
8939 * linux-low.c (handle_extended_wait): Set the child's last
8940 reported status to TARGET_WAITKIND_STOPPED.
8941
69dde7dc
PA
89422015-07-30 Pedro Alves <palves@redhat.com>
8943
8944 PR threads/18600
8945 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
8946 only shows inferior 1.
8947
4dd63d48
PA
89482015-07-30 Simon Marchi <simon.marchi@ericsson.com>
8949 Pedro Alves <palves@redhat.com>
8950
8951 PR threads/18600
8952 * gdb.threads/fork-plus-threads.c: New file.
8953 * gdb.threads/fork-plus-threads.exp: New file.
8954
d618e4c5
PP
89552015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8956
8957 * gdb.base/batch-preserve-term-settings.exp
8958 (test_terminal_settings_preserved_after_cli_exit): Use
8959 send_quit_command.
8960
1eef6428
PA
89612015-07-29 Pedro Alves <palves@redhat.com>
8962 Don Breazeal <donb@codesourcery.com>
8963
8964 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
8965 output from both inferior_spawn_id and gdb_spawn_id.
8966
7da5b897
SDJ
89672015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
8968
8969 * gdb.threads/attach-into-signal.exp (corefunc): Use
8970 with_test_prefix on nested loops, uniquefying the test messages.
8971
dac804df
SDJ
89722015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
8973
8974 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
8975 commit.
8976
06265e53
PP
89772015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8978
8979 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
8980 New proc.
8981 (test_terminal_settings_preserved_after_sigterm): New test.
8982
18206ca3
PP
89832015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8984
8985 * gdb.base/batch-preserve-term-settings.exp
8986 (test_terminal_settings_preserved_after_cli_exit): New test.
8987
90074d11
PP
89882015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8989
8990 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
8991 manipulation of saved_gdbflags.
8992 (test_terminal_settings_preserved): Remove global declaration of
8993 the unused variable pagination_prompt. Remove manipulation of
8994 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
8995 GDBFLAGS.
8996
eb1a7902
PA
89972015-07-29 Pedro Alves <palves@redhat.com>
8998
8999 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
9000
8b75dd3b
PA
90012015-07-29 Pedro Alves <palves@redhat.com>
9002
9003 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
9004 at the top.
9005
dedad4e3
PA
90062015-07-29 Pedro Alves <palves@redhat.com>
9007
9008 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
9009 (main): Call gdb_unbuffer_output.
9010 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
9011 (main): Call gdb_unbuffer_output.
9012 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
9013 (main): Call gdb_unbuffer_output.
9014 * gdb.base/call-strs.exp: Adjust to step over the
9015 gdb_unbuffer_output call.
9016 * gdb.base/catch-gdb-caused-signals.c: Include
9017 "../lib/unbuffer_output.c".
9018 (main): Call gdb_unbuffer_output.
9019 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
9020 (main): Call gdb_unbuffer_output.
9021 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
9022 (main): Call gdb_unbuffer_output.
9023 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
9024 (main): Call gdb_unbuffer_output.
9025 * gdb.base/shlib-call.exp: Adjust to step over the
9026 gdb_unbuffer_output call.
9027 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
9028 (main): Call gdb_unbuffer_output.
9029 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
9030 (main): Call gdb_unbuffer_output.
9031 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
9032 (main): Rename to ...
9033 (test): ... this.
9034 (main): Reimplement.
9035 * gdb.base/varargs.exp: Run to test instead of to main.
9036 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
9037 (main): Call gdb_unbuffer_output.
9038
58789a91
PA
90392015-07-29 Pedro Alves <palves@redhat.com>
9040
9041 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
9042 factore out from mi_continue_dprintf. For call-style dprintfs,
9043 expect dprintf output out of $inferior_spawn_id.
9044 (mi_continue_dprintf): Use mi_expect_dprintf.
9045 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
9046 (main): Call gdb_unbuffer_output.
9047
e8376742
PA
90482015-07-29 Pedro Alves <palves@redhat.com>
9049
9050 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
9051 (default_mi_gdb_start): Set inferior_spawn_id instead of
9052 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
9053 gdb_spawn_id.
9054 (mi_gdb_test): Always expect inferior output from both
9055 $inferior_spawn_id and $gdb_spawn_id.
9056
08280010
PA
90572015-07-29 Pedro Alves <palves@redhat.com>
9058
9059 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
9060 send_inferior and $inferior_spawn_id.
9061
4d30e432
PA
90622015-07-29 Pedro Alves <palves@redhat.com>
9063
9064 * gdb.gdb/complaints.exp (test_initial_complaints)
9065 (test_serial_complaints, test_short_complaints): Use
9066 gdb_test_stdio.
9067 (test_empty_complaint): Handle $inferior_spawn_id !=
9068 $gdb_spawn_id.
9069
0d30a335
PA
90702015-07-29 Pedro Alves <palves@redhat.com>
9071
9072 * gdb.base/varargs.exp: Use gdb_test_stdio.
9073
39413b29
PA
90742015-07-29 Pedro Alves <palves@redhat.com>
9075
9076 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
9077
7cb000a9
PA
90782015-07-29 Pedro Alves <palves@redhat.com>
9079
9080 * gdb.base/ending-run.exp: Use gdb_test_stdio.
9081
d7b8ac82
PA
90822015-07-29 Pedro Alves <palves@redhat.com>
9083
9084 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
9085 parameter into two new parameters, "inf_result" and "gdb_result".
9086 Expect inferior output and gdb output from $inferior_spawn_id and
9087 $gdb_spawn_id, respectively. Adjust all callers.
9088
789c3a0c
PA
90892015-07-29 Pedro Alves <palves@redhat.com>
9090
9091 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
9092 of gdb_test_sequence.
9093
77e760c3
PA
90942015-07-29 Pedro Alves <palves@redhat.com>
9095
9096 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
9097 (saw_spurious_output): Expect inferior output from
9098 $inferior_spawn_id. Use gdb_test_stdio.
9099
8396d2cd
PA
91002015-07-29 Pedro Alves <palves@redhat.com>
9101
9102 * gdb.base/dprintf.exp: Use standard_testfile. Change
9103 prepare_for_testing call.
9104 (srcfile): Don't set.
9105 (restart): New procedure.
9106 (test_dprintf): New procecure, use to continue over dprintfs.
9107 (test_call, test_agent): New procedures, tests moved here.
9108 Restart gdb and recreate dprintfs. Adjust expected output.
9109
2051d61f
PA
91102015-07-29 Pedro Alves <palves@redhat.com>
9111
9112 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
9113
452397af
PA
91142015-07-29 Pedro Alves <palves@redhat.com>
9115
9116 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
9117
8aed9555
PA
91182015-07-29 Pedro Alves <palves@redhat.com>
9119
9120 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
9121 gdb_test_stdio.
9122
188a61b4
PA
91232015-07-29 Pedro Alves <palves@redhat.com>
9124
9125 * lib/gdb.exp (gdb_test_stdio): New procedure.
9126
12264a45
PA
91272015-07-29 Pedro Alves <palves@redhat.com>
9128
9129 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
9130
23ffc893
PA
91312015-07-29 Pedro Alves <palves@redhat.com>
9132
9133 * gdb.base/call-signal-resume.exp: Remove check for
9134 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
9135 * gdb.base/unwindonsignal.exp: Likewise.
9136 * gdb.base/call-signals.c (gen_signal): Remove printf call.
9137 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
9138
65566918
PA
91392015-07-29 Pedro Alves <palves@redhat.com>
9140
9141 * gdb.base/siginfo-addr.c (pass): New function.
9142 (handler): Call it iff si_addr is correct.
9143 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
9144 Set a breakpoint at "pass" and continue to it.
9145
d60a9221
SDJ
91462015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
9147
9148 * gdb.python/py-objfile.exp: Make some tests have unique names.
9149 * gdb.python/py-pp-registration.exp: Likewise.
9150
bde40b8f
PA
91512015-07-28 Pedro Alves <palves@redhat.com>
9152
9153 * gdb.server/server-exec-info.exp: Issue a "disconnect".
9154
13e1dec8
SM
91552015-07-27 Simon Marchi <simon.marchi@ericsson.com>
9156
9157 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
9158
da33c9a7
SM
91592015-07-27 Simon Marchi <simon.marchi@ericsson.com>
9160
9161 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
9162
077836f7
PP
91632015-07-27 Patrick Palka <patrick@parcs.ath.cx>
9164
9165 * gdb.base/gdb-sigterm-2.exp: New test.
9166
b8cc7b2e
DE
91672015-07-25 Doug Evans <xdje42@gmail.com>
9168
9169 Revert:
9170 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
9171 (workers/%.worker, build-perf): New rule.
9172 (GDB_PERFTEST_MODE): New variable.
9173 (check-perf): Use it.
9174 (clean): Clean up gdb.perf parallel build subdirs.
9175 * lib/build-piece.exp: New file.
9176 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
9177 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
9178 name.
9179 (standard_temp_file): Ditto.
9180 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9181 of $GDB_PARALLEL.
9182
c8bd4544
DE
91832015-07-24 Doug Evans <dje@google.com>
9184
9185 * gdb.perf/lib/perftest/utils.py: New file.
9186 * gdb.perf/gm-hello.cc: New file.
9187 * gdb.perf/gm-pervasive-typedef.cc: New file.
9188 * gdb.perf/gm-pervasive-typedef.h: New file.
9189 * gdb.perf/gm-std.cc: New file.
9190 * gdb.perf/gm-std.h: New file.
9191 * gdb.perf/gm-use-cerr.cc: New file.
9192 * gdb.perf/gm-utils.h: New file.
9193 * gdb.perf/gmonster-null-lookup.py: New file.
9194 * gdb.perf/gmonster-pervasive-typedef.py: New file.
9195 * gdb.perf/gmonster-print-cerr.py: New file.
9196 * gdb.perf/gmonster-ptype-string.py: New file.
9197 * gdb.perf/gmonster-runto-main.py: New file.
9198 * gdb.perf/gmonster-select-file.py: New file.
9199 * gdb.perf/gmonster1-null-lookup.exp: New file.
9200 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
9201 * gdb.perf/gmonster1-print-cerr.exp: New file.
9202 * gdb.perf/gmonster1-ptype-string.exp: New file.
9203 * gdb.perf/gmonster1-runto-main.exp: New file.
9204 * gdb.perf/gmonster1-select-file.exp: New file.
9205 * gdb.perf/gmonster1.cc: New file.
9206 * gdb.perf/gmonster1.exp: New file.
9207 * gdb.perf/gmonster2-null-lookup.exp: New file.
9208 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
9209 * gdb.perf/gmonster2-print-cerr.exp: New file.
9210 * gdb.perf/gmonster2-ptype-string.exp: New file.
9211 * gdb.perf/gmonster2-runto-main.exp: New file.
9212 * gdb.perf/gmonster2-select-file.exp: New file.
9213 * gdb.perf/gmonster2.cc: New file.
9214 * gdb.perf/gmonster2.exp: New file.
9215
6eab34f3
DE
92162015-07-24 Doug Evans <dje@google.com>
9217
9218 * gdb.perf/README: New file.
9219 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
9220 * lib/gen-perf-test.exp: New file.
9221
63738bfd
DE
92222015-07-24 Doug Evans <dje@google.com>
9223
9224 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
9225 (PerfTest::startup): New function.
9226 (PerfTest::run): Return result of calling body.
9227 (PerfTest::assemble): Rewrite.
9228 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
9229 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
9230 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
9231 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
9232 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
9233
7b606f95
DE
92342015-07-24 Doug Evans <dje@google.com>
9235
9236 * lib/gdb.exp (clean_restart): Make executable optional.
9237
a97b16b8
DE
92382015-07-24 Doug Evans <dje@google.com>
9239
9240 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
9241 compiler_info references.
9242 * gdb.cp/temargs.exp: Ditto.
9243 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
9244 (get_compiler_info): Early exit if already computed. Set compiler_info
9245 to "unknown" if there was a problem.
9246 (test_compiler_info): Add function comment. Call get_compiler_info.
9247
35baa57f
DE
92482015-07-24 Doug Evans <dje@google.com>
9249
9250 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
9251 (workers/%.worker, build-perf): New rule.
9252 (GDB_PERFTEST_MODE): New variable.
9253 (check-perf): Use it.
9254 (clean): Clean up gdb.perf parallel build subdirs.
9255 * lib/build-piece.exp: New file.
9256 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
9257 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
9258 name.
9259 (standard_temp_file): Ditto.
9260 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9261 of $GDB_PARALLEL.
9262
6ebea266
DE
92632015-07-24 Doug Evans <dje@google.com>
9264
9265 * lib/future.exp (gdb_default_target_compile): New option
9266 "early_flags".
9267 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
9268 --as-needed.
9269
1e76a7e9
SDJ
92702015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
9271
9272 * gdb.base/catch-syscall.exp: Call gdb_exit before
9273 gdb_skip_xml_test.
9274
5068630a
PA
92752015-07-24 Pedro Alves <palves@redhat.com>
9276
9277 * gdb.python/py-events.exp: Accept output between the stop event
9278 and the prompt.
9279 * gdb.python/py-evsignal.exp: Likewise.
9280 * gdb.python/py-evthreads.exp: Likewise.
9281
77598427
PA
92822015-07-24 Pedro Alves <palves@redhat.com>
9283
9284 PR gdb/18717
9285 * gdb.threads/non-ldr-exit.c: New file.
9286 * gdb.threads/non-ldr-exit.exp: New file.
9287
11e6c98f
YQ
92882015-07-24 Yao Qi <yao.qi@linaro.org>
9289
9290 * gdb.server/ext-wrapper.exp: Test --wrapper option when
9291 restarting process.
9292
51aee833
YQ
92932015-07-24 Yao Qi <yao.qi@linaro.org>
9294
9295 * gdb.server/ext-restart.exp: New file.
9296
8cfe207c
YQ
92972015-07-24 Yao Qi <yao.qi@linaro.org>
9298
9299 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
9300 argument options.
9301 * gdb.server/ext-wrapper.exp: New file.
9302
cc12ce38
DE
93032015-07-23 Doug Evans <dje@google.com>
9304
9305 * gdb.dwarf2/dw2-dummy-cu.S: New file.
9306 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
9307
d0d84780
PMR
93082015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
9309
9310 * gdb.ada/var_arr_typedef.exp: New testcase.
9311 * gdb.ada/var_arr_typedef/pack.adb: New file.
9312 * gdb.ada/var_arr_typedef/pack.ads: New file.
9313 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
9314
8b558f79
JB
93152015-07-20 Joel Brobecker <brobecker@adacore.com>
9316
9317 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
9318
775a3298
JK
93192015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9320
9321 * gdb.arch/i386-biarch-core.exp: Replace istarget
9322 by "complete set gnutarget". Remove expectation for the "core-file"
9323 command.
9324
db1ff28b
JK
93252015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9326
9327 Revert the previous commit:
9328 Tests for validate symbol file using build-id.
9329
0a94970d
JK
93302015-07-15 Aleksandar Ristovski <aristovski@qnx.com
9331
9332 Tests for validate symbol file using build-id.
9333 * gdb.base/solib-mismatch-lib.c: New file.
9334 * gdb.base/solib-mismatch-libmod.c: New file.
9335 * gdb.base/solib-mismatch.c: New file.
9336 * gdb.base/solib-mismatch.exp: New file.
9337
03346981
SL
93382015-07-15 Sandra Loosemore <sandra@codesourcery.com>
9339
9340 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
9341 nios2-*-linux*.
9342 * gdb.base/sigbpt.exp (stepi_out): Likewise.
9343 * gdb.base/siginfo.exp: Likewise.
9344 * gdb.base/sigstep.exp (advance, advancei): Likewise.
9345
42422cc7
PL
93462015-07-15 Pierre Langlois <pierre.langlois@arm.com>
9347
9348 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
9349 Move it to ...
9350 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
9351 ... here.
9352 * gdb.trace/range-stepping.exp: Check that the target supports
9353 range stepping.
9354
cfa68bae
JK
93552015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9356
9357 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
9358
8ffdba26
PA
93592015-07-14 Pedro Alves <palves@redhat.com>
9360
9361 * gdb.base/killed-outside.exp: New file.
9362 * gdb.base/killed-outside.c: New file.
9363
218a5a11
JK
93642015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9365
9366 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
9367 (n at main): New.
9368 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
9369
e03ed3c6
AA
93702015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
9371
9372 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
9373 infcall tests instead of setting up for KFAIL.
9374
485668e5
MM
93752015-07-10 Markus Metzger <markus.t.metzger@intel.com>
9376
9377 * gdb.btrace/record_goto-step.exp: New.
9378
08464196
JK
93792015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9380
9381 PR compile/18484
9382 * gdb.compile/compile.c (struct struct_type): Add volatile to
9383 selffield's type.
9384 * gdb.compile/compile.exp
9385 (compile code struct_object.selffield = &struct_object): Skip further
9386 struct_object tests if this one xfails.
9387
bcf5c1d9
RC
93882015-07-08 Robert O'Callahan <robert@ocallahan.org>
9389
9390 PR exp/18617
9391 * gdb.trace/ax.exp: Add test.
9392
4931af25
YQ
93932015-07-07 Yao Qi <yao.qi@linaro.org>
9394
9395 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
9396 instead of istarget "aarch64*-*-*".
9397 * gdb.arch/aarch64-fp.exp: Likewise.
9398 * gdb.base/float.exp: Likewise.
9399 * gdb.reverse/aarch64.exp: Likewise.
9400 * lib/gdb.exp (is_aarch64_target): New proc.
9401
9fcf688e
YQ
94022015-07-07 Yao Qi <yao.qi@linaro.org>
9403
9404 * lib/gdb.exp (is_aarch32_target): New proc.
9405 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
9406 instead of "istarget "arm*-*-*"".
9407 * gdb.arch/arm-disp-step.exp: Likewise.
9408 * gdb.arch/thumb-bx-pc.exp: Likewise.
9409 * gdb.arch/thumb-prologue.exp: Likewise.
9410 * gdb.arch/thumb-singlestep.exp: Likewise.
9411 * gdb.base/disp-step-syscall.exp: Likewise.
9412 * gdb.base/float.exp: Likewise.
9413
fbd8d50d
YQ
94142015-07-07 Yao Qi <yao.qi@linaro.org>
9415
9416 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
9417 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
9418
71be1fdc
YQ
94192015-07-07 Yao Qi <yao.qi@linaro.org>
9420
9421 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
9422 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
9423 if it exists.
9424 * gdb.multi/multi-arch.exp: Likewise.
9425
3e221d36
SM
94262015-07-07 Simon Marchi <simon.marchi@ericsson.com>
9427
9428 * gdb.python/py-lazy-string.exp: Add missing parentheses to
9429 print.
9430
d441430b
YQ
94312015-07-07 Yao Qi <yao.qi@linaro.org>
9432
9433 * gdb.arch/thumb-singlestep.exp: Do one more single step.
9434
06f810bd
MG
94352015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
9436
9437 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
9438 '[' and ']' characters.
9439
5e61e7c0
IB
94402015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
9441
9442 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9443
28bf096c
PA
94442015-06-29 Pedro Alves <palves@redhat.com>
9445
9446 PR threads/18127
9447 * gdb.threads/hand-call-new-thread.c: New file.
9448 * gdb.threads/hand-call-new-thread.c: New file.
9449
ee93cd5e
KS
94502015-06-26 Keith Seitz <keiths@redhat.com>
9451 Doug Evans <dje@google.com>
9452
9453 PR 16253
9454 * gdb.cp/var-tag-2.cc: New file.
9455 * gdb.cp/var-tag-3.cc: New file.
9456 * gdb.cp/var-tag-4.cc: New file.
9457 * gdb.cp/var-tag.cc: New file.
9458 * gdb.cp/var-tag.exp: New file.
9459
fc637f04
PP
94602015-06-26 Patrick Palka <patrick@parcs.ath.cx>
9461
9462 * gdb.base/history-duplicates.exp: New test.
9463
2e52ae68
PP
94642015-06-26 Patrick Palka <patrick@parcs.ath.cx>
9465
9466 * gdb.base/completion.exp: Test the completion of the "focus"
9467 command.
9468
6e22494e
JK
94692015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9470
9471 * gdb.arch/amd64-prologue-skip.S: New file.
9472 * gdb.arch/amd64-prologue-skip.exp: New file.
9473
bf7b9cd9
SM
94742015-06-25 Simon Marchi <simon.marchi@ericsson.com>
9475
9476 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
9477 is_address_zero_readable check.
9478
201e8dfd
PB
94792015-06-24 Peter Bergner <bergner@vnet.ibm.com>
9480
9481 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
9482 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
9483
5cd867b4
YQ
94842015-06-24 Yao Qi <yao.qi@linaro.org>
9485
9486 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
9487 linux targets.
9488
4d7be007
YQ
94892015-06-24 Yao Qi <yao.qi@linaro.org>
9490
9491 * lib/gdb.exp (supports_get_siginfo_type): New proc.
9492 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
9493 * gdb.base/siginfo-thread.exp: Likewise.
9494
07fcd301
YQ
94952015-06-22 Yao Qi <yao.qi@linaro.org>
9496
9497 * boards/remote-gdbserver-on-localhost.exp: Add comments.
9498
52042a00
YQ
94992015-06-22 Yao Qi <yao.qi@linaro.org>
9500
9501 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
9502 aarch64*-*-*.
9503 (skip_hw_watchpoint_tests): Likewise.
9504
74bd41ce
PP
95052015-06-18 Patrick Palka <patrick@parcs.ath.cx>
9506
9507 * gdb.base/gdbinit-history.exp: Test the interaction between
9508 setting GDBHISTSIZE and setting the history size via .gdbinit.
9509
bc460514
PP
95102015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9511
9512 PR gdb/16999
9513 * gdb.base/gdbhistsize-history.exp: New test.
9514
b58c513b
PP
95152015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9516
9517 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
9518 with GDBHISTSIZE.
9519 * gdb.base/readline.exp: Likewise.
9520
92046791
YQ
95212015-06-17 Yao Qi <yao.qi@linaro.org>
9522
9523 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
9524 line.
9525
2093d2d3
PP
95262015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9527
9528 * gdb.base/gdbinit-history.exp: Add test case to check that
9529 an unlimited history file does not get truncated on exit.
9530
e6c693af
AA
95312015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9532
9533 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
9534 (VECTOR): New macro. Use it...
9535 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
9536 ...for these typedefs.
9537 (int8, char1, int1, double1): New typedefs.
9538 (struct just_int2, struct two_int2): New structures.
9539 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
9540 (add_structvecs, add_singlevecs): New functions.
9541 (main): Call add_some_intvecs twice.
9542 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
9543 the compile and exit upon failure. Try compiling for the "native"
9544 architecture. Test inferior function calls with vector arguments
9545 and vector return value handling with "finish" and "return".
9546
c74f7d1c
JT
95472015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
9548
9549 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
9550 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
9551 PE file.
9552 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
9553
98aa42ee
AT
95542015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9555
9556 PR breakpoints/16465
9557 * gdb.mi/mi-dprintf-pending.c: New file.
9558 * gdb.mi/mi-dprintf-pending.exp: New test.
9559 * gdb.mi/mi-dprintf-pendshr.c: New file.
9560
7d73c23c 95612015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 9562 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
9563
9564 * gdb.arch/i386-mpx-map.c: New file.
9565 * gdb.arch/i386-mpx-map.exp: New File.
9566
95672015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9568
9569 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
9570 * gdb.arch/i386-mpx.exp: Indentation fixed.
9571
95722015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9573
9574 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
9575 function and improved indentation.
9576 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
9577 gdb_test_multiple. Added additional tests to skip the test.
9578
95792015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9580
9581 * gdb.arch/i386-avx512.c: Change path in include file.
9582 * gdb.arch/i386-avx512.exp: Change include dir path
9583 compilation flag.
9584 * gdb.arch/i386-mpx.c: Change path in include file.
9585 * gdb.arch/i386-mpx.exp: Change include dir path compilation
9586 flag.
9587
d5eba19a
JK
95882015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9589
9590 * gdb.compile/compile-print.exp (compile print *vararray@3)
9591 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
9592
7f361056
JK
95932015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9594
9595 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
9596 (do not keep jit in memory): ... this.
9597 (expect 5): Change it to ...
9598 (expect no 5): ... this.
9599
3b462ec2
SM
96002015-06-02 Simon Marchi <simon.marchi@ericsson.com>
9601
9602 PR gdb/15564
9603 * gdb.mi/mi-detach.exp: New file.
9604
e0619de6
JK
96052015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9606
9607 PR symtab/18392
9608 * gdb.arch/amd64-tailcall-self.S: New file.
9609 * gdb.arch/amd64-tailcall-self.c: New file.
9610 * gdb.arch/amd64-tailcall-self.exp: New file.
9611
e970cb34
DB
96122015-05-28 Don Breazeal <donb@codesourcery.com>
9613
9614 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
9615 tests for remote targets by checking is_target_gdbserver.
9616
b2e2f908
DE
96172015-05-27 Doug Evans <dje@google.com>
9618
9619 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
9620 * gdb.dwarf2/opaque-type-lookup.c: New file.
9621 * gdb.dwarf2/opaque-type-lookup.exp: New file.
9622
82c7be31
DE
96232015-05-26 Doug Evans <dje@google.com>
9624
9625 * gdb.cp/iostream.cc: New file.
9626 * gdb.cp/iostream.exp: New file.
9627
b4f54984
DE
96282015-05-26 Doug Evans <dje@google.com>
9629
9630 * gdb.dwarf2/dw2-op-call.exp: Update.
9631 * gdb.dwarf2/dw4-sig-types.exp: Update.
9632 * gdb.dwarf2/implptr.exp: Update.
9633 * gdb.mi/mi-cmd-param-changed.exp: Update.
9634
4ea6efe9
DE
96352015-05-26 Doug Evans <dje@google.com>
9636
9637 * gdb.python/py-lazy-string.c: New file.
9638 * gdb.python/py-lazy-string.exp: New file.
9639 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
9640 (main): Update. Add estring3.
9641 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
9642 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
9643
f6bb7db3
YQ
96442015-05-26 Omair Javaid <omair.javaid@linaro.org>
9645 Yao Qi <yao.qi@linaro.org>
9646
9647 * gdb.reverse/aarch64.c: New.
9648 * gdb.reverse/aarch64.exp: New.
9649
a81bfbd0
OJ
96502015-05-26 Omair Javaid <omair.javaid@linaro.org>
9651
25d49b86
PA
9652 * lib/gdb.exp (supports_process_record): Return true for
9653 aarch64*-linux*.
a81bfbd0
OJ
9654 (supports_reverse): Likewise.
9655
158bf1b4
PP
96562015-05-22 Patrick Palka <patrick@parcs.ath.cx>
9657
9658 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9659 Use with_test_prefix.
9660
a0145030
AB
96612015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
9662
9663 * gdb.base/completion.exp: Add test for completion of layout
9664 names.
9665
ebe3b578
AB
96662015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
9667
9668 * lib/gdb.exp (skip_tui_tests): New proc.
9669 * gdb.base/tui-layout.exp: Check skip_tui_tests.
9670
84204ed7
PA
96712015-05-19 Pedro Alves <palves@redhat.com>
9672
9673 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9674 Save the whole env array instead of just HOME. Unset HISTSIZE in
9675 the environment while testing. Restore whole environment
9676 afterwards.
9677
37442ce1
DE
96782015-05-16 Doug Evans <xdje42@gmail.com>
9679
9680 * gdb.guile/scm-ports.c: New file.
9681 * gdb.guile/scm-ports.exp: Add memory port tests.
9682
36de76f9
JK
96832015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9684
9685 * gdb.compile/compile-print.c: New file.
9686 * gdb.compile/compile-print.exp: New file.
9687
3a9558c4
JK
96882015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9689
9690 * gdb.compile/compile-ops.exp: Cast param to void.
9691 * gdb.compile/compile.exp: Complete type for _gdb_expr.
9692 (compile code struct_object.selffield = &struct_object): Add xfail.
9693
aa715135
JG
96942015-05-15 Joel Brobecker <brobecker@adacore.com>
9695
9696 * gdb.ada/arr_enum_with_gap: New testcase.
9697
931e5bc3
JG
96982015-05-15 Joel Brobecker <brobecker@adacore.com>
9699
9700 * gdb.ada/byte_packed_arr: New testcase.
9701
9cd4d857
JB
97022015-05-15 Joel Brobecker <brobecker@adacore.com>
9703
9704 * gdb.ada/pckd_neg: New testcase.
9705
ebfd00d2
PP
97062015-05-13 Patrick Palka <patrick@parcs.ath.cx>
9707
9708 PR gdb/17820
9709 * gdb.base/gdbinit-history.exp: New test.
9710 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
9711 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
9712
4c082a81
SC
97132015-05-09 Siva Chandra Reddy <sivachandra@google.com>
9714
9715 * gdb.python/py-xmethods.cc: Enhance test case.
9716 * gdb.python/py-xmethods.exp: New tests.
9717 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
9718 function.
9719 (B_indexoper): Likewise.
9720 (global_dm_list) : Add new xmethod worker functions.
9721
f7797074
SDJ
97222015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
9723
9724 * gdb.base/coredump-filter.exp: Correctly unset
9725 "coredump_var_addr" array.
9726
a4674e4e
PA
97272015-05-08 Pedro Alves <palves@redhat.com>
9728
9729 * gdb.server/non-existing-program.exp: Unset spawn_id.
9730
df2eb078
SC
97312015-05-08 Siva Chandra Reddy <sivachandra@google.com>
9732
9733 PR python/18291
9734 * gdb.python/py-xmethods.exp: Add tests.
9735
422349a3
YQ
97362015-05-08 Yao Qi <yao.qi@linaro.org>
9737
9738 PR gdb/18208
9739 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
9740 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
9741 function set_coredump_filter, and remove remote_exec call.
9742 Remove argument ipid. Callers update.
9743 (top level): Don't get inferior's PID.
9744
63fc80ce
AA
97452015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
9746
9747 * gdb.base/watch_thread_num.exp: Skip test on targets without
9748 access watchpoints.
9749
80ad801e
PA
97502015-05-06 Pedro Alves <palves@redhat.com>
9751
9752 PR server/18081
9753 * gdb.server/non-existing-program.exp: New file.
9754
0fa7fe50
JB
97552015-05-05 Joel Brobecker <brobecker@adacore.com>
9756
9757 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
9758
3ea89b92
PMR
97592015-05-05 Joel Brobecker <brobecker@adacore.com>
9760
9761 * gdb.ada/out_of_line_in_inlined: New testcase.
9762
87b8eff0
JB
97632015-05-05 Joel Brobecker <brobecker@adacore.com>
9764
9765 * gdb.ada/var_rec_arr: New testcase.
9766
5fccc635
YQ
97672015-04-30 Yao Qi <yao.qi@linaro.org>
9768
9769 * gdb.base/break-idempotent.exp: If
9770 skip_hw_watchpoint_multi_tests returns true, skip the tests
9771 on "rwatch" and "awatch".
9772
42d38f42
YQ
97732015-04-30 Yao Qi <yao.qi@linaro.org>
9774
9775 * gdb.base/relativedebug.exp: Invoke gdb command
9776 "info sharedlibrary", and if libc.so doesn't have debug info,
9777 skip the test.
9778
2ce1cdbf
DE
97792015-04-29 Doug Evans <dje@google.com>
9780
9781 * gdb.python/py-xmethods.exp: Add ptype tests.
9782 * gdb.python/py-xmethods.py (E_method_char_worker): Add
9783 get_result_type method.
9784
f24a38c5
LM
97852015-04-29 Luis Machado <lgustavo@codesourcery.com>
9786
9787 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
9788 the target does not support hardware watchpoints.
9789
ecbf2b3c
LM
97902015-04-29 Luis Machado <lgustavo@codesourcery.com>
9791
9792 * gdb.base/break-always.exp: Abort testing if writing to memory
9793 causes an error.
9794
34f5f757
DE
97952015-04-28 Doug Evans <dje@google.com>
9796
9797 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
9798 * gdb.python/py-pp-registration.exp: ... here. New file.
9799 * gdb.python/py-pp-registration.c: New file.
9800 * gdb.python/py-pp-registration.py: New file.
9801
69b4374a
DE
98022015-04-28 Doug Evans <dje@google.com>
9803
9804 * gdb.python/py-bad-printers.c: New file.
9805 * gdb.python/py-bad-printers.py: New file.
9806 * gdb.python/py-bad-printers.exp: New file.
9807
59fb7612
SS
98082015-04-28 Sasha Smundak <asmundak@google.com>
9809
9810 * gdb.python/py-type.exp: New test.
9811
2631b16a
AW
98122015-04-28 Andy Wingo <wingo@igalia.com>
9813
9814 * gdb.python/py-parameter.exp:
9815 * gdb.guile/scm-parameter.exp: Escape the path that we are
9816 matching against, as it might contain characters that are special
9817 to regular expressions.
9818
460efde1
JB
98192015-04-27 Joel Brobecker <brobecker@adacore.com>
9820
9821 * gdb.ada/rec_comp: New testcase.
9822
2d369d8e
SDJ
98232015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
9824
9825 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
9826 before using it.
9827
cf75d6c3
AB
98282015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
9829
9830 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
9831 new tests for verilog output.
9832
8dbe7ca5
YQ
98332015-04-24 Yao Qi <yao.qi@linaro.org>
9834
9835 * boards/remote-gdbserver-on-localhost.exp: New file.
9836
4ef9fb2f
PA
98372015-04-23 Pedro Alves <palves@redhat.com>
9838
9839 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
9840 $inferior_spawn_id instead of $inferior_spawn_id directly. On
9841 "end of file", remove $inferior_spawn_id from the indirect list.
9842
0a803169
PA
98432015-04-23 Pedro Alves <palves@redhat.com>
9844
9845 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
9846
749ef8f8
PA
98472015-04-23 Pedro Alves <palves@redhat.com>
9848
9849 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
9850 on $any_spawn_id instead of only on $gdb_spawn_id.
9851
8aae4344
PM
98522015-04-21 Pierre Muller <muller@sourceware.org>
9853
9854 PR pascal/17815
9855 * lib/pascal.exp (gpc_compile): Add new option "class".
9856 (fpc_compile): Likewise.
9857 * gdb.pascal/case-insensitive-symbols.pas: New file.
9858 * gdb.pascal/case-insensitive-symbols.exp: New file.
9859
1586c8fb
GB
98602015-04-20 Gary Benson <gbenson@redhat.com>
9861
9862 * gdb.base/attach.exp: Fix three extended remote failures.
9863
1b6e6f5c
GB
98642015-04-17 Gary Benson <gbenson@redhat.com>
9865
9866 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
9867 the main executable over the remote protocol.
9868
e797481d
PA
98692015-04-16 Pedro Alves <palves@redhat.com>
9870
9871 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
9872 a new gdbserver if gdbserver_reconnect_p is set.
9873
1ca99c42
PA
98742015-04-16 Pedro Alves <palves@redhat.com>
9875
9876 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
9877 is set, don't exit gdbserver.
9878
af9fd6f8
AA
98792015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9880
9881 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
9882 appropriate .insn, such that an older assembler can be used.
9883 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
9884 the z/Architecture instruction set on 31-bit targets as well.
9885
04ff1e61
AA
98862015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9887
9888 * gdb.go/handcall.exp: Remove all logic related to the first
9889 breakpoint and rely on go_runto_main instead.
9890 * gdb.go/strings.exp: Likewise.
9891 * gdb.go/unsafe.exp: Likewise.
9892 * gdb.go/hello.exp: Likewise. Also rename the remaining
9893 breakpoint marker to "breakpoint 1".
9894 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
9895 * gdb.go/strings.go: Likewise.
9896 * gdb.go/unsafe.go: Likewise.
9897 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
9898 "set breakpoint 2 here" and rename the remaining breakpoint marker
9899 to "breakpoint 1".
9900
40d2f8d6
SM
99012015-04-15 Simon Marchi <simon.marchi@ericsson.com>
9902
9903 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
9904 if itertools.imap is not present.
9905 * gdb.python/py-objfile.exp: Add parentheses.
9906 * gdb.python/py-type.exp: Same.
9907 * gdb.python/py-unwind-maint.py: Same.
9908
8cbc97c6
YQ
99092015-04-15 Yao Qi <yao.qi@linaro.org>
9910
9911 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
9912 of ":$ptr_size" and set its form explicitly.
9913
45fd756c
YQ
99142015-04-15 Pedro Alves <palves@redhat.com>
9915 Yao Qi <yao.qi@linaro.org>
9916
9917 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
9918 timeout by factor of 4.
9919 (test_regular_watch): Likewise.
9920 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
9921 * gdb.reverse/sigall-reverse.exp: Likewise.
9922 * gdb.reverse/until-precsave.exp: Likewise.
9923 * lib/gdb.exp (with_timeout_factor): New proc.
9924 (gdb_expect): Move some code to ...
9925 (get_largest_timeout): ... here. New procedure.
9926
9e811bc3
LM
99272015-04-14 Luis Machado <lgustavo@codesourcery.com>
9928
9929 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
9930
0ff6fcb2
LM
99312015-04-13 Luis Machado <lgustavo@codesourcery.com>
9932
9933 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
9934 to write to the .text section.
9935
7578d5f7
LM
99362015-04-13 Luis Machado <lgustavo@codesourcery.com>
9937
9938 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
9939 Handle the case of targets that do not provide PID information.
9940
2efe15c4
YQ
99412015-04-13 Yao Qi <yao.qi@linaro.org>
9942
9943 * lib/gdbserver-support.exp (gdb_exit): Catch exception
9944 and use expect instead of gdb_expect.
9945
8cd8f2f8
SDJ
99462015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
9947
9948 * gdb.base/coredump-filter.exp: Rename variable "addr" to
9949 "coredump_var_addr" to avoid naming conflict with other testcases.
9950
9ee41772
PA
99512015-04-10 Pedro Alves <palves@redhat.com>
9952
9953 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
9954 gdb_test_sequence and gdb_assert.
9955
07473109
PA
99562015-04-10 Pedro Alves <palves@redhat.com>
9957
9958 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
9959 test messages that don't include the breakpoint address.
9960
de3db44c
YQ
99612015-04-10 Yao Qi <yao.qi@linaro.org>
9962
9963 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
9964 false for some offset and width combinations which aren't
9965 supported by linux kernel.
9966
c79d856c
PA
99672015-04-10 Pedro Alves <palves@redhat.com>
9968
9969 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
9970 procedure, factored out from ...
9971 (top level): ... here. Add "set displaced-stepping" testing axis.
9972 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
9973 parameter "displaced". Use it.
9974 (top level): Use foreach and add "set displaced-stepping" testing
9975 axis.
9976
ebc90b50
PA
99772015-04-10 Pedro Alves <palves@redhat.com>
9978
9979 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
9980 Remove comment.
9981 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
9982 both the address of the instruction that triggers the watchpoint
9983 and the address of the instruction immediately after, and use
9984 those addresses for the test. Fix comment.
9985
8f572e5c
PA
99862015-04-10 Pedro Alves <palves@redhat.com>
9987
9988 * gdb.base/sigstep.exp (breakpoint_to_handler)
9989 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
9990 Test "backtrace" in handler.
9991 (breakpoint_over_handler): New parameter 'displaced'. Use it.
9992 (top level): Add new "displaced" test axis to
9993 breakpoint_to_handler, breakpoint_to_handler_entry and
9994 breakpoint_over_handler.
9995
8d707a12
PA
99962015-04-10 Pedro Alves <palves@redhat.com>
9997
9998 PR gdb/18216
9999 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
10000
ef713951
YQ
100012015-04-10 Yao Qi <yao.qi@linaro.org>
10002
10003 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
10004 (test_add_rn_pc): New function.
10005 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
10006 (top level): Invoke test_add_rn_pc.
10007
906d60cf
PA
100082015-04-10 Pedro Alves <palves@redhat.com>
10009
10010 PR gdb/13858
10011 * gdb.base/step-over-no-symbols.exp: New file.
10012
f2983cc3
AW
100132015-04-09 Andy Wingo <wingo@igalia.com>
10014
10015 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
10016 after the Python tests.
10017
6d62641c
SDJ
100182015-04-08 Keith Seitz <keiths@redhat.com>
10019
10020 PR python/16699
10021 * gdb.python/py-completion.exp: New tests for completion.
10022 * gdb.python/py-completion.py (CompleteLimit1): New class.
10023 (CompleteLimit2): Likewise.
10024 (CompleteLimit3): Likewise.
10025 (CompleteLimit4): Likewise.
10026 (CompleteLimit5): Likewise.
10027 (CompleteLimit6): Likewise.
10028 (CompleteLimit7): Likewise.
10029
f3770638
PA
100302015-04-08 Pedro Alves <palves@redhat.com>
10031
10032 PR gdb/18214
10033 PR gdb/18216
10034 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
10035 function.
10036 (main): Install it as SIGUSR1 handler.
10037 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
10038 parameter. Always use "setup" as prefix. Toggle "set
10039 displaced-stepping" off/on depending on global. Don't switch to
10040 thread 1 here.
10041 (top level): Add displaced stepping "off/on" test axis. Update
10042 "setup" calls. Wrap each subtest with with_test_prefix. Test
10043 continuing with a queued signal in each thread.
10044
4496bed7
PA
100452015-04-08 Pedro Alves <palves@redhat.com>
10046
10047 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
10048 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
10049 gdb_breakpoint instead of gdb_test that doesn't expect anything.
10050 Return early if running to main fails.
10051 * gdb.trace/while-stepping.exp: Likewise.
10052
b97fde92
PA
100532015-04-07 Pedro Alves <palves@redhat.com>
10054
10055 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
10056 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
10057 interact with inferior program.
10058
f71c18e7
PA
100592015-04-07 Pedro Alves <palves@redhat.com>
10060
10061 * lib/gdb.exp (inferior_spawn_id): New global.
10062 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
10063 spawn id after processing the user code.
10064 (default_gdb_start): Set inferior_spawn_id.
10065 (send_inferior): New procedure.
10066 * lib/gdbserver-support.exp (gdbserver_start): Set
10067 inferior_spawn_id.
10068 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
10069
6423214f
PA
100702015-04-07 Pedro Alves <palves@redhat.com>
10071
10072 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
10073 * lib/gdbserver-support.exp (gdbserver_start): Make
10074 $server_spawn_id global.
10075 (gdbserver_start): Don't wait for gdbserver's spawn id with
10076 expect_background.
10077 (close_gdbserver): New procedure.
10078 (gdb_exit): Rename the default version and reimplement.
10079
71c0ee8c
PA
100802015-04-07 Pedro Alves <palves@redhat.com>
10081
72f4393d 10082 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
10083 append the substituted item, not the original item.
10084
203bc29b
PA
100852015-04-07 Pedro Alves <palves@redhat.com>
10086
10087 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
10088 gdb_expect.
10089
508a3ddf
PA
100902015-04-07 Pedro Alves <palves@redhat.com>
10091
10092 * gdb.base/interrupt.exp: Don't handle the case of the inferior
10093 output appearing once only.
10094
9f6dbe2b
PA
100952015-04-07 Pedro Alves <palves@redhat.com>
10096
10097 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
10098 that doesn't expect anything. Return early if running to main
10099 fails.
10100
337532fa
YQ
101012015-04-07 Yao Qi <yao.qi@linaro.org>
10102
10103 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
10104 (child_function): Call alarm.
10105 (main): Move call to alarm into the loop.
10106 * gdb.threads/non-stop-fair-events.exp: Build program with
10107 -DTIMEOUT=$timeout.
10108
01b622d4
DE
101092015-04-06 Doug Evans <xdje42@gmail.com>
10110
10111 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
10112 Fix dest parameter to board_info.
10113 (fpc_compile): Ditto.
10114 (gdb_compile_pascal): Rename dest arg to destfile.
10115
961f4160
PMR
101162015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
10117
10118 * gdb.ada/funcall_ref.exp: New file.
10119 * gdb.ada/funcall_ref/foo.adb: New file.
10120
cafda597
YQ
101212015-04-02 Yao Qi <yao.qi@linaro.org>
10122
10123 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
10124 is remote.
10125
fed040c6
GB
101262015-04-02 Gary Benson <gbenson@redhat.com>
10127
10128 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
10129
d11916aa
SS
101302015-04-01 Sasha Smundak <asmundak@google.com>
10131
10132 * gdb.python/py-unwind-maint.c: New file.
10133 * gdb.python/py-unwind-maint.exp: New test.
10134 * gdb.python/py-unwind-maint.py: New file.
10135 * gdb.python/py-unwind.c: New file.
10136 * gdb.python/py-unwind.exp: New test.
10137 * gdb.python/py-unwind.py: New test.
10138
a1471180
PA
101392015-04-01 Pedro Alves <palves@redhat.com>
10140
10141 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
10142 to fail instead of non-existent $test.
10143
0bbeccb1
PA
101442015-04-01 Pedro Alves <palves@redhat.com>
10145
10146 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
10147 GDBFLAGS if not empty.
10148
3c724c8c
PMR
101492015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
10150
10151 * gdb.ada/complete.exp: Remove "multi_line".
10152 * gdb.ada/info_exc.exp: Remove "multi_line".
10153 * gdb.ada/packed_tagged.exp: Remove "multi_line".
10154 * gdb.ada/ptype_field.exp: Remove "multi_line".
10155 * gdb.ada/sym_print_name.exp: Remove "multi_line".
10156 * gdb.ada/tagged.exp: Remove "multi_line".
10157 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
10158 [multi_line ...]
10159 * gdb.btrace/delta.exp: Likewise.
10160 * gdb.btrace/exception.exp: Likewise.
10161 * gdb.btrace/function_call_history.exp: Likewise.
10162 * gdb.btrace/instruction_history.exp: Likewise.
10163 * gdb.btrace/nohist.exp: Likewise.
10164 * gdb.btrace/record_goto.exp: Likewise.
10165 * gdb.btrace/segv.exp: Likewise.
10166 * gdb.btrace/stepi.exp: Likewise.
10167 * gdb.btrace/tailcall.exp: Likewise.
10168 * gdb.btrace/unknown_functions.exp: Likewise.
10169 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
10170 * lib/gdb.exp: Add the "multi_line" helper.
10171
4eec2deb
PA
101722015-04-01 Pedro Alves <palves@redhat.com>
10173
10174 * gdb.threads/tid-reuse.c: New file.
10175 * gdb.threads/tid-reuse.exp: New file.
10176
df8411da
SDJ
101772015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
10178
10179 PR corefiles/16092
10180 * gdb.base/coredump-filter.c: New file.
10181 * gdb.base/coredump-filter.exp: Likewise.
10182
6ef37366
PM
101832015-03-27 Petr Machata <pmachata@redhat.com>
10184
10185 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
10186 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
10187 (Dwarf::assemble): Initialize them.
10188 (Dwarf::lines): New function.
10189
7ec911b0
JT
101902015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
10191
10192 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
10193 SYMBOL_PREFIX for x86_64-*-cygwin.
10194
ff908ebf
AW
101952015-03-26 Andy Wingo <wingo@igalia.com>
10196
10197 PR symtab/18148
10198 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
10199 const_value but not a location.
10200 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
10201 location defined in non-main CUs are visible.
10202
6d5f0679
YQ
102032015-03-26 Yao Qi <yao.qi@linaro.org>
10204
10205 PR testsuite/18139
10206 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
10207 Add a line number entry for the same line.
10208 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
10209 Add a line number entry for the same line.
10210
2898689b
YQ
102112015-03-26 Yao Qi <yao.qi@linaro.org>
10212
10213 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
10214 .int 0.
10215 (func): Likewise. Add .Lfunc_1 label.
10216 Use .Lfunc_1 label.
10217 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
10218 .int 0.
10219 (func): Likewise.
10220 Use .Lfunc_1 label.
10221
85180498
YQ
102222015-03-26 Yao Qi <yao.qi@linaro.org>
10223
10224 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
10225 Call gdb_compile instead to compile each .s files without debug
10226 information.
10227
8aa08a8d
YQ
102282015-03-26 Yao Qi <yao.qi@linaro.org>
10229
10230 * gdb.base/savedregs.exp (process_saved_regs): Make
10231 "Saved registers:" optional in the pattern.
10232
66849923
MM
102332015-03-25 Markus Metzger <markus.t.metzger@intel.com>
10234
10235 * gdb.btrace/next.exp: Merged into step.exp.
10236 * gdb.btrace/finish.exp: Merged into step.exp.
10237 * gdb.btrace/nexti.exp: Merged into stepi.exp.
10238 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
10239 "record goto" and checking the exact replay position.
10240 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
10241 check for "Recording format" in "info record" output.
10242 * gdb.btrace/record_goto.exp: Choose test file based on target.
10243 * gdb.btrace/x86-record_goto.S: Renamed into ...
10244 * gdb.btrace/x86_64-record_goto.S: ... this.
10245 * gdb.btrace/i686-record_goto.S: New.
10246 * gdb.btrace/x86-tailcall.S: Renamed into ...
10247 * gdb.btrace/x86_64-tailcall.S: ... this.
10248 * gdb.btrace/i686-tailcall.S: New.
10249 * gdb.btrace/x86-tailcall.c: Renamed into ...
10250 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
10251 separate statements. Update test.
10252 * gdb.btrace/delta.exp: Use record_goto.c as test file.
10253 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
10254 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
10255 * gdb.btrace/tailcall.exp: Choose test file based on target.
10256 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
10257
11cc1b74
MM
102582015-03-25 Markus Metzger <markus.t.metzger@intel.com>
10259
10260 * gdb.btrace/exception.exp: Increase BTS buffer size.
10261
a25d8bf9
PA
102622015-03-24 Pedro Alves <palves@redhat.com>
10263
10264 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
10265
856e7dd6
PA
102662015-03-24 Pedro Alves <palves@redhat.com>
10267
10268 * gdb.threads/schedlock.exp (test_step): No longer expect that
10269 "set scheduler-locking step" with "next" over a function call runs
10270 threads unlocked.
10271
ad235a41
AT
102722015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10273
10274 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
10275
15630549
AT
102762015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10277
10278 PR breakpoints/16466
10279 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
10280 * gdb.mi/mi-pending.c (thread_func): New function.
10281 (int main): Add threading support required.
10282 * gdb.mi/mi-pending.exp: Add tests for this issue.
10283 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
10284 (pendfunc2): Remove stdio dependency.
10285 * gdb.mi/mi-pendshr2.c: New file.
10286
693dca06
KS
102872015-03-23 Keith Seitz <keiths@redhat.com>
10288
10289 * gdb.linespec/keywords.c: New file.
10290 * gdb.linespec/keywords.exp: New file.
10291
7e993ebf
KS
102922015-03-23 Keith Seitz <keiths@redhat.com>
10293
10294 PR gdb/18021
10295 * gdb.dwarf2/staticvirtual.exp: New test.
10296
bc23328c
JK
102972015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10298
10299 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
10300 * README: Remove HP-UX and gdb.hp.
10301 (configuration):
10302 * configure: Regenerate.
10303 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
10304 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
10305 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
10306 gdb.hp/gdb.defects/Makefile.
10307 * gdb.hp/Makefile.in: File deleted.
10308 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
10309 * gdb.hp/gdb.aCC/optimize.c: File deleted.
10310 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
10311 * gdb.hp/gdb.aCC/run.c: File deleted.
10312 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
10313 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
10314 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
10315 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
10316 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
10317 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
10318 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
10319 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
10320 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
10321 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
10322 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
10323 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
10324 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
10325 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
10326 * gdb.hp/gdb.base-hp/reg.s: File deleted.
10327 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
10328 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
10329 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
10330 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
10331 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
10332 * gdb.hp/gdb.compat/Makefile.in: File deleted.
10333 * gdb.hp/gdb.compat/average.c: File deleted.
10334 * gdb.hp/gdb.compat/sum.c: File deleted.
10335 * gdb.hp/gdb.compat/xdb.c: File deleted.
10336 * gdb.hp/gdb.compat/xdb0.c: File deleted.
10337 * gdb.hp/gdb.compat/xdb0.h: File deleted.
10338 * gdb.hp/gdb.compat/xdb1.c: File deleted.
10339 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
10340 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
10341 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
10342 * gdb.hp/gdb.defects/Makefile.in: File deleted.
10343 * gdb.hp/gdb.defects/bs14602.c: File deleted.
10344 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
10345 * gdb.hp/gdb.defects/solib-d.c: File deleted.
10346 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
10347 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
10348 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
10349 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
10350 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
10351 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
10352 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
10353 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
10354 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
10355 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
10356 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
10357 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
10358 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
10359 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
10360 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
10361 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
10362 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
10363 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
10364 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
10365 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
10366 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
10367 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
10368 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
10369 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
10370 * gdb.hp/tools/odump: File deleted.
10371
8bf3b159
PA
103722015-03-19 Pedro Alves <palves@redhat.com>
10373
10374 * gdb.threads/continue-pending-status.exp (saw_thread_2)
10375 (saw_thread_3): New globals.
10376 (top level): Increment them when an event for the corresponding
10377 thread is seen.
10378 (no thread starvation): New test.
10379
eb54c8bf
PA
103802015-03-19 Pedro Alves <palves@redhat.com>
10381
10382 * gdb.threads/continue-pending-status.c: New file.
10383 * gdb.threads/continue-pending-status.exp: New file.
10384
32d2e5d6
PA
103852015-03-18 Pedro Alves <palves@redhat.com>
10386
10387 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10388 Use gdb_is_target_remote instead of is_remote. Use
10389 gdb_test_multiple instead of gdb_expect. Exit early if
10390 gdb_test_multiple hits its internal matches. Tighten stepi tests
10391 expected output. Fail on exit with any signal, instead of just
10392 SIGILL.
10393
f68f11b7
YQ
103942015-03-18 Yao Qi <yao.qi@linaro.org>
10395
10396 PR tdep/18107
10397 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
10398 variable.
10399 * gdb.base/catch-syscall.exp: Don't skip it on
10400 aarch64*-*-linux* target. Remove elements in all_syscalls.
10401 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
10402 target.
10403 (setup_all_syscalls): New proc.
10404
ca5fd19b
YQ
104052015-03-16 Yao Qi <yao.qi@linaro.org>
10406
10407 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
10408 (top level): Skip tests if valid_addr_p returns false for
10409 $cmd1 or $cmd2.
10410
85642ba0
AW
104112015-03-11 Andy Wingo <wingo@igalia.com>
10412
10413 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
10414
e03f9645
YQ
104152015-03-11 Yao Qi <yao.qi@linaro.org>
10416
10417 * gdb.base/catch-syscall.exp: Fix typo in comments.
10418
5d0962b2
YQ
104192015-03-11 Yao Qi <yao.qi@linaro.org>
10420
10421 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
10422
b2df3cef
PA
104232015-03-09 Pedro Alves <palves@redhat.com>
10424
10425 * dg-extract-results.py: Delete.
10426
ef878e53
PA
104272015-03-09 Pedro Alves <palves@redhat.com>
10428
10429 Merge dg-extract-results.sh from GCC upstream (r218843).
10430
10431 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
10432 * dg-extract-results.sh: Use --text with grep to avoid issues with
10433 binary files. Fall back to cat -v, if that doesn't work.
10434
9494d219
PA
104352015-03-05 Pedro Alves <palves@redhat.com>
10436
10437 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
10438
a8d9763a
SM
104392015-03-04 Simon Marchi <simon.marchi@ericsson.com>
10440
10441 * lib/mi-support.exp (mi_expect_interrupt): Accept
10442 alternative event for when in all-stop mode.
10443
be9957b8
PA
104442015-03-04 Pedro Alves <palves@redhat.com>
10445
10446 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
10447
d57be0f4 104482015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
10449
10450 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
10451
c214c7cf
AA
104522015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10453
10454 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
10455 regexps for GDB's current line display, accept a hex address
10456 preceding the line number.
10457
6d74a497
AA
104582015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10459
10460 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
10461 the 'arch1' variable for "s390*-linux*" targets.
10462
511aee7c
PA
104632015-03-04 Pedro Alves <palves@redhat.com>
10464
10465 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
10466 (main): Pass missing retval argument to pthread_join call.
10467
95e50b27
PA
104682015-03-02 Pedro Alves <palves@redhat.com>
10469
10470 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
10471 (top level): Call do_test with non-stop as well.
10472
28054d69
PA
104732015-03-02 Pedro Alves <palves@redhat.com>
10474
10475 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
10476 -1.
10477
4fa5d7b4
AA
104782015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
10479
10480 * gdb.arch/s390-vregs.exp: New test.
10481 * gdb.arch/s390-vregs.S: New file.
10482
97c18565
PA
104832015-02-27 Pedro Alves <palves@redhat.com>
10484
10485 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
10486 call to catch_command_errors.
10487 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
10488 catch_command_errors.
10489
a37bfa30
PA
104902015-02-27 Pedro Alves <palves@redhat.com>
10491
10492 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
10493 "true" for boolean result.
10494 * gdb.gdb/selftest.exp (test_with_self): Also accept full
10495 prototype of main.
10496
6f98576f
PA
104972015-02-27 Pedro Alves <palves@redhat.com>
10498
10499 * lib/unbuffer_output.c: New file.
10500 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
10501 (main): Call gdb_unbuffer_output.
10502
eba5ab56
YQ
105032015-02-27 Yao Qi <yao.qi@linaro.org>
10504
10505 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
10506 target.
10507
0def5aaa
DE
105082015-02-26 Doug Evans <dje@google.com>
10509
10510 * gdb.cp/class2.cc (Dbase, D): New classes.
10511 (main): New local delta.
10512 * gdb.cp/class2.exp: Test printing delta.
10513 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
10514 (dynbar): New global.
10515 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
10516
081a1c2c
JK
105172015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10518
10519 * gdb.compile/compile-ifunc.c: New file.
10520 * gdb.compile/compile-ifunc.exp: New file.
10521
2f41223f
AT
105222015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
10523
10524 * gdb.base/structs.exp: Check for correct struct on finish.
10525
03eddd80
YQ
105262015-02-26 Yao Qi <yao.qi@linaro.org>
10527
10528 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
10529 is zero.
10530
80c57053
JK
105312015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10532
10533 * gdb.arch/cordic.ko.bz2: New file.
10534 * gdb.arch/cordic.ko.debug.bz2: New file.
10535 * gdb.arch/ppc64-symtab-cordic.exp: New file.
10536
21613c12
YQ
105372015-02-25 Yao Qi <yao.qi@linaro.org>
10538
10539 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
10540 aarch64*-*-* target.
10541
d8b901ed
PA
105422015-02-23 Pedro Alves <palves@redhat.com>
10543
10544 * lib/gdb.exp (delete_breakpoints): Rewrite using
10545 gdb_test_multiple.
10546
e5b85ead
PA
105472015-02-23 Pedro Alves <palves@redhat.com>
10548
10549 * gdb.base/info-os.c: Include stdlib.h.
10550
85c3a371
DE
105512015-02-22 Doug Evans <xdje42@gmail.com>
10552
10553 PR symtab/17855
10554 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
10555 is read after symbols have been re-read.
10556 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
10557 * gdb.ada/exec_changed/second.adb (Second): Ditto.
10558
96553a0c
DE
105592015-02-21 Doug Evans <dje@google.com>
10560
10561 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
10562
97a0c697
JK
105632015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10564
10565 PR corefiles/17808
10566 * gdb.arch/i386-biarch-core.core.bz2: New file.
10567 * gdb.arch/i386-biarch-core.exp: New file.
10568
a47cd6e9
PA
105692015-02-21 Pedro Alves <palves@redhat.com>
10570
10571 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
10572 runto_main fails.
10573
c5facdc4
PA
105742015-02-20 Pedro Alves <palves@redhat.com>
10575
10576 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
10577 info probes.
10578
2db9a427
PA
105792015-02-20 Pedro Alves <palves@redhat.com>
10580
10581 * gdb.threads/multi-create-ns-info-thr.exp: New file.
10582
60fb7e9e
PA
105832015-02-20 Pedro Alves <palves@redhat.com>
10584
10585 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
10586 clean_restart before gdb_target_supports_trace.
10587
5c5019c2
PA
105882015-02-20 Pedro Alves <palves@redhat.com>
10589
10590 PR threads/18006
10591 * gdb.threads/clone-thread_db.c: New file.
10592 * gdb.threads/clone-thread_db.exp: New file.
10593
c9587f88
AT
105942015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
10595
10596 PR breakpoints/16812
10597 * gdb.base/catch-gdb-caused-signals.c: New file.
10598 * gdb.base/catch-gdb-caused-signals.exp: New file.
10599
f6a88844
JM
106002015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
10601
10602 * configure: Regenerated.
10603 * configure.ac: Use GDB_AC_TRANSFORM.
10604 * aclocal.m4: sinclude ../transform.m4.
10605
497c491b
JM
106062015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10607
10608 * lib/dtrace.exp: New file.
10609 * gdb.base/dtrace-probe.exp: Likewise.
10610 * gdb.base/dtrace-probe.d: Likewise.
10611 * gdb.base/dtrace-probe.c: Likewise.
10612 * lib/pdtrace.in: Likewise.
10613 * configure.ac: Output variables with the transformed names of
10614 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
10615 * configure: Regenerated.
10616
03e98035
JM
106172015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10618
10619 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
10620 expected message when trying to access $_probe_* convenience
10621 variables while not on a probe.
10622
63cc30e9
JK
106232015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10624
10625 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
10626
0703599a
PA
106272015-02-11 Pedro Alves <pedro@codesourcery.com>
10628
10629 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
10630 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
10631
7e60a48e
DE
106322015-02-10 Doug Evans <xdje42@gmail.com>
10633
10634 * lib/gdb.exp (gdb_load): Always return a result.
10635
01b088bc
PA
106362015-02-10 Pedro Alves <palves@redhat.com>
10637
10638 * gdb.threads/signal-sigtrap.c: New file.
10639 * gdb.threads/signal-sigtrap.exp: New file.
10640
b05ec7a5
AT
106412015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
10642
10643 * gdb.trace/no-attach-trace.c: New file.
10644 * gdb.trace/no-attach-trace.exp: New file.
10645
a2c2acaf
MW
106462015-02-09 Mark Wielaard <mjw@redhat.com>
10647
10648 * gdb.dwarf2/atomic.c: New file.
10649 * gdb.dwarf2/atomic-type.exp: Likewise.
10650
31fd9caa
MM
106512015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10652
10653 * gdb.btrace/buffer-size.exp: Update "info record" output.
10654 * gdb.btrace/delta.exp: Update "info record" output.
10655 * gdb.btrace/enable.exp: Update "info record" output.
10656 * gdb.btrace/finish.exp: Update "info record" output.
10657 * gdb.btrace/instruction_history.exp: Update "info record" output.
10658 * gdb.btrace/next.exp: Update "info record" output.
10659 * gdb.btrace/nexti.exp: Update "info record" output.
10660 * gdb.btrace/step.exp: Update "info record" output.
10661 * gdb.btrace/stepi.exp: Update "info record" output.
10662 * gdb.btrace/nohist.exp: Update "info record" output.
10663
d33501a5
MM
106642015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10665
10666 * gdb.btrace/buffer-size: New.
10667
f4abbc16
MM
106682015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10669
10670 * gdb.btrace/delta.exp: Update "info record" output.
10671 * gdb.btrace/enable.exp: Update "info record" output.
10672 * gdb.btrace/finish.exp: Update "info record" output.
10673 * gdb.btrace/instruction_history.exp: Update "info record" output.
10674 * gdb.btrace/next.exp: Update "info record" output.
10675 * gdb.btrace/nexti.exp: Update "info record" output.
10676 * gdb.btrace/step.exp: Update "info record" output.
10677 * gdb.btrace/stepi.exp: Update "info record" output.
10678 * gdb.btrace/nohist.exp: Update "info record" output.
10679
b9d61307
SM
106802015-02-06 Simon Marchi <simon.marchi@ericsson.com>
10681
10682 PR gdb/15678
10683 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
10684
e584fdbc
PA
106852015-02-06 Pedro Alves <palves@redhat.com>
10686
10687 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
10688 macro.
10689 (seconds_left, again): New globals.
10690 (main): Wait seconds_left in a 1-second sleep loop instead of
10691 sleeping 180 seconds. If 'again' is set, reset the seconds
10692 counter.
10693 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
10694 'again' in the inferior before detaching. Print the seconds left.
10695 (options): New global.
10696 (top level): Build program with -DTIMEOUT=$timeout.
10697
77f41761
PA
106982015-02-06 Pedro Alves <palves@redhat.com>
10699
10700 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
10701 determine how many seconds to pass to 'alarm'.
10702 * gdb.base/gdb-sigterm.exp (top level): Build program with
10703 -DTIMEOUT=$timeout.
10704 (do_test): Return success/failure indication. Add more verbose
10705 logging. Don't fail if 200 single steps are seen. Instead, fail
10706 when the test times out.
10707 (passes): New global.
10708 (top level): Break the testing loop if testing fails on any
10709 iteration. Use gdb_assert.
10710
b9394193
DB
107112015-02-04 Don Breazeal <donb@codesourcery.com>
10712
10713 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
10714 and initialize them.
10715 (ipc_cleanup): New function.
10716 (main): Don't declare shmid, semid, and msqid. Add a call to
10717 atexit so that we call ipc_cleanup on exit.
10718
42d9e528
PA
107192015-02-04 Pedro Alves <palves@redhat.com>
10720
10721 * boards/native-extended-gdbserver.exp: Remove any target variant
10722 specifications from the board name before clearing the isremote
10723 flag from board_info.
10724
ae6ae975
DE
107252015-01-31 Doug Evans <xdje42@gmail.com>
10726
10727 * gdb.base/maint.exp <maint print type argc>: Update expected output.
10728
cfb069a8
GB
107292015-01-31 Gary Benson <gbenson@redhat.com>
10730
10731 * gdb.base/completion.exp: Disable completion limiting for
10732 existing tests. Add new tests to check completion limiting.
10733 * gdb.linespec/ls-errs.exp: Disable completion limiting.
10734
5dd31d79
DE
107352015-01-31 Doug Evans <xdje42@gmail.com>
10736
10737 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
10738
9f050062
DE
107392015-01-31 Doug Evans <xdje42@gmail.com>
10740
10741 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
10742 entries. Duplicate file section script entries.
10743 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
10744 inlined entries. Add test for safe-path rejection.
10745 * gdb.python/py-section-script.c: Add duplicate inlined section script
10746 entries. Duplicate file section script entries.
10747 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
10748 inlined entries. Add test for safe-path rejection.
10749
df25ebbd
JB
107502015-01-29 Joel Brobecker <brobecker@adacore.com>
10751
10752 * gdb.ada/disc_arr_bound: New testcase.
10753
4a0ca9ec
JB
107542015-01-29 Joel Brobecker <brobecker@adacore.com>
10755
10756 * gdb.ada/mi_var_array: New testcase.
10757
3a8b707a
DE
107582015-01-27 Doug Evans <dje@google.com>
10759
10760 * gdb.python/py-objfile.exp: Add tests for objfile.username.
10761 Add test for objfile.filename, objfile.username after objfile
10762 has been unloaded.
10763
f8313f6e
JB
107642015-01-26 Joel Brobecker <brobecker@adacore.com>
10765
10766 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
10767 the second test to print the name attribute of value
10768 returned by the call to gdb.lookup_type, and adjust
10769 the expected output accordingly.
10770
37bc665e
MW
107712015-01-25 Mark Wielaard <mjw@redhat.com>
10772
10773 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
10774 * gdb.base/disp-step-fork.c: Include unistd.h.
10775 * gdb.base/siginfo-obj.c: Include stdio.h.
10776 * gdb.base/siginfo-thread.c: Likewise.
10777 * gdb.mi/non-stop.c: Include unistd.h.
10778 * gdb.mi/nsthrexec.c: Include stdio.h.
10779 * gdb.mi/pthreads.c: Include unistd.h.
10780 * gdb.modula2/unbounded1.c (main): Declare returns int.
10781 * gdb.reverse/consecutive-reverse.c: Likewise.
10782 * gdb.threads/create-fail.c: Include unistd.h.
10783 * gdb.threads/killed.c: Likewise.
10784 * gdb.threads/linux-dp.c: Likewise.
10785 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
10786 * gdb.threads/non-ldr-exc-2.c: Likewise.
10787 * gdb.threads/non-ldr-exc-3.c: Likewise.
10788 * gdb.threads/non-ldr-exc-4.c: Likewise.
10789 * gdb.threads/pthreads.c: Include unistd.h.
10790 (main): Declare returns int.
10791 * gdb.threads/tls-main.c (foo): New declaration.
10792 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
10793
f7e5394d
SM
107942015-01-23 Simon Marchi <simon.marchi@ericsson.com>
10795
10796 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
10797 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
10798
743649fd
MW
107992015-01-15 Mark Wielaard <mjw@redhat.com>
10800
10801 * gdb.base/noreturn-return.c: New file.
10802 * gdb.base/noreturn-return.exp: New file.
10803 * gdb.base/noreturn-finish.c: New file.
10804 * gdb.base/noreturn-finish.exp: New file.
10805
198297aa
PA
108062015-01-23 Pedro Alves <palves@redhat.com>
10807
10808 * gdb.threads/continue-pending-after-query.c: New file.
10809 * gdb.threads/continue-pending-after-query.exp: New file.
10810
717cf30c
AG
108112015-01-22 Anders Granlund <anders.granlund@ericsson.com>
10812 Simon Marchi <simon.marchi@ericsson.com>
10813
10814 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
10815 * gdb.base/valgrind-db-attach.exp: Same.
10816 * gdb.base/valgrind-infcall.exp: Same.
10817 * lib/mi-support.exp (default_mi_gdb_start): Same.
10818 * lib/prompt.exp (default_prompt_gdb_start): Same.
10819 * lib/gdb.exp (default_gdb_spawn): Same.
10820 (gdb_interact): New.
10821
10822
4b62a76e
JK
108232015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10824
10825 * gdb.compile/compile.exp (pointer to jit function): New test.
10826
b4cdae6f
WW
108272015-01-17 Wei-cheng Wang <cole945@gmail.com>
10828
10829 * lib/gdb.exp (supports_process_record): Return true for
10830 powerpc*-*-linux*.
10831 (supports_reverse): Likewise.
10832
d221e7ef
DB
108332015-01-15 Don Breazeal <donb@codesourcery.com>
10834
10835 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
10836 instead of checking whether the target board is remote and
10837 use spawn_wait_for_attach instead of exec/sleep.
10838 * gdb.base/attach-twice.exp: Likewise.
10839
bafffb51
JB
108402015-01-15 Joel Brobecker <brobecker@adacore.com>
10841
10842 * gdb.ada/var_arr_attrs: New testcase.
10843
5589af0e
PA
108442015-01-14 Pedro Alves <palves@redhat.com>
10845 Joel Brobecker <brobecker@adacore.com>
10846
10847 PR gdb/17525
10848 * gdb.base/bp-cmds-execution-x-script.c: New file.
10849 * gdb.base/bp-cmds-execution-x-script.exp: New file.
10850 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
10851
6c400b59
PA
108522015-01-14 Pedro Alves <palves@redhat.com>
10853
10854 PR cli/17828
10855 * gdb.base/batch-preserve-term-settings.c: New file.
10856 * gdb.base/batch-preserve-term-settings.exp: New file.
10857
e02c96a7
DE
108582015-01-13 Doug Evans <dje@google.com>
10859
10860 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
10861 binary.
10862
576fd14c
JB
108632015-01-13 Joel Brobecker <brobecker@adacore.com>
10864
10865 * Makefile.in (clean mostlyclean): Do not delete *.py.
10866
04dccad0
JB
108672015-01-13 Joel Brobecker <brobecker@adacore.com>
10868
10869 * gdb.python/py-lookup-type.exp: New file.
10870
3d230f71
PA
108712015-01-12 Pedro Alves <palves@redhat.com>
10872
10873 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
10874 restore GDBFLAGS before returning.
10875
7e67715d
JK
108762015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10877
10878 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
10879 is_amd64_regs_target and is_x86_like_target.
10880
f2e0d4b4
DE
108812015-01-11 Doug Evans <xdje42@gmail.com>
10882
10883 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
10884 is given without an explicit form.
10885 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
10886 attributes.
10887 * gdb.dwarf/corrupt.exp: Ditto.
10888 * gdb.dwarf2/enum-type.exp: Ditto.
10889 * gdb.trace/entry-values.exp: Ditto.
10890 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
10891
439250fb
DE
108922015-01-11 Doug Evans <xdje42@gmail.com>
10893
10894 PR gdb/15830
10895 * gdb.base/maint.exp: Remove references to "maint demangle".
10896 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
10897 Add tests for explicitly specifying language to demangle.
10898 * gdb.dlang/demangle.exp: Ditto.
10899
ede9f622
PA
109002015-01-09 Pedro Alves <palves@redhat.com>
10901
10902 * gdb.threads/non-stop-fair-events.c: New file.
10903 * gdb.threads/non-stop-fair-events.exp: New file.
10904
a7b796db
PA
109052015-01-09 Pedro Alves <palves@redhat.com>
10906
10907 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
10908 the global scope. Set a breakpoint after all threads are started
10909 rather than stepping over two source lines. Expect the prompt.
10910 * gdb.base/watch_thread_num.c (threads_started_barrier): New
10911 global.
10912 (NUM): Now 15.
10913 (main): Use threads_started_barrier to wait for all threads to
10914 start. Main thread no longer calls thread_function. Exit after
10915 180 seconds.
10916 (loop): New function.
10917 (thread_function): Wait on threads_started_barrier barrier. Call
10918 'loop' at each iteration.
10919 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
10920 threads have started, instead of hardcoding number of "next"
10921 steps. Use an access watchpoint instead of a write watchpoint.
10922
9665ffdd
PA
109232015-01-09 Pedro Alves <palves@redhat.com>
10924
10925 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
10926 (thread_func): Wait on barrier.
10927 (main): Wait for all threads to start before stopping GDB.
10928 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
10929 global.
10930 (thread1_func, thread2_func): Wait on barrier.
10931 (main): Wait for all threads to start before stopping GDB.
10932 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
10933 New global.
10934 (thread1_func, thread2_func): Wait on barrier.
10935 (main): Wait for all threads to start before stopping GDB.
10936
c945a99f
PA
109372015-01-09 Pedro Alves <palves@redhat.com>
10938
10939 * gdb.threads/attach-many-short-lived-threads.c: New file.
10940 * gdb.threads/attach-many-short-lived-threads.exp: New file.
10941
c1a747c1
PA
109422014-01-09 Pedro Alves <palves@redhat.com>
10943
10944 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
10945 instead of to thread 2.
10946 * gdb.threads/signal-command-multiple-signals-pending.c (main):
10947 Add barrier around each pthread_create call instead of around all
10948 calls.
10949 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
10950 Set a break on thread_function and have the child threads hit it
10951 one at at a time.
10952
60b3033e
PA
109532015-01-09 Pedro Alves <palves@redhat.com>
10954
10955 * lib/gdb.exp (can_spawn_for_attach): New procedure.
10956 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
10957 false.
10958 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
10959 checking whether the target board is remote.
10960 * gdb.multi/multi-attach.exp: Likewise.
10961 * gdb.python/py-sync-interp.exp: Likewise.
10962 * gdb.server/ext-attach.exp: Likewise.
10963 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
10964 tests that need to attach, instead of checking whether the target
10965 board is remote at the top of the file.
10966
acc018ac
YQ
109672015-01-08 Yao Qi <yao@codesourcery.com>
10968
10969 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
10970
50a18af8
JK
109712015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10972
10973 Fix testcase compilation.
10974 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
10975
8503d6e1
JB
109762015-01-06 Joel Brobecker <brobecker@adacore.com>
10977
10978 * gdb.python/py-type.exp: Add a couple test about empty
10979 array creation, and negative-length array creation.
10980
cc73dbcc
DE
109812015-01-02 Doug Evans <xdje42@gmail.com>
10982
10983 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
10984
0300bbc7
DE
109852015-01-02 Doug Evans <dje@google.com>
10986
10987 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
10988
9d85a0ec
YQ
109892014-12-29 Yao Qi <yao@codesourcery.com>
10990
10991 * gdb.trace/entry-values.exp: Update comments. Rename variable
10992 bar_call_foo to returned_from_foo.
10993
87186c6a
MMN
109942014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
10995
10996 PR gdb/17394
10997 * gdb.linespec/break-asm-file.c: New file.
10998 * gdb.linespec/break-asm-file.exp: New file.
10999 * gdb.linespec/break-asm-file0.s: New file.
11000 * gdb.linespec/break-asm-file1.s: New file.
11001
1bab7383
YQ
110022014-12-18 Nigel Stephens <nigel@mips.com>
11003 Maciej W. Rozycki <macro@codesourcery.com>
11004
11005 * gdb.base/float.exp: Handle the new output from "info float" on
11006 MIPS targets.
11007
1bc1068a
JK
110082014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11009
11010 Fix MinGW compilation.
11011 * gdb.compile/compile-ops.exp: Update untested message if
11012 !skip_compile_feature_tests.
11013 * gdb.compile/compile-setjmp.exp: Likewise.
11014 * gdb.compile/compile-tls.exp: Likewise.
11015 * gdb.compile/compile.exp: Likewise.
11016 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
11017 supported on this host".
11018
b6615d10
DE
110192014-12-16 Doug Evans <xdje42@gmail.com>
11020
11021 * boards/stabs.exp: New file.
11022
25dda427
AA
110232014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
11024
11025 * gdb.base/completion.exp: Adjust to format changes of "maint
11026 print user-registers".
11027
bf330350
CU
110282014-12-16 Catalin Udma <catalin.udma@freescale.com>
11029
11030 PR server/17457
11031 * gdb.arch/aarch64-fp.c: New file.
11032 * gdb.arch/aarch64-fp.exp: New file.
11033
395cf596
SDJ
110342014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
11035
11036 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
11037 r210637, r210913, r211666, r215400, r215817).
11038
11039 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
11040 * dg-extract-results.py: New file.
11041 * dg-extract-results.sh: Use it if the environment seems
11042 suitable.
11043
11044 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
11045
11046 * dg-extract-results.py (parse_run): Handle warnings that
11047 are printed before a test harness is run.
11048
11049 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
11050
11051 * dg-extract-results.py (Named): Remove __cmp__ method.
11052 (output_variation): Use a key to sort variation.harnesses.
11053
11054 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
11055
11056 * dg-extract-results.py: For Python 3, force sys.stdout to
11057 handle surrogate escape sequences.
11058 (safe_open): New function.
11059 (output_segment, main): Use it.
11060
11061 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
11062
11063 * dg-extract-results.py (Prog.result_re): Include options
11064 in test name.
11065
11066 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
11067
11068 * dg-extract-results.py (output_variation): Always sort if
11069 do_sum.
11070
e882ef3c
SM
110712014-12-15 Simon Marchi <simon.marchi@ericsson.com>
11072
11073 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
11074 as long as we get pagination notifications.
11075
4992aa20
JM
110762014-12-15 Jason Merrill <jason@redhat.com>
11077
11078 * Makefile.in (check-gdb.%): Restore.
11079 * README: Mention it.
11080
c1b5a1a6
JB
110812014-12-13 Joel Brobecker <brobecker@adacore.com>
11082
11083 * gdb.ada/str_uninit: New testcase.
11084
5537b577
JK
110852014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11086
11087 PR symtab/17642
11088 * gdb.base/vla-stub-define.c: New file.
11089 * gdb.base/vla-stub.c: New file.
11090 * gdb.base/vla-stub.exp: New file.
11091
bb2ec1b3
TT
110922014-12-12 Phil Muldoon <pmuldoon@redhat.com>
11093 Jan Kratochvil <jan.kratochvil@redhat.com>
11094 Tom Tromey <tromey@redhat.com>
11095
11096 * configure.ac: Add gdb.compile/.
11097 * configure: Regenerate.
11098 * gdb.compile/Makefile.in: New file.
11099 * gdb.compile/compile-ops.exp: New file.
11100 * gdb.compile/compile-ops.c: New file.
11101 * gdb.compile/compile-tls.c: New file.
11102 * gdb.compile/compile-tls.exp: New file.
11103 * gdb.compile/compile-constvar.S: New file.
11104 * gdb.compile/compile-constvar.c: New file.
11105 * gdb.compile/compile-mod.c: New file.
11106 * gdb.compile/compile-nodebug.c: New file.
11107 * gdb.compile/compile-setjmp-mod.c: New file.
11108 * gdb.compile/compile-setjmp.c: New file.
11109 * gdb.compile/compile-setjmp.exp: New file.
11110 * gdb.compile/compile-shlib.c: New file.
11111 * gdb.compile/compile.c: New file.
11112 * gdb.compile/compile.exp: New file.
11113 * lib/gdb.exp (skip_compile_feature_tests): New proc.
11114
4ff709eb
TT
111152014-12-12 Tom Tromey <tromey@redhat.com>
11116
11117 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
11118 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
11119
6dddd6a5
DE
111202014-12-12 Doug Evans <dje@google.com>
11121
11122 * lib/gdb-python.exp (get_python_valueof): New function.
11123 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
11124
71c24708
AA
111252014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11126
11127 * gdb.base/completion.exp: Add test for completion of "info
11128 registers ".
11129
3e29f34a
MR
111302014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
11131
11132 * gdb.base/func-ptrs.c: New file.
11133 * gdb.base/func-ptrs.exp: New file.
11134
fc126975
SM
111352014-12-10 Simon Marchi <simon.marchi@ericsson.com>
11136
11137 PR breakpoints/17012
11138 * gdb.base/dprintf-detach.c: New file.
11139 * gdb.base/dprintf-detach.exp: New file.
11140
0a46d518
SM
111412014-12-10 Simon Marchi <simon.marchi@ericsson.com>
11142
11143 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
11144 * lib/gdb.exp (target_is_gdbserver): New procedure.
11145
a0be3e44
DE
111462014-12-08 Doug Evans <dje@google.com>
11147
11148 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
11149
df1b803a
YQ
111502014-12-05 Yao Qi <yao@codesourcery.com>
11151
11152 * gdb.guile/scm-error.exp: Remove the third argument to
11153 gdb_remote_download.
11154 * gdb.guile/scm-frame-args.exp: Likewise.
11155 * gdb.guile/scm-section-script.exp: Likewise.
11156
ddb9f679
YQ
111572014-12-05 Yao Qi <yao@codesourcery.com>
11158
11159 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
11160
86e4ed39
DE
111612014-12-04 Doug Evans <dje@google.com>
11162
11163 * gdb.python/py-objfile.exp: Add tests for
11164 objfile.add_separate_debug_file.
11165
7c50a931
DE
111662014-12-04 Doug Evans <dje@google.com>
11167
11168 * lib/gdb.exp (get_build_id): New function.
11169 (build_id_debug_filename_get): Rewrite to use it.
11170 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
11171
621661e3
MR
111722014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
11173
11174 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
11175 `method(long)', not just 0x0.
11176 * gdb.cp/nsalias.exp: Align code labels to 4.
11177 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
11178 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
11179 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
11180 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
11181 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
11182 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
11183
29f0c3b7
DE
111842014-12-02 Doug Evans <dje@google.com>
11185
e1e061e7 11186 PR symtab/17602
29f0c3b7 11187 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 11188 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
11189 * gdb.cp/anon-ns.exp: Update.
11190
162078c8
NB
111912014-12-02 Nick Bull <nicholaspbull@gmail.com>
11192
11193 * gdb.python/py-events.py (inferior_call_handler): New.
11194 (register_changed_handler, memory_changed_handler): New.
11195 (test_events.invoke): Register new handlers.
11196 * gdb.python/py-events.exp: Add tests for inferior call,
11197 memory_changed and register_changed events.
11198
fdb09caf
AA
111992014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
11200
11201 * gdb.base/execl-update-breakpoints.exp: Specify the link address
11202 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
11203 if the linker doesn't understand this.
11204
55cfb2c4
SM
112052014-12-01 Simon Marchi <simon.marchi@ericsson.com>
11206
11207 * gdb.python/python.exp: Change expected reply to help().
11208
9e8cd6df
YQ
112092014-12-01 Yao Qi <yao@codesourcery.com>
11210
11211 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
11212 AC_CONFIG_SUBDIRS(gdb.gdbtk).
11213 * configure: Re-generated.
11214
6c659fc2
SC
112152014-11-28 Siva Chandra Reddy <sivachandra@google.com>
11216
11217 * gdb.cp/chained-calls.cc: New file.
11218 * gdb.cp/chained-calls.exp: New file.
11219 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
11220
d7fc3181
SM
112212014-11-28 Simon Marchi <simon.marchi@ericsson.com>
11222
11223 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
11224 * gdb.dwarf2/symtab-producer.exp: Same.
11225 * gdb.gdb/python-interrupts.exp: Same.
11226 * gdb.gdb/python-selftest.exp: Same.
11227 * gdb.python/py-linetable.exp: Same.
11228 * gdb.python/py-type.exp: Same.
11229 * gdb.python/py-value-cc.exp: Same.
11230 * gdb.python/py-value.exp: Same.
11231
10e79639
YQ
112322014-11-28 Yao Qi <yao@codesourcery.com>
11233
11234 * gdb.base/break-probes.exp: Match library name prefixed with
11235 sysroot.
11236
f28a0564
SM
112372014-11-27 Simon Marchi <simon.marchi@ericsson.com>
11238
11239 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
11240 test expected output. Add parentheses for the call to print.
11241 Remove L suffix from integers.
11242
3fe1ce1d
DE
112432014-11-26 Doug Evans <dje@google.com>
11244
11245 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
11246
84429e27
YQ
112472014-11-22 Yao Qi <yao@codesourcery.com>
11248
11249 * gdb.trace/entry-values.c: Remove asms.
11250 (foo): Add foo_label.
11251 (bar): Add bar_label.
11252 * gdb.trace/entry-values.exp: Remove code computing foo's
11253 length and bar's length.
11254 (Dwarf::assemble): Invoke function_range for bar and use
11255 MACRO_AT_func for foo.
11256
26741859
YQ
112572014-11-22 Yao Qi <yao@codesourcery.com>
11258
11259 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
11260 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
11261 Use .Lgcc43_procstart instead of gcc43.
11262
45e44d27
JB
112632014-11-21 Joel Brobecker <brobecker@adacore.com>
11264
11265 * gdb.ada/n_arr_bound: New testcase.
11266
458c8db8
SDJ
112672014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
11268
11269 PR breakpoints/10737
11270 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
11271 test_catch_syscall_multi_arch.
11272 (test_catch_syscall_multi_arch): New function.
11273
43f3e411
DE
112742014-11-20 Doug Evans <xdje42@gmail.com>
11275
11276 * gdb.base/maint.exp: Update expected output.
11277
0d7b2549
AA
112782014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11279
11280 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
11281 4-byte instruction on S390.
11282
8908fca5
JB
112832014-11-19 Joel Brobecker <brobecker@adacore.com>
11284
11285 * gdb.ada/arr_arr: New testcase.
11286
4a46959e
JB
112872014-11-19 Joel Brobecker <brobecker@adacore.com>
11288
11289 * gdb.ada/pkd_arr_elem: New Testcase.
11290
470e2f4e
LM
112912014-11-18 Luis Machado <lgustavo@codesourcery.com>
11292
11293 * gdb.reverse/break-precsave: Expect completion message for
11294 core file reads.
11295 * gdb.reverse/consecutive-precsave.exp: Likewise.
11296 * gdb.reverse/finish-precsave.exp: Likewise.
11297 * gdb.reverse/i386-precsave.exp: Likewise.
11298 * gdb.reverse/machinestate-precsave.exp: Likewise.
11299 * gdb.reverse/sigall-precsave.exp: Likewise.
11300 * gdb.reverse/solib-precsave.exp: Likewise.
11301 * gdb.reverse/step-precsave.exp: Likewise.
11302 * gdb.reverse/until-precsave.exp: Likewise.
11303 * gdb.reverse/watch-precsave.exp: Likewise.
11304
a267f3ad
AA
113052014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11306
11307 * gdb.base/bp-permanent.c: Include unistd.h.
11308 * gdb.python/py-framefilter-mi.c (main): Add return type.
11309 * gdb.python/py-framefilter.c (main): Likewise.
11310 * gdb.trace/actions-changed.c (main): Likewise.
11311
12084a9a
AA
113122014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11313
11314 * gdb.mi/until.c: Add eye-catchers.
11315 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
11316 line numbers.
11317
dc7e1a77
AA
113182014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11319
11320 * gdb.base/condbreak.exp: Drop references to removed non-prototype
11321 function header variants in break1.c.
11322 * gdb.base/ena-dis-br.exp: Likewise.
11323 * gdb.base/hbreak2.exp: Likewise.
11324 * gdb.reverse/until-precsave.exp: Drop references to removed
11325 non-prototype function header variants in ur1.c.
11326 * gdb.reverse/until-reverse.exp: Likewise.
11327
41c77605
PM
113282014-11-17 Petr Machata <pmachata@redhat.com>
11329
11330 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
11331 ${_cu_offset_size} bytes abbrev offset.
11332
34248c3a
DE
113332014-11-15 Doug Evans <xdje42@gmail.com>
11334
11335 PR symtab/17559
11336 * gdb.base/line-symtabs.exp: New file.
11337 * gdb.base/line-symtabs.c: New file.
11338 * gdb.base/line-symtabs.h: New file.
11339
646da059
YQ
113402014-11-14 Yao Qi <yao@codesourcery.com>
11341
11342 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
11343 (func): Add label func_label.
11344 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
11345 Replace low_pc and high_pc with MACRO_AT_range.
11346 Replace name, low_pc and high_pc with MACRO_AT_func.
11347
9301ebe6
YQ
113482014-11-14 Yao Qi <yao@codesourcery.com>
11349
11350 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
11351 Replace name, low_pc and high_pc with MACRO_AT_func.
11352
f166b542
YQ
113532014-11-14 Yao Qi <yao@codesourcery.com>
11354
11355 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
11356 produce debug information.
11357 * gdb.dwarf2/implptr-optimized-out.S: Removed.
11358
0f6e71e3
YQ
113592014-11-14 Yao Qi <yao@codesourcery.com>
11360
11361 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
11362 object and get function length.
11363 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
11364 with MACRO_AT_func.
11365 (top-level): Replace gdb_compile and clean_restart with
11366 prepare_for_testing.
11367 * gdb.dwarf2/main.c (main): Add label main_label.
11368
876c4df9
YQ
113692014-11-14 Yao Qi <yao@codesourcery.com>
11370
11371 * lib/dwarf.exp (function_range): New procedure.
11372 (Dwarf::_handle_macro_at_func): New procedure.
11373 (Dwarf::_handle_macro_at_range): New procedure.
11374 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
11375
02ad9cf1
YQ
113762014-11-14 Yao Qi <yao@codesourcery.com>
11377
11378 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
11379 (_handle_attribute): New procedure.
11380
a59add0c
AA
113812014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11382
11383 * gdb.ada/cond_lang/foo.c (callme): Add return type.
11384 * gdb.base/call-sc.c (zed): Likewise.
11385 * gdb.base/checkpoint.c (main): Likewise.
11386 * gdb.base/dump.c (main): Likewise.
11387 * gdb.base/gcore.c (main): Likewise.
11388 * gdb.base/huge.c (main): Likewise.
11389 * gdb.base/multi-forks.c (main): Likewise.
11390 * gdb.base/pr10179-a.c (main): Likewise.
11391 * gdb.base/savedregs.c (main): Likewise.
11392 * gdb.base/sigaltstack.c (main): Likewise.
11393 * gdb.base/siginfo.c (main): Likewise.
11394 * gdb.base/structs.c (zed): Likewise.
11395 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
11396 * gdb.mi/mi-syn-frame.c (main): Likewise.
11397 * gdb.mi/until.c (foo, main): Likewise.
11398 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
11399 * gdb.base/solib-weak.c (foo): Declare.
11400 * gdb.base/attach-twice.c: Include stdio.h.
11401 * gdb.base/weaklib1.c: Likewise.
11402 * gdb.base/weaklib2.c: Likewise.
11403 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
11404 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
11405 unistd.h.
11406 * gdb.base/attach-pie-misread.c: Include stdlib.h.
11407 * gdb.mi/mi-exit-code.c: Likewise.
11408 * gdb.base/break-interp-lib.c: Include string.h.
11409 * gdb.base/coremaker.c: Likewise.
11410 * gdb.base/testenv.c: Likewise.
11411 * gdb.python/py-finish-breakpoint.c: Likewise.
11412 * gdb.base/inferior-died.c: Include sys/wait.h.
11413 * gdb.base/fileio.c: Include time.h.
11414 * gdb.base/async-shell.c: Include unistd.h.
11415 * gdb.base/dprintf-non-stop.c: Likewise.
11416 * gdb.base/info-os.c: Likewise.
11417 * gdb.mi/mi-console.c: Likewise.
11418 * gdb.mi/watch-nonstop.c: Likewise.
11419 * gdb.python/py-events.c: Likewise.
11420 * gdb.base/async.c (baz): Move up before its invocation.
11421 * gdb.base/code_elim2.c (my_global_func): Likewise.
11422 * gdb.base/skip-solib-lib.c (multiply): Likewise.
11423 * gdb.base/advance.c (func2): Likewise.
11424
3b5d5997
AA
114252014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11426
11427 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
11428 variant.
11429 * gdb.base/annota3.c: Likewise.
11430 * gdb.base/async.c: Likewise.
11431 * gdb.base/average.c: Likewise.
11432 * gdb.base/call-ar-st.c: Likewise.
11433 * gdb.base/call-rt-st.c: Likewise.
11434 * gdb.base/call-sc.c: Likewise.
11435 * gdb.base/call-strs.c: Likewise.
11436 * gdb.base/ending-run.c: Likewise.
11437 * gdb.base/execd-prog.c: Likewise.
11438 * gdb.base/exprs.c: Likewise.
11439 * gdb.base/foll-exec.c: Likewise.
11440 * gdb.base/foll-fork.c: Likewise.
11441 * gdb.base/foll-vfork.c: Likewise.
11442 * gdb.base/funcargs.c: Likewise.
11443 * gdb.base/gcore.c: Likewise.
11444 * gdb.base/jump.c: Likewise.
11445 * gdb.base/langs0.c: Likewise.
11446 * gdb.base/langs1.c: Likewise.
11447 * gdb.base/langs2.c: Likewise.
11448 * gdb.base/mips_pro.c: Likewise.
11449 * gdb.base/nodebug.c: Likewise.
11450 * gdb.base/opaque0.c: Likewise.
11451 * gdb.base/opaque1.c: Likewise.
11452 * gdb.base/recurse.c: Likewise.
11453 * gdb.base/run.c: Likewise.
11454 * gdb.base/scope0.c: Likewise.
11455 * gdb.base/scope1.c: Likewise.
11456 * gdb.base/setshow.c: Likewise.
11457 * gdb.base/setvar.c: Likewise.
11458 * gdb.base/shmain.c: Likewise.
11459 * gdb.base/shr1.c: Likewise.
11460 * gdb.base/shr2.c: Likewise.
11461 * gdb.base/sigall.c: Likewise.
11462 * gdb.base/signals.c: Likewise.
11463 * gdb.base/so-indr-cl.c: Likewise.
11464 * gdb.base/solib2.c: Likewise.
11465 * gdb.base/structs.c: Likewise.
11466 * gdb.base/sum.c: Likewise.
11467 * gdb.base/vforked-prog.c: Likewise.
11468 * gdb.base/watchpoint.c: Likewise.
11469 * gdb.reverse/shr2.c: Likewise.
11470 * gdb.reverse/until-reverse.c: Likewise.
11471 * gdb.reverse/ur1.c: Likewise.
11472 * gdb.reverse/watch-reverse.c: Likewise.
11473
066a77c5
AA
114742014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11475
11476 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
11477 variant.
11478 * gdb.base/sepdebug.exp: Drop references to removed code.
11479
4f204ea5
AA
114802014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11481
11482 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
11483 variant. Preserve original line numbering.
11484 * gdb.base/list1.c: Likewise.
11485
3b377a3a
AA
114862014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11487
11488 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
11489 variant.
11490 * gdb.base/break1.c: Likewise.
11491 * gdb.base/break.exp: Drop references to removed code.
11492
e444df73
AA
114932014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11494
11495 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
11496 variant.
11497
8008f2a7
AA
114982014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11499
11500 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
11501
a5a06887
AA
115022014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11503
11504 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
11505 logic into perform_all_tests() and invoke it with and without
11506 function header prototypes.
11507 (do_function_calls): Remove conditional XFAIL for PR 5318.
11508 (rerun_and_prepare): Remove duplicate code.
11509 (perform_all_tests): New. Main logic moved here.
11510
44dba9b9
AA
115112014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11512
11513 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
11514 code guarded by #ifdef NO_PROTOTYPES.
11515 (t_double_many_args): Likewise.
11516 (DEF_FUNC_MANY_ARGS_1): Likewise.
11517 (DEF_FUNC_VALUES_1): Likewise.
11518 (t_structs_ldc): Renamed from t_structs_fc in conditional code
11519 guarded by #ifdef PROTOTYPES.
11520
d1fbcd56
AA
115212014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11522
11523 * gdb.mi/mi-console.c: Add eye-catcher.
11524 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
11525 instead of literal line number.
11526
b0e59b8f
AA
115272014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11528
11529 * gdb.base/shr2.c: Add eye-catcher.
11530 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
11531 line number.
11532
78f98cca
AA
115332014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11534
11535 * gdb.base/jump.c: Add eye-catchers.
11536 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
11537 numbers.
11538
58fa2af0
AA
115392014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11540
11541 * gdb.base/execd-prog.c: Add eye-catchers.
11542 * gdb.base/foll-exec.c: Likewise.
11543 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
11544 line numbers.
11545
04e5059b
AA
115462014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11547
11548 * gdb.base/ending-run.c: Add eye-catchers.
11549 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
11550 literal line numbers.
11551
dbfdb174
AA
115522014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11553
11554 * gdb.base/call-rt-st.c: Add eye-catchers.
11555 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
11556 literal line numbers.
11557
888a2ade
AA
115582014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11559
11560 * gdb.base/call-ar-st.c: Add eye-catchers.
11561 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
11562 literal line numbers.
11563
6acc2dde
AA
115642014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11565
11566 * gdb.base/average.c: Add eye-catchers.
11567 * gdb.base/sum.c: Likewise.
11568 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
11569 regexps dynamically.
11570
9ecfcd1d
AA
115712014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11572
11573 * gdb.base/solib1.c: Add eye-catchers.
11574 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
11575 literal line numbers.
11576
78708b7c
PA
115772014-11-12 Pedro Alves <palves@redhat.com>
11578
11579 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
11580 leader has exited.
11581
af48d08f
PA
115822014-11-12 Pedro Alves <palves@redhat.com>
11583
11584 * gdb.arch/i386-bp_permanent.c: New file.
11585 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
11586 (srcfile): Set to i386-bp_permanent.c.
11587 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
11588 that stepi does not execute the 'leave' instruction, instead of
11589 testing it does execute.
11590 * gdb.base/bp-permanent.c: New file.
11591 * gdb.base/bp-permanent.exp: New file.
11592
af3768e9
DE
115932014-11-10 Doug Evans <xdje42@gmail.com>
11594
11595 PR symtab/17564
11596 * gdb.base/symtab-search-order.exp: New file.
11597 * gdb.base/symtab-search-order.c: New file.
11598 * gdb.base/symtab-search-order-1.c: New file.
11599 * gdb.base/symtab-search-order-shlib-1.c: New file.
11600
9de00a4a
PA
116012014-11-07 Pedro Alves <palves@redhat.com>
11602
11603 PR gdb/17511
11604 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
11605 i?86-*-linux*.
11606
e0f52461
SC
116072014-11-03 Siva Chandra Reddy <sivachandra@google.com>
11608
11609 PR c++/17494
11610 * gdb.cp/pr17494.cc: New file.
11611 * gdb.cp/pr17494.exp: New file.
11612
6ce8c980
YQ
116132014-11-02 Yao Qi <yao@codesourcery.com>
11614
11615 * gdb.python/python.exp: Get working directory and match the
11616 output of "set extended-prompt \\w " with it.
11617
02be9a71
DE
116182014-10-30 Doug Evans <dje@google.com>
11619
11620 * gdb.python/py-objfile.exp: Add tests for setting random attributes
11621 in objfiles.
11622 * gdb.python/py-progspace.exp: Add tests for setting random attributes
11623 in progspaces.
11624
3bdff46b
LM
116252014-10-30 Janis Johnson <janisjo@codesourcery.com>
11626
11627 * gdb.base/fullpath-expand.exp: Skip for a remote host.
11628 * gdb.base/realname-expand.exp: Likewise.
11629 * gdb.linespec/macro-relative.exp: Likewise.
11630
ab917dfb
PA
116312014-10-29 Pedro Alves <palves@redhat.com>
11632
11633 PR gdb/17408
11634 * gdb.threads/schedlock.c (some_function): New function.
11635 (call_function): New global.
11636 (MAYBE_CALL_SOME_FUNCTION): New macro.
11637 (thread_function): Call it.
11638 * gdb.threads/schedlock.exp (get_args): Add description parameter,
11639 and use it instead of a global counter. Adjust all callers.
11640 (get_current_thread): Use "find current thread" for test message
11641 here rather than having all callers pass down the same string.
11642 (goto_loop): New procedure, factored out from ...
11643 (my_continue): ... this.
11644 (step_ten_loops): Change parameter from test message to command to
11645 use. Adjust.
11646 (list_count): Delete global.
11647 (check_result): New procedure, factored out from duplicate top
11648 level code.
11649 (continue tests): Wrap in with_test_prefix.
11650 (test_step): New procedure, factored out from duplicate top level
11651 code.
11652 (top level): Test "step" in combination with all scheduler-locking
11653 modes. Test "next" in combination with all scheduler-locking
11654 modes, and in combination with stepping over a function call or
11655 not.
11656 * gdb.threads/next-bp-other-thread.c: New file.
11657 * gdb.threads/next-bp-other-thread.exp: New file.
11658
d3d4baed
PA
116592014-10-29 Pedro Alves <palves@redhat.com>
11660
11661 PR python/17372
11662 * gdb.python/python.exp: Test a multi-line command that spawns
11663 interactive Python.
11664 * gdb.base/multi-line-starts-subshell.exp: New file.
11665
563e8d85
YQ
116662014-10-29 Yao Qi <yao@codesourcery.com>
11667
11668 * gdb.base/fileio.exp: Make directories on host.
11669
0ea4d52e
YQ
116702014-10-29 Yao Qi <yao@codesourcery.com>
11671
11672 * gdb.base/fileio.c (test_write): Close the file.
11673
7f5ef605
PA
116742014-10-28 Pedro Alves <palves@redhat.com>
11675
11676 PR gdb/12623
11677 * gdb.base/sigstep.c (no_handler): New global.
11678 (main): If 'no_handler is true, set the signal handlers to
11679 SIG_IGN.
11680 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
11681 with_sw_watch and no_handler parameters. Handle them.
11682 (top level) <stepping over handler when stopped at a breakpoint
11683 test>: Add a test axis for testing with a software watchpoint, and
11684 another for testing with the signal handler set to SIG_IGN.
11685 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
11686 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
11687
abbdbd03
PA
116882014-10-28 Pedro Alves <palves@redhat.com>
11689
11690 PR gdb/17511
11691 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
11692 * gdb.base/sigstep.exp (other_handler_location): New global.
11693 (advance): Support stepping into the signal handler, and running
11694 commands while in the handler.
11695 (in_handler_map): New global.
11696 (top level): In the advance test, add combinations for getting
11697 into the handler with stepping commands, and for running commands
11698 in the handler. Add comment descripting the advancei tests.
11699
1df4399f
PA
117002014-10-28 Pedro Alves <palves@redhat.com>
11701
11702 * gdb.base/sigstep.exp: Use build_executable instead of
11703 prepare_for_testing.
11704 (top level): Move code that starts GDB, runs to main and creates a
11705 display to ...
11706 (restart): ... this new procedure.
11707 (top level): Move backtrace from signal handler test to ...
11708 (validate_backtrace): ... this new procedure.
11709 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
11710 with_test_prefix. Always restart GDB.
11711 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
11712 with_test_prefix. Always restart GDB. No need to delete
11713 breakpoints after the test.
11714 (test_skip_handler): Remove prefix parameter.
11715 (skip_over_handler, breakpoint_to_handler)
11716 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
11717 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
11718 restart GDB. No need to delete breakpoints after the test.
11719 (top level): Use foreach to call the test procedures with
11720 different commands.
11721
a5b6e449
PA
117222014-10-28 Pedro Alves <palves@redhat.com>
11723
11724 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
11725 instead of GNATS numbers.
11726 * gdb.base/sigbpt.exp: Likewise.
11727 * gdb.base/siginfo.exp: Likewise.
11728 * gdb.base/sigstep.exp: Likewise.
11729
e5f8a7cc
PA
117302014-10-27 Pedro Alves <palves@redhat.com>
11731
11732 * gdb.base/sigstep.c (dummy): New global.
11733 (main): Issue a couple writes to the new global.
11734 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
11735 procedures.
11736 (skip_over_handler): Use test_skip_handler.
11737 (top level): Call skip_over_handler for stepi and nexti too.
11738 (breakpoint_over_handler): Use test_skip_handler.
11739 (top level): Call breakpoint_over_handler for stepi and nexti too.
11740
763905a3
YQ
117412014-10-27 Yao Qi <yao@codesourcery.com>
11742
11743 * gdb.trace/tfile.c (adjust_function_address)
11744 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
11745 function descriptor.
11746
6f259a23
DB
117472014-10-24 Don Breazeal <donb@codesourcery.com>
11748
11749 * gdb.base/foll-fork.exp (test_follow_fork,
11750 catch_fork_child_follow): Check for updated fork messages emitted
11751 from infrun.c.
11752 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
11753 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
11754 vfork_and_exec_child_follow_through_step): Check for updated vfork
11755 messages emitted from infrun.c.
11756
09dd9a69
PA
117572014-10-24 Pedro Alves <palves@redhat.com>
11758
11759 * gdb.base/corefile.exp: Remove references to ultrix.
11760 * gdb.base/interrupt.exp: Likewise.
11761 * gdb.base/whatis.exp: Likewise.
11762 * gdb.gdb/selftest.exp: Likewise.
11763 * gdb.threads/manythreads.exp: Likewise.
11764 * gdb.threads/print-threads.exp: Likewise.
11765 * gdb.threads/pthreads.exp:: Likewise.
11766 * gdb.threads/schedlock.exp: Likewise.
11767
3433cfa5
SC
117682014-10-24 Siva Chandra Reddy <sivachandra@google.com>
11769
11770 * gdb.cp/non-trivial-retval.cc: Add a test case.
11771 * gdb.cp/non-trivial-retval.exp: Add a test.
11772
092f880b
YQ
117732014-10-20 Yao Qi <yao@codesourcery.com>
11774
11775 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
11776 * gdb.python/py-objfile-script-gdb.py: New file.
11777 * gdb.python/py-objfile-script.exp: Update reference to
11778 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
11779 of remote_download. Remove the dest file.
11780
acbdb7f3
YQ
117812014-10-20 Yao Qi <yao@codesourcery.com>
11782
11783 * gdb.base/checkpoint.exp: Don't remove file copied on host.
11784 * gdb.base/step-line.exp: Likewise.
11785 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
11786 * gdb.dwarf2/dw2-basic.exp: Likewise.
11787 * gdb.dwarf2/dw2-compressed.exp: Likewise.
11788 * gdb.dwarf2/dw2-filename.exp: Likewise.
11789 * gdb.dwarf2/dw2-intercu.exp: Likewise.
11790 * gdb.dwarf2/dw2-intermix.exp: Likewise.
11791 * gdb.dwarf2/dw2-producer.exp: Likewise.
11792 * gdb.dwarf2/mac-fileno.exp: Likewise.
11793 * gdb.python/py-frame-args.exp: Likewise.
11794 * gdb.python/py-framefilter.exp: Likewise.
11795 * gdb.python/py-mi.exp: Likewise.
11796 * gdb.python/py-objfile-script.exp: Likewise
11797 * gdb.python/py-pp-integral.exp: Likewise.
11798 * gdb.python/py-pp-re-notag.exp: Likewise.
11799 * gdb.python/py-prettyprint.exp: Likewise.
11800 * gdb.python/py-section-script.exp: Likewise.
11801 * gdb.python/py-typeprint.exp: Likewise.
11802 * gdb.python/py-xmethods.exp: Likewise.
11803 * gdb.stabs/weird.exp: Likewise.
11804 * gdb.xml/tdesc-regs.exp: Likewise.
11805
bd286a29
KCY
118062014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
11807
11808 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
11809 (out_cu): Use addr_len for the size of addresses.
11810 (out_line): Likewise. Size DW_LNE_set_address instruction
11811 according to addr_len.
11812 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
11813 (FUNC): Add START_INSNS to definition.
11814
673dc4a0
YQ
118152014-10-18 Yao Qi <yao@codesourcery.com>
11816
11817 * gdb.base/argv0-symlink.exp: Check argv[0] value if
11818 gdb_has_argv0 return true.
11819 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
11820 check [target_info exists noargs], check [gdb_has_argv0]
11821 instead.
11822 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
11823 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
11824 procedures.
11825
4ffbba72
DE
118262014-10-17 Doug Evans <dje@google.com>
11827
11828 * gdb.python/py-events.exp: Update expected output for clear_objfiles
11829 event.
11830 * gdb.python/py-events.py: Add clear_objfiles event.
11831
d096d8c1
DE
118322014-10-17 Doug Evans <dje@google.com>
11833
11834 * gdb.python/py-objfile.exp: Test progspace attribute.
11835
a80db015
LM
118362014-10-17 Luis Machado <lgustavo@codesourcery.com>
11837
11838 * gdb.guile/scm-breakpoint.exp: Do not assume any
11839 directory separators when matching source file paths.
11840 * gdb.python/py-breakpoint.exp: Likewise.
11841 * gdb.reverse/break-precsave.exp: Likewise.
11842 * gdb.reverse/break-reverse.exp: Likewise.
11843 * gdb.reverse/consecutive-precsave.exp: Likewise.
11844 * gdb.reverse/finish-precsave.exp: Likewise.
11845 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
11846 * gdb.reverse/finish-reverse.exp: Likewise.
11847 * gdb.reverse/i386-precsave.exp: Likewise.
11848 * gdb.reverse/i387-env-reverse.exp: Likewise.
11849 * gdb.reverse/i387-stack-reverse.exp: Likewise.
11850 * gdb.reverse/machinestate-precsave.exp: Likewise.
11851 * gdb.reverse/machinestate.exp: Likewise.
11852 * gdb.reverse/sigall-precsave.exp: Likewise.
11853 * gdb.reverse/solib-precsave.exp: Likewise.
11854 * gdb.reverse/step-precsave.exp: Likewise.
11855 * gdb.reverse/until-precsave.exp: Likewise.
11856 * gdb.reverse/watch-precsave.exp: Likewise.
11857 * gdb.reverse/watch-reverse.exp: Likewise.
11858
b22089ab
YQ
118592014-10-17 Yao Qi <yao@codesourcery.com>
11860
11861 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
11862 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
11863
6c4486e6
PA
118642014-10-17 Pedro Alves <palves@redhat.com>
11865
11866 PR gdb/17471
11867 * gdb.base/bg-execution-repeat.c: New file.
11868 * gdb.base/bg-execution-repeat.exp: New file.
11869
0ff33695
PA
118702014-10-17 Pedro Alves <palves@redhat.com>
11871
11872 PR gdb/17300
11873 * gdb.base/continue-all-already-running.c: New file.
11874 * gdb.base/continue-all-already-running.exp: New file.
11875
6fdebc3d
PA
118762014-10-17 Pedro Alves <palves@redhat.com>
11877
11878 PR gdb/17472
11879 * gdb.base/annota-input-while-running.c: New file.
11880 * gdb.base/annota-input-while-running.exp: New file.
11881
32a8097b
PA
118822014-10-17 Pedro Alves <palves@redhat.com>
11883
11884 * gdb.base/callfuncs.exp: emove references to osf.
11885 * gdb.base/sigall.exp: Likewise.
11886 * gdb.gdb/selftest.exp: Likewise.
11887 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
11888 * gdb.mi/non-stop.c: Likewise.
11889 * gdb.mi/pthreads.c: Likewise.
11890 * gdb.reverse/sigall-precsave.exp: Likewise.
11891 * gdb.reverse/sigall-reverse.exp: Likewise.
11892 * gdb.threads/pthreads.c: Likewise.
11893 * gdb.threads/pthreads.exp: Likewise.
11894
7a3517ff
YQ
118952014-10-17 Yao Qi <yao@codesourcery.com>
11896
11897 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
11898 check 'target_info exists noargs'.
11899 (test_command_prompt_position): Likewise.
11900 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
11901 Remove "set args".
11902 (progvar_simple_while_test): Likewise.
11903 (progvar_complex_if_while_test): Likewise.
11904 (if_while_breakpoint_command_test): Likewise.
11905 (infrun_breakpoint_command_test): Likewise.
11906 (breakpoint_command_test): Likewise.
11907 (watchpoint_command_test): Likewise.
11908 (bp_deleted_in_command_test): Likewise.
11909 (temporary_breakpoint_commands): Likewise.
11910
bb99c472
YQ
119112014-10-16 Yao Qi <yao@codesourcery.com>
11912
11913 * gdb.base/remotetimeout.exp: Remove noargs checking.
11914
7c16b83e
PA
119152014-10-15 Pedro Alves <palves@redhat.com>
11916
11917 PR breakpoints/9649
11918 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
11919 * gdb.base/breakpoint-in-ro-region.exp
11920 (probe_target_hardware_step): New procedure.
11921 (top level): Probe hardware stepping and hardware breakpoint
11922 support. Test stepping through a read-only region, with both
11923 "breakpoint auto-hw" on and off and both "always-inserted" on and
11924 off.
11925
35a49624
IB
119262014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
11927
11928 * gdb.dlang/demangle.exp: Update for demangling changes.
11929
2d1c107c
SC
119302014-10-15 Siva Chandra Reddy <sivachandra@google.com>
11931
11932 * gdb.cp/non-trivial-retval.cc: Add new test cases.
11933 * gdb.cp/non-trivial-retval.exp: Add new tests.
11934
778811d5
SC
119352014-10-15 Siva Chandra Reddy <sivachandra@google.com>
11936
11937 PR c++/13403
11938 PR c++/15154
11939 * gdb.cp/non-trivial-retval.cc: New file.
11940 * gdb.cp/non-trivial-retval.exp: New file.
11941
10c5f0a8
YQ
119422014-10-15 Yao Qi <yao@codesourcery.com>
11943
11944 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
11945 remote host.
11946
65d7b369
YQ
119472014-10-15 Yao Qi <yao@codesourcery.com>
11948
11949 * gdb.python/py-symbol.exp: Match file base name if host is
11950 remote, otherwise match file name with dir name.
11951 * gdb.python/py-symtab.exp: Likewise.
11952 * gdb.python/python.exp: Likewise.
11953
46dc1394
YQ
119542014-10-15 Yao Qi <yao@codesourcery.com>
11955
11956 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
11957 pattern.
11958 * gdb.python/py-symtab.exp: Likewise.
11959 * gdb.python/python.exp: Remove trailing ".*". Fix typo
11960 locationn.
11961
c40cc657
JB
119622014-10-14 Joel Brobecker <brobecker@adacore.com>
11963
11964 * gdb.ada/addr_arith: New testcase.
11965
2abf49e1
MR
119662014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
11967
11968 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
11969 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
11970 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
11971 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
11972
f7088df3
SDJ
119732014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
11974
11975 * gdb.arch/stap-eval-lang-ada.S: Likewise.
11976 * gdb.arch/stap-eval-lang-ada.c: Likewise.
11977 * gdb.arch/stap-eval-lang-ada.exp: New file.
11978
4dc06805
YQ
119792014-10-14 Yao Qi <yao@codesourcery.com>
11980
11981 * gdb.mi/mi-var-child.c (nothing1): New function.
11982 (nothing2): New function.
11983 (do_children_tests): Set function pointers by nothing1 and
11984 nothing2.
11985 * gdb.mi/mi-var-child.exp: Step over new added statements.
11986 Update test to match the new output.
11987 * gdb.mi/var-cmd.c (nothing1): New function.
11988 (nothing2): New function.
11989 (do_children_tests): Set function pointers by nothing1 and
11990 nothing2.
11991 * gdb.mi/mi-var-display.exp: Update test to match output.
11992 Step to the line specified by $line_dct_nothing.
11993 Increase the number of lines to step.
11994
46a93de2
YQ
119952014-10-14 Yao Qi <yao@codesourcery.com>
11996
11997 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
11998 tests.
11999 * gdb.mi/mi2-var-child.exp: Likewise.
12000
14ea52ee
DE
120012014-10-13 Doug Evans <dje@google.com>
12002
12003 * gdb.python/py-objfile.exp: Change name of file name test.
12004
e5c6e92b
DE
120052014-10-13 Doug Evans <dje@google.com>
12006
12007 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
12008 from the start of the CU.
12009
c780cc2f
JK
120102014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12011 Yao Qi <yao@codesourcery.com>
12012
12013 Fix "save breakpoints" for "catch" command.
12014 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
12015 Remove -nonewline. Match also the added "main" line.
12016
99894e11
JK
120172014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12018
12019 Fix "save breakpoints" for "disable $bpnum" command.
12020 * gdb.base/save-bp.c (main): Add label.
12021 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
12022
6e1ac5a3
JK
120232014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12024
12025 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
12026
754dd2b0
YQ
120272014-10-11 Yao Qi <yao@codesourcery.com>
12028
12029 * gdb.server/server-kill.exp: Execute command
12030 "set remote trace-status-packet on" before "tstatus".
12031
f90183d7
YQ
120322014-10-11 Yao Qi <yao@codesourcery.com>
12033
12034 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
12035 (main): Call getppid.
12036 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
12037 and continue to it. Read variable "server_pid".
12038
bf40a607
YQ
120392014-10-11 Yao Qi <yao@codesourcery.com>
12040
12041 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
12042
052ca370
YQ
120432014-10-11 Yao Qi <yao@codesourcery.com>
12044
12045 * gdb.threads/thread-find.exp: Don't execute command
12046 "info threads".
12047 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
12048 * gdb.threads/linux-dp.exp: Don't check the condition
12049 $threads_created equals to zero.
12050
3831839c
PA
120512014-10-10 Pedro Alves <palves@redhat.com>
12052
12053 * gdb.base/bigcore.exp: Remove references to IRIX.
12054 * gdb.base/funcargs.exp: Likewise.
12055 * gdb.base/interrupt.exp: Likewise.
12056 * gdb.base/mips_pro.exp: Likewise.
12057 * gdb.base/nodebug.exp: Likewise.
12058 * gdb.base/setvar.exp: Likewise.
12059 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
12060
8b9a549d
PA
120612014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12062 Pedro Alves <palves@redhat.com>
12063
12064 PR symtab/14466
12065 * gdb.base/vdso-warning.c: New file.
12066 * gdb.base/vdso-warning.exp: New file.
12067
d48ba5e8
DE
120682014-10-02 Doug Evans <dje@google.com>
12069
12070 * gdb.base/structs.c (main): Don't run forever.
12071
2278c276
PA
120722014-10-02 Pedro Alves <palves@redhat.com>
12073
12074 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
12075 (top level) <stop threads 1, stop threads 2>: Use it.
12076
b57bacec
PA
120772014-10-02 Pedro Alves <palves@redhat.com>
12078
12079 * gdb.threads/break-while-running.exp (test): Add new
12080 'update_thread_list' argument. Skip "info threads" if false.
12081 (top level): Add new 'update_thread_list' axis.
12082
13fd3ff3
PA
120832014-10-02 Pedro Alves <palves@redhat.com>
12084
12085 PR breakpoints/17431
12086 * gdb.base/execl-update-breakpoints.c: New file.
12087 * gdb.base/execl-update-breakpoints.exp: New file.
12088
0fec99e8
PA
120892014-10-01 Pedro Alves <palves@redhat.com>
12090
12091 * gdb.base/breakpoint-in-ro-region.c: New file.
12092 * gdb.base/breakpoint-in-ro-region.exp: New file.
12093
2ddf4301
SM
120942014-10-01 Simon Marchi <simon.marchi@ericsson.com>
12095
12096 * gdb.mi/mi-exit-code.exp: New file.
12097 * gdb.mi/mi-exit-code.c: New file.
12098
6a5f3f43
YQ
120992014-09-30 Yao Qi <yao@codesourcery.com>
12100
12101 * lib/prelink-support.exp (build_executable_own_libs): Error if
12102 the target isn't native.
12103
345bcc73
YQ
121042014-09-30 Yao Qi <yao@codesourcery.com>
12105
12106 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
12107 false.
12108
a25a5a45
PA
121092014-09-22 Pedro Alves <palves@redhat.com>
12110
12111 * gdb.threads/break-while-running.exp: New file.
12112 * gdb.threads/break-while-running.c: New file.
12113
00ba3162
YQ
121142014-09-19 Yao Qi <yao@codesourcery.com>
12115
12116 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
12117 Invoke test. Restart GDB with --readnow and invoke test again.
12118
c3b7b696
YQ
121192014-09-19 Yao Qi <yao@codesourcery.com>
12120
12121 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
12122 proc set_breakpoint_on_gcd_function. Invoke
12123 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
12124 invoke set_breakpoint_on_gcd_function again.
12125
2b4fd423
DE
121262014-09-18 Doug Evans <dje@google.com>
12127
12128 * gdb.dwarf2/symtab-producer.exp: New file.
12129
a5947601
SDJ
121302014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
12131
12132 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
12133 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
12134 * gdb.base/global-var-nested-by-dso.c: Likewise.
12135 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12136
91c19059
SDJ
121372014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
12138 Pedro Alves <palves@redhat.com>
12139
12140 * gdb.base/watch-bitfields.exp: Pass string other than test file
12141 name to prepare_for_testing.
12142 (watch): New procedure.
12143 (expect_watchpoint): Use with_test_prefix.
12144 (top level): Factor out tests to ...
12145 (test_watch_location, test_regular_watch): ... these new
12146 procedures, and use with_test_prefix and gdb_continue_to_end.
12147
bb9d5f81
PP
121482014-09-16 Patrick Palka <patrick@parcs.ath.cx>
12149
12150 PR breakpoints/12526
12151 * gdb.base/watch-bitfields.exp: New file.
12152 * gdb.base/watch-bitfields.c: New file.
12153
635856f5
PA
121542014-09-16 Pedro Alves <palves@redhat.com>
12155
12156 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
12157 software and hardware addresses, not software address against
12158 itself.
12159
7280ceea
PA
121602014-09-16 Pedro Alves <palves@redhat.com>
12161
12162 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
12163 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
12164
428b16bd
PA
121652014-09-16 Pedro Alves <palves@redhat.com>
12166
12167 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
12168 files.
12169 * gdb.base/a2-run.exp: Remove all code guarded by istarget
12170 "*-*-vxworks*" throughout.
12171 * gdb.base/break.exp: Likewise.
12172 * gdb.base/default.exp: Likewise.
12173 * gdb.base/scope.exp: Likewise.
12174 * gdb.base/sepdebug.exp: Likewise.
12175 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
12176 throughout.
12177 * gdb.base/run.c: Likewise.
12178 * gdb.base/sepdebug.c: Likewise.
12179 * gdb.hp/gdb.aCC/run.c: Likewise.
12180 * gdb.reverse/until-reverse.c: Likewise.
12181 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
12182
666d413c
YQ
121832014-09-16 Yao Qi <yao@codesourcery.com>
12184
12185 * boards/local-remote-host-native.exp: New file.
12186
57cbd724
DE
121872014-09-14 Doug Evans <xdje42@gmail.com>
12188
12189 * gdb.threads/queue-signal.c (thread_count): New variable.
12190 (thread_count_mutex, thread_count_condvar): New variables.
12191 (incr_thread_count, wait_all_threads_running): New functions.
12192 (main): Wait for all threads to be in their thread functions.
12193
81219e53
DE
121942014-09-13 Doug Evans <xdje42@gmail.com>
12195
12196 * gdb.threads/queue-signal.c: New file.
12197 * gdb.threads/queue-signal.exp: New file.
12198
3714cea7
DE
121992014-09-13 Doug Evans <xdje42@gmail.com>
12200
12201 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
12202 be consistent with what default_gdb_init uses.
12203 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
12204 the plain text of the prompt. Add some logging printfs.
12205 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
12206
fa43b1d7
PA
122072014-09-12 Pedro Alves <palves@redhat.com>
12208
12209 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
12210 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
12211 * gdb.arch/i386-size-overlap.exp: Likewise.
12212 * gdb.arch/i386-size.exp: Likewise.
12213 * gdb.arch/i386-unwind.exp: Likewise.
12214 * gdb.base/a2-run.exp: Likewise.
12215 * gdb.base/break.exp: Likewise.
12216 * gdb.base/charset.exp: Likewise.
12217 * gdb.base/chng-syms.exp: Likewise.
12218 * gdb.base/commands.exp: Likewise.
12219 * gdb.base/dbx.exp: Likewise.
12220 * gdb.base/find.exp: Likewise.
12221 * gdb.base/funcargs.exp: Likewise.
12222 * gdb.base/jit-simple.exp: Likewise.
12223 * gdb.base/reread.exp: Likewise.
12224 * gdb.base/sepdebug.exp: Likewise.
12225 * gdb.base/step-bt.exp: Likewise.
12226 * gdb.cp/mb-inline.exp: Likewise.
12227 * gdb.cp/mb-templates.exp: Likewise.
12228 * gdb.objc/basicclass.exp: Likewise.
12229 * gdb.threads/killed.exp: Likewise.
12230
9d9bf2df
EBM
122312014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12232
12233 PR tdep/17379
12234 * gdb.arch/powerpc-stackless.S: New file.
12235 * gdb.arch/powerpc-stackless.exp: New file.
12236
1cf2f1b0
JK
122372014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12238
12239 * gdb.base/attach.c: Include unistd.h.
12240 (main): Call alarm. Add label postloop.
12241 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
12242 gdb_breakpoint, gdb_continue_to_breakpoint.
12243 (test_command_line_attach_run): Kill ${testpid} in one exit path.
12244
98880d46
PA
122452014-09-11 Pedro Alves <palves@redhat.com>
12246
12247 PR gdb/17347
12248 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
12249 * gdb.base/attach.exp (test_command_line_attach_run): New
12250 procedure.
12251 (top level): Call it.
12252
4c92ff2c
PA
122532014-09-11 Pedro Alves <palves@redhat.com>
12254
12255 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
12256 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
12257 (do_command_attach_tests): Use spawn_wait_for_attach.
12258 * gdb.base/solib-overlap.exp: Likewise.
12259 * gdb.multi/multi-attach.exp: Likewise.
12260 * gdb.python/py-prompt.exp: Likewise.
12261 * gdb.python/py-sync-interp.exp: Likewise.
12262 * gdb.server/ext-attach.exp: Likewise.
12263
3adc1a7d
GKB
122642014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
12265
12266 * gdb.fortran/array-element.exp: Remove unexpected "continue"
12267 command in testcase. Simplify testcase.
12268
96334934
JB
122692014-09-10 Joel Brobecker <brobecker@adacore.com>
12270
12271 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
12272
eb479039
JB
122732014-09-10 Joel Brobecker <brobecker@adacore.com>
12274
12275 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
12276
deede10c
JB
122772014-09-10 Joel Brobecker <brobecker@adacore.com>
12278
12279 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
12280
7828a5f5
JB
122812014-09-10 Joel Brobecker <brobecker@adacore.com>
12282
12283 * gdb.dwarf2/dynarr-ptr.c: New file.
12284 * gdb.dwarf2/dynarr-ptr.exp: New file.
12285
33aeebcf
MR
122862014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12287
12288 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
12289 of 30 rather than hardcoding 120 for a slow test case. Take the
12290 `gdb,timeout' target setting into account for this calculation.
12291 Don't extend the timeout for the test cases that don't need it.
12292
7b415901
MR
122932014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12294
12295 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
12296 a factor of 2 for a slow test case. Take the `gdb,timeout'
12297 target setting into account for this calculation.
12298 * gdb.reverse/until-precsave.exp: Increase the timeout by
12299 a factor of 15 and 3 respectively rather than adding 120
12300 for a pair of slow test cases. Take the `gdb,timeout'
12301 target setting into account for this calculation.
12302
4a40f85a
MR
123032014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12304
12305 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
12306 timeout, don't pass one down to gdb_expect.
12307 (gdb_expect): Rework timeout selection.
12308
09635af7
MR
123092014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12310
12311 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
12312 exception on timeout.
12313 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
12314 (gdbserver_start_extended): Catch any `gdbserver_start' error
12315 exceptions.
12316 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
12317 * lib/mi-support.exp (mi_gdb_target_load): Catch any
12318 `gdbserver_gdb_load' error exceptions.
12319
2bdd10b7
MR
123202014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12321
12322 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
12323 120 on waiting for the TCP socket to open.
12324
316935f0
DE
123252014-09-09 Doug Evans <xdje42@gmail.com>
12326
12327 * gdb.base/default.exp (show_conv_list): Add _caller_is,
12328 _caller_matches, _any_caller_is, _any_caller_matches.
12329
83740597
DE
123302014-09-09 Doug Evans <xdje42@gmail.com>
12331
12332 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
12333
4c122fc3
YQ
123342014-09-09 Yao Qi <yao@codesourcery.com>
12335
12336 * gdb.mi/mi-var-display.exp: Set print symbol off.
12337
a9f116cb
GKB
123382014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
12339
12340 PR gdb/17035
12341 * gdb.base/commands.exp: Add tests to verify user-defined
12342 commands with empty bodies.
12343 * gdb.python/py-cmd.exp: Test that we don't show user-defined
12344 python commands in `show user command`.
12345 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
12346 scheme commands in `show user command`.
12347
c75bd3a2
JK
123482014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12349
12350 PR python/17355
12351 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
12352 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
12353 * gdb.python/py-framefilter-invalidarg.exp: New file.
12354 * gdb.python/py-framefilter-invalidarg.py: New file.
12355
faa42425
DE
123562014-09-06 Doug Evans <xdje42@gmail.com>
12357
12358 PR 15276
12359 * gdb.python/py-caller-is.c: New file.
12360 * gdb.python/py-caller-is.exp: New file.
12361
474ca4f6
SDJ
123622014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
12363
12364 PR gdb/17235
12365 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
12366 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
12367
eb0b0463
SDJ
123682014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
12369
12370 PR fortran/17237
12371 * gdb.fortran/print-formatted.exp: New file.
12372 * gdb.fortran/print-formatted.f90: Likewise.
12373
5f3b99cf
SS
123742014-09-03 Sasha Smundak <asmundak@google.com>
12375
12376 * gdb.python/py-frame.exp: Test Frame.read_register.
12377
7d793aa9
SDJ
123782014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
12379
12380 PR python/16699
12381 * gdb.python/py-completion.exp: New file.
12382 * gdb.python/py-completion.py: Likewise.
12383
fb0576e9
DE
123842014-08-28 Doug Evans <dje@google.com>
12385
12386 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
12387 eax,etc. are live with values set by gdb and thus the compiler can't
12388 use them.
12389 * gdb.arch/i386-pseudo.c (main): Ditto.
12390
ee92b0dd
DE
123912014-08-27 Doug Evans <dje@google.com>
12392
12393 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
12394
6649db35
DE
123952014-08-25 Doug Evans <dje@google.com>
12396
12397 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
12398 (main): Ditto.
12399
564b7600
DE
124002014-08-25 Doug Evans <dje@google.com>
12401
12402 * gdb.threads/thread-execl.exp: #include <stdio.h>.
12403
3881fb67
YQ
124042014-08-24 Yao Qi <yao@codesourcery.com>
12405
12406 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
12407 symbol off.
12408 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
12409
a05a36a5
DE
124102014-08-22 Doug Evans <dje@google.com>
12411
12412 PR 17276
12413 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
12414 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
12415 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
12416
7c343b48
YQ
124172014-08-22 Yao Qi <yao@codesourcery.com>
12418
12419 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
12420 * gdb.python/py-finish-breakpoint2.exp: Likewise.
12421 * gdb.python/python.exp: Likewise. Use .py file on the host
12422 instead of the build.
12423
22fd09ae
JK
124242014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12425
12426 * gdb.threads/gcore-stale-thread.c: New file.
12427 * gdb.threads/gcore-stale-thread.exp: New file.
12428
a8454a7c
PA
124292014-08-21 Pedro Alves <palves@redhat.com>
12430
12431 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
12432 * gdb.base/gcore-relro-pie.exp: Likewise.
12433 * gdb.base/gcore-relro.exp: Likewise.
12434 * gdb.base/gcore.exp: Likewise.
12435 * gdb.base/print-symbol-loading.exp: Likewise.
12436 * gdb.threads/gcore-thread.exp: Likewise.
12437 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
12438
2a31c623
PA
124392014-08-20 Pedro Alves <palves@redhat.com>
12440 Jan Kratochvil <jan.kratochvil@redhat.com>
12441
12442 * Makefile.in (EXTRA_RULES, CC): New variables, get from
12443 configure.
12444 (EXPECT): Handle READ1 being set.
12445 (all): Depend on EXTRA_RULES.
12446 (check-read1, expect-read1, read1.so, read1): New rules.
12447 * README (Testsuite Parameters): Document the READ1 make variable.
12448 (Race detection): New section.
12449 * configure: Regenerate.
12450 * configure.ac: If build==host==target, and running under a
12451 GNU/glibc system, add read1 to the extra Makefile rules.
12452 (EXTRA_RULES): AC_SUBST it.
12453 * lib/read1.c: New file.
12454
d36430db
JB
124552014-08-20 Joel Brobecker <brobecker@adacore.com>
12456
12457 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
12458 the handling of variables declared as a typedef to an array
12459 which a DW_AT_data_location attribute.
12460
9a0dc9e3
PA
124612014-08-19 Andrew Burgess <aburgess@broadcom.com>
12462 Pedro Alves <palves@redhat.com>
12463
12464 PR symtab/14604
12465 PR symtab/14605
12466 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
12467 gdb_test.
12468
0718a8da
PA
124692014-08-19 Pedro Alves <palves@redhat.com>
12470
12471 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
12472
13b448cd
YQ
124732014-08-19 Yao Qi <yao@codesourcery.com>
12474
12475 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
12476 right line.
12477
1cbf5077
DB
124782014-08-18 David Blaikie <dblaikie@gmail.com>
12479
12480 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
12481
bf0fae19
JB
124822014-08-18 Joel Brobecker <brobecker@adacore.com>
12483
12484 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
12485 attribute in array range.
12486
3c8c5dcc
JB
124872014-08-18 Joel Brobecker <brobecker@adacore.com>
12488
12489 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
12490
e66d4446
SC
124912014-08-15 Siva Chandra Reddy <sivachandra@google.com>
12492
12493 PR c++/17132
12494 * gdb.cp/pr17132.cc: New file.
12495 * gdb.cp/pr17132.exp: New file.
12496
940df408
SC
124972014-08-15 Siva Chandra Reddy <sivachandra@google.com>
12498
12499 * gdb.python/py-xmethods.py (A_getarrayind)
12500 (E_method_char_worker.__call__, E_method_int_worker.__call__):
12501 Use 'print' with function call syntax.
12502 (E_method_matcher.match): Fix tab vs space indentation mixup.
12503
ebcc6c3a
YQ
125042014-08-15 Yao Qi <yao@codesourcery.com>
12505
12506 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
12507 false.
12508
775e0f04
YQ
125092014-08-15 Yao Qi <yao@codesourcery.com>
12510
12511 * gdb.cp/casts.exp: Set print symbol off.
12512 * gdb.cp/class2.exp: Likewise.
12513 * gdb.cp/overload.exp: Likewise.
12514 * gdb.cp/templates.exp: Likewise.
12515
d769e349
DE
125162014-08-11 Doug Evans <dje@google.com>
12517
12518 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
12519 (test_load_shlib): Update.
12520
20c6f1e1
YQ
125212014-08-09 Yao Qi <yao@codesourcery.com>
12522
12523 * gdb.base/display.exp: Invoke is_address_zero_readable.
12524 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
12525 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
12526 * gdb.base/hbreak-unmapped.exp: Return if
12527 is_address_zero_readable returns true.
12528 * gdb.base/signest.exp: Likewise.
12529 * gdb.base/signull.exp: Likewise.
12530 * gdb.base/sigbpt.exp: Likewise.
12531 * gdb.guile/scm-disasm.exp: Do the test if
12532 is_address_zero_readable returns false.
12533 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
12534 * gdb.python/py-arch.exp: Likewise.
12535 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
12536 * lib/gdb.exp (is_address_zero_readable): New proc.
12537
5792e8e3
YQ
125382014-08-09 Yao Qi <yao@codesourcery.com>
12539
12540 PR testsuite/13443
12541 * gdb.mi/mi-var-display.exp: Make test messages unique.
12542
3cecbbbe
TT
125432014-08-04 Tom Tromey <tromey@redhat.com>
12544
12545 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
12546 target 0".
12547
00b51ff5
TT
125482014-08-04 Tom Tromey <tromey@redhat.com>
12549
12550 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
12551 "target_resume".
12552
6908c509
JB
125532014-08-01 Joel Brobecker <brobecker@adacore.com>
12554
12555 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
12556 inner_vla_struct_object_size.
12557 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
12558 as xfail.
12559
cc6563d2
PA
125602014-07-30 Pedro Alves <palves@redhat.com>
12561
12562 * gdb.threads/signal-command-handle-nopass.exp (test): Add
12563 comment.
12564
7e09a223
YQ
125652014-07-29 Yao Qi <yao@codesourcery.com>
12566
12567 PR gdb/17206
12568 * gdb.base/until-nodebug.exp: New.
12569
7ebdbe92
DE
125702014-07-28 Doug Evans <xdje42@gmail.com>
12571
12572 PR guile/17203
12573 * gdb.guile/scm-parameter.exp: Add tests for trying to create
12574 previously existing parameter, and previously ambiguously spelled
12575 parameter.
12576
fdb1adc6
WN
125772014-07-28 Will Newton <will.newton@linaro.org>
12578
12579 * gdb.base/varargs.exp: Remove KFAILs for ARM.
12580
186fcde0
DE
125812014-07-26 Ludovic Courtès <ludo@gnu.org>
12582 Doug Evans <xdje42@gmail.com>
12583
12584 PR guile/17146
12585 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
12586
70509625
PA
125872014-07-25 Pedro Alves <palves@redhat.com>
12588
12589 * gdb.threads/signal-command-handle-nopass.c: New file.
12590 * gdb.threads/signal-command-handle-nopass.exp: New file.
12591 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
12592 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
12593 * gdb.threads/signal-delivered-right-thread.c: New file.
12594 * gdb.threads/signal-delivered-right-thread.exp: New file.
12595
c3f814a1
PA
125962014-07-25 Pedro Alves <palves@redhat.com>
12597
12598 * gdb.base/double-prompt-target-event-error.exp
12599 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
12600 match.
12601 (cancel_pagination_in_target_event): Rework double prompt
12602 detection.
12603 * gdb.base/paginate-after-ctrl-c-running.exp
12604 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
12605 <return>' match.
12606 * gdb.base/paginate-bg-execution.exp
12607 (test_bg_execution_pagination_return)
12608 (test_bg_execution_pagination_cancel): Remove '-notransfer
12609 <return>' matches.
12610 * gdb.base/paginate-execution-startup.exp
12611 (test_fg_execution_pagination_return)
12612 (test_fg_execution_pagination_cancel): Remove '-notransfer
12613 <return>' matches.
12614 * gdb.base/paginate-inferior-exit.exp
12615 (test_paginate_inferior_exited): Remove '-notransfer <return>'
12616 match.
12617 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
12618 * lib/gdb.exp (pagination_prompt): Run text through
12619 string_to_regexp.
12620 (gdb_test_multiple): Match $pagination_prompt instead of
12621 "<return>".
12622 (string_to_regexp): Move to lib/gdb-utils.exp.
12623
e214cf6c
JK
126242014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12625
12626 * gdb.arch/amd64-entry-value-paramref.S: New file.
12627 * gdb.arch/amd64-entry-value-paramref.cc: New file.
12628 * gdb.arch/amd64-entry-value-paramref.exp: New file.
12629 * gdb.arch/amd64-optimout-repeat.S: New file.
12630 * gdb.arch/amd64-optimout-repeat.c: New file.
12631 * gdb.arch/amd64-optimout-repeat.exp: New file.
12632
17d0c5c8
JK
126332014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12634
12635 PR gdb/17170
12636 * gdb.base/statistics.exp: New file.
12637
b8b8facf
DE
126382014-07-17 Doug Evans <dje@google.com>
12639
74b49205 12640 PR gdb/17170
b8b8facf
DE
12641 * gdb.base/maint.exp: Update testing of per-command stats.
12642
1b5d0ab3
PA
126432014-07-16 Pedro Alves <palves@redhat.com>
12644
12645 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
12646 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
12647 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
12648 (tfile_write_buf): New functions.
12649 (add_memory_block): Rewrite using the above.
12650 (adjust_function_address): New function.
12651 (FUNCTION_ADDRESS): New macro.
12652 (write_basic_trace_file): Remove short_x local, and use
12653 tfile_write_16. Change type of func_addr local to unsigned long
12654 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
12655 here. Cast argument of add_memory_block to char pointer.
12656 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
12657 (main): Remove parameters.
12658 * gdb.trace/tfile.exp: Remove nowarnings.
12659
4d974e88
SM
126602014-07-15 Simon Marchi <simon.marchi@ericsson.com>
12661
12662 * gdb.base/debug-expr.exp: Test string evaluation with
12663 "debug expression" on.
12664
41e99568
PA
126652014-07-15 Pedro Alves <palves@redhat.com>
12666
12667 * gdb.base/reread.exp: Use clean_restart.
12668
487d9753
PL
126692014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
12670
12671 * gdb.arch/avr-flash-qualifer.c: New.
12672 * gdb.arch/avr-flash-qualifer.exp: New.
12673
cc1c52ad
PA
126742014-07-14 Pedro Alves <palves@redhat.com>
12675
12676 * gdb.base/paginate-after-ctrl-c-running.c: New file.
12677 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
12678
1e973570
PA
126792014-07-14 Pedro Alves <palves@redhat.com>
12680
12681 * gdb.base/double-prompt-target-event-error.c: New file.
12682 * gdb.base/double-prompt-target-event-error.exp: New file.
12683
93d6eb10
PA
126842014-07-14 Pedro Alves <palves@redhat.com>
12685
12686 PR gdb/17072
12687 * gdb.base/paginate-inferior-exit.c: New file.
12688 * gdb.base/paginate-inferior-exit.exp: New file.
12689
0017922d
PA
126902014-07-14 Pedro Alves <palves@redhat.com>
12691
12692 PR gdb/17072
12693 * gdb.base/paginate-bg-execution.c: New file.
12694 * gdb.base/paginate-bg-execution.exp: New file.
12695
94696ad3
PA
126962014-07-14 Pedro Alves <palves@redhat.com>
12697
12698 PR gdb/17072
12699 * gdb.base/paginate-execution-startup.c: New file.
12700 * gdb.base/paginate-execution-startup.exp: New file.
12701 * lib/gdb.exp (pagination_prompt): New global.
12702 (default_gdb_spawn): New procedure, factored out from
12703 default_gdb_spawn.
12704 (default_gdb_start): Adjust to call default_gdb_spawn.
12705 (gdb_spawn): New procedure.
12706
bd293940
PA
127072014-07-14 Pedro Alves <palves@redhat.com>
12708
12709 * lib/gdb.exp (gdb_assert): New procedure.
12710 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
12711
c933f875
PA
127122014-07-14 Pedro Alves <palves@redhat.com>
12713
12714 * gdb.base/execution-termios.c: New file.
12715 * gdb.base/execution-termios.exp: New file.
12716
d98b7a16
TT
127172014-07-14 Tom Tromey <tromey@redhat.com>
12718
12719 * gdb.cp/vla-cxx.cc: New file.
12720 * gdb.cp/vla-cxx.exp: New file.
12721
548740d6
TT
127222014-07-14 Tom Tromey <tromey@redhat.com>
12723
12724 * gdb.reverse/rerun-prec.c: New file.
12725 * gdb.reverse/rerun-prec.exp: New file.
12726
a25eb028
MR
127272014-07-12 Maciej W. Rozycki <macro@mips.com>
12728 Maciej W. Rozycki <macro@codesourcery.com>
12729
12730 * lib/gdb-utils.exp: New file.
12731 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
12732 inline `gdb_init_command' processing.
12733 (gdb_start_cmd): Likewise.
12734 * lib/mi-support.exp (mi_run_cmd): Likewise.
12735 * README: Document `gdb_init_command' and `gdb_init_commands'.
12736
218c2655
JK
127372014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12738
12739 Fix false FAIL running under a very long directory name.
12740 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
12741 and "set print elements 10000". Twice.
12742
5401fde3
YQ
127432014-07-11 Yao Qi <yao@codesourcery.com>
12744
12745 * gdb.base/exprs.exp: "set print symbol off".
12746
e76126e8
PA
127472014-07-11 Pedro Alves <palves@redhat.com>
12748
12749 * gdb.threads/kill.c: New file.
12750 * gdb.threads/kill.exp: New file.
12751
2d6f0de6
YQ
127522014-07-10 Yao Qi <yao@codesourcery.com>
12753
12754 * gdb.trace/tfile.c (write_basic_trace_file)
12755 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
12756 address written to trace file.
12757
7180e04a
PA
127582014-07-09 Pedro Alves <palves@redhat.com>
12759
12760 * gdb.base/attach-wait-input.exp: New file.
12761 * gdb.base/attach-wait-input.c: New file.
12762
9a9a7608
AB
127632014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
12764
12765 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
12766 setting up test structures.
12767 (main): Call new test function.
12768 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
12769 test function, continue into test function and walk test
12770 structures.
12771
161ac41e
YQ
127722014-07-02 Yao Qi <yao@codesourcery.com>
12773
12774 * gdb.trace/entry-values.c: Define labels 'foo_start' and
12775 'bar_start' at the beginning of functions 'foo' and 'bar'
12776 respectively.
12777 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
12778 instead of 'foo' and 'bar'.
12779
1f267ae3
MM
127802014-07-08 Markus Metzger <markus.t.metzger@intel.com>
12781
12782 * gdb.btrace/segv.exp: New.
12783 * gdb.btrace/segv.c: New.
12784
2b239efb
LM
127852014-07-02 Luis Machado <lgustavo@codesourcery.com>
12786
12787 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
12788 instruction.
12789
cf363f18
MW
127902014-06-30 Mark Wielaard <mjw@redhat.com>
12791
12792 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
12793 vulture, vilify, villar): New volatile array constants.
12794 (vindictive, vegetation): New const volatile array constants.
12795 * gdb.base/volatile.exp: Test volatile and const volatile array
12796 types.
12797
aebf9d24
AA
127982014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
12799
12800 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
12801 target lacks support for awatch, rwatch, or hbreak.
12802
b67a2c6f
YQ
128032014-06-27 Yao Qi <yao@codesourcery.com>
12804
12805 * gdb.multi/dummy-frame-restore.exp: New.
12806 * gdb.multi/dummy-frame-restore.c: New.
12807
aef92902
MM
128082014-06-25 Markus Metzger <markus.t.metzger@intel.com>
12809
12810 * gdb.btrace/gcore.exp: New.
12811
8e9db26e
PA
128122014-06-23 Pedro Alves <palves@redhat.com>
12813
12814 * gdb.base/watchpoint-reuse-slot.c: New file.
12815 * gdb.base/watchpoint-reuse-slot.exp: New file.
12816
70afc5b7
SC
128172014-06-23 Siva Chandra Reddy <sivachandra@google.com>
12818
12819 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
12820 progspace's filename in 'info', 'enable' and 'disable' command
12821 tests.
12822
b972bd9c
JK
128232014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
12824
12825 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
12826 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
12827 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
12828
125f8a3d
GB
128292014-06-20 Gary Benson <gbenson@redhat.com>
12830
12831 * gdb.arch/i386-avx.exp: Fix include file location.
12832 * gdb.arch/i386-sse.exp: Likewise.
12833
3ed9baed
IB
128342014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
12835
12836 * gdb.dlang/expression.exp: New file.
12837
034f788c
PA
128382014-06-19 Pedro Alves <palves@redhat.com>
12839
12840 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
12841 out from ...
12842 (top level): ... here. Iterate running tests under different
12843 scheduler-locking settings.
12844
45371d0c
LM
128452014-06-18 Luis Machado <lgustavo@codesourcery.com>
12846
12847 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
12848 to DW_FORM_addr and use non-zero addresses.
12849
5d376983
SC
128502014-06-18 Siva Chandra Reddy <sivachandra@google.com>
12851
12852 PR gdb/17017
12853 * gdb.python/py-xmethods.cc: Add global function call counters and
12854 increment them in their respective functions. Remove "cout"
12855 statements.
12856 * gdb.python/py-xmethods.exp: Make tests check the global function
12857 call counters instead of depending on inferior IO.
12858
a1aa2221
LM
128592014-06-18 Don Breazeal <donb@codesourcery.com>
12860
12861 * gdb.base/foll-fork.exp (default_fork_parent_follow):
12862 Deleted procedure.
12863 (explicit_fork_parent_follow): Deleted procedure.
12864 (explicit_fork_child_follow): Deleted procedure.
12865 (test_follow_fork): New procedure.
12866 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 12867 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
12868 procedure calls.
12869
0fc05997
YQ
128702014-06-17 Yao Qi <yao@codesourcery.com>
12871
12872 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
12873 CP1252.
12874
70795c52
LM
128752014-06-17 Luis Machado <lgustavo@codesourcery.com>
12876
12877 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
12878 Initialize ptr and S explicitly.
12879 (skip_type_update_when_not_use_rtti_test): Likewise.
12880
6be47f0c
KS
128812014-06-16 Keith Seitz <keiths@redhat.com>
12882
12883 PR mi/15863
12884 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
12885 the inferior is started.
12886
d03de421
PA
128872014-06-16 Pedro Alves <palves@redhat.com>
12888
12889 * gdb.base/break-main-file-remove-fail.c: New file.
12890 * gdb.base/break-main-file-remove-fail.exp: New file.
12891 * gdb.base/break-unload-file.exp: Use build_executable instead of
12892 prepare_for_testing.
12893 (test_break): New parameter "initial_load". Handle it.
12894 (top level): Add initial_load cmdline/file axis.
12895
f9579b99
TT
128962014-06-12 Tom Tromey <tromey@redhat.com>
12897
12898 * gdb.base/completion.exp: Don't use directory name in test.
12899
3657956b
GB
129002014-06-09 Gary Benson <gbenson@redhat.com>
12901
12902 * gdb.base/sigall.c [Functions to send signals]: Reorder to
12903 separate the always-available ANSI-standard signals from the
12904 signals that require checking.
12905 (main): Likewise.
12906 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
12907 Likewise.
12908 (main): Likewise.
12909
4186eb54
KS
129102014-06-07 Keith Seitz <keiths@redhat.com>
12911
12912 Revert:
12913 PR c++/16253
12914 * gdb.cp/var-tag.cc: New file.
12915 * gdb.cp/var-tag.exp: New file.
12916 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
12917 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
12918 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
12919 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
12920
25326a28 129212014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
12922
12923 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
12924
829155c9
PA
129252014-06-06 Pedro Alves <palves@redhat.com>
12926
12927 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
12928 in target debug output instead of looking at RSP packets,
12929 disabling the test on any target that uses hardware stepping.
12930 Update comments.
12931
61c8d22e
PA
129322014-06-06 Pedro Alves <palves@redhat.com>
12933
12934 * gdb.base/break-unload-file.exp: Fix typo.
12935
d9a47287
YQ
129362014-06-06 Yao Qi <yao@codesourcery.com>
12937
12938 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
12939 from "jit_function" to "^jit_function".
12940
e5e01dbf
YQ
129412014-06-06 Yao Qi <yao@codesourcery.com>
12942
12943 * gdb.base/async.c (foo): Add one statement.
12944 * gdb.base/async.exp: Get the next instruction address and
12945 match the output of "nexti" by instruction address. Match
12946 the hex address in the output of "finish".
12947
73ba372c
GB
129482014-06-06 Gary Benson <gbenson@redhat.com>
12949
12950 * gdb.base/call-signals.c: Remove preprocessor conditionals
12951 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
12952 SIGSEGV and SIGTERM.
12953 * gdb.base/sigall.c: Likewise.
12954 * gdb.base/unwindonsignal.c: Likewise.
12955 * gdb.reverse/sigall-reverse.c: Likewise.
12956
831517df
YQ
129572014-06-06 Yao Qi <yao@codesourcery.com>
12958
12959 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
12960 readable, skip the test.
12961
b8b91e98
YQ
129622014-06-06 Yao Qi <yao@codesourcery.com>
12963
12964 * gdb.threads/staticthreads.c (thread_function): Move the line
12965 setting breakpoint on forward.
12966 * gdb.threads/staticthreads.exp: Update comments.
12967
fb934770
LC
129682014-06-05 Ludovic Courtès <ludo@gnu.org>
12969
12970 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
12971 "history-append! type error".
12972
6ef284bd
SM
129732014-06-05 Simon Marchi <simon.marchi@ericsson.com>
12974
12975 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
12976 erroneous dprintf expected input.
12977
a872e241
DE
129782014-06-04 Doug Evans <xdje42@gmail.com>
12979
12980 * gdb.guile/scm-generics.exp: Delete.
12981
16f691fb
DE
129822014-06-04 Doug Evans <xdje42@gmail.com>
12983
12984 * gdb.guile/scm-breakpoint.exp: Update.
12985 Add tests for breakpoint registration.
12986
012370f6
TT
129872014-06-04 Tom Tromey <tromey@redhat.com>
12988
12989 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
12990 VLA-in-union.
12991 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
12992 inner_vla_struct, vla_union types. Initialize objects of those
12993 types and compute their sizes.
12994
9f5a4cef
HZ
129952014-06-04 Nathan Sidwell <nathan@codesourcery.com>
12996 Hui Zhu <hui@codesourcery.com>
12997
12998 * gdb.base/fileio.exp: Add test for shell not available as well as
12999 available.
13000 * gdb.base/fileio.c (test_system): Check for shell twice.
13001
90a45c4d
YQ
130022014-06-04 Yao Qi <yao@codesourcery.com>
13003
13004 * gdb.base/auto-connect-native-target.exp: Remove redundant
13005 space from the regexp pattern.
13006
70017e41
YQ
130072014-06-04 Yao Qi <yao@codesourcery.com>
13008
13009 * gdb.base/default.exp: Replace "child" with "native" in
13010 regexp pattern.
13011
883964a7
SC
130122014-06-03 Siva Chandra Reddy <sivachandra@google.com>
13013
13014 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
13015 * gdb.python/py-xmethods.exp: New tests to test xmethods.
13016 * gdb.python/py-xmethods.py: Python script supporting the
13017 new testcase and tests.
13018
ef370185
JB
130192014-06-03 Joel Brobecker <brobecker@adacore.com>
13020 Pedro Alves <palves@redhat.com>
13021
13022 PR breakpoints/17000
13023 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
13024 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
13025
1e2ccb61
BM
130262014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
13027
13028 * gdb.base/subst.exp: Add tests to verify partial path matching
13029 output.
13030
c6ec5ab2
PA
130312014-06-03 Pedro Alves <palves@redhat.com>
13032
13033 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
13034 target that doesn't use software single-stepping.
13035
835c559f
PA
130362014-06-03 Pedro Alves <palves@redhat.com>
13037
13038 PR breakpoints/17000
13039 * gdb.base/sss-bp-on-user-bp-2.c: New file.
13040 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
13041
06eb1586
DE
130422014-06-02 Doug Evans <xdje42@gmail.com>
13043
13044 * gdb.guile/scm-parameter.exp: New file.
13045
e698b8c4
DE
130462014-06-02 Doug Evans <xdje42@gmail.com>
13047
13048 * gdb.guile/scm-cmd.c: New file.
13049 * gdb.guile/scm-cmd.exp: New file.
13050
ded03782
DE
130512014-06-02 Doug Evans <xdje42@gmail.com>
13052
13053 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
13054 pretty-printer lookup.
13055 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
13056 (make-pp_s-printer): Call it.
13057 (make-pretty-printer-from-dict): New function.
13058 (lookup-pretty-printer-maker-from-dict): New function.
13059 (*pretty-printer*): Simplify.
13060 (make-objfile-pp_s-printer): New function.
13061 (install-objfile-pretty-printers!): New function.
13062 (make-progspace-pp_s-printer): New function.
13063 (install-progspace-pretty-printers!): New function.
13064 * gdb.guile/scm-progspace.c: New file.
13065 * gdb.guile/scm-progspace.exp: New file.
13066
41fac0cf
PA
130672014-06-02 Pedro Alves <palves@redhat.com>
13068
13069 * gdb.base/dprintf-bp-same-addr.c: New file.
13070 * gdb.base/dprintf-bp-same-addr.exp: New file.
13071
96ae5695
EBM
130722014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13073
13074 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
13075 * gdb.arch/powerpc-power.s: Likewise.
13076
da02b3a8
JB
130772014-06-02 Joel Brobecker <brobecker@adacore.com>
13078
13079 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
13080
c72b2e7b
YQ
130812014-06-01 Yao Qi <yao@codesourcery.com>
13082
13083 * gdb.base/watchpoint.exp (test_watch_location): Check null
13084 pointer can be dereferenced. If not, do the test, otherwise
13085 skip it.
13086
53e8a631
AB
130872014-05-30 Andrew Burgess <aburgess@broadcom.com>
13088
13089 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
13090 results.
13091 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
13092
938f0e2f
AB
130932014-05-30 Andrew Burgess <aburgess@broadcom.com>
13094
13095 * gdb.arch/amd64-invalid-stack-middle.S: New file.
13096 * gdb.arch/amd64-invalid-stack-middle.c: New file.
13097 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
13098 * gdb.arch/amd64-invalid-stack-top.c: New file.
13099 * gdb.arch/amd64-invalid-stack-top.exp: New file.
13100
9ba6657a
PA
131012014-05-30 Pedro Alves <palves@redhat.com>
13102
13103 PR breakpoints/17000
13104 * gdb.base/sss-bp-on-user-bp.c: New file.
13105 * gdb.base/sss-bp-on-user-bp.exp: New file.
13106
522c09bf
DB
131072014-05-30 David Blaikie <dblaikie@gmail.com>
13108
13109 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
13110 gnu_inline semantics via attribute.
13111 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
13112 source explicitly specifies the required semantics.
13113
bf4ef81e
MR
131142014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
13115
13116 * gdb.reverse/sigall-reverse.exp: Fix a typo.
13117
329ea579
PA
131182014-05-29 Pedro Alves <palves@redhat.com>
13119 Tom Tromey <tromey@redhat.com>
13120
13121 * gdb.base/async-shell.exp: Don't enable target-async.
13122 * gdb.base/async.exp
13123 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
13124 parameter. Adjust.
13125 (top level): Don't test with "target-async".
13126 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
13127 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
13128 * gdb.base/inferior-died.exp: Don't enable target-async.
13129 * gdb.base/interrupt-noterm.exp: Likewise.
13130 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
13131 * gdb.mi/mi-nonstop-exit.exp: Likewise.
13132 * gdb.mi/mi-nonstop.exp: Likewise.
13133 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
13134 * gdb.mi/mi-nsintrall.exp: Likewise.
13135 * gdb.mi/mi-nsmoribund.exp: Likewise.
13136 * gdb.mi/mi-nsthrexec.exp: Likewise.
13137 * gdb.mi/mi-watch-nonstop.exp: Likewise.
13138 * gdb.multi/watchpoint-multi.exp: Adjust comment.
13139 * gdb.python/py-evsignal.exp: Don't enable target-async.
13140 * gdb.python/py-evthreads.exp: Likewise.
13141 * gdb.python/py-prompt.exp: Likewise.
13142 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
13143 * gdb.server/solib-list.exp: Don't enable target-async.
13144 * gdb.threads/thread-specific-bp.exp: Likewise.
13145 * lib/mi-support.exp: Adjust to use mi-async.
13146
fd664c91
PA
131472014-05-29 Pedro Alves <palves@redhat.com>
13148
13149 PR gdb/13860
13150 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
13151 reason, even in sync mode.
13152
251bde03
PA
131532014-05-29 Pedro Alves <palves@redhat.com>
13154 Hui Zhu <hui@codesourcery.com>
13155
13156 PR PR15693
13157 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
13158 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
13159 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
13160 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
13161
7f3c0343
JB
131622014-05-28 Joel Brobecker <brobecker@adacore.com>
13163
13164 * config/monitor.exp (gdb_target_monitor): Replace use of
13165 "set remotebaud" by "set serial baud".
13166
b2715b27
AW
131672014-05-26 Andy Wingo <wingo@igalia.com>
13168
13169 * gdb.guile/scm-breakpoint.exp:
13170 * gdb.guile/scm-gsmob.exp: Update to use plain old object
13171 properties instead of gdb-object-properties.
13172
498a4489
YQ
131732014-05-26 Yao Qi <yao@codesourcery.com>
13174
13175 * gdb.server/no-thread-db.exp: Specify source file name
13176 explicitly when setting a breakpoint.
13177
589fdceb
MM
131782014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13179
13180 * gdb.btrace/vdso.c: New.
13181 * gdb.btrace/vdso.exp: New.
13182
e9089e05
MM
131832014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13184
13185 * gdb.base/gcore.exp (capture_command_output): Move ...
13186 * lib/gdb.exp (capture_command_output): ... here.
13187
67b5c0c1
MM
131882014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13189
13190 * gdb.btrace/data.exp: Test memory access during btrace replay.
13191
a2199296
SM
131922014-05-22 Simon Marchi <simon.marchi@ericsson.com>
13193
13194 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
13195
17b2616c
PA
131962014-05-21 Pedro Alves <palves@redhat.com>
13197
13198 PR gdb/13860
13199 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
13200 (top level): Test that output related to execution commands is
13201 sent to the console with CLI commands, but not with MI commands.
13202 Test that breakpoint events are always mirrored to the console.
13203 Also expect the new source line to be output after a "next" in
13204 async mode too. Make it a pass/fail test.
13205 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
13206 output.
13207 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
13208
5166082f
PA
132092014-05-21 Pedro Alves <palves@redhat.com>
13210
13211 * gdb.base/list.exp (build_pattern, test_list): New procedures.
13212 Use them to test variations of "list" after reaching a breakpoint.
13213 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
13214 Test "list" with listsize 10 after reaching a breakpoint.
13215 * gdb.python/python.exp (decode_line current location line
13216 number): Adjust expected line number.
13217
2f25d70f
SM
132182014-05-21 Simon Marchi <simon.marchi@ericsson.com>
13219
13220 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
13221 behavior for $args, pass it directly to "run".
13222
ff604a67
MR
132232014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
13224
13225 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
13226 30000 to 65536.
13227
6a3cb8e8
PA
132282014-05-21 Pedro Alves <palves@redhat.com>
13229
13230 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
13231 auto-connect-native-target off".
13232 * gdb.base/auto-connect-native-target.c: New file.
13233 * gdb.base/auto-connect-native-target.exp: New file.
13234
4ebfc96e
PA
132352014-05-21 Pedro Alves <palves@redhat.com>
13236
13237 * gdb.base/default.exp: Test "target native" instead of "target
13238 child".
13239
36d46afb
MW
132402014-05-21 Mark Wielaard <mjw@redhat.com>
13241
13242 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
13243
5876f503
JK
132442014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13245
13246 Fix TLS access for -static -pthread.
13247 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
13248 <HAVE_TLS> (thread_function, main): Initialize it.
13249 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
13250 Add clean_restart.
13251 <$have_tls != "">: Check TLSVAR.
13252
0256a6ac
PA
132532014-05-21 Pedro Alves <palves@redhat.com>
13254
13255 * gdb.base/dcache-line-read-error.c: New.
13256 * gdb.base/dcache-line-read-error.exp: New.
13257
936d2992
PA
132582014-05-20 Pedro Alves <palves@redhat.com>
13259
13260 * gdb.base/compare-sections.c: New file.
13261 * gdb.base/compare-sections.exp: New file.
13262
802e8e6d
PA
132632014-05-20 Pedro Alves <palves@redhat.com>
13264
13265 * gdb.base/break-idempotent.c: New file.
13266 * gdb.base/break-idempotent.exp: New file.
13267
e59fa00f
MM
132682014-05-20 Markus Metzger <markus.t.metzger@intel.com>
13269
13270 * gdb.btrace/nohist.exp: New.
13271
8b696e31
YQ
132722014-05-20 Yao Qi <yao@codesourcery.com>
13273
13274 * lib/gdb.exp (gdb_init): Set timeout if test file is under
13275 gdb.reverse directory and gdb_reverse_timeout exists in board
13276 setting.
13277 * README: Document gdb_reverse_timeout.
13278
73c9764f
YQ
132792014-05-20 Yao Qi <yao@codesourcery.com>
13280
13281 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
13282 'test_file_name'. Treat args as a string instead of a list.
13283 (gdb_init): Rename argument 'args' by 'test_file_name'.
13284
f1f4348a
JK
132852014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13286
13287 * gdb.arch/powerpc-power.exp: New file.
13288 * gdb.arch/powerpc-power.s: New file.
13289
0dbe70ce
DE
132902014-05-16 Doug Evans <dje@google.com>
13291
13292 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
13293 * gdb.base/completion.exp: Check that all expected files exist
13294 before doing file completion.
0dbe70ce 13295
8d551b02
DE
132962014-05-16 Doug Evans <dje@google.com>
13297
13298 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
13299 Update.
13300 (do_syscall_tests_without_xml): Update.
13301
73eb7709
PA
133022014-05-16 Pedro Alves <palves@redhat.com>
13303
13304 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
13305 instead of "unknown output after running".
13306
3fae92fc
YQ
133072014-05-16 Yao Qi <yao@codesourcery.com>
13308
13309 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
13310 file1.txt from host at the end.
13311 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13312
c2b2ccc5
DE
133132014-05-15 Doug Evans <dje@google.com>
13314
13315 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
13316 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
13317 loading file. Add test for TU lookup.
13318
8c217a4b
SM
133192014-05-15 Simon Marchi <simon.marchi@ericsson.com>
13320
13321 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
13322 calling "-exec-arguments" or "set args" before running the
13323 inferior.
13324
3deb39c6
SM
133252014-05-15 Simon Marchi <simon.marchi@ericsson.com>
13326
13327 * lib/mi-support.exp (mi_expect_stop): Expect message for
13328 inferiors that exit with non-zero exit code.
13329
71a79f8c
YQ
133302014-05-14 Yao Qi <yao@codesourcery.com>
13331
13332 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
13333 match absolute path on remote host.
13334 (test_file_list_exec_source_files): Remove "/" from the
13335 pattern.
13336
f23fcd46
YQ
133372014-05-14 Yao Qi <yao@codesourcery.com>
13338
13339 * boards/local-remote-host-notty.exp (${board}_file): New
13340 proc.
13341
9404b58f
KM
133422014-05-07 Kyle McMartin <kyle@redhat.com>
13343
13344 Pushed by Joel Brobecker <brobecker@adacore.com>.
13345 * gdb.arch/aarch64-atomic-inst.c: New file.
13346 * gdb.arch/aarch64-atomic-inst.exp: New file.
13347
5e45f04c
YQ
133482014-05-07 Yao Qi <yao@codesourcery.com>
13349
13350 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
13351 in current context" too.
13352
c888a17d
KS
133532014-05-05 Keith Seitz <keiths@redhat.com>
13354
13355 * gdb.linespec/ls-dollar.exp: Add test for linespec
13356 file:convenience_variable.
13357
290a839c
YQ
133582014-05-05 Yao Qi <yao@codesourcery.com>
13359
13360 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
13361 traceframes into tfile and ctf trace files. Read data from
13362 trace file and test collected data.
13363 (gdb_collect_locals_test): Likewise.
13364 (gdb_unavailable_registers_test): Likewise.
13365 (gdb_unavailable_floats): Likewise.
13366 (gdb_collect_globals_test): Likewise.
13367 (top-level): Append "ctf" to trace_file_targets if GDB
13368 supports.
13369
b5262cd0
YQ
133702014-05-05 Yao Qi <yao@codesourcery.com>
13371
13372 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
13373 code to ...
13374 (gdb_collect_args_test_1): ... it. New proc.
13375 (gdb_collect_locals_test): Move some code to ...
13376 (gdb_collect_locals_test_1): ... it. New proc.
13377 (gdb_unavailable_registers_test): Move some code to ...
13378 (gdb_unavailable_registers_test_1): ... it. New proc.
13379 (gdb_unavailable_floats): Move some code to ...
13380 (gdb_unavailable_floats_1): ... it. New proc.
13381
30a1e6cc
SDJ
133822014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
13383
13384 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
13385 probes to test for bitness recognition.
13386 * gdb.arch/amd64-stap-optional-prefix.exp
13387 (test_probe_value_without_reg): New procedure.
13388 Add code to test for different kinds of bitness.
13389
f33da99a
SDJ
133902014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
13391
13392 PR breakpoints/16889
13393 * gdb.arch/amd64-stap-optional-prefix.S: New file.
13394 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
13395
5b80f00d
PA
133962014-05-01 Pedro Alves <palves@redhat.com>
13397
13398 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
13399 gdb_file_cmd if no file is specified.
13400 * boards/native-extended-gdbserver.exp (gdb_load): Use the
13401 last_loaded_file to set the remote exec-file.
13402
f8c2a73c
PA
134032014-05-01 Pedro Alves <palves@redhat.com>
13404
13405 * boards/local-remote-host.exp: New file.
13406
be6e8ac7
PA
134072014-05-01 Pedro Alves <palves@redhat.com>
13408
13409 * boards/local-remote-host.exp: Rename to ...
13410 * boards/local-remote-host-notty.exp: ... this.
13411
cac0dc8f
JB
134122014-04-28 Joel Brobecker <brobecker@adacore.com>
13413
13414 * gdb.ada/dyn_arrayidx: New testcase.
13415
9730e6cc
YQ
134162014-04-26 Yao Qi <yao@codesourcery.com>
13417
13418 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
13419 and compute the length of function main. Save it in
13420 $main_length.
13421 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
13422 (top-level): Use gdb_compile to compile objects into
13423 executable and restart GDB. Remove invocation to
13424 prepare_for_testing.
13425
7ae1a6a6
PA
134262014-04-25 Simon Marchi <simon.marchi@ericsson.com>
13427 Pedro Alves <palves@redhat.com>
13428
13429 PR server/16255
13430 * gdb.multi/multi-attach.c: New file.
13431 * gdb.multi/multi-attach.exp: New file.
13432
4082afcc
PA
134332014-04-25 Pedro Alves <palves@redhat.com>
13434
13435 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
13436 user.
13437 (top level): Test that "set remote conditional-breakpoints-packet
13438 off" works as intended.
13439 * gdb.base/dprintf.exp: Test that "set remote
13440 breakpoint-commands-packet off" works as intended.
13441 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
13442 New function.
13443 (top level): Call it.
13444 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
13445 remote fast-tracepoints-packet off" works as intended.
13446 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
13447 * lib/gdb.exp (gdb_is_target_remote): ... here.
13448
2abc3f8d
DB
134492014-04-24 David Blaikie <dblaikie@gmail.com>
13450
13451 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
13452 ensure clang would not discard them.
13453 * gdb.base/gdbvars.c: Ditto.
13454 * gdb.base/memattr.c: Ditto.
13455 * gdb.base/whatis.c: Ditto.
13456 * gdb.python/py-prettyprint.c: Ditto.
13457 * gdb.trace/actions.c: Ditto.
13458 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
13459 ensure clang would not discard it.
13460
bfd39632
DB
134612014-04-24 David Blaikie <dblaikie@gmail.com>
13462
13463 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
13464 clang to emit the full definition of type required by the test
13465 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
13466
22842ff6
DB
134672014-04-24 David Blaikie <dblaikie@gmail.com>
13468
13469 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
13470 coax Clang into emitting the definition of the type.
13471 * gdb.cp/pr10728-x.h (y): Ditto.
13472 * gdb.cp/pr10728-y.cc (y): Ditto.
13473
c2e827ad
DB
134742014-04-24 David Blaikie <dblaikie@gmail.com>
13475
13476 * gdb.base/label.exp: XFAIL label related tests under Clang.
13477 * gdb.cp/cplabel.exp: Ditto.
13478 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
13479 under Clang those using labels.
13480
4c2d33e7
YQ
134812014-04-25 Yao Qi <yao@codesourcery.com>
13482
13483 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
13484 double_label.
13485 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
13486 partial_label and double_label.
13487
56083b99
DB
134882014-04-24 David Blaikie <dblaikie@gmail.com>
13489
13490 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
13491
25d4e99d
DB
134922014-04-24 David Blaikie <dblaikie@gmail.com>
13493
13494 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
13495 of the function to work across GCC and Clang.
13496 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
13497 pointer types (const void ** const V void **).
13498
01f9f808
MS
134992014-04-24 Michael Sturm <michael.sturm@mintel.com>
13500 Walfred Tedeschi <walfred.tedeschi@intel.com>
13501
13502 * Makefile.in (EXECUTABLES): Added i386-avx512.
13503 * gdb.arch/i386-avx512.c: New file.
13504 * gdb.arch/i386-avx512.exp: Likewise.
13505
4b48d439
KS
135062014-04-23 Keith Seitz <keiths@redhat.com>
13507
13508 * lib/mi-support.exp (mi_list_breakpoints): Delete.
13509 (mi_make_breakpoint_table): New procedure.
13510 (mi_create_breakpoint): Use mi_make_breakpoint
13511 and return the result.
13512 (mi_make_breakpoint): New procedure.
13513 (mi_build_kv_pairs): New procedure.
13514
13515 * gdb.mi/mi-break.exp: Remove unused globals,
13516 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
13517 All callers updated.
13518 * gdb.mi/mi-dprintf.exp: Use variable to track command
13519 number.
13520 Update all callers of mi_create_breakpoint and use
13521 mi_make_breakpoint_table.
13522 Remove any unused global variables.
13523 * gdb.mi/mi-nonstop.exp: Likewise.
13524 * gdb.mi/mi-nsintrall.exp: Likewise.
13525 * gdb.mi/mi-nsmoribund.exp: Likewise.
13526 * gdb.mi/mi-nsthrexec.exp: Likewise.
13527 * gdb.mi/mi-reverse.exp: Likewise.
13528 * gdb.mi/mi-simplerun.exp: Likewise.
13529 * gdb.mi/mi-stepn.exp: Likewise.
13530 * gdb.mi/mi-syn-frame.exp: Likewise.
13531 * gdb.mi/mi-until.exp: Likewise.
13532 * gdb.mi/mi-var-cp.exp: Likewise.
13533 * gdb.mi/mi-var-display.exp: Likewise.
13534 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
13535 * gdb.mi/mi2-var-child.exp: Likewise.
13536 * gdb.mi/mi-vla-c99.exp: Likewise.
13537 * lib/mi-support.exp: Likewise.
13538
13539 From Ian Lance Taylor <iant@cygnus.com>:
13540 * lib/gdb.exp (parse_args): New procedure.
13541
08351840
PA
135422014-04-23 Pedro Alves <palves@redhat.com>
13543
13544 * gdb.base/break-unload-file.c: New file.
13545 * gdb.base/break-unload-file.exp: New file.
13546 * gdb.base/sym-file-lib.c (baz): New function.
13547 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
13548 field.
13549 (load): Store the segment's mapped size.
13550 (unload): New function.
13551 (unload_shlib): New function.
13552 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
13553 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
13554 set a breakpoint at baz, and call it.
13555 * gdb.base/sym-file.exp: New tests for stale breakpoint
13556 instructions.
13557
076855f9
PA
135582014-04-23 Pedro Alves <palves@redhat.com>
13559
13560 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
13561 * gdb.base/hbreak-in-shr-unsupported.c: New file.
13562 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
13563 * gdb.base/hbreak-unmapped.c: New file.
13564 * gdb.base/hbreak-unmapped.exp: New file.
13565 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
13566 * lib/gdb.exp (gdb_is_target_remote): ... here.
13567
483805cf
PA
135682014-04-22 Pedro Alves <palves@redhat.com>
13569
13570 * gdb.base/consecutive-step-over.c: New file.
13571 * gdb.base/consecutive-step-over.exp: New file.
13572
06d97543
PA
135732014-04-22 Pedro Alves <palves@redhat.com>
13574
13575 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
13576 instead of send_gdb/gdb_expect.
13577
b4429ea2
YQ
135782014-04-22 Yao Qi <yao@codesourcery.com>
13579
13580 * lib/trace-support.exp (generate_tracefile): New procedure.
13581 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
13582 return 0.
13583 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
13584 if generate_tracefile returns 1.
13585
51d48146
PA
135862014-04-18 Tom Tromey <palves@redhat.com>
13587 Pedro alves <tromey@redhat.com>
13588
13589 PR backtrace/15558
13590 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
13591 with a backtrace limit.
13592 * gdb.python/py-frame-inline.exp: Test running to an inline
13593 function with a backtrace limit, and printing the newest frame.
13594 * gdb.python/py-frame-inline.c (main): Call f.
13595
bd1dce5f
MS
135962014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
13597
13598 * gdb.java/jnpe.exp: Drop srcdir from untested path.
13599
40d1a503
MS
136002014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
13601
13602 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
13603 Drop prefix from unsupported source file path.
13604
389b98f7
YQ
136052014-04-17 Yao Qi <yao@codesourcery.com>
13606
13607 * lib/gdb.exp (with_target_charset): New proc.
13608 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
13609 with_target_charset.
13610 (test_print_strings): Likewise.
13611 (test_repeat_bytes): Likewise.
13612 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
13613 for some tests.
13614
22869d73
KS
136152014-04-16 Keith Seitz <keiths@redhat.com>
13616
13617 PR gdb/15827
13618 * gdb.dwarf2/corrupt.c: New file.
13619 * gdb.dwarf2/corrupt.exp: New file.
13620
c4f87ca6
KS
136212014-04-16 Keith Seitz <keiths@redhat.com>
13622
13623 PR c++/16597
13624 * gdb.cp/namelessclass.cc: New file.
13625 * gdb.cp/namelessclass.exp: New file.
13626 * gdb.cp/namelessclass.S: New file.
13627
ab19de87
DE
136282014-04-16 Doug Evans <dje@google.com>
13629
13630 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
13631 Add comment.
13632 (gdbserver_default_get_comm_port): New function.
13633 (gdbserver_start): Check if board file provided
13634 "gdbserver,get_comm_port" and use it if so.
13635 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
13636 (gdb,socketport): Set to "stdio".
13637 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
13638 (stdio_gdbserver_template): Delete.
13639 (${board}_get_remote_address): Update.
13640 (${board}_build_remote_cmd): Delete.
13641 (${board}_get_comm_port): New function.
13642 (${board}_spawn): Update.
13643 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
13644 Delete.
13645 (${board}_get_remote_address): Update.
13646 (${board}_get_comm_port): New function.
13647
fc98a809
AB
136482014-04-16 Andrew Burgess <aburgess@broadcom.com>
13649
13650 * gdb.base/memattr.exp: Improve regexps to handle memory regions
13651 appearing in any order.
13652
87fd9e6e
DE
136532014-04-15 Doug Evans <dje@google.com>
13654
13655 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
13656 uninitialized value of "description".
13657
099fc3ea
KS
136582014-04-15 Keith Seitz <keiths@redhat.com>
13659
13660 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
13661 Remove unused globals.
13662 (test_running_the_program): Likewise.
13663 (test_controlled_execution): Likewise.
13664 (test_controlling_breakpoints): Likewise.
13665 (test_program_termination): Likewise.
13666
5da151d4
KS
136672014-04-15 Keith Seitz <keiths@redhat.com>
13668
13669 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
13670 unused globals.
13671 (test_rbreak_creation_and_listing): Likewise.
13672 (test_ignore_count): Likewise.
13673 (test_error): Likewise.
13674
35e5d2f0
PA
136752014-04-15 Pedro Alves <palves@redhat.com>
13676
13677 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
13678 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
13679 sym-file-loader.c.
13680 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13681 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13682 to sym-file-loader.c.
13683 (struct library): Forward declare.
13684 (load_shlib, lookup_function): Change prototypes.
13685 (find_shstrtab, find_strtab, find_shdr, find_symtab)
13686 (translate_offset): Remove declarations.
13687 (get_text_addr): New declaration.
13688 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
13689 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
13690 sym-file-loader.h.
13691 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13692 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13693 here from sym-file-loader.h.
13694 (struct library): New structure.
13695 (load_shlib, lookup_function): Change prototypes and adjust to
13696 work with a struct library.
13697 (find_shstrtab, find_strtab, find_shdr, find_symtab)
13698 (translate_offset): Make static.
13699 (get_text_addr): New function.
13700 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
13701
eb4c1710
PA
137022014-04-15 Pedro Alves <palves@redhat.com>
13703
13704 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
13705
2d1baf52
PA
137062014-04-15 Pedro Alves <palves@redhat.com>
13707
13708 * gdb.base/sym-file-loader.c: Include <limits.h>.
13709 (SELF_LINK): New define.
13710 (get_origin): New function.
13711 (load_shlib): Use it.
13712 * gdb.base/sym-file.exp: Don't early return if the target is
13713 remote. Use runto_main, and issue fail is that fails. Use
13714 gdb_load_shlibs.
13715 (shlib_name): Delete.
13716 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
13717
7dd6df01
PA
137182014-04-15 Pedro Alves <palves@redhat.com>
13719
13720 * gdb.base/sym-file.exp: Remove regex characters from test
13721 message. Don't refer to breakpoint numbers in test messages.
13722
b50c8614
KS
137232014-04-14 Keith Seitz <keiths@redhat.com>
13724
13725 PR c++/16253
13726 * gdb.cp/var-tag.cc: New file.
13727 * gdb.cp/var-tag.exp: New file.
13728 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
13729 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
13730 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
13731 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
13732
3d567982
TT
137332014-04-14 Tom Tromey <tromey@redhat.com>
13734
13735 * gdb.cp/classes.exp (test_enums): Handle underlying type.
13736 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
13737 type.
13738 * gdb.cp/enum-class.exp: New file.
13739 * gdb.cp/enum-class.cc: New file.
13740
0626fc76
TT
137412014-04-14 Tom Tromey <tromey@redhat.com>
13742
13743 * gdb.dwarf2/enum-type.exp: New file.
13744
dca325b3
SA
137452014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13746
13747 * gdb.mi/mi-vla-c99.exp: New file.
13748 * gdb.mi/vla.c: New file.
13749
5854b38a
SA
137502014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13751
13752 * gdb.base/vla-datatypes.c: New file.
13753 * gdb.base/vla-datatypes.exp: New file.
13754
463bb957
SA
137552014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13756
13757 * gdb.base/vla-ptr.c: New file.
13758 * gdb.base/vla-ptr.exp: New file.
13759
3dd170be
SA
137602014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13761
13762 * gdb.dwarf2/count.exp: New file.
13763
5ecaaa66
SA
137642014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13765
13766 * gdb.base/vla-sideeffect.c: New file.
13767 * gdb.base/vla-sideeffect.exp: New file.
13768
41f1ada5
DB
137692014-04-14 David Blaikie <dblaikie@gmail.com>
13770
13771 * gdb.mi/non-stop.c: Add return value for non-void function return
13772 statement.
13773 * gdb.threads/staticthreads.c: Ditto.
13774
0be03e84
DE
137752014-04-12 Siva Chandra Reddy <sivachandra@google.com>
13776 Doug Evans <xdje42@gmail.com>
13777
13778 * gdb.guile/scm-value.c: Improve test case.
13779 * gdb.guile/scm-value.exp: Add new test.
13780
f180a1fb
DB
137812014-04-11 David Blaikie <dblaikie@gmail.com>
13782
13783 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
13784 override Clang's default.
13785
6b662e19
JB
137862014-04-11 Joel Brobecker <brobecker@adacore.com>
13787
13788 Revert the following changes (regressions):
13789
13790 * gdb.base/vla-sideeffect.c: New file.
13791 * gdb.base/vla-sideeffect.exp: New file.
13792
13793 * gdb.dwarf2/count.exp: New file.
13794
13795 * gdb.base/vla-multi.c: New file.
13796 * gdb.base/vla-multi.exp: New file.
13797
13798 * gdb.base/vla-ptr.c: New file.
13799 * gdb.base/vla-ptr.exp: New file.
13800
13801 * gdb.base/vla-datatypes.c: New file.
13802 * gdb.base/vla-datatypes.exp: New file.
13803
13804 * gdb.mi/mi-vla-c99.exp: New file.
13805 * gdb.mi/vla.c: New file.
13806
245a5f0b
KS
138072014-04-11 Keith Seitz <keiths@redhat.com>
13808
13809 PR c++/16675
13810 * gdb.cp/cpsizeof.exp: New file.
13811 * gdb.cp/cpsizeof.cc: New file.
13812
58a84dcf
SA
138132014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13814
191a8a90
JB
13815 * gdb.mi/mi-vla-c99.exp: New file.
13816 * gdb.mi/vla.c: New file.
58a84dcf 13817
c8655f75
SA
138182014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13819
13820 * gdb.base/vla-datatypes.c: New file.
13821 * gdb.base/vla-datatypes.exp: New file.
13822
024e13b4
SA
138232014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13824
13825 * gdb.base/vla-ptr.c: New file.
13826 * gdb.base/vla-ptr.exp: New file.
13827
1a237e0e
SA
138282014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13829
13830 * gdb.base/vla-multi.c: New file.
13831 * gdb.base/vla-multi.exp: New file.
13832
504f3432
SA
138332014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13834
13835 * gdb.dwarf2/count.exp: New file.
13836
3bce8237
SA
138372014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13838
191a8a90
JB
13839 * gdb.base/vla-sideeffect.c: New file.
13840 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 13841
322f9c21
YQ
138422014-04-11 Yao Qi <yao@codesourcery.com>
13843
13844 * gdb.base/completion.exp: Check file exists before running tests
13845 on file completion.
13846
d708bcd1
PA
138472014-04-10 Pedro Alves <palves@redhat.com>
13848
13849 * gdb.base/cond-eval-mode.c: New file.
13850 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
13851 prepare_for_testing to build the new file. Check result of
13852 runto_main.
13853 (test_break, test_watch): New procedures.
13854 (top level): Use them.
13855
ae1d2761
PM
138562014-04-08 Pierre Muller <muller@sourceware.org>
13857
13858 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
13859 Ctrl-V use for mingw hosts.
13860
7af389b8
SC
138612014-04-07 Siva Chandra Reddy <sivachandra@google.com>
13862
13863 * gdb.python/py-value.c: Improve test case.
13864 * gdb.python/py-value.exp: Add new test.
13865
5e703181
DE
138662014-04-07 David Blaikie <dblaikie@gmail.com>
13867
13868 * lib/compiler.c: Identify the clang compiler.
13869 * lib/compiler.cc: Ditto.
13870
9810b410
YQ
138712014-04-03 Yao Qi <yao@codesourcery.com>
13872
13873 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
13874
98d1b8dc
AB
138752014-04-01 Anton Blanchard <anton@samba.org>
13876
13877 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
13878 messages unique.
13879
3114cea1
AB
138802014-04-01 Anton Blanchard <anton@samba.org>
13881
13882 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
13883 prepare_for_testing.
13884
62f7182c
AB
138852014-04-01 Anton Blanchard <anton@samba.org>
13886
13887 * gdb.arch/ppc64-atomic-inst.c: Remove.
13888 * gdb.arch/ppc64-atomic-inst.S: New file.
13889 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
13890
770e7fc7
DE
138912014-03-31 Doug Evans <dje@google.com>
13892
13893 * gdb.base/print-symbol-loading-lib.c: New file.
13894 * gdb.base/print-symbol-loading-main.c: New file.
13895 * gdb.base/print-symbol-loading.exp: New file.
13896
46e2bafa
YQ
138972014-03-31 Yao Qi <yao@codesourcery.com>
13898
13899 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
13900
8776cfe9
JB
139012014-03-28 Joel Brobecker <brobecker@adacore.com>
13902
13903 * gdb.ada/mi_dyn_arr: New testcase.
13904
5d1ef361
DE
139052014-03-27 Doug Evans <dje@google.com>
13906
13907 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
13908
b5bee914
YQ
139092014-03-27 Yao Qi <yao@codesourcery.com>
13910
13911 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
13912 if target is nios2-*-*.
13913
0d4d0e77
YQ
139142014-03-26 Yao Qi <yao@codesourcery.com>
13915
13916 * lib/gdb.exp (readline_is_used): New proc.
13917 * gdb.base/completion.exp: Move tests on command complete up.
13918 Skip the rest of tests if readline is not used.
13919 * gdb.ada/complete.exp: Skp the test if readline is not
13920 used.
13921 * gdb.base/filesym.exp: Likewise.
13922 * gdb.base/macscp.exp: Likewise.
13923 * gdb.base/readline-ask.exp: Likewise.
13924 * gdb.base/readline.exp: Likewise.
13925 * gdb.python/py-cmd.exp: Likewise.
13926 * gdb.trace/tfile.exp: Likewise.
13927
29361eee
YQ
139282014-03-26 Yao Qi <yao@codesourcery.com>
13929
13930 * gdb.base/macscp.exp: Fix code format issues.
13931
bc9a5525
UW
139322014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
13933
13934 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
13935 * gdb.asm/powerpc64le.inc: New file.
13936
d3839ede
PA
139372014-03-25 Pedro Alves <palves@redhat.com>
13938 Doug Evans <dje@google.com>
13939
13940 * gdb.base/source-execution.c: New file.
13941 * gdb.base/source-execution.exp: New file.
13942 * gdb.base/source-execution.gdb: New file.
13943
01672a57
DE
139442014-03-24 Doug Evans <dje@google.com>
13945
13946 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
13947 using fission.
13948
88bbeca9
HZ
139492014-03-24 Hui Zhu <hui@codesourcery.com>
13950 Pedro Alves <palves@redhat.com>
13951
13952 PR breakpoints/16101
13953 * gdb.base/dprintf.exp: Use unsupported rather than changing the
13954 test pass/fail messages. Detect missing support for dprintf when
13955 breakpoints are actually inserted.
13956 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
13957 breakpoints are actually inserted.
13958 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
13959 fails.
13960
d2348791
JK
139612014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
13962
13963 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
13964
feef67ab
DE
139652014-03-22 Doug Evans <xdje42@gmail.com>
13966
13967 * gdb.python/python.exp (python not supported): Verify multi-line
13968 python command issues an error.
25d743f9 13969 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 13970 guile command issues an error.
feef67ab 13971
ecebef6a
MR
139722014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
13973
13974 * gdb.threads/thread-specific.exp: Handle the lack of usable
13975 $this_breakpoint and $this_thread.
13976
ccdd1909
HZ
139772014-03-21 Hui Zhu <hui@codesourcery.com>
13978
13979 * gdb.base/attach.exp (do_command_attach_tests): New.
13980
beb460e8
PA
139812014-03-20 Tom Tromey <tromey@redhat.com>
13982 Pedro Alves <palves@redhat.com>
13983
13984 PR cli/15718
13985 * gdb.base/condbreak-call-false.c: New file.
13986 * gdb.base/condbreak-call-false.exp: New file.
13987
40acf43a
PA
139882014-03-20 Pedro Alves <palves@redhat.com>
13989
13990 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
13991 Delete.
13992 (block_signals, unblock_signals): Delete.
13993 (child_function_2, main): Remove references to deleted variable
13994 and functions.
13995
9f5e1e02
PA
139962014-03-20 Pedro Alves <palves@redhat.com>
13997
13998 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
13999 Use pthread_kill to signal thread 2.
14000 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14001 Adjust to make the test send itself a signal rather than using the
14002 host's "kill" command.
14003
99619bea
PA
140042014-03-20 Pedro Alves <palves@redhat.com>
14005
14006 * gdb.threads/multiple-step-overs.c: New file.
14007 * gdb.threads/multiple-step-overs.exp: New file.
14008 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14009 Adjust expected infrun debug output.
14010
2adfaa28
PA
140112014-03-20 Pedro Alves <palves@redhat.com>
14012
14013 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
14014 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
14015
31e77af2
PA
140162014-03-20 Pedro Alves <palves@redhat.com>
14017
14018 PR breakpoints/7143
14019 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
14020 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
14021 of gdb_test_multiple.
14022 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
14023 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
14024
b9f437de
PA
140252014-03-20 Pedro Alves <palves@redhat.com>
14026
14027 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
14028 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
14029
05adc73e
PA
140302014-03-19 Pedro Alves <palves@redhat.com>
14031
14032 * gdb.base/async.exp: Remove early return.
14033
6048b950
PA
140342014-03-19 Pedro Alves <palves@redhat.com>
14035
14036 * gdb.base/async.exp (step& tests): Pass explicit test messages.
14037
8bcfb00a
PA
140382014-03-19 Pedro Alves <palves@redhat.com>
14039
14040 * gdb.base/async.exp (test_background): Expect \r\n after
14041 "completed." in the fail pattern.
14042
884e37dc
PA
140432014-03-19 Pedro Alves <palves@redhat.com>
14044
14045 * gdb.base/async.exp (test_background): New procedure.
14046 Use it for all background execution command tests.
14047
148e57e2
PA
140482014-03-19 Pedro Alves <palves@redhat.com>
14049
14050 * gdb.base/async.exp: Use prepare_for_testing.
14051
f48088c7
PA
140522014-03-19 Pedro Alves <palves@redhat.com>
14053
14054 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
14055 the same line.
14056
e2f6c966
PA
140572014-03-19 Pedro Alves <palves@redhat.com>
14058
14059 * gdb.base/async.c (main): Add "jump here" and "until here" line
14060 marker comments.
14061 * gdb.base/async.exp (jump_here): New global.
14062 (jump& test): Use it.
14063 (until_here): New global.
14064 (until& test): Use it.
14065
c30568d4
PA
140662014-03-19 Pedro Alves <palves@redhat.com>
14067
14068 * gdb.base/async.exp: Don't frob gdb_protocol.
14069
0172b6a7
DE
140702014-03-18 Doug Evans <xdje42@gmail.com>
14071
14072 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
14073 Fix spelling of exec-done-display.
14074
06c868a8
JK
140752014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
14076
14077 PR gdb/15358
14078 * gdb.base/gdb-sigterm.c: New file.
14079 * gdb.base/gdb-sigterm.exp: New file.
14080
0c7e1a46
PA
140812014-03-18 Pedro Alves <palves@redhat.com>
14082
14083 PR gdb/13860
14084 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
14085 * lib/mi-support.exp (mi_expect_stop): Add special handling for
14086 solib-event.
14087
f7c77d93
JB
140882014-03-17 Joel Brobecker <brobecker@adacore.com>
14089
14090 * gdb.ada/pckd_arr_ren: New testcase.
14091
5a1e8c7a
DE
140922014-03-13 Doug Evans <xdje42@gmail.com>
14093
14094 PR guile/16612
14095 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
14096 collect after discarding symbols.
14097
350e1a76
DE
140982014-03-13 Ludovic Courtès <ludo@gnu.org>
14099 Doug Evans <xdje42@gmail.com>
14100
14101 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
14102 to history survives a gc.
14103
a69900ae
PA
141042014-03-13 Pedro Alves <palves@redhat.com>
14105
14106 * gdb.base/default.exp: Don't test "target procfs".
14107
5db9f0bd
PA
141082014-03-13 Pedro Alves <palves@redhat.com>
14109
14110 * gdb.base/default.exp: Update "target child" and "target procfs"
14111 tests to not expect "Unix".
14112
b3ccfe11
TT
141132014-03-12 Tom Tromey <tromey@redhat.com>
14114
14115 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
14116 New procs. Add target-async tests.
14117 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
14118 Add target-async tests.
14119
646f4417
AA
141202014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14121
14122 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
14123 'func_start' and 'func_end' for the beginning and end of the
14124 function code, respectively.
14125 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
14126 'func_end' instead of 'func' and 'main'.
14127
288c211f
AA
141282014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14129
14130 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
14131 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
14132 generate the debug info assembler source.
14133
e0c0f156
AA
141342014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14135
14136 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
14137 * gdb.dwarf2/arr-subrange.exp: Likewise.
14138 * gdb.dwarf2/dwz.exp: Likewise.
14139 * gdb.dwarf2/method-ptr.exp: Likewise.
14140 * gdb.dwarf2/missing-sig-type.exp: Likewise.
14141 * gdb.dwarf2/subrange.exp: Likewise.
14142 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
14143 * gdb.dwarf2/implptrpiece.exp: Likewise.
14144 * gdb.dwarf2/nostaticblock.exp: Likewise.
14145
0e5c4555
AA
141462014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14147
14148 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
14149 directory to absolute path name arguments.
14150
5ec18f2b
JG
141512014-03-10 Joel Brobecker <brobecker@adacore.com>
14152
14153 * gdb.ada/tagged_access: New testcase.
14154
847fc4f2
MM
141552014-03-07 Markus Metzger <markus.t.metzger@intel.com>
14156
14157 * gdb.btrace/data.exp: Update expected output.
14158
cc3da688
YQ
141592014-03-06 Yao Qi <yao@codesourcery.com>
14160
14161 * gdb.trace/pr16508.exp: New file.
14162
0f26cec1
PA
141632014-03-05 Pedro Alves <palves@redhat.com>
14164
14165 PR gdb/16575
14166 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
14167 procedure.
14168 (top level): Adjust to use it. Add tests that exercise breakpoint
14169 interaction with the code-cache.
14170
7a5a839f
LC
141712014-02-26 Ludovic Courtès <ludo@gnu.org>
14172
14173 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
14174 test for 'history-append!'.
14175
31aa7e4e
JB
141762014-02-26 Joel Brobecker <brobecker@adacore.com>
14177
14178 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
14179 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
14180 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
14181 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
14182 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
14183 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
14184
1b588015
JB
141852014-02-26 Joel Brobecker <brobecker@adacore.com>
14186
14187 * testsuite/gdb.python/py-pp-re-notag.c: New file.
14188 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
14189 * testsuite/gdb.python/py-pp-re-notag.p: New file.
14190
55426c9d
JB
141912014-02-26 Joel Brobecker <brobecker@adacore.com>
14192
14193 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
14194
dc53a7ad
JB
141952014-02-26 Joel Brobecker <brobecker@adacore.com>
14196
14197 * gdb.dwarf2/arr-stride.c: New file.
14198 * gdb.dwarf2/arr-stride.exp: New file.
14199
12ab52e9
PA
142002014-02-26 Pedro Alves <palves@redhat.com>
14201
14202 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
14203 that won't ever trigger. Make sure that GDB reports the correct
14204 breakpoint that caused the stop.
14205
849c862e
JK
142062014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14207
14208 PR gdb/16626
14209 * gdb.base/auto-load-script: New file.
14210 * gdb.base/auto-load.c: New file.
14211 * gdb.base/auto-load.exp: New file.
14212
71b7d793
JK
14213 PR gdb/16626
14214 * gdb.base/auto-load.exp: Fix out-of-srctree run.
14215
e2f0d509
JK
142162014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14217
14218 Fix dw2-icycle.exp -fsanitize=address GDB crash.
14219 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
14220
50cc37c8
DE
142212014-02-24 Doug Evans <dje@google.com>
14222
14223 * lib/gdb.exp (run_on_host): Log error output if program fails.
14224
ea4758f2
PA
142252014-02-21 Pedro Alves <palves@redhat.com>
14226
14227 * gdb.threads/step-after-sr-lock.c: Rename to ...
14228 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
14229 * gdb.threads/step-after-sr-lock.exp: Rename to ...
14230 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14231 ... this.
14232
d7b30f67
SDJ
142332014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
14234
14235 PR tdep/16397
14236 * gdb.arch/amd64-stap-special-operands.exp: New file.
14237 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
14238 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
14239 * gdb.arch/amd64-stap-triplet.S: Likewise.
14240 * gdb.arch/amd64-stap-triplet.c: Likewise.
14241
83deb43f
JB
142422014-02-20 Joel Brobecker <brobecker@adacore.com>
14243
14244 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
14245 in .section pseudo-op.
14246
adde2bff
DE
142472014-02-20 lin zuojian <manjian2006@gmail.com>
14248 Joel Brobecker <brobecker@adacore.com>
14249 Doug Evans <xdje42@gmail.com>
14250
14251 PR symtab/16581
14252 * gdb.dwarf2/dw2-icycle.S: New file.
14253 * gdb.dwarf2/dw2-icycle.c: New file.
14254 * gdb.dwarf2/dw2-icycle.exp: New file.
14255
f7bd0f78
SC
142562014-02-19 Siva Chandra Reddy <sivachandra@google.com>
14257
14258 * gdb.python/py-value-cc.cc: Improve test case to enable testing
14259 operations on gdb.Value objects.
14260 * gdb.python/py-value-cc.exp: Add new test to test operations on
14261 gdb.Value objects.
14262
c17ef0d5
DE
142632014-02-18 Doug Evans <dje@google.com>
14264
14265 * Makefile.in (TESTS): New variable.
14266 (expanded_tests, expanded_tests_or_none): New variables
14267 (check-single): Pass $(expanded_tests_or_none) to runtest.
14268 (check-parallel): Only run tests in $(TESTS) if non-empty.
14269 (check/no-matching-tests-found): New rule.
14270 * README: Document TESTS makefile variable.
14271
5dd3176f
DE
142722014-02-18 Doug Evans <dje@google.com>
14273
14274 * Makefile.in (check-parallel): rm -rf outputs temp.
14275
0b10be4f
JK
142762014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14277
14278 Fix "ERROR: no fileid for" in the testsuite.
14279 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
14280
85f224e7
DE
142812014-02-12 Doug Evans <dje@google.com>
14282
14283 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
14284 (MISCELLANEOUS): New variable.
14285 (clean): rm -rf $(MISCELLANEOUS).
14286 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
14287 dwp live in the same directory as symlinks, with each symlink pointed
14288 to a differently named file in a different directory.
14289
149b30ff
DE
142902014-02-11 Doug Evans <dje@google.com>
14291
14292 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
14293 of Tcl file commands.
14294
1dfdac32
MK
142952014-02-10 Mark Kettenis <kettenis@gnu.org>
14296
14297 * gdb.threads/step-after-sr-lock.exp: Avoid executing
14298 "kill -SIGUSR1 -1".
14299
aa4fb036
JB
143002014-02-10 Joel Brobecker <brobecker@adacore.com>
14301
14302 * gdb.ada/tick_length_array_enum_idx: New testcase.
14303
ed3ef339
DE
143042014-02-10 Doug Evans <xdje42@gmail.com>
14305
14306 * configure.ac (AC_OUTPUT): Add gdb.guile.
14307 * configure: Regenerate.
14308 * lib/gdb-guile.exp: New file.
14309 * lib/gdb.exp (get_target_charset): New function.
14310 * gdb.base/help.exp: Update expected output from "apropos apropos".
14311 * gdb.guile/Makefile.in: New file.
14312 * gdb.guile/guile.exp: New file.
14313 * gdb.guile/scm-arch.c: New file.
14314 * gdb.guile/scm-arch.exp: New file.
14315 * gdb.guile/scm-block.c: New file.
14316 * gdb.guile/scm-block.exp: New file.
14317 * gdb.guile/scm-breakpoint.c: New file.
14318 * gdb.guile/scm-breakpoint.exp: New file.
14319 * gdb.guile/scm-disasm.c: New file.
14320 * gdb.guile/scm-disasm.exp: New file.
14321 * gdb.guile/scm-equal.c: New file.
14322 * gdb.guile/scm-equal.exp: New file.
14323 * gdb.guile/scm-error.exp: New file.
14324 * gdb.guile/scm-error.scm: New file.
14325 * gdb.guile/scm-frame-args.c: New file.
14326 * gdb.guile/scm-frame-args.exp: New file.
14327 * gdb.guile/scm-frame-args.scm: New file.
14328 * gdb.guile/scm-frame-inline.c: New file.
14329 * gdb.guile/scm-frame-inline.exp: New file.
14330 * gdb.guile/scm-frame.c: New file.
14331 * gdb.guile/scm-frame.exp: New file.
14332 * gdb.guile/scm-generics.exp: New file.
14333 * gdb.guile/scm-gsmob.exp: New file.
14334 * gdb.guile/scm-iterator.c: New file.
14335 * gdb.guile/scm-iterator.exp: New file.
14336 * gdb.guile/scm-math.c: New file.
14337 * gdb.guile/scm-math.exp: New file.
14338 * gdb.guile/scm-objfile-script-gdb.in: New file.
14339 * gdb.guile/scm-objfile-script.c: New file.
14340 * gdb.guile/scm-objfile-script.exp: New file.
14341 * gdb.guile/scm-objfile.c: New file.
14342 * gdb.guile/scm-objfile.exp: New file.
14343 * gdb.guile/scm-ports.exp: New file.
14344 * gdb.guile/scm-pretty-print.c: New file.
14345 * gdb.guile/scm-pretty-print.exp: New file.
14346 * gdb.guile/scm-pretty-print.scm: New file.
14347 * gdb.guile/scm-section-script.c: New file.
14348 * gdb.guile/scm-section-script.exp: New file.
14349 * gdb.guile/scm-section-script.scm: New file.
14350 * gdb.guile/scm-symbol.c: New file.
14351 * gdb.guile/scm-symbol.exp: New file.
14352 * gdb.guile/scm-symtab-2.c: New file.
14353 * gdb.guile/scm-symtab.c: New file.
14354 * gdb.guile/scm-symtab.exp: New file.
14355 * gdb.guile/scm-type.c: New file.
14356 * gdb.guile/scm-type.exp: New file.
14357 * gdb.guile/scm-value-cc.cc: New file.
14358 * gdb.guile/scm-value-cc.exp: New file.
14359 * gdb.guile/scm-value.c: New file.
14360 * gdb.guile/scm-value.exp: New file.
14361 * gdb.guile/source2.scm: New file.
14362 * gdb.guile/types-module.cc: New file.
14363 * gdb.guile/types-module.exp: New file.
14364
7026a7c1
YQ
143652014-02-10 Yao Qi <yao@codesourcery.com>
14366
14367 PR testsuite/16543
14368 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
14369 * configure: Regenerated.
14370 * Makefile.in: New file.
14371
6c466447
AS
143722014-02-08 Andreas Schwab <schwab@linux-m68k.org>
14373
14374 * gdb.python/py-framefilter.exp: Fix typo.
14375
6e854735
YQ
143762014-02-08 Yao Qi <yao@codesourcery.com>
14377
14378 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
14379 that no =breakpoint-modified is emitted when breakpoints are
14380 modified through MI commands.
14381
d137e6dc
PA
143822014-02-07 Pedro Alves <pedro@codesourcery.com>
14383 Pedro Alves <palves@redhat.com>
14384
14385 * gdb.threads/step-after-sr-lock.c: New file.
14386 * gdb.threads/step-after-sr-lock.exp: New file.
14387
b5ee5a50
PA
143882014-02-07 Pedro Alves <palves@redhat.com>
14389
14390 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
14391
3c77faf3
JK
143922014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
14393
14394 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
14395 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
14396
6dddc817
DE
143972014-02-06 Doug Evans <xdje42@gmail.com>
14398
14399 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
14400 output.
14401
14402 * gdb.gdb/python-interrupts.exp: New file.
14403
de7b2893
YQ
144042014-02-05 Yao Qi <yao@codesourcery.com>
14405
14406 * gdb.trace/report.exp (use_collected_data): Test the output
14407 of "info threads" and "info inferiors".
14408
66d032ac
YQ
144092014-02-05 Yao Qi <yao@codesourcery.com>
14410
14411 Revert this patch:
14412
14413 2013-05-24 Yao Qi <yao@codesourcery.com>
14414
14415 * gdb.trace/tfile.exp: Test inferior and thread.
14416
591a12a1
UW
144172014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14418
14419 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
14420 on a function.
14421 * gdb.base/step-bt.c: Call hello via function pointer to make
14422 sure its first instruction is executed on powerpc64le-linux.
14423
0ff3e01f
UW
144242014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14425
14426 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
14427
084ee545
UW
144282014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14429
14430 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
14431 of the test patterns for use on little-endian systems.
14432
6ed14ff3
UW
144332014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14434
14435 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
14436 (decimal_vector): Fix for little-endian.
14437
401e27fd
JM
144382014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
14439
14440 * gdb.arch/sparc-sysstep.exp: New file.
14441 * gdb.arch/sparc-sysstep.c: Likewise.
14442
14443 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
14444
8b924729
EBM
144452014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14446
14447 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
14448
fb151210
JB
144492014-01-23 Tom Tromey <tromey@redhat.com>
14450
14451 * gdb.ada/array_char_idx: New testcase.
14452
0740f8d8
TT
144532014-01-23 Tom Tromey <tromey@redhat.com>
14454
14455 PR python/16487:
14456 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
14457 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
14458 classes.
14459
21909fa1
TT
144602014-01-23 Tom Tromey <tromey@redhat.com>
14461
14462 PR python/16491:
14463 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
14464 string from an inferior frame.
14465 * gdb.python/py-framefilter-mi.exp: Update.
14466
87ce2a04
DE
144672014-01-22 Doug Evans <dje@google.com>
14468
14469 * gdb.server/server-mon.exp: Add tests for "set debug-format".
14470
237b092b
AA
144712014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14472
14473 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
14474
d674a709
AA
144752014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14476
14477 * gdb.trace/entry-values.exp: Remove excess space character from
14478 regex patterns. Handle s390 call instruction.
14479
20fa3390
AA
144802014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14481
14482 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
14483 define "*_start" label. Make "name" static.
14484 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
14485 ${name} by references to ${name}_start.
14486
78466714
AA
144872014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14488
14489 * gdb.base/info-macros.exp: Remove "debug" from the compile
14490 options.
14491
ec9f644a
IB
144922014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14493
14494 * gdb.dlang/demangle.exp: New file.
14495
94b1b47e
IB
144962014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14497
14498 * gdb.dlang/primitive-types.exp: New file.
14499
7f420862
IB
145002014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14501
14502 * configure.ac: Create gdb.dlang/Makefile.
14503 * configure: Regenerate.
14504 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
14505 * gdb.dlang/Makefile.in: New file.
14506 * lib/d-support.exp: New file.
14507 * lib/gdb.exp (skip_d_tests): New proc.
14508
52834460
MM
145092014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14510
14511 * gdb.btrace/delta.exp: Check reverse stepi.
14512 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
14513 * gdb.btrace/finish.exp: New.
14514 * gdb.btrace/next.exp: New.
14515 * gdb.btrace/nexti.exp: New.
14516 * gdb.btrace/record_goto.c: Add comments.
14517 * gdb.btrace/step.exp: New.
14518 * gdb.btrace/stepi.exp: New.
14519 * gdb.btrace/multi-thread-step.c: New.
14520 * gdb.btrace/multi-thread-step.exp: New.
14521 * gdb.btrace/rn-dl-bind.c: New.
14522 * gdb.btrace/rn-dl-bind.exp: New.
14523 * gdb.btrace/data.c: New.
14524 * gdb.btrace/data.exp: New.
14525 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
14526
6e07b1d2
MM
145272014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14528
14529 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
14530 * gdb.btrace/exception.exp: Update.
14531 * gdb.btrace/instruction_history.exp: Update.
14532 * gdb.btrace/record_goto.exp: Update.
14533 * gdb.btrace/tailcall.exp: Update.
14534 * gdb.btrace/unknown_functions.exp: Update.
14535 * gdb.btrace/delta.exp: New.
14536
0b722aec
MM
145372014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14538
14539 * gdb.btrace/record_goto.exp: Add backtrace test.
14540 * gdb.btrace/tailcall.exp: Add backtrace test.
14541
066ce621
MM
145422014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14543
14544 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
14545 * gdb.btrace/record_goto.c: New.
14546 * gdb.btrace/record_goto.exp: New.
14547 * gdb.btrace/x86-record_goto.S: New.
14548
0688d04e
MM
145492014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14550
14551 * gdb.btrace/function_call_history.exp: Update tests.
14552 * gdb.btrace/instruction_history.exp: Update tests.
14553
8710b709
MM
145542014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14555
14556 * gdb.btrace/function_call_history.exp: Fix expected field
14557 order for "record function-call-history".
14558 Add new tests for "record function-call-history /c".
14559 * gdb.btrace/exception.cc: New.
14560 * gdb.btrace/exception.exp: New.
14561 * gdb.btrace/tailcall.exp: New.
14562 * gdb.btrace/x86-tailcall.S: New.
14563 * gdb.btrace/x86-tailcall.c: New.
14564 * gdb.btrace/unknown_functions.c: New.
14565 * gdb.btrace/unknown_functions.exp: New.
14566 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
14567
5de9129b
MM
145682014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14569
14570 * gdb.btrace/instruction_history.exp: Update.
14571 * gdb.btrace/function_call_history.exp: Update.
14572
23a7fe75
MM
145732014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14574
14575 * gdb.btrace/function_call_history.exp: Fix expected function
14576 trace.
14577 * gdb.btrace/instruction_history.exp: Initialize traced.
14578 Remove traced_functions.
14579
724c7dd8
MM
145802014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14581
14582 * gdb.btrace/function_call_history.exp: Update
14583 * gdb.btrace/instruction_history.exp: Update.
14584
6d78d93b
MM
145852014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14586
14587 * gdb.btrace/enable.exp: Update expected text.
14588
93a360cc
OJ
145892014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
14590
14591 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
14592 bytes.
14593
3772b53f
MR
145942014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
14595
14596 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
14597
596662fa
OJ
145982014-01-15 Omair Javaid <omair.javaid@linaro.org>
14599
14600 * lib/gdb.exp (supports_process_record): Return true for
14601 arm*-linux*. (supports_reverse): Likewise.
14602
b5b08fb4
SC
146032014-01-13 Siva Chandra Reddy <sivachandra@google.com>
14604
14605 PR python/15464
14606 PR python/16113
14607 * gdb.python/py-type.c: Enhance test case.
14608 * gdb.python/py-value-cc.cc: Likewise
14609 * gdb.python/py-type.exp: Add new tests.
14610 * gdb.python/py-value-cc.exp: Likewise
14611
52d7fb13
AA
146122014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14613 Pedro Alves <palves@redhat.com>
14614
14615 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
14616 Make "name" extern.
14617 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
14618 references to ${name}_start by references to ${name}.
14619
a2cd8cfe
JB
146202014-01-10 Joel Brobecker <brobecker@adacore.com>
14621
14622 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
14623
4e23fced
JB
146242014-01-10 Joel Brobecker <brobecker@adacore.com>
14625
14626 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
14627
c6a9e42c
PA
146282014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
14629 Pedro Alves <palves@redhat.com>
14630
14631 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 14632 mi_gdb_target_load.
c6a9e42c 14633
b7ea362b
PA
146342014-01-08 Pedro Alves <palves@redhat.com>
14635
14636 * gdb.threads/reconnect-signal.c: New file.
14637 * gdb.threads/reconnect-signal.exp: New file.
14638
5e3f4fab
EBM
146392014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14640
14641 * gdb.base/source-dir.exp: New file.
14642
79301218
JB
146432014-01-07 Joel Brobecker <brobecker@adacore.com>
14644
14645 * gdb.ada/mi_interface: New testcase.
14646
8e355c5d
JB
146472014-01-07 Joel Brobecker <brobecker@adacore.com>
14648
14649 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
14650 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
14651 gdb.ada/pp-rec-component/pck.ads: New files.
14652
c0d48811
JB
146532014-01-07 Joel Brobecker <brobecker@adacore.com>
14654
14655 * gdb.python/py-pp-integral.c: New file.
14656 * gdb.python/py-pp-integral.py: New file.
14657 * gdb.python/py-pp-integral.exp: New file.
14658
17b609c3 14659For older changes see ChangeLog-1993-2013.
c906108c 14660\f
8d8cb839
EZ
14661;; Local Variables:
14662;; mode: change-log
14663;; left-margin: 8
14664;; fill-column: 74
14665;; version-control: never
14666;; End:
902f2ccb 14667
e2882c85 14668 Copyright 2014-2018 Free Software Foundation, Inc.
902f2ccb
MC
14669 Copying and distribution of this file, with or without modification,
14670 are permitted provided the copyright notice and this notice are preserved.