Fix batch exit status test failure on Fedora 28
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
dd083ee2
GB
12018-09-04 Gary Benson <gbenson@redhat.com>
2
3 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
4 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
5
aef9346c
TT
62018-08-31 Tom Tromey <tom@tromey.com>
7
8 * gdb.rust/simple.rs: Rename second variable "v".
9
c67f2e15
AB
102018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
11
12 * gdb.base/funcargs.c (use_a): New function.
13 (recurse): Call use_a.
14
078a0207
KS
152018-08-29 Keith Seitz <keiths@redhat.com>
16
17 * gdb.compile/compile-cplus-anonymous.cc: New file.
18 * gdb.compile/compile-cplus-anonymous.exp: New file.
19 * gdb.compile/compile-cplus-array-decay.cc: New file.
20 * gdb.compile/compile-cplus-array-decay.exp: New file.
21 * gdb.compile/compile-cplus-inherit.cc: New file.
22 * gdb.compile/compile-cplus-inherit.exp: New file.
23 * gdb.compile/compile-cplus-member.cc: New file.
24 * gdb.compile/compile-cplus-member.exp: New file.
25 * gdb.compile/compile-cplus-method.cc: New file.
26 * gdb.compile/compile-cplus-method.exp: New file.
27 * gdb.compile/compile-cplus-mod.c: "New" file.
28 * gdb.compile/compile-cplus-namespace.cc: New file.
29 * gdb.compile/compile-cplus-namespace.exp: New file.
30 * gdb.compile/compile-cplus-nested.cc: New file.
31 * gdb.compile/compile-cplus-nested.exp: New file.
32 * gdb.compile/compile-cplus-print.c: "New" file.
33 * gdb.compile/compile-cplus-print.exp: "New" file.
34 * gdb.compile/compile-cplus-virtual.cc: New file.
35 * gdb.compile/compile-cplus-virtual.exp: New file.
36 * gdb.compile/compile-cplus.c: "New" file.
37 * gdb.compile/compile-cplus.exp: "New" file.
38 * lib/compile-support.exp: New file.
39
b0f492b9
GB
402018-08-16 Gary Benson <gbenson@redhat.com>
41
42 PR gdb/13000:
43 * gdb.base/batch-exit-status.exp: New file.
44 * gdb.base/batch-exit-status.good-commands: Likewise.
45 * gdb.base/batch-exit-status.bad-commands: Likewise.
46
36eb4c5f
AH
472018-08-29 Alan Hayward <alan.hayward@arm.com>
48
49 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
50 (struct struct02): Likewise.
51 (struct struct03): Likewise.
52 (struct struct04): Likewise.
53 (struct struct_01_01): New struct.
54 (struct struct_01_02): Likewise.
55 (struct struct_01_03): Likewise.
56 (struct struct_01_04): Likewise.
57 (struct struct_02_01): Likewise.
58 (struct struct_02_02): Likewise.
59 (struct struct_02_03): Likewise.
60 (struct struct_02_04): Likewise.
61 (struct struct_04_01): Likewise.
62 (struct struct_04_02): Likewise.
63 (struct struct_04_03): Likewise.
64 (struct struct_04_04): Likewise.
65 (struct struct_05_01): Likewise.
66 (struct struct_05_02): Likewise.
67 (struct struct_05_03): Likewise.
68 (struct struct_05_04): Likewise.
69 (cmp_struct01): Remove function.
70 (cmp_struct02): Likewise.
71 (cmp_struct03): Likewise.
72 (cmp_struct04): Likewise.
73 (cmp_struct_01_01): Add Function.
74 (cmp_struct_01_02): Likewise.
75 (cmp_struct_01_03): Likewise.
76 (cmp_struct_01_04): Likewise.
77 (cmp_struct_02_01): Likewise.
78 (cmp_struct_02_02): Likewise.
79 (cmp_struct_02_03): Likewise.
80 (cmp_struct_02_04): Likewise.
81 (cmp_struct_04_01): Likewise.
82 (cmp_struct_04_02): Likewise.
83 (cmp_struct_04_03): Likewise.
84 (cmp_struct_04_04): Likewise.
85 (cmp_struct_05_01): Likewise.
86 (cmp_struct_05_02): Likewise.
87 (cmp_struct_05_03): Likewise.
88 (cmp_struct_05_04): Likewise.
89 (call_all): Add new structs.
90 * gdb.base/infcall-nested-structs.exp: Likewise.
91
3bf9c013
JV
922018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
93
94 * gdb.python/py-framefilter-mi.exp: Update regexp to
95 check for "arch" field in frame output.
96
450d1e88
KB
972018-08-23 Kevin Buettner <kevinb@redhat.com>
98
99 * gdb.dwarf2/dw2-ranges-func.c: New file.
100 * gdb.dwarf2/dw2-ranges-func.exp: New file.
101
ae739fe7
SM
1022018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
103
104 * gdb.base/term.exp: Compare terminal settings with values from
105 the inferior.
106 * gdb.base/term.c: Get and set terminal settings.
107
6d52907e
JV
1082018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
109
110 * lib/mi-support.exp (mi_expect_stop): Update regexp to
111 accommodate new "arch" field in frame output.
112 * gdb.mi/mi-return.exp: Likewise.
113 * gdb.mi/mi-stack.exp: Likewise.
114 * gdb.mi/mi-syn-frame.exp: Likewise.
115 * gdb.mi/user-selected-context-sync.exp: Likewise.
116
be2d111a
MS
1172018-08-19 Michael Spang <spang@google.com>
118
119 PR gdb/11786
120 * gdb.base/gcore-tls-pie.c: New file.
121 * gdb.base/gcore-tls-pie.exp: New file.
122
ae3a7c47
KB
1232018-08-18 Kevin Buettner <kevinb@redhat.com>
124
125 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
126 * gdb.dwarf2/varval.c: New file.
127 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 128
2ecae92e
AH
1292018-08-17 Alan Hayward <alan.hayward@arm.com>
130
131 PR gdb/18931
132 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
133
c1854f1d
KS
1342018-08-16 Keith Seitz <keiths@redhat.com>
135
136 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
137 tests expected to pass.
138
26fb3983
JV
1392018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
140
141 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
142 -data-disassemble -a.
143 (test_disassembly_bogus_args): Likewise.
144
67943c00
AB
1452018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
146
147 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
148
5ff2bbae
AB
1492018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
150
151 * gdb.base/vla-optimized-out.exp: Add new test.
152
e5bbcd0f
AB
1532018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
154
155 * gdb.base/vla-optimized-out-o3.exp: Delete.
156 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
157 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
158 deleted tests.
159
9d4a934c
AB
1602018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
161
162 PR gdb/18050:
163 * gdb.server/extended-remote-restart.c: New file.
164 * gdb.server/extended-remote-restart.exp: New file.
165
045cf012
SM
1662018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
167
168 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
169 "set variable index = 42".
170
87d6a7aa
SM
1712018-08-07 Simon Marchi <simon.marchi@ericsson.com>
172
173 * boards/index-cache-gdb.exp: New file.
174 * gdb.dwarf2/index-cache.exp: New file.
175 * gdb.dwarf2/index-cache.c: New file.
176 * gdb.base/maint.exp: Check if we are using the index cache.
177
96d68bd4
RO
1782018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
179
180 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
181 MAKEFLAGS.
182
5a699617
RO
1832018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
184
185 * dg-extract-results.sh: Move to toplevel contrib.
186 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
187 * Makefile.in (check-parallel-racy): Likewise.
188
5bd18990
AB
1892018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
190
191 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
192 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
193 tests if the target supports scheduler locking.
194
3fbbcf47
TV
1952018-08-04 Tom de Vries <tdevries@suse.de>
196
197 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
198
3e1d3d8c
TT
1992018-08-02 Tom Tromey <tom@tromey.com>
200
201 PR symtab/16842.
202 * gdb.cp/temargs.exp: Test "info address" of a template
203 parameter.
204
5abe0f0c
JV
2052018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
206
207 * gdb.python/py-mi-var-info-path-expression.c: New file.
208 * gdb.python/py-mi-var-info-path-expression.py: New file.
209 * gdb.python/py-mi-var-info-path-expression.exp: New file.
210
fb66cde8
SDJ
2112018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
212
213 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
214 error after "cannot resolve name" string.
215
c708f4d2
AB
2162018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
217
218 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
219 started.
220 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
221
37cc0cae
TV
2222018-07-28 Tom de Vries <tdevries@suse.de>
223
224 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
225
63b4ecf7
TV
2262018-07-26 Tom de Vries <tdevries@suse.de>
227
228 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
229
3c3bb058
AB
2302018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
231
232 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
233 is visible.
234
9e7f3bbb
TV
2352018-07-26 Tom de Vries <tdevries@suse.de>
236
237 PR breakpoints/23366
238 * gdb.base/catch-follow-exec.c: New test.
239 * gdb.base/catch-follow-exec.exp: New file.
240
16f808ec
TV
2412018-07-25 Tom de Vries <tdevries@suse.de>
242
243 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
244 vla-optimized-out.c.
245
d7154a8d
JV
2462018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
247
248 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
249 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
250
232a0032
TV
2512018-07-20 Tom de Vries <tdevries@suse.de>
252
253 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
254 NOCLONE macro.
255 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
256
fbb1d502
TV
2572018-07-19 Tom de Vries <tdevries@suse.de>
258
259 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
260 regular expression.
261
42dc7699
TV
2622018-07-18 Tom de Vries <tdevries@suse.de>
263
264 * gdb.base/vla-optimized-out.c: New test.
265 * gdb.base/vla-optimized-out.exp: New file.
266
7f1f7e23
SDJ
2672018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
268
269 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
270 message "No address associated with hostname" when gdbserver
271 cannot resolve the hostname.
272
5759ebb3
PW
2732018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
274
275 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
276 Add some test prefixes to make tests unique.
277
3606ccab
PW
2782018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
279
280 * gdb.base/frameapply.c: New file.
281 * gdb.base/frameapply.exp: New file.
282
529c08b2
PW
2832018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
284
285 * gdb.base/skip.exp: Update expected error message.
286
c7ab0aef
SDJ
2872018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
288 Jan Kratochvil <jan.kratochvil@redhat.com>
289 Paul Fertser <fercerpav@gmail.com>
290 Tsutomu Seki <sekiriki@gmail.com>
291
292 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
293 parameter.
294 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
295 by default.
296 * boards/native-gdbserver.exp: Likewise.
297 * gdb.server/run-without-local-binary.exp: Improve regexp used
298 for detecting when a remote debugging connection succeeds.
299 * gdb.server/server-connect.exp: New file.
300 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
301 Do not prefix the port number with ":".
302 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
303 support for detecting and using it. Add '$debughost_gdbserver'
304 to the list of arguments used to start gdbserver. Handle case
305 when gdbserver cannot resolve a network name.
306
16ff70dd
SDJ
3072018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
308
309 PR c++/23373
310 * gdb.base/ptype-offsets.cc (struct static_member): New
311 struct.
312 (main) <stmember>: New variable.
313 * gdb.base/ptype-offsets.exp: Add test for printing a struct
314 with a static member in it.
315
3541979f
AB
3162018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
317
318 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
319 watchpoints enabled and disabled.
320
c8ad9b9a
AB
3212018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
322
323 * gdb.base/examine-backward.exp: Still run tests around address
324 0x0, even if address 0x0 is not readable. Update the pattern for
325 matching address 0x0 in expected output.
326
e0e5e971
AB
3272018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
328
329 * gdb.base/share-env-with-gdbserver.c (main): Add call to
330 malloc/free.
331
1ea5da02
TV
3322018-07-04 Tom de Vries <tdevries@suse.de>
333
334 * gdb.dwarf2/dw2-error.exp: Update expected error message.
335
471b9d15
MR
3362018-07-02 Maciej W. Rozycki <macro@mips.com>
337
338 PR tdep/8282
339 * gdb.arch/mips-disassembler-options.exp: New test.
340 * gdb.arch/mips-disassembler-options.s: New test source.
341
75acb486
PA
3422018-06-29 Pedro Alves <palves@redhat.com>
343
344 * gdb.threads/names.exp: Adjust expected "info threads" output.
345
cd2bb709
PA
3462018-06-29 Pedro Alves <palves@redhat.com>
347
348 * gdb.opt/inline-break.exp (line number, address): Add "info
349 break" tests.
350
991ff292
PA
3512018-06-29 Pedro Alves <palves@redhat.com>
352
353 * gdb.opt/inline-break.c (func1): Add "break here" marker.
354 * gdb.opt/inline-break.exp: Test setting breakpoints by line
355 number and address and running to them.
356
356819b6 3572018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
358
359 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
360
2512d7ef
JK
3612018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
362
363 * lib/compiler.c: Remove executable permission flag.
364
be1b6474
RB
3652018-06-28 Richard Bunt <richard.bunt@arm.com>
366
367 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
368 code.
369 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
370
291f9a96
PT
3712018-06-28 Petr Tesarik <ptesarik@suse.cz>
372
373 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
374
ed6dfe51
PT
3752018-06-28 Petr Tesarik <ptesarik@suse.cz>
376
377 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
378 address argument is omitted.
379
d4d429d5
PT
3802018-06-28 Petr Tesarik <ptesarik@suse.cz>
381
382 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
383
7ab6656f
OJ
3842018-06-27 Omair Javaid <omair.javaid@linaro.org>
385
386 PR gdb/21695
387 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
388 * gdb.base/infoline-reloc-main-from-zero.c: New file.
389
a33ccfc7
TT
3902018-06-26 Tom Tromey <tom@tromey.com>
391
392 PR rust/22574:
393 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
394 * gdb.rust/simple.rs (struct SimpleLayout): New.
395
6d72d289
SM
3962018-06-22 Simon Marchi <simon.marchi@ericsson.com>
397
398 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
399 "info registers" output.
400
8363f9d5
RB
4012018-06-21 Richard Bunt <richard.bunt@arm.com>
402
403 * gdb.base/watchpoint-hw-attach.c: New test.
404 * gdb.base/watchpoint-hw-attach.exp: New file.
405
f00674fe
SM
4062018-06-20 Simon Marchi <simon.marchi@ericsson.com>
407
408 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
409 through /bin/sh.
410 * boards/dwarf4-gdb-index.exp: Likewise.
411 * boards/fission-dwp.exp: Likewise.
412
1d554008
UW
4132018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
414
415 * gdb.base/float128.exp: Add comment and improved fail message
416 to the failure case of "print large128" test.
417
d0ac1c44
SM
4182018-06-19 Simon Marchi <simon.marchi@ericsson.com>
419
420 * configure.ac: Remove AC_PREREQ.
421 * configure: Re-generate.
422
61b04dd0
PA
4232018-06-19 Pedro Alves <palves@redhat.com>
424
425 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
426 (func_extern_caller): New.
427 (main): Call func_extern_caller.
428 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
429 logic change.
430
f63b508a
SM
4312018-06-18 Weimin Pan <weimin.pan@oracle.com>
432
433 PR gdb/16841
434 * gdb.cp/typedef-base.cc: New file.
435 * gdb.cp/typedef-base.exp: New file.
436
0fe3a558
TV
4372018-06-18 Tom de Vries <tdevries@suse.de>
438
439 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
440
7010835a
AB
4412018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
442 Richard Bunt <Richard.Bunt@arm.com>
443
444 * gdb.threads/attach-slow-waitpid.c: New file.
445 * gdb.threads/attach-slow-waitpid.exp: New file.
446 * gdb.threads/slow-waitpid.c: New file.
447
14897d65
PA
4482018-06-14 Pedro Alves <palves@redhat.com>
449
450 * gdb.base/fork-running-state.c: Include <errno.h>.
451 (exit_if_relative_exits): New.
452 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
453 exits.
454 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
455 child exits.
456
5d9a0608
TV
4572018-06-14 Tom de Vries <tdevries@suse.de>
458
459 PR cli/22573
460 * gdb.base/finish-pretty.c: New test.
461 * gdb.base/finish-pretty.exp: New file.
462
11ae5818
PA
4632018-06-14 Pedro Alves <palves@redhat.com>
464
465 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
466 gdb's expected startup output.
467
1d39de44
PA
4682018-06-14 Pedro Alves <palves@redhat.com>
469
470 * lib/selftest-support.exp (selftest_setup): Remove inlined
471 function handling.
472
70ee0000
TV
4732018-06-14 Tom de Vries <tdevries@suse.de>
474
475 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
476 matching of breakpoint printing.
477
11f4b608
TV
4782018-06-13 Tom de Vries <tdevries@suse.de>
479
480 PR testsuite/23269
481 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
482 (fork_child): ... here, and ...
483 (fork_parent): ... here.
484
4852018-06-12 Tom de Vries <tdevries@suse.de>
486
487 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
488
9516f85a
AB
4892018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
490 Stephen Roberts <stephen.roberts@arm.com>
491
492 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
493 rewrite test to describe action performed, rather than possible
494 failure.
495
5045b3d7
GB
4962018-06-08 Gary Benson <gbenson@redhat.com>
497
498 * gdb.threads/check-libthread-db.exp: New file.
499 * gdb.threads/check-libthread-db.c: Likewise.
500
c61b06a1
TT
5012018-06-05 Tom Tromey <tom@tromey.com>
502
503 * gdb.base/default.exp: Update expected "show version" output.
504
eb6af809
TT
5052018-06-05 Tom Tromey <tom@tromey.com>
506
507 PR cli/12326:
508 * gdb.cp/static-print-quit.exp: Update.
509 * lib/gdb.exp (pagination_prompt): Update.
510 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
511 * gdb.python/python.exp: Update.
512
178d6a63
JB
5132018-06-04 Joel Brobecker <brobecker@adacore.com>
514
515 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
516
8e817061
JB
5172018-06-01 Joel Brobecker <brobecker@adacore.com>
518
519 * gdb.ada/bp_fun_addr: New testcase.
520
e86ca25f
TT
5212018-06-01 Tom Tromey <tom@tromey.com>
522
523 * gdb.xml/tdesc-regs.exp (load_description): Update expected
524 results.
525 * gdb.dwarf2/method-ptr.exp: Set language to C++.
526 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
527 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
528 * gdb.base/maint.exp (maint_pass_if): Update.
529
4b2dfa9d
MR
5302018-05-31 Maciej W. Rozycki <macro@mips.com>
531
532 * gdb.base/endian.exp: New test.
533 * gdb.base/endian.c: New test source.
534
45f25d6c
AB
5352018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
536
537 PR gdb/23203
538 * gdb.base/bt-selected-frame.c: New file.
539 * gdb.base/bt-selected-frame.exp: New file.
540 * lib/gdb.exp (get_current_frame_number): New function.
541
d9f6d7f8
MR
5422018-05-24 Maciej W. Rozycki <macro@mips.com>
543 Pedro Alves <palves@redhat.com>
544
545 * gdb.threads/tls-core.c: Include <stdlib.h>
546 (thread_proc): Call `abort'.
547 * gdb.threads/tls-core.exp: Generate a core with core_find too.
548 (tls_core_test): New procedure, bits factored out from ...
549 (top level): ... here. Test both native cores and gcore cores.
550
ff1cf532
TT
5512018-05-23 Tom Tromey <tom@tromey.com>
552
553 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
554
b98664d3
TT
5552018-05-23 Tom Tromey <tom@tromey.com>
556
557 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
558 symfile_complaints.
559 (test_short_complaints): Likewise.
560 (test_empty_complaints): Likewise.
561 (test_initial_complaints): Update.
562
4e9668d0
TT
5632018-05-23 Tom Tromey <tom@tromey.com>
564
565 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
566
43ba33c7
TT
5672018-05-23 Tom Tromey <tom@tromey.com>
568
569 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
570 (test_short_complaints): Update.
571
035522c0
PA
5722018-05-22 Pedro Alves <palves@redhat.com>
573
574 * gdb.base/remote.exp: Only gdb_start after compiling the
575 testcase. Issue "disconnect" before testing "set remote" command
576 defaults. Issue clean_restart before running to main.
577
cc0be08f
PA
5782018-05-22 Pedro Alves <palves@redhat.com>
579
580 * gdb.base/remote.exp: Adjust expected output of "show remote
581 memory-write-packet-size". Add tests for "set remote
582 memory-write-packet-size 0" and "set remote
583 memory-write-packet-size fixed/limit".
584
b1b60145
PA
5852018-05-22 Pedro Alves <palves@redhat.com>
586
587 PR gdb/22973
588 * gdb.base/utf8-identifiers.c: New file.
589 * gdb.base/utf8-identifiers.exp: New file.
590
0ec848ad
PFC
5912018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
592
593 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
594
2c3305f6
PFC
5952018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
596
597 * gdb.arch/powerpc-vsx-gcore.exp: New file.
598
ce1e8424
TT
5992018-05-18 Tom Tromey <tom@tromey.com>
600
601 * gdb.base/ptype-offsets.exp: Update.
602
ddfe970e
KS
6032018-05-17 Keith Seitz <keiths@redhat.com>
604
605 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
606 in expected breakpoint stop locations.
607 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
608 move to proper scope to test variable values.
609 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
610 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
611 New functions.
612 (main): Call not_inline_func3.
613 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
614 inline_func1, inline_func2, and inline_func3. Test that when each
615 breakpoint is hit, GDB properly reports both the stop location
616 and the backtrace. Repeat tests for temporary breakpoints.
617
0726fcc6
MR
6182018-05-15 Maciej W. Rozycki <macro@mips.com>
619
620 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
621 rather then trying to access it in determining whether the PID
622 of `gdbserver' could have been retrieved.
623
8ee22052
AB
6242018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
625
626 * gdb.arch/amd64-init-x87-values.S: New file.
627 * gdb.arch/amd64-init-x87-values.exp: New file.
628
7785df48
JK
6292018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
630
631 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
632
56bcdbea
TT
6332018-05-04 Tom Tromey <tom@tromey.com>
634
635 PR python/22730:
636 * gdb.python/python.exp: Test multi-line execute.
637
a913fffb
TT
6382018-05-04 Tom Tromey <tom@tromey.com>
639
640 PR python/22731:
641 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
642
7a2c85f2
TT
6432018-05-04 Tom Tromey <tom@tromey.com>
644
645 PR gdb/11750:
646 * gdb.base/define.exp: Test defining a user command inside a user
647 command.
648 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
649
a3b60e45
JK
6502018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
651 Pedro Alves <palves@redhat.com>
652
653 PR breakpoints/19806 and support for PR external/20207.
654 * gdb.base/watchpoint-unaligned.c: New file.
655 * gdb.base/watchpoint-unaligned.exp: New file.
656
45fe4a03
AB
6572018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
658
659 * gdb.base/maint.exp: Make test names unique, use
660 test_prefix_command_help to test 'help maint info', and remove
661 repeated test of 'help maint'.
662
9be2ae8f
TT
6632018-05-04 Tom Tromey <tom@tromey.com>
664
665 PR gdb/22619:
666 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
667 behavior.
668
11859c31
AB
6692018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
670
671 * gdb.base/maint.exp: Process output from 'maint print registers'
672 line at a time.
673
089a9490
AB
6742018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
675
676 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
677 timeout.
678
9b0797e2
AB
6792018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
680
681 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
682 filter pattern.
683
f6ac5f3d
PA
6842018-05-02 Pedro Alves <palves@redhat.com>
685
686 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
687 to_log_command renames.
688 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
689
77d3c63b
TT
6902018-05-02 Tom Tromey <tom@tromey.com>
691
692 * gdb.python/py-parameter.exp: Set test message.
693
0489430a
TT
6942018-05-02 Tom Tromey <tom@tromey.com>
695
696 PR python/20084:
697 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
698 PARAM_ZUINTEGER_UNLIMITED tests.
699
1632f8ba
DR
7002018-04-28 Dan Robertson <danlrobertson89@gmail.com>
701
702 PR rust/23124
703 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
704 when casting.
705
6d7bb824
TT
7062018-04-30 Tom Tromey <tom@tromey.com>
707
708 * gdb.python/py-type.exp: Check align attribute.
709 * gdb.python/py-type.c: New "aligncheck" global.
710
007e1530
TT
7112018-04-30 Tom Tromey <tom@tromey.com>
712
713 PR exp/17095:
714 * gdb.dwarf2/dw2-align.exp: New file.
715 * gdb.cp/align.exp: New file.
716 * gdb.base/align.exp: New file.
717 * lib/gdb.exp (gdb_int128_helper): New proc.
718 (has_int128_c, has_int128_cxx): New caching procs.
719
6873858b
TT
7202018-04-27 Tom Tromey <tom@tromey.com>
721
722 PR rust/22545:
723 * gdb.rust/simple.exp: Add inclusive range tests.
724
79188d8d
PA
7252018-04-26 Pedro Alves <palves@redhat.com>
726
727 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
728 ifunc breakpoint locations correctly of ifunc breakpoints set
729 while the program resolves the ifunc.
730
c7075ad5
PA
7312018-04-26 Pedro Alves <palves@redhat.com>
732
733 * gdb.base/gnu-ifunc-final.c: New file.
734 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
735 * gdb.base/gnu-ifunc.exp (executable): Delete.
736 (staticexecutable): Adjust.
737 (lib_opts, exec_opts): Delete.
738 (make_binsuffix, build, set-break): New procedures.
739 (misc_tests): New, with tests factored out from the top level.
740 (top level): Test different combinations of ifunc resolver name,
741 resolver with and with debug info, and ifunc target with and
742 without debug info. Wrap static tests with with_target_prefix.
743
8388016d
PA
7442018-04-26 Pedro Alves <palves@redhat.com>
745
746 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
747 return type" warnings.
748
249b5733
PA
7492018-04-25 Pedro Alves <palves@redhat.com>
750
751 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
752 killed".
753 * gdb.base/kill-after-signal.exp: Likewise.
754 * gdb.threads/kill.exp: Likewise.
755
f67c0c91
SDJ
7562018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
757 Sergio Durigan Junior <sergiodj@redhat.com>
758 Pedro Alves <palves@redhat.com>
759
760 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
761 regexps to expect for '[Inferior ... detached]' as well.
762 * gdb.base/attach.exp: Likewise.
763 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
764 "gdb_continue_to_end".
765 (test_catch_syscall_with_wrong_args): Likewise.
766 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
767 ']'. Don't set 'verbose' on.
768 * gdb.base/foll-vfork.exp: Likewise.
769 * gdb.base/fork-print-inferior-events.c: New file.
770 * gdb.base/fork-print-inferior-events.exp: New file.
771 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
772 '[Inferior ... has been killed]' message.
773 * gdb.base/kill-after-signal.exp: Likewise.
774 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
775 detach message.
776 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
777 message.
778 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
779 regexps to expect for '[Inferior ... detached]' as well.
780 * gdb.threads/process-dies-while-detaching.exp: Likewise.
781
0a8ddac4
SM
7822018-04-24 Simon Marchi <simon.marchi@ericsson.com>
783
784 PR gdb/23104
785 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
786
d27d16bf
RB
7872018-04-19 Richard Bunt <richard.bunt@arm.com>
788
789 * gdb.threads/multiple-successive-infcall.c: New test.
790 * gdb.threads/multiple-successive-infcall.exp: New file.
791
a037790e
TT
7922018-04-17 Tom Tromey <tom@tromey.com>
793
794 * gdb.rust/simple.rs (Union): New type.
795 (main): New local "u".
796 * gdb.rust/simple.exp (test_one_slice): Add new test case.
797
e3a91079
AA
7982018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
799
800 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
801 number information in output of "whereis" command.
802 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
803
b744723f
AA
8042018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
805
806 * gdb.ada/info_types.exp: Adjust expected output to the line
807 numbers now printed by "info var/func/type".
808 * gdb.base/completion.exp: Likewise.
809 * gdb.base/included.exp: Likewise.
810 * gdb.cp/cp-relocate.exp: Likewise.
811 * gdb.cp/cplusfuncs.exp: Likewise.
812 * gdb.cp/namespace.exp: Likewise.
813 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
814
4a4495d6
MM
8152018-04-13 Markus Metzger <markus.t.metzger@intel.com>
816
817 * gdb.btrace/cpu.exp: New.
818
1d509aa6
MM
8192018-04-13 Markus Metzger <markus.t.metzger@intel.com>
820
821 * gdb.base/step-indirect-call-thunk.exp: New.
822 * gdb.base/step-indirect-call-thunk.c: New.
823 * gdb.reverse/step-indirect-call-thunk.exp: New.
824 * gdb.reverse/step-indirect-call-thunk.c: New.
825
6295b6da
SM
8262018-04-11 Simon Marchi <simon.marchi@ericsson.com>
827
828 * gdb.base/pie-fork.c: New file.
829 * gdb.base/pie-fork.exp: New file.
830
50146e70
TT
8312018-04-11 Tom Tromey <tom@tromey.com>
832
833 * gdb.rust/simple.exp: Add test for ".." struct initializer.
834
f50d8a2e
PA
8352018-04-10 Pedro Alves <palves@redhat.com>
836
837 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
838 exits. Instead loop running forever.
839 (fork_parent): Run forever too.
840
a0be7a36
SM
8412018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
842
843 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
844 mi_continue_to_line.
845 * gdb.mi/mi-stack.c (callee4): Add comment.
846
9b73db36
SM
8472018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
848
849 * gdb.mi/mi-stack.exp: Fix indentation.
850
c912f608
SM
8512018-04-07 Simon Marchi <simon.marchi@ericsson.com>
852
853 PR gdb/22979
854 * gdb.arch/amd64-osabi.exp: New file.
855
26540402
SM
8562018-04-07 Simon Marchi <simon.marchi@ericsson.com>
857
858 PR gdb/22980
859 * gdb.base/osabi.exp: New file.
860
121ad66c 8612018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
862
863 * gdb.cp/static-typedef-print.exp: New file.
864 * gdb.cp/static-typedef-print.cc: New file.
865
3fcded8f
JB
8662018-03-27 Joel Brobecker <brobecker@adacore.com>
867
868 * gdb.ada/varsize_limit: New testcase.
869
59cc4834
JB
8702018-03-27 Joel Brobecker <brobecker@adacore.com>
871
872 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
873
874 * gdb.ada/notcplusplus: New testcase.
875
876 * gdb.base/c-linkage-name.c: New file.
877 * gdb.base/c-linkage-name.exp: New testcase.
878
4ca59a9f
TT
8792018-03-26 Tom Tromey <tom@tromey.com>
880
881 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
882 * gdb.python/py-framefilter.py (name_error): New global.
883 (ErrorInName.function): Use name_error.
884
978d6c75
TT
8852018-03-26 Tom Tromey <tom@tromey.com>
886
887 PR backtrace/15582:
888 * gdb.python/py-framefilter.exp: Add "bt hide" test.
889
b7fee5a3
KS
8902018-03-23 Keith Seitz <keiths@redhat.com>
891
892 PR c++/22968
893 * gdb.cp/subtypes.exp: New file.
894 * gdb.cp/subtypes.h: New file.
895 * gdb.cp/subtypes.cc: New file.
896 * gdb.cp/subtypes-2.cc: New file.
897
376be529
AB
8982018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
899
900 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
901 (done): Call '_exit' not 'exit' to avoid atexit handlers.
902 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
903 -nostartfiles when compiling the test. Confirm that all registers
904 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
905
066cfa98
AB
9062018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
907
908 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
909 option, syntax was wrong anyway.
910 * gdb.arch/arm-disp-step.exp: Likewise.
911 * gdb.arch/sparc64-regs.exp: Likewise.
912 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
913 option, syntax was wrong anyway, switch to use
914 prepare_for_testing.
915 * gdb.arch/i386-disp-step.exp: Likewise.
916
079670b9
AA
9172018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
918
919 * gdb.ada/exec_changed.exp: Replace "target_info exists
920 use_gdb_stub" by "use_gdb_stub".
921 * gdb.ada/start.exp: Likewise.
922 * gdb.base/async-shell.exp: Likewise.
923 * gdb.base/attach-pie-misread.exp: Likewise.
924 * gdb.base/attach-wait-input.exp: Likewise.
925 * gdb.base/break-entry.exp: Likewise.
926 * gdb.base/break-interp.exp: Likewise.
927 * gdb.base/dprintf-detach.exp: Likewise.
928 * gdb.base/nostdlib.exp: Likewise.
929 * gdb.base/solib-nodir.exp: Likewise.
930 * gdb.base/statistics.exp: Likewise.
931 * gdb.base/testenv.exp: Likewise.
932 * gdb.mi/mi-exec-run.exp: Likewise.
933 * gdb.mi/mi-start.exp: Likewise.
934 * gdb.multi/dummy-frame-restore.exp: Likewise.
935 * gdb.multi/multi-arch-exec.exp: Likewise.
936 * gdb.multi/multi-arch.exp: Likewise.
937 * gdb.multi/tids.exp: Likewise.
938 * gdb.multi/watchpoint-multi.exp: Likewise.
939 * gdb.python/py-events.exp: Likewise.
940 * gdb.threads/attach-into-signal.exp: Likewise.
941 * gdb.threads/attach-stopped.exp: Likewise.
942 * gdb.threads/threadapply.exp: Likewise.
943 * lib/selftest-support.exp: Likewise.
944
26d6cec4
AA
9452018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
946
947 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
948
4ee89e90
SR
9492018-03-20 Stephen Roberts <stephen.roberts@arm.com>
950
951 * gdb.perf/template-breakpoints.cc: New file.
952 * gdb.perf/template-breakpoints.exp: New file.
953 * gdb.perf/template-breakpoints.py: New file.
954
92630041
TT
9552018-03-19 Tom Tromey <tom@tromey.com>
956
957 * gdb.rust/simple.rs (main): Add local variables field1, field2,
958 y0.
959 * gdb.rust/simple.exp: Test bare identifier form of struct
960 initializer.
961
76727919
TT
9622018-03-19 Tom Tromey <tom@tromey.com>
963
964 * gdb.gdb/observer.exp: Remove.
965
194ed413
AA
9662018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
967
968 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
969 "qualified" option when setting breakpoints.
970 * gdb.trace/backtrace.exp: Likewise.
971 * gdb.trace/circ.exp: Likewise.
972 * gdb.trace/collection.exp: Likewise.
973 * gdb.trace/disconnected-tracing.exp: Likewise.
974 * gdb.trace/ftrace-lock.exp: Likewise.
975 * gdb.trace/ftrace.exp: Likewise.
976 * gdb.trace/infotrace.exp: Likewise.
977 * gdb.trace/packetlen.exp: Likewise.
978 * gdb.trace/passc-dyn.exp: Likewise.
979 * gdb.trace/qtro.exp: Likewise.
980 * gdb.trace/read-memory.exp: Likewise.
981 * gdb.trace/report.exp: Likewise.
982 * gdb.trace/signal.exp: Likewise.
983 * gdb.trace/status-stop.exp: Likewise.
984 * gdb.trace/strace.exp: Likewise.
985 * gdb.trace/tfind.exp: Likewise.
986 * gdb.trace/trace-break.exp: Likewise.
987 * gdb.trace/trace-condition.exp: Likewise.
988 * gdb.trace/trace-mt.exp: Likewise.
989 * gdb.trace/tstatus.exp: Likewise.
990 * gdb.trace/tsv.exp: Likewise.
991 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
992 * gdb.trace/unavailable.exp: Likewise.
993 * gdb.trace/while-dyn.exp: Likewise.
994
8b067d2c
AA
9952018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
996
997 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
998 that libinproctrace is copied to the target.
999
3ae9ce5d
TT
10002018-03-14 Tom Tromey <tom@tromey.com>
1001
1002 PR cli/14977:
1003 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
1004 a null pointer.
1005 * gdb.base/wchar.exp: Likewise.
1006
b8c2339b
TT
10072018-03-14 Tom Tromey <tom@tromey.com>
1008
1009 PR cli/19918:
1010 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
1011 flag.
1012
4872dc46
SM
10132018-03-08 Simon Marchi <simon.marchi@ericsson.com>
1014
1015 PR gdb/22841
1016 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
1017 "target" to remote_exec.
1018
e4fe3756
SM
10192018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
1020
1021 PR gdb/22841
1022 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
1023 ${board}_upload): Remove.
1024
e95a97d4
AA
10252018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
1026
1027 * gdb.cp/watch-cp.cc: New test.
1028 * gdb.cp/watch-cp.exp: New file.
1029
dbbb1059
AB
10302018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1031
1032 * gdb.base/infcall-nested-structs.exp: New file.
1033 * gdb.base/infcall-nested-structs.c: New file.
1034 * gdb.base/float.exp: Add riscv support.
1035
ecc054c0
TP
10362018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
1037
1038 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
1039 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
1040
25e3c82c
SDJ
10412018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
1042
1043 * gdb.server/abspath.exp: New file.
1044 * lib/gdb.exp (with_cwd): New procedure.
1045
3083294d
SM
10462018-02-28 Simon Marchi <simon.marchi@ericsson.com>
1047
1048 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
1049 use it.
1050 (gdb_is_target_remote_prompt): New proc.
1051 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
1052 (gdb_is_target_native): Pass prompt parameter to
1053 gdb_is_target_1.
1054
3275ef47
SM
10552018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
1056
1057 * gdb.base/load-command.c: New file.
1058 * gdb.base/load-command.exp: New file.
1059 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
1060 (gdb_is_target_1): ...this, and generalize for other targets
1061 than just remote.
1062 (gdb_is_target_remote): Use gdb_is_target_1.
1063 (gdb_is_target_native): use gdb_is_target_1.
1064
6893c19a
TT
10652018-02-26 Tom Tromey <tom@tromey.com>
1066
1067 PR python/16497:
1068 * gdb.python/py-framefilter.exp: Update test.
1069
2ddeaf8a
TT
10702018-02-26 Tom Tromey <tom@tromey.com>
1071
1072 * gdb.dwarf2/variant.c: New file.
1073 * gdb.dwarf2/variant.exp: New file.
1074
c9317f21
TT
10752018-02-26 Tom Tromey <tom@tromey.com>
1076
1077 * gdb.rust/simple.exp: Accept more possible results in enum test.
1078
6f6d0c26
SM
10792018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
1080
1081 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
1082 parentheses.
1083
11b03145
MR
10842018-02-23 Maciej W. Rozycki <macro@mips.com>
1085
1086 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
1087 name of a variable: $actual_linejj -> $actual_line.
1088
54a27fe5
JB
10892018-02-21 John Baldwin <jhb@FreeBSD.org>
1090
1091 * gdb.arch/amd64-i386-address.exp: Fix a typo.
1092
de65820c
MM
10932018-02-20 Markus Metzger <markus.t.metzger@intel.com>
1094
1095 * gdb.btrace/buffer-size.exp: Do not force BTS.
1096
980548fd
PA
10972018-02-14 Pedro Alves <palves@redhat.com>
1098
1099 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
1100 getting a "Quit".
1101
c4e12631
MM
11022018-02-09 Markus Metzger <markus.t.metzger@intel.com>
1103
1104 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
1105 Fix test name.
1106
c2e0e465
SM
11072018-02-07 Simon Marchi <simon.marchi@ericsson.com>
1108
1109 * gdb.cp/m-static.exp: Check type of optimized out static
1110 member.
1111
f7216783
AB
11122018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
1113
1114 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
1115 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
1116
0625771b
LS
11172018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
1118 Leszek Swirski <leszeks@google.com>
1119
1120 * gdb.python/py-prettyprint.c
1121 (struct to_string_returns_value_inner,
1122 struct to_string_returns_value_wrapper): New.
1123 (main): Add tsrvw variable.
1124 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
1125 ToStringReturnsValueWrapper): New classes.
1126 (register_pretty_printers): Register new pretty-printers.
1127 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
1128 recursive pretty printer.
1129 * gdb.python/py-mi.exp: Likewise.
1130
59498c30
LS
11312018-02-01 Leszek Swirski <leszeks@google.com>
1132
1133 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
1134 functions with the same name as an include file are parsed
1135 correctly.
1136
d4d38844
YQ
11372018-02-01 Yao Qi <yao.qi@linaro.org>
1138
1139 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
1140 "\[^\r\n\]*".
1141
07e5f5cf
NP
11422018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
1143
1144 * gdb.arch/powerpc-prologue-frame.s: New file.
1145 * gdb.arch/powerpc-prologue-frame.c: Likewise.
1146 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
1147
929b5ad4
JB
11482018-01-31 Joel Brobecker <brobecker@adacore.com>
1149
1150 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
1151
e671cd59
PA
11522018-01-30 Pedro Alves <palves@redhat.com>
1153
1154 PR gdb/13211
1155 * gdb.base/interrupt-daemon.c: New.
1156 * gdb.base/interrupt-daemon.exp: New.
1157 * gdb.multi/multi-term-settings.c: New.
1158 * gdb.multi/multi-term-settings.exp: New.
1159
fc413dc4
JB
11602018-01-30 Joel Brobecker <brobecker@adacore.com>
1161
1162 * gdb.base/break.exp: Save the location where the breakpoint
1163 on break.c:47 was actually inserted when debugging the version
1164 compiled at -O2 and use it in the expected output of the "info
1165 break" test performed soon after.
1166
5c319bb2
PA
11672018-01-22 Pedro Alves <palves@redhat.com>
1168 Sergio Durigan Junior <sergiodj@redhat.com>
1169
1170 * gdb.base/whatis.exp: Add tests for 'set print object on' +
1171 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
1172
a9e40818
JB
11732018-01-22 Joel Brobecker <brobecker@adacore.com>
1174
1175 * gdb.base/break-include.c, gdb.base/break-include.inc,
1176 gdb.base/break-include.exp: New files.
1177 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
1178 line number now being the actual line number where the breakpoint
1179 was inserted.
1180 * gdb.mi/mi-break.exp: Likewise.
1181 * gdb.mi/mi-reverse.exp: Likewise.
1182 * gdb.mi/mi-simplerun.exp: Ditto.
1183
e707fc44
AB
11842018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
1185
1186 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
1187 varobj.
1188 * gdb.mi/mi-var-create-rtti.exp: Likewise.
1189
ae451627
AB
11902018-01-21 Don Breazeal <donb@codesourcery.com>
1191 Andrew Burgess <andrew.burgess@embecosm.com>
1192
1193 * gdb.mi/basics.c: Add new global.
1194 * gdb.mi/mi-frame-regs.exp: New file.
1195 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
1196 case.
1197
b1b189e0
AB
11982018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
1199
1200 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
1201 non-parameter, and on an unknown symbol.
1202
fcfcc376
TT
12032018-01-19 Tom Tromey <tom@tromey.com>
1204
1205 * gdb.rust/modules.rs (TWENTY_THREE): New global.
1206 * gdb.rust/modules.exp: Add ::-qualified lookup test.
1207
634c1c31
AA
12082018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1209
1210 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
1211 setrlimit and chdir to int.
1212
d6ad07fd
AA
12132018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1214
1215 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
1216 function.
1217 (my_tend): Likewise.
1218 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
1219 rationale of avoiding FP- and vector instructions.
1220
adf8243b
RK
12212018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
1222
1223 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
1224 "info reg" with "\[ \t\]*".
1225 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
1226 "\[ \t\]+".
1227 * gdb.arch/s390-multiarch.exp: Ditto.
1228 * gdb.base/pc-fp.exp: Ditto.
1229 * gdb.reverse/i386-precsave.exp: Ditto.
1230 * gdb.reverse/i386-reverse.exp: Ditto.
1231 * gdb.reverse/i387-env-reverse.exp: Ditto.
1232 * gdb.reverse/i387-stack-reverse.exp: Ditto.
1233
dcc06925
AA
12342018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1235
1236 * lib/gdb.exp (gdb_compile): Re-enable use of
1237 universal_compile_options for languages other than Rust.
1238
25d4fd80
AA
12392018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1240
1241 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
1242
ee7f689e 12432018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
1244
1245 PR gdb/16577
1246 * gdb.base/solib-vanish.exp: New.
1247 * gdb.base/solib-vanish-main.c: New.
1248 * gdb.base/solib-vanish-lib1.c: New.
1249 * gdb.base/solib-vanish-lib2.c: New.
1250
d8447b6b
YQ
12512018-01-17 Yao Qi <yao.qi@linaro.org>
1252
1253 * gdb.compile/compile.exp: Match the address printed for
1254 frame in the output of command "bt".
1255
86d6a90c
TT
12562018-01-15 Tom Tromey <tom@tromey.com>
1257
1258 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
1259 compute sp_reg.
1260
cbcdb1aa
AB
12612018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1262
1263 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
1264 to prepare.
1265 (prepare): Return 0 on error, 1 on success.
1266
eea61984
PA
12672018-01-12 Pedro Alves <palves@redhat.com>
1268
1269 * gdb.base/continue-after-aborted-step-over.c: New.
1270 * gdb.base/continue-after-aborted-step-over.exp: New.
1271
6181e9c2
SM
12722018-01-11 Simon Marchi <simon.marchi@ericsson.com>
1273
1274 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
1275 options when not creating an executable.
1276
3cada740
PA
12772018-01-11 Pedro Alves <palves@redhat.com>
1278
1279 PR remote/22597
1280 * gdb.server/stop-reply-no-thread.c: New file.
1281 * gdb.server/stop-reply-no-thread.exp: New file.
1282
c63d3e8d
PA
12832018-01-10 Pedro Alves <palves@redhat.com>
1284
1285 PR gdb/22670
1286 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
1287 functions too. Test setting breakpoints and printing C functions
1288 with no debug info too.
1289 * gdb.ada/bp_c_mixed_case/qux.c: New file.
1290
d4c2a405
PA
12912018-01-10 Pedro Alves <palves@redhat.com>
1292
1293 PR gdb/22670
1294 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
1295 a fail.
1296
8825213e
PA
12972018-01-10 Pedro Alves <palves@redhat.com>
1298
1299 PR gdb/22670
1300 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
1301
605fd3c6
YQ
13022018-01-08 Simon Marchi <simon.marchi@ericsson.com>
1303
1304 * gdb.server/unittest.exp: Match the output in non-development
1305 mode.
1306
1e5ded6c
YQ
13072018-01-08 Simon Marchi <simon.marchi@ericsson.com>
1308
1309 * gdb.gdb/unittest.exp: Match output in non-development mode.
1310
30066b0b
JB
13112018-01-08 Joel Brobecker <brobecker@adacore.com>
1312
1313 * gdb.ada/access_tagged_param.exp: Relax expected output
1314 for value of "ObjL" in "continue" to pck.inspect breakpoint
1315 test.
1316
04bafb1e
XR
13172018-01-08 Joel Brobecker <brobecker@adacore.com>
1318
9f86398b
JB
1319 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
1320 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 1321
e379cee6
PA
13222018-01-05 Pedro Alves <palves@redhat.com>
1323
1324 PR gdb/18653
1325 * gdb.base/libsegfault.exp: New.
1326
de63c46b
PA
13272018-01-05 Joel Brobecker <brobecker@adacore.com>
1328
1329 PR gdb/22670
1330 * gdb.ada/access_tagged_param.exp: New file.
1331 * gdb.ada/access_tagged_param/foo.adb: New file.
1332
f98fc17b
PA
13332018-01-05 Pedro Alves <palves@redhat.com>
1334
1335 PR gdb/22670
1336 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
1337 exercise lower case too, and to exercise both full matching and
1338 wild matching.
1339
342f8240
JB
13402018-01-05 Joel Brobecker <brobecker@adacore.com>
1341
1342 * gdb.ada/rename_subscript_param: New testcase.
1343
7150d33c
JG
13442018-01-05 Jerome Guitton <guitton@adacore.com>
1345
1346 * gdb.ada/arr_acc_idx_w_gap: New testcase.
1347
cc0e770c
JB
13482018-01-05 Joel Brobecker <brobecker@adacore.com>
1349
1350 * gdb.ada/convvar_comp: New testcase.
1351
672a41aa 13522018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
1353
1354 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
1355 (My_Table): New global variable.
1356 * testsuite/gdb.ada/array_char_idx.exp: Add test.
1357
7365ec2f
JB
13582018-01-04 Joel Brobecker <brobecker@adacore.com>
1359
1360 PR gdb/22670
1361 * gdb.ada/maint_with_ada: New testcase.
1362
289483b6
JB
13632018-01-04 Joel Brobecker <brobecker@adacore.com>
1364
1365 PR gdb/22670
1366 * gdb.ada/bp_c_mixed_case: New testcase.
1367
344420da
JB
13682018-01-04 Joel Brobecker <brobecker@adacore.com>
1369
1370 PR gdb/22670
1371 * gdb.ada/complete.exp: Add "complete break ada" test.
1372
66fc87a0
JB
13732018-01-04 Joel Brobecker <brobecker@adacore.com>
1374
1375 PR gdb/22670
1376 * gdb.ada/info_addr_mixed_case: New testcase.
1377
9f757bf7
XR
13782018-01-03 Xavier Roirand <roirand@adacore.com>
1379
1380 * gdb.ada/excep_handle.exp: New testcase.
1381 * gdb.ada/excep_handle/foo.adb: New file.
1382 * gdb.ada/excep_handle/pck.ads: New file.
1383
bd570f80
JB
13842018-01-03 Joel Brobecker <brobecker@adacore.com>
1385
1386 * gdb.base/step-line.c: Add extra empty line in copyright header.
1387 * gdb.base/step-line.inp: Likewise.
1388
9fe561ab
JB
13892018-01-02 Joel Brobecker <brobecker@adacore.com>
1390
1391 * gdb.ada/dyn_stride.exp: Add slice test.
1392
a405673c
JB
13932018-01-02 Joel Brobecker <brobecker@adacore.com>
1394
1395 * gdb.ada/dyn_stride: New testcase.
1396
cef0f868
SH
13972017-12-27 Stafford Horne <shorne@gmail.com>
1398
1399 * gdb.xml/extra-regs.xml: Add example foo reggroup.
1400 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
1401
b67d92b0
SH
14022017-12-27 Stafford Horne <shorne@gmail.com>
1403
1404 * gdb.base/reggroups.c: New file.
1405 * gdb.base/reggroups.exp: New file.
1406
eccab96d
JB
14072017-12-18 Joel Brobecker <brobecker@adacore.com>
1408
1409 * gdb.dwarf2/ada-valprint-error.c: New file.
1410 * gdb.dwarf2/ada-valprint-error.exp: New file.
1411
0e2da9f0
JB
14122017-12-18 Joel Brobecker <brobecker@adacore.com>
1413
1414 * gdb.ada/assign_arr: New testcase.
1415
cb923fcc
XR
14162017-12-18 Xavier Roirand <roirand@adacore.com>
1417
1418 * gdb.ada/funcall_ptr: New testcase.
1419
7c161838
SDJ
14202017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1421
1422 PR cli/16224
1423 * gdb.base/ptype-offsets.cc: New file.
1424 * gdb.base/ptype-offsets.exp: New file.
1425
1af17fd9
YQ
14262017-12-15 Yao Qi <yao.qi@linaro.org>
1427
1428 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
1429 if XML is disabled.
1430
828d5846
XR
14312017-12-15 Xavier Roirand <roirand@adacore.com>
1432
1433 * gdb.ada/same_component_name: New testcase.
1434
79e8fcaa
JB
14352017-12-14 Joel Brobecker <brobecker@adacore.com>
1436
1437 * gdb.ada/str_binop_equal: New testcase.
1438
e05fa6f9
JB
14392017-12-14 Joel Brobecker <brobecker@adacore.com>
1440
1441 * gdb.ada/task_switch_in_core: New testcase.
1442
b89641ba
SM
14432017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1444
1445 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
1446 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
1447 call test_bkpt_qualified.
1448 (test_bkpt_qualified): New proc.
1449
6892d2e4
PA
14502017-12-13 Pedro Alves <palves@redhat.com>
1451
1452 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1453 Tighten regexp by matching with an anchor.
1454
a22ecf70
PA
14552017-12-13 Pedro Alves <palves@redhat.com>
1456
1457 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
1458 ("expression with namespace"): New set of tests.
1459 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
1460 (Nested::Test_NS::qux): New.
1461 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
1462 defaults to 'start_quote_char' and 'end_quote_char' parameters.
1463
9937536c
JB
14642017-12-13 Joel Brobecker <brobecker@adacore.com>
1465
1466 * gdb.base/server-del-break.c: New file.
1467 * gdb.base/server-del-break.exp: New file.
1468
fe49c6f5
SH
14692017-12-12 Stafford Horne <shorne@gmail.com>
1470
1471 * gdb.xml/tdesc-regs.exp: Add or1k support.
1472
c3d18620
SH
14732017-12-12 Stafford Horne <shorne@gmail.com>
1474
1475 * gdb.base/bp-permanent.c: Define nop of or1k.
1476
c5f9cfc8
JB
14772017-12-11 Joel Brobecker <brobecker@adacore.com>
1478
1479 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
1480 output with components being reordered.
1481
a9c135fc
JB
14822017-12-11 Joel Brobecker <brobecker@adacore.com>
1483
1484 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
1485 output with components being reordered.
1486
927aa2e7
JK
14872017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1488 Pedro Alves <palves@redhat.com>
1489
1490 * gdb.base/maint.exp (check for .gdb_index): Check also for
1491 .debug_names.
1492 * gdb.dlang/watch-loc.c (.debug_aranges): New.
1493 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
1494 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
1495 (.gdb_index used after symbol reloading): Support also .debug_names.
1496 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
1497
f17d9474
YQ
14982017-12-08 Yao Qi <yao.qi@linaro.org>
1499
1500 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1501 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
1502
a0de8c21
YQ
15032017-12-08 Yao Qi <yao.qi@linaro.org>
1504
1505 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1506 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
1507
a738ea1d
YQ
15082017-12-08 Yao Qi <yao.qi@linaro.org>
1509
1510 * gdb.arch/aarch64-tagged-pointer.c: New file.
1511 * gdb.arch/aarch64-tagged-pointer.exp: New file.
1512
1cd9a73b
SDJ
15132017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
1514
1515 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
1516 "int".
1517
fa6eb693
KS
15182017-12-07 Keith Seitz <keiths@redhat.com>
1519
1520 PR breakpoints/22569
1521 * gdb.linespec/ls-errs.exp: Change expected result of "break
1522 -source this file has spaces.c -line 3".
1523 Check that an explicit source file followed by whitespace is
1524 identified as an invalid explicit location.
1525
883fd55a
KS
15262017-12-07 Keith Seitz <keiths@redhat.com>
1527
1528 * gdb.cp/nested-types.cc: New file.
1529 * gdb.cp/nested-types.exp: New file.
1530 * lib/cp-support.exp: Load data-structures.exp library.
1531 (debug_cp_test_ptype_class): New global.
1532 (cp_ptype_class_verbose, next_line): New procedures.
1533 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
1534 Add and document new return value.
1535 Switch the list of lines to a queue.
1536 Add support for new `type' key for nested type definitions.
1537 Add debugging/troubleshooting messages.
1538 * lib/data-structures.exp: New file.
1539
ec72db3e
SM
15402017-12-07 Simon Marchi <simon.marchi@ericsson.com>
1541
1542 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
1543 with proc_with_prefix, don't use with_test_prefix.
1544
99598d71
TT
15452017-12-07 Tom Tromey <tom@tromey.com>
1546
1547 * gdb.base/break.exp: Add test for empty "commands".
1548
a8806230
YQ
15492017-12-07 Yao Qi <yao.qi@linaro.org>
1550
1551 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
1552 malloc and catch syscall.
1553
824cc835
PM
15542017-12-07 Phil Muldoon <pmuldoon@redhat.com>
1555
1556 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
1557 tests for explicit locations.
1558
7cc244de
PA
15592017-12-06 Pedro Alves <palves@redhat.com>
1560
1561 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
1562 force-disabling XML descriptions.
1563
50a1fdd5
PA
15642017-12-04 Pedro Alves <palves@redhat.com>
1565
1566 PR gdb/22499
1567 * gdb.arch/amd64-disp-step-avx.S: New file.
1568 * gdb.arch/amd64-disp-step-avx.exp: New file.
1569
f0fb2488
PA
15702017-12-03 Pedro Alves <palves@redhat.com>
1571
1572 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
1573 and <string.h>.
1574 (parent_function): Print distinct messages when waitpid fails, or
1575 the child exits with a signal, or the child exits for an unhandled
1576 reason.
1577 * gdb.threads/process-dies-while-detaching.exp
1578 (detach_and_expect_exit): New 'inf_output_re' parameter and use
1579 it. Wait for both inferior output and GDB's prompt. Use an
1580 indirect spawn id list.
1581 (do_detach): New parameter 'child_exit'. Use it to compute
1582 expected inferior output.
1583 (test_detach, test_detach_watch, test_detach_killed_outside):
1584 Adjust to pass down the expected child exit kind.
1585
97cbe998
SDJ
15862017-12-01 Joel Brobecker <brobecker@adacore.com>
1587 Sergio Durigan Junior <sergiodj@redhat.com>
1588 Pedro Alves <palves@redhat.com>
1589
1590 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
1591
40fc416f
SDJ
15922017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
1593
1594 * gdb.base/relocate.exp: Add tests to guarantee that arguments
1595 to 'symbol-file' and 'add-symbol-file' can be
1596 position-independent.
1597
1cc75e92
YQ
15982017-12-01 Yao Qi <yao.qi@linaro.org>
1599
1600 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
1601 the URL in copyright header.
1602 * gdb.arch/aarch64-fp.exp: Likewise.
1603 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
1604 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
1605 * gdb.base/expand-psymtabs.exp: Likewise.
1606 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
1607 * gdb.fortran/common-block.exp: Likewise.
1608 * gdb.fortran/common-block.f90: Likewise.
1609 * gdb.fortran/logical.exp: Likewise.
1610 * gdb.fortran/vla-datatypes.f90: Likewise.
1611 * gdb.fortran/vla-sub.f90: Likewise.
1612
875fb7a7
JB
16132017-11-30 Joel Brobecker <brobecker@adacore.com>
1614
1615 * gdb.ada/repeat_dyn: New testcase.
1616
6f14765f
UW
16172017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
1618
1619 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
1620 Update for changed thread numbering.
1621 * gdb.cell/bt.exp: Update for changed GDB output.
1622
f1af7b94
SM
16232017-11-30 Simon Marchi <simon.marchi@ericsson.com>
1624
1625 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
1626 setting isremote by hand.
1627 * boards/dwarf4-gdb-index.exp: Likewise.
1628 * boards/fission.exp: Likewise.
1629 * boards/stabs.exp: Likewise.
1630
e3919f3e
PA
16312017-11-30 Pedro Alves <palves@redhat.com>
1632
1633 * gdb.linespec/cpls-ops.exp
1634 (check_explicit_skips_function_argument): Extract the underlying
1635 type of size_t instead of hardcoding it.
1636
bd69330d
PA
16372017-11-29 Pedro Alves <palves@redhat.com>
1638
1639 PR c++/19436
1640 * gdb.linespec/cpls-abi-tag.cc: New file.
1641 * gdb.linespec/cpls-abi-tag.exp: New file.
1642
a20714ff
PA
16432017-11-29 Pedro Alves <palves@redhat.com>
1644
1645 * gdb.base/langs.exp: Use -qualified.
1646 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
1647 it.
1648 * gdb.cp/namespace.exp: Use -qualified.
1649 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
1650 (overload-3, template-overload, template-ret-type, const-overload)
1651 (const-overload-quoted, anon-ns, ambiguous-prefix): New
1652 procedures.
1653 (test_driver): Call them.
1654 * gdb.cp/save-bp-qualified.cc: New.
1655 * gdb.cp/save-bp-qualified.exp: New.
1656 * gdb.linespec/explicit.exp: Test -qualified.
1657 * lib/completion-support.exp (completion::explicit_opts_list): Add
1658 "-qualified".
1659 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
1660
f6f1d339
PM
16612017-11-29 Phil Muldoon <pmuldoon@redhat.com>
1662
1663 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
1664
02ca603a
TT
16652017-11-29 Tom Tromey <tom@tromey.com>
1666
1667 * gdb.base/relocate.exp: Update invalid argument test.
1668 Add new tests for invalid arguments.
1669
ed6c0bfb
TP
16702017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
1671
1672 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
1673 Return 0 as a long.
1674 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
1675
f106e10e
TP
16762017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
1677
1678 * gdb.cp/breakpoint.cc (bar): Set return type to void.
1679 * gdb.cp/psymtab-parameter.cc (func): Likewise.
1680 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
1681 func ().
1682 * gdb.cp/shadow.cc (B.func): Return 0.
1683
10329bb2
JB
16842017-11-27 Joel Brobecker <brobecker@adacore.com>
1685
1686 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
1687 expected output in gdb_expect call to allow the exception
1688 message to be present as well. Fix syntax confusion to avoid
1689 TCL thinking that exception_name is an array.
1690
617cd4bc
UW
16912017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
1692
1693 * gdb.arch/spu-info.c: Include <unistd.h>.
1694 (do_signal_test): Fix broken calls to write.
1695 * gdb.arch/spu-info.exp: Use prepare_for_testing.
1696 Fix checks for empty mailboxes. Update signal tests for corrected
1697 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
1698 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
1699 * gdb.cell/arch.exp: Use standard_output_file.
1700 * gdb.cell/break.exp: Likewise.
1701 * gdb.cell/bt.exp: Likewise.
1702 * gdb.cell/core.exp: Likewise.
1703 * gdb.cell/dwarfaddr.exp: Likewise.
1704 * gdb.cell/ea-cache.exp: Likewise.
1705 * gdb.cell/ea-standalone.exp: Likewise.
1706 * gdb.cell/f-regs.exp: Likewise.
1707 * gdb.cell/fork.exp: Likewise.
1708 * gdb.cell/gcore.exp: Likewise.
1709 * gdb.cell/mem-access.exp: Likewise.
1710 * gdb.cell/ptype.exp: Likewise.
1711 * gdb.cell/registers.exp: Likewise.
1712 * gdb.cell/sizeof.exp: Likewise.
1713 * gdb.cell/solib-symbol.exp: Likewise.
1714 * gdb.cell/solib.exp: Likewise.
617cd4bc 1715
a81aaca0
PA
17162017-11-25 Pedro Alves <palves@redhat.com>
1717
1718 * gdb.base/complete-empty.exp: New file.
1719 * gdb.base/completion.exp: Adjust.
1720
6a3c6ee4
PA
17212017-11-25 Pedro Alves <palves@redhat.com>
1722
1723 * gdb.linespec/cpls-ops.cc: New file.
1724 * gdb.linespec/cpls-ops.exp: New file.
1725 * lib/completion-support.exp (test_complete_prefix_range_re): New,
1726 factored out from ...
1727 (test_complete_prefix_range): ... this.
1728
8955eb2d
PA
17292017-11-24 Pedro Alves <palves@redhat.com>
1730
1731 * gdb.linespec/cpcompletion.exp: New file.
1732 * gdb.linespec/cpls-hyphen.cc: New file.
1733 * gdb.linespec/cpls.cc: New file.
1734 * gdb.linespec/cpls2.cc: New file.
1735 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
1736 test to use test_gdb_complete_unique. Add label completion,
1737 keyword completion and explicit location completion tests.
1738 * lib/completion-support.exp: New file.
1739
e547c119
JB
17402017-11-24 Joel Brobecker <brobecker@adacore.com>
1741
1742 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
1743 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
1744 when hitting an exception catchpoint.
1745
7c3c1aa8
YQ
17462017-11-22 Yao Qi <yao.qi@linaro.org>
1747
1748 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
1749
41bd68f5
SM
17502017-11-22 Simon Marchi <simon.marchi@ericsson.com>
1751
1752 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
1753 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
1754 * gdb.dwarf2/info-locals-optimized-out.c: New file.
1755
1daad298
YQ
17562017-11-22 Yao Qi <yao.qi@linaro.org>
1757
1758 * gdb.base/info-os.exp: Pass pthreads.
1759 * gdb.multi/multi-attach.exp: Likewise.
1760
88465e87
YQ
17612017-11-22 Yao Qi <yao.qi@linaro.org>
1762
1763 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
1764 compiler.
1765
dc196b23
YQ
17662017-11-22 Yao Qi <yao.qi@linaro.org>
1767
1768 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
1769 * gdb.base/break-interp.exp: Likewise.
1770 * gdb.base/jit-attach-pie.exp: Likewise.
1771
2400729e
UW
17722017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1773
1774 * gdb.base/float128.c (large128): New variable.
1775 * gdb.base/float128.exp: Add test to print largest __float128 value.
1776
7a26362d
UW
17772017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1778
1779 * gdb.arch/vsx-regs.exp: Update register content checks.
1780
ed0f4273
UW
17812017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
1782
1783 * gdb.arch/ppc-longdouble.exp: New file.
1784 * gdb.arch/ppc-longdouble.c: Likewise.
1785
a25d69c6
PA
17862017-11-21 Pedro Alves <palves@redhat.com>
1787
1788 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
1789
73fcf641
PA
17902017-11-20 Pedro Alves <palves@redhat.com>
1791
1792 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
1793 (long_double_typedef): New typedefs.
1794 Use DEF on double and long double.
1795 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
1796 cases.
1797 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
1798 and 'long_double_ptr_same_size' locals. Use them to decide
1799 whether cast from array/function to float is valid/invalid.
1800
71a3c369
TT
18012017-11-17 Tom Tromey <tom@tromey.com>
1802
1803 * gdb.rust/traits.rs: New file.
1804 * gdb.rust/traits.exp: New file.
1805
ced9779b
JB
18062017-11-17 Joel Brobecker <brobecker@adacore.com>
1807
1808 * gdb.ada/minsyms: New testcase.
1809
a0922d80
PA
18102017-11-16 Pedro Alves <palves@redhat.com>
1811
1812 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
1813 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
1814
ea04e54c
PA
18152017-11-16 Pedro Alves <palves@redhat.com>
1816
1817 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
1818 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
1819
e849ea89
PA
18202017-11-16 Pedro Alves <palves@redhat.com>
1821
1822 * gdb.server/reconnect-ctrl-c.c: New file.
1823 * gdb.server/reconnect-ctrl-c.exp: New file.
1824
d8ae99a7
PM
18252017-11-16 Phil Muldoon <pmuldoon@redhat.com>
1826
1827 * gdb.python/py-rbreak.exp: New file.
1828 * gdb.python/py-rbreak.c: New file.
1829 * gdb.python/py-rbreak-func2.c: New file.
1830
968a13f8
PA
18312017-11-16 Pedro Alves <palves@redhat.com>
1832
1833 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
1834 pattern.
1835 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
1836 GDB.
1837
71774bc9
SM
18382017-11-15 Simon Marchi <simon.marchi@ericsson.com>
1839
1840 * gdb.tui/completionn.exp (test_tab_completion): Add space in
1841 regex.
1842
ddbb44cf
SM
18432017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
1844
1845 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
1846 test names.
1847
584a564f
PA
18482017-11-09 Pedro Alves <palves@redhat.com>
1849
1850 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
1851 factored out from ...
1852 (top level): ... here, and adjusted to avoid expecting beyond the
1853 prompt in a single gdb_test_multiple.
1854
5ed7a928
PA
18552017-11-09 Pedro Alves <palves@redhat.com>
1856
1857 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
1858 output.
1859 * gdb.server/ext-attach.exp ("kill" test): Likewise.
1860 * gdb.server/ext-restart.exp ("kill" test): Likewise.
1861 * gdb.server/ext-run.exp ("kill" test): Likewise.
1862 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
1863
a60e0738
PA
18642017-11-09 Pedro Alves <palves@redhat.com>
1865
1866 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
1867 match till end of line.
1868
2c88253f
PA
18692017-11-09 Pedro Alves <palves@redhat.com>
1870
1871 * gdb.base/memattr.exp: Tighten regexes to match the end line.
1872
c7a38517
PA
18732017-11-09 Pedro Alves <palves@redhat.com>
1874
1875 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
1876 New procedures, factored out from ...
1877 (top level): ... here, and adjusted to avoid expecting beyond the
1878 prompt in one go.
1879
f29f4b6b
PA
18802017-11-09 Pedro Alves <palves@redhat.com>
1881
1882 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
1883 output. Fix '?' match.
1884
286acbb5
JB
18852017-11-08 Joel Brobecker <brobecker@adacore.com>
1886
1887 * gdb.ada/scoped_watch: New testcase.
1888 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
1889 which is actually correct.
1890 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
1891 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
1892
62d7ae92
PA
18932017-11-08 Pedro Alves <palves@redhat.com>
1894
1895 * gdb.gdb/complaints.exp (test_initial_complaints)
1896 (test_serial_complaints, test_short_complaints): Call
1897 complaint_internal instead of complaint.
1898
280ca31f
DT
18992017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
1900
1901 * gdb.threads/tls-core.c: New file.
1902 * gdb.threads/tls-core.exp: Likewise.
1903
b5ec771e
PA
19042017-11-08 Pedro Alves <palves@redhat.com>
1905
1906 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
1907 (p Exported_Capitalized): New test.
1908 (p exported_capitalized): New test.
1909
a02b41a7
PA
19102017-11-07 Pedro Alves <palves@redhat.com>
1911
1912 * gdb.cp/ena-dis-br-range.exp: Add more tests.
1913
95e95a6d
PA
19142017-11-07 Pedro Alves <palves@redhat.com>
1915
1916 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
1917 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
1918 (disable_invalid, disable_inverted, disable_negative): New
1919 procedures.
1920 ("bad numbers"): New set of tests.
1921
cee62dbd
PA
19222017-11-07 Pedro Alves <palves@redhat.com>
1923
1924 * gdb.cp/ena-dis-br-range.exp: Add tests.
1925
cc638e86
PA
19262017-11-07 Pedro Alves <palves@redhat.com>
1927
1928 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
1929
d0fe4701
XR
19302017-11-07 Xavier Roirand <roirand@adacore.com>
1931 Pedro Alves <palves@redhat.com>
1932
1933 * gdb.base/ena-dis-br.exp: Add reference to
1934 gdb.cp/ena-dis-br-range.exp.
1935 * gdb.cp/ena-dis-br-range.exp: New file.
1936 * gdb.cp/ena-dis-br-range.cc: New file.
1937
46f67f80
PA
19382017-11-06 Pedro Alves <palves@redhat.com>
1939
1940 * gdb.base/attach-non-pgrp-leader.c: New.
1941 * gdb.base/attach-non-pgrp-leader.exp: New.
1942
726e1356
PA
19432017-11-06 Pedro Alves <palves@redhat.com>
1944
1945 * configure.ac: No longer check for termio.h and sgtty.h.
1946 * configure: Regenerate.
1947 * remote-utils.c: Include termios.h instead of gdb_termios.h.
1948 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
1949 Remove termio and sgtty code.
1950
50ab6ace
YQ
19512017-11-03 Yao Qi <yao.qi@linaro.org>
1952
1953 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
1954 in GDB is disabled.
1955
8e68731c
YQ
19562017-11-03 Yao Qi <yao.qi@linaro.org>
1957
1958 * gdb.python/py-thrhandle.exp: Skip it if python is not
1959 enabled.
1960
3a87ae65
SM
19612017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
1962
1963 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
1964 as a breakpoint command.
1965
484d8d36
MD
19662017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
1967
1968 PR python/21213
1969 * gdb.python/py-infthread.exp: Test calling
1970 InferiorThread.inferior () multiple times in a row.
1971
4a27f119
KS
19722017-10-27 Keith Seitz <keiths@redhat.com>
1973
1974 * gdb.opt/inline-break.exp (break_info_1): New procedure.
1975 Test "info break" for every inlined function breakpoint.
1976
bb11dd58
YQ
19772017-10-27 Yao Qi <yao.qi@linaro.org>
1978
1979 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
1980
a43f3893
PF
19812017-10-26 Patrick Frants <osscontribute@gmail.com>
1982
1983 * gdb.cp/classes.exp (test_static_members): Test printing
1984 Outer::instance.
1985 * gdb.cp/classes.c (struct Inner, struct Outer): New.
1986 (Inner::instance, Outer::instance): New.
1987
792ccf00
PA
19882017-10-24 Pedro Alves <palves@redhat.com>
1989
1990 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
1991 extra console" test in two stages.
1992
eb2bfbad
PA
19932017-10-24 Pedro Alves <palves@redhat.com>
1994
1995 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
1996
1f75a651
PA
19972017-10-24 Pedro Alves <palves@redhat.com>
1998
1999 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
2000 loop.
2001
779990d9
PA
20022017-10-24 Pedro Alves <palves@redhat.com>
2003
2004 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
2005 $attempt" and "stoppedtry $stoppedtry" test prefixes.
2006
ad9b8f5d
PA
20072017-10-24 Pedro Alves <palves@redhat.com>
2008
2009 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
2010 parameter and handle it. Don't output read value in test name.
2011
fee6da6e
PA
20122017-10-24 Pedro Alves <palves@redhat.com>
2013
2014 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
2015 custom test name.
2016
10389c2c
PA
20172017-10-24 Pedro Alves <palves@redhat.com>
2018
2019 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
2020 include the unstable output directory name in the test's name.
2021 (initial_setup_simple) <'set args'>: Use custom test name.
2022
a80e65a9
PA
20232017-10-24 Pedro Alves <palves@redhat.com>
2024
2025 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
2026 with explicit test name.
2027
15763a09
PA
20282017-10-20 Pedro Alves <palves@redhat.com>
2029
2030 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
2031 'wait -i'. Use gdb_assert and remote_close.
2032
49a4ce2e
AB
20332017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
2034
2035 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
2036 number from variable rather than hard-coded.
2037
a75868f5
PA
20382017-10-19 Pedro Alves <palves@redhat.com>
2039
2040 * gdb.base/long-inferior-output.c: New file.
2041 * gdb.base/long-inferior-output.exp: New file.
2042
c8ba13ad
KS
20432017-11-18 Keith Seitz <keiths@redhat.com>
2044
2045 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
2046 method.
2047 (main): Call it.
2048 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
2049 Add additional user-defined conversion operator tests.
2050
b27de576
PA
20512017-10-17 Pedro Alves <palves@redhat.com>
2052
2053 * boards/native-stdio-gdbserver.exp: Load "local-board".
2054
8484c955
PA
20552017-10-17 Pedro Alves <palves@redhat.com>
2056
2057 * gdb.base/quit-live.c: New file.
2058 * gdb.base/quit-live.exp: New file.
2059
83d5a34d
KS
20602017-10-16 Keith Seitz <keiths@redhat.com>
2061
2062 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
2063 (class_with_protected_typedef, class_with_private_typedef)
2064 (struct_with_public_typedef, struct_with_protected_typedef)
2065 (struct_with_private_typedef): New classes/structs.
2066 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
2067 typedefs and access specifiers.
2068
739b3f1d
PA
20692017-10-16 Pedro Alves <palves@redhat.com>
2070 Simon Marchi <simon.marchi@polymtl.ca>
2071
2072 * README (Local vs Remote vs Native): New section.
2073 * boards/local-board.exp: New file, with bits factored out from
2074 ...
2075 * boards/native-extended-gdbserver.exp: ... here. Load
2076 "local-board".
2077 * boards/native-gdbserver.exp: Load "local-board".
2078 (${board}_spawn, ${board}_exec): Delete.
2079 * boards/native-stdio-gdbserver.exp: Most contents factored out to
2080 ...
2081 * boards/stdio-gdbserver-base.exp: ... this new file.
2082 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
2083 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
2084 procedure.
2085 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
2086 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
2087 stdio_gdbserver_command.
2088 (${board}_get_remote_address, ${board}_get_comm_port)
2089 (${board}_download, ${board}_upload): Delete.
2090 (get_target_remote_pipe_cmd): New.
2091
fe68b953
SM
20922017-10-16 Simon Marchi <simon.marchi@ericsson.com>
2093
2094 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
2095 test_bkpt_deletion, test_bkpt_cond_and_cmds,
2096 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
2097 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
2098 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
2099 remove with_test_prefix.
2100
300b6685
PA
21012017-10-13 Pedro Alves <palves@redhat.com>
2102
2103 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
2104 * gdb.base/annota1.exp: Use it instead of is_remote.
2105 * gdb.base/annota3.exp: Use it instead of is_remote.
2106 * gdb.cp/annota2.exp: Use it instead of is_remote.
2107 * gdb.cp/annota3.exp: Use it instead of is_remote.
2108 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
2109
50500caf
PA
21102017-10-13 Pedro Alves <palves@redhat.com>
2111
2112 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
2113 (test_num_test_vars, run_and_count_vars, find_env)
2114 (test_set_unset_env, test_inherit_env_var): New procedures.
2115 (top level): Use them.
2116
dad0c6d2
PA
21172017-10-13 Pedro Alves <palves@redhat.com>
2118
2119 * lib/selftest-support.exp (selftest_setup): Extend comments, and
2120 also skip on stub-like targets.
2121
8b0553c1
PA
21222017-10-13 Pedro Alves <palves@redhat.com>
2123
2124 PR gdb/22293
2125 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
2126 (top level): Move some tests to ...
2127 (test_not_found): ... this new procedure.
2128 (top level): Call it.
2129
7594f623
PA
21302017-10-13 Pedro Alves <palves@redhat.com>
2131
2132 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
2133 expect different "info terminal" output if testing with a
2134 non-native target.
2135
ebe3b402
PA
21362017-10-13 Pedro Alves <palves@redhat.com>
2137 Simon Marchi <simon.marchi@polymtl.ca>
2138
2139 PR python/12966
2140 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
2141
42f1b161
PA
21422017-10-13 Pedro Alves <palves@redhat.com>
2143
2144 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
2145 already.
2146
8d6ef72b
PA
21472017-10-13 Pedro Alves <palves@redhat.com>
2148
2149 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
2150 is_remote.
2151
d7bcd5b8
PA
21522017-10-13 Pedro Alves <palves@redhat.com>
2153
2154 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
2155 is_remote.
2156
df479dc6
PA
21572017-10-13 Pedro Alves <palves@redhat.com>
2158
2159 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
2160 is set.
2161 (corefile_test_attach): Likewise. Check can_spawn_for_attach
2162 instead of is_remote.
2163
23fb630a
PA
21642017-10-13 Pedro Alves <palves@redhat.com>
2165
2166 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
2167 (top level): Add comment.
2168
cc77b1dc
PA
21692017-10-13 Pedro Alves <palves@redhat.com>
2170
2171 * gdb.base/remote.exp (top level): Fix comment typo and add
2172 missing return.
2173
27c9e813
PA
21742017-10-13 Pedro Alves <palves@redhat.com>
2175 Simon Marchi <simon.marchi@polymtl.ca>
2176
2177 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
2178 calls and add comments. Skip test if use_gdb_stub is set.
2179 (top level): Use "set cwd" command instead of "cd" command.
2180
5e830d98
PA
21812017-10-13 Pedro Alves <palves@redhat.com>
2182
2183 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
2184 is_remote target check.
2185
f5ca0032
PA
21862017-10-13 Pedro Alves <palves@redhat.com>
2187
2188 * gdb.base/scope.exp: Use build_executable + clean_restart +
2189 gdb_file_cmd instead of prepare_for_testing and no longer skip
2190 "before run" tests on is_remote target boards. Update comments.
2191 * boards/native-extended-gdbserver.exp
2192 (extended_gdbserver_load_last_file): New, factored out from ...
2193 (gdb_load): ... this. Move further below and add comment.
2194 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
2195
8aed1c0d
PA
21962017-10-12 Pedro Alves <palves@redhat.com>
2197
2198 * gdb.base/attach.exp: Remove references to gdb64.
2199 * gdb.base/dbx.exp: Remove references to gdb64.
2200
cfa34c87
SM
22012017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
2202 Pedro Alves <palves@redhat.com>
2203
2204 * gdb.base/label.exp: Remove is_remote target check.
2205
9192b7de
PA
22062017-10-12 Pedro Alves <palves@redhat.com>
2207
2208 * gdb.base/auvx.exp (coredir): Update comment.
2209 (top level) <core_works>: Use "set cwd" command instead of "cd"
2210 command.
2211
6bf0052d
PA
22122017-10-12 Pedro Alves <palves@redhat.com>
2213 Simon Marchi <simon.marchi@polymtl.ca>
2214
2215 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
2216 target boards.
2217
e48ef82d
PA
22182017-10-12 Pedro Alves <palves@redhat.com>
2219 Simon Marchi <simon.marchi@polymtl.ca>
2220
2221 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
2222 Instead skip if there's any gdb_protocol set.
2223
8d7aea57
SM
22242017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
2225 Pedro Alves <palves@redhat.com>
2226
2227 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
2228
30440677
PA
22292017-10-12 Pedro Alves <palves@redhat.com>
2230 Simon Marchi <simon.marchi@polymtl.ca>
2231
2232 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
2233 instead of on dejagnu remote boards.
2234
4e04f045 22352017-10-12 Pedro Alves <palves@redhat.com>
175654b9 2236 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
2237
2238 * gdb.base/inferior-died.exp: Remove is_remote and isnative
2239 checks. Use build_executable + clean_restart instead of
2240 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
2241 of enabling non-stop after starting gdb.
2242
871a186e
PA
22432017-10-12 Pedro Alves <palves@redhat.com>
2244
2245 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
2246 * gdb.threads/non-ldr-exc-2.exp: Ditto.
2247 * gdb.threads/non-ldr-exc-3.exp: Ditto.
2248 * gdb.threads/non-ldr-exc-4.exp: Ditto.
2249
56d704da
AK
22502017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
2251
2252 * gdb.arch/arc-tdesc-cpu.exp: New file.
2253 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
2254
2f20e312
SM
22552017-10-10 Simon Marchi <simon.marchi@ericsson.com>
2256
2257 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
2258
65630365
PA
22592017-10-10 Pedro Alves <palves@redhat.com>
2260
2261 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
2262 expect CLI output.
2263
bf469271
PA
22642017-10-10 Pedro Alves <palves@redhat.com>
2265
2266 * lib/selftest-support.exp (selftest_setup): Update for
2267 captured_command_loop's prototype change.
2268
777a42f1
PA
22692017-10-09 Pedro Alves <palves@redhat.com>
2270
2271 Test both arch1=>arch2 and arch2=>arch1.
2272
2273 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
2274 (srcfile2, binfile2, march1, march2): Remove globals. Largely
2275 factored out to...
2276 (append_arch1_options, append_arch2_options, append_arch_options)
2277 (build_executables): New procedures.
2278 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
2279 local.
2280 (top level): Add new 'first_arch' testing axis.
2281
cbd2b4e3
PA
22822017-10-09 Pedro Alves <palves@redhat.com>
2283
2284 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
2285 (barrier): New.
2286 (thread_start, all_started): New functions.
2287 (main): Spawn new thread and wait until it is scheduled.
2288 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
2289 option.
2290 (do_test): Add 'selected_thread' parameter. Run to all_started
2291 instead of main. Explicitly set the breakpoint at main. Switch
2292 to the SELECTED_THREAD thread.
2293 (top level): Test handling the exec event with either the main
2294 thread or the second thread selected.
2295
5c9e4427
PA
22962017-10-09 Pedro Alves <palves@redhat.com>
2297
2298 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
2299 logic. Move STOP marker after the value checks.
2300 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
2301 regexp.
2302
b3b7c423
SL
23032017-10-06 Sandra Loosemore <sandra@codesourcery.com>
2304
2305 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
2306
3b4b2f16
UW
23072017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
2308
2309 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
2310 integer-to-dfp conversion.
2311 * gdb.base/dfp-test.exp: Likewise.
2312
5cd63fda
PA
23132017-10-04 Pedro Alves <palves@redhat.com>
2314
2315 * gdb.multi/hangout.c: Include <unistd.h>.
2316 (hangout_loop): New function.
2317 (main): Call alarm. Call hangout_loop in a loop.
2318 * gdb.multi/hello.c: Include <unistd.h>.
2319 (hello_loop): New function.
2320 (main): Call alarm. Call hangout_loop in a loop.
2321 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
2322 inferior with the other selected.
2323
4c71c105
SM
23242017-10-04 Simon Marchi <simon.marchi@ericsson.com>
2325
2326 * gdb.mi/list-thread-groups-available.exp: New file.
2327 * gdb.mi/list-thread-groups-available.c: New file.
2328
bc3b087d
SDJ
23292017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
2330
2331 * gdb.base/set-cwd.exp: Make it available on
2332 native-extended-gdbserver.
2333
d092c5a2
SDJ
23342017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
2335
2336 * gdb.base/set-cwd.c: New file.
2337 * gdb.base/set-cwd.exp: Likewise.
2338
45320ffa
TT
23392017-10-02 Tom Tromey <tom@tromey.com>
2340
2341 PR rust/22236:
2342 * gdb.rust/simple.rs (main): New variable "fslice".
2343 * gdb.rust/simple.exp: Add slice tests. Update string tests.
2344
b3e3859b
TT
23452017-10-02 Tom Tromey <tom@tromey.com>
2346
2347 * gdb.rust/simple.exp: Test ptype of a slice.
2348
01af5e0d
TT
23492017-10-02 Tom Tromey <tom@tromey.com>
2350
2351 * gdb.rust/simple.exp: Test index of slice.
2352
a9bbfbd8
TT
23532017-09-27 Tom Tromey <tom@tromey.com>
2354
2355 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
2356
df8899e5
TP
23572017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
2358 Pedro Alves <palves@redhat.com>
2359
2360 * gdb.base/compare-sections.exp (get value of read-only section): Read
2361 as unsigned value.
2362 (corrupt read-only section): Likewise and don't set written if patching
2363 failed.
2364
757bf54b
KB
23652017-09-21 Kevin Buettner <kevinb@redhat.com>
2366
2367 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
2368 files.
2369
06871ae8
PA
23702017-09-20 Pedro Alves <palves@redhat.com>
2371
2372 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
2373 symbol names in gdb's output.
2374 * gdb.cp/overload.exp ("list all overloads"): Likewise.
2375
e5f25bc5
PA
23762017-09-20 Pedro Alves <palves@redhat.com>
2377
2378 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
2379 Rename to ...
2380 (test_list_ambiguous_symbol): ... this and add a symbol name
2381 parameter. Adjust.
2382 (test_list_ambiguous_function): Reimplement on top of
2383 test_list_ambiguous_symbol and also test listing ambiguous
2384 variables.
2385 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
2386 (ambiguous_fun): ... this.
2387 (ambiguous_var): New.
2388 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
2389 (ambiguous_fun): ... this.
2390 (ambiguous_var): New.
2391
4e5a4f58
JB
23922017-09-19 John Baldwin <jhb@FreeBSD.org>
2393
2394 * gdb.base/starti.c: New file.
2395 * gdb.base/starti.exp: New file.
2396 * lib/gdb.exp (gdb_starti_cmd): New procedure.
2397
26e53f3e
PA
23982017-09-14 Pedro Alves <palves@redhat.com>
2399
2400 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
2401 (top level): Use it instead of runto.
2402
cb791d59
TT
24032017-09-11 Tom Tromey <tom@tromey.com>
2404
2405 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
2406
7c96f8c1
TT
24072017-09-11 Tom Tromey <tom@tromey.com>
2408
2409 * gdb.python/py-infthread.exp: Add tests for new_thread event.
2410 * gdb.python/py-inferior.exp: Add tests for new inferior events.
2411
469412dd
CW
24122017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
2413
2414 * gdb.fortran/printing-types.exp: New file.
2415 * gdb.fortran/printing-types.exp: New file.
2416
e0f86435
BH
24172017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
2418
2419 * gdb.fortran/vla-ptype.exp: Fix typos.
2420 * gdb.fortran/vla-value.exp: Same.
2421
9e9af4be
BH
24222017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
2423
2424 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
2425 * gdb.mi/mi-var-child-f.exp: Likewise.
2426 * gdb.mi/mi-vla-fortran.exp: Likewise.
2427
a5ad232b
FP
24282017-09-08 Frank Penczek <frank.penczek@intel.com>
2429 Christoph Weinmann <christoph.t.weinmann@intel.com>
2430 Bernhard Heckel <bernhard.heckel@intel.com>
2431
2432 * gdb.fortran/ptr-indentation.f90: New file.
2433 * gdb.fortran/ptr-indentation.exp: New file.
2434
5aec60eb
TT
24352017-09-05 Tom Tromey <tom@tromey.com>
2436
2437 PR gdb/22010:
2438 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
2439
8f8f8152
TP
24402017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
2441
2442 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
2443
fbd1b771
JK
24442017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2445
2446 * gdb.threads/tls-nodebug-pie.c: New file.
2447 * gdb.threads/tls-nodebug-pie.exp: New file.
2448
5eb5f850
TT
24492017-09-05 Tom Tromey <tom@tromey.com>
2450
2451 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
2452 for rust.
2453
ae780a21
SM
24542017-09-05 Simon Marchi <simon.marchi@ericsson.com>
2455
2456 * gdb.multi/multi-arch-exec.exp: Test with different
2457 "follow-exec-mode" settings.
2458 (do_test): New procedure.
2459
3693fdb3
PA
24602017-09-04 Pedro Alves <palves@redhat.com>
2461
2462 * gdb.base/func-static.c (S::method const, S::method volatile)
2463 (S::method volatile const): New methods.
2464 (c_s, v_s, cv_s): New instances.
2465 (main): Call method() on them.
2466 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
2467 (cannot_resolve): New procedure.
2468 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
2469 print-quote-unquoted columns.
2470 (do_test): Test printing each scope too.
2471
e68cb8e0
PA
24722017-09-04 Pedro Alves <palves@redhat.com>
2473
2474 * gdb.base/local-static.exp: Also test with
2475 class::method::variable wholly quoted.
2476 * gdb.cp/m-static.exp (class::method::variable): Remove test.
2477
858be34c
PA
24782017-09-04 Pedro Alves <palves@redhat.com>
2479
2480 * gdb.base/local-static.c: New.
2481 * gdb.base/local-static.cc: New.
2482 * gdb.base/local-static.exp: New.
2483
46a4882b
PA
24842017-09-04 Pedro Alves <palves@redhat.com>
2485
2486 * gdb.asm/asm-source.exp: Add casts to int.
2487 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
2488 (dataglobal64_1, dataglobal64_2): New globals.
2489 * gdb.base/nodebug.exp: Test different expressions involving the
2490 new globals, with print, whatis and ptype. Add casts to int.
2491 * gdb.base/solib-display.exp: Add casts to int.
2492 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
2493 * gdb.cp/m-static.exp: Add cast to int.
2494 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
2495 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
2496 tls variable with no debug info without a cast. Test with a cast
2497 to int too.
2498 * gdb.trace/entry-values.exp: Add casts.
2499
2c5a2be1
PA
25002017-09-04 Pedro Alves <palves@redhat.com>
2501
2502 * gdb.base/nodebug.exp: Test that ptype's error about functions
2503 with unknown return type includes the function name too.
2504
7022349d
PA
25052017-09-04 Pedro Alves <palves@redhat.com>
2506
2507 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
2508 return type of munmap in infcall.
2509 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
2510 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
2511 type of ftell in infcall.
2512 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
2513 type of getpid in infcall.
2514 * gdb.base/infcall-exec.exp: Cast return type of execlp in
2515 infcall.
2516 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
2517 Bail on failure to extract the pid.
2518 * gdb.base/nodebug.c: #include <stdint.h>.
2519 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
2520 New functions.
2521 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
2522 Change expected output of print/whatis/ptype with functions with
2523 no debug info. Test all supported languages. Call
2524 test_call_promotion.
2525 * gdb.compile/compile.exp: Adjust expected output to expect
2526 warning.
2527 * gdb.threads/siginfo-threads.exp: Likewise.
2528
54990598
PA
25292017-09-04 Pedro Alves <palves@redhat.com>
2530
2531 * gdb.base/callfuncs.exp (do_function_calls): New parameter
2532 "prototypes". Test calling float functions via prototyped and
2533 unprototyped function pointers.
2534 (perform_all_tests): New parameter "prototypes". Pass it down.
2535 (top level): Pass down "prototypes" parameter to
2536 perform_all_tests.
2537
34d16ea2
SM
25382017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2539
2540 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
2541 Test with nested loops.
2542
9521ecda
SM
25432017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2544
2545 * gdb.base/commands.exp: Call the new procedures.
2546 (loop_break_test, loop_continue_test): New procedures.
2547
80a65e9b
SM
25482017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2549
2550 * gdb.base/commands.exp: Call new procedure.
2551 (define_if_without_arg_test): New procedure.
2552
e439fa14
PA
25532017-09-04 Pedro Alves <palves@redhat.com>
2554
2555 * gdb.base/list-ambiguous.exp: New file.
2556 * gdb.base/list-ambiguous0.c: New file.
2557 * gdb.base/list-ambiguous1.c: New file.
2558 * gdb.base/list.exp (test_list_range): Adjust expected output.
2559
0a2dde4a
SDJ
25602017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
2561
2562 * gdb.base/share-env-with-gdbserver.c: New file.
2563 * gdb.base/share-env-with-gdbserver.exp: Likewise.
2564
5e89eb3a
SM
25652017-08-28 Simon Marchi <simon.marchi@ericsson.com>
2566
2567 * gdb.base/commands.exp (gdbvar_simple_if_test,
2568 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
2569 progvar_simple_if_test, progvar_simple_while_test,
2570 progvar_complex_if_while_test, user_defined_command_test,
2571 user_defined_command_args_eval,
2572 user_defined_command_args_stack_test,
2573 user_defined_command_manyargs_test, bp_deleted_in_command_test,
2574 temporary_breakpoint_commands,
2575 gdb_test_no_prompt, redefine_hook_test,
2576 redefine_backtrace_test): Remove "global gdb_prompt".
2577
fd437cbc
SM
25782017-08-28 Simon Marchi <simon.marchi@ericsson.com>
2579
2580 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
2581 New proc, call it from toplevel.
2582
87215ad1
SDJ
25832017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
2584
2585 PR remote/21852
2586 * gdb.server/normal.c: New file, copied from gdb.base.
2587 * gdb.server/run-without-local-binary.exp: New file.
2588
58afddc6
WP
25892017-08-07 Weimin Pan <weimin.pan@oracle.com>
2590
2591 * gdb.arch/sparc64-adi.exp: New file.
2592 * gdb.arch/sparc64-adi.c: New file.
2593
5277199a
PA
25942017-08-22 Pedro Alves <palves@redhat.com>
2595
2596 * gdb.cp/overload.exp (line_range_pattern): New procedure.
2597 (top level): Add "list all overloads" tests.
2598
14278e1f
TT
25992017-08-22 Tom Tromey <tom@tromey.com>
2600
2601 * gdb.gdb/xfullpath.exp: Remove.
2602
bf223d3e
PA
26032017-08-21 Pedro Alves <palves@redhat.com>
2604
2605 PR gdb/19487
2606 * gdb.base/symbol-alias.c: New.
2607 * gdb.base/symbol-alias2.c: New.
2608 * gdb.base/symbol-alias.exp: New.
2609
c973d0aa
PA
26102017-08-21 Pedro Alves <palves@redhat.com>
2611
2612 * gdb.base/dfp-test.c
2613 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
2614 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
2615 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
2616 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
2617 * gdb.base/whatis-ptype-typedefs.c: New.
2618 * gdb.base/whatis-ptype-typedefs.exp: New.
2619 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
2620 (an_int, an_int_type, an_int_type2): New globals.
2621 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
2622 involving typedefs and cast expressions.
2623 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
2624 (lookup_typedefs_function): New.
2625 (typedefs_pretty_printers_dict): New.
2626 (top level): Register lookup_typedefs_function in
2627 gdb.pretty_printers.
2628
6d580b63
YQ
26292017-08-18 Yao Qi <yao.qi@linaro.org>
2630
2631 * gdb.server/unittest.exp: New.
2632
206726fb
SDJ
26332017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
2634
2635 PR gdb/21954
2636 * gdb.base/environ.exp: Add test to check if 'unset environment'
2637 works.
2638
bf0ec4c2
AA
26392017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2640
2641 * lib/gdb.exp (universal_compile_options): New caching proc.
2642 (gdb_compile): Suppress GCC's coloring of messages.
2643
d6382fff
TT
26442017-08-14 Tom Tromey <tom@tromey.com>
2645
2646 PR gdb/21675:
2647 * gdb.base/printcmds.exp (test_radices): New function.
2648 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
2649 * gdb.base/sizeof.exp (check_valueof): Use p/d.
2650 * lib/gdb.exp (get_integer_valueof): Use p/d.
2651
c2c2dd9f
SM
26522017-08-12 Simon Marchi <simon.marchi@ericsson.com>
2653
2654 * lib/gdb.exp (get_valueof): Don't capture end-of-line
2655 characters.
2656
fdffd6f4
TT
26572017-08-05 Tom Tromey <tom@tromey.com>
2658
2659 * gdb.rust/simple.exp: Allow String to appear in a different
2660 namespace.
2661
27d41eac
YQ
26622017-07-26 Yao Qi <yao.qi@linaro.org>
2663
2664 * gdb.gdb/unittest.exp: Invoke command
2665 "maintenance check xml-descriptions".
2666
031ed05d
AA
26672017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2668
2669 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
2670 calling context.
2671 (hex128): Drop erroneous calculation of parameters.
2672
dcd27ddf
SM
26732017-07-22 Simon Marchi <simon.marchi@ericsson.com>
2674
2675 * gdb.python/py-unwind.exp: Disable stack protection when
2676 building test file.
2677
47e77640
PA
26782017-07-20 Pedro Alves <palves@redhat.com>
2679
2680 * gdb.base/default.exp (set language): Adjust expected output.
2681
62d2a18a
PA
26822017-07-20 Pedro Alves <palves@redhat.com>
2683
2684 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
2685 (test_minsym): ... this, and make static.
2686 (get_pck__foo__bar__minsym): Rename to ...
2687 (get_test_minsym): ... this.
2688 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
2689 symbol names and comments.
2690 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
2691 (get_test_minsym): ... this.
2692 (pck__foo__bar__minsym__2): Rename to ...
2693 (test_minsym): ... this.
2694 (main): Adjust.
2695
c45ec17c
PA
26962017-07-17 Pedro Alves <palves@redhat.com>
2697
2698 * gdb.base/completion.exp: Adjust expected output.
2699 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
2700 the completer works.
2701
c6756f62
PA
27022017-07-17 Pedro Alves <palves@redhat.com>
2703
2704 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
2705
5bd68487
AB
27062017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
2707
2708 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
2709
8880f2a9
TT
27102017-07-14 Tom Tromey <tom@tromey.com>
2711
2712 PR rust/21764:
2713 * gdb.rust/simple.exp: Add tests.
2714
65547233
TT
27152017-07-14 Tom Tromey <tom@tromey.com>
2716
2717 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
2718
8f14146e
PA
27192017-07-14 Pedro Alves <palves@redhat.com>
2720
2721 * gdb.linespec/base/one/thefile.cc (z1): New function.
2722 * gdb.linespec/base/two/thefile.cc (z2): New function.
2723 * gdb.linespec/linespec.exp: Add tests.
2724
b4365d02
AB
27252017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
2726
2727 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
2728 to mi_create_breakpoint.
2729
5d2cbaa5
AB
27302017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
2731
2732 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
2733 mi_create_breakpoint.
2734
11cb5716
IB
27352017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
2736
2737 * gdb.dlang/demangle.exp: Update for demangling changes.
2738
03278692
TT
27392017-07-09 Tom Tromey <tom@tromey.com>
2740
2741 * gdb.dwarf2/shortpiece.exp: New file.
2742
33c5cd75
DB
27432017-07-06 David Blaikie <dblaikie@gmail.com>
2744
2745 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
2746 built from fissiont-multi-cu{1,2}.c.
2747 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
2748 except putting 'main' and 'func' in separate CUs in the same DWO file.
2749 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
2750 test.
2751 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
2752 test.
2753
8455d262
PA
27542017-07-06 Pedro Alves <palves@redhat.com>
2755
2756 * gdb.python/py-unwind.exp: Test flushregs.
2757
dc4bde35
SDJ
27582017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
2759
2760 PR cli/21688
2761 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
2762 tests for alias commands and trailing whitespace.
2763
51ed89aa
SDJ
27642017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
2765
2766 PR cli/21688
2767 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
2768 procedure. Call it.
2769
eb17d413
PA
27702017-06-29 Pedro Alves <palves@redhat.com>
2771
2772 * gdb.base/printcmds.exp: Add tests.
2773
41664b45
DG
27742017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
2775
2776 PR gdb/21337
2777 * gdb.base/reread-readsym.exp: New file.
2778 * gdb.base/reread-readsym.c: New file.
2779
75312ae3
KB
27802017-06-21 Kevin Buettner <kevinb@redhat.com>
2781
2782 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
2783 subpattern.
2784
66953522
PB
27852017-06-19 Peter Bergner <bergner@vnet.ibm.com>
2786
2787 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
2788 extended mnemonic.
2789 * gdb.arch/powerpc-power9.s: Likewise.
2790
5524b525
AA
27912017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2792
2793 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
2794 on 32-bit x86 targets. Exploit is_*_target macros where
2795 appropriate.
2796
03c8af18
AA
27972017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2798
2799 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
2800 register pieces.
2801
3bf31011
AA
28022017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2803
2804 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
2805 located in one or more DWARF pieces.
2806
805acca0
AA
28072017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2808
2809 * lib/gdb.exp (get_endianness): New proc.
2810 * gdb.arch/aarch64-fp.exp: Use it.
2811 * gdb.arch/altivec-regs.exp: Likewise.
2812 * gdb.arch/e500-regs.exp: Likewise.
2813 * gdb.arch/vsx-regs.exp: Likewise.
2814 * gdb.base/dump.exp: Likewise.
2815 * gdb.base/funcargs.exp: Likewise.
2816 * gdb.base/gnu_vector.exp: Likewise.
2817 * gdb.dwarf2/formdata16.exp: Likewise.
2818 * gdb.dwarf2/implptrpiece.exp: Likewise.
2819 * gdb.dwarf2/nonvar-access.exp: Likewise.
2820 * gdb.python/py-inferior.exp: Likewise.
2821 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
2822
e9352324
AA
28232017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2824
2825 PR gdb/21226
2826 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
2827 stack value pieces are taken from the LSB end.
2828
d5d1163e
AA
28292017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2830
2831 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
2832 variable at nonzero offset.
2833
0567c986
AA
28342017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2835
2836 * gdb.dwarf2/var-access.c: New file.
2837 * gdb.dwarf2/var-access.exp: New test.
2838 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
2839
973e9aab
TT
28402017-06-12 Tom Tromey <tom@tromey.com>
2841
2842 * gdb.dwarf2/formdata16.exp: Add tests.
2843
d9109c80
TT
28442017-06-12 Tom Tromey <tom@tromey.com>
2845
2846 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
2847
30a25466
TT
28482017-06-12 Tom Tromey <tom@tromey.com>
2849
2850 PR exp/16225:
2851 * gdb.reverse/i386-sse-reverse.exp: Update tests.
2852 * gdb.arch/vsx-regs.exp: Update tests.
2853 * gdb.arch/s390-vregs.exp (hex128): New proc.
2854 Update test.
2855 * gdb.arch/altivec-regs.exp: Update tests.
2856
aefd8b33
SDJ
28572017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
2858
2859 * gdb.base/startup-with-shell.c: New file.
2860 * gdb.base/startup-with-shell.exp: Likewise.
2861
2090129c
SDJ
28622017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
2863
2864 * gdb.server/non-existing-program.exp: Update regex in order to
2865 reflect the fact that gdbserver is now using fork_inferior (with a
2866 shell) to startup the inferior.
2867
8e86a419
SM
28682017-05-30 Simon Marchi <simon.marchi@ericsson.com>
2869
2870 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
2871 support function calls from GDB.
2872
e6cf65f2
TT
28732017-05-21 Tom Tromey <tom@tromey.com>
2874
2875 PR rust/21466:
2876 * gdb.rust/unsized.exp: New file.
2877 * gdb.rust/unsized.rs: New file.
2878
43cc5389
TT
28792017-05-19 Tom Tromey <tom@tromey.com>
2880
2881 PR rust/21484:
2882 * gdb.rust/watch.exp: New file.
2883 * gdb.rust/watch.rs: New file.
2884
ec8df234
TT
28852017-05-18 Tom Tromey <tom@tromey.com>
2886
2887 * gdb.rust/simple.exp: Allow Box to be qualified.
2888
3e3e7fae
TP
28892017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
2890
2891 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
2892
59cc050d
PA
28932017-05-18 Pedro Alves <palves@redhat.com>
2894
2895 * gdb.base/fileio.c (test_write, test_read, test_close)
2896 (test_fstat): Don't print 'ret' in the fail path.
2897
c8f6abd1
PA
28982017-05-18 Pedro Alves <palves@redhat.com>
2899
2900 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
2901 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
2902 (test_system, test_rename, test_unlink, test_time): Change
2903 prototypes.
2904 * gdb.base/fileio.exp (stop_msg): Adjust.
2905
d2a03b77
PA
29062017-05-18 Pedro Alves <palves@redhat.com>
2907
2908 * gdb.base/fileio.c (null_str): New global.
2909 (test_stat): Use it.
2910 * gdb.base/fileio.exp: Remove nowarnings.
2911
0d5c6999
YQ
29122017-05-17 Yao Qi <yao.qi@linaro.org>
2913
2914 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
2915
21873064
YQ
29162017-05-17 Simon Marchi <simon.marchi@ericsson.com>
2917
2918 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
2919 argument command.
2920 (top-level): Invoke test_set_inferior_tty.
2921
d512d31c
PA
29222017-05-04 Pedro Alves <palves@redhat.com>
2923
2924 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
2925 Add parens to print call for Python 3.
2926
90cef2ed
KS
29272017-05-03 Keith Seitz <keiths@redhat.com>
2928
2929 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
2930 (main): Call it.
2931
14f819c8
TW
29322017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2933
2934 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
2935 to prev and next.
2936
913aeadd
TW
29372017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2938
2939 * gdb.python/py-record-btrace.exp: Remove test for
2940 gdb.BtraceInstruction.error.
2941
a3be24ad
TW
29422017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2943
2944 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
2945
ae20e79a
TW
29462017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2947
2948 * gdb.python/py-record-btrace-threads.c: New file.
2949 * gdb.python/py-record-btrace-threads.exp: New file.
2950
45ce1b47
SDJ
29512017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
2952
2953 PR testsuite/8595
2954 * gdb.base/environ.exp: Make test available in all architectures.
2955 Move bits related to "info program" testing to
2956 gdb.base/info-program.exp. Rewrite tests to use the two new
2957 procedures mentione below.
2958 (test_set_show_env_var) New procedure.
2959 (test_set_show_env_var_equal): Likewise.
2960 * gdb.base/info-program.exp: New file.
2961
e15c3eb4
KS
29622017-04-27 Keith Seitz <keiths@redhat.com>
2963
2964 * gdb.cp/oranking.cc (test15): New function.
2965 (main): Call test15 and declare additional variables for testing.
2966 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
2967 "p foo101('abc')" tests.
2968 Add tests for cv qualifier overloads.
2969 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
2970 "lvalue reference overload" test.
2971 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
2972 "print value of f1 on Child&& in f2" test.
2973
3a3fd0fd
PA
29742017-04-19 Pedro Alves <palves@redhat.com>
2975
2976 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
2977 procedure.
2978 (top level): Call it.
2979 * lib/gdb.exp (gdb_define_cmd): New procedure.
2980
53375380
PA
29812017-04-12 Pedro Alves <palves@redhat.com>
2982
2983 PR gdb/21323
2984 * gdb.cp/wide_char_types.c: Include <wchar.h>.
2985 (wchar): New global.
2986 * gdb.cp/wide_char_types.exp (wide_char_types_program)
2987 (do_test_wide_char, wide_char_types_no_program, top level): Add
2988 wchar_t testing.
2989
53e710ac
PA
29902017-04-12 Pedro Alves <palves@redhat.com>
2991
2992 PR c++/21323
2993 * gdb.cp/wide_char_types.c: New file.
2994 * gdb.cp/wide_char_types.exp: New file.
2995
0ad9d8c7
SDJ
29962017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
2997
2998 PR gdb/21352
2999 * gdb.trace/tsv.exp: Add test for "tsave -r".
3000
b1b45502
IB
30012017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
3002
3003 * gdb.dlang/watch-loc.c: New file.
3004 * gdb.dlang/watch-loc.exp: New file.
3005
ec13808e
JK
30062017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3007
3008 * gdb.python/py-section-script.exp (sepdebug): New testcases.
3009
fe5f7374
AK
30102017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
3011
3012 * gdb.arch/arc-analyze-prologue.S: New file.
3013 * gdb.arch/arc-analyze-prologue.exp: Likewise.
3014
eea78757
AK
30152017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
3016
3017 * gdb.arch/arc-decode-insn.S: New file.
3018 * gdb.arch/arc-decode-insn.exp: Likewise.
3019
5badf10a
IR
30202017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
3021
3022 PR tdep/20928
3023 * gdb.arch/sparc64-regs.exp: New file.
3024 * gdb.arch/sparc64-regs.S: Likewise.
3025
cee59b3f
TW
30262017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
3027
3028 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
3029 and memory view on Python 3.
3030
c0f55cc6
AV
30312017-03-20 Artemiy Volkov <artemiyv@acm.org>
3032 Keith Seitz <keiths@redhat.com>
3033
3034 PR gdb/14441
3035 * gdb.cp/demangle.exp: Add rvalue reference tests.
3036 * gdb.cp/rvalue-ref-casts.cc: New file.
3037 * gdb.cp/rvalue-ref-casts.exp: New file.
3038 * gdb.cp/rvalue-ref-overload.cc: New file.
3039 * gdb.cp/rvalue-ref-overload.exp: New file.
3040 * gdb.cp/rvalue-ref-params.cc: New file.
3041 * gdb.cp/rvalue-ref-params.exp: New file.
3042 * gdb.cp/rvalue-ref-sizeof.cc: New file.
3043 * gdb.cp/rvalue-ref-sizeof.exp: New file.
3044 * gdb.cp/rvalue-ref-types.cc: New file.
3045 * gdb.cp/rvalue-ref-types.exp: New file.
3046 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
3047 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
3048
51457a05
MAL
30492017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
3050
3051 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
3052 New procedure.
3053
5b291c04
MAL
30542017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
3055
3056 * lib/mi-support.exp (mi_gdb_test): Add additional message
3057 for unexpected output.
3058
59a56148
AA
30592017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
3060
3061 * gdb.base/examine-backward.c (Barrier): New character array
3062 constant, to ensure that TestStrings is preceded by a string
3063 terminator.
3064
7942e96e
AA
30652017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3066
3067 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
3068 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
3069 and implicit pointer into such a location.
3070
6ebac3fb
DE
30712017-03-16 Doug Evans <dje@google.com>
3072
3073 * gdb.python/py-lazy-string (pointer): Really add new typedef.
3074
ec3b243d
TP
30752017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
3076
3077 * gdb.cp/m-static.exp: Fix expectation for prototype of
3078 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
3079
30802017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
3081
3082 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
3083 * gdb.guile/scm-lazy-string.c: New file.
3084 * gdb.guile/scm-value.exp: Move lazy string tests to ...
3085 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
3086 for pointer, array, typedef lazy strings.
3087
2cc36e25 30882017-03-16 Doug Evans <dje@google.com>
34b43320
DE
3089
3090 PR python/17728, python/18439, python/18779
3091 * gdb.python/py-value.c (main) Delete locals sptr, sn.
3092 * gdb.python/py-lazy-string.c (pointer): New typedef.
3093 (main): New locals ptr, array, typedef_ptr.
3094 * gdb.python/py-value.exp: Move lazy string tests to ...
3095 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
3096 array, typedef lazy strings.
ec3b243d 3097
0efcde63
AK
30982017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
3099
3100 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
3101 Add optional 'test' parameter.
3102
7978d7c3
SM
31032017-03-13 Simon Marchi <simon.marchi@ericsson.com>
3104
3105 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
3106 Skip for versions of DejaGnu < 1.5.
3107
896c0c1e
SM
31082017-03-13 Simon Marchi <simon.marchi@ericsson.com>
3109
3110 * lib/gdb.exp (dejagnu_version): New proc.
3111 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3112 Use dejagnu_version.
3113
5f4d1085
KS
31142017-03-10 Keith Seitz <keiths@redhat.com>
3115
3116 PR c++/8128
3117 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
3118 type from destructor regexps.
3119 Add a branch which actually passes the test.
3120 Adjust "ptype t5i" test names.
3121
1de05205
PA
31222017-03-08 Pedro Alves <palves@redhat.com>
3123
3124 * gdb.base/step-over-exit.exp: Add explicit test message.
3125
c65d6b55
PA
31262017-03-08 Pedro Alves <palves@redhat.com>
3127
3128 PR gdb/18360
3129 * gdb.threads/interrupt-while-step-over.c: New file.
3130 * gdb.threads/interrupt-while-step-over.exp: New file.
3131
2e86a283
PA
31322017-03-08 Pedro Alves <palves@redhat.com>
3133
3134 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
3135 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
3136
25dcbff6
PA
31372017-03-08 Pedro Alves <palves@redhat.com>
3138
3139 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
3140 PKRU as not supported as a PASS.
3141
dc9366eb
PA
31422017-03-08 Pedro Alves <palves@redhat.com>
3143
3144 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
3145 prefix instead of $binfile1/$binfile2.
3146 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
3147 in test message.
3148 * gdb.python/py-completion.exp: Use "load python file" as test
3149 messages instead of unstable path names.
3150
6e5d74e7
PA
31512017-03-08 Pedro Alves <palves@redhat.com>
3152 Jan Kratochvil <jan.kratochvil@redhat.com>
3153
3154 PR cli/21218
3155 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
3156 New proc.
3157 (top level): Call it.
3158
9753a2f6
PA
31592017-03-08 Pedro Alves <palves@redhat.com>
3160
3161 PR tui/21216
3162 * gdb.tui/tui-nl-filtered-output.exp: New file.
3163
1a4dd9dd
PA
31642017-03-08 Pedro Alves <palves@redhat.com>
3165
3166 * gdb.base/completion.exp: Move TUI completion tests to ...
3167 * gdb.tui/completion.exp: ... this new file.
3168
7cbbff33
PA
31692017-03-08 Pedro Alves <palves@redhat.com>
3170
3171 * gdb.base/tui-disasm-long-lines.c,
3172 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
3173 gdb.base/tui-layout.exp: Move to ...
3174 * gdb.tui/: ... this new directory.
3175
5f6fd321
PA
31762017-03-07 Pedro Alves <palves@redhat.com>
3177
3178 * gdb.base/tui-layout.c: New file.
3179 * gdb.base/tui-layout.exp: New file.
3180
44959fa8
PA
31812017-03-07 Pedro Alves <palves@redhat.com>
3182
3183 * gdb.base/tui-layout.c: Rename to ...
3184 * gdb.base/tui-disasm-long-lines.c: ... this.
3185 * gdb.base/tui-layout.exp: Rename to ...
3186 * gdb.base/tui-disasm-long-lines.exp: ... this.
3187
f8c4e718
PA
31882017-03-07 Pedro Alves <palves@redhat.com>
3189
3190 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
3191
6dbb839a 31922017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
3193
3194 * i386-mpx-call.c: New file.
3195 * i386-mpx-call.exp: New file.
3196
65b48a81
PB
31972017-02-28 Peter Bergner <bergner@vnet.ibm.com>
3198
3199 * gdb.arch/powerpc-power.exp: Delete test.
3200 * gdb.arch/powerpc-power.s: Likewise.
3201 * gdb.disasm/disassembler-options.exp: New test.
3202 * gdb.arch/powerpc-altivec.exp: Likewise.
3203 * gdb.arch/powerpc-altivec.s: Likewise.
3204 * gdb.arch/powerpc-altivec2.exp: Likewise.
3205 * gdb.arch/powerpc-altivec2.s: Likewise.
3206 * gdb.arch/powerpc-altivec3.exp: Likewise.
3207 * gdb.arch/powerpc-altivec3.s: Likewise.
3208 * gdb.arch/powerpc-power7.exp: Likewise.
3209 * gdb.arch/powerpc-power7.s: Likewise.
3210 * gdb.arch/powerpc-power8.exp: Likewise.
3211 * gdb.arch/powerpc-power8.s: Likewise.
3212 * gdb.arch/powerpc-power9.exp: Likewise.
3213 * gdb.arch/powerpc-power9.s: Likewise.
3214 * gdb.arch/powerpc-vsx.exp: Likewise.
3215 * gdb.arch/powerpc-vsx.s: Likewise.
3216 * gdb.arch/powerpc-vsx2.exp: Likewise.
3217 * gdb.arch/powerpc-vsx2.s: Likewise.
3218 * gdb.arch/powerpc-vsx3.exp: Likewise.
3219 * gdb.arch/powerpc-vsx3.s: Likewise.
3220 * gdb.arch/arm-disassembler-options.exp: Likewise.
3221 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
3222 * gdb.arch/s390-disassembler-options.exp: Likewise.
3223
17cd4947
LM
32242017-02-23 Luis Machado <lgustavo@codesourcery.com>
3225
3226 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
3227 (check_supported_features): ... this. Changed return type to void.
3228 (supports_rdseed): New static global.
3229 (rdseed): Check supports_rdseed.
3230 (initialize): Call check_supported_features.
3231
2039d74e
EBM
32322017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3233
3234 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
3235 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
3236 and lqarx/stqcx.
3237 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
3238 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
3239
a51d7ecf
EBM
32402017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3241
3242 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
3243 uppercase.
3244
0224619f
JK
32452017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3246
3247 * gdb.dwarf2/formdata16.c: New file.
3248 * gdb.dwarf2/formdata16.exp: New file.
3249 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
3250
216f72a1
JK
32512017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3252
3253 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
3254 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
3255 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
3256 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
3257 DW_AT_GNU_*.
3258
43988095
JK
32592017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3260
3261 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
3262
99e8a4f9
SDJ
32632017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
3264
3265 PR gdb/21164
3266 * gdb.base/maint.exp: Add testcases for when the commands do
3267 not have arguments.
3268
b58a8c0c
TP
32692017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
3270
3271 * gdb.cp/chained-calls.exp: Use p instead of P.
3272
4e746bb6
TW
32732017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
3274
3275 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
3276 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
3277
3f77c769
TT
32782017-02-14 Tom Tromey <tom@tromey.com>
3279
3280 PR python/13598:
3281 * gdb.python/py-events.exp: Add before_prompt event tests.
3282
075beec0
AA
32832017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3284
3285 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
3286
bf5f525c
LM
32872017-02-13 Luis Machado <lgustavo@codesourcery.com>
3288
3289 * gdb.linespec/explicit.c (my_unique_function_name): New function.
3290 (main): Call my_unique_function_name.
3291 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
3292 completion of patterns with a single match.
3293 Add missing -re switches to gdb_test_multiple calls.
3294
13a66184
LM
32952017-02-13 Luis Machado <lgustavo@codesourcery.com>
3296
3297 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
3298 return if core file is not recognized.
3299
26a06916
SM
33002017-02-10 Simon Marchi <simon.marchi@ericsson.com>
3301
3302 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
3303 and extra UIs.
3304
b761ca9e
SM
33052017-02-10 Simon Marchi <simon.marchi@ericsson.com>
3306
3307 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
3308 proc_with_prefix.
3309
b964bee0
TT
33102017-02-10 Tom Tromey <tom@tromey.com>
3311
3312 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
3313
18da0c51
MG
33142017-02-10 Martin Galvan <martingalvan@sourceware.org>
3315
3316 PR gdb/21122
3317 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
3318
604c4576
JG
33192017-02-08 Jerome Guitton <guitton@adacore.com>
3320
3321 * gdb.base/define.exp: Add test for command abbreviations
3322 in define.
3323
20b477a7
LM
33242017-02-06 Luis Machado <lgustavo@codesourcery.com>
3325
3326 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
3327 * gdb.reverse/insn-reverse-x86.c: New file.
3328
3f7b46f2
IR
33292017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
3330
3331 PR tdep/20936
3332 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
3333
f0fd41c1
TT
33342017-02-03 Tom Tromey <tom@tromey.com>
3335
3336 PR rust/21097:
3337 * gdb.rust/simple.exp: Add new tests.
3338
5be5dbf0
PA
33392017-02-02 Pedro Alves <palves@redhat.com>
3340
3341 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
3342 tests.
3343
7346ef59
AA
33442017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3345
3346 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
3347 taking a 2-byte value out of a 4-byte DWARF implicit value on
3348 big-endian targets.
3349 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
3350 logic. Add test cases for DW_OP_implicit.
3351
787f0025
MM
33522017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3353
3354 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
3355
68777c29
MM
33562017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3357
3358 * gdb.btrace/enable.exp: Call gdb_exit before
3359 skip_gdbserver_tests.
3360
0a1c7e28
MM
33612017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3362
3363 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
3364 GDBFLAGS.
3365
b5ac99b0
MM
33662017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3367
3368 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
3369 the test is skipped.
3370 * gdb.btrace/data.exp: Likewise.
3371 * gdb.btrace/delta.exp: Likewise.
3372 * gdb.btrace/dlopen.exp: Likewise.
3373 * gdb.btrace/enable-running.exp: Likewise.
3374 * gdb.btrace/enable.exp: Likewise.
3375 * gdb.btrace/exception.exp: Likewise.
3376 * gdb.btrace/function_call_history.exp: Likewise.
3377 * gdb.btrace/gcore.exp: Likewise.
3378 * gdb.btrace/instruction_history.exp: Likewise.
3379 * gdb.btrace/multi-thread-step.exp: Likewise.
3380 * gdb.btrace/nohist.exp: Likewise.
3381 * gdb.btrace/non-stop.exp: Likewise.
3382 * gdb.btrace/reconnect.exp: Likewise.
3383 * gdb.btrace/record_goto-step.exp: Likewise.
3384 * gdb.btrace/record_goto.exp: Likewise.
3385 * gdb.btrace/rn-dl-bind.exp: Likewise.
3386 * gdb.btrace/segv.exp: Likewise.
3387 * gdb.btrace/step.exp: Likewise.
3388 * gdb.btrace/stepi.exp: Likewise.
3389 * gdb.btrace/tailcall-only.exp: Likewise.
3390 * gdb.btrace/tailcall.exp: Likewise.
3391 * gdb.btrace/tsx.exp: Likewise.
3392 * gdb.btrace/unknown_functions.exp: Likewise.
3393 * gdb.btrace/vdso.exp: Likewise.
3394
cd4007e4
MM
33952017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3396
3397 * gdb.btrace/enable-running.c: New.
3398 * gdb.btrace/enable-running.exp: New.
3399
2735833d
WT
34002017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
3401
3402 * gdb.arch/amd64-gs_base.c: New file.
3403 * gdb.arch/amd64-gs_base.exp: New file.
3404
b51e1e94
LM
34052017-01-26 Luis Machado <lgustavo@codesourcery.com>
3406
3407 * lib/memory.exp: Remove spurious empty newlines.
3408
72ca0410
SM
34092017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
3410
3411 * gdb.python/py-bad-printers.exp: Load python file using "source".
3412 * gdb.python/py-events.exp: Likewise.
3413 * gdb.python/py-evsignal.exp: Likewise.
3414 * gdb.python/py-evthreads.exp: Likewise.
3415 * gdb.python/py-frame-args.exp: Likewise.
3416 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
3417 * gdb.python/py-framefilter-mi.exp: Likewise.
3418 * gdb.python/py-framefilter.exp: Likewise.
3419 * gdb.python/py-mi.exp: Likewise.
3420 * gdb.python/py-pp-maint.exp: Likewise.
3421 * gdb.python/py-pp-registration.exp: Likewise.
3422 * gdb.python/py-prettyprint.exp: Likewise.
3423 (run_lang_tests): Likewise.
3424 * gdb.python/py-typeprint.exp: Likewise.
3425
e309aa65
LM
34262017-01-26 Luis Machado <lgustavo@codesourcery.com>
3427
3428 * lib/memory.exp: New file.
3429 * lib/gdb.exp: Load memory.exp.
3430 * gdb.base/memattr.exp (delete_memory): Move proc to
3431 lib/memory.exp and rename to delete_memory_regions.
3432 Replace delete_memory with delete_memory_regions.
3433 Cleanup memory regions before tests.
3434 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
3435 before tests.
3436
515aff23
LM
34372017-01-26 Luis Machado <lgustavo@codesourcery.com>
3438
3439 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
3440 files.
3441 (initialize): New function conditionally defined.
3442 (testcases): Move within conditional block.
3443 (main): Call initialize.
3444 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
3445 of gdb.reverse/insn-reverse.c.
3446 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
3447 gdb.reverse/insn-reverse.c.
3448
d8b49cf0
YQ
34492017-01-26 Yao Qi <yao.qi@linaro.org>
3450
3451 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
3452 disassemble on address 0.
3453
f13a9a0c
YQ
34542017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
3455 Yao Qi <yao.qi@linaro.org>
3456
3457 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
3458 * gdb.dwarf2/implptr-64bit.S: Remove.
3459 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
3460 variables in caller's context. Add DW_OP_implicit_value.
3461
5ac95241
YQ
34622017-01-25 Yao Qi <yao.qi@linaro.org>
3463
3464 * lib/dwarf.exp (Dwarf::_location): Handle
3465 DW_OP_GNU_implicit_pointer with proper size.
3466
23e82930
LM
34672017-01-20 Luis Machado <lgustavo@codesourcery.com>
3468
3469 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
3470 and add untested calls.
3471
d334ae25
LM
34722017-01-20 Luis Machado <lgustavo@codesourcery.com>
3473
3474 * gdb.python/python.exp: Check line number against what GDB thinks
3475 the line number is for func1.
3476
f5e6296e
IB
34772017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
3478
3479 * gdb.dlang/debug-expr.exp: New file.
3480
5b362f04
LM
34812016-12-23 Luis Machado <lgustavo@codesourcery.com>
3482
3483 Fix test names for the following files:
3484
3485 * gdb.ada/exec_changed.exp
3486 * gdb.ada/info_types.exp
3487 * gdb.arch/aarch64-atomic-inst.exp
3488 * gdb.arch/aarch64-fp.exp
3489 * gdb.arch/altivec-abi.exp
3490 * gdb.arch/altivec-regs.exp
3491 * gdb.arch/amd64-byte.exp
3492 * gdb.arch/amd64-disp-step.exp
3493 * gdb.arch/amd64-dword.exp
3494 * gdb.arch/amd64-entry-value-inline.exp
3495 * gdb.arch/amd64-entry-value-param.exp
3496 * gdb.arch/amd64-entry-value-paramref.exp
3497 * gdb.arch/amd64-entry-value.exp
3498 * gdb.arch/amd64-i386-address.exp
3499 * gdb.arch/amd64-invalid-stack-middle.exp
3500 * gdb.arch/amd64-invalid-stack-top.exp
3501 * gdb.arch/amd64-optimout-repeat.exp
3502 * gdb.arch/amd64-prologue-skip.exp
3503 * gdb.arch/amd64-prologue-xmm.exp
3504 * gdb.arch/amd64-stap-special-operands.exp
3505 * gdb.arch/amd64-stap-wrong-subexp.exp
3506 * gdb.arch/amd64-tailcall-cxx.exp
3507 * gdb.arch/amd64-tailcall-noret.exp
3508 * gdb.arch/amd64-tailcall-ret.exp
3509 * gdb.arch/amd64-tailcall-self.exp
3510 * gdb.arch/amd64-word.exp
3511 * gdb.arch/arm-bl-branch-dest.exp
3512 * gdb.arch/arm-disp-step.exp
3513 * gdb.arch/arm-neon.exp
3514 * gdb.arch/arm-single-step-kernel-helper.exp
3515 * gdb.arch/avr-flash-qualifier.exp
3516 * gdb.arch/disp-step-insn-reloc.exp
3517 * gdb.arch/e500-abi.exp
3518 * gdb.arch/e500-regs.exp
3519 * gdb.arch/ftrace-insn-reloc.exp
3520 * gdb.arch/i386-avx512.exp
3521 * gdb.arch/i386-bp_permanent.exp
3522 * gdb.arch/i386-byte.exp
3523 * gdb.arch/i386-cfi-notcurrent.exp
3524 * gdb.arch/i386-disp-step.exp
3525 * gdb.arch/i386-dr3-watch.exp
3526 * gdb.arch/i386-float.exp
3527 * gdb.arch/i386-gnu-cfi.exp
3528 * gdb.arch/i386-mpx-map.exp
3529 * gdb.arch/i386-mpx-sigsegv.exp
3530 * gdb.arch/i386-mpx-simple_segv.exp
3531 * gdb.arch/i386-mpx.exp
3532 * gdb.arch/i386-permbkpt.exp
3533 * gdb.arch/i386-prologue.exp
3534 * gdb.arch/i386-signal.exp
3535 * gdb.arch/i386-size-overlap.exp
3536 * gdb.arch/i386-unwind.exp
3537 * gdb.arch/i386-word.exp
3538 * gdb.arch/mips-fcr.exp
3539 * gdb.arch/powerpc-d128-regs.exp
3540 * gdb.arch/powerpc-stackless.exp
3541 * gdb.arch/ppc64-atomic-inst.exp
3542 * gdb.arch/s390-stackless.exp
3543 * gdb.arch/s390-tdbregs.exp
3544 * gdb.arch/s390-vregs.exp
3545 * gdb.arch/sparc-sysstep.exp
3546 * gdb.arch/thumb-bx-pc.exp
3547 * gdb.arch/thumb-singlestep.exp
3548 * gdb.arch/thumb2-it.exp
3549 * gdb.arch/vsx-regs.exp
3550 * gdb.asm/asm-source.exp
3551 * gdb.base/a2-run.exp
3552 * gdb.base/advance.exp
3553 * gdb.base/all-bin.exp
3554 * gdb.base/anon.exp
3555 * gdb.base/args.exp
3556 * gdb.base/arithmet.exp
3557 * gdb.base/async-shell.exp
3558 * gdb.base/async.exp
3559 * gdb.base/attach-pie-noexec.exp
3560 * gdb.base/attach-twice.exp
3561 * gdb.base/auto-load.exp
3562 * gdb.base/bang.exp
3563 * gdb.base/bitfields.exp
3564 * gdb.base/break-always.exp
3565 * gdb.base/break-caller-line.exp
3566 * gdb.base/break-entry.exp
3567 * gdb.base/break-inline.exp
3568 * gdb.base/break-on-linker-gcd-function.exp
3569 * gdb.base/break-probes.exp
3570 * gdb.base/break.exp
3571 * gdb.base/breakpoint-shadow.exp
3572 * gdb.base/call-ar-st.exp
3573 * gdb.base/call-sc.exp
3574 * gdb.base/call-signal-resume.exp
3575 * gdb.base/call-strs.exp
3576 * gdb.base/callfuncs.exp
3577 * gdb.base/catch-fork-static.exp
3578 * gdb.base/catch-gdb-caused-signals.exp
3579 * gdb.base/catch-load.exp
3580 * gdb.base/catch-signal-fork.exp
3581 * gdb.base/catch-signal.exp
3582 * gdb.base/catch-syscall.exp
3583 * gdb.base/charset.exp
3584 * gdb.base/checkpoint.exp
3585 * gdb.base/chng-syms.exp
3586 * gdb.base/code-expr.exp
3587 * gdb.base/code_elim.exp
3588 * gdb.base/commands.exp
3589 * gdb.base/completion.exp
3590 * gdb.base/complex.exp
3591 * gdb.base/cond-expr.exp
3592 * gdb.base/condbreak.exp
3593 * gdb.base/consecutive.exp
3594 * gdb.base/continue-all-already-running.exp
3595 * gdb.base/coredump-filter.exp
3596 * gdb.base/corefile.exp
3597 * gdb.base/dbx.exp
3598 * gdb.base/debug-expr.exp
3599 * gdb.base/define.exp
3600 * gdb.base/del.exp
3601 * gdb.base/disabled-location.exp
3602 * gdb.base/disasm-end-cu.exp
3603 * gdb.base/disasm-optim.exp
3604 * gdb.base/display.exp
3605 * gdb.base/duplicate-bp.exp
3606 * gdb.base/ena-dis-br.exp
3607 * gdb.base/ending-run.exp
3608 * gdb.base/enumval.exp
3609 * gdb.base/environ.exp
3610 * gdb.base/eu-strip-infcall.exp
3611 * gdb.base/eval-avoid-side-effects.exp
3612 * gdb.base/eval-skip.exp
3613 * gdb.base/exitsignal.exp
3614 * gdb.base/expand-psymtabs.exp
3615 * gdb.base/filesym.exp
3616 * gdb.base/find-unmapped.exp
3617 * gdb.base/finish.exp
3618 * gdb.base/float.exp
3619 * gdb.base/foll-exec-mode.exp
3620 * gdb.base/foll-exec.exp
3621 * gdb.base/foll-fork.exp
3622 * gdb.base/fortran-sym-case.exp
3623 * gdb.base/freebpcmd.exp
3624 * gdb.base/func-ptr.exp
3625 * gdb.base/func-ptrs.exp
3626 * gdb.base/funcargs.exp
3627 * gdb.base/gcore-buffer-overflow.exp
3628 * gdb.base/gcore-relro-pie.exp
3629 * gdb.base/gcore-relro.exp
3630 * gdb.base/gcore.exp
3631 * gdb.base/gdb1090.exp
3632 * gdb.base/gdb11530.exp
3633 * gdb.base/gdb11531.exp
3634 * gdb.base/gdb1821.exp
3635 * gdb.base/gdbindex-stabs.exp
3636 * gdb.base/gdbvars.exp
3637 * gdb.base/hbreak.exp
3638 * gdb.base/hbreak2.exp
3639 * gdb.base/included.exp
3640 * gdb.base/infcall-input.exp
3641 * gdb.base/inferior-died.exp
3642 * gdb.base/infnan.exp
3643 * gdb.base/info-macros.exp
3644 * gdb.base/info-os.exp
3645 * gdb.base/info-proc.exp
3646 * gdb.base/info-shared.exp
3647 * gdb.base/info-target.exp
3648 * gdb.base/infoline.exp
3649 * gdb.base/interp.exp
3650 * gdb.base/interrupt.exp
3651 * gdb.base/jit-reader.exp
3652 * gdb.base/jit-simple.exp
3653 * gdb.base/kill-after-signal.exp
3654 * gdb.base/kill-detach-inferiors-cmd.exp
3655 * gdb.base/label.exp
3656 * gdb.base/langs.exp
3657 * gdb.base/ldbl_e308.exp
3658 * gdb.base/line-symtabs.exp
3659 * gdb.base/linespecs.exp
3660 * gdb.base/list.exp
3661 * gdb.base/long_long.exp
3662 * gdb.base/longest-types.exp
3663 * gdb.base/maint.exp
3664 * gdb.base/max-value-size.exp
3665 * gdb.base/memattr.exp
3666 * gdb.base/mips_pro.exp
3667 * gdb.base/morestack.exp
3668 * gdb.base/moribund-step.exp
3669 * gdb.base/multi-forks.exp
3670 * gdb.base/nested-addr.exp
3671 * gdb.base/nextoverexit.exp
3672 * gdb.base/noreturn-finish.exp
3673 * gdb.base/noreturn-return.exp
3674 * gdb.base/nostdlib.exp
3675 * gdb.base/offsets.exp
3676 * gdb.base/opaque.exp
3677 * gdb.base/pc-fp.exp
3678 * gdb.base/permissions.exp
3679 * gdb.base/print-symbol-loading.exp
3680 * gdb.base/prologue-include.exp
3681 * gdb.base/psymtab.exp
3682 * gdb.base/ptype.exp
3683 * gdb.base/random-signal.exp
3684 * gdb.base/randomize.exp
3685 * gdb.base/range-stepping.exp
3686 * gdb.base/readline-ask.exp
3687 * gdb.base/recpar.exp
3688 * gdb.base/recurse.exp
3689 * gdb.base/relational.exp
3690 * gdb.base/restore.exp
3691 * gdb.base/return-nodebug.exp
3692 * gdb.base/return.exp
3693 * gdb.base/run-after-attach.exp
3694 * gdb.base/save-bp.exp
3695 * gdb.base/scope.exp
3696 * gdb.base/sect-cmd.exp
3697 * gdb.base/set-lang-auto.exp
3698 * gdb.base/set-noassign.exp
3699 * gdb.base/setvar.exp
3700 * gdb.base/sigall.exp
3701 * gdb.base/sigbpt.exp
3702 * gdb.base/siginfo-addr.exp
3703 * gdb.base/siginfo-infcall.exp
3704 * gdb.base/siginfo-obj.exp
3705 * gdb.base/siginfo.exp
3706 * gdb.base/signals-state-child.exp
3707 * gdb.base/signest.exp
3708 * gdb.base/sigstep.exp
3709 * gdb.base/sizeof.exp
3710 * gdb.base/skip.exp
3711 * gdb.base/solib-corrupted.exp
3712 * gdb.base/solib-nodir.exp
3713 * gdb.base/solib-search.exp
3714 * gdb.base/stack-checking.exp
3715 * gdb.base/stale-infcall.exp
3716 * gdb.base/stap-probe.exp
3717 * gdb.base/start.exp
3718 * gdb.base/step-break.exp
3719 * gdb.base/step-bt.exp
3720 * gdb.base/step-line.exp
3721 * gdb.base/step-over-exit.exp
3722 * gdb.base/step-over-syscall.exp
3723 * gdb.base/step-resume-infcall.exp
3724 * gdb.base/step-test.exp
3725 * gdb.base/store.exp
3726 * gdb.base/structs3.exp
3727 * gdb.base/sym-file.exp
3728 * gdb.base/symbol-without-target_section.exp
3729 * gdb.base/term.exp
3730 * gdb.base/testenv.exp
3731 * gdb.base/ui-redirect.exp
3732 * gdb.base/until.exp
3733 * gdb.base/unwindonsignal.exp
3734 * gdb.base/value-double-free.exp
3735 * gdb.base/vla-datatypes.exp
3736 * gdb.base/vla-ptr.exp
3737 * gdb.base/vla-sideeffect.exp
3738 * gdb.base/volatile.exp
3739 * gdb.base/watch-cond-infcall.exp
3740 * gdb.base/watch-cond.exp
3741 * gdb.base/watch-non-mem.exp
3742 * gdb.base/watch-read.exp
3743 * gdb.base/watch-vfork.exp
3744 * gdb.base/watchpoint-cond-gone.exp
3745 * gdb.base/watchpoint-delete.exp
3746 * gdb.base/watchpoint-hw-hit-once.exp
3747 * gdb.base/watchpoint-hw.exp
3748 * gdb.base/watchpoint-stops-at-right-insn.exp
3749 * gdb.base/watchpoints.exp
3750 * gdb.base/wchar.exp
3751 * gdb.base/whatis-exp.exp
3752 * gdb.btrace/buffer-size.exp
3753 * gdb.btrace/data.exp
3754 * gdb.btrace/delta.exp
3755 * gdb.btrace/dlopen.exp
3756 * gdb.btrace/enable.exp
3757 * gdb.btrace/exception.exp
3758 * gdb.btrace/function_call_history.exp
3759 * gdb.btrace/gcore.exp
3760 * gdb.btrace/instruction_history.exp
3761 * gdb.btrace/nohist.exp
3762 * gdb.btrace/reconnect.exp
3763 * gdb.btrace/record_goto-step.exp
3764 * gdb.btrace/record_goto.exp
3765 * gdb.btrace/rn-dl-bind.exp
3766 * gdb.btrace/segv.exp
3767 * gdb.btrace/step.exp
3768 * gdb.btrace/stepi.exp
3769 * gdb.btrace/tailcall-only.exp
3770 * gdb.btrace/tailcall.exp
3771 * gdb.btrace/tsx.exp
3772 * gdb.btrace/unknown_functions.exp
3773 * gdb.btrace/vdso.exp
3774 * gdb.compile/compile-ifunc.exp
3775 * gdb.compile/compile-ops.exp
3776 * gdb.compile/compile-print.exp
3777 * gdb.compile/compile-setjmp.exp
3778 * gdb.cp/abstract-origin.exp
3779 * gdb.cp/ambiguous.exp
3780 * gdb.cp/annota2.exp
3781 * gdb.cp/annota3.exp
3782 * gdb.cp/anon-ns.exp
3783 * gdb.cp/anon-struct.exp
3784 * gdb.cp/anon-union.exp
3785 * gdb.cp/arg-reference.exp
3786 * gdb.cp/baseenum.exp
3787 * gdb.cp/bool.exp
3788 * gdb.cp/breakpoint.exp
3789 * gdb.cp/bs15503.exp
3790 * gdb.cp/call-c.exp
3791 * gdb.cp/casts.exp
3792 * gdb.cp/chained-calls.exp
3793 * gdb.cp/class2.exp
3794 * gdb.cp/classes.exp
3795 * gdb.cp/cmpd-minsyms.exp
3796 * gdb.cp/converts.exp
3797 * gdb.cp/cp-relocate.exp
3798 * gdb.cp/cpcompletion.exp
3799 * gdb.cp/cpexprs.exp
3800 * gdb.cp/cplabel.exp
3801 * gdb.cp/cplusfuncs.exp
3802 * gdb.cp/cpsizeof.exp
3803 * gdb.cp/ctti.exp
3804 * gdb.cp/derivation.exp
3805 * gdb.cp/destrprint.exp
3806 * gdb.cp/dispcxx.exp
3807 * gdb.cp/enum-class.exp
3808 * gdb.cp/exception.exp
3809 * gdb.cp/exceptprint.exp
3810 * gdb.cp/expand-psymtabs-cxx.exp
3811 * gdb.cp/expand-sals.exp
3812 * gdb.cp/extern-c.exp
3813 * gdb.cp/filename.exp
3814 * gdb.cp/formatted-ref.exp
3815 * gdb.cp/fpointer.exp
3816 * gdb.cp/gdb1355.exp
3817 * gdb.cp/gdb2495.exp
3818 * gdb.cp/hang.exp
3819 * gdb.cp/impl-this.exp
3820 * gdb.cp/infcall-dlopen.exp
3821 * gdb.cp/inherit.exp
3822 * gdb.cp/iostream.exp
3823 * gdb.cp/koenig.exp
3824 * gdb.cp/local.exp
3825 * gdb.cp/m-data.exp
3826 * gdb.cp/m-static.exp
3827 * gdb.cp/mb-ctor.exp
3828 * gdb.cp/mb-inline.exp
3829 * gdb.cp/mb-templates.exp
3830 * gdb.cp/member-name.exp
3831 * gdb.cp/member-ptr.exp
3832 * gdb.cp/meth-typedefs.exp
3833 * gdb.cp/method.exp
3834 * gdb.cp/method2.exp
3835 * gdb.cp/minsym-fallback.exp
3836 * gdb.cp/misc.exp
3837 * gdb.cp/namelessclass.exp
3838 * gdb.cp/namespace-enum.exp
3839 * gdb.cp/namespace-nested-import.exp
3840 * gdb.cp/namespace.exp
3841 * gdb.cp/nextoverthrow.exp
3842 * gdb.cp/no-dmgl-verbose.exp
3843 * gdb.cp/non-trivial-retval.exp
3844 * gdb.cp/noparam.exp
3845 * gdb.cp/nsdecl.exp
3846 * gdb.cp/nsimport.exp
3847 * gdb.cp/nsnested.exp
3848 * gdb.cp/nsnoimports.exp
3849 * gdb.cp/nsrecurs.exp
3850 * gdb.cp/nsstress.exp
3851 * gdb.cp/nsusing.exp
3852 * gdb.cp/operator.exp
3853 * gdb.cp/oranking.exp
3854 * gdb.cp/overload-const.exp
3855 * gdb.cp/overload.exp
3856 * gdb.cp/ovldbreak.exp
3857 * gdb.cp/ovsrch.exp
3858 * gdb.cp/paren-type.exp
3859 * gdb.cp/parse-lang.exp
3860 * gdb.cp/pass-by-ref.exp
3861 * gdb.cp/pr-1023.exp
3862 * gdb.cp/pr-1210.exp
3863 * gdb.cp/pr-574.exp
3864 * gdb.cp/pr10687.exp
3865 * gdb.cp/pr12028.exp
3866 * gdb.cp/pr17132.exp
3867 * gdb.cp/pr17494.exp
3868 * gdb.cp/pr9067.exp
3869 * gdb.cp/pr9167.exp
3870 * gdb.cp/pr9631.exp
3871 * gdb.cp/printmethod.exp
3872 * gdb.cp/psmang.exp
3873 * gdb.cp/psymtab-parameter.exp
3874 * gdb.cp/ptype-cv-cp.exp
3875 * gdb.cp/ptype-flags.exp
3876 * gdb.cp/re-set-overloaded.exp
3877 * gdb.cp/ref-types.exp
3878 * gdb.cp/rtti.exp
3879 * gdb.cp/scope-err.exp
3880 * gdb.cp/shadow.exp
3881 * gdb.cp/smartp.exp
3882 * gdb.cp/static-method.exp
3883 * gdb.cp/static-print-quit.exp
3884 * gdb.cp/temargs.exp
3885 * gdb.cp/templates.exp
3886 * gdb.cp/try_catch.exp
3887 * gdb.cp/typedef-operator.exp
3888 * gdb.cp/typeid.exp
3889 * gdb.cp/userdef.exp
3890 * gdb.cp/using-crash.exp
3891 * gdb.cp/var-tag.exp
3892 * gdb.cp/virtbase.exp
3893 * gdb.cp/virtfunc.exp
3894 * gdb.cp/virtfunc2.exp
3895 * gdb.cp/vla-cxx.exp
3896 * gdb.disasm/t01_mov.exp
3897 * gdb.disasm/t02_mova.exp
3898 * gdb.disasm/t03_add.exp
3899 * gdb.disasm/t04_sub.exp
3900 * gdb.disasm/t05_cmp.exp
3901 * gdb.disasm/t06_ari2.exp
3902 * gdb.disasm/t07_ari3.exp
3903 * gdb.disasm/t08_or.exp
3904 * gdb.disasm/t09_xor.exp
3905 * gdb.disasm/t10_and.exp
3906 * gdb.disasm/t11_logs.exp
3907 * gdb.disasm/t12_bit.exp
3908 * gdb.disasm/t13_otr.exp
3909 * gdb.dlang/circular.exp
3910 * gdb.dwarf2/arr-stride.exp
3911 * gdb.dwarf2/arr-subrange.exp
3912 * gdb.dwarf2/atomic-type.exp
3913 * gdb.dwarf2/bad-regnum.exp
3914 * gdb.dwarf2/bitfield-parent-optimized-out.exp
3915 * gdb.dwarf2/callframecfa.exp
3916 * gdb.dwarf2/clztest.exp
3917 * gdb.dwarf2/corrupt.exp
3918 * gdb.dwarf2/data-loc.exp
3919 * gdb.dwarf2/dup-psym.exp
3920 * gdb.dwarf2/dw2-anon-mptr.exp
3921 * gdb.dwarf2/dw2-anonymous-func.exp
3922 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
3923 * gdb.dwarf2/dw2-bad-unresolved.exp
3924 * gdb.dwarf2/dw2-basic.exp
3925 * gdb.dwarf2/dw2-canonicalize-type.exp
3926 * gdb.dwarf2/dw2-case-insensitive.exp
3927 * gdb.dwarf2/dw2-common-block.exp
3928 * gdb.dwarf2/dw2-compdir-oldgcc.exp
3929 * gdb.dwarf2/dw2-compressed.exp
3930 * gdb.dwarf2/dw2-const.exp
3931 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
3932 * gdb.dwarf2/dw2-cu-size.exp
3933 * gdb.dwarf2/dw2-dup-frame.exp
3934 * gdb.dwarf2/dw2-entry-value.exp
3935 * gdb.dwarf2/dw2-icycle.exp
3936 * gdb.dwarf2/dw2-ifort-parameter.exp
3937 * gdb.dwarf2/dw2-inline-break.exp
3938 * gdb.dwarf2/dw2-inline-param.exp
3939 * gdb.dwarf2/dw2-intercu.exp
3940 * gdb.dwarf2/dw2-intermix.exp
3941 * gdb.dwarf2/dw2-lexical-block-bare.exp
3942 * gdb.dwarf2/dw2-linkage-name-trust.exp
3943 * gdb.dwarf2/dw2-minsym-in-cu.exp
3944 * gdb.dwarf2/dw2-noloc.exp
3945 * gdb.dwarf2/dw2-op-call.exp
3946 * gdb.dwarf2/dw2-op-out-param.exp
3947 * gdb.dwarf2/dw2-opt-structptr.exp
3948 * gdb.dwarf2/dw2-param-error.exp
3949 * gdb.dwarf2/dw2-producer.exp
3950 * gdb.dwarf2/dw2-ranges-base.exp
3951 * gdb.dwarf2/dw2-ref-missing-frame.exp
3952 * gdb.dwarf2/dw2-reg-undefined.exp
3953 * gdb.dwarf2/dw2-regno-invalid.exp
3954 * gdb.dwarf2/dw2-restore.exp
3955 * gdb.dwarf2/dw2-restrict.exp
3956 * gdb.dwarf2/dw2-single-line-discriminators.exp
3957 * gdb.dwarf2/dw2-strp.exp
3958 * gdb.dwarf2/dw2-undefined-ret-addr.exp
3959 * gdb.dwarf2/dw2-unresolved.exp
3960 * gdb.dwarf2/dw2-var-zero-addr.exp
3961 * gdb.dwarf2/dw4-sig-types.exp
3962 * gdb.dwarf2/dwz.exp
3963 * gdb.dwarf2/dynarr-ptr.exp
3964 * gdb.dwarf2/enum-type.exp
3965 * gdb.dwarf2/gdb-index.exp
3966 * gdb.dwarf2/implptr-64bit.exp
3967 * gdb.dwarf2/implptr-optimized-out.exp
3968 * gdb.dwarf2/implptr.exp
3969 * gdb.dwarf2/implref-array.exp
3970 * gdb.dwarf2/implref-const.exp
3971 * gdb.dwarf2/implref-global.exp
3972 * gdb.dwarf2/implref-struct.exp
3973 * gdb.dwarf2/mac-fileno.exp
3974 * gdb.dwarf2/main-subprogram.exp
3975 * gdb.dwarf2/member-ptr-forwardref.exp
3976 * gdb.dwarf2/method-ptr.exp
3977 * gdb.dwarf2/missing-sig-type.exp
3978 * gdb.dwarf2/nonvar-access.exp
3979 * gdb.dwarf2/opaque-type-lookup.exp
3980 * gdb.dwarf2/pieces-optimized-out.exp
3981 * gdb.dwarf2/pieces.exp
3982 * gdb.dwarf2/pr10770.exp
3983 * gdb.dwarf2/pr13961.exp
3984 * gdb.dwarf2/staticvirtual.exp
3985 * gdb.dwarf2/subrange.exp
3986 * gdb.dwarf2/symtab-producer.exp
3987 * gdb.dwarf2/trace-crash.exp
3988 * gdb.dwarf2/typeddwarf.exp
3989 * gdb.dwarf2/valop.exp
3990 * gdb.dwarf2/watch-notconst.exp
3991 * gdb.fortran/array-element.exp
3992 * gdb.fortran/charset.exp
3993 * gdb.fortran/common-block.exp
3994 * gdb.fortran/complex.exp
3995 * gdb.fortran/derived-type-function.exp
3996 * gdb.fortran/derived-type.exp
3997 * gdb.fortran/logical.exp
3998 * gdb.fortran/module.exp
3999 * gdb.fortran/multi-dim.exp
4000 * gdb.fortran/nested-funcs.exp
4001 * gdb.fortran/print-formatted.exp
4002 * gdb.fortran/subarray.exp
4003 * gdb.fortran/vla-alloc-assoc.exp
4004 * gdb.fortran/vla-datatypes.exp
4005 * gdb.fortran/vla-history.exp
4006 * gdb.fortran/vla-ptr-info.exp
4007 * gdb.fortran/vla-ptype-sub.exp
4008 * gdb.fortran/vla-ptype.exp
4009 * gdb.fortran/vla-sizeof.exp
4010 * gdb.fortran/vla-type.exp
4011 * gdb.fortran/vla-value-sub-arbitrary.exp
4012 * gdb.fortran/vla-value-sub-finish.exp
4013 * gdb.fortran/vla-value-sub.exp
4014 * gdb.fortran/vla-value.exp
4015 * gdb.fortran/whatis_type.exp
4016 * gdb.go/chan.exp
4017 * gdb.go/handcall.exp
4018 * gdb.go/hello.exp
4019 * gdb.go/integers.exp
4020 * gdb.go/methods.exp
4021 * gdb.go/package.exp
4022 * gdb.go/strings.exp
4023 * gdb.go/types.exp
4024 * gdb.go/unsafe.exp
4025 * gdb.guile/scm-arch.exp
4026 * gdb.guile/scm-block.exp
4027 * gdb.guile/scm-breakpoint.exp
4028 * gdb.guile/scm-cmd.exp
4029 * gdb.guile/scm-disasm.exp
4030 * gdb.guile/scm-equal.exp
4031 * gdb.guile/scm-frame-args.exp
4032 * gdb.guile/scm-frame-inline.exp
4033 * gdb.guile/scm-frame.exp
4034 * gdb.guile/scm-iterator.exp
4035 * gdb.guile/scm-math.exp
4036 * gdb.guile/scm-objfile.exp
4037 * gdb.guile/scm-ports.exp
4038 * gdb.guile/scm-symbol.exp
4039 * gdb.guile/scm-symtab.exp
4040 * gdb.guile/scm-value-cc.exp
4041 * gdb.guile/types-module.exp
4042 * gdb.linespec/break-ask.exp
4043 * gdb.linespec/cpexplicit.exp
4044 * gdb.linespec/explicit.exp
4045 * gdb.linespec/keywords.exp
4046 * gdb.linespec/linespec.exp
4047 * gdb.linespec/ls-dollar.exp
4048 * gdb.linespec/ls-errs.exp
4049 * gdb.linespec/skip-two.exp
4050 * gdb.linespec/thread.exp
4051 * gdb.mi/mi-async.exp
4052 * gdb.mi/mi-basics.exp
4053 * gdb.mi/mi-break.exp
4054 * gdb.mi/mi-catch-load.exp
4055 * gdb.mi/mi-cli.exp
4056 * gdb.mi/mi-cmd-param-changed.exp
4057 * gdb.mi/mi-console.exp
4058 * gdb.mi/mi-detach.exp
4059 * gdb.mi/mi-disassemble.exp
4060 * gdb.mi/mi-eval.exp
4061 * gdb.mi/mi-file-transfer.exp
4062 * gdb.mi/mi-file.exp
4063 * gdb.mi/mi-fill-memory.exp
4064 * gdb.mi/mi-inheritance-syntax-error.exp
4065 * gdb.mi/mi-linespec-err-cp.exp
4066 * gdb.mi/mi-logging.exp
4067 * gdb.mi/mi-memory-changed.exp
4068 * gdb.mi/mi-read-memory.exp
4069 * gdb.mi/mi-record-changed.exp
4070 * gdb.mi/mi-reg-undefined.exp
4071 * gdb.mi/mi-regs.exp
4072 * gdb.mi/mi-return.exp
4073 * gdb.mi/mi-reverse.exp
4074 * gdb.mi/mi-simplerun.exp
4075 * gdb.mi/mi-solib.exp
4076 * gdb.mi/mi-stack.exp
4077 * gdb.mi/mi-stepi.exp
4078 * gdb.mi/mi-syn-frame.exp
4079 * gdb.mi/mi-until.exp
4080 * gdb.mi/mi-var-block.exp
4081 * gdb.mi/mi-var-child.exp
4082 * gdb.mi/mi-var-cmd.exp
4083 * gdb.mi/mi-var-cp.exp
4084 * gdb.mi/mi-var-display.exp
4085 * gdb.mi/mi-var-invalidate.exp
4086 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
4087 * gdb.mi/mi-vla-fortran.exp
4088 * gdb.mi/mi-watch.exp
4089 * gdb.mi/mi2-var-child.exp
4090 * gdb.mi/user-selected-context-sync.exp
4091 * gdb.modula2/unbounded-array.exp
4092 * gdb.multi/dummy-frame-restore.exp
4093 * gdb.multi/multi-arch-exec.exp
4094 * gdb.multi/multi-arch.exp
4095 * gdb.multi/tids.exp
4096 * gdb.multi/watchpoint-multi.exp
4097 * gdb.opencl/callfuncs.exp
4098 * gdb.opencl/convs_casts.exp
4099 * gdb.opencl/datatypes.exp
4100 * gdb.opencl/operators.exp
4101 * gdb.opencl/vec_comps.exp
4102 * gdb.opt/clobbered-registers-O2.exp
4103 * gdb.opt/inline-break.exp
4104 * gdb.opt/inline-bt.exp
4105 * gdb.opt/inline-cmds.exp
4106 * gdb.opt/inline-locals.exp
4107 * gdb.pascal/case-insensitive-symbols.exp
4108 * gdb.pascal/floats.exp
4109 * gdb.pascal/gdb11492.exp
4110 * gdb.python/lib-types.exp
4111 * gdb.python/py-arch.exp
4112 * gdb.python/py-as-string.exp
4113 * gdb.python/py-bad-printers.exp
4114 * gdb.python/py-block.exp
4115 * gdb.python/py-breakpoint-create-fail.exp
4116 * gdb.python/py-breakpoint.exp
4117 * gdb.python/py-caller-is.exp
4118 * gdb.python/py-cmd.exp
4119 * gdb.python/py-explore-cc.exp
4120 * gdb.python/py-explore.exp
4121 * gdb.python/py-finish-breakpoint.exp
4122 * gdb.python/py-finish-breakpoint2.exp
4123 * gdb.python/py-frame-args.exp
4124 * gdb.python/py-frame-inline.exp
4125 * gdb.python/py-frame.exp
4126 * gdb.python/py-framefilter-mi.exp
4127 * gdb.python/py-infthread.exp
4128 * gdb.python/py-lazy-string.exp
4129 * gdb.python/py-linetable.exp
4130 * gdb.python/py-mi-events.exp
4131 * gdb.python/py-mi-objfile.exp
4132 * gdb.python/py-mi.exp
4133 * gdb.python/py-objfile.exp
4134 * gdb.python/py-pp-integral.exp
4135 * gdb.python/py-pp-maint.exp
4136 * gdb.python/py-pp-re-notag.exp
4137 * gdb.python/py-pp-registration.exp
4138 * gdb.python/py-recurse-unwind.exp
4139 * gdb.python/py-strfns.exp
4140 * gdb.python/py-symbol.exp
4141 * gdb.python/py-symtab.exp
4142 * gdb.python/py-sync-interp.exp
4143 * gdb.python/py-typeprint.exp
4144 * gdb.python/py-unwind-maint.exp
4145 * gdb.python/py-unwind.exp
4146 * gdb.python/py-value-cc.exp
4147 * gdb.python/py-xmethods.exp
4148 * gdb.reverse/amd64-tailcall-reverse.exp
4149 * gdb.reverse/break-precsave.exp
4150 * gdb.reverse/break-reverse.exp
4151 * gdb.reverse/consecutive-precsave.exp
4152 * gdb.reverse/consecutive-reverse.exp
4153 * gdb.reverse/finish-precsave.exp
4154 * gdb.reverse/finish-reverse-bkpt.exp
4155 * gdb.reverse/finish-reverse.exp
4156 * gdb.reverse/fstatat-reverse.exp
4157 * gdb.reverse/getresuid-reverse.exp
4158 * gdb.reverse/i386-precsave.exp
4159 * gdb.reverse/i386-reverse.exp
4160 * gdb.reverse/i386-sse-reverse.exp
4161 * gdb.reverse/i387-env-reverse.exp
4162 * gdb.reverse/i387-stack-reverse.exp
4163 * gdb.reverse/insn-reverse.exp
4164 * gdb.reverse/machinestate-precsave.exp
4165 * gdb.reverse/machinestate.exp
4166 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4167 * gdb.reverse/pipe-reverse.exp
4168 * gdb.reverse/readv-reverse.exp
4169 * gdb.reverse/recvmsg-reverse.exp
4170 * gdb.reverse/rerun-prec.exp
4171 * gdb.reverse/s390-mvcle.exp
4172 * gdb.reverse/step-precsave.exp
4173 * gdb.reverse/step-reverse.exp
4174 * gdb.reverse/time-reverse.exp
4175 * gdb.reverse/until-precsave.exp
4176 * gdb.reverse/until-reverse.exp
4177 * gdb.reverse/waitpid-reverse.exp
4178 * gdb.reverse/watch-precsave.exp
4179 * gdb.reverse/watch-reverse.exp
4180 * gdb.rust/generics.exp
4181 * gdb.rust/methods.exp
4182 * gdb.rust/modules.exp
4183 * gdb.rust/simple.exp
4184 * gdb.server/connect-with-no-symbol-file.exp
4185 * gdb.server/ext-attach.exp
4186 * gdb.server/ext-restart.exp
4187 * gdb.server/ext-wrapper.exp
4188 * gdb.server/file-transfer.exp
4189 * gdb.server/server-exec-info.exp
4190 * gdb.server/server-kill.exp
4191 * gdb.server/server-mon.exp
4192 * gdb.server/wrapper.exp
4193 * gdb.stabs/exclfwd.exp
4194 * gdb.stabs/gdb11479.exp
4195 * gdb.threads/clone-new-thread-event.exp
4196 * gdb.threads/corethreads.exp
4197 * gdb.threads/current-lwp-dead.exp
4198 * gdb.threads/dlopen-libpthread.exp
4199 * gdb.threads/gcore-thread.exp
4200 * gdb.threads/sigstep-threads.exp
4201 * gdb.threads/watchpoint-fork.exp
4202 * gdb.trace/actions-changed.exp
4203 * gdb.trace/backtrace.exp
4204 * gdb.trace/change-loc.exp
4205 * gdb.trace/circ.exp
4206 * gdb.trace/collection.exp
4207 * gdb.trace/disconnected-tracing.exp
4208 * gdb.trace/ftrace.exp
4209 * gdb.trace/mi-trace-frame-collected.exp
4210 * gdb.trace/mi-trace-unavailable.exp
4211 * gdb.trace/mi-traceframe-changed.exp
4212 * gdb.trace/mi-tsv-changed.exp
4213 * gdb.trace/no-attach-trace.exp
4214 * gdb.trace/passc-dyn.exp
4215 * gdb.trace/qtro.exp
4216 * gdb.trace/range-stepping.exp
4217 * gdb.trace/read-memory.exp
4218 * gdb.trace/save-trace.exp
4219 * gdb.trace/signal.exp
4220 * gdb.trace/status-stop.exp
4221 * gdb.trace/tfile.exp
4222 * gdb.trace/trace-break.exp
4223 * gdb.trace/trace-buffer-size.exp
4224 * gdb.trace/trace-condition.exp
4225 * gdb.trace/tracefile-pseudo-reg.exp
4226 * gdb.trace/tstatus.exp
4227 * gdb.trace/unavailable.exp
4228 * gdb.trace/while-dyn.exp
4229 * gdb.trace/while-stepping.exp
4230
34c41c68
DE
42312016-12-22 Doug Evans <xdje42@gmail.com>
4232
4233 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
4234 and msymbols.
4235
16e69324
YQ
42362016-12-19 Yao Qi <yao.qi@linaro.org>
4237
4238 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
4239 (test_with_self): Don't call do_steps_and_nexts, and remove
4240 code about stepping into xmalloc.
4241
f94f411b
YQ
42422016-12-09 Yao Qi <yao.qi@linaro.org>
4243
4244 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
4245
42462016-12-09 Yao Qi <yao.qi@linaro.org>
4247
4248 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
4249
f1b5deee
PA
42502016-12-09 Pedro Alves <palves@redhat.com>
4251
4252 * gdb.base/all-architectures-0.exp: New file.
4253 * gdb.base/all-architectures-1.exp: New file.
4254 * gdb.base/all-architectures-2.exp: New file.
4255 * gdb.base/all-architectures-3.exp: New file.
4256 * gdb.base/all-architectures-4.exp: New file.
4257 * gdb.base/all-architectures-5.exp: New file.
4258 * gdb.base/all-architectures-6.exp: New file.
4259 * gdb.base/all-architectures-7.exp: New file.
4260 * gdb.base/all-architectures.exp.in: New file.
4261
364ca42e
YQ
42622016-12-09 Yao Qi <yao.qi@linaro.org>
4263
4264 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
4265
107c2d62
LM
42662016-12-02 Luis Machado <lgustavo@codesourcery.com>
4267
4268 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
4269 possible.
4270 Remove useless pattern-matching code.
4271
df3ee9ca
PA
42722016-12-02 Pedro Alves <palves@redhat.com>
4273
4274 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
4275 procedure.
4276 (top level): Call it.
4277
ec835369
PA
42782016-12-02 Pedro Alves <palves@redhat.com>
4279
4280 * gdb.base/commands.exp (user_defined_command_args_stack_test):
4281 New procedure.
4282 (top level): Call it.
4283
01770bbd
PA
42842016-12-02 Pedro Alves <palves@redhat.com>
4285
4286 PR cli/20559
4287 * gdb.base/commands.exp (user_defined_command_args_eval): New
4288 procedure.
4289 (top level): Call it.
4290
008459ea
LM
42912016-12-02 Luis Machado <lgustavo@codesourcery.com>
4292
4293 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
4294 timeout handling.
4295
0c1b455e
TT
42962016-12-02 Tom Tromey <tom@tromey.com>
4297
4298 * gdb.dwarf2/main-subprogram.c: New file.
4299 * gdb.dwarf2/main-subprogram.exp: New file.
4300
018572b8
LM
43012016-12-01 Luis Machado <lgustavo@codesourcery.com>
4302
4303 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
4304 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
4305 gdb_test_no_output for a couple of cases.
4306 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
4307
84c93cd5
LM
43082016-12-01 Luis Machado <lgustavo@codesourcery.com>
4309
4310 Fix test names and standardize compilation error messages throughout
4311 the following files:
4312
4313 * gdb.ada/start.exp
4314 * gdb.arch/alpha-step.exp
4315 * gdb.arch/e500-prologue.exp
4316 * gdb.arch/ftrace-insn-reloc.exp
4317 * gdb.arch/gdb1291.exp
4318 * gdb.arch/gdb1431.exp
4319 * gdb.arch/gdb1558.exp
4320 * gdb.arch/i386-dr3-watch.exp
4321 * gdb.arch/i386-sse-stack-align.exp
4322 * gdb.arch/ia64-breakpoint-shadow.exp
4323 * gdb.arch/pa-nullify.exp
4324 * gdb.arch/powerpc-aix-prologue.exp
4325 * gdb.arch/thumb-bx-pc.exp
4326 * gdb.base/annota1.exp
4327 * gdb.base/annota3.exp
4328 * gdb.base/arrayidx.exp
4329 * gdb.base/assign.exp
4330 * gdb.base/attach.exp
4331 * gdb.base/auxv.exp
4332 * gdb.base/bang.exp
4333 * gdb.base/bfp-test.exp
4334 * gdb.base/bigcore.exp
4335 * gdb.base/bitfields2.exp
4336 * gdb.base/break-fun-addr.exp
4337 * gdb.base/break-probes.exp
4338 * gdb.base/call-rt-st.exp
4339 * gdb.base/callexit.exp
4340 * gdb.base/catch-fork-kill.exp
4341 * gdb.base/charset.exp
4342 * gdb.base/checkpoint.exp
4343 * gdb.base/comprdebug.exp
4344 * gdb.base/constvars.exp
4345 * gdb.base/coredump-filter.exp
4346 * gdb.base/cursal.exp
4347 * gdb.base/cvexpr.exp
4348 * gdb.base/detach.exp
4349 * gdb.base/display.exp
4350 * gdb.base/dmsym.exp
4351 * gdb.base/dprintf-pending.exp
4352 * gdb.base/dso2dso.exp
4353 * gdb.base/dtrace-probe.exp
4354 * gdb.base/dump.exp
4355 * gdb.base/enum_cond.exp
4356 * gdb.base/exe-lock.exp
4357 * gdb.base/exec-invalid-sysroot.exp
4358 * gdb.base/execl-update-breakpoints.exp
4359 * gdb.base/exprs.exp
4360 * gdb.base/fileio.exp
4361 * gdb.base/find.exp
4362 * gdb.base/finish.exp
4363 * gdb.base/fixsection.exp
4364 * gdb.base/foll-vfork.exp
4365 * gdb.base/frame-args.exp
4366 * gdb.base/gcore.exp
4367 * gdb.base/gdb1250.exp
4368 * gdb.base/global-var-nested-by-dso.exp
4369 * gdb.base/gnu-ifunc.exp
4370 * gdb.base/hashline1.exp
4371 * gdb.base/hashline2.exp
4372 * gdb.base/hashline3.exp
4373 * gdb.base/hbreak-in-shr-unsupported.exp
4374 * gdb.base/huge.exp
4375 * gdb.base/infcall-input.exp
4376 * gdb.base/info-fun.exp
4377 * gdb.base/info-shared.exp
4378 * gdb.base/jit-simple.exp
4379 * gdb.base/jit-so.exp
4380 * gdb.base/jit.exp
4381 * gdb.base/jump.exp
4382 * gdb.base/label.exp
4383 * gdb.base/lineinc.exp
4384 * gdb.base/logical.exp
4385 * gdb.base/longjmp.exp
4386 * gdb.base/macscp.exp
4387 * gdb.base/miscexprs.exp
4388 * gdb.base/new-ui-echo.exp
4389 * gdb.base/new-ui-pending-input.exp
4390 * gdb.base/new-ui.exp
4391 * gdb.base/nodebug.exp
4392 * gdb.base/nofield.exp
4393 * gdb.base/offsets.exp
4394 * gdb.base/overlays.exp
4395 * gdb.base/pending.exp
4396 * gdb.base/pointers.exp
4397 * gdb.base/pr11022.exp
4398 * gdb.base/printcmds.exp
4399 * gdb.base/prologue.exp
4400 * gdb.base/ptr-typedef.exp
4401 * gdb.base/realname-expand.exp
4402 * gdb.base/relativedebug.exp
4403 * gdb.base/relocate.exp
4404 * gdb.base/remote.exp
4405 * gdb.base/reread.exp
4406 * gdb.base/return2.exp
4407 * gdb.base/savedregs.exp
4408 * gdb.base/sep.exp
4409 * gdb.base/sepdebug.exp
4410 * gdb.base/sepsymtab.exp
4411 * gdb.base/set-inferior-tty.exp
4412 * gdb.base/setshow.exp
4413 * gdb.base/shlib-call.exp
4414 * gdb.base/sigaltstack.exp
4415 * gdb.base/siginfo-addr.exp
4416 * gdb.base/signals.exp
4417 * gdb.base/signull.exp
4418 * gdb.base/sigrepeat.exp
4419 * gdb.base/so-impl-ld.exp
4420 * gdb.base/solib-display.exp
4421 * gdb.base/solib-overlap.exp
4422 * gdb.base/solib-search.exp
4423 * gdb.base/solib-symbol.exp
4424 * gdb.base/structs.exp
4425 * gdb.base/structs2.exp
4426 * gdb.base/symtab-search-order.exp
4427 * gdb.base/twice.exp
4428 * gdb.base/unload.exp
4429 * gdb.base/varargs.exp
4430 * gdb.base/watchpoint-solib.exp
4431 * gdb.base/watchpoint.exp
4432 * gdb.base/whatis.exp
4433 * gdb.base/wrong_frame_bt_full.exp
4434 * gdb.btrace/dlopen.exp
4435 * gdb.cell/ea-standalone.exp
4436 * gdb.cell/ea-test.exp
4437 * gdb.cp/dispcxx.exp
4438 * gdb.cp/gdb2384.exp
4439 * gdb.cp/method2.exp
4440 * gdb.cp/nextoverthrow.exp
4441 * gdb.cp/pr10728.exp
4442 * gdb.disasm/am33.exp
4443 * gdb.disasm/h8300s.exp
4444 * gdb.disasm/mn10300.exp
4445 * gdb.disasm/sh3.exp
4446 * gdb.dwarf2/dw2-dir-file-name.exp
4447 * gdb.fortran/complex.exp
4448 * gdb.fortran/library-module.exp
4449 * gdb.guile/scm-pretty-print.exp
4450 * gdb.guile/scm-symbol.exp
4451 * gdb.guile/scm-type.exp
4452 * gdb.guile/scm-value.exp
4453 * gdb.linespec/linespec.exp
4454 * gdb.mi/gdb701.exp
4455 * gdb.mi/gdb792.exp
4456 * gdb.mi/mi-breakpoint-changed.exp
4457 * gdb.mi/mi-dprintf-pending.exp
4458 * gdb.mi/mi-dprintf.exp
4459 * gdb.mi/mi-exit-code.exp
4460 * gdb.mi/mi-pending.exp
4461 * gdb.mi/mi-solib.exp
4462 * gdb.mi/new-ui-mi-sync.exp
4463 * gdb.mi/pr11022.exp
4464 * gdb.mi/user-selected-context-sync.exp
4465 * gdb.opt/solib-intra-step.exp
4466 * gdb.python/py-events.exp
4467 * gdb.python/py-finish-breakpoint.exp
4468 * gdb.python/py-mi.exp
4469 * gdb.python/py-prettyprint.exp
4470 * gdb.python/py-shared.exp
4471 * gdb.python/py-symbol.exp
4472 * gdb.python/py-template.exp
4473 * gdb.python/py-type.exp
4474 * gdb.python/py-value.exp
4475 * gdb.reverse/solib-precsave.exp
4476 * gdb.reverse/solib-reverse.exp
4477 * gdb.server/solib-list.exp
4478 * gdb.stabs/weird.exp
4479 * gdb.threads/reconnect-signal.exp
4480 * gdb.threads/stepi-random-signal.exp
4481 * gdb.trace/actions.exp
4482 * gdb.trace/ax.exp
4483 * gdb.trace/backtrace.exp
4484 * gdb.trace/change-loc.exp
4485 * gdb.trace/deltrace.exp
4486 * gdb.trace/ftrace-lock.exp
4487 * gdb.trace/ftrace.exp
4488 * gdb.trace/infotrace.exp
4489 * gdb.trace/mi-tracepoint-changed.exp
4490 * gdb.trace/packetlen.exp
4491 * gdb.trace/passcount.exp
4492 * gdb.trace/pending.exp
4493 * gdb.trace/range-stepping.exp
4494 * gdb.trace/report.exp
4495 * gdb.trace/stap-trace.exp
4496 * gdb.trace/tfind.exp
4497 * gdb.trace/trace-break.exp
4498 * gdb.trace/trace-condition.exp
4499 * gdb.trace/trace-enable-disable.exp
4500 * gdb.trace/trace-mt.exp
4501 * gdb.trace/tracecmd.exp
4502 * gdb.trace/tspeed.exp
4503 * gdb.trace/tsv.exp
4504 * lib/perftest.exp
4505
fb9feb35
LM
45062016-12-01 Luis Machado <lgustavo@codesourcery.com>
4507
4508 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
4509 with gdb_test_no_output.
4510 Use command as test name.
4511
cd2ddb6c
LM
45122016-12-01 Luis Machado <lgustavo@codesourcery.com>
4513
4514 Fix test names starting with uppercase throughout the files.
4515
4516 * gdb.ada/assign_1.exp
4517 * gdb.ada/boolean_expr.exp
4518 * gdb.base/arrayidx.exp
4519 * gdb.base/del.exp
4520 * gdb.base/gcore-buffer-overflow.exp
4521 * gdb.base/testenv.exp
4522 * gdb.compile/compile.exp
4523 * gdb.python/py-framefilter-invalidarg.exp
4524 * gdb.python/py-framefilter.exp
4525
bb95117e
LM
45262016-12-01 Luis Machado <lgustavo@codesourcery.com>
4527
4528 Fix test names starting with uppercase throughout the files.
4529
4530 * gdb.ada/array_return.exp
4531 * gdb.ada/expr_delims.exp
4532 * gdb.ada/mi_dyn_arr.exp
4533 * gdb.ada/mi_interface.exp
4534 * gdb.ada/mi_var_array.exp
4535 * gdb.ada/watch_arg.exp
4536 * gdb.arch/alpha-step.exp
4537 * gdb.arch/altivec-regs.exp
4538 * gdb.arch/e500-regs.exp
4539 * gdb.arch/powerpc-d128-regs.exp
4540 * gdb.base/arrayidx.exp
4541 * gdb.base/break.exp
4542 * gdb.base/checkpoint.exp
4543 * gdb.base/debug-expr.exp
4544 * gdb.base/dmsym.exp
4545 * gdb.base/radix.exp
4546 * gdb.base/sepdebug.exp
4547 * gdb.base/testenv.exp
4548 * gdb.base/watch_thread_num.exp
4549 * gdb.base/watchpoint-cond-gone.exp
4550 * gdb.cell/break.exp
4551 * gdb.cell/ea-cache.exp
4552 * gdb.compile/compile.exp
4553 * gdb.cp/gdb2495.exp
4554 * gdb.gdb/selftest.exp
4555 * gdb.gdb/xfullpath.exp
4556 * gdb.go/hello.exp
4557 * gdb.go/integers.exp
4558 * gdb.objc/basicclass.exp
4559 * gdb.pascal/hello.exp
4560 * gdb.pascal/integers.exp
4561 * gdb.python/py-breakpoint.exp
4562 * gdb.python/py-cmd.exp
4563 * gdb.python/py-linetable.exp
4564 * gdb.python/py-xmethods.exp
4565 * gdb.python/python.exp
4566 * gdb.reverse/consecutive-precsave.exp
4567 * gdb.reverse/finish-precsave.exp
4568 * gdb.reverse/i386-precsave.exp
4569 * gdb.reverse/machinestate-precsave.exp
4570 * gdb.reverse/sigall-precsave.exp
4571 * gdb.reverse/solib-precsave.exp
4572 * gdb.reverse/step-precsave.exp
4573 * gdb.reverse/until-precsave.exp
4574 * gdb.reverse/watch-precsave.exp
4575 * gdb.threads/leader-exit.exp
4576 * gdb.threads/pthreads.exp
4577 * gdb.threads/wp-replication.exp
4578 * gdb.trace/actions.exp
4579 * gdb.trace/mi-tsv-changed.exp
4580 * gdb.trace/tsv.exp
4581
de97fdd4
LM
45822016-12-01 Luis Machado <lgustavo@codesourcery.com>
4583
4584 Fix test names starting with uppercase throughout the files.
4585
4586 * gdb.arch/i386-bp_permanent.exp
4587 * gdb.arch/i386-gnu-cfi.exp
4588 * gdb.base/disasm-end-cu.exp
4589 * gdb.base/macscp.exp
4590 * gdb.base/pending.exp
4591 * gdb.base/watch_thread_num.exp
4592 * gdb.cp/exception.exp
4593 * gdb.cp/gdb2495.exp
4594 * gdb.cp/local.exp
4595 * gdb.python/py-evsignal.exp
4596 * gdb.python/python.exp
4597 * gdb.trace/tracecmd.exp
4598
9f058c10
LM
45992016-12-01 Luis Machado <lgustavo@codesourcery.com>
4600
4601 Fix test names starting with uppercase throughout the files.
4602
4603 * gdb.base/charset.exp
4604 * gdb.base/eval.exp
4605 * gdb.base/multi-forks.exp
4606 * gdb.guile/scm-progspace.exp
4607 * gdb.opencl/datatypes.exp
4608 * gdb.python/py-block.exp
4609 * gdb.python/py-function.exp
4610 * gdb.python/py-symbol.exp
4611 * gdb.python/py-symtab.exp
4612 * gdb.python/py-xmethods.exp
4613 * gdb.reverse/break-precsave.exp
4614 * gdb.reverse/break-reverse.exp
4615 * gdb.reverse/consecutive-precsave.exp
4616 * gdb.reverse/consecutive-reverse.exp
4617 * gdb.reverse/finish-precsave.exp
4618 * gdb.reverse/finish-reverse-bkpt.exp
4619 * gdb.reverse/finish-reverse.exp
4620 * gdb.reverse/fstatat-reverse.exp
4621 * gdb.reverse/getresuid-reverse.exp
4622 * gdb.reverse/i386-precsave.exp
4623 * gdb.reverse/i386-reverse.exp
4624 * gdb.reverse/i386-sse-reverse.exp
4625 * gdb.reverse/i387-stack-reverse.exp
4626 * gdb.reverse/insn-reverse.exp
4627 * gdb.reverse/machinestate-precsave.exp
4628 * gdb.reverse/machinestate.exp
4629 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4630 * gdb.reverse/pipe-reverse.exp
4631 * gdb.reverse/readv-reverse.exp
4632 * gdb.reverse/recvmsg-reverse.exp
4633 * gdb.reverse/rerun-prec.exp
4634 * gdb.reverse/s390-mvcle.exp
4635 * gdb.reverse/sigall-precsave.exp
4636 * gdb.reverse/sigall-reverse.exp
4637 * gdb.reverse/solib-precsave.exp
4638 * gdb.reverse/solib-reverse.exp
4639 * gdb.reverse/step-precsave.exp
4640 * gdb.reverse/step-reverse.exp
4641 * gdb.reverse/time-reverse.exp
4642 * gdb.reverse/until-precsave.exp
4643 * gdb.reverse/until-reverse.exp
4644 * gdb.reverse/waitpid-reverse.exp
4645 * gdb.reverse/watch-precsave.exp
4646 * gdb.reverse/watch-reverse.exp
4647
cdc7edd7
LM
46482016-12-01 Luis Machado <lgustavo@codesourcery.com>
4649
4650 Fix test names starting with uppercase throughout the files.
4651
4652 * gdb.arch/i386-mpx-simple_segv.exp
4653 * gdb.arch/i386-mpx.exp
4654 * gdb.arch/i386-permbkpt.exp
4655 * gdb.arch/pa-nullify.exp
4656 * gdb.arch/powerpc-d128-regs.exp
4657 * gdb.arch/vsx-regs.exp
4658 * gdb.base/bfp-test.exp
4659 * gdb.base/break.exp
4660 * gdb.base/breakpoint-shadow.exp
4661 * gdb.base/callfuncs.exp
4662 * gdb.base/charset.exp
4663 * gdb.base/commands.exp
4664 * gdb.base/completion.exp
4665 * gdb.base/dfp-test.exp
4666 * gdb.base/echo.exp
4667 * gdb.base/ending-run.exp
4668 * gdb.base/eval.exp
4669 * gdb.base/expand-psymtabs.exp
4670 * gdb.base/float128.exp
4671 * gdb.base/floatn.exp
4672 * gdb.base/foll-exec-mode.exp
4673 * gdb.base/gdb1056.exp
4674 * gdb.base/gdb11531.exp
4675 * gdb.base/kill-after-signal.exp
4676 * gdb.base/multi-forks.exp
4677 * gdb.base/overlays.exp
4678 * gdb.base/pending.exp
4679 * gdb.base/sepdebug.exp
4680 * gdb.base/testenv.exp
4681 * gdb.base/valgrind-db-attach.exp
4682 * gdb.base/watch_thread_num.exp
4683 * gdb.base/watchpoint-cond-gone.exp
4684 * gdb.base/watchpoint.exp
4685 * gdb.base/watchpoints.exp
4686 * gdb.cp/arg-reference.exp
4687 * gdb.cp/baseenum.exp
4688 * gdb.cp/operator.exp
4689 * gdb.cp/shadow.exp
4690 * gdb.dwarf2/dw2-op-out-param.exp
4691 * gdb.dwarf2/dw2-reg-undefined.exp
4692 * gdb.go/chan.exp
4693 * gdb.go/hello.exp
4694 * gdb.go/integers.exp
4695 * gdb.go/methods.exp
4696 * gdb.go/package.exp
4697 * gdb.guile/scm-parameter.exp
4698 * gdb.guile/scm-progspace.exp
4699 * gdb.guile/scm-value.exp
4700 * gdb.mi/mi-pending.exp
4701 * gdb.mi/user-selected-context-sync.exp
4702 * gdb.multi/multi-attach.exp
4703 * gdb.multi/tids.exp
4704 * gdb.opt/clobbered-registers-O2.exp
4705 * gdb.pascal/floats.exp
4706 * gdb.pascal/integers.exp
4707 * gdb.python/py-block.exp
4708 * gdb.python/py-events.exp
4709 * gdb.python/py-parameter.exp
4710 * gdb.python/py-symbol.exp
4711 * gdb.python/py-symtab.exp
4712 * gdb.python/py-type.exp
4713 * gdb.python/py-value.exp
4714 * gdb.python/py-xmethods.exp
4715 * gdb.python/python.exp
4716 * gdb.reverse/break-precsave.exp
4717 * gdb.reverse/consecutive-precsave.exp
4718 * gdb.reverse/finish-precsave.exp
4719 * gdb.reverse/i386-precsave.exp
4720 * gdb.reverse/machinestate-precsave.exp
4721 * gdb.reverse/sigall-precsave.exp
4722 * gdb.reverse/solib-precsave.exp
4723 * gdb.reverse/step-precsave.exp
4724 * gdb.reverse/until-precsave.exp
4725 * gdb.reverse/watch-precsave.exp
4726 * gdb.server/ext-attach.exp
4727 * gdb.server/ext-restart.exp
4728 * gdb.server/ext-run.exp
4729 * gdb.server/ext-wrapper.exp
4730 * gdb.stabs/gdb11479.exp
4731 * gdb.stabs/weird.exp
4732 * gdb.threads/attach-many-short-lived-threads.exp
4733 * gdb.threads/kill.exp
4734 * gdb.threads/watchpoint-fork.exp
4735
bc6c7af4
LM
47362016-12-01 Luis Machado <lgustavo@codesourcery.com>
4737
4738 Fix test names starting with uppercase throughout all the files below.
4739
4740 * gdb.ada/array_return.exp
4741 * gdb.ada/catch_ex.exp
4742 * gdb.ada/info_exc.exp
4743 * gdb.ada/mi_catch_ex.exp
4744 * gdb.ada/mi_dyn_arr.exp
4745 * gdb.ada/mi_ex_cond.exp
4746 * gdb.ada/mi_exc_info.exp
4747 * gdb.ada/mi_interface.exp
4748 * gdb.ada/mi_task_arg.exp
4749 * gdb.ada/mi_task_info.exp
4750 * gdb.ada/mi_var_array.exp
4751 * gdb.arch/alpha-step.exp
4752 * gdb.arch/amd64-disp-step.exp
4753 * gdb.arch/arm-disp-step.exp
4754 * gdb.arch/disp-step-insn-reloc.exp
4755 * gdb.arch/e500-prologue.exp
4756 * gdb.arch/ftrace-insn-reloc.exp
4757 * gdb.arch/gdb1558.exp
4758 * gdb.arch/i386-bp_permanent.exp
4759 * gdb.arch/i386-disp-step.exp
4760 * gdb.arch/i386-float.exp
4761 * gdb.arch/i386-gnu-cfi.exp
4762 * gdb.arch/ia64-breakpoint-shadow.exp
4763 * gdb.arch/mips16-thunks.exp
4764 * gdb.arch/pa-nullify.exp
4765 * gdb.arch/powerpc-aix-prologue.exp
4766 * gdb.arch/powerpc-power.exp
4767 * gdb.arch/ppc-dfp.exp
4768 * gdb.arch/s390-tdbregs.exp
4769 * gdb.arch/spu-info.exp
4770 * gdb.arch/spu-ls.exp
4771 * gdb.arch/thumb-bx-pc.exp
4772 * gdb.base/advance.exp
4773 * gdb.base/annota-input-while-running.exp
4774 * gdb.base/arrayidx.exp
4775 * gdb.base/asmlabel.exp
4776 * gdb.base/async.exp
4777 * gdb.base/attach-wait-input.exp
4778 * gdb.base/auto-connect-native-target.exp
4779 * gdb.base/batch-preserve-term-settings.exp
4780 * gdb.base/bfp-test.exp
4781 * gdb.base/bigcore.exp
4782 * gdb.base/bp-permanent.exp
4783 * gdb.base/break-always.exp
4784 * gdb.base/break-fun-addr.exp
4785 * gdb.base/break-idempotent.exp
4786 * gdb.base/break-main-file-remove-fail.exp
4787 * gdb.base/break-probes.exp
4788 * gdb.base/break-unload-file.exp
4789 * gdb.base/break.exp
4790 * gdb.base/call-ar-st.exp
4791 * gdb.base/call-rt-st.exp
4792 * gdb.base/call-sc.exp
4793 * gdb.base/call-signal-resume.exp
4794 * gdb.base/call-strs.exp
4795 * gdb.base/callexit.exp
4796 * gdb.base/callfuncs.exp
4797 * gdb.base/catch-gdb-caused-signals.exp
4798 * gdb.base/catch-signal-siginfo-cond.exp
4799 * gdb.base/catch-syscall.exp
4800 * gdb.base/compare-sections.exp
4801 * gdb.base/cond-eval-mode.exp
4802 * gdb.base/condbreak-call-false.exp
4803 * gdb.base/consecutive-step-over.exp
4804 * gdb.base/cursal.exp
4805 * gdb.base/disabled-location.exp
4806 * gdb.base/disasm-end-cu.exp
4807 * gdb.base/display.exp
4808 * gdb.base/double-prompt-target-event-error.exp
4809 * gdb.base/dprintf-bp-same-addr.exp
4810 * gdb.base/dprintf-detach.exp
4811 * gdb.base/dprintf-next.exp
4812 * gdb.base/dprintf-non-stop.exp
4813 * gdb.base/dprintf-pending.exp
4814 * gdb.base/dso2dso.exp
4815 * gdb.base/ending-run.exp
4816 * gdb.base/enum_cond.exp
4817 * gdb.base/examine-backward.exp
4818 * gdb.base/exe-lock.exp
4819 * gdb.base/exec-invalid-sysroot.exp
4820 * gdb.base/execl-update-breakpoints.exp
4821 * gdb.base/execution-termios.exp
4822 * gdb.base/fileio.exp
4823 * gdb.base/fixsection.exp
4824 * gdb.base/foll-exec-mode.exp
4825 * gdb.base/foll-exec.exp
4826 * gdb.base/fork-running-state.exp
4827 * gdb.base/frame-args.exp
4828 * gdb.base/fullpath-expand.exp
4829 * gdb.base/func-ptr.exp
4830 * gdb.base/gcore-relro-pie.exp
4831 * gdb.base/gdb1090.exp
4832 * gdb.base/gdb1555.exp
4833 * gdb.base/global-var-nested-by-dso.exp
4834 * gdb.base/gnu-ifunc.exp
4835 * gdb.base/hbreak-in-shr-unsupported.exp
4836 * gdb.base/hbreak-unmapped.exp
4837 * gdb.base/hook-stop.exp
4838 * gdb.base/infcall-input.exp
4839 * gdb.base/info-fun.exp
4840 * gdb.base/info-shared.exp
4841 * gdb.base/interrupt-noterm.exp
4842 * gdb.base/jit-so.exp
4843 * gdb.base/jit.exp
4844 * gdb.base/line-symtabs.exp
4845 * gdb.base/list.exp
4846 * gdb.base/longjmp.exp
4847 * gdb.base/macscp.exp
4848 * gdb.base/max-value-size.exp
4849 * gdb.base/nodebug.exp
4850 * gdb.base/nofield.exp
4851 * gdb.base/overlays.exp
4852 * gdb.base/paginate-after-ctrl-c-running.exp
4853 * gdb.base/paginate-bg-execution.exp
4854 * gdb.base/paginate-inferior-exit.exp
4855 * gdb.base/pending.exp
4856 * gdb.base/pr11022.exp
4857 * gdb.base/printcmds.exp
4858 * gdb.base/ptr-typedef.exp
4859 * gdb.base/ptype.exp
4860 * gdb.base/randomize.exp
4861 * gdb.base/range-stepping.exp
4862 * gdb.base/realname-expand.exp
4863 * gdb.base/relativedebug.exp
4864 * gdb.base/remote.exp
4865 * gdb.base/savedregs.exp
4866 * gdb.base/sepdebug.exp
4867 * gdb.base/set-noassign.exp
4868 * gdb.base/shlib-call.exp
4869 * gdb.base/shreloc.exp
4870 * gdb.base/sigaltstack.exp
4871 * gdb.base/sigbpt.exp
4872 * gdb.base/siginfo-addr.exp
4873 * gdb.base/siginfo-obj.exp
4874 * gdb.base/siginfo-thread.exp
4875 * gdb.base/signest.exp
4876 * gdb.base/signull.exp
4877 * gdb.base/sigrepeat.exp
4878 * gdb.base/skip.exp
4879 * gdb.base/so-impl-ld.exp
4880 * gdb.base/solib-corrupted.exp
4881 * gdb.base/solib-disc.exp
4882 * gdb.base/solib-display.exp
4883 * gdb.base/solib-overlap.exp
4884 * gdb.base/solib-search.exp
4885 * gdb.base/solib-symbol.exp
4886 * gdb.base/source-execution.exp
4887 * gdb.base/sss-bp-on-user-bp-2.exp
4888 * gdb.base/sss-bp-on-user-bp.exp
4889 * gdb.base/stack-checking.exp
4890 * gdb.base/stale-infcall.exp
4891 * gdb.base/step-break.exp
4892 * gdb.base/step-line.exp
4893 * gdb.base/step-over-exit.exp
4894 * gdb.base/step-test.exp
4895 * gdb.base/structs.exp
4896 * gdb.base/sym-file.exp
4897 * gdb.base/symtab-search-order.exp
4898 * gdb.base/term.exp
4899 * gdb.base/type-opaque.exp
4900 * gdb.base/unload.exp
4901 * gdb.base/until-nodebug.exp
4902 * gdb.base/until.exp
4903 * gdb.base/unwindonsignal.exp
4904 * gdb.base/watch-cond.exp
4905 * gdb.base/watch-non-mem.exp
4906 * gdb.base/watch_thread_num.exp
4907 * gdb.base/watchpoint-reuse-slot.exp
4908 * gdb.base/watchpoint-solib.exp
4909 * gdb.base/watchpoint.exp
4910 * gdb.btrace/dlopen.exp
4911 * gdb.cell/arch.exp
4912 * gdb.cell/break.exp
4913 * gdb.cell/bt.exp
4914 * gdb.cell/core.exp
4915 * gdb.cell/data.exp
4916 * gdb.cell/dwarfaddr.exp
4917 * gdb.cell/ea-cache.exp
4918 * gdb.cell/ea-standalone.exp
4919 * gdb.cell/ea-test.exp
4920 * gdb.cell/f-regs.exp
4921 * gdb.cell/fork.exp
4922 * gdb.cell/gcore.exp
4923 * gdb.cell/mem-access.exp
4924 * gdb.cell/ptype.exp
4925 * gdb.cell/registers.exp
4926 * gdb.cell/sizeof.exp
4927 * gdb.cell/solib-symbol.exp
4928 * gdb.cell/solib.exp
4929 * gdb.compile/compile-tls.exp
4930 * gdb.cp/exception.exp
4931 * gdb.cp/gdb2495.exp
4932 * gdb.cp/local.exp
4933 * gdb.cp/mb-inline.exp
4934 * gdb.cp/mb-templates.exp
4935 * gdb.cp/pr10687.exp
4936 * gdb.cp/pr9167.exp
4937 * gdb.cp/scope-err.exp
4938 * gdb.cp/templates.exp
4939 * gdb.cp/virtfunc.exp
4940 * gdb.dwarf2/dw2-dir-file-name.exp
4941 * gdb.dwarf2/dw2-single-line-discriminators.exp
4942 * gdb.fortran/complex.exp
4943 * gdb.fortran/library-module.exp
4944 * gdb.guile/guile.exp
4945 * gdb.guile/scm-cmd.exp
4946 * gdb.guile/scm-frame-inline.exp
4947 * gdb.guile/scm-objfile.exp
4948 * gdb.guile/scm-pretty-print.exp
4949 * gdb.guile/scm-symbol.exp
4950 * gdb.guile/scm-type.exp
4951 * gdb.guile/scm-value.exp
4952 * gdb.linespec/keywords.exp
4953 * gdb.linespec/ls-errs.exp
4954 * gdb.linespec/macro-relative.exp
4955 * gdb.linespec/thread.exp
4956 * gdb.mi/mi-breakpoint-changed.exp
4957 * gdb.mi/mi-dprintf-pending.exp
4958 * gdb.mi/mi-fullname-deleted.exp
4959 * gdb.mi/mi-logging.exp
4960 * gdb.mi/mi-pending.exp
4961 * gdb.mi/mi-solib.exp
4962 * gdb.mi/new-ui-mi-sync.exp
4963 * gdb.mi/user-selected-context-sync.exp
4964 * gdb.multi/dummy-frame-restore.exp
4965 * gdb.multi/multi-arch-exec.exp
4966 * gdb.multi/remove-inferiors.exp
4967 * gdb.multi/watchpoint-multi-exit.exp
4968 * gdb.opt/solib-intra-step.exp
4969 * gdb.perf/backtrace.exp
4970 * gdb.perf/single-step.exp
4971 * gdb.perf/skip-command.exp
4972 * gdb.perf/skip-prologue.exp
4973 * gdb.perf/solib.exp
4974 * gdb.python/lib-types.exp
4975 * gdb.python/py-as-string.exp
4976 * gdb.python/py-bad-printers.exp
4977 * gdb.python/py-block.exp
4978 * gdb.python/py-breakpoint.exp
4979 * gdb.python/py-cmd.exp
4980 * gdb.python/py-events.exp
4981 * gdb.python/py-evthreads.exp
4982 * gdb.python/py-finish-breakpoint.exp
4983 * gdb.python/py-finish-breakpoint2.exp
4984 * gdb.python/py-frame-inline.exp
4985 * gdb.python/py-frame.exp
4986 * gdb.python/py-inferior.exp
4987 * gdb.python/py-infthread.exp
4988 * gdb.python/py-mi.exp
4989 * gdb.python/py-objfile.exp
4990 * gdb.python/py-pp-maint.exp
4991 * gdb.python/py-pp-registration.exp
4992 * gdb.python/py-prettyprint.exp
4993 * gdb.python/py-recurse-unwind.exp
4994 * gdb.python/py-shared.exp
4995 * gdb.python/py-symbol.exp
4996 * gdb.python/py-symtab.exp
4997 * gdb.python/py-template.exp
4998 * gdb.python/py-type.exp
4999 * gdb.python/py-unwind-maint.exp
5000 * gdb.python/py-unwind.exp
5001 * gdb.python/py-value.exp
5002 * gdb.python/python.exp
5003 * gdb.reverse/finish-reverse-bkpt.exp
5004 * gdb.reverse/insn-reverse.exp
5005 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5006 * gdb.reverse/solib-precsave.exp
5007 * gdb.reverse/solib-reverse.exp
5008 * gdb.stabs/gdb11479.exp
5009 * gdb.stabs/weird.exp
5010 * gdb.threads/fork-child-threads.exp
5011 * gdb.threads/fork-plus-threads.exp
5012 * gdb.threads/fork-thread-pending.exp
5013 * gdb.threads/forking-threads-plus-breakpoint.exp
5014 * gdb.threads/hand-call-in-threads.exp
5015 * gdb.threads/interrupted-hand-call.exp
5016 * gdb.threads/linux-dp.exp
5017 * gdb.threads/local-watch-wrong-thread.exp
5018 * gdb.threads/next-while-other-thread-longjmps.exp
5019 * gdb.threads/non-ldr-exit.exp
5020 * gdb.threads/pending-step.exp
5021 * gdb.threads/print-threads.exp
5022 * gdb.threads/process-dies-while-detaching.exp
5023 * gdb.threads/process-dies-while-handling-bp.exp
5024 * gdb.threads/pthreads.exp
5025 * gdb.threads/queue-signal.exp
5026 * gdb.threads/reconnect-signal.exp
5027 * gdb.threads/signal-command-handle-nopass.exp
5028 * gdb.threads/signal-command-multiple-signals-pending.exp
5029 * gdb.threads/signal-delivered-right-thread.exp
5030 * gdb.threads/signal-sigtrap.exp
5031 * gdb.threads/sigthread.exp
5032 * gdb.threads/staticthreads.exp
5033 * gdb.threads/stepi-random-signal.exp
5034 * gdb.threads/thread-unwindonsignal.exp
5035 * gdb.threads/thread_check.exp
5036 * gdb.threads/thread_events.exp
5037 * gdb.threads/tid-reuse.exp
5038 * gdb.threads/tls-nodebug.exp
5039 * gdb.threads/tls-shared.exp
5040 * gdb.threads/tls-so_extern.exp
5041 * gdb.threads/tls.exp
5042 * gdb.threads/wp-replication.exp
5043 * gdb.trace/actions-changed.exp
5044 * gdb.trace/actions.exp
5045 * gdb.trace/backtrace.exp
5046 * gdb.trace/change-loc.exp
5047 * gdb.trace/collection.exp
5048 * gdb.trace/deltrace.exp
5049 * gdb.trace/disconnected-tracing.exp
5050 * gdb.trace/entry-values.exp
5051 * gdb.trace/ftrace-lock.exp
5052 * gdb.trace/ftrace.exp
5053 * gdb.trace/infotrace.exp
5054 * gdb.trace/mi-trace-frame-collected.exp
5055 * gdb.trace/mi-trace-unavailable.exp
5056 * gdb.trace/mi-traceframe-changed.exp
5057 * gdb.trace/mi-tracepoint-changed.exp
5058 * gdb.trace/mi-tsv-changed.exp
5059 * gdb.trace/no-attach-trace.exp
5060 * gdb.trace/packetlen.exp
5061 * gdb.trace/passc-dyn.exp
5062 * gdb.trace/passcount.exp
5063 * gdb.trace/pending.exp
5064 * gdb.trace/pr16508.exp
5065 * gdb.trace/qtro.exp
5066 * gdb.trace/range-stepping.exp
5067 * gdb.trace/read-memory.exp
5068 * gdb.trace/report.exp
5069 * gdb.trace/save-trace.exp
5070 * gdb.trace/signal.exp
5071 * gdb.trace/stap-trace.exp
5072 * gdb.trace/status-stop.exp
5073 * gdb.trace/strace.exp
5074 * gdb.trace/tfile.exp
5075 * gdb.trace/tfind.exp
5076 * gdb.trace/trace-break.exp
5077 * gdb.trace/trace-condition.exp
5078 * gdb.trace/trace-enable-disable.exp
5079 * gdb.trace/trace-mt.exp
5080 * gdb.trace/tracecmd.exp
5081 * gdb.trace/tracefile-pseudo-reg.exp
5082 * gdb.trace/tspeed.exp
5083 * gdb.trace/tstatus.exp
5084 * gdb.trace/tsv.exp
5085 * gdb.trace/unavailable.exp
5086 * gdb.trace/while-dyn.exp
5087 * gdb.trace/while-stepping.exp
5088 * lib/gdb-guile.exp
5089 * lib/gdb.exp
5090 * lib/mi-support.exp
5091 * lib/pascal.exp
5092 * lib/perftest.exp
5093 * lib/prelink-support.exp
5094 * lib/selftest-support.exp
5095
ad02e4fe
SM
50962016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
5097
5098 * Makefile.in: Include disable-implicit-rules.mk.
5099
22347e55
AA
51002016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5101
5102 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
5103 non-byte-aligned bit fields.
5104
da5b30da
AA
51052016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5106
5107 PR gdb/12616
5108 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
5109 respects the DW_AT_data_bit_offset attribute.
5110
b593ecca
SM
51112016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
5112
5113 * gdb.base/default.exp: Fix output of "set language".
5114
3b165252
SM
51152016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
5116
5117 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
5118 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
5119 make.
5120 * configure.ac: Remove checks for the make program.
5121 * configure: Re-generate.
5122
1a2f3d7f
KB
51232016-11-16 Kevin Buettner <kevinb@redhat.com>
5124
5125 * gdb.python/py-recurse-unwind.c (main): Add loop.
5126 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
5127 to read_register() and gdb.parse_and_eval(). Make each code
5128 call a separate case that can be individually tested.
5129 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
5130 proc. Call cont_and_backtrace for each of the code paths that
5131 we want to test in the unwinder.
5132
b7f38fda
AA
51332016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
5134
5135 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
5136 the definition of struct S.
5137
1f8db343
CM
51382016-11-11 Catherine Moore <clm@codesourcery.com>
5139
5140 * gdb.base/dump.exp: Identify verilog format dump tests as such.
5141
fad0c9fb
PA
51422016-11-09 Pedro Alves <palves@redhat.com>
5143
5144 * gdb.base/commands.exp (runto_or_return): New procedure.
5145 (gdbvar_simple_if_test, gdbvar_simple_while_test)
5146 (gdbvar_complex_if_while_test, progvar_simple_if_test)
5147 (progvar_simple_while_test, progvar_complex_if_while_test)
5148 (if_while_breakpoint_command_test)
5149 (infrun_breakpoint_command_test, breakpoint_command_test)
5150 (user_defined_command_test, watchpoint_command_test)
5151 (test_command_prompt_position, redefine_hook_test)
5152 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
5153 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
5154 multi_line_input and multi_line. Remove gdb_expect and
5155 gdb_stop_suppressing_tests uses.
5156 * lib/gdb.exp (valnum_re): New global.
5157 (multi_line_input): New procedure.
5158
8354c62c
SM
51592016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
5160
5161 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
5162 Remove.
5163 (test_setup): Define with proc_with_prefix.
5164 (test_cli_inferior): Likewise.
5165 (test_cli_thread): Likewise.
5166 (test_cli_frame): Likewise.
5167 (test_cli_select_frame): Likewise.
5168 (test_cli_up_down): Likewise.
5169 (test_mi_thread_select): Likewise.
5170 (test_mi_stack_select_frame): Likewise.
5171 (test_cli_in_mi_inferior): Likewise.
5172 (test_cli_in_mi_thread): Likewise.
5173 (test_cli_in_mi_frame): Likewise.
5174 (top level): Do not use with_test_prefix_procname.
5175
64f367a2
PA
51762016-11-09 Pedro Alves <palves@redhat.com>
5177
5178 * gdb.base/commands.exp (gdbvar_simple_if_test)
5179 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
5180 (progvar_simple_if_test, progvar_simple_while_test)
5181 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
5182 (infrun_breakpoint_command_test, breakpoint_command_test)
5183 (user_defined_command_test, watchpoint_command_test)
5184 (test_command_prompt_position, deprecated_command_test)
5185 (bp_deleted_in_command, temporary_breakpoint_commands)
5186 (stray_arg0_test, source_file_with_indented_comment)
5187 (recursive_source_test, if_commands_test)
5188 (error_clears_commands_left, redefine_hook_test)
5189 (redefine_backtrace_test): Use proc_with_prefix.
5190 * lib/gdb.exp (proc_with_prefix): New proc.
5191
0bb65f1e
AA
51922016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
5193
5194 * gdb.base/tui-layout.c: New file.
5195 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
5196 disassembly window contains very long lines.
5197
7353f247
TT
51982016-11-08 Tom Tromey <tom@tromey.com>
5199
5200 * gdb.python/py-value.exp (test_value_creation): Make "long" test
5201 depend on Python 2.
5202
30a7bb83
TT
52032016-11-08 Tom Tromey <tom@tromey.com>
5204
5205 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
5206 New method.
5207
cdf5a07c
MG
52082016-10-29 Manish Goregaokar <manish@mozilla.com>
5209
2806dc7e 5210 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 5211
51a789c3
MG
52122016-10-27 Manish Goregaokar <manish@mozilla.com>
5213
2806dc7e
PA
5214 * gdb.rust/simple.rs: Add test for univariant enums without
5215 discriminants and for encoded struct-like enums.
51a789c3 5216
f610ab6d
PA
52172016-10-28 Pedro Alves <palves@redhat.com>
5218
5219 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
5220 gdb_test_multiple, tighten regexps and match symtabs and line
5221 tables incrementally.
5222
b129b0ca
LM
52232016-10-28 Luis Machado <lgustavo@codesourcery.com>
5224
5225 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
5226 general.
5227
ecf45d2c
SL
52282016-10-25 Luis Machado <lgustavo@codesourcery.com>
5229
5230 * gdb.base/exec-invalid-sysroot.exp: New file.
5231
b8d38ee4
JK
52322016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5233
5234 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
5235
f90fd8c2
JK
52362016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5237
5238 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
5239
2d2476aa
MR
52402016-10-19 Maciej W. Rozycki <macro@imgtec.com>
5241
2806dc7e
PA
5242 * gdb.base/killed-outside.exp: Remove $options from a call to
5243 `prepare_for_testing'.
2d2476aa 5244
e42b25a0
SM
52452016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5246
5247 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
5248 Change test message.
5249
3ccdb432
SM
52502016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5251
5252 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
5253 Update comment.
5254
5bad3170
SM
52552016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5256
5257 * gdb.trace/mi-trace-save.exp: New file.
5258
5ad9dba7
YQ
52592016-10-13 Yao Qi <yao.qi@linaro.org>
5260
5261 * gdb.base/code_elim.exp (get_var_address): Remove.
5262 * gdb.base/relocate.exp: Likewise.
5263 * gdb.base/shreloc.exp: Likewise.
5264 * lib/gdb.exp (get_var_address): New.
5265
62df7e21
YQ
52662016-10-13 Yao Qi <yao.qi@linaro.org>
5267
5268 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
5269 floating point tests if $skip_float_test is false.
5270
4dac951e
LM
52712016-10-12 Luis Machado <lgustavo@codesourcery.com>
5272
5273 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
5274 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
5275 argc values.
5276 Add 1 to argc so we guarantee distinct initial/modified argc values.
5277
8f1a8fc4
JK
52782016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5279
5280 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
5281
16c85b5d
JK
52822016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5283
5284 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
5285 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
5286 * gdb.arch/vsx-regs.exp: Likewise.
5287
1d0e042a
YQ
52882016-10-07 Yao Qi <yao.qi@linaro.org>
5289
5290 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
5291
68dadef5
MM
52922016-10-07 Markus Metzger <markus.t.metzger@intel.com>
5293
5294 * gdb.python/python.exp: Test decode_line("*0").
5295
33fa2c6e
DE
52962016-10-06 Doug Evans <dje@google.com>
5297
5298 * gdb.python/py-value.exp (test_value_creation): Add test for large
5299 unsigned 64-bit value.
5300
9c37b5ae
TT
53012016-10-06 Tom Tromey <tom@tromey.com>
5302
5303 * gdb.compile/compile.exp: Change java tests to rust.
5304 * gdb.base/setshow.exp: Change java tests to rust.
5305 * gdb.base/default.exp: Remove java from language list.
5306 * README (Examples): Update language example.
5307 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
5308 test.
5309 * lib/gdb.exp (skip_java_tests): Remove.
5310 * lib/java.exp: Remove.
5311 * gdb.java: Remove.
5312
78b86327
MR
53132016-10-06 Maciej W. Rozycki <macro@imgtec.com>
5314
5315 * gdb.arch/mips-fcr.exp: New test.
5316 * gdb.arch/mips-fcr.c: Source for the new test.
5317
7470adbb
MR
53182016-10-06 Maciej W. Rozycki <macro@imgtec.com>
5319
5320 * gdb.base/solib-disc.exp: Use `standard_output_file'
5321 throughout.
5322
4a556533
PA
53232016-10-06 Pedro Alves <palves@redhat.com>
5324
5325 * gdb.base/jit-simple-dl.c: New file.
5326 * gdb.base/jit-simple-jit.c: New file, factored out from ...
5327 * gdb.base/jit-simple.c: ... this.
5328 * gdb.base/jit-simple.exp (jit_run): Delete.
5329 (build_jit): New proc.
5330 (jit_test_reread): Recompile either the main program or the shared
5331 library, depending on what is being tested. Skip changing address
5332 if caller wants to. Compare before/after addresses. If testing
5333 standalone, explicitly load the binary. Test "maint info
5334 breakpoints".
5335 (top level): Add "standalone vs shared lib" and "change address"
5336 vs "same address" axes.
5337
5a122fbc
PA
53382016-10-06 Pedro Alves <palves@redhat.com>
5339
5340 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
5341 call.
5342 (jit_run): Delete.
5343 (jit_test_reread): Use with_test_prefix. Reload the main binary
5344 explicitly. Compare the before/after addresses of the JIT
5345 descriptor.
5346
ee8da4b8
DE
53472016-08-15 Doug Evans <dje@google.com>
5348
5349 * gdb.xml/extra-regs.xml: Update, end field now required, default type
5350 for single bitfields is bool.
5351 * gdb.xml/tdesc-regs.exp: Ditto.
5352
f389f6fe
JK
53532016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5354
5355 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
5356
fdebf1a4
YQ
53572016-10-05 Yao Qi <yao.qi@linaro.org>
5358
5359 * lib/gdb.exp (support_complex_tests): Return zero if
5360 gdb_skip_float_test return true.
5361
9c36d954 53622016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 5363 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
5364
5365 PR gdb/20487
5366 * gdb.mi/user-selected-context-sync.exp: New file.
5367 * gdb.mi/user-selected-context-sync.c: New file.
5368
4034d0ff 53692016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 5370 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
5371
5372 PR gdb/20487
5373 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
5374 =thread-select-event check.
5375
a4297203
PB
53762016-09-29 Peter Bergner <bergner@vnet.ibm.com>
5377
5378 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
5379 the compulsory L operand changes.
5380 * gdb.arch/powerpc-power.s: Likewise.
5381
bb805577
JK
53822016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5383
5384 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
5385 * gdb.base/jit-attach-pie.c: New file.
5386 * gdb.base/jit-attach-pie.exp: New file.
5387
6d61dee5
PA
53882016-09-28 Pedro Alves <palves@redhat.com>
5389
5390 * gdb.base/infcall-input.c: New file.
5391 * gdb.base/infcall-input.exp: New file.
5392
f73842fc
YQ
53932016-09-22 Yao Qi <yao.qi@linaro.org>
5394
5395 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
5396 (gdb_exit): Rename it to ...
5397 (gdbserver_gdb_exit): ... Close GDBserver.
5398 (gdb_exit): New proc, call gdbserver_gdb_exit.
5399 (mi_gdb_exit): Likewise.
5400
90681dab
YQ
54012016-09-22 Yao Qi <yao.qi@linaro.org>
5402
5403 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
5404 path.
5405 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
5406 Remove duplication.
5407
9c211fd8
YQ
54082016-09-22 Yao Qi <yao.qi@linaro.org>
5409
5410 * lib/gdbserver-support.exp: Check the existence of
5411 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
5412
ad0a504f
AK
54132016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
5414
5415 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
5416
36cf1806
TT
54172016-09-21 Tom Tromey <tom@tromey.com>
5418
5419 PR gdb/20604:
5420 * gdb.base/quit.exp: New file.
5421
74172ecf
SM
54222016-09-21 Simon Marchi <simon.marchi@ericsson.com>
5423
5424 * .gitignore: New file.
5425
3d0ec882
MR
54262016-09-21 Maciej W. Rozycki <macro@imgtec.com>
5427
5428 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
5429 throughout.
5430
8193adea
AA
54312016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5432
5433 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
5434
d41a5c09
JK
54352016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5436
5437 * gdb.cp/casts.cc (decltype): Move it ...
5438 (main): ... with its call to ...
5439 * gdb.cp/casts03.cc: ... a new file.
5440 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
5441
d2dfe700
JK
54422016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5443
5444 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
5445
e2a92b16
PB
54462016-09-15 Peter Bergner <bergner@vnet.ibm.com>
5447
5448 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
5449 and sync up the test with tests in gas/testsuite/gas/ppc.
5450 * gdb.arch/powerpc-power.exp: Likewise.
5451
49b4de64
JK
54522016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5453
5454 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
5455
2c29df25
SDJ
54562016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
5457 Jan Kratochvil <jan.kratochvil@redhat.com>
5458
5459 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
5460 make m1's definition to be different from m2's. Use 'dummy' as an
5461 argument for probe 'two'.
5462
cc3c2846
JB
54632016-09-10 Jon Beniston <jon@beniston.com>
5464
5465 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
5466 for sim target.
5467
e1b2624a
AA
54682016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
5469
5470 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
5471 variable declaration.
5472 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
5473 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
5474 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
5475 received HWCAP as its argument.
5476
4295e285
PA
54772016-09-06 Pedro Alves <palves@redhat.com>
5478
5479 * gdb.base/new-ui-pending-input.c: New file.
5480 * gdb.base/new-ui-pending-input.exp: New file.
5481 * gdb.exp (clear_gdb_spawn_id): New procedure.
5482 (with_spawn_id): Check whether gdb_spawn_id exists before
5483 referencing it. If gdb_spawn_id didn't exist on entry, clear it
5484 on exit.
5485
00d5215e
UW
54862016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
5487
5488 * gdb.base/float128.c: New file.
5489 * gdb.base/float128.exp: Likewise.
5490 * gdb.base/floatn.c: Likewise.
5491 * gdb.base/floatn.exp: Likewise.
5492
a9ff5f12
UW
54932016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
5494
5495 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
5496
f245535c
PA
54972016-09-05 Pedro Alves <palves@redhat.com>
5498
5499 PR backtrace/19927
5500 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
5501 unwinders are immediately called as side effect of "source" or
5502 "disable unwinder" commands.
5503 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
5504
ae9cf263
YQ
55052016-09-02 Yao Qi <yao.qi@linaro.org>
5506
5507 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
5508 is true and $type is "float" or "double".
5509
27aba047
YQ
55102016-09-02 Yao Qi <yao.qi@linaro.org>
5511
5512 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
5513 true.
5514 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
5515 * gdb.base/call-rt-st.exp: Likewise.
5516 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
5517 return value instead of gdb,skip_float_test.
5518 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
5519 (do_function_calls): Use its return value instead of
5520 gdb,skip_float_test.
5521 * gdb.base/finish.exp: Likewise.
5522 * gdb.base/funcargs.exp: Likewise.
5523 * gdb.base/return.exp: Likewise.
5524 * gdb.base/return2.exp: Likewise.
5525 * gdb.base/varargs.exp: Likewise.
5526 * lib/gdb.exp (gdb_skip_float_test): Change it to
5527 gdb_caching_proc. Detect the broken ptrace on arm-linux.
5528
5af962df
AA
55292016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
5530
5531 * gdb.multi/tids.exp: Test "thread apply all".
5532
7fac6910
JK
55332016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5534
5535 * gdb.base/default.exp (tty): Remove.
5536
bb1fe4ac
KB
55372016-08-24 Kevin Buettner <kevinb@redhat.com>
5538
2806dc7e
PA
5539 * gdb.python/py-recurse-unwind.c: New file.
5540 * gdb.python/py-recurse-unwind.py: New file.
5541 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 5542
0a1ddfa6
SM
55432016-08-24 Simon Marchi <simon.marchi@ericsson.com>
5544
5545 * gdb.base/set-inferior-tty.exp: New file.
5546 * gdb.base/set-inferior-tty.c: New file.
5547
d9de1fe3
PA
55482016-08-23 Pedro Alves <palves@redhat.com>
5549
5550 PR gdb/20494
5551 * gdb.base/new-ui-echo.c: New file.
5552 * gdb.base/new-ui-echo.exp: New file.
5553
e9d9abd7
YQ
55542016-08-23 Yao Qi <yao.qi@linaro.org>
5555
5556 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
5557 gdbserver_spawn.
5558 * gdb.server/connect-without-multi-process.exp (do_test):
5559 Likewise.
5560
3589529e
YQ
55612016-08-23 Yao Qi <yao.qi@linaro.org>
5562
5563 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
5564 standalone_txt. Delete gdb_txt and standalone_txt on host
5565 and target. Spawn the binary on target. Copy files from
5566 target to host.
5567
6bb90213
PA
55682016-08-22 Pedro Alves <palves@redhat.com>
5569
5570 PR gdb/20505
5571 * gdb.base/vdso-warning.exp: Test core dumps too. Use
5572 with_test_prefix. Factor out bits to ...
5573 (test_no_vdso): ... this new procedure.
5574
20c2c024
CL
55752016-08-19 Carl Love <cel@us.ibm.com>
5576
5577 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
5578 maintaining separate logic for constructing the output path.
5579 * gdb.arch/powerpc-d128-regs.exp: Likewise.
5580 * gdb.arch/ppc-dfp.exp: Likewise.
5581 * gdb.arch/ppc-fp.exp: Likewise.
5582 * gdb.arch/vsx-regs.exp: Likewise.
5583 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
5584 binprefix for generating the additional binary files.
5585
0646e07d
PA
55862016-08-19 Pedro Alves <palves@redhat.com>
5587
5588 * gdb.trace/mi-trace-frame-collected.exp
5589 (test_trace_frame_collected): On x32, expect two registers.
5590
46da9242
CL
55912016-08-18 Carl Love <cel@us.ibm.com>
5592
5593 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
5594 and sync up the test with tests in gas/testsuite/gas/ppc.
5595 * gdb.arch/powerpc-power.exp: Likewise.
5596
eb2332d7
SM
55972016-08-17 Simon Marchi <simon.marchi@ericsson.com>
5598
5599 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
5600 expected error message.
5601
63c61e04
SM
56022016-08-17 Simon Marchi <simon.marchi@ericsson.com>
5603
5604 * gdb.multi/remove-inferiors.exp: New file.
5605 * gdb.multi/remove-inferiors.c: New file.
5606
7b17065f
YQ
56072016-08-12 Yao Qi <yao.qi@linaro.org>
5608
5609 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
5610 argument list.
5611
01d3dedf
PA
56122016-08-10 Pedro Alves <palves@redhat.com>
5613
5614 PR gdb/19187
5615 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
5616 setup_kfails.
5617
3eb7562a
PA
56182016-08-09 Pedro Alves <palves@redhat.com>
5619 Simon Marchi <simon.marchi@ericsson.com>
5620
5621 PR gdb/20418
5622 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
5623 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
5624
80614914
PA
56252016-08-09 Pedro Alves <palves@redhat.com>
5626
5627 PR mi/20431
5628 * gdb.mi/mi-cmd-error.exp: New file.
5629
f348d89a
PA
56302016-08-09 Pedro Alves <palves@redhat.com>
5631
5632 PR gdb/18653
5633 * gdb.base/signals-state-child.c: New file.
5634 * gdb.base/signals-state-child.exp: New file.
5635 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
5636
e5ca03b4
PA
56372016-08-09 Pedro Alves <palves@redhat.com>
5638
5639 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
5640
282a0691
TT
56412016-08-03 Tom Tromey <tom@tromey.com>
5642
5643 PR python/18565:
5644 * gdb.python/py-frame-inline.exp: Add Frame.function test.
5645
41bfcd63
YQ
56462016-08-01 Yao Qi <yao.qi@linaro.org>
5647
5648 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
5649 variable mode to "multi-process" if $multi_process is 1, otherwise
5650 set it to "single-process".
5651
e3465b24
YQ
56522016-08-01 Yao Qi <yao.qi@linaro.org>
5653
5654 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
5655 * gdb.cp/cpexprs.exp: Likewise.
5656 * gdb.cp/m-static.exp: Likewise.
5657
0b31a4bc
TT
56582016-07-26 Tom Tromey <tom@tromey.com>
5659
5660 PR python/20190:
5661 * gdb.threads/tls.exp (check_thread_local): Add python symbol
5662 test.
5663
e0461dbb
MM
56642016-07-26 Markus Metzger <markus.t.metzger@intel.com>
5665
5666 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
5667 selecting assembly source files.
5668 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
5669 assembly source files.
5670 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
5671 assembly source files.
5672 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
5673 selecting assembly source files.
5674
8194e927
SM
56752016-07-25 Simon Marchi <simon.marchi@ericsson.com>
5676
5677 * gdb.base/new-ui.exp (do_test_invalid_args): New
5678 procedure.
5679
c0272db5
TW
56802016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
5681
5682 * gdb.btrace/reconnect.c: New file.
5683 * gdb.btrace/reconnect.exp: New file.
5684
e3487908
GKB
56852016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
5686
5687 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
5688 to test_catch_syscall_group.
5689 (test_catch_syscall_group): New.
5690
12df5c00
TT
56912016-07-21 Tom Tromey <tom@tromey.com>
5692
5693 * gdb.rust/simple.rs (main): Use empty struct expression.
5694 * gdb.rust/simple.exp: Add tests for empty struct expression.
5695
bae62ee2
YQ
56962016-07-21 Yao Qi <yao.qi@linaro.org>
5697
5698 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
5699 if gdb_skip_xml_test is true on some targets.
5700
b1b53fb3
YQ
57012016-07-21 Yao Qi <yao.qi@linaro.org>
5702
5703 * gdb.server/solib-list.exp: Unset last_loaded_file.
5704
027d97f8
JK
57052016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5706
5707 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
5708 "step into captured_main (args)".
5709
7674d381
JK
57102016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5711
5712 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
5713
72b5d099
JK
57142016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5715
5716 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
5717
1f960ced
PA
57182016-07-19 Pedro Alves <palves@redhat.com>
5719
5720 * gdb.opt/inline-break.exp: Remove optimize=-O2.
5721 * gdb.opt/inline-bt.exp: Likewise.
5722 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
5723 additional_flags=-Winline.
5724 * gdb.opt/inline-locals.exp: Likewise.
5725 * gdb.opt/inline-markers.c (ATTR): Define.
5726 (inlined_fn): Use it.
5727
f25827c1
YQ
57282016-07-19 Yao Qi <yao.qi@linaro.org>
5729
5730 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
5731 (test_with_self): Remove some code. Remove argument executable.
5732 (top-level): Use do_self_tests.
5733
37539ebe
DB
57342016-07-15 Zachary Welch <zwelch@codesourcery.com>
5735 Don Breazeal <donb@codesourcery.com>
5736
5737 * gdb.base/maint.exp: Escape paths used in regular expressions.
5738 * gdb.stabs/weird.exp: Likewise.
5739
dac790e1
TT
57402016-07-13 Tom Tromey <tom@tromey.com>
5741
5742 PR python/15620, PR python/18620:
5743 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
5744 (test_bkpt_events): New procs.
5745
93daf339
TT
57462016-07-13 Tom Tromey <tom@tromey.com>
5747
5748 PR python/17698:
5749 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
5750 test.
5751 (test_watchpoints): Likewise.
5752 (test_bkpt_pending): New proc.
5753
6571a381
TT
57542016-07-13 Tom Tromey <tom@tromey.com>
5755
5756 PR cli/18053:
5757 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
5758 completion test.
5759
e8732474
JK
57602016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5761
5762 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
5763 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
5764 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
5765 f_label.
5766 (g): Rename g_end_lbl to g_label.
5767 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
5768 low_pc and high_pc.
5769 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
5770
e0f3fd7c
TT
57712016-07-12 Tom Tromey <tom@tromey.com>
5772
5773 PR python/19293:
5774 * gdb.python/py-unwind-maint.exp: Update tests.
5775
3cfe46b6
YQ
57762016-07-12 Yao Qi <yao.qi@linaro.org>
5777
5778 * lib/selftest-support.exp (selftest_setup): Match the output
5779 when captured_main is inlined.
5780
4f19a0e6
WT
57812016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
5782
5783 * gdb.fortran/derived-types.exp (result_line, result_line_2):
5784 New variables.
5785 (print this%a, print this%b, print this): New tests.
5786 * gdb.fortran/derived-types.f90 (this): New object and
5787 initialization.
5788
986cf455
SM
57892016-07-06 Simon Marchi <simon.marchi@ericsson.com>
5790
5791 * gdb.ada/arraydim.exp: Remove extra directory level in build
5792 directory.
5793
f0464b23
SM
57942016-07-06 Simon Marchi <simon.marchi@ericsson.com>
5795
5796 * lib/ada.exp: Remove extra directory level in build directory.
5797 * gdb.ada/cond_lang.exp: Likewise.
5798 * gdb.ada/exec_changed.exp: Likewise.
5799 * gdb.ada/lang_switch.exp: Likewise.
5800
42d94011
MG
58012016-07-06 Manish Goregaokar <manish@mozilla.com>
5802
2806dc7e
PA
5803 * simple.rs: Add test for raw pointer subscripting.
5804 * simple.exp: Add test expectations.
42d94011 5805
647c264c
YQ
58062016-07-05 Yao Qi <yao.qi@linaro.org>
5807
5808 * gdb.mi/mi-reverse.exp: Match =record-started output.
5809
20aa2c60
PA
58102016-07-01 Pedro Alves <palves@redhat.com>
5811
5812 * gdb.base/jit-reader.exp (info_registers_current_frame): New
5813 procedure.
5814 (jit_reader_test): Test the jit reader's unwinder.
5815 * gdb.base/jithost.c (jit_function_00_code): New global.
5816 (main): Use memcpy to fill in the mmapped code, instead of poking
5817 bytes manually here.
5818 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
5819 value.
5820 (read_debug_info): Save the function's range.
5821 (read_sp): New function.
5822 (unwind_frame): Use it. Also unwind RBP.
5823 (get_frame_id): Use read_sp.
5824 (gdb_init_reader): Use calloc instead of malloc.
5825 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
5826 parameter. Use gdb_test_multiple.
5827
ced2dffb
PA
58282016-07-01 Pedro Alves <palves@redhat.com>
5829 Antoine Tremblay <antoine.tremblay@ericsson.com>
5830
5831 * gdb.threads/process-dies-while-detaching.c: New file.
5832 * gdb.threads/process-dies-while-detaching.exp: New file.
5833
63000888
PA
58342016-07-01 Pedro Alves <palves@redhat.com>
5835
5836 * gdb.multi/watchpoint-multi-exit.c: New file.
5837 * gdb.multi/watchpoint-multi-exit.exp: New file.
5838
038d4868
PA
58392016-06-30 Pedro Alves <palves@redhat.com>
5840
5841 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
5842 unset inferior_spawn_id.
5843
994e9c83
PA
58442016-06-30 Pedro Alves <palves@redhat.com>
5845
5846 * lib/mi-support.exp (default_mi_gdb_start): Declare global
5847 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
5848
e5653468
YQ
58492016-06-29 Yao Qi <yao.qi@linaro.org>
5850
5851 * gdb.base/return.c: Add copyright header.
5852
803b47e5
TT
58532016-06-29 Tom Tromey <tom@tromey.com>
5854
5855 PR python/20129:
5856 * gdb.python/py-framefilter.exp: Add tests for setting priority
5857 and disabling of non-existent frame filter.
5858
28244707
YQ
58592016-06-29 Yao Qi <yao.qi@linaro.org>
5860
5861 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
5862 0x0f07ff.
5863
a31d2f06
YQ
58642016-06-28 Yao Qi <yao.qi@linaro.org>
5865
5866 * gdb.base/catch-syscall.exp: Remove check on isnative and target
5867 triplets. Start gdb, execute catch syscall, and continue. Check
5868 gdb's output to determine catch syscall is supported.
5869
921d8f54
MG
58702016-06-27 Manish Goregaokar <manish@mozilla.com>
5871
25d49b86
PA
5872 * gdb.rust/simple.rs: Add test for returning unit in a function.
5873 * gdb.rust/simple.exp: Add expectation for functions returning
5874 unit.
921d8f54 5875
f4952523
PMR
58762016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
5877
5878 * gdb.python/py-breakpoint-create-fail.c,
5879 gdb.python/py-breakpoint-create-fail.exp,
5880 gdb.python/py-breakpoint-create-fail.py: New testcase.
5881
fccb08f8
MG
58822016-06-25 Manish Goregaokar <manish@mozilla.com>
5883
5884 PR gdb/20239
5885 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
5886 * gdb.rust/simple.exp: Add test expectations for new NonZero
5887 tests.
fccb08f8 5888
6b850546
DT
58892016-06-24 David Taylor <dtaylor@emc.com>
5890
5891 * gdb.base/offsets.exp: New file.
5892 * gdb.base/offsets.c: New file.
5893
17621150
TT
58942016-06-23 Tom Tromey <tom@tromey.com>
5895
5896 PR gdb/16483:
5897 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
5898 before any filters are loaded.
5899
04d59df6
WT
59002016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
5901
5902 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
5903 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
5904 structs.
5905 * gdb.fortran/derived-type-function.exp: New file.
5906 * gdb.fortran/derived-type-function.f90: New file.
5907
5908
ac69f786
PA
59092016-06-21 Pedro Alves <palves@redhat.com>
5910
5911 * gdb.base/new-ui.exp: New file.
5912 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
5913 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
5914 (with_spawn_id): New procedure.
5915
49940788
PA
59162016-06-21 Pedro Alves <palves@redhat.com>
5917
5918 * gdb.mi/mi-exec-run.exp: New file.
5919
ef274d26
PA
59202016-06-21 Pedro Alves <palves@redhat.com>
5921
5922 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
5923 breakpoint command's output on the main UI.
5924 (test_break): New procedure, factored out from calls in the top
5925 level.
5926 (top level): Use foreach_with_prefix to test MI as main UI and as
5927 separate UI.
5928
468afe6c
PA
59292016-06-21 Pedro Alves <palves@redhat.com>
5930
5931 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
5932 (test_awatch_creation_and_listing)
5933 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
5934 Remove 'type' parameter.
5935 (test_watchpoint_all): New parameter mi_mode. Remove
5936 with_test_prefix.
5937 (top level): Use foreach_with_prefix, and add main/separate UI MI
5938 testing axis.
5939
51f77c37
PA
59402016-06-21 Pedro Alves <palves@redhat.com>
5941
5942 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
5943 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
5944 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
5945 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
5946 (gdb_main_spawn_id, mi_spawn_id): Declare and
5947 comment.
5948 (mi_create_inferior_pty): New procedure,
5949 factored out from default_mi_gdb_start.
5950 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
5951 procedures.
5952 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
5953 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
5954 Use mi_create_inferior_pty.
5955 (mi_gdb_start): Use eval to pass down args list.
5956
8980e177
PA
59572016-06-21 Pedro Alves <palves@redhat.com>
5958
5959 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
5960 * gdb.opt/inline-cmds.exp: Add MI tests.
5961
f38d3ad1
PA
59622016-06-21 Pedro Alves <palves@redhat.com>
5963
5964 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
5965
45db7c09
PA
59662016-06-21 Pedro Alves <palves@redhat.com>
5967
5968 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
5969 (top level): Use it instead of mi_execute_to.
5970
5a069ab3
PA
59712016-06-21 Pedro Alves <palves@redhat.com>
5972
5973 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
5974 (cont_handler_str): New.
5975 (signal_stop_handler): Set stop_handler_str instead of printing to
5976 stdout.
5977 (continue_handler): Set cont_handler_str instead of printing to
5978 stdout.
5979 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
5980 mi_send_resuming_command. Print stop_handler_str and
5981 cont_handler_str instead of expecting the python events print
5982 directly.
5983
2838cc1d
SD
59842016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
5985
5986 * gdb.base/jit-reader.exp: New file.
5987 * gdb.base/jithost.c: New file.
5988 * gdb.base/jithost.h: New file.
5989 * gdb.base/jitreader.c : New file.
5990 * gdb.base/jit-protocol.h: New file.
5991
21a77091
YQ
59922016-06-17 Yao Qi <yao.qi@linaro.org>
5993
5994 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
5995 parameters follow_fork and detach_on_fork. Set follow-fork-mode
5996 and detach-on-fork. Adjust tests.
5997 (top level): Invoke break_cond_on_syscall with combinations of
5998 syscall, follow-fork-mode and detach-on-fork.
5999
f50bf8e5
YQ
60002016-06-17 Yao Qi <yao.qi@linaro.org>
6001
6002 * gdb.base/step-over-exit.c: New.
6003 * gdb.base/step-over-exit.exp: New.
6004
a28d8e50
YTL
60052016-06-17 Yan-Ting Lin <currygt52@gmail.com>
6006
6007 * gdb.base/float.exp: Add target check for nds32*-*-*.
6008 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
6009
cad8e26d
AB
60102016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
6011
6012 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
6013 for unsupported target features.
6014 * gdb.base/call-rt-st.exp: Likewise.
6015 * gdb.base/call-sc.exp: Likewise.
6016 * gdb.base/call-signal-resume.exp: Likewise.
6017 * gdb.base/call-strs.exp: Likewise.
6018 * gdb.base/callexit.exp: Likewise.
6019 * gdb.base/callfuncs.exp: Likewise.
6020 * gdb.base/nodebug.exp: Likewise.
6021 * gdb.base/printcmds.exp: Likewise.
6022 * gdb.base/ptype.exp: Likewise.
6023 * gdb.base/structs.exp: Likewise.
6024 * gdb.base/unwindonsignal.exp: Likewise.
6025 * gdb.cp/gdb2495.exp: Likewise.
6026 * gdb.cp/templates.exp: Likewise.
6027 * gdb.cp/virtfunc.exp: Likewise.
6028 * gdb.threads/hand-call-in-threads.exp: Likewise.
6029 * gdb.threads/interrupted-hand-call.exp: Likewise.
6030 * gdb.threads/thread-unwindonsignal.exp: Likewise.
6031
347dc102
TT
60322016-06-10 Tom Tromey <tom@tromey.com>
6033
6034 PR rust/20110:
6035 * gdb.rust/expr.exp: Add test for integer constant larger than
6036 i32.
6037
5e13cf25
BH
60382016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
6039
6040 * gdb.fortran/nested-funcs.exp: New.
6041 * gdb.fortran/nested-funcs.f90: New.
6042
bb556f1f
TK
60432016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
6044
6045 * gdb.base/examine-backward.c: New file.
6046 * gdb.base/examine-backward.exp: New file.
6047
38b022b4
SM
60482016-06-06 Simon Marchi <simon.marchi@ericsson.com>
6049
6050 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
6051 matching.
6052
1b40ec05
TT
60532016-06-02 Tom Tromey <tom@tromey.com>
6054
6055 PR python/18984:
6056 * gdb.python/py-shared.exp: Add solib_name test.
6057
193bd378
SM
60582016-06-02 Simon Marchi <simon.marchi@ericsson.com>
6059
6060 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
6061
3326303b
MG
60622016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
6063
6064 PR c++/19893
6065 * gdb.dwarf2/implref.exp: Rename to...
6066 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
6067 * gdb.dwarf2/implref-array.c: New file.
6068 * gdb.dwarf2/implref-array.exp: Likewise.
6069 * gdb.dwarf2/implref-global.c: Likewise.
6070 * gdb.dwarf2/implref-global.exp: Likewise.
6071 * gdb.dwarf2/implref-struct.c: Likewise.
6072 * gdb.dwarf2/implref-struct.exp: Likewise.
6073
825c8ef2
AT
60742016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6075
6076 * gdb.trace/trace-condition.exp: Add 64bit tests.
6077
2320162a
AT
60782016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6079
6080 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
6081 bits types.
6082 (main): Adapt to 8 to 64 bits types.
6083 * gdb.trace/trace-condition.exp: Add new tests.
6084
a7818233
AT
60852016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6086
6087 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
6088
0d336466
AT
60892016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6090
6091 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
6092 Move condition tests...
6093 * gdb.trace/trace-condition.exp: Here.
6094
7faeb45a
AT
60952016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6096
6097 * gdb.trace/trace-condition.exp: Add counter-case tests.
6098
e385593e
JK
60992016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
6100
6101 PR c++/15231
6102 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
6103 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
6104
744608cc
PA
61052016-05-27 Pedro Alves <palves@redhat.com>
6106
6107 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6108 New procedure.
6109 (top level): Call it, and bail out of DejaGnu is known to be bad.
6110
ac775bf4
AB
61112016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
6112
6113 * gdb.base/whatis.c: Extend the test case.
6114 * gdb.base/whatis.exp: Add additional tests.
6115
2bbad2ea
BH
61162016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6117
6118* gdb.fortran/type.f90: Add pointer variable.
6119* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
6120
8b70175d
BH
61212016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6122
6123 * gdb.fortran/vla-type.exp: Fix testcase name.
6124
86d8a848
BH
61252016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6126
6127 * gdb.fortran/vla-type.exp: Access elements in nested structs.
6128
e188eb36
BH
61292016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6130
6131 * gdb.fortran/type.f90: Add nested structures.
6132 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
6133 * gdb.fortran/derived-type.exp: Adapt expected output.
6134 * gdb.fortran/vla-type.exp: Adapt expected output.
6135
9b2db1fd
BH
61362016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6137
6138 * gdb.fortran/whatis_type.exp: Adapt expected output.
6139
72b17055
BH
61402016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6141
6142 * gdb.fortran/print_type.exp: Fix expected output.
6143 * gdb.fortran/whatis_type.exp: Fix expected output.
6144
3cd81d8d
BH
61452016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6146
6147 * gdb.fortran/whatis_type.exp: Use multi_line.
6148
ddae9462
TT
61492016-05-24 Tom Tromey <tom@tromey.com>
6150
6151 PR python/17386:
6152 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
6153 use value as an index.
6154
1957f6b8
TT
61552016-05-23 Tom Tromey <tom@tromey.com>
6156
6157 PR python/17981:
6158 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
6159 no-breakpoint case.
6160
026a9174
PA
61612016-05-24 Pedro Alves <palves@redhat.com>
6162
6163 PR gdb/19828
6164 * gdb.threads/clone-attach-detach.c: New file.
6165 * gdb.threads/clone-attach-detach.exp: New file.
6166
e70a7231
FR
61672016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
6168
6169 * gdb.base/annota-input-while-running.exp: Fix syntax error.
6170
0f6ed0e0
TT
61712016-05-23 Tom Tromey <tom@tromey.com>
6172
6173 PR python/19438, PR python/18393:
6174 * gdb.python/py-progspace.exp: Add "dir" test.
6175 * gdb.python/py-objfile.exp: Add "dir" test.
6176
ffd19d61
YQ
61772016-05-23 Yao Qi <yao.qi@linaro.org>
6178
6179 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
6180 * gdb.arch/thumb2-it.exp: Likewise.
6181
9e8f9b05
SM
61822016-05-18 Simon Marchi <simon.marchi@ericsson.com>
6183
6184 * gdb.mi/mi-threads-interrupt.c: New file.
6185 * gdb.mi/mi-threads-interrupt.exp: New file.
6186
61c6156d
SM
61872016-05-17 Simon Marchi <simon.marchi@ericsson.com>
6188
6189 PR gdb/18077
6190 * gdb.mi/mi-async-run.exp: New file.
6191 * gdb.mi/mi-async-run.c: New file.
6192
67218854
TT
61932016-05-17 Tom Tromey <tom@tromey.com>
6194 Manish Goregaokar <manishsmail@gmail.com>
6195
6196 * lib/rust-support.exp: New file.
6197 * lib/gdb.exp (skip_rust_tests): New proc.
6198 (build_executable_from_specs): Handle rust.
6199 * lib/future.exp (gdb_find_rustc): New proc.
6200 (gdb_default_target_compile): Handle rust.
6201 * gdb.rust/expr.exp: New file.
6202 * gdb.rust/generics.exp: New file.
6203 * gdb.rust/generics.rs: New file.
6204 * gdb.rust/methods.exp: New file.
6205 * gdb.rust/methods.rs: New file.
6206 * gdb.rust/modules.exp: New file.
6207 * gdb.rust/modules.rs: New file.
6208 * gdb.rust/simple.exp: New file.
6209 * gdb.rust/simple.rs: New file.
6210
c44af4eb
TT
62112016-05-17 Tom Tromey <tom@tromey.com>
6212
6213 * gdb.base/default.exp (set language): Add rust.
6214
dcd1f979
TT
62152016-05-17 Tom Tromey <tom@tromey.com>
6216
6217 * gdb.gdb/unittest.exp: New file.
6218
155b7f57
YQ
62192016-05-16 Yao Qi <yao.qi@linaro.org>
6220
6221 * gdb.base/batch-preserve-term-settings.exp: Remove variable
6222 shell_prompt. Update shell_prompt_re.
6223
8ddd5a6c
DE
62242016-05-12 Doug Evans <dje@google.com>
6225
6226 PR symtab/19999
6227 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
6228 $options when building executable.
6229 * gdb.dwarf2/fission-loclists-pie.S: New file.
6230 * gdb.dwarf2/fission-loclists-pie.exp: New file.
6231
02e370d9
SM
62322016-05-04 Simon Marchi <simon.marchi@ericsson.com>
6233
6234 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
6235 of [is_remote target],
6236
8929ad8b
SM
62372016-05-04 Simon Marchi <simon.marchi@ericsson.com>
6238
6239 * lib/gdb.exp (use_gdb_stub): New procedure.
6240
6c447423
DE
62412016-05-03 Yunlian Jiang <yunlian@google.com>
6242 Doug Evans <dje@google.com>
6243
6244 PR symtab/19914
6245 * gdb.dwarf2/dwp-sepdebug.c: New file.
6246 * gdb.dwarf2/dwp-sepdebug.exp: New file.
6247
444e826c
SM
62482016-05-02 Simon Marchi <simon.marchi@ericsson.com>
6249
6250 * gdb.base/detach.exp: Remove is_remote check.
6251
740feeaa
SM
62522016-05-02 Simon Marchi <simon.marchi@ericsson.com>
6253
6254 * gdb.base/annota-input-while-running.exp: Don't check for
6255 [is_remote target]. Enable annotations after running to main.
6256 Remove unused "set test..." line.
6257
9080ac9d
SM
62582016-04-28 Simon Marchi <simon.marchi@ericsson.com>
6259
6260 * gdb.trace/trace-enable-disable.exp: New file.
6261 * gdb.trace/trace-enable-disable.c: New file.
6262
952ebca5
SM
62632016-04-28 Simon Marchi <simon.marchi@ericsson.com>
6264
6265 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
6266 use it in info sharedlibrary test.
6267 * gdb.trace/ftrace-lock.exp: Likewise.
6268 * gdb.trace/ftrace.exp: Likewise.
6269 * gdb.trace/range-stepping.exp: Likewise.
6270 * gdb.trace/trace-break.exp: Likewise.
6271 * gdb.trace/trace-condition.exp: Likewise.
6272 * gdb.trace/trace-mt.exp: Likewise.
6273
d9019901
SM
62742016-04-27 Simon Marchi <simon.marchi@ericsson.com>
6275
6276 * lib/gdb.exp (gdb_load_shlibs): Rename to...
6277 (gdb_load_shlib): ... this.
6278 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
6279 gdb_load_shlib.
6280 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
6281 * gdb.base/ctxobj.exp: Likewise.
6282 * gdb.base/dprintf-pending.exp: Likewise.
6283 * gdb.base/dso2dso.exp: Likewise.
6284 * gdb.base/fixsection.exp: Likewise.
6285 * gdb.base/gcore-relro.exp: Likewise.
6286 * gdb.base/gdb1555.exp: Likewise.
6287 * gdb.base/global-var-nested-by-dso.exp: Likewise.
6288 * gdb.base/gnu-ifunc.exp: Likewise.
6289 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
6290 * gdb.base/jit-so.exp (one_jit_test): Likewise.
6291 * gdb.base/pending.exp: Likewise.
6292 * gdb.base/print-file-var.exp: Likewise.
6293 * gdb.base/print-symbol-loading.exp: Likewise.
6294 * gdb.base/shlib-call.exp: Likewise.
6295 * gdb.base/shreloc.exp: Likewise.
6296 * gdb.base/so-impl-ld.exp: Likewise.
6297 * gdb.base/solib-disc.exp: Likewise.
6298 * gdb.base/solib-nodir.exp: Likewise.
6299 * gdb.base/solib-overlap.exp: Likewise.
6300 * gdb.base/solib-symbol.exp: Likewise.
6301 * gdb.base/solib-weak.exp (do_test): Likewise.
6302 * gdb.base/sym-file.exp: Likewise.
6303 * gdb.base/symtab-search-order.exp: Likewise.
6304 * gdb.base/type-opaque.exp: Likewise.
6305 * gdb.base/unload.exp: Likewise.
6306 * gdb.base/watchpoint-solib.exp: Likewise.
6307 * gdb.compile/compile.exp: Likewise.
6308 * gdb.cp/gdb2384.exp: Likewise.
6309 * gdb.cp/infcall-dlopen.exp: Likewise.
6310 * gdb.cp/re-set-overloaded.exp: Likewise.
6311 * gdb.fortran/library-module.exp: Likewise.
6312 * gdb.opt/solib-intra-step.exp: Likewise.
6313 * gdb.python/py-finish-breakpoint.exp: Likewise.
6314 * gdb.python/py-shared.exp: Likewise.
6315 * gdb.reverse/solib-precsave.exp: Likewise.
6316 * gdb.reverse/solib-reverse.exp: Likewise.
6317 * gdb.server/solib-list.exp: Likewise.
6318 * gdb.threads/dlopen-libpthread.exp: Likewise.
6319 * gdb.threads/tls-shared.exp: Likewise.
6320 * gdb.threads/tls-so_extern.exp: Likewise.
6321 * gdb.trace/change-loc.exp: Likewise.
6322 * gdb.trace/ftrace-lock.exp: Likewise.
6323 * gdb.trace/ftrace.exp: Likewise.
6324 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
6325 * gdb.trace/pending.exp: Likewise.
6326 * gdb.trace/range-stepping.exp: Likewise.
6327 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
6328 (strace_info_marker): Likewise.
6329 (strace_probe_marker): Likewise.
6330 (strace_trace_on_same_addr): Likewise.
6331 (strace_trace_on_diff_addr): Likewise.
6332 * gdb.trace/trace-break.exp: Likewise.
6333 * gdb.trace/trace-condition.exp: Likewise.
6334 * gdb.trace/trace-mt.exp: Likewise.
6335
fca4cfd9
SM
63362016-04-27 Simon Marchi <simon.marchi@ericsson.com>
6337
6338 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
6339 result of gdb_remote_download.
6340 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
6341 * gdb.base/dso2dso.exp: Likewise.
6342 * gdb.base/global-var-nested-by-dso.exp: Likewise.
6343 * gdb.base/print-file-var.exp: Likewise.
6344 * gdb.base/shlib-call.exp: Likewise.
6345 * gdb.base/shreloc.exp: Likewise.
6346 * gdb.base/solib-overlap.exp: Likewise.
6347 * gdb.base/solib-weak.exp (do_test): Likewise.
6348 * gdb.base/unload.exp: Likewise.
6349
11cf4ffb
YQ
63502016-04-27 Yao Qi <yao.qi@linaro.org>
6351
6352 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
6353 exists.
6354
3e2e34f8
KB
63552016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6356
6357 * vla-type.exp: Print structure from toplevel.
6358
8f07e298
BH
63592016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6360
6361 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
6362 of dynamic types.
6363 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
6364 of dynamic types.
6365
9920b434
BH
63662016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6367
6368 * gdb.fortran/vla-type.f90: New file.
6369 * gdb.fortran/vla-type.exp: New file.
6370
f3abeff5
YQ
63712016-04-25 Yao Qi <yao.qi@linaro.org>
6372
6373 * gdb.base/branch-to-self.c: New file.
6374 * gdb.base/branch-to-self.exp: New file.
6375
0a5d52f0
YQ
63762016-04-22 Yao Qi <yao.qi@linaro.org>
6377
6378 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
6379 more after $hex.
6380
495346f6
YQ
63812016-04-22 Yao Qi <yao.qi@linaro.org>
6382
6383 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
6384 * gdb.base/annota3.exp: Likewise.
6385
4a7e075c
YQ
63862016-04-22 Yao Qi <yao.qi@linaro.org>
6387
6388 * gdb.reverse/step-precsave.exp: Do one step and test program
6389 stops in "callee" and do multiple steps until program goes out
6390 of "callee".
6391 * gdb.reverse/step-reverse.exp: Likewise.
6392
5b061e98
YQ
63932016-04-22 Yao Qi <yao.qi@linaro.org>
6394
6395 * gdb.trace/signal.exp: Also pass if
6396 $tracepoint_hits($i) > $iterations.
6397
5c5dc57f
YQ
63982016-04-22 Yao Qi <yao.qi@linaro.org>
6399
6400 * gdb.trace/signal.c: New file.
6401 * gdb.trace/signal.exp: New file.
6402
a55411b9
DE
64032016-04-19 Doug Evans <xdje42@gmail.com>
6404
6405 * gdb.base/bad-file.exp: New file.
6406
a22df60a
MG
64072016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
6408
6409 * gdb.dwarf2/implref.exp: New file.
6410
0c13f7e5
BH
64112016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
6412
6413 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
6414 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
6415 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
6416 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
6417 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
6418 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
6419 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
6420 * lib/fortran.exp (fortran_int4): New procedure.
6421 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
6422 (fortran_logical4): Likewise.
6423
9b9b09e9
BH
64242016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
6425
6426 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
6427
a14d1f4d
BH
64282016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
6429
6430 * lib/compiler.c: Add Intel specific preprocessor macros.
6431 * lib/compiler.cc: Likewise.
25d49b86 6432
7d49b1d0
LM
64332016-04-13 Luis Machado <lgustavo@codesourcery.com>
6434
6435 * gdb.server/connect-with-no-symbol-file.c: New file.
6436 * gdb.server/connect-with-no-symbol-file.exp: New file.
6437
8392fa22
SM
64382016-04-13 Simon Marchi <simon.marchi@ericsson.com>
6439
6440 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
6441
8c4c4aeb
SM
64422016-04-13 Simon Marchi <simon.marchi@ericsson.com>
6443
6444 * boards/gdbserver-base.exp (${board}_download): Copy source file to
6445 standard output directory.
6446
45e3745e
AT
64472016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
6448
6449 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
6450
e26b7e41
MM
64512016-04-13 Markus Metzger <markus.t.metzger@intel.com>
6452
6453 * gdb.btrace/instruction_history.c (loop): Add declaration.
6454
8ce09462
AT
64552016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6456
6457 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
6458
2e88a1ea
SM
64592016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
6460
6461 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
6462 parentheses to print.
6463 (continue_handler): Likewise.
6464
f48e22e3
SM
64652016-04-08 Simon Marchi <simon.marchi@ericsson.com>
6466
6467 * gdb.server/solib-list.exp: Remove is_remote check.
6468 Pass shlib= to gdb_compile. Don't link shared library with
6469 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
6470 Run binary filename through "readlink -f" on the target.
6471
096be756
PA
64722016-04-08 Pedro Alves <palves@redhat.com>
6473
6474 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
6475 interpreter filename as argument to gdbserver_spawn.
6476 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6477 Return empty if $last_loaded_file does not exist.
6478
06500533
JK
64792016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6480
6481 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
6482 * gdb.base/jit-main.c: Use exit after usage.
6483
2d35e871
JK
64842016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6485
6486 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
6487 GDBHISTSIZE prior to the tests.
6488 * gdb.base/gdbinit-history.exp: Likewise.
6489
64902016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
6491
6492 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
6493 instead of build_executable. Use gdb_load_shlibs.
6494
c8064e7e
YQ
64952016-04-07 Yao Qi <yao.qi@linaro.org>
6496
6497 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
6498 Execute "si" command.
6499
bde47561
YQ
65002016-04-07 Yao Qi <yao.qi@linaro.org>
6501
6502 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
6503 number instead of the comments on some line.
6504
b16f8a3b
DB
65052016-04-06 Don Breazeal <donb@codesourcery.com>
6506
6507 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
6508 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
6509
c2f901df
SM
65102016-04-06 Simon Marchi <simon.marchi@ericsson.com>
6511
6512 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
6513 standard_output_file. Remove unused binfile variable.
6514
ac17fda0
CU
65152016-04-05 Catalin Udma <catalin.udma@freescale.com>
6516
6517 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
6518 * gdb.python/py-mi-objfile.exp: Match "list main" output
6519 in console format.
6520
03a8c4df
SM
65212016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
6522
6523 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
6524 absolute.
6525
6e774b13
SM
65262016-04-05 Simon Marchi <simon.marchi@ericsson.com>
6527
6528 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
6529 absolute.
6530 * gdb.trace/ftrace.exp: Likewise.
6531 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
6532 targets as well.
6533 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
6534 (gdb_load_shlibs): Copy libraries to test directory when testing
6535 natively. Only set solib-search-path if testing remotely.
6536 * lib/mi-support.exp (mi_load_shlibs): Likewise.
6537
7817ea46
SM
65382016-04-05 Simon Marchi <simon.marchi@ericsson.com>
6539
6540 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
6541 gdb_download. Use it even if the target is not remote.
6542 * gdb.base/jit.exp (compile_jit_test): Likewise.
6543 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
6544 output directory if the destination board is local, otherwise use
6545 the standard remote_download from DejaGnu.
6546 (gdb_download): Remove.
6547 (gdb_load_shlibs): Use gdb_remote_download instead of
6548 gdb_download.
6549 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6550 Use gdb_remote_download instead of gdb_download. Use it even if
6551 the target is not remote.
6552 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
6553 instead of gdb_download.
6554
7beb7f68
SM
65552016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
6556
6557 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
6558 (test_insert_delete_modify): Call mi_load_shlibs before trying to
6559 run.
6560
cc63428a
AV
65612016-04-01 Artemiy Volkov <artemiyv@acm.org>
6562
6563 PR gdb/19820
6564 * gdb.base/printcmds.exp: Add artificial arrays tests.
6565
64cdf930
PA
65662016-03-31 Pedro Alves <palves@redhat.com>
6567
6568 PR gdb/19858
6569 * gdb.base/jit-main.c: Include unistd.h.
6570 (ATTACH): Define to 0 if not already defined.
6571 (wait_for_gdb, mypid): New globals.
6572 (WAIT_FOR_GDB): New macro.
6573 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
6574 some breakpoint locations.
6575 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
6576 New procedures.
6577 (one_jit_test): Add REATTACH parameter, and handle it. Use
6578 continue_to_test_location.
6579 (top level): Test attach, and adjusts calls to one_jit_test.
6580
40dea8cb
PA
65812016-03-31 Pedro Alves <palves@redhat.com>
6582
6583 PR gdb/19858
6584 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
6585 BINSUFFIX parameter, and handle it.
6586 (top level): Adjust calls compile_jit_test.
6587
e7ea3ec7
CU
65882016-03-31 Catalin Udma <catalin.udma@freescale.com>
6589
6590 PR python/19743
6591 * gdb.python/py-mi-events-gdb.py: New file.
6592 * gdb.python/py-mi-events.c: New file.
6593 * gdb.python/py-mi-events.exp: New file.
6594
e6359af3
YQ
65952016-03-30 Yao Qi <yao.qi@linaro.org>
6596
6597 * gdb.reverse/until-precsave.exp: Match function name only.
6598 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
6599 Move malloc to a condition block.
6600 * gdb.reverse/until-reverse.exp: Match function name only.
6601
a4105d04
MK
66022016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
6603
6604 * gdb.trace/ftrace.exp: Set arg0exp for s390.
6605 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
6606 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
6607 variable for GPR 0 instead of assuming it is register 0.
6608 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
6609 * lib/trace-support.exp: Add s390 registers.
6610
bfa6adb9
YQ
66112016-03-29 Yao Qi <yao.qi@linaro.org>
6612
6613 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
6614
1e6697ea
YQ
66152016-03-24 Yao Qi <yao.qi@linaro.org>
6616
6617 * gdb.reverse/break-reverse.exp: Add quotation mark in the
6618 test message.
6619
64bcd522
AA
66202016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6621
6622 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
6623 maintaining separate logic for constructing the output path.
6624
7868401b
DB
66252016-03-16 Don Breazeal <donb@codesourcery.com>
6626
6627 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
6628 Retry fork and waitpid on interrupted system call errors.
6629 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6630 Use with_timeout_factor to increase timeout by factor of 10.
6631
1cafadb4
DB
66322016-03-15 Don Breazeal <donb@codesourcery.com>
6633
6634 * gdb.cp/scope-err.cc: New test program.
6635 * gdb.cp/scope-err.exp: New test script.
6636 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
6637 lines and "set breakpoint here" comment.
6638 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
6639 Fixed some whitespace and format issues.
6640 * gdb.mi/mi-linespec-err-cp.cc: New test program.
6641 * gdb.mi/mi-linespec-err-cp.exp: New test script.
6642
81516450
DE
66432016-03-15 Doug Evans <dje@google.com>
6644
6645 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
6646 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
6647 All callers updated. Add tests for enums, mixed flags register.
6648
aa52b601
DE
66492016-03-15 Doug Evans <dje@google.com>
6650
6651 * gdb.base/skip.c (main): Call test_skip_file_and_function.
6652 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
6653
fa4ff313
SM
66542016-03-14 Simon Marchi <simon.marchi@ericsson.com>
6655
6656 * gdb.base/default.exp: Add $_as_string to the list of expected
6657 convenience functions.
6658
f2403c39
AB
66592016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
6660
6661 * gdb.base/maint.exp: New tests for 'maint info line-table'.
6662
f2f3ccb9
SM
66632016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
6664
6665 * gdb.python/py-as-string.exp: New file.
6666 * gdb.python/py-as-string.c: New file.
6667
00dbd492
PA
66682016-03-09 Pedro Alves <palves@redhat.com>
6669
6670 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
6671 signal" -> "Thread NN received signal" output change.
6672 * gdb.threads/ia64-sigill.exp: Likewise.
6673 * gdb.threads/linux-dp.exp: Likewise.
6674 * gdb.threads/manythreads.exp: Likewise.
6675 * gdb.threads/pending-step.exp: Likewise.
6676 * gdb.threads/print-threads.exp: Likewise.
6677 * gdb.threads/sigstep-threads.exp: Likewise.
6678 * gdb.threads/staticthreads.exp: Likewise.
6679 * gdb.threads/tls.exp: Likewise.
6680
1e6697ea
YQ
66812016-03-09 Pedro Alves <palves@redhat.com>
6682
6683 * gdb.base/command-line-input.exp: New file.
6684
b04fd3be
MK
66852016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6686
6687 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
6688 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
6689 * gdb.trace/pending.exp: Accept leading dot before function name.
6690 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
6691 * lib/trace-support.exp: Set registers for ppc.
6692
98fa59e9
MK
66932016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6694
6695 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
6696 use it for disassembly; accept .main in addition to main in backtrace.
6697
f77198c8
MK
66982016-03-09 Wei-cheng Wang <cole945@gmail.com>
6699 Marcin Kościelnicki <koriakin@0x04.net>
6700
6701 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
6702 (gdb_recursion_test_ptr): New global variable.
6703 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
6704 gdb_recursion_test.
6705 (gdb_c_test): Ditto.
6706
ba84e0da
MK
67072016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6708
6709 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
6710 ordering.
6711
4366d36e
MK
67122016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6713
6714 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
6715 (bar): Add bar_start_lbl label.
6716 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
6717 of foo/bar for emitting DWARF and tracing.
6718
5eb264df
SDJ
67192016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
6720
6721 * analyze-racy-logs.py: Set executable bit.
6722
fb6a751f
SDJ
67232016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
6724
6725 * Makefile.in (DEFAULT_RACY_ITER): New variable.
6726 (CHECK_TARGET_TMP): Likewise.
6727 (check-single-racy): New rule.
6728 (check-parallel-racy): Likewise.
6729 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
6730 (do-check-parallel-racy): New rule.
6731 (check-racy/%.exp): Likewise.
6732 * README (Racy testcases): New section.
6733 * analyze-racy-logs.py: New file.
6734
bdf7e230
DE
67352016-03-03 Doug Evans <dje@google.com>
6736
6737 * gdb.base/skip.exp: Use with_test_prefix.
6738
4719d415
YQ
67392016-03-03 Yao Qi <yao.qi@linaro.org>
6740
6741 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
6742 Invoke step_over_syscall "clone" and break_cond_on_syscall
6743 "clone".
6744 * gdb.base/step-over-clone.c: New file.
6745
ea507862
YQ
67462016-03-03 Yao Qi <yao.qi@linaro.org>
6747
6748 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
6749 code format.
6750
8fc8cbda
YQ
67512016-03-03 Yao Qi <yao.qi@linaro.org>
6752
6753 * gdb.base/disp-step-fork.c: Rename to ...
6754 * gdb.base/step-over-fork.c: ... it. New file.
6755 * gdb.base/disp-step-vfork.c: Rename to ...
6756 * gdb.base/step-over-vfork.c: ... it. New file.
6757 * gdb.base/disp-step-syscall.exp: Rename to ...
6758 * gdb.base/step-over-syscall.exp: ... it. New file.
6759 (disp_step_cross_syscall): Rename to ...
6760 (step_over_syscall): ... it.
6761
92fa70b0
YQ
67622016-03-03 Yao Qi <yao.qi@linaro.org>
6763
6764 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
6765 If target supports condition evaluation on target, invoke
6766 break_cond_on_syscall for fork and vfork.
6767
e197ad3c
YQ
67682016-03-03 Yao Qi <yao.qi@linaro.org>
6769
6770 * gdb.base/disp-step-syscall.exp: Don't invoke
6771 support_displaced_stepping.
6772 (disp_step_cross_syscall): Test with displaced stepping off and
6773 on if supported.
6774
0b47da9f
YQ
67752016-03-03 Yao Qi <yao.qi@linaro.org>
6776
6777 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
6778 proc.
6779 (setup): New proc.
6780 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
6781 and setup.
6782
065ab6dc
BH
67832016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6784
6785 * gdb.fortran/vla-history.exp: Remove breakpoint.
6786
07e448ad 67872016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6788
25d49b86
PA
6789 * gdb.fortran/vla-history.exp: Lookup array elements and printing
6790 exceeds timeout.
07e448ad 6791
9ac2d526 67922016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6793
25d49b86
PA
6794 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
6795 breakpoint.
9ac2d526 6796
17807369
BH
67972016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6798
6799 * gdb.mi/vla.f90: Nullify pointer after declaration.
6800
86e501af
PA
68012016-03-01 Pedro Alves <palves@redhat.com>
6802
6803 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
6804
1e903e32
PA
68052016-03-01 Pedro Alves <palves@redhat.com>
6806
6807 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
6808 before anything else.
6809 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
6810 _GNU_SOURCE here.
6811 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
6812 before anything else.
6813 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
6814
6ccb54e2
PA
68152016-03-01 Pedro Alves <palves@redhat.com>
6816
6817 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
6818
30ca9da1
YQ
68192016-03-01 Yao Qi <yao.qi@linaro.org>
6820
6821 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
6822 prepare_for_testing.
6823
dc856b38
YQ
68242016-03-01 Yao Qi <yao.qi@linaro.org>
6825
6826 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
6827
4a932159
AA
68282016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6829
6830 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
6831 manually constructing the output path.
6832
f2489477
AA
68332016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6834
6835 * gdb.arch/s390-stackless.S: New.
6836 * gdb.arch/s390-stackless.exp: New.
6837
38899f16
IB
68382016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
6839
6840 * gdb.dlang/circular.c: New file.
6841 * gdb.dlang/circular.exp: New file.
6842
9fde51ed
YQ
68432016-02-26 Yao Qi <yao.qi@linaro.org>
6844
6845 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
6846 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
6847 (testcases): Update.
6848
ce90fefe
YQ
68492016-02-26 Yao Qi <yao.qi@linaro.org>
6850
6851 * gdb.reverse/aarch64.c: Rename to ...
6852 * gdb.reverse/insn-reverse.c: ... it.
6853 * gdb.reverse/aarch64.exp: Rename to ...
6854 * gdb.reverse/insn-reverse.exp: ... it.
6855
3263bceb
YQ
68562016-02-26 Yao Qi <yao.qi@linaro.org>
6857
6858 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
6859 (testcase_ftype): New.
6860 (testcases): New array.
6861 (n_testcases): New.
6862 (main): Call each element in testcases.
6863 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
6864 (read_testcase): New.
6865 Do the tests in a loop.
6866
6cb59ff1
YQ
68672016-02-25 Yao Qi <yao.qi@linaro.org>
6868
6869 * gdb.base/branches.c: Remove.
6870
ae91f625
MK
68712016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6872
6873 PR gdb/13808
6874 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
6875
678b48b7
MK
68762016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6877
6878 * gdb.trace/ftrace.exp: Remove unnecessary target check.
6879
7337a6f2
MK
68802016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6881
6882 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
6883 change x86_64 call_insn to 'callq'.
6884
861ca91f
AT
68852016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
6886
6887 * gdb.trace/tfile-avx.c: Move to...
6888 * gdb.trace/tracefile-pseudo-reg.c: Here.
6889 * gdb.trace/tfile-avx.exp: Move to...
6890 * gdb.trace/tracefile-pseudo-reg.exp: Here.
6891
bf74e428
GB
68922016-02-24 Gary Benson <gbenson@redhat.com>
6893
6894 * gdb.base/attach-pie-noexec.exp: Do not expect an error
6895 message on attach.
6896
cce0e923
DE
68972016-02-23 Doug Evans <dje@google.com>
6898
6899 * gdb.base/skip.c (test_skip): New function.
6900 (end_test_skip_file_and_function): New function.
6901 (test_skip_file_and_function): New function.
6902 * gdb.base/skip1.c (test_skip): New function.
6903 (skip1_test_skip_file_and_function): New function.
6904 * gdb.base/skip.exp: Add tests for new skip options.
6905 * gdb.base/skip-solib.exp: Update expected output.
6906 * gdb.perf/skip-command.cc: New file.
6907 * gdb.perf/skip-command.exp: New file.
6908 * gdb.perf/skip-command.py: New file.
6909
4000e47e
MK
69102016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
6911
6912 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
6913 info registers pattern.
6914
24f75ead
IB
69152016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
6916
6917 * lib/future.exp: Add D support.
6918 (gdb_find_gdc): New proc.
6919 (gdb_default_target_compile): Add D support.
6920
fbb7bcbe
WW
69212016-02-18 Wei-cheng Wang <cole945@gmail.com>
6922
6923 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
6924 user+system time.
6925 (trace_speed_test): Determine the iteration count for a time
6926 between 15..30 seconds.
6927
012b3a21
WT
69282016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
6929
6930 * gdb.arch/i386-mpx-sigsegv.c: New file.
6931 * gdb.arch/i386-mpx-sigsegv.exp: New file.
6932 * gdb.arch/i386-mpx-simple_segv.c: New file.
6933 * gdb.arch/i386-mpx-simple_segv.exp: New file.
6934
2d5189bd
YQ
69352016-02-18 Yao Qi <yao.qi@linaro.org>
6936
6937 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
6938 Don't call setup_kfail.
6939
40fb20d0
YQ
69402016-02-18 Yao Qi <yao.qi@linaro.org>
6941
6942 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6943 Set "set breakpoint condition-evaluation" per $cond_bp_target.
6944
21b1f8d2
DE
69452016-02-16 Doug Evans <dje@google.com>
6946
6947 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
6948 * gdb.base/skip1.c: Ditto.
6949 * gdb.base/skip.exp: Whitespace cleanup.
6950
4041ed77
DB
69512016-02-16 Don Breazeal <donb@codesourcery.com>
6952
6953 PR remote/19496
6954 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6955 Remove kfail for PR remote/19496.
6956
c4ef31bf
SM
69572016-02-16 Simon Marchi <simon.marchi@ericsson.com>
6958
6959 * lib/gdb.exp (standard_temp_file): Return a path specific to
6960 the runtest invocation.
6961
266b65b3
SM
69622016-02-16 Simon Marchi <simon.marchi@ericsson.com>
6963
6964 * gdb.trace/save-trace.exp: Change relative path to be in the
6965 standard output directory.
6966
a7a0a6a9
JK
69672016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6968
6969 * gdb.arch/i386-prologue.c: Add missing prototypes.
6970
c99dbb42
JK
69712016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6972
6973 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
6974 * gdb.arch/i386-prologue.exp: Likewise.
6975 * gdb.arch/i386-size.exp: Likewise.
6976
aa480355
SM
69772016-02-15 Simon Marchi <simon.marchi@ericsson.com>
6978
6979 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
6980 define object file path.
6981 * gdb.btrace/gcore.exp: Use standard_output_file to define core
6982 file path.
6983 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
6984 standard_output_file to define binfile.
6985
ba881f50
JK
69862016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6987
6988 Fix compatibility with recent gfortran-5.3.1.
6989 * gdb.fortran/vla-history.exp (print vla1 allocated)
6990 (print vla2 allocated, print $2, print $3): Remove
6991 (print $4): Rename to ...
6992 (print $2): ... here.
6993 (print $9): Rename to ...
6994 (print $5): ... here.
6995 (print $10): Rename to ...
6996 (print $6): ... here.
6997 * gdb.fortran/vla.f90: Add pvla initialization.
6998
e9fb005c
JK
69992016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7000
7001 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
7002 New test.
7003 * gdb.fortran/vla-value-sub.exp: Likewise.
7004
e44e00ff
MK
70052016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
7006
7007 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
7008
97e94151
SM
70092016-02-12 Simon Marchi <simon.marchi@ericsson.com>
7010
7011 * i386-biarch-core.exp: Define corefile using
7012 standard_output_file.
7013
01113bc1
YQ
70142016-02-12 Yao Qi <yao.qi@linaro.org>
7015
7016 * gdb.arch/arm-single-step-kernel-helper.c: New.
7017 * gdb.arch/arm-single-step-kernel-helper.exp: New.
7018
33b4777c
MM
70192016-02-12 Markus Metzger <markus.t.metzger@intel.com>
7020
7021 * gdb.btrace/tailcall-only.exp: New.
7022 * gdb.btrace/tailcall-only.c: New.
7023 * gdb.btrace/x86_64-tailcall-only.S: New.
7024 * gdb.btrace/i686-tailcall-only.S: New.
7025
acc23c11
PA
70262016-02-11 Pedro Alves <palves@redhat.com>
7027
7028 * README (Parallel testing): Add missing double quotes.
7029
e352bf0a
PA
70302016-02-11 Pedro Alves <palves@redhat.com>
7031
7032 * README (Parallel testing): New section.
7033 (GDB_PARALLEL): Rewrite.
7034 (FORCE_PARALLEL): Document.
7035
9f5fed78
MK
70362016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
7037
7038 * gdb.trace/tfile-avx.c: New test.
7039 * gdb.trace/tfile-avx.exp: New test.
7040
9ef9e6a6
KS
70412016-02-09 Keith Seitz <keiths@redhat.com>
7042
7043 PR breakpoints/19546
7044 * gdb.base/infcall-exec.c: New file.
7045 * gdb.base/infcall-exec2.c: New file.
7046 * gdb.base/infcall-exec.exp: New file.
7047
a96e36da
KS
70482016-02-09 Keith Seitz <keiths@redhat.com>
7049
7050 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
7051 (toplevel): Call test_bkpt_address.
7052
9f61929f
KS
70532016-02-09 Keith Seitz <keiths@redhat.com>
7054
7055 PR python/19506
7056 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
7057 (toplevel): Call test_bkpt_address.
7058
1e94266c
SM
70592016-02-09 Simon Marchi <simon.marchi@ericsson.com>
7060
7061 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
7062 to AC_OUTPUT.
7063 * configure: Regenerate.
7064
2a7f3dff
PA
70652016-02-09 Pedro Alves <palves@redhat.com>
7066
7067 PR breakpoints/19548
7068 * gdb.base/execl-update-breakpoints.c (some_function): New
7069 function.
7070 (main): Call it.
7071 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
7072 Tighten expected GDB output.
7073
2151ccc5
SM
70742016-02-08 Simon Marchi <simon.marchi@ericsson.com>
7075
7076 * Makefile.in (ALL_SUBDIRS): Remove.
7077 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
7078 (distclean maintainer-clean realclean): Likewise.
7079 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
7080 * configure: Regenerate.
7081 * gdb.ada/Makefile.in: Delete.
7082 * gdb.arch/Makefile.in: Likewise.
7083 * gdb.asm/Makefile.in: Likewise.
7084 * gdb.base/Makefile.in: Likewise.
7085 * gdb.btrace/Makefile.in: Likewise.
7086 * gdb.cell/Makefile.in: Likewise.
7087 * gdb.compile/Makefile.in: Likewise.
7088 * gdb.cp/Makefile.in: Likewise.
7089 * gdb.disasm/Makefile.in: Likewise.
7090 * gdb.dlang/Makefile.in: Likewise.
7091 * gdb.dwarf2/Makefile.in: Likewise.
7092 * gdb.fortran/Makefile.in: Likewise.
7093 * gdb.gdb/Makefile.in: Likewise.
7094 * gdb.go/Makefile.in: Likewise.
7095 * gdb.guile/Makefile.in: Likewise.
7096 * gdb.java/Makefile.in: Likewise.
7097 * gdb.linespec/Makefile.in: Likewise.
7098 * gdb.mi/Makefile.in: Likewise.
7099 * gdb.modula2/Makefile.in: Likewise.
7100 * gdb.multi/Makefile.in: Likewise.
7101 * gdb.objc/Makefile.in: Likewise.
7102 * gdb.opencl/Makefile.in: Likewise.
7103 * gdb.opt/Makefile.in: Likewise.
7104 * gdb.pascal/Makefile.in: Likewise.
7105 * gdb.perf/Makefile.in: Likewise.
7106 * gdb.python/Makefile.in: Likewise.
7107 * gdb.reverse/Makefile.in: Likewise.
7108 * gdb.server/Makefile.in: Likewise.
7109 * gdb.stabs/Makefile.in: Likewise.
7110 * gdb.threads/Makefile.in: Likewise.
7111 * gdb.trace/Makefile.in: Likewise.
7112 * gdb.xml/Makefile.in: Likewise.
7113 * lib/gdb.exp (make_gdb_parallel_path): Add check for
7114 GDB_PARALLEL.
7115 (standard_output_file): Remove check for GDB_PARALLEL, always
7116 return path in outputs/$subdir/$testname.
7117
437277d4
SM
71182016-02-08 Simon Marchi <simon.marchi@ericsson.com>
7119
7120 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
7121 (site.exp): Assign abs_srcdir to tcl's srcdir.
7122
31d913c7
YQ
71232016-02-04 Yao Qi <yao.qi@linaro.org>
7124
7125 * gdb.base/foll-exec-mode.c: Include limits.h.
7126 (main): Add parameters argc and argv. Get directory from
7127 argv[0].
7128 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
7129 compilation.
7130 * gdb.base/foll-exec.c: Include limits.h.
7131 (main): Add parameters argc and argv.
7132 Get directory from argv[0].
7133 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
7134 Adjust tests on the number of lines as source code changed.
7135 * gdb.base/foll-vfork-exit.c: Include limits.h.
7136 (main): Add one line of statement before vfork.
7137 * gdb.base/foll-vfork.c: Include limits.h and string.h.
7138 (main): Add parameters argc and argv. Get directory from
7139 argv[0].
7140 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
7141 (setup_gdb): Set tbreak to skip some source lines.
7142 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
7143 (main): Add parameters argc and argv. Get directory from
7144 argv[0].
7145 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
7146 compilation.
7147 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
7148 (main): Add parameters argc and argv. Get directory from
7149 argv[0].
7150 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
7151 compilation.
7152
9482b9fb
DE
71532016-02-01 Doug Evans <dje@google.com>
7154
7155 * gdb.base/skip.exp: Clean up multiple references to same test name.
7156
6b2e4f10
PA
71572016-02-01 Pedro Alves <palves@redhat.com>
7158
ccb6afd6 7159 PR remote/19496
6b2e4f10
PA
7160 * gdb.threads/forking-threads-plus-breakpoint.exp
7161 (displaced_stepping_supported): New global.
7162 (probe_displaced_stepping_support): New procedure.
7163 (do_test): Add 'displaced' parameter, and use it.
7164 (top level): Check for displaced stepping support. Add displaced
7165 stepping on/off testing axis.
7166
37a8db1a
AB
71672016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
7168
7169 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
7170 pointer. Don't perform further tests on the unassociated pointer
7171 if the first test fails.
7172
5fdf6324
AB
71732016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
7174
7175 * gdb.base/max-value-size.c: New file.
7176 * gdb.base/max-value-size.exp: New file.
7177 * gdb.base/huge.exp: Disable max-value-size for this test.
7178
935c6144
IB
71792016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
7180
7181 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
7182
7fe8399d
YQ
71832016-01-28 Yao Qi <yao.qi@linaro.org>
7184
7185 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
7186
a2077e25
PA
71872016-01-25 Pedro Alves <palves@redhat.com>
7188
7189 PR threads/19461
7190 * gdb.base/fork-running-state.c: New file.
7191 * gdb.base/fork-running-state.exp: New file.
7192
1d2736d4
PA
71932016-01-25 Pedro Alves <palves@redhat.com>
7194
7195 PR gdb/19494
7196 * gdb.base/catch-fork-kill.c: New file.
7197 * gdb.base/catch-fork-kill.exp: New file.
7198
f1da4b11
PA
71992016-01-25 Pedro Alves <palves@redhat.com>
7200
7201 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
7202 Delete, moved to lib/gdb.exp.
7203 * gdb.threads/forking-threads-plus-breakpoint.exp
7204 (foreach_with_prefix): Likewise.
7205 * gdb.threads/process-dies-while-handling-bp.exp
7206 (foreach_with_prefix): Likewise.
7207 * lib/gdb.exp (foreach_with_prefix): New procedure.
7208
45f38546
MK
72092016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
7210
7211 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
7212 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
7213
dc29a1ce
MK
72142016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
7215
7216 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
7217 endian targets.
7218
092127d7
JK
72192016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7220 Pedro Alves <palves@redhat.com>
7221
7222 Fix testsuite compatibility with Guile.
7223 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
7224 number.
7225
31d765d3
JK
72262016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7227
7228 Fix testsuite compatibility with Guile.
7229 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
7230 (thread 1): New test for backtrace through signal handler.
7231
1ac78c04
YQ
72322016-01-22 Yao Qi <yao.qi@linaro.org>
7233
7234 PR testsuite/19491
7235 * gdb.base/multi-forks.c: Include
7236 ../lib/unbuffer_output.c
7237 (main): Call gdb_unbuffer_output.
7238
4f5946a8
DE
72392016-01-21 Doug Evans <dje@google.com>
7240
7241 * lib/ada.exp (gdb_compile_ada): Fix typo.
7242
305e13e6
JB
72432016-01-21 Joel Brobecker <brobecker@adacore.com>
7244
7245 * gdb.base/break-fun-addr.exp: New file.
7246 * gdb.base/break-fun-addr1.c: New file.
7247 * gdb.base/break-fun-addr2.c: New file.
7248
5f5dfff6
SM
72492016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
7250
7251 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
7252 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
7253 enum flag values.
7254
fd356fa2
AA
72552016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
7256
7257 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
7258 when GDB can not set the vector return value. Add more comments
7259 for clarification.
7260
9df22175
AT
72612016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
7262
7263 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
7264 command.
7265
41d1845e
SM
72662016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7267
7268 * Makefile.in (DO_RUNTEST): Add --status and update usages.
7269
01ac6840
SM
72702016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7271
7272 * Makefile.in (check-single): Pass --status to runtest.
7273 (check/%.exp): Likewise.
7274
72752016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7276
7277 * Makefile.in (check-parallel): Propagate return code from make
7278 do-check-parallel.
7279
bd0a71fa
MK
72802016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
7281
7282 * gdb.trace/ftrace.exp: Fix expected message on continue.
7283 * gdb.trace/pending.exp: Fix expected message on continue.
7284 * gdb.trace/trace-break.exp: Fix expected message on continue.
7285
8bcbad33
SM
72862016-01-18 Simon Marchi <simon.marchi@ericsson.com>
7287
7288 * lib/gdb.exp (gdb_test): Remove unused global references.
7289
f303dbd6
PA
72902016-01-18 Pedro Alves <palves@redhat.com>
7291
7292 * gdb.base/async-shell.exp: Adjust expected output.
7293 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
7294 * gdb.base/siginfo-thread.exp: Adjust expected output.
7295 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
7296 * gdb.java/jnpe.exp: Adjust expected output.
7297 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
7298 * gdb.threads/continue-pending-status.exp: Adjust expected output.
7299 * gdb.threads/leader-exit.exp: Adjust expected output.
7300 * gdb.threads/manythreads.exp: Adjust expected output.
7301 * gdb.threads/pthreads.exp: Adjust expected output.
7302 * gdb.threads/schedlock.exp: Adjust expected output.
7303 * gdb.threads/siginfo-threads.exp: Adjust expected output.
7304 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
7305 expected output.
7306 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
7307 output.
7308 * gdb.threads/sigthread.exp: Adjust expected output.
7309 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
7310
b2789696
YQ
73112016-01-18 Yao Qi <yao.qi@linaro.org>
7312
7313 * gdb.guile/scm-section-script.c: Replace @progbits with
7314 %progbits.
7315 * gdb.python/py-section-script.c: Likewise.
7316
71ef29a8
PA
73172016-01-15 Pedro Alves <palves@redhat.com>
7318
7319 * gdb.multi/tids.exp: Test star wildcard ranges.
7320
3f5b7598
PA
73212016-01-15 Pedro Alves <palves@redhat.com>
7322
7323 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
7324 command from "thread apply" invocation.
7325 (thr_apply_info_thr_invalid): Default the expected output to the
7326 input tid list.
7327 (top level): Add tests that use convenience variables. Add tests
7328 for "thread apply" with a valid TID list, but missing the command.
7329
663f6d42
PA
73302016-01-13 Pedro Alves <palves@redhat.com>
7331
7332 * gdb.base/default.exp: Expect $_gthread as well.
7333 * gdb.multi/tids.exp: Test $_gthread.
7334 * gdb.threads/thread-specific.exp: Test $_gthread.
7335
c84f6bbf
PA
73362016-01-13 Pedro Alves <palves@redhat.com>
7337
7338 * gdb.multi/tids.exp: Test "info threads -gid".
7339
22a02324
PA
73402016-01-13 Pedro Alves <palves@redhat.com>
7341
7342 * gdb.multi/tids.exp: Test InferiorThread.global_num and
7343 Breakpoint.thread.
7344 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
7345
5d5658a1
PA
73462016-01-07 Pedro Alves <palves@redhat.com>
7347
7348 * gdb.base/break.exp: Adjust to output changes.
7349 * gdb.base/hbreak2.exp: Likewise.
7350 * gdb.base/sepdebug.exp: Likewise.
7351 * gdb.base/watch_thread_num.exp: Likewise.
7352 * gdb.linespec/keywords.exp: Likewise.
7353 * gdb.multi/info-threads.exp: Likewise.
7354 * gdb.threads/thread-find.exp: Likewise.
7355 * gdb.multi/tids.c: New file.
7356 * gdb.multi/tids.exp: New file.
7357
84654457
PA
73582016-01-13 Pedro Alves <palves@redhat.com>
7359
7360 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
7361
e3940304
PA
73622016-01-13 Pedro Alves <palves@redhat.com>
7363
7364 * gdb.base/default.exp: Expect $_inferior as well.
7365 * gdb.multi/base.exp: Test $_inferior.
7366
a911d87a
PA
73672016-01-13 Pedro Alves <palves@redhat.com>
7368
7369 PR breakpoints/19388
7370 * gdb.base/catch-signal-siginfo-cond.c: New file.
7371 * gdb.base/catch-signal-siginfo-cond.exp: New file.
7372
82075af2
JS
73732016-01-12 Josh Stone <jistone@redhat.com>
7374 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7375
7376 * gdb.base/catch-syscall.c (do_execve): New variable.
7377 (main): Conditionally trigger an execve.
7378 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
7379 (test_catch_syscall_execve): New, check entry/return across execve.
7380 (do_syscall_tests): Call test_catch_syscall_execve.
7381
e46eeedd
PA
73822016-01-12 Pedro Alves <palves@redhat.com>
7383
7384 * gdb.base/random-signal.exp (do_test): New procedure, with body
7385 of testcase moved in.
7386
01d8c27e
JK
73872016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7388 Pedro Alves <palves@redhat.com>
7389
7390 * gdb.base/funcargs.exp (finish from indirectly called function):
7391 Reintroduce the case for 'First'.
7392
9a706302
JK
73932016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7394 Pedro Alves <palves@redhat.com>
7395
7396 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
7397 (tcatch_vfork_then_child_follow_exec)
7398 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
7399 identification.
7400
c0ecb95f
JK
74012016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7402
7403 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
7404 and repeats to unlimited.
7405 * gdb.python/py-value.exp: Likewise.
7406 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
7407 and repeats to unlimited.
7408
6cfc1fcb
JK
74092016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7410
7411 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
7412 and reordering the functions.
7413 * gdb.multi/hangout.c: Likewise.
7414 * gdb.multi/hello.c: Likewise.
7415
582a1b00
SM
74162016-01-08 Simon Marchi <simon.marchi@ericsson.com>
7417
7418 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
7419 absolute.
7420 (SingleStatisticTestResult.report): Use dict.keys instead of
7421 dict.iterkeys.
7422
79bc59cb
PA
74232016-01-06 Pedro Alves <palves@redhat.com>
7424
7425 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
7426
43368e1d
MM
74272016-01-04 Markus Metzger <markus.t.metzger@intel.com>
7428
7429 * gdb.btrace/dlopen.exp: New.
7430 * gdb.btrace/dlopen.c: New.
7431 * gdb.btrace/dlopen-dso.c: New.
7432
79fad5b8
SL
74332015-12-25 Sandra Loosemore <sandra@codesourcery.com>
7434
7435 * lib/gdb.exp (gdb_test): Update comments to clarify that the
7436 PATTERN argument is optional.
7437
ab8314b3
JB
74382015-12-24 Joel Brobecker <brobecker@adacore.com>
7439
7440 * lib/ada.exp (target_compile_ada_from_dir): New function.
7441 (gdb_compile_ada): Reimplement avoiding the use of project files.
7442 * gdb.ada/gnat_ada.gpr: Delete.
7443 * gdb.ada/cond_lang.exp: Adjust test to make path before
7444 filename optional.
7445 * gdb.ada/small_reg_param.exp: Likewise.
7446
fe33faff
SM
74472015-12-22 Simon Marchi <simon.marchi@ericsson.com>
7448
7449 * gdb.base/foll-vork.exp: Remove HP-UX special case.
7450
6d265cb4
TP
74512015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
7452
7453 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
7454 case.
7455
10125099
SM
74562015-12-21 Simon Marchi <simon.marchi@ericsson.com>
7457
7458 * gdb.base/break.exp: Remove dead code.
7459 * gdb.base/sepdebug.exp: Likewise.
7460
3ca22649
SM
74612015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
7462
7463 * gdb.asm/asm-source.exp: Remove HP-UX references.
7464 * gdb.base/annota1.exp: Likewise.
7465 * gdb.base/annota3.exp: Likewise.
7466 * gdb.base/attach.exp: Likewise.
7467 * gdb.base/bigcore.exp: Likewise.
7468 * gdb.base/break.exp: Likewise.
7469 * gdb.base/call-ar-st.exp: Likewise.
7470 * gdb.base/callfuncs.exp: Likewise.
7471 * gdb.base/catch-fork-static.exp: Likewise.
7472 * gdb.base/display.exp: Likewise.
7473 * gdb.base/foll-exec-mode.exp: Likewise.
7474 * gdb.base/foll-exec.exp: Likewise.
7475 * gdb.base/foll-fork.exp: Likewise.
7476 * gdb.base/foll-vfork.exp: Likewise.
7477 * gdb.base/funcargs.exp: Likewise.
7478 * gdb.base/hbreak2.exp: Likewise.
7479 * gdb.base/inferior-died.exp: Likewise.
7480 * gdb.base/interrupt.exp: Likewise.
7481 * gdb.base/multi-forks.exp: Likewise.
7482 * gdb.base/nodebug.exp: Likewise.
7483 * gdb.base/sepdebug.exp: Likewise.
7484 * gdb.base/solib1.c: Likewise.
7485 * gdb.base/step-test.exp: Likewise.
7486 * gdb.mi/non-stop.c: Likewise.
7487 * gdb.mi/pthreads.c: Likewise.
7488 * gdb.multi/bkpt-multi-exec.ex: Likewise.
7489 * gdb.threads/pthreads.c: Likewise.
7490 * gdb.threads/staticthreads.exp: Likewise.
7491 * lib/future.exp: Likewise.
7492 * lib/gdb.exp: Likewise.
7493 * gdb.base/so-indr-cl.c: Remove.
7494 * gdb.base/so-indr-cl.exp: Likewise.
7495 * gdb.base/solib.c: Likewise.
7496 * gdb.base/solib.exp: Likewise.
7497 * gdb.base/solib2.c: Likewise.
7498
b6304613
SM
74992015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
7500
7501 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
7502 * gdb.base/call-ar-st.exp: Likewise.
7503 * gdb.base/callfuncs.exp: Likewise.
7504 * gdb.base/condbreak.exp: Likewise.
7505 * gdb.base/constvars.exp: Likewise.
7506 * gdb.base/hbreak2.exp: Likewise.
7507 * gdb.base/langs.exp: Likewise.
7508 * gdb.base/list.exp: Likewise.
7509 * gdb.base/long_long.exp: Likewise.
7510 * gdb.base/ptype.exp: Likewise.
7511 * gdb.base/scope.exp: Likewise.
7512 * gdb.base/signals.exp: Likewise.
7513 * gdb.base/so-impl-ld.exp: Likewise.
7514 * gdb.base/varargs.exp: Likewise.
7515 * gdb.base/volatile.exp: Likewise.
7516 * gdb.base/whatis.exp: Likewise.
7517 * gdb.cp/cplusfuncs.exp: Likewise.
7518 * gdb.cp/inherit.exp: Likewise.
7519 * gdb.cp/local.exp: Likewise.
7520 * gdb.cp/member-ptr.exp: Likewise.
7521 * gdb.cp/method.exp: Likewise.
7522 * gdb.cp/overload.exp: Likewise.
7523 * gdb.cp/templates.exp: Likewise.
7524 * gdb.stabs/weird.exp: Likewise.
7525 * lib/compiler.c: Likewise.
7526 * lib/compiler.cc: Likewise.
7527 * lib/cp-support.exp: Likewise.
7528 * lib/gdb.exp: Likewise.
7529
bf401b07
SM
75302015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
7531
7532 * configure.ac: Remove HP-UX case.
7533 * configure: Regenerate.
7534
aff9c0f8
SM
75352015-12-18 Simon Marchi <simon.marchi@ericsson.com>
7536
7537 * lib/gdb.exp (gdb_compile): Add function doc.
7538
a6904d5a
PA
75392015-12-17 Pedro Alves <palves@redhat.com>
7540
7541 PR threads/19354
7542 * gdb.multi/info-threads.exp: New file.
7543
a22279dd
YQ
75442015-12-15 Yao Qi <yao.qi@linaro.org>
7545
7546 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
7547 is aarch64*-*-*.
7548
0588c796
SL
75492015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7550
7551 * gdb.base/history-duplicates.exp: Skip if no readline support.
7552
5d978e17
SL
75532015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7554
7555 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
7556
7e763b86
SL
75572015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7558
7559 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
7560
87a3a92c
SL
75612015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7562
7563 * gdb.base/completion.exp: Skip tests that interrupt GDB with
7564 ctrl-C if nointerrupts target property is set.
7565 * gdb.base/double-prompt-target-event-error.exp: Likewise.
7566 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
7567 * gdb.base/paginate-bg-execution.exp: Likewise.
7568 * gdb.base/paginate-execution-startup.exp: Likewise.
7569 * gdb.base/random-signal.exp: Likewise.
7570 * gdb.base/range-stepping.exp: Likewise.
7571 * gdb.cp/annota2.exp: Likewise.
7572 * gdb.cp/annota3.exp: Likewise.
7573 * gdb.gdb/selftest.exp: Likewise.
7574 * gdb.threads/continue-pending-status.exp: Likewise.
7575 * gdb.threads/leader-exit.exp: Likewise.
7576 * gdb.threads/manythreads.exp: Likewise.
7577 * gdb.threads/pthreads.exp: Likewise.
7578 * gdb.threads/schedlock.exp: Likewise.
7579 * gdb.threads/sigthread.exp: Likewise.
7580
a8f077dc
DB
75812015-12-11 Don Breazeal <donb@codesourcery.com>
7582
7583 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
7584 remote.
7585 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
7586 * gdb.base/foll-exec.exp (main): Enable for target remote.
7587 * gdb.base/foll-fork.exp (main): Likewise.
7588 * gdb.base/foll-vfork.exp (main): Likewise.
7589 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
7590 (proc continue_to_exit_bp_loc): Use clean_restart.
7591 * gdb.base/pie-execl.exp (main): Disable for target remote.
7592 * gdb.base/watch-vfork.exp (main): Enable for target remote.
7593 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
7594 * gdb.threads/execl.exp (main): Likewise.
7595 * gdb.threads/fork-child-threads.exp (main): Likewise.
7596 * gdb.threads/fork-plus-threads.exp (main): Disable for target
7597 remote.
7598 * gdb.threads/fork-thread-pending.exp (main): Enable for target
7599 remote.
7600 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
7601 pid.tid style ptids, instead of just tid.
7602 * gdb.threads/thread-execl.exp (main): Enable for target remote.
7603 * gdb.threads/watchpoint-fork.exp (main): Likewise.
7604 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
7605 ptids, instead of just tid.
7606
3b2464a8
AB
76072015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7608
7609 * gdb.base/list.exp (test_list_forward): Add end of file error
7610 test.
7611 (test_repeat_list_command): Add end of file error test.
7612 (test_list_backwards): Add beginning of file error test.
7613
a0def019
AB
76142015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7615
7616 * gdb.base/list.exp (test_list_invalid_args): New function,
7617 defined, and called.
7618
5c000dff
AB
76192015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7620
7621 * gdb.base/list.exp (test_list): Make test names unique.
7622
f1637ebe
YQ
76232015-12-11 Yao Qi <yao.qi@linaro.org>
7624
7625 * gdb.base/coremaker2.c: Remove.
7626
36d6fc0a
PA
76272015-12-10 Pedro Alves <palves@redhat.com>
7628
7629 * gdb.multi/base.exp: Remove stale "spaces" references.
7630
762f7747
PA
76312015-12-10 Pedro Alves <palves@redhat.com>
7632
7633 * gdb.multi/base.exp: Don't use nowarnings.
7634 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
7635 * gdb.multi/hangout.c: Include stdio.h.
7636 * gdb.multi/hello.c: Include stdlib.h.
7637 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
7638 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
7639 * gdb.multi/multi-arch.exp: Don't use nowarnings.
7640
28d2bfb9
AB
76412015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
7642
7643 * gdb.dwarf2/dw2-ranges-base.c: New file.
7644 * gdb.dwarf2/dw2-ranges-base.exp: New file.
7645 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
7646 support additional line table, and debug ranges generation.
7647 (Dwarf::ranges): New function, generate .debug_ranges.
7648 (Dwarf::lines): Support generating simple line table programs.
7649 (Dwarf::assemble): Initialise new namespace variables.
7650
5fc2beac
KB
76512015-12-09 Kevin Buettner <kevinb@redhat.com>
7652
7653 * gdb.base/async.exp (proc test_background): Add case for
7654 asynchronous execution not supported.
7655
1c35a88f
LM
76562015-12-09 Luis Machado <lgustavo@codesourcery.com>
7657
7658 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
7659 format and change test names to make them unique.
7660
b593e3d9
RK
76612015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
7662 Pedro Alves <pedro@redhat.com>
7663
7664 PR gdb/18702
7665 Add checking of floatformats setup on x86_64 hosts.
7666 * gdb.arch/i386-float.S (main): Load bigval and smallval.
7667 (smallval, bigval): New labels/constants.
7668 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
7669 float" after loading bigval and smallval.
7670
d72413e6
PMR
76712015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
7672
7673 * gdb.ada/fun_overload_menu.exp: New testcase.
7674 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
7675
ece66d65
JS
76762015-12-04 Josh Stone <jistone@redhat.com>
7677
7678 * gdb.base/catch-fork-static.exp: New.
7679
41d0efca
YQ
76802015-12-03 Yao Qi <yao.qi@linaro.org>
7681
7682 * gdb.base/sizeof.c: Don't include stdio.h and
7683 ../lib/unbuffer_output.c.
7684 (main): New variable 'size' and 'value'. Remove printf and
7685 gdb_unbuffer_output. Assign return value to size and value.
7686 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
7687 at the beginning.
7688 (check_sizeof): Check the result by printing variable 'size'.
7689 (check_valueof): Check the result by printing variable 'value'.
7690
99fd02d9
YQ
76912015-12-01 Yao Qi <yao.qi@linaro.org>
7692
7693 * gdb.base/disp-step-syscall.exp: Define syscall instruction
7694 for aarch64*-*-linux* target.
7695
f2faf941
PA
76962015-11-30 Pedro Alves <palves@redhat.com>
7697
7698 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
7699
04bf20c5
PA
77002015-11-30 Pedro Alves <palves@redhat.com>
7701
7702 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
7703 Handle non-stop mode vCont replies.
7704
09df4675
PA
77052015-11-30 Pedro Alves <palves@redhat.com>
7706
7707 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
7708 prepare_for_testing. Start gdb with "set non-stop on" appended to
7709 GDBFLAGS. Lax expected stop output.
7710
58b584af
YQ
77112015-11-27 Yao Qi <yao.qi@linaro.org>
7712
7713 * gdb.arch/arm-neon.exp: New.
7714 * gdb.arch/arm-neon.c: New.
7715
dfcb77a8
YQ
77162015-11-27 Yao Qi <yao.qi@linaro.org>
7717
7718 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
7719
88e8ec1b
YQ
77202015-11-27 Yao Qi <yao.qi@linaro.org>
7721
7722 * gdb.cp/annota2.exp: Allow multiple occurrences of the
7723 frames-invalid annotation.
7724
bfde72c2
YQ
77252015-11-27 Yao Qi <yao.qi@linaro.org>
7726
7727 * gdb.cp/annota2.exp: Use ${frames_invalid}.
7728
f6512a69
SM
77292015-11-26 Simon Marchi <simon.marchi@ericsson.com>
7730
7731 * gdb.threads/names.exp: New file.
7732 * gdb.threads/names.c: New file.
7733 * README: Mention gdb,no_thread_names.
7734
46a3515b
MM
77352015-11-26 Markus Metzger <markus.t.metzger@intel.com>
7736
7737 PR 19297
7738 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
7739 support" error.
7740
62147a22
PA
77412015-11-24 Pedro Alves <palves@redhat.com>
7742
7743 PR 17539
7744 * gdb.base/display.exp: Expect displays to be sorted in ascending
7745 order. Use multi_line.
7746 * gdb.base/solib-display.exp: Likewise.
7747
2f341b6e
PA
77482015-11-24 Pedro Alves <palves@redhat.com>
7749
7750 PR 17539
25d49b86
PA
7751 * gdb.base/display.exp: Expect displays to be sorted in ascending
7752 order. Use multi_line.
7753 * gdb.base/solib-display.exp: Likewise.
2f341b6e 7754
7e0aa6aa
PA
77552015-11-24 Pedro Alves <palves@redhat.com>
7756
7757 PR 17539
7758 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
7759 threads in ascending order.
7760 * gdb.base/foll-fork.exp: Likewise.
7761 * gdb.base/foll-vfork.exp: Likewise.
7762 * gdb.base/multi-forks.exp: Likewise.
7763 * gdb.mi/mi-nonstop.exp: Likewise.
7764 * gdb.mi/mi-nsintrall.exp: Likewise.
7765 * gdb.multi/base.exp: Likewise.
7766 * gdb.multi/multi-arch.exp: Likewise.
7767 * gdb.python/py-inferior.exp: Likewise.
7768 * gdb.threads/break-while-running.exp: Likewise.
7769 * gdb.threads/execl.exp: Likewise.
7770 * gdb.threads/gcore-thread.exp: Likewise.
7771 * gdb.threads/info-threads-cur-sal.exp: Likewise.
7772 * gdb.threads/kill.exp: Likewise.
7773 * gdb.threads/linux-dp.exp: Likewise.
7774 * gdb.threads/multiple-step-overs.exp: Likewise.
7775 * gdb.threads/next-bp-other-thread.exp: Likewise.
7776 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
7777 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
7778 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
7779 * gdb.threads/thread-find.exp: Likewise.
7780 * gdb.threads/tls.exp: Likewise.
7781 * lib/mi-support.exp (mi_reverse_list): Delete.
7782 (mi_check_thread_states): No longer reverse list.
7783
2cc57ad8
PA
77842015-11-24 Pedro Alves <palves@redhat.com>
7785
7786 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
7787 use lowercase.
7788
c93e8391
SM
77892015-11-23 Simon Marchi <simon.marchi@ericsson.com>
7790
7791 * gdb.trace/actions.c: Include trace-common.h.
7792 (main): Add a location for a fast tracepoint.
7793 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
7794 the normal tracepoints.
7795 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
7796
045ccf91
SM
77972015-11-23 Simon Marchi <simon.marchi@ericsson.com>
7798
7799 * save-trace.exp: Factor out code to these...
7800 (gdb_save_tracepoints): New.
7801 (gdb_load_tracepoints): New.
7802 (do_save_load_test): New.
7803
5506f9f6
KB
78042015-11-23 Kevin Buettner <kevinb@redhat.com>
7805
7806 * gdb.base/asmlabel.exp: New test.
7807 * gdb.base/asmlabel.c: New test case.
7808
16c3b12f
JB
78092015-11-23 Joel Brobecker <brobecker@adacore.com>
7810
7811 * gdb.base/wrong_frame_bt_full-main.c: New file.
7812 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
7813 * gdb.base/wrong_frame_bt_full.exp: New file.
7814
155bfbd3
JB
78152015-11-23 Joel Brobecker <brobecker@adacore.com>
7816
7817 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
7818
bb097445
JM
78192015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
7820
206853a0 7821 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
7822 pstate register when comparing registers values in
7823 sparc64-*-linux-gnu targets to avoid spurious differences.
7824
9c88ed8f
JM
78252015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
7826
206853a0 7827 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 7828
96161e25
SL
78292015-11-19 Sandra Loosemore <sandra@codesourcery.com>
7830
7831 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
7832 as type argument to gdb_compile.
7833 * gdb.base/nested-subp2.exp: Likewise.
7834 * gdb.base/nested-subp3.exp: Likewise.
7835
340c2830
DV
78362015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
7837
7838 * lib/dwarf.exp (_note): Fix left shift of negative value.
7839 * gdb.trace/trace-condition.exp: Likewise.
7840
c1862d0f
YQ
78412015-11-13 Yao Qi <yao.qi@linaro.org>
7842
7843 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
7844 comments about d10v.
7845 (test_scalar_returns): Likewise.
7846 * gdb.base/d10v.ld: Remove.
7847 * gdb.base/overlays.exp: Remove the target triplet checking for
7848 d10v-*-*.
7849 * gdb.base/structs.exp (test_struct_returns): Remove the
7850 comments about d10v.
7851 (test_struct_calls): Likewise.
7852
77ae9c19
YQ
78532015-11-13 Yao Qi <yao.qi@linaro.org>
7854
7855 * gdb.base/gnu_vector.exp: Check the return value by "p res".
7856 * gdb.base/gnu_vector.c: Don't include stdio.h.
7857 (main): Don't print res and call add_some_intvecs.
7858
430e004e
MK
78592015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
7860
7861 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
7862 macro.
7863 (func5): Removed.
7864 (func4): Use FAST_TRACEPOINT_LABEL.
7865 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
7866 macro.
7867 (func): Removed.
7868 (thread_function): Use FAST_TRACEPOINT_LABEL.
7869 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
7870 (func): Remove.
7871 (marker): Use FAST_TRACEPOINT_LABEL.
7872 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
7873 (pendfunc1): Remove.
7874 (pendfunc): Use FAST_TRACEPOINT_LABEL.
7875 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
7876 (foo): Remove.
7877 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
7878 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
7879 macro.
7880 (func): Remove.
7881 (marker): Use FAST_TRACEPOINT_LABEL.
7882 * gdb.trace/trace-common.h: New header.
7883 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
7884 macro.
7885 (func): Remove.
7886 (marker): Use FAST_TRACEPOINT_LABEL.
7887 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
7888 (func): Remove.
7889 (thread_function): Use FAST_TRACEPOINT_LABEL.
7890
6e7675a7
MK
78912015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
7892
7893 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
7894 in front.
7895 * gdb.trace/change-loc.exp: Use global pcreg definition.
7896 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
7897 * gdb.trace/entry-values.exp: Use global spreg definition, add $
7898 in front.
7899 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
7900 * gdb.trace/pending.exp: Likewise.
7901 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
7902 * gdb.trace/trace-break.exp: Likewise.
7903 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
7904 in front.
7905 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
7906 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
7907 in front.
7908 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
7909
dddc0e16
JB
79102015-11-09 Joel Brobecker <brobecker@adacore.com>
7911
7912 * gdb.ada/fin_fun_out: New testcase.
7913
c6f0b406
KB
79142015-11-07 Kevin Buettner <kevinb@redhat.com>
7915
7916 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
7917 value associated with DW_AT_byte_size.
7918 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
7919 constants for DW_AT_byte_size, DW_AT_lower_bound, and
7920 DW_AT_upper_bound.
7921
f01dcfd9
KB
79222015-11-07 Kevin Buettner <kevinb@redhat.com>
7923
7924 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
7925 (gdb_target_symbol_prefix_flags): Define in terms of _asm
7926 version.
7927 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
7928 gdb.dwarf2/dw2-canonicalize-type.exp,
7929 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
7930 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
7931 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
7932 provided by gdb_target_symbol_prefix_flags_asm.
7933 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
7934 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
7935 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
7936 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
7937 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
7938 macros where needed). Use this macro for symbols which require
7939 the prefix provided by SYMBOL_PREFIX.
7940
2223449a
KB
79412015-11-05 Kevin Buettner <kevinb@redhat.com>
7942
7943 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
7944 New procs.
7945 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
7946 representing expressions, of more than one list element.
7947 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
7948 to prepend linker symbol prefix to f.
7949 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
7950 table_1 and table_2.
7951 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
7952 Likewise, for f and g.
7953 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
7954 for ptr.
7955 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
7956 for main.
7957 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
7958 table_1_ptr and table_2_ptr.
7959
6f2f1a3a
JK
79602015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7961 Joel Brobecker <brobecker@adacore.com>
7962
7963 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
7964
566c56c9
MK
79652015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
7966
7967 * gdb.reverse/s390-mvcle.c: New test.
7968 * gdb.reverse/s390-mvcle.exp: New file.
7969 * lib/gdb.exp: Enable reverse tests on s390*-linux.
7970
d5f0636b
MK
79712015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
7972
7973 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
7974
7ad8b86c
MK
79752015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
7976
7977 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
7978 reaching marker2.
7979 * gdb.reverse/getresuid-reverse.exp: Likewise.
7980 * gdb.reverse/pipe-reverse.exp: Likewise.
7981 * gdb.reverse/readv-reverse.exp: Likewise.
7982 * gdb.reverse/recvmsg-reverse.exp: Likewise.
7983 * gdb.reverse/time-reverse.exp: Likewise.
7984 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
7985
4081c0f1
YQ
79862015-10-30 Yao Qi <yao.qi@linaro.org>
7987
7988 * gdb.threads/wp-replication.c (watch_count_done): Remove.
7989 (empty_cycle): Remove.
7990 (main): Don't call empty_cycle. Don't use watch_count_done.
7991 * gdb.threads/wp-replication.exp: Don't set breakpoint on
7992 empty_cycle. Rewrite the code counting HW watchpoints.
7993
452b4ba5
MK
79942015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
7995
7996 * gdb.reverse/fstatat-reverse.c: New test.
7997 * gdb.reverse/fstatat-reverse.exp: New file.
7998 * gdb.reverse/getresuid-reverse.c: New test.
7999 * gdb.reverse/getresuid-reverse.exp: New file.
8000 * gdb.reverse/pipe-reverse.c: New test.
8001 * gdb.reverse/pipe-reverse.exp: New file.
8002 * gdb.reverse/readv-reverse.c: New test.
8003 * gdb.reverse/readv-reverse.exp: New file.
8004 * gdb.reverse/recvmsg-reverse.c: New test.
8005 * gdb.reverse/recvmsg-reverse.exp: New file.
8006 * gdb.reverse/time-reverse.c: New test.
8007 * gdb.reverse/time-reverse.exp: New file.
8008 * gdb.reverse/waitpid-reverse.c: New test.
8009 * gdb.reverse/waitpid-reverse.exp: New file.
8010
5e2e7507
JK
80112015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8012
8013 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
8014
0fde2c53
DE
80152015-10-26 Doug Evans <dje@google.com>
8016
8017 PR symtab/17391
8018 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
8019 * gdb.dwarf2/bad-regnum.c: New file.
8020 * gdb.dwarf2/bad-regnum.exp: New file.
8021
1a70ae97
DE
80222015-10-26 Doug Evans <dje@google.com>
8023
8024 PR python/18938
8025 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
8026 file.
8027
27dc26ab
JK
80282015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8029
8030 * gdb.compile/compile.exp (compile code globalvar): Update expectation
8031 for a change by "Mention language in compile error message".
8032
bed91f4d
SM
80332015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
8034
8035 PR python/18073
8036 * gdb.python/py-type.c (C::a_method): New.
8037 (C::a_const_method): New.
8038 (C::a_static_method): New.
8039 (a_function): New.
8040 * gdb.python/py-type.exp (test_fields): Test getting fields
8041 from function and method.
8042
3f2f83dd
KB
80432015-10-21 Keven Boell <keven.boell@intel.com>
8044
8045 * gdb.fortran/vla-alloc-assoc.exp: New file.
8046 * gdb.fortran/vla-datatypes.exp: New file.
8047 * gdb.fortran/vla-datatypes.f90: New file.
8048 * gdb.fortran/vla-history.exp: New file.
8049 * gdb.fortran/vla-ptype-sub.exp: New file.
8050 * gdb.fortran/vla-ptype.exp: New file.
8051 * gdb.fortran/vla-sizeof.exp: New file.
8052 * gdb.fortran/vla-sub.f90: New file.
8053 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
8054 * gdb.fortran/vla-value-sub-finish.exp: New file.
8055 * gdb.fortran/vla-value-sub.exp: New file.
8056 * gdb.fortran/vla-value.exp: New file.
8057 * gdb.fortran/vla-ptr-info.exp: New file.
8058 * gdb.mi/mi-vla-fortran.exp: New file.
8059 * gdb.mi/vla.f90: New file.
8060
27145d50
SL
80612015-10-21 Sandra Loosemore <sandra@codesourcery.com>
8062
8063 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
8064 of hardwired timeout value.
8065
5f3ff4f8
JK
80662015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8067 Pedro Alves <palves@redhat.com>
8068
8069 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
8070 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
8071
bfd09d20
JS
80722015-10-19 Josh Stone <jistone@redhat.com>
8073
8074 * gdb.base/catch-syscall.c: Include <sched.h>.
8075 (unknown_syscall): New variable.
8076 (main): Trigger a vfork and an unknown syscall.
8077 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
8078 (unknown_syscall_number): Likewise.
8079 (check_call_to_syscall): Accept an optional syscall pattern.
8080 (check_return_from_syscall): Likewise.
8081 (check_continue): Likewise.
8082 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
8083 (test_catch_syscall_skipping_return): New test toggling off 'catch
8084 syscall' to step over the syscall return, then toggling back on.
8085 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
8086 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
8087 (do_syscall_tests): Call test_catch_syscall_without_args and
8088 test_catch_syscall_mid_vfork.
8089 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
8090 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
8091
b32b93c6
AS
80922015-10-19 Andrew Stubbs <ams@codesourcery.com>
8093
8094 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
8095 print g_vE): Add new pass patterns.
8096 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
8097 print various symbol names for vptr fields.
8098
9d622bda
AB
80992015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
8100
8101 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
8102 results.
8103
0fd8ac1c
YQ
81042015-10-12 Yao Qi <yao.qi@linaro.org>
8105
8106 * gdb.arch/disp-step-insn-reloc.exp: New test case.
8107
34240514
YQ
81082015-10-12 Yao Qi <yao.qi@linaro.org>
8109
8110 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
8111 is aarch64*-*-linux*.
8112
8240f442
YQ
81132015-10-12 Yao Qi <yao.qi@linaro.org>
8114
8115 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
8116 (can_relocate_bcond_true): ... it.
8117 (can_relocate_bcond_false): New function.
8118 (foo): Likewise.
8119 (can_relocate_bl): Likewise.
8120 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
8121 can_relocate_bl.
8122
2520f728
PMR
81232015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
8124
8125 * gdb.base/nested-addr.c: New file.
8126 * gdb.base/nested-addr.exp: New testcase.
8127
abcef95a
MM
81282015-10-09 Markus Metzger <markus.t.metzger@intel.com>
8129
8130 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
8131 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
8132 its output. Ignore the output of "record goto begin" and instead
8133 check that GDB is replaying.
8134
145e3ddb
PA
81352015-10-09 Pedro Alves <palves@redhat.com>
8136
8137 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
8138 (top level): Use it in the run with no args test.
8139
d5d8c4e1
IB
81402015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
8141
8142 * gdb.dlang/properties.exp: New file.
8143
06e635ef
SL
81442015-10-02 Sandra Loosemore <sandra@codesourcery.com>
8145
8146 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
8147 whether or not address 0x1000 is mapped on the target.
8148
e019fd1d
SM
81492015-09-30 Simon Marchi <simon.marchi@ericsson.com>
8150
8151 * gdb.python/py-type.exp: Do not run tests if binaries fail to
8152 build.
8153
77ba2a67
MM
81542015-09-30 Markus Metzger <markus.t.metzger@intel.com>
8155
8156 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
8157 instruction-history test.
8158
c60eb31f
DE
81592015-09-28 Doug Evans <dje@google.com>
8160
8161 * gdb.base/gcore.c (array_func): Add reference to static_array.
8162
9a3c8263
SM
81632015-09-25 Simon Marchi <simon.marchi@ericsson.com>
8164
8165 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
8166 source line.
8167
9720e656
SL
81682015-09-24 Sandra Loosemore <sandra@codesourcery.com>
8169
8170 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
8171 short or char as base type.
8172
938d3bf2
SL
81732015-09-23 Sandra Loosemore <sandra@codesourcery.com>
8174
8175 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
8176 to allow any size enum.
8177
e6c2c623
PMR
81782015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
8179
8180 * gdb.ada/array_ptr_renaming.exp: New testcase.
8181 * gdb.ada/array_ptr_renaming/foo.adb: New file.
8182 * gdb.ada/array_ptr_renaming/pack.ads: New file.
8183
06da0f77
PL
81842015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8185
8186 * gdb.trace/ftrace-lock.c: New file.
8187 * gdb.trace/ftrace-lock.exp: New file.
8188
4f51c22a
PL
81892015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8190
8191 * gdb.arch/insn-reloc.c: New file.
8192 * gdb.arch/ftrace-insn-reloc.exp: New file.
8193
7041adf4
PL
81942015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8195
8196 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
8197 instruction.
8198 * gdb.trace/pendshr1.c (pendfunc): Likewise.
8199 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
8200 * gdb.trace/range-stepping.c: Likewise.
8201 * gdb.trace/trace-break.c: Likewise.
8202 * gdb.trace/trace-mt.c (thread_function): Likewise.
8203 * gdb.trace/ftrace.c (marker): Likewise.
8204 * gdb.trace/trace-condition.c (marker): Likewise.
8205 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
8206 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
8207 is_aarch64_target.
8208
015d2e7e
DE
82092015-09-18 Doug Evans <xdje42@gmail.com>
8210
8211 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
8212 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
8213
26b188a2
SL
82142015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8215
8216 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
8217 the breakpoint.
8218
79dc332b
SL
82192015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8220
8221 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
8222 the pending breakpoint. Remove timeout override for "Run till
8223 MI pending breakpoint on pendfunc3 on thread 2" test.
8224
f57929f2
SL
82252015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8226
8227 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
8228 filename pattern.
8229
3f469b17
SL
82302015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8231
8232 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
8233 in breakpoint filename pattern.
8234
515b89b3
SL
82352015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8236
7800dbe4
SL
8237 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
8238
82392015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8240
515b89b3
SL
8241 * gdb.linespec/explicit.exp: Check for readline support for
8242 tab-completion tests. Fix obvious typo.
8243
d2939ba2
MM
82442015-09-18 Markus Metzger <markus.t.metzger@intel.com>
8245
8246 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
8247 and replay.
8248
cbb55fa7
MM
82492015-09-18 Markus Metzger <markus.t.metzger@intel.com>
8250
8251 * gdb.btrace/non-stop.c: New.
8252 * gdb.btrace/non-stop.exp: New.
8253
43691ca1
PL
82542015-09-17 Pierre Langlois <pierre.langlois@arm.com>
8255 Yao Qi <yao.qi@linaro.org>
8256
8257 * gdb.trace/trace-condition.c: New file.
8258 * gdb.trace/trace-condition.exp: New file.
8259
d78908cf
WW
82602015-09-16 Wei-cheng Wang <cole945@gmail.com>
8261
8262 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
8263 for testing bytecode compilation.
8264
1ed415e2
PA
82652015-09-16 Pedro Alves <palves@redhat.com>
8266 Sandra Loosemore <sandra@codesourcery.com>
8267
8268 * gdb.threads/non-stop-fair-events.c (timeout): New global.
8269 (SECONDS): Redefine.
8270 (main): Call pthread_kill and alarm early.
8271 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
8272 support.
8273 (test): If the target can't hardware step and doesn't support
8274 displaced stepping, increase the timeout.
8275
d136eff5
PA
82762015-09-16 Pedro Alves <palves@redhat.com>
8277
8278 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
8279 (enable_debug): New procedures.
8280 (test): Use them. Bail out if waiting for threads fails.
8281 (top level): Bail out if a test fails.
8282
991f019c
YQ
82832015-09-16 Yao Qi <yao.qi@linaro.org>
8284
8285 * gdb.asm/asm-source.exp: Set asm-arch for
8286 aarch64*-*-* target.
8287 * gdb.asm/aarch64.inc: New file.
8288
bfca584f
PMR
82892015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
8290
8291 * gdb.ada/array_of_variable_length.exp: New testcase.
8292 * gdb.ada/array_of_variable_length/foo.adb: New file.
8293 * gdb.ada/array_of_variable_length/pck.adb: New file.
8294 * gdb.ada/array_of_variable_length/pck.ads: New file.
8295
b326e587
DE
82962015-09-15 Doug Evans <dje@google.com>
8297
8298 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
8299 of function static local variable.
8300
5382cfab
PW
83012015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8302
8303 * gdb.threads/tls-so_extern.exp: New test file.
8304 * gdb.threads/tls-so_extern.c: New test file.
8305 * gdb.threads/tls-so_extern_main.c: New test file.
8306
141c5cc4
JK
83072015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8308
8309 * gdb.opt/solib-intra-step-lib.c: New file.
8310 * gdb.opt/solib-intra-step-main.c: New file.
8311 * gdb.opt/solib-intra-step.exp: New file.
8312
d15dcecd
PA
83132015-09-15 Pedro Alves <palves@redhat.com>
8314
8315 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
8316 gdb_continue_to_breakpoint instead of gdb_test_multiple.
8317
4c2f2a79
PA
83182015-09-14 Pedro Alves <palves@redhat.com>
8319
8320 * gdb.base/hook-stop-continue.c: Delete.
8321 * gdb.base/hook-stop-continue.exp: Delete.
8322 * gdb.base/hook-stop-frame.c: Delete.
8323 * gdb.base/hook-stop-frame.exp: Delete.
8324 * gdb.base/hook-stop.c: New file.
8325 * gdb.base/hook-stop.exp: New file.
8326
919e6dbe
PMR
83272015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
8328
8329 * gdb.ada/access_to_packed_array.exp: New testcase.
8330 * gdb.ada/access_to_packed_array/foo.adb: New file.
8331 * gdb.ada/access_to_packed_array/pack.adb: New file.
8332 * gdb.ada/access_to_packed_array/pack.ads: New file.
8333
157280a4
MM
83342015-09-14 Markus Metzger <markus.t.metzger@intel.com>
8335
8336 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
8337 buffer size test.
8338
2fd33e94
DB
83392015-09-11 Don Breazeal <donb@codesourcery.com>
8340
8341 * gdb.base/foll-exec.c: Add copyright header. Fix
8342 formatting issues.
8343 * gdb.base/foll-exec.exp (zap_session): Delete proc.
8344 (do_exec_tests): Use clean_restart in place of zap_session,
8345 and for test initialization. Fix formatting issues. Use
8346 fail in place of perror.
8347 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
8348 an expect statement to match an expression with output from
8349 the program under debug.
8350 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
8351 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
8352 * gdb.threads/non-ldr-exc-2.exp: Likewise.
8353 * gdb.threads/non-ldr-exc-3.exp: Likewise.
8354 * gdb.threads/non-ldr-exc-4.exp: Likewise.
8355
e70b6e8e
DE
83562015-09-09 Doug Evans <dje@google.com>
8357
8358 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
8359
7a551a51
DE
83602015-09-09 Doug Evans <dje@google.com>
8361
8362 * gdb.base/pie-execl.exp: Fix result test of build_executable.
8363
4c666f84
DE
83642015-09-09 Doug Evans <dje@google.com>
8365
8366 * gdb.base/savedregs.exp: Fix typo.
8367
243a9253
PA
83682015-09-09 Pedro Alves <palves@redhat.com>
8369
8370 * gdb.mi/mi-cli.exp: Add CLI finish tests.
8371
c0fa8fbd
SL
83722015-09-08 Sandra Loosemore <sandra@codesourcery.com>
8373
8374 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
8375 command actually switches threads. Give up on remaining
8376 tests if target fails to stop at breakpoint.
8377
cd7c1778
PMR
83782015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
8379
8380 * gdb.ada/funcall_char.exp: New testcase.
8381 * gdb.ada/funcall_char/foo.adb: New file.
8382
dc5c8746
PMR
83832015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
8384
8385 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
8386 expected outputs. Add two testcases for completing ambiguous
8387 functions.
8388 * gdb.ada/complete/aux_pck.adb: New file.
8389 * gdb.ada/complete/aux_pck.ads: New file.
8390 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
8391 Ambiguous_Func functions.
8392 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
8393 * gdb.ada/complete/pck.adb: Likewise.
8394
4e83a1e7
UW
83952015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
8396
8397 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
8398 failures to run the test program under GDB.
8399
8ce74153
LM
84002015-08-26 Luis Machado <lgustavo@codesourcery.com>
8401
8402 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
8403 to C.
8404
e9756d52
PP
84052015-08-26 Patrick Palka <patrick@parcs.ath.cx>
8406
8407 * gdb.base/run-after-attach.exp: New test file.
8408 * gdb.base/run-after-attach.c: New test file.
8409
8d37573b
DB
84102015-08-26 Don Breazeal <donb@codesourcery.com>
8411
8412 * gdb.base/foll-exec-2.c: New test program.
8413 * gdb.base/foll-exec-2.exp: New test.
8414
63e43d3a
PMR
84152015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
8416
8417 * gdb.base/nested-subp1.exp: New file.
8418 * gdb.base/nested-subp1.c: New file.
8419 * gdb.base/nested-subp2.exp: New file.
8420 * gdb.base/nested-subp2.c: New file.
8421 * gdb.base/nested-subp3.exp: New file.
8422 * gdb.base/nested-subp3.c: New file.
8423
3d40fbb5
PA
84242015-08-24 Pedro Alves <palves@redhat.com>
8425
8426 * gdb.server/connect-without-multi-process.c: New file.
8427 * gdb.server/connect-without-multi-process.exp: New file.
8428
4422ac93
LM
84292015-08-24 Luis Machado <lgustavo@codesourcery.com>
8430
8431 * gdb.opt/inline-markers.c: Make z int.
8432
91dddb86
LM
84332015-08-24 Luis Machado <lgustavo@codesourcery.com>
8434
8435 * gdb.opt/inline-markers.c: Make z volatile.
8436
a48847ee
LM
84372015-08-24 Luis Machado <lgustavo@codesourcery.com>
8438
8439 * gdb.opt/inline-bt.c: New volatile global z.
8440 * gdb.opt/inline-cmds.c: Likewise.
8441 * gdb.opt/inline-locals.c: Likewise.
8442 * gdb.opt/inline-markers.c: New extern global z.
8443 (marker): Use z.
8444 (inline_fn): Likewise.
8445
0ebbc52b
PA
84462015-08-24 Pedro Alves <palves@redhat.com>
8447
8448 * config/m32r-stub.exp: Remove file.
8449 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
8450 * gdb.base/call-rt-st.exp: Likewise.
8451 * gdb.base/call-strs.exp: Likewise.
8452 * gdb.base/default.exp: Remove references to h8300-*-hms and
8453 *-*-udi*.
8454 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
8455
77c365df
AA
84562015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8457
8458 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
8459 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
8460 and "return" use KFAIL when GDB can not read/write the vector
8461 return value.
8462
4313b8c0
GB
84632015-08-21 Gary Benson <gbenson@redhat.com>
8464
8465 * gdb.trace/pending.exp: Cope with remote transfer warnings.
8466
0e433b32
PA
84672015-08-20 Pedro Alves <palves@redhat.com>
8468
8469 * gdb.server/solib-list.exp: No longer expect an interior stop in
8470 non-stop mode.
8471
221e1a37
PA
84722015-08-20 Pedro Alves <palves@redhat.com>
8473
8474 * gdb.server/connect-stopped-target.c: New file.
8475 * gdb.server/connect-stopped-target.exp: New file.
8476
40e3ad0e
PA
84772015-08-20 Pedro Alves <palves@redhat.com>
8478
8479 * gdb.dwarf2/comp-unit-lang.exp: New file.
8480 * gdb.dwarf2/comp-unit-lang.c: New file.
8481
af39b327
PMR
84822015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
8483
8484 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
8485 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
8486
7d45c7c3 84872015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 8488
7d45c7c3
KB
8489 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
8490 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
8491
4d6cceb4
DE
84922015-08-18 Doug Evans <dje@google.com>
8493 Adrian Sendroiu <adrian.sendroiu@freescale.com>
8494
8495 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
8496 skip_python_tests. New arg prompt_regexp.
8497 (skip_python_tests): New function.
8498 * lib/mi-support.exp (mi_skip_python_tests): New function.
8499 * gdb.python/py-mi-objfile-gdb.py: New file.
8500 * gdb.python/py-mi-objfile.c: New file.
8501 * gdb.python/py-mi-objfile.exp: New file.
8502
ad89c2aa
KS
85032015-08-17 Keith Seitz <keiths@redhat.com>
8504
8505 * gdb.linespec/explicit.exp: Move strace test from here ...
8506 * gdb.trace/strace.exp: ... to here.
8507
e3ae3c43
PP
85082015-08-15 Patrick Palka <patrick@parcs.ath.cx>
8509
8510 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
8511 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
8512
604b2636
DE
85132015-08-14 Doug Evans <xdje42@gmail.com>
8514
8515 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
8516 inferior before selecting a new file.
8517
6ff0ba5f
DE
85182015-08-14 Doug Evans <xdje42@gmail.com>
8519
8520 * gdb.mi/mi-disassemble.exp: Update.
8521 * gdb.base/disasm-optim.S: New file.
8522 * gdb.base/disasm-optim.c: New file.
8523 * gdb.base/disasm-optim.h: New file.
8524 * gdb.base/disasm-optim.exp: New file.
8525
9ca98f92
KS
85262015-08-14 Keith Seitz <keiths@redhat.com>
8527
8528 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
8529 "evaluated-by".
8530
52bbc560
JB
85312015-08-13 Joel Brobecker <brobecker@adacore.com>
8532
8533 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
8534
5d8c3ed3
PMR
85352015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
8536
8537 * gdb.ada/fun_renaming.exp: New testcase.
8538 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
8539 * gdb.ada/fun_renaming/pack.adb: New file.
8540 * gdb.ada/fun_renaming/pack.ads: New file.
8541
ea8812bc
KS
85422015-08-12 Keith Seitz <keiths@redhat.com>
8543
8544 * gdb.base/dso2dso.exp: Pass basename of source file in call to
8545 gdb_get_line_number.
8546
4dafcdeb
JB
85472015-08-12 Joel Brobecker <brobecker@adacore.com>
8548
8549 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
8550 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
8551 gdb.base/dso2dso.exp: New files.
8552
5ba32597
SDJ
85532015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
8554 Pedro Alves <palves@redhat.com>
8555 Keith Seitz <keiths@redhat.com>
8556
8557 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
8558 GDBFLAGS.
8559
b6dafabf
PP
85602015-08-12 Patrick Palka <patrick@parcs.ath.cx>
8561
8562 * gdb.base/gdbhistsize-history.exp
8563 (test_histsize_history_setting): Use save_vars.
8564 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
8565 Use save_vars.
8566 (test_no_truncation_of_unlimited_history_file): Use save_vars.
8567 * gdb.base/readline.exp: Use save_vars.
8568
abe8e607
PP
85692015-08-12 Patrick Palka <patrick@parcs.ath.cx>
8570
8571 * lib/gdb.exp (save_vars): New proc.
8572
629500fa
KS
85732015-08-11 Keith Seitz <keiths@redhat.com>
8574
8575 * gdb.base/help.exp: Update help_breakpoint_text.
8576
eb8c4e2e
KS
85772015-08-11 Keith Seitz <keiths@redhat.com>
8578
8579 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
8580 (at toplevel): Call test_explicit_breakpoints.
8581 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
8582 breakpoints.
8583 * lib/mi-support.exp (mi_make_breakpoint): Add support for
8584 breakpoint conditions, "-cond".
8585
87f0e720
KS
85862015-08-11 Keith Seitz <keiths@redhat.com>
8587
8588 * gdb.linespec/3explicit.c: New file.
8589 * gdb.linespec/cpexplicit.cc: New file.
8590 * gdb.linespec/cpexplicit.exp: New file.
8591 * gdb.linespec/explicit.c: New file.
8592 * gdb.linespec/explicit.exp: New file.
8593 * gdb.linespec/explicit2.c: New file.
8594 * gdb.linespec/ls-errs.exp: Add explicit location tests.
8595 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
8596 before using in the matching pattern.
8597 Clarify that `prefix' is a regular expression.
8598
f00aae0f
KS
85992015-08-11 Keith Seitz <keiths@redhat.com>
8600
8601 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
8602 test.
8603 Add tests for missing ",FMT" and ",".
8604
e27852be
DE
86052015-08-10 Doug Evans <dje@google.com>
8606 Keith Seitz <keiths@redhat.com>
8607
8608 PR gdb/17960
8609 * gdb.base/completion.exp: Add location completer tests.
8610
7f03bd92
PA
86112015-08-07 Pedro Alves <palves@redhat.com>
8612
8613 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
8614 tests here.
8615 (top level): Run do_test with and without displaced stepping.
8616
3fc8eb30
PA
86172015-08-07 Pedro Alves <palves@redhat.com>
8618
8619 * gdb.base/valgrind-disp-step.c: New file.
8620 * gdb.base/valgrind-disp-step.exp: New file.
8621
d4569d7b
PA
86222015-08-07 Pedro Alves <palves@redhat.com>
8623
8624 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
8625 Delete function.
8626 (main): Add alarm. Run an infinite loop instead of calling
8627 wait_threads.
8628 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
8629 comment.
8630 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
8631 Delete function.
8632 (main): Add alarm. Run an infinite loop instead of calling
8633 wait_threads.
8634 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
8635 comment.
8636
e1316e60
PA
86372015-08-07 Pedro Alves <palves@redhat.com>
8638
8639 * gdb.base/checkpoint-ns.exp: New file.
8640 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
8641 standard_testfile.
8642
da8c46d2
MM
86432015-08-07 Markus Metzger <markus.t.metzger@intel.com>
8644
8645 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
8646 * gdb.btrace/instruction_history.exp: Update.
8647 * gdb.btrace/tsx.exp: New.
8648 * gdb.btrace/tsx.c: New.
8649
de1c2c52
PA
86502015-08-06 Pedro Alves <palves@redhat.com>
8651
8652 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
8653 increase timeout.
8654 * gdb.reverse/until-precsave.exp: Bump timeouts.
8655
782e0bf4
PA
86562015-08-06 Pedro Alves <palves@redhat.com>
8657
8658 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
8659
83e97ed0
PA
86602015-08-06 Pedro Alves <palves@redhat.com>
8661
8662 PR gdb/18749
8663 * gdb.threads/process-dies-while-handling-bp.c: New file.
8664 * gdb.threads/process-dies-while-handling-bp.exp: New file.
8665
863d01bd
PA
86662015-08-06 Pedro Alves <palves@redhat.com>
8667
8668 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
8669 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
8670
0a39bb32
PA
86712015-08-05 Pedro Alves <palves@redhat.com>
8672
8673 * gdb.threads/next-while-other-thread-longjmps.c: New file.
8674 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
8675
ee2d2b10
SL
86762015-08-03 Sandra Loosemore <sandra@codesourcery.com>
8677
8678 * gdb.base/bp-permanent.exp: Report test as unsupported if
8679 the target cannot stop at the permanent breakpoint.
8680
4e1bdb00
DE
86812015-08-03 Doug Evans <dje@google.com>
8682
8683 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
8684 10000.
8685
3d338901
DE
86862015-08-03 Doug Evans <dje@google.com>
8687
8688 * Makefile.in (workers/%.worker, build-perf): New rule.
8689 (GDB_PERFTEST_MODE): New variable.
8690 (check-perf): Use it.
8691 (clean): Clean up gdb.perf parallel build subdirs.
8692 * lib/build-piece.exp: New file.
8693 * lib/gdb.exp (make_gdb_parallel_path): New function
8694 (standard_output_file, standard_temp_file): Call it.
8695 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8696 of $GDB_PARALLEL.
8697 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
8698
af061d3e
DE
86992015-08-03 Doug Evans <dje@google.com>
8700
8e1afc81 8701 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
8702 (LOG_FILE_NAME): New global.
8703 (TextReporter.__init__): Initialize self.txt_sum.
8704 (TextReporter.report): Add support for multiple data-points.
8705 Move report to perftest.sum, put raw data in perftest.log.
8706 (TextReporter.start): Open sum and log files.
8707 (TextReporter.end): Close sum and log files.
8e1afc81
DE
8708 * gdb.perf/lib/perftest/testresult.py
8709 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 8710
2c8c5d37
PA
87112015-07-31 Pedro Alves <palves@redhat.com>
8712
8713 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
8714 Use spawn_id_get_pid. Wait for spawn id after eof. Use
8715 kill_wait_spawned_process instead of explicit "kill -9".
8716 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
8717 returning a spawn id instead of a pid. Use spawn_id_get_pid and
8718 kill_wait_spawned_process.
8719 * gdb.base/attach-twice.exp: Likewise.
8720 * gdb.base/attach.exp: Likewise.
8721 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
8722 gdb_test_multiple.
8723 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
8724 returning a spawn id instead of a pid. Use spawn_id_get_pid and
8725 kill_wait_spawned_process.
8726 * gdb.base/valgrind-infcall.exp: Likewise.
8727 * gdb.multi/multi-attach.exp: Likewise.
8728 * gdb.python/py-prompt.exp: Likewise.
8729 * gdb.python/py-sync-interp.exp: Likewise.
8730 * gdb.server/ext-attach.exp: Likewise.
8731 * gdb.threads/attach-into-signal.exp (corefunc): Use
8732 spawn_wait_for_attach, spawn_id_get_pid and
8733 kill_wait_spawned_process.
8734 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
8735 spawn_wait_for_attach returning a spawn id instead of a pid. Use
8736 spawn_id_get_pid and kill_wait_spawned_process.
8737 * gdb.threads/attach-stopped.exp (corefunc): Use
8738 spawn_wait_for_attach, spawn_id_get_pid and
8739 kill_wait_spawned_process.
8740 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
8741 Use spawn_id_get_pid. Wait for spawn id after eof. Use
8742 kill_wait_spawned_process instead of explicit "kill -9".
8743 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
8744 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
8745 (spawn_wait_for_attach): Use spawn instead of exec to spawn
8746 processes. Don't map cygwin/windows pids here. Now returns a
8747 spawn id list.
8748
032a0fca
SL
87492015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8750
8751 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
8752 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
8753 correct patch.
8754
61a934ca
SL
87552015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8756
8757 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
8758
4bc4d428
SL
87592015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8760
8761 Reapply:
8762 2014-05-21 Mark Wielaard <mjw@redhat.com>
8763
8764 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
8765
998d452a
PA
87662015-07-30 Pedro Alves <palves@redhat.com>
8767
8768 * linux-low.c (handle_extended_wait): Set the child's last
8769 reported status to TARGET_WAITKIND_STOPPED.
8770
69dde7dc
PA
87712015-07-30 Pedro Alves <palves@redhat.com>
8772
8773 PR threads/18600
8774 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
8775 only shows inferior 1.
8776
4dd63d48
PA
87772015-07-30 Simon Marchi <simon.marchi@ericsson.com>
8778 Pedro Alves <palves@redhat.com>
8779
8780 PR threads/18600
8781 * gdb.threads/fork-plus-threads.c: New file.
8782 * gdb.threads/fork-plus-threads.exp: New file.
8783
d618e4c5
PP
87842015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8785
8786 * gdb.base/batch-preserve-term-settings.exp
8787 (test_terminal_settings_preserved_after_cli_exit): Use
8788 send_quit_command.
8789
1eef6428
PA
87902015-07-29 Pedro Alves <palves@redhat.com>
8791 Don Breazeal <donb@codesourcery.com>
8792
8793 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
8794 output from both inferior_spawn_id and gdb_spawn_id.
8795
7da5b897
SDJ
87962015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
8797
8798 * gdb.threads/attach-into-signal.exp (corefunc): Use
8799 with_test_prefix on nested loops, uniquefying the test messages.
8800
dac804df
SDJ
88012015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
8802
8803 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
8804 commit.
8805
06265e53
PP
88062015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8807
8808 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
8809 New proc.
8810 (test_terminal_settings_preserved_after_sigterm): New test.
8811
18206ca3
PP
88122015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8813
8814 * gdb.base/batch-preserve-term-settings.exp
8815 (test_terminal_settings_preserved_after_cli_exit): New test.
8816
90074d11
PP
88172015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8818
8819 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
8820 manipulation of saved_gdbflags.
8821 (test_terminal_settings_preserved): Remove global declaration of
8822 the unused variable pagination_prompt. Remove manipulation of
8823 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
8824 GDBFLAGS.
8825
eb1a7902
PA
88262015-07-29 Pedro Alves <palves@redhat.com>
8827
8828 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
8829
8b75dd3b
PA
88302015-07-29 Pedro Alves <palves@redhat.com>
8831
8832 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
8833 at the top.
8834
dedad4e3
PA
88352015-07-29 Pedro Alves <palves@redhat.com>
8836
8837 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
8838 (main): Call gdb_unbuffer_output.
8839 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
8840 (main): Call gdb_unbuffer_output.
8841 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
8842 (main): Call gdb_unbuffer_output.
8843 * gdb.base/call-strs.exp: Adjust to step over the
8844 gdb_unbuffer_output call.
8845 * gdb.base/catch-gdb-caused-signals.c: Include
8846 "../lib/unbuffer_output.c".
8847 (main): Call gdb_unbuffer_output.
8848 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
8849 (main): Call gdb_unbuffer_output.
8850 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
8851 (main): Call gdb_unbuffer_output.
8852 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
8853 (main): Call gdb_unbuffer_output.
8854 * gdb.base/shlib-call.exp: Adjust to step over the
8855 gdb_unbuffer_output call.
8856 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
8857 (main): Call gdb_unbuffer_output.
8858 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
8859 (main): Call gdb_unbuffer_output.
8860 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
8861 (main): Rename to ...
8862 (test): ... this.
8863 (main): Reimplement.
8864 * gdb.base/varargs.exp: Run to test instead of to main.
8865 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
8866 (main): Call gdb_unbuffer_output.
8867
58789a91
PA
88682015-07-29 Pedro Alves <palves@redhat.com>
8869
8870 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
8871 factore out from mi_continue_dprintf. For call-style dprintfs,
8872 expect dprintf output out of $inferior_spawn_id.
8873 (mi_continue_dprintf): Use mi_expect_dprintf.
8874 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
8875 (main): Call gdb_unbuffer_output.
8876
e8376742
PA
88772015-07-29 Pedro Alves <palves@redhat.com>
8878
8879 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
8880 (default_mi_gdb_start): Set inferior_spawn_id instead of
8881 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
8882 gdb_spawn_id.
8883 (mi_gdb_test): Always expect inferior output from both
8884 $inferior_spawn_id and $gdb_spawn_id.
8885
08280010
PA
88862015-07-29 Pedro Alves <palves@redhat.com>
8887
8888 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
8889 send_inferior and $inferior_spawn_id.
8890
4d30e432
PA
88912015-07-29 Pedro Alves <palves@redhat.com>
8892
8893 * gdb.gdb/complaints.exp (test_initial_complaints)
8894 (test_serial_complaints, test_short_complaints): Use
8895 gdb_test_stdio.
8896 (test_empty_complaint): Handle $inferior_spawn_id !=
8897 $gdb_spawn_id.
8898
0d30a335
PA
88992015-07-29 Pedro Alves <palves@redhat.com>
8900
8901 * gdb.base/varargs.exp: Use gdb_test_stdio.
8902
39413b29
PA
89032015-07-29 Pedro Alves <palves@redhat.com>
8904
8905 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
8906
7cb000a9
PA
89072015-07-29 Pedro Alves <palves@redhat.com>
8908
8909 * gdb.base/ending-run.exp: Use gdb_test_stdio.
8910
d7b8ac82
PA
89112015-07-29 Pedro Alves <palves@redhat.com>
8912
8913 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
8914 parameter into two new parameters, "inf_result" and "gdb_result".
8915 Expect inferior output and gdb output from $inferior_spawn_id and
8916 $gdb_spawn_id, respectively. Adjust all callers.
8917
789c3a0c
PA
89182015-07-29 Pedro Alves <palves@redhat.com>
8919
8920 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
8921 of gdb_test_sequence.
8922
77e760c3
PA
89232015-07-29 Pedro Alves <palves@redhat.com>
8924
8925 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
8926 (saw_spurious_output): Expect inferior output from
8927 $inferior_spawn_id. Use gdb_test_stdio.
8928
8396d2cd
PA
89292015-07-29 Pedro Alves <palves@redhat.com>
8930
8931 * gdb.base/dprintf.exp: Use standard_testfile. Change
8932 prepare_for_testing call.
8933 (srcfile): Don't set.
8934 (restart): New procedure.
8935 (test_dprintf): New procecure, use to continue over dprintfs.
8936 (test_call, test_agent): New procedures, tests moved here.
8937 Restart gdb and recreate dprintfs. Adjust expected output.
8938
2051d61f
PA
89392015-07-29 Pedro Alves <palves@redhat.com>
8940
8941 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
8942
452397af
PA
89432015-07-29 Pedro Alves <palves@redhat.com>
8944
8945 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
8946
8aed9555
PA
89472015-07-29 Pedro Alves <palves@redhat.com>
8948
8949 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
8950 gdb_test_stdio.
8951
188a61b4
PA
89522015-07-29 Pedro Alves <palves@redhat.com>
8953
8954 * lib/gdb.exp (gdb_test_stdio): New procedure.
8955
12264a45
PA
89562015-07-29 Pedro Alves <palves@redhat.com>
8957
8958 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
8959
23ffc893
PA
89602015-07-29 Pedro Alves <palves@redhat.com>
8961
8962 * gdb.base/call-signal-resume.exp: Remove check for
8963 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
8964 * gdb.base/unwindonsignal.exp: Likewise.
8965 * gdb.base/call-signals.c (gen_signal): Remove printf call.
8966 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
8967
65566918
PA
89682015-07-29 Pedro Alves <palves@redhat.com>
8969
8970 * gdb.base/siginfo-addr.c (pass): New function.
8971 (handler): Call it iff si_addr is correct.
8972 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
8973 Set a breakpoint at "pass" and continue to it.
8974
d60a9221
SDJ
89752015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
8976
8977 * gdb.python/py-objfile.exp: Make some tests have unique names.
8978 * gdb.python/py-pp-registration.exp: Likewise.
8979
bde40b8f
PA
89802015-07-28 Pedro Alves <palves@redhat.com>
8981
8982 * gdb.server/server-exec-info.exp: Issue a "disconnect".
8983
13e1dec8
SM
89842015-07-27 Simon Marchi <simon.marchi@ericsson.com>
8985
8986 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
8987
da33c9a7
SM
89882015-07-27 Simon Marchi <simon.marchi@ericsson.com>
8989
8990 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
8991
077836f7
PP
89922015-07-27 Patrick Palka <patrick@parcs.ath.cx>
8993
8994 * gdb.base/gdb-sigterm-2.exp: New test.
8995
b8cc7b2e
DE
89962015-07-25 Doug Evans <xdje42@gmail.com>
8997
8998 Revert:
8999 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
9000 (workers/%.worker, build-perf): New rule.
9001 (GDB_PERFTEST_MODE): New variable.
9002 (check-perf): Use it.
9003 (clean): Clean up gdb.perf parallel build subdirs.
9004 * lib/build-piece.exp: New file.
9005 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
9006 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
9007 name.
9008 (standard_temp_file): Ditto.
9009 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9010 of $GDB_PARALLEL.
9011
c8bd4544
DE
90122015-07-24 Doug Evans <dje@google.com>
9013
9014 * gdb.perf/lib/perftest/utils.py: New file.
9015 * gdb.perf/gm-hello.cc: New file.
9016 * gdb.perf/gm-pervasive-typedef.cc: New file.
9017 * gdb.perf/gm-pervasive-typedef.h: New file.
9018 * gdb.perf/gm-std.cc: New file.
9019 * gdb.perf/gm-std.h: New file.
9020 * gdb.perf/gm-use-cerr.cc: New file.
9021 * gdb.perf/gm-utils.h: New file.
9022 * gdb.perf/gmonster-null-lookup.py: New file.
9023 * gdb.perf/gmonster-pervasive-typedef.py: New file.
9024 * gdb.perf/gmonster-print-cerr.py: New file.
9025 * gdb.perf/gmonster-ptype-string.py: New file.
9026 * gdb.perf/gmonster-runto-main.py: New file.
9027 * gdb.perf/gmonster-select-file.py: New file.
9028 * gdb.perf/gmonster1-null-lookup.exp: New file.
9029 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
9030 * gdb.perf/gmonster1-print-cerr.exp: New file.
9031 * gdb.perf/gmonster1-ptype-string.exp: New file.
9032 * gdb.perf/gmonster1-runto-main.exp: New file.
9033 * gdb.perf/gmonster1-select-file.exp: New file.
9034 * gdb.perf/gmonster1.cc: New file.
9035 * gdb.perf/gmonster1.exp: New file.
9036 * gdb.perf/gmonster2-null-lookup.exp: New file.
9037 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
9038 * gdb.perf/gmonster2-print-cerr.exp: New file.
9039 * gdb.perf/gmonster2-ptype-string.exp: New file.
9040 * gdb.perf/gmonster2-runto-main.exp: New file.
9041 * gdb.perf/gmonster2-select-file.exp: New file.
9042 * gdb.perf/gmonster2.cc: New file.
9043 * gdb.perf/gmonster2.exp: New file.
9044
6eab34f3
DE
90452015-07-24 Doug Evans <dje@google.com>
9046
9047 * gdb.perf/README: New file.
9048 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
9049 * lib/gen-perf-test.exp: New file.
9050
63738bfd
DE
90512015-07-24 Doug Evans <dje@google.com>
9052
9053 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
9054 (PerfTest::startup): New function.
9055 (PerfTest::run): Return result of calling body.
9056 (PerfTest::assemble): Rewrite.
9057 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
9058 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
9059 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
9060 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
9061 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
9062
7b606f95
DE
90632015-07-24 Doug Evans <dje@google.com>
9064
9065 * lib/gdb.exp (clean_restart): Make executable optional.
9066
a97b16b8
DE
90672015-07-24 Doug Evans <dje@google.com>
9068
9069 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
9070 compiler_info references.
9071 * gdb.cp/temargs.exp: Ditto.
9072 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
9073 (get_compiler_info): Early exit if already computed. Set compiler_info
9074 to "unknown" if there was a problem.
9075 (test_compiler_info): Add function comment. Call get_compiler_info.
9076
35baa57f
DE
90772015-07-24 Doug Evans <dje@google.com>
9078
9079 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
9080 (workers/%.worker, build-perf): New rule.
9081 (GDB_PERFTEST_MODE): New variable.
9082 (check-perf): Use it.
9083 (clean): Clean up gdb.perf parallel build subdirs.
9084 * lib/build-piece.exp: New file.
9085 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
9086 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
9087 name.
9088 (standard_temp_file): Ditto.
9089 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9090 of $GDB_PARALLEL.
9091
6ebea266
DE
90922015-07-24 Doug Evans <dje@google.com>
9093
9094 * lib/future.exp (gdb_default_target_compile): New option
9095 "early_flags".
9096 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
9097 --as-needed.
9098
1e76a7e9
SDJ
90992015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
9100
9101 * gdb.base/catch-syscall.exp: Call gdb_exit before
9102 gdb_skip_xml_test.
9103
5068630a
PA
91042015-07-24 Pedro Alves <palves@redhat.com>
9105
9106 * gdb.python/py-events.exp: Accept output between the stop event
9107 and the prompt.
9108 * gdb.python/py-evsignal.exp: Likewise.
9109 * gdb.python/py-evthreads.exp: Likewise.
9110
77598427
PA
91112015-07-24 Pedro Alves <palves@redhat.com>
9112
9113 PR gdb/18717
9114 * gdb.threads/non-ldr-exit.c: New file.
9115 * gdb.threads/non-ldr-exit.exp: New file.
9116
11e6c98f
YQ
91172015-07-24 Yao Qi <yao.qi@linaro.org>
9118
9119 * gdb.server/ext-wrapper.exp: Test --wrapper option when
9120 restarting process.
9121
51aee833
YQ
91222015-07-24 Yao Qi <yao.qi@linaro.org>
9123
9124 * gdb.server/ext-restart.exp: New file.
9125
8cfe207c
YQ
91262015-07-24 Yao Qi <yao.qi@linaro.org>
9127
9128 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
9129 argument options.
9130 * gdb.server/ext-wrapper.exp: New file.
9131
cc12ce38
DE
91322015-07-23 Doug Evans <dje@google.com>
9133
9134 * gdb.dwarf2/dw2-dummy-cu.S: New file.
9135 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
9136
d0d84780
PMR
91372015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
9138
9139 * gdb.ada/var_arr_typedef.exp: New testcase.
9140 * gdb.ada/var_arr_typedef/pack.adb: New file.
9141 * gdb.ada/var_arr_typedef/pack.ads: New file.
9142 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
9143
8b558f79
JB
91442015-07-20 Joel Brobecker <brobecker@adacore.com>
9145
9146 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
9147
775a3298
JK
91482015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9149
9150 * gdb.arch/i386-biarch-core.exp: Replace istarget
9151 by "complete set gnutarget". Remove expectation for the "core-file"
9152 command.
9153
db1ff28b
JK
91542015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9155
9156 Revert the previous commit:
9157 Tests for validate symbol file using build-id.
9158
0a94970d
JK
91592015-07-15 Aleksandar Ristovski <aristovski@qnx.com
9160
9161 Tests for validate symbol file using build-id.
9162 * gdb.base/solib-mismatch-lib.c: New file.
9163 * gdb.base/solib-mismatch-libmod.c: New file.
9164 * gdb.base/solib-mismatch.c: New file.
9165 * gdb.base/solib-mismatch.exp: New file.
9166
03346981
SL
91672015-07-15 Sandra Loosemore <sandra@codesourcery.com>
9168
9169 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
9170 nios2-*-linux*.
9171 * gdb.base/sigbpt.exp (stepi_out): Likewise.
9172 * gdb.base/siginfo.exp: Likewise.
9173 * gdb.base/sigstep.exp (advance, advancei): Likewise.
9174
42422cc7
PL
91752015-07-15 Pierre Langlois <pierre.langlois@arm.com>
9176
9177 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
9178 Move it to ...
9179 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
9180 ... here.
9181 * gdb.trace/range-stepping.exp: Check that the target supports
9182 range stepping.
9183
cfa68bae
JK
91842015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9185
9186 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
9187
8ffdba26
PA
91882015-07-14 Pedro Alves <palves@redhat.com>
9189
9190 * gdb.base/killed-outside.exp: New file.
9191 * gdb.base/killed-outside.c: New file.
9192
218a5a11
JK
91932015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9194
9195 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
9196 (n at main): New.
9197 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
9198
e03ed3c6
AA
91992015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
9200
9201 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
9202 infcall tests instead of setting up for KFAIL.
9203
485668e5
MM
92042015-07-10 Markus Metzger <markus.t.metzger@intel.com>
9205
9206 * gdb.btrace/record_goto-step.exp: New.
9207
08464196
JK
92082015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9209
9210 PR compile/18484
9211 * gdb.compile/compile.c (struct struct_type): Add volatile to
9212 selffield's type.
9213 * gdb.compile/compile.exp
9214 (compile code struct_object.selffield = &struct_object): Skip further
9215 struct_object tests if this one xfails.
9216
bcf5c1d9
RC
92172015-07-08 Robert O'Callahan <robert@ocallahan.org>
9218
9219 PR exp/18617
9220 * gdb.trace/ax.exp: Add test.
9221
4931af25
YQ
92222015-07-07 Yao Qi <yao.qi@linaro.org>
9223
9224 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
9225 instead of istarget "aarch64*-*-*".
9226 * gdb.arch/aarch64-fp.exp: Likewise.
9227 * gdb.base/float.exp: Likewise.
9228 * gdb.reverse/aarch64.exp: Likewise.
9229 * lib/gdb.exp (is_aarch64_target): New proc.
9230
9fcf688e
YQ
92312015-07-07 Yao Qi <yao.qi@linaro.org>
9232
9233 * lib/gdb.exp (is_aarch32_target): New proc.
9234 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
9235 instead of "istarget "arm*-*-*"".
9236 * gdb.arch/arm-disp-step.exp: Likewise.
9237 * gdb.arch/thumb-bx-pc.exp: Likewise.
9238 * gdb.arch/thumb-prologue.exp: Likewise.
9239 * gdb.arch/thumb-singlestep.exp: Likewise.
9240 * gdb.base/disp-step-syscall.exp: Likewise.
9241 * gdb.base/float.exp: Likewise.
9242
fbd8d50d
YQ
92432015-07-07 Yao Qi <yao.qi@linaro.org>
9244
9245 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
9246 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
9247
71be1fdc
YQ
92482015-07-07 Yao Qi <yao.qi@linaro.org>
9249
9250 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
9251 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
9252 if it exists.
9253 * gdb.multi/multi-arch.exp: Likewise.
9254
3e221d36
SM
92552015-07-07 Simon Marchi <simon.marchi@ericsson.com>
9256
9257 * gdb.python/py-lazy-string.exp: Add missing parentheses to
9258 print.
9259
d441430b
YQ
92602015-07-07 Yao Qi <yao.qi@linaro.org>
9261
9262 * gdb.arch/thumb-singlestep.exp: Do one more single step.
9263
06f810bd
MG
92642015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
9265
9266 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
9267 '[' and ']' characters.
9268
5e61e7c0
IB
92692015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
9270
9271 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9272
28bf096c
PA
92732015-06-29 Pedro Alves <palves@redhat.com>
9274
9275 PR threads/18127
9276 * gdb.threads/hand-call-new-thread.c: New file.
9277 * gdb.threads/hand-call-new-thread.c: New file.
9278
ee93cd5e
KS
92792015-06-26 Keith Seitz <keiths@redhat.com>
9280 Doug Evans <dje@google.com>
9281
9282 PR 16253
9283 * gdb.cp/var-tag-2.cc: New file.
9284 * gdb.cp/var-tag-3.cc: New file.
9285 * gdb.cp/var-tag-4.cc: New file.
9286 * gdb.cp/var-tag.cc: New file.
9287 * gdb.cp/var-tag.exp: New file.
9288
fc637f04
PP
92892015-06-26 Patrick Palka <patrick@parcs.ath.cx>
9290
9291 * gdb.base/history-duplicates.exp: New test.
9292
2e52ae68
PP
92932015-06-26 Patrick Palka <patrick@parcs.ath.cx>
9294
9295 * gdb.base/completion.exp: Test the completion of the "focus"
9296 command.
9297
6e22494e
JK
92982015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9299
9300 * gdb.arch/amd64-prologue-skip.S: New file.
9301 * gdb.arch/amd64-prologue-skip.exp: New file.
9302
bf7b9cd9
SM
93032015-06-25 Simon Marchi <simon.marchi@ericsson.com>
9304
9305 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
9306 is_address_zero_readable check.
9307
201e8dfd
PB
93082015-06-24 Peter Bergner <bergner@vnet.ibm.com>
9309
9310 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
9311 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
9312
5cd867b4
YQ
93132015-06-24 Yao Qi <yao.qi@linaro.org>
9314
9315 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
9316 linux targets.
9317
4d7be007
YQ
93182015-06-24 Yao Qi <yao.qi@linaro.org>
9319
9320 * lib/gdb.exp (supports_get_siginfo_type): New proc.
9321 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
9322 * gdb.base/siginfo-thread.exp: Likewise.
9323
07fcd301
YQ
93242015-06-22 Yao Qi <yao.qi@linaro.org>
9325
9326 * boards/remote-gdbserver-on-localhost.exp: Add comments.
9327
52042a00
YQ
93282015-06-22 Yao Qi <yao.qi@linaro.org>
9329
9330 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
9331 aarch64*-*-*.
9332 (skip_hw_watchpoint_tests): Likewise.
9333
74bd41ce
PP
93342015-06-18 Patrick Palka <patrick@parcs.ath.cx>
9335
9336 * gdb.base/gdbinit-history.exp: Test the interaction between
9337 setting GDBHISTSIZE and setting the history size via .gdbinit.
9338
bc460514
PP
93392015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9340
9341 PR gdb/16999
9342 * gdb.base/gdbhistsize-history.exp: New test.
9343
b58c513b
PP
93442015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9345
9346 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
9347 with GDBHISTSIZE.
9348 * gdb.base/readline.exp: Likewise.
9349
92046791
YQ
93502015-06-17 Yao Qi <yao.qi@linaro.org>
9351
9352 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
9353 line.
9354
2093d2d3
PP
93552015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9356
9357 * gdb.base/gdbinit-history.exp: Add test case to check that
9358 an unlimited history file does not get truncated on exit.
9359
e6c693af
AA
93602015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9361
9362 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
9363 (VECTOR): New macro. Use it...
9364 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
9365 ...for these typedefs.
9366 (int8, char1, int1, double1): New typedefs.
9367 (struct just_int2, struct two_int2): New structures.
9368 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
9369 (add_structvecs, add_singlevecs): New functions.
9370 (main): Call add_some_intvecs twice.
9371 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
9372 the compile and exit upon failure. Try compiling for the "native"
9373 architecture. Test inferior function calls with vector arguments
9374 and vector return value handling with "finish" and "return".
9375
c74f7d1c
JT
93762015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
9377
9378 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
9379 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
9380 PE file.
9381 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
9382
98aa42ee
AT
93832015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9384
9385 PR breakpoints/16465
9386 * gdb.mi/mi-dprintf-pending.c: New file.
9387 * gdb.mi/mi-dprintf-pending.exp: New test.
9388 * gdb.mi/mi-dprintf-pendshr.c: New file.
9389
7d73c23c 93902015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 9391 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
9392
9393 * gdb.arch/i386-mpx-map.c: New file.
9394 * gdb.arch/i386-mpx-map.exp: New File.
9395
93962015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9397
9398 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
9399 * gdb.arch/i386-mpx.exp: Indentation fixed.
9400
94012015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9402
9403 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
9404 function and improved indentation.
9405 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
9406 gdb_test_multiple. Added additional tests to skip the test.
9407
94082015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9409
9410 * gdb.arch/i386-avx512.c: Change path in include file.
9411 * gdb.arch/i386-avx512.exp: Change include dir path
9412 compilation flag.
9413 * gdb.arch/i386-mpx.c: Change path in include file.
9414 * gdb.arch/i386-mpx.exp: Change include dir path compilation
9415 flag.
9416
d5eba19a
JK
94172015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9418
9419 * gdb.compile/compile-print.exp (compile print *vararray@3)
9420 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
9421
7f361056
JK
94222015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9423
9424 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
9425 (do not keep jit in memory): ... this.
9426 (expect 5): Change it to ...
9427 (expect no 5): ... this.
9428
3b462ec2
SM
94292015-06-02 Simon Marchi <simon.marchi@ericsson.com>
9430
9431 PR gdb/15564
9432 * gdb.mi/mi-detach.exp: New file.
9433
e0619de6
JK
94342015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9435
9436 PR symtab/18392
9437 * gdb.arch/amd64-tailcall-self.S: New file.
9438 * gdb.arch/amd64-tailcall-self.c: New file.
9439 * gdb.arch/amd64-tailcall-self.exp: New file.
9440
e970cb34
DB
94412015-05-28 Don Breazeal <donb@codesourcery.com>
9442
9443 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
9444 tests for remote targets by checking is_target_gdbserver.
9445
b2e2f908
DE
94462015-05-27 Doug Evans <dje@google.com>
9447
9448 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
9449 * gdb.dwarf2/opaque-type-lookup.c: New file.
9450 * gdb.dwarf2/opaque-type-lookup.exp: New file.
9451
82c7be31
DE
94522015-05-26 Doug Evans <dje@google.com>
9453
9454 * gdb.cp/iostream.cc: New file.
9455 * gdb.cp/iostream.exp: New file.
9456
b4f54984
DE
94572015-05-26 Doug Evans <dje@google.com>
9458
9459 * gdb.dwarf2/dw2-op-call.exp: Update.
9460 * gdb.dwarf2/dw4-sig-types.exp: Update.
9461 * gdb.dwarf2/implptr.exp: Update.
9462 * gdb.mi/mi-cmd-param-changed.exp: Update.
9463
4ea6efe9
DE
94642015-05-26 Doug Evans <dje@google.com>
9465
9466 * gdb.python/py-lazy-string.c: New file.
9467 * gdb.python/py-lazy-string.exp: New file.
9468 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
9469 (main): Update. Add estring3.
9470 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
9471 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
9472
f6bb7db3
YQ
94732015-05-26 Omair Javaid <omair.javaid@linaro.org>
9474 Yao Qi <yao.qi@linaro.org>
9475
9476 * gdb.reverse/aarch64.c: New.
9477 * gdb.reverse/aarch64.exp: New.
9478
a81bfbd0
OJ
94792015-05-26 Omair Javaid <omair.javaid@linaro.org>
9480
25d49b86
PA
9481 * lib/gdb.exp (supports_process_record): Return true for
9482 aarch64*-linux*.
a81bfbd0
OJ
9483 (supports_reverse): Likewise.
9484
158bf1b4
PP
94852015-05-22 Patrick Palka <patrick@parcs.ath.cx>
9486
9487 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9488 Use with_test_prefix.
9489
a0145030
AB
94902015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
9491
9492 * gdb.base/completion.exp: Add test for completion of layout
9493 names.
9494
ebe3b578
AB
94952015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
9496
9497 * lib/gdb.exp (skip_tui_tests): New proc.
9498 * gdb.base/tui-layout.exp: Check skip_tui_tests.
9499
84204ed7
PA
95002015-05-19 Pedro Alves <palves@redhat.com>
9501
9502 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9503 Save the whole env array instead of just HOME. Unset HISTSIZE in
9504 the environment while testing. Restore whole environment
9505 afterwards.
9506
37442ce1
DE
95072015-05-16 Doug Evans <xdje42@gmail.com>
9508
9509 * gdb.guile/scm-ports.c: New file.
9510 * gdb.guile/scm-ports.exp: Add memory port tests.
9511
36de76f9
JK
95122015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9513
9514 * gdb.compile/compile-print.c: New file.
9515 * gdb.compile/compile-print.exp: New file.
9516
3a9558c4
JK
95172015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9518
9519 * gdb.compile/compile-ops.exp: Cast param to void.
9520 * gdb.compile/compile.exp: Complete type for _gdb_expr.
9521 (compile code struct_object.selffield = &struct_object): Add xfail.
9522
aa715135
JG
95232015-05-15 Joel Brobecker <brobecker@adacore.com>
9524
9525 * gdb.ada/arr_enum_with_gap: New testcase.
9526
931e5bc3
JG
95272015-05-15 Joel Brobecker <brobecker@adacore.com>
9528
9529 * gdb.ada/byte_packed_arr: New testcase.
9530
9cd4d857
JB
95312015-05-15 Joel Brobecker <brobecker@adacore.com>
9532
9533 * gdb.ada/pckd_neg: New testcase.
9534
ebfd00d2
PP
95352015-05-13 Patrick Palka <patrick@parcs.ath.cx>
9536
9537 PR gdb/17820
9538 * gdb.base/gdbinit-history.exp: New test.
9539 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
9540 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
9541
4c082a81
SC
95422015-05-09 Siva Chandra Reddy <sivachandra@google.com>
9543
9544 * gdb.python/py-xmethods.cc: Enhance test case.
9545 * gdb.python/py-xmethods.exp: New tests.
9546 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
9547 function.
9548 (B_indexoper): Likewise.
9549 (global_dm_list) : Add new xmethod worker functions.
9550
f7797074
SDJ
95512015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
9552
9553 * gdb.base/coredump-filter.exp: Correctly unset
9554 "coredump_var_addr" array.
9555
a4674e4e
PA
95562015-05-08 Pedro Alves <palves@redhat.com>
9557
9558 * gdb.server/non-existing-program.exp: Unset spawn_id.
9559
df2eb078
SC
95602015-05-08 Siva Chandra Reddy <sivachandra@google.com>
9561
9562 PR python/18291
9563 * gdb.python/py-xmethods.exp: Add tests.
9564
422349a3
YQ
95652015-05-08 Yao Qi <yao.qi@linaro.org>
9566
9567 PR gdb/18208
9568 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
9569 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
9570 function set_coredump_filter, and remove remote_exec call.
9571 Remove argument ipid. Callers update.
9572 (top level): Don't get inferior's PID.
9573
63fc80ce
AA
95742015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
9575
9576 * gdb.base/watch_thread_num.exp: Skip test on targets without
9577 access watchpoints.
9578
80ad801e
PA
95792015-05-06 Pedro Alves <palves@redhat.com>
9580
9581 PR server/18081
9582 * gdb.server/non-existing-program.exp: New file.
9583
0fa7fe50
JB
95842015-05-05 Joel Brobecker <brobecker@adacore.com>
9585
9586 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
9587
3ea89b92
PMR
95882015-05-05 Joel Brobecker <brobecker@adacore.com>
9589
9590 * gdb.ada/out_of_line_in_inlined: New testcase.
9591
87b8eff0
JB
95922015-05-05 Joel Brobecker <brobecker@adacore.com>
9593
9594 * gdb.ada/var_rec_arr: New testcase.
9595
5fccc635
YQ
95962015-04-30 Yao Qi <yao.qi@linaro.org>
9597
9598 * gdb.base/break-idempotent.exp: If
9599 skip_hw_watchpoint_multi_tests returns true, skip the tests
9600 on "rwatch" and "awatch".
9601
42d38f42
YQ
96022015-04-30 Yao Qi <yao.qi@linaro.org>
9603
9604 * gdb.base/relativedebug.exp: Invoke gdb command
9605 "info sharedlibrary", and if libc.so doesn't have debug info,
9606 skip the test.
9607
2ce1cdbf
DE
96082015-04-29 Doug Evans <dje@google.com>
9609
9610 * gdb.python/py-xmethods.exp: Add ptype tests.
9611 * gdb.python/py-xmethods.py (E_method_char_worker): Add
9612 get_result_type method.
9613
f24a38c5
LM
96142015-04-29 Luis Machado <lgustavo@codesourcery.com>
9615
9616 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
9617 the target does not support hardware watchpoints.
9618
ecbf2b3c
LM
96192015-04-29 Luis Machado <lgustavo@codesourcery.com>
9620
9621 * gdb.base/break-always.exp: Abort testing if writing to memory
9622 causes an error.
9623
34f5f757
DE
96242015-04-28 Doug Evans <dje@google.com>
9625
9626 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
9627 * gdb.python/py-pp-registration.exp: ... here. New file.
9628 * gdb.python/py-pp-registration.c: New file.
9629 * gdb.python/py-pp-registration.py: New file.
9630
69b4374a
DE
96312015-04-28 Doug Evans <dje@google.com>
9632
9633 * gdb.python/py-bad-printers.c: New file.
9634 * gdb.python/py-bad-printers.py: New file.
9635 * gdb.python/py-bad-printers.exp: New file.
9636
59fb7612
SS
96372015-04-28 Sasha Smundak <asmundak@google.com>
9638
9639 * gdb.python/py-type.exp: New test.
9640
2631b16a
AW
96412015-04-28 Andy Wingo <wingo@igalia.com>
9642
9643 * gdb.python/py-parameter.exp:
9644 * gdb.guile/scm-parameter.exp: Escape the path that we are
9645 matching against, as it might contain characters that are special
9646 to regular expressions.
9647
460efde1
JB
96482015-04-27 Joel Brobecker <brobecker@adacore.com>
9649
9650 * gdb.ada/rec_comp: New testcase.
9651
2d369d8e
SDJ
96522015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
9653
9654 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
9655 before using it.
9656
cf75d6c3
AB
96572015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
9658
9659 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
9660 new tests for verilog output.
9661
8dbe7ca5
YQ
96622015-04-24 Yao Qi <yao.qi@linaro.org>
9663
9664 * boards/remote-gdbserver-on-localhost.exp: New file.
9665
4ef9fb2f
PA
96662015-04-23 Pedro Alves <palves@redhat.com>
9667
9668 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
9669 $inferior_spawn_id instead of $inferior_spawn_id directly. On
9670 "end of file", remove $inferior_spawn_id from the indirect list.
9671
0a803169
PA
96722015-04-23 Pedro Alves <palves@redhat.com>
9673
9674 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
9675
749ef8f8
PA
96762015-04-23 Pedro Alves <palves@redhat.com>
9677
9678 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
9679 on $any_spawn_id instead of only on $gdb_spawn_id.
9680
8aae4344
PM
96812015-04-21 Pierre Muller <muller@sourceware.org>
9682
9683 PR pascal/17815
9684 * lib/pascal.exp (gpc_compile): Add new option "class".
9685 (fpc_compile): Likewise.
9686 * gdb.pascal/case-insensitive-symbols.pas: New file.
9687 * gdb.pascal/case-insensitive-symbols.exp: New file.
9688
1586c8fb
GB
96892015-04-20 Gary Benson <gbenson@redhat.com>
9690
9691 * gdb.base/attach.exp: Fix three extended remote failures.
9692
1b6e6f5c
GB
96932015-04-17 Gary Benson <gbenson@redhat.com>
9694
9695 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
9696 the main executable over the remote protocol.
9697
e797481d
PA
96982015-04-16 Pedro Alves <palves@redhat.com>
9699
9700 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
9701 a new gdbserver if gdbserver_reconnect_p is set.
9702
1ca99c42
PA
97032015-04-16 Pedro Alves <palves@redhat.com>
9704
9705 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
9706 is set, don't exit gdbserver.
9707
af9fd6f8
AA
97082015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9709
9710 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
9711 appropriate .insn, such that an older assembler can be used.
9712 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
9713 the z/Architecture instruction set on 31-bit targets as well.
9714
04ff1e61
AA
97152015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9716
9717 * gdb.go/handcall.exp: Remove all logic related to the first
9718 breakpoint and rely on go_runto_main instead.
9719 * gdb.go/strings.exp: Likewise.
9720 * gdb.go/unsafe.exp: Likewise.
9721 * gdb.go/hello.exp: Likewise. Also rename the remaining
9722 breakpoint marker to "breakpoint 1".
9723 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
9724 * gdb.go/strings.go: Likewise.
9725 * gdb.go/unsafe.go: Likewise.
9726 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
9727 "set breakpoint 2 here" and rename the remaining breakpoint marker
9728 to "breakpoint 1".
9729
40d2f8d6
SM
97302015-04-15 Simon Marchi <simon.marchi@ericsson.com>
9731
9732 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
9733 if itertools.imap is not present.
9734 * gdb.python/py-objfile.exp: Add parentheses.
9735 * gdb.python/py-type.exp: Same.
9736 * gdb.python/py-unwind-maint.py: Same.
9737
8cbc97c6
YQ
97382015-04-15 Yao Qi <yao.qi@linaro.org>
9739
9740 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
9741 of ":$ptr_size" and set its form explicitly.
9742
45fd756c
YQ
97432015-04-15 Pedro Alves <palves@redhat.com>
9744 Yao Qi <yao.qi@linaro.org>
9745
9746 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
9747 timeout by factor of 4.
9748 (test_regular_watch): Likewise.
9749 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
9750 * gdb.reverse/sigall-reverse.exp: Likewise.
9751 * gdb.reverse/until-precsave.exp: Likewise.
9752 * lib/gdb.exp (with_timeout_factor): New proc.
9753 (gdb_expect): Move some code to ...
9754 (get_largest_timeout): ... here. New procedure.
9755
9e811bc3
LM
97562015-04-14 Luis Machado <lgustavo@codesourcery.com>
9757
9758 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
9759
0ff6fcb2
LM
97602015-04-13 Luis Machado <lgustavo@codesourcery.com>
9761
9762 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
9763 to write to the .text section.
9764
7578d5f7
LM
97652015-04-13 Luis Machado <lgustavo@codesourcery.com>
9766
9767 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
9768 Handle the case of targets that do not provide PID information.
9769
2efe15c4
YQ
97702015-04-13 Yao Qi <yao.qi@linaro.org>
9771
9772 * lib/gdbserver-support.exp (gdb_exit): Catch exception
9773 and use expect instead of gdb_expect.
9774
8cd8f2f8
SDJ
97752015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
9776
9777 * gdb.base/coredump-filter.exp: Rename variable "addr" to
9778 "coredump_var_addr" to avoid naming conflict with other testcases.
9779
9ee41772
PA
97802015-04-10 Pedro Alves <palves@redhat.com>
9781
9782 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
9783 gdb_test_sequence and gdb_assert.
9784
07473109
PA
97852015-04-10 Pedro Alves <palves@redhat.com>
9786
9787 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
9788 test messages that don't include the breakpoint address.
9789
de3db44c
YQ
97902015-04-10 Yao Qi <yao.qi@linaro.org>
9791
9792 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
9793 false for some offset and width combinations which aren't
9794 supported by linux kernel.
9795
c79d856c
PA
97962015-04-10 Pedro Alves <palves@redhat.com>
9797
9798 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
9799 procedure, factored out from ...
9800 (top level): ... here. Add "set displaced-stepping" testing axis.
9801 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
9802 parameter "displaced". Use it.
9803 (top level): Use foreach and add "set displaced-stepping" testing
9804 axis.
9805
ebc90b50
PA
98062015-04-10 Pedro Alves <palves@redhat.com>
9807
9808 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
9809 Remove comment.
9810 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
9811 both the address of the instruction that triggers the watchpoint
9812 and the address of the instruction immediately after, and use
9813 those addresses for the test. Fix comment.
9814
8f572e5c
PA
98152015-04-10 Pedro Alves <palves@redhat.com>
9816
9817 * gdb.base/sigstep.exp (breakpoint_to_handler)
9818 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
9819 Test "backtrace" in handler.
9820 (breakpoint_over_handler): New parameter 'displaced'. Use it.
9821 (top level): Add new "displaced" test axis to
9822 breakpoint_to_handler, breakpoint_to_handler_entry and
9823 breakpoint_over_handler.
9824
8d707a12
PA
98252015-04-10 Pedro Alves <palves@redhat.com>
9826
9827 PR gdb/18216
9828 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
9829
ef713951
YQ
98302015-04-10 Yao Qi <yao.qi@linaro.org>
9831
9832 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
9833 (test_add_rn_pc): New function.
9834 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
9835 (top level): Invoke test_add_rn_pc.
9836
906d60cf
PA
98372015-04-10 Pedro Alves <palves@redhat.com>
9838
9839 PR gdb/13858
9840 * gdb.base/step-over-no-symbols.exp: New file.
9841
f2983cc3
AW
98422015-04-09 Andy Wingo <wingo@igalia.com>
9843
9844 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
9845 after the Python tests.
9846
6d62641c
SDJ
98472015-04-08 Keith Seitz <keiths@redhat.com>
9848
9849 PR python/16699
9850 * gdb.python/py-completion.exp: New tests for completion.
9851 * gdb.python/py-completion.py (CompleteLimit1): New class.
9852 (CompleteLimit2): Likewise.
9853 (CompleteLimit3): Likewise.
9854 (CompleteLimit4): Likewise.
9855 (CompleteLimit5): Likewise.
9856 (CompleteLimit6): Likewise.
9857 (CompleteLimit7): Likewise.
9858
f3770638
PA
98592015-04-08 Pedro Alves <palves@redhat.com>
9860
9861 PR gdb/18214
9862 PR gdb/18216
9863 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
9864 function.
9865 (main): Install it as SIGUSR1 handler.
9866 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
9867 parameter. Always use "setup" as prefix. Toggle "set
9868 displaced-stepping" off/on depending on global. Don't switch to
9869 thread 1 here.
9870 (top level): Add displaced stepping "off/on" test axis. Update
9871 "setup" calls. Wrap each subtest with with_test_prefix. Test
9872 continuing with a queued signal in each thread.
9873
4496bed7
PA
98742015-04-08 Pedro Alves <palves@redhat.com>
9875
9876 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
9877 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
9878 gdb_breakpoint instead of gdb_test that doesn't expect anything.
9879 Return early if running to main fails.
9880 * gdb.trace/while-stepping.exp: Likewise.
9881
b97fde92
PA
98822015-04-07 Pedro Alves <palves@redhat.com>
9883
9884 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
9885 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
9886 interact with inferior program.
9887
f71c18e7
PA
98882015-04-07 Pedro Alves <palves@redhat.com>
9889
9890 * lib/gdb.exp (inferior_spawn_id): New global.
9891 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
9892 spawn id after processing the user code.
9893 (default_gdb_start): Set inferior_spawn_id.
9894 (send_inferior): New procedure.
9895 * lib/gdbserver-support.exp (gdbserver_start): Set
9896 inferior_spawn_id.
9897 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
9898
6423214f
PA
98992015-04-07 Pedro Alves <palves@redhat.com>
9900
9901 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
9902 * lib/gdbserver-support.exp (gdbserver_start): Make
9903 $server_spawn_id global.
9904 (gdbserver_start): Don't wait for gdbserver's spawn id with
9905 expect_background.
9906 (close_gdbserver): New procedure.
9907 (gdb_exit): Rename the default version and reimplement.
9908
71c0ee8c
PA
99092015-04-07 Pedro Alves <palves@redhat.com>
9910
72f4393d 9911 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
9912 append the substituted item, not the original item.
9913
203bc29b
PA
99142015-04-07 Pedro Alves <palves@redhat.com>
9915
9916 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
9917 gdb_expect.
9918
508a3ddf
PA
99192015-04-07 Pedro Alves <palves@redhat.com>
9920
9921 * gdb.base/interrupt.exp: Don't handle the case of the inferior
9922 output appearing once only.
9923
9f6dbe2b
PA
99242015-04-07 Pedro Alves <palves@redhat.com>
9925
9926 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
9927 that doesn't expect anything. Return early if running to main
9928 fails.
9929
337532fa
YQ
99302015-04-07 Yao Qi <yao.qi@linaro.org>
9931
9932 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
9933 (child_function): Call alarm.
9934 (main): Move call to alarm into the loop.
9935 * gdb.threads/non-stop-fair-events.exp: Build program with
9936 -DTIMEOUT=$timeout.
9937
01b622d4
DE
99382015-04-06 Doug Evans <xdje42@gmail.com>
9939
9940 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
9941 Fix dest parameter to board_info.
9942 (fpc_compile): Ditto.
9943 (gdb_compile_pascal): Rename dest arg to destfile.
9944
961f4160
PMR
99452015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
9946
9947 * gdb.ada/funcall_ref.exp: New file.
9948 * gdb.ada/funcall_ref/foo.adb: New file.
9949
cafda597
YQ
99502015-04-02 Yao Qi <yao.qi@linaro.org>
9951
9952 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
9953 is remote.
9954
fed040c6
GB
99552015-04-02 Gary Benson <gbenson@redhat.com>
9956
9957 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
9958
d11916aa
SS
99592015-04-01 Sasha Smundak <asmundak@google.com>
9960
9961 * gdb.python/py-unwind-maint.c: New file.
9962 * gdb.python/py-unwind-maint.exp: New test.
9963 * gdb.python/py-unwind-maint.py: New file.
9964 * gdb.python/py-unwind.c: New file.
9965 * gdb.python/py-unwind.exp: New test.
9966 * gdb.python/py-unwind.py: New test.
9967
a1471180
PA
99682015-04-01 Pedro Alves <palves@redhat.com>
9969
9970 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
9971 to fail instead of non-existent $test.
9972
0bbeccb1
PA
99732015-04-01 Pedro Alves <palves@redhat.com>
9974
9975 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
9976 GDBFLAGS if not empty.
9977
3c724c8c
PMR
99782015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
9979
9980 * gdb.ada/complete.exp: Remove "multi_line".
9981 * gdb.ada/info_exc.exp: Remove "multi_line".
9982 * gdb.ada/packed_tagged.exp: Remove "multi_line".
9983 * gdb.ada/ptype_field.exp: Remove "multi_line".
9984 * gdb.ada/sym_print_name.exp: Remove "multi_line".
9985 * gdb.ada/tagged.exp: Remove "multi_line".
9986 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
9987 [multi_line ...]
9988 * gdb.btrace/delta.exp: Likewise.
9989 * gdb.btrace/exception.exp: Likewise.
9990 * gdb.btrace/function_call_history.exp: Likewise.
9991 * gdb.btrace/instruction_history.exp: Likewise.
9992 * gdb.btrace/nohist.exp: Likewise.
9993 * gdb.btrace/record_goto.exp: Likewise.
9994 * gdb.btrace/segv.exp: Likewise.
9995 * gdb.btrace/stepi.exp: Likewise.
9996 * gdb.btrace/tailcall.exp: Likewise.
9997 * gdb.btrace/unknown_functions.exp: Likewise.
9998 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
9999 * lib/gdb.exp: Add the "multi_line" helper.
10000
4eec2deb
PA
100012015-04-01 Pedro Alves <palves@redhat.com>
10002
10003 * gdb.threads/tid-reuse.c: New file.
10004 * gdb.threads/tid-reuse.exp: New file.
10005
df8411da
SDJ
100062015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
10007
10008 PR corefiles/16092
10009 * gdb.base/coredump-filter.c: New file.
10010 * gdb.base/coredump-filter.exp: Likewise.
10011
6ef37366
PM
100122015-03-27 Petr Machata <pmachata@redhat.com>
10013
10014 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
10015 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
10016 (Dwarf::assemble): Initialize them.
10017 (Dwarf::lines): New function.
10018
7ec911b0
JT
100192015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
10020
10021 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
10022 SYMBOL_PREFIX for x86_64-*-cygwin.
10023
ff908ebf
AW
100242015-03-26 Andy Wingo <wingo@igalia.com>
10025
10026 PR symtab/18148
10027 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
10028 const_value but not a location.
10029 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
10030 location defined in non-main CUs are visible.
10031
6d5f0679
YQ
100322015-03-26 Yao Qi <yao.qi@linaro.org>
10033
10034 PR testsuite/18139
10035 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
10036 Add a line number entry for the same line.
10037 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
10038 Add a line number entry for the same line.
10039
2898689b
YQ
100402015-03-26 Yao Qi <yao.qi@linaro.org>
10041
10042 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
10043 .int 0.
10044 (func): Likewise. Add .Lfunc_1 label.
10045 Use .Lfunc_1 label.
10046 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
10047 .int 0.
10048 (func): Likewise.
10049 Use .Lfunc_1 label.
10050
85180498
YQ
100512015-03-26 Yao Qi <yao.qi@linaro.org>
10052
10053 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
10054 Call gdb_compile instead to compile each .s files without debug
10055 information.
10056
8aa08a8d
YQ
100572015-03-26 Yao Qi <yao.qi@linaro.org>
10058
10059 * gdb.base/savedregs.exp (process_saved_regs): Make
10060 "Saved registers:" optional in the pattern.
10061
66849923
MM
100622015-03-25 Markus Metzger <markus.t.metzger@intel.com>
10063
10064 * gdb.btrace/next.exp: Merged into step.exp.
10065 * gdb.btrace/finish.exp: Merged into step.exp.
10066 * gdb.btrace/nexti.exp: Merged into stepi.exp.
10067 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
10068 "record goto" and checking the exact replay position.
10069 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
10070 check for "Recording format" in "info record" output.
10071 * gdb.btrace/record_goto.exp: Choose test file based on target.
10072 * gdb.btrace/x86-record_goto.S: Renamed into ...
10073 * gdb.btrace/x86_64-record_goto.S: ... this.
10074 * gdb.btrace/i686-record_goto.S: New.
10075 * gdb.btrace/x86-tailcall.S: Renamed into ...
10076 * gdb.btrace/x86_64-tailcall.S: ... this.
10077 * gdb.btrace/i686-tailcall.S: New.
10078 * gdb.btrace/x86-tailcall.c: Renamed into ...
10079 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
10080 separate statements. Update test.
10081 * gdb.btrace/delta.exp: Use record_goto.c as test file.
10082 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
10083 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
10084 * gdb.btrace/tailcall.exp: Choose test file based on target.
10085 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
10086
11cc1b74
MM
100872015-03-25 Markus Metzger <markus.t.metzger@intel.com>
10088
10089 * gdb.btrace/exception.exp: Increase BTS buffer size.
10090
a25d8bf9
PA
100912015-03-24 Pedro Alves <palves@redhat.com>
10092
10093 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
10094
856e7dd6
PA
100952015-03-24 Pedro Alves <palves@redhat.com>
10096
10097 * gdb.threads/schedlock.exp (test_step): No longer expect that
10098 "set scheduler-locking step" with "next" over a function call runs
10099 threads unlocked.
10100
ad235a41
AT
101012015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10102
10103 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
10104
15630549
AT
101052015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10106
10107 PR breakpoints/16466
10108 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
10109 * gdb.mi/mi-pending.c (thread_func): New function.
10110 (int main): Add threading support required.
10111 * gdb.mi/mi-pending.exp: Add tests for this issue.
10112 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
10113 (pendfunc2): Remove stdio dependency.
10114 * gdb.mi/mi-pendshr2.c: New file.
10115
693dca06
KS
101162015-03-23 Keith Seitz <keiths@redhat.com>
10117
10118 * gdb.linespec/keywords.c: New file.
10119 * gdb.linespec/keywords.exp: New file.
10120
7e993ebf
KS
101212015-03-23 Keith Seitz <keiths@redhat.com>
10122
10123 PR gdb/18021
10124 * gdb.dwarf2/staticvirtual.exp: New test.
10125
bc23328c
JK
101262015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10127
10128 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
10129 * README: Remove HP-UX and gdb.hp.
10130 (configuration):
10131 * configure: Regenerate.
10132 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
10133 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
10134 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
10135 gdb.hp/gdb.defects/Makefile.
10136 * gdb.hp/Makefile.in: File deleted.
10137 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
10138 * gdb.hp/gdb.aCC/optimize.c: File deleted.
10139 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
10140 * gdb.hp/gdb.aCC/run.c: File deleted.
10141 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
10142 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
10143 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
10144 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
10145 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
10146 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
10147 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
10148 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
10149 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
10150 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
10151 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
10152 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
10153 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
10154 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
10155 * gdb.hp/gdb.base-hp/reg.s: File deleted.
10156 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
10157 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
10158 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
10159 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
10160 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
10161 * gdb.hp/gdb.compat/Makefile.in: File deleted.
10162 * gdb.hp/gdb.compat/average.c: File deleted.
10163 * gdb.hp/gdb.compat/sum.c: File deleted.
10164 * gdb.hp/gdb.compat/xdb.c: File deleted.
10165 * gdb.hp/gdb.compat/xdb0.c: File deleted.
10166 * gdb.hp/gdb.compat/xdb0.h: File deleted.
10167 * gdb.hp/gdb.compat/xdb1.c: File deleted.
10168 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
10169 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
10170 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
10171 * gdb.hp/gdb.defects/Makefile.in: File deleted.
10172 * gdb.hp/gdb.defects/bs14602.c: File deleted.
10173 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
10174 * gdb.hp/gdb.defects/solib-d.c: File deleted.
10175 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
10176 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
10177 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
10178 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
10179 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
10180 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
10181 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
10182 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
10183 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
10184 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
10185 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
10186 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
10187 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
10188 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
10189 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
10190 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
10191 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
10192 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
10193 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
10194 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
10195 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
10196 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
10197 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
10198 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
10199 * gdb.hp/tools/odump: File deleted.
10200
8bf3b159
PA
102012015-03-19 Pedro Alves <palves@redhat.com>
10202
10203 * gdb.threads/continue-pending-status.exp (saw_thread_2)
10204 (saw_thread_3): New globals.
10205 (top level): Increment them when an event for the corresponding
10206 thread is seen.
10207 (no thread starvation): New test.
10208
eb54c8bf
PA
102092015-03-19 Pedro Alves <palves@redhat.com>
10210
10211 * gdb.threads/continue-pending-status.c: New file.
10212 * gdb.threads/continue-pending-status.exp: New file.
10213
32d2e5d6
PA
102142015-03-18 Pedro Alves <palves@redhat.com>
10215
10216 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10217 Use gdb_is_target_remote instead of is_remote. Use
10218 gdb_test_multiple instead of gdb_expect. Exit early if
10219 gdb_test_multiple hits its internal matches. Tighten stepi tests
10220 expected output. Fail on exit with any signal, instead of just
10221 SIGILL.
10222
f68f11b7
YQ
102232015-03-18 Yao Qi <yao.qi@linaro.org>
10224
10225 PR tdep/18107
10226 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
10227 variable.
10228 * gdb.base/catch-syscall.exp: Don't skip it on
10229 aarch64*-*-linux* target. Remove elements in all_syscalls.
10230 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
10231 target.
10232 (setup_all_syscalls): New proc.
10233
ca5fd19b
YQ
102342015-03-16 Yao Qi <yao.qi@linaro.org>
10235
10236 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
10237 (top level): Skip tests if valid_addr_p returns false for
10238 $cmd1 or $cmd2.
10239
85642ba0
AW
102402015-03-11 Andy Wingo <wingo@igalia.com>
10241
10242 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
10243
e03f9645
YQ
102442015-03-11 Yao Qi <yao.qi@linaro.org>
10245
10246 * gdb.base/catch-syscall.exp: Fix typo in comments.
10247
5d0962b2
YQ
102482015-03-11 Yao Qi <yao.qi@linaro.org>
10249
10250 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
10251
b2df3cef
PA
102522015-03-09 Pedro Alves <palves@redhat.com>
10253
10254 * dg-extract-results.py: Delete.
10255
ef878e53
PA
102562015-03-09 Pedro Alves <palves@redhat.com>
10257
10258 Merge dg-extract-results.sh from GCC upstream (r218843).
10259
10260 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
10261 * dg-extract-results.sh: Use --text with grep to avoid issues with
10262 binary files. Fall back to cat -v, if that doesn't work.
10263
9494d219
PA
102642015-03-05 Pedro Alves <palves@redhat.com>
10265
10266 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
10267
a8d9763a
SM
102682015-03-04 Simon Marchi <simon.marchi@ericsson.com>
10269
10270 * lib/mi-support.exp (mi_expect_interrupt): Accept
10271 alternative event for when in all-stop mode.
10272
be9957b8
PA
102732015-03-04 Pedro Alves <palves@redhat.com>
10274
10275 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
10276
d57be0f4 102772015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
10278
10279 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
10280
c214c7cf
AA
102812015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10282
10283 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
10284 regexps for GDB's current line display, accept a hex address
10285 preceding the line number.
10286
6d74a497
AA
102872015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10288
10289 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
10290 the 'arch1' variable for "s390*-linux*" targets.
10291
511aee7c
PA
102922015-03-04 Pedro Alves <palves@redhat.com>
10293
10294 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
10295 (main): Pass missing retval argument to pthread_join call.
10296
95e50b27
PA
102972015-03-02 Pedro Alves <palves@redhat.com>
10298
10299 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
10300 (top level): Call do_test with non-stop as well.
10301
28054d69
PA
103022015-03-02 Pedro Alves <palves@redhat.com>
10303
10304 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
10305 -1.
10306
4fa5d7b4
AA
103072015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
10308
10309 * gdb.arch/s390-vregs.exp: New test.
10310 * gdb.arch/s390-vregs.S: New file.
10311
97c18565
PA
103122015-02-27 Pedro Alves <palves@redhat.com>
10313
10314 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
10315 call to catch_command_errors.
10316 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
10317 catch_command_errors.
10318
a37bfa30
PA
103192015-02-27 Pedro Alves <palves@redhat.com>
10320
10321 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
10322 "true" for boolean result.
10323 * gdb.gdb/selftest.exp (test_with_self): Also accept full
10324 prototype of main.
10325
6f98576f
PA
103262015-02-27 Pedro Alves <palves@redhat.com>
10327
10328 * lib/unbuffer_output.c: New file.
10329 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
10330 (main): Call gdb_unbuffer_output.
10331
eba5ab56
YQ
103322015-02-27 Yao Qi <yao.qi@linaro.org>
10333
10334 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
10335 target.
10336
0def5aaa
DE
103372015-02-26 Doug Evans <dje@google.com>
10338
10339 * gdb.cp/class2.cc (Dbase, D): New classes.
10340 (main): New local delta.
10341 * gdb.cp/class2.exp: Test printing delta.
10342 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
10343 (dynbar): New global.
10344 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
10345
081a1c2c
JK
103462015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10347
10348 * gdb.compile/compile-ifunc.c: New file.
10349 * gdb.compile/compile-ifunc.exp: New file.
10350
2f41223f
AT
103512015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
10352
10353 * gdb.base/structs.exp: Check for correct struct on finish.
10354
03eddd80
YQ
103552015-02-26 Yao Qi <yao.qi@linaro.org>
10356
10357 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
10358 is zero.
10359
80c57053
JK
103602015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10361
10362 * gdb.arch/cordic.ko.bz2: New file.
10363 * gdb.arch/cordic.ko.debug.bz2: New file.
10364 * gdb.arch/ppc64-symtab-cordic.exp: New file.
10365
21613c12
YQ
103662015-02-25 Yao Qi <yao.qi@linaro.org>
10367
10368 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
10369 aarch64*-*-* target.
10370
d8b901ed
PA
103712015-02-23 Pedro Alves <palves@redhat.com>
10372
10373 * lib/gdb.exp (delete_breakpoints): Rewrite using
10374 gdb_test_multiple.
10375
e5b85ead
PA
103762015-02-23 Pedro Alves <palves@redhat.com>
10377
10378 * gdb.base/info-os.c: Include stdlib.h.
10379
85c3a371
DE
103802015-02-22 Doug Evans <xdje42@gmail.com>
10381
10382 PR symtab/17855
10383 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
10384 is read after symbols have been re-read.
10385 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
10386 * gdb.ada/exec_changed/second.adb (Second): Ditto.
10387
96553a0c
DE
103882015-02-21 Doug Evans <dje@google.com>
10389
10390 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
10391
97a0c697
JK
103922015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10393
10394 PR corefiles/17808
10395 * gdb.arch/i386-biarch-core.core.bz2: New file.
10396 * gdb.arch/i386-biarch-core.exp: New file.
10397
a47cd6e9
PA
103982015-02-21 Pedro Alves <palves@redhat.com>
10399
10400 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
10401 runto_main fails.
10402
c5facdc4
PA
104032015-02-20 Pedro Alves <palves@redhat.com>
10404
10405 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
10406 info probes.
10407
2db9a427
PA
104082015-02-20 Pedro Alves <palves@redhat.com>
10409
10410 * gdb.threads/multi-create-ns-info-thr.exp: New file.
10411
60fb7e9e
PA
104122015-02-20 Pedro Alves <palves@redhat.com>
10413
10414 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
10415 clean_restart before gdb_target_supports_trace.
10416
5c5019c2
PA
104172015-02-20 Pedro Alves <palves@redhat.com>
10418
10419 PR threads/18006
10420 * gdb.threads/clone-thread_db.c: New file.
10421 * gdb.threads/clone-thread_db.exp: New file.
10422
c9587f88
AT
104232015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
10424
10425 PR breakpoints/16812
10426 * gdb.base/catch-gdb-caused-signals.c: New file.
10427 * gdb.base/catch-gdb-caused-signals.exp: New file.
10428
f6a88844
JM
104292015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
10430
10431 * configure: Regenerated.
10432 * configure.ac: Use GDB_AC_TRANSFORM.
10433 * aclocal.m4: sinclude ../transform.m4.
10434
497c491b
JM
104352015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10436
10437 * lib/dtrace.exp: New file.
10438 * gdb.base/dtrace-probe.exp: Likewise.
10439 * gdb.base/dtrace-probe.d: Likewise.
10440 * gdb.base/dtrace-probe.c: Likewise.
10441 * lib/pdtrace.in: Likewise.
10442 * configure.ac: Output variables with the transformed names of
10443 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
10444 * configure: Regenerated.
10445
03e98035
JM
104462015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10447
10448 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
10449 expected message when trying to access $_probe_* convenience
10450 variables while not on a probe.
10451
63cc30e9
JK
104522015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10453
10454 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
10455
0703599a
PA
104562015-02-11 Pedro Alves <pedro@codesourcery.com>
10457
10458 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
10459 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
10460
7e60a48e
DE
104612015-02-10 Doug Evans <xdje42@gmail.com>
10462
10463 * lib/gdb.exp (gdb_load): Always return a result.
10464
01b088bc
PA
104652015-02-10 Pedro Alves <palves@redhat.com>
10466
10467 * gdb.threads/signal-sigtrap.c: New file.
10468 * gdb.threads/signal-sigtrap.exp: New file.
10469
b05ec7a5
AT
104702015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
10471
10472 * gdb.trace/no-attach-trace.c: New file.
10473 * gdb.trace/no-attach-trace.exp: New file.
10474
a2c2acaf
MW
104752015-02-09 Mark Wielaard <mjw@redhat.com>
10476
10477 * gdb.dwarf2/atomic.c: New file.
10478 * gdb.dwarf2/atomic-type.exp: Likewise.
10479
31fd9caa
MM
104802015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10481
10482 * gdb.btrace/buffer-size.exp: Update "info record" output.
10483 * gdb.btrace/delta.exp: Update "info record" output.
10484 * gdb.btrace/enable.exp: Update "info record" output.
10485 * gdb.btrace/finish.exp: Update "info record" output.
10486 * gdb.btrace/instruction_history.exp: Update "info record" output.
10487 * gdb.btrace/next.exp: Update "info record" output.
10488 * gdb.btrace/nexti.exp: Update "info record" output.
10489 * gdb.btrace/step.exp: Update "info record" output.
10490 * gdb.btrace/stepi.exp: Update "info record" output.
10491 * gdb.btrace/nohist.exp: Update "info record" output.
10492
d33501a5
MM
104932015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10494
10495 * gdb.btrace/buffer-size: New.
10496
f4abbc16
MM
104972015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10498
10499 * gdb.btrace/delta.exp: Update "info record" output.
10500 * gdb.btrace/enable.exp: Update "info record" output.
10501 * gdb.btrace/finish.exp: Update "info record" output.
10502 * gdb.btrace/instruction_history.exp: Update "info record" output.
10503 * gdb.btrace/next.exp: Update "info record" output.
10504 * gdb.btrace/nexti.exp: Update "info record" output.
10505 * gdb.btrace/step.exp: Update "info record" output.
10506 * gdb.btrace/stepi.exp: Update "info record" output.
10507 * gdb.btrace/nohist.exp: Update "info record" output.
10508
b9d61307
SM
105092015-02-06 Simon Marchi <simon.marchi@ericsson.com>
10510
10511 PR gdb/15678
10512 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
10513
e584fdbc
PA
105142015-02-06 Pedro Alves <palves@redhat.com>
10515
10516 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
10517 macro.
10518 (seconds_left, again): New globals.
10519 (main): Wait seconds_left in a 1-second sleep loop instead of
10520 sleeping 180 seconds. If 'again' is set, reset the seconds
10521 counter.
10522 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
10523 'again' in the inferior before detaching. Print the seconds left.
10524 (options): New global.
10525 (top level): Build program with -DTIMEOUT=$timeout.
10526
77f41761
PA
105272015-02-06 Pedro Alves <palves@redhat.com>
10528
10529 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
10530 determine how many seconds to pass to 'alarm'.
10531 * gdb.base/gdb-sigterm.exp (top level): Build program with
10532 -DTIMEOUT=$timeout.
10533 (do_test): Return success/failure indication. Add more verbose
10534 logging. Don't fail if 200 single steps are seen. Instead, fail
10535 when the test times out.
10536 (passes): New global.
10537 (top level): Break the testing loop if testing fails on any
10538 iteration. Use gdb_assert.
10539
b9394193
DB
105402015-02-04 Don Breazeal <donb@codesourcery.com>
10541
10542 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
10543 and initialize them.
10544 (ipc_cleanup): New function.
10545 (main): Don't declare shmid, semid, and msqid. Add a call to
10546 atexit so that we call ipc_cleanup on exit.
10547
42d9e528
PA
105482015-02-04 Pedro Alves <palves@redhat.com>
10549
10550 * boards/native-extended-gdbserver.exp: Remove any target variant
10551 specifications from the board name before clearing the isremote
10552 flag from board_info.
10553
ae6ae975
DE
105542015-01-31 Doug Evans <xdje42@gmail.com>
10555
10556 * gdb.base/maint.exp <maint print type argc>: Update expected output.
10557
cfb069a8
GB
105582015-01-31 Gary Benson <gbenson@redhat.com>
10559
10560 * gdb.base/completion.exp: Disable completion limiting for
10561 existing tests. Add new tests to check completion limiting.
10562 * gdb.linespec/ls-errs.exp: Disable completion limiting.
10563
5dd31d79
DE
105642015-01-31 Doug Evans <xdje42@gmail.com>
10565
10566 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
10567
9f050062
DE
105682015-01-31 Doug Evans <xdje42@gmail.com>
10569
10570 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
10571 entries. Duplicate file section script entries.
10572 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
10573 inlined entries. Add test for safe-path rejection.
10574 * gdb.python/py-section-script.c: Add duplicate inlined section script
10575 entries. Duplicate file section script entries.
10576 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
10577 inlined entries. Add test for safe-path rejection.
10578
df25ebbd
JB
105792015-01-29 Joel Brobecker <brobecker@adacore.com>
10580
10581 * gdb.ada/disc_arr_bound: New testcase.
10582
4a0ca9ec
JB
105832015-01-29 Joel Brobecker <brobecker@adacore.com>
10584
10585 * gdb.ada/mi_var_array: New testcase.
10586
3a8b707a
DE
105872015-01-27 Doug Evans <dje@google.com>
10588
10589 * gdb.python/py-objfile.exp: Add tests for objfile.username.
10590 Add test for objfile.filename, objfile.username after objfile
10591 has been unloaded.
10592
f8313f6e
JB
105932015-01-26 Joel Brobecker <brobecker@adacore.com>
10594
10595 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
10596 the second test to print the name attribute of value
10597 returned by the call to gdb.lookup_type, and adjust
10598 the expected output accordingly.
10599
37bc665e
MW
106002015-01-25 Mark Wielaard <mjw@redhat.com>
10601
10602 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
10603 * gdb.base/disp-step-fork.c: Include unistd.h.
10604 * gdb.base/siginfo-obj.c: Include stdio.h.
10605 * gdb.base/siginfo-thread.c: Likewise.
10606 * gdb.mi/non-stop.c: Include unistd.h.
10607 * gdb.mi/nsthrexec.c: Include stdio.h.
10608 * gdb.mi/pthreads.c: Include unistd.h.
10609 * gdb.modula2/unbounded1.c (main): Declare returns int.
10610 * gdb.reverse/consecutive-reverse.c: Likewise.
10611 * gdb.threads/create-fail.c: Include unistd.h.
10612 * gdb.threads/killed.c: Likewise.
10613 * gdb.threads/linux-dp.c: Likewise.
10614 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
10615 * gdb.threads/non-ldr-exc-2.c: Likewise.
10616 * gdb.threads/non-ldr-exc-3.c: Likewise.
10617 * gdb.threads/non-ldr-exc-4.c: Likewise.
10618 * gdb.threads/pthreads.c: Include unistd.h.
10619 (main): Declare returns int.
10620 * gdb.threads/tls-main.c (foo): New declaration.
10621 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
10622
f7e5394d
SM
106232015-01-23 Simon Marchi <simon.marchi@ericsson.com>
10624
10625 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
10626 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
10627
743649fd
MW
106282015-01-15 Mark Wielaard <mjw@redhat.com>
10629
10630 * gdb.base/noreturn-return.c: New file.
10631 * gdb.base/noreturn-return.exp: New file.
10632 * gdb.base/noreturn-finish.c: New file.
10633 * gdb.base/noreturn-finish.exp: New file.
10634
198297aa
PA
106352015-01-23 Pedro Alves <palves@redhat.com>
10636
10637 * gdb.threads/continue-pending-after-query.c: New file.
10638 * gdb.threads/continue-pending-after-query.exp: New file.
10639
717cf30c
AG
106402015-01-22 Anders Granlund <anders.granlund@ericsson.com>
10641 Simon Marchi <simon.marchi@ericsson.com>
10642
10643 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
10644 * gdb.base/valgrind-db-attach.exp: Same.
10645 * gdb.base/valgrind-infcall.exp: Same.
10646 * lib/mi-support.exp (default_mi_gdb_start): Same.
10647 * lib/prompt.exp (default_prompt_gdb_start): Same.
10648 * lib/gdb.exp (default_gdb_spawn): Same.
10649 (gdb_interact): New.
10650
10651
4b62a76e
JK
106522015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10653
10654 * gdb.compile/compile.exp (pointer to jit function): New test.
10655
b4cdae6f
WW
106562015-01-17 Wei-cheng Wang <cole945@gmail.com>
10657
10658 * lib/gdb.exp (supports_process_record): Return true for
10659 powerpc*-*-linux*.
10660 (supports_reverse): Likewise.
10661
d221e7ef
DB
106622015-01-15 Don Breazeal <donb@codesourcery.com>
10663
10664 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
10665 instead of checking whether the target board is remote and
10666 use spawn_wait_for_attach instead of exec/sleep.
10667 * gdb.base/attach-twice.exp: Likewise.
10668
bafffb51
JB
106692015-01-15 Joel Brobecker <brobecker@adacore.com>
10670
10671 * gdb.ada/var_arr_attrs: New testcase.
10672
5589af0e
PA
106732015-01-14 Pedro Alves <palves@redhat.com>
10674 Joel Brobecker <brobecker@adacore.com>
10675
10676 PR gdb/17525
10677 * gdb.base/bp-cmds-execution-x-script.c: New file.
10678 * gdb.base/bp-cmds-execution-x-script.exp: New file.
10679 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
10680
6c400b59
PA
106812015-01-14 Pedro Alves <palves@redhat.com>
10682
10683 PR cli/17828
10684 * gdb.base/batch-preserve-term-settings.c: New file.
10685 * gdb.base/batch-preserve-term-settings.exp: New file.
10686
e02c96a7
DE
106872015-01-13 Doug Evans <dje@google.com>
10688
10689 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
10690 binary.
10691
576fd14c
JB
106922015-01-13 Joel Brobecker <brobecker@adacore.com>
10693
10694 * Makefile.in (clean mostlyclean): Do not delete *.py.
10695
04dccad0
JB
106962015-01-13 Joel Brobecker <brobecker@adacore.com>
10697
10698 * gdb.python/py-lookup-type.exp: New file.
10699
3d230f71
PA
107002015-01-12 Pedro Alves <palves@redhat.com>
10701
10702 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
10703 restore GDBFLAGS before returning.
10704
7e67715d
JK
107052015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10706
10707 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
10708 is_amd64_regs_target and is_x86_like_target.
10709
f2e0d4b4
DE
107102015-01-11 Doug Evans <xdje42@gmail.com>
10711
10712 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
10713 is given without an explicit form.
10714 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
10715 attributes.
10716 * gdb.dwarf/corrupt.exp: Ditto.
10717 * gdb.dwarf2/enum-type.exp: Ditto.
10718 * gdb.trace/entry-values.exp: Ditto.
10719 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
10720
439250fb
DE
107212015-01-11 Doug Evans <xdje42@gmail.com>
10722
10723 PR gdb/15830
10724 * gdb.base/maint.exp: Remove references to "maint demangle".
10725 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
10726 Add tests for explicitly specifying language to demangle.
10727 * gdb.dlang/demangle.exp: Ditto.
10728
ede9f622
PA
107292015-01-09 Pedro Alves <palves@redhat.com>
10730
10731 * gdb.threads/non-stop-fair-events.c: New file.
10732 * gdb.threads/non-stop-fair-events.exp: New file.
10733
a7b796db
PA
107342015-01-09 Pedro Alves <palves@redhat.com>
10735
10736 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
10737 the global scope. Set a breakpoint after all threads are started
10738 rather than stepping over two source lines. Expect the prompt.
10739 * gdb.base/watch_thread_num.c (threads_started_barrier): New
10740 global.
10741 (NUM): Now 15.
10742 (main): Use threads_started_barrier to wait for all threads to
10743 start. Main thread no longer calls thread_function. Exit after
10744 180 seconds.
10745 (loop): New function.
10746 (thread_function): Wait on threads_started_barrier barrier. Call
10747 'loop' at each iteration.
10748 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
10749 threads have started, instead of hardcoding number of "next"
10750 steps. Use an access watchpoint instead of a write watchpoint.
10751
9665ffdd
PA
107522015-01-09 Pedro Alves <palves@redhat.com>
10753
10754 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
10755 (thread_func): Wait on barrier.
10756 (main): Wait for all threads to start before stopping GDB.
10757 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
10758 global.
10759 (thread1_func, thread2_func): Wait on barrier.
10760 (main): Wait for all threads to start before stopping GDB.
10761 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
10762 New global.
10763 (thread1_func, thread2_func): Wait on barrier.
10764 (main): Wait for all threads to start before stopping GDB.
10765
c945a99f
PA
107662015-01-09 Pedro Alves <palves@redhat.com>
10767
10768 * gdb.threads/attach-many-short-lived-threads.c: New file.
10769 * gdb.threads/attach-many-short-lived-threads.exp: New file.
10770
c1a747c1
PA
107712014-01-09 Pedro Alves <palves@redhat.com>
10772
10773 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
10774 instead of to thread 2.
10775 * gdb.threads/signal-command-multiple-signals-pending.c (main):
10776 Add barrier around each pthread_create call instead of around all
10777 calls.
10778 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
10779 Set a break on thread_function and have the child threads hit it
10780 one at at a time.
10781
60b3033e
PA
107822015-01-09 Pedro Alves <palves@redhat.com>
10783
10784 * lib/gdb.exp (can_spawn_for_attach): New procedure.
10785 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
10786 false.
10787 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
10788 checking whether the target board is remote.
10789 * gdb.multi/multi-attach.exp: Likewise.
10790 * gdb.python/py-sync-interp.exp: Likewise.
10791 * gdb.server/ext-attach.exp: Likewise.
10792 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
10793 tests that need to attach, instead of checking whether the target
10794 board is remote at the top of the file.
10795
acc018ac
YQ
107962015-01-08 Yao Qi <yao@codesourcery.com>
10797
10798 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
10799
50a18af8
JK
108002015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10801
10802 Fix testcase compilation.
10803 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
10804
8503d6e1
JB
108052015-01-06 Joel Brobecker <brobecker@adacore.com>
10806
10807 * gdb.python/py-type.exp: Add a couple test about empty
10808 array creation, and negative-length array creation.
10809
cc73dbcc
DE
108102015-01-02 Doug Evans <xdje42@gmail.com>
10811
10812 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
10813
0300bbc7
DE
108142015-01-02 Doug Evans <dje@google.com>
10815
10816 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
10817
9d85a0ec
YQ
108182014-12-29 Yao Qi <yao@codesourcery.com>
10819
10820 * gdb.trace/entry-values.exp: Update comments. Rename variable
10821 bar_call_foo to returned_from_foo.
10822
87186c6a
MMN
108232014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
10824
10825 PR gdb/17394
10826 * gdb.linespec/break-asm-file.c: New file.
10827 * gdb.linespec/break-asm-file.exp: New file.
10828 * gdb.linespec/break-asm-file0.s: New file.
10829 * gdb.linespec/break-asm-file1.s: New file.
10830
1bab7383
YQ
108312014-12-18 Nigel Stephens <nigel@mips.com>
10832 Maciej W. Rozycki <macro@codesourcery.com>
10833
10834 * gdb.base/float.exp: Handle the new output from "info float" on
10835 MIPS targets.
10836
1bc1068a
JK
108372014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10838
10839 Fix MinGW compilation.
10840 * gdb.compile/compile-ops.exp: Update untested message if
10841 !skip_compile_feature_tests.
10842 * gdb.compile/compile-setjmp.exp: Likewise.
10843 * gdb.compile/compile-tls.exp: Likewise.
10844 * gdb.compile/compile.exp: Likewise.
10845 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
10846 supported on this host".
10847
b6615d10
DE
108482014-12-16 Doug Evans <xdje42@gmail.com>
10849
10850 * boards/stabs.exp: New file.
10851
25dda427
AA
108522014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
10853
10854 * gdb.base/completion.exp: Adjust to format changes of "maint
10855 print user-registers".
10856
bf330350
CU
108572014-12-16 Catalin Udma <catalin.udma@freescale.com>
10858
10859 PR server/17457
10860 * gdb.arch/aarch64-fp.c: New file.
10861 * gdb.arch/aarch64-fp.exp: New file.
10862
395cf596
SDJ
108632014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
10864
10865 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
10866 r210637, r210913, r211666, r215400, r215817).
10867
10868 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
10869 * dg-extract-results.py: New file.
10870 * dg-extract-results.sh: Use it if the environment seems
10871 suitable.
10872
10873 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
10874
10875 * dg-extract-results.py (parse_run): Handle warnings that
10876 are printed before a test harness is run.
10877
10878 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
10879
10880 * dg-extract-results.py (Named): Remove __cmp__ method.
10881 (output_variation): Use a key to sort variation.harnesses.
10882
10883 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
10884
10885 * dg-extract-results.py: For Python 3, force sys.stdout to
10886 handle surrogate escape sequences.
10887 (safe_open): New function.
10888 (output_segment, main): Use it.
10889
10890 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
10891
10892 * dg-extract-results.py (Prog.result_re): Include options
10893 in test name.
10894
10895 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
10896
10897 * dg-extract-results.py (output_variation): Always sort if
10898 do_sum.
10899
e882ef3c
SM
109002014-12-15 Simon Marchi <simon.marchi@ericsson.com>
10901
10902 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
10903 as long as we get pagination notifications.
10904
4992aa20
JM
109052014-12-15 Jason Merrill <jason@redhat.com>
10906
10907 * Makefile.in (check-gdb.%): Restore.
10908 * README: Mention it.
10909
c1b5a1a6
JB
109102014-12-13 Joel Brobecker <brobecker@adacore.com>
10911
10912 * gdb.ada/str_uninit: New testcase.
10913
5537b577
JK
109142014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10915
10916 PR symtab/17642
10917 * gdb.base/vla-stub-define.c: New file.
10918 * gdb.base/vla-stub.c: New file.
10919 * gdb.base/vla-stub.exp: New file.
10920
bb2ec1b3
TT
109212014-12-12 Phil Muldoon <pmuldoon@redhat.com>
10922 Jan Kratochvil <jan.kratochvil@redhat.com>
10923 Tom Tromey <tromey@redhat.com>
10924
10925 * configure.ac: Add gdb.compile/.
10926 * configure: Regenerate.
10927 * gdb.compile/Makefile.in: New file.
10928 * gdb.compile/compile-ops.exp: New file.
10929 * gdb.compile/compile-ops.c: New file.
10930 * gdb.compile/compile-tls.c: New file.
10931 * gdb.compile/compile-tls.exp: New file.
10932 * gdb.compile/compile-constvar.S: New file.
10933 * gdb.compile/compile-constvar.c: New file.
10934 * gdb.compile/compile-mod.c: New file.
10935 * gdb.compile/compile-nodebug.c: New file.
10936 * gdb.compile/compile-setjmp-mod.c: New file.
10937 * gdb.compile/compile-setjmp.c: New file.
10938 * gdb.compile/compile-setjmp.exp: New file.
10939 * gdb.compile/compile-shlib.c: New file.
10940 * gdb.compile/compile.c: New file.
10941 * gdb.compile/compile.exp: New file.
10942 * lib/gdb.exp (skip_compile_feature_tests): New proc.
10943
4ff709eb
TT
109442014-12-12 Tom Tromey <tromey@redhat.com>
10945
10946 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
10947 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
10948
6dddd6a5
DE
109492014-12-12 Doug Evans <dje@google.com>
10950
10951 * lib/gdb-python.exp (get_python_valueof): New function.
10952 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
10953
71c24708
AA
109542014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10955
10956 * gdb.base/completion.exp: Add test for completion of "info
10957 registers ".
10958
3e29f34a
MR
109592014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
10960
10961 * gdb.base/func-ptrs.c: New file.
10962 * gdb.base/func-ptrs.exp: New file.
10963
fc126975
SM
109642014-12-10 Simon Marchi <simon.marchi@ericsson.com>
10965
10966 PR breakpoints/17012
10967 * gdb.base/dprintf-detach.c: New file.
10968 * gdb.base/dprintf-detach.exp: New file.
10969
0a46d518
SM
109702014-12-10 Simon Marchi <simon.marchi@ericsson.com>
10971
10972 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
10973 * lib/gdb.exp (target_is_gdbserver): New procedure.
10974
a0be3e44
DE
109752014-12-08 Doug Evans <dje@google.com>
10976
10977 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
10978
df1b803a
YQ
109792014-12-05 Yao Qi <yao@codesourcery.com>
10980
10981 * gdb.guile/scm-error.exp: Remove the third argument to
10982 gdb_remote_download.
10983 * gdb.guile/scm-frame-args.exp: Likewise.
10984 * gdb.guile/scm-section-script.exp: Likewise.
10985
ddb9f679
YQ
109862014-12-05 Yao Qi <yao@codesourcery.com>
10987
10988 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
10989
86e4ed39
DE
109902014-12-04 Doug Evans <dje@google.com>
10991
10992 * gdb.python/py-objfile.exp: Add tests for
10993 objfile.add_separate_debug_file.
10994
7c50a931
DE
109952014-12-04 Doug Evans <dje@google.com>
10996
10997 * lib/gdb.exp (get_build_id): New function.
10998 (build_id_debug_filename_get): Rewrite to use it.
10999 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
11000
621661e3
MR
110012014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
11002
11003 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
11004 `method(long)', not just 0x0.
11005 * gdb.cp/nsalias.exp: Align code labels to 4.
11006 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
11007 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
11008 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
11009 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
11010 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
11011 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
11012
29f0c3b7
DE
110132014-12-02 Doug Evans <dje@google.com>
11014
e1e061e7 11015 PR symtab/17602
29f0c3b7 11016 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 11017 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
11018 * gdb.cp/anon-ns.exp: Update.
11019
162078c8
NB
110202014-12-02 Nick Bull <nicholaspbull@gmail.com>
11021
11022 * gdb.python/py-events.py (inferior_call_handler): New.
11023 (register_changed_handler, memory_changed_handler): New.
11024 (test_events.invoke): Register new handlers.
11025 * gdb.python/py-events.exp: Add tests for inferior call,
11026 memory_changed and register_changed events.
11027
fdb09caf
AA
110282014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
11029
11030 * gdb.base/execl-update-breakpoints.exp: Specify the link address
11031 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
11032 if the linker doesn't understand this.
11033
55cfb2c4
SM
110342014-12-01 Simon Marchi <simon.marchi@ericsson.com>
11035
11036 * gdb.python/python.exp: Change expected reply to help().
11037
9e8cd6df
YQ
110382014-12-01 Yao Qi <yao@codesourcery.com>
11039
11040 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
11041 AC_CONFIG_SUBDIRS(gdb.gdbtk).
11042 * configure: Re-generated.
11043
6c659fc2
SC
110442014-11-28 Siva Chandra Reddy <sivachandra@google.com>
11045
11046 * gdb.cp/chained-calls.cc: New file.
11047 * gdb.cp/chained-calls.exp: New file.
11048 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
11049
d7fc3181
SM
110502014-11-28 Simon Marchi <simon.marchi@ericsson.com>
11051
11052 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
11053 * gdb.dwarf2/symtab-producer.exp: Same.
11054 * gdb.gdb/python-interrupts.exp: Same.
11055 * gdb.gdb/python-selftest.exp: Same.
11056 * gdb.python/py-linetable.exp: Same.
11057 * gdb.python/py-type.exp: Same.
11058 * gdb.python/py-value-cc.exp: Same.
11059 * gdb.python/py-value.exp: Same.
11060
10e79639
YQ
110612014-11-28 Yao Qi <yao@codesourcery.com>
11062
11063 * gdb.base/break-probes.exp: Match library name prefixed with
11064 sysroot.
11065
f28a0564
SM
110662014-11-27 Simon Marchi <simon.marchi@ericsson.com>
11067
11068 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
11069 test expected output. Add parentheses for the call to print.
11070 Remove L suffix from integers.
11071
3fe1ce1d
DE
110722014-11-26 Doug Evans <dje@google.com>
11073
11074 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
11075
84429e27
YQ
110762014-11-22 Yao Qi <yao@codesourcery.com>
11077
11078 * gdb.trace/entry-values.c: Remove asms.
11079 (foo): Add foo_label.
11080 (bar): Add bar_label.
11081 * gdb.trace/entry-values.exp: Remove code computing foo's
11082 length and bar's length.
11083 (Dwarf::assemble): Invoke function_range for bar and use
11084 MACRO_AT_func for foo.
11085
26741859
YQ
110862014-11-22 Yao Qi <yao@codesourcery.com>
11087
11088 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
11089 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
11090 Use .Lgcc43_procstart instead of gcc43.
11091
45e44d27
JB
110922014-11-21 Joel Brobecker <brobecker@adacore.com>
11093
11094 * gdb.ada/n_arr_bound: New testcase.
11095
458c8db8
SDJ
110962014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
11097
11098 PR breakpoints/10737
11099 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
11100 test_catch_syscall_multi_arch.
11101 (test_catch_syscall_multi_arch): New function.
11102
43f3e411
DE
111032014-11-20 Doug Evans <xdje42@gmail.com>
11104
11105 * gdb.base/maint.exp: Update expected output.
11106
0d7b2549
AA
111072014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11108
11109 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
11110 4-byte instruction on S390.
11111
8908fca5
JB
111122014-11-19 Joel Brobecker <brobecker@adacore.com>
11113
11114 * gdb.ada/arr_arr: New testcase.
11115
4a46959e
JB
111162014-11-19 Joel Brobecker <brobecker@adacore.com>
11117
11118 * gdb.ada/pkd_arr_elem: New Testcase.
11119
470e2f4e
LM
111202014-11-18 Luis Machado <lgustavo@codesourcery.com>
11121
11122 * gdb.reverse/break-precsave: Expect completion message for
11123 core file reads.
11124 * gdb.reverse/consecutive-precsave.exp: Likewise.
11125 * gdb.reverse/finish-precsave.exp: Likewise.
11126 * gdb.reverse/i386-precsave.exp: Likewise.
11127 * gdb.reverse/machinestate-precsave.exp: Likewise.
11128 * gdb.reverse/sigall-precsave.exp: Likewise.
11129 * gdb.reverse/solib-precsave.exp: Likewise.
11130 * gdb.reverse/step-precsave.exp: Likewise.
11131 * gdb.reverse/until-precsave.exp: Likewise.
11132 * gdb.reverse/watch-precsave.exp: Likewise.
11133
a267f3ad
AA
111342014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11135
11136 * gdb.base/bp-permanent.c: Include unistd.h.
11137 * gdb.python/py-framefilter-mi.c (main): Add return type.
11138 * gdb.python/py-framefilter.c (main): Likewise.
11139 * gdb.trace/actions-changed.c (main): Likewise.
11140
12084a9a
AA
111412014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11142
11143 * gdb.mi/until.c: Add eye-catchers.
11144 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
11145 line numbers.
11146
dc7e1a77
AA
111472014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11148
11149 * gdb.base/condbreak.exp: Drop references to removed non-prototype
11150 function header variants in break1.c.
11151 * gdb.base/ena-dis-br.exp: Likewise.
11152 * gdb.base/hbreak2.exp: Likewise.
11153 * gdb.reverse/until-precsave.exp: Drop references to removed
11154 non-prototype function header variants in ur1.c.
11155 * gdb.reverse/until-reverse.exp: Likewise.
11156
41c77605
PM
111572014-11-17 Petr Machata <pmachata@redhat.com>
11158
11159 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
11160 ${_cu_offset_size} bytes abbrev offset.
11161
34248c3a
DE
111622014-11-15 Doug Evans <xdje42@gmail.com>
11163
11164 PR symtab/17559
11165 * gdb.base/line-symtabs.exp: New file.
11166 * gdb.base/line-symtabs.c: New file.
11167 * gdb.base/line-symtabs.h: New file.
11168
646da059
YQ
111692014-11-14 Yao Qi <yao@codesourcery.com>
11170
11171 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
11172 (func): Add label func_label.
11173 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
11174 Replace low_pc and high_pc with MACRO_AT_range.
11175 Replace name, low_pc and high_pc with MACRO_AT_func.
11176
9301ebe6
YQ
111772014-11-14 Yao Qi <yao@codesourcery.com>
11178
11179 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
11180 Replace name, low_pc and high_pc with MACRO_AT_func.
11181
f166b542
YQ
111822014-11-14 Yao Qi <yao@codesourcery.com>
11183
11184 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
11185 produce debug information.
11186 * gdb.dwarf2/implptr-optimized-out.S: Removed.
11187
0f6e71e3
YQ
111882014-11-14 Yao Qi <yao@codesourcery.com>
11189
11190 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
11191 object and get function length.
11192 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
11193 with MACRO_AT_func.
11194 (top-level): Replace gdb_compile and clean_restart with
11195 prepare_for_testing.
11196 * gdb.dwarf2/main.c (main): Add label main_label.
11197
876c4df9
YQ
111982014-11-14 Yao Qi <yao@codesourcery.com>
11199
11200 * lib/dwarf.exp (function_range): New procedure.
11201 (Dwarf::_handle_macro_at_func): New procedure.
11202 (Dwarf::_handle_macro_at_range): New procedure.
11203 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
11204
02ad9cf1
YQ
112052014-11-14 Yao Qi <yao@codesourcery.com>
11206
11207 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
11208 (_handle_attribute): New procedure.
11209
a59add0c
AA
112102014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11211
11212 * gdb.ada/cond_lang/foo.c (callme): Add return type.
11213 * gdb.base/call-sc.c (zed): Likewise.
11214 * gdb.base/checkpoint.c (main): Likewise.
11215 * gdb.base/dump.c (main): Likewise.
11216 * gdb.base/gcore.c (main): Likewise.
11217 * gdb.base/huge.c (main): Likewise.
11218 * gdb.base/multi-forks.c (main): Likewise.
11219 * gdb.base/pr10179-a.c (main): Likewise.
11220 * gdb.base/savedregs.c (main): Likewise.
11221 * gdb.base/sigaltstack.c (main): Likewise.
11222 * gdb.base/siginfo.c (main): Likewise.
11223 * gdb.base/structs.c (zed): Likewise.
11224 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
11225 * gdb.mi/mi-syn-frame.c (main): Likewise.
11226 * gdb.mi/until.c (foo, main): Likewise.
11227 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
11228 * gdb.base/solib-weak.c (foo): Declare.
11229 * gdb.base/attach-twice.c: Include stdio.h.
11230 * gdb.base/weaklib1.c: Likewise.
11231 * gdb.base/weaklib2.c: Likewise.
11232 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
11233 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
11234 unistd.h.
11235 * gdb.base/attach-pie-misread.c: Include stdlib.h.
11236 * gdb.mi/mi-exit-code.c: Likewise.
11237 * gdb.base/break-interp-lib.c: Include string.h.
11238 * gdb.base/coremaker.c: Likewise.
11239 * gdb.base/testenv.c: Likewise.
11240 * gdb.python/py-finish-breakpoint.c: Likewise.
11241 * gdb.base/inferior-died.c: Include sys/wait.h.
11242 * gdb.base/fileio.c: Include time.h.
11243 * gdb.base/async-shell.c: Include unistd.h.
11244 * gdb.base/dprintf-non-stop.c: Likewise.
11245 * gdb.base/info-os.c: Likewise.
11246 * gdb.mi/mi-console.c: Likewise.
11247 * gdb.mi/watch-nonstop.c: Likewise.
11248 * gdb.python/py-events.c: Likewise.
11249 * gdb.base/async.c (baz): Move up before its invocation.
11250 * gdb.base/code_elim2.c (my_global_func): Likewise.
11251 * gdb.base/skip-solib-lib.c (multiply): Likewise.
11252 * gdb.base/advance.c (func2): Likewise.
11253
3b5d5997
AA
112542014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11255
11256 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
11257 variant.
11258 * gdb.base/annota3.c: Likewise.
11259 * gdb.base/async.c: Likewise.
11260 * gdb.base/average.c: Likewise.
11261 * gdb.base/call-ar-st.c: Likewise.
11262 * gdb.base/call-rt-st.c: Likewise.
11263 * gdb.base/call-sc.c: Likewise.
11264 * gdb.base/call-strs.c: Likewise.
11265 * gdb.base/ending-run.c: Likewise.
11266 * gdb.base/execd-prog.c: Likewise.
11267 * gdb.base/exprs.c: Likewise.
11268 * gdb.base/foll-exec.c: Likewise.
11269 * gdb.base/foll-fork.c: Likewise.
11270 * gdb.base/foll-vfork.c: Likewise.
11271 * gdb.base/funcargs.c: Likewise.
11272 * gdb.base/gcore.c: Likewise.
11273 * gdb.base/jump.c: Likewise.
11274 * gdb.base/langs0.c: Likewise.
11275 * gdb.base/langs1.c: Likewise.
11276 * gdb.base/langs2.c: Likewise.
11277 * gdb.base/mips_pro.c: Likewise.
11278 * gdb.base/nodebug.c: Likewise.
11279 * gdb.base/opaque0.c: Likewise.
11280 * gdb.base/opaque1.c: Likewise.
11281 * gdb.base/recurse.c: Likewise.
11282 * gdb.base/run.c: Likewise.
11283 * gdb.base/scope0.c: Likewise.
11284 * gdb.base/scope1.c: Likewise.
11285 * gdb.base/setshow.c: Likewise.
11286 * gdb.base/setvar.c: Likewise.
11287 * gdb.base/shmain.c: Likewise.
11288 * gdb.base/shr1.c: Likewise.
11289 * gdb.base/shr2.c: Likewise.
11290 * gdb.base/sigall.c: Likewise.
11291 * gdb.base/signals.c: Likewise.
11292 * gdb.base/so-indr-cl.c: Likewise.
11293 * gdb.base/solib2.c: Likewise.
11294 * gdb.base/structs.c: Likewise.
11295 * gdb.base/sum.c: Likewise.
11296 * gdb.base/vforked-prog.c: Likewise.
11297 * gdb.base/watchpoint.c: Likewise.
11298 * gdb.reverse/shr2.c: Likewise.
11299 * gdb.reverse/until-reverse.c: Likewise.
11300 * gdb.reverse/ur1.c: Likewise.
11301 * gdb.reverse/watch-reverse.c: Likewise.
11302
066a77c5
AA
113032014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11304
11305 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
11306 variant.
11307 * gdb.base/sepdebug.exp: Drop references to removed code.
11308
4f204ea5
AA
113092014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11310
11311 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
11312 variant. Preserve original line numbering.
11313 * gdb.base/list1.c: Likewise.
11314
3b377a3a
AA
113152014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11316
11317 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
11318 variant.
11319 * gdb.base/break1.c: Likewise.
11320 * gdb.base/break.exp: Drop references to removed code.
11321
e444df73
AA
113222014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11323
11324 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
11325 variant.
11326
8008f2a7
AA
113272014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11328
11329 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
11330
a5a06887
AA
113312014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11332
11333 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
11334 logic into perform_all_tests() and invoke it with and without
11335 function header prototypes.
11336 (do_function_calls): Remove conditional XFAIL for PR 5318.
11337 (rerun_and_prepare): Remove duplicate code.
11338 (perform_all_tests): New. Main logic moved here.
11339
44dba9b9
AA
113402014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11341
11342 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
11343 code guarded by #ifdef NO_PROTOTYPES.
11344 (t_double_many_args): Likewise.
11345 (DEF_FUNC_MANY_ARGS_1): Likewise.
11346 (DEF_FUNC_VALUES_1): Likewise.
11347 (t_structs_ldc): Renamed from t_structs_fc in conditional code
11348 guarded by #ifdef PROTOTYPES.
11349
d1fbcd56
AA
113502014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11351
11352 * gdb.mi/mi-console.c: Add eye-catcher.
11353 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
11354 instead of literal line number.
11355
b0e59b8f
AA
113562014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11357
11358 * gdb.base/shr2.c: Add eye-catcher.
11359 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
11360 line number.
11361
78f98cca
AA
113622014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11363
11364 * gdb.base/jump.c: Add eye-catchers.
11365 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
11366 numbers.
11367
58fa2af0
AA
113682014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11369
11370 * gdb.base/execd-prog.c: Add eye-catchers.
11371 * gdb.base/foll-exec.c: Likewise.
11372 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
11373 line numbers.
11374
04e5059b
AA
113752014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11376
11377 * gdb.base/ending-run.c: Add eye-catchers.
11378 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
11379 literal line numbers.
11380
dbfdb174
AA
113812014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11382
11383 * gdb.base/call-rt-st.c: Add eye-catchers.
11384 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
11385 literal line numbers.
11386
888a2ade
AA
113872014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11388
11389 * gdb.base/call-ar-st.c: Add eye-catchers.
11390 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
11391 literal line numbers.
11392
6acc2dde
AA
113932014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11394
11395 * gdb.base/average.c: Add eye-catchers.
11396 * gdb.base/sum.c: Likewise.
11397 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
11398 regexps dynamically.
11399
9ecfcd1d
AA
114002014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11401
11402 * gdb.base/solib1.c: Add eye-catchers.
11403 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
11404 literal line numbers.
11405
78708b7c
PA
114062014-11-12 Pedro Alves <palves@redhat.com>
11407
11408 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
11409 leader has exited.
11410
af48d08f
PA
114112014-11-12 Pedro Alves <palves@redhat.com>
11412
11413 * gdb.arch/i386-bp_permanent.c: New file.
11414 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
11415 (srcfile): Set to i386-bp_permanent.c.
11416 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
11417 that stepi does not execute the 'leave' instruction, instead of
11418 testing it does execute.
11419 * gdb.base/bp-permanent.c: New file.
11420 * gdb.base/bp-permanent.exp: New file.
11421
af3768e9
DE
114222014-11-10 Doug Evans <xdje42@gmail.com>
11423
11424 PR symtab/17564
11425 * gdb.base/symtab-search-order.exp: New file.
11426 * gdb.base/symtab-search-order.c: New file.
11427 * gdb.base/symtab-search-order-1.c: New file.
11428 * gdb.base/symtab-search-order-shlib-1.c: New file.
11429
9de00a4a
PA
114302014-11-07 Pedro Alves <palves@redhat.com>
11431
11432 PR gdb/17511
11433 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
11434 i?86-*-linux*.
11435
e0f52461
SC
114362014-11-03 Siva Chandra Reddy <sivachandra@google.com>
11437
11438 PR c++/17494
11439 * gdb.cp/pr17494.cc: New file.
11440 * gdb.cp/pr17494.exp: New file.
11441
6ce8c980
YQ
114422014-11-02 Yao Qi <yao@codesourcery.com>
11443
11444 * gdb.python/python.exp: Get working directory and match the
11445 output of "set extended-prompt \\w " with it.
11446
02be9a71
DE
114472014-10-30 Doug Evans <dje@google.com>
11448
11449 * gdb.python/py-objfile.exp: Add tests for setting random attributes
11450 in objfiles.
11451 * gdb.python/py-progspace.exp: Add tests for setting random attributes
11452 in progspaces.
11453
3bdff46b
LM
114542014-10-30 Janis Johnson <janisjo@codesourcery.com>
11455
11456 * gdb.base/fullpath-expand.exp: Skip for a remote host.
11457 * gdb.base/realname-expand.exp: Likewise.
11458 * gdb.linespec/macro-relative.exp: Likewise.
11459
ab917dfb
PA
114602014-10-29 Pedro Alves <palves@redhat.com>
11461
11462 PR gdb/17408
11463 * gdb.threads/schedlock.c (some_function): New function.
11464 (call_function): New global.
11465 (MAYBE_CALL_SOME_FUNCTION): New macro.
11466 (thread_function): Call it.
11467 * gdb.threads/schedlock.exp (get_args): Add description parameter,
11468 and use it instead of a global counter. Adjust all callers.
11469 (get_current_thread): Use "find current thread" for test message
11470 here rather than having all callers pass down the same string.
11471 (goto_loop): New procedure, factored out from ...
11472 (my_continue): ... this.
11473 (step_ten_loops): Change parameter from test message to command to
11474 use. Adjust.
11475 (list_count): Delete global.
11476 (check_result): New procedure, factored out from duplicate top
11477 level code.
11478 (continue tests): Wrap in with_test_prefix.
11479 (test_step): New procedure, factored out from duplicate top level
11480 code.
11481 (top level): Test "step" in combination with all scheduler-locking
11482 modes. Test "next" in combination with all scheduler-locking
11483 modes, and in combination with stepping over a function call or
11484 not.
11485 * gdb.threads/next-bp-other-thread.c: New file.
11486 * gdb.threads/next-bp-other-thread.exp: New file.
11487
d3d4baed
PA
114882014-10-29 Pedro Alves <palves@redhat.com>
11489
11490 PR python/17372
11491 * gdb.python/python.exp: Test a multi-line command that spawns
11492 interactive Python.
11493 * gdb.base/multi-line-starts-subshell.exp: New file.
11494
563e8d85
YQ
114952014-10-29 Yao Qi <yao@codesourcery.com>
11496
11497 * gdb.base/fileio.exp: Make directories on host.
11498
0ea4d52e
YQ
114992014-10-29 Yao Qi <yao@codesourcery.com>
11500
11501 * gdb.base/fileio.c (test_write): Close the file.
11502
7f5ef605
PA
115032014-10-28 Pedro Alves <palves@redhat.com>
11504
11505 PR gdb/12623
11506 * gdb.base/sigstep.c (no_handler): New global.
11507 (main): If 'no_handler is true, set the signal handlers to
11508 SIG_IGN.
11509 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
11510 with_sw_watch and no_handler parameters. Handle them.
11511 (top level) <stepping over handler when stopped at a breakpoint
11512 test>: Add a test axis for testing with a software watchpoint, and
11513 another for testing with the signal handler set to SIG_IGN.
11514 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
11515 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
11516
abbdbd03
PA
115172014-10-28 Pedro Alves <palves@redhat.com>
11518
11519 PR gdb/17511
11520 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
11521 * gdb.base/sigstep.exp (other_handler_location): New global.
11522 (advance): Support stepping into the signal handler, and running
11523 commands while in the handler.
11524 (in_handler_map): New global.
11525 (top level): In the advance test, add combinations for getting
11526 into the handler with stepping commands, and for running commands
11527 in the handler. Add comment descripting the advancei tests.
11528
1df4399f
PA
115292014-10-28 Pedro Alves <palves@redhat.com>
11530
11531 * gdb.base/sigstep.exp: Use build_executable instead of
11532 prepare_for_testing.
11533 (top level): Move code that starts GDB, runs to main and creates a
11534 display to ...
11535 (restart): ... this new procedure.
11536 (top level): Move backtrace from signal handler test to ...
11537 (validate_backtrace): ... this new procedure.
11538 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
11539 with_test_prefix. Always restart GDB.
11540 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
11541 with_test_prefix. Always restart GDB. No need to delete
11542 breakpoints after the test.
11543 (test_skip_handler): Remove prefix parameter.
11544 (skip_over_handler, breakpoint_to_handler)
11545 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
11546 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
11547 restart GDB. No need to delete breakpoints after the test.
11548 (top level): Use foreach to call the test procedures with
11549 different commands.
11550
a5b6e449
PA
115512014-10-28 Pedro Alves <palves@redhat.com>
11552
11553 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
11554 instead of GNATS numbers.
11555 * gdb.base/sigbpt.exp: Likewise.
11556 * gdb.base/siginfo.exp: Likewise.
11557 * gdb.base/sigstep.exp: Likewise.
11558
e5f8a7cc
PA
115592014-10-27 Pedro Alves <palves@redhat.com>
11560
11561 * gdb.base/sigstep.c (dummy): New global.
11562 (main): Issue a couple writes to the new global.
11563 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
11564 procedures.
11565 (skip_over_handler): Use test_skip_handler.
11566 (top level): Call skip_over_handler for stepi and nexti too.
11567 (breakpoint_over_handler): Use test_skip_handler.
11568 (top level): Call breakpoint_over_handler for stepi and nexti too.
11569
763905a3
YQ
115702014-10-27 Yao Qi <yao@codesourcery.com>
11571
11572 * gdb.trace/tfile.c (adjust_function_address)
11573 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
11574 function descriptor.
11575
6f259a23
DB
115762014-10-24 Don Breazeal <donb@codesourcery.com>
11577
11578 * gdb.base/foll-fork.exp (test_follow_fork,
11579 catch_fork_child_follow): Check for updated fork messages emitted
11580 from infrun.c.
11581 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
11582 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
11583 vfork_and_exec_child_follow_through_step): Check for updated vfork
11584 messages emitted from infrun.c.
11585
09dd9a69
PA
115862014-10-24 Pedro Alves <palves@redhat.com>
11587
11588 * gdb.base/corefile.exp: Remove references to ultrix.
11589 * gdb.base/interrupt.exp: Likewise.
11590 * gdb.base/whatis.exp: Likewise.
11591 * gdb.gdb/selftest.exp: Likewise.
11592 * gdb.threads/manythreads.exp: Likewise.
11593 * gdb.threads/print-threads.exp: Likewise.
11594 * gdb.threads/pthreads.exp:: Likewise.
11595 * gdb.threads/schedlock.exp: Likewise.
11596
3433cfa5
SC
115972014-10-24 Siva Chandra Reddy <sivachandra@google.com>
11598
11599 * gdb.cp/non-trivial-retval.cc: Add a test case.
11600 * gdb.cp/non-trivial-retval.exp: Add a test.
11601
092f880b
YQ
116022014-10-20 Yao Qi <yao@codesourcery.com>
11603
11604 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
11605 * gdb.python/py-objfile-script-gdb.py: New file.
11606 * gdb.python/py-objfile-script.exp: Update reference to
11607 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
11608 of remote_download. Remove the dest file.
11609
acbdb7f3
YQ
116102014-10-20 Yao Qi <yao@codesourcery.com>
11611
11612 * gdb.base/checkpoint.exp: Don't remove file copied on host.
11613 * gdb.base/step-line.exp: Likewise.
11614 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
11615 * gdb.dwarf2/dw2-basic.exp: Likewise.
11616 * gdb.dwarf2/dw2-compressed.exp: Likewise.
11617 * gdb.dwarf2/dw2-filename.exp: Likewise.
11618 * gdb.dwarf2/dw2-intercu.exp: Likewise.
11619 * gdb.dwarf2/dw2-intermix.exp: Likewise.
11620 * gdb.dwarf2/dw2-producer.exp: Likewise.
11621 * gdb.dwarf2/mac-fileno.exp: Likewise.
11622 * gdb.python/py-frame-args.exp: Likewise.
11623 * gdb.python/py-framefilter.exp: Likewise.
11624 * gdb.python/py-mi.exp: Likewise.
11625 * gdb.python/py-objfile-script.exp: Likewise
11626 * gdb.python/py-pp-integral.exp: Likewise.
11627 * gdb.python/py-pp-re-notag.exp: Likewise.
11628 * gdb.python/py-prettyprint.exp: Likewise.
11629 * gdb.python/py-section-script.exp: Likewise.
11630 * gdb.python/py-typeprint.exp: Likewise.
11631 * gdb.python/py-xmethods.exp: Likewise.
11632 * gdb.stabs/weird.exp: Likewise.
11633 * gdb.xml/tdesc-regs.exp: Likewise.
11634
bd286a29
KCY
116352014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
11636
11637 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
11638 (out_cu): Use addr_len for the size of addresses.
11639 (out_line): Likewise. Size DW_LNE_set_address instruction
11640 according to addr_len.
11641 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
11642 (FUNC): Add START_INSNS to definition.
11643
673dc4a0
YQ
116442014-10-18 Yao Qi <yao@codesourcery.com>
11645
11646 * gdb.base/argv0-symlink.exp: Check argv[0] value if
11647 gdb_has_argv0 return true.
11648 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
11649 check [target_info exists noargs], check [gdb_has_argv0]
11650 instead.
11651 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
11652 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
11653 procedures.
11654
4ffbba72
DE
116552014-10-17 Doug Evans <dje@google.com>
11656
11657 * gdb.python/py-events.exp: Update expected output for clear_objfiles
11658 event.
11659 * gdb.python/py-events.py: Add clear_objfiles event.
11660
d096d8c1
DE
116612014-10-17 Doug Evans <dje@google.com>
11662
11663 * gdb.python/py-objfile.exp: Test progspace attribute.
11664
a80db015
LM
116652014-10-17 Luis Machado <lgustavo@codesourcery.com>
11666
11667 * gdb.guile/scm-breakpoint.exp: Do not assume any
11668 directory separators when matching source file paths.
11669 * gdb.python/py-breakpoint.exp: Likewise.
11670 * gdb.reverse/break-precsave.exp: Likewise.
11671 * gdb.reverse/break-reverse.exp: Likewise.
11672 * gdb.reverse/consecutive-precsave.exp: Likewise.
11673 * gdb.reverse/finish-precsave.exp: Likewise.
11674 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
11675 * gdb.reverse/finish-reverse.exp: Likewise.
11676 * gdb.reverse/i386-precsave.exp: Likewise.
11677 * gdb.reverse/i387-env-reverse.exp: Likewise.
11678 * gdb.reverse/i387-stack-reverse.exp: Likewise.
11679 * gdb.reverse/machinestate-precsave.exp: Likewise.
11680 * gdb.reverse/machinestate.exp: Likewise.
11681 * gdb.reverse/sigall-precsave.exp: Likewise.
11682 * gdb.reverse/solib-precsave.exp: Likewise.
11683 * gdb.reverse/step-precsave.exp: Likewise.
11684 * gdb.reverse/until-precsave.exp: Likewise.
11685 * gdb.reverse/watch-precsave.exp: Likewise.
11686 * gdb.reverse/watch-reverse.exp: Likewise.
11687
b22089ab
YQ
116882014-10-17 Yao Qi <yao@codesourcery.com>
11689
11690 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
11691 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
11692
6c4486e6
PA
116932014-10-17 Pedro Alves <palves@redhat.com>
11694
11695 PR gdb/17471
11696 * gdb.base/bg-execution-repeat.c: New file.
11697 * gdb.base/bg-execution-repeat.exp: New file.
11698
0ff33695
PA
116992014-10-17 Pedro Alves <palves@redhat.com>
11700
11701 PR gdb/17300
11702 * gdb.base/continue-all-already-running.c: New file.
11703 * gdb.base/continue-all-already-running.exp: New file.
11704
6fdebc3d
PA
117052014-10-17 Pedro Alves <palves@redhat.com>
11706
11707 PR gdb/17472
11708 * gdb.base/annota-input-while-running.c: New file.
11709 * gdb.base/annota-input-while-running.exp: New file.
11710
32a8097b
PA
117112014-10-17 Pedro Alves <palves@redhat.com>
11712
11713 * gdb.base/callfuncs.exp: emove references to osf.
11714 * gdb.base/sigall.exp: Likewise.
11715 * gdb.gdb/selftest.exp: Likewise.
11716 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
11717 * gdb.mi/non-stop.c: Likewise.
11718 * gdb.mi/pthreads.c: Likewise.
11719 * gdb.reverse/sigall-precsave.exp: Likewise.
11720 * gdb.reverse/sigall-reverse.exp: Likewise.
11721 * gdb.threads/pthreads.c: Likewise.
11722 * gdb.threads/pthreads.exp: Likewise.
11723
7a3517ff
YQ
117242014-10-17 Yao Qi <yao@codesourcery.com>
11725
11726 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
11727 check 'target_info exists noargs'.
11728 (test_command_prompt_position): Likewise.
11729 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
11730 Remove "set args".
11731 (progvar_simple_while_test): Likewise.
11732 (progvar_complex_if_while_test): Likewise.
11733 (if_while_breakpoint_command_test): Likewise.
11734 (infrun_breakpoint_command_test): Likewise.
11735 (breakpoint_command_test): Likewise.
11736 (watchpoint_command_test): Likewise.
11737 (bp_deleted_in_command_test): Likewise.
11738 (temporary_breakpoint_commands): Likewise.
11739
bb99c472
YQ
117402014-10-16 Yao Qi <yao@codesourcery.com>
11741
11742 * gdb.base/remotetimeout.exp: Remove noargs checking.
11743
7c16b83e
PA
117442014-10-15 Pedro Alves <palves@redhat.com>
11745
11746 PR breakpoints/9649
11747 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
11748 * gdb.base/breakpoint-in-ro-region.exp
11749 (probe_target_hardware_step): New procedure.
11750 (top level): Probe hardware stepping and hardware breakpoint
11751 support. Test stepping through a read-only region, with both
11752 "breakpoint auto-hw" on and off and both "always-inserted" on and
11753 off.
11754
35a49624
IB
117552014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
11756
11757 * gdb.dlang/demangle.exp: Update for demangling changes.
11758
2d1c107c
SC
117592014-10-15 Siva Chandra Reddy <sivachandra@google.com>
11760
11761 * gdb.cp/non-trivial-retval.cc: Add new test cases.
11762 * gdb.cp/non-trivial-retval.exp: Add new tests.
11763
778811d5
SC
117642014-10-15 Siva Chandra Reddy <sivachandra@google.com>
11765
11766 PR c++/13403
11767 PR c++/15154
11768 * gdb.cp/non-trivial-retval.cc: New file.
11769 * gdb.cp/non-trivial-retval.exp: New file.
11770
10c5f0a8
YQ
117712014-10-15 Yao Qi <yao@codesourcery.com>
11772
11773 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
11774 remote host.
11775
65d7b369
YQ
117762014-10-15 Yao Qi <yao@codesourcery.com>
11777
11778 * gdb.python/py-symbol.exp: Match file base name if host is
11779 remote, otherwise match file name with dir name.
11780 * gdb.python/py-symtab.exp: Likewise.
11781 * gdb.python/python.exp: Likewise.
11782
46dc1394
YQ
117832014-10-15 Yao Qi <yao@codesourcery.com>
11784
11785 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
11786 pattern.
11787 * gdb.python/py-symtab.exp: Likewise.
11788 * gdb.python/python.exp: Remove trailing ".*". Fix typo
11789 locationn.
11790
c40cc657
JB
117912014-10-14 Joel Brobecker <brobecker@adacore.com>
11792
11793 * gdb.ada/addr_arith: New testcase.
11794
2abf49e1
MR
117952014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
11796
11797 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
11798 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
11799 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
11800 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
11801
f7088df3
SDJ
118022014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
11803
11804 * gdb.arch/stap-eval-lang-ada.S: Likewise.
11805 * gdb.arch/stap-eval-lang-ada.c: Likewise.
11806 * gdb.arch/stap-eval-lang-ada.exp: New file.
11807
4dc06805
YQ
118082014-10-14 Yao Qi <yao@codesourcery.com>
11809
11810 * gdb.mi/mi-var-child.c (nothing1): New function.
11811 (nothing2): New function.
11812 (do_children_tests): Set function pointers by nothing1 and
11813 nothing2.
11814 * gdb.mi/mi-var-child.exp: Step over new added statements.
11815 Update test to match the new output.
11816 * gdb.mi/var-cmd.c (nothing1): New function.
11817 (nothing2): New function.
11818 (do_children_tests): Set function pointers by nothing1 and
11819 nothing2.
11820 * gdb.mi/mi-var-display.exp: Update test to match output.
11821 Step to the line specified by $line_dct_nothing.
11822 Increase the number of lines to step.
11823
46a93de2
YQ
118242014-10-14 Yao Qi <yao@codesourcery.com>
11825
11826 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
11827 tests.
11828 * gdb.mi/mi2-var-child.exp: Likewise.
11829
14ea52ee
DE
118302014-10-13 Doug Evans <dje@google.com>
11831
11832 * gdb.python/py-objfile.exp: Change name of file name test.
11833
e5c6e92b
DE
118342014-10-13 Doug Evans <dje@google.com>
11835
11836 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
11837 from the start of the CU.
11838
c780cc2f
JK
118392014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11840 Yao Qi <yao@codesourcery.com>
11841
11842 Fix "save breakpoints" for "catch" command.
11843 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
11844 Remove -nonewline. Match also the added "main" line.
11845
99894e11
JK
118462014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11847
11848 Fix "save breakpoints" for "disable $bpnum" command.
11849 * gdb.base/save-bp.c (main): Add label.
11850 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
11851
6e1ac5a3
JK
118522014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11853
11854 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
11855
754dd2b0
YQ
118562014-10-11 Yao Qi <yao@codesourcery.com>
11857
11858 * gdb.server/server-kill.exp: Execute command
11859 "set remote trace-status-packet on" before "tstatus".
11860
f90183d7
YQ
118612014-10-11 Yao Qi <yao@codesourcery.com>
11862
11863 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
11864 (main): Call getppid.
11865 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
11866 and continue to it. Read variable "server_pid".
11867
bf40a607
YQ
118682014-10-11 Yao Qi <yao@codesourcery.com>
11869
11870 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
11871
052ca370
YQ
118722014-10-11 Yao Qi <yao@codesourcery.com>
11873
11874 * gdb.threads/thread-find.exp: Don't execute command
11875 "info threads".
11876 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
11877 * gdb.threads/linux-dp.exp: Don't check the condition
11878 $threads_created equals to zero.
11879
3831839c
PA
118802014-10-10 Pedro Alves <palves@redhat.com>
11881
11882 * gdb.base/bigcore.exp: Remove references to IRIX.
11883 * gdb.base/funcargs.exp: Likewise.
11884 * gdb.base/interrupt.exp: Likewise.
11885 * gdb.base/mips_pro.exp: Likewise.
11886 * gdb.base/nodebug.exp: Likewise.
11887 * gdb.base/setvar.exp: Likewise.
11888 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
11889
8b9a549d
PA
118902014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11891 Pedro Alves <palves@redhat.com>
11892
11893 PR symtab/14466
11894 * gdb.base/vdso-warning.c: New file.
11895 * gdb.base/vdso-warning.exp: New file.
11896
d48ba5e8
DE
118972014-10-02 Doug Evans <dje@google.com>
11898
11899 * gdb.base/structs.c (main): Don't run forever.
11900
2278c276
PA
119012014-10-02 Pedro Alves <palves@redhat.com>
11902
11903 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
11904 (top level) <stop threads 1, stop threads 2>: Use it.
11905
b57bacec
PA
119062014-10-02 Pedro Alves <palves@redhat.com>
11907
11908 * gdb.threads/break-while-running.exp (test): Add new
11909 'update_thread_list' argument. Skip "info threads" if false.
11910 (top level): Add new 'update_thread_list' axis.
11911
13fd3ff3
PA
119122014-10-02 Pedro Alves <palves@redhat.com>
11913
11914 PR breakpoints/17431
11915 * gdb.base/execl-update-breakpoints.c: New file.
11916 * gdb.base/execl-update-breakpoints.exp: New file.
11917
0fec99e8
PA
119182014-10-01 Pedro Alves <palves@redhat.com>
11919
11920 * gdb.base/breakpoint-in-ro-region.c: New file.
11921 * gdb.base/breakpoint-in-ro-region.exp: New file.
11922
2ddf4301
SM
119232014-10-01 Simon Marchi <simon.marchi@ericsson.com>
11924
11925 * gdb.mi/mi-exit-code.exp: New file.
11926 * gdb.mi/mi-exit-code.c: New file.
11927
6a5f3f43
YQ
119282014-09-30 Yao Qi <yao@codesourcery.com>
11929
11930 * lib/prelink-support.exp (build_executable_own_libs): Error if
11931 the target isn't native.
11932
345bcc73
YQ
119332014-09-30 Yao Qi <yao@codesourcery.com>
11934
11935 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
11936 false.
11937
a25a5a45
PA
119382014-09-22 Pedro Alves <palves@redhat.com>
11939
11940 * gdb.threads/break-while-running.exp: New file.
11941 * gdb.threads/break-while-running.c: New file.
11942
00ba3162
YQ
119432014-09-19 Yao Qi <yao@codesourcery.com>
11944
11945 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
11946 Invoke test. Restart GDB with --readnow and invoke test again.
11947
c3b7b696
YQ
119482014-09-19 Yao Qi <yao@codesourcery.com>
11949
11950 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
11951 proc set_breakpoint_on_gcd_function. Invoke
11952 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
11953 invoke set_breakpoint_on_gcd_function again.
11954
2b4fd423
DE
119552014-09-18 Doug Evans <dje@google.com>
11956
11957 * gdb.dwarf2/symtab-producer.exp: New file.
11958
a5947601
SDJ
119592014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
11960
11961 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
11962 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
11963 * gdb.base/global-var-nested-by-dso.c: Likewise.
11964 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11965
91c19059
SDJ
119662014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
11967 Pedro Alves <palves@redhat.com>
11968
11969 * gdb.base/watch-bitfields.exp: Pass string other than test file
11970 name to prepare_for_testing.
11971 (watch): New procedure.
11972 (expect_watchpoint): Use with_test_prefix.
11973 (top level): Factor out tests to ...
11974 (test_watch_location, test_regular_watch): ... these new
11975 procedures, and use with_test_prefix and gdb_continue_to_end.
11976
bb9d5f81
PP
119772014-09-16 Patrick Palka <patrick@parcs.ath.cx>
11978
11979 PR breakpoints/12526
11980 * gdb.base/watch-bitfields.exp: New file.
11981 * gdb.base/watch-bitfields.c: New file.
11982
635856f5
PA
119832014-09-16 Pedro Alves <palves@redhat.com>
11984
11985 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
11986 software and hardware addresses, not software address against
11987 itself.
11988
7280ceea
PA
119892014-09-16 Pedro Alves <palves@redhat.com>
11990
11991 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
11992 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
11993
428b16bd
PA
119942014-09-16 Pedro Alves <palves@redhat.com>
11995
11996 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
11997 files.
11998 * gdb.base/a2-run.exp: Remove all code guarded by istarget
11999 "*-*-vxworks*" throughout.
12000 * gdb.base/break.exp: Likewise.
12001 * gdb.base/default.exp: Likewise.
12002 * gdb.base/scope.exp: Likewise.
12003 * gdb.base/sepdebug.exp: Likewise.
12004 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
12005 throughout.
12006 * gdb.base/run.c: Likewise.
12007 * gdb.base/sepdebug.c: Likewise.
12008 * gdb.hp/gdb.aCC/run.c: Likewise.
12009 * gdb.reverse/until-reverse.c: Likewise.
12010 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
12011
666d413c
YQ
120122014-09-16 Yao Qi <yao@codesourcery.com>
12013
12014 * boards/local-remote-host-native.exp: New file.
12015
57cbd724
DE
120162014-09-14 Doug Evans <xdje42@gmail.com>
12017
12018 * gdb.threads/queue-signal.c (thread_count): New variable.
12019 (thread_count_mutex, thread_count_condvar): New variables.
12020 (incr_thread_count, wait_all_threads_running): New functions.
12021 (main): Wait for all threads to be in their thread functions.
12022
81219e53
DE
120232014-09-13 Doug Evans <xdje42@gmail.com>
12024
12025 * gdb.threads/queue-signal.c: New file.
12026 * gdb.threads/queue-signal.exp: New file.
12027
3714cea7
DE
120282014-09-13 Doug Evans <xdje42@gmail.com>
12029
12030 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
12031 be consistent with what default_gdb_init uses.
12032 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
12033 the plain text of the prompt. Add some logging printfs.
12034 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
12035
fa43b1d7
PA
120362014-09-12 Pedro Alves <palves@redhat.com>
12037
12038 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
12039 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
12040 * gdb.arch/i386-size-overlap.exp: Likewise.
12041 * gdb.arch/i386-size.exp: Likewise.
12042 * gdb.arch/i386-unwind.exp: Likewise.
12043 * gdb.base/a2-run.exp: Likewise.
12044 * gdb.base/break.exp: Likewise.
12045 * gdb.base/charset.exp: Likewise.
12046 * gdb.base/chng-syms.exp: Likewise.
12047 * gdb.base/commands.exp: Likewise.
12048 * gdb.base/dbx.exp: Likewise.
12049 * gdb.base/find.exp: Likewise.
12050 * gdb.base/funcargs.exp: Likewise.
12051 * gdb.base/jit-simple.exp: Likewise.
12052 * gdb.base/reread.exp: Likewise.
12053 * gdb.base/sepdebug.exp: Likewise.
12054 * gdb.base/step-bt.exp: Likewise.
12055 * gdb.cp/mb-inline.exp: Likewise.
12056 * gdb.cp/mb-templates.exp: Likewise.
12057 * gdb.objc/basicclass.exp: Likewise.
12058 * gdb.threads/killed.exp: Likewise.
12059
9d9bf2df
EBM
120602014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12061
12062 PR tdep/17379
12063 * gdb.arch/powerpc-stackless.S: New file.
12064 * gdb.arch/powerpc-stackless.exp: New file.
12065
1cf2f1b0
JK
120662014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12067
12068 * gdb.base/attach.c: Include unistd.h.
12069 (main): Call alarm. Add label postloop.
12070 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
12071 gdb_breakpoint, gdb_continue_to_breakpoint.
12072 (test_command_line_attach_run): Kill ${testpid} in one exit path.
12073
98880d46
PA
120742014-09-11 Pedro Alves <palves@redhat.com>
12075
12076 PR gdb/17347
12077 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
12078 * gdb.base/attach.exp (test_command_line_attach_run): New
12079 procedure.
12080 (top level): Call it.
12081
4c92ff2c
PA
120822014-09-11 Pedro Alves <palves@redhat.com>
12083
12084 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
12085 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
12086 (do_command_attach_tests): Use spawn_wait_for_attach.
12087 * gdb.base/solib-overlap.exp: Likewise.
12088 * gdb.multi/multi-attach.exp: Likewise.
12089 * gdb.python/py-prompt.exp: Likewise.
12090 * gdb.python/py-sync-interp.exp: Likewise.
12091 * gdb.server/ext-attach.exp: Likewise.
12092
3adc1a7d
GKB
120932014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
12094
12095 * gdb.fortran/array-element.exp: Remove unexpected "continue"
12096 command in testcase. Simplify testcase.
12097
96334934
JB
120982014-09-10 Joel Brobecker <brobecker@adacore.com>
12099
12100 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
12101
eb479039
JB
121022014-09-10 Joel Brobecker <brobecker@adacore.com>
12103
12104 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
12105
deede10c
JB
121062014-09-10 Joel Brobecker <brobecker@adacore.com>
12107
12108 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
12109
7828a5f5
JB
121102014-09-10 Joel Brobecker <brobecker@adacore.com>
12111
12112 * gdb.dwarf2/dynarr-ptr.c: New file.
12113 * gdb.dwarf2/dynarr-ptr.exp: New file.
12114
33aeebcf
MR
121152014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12116
12117 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
12118 of 30 rather than hardcoding 120 for a slow test case. Take the
12119 `gdb,timeout' target setting into account for this calculation.
12120 Don't extend the timeout for the test cases that don't need it.
12121
7b415901
MR
121222014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12123
12124 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
12125 a factor of 2 for a slow test case. Take the `gdb,timeout'
12126 target setting into account for this calculation.
12127 * gdb.reverse/until-precsave.exp: Increase the timeout by
12128 a factor of 15 and 3 respectively rather than adding 120
12129 for a pair of slow test cases. Take the `gdb,timeout'
12130 target setting into account for this calculation.
12131
4a40f85a
MR
121322014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12133
12134 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
12135 timeout, don't pass one down to gdb_expect.
12136 (gdb_expect): Rework timeout selection.
12137
09635af7
MR
121382014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12139
12140 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
12141 exception on timeout.
12142 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
12143 (gdbserver_start_extended): Catch any `gdbserver_start' error
12144 exceptions.
12145 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
12146 * lib/mi-support.exp (mi_gdb_target_load): Catch any
12147 `gdbserver_gdb_load' error exceptions.
12148
2bdd10b7
MR
121492014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12150
12151 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
12152 120 on waiting for the TCP socket to open.
12153
316935f0
DE
121542014-09-09 Doug Evans <xdje42@gmail.com>
12155
12156 * gdb.base/default.exp (show_conv_list): Add _caller_is,
12157 _caller_matches, _any_caller_is, _any_caller_matches.
12158
83740597
DE
121592014-09-09 Doug Evans <xdje42@gmail.com>
12160
12161 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
12162
4c122fc3
YQ
121632014-09-09 Yao Qi <yao@codesourcery.com>
12164
12165 * gdb.mi/mi-var-display.exp: Set print symbol off.
12166
a9f116cb
GKB
121672014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
12168
12169 PR gdb/17035
12170 * gdb.base/commands.exp: Add tests to verify user-defined
12171 commands with empty bodies.
12172 * gdb.python/py-cmd.exp: Test that we don't show user-defined
12173 python commands in `show user command`.
12174 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
12175 scheme commands in `show user command`.
12176
c75bd3a2
JK
121772014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12178
12179 PR python/17355
12180 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
12181 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
12182 * gdb.python/py-framefilter-invalidarg.exp: New file.
12183 * gdb.python/py-framefilter-invalidarg.py: New file.
12184
faa42425
DE
121852014-09-06 Doug Evans <xdje42@gmail.com>
12186
12187 PR 15276
12188 * gdb.python/py-caller-is.c: New file.
12189 * gdb.python/py-caller-is.exp: New file.
12190
474ca4f6
SDJ
121912014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
12192
12193 PR gdb/17235
12194 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
12195 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
12196
eb0b0463
SDJ
121972014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
12198
12199 PR fortran/17237
12200 * gdb.fortran/print-formatted.exp: New file.
12201 * gdb.fortran/print-formatted.f90: Likewise.
12202
5f3b99cf
SS
122032014-09-03 Sasha Smundak <asmundak@google.com>
12204
12205 * gdb.python/py-frame.exp: Test Frame.read_register.
12206
7d793aa9
SDJ
122072014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
12208
12209 PR python/16699
12210 * gdb.python/py-completion.exp: New file.
12211 * gdb.python/py-completion.py: Likewise.
12212
fb0576e9
DE
122132014-08-28 Doug Evans <dje@google.com>
12214
12215 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
12216 eax,etc. are live with values set by gdb and thus the compiler can't
12217 use them.
12218 * gdb.arch/i386-pseudo.c (main): Ditto.
12219
ee92b0dd
DE
122202014-08-27 Doug Evans <dje@google.com>
12221
12222 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
12223
6649db35
DE
122242014-08-25 Doug Evans <dje@google.com>
12225
12226 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
12227 (main): Ditto.
12228
564b7600
DE
122292014-08-25 Doug Evans <dje@google.com>
12230
12231 * gdb.threads/thread-execl.exp: #include <stdio.h>.
12232
3881fb67
YQ
122332014-08-24 Yao Qi <yao@codesourcery.com>
12234
12235 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
12236 symbol off.
12237 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
12238
a05a36a5
DE
122392014-08-22 Doug Evans <dje@google.com>
12240
12241 PR 17276
12242 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
12243 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
12244 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
12245
7c343b48
YQ
122462014-08-22 Yao Qi <yao@codesourcery.com>
12247
12248 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
12249 * gdb.python/py-finish-breakpoint2.exp: Likewise.
12250 * gdb.python/python.exp: Likewise. Use .py file on the host
12251 instead of the build.
12252
22fd09ae
JK
122532014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12254
12255 * gdb.threads/gcore-stale-thread.c: New file.
12256 * gdb.threads/gcore-stale-thread.exp: New file.
12257
a8454a7c
PA
122582014-08-21 Pedro Alves <palves@redhat.com>
12259
12260 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
12261 * gdb.base/gcore-relro-pie.exp: Likewise.
12262 * gdb.base/gcore-relro.exp: Likewise.
12263 * gdb.base/gcore.exp: Likewise.
12264 * gdb.base/print-symbol-loading.exp: Likewise.
12265 * gdb.threads/gcore-thread.exp: Likewise.
12266 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
12267
2a31c623
PA
122682014-08-20 Pedro Alves <palves@redhat.com>
12269 Jan Kratochvil <jan.kratochvil@redhat.com>
12270
12271 * Makefile.in (EXTRA_RULES, CC): New variables, get from
12272 configure.
12273 (EXPECT): Handle READ1 being set.
12274 (all): Depend on EXTRA_RULES.
12275 (check-read1, expect-read1, read1.so, read1): New rules.
12276 * README (Testsuite Parameters): Document the READ1 make variable.
12277 (Race detection): New section.
12278 * configure: Regenerate.
12279 * configure.ac: If build==host==target, and running under a
12280 GNU/glibc system, add read1 to the extra Makefile rules.
12281 (EXTRA_RULES): AC_SUBST it.
12282 * lib/read1.c: New file.
12283
d36430db
JB
122842014-08-20 Joel Brobecker <brobecker@adacore.com>
12285
12286 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
12287 the handling of variables declared as a typedef to an array
12288 which a DW_AT_data_location attribute.
12289
9a0dc9e3
PA
122902014-08-19 Andrew Burgess <aburgess@broadcom.com>
12291 Pedro Alves <palves@redhat.com>
12292
12293 PR symtab/14604
12294 PR symtab/14605
12295 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
12296 gdb_test.
12297
0718a8da
PA
122982014-08-19 Pedro Alves <palves@redhat.com>
12299
12300 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
12301
13b448cd
YQ
123022014-08-19 Yao Qi <yao@codesourcery.com>
12303
12304 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
12305 right line.
12306
1cbf5077
DB
123072014-08-18 David Blaikie <dblaikie@gmail.com>
12308
12309 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
12310
bf0fae19
JB
123112014-08-18 Joel Brobecker <brobecker@adacore.com>
12312
12313 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
12314 attribute in array range.
12315
3c8c5dcc
JB
123162014-08-18 Joel Brobecker <brobecker@adacore.com>
12317
12318 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
12319
e66d4446
SC
123202014-08-15 Siva Chandra Reddy <sivachandra@google.com>
12321
12322 PR c++/17132
12323 * gdb.cp/pr17132.cc: New file.
12324 * gdb.cp/pr17132.exp: New file.
12325
940df408
SC
123262014-08-15 Siva Chandra Reddy <sivachandra@google.com>
12327
12328 * gdb.python/py-xmethods.py (A_getarrayind)
12329 (E_method_char_worker.__call__, E_method_int_worker.__call__):
12330 Use 'print' with function call syntax.
12331 (E_method_matcher.match): Fix tab vs space indentation mixup.
12332
ebcc6c3a
YQ
123332014-08-15 Yao Qi <yao@codesourcery.com>
12334
12335 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
12336 false.
12337
775e0f04
YQ
123382014-08-15 Yao Qi <yao@codesourcery.com>
12339
12340 * gdb.cp/casts.exp: Set print symbol off.
12341 * gdb.cp/class2.exp: Likewise.
12342 * gdb.cp/overload.exp: Likewise.
12343 * gdb.cp/templates.exp: Likewise.
12344
d769e349
DE
123452014-08-11 Doug Evans <dje@google.com>
12346
12347 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
12348 (test_load_shlib): Update.
12349
20c6f1e1
YQ
123502014-08-09 Yao Qi <yao@codesourcery.com>
12351
12352 * gdb.base/display.exp: Invoke is_address_zero_readable.
12353 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
12354 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
12355 * gdb.base/hbreak-unmapped.exp: Return if
12356 is_address_zero_readable returns true.
12357 * gdb.base/signest.exp: Likewise.
12358 * gdb.base/signull.exp: Likewise.
12359 * gdb.base/sigbpt.exp: Likewise.
12360 * gdb.guile/scm-disasm.exp: Do the test if
12361 is_address_zero_readable returns false.
12362 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
12363 * gdb.python/py-arch.exp: Likewise.
12364 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
12365 * lib/gdb.exp (is_address_zero_readable): New proc.
12366
5792e8e3
YQ
123672014-08-09 Yao Qi <yao@codesourcery.com>
12368
12369 PR testsuite/13443
12370 * gdb.mi/mi-var-display.exp: Make test messages unique.
12371
3cecbbbe
TT
123722014-08-04 Tom Tromey <tromey@redhat.com>
12373
12374 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
12375 target 0".
12376
00b51ff5
TT
123772014-08-04 Tom Tromey <tromey@redhat.com>
12378
12379 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
12380 "target_resume".
12381
6908c509
JB
123822014-08-01 Joel Brobecker <brobecker@adacore.com>
12383
12384 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
12385 inner_vla_struct_object_size.
12386 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
12387 as xfail.
12388
cc6563d2
PA
123892014-07-30 Pedro Alves <palves@redhat.com>
12390
12391 * gdb.threads/signal-command-handle-nopass.exp (test): Add
12392 comment.
12393
7e09a223
YQ
123942014-07-29 Yao Qi <yao@codesourcery.com>
12395
12396 PR gdb/17206
12397 * gdb.base/until-nodebug.exp: New.
12398
7ebdbe92
DE
123992014-07-28 Doug Evans <xdje42@gmail.com>
12400
12401 PR guile/17203
12402 * gdb.guile/scm-parameter.exp: Add tests for trying to create
12403 previously existing parameter, and previously ambiguously spelled
12404 parameter.
12405
fdb1adc6
WN
124062014-07-28 Will Newton <will.newton@linaro.org>
12407
12408 * gdb.base/varargs.exp: Remove KFAILs for ARM.
12409
186fcde0
DE
124102014-07-26 Ludovic Courtès <ludo@gnu.org>
12411 Doug Evans <xdje42@gmail.com>
12412
12413 PR guile/17146
12414 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
12415
70509625
PA
124162014-07-25 Pedro Alves <palves@redhat.com>
12417
12418 * gdb.threads/signal-command-handle-nopass.c: New file.
12419 * gdb.threads/signal-command-handle-nopass.exp: New file.
12420 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
12421 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
12422 * gdb.threads/signal-delivered-right-thread.c: New file.
12423 * gdb.threads/signal-delivered-right-thread.exp: New file.
12424
c3f814a1
PA
124252014-07-25 Pedro Alves <palves@redhat.com>
12426
12427 * gdb.base/double-prompt-target-event-error.exp
12428 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
12429 match.
12430 (cancel_pagination_in_target_event): Rework double prompt
12431 detection.
12432 * gdb.base/paginate-after-ctrl-c-running.exp
12433 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
12434 <return>' match.
12435 * gdb.base/paginate-bg-execution.exp
12436 (test_bg_execution_pagination_return)
12437 (test_bg_execution_pagination_cancel): Remove '-notransfer
12438 <return>' matches.
12439 * gdb.base/paginate-execution-startup.exp
12440 (test_fg_execution_pagination_return)
12441 (test_fg_execution_pagination_cancel): Remove '-notransfer
12442 <return>' matches.
12443 * gdb.base/paginate-inferior-exit.exp
12444 (test_paginate_inferior_exited): Remove '-notransfer <return>'
12445 match.
12446 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
12447 * lib/gdb.exp (pagination_prompt): Run text through
12448 string_to_regexp.
12449 (gdb_test_multiple): Match $pagination_prompt instead of
12450 "<return>".
12451 (string_to_regexp): Move to lib/gdb-utils.exp.
12452
e214cf6c
JK
124532014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12454
12455 * gdb.arch/amd64-entry-value-paramref.S: New file.
12456 * gdb.arch/amd64-entry-value-paramref.cc: New file.
12457 * gdb.arch/amd64-entry-value-paramref.exp: New file.
12458 * gdb.arch/amd64-optimout-repeat.S: New file.
12459 * gdb.arch/amd64-optimout-repeat.c: New file.
12460 * gdb.arch/amd64-optimout-repeat.exp: New file.
12461
17d0c5c8
JK
124622014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12463
12464 PR gdb/17170
12465 * gdb.base/statistics.exp: New file.
12466
b8b8facf
DE
124672014-07-17 Doug Evans <dje@google.com>
12468
74b49205 12469 PR gdb/17170
b8b8facf
DE
12470 * gdb.base/maint.exp: Update testing of per-command stats.
12471
1b5d0ab3
PA
124722014-07-16 Pedro Alves <palves@redhat.com>
12473
12474 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
12475 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
12476 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
12477 (tfile_write_buf): New functions.
12478 (add_memory_block): Rewrite using the above.
12479 (adjust_function_address): New function.
12480 (FUNCTION_ADDRESS): New macro.
12481 (write_basic_trace_file): Remove short_x local, and use
12482 tfile_write_16. Change type of func_addr local to unsigned long
12483 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
12484 here. Cast argument of add_memory_block to char pointer.
12485 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
12486 (main): Remove parameters.
12487 * gdb.trace/tfile.exp: Remove nowarnings.
12488
4d974e88
SM
124892014-07-15 Simon Marchi <simon.marchi@ericsson.com>
12490
12491 * gdb.base/debug-expr.exp: Test string evaluation with
12492 "debug expression" on.
12493
41e99568
PA
124942014-07-15 Pedro Alves <palves@redhat.com>
12495
12496 * gdb.base/reread.exp: Use clean_restart.
12497
487d9753
PL
124982014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
12499
12500 * gdb.arch/avr-flash-qualifer.c: New.
12501 * gdb.arch/avr-flash-qualifer.exp: New.
12502
cc1c52ad
PA
125032014-07-14 Pedro Alves <palves@redhat.com>
12504
12505 * gdb.base/paginate-after-ctrl-c-running.c: New file.
12506 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
12507
1e973570
PA
125082014-07-14 Pedro Alves <palves@redhat.com>
12509
12510 * gdb.base/double-prompt-target-event-error.c: New file.
12511 * gdb.base/double-prompt-target-event-error.exp: New file.
12512
93d6eb10
PA
125132014-07-14 Pedro Alves <palves@redhat.com>
12514
12515 PR gdb/17072
12516 * gdb.base/paginate-inferior-exit.c: New file.
12517 * gdb.base/paginate-inferior-exit.exp: New file.
12518
0017922d
PA
125192014-07-14 Pedro Alves <palves@redhat.com>
12520
12521 PR gdb/17072
12522 * gdb.base/paginate-bg-execution.c: New file.
12523 * gdb.base/paginate-bg-execution.exp: New file.
12524
94696ad3
PA
125252014-07-14 Pedro Alves <palves@redhat.com>
12526
12527 PR gdb/17072
12528 * gdb.base/paginate-execution-startup.c: New file.
12529 * gdb.base/paginate-execution-startup.exp: New file.
12530 * lib/gdb.exp (pagination_prompt): New global.
12531 (default_gdb_spawn): New procedure, factored out from
12532 default_gdb_spawn.
12533 (default_gdb_start): Adjust to call default_gdb_spawn.
12534 (gdb_spawn): New procedure.
12535
bd293940
PA
125362014-07-14 Pedro Alves <palves@redhat.com>
12537
12538 * lib/gdb.exp (gdb_assert): New procedure.
12539 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
12540
c933f875
PA
125412014-07-14 Pedro Alves <palves@redhat.com>
12542
12543 * gdb.base/execution-termios.c: New file.
12544 * gdb.base/execution-termios.exp: New file.
12545
d98b7a16
TT
125462014-07-14 Tom Tromey <tromey@redhat.com>
12547
12548 * gdb.cp/vla-cxx.cc: New file.
12549 * gdb.cp/vla-cxx.exp: New file.
12550
548740d6
TT
125512014-07-14 Tom Tromey <tromey@redhat.com>
12552
12553 * gdb.reverse/rerun-prec.c: New file.
12554 * gdb.reverse/rerun-prec.exp: New file.
12555
a25eb028
MR
125562014-07-12 Maciej W. Rozycki <macro@mips.com>
12557 Maciej W. Rozycki <macro@codesourcery.com>
12558
12559 * lib/gdb-utils.exp: New file.
12560 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
12561 inline `gdb_init_command' processing.
12562 (gdb_start_cmd): Likewise.
12563 * lib/mi-support.exp (mi_run_cmd): Likewise.
12564 * README: Document `gdb_init_command' and `gdb_init_commands'.
12565
218c2655
JK
125662014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12567
12568 Fix false FAIL running under a very long directory name.
12569 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
12570 and "set print elements 10000". Twice.
12571
5401fde3
YQ
125722014-07-11 Yao Qi <yao@codesourcery.com>
12573
12574 * gdb.base/exprs.exp: "set print symbol off".
12575
e76126e8
PA
125762014-07-11 Pedro Alves <palves@redhat.com>
12577
12578 * gdb.threads/kill.c: New file.
12579 * gdb.threads/kill.exp: New file.
12580
2d6f0de6
YQ
125812014-07-10 Yao Qi <yao@codesourcery.com>
12582
12583 * gdb.trace/tfile.c (write_basic_trace_file)
12584 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
12585 address written to trace file.
12586
7180e04a
PA
125872014-07-09 Pedro Alves <palves@redhat.com>
12588
12589 * gdb.base/attach-wait-input.exp: New file.
12590 * gdb.base/attach-wait-input.c: New file.
12591
9a9a7608
AB
125922014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
12593
12594 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
12595 setting up test structures.
12596 (main): Call new test function.
12597 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
12598 test function, continue into test function and walk test
12599 structures.
12600
161ac41e
YQ
126012014-07-02 Yao Qi <yao@codesourcery.com>
12602
12603 * gdb.trace/entry-values.c: Define labels 'foo_start' and
12604 'bar_start' at the beginning of functions 'foo' and 'bar'
12605 respectively.
12606 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
12607 instead of 'foo' and 'bar'.
12608
1f267ae3
MM
126092014-07-08 Markus Metzger <markus.t.metzger@intel.com>
12610
12611 * gdb.btrace/segv.exp: New.
12612 * gdb.btrace/segv.c: New.
12613
2b239efb
LM
126142014-07-02 Luis Machado <lgustavo@codesourcery.com>
12615
12616 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
12617 instruction.
12618
cf363f18
MW
126192014-06-30 Mark Wielaard <mjw@redhat.com>
12620
12621 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
12622 vulture, vilify, villar): New volatile array constants.
12623 (vindictive, vegetation): New const volatile array constants.
12624 * gdb.base/volatile.exp: Test volatile and const volatile array
12625 types.
12626
aebf9d24
AA
126272014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
12628
12629 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
12630 target lacks support for awatch, rwatch, or hbreak.
12631
b67a2c6f
YQ
126322014-06-27 Yao Qi <yao@codesourcery.com>
12633
12634 * gdb.multi/dummy-frame-restore.exp: New.
12635 * gdb.multi/dummy-frame-restore.c: New.
12636
aef92902
MM
126372014-06-25 Markus Metzger <markus.t.metzger@intel.com>
12638
12639 * gdb.btrace/gcore.exp: New.
12640
8e9db26e
PA
126412014-06-23 Pedro Alves <palves@redhat.com>
12642
12643 * gdb.base/watchpoint-reuse-slot.c: New file.
12644 * gdb.base/watchpoint-reuse-slot.exp: New file.
12645
70afc5b7
SC
126462014-06-23 Siva Chandra Reddy <sivachandra@google.com>
12647
12648 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
12649 progspace's filename in 'info', 'enable' and 'disable' command
12650 tests.
12651
b972bd9c
JK
126522014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
12653
12654 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
12655 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
12656 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
12657
125f8a3d
GB
126582014-06-20 Gary Benson <gbenson@redhat.com>
12659
12660 * gdb.arch/i386-avx.exp: Fix include file location.
12661 * gdb.arch/i386-sse.exp: Likewise.
12662
3ed9baed
IB
126632014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
12664
12665 * gdb.dlang/expression.exp: New file.
12666
034f788c
PA
126672014-06-19 Pedro Alves <palves@redhat.com>
12668
12669 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
12670 out from ...
12671 (top level): ... here. Iterate running tests under different
12672 scheduler-locking settings.
12673
45371d0c
LM
126742014-06-18 Luis Machado <lgustavo@codesourcery.com>
12675
12676 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
12677 to DW_FORM_addr and use non-zero addresses.
12678
5d376983
SC
126792014-06-18 Siva Chandra Reddy <sivachandra@google.com>
12680
12681 PR gdb/17017
12682 * gdb.python/py-xmethods.cc: Add global function call counters and
12683 increment them in their respective functions. Remove "cout"
12684 statements.
12685 * gdb.python/py-xmethods.exp: Make tests check the global function
12686 call counters instead of depending on inferior IO.
12687
a1aa2221
LM
126882014-06-18 Don Breazeal <donb@codesourcery.com>
12689
12690 * gdb.base/foll-fork.exp (default_fork_parent_follow):
12691 Deleted procedure.
12692 (explicit_fork_parent_follow): Deleted procedure.
12693 (explicit_fork_child_follow): Deleted procedure.
12694 (test_follow_fork): New procedure.
12695 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 12696 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
12697 procedure calls.
12698
0fc05997
YQ
126992014-06-17 Yao Qi <yao@codesourcery.com>
12700
12701 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
12702 CP1252.
12703
70795c52
LM
127042014-06-17 Luis Machado <lgustavo@codesourcery.com>
12705
12706 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
12707 Initialize ptr and S explicitly.
12708 (skip_type_update_when_not_use_rtti_test): Likewise.
12709
6be47f0c
KS
127102014-06-16 Keith Seitz <keiths@redhat.com>
12711
12712 PR mi/15863
12713 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
12714 the inferior is started.
12715
d03de421
PA
127162014-06-16 Pedro Alves <palves@redhat.com>
12717
12718 * gdb.base/break-main-file-remove-fail.c: New file.
12719 * gdb.base/break-main-file-remove-fail.exp: New file.
12720 * gdb.base/break-unload-file.exp: Use build_executable instead of
12721 prepare_for_testing.
12722 (test_break): New parameter "initial_load". Handle it.
12723 (top level): Add initial_load cmdline/file axis.
12724
f9579b99
TT
127252014-06-12 Tom Tromey <tromey@redhat.com>
12726
12727 * gdb.base/completion.exp: Don't use directory name in test.
12728
3657956b
GB
127292014-06-09 Gary Benson <gbenson@redhat.com>
12730
12731 * gdb.base/sigall.c [Functions to send signals]: Reorder to
12732 separate the always-available ANSI-standard signals from the
12733 signals that require checking.
12734 (main): Likewise.
12735 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
12736 Likewise.
12737 (main): Likewise.
12738
4186eb54
KS
127392014-06-07 Keith Seitz <keiths@redhat.com>
12740
12741 Revert:
12742 PR c++/16253
12743 * gdb.cp/var-tag.cc: New file.
12744 * gdb.cp/var-tag.exp: New file.
12745 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
12746 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
12747 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
12748 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
12749
25326a28 127502014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
12751
12752 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
12753
829155c9
PA
127542014-06-06 Pedro Alves <palves@redhat.com>
12755
12756 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
12757 in target debug output instead of looking at RSP packets,
12758 disabling the test on any target that uses hardware stepping.
12759 Update comments.
12760
61c8d22e
PA
127612014-06-06 Pedro Alves <palves@redhat.com>
12762
12763 * gdb.base/break-unload-file.exp: Fix typo.
12764
d9a47287
YQ
127652014-06-06 Yao Qi <yao@codesourcery.com>
12766
12767 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
12768 from "jit_function" to "^jit_function".
12769
e5e01dbf
YQ
127702014-06-06 Yao Qi <yao@codesourcery.com>
12771
12772 * gdb.base/async.c (foo): Add one statement.
12773 * gdb.base/async.exp: Get the next instruction address and
12774 match the output of "nexti" by instruction address. Match
12775 the hex address in the output of "finish".
12776
73ba372c
GB
127772014-06-06 Gary Benson <gbenson@redhat.com>
12778
12779 * gdb.base/call-signals.c: Remove preprocessor conditionals
12780 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
12781 SIGSEGV and SIGTERM.
12782 * gdb.base/sigall.c: Likewise.
12783 * gdb.base/unwindonsignal.c: Likewise.
12784 * gdb.reverse/sigall-reverse.c: Likewise.
12785
831517df
YQ
127862014-06-06 Yao Qi <yao@codesourcery.com>
12787
12788 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
12789 readable, skip the test.
12790
b8b91e98
YQ
127912014-06-06 Yao Qi <yao@codesourcery.com>
12792
12793 * gdb.threads/staticthreads.c (thread_function): Move the line
12794 setting breakpoint on forward.
12795 * gdb.threads/staticthreads.exp: Update comments.
12796
fb934770
LC
127972014-06-05 Ludovic Courtès <ludo@gnu.org>
12798
12799 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
12800 "history-append! type error".
12801
6ef284bd
SM
128022014-06-05 Simon Marchi <simon.marchi@ericsson.com>
12803
12804 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
12805 erroneous dprintf expected input.
12806
a872e241
DE
128072014-06-04 Doug Evans <xdje42@gmail.com>
12808
12809 * gdb.guile/scm-generics.exp: Delete.
12810
16f691fb
DE
128112014-06-04 Doug Evans <xdje42@gmail.com>
12812
12813 * gdb.guile/scm-breakpoint.exp: Update.
12814 Add tests for breakpoint registration.
12815
012370f6
TT
128162014-06-04 Tom Tromey <tromey@redhat.com>
12817
12818 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
12819 VLA-in-union.
12820 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
12821 inner_vla_struct, vla_union types. Initialize objects of those
12822 types and compute their sizes.
12823
9f5a4cef
HZ
128242014-06-04 Nathan Sidwell <nathan@codesourcery.com>
12825 Hui Zhu <hui@codesourcery.com>
12826
12827 * gdb.base/fileio.exp: Add test for shell not available as well as
12828 available.
12829 * gdb.base/fileio.c (test_system): Check for shell twice.
12830
90a45c4d
YQ
128312014-06-04 Yao Qi <yao@codesourcery.com>
12832
12833 * gdb.base/auto-connect-native-target.exp: Remove redundant
12834 space from the regexp pattern.
12835
70017e41
YQ
128362014-06-04 Yao Qi <yao@codesourcery.com>
12837
12838 * gdb.base/default.exp: Replace "child" with "native" in
12839 regexp pattern.
12840
883964a7
SC
128412014-06-03 Siva Chandra Reddy <sivachandra@google.com>
12842
12843 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
12844 * gdb.python/py-xmethods.exp: New tests to test xmethods.
12845 * gdb.python/py-xmethods.py: Python script supporting the
12846 new testcase and tests.
12847
ef370185
JB
128482014-06-03 Joel Brobecker <brobecker@adacore.com>
12849 Pedro Alves <palves@redhat.com>
12850
12851 PR breakpoints/17000
12852 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
12853 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
12854
1e2ccb61
BM
128552014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
12856
12857 * gdb.base/subst.exp: Add tests to verify partial path matching
12858 output.
12859
c6ec5ab2
PA
128602014-06-03 Pedro Alves <palves@redhat.com>
12861
12862 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
12863 target that doesn't use software single-stepping.
12864
835c559f
PA
128652014-06-03 Pedro Alves <palves@redhat.com>
12866
12867 PR breakpoints/17000
12868 * gdb.base/sss-bp-on-user-bp-2.c: New file.
12869 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
12870
06eb1586
DE
128712014-06-02 Doug Evans <xdje42@gmail.com>
12872
12873 * gdb.guile/scm-parameter.exp: New file.
12874
e698b8c4
DE
128752014-06-02 Doug Evans <xdje42@gmail.com>
12876
12877 * gdb.guile/scm-cmd.c: New file.
12878 * gdb.guile/scm-cmd.exp: New file.
12879
ded03782
DE
128802014-06-02 Doug Evans <xdje42@gmail.com>
12881
12882 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
12883 pretty-printer lookup.
12884 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
12885 (make-pp_s-printer): Call it.
12886 (make-pretty-printer-from-dict): New function.
12887 (lookup-pretty-printer-maker-from-dict): New function.
12888 (*pretty-printer*): Simplify.
12889 (make-objfile-pp_s-printer): New function.
12890 (install-objfile-pretty-printers!): New function.
12891 (make-progspace-pp_s-printer): New function.
12892 (install-progspace-pretty-printers!): New function.
12893 * gdb.guile/scm-progspace.c: New file.
12894 * gdb.guile/scm-progspace.exp: New file.
12895
41fac0cf
PA
128962014-06-02 Pedro Alves <palves@redhat.com>
12897
12898 * gdb.base/dprintf-bp-same-addr.c: New file.
12899 * gdb.base/dprintf-bp-same-addr.exp: New file.
12900
96ae5695
EBM
129012014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12902
12903 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
12904 * gdb.arch/powerpc-power.s: Likewise.
12905
da02b3a8
JB
129062014-06-02 Joel Brobecker <brobecker@adacore.com>
12907
12908 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
12909
c72b2e7b
YQ
129102014-06-01 Yao Qi <yao@codesourcery.com>
12911
12912 * gdb.base/watchpoint.exp (test_watch_location): Check null
12913 pointer can be dereferenced. If not, do the test, otherwise
12914 skip it.
12915
53e8a631
AB
129162014-05-30 Andrew Burgess <aburgess@broadcom.com>
12917
12918 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
12919 results.
12920 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
12921
938f0e2f
AB
129222014-05-30 Andrew Burgess <aburgess@broadcom.com>
12923
12924 * gdb.arch/amd64-invalid-stack-middle.S: New file.
12925 * gdb.arch/amd64-invalid-stack-middle.c: New file.
12926 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
12927 * gdb.arch/amd64-invalid-stack-top.c: New file.
12928 * gdb.arch/amd64-invalid-stack-top.exp: New file.
12929
9ba6657a
PA
129302014-05-30 Pedro Alves <palves@redhat.com>
12931
12932 PR breakpoints/17000
12933 * gdb.base/sss-bp-on-user-bp.c: New file.
12934 * gdb.base/sss-bp-on-user-bp.exp: New file.
12935
522c09bf
DB
129362014-05-30 David Blaikie <dblaikie@gmail.com>
12937
12938 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
12939 gnu_inline semantics via attribute.
12940 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
12941 source explicitly specifies the required semantics.
12942
bf4ef81e
MR
129432014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
12944
12945 * gdb.reverse/sigall-reverse.exp: Fix a typo.
12946
329ea579
PA
129472014-05-29 Pedro Alves <palves@redhat.com>
12948 Tom Tromey <tromey@redhat.com>
12949
12950 * gdb.base/async-shell.exp: Don't enable target-async.
12951 * gdb.base/async.exp
12952 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
12953 parameter. Adjust.
12954 (top level): Don't test with "target-async".
12955 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
12956 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
12957 * gdb.base/inferior-died.exp: Don't enable target-async.
12958 * gdb.base/interrupt-noterm.exp: Likewise.
12959 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
12960 * gdb.mi/mi-nonstop-exit.exp: Likewise.
12961 * gdb.mi/mi-nonstop.exp: Likewise.
12962 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
12963 * gdb.mi/mi-nsintrall.exp: Likewise.
12964 * gdb.mi/mi-nsmoribund.exp: Likewise.
12965 * gdb.mi/mi-nsthrexec.exp: Likewise.
12966 * gdb.mi/mi-watch-nonstop.exp: Likewise.
12967 * gdb.multi/watchpoint-multi.exp: Adjust comment.
12968 * gdb.python/py-evsignal.exp: Don't enable target-async.
12969 * gdb.python/py-evthreads.exp: Likewise.
12970 * gdb.python/py-prompt.exp: Likewise.
12971 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
12972 * gdb.server/solib-list.exp: Don't enable target-async.
12973 * gdb.threads/thread-specific-bp.exp: Likewise.
12974 * lib/mi-support.exp: Adjust to use mi-async.
12975
fd664c91
PA
129762014-05-29 Pedro Alves <palves@redhat.com>
12977
12978 PR gdb/13860
12979 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
12980 reason, even in sync mode.
12981
251bde03
PA
129822014-05-29 Pedro Alves <palves@redhat.com>
12983 Hui Zhu <hui@codesourcery.com>
12984
12985 PR PR15693
12986 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
12987 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
12988 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
12989 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
12990
7f3c0343
JB
129912014-05-28 Joel Brobecker <brobecker@adacore.com>
12992
12993 * config/monitor.exp (gdb_target_monitor): Replace use of
12994 "set remotebaud" by "set serial baud".
12995
b2715b27
AW
129962014-05-26 Andy Wingo <wingo@igalia.com>
12997
12998 * gdb.guile/scm-breakpoint.exp:
12999 * gdb.guile/scm-gsmob.exp: Update to use plain old object
13000 properties instead of gdb-object-properties.
13001
498a4489
YQ
130022014-05-26 Yao Qi <yao@codesourcery.com>
13003
13004 * gdb.server/no-thread-db.exp: Specify source file name
13005 explicitly when setting a breakpoint.
13006
589fdceb
MM
130072014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13008
13009 * gdb.btrace/vdso.c: New.
13010 * gdb.btrace/vdso.exp: New.
13011
e9089e05
MM
130122014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13013
13014 * gdb.base/gcore.exp (capture_command_output): Move ...
13015 * lib/gdb.exp (capture_command_output): ... here.
13016
67b5c0c1
MM
130172014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13018
13019 * gdb.btrace/data.exp: Test memory access during btrace replay.
13020
a2199296
SM
130212014-05-22 Simon Marchi <simon.marchi@ericsson.com>
13022
13023 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
13024
17b2616c
PA
130252014-05-21 Pedro Alves <palves@redhat.com>
13026
13027 PR gdb/13860
13028 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
13029 (top level): Test that output related to execution commands is
13030 sent to the console with CLI commands, but not with MI commands.
13031 Test that breakpoint events are always mirrored to the console.
13032 Also expect the new source line to be output after a "next" in
13033 async mode too. Make it a pass/fail test.
13034 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
13035 output.
13036 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
13037
5166082f
PA
130382014-05-21 Pedro Alves <palves@redhat.com>
13039
13040 * gdb.base/list.exp (build_pattern, test_list): New procedures.
13041 Use them to test variations of "list" after reaching a breakpoint.
13042 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
13043 Test "list" with listsize 10 after reaching a breakpoint.
13044 * gdb.python/python.exp (decode_line current location line
13045 number): Adjust expected line number.
13046
2f25d70f
SM
130472014-05-21 Simon Marchi <simon.marchi@ericsson.com>
13048
13049 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
13050 behavior for $args, pass it directly to "run".
13051
ff604a67
MR
130522014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
13053
13054 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
13055 30000 to 65536.
13056
6a3cb8e8
PA
130572014-05-21 Pedro Alves <palves@redhat.com>
13058
13059 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
13060 auto-connect-native-target off".
13061 * gdb.base/auto-connect-native-target.c: New file.
13062 * gdb.base/auto-connect-native-target.exp: New file.
13063
4ebfc96e
PA
130642014-05-21 Pedro Alves <palves@redhat.com>
13065
13066 * gdb.base/default.exp: Test "target native" instead of "target
13067 child".
13068
36d46afb
MW
130692014-05-21 Mark Wielaard <mjw@redhat.com>
13070
13071 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
13072
5876f503
JK
130732014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13074
13075 Fix TLS access for -static -pthread.
13076 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
13077 <HAVE_TLS> (thread_function, main): Initialize it.
13078 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
13079 Add clean_restart.
13080 <$have_tls != "">: Check TLSVAR.
13081
0256a6ac
PA
130822014-05-21 Pedro Alves <palves@redhat.com>
13083
13084 * gdb.base/dcache-line-read-error.c: New.
13085 * gdb.base/dcache-line-read-error.exp: New.
13086
936d2992
PA
130872014-05-20 Pedro Alves <palves@redhat.com>
13088
13089 * gdb.base/compare-sections.c: New file.
13090 * gdb.base/compare-sections.exp: New file.
13091
802e8e6d
PA
130922014-05-20 Pedro Alves <palves@redhat.com>
13093
13094 * gdb.base/break-idempotent.c: New file.
13095 * gdb.base/break-idempotent.exp: New file.
13096
e59fa00f
MM
130972014-05-20 Markus Metzger <markus.t.metzger@intel.com>
13098
13099 * gdb.btrace/nohist.exp: New.
13100
8b696e31
YQ
131012014-05-20 Yao Qi <yao@codesourcery.com>
13102
13103 * lib/gdb.exp (gdb_init): Set timeout if test file is under
13104 gdb.reverse directory and gdb_reverse_timeout exists in board
13105 setting.
13106 * README: Document gdb_reverse_timeout.
13107
73c9764f
YQ
131082014-05-20 Yao Qi <yao@codesourcery.com>
13109
13110 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
13111 'test_file_name'. Treat args as a string instead of a list.
13112 (gdb_init): Rename argument 'args' by 'test_file_name'.
13113
f1f4348a
JK
131142014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13115
13116 * gdb.arch/powerpc-power.exp: New file.
13117 * gdb.arch/powerpc-power.s: New file.
13118
0dbe70ce
DE
131192014-05-16 Doug Evans <dje@google.com>
13120
13121 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
13122 * gdb.base/completion.exp: Check that all expected files exist
13123 before doing file completion.
0dbe70ce 13124
8d551b02
DE
131252014-05-16 Doug Evans <dje@google.com>
13126
13127 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
13128 Update.
13129 (do_syscall_tests_without_xml): Update.
13130
73eb7709
PA
131312014-05-16 Pedro Alves <palves@redhat.com>
13132
13133 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
13134 instead of "unknown output after running".
13135
3fae92fc
YQ
131362014-05-16 Yao Qi <yao@codesourcery.com>
13137
13138 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
13139 file1.txt from host at the end.
13140 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13141
c2b2ccc5
DE
131422014-05-15 Doug Evans <dje@google.com>
13143
13144 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
13145 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
13146 loading file. Add test for TU lookup.
13147
8c217a4b
SM
131482014-05-15 Simon Marchi <simon.marchi@ericsson.com>
13149
13150 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
13151 calling "-exec-arguments" or "set args" before running the
13152 inferior.
13153
3deb39c6
SM
131542014-05-15 Simon Marchi <simon.marchi@ericsson.com>
13155
13156 * lib/mi-support.exp (mi_expect_stop): Expect message for
13157 inferiors that exit with non-zero exit code.
13158
71a79f8c
YQ
131592014-05-14 Yao Qi <yao@codesourcery.com>
13160
13161 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
13162 match absolute path on remote host.
13163 (test_file_list_exec_source_files): Remove "/" from the
13164 pattern.
13165
f23fcd46
YQ
131662014-05-14 Yao Qi <yao@codesourcery.com>
13167
13168 * boards/local-remote-host-notty.exp (${board}_file): New
13169 proc.
13170
9404b58f
KM
131712014-05-07 Kyle McMartin <kyle@redhat.com>
13172
13173 Pushed by Joel Brobecker <brobecker@adacore.com>.
13174 * gdb.arch/aarch64-atomic-inst.c: New file.
13175 * gdb.arch/aarch64-atomic-inst.exp: New file.
13176
5e45f04c
YQ
131772014-05-07 Yao Qi <yao@codesourcery.com>
13178
13179 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
13180 in current context" too.
13181
c888a17d
KS
131822014-05-05 Keith Seitz <keiths@redhat.com>
13183
13184 * gdb.linespec/ls-dollar.exp: Add test for linespec
13185 file:convenience_variable.
13186
290a839c
YQ
131872014-05-05 Yao Qi <yao@codesourcery.com>
13188
13189 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
13190 traceframes into tfile and ctf trace files. Read data from
13191 trace file and test collected data.
13192 (gdb_collect_locals_test): Likewise.
13193 (gdb_unavailable_registers_test): Likewise.
13194 (gdb_unavailable_floats): Likewise.
13195 (gdb_collect_globals_test): Likewise.
13196 (top-level): Append "ctf" to trace_file_targets if GDB
13197 supports.
13198
b5262cd0
YQ
131992014-05-05 Yao Qi <yao@codesourcery.com>
13200
13201 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
13202 code to ...
13203 (gdb_collect_args_test_1): ... it. New proc.
13204 (gdb_collect_locals_test): Move some code to ...
13205 (gdb_collect_locals_test_1): ... it. New proc.
13206 (gdb_unavailable_registers_test): Move some code to ...
13207 (gdb_unavailable_registers_test_1): ... it. New proc.
13208 (gdb_unavailable_floats): Move some code to ...
13209 (gdb_unavailable_floats_1): ... it. New proc.
13210
30a1e6cc
SDJ
132112014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
13212
13213 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
13214 probes to test for bitness recognition.
13215 * gdb.arch/amd64-stap-optional-prefix.exp
13216 (test_probe_value_without_reg): New procedure.
13217 Add code to test for different kinds of bitness.
13218
f33da99a
SDJ
132192014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
13220
13221 PR breakpoints/16889
13222 * gdb.arch/amd64-stap-optional-prefix.S: New file.
13223 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
13224
5b80f00d
PA
132252014-05-01 Pedro Alves <palves@redhat.com>
13226
13227 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
13228 gdb_file_cmd if no file is specified.
13229 * boards/native-extended-gdbserver.exp (gdb_load): Use the
13230 last_loaded_file to set the remote exec-file.
13231
f8c2a73c
PA
132322014-05-01 Pedro Alves <palves@redhat.com>
13233
13234 * boards/local-remote-host.exp: New file.
13235
be6e8ac7
PA
132362014-05-01 Pedro Alves <palves@redhat.com>
13237
13238 * boards/local-remote-host.exp: Rename to ...
13239 * boards/local-remote-host-notty.exp: ... this.
13240
cac0dc8f
JB
132412014-04-28 Joel Brobecker <brobecker@adacore.com>
13242
13243 * gdb.ada/dyn_arrayidx: New testcase.
13244
9730e6cc
YQ
132452014-04-26 Yao Qi <yao@codesourcery.com>
13246
13247 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
13248 and compute the length of function main. Save it in
13249 $main_length.
13250 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
13251 (top-level): Use gdb_compile to compile objects into
13252 executable and restart GDB. Remove invocation to
13253 prepare_for_testing.
13254
7ae1a6a6
PA
132552014-04-25 Simon Marchi <simon.marchi@ericsson.com>
13256 Pedro Alves <palves@redhat.com>
13257
13258 PR server/16255
13259 * gdb.multi/multi-attach.c: New file.
13260 * gdb.multi/multi-attach.exp: New file.
13261
4082afcc
PA
132622014-04-25 Pedro Alves <palves@redhat.com>
13263
13264 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
13265 user.
13266 (top level): Test that "set remote conditional-breakpoints-packet
13267 off" works as intended.
13268 * gdb.base/dprintf.exp: Test that "set remote
13269 breakpoint-commands-packet off" works as intended.
13270 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
13271 New function.
13272 (top level): Call it.
13273 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
13274 remote fast-tracepoints-packet off" works as intended.
13275 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
13276 * lib/gdb.exp (gdb_is_target_remote): ... here.
13277
2abc3f8d
DB
132782014-04-24 David Blaikie <dblaikie@gmail.com>
13279
13280 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
13281 ensure clang would not discard them.
13282 * gdb.base/gdbvars.c: Ditto.
13283 * gdb.base/memattr.c: Ditto.
13284 * gdb.base/whatis.c: Ditto.
13285 * gdb.python/py-prettyprint.c: Ditto.
13286 * gdb.trace/actions.c: Ditto.
13287 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
13288 ensure clang would not discard it.
13289
bfd39632
DB
132902014-04-24 David Blaikie <dblaikie@gmail.com>
13291
13292 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
13293 clang to emit the full definition of type required by the test
13294 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
13295
22842ff6
DB
132962014-04-24 David Blaikie <dblaikie@gmail.com>
13297
13298 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
13299 coax Clang into emitting the definition of the type.
13300 * gdb.cp/pr10728-x.h (y): Ditto.
13301 * gdb.cp/pr10728-y.cc (y): Ditto.
13302
c2e827ad
DB
133032014-04-24 David Blaikie <dblaikie@gmail.com>
13304
13305 * gdb.base/label.exp: XFAIL label related tests under Clang.
13306 * gdb.cp/cplabel.exp: Ditto.
13307 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
13308 under Clang those using labels.
13309
4c2d33e7
YQ
133102014-04-25 Yao Qi <yao@codesourcery.com>
13311
13312 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
13313 double_label.
13314 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
13315 partial_label and double_label.
13316
56083b99
DB
133172014-04-24 David Blaikie <dblaikie@gmail.com>
13318
13319 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
13320
25d4e99d
DB
133212014-04-24 David Blaikie <dblaikie@gmail.com>
13322
13323 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
13324 of the function to work across GCC and Clang.
13325 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
13326 pointer types (const void ** const V void **).
13327
01f9f808
MS
133282014-04-24 Michael Sturm <michael.sturm@mintel.com>
13329 Walfred Tedeschi <walfred.tedeschi@intel.com>
13330
13331 * Makefile.in (EXECUTABLES): Added i386-avx512.
13332 * gdb.arch/i386-avx512.c: New file.
13333 * gdb.arch/i386-avx512.exp: Likewise.
13334
4b48d439
KS
133352014-04-23 Keith Seitz <keiths@redhat.com>
13336
13337 * lib/mi-support.exp (mi_list_breakpoints): Delete.
13338 (mi_make_breakpoint_table): New procedure.
13339 (mi_create_breakpoint): Use mi_make_breakpoint
13340 and return the result.
13341 (mi_make_breakpoint): New procedure.
13342 (mi_build_kv_pairs): New procedure.
13343
13344 * gdb.mi/mi-break.exp: Remove unused globals,
13345 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
13346 All callers updated.
13347 * gdb.mi/mi-dprintf.exp: Use variable to track command
13348 number.
13349 Update all callers of mi_create_breakpoint and use
13350 mi_make_breakpoint_table.
13351 Remove any unused global variables.
13352 * gdb.mi/mi-nonstop.exp: Likewise.
13353 * gdb.mi/mi-nsintrall.exp: Likewise.
13354 * gdb.mi/mi-nsmoribund.exp: Likewise.
13355 * gdb.mi/mi-nsthrexec.exp: Likewise.
13356 * gdb.mi/mi-reverse.exp: Likewise.
13357 * gdb.mi/mi-simplerun.exp: Likewise.
13358 * gdb.mi/mi-stepn.exp: Likewise.
13359 * gdb.mi/mi-syn-frame.exp: Likewise.
13360 * gdb.mi/mi-until.exp: Likewise.
13361 * gdb.mi/mi-var-cp.exp: Likewise.
13362 * gdb.mi/mi-var-display.exp: Likewise.
13363 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
13364 * gdb.mi/mi2-var-child.exp: Likewise.
13365 * gdb.mi/mi-vla-c99.exp: Likewise.
13366 * lib/mi-support.exp: Likewise.
13367
13368 From Ian Lance Taylor <iant@cygnus.com>:
13369 * lib/gdb.exp (parse_args): New procedure.
13370
08351840
PA
133712014-04-23 Pedro Alves <palves@redhat.com>
13372
13373 * gdb.base/break-unload-file.c: New file.
13374 * gdb.base/break-unload-file.exp: New file.
13375 * gdb.base/sym-file-lib.c (baz): New function.
13376 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
13377 field.
13378 (load): Store the segment's mapped size.
13379 (unload): New function.
13380 (unload_shlib): New function.
13381 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
13382 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
13383 set a breakpoint at baz, and call it.
13384 * gdb.base/sym-file.exp: New tests for stale breakpoint
13385 instructions.
13386
076855f9
PA
133872014-04-23 Pedro Alves <palves@redhat.com>
13388
13389 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
13390 * gdb.base/hbreak-in-shr-unsupported.c: New file.
13391 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
13392 * gdb.base/hbreak-unmapped.c: New file.
13393 * gdb.base/hbreak-unmapped.exp: New file.
13394 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
13395 * lib/gdb.exp (gdb_is_target_remote): ... here.
13396
483805cf
PA
133972014-04-22 Pedro Alves <palves@redhat.com>
13398
13399 * gdb.base/consecutive-step-over.c: New file.
13400 * gdb.base/consecutive-step-over.exp: New file.
13401
06d97543
PA
134022014-04-22 Pedro Alves <palves@redhat.com>
13403
13404 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
13405 instead of send_gdb/gdb_expect.
13406
b4429ea2
YQ
134072014-04-22 Yao Qi <yao@codesourcery.com>
13408
13409 * lib/trace-support.exp (generate_tracefile): New procedure.
13410 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
13411 return 0.
13412 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
13413 if generate_tracefile returns 1.
13414
51d48146
PA
134152014-04-18 Tom Tromey <palves@redhat.com>
13416 Pedro alves <tromey@redhat.com>
13417
13418 PR backtrace/15558
13419 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
13420 with a backtrace limit.
13421 * gdb.python/py-frame-inline.exp: Test running to an inline
13422 function with a backtrace limit, and printing the newest frame.
13423 * gdb.python/py-frame-inline.c (main): Call f.
13424
bd1dce5f
MS
134252014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
13426
13427 * gdb.java/jnpe.exp: Drop srcdir from untested path.
13428
40d1a503
MS
134292014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
13430
13431 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
13432 Drop prefix from unsupported source file path.
13433
389b98f7
YQ
134342014-04-17 Yao Qi <yao@codesourcery.com>
13435
13436 * lib/gdb.exp (with_target_charset): New proc.
13437 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
13438 with_target_charset.
13439 (test_print_strings): Likewise.
13440 (test_repeat_bytes): Likewise.
13441 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
13442 for some tests.
13443
22869d73
KS
134442014-04-16 Keith Seitz <keiths@redhat.com>
13445
13446 PR gdb/15827
13447 * gdb.dwarf2/corrupt.c: New file.
13448 * gdb.dwarf2/corrupt.exp: New file.
13449
c4f87ca6
KS
134502014-04-16 Keith Seitz <keiths@redhat.com>
13451
13452 PR c++/16597
13453 * gdb.cp/namelessclass.cc: New file.
13454 * gdb.cp/namelessclass.exp: New file.
13455 * gdb.cp/namelessclass.S: New file.
13456
ab19de87
DE
134572014-04-16 Doug Evans <dje@google.com>
13458
13459 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
13460 Add comment.
13461 (gdbserver_default_get_comm_port): New function.
13462 (gdbserver_start): Check if board file provided
13463 "gdbserver,get_comm_port" and use it if so.
13464 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
13465 (gdb,socketport): Set to "stdio".
13466 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
13467 (stdio_gdbserver_template): Delete.
13468 (${board}_get_remote_address): Update.
13469 (${board}_build_remote_cmd): Delete.
13470 (${board}_get_comm_port): New function.
13471 (${board}_spawn): Update.
13472 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
13473 Delete.
13474 (${board}_get_remote_address): Update.
13475 (${board}_get_comm_port): New function.
13476
fc98a809
AB
134772014-04-16 Andrew Burgess <aburgess@broadcom.com>
13478
13479 * gdb.base/memattr.exp: Improve regexps to handle memory regions
13480 appearing in any order.
13481
87fd9e6e
DE
134822014-04-15 Doug Evans <dje@google.com>
13483
13484 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
13485 uninitialized value of "description".
13486
099fc3ea
KS
134872014-04-15 Keith Seitz <keiths@redhat.com>
13488
13489 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
13490 Remove unused globals.
13491 (test_running_the_program): Likewise.
13492 (test_controlled_execution): Likewise.
13493 (test_controlling_breakpoints): Likewise.
13494 (test_program_termination): Likewise.
13495
5da151d4
KS
134962014-04-15 Keith Seitz <keiths@redhat.com>
13497
13498 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
13499 unused globals.
13500 (test_rbreak_creation_and_listing): Likewise.
13501 (test_ignore_count): Likewise.
13502 (test_error): Likewise.
13503
35e5d2f0
PA
135042014-04-15 Pedro Alves <palves@redhat.com>
13505
13506 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
13507 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
13508 sym-file-loader.c.
13509 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13510 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13511 to sym-file-loader.c.
13512 (struct library): Forward declare.
13513 (load_shlib, lookup_function): Change prototypes.
13514 (find_shstrtab, find_strtab, find_shdr, find_symtab)
13515 (translate_offset): Remove declarations.
13516 (get_text_addr): New declaration.
13517 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
13518 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
13519 sym-file-loader.h.
13520 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13521 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13522 here from sym-file-loader.h.
13523 (struct library): New structure.
13524 (load_shlib, lookup_function): Change prototypes and adjust to
13525 work with a struct library.
13526 (find_shstrtab, find_strtab, find_shdr, find_symtab)
13527 (translate_offset): Make static.
13528 (get_text_addr): New function.
13529 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
13530
eb4c1710
PA
135312014-04-15 Pedro Alves <palves@redhat.com>
13532
13533 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
13534
2d1baf52
PA
135352014-04-15 Pedro Alves <palves@redhat.com>
13536
13537 * gdb.base/sym-file-loader.c: Include <limits.h>.
13538 (SELF_LINK): New define.
13539 (get_origin): New function.
13540 (load_shlib): Use it.
13541 * gdb.base/sym-file.exp: Don't early return if the target is
13542 remote. Use runto_main, and issue fail is that fails. Use
13543 gdb_load_shlibs.
13544 (shlib_name): Delete.
13545 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
13546
7dd6df01
PA
135472014-04-15 Pedro Alves <palves@redhat.com>
13548
13549 * gdb.base/sym-file.exp: Remove regex characters from test
13550 message. Don't refer to breakpoint numbers in test messages.
13551
b50c8614
KS
135522014-04-14 Keith Seitz <keiths@redhat.com>
13553
13554 PR c++/16253
13555 * gdb.cp/var-tag.cc: New file.
13556 * gdb.cp/var-tag.exp: New file.
13557 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
13558 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
13559 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
13560 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
13561
3d567982
TT
135622014-04-14 Tom Tromey <tromey@redhat.com>
13563
13564 * gdb.cp/classes.exp (test_enums): Handle underlying type.
13565 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
13566 type.
13567 * gdb.cp/enum-class.exp: New file.
13568 * gdb.cp/enum-class.cc: New file.
13569
0626fc76
TT
135702014-04-14 Tom Tromey <tromey@redhat.com>
13571
13572 * gdb.dwarf2/enum-type.exp: New file.
13573
dca325b3
SA
135742014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13575
13576 * gdb.mi/mi-vla-c99.exp: New file.
13577 * gdb.mi/vla.c: New file.
13578
5854b38a
SA
135792014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13580
13581 * gdb.base/vla-datatypes.c: New file.
13582 * gdb.base/vla-datatypes.exp: New file.
13583
463bb957
SA
135842014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13585
13586 * gdb.base/vla-ptr.c: New file.
13587 * gdb.base/vla-ptr.exp: New file.
13588
3dd170be
SA
135892014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13590
13591 * gdb.dwarf2/count.exp: New file.
13592
5ecaaa66
SA
135932014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13594
13595 * gdb.base/vla-sideeffect.c: New file.
13596 * gdb.base/vla-sideeffect.exp: New file.
13597
41f1ada5
DB
135982014-04-14 David Blaikie <dblaikie@gmail.com>
13599
13600 * gdb.mi/non-stop.c: Add return value for non-void function return
13601 statement.
13602 * gdb.threads/staticthreads.c: Ditto.
13603
0be03e84
DE
136042014-04-12 Siva Chandra Reddy <sivachandra@google.com>
13605 Doug Evans <xdje42@gmail.com>
13606
13607 * gdb.guile/scm-value.c: Improve test case.
13608 * gdb.guile/scm-value.exp: Add new test.
13609
f180a1fb
DB
136102014-04-11 David Blaikie <dblaikie@gmail.com>
13611
13612 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
13613 override Clang's default.
13614
6b662e19
JB
136152014-04-11 Joel Brobecker <brobecker@adacore.com>
13616
13617 Revert the following changes (regressions):
13618
13619 * gdb.base/vla-sideeffect.c: New file.
13620 * gdb.base/vla-sideeffect.exp: New file.
13621
13622 * gdb.dwarf2/count.exp: New file.
13623
13624 * gdb.base/vla-multi.c: New file.
13625 * gdb.base/vla-multi.exp: New file.
13626
13627 * gdb.base/vla-ptr.c: New file.
13628 * gdb.base/vla-ptr.exp: New file.
13629
13630 * gdb.base/vla-datatypes.c: New file.
13631 * gdb.base/vla-datatypes.exp: New file.
13632
13633 * gdb.mi/mi-vla-c99.exp: New file.
13634 * gdb.mi/vla.c: New file.
13635
245a5f0b
KS
136362014-04-11 Keith Seitz <keiths@redhat.com>
13637
13638 PR c++/16675
13639 * gdb.cp/cpsizeof.exp: New file.
13640 * gdb.cp/cpsizeof.cc: New file.
13641
58a84dcf
SA
136422014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13643
191a8a90
JB
13644 * gdb.mi/mi-vla-c99.exp: New file.
13645 * gdb.mi/vla.c: New file.
58a84dcf 13646
c8655f75
SA
136472014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13648
13649 * gdb.base/vla-datatypes.c: New file.
13650 * gdb.base/vla-datatypes.exp: New file.
13651
024e13b4
SA
136522014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13653
13654 * gdb.base/vla-ptr.c: New file.
13655 * gdb.base/vla-ptr.exp: New file.
13656
1a237e0e
SA
136572014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13658
13659 * gdb.base/vla-multi.c: New file.
13660 * gdb.base/vla-multi.exp: New file.
13661
504f3432
SA
136622014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13663
13664 * gdb.dwarf2/count.exp: New file.
13665
3bce8237
SA
136662014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13667
191a8a90
JB
13668 * gdb.base/vla-sideeffect.c: New file.
13669 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 13670
322f9c21
YQ
136712014-04-11 Yao Qi <yao@codesourcery.com>
13672
13673 * gdb.base/completion.exp: Check file exists before running tests
13674 on file completion.
13675
d708bcd1
PA
136762014-04-10 Pedro Alves <palves@redhat.com>
13677
13678 * gdb.base/cond-eval-mode.c: New file.
13679 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
13680 prepare_for_testing to build the new file. Check result of
13681 runto_main.
13682 (test_break, test_watch): New procedures.
13683 (top level): Use them.
13684
ae1d2761
PM
136852014-04-08 Pierre Muller <muller@sourceware.org>
13686
13687 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
13688 Ctrl-V use for mingw hosts.
13689
7af389b8
SC
136902014-04-07 Siva Chandra Reddy <sivachandra@google.com>
13691
13692 * gdb.python/py-value.c: Improve test case.
13693 * gdb.python/py-value.exp: Add new test.
13694
5e703181
DE
136952014-04-07 David Blaikie <dblaikie@gmail.com>
13696
13697 * lib/compiler.c: Identify the clang compiler.
13698 * lib/compiler.cc: Ditto.
13699
9810b410
YQ
137002014-04-03 Yao Qi <yao@codesourcery.com>
13701
13702 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
13703
98d1b8dc
AB
137042014-04-01 Anton Blanchard <anton@samba.org>
13705
13706 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
13707 messages unique.
13708
3114cea1
AB
137092014-04-01 Anton Blanchard <anton@samba.org>
13710
13711 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
13712 prepare_for_testing.
13713
62f7182c
AB
137142014-04-01 Anton Blanchard <anton@samba.org>
13715
13716 * gdb.arch/ppc64-atomic-inst.c: Remove.
13717 * gdb.arch/ppc64-atomic-inst.S: New file.
13718 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
13719
770e7fc7
DE
137202014-03-31 Doug Evans <dje@google.com>
13721
13722 * gdb.base/print-symbol-loading-lib.c: New file.
13723 * gdb.base/print-symbol-loading-main.c: New file.
13724 * gdb.base/print-symbol-loading.exp: New file.
13725
46e2bafa
YQ
137262014-03-31 Yao Qi <yao@codesourcery.com>
13727
13728 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
13729
8776cfe9
JB
137302014-03-28 Joel Brobecker <brobecker@adacore.com>
13731
13732 * gdb.ada/mi_dyn_arr: New testcase.
13733
5d1ef361
DE
137342014-03-27 Doug Evans <dje@google.com>
13735
13736 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
13737
b5bee914
YQ
137382014-03-27 Yao Qi <yao@codesourcery.com>
13739
13740 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
13741 if target is nios2-*-*.
13742
0d4d0e77
YQ
137432014-03-26 Yao Qi <yao@codesourcery.com>
13744
13745 * lib/gdb.exp (readline_is_used): New proc.
13746 * gdb.base/completion.exp: Move tests on command complete up.
13747 Skip the rest of tests if readline is not used.
13748 * gdb.ada/complete.exp: Skp the test if readline is not
13749 used.
13750 * gdb.base/filesym.exp: Likewise.
13751 * gdb.base/macscp.exp: Likewise.
13752 * gdb.base/readline-ask.exp: Likewise.
13753 * gdb.base/readline.exp: Likewise.
13754 * gdb.python/py-cmd.exp: Likewise.
13755 * gdb.trace/tfile.exp: Likewise.
13756
29361eee
YQ
137572014-03-26 Yao Qi <yao@codesourcery.com>
13758
13759 * gdb.base/macscp.exp: Fix code format issues.
13760
bc9a5525
UW
137612014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
13762
13763 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
13764 * gdb.asm/powerpc64le.inc: New file.
13765
d3839ede
PA
137662014-03-25 Pedro Alves <palves@redhat.com>
13767 Doug Evans <dje@google.com>
13768
13769 * gdb.base/source-execution.c: New file.
13770 * gdb.base/source-execution.exp: New file.
13771 * gdb.base/source-execution.gdb: New file.
13772
01672a57
DE
137732014-03-24 Doug Evans <dje@google.com>
13774
13775 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
13776 using fission.
13777
88bbeca9
HZ
137782014-03-24 Hui Zhu <hui@codesourcery.com>
13779 Pedro Alves <palves@redhat.com>
13780
13781 PR breakpoints/16101
13782 * gdb.base/dprintf.exp: Use unsupported rather than changing the
13783 test pass/fail messages. Detect missing support for dprintf when
13784 breakpoints are actually inserted.
13785 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
13786 breakpoints are actually inserted.
13787 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
13788 fails.
13789
d2348791
JK
137902014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
13791
13792 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
13793
feef67ab
DE
137942014-03-22 Doug Evans <xdje42@gmail.com>
13795
13796 * gdb.python/python.exp (python not supported): Verify multi-line
13797 python command issues an error.
25d743f9 13798 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 13799 guile command issues an error.
feef67ab 13800
ecebef6a
MR
138012014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
13802
13803 * gdb.threads/thread-specific.exp: Handle the lack of usable
13804 $this_breakpoint and $this_thread.
13805
ccdd1909
HZ
138062014-03-21 Hui Zhu <hui@codesourcery.com>
13807
13808 * gdb.base/attach.exp (do_command_attach_tests): New.
13809
beb460e8
PA
138102014-03-20 Tom Tromey <tromey@redhat.com>
13811 Pedro Alves <palves@redhat.com>
13812
13813 PR cli/15718
13814 * gdb.base/condbreak-call-false.c: New file.
13815 * gdb.base/condbreak-call-false.exp: New file.
13816
40acf43a
PA
138172014-03-20 Pedro Alves <palves@redhat.com>
13818
13819 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
13820 Delete.
13821 (block_signals, unblock_signals): Delete.
13822 (child_function_2, main): Remove references to deleted variable
13823 and functions.
13824
9f5e1e02
PA
138252014-03-20 Pedro Alves <palves@redhat.com>
13826
13827 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
13828 Use pthread_kill to signal thread 2.
13829 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13830 Adjust to make the test send itself a signal rather than using the
13831 host's "kill" command.
13832
99619bea
PA
138332014-03-20 Pedro Alves <palves@redhat.com>
13834
13835 * gdb.threads/multiple-step-overs.c: New file.
13836 * gdb.threads/multiple-step-overs.exp: New file.
13837 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13838 Adjust expected infrun debug output.
13839
2adfaa28
PA
138402014-03-20 Pedro Alves <palves@redhat.com>
13841
13842 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
13843 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
13844
31e77af2
PA
138452014-03-20 Pedro Alves <palves@redhat.com>
13846
13847 PR breakpoints/7143
13848 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
13849 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
13850 of gdb_test_multiple.
13851 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
13852 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
13853
b9f437de
PA
138542014-03-20 Pedro Alves <palves@redhat.com>
13855
13856 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
13857 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
13858
05adc73e
PA
138592014-03-19 Pedro Alves <palves@redhat.com>
13860
13861 * gdb.base/async.exp: Remove early return.
13862
6048b950
PA
138632014-03-19 Pedro Alves <palves@redhat.com>
13864
13865 * gdb.base/async.exp (step& tests): Pass explicit test messages.
13866
8bcfb00a
PA
138672014-03-19 Pedro Alves <palves@redhat.com>
13868
13869 * gdb.base/async.exp (test_background): Expect \r\n after
13870 "completed." in the fail pattern.
13871
884e37dc
PA
138722014-03-19 Pedro Alves <palves@redhat.com>
13873
13874 * gdb.base/async.exp (test_background): New procedure.
13875 Use it for all background execution command tests.
13876
148e57e2
PA
138772014-03-19 Pedro Alves <palves@redhat.com>
13878
13879 * gdb.base/async.exp: Use prepare_for_testing.
13880
f48088c7
PA
138812014-03-19 Pedro Alves <palves@redhat.com>
13882
13883 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
13884 the same line.
13885
e2f6c966
PA
138862014-03-19 Pedro Alves <palves@redhat.com>
13887
13888 * gdb.base/async.c (main): Add "jump here" and "until here" line
13889 marker comments.
13890 * gdb.base/async.exp (jump_here): New global.
13891 (jump& test): Use it.
13892 (until_here): New global.
13893 (until& test): Use it.
13894
c30568d4
PA
138952014-03-19 Pedro Alves <palves@redhat.com>
13896
13897 * gdb.base/async.exp: Don't frob gdb_protocol.
13898
0172b6a7
DE
138992014-03-18 Doug Evans <xdje42@gmail.com>
13900
13901 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
13902 Fix spelling of exec-done-display.
13903
06c868a8
JK
139042014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
13905
13906 PR gdb/15358
13907 * gdb.base/gdb-sigterm.c: New file.
13908 * gdb.base/gdb-sigterm.exp: New file.
13909
0c7e1a46
PA
139102014-03-18 Pedro Alves <palves@redhat.com>
13911
13912 PR gdb/13860
13913 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
13914 * lib/mi-support.exp (mi_expect_stop): Add special handling for
13915 solib-event.
13916
f7c77d93
JB
139172014-03-17 Joel Brobecker <brobecker@adacore.com>
13918
13919 * gdb.ada/pckd_arr_ren: New testcase.
13920
5a1e8c7a
DE
139212014-03-13 Doug Evans <xdje42@gmail.com>
13922
13923 PR guile/16612
13924 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
13925 collect after discarding symbols.
13926
350e1a76
DE
139272014-03-13 Ludovic Courtès <ludo@gnu.org>
13928 Doug Evans <xdje42@gmail.com>
13929
13930 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
13931 to history survives a gc.
13932
a69900ae
PA
139332014-03-13 Pedro Alves <palves@redhat.com>
13934
13935 * gdb.base/default.exp: Don't test "target procfs".
13936
5db9f0bd
PA
139372014-03-13 Pedro Alves <palves@redhat.com>
13938
13939 * gdb.base/default.exp: Update "target child" and "target procfs"
13940 tests to not expect "Unix".
13941
b3ccfe11
TT
139422014-03-12 Tom Tromey <tromey@redhat.com>
13943
13944 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
13945 New procs. Add target-async tests.
13946 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
13947 Add target-async tests.
13948
646f4417
AA
139492014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13950
13951 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
13952 'func_start' and 'func_end' for the beginning and end of the
13953 function code, respectively.
13954 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
13955 'func_end' instead of 'func' and 'main'.
13956
288c211f
AA
139572014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13958
13959 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
13960 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
13961 generate the debug info assembler source.
13962
e0c0f156
AA
139632014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13964
13965 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
13966 * gdb.dwarf2/arr-subrange.exp: Likewise.
13967 * gdb.dwarf2/dwz.exp: Likewise.
13968 * gdb.dwarf2/method-ptr.exp: Likewise.
13969 * gdb.dwarf2/missing-sig-type.exp: Likewise.
13970 * gdb.dwarf2/subrange.exp: Likewise.
13971 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
13972 * gdb.dwarf2/implptrpiece.exp: Likewise.
13973 * gdb.dwarf2/nostaticblock.exp: Likewise.
13974
0e5c4555
AA
139752014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13976
13977 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
13978 directory to absolute path name arguments.
13979
5ec18f2b
JG
139802014-03-10 Joel Brobecker <brobecker@adacore.com>
13981
13982 * gdb.ada/tagged_access: New testcase.
13983
847fc4f2
MM
139842014-03-07 Markus Metzger <markus.t.metzger@intel.com>
13985
13986 * gdb.btrace/data.exp: Update expected output.
13987
cc3da688
YQ
139882014-03-06 Yao Qi <yao@codesourcery.com>
13989
13990 * gdb.trace/pr16508.exp: New file.
13991
0f26cec1
PA
139922014-03-05 Pedro Alves <palves@redhat.com>
13993
13994 PR gdb/16575
13995 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
13996 procedure.
13997 (top level): Adjust to use it. Add tests that exercise breakpoint
13998 interaction with the code-cache.
13999
7a5a839f
LC
140002014-02-26 Ludovic Courtès <ludo@gnu.org>
14001
14002 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
14003 test for 'history-append!'.
14004
31aa7e4e
JB
140052014-02-26 Joel Brobecker <brobecker@adacore.com>
14006
14007 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
14008 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
14009 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
14010 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
14011 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
14012 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
14013
1b588015
JB
140142014-02-26 Joel Brobecker <brobecker@adacore.com>
14015
14016 * testsuite/gdb.python/py-pp-re-notag.c: New file.
14017 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
14018 * testsuite/gdb.python/py-pp-re-notag.p: New file.
14019
55426c9d
JB
140202014-02-26 Joel Brobecker <brobecker@adacore.com>
14021
14022 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
14023
dc53a7ad
JB
140242014-02-26 Joel Brobecker <brobecker@adacore.com>
14025
14026 * gdb.dwarf2/arr-stride.c: New file.
14027 * gdb.dwarf2/arr-stride.exp: New file.
14028
12ab52e9
PA
140292014-02-26 Pedro Alves <palves@redhat.com>
14030
14031 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
14032 that won't ever trigger. Make sure that GDB reports the correct
14033 breakpoint that caused the stop.
14034
849c862e
JK
140352014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14036
14037 PR gdb/16626
14038 * gdb.base/auto-load-script: New file.
14039 * gdb.base/auto-load.c: New file.
14040 * gdb.base/auto-load.exp: New file.
14041
71b7d793
JK
14042 PR gdb/16626
14043 * gdb.base/auto-load.exp: Fix out-of-srctree run.
14044
e2f0d509
JK
140452014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14046
14047 Fix dw2-icycle.exp -fsanitize=address GDB crash.
14048 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
14049
50cc37c8
DE
140502014-02-24 Doug Evans <dje@google.com>
14051
14052 * lib/gdb.exp (run_on_host): Log error output if program fails.
14053
ea4758f2
PA
140542014-02-21 Pedro Alves <palves@redhat.com>
14055
14056 * gdb.threads/step-after-sr-lock.c: Rename to ...
14057 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
14058 * gdb.threads/step-after-sr-lock.exp: Rename to ...
14059 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14060 ... this.
14061
d7b30f67
SDJ
140622014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
14063
14064 PR tdep/16397
14065 * gdb.arch/amd64-stap-special-operands.exp: New file.
14066 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
14067 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
14068 * gdb.arch/amd64-stap-triplet.S: Likewise.
14069 * gdb.arch/amd64-stap-triplet.c: Likewise.
14070
83deb43f
JB
140712014-02-20 Joel Brobecker <brobecker@adacore.com>
14072
14073 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
14074 in .section pseudo-op.
14075
adde2bff
DE
140762014-02-20 lin zuojian <manjian2006@gmail.com>
14077 Joel Brobecker <brobecker@adacore.com>
14078 Doug Evans <xdje42@gmail.com>
14079
14080 PR symtab/16581
14081 * gdb.dwarf2/dw2-icycle.S: New file.
14082 * gdb.dwarf2/dw2-icycle.c: New file.
14083 * gdb.dwarf2/dw2-icycle.exp: New file.
14084
f7bd0f78
SC
140852014-02-19 Siva Chandra Reddy <sivachandra@google.com>
14086
14087 * gdb.python/py-value-cc.cc: Improve test case to enable testing
14088 operations on gdb.Value objects.
14089 * gdb.python/py-value-cc.exp: Add new test to test operations on
14090 gdb.Value objects.
14091
c17ef0d5
DE
140922014-02-18 Doug Evans <dje@google.com>
14093
14094 * Makefile.in (TESTS): New variable.
14095 (expanded_tests, expanded_tests_or_none): New variables
14096 (check-single): Pass $(expanded_tests_or_none) to runtest.
14097 (check-parallel): Only run tests in $(TESTS) if non-empty.
14098 (check/no-matching-tests-found): New rule.
14099 * README: Document TESTS makefile variable.
14100
5dd3176f
DE
141012014-02-18 Doug Evans <dje@google.com>
14102
14103 * Makefile.in (check-parallel): rm -rf outputs temp.
14104
0b10be4f
JK
141052014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14106
14107 Fix "ERROR: no fileid for" in the testsuite.
14108 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
14109
85f224e7
DE
141102014-02-12 Doug Evans <dje@google.com>
14111
14112 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
14113 (MISCELLANEOUS): New variable.
14114 (clean): rm -rf $(MISCELLANEOUS).
14115 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
14116 dwp live in the same directory as symlinks, with each symlink pointed
14117 to a differently named file in a different directory.
14118
149b30ff
DE
141192014-02-11 Doug Evans <dje@google.com>
14120
14121 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
14122 of Tcl file commands.
14123
1dfdac32
MK
141242014-02-10 Mark Kettenis <kettenis@gnu.org>
14125
14126 * gdb.threads/step-after-sr-lock.exp: Avoid executing
14127 "kill -SIGUSR1 -1".
14128
aa4fb036
JB
141292014-02-10 Joel Brobecker <brobecker@adacore.com>
14130
14131 * gdb.ada/tick_length_array_enum_idx: New testcase.
14132
ed3ef339
DE
141332014-02-10 Doug Evans <xdje42@gmail.com>
14134
14135 * configure.ac (AC_OUTPUT): Add gdb.guile.
14136 * configure: Regenerate.
14137 * lib/gdb-guile.exp: New file.
14138 * lib/gdb.exp (get_target_charset): New function.
14139 * gdb.base/help.exp: Update expected output from "apropos apropos".
14140 * gdb.guile/Makefile.in: New file.
14141 * gdb.guile/guile.exp: New file.
14142 * gdb.guile/scm-arch.c: New file.
14143 * gdb.guile/scm-arch.exp: New file.
14144 * gdb.guile/scm-block.c: New file.
14145 * gdb.guile/scm-block.exp: New file.
14146 * gdb.guile/scm-breakpoint.c: New file.
14147 * gdb.guile/scm-breakpoint.exp: New file.
14148 * gdb.guile/scm-disasm.c: New file.
14149 * gdb.guile/scm-disasm.exp: New file.
14150 * gdb.guile/scm-equal.c: New file.
14151 * gdb.guile/scm-equal.exp: New file.
14152 * gdb.guile/scm-error.exp: New file.
14153 * gdb.guile/scm-error.scm: New file.
14154 * gdb.guile/scm-frame-args.c: New file.
14155 * gdb.guile/scm-frame-args.exp: New file.
14156 * gdb.guile/scm-frame-args.scm: New file.
14157 * gdb.guile/scm-frame-inline.c: New file.
14158 * gdb.guile/scm-frame-inline.exp: New file.
14159 * gdb.guile/scm-frame.c: New file.
14160 * gdb.guile/scm-frame.exp: New file.
14161 * gdb.guile/scm-generics.exp: New file.
14162 * gdb.guile/scm-gsmob.exp: New file.
14163 * gdb.guile/scm-iterator.c: New file.
14164 * gdb.guile/scm-iterator.exp: New file.
14165 * gdb.guile/scm-math.c: New file.
14166 * gdb.guile/scm-math.exp: New file.
14167 * gdb.guile/scm-objfile-script-gdb.in: New file.
14168 * gdb.guile/scm-objfile-script.c: New file.
14169 * gdb.guile/scm-objfile-script.exp: New file.
14170 * gdb.guile/scm-objfile.c: New file.
14171 * gdb.guile/scm-objfile.exp: New file.
14172 * gdb.guile/scm-ports.exp: New file.
14173 * gdb.guile/scm-pretty-print.c: New file.
14174 * gdb.guile/scm-pretty-print.exp: New file.
14175 * gdb.guile/scm-pretty-print.scm: New file.
14176 * gdb.guile/scm-section-script.c: New file.
14177 * gdb.guile/scm-section-script.exp: New file.
14178 * gdb.guile/scm-section-script.scm: New file.
14179 * gdb.guile/scm-symbol.c: New file.
14180 * gdb.guile/scm-symbol.exp: New file.
14181 * gdb.guile/scm-symtab-2.c: New file.
14182 * gdb.guile/scm-symtab.c: New file.
14183 * gdb.guile/scm-symtab.exp: New file.
14184 * gdb.guile/scm-type.c: New file.
14185 * gdb.guile/scm-type.exp: New file.
14186 * gdb.guile/scm-value-cc.cc: New file.
14187 * gdb.guile/scm-value-cc.exp: New file.
14188 * gdb.guile/scm-value.c: New file.
14189 * gdb.guile/scm-value.exp: New file.
14190 * gdb.guile/source2.scm: New file.
14191 * gdb.guile/types-module.cc: New file.
14192 * gdb.guile/types-module.exp: New file.
14193
7026a7c1
YQ
141942014-02-10 Yao Qi <yao@codesourcery.com>
14195
14196 PR testsuite/16543
14197 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
14198 * configure: Regenerated.
14199 * Makefile.in: New file.
14200
6c466447
AS
142012014-02-08 Andreas Schwab <schwab@linux-m68k.org>
14202
14203 * gdb.python/py-framefilter.exp: Fix typo.
14204
6e854735
YQ
142052014-02-08 Yao Qi <yao@codesourcery.com>
14206
14207 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
14208 that no =breakpoint-modified is emitted when breakpoints are
14209 modified through MI commands.
14210
d137e6dc
PA
142112014-02-07 Pedro Alves <pedro@codesourcery.com>
14212 Pedro Alves <palves@redhat.com>
14213
14214 * gdb.threads/step-after-sr-lock.c: New file.
14215 * gdb.threads/step-after-sr-lock.exp: New file.
14216
b5ee5a50
PA
142172014-02-07 Pedro Alves <palves@redhat.com>
14218
14219 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
14220
3c77faf3
JK
142212014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
14222
14223 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
14224 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
14225
6dddc817
DE
142262014-02-06 Doug Evans <xdje42@gmail.com>
14227
14228 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
14229 output.
14230
14231 * gdb.gdb/python-interrupts.exp: New file.
14232
de7b2893
YQ
142332014-02-05 Yao Qi <yao@codesourcery.com>
14234
14235 * gdb.trace/report.exp (use_collected_data): Test the output
14236 of "info threads" and "info inferiors".
14237
66d032ac
YQ
142382014-02-05 Yao Qi <yao@codesourcery.com>
14239
14240 Revert this patch:
14241
14242 2013-05-24 Yao Qi <yao@codesourcery.com>
14243
14244 * gdb.trace/tfile.exp: Test inferior and thread.
14245
591a12a1
UW
142462014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14247
14248 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
14249 on a function.
14250 * gdb.base/step-bt.c: Call hello via function pointer to make
14251 sure its first instruction is executed on powerpc64le-linux.
14252
0ff3e01f
UW
142532014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14254
14255 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
14256
084ee545
UW
142572014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14258
14259 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
14260 of the test patterns for use on little-endian systems.
14261
6ed14ff3
UW
142622014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14263
14264 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
14265 (decimal_vector): Fix for little-endian.
14266
401e27fd
JM
142672014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
14268
14269 * gdb.arch/sparc-sysstep.exp: New file.
14270 * gdb.arch/sparc-sysstep.c: Likewise.
14271
14272 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
14273
8b924729
EBM
142742014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14275
14276 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
14277
fb151210
JB
142782014-01-23 Tom Tromey <tromey@redhat.com>
14279
14280 * gdb.ada/array_char_idx: New testcase.
14281
0740f8d8
TT
142822014-01-23 Tom Tromey <tromey@redhat.com>
14283
14284 PR python/16487:
14285 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
14286 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
14287 classes.
14288
21909fa1
TT
142892014-01-23 Tom Tromey <tromey@redhat.com>
14290
14291 PR python/16491:
14292 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
14293 string from an inferior frame.
14294 * gdb.python/py-framefilter-mi.exp: Update.
14295
87ce2a04
DE
142962014-01-22 Doug Evans <dje@google.com>
14297
14298 * gdb.server/server-mon.exp: Add tests for "set debug-format".
14299
237b092b
AA
143002014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14301
14302 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
14303
d674a709
AA
143042014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14305
14306 * gdb.trace/entry-values.exp: Remove excess space character from
14307 regex patterns. Handle s390 call instruction.
14308
20fa3390
AA
143092014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14310
14311 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
14312 define "*_start" label. Make "name" static.
14313 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
14314 ${name} by references to ${name}_start.
14315
78466714
AA
143162014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14317
14318 * gdb.base/info-macros.exp: Remove "debug" from the compile
14319 options.
14320
ec9f644a
IB
143212014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14322
14323 * gdb.dlang/demangle.exp: New file.
14324
94b1b47e
IB
143252014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14326
14327 * gdb.dlang/primitive-types.exp: New file.
14328
7f420862
IB
143292014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14330
14331 * configure.ac: Create gdb.dlang/Makefile.
14332 * configure: Regenerate.
14333 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
14334 * gdb.dlang/Makefile.in: New file.
14335 * lib/d-support.exp: New file.
14336 * lib/gdb.exp (skip_d_tests): New proc.
14337
52834460
MM
143382014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14339
14340 * gdb.btrace/delta.exp: Check reverse stepi.
14341 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
14342 * gdb.btrace/finish.exp: New.
14343 * gdb.btrace/next.exp: New.
14344 * gdb.btrace/nexti.exp: New.
14345 * gdb.btrace/record_goto.c: Add comments.
14346 * gdb.btrace/step.exp: New.
14347 * gdb.btrace/stepi.exp: New.
14348 * gdb.btrace/multi-thread-step.c: New.
14349 * gdb.btrace/multi-thread-step.exp: New.
14350 * gdb.btrace/rn-dl-bind.c: New.
14351 * gdb.btrace/rn-dl-bind.exp: New.
14352 * gdb.btrace/data.c: New.
14353 * gdb.btrace/data.exp: New.
14354 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
14355
6e07b1d2
MM
143562014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14357
14358 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
14359 * gdb.btrace/exception.exp: Update.
14360 * gdb.btrace/instruction_history.exp: Update.
14361 * gdb.btrace/record_goto.exp: Update.
14362 * gdb.btrace/tailcall.exp: Update.
14363 * gdb.btrace/unknown_functions.exp: Update.
14364 * gdb.btrace/delta.exp: New.
14365
0b722aec
MM
143662014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14367
14368 * gdb.btrace/record_goto.exp: Add backtrace test.
14369 * gdb.btrace/tailcall.exp: Add backtrace test.
14370
066ce621
MM
143712014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14372
14373 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
14374 * gdb.btrace/record_goto.c: New.
14375 * gdb.btrace/record_goto.exp: New.
14376 * gdb.btrace/x86-record_goto.S: New.
14377
0688d04e
MM
143782014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14379
14380 * gdb.btrace/function_call_history.exp: Update tests.
14381 * gdb.btrace/instruction_history.exp: Update tests.
14382
8710b709
MM
143832014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14384
14385 * gdb.btrace/function_call_history.exp: Fix expected field
14386 order for "record function-call-history".
14387 Add new tests for "record function-call-history /c".
14388 * gdb.btrace/exception.cc: New.
14389 * gdb.btrace/exception.exp: New.
14390 * gdb.btrace/tailcall.exp: New.
14391 * gdb.btrace/x86-tailcall.S: New.
14392 * gdb.btrace/x86-tailcall.c: New.
14393 * gdb.btrace/unknown_functions.c: New.
14394 * gdb.btrace/unknown_functions.exp: New.
14395 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
14396
5de9129b
MM
143972014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14398
14399 * gdb.btrace/instruction_history.exp: Update.
14400 * gdb.btrace/function_call_history.exp: Update.
14401
23a7fe75
MM
144022014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14403
14404 * gdb.btrace/function_call_history.exp: Fix expected function
14405 trace.
14406 * gdb.btrace/instruction_history.exp: Initialize traced.
14407 Remove traced_functions.
14408
724c7dd8
MM
144092014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14410
14411 * gdb.btrace/function_call_history.exp: Update
14412 * gdb.btrace/instruction_history.exp: Update.
14413
6d78d93b
MM
144142014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14415
14416 * gdb.btrace/enable.exp: Update expected text.
14417
93a360cc
OJ
144182014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
14419
14420 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
14421 bytes.
14422
3772b53f
MR
144232014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
14424
14425 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
14426
596662fa
OJ
144272014-01-15 Omair Javaid <omair.javaid@linaro.org>
14428
14429 * lib/gdb.exp (supports_process_record): Return true for
14430 arm*-linux*. (supports_reverse): Likewise.
14431
b5b08fb4
SC
144322014-01-13 Siva Chandra Reddy <sivachandra@google.com>
14433
14434 PR python/15464
14435 PR python/16113
14436 * gdb.python/py-type.c: Enhance test case.
14437 * gdb.python/py-value-cc.cc: Likewise
14438 * gdb.python/py-type.exp: Add new tests.
14439 * gdb.python/py-value-cc.exp: Likewise
14440
52d7fb13
AA
144412014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14442 Pedro Alves <palves@redhat.com>
14443
14444 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
14445 Make "name" extern.
14446 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
14447 references to ${name}_start by references to ${name}.
14448
a2cd8cfe
JB
144492014-01-10 Joel Brobecker <brobecker@adacore.com>
14450
14451 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
14452
4e23fced
JB
144532014-01-10 Joel Brobecker <brobecker@adacore.com>
14454
14455 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
14456
c6a9e42c
PA
144572014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
14458 Pedro Alves <palves@redhat.com>
14459
14460 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 14461 mi_gdb_target_load.
c6a9e42c 14462
b7ea362b
PA
144632014-01-08 Pedro Alves <palves@redhat.com>
14464
14465 * gdb.threads/reconnect-signal.c: New file.
14466 * gdb.threads/reconnect-signal.exp: New file.
14467
5e3f4fab
EBM
144682014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14469
14470 * gdb.base/source-dir.exp: New file.
14471
79301218
JB
144722014-01-07 Joel Brobecker <brobecker@adacore.com>
14473
14474 * gdb.ada/mi_interface: New testcase.
14475
8e355c5d
JB
144762014-01-07 Joel Brobecker <brobecker@adacore.com>
14477
14478 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
14479 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
14480 gdb.ada/pp-rec-component/pck.ads: New files.
14481
c0d48811
JB
144822014-01-07 Joel Brobecker <brobecker@adacore.com>
14483
14484 * gdb.python/py-pp-integral.c: New file.
14485 * gdb.python/py-pp-integral.py: New file.
14486 * gdb.python/py-pp-integral.exp: New file.
14487
17b609c3 14488For older changes see ChangeLog-1993-2013.
c906108c 14489\f
8d8cb839
EZ
14490;; Local Variables:
14491;; mode: change-log
14492;; left-margin: 8
14493;; fill-column: 74
14494;; version-control: never
14495;; End:
902f2ccb 14496
e2882c85 14497 Copyright 2014-2018 Free Software Foundation, Inc.
902f2ccb
MC
14498 Copying and distribution of this file, with or without modification,
14499 are permitted provided the copyright notice and this notice are preserved.
This page took 3.300308 seconds and 4 git commands to generate.