-Wstringop-truncation warnings
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
9b0797e2
AB
12018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
4 filter pattern.
5
f6ac5f3d
PA
62018-05-02 Pedro Alves <palves@redhat.com>
7
8 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
9 to_log_command renames.
10 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
11
77d3c63b
TT
122018-05-02 Tom Tromey <tom@tromey.com>
13
14 * gdb.python/py-parameter.exp: Set test message.
15
0489430a
TT
162018-05-02 Tom Tromey <tom@tromey.com>
17
18 PR python/20084:
19 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
20 PARAM_ZUINTEGER_UNLIMITED tests.
21
1632f8ba
DR
222018-04-28 Dan Robertson <danlrobertson89@gmail.com>
23
24 PR rust/23124
25 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
26 when casting.
27
6d7bb824
TT
282018-04-30 Tom Tromey <tom@tromey.com>
29
30 * gdb.python/py-type.exp: Check align attribute.
31 * gdb.python/py-type.c: New "aligncheck" global.
32
007e1530
TT
332018-04-30 Tom Tromey <tom@tromey.com>
34
35 PR exp/17095:
36 * gdb.dwarf2/dw2-align.exp: New file.
37 * gdb.cp/align.exp: New file.
38 * gdb.base/align.exp: New file.
39 * lib/gdb.exp (gdb_int128_helper): New proc.
40 (has_int128_c, has_int128_cxx): New caching procs.
41
6873858b
TT
422018-04-27 Tom Tromey <tom@tromey.com>
43
44 PR rust/22545:
45 * gdb.rust/simple.exp: Add inclusive range tests.
46
79188d8d
PA
472018-04-26 Pedro Alves <palves@redhat.com>
48
49 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
50 ifunc breakpoint locations correctly of ifunc breakpoints set
51 while the program resolves the ifunc.
52
c7075ad5
PA
532018-04-26 Pedro Alves <palves@redhat.com>
54
55 * gdb.base/gnu-ifunc-final.c: New file.
56 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
57 * gdb.base/gnu-ifunc.exp (executable): Delete.
58 (staticexecutable): Adjust.
59 (lib_opts, exec_opts): Delete.
60 (make_binsuffix, build, set-break): New procedures.
61 (misc_tests): New, with tests factored out from the top level.
62 (top level): Test different combinations of ifunc resolver name,
63 resolver with and with debug info, and ifunc target with and
64 without debug info. Wrap static tests with with_target_prefix.
65
8388016d
PA
662018-04-26 Pedro Alves <palves@redhat.com>
67
68 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
69 return type" warnings.
70
249b5733
PA
712018-04-25 Pedro Alves <palves@redhat.com>
72
73 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
74 killed".
75 * gdb.base/kill-after-signal.exp: Likewise.
76 * gdb.threads/kill.exp: Likewise.
77
f67c0c91
SDJ
782018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
79 Sergio Durigan Junior <sergiodj@redhat.com>
80 Pedro Alves <palves@redhat.com>
81
82 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
83 regexps to expect for '[Inferior ... detached]' as well.
84 * gdb.base/attach.exp: Likewise.
85 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
86 "gdb_continue_to_end".
87 (test_catch_syscall_with_wrong_args): Likewise.
88 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
89 ']'. Don't set 'verbose' on.
90 * gdb.base/foll-vfork.exp: Likewise.
91 * gdb.base/fork-print-inferior-events.c: New file.
92 * gdb.base/fork-print-inferior-events.exp: New file.
93 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
94 '[Inferior ... has been killed]' message.
95 * gdb.base/kill-after-signal.exp: Likewise.
96 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
97 detach message.
98 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
99 message.
100 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
101 regexps to expect for '[Inferior ... detached]' as well.
102 * gdb.threads/process-dies-while-detaching.exp: Likewise.
103
0a8ddac4
SM
1042018-04-24 Simon Marchi <simon.marchi@ericsson.com>
105
106 PR gdb/23104
107 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
108
d27d16bf
RB
1092018-04-19 Richard Bunt <richard.bunt@arm.com>
110
111 * gdb.threads/multiple-successive-infcall.c: New test.
112 * gdb.threads/multiple-successive-infcall.exp: New file.
113
a037790e
TT
1142018-04-17 Tom Tromey <tom@tromey.com>
115
116 * gdb.rust/simple.rs (Union): New type.
117 (main): New local "u".
118 * gdb.rust/simple.exp (test_one_slice): Add new test case.
119
e3a91079
AA
1202018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
121
122 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
123 number information in output of "whereis" command.
124 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
125
b744723f
AA
1262018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
127
128 * gdb.ada/info_types.exp: Adjust expected output to the line
129 numbers now printed by "info var/func/type".
130 * gdb.base/completion.exp: Likewise.
131 * gdb.base/included.exp: Likewise.
132 * gdb.cp/cp-relocate.exp: Likewise.
133 * gdb.cp/cplusfuncs.exp: Likewise.
134 * gdb.cp/namespace.exp: Likewise.
135 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
136
4a4495d6
MM
1372018-04-13 Markus Metzger <markus.t.metzger@intel.com>
138
139 * gdb.btrace/cpu.exp: New.
140
1d509aa6
MM
1412018-04-13 Markus Metzger <markus.t.metzger@intel.com>
142
143 * gdb.base/step-indirect-call-thunk.exp: New.
144 * gdb.base/step-indirect-call-thunk.c: New.
145 * gdb.reverse/step-indirect-call-thunk.exp: New.
146 * gdb.reverse/step-indirect-call-thunk.c: New.
147
6295b6da
SM
1482018-04-11 Simon Marchi <simon.marchi@ericsson.com>
149
150 * gdb.base/pie-fork.c: New file.
151 * gdb.base/pie-fork.exp: New file.
152
50146e70
TT
1532018-04-11 Tom Tromey <tom@tromey.com>
154
155 * gdb.rust/simple.exp: Add test for ".." struct initializer.
156
f50d8a2e
PA
1572018-04-10 Pedro Alves <palves@redhat.com>
158
159 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
160 exits. Instead loop running forever.
161 (fork_parent): Run forever too.
162
a0be7a36
SM
1632018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
164
165 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
166 mi_continue_to_line.
167 * gdb.mi/mi-stack.c (callee4): Add comment.
168
9b73db36
SM
1692018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
170
171 * gdb.mi/mi-stack.exp: Fix indentation.
172
c912f608
SM
1732018-04-07 Simon Marchi <simon.marchi@ericsson.com>
174
175 PR gdb/22979
176 * gdb.arch/amd64-osabi.exp: New file.
177
26540402
SM
1782018-04-07 Simon Marchi <simon.marchi@ericsson.com>
179
180 PR gdb/22980
181 * gdb.base/osabi.exp: New file.
182
121ad66c 1832018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
184
185 * gdb.cp/static-typedef-print.exp: New file.
186 * gdb.cp/static-typedef-print.cc: New file.
187
3fcded8f
JB
1882018-03-27 Joel Brobecker <brobecker@adacore.com>
189
190 * gdb.ada/varsize_limit: New testcase.
191
59cc4834
JB
1922018-03-27 Joel Brobecker <brobecker@adacore.com>
193
194 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
195
196 * gdb.ada/notcplusplus: New testcase.
197
198 * gdb.base/c-linkage-name.c: New file.
199 * gdb.base/c-linkage-name.exp: New testcase.
200
4ca59a9f
TT
2012018-03-26 Tom Tromey <tom@tromey.com>
202
203 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
204 * gdb.python/py-framefilter.py (name_error): New global.
205 (ErrorInName.function): Use name_error.
206
978d6c75
TT
2072018-03-26 Tom Tromey <tom@tromey.com>
208
209 PR backtrace/15582:
210 * gdb.python/py-framefilter.exp: Add "bt hide" test.
211
b7fee5a3
KS
2122018-03-23 Keith Seitz <keiths@redhat.com>
213
214 PR c++/22968
215 * gdb.cp/subtypes.exp: New file.
216 * gdb.cp/subtypes.h: New file.
217 * gdb.cp/subtypes.cc: New file.
218 * gdb.cp/subtypes-2.cc: New file.
219
376be529
AB
2202018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
221
222 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
223 (done): Call '_exit' not 'exit' to avoid atexit handlers.
224 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
225 -nostartfiles when compiling the test. Confirm that all registers
226 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
227
066cfa98
AB
2282018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
229
230 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
231 option, syntax was wrong anyway.
232 * gdb.arch/arm-disp-step.exp: Likewise.
233 * gdb.arch/sparc64-regs.exp: Likewise.
234 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
235 option, syntax was wrong anyway, switch to use
236 prepare_for_testing.
237 * gdb.arch/i386-disp-step.exp: Likewise.
238
079670b9
AA
2392018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
240
241 * gdb.ada/exec_changed.exp: Replace "target_info exists
242 use_gdb_stub" by "use_gdb_stub".
243 * gdb.ada/start.exp: Likewise.
244 * gdb.base/async-shell.exp: Likewise.
245 * gdb.base/attach-pie-misread.exp: Likewise.
246 * gdb.base/attach-wait-input.exp: Likewise.
247 * gdb.base/break-entry.exp: Likewise.
248 * gdb.base/break-interp.exp: Likewise.
249 * gdb.base/dprintf-detach.exp: Likewise.
250 * gdb.base/nostdlib.exp: Likewise.
251 * gdb.base/solib-nodir.exp: Likewise.
252 * gdb.base/statistics.exp: Likewise.
253 * gdb.base/testenv.exp: Likewise.
254 * gdb.mi/mi-exec-run.exp: Likewise.
255 * gdb.mi/mi-start.exp: Likewise.
256 * gdb.multi/dummy-frame-restore.exp: Likewise.
257 * gdb.multi/multi-arch-exec.exp: Likewise.
258 * gdb.multi/multi-arch.exp: Likewise.
259 * gdb.multi/tids.exp: Likewise.
260 * gdb.multi/watchpoint-multi.exp: Likewise.
261 * gdb.python/py-events.exp: Likewise.
262 * gdb.threads/attach-into-signal.exp: Likewise.
263 * gdb.threads/attach-stopped.exp: Likewise.
264 * gdb.threads/threadapply.exp: Likewise.
265 * lib/selftest-support.exp: Likewise.
266
26d6cec4
AA
2672018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
268
269 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
270
4ee89e90
SR
2712018-03-20 Stephen Roberts <stephen.roberts@arm.com>
272
273 * gdb.perf/template-breakpoints.cc: New file.
274 * gdb.perf/template-breakpoints.exp: New file.
275 * gdb.perf/template-breakpoints.py: New file.
276
92630041
TT
2772018-03-19 Tom Tromey <tom@tromey.com>
278
279 * gdb.rust/simple.rs (main): Add local variables field1, field2,
280 y0.
281 * gdb.rust/simple.exp: Test bare identifier form of struct
282 initializer.
283
76727919
TT
2842018-03-19 Tom Tromey <tom@tromey.com>
285
286 * gdb.gdb/observer.exp: Remove.
287
194ed413
AA
2882018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
289
290 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
291 "qualified" option when setting breakpoints.
292 * gdb.trace/backtrace.exp: Likewise.
293 * gdb.trace/circ.exp: Likewise.
294 * gdb.trace/collection.exp: Likewise.
295 * gdb.trace/disconnected-tracing.exp: Likewise.
296 * gdb.trace/ftrace-lock.exp: Likewise.
297 * gdb.trace/ftrace.exp: Likewise.
298 * gdb.trace/infotrace.exp: Likewise.
299 * gdb.trace/packetlen.exp: Likewise.
300 * gdb.trace/passc-dyn.exp: Likewise.
301 * gdb.trace/qtro.exp: Likewise.
302 * gdb.trace/read-memory.exp: Likewise.
303 * gdb.trace/report.exp: Likewise.
304 * gdb.trace/signal.exp: Likewise.
305 * gdb.trace/status-stop.exp: Likewise.
306 * gdb.trace/strace.exp: Likewise.
307 * gdb.trace/tfind.exp: Likewise.
308 * gdb.trace/trace-break.exp: Likewise.
309 * gdb.trace/trace-condition.exp: Likewise.
310 * gdb.trace/trace-mt.exp: Likewise.
311 * gdb.trace/tstatus.exp: Likewise.
312 * gdb.trace/tsv.exp: Likewise.
313 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
314 * gdb.trace/unavailable.exp: Likewise.
315 * gdb.trace/while-dyn.exp: Likewise.
316
8b067d2c
AA
3172018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
318
319 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
320 that libinproctrace is copied to the target.
321
3ae9ce5d
TT
3222018-03-14 Tom Tromey <tom@tromey.com>
323
324 PR cli/14977:
325 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
326 a null pointer.
327 * gdb.base/wchar.exp: Likewise.
328
b8c2339b
TT
3292018-03-14 Tom Tromey <tom@tromey.com>
330
331 PR cli/19918:
332 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
333 flag.
334
4872dc46
SM
3352018-03-08 Simon Marchi <simon.marchi@ericsson.com>
336
337 PR gdb/22841
338 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
339 "target" to remote_exec.
340
e4fe3756
SM
3412018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
342
343 PR gdb/22841
344 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
345 ${board}_upload): Remove.
346
e95a97d4
AA
3472018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
348
349 * gdb.cp/watch-cp.cc: New test.
350 * gdb.cp/watch-cp.exp: New file.
351
dbbb1059
AB
3522018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
353
354 * gdb.base/infcall-nested-structs.exp: New file.
355 * gdb.base/infcall-nested-structs.c: New file.
356 * gdb.base/float.exp: Add riscv support.
357
ecc054c0
TP
3582018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
359
360 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
361 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
362
25e3c82c
SDJ
3632018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
364
365 * gdb.server/abspath.exp: New file.
366 * lib/gdb.exp (with_cwd): New procedure.
367
3083294d
SM
3682018-02-28 Simon Marchi <simon.marchi@ericsson.com>
369
370 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
371 use it.
372 (gdb_is_target_remote_prompt): New proc.
373 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
374 (gdb_is_target_native): Pass prompt parameter to
375 gdb_is_target_1.
376
3275ef47
SM
3772018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
378
379 * gdb.base/load-command.c: New file.
380 * gdb.base/load-command.exp: New file.
381 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
382 (gdb_is_target_1): ...this, and generalize for other targets
383 than just remote.
384 (gdb_is_target_remote): Use gdb_is_target_1.
385 (gdb_is_target_native): use gdb_is_target_1.
386
6893c19a
TT
3872018-02-26 Tom Tromey <tom@tromey.com>
388
389 PR python/16497:
390 * gdb.python/py-framefilter.exp: Update test.
391
2ddeaf8a
TT
3922018-02-26 Tom Tromey <tom@tromey.com>
393
394 * gdb.dwarf2/variant.c: New file.
395 * gdb.dwarf2/variant.exp: New file.
396
c9317f21
TT
3972018-02-26 Tom Tromey <tom@tromey.com>
398
399 * gdb.rust/simple.exp: Accept more possible results in enum test.
400
6f6d0c26
SM
4012018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
402
403 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
404 parentheses.
405
11b03145
MR
4062018-02-23 Maciej W. Rozycki <macro@mips.com>
407
408 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
409 name of a variable: $actual_linejj -> $actual_line.
410
54a27fe5
JB
4112018-02-21 John Baldwin <jhb@FreeBSD.org>
412
413 * gdb.arch/amd64-i386-address.exp: Fix a typo.
414
de65820c
MM
4152018-02-20 Markus Metzger <markus.t.metzger@intel.com>
416
417 * gdb.btrace/buffer-size.exp: Do not force BTS.
418
980548fd
PA
4192018-02-14 Pedro Alves <palves@redhat.com>
420
421 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
422 getting a "Quit".
423
c4e12631
MM
4242018-02-09 Markus Metzger <markus.t.metzger@intel.com>
425
426 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
427 Fix test name.
428
c2e0e465
SM
4292018-02-07 Simon Marchi <simon.marchi@ericsson.com>
430
431 * gdb.cp/m-static.exp: Check type of optimized out static
432 member.
433
f7216783
AB
4342018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
435
436 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
437 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
438
0625771b
LS
4392018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
440 Leszek Swirski <leszeks@google.com>
441
442 * gdb.python/py-prettyprint.c
443 (struct to_string_returns_value_inner,
444 struct to_string_returns_value_wrapper): New.
445 (main): Add tsrvw variable.
446 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
447 ToStringReturnsValueWrapper): New classes.
448 (register_pretty_printers): Register new pretty-printers.
449 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
450 recursive pretty printer.
451 * gdb.python/py-mi.exp: Likewise.
452
59498c30
LS
4532018-02-01 Leszek Swirski <leszeks@google.com>
454
455 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
456 functions with the same name as an include file are parsed
457 correctly.
458
d4d38844
YQ
4592018-02-01 Yao Qi <yao.qi@linaro.org>
460
461 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
462 "\[^\r\n\]*".
463
07e5f5cf
NP
4642018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
465
466 * gdb.arch/powerpc-prologue-frame.s: New file.
467 * gdb.arch/powerpc-prologue-frame.c: Likewise.
468 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
469
929b5ad4
JB
4702018-01-31 Joel Brobecker <brobecker@adacore.com>
471
472 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
473
e671cd59
PA
4742018-01-30 Pedro Alves <palves@redhat.com>
475
476 PR gdb/13211
477 * gdb.base/interrupt-daemon.c: New.
478 * gdb.base/interrupt-daemon.exp: New.
479 * gdb.multi/multi-term-settings.c: New.
480 * gdb.multi/multi-term-settings.exp: New.
481
fc413dc4
JB
4822018-01-30 Joel Brobecker <brobecker@adacore.com>
483
484 * gdb.base/break.exp: Save the location where the breakpoint
485 on break.c:47 was actually inserted when debugging the version
486 compiled at -O2 and use it in the expected output of the "info
487 break" test performed soon after.
488
5c319bb2
PA
4892018-01-22 Pedro Alves <palves@redhat.com>
490 Sergio Durigan Junior <sergiodj@redhat.com>
491
492 * gdb.base/whatis.exp: Add tests for 'set print object on' +
493 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
494
a9e40818
JB
4952018-01-22 Joel Brobecker <brobecker@adacore.com>
496
497 * gdb.base/break-include.c, gdb.base/break-include.inc,
498 gdb.base/break-include.exp: New files.
499 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
500 line number now being the actual line number where the breakpoint
501 was inserted.
502 * gdb.mi/mi-break.exp: Likewise.
503 * gdb.mi/mi-reverse.exp: Likewise.
504 * gdb.mi/mi-simplerun.exp: Ditto.
505
e707fc44
AB
5062018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
507
508 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
509 varobj.
510 * gdb.mi/mi-var-create-rtti.exp: Likewise.
511
ae451627
AB
5122018-01-21 Don Breazeal <donb@codesourcery.com>
513 Andrew Burgess <andrew.burgess@embecosm.com>
514
515 * gdb.mi/basics.c: Add new global.
516 * gdb.mi/mi-frame-regs.exp: New file.
517 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
518 case.
519
b1b189e0
AB
5202018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
521
522 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
523 non-parameter, and on an unknown symbol.
524
fcfcc376
TT
5252018-01-19 Tom Tromey <tom@tromey.com>
526
527 * gdb.rust/modules.rs (TWENTY_THREE): New global.
528 * gdb.rust/modules.exp: Add ::-qualified lookup test.
529
634c1c31
AA
5302018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
531
532 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
533 setrlimit and chdir to int.
534
d6ad07fd
AA
5352018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
536
537 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
538 function.
539 (my_tend): Likewise.
540 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
541 rationale of avoiding FP- and vector instructions.
542
adf8243b
RK
5432018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
544
545 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
546 "info reg" with "\[ \t\]*".
547 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
548 "\[ \t\]+".
549 * gdb.arch/s390-multiarch.exp: Ditto.
550 * gdb.base/pc-fp.exp: Ditto.
551 * gdb.reverse/i386-precsave.exp: Ditto.
552 * gdb.reverse/i386-reverse.exp: Ditto.
553 * gdb.reverse/i387-env-reverse.exp: Ditto.
554 * gdb.reverse/i387-stack-reverse.exp: Ditto.
555
dcc06925
AA
5562018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
557
558 * lib/gdb.exp (gdb_compile): Re-enable use of
559 universal_compile_options for languages other than Rust.
560
25d4fd80
AA
5612018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
562
563 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
564
ee7f689e 5652018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
566
567 PR gdb/16577
568 * gdb.base/solib-vanish.exp: New.
569 * gdb.base/solib-vanish-main.c: New.
570 * gdb.base/solib-vanish-lib1.c: New.
571 * gdb.base/solib-vanish-lib2.c: New.
572
d8447b6b
YQ
5732018-01-17 Yao Qi <yao.qi@linaro.org>
574
575 * gdb.compile/compile.exp: Match the address printed for
576 frame in the output of command "bt".
577
86d6a90c
TT
5782018-01-15 Tom Tromey <tom@tromey.com>
579
580 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
581 compute sp_reg.
582
cbcdb1aa
AB
5832018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
584
585 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
586 to prepare.
587 (prepare): Return 0 on error, 1 on success.
588
eea61984
PA
5892018-01-12 Pedro Alves <palves@redhat.com>
590
591 * gdb.base/continue-after-aborted-step-over.c: New.
592 * gdb.base/continue-after-aborted-step-over.exp: New.
593
6181e9c2
SM
5942018-01-11 Simon Marchi <simon.marchi@ericsson.com>
595
596 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
597 options when not creating an executable.
598
3cada740
PA
5992018-01-11 Pedro Alves <palves@redhat.com>
600
601 PR remote/22597
602 * gdb.server/stop-reply-no-thread.c: New file.
603 * gdb.server/stop-reply-no-thread.exp: New file.
604
c63d3e8d
PA
6052018-01-10 Pedro Alves <palves@redhat.com>
606
607 PR gdb/22670
608 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
609 functions too. Test setting breakpoints and printing C functions
610 with no debug info too.
611 * gdb.ada/bp_c_mixed_case/qux.c: New file.
612
d4c2a405
PA
6132018-01-10 Pedro Alves <palves@redhat.com>
614
615 PR gdb/22670
616 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
617 a fail.
618
8825213e
PA
6192018-01-10 Pedro Alves <palves@redhat.com>
620
621 PR gdb/22670
622 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
623
605fd3c6
YQ
6242018-01-08 Simon Marchi <simon.marchi@ericsson.com>
625
626 * gdb.server/unittest.exp: Match the output in non-development
627 mode.
628
1e5ded6c
YQ
6292018-01-08 Simon Marchi <simon.marchi@ericsson.com>
630
631 * gdb.gdb/unittest.exp: Match output in non-development mode.
632
30066b0b
JB
6332018-01-08 Joel Brobecker <brobecker@adacore.com>
634
635 * gdb.ada/access_tagged_param.exp: Relax expected output
636 for value of "ObjL" in "continue" to pck.inspect breakpoint
637 test.
638
04bafb1e
XR
6392018-01-08 Joel Brobecker <brobecker@adacore.com>
640
9f86398b
JB
641 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
642 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 643
e379cee6
PA
6442018-01-05 Pedro Alves <palves@redhat.com>
645
646 PR gdb/18653
647 * gdb.base/libsegfault.exp: New.
648
de63c46b
PA
6492018-01-05 Joel Brobecker <brobecker@adacore.com>
650
651 PR gdb/22670
652 * gdb.ada/access_tagged_param.exp: New file.
653 * gdb.ada/access_tagged_param/foo.adb: New file.
654
f98fc17b
PA
6552018-01-05 Pedro Alves <palves@redhat.com>
656
657 PR gdb/22670
658 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
659 exercise lower case too, and to exercise both full matching and
660 wild matching.
661
342f8240
JB
6622018-01-05 Joel Brobecker <brobecker@adacore.com>
663
664 * gdb.ada/rename_subscript_param: New testcase.
665
7150d33c
JG
6662018-01-05 Jerome Guitton <guitton@adacore.com>
667
668 * gdb.ada/arr_acc_idx_w_gap: New testcase.
669
cc0e770c
JB
6702018-01-05 Joel Brobecker <brobecker@adacore.com>
671
672 * gdb.ada/convvar_comp: New testcase.
673
672a41aa 6742018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
675
676 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
677 (My_Table): New global variable.
678 * testsuite/gdb.ada/array_char_idx.exp: Add test.
679
7365ec2f
JB
6802018-01-04 Joel Brobecker <brobecker@adacore.com>
681
682 PR gdb/22670
683 * gdb.ada/maint_with_ada: New testcase.
684
289483b6
JB
6852018-01-04 Joel Brobecker <brobecker@adacore.com>
686
687 PR gdb/22670
688 * gdb.ada/bp_c_mixed_case: New testcase.
689
344420da
JB
6902018-01-04 Joel Brobecker <brobecker@adacore.com>
691
692 PR gdb/22670
693 * gdb.ada/complete.exp: Add "complete break ada" test.
694
66fc87a0
JB
6952018-01-04 Joel Brobecker <brobecker@adacore.com>
696
697 PR gdb/22670
698 * gdb.ada/info_addr_mixed_case: New testcase.
699
9f757bf7
XR
7002018-01-03 Xavier Roirand <roirand@adacore.com>
701
702 * gdb.ada/excep_handle.exp: New testcase.
703 * gdb.ada/excep_handle/foo.adb: New file.
704 * gdb.ada/excep_handle/pck.ads: New file.
705
bd570f80
JB
7062018-01-03 Joel Brobecker <brobecker@adacore.com>
707
708 * gdb.base/step-line.c: Add extra empty line in copyright header.
709 * gdb.base/step-line.inp: Likewise.
710
9fe561ab
JB
7112018-01-02 Joel Brobecker <brobecker@adacore.com>
712
713 * gdb.ada/dyn_stride.exp: Add slice test.
714
a405673c
JB
7152018-01-02 Joel Brobecker <brobecker@adacore.com>
716
717 * gdb.ada/dyn_stride: New testcase.
718
cef0f868
SH
7192017-12-27 Stafford Horne <shorne@gmail.com>
720
721 * gdb.xml/extra-regs.xml: Add example foo reggroup.
722 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
723
b67d92b0
SH
7242017-12-27 Stafford Horne <shorne@gmail.com>
725
726 * gdb.base/reggroups.c: New file.
727 * gdb.base/reggroups.exp: New file.
728
eccab96d
JB
7292017-12-18 Joel Brobecker <brobecker@adacore.com>
730
731 * gdb.dwarf2/ada-valprint-error.c: New file.
732 * gdb.dwarf2/ada-valprint-error.exp: New file.
733
0e2da9f0
JB
7342017-12-18 Joel Brobecker <brobecker@adacore.com>
735
736 * gdb.ada/assign_arr: New testcase.
737
cb923fcc
XR
7382017-12-18 Xavier Roirand <roirand@adacore.com>
739
740 * gdb.ada/funcall_ptr: New testcase.
741
7c161838
SDJ
7422017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
743
744 PR cli/16224
745 * gdb.base/ptype-offsets.cc: New file.
746 * gdb.base/ptype-offsets.exp: New file.
747
1af17fd9
YQ
7482017-12-15 Yao Qi <yao.qi@linaro.org>
749
750 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
751 if XML is disabled.
752
828d5846
XR
7532017-12-15 Xavier Roirand <roirand@adacore.com>
754
755 * gdb.ada/same_component_name: New testcase.
756
79e8fcaa
JB
7572017-12-14 Joel Brobecker <brobecker@adacore.com>
758
759 * gdb.ada/str_binop_equal: New testcase.
760
e05fa6f9
JB
7612017-12-14 Joel Brobecker <brobecker@adacore.com>
762
763 * gdb.ada/task_switch_in_core: New testcase.
764
b89641ba
SM
7652017-12-13 Simon Marchi <simon.marchi@ericsson.com>
766
767 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
768 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
769 call test_bkpt_qualified.
770 (test_bkpt_qualified): New proc.
771
6892d2e4
PA
7722017-12-13 Pedro Alves <palves@redhat.com>
773
774 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
775 Tighten regexp by matching with an anchor.
776
a22ecf70
PA
7772017-12-13 Pedro Alves <palves@redhat.com>
778
779 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
780 ("expression with namespace"): New set of tests.
781 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
782 (Nested::Test_NS::qux): New.
783 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
784 defaults to 'start_quote_char' and 'end_quote_char' parameters.
785
9937536c
JB
7862017-12-13 Joel Brobecker <brobecker@adacore.com>
787
788 * gdb.base/server-del-break.c: New file.
789 * gdb.base/server-del-break.exp: New file.
790
fe49c6f5
SH
7912017-12-12 Stafford Horne <shorne@gmail.com>
792
793 * gdb.xml/tdesc-regs.exp: Add or1k support.
794
c3d18620
SH
7952017-12-12 Stafford Horne <shorne@gmail.com>
796
797 * gdb.base/bp-permanent.c: Define nop of or1k.
798
c5f9cfc8
JB
7992017-12-11 Joel Brobecker <brobecker@adacore.com>
800
801 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
802 output with components being reordered.
803
a9c135fc
JB
8042017-12-11 Joel Brobecker <brobecker@adacore.com>
805
806 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
807 output with components being reordered.
808
927aa2e7
JK
8092017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
810 Pedro Alves <palves@redhat.com>
811
812 * gdb.base/maint.exp (check for .gdb_index): Check also for
813 .debug_names.
814 * gdb.dlang/watch-loc.c (.debug_aranges): New.
815 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
816 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
817 (.gdb_index used after symbol reloading): Support also .debug_names.
818 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
819
f17d9474
YQ
8202017-12-08 Yao Qi <yao.qi@linaro.org>
821
822 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
823 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
824
a0de8c21
YQ
8252017-12-08 Yao Qi <yao.qi@linaro.org>
826
827 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
828 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
829
a738ea1d
YQ
8302017-12-08 Yao Qi <yao.qi@linaro.org>
831
832 * gdb.arch/aarch64-tagged-pointer.c: New file.
833 * gdb.arch/aarch64-tagged-pointer.exp: New file.
834
1cd9a73b
SDJ
8352017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
836
837 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
838 "int".
839
fa6eb693
KS
8402017-12-07 Keith Seitz <keiths@redhat.com>
841
842 PR breakpoints/22569
843 * gdb.linespec/ls-errs.exp: Change expected result of "break
844 -source this file has spaces.c -line 3".
845 Check that an explicit source file followed by whitespace is
846 identified as an invalid explicit location.
847
883fd55a
KS
8482017-12-07 Keith Seitz <keiths@redhat.com>
849
850 * gdb.cp/nested-types.cc: New file.
851 * gdb.cp/nested-types.exp: New file.
852 * lib/cp-support.exp: Load data-structures.exp library.
853 (debug_cp_test_ptype_class): New global.
854 (cp_ptype_class_verbose, next_line): New procedures.
855 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
856 Add and document new return value.
857 Switch the list of lines to a queue.
858 Add support for new `type' key for nested type definitions.
859 Add debugging/troubleshooting messages.
860 * lib/data-structures.exp: New file.
861
ec72db3e
SM
8622017-12-07 Simon Marchi <simon.marchi@ericsson.com>
863
864 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
865 with proc_with_prefix, don't use with_test_prefix.
866
99598d71
TT
8672017-12-07 Tom Tromey <tom@tromey.com>
868
869 * gdb.base/break.exp: Add test for empty "commands".
870
a8806230
YQ
8712017-12-07 Yao Qi <yao.qi@linaro.org>
872
873 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
874 malloc and catch syscall.
875
824cc835
PM
8762017-12-07 Phil Muldoon <pmuldoon@redhat.com>
877
878 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
879 tests for explicit locations.
880
7cc244de
PA
8812017-12-06 Pedro Alves <palves@redhat.com>
882
883 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
884 force-disabling XML descriptions.
885
50a1fdd5
PA
8862017-12-04 Pedro Alves <palves@redhat.com>
887
888 PR gdb/22499
889 * gdb.arch/amd64-disp-step-avx.S: New file.
890 * gdb.arch/amd64-disp-step-avx.exp: New file.
891
f0fb2488
PA
8922017-12-03 Pedro Alves <palves@redhat.com>
893
894 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
895 and <string.h>.
896 (parent_function): Print distinct messages when waitpid fails, or
897 the child exits with a signal, or the child exits for an unhandled
898 reason.
899 * gdb.threads/process-dies-while-detaching.exp
900 (detach_and_expect_exit): New 'inf_output_re' parameter and use
901 it. Wait for both inferior output and GDB's prompt. Use an
902 indirect spawn id list.
903 (do_detach): New parameter 'child_exit'. Use it to compute
904 expected inferior output.
905 (test_detach, test_detach_watch, test_detach_killed_outside):
906 Adjust to pass down the expected child exit kind.
907
97cbe998
SDJ
9082017-12-01 Joel Brobecker <brobecker@adacore.com>
909 Sergio Durigan Junior <sergiodj@redhat.com>
910 Pedro Alves <palves@redhat.com>
911
912 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
913
40fc416f
SDJ
9142017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
915
916 * gdb.base/relocate.exp: Add tests to guarantee that arguments
917 to 'symbol-file' and 'add-symbol-file' can be
918 position-independent.
919
1cc75e92
YQ
9202017-12-01 Yao Qi <yao.qi@linaro.org>
921
922 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
923 the URL in copyright header.
924 * gdb.arch/aarch64-fp.exp: Likewise.
925 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
926 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
927 * gdb.base/expand-psymtabs.exp: Likewise.
928 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
929 * gdb.fortran/common-block.exp: Likewise.
930 * gdb.fortran/common-block.f90: Likewise.
931 * gdb.fortran/logical.exp: Likewise.
932 * gdb.fortran/vla-datatypes.f90: Likewise.
933 * gdb.fortran/vla-sub.f90: Likewise.
934
875fb7a7
JB
9352017-11-30 Joel Brobecker <brobecker@adacore.com>
936
937 * gdb.ada/repeat_dyn: New testcase.
938
6f14765f
UW
9392017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
940
941 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
942 Update for changed thread numbering.
943 * gdb.cell/bt.exp: Update for changed GDB output.
944
f1af7b94
SM
9452017-11-30 Simon Marchi <simon.marchi@ericsson.com>
946
947 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
948 setting isremote by hand.
949 * boards/dwarf4-gdb-index.exp: Likewise.
950 * boards/fission.exp: Likewise.
951 * boards/stabs.exp: Likewise.
952
e3919f3e
PA
9532017-11-30 Pedro Alves <palves@redhat.com>
954
955 * gdb.linespec/cpls-ops.exp
956 (check_explicit_skips_function_argument): Extract the underlying
957 type of size_t instead of hardcoding it.
958
bd69330d
PA
9592017-11-29 Pedro Alves <palves@redhat.com>
960
961 PR c++/19436
962 * gdb.linespec/cpls-abi-tag.cc: New file.
963 * gdb.linespec/cpls-abi-tag.exp: New file.
964
a20714ff
PA
9652017-11-29 Pedro Alves <palves@redhat.com>
966
967 * gdb.base/langs.exp: Use -qualified.
968 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
969 it.
970 * gdb.cp/namespace.exp: Use -qualified.
971 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
972 (overload-3, template-overload, template-ret-type, const-overload)
973 (const-overload-quoted, anon-ns, ambiguous-prefix): New
974 procedures.
975 (test_driver): Call them.
976 * gdb.cp/save-bp-qualified.cc: New.
977 * gdb.cp/save-bp-qualified.exp: New.
978 * gdb.linespec/explicit.exp: Test -qualified.
979 * lib/completion-support.exp (completion::explicit_opts_list): Add
980 "-qualified".
981 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
982
f6f1d339
PM
9832017-11-29 Phil Muldoon <pmuldoon@redhat.com>
984
985 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
986
02ca603a
TT
9872017-11-29 Tom Tromey <tom@tromey.com>
988
989 * gdb.base/relocate.exp: Update invalid argument test.
990 Add new tests for invalid arguments.
991
ed6c0bfb
TP
9922017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
993
994 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
995 Return 0 as a long.
996 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
997
f106e10e
TP
9982017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
999
1000 * gdb.cp/breakpoint.cc (bar): Set return type to void.
1001 * gdb.cp/psymtab-parameter.cc (func): Likewise.
1002 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
1003 func ().
1004 * gdb.cp/shadow.cc (B.func): Return 0.
1005
10329bb2
JB
10062017-11-27 Joel Brobecker <brobecker@adacore.com>
1007
1008 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
1009 expected output in gdb_expect call to allow the exception
1010 message to be present as well. Fix syntax confusion to avoid
1011 TCL thinking that exception_name is an array.
1012
617cd4bc
UW
10132017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
1014
1015 * gdb.arch/spu-info.c: Include <unistd.h>.
1016 (do_signal_test): Fix broken calls to write.
1017 * gdb.arch/spu-info.exp: Use prepare_for_testing.
1018 Fix checks for empty mailboxes. Update signal tests for corrected
1019 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
1020 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
1021 * gdb.cell/arch.exp: Use standard_output_file.
1022 * gdb.cell/break.exp: Likewise.
1023 * gdb.cell/bt.exp: Likewise.
1024 * gdb.cell/core.exp: Likewise.
1025 * gdb.cell/dwarfaddr.exp: Likewise.
1026 * gdb.cell/ea-cache.exp: Likewise.
1027 * gdb.cell/ea-standalone.exp: Likewise.
1028 * gdb.cell/f-regs.exp: Likewise.
1029 * gdb.cell/fork.exp: Likewise.
1030 * gdb.cell/gcore.exp: Likewise.
1031 * gdb.cell/mem-access.exp: Likewise.
1032 * gdb.cell/ptype.exp: Likewise.
1033 * gdb.cell/registers.exp: Likewise.
1034 * gdb.cell/sizeof.exp: Likewise.
1035 * gdb.cell/solib-symbol.exp: Likewise.
1036 * gdb.cell/solib.exp: Likewise.
617cd4bc 1037
a81aaca0
PA
10382017-11-25 Pedro Alves <palves@redhat.com>
1039
1040 * gdb.base/complete-empty.exp: New file.
1041 * gdb.base/completion.exp: Adjust.
1042
6a3c6ee4
PA
10432017-11-25 Pedro Alves <palves@redhat.com>
1044
1045 * gdb.linespec/cpls-ops.cc: New file.
1046 * gdb.linespec/cpls-ops.exp: New file.
1047 * lib/completion-support.exp (test_complete_prefix_range_re): New,
1048 factored out from ...
1049 (test_complete_prefix_range): ... this.
1050
8955eb2d
PA
10512017-11-24 Pedro Alves <palves@redhat.com>
1052
1053 * gdb.linespec/cpcompletion.exp: New file.
1054 * gdb.linespec/cpls-hyphen.cc: New file.
1055 * gdb.linespec/cpls.cc: New file.
1056 * gdb.linespec/cpls2.cc: New file.
1057 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
1058 test to use test_gdb_complete_unique. Add label completion,
1059 keyword completion and explicit location completion tests.
1060 * lib/completion-support.exp: New file.
1061
e547c119
JB
10622017-11-24 Joel Brobecker <brobecker@adacore.com>
1063
1064 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
1065 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
1066 when hitting an exception catchpoint.
1067
7c3c1aa8
YQ
10682017-11-22 Yao Qi <yao.qi@linaro.org>
1069
1070 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
1071
41bd68f5
SM
10722017-11-22 Simon Marchi <simon.marchi@ericsson.com>
1073
1074 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
1075 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
1076 * gdb.dwarf2/info-locals-optimized-out.c: New file.
1077
1daad298
YQ
10782017-11-22 Yao Qi <yao.qi@linaro.org>
1079
1080 * gdb.base/info-os.exp: Pass pthreads.
1081 * gdb.multi/multi-attach.exp: Likewise.
1082
88465e87
YQ
10832017-11-22 Yao Qi <yao.qi@linaro.org>
1084
1085 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
1086 compiler.
1087
dc196b23
YQ
10882017-11-22 Yao Qi <yao.qi@linaro.org>
1089
1090 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
1091 * gdb.base/break-interp.exp: Likewise.
1092 * gdb.base/jit-attach-pie.exp: Likewise.
1093
2400729e
UW
10942017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1095
1096 * gdb.base/float128.c (large128): New variable.
1097 * gdb.base/float128.exp: Add test to print largest __float128 value.
1098
7a26362d
UW
10992017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1100
1101 * gdb.arch/vsx-regs.exp: Update register content checks.
1102
ed0f4273
UW
11032017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
1104
1105 * gdb.arch/ppc-longdouble.exp: New file.
1106 * gdb.arch/ppc-longdouble.c: Likewise.
1107
a25d69c6
PA
11082017-11-21 Pedro Alves <palves@redhat.com>
1109
1110 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
1111
73fcf641
PA
11122017-11-20 Pedro Alves <palves@redhat.com>
1113
1114 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
1115 (long_double_typedef): New typedefs.
1116 Use DEF on double and long double.
1117 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
1118 cases.
1119 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
1120 and 'long_double_ptr_same_size' locals. Use them to decide
1121 whether cast from array/function to float is valid/invalid.
1122
71a3c369
TT
11232017-11-17 Tom Tromey <tom@tromey.com>
1124
1125 * gdb.rust/traits.rs: New file.
1126 * gdb.rust/traits.exp: New file.
1127
ced9779b
JB
11282017-11-17 Joel Brobecker <brobecker@adacore.com>
1129
1130 * gdb.ada/minsyms: New testcase.
1131
a0922d80
PA
11322017-11-16 Pedro Alves <palves@redhat.com>
1133
1134 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
1135 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
1136
ea04e54c
PA
11372017-11-16 Pedro Alves <palves@redhat.com>
1138
1139 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
1140 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
1141
e849ea89
PA
11422017-11-16 Pedro Alves <palves@redhat.com>
1143
1144 * gdb.server/reconnect-ctrl-c.c: New file.
1145 * gdb.server/reconnect-ctrl-c.exp: New file.
1146
d8ae99a7
PM
11472017-11-16 Phil Muldoon <pmuldoon@redhat.com>
1148
1149 * gdb.python/py-rbreak.exp: New file.
1150 * gdb.python/py-rbreak.c: New file.
1151 * gdb.python/py-rbreak-func2.c: New file.
1152
968a13f8
PA
11532017-11-16 Pedro Alves <palves@redhat.com>
1154
1155 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
1156 pattern.
1157 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
1158 GDB.
1159
71774bc9
SM
11602017-11-15 Simon Marchi <simon.marchi@ericsson.com>
1161
1162 * gdb.tui/completionn.exp (test_tab_completion): Add space in
1163 regex.
1164
ddbb44cf
SM
11652017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
1166
1167 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
1168 test names.
1169
584a564f
PA
11702017-11-09 Pedro Alves <palves@redhat.com>
1171
1172 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
1173 factored out from ...
1174 (top level): ... here, and adjusted to avoid expecting beyond the
1175 prompt in a single gdb_test_multiple.
1176
5ed7a928
PA
11772017-11-09 Pedro Alves <palves@redhat.com>
1178
1179 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
1180 output.
1181 * gdb.server/ext-attach.exp ("kill" test): Likewise.
1182 * gdb.server/ext-restart.exp ("kill" test): Likewise.
1183 * gdb.server/ext-run.exp ("kill" test): Likewise.
1184 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
1185
a60e0738
PA
11862017-11-09 Pedro Alves <palves@redhat.com>
1187
1188 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
1189 match till end of line.
1190
2c88253f
PA
11912017-11-09 Pedro Alves <palves@redhat.com>
1192
1193 * gdb.base/memattr.exp: Tighten regexes to match the end line.
1194
c7a38517
PA
11952017-11-09 Pedro Alves <palves@redhat.com>
1196
1197 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
1198 New procedures, factored out from ...
1199 (top level): ... here, and adjusted to avoid expecting beyond the
1200 prompt in one go.
1201
f29f4b6b
PA
12022017-11-09 Pedro Alves <palves@redhat.com>
1203
1204 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
1205 output. Fix '?' match.
1206
286acbb5
JB
12072017-11-08 Joel Brobecker <brobecker@adacore.com>
1208
1209 * gdb.ada/scoped_watch: New testcase.
1210 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
1211 which is actually correct.
1212 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
1213 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
1214
62d7ae92
PA
12152017-11-08 Pedro Alves <palves@redhat.com>
1216
1217 * gdb.gdb/complaints.exp (test_initial_complaints)
1218 (test_serial_complaints, test_short_complaints): Call
1219 complaint_internal instead of complaint.
1220
280ca31f
DT
12212017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
1222
1223 * gdb.threads/tls-core.c: New file.
1224 * gdb.threads/tls-core.exp: Likewise.
1225
b5ec771e
PA
12262017-11-08 Pedro Alves <palves@redhat.com>
1227
1228 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
1229 (p Exported_Capitalized): New test.
1230 (p exported_capitalized): New test.
1231
a02b41a7
PA
12322017-11-07 Pedro Alves <palves@redhat.com>
1233
1234 * gdb.cp/ena-dis-br-range.exp: Add more tests.
1235
95e95a6d
PA
12362017-11-07 Pedro Alves <palves@redhat.com>
1237
1238 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
1239 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
1240 (disable_invalid, disable_inverted, disable_negative): New
1241 procedures.
1242 ("bad numbers"): New set of tests.
1243
cee62dbd
PA
12442017-11-07 Pedro Alves <palves@redhat.com>
1245
1246 * gdb.cp/ena-dis-br-range.exp: Add tests.
1247
cc638e86
PA
12482017-11-07 Pedro Alves <palves@redhat.com>
1249
1250 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
1251
d0fe4701
XR
12522017-11-07 Xavier Roirand <roirand@adacore.com>
1253 Pedro Alves <palves@redhat.com>
1254
1255 * gdb.base/ena-dis-br.exp: Add reference to
1256 gdb.cp/ena-dis-br-range.exp.
1257 * gdb.cp/ena-dis-br-range.exp: New file.
1258 * gdb.cp/ena-dis-br-range.cc: New file.
1259
46f67f80
PA
12602017-11-06 Pedro Alves <palves@redhat.com>
1261
1262 * gdb.base/attach-non-pgrp-leader.c: New.
1263 * gdb.base/attach-non-pgrp-leader.exp: New.
1264
726e1356
PA
12652017-11-06 Pedro Alves <palves@redhat.com>
1266
1267 * configure.ac: No longer check for termio.h and sgtty.h.
1268 * configure: Regenerate.
1269 * remote-utils.c: Include termios.h instead of gdb_termios.h.
1270 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
1271 Remove termio and sgtty code.
1272
50ab6ace
YQ
12732017-11-03 Yao Qi <yao.qi@linaro.org>
1274
1275 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
1276 in GDB is disabled.
1277
8e68731c
YQ
12782017-11-03 Yao Qi <yao.qi@linaro.org>
1279
1280 * gdb.python/py-thrhandle.exp: Skip it if python is not
1281 enabled.
1282
3a87ae65
SM
12832017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
1284
1285 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
1286 as a breakpoint command.
1287
484d8d36
MD
12882017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
1289
1290 PR python/21213
1291 * gdb.python/py-infthread.exp: Test calling
1292 InferiorThread.inferior () multiple times in a row.
1293
4a27f119
KS
12942017-10-27 Keith Seitz <keiths@redhat.com>
1295
1296 * gdb.opt/inline-break.exp (break_info_1): New procedure.
1297 Test "info break" for every inlined function breakpoint.
1298
bb11dd58
YQ
12992017-10-27 Yao Qi <yao.qi@linaro.org>
1300
1301 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
1302
a43f3893
PF
13032017-10-26 Patrick Frants <osscontribute@gmail.com>
1304
1305 * gdb.cp/classes.exp (test_static_members): Test printing
1306 Outer::instance.
1307 * gdb.cp/classes.c (struct Inner, struct Outer): New.
1308 (Inner::instance, Outer::instance): New.
1309
792ccf00
PA
13102017-10-24 Pedro Alves <palves@redhat.com>
1311
1312 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
1313 extra console" test in two stages.
1314
eb2bfbad
PA
13152017-10-24 Pedro Alves <palves@redhat.com>
1316
1317 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
1318
1f75a651
PA
13192017-10-24 Pedro Alves <palves@redhat.com>
1320
1321 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
1322 loop.
1323
779990d9
PA
13242017-10-24 Pedro Alves <palves@redhat.com>
1325
1326 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
1327 $attempt" and "stoppedtry $stoppedtry" test prefixes.
1328
ad9b8f5d
PA
13292017-10-24 Pedro Alves <palves@redhat.com>
1330
1331 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
1332 parameter and handle it. Don't output read value in test name.
1333
fee6da6e
PA
13342017-10-24 Pedro Alves <palves@redhat.com>
1335
1336 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
1337 custom test name.
1338
10389c2c
PA
13392017-10-24 Pedro Alves <palves@redhat.com>
1340
1341 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
1342 include the unstable output directory name in the test's name.
1343 (initial_setup_simple) <'set args'>: Use custom test name.
1344
a80e65a9
PA
13452017-10-24 Pedro Alves <palves@redhat.com>
1346
1347 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
1348 with explicit test name.
1349
15763a09
PA
13502017-10-20 Pedro Alves <palves@redhat.com>
1351
1352 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
1353 'wait -i'. Use gdb_assert and remote_close.
1354
49a4ce2e
AB
13552017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
1356
1357 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
1358 number from variable rather than hard-coded.
1359
a75868f5
PA
13602017-10-19 Pedro Alves <palves@redhat.com>
1361
1362 * gdb.base/long-inferior-output.c: New file.
1363 * gdb.base/long-inferior-output.exp: New file.
1364
c8ba13ad
KS
13652017-11-18 Keith Seitz <keiths@redhat.com>
1366
1367 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
1368 method.
1369 (main): Call it.
1370 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
1371 Add additional user-defined conversion operator tests.
1372
b27de576
PA
13732017-10-17 Pedro Alves <palves@redhat.com>
1374
1375 * boards/native-stdio-gdbserver.exp: Load "local-board".
1376
8484c955
PA
13772017-10-17 Pedro Alves <palves@redhat.com>
1378
1379 * gdb.base/quit-live.c: New file.
1380 * gdb.base/quit-live.exp: New file.
1381
83d5a34d
KS
13822017-10-16 Keith Seitz <keiths@redhat.com>
1383
1384 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
1385 (class_with_protected_typedef, class_with_private_typedef)
1386 (struct_with_public_typedef, struct_with_protected_typedef)
1387 (struct_with_private_typedef): New classes/structs.
1388 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
1389 typedefs and access specifiers.
1390
739b3f1d
PA
13912017-10-16 Pedro Alves <palves@redhat.com>
1392 Simon Marchi <simon.marchi@polymtl.ca>
1393
1394 * README (Local vs Remote vs Native): New section.
1395 * boards/local-board.exp: New file, with bits factored out from
1396 ...
1397 * boards/native-extended-gdbserver.exp: ... here. Load
1398 "local-board".
1399 * boards/native-gdbserver.exp: Load "local-board".
1400 (${board}_spawn, ${board}_exec): Delete.
1401 * boards/native-stdio-gdbserver.exp: Most contents factored out to
1402 ...
1403 * boards/stdio-gdbserver-base.exp: ... this new file.
1404 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
1405 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
1406 procedure.
1407 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
1408 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
1409 stdio_gdbserver_command.
1410 (${board}_get_remote_address, ${board}_get_comm_port)
1411 (${board}_download, ${board}_upload): Delete.
1412 (get_target_remote_pipe_cmd): New.
1413
fe68b953
SM
14142017-10-16 Simon Marchi <simon.marchi@ericsson.com>
1415
1416 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
1417 test_bkpt_deletion, test_bkpt_cond_and_cmds,
1418 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
1419 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
1420 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
1421 remove with_test_prefix.
1422
300b6685
PA
14232017-10-13 Pedro Alves <palves@redhat.com>
1424
1425 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
1426 * gdb.base/annota1.exp: Use it instead of is_remote.
1427 * gdb.base/annota3.exp: Use it instead of is_remote.
1428 * gdb.cp/annota2.exp: Use it instead of is_remote.
1429 * gdb.cp/annota3.exp: Use it instead of is_remote.
1430 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
1431
50500caf
PA
14322017-10-13 Pedro Alves <palves@redhat.com>
1433
1434 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
1435 (test_num_test_vars, run_and_count_vars, find_env)
1436 (test_set_unset_env, test_inherit_env_var): New procedures.
1437 (top level): Use them.
1438
dad0c6d2
PA
14392017-10-13 Pedro Alves <palves@redhat.com>
1440
1441 * lib/selftest-support.exp (selftest_setup): Extend comments, and
1442 also skip on stub-like targets.
1443
8b0553c1
PA
14442017-10-13 Pedro Alves <palves@redhat.com>
1445
1446 PR gdb/22293
1447 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
1448 (top level): Move some tests to ...
1449 (test_not_found): ... this new procedure.
1450 (top level): Call it.
1451
7594f623
PA
14522017-10-13 Pedro Alves <palves@redhat.com>
1453
1454 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
1455 expect different "info terminal" output if testing with a
1456 non-native target.
1457
ebe3b402
PA
14582017-10-13 Pedro Alves <palves@redhat.com>
1459 Simon Marchi <simon.marchi@polymtl.ca>
1460
1461 PR python/12966
1462 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
1463
42f1b161
PA
14642017-10-13 Pedro Alves <palves@redhat.com>
1465
1466 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
1467 already.
1468
8d6ef72b
PA
14692017-10-13 Pedro Alves <palves@redhat.com>
1470
1471 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
1472 is_remote.
1473
d7bcd5b8
PA
14742017-10-13 Pedro Alves <palves@redhat.com>
1475
1476 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
1477 is_remote.
1478
df479dc6
PA
14792017-10-13 Pedro Alves <palves@redhat.com>
1480
1481 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
1482 is set.
1483 (corefile_test_attach): Likewise. Check can_spawn_for_attach
1484 instead of is_remote.
1485
23fb630a
PA
14862017-10-13 Pedro Alves <palves@redhat.com>
1487
1488 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
1489 (top level): Add comment.
1490
cc77b1dc
PA
14912017-10-13 Pedro Alves <palves@redhat.com>
1492
1493 * gdb.base/remote.exp (top level): Fix comment typo and add
1494 missing return.
1495
27c9e813
PA
14962017-10-13 Pedro Alves <palves@redhat.com>
1497 Simon Marchi <simon.marchi@polymtl.ca>
1498
1499 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
1500 calls and add comments. Skip test if use_gdb_stub is set.
1501 (top level): Use "set cwd" command instead of "cd" command.
1502
5e830d98
PA
15032017-10-13 Pedro Alves <palves@redhat.com>
1504
1505 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
1506 is_remote target check.
1507
f5ca0032
PA
15082017-10-13 Pedro Alves <palves@redhat.com>
1509
1510 * gdb.base/scope.exp: Use build_executable + clean_restart +
1511 gdb_file_cmd instead of prepare_for_testing and no longer skip
1512 "before run" tests on is_remote target boards. Update comments.
1513 * boards/native-extended-gdbserver.exp
1514 (extended_gdbserver_load_last_file): New, factored out from ...
1515 (gdb_load): ... this. Move further below and add comment.
1516 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
1517
8aed1c0d
PA
15182017-10-12 Pedro Alves <palves@redhat.com>
1519
1520 * gdb.base/attach.exp: Remove references to gdb64.
1521 * gdb.base/dbx.exp: Remove references to gdb64.
1522
cfa34c87
SM
15232017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
1524 Pedro Alves <palves@redhat.com>
1525
1526 * gdb.base/label.exp: Remove is_remote target check.
1527
9192b7de
PA
15282017-10-12 Pedro Alves <palves@redhat.com>
1529
1530 * gdb.base/auvx.exp (coredir): Update comment.
1531 (top level) <core_works>: Use "set cwd" command instead of "cd"
1532 command.
1533
6bf0052d
PA
15342017-10-12 Pedro Alves <palves@redhat.com>
1535 Simon Marchi <simon.marchi@polymtl.ca>
1536
1537 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
1538 target boards.
1539
e48ef82d
PA
15402017-10-12 Pedro Alves <palves@redhat.com>
1541 Simon Marchi <simon.marchi@polymtl.ca>
1542
1543 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
1544 Instead skip if there's any gdb_protocol set.
1545
8d7aea57
SM
15462017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
1547 Pedro Alves <palves@redhat.com>
1548
1549 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
1550
30440677
PA
15512017-10-12 Pedro Alves <palves@redhat.com>
1552 Simon Marchi <simon.marchi@polymtl.ca>
1553
1554 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
1555 instead of on dejagnu remote boards.
1556
4e04f045 15572017-10-12 Pedro Alves <palves@redhat.com>
175654b9 1558 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
1559
1560 * gdb.base/inferior-died.exp: Remove is_remote and isnative
1561 checks. Use build_executable + clean_restart instead of
1562 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
1563 of enabling non-stop after starting gdb.
1564
871a186e
PA
15652017-10-12 Pedro Alves <palves@redhat.com>
1566
1567 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
1568 * gdb.threads/non-ldr-exc-2.exp: Ditto.
1569 * gdb.threads/non-ldr-exc-3.exp: Ditto.
1570 * gdb.threads/non-ldr-exc-4.exp: Ditto.
1571
56d704da
AK
15722017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
1573
1574 * gdb.arch/arc-tdesc-cpu.exp: New file.
1575 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
1576
2f20e312
SM
15772017-10-10 Simon Marchi <simon.marchi@ericsson.com>
1578
1579 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
1580
65630365
PA
15812017-10-10 Pedro Alves <palves@redhat.com>
1582
1583 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
1584 expect CLI output.
1585
bf469271
PA
15862017-10-10 Pedro Alves <palves@redhat.com>
1587
1588 * lib/selftest-support.exp (selftest_setup): Update for
1589 captured_command_loop's prototype change.
1590
777a42f1
PA
15912017-10-09 Pedro Alves <palves@redhat.com>
1592
1593 Test both arch1=>arch2 and arch2=>arch1.
1594
1595 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
1596 (srcfile2, binfile2, march1, march2): Remove globals. Largely
1597 factored out to...
1598 (append_arch1_options, append_arch2_options, append_arch_options)
1599 (build_executables): New procedures.
1600 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
1601 local.
1602 (top level): Add new 'first_arch' testing axis.
1603
cbd2b4e3
PA
16042017-10-09 Pedro Alves <palves@redhat.com>
1605
1606 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
1607 (barrier): New.
1608 (thread_start, all_started): New functions.
1609 (main): Spawn new thread and wait until it is scheduled.
1610 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
1611 option.
1612 (do_test): Add 'selected_thread' parameter. Run to all_started
1613 instead of main. Explicitly set the breakpoint at main. Switch
1614 to the SELECTED_THREAD thread.
1615 (top level): Test handling the exec event with either the main
1616 thread or the second thread selected.
1617
5c9e4427
PA
16182017-10-09 Pedro Alves <palves@redhat.com>
1619
1620 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
1621 logic. Move STOP marker after the value checks.
1622 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
1623 regexp.
1624
b3b7c423
SL
16252017-10-06 Sandra Loosemore <sandra@codesourcery.com>
1626
1627 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
1628
3b4b2f16
UW
16292017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
1630
1631 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
1632 integer-to-dfp conversion.
1633 * gdb.base/dfp-test.exp: Likewise.
1634
5cd63fda
PA
16352017-10-04 Pedro Alves <palves@redhat.com>
1636
1637 * gdb.multi/hangout.c: Include <unistd.h>.
1638 (hangout_loop): New function.
1639 (main): Call alarm. Call hangout_loop in a loop.
1640 * gdb.multi/hello.c: Include <unistd.h>.
1641 (hello_loop): New function.
1642 (main): Call alarm. Call hangout_loop in a loop.
1643 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
1644 inferior with the other selected.
1645
4c71c105
SM
16462017-10-04 Simon Marchi <simon.marchi@ericsson.com>
1647
1648 * gdb.mi/list-thread-groups-available.exp: New file.
1649 * gdb.mi/list-thread-groups-available.c: New file.
1650
bc3b087d
SDJ
16512017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1652
1653 * gdb.base/set-cwd.exp: Make it available on
1654 native-extended-gdbserver.
1655
d092c5a2
SDJ
16562017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1657
1658 * gdb.base/set-cwd.c: New file.
1659 * gdb.base/set-cwd.exp: Likewise.
1660
45320ffa
TT
16612017-10-02 Tom Tromey <tom@tromey.com>
1662
1663 PR rust/22236:
1664 * gdb.rust/simple.rs (main): New variable "fslice".
1665 * gdb.rust/simple.exp: Add slice tests. Update string tests.
1666
b3e3859b
TT
16672017-10-02 Tom Tromey <tom@tromey.com>
1668
1669 * gdb.rust/simple.exp: Test ptype of a slice.
1670
01af5e0d
TT
16712017-10-02 Tom Tromey <tom@tromey.com>
1672
1673 * gdb.rust/simple.exp: Test index of slice.
1674
a9bbfbd8
TT
16752017-09-27 Tom Tromey <tom@tromey.com>
1676
1677 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
1678
df8899e5
TP
16792017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
1680 Pedro Alves <palves@redhat.com>
1681
1682 * gdb.base/compare-sections.exp (get value of read-only section): Read
1683 as unsigned value.
1684 (corrupt read-only section): Likewise and don't set written if patching
1685 failed.
1686
757bf54b
KB
16872017-09-21 Kevin Buettner <kevinb@redhat.com>
1688
1689 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
1690 files.
1691
06871ae8
PA
16922017-09-20 Pedro Alves <palves@redhat.com>
1693
1694 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
1695 symbol names in gdb's output.
1696 * gdb.cp/overload.exp ("list all overloads"): Likewise.
1697
e5f25bc5
PA
16982017-09-20 Pedro Alves <palves@redhat.com>
1699
1700 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
1701 Rename to ...
1702 (test_list_ambiguous_symbol): ... this and add a symbol name
1703 parameter. Adjust.
1704 (test_list_ambiguous_function): Reimplement on top of
1705 test_list_ambiguous_symbol and also test listing ambiguous
1706 variables.
1707 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
1708 (ambiguous_fun): ... this.
1709 (ambiguous_var): New.
1710 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
1711 (ambiguous_fun): ... this.
1712 (ambiguous_var): New.
1713
4e5a4f58
JB
17142017-09-19 John Baldwin <jhb@FreeBSD.org>
1715
1716 * gdb.base/starti.c: New file.
1717 * gdb.base/starti.exp: New file.
1718 * lib/gdb.exp (gdb_starti_cmd): New procedure.
1719
26e53f3e
PA
17202017-09-14 Pedro Alves <palves@redhat.com>
1721
1722 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
1723 (top level): Use it instead of runto.
1724
cb791d59
TT
17252017-09-11 Tom Tromey <tom@tromey.com>
1726
1727 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
1728
7c96f8c1
TT
17292017-09-11 Tom Tromey <tom@tromey.com>
1730
1731 * gdb.python/py-infthread.exp: Add tests for new_thread event.
1732 * gdb.python/py-inferior.exp: Add tests for new inferior events.
1733
469412dd
CW
17342017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
1735
1736 * gdb.fortran/printing-types.exp: New file.
1737 * gdb.fortran/printing-types.exp: New file.
1738
e0f86435
BH
17392017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
1740
1741 * gdb.fortran/vla-ptype.exp: Fix typos.
1742 * gdb.fortran/vla-value.exp: Same.
1743
9e9af4be
BH
17442017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
1745
1746 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
1747 * gdb.mi/mi-var-child-f.exp: Likewise.
1748 * gdb.mi/mi-vla-fortran.exp: Likewise.
1749
a5ad232b
FP
17502017-09-08 Frank Penczek <frank.penczek@intel.com>
1751 Christoph Weinmann <christoph.t.weinmann@intel.com>
1752 Bernhard Heckel <bernhard.heckel@intel.com>
1753
1754 * gdb.fortran/ptr-indentation.f90: New file.
1755 * gdb.fortran/ptr-indentation.exp: New file.
1756
5aec60eb
TT
17572017-09-05 Tom Tromey <tom@tromey.com>
1758
1759 PR gdb/22010:
1760 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
1761
8f8f8152
TP
17622017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
1763
1764 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
1765
fbd1b771
JK
17662017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1767
1768 * gdb.threads/tls-nodebug-pie.c: New file.
1769 * gdb.threads/tls-nodebug-pie.exp: New file.
1770
5eb5f850
TT
17712017-09-05 Tom Tromey <tom@tromey.com>
1772
1773 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
1774 for rust.
1775
ae780a21
SM
17762017-09-05 Simon Marchi <simon.marchi@ericsson.com>
1777
1778 * gdb.multi/multi-arch-exec.exp: Test with different
1779 "follow-exec-mode" settings.
1780 (do_test): New procedure.
1781
3693fdb3
PA
17822017-09-04 Pedro Alves <palves@redhat.com>
1783
1784 * gdb.base/func-static.c (S::method const, S::method volatile)
1785 (S::method volatile const): New methods.
1786 (c_s, v_s, cv_s): New instances.
1787 (main): Call method() on them.
1788 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
1789 (cannot_resolve): New procedure.
1790 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
1791 print-quote-unquoted columns.
1792 (do_test): Test printing each scope too.
1793
e68cb8e0
PA
17942017-09-04 Pedro Alves <palves@redhat.com>
1795
1796 * gdb.base/local-static.exp: Also test with
1797 class::method::variable wholly quoted.
1798 * gdb.cp/m-static.exp (class::method::variable): Remove test.
1799
858be34c
PA
18002017-09-04 Pedro Alves <palves@redhat.com>
1801
1802 * gdb.base/local-static.c: New.
1803 * gdb.base/local-static.cc: New.
1804 * gdb.base/local-static.exp: New.
1805
46a4882b
PA
18062017-09-04 Pedro Alves <palves@redhat.com>
1807
1808 * gdb.asm/asm-source.exp: Add casts to int.
1809 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
1810 (dataglobal64_1, dataglobal64_2): New globals.
1811 * gdb.base/nodebug.exp: Test different expressions involving the
1812 new globals, with print, whatis and ptype. Add casts to int.
1813 * gdb.base/solib-display.exp: Add casts to int.
1814 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
1815 * gdb.cp/m-static.exp: Add cast to int.
1816 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
1817 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
1818 tls variable with no debug info without a cast. Test with a cast
1819 to int too.
1820 * gdb.trace/entry-values.exp: Add casts.
1821
2c5a2be1
PA
18222017-09-04 Pedro Alves <palves@redhat.com>
1823
1824 * gdb.base/nodebug.exp: Test that ptype's error about functions
1825 with unknown return type includes the function name too.
1826
7022349d
PA
18272017-09-04 Pedro Alves <palves@redhat.com>
1828
1829 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
1830 return type of munmap in infcall.
1831 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
1832 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
1833 type of ftell in infcall.
1834 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
1835 type of getpid in infcall.
1836 * gdb.base/infcall-exec.exp: Cast return type of execlp in
1837 infcall.
1838 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
1839 Bail on failure to extract the pid.
1840 * gdb.base/nodebug.c: #include <stdint.h>.
1841 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
1842 New functions.
1843 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
1844 Change expected output of print/whatis/ptype with functions with
1845 no debug info. Test all supported languages. Call
1846 test_call_promotion.
1847 * gdb.compile/compile.exp: Adjust expected output to expect
1848 warning.
1849 * gdb.threads/siginfo-threads.exp: Likewise.
1850
54990598
PA
18512017-09-04 Pedro Alves <palves@redhat.com>
1852
1853 * gdb.base/callfuncs.exp (do_function_calls): New parameter
1854 "prototypes". Test calling float functions via prototyped and
1855 unprototyped function pointers.
1856 (perform_all_tests): New parameter "prototypes". Pass it down.
1857 (top level): Pass down "prototypes" parameter to
1858 perform_all_tests.
1859
34d16ea2
SM
18602017-09-04 Simon Marchi <simon.marchi@ericsson.com>
1861
1862 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
1863 Test with nested loops.
1864
9521ecda
SM
18652017-09-04 Simon Marchi <simon.marchi@ericsson.com>
1866
1867 * gdb.base/commands.exp: Call the new procedures.
1868 (loop_break_test, loop_continue_test): New procedures.
1869
80a65e9b
SM
18702017-09-04 Simon Marchi <simon.marchi@ericsson.com>
1871
1872 * gdb.base/commands.exp: Call new procedure.
1873 (define_if_without_arg_test): New procedure.
1874
e439fa14
PA
18752017-09-04 Pedro Alves <palves@redhat.com>
1876
1877 * gdb.base/list-ambiguous.exp: New file.
1878 * gdb.base/list-ambiguous0.c: New file.
1879 * gdb.base/list-ambiguous1.c: New file.
1880 * gdb.base/list.exp (test_list_range): Adjust expected output.
1881
0a2dde4a
SDJ
18822017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
1883
1884 * gdb.base/share-env-with-gdbserver.c: New file.
1885 * gdb.base/share-env-with-gdbserver.exp: Likewise.
1886
5e89eb3a
SM
18872017-08-28 Simon Marchi <simon.marchi@ericsson.com>
1888
1889 * gdb.base/commands.exp (gdbvar_simple_if_test,
1890 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
1891 progvar_simple_if_test, progvar_simple_while_test,
1892 progvar_complex_if_while_test, user_defined_command_test,
1893 user_defined_command_args_eval,
1894 user_defined_command_args_stack_test,
1895 user_defined_command_manyargs_test, bp_deleted_in_command_test,
1896 temporary_breakpoint_commands,
1897 gdb_test_no_prompt, redefine_hook_test,
1898 redefine_backtrace_test): Remove "global gdb_prompt".
1899
fd437cbc
SM
19002017-08-28 Simon Marchi <simon.marchi@ericsson.com>
1901
1902 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
1903 New proc, call it from toplevel.
1904
87215ad1
SDJ
19052017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
1906
1907 PR remote/21852
1908 * gdb.server/normal.c: New file, copied from gdb.base.
1909 * gdb.server/run-without-local-binary.exp: New file.
1910
58afddc6
WP
19112017-08-07 Weimin Pan <weimin.pan@oracle.com>
1912
1913 * gdb.arch/sparc64-adi.exp: New file.
1914 * gdb.arch/sparc64-adi.c: New file.
1915
5277199a
PA
19162017-08-22 Pedro Alves <palves@redhat.com>
1917
1918 * gdb.cp/overload.exp (line_range_pattern): New procedure.
1919 (top level): Add "list all overloads" tests.
1920
14278e1f
TT
19212017-08-22 Tom Tromey <tom@tromey.com>
1922
1923 * gdb.gdb/xfullpath.exp: Remove.
1924
bf223d3e
PA
19252017-08-21 Pedro Alves <palves@redhat.com>
1926
1927 PR gdb/19487
1928 * gdb.base/symbol-alias.c: New.
1929 * gdb.base/symbol-alias2.c: New.
1930 * gdb.base/symbol-alias.exp: New.
1931
c973d0aa
PA
19322017-08-21 Pedro Alves <palves@redhat.com>
1933
1934 * gdb.base/dfp-test.c
1935 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
1936 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
1937 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
1938 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
1939 * gdb.base/whatis-ptype-typedefs.c: New.
1940 * gdb.base/whatis-ptype-typedefs.exp: New.
1941 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
1942 (an_int, an_int_type, an_int_type2): New globals.
1943 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
1944 involving typedefs and cast expressions.
1945 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
1946 (lookup_typedefs_function): New.
1947 (typedefs_pretty_printers_dict): New.
1948 (top level): Register lookup_typedefs_function in
1949 gdb.pretty_printers.
1950
6d580b63
YQ
19512017-08-18 Yao Qi <yao.qi@linaro.org>
1952
1953 * gdb.server/unittest.exp: New.
1954
206726fb
SDJ
19552017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
1956
1957 PR gdb/21954
1958 * gdb.base/environ.exp: Add test to check if 'unset environment'
1959 works.
1960
bf0ec4c2
AA
19612017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
1962
1963 * lib/gdb.exp (universal_compile_options): New caching proc.
1964 (gdb_compile): Suppress GCC's coloring of messages.
1965
d6382fff
TT
19662017-08-14 Tom Tromey <tom@tromey.com>
1967
1968 PR gdb/21675:
1969 * gdb.base/printcmds.exp (test_radices): New function.
1970 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
1971 * gdb.base/sizeof.exp (check_valueof): Use p/d.
1972 * lib/gdb.exp (get_integer_valueof): Use p/d.
1973
c2c2dd9f
SM
19742017-08-12 Simon Marchi <simon.marchi@ericsson.com>
1975
1976 * lib/gdb.exp (get_valueof): Don't capture end-of-line
1977 characters.
1978
fdffd6f4
TT
19792017-08-05 Tom Tromey <tom@tromey.com>
1980
1981 * gdb.rust/simple.exp: Allow String to appear in a different
1982 namespace.
1983
27d41eac
YQ
19842017-07-26 Yao Qi <yao.qi@linaro.org>
1985
1986 * gdb.gdb/unittest.exp: Invoke command
1987 "maintenance check xml-descriptions".
1988
031ed05d
AA
19892017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
1990
1991 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
1992 calling context.
1993 (hex128): Drop erroneous calculation of parameters.
1994
dcd27ddf
SM
19952017-07-22 Simon Marchi <simon.marchi@ericsson.com>
1996
1997 * gdb.python/py-unwind.exp: Disable stack protection when
1998 building test file.
1999
47e77640
PA
20002017-07-20 Pedro Alves <palves@redhat.com>
2001
2002 * gdb.base/default.exp (set language): Adjust expected output.
2003
62d2a18a
PA
20042017-07-20 Pedro Alves <palves@redhat.com>
2005
2006 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
2007 (test_minsym): ... this, and make static.
2008 (get_pck__foo__bar__minsym): Rename to ...
2009 (get_test_minsym): ... this.
2010 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
2011 symbol names and comments.
2012 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
2013 (get_test_minsym): ... this.
2014 (pck__foo__bar__minsym__2): Rename to ...
2015 (test_minsym): ... this.
2016 (main): Adjust.
2017
c45ec17c
PA
20182017-07-17 Pedro Alves <palves@redhat.com>
2019
2020 * gdb.base/completion.exp: Adjust expected output.
2021 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
2022 the completer works.
2023
c6756f62
PA
20242017-07-17 Pedro Alves <palves@redhat.com>
2025
2026 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
2027
5bd68487
AB
20282017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
2029
2030 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
2031
8880f2a9
TT
20322017-07-14 Tom Tromey <tom@tromey.com>
2033
2034 PR rust/21764:
2035 * gdb.rust/simple.exp: Add tests.
2036
65547233
TT
20372017-07-14 Tom Tromey <tom@tromey.com>
2038
2039 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
2040
8f14146e
PA
20412017-07-14 Pedro Alves <palves@redhat.com>
2042
2043 * gdb.linespec/base/one/thefile.cc (z1): New function.
2044 * gdb.linespec/base/two/thefile.cc (z2): New function.
2045 * gdb.linespec/linespec.exp: Add tests.
2046
b4365d02
AB
20472017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
2048
2049 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
2050 to mi_create_breakpoint.
2051
5d2cbaa5
AB
20522017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
2053
2054 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
2055 mi_create_breakpoint.
2056
11cb5716
IB
20572017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
2058
2059 * gdb.dlang/demangle.exp: Update for demangling changes.
2060
03278692
TT
20612017-07-09 Tom Tromey <tom@tromey.com>
2062
2063 * gdb.dwarf2/shortpiece.exp: New file.
2064
33c5cd75
DB
20652017-07-06 David Blaikie <dblaikie@gmail.com>
2066
2067 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
2068 built from fissiont-multi-cu{1,2}.c.
2069 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
2070 except putting 'main' and 'func' in separate CUs in the same DWO file.
2071 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
2072 test.
2073 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
2074 test.
2075
8455d262
PA
20762017-07-06 Pedro Alves <palves@redhat.com>
2077
2078 * gdb.python/py-unwind.exp: Test flushregs.
2079
dc4bde35
SDJ
20802017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
2081
2082 PR cli/21688
2083 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
2084 tests for alias commands and trailing whitespace.
2085
51ed89aa
SDJ
20862017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
2087
2088 PR cli/21688
2089 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
2090 procedure. Call it.
2091
eb17d413
PA
20922017-06-29 Pedro Alves <palves@redhat.com>
2093
2094 * gdb.base/printcmds.exp: Add tests.
2095
41664b45
DG
20962017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
2097
2098 PR gdb/21337
2099 * gdb.base/reread-readsym.exp: New file.
2100 * gdb.base/reread-readsym.c: New file.
2101
75312ae3
KB
21022017-06-21 Kevin Buettner <kevinb@redhat.com>
2103
2104 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
2105 subpattern.
2106
66953522
PB
21072017-06-19 Peter Bergner <bergner@vnet.ibm.com>
2108
2109 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
2110 extended mnemonic.
2111 * gdb.arch/powerpc-power9.s: Likewise.
2112
5524b525
AA
21132017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2114
2115 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
2116 on 32-bit x86 targets. Exploit is_*_target macros where
2117 appropriate.
2118
03c8af18
AA
21192017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2120
2121 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
2122 register pieces.
2123
3bf31011
AA
21242017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2125
2126 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
2127 located in one or more DWARF pieces.
2128
805acca0
AA
21292017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2130
2131 * lib/gdb.exp (get_endianness): New proc.
2132 * gdb.arch/aarch64-fp.exp: Use it.
2133 * gdb.arch/altivec-regs.exp: Likewise.
2134 * gdb.arch/e500-regs.exp: Likewise.
2135 * gdb.arch/vsx-regs.exp: Likewise.
2136 * gdb.base/dump.exp: Likewise.
2137 * gdb.base/funcargs.exp: Likewise.
2138 * gdb.base/gnu_vector.exp: Likewise.
2139 * gdb.dwarf2/formdata16.exp: Likewise.
2140 * gdb.dwarf2/implptrpiece.exp: Likewise.
2141 * gdb.dwarf2/nonvar-access.exp: Likewise.
2142 * gdb.python/py-inferior.exp: Likewise.
2143 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
2144
e9352324
AA
21452017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2146
2147 PR gdb/21226
2148 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
2149 stack value pieces are taken from the LSB end.
2150
d5d1163e
AA
21512017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2152
2153 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
2154 variable at nonzero offset.
2155
0567c986
AA
21562017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2157
2158 * gdb.dwarf2/var-access.c: New file.
2159 * gdb.dwarf2/var-access.exp: New test.
2160 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
2161
973e9aab
TT
21622017-06-12 Tom Tromey <tom@tromey.com>
2163
2164 * gdb.dwarf2/formdata16.exp: Add tests.
2165
d9109c80
TT
21662017-06-12 Tom Tromey <tom@tromey.com>
2167
2168 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
2169
30a25466
TT
21702017-06-12 Tom Tromey <tom@tromey.com>
2171
2172 PR exp/16225:
2173 * gdb.reverse/i386-sse-reverse.exp: Update tests.
2174 * gdb.arch/vsx-regs.exp: Update tests.
2175 * gdb.arch/s390-vregs.exp (hex128): New proc.
2176 Update test.
2177 * gdb.arch/altivec-regs.exp: Update tests.
2178
aefd8b33
SDJ
21792017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
2180
2181 * gdb.base/startup-with-shell.c: New file.
2182 * gdb.base/startup-with-shell.exp: Likewise.
2183
2090129c
SDJ
21842017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
2185
2186 * gdb.server/non-existing-program.exp: Update regex in order to
2187 reflect the fact that gdbserver is now using fork_inferior (with a
2188 shell) to startup the inferior.
2189
8e86a419
SM
21902017-05-30 Simon Marchi <simon.marchi@ericsson.com>
2191
2192 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
2193 support function calls from GDB.
2194
e6cf65f2
TT
21952017-05-21 Tom Tromey <tom@tromey.com>
2196
2197 PR rust/21466:
2198 * gdb.rust/unsized.exp: New file.
2199 * gdb.rust/unsized.rs: New file.
2200
43cc5389
TT
22012017-05-19 Tom Tromey <tom@tromey.com>
2202
2203 PR rust/21484:
2204 * gdb.rust/watch.exp: New file.
2205 * gdb.rust/watch.rs: New file.
2206
ec8df234
TT
22072017-05-18 Tom Tromey <tom@tromey.com>
2208
2209 * gdb.rust/simple.exp: Allow Box to be qualified.
2210
3e3e7fae
TP
22112017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
2212
2213 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
2214
59cc050d
PA
22152017-05-18 Pedro Alves <palves@redhat.com>
2216
2217 * gdb.base/fileio.c (test_write, test_read, test_close)
2218 (test_fstat): Don't print 'ret' in the fail path.
2219
c8f6abd1
PA
22202017-05-18 Pedro Alves <palves@redhat.com>
2221
2222 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
2223 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
2224 (test_system, test_rename, test_unlink, test_time): Change
2225 prototypes.
2226 * gdb.base/fileio.exp (stop_msg): Adjust.
2227
d2a03b77
PA
22282017-05-18 Pedro Alves <palves@redhat.com>
2229
2230 * gdb.base/fileio.c (null_str): New global.
2231 (test_stat): Use it.
2232 * gdb.base/fileio.exp: Remove nowarnings.
2233
0d5c6999
YQ
22342017-05-17 Yao Qi <yao.qi@linaro.org>
2235
2236 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
2237
21873064
YQ
22382017-05-17 Simon Marchi <simon.marchi@ericsson.com>
2239
2240 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
2241 argument command.
2242 (top-level): Invoke test_set_inferior_tty.
2243
d512d31c
PA
22442017-05-04 Pedro Alves <palves@redhat.com>
2245
2246 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
2247 Add parens to print call for Python 3.
2248
90cef2ed
KS
22492017-05-03 Keith Seitz <keiths@redhat.com>
2250
2251 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
2252 (main): Call it.
2253
14f819c8
TW
22542017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2255
2256 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
2257 to prev and next.
2258
913aeadd
TW
22592017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2260
2261 * gdb.python/py-record-btrace.exp: Remove test for
2262 gdb.BtraceInstruction.error.
2263
a3be24ad
TW
22642017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2265
2266 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
2267
ae20e79a
TW
22682017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2269
2270 * gdb.python/py-record-btrace-threads.c: New file.
2271 * gdb.python/py-record-btrace-threads.exp: New file.
2272
45ce1b47
SDJ
22732017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
2274
2275 PR testsuite/8595
2276 * gdb.base/environ.exp: Make test available in all architectures.
2277 Move bits related to "info program" testing to
2278 gdb.base/info-program.exp. Rewrite tests to use the two new
2279 procedures mentione below.
2280 (test_set_show_env_var) New procedure.
2281 (test_set_show_env_var_equal): Likewise.
2282 * gdb.base/info-program.exp: New file.
2283
e15c3eb4
KS
22842017-04-27 Keith Seitz <keiths@redhat.com>
2285
2286 * gdb.cp/oranking.cc (test15): New function.
2287 (main): Call test15 and declare additional variables for testing.
2288 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
2289 "p foo101('abc')" tests.
2290 Add tests for cv qualifier overloads.
2291 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
2292 "lvalue reference overload" test.
2293 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
2294 "print value of f1 on Child&& in f2" test.
2295
3a3fd0fd
PA
22962017-04-19 Pedro Alves <palves@redhat.com>
2297
2298 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
2299 procedure.
2300 (top level): Call it.
2301 * lib/gdb.exp (gdb_define_cmd): New procedure.
2302
53375380
PA
23032017-04-12 Pedro Alves <palves@redhat.com>
2304
2305 PR gdb/21323
2306 * gdb.cp/wide_char_types.c: Include <wchar.h>.
2307 (wchar): New global.
2308 * gdb.cp/wide_char_types.exp (wide_char_types_program)
2309 (do_test_wide_char, wide_char_types_no_program, top level): Add
2310 wchar_t testing.
2311
53e710ac
PA
23122017-04-12 Pedro Alves <palves@redhat.com>
2313
2314 PR c++/21323
2315 * gdb.cp/wide_char_types.c: New file.
2316 * gdb.cp/wide_char_types.exp: New file.
2317
0ad9d8c7
SDJ
23182017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
2319
2320 PR gdb/21352
2321 * gdb.trace/tsv.exp: Add test for "tsave -r".
2322
b1b45502
IB
23232017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
2324
2325 * gdb.dlang/watch-loc.c: New file.
2326 * gdb.dlang/watch-loc.exp: New file.
2327
ec13808e
JK
23282017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2329
2330 * gdb.python/py-section-script.exp (sepdebug): New testcases.
2331
fe5f7374
AK
23322017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
2333
2334 * gdb.arch/arc-analyze-prologue.S: New file.
2335 * gdb.arch/arc-analyze-prologue.exp: Likewise.
2336
eea78757
AK
23372017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
2338
2339 * gdb.arch/arc-decode-insn.S: New file.
2340 * gdb.arch/arc-decode-insn.exp: Likewise.
2341
5badf10a
IR
23422017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
2343
2344 PR tdep/20928
2345 * gdb.arch/sparc64-regs.exp: New file.
2346 * gdb.arch/sparc64-regs.S: Likewise.
2347
cee59b3f
TW
23482017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
2349
2350 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
2351 and memory view on Python 3.
2352
c0f55cc6
AV
23532017-03-20 Artemiy Volkov <artemiyv@acm.org>
2354 Keith Seitz <keiths@redhat.com>
2355
2356 PR gdb/14441
2357 * gdb.cp/demangle.exp: Add rvalue reference tests.
2358 * gdb.cp/rvalue-ref-casts.cc: New file.
2359 * gdb.cp/rvalue-ref-casts.exp: New file.
2360 * gdb.cp/rvalue-ref-overload.cc: New file.
2361 * gdb.cp/rvalue-ref-overload.exp: New file.
2362 * gdb.cp/rvalue-ref-params.cc: New file.
2363 * gdb.cp/rvalue-ref-params.exp: New file.
2364 * gdb.cp/rvalue-ref-sizeof.cc: New file.
2365 * gdb.cp/rvalue-ref-sizeof.exp: New file.
2366 * gdb.cp/rvalue-ref-types.cc: New file.
2367 * gdb.cp/rvalue-ref-types.exp: New file.
2368 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
2369 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
2370
51457a05
MAL
23712017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2372
2373 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
2374 New procedure.
2375
5b291c04
MAL
23762017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2377
2378 * lib/mi-support.exp (mi_gdb_test): Add additional message
2379 for unexpected output.
2380
59a56148
AA
23812017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
2382
2383 * gdb.base/examine-backward.c (Barrier): New character array
2384 constant, to ensure that TestStrings is preceded by a string
2385 terminator.
2386
7942e96e
AA
23872017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2388
2389 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
2390 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
2391 and implicit pointer into such a location.
2392
6ebac3fb
DE
23932017-03-16 Doug Evans <dje@google.com>
2394
2395 * gdb.python/py-lazy-string (pointer): Really add new typedef.
2396
ec3b243d
TP
23972017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
2398
2399 * gdb.cp/m-static.exp: Fix expectation for prototype of
2400 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
2401
24022017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
2403
2404 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
2405 * gdb.guile/scm-lazy-string.c: New file.
2406 * gdb.guile/scm-value.exp: Move lazy string tests to ...
2407 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
2408 for pointer, array, typedef lazy strings.
2409
2cc36e25 24102017-03-16 Doug Evans <dje@google.com>
34b43320
DE
2411
2412 PR python/17728, python/18439, python/18779
2413 * gdb.python/py-value.c (main) Delete locals sptr, sn.
2414 * gdb.python/py-lazy-string.c (pointer): New typedef.
2415 (main): New locals ptr, array, typedef_ptr.
2416 * gdb.python/py-value.exp: Move lazy string tests to ...
2417 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
2418 array, typedef lazy strings.
ec3b243d 2419
0efcde63
AK
24202017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
2421
2422 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
2423 Add optional 'test' parameter.
2424
7978d7c3
SM
24252017-03-13 Simon Marchi <simon.marchi@ericsson.com>
2426
2427 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
2428 Skip for versions of DejaGnu < 1.5.
2429
896c0c1e
SM
24302017-03-13 Simon Marchi <simon.marchi@ericsson.com>
2431
2432 * lib/gdb.exp (dejagnu_version): New proc.
2433 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
2434 Use dejagnu_version.
2435
5f4d1085
KS
24362017-03-10 Keith Seitz <keiths@redhat.com>
2437
2438 PR c++/8128
2439 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
2440 type from destructor regexps.
2441 Add a branch which actually passes the test.
2442 Adjust "ptype t5i" test names.
2443
1de05205
PA
24442017-03-08 Pedro Alves <palves@redhat.com>
2445
2446 * gdb.base/step-over-exit.exp: Add explicit test message.
2447
c65d6b55
PA
24482017-03-08 Pedro Alves <palves@redhat.com>
2449
2450 PR gdb/18360
2451 * gdb.threads/interrupt-while-step-over.c: New file.
2452 * gdb.threads/interrupt-while-step-over.exp: New file.
2453
2e86a283
PA
24542017-03-08 Pedro Alves <palves@redhat.com>
2455
2456 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
2457 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
2458
25dcbff6
PA
24592017-03-08 Pedro Alves <palves@redhat.com>
2460
2461 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
2462 PKRU as not supported as a PASS.
2463
dc9366eb
PA
24642017-03-08 Pedro Alves <palves@redhat.com>
2465
2466 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
2467 prefix instead of $binfile1/$binfile2.
2468 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
2469 in test message.
2470 * gdb.python/py-completion.exp: Use "load python file" as test
2471 messages instead of unstable path names.
2472
6e5d74e7
PA
24732017-03-08 Pedro Alves <palves@redhat.com>
2474 Jan Kratochvil <jan.kratochvil@redhat.com>
2475
2476 PR cli/21218
2477 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
2478 New proc.
2479 (top level): Call it.
2480
9753a2f6
PA
24812017-03-08 Pedro Alves <palves@redhat.com>
2482
2483 PR tui/21216
2484 * gdb.tui/tui-nl-filtered-output.exp: New file.
2485
1a4dd9dd
PA
24862017-03-08 Pedro Alves <palves@redhat.com>
2487
2488 * gdb.base/completion.exp: Move TUI completion tests to ...
2489 * gdb.tui/completion.exp: ... this new file.
2490
7cbbff33
PA
24912017-03-08 Pedro Alves <palves@redhat.com>
2492
2493 * gdb.base/tui-disasm-long-lines.c,
2494 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
2495 gdb.base/tui-layout.exp: Move to ...
2496 * gdb.tui/: ... this new directory.
2497
5f6fd321
PA
24982017-03-07 Pedro Alves <palves@redhat.com>
2499
2500 * gdb.base/tui-layout.c: New file.
2501 * gdb.base/tui-layout.exp: New file.
2502
44959fa8
PA
25032017-03-07 Pedro Alves <palves@redhat.com>
2504
2505 * gdb.base/tui-layout.c: Rename to ...
2506 * gdb.base/tui-disasm-long-lines.c: ... this.
2507 * gdb.base/tui-layout.exp: Rename to ...
2508 * gdb.base/tui-disasm-long-lines.exp: ... this.
2509
f8c4e718
PA
25102017-03-07 Pedro Alves <palves@redhat.com>
2511
2512 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
2513
6dbb839a 25142017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
2515
2516 * i386-mpx-call.c: New file.
2517 * i386-mpx-call.exp: New file.
2518
65b48a81
PB
25192017-02-28 Peter Bergner <bergner@vnet.ibm.com>
2520
2521 * gdb.arch/powerpc-power.exp: Delete test.
2522 * gdb.arch/powerpc-power.s: Likewise.
2523 * gdb.disasm/disassembler-options.exp: New test.
2524 * gdb.arch/powerpc-altivec.exp: Likewise.
2525 * gdb.arch/powerpc-altivec.s: Likewise.
2526 * gdb.arch/powerpc-altivec2.exp: Likewise.
2527 * gdb.arch/powerpc-altivec2.s: Likewise.
2528 * gdb.arch/powerpc-altivec3.exp: Likewise.
2529 * gdb.arch/powerpc-altivec3.s: Likewise.
2530 * gdb.arch/powerpc-power7.exp: Likewise.
2531 * gdb.arch/powerpc-power7.s: Likewise.
2532 * gdb.arch/powerpc-power8.exp: Likewise.
2533 * gdb.arch/powerpc-power8.s: Likewise.
2534 * gdb.arch/powerpc-power9.exp: Likewise.
2535 * gdb.arch/powerpc-power9.s: Likewise.
2536 * gdb.arch/powerpc-vsx.exp: Likewise.
2537 * gdb.arch/powerpc-vsx.s: Likewise.
2538 * gdb.arch/powerpc-vsx2.exp: Likewise.
2539 * gdb.arch/powerpc-vsx2.s: Likewise.
2540 * gdb.arch/powerpc-vsx3.exp: Likewise.
2541 * gdb.arch/powerpc-vsx3.s: Likewise.
2542 * gdb.arch/arm-disassembler-options.exp: Likewise.
2543 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
2544 * gdb.arch/s390-disassembler-options.exp: Likewise.
2545
17cd4947
LM
25462017-02-23 Luis Machado <lgustavo@codesourcery.com>
2547
2548 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
2549 (check_supported_features): ... this. Changed return type to void.
2550 (supports_rdseed): New static global.
2551 (rdseed): Check supports_rdseed.
2552 (initialize): Call check_supported_features.
2553
2039d74e
EBM
25542017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2555
2556 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
2557 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
2558 and lqarx/stqcx.
2559 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
2560 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
2561
a51d7ecf
EBM
25622017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2563
2564 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
2565 uppercase.
2566
0224619f
JK
25672017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2568
2569 * gdb.dwarf2/formdata16.c: New file.
2570 * gdb.dwarf2/formdata16.exp: New file.
2571 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
2572
216f72a1
JK
25732017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2574
2575 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
2576 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
2577 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
2578 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
2579 DW_AT_GNU_*.
2580
43988095
JK
25812017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2582
2583 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
2584
99e8a4f9
SDJ
25852017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
2586
2587 PR gdb/21164
2588 * gdb.base/maint.exp: Add testcases for when the commands do
2589 not have arguments.
2590
b58a8c0c
TP
25912017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
2592
2593 * gdb.cp/chained-calls.exp: Use p instead of P.
2594
4e746bb6
TW
25952017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
2596
2597 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
2598 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
2599
3f77c769
TT
26002017-02-14 Tom Tromey <tom@tromey.com>
2601
2602 PR python/13598:
2603 * gdb.python/py-events.exp: Add before_prompt event tests.
2604
075beec0
AA
26052017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2606
2607 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
2608
bf5f525c
LM
26092017-02-13 Luis Machado <lgustavo@codesourcery.com>
2610
2611 * gdb.linespec/explicit.c (my_unique_function_name): New function.
2612 (main): Call my_unique_function_name.
2613 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
2614 completion of patterns with a single match.
2615 Add missing -re switches to gdb_test_multiple calls.
2616
13a66184
LM
26172017-02-13 Luis Machado <lgustavo@codesourcery.com>
2618
2619 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
2620 return if core file is not recognized.
2621
26a06916
SM
26222017-02-10 Simon Marchi <simon.marchi@ericsson.com>
2623
2624 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
2625 and extra UIs.
2626
b761ca9e
SM
26272017-02-10 Simon Marchi <simon.marchi@ericsson.com>
2628
2629 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
2630 proc_with_prefix.
2631
b964bee0
TT
26322017-02-10 Tom Tromey <tom@tromey.com>
2633
2634 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
2635
18da0c51
MG
26362017-02-10 Martin Galvan <martingalvan@sourceware.org>
2637
2638 PR gdb/21122
2639 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
2640
604c4576
JG
26412017-02-08 Jerome Guitton <guitton@adacore.com>
2642
2643 * gdb.base/define.exp: Add test for command abbreviations
2644 in define.
2645
20b477a7
LM
26462017-02-06 Luis Machado <lgustavo@codesourcery.com>
2647
2648 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
2649 * gdb.reverse/insn-reverse-x86.c: New file.
2650
3f7b46f2
IR
26512017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
2652
2653 PR tdep/20936
2654 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
2655
f0fd41c1
TT
26562017-02-03 Tom Tromey <tom@tromey.com>
2657
2658 PR rust/21097:
2659 * gdb.rust/simple.exp: Add new tests.
2660
5be5dbf0
PA
26612017-02-02 Pedro Alves <palves@redhat.com>
2662
2663 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
2664 tests.
2665
7346ef59
AA
26662017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
2667
2668 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
2669 taking a 2-byte value out of a 4-byte DWARF implicit value on
2670 big-endian targets.
2671 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
2672 logic. Add test cases for DW_OP_implicit.
2673
787f0025
MM
26742017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2675
2676 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
2677
68777c29
MM
26782017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2679
2680 * gdb.btrace/enable.exp: Call gdb_exit before
2681 skip_gdbserver_tests.
2682
0a1c7e28
MM
26832017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2684
2685 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
2686 GDBFLAGS.
2687
b5ac99b0
MM
26882017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2689
2690 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
2691 the test is skipped.
2692 * gdb.btrace/data.exp: Likewise.
2693 * gdb.btrace/delta.exp: Likewise.
2694 * gdb.btrace/dlopen.exp: Likewise.
2695 * gdb.btrace/enable-running.exp: Likewise.
2696 * gdb.btrace/enable.exp: Likewise.
2697 * gdb.btrace/exception.exp: Likewise.
2698 * gdb.btrace/function_call_history.exp: Likewise.
2699 * gdb.btrace/gcore.exp: Likewise.
2700 * gdb.btrace/instruction_history.exp: Likewise.
2701 * gdb.btrace/multi-thread-step.exp: Likewise.
2702 * gdb.btrace/nohist.exp: Likewise.
2703 * gdb.btrace/non-stop.exp: Likewise.
2704 * gdb.btrace/reconnect.exp: Likewise.
2705 * gdb.btrace/record_goto-step.exp: Likewise.
2706 * gdb.btrace/record_goto.exp: Likewise.
2707 * gdb.btrace/rn-dl-bind.exp: Likewise.
2708 * gdb.btrace/segv.exp: Likewise.
2709 * gdb.btrace/step.exp: Likewise.
2710 * gdb.btrace/stepi.exp: Likewise.
2711 * gdb.btrace/tailcall-only.exp: Likewise.
2712 * gdb.btrace/tailcall.exp: Likewise.
2713 * gdb.btrace/tsx.exp: Likewise.
2714 * gdb.btrace/unknown_functions.exp: Likewise.
2715 * gdb.btrace/vdso.exp: Likewise.
2716
cd4007e4
MM
27172017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2718
2719 * gdb.btrace/enable-running.c: New.
2720 * gdb.btrace/enable-running.exp: New.
2721
2735833d
WT
27222017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
2723
2724 * gdb.arch/amd64-gs_base.c: New file.
2725 * gdb.arch/amd64-gs_base.exp: New file.
2726
b51e1e94
LM
27272017-01-26 Luis Machado <lgustavo@codesourcery.com>
2728
2729 * lib/memory.exp: Remove spurious empty newlines.
2730
72ca0410
SM
27312017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
2732
2733 * gdb.python/py-bad-printers.exp: Load python file using "source".
2734 * gdb.python/py-events.exp: Likewise.
2735 * gdb.python/py-evsignal.exp: Likewise.
2736 * gdb.python/py-evthreads.exp: Likewise.
2737 * gdb.python/py-frame-args.exp: Likewise.
2738 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
2739 * gdb.python/py-framefilter-mi.exp: Likewise.
2740 * gdb.python/py-framefilter.exp: Likewise.
2741 * gdb.python/py-mi.exp: Likewise.
2742 * gdb.python/py-pp-maint.exp: Likewise.
2743 * gdb.python/py-pp-registration.exp: Likewise.
2744 * gdb.python/py-prettyprint.exp: Likewise.
2745 (run_lang_tests): Likewise.
2746 * gdb.python/py-typeprint.exp: Likewise.
2747
e309aa65
LM
27482017-01-26 Luis Machado <lgustavo@codesourcery.com>
2749
2750 * lib/memory.exp: New file.
2751 * lib/gdb.exp: Load memory.exp.
2752 * gdb.base/memattr.exp (delete_memory): Move proc to
2753 lib/memory.exp and rename to delete_memory_regions.
2754 Replace delete_memory with delete_memory_regions.
2755 Cleanup memory regions before tests.
2756 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
2757 before tests.
2758
515aff23
LM
27592017-01-26 Luis Machado <lgustavo@codesourcery.com>
2760
2761 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
2762 files.
2763 (initialize): New function conditionally defined.
2764 (testcases): Move within conditional block.
2765 (main): Call initialize.
2766 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
2767 of gdb.reverse/insn-reverse.c.
2768 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
2769 gdb.reverse/insn-reverse.c.
2770
d8b49cf0
YQ
27712017-01-26 Yao Qi <yao.qi@linaro.org>
2772
2773 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
2774 disassemble on address 0.
2775
f13a9a0c
YQ
27762017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
2777 Yao Qi <yao.qi@linaro.org>
2778
2779 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
2780 * gdb.dwarf2/implptr-64bit.S: Remove.
2781 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
2782 variables in caller's context. Add DW_OP_implicit_value.
2783
5ac95241
YQ
27842017-01-25 Yao Qi <yao.qi@linaro.org>
2785
2786 * lib/dwarf.exp (Dwarf::_location): Handle
2787 DW_OP_GNU_implicit_pointer with proper size.
2788
23e82930
LM
27892017-01-20 Luis Machado <lgustavo@codesourcery.com>
2790
2791 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
2792 and add untested calls.
2793
d334ae25
LM
27942017-01-20 Luis Machado <lgustavo@codesourcery.com>
2795
2796 * gdb.python/python.exp: Check line number against what GDB thinks
2797 the line number is for func1.
2798
f5e6296e
IB
27992017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
2800
2801 * gdb.dlang/debug-expr.exp: New file.
2802
5b362f04
LM
28032016-12-23 Luis Machado <lgustavo@codesourcery.com>
2804
2805 Fix test names for the following files:
2806
2807 * gdb.ada/exec_changed.exp
2808 * gdb.ada/info_types.exp
2809 * gdb.arch/aarch64-atomic-inst.exp
2810 * gdb.arch/aarch64-fp.exp
2811 * gdb.arch/altivec-abi.exp
2812 * gdb.arch/altivec-regs.exp
2813 * gdb.arch/amd64-byte.exp
2814 * gdb.arch/amd64-disp-step.exp
2815 * gdb.arch/amd64-dword.exp
2816 * gdb.arch/amd64-entry-value-inline.exp
2817 * gdb.arch/amd64-entry-value-param.exp
2818 * gdb.arch/amd64-entry-value-paramref.exp
2819 * gdb.arch/amd64-entry-value.exp
2820 * gdb.arch/amd64-i386-address.exp
2821 * gdb.arch/amd64-invalid-stack-middle.exp
2822 * gdb.arch/amd64-invalid-stack-top.exp
2823 * gdb.arch/amd64-optimout-repeat.exp
2824 * gdb.arch/amd64-prologue-skip.exp
2825 * gdb.arch/amd64-prologue-xmm.exp
2826 * gdb.arch/amd64-stap-special-operands.exp
2827 * gdb.arch/amd64-stap-wrong-subexp.exp
2828 * gdb.arch/amd64-tailcall-cxx.exp
2829 * gdb.arch/amd64-tailcall-noret.exp
2830 * gdb.arch/amd64-tailcall-ret.exp
2831 * gdb.arch/amd64-tailcall-self.exp
2832 * gdb.arch/amd64-word.exp
2833 * gdb.arch/arm-bl-branch-dest.exp
2834 * gdb.arch/arm-disp-step.exp
2835 * gdb.arch/arm-neon.exp
2836 * gdb.arch/arm-single-step-kernel-helper.exp
2837 * gdb.arch/avr-flash-qualifier.exp
2838 * gdb.arch/disp-step-insn-reloc.exp
2839 * gdb.arch/e500-abi.exp
2840 * gdb.arch/e500-regs.exp
2841 * gdb.arch/ftrace-insn-reloc.exp
2842 * gdb.arch/i386-avx512.exp
2843 * gdb.arch/i386-bp_permanent.exp
2844 * gdb.arch/i386-byte.exp
2845 * gdb.arch/i386-cfi-notcurrent.exp
2846 * gdb.arch/i386-disp-step.exp
2847 * gdb.arch/i386-dr3-watch.exp
2848 * gdb.arch/i386-float.exp
2849 * gdb.arch/i386-gnu-cfi.exp
2850 * gdb.arch/i386-mpx-map.exp
2851 * gdb.arch/i386-mpx-sigsegv.exp
2852 * gdb.arch/i386-mpx-simple_segv.exp
2853 * gdb.arch/i386-mpx.exp
2854 * gdb.arch/i386-permbkpt.exp
2855 * gdb.arch/i386-prologue.exp
2856 * gdb.arch/i386-signal.exp
2857 * gdb.arch/i386-size-overlap.exp
2858 * gdb.arch/i386-unwind.exp
2859 * gdb.arch/i386-word.exp
2860 * gdb.arch/mips-fcr.exp
2861 * gdb.arch/powerpc-d128-regs.exp
2862 * gdb.arch/powerpc-stackless.exp
2863 * gdb.arch/ppc64-atomic-inst.exp
2864 * gdb.arch/s390-stackless.exp
2865 * gdb.arch/s390-tdbregs.exp
2866 * gdb.arch/s390-vregs.exp
2867 * gdb.arch/sparc-sysstep.exp
2868 * gdb.arch/thumb-bx-pc.exp
2869 * gdb.arch/thumb-singlestep.exp
2870 * gdb.arch/thumb2-it.exp
2871 * gdb.arch/vsx-regs.exp
2872 * gdb.asm/asm-source.exp
2873 * gdb.base/a2-run.exp
2874 * gdb.base/advance.exp
2875 * gdb.base/all-bin.exp
2876 * gdb.base/anon.exp
2877 * gdb.base/args.exp
2878 * gdb.base/arithmet.exp
2879 * gdb.base/async-shell.exp
2880 * gdb.base/async.exp
2881 * gdb.base/attach-pie-noexec.exp
2882 * gdb.base/attach-twice.exp
2883 * gdb.base/auto-load.exp
2884 * gdb.base/bang.exp
2885 * gdb.base/bitfields.exp
2886 * gdb.base/break-always.exp
2887 * gdb.base/break-caller-line.exp
2888 * gdb.base/break-entry.exp
2889 * gdb.base/break-inline.exp
2890 * gdb.base/break-on-linker-gcd-function.exp
2891 * gdb.base/break-probes.exp
2892 * gdb.base/break.exp
2893 * gdb.base/breakpoint-shadow.exp
2894 * gdb.base/call-ar-st.exp
2895 * gdb.base/call-sc.exp
2896 * gdb.base/call-signal-resume.exp
2897 * gdb.base/call-strs.exp
2898 * gdb.base/callfuncs.exp
2899 * gdb.base/catch-fork-static.exp
2900 * gdb.base/catch-gdb-caused-signals.exp
2901 * gdb.base/catch-load.exp
2902 * gdb.base/catch-signal-fork.exp
2903 * gdb.base/catch-signal.exp
2904 * gdb.base/catch-syscall.exp
2905 * gdb.base/charset.exp
2906 * gdb.base/checkpoint.exp
2907 * gdb.base/chng-syms.exp
2908 * gdb.base/code-expr.exp
2909 * gdb.base/code_elim.exp
2910 * gdb.base/commands.exp
2911 * gdb.base/completion.exp
2912 * gdb.base/complex.exp
2913 * gdb.base/cond-expr.exp
2914 * gdb.base/condbreak.exp
2915 * gdb.base/consecutive.exp
2916 * gdb.base/continue-all-already-running.exp
2917 * gdb.base/coredump-filter.exp
2918 * gdb.base/corefile.exp
2919 * gdb.base/dbx.exp
2920 * gdb.base/debug-expr.exp
2921 * gdb.base/define.exp
2922 * gdb.base/del.exp
2923 * gdb.base/disabled-location.exp
2924 * gdb.base/disasm-end-cu.exp
2925 * gdb.base/disasm-optim.exp
2926 * gdb.base/display.exp
2927 * gdb.base/duplicate-bp.exp
2928 * gdb.base/ena-dis-br.exp
2929 * gdb.base/ending-run.exp
2930 * gdb.base/enumval.exp
2931 * gdb.base/environ.exp
2932 * gdb.base/eu-strip-infcall.exp
2933 * gdb.base/eval-avoid-side-effects.exp
2934 * gdb.base/eval-skip.exp
2935 * gdb.base/exitsignal.exp
2936 * gdb.base/expand-psymtabs.exp
2937 * gdb.base/filesym.exp
2938 * gdb.base/find-unmapped.exp
2939 * gdb.base/finish.exp
2940 * gdb.base/float.exp
2941 * gdb.base/foll-exec-mode.exp
2942 * gdb.base/foll-exec.exp
2943 * gdb.base/foll-fork.exp
2944 * gdb.base/fortran-sym-case.exp
2945 * gdb.base/freebpcmd.exp
2946 * gdb.base/func-ptr.exp
2947 * gdb.base/func-ptrs.exp
2948 * gdb.base/funcargs.exp
2949 * gdb.base/gcore-buffer-overflow.exp
2950 * gdb.base/gcore-relro-pie.exp
2951 * gdb.base/gcore-relro.exp
2952 * gdb.base/gcore.exp
2953 * gdb.base/gdb1090.exp
2954 * gdb.base/gdb11530.exp
2955 * gdb.base/gdb11531.exp
2956 * gdb.base/gdb1821.exp
2957 * gdb.base/gdbindex-stabs.exp
2958 * gdb.base/gdbvars.exp
2959 * gdb.base/hbreak.exp
2960 * gdb.base/hbreak2.exp
2961 * gdb.base/included.exp
2962 * gdb.base/infcall-input.exp
2963 * gdb.base/inferior-died.exp
2964 * gdb.base/infnan.exp
2965 * gdb.base/info-macros.exp
2966 * gdb.base/info-os.exp
2967 * gdb.base/info-proc.exp
2968 * gdb.base/info-shared.exp
2969 * gdb.base/info-target.exp
2970 * gdb.base/infoline.exp
2971 * gdb.base/interp.exp
2972 * gdb.base/interrupt.exp
2973 * gdb.base/jit-reader.exp
2974 * gdb.base/jit-simple.exp
2975 * gdb.base/kill-after-signal.exp
2976 * gdb.base/kill-detach-inferiors-cmd.exp
2977 * gdb.base/label.exp
2978 * gdb.base/langs.exp
2979 * gdb.base/ldbl_e308.exp
2980 * gdb.base/line-symtabs.exp
2981 * gdb.base/linespecs.exp
2982 * gdb.base/list.exp
2983 * gdb.base/long_long.exp
2984 * gdb.base/longest-types.exp
2985 * gdb.base/maint.exp
2986 * gdb.base/max-value-size.exp
2987 * gdb.base/memattr.exp
2988 * gdb.base/mips_pro.exp
2989 * gdb.base/morestack.exp
2990 * gdb.base/moribund-step.exp
2991 * gdb.base/multi-forks.exp
2992 * gdb.base/nested-addr.exp
2993 * gdb.base/nextoverexit.exp
2994 * gdb.base/noreturn-finish.exp
2995 * gdb.base/noreturn-return.exp
2996 * gdb.base/nostdlib.exp
2997 * gdb.base/offsets.exp
2998 * gdb.base/opaque.exp
2999 * gdb.base/pc-fp.exp
3000 * gdb.base/permissions.exp
3001 * gdb.base/print-symbol-loading.exp
3002 * gdb.base/prologue-include.exp
3003 * gdb.base/psymtab.exp
3004 * gdb.base/ptype.exp
3005 * gdb.base/random-signal.exp
3006 * gdb.base/randomize.exp
3007 * gdb.base/range-stepping.exp
3008 * gdb.base/readline-ask.exp
3009 * gdb.base/recpar.exp
3010 * gdb.base/recurse.exp
3011 * gdb.base/relational.exp
3012 * gdb.base/restore.exp
3013 * gdb.base/return-nodebug.exp
3014 * gdb.base/return.exp
3015 * gdb.base/run-after-attach.exp
3016 * gdb.base/save-bp.exp
3017 * gdb.base/scope.exp
3018 * gdb.base/sect-cmd.exp
3019 * gdb.base/set-lang-auto.exp
3020 * gdb.base/set-noassign.exp
3021 * gdb.base/setvar.exp
3022 * gdb.base/sigall.exp
3023 * gdb.base/sigbpt.exp
3024 * gdb.base/siginfo-addr.exp
3025 * gdb.base/siginfo-infcall.exp
3026 * gdb.base/siginfo-obj.exp
3027 * gdb.base/siginfo.exp
3028 * gdb.base/signals-state-child.exp
3029 * gdb.base/signest.exp
3030 * gdb.base/sigstep.exp
3031 * gdb.base/sizeof.exp
3032 * gdb.base/skip.exp
3033 * gdb.base/solib-corrupted.exp
3034 * gdb.base/solib-nodir.exp
3035 * gdb.base/solib-search.exp
3036 * gdb.base/stack-checking.exp
3037 * gdb.base/stale-infcall.exp
3038 * gdb.base/stap-probe.exp
3039 * gdb.base/start.exp
3040 * gdb.base/step-break.exp
3041 * gdb.base/step-bt.exp
3042 * gdb.base/step-line.exp
3043 * gdb.base/step-over-exit.exp
3044 * gdb.base/step-over-syscall.exp
3045 * gdb.base/step-resume-infcall.exp
3046 * gdb.base/step-test.exp
3047 * gdb.base/store.exp
3048 * gdb.base/structs3.exp
3049 * gdb.base/sym-file.exp
3050 * gdb.base/symbol-without-target_section.exp
3051 * gdb.base/term.exp
3052 * gdb.base/testenv.exp
3053 * gdb.base/ui-redirect.exp
3054 * gdb.base/until.exp
3055 * gdb.base/unwindonsignal.exp
3056 * gdb.base/value-double-free.exp
3057 * gdb.base/vla-datatypes.exp
3058 * gdb.base/vla-ptr.exp
3059 * gdb.base/vla-sideeffect.exp
3060 * gdb.base/volatile.exp
3061 * gdb.base/watch-cond-infcall.exp
3062 * gdb.base/watch-cond.exp
3063 * gdb.base/watch-non-mem.exp
3064 * gdb.base/watch-read.exp
3065 * gdb.base/watch-vfork.exp
3066 * gdb.base/watchpoint-cond-gone.exp
3067 * gdb.base/watchpoint-delete.exp
3068 * gdb.base/watchpoint-hw-hit-once.exp
3069 * gdb.base/watchpoint-hw.exp
3070 * gdb.base/watchpoint-stops-at-right-insn.exp
3071 * gdb.base/watchpoints.exp
3072 * gdb.base/wchar.exp
3073 * gdb.base/whatis-exp.exp
3074 * gdb.btrace/buffer-size.exp
3075 * gdb.btrace/data.exp
3076 * gdb.btrace/delta.exp
3077 * gdb.btrace/dlopen.exp
3078 * gdb.btrace/enable.exp
3079 * gdb.btrace/exception.exp
3080 * gdb.btrace/function_call_history.exp
3081 * gdb.btrace/gcore.exp
3082 * gdb.btrace/instruction_history.exp
3083 * gdb.btrace/nohist.exp
3084 * gdb.btrace/reconnect.exp
3085 * gdb.btrace/record_goto-step.exp
3086 * gdb.btrace/record_goto.exp
3087 * gdb.btrace/rn-dl-bind.exp
3088 * gdb.btrace/segv.exp
3089 * gdb.btrace/step.exp
3090 * gdb.btrace/stepi.exp
3091 * gdb.btrace/tailcall-only.exp
3092 * gdb.btrace/tailcall.exp
3093 * gdb.btrace/tsx.exp
3094 * gdb.btrace/unknown_functions.exp
3095 * gdb.btrace/vdso.exp
3096 * gdb.compile/compile-ifunc.exp
3097 * gdb.compile/compile-ops.exp
3098 * gdb.compile/compile-print.exp
3099 * gdb.compile/compile-setjmp.exp
3100 * gdb.cp/abstract-origin.exp
3101 * gdb.cp/ambiguous.exp
3102 * gdb.cp/annota2.exp
3103 * gdb.cp/annota3.exp
3104 * gdb.cp/anon-ns.exp
3105 * gdb.cp/anon-struct.exp
3106 * gdb.cp/anon-union.exp
3107 * gdb.cp/arg-reference.exp
3108 * gdb.cp/baseenum.exp
3109 * gdb.cp/bool.exp
3110 * gdb.cp/breakpoint.exp
3111 * gdb.cp/bs15503.exp
3112 * gdb.cp/call-c.exp
3113 * gdb.cp/casts.exp
3114 * gdb.cp/chained-calls.exp
3115 * gdb.cp/class2.exp
3116 * gdb.cp/classes.exp
3117 * gdb.cp/cmpd-minsyms.exp
3118 * gdb.cp/converts.exp
3119 * gdb.cp/cp-relocate.exp
3120 * gdb.cp/cpcompletion.exp
3121 * gdb.cp/cpexprs.exp
3122 * gdb.cp/cplabel.exp
3123 * gdb.cp/cplusfuncs.exp
3124 * gdb.cp/cpsizeof.exp
3125 * gdb.cp/ctti.exp
3126 * gdb.cp/derivation.exp
3127 * gdb.cp/destrprint.exp
3128 * gdb.cp/dispcxx.exp
3129 * gdb.cp/enum-class.exp
3130 * gdb.cp/exception.exp
3131 * gdb.cp/exceptprint.exp
3132 * gdb.cp/expand-psymtabs-cxx.exp
3133 * gdb.cp/expand-sals.exp
3134 * gdb.cp/extern-c.exp
3135 * gdb.cp/filename.exp
3136 * gdb.cp/formatted-ref.exp
3137 * gdb.cp/fpointer.exp
3138 * gdb.cp/gdb1355.exp
3139 * gdb.cp/gdb2495.exp
3140 * gdb.cp/hang.exp
3141 * gdb.cp/impl-this.exp
3142 * gdb.cp/infcall-dlopen.exp
3143 * gdb.cp/inherit.exp
3144 * gdb.cp/iostream.exp
3145 * gdb.cp/koenig.exp
3146 * gdb.cp/local.exp
3147 * gdb.cp/m-data.exp
3148 * gdb.cp/m-static.exp
3149 * gdb.cp/mb-ctor.exp
3150 * gdb.cp/mb-inline.exp
3151 * gdb.cp/mb-templates.exp
3152 * gdb.cp/member-name.exp
3153 * gdb.cp/member-ptr.exp
3154 * gdb.cp/meth-typedefs.exp
3155 * gdb.cp/method.exp
3156 * gdb.cp/method2.exp
3157 * gdb.cp/minsym-fallback.exp
3158 * gdb.cp/misc.exp
3159 * gdb.cp/namelessclass.exp
3160 * gdb.cp/namespace-enum.exp
3161 * gdb.cp/namespace-nested-import.exp
3162 * gdb.cp/namespace.exp
3163 * gdb.cp/nextoverthrow.exp
3164 * gdb.cp/no-dmgl-verbose.exp
3165 * gdb.cp/non-trivial-retval.exp
3166 * gdb.cp/noparam.exp
3167 * gdb.cp/nsdecl.exp
3168 * gdb.cp/nsimport.exp
3169 * gdb.cp/nsnested.exp
3170 * gdb.cp/nsnoimports.exp
3171 * gdb.cp/nsrecurs.exp
3172 * gdb.cp/nsstress.exp
3173 * gdb.cp/nsusing.exp
3174 * gdb.cp/operator.exp
3175 * gdb.cp/oranking.exp
3176 * gdb.cp/overload-const.exp
3177 * gdb.cp/overload.exp
3178 * gdb.cp/ovldbreak.exp
3179 * gdb.cp/ovsrch.exp
3180 * gdb.cp/paren-type.exp
3181 * gdb.cp/parse-lang.exp
3182 * gdb.cp/pass-by-ref.exp
3183 * gdb.cp/pr-1023.exp
3184 * gdb.cp/pr-1210.exp
3185 * gdb.cp/pr-574.exp
3186 * gdb.cp/pr10687.exp
3187 * gdb.cp/pr12028.exp
3188 * gdb.cp/pr17132.exp
3189 * gdb.cp/pr17494.exp
3190 * gdb.cp/pr9067.exp
3191 * gdb.cp/pr9167.exp
3192 * gdb.cp/pr9631.exp
3193 * gdb.cp/printmethod.exp
3194 * gdb.cp/psmang.exp
3195 * gdb.cp/psymtab-parameter.exp
3196 * gdb.cp/ptype-cv-cp.exp
3197 * gdb.cp/ptype-flags.exp
3198 * gdb.cp/re-set-overloaded.exp
3199 * gdb.cp/ref-types.exp
3200 * gdb.cp/rtti.exp
3201 * gdb.cp/scope-err.exp
3202 * gdb.cp/shadow.exp
3203 * gdb.cp/smartp.exp
3204 * gdb.cp/static-method.exp
3205 * gdb.cp/static-print-quit.exp
3206 * gdb.cp/temargs.exp
3207 * gdb.cp/templates.exp
3208 * gdb.cp/try_catch.exp
3209 * gdb.cp/typedef-operator.exp
3210 * gdb.cp/typeid.exp
3211 * gdb.cp/userdef.exp
3212 * gdb.cp/using-crash.exp
3213 * gdb.cp/var-tag.exp
3214 * gdb.cp/virtbase.exp
3215 * gdb.cp/virtfunc.exp
3216 * gdb.cp/virtfunc2.exp
3217 * gdb.cp/vla-cxx.exp
3218 * gdb.disasm/t01_mov.exp
3219 * gdb.disasm/t02_mova.exp
3220 * gdb.disasm/t03_add.exp
3221 * gdb.disasm/t04_sub.exp
3222 * gdb.disasm/t05_cmp.exp
3223 * gdb.disasm/t06_ari2.exp
3224 * gdb.disasm/t07_ari3.exp
3225 * gdb.disasm/t08_or.exp
3226 * gdb.disasm/t09_xor.exp
3227 * gdb.disasm/t10_and.exp
3228 * gdb.disasm/t11_logs.exp
3229 * gdb.disasm/t12_bit.exp
3230 * gdb.disasm/t13_otr.exp
3231 * gdb.dlang/circular.exp
3232 * gdb.dwarf2/arr-stride.exp
3233 * gdb.dwarf2/arr-subrange.exp
3234 * gdb.dwarf2/atomic-type.exp
3235 * gdb.dwarf2/bad-regnum.exp
3236 * gdb.dwarf2/bitfield-parent-optimized-out.exp
3237 * gdb.dwarf2/callframecfa.exp
3238 * gdb.dwarf2/clztest.exp
3239 * gdb.dwarf2/corrupt.exp
3240 * gdb.dwarf2/data-loc.exp
3241 * gdb.dwarf2/dup-psym.exp
3242 * gdb.dwarf2/dw2-anon-mptr.exp
3243 * gdb.dwarf2/dw2-anonymous-func.exp
3244 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
3245 * gdb.dwarf2/dw2-bad-unresolved.exp
3246 * gdb.dwarf2/dw2-basic.exp
3247 * gdb.dwarf2/dw2-canonicalize-type.exp
3248 * gdb.dwarf2/dw2-case-insensitive.exp
3249 * gdb.dwarf2/dw2-common-block.exp
3250 * gdb.dwarf2/dw2-compdir-oldgcc.exp
3251 * gdb.dwarf2/dw2-compressed.exp
3252 * gdb.dwarf2/dw2-const.exp
3253 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
3254 * gdb.dwarf2/dw2-cu-size.exp
3255 * gdb.dwarf2/dw2-dup-frame.exp
3256 * gdb.dwarf2/dw2-entry-value.exp
3257 * gdb.dwarf2/dw2-icycle.exp
3258 * gdb.dwarf2/dw2-ifort-parameter.exp
3259 * gdb.dwarf2/dw2-inline-break.exp
3260 * gdb.dwarf2/dw2-inline-param.exp
3261 * gdb.dwarf2/dw2-intercu.exp
3262 * gdb.dwarf2/dw2-intermix.exp
3263 * gdb.dwarf2/dw2-lexical-block-bare.exp
3264 * gdb.dwarf2/dw2-linkage-name-trust.exp
3265 * gdb.dwarf2/dw2-minsym-in-cu.exp
3266 * gdb.dwarf2/dw2-noloc.exp
3267 * gdb.dwarf2/dw2-op-call.exp
3268 * gdb.dwarf2/dw2-op-out-param.exp
3269 * gdb.dwarf2/dw2-opt-structptr.exp
3270 * gdb.dwarf2/dw2-param-error.exp
3271 * gdb.dwarf2/dw2-producer.exp
3272 * gdb.dwarf2/dw2-ranges-base.exp
3273 * gdb.dwarf2/dw2-ref-missing-frame.exp
3274 * gdb.dwarf2/dw2-reg-undefined.exp
3275 * gdb.dwarf2/dw2-regno-invalid.exp
3276 * gdb.dwarf2/dw2-restore.exp
3277 * gdb.dwarf2/dw2-restrict.exp
3278 * gdb.dwarf2/dw2-single-line-discriminators.exp
3279 * gdb.dwarf2/dw2-strp.exp
3280 * gdb.dwarf2/dw2-undefined-ret-addr.exp
3281 * gdb.dwarf2/dw2-unresolved.exp
3282 * gdb.dwarf2/dw2-var-zero-addr.exp
3283 * gdb.dwarf2/dw4-sig-types.exp
3284 * gdb.dwarf2/dwz.exp
3285 * gdb.dwarf2/dynarr-ptr.exp
3286 * gdb.dwarf2/enum-type.exp
3287 * gdb.dwarf2/gdb-index.exp
3288 * gdb.dwarf2/implptr-64bit.exp
3289 * gdb.dwarf2/implptr-optimized-out.exp
3290 * gdb.dwarf2/implptr.exp
3291 * gdb.dwarf2/implref-array.exp
3292 * gdb.dwarf2/implref-const.exp
3293 * gdb.dwarf2/implref-global.exp
3294 * gdb.dwarf2/implref-struct.exp
3295 * gdb.dwarf2/mac-fileno.exp
3296 * gdb.dwarf2/main-subprogram.exp
3297 * gdb.dwarf2/member-ptr-forwardref.exp
3298 * gdb.dwarf2/method-ptr.exp
3299 * gdb.dwarf2/missing-sig-type.exp
3300 * gdb.dwarf2/nonvar-access.exp
3301 * gdb.dwarf2/opaque-type-lookup.exp
3302 * gdb.dwarf2/pieces-optimized-out.exp
3303 * gdb.dwarf2/pieces.exp
3304 * gdb.dwarf2/pr10770.exp
3305 * gdb.dwarf2/pr13961.exp
3306 * gdb.dwarf2/staticvirtual.exp
3307 * gdb.dwarf2/subrange.exp
3308 * gdb.dwarf2/symtab-producer.exp
3309 * gdb.dwarf2/trace-crash.exp
3310 * gdb.dwarf2/typeddwarf.exp
3311 * gdb.dwarf2/valop.exp
3312 * gdb.dwarf2/watch-notconst.exp
3313 * gdb.fortran/array-element.exp
3314 * gdb.fortran/charset.exp
3315 * gdb.fortran/common-block.exp
3316 * gdb.fortran/complex.exp
3317 * gdb.fortran/derived-type-function.exp
3318 * gdb.fortran/derived-type.exp
3319 * gdb.fortran/logical.exp
3320 * gdb.fortran/module.exp
3321 * gdb.fortran/multi-dim.exp
3322 * gdb.fortran/nested-funcs.exp
3323 * gdb.fortran/print-formatted.exp
3324 * gdb.fortran/subarray.exp
3325 * gdb.fortran/vla-alloc-assoc.exp
3326 * gdb.fortran/vla-datatypes.exp
3327 * gdb.fortran/vla-history.exp
3328 * gdb.fortran/vla-ptr-info.exp
3329 * gdb.fortran/vla-ptype-sub.exp
3330 * gdb.fortran/vla-ptype.exp
3331 * gdb.fortran/vla-sizeof.exp
3332 * gdb.fortran/vla-type.exp
3333 * gdb.fortran/vla-value-sub-arbitrary.exp
3334 * gdb.fortran/vla-value-sub-finish.exp
3335 * gdb.fortran/vla-value-sub.exp
3336 * gdb.fortran/vla-value.exp
3337 * gdb.fortran/whatis_type.exp
3338 * gdb.go/chan.exp
3339 * gdb.go/handcall.exp
3340 * gdb.go/hello.exp
3341 * gdb.go/integers.exp
3342 * gdb.go/methods.exp
3343 * gdb.go/package.exp
3344 * gdb.go/strings.exp
3345 * gdb.go/types.exp
3346 * gdb.go/unsafe.exp
3347 * gdb.guile/scm-arch.exp
3348 * gdb.guile/scm-block.exp
3349 * gdb.guile/scm-breakpoint.exp
3350 * gdb.guile/scm-cmd.exp
3351 * gdb.guile/scm-disasm.exp
3352 * gdb.guile/scm-equal.exp
3353 * gdb.guile/scm-frame-args.exp
3354 * gdb.guile/scm-frame-inline.exp
3355 * gdb.guile/scm-frame.exp
3356 * gdb.guile/scm-iterator.exp
3357 * gdb.guile/scm-math.exp
3358 * gdb.guile/scm-objfile.exp
3359 * gdb.guile/scm-ports.exp
3360 * gdb.guile/scm-symbol.exp
3361 * gdb.guile/scm-symtab.exp
3362 * gdb.guile/scm-value-cc.exp
3363 * gdb.guile/types-module.exp
3364 * gdb.linespec/break-ask.exp
3365 * gdb.linespec/cpexplicit.exp
3366 * gdb.linespec/explicit.exp
3367 * gdb.linespec/keywords.exp
3368 * gdb.linespec/linespec.exp
3369 * gdb.linespec/ls-dollar.exp
3370 * gdb.linespec/ls-errs.exp
3371 * gdb.linespec/skip-two.exp
3372 * gdb.linespec/thread.exp
3373 * gdb.mi/mi-async.exp
3374 * gdb.mi/mi-basics.exp
3375 * gdb.mi/mi-break.exp
3376 * gdb.mi/mi-catch-load.exp
3377 * gdb.mi/mi-cli.exp
3378 * gdb.mi/mi-cmd-param-changed.exp
3379 * gdb.mi/mi-console.exp
3380 * gdb.mi/mi-detach.exp
3381 * gdb.mi/mi-disassemble.exp
3382 * gdb.mi/mi-eval.exp
3383 * gdb.mi/mi-file-transfer.exp
3384 * gdb.mi/mi-file.exp
3385 * gdb.mi/mi-fill-memory.exp
3386 * gdb.mi/mi-inheritance-syntax-error.exp
3387 * gdb.mi/mi-linespec-err-cp.exp
3388 * gdb.mi/mi-logging.exp
3389 * gdb.mi/mi-memory-changed.exp
3390 * gdb.mi/mi-read-memory.exp
3391 * gdb.mi/mi-record-changed.exp
3392 * gdb.mi/mi-reg-undefined.exp
3393 * gdb.mi/mi-regs.exp
3394 * gdb.mi/mi-return.exp
3395 * gdb.mi/mi-reverse.exp
3396 * gdb.mi/mi-simplerun.exp
3397 * gdb.mi/mi-solib.exp
3398 * gdb.mi/mi-stack.exp
3399 * gdb.mi/mi-stepi.exp
3400 * gdb.mi/mi-syn-frame.exp
3401 * gdb.mi/mi-until.exp
3402 * gdb.mi/mi-var-block.exp
3403 * gdb.mi/mi-var-child.exp
3404 * gdb.mi/mi-var-cmd.exp
3405 * gdb.mi/mi-var-cp.exp
3406 * gdb.mi/mi-var-display.exp
3407 * gdb.mi/mi-var-invalidate.exp
3408 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
3409 * gdb.mi/mi-vla-fortran.exp
3410 * gdb.mi/mi-watch.exp
3411 * gdb.mi/mi2-var-child.exp
3412 * gdb.mi/user-selected-context-sync.exp
3413 * gdb.modula2/unbounded-array.exp
3414 * gdb.multi/dummy-frame-restore.exp
3415 * gdb.multi/multi-arch-exec.exp
3416 * gdb.multi/multi-arch.exp
3417 * gdb.multi/tids.exp
3418 * gdb.multi/watchpoint-multi.exp
3419 * gdb.opencl/callfuncs.exp
3420 * gdb.opencl/convs_casts.exp
3421 * gdb.opencl/datatypes.exp
3422 * gdb.opencl/operators.exp
3423 * gdb.opencl/vec_comps.exp
3424 * gdb.opt/clobbered-registers-O2.exp
3425 * gdb.opt/inline-break.exp
3426 * gdb.opt/inline-bt.exp
3427 * gdb.opt/inline-cmds.exp
3428 * gdb.opt/inline-locals.exp
3429 * gdb.pascal/case-insensitive-symbols.exp
3430 * gdb.pascal/floats.exp
3431 * gdb.pascal/gdb11492.exp
3432 * gdb.python/lib-types.exp
3433 * gdb.python/py-arch.exp
3434 * gdb.python/py-as-string.exp
3435 * gdb.python/py-bad-printers.exp
3436 * gdb.python/py-block.exp
3437 * gdb.python/py-breakpoint-create-fail.exp
3438 * gdb.python/py-breakpoint.exp
3439 * gdb.python/py-caller-is.exp
3440 * gdb.python/py-cmd.exp
3441 * gdb.python/py-explore-cc.exp
3442 * gdb.python/py-explore.exp
3443 * gdb.python/py-finish-breakpoint.exp
3444 * gdb.python/py-finish-breakpoint2.exp
3445 * gdb.python/py-frame-args.exp
3446 * gdb.python/py-frame-inline.exp
3447 * gdb.python/py-frame.exp
3448 * gdb.python/py-framefilter-mi.exp
3449 * gdb.python/py-infthread.exp
3450 * gdb.python/py-lazy-string.exp
3451 * gdb.python/py-linetable.exp
3452 * gdb.python/py-mi-events.exp
3453 * gdb.python/py-mi-objfile.exp
3454 * gdb.python/py-mi.exp
3455 * gdb.python/py-objfile.exp
3456 * gdb.python/py-pp-integral.exp
3457 * gdb.python/py-pp-maint.exp
3458 * gdb.python/py-pp-re-notag.exp
3459 * gdb.python/py-pp-registration.exp
3460 * gdb.python/py-recurse-unwind.exp
3461 * gdb.python/py-strfns.exp
3462 * gdb.python/py-symbol.exp
3463 * gdb.python/py-symtab.exp
3464 * gdb.python/py-sync-interp.exp
3465 * gdb.python/py-typeprint.exp
3466 * gdb.python/py-unwind-maint.exp
3467 * gdb.python/py-unwind.exp
3468 * gdb.python/py-value-cc.exp
3469 * gdb.python/py-xmethods.exp
3470 * gdb.reverse/amd64-tailcall-reverse.exp
3471 * gdb.reverse/break-precsave.exp
3472 * gdb.reverse/break-reverse.exp
3473 * gdb.reverse/consecutive-precsave.exp
3474 * gdb.reverse/consecutive-reverse.exp
3475 * gdb.reverse/finish-precsave.exp
3476 * gdb.reverse/finish-reverse-bkpt.exp
3477 * gdb.reverse/finish-reverse.exp
3478 * gdb.reverse/fstatat-reverse.exp
3479 * gdb.reverse/getresuid-reverse.exp
3480 * gdb.reverse/i386-precsave.exp
3481 * gdb.reverse/i386-reverse.exp
3482 * gdb.reverse/i386-sse-reverse.exp
3483 * gdb.reverse/i387-env-reverse.exp
3484 * gdb.reverse/i387-stack-reverse.exp
3485 * gdb.reverse/insn-reverse.exp
3486 * gdb.reverse/machinestate-precsave.exp
3487 * gdb.reverse/machinestate.exp
3488 * gdb.reverse/next-reverse-bkpt-over-sr.exp
3489 * gdb.reverse/pipe-reverse.exp
3490 * gdb.reverse/readv-reverse.exp
3491 * gdb.reverse/recvmsg-reverse.exp
3492 * gdb.reverse/rerun-prec.exp
3493 * gdb.reverse/s390-mvcle.exp
3494 * gdb.reverse/step-precsave.exp
3495 * gdb.reverse/step-reverse.exp
3496 * gdb.reverse/time-reverse.exp
3497 * gdb.reverse/until-precsave.exp
3498 * gdb.reverse/until-reverse.exp
3499 * gdb.reverse/waitpid-reverse.exp
3500 * gdb.reverse/watch-precsave.exp
3501 * gdb.reverse/watch-reverse.exp
3502 * gdb.rust/generics.exp
3503 * gdb.rust/methods.exp
3504 * gdb.rust/modules.exp
3505 * gdb.rust/simple.exp
3506 * gdb.server/connect-with-no-symbol-file.exp
3507 * gdb.server/ext-attach.exp
3508 * gdb.server/ext-restart.exp
3509 * gdb.server/ext-wrapper.exp
3510 * gdb.server/file-transfer.exp
3511 * gdb.server/server-exec-info.exp
3512 * gdb.server/server-kill.exp
3513 * gdb.server/server-mon.exp
3514 * gdb.server/wrapper.exp
3515 * gdb.stabs/exclfwd.exp
3516 * gdb.stabs/gdb11479.exp
3517 * gdb.threads/clone-new-thread-event.exp
3518 * gdb.threads/corethreads.exp
3519 * gdb.threads/current-lwp-dead.exp
3520 * gdb.threads/dlopen-libpthread.exp
3521 * gdb.threads/gcore-thread.exp
3522 * gdb.threads/sigstep-threads.exp
3523 * gdb.threads/watchpoint-fork.exp
3524 * gdb.trace/actions-changed.exp
3525 * gdb.trace/backtrace.exp
3526 * gdb.trace/change-loc.exp
3527 * gdb.trace/circ.exp
3528 * gdb.trace/collection.exp
3529 * gdb.trace/disconnected-tracing.exp
3530 * gdb.trace/ftrace.exp
3531 * gdb.trace/mi-trace-frame-collected.exp
3532 * gdb.trace/mi-trace-unavailable.exp
3533 * gdb.trace/mi-traceframe-changed.exp
3534 * gdb.trace/mi-tsv-changed.exp
3535 * gdb.trace/no-attach-trace.exp
3536 * gdb.trace/passc-dyn.exp
3537 * gdb.trace/qtro.exp
3538 * gdb.trace/range-stepping.exp
3539 * gdb.trace/read-memory.exp
3540 * gdb.trace/save-trace.exp
3541 * gdb.trace/signal.exp
3542 * gdb.trace/status-stop.exp
3543 * gdb.trace/tfile.exp
3544 * gdb.trace/trace-break.exp
3545 * gdb.trace/trace-buffer-size.exp
3546 * gdb.trace/trace-condition.exp
3547 * gdb.trace/tracefile-pseudo-reg.exp
3548 * gdb.trace/tstatus.exp
3549 * gdb.trace/unavailable.exp
3550 * gdb.trace/while-dyn.exp
3551 * gdb.trace/while-stepping.exp
3552
34c41c68
DE
35532016-12-22 Doug Evans <xdje42@gmail.com>
3554
3555 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
3556 and msymbols.
3557
16e69324
YQ
35582016-12-19 Yao Qi <yao.qi@linaro.org>
3559
3560 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
3561 (test_with_self): Don't call do_steps_and_nexts, and remove
3562 code about stepping into xmalloc.
3563
f94f411b
YQ
35642016-12-09 Yao Qi <yao.qi@linaro.org>
3565
3566 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
3567
35682016-12-09 Yao Qi <yao.qi@linaro.org>
3569
3570 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
3571
f1b5deee
PA
35722016-12-09 Pedro Alves <palves@redhat.com>
3573
3574 * gdb.base/all-architectures-0.exp: New file.
3575 * gdb.base/all-architectures-1.exp: New file.
3576 * gdb.base/all-architectures-2.exp: New file.
3577 * gdb.base/all-architectures-3.exp: New file.
3578 * gdb.base/all-architectures-4.exp: New file.
3579 * gdb.base/all-architectures-5.exp: New file.
3580 * gdb.base/all-architectures-6.exp: New file.
3581 * gdb.base/all-architectures-7.exp: New file.
3582 * gdb.base/all-architectures.exp.in: New file.
3583
364ca42e
YQ
35842016-12-09 Yao Qi <yao.qi@linaro.org>
3585
3586 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
3587
107c2d62
LM
35882016-12-02 Luis Machado <lgustavo@codesourcery.com>
3589
3590 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
3591 possible.
3592 Remove useless pattern-matching code.
3593
df3ee9ca
PA
35942016-12-02 Pedro Alves <palves@redhat.com>
3595
3596 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
3597 procedure.
3598 (top level): Call it.
3599
ec835369
PA
36002016-12-02 Pedro Alves <palves@redhat.com>
3601
3602 * gdb.base/commands.exp (user_defined_command_args_stack_test):
3603 New procedure.
3604 (top level): Call it.
3605
01770bbd
PA
36062016-12-02 Pedro Alves <palves@redhat.com>
3607
3608 PR cli/20559
3609 * gdb.base/commands.exp (user_defined_command_args_eval): New
3610 procedure.
3611 (top level): Call it.
3612
008459ea
LM
36132016-12-02 Luis Machado <lgustavo@codesourcery.com>
3614
3615 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
3616 timeout handling.
3617
0c1b455e
TT
36182016-12-02 Tom Tromey <tom@tromey.com>
3619
3620 * gdb.dwarf2/main-subprogram.c: New file.
3621 * gdb.dwarf2/main-subprogram.exp: New file.
3622
018572b8
LM
36232016-12-01 Luis Machado <lgustavo@codesourcery.com>
3624
3625 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
3626 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
3627 gdb_test_no_output for a couple of cases.
3628 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
3629
84c93cd5
LM
36302016-12-01 Luis Machado <lgustavo@codesourcery.com>
3631
3632 Fix test names and standardize compilation error messages throughout
3633 the following files:
3634
3635 * gdb.ada/start.exp
3636 * gdb.arch/alpha-step.exp
3637 * gdb.arch/e500-prologue.exp
3638 * gdb.arch/ftrace-insn-reloc.exp
3639 * gdb.arch/gdb1291.exp
3640 * gdb.arch/gdb1431.exp
3641 * gdb.arch/gdb1558.exp
3642 * gdb.arch/i386-dr3-watch.exp
3643 * gdb.arch/i386-sse-stack-align.exp
3644 * gdb.arch/ia64-breakpoint-shadow.exp
3645 * gdb.arch/pa-nullify.exp
3646 * gdb.arch/powerpc-aix-prologue.exp
3647 * gdb.arch/thumb-bx-pc.exp
3648 * gdb.base/annota1.exp
3649 * gdb.base/annota3.exp
3650 * gdb.base/arrayidx.exp
3651 * gdb.base/assign.exp
3652 * gdb.base/attach.exp
3653 * gdb.base/auxv.exp
3654 * gdb.base/bang.exp
3655 * gdb.base/bfp-test.exp
3656 * gdb.base/bigcore.exp
3657 * gdb.base/bitfields2.exp
3658 * gdb.base/break-fun-addr.exp
3659 * gdb.base/break-probes.exp
3660 * gdb.base/call-rt-st.exp
3661 * gdb.base/callexit.exp
3662 * gdb.base/catch-fork-kill.exp
3663 * gdb.base/charset.exp
3664 * gdb.base/checkpoint.exp
3665 * gdb.base/comprdebug.exp
3666 * gdb.base/constvars.exp
3667 * gdb.base/coredump-filter.exp
3668 * gdb.base/cursal.exp
3669 * gdb.base/cvexpr.exp
3670 * gdb.base/detach.exp
3671 * gdb.base/display.exp
3672 * gdb.base/dmsym.exp
3673 * gdb.base/dprintf-pending.exp
3674 * gdb.base/dso2dso.exp
3675 * gdb.base/dtrace-probe.exp
3676 * gdb.base/dump.exp
3677 * gdb.base/enum_cond.exp
3678 * gdb.base/exe-lock.exp
3679 * gdb.base/exec-invalid-sysroot.exp
3680 * gdb.base/execl-update-breakpoints.exp
3681 * gdb.base/exprs.exp
3682 * gdb.base/fileio.exp
3683 * gdb.base/find.exp
3684 * gdb.base/finish.exp
3685 * gdb.base/fixsection.exp
3686 * gdb.base/foll-vfork.exp
3687 * gdb.base/frame-args.exp
3688 * gdb.base/gcore.exp
3689 * gdb.base/gdb1250.exp
3690 * gdb.base/global-var-nested-by-dso.exp
3691 * gdb.base/gnu-ifunc.exp
3692 * gdb.base/hashline1.exp
3693 * gdb.base/hashline2.exp
3694 * gdb.base/hashline3.exp
3695 * gdb.base/hbreak-in-shr-unsupported.exp
3696 * gdb.base/huge.exp
3697 * gdb.base/infcall-input.exp
3698 * gdb.base/info-fun.exp
3699 * gdb.base/info-shared.exp
3700 * gdb.base/jit-simple.exp
3701 * gdb.base/jit-so.exp
3702 * gdb.base/jit.exp
3703 * gdb.base/jump.exp
3704 * gdb.base/label.exp
3705 * gdb.base/lineinc.exp
3706 * gdb.base/logical.exp
3707 * gdb.base/longjmp.exp
3708 * gdb.base/macscp.exp
3709 * gdb.base/miscexprs.exp
3710 * gdb.base/new-ui-echo.exp
3711 * gdb.base/new-ui-pending-input.exp
3712 * gdb.base/new-ui.exp
3713 * gdb.base/nodebug.exp
3714 * gdb.base/nofield.exp
3715 * gdb.base/offsets.exp
3716 * gdb.base/overlays.exp
3717 * gdb.base/pending.exp
3718 * gdb.base/pointers.exp
3719 * gdb.base/pr11022.exp
3720 * gdb.base/printcmds.exp
3721 * gdb.base/prologue.exp
3722 * gdb.base/ptr-typedef.exp
3723 * gdb.base/realname-expand.exp
3724 * gdb.base/relativedebug.exp
3725 * gdb.base/relocate.exp
3726 * gdb.base/remote.exp
3727 * gdb.base/reread.exp
3728 * gdb.base/return2.exp
3729 * gdb.base/savedregs.exp
3730 * gdb.base/sep.exp
3731 * gdb.base/sepdebug.exp
3732 * gdb.base/sepsymtab.exp
3733 * gdb.base/set-inferior-tty.exp
3734 * gdb.base/setshow.exp
3735 * gdb.base/shlib-call.exp
3736 * gdb.base/sigaltstack.exp
3737 * gdb.base/siginfo-addr.exp
3738 * gdb.base/signals.exp
3739 * gdb.base/signull.exp
3740 * gdb.base/sigrepeat.exp
3741 * gdb.base/so-impl-ld.exp
3742 * gdb.base/solib-display.exp
3743 * gdb.base/solib-overlap.exp
3744 * gdb.base/solib-search.exp
3745 * gdb.base/solib-symbol.exp
3746 * gdb.base/structs.exp
3747 * gdb.base/structs2.exp
3748 * gdb.base/symtab-search-order.exp
3749 * gdb.base/twice.exp
3750 * gdb.base/unload.exp
3751 * gdb.base/varargs.exp
3752 * gdb.base/watchpoint-solib.exp
3753 * gdb.base/watchpoint.exp
3754 * gdb.base/whatis.exp
3755 * gdb.base/wrong_frame_bt_full.exp
3756 * gdb.btrace/dlopen.exp
3757 * gdb.cell/ea-standalone.exp
3758 * gdb.cell/ea-test.exp
3759 * gdb.cp/dispcxx.exp
3760 * gdb.cp/gdb2384.exp
3761 * gdb.cp/method2.exp
3762 * gdb.cp/nextoverthrow.exp
3763 * gdb.cp/pr10728.exp
3764 * gdb.disasm/am33.exp
3765 * gdb.disasm/h8300s.exp
3766 * gdb.disasm/mn10300.exp
3767 * gdb.disasm/sh3.exp
3768 * gdb.dwarf2/dw2-dir-file-name.exp
3769 * gdb.fortran/complex.exp
3770 * gdb.fortran/library-module.exp
3771 * gdb.guile/scm-pretty-print.exp
3772 * gdb.guile/scm-symbol.exp
3773 * gdb.guile/scm-type.exp
3774 * gdb.guile/scm-value.exp
3775 * gdb.linespec/linespec.exp
3776 * gdb.mi/gdb701.exp
3777 * gdb.mi/gdb792.exp
3778 * gdb.mi/mi-breakpoint-changed.exp
3779 * gdb.mi/mi-dprintf-pending.exp
3780 * gdb.mi/mi-dprintf.exp
3781 * gdb.mi/mi-exit-code.exp
3782 * gdb.mi/mi-pending.exp
3783 * gdb.mi/mi-solib.exp
3784 * gdb.mi/new-ui-mi-sync.exp
3785 * gdb.mi/pr11022.exp
3786 * gdb.mi/user-selected-context-sync.exp
3787 * gdb.opt/solib-intra-step.exp
3788 * gdb.python/py-events.exp
3789 * gdb.python/py-finish-breakpoint.exp
3790 * gdb.python/py-mi.exp
3791 * gdb.python/py-prettyprint.exp
3792 * gdb.python/py-shared.exp
3793 * gdb.python/py-symbol.exp
3794 * gdb.python/py-template.exp
3795 * gdb.python/py-type.exp
3796 * gdb.python/py-value.exp
3797 * gdb.reverse/solib-precsave.exp
3798 * gdb.reverse/solib-reverse.exp
3799 * gdb.server/solib-list.exp
3800 * gdb.stabs/weird.exp
3801 * gdb.threads/reconnect-signal.exp
3802 * gdb.threads/stepi-random-signal.exp
3803 * gdb.trace/actions.exp
3804 * gdb.trace/ax.exp
3805 * gdb.trace/backtrace.exp
3806 * gdb.trace/change-loc.exp
3807 * gdb.trace/deltrace.exp
3808 * gdb.trace/ftrace-lock.exp
3809 * gdb.trace/ftrace.exp
3810 * gdb.trace/infotrace.exp
3811 * gdb.trace/mi-tracepoint-changed.exp
3812 * gdb.trace/packetlen.exp
3813 * gdb.trace/passcount.exp
3814 * gdb.trace/pending.exp
3815 * gdb.trace/range-stepping.exp
3816 * gdb.trace/report.exp
3817 * gdb.trace/stap-trace.exp
3818 * gdb.trace/tfind.exp
3819 * gdb.trace/trace-break.exp
3820 * gdb.trace/trace-condition.exp
3821 * gdb.trace/trace-enable-disable.exp
3822 * gdb.trace/trace-mt.exp
3823 * gdb.trace/tracecmd.exp
3824 * gdb.trace/tspeed.exp
3825 * gdb.trace/tsv.exp
3826 * lib/perftest.exp
3827
fb9feb35
LM
38282016-12-01 Luis Machado <lgustavo@codesourcery.com>
3829
3830 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
3831 with gdb_test_no_output.
3832 Use command as test name.
3833
cd2ddb6c
LM
38342016-12-01 Luis Machado <lgustavo@codesourcery.com>
3835
3836 Fix test names starting with uppercase throughout the files.
3837
3838 * gdb.ada/assign_1.exp
3839 * gdb.ada/boolean_expr.exp
3840 * gdb.base/arrayidx.exp
3841 * gdb.base/del.exp
3842 * gdb.base/gcore-buffer-overflow.exp
3843 * gdb.base/testenv.exp
3844 * gdb.compile/compile.exp
3845 * gdb.python/py-framefilter-invalidarg.exp
3846 * gdb.python/py-framefilter.exp
3847
bb95117e
LM
38482016-12-01 Luis Machado <lgustavo@codesourcery.com>
3849
3850 Fix test names starting with uppercase throughout the files.
3851
3852 * gdb.ada/array_return.exp
3853 * gdb.ada/expr_delims.exp
3854 * gdb.ada/mi_dyn_arr.exp
3855 * gdb.ada/mi_interface.exp
3856 * gdb.ada/mi_var_array.exp
3857 * gdb.ada/watch_arg.exp
3858 * gdb.arch/alpha-step.exp
3859 * gdb.arch/altivec-regs.exp
3860 * gdb.arch/e500-regs.exp
3861 * gdb.arch/powerpc-d128-regs.exp
3862 * gdb.base/arrayidx.exp
3863 * gdb.base/break.exp
3864 * gdb.base/checkpoint.exp
3865 * gdb.base/debug-expr.exp
3866 * gdb.base/dmsym.exp
3867 * gdb.base/radix.exp
3868 * gdb.base/sepdebug.exp
3869 * gdb.base/testenv.exp
3870 * gdb.base/watch_thread_num.exp
3871 * gdb.base/watchpoint-cond-gone.exp
3872 * gdb.cell/break.exp
3873 * gdb.cell/ea-cache.exp
3874 * gdb.compile/compile.exp
3875 * gdb.cp/gdb2495.exp
3876 * gdb.gdb/selftest.exp
3877 * gdb.gdb/xfullpath.exp
3878 * gdb.go/hello.exp
3879 * gdb.go/integers.exp
3880 * gdb.objc/basicclass.exp
3881 * gdb.pascal/hello.exp
3882 * gdb.pascal/integers.exp
3883 * gdb.python/py-breakpoint.exp
3884 * gdb.python/py-cmd.exp
3885 * gdb.python/py-linetable.exp
3886 * gdb.python/py-xmethods.exp
3887 * gdb.python/python.exp
3888 * gdb.reverse/consecutive-precsave.exp
3889 * gdb.reverse/finish-precsave.exp
3890 * gdb.reverse/i386-precsave.exp
3891 * gdb.reverse/machinestate-precsave.exp
3892 * gdb.reverse/sigall-precsave.exp
3893 * gdb.reverse/solib-precsave.exp
3894 * gdb.reverse/step-precsave.exp
3895 * gdb.reverse/until-precsave.exp
3896 * gdb.reverse/watch-precsave.exp
3897 * gdb.threads/leader-exit.exp
3898 * gdb.threads/pthreads.exp
3899 * gdb.threads/wp-replication.exp
3900 * gdb.trace/actions.exp
3901 * gdb.trace/mi-tsv-changed.exp
3902 * gdb.trace/tsv.exp
3903
de97fdd4
LM
39042016-12-01 Luis Machado <lgustavo@codesourcery.com>
3905
3906 Fix test names starting with uppercase throughout the files.
3907
3908 * gdb.arch/i386-bp_permanent.exp
3909 * gdb.arch/i386-gnu-cfi.exp
3910 * gdb.base/disasm-end-cu.exp
3911 * gdb.base/macscp.exp
3912 * gdb.base/pending.exp
3913 * gdb.base/watch_thread_num.exp
3914 * gdb.cp/exception.exp
3915 * gdb.cp/gdb2495.exp
3916 * gdb.cp/local.exp
3917 * gdb.python/py-evsignal.exp
3918 * gdb.python/python.exp
3919 * gdb.trace/tracecmd.exp
3920
9f058c10
LM
39212016-12-01 Luis Machado <lgustavo@codesourcery.com>
3922
3923 Fix test names starting with uppercase throughout the files.
3924
3925 * gdb.base/charset.exp
3926 * gdb.base/eval.exp
3927 * gdb.base/multi-forks.exp
3928 * gdb.guile/scm-progspace.exp
3929 * gdb.opencl/datatypes.exp
3930 * gdb.python/py-block.exp
3931 * gdb.python/py-function.exp
3932 * gdb.python/py-symbol.exp
3933 * gdb.python/py-symtab.exp
3934 * gdb.python/py-xmethods.exp
3935 * gdb.reverse/break-precsave.exp
3936 * gdb.reverse/break-reverse.exp
3937 * gdb.reverse/consecutive-precsave.exp
3938 * gdb.reverse/consecutive-reverse.exp
3939 * gdb.reverse/finish-precsave.exp
3940 * gdb.reverse/finish-reverse-bkpt.exp
3941 * gdb.reverse/finish-reverse.exp
3942 * gdb.reverse/fstatat-reverse.exp
3943 * gdb.reverse/getresuid-reverse.exp
3944 * gdb.reverse/i386-precsave.exp
3945 * gdb.reverse/i386-reverse.exp
3946 * gdb.reverse/i386-sse-reverse.exp
3947 * gdb.reverse/i387-stack-reverse.exp
3948 * gdb.reverse/insn-reverse.exp
3949 * gdb.reverse/machinestate-precsave.exp
3950 * gdb.reverse/machinestate.exp
3951 * gdb.reverse/next-reverse-bkpt-over-sr.exp
3952 * gdb.reverse/pipe-reverse.exp
3953 * gdb.reverse/readv-reverse.exp
3954 * gdb.reverse/recvmsg-reverse.exp
3955 * gdb.reverse/rerun-prec.exp
3956 * gdb.reverse/s390-mvcle.exp
3957 * gdb.reverse/sigall-precsave.exp
3958 * gdb.reverse/sigall-reverse.exp
3959 * gdb.reverse/solib-precsave.exp
3960 * gdb.reverse/solib-reverse.exp
3961 * gdb.reverse/step-precsave.exp
3962 * gdb.reverse/step-reverse.exp
3963 * gdb.reverse/time-reverse.exp
3964 * gdb.reverse/until-precsave.exp
3965 * gdb.reverse/until-reverse.exp
3966 * gdb.reverse/waitpid-reverse.exp
3967 * gdb.reverse/watch-precsave.exp
3968 * gdb.reverse/watch-reverse.exp
3969
cdc7edd7
LM
39702016-12-01 Luis Machado <lgustavo@codesourcery.com>
3971
3972 Fix test names starting with uppercase throughout the files.
3973
3974 * gdb.arch/i386-mpx-simple_segv.exp
3975 * gdb.arch/i386-mpx.exp
3976 * gdb.arch/i386-permbkpt.exp
3977 * gdb.arch/pa-nullify.exp
3978 * gdb.arch/powerpc-d128-regs.exp
3979 * gdb.arch/vsx-regs.exp
3980 * gdb.base/bfp-test.exp
3981 * gdb.base/break.exp
3982 * gdb.base/breakpoint-shadow.exp
3983 * gdb.base/callfuncs.exp
3984 * gdb.base/charset.exp
3985 * gdb.base/commands.exp
3986 * gdb.base/completion.exp
3987 * gdb.base/dfp-test.exp
3988 * gdb.base/echo.exp
3989 * gdb.base/ending-run.exp
3990 * gdb.base/eval.exp
3991 * gdb.base/expand-psymtabs.exp
3992 * gdb.base/float128.exp
3993 * gdb.base/floatn.exp
3994 * gdb.base/foll-exec-mode.exp
3995 * gdb.base/gdb1056.exp
3996 * gdb.base/gdb11531.exp
3997 * gdb.base/kill-after-signal.exp
3998 * gdb.base/multi-forks.exp
3999 * gdb.base/overlays.exp
4000 * gdb.base/pending.exp
4001 * gdb.base/sepdebug.exp
4002 * gdb.base/testenv.exp
4003 * gdb.base/valgrind-db-attach.exp
4004 * gdb.base/watch_thread_num.exp
4005 * gdb.base/watchpoint-cond-gone.exp
4006 * gdb.base/watchpoint.exp
4007 * gdb.base/watchpoints.exp
4008 * gdb.cp/arg-reference.exp
4009 * gdb.cp/baseenum.exp
4010 * gdb.cp/operator.exp
4011 * gdb.cp/shadow.exp
4012 * gdb.dwarf2/dw2-op-out-param.exp
4013 * gdb.dwarf2/dw2-reg-undefined.exp
4014 * gdb.go/chan.exp
4015 * gdb.go/hello.exp
4016 * gdb.go/integers.exp
4017 * gdb.go/methods.exp
4018 * gdb.go/package.exp
4019 * gdb.guile/scm-parameter.exp
4020 * gdb.guile/scm-progspace.exp
4021 * gdb.guile/scm-value.exp
4022 * gdb.mi/mi-pending.exp
4023 * gdb.mi/user-selected-context-sync.exp
4024 * gdb.multi/multi-attach.exp
4025 * gdb.multi/tids.exp
4026 * gdb.opt/clobbered-registers-O2.exp
4027 * gdb.pascal/floats.exp
4028 * gdb.pascal/integers.exp
4029 * gdb.python/py-block.exp
4030 * gdb.python/py-events.exp
4031 * gdb.python/py-parameter.exp
4032 * gdb.python/py-symbol.exp
4033 * gdb.python/py-symtab.exp
4034 * gdb.python/py-type.exp
4035 * gdb.python/py-value.exp
4036 * gdb.python/py-xmethods.exp
4037 * gdb.python/python.exp
4038 * gdb.reverse/break-precsave.exp
4039 * gdb.reverse/consecutive-precsave.exp
4040 * gdb.reverse/finish-precsave.exp
4041 * gdb.reverse/i386-precsave.exp
4042 * gdb.reverse/machinestate-precsave.exp
4043 * gdb.reverse/sigall-precsave.exp
4044 * gdb.reverse/solib-precsave.exp
4045 * gdb.reverse/step-precsave.exp
4046 * gdb.reverse/until-precsave.exp
4047 * gdb.reverse/watch-precsave.exp
4048 * gdb.server/ext-attach.exp
4049 * gdb.server/ext-restart.exp
4050 * gdb.server/ext-run.exp
4051 * gdb.server/ext-wrapper.exp
4052 * gdb.stabs/gdb11479.exp
4053 * gdb.stabs/weird.exp
4054 * gdb.threads/attach-many-short-lived-threads.exp
4055 * gdb.threads/kill.exp
4056 * gdb.threads/watchpoint-fork.exp
4057
bc6c7af4
LM
40582016-12-01 Luis Machado <lgustavo@codesourcery.com>
4059
4060 Fix test names starting with uppercase throughout all the files below.
4061
4062 * gdb.ada/array_return.exp
4063 * gdb.ada/catch_ex.exp
4064 * gdb.ada/info_exc.exp
4065 * gdb.ada/mi_catch_ex.exp
4066 * gdb.ada/mi_dyn_arr.exp
4067 * gdb.ada/mi_ex_cond.exp
4068 * gdb.ada/mi_exc_info.exp
4069 * gdb.ada/mi_interface.exp
4070 * gdb.ada/mi_task_arg.exp
4071 * gdb.ada/mi_task_info.exp
4072 * gdb.ada/mi_var_array.exp
4073 * gdb.arch/alpha-step.exp
4074 * gdb.arch/amd64-disp-step.exp
4075 * gdb.arch/arm-disp-step.exp
4076 * gdb.arch/disp-step-insn-reloc.exp
4077 * gdb.arch/e500-prologue.exp
4078 * gdb.arch/ftrace-insn-reloc.exp
4079 * gdb.arch/gdb1558.exp
4080 * gdb.arch/i386-bp_permanent.exp
4081 * gdb.arch/i386-disp-step.exp
4082 * gdb.arch/i386-float.exp
4083 * gdb.arch/i386-gnu-cfi.exp
4084 * gdb.arch/ia64-breakpoint-shadow.exp
4085 * gdb.arch/mips16-thunks.exp
4086 * gdb.arch/pa-nullify.exp
4087 * gdb.arch/powerpc-aix-prologue.exp
4088 * gdb.arch/powerpc-power.exp
4089 * gdb.arch/ppc-dfp.exp
4090 * gdb.arch/s390-tdbregs.exp
4091 * gdb.arch/spu-info.exp
4092 * gdb.arch/spu-ls.exp
4093 * gdb.arch/thumb-bx-pc.exp
4094 * gdb.base/advance.exp
4095 * gdb.base/annota-input-while-running.exp
4096 * gdb.base/arrayidx.exp
4097 * gdb.base/asmlabel.exp
4098 * gdb.base/async.exp
4099 * gdb.base/attach-wait-input.exp
4100 * gdb.base/auto-connect-native-target.exp
4101 * gdb.base/batch-preserve-term-settings.exp
4102 * gdb.base/bfp-test.exp
4103 * gdb.base/bigcore.exp
4104 * gdb.base/bp-permanent.exp
4105 * gdb.base/break-always.exp
4106 * gdb.base/break-fun-addr.exp
4107 * gdb.base/break-idempotent.exp
4108 * gdb.base/break-main-file-remove-fail.exp
4109 * gdb.base/break-probes.exp
4110 * gdb.base/break-unload-file.exp
4111 * gdb.base/break.exp
4112 * gdb.base/call-ar-st.exp
4113 * gdb.base/call-rt-st.exp
4114 * gdb.base/call-sc.exp
4115 * gdb.base/call-signal-resume.exp
4116 * gdb.base/call-strs.exp
4117 * gdb.base/callexit.exp
4118 * gdb.base/callfuncs.exp
4119 * gdb.base/catch-gdb-caused-signals.exp
4120 * gdb.base/catch-signal-siginfo-cond.exp
4121 * gdb.base/catch-syscall.exp
4122 * gdb.base/compare-sections.exp
4123 * gdb.base/cond-eval-mode.exp
4124 * gdb.base/condbreak-call-false.exp
4125 * gdb.base/consecutive-step-over.exp
4126 * gdb.base/cursal.exp
4127 * gdb.base/disabled-location.exp
4128 * gdb.base/disasm-end-cu.exp
4129 * gdb.base/display.exp
4130 * gdb.base/double-prompt-target-event-error.exp
4131 * gdb.base/dprintf-bp-same-addr.exp
4132 * gdb.base/dprintf-detach.exp
4133 * gdb.base/dprintf-next.exp
4134 * gdb.base/dprintf-non-stop.exp
4135 * gdb.base/dprintf-pending.exp
4136 * gdb.base/dso2dso.exp
4137 * gdb.base/ending-run.exp
4138 * gdb.base/enum_cond.exp
4139 * gdb.base/examine-backward.exp
4140 * gdb.base/exe-lock.exp
4141 * gdb.base/exec-invalid-sysroot.exp
4142 * gdb.base/execl-update-breakpoints.exp
4143 * gdb.base/execution-termios.exp
4144 * gdb.base/fileio.exp
4145 * gdb.base/fixsection.exp
4146 * gdb.base/foll-exec-mode.exp
4147 * gdb.base/foll-exec.exp
4148 * gdb.base/fork-running-state.exp
4149 * gdb.base/frame-args.exp
4150 * gdb.base/fullpath-expand.exp
4151 * gdb.base/func-ptr.exp
4152 * gdb.base/gcore-relro-pie.exp
4153 * gdb.base/gdb1090.exp
4154 * gdb.base/gdb1555.exp
4155 * gdb.base/global-var-nested-by-dso.exp
4156 * gdb.base/gnu-ifunc.exp
4157 * gdb.base/hbreak-in-shr-unsupported.exp
4158 * gdb.base/hbreak-unmapped.exp
4159 * gdb.base/hook-stop.exp
4160 * gdb.base/infcall-input.exp
4161 * gdb.base/info-fun.exp
4162 * gdb.base/info-shared.exp
4163 * gdb.base/interrupt-noterm.exp
4164 * gdb.base/jit-so.exp
4165 * gdb.base/jit.exp
4166 * gdb.base/line-symtabs.exp
4167 * gdb.base/list.exp
4168 * gdb.base/longjmp.exp
4169 * gdb.base/macscp.exp
4170 * gdb.base/max-value-size.exp
4171 * gdb.base/nodebug.exp
4172 * gdb.base/nofield.exp
4173 * gdb.base/overlays.exp
4174 * gdb.base/paginate-after-ctrl-c-running.exp
4175 * gdb.base/paginate-bg-execution.exp
4176 * gdb.base/paginate-inferior-exit.exp
4177 * gdb.base/pending.exp
4178 * gdb.base/pr11022.exp
4179 * gdb.base/printcmds.exp
4180 * gdb.base/ptr-typedef.exp
4181 * gdb.base/ptype.exp
4182 * gdb.base/randomize.exp
4183 * gdb.base/range-stepping.exp
4184 * gdb.base/realname-expand.exp
4185 * gdb.base/relativedebug.exp
4186 * gdb.base/remote.exp
4187 * gdb.base/savedregs.exp
4188 * gdb.base/sepdebug.exp
4189 * gdb.base/set-noassign.exp
4190 * gdb.base/shlib-call.exp
4191 * gdb.base/shreloc.exp
4192 * gdb.base/sigaltstack.exp
4193 * gdb.base/sigbpt.exp
4194 * gdb.base/siginfo-addr.exp
4195 * gdb.base/siginfo-obj.exp
4196 * gdb.base/siginfo-thread.exp
4197 * gdb.base/signest.exp
4198 * gdb.base/signull.exp
4199 * gdb.base/sigrepeat.exp
4200 * gdb.base/skip.exp
4201 * gdb.base/so-impl-ld.exp
4202 * gdb.base/solib-corrupted.exp
4203 * gdb.base/solib-disc.exp
4204 * gdb.base/solib-display.exp
4205 * gdb.base/solib-overlap.exp
4206 * gdb.base/solib-search.exp
4207 * gdb.base/solib-symbol.exp
4208 * gdb.base/source-execution.exp
4209 * gdb.base/sss-bp-on-user-bp-2.exp
4210 * gdb.base/sss-bp-on-user-bp.exp
4211 * gdb.base/stack-checking.exp
4212 * gdb.base/stale-infcall.exp
4213 * gdb.base/step-break.exp
4214 * gdb.base/step-line.exp
4215 * gdb.base/step-over-exit.exp
4216 * gdb.base/step-test.exp
4217 * gdb.base/structs.exp
4218 * gdb.base/sym-file.exp
4219 * gdb.base/symtab-search-order.exp
4220 * gdb.base/term.exp
4221 * gdb.base/type-opaque.exp
4222 * gdb.base/unload.exp
4223 * gdb.base/until-nodebug.exp
4224 * gdb.base/until.exp
4225 * gdb.base/unwindonsignal.exp
4226 * gdb.base/watch-cond.exp
4227 * gdb.base/watch-non-mem.exp
4228 * gdb.base/watch_thread_num.exp
4229 * gdb.base/watchpoint-reuse-slot.exp
4230 * gdb.base/watchpoint-solib.exp
4231 * gdb.base/watchpoint.exp
4232 * gdb.btrace/dlopen.exp
4233 * gdb.cell/arch.exp
4234 * gdb.cell/break.exp
4235 * gdb.cell/bt.exp
4236 * gdb.cell/core.exp
4237 * gdb.cell/data.exp
4238 * gdb.cell/dwarfaddr.exp
4239 * gdb.cell/ea-cache.exp
4240 * gdb.cell/ea-standalone.exp
4241 * gdb.cell/ea-test.exp
4242 * gdb.cell/f-regs.exp
4243 * gdb.cell/fork.exp
4244 * gdb.cell/gcore.exp
4245 * gdb.cell/mem-access.exp
4246 * gdb.cell/ptype.exp
4247 * gdb.cell/registers.exp
4248 * gdb.cell/sizeof.exp
4249 * gdb.cell/solib-symbol.exp
4250 * gdb.cell/solib.exp
4251 * gdb.compile/compile-tls.exp
4252 * gdb.cp/exception.exp
4253 * gdb.cp/gdb2495.exp
4254 * gdb.cp/local.exp
4255 * gdb.cp/mb-inline.exp
4256 * gdb.cp/mb-templates.exp
4257 * gdb.cp/pr10687.exp
4258 * gdb.cp/pr9167.exp
4259 * gdb.cp/scope-err.exp
4260 * gdb.cp/templates.exp
4261 * gdb.cp/virtfunc.exp
4262 * gdb.dwarf2/dw2-dir-file-name.exp
4263 * gdb.dwarf2/dw2-single-line-discriminators.exp
4264 * gdb.fortran/complex.exp
4265 * gdb.fortran/library-module.exp
4266 * gdb.guile/guile.exp
4267 * gdb.guile/scm-cmd.exp
4268 * gdb.guile/scm-frame-inline.exp
4269 * gdb.guile/scm-objfile.exp
4270 * gdb.guile/scm-pretty-print.exp
4271 * gdb.guile/scm-symbol.exp
4272 * gdb.guile/scm-type.exp
4273 * gdb.guile/scm-value.exp
4274 * gdb.linespec/keywords.exp
4275 * gdb.linespec/ls-errs.exp
4276 * gdb.linespec/macro-relative.exp
4277 * gdb.linespec/thread.exp
4278 * gdb.mi/mi-breakpoint-changed.exp
4279 * gdb.mi/mi-dprintf-pending.exp
4280 * gdb.mi/mi-fullname-deleted.exp
4281 * gdb.mi/mi-logging.exp
4282 * gdb.mi/mi-pending.exp
4283 * gdb.mi/mi-solib.exp
4284 * gdb.mi/new-ui-mi-sync.exp
4285 * gdb.mi/user-selected-context-sync.exp
4286 * gdb.multi/dummy-frame-restore.exp
4287 * gdb.multi/multi-arch-exec.exp
4288 * gdb.multi/remove-inferiors.exp
4289 * gdb.multi/watchpoint-multi-exit.exp
4290 * gdb.opt/solib-intra-step.exp
4291 * gdb.perf/backtrace.exp
4292 * gdb.perf/single-step.exp
4293 * gdb.perf/skip-command.exp
4294 * gdb.perf/skip-prologue.exp
4295 * gdb.perf/solib.exp
4296 * gdb.python/lib-types.exp
4297 * gdb.python/py-as-string.exp
4298 * gdb.python/py-bad-printers.exp
4299 * gdb.python/py-block.exp
4300 * gdb.python/py-breakpoint.exp
4301 * gdb.python/py-cmd.exp
4302 * gdb.python/py-events.exp
4303 * gdb.python/py-evthreads.exp
4304 * gdb.python/py-finish-breakpoint.exp
4305 * gdb.python/py-finish-breakpoint2.exp
4306 * gdb.python/py-frame-inline.exp
4307 * gdb.python/py-frame.exp
4308 * gdb.python/py-inferior.exp
4309 * gdb.python/py-infthread.exp
4310 * gdb.python/py-mi.exp
4311 * gdb.python/py-objfile.exp
4312 * gdb.python/py-pp-maint.exp
4313 * gdb.python/py-pp-registration.exp
4314 * gdb.python/py-prettyprint.exp
4315 * gdb.python/py-recurse-unwind.exp
4316 * gdb.python/py-shared.exp
4317 * gdb.python/py-symbol.exp
4318 * gdb.python/py-symtab.exp
4319 * gdb.python/py-template.exp
4320 * gdb.python/py-type.exp
4321 * gdb.python/py-unwind-maint.exp
4322 * gdb.python/py-unwind.exp
4323 * gdb.python/py-value.exp
4324 * gdb.python/python.exp
4325 * gdb.reverse/finish-reverse-bkpt.exp
4326 * gdb.reverse/insn-reverse.exp
4327 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4328 * gdb.reverse/solib-precsave.exp
4329 * gdb.reverse/solib-reverse.exp
4330 * gdb.stabs/gdb11479.exp
4331 * gdb.stabs/weird.exp
4332 * gdb.threads/fork-child-threads.exp
4333 * gdb.threads/fork-plus-threads.exp
4334 * gdb.threads/fork-thread-pending.exp
4335 * gdb.threads/forking-threads-plus-breakpoint.exp
4336 * gdb.threads/hand-call-in-threads.exp
4337 * gdb.threads/interrupted-hand-call.exp
4338 * gdb.threads/linux-dp.exp
4339 * gdb.threads/local-watch-wrong-thread.exp
4340 * gdb.threads/next-while-other-thread-longjmps.exp
4341 * gdb.threads/non-ldr-exit.exp
4342 * gdb.threads/pending-step.exp
4343 * gdb.threads/print-threads.exp
4344 * gdb.threads/process-dies-while-detaching.exp
4345 * gdb.threads/process-dies-while-handling-bp.exp
4346 * gdb.threads/pthreads.exp
4347 * gdb.threads/queue-signal.exp
4348 * gdb.threads/reconnect-signal.exp
4349 * gdb.threads/signal-command-handle-nopass.exp
4350 * gdb.threads/signal-command-multiple-signals-pending.exp
4351 * gdb.threads/signal-delivered-right-thread.exp
4352 * gdb.threads/signal-sigtrap.exp
4353 * gdb.threads/sigthread.exp
4354 * gdb.threads/staticthreads.exp
4355 * gdb.threads/stepi-random-signal.exp
4356 * gdb.threads/thread-unwindonsignal.exp
4357 * gdb.threads/thread_check.exp
4358 * gdb.threads/thread_events.exp
4359 * gdb.threads/tid-reuse.exp
4360 * gdb.threads/tls-nodebug.exp
4361 * gdb.threads/tls-shared.exp
4362 * gdb.threads/tls-so_extern.exp
4363 * gdb.threads/tls.exp
4364 * gdb.threads/wp-replication.exp
4365 * gdb.trace/actions-changed.exp
4366 * gdb.trace/actions.exp
4367 * gdb.trace/backtrace.exp
4368 * gdb.trace/change-loc.exp
4369 * gdb.trace/collection.exp
4370 * gdb.trace/deltrace.exp
4371 * gdb.trace/disconnected-tracing.exp
4372 * gdb.trace/entry-values.exp
4373 * gdb.trace/ftrace-lock.exp
4374 * gdb.trace/ftrace.exp
4375 * gdb.trace/infotrace.exp
4376 * gdb.trace/mi-trace-frame-collected.exp
4377 * gdb.trace/mi-trace-unavailable.exp
4378 * gdb.trace/mi-traceframe-changed.exp
4379 * gdb.trace/mi-tracepoint-changed.exp
4380 * gdb.trace/mi-tsv-changed.exp
4381 * gdb.trace/no-attach-trace.exp
4382 * gdb.trace/packetlen.exp
4383 * gdb.trace/passc-dyn.exp
4384 * gdb.trace/passcount.exp
4385 * gdb.trace/pending.exp
4386 * gdb.trace/pr16508.exp
4387 * gdb.trace/qtro.exp
4388 * gdb.trace/range-stepping.exp
4389 * gdb.trace/read-memory.exp
4390 * gdb.trace/report.exp
4391 * gdb.trace/save-trace.exp
4392 * gdb.trace/signal.exp
4393 * gdb.trace/stap-trace.exp
4394 * gdb.trace/status-stop.exp
4395 * gdb.trace/strace.exp
4396 * gdb.trace/tfile.exp
4397 * gdb.trace/tfind.exp
4398 * gdb.trace/trace-break.exp
4399 * gdb.trace/trace-condition.exp
4400 * gdb.trace/trace-enable-disable.exp
4401 * gdb.trace/trace-mt.exp
4402 * gdb.trace/tracecmd.exp
4403 * gdb.trace/tracefile-pseudo-reg.exp
4404 * gdb.trace/tspeed.exp
4405 * gdb.trace/tstatus.exp
4406 * gdb.trace/tsv.exp
4407 * gdb.trace/unavailable.exp
4408 * gdb.trace/while-dyn.exp
4409 * gdb.trace/while-stepping.exp
4410 * lib/gdb-guile.exp
4411 * lib/gdb.exp
4412 * lib/mi-support.exp
4413 * lib/pascal.exp
4414 * lib/perftest.exp
4415 * lib/prelink-support.exp
4416 * lib/selftest-support.exp
4417
ad02e4fe
SM
44182016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
4419
4420 * Makefile.in: Include disable-implicit-rules.mk.
4421
22347e55
AA
44222016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4423
4424 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
4425 non-byte-aligned bit fields.
4426
da5b30da
AA
44272016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4428
4429 PR gdb/12616
4430 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
4431 respects the DW_AT_data_bit_offset attribute.
4432
b593ecca
SM
44332016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
4434
4435 * gdb.base/default.exp: Fix output of "set language".
4436
3b165252
SM
44372016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
4438
4439 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
4440 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
4441 make.
4442 * configure.ac: Remove checks for the make program.
4443 * configure: Re-generate.
4444
1a2f3d7f
KB
44452016-11-16 Kevin Buettner <kevinb@redhat.com>
4446
4447 * gdb.python/py-recurse-unwind.c (main): Add loop.
4448 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
4449 to read_register() and gdb.parse_and_eval(). Make each code
4450 call a separate case that can be individually tested.
4451 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
4452 proc. Call cont_and_backtrace for each of the code paths that
4453 we want to test in the unwinder.
4454
b7f38fda
AA
44552016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
4456
4457 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
4458 the definition of struct S.
4459
1f8db343
CM
44602016-11-11 Catherine Moore <clm@codesourcery.com>
4461
4462 * gdb.base/dump.exp: Identify verilog format dump tests as such.
4463
fad0c9fb
PA
44642016-11-09 Pedro Alves <palves@redhat.com>
4465
4466 * gdb.base/commands.exp (runto_or_return): New procedure.
4467 (gdbvar_simple_if_test, gdbvar_simple_while_test)
4468 (gdbvar_complex_if_while_test, progvar_simple_if_test)
4469 (progvar_simple_while_test, progvar_complex_if_while_test)
4470 (if_while_breakpoint_command_test)
4471 (infrun_breakpoint_command_test, breakpoint_command_test)
4472 (user_defined_command_test, watchpoint_command_test)
4473 (test_command_prompt_position, redefine_hook_test)
4474 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
4475 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
4476 multi_line_input and multi_line. Remove gdb_expect and
4477 gdb_stop_suppressing_tests uses.
4478 * lib/gdb.exp (valnum_re): New global.
4479 (multi_line_input): New procedure.
4480
8354c62c
SM
44812016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
4482
4483 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
4484 Remove.
4485 (test_setup): Define with proc_with_prefix.
4486 (test_cli_inferior): Likewise.
4487 (test_cli_thread): Likewise.
4488 (test_cli_frame): Likewise.
4489 (test_cli_select_frame): Likewise.
4490 (test_cli_up_down): Likewise.
4491 (test_mi_thread_select): Likewise.
4492 (test_mi_stack_select_frame): Likewise.
4493 (test_cli_in_mi_inferior): Likewise.
4494 (test_cli_in_mi_thread): Likewise.
4495 (test_cli_in_mi_frame): Likewise.
4496 (top level): Do not use with_test_prefix_procname.
4497
64f367a2
PA
44982016-11-09 Pedro Alves <palves@redhat.com>
4499
4500 * gdb.base/commands.exp (gdbvar_simple_if_test)
4501 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
4502 (progvar_simple_if_test, progvar_simple_while_test)
4503 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
4504 (infrun_breakpoint_command_test, breakpoint_command_test)
4505 (user_defined_command_test, watchpoint_command_test)
4506 (test_command_prompt_position, deprecated_command_test)
4507 (bp_deleted_in_command, temporary_breakpoint_commands)
4508 (stray_arg0_test, source_file_with_indented_comment)
4509 (recursive_source_test, if_commands_test)
4510 (error_clears_commands_left, redefine_hook_test)
4511 (redefine_backtrace_test): Use proc_with_prefix.
4512 * lib/gdb.exp (proc_with_prefix): New proc.
4513
0bb65f1e
AA
45142016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
4515
4516 * gdb.base/tui-layout.c: New file.
4517 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
4518 disassembly window contains very long lines.
4519
7353f247
TT
45202016-11-08 Tom Tromey <tom@tromey.com>
4521
4522 * gdb.python/py-value.exp (test_value_creation): Make "long" test
4523 depend on Python 2.
4524
30a7bb83
TT
45252016-11-08 Tom Tromey <tom@tromey.com>
4526
4527 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
4528 New method.
4529
cdf5a07c
MG
45302016-10-29 Manish Goregaokar <manish@mozilla.com>
4531
2806dc7e 4532 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 4533
51a789c3
MG
45342016-10-27 Manish Goregaokar <manish@mozilla.com>
4535
2806dc7e
PA
4536 * gdb.rust/simple.rs: Add test for univariant enums without
4537 discriminants and for encoded struct-like enums.
51a789c3 4538
f610ab6d
PA
45392016-10-28 Pedro Alves <palves@redhat.com>
4540
4541 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
4542 gdb_test_multiple, tighten regexps and match symtabs and line
4543 tables incrementally.
4544
b129b0ca
LM
45452016-10-28 Luis Machado <lgustavo@codesourcery.com>
4546
4547 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
4548 general.
4549
ecf45d2c
SL
45502016-10-25 Luis Machado <lgustavo@codesourcery.com>
4551
4552 * gdb.base/exec-invalid-sysroot.exp: New file.
4553
b8d38ee4
JK
45542016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4555
4556 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
4557
f90fd8c2
JK
45582016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4559
4560 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
4561
2d2476aa
MR
45622016-10-19 Maciej W. Rozycki <macro@imgtec.com>
4563
2806dc7e
PA
4564 * gdb.base/killed-outside.exp: Remove $options from a call to
4565 `prepare_for_testing'.
2d2476aa 4566
e42b25a0
SM
45672016-10-17 Simon Marchi <simon.marchi@ericsson.com>
4568
4569 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
4570 Change test message.
4571
3ccdb432
SM
45722016-10-17 Simon Marchi <simon.marchi@ericsson.com>
4573
4574 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
4575 Update comment.
4576
5bad3170
SM
45772016-10-17 Simon Marchi <simon.marchi@ericsson.com>
4578
4579 * gdb.trace/mi-trace-save.exp: New file.
4580
5ad9dba7
YQ
45812016-10-13 Yao Qi <yao.qi@linaro.org>
4582
4583 * gdb.base/code_elim.exp (get_var_address): Remove.
4584 * gdb.base/relocate.exp: Likewise.
4585 * gdb.base/shreloc.exp: Likewise.
4586 * lib/gdb.exp (get_var_address): New.
4587
62df7e21
YQ
45882016-10-13 Yao Qi <yao.qi@linaro.org>
4589
4590 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
4591 floating point tests if $skip_float_test is false.
4592
4dac951e
LM
45932016-10-12 Luis Machado <lgustavo@codesourcery.com>
4594
4595 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
4596 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
4597 argc values.
4598 Add 1 to argc so we guarantee distinct initial/modified argc values.
4599
8f1a8fc4
JK
46002016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4601
4602 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
4603
16c85b5d
JK
46042016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4605
4606 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
4607 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
4608 * gdb.arch/vsx-regs.exp: Likewise.
4609
1d0e042a
YQ
46102016-10-07 Yao Qi <yao.qi@linaro.org>
4611
4612 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
4613
68dadef5
MM
46142016-10-07 Markus Metzger <markus.t.metzger@intel.com>
4615
4616 * gdb.python/python.exp: Test decode_line("*0").
4617
33fa2c6e
DE
46182016-10-06 Doug Evans <dje@google.com>
4619
4620 * gdb.python/py-value.exp (test_value_creation): Add test for large
4621 unsigned 64-bit value.
4622
9c37b5ae
TT
46232016-10-06 Tom Tromey <tom@tromey.com>
4624
4625 * gdb.compile/compile.exp: Change java tests to rust.
4626 * gdb.base/setshow.exp: Change java tests to rust.
4627 * gdb.base/default.exp: Remove java from language list.
4628 * README (Examples): Update language example.
4629 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
4630 test.
4631 * lib/gdb.exp (skip_java_tests): Remove.
4632 * lib/java.exp: Remove.
4633 * gdb.java: Remove.
4634
78b86327
MR
46352016-10-06 Maciej W. Rozycki <macro@imgtec.com>
4636
4637 * gdb.arch/mips-fcr.exp: New test.
4638 * gdb.arch/mips-fcr.c: Source for the new test.
4639
7470adbb
MR
46402016-10-06 Maciej W. Rozycki <macro@imgtec.com>
4641
4642 * gdb.base/solib-disc.exp: Use `standard_output_file'
4643 throughout.
4644
4a556533
PA
46452016-10-06 Pedro Alves <palves@redhat.com>
4646
4647 * gdb.base/jit-simple-dl.c: New file.
4648 * gdb.base/jit-simple-jit.c: New file, factored out from ...
4649 * gdb.base/jit-simple.c: ... this.
4650 * gdb.base/jit-simple.exp (jit_run): Delete.
4651 (build_jit): New proc.
4652 (jit_test_reread): Recompile either the main program or the shared
4653 library, depending on what is being tested. Skip changing address
4654 if caller wants to. Compare before/after addresses. If testing
4655 standalone, explicitly load the binary. Test "maint info
4656 breakpoints".
4657 (top level): Add "standalone vs shared lib" and "change address"
4658 vs "same address" axes.
4659
5a122fbc
PA
46602016-10-06 Pedro Alves <palves@redhat.com>
4661
4662 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
4663 call.
4664 (jit_run): Delete.
4665 (jit_test_reread): Use with_test_prefix. Reload the main binary
4666 explicitly. Compare the before/after addresses of the JIT
4667 descriptor.
4668
ee8da4b8
DE
46692016-08-15 Doug Evans <dje@google.com>
4670
4671 * gdb.xml/extra-regs.xml: Update, end field now required, default type
4672 for single bitfields is bool.
4673 * gdb.xml/tdesc-regs.exp: Ditto.
4674
f389f6fe
JK
46752016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4676
4677 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
4678
fdebf1a4
YQ
46792016-10-05 Yao Qi <yao.qi@linaro.org>
4680
4681 * lib/gdb.exp (support_complex_tests): Return zero if
4682 gdb_skip_float_test return true.
4683
9c36d954 46842016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 4685 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
4686
4687 PR gdb/20487
4688 * gdb.mi/user-selected-context-sync.exp: New file.
4689 * gdb.mi/user-selected-context-sync.c: New file.
4690
4034d0ff 46912016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 4692 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
4693
4694 PR gdb/20487
4695 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
4696 =thread-select-event check.
4697
a4297203
PB
46982016-09-29 Peter Bergner <bergner@vnet.ibm.com>
4699
4700 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
4701 the compulsory L operand changes.
4702 * gdb.arch/powerpc-power.s: Likewise.
4703
bb805577
JK
47042016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4705
4706 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
4707 * gdb.base/jit-attach-pie.c: New file.
4708 * gdb.base/jit-attach-pie.exp: New file.
4709
6d61dee5
PA
47102016-09-28 Pedro Alves <palves@redhat.com>
4711
4712 * gdb.base/infcall-input.c: New file.
4713 * gdb.base/infcall-input.exp: New file.
4714
f73842fc
YQ
47152016-09-22 Yao Qi <yao.qi@linaro.org>
4716
4717 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
4718 (gdb_exit): Rename it to ...
4719 (gdbserver_gdb_exit): ... Close GDBserver.
4720 (gdb_exit): New proc, call gdbserver_gdb_exit.
4721 (mi_gdb_exit): Likewise.
4722
90681dab
YQ
47232016-09-22 Yao Qi <yao.qi@linaro.org>
4724
4725 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
4726 path.
4727 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
4728 Remove duplication.
4729
9c211fd8
YQ
47302016-09-22 Yao Qi <yao.qi@linaro.org>
4731
4732 * lib/gdbserver-support.exp: Check the existence of
4733 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
4734
ad0a504f
AK
47352016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
4736
4737 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
4738
36cf1806
TT
47392016-09-21 Tom Tromey <tom@tromey.com>
4740
4741 PR gdb/20604:
4742 * gdb.base/quit.exp: New file.
4743
74172ecf
SM
47442016-09-21 Simon Marchi <simon.marchi@ericsson.com>
4745
4746 * .gitignore: New file.
4747
3d0ec882
MR
47482016-09-21 Maciej W. Rozycki <macro@imgtec.com>
4749
4750 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
4751 throughout.
4752
8193adea
AA
47532016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4754
4755 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
4756
d41a5c09
JK
47572016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4758
4759 * gdb.cp/casts.cc (decltype): Move it ...
4760 (main): ... with its call to ...
4761 * gdb.cp/casts03.cc: ... a new file.
4762 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
4763
d2dfe700
JK
47642016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4765
4766 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
4767
e2a92b16
PB
47682016-09-15 Peter Bergner <bergner@vnet.ibm.com>
4769
4770 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
4771 and sync up the test with tests in gas/testsuite/gas/ppc.
4772 * gdb.arch/powerpc-power.exp: Likewise.
4773
49b4de64
JK
47742016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4775
4776 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
4777
2c29df25
SDJ
47782016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
4779 Jan Kratochvil <jan.kratochvil@redhat.com>
4780
4781 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
4782 make m1's definition to be different from m2's. Use 'dummy' as an
4783 argument for probe 'two'.
4784
cc3c2846
JB
47852016-09-10 Jon Beniston <jon@beniston.com>
4786
4787 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
4788 for sim target.
4789
e1b2624a
AA
47902016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
4791
4792 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
4793 variable declaration.
4794 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
4795 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
4796 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
4797 received HWCAP as its argument.
4798
4295e285
PA
47992016-09-06 Pedro Alves <palves@redhat.com>
4800
4801 * gdb.base/new-ui-pending-input.c: New file.
4802 * gdb.base/new-ui-pending-input.exp: New file.
4803 * gdb.exp (clear_gdb_spawn_id): New procedure.
4804 (with_spawn_id): Check whether gdb_spawn_id exists before
4805 referencing it. If gdb_spawn_id didn't exist on entry, clear it
4806 on exit.
4807
00d5215e
UW
48082016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
4809
4810 * gdb.base/float128.c: New file.
4811 * gdb.base/float128.exp: Likewise.
4812 * gdb.base/floatn.c: Likewise.
4813 * gdb.base/floatn.exp: Likewise.
4814
a9ff5f12
UW
48152016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
4816
4817 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
4818
f245535c
PA
48192016-09-05 Pedro Alves <palves@redhat.com>
4820
4821 PR backtrace/19927
4822 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
4823 unwinders are immediately called as side effect of "source" or
4824 "disable unwinder" commands.
4825 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
4826
ae9cf263
YQ
48272016-09-02 Yao Qi <yao.qi@linaro.org>
4828
4829 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
4830 is true and $type is "float" or "double".
4831
27aba047
YQ
48322016-09-02 Yao Qi <yao.qi@linaro.org>
4833
4834 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
4835 true.
4836 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
4837 * gdb.base/call-rt-st.exp: Likewise.
4838 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
4839 return value instead of gdb,skip_float_test.
4840 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
4841 (do_function_calls): Use its return value instead of
4842 gdb,skip_float_test.
4843 * gdb.base/finish.exp: Likewise.
4844 * gdb.base/funcargs.exp: Likewise.
4845 * gdb.base/return.exp: Likewise.
4846 * gdb.base/return2.exp: Likewise.
4847 * gdb.base/varargs.exp: Likewise.
4848 * lib/gdb.exp (gdb_skip_float_test): Change it to
4849 gdb_caching_proc. Detect the broken ptrace on arm-linux.
4850
5af962df
AA
48512016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
4852
4853 * gdb.multi/tids.exp: Test "thread apply all".
4854
7fac6910
JK
48552016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4856
4857 * gdb.base/default.exp (tty): Remove.
4858
bb1fe4ac
KB
48592016-08-24 Kevin Buettner <kevinb@redhat.com>
4860
2806dc7e
PA
4861 * gdb.python/py-recurse-unwind.c: New file.
4862 * gdb.python/py-recurse-unwind.py: New file.
4863 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 4864
0a1ddfa6
SM
48652016-08-24 Simon Marchi <simon.marchi@ericsson.com>
4866
4867 * gdb.base/set-inferior-tty.exp: New file.
4868 * gdb.base/set-inferior-tty.c: New file.
4869
d9de1fe3
PA
48702016-08-23 Pedro Alves <palves@redhat.com>
4871
4872 PR gdb/20494
4873 * gdb.base/new-ui-echo.c: New file.
4874 * gdb.base/new-ui-echo.exp: New file.
4875
e9d9abd7
YQ
48762016-08-23 Yao Qi <yao.qi@linaro.org>
4877
4878 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
4879 gdbserver_spawn.
4880 * gdb.server/connect-without-multi-process.exp (do_test):
4881 Likewise.
4882
3589529e
YQ
48832016-08-23 Yao Qi <yao.qi@linaro.org>
4884
4885 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
4886 standalone_txt. Delete gdb_txt and standalone_txt on host
4887 and target. Spawn the binary on target. Copy files from
4888 target to host.
4889
6bb90213
PA
48902016-08-22 Pedro Alves <palves@redhat.com>
4891
4892 PR gdb/20505
4893 * gdb.base/vdso-warning.exp: Test core dumps too. Use
4894 with_test_prefix. Factor out bits to ...
4895 (test_no_vdso): ... this new procedure.
4896
20c2c024
CL
48972016-08-19 Carl Love <cel@us.ibm.com>
4898
4899 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
4900 maintaining separate logic for constructing the output path.
4901 * gdb.arch/powerpc-d128-regs.exp: Likewise.
4902 * gdb.arch/ppc-dfp.exp: Likewise.
4903 * gdb.arch/ppc-fp.exp: Likewise.
4904 * gdb.arch/vsx-regs.exp: Likewise.
4905 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
4906 binprefix for generating the additional binary files.
4907
0646e07d
PA
49082016-08-19 Pedro Alves <palves@redhat.com>
4909
4910 * gdb.trace/mi-trace-frame-collected.exp
4911 (test_trace_frame_collected): On x32, expect two registers.
4912
46da9242
CL
49132016-08-18 Carl Love <cel@us.ibm.com>
4914
4915 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
4916 and sync up the test with tests in gas/testsuite/gas/ppc.
4917 * gdb.arch/powerpc-power.exp: Likewise.
4918
eb2332d7
SM
49192016-08-17 Simon Marchi <simon.marchi@ericsson.com>
4920
4921 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
4922 expected error message.
4923
63c61e04
SM
49242016-08-17 Simon Marchi <simon.marchi@ericsson.com>
4925
4926 * gdb.multi/remove-inferiors.exp: New file.
4927 * gdb.multi/remove-inferiors.c: New file.
4928
7b17065f
YQ
49292016-08-12 Yao Qi <yao.qi@linaro.org>
4930
4931 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
4932 argument list.
4933
01d3dedf
PA
49342016-08-10 Pedro Alves <palves@redhat.com>
4935
4936 PR gdb/19187
4937 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
4938 setup_kfails.
4939
3eb7562a
PA
49402016-08-09 Pedro Alves <palves@redhat.com>
4941 Simon Marchi <simon.marchi@ericsson.com>
4942
4943 PR gdb/20418
4944 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
4945 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
4946
80614914
PA
49472016-08-09 Pedro Alves <palves@redhat.com>
4948
4949 PR mi/20431
4950 * gdb.mi/mi-cmd-error.exp: New file.
4951
f348d89a
PA
49522016-08-09 Pedro Alves <palves@redhat.com>
4953
4954 PR gdb/18653
4955 * gdb.base/signals-state-child.c: New file.
4956 * gdb.base/signals-state-child.exp: New file.
4957 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
4958
e5ca03b4
PA
49592016-08-09 Pedro Alves <palves@redhat.com>
4960
4961 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
4962
282a0691
TT
49632016-08-03 Tom Tromey <tom@tromey.com>
4964
4965 PR python/18565:
4966 * gdb.python/py-frame-inline.exp: Add Frame.function test.
4967
41bfcd63
YQ
49682016-08-01 Yao Qi <yao.qi@linaro.org>
4969
4970 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
4971 variable mode to "multi-process" if $multi_process is 1, otherwise
4972 set it to "single-process".
4973
e3465b24
YQ
49742016-08-01 Yao Qi <yao.qi@linaro.org>
4975
4976 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
4977 * gdb.cp/cpexprs.exp: Likewise.
4978 * gdb.cp/m-static.exp: Likewise.
4979
0b31a4bc
TT
49802016-07-26 Tom Tromey <tom@tromey.com>
4981
4982 PR python/20190:
4983 * gdb.threads/tls.exp (check_thread_local): Add python symbol
4984 test.
4985
e0461dbb
MM
49862016-07-26 Markus Metzger <markus.t.metzger@intel.com>
4987
4988 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
4989 selecting assembly source files.
4990 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
4991 assembly source files.
4992 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
4993 assembly source files.
4994 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
4995 selecting assembly source files.
4996
8194e927
SM
49972016-07-25 Simon Marchi <simon.marchi@ericsson.com>
4998
4999 * gdb.base/new-ui.exp (do_test_invalid_args): New
5000 procedure.
5001
c0272db5
TW
50022016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
5003
5004 * gdb.btrace/reconnect.c: New file.
5005 * gdb.btrace/reconnect.exp: New file.
5006
e3487908
GKB
50072016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
5008
5009 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
5010 to test_catch_syscall_group.
5011 (test_catch_syscall_group): New.
5012
12df5c00
TT
50132016-07-21 Tom Tromey <tom@tromey.com>
5014
5015 * gdb.rust/simple.rs (main): Use empty struct expression.
5016 * gdb.rust/simple.exp: Add tests for empty struct expression.
5017
bae62ee2
YQ
50182016-07-21 Yao Qi <yao.qi@linaro.org>
5019
5020 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
5021 if gdb_skip_xml_test is true on some targets.
5022
b1b53fb3
YQ
50232016-07-21 Yao Qi <yao.qi@linaro.org>
5024
5025 * gdb.server/solib-list.exp: Unset last_loaded_file.
5026
027d97f8
JK
50272016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5028
5029 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
5030 "step into captured_main (args)".
5031
7674d381
JK
50322016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5033
5034 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
5035
72b5d099
JK
50362016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5037
5038 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
5039
1f960ced
PA
50402016-07-19 Pedro Alves <palves@redhat.com>
5041
5042 * gdb.opt/inline-break.exp: Remove optimize=-O2.
5043 * gdb.opt/inline-bt.exp: Likewise.
5044 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
5045 additional_flags=-Winline.
5046 * gdb.opt/inline-locals.exp: Likewise.
5047 * gdb.opt/inline-markers.c (ATTR): Define.
5048 (inlined_fn): Use it.
5049
f25827c1
YQ
50502016-07-19 Yao Qi <yao.qi@linaro.org>
5051
5052 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
5053 (test_with_self): Remove some code. Remove argument executable.
5054 (top-level): Use do_self_tests.
5055
37539ebe
DB
50562016-07-15 Zachary Welch <zwelch@codesourcery.com>
5057 Don Breazeal <donb@codesourcery.com>
5058
5059 * gdb.base/maint.exp: Escape paths used in regular expressions.
5060 * gdb.stabs/weird.exp: Likewise.
5061
dac790e1
TT
50622016-07-13 Tom Tromey <tom@tromey.com>
5063
5064 PR python/15620, PR python/18620:
5065 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
5066 (test_bkpt_events): New procs.
5067
93daf339
TT
50682016-07-13 Tom Tromey <tom@tromey.com>
5069
5070 PR python/17698:
5071 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
5072 test.
5073 (test_watchpoints): Likewise.
5074 (test_bkpt_pending): New proc.
5075
6571a381
TT
50762016-07-13 Tom Tromey <tom@tromey.com>
5077
5078 PR cli/18053:
5079 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
5080 completion test.
5081
e8732474
JK
50822016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5083
5084 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
5085 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
5086 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
5087 f_label.
5088 (g): Rename g_end_lbl to g_label.
5089 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
5090 low_pc and high_pc.
5091 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
5092
e0f3fd7c
TT
50932016-07-12 Tom Tromey <tom@tromey.com>
5094
5095 PR python/19293:
5096 * gdb.python/py-unwind-maint.exp: Update tests.
5097
3cfe46b6
YQ
50982016-07-12 Yao Qi <yao.qi@linaro.org>
5099
5100 * lib/selftest-support.exp (selftest_setup): Match the output
5101 when captured_main is inlined.
5102
4f19a0e6
WT
51032016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
5104
5105 * gdb.fortran/derived-types.exp (result_line, result_line_2):
5106 New variables.
5107 (print this%a, print this%b, print this): New tests.
5108 * gdb.fortran/derived-types.f90 (this): New object and
5109 initialization.
5110
986cf455
SM
51112016-07-06 Simon Marchi <simon.marchi@ericsson.com>
5112
5113 * gdb.ada/arraydim.exp: Remove extra directory level in build
5114 directory.
5115
f0464b23
SM
51162016-07-06 Simon Marchi <simon.marchi@ericsson.com>
5117
5118 * lib/ada.exp: Remove extra directory level in build directory.
5119 * gdb.ada/cond_lang.exp: Likewise.
5120 * gdb.ada/exec_changed.exp: Likewise.
5121 * gdb.ada/lang_switch.exp: Likewise.
5122
42d94011
MG
51232016-07-06 Manish Goregaokar <manish@mozilla.com>
5124
2806dc7e
PA
5125 * simple.rs: Add test for raw pointer subscripting.
5126 * simple.exp: Add test expectations.
42d94011 5127
647c264c
YQ
51282016-07-05 Yao Qi <yao.qi@linaro.org>
5129
5130 * gdb.mi/mi-reverse.exp: Match =record-started output.
5131
20aa2c60
PA
51322016-07-01 Pedro Alves <palves@redhat.com>
5133
5134 * gdb.base/jit-reader.exp (info_registers_current_frame): New
5135 procedure.
5136 (jit_reader_test): Test the jit reader's unwinder.
5137 * gdb.base/jithost.c (jit_function_00_code): New global.
5138 (main): Use memcpy to fill in the mmapped code, instead of poking
5139 bytes manually here.
5140 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
5141 value.
5142 (read_debug_info): Save the function's range.
5143 (read_sp): New function.
5144 (unwind_frame): Use it. Also unwind RBP.
5145 (get_frame_id): Use read_sp.
5146 (gdb_init_reader): Use calloc instead of malloc.
5147 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
5148 parameter. Use gdb_test_multiple.
5149
ced2dffb
PA
51502016-07-01 Pedro Alves <palves@redhat.com>
5151 Antoine Tremblay <antoine.tremblay@ericsson.com>
5152
5153 * gdb.threads/process-dies-while-detaching.c: New file.
5154 * gdb.threads/process-dies-while-detaching.exp: New file.
5155
63000888
PA
51562016-07-01 Pedro Alves <palves@redhat.com>
5157
5158 * gdb.multi/watchpoint-multi-exit.c: New file.
5159 * gdb.multi/watchpoint-multi-exit.exp: New file.
5160
038d4868
PA
51612016-06-30 Pedro Alves <palves@redhat.com>
5162
5163 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
5164 unset inferior_spawn_id.
5165
994e9c83
PA
51662016-06-30 Pedro Alves <palves@redhat.com>
5167
5168 * lib/mi-support.exp (default_mi_gdb_start): Declare global
5169 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
5170
e5653468
YQ
51712016-06-29 Yao Qi <yao.qi@linaro.org>
5172
5173 * gdb.base/return.c: Add copyright header.
5174
803b47e5
TT
51752016-06-29 Tom Tromey <tom@tromey.com>
5176
5177 PR python/20129:
5178 * gdb.python/py-framefilter.exp: Add tests for setting priority
5179 and disabling of non-existent frame filter.
5180
28244707
YQ
51812016-06-29 Yao Qi <yao.qi@linaro.org>
5182
5183 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
5184 0x0f07ff.
5185
a31d2f06
YQ
51862016-06-28 Yao Qi <yao.qi@linaro.org>
5187
5188 * gdb.base/catch-syscall.exp: Remove check on isnative and target
5189 triplets. Start gdb, execute catch syscall, and continue. Check
5190 gdb's output to determine catch syscall is supported.
5191
921d8f54
MG
51922016-06-27 Manish Goregaokar <manish@mozilla.com>
5193
25d49b86
PA
5194 * gdb.rust/simple.rs: Add test for returning unit in a function.
5195 * gdb.rust/simple.exp: Add expectation for functions returning
5196 unit.
921d8f54 5197
f4952523
PMR
51982016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
5199
5200 * gdb.python/py-breakpoint-create-fail.c,
5201 gdb.python/py-breakpoint-create-fail.exp,
5202 gdb.python/py-breakpoint-create-fail.py: New testcase.
5203
fccb08f8
MG
52042016-06-25 Manish Goregaokar <manish@mozilla.com>
5205
5206 PR gdb/20239
5207 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
5208 * gdb.rust/simple.exp: Add test expectations for new NonZero
5209 tests.
fccb08f8 5210
6b850546
DT
52112016-06-24 David Taylor <dtaylor@emc.com>
5212
5213 * gdb.base/offsets.exp: New file.
5214 * gdb.base/offsets.c: New file.
5215
17621150
TT
52162016-06-23 Tom Tromey <tom@tromey.com>
5217
5218 PR gdb/16483:
5219 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
5220 before any filters are loaded.
5221
04d59df6
WT
52222016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
5223
5224 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
5225 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
5226 structs.
5227 * gdb.fortran/derived-type-function.exp: New file.
5228 * gdb.fortran/derived-type-function.f90: New file.
5229
5230
ac69f786
PA
52312016-06-21 Pedro Alves <palves@redhat.com>
5232
5233 * gdb.base/new-ui.exp: New file.
5234 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
5235 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
5236 (with_spawn_id): New procedure.
5237
49940788
PA
52382016-06-21 Pedro Alves <palves@redhat.com>
5239
5240 * gdb.mi/mi-exec-run.exp: New file.
5241
ef274d26
PA
52422016-06-21 Pedro Alves <palves@redhat.com>
5243
5244 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
5245 breakpoint command's output on the main UI.
5246 (test_break): New procedure, factored out from calls in the top
5247 level.
5248 (top level): Use foreach_with_prefix to test MI as main UI and as
5249 separate UI.
5250
468afe6c
PA
52512016-06-21 Pedro Alves <palves@redhat.com>
5252
5253 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
5254 (test_awatch_creation_and_listing)
5255 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
5256 Remove 'type' parameter.
5257 (test_watchpoint_all): New parameter mi_mode. Remove
5258 with_test_prefix.
5259 (top level): Use foreach_with_prefix, and add main/separate UI MI
5260 testing axis.
5261
51f77c37
PA
52622016-06-21 Pedro Alves <palves@redhat.com>
5263
5264 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
5265 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
5266 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
5267 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
5268 (gdb_main_spawn_id, mi_spawn_id): Declare and
5269 comment.
5270 (mi_create_inferior_pty): New procedure,
5271 factored out from default_mi_gdb_start.
5272 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
5273 procedures.
5274 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
5275 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
5276 Use mi_create_inferior_pty.
5277 (mi_gdb_start): Use eval to pass down args list.
5278
8980e177
PA
52792016-06-21 Pedro Alves <palves@redhat.com>
5280
5281 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
5282 * gdb.opt/inline-cmds.exp: Add MI tests.
5283
f38d3ad1
PA
52842016-06-21 Pedro Alves <palves@redhat.com>
5285
5286 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
5287
45db7c09
PA
52882016-06-21 Pedro Alves <palves@redhat.com>
5289
5290 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
5291 (top level): Use it instead of mi_execute_to.
5292
5a069ab3
PA
52932016-06-21 Pedro Alves <palves@redhat.com>
5294
5295 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
5296 (cont_handler_str): New.
5297 (signal_stop_handler): Set stop_handler_str instead of printing to
5298 stdout.
5299 (continue_handler): Set cont_handler_str instead of printing to
5300 stdout.
5301 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
5302 mi_send_resuming_command. Print stop_handler_str and
5303 cont_handler_str instead of expecting the python events print
5304 directly.
5305
2838cc1d
SD
53062016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
5307
5308 * gdb.base/jit-reader.exp: New file.
5309 * gdb.base/jithost.c: New file.
5310 * gdb.base/jithost.h: New file.
5311 * gdb.base/jitreader.c : New file.
5312 * gdb.base/jit-protocol.h: New file.
5313
21a77091
YQ
53142016-06-17 Yao Qi <yao.qi@linaro.org>
5315
5316 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
5317 parameters follow_fork and detach_on_fork. Set follow-fork-mode
5318 and detach-on-fork. Adjust tests.
5319 (top level): Invoke break_cond_on_syscall with combinations of
5320 syscall, follow-fork-mode and detach-on-fork.
5321
f50bf8e5
YQ
53222016-06-17 Yao Qi <yao.qi@linaro.org>
5323
5324 * gdb.base/step-over-exit.c: New.
5325 * gdb.base/step-over-exit.exp: New.
5326
a28d8e50
YTL
53272016-06-17 Yan-Ting Lin <currygt52@gmail.com>
5328
5329 * gdb.base/float.exp: Add target check for nds32*-*-*.
5330 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
5331
cad8e26d
AB
53322016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
5333
5334 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
5335 for unsupported target features.
5336 * gdb.base/call-rt-st.exp: Likewise.
5337 * gdb.base/call-sc.exp: Likewise.
5338 * gdb.base/call-signal-resume.exp: Likewise.
5339 * gdb.base/call-strs.exp: Likewise.
5340 * gdb.base/callexit.exp: Likewise.
5341 * gdb.base/callfuncs.exp: Likewise.
5342 * gdb.base/nodebug.exp: Likewise.
5343 * gdb.base/printcmds.exp: Likewise.
5344 * gdb.base/ptype.exp: Likewise.
5345 * gdb.base/structs.exp: Likewise.
5346 * gdb.base/unwindonsignal.exp: Likewise.
5347 * gdb.cp/gdb2495.exp: Likewise.
5348 * gdb.cp/templates.exp: Likewise.
5349 * gdb.cp/virtfunc.exp: Likewise.
5350 * gdb.threads/hand-call-in-threads.exp: Likewise.
5351 * gdb.threads/interrupted-hand-call.exp: Likewise.
5352 * gdb.threads/thread-unwindonsignal.exp: Likewise.
5353
347dc102
TT
53542016-06-10 Tom Tromey <tom@tromey.com>
5355
5356 PR rust/20110:
5357 * gdb.rust/expr.exp: Add test for integer constant larger than
5358 i32.
5359
5e13cf25
BH
53602016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
5361
5362 * gdb.fortran/nested-funcs.exp: New.
5363 * gdb.fortran/nested-funcs.f90: New.
5364
bb556f1f
TK
53652016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
5366
5367 * gdb.base/examine-backward.c: New file.
5368 * gdb.base/examine-backward.exp: New file.
5369
38b022b4
SM
53702016-06-06 Simon Marchi <simon.marchi@ericsson.com>
5371
5372 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
5373 matching.
5374
1b40ec05
TT
53752016-06-02 Tom Tromey <tom@tromey.com>
5376
5377 PR python/18984:
5378 * gdb.python/py-shared.exp: Add solib_name test.
5379
193bd378
SM
53802016-06-02 Simon Marchi <simon.marchi@ericsson.com>
5381
5382 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
5383
3326303b
MG
53842016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
5385
5386 PR c++/19893
5387 * gdb.dwarf2/implref.exp: Rename to...
5388 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
5389 * gdb.dwarf2/implref-array.c: New file.
5390 * gdb.dwarf2/implref-array.exp: Likewise.
5391 * gdb.dwarf2/implref-global.c: Likewise.
5392 * gdb.dwarf2/implref-global.exp: Likewise.
5393 * gdb.dwarf2/implref-struct.c: Likewise.
5394 * gdb.dwarf2/implref-struct.exp: Likewise.
5395
825c8ef2
AT
53962016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5397
5398 * gdb.trace/trace-condition.exp: Add 64bit tests.
5399
2320162a
AT
54002016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5401
5402 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
5403 bits types.
5404 (main): Adapt to 8 to 64 bits types.
5405 * gdb.trace/trace-condition.exp: Add new tests.
5406
a7818233
AT
54072016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5408
5409 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
5410
0d336466
AT
54112016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5412
5413 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
5414 Move condition tests...
5415 * gdb.trace/trace-condition.exp: Here.
5416
7faeb45a
AT
54172016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5418
5419 * gdb.trace/trace-condition.exp: Add counter-case tests.
5420
e385593e
JK
54212016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5422
5423 PR c++/15231
5424 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
5425 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
5426
744608cc
PA
54272016-05-27 Pedro Alves <palves@redhat.com>
5428
5429 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5430 New procedure.
5431 (top level): Call it, and bail out of DejaGnu is known to be bad.
5432
ac775bf4
AB
54332016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
5434
5435 * gdb.base/whatis.c: Extend the test case.
5436 * gdb.base/whatis.exp: Add additional tests.
5437
2bbad2ea
BH
54382016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5439
5440* gdb.fortran/type.f90: Add pointer variable.
5441* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
5442
8b70175d
BH
54432016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5444
5445 * gdb.fortran/vla-type.exp: Fix testcase name.
5446
86d8a848
BH
54472016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5448
5449 * gdb.fortran/vla-type.exp: Access elements in nested structs.
5450
e188eb36
BH
54512016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5452
5453 * gdb.fortran/type.f90: Add nested structures.
5454 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
5455 * gdb.fortran/derived-type.exp: Adapt expected output.
5456 * gdb.fortran/vla-type.exp: Adapt expected output.
5457
9b2db1fd
BH
54582016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5459
5460 * gdb.fortran/whatis_type.exp: Adapt expected output.
5461
72b17055
BH
54622016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5463
5464 * gdb.fortran/print_type.exp: Fix expected output.
5465 * gdb.fortran/whatis_type.exp: Fix expected output.
5466
3cd81d8d
BH
54672016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5468
5469 * gdb.fortran/whatis_type.exp: Use multi_line.
5470
ddae9462
TT
54712016-05-24 Tom Tromey <tom@tromey.com>
5472
5473 PR python/17386:
5474 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
5475 use value as an index.
5476
1957f6b8
TT
54772016-05-23 Tom Tromey <tom@tromey.com>
5478
5479 PR python/17981:
5480 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
5481 no-breakpoint case.
5482
026a9174
PA
54832016-05-24 Pedro Alves <palves@redhat.com>
5484
5485 PR gdb/19828
5486 * gdb.threads/clone-attach-detach.c: New file.
5487 * gdb.threads/clone-attach-detach.exp: New file.
5488
e70a7231
FR
54892016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
5490
5491 * gdb.base/annota-input-while-running.exp: Fix syntax error.
5492
0f6ed0e0
TT
54932016-05-23 Tom Tromey <tom@tromey.com>
5494
5495 PR python/19438, PR python/18393:
5496 * gdb.python/py-progspace.exp: Add "dir" test.
5497 * gdb.python/py-objfile.exp: Add "dir" test.
5498
ffd19d61
YQ
54992016-05-23 Yao Qi <yao.qi@linaro.org>
5500
5501 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
5502 * gdb.arch/thumb2-it.exp: Likewise.
5503
9e8f9b05
SM
55042016-05-18 Simon Marchi <simon.marchi@ericsson.com>
5505
5506 * gdb.mi/mi-threads-interrupt.c: New file.
5507 * gdb.mi/mi-threads-interrupt.exp: New file.
5508
61c6156d
SM
55092016-05-17 Simon Marchi <simon.marchi@ericsson.com>
5510
5511 PR gdb/18077
5512 * gdb.mi/mi-async-run.exp: New file.
5513 * gdb.mi/mi-async-run.c: New file.
5514
67218854
TT
55152016-05-17 Tom Tromey <tom@tromey.com>
5516 Manish Goregaokar <manishsmail@gmail.com>
5517
5518 * lib/rust-support.exp: New file.
5519 * lib/gdb.exp (skip_rust_tests): New proc.
5520 (build_executable_from_specs): Handle rust.
5521 * lib/future.exp (gdb_find_rustc): New proc.
5522 (gdb_default_target_compile): Handle rust.
5523 * gdb.rust/expr.exp: New file.
5524 * gdb.rust/generics.exp: New file.
5525 * gdb.rust/generics.rs: New file.
5526 * gdb.rust/methods.exp: New file.
5527 * gdb.rust/methods.rs: New file.
5528 * gdb.rust/modules.exp: New file.
5529 * gdb.rust/modules.rs: New file.
5530 * gdb.rust/simple.exp: New file.
5531 * gdb.rust/simple.rs: New file.
5532
c44af4eb
TT
55332016-05-17 Tom Tromey <tom@tromey.com>
5534
5535 * gdb.base/default.exp (set language): Add rust.
5536
dcd1f979
TT
55372016-05-17 Tom Tromey <tom@tromey.com>
5538
5539 * gdb.gdb/unittest.exp: New file.
5540
155b7f57
YQ
55412016-05-16 Yao Qi <yao.qi@linaro.org>
5542
5543 * gdb.base/batch-preserve-term-settings.exp: Remove variable
5544 shell_prompt. Update shell_prompt_re.
5545
8ddd5a6c
DE
55462016-05-12 Doug Evans <dje@google.com>
5547
5548 PR symtab/19999
5549 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
5550 $options when building executable.
5551 * gdb.dwarf2/fission-loclists-pie.S: New file.
5552 * gdb.dwarf2/fission-loclists-pie.exp: New file.
5553
02e370d9
SM
55542016-05-04 Simon Marchi <simon.marchi@ericsson.com>
5555
5556 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
5557 of [is_remote target],
5558
8929ad8b
SM
55592016-05-04 Simon Marchi <simon.marchi@ericsson.com>
5560
5561 * lib/gdb.exp (use_gdb_stub): New procedure.
5562
6c447423
DE
55632016-05-03 Yunlian Jiang <yunlian@google.com>
5564 Doug Evans <dje@google.com>
5565
5566 PR symtab/19914
5567 * gdb.dwarf2/dwp-sepdebug.c: New file.
5568 * gdb.dwarf2/dwp-sepdebug.exp: New file.
5569
444e826c
SM
55702016-05-02 Simon Marchi <simon.marchi@ericsson.com>
5571
5572 * gdb.base/detach.exp: Remove is_remote check.
5573
740feeaa
SM
55742016-05-02 Simon Marchi <simon.marchi@ericsson.com>
5575
5576 * gdb.base/annota-input-while-running.exp: Don't check for
5577 [is_remote target]. Enable annotations after running to main.
5578 Remove unused "set test..." line.
5579
9080ac9d
SM
55802016-04-28 Simon Marchi <simon.marchi@ericsson.com>
5581
5582 * gdb.trace/trace-enable-disable.exp: New file.
5583 * gdb.trace/trace-enable-disable.c: New file.
5584
952ebca5
SM
55852016-04-28 Simon Marchi <simon.marchi@ericsson.com>
5586
5587 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
5588 use it in info sharedlibrary test.
5589 * gdb.trace/ftrace-lock.exp: Likewise.
5590 * gdb.trace/ftrace.exp: Likewise.
5591 * gdb.trace/range-stepping.exp: Likewise.
5592 * gdb.trace/trace-break.exp: Likewise.
5593 * gdb.trace/trace-condition.exp: Likewise.
5594 * gdb.trace/trace-mt.exp: Likewise.
5595
d9019901
SM
55962016-04-27 Simon Marchi <simon.marchi@ericsson.com>
5597
5598 * lib/gdb.exp (gdb_load_shlibs): Rename to...
5599 (gdb_load_shlib): ... this.
5600 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
5601 gdb_load_shlib.
5602 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
5603 * gdb.base/ctxobj.exp: Likewise.
5604 * gdb.base/dprintf-pending.exp: Likewise.
5605 * gdb.base/dso2dso.exp: Likewise.
5606 * gdb.base/fixsection.exp: Likewise.
5607 * gdb.base/gcore-relro.exp: Likewise.
5608 * gdb.base/gdb1555.exp: Likewise.
5609 * gdb.base/global-var-nested-by-dso.exp: Likewise.
5610 * gdb.base/gnu-ifunc.exp: Likewise.
5611 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
5612 * gdb.base/jit-so.exp (one_jit_test): Likewise.
5613 * gdb.base/pending.exp: Likewise.
5614 * gdb.base/print-file-var.exp: Likewise.
5615 * gdb.base/print-symbol-loading.exp: Likewise.
5616 * gdb.base/shlib-call.exp: Likewise.
5617 * gdb.base/shreloc.exp: Likewise.
5618 * gdb.base/so-impl-ld.exp: Likewise.
5619 * gdb.base/solib-disc.exp: Likewise.
5620 * gdb.base/solib-nodir.exp: Likewise.
5621 * gdb.base/solib-overlap.exp: Likewise.
5622 * gdb.base/solib-symbol.exp: Likewise.
5623 * gdb.base/solib-weak.exp (do_test): Likewise.
5624 * gdb.base/sym-file.exp: Likewise.
5625 * gdb.base/symtab-search-order.exp: Likewise.
5626 * gdb.base/type-opaque.exp: Likewise.
5627 * gdb.base/unload.exp: Likewise.
5628 * gdb.base/watchpoint-solib.exp: Likewise.
5629 * gdb.compile/compile.exp: Likewise.
5630 * gdb.cp/gdb2384.exp: Likewise.
5631 * gdb.cp/infcall-dlopen.exp: Likewise.
5632 * gdb.cp/re-set-overloaded.exp: Likewise.
5633 * gdb.fortran/library-module.exp: Likewise.
5634 * gdb.opt/solib-intra-step.exp: Likewise.
5635 * gdb.python/py-finish-breakpoint.exp: Likewise.
5636 * gdb.python/py-shared.exp: Likewise.
5637 * gdb.reverse/solib-precsave.exp: Likewise.
5638 * gdb.reverse/solib-reverse.exp: Likewise.
5639 * gdb.server/solib-list.exp: Likewise.
5640 * gdb.threads/dlopen-libpthread.exp: Likewise.
5641 * gdb.threads/tls-shared.exp: Likewise.
5642 * gdb.threads/tls-so_extern.exp: Likewise.
5643 * gdb.trace/change-loc.exp: Likewise.
5644 * gdb.trace/ftrace-lock.exp: Likewise.
5645 * gdb.trace/ftrace.exp: Likewise.
5646 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
5647 * gdb.trace/pending.exp: Likewise.
5648 * gdb.trace/range-stepping.exp: Likewise.
5649 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
5650 (strace_info_marker): Likewise.
5651 (strace_probe_marker): Likewise.
5652 (strace_trace_on_same_addr): Likewise.
5653 (strace_trace_on_diff_addr): Likewise.
5654 * gdb.trace/trace-break.exp: Likewise.
5655 * gdb.trace/trace-condition.exp: Likewise.
5656 * gdb.trace/trace-mt.exp: Likewise.
5657
fca4cfd9
SM
56582016-04-27 Simon Marchi <simon.marchi@ericsson.com>
5659
5660 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
5661 result of gdb_remote_download.
5662 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
5663 * gdb.base/dso2dso.exp: Likewise.
5664 * gdb.base/global-var-nested-by-dso.exp: Likewise.
5665 * gdb.base/print-file-var.exp: Likewise.
5666 * gdb.base/shlib-call.exp: Likewise.
5667 * gdb.base/shreloc.exp: Likewise.
5668 * gdb.base/solib-overlap.exp: Likewise.
5669 * gdb.base/solib-weak.exp (do_test): Likewise.
5670 * gdb.base/unload.exp: Likewise.
5671
11cf4ffb
YQ
56722016-04-27 Yao Qi <yao.qi@linaro.org>
5673
5674 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
5675 exists.
5676
3e2e34f8
KB
56772016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
5678
5679 * vla-type.exp: Print structure from toplevel.
5680
8f07e298
BH
56812016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
5682
5683 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
5684 of dynamic types.
5685 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
5686 of dynamic types.
5687
9920b434
BH
56882016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
5689
5690 * gdb.fortran/vla-type.f90: New file.
5691 * gdb.fortran/vla-type.exp: New file.
5692
f3abeff5
YQ
56932016-04-25 Yao Qi <yao.qi@linaro.org>
5694
5695 * gdb.base/branch-to-self.c: New file.
5696 * gdb.base/branch-to-self.exp: New file.
5697
0a5d52f0
YQ
56982016-04-22 Yao Qi <yao.qi@linaro.org>
5699
5700 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
5701 more after $hex.
5702
495346f6
YQ
57032016-04-22 Yao Qi <yao.qi@linaro.org>
5704
5705 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
5706 * gdb.base/annota3.exp: Likewise.
5707
4a7e075c
YQ
57082016-04-22 Yao Qi <yao.qi@linaro.org>
5709
5710 * gdb.reverse/step-precsave.exp: Do one step and test program
5711 stops in "callee" and do multiple steps until program goes out
5712 of "callee".
5713 * gdb.reverse/step-reverse.exp: Likewise.
5714
5b061e98
YQ
57152016-04-22 Yao Qi <yao.qi@linaro.org>
5716
5717 * gdb.trace/signal.exp: Also pass if
5718 $tracepoint_hits($i) > $iterations.
5719
5c5dc57f
YQ
57202016-04-22 Yao Qi <yao.qi@linaro.org>
5721
5722 * gdb.trace/signal.c: New file.
5723 * gdb.trace/signal.exp: New file.
5724
a55411b9
DE
57252016-04-19 Doug Evans <xdje42@gmail.com>
5726
5727 * gdb.base/bad-file.exp: New file.
5728
a22df60a
MG
57292016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
5730
5731 * gdb.dwarf2/implref.exp: New file.
5732
0c13f7e5
BH
57332016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
5734
5735 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
5736 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
5737 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
5738 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
5739 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
5740 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
5741 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
5742 * lib/fortran.exp (fortran_int4): New procedure.
5743 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
5744 (fortran_logical4): Likewise.
5745
9b9b09e9
BH
57462016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
5747
5748 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
5749
a14d1f4d
BH
57502016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
5751
5752 * lib/compiler.c: Add Intel specific preprocessor macros.
5753 * lib/compiler.cc: Likewise.
25d49b86 5754
7d49b1d0
LM
57552016-04-13 Luis Machado <lgustavo@codesourcery.com>
5756
5757 * gdb.server/connect-with-no-symbol-file.c: New file.
5758 * gdb.server/connect-with-no-symbol-file.exp: New file.
5759
8392fa22
SM
57602016-04-13 Simon Marchi <simon.marchi@ericsson.com>
5761
5762 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
5763
8c4c4aeb
SM
57642016-04-13 Simon Marchi <simon.marchi@ericsson.com>
5765
5766 * boards/gdbserver-base.exp (${board}_download): Copy source file to
5767 standard output directory.
5768
45e3745e
AT
57692016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
5770
5771 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
5772
e26b7e41
MM
57732016-04-13 Markus Metzger <markus.t.metzger@intel.com>
5774
5775 * gdb.btrace/instruction_history.c (loop): Add declaration.
5776
8ce09462
AT
57772016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
5778
5779 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
5780
2e88a1ea
SM
57812016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
5782
5783 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
5784 parentheses to print.
5785 (continue_handler): Likewise.
5786
f48e22e3
SM
57872016-04-08 Simon Marchi <simon.marchi@ericsson.com>
5788
5789 * gdb.server/solib-list.exp: Remove is_remote check.
5790 Pass shlib= to gdb_compile. Don't link shared library with
5791 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
5792 Run binary filename through "readlink -f" on the target.
5793
096be756
PA
57942016-04-08 Pedro Alves <palves@redhat.com>
5795
5796 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
5797 interpreter filename as argument to gdbserver_spawn.
5798 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
5799 Return empty if $last_loaded_file does not exist.
5800
06500533
JK
58012016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5802
5803 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
5804 * gdb.base/jit-main.c: Use exit after usage.
5805
2d35e871
JK
58062016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5807
5808 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
5809 GDBHISTSIZE prior to the tests.
5810 * gdb.base/gdbinit-history.exp: Likewise.
5811
58122016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
5813
5814 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
5815 instead of build_executable. Use gdb_load_shlibs.
5816
c8064e7e
YQ
58172016-04-07 Yao Qi <yao.qi@linaro.org>
5818
5819 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
5820 Execute "si" command.
5821
bde47561
YQ
58222016-04-07 Yao Qi <yao.qi@linaro.org>
5823
5824 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
5825 number instead of the comments on some line.
5826
b16f8a3b
DB
58272016-04-06 Don Breazeal <donb@codesourcery.com>
5828
5829 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
5830 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
5831
c2f901df
SM
58322016-04-06 Simon Marchi <simon.marchi@ericsson.com>
5833
5834 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
5835 standard_output_file. Remove unused binfile variable.
5836
ac17fda0
CU
58372016-04-05 Catalin Udma <catalin.udma@freescale.com>
5838
5839 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
5840 * gdb.python/py-mi-objfile.exp: Match "list main" output
5841 in console format.
5842
03a8c4df
SM
58432016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
5844
5845 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
5846 absolute.
5847
6e774b13
SM
58482016-04-05 Simon Marchi <simon.marchi@ericsson.com>
5849
5850 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
5851 absolute.
5852 * gdb.trace/ftrace.exp: Likewise.
5853 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
5854 targets as well.
5855 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
5856 (gdb_load_shlibs): Copy libraries to test directory when testing
5857 natively. Only set solib-search-path if testing remotely.
5858 * lib/mi-support.exp (mi_load_shlibs): Likewise.
5859
7817ea46
SM
58602016-04-05 Simon Marchi <simon.marchi@ericsson.com>
5861
5862 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
5863 gdb_download. Use it even if the target is not remote.
5864 * gdb.base/jit.exp (compile_jit_test): Likewise.
5865 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
5866 output directory if the destination board is local, otherwise use
5867 the standard remote_download from DejaGnu.
5868 (gdb_download): Remove.
5869 (gdb_load_shlibs): Use gdb_remote_download instead of
5870 gdb_download.
5871 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
5872 Use gdb_remote_download instead of gdb_download. Use it even if
5873 the target is not remote.
5874 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
5875 instead of gdb_download.
5876
7beb7f68
SM
58772016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
5878
5879 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
5880 (test_insert_delete_modify): Call mi_load_shlibs before trying to
5881 run.
5882
cc63428a
AV
58832016-04-01 Artemiy Volkov <artemiyv@acm.org>
5884
5885 PR gdb/19820
5886 * gdb.base/printcmds.exp: Add artificial arrays tests.
5887
64cdf930
PA
58882016-03-31 Pedro Alves <palves@redhat.com>
5889
5890 PR gdb/19858
5891 * gdb.base/jit-main.c: Include unistd.h.
5892 (ATTACH): Define to 0 if not already defined.
5893 (wait_for_gdb, mypid): New globals.
5894 (WAIT_FOR_GDB): New macro.
5895 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
5896 some breakpoint locations.
5897 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
5898 New procedures.
5899 (one_jit_test): Add REATTACH parameter, and handle it. Use
5900 continue_to_test_location.
5901 (top level): Test attach, and adjusts calls to one_jit_test.
5902
40dea8cb
PA
59032016-03-31 Pedro Alves <palves@redhat.com>
5904
5905 PR gdb/19858
5906 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
5907 BINSUFFIX parameter, and handle it.
5908 (top level): Adjust calls compile_jit_test.
5909
e7ea3ec7
CU
59102016-03-31 Catalin Udma <catalin.udma@freescale.com>
5911
5912 PR python/19743
5913 * gdb.python/py-mi-events-gdb.py: New file.
5914 * gdb.python/py-mi-events.c: New file.
5915 * gdb.python/py-mi-events.exp: New file.
5916
e6359af3
YQ
59172016-03-30 Yao Qi <yao.qi@linaro.org>
5918
5919 * gdb.reverse/until-precsave.exp: Match function name only.
5920 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
5921 Move malloc to a condition block.
5922 * gdb.reverse/until-reverse.exp: Match function name only.
5923
a4105d04
MK
59242016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
5925
5926 * gdb.trace/ftrace.exp: Set arg0exp for s390.
5927 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
5928 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
5929 variable for GPR 0 instead of assuming it is register 0.
5930 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
5931 * lib/trace-support.exp: Add s390 registers.
5932
bfa6adb9
YQ
59332016-03-29 Yao Qi <yao.qi@linaro.org>
5934
5935 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
5936
1e6697ea
YQ
59372016-03-24 Yao Qi <yao.qi@linaro.org>
5938
5939 * gdb.reverse/break-reverse.exp: Add quotation mark in the
5940 test message.
5941
64bcd522
AA
59422016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
5943
5944 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
5945 maintaining separate logic for constructing the output path.
5946
7868401b
DB
59472016-03-16 Don Breazeal <donb@codesourcery.com>
5948
5949 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
5950 Retry fork and waitpid on interrupted system call errors.
5951 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
5952 Use with_timeout_factor to increase timeout by factor of 10.
5953
1cafadb4
DB
59542016-03-15 Don Breazeal <donb@codesourcery.com>
5955
5956 * gdb.cp/scope-err.cc: New test program.
5957 * gdb.cp/scope-err.exp: New test script.
5958 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
5959 lines and "set breakpoint here" comment.
5960 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
5961 Fixed some whitespace and format issues.
5962 * gdb.mi/mi-linespec-err-cp.cc: New test program.
5963 * gdb.mi/mi-linespec-err-cp.exp: New test script.
5964
81516450
DE
59652016-03-15 Doug Evans <dje@google.com>
5966
5967 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
5968 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
5969 All callers updated. Add tests for enums, mixed flags register.
5970
aa52b601
DE
59712016-03-15 Doug Evans <dje@google.com>
5972
5973 * gdb.base/skip.c (main): Call test_skip_file_and_function.
5974 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
5975
fa4ff313
SM
59762016-03-14 Simon Marchi <simon.marchi@ericsson.com>
5977
5978 * gdb.base/default.exp: Add $_as_string to the list of expected
5979 convenience functions.
5980
f2403c39
AB
59812016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
5982
5983 * gdb.base/maint.exp: New tests for 'maint info line-table'.
5984
f2f3ccb9
SM
59852016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
5986
5987 * gdb.python/py-as-string.exp: New file.
5988 * gdb.python/py-as-string.c: New file.
5989
00dbd492
PA
59902016-03-09 Pedro Alves <palves@redhat.com>
5991
5992 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
5993 signal" -> "Thread NN received signal" output change.
5994 * gdb.threads/ia64-sigill.exp: Likewise.
5995 * gdb.threads/linux-dp.exp: Likewise.
5996 * gdb.threads/manythreads.exp: Likewise.
5997 * gdb.threads/pending-step.exp: Likewise.
5998 * gdb.threads/print-threads.exp: Likewise.
5999 * gdb.threads/sigstep-threads.exp: Likewise.
6000 * gdb.threads/staticthreads.exp: Likewise.
6001 * gdb.threads/tls.exp: Likewise.
6002
1e6697ea
YQ
60032016-03-09 Pedro Alves <palves@redhat.com>
6004
6005 * gdb.base/command-line-input.exp: New file.
6006
b04fd3be
MK
60072016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6008
6009 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
6010 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
6011 * gdb.trace/pending.exp: Accept leading dot before function name.
6012 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
6013 * lib/trace-support.exp: Set registers for ppc.
6014
98fa59e9
MK
60152016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6016
6017 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
6018 use it for disassembly; accept .main in addition to main in backtrace.
6019
f77198c8
MK
60202016-03-09 Wei-cheng Wang <cole945@gmail.com>
6021 Marcin Kościelnicki <koriakin@0x04.net>
6022
6023 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
6024 (gdb_recursion_test_ptr): New global variable.
6025 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
6026 gdb_recursion_test.
6027 (gdb_c_test): Ditto.
6028
ba84e0da
MK
60292016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6030
6031 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
6032 ordering.
6033
4366d36e
MK
60342016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6035
6036 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
6037 (bar): Add bar_start_lbl label.
6038 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
6039 of foo/bar for emitting DWARF and tracing.
6040
5eb264df
SDJ
60412016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
6042
6043 * analyze-racy-logs.py: Set executable bit.
6044
fb6a751f
SDJ
60452016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
6046
6047 * Makefile.in (DEFAULT_RACY_ITER): New variable.
6048 (CHECK_TARGET_TMP): Likewise.
6049 (check-single-racy): New rule.
6050 (check-parallel-racy): Likewise.
6051 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
6052 (do-check-parallel-racy): New rule.
6053 (check-racy/%.exp): Likewise.
6054 * README (Racy testcases): New section.
6055 * analyze-racy-logs.py: New file.
6056
bdf7e230
DE
60572016-03-03 Doug Evans <dje@google.com>
6058
6059 * gdb.base/skip.exp: Use with_test_prefix.
6060
4719d415
YQ
60612016-03-03 Yao Qi <yao.qi@linaro.org>
6062
6063 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
6064 Invoke step_over_syscall "clone" and break_cond_on_syscall
6065 "clone".
6066 * gdb.base/step-over-clone.c: New file.
6067
ea507862
YQ
60682016-03-03 Yao Qi <yao.qi@linaro.org>
6069
6070 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
6071 code format.
6072
8fc8cbda
YQ
60732016-03-03 Yao Qi <yao.qi@linaro.org>
6074
6075 * gdb.base/disp-step-fork.c: Rename to ...
6076 * gdb.base/step-over-fork.c: ... it. New file.
6077 * gdb.base/disp-step-vfork.c: Rename to ...
6078 * gdb.base/step-over-vfork.c: ... it. New file.
6079 * gdb.base/disp-step-syscall.exp: Rename to ...
6080 * gdb.base/step-over-syscall.exp: ... it. New file.
6081 (disp_step_cross_syscall): Rename to ...
6082 (step_over_syscall): ... it.
6083
92fa70b0
YQ
60842016-03-03 Yao Qi <yao.qi@linaro.org>
6085
6086 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
6087 If target supports condition evaluation on target, invoke
6088 break_cond_on_syscall for fork and vfork.
6089
e197ad3c
YQ
60902016-03-03 Yao Qi <yao.qi@linaro.org>
6091
6092 * gdb.base/disp-step-syscall.exp: Don't invoke
6093 support_displaced_stepping.
6094 (disp_step_cross_syscall): Test with displaced stepping off and
6095 on if supported.
6096
0b47da9f
YQ
60972016-03-03 Yao Qi <yao.qi@linaro.org>
6098
6099 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
6100 proc.
6101 (setup): New proc.
6102 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
6103 and setup.
6104
065ab6dc
BH
61052016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6106
6107 * gdb.fortran/vla-history.exp: Remove breakpoint.
6108
07e448ad 61092016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6110
25d49b86
PA
6111 * gdb.fortran/vla-history.exp: Lookup array elements and printing
6112 exceeds timeout.
07e448ad 6113
9ac2d526 61142016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6115
25d49b86
PA
6116 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
6117 breakpoint.
9ac2d526 6118
17807369
BH
61192016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6120
6121 * gdb.mi/vla.f90: Nullify pointer after declaration.
6122
86e501af
PA
61232016-03-01 Pedro Alves <palves@redhat.com>
6124
6125 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
6126
1e903e32
PA
61272016-03-01 Pedro Alves <palves@redhat.com>
6128
6129 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
6130 before anything else.
6131 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
6132 _GNU_SOURCE here.
6133 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
6134 before anything else.
6135 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
6136
6ccb54e2
PA
61372016-03-01 Pedro Alves <palves@redhat.com>
6138
6139 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
6140
30ca9da1
YQ
61412016-03-01 Yao Qi <yao.qi@linaro.org>
6142
6143 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
6144 prepare_for_testing.
6145
dc856b38
YQ
61462016-03-01 Yao Qi <yao.qi@linaro.org>
6147
6148 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
6149
4a932159
AA
61502016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6151
6152 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
6153 manually constructing the output path.
6154
f2489477
AA
61552016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6156
6157 * gdb.arch/s390-stackless.S: New.
6158 * gdb.arch/s390-stackless.exp: New.
6159
38899f16
IB
61602016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
6161
6162 * gdb.dlang/circular.c: New file.
6163 * gdb.dlang/circular.exp: New file.
6164
9fde51ed
YQ
61652016-02-26 Yao Qi <yao.qi@linaro.org>
6166
6167 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
6168 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
6169 (testcases): Update.
6170
ce90fefe
YQ
61712016-02-26 Yao Qi <yao.qi@linaro.org>
6172
6173 * gdb.reverse/aarch64.c: Rename to ...
6174 * gdb.reverse/insn-reverse.c: ... it.
6175 * gdb.reverse/aarch64.exp: Rename to ...
6176 * gdb.reverse/insn-reverse.exp: ... it.
6177
3263bceb
YQ
61782016-02-26 Yao Qi <yao.qi@linaro.org>
6179
6180 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
6181 (testcase_ftype): New.
6182 (testcases): New array.
6183 (n_testcases): New.
6184 (main): Call each element in testcases.
6185 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
6186 (read_testcase): New.
6187 Do the tests in a loop.
6188
6cb59ff1
YQ
61892016-02-25 Yao Qi <yao.qi@linaro.org>
6190
6191 * gdb.base/branches.c: Remove.
6192
ae91f625
MK
61932016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6194
6195 PR gdb/13808
6196 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
6197
678b48b7
MK
61982016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6199
6200 * gdb.trace/ftrace.exp: Remove unnecessary target check.
6201
7337a6f2
MK
62022016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6203
6204 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
6205 change x86_64 call_insn to 'callq'.
6206
861ca91f
AT
62072016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
6208
6209 * gdb.trace/tfile-avx.c: Move to...
6210 * gdb.trace/tracefile-pseudo-reg.c: Here.
6211 * gdb.trace/tfile-avx.exp: Move to...
6212 * gdb.trace/tracefile-pseudo-reg.exp: Here.
6213
bf74e428
GB
62142016-02-24 Gary Benson <gbenson@redhat.com>
6215
6216 * gdb.base/attach-pie-noexec.exp: Do not expect an error
6217 message on attach.
6218
cce0e923
DE
62192016-02-23 Doug Evans <dje@google.com>
6220
6221 * gdb.base/skip.c (test_skip): New function.
6222 (end_test_skip_file_and_function): New function.
6223 (test_skip_file_and_function): New function.
6224 * gdb.base/skip1.c (test_skip): New function.
6225 (skip1_test_skip_file_and_function): New function.
6226 * gdb.base/skip.exp: Add tests for new skip options.
6227 * gdb.base/skip-solib.exp: Update expected output.
6228 * gdb.perf/skip-command.cc: New file.
6229 * gdb.perf/skip-command.exp: New file.
6230 * gdb.perf/skip-command.py: New file.
6231
4000e47e
MK
62322016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
6233
6234 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
6235 info registers pattern.
6236
24f75ead
IB
62372016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
6238
6239 * lib/future.exp: Add D support.
6240 (gdb_find_gdc): New proc.
6241 (gdb_default_target_compile): Add D support.
6242
fbb7bcbe
WW
62432016-02-18 Wei-cheng Wang <cole945@gmail.com>
6244
6245 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
6246 user+system time.
6247 (trace_speed_test): Determine the iteration count for a time
6248 between 15..30 seconds.
6249
012b3a21
WT
62502016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
6251
6252 * gdb.arch/i386-mpx-sigsegv.c: New file.
6253 * gdb.arch/i386-mpx-sigsegv.exp: New file.
6254 * gdb.arch/i386-mpx-simple_segv.c: New file.
6255 * gdb.arch/i386-mpx-simple_segv.exp: New file.
6256
2d5189bd
YQ
62572016-02-18 Yao Qi <yao.qi@linaro.org>
6258
6259 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
6260 Don't call setup_kfail.
6261
40fb20d0
YQ
62622016-02-18 Yao Qi <yao.qi@linaro.org>
6263
6264 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6265 Set "set breakpoint condition-evaluation" per $cond_bp_target.
6266
21b1f8d2
DE
62672016-02-16 Doug Evans <dje@google.com>
6268
6269 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
6270 * gdb.base/skip1.c: Ditto.
6271 * gdb.base/skip.exp: Whitespace cleanup.
6272
4041ed77
DB
62732016-02-16 Don Breazeal <donb@codesourcery.com>
6274
6275 PR remote/19496
6276 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6277 Remove kfail for PR remote/19496.
6278
c4ef31bf
SM
62792016-02-16 Simon Marchi <simon.marchi@ericsson.com>
6280
6281 * lib/gdb.exp (standard_temp_file): Return a path specific to
6282 the runtest invocation.
6283
266b65b3
SM
62842016-02-16 Simon Marchi <simon.marchi@ericsson.com>
6285
6286 * gdb.trace/save-trace.exp: Change relative path to be in the
6287 standard output directory.
6288
a7a0a6a9
JK
62892016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6290
6291 * gdb.arch/i386-prologue.c: Add missing prototypes.
6292
c99dbb42
JK
62932016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6294
6295 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
6296 * gdb.arch/i386-prologue.exp: Likewise.
6297 * gdb.arch/i386-size.exp: Likewise.
6298
aa480355
SM
62992016-02-15 Simon Marchi <simon.marchi@ericsson.com>
6300
6301 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
6302 define object file path.
6303 * gdb.btrace/gcore.exp: Use standard_output_file to define core
6304 file path.
6305 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
6306 standard_output_file to define binfile.
6307
ba881f50
JK
63082016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6309
6310 Fix compatibility with recent gfortran-5.3.1.
6311 * gdb.fortran/vla-history.exp (print vla1 allocated)
6312 (print vla2 allocated, print $2, print $3): Remove
6313 (print $4): Rename to ...
6314 (print $2): ... here.
6315 (print $9): Rename to ...
6316 (print $5): ... here.
6317 (print $10): Rename to ...
6318 (print $6): ... here.
6319 * gdb.fortran/vla.f90: Add pvla initialization.
6320
e9fb005c
JK
63212016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6322
6323 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
6324 New test.
6325 * gdb.fortran/vla-value-sub.exp: Likewise.
6326
e44e00ff
MK
63272016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
6328
6329 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
6330
97e94151
SM
63312016-02-12 Simon Marchi <simon.marchi@ericsson.com>
6332
6333 * i386-biarch-core.exp: Define corefile using
6334 standard_output_file.
6335
01113bc1
YQ
63362016-02-12 Yao Qi <yao.qi@linaro.org>
6337
6338 * gdb.arch/arm-single-step-kernel-helper.c: New.
6339 * gdb.arch/arm-single-step-kernel-helper.exp: New.
6340
33b4777c
MM
63412016-02-12 Markus Metzger <markus.t.metzger@intel.com>
6342
6343 * gdb.btrace/tailcall-only.exp: New.
6344 * gdb.btrace/tailcall-only.c: New.
6345 * gdb.btrace/x86_64-tailcall-only.S: New.
6346 * gdb.btrace/i686-tailcall-only.S: New.
6347
acc23c11
PA
63482016-02-11 Pedro Alves <palves@redhat.com>
6349
6350 * README (Parallel testing): Add missing double quotes.
6351
e352bf0a
PA
63522016-02-11 Pedro Alves <palves@redhat.com>
6353
6354 * README (Parallel testing): New section.
6355 (GDB_PARALLEL): Rewrite.
6356 (FORCE_PARALLEL): Document.
6357
9f5fed78
MK
63582016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
6359
6360 * gdb.trace/tfile-avx.c: New test.
6361 * gdb.trace/tfile-avx.exp: New test.
6362
9ef9e6a6
KS
63632016-02-09 Keith Seitz <keiths@redhat.com>
6364
6365 PR breakpoints/19546
6366 * gdb.base/infcall-exec.c: New file.
6367 * gdb.base/infcall-exec2.c: New file.
6368 * gdb.base/infcall-exec.exp: New file.
6369
a96e36da
KS
63702016-02-09 Keith Seitz <keiths@redhat.com>
6371
6372 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
6373 (toplevel): Call test_bkpt_address.
6374
9f61929f
KS
63752016-02-09 Keith Seitz <keiths@redhat.com>
6376
6377 PR python/19506
6378 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
6379 (toplevel): Call test_bkpt_address.
6380
1e94266c
SM
63812016-02-09 Simon Marchi <simon.marchi@ericsson.com>
6382
6383 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
6384 to AC_OUTPUT.
6385 * configure: Regenerate.
6386
2a7f3dff
PA
63872016-02-09 Pedro Alves <palves@redhat.com>
6388
6389 PR breakpoints/19548
6390 * gdb.base/execl-update-breakpoints.c (some_function): New
6391 function.
6392 (main): Call it.
6393 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
6394 Tighten expected GDB output.
6395
2151ccc5
SM
63962016-02-08 Simon Marchi <simon.marchi@ericsson.com>
6397
6398 * Makefile.in (ALL_SUBDIRS): Remove.
6399 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
6400 (distclean maintainer-clean realclean): Likewise.
6401 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
6402 * configure: Regenerate.
6403 * gdb.ada/Makefile.in: Delete.
6404 * gdb.arch/Makefile.in: Likewise.
6405 * gdb.asm/Makefile.in: Likewise.
6406 * gdb.base/Makefile.in: Likewise.
6407 * gdb.btrace/Makefile.in: Likewise.
6408 * gdb.cell/Makefile.in: Likewise.
6409 * gdb.compile/Makefile.in: Likewise.
6410 * gdb.cp/Makefile.in: Likewise.
6411 * gdb.disasm/Makefile.in: Likewise.
6412 * gdb.dlang/Makefile.in: Likewise.
6413 * gdb.dwarf2/Makefile.in: Likewise.
6414 * gdb.fortran/Makefile.in: Likewise.
6415 * gdb.gdb/Makefile.in: Likewise.
6416 * gdb.go/Makefile.in: Likewise.
6417 * gdb.guile/Makefile.in: Likewise.
6418 * gdb.java/Makefile.in: Likewise.
6419 * gdb.linespec/Makefile.in: Likewise.
6420 * gdb.mi/Makefile.in: Likewise.
6421 * gdb.modula2/Makefile.in: Likewise.
6422 * gdb.multi/Makefile.in: Likewise.
6423 * gdb.objc/Makefile.in: Likewise.
6424 * gdb.opencl/Makefile.in: Likewise.
6425 * gdb.opt/Makefile.in: Likewise.
6426 * gdb.pascal/Makefile.in: Likewise.
6427 * gdb.perf/Makefile.in: Likewise.
6428 * gdb.python/Makefile.in: Likewise.
6429 * gdb.reverse/Makefile.in: Likewise.
6430 * gdb.server/Makefile.in: Likewise.
6431 * gdb.stabs/Makefile.in: Likewise.
6432 * gdb.threads/Makefile.in: Likewise.
6433 * gdb.trace/Makefile.in: Likewise.
6434 * gdb.xml/Makefile.in: Likewise.
6435 * lib/gdb.exp (make_gdb_parallel_path): Add check for
6436 GDB_PARALLEL.
6437 (standard_output_file): Remove check for GDB_PARALLEL, always
6438 return path in outputs/$subdir/$testname.
6439
437277d4
SM
64402016-02-08 Simon Marchi <simon.marchi@ericsson.com>
6441
6442 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
6443 (site.exp): Assign abs_srcdir to tcl's srcdir.
6444
31d913c7
YQ
64452016-02-04 Yao Qi <yao.qi@linaro.org>
6446
6447 * gdb.base/foll-exec-mode.c: Include limits.h.
6448 (main): Add parameters argc and argv. Get directory from
6449 argv[0].
6450 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
6451 compilation.
6452 * gdb.base/foll-exec.c: Include limits.h.
6453 (main): Add parameters argc and argv.
6454 Get directory from argv[0].
6455 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
6456 Adjust tests on the number of lines as source code changed.
6457 * gdb.base/foll-vfork-exit.c: Include limits.h.
6458 (main): Add one line of statement before vfork.
6459 * gdb.base/foll-vfork.c: Include limits.h and string.h.
6460 (main): Add parameters argc and argv. Get directory from
6461 argv[0].
6462 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
6463 (setup_gdb): Set tbreak to skip some source lines.
6464 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
6465 (main): Add parameters argc and argv. Get directory from
6466 argv[0].
6467 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
6468 compilation.
6469 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
6470 (main): Add parameters argc and argv. Get directory from
6471 argv[0].
6472 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
6473 compilation.
6474
9482b9fb
DE
64752016-02-01 Doug Evans <dje@google.com>
6476
6477 * gdb.base/skip.exp: Clean up multiple references to same test name.
6478
6b2e4f10
PA
64792016-02-01 Pedro Alves <palves@redhat.com>
6480
ccb6afd6 6481 PR remote/19496
6b2e4f10
PA
6482 * gdb.threads/forking-threads-plus-breakpoint.exp
6483 (displaced_stepping_supported): New global.
6484 (probe_displaced_stepping_support): New procedure.
6485 (do_test): Add 'displaced' parameter, and use it.
6486 (top level): Check for displaced stepping support. Add displaced
6487 stepping on/off testing axis.
6488
37a8db1a
AB
64892016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
6490
6491 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
6492 pointer. Don't perform further tests on the unassociated pointer
6493 if the first test fails.
6494
5fdf6324
AB
64952016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
6496
6497 * gdb.base/max-value-size.c: New file.
6498 * gdb.base/max-value-size.exp: New file.
6499 * gdb.base/huge.exp: Disable max-value-size for this test.
6500
935c6144
IB
65012016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
6502
6503 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6504
7fe8399d
YQ
65052016-01-28 Yao Qi <yao.qi@linaro.org>
6506
6507 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
6508
a2077e25
PA
65092016-01-25 Pedro Alves <palves@redhat.com>
6510
6511 PR threads/19461
6512 * gdb.base/fork-running-state.c: New file.
6513 * gdb.base/fork-running-state.exp: New file.
6514
1d2736d4
PA
65152016-01-25 Pedro Alves <palves@redhat.com>
6516
6517 PR gdb/19494
6518 * gdb.base/catch-fork-kill.c: New file.
6519 * gdb.base/catch-fork-kill.exp: New file.
6520
f1da4b11
PA
65212016-01-25 Pedro Alves <palves@redhat.com>
6522
6523 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
6524 Delete, moved to lib/gdb.exp.
6525 * gdb.threads/forking-threads-plus-breakpoint.exp
6526 (foreach_with_prefix): Likewise.
6527 * gdb.threads/process-dies-while-handling-bp.exp
6528 (foreach_with_prefix): Likewise.
6529 * lib/gdb.exp (foreach_with_prefix): New procedure.
6530
45f38546
MK
65312016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
6532
6533 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
6534 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
6535
dc29a1ce
MK
65362016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
6537
6538 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
6539 endian targets.
6540
092127d7
JK
65412016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6542 Pedro Alves <palves@redhat.com>
6543
6544 Fix testsuite compatibility with Guile.
6545 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
6546 number.
6547
31d765d3
JK
65482016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6549
6550 Fix testsuite compatibility with Guile.
6551 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
6552 (thread 1): New test for backtrace through signal handler.
6553
1ac78c04
YQ
65542016-01-22 Yao Qi <yao.qi@linaro.org>
6555
6556 PR testsuite/19491
6557 * gdb.base/multi-forks.c: Include
6558 ../lib/unbuffer_output.c
6559 (main): Call gdb_unbuffer_output.
6560
4f5946a8
DE
65612016-01-21 Doug Evans <dje@google.com>
6562
6563 * lib/ada.exp (gdb_compile_ada): Fix typo.
6564
305e13e6
JB
65652016-01-21 Joel Brobecker <brobecker@adacore.com>
6566
6567 * gdb.base/break-fun-addr.exp: New file.
6568 * gdb.base/break-fun-addr1.c: New file.
6569 * gdb.base/break-fun-addr2.c: New file.
6570
5f5dfff6
SM
65712016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
6572
6573 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
6574 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
6575 enum flag values.
6576
fd356fa2
AA
65772016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
6578
6579 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
6580 when GDB can not set the vector return value. Add more comments
6581 for clarification.
6582
9df22175
AT
65832016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
6584
6585 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
6586 command.
6587
41d1845e
SM
65882016-01-19 Simon Marchi <simon.marchi@ericsson.com>
6589
6590 * Makefile.in (DO_RUNTEST): Add --status and update usages.
6591
01ac6840
SM
65922016-01-19 Simon Marchi <simon.marchi@ericsson.com>
6593
6594 * Makefile.in (check-single): Pass --status to runtest.
6595 (check/%.exp): Likewise.
6596
65972016-01-19 Simon Marchi <simon.marchi@ericsson.com>
6598
6599 * Makefile.in (check-parallel): Propagate return code from make
6600 do-check-parallel.
6601
bd0a71fa
MK
66022016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
6603
6604 * gdb.trace/ftrace.exp: Fix expected message on continue.
6605 * gdb.trace/pending.exp: Fix expected message on continue.
6606 * gdb.trace/trace-break.exp: Fix expected message on continue.
6607
8bcbad33
SM
66082016-01-18 Simon Marchi <simon.marchi@ericsson.com>
6609
6610 * lib/gdb.exp (gdb_test): Remove unused global references.
6611
f303dbd6
PA
66122016-01-18 Pedro Alves <palves@redhat.com>
6613
6614 * gdb.base/async-shell.exp: Adjust expected output.
6615 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
6616 * gdb.base/siginfo-thread.exp: Adjust expected output.
6617 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
6618 * gdb.java/jnpe.exp: Adjust expected output.
6619 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
6620 * gdb.threads/continue-pending-status.exp: Adjust expected output.
6621 * gdb.threads/leader-exit.exp: Adjust expected output.
6622 * gdb.threads/manythreads.exp: Adjust expected output.
6623 * gdb.threads/pthreads.exp: Adjust expected output.
6624 * gdb.threads/schedlock.exp: Adjust expected output.
6625 * gdb.threads/siginfo-threads.exp: Adjust expected output.
6626 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
6627 expected output.
6628 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
6629 output.
6630 * gdb.threads/sigthread.exp: Adjust expected output.
6631 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
6632
b2789696
YQ
66332016-01-18 Yao Qi <yao.qi@linaro.org>
6634
6635 * gdb.guile/scm-section-script.c: Replace @progbits with
6636 %progbits.
6637 * gdb.python/py-section-script.c: Likewise.
6638
71ef29a8
PA
66392016-01-15 Pedro Alves <palves@redhat.com>
6640
6641 * gdb.multi/tids.exp: Test star wildcard ranges.
6642
3f5b7598
PA
66432016-01-15 Pedro Alves <palves@redhat.com>
6644
6645 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
6646 command from "thread apply" invocation.
6647 (thr_apply_info_thr_invalid): Default the expected output to the
6648 input tid list.
6649 (top level): Add tests that use convenience variables. Add tests
6650 for "thread apply" with a valid TID list, but missing the command.
6651
663f6d42
PA
66522016-01-13 Pedro Alves <palves@redhat.com>
6653
6654 * gdb.base/default.exp: Expect $_gthread as well.
6655 * gdb.multi/tids.exp: Test $_gthread.
6656 * gdb.threads/thread-specific.exp: Test $_gthread.
6657
c84f6bbf
PA
66582016-01-13 Pedro Alves <palves@redhat.com>
6659
6660 * gdb.multi/tids.exp: Test "info threads -gid".
6661
22a02324
PA
66622016-01-13 Pedro Alves <palves@redhat.com>
6663
6664 * gdb.multi/tids.exp: Test InferiorThread.global_num and
6665 Breakpoint.thread.
6666 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
6667
5d5658a1
PA
66682016-01-07 Pedro Alves <palves@redhat.com>
6669
6670 * gdb.base/break.exp: Adjust to output changes.
6671 * gdb.base/hbreak2.exp: Likewise.
6672 * gdb.base/sepdebug.exp: Likewise.
6673 * gdb.base/watch_thread_num.exp: Likewise.
6674 * gdb.linespec/keywords.exp: Likewise.
6675 * gdb.multi/info-threads.exp: Likewise.
6676 * gdb.threads/thread-find.exp: Likewise.
6677 * gdb.multi/tids.c: New file.
6678 * gdb.multi/tids.exp: New file.
6679
84654457
PA
66802016-01-13 Pedro Alves <palves@redhat.com>
6681
6682 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
6683
e3940304
PA
66842016-01-13 Pedro Alves <palves@redhat.com>
6685
6686 * gdb.base/default.exp: Expect $_inferior as well.
6687 * gdb.multi/base.exp: Test $_inferior.
6688
a911d87a
PA
66892016-01-13 Pedro Alves <palves@redhat.com>
6690
6691 PR breakpoints/19388
6692 * gdb.base/catch-signal-siginfo-cond.c: New file.
6693 * gdb.base/catch-signal-siginfo-cond.exp: New file.
6694
82075af2
JS
66952016-01-12 Josh Stone <jistone@redhat.com>
6696 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6697
6698 * gdb.base/catch-syscall.c (do_execve): New variable.
6699 (main): Conditionally trigger an execve.
6700 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
6701 (test_catch_syscall_execve): New, check entry/return across execve.
6702 (do_syscall_tests): Call test_catch_syscall_execve.
6703
e46eeedd
PA
67042016-01-12 Pedro Alves <palves@redhat.com>
6705
6706 * gdb.base/random-signal.exp (do_test): New procedure, with body
6707 of testcase moved in.
6708
01d8c27e
JK
67092016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6710 Pedro Alves <palves@redhat.com>
6711
6712 * gdb.base/funcargs.exp (finish from indirectly called function):
6713 Reintroduce the case for 'First'.
6714
9a706302
JK
67152016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6716 Pedro Alves <palves@redhat.com>
6717
6718 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
6719 (tcatch_vfork_then_child_follow_exec)
6720 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
6721 identification.
6722
c0ecb95f
JK
67232016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6724
6725 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
6726 and repeats to unlimited.
6727 * gdb.python/py-value.exp: Likewise.
6728 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
6729 and repeats to unlimited.
6730
6cfc1fcb
JK
67312016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6732
6733 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
6734 and reordering the functions.
6735 * gdb.multi/hangout.c: Likewise.
6736 * gdb.multi/hello.c: Likewise.
6737
582a1b00
SM
67382016-01-08 Simon Marchi <simon.marchi@ericsson.com>
6739
6740 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
6741 absolute.
6742 (SingleStatisticTestResult.report): Use dict.keys instead of
6743 dict.iterkeys.
6744
79bc59cb
PA
67452016-01-06 Pedro Alves <palves@redhat.com>
6746
6747 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
6748
43368e1d
MM
67492016-01-04 Markus Metzger <markus.t.metzger@intel.com>
6750
6751 * gdb.btrace/dlopen.exp: New.
6752 * gdb.btrace/dlopen.c: New.
6753 * gdb.btrace/dlopen-dso.c: New.
6754
79fad5b8
SL
67552015-12-25 Sandra Loosemore <sandra@codesourcery.com>
6756
6757 * lib/gdb.exp (gdb_test): Update comments to clarify that the
6758 PATTERN argument is optional.
6759
ab8314b3
JB
67602015-12-24 Joel Brobecker <brobecker@adacore.com>
6761
6762 * lib/ada.exp (target_compile_ada_from_dir): New function.
6763 (gdb_compile_ada): Reimplement avoiding the use of project files.
6764 * gdb.ada/gnat_ada.gpr: Delete.
6765 * gdb.ada/cond_lang.exp: Adjust test to make path before
6766 filename optional.
6767 * gdb.ada/small_reg_param.exp: Likewise.
6768
fe33faff
SM
67692015-12-22 Simon Marchi <simon.marchi@ericsson.com>
6770
6771 * gdb.base/foll-vork.exp: Remove HP-UX special case.
6772
6d265cb4
TP
67732015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
6774
6775 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
6776 case.
6777
10125099
SM
67782015-12-21 Simon Marchi <simon.marchi@ericsson.com>
6779
6780 * gdb.base/break.exp: Remove dead code.
6781 * gdb.base/sepdebug.exp: Likewise.
6782
3ca22649
SM
67832015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
6784
6785 * gdb.asm/asm-source.exp: Remove HP-UX references.
6786 * gdb.base/annota1.exp: Likewise.
6787 * gdb.base/annota3.exp: Likewise.
6788 * gdb.base/attach.exp: Likewise.
6789 * gdb.base/bigcore.exp: Likewise.
6790 * gdb.base/break.exp: Likewise.
6791 * gdb.base/call-ar-st.exp: Likewise.
6792 * gdb.base/callfuncs.exp: Likewise.
6793 * gdb.base/catch-fork-static.exp: Likewise.
6794 * gdb.base/display.exp: Likewise.
6795 * gdb.base/foll-exec-mode.exp: Likewise.
6796 * gdb.base/foll-exec.exp: Likewise.
6797 * gdb.base/foll-fork.exp: Likewise.
6798 * gdb.base/foll-vfork.exp: Likewise.
6799 * gdb.base/funcargs.exp: Likewise.
6800 * gdb.base/hbreak2.exp: Likewise.
6801 * gdb.base/inferior-died.exp: Likewise.
6802 * gdb.base/interrupt.exp: Likewise.
6803 * gdb.base/multi-forks.exp: Likewise.
6804 * gdb.base/nodebug.exp: Likewise.
6805 * gdb.base/sepdebug.exp: Likewise.
6806 * gdb.base/solib1.c: Likewise.
6807 * gdb.base/step-test.exp: Likewise.
6808 * gdb.mi/non-stop.c: Likewise.
6809 * gdb.mi/pthreads.c: Likewise.
6810 * gdb.multi/bkpt-multi-exec.ex: Likewise.
6811 * gdb.threads/pthreads.c: Likewise.
6812 * gdb.threads/staticthreads.exp: Likewise.
6813 * lib/future.exp: Likewise.
6814 * lib/gdb.exp: Likewise.
6815 * gdb.base/so-indr-cl.c: Remove.
6816 * gdb.base/so-indr-cl.exp: Likewise.
6817 * gdb.base/solib.c: Likewise.
6818 * gdb.base/solib.exp: Likewise.
6819 * gdb.base/solib2.c: Likewise.
6820
b6304613
SM
68212015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
6822
6823 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
6824 * gdb.base/call-ar-st.exp: Likewise.
6825 * gdb.base/callfuncs.exp: Likewise.
6826 * gdb.base/condbreak.exp: Likewise.
6827 * gdb.base/constvars.exp: Likewise.
6828 * gdb.base/hbreak2.exp: Likewise.
6829 * gdb.base/langs.exp: Likewise.
6830 * gdb.base/list.exp: Likewise.
6831 * gdb.base/long_long.exp: Likewise.
6832 * gdb.base/ptype.exp: Likewise.
6833 * gdb.base/scope.exp: Likewise.
6834 * gdb.base/signals.exp: Likewise.
6835 * gdb.base/so-impl-ld.exp: Likewise.
6836 * gdb.base/varargs.exp: Likewise.
6837 * gdb.base/volatile.exp: Likewise.
6838 * gdb.base/whatis.exp: Likewise.
6839 * gdb.cp/cplusfuncs.exp: Likewise.
6840 * gdb.cp/inherit.exp: Likewise.
6841 * gdb.cp/local.exp: Likewise.
6842 * gdb.cp/member-ptr.exp: Likewise.
6843 * gdb.cp/method.exp: Likewise.
6844 * gdb.cp/overload.exp: Likewise.
6845 * gdb.cp/templates.exp: Likewise.
6846 * gdb.stabs/weird.exp: Likewise.
6847 * lib/compiler.c: Likewise.
6848 * lib/compiler.cc: Likewise.
6849 * lib/cp-support.exp: Likewise.
6850 * lib/gdb.exp: Likewise.
6851
bf401b07
SM
68522015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
6853
6854 * configure.ac: Remove HP-UX case.
6855 * configure: Regenerate.
6856
aff9c0f8
SM
68572015-12-18 Simon Marchi <simon.marchi@ericsson.com>
6858
6859 * lib/gdb.exp (gdb_compile): Add function doc.
6860
a6904d5a
PA
68612015-12-17 Pedro Alves <palves@redhat.com>
6862
6863 PR threads/19354
6864 * gdb.multi/info-threads.exp: New file.
6865
a22279dd
YQ
68662015-12-15 Yao Qi <yao.qi@linaro.org>
6867
6868 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
6869 is aarch64*-*-*.
6870
0588c796
SL
68712015-12-14 Sandra Loosemore <sandra@codesourcery.com>
6872
6873 * gdb.base/history-duplicates.exp: Skip if no readline support.
6874
5d978e17
SL
68752015-12-14 Sandra Loosemore <sandra@codesourcery.com>
6876
6877 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
6878
7e763b86
SL
68792015-12-14 Sandra Loosemore <sandra@codesourcery.com>
6880
6881 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
6882
87a3a92c
SL
68832015-12-14 Sandra Loosemore <sandra@codesourcery.com>
6884
6885 * gdb.base/completion.exp: Skip tests that interrupt GDB with
6886 ctrl-C if nointerrupts target property is set.
6887 * gdb.base/double-prompt-target-event-error.exp: Likewise.
6888 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
6889 * gdb.base/paginate-bg-execution.exp: Likewise.
6890 * gdb.base/paginate-execution-startup.exp: Likewise.
6891 * gdb.base/random-signal.exp: Likewise.
6892 * gdb.base/range-stepping.exp: Likewise.
6893 * gdb.cp/annota2.exp: Likewise.
6894 * gdb.cp/annota3.exp: Likewise.
6895 * gdb.gdb/selftest.exp: Likewise.
6896 * gdb.threads/continue-pending-status.exp: Likewise.
6897 * gdb.threads/leader-exit.exp: Likewise.
6898 * gdb.threads/manythreads.exp: Likewise.
6899 * gdb.threads/pthreads.exp: Likewise.
6900 * gdb.threads/schedlock.exp: Likewise.
6901 * gdb.threads/sigthread.exp: Likewise.
6902
a8f077dc
DB
69032015-12-11 Don Breazeal <donb@codesourcery.com>
6904
6905 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
6906 remote.
6907 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
6908 * gdb.base/foll-exec.exp (main): Enable for target remote.
6909 * gdb.base/foll-fork.exp (main): Likewise.
6910 * gdb.base/foll-vfork.exp (main): Likewise.
6911 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
6912 (proc continue_to_exit_bp_loc): Use clean_restart.
6913 * gdb.base/pie-execl.exp (main): Disable for target remote.
6914 * gdb.base/watch-vfork.exp (main): Enable for target remote.
6915 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
6916 * gdb.threads/execl.exp (main): Likewise.
6917 * gdb.threads/fork-child-threads.exp (main): Likewise.
6918 * gdb.threads/fork-plus-threads.exp (main): Disable for target
6919 remote.
6920 * gdb.threads/fork-thread-pending.exp (main): Enable for target
6921 remote.
6922 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
6923 pid.tid style ptids, instead of just tid.
6924 * gdb.threads/thread-execl.exp (main): Enable for target remote.
6925 * gdb.threads/watchpoint-fork.exp (main): Likewise.
6926 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
6927 ptids, instead of just tid.
6928
3b2464a8
AB
69292015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
6930
6931 * gdb.base/list.exp (test_list_forward): Add end of file error
6932 test.
6933 (test_repeat_list_command): Add end of file error test.
6934 (test_list_backwards): Add beginning of file error test.
6935
a0def019
AB
69362015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
6937
6938 * gdb.base/list.exp (test_list_invalid_args): New function,
6939 defined, and called.
6940
5c000dff
AB
69412015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
6942
6943 * gdb.base/list.exp (test_list): Make test names unique.
6944
f1637ebe
YQ
69452015-12-11 Yao Qi <yao.qi@linaro.org>
6946
6947 * gdb.base/coremaker2.c: Remove.
6948
36d6fc0a
PA
69492015-12-10 Pedro Alves <palves@redhat.com>
6950
6951 * gdb.multi/base.exp: Remove stale "spaces" references.
6952
762f7747
PA
69532015-12-10 Pedro Alves <palves@redhat.com>
6954
6955 * gdb.multi/base.exp: Don't use nowarnings.
6956 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
6957 * gdb.multi/hangout.c: Include stdio.h.
6958 * gdb.multi/hello.c: Include stdlib.h.
6959 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
6960 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
6961 * gdb.multi/multi-arch.exp: Don't use nowarnings.
6962
28d2bfb9
AB
69632015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
6964
6965 * gdb.dwarf2/dw2-ranges-base.c: New file.
6966 * gdb.dwarf2/dw2-ranges-base.exp: New file.
6967 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
6968 support additional line table, and debug ranges generation.
6969 (Dwarf::ranges): New function, generate .debug_ranges.
6970 (Dwarf::lines): Support generating simple line table programs.
6971 (Dwarf::assemble): Initialise new namespace variables.
6972
5fc2beac
KB
69732015-12-09 Kevin Buettner <kevinb@redhat.com>
6974
6975 * gdb.base/async.exp (proc test_background): Add case for
6976 asynchronous execution not supported.
6977
1c35a88f
LM
69782015-12-09 Luis Machado <lgustavo@codesourcery.com>
6979
6980 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
6981 format and change test names to make them unique.
6982
b593e3d9
RK
69832015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
6984 Pedro Alves <pedro@redhat.com>
6985
6986 PR gdb/18702
6987 Add checking of floatformats setup on x86_64 hosts.
6988 * gdb.arch/i386-float.S (main): Load bigval and smallval.
6989 (smallval, bigval): New labels/constants.
6990 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
6991 float" after loading bigval and smallval.
6992
d72413e6
PMR
69932015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
6994
6995 * gdb.ada/fun_overload_menu.exp: New testcase.
6996 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
6997
ece66d65
JS
69982015-12-04 Josh Stone <jistone@redhat.com>
6999
7000 * gdb.base/catch-fork-static.exp: New.
7001
41d0efca
YQ
70022015-12-03 Yao Qi <yao.qi@linaro.org>
7003
7004 * gdb.base/sizeof.c: Don't include stdio.h and
7005 ../lib/unbuffer_output.c.
7006 (main): New variable 'size' and 'value'. Remove printf and
7007 gdb_unbuffer_output. Assign return value to size and value.
7008 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
7009 at the beginning.
7010 (check_sizeof): Check the result by printing variable 'size'.
7011 (check_valueof): Check the result by printing variable 'value'.
7012
99fd02d9
YQ
70132015-12-01 Yao Qi <yao.qi@linaro.org>
7014
7015 * gdb.base/disp-step-syscall.exp: Define syscall instruction
7016 for aarch64*-*-linux* target.
7017
f2faf941
PA
70182015-11-30 Pedro Alves <palves@redhat.com>
7019
7020 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
7021
04bf20c5
PA
70222015-11-30 Pedro Alves <palves@redhat.com>
7023
7024 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
7025 Handle non-stop mode vCont replies.
7026
09df4675
PA
70272015-11-30 Pedro Alves <palves@redhat.com>
7028
7029 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
7030 prepare_for_testing. Start gdb with "set non-stop on" appended to
7031 GDBFLAGS. Lax expected stop output.
7032
58b584af
YQ
70332015-11-27 Yao Qi <yao.qi@linaro.org>
7034
7035 * gdb.arch/arm-neon.exp: New.
7036 * gdb.arch/arm-neon.c: New.
7037
dfcb77a8
YQ
70382015-11-27 Yao Qi <yao.qi@linaro.org>
7039
7040 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
7041
88e8ec1b
YQ
70422015-11-27 Yao Qi <yao.qi@linaro.org>
7043
7044 * gdb.cp/annota2.exp: Allow multiple occurrences of the
7045 frames-invalid annotation.
7046
bfde72c2
YQ
70472015-11-27 Yao Qi <yao.qi@linaro.org>
7048
7049 * gdb.cp/annota2.exp: Use ${frames_invalid}.
7050
f6512a69
SM
70512015-11-26 Simon Marchi <simon.marchi@ericsson.com>
7052
7053 * gdb.threads/names.exp: New file.
7054 * gdb.threads/names.c: New file.
7055 * README: Mention gdb,no_thread_names.
7056
46a3515b
MM
70572015-11-26 Markus Metzger <markus.t.metzger@intel.com>
7058
7059 PR 19297
7060 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
7061 support" error.
7062
62147a22
PA
70632015-11-24 Pedro Alves <palves@redhat.com>
7064
7065 PR 17539
7066 * gdb.base/display.exp: Expect displays to be sorted in ascending
7067 order. Use multi_line.
7068 * gdb.base/solib-display.exp: Likewise.
7069
2f341b6e
PA
70702015-11-24 Pedro Alves <palves@redhat.com>
7071
7072 PR 17539
25d49b86
PA
7073 * gdb.base/display.exp: Expect displays to be sorted in ascending
7074 order. Use multi_line.
7075 * gdb.base/solib-display.exp: Likewise.
2f341b6e 7076
7e0aa6aa
PA
70772015-11-24 Pedro Alves <palves@redhat.com>
7078
7079 PR 17539
7080 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
7081 threads in ascending order.
7082 * gdb.base/foll-fork.exp: Likewise.
7083 * gdb.base/foll-vfork.exp: Likewise.
7084 * gdb.base/multi-forks.exp: Likewise.
7085 * gdb.mi/mi-nonstop.exp: Likewise.
7086 * gdb.mi/mi-nsintrall.exp: Likewise.
7087 * gdb.multi/base.exp: Likewise.
7088 * gdb.multi/multi-arch.exp: Likewise.
7089 * gdb.python/py-inferior.exp: Likewise.
7090 * gdb.threads/break-while-running.exp: Likewise.
7091 * gdb.threads/execl.exp: Likewise.
7092 * gdb.threads/gcore-thread.exp: Likewise.
7093 * gdb.threads/info-threads-cur-sal.exp: Likewise.
7094 * gdb.threads/kill.exp: Likewise.
7095 * gdb.threads/linux-dp.exp: Likewise.
7096 * gdb.threads/multiple-step-overs.exp: Likewise.
7097 * gdb.threads/next-bp-other-thread.exp: Likewise.
7098 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
7099 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
7100 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
7101 * gdb.threads/thread-find.exp: Likewise.
7102 * gdb.threads/tls.exp: Likewise.
7103 * lib/mi-support.exp (mi_reverse_list): Delete.
7104 (mi_check_thread_states): No longer reverse list.
7105
2cc57ad8
PA
71062015-11-24 Pedro Alves <palves@redhat.com>
7107
7108 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
7109 use lowercase.
7110
c93e8391
SM
71112015-11-23 Simon Marchi <simon.marchi@ericsson.com>
7112
7113 * gdb.trace/actions.c: Include trace-common.h.
7114 (main): Add a location for a fast tracepoint.
7115 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
7116 the normal tracepoints.
7117 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
7118
045ccf91
SM
71192015-11-23 Simon Marchi <simon.marchi@ericsson.com>
7120
7121 * save-trace.exp: Factor out code to these...
7122 (gdb_save_tracepoints): New.
7123 (gdb_load_tracepoints): New.
7124 (do_save_load_test): New.
7125
5506f9f6
KB
71262015-11-23 Kevin Buettner <kevinb@redhat.com>
7127
7128 * gdb.base/asmlabel.exp: New test.
7129 * gdb.base/asmlabel.c: New test case.
7130
16c3b12f
JB
71312015-11-23 Joel Brobecker <brobecker@adacore.com>
7132
7133 * gdb.base/wrong_frame_bt_full-main.c: New file.
7134 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
7135 * gdb.base/wrong_frame_bt_full.exp: New file.
7136
155bfbd3
JB
71372015-11-23 Joel Brobecker <brobecker@adacore.com>
7138
7139 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
7140
bb097445
JM
71412015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
7142
206853a0 7143 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
7144 pstate register when comparing registers values in
7145 sparc64-*-linux-gnu targets to avoid spurious differences.
7146
9c88ed8f
JM
71472015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
7148
206853a0 7149 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 7150
96161e25
SL
71512015-11-19 Sandra Loosemore <sandra@codesourcery.com>
7152
7153 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
7154 as type argument to gdb_compile.
7155 * gdb.base/nested-subp2.exp: Likewise.
7156 * gdb.base/nested-subp3.exp: Likewise.
7157
340c2830
DV
71582015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
7159
7160 * lib/dwarf.exp (_note): Fix left shift of negative value.
7161 * gdb.trace/trace-condition.exp: Likewise.
7162
c1862d0f
YQ
71632015-11-13 Yao Qi <yao.qi@linaro.org>
7164
7165 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
7166 comments about d10v.
7167 (test_scalar_returns): Likewise.
7168 * gdb.base/d10v.ld: Remove.
7169 * gdb.base/overlays.exp: Remove the target triplet checking for
7170 d10v-*-*.
7171 * gdb.base/structs.exp (test_struct_returns): Remove the
7172 comments about d10v.
7173 (test_struct_calls): Likewise.
7174
77ae9c19
YQ
71752015-11-13 Yao Qi <yao.qi@linaro.org>
7176
7177 * gdb.base/gnu_vector.exp: Check the return value by "p res".
7178 * gdb.base/gnu_vector.c: Don't include stdio.h.
7179 (main): Don't print res and call add_some_intvecs.
7180
430e004e
MK
71812015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
7182
7183 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
7184 macro.
7185 (func5): Removed.
7186 (func4): Use FAST_TRACEPOINT_LABEL.
7187 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
7188 macro.
7189 (func): Removed.
7190 (thread_function): Use FAST_TRACEPOINT_LABEL.
7191 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
7192 (func): Remove.
7193 (marker): Use FAST_TRACEPOINT_LABEL.
7194 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
7195 (pendfunc1): Remove.
7196 (pendfunc): Use FAST_TRACEPOINT_LABEL.
7197 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
7198 (foo): Remove.
7199 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
7200 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
7201 macro.
7202 (func): Remove.
7203 (marker): Use FAST_TRACEPOINT_LABEL.
7204 * gdb.trace/trace-common.h: New header.
7205 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
7206 macro.
7207 (func): Remove.
7208 (marker): Use FAST_TRACEPOINT_LABEL.
7209 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
7210 (func): Remove.
7211 (thread_function): Use FAST_TRACEPOINT_LABEL.
7212
6e7675a7
MK
72132015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
7214
7215 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
7216 in front.
7217 * gdb.trace/change-loc.exp: Use global pcreg definition.
7218 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
7219 * gdb.trace/entry-values.exp: Use global spreg definition, add $
7220 in front.
7221 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
7222 * gdb.trace/pending.exp: Likewise.
7223 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
7224 * gdb.trace/trace-break.exp: Likewise.
7225 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
7226 in front.
7227 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
7228 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
7229 in front.
7230 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
7231
dddc0e16
JB
72322015-11-09 Joel Brobecker <brobecker@adacore.com>
7233
7234 * gdb.ada/fin_fun_out: New testcase.
7235
c6f0b406
KB
72362015-11-07 Kevin Buettner <kevinb@redhat.com>
7237
7238 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
7239 value associated with DW_AT_byte_size.
7240 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
7241 constants for DW_AT_byte_size, DW_AT_lower_bound, and
7242 DW_AT_upper_bound.
7243
f01dcfd9
KB
72442015-11-07 Kevin Buettner <kevinb@redhat.com>
7245
7246 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
7247 (gdb_target_symbol_prefix_flags): Define in terms of _asm
7248 version.
7249 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
7250 gdb.dwarf2/dw2-canonicalize-type.exp,
7251 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
7252 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
7253 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
7254 provided by gdb_target_symbol_prefix_flags_asm.
7255 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
7256 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
7257 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
7258 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
7259 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
7260 macros where needed). Use this macro for symbols which require
7261 the prefix provided by SYMBOL_PREFIX.
7262
2223449a
KB
72632015-11-05 Kevin Buettner <kevinb@redhat.com>
7264
7265 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
7266 New procs.
7267 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
7268 representing expressions, of more than one list element.
7269 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
7270 to prepend linker symbol prefix to f.
7271 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
7272 table_1 and table_2.
7273 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
7274 Likewise, for f and g.
7275 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
7276 for ptr.
7277 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
7278 for main.
7279 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
7280 table_1_ptr and table_2_ptr.
7281
6f2f1a3a
JK
72822015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7283 Joel Brobecker <brobecker@adacore.com>
7284
7285 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
7286
566c56c9
MK
72872015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
7288
7289 * gdb.reverse/s390-mvcle.c: New test.
7290 * gdb.reverse/s390-mvcle.exp: New file.
7291 * lib/gdb.exp: Enable reverse tests on s390*-linux.
7292
d5f0636b
MK
72932015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
7294
7295 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
7296
7ad8b86c
MK
72972015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
7298
7299 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
7300 reaching marker2.
7301 * gdb.reverse/getresuid-reverse.exp: Likewise.
7302 * gdb.reverse/pipe-reverse.exp: Likewise.
7303 * gdb.reverse/readv-reverse.exp: Likewise.
7304 * gdb.reverse/recvmsg-reverse.exp: Likewise.
7305 * gdb.reverse/time-reverse.exp: Likewise.
7306 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
7307
4081c0f1
YQ
73082015-10-30 Yao Qi <yao.qi@linaro.org>
7309
7310 * gdb.threads/wp-replication.c (watch_count_done): Remove.
7311 (empty_cycle): Remove.
7312 (main): Don't call empty_cycle. Don't use watch_count_done.
7313 * gdb.threads/wp-replication.exp: Don't set breakpoint on
7314 empty_cycle. Rewrite the code counting HW watchpoints.
7315
452b4ba5
MK
73162015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
7317
7318 * gdb.reverse/fstatat-reverse.c: New test.
7319 * gdb.reverse/fstatat-reverse.exp: New file.
7320 * gdb.reverse/getresuid-reverse.c: New test.
7321 * gdb.reverse/getresuid-reverse.exp: New file.
7322 * gdb.reverse/pipe-reverse.c: New test.
7323 * gdb.reverse/pipe-reverse.exp: New file.
7324 * gdb.reverse/readv-reverse.c: New test.
7325 * gdb.reverse/readv-reverse.exp: New file.
7326 * gdb.reverse/recvmsg-reverse.c: New test.
7327 * gdb.reverse/recvmsg-reverse.exp: New file.
7328 * gdb.reverse/time-reverse.c: New test.
7329 * gdb.reverse/time-reverse.exp: New file.
7330 * gdb.reverse/waitpid-reverse.c: New test.
7331 * gdb.reverse/waitpid-reverse.exp: New file.
7332
5e2e7507
JK
73332015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7334
7335 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
7336
0fde2c53
DE
73372015-10-26 Doug Evans <dje@google.com>
7338
7339 PR symtab/17391
7340 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
7341 * gdb.dwarf2/bad-regnum.c: New file.
7342 * gdb.dwarf2/bad-regnum.exp: New file.
7343
1a70ae97
DE
73442015-10-26 Doug Evans <dje@google.com>
7345
7346 PR python/18938
7347 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
7348 file.
7349
27dc26ab
JK
73502015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7351
7352 * gdb.compile/compile.exp (compile code globalvar): Update expectation
7353 for a change by "Mention language in compile error message".
7354
bed91f4d
SM
73552015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
7356
7357 PR python/18073
7358 * gdb.python/py-type.c (C::a_method): New.
7359 (C::a_const_method): New.
7360 (C::a_static_method): New.
7361 (a_function): New.
7362 * gdb.python/py-type.exp (test_fields): Test getting fields
7363 from function and method.
7364
3f2f83dd
KB
73652015-10-21 Keven Boell <keven.boell@intel.com>
7366
7367 * gdb.fortran/vla-alloc-assoc.exp: New file.
7368 * gdb.fortran/vla-datatypes.exp: New file.
7369 * gdb.fortran/vla-datatypes.f90: New file.
7370 * gdb.fortran/vla-history.exp: New file.
7371 * gdb.fortran/vla-ptype-sub.exp: New file.
7372 * gdb.fortran/vla-ptype.exp: New file.
7373 * gdb.fortran/vla-sizeof.exp: New file.
7374 * gdb.fortran/vla-sub.f90: New file.
7375 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
7376 * gdb.fortran/vla-value-sub-finish.exp: New file.
7377 * gdb.fortran/vla-value-sub.exp: New file.
7378 * gdb.fortran/vla-value.exp: New file.
7379 * gdb.fortran/vla-ptr-info.exp: New file.
7380 * gdb.mi/mi-vla-fortran.exp: New file.
7381 * gdb.mi/vla.f90: New file.
7382
27145d50
SL
73832015-10-21 Sandra Loosemore <sandra@codesourcery.com>
7384
7385 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
7386 of hardwired timeout value.
7387
5f3ff4f8
JK
73882015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7389 Pedro Alves <palves@redhat.com>
7390
7391 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
7392 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
7393
bfd09d20
JS
73942015-10-19 Josh Stone <jistone@redhat.com>
7395
7396 * gdb.base/catch-syscall.c: Include <sched.h>.
7397 (unknown_syscall): New variable.
7398 (main): Trigger a vfork and an unknown syscall.
7399 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
7400 (unknown_syscall_number): Likewise.
7401 (check_call_to_syscall): Accept an optional syscall pattern.
7402 (check_return_from_syscall): Likewise.
7403 (check_continue): Likewise.
7404 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
7405 (test_catch_syscall_skipping_return): New test toggling off 'catch
7406 syscall' to step over the syscall return, then toggling back on.
7407 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
7408 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
7409 (do_syscall_tests): Call test_catch_syscall_without_args and
7410 test_catch_syscall_mid_vfork.
7411 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
7412 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
7413
b32b93c6
AS
74142015-10-19 Andrew Stubbs <ams@codesourcery.com>
7415
7416 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
7417 print g_vE): Add new pass patterns.
7418 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
7419 print various symbol names for vptr fields.
7420
9d622bda
AB
74212015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
7422
7423 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
7424 results.
7425
0fd8ac1c
YQ
74262015-10-12 Yao Qi <yao.qi@linaro.org>
7427
7428 * gdb.arch/disp-step-insn-reloc.exp: New test case.
7429
34240514
YQ
74302015-10-12 Yao Qi <yao.qi@linaro.org>
7431
7432 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
7433 is aarch64*-*-linux*.
7434
8240f442
YQ
74352015-10-12 Yao Qi <yao.qi@linaro.org>
7436
7437 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
7438 (can_relocate_bcond_true): ... it.
7439 (can_relocate_bcond_false): New function.
7440 (foo): Likewise.
7441 (can_relocate_bl): Likewise.
7442 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
7443 can_relocate_bl.
7444
2520f728
PMR
74452015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
7446
7447 * gdb.base/nested-addr.c: New file.
7448 * gdb.base/nested-addr.exp: New testcase.
7449
abcef95a
MM
74502015-10-09 Markus Metzger <markus.t.metzger@intel.com>
7451
7452 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
7453 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
7454 its output. Ignore the output of "record goto begin" and instead
7455 check that GDB is replaying.
7456
145e3ddb
PA
74572015-10-09 Pedro Alves <palves@redhat.com>
7458
7459 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
7460 (top level): Use it in the run with no args test.
7461
d5d8c4e1
IB
74622015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
7463
7464 * gdb.dlang/properties.exp: New file.
7465
06e635ef
SL
74662015-10-02 Sandra Loosemore <sandra@codesourcery.com>
7467
7468 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
7469 whether or not address 0x1000 is mapped on the target.
7470
e019fd1d
SM
74712015-09-30 Simon Marchi <simon.marchi@ericsson.com>
7472
7473 * gdb.python/py-type.exp: Do not run tests if binaries fail to
7474 build.
7475
77ba2a67
MM
74762015-09-30 Markus Metzger <markus.t.metzger@intel.com>
7477
7478 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
7479 instruction-history test.
7480
c60eb31f
DE
74812015-09-28 Doug Evans <dje@google.com>
7482
7483 * gdb.base/gcore.c (array_func): Add reference to static_array.
7484
9a3c8263
SM
74852015-09-25 Simon Marchi <simon.marchi@ericsson.com>
7486
7487 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
7488 source line.
7489
9720e656
SL
74902015-09-24 Sandra Loosemore <sandra@codesourcery.com>
7491
7492 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
7493 short or char as base type.
7494
938d3bf2
SL
74952015-09-23 Sandra Loosemore <sandra@codesourcery.com>
7496
7497 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
7498 to allow any size enum.
7499
e6c2c623
PMR
75002015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
7501
7502 * gdb.ada/array_ptr_renaming.exp: New testcase.
7503 * gdb.ada/array_ptr_renaming/foo.adb: New file.
7504 * gdb.ada/array_ptr_renaming/pack.ads: New file.
7505
06da0f77
PL
75062015-09-21 Pierre Langlois <pierre.langlois@arm.com>
7507
7508 * gdb.trace/ftrace-lock.c: New file.
7509 * gdb.trace/ftrace-lock.exp: New file.
7510
4f51c22a
PL
75112015-09-21 Pierre Langlois <pierre.langlois@arm.com>
7512
7513 * gdb.arch/insn-reloc.c: New file.
7514 * gdb.arch/ftrace-insn-reloc.exp: New file.
7515
7041adf4
PL
75162015-09-21 Pierre Langlois <pierre.langlois@arm.com>
7517
7518 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
7519 instruction.
7520 * gdb.trace/pendshr1.c (pendfunc): Likewise.
7521 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
7522 * gdb.trace/range-stepping.c: Likewise.
7523 * gdb.trace/trace-break.c: Likewise.
7524 * gdb.trace/trace-mt.c (thread_function): Likewise.
7525 * gdb.trace/ftrace.c (marker): Likewise.
7526 * gdb.trace/trace-condition.c (marker): Likewise.
7527 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
7528 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
7529 is_aarch64_target.
7530
015d2e7e
DE
75312015-09-18 Doug Evans <xdje42@gmail.com>
7532
7533 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
7534 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
7535
26b188a2
SL
75362015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7537
7538 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
7539 the breakpoint.
7540
79dc332b
SL
75412015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7542
7543 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
7544 the pending breakpoint. Remove timeout override for "Run till
7545 MI pending breakpoint on pendfunc3 on thread 2" test.
7546
f57929f2
SL
75472015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7548
7549 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
7550 filename pattern.
7551
3f469b17
SL
75522015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7553
7554 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
7555 in breakpoint filename pattern.
7556
515b89b3
SL
75572015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7558
7800dbe4
SL
7559 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
7560
75612015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7562
515b89b3
SL
7563 * gdb.linespec/explicit.exp: Check for readline support for
7564 tab-completion tests. Fix obvious typo.
7565
d2939ba2
MM
75662015-09-18 Markus Metzger <markus.t.metzger@intel.com>
7567
7568 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
7569 and replay.
7570
cbb55fa7
MM
75712015-09-18 Markus Metzger <markus.t.metzger@intel.com>
7572
7573 * gdb.btrace/non-stop.c: New.
7574 * gdb.btrace/non-stop.exp: New.
7575
43691ca1
PL
75762015-09-17 Pierre Langlois <pierre.langlois@arm.com>
7577 Yao Qi <yao.qi@linaro.org>
7578
7579 * gdb.trace/trace-condition.c: New file.
7580 * gdb.trace/trace-condition.exp: New file.
7581
d78908cf
WW
75822015-09-16 Wei-cheng Wang <cole945@gmail.com>
7583
7584 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
7585 for testing bytecode compilation.
7586
1ed415e2
PA
75872015-09-16 Pedro Alves <palves@redhat.com>
7588 Sandra Loosemore <sandra@codesourcery.com>
7589
7590 * gdb.threads/non-stop-fair-events.c (timeout): New global.
7591 (SECONDS): Redefine.
7592 (main): Call pthread_kill and alarm early.
7593 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
7594 support.
7595 (test): If the target can't hardware step and doesn't support
7596 displaced stepping, increase the timeout.
7597
d136eff5
PA
75982015-09-16 Pedro Alves <palves@redhat.com>
7599
7600 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
7601 (enable_debug): New procedures.
7602 (test): Use them. Bail out if waiting for threads fails.
7603 (top level): Bail out if a test fails.
7604
991f019c
YQ
76052015-09-16 Yao Qi <yao.qi@linaro.org>
7606
7607 * gdb.asm/asm-source.exp: Set asm-arch for
7608 aarch64*-*-* target.
7609 * gdb.asm/aarch64.inc: New file.
7610
bfca584f
PMR
76112015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
7612
7613 * gdb.ada/array_of_variable_length.exp: New testcase.
7614 * gdb.ada/array_of_variable_length/foo.adb: New file.
7615 * gdb.ada/array_of_variable_length/pck.adb: New file.
7616 * gdb.ada/array_of_variable_length/pck.ads: New file.
7617
b326e587
DE
76182015-09-15 Doug Evans <dje@google.com>
7619
7620 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
7621 of function static local variable.
7622
5382cfab
PW
76232015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7624
7625 * gdb.threads/tls-so_extern.exp: New test file.
7626 * gdb.threads/tls-so_extern.c: New test file.
7627 * gdb.threads/tls-so_extern_main.c: New test file.
7628
141c5cc4
JK
76292015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7630
7631 * gdb.opt/solib-intra-step-lib.c: New file.
7632 * gdb.opt/solib-intra-step-main.c: New file.
7633 * gdb.opt/solib-intra-step.exp: New file.
7634
d15dcecd
PA
76352015-09-15 Pedro Alves <palves@redhat.com>
7636
7637 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
7638 gdb_continue_to_breakpoint instead of gdb_test_multiple.
7639
4c2f2a79
PA
76402015-09-14 Pedro Alves <palves@redhat.com>
7641
7642 * gdb.base/hook-stop-continue.c: Delete.
7643 * gdb.base/hook-stop-continue.exp: Delete.
7644 * gdb.base/hook-stop-frame.c: Delete.
7645 * gdb.base/hook-stop-frame.exp: Delete.
7646 * gdb.base/hook-stop.c: New file.
7647 * gdb.base/hook-stop.exp: New file.
7648
919e6dbe
PMR
76492015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
7650
7651 * gdb.ada/access_to_packed_array.exp: New testcase.
7652 * gdb.ada/access_to_packed_array/foo.adb: New file.
7653 * gdb.ada/access_to_packed_array/pack.adb: New file.
7654 * gdb.ada/access_to_packed_array/pack.ads: New file.
7655
157280a4
MM
76562015-09-14 Markus Metzger <markus.t.metzger@intel.com>
7657
7658 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
7659 buffer size test.
7660
2fd33e94
DB
76612015-09-11 Don Breazeal <donb@codesourcery.com>
7662
7663 * gdb.base/foll-exec.c: Add copyright header. Fix
7664 formatting issues.
7665 * gdb.base/foll-exec.exp (zap_session): Delete proc.
7666 (do_exec_tests): Use clean_restart in place of zap_session,
7667 and for test initialization. Fix formatting issues. Use
7668 fail in place of perror.
7669 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
7670 an expect statement to match an expression with output from
7671 the program under debug.
7672 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
7673 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
7674 * gdb.threads/non-ldr-exc-2.exp: Likewise.
7675 * gdb.threads/non-ldr-exc-3.exp: Likewise.
7676 * gdb.threads/non-ldr-exc-4.exp: Likewise.
7677
e70b6e8e
DE
76782015-09-09 Doug Evans <dje@google.com>
7679
7680 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
7681
7a551a51
DE
76822015-09-09 Doug Evans <dje@google.com>
7683
7684 * gdb.base/pie-execl.exp: Fix result test of build_executable.
7685
4c666f84
DE
76862015-09-09 Doug Evans <dje@google.com>
7687
7688 * gdb.base/savedregs.exp: Fix typo.
7689
243a9253
PA
76902015-09-09 Pedro Alves <palves@redhat.com>
7691
7692 * gdb.mi/mi-cli.exp: Add CLI finish tests.
7693
c0fa8fbd
SL
76942015-09-08 Sandra Loosemore <sandra@codesourcery.com>
7695
7696 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
7697 command actually switches threads. Give up on remaining
7698 tests if target fails to stop at breakpoint.
7699
cd7c1778
PMR
77002015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
7701
7702 * gdb.ada/funcall_char.exp: New testcase.
7703 * gdb.ada/funcall_char/foo.adb: New file.
7704
dc5c8746
PMR
77052015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
7706
7707 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
7708 expected outputs. Add two testcases for completing ambiguous
7709 functions.
7710 * gdb.ada/complete/aux_pck.adb: New file.
7711 * gdb.ada/complete/aux_pck.ads: New file.
7712 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
7713 Ambiguous_Func functions.
7714 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
7715 * gdb.ada/complete/pck.adb: Likewise.
7716
4e83a1e7
UW
77172015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
7718
7719 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
7720 failures to run the test program under GDB.
7721
8ce74153
LM
77222015-08-26 Luis Machado <lgustavo@codesourcery.com>
7723
7724 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
7725 to C.
7726
e9756d52
PP
77272015-08-26 Patrick Palka <patrick@parcs.ath.cx>
7728
7729 * gdb.base/run-after-attach.exp: New test file.
7730 * gdb.base/run-after-attach.c: New test file.
7731
8d37573b
DB
77322015-08-26 Don Breazeal <donb@codesourcery.com>
7733
7734 * gdb.base/foll-exec-2.c: New test program.
7735 * gdb.base/foll-exec-2.exp: New test.
7736
63e43d3a
PMR
77372015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
7738
7739 * gdb.base/nested-subp1.exp: New file.
7740 * gdb.base/nested-subp1.c: New file.
7741 * gdb.base/nested-subp2.exp: New file.
7742 * gdb.base/nested-subp2.c: New file.
7743 * gdb.base/nested-subp3.exp: New file.
7744 * gdb.base/nested-subp3.c: New file.
7745
3d40fbb5
PA
77462015-08-24 Pedro Alves <palves@redhat.com>
7747
7748 * gdb.server/connect-without-multi-process.c: New file.
7749 * gdb.server/connect-without-multi-process.exp: New file.
7750
4422ac93
LM
77512015-08-24 Luis Machado <lgustavo@codesourcery.com>
7752
7753 * gdb.opt/inline-markers.c: Make z int.
7754
91dddb86
LM
77552015-08-24 Luis Machado <lgustavo@codesourcery.com>
7756
7757 * gdb.opt/inline-markers.c: Make z volatile.
7758
a48847ee
LM
77592015-08-24 Luis Machado <lgustavo@codesourcery.com>
7760
7761 * gdb.opt/inline-bt.c: New volatile global z.
7762 * gdb.opt/inline-cmds.c: Likewise.
7763 * gdb.opt/inline-locals.c: Likewise.
7764 * gdb.opt/inline-markers.c: New extern global z.
7765 (marker): Use z.
7766 (inline_fn): Likewise.
7767
0ebbc52b
PA
77682015-08-24 Pedro Alves <palves@redhat.com>
7769
7770 * config/m32r-stub.exp: Remove file.
7771 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
7772 * gdb.base/call-rt-st.exp: Likewise.
7773 * gdb.base/call-strs.exp: Likewise.
7774 * gdb.base/default.exp: Remove references to h8300-*-hms and
7775 *-*-udi*.
7776 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
7777
77c365df
AA
77782015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7779
7780 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
7781 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
7782 and "return" use KFAIL when GDB can not read/write the vector
7783 return value.
7784
4313b8c0
GB
77852015-08-21 Gary Benson <gbenson@redhat.com>
7786
7787 * gdb.trace/pending.exp: Cope with remote transfer warnings.
7788
0e433b32
PA
77892015-08-20 Pedro Alves <palves@redhat.com>
7790
7791 * gdb.server/solib-list.exp: No longer expect an interior stop in
7792 non-stop mode.
7793
221e1a37
PA
77942015-08-20 Pedro Alves <palves@redhat.com>
7795
7796 * gdb.server/connect-stopped-target.c: New file.
7797 * gdb.server/connect-stopped-target.exp: New file.
7798
40e3ad0e
PA
77992015-08-20 Pedro Alves <palves@redhat.com>
7800
7801 * gdb.dwarf2/comp-unit-lang.exp: New file.
7802 * gdb.dwarf2/comp-unit-lang.c: New file.
7803
af39b327
PMR
78042015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
7805
7806 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
7807 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
7808
7d45c7c3 78092015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 7810
7d45c7c3
KB
7811 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
7812 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
7813
4d6cceb4
DE
78142015-08-18 Doug Evans <dje@google.com>
7815 Adrian Sendroiu <adrian.sendroiu@freescale.com>
7816
7817 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
7818 skip_python_tests. New arg prompt_regexp.
7819 (skip_python_tests): New function.
7820 * lib/mi-support.exp (mi_skip_python_tests): New function.
7821 * gdb.python/py-mi-objfile-gdb.py: New file.
7822 * gdb.python/py-mi-objfile.c: New file.
7823 * gdb.python/py-mi-objfile.exp: New file.
7824
ad89c2aa
KS
78252015-08-17 Keith Seitz <keiths@redhat.com>
7826
7827 * gdb.linespec/explicit.exp: Move strace test from here ...
7828 * gdb.trace/strace.exp: ... to here.
7829
e3ae3c43
PP
78302015-08-15 Patrick Palka <patrick@parcs.ath.cx>
7831
7832 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
7833 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
7834
604b2636
DE
78352015-08-14 Doug Evans <xdje42@gmail.com>
7836
7837 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
7838 inferior before selecting a new file.
7839
6ff0ba5f
DE
78402015-08-14 Doug Evans <xdje42@gmail.com>
7841
7842 * gdb.mi/mi-disassemble.exp: Update.
7843 * gdb.base/disasm-optim.S: New file.
7844 * gdb.base/disasm-optim.c: New file.
7845 * gdb.base/disasm-optim.h: New file.
7846 * gdb.base/disasm-optim.exp: New file.
7847
9ca98f92
KS
78482015-08-14 Keith Seitz <keiths@redhat.com>
7849
7850 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
7851 "evaluated-by".
7852
52bbc560
JB
78532015-08-13 Joel Brobecker <brobecker@adacore.com>
7854
7855 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
7856
5d8c3ed3
PMR
78572015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
7858
7859 * gdb.ada/fun_renaming.exp: New testcase.
7860 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
7861 * gdb.ada/fun_renaming/pack.adb: New file.
7862 * gdb.ada/fun_renaming/pack.ads: New file.
7863
ea8812bc
KS
78642015-08-12 Keith Seitz <keiths@redhat.com>
7865
7866 * gdb.base/dso2dso.exp: Pass basename of source file in call to
7867 gdb_get_line_number.
7868
4dafcdeb
JB
78692015-08-12 Joel Brobecker <brobecker@adacore.com>
7870
7871 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
7872 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
7873 gdb.base/dso2dso.exp: New files.
7874
5ba32597
SDJ
78752015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
7876 Pedro Alves <palves@redhat.com>
7877 Keith Seitz <keiths@redhat.com>
7878
7879 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
7880 GDBFLAGS.
7881
b6dafabf
PP
78822015-08-12 Patrick Palka <patrick@parcs.ath.cx>
7883
7884 * gdb.base/gdbhistsize-history.exp
7885 (test_histsize_history_setting): Use save_vars.
7886 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
7887 Use save_vars.
7888 (test_no_truncation_of_unlimited_history_file): Use save_vars.
7889 * gdb.base/readline.exp: Use save_vars.
7890
abe8e607
PP
78912015-08-12 Patrick Palka <patrick@parcs.ath.cx>
7892
7893 * lib/gdb.exp (save_vars): New proc.
7894
629500fa
KS
78952015-08-11 Keith Seitz <keiths@redhat.com>
7896
7897 * gdb.base/help.exp: Update help_breakpoint_text.
7898
eb8c4e2e
KS
78992015-08-11 Keith Seitz <keiths@redhat.com>
7900
7901 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
7902 (at toplevel): Call test_explicit_breakpoints.
7903 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
7904 breakpoints.
7905 * lib/mi-support.exp (mi_make_breakpoint): Add support for
7906 breakpoint conditions, "-cond".
7907
87f0e720
KS
79082015-08-11 Keith Seitz <keiths@redhat.com>
7909
7910 * gdb.linespec/3explicit.c: New file.
7911 * gdb.linespec/cpexplicit.cc: New file.
7912 * gdb.linespec/cpexplicit.exp: New file.
7913 * gdb.linespec/explicit.c: New file.
7914 * gdb.linespec/explicit.exp: New file.
7915 * gdb.linespec/explicit2.c: New file.
7916 * gdb.linespec/ls-errs.exp: Add explicit location tests.
7917 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
7918 before using in the matching pattern.
7919 Clarify that `prefix' is a regular expression.
7920
f00aae0f
KS
79212015-08-11 Keith Seitz <keiths@redhat.com>
7922
7923 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
7924 test.
7925 Add tests for missing ",FMT" and ",".
7926
e27852be
DE
79272015-08-10 Doug Evans <dje@google.com>
7928 Keith Seitz <keiths@redhat.com>
7929
7930 PR gdb/17960
7931 * gdb.base/completion.exp: Add location completer tests.
7932
7f03bd92
PA
79332015-08-07 Pedro Alves <palves@redhat.com>
7934
7935 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
7936 tests here.
7937 (top level): Run do_test with and without displaced stepping.
7938
3fc8eb30
PA
79392015-08-07 Pedro Alves <palves@redhat.com>
7940
7941 * gdb.base/valgrind-disp-step.c: New file.
7942 * gdb.base/valgrind-disp-step.exp: New file.
7943
d4569d7b
PA
79442015-08-07 Pedro Alves <palves@redhat.com>
7945
7946 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
7947 Delete function.
7948 (main): Add alarm. Run an infinite loop instead of calling
7949 wait_threads.
7950 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
7951 comment.
7952 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
7953 Delete function.
7954 (main): Add alarm. Run an infinite loop instead of calling
7955 wait_threads.
7956 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
7957 comment.
7958
e1316e60
PA
79592015-08-07 Pedro Alves <palves@redhat.com>
7960
7961 * gdb.base/checkpoint-ns.exp: New file.
7962 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
7963 standard_testfile.
7964
da8c46d2
MM
79652015-08-07 Markus Metzger <markus.t.metzger@intel.com>
7966
7967 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
7968 * gdb.btrace/instruction_history.exp: Update.
7969 * gdb.btrace/tsx.exp: New.
7970 * gdb.btrace/tsx.c: New.
7971
de1c2c52
PA
79722015-08-06 Pedro Alves <palves@redhat.com>
7973
7974 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
7975 increase timeout.
7976 * gdb.reverse/until-precsave.exp: Bump timeouts.
7977
782e0bf4
PA
79782015-08-06 Pedro Alves <palves@redhat.com>
7979
7980 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
7981
83e97ed0
PA
79822015-08-06 Pedro Alves <palves@redhat.com>
7983
7984 PR gdb/18749
7985 * gdb.threads/process-dies-while-handling-bp.c: New file.
7986 * gdb.threads/process-dies-while-handling-bp.exp: New file.
7987
863d01bd
PA
79882015-08-06 Pedro Alves <palves@redhat.com>
7989
7990 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
7991 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
7992
0a39bb32
PA
79932015-08-05 Pedro Alves <palves@redhat.com>
7994
7995 * gdb.threads/next-while-other-thread-longjmps.c: New file.
7996 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
7997
ee2d2b10
SL
79982015-08-03 Sandra Loosemore <sandra@codesourcery.com>
7999
8000 * gdb.base/bp-permanent.exp: Report test as unsupported if
8001 the target cannot stop at the permanent breakpoint.
8002
4e1bdb00
DE
80032015-08-03 Doug Evans <dje@google.com>
8004
8005 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
8006 10000.
8007
3d338901
DE
80082015-08-03 Doug Evans <dje@google.com>
8009
8010 * Makefile.in (workers/%.worker, build-perf): New rule.
8011 (GDB_PERFTEST_MODE): New variable.
8012 (check-perf): Use it.
8013 (clean): Clean up gdb.perf parallel build subdirs.
8014 * lib/build-piece.exp: New file.
8015 * lib/gdb.exp (make_gdb_parallel_path): New function
8016 (standard_output_file, standard_temp_file): Call it.
8017 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8018 of $GDB_PARALLEL.
8019 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
8020
af061d3e
DE
80212015-08-03 Doug Evans <dje@google.com>
8022
8e1afc81 8023 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
8024 (LOG_FILE_NAME): New global.
8025 (TextReporter.__init__): Initialize self.txt_sum.
8026 (TextReporter.report): Add support for multiple data-points.
8027 Move report to perftest.sum, put raw data in perftest.log.
8028 (TextReporter.start): Open sum and log files.
8029 (TextReporter.end): Close sum and log files.
8e1afc81
DE
8030 * gdb.perf/lib/perftest/testresult.py
8031 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 8032
2c8c5d37
PA
80332015-07-31 Pedro Alves <palves@redhat.com>
8034
8035 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
8036 Use spawn_id_get_pid. Wait for spawn id after eof. Use
8037 kill_wait_spawned_process instead of explicit "kill -9".
8038 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
8039 returning a spawn id instead of a pid. Use spawn_id_get_pid and
8040 kill_wait_spawned_process.
8041 * gdb.base/attach-twice.exp: Likewise.
8042 * gdb.base/attach.exp: Likewise.
8043 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
8044 gdb_test_multiple.
8045 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
8046 returning a spawn id instead of a pid. Use spawn_id_get_pid and
8047 kill_wait_spawned_process.
8048 * gdb.base/valgrind-infcall.exp: Likewise.
8049 * gdb.multi/multi-attach.exp: Likewise.
8050 * gdb.python/py-prompt.exp: Likewise.
8051 * gdb.python/py-sync-interp.exp: Likewise.
8052 * gdb.server/ext-attach.exp: Likewise.
8053 * gdb.threads/attach-into-signal.exp (corefunc): Use
8054 spawn_wait_for_attach, spawn_id_get_pid and
8055 kill_wait_spawned_process.
8056 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
8057 spawn_wait_for_attach returning a spawn id instead of a pid. Use
8058 spawn_id_get_pid and kill_wait_spawned_process.
8059 * gdb.threads/attach-stopped.exp (corefunc): Use
8060 spawn_wait_for_attach, spawn_id_get_pid and
8061 kill_wait_spawned_process.
8062 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
8063 Use spawn_id_get_pid. Wait for spawn id after eof. Use
8064 kill_wait_spawned_process instead of explicit "kill -9".
8065 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
8066 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
8067 (spawn_wait_for_attach): Use spawn instead of exec to spawn
8068 processes. Don't map cygwin/windows pids here. Now returns a
8069 spawn id list.
8070
032a0fca
SL
80712015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8072
8073 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
8074 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
8075 correct patch.
8076
61a934ca
SL
80772015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8078
8079 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
8080
4bc4d428
SL
80812015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8082
8083 Reapply:
8084 2014-05-21 Mark Wielaard <mjw@redhat.com>
8085
8086 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
8087
998d452a
PA
80882015-07-30 Pedro Alves <palves@redhat.com>
8089
8090 * linux-low.c (handle_extended_wait): Set the child's last
8091 reported status to TARGET_WAITKIND_STOPPED.
8092
69dde7dc
PA
80932015-07-30 Pedro Alves <palves@redhat.com>
8094
8095 PR threads/18600
8096 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
8097 only shows inferior 1.
8098
4dd63d48
PA
80992015-07-30 Simon Marchi <simon.marchi@ericsson.com>
8100 Pedro Alves <palves@redhat.com>
8101
8102 PR threads/18600
8103 * gdb.threads/fork-plus-threads.c: New file.
8104 * gdb.threads/fork-plus-threads.exp: New file.
8105
d618e4c5
PP
81062015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8107
8108 * gdb.base/batch-preserve-term-settings.exp
8109 (test_terminal_settings_preserved_after_cli_exit): Use
8110 send_quit_command.
8111
1eef6428
PA
81122015-07-29 Pedro Alves <palves@redhat.com>
8113 Don Breazeal <donb@codesourcery.com>
8114
8115 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
8116 output from both inferior_spawn_id and gdb_spawn_id.
8117
7da5b897
SDJ
81182015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
8119
8120 * gdb.threads/attach-into-signal.exp (corefunc): Use
8121 with_test_prefix on nested loops, uniquefying the test messages.
8122
dac804df
SDJ
81232015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
8124
8125 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
8126 commit.
8127
06265e53
PP
81282015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8129
8130 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
8131 New proc.
8132 (test_terminal_settings_preserved_after_sigterm): New test.
8133
18206ca3
PP
81342015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8135
8136 * gdb.base/batch-preserve-term-settings.exp
8137 (test_terminal_settings_preserved_after_cli_exit): New test.
8138
90074d11
PP
81392015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8140
8141 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
8142 manipulation of saved_gdbflags.
8143 (test_terminal_settings_preserved): Remove global declaration of
8144 the unused variable pagination_prompt. Remove manipulation of
8145 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
8146 GDBFLAGS.
8147
eb1a7902
PA
81482015-07-29 Pedro Alves <palves@redhat.com>
8149
8150 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
8151
8b75dd3b
PA
81522015-07-29 Pedro Alves <palves@redhat.com>
8153
8154 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
8155 at the top.
8156
dedad4e3
PA
81572015-07-29 Pedro Alves <palves@redhat.com>
8158
8159 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
8160 (main): Call gdb_unbuffer_output.
8161 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
8162 (main): Call gdb_unbuffer_output.
8163 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
8164 (main): Call gdb_unbuffer_output.
8165 * gdb.base/call-strs.exp: Adjust to step over the
8166 gdb_unbuffer_output call.
8167 * gdb.base/catch-gdb-caused-signals.c: Include
8168 "../lib/unbuffer_output.c".
8169 (main): Call gdb_unbuffer_output.
8170 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
8171 (main): Call gdb_unbuffer_output.
8172 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
8173 (main): Call gdb_unbuffer_output.
8174 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
8175 (main): Call gdb_unbuffer_output.
8176 * gdb.base/shlib-call.exp: Adjust to step over the
8177 gdb_unbuffer_output call.
8178 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
8179 (main): Call gdb_unbuffer_output.
8180 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
8181 (main): Call gdb_unbuffer_output.
8182 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
8183 (main): Rename to ...
8184 (test): ... this.
8185 (main): Reimplement.
8186 * gdb.base/varargs.exp: Run to test instead of to main.
8187 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
8188 (main): Call gdb_unbuffer_output.
8189
58789a91
PA
81902015-07-29 Pedro Alves <palves@redhat.com>
8191
8192 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
8193 factore out from mi_continue_dprintf. For call-style dprintfs,
8194 expect dprintf output out of $inferior_spawn_id.
8195 (mi_continue_dprintf): Use mi_expect_dprintf.
8196 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
8197 (main): Call gdb_unbuffer_output.
8198
e8376742
PA
81992015-07-29 Pedro Alves <palves@redhat.com>
8200
8201 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
8202 (default_mi_gdb_start): Set inferior_spawn_id instead of
8203 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
8204 gdb_spawn_id.
8205 (mi_gdb_test): Always expect inferior output from both
8206 $inferior_spawn_id and $gdb_spawn_id.
8207
08280010
PA
82082015-07-29 Pedro Alves <palves@redhat.com>
8209
8210 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
8211 send_inferior and $inferior_spawn_id.
8212
4d30e432
PA
82132015-07-29 Pedro Alves <palves@redhat.com>
8214
8215 * gdb.gdb/complaints.exp (test_initial_complaints)
8216 (test_serial_complaints, test_short_complaints): Use
8217 gdb_test_stdio.
8218 (test_empty_complaint): Handle $inferior_spawn_id !=
8219 $gdb_spawn_id.
8220
0d30a335
PA
82212015-07-29 Pedro Alves <palves@redhat.com>
8222
8223 * gdb.base/varargs.exp: Use gdb_test_stdio.
8224
39413b29
PA
82252015-07-29 Pedro Alves <palves@redhat.com>
8226
8227 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
8228
7cb000a9
PA
82292015-07-29 Pedro Alves <palves@redhat.com>
8230
8231 * gdb.base/ending-run.exp: Use gdb_test_stdio.
8232
d7b8ac82
PA
82332015-07-29 Pedro Alves <palves@redhat.com>
8234
8235 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
8236 parameter into two new parameters, "inf_result" and "gdb_result".
8237 Expect inferior output and gdb output from $inferior_spawn_id and
8238 $gdb_spawn_id, respectively. Adjust all callers.
8239
789c3a0c
PA
82402015-07-29 Pedro Alves <palves@redhat.com>
8241
8242 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
8243 of gdb_test_sequence.
8244
77e760c3
PA
82452015-07-29 Pedro Alves <palves@redhat.com>
8246
8247 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
8248 (saw_spurious_output): Expect inferior output from
8249 $inferior_spawn_id. Use gdb_test_stdio.
8250
8396d2cd
PA
82512015-07-29 Pedro Alves <palves@redhat.com>
8252
8253 * gdb.base/dprintf.exp: Use standard_testfile. Change
8254 prepare_for_testing call.
8255 (srcfile): Don't set.
8256 (restart): New procedure.
8257 (test_dprintf): New procecure, use to continue over dprintfs.
8258 (test_call, test_agent): New procedures, tests moved here.
8259 Restart gdb and recreate dprintfs. Adjust expected output.
8260
2051d61f
PA
82612015-07-29 Pedro Alves <palves@redhat.com>
8262
8263 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
8264
452397af
PA
82652015-07-29 Pedro Alves <palves@redhat.com>
8266
8267 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
8268
8aed9555
PA
82692015-07-29 Pedro Alves <palves@redhat.com>
8270
8271 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
8272 gdb_test_stdio.
8273
188a61b4
PA
82742015-07-29 Pedro Alves <palves@redhat.com>
8275
8276 * lib/gdb.exp (gdb_test_stdio): New procedure.
8277
12264a45
PA
82782015-07-29 Pedro Alves <palves@redhat.com>
8279
8280 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
8281
23ffc893
PA
82822015-07-29 Pedro Alves <palves@redhat.com>
8283
8284 * gdb.base/call-signal-resume.exp: Remove check for
8285 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
8286 * gdb.base/unwindonsignal.exp: Likewise.
8287 * gdb.base/call-signals.c (gen_signal): Remove printf call.
8288 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
8289
65566918
PA
82902015-07-29 Pedro Alves <palves@redhat.com>
8291
8292 * gdb.base/siginfo-addr.c (pass): New function.
8293 (handler): Call it iff si_addr is correct.
8294 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
8295 Set a breakpoint at "pass" and continue to it.
8296
d60a9221
SDJ
82972015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
8298
8299 * gdb.python/py-objfile.exp: Make some tests have unique names.
8300 * gdb.python/py-pp-registration.exp: Likewise.
8301
bde40b8f
PA
83022015-07-28 Pedro Alves <palves@redhat.com>
8303
8304 * gdb.server/server-exec-info.exp: Issue a "disconnect".
8305
13e1dec8
SM
83062015-07-27 Simon Marchi <simon.marchi@ericsson.com>
8307
8308 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
8309
da33c9a7
SM
83102015-07-27 Simon Marchi <simon.marchi@ericsson.com>
8311
8312 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
8313
077836f7
PP
83142015-07-27 Patrick Palka <patrick@parcs.ath.cx>
8315
8316 * gdb.base/gdb-sigterm-2.exp: New test.
8317
b8cc7b2e
DE
83182015-07-25 Doug Evans <xdje42@gmail.com>
8319
8320 Revert:
8321 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
8322 (workers/%.worker, build-perf): New rule.
8323 (GDB_PERFTEST_MODE): New variable.
8324 (check-perf): Use it.
8325 (clean): Clean up gdb.perf parallel build subdirs.
8326 * lib/build-piece.exp: New file.
8327 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
8328 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
8329 name.
8330 (standard_temp_file): Ditto.
8331 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8332 of $GDB_PARALLEL.
8333
c8bd4544
DE
83342015-07-24 Doug Evans <dje@google.com>
8335
8336 * gdb.perf/lib/perftest/utils.py: New file.
8337 * gdb.perf/gm-hello.cc: New file.
8338 * gdb.perf/gm-pervasive-typedef.cc: New file.
8339 * gdb.perf/gm-pervasive-typedef.h: New file.
8340 * gdb.perf/gm-std.cc: New file.
8341 * gdb.perf/gm-std.h: New file.
8342 * gdb.perf/gm-use-cerr.cc: New file.
8343 * gdb.perf/gm-utils.h: New file.
8344 * gdb.perf/gmonster-null-lookup.py: New file.
8345 * gdb.perf/gmonster-pervasive-typedef.py: New file.
8346 * gdb.perf/gmonster-print-cerr.py: New file.
8347 * gdb.perf/gmonster-ptype-string.py: New file.
8348 * gdb.perf/gmonster-runto-main.py: New file.
8349 * gdb.perf/gmonster-select-file.py: New file.
8350 * gdb.perf/gmonster1-null-lookup.exp: New file.
8351 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
8352 * gdb.perf/gmonster1-print-cerr.exp: New file.
8353 * gdb.perf/gmonster1-ptype-string.exp: New file.
8354 * gdb.perf/gmonster1-runto-main.exp: New file.
8355 * gdb.perf/gmonster1-select-file.exp: New file.
8356 * gdb.perf/gmonster1.cc: New file.
8357 * gdb.perf/gmonster1.exp: New file.
8358 * gdb.perf/gmonster2-null-lookup.exp: New file.
8359 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
8360 * gdb.perf/gmonster2-print-cerr.exp: New file.
8361 * gdb.perf/gmonster2-ptype-string.exp: New file.
8362 * gdb.perf/gmonster2-runto-main.exp: New file.
8363 * gdb.perf/gmonster2-select-file.exp: New file.
8364 * gdb.perf/gmonster2.cc: New file.
8365 * gdb.perf/gmonster2.exp: New file.
8366
6eab34f3
DE
83672015-07-24 Doug Evans <dje@google.com>
8368
8369 * gdb.perf/README: New file.
8370 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
8371 * lib/gen-perf-test.exp: New file.
8372
63738bfd
DE
83732015-07-24 Doug Evans <dje@google.com>
8374
8375 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
8376 (PerfTest::startup): New function.
8377 (PerfTest::run): Return result of calling body.
8378 (PerfTest::assemble): Rewrite.
8379 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
8380 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
8381 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
8382 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
8383 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
8384
7b606f95
DE
83852015-07-24 Doug Evans <dje@google.com>
8386
8387 * lib/gdb.exp (clean_restart): Make executable optional.
8388
a97b16b8
DE
83892015-07-24 Doug Evans <dje@google.com>
8390
8391 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
8392 compiler_info references.
8393 * gdb.cp/temargs.exp: Ditto.
8394 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
8395 (get_compiler_info): Early exit if already computed. Set compiler_info
8396 to "unknown" if there was a problem.
8397 (test_compiler_info): Add function comment. Call get_compiler_info.
8398
35baa57f
DE
83992015-07-24 Doug Evans <dje@google.com>
8400
8401 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
8402 (workers/%.worker, build-perf): New rule.
8403 (GDB_PERFTEST_MODE): New variable.
8404 (check-perf): Use it.
8405 (clean): Clean up gdb.perf parallel build subdirs.
8406 * lib/build-piece.exp: New file.
8407 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
8408 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
8409 name.
8410 (standard_temp_file): Ditto.
8411 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8412 of $GDB_PARALLEL.
8413
6ebea266
DE
84142015-07-24 Doug Evans <dje@google.com>
8415
8416 * lib/future.exp (gdb_default_target_compile): New option
8417 "early_flags".
8418 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
8419 --as-needed.
8420
1e76a7e9
SDJ
84212015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
8422
8423 * gdb.base/catch-syscall.exp: Call gdb_exit before
8424 gdb_skip_xml_test.
8425
5068630a
PA
84262015-07-24 Pedro Alves <palves@redhat.com>
8427
8428 * gdb.python/py-events.exp: Accept output between the stop event
8429 and the prompt.
8430 * gdb.python/py-evsignal.exp: Likewise.
8431 * gdb.python/py-evthreads.exp: Likewise.
8432
77598427
PA
84332015-07-24 Pedro Alves <palves@redhat.com>
8434
8435 PR gdb/18717
8436 * gdb.threads/non-ldr-exit.c: New file.
8437 * gdb.threads/non-ldr-exit.exp: New file.
8438
11e6c98f
YQ
84392015-07-24 Yao Qi <yao.qi@linaro.org>
8440
8441 * gdb.server/ext-wrapper.exp: Test --wrapper option when
8442 restarting process.
8443
51aee833
YQ
84442015-07-24 Yao Qi <yao.qi@linaro.org>
8445
8446 * gdb.server/ext-restart.exp: New file.
8447
8cfe207c
YQ
84482015-07-24 Yao Qi <yao.qi@linaro.org>
8449
8450 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
8451 argument options.
8452 * gdb.server/ext-wrapper.exp: New file.
8453
cc12ce38
DE
84542015-07-23 Doug Evans <dje@google.com>
8455
8456 * gdb.dwarf2/dw2-dummy-cu.S: New file.
8457 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
8458
d0d84780
PMR
84592015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
8460
8461 * gdb.ada/var_arr_typedef.exp: New testcase.
8462 * gdb.ada/var_arr_typedef/pack.adb: New file.
8463 * gdb.ada/var_arr_typedef/pack.ads: New file.
8464 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
8465
8b558f79
JB
84662015-07-20 Joel Brobecker <brobecker@adacore.com>
8467
8468 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
8469
775a3298
JK
84702015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8471
8472 * gdb.arch/i386-biarch-core.exp: Replace istarget
8473 by "complete set gnutarget". Remove expectation for the "core-file"
8474 command.
8475
db1ff28b
JK
84762015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8477
8478 Revert the previous commit:
8479 Tests for validate symbol file using build-id.
8480
0a94970d
JK
84812015-07-15 Aleksandar Ristovski <aristovski@qnx.com
8482
8483 Tests for validate symbol file using build-id.
8484 * gdb.base/solib-mismatch-lib.c: New file.
8485 * gdb.base/solib-mismatch-libmod.c: New file.
8486 * gdb.base/solib-mismatch.c: New file.
8487 * gdb.base/solib-mismatch.exp: New file.
8488
03346981
SL
84892015-07-15 Sandra Loosemore <sandra@codesourcery.com>
8490
8491 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
8492 nios2-*-linux*.
8493 * gdb.base/sigbpt.exp (stepi_out): Likewise.
8494 * gdb.base/siginfo.exp: Likewise.
8495 * gdb.base/sigstep.exp (advance, advancei): Likewise.
8496
42422cc7
PL
84972015-07-15 Pierre Langlois <pierre.langlois@arm.com>
8498
8499 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
8500 Move it to ...
8501 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
8502 ... here.
8503 * gdb.trace/range-stepping.exp: Check that the target supports
8504 range stepping.
8505
cfa68bae
JK
85062015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8507
8508 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
8509
8ffdba26
PA
85102015-07-14 Pedro Alves <palves@redhat.com>
8511
8512 * gdb.base/killed-outside.exp: New file.
8513 * gdb.base/killed-outside.c: New file.
8514
218a5a11
JK
85152015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8516
8517 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
8518 (n at main): New.
8519 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
8520
e03ed3c6
AA
85212015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
8522
8523 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
8524 infcall tests instead of setting up for KFAIL.
8525
485668e5
MM
85262015-07-10 Markus Metzger <markus.t.metzger@intel.com>
8527
8528 * gdb.btrace/record_goto-step.exp: New.
8529
08464196
JK
85302015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8531
8532 PR compile/18484
8533 * gdb.compile/compile.c (struct struct_type): Add volatile to
8534 selffield's type.
8535 * gdb.compile/compile.exp
8536 (compile code struct_object.selffield = &struct_object): Skip further
8537 struct_object tests if this one xfails.
8538
bcf5c1d9
RC
85392015-07-08 Robert O'Callahan <robert@ocallahan.org>
8540
8541 PR exp/18617
8542 * gdb.trace/ax.exp: Add test.
8543
4931af25
YQ
85442015-07-07 Yao Qi <yao.qi@linaro.org>
8545
8546 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
8547 instead of istarget "aarch64*-*-*".
8548 * gdb.arch/aarch64-fp.exp: Likewise.
8549 * gdb.base/float.exp: Likewise.
8550 * gdb.reverse/aarch64.exp: Likewise.
8551 * lib/gdb.exp (is_aarch64_target): New proc.
8552
9fcf688e
YQ
85532015-07-07 Yao Qi <yao.qi@linaro.org>
8554
8555 * lib/gdb.exp (is_aarch32_target): New proc.
8556 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
8557 instead of "istarget "arm*-*-*"".
8558 * gdb.arch/arm-disp-step.exp: Likewise.
8559 * gdb.arch/thumb-bx-pc.exp: Likewise.
8560 * gdb.arch/thumb-prologue.exp: Likewise.
8561 * gdb.arch/thumb-singlestep.exp: Likewise.
8562 * gdb.base/disp-step-syscall.exp: Likewise.
8563 * gdb.base/float.exp: Likewise.
8564
fbd8d50d
YQ
85652015-07-07 Yao Qi <yao.qi@linaro.org>
8566
8567 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
8568 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
8569
71be1fdc
YQ
85702015-07-07 Yao Qi <yao.qi@linaro.org>
8571
8572 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
8573 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
8574 if it exists.
8575 * gdb.multi/multi-arch.exp: Likewise.
8576
3e221d36
SM
85772015-07-07 Simon Marchi <simon.marchi@ericsson.com>
8578
8579 * gdb.python/py-lazy-string.exp: Add missing parentheses to
8580 print.
8581
d441430b
YQ
85822015-07-07 Yao Qi <yao.qi@linaro.org>
8583
8584 * gdb.arch/thumb-singlestep.exp: Do one more single step.
8585
06f810bd
MG
85862015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
8587
8588 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
8589 '[' and ']' characters.
8590
5e61e7c0
IB
85912015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
8592
8593 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
8594
28bf096c
PA
85952015-06-29 Pedro Alves <palves@redhat.com>
8596
8597 PR threads/18127
8598 * gdb.threads/hand-call-new-thread.c: New file.
8599 * gdb.threads/hand-call-new-thread.c: New file.
8600
ee93cd5e
KS
86012015-06-26 Keith Seitz <keiths@redhat.com>
8602 Doug Evans <dje@google.com>
8603
8604 PR 16253
8605 * gdb.cp/var-tag-2.cc: New file.
8606 * gdb.cp/var-tag-3.cc: New file.
8607 * gdb.cp/var-tag-4.cc: New file.
8608 * gdb.cp/var-tag.cc: New file.
8609 * gdb.cp/var-tag.exp: New file.
8610
fc637f04
PP
86112015-06-26 Patrick Palka <patrick@parcs.ath.cx>
8612
8613 * gdb.base/history-duplicates.exp: New test.
8614
2e52ae68
PP
86152015-06-26 Patrick Palka <patrick@parcs.ath.cx>
8616
8617 * gdb.base/completion.exp: Test the completion of the "focus"
8618 command.
8619
6e22494e
JK
86202015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8621
8622 * gdb.arch/amd64-prologue-skip.S: New file.
8623 * gdb.arch/amd64-prologue-skip.exp: New file.
8624
bf7b9cd9
SM
86252015-06-25 Simon Marchi <simon.marchi@ericsson.com>
8626
8627 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
8628 is_address_zero_readable check.
8629
201e8dfd
PB
86302015-06-24 Peter Bergner <bergner@vnet.ibm.com>
8631
8632 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
8633 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
8634
5cd867b4
YQ
86352015-06-24 Yao Qi <yao.qi@linaro.org>
8636
8637 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
8638 linux targets.
8639
4d7be007
YQ
86402015-06-24 Yao Qi <yao.qi@linaro.org>
8641
8642 * lib/gdb.exp (supports_get_siginfo_type): New proc.
8643 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
8644 * gdb.base/siginfo-thread.exp: Likewise.
8645
07fcd301
YQ
86462015-06-22 Yao Qi <yao.qi@linaro.org>
8647
8648 * boards/remote-gdbserver-on-localhost.exp: Add comments.
8649
52042a00
YQ
86502015-06-22 Yao Qi <yao.qi@linaro.org>
8651
8652 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
8653 aarch64*-*-*.
8654 (skip_hw_watchpoint_tests): Likewise.
8655
74bd41ce
PP
86562015-06-18 Patrick Palka <patrick@parcs.ath.cx>
8657
8658 * gdb.base/gdbinit-history.exp: Test the interaction between
8659 setting GDBHISTSIZE and setting the history size via .gdbinit.
8660
bc460514
PP
86612015-06-17 Patrick Palka <patrick@parcs.ath.cx>
8662
8663 PR gdb/16999
8664 * gdb.base/gdbhistsize-history.exp: New test.
8665
b58c513b
PP
86662015-06-17 Patrick Palka <patrick@parcs.ath.cx>
8667
8668 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
8669 with GDBHISTSIZE.
8670 * gdb.base/readline.exp: Likewise.
8671
92046791
YQ
86722015-06-17 Yao Qi <yao.qi@linaro.org>
8673
8674 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
8675 line.
8676
2093d2d3
PP
86772015-06-17 Patrick Palka <patrick@parcs.ath.cx>
8678
8679 * gdb.base/gdbinit-history.exp: Add test case to check that
8680 an unlimited history file does not get truncated on exit.
8681
e6c693af
AA
86822015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8683
8684 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
8685 (VECTOR): New macro. Use it...
8686 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
8687 ...for these typedefs.
8688 (int8, char1, int1, double1): New typedefs.
8689 (struct just_int2, struct two_int2): New structures.
8690 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
8691 (add_structvecs, add_singlevecs): New functions.
8692 (main): Call add_some_intvecs twice.
8693 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
8694 the compile and exit upon failure. Try compiling for the "native"
8695 architecture. Test inferior function calls with vector arguments
8696 and vector return value handling with "finish" and "return".
8697
c74f7d1c
JT
86982015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
8699
8700 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
8701 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
8702 PE file.
8703 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
8704
98aa42ee
AT
87052015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
8706
8707 PR breakpoints/16465
8708 * gdb.mi/mi-dprintf-pending.c: New file.
8709 * gdb.mi/mi-dprintf-pending.exp: New test.
8710 * gdb.mi/mi-dprintf-pendshr.c: New file.
8711
7d73c23c 87122015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 8713 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
8714
8715 * gdb.arch/i386-mpx-map.c: New file.
8716 * gdb.arch/i386-mpx-map.exp: New File.
8717
87182015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
8719
8720 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
8721 * gdb.arch/i386-mpx.exp: Indentation fixed.
8722
87232015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
8724
8725 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
8726 function and improved indentation.
8727 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
8728 gdb_test_multiple. Added additional tests to skip the test.
8729
87302015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
8731
8732 * gdb.arch/i386-avx512.c: Change path in include file.
8733 * gdb.arch/i386-avx512.exp: Change include dir path
8734 compilation flag.
8735 * gdb.arch/i386-mpx.c: Change path in include file.
8736 * gdb.arch/i386-mpx.exp: Change include dir path compilation
8737 flag.
8738
d5eba19a
JK
87392015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8740
8741 * gdb.compile/compile-print.exp (compile print *vararray@3)
8742 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
8743
7f361056
JK
87442015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8745
8746 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
8747 (do not keep jit in memory): ... this.
8748 (expect 5): Change it to ...
8749 (expect no 5): ... this.
8750
3b462ec2
SM
87512015-06-02 Simon Marchi <simon.marchi@ericsson.com>
8752
8753 PR gdb/15564
8754 * gdb.mi/mi-detach.exp: New file.
8755
e0619de6
JK
87562015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8757
8758 PR symtab/18392
8759 * gdb.arch/amd64-tailcall-self.S: New file.
8760 * gdb.arch/amd64-tailcall-self.c: New file.
8761 * gdb.arch/amd64-tailcall-self.exp: New file.
8762
e970cb34
DB
87632015-05-28 Don Breazeal <donb@codesourcery.com>
8764
8765 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
8766 tests for remote targets by checking is_target_gdbserver.
8767
b2e2f908
DE
87682015-05-27 Doug Evans <dje@google.com>
8769
8770 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
8771 * gdb.dwarf2/opaque-type-lookup.c: New file.
8772 * gdb.dwarf2/opaque-type-lookup.exp: New file.
8773
82c7be31
DE
87742015-05-26 Doug Evans <dje@google.com>
8775
8776 * gdb.cp/iostream.cc: New file.
8777 * gdb.cp/iostream.exp: New file.
8778
b4f54984
DE
87792015-05-26 Doug Evans <dje@google.com>
8780
8781 * gdb.dwarf2/dw2-op-call.exp: Update.
8782 * gdb.dwarf2/dw4-sig-types.exp: Update.
8783 * gdb.dwarf2/implptr.exp: Update.
8784 * gdb.mi/mi-cmd-param-changed.exp: Update.
8785
4ea6efe9
DE
87862015-05-26 Doug Evans <dje@google.com>
8787
8788 * gdb.python/py-lazy-string.c: New file.
8789 * gdb.python/py-lazy-string.exp: New file.
8790 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
8791 (main): Update. Add estring3.
8792 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
8793 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
8794
f6bb7db3
YQ
87952015-05-26 Omair Javaid <omair.javaid@linaro.org>
8796 Yao Qi <yao.qi@linaro.org>
8797
8798 * gdb.reverse/aarch64.c: New.
8799 * gdb.reverse/aarch64.exp: New.
8800
a81bfbd0
OJ
88012015-05-26 Omair Javaid <omair.javaid@linaro.org>
8802
25d49b86
PA
8803 * lib/gdb.exp (supports_process_record): Return true for
8804 aarch64*-linux*.
a81bfbd0
OJ
8805 (supports_reverse): Likewise.
8806
158bf1b4
PP
88072015-05-22 Patrick Palka <patrick@parcs.ath.cx>
8808
8809 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
8810 Use with_test_prefix.
8811
a0145030
AB
88122015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
8813
8814 * gdb.base/completion.exp: Add test for completion of layout
8815 names.
8816
ebe3b578
AB
88172015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
8818
8819 * lib/gdb.exp (skip_tui_tests): New proc.
8820 * gdb.base/tui-layout.exp: Check skip_tui_tests.
8821
84204ed7
PA
88222015-05-19 Pedro Alves <palves@redhat.com>
8823
8824 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
8825 Save the whole env array instead of just HOME. Unset HISTSIZE in
8826 the environment while testing. Restore whole environment
8827 afterwards.
8828
37442ce1
DE
88292015-05-16 Doug Evans <xdje42@gmail.com>
8830
8831 * gdb.guile/scm-ports.c: New file.
8832 * gdb.guile/scm-ports.exp: Add memory port tests.
8833
36de76f9
JK
88342015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8835
8836 * gdb.compile/compile-print.c: New file.
8837 * gdb.compile/compile-print.exp: New file.
8838
3a9558c4
JK
88392015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8840
8841 * gdb.compile/compile-ops.exp: Cast param to void.
8842 * gdb.compile/compile.exp: Complete type for _gdb_expr.
8843 (compile code struct_object.selffield = &struct_object): Add xfail.
8844
aa715135
JG
88452015-05-15 Joel Brobecker <brobecker@adacore.com>
8846
8847 * gdb.ada/arr_enum_with_gap: New testcase.
8848
931e5bc3
JG
88492015-05-15 Joel Brobecker <brobecker@adacore.com>
8850
8851 * gdb.ada/byte_packed_arr: New testcase.
8852
9cd4d857
JB
88532015-05-15 Joel Brobecker <brobecker@adacore.com>
8854
8855 * gdb.ada/pckd_neg: New testcase.
8856
ebfd00d2
PP
88572015-05-13 Patrick Palka <patrick@parcs.ath.cx>
8858
8859 PR gdb/17820
8860 * gdb.base/gdbinit-history.exp: New test.
8861 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
8862 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
8863
4c082a81
SC
88642015-05-09 Siva Chandra Reddy <sivachandra@google.com>
8865
8866 * gdb.python/py-xmethods.cc: Enhance test case.
8867 * gdb.python/py-xmethods.exp: New tests.
8868 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
8869 function.
8870 (B_indexoper): Likewise.
8871 (global_dm_list) : Add new xmethod worker functions.
8872
f7797074
SDJ
88732015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
8874
8875 * gdb.base/coredump-filter.exp: Correctly unset
8876 "coredump_var_addr" array.
8877
a4674e4e
PA
88782015-05-08 Pedro Alves <palves@redhat.com>
8879
8880 * gdb.server/non-existing-program.exp: Unset spawn_id.
8881
df2eb078
SC
88822015-05-08 Siva Chandra Reddy <sivachandra@google.com>
8883
8884 PR python/18291
8885 * gdb.python/py-xmethods.exp: Add tests.
8886
422349a3
YQ
88872015-05-08 Yao Qi <yao.qi@linaro.org>
8888
8889 PR gdb/18208
8890 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
8891 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
8892 function set_coredump_filter, and remove remote_exec call.
8893 Remove argument ipid. Callers update.
8894 (top level): Don't get inferior's PID.
8895
63fc80ce
AA
88962015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
8897
8898 * gdb.base/watch_thread_num.exp: Skip test on targets without
8899 access watchpoints.
8900
80ad801e
PA
89012015-05-06 Pedro Alves <palves@redhat.com>
8902
8903 PR server/18081
8904 * gdb.server/non-existing-program.exp: New file.
8905
0fa7fe50
JB
89062015-05-05 Joel Brobecker <brobecker@adacore.com>
8907
8908 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
8909
3ea89b92
PMR
89102015-05-05 Joel Brobecker <brobecker@adacore.com>
8911
8912 * gdb.ada/out_of_line_in_inlined: New testcase.
8913
87b8eff0
JB
89142015-05-05 Joel Brobecker <brobecker@adacore.com>
8915
8916 * gdb.ada/var_rec_arr: New testcase.
8917
5fccc635
YQ
89182015-04-30 Yao Qi <yao.qi@linaro.org>
8919
8920 * gdb.base/break-idempotent.exp: If
8921 skip_hw_watchpoint_multi_tests returns true, skip the tests
8922 on "rwatch" and "awatch".
8923
42d38f42
YQ
89242015-04-30 Yao Qi <yao.qi@linaro.org>
8925
8926 * gdb.base/relativedebug.exp: Invoke gdb command
8927 "info sharedlibrary", and if libc.so doesn't have debug info,
8928 skip the test.
8929
2ce1cdbf
DE
89302015-04-29 Doug Evans <dje@google.com>
8931
8932 * gdb.python/py-xmethods.exp: Add ptype tests.
8933 * gdb.python/py-xmethods.py (E_method_char_worker): Add
8934 get_result_type method.
8935
f24a38c5
LM
89362015-04-29 Luis Machado <lgustavo@codesourcery.com>
8937
8938 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
8939 the target does not support hardware watchpoints.
8940
ecbf2b3c
LM
89412015-04-29 Luis Machado <lgustavo@codesourcery.com>
8942
8943 * gdb.base/break-always.exp: Abort testing if writing to memory
8944 causes an error.
8945
34f5f757
DE
89462015-04-28 Doug Evans <dje@google.com>
8947
8948 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
8949 * gdb.python/py-pp-registration.exp: ... here. New file.
8950 * gdb.python/py-pp-registration.c: New file.
8951 * gdb.python/py-pp-registration.py: New file.
8952
69b4374a
DE
89532015-04-28 Doug Evans <dje@google.com>
8954
8955 * gdb.python/py-bad-printers.c: New file.
8956 * gdb.python/py-bad-printers.py: New file.
8957 * gdb.python/py-bad-printers.exp: New file.
8958
59fb7612
SS
89592015-04-28 Sasha Smundak <asmundak@google.com>
8960
8961 * gdb.python/py-type.exp: New test.
8962
2631b16a
AW
89632015-04-28 Andy Wingo <wingo@igalia.com>
8964
8965 * gdb.python/py-parameter.exp:
8966 * gdb.guile/scm-parameter.exp: Escape the path that we are
8967 matching against, as it might contain characters that are special
8968 to regular expressions.
8969
460efde1
JB
89702015-04-27 Joel Brobecker <brobecker@adacore.com>
8971
8972 * gdb.ada/rec_comp: New testcase.
8973
2d369d8e
SDJ
89742015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
8975
8976 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
8977 before using it.
8978
cf75d6c3
AB
89792015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
8980
8981 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
8982 new tests for verilog output.
8983
8dbe7ca5
YQ
89842015-04-24 Yao Qi <yao.qi@linaro.org>
8985
8986 * boards/remote-gdbserver-on-localhost.exp: New file.
8987
4ef9fb2f
PA
89882015-04-23 Pedro Alves <palves@redhat.com>
8989
8990 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
8991 $inferior_spawn_id instead of $inferior_spawn_id directly. On
8992 "end of file", remove $inferior_spawn_id from the indirect list.
8993
0a803169
PA
89942015-04-23 Pedro Alves <palves@redhat.com>
8995
8996 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
8997
749ef8f8
PA
89982015-04-23 Pedro Alves <palves@redhat.com>
8999
9000 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
9001 on $any_spawn_id instead of only on $gdb_spawn_id.
9002
8aae4344
PM
90032015-04-21 Pierre Muller <muller@sourceware.org>
9004
9005 PR pascal/17815
9006 * lib/pascal.exp (gpc_compile): Add new option "class".
9007 (fpc_compile): Likewise.
9008 * gdb.pascal/case-insensitive-symbols.pas: New file.
9009 * gdb.pascal/case-insensitive-symbols.exp: New file.
9010
1586c8fb
GB
90112015-04-20 Gary Benson <gbenson@redhat.com>
9012
9013 * gdb.base/attach.exp: Fix three extended remote failures.
9014
1b6e6f5c
GB
90152015-04-17 Gary Benson <gbenson@redhat.com>
9016
9017 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
9018 the main executable over the remote protocol.
9019
e797481d
PA
90202015-04-16 Pedro Alves <palves@redhat.com>
9021
9022 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
9023 a new gdbserver if gdbserver_reconnect_p is set.
9024
1ca99c42
PA
90252015-04-16 Pedro Alves <palves@redhat.com>
9026
9027 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
9028 is set, don't exit gdbserver.
9029
af9fd6f8
AA
90302015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9031
9032 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
9033 appropriate .insn, such that an older assembler can be used.
9034 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
9035 the z/Architecture instruction set on 31-bit targets as well.
9036
04ff1e61
AA
90372015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9038
9039 * gdb.go/handcall.exp: Remove all logic related to the first
9040 breakpoint and rely on go_runto_main instead.
9041 * gdb.go/strings.exp: Likewise.
9042 * gdb.go/unsafe.exp: Likewise.
9043 * gdb.go/hello.exp: Likewise. Also rename the remaining
9044 breakpoint marker to "breakpoint 1".
9045 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
9046 * gdb.go/strings.go: Likewise.
9047 * gdb.go/unsafe.go: Likewise.
9048 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
9049 "set breakpoint 2 here" and rename the remaining breakpoint marker
9050 to "breakpoint 1".
9051
40d2f8d6
SM
90522015-04-15 Simon Marchi <simon.marchi@ericsson.com>
9053
9054 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
9055 if itertools.imap is not present.
9056 * gdb.python/py-objfile.exp: Add parentheses.
9057 * gdb.python/py-type.exp: Same.
9058 * gdb.python/py-unwind-maint.py: Same.
9059
8cbc97c6
YQ
90602015-04-15 Yao Qi <yao.qi@linaro.org>
9061
9062 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
9063 of ":$ptr_size" and set its form explicitly.
9064
45fd756c
YQ
90652015-04-15 Pedro Alves <palves@redhat.com>
9066 Yao Qi <yao.qi@linaro.org>
9067
9068 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
9069 timeout by factor of 4.
9070 (test_regular_watch): Likewise.
9071 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
9072 * gdb.reverse/sigall-reverse.exp: Likewise.
9073 * gdb.reverse/until-precsave.exp: Likewise.
9074 * lib/gdb.exp (with_timeout_factor): New proc.
9075 (gdb_expect): Move some code to ...
9076 (get_largest_timeout): ... here. New procedure.
9077
9e811bc3
LM
90782015-04-14 Luis Machado <lgustavo@codesourcery.com>
9079
9080 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
9081
0ff6fcb2
LM
90822015-04-13 Luis Machado <lgustavo@codesourcery.com>
9083
9084 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
9085 to write to the .text section.
9086
7578d5f7
LM
90872015-04-13 Luis Machado <lgustavo@codesourcery.com>
9088
9089 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
9090 Handle the case of targets that do not provide PID information.
9091
2efe15c4
YQ
90922015-04-13 Yao Qi <yao.qi@linaro.org>
9093
9094 * lib/gdbserver-support.exp (gdb_exit): Catch exception
9095 and use expect instead of gdb_expect.
9096
8cd8f2f8
SDJ
90972015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
9098
9099 * gdb.base/coredump-filter.exp: Rename variable "addr" to
9100 "coredump_var_addr" to avoid naming conflict with other testcases.
9101
9ee41772
PA
91022015-04-10 Pedro Alves <palves@redhat.com>
9103
9104 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
9105 gdb_test_sequence and gdb_assert.
9106
07473109
PA
91072015-04-10 Pedro Alves <palves@redhat.com>
9108
9109 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
9110 test messages that don't include the breakpoint address.
9111
de3db44c
YQ
91122015-04-10 Yao Qi <yao.qi@linaro.org>
9113
9114 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
9115 false for some offset and width combinations which aren't
9116 supported by linux kernel.
9117
c79d856c
PA
91182015-04-10 Pedro Alves <palves@redhat.com>
9119
9120 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
9121 procedure, factored out from ...
9122 (top level): ... here. Add "set displaced-stepping" testing axis.
9123 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
9124 parameter "displaced". Use it.
9125 (top level): Use foreach and add "set displaced-stepping" testing
9126 axis.
9127
ebc90b50
PA
91282015-04-10 Pedro Alves <palves@redhat.com>
9129
9130 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
9131 Remove comment.
9132 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
9133 both the address of the instruction that triggers the watchpoint
9134 and the address of the instruction immediately after, and use
9135 those addresses for the test. Fix comment.
9136
8f572e5c
PA
91372015-04-10 Pedro Alves <palves@redhat.com>
9138
9139 * gdb.base/sigstep.exp (breakpoint_to_handler)
9140 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
9141 Test "backtrace" in handler.
9142 (breakpoint_over_handler): New parameter 'displaced'. Use it.
9143 (top level): Add new "displaced" test axis to
9144 breakpoint_to_handler, breakpoint_to_handler_entry and
9145 breakpoint_over_handler.
9146
8d707a12
PA
91472015-04-10 Pedro Alves <palves@redhat.com>
9148
9149 PR gdb/18216
9150 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
9151
ef713951
YQ
91522015-04-10 Yao Qi <yao.qi@linaro.org>
9153
9154 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
9155 (test_add_rn_pc): New function.
9156 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
9157 (top level): Invoke test_add_rn_pc.
9158
906d60cf
PA
91592015-04-10 Pedro Alves <palves@redhat.com>
9160
9161 PR gdb/13858
9162 * gdb.base/step-over-no-symbols.exp: New file.
9163
f2983cc3
AW
91642015-04-09 Andy Wingo <wingo@igalia.com>
9165
9166 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
9167 after the Python tests.
9168
6d62641c
SDJ
91692015-04-08 Keith Seitz <keiths@redhat.com>
9170
9171 PR python/16699
9172 * gdb.python/py-completion.exp: New tests for completion.
9173 * gdb.python/py-completion.py (CompleteLimit1): New class.
9174 (CompleteLimit2): Likewise.
9175 (CompleteLimit3): Likewise.
9176 (CompleteLimit4): Likewise.
9177 (CompleteLimit5): Likewise.
9178 (CompleteLimit6): Likewise.
9179 (CompleteLimit7): Likewise.
9180
f3770638
PA
91812015-04-08 Pedro Alves <palves@redhat.com>
9182
9183 PR gdb/18214
9184 PR gdb/18216
9185 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
9186 function.
9187 (main): Install it as SIGUSR1 handler.
9188 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
9189 parameter. Always use "setup" as prefix. Toggle "set
9190 displaced-stepping" off/on depending on global. Don't switch to
9191 thread 1 here.
9192 (top level): Add displaced stepping "off/on" test axis. Update
9193 "setup" calls. Wrap each subtest with with_test_prefix. Test
9194 continuing with a queued signal in each thread.
9195
4496bed7
PA
91962015-04-08 Pedro Alves <palves@redhat.com>
9197
9198 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
9199 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
9200 gdb_breakpoint instead of gdb_test that doesn't expect anything.
9201 Return early if running to main fails.
9202 * gdb.trace/while-stepping.exp: Likewise.
9203
b97fde92
PA
92042015-04-07 Pedro Alves <palves@redhat.com>
9205
9206 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
9207 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
9208 interact with inferior program.
9209
f71c18e7
PA
92102015-04-07 Pedro Alves <palves@redhat.com>
9211
9212 * lib/gdb.exp (inferior_spawn_id): New global.
9213 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
9214 spawn id after processing the user code.
9215 (default_gdb_start): Set inferior_spawn_id.
9216 (send_inferior): New procedure.
9217 * lib/gdbserver-support.exp (gdbserver_start): Set
9218 inferior_spawn_id.
9219 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
9220
6423214f
PA
92212015-04-07 Pedro Alves <palves@redhat.com>
9222
9223 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
9224 * lib/gdbserver-support.exp (gdbserver_start): Make
9225 $server_spawn_id global.
9226 (gdbserver_start): Don't wait for gdbserver's spawn id with
9227 expect_background.
9228 (close_gdbserver): New procedure.
9229 (gdb_exit): Rename the default version and reimplement.
9230
71c0ee8c
PA
92312015-04-07 Pedro Alves <palves@redhat.com>
9232
72f4393d 9233 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
9234 append the substituted item, not the original item.
9235
203bc29b
PA
92362015-04-07 Pedro Alves <palves@redhat.com>
9237
9238 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
9239 gdb_expect.
9240
508a3ddf
PA
92412015-04-07 Pedro Alves <palves@redhat.com>
9242
9243 * gdb.base/interrupt.exp: Don't handle the case of the inferior
9244 output appearing once only.
9245
9f6dbe2b
PA
92462015-04-07 Pedro Alves <palves@redhat.com>
9247
9248 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
9249 that doesn't expect anything. Return early if running to main
9250 fails.
9251
337532fa
YQ
92522015-04-07 Yao Qi <yao.qi@linaro.org>
9253
9254 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
9255 (child_function): Call alarm.
9256 (main): Move call to alarm into the loop.
9257 * gdb.threads/non-stop-fair-events.exp: Build program with
9258 -DTIMEOUT=$timeout.
9259
01b622d4
DE
92602015-04-06 Doug Evans <xdje42@gmail.com>
9261
9262 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
9263 Fix dest parameter to board_info.
9264 (fpc_compile): Ditto.
9265 (gdb_compile_pascal): Rename dest arg to destfile.
9266
961f4160
PMR
92672015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
9268
9269 * gdb.ada/funcall_ref.exp: New file.
9270 * gdb.ada/funcall_ref/foo.adb: New file.
9271
cafda597
YQ
92722015-04-02 Yao Qi <yao.qi@linaro.org>
9273
9274 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
9275 is remote.
9276
fed040c6
GB
92772015-04-02 Gary Benson <gbenson@redhat.com>
9278
9279 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
9280
d11916aa
SS
92812015-04-01 Sasha Smundak <asmundak@google.com>
9282
9283 * gdb.python/py-unwind-maint.c: New file.
9284 * gdb.python/py-unwind-maint.exp: New test.
9285 * gdb.python/py-unwind-maint.py: New file.
9286 * gdb.python/py-unwind.c: New file.
9287 * gdb.python/py-unwind.exp: New test.
9288 * gdb.python/py-unwind.py: New test.
9289
a1471180
PA
92902015-04-01 Pedro Alves <palves@redhat.com>
9291
9292 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
9293 to fail instead of non-existent $test.
9294
0bbeccb1
PA
92952015-04-01 Pedro Alves <palves@redhat.com>
9296
9297 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
9298 GDBFLAGS if not empty.
9299
3c724c8c
PMR
93002015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
9301
9302 * gdb.ada/complete.exp: Remove "multi_line".
9303 * gdb.ada/info_exc.exp: Remove "multi_line".
9304 * gdb.ada/packed_tagged.exp: Remove "multi_line".
9305 * gdb.ada/ptype_field.exp: Remove "multi_line".
9306 * gdb.ada/sym_print_name.exp: Remove "multi_line".
9307 * gdb.ada/tagged.exp: Remove "multi_line".
9308 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
9309 [multi_line ...]
9310 * gdb.btrace/delta.exp: Likewise.
9311 * gdb.btrace/exception.exp: Likewise.
9312 * gdb.btrace/function_call_history.exp: Likewise.
9313 * gdb.btrace/instruction_history.exp: Likewise.
9314 * gdb.btrace/nohist.exp: Likewise.
9315 * gdb.btrace/record_goto.exp: Likewise.
9316 * gdb.btrace/segv.exp: Likewise.
9317 * gdb.btrace/stepi.exp: Likewise.
9318 * gdb.btrace/tailcall.exp: Likewise.
9319 * gdb.btrace/unknown_functions.exp: Likewise.
9320 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
9321 * lib/gdb.exp: Add the "multi_line" helper.
9322
4eec2deb
PA
93232015-04-01 Pedro Alves <palves@redhat.com>
9324
9325 * gdb.threads/tid-reuse.c: New file.
9326 * gdb.threads/tid-reuse.exp: New file.
9327
df8411da
SDJ
93282015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
9329
9330 PR corefiles/16092
9331 * gdb.base/coredump-filter.c: New file.
9332 * gdb.base/coredump-filter.exp: Likewise.
9333
6ef37366
PM
93342015-03-27 Petr Machata <pmachata@redhat.com>
9335
9336 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
9337 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
9338 (Dwarf::assemble): Initialize them.
9339 (Dwarf::lines): New function.
9340
7ec911b0
JT
93412015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
9342
9343 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
9344 SYMBOL_PREFIX for x86_64-*-cygwin.
9345
ff908ebf
AW
93462015-03-26 Andy Wingo <wingo@igalia.com>
9347
9348 PR symtab/18148
9349 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
9350 const_value but not a location.
9351 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
9352 location defined in non-main CUs are visible.
9353
6d5f0679
YQ
93542015-03-26 Yao Qi <yao.qi@linaro.org>
9355
9356 PR testsuite/18139
9357 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
9358 Add a line number entry for the same line.
9359 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
9360 Add a line number entry for the same line.
9361
2898689b
YQ
93622015-03-26 Yao Qi <yao.qi@linaro.org>
9363
9364 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
9365 .int 0.
9366 (func): Likewise. Add .Lfunc_1 label.
9367 Use .Lfunc_1 label.
9368 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
9369 .int 0.
9370 (func): Likewise.
9371 Use .Lfunc_1 label.
9372
85180498
YQ
93732015-03-26 Yao Qi <yao.qi@linaro.org>
9374
9375 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
9376 Call gdb_compile instead to compile each .s files without debug
9377 information.
9378
8aa08a8d
YQ
93792015-03-26 Yao Qi <yao.qi@linaro.org>
9380
9381 * gdb.base/savedregs.exp (process_saved_regs): Make
9382 "Saved registers:" optional in the pattern.
9383
66849923
MM
93842015-03-25 Markus Metzger <markus.t.metzger@intel.com>
9385
9386 * gdb.btrace/next.exp: Merged into step.exp.
9387 * gdb.btrace/finish.exp: Merged into step.exp.
9388 * gdb.btrace/nexti.exp: Merged into stepi.exp.
9389 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
9390 "record goto" and checking the exact replay position.
9391 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
9392 check for "Recording format" in "info record" output.
9393 * gdb.btrace/record_goto.exp: Choose test file based on target.
9394 * gdb.btrace/x86-record_goto.S: Renamed into ...
9395 * gdb.btrace/x86_64-record_goto.S: ... this.
9396 * gdb.btrace/i686-record_goto.S: New.
9397 * gdb.btrace/x86-tailcall.S: Renamed into ...
9398 * gdb.btrace/x86_64-tailcall.S: ... this.
9399 * gdb.btrace/i686-tailcall.S: New.
9400 * gdb.btrace/x86-tailcall.c: Renamed into ...
9401 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
9402 separate statements. Update test.
9403 * gdb.btrace/delta.exp: Use record_goto.c as test file.
9404 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
9405 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
9406 * gdb.btrace/tailcall.exp: Choose test file based on target.
9407 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
9408
11cc1b74
MM
94092015-03-25 Markus Metzger <markus.t.metzger@intel.com>
9410
9411 * gdb.btrace/exception.exp: Increase BTS buffer size.
9412
a25d8bf9
PA
94132015-03-24 Pedro Alves <palves@redhat.com>
9414
9415 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
9416
856e7dd6
PA
94172015-03-24 Pedro Alves <palves@redhat.com>
9418
9419 * gdb.threads/schedlock.exp (test_step): No longer expect that
9420 "set scheduler-locking step" with "next" over a function call runs
9421 threads unlocked.
9422
ad235a41
AT
94232015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9424
9425 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
9426
15630549
AT
94272015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9428
9429 PR breakpoints/16466
9430 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
9431 * gdb.mi/mi-pending.c (thread_func): New function.
9432 (int main): Add threading support required.
9433 * gdb.mi/mi-pending.exp: Add tests for this issue.
9434 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
9435 (pendfunc2): Remove stdio dependency.
9436 * gdb.mi/mi-pendshr2.c: New file.
9437
693dca06
KS
94382015-03-23 Keith Seitz <keiths@redhat.com>
9439
9440 * gdb.linespec/keywords.c: New file.
9441 * gdb.linespec/keywords.exp: New file.
9442
7e993ebf
KS
94432015-03-23 Keith Seitz <keiths@redhat.com>
9444
9445 PR gdb/18021
9446 * gdb.dwarf2/staticvirtual.exp: New test.
9447
bc23328c
JK
94482015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9449
9450 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
9451 * README: Remove HP-UX and gdb.hp.
9452 (configuration):
9453 * configure: Regenerate.
9454 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
9455 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
9456 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
9457 gdb.hp/gdb.defects/Makefile.
9458 * gdb.hp/Makefile.in: File deleted.
9459 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
9460 * gdb.hp/gdb.aCC/optimize.c: File deleted.
9461 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
9462 * gdb.hp/gdb.aCC/run.c: File deleted.
9463 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
9464 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
9465 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
9466 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
9467 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
9468 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
9469 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
9470 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
9471 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
9472 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
9473 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
9474 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
9475 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
9476 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
9477 * gdb.hp/gdb.base-hp/reg.s: File deleted.
9478 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
9479 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
9480 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
9481 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
9482 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
9483 * gdb.hp/gdb.compat/Makefile.in: File deleted.
9484 * gdb.hp/gdb.compat/average.c: File deleted.
9485 * gdb.hp/gdb.compat/sum.c: File deleted.
9486 * gdb.hp/gdb.compat/xdb.c: File deleted.
9487 * gdb.hp/gdb.compat/xdb0.c: File deleted.
9488 * gdb.hp/gdb.compat/xdb0.h: File deleted.
9489 * gdb.hp/gdb.compat/xdb1.c: File deleted.
9490 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
9491 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
9492 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
9493 * gdb.hp/gdb.defects/Makefile.in: File deleted.
9494 * gdb.hp/gdb.defects/bs14602.c: File deleted.
9495 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
9496 * gdb.hp/gdb.defects/solib-d.c: File deleted.
9497 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
9498 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
9499 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
9500 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
9501 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
9502 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
9503 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
9504 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
9505 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
9506 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
9507 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
9508 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
9509 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
9510 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
9511 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
9512 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
9513 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
9514 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
9515 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
9516 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
9517 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
9518 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
9519 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
9520 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
9521 * gdb.hp/tools/odump: File deleted.
9522
8bf3b159
PA
95232015-03-19 Pedro Alves <palves@redhat.com>
9524
9525 * gdb.threads/continue-pending-status.exp (saw_thread_2)
9526 (saw_thread_3): New globals.
9527 (top level): Increment them when an event for the corresponding
9528 thread is seen.
9529 (no thread starvation): New test.
9530
eb54c8bf
PA
95312015-03-19 Pedro Alves <palves@redhat.com>
9532
9533 * gdb.threads/continue-pending-status.c: New file.
9534 * gdb.threads/continue-pending-status.exp: New file.
9535
32d2e5d6
PA
95362015-03-18 Pedro Alves <palves@redhat.com>
9537
9538 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9539 Use gdb_is_target_remote instead of is_remote. Use
9540 gdb_test_multiple instead of gdb_expect. Exit early if
9541 gdb_test_multiple hits its internal matches. Tighten stepi tests
9542 expected output. Fail on exit with any signal, instead of just
9543 SIGILL.
9544
f68f11b7
YQ
95452015-03-18 Yao Qi <yao.qi@linaro.org>
9546
9547 PR tdep/18107
9548 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
9549 variable.
9550 * gdb.base/catch-syscall.exp: Don't skip it on
9551 aarch64*-*-linux* target. Remove elements in all_syscalls.
9552 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
9553 target.
9554 (setup_all_syscalls): New proc.
9555
ca5fd19b
YQ
95562015-03-16 Yao Qi <yao.qi@linaro.org>
9557
9558 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
9559 (top level): Skip tests if valid_addr_p returns false for
9560 $cmd1 or $cmd2.
9561
85642ba0
AW
95622015-03-11 Andy Wingo <wingo@igalia.com>
9563
9564 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
9565
e03f9645
YQ
95662015-03-11 Yao Qi <yao.qi@linaro.org>
9567
9568 * gdb.base/catch-syscall.exp: Fix typo in comments.
9569
5d0962b2
YQ
95702015-03-11 Yao Qi <yao.qi@linaro.org>
9571
9572 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
9573
b2df3cef
PA
95742015-03-09 Pedro Alves <palves@redhat.com>
9575
9576 * dg-extract-results.py: Delete.
9577
ef878e53
PA
95782015-03-09 Pedro Alves <palves@redhat.com>
9579
9580 Merge dg-extract-results.sh from GCC upstream (r218843).
9581
9582 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
9583 * dg-extract-results.sh: Use --text with grep to avoid issues with
9584 binary files. Fall back to cat -v, if that doesn't work.
9585
9494d219
PA
95862015-03-05 Pedro Alves <palves@redhat.com>
9587
9588 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
9589
a8d9763a
SM
95902015-03-04 Simon Marchi <simon.marchi@ericsson.com>
9591
9592 * lib/mi-support.exp (mi_expect_interrupt): Accept
9593 alternative event for when in all-stop mode.
9594
be9957b8
PA
95952015-03-04 Pedro Alves <palves@redhat.com>
9596
9597 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
9598
d57be0f4 95992015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
9600
9601 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
9602
c214c7cf
AA
96032015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
9604
9605 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
9606 regexps for GDB's current line display, accept a hex address
9607 preceding the line number.
9608
6d74a497
AA
96092015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
9610
9611 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
9612 the 'arch1' variable for "s390*-linux*" targets.
9613
511aee7c
PA
96142015-03-04 Pedro Alves <palves@redhat.com>
9615
9616 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
9617 (main): Pass missing retval argument to pthread_join call.
9618
95e50b27
PA
96192015-03-02 Pedro Alves <palves@redhat.com>
9620
9621 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
9622 (top level): Call do_test with non-stop as well.
9623
28054d69
PA
96242015-03-02 Pedro Alves <palves@redhat.com>
9625
9626 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
9627 -1.
9628
4fa5d7b4
AA
96292015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
9630
9631 * gdb.arch/s390-vregs.exp: New test.
9632 * gdb.arch/s390-vregs.S: New file.
9633
97c18565
PA
96342015-02-27 Pedro Alves <palves@redhat.com>
9635
9636 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
9637 call to catch_command_errors.
9638 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
9639 catch_command_errors.
9640
a37bfa30
PA
96412015-02-27 Pedro Alves <palves@redhat.com>
9642
9643 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
9644 "true" for boolean result.
9645 * gdb.gdb/selftest.exp (test_with_self): Also accept full
9646 prototype of main.
9647
6f98576f
PA
96482015-02-27 Pedro Alves <palves@redhat.com>
9649
9650 * lib/unbuffer_output.c: New file.
9651 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
9652 (main): Call gdb_unbuffer_output.
9653
eba5ab56
YQ
96542015-02-27 Yao Qi <yao.qi@linaro.org>
9655
9656 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
9657 target.
9658
0def5aaa
DE
96592015-02-26 Doug Evans <dje@google.com>
9660
9661 * gdb.cp/class2.cc (Dbase, D): New classes.
9662 (main): New local delta.
9663 * gdb.cp/class2.exp: Test printing delta.
9664 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
9665 (dynbar): New global.
9666 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
9667
081a1c2c
JK
96682015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9669
9670 * gdb.compile/compile-ifunc.c: New file.
9671 * gdb.compile/compile-ifunc.exp: New file.
9672
2f41223f
AT
96732015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
9674
9675 * gdb.base/structs.exp: Check for correct struct on finish.
9676
03eddd80
YQ
96772015-02-26 Yao Qi <yao.qi@linaro.org>
9678
9679 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
9680 is zero.
9681
80c57053
JK
96822015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9683
9684 * gdb.arch/cordic.ko.bz2: New file.
9685 * gdb.arch/cordic.ko.debug.bz2: New file.
9686 * gdb.arch/ppc64-symtab-cordic.exp: New file.
9687
21613c12
YQ
96882015-02-25 Yao Qi <yao.qi@linaro.org>
9689
9690 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
9691 aarch64*-*-* target.
9692
d8b901ed
PA
96932015-02-23 Pedro Alves <palves@redhat.com>
9694
9695 * lib/gdb.exp (delete_breakpoints): Rewrite using
9696 gdb_test_multiple.
9697
e5b85ead
PA
96982015-02-23 Pedro Alves <palves@redhat.com>
9699
9700 * gdb.base/info-os.c: Include stdlib.h.
9701
85c3a371
DE
97022015-02-22 Doug Evans <xdje42@gmail.com>
9703
9704 PR symtab/17855
9705 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
9706 is read after symbols have been re-read.
9707 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
9708 * gdb.ada/exec_changed/second.adb (Second): Ditto.
9709
96553a0c
DE
97102015-02-21 Doug Evans <dje@google.com>
9711
9712 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
9713
97a0c697
JK
97142015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9715
9716 PR corefiles/17808
9717 * gdb.arch/i386-biarch-core.core.bz2: New file.
9718 * gdb.arch/i386-biarch-core.exp: New file.
9719
a47cd6e9
PA
97202015-02-21 Pedro Alves <palves@redhat.com>
9721
9722 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
9723 runto_main fails.
9724
c5facdc4
PA
97252015-02-20 Pedro Alves <palves@redhat.com>
9726
9727 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
9728 info probes.
9729
2db9a427
PA
97302015-02-20 Pedro Alves <palves@redhat.com>
9731
9732 * gdb.threads/multi-create-ns-info-thr.exp: New file.
9733
60fb7e9e
PA
97342015-02-20 Pedro Alves <palves@redhat.com>
9735
9736 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
9737 clean_restart before gdb_target_supports_trace.
9738
5c5019c2
PA
97392015-02-20 Pedro Alves <palves@redhat.com>
9740
9741 PR threads/18006
9742 * gdb.threads/clone-thread_db.c: New file.
9743 * gdb.threads/clone-thread_db.exp: New file.
9744
c9587f88
AT
97452015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
9746
9747 PR breakpoints/16812
9748 * gdb.base/catch-gdb-caused-signals.c: New file.
9749 * gdb.base/catch-gdb-caused-signals.exp: New file.
9750
f6a88844
JM
97512015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
9752
9753 * configure: Regenerated.
9754 * configure.ac: Use GDB_AC_TRANSFORM.
9755 * aclocal.m4: sinclude ../transform.m4.
9756
497c491b
JM
97572015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
9758
9759 * lib/dtrace.exp: New file.
9760 * gdb.base/dtrace-probe.exp: Likewise.
9761 * gdb.base/dtrace-probe.d: Likewise.
9762 * gdb.base/dtrace-probe.c: Likewise.
9763 * lib/pdtrace.in: Likewise.
9764 * configure.ac: Output variables with the transformed names of
9765 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
9766 * configure: Regenerated.
9767
03e98035
JM
97682015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
9769
9770 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
9771 expected message when trying to access $_probe_* convenience
9772 variables while not on a probe.
9773
63cc30e9
JK
97742015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9775
9776 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
9777
0703599a
PA
97782015-02-11 Pedro Alves <pedro@codesourcery.com>
9779
9780 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
9781 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
9782
7e60a48e
DE
97832015-02-10 Doug Evans <xdje42@gmail.com>
9784
9785 * lib/gdb.exp (gdb_load): Always return a result.
9786
01b088bc
PA
97872015-02-10 Pedro Alves <palves@redhat.com>
9788
9789 * gdb.threads/signal-sigtrap.c: New file.
9790 * gdb.threads/signal-sigtrap.exp: New file.
9791
b05ec7a5
AT
97922015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
9793
9794 * gdb.trace/no-attach-trace.c: New file.
9795 * gdb.trace/no-attach-trace.exp: New file.
9796
a2c2acaf
MW
97972015-02-09 Mark Wielaard <mjw@redhat.com>
9798
9799 * gdb.dwarf2/atomic.c: New file.
9800 * gdb.dwarf2/atomic-type.exp: Likewise.
9801
31fd9caa
MM
98022015-02-09 Markus Metzger <markus.t.metzger@intel.com>
9803
9804 * gdb.btrace/buffer-size.exp: Update "info record" output.
9805 * gdb.btrace/delta.exp: Update "info record" output.
9806 * gdb.btrace/enable.exp: Update "info record" output.
9807 * gdb.btrace/finish.exp: Update "info record" output.
9808 * gdb.btrace/instruction_history.exp: Update "info record" output.
9809 * gdb.btrace/next.exp: Update "info record" output.
9810 * gdb.btrace/nexti.exp: Update "info record" output.
9811 * gdb.btrace/step.exp: Update "info record" output.
9812 * gdb.btrace/stepi.exp: Update "info record" output.
9813 * gdb.btrace/nohist.exp: Update "info record" output.
9814
d33501a5
MM
98152015-02-09 Markus Metzger <markus.t.metzger@intel.com>
9816
9817 * gdb.btrace/buffer-size: New.
9818
f4abbc16
MM
98192015-02-09 Markus Metzger <markus.t.metzger@intel.com>
9820
9821 * gdb.btrace/delta.exp: Update "info record" output.
9822 * gdb.btrace/enable.exp: Update "info record" output.
9823 * gdb.btrace/finish.exp: Update "info record" output.
9824 * gdb.btrace/instruction_history.exp: Update "info record" output.
9825 * gdb.btrace/next.exp: Update "info record" output.
9826 * gdb.btrace/nexti.exp: Update "info record" output.
9827 * gdb.btrace/step.exp: Update "info record" output.
9828 * gdb.btrace/stepi.exp: Update "info record" output.
9829 * gdb.btrace/nohist.exp: Update "info record" output.
9830
b9d61307
SM
98312015-02-06 Simon Marchi <simon.marchi@ericsson.com>
9832
9833 PR gdb/15678
9834 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
9835
e584fdbc
PA
98362015-02-06 Pedro Alves <palves@redhat.com>
9837
9838 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
9839 macro.
9840 (seconds_left, again): New globals.
9841 (main): Wait seconds_left in a 1-second sleep loop instead of
9842 sleeping 180 seconds. If 'again' is set, reset the seconds
9843 counter.
9844 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
9845 'again' in the inferior before detaching. Print the seconds left.
9846 (options): New global.
9847 (top level): Build program with -DTIMEOUT=$timeout.
9848
77f41761
PA
98492015-02-06 Pedro Alves <palves@redhat.com>
9850
9851 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
9852 determine how many seconds to pass to 'alarm'.
9853 * gdb.base/gdb-sigterm.exp (top level): Build program with
9854 -DTIMEOUT=$timeout.
9855 (do_test): Return success/failure indication. Add more verbose
9856 logging. Don't fail if 200 single steps are seen. Instead, fail
9857 when the test times out.
9858 (passes): New global.
9859 (top level): Break the testing loop if testing fails on any
9860 iteration. Use gdb_assert.
9861
b9394193
DB
98622015-02-04 Don Breazeal <donb@codesourcery.com>
9863
9864 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
9865 and initialize them.
9866 (ipc_cleanup): New function.
9867 (main): Don't declare shmid, semid, and msqid. Add a call to
9868 atexit so that we call ipc_cleanup on exit.
9869
42d9e528
PA
98702015-02-04 Pedro Alves <palves@redhat.com>
9871
9872 * boards/native-extended-gdbserver.exp: Remove any target variant
9873 specifications from the board name before clearing the isremote
9874 flag from board_info.
9875
ae6ae975
DE
98762015-01-31 Doug Evans <xdje42@gmail.com>
9877
9878 * gdb.base/maint.exp <maint print type argc>: Update expected output.
9879
cfb069a8
GB
98802015-01-31 Gary Benson <gbenson@redhat.com>
9881
9882 * gdb.base/completion.exp: Disable completion limiting for
9883 existing tests. Add new tests to check completion limiting.
9884 * gdb.linespec/ls-errs.exp: Disable completion limiting.
9885
5dd31d79
DE
98862015-01-31 Doug Evans <xdje42@gmail.com>
9887
9888 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
9889
9f050062
DE
98902015-01-31 Doug Evans <xdje42@gmail.com>
9891
9892 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
9893 entries. Duplicate file section script entries.
9894 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
9895 inlined entries. Add test for safe-path rejection.
9896 * gdb.python/py-section-script.c: Add duplicate inlined section script
9897 entries. Duplicate file section script entries.
9898 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
9899 inlined entries. Add test for safe-path rejection.
9900
df25ebbd
JB
99012015-01-29 Joel Brobecker <brobecker@adacore.com>
9902
9903 * gdb.ada/disc_arr_bound: New testcase.
9904
4a0ca9ec
JB
99052015-01-29 Joel Brobecker <brobecker@adacore.com>
9906
9907 * gdb.ada/mi_var_array: New testcase.
9908
3a8b707a
DE
99092015-01-27 Doug Evans <dje@google.com>
9910
9911 * gdb.python/py-objfile.exp: Add tests for objfile.username.
9912 Add test for objfile.filename, objfile.username after objfile
9913 has been unloaded.
9914
f8313f6e
JB
99152015-01-26 Joel Brobecker <brobecker@adacore.com>
9916
9917 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
9918 the second test to print the name attribute of value
9919 returned by the call to gdb.lookup_type, and adjust
9920 the expected output accordingly.
9921
37bc665e
MW
99222015-01-25 Mark Wielaard <mjw@redhat.com>
9923
9924 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
9925 * gdb.base/disp-step-fork.c: Include unistd.h.
9926 * gdb.base/siginfo-obj.c: Include stdio.h.
9927 * gdb.base/siginfo-thread.c: Likewise.
9928 * gdb.mi/non-stop.c: Include unistd.h.
9929 * gdb.mi/nsthrexec.c: Include stdio.h.
9930 * gdb.mi/pthreads.c: Include unistd.h.
9931 * gdb.modula2/unbounded1.c (main): Declare returns int.
9932 * gdb.reverse/consecutive-reverse.c: Likewise.
9933 * gdb.threads/create-fail.c: Include unistd.h.
9934 * gdb.threads/killed.c: Likewise.
9935 * gdb.threads/linux-dp.c: Likewise.
9936 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
9937 * gdb.threads/non-ldr-exc-2.c: Likewise.
9938 * gdb.threads/non-ldr-exc-3.c: Likewise.
9939 * gdb.threads/non-ldr-exc-4.c: Likewise.
9940 * gdb.threads/pthreads.c: Include unistd.h.
9941 (main): Declare returns int.
9942 * gdb.threads/tls-main.c (foo): New declaration.
9943 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
9944
f7e5394d
SM
99452015-01-23 Simon Marchi <simon.marchi@ericsson.com>
9946
9947 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
9948 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
9949
743649fd
MW
99502015-01-15 Mark Wielaard <mjw@redhat.com>
9951
9952 * gdb.base/noreturn-return.c: New file.
9953 * gdb.base/noreturn-return.exp: New file.
9954 * gdb.base/noreturn-finish.c: New file.
9955 * gdb.base/noreturn-finish.exp: New file.
9956
198297aa
PA
99572015-01-23 Pedro Alves <palves@redhat.com>
9958
9959 * gdb.threads/continue-pending-after-query.c: New file.
9960 * gdb.threads/continue-pending-after-query.exp: New file.
9961
717cf30c
AG
99622015-01-22 Anders Granlund <anders.granlund@ericsson.com>
9963 Simon Marchi <simon.marchi@ericsson.com>
9964
9965 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
9966 * gdb.base/valgrind-db-attach.exp: Same.
9967 * gdb.base/valgrind-infcall.exp: Same.
9968 * lib/mi-support.exp (default_mi_gdb_start): Same.
9969 * lib/prompt.exp (default_prompt_gdb_start): Same.
9970 * lib/gdb.exp (default_gdb_spawn): Same.
9971 (gdb_interact): New.
9972
9973
4b62a76e
JK
99742015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9975
9976 * gdb.compile/compile.exp (pointer to jit function): New test.
9977
b4cdae6f
WW
99782015-01-17 Wei-cheng Wang <cole945@gmail.com>
9979
9980 * lib/gdb.exp (supports_process_record): Return true for
9981 powerpc*-*-linux*.
9982 (supports_reverse): Likewise.
9983
d221e7ef
DB
99842015-01-15 Don Breazeal <donb@codesourcery.com>
9985
9986 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
9987 instead of checking whether the target board is remote and
9988 use spawn_wait_for_attach instead of exec/sleep.
9989 * gdb.base/attach-twice.exp: Likewise.
9990
bafffb51
JB
99912015-01-15 Joel Brobecker <brobecker@adacore.com>
9992
9993 * gdb.ada/var_arr_attrs: New testcase.
9994
5589af0e
PA
99952015-01-14 Pedro Alves <palves@redhat.com>
9996 Joel Brobecker <brobecker@adacore.com>
9997
9998 PR gdb/17525
9999 * gdb.base/bp-cmds-execution-x-script.c: New file.
10000 * gdb.base/bp-cmds-execution-x-script.exp: New file.
10001 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
10002
6c400b59
PA
100032015-01-14 Pedro Alves <palves@redhat.com>
10004
10005 PR cli/17828
10006 * gdb.base/batch-preserve-term-settings.c: New file.
10007 * gdb.base/batch-preserve-term-settings.exp: New file.
10008
e02c96a7
DE
100092015-01-13 Doug Evans <dje@google.com>
10010
10011 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
10012 binary.
10013
576fd14c
JB
100142015-01-13 Joel Brobecker <brobecker@adacore.com>
10015
10016 * Makefile.in (clean mostlyclean): Do not delete *.py.
10017
04dccad0
JB
100182015-01-13 Joel Brobecker <brobecker@adacore.com>
10019
10020 * gdb.python/py-lookup-type.exp: New file.
10021
3d230f71
PA
100222015-01-12 Pedro Alves <palves@redhat.com>
10023
10024 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
10025 restore GDBFLAGS before returning.
10026
7e67715d
JK
100272015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10028
10029 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
10030 is_amd64_regs_target and is_x86_like_target.
10031
f2e0d4b4
DE
100322015-01-11 Doug Evans <xdje42@gmail.com>
10033
10034 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
10035 is given without an explicit form.
10036 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
10037 attributes.
10038 * gdb.dwarf/corrupt.exp: Ditto.
10039 * gdb.dwarf2/enum-type.exp: Ditto.
10040 * gdb.trace/entry-values.exp: Ditto.
10041 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
10042
439250fb
DE
100432015-01-11 Doug Evans <xdje42@gmail.com>
10044
10045 PR gdb/15830
10046 * gdb.base/maint.exp: Remove references to "maint demangle".
10047 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
10048 Add tests for explicitly specifying language to demangle.
10049 * gdb.dlang/demangle.exp: Ditto.
10050
ede9f622
PA
100512015-01-09 Pedro Alves <palves@redhat.com>
10052
10053 * gdb.threads/non-stop-fair-events.c: New file.
10054 * gdb.threads/non-stop-fair-events.exp: New file.
10055
a7b796db
PA
100562015-01-09 Pedro Alves <palves@redhat.com>
10057
10058 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
10059 the global scope. Set a breakpoint after all threads are started
10060 rather than stepping over two source lines. Expect the prompt.
10061 * gdb.base/watch_thread_num.c (threads_started_barrier): New
10062 global.
10063 (NUM): Now 15.
10064 (main): Use threads_started_barrier to wait for all threads to
10065 start. Main thread no longer calls thread_function. Exit after
10066 180 seconds.
10067 (loop): New function.
10068 (thread_function): Wait on threads_started_barrier barrier. Call
10069 'loop' at each iteration.
10070 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
10071 threads have started, instead of hardcoding number of "next"
10072 steps. Use an access watchpoint instead of a write watchpoint.
10073
9665ffdd
PA
100742015-01-09 Pedro Alves <palves@redhat.com>
10075
10076 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
10077 (thread_func): Wait on barrier.
10078 (main): Wait for all threads to start before stopping GDB.
10079 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
10080 global.
10081 (thread1_func, thread2_func): Wait on barrier.
10082 (main): Wait for all threads to start before stopping GDB.
10083 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
10084 New global.
10085 (thread1_func, thread2_func): Wait on barrier.
10086 (main): Wait for all threads to start before stopping GDB.
10087
c945a99f
PA
100882015-01-09 Pedro Alves <palves@redhat.com>
10089
10090 * gdb.threads/attach-many-short-lived-threads.c: New file.
10091 * gdb.threads/attach-many-short-lived-threads.exp: New file.
10092
c1a747c1
PA
100932014-01-09 Pedro Alves <palves@redhat.com>
10094
10095 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
10096 instead of to thread 2.
10097 * gdb.threads/signal-command-multiple-signals-pending.c (main):
10098 Add barrier around each pthread_create call instead of around all
10099 calls.
10100 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
10101 Set a break on thread_function and have the child threads hit it
10102 one at at a time.
10103
60b3033e
PA
101042015-01-09 Pedro Alves <palves@redhat.com>
10105
10106 * lib/gdb.exp (can_spawn_for_attach): New procedure.
10107 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
10108 false.
10109 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
10110 checking whether the target board is remote.
10111 * gdb.multi/multi-attach.exp: Likewise.
10112 * gdb.python/py-sync-interp.exp: Likewise.
10113 * gdb.server/ext-attach.exp: Likewise.
10114 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
10115 tests that need to attach, instead of checking whether the target
10116 board is remote at the top of the file.
10117
acc018ac
YQ
101182015-01-08 Yao Qi <yao@codesourcery.com>
10119
10120 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
10121
50a18af8
JK
101222015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10123
10124 Fix testcase compilation.
10125 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
10126
8503d6e1
JB
101272015-01-06 Joel Brobecker <brobecker@adacore.com>
10128
10129 * gdb.python/py-type.exp: Add a couple test about empty
10130 array creation, and negative-length array creation.
10131
cc73dbcc
DE
101322015-01-02 Doug Evans <xdje42@gmail.com>
10133
10134 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
10135
0300bbc7
DE
101362015-01-02 Doug Evans <dje@google.com>
10137
10138 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
10139
9d85a0ec
YQ
101402014-12-29 Yao Qi <yao@codesourcery.com>
10141
10142 * gdb.trace/entry-values.exp: Update comments. Rename variable
10143 bar_call_foo to returned_from_foo.
10144
87186c6a
MMN
101452014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
10146
10147 PR gdb/17394
10148 * gdb.linespec/break-asm-file.c: New file.
10149 * gdb.linespec/break-asm-file.exp: New file.
10150 * gdb.linespec/break-asm-file0.s: New file.
10151 * gdb.linespec/break-asm-file1.s: New file.
10152
1bab7383
YQ
101532014-12-18 Nigel Stephens <nigel@mips.com>
10154 Maciej W. Rozycki <macro@codesourcery.com>
10155
10156 * gdb.base/float.exp: Handle the new output from "info float" on
10157 MIPS targets.
10158
1bc1068a
JK
101592014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10160
10161 Fix MinGW compilation.
10162 * gdb.compile/compile-ops.exp: Update untested message if
10163 !skip_compile_feature_tests.
10164 * gdb.compile/compile-setjmp.exp: Likewise.
10165 * gdb.compile/compile-tls.exp: Likewise.
10166 * gdb.compile/compile.exp: Likewise.
10167 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
10168 supported on this host".
10169
b6615d10
DE
101702014-12-16 Doug Evans <xdje42@gmail.com>
10171
10172 * boards/stabs.exp: New file.
10173
25dda427
AA
101742014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
10175
10176 * gdb.base/completion.exp: Adjust to format changes of "maint
10177 print user-registers".
10178
bf330350
CU
101792014-12-16 Catalin Udma <catalin.udma@freescale.com>
10180
10181 PR server/17457
10182 * gdb.arch/aarch64-fp.c: New file.
10183 * gdb.arch/aarch64-fp.exp: New file.
10184
395cf596
SDJ
101852014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
10186
10187 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
10188 r210637, r210913, r211666, r215400, r215817).
10189
10190 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
10191 * dg-extract-results.py: New file.
10192 * dg-extract-results.sh: Use it if the environment seems
10193 suitable.
10194
10195 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
10196
10197 * dg-extract-results.py (parse_run): Handle warnings that
10198 are printed before a test harness is run.
10199
10200 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
10201
10202 * dg-extract-results.py (Named): Remove __cmp__ method.
10203 (output_variation): Use a key to sort variation.harnesses.
10204
10205 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
10206
10207 * dg-extract-results.py: For Python 3, force sys.stdout to
10208 handle surrogate escape sequences.
10209 (safe_open): New function.
10210 (output_segment, main): Use it.
10211
10212 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
10213
10214 * dg-extract-results.py (Prog.result_re): Include options
10215 in test name.
10216
10217 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
10218
10219 * dg-extract-results.py (output_variation): Always sort if
10220 do_sum.
10221
e882ef3c
SM
102222014-12-15 Simon Marchi <simon.marchi@ericsson.com>
10223
10224 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
10225 as long as we get pagination notifications.
10226
4992aa20
JM
102272014-12-15 Jason Merrill <jason@redhat.com>
10228
10229 * Makefile.in (check-gdb.%): Restore.
10230 * README: Mention it.
10231
c1b5a1a6
JB
102322014-12-13 Joel Brobecker <brobecker@adacore.com>
10233
10234 * gdb.ada/str_uninit: New testcase.
10235
5537b577
JK
102362014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10237
10238 PR symtab/17642
10239 * gdb.base/vla-stub-define.c: New file.
10240 * gdb.base/vla-stub.c: New file.
10241 * gdb.base/vla-stub.exp: New file.
10242
bb2ec1b3
TT
102432014-12-12 Phil Muldoon <pmuldoon@redhat.com>
10244 Jan Kratochvil <jan.kratochvil@redhat.com>
10245 Tom Tromey <tromey@redhat.com>
10246
10247 * configure.ac: Add gdb.compile/.
10248 * configure: Regenerate.
10249 * gdb.compile/Makefile.in: New file.
10250 * gdb.compile/compile-ops.exp: New file.
10251 * gdb.compile/compile-ops.c: New file.
10252 * gdb.compile/compile-tls.c: New file.
10253 * gdb.compile/compile-tls.exp: New file.
10254 * gdb.compile/compile-constvar.S: New file.
10255 * gdb.compile/compile-constvar.c: New file.
10256 * gdb.compile/compile-mod.c: New file.
10257 * gdb.compile/compile-nodebug.c: New file.
10258 * gdb.compile/compile-setjmp-mod.c: New file.
10259 * gdb.compile/compile-setjmp.c: New file.
10260 * gdb.compile/compile-setjmp.exp: New file.
10261 * gdb.compile/compile-shlib.c: New file.
10262 * gdb.compile/compile.c: New file.
10263 * gdb.compile/compile.exp: New file.
10264 * lib/gdb.exp (skip_compile_feature_tests): New proc.
10265
4ff709eb
TT
102662014-12-12 Tom Tromey <tromey@redhat.com>
10267
10268 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
10269 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
10270
6dddd6a5
DE
102712014-12-12 Doug Evans <dje@google.com>
10272
10273 * lib/gdb-python.exp (get_python_valueof): New function.
10274 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
10275
71c24708
AA
102762014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10277
10278 * gdb.base/completion.exp: Add test for completion of "info
10279 registers ".
10280
3e29f34a
MR
102812014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
10282
10283 * gdb.base/func-ptrs.c: New file.
10284 * gdb.base/func-ptrs.exp: New file.
10285
fc126975
SM
102862014-12-10 Simon Marchi <simon.marchi@ericsson.com>
10287
10288 PR breakpoints/17012
10289 * gdb.base/dprintf-detach.c: New file.
10290 * gdb.base/dprintf-detach.exp: New file.
10291
0a46d518
SM
102922014-12-10 Simon Marchi <simon.marchi@ericsson.com>
10293
10294 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
10295 * lib/gdb.exp (target_is_gdbserver): New procedure.
10296
a0be3e44
DE
102972014-12-08 Doug Evans <dje@google.com>
10298
10299 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
10300
df1b803a
YQ
103012014-12-05 Yao Qi <yao@codesourcery.com>
10302
10303 * gdb.guile/scm-error.exp: Remove the third argument to
10304 gdb_remote_download.
10305 * gdb.guile/scm-frame-args.exp: Likewise.
10306 * gdb.guile/scm-section-script.exp: Likewise.
10307
ddb9f679
YQ
103082014-12-05 Yao Qi <yao@codesourcery.com>
10309
10310 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
10311
86e4ed39
DE
103122014-12-04 Doug Evans <dje@google.com>
10313
10314 * gdb.python/py-objfile.exp: Add tests for
10315 objfile.add_separate_debug_file.
10316
7c50a931
DE
103172014-12-04 Doug Evans <dje@google.com>
10318
10319 * lib/gdb.exp (get_build_id): New function.
10320 (build_id_debug_filename_get): Rewrite to use it.
10321 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
10322
621661e3
MR
103232014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
10324
10325 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
10326 `method(long)', not just 0x0.
10327 * gdb.cp/nsalias.exp: Align code labels to 4.
10328 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
10329 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
10330 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
10331 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
10332 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
10333 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
10334
29f0c3b7
DE
103352014-12-02 Doug Evans <dje@google.com>
10336
e1e061e7 10337 PR symtab/17602
29f0c3b7 10338 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 10339 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
10340 * gdb.cp/anon-ns.exp: Update.
10341
162078c8
NB
103422014-12-02 Nick Bull <nicholaspbull@gmail.com>
10343
10344 * gdb.python/py-events.py (inferior_call_handler): New.
10345 (register_changed_handler, memory_changed_handler): New.
10346 (test_events.invoke): Register new handlers.
10347 * gdb.python/py-events.exp: Add tests for inferior call,
10348 memory_changed and register_changed events.
10349
fdb09caf
AA
103502014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
10351
10352 * gdb.base/execl-update-breakpoints.exp: Specify the link address
10353 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
10354 if the linker doesn't understand this.
10355
55cfb2c4
SM
103562014-12-01 Simon Marchi <simon.marchi@ericsson.com>
10357
10358 * gdb.python/python.exp: Change expected reply to help().
10359
9e8cd6df
YQ
103602014-12-01 Yao Qi <yao@codesourcery.com>
10361
10362 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
10363 AC_CONFIG_SUBDIRS(gdb.gdbtk).
10364 * configure: Re-generated.
10365
6c659fc2
SC
103662014-11-28 Siva Chandra Reddy <sivachandra@google.com>
10367
10368 * gdb.cp/chained-calls.cc: New file.
10369 * gdb.cp/chained-calls.exp: New file.
10370 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
10371
d7fc3181
SM
103722014-11-28 Simon Marchi <simon.marchi@ericsson.com>
10373
10374 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
10375 * gdb.dwarf2/symtab-producer.exp: Same.
10376 * gdb.gdb/python-interrupts.exp: Same.
10377 * gdb.gdb/python-selftest.exp: Same.
10378 * gdb.python/py-linetable.exp: Same.
10379 * gdb.python/py-type.exp: Same.
10380 * gdb.python/py-value-cc.exp: Same.
10381 * gdb.python/py-value.exp: Same.
10382
10e79639
YQ
103832014-11-28 Yao Qi <yao@codesourcery.com>
10384
10385 * gdb.base/break-probes.exp: Match library name prefixed with
10386 sysroot.
10387
f28a0564
SM
103882014-11-27 Simon Marchi <simon.marchi@ericsson.com>
10389
10390 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
10391 test expected output. Add parentheses for the call to print.
10392 Remove L suffix from integers.
10393
3fe1ce1d
DE
103942014-11-26 Doug Evans <dje@google.com>
10395
10396 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
10397
84429e27
YQ
103982014-11-22 Yao Qi <yao@codesourcery.com>
10399
10400 * gdb.trace/entry-values.c: Remove asms.
10401 (foo): Add foo_label.
10402 (bar): Add bar_label.
10403 * gdb.trace/entry-values.exp: Remove code computing foo's
10404 length and bar's length.
10405 (Dwarf::assemble): Invoke function_range for bar and use
10406 MACRO_AT_func for foo.
10407
26741859
YQ
104082014-11-22 Yao Qi <yao@codesourcery.com>
10409
10410 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
10411 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
10412 Use .Lgcc43_procstart instead of gcc43.
10413
45e44d27
JB
104142014-11-21 Joel Brobecker <brobecker@adacore.com>
10415
10416 * gdb.ada/n_arr_bound: New testcase.
10417
458c8db8
SDJ
104182014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
10419
10420 PR breakpoints/10737
10421 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
10422 test_catch_syscall_multi_arch.
10423 (test_catch_syscall_multi_arch): New function.
10424
43f3e411
DE
104252014-11-20 Doug Evans <xdje42@gmail.com>
10426
10427 * gdb.base/maint.exp: Update expected output.
10428
0d7b2549
AA
104292014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
10430
10431 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
10432 4-byte instruction on S390.
10433
8908fca5
JB
104342014-11-19 Joel Brobecker <brobecker@adacore.com>
10435
10436 * gdb.ada/arr_arr: New testcase.
10437
4a46959e
JB
104382014-11-19 Joel Brobecker <brobecker@adacore.com>
10439
10440 * gdb.ada/pkd_arr_elem: New Testcase.
10441
470e2f4e
LM
104422014-11-18 Luis Machado <lgustavo@codesourcery.com>
10443
10444 * gdb.reverse/break-precsave: Expect completion message for
10445 core file reads.
10446 * gdb.reverse/consecutive-precsave.exp: Likewise.
10447 * gdb.reverse/finish-precsave.exp: Likewise.
10448 * gdb.reverse/i386-precsave.exp: Likewise.
10449 * gdb.reverse/machinestate-precsave.exp: Likewise.
10450 * gdb.reverse/sigall-precsave.exp: Likewise.
10451 * gdb.reverse/solib-precsave.exp: Likewise.
10452 * gdb.reverse/step-precsave.exp: Likewise.
10453 * gdb.reverse/until-precsave.exp: Likewise.
10454 * gdb.reverse/watch-precsave.exp: Likewise.
10455
a267f3ad
AA
104562014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10457
10458 * gdb.base/bp-permanent.c: Include unistd.h.
10459 * gdb.python/py-framefilter-mi.c (main): Add return type.
10460 * gdb.python/py-framefilter.c (main): Likewise.
10461 * gdb.trace/actions-changed.c (main): Likewise.
10462
12084a9a
AA
104632014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10464
10465 * gdb.mi/until.c: Add eye-catchers.
10466 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
10467 line numbers.
10468
dc7e1a77
AA
104692014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10470
10471 * gdb.base/condbreak.exp: Drop references to removed non-prototype
10472 function header variants in break1.c.
10473 * gdb.base/ena-dis-br.exp: Likewise.
10474 * gdb.base/hbreak2.exp: Likewise.
10475 * gdb.reverse/until-precsave.exp: Drop references to removed
10476 non-prototype function header variants in ur1.c.
10477 * gdb.reverse/until-reverse.exp: Likewise.
10478
41c77605
PM
104792014-11-17 Petr Machata <pmachata@redhat.com>
10480
10481 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
10482 ${_cu_offset_size} bytes abbrev offset.
10483
34248c3a
DE
104842014-11-15 Doug Evans <xdje42@gmail.com>
10485
10486 PR symtab/17559
10487 * gdb.base/line-symtabs.exp: New file.
10488 * gdb.base/line-symtabs.c: New file.
10489 * gdb.base/line-symtabs.h: New file.
10490
646da059
YQ
104912014-11-14 Yao Qi <yao@codesourcery.com>
10492
10493 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
10494 (func): Add label func_label.
10495 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
10496 Replace low_pc and high_pc with MACRO_AT_range.
10497 Replace name, low_pc and high_pc with MACRO_AT_func.
10498
9301ebe6
YQ
104992014-11-14 Yao Qi <yao@codesourcery.com>
10500
10501 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
10502 Replace name, low_pc and high_pc with MACRO_AT_func.
10503
f166b542
YQ
105042014-11-14 Yao Qi <yao@codesourcery.com>
10505
10506 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
10507 produce debug information.
10508 * gdb.dwarf2/implptr-optimized-out.S: Removed.
10509
0f6e71e3
YQ
105102014-11-14 Yao Qi <yao@codesourcery.com>
10511
10512 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
10513 object and get function length.
10514 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
10515 with MACRO_AT_func.
10516 (top-level): Replace gdb_compile and clean_restart with
10517 prepare_for_testing.
10518 * gdb.dwarf2/main.c (main): Add label main_label.
10519
876c4df9
YQ
105202014-11-14 Yao Qi <yao@codesourcery.com>
10521
10522 * lib/dwarf.exp (function_range): New procedure.
10523 (Dwarf::_handle_macro_at_func): New procedure.
10524 (Dwarf::_handle_macro_at_range): New procedure.
10525 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
10526
02ad9cf1
YQ
105272014-11-14 Yao Qi <yao@codesourcery.com>
10528
10529 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
10530 (_handle_attribute): New procedure.
10531
a59add0c
AA
105322014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10533
10534 * gdb.ada/cond_lang/foo.c (callme): Add return type.
10535 * gdb.base/call-sc.c (zed): Likewise.
10536 * gdb.base/checkpoint.c (main): Likewise.
10537 * gdb.base/dump.c (main): Likewise.
10538 * gdb.base/gcore.c (main): Likewise.
10539 * gdb.base/huge.c (main): Likewise.
10540 * gdb.base/multi-forks.c (main): Likewise.
10541 * gdb.base/pr10179-a.c (main): Likewise.
10542 * gdb.base/savedregs.c (main): Likewise.
10543 * gdb.base/sigaltstack.c (main): Likewise.
10544 * gdb.base/siginfo.c (main): Likewise.
10545 * gdb.base/structs.c (zed): Likewise.
10546 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
10547 * gdb.mi/mi-syn-frame.c (main): Likewise.
10548 * gdb.mi/until.c (foo, main): Likewise.
10549 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
10550 * gdb.base/solib-weak.c (foo): Declare.
10551 * gdb.base/attach-twice.c: Include stdio.h.
10552 * gdb.base/weaklib1.c: Likewise.
10553 * gdb.base/weaklib2.c: Likewise.
10554 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
10555 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
10556 unistd.h.
10557 * gdb.base/attach-pie-misread.c: Include stdlib.h.
10558 * gdb.mi/mi-exit-code.c: Likewise.
10559 * gdb.base/break-interp-lib.c: Include string.h.
10560 * gdb.base/coremaker.c: Likewise.
10561 * gdb.base/testenv.c: Likewise.
10562 * gdb.python/py-finish-breakpoint.c: Likewise.
10563 * gdb.base/inferior-died.c: Include sys/wait.h.
10564 * gdb.base/fileio.c: Include time.h.
10565 * gdb.base/async-shell.c: Include unistd.h.
10566 * gdb.base/dprintf-non-stop.c: Likewise.
10567 * gdb.base/info-os.c: Likewise.
10568 * gdb.mi/mi-console.c: Likewise.
10569 * gdb.mi/watch-nonstop.c: Likewise.
10570 * gdb.python/py-events.c: Likewise.
10571 * gdb.base/async.c (baz): Move up before its invocation.
10572 * gdb.base/code_elim2.c (my_global_func): Likewise.
10573 * gdb.base/skip-solib-lib.c (multiply): Likewise.
10574 * gdb.base/advance.c (func2): Likewise.
10575
3b5d5997
AA
105762014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10577
10578 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
10579 variant.
10580 * gdb.base/annota3.c: Likewise.
10581 * gdb.base/async.c: Likewise.
10582 * gdb.base/average.c: Likewise.
10583 * gdb.base/call-ar-st.c: Likewise.
10584 * gdb.base/call-rt-st.c: Likewise.
10585 * gdb.base/call-sc.c: Likewise.
10586 * gdb.base/call-strs.c: Likewise.
10587 * gdb.base/ending-run.c: Likewise.
10588 * gdb.base/execd-prog.c: Likewise.
10589 * gdb.base/exprs.c: Likewise.
10590 * gdb.base/foll-exec.c: Likewise.
10591 * gdb.base/foll-fork.c: Likewise.
10592 * gdb.base/foll-vfork.c: Likewise.
10593 * gdb.base/funcargs.c: Likewise.
10594 * gdb.base/gcore.c: Likewise.
10595 * gdb.base/jump.c: Likewise.
10596 * gdb.base/langs0.c: Likewise.
10597 * gdb.base/langs1.c: Likewise.
10598 * gdb.base/langs2.c: Likewise.
10599 * gdb.base/mips_pro.c: Likewise.
10600 * gdb.base/nodebug.c: Likewise.
10601 * gdb.base/opaque0.c: Likewise.
10602 * gdb.base/opaque1.c: Likewise.
10603 * gdb.base/recurse.c: Likewise.
10604 * gdb.base/run.c: Likewise.
10605 * gdb.base/scope0.c: Likewise.
10606 * gdb.base/scope1.c: Likewise.
10607 * gdb.base/setshow.c: Likewise.
10608 * gdb.base/setvar.c: Likewise.
10609 * gdb.base/shmain.c: Likewise.
10610 * gdb.base/shr1.c: Likewise.
10611 * gdb.base/shr2.c: Likewise.
10612 * gdb.base/sigall.c: Likewise.
10613 * gdb.base/signals.c: Likewise.
10614 * gdb.base/so-indr-cl.c: Likewise.
10615 * gdb.base/solib2.c: Likewise.
10616 * gdb.base/structs.c: Likewise.
10617 * gdb.base/sum.c: Likewise.
10618 * gdb.base/vforked-prog.c: Likewise.
10619 * gdb.base/watchpoint.c: Likewise.
10620 * gdb.reverse/shr2.c: Likewise.
10621 * gdb.reverse/until-reverse.c: Likewise.
10622 * gdb.reverse/ur1.c: Likewise.
10623 * gdb.reverse/watch-reverse.c: Likewise.
10624
066a77c5
AA
106252014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10626
10627 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
10628 variant.
10629 * gdb.base/sepdebug.exp: Drop references to removed code.
10630
4f204ea5
AA
106312014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10632
10633 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
10634 variant. Preserve original line numbering.
10635 * gdb.base/list1.c: Likewise.
10636
3b377a3a
AA
106372014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10638
10639 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
10640 variant.
10641 * gdb.base/break1.c: Likewise.
10642 * gdb.base/break.exp: Drop references to removed code.
10643
e444df73
AA
106442014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10645
10646 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
10647 variant.
10648
8008f2a7
AA
106492014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10650
10651 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
10652
a5a06887
AA
106532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10654
10655 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
10656 logic into perform_all_tests() and invoke it with and without
10657 function header prototypes.
10658 (do_function_calls): Remove conditional XFAIL for PR 5318.
10659 (rerun_and_prepare): Remove duplicate code.
10660 (perform_all_tests): New. Main logic moved here.
10661
44dba9b9
AA
106622014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10663
10664 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
10665 code guarded by #ifdef NO_PROTOTYPES.
10666 (t_double_many_args): Likewise.
10667 (DEF_FUNC_MANY_ARGS_1): Likewise.
10668 (DEF_FUNC_VALUES_1): Likewise.
10669 (t_structs_ldc): Renamed from t_structs_fc in conditional code
10670 guarded by #ifdef PROTOTYPES.
10671
d1fbcd56
AA
106722014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10673
10674 * gdb.mi/mi-console.c: Add eye-catcher.
10675 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
10676 instead of literal line number.
10677
b0e59b8f
AA
106782014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10679
10680 * gdb.base/shr2.c: Add eye-catcher.
10681 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
10682 line number.
10683
78f98cca
AA
106842014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10685
10686 * gdb.base/jump.c: Add eye-catchers.
10687 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
10688 numbers.
10689
58fa2af0
AA
106902014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10691
10692 * gdb.base/execd-prog.c: Add eye-catchers.
10693 * gdb.base/foll-exec.c: Likewise.
10694 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
10695 line numbers.
10696
04e5059b
AA
106972014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10698
10699 * gdb.base/ending-run.c: Add eye-catchers.
10700 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
10701 literal line numbers.
10702
dbfdb174
AA
107032014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10704
10705 * gdb.base/call-rt-st.c: Add eye-catchers.
10706 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
10707 literal line numbers.
10708
888a2ade
AA
107092014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10710
10711 * gdb.base/call-ar-st.c: Add eye-catchers.
10712 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
10713 literal line numbers.
10714
6acc2dde
AA
107152014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10716
10717 * gdb.base/average.c: Add eye-catchers.
10718 * gdb.base/sum.c: Likewise.
10719 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
10720 regexps dynamically.
10721
9ecfcd1d
AA
107222014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10723
10724 * gdb.base/solib1.c: Add eye-catchers.
10725 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
10726 literal line numbers.
10727
78708b7c
PA
107282014-11-12 Pedro Alves <palves@redhat.com>
10729
10730 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
10731 leader has exited.
10732
af48d08f
PA
107332014-11-12 Pedro Alves <palves@redhat.com>
10734
10735 * gdb.arch/i386-bp_permanent.c: New file.
10736 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
10737 (srcfile): Set to i386-bp_permanent.c.
10738 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
10739 that stepi does not execute the 'leave' instruction, instead of
10740 testing it does execute.
10741 * gdb.base/bp-permanent.c: New file.
10742 * gdb.base/bp-permanent.exp: New file.
10743
af3768e9
DE
107442014-11-10 Doug Evans <xdje42@gmail.com>
10745
10746 PR symtab/17564
10747 * gdb.base/symtab-search-order.exp: New file.
10748 * gdb.base/symtab-search-order.c: New file.
10749 * gdb.base/symtab-search-order-1.c: New file.
10750 * gdb.base/symtab-search-order-shlib-1.c: New file.
10751
9de00a4a
PA
107522014-11-07 Pedro Alves <palves@redhat.com>
10753
10754 PR gdb/17511
10755 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
10756 i?86-*-linux*.
10757
e0f52461
SC
107582014-11-03 Siva Chandra Reddy <sivachandra@google.com>
10759
10760 PR c++/17494
10761 * gdb.cp/pr17494.cc: New file.
10762 * gdb.cp/pr17494.exp: New file.
10763
6ce8c980
YQ
107642014-11-02 Yao Qi <yao@codesourcery.com>
10765
10766 * gdb.python/python.exp: Get working directory and match the
10767 output of "set extended-prompt \\w " with it.
10768
02be9a71
DE
107692014-10-30 Doug Evans <dje@google.com>
10770
10771 * gdb.python/py-objfile.exp: Add tests for setting random attributes
10772 in objfiles.
10773 * gdb.python/py-progspace.exp: Add tests for setting random attributes
10774 in progspaces.
10775
3bdff46b
LM
107762014-10-30 Janis Johnson <janisjo@codesourcery.com>
10777
10778 * gdb.base/fullpath-expand.exp: Skip for a remote host.
10779 * gdb.base/realname-expand.exp: Likewise.
10780 * gdb.linespec/macro-relative.exp: Likewise.
10781
ab917dfb
PA
107822014-10-29 Pedro Alves <palves@redhat.com>
10783
10784 PR gdb/17408
10785 * gdb.threads/schedlock.c (some_function): New function.
10786 (call_function): New global.
10787 (MAYBE_CALL_SOME_FUNCTION): New macro.
10788 (thread_function): Call it.
10789 * gdb.threads/schedlock.exp (get_args): Add description parameter,
10790 and use it instead of a global counter. Adjust all callers.
10791 (get_current_thread): Use "find current thread" for test message
10792 here rather than having all callers pass down the same string.
10793 (goto_loop): New procedure, factored out from ...
10794 (my_continue): ... this.
10795 (step_ten_loops): Change parameter from test message to command to
10796 use. Adjust.
10797 (list_count): Delete global.
10798 (check_result): New procedure, factored out from duplicate top
10799 level code.
10800 (continue tests): Wrap in with_test_prefix.
10801 (test_step): New procedure, factored out from duplicate top level
10802 code.
10803 (top level): Test "step" in combination with all scheduler-locking
10804 modes. Test "next" in combination with all scheduler-locking
10805 modes, and in combination with stepping over a function call or
10806 not.
10807 * gdb.threads/next-bp-other-thread.c: New file.
10808 * gdb.threads/next-bp-other-thread.exp: New file.
10809
d3d4baed
PA
108102014-10-29 Pedro Alves <palves@redhat.com>
10811
10812 PR python/17372
10813 * gdb.python/python.exp: Test a multi-line command that spawns
10814 interactive Python.
10815 * gdb.base/multi-line-starts-subshell.exp: New file.
10816
563e8d85
YQ
108172014-10-29 Yao Qi <yao@codesourcery.com>
10818
10819 * gdb.base/fileio.exp: Make directories on host.
10820
0ea4d52e
YQ
108212014-10-29 Yao Qi <yao@codesourcery.com>
10822
10823 * gdb.base/fileio.c (test_write): Close the file.
10824
7f5ef605
PA
108252014-10-28 Pedro Alves <palves@redhat.com>
10826
10827 PR gdb/12623
10828 * gdb.base/sigstep.c (no_handler): New global.
10829 (main): If 'no_handler is true, set the signal handlers to
10830 SIG_IGN.
10831 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
10832 with_sw_watch and no_handler parameters. Handle them.
10833 (top level) <stepping over handler when stopped at a breakpoint
10834 test>: Add a test axis for testing with a software watchpoint, and
10835 another for testing with the signal handler set to SIG_IGN.
10836 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
10837 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
10838
abbdbd03
PA
108392014-10-28 Pedro Alves <palves@redhat.com>
10840
10841 PR gdb/17511
10842 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
10843 * gdb.base/sigstep.exp (other_handler_location): New global.
10844 (advance): Support stepping into the signal handler, and running
10845 commands while in the handler.
10846 (in_handler_map): New global.
10847 (top level): In the advance test, add combinations for getting
10848 into the handler with stepping commands, and for running commands
10849 in the handler. Add comment descripting the advancei tests.
10850
1df4399f
PA
108512014-10-28 Pedro Alves <palves@redhat.com>
10852
10853 * gdb.base/sigstep.exp: Use build_executable instead of
10854 prepare_for_testing.
10855 (top level): Move code that starts GDB, runs to main and creates a
10856 display to ...
10857 (restart): ... this new procedure.
10858 (top level): Move backtrace from signal handler test to ...
10859 (validate_backtrace): ... this new procedure.
10860 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
10861 with_test_prefix. Always restart GDB.
10862 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
10863 with_test_prefix. Always restart GDB. No need to delete
10864 breakpoints after the test.
10865 (test_skip_handler): Remove prefix parameter.
10866 (skip_over_handler, breakpoint_to_handler)
10867 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
10868 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
10869 restart GDB. No need to delete breakpoints after the test.
10870 (top level): Use foreach to call the test procedures with
10871 different commands.
10872
a5b6e449
PA
108732014-10-28 Pedro Alves <palves@redhat.com>
10874
10875 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
10876 instead of GNATS numbers.
10877 * gdb.base/sigbpt.exp: Likewise.
10878 * gdb.base/siginfo.exp: Likewise.
10879 * gdb.base/sigstep.exp: Likewise.
10880
e5f8a7cc
PA
108812014-10-27 Pedro Alves <palves@redhat.com>
10882
10883 * gdb.base/sigstep.c (dummy): New global.
10884 (main): Issue a couple writes to the new global.
10885 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
10886 procedures.
10887 (skip_over_handler): Use test_skip_handler.
10888 (top level): Call skip_over_handler for stepi and nexti too.
10889 (breakpoint_over_handler): Use test_skip_handler.
10890 (top level): Call breakpoint_over_handler for stepi and nexti too.
10891
763905a3
YQ
108922014-10-27 Yao Qi <yao@codesourcery.com>
10893
10894 * gdb.trace/tfile.c (adjust_function_address)
10895 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
10896 function descriptor.
10897
6f259a23
DB
108982014-10-24 Don Breazeal <donb@codesourcery.com>
10899
10900 * gdb.base/foll-fork.exp (test_follow_fork,
10901 catch_fork_child_follow): Check for updated fork messages emitted
10902 from infrun.c.
10903 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
10904 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
10905 vfork_and_exec_child_follow_through_step): Check for updated vfork
10906 messages emitted from infrun.c.
10907
09dd9a69
PA
109082014-10-24 Pedro Alves <palves@redhat.com>
10909
10910 * gdb.base/corefile.exp: Remove references to ultrix.
10911 * gdb.base/interrupt.exp: Likewise.
10912 * gdb.base/whatis.exp: Likewise.
10913 * gdb.gdb/selftest.exp: Likewise.
10914 * gdb.threads/manythreads.exp: Likewise.
10915 * gdb.threads/print-threads.exp: Likewise.
10916 * gdb.threads/pthreads.exp:: Likewise.
10917 * gdb.threads/schedlock.exp: Likewise.
10918
3433cfa5
SC
109192014-10-24 Siva Chandra Reddy <sivachandra@google.com>
10920
10921 * gdb.cp/non-trivial-retval.cc: Add a test case.
10922 * gdb.cp/non-trivial-retval.exp: Add a test.
10923
092f880b
YQ
109242014-10-20 Yao Qi <yao@codesourcery.com>
10925
10926 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
10927 * gdb.python/py-objfile-script-gdb.py: New file.
10928 * gdb.python/py-objfile-script.exp: Update reference to
10929 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
10930 of remote_download. Remove the dest file.
10931
acbdb7f3
YQ
109322014-10-20 Yao Qi <yao@codesourcery.com>
10933
10934 * gdb.base/checkpoint.exp: Don't remove file copied on host.
10935 * gdb.base/step-line.exp: Likewise.
10936 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
10937 * gdb.dwarf2/dw2-basic.exp: Likewise.
10938 * gdb.dwarf2/dw2-compressed.exp: Likewise.
10939 * gdb.dwarf2/dw2-filename.exp: Likewise.
10940 * gdb.dwarf2/dw2-intercu.exp: Likewise.
10941 * gdb.dwarf2/dw2-intermix.exp: Likewise.
10942 * gdb.dwarf2/dw2-producer.exp: Likewise.
10943 * gdb.dwarf2/mac-fileno.exp: Likewise.
10944 * gdb.python/py-frame-args.exp: Likewise.
10945 * gdb.python/py-framefilter.exp: Likewise.
10946 * gdb.python/py-mi.exp: Likewise.
10947 * gdb.python/py-objfile-script.exp: Likewise
10948 * gdb.python/py-pp-integral.exp: Likewise.
10949 * gdb.python/py-pp-re-notag.exp: Likewise.
10950 * gdb.python/py-prettyprint.exp: Likewise.
10951 * gdb.python/py-section-script.exp: Likewise.
10952 * gdb.python/py-typeprint.exp: Likewise.
10953 * gdb.python/py-xmethods.exp: Likewise.
10954 * gdb.stabs/weird.exp: Likewise.
10955 * gdb.xml/tdesc-regs.exp: Likewise.
10956
bd286a29
KCY
109572014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
10958
10959 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
10960 (out_cu): Use addr_len for the size of addresses.
10961 (out_line): Likewise. Size DW_LNE_set_address instruction
10962 according to addr_len.
10963 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
10964 (FUNC): Add START_INSNS to definition.
10965
673dc4a0
YQ
109662014-10-18 Yao Qi <yao@codesourcery.com>
10967
10968 * gdb.base/argv0-symlink.exp: Check argv[0] value if
10969 gdb_has_argv0 return true.
10970 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
10971 check [target_info exists noargs], check [gdb_has_argv0]
10972 instead.
10973 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
10974 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
10975 procedures.
10976
4ffbba72
DE
109772014-10-17 Doug Evans <dje@google.com>
10978
10979 * gdb.python/py-events.exp: Update expected output for clear_objfiles
10980 event.
10981 * gdb.python/py-events.py: Add clear_objfiles event.
10982
d096d8c1
DE
109832014-10-17 Doug Evans <dje@google.com>
10984
10985 * gdb.python/py-objfile.exp: Test progspace attribute.
10986
a80db015
LM
109872014-10-17 Luis Machado <lgustavo@codesourcery.com>
10988
10989 * gdb.guile/scm-breakpoint.exp: Do not assume any
10990 directory separators when matching source file paths.
10991 * gdb.python/py-breakpoint.exp: Likewise.
10992 * gdb.reverse/break-precsave.exp: Likewise.
10993 * gdb.reverse/break-reverse.exp: Likewise.
10994 * gdb.reverse/consecutive-precsave.exp: Likewise.
10995 * gdb.reverse/finish-precsave.exp: Likewise.
10996 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
10997 * gdb.reverse/finish-reverse.exp: Likewise.
10998 * gdb.reverse/i386-precsave.exp: Likewise.
10999 * gdb.reverse/i387-env-reverse.exp: Likewise.
11000 * gdb.reverse/i387-stack-reverse.exp: Likewise.
11001 * gdb.reverse/machinestate-precsave.exp: Likewise.
11002 * gdb.reverse/machinestate.exp: Likewise.
11003 * gdb.reverse/sigall-precsave.exp: Likewise.
11004 * gdb.reverse/solib-precsave.exp: Likewise.
11005 * gdb.reverse/step-precsave.exp: Likewise.
11006 * gdb.reverse/until-precsave.exp: Likewise.
11007 * gdb.reverse/watch-precsave.exp: Likewise.
11008 * gdb.reverse/watch-reverse.exp: Likewise.
11009
b22089ab
YQ
110102014-10-17 Yao Qi <yao@codesourcery.com>
11011
11012 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
11013 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
11014
6c4486e6
PA
110152014-10-17 Pedro Alves <palves@redhat.com>
11016
11017 PR gdb/17471
11018 * gdb.base/bg-execution-repeat.c: New file.
11019 * gdb.base/bg-execution-repeat.exp: New file.
11020
0ff33695
PA
110212014-10-17 Pedro Alves <palves@redhat.com>
11022
11023 PR gdb/17300
11024 * gdb.base/continue-all-already-running.c: New file.
11025 * gdb.base/continue-all-already-running.exp: New file.
11026
6fdebc3d
PA
110272014-10-17 Pedro Alves <palves@redhat.com>
11028
11029 PR gdb/17472
11030 * gdb.base/annota-input-while-running.c: New file.
11031 * gdb.base/annota-input-while-running.exp: New file.
11032
32a8097b
PA
110332014-10-17 Pedro Alves <palves@redhat.com>
11034
11035 * gdb.base/callfuncs.exp: emove references to osf.
11036 * gdb.base/sigall.exp: Likewise.
11037 * gdb.gdb/selftest.exp: Likewise.
11038 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
11039 * gdb.mi/non-stop.c: Likewise.
11040 * gdb.mi/pthreads.c: Likewise.
11041 * gdb.reverse/sigall-precsave.exp: Likewise.
11042 * gdb.reverse/sigall-reverse.exp: Likewise.
11043 * gdb.threads/pthreads.c: Likewise.
11044 * gdb.threads/pthreads.exp: Likewise.
11045
7a3517ff
YQ
110462014-10-17 Yao Qi <yao@codesourcery.com>
11047
11048 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
11049 check 'target_info exists noargs'.
11050 (test_command_prompt_position): Likewise.
11051 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
11052 Remove "set args".
11053 (progvar_simple_while_test): Likewise.
11054 (progvar_complex_if_while_test): Likewise.
11055 (if_while_breakpoint_command_test): Likewise.
11056 (infrun_breakpoint_command_test): Likewise.
11057 (breakpoint_command_test): Likewise.
11058 (watchpoint_command_test): Likewise.
11059 (bp_deleted_in_command_test): Likewise.
11060 (temporary_breakpoint_commands): Likewise.
11061
bb99c472
YQ
110622014-10-16 Yao Qi <yao@codesourcery.com>
11063
11064 * gdb.base/remotetimeout.exp: Remove noargs checking.
11065
7c16b83e
PA
110662014-10-15 Pedro Alves <palves@redhat.com>
11067
11068 PR breakpoints/9649
11069 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
11070 * gdb.base/breakpoint-in-ro-region.exp
11071 (probe_target_hardware_step): New procedure.
11072 (top level): Probe hardware stepping and hardware breakpoint
11073 support. Test stepping through a read-only region, with both
11074 "breakpoint auto-hw" on and off and both "always-inserted" on and
11075 off.
11076
35a49624
IB
110772014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
11078
11079 * gdb.dlang/demangle.exp: Update for demangling changes.
11080
2d1c107c
SC
110812014-10-15 Siva Chandra Reddy <sivachandra@google.com>
11082
11083 * gdb.cp/non-trivial-retval.cc: Add new test cases.
11084 * gdb.cp/non-trivial-retval.exp: Add new tests.
11085
778811d5
SC
110862014-10-15 Siva Chandra Reddy <sivachandra@google.com>
11087
11088 PR c++/13403
11089 PR c++/15154
11090 * gdb.cp/non-trivial-retval.cc: New file.
11091 * gdb.cp/non-trivial-retval.exp: New file.
11092
10c5f0a8
YQ
110932014-10-15 Yao Qi <yao@codesourcery.com>
11094
11095 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
11096 remote host.
11097
65d7b369
YQ
110982014-10-15 Yao Qi <yao@codesourcery.com>
11099
11100 * gdb.python/py-symbol.exp: Match file base name if host is
11101 remote, otherwise match file name with dir name.
11102 * gdb.python/py-symtab.exp: Likewise.
11103 * gdb.python/python.exp: Likewise.
11104
46dc1394
YQ
111052014-10-15 Yao Qi <yao@codesourcery.com>
11106
11107 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
11108 pattern.
11109 * gdb.python/py-symtab.exp: Likewise.
11110 * gdb.python/python.exp: Remove trailing ".*". Fix typo
11111 locationn.
11112
c40cc657
JB
111132014-10-14 Joel Brobecker <brobecker@adacore.com>
11114
11115 * gdb.ada/addr_arith: New testcase.
11116
2abf49e1
MR
111172014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
11118
11119 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
11120 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
11121 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
11122 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
11123
f7088df3
SDJ
111242014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
11125
11126 * gdb.arch/stap-eval-lang-ada.S: Likewise.
11127 * gdb.arch/stap-eval-lang-ada.c: Likewise.
11128 * gdb.arch/stap-eval-lang-ada.exp: New file.
11129
4dc06805
YQ
111302014-10-14 Yao Qi <yao@codesourcery.com>
11131
11132 * gdb.mi/mi-var-child.c (nothing1): New function.
11133 (nothing2): New function.
11134 (do_children_tests): Set function pointers by nothing1 and
11135 nothing2.
11136 * gdb.mi/mi-var-child.exp: Step over new added statements.
11137 Update test to match the new output.
11138 * gdb.mi/var-cmd.c (nothing1): New function.
11139 (nothing2): New function.
11140 (do_children_tests): Set function pointers by nothing1 and
11141 nothing2.
11142 * gdb.mi/mi-var-display.exp: Update test to match output.
11143 Step to the line specified by $line_dct_nothing.
11144 Increase the number of lines to step.
11145
46a93de2
YQ
111462014-10-14 Yao Qi <yao@codesourcery.com>
11147
11148 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
11149 tests.
11150 * gdb.mi/mi2-var-child.exp: Likewise.
11151
14ea52ee
DE
111522014-10-13 Doug Evans <dje@google.com>
11153
11154 * gdb.python/py-objfile.exp: Change name of file name test.
11155
e5c6e92b
DE
111562014-10-13 Doug Evans <dje@google.com>
11157
11158 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
11159 from the start of the CU.
11160
c780cc2f
JK
111612014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11162 Yao Qi <yao@codesourcery.com>
11163
11164 Fix "save breakpoints" for "catch" command.
11165 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
11166 Remove -nonewline. Match also the added "main" line.
11167
99894e11
JK
111682014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11169
11170 Fix "save breakpoints" for "disable $bpnum" command.
11171 * gdb.base/save-bp.c (main): Add label.
11172 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
11173
6e1ac5a3
JK
111742014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11175
11176 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
11177
754dd2b0
YQ
111782014-10-11 Yao Qi <yao@codesourcery.com>
11179
11180 * gdb.server/server-kill.exp: Execute command
11181 "set remote trace-status-packet on" before "tstatus".
11182
f90183d7
YQ
111832014-10-11 Yao Qi <yao@codesourcery.com>
11184
11185 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
11186 (main): Call getppid.
11187 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
11188 and continue to it. Read variable "server_pid".
11189
bf40a607
YQ
111902014-10-11 Yao Qi <yao@codesourcery.com>
11191
11192 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
11193
052ca370
YQ
111942014-10-11 Yao Qi <yao@codesourcery.com>
11195
11196 * gdb.threads/thread-find.exp: Don't execute command
11197 "info threads".
11198 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
11199 * gdb.threads/linux-dp.exp: Don't check the condition
11200 $threads_created equals to zero.
11201
3831839c
PA
112022014-10-10 Pedro Alves <palves@redhat.com>
11203
11204 * gdb.base/bigcore.exp: Remove references to IRIX.
11205 * gdb.base/funcargs.exp: Likewise.
11206 * gdb.base/interrupt.exp: Likewise.
11207 * gdb.base/mips_pro.exp: Likewise.
11208 * gdb.base/nodebug.exp: Likewise.
11209 * gdb.base/setvar.exp: Likewise.
11210 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
11211
8b9a549d
PA
112122014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11213 Pedro Alves <palves@redhat.com>
11214
11215 PR symtab/14466
11216 * gdb.base/vdso-warning.c: New file.
11217 * gdb.base/vdso-warning.exp: New file.
11218
d48ba5e8
DE
112192014-10-02 Doug Evans <dje@google.com>
11220
11221 * gdb.base/structs.c (main): Don't run forever.
11222
2278c276
PA
112232014-10-02 Pedro Alves <palves@redhat.com>
11224
11225 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
11226 (top level) <stop threads 1, stop threads 2>: Use it.
11227
b57bacec
PA
112282014-10-02 Pedro Alves <palves@redhat.com>
11229
11230 * gdb.threads/break-while-running.exp (test): Add new
11231 'update_thread_list' argument. Skip "info threads" if false.
11232 (top level): Add new 'update_thread_list' axis.
11233
13fd3ff3
PA
112342014-10-02 Pedro Alves <palves@redhat.com>
11235
11236 PR breakpoints/17431
11237 * gdb.base/execl-update-breakpoints.c: New file.
11238 * gdb.base/execl-update-breakpoints.exp: New file.
11239
0fec99e8
PA
112402014-10-01 Pedro Alves <palves@redhat.com>
11241
11242 * gdb.base/breakpoint-in-ro-region.c: New file.
11243 * gdb.base/breakpoint-in-ro-region.exp: New file.
11244
2ddf4301
SM
112452014-10-01 Simon Marchi <simon.marchi@ericsson.com>
11246
11247 * gdb.mi/mi-exit-code.exp: New file.
11248 * gdb.mi/mi-exit-code.c: New file.
11249
6a5f3f43
YQ
112502014-09-30 Yao Qi <yao@codesourcery.com>
11251
11252 * lib/prelink-support.exp (build_executable_own_libs): Error if
11253 the target isn't native.
11254
345bcc73
YQ
112552014-09-30 Yao Qi <yao@codesourcery.com>
11256
11257 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
11258 false.
11259
a25a5a45
PA
112602014-09-22 Pedro Alves <palves@redhat.com>
11261
11262 * gdb.threads/break-while-running.exp: New file.
11263 * gdb.threads/break-while-running.c: New file.
11264
00ba3162
YQ
112652014-09-19 Yao Qi <yao@codesourcery.com>
11266
11267 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
11268 Invoke test. Restart GDB with --readnow and invoke test again.
11269
c3b7b696
YQ
112702014-09-19 Yao Qi <yao@codesourcery.com>
11271
11272 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
11273 proc set_breakpoint_on_gcd_function. Invoke
11274 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
11275 invoke set_breakpoint_on_gcd_function again.
11276
2b4fd423
DE
112772014-09-18 Doug Evans <dje@google.com>
11278
11279 * gdb.dwarf2/symtab-producer.exp: New file.
11280
a5947601
SDJ
112812014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
11282
11283 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
11284 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
11285 * gdb.base/global-var-nested-by-dso.c: Likewise.
11286 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11287
91c19059
SDJ
112882014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
11289 Pedro Alves <palves@redhat.com>
11290
11291 * gdb.base/watch-bitfields.exp: Pass string other than test file
11292 name to prepare_for_testing.
11293 (watch): New procedure.
11294 (expect_watchpoint): Use with_test_prefix.
11295 (top level): Factor out tests to ...
11296 (test_watch_location, test_regular_watch): ... these new
11297 procedures, and use with_test_prefix and gdb_continue_to_end.
11298
bb9d5f81
PP
112992014-09-16 Patrick Palka <patrick@parcs.ath.cx>
11300
11301 PR breakpoints/12526
11302 * gdb.base/watch-bitfields.exp: New file.
11303 * gdb.base/watch-bitfields.c: New file.
11304
635856f5
PA
113052014-09-16 Pedro Alves <palves@redhat.com>
11306
11307 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
11308 software and hardware addresses, not software address against
11309 itself.
11310
7280ceea
PA
113112014-09-16 Pedro Alves <palves@redhat.com>
11312
11313 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
11314 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
11315
428b16bd
PA
113162014-09-16 Pedro Alves <palves@redhat.com>
11317
11318 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
11319 files.
11320 * gdb.base/a2-run.exp: Remove all code guarded by istarget
11321 "*-*-vxworks*" throughout.
11322 * gdb.base/break.exp: Likewise.
11323 * gdb.base/default.exp: Likewise.
11324 * gdb.base/scope.exp: Likewise.
11325 * gdb.base/sepdebug.exp: Likewise.
11326 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
11327 throughout.
11328 * gdb.base/run.c: Likewise.
11329 * gdb.base/sepdebug.c: Likewise.
11330 * gdb.hp/gdb.aCC/run.c: Likewise.
11331 * gdb.reverse/until-reverse.c: Likewise.
11332 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
11333
666d413c
YQ
113342014-09-16 Yao Qi <yao@codesourcery.com>
11335
11336 * boards/local-remote-host-native.exp: New file.
11337
57cbd724
DE
113382014-09-14 Doug Evans <xdje42@gmail.com>
11339
11340 * gdb.threads/queue-signal.c (thread_count): New variable.
11341 (thread_count_mutex, thread_count_condvar): New variables.
11342 (incr_thread_count, wait_all_threads_running): New functions.
11343 (main): Wait for all threads to be in their thread functions.
11344
81219e53
DE
113452014-09-13 Doug Evans <xdje42@gmail.com>
11346
11347 * gdb.threads/queue-signal.c: New file.
11348 * gdb.threads/queue-signal.exp: New file.
11349
3714cea7
DE
113502014-09-13 Doug Evans <xdje42@gmail.com>
11351
11352 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
11353 be consistent with what default_gdb_init uses.
11354 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
11355 the plain text of the prompt. Add some logging printfs.
11356 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
11357
fa43b1d7
PA
113582014-09-12 Pedro Alves <palves@redhat.com>
11359
11360 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
11361 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
11362 * gdb.arch/i386-size-overlap.exp: Likewise.
11363 * gdb.arch/i386-size.exp: Likewise.
11364 * gdb.arch/i386-unwind.exp: Likewise.
11365 * gdb.base/a2-run.exp: Likewise.
11366 * gdb.base/break.exp: Likewise.
11367 * gdb.base/charset.exp: Likewise.
11368 * gdb.base/chng-syms.exp: Likewise.
11369 * gdb.base/commands.exp: Likewise.
11370 * gdb.base/dbx.exp: Likewise.
11371 * gdb.base/find.exp: Likewise.
11372 * gdb.base/funcargs.exp: Likewise.
11373 * gdb.base/jit-simple.exp: Likewise.
11374 * gdb.base/reread.exp: Likewise.
11375 * gdb.base/sepdebug.exp: Likewise.
11376 * gdb.base/step-bt.exp: Likewise.
11377 * gdb.cp/mb-inline.exp: Likewise.
11378 * gdb.cp/mb-templates.exp: Likewise.
11379 * gdb.objc/basicclass.exp: Likewise.
11380 * gdb.threads/killed.exp: Likewise.
11381
9d9bf2df
EBM
113822014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11383
11384 PR tdep/17379
11385 * gdb.arch/powerpc-stackless.S: New file.
11386 * gdb.arch/powerpc-stackless.exp: New file.
11387
1cf2f1b0
JK
113882014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11389
11390 * gdb.base/attach.c: Include unistd.h.
11391 (main): Call alarm. Add label postloop.
11392 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
11393 gdb_breakpoint, gdb_continue_to_breakpoint.
11394 (test_command_line_attach_run): Kill ${testpid} in one exit path.
11395
98880d46
PA
113962014-09-11 Pedro Alves <palves@redhat.com>
11397
11398 PR gdb/17347
11399 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
11400 * gdb.base/attach.exp (test_command_line_attach_run): New
11401 procedure.
11402 (top level): Call it.
11403
4c92ff2c
PA
114042014-09-11 Pedro Alves <palves@redhat.com>
11405
11406 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
11407 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
11408 (do_command_attach_tests): Use spawn_wait_for_attach.
11409 * gdb.base/solib-overlap.exp: Likewise.
11410 * gdb.multi/multi-attach.exp: Likewise.
11411 * gdb.python/py-prompt.exp: Likewise.
11412 * gdb.python/py-sync-interp.exp: Likewise.
11413 * gdb.server/ext-attach.exp: Likewise.
11414
3adc1a7d
GKB
114152014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
11416
11417 * gdb.fortran/array-element.exp: Remove unexpected "continue"
11418 command in testcase. Simplify testcase.
11419
96334934
JB
114202014-09-10 Joel Brobecker <brobecker@adacore.com>
11421
11422 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
11423
eb479039
JB
114242014-09-10 Joel Brobecker <brobecker@adacore.com>
11425
11426 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
11427
deede10c
JB
114282014-09-10 Joel Brobecker <brobecker@adacore.com>
11429
11430 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
11431
7828a5f5
JB
114322014-09-10 Joel Brobecker <brobecker@adacore.com>
11433
11434 * gdb.dwarf2/dynarr-ptr.c: New file.
11435 * gdb.dwarf2/dynarr-ptr.exp: New file.
11436
33aeebcf
MR
114372014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11438
11439 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
11440 of 30 rather than hardcoding 120 for a slow test case. Take the
11441 `gdb,timeout' target setting into account for this calculation.
11442 Don't extend the timeout for the test cases that don't need it.
11443
7b415901
MR
114442014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11445
11446 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
11447 a factor of 2 for a slow test case. Take the `gdb,timeout'
11448 target setting into account for this calculation.
11449 * gdb.reverse/until-precsave.exp: Increase the timeout by
11450 a factor of 15 and 3 respectively rather than adding 120
11451 for a pair of slow test cases. Take the `gdb,timeout'
11452 target setting into account for this calculation.
11453
4a40f85a
MR
114542014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11455
11456 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
11457 timeout, don't pass one down to gdb_expect.
11458 (gdb_expect): Rework timeout selection.
11459
09635af7
MR
114602014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11461
11462 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
11463 exception on timeout.
11464 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
11465 (gdbserver_start_extended): Catch any `gdbserver_start' error
11466 exceptions.
11467 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
11468 * lib/mi-support.exp (mi_gdb_target_load): Catch any
11469 `gdbserver_gdb_load' error exceptions.
11470
2bdd10b7
MR
114712014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11472
11473 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
11474 120 on waiting for the TCP socket to open.
11475
316935f0
DE
114762014-09-09 Doug Evans <xdje42@gmail.com>
11477
11478 * gdb.base/default.exp (show_conv_list): Add _caller_is,
11479 _caller_matches, _any_caller_is, _any_caller_matches.
11480
83740597
DE
114812014-09-09 Doug Evans <xdje42@gmail.com>
11482
11483 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
11484
4c122fc3
YQ
114852014-09-09 Yao Qi <yao@codesourcery.com>
11486
11487 * gdb.mi/mi-var-display.exp: Set print symbol off.
11488
a9f116cb
GKB
114892014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
11490
11491 PR gdb/17035
11492 * gdb.base/commands.exp: Add tests to verify user-defined
11493 commands with empty bodies.
11494 * gdb.python/py-cmd.exp: Test that we don't show user-defined
11495 python commands in `show user command`.
11496 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
11497 scheme commands in `show user command`.
11498
c75bd3a2
JK
114992014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11500
11501 PR python/17355
11502 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
11503 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
11504 * gdb.python/py-framefilter-invalidarg.exp: New file.
11505 * gdb.python/py-framefilter-invalidarg.py: New file.
11506
faa42425
DE
115072014-09-06 Doug Evans <xdje42@gmail.com>
11508
11509 PR 15276
11510 * gdb.python/py-caller-is.c: New file.
11511 * gdb.python/py-caller-is.exp: New file.
11512
474ca4f6
SDJ
115132014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
11514
11515 PR gdb/17235
11516 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
11517 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
11518
eb0b0463
SDJ
115192014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
11520
11521 PR fortran/17237
11522 * gdb.fortran/print-formatted.exp: New file.
11523 * gdb.fortran/print-formatted.f90: Likewise.
11524
5f3b99cf
SS
115252014-09-03 Sasha Smundak <asmundak@google.com>
11526
11527 * gdb.python/py-frame.exp: Test Frame.read_register.
11528
7d793aa9
SDJ
115292014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
11530
11531 PR python/16699
11532 * gdb.python/py-completion.exp: New file.
11533 * gdb.python/py-completion.py: Likewise.
11534
fb0576e9
DE
115352014-08-28 Doug Evans <dje@google.com>
11536
11537 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
11538 eax,etc. are live with values set by gdb and thus the compiler can't
11539 use them.
11540 * gdb.arch/i386-pseudo.c (main): Ditto.
11541
ee92b0dd
DE
115422014-08-27 Doug Evans <dje@google.com>
11543
11544 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
11545
6649db35
DE
115462014-08-25 Doug Evans <dje@google.com>
11547
11548 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
11549 (main): Ditto.
11550
564b7600
DE
115512014-08-25 Doug Evans <dje@google.com>
11552
11553 * gdb.threads/thread-execl.exp: #include <stdio.h>.
11554
3881fb67
YQ
115552014-08-24 Yao Qi <yao@codesourcery.com>
11556
11557 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
11558 symbol off.
11559 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
11560
a05a36a5
DE
115612014-08-22 Doug Evans <dje@google.com>
11562
11563 PR 17276
11564 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
11565 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
11566 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
11567
7c343b48
YQ
115682014-08-22 Yao Qi <yao@codesourcery.com>
11569
11570 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
11571 * gdb.python/py-finish-breakpoint2.exp: Likewise.
11572 * gdb.python/python.exp: Likewise. Use .py file on the host
11573 instead of the build.
11574
22fd09ae
JK
115752014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11576
11577 * gdb.threads/gcore-stale-thread.c: New file.
11578 * gdb.threads/gcore-stale-thread.exp: New file.
11579
a8454a7c
PA
115802014-08-21 Pedro Alves <palves@redhat.com>
11581
11582 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
11583 * gdb.base/gcore-relro-pie.exp: Likewise.
11584 * gdb.base/gcore-relro.exp: Likewise.
11585 * gdb.base/gcore.exp: Likewise.
11586 * gdb.base/print-symbol-loading.exp: Likewise.
11587 * gdb.threads/gcore-thread.exp: Likewise.
11588 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
11589
2a31c623
PA
115902014-08-20 Pedro Alves <palves@redhat.com>
11591 Jan Kratochvil <jan.kratochvil@redhat.com>
11592
11593 * Makefile.in (EXTRA_RULES, CC): New variables, get from
11594 configure.
11595 (EXPECT): Handle READ1 being set.
11596 (all): Depend on EXTRA_RULES.
11597 (check-read1, expect-read1, read1.so, read1): New rules.
11598 * README (Testsuite Parameters): Document the READ1 make variable.
11599 (Race detection): New section.
11600 * configure: Regenerate.
11601 * configure.ac: If build==host==target, and running under a
11602 GNU/glibc system, add read1 to the extra Makefile rules.
11603 (EXTRA_RULES): AC_SUBST it.
11604 * lib/read1.c: New file.
11605
d36430db
JB
116062014-08-20 Joel Brobecker <brobecker@adacore.com>
11607
11608 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
11609 the handling of variables declared as a typedef to an array
11610 which a DW_AT_data_location attribute.
11611
9a0dc9e3
PA
116122014-08-19 Andrew Burgess <aburgess@broadcom.com>
11613 Pedro Alves <palves@redhat.com>
11614
11615 PR symtab/14604
11616 PR symtab/14605
11617 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
11618 gdb_test.
11619
0718a8da
PA
116202014-08-19 Pedro Alves <palves@redhat.com>
11621
11622 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
11623
13b448cd
YQ
116242014-08-19 Yao Qi <yao@codesourcery.com>
11625
11626 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
11627 right line.
11628
1cbf5077
DB
116292014-08-18 David Blaikie <dblaikie@gmail.com>
11630
11631 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
11632
bf0fae19
JB
116332014-08-18 Joel Brobecker <brobecker@adacore.com>
11634
11635 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
11636 attribute in array range.
11637
3c8c5dcc
JB
116382014-08-18 Joel Brobecker <brobecker@adacore.com>
11639
11640 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
11641
e66d4446
SC
116422014-08-15 Siva Chandra Reddy <sivachandra@google.com>
11643
11644 PR c++/17132
11645 * gdb.cp/pr17132.cc: New file.
11646 * gdb.cp/pr17132.exp: New file.
11647
940df408
SC
116482014-08-15 Siva Chandra Reddy <sivachandra@google.com>
11649
11650 * gdb.python/py-xmethods.py (A_getarrayind)
11651 (E_method_char_worker.__call__, E_method_int_worker.__call__):
11652 Use 'print' with function call syntax.
11653 (E_method_matcher.match): Fix tab vs space indentation mixup.
11654
ebcc6c3a
YQ
116552014-08-15 Yao Qi <yao@codesourcery.com>
11656
11657 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
11658 false.
11659
775e0f04
YQ
116602014-08-15 Yao Qi <yao@codesourcery.com>
11661
11662 * gdb.cp/casts.exp: Set print symbol off.
11663 * gdb.cp/class2.exp: Likewise.
11664 * gdb.cp/overload.exp: Likewise.
11665 * gdb.cp/templates.exp: Likewise.
11666
d769e349
DE
116672014-08-11 Doug Evans <dje@google.com>
11668
11669 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
11670 (test_load_shlib): Update.
11671
20c6f1e1
YQ
116722014-08-09 Yao Qi <yao@codesourcery.com>
11673
11674 * gdb.base/display.exp: Invoke is_address_zero_readable.
11675 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
11676 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
11677 * gdb.base/hbreak-unmapped.exp: Return if
11678 is_address_zero_readable returns true.
11679 * gdb.base/signest.exp: Likewise.
11680 * gdb.base/signull.exp: Likewise.
11681 * gdb.base/sigbpt.exp: Likewise.
11682 * gdb.guile/scm-disasm.exp: Do the test if
11683 is_address_zero_readable returns false.
11684 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
11685 * gdb.python/py-arch.exp: Likewise.
11686 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
11687 * lib/gdb.exp (is_address_zero_readable): New proc.
11688
5792e8e3
YQ
116892014-08-09 Yao Qi <yao@codesourcery.com>
11690
11691 PR testsuite/13443
11692 * gdb.mi/mi-var-display.exp: Make test messages unique.
11693
3cecbbbe
TT
116942014-08-04 Tom Tromey <tromey@redhat.com>
11695
11696 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
11697 target 0".
11698
00b51ff5
TT
116992014-08-04 Tom Tromey <tromey@redhat.com>
11700
11701 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
11702 "target_resume".
11703
6908c509
JB
117042014-08-01 Joel Brobecker <brobecker@adacore.com>
11705
11706 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
11707 inner_vla_struct_object_size.
11708 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
11709 as xfail.
11710
cc6563d2
PA
117112014-07-30 Pedro Alves <palves@redhat.com>
11712
11713 * gdb.threads/signal-command-handle-nopass.exp (test): Add
11714 comment.
11715
7e09a223
YQ
117162014-07-29 Yao Qi <yao@codesourcery.com>
11717
11718 PR gdb/17206
11719 * gdb.base/until-nodebug.exp: New.
11720
7ebdbe92
DE
117212014-07-28 Doug Evans <xdje42@gmail.com>
11722
11723 PR guile/17203
11724 * gdb.guile/scm-parameter.exp: Add tests for trying to create
11725 previously existing parameter, and previously ambiguously spelled
11726 parameter.
11727
fdb1adc6
WN
117282014-07-28 Will Newton <will.newton@linaro.org>
11729
11730 * gdb.base/varargs.exp: Remove KFAILs for ARM.
11731
186fcde0
DE
117322014-07-26 Ludovic Courtès <ludo@gnu.org>
11733 Doug Evans <xdje42@gmail.com>
11734
11735 PR guile/17146
11736 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
11737
70509625
PA
117382014-07-25 Pedro Alves <palves@redhat.com>
11739
11740 * gdb.threads/signal-command-handle-nopass.c: New file.
11741 * gdb.threads/signal-command-handle-nopass.exp: New file.
11742 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
11743 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
11744 * gdb.threads/signal-delivered-right-thread.c: New file.
11745 * gdb.threads/signal-delivered-right-thread.exp: New file.
11746
c3f814a1
PA
117472014-07-25 Pedro Alves <palves@redhat.com>
11748
11749 * gdb.base/double-prompt-target-event-error.exp
11750 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
11751 match.
11752 (cancel_pagination_in_target_event): Rework double prompt
11753 detection.
11754 * gdb.base/paginate-after-ctrl-c-running.exp
11755 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
11756 <return>' match.
11757 * gdb.base/paginate-bg-execution.exp
11758 (test_bg_execution_pagination_return)
11759 (test_bg_execution_pagination_cancel): Remove '-notransfer
11760 <return>' matches.
11761 * gdb.base/paginate-execution-startup.exp
11762 (test_fg_execution_pagination_return)
11763 (test_fg_execution_pagination_cancel): Remove '-notransfer
11764 <return>' matches.
11765 * gdb.base/paginate-inferior-exit.exp
11766 (test_paginate_inferior_exited): Remove '-notransfer <return>'
11767 match.
11768 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
11769 * lib/gdb.exp (pagination_prompt): Run text through
11770 string_to_regexp.
11771 (gdb_test_multiple): Match $pagination_prompt instead of
11772 "<return>".
11773 (string_to_regexp): Move to lib/gdb-utils.exp.
11774
e214cf6c
JK
117752014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11776
11777 * gdb.arch/amd64-entry-value-paramref.S: New file.
11778 * gdb.arch/amd64-entry-value-paramref.cc: New file.
11779 * gdb.arch/amd64-entry-value-paramref.exp: New file.
11780 * gdb.arch/amd64-optimout-repeat.S: New file.
11781 * gdb.arch/amd64-optimout-repeat.c: New file.
11782 * gdb.arch/amd64-optimout-repeat.exp: New file.
11783
17d0c5c8
JK
117842014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11785
11786 PR gdb/17170
11787 * gdb.base/statistics.exp: New file.
11788
b8b8facf
DE
117892014-07-17 Doug Evans <dje@google.com>
11790
74b49205 11791 PR gdb/17170
b8b8facf
DE
11792 * gdb.base/maint.exp: Update testing of per-command stats.
11793
1b5d0ab3
PA
117942014-07-16 Pedro Alves <palves@redhat.com>
11795
11796 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
11797 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
11798 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
11799 (tfile_write_buf): New functions.
11800 (add_memory_block): Rewrite using the above.
11801 (adjust_function_address): New function.
11802 (FUNCTION_ADDRESS): New macro.
11803 (write_basic_trace_file): Remove short_x local, and use
11804 tfile_write_16. Change type of func_addr local to unsigned long
11805 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
11806 here. Cast argument of add_memory_block to char pointer.
11807 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
11808 (main): Remove parameters.
11809 * gdb.trace/tfile.exp: Remove nowarnings.
11810
4d974e88
SM
118112014-07-15 Simon Marchi <simon.marchi@ericsson.com>
11812
11813 * gdb.base/debug-expr.exp: Test string evaluation with
11814 "debug expression" on.
11815
41e99568
PA
118162014-07-15 Pedro Alves <palves@redhat.com>
11817
11818 * gdb.base/reread.exp: Use clean_restart.
11819
487d9753
PL
118202014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
11821
11822 * gdb.arch/avr-flash-qualifer.c: New.
11823 * gdb.arch/avr-flash-qualifer.exp: New.
11824
cc1c52ad
PA
118252014-07-14 Pedro Alves <palves@redhat.com>
11826
11827 * gdb.base/paginate-after-ctrl-c-running.c: New file.
11828 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
11829
1e973570
PA
118302014-07-14 Pedro Alves <palves@redhat.com>
11831
11832 * gdb.base/double-prompt-target-event-error.c: New file.
11833 * gdb.base/double-prompt-target-event-error.exp: New file.
11834
93d6eb10
PA
118352014-07-14 Pedro Alves <palves@redhat.com>
11836
11837 PR gdb/17072
11838 * gdb.base/paginate-inferior-exit.c: New file.
11839 * gdb.base/paginate-inferior-exit.exp: New file.
11840
0017922d
PA
118412014-07-14 Pedro Alves <palves@redhat.com>
11842
11843 PR gdb/17072
11844 * gdb.base/paginate-bg-execution.c: New file.
11845 * gdb.base/paginate-bg-execution.exp: New file.
11846
94696ad3
PA
118472014-07-14 Pedro Alves <palves@redhat.com>
11848
11849 PR gdb/17072
11850 * gdb.base/paginate-execution-startup.c: New file.
11851 * gdb.base/paginate-execution-startup.exp: New file.
11852 * lib/gdb.exp (pagination_prompt): New global.
11853 (default_gdb_spawn): New procedure, factored out from
11854 default_gdb_spawn.
11855 (default_gdb_start): Adjust to call default_gdb_spawn.
11856 (gdb_spawn): New procedure.
11857
bd293940
PA
118582014-07-14 Pedro Alves <palves@redhat.com>
11859
11860 * lib/gdb.exp (gdb_assert): New procedure.
11861 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
11862
c933f875
PA
118632014-07-14 Pedro Alves <palves@redhat.com>
11864
11865 * gdb.base/execution-termios.c: New file.
11866 * gdb.base/execution-termios.exp: New file.
11867
d98b7a16
TT
118682014-07-14 Tom Tromey <tromey@redhat.com>
11869
11870 * gdb.cp/vla-cxx.cc: New file.
11871 * gdb.cp/vla-cxx.exp: New file.
11872
548740d6
TT
118732014-07-14 Tom Tromey <tromey@redhat.com>
11874
11875 * gdb.reverse/rerun-prec.c: New file.
11876 * gdb.reverse/rerun-prec.exp: New file.
11877
a25eb028
MR
118782014-07-12 Maciej W. Rozycki <macro@mips.com>
11879 Maciej W. Rozycki <macro@codesourcery.com>
11880
11881 * lib/gdb-utils.exp: New file.
11882 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
11883 inline `gdb_init_command' processing.
11884 (gdb_start_cmd): Likewise.
11885 * lib/mi-support.exp (mi_run_cmd): Likewise.
11886 * README: Document `gdb_init_command' and `gdb_init_commands'.
11887
218c2655
JK
118882014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11889
11890 Fix false FAIL running under a very long directory name.
11891 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
11892 and "set print elements 10000". Twice.
11893
5401fde3
YQ
118942014-07-11 Yao Qi <yao@codesourcery.com>
11895
11896 * gdb.base/exprs.exp: "set print symbol off".
11897
e76126e8
PA
118982014-07-11 Pedro Alves <palves@redhat.com>
11899
11900 * gdb.threads/kill.c: New file.
11901 * gdb.threads/kill.exp: New file.
11902
2d6f0de6
YQ
119032014-07-10 Yao Qi <yao@codesourcery.com>
11904
11905 * gdb.trace/tfile.c (write_basic_trace_file)
11906 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
11907 address written to trace file.
11908
7180e04a
PA
119092014-07-09 Pedro Alves <palves@redhat.com>
11910
11911 * gdb.base/attach-wait-input.exp: New file.
11912 * gdb.base/attach-wait-input.c: New file.
11913
9a9a7608
AB
119142014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
11915
11916 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
11917 setting up test structures.
11918 (main): Call new test function.
11919 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
11920 test function, continue into test function and walk test
11921 structures.
11922
161ac41e
YQ
119232014-07-02 Yao Qi <yao@codesourcery.com>
11924
11925 * gdb.trace/entry-values.c: Define labels 'foo_start' and
11926 'bar_start' at the beginning of functions 'foo' and 'bar'
11927 respectively.
11928 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
11929 instead of 'foo' and 'bar'.
11930
1f267ae3
MM
119312014-07-08 Markus Metzger <markus.t.metzger@intel.com>
11932
11933 * gdb.btrace/segv.exp: New.
11934 * gdb.btrace/segv.c: New.
11935
2b239efb
LM
119362014-07-02 Luis Machado <lgustavo@codesourcery.com>
11937
11938 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
11939 instruction.
11940
cf363f18
MW
119412014-06-30 Mark Wielaard <mjw@redhat.com>
11942
11943 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
11944 vulture, vilify, villar): New volatile array constants.
11945 (vindictive, vegetation): New const volatile array constants.
11946 * gdb.base/volatile.exp: Test volatile and const volatile array
11947 types.
11948
aebf9d24
AA
119492014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11950
11951 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
11952 target lacks support for awatch, rwatch, or hbreak.
11953
b67a2c6f
YQ
119542014-06-27 Yao Qi <yao@codesourcery.com>
11955
11956 * gdb.multi/dummy-frame-restore.exp: New.
11957 * gdb.multi/dummy-frame-restore.c: New.
11958
aef92902
MM
119592014-06-25 Markus Metzger <markus.t.metzger@intel.com>
11960
11961 * gdb.btrace/gcore.exp: New.
11962
8e9db26e
PA
119632014-06-23 Pedro Alves <palves@redhat.com>
11964
11965 * gdb.base/watchpoint-reuse-slot.c: New file.
11966 * gdb.base/watchpoint-reuse-slot.exp: New file.
11967
70afc5b7
SC
119682014-06-23 Siva Chandra Reddy <sivachandra@google.com>
11969
11970 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
11971 progspace's filename in 'info', 'enable' and 'disable' command
11972 tests.
11973
b972bd9c
JK
119742014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
11975
11976 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
11977 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
11978 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
11979
125f8a3d
GB
119802014-06-20 Gary Benson <gbenson@redhat.com>
11981
11982 * gdb.arch/i386-avx.exp: Fix include file location.
11983 * gdb.arch/i386-sse.exp: Likewise.
11984
3ed9baed
IB
119852014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
11986
11987 * gdb.dlang/expression.exp: New file.
11988
034f788c
PA
119892014-06-19 Pedro Alves <palves@redhat.com>
11990
11991 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
11992 out from ...
11993 (top level): ... here. Iterate running tests under different
11994 scheduler-locking settings.
11995
45371d0c
LM
119962014-06-18 Luis Machado <lgustavo@codesourcery.com>
11997
11998 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
11999 to DW_FORM_addr and use non-zero addresses.
12000
5d376983
SC
120012014-06-18 Siva Chandra Reddy <sivachandra@google.com>
12002
12003 PR gdb/17017
12004 * gdb.python/py-xmethods.cc: Add global function call counters and
12005 increment them in their respective functions. Remove "cout"
12006 statements.
12007 * gdb.python/py-xmethods.exp: Make tests check the global function
12008 call counters instead of depending on inferior IO.
12009
a1aa2221
LM
120102014-06-18 Don Breazeal <donb@codesourcery.com>
12011
12012 * gdb.base/foll-fork.exp (default_fork_parent_follow):
12013 Deleted procedure.
12014 (explicit_fork_parent_follow): Deleted procedure.
12015 (explicit_fork_child_follow): Deleted procedure.
12016 (test_follow_fork): New procedure.
12017 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 12018 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
12019 procedure calls.
12020
0fc05997
YQ
120212014-06-17 Yao Qi <yao@codesourcery.com>
12022
12023 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
12024 CP1252.
12025
70795c52
LM
120262014-06-17 Luis Machado <lgustavo@codesourcery.com>
12027
12028 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
12029 Initialize ptr and S explicitly.
12030 (skip_type_update_when_not_use_rtti_test): Likewise.
12031
6be47f0c
KS
120322014-06-16 Keith Seitz <keiths@redhat.com>
12033
12034 PR mi/15863
12035 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
12036 the inferior is started.
12037
d03de421
PA
120382014-06-16 Pedro Alves <palves@redhat.com>
12039
12040 * gdb.base/break-main-file-remove-fail.c: New file.
12041 * gdb.base/break-main-file-remove-fail.exp: New file.
12042 * gdb.base/break-unload-file.exp: Use build_executable instead of
12043 prepare_for_testing.
12044 (test_break): New parameter "initial_load". Handle it.
12045 (top level): Add initial_load cmdline/file axis.
12046
f9579b99
TT
120472014-06-12 Tom Tromey <tromey@redhat.com>
12048
12049 * gdb.base/completion.exp: Don't use directory name in test.
12050
3657956b
GB
120512014-06-09 Gary Benson <gbenson@redhat.com>
12052
12053 * gdb.base/sigall.c [Functions to send signals]: Reorder to
12054 separate the always-available ANSI-standard signals from the
12055 signals that require checking.
12056 (main): Likewise.
12057 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
12058 Likewise.
12059 (main): Likewise.
12060
4186eb54
KS
120612014-06-07 Keith Seitz <keiths@redhat.com>
12062
12063 Revert:
12064 PR c++/16253
12065 * gdb.cp/var-tag.cc: New file.
12066 * gdb.cp/var-tag.exp: New file.
12067 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
12068 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
12069 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
12070 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
12071
25326a28 120722014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
12073
12074 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
12075
829155c9
PA
120762014-06-06 Pedro Alves <palves@redhat.com>
12077
12078 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
12079 in target debug output instead of looking at RSP packets,
12080 disabling the test on any target that uses hardware stepping.
12081 Update comments.
12082
61c8d22e
PA
120832014-06-06 Pedro Alves <palves@redhat.com>
12084
12085 * gdb.base/break-unload-file.exp: Fix typo.
12086
d9a47287
YQ
120872014-06-06 Yao Qi <yao@codesourcery.com>
12088
12089 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
12090 from "jit_function" to "^jit_function".
12091
e5e01dbf
YQ
120922014-06-06 Yao Qi <yao@codesourcery.com>
12093
12094 * gdb.base/async.c (foo): Add one statement.
12095 * gdb.base/async.exp: Get the next instruction address and
12096 match the output of "nexti" by instruction address. Match
12097 the hex address in the output of "finish".
12098
73ba372c
GB
120992014-06-06 Gary Benson <gbenson@redhat.com>
12100
12101 * gdb.base/call-signals.c: Remove preprocessor conditionals
12102 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
12103 SIGSEGV and SIGTERM.
12104 * gdb.base/sigall.c: Likewise.
12105 * gdb.base/unwindonsignal.c: Likewise.
12106 * gdb.reverse/sigall-reverse.c: Likewise.
12107
831517df
YQ
121082014-06-06 Yao Qi <yao@codesourcery.com>
12109
12110 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
12111 readable, skip the test.
12112
b8b91e98
YQ
121132014-06-06 Yao Qi <yao@codesourcery.com>
12114
12115 * gdb.threads/staticthreads.c (thread_function): Move the line
12116 setting breakpoint on forward.
12117 * gdb.threads/staticthreads.exp: Update comments.
12118
fb934770
LC
121192014-06-05 Ludovic Courtès <ludo@gnu.org>
12120
12121 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
12122 "history-append! type error".
12123
6ef284bd
SM
121242014-06-05 Simon Marchi <simon.marchi@ericsson.com>
12125
12126 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
12127 erroneous dprintf expected input.
12128
a872e241
DE
121292014-06-04 Doug Evans <xdje42@gmail.com>
12130
12131 * gdb.guile/scm-generics.exp: Delete.
12132
16f691fb
DE
121332014-06-04 Doug Evans <xdje42@gmail.com>
12134
12135 * gdb.guile/scm-breakpoint.exp: Update.
12136 Add tests for breakpoint registration.
12137
012370f6
TT
121382014-06-04 Tom Tromey <tromey@redhat.com>
12139
12140 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
12141 VLA-in-union.
12142 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
12143 inner_vla_struct, vla_union types. Initialize objects of those
12144 types and compute their sizes.
12145
9f5a4cef
HZ
121462014-06-04 Nathan Sidwell <nathan@codesourcery.com>
12147 Hui Zhu <hui@codesourcery.com>
12148
12149 * gdb.base/fileio.exp: Add test for shell not available as well as
12150 available.
12151 * gdb.base/fileio.c (test_system): Check for shell twice.
12152
90a45c4d
YQ
121532014-06-04 Yao Qi <yao@codesourcery.com>
12154
12155 * gdb.base/auto-connect-native-target.exp: Remove redundant
12156 space from the regexp pattern.
12157
70017e41
YQ
121582014-06-04 Yao Qi <yao@codesourcery.com>
12159
12160 * gdb.base/default.exp: Replace "child" with "native" in
12161 regexp pattern.
12162
883964a7
SC
121632014-06-03 Siva Chandra Reddy <sivachandra@google.com>
12164
12165 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
12166 * gdb.python/py-xmethods.exp: New tests to test xmethods.
12167 * gdb.python/py-xmethods.py: Python script supporting the
12168 new testcase and tests.
12169
ef370185
JB
121702014-06-03 Joel Brobecker <brobecker@adacore.com>
12171 Pedro Alves <palves@redhat.com>
12172
12173 PR breakpoints/17000
12174 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
12175 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
12176
1e2ccb61
BM
121772014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
12178
12179 * gdb.base/subst.exp: Add tests to verify partial path matching
12180 output.
12181
c6ec5ab2
PA
121822014-06-03 Pedro Alves <palves@redhat.com>
12183
12184 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
12185 target that doesn't use software single-stepping.
12186
835c559f
PA
121872014-06-03 Pedro Alves <palves@redhat.com>
12188
12189 PR breakpoints/17000
12190 * gdb.base/sss-bp-on-user-bp-2.c: New file.
12191 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
12192
06eb1586
DE
121932014-06-02 Doug Evans <xdje42@gmail.com>
12194
12195 * gdb.guile/scm-parameter.exp: New file.
12196
e698b8c4
DE
121972014-06-02 Doug Evans <xdje42@gmail.com>
12198
12199 * gdb.guile/scm-cmd.c: New file.
12200 * gdb.guile/scm-cmd.exp: New file.
12201
ded03782
DE
122022014-06-02 Doug Evans <xdje42@gmail.com>
12203
12204 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
12205 pretty-printer lookup.
12206 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
12207 (make-pp_s-printer): Call it.
12208 (make-pretty-printer-from-dict): New function.
12209 (lookup-pretty-printer-maker-from-dict): New function.
12210 (*pretty-printer*): Simplify.
12211 (make-objfile-pp_s-printer): New function.
12212 (install-objfile-pretty-printers!): New function.
12213 (make-progspace-pp_s-printer): New function.
12214 (install-progspace-pretty-printers!): New function.
12215 * gdb.guile/scm-progspace.c: New file.
12216 * gdb.guile/scm-progspace.exp: New file.
12217
41fac0cf
PA
122182014-06-02 Pedro Alves <palves@redhat.com>
12219
12220 * gdb.base/dprintf-bp-same-addr.c: New file.
12221 * gdb.base/dprintf-bp-same-addr.exp: New file.
12222
96ae5695
EBM
122232014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12224
12225 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
12226 * gdb.arch/powerpc-power.s: Likewise.
12227
da02b3a8
JB
122282014-06-02 Joel Brobecker <brobecker@adacore.com>
12229
12230 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
12231
c72b2e7b
YQ
122322014-06-01 Yao Qi <yao@codesourcery.com>
12233
12234 * gdb.base/watchpoint.exp (test_watch_location): Check null
12235 pointer can be dereferenced. If not, do the test, otherwise
12236 skip it.
12237
53e8a631
AB
122382014-05-30 Andrew Burgess <aburgess@broadcom.com>
12239
12240 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
12241 results.
12242 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
12243
938f0e2f
AB
122442014-05-30 Andrew Burgess <aburgess@broadcom.com>
12245
12246 * gdb.arch/amd64-invalid-stack-middle.S: New file.
12247 * gdb.arch/amd64-invalid-stack-middle.c: New file.
12248 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
12249 * gdb.arch/amd64-invalid-stack-top.c: New file.
12250 * gdb.arch/amd64-invalid-stack-top.exp: New file.
12251
9ba6657a
PA
122522014-05-30 Pedro Alves <palves@redhat.com>
12253
12254 PR breakpoints/17000
12255 * gdb.base/sss-bp-on-user-bp.c: New file.
12256 * gdb.base/sss-bp-on-user-bp.exp: New file.
12257
522c09bf
DB
122582014-05-30 David Blaikie <dblaikie@gmail.com>
12259
12260 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
12261 gnu_inline semantics via attribute.
12262 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
12263 source explicitly specifies the required semantics.
12264
bf4ef81e
MR
122652014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
12266
12267 * gdb.reverse/sigall-reverse.exp: Fix a typo.
12268
329ea579
PA
122692014-05-29 Pedro Alves <palves@redhat.com>
12270 Tom Tromey <tromey@redhat.com>
12271
12272 * gdb.base/async-shell.exp: Don't enable target-async.
12273 * gdb.base/async.exp
12274 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
12275 parameter. Adjust.
12276 (top level): Don't test with "target-async".
12277 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
12278 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
12279 * gdb.base/inferior-died.exp: Don't enable target-async.
12280 * gdb.base/interrupt-noterm.exp: Likewise.
12281 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
12282 * gdb.mi/mi-nonstop-exit.exp: Likewise.
12283 * gdb.mi/mi-nonstop.exp: Likewise.
12284 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
12285 * gdb.mi/mi-nsintrall.exp: Likewise.
12286 * gdb.mi/mi-nsmoribund.exp: Likewise.
12287 * gdb.mi/mi-nsthrexec.exp: Likewise.
12288 * gdb.mi/mi-watch-nonstop.exp: Likewise.
12289 * gdb.multi/watchpoint-multi.exp: Adjust comment.
12290 * gdb.python/py-evsignal.exp: Don't enable target-async.
12291 * gdb.python/py-evthreads.exp: Likewise.
12292 * gdb.python/py-prompt.exp: Likewise.
12293 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
12294 * gdb.server/solib-list.exp: Don't enable target-async.
12295 * gdb.threads/thread-specific-bp.exp: Likewise.
12296 * lib/mi-support.exp: Adjust to use mi-async.
12297
fd664c91
PA
122982014-05-29 Pedro Alves <palves@redhat.com>
12299
12300 PR gdb/13860
12301 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
12302 reason, even in sync mode.
12303
251bde03
PA
123042014-05-29 Pedro Alves <palves@redhat.com>
12305 Hui Zhu <hui@codesourcery.com>
12306
12307 PR PR15693
12308 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
12309 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
12310 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
12311 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
12312
7f3c0343
JB
123132014-05-28 Joel Brobecker <brobecker@adacore.com>
12314
12315 * config/monitor.exp (gdb_target_monitor): Replace use of
12316 "set remotebaud" by "set serial baud".
12317
b2715b27
AW
123182014-05-26 Andy Wingo <wingo@igalia.com>
12319
12320 * gdb.guile/scm-breakpoint.exp:
12321 * gdb.guile/scm-gsmob.exp: Update to use plain old object
12322 properties instead of gdb-object-properties.
12323
498a4489
YQ
123242014-05-26 Yao Qi <yao@codesourcery.com>
12325
12326 * gdb.server/no-thread-db.exp: Specify source file name
12327 explicitly when setting a breakpoint.
12328
589fdceb
MM
123292014-05-23 Markus Metzger <markus.t.metzger@intel.com>
12330
12331 * gdb.btrace/vdso.c: New.
12332 * gdb.btrace/vdso.exp: New.
12333
e9089e05
MM
123342014-05-23 Markus Metzger <markus.t.metzger@intel.com>
12335
12336 * gdb.base/gcore.exp (capture_command_output): Move ...
12337 * lib/gdb.exp (capture_command_output): ... here.
12338
67b5c0c1
MM
123392014-05-23 Markus Metzger <markus.t.metzger@intel.com>
12340
12341 * gdb.btrace/data.exp: Test memory access during btrace replay.
12342
a2199296
SM
123432014-05-22 Simon Marchi <simon.marchi@ericsson.com>
12344
12345 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
12346
17b2616c
PA
123472014-05-21 Pedro Alves <palves@redhat.com>
12348
12349 PR gdb/13860
12350 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
12351 (top level): Test that output related to execution commands is
12352 sent to the console with CLI commands, but not with MI commands.
12353 Test that breakpoint events are always mirrored to the console.
12354 Also expect the new source line to be output after a "next" in
12355 async mode too. Make it a pass/fail test.
12356 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
12357 output.
12358 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
12359
5166082f
PA
123602014-05-21 Pedro Alves <palves@redhat.com>
12361
12362 * gdb.base/list.exp (build_pattern, test_list): New procedures.
12363 Use them to test variations of "list" after reaching a breakpoint.
12364 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
12365 Test "list" with listsize 10 after reaching a breakpoint.
12366 * gdb.python/python.exp (decode_line current location line
12367 number): Adjust expected line number.
12368
2f25d70f
SM
123692014-05-21 Simon Marchi <simon.marchi@ericsson.com>
12370
12371 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
12372 behavior for $args, pass it directly to "run".
12373
ff604a67
MR
123742014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
12375
12376 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
12377 30000 to 65536.
12378
6a3cb8e8
PA
123792014-05-21 Pedro Alves <palves@redhat.com>
12380
12381 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
12382 auto-connect-native-target off".
12383 * gdb.base/auto-connect-native-target.c: New file.
12384 * gdb.base/auto-connect-native-target.exp: New file.
12385
4ebfc96e
PA
123862014-05-21 Pedro Alves <palves@redhat.com>
12387
12388 * gdb.base/default.exp: Test "target native" instead of "target
12389 child".
12390
36d46afb
MW
123912014-05-21 Mark Wielaard <mjw@redhat.com>
12392
12393 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12394
5876f503
JK
123952014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12396
12397 Fix TLS access for -static -pthread.
12398 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
12399 <HAVE_TLS> (thread_function, main): Initialize it.
12400 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
12401 Add clean_restart.
12402 <$have_tls != "">: Check TLSVAR.
12403
0256a6ac
PA
124042014-05-21 Pedro Alves <palves@redhat.com>
12405
12406 * gdb.base/dcache-line-read-error.c: New.
12407 * gdb.base/dcache-line-read-error.exp: New.
12408
936d2992
PA
124092014-05-20 Pedro Alves <palves@redhat.com>
12410
12411 * gdb.base/compare-sections.c: New file.
12412 * gdb.base/compare-sections.exp: New file.
12413
802e8e6d
PA
124142014-05-20 Pedro Alves <palves@redhat.com>
12415
12416 * gdb.base/break-idempotent.c: New file.
12417 * gdb.base/break-idempotent.exp: New file.
12418
e59fa00f
MM
124192014-05-20 Markus Metzger <markus.t.metzger@intel.com>
12420
12421 * gdb.btrace/nohist.exp: New.
12422
8b696e31
YQ
124232014-05-20 Yao Qi <yao@codesourcery.com>
12424
12425 * lib/gdb.exp (gdb_init): Set timeout if test file is under
12426 gdb.reverse directory and gdb_reverse_timeout exists in board
12427 setting.
12428 * README: Document gdb_reverse_timeout.
12429
73c9764f
YQ
124302014-05-20 Yao Qi <yao@codesourcery.com>
12431
12432 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
12433 'test_file_name'. Treat args as a string instead of a list.
12434 (gdb_init): Rename argument 'args' by 'test_file_name'.
12435
f1f4348a
JK
124362014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12437
12438 * gdb.arch/powerpc-power.exp: New file.
12439 * gdb.arch/powerpc-power.s: New file.
12440
0dbe70ce
DE
124412014-05-16 Doug Evans <dje@google.com>
12442
12443 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
12444 * gdb.base/completion.exp: Check that all expected files exist
12445 before doing file completion.
0dbe70ce 12446
8d551b02
DE
124472014-05-16 Doug Evans <dje@google.com>
12448
12449 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
12450 Update.
12451 (do_syscall_tests_without_xml): Update.
12452
73eb7709
PA
124532014-05-16 Pedro Alves <palves@redhat.com>
12454
12455 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
12456 instead of "unknown output after running".
12457
3fae92fc
YQ
124582014-05-16 Yao Qi <yao@codesourcery.com>
12459
12460 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
12461 file1.txt from host at the end.
12462 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
12463
c2b2ccc5
DE
124642014-05-15 Doug Evans <dje@google.com>
12465
12466 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
12467 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
12468 loading file. Add test for TU lookup.
12469
8c217a4b
SM
124702014-05-15 Simon Marchi <simon.marchi@ericsson.com>
12471
12472 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
12473 calling "-exec-arguments" or "set args" before running the
12474 inferior.
12475
3deb39c6
SM
124762014-05-15 Simon Marchi <simon.marchi@ericsson.com>
12477
12478 * lib/mi-support.exp (mi_expect_stop): Expect message for
12479 inferiors that exit with non-zero exit code.
12480
71a79f8c
YQ
124812014-05-14 Yao Qi <yao@codesourcery.com>
12482
12483 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
12484 match absolute path on remote host.
12485 (test_file_list_exec_source_files): Remove "/" from the
12486 pattern.
12487
f23fcd46
YQ
124882014-05-14 Yao Qi <yao@codesourcery.com>
12489
12490 * boards/local-remote-host-notty.exp (${board}_file): New
12491 proc.
12492
9404b58f
KM
124932014-05-07 Kyle McMartin <kyle@redhat.com>
12494
12495 Pushed by Joel Brobecker <brobecker@adacore.com>.
12496 * gdb.arch/aarch64-atomic-inst.c: New file.
12497 * gdb.arch/aarch64-atomic-inst.exp: New file.
12498
5e45f04c
YQ
124992014-05-07 Yao Qi <yao@codesourcery.com>
12500
12501 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
12502 in current context" too.
12503
c888a17d
KS
125042014-05-05 Keith Seitz <keiths@redhat.com>
12505
12506 * gdb.linespec/ls-dollar.exp: Add test for linespec
12507 file:convenience_variable.
12508
290a839c
YQ
125092014-05-05 Yao Qi <yao@codesourcery.com>
12510
12511 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
12512 traceframes into tfile and ctf trace files. Read data from
12513 trace file and test collected data.
12514 (gdb_collect_locals_test): Likewise.
12515 (gdb_unavailable_registers_test): Likewise.
12516 (gdb_unavailable_floats): Likewise.
12517 (gdb_collect_globals_test): Likewise.
12518 (top-level): Append "ctf" to trace_file_targets if GDB
12519 supports.
12520
b5262cd0
YQ
125212014-05-05 Yao Qi <yao@codesourcery.com>
12522
12523 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
12524 code to ...
12525 (gdb_collect_args_test_1): ... it. New proc.
12526 (gdb_collect_locals_test): Move some code to ...
12527 (gdb_collect_locals_test_1): ... it. New proc.
12528 (gdb_unavailable_registers_test): Move some code to ...
12529 (gdb_unavailable_registers_test_1): ... it. New proc.
12530 (gdb_unavailable_floats): Move some code to ...
12531 (gdb_unavailable_floats_1): ... it. New proc.
12532
30a1e6cc
SDJ
125332014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
12534
12535 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
12536 probes to test for bitness recognition.
12537 * gdb.arch/amd64-stap-optional-prefix.exp
12538 (test_probe_value_without_reg): New procedure.
12539 Add code to test for different kinds of bitness.
12540
f33da99a
SDJ
125412014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
12542
12543 PR breakpoints/16889
12544 * gdb.arch/amd64-stap-optional-prefix.S: New file.
12545 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
12546
5b80f00d
PA
125472014-05-01 Pedro Alves <palves@redhat.com>
12548
12549 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
12550 gdb_file_cmd if no file is specified.
12551 * boards/native-extended-gdbserver.exp (gdb_load): Use the
12552 last_loaded_file to set the remote exec-file.
12553
f8c2a73c
PA
125542014-05-01 Pedro Alves <palves@redhat.com>
12555
12556 * boards/local-remote-host.exp: New file.
12557
be6e8ac7
PA
125582014-05-01 Pedro Alves <palves@redhat.com>
12559
12560 * boards/local-remote-host.exp: Rename to ...
12561 * boards/local-remote-host-notty.exp: ... this.
12562
cac0dc8f
JB
125632014-04-28 Joel Brobecker <brobecker@adacore.com>
12564
12565 * gdb.ada/dyn_arrayidx: New testcase.
12566
9730e6cc
YQ
125672014-04-26 Yao Qi <yao@codesourcery.com>
12568
12569 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
12570 and compute the length of function main. Save it in
12571 $main_length.
12572 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
12573 (top-level): Use gdb_compile to compile objects into
12574 executable and restart GDB. Remove invocation to
12575 prepare_for_testing.
12576
7ae1a6a6
PA
125772014-04-25 Simon Marchi <simon.marchi@ericsson.com>
12578 Pedro Alves <palves@redhat.com>
12579
12580 PR server/16255
12581 * gdb.multi/multi-attach.c: New file.
12582 * gdb.multi/multi-attach.exp: New file.
12583
4082afcc
PA
125842014-04-25 Pedro Alves <palves@redhat.com>
12585
12586 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
12587 user.
12588 (top level): Test that "set remote conditional-breakpoints-packet
12589 off" works as intended.
12590 * gdb.base/dprintf.exp: Test that "set remote
12591 breakpoint-commands-packet off" works as intended.
12592 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
12593 New function.
12594 (top level): Call it.
12595 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
12596 remote fast-tracepoints-packet off" works as intended.
12597 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
12598 * lib/gdb.exp (gdb_is_target_remote): ... here.
12599
2abc3f8d
DB
126002014-04-24 David Blaikie <dblaikie@gmail.com>
12601
12602 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
12603 ensure clang would not discard them.
12604 * gdb.base/gdbvars.c: Ditto.
12605 * gdb.base/memattr.c: Ditto.
12606 * gdb.base/whatis.c: Ditto.
12607 * gdb.python/py-prettyprint.c: Ditto.
12608 * gdb.trace/actions.c: Ditto.
12609 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
12610 ensure clang would not discard it.
12611
bfd39632
DB
126122014-04-24 David Blaikie <dblaikie@gmail.com>
12613
12614 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
12615 clang to emit the full definition of type required by the test
12616 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
12617
22842ff6
DB
126182014-04-24 David Blaikie <dblaikie@gmail.com>
12619
12620 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
12621 coax Clang into emitting the definition of the type.
12622 * gdb.cp/pr10728-x.h (y): Ditto.
12623 * gdb.cp/pr10728-y.cc (y): Ditto.
12624
c2e827ad
DB
126252014-04-24 David Blaikie <dblaikie@gmail.com>
12626
12627 * gdb.base/label.exp: XFAIL label related tests under Clang.
12628 * gdb.cp/cplabel.exp: Ditto.
12629 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
12630 under Clang those using labels.
12631
4c2d33e7
YQ
126322014-04-25 Yao Qi <yao@codesourcery.com>
12633
12634 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
12635 double_label.
12636 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
12637 partial_label and double_label.
12638
56083b99
DB
126392014-04-24 David Blaikie <dblaikie@gmail.com>
12640
12641 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
12642
25d4e99d
DB
126432014-04-24 David Blaikie <dblaikie@gmail.com>
12644
12645 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
12646 of the function to work across GCC and Clang.
12647 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
12648 pointer types (const void ** const V void **).
12649
01f9f808
MS
126502014-04-24 Michael Sturm <michael.sturm@mintel.com>
12651 Walfred Tedeschi <walfred.tedeschi@intel.com>
12652
12653 * Makefile.in (EXECUTABLES): Added i386-avx512.
12654 * gdb.arch/i386-avx512.c: New file.
12655 * gdb.arch/i386-avx512.exp: Likewise.
12656
4b48d439
KS
126572014-04-23 Keith Seitz <keiths@redhat.com>
12658
12659 * lib/mi-support.exp (mi_list_breakpoints): Delete.
12660 (mi_make_breakpoint_table): New procedure.
12661 (mi_create_breakpoint): Use mi_make_breakpoint
12662 and return the result.
12663 (mi_make_breakpoint): New procedure.
12664 (mi_build_kv_pairs): New procedure.
12665
12666 * gdb.mi/mi-break.exp: Remove unused globals,
12667 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
12668 All callers updated.
12669 * gdb.mi/mi-dprintf.exp: Use variable to track command
12670 number.
12671 Update all callers of mi_create_breakpoint and use
12672 mi_make_breakpoint_table.
12673 Remove any unused global variables.
12674 * gdb.mi/mi-nonstop.exp: Likewise.
12675 * gdb.mi/mi-nsintrall.exp: Likewise.
12676 * gdb.mi/mi-nsmoribund.exp: Likewise.
12677 * gdb.mi/mi-nsthrexec.exp: Likewise.
12678 * gdb.mi/mi-reverse.exp: Likewise.
12679 * gdb.mi/mi-simplerun.exp: Likewise.
12680 * gdb.mi/mi-stepn.exp: Likewise.
12681 * gdb.mi/mi-syn-frame.exp: Likewise.
12682 * gdb.mi/mi-until.exp: Likewise.
12683 * gdb.mi/mi-var-cp.exp: Likewise.
12684 * gdb.mi/mi-var-display.exp: Likewise.
12685 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
12686 * gdb.mi/mi2-var-child.exp: Likewise.
12687 * gdb.mi/mi-vla-c99.exp: Likewise.
12688 * lib/mi-support.exp: Likewise.
12689
12690 From Ian Lance Taylor <iant@cygnus.com>:
12691 * lib/gdb.exp (parse_args): New procedure.
12692
08351840
PA
126932014-04-23 Pedro Alves <palves@redhat.com>
12694
12695 * gdb.base/break-unload-file.c: New file.
12696 * gdb.base/break-unload-file.exp: New file.
12697 * gdb.base/sym-file-lib.c (baz): New function.
12698 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
12699 field.
12700 (load): Store the segment's mapped size.
12701 (unload): New function.
12702 (unload_shlib): New function.
12703 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
12704 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
12705 set a breakpoint at baz, and call it.
12706 * gdb.base/sym-file.exp: New tests for stale breakpoint
12707 instructions.
12708
076855f9
PA
127092014-04-23 Pedro Alves <palves@redhat.com>
12710
12711 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
12712 * gdb.base/hbreak-in-shr-unsupported.c: New file.
12713 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
12714 * gdb.base/hbreak-unmapped.c: New file.
12715 * gdb.base/hbreak-unmapped.exp: New file.
12716 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
12717 * lib/gdb.exp (gdb_is_target_remote): ... here.
12718
483805cf
PA
127192014-04-22 Pedro Alves <palves@redhat.com>
12720
12721 * gdb.base/consecutive-step-over.c: New file.
12722 * gdb.base/consecutive-step-over.exp: New file.
12723
06d97543
PA
127242014-04-22 Pedro Alves <palves@redhat.com>
12725
12726 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
12727 instead of send_gdb/gdb_expect.
12728
b4429ea2
YQ
127292014-04-22 Yao Qi <yao@codesourcery.com>
12730
12731 * lib/trace-support.exp (generate_tracefile): New procedure.
12732 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
12733 return 0.
12734 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
12735 if generate_tracefile returns 1.
12736
51d48146
PA
127372014-04-18 Tom Tromey <palves@redhat.com>
12738 Pedro alves <tromey@redhat.com>
12739
12740 PR backtrace/15558
12741 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
12742 with a backtrace limit.
12743 * gdb.python/py-frame-inline.exp: Test running to an inline
12744 function with a backtrace limit, and printing the newest frame.
12745 * gdb.python/py-frame-inline.c (main): Call f.
12746
bd1dce5f
MS
127472014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
12748
12749 * gdb.java/jnpe.exp: Drop srcdir from untested path.
12750
40d1a503
MS
127512014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
12752
12753 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
12754 Drop prefix from unsupported source file path.
12755
389b98f7
YQ
127562014-04-17 Yao Qi <yao@codesourcery.com>
12757
12758 * lib/gdb.exp (with_target_charset): New proc.
12759 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
12760 with_target_charset.
12761 (test_print_strings): Likewise.
12762 (test_repeat_bytes): Likewise.
12763 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
12764 for some tests.
12765
22869d73
KS
127662014-04-16 Keith Seitz <keiths@redhat.com>
12767
12768 PR gdb/15827
12769 * gdb.dwarf2/corrupt.c: New file.
12770 * gdb.dwarf2/corrupt.exp: New file.
12771
c4f87ca6
KS
127722014-04-16 Keith Seitz <keiths@redhat.com>
12773
12774 PR c++/16597
12775 * gdb.cp/namelessclass.cc: New file.
12776 * gdb.cp/namelessclass.exp: New file.
12777 * gdb.cp/namelessclass.S: New file.
12778
ab19de87
DE
127792014-04-16 Doug Evans <dje@google.com>
12780
12781 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
12782 Add comment.
12783 (gdbserver_default_get_comm_port): New function.
12784 (gdbserver_start): Check if board file provided
12785 "gdbserver,get_comm_port" and use it if so.
12786 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
12787 (gdb,socketport): Set to "stdio".
12788 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
12789 (stdio_gdbserver_template): Delete.
12790 (${board}_get_remote_address): Update.
12791 (${board}_build_remote_cmd): Delete.
12792 (${board}_get_comm_port): New function.
12793 (${board}_spawn): Update.
12794 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
12795 Delete.
12796 (${board}_get_remote_address): Update.
12797 (${board}_get_comm_port): New function.
12798
fc98a809
AB
127992014-04-16 Andrew Burgess <aburgess@broadcom.com>
12800
12801 * gdb.base/memattr.exp: Improve regexps to handle memory regions
12802 appearing in any order.
12803
87fd9e6e
DE
128042014-04-15 Doug Evans <dje@google.com>
12805
12806 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
12807 uninitialized value of "description".
12808
099fc3ea
KS
128092014-04-15 Keith Seitz <keiths@redhat.com>
12810
12811 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
12812 Remove unused globals.
12813 (test_running_the_program): Likewise.
12814 (test_controlled_execution): Likewise.
12815 (test_controlling_breakpoints): Likewise.
12816 (test_program_termination): Likewise.
12817
5da151d4
KS
128182014-04-15 Keith Seitz <keiths@redhat.com>
12819
12820 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
12821 unused globals.
12822 (test_rbreak_creation_and_listing): Likewise.
12823 (test_ignore_count): Likewise.
12824 (test_error): Likewise.
12825
35e5d2f0
PA
128262014-04-15 Pedro Alves <palves@redhat.com>
12827
12828 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
12829 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
12830 sym-file-loader.c.
12831 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
12832 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
12833 to sym-file-loader.c.
12834 (struct library): Forward declare.
12835 (load_shlib, lookup_function): Change prototypes.
12836 (find_shstrtab, find_strtab, find_shdr, find_symtab)
12837 (translate_offset): Remove declarations.
12838 (get_text_addr): New declaration.
12839 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
12840 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
12841 sym-file-loader.h.
12842 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
12843 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
12844 here from sym-file-loader.h.
12845 (struct library): New structure.
12846 (load_shlib, lookup_function): Change prototypes and adjust to
12847 work with a struct library.
12848 (find_shstrtab, find_strtab, find_shdr, find_symtab)
12849 (translate_offset): Make static.
12850 (get_text_addr): New function.
12851 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
12852
eb4c1710
PA
128532014-04-15 Pedro Alves <palves@redhat.com>
12854
12855 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
12856
2d1baf52
PA
128572014-04-15 Pedro Alves <palves@redhat.com>
12858
12859 * gdb.base/sym-file-loader.c: Include <limits.h>.
12860 (SELF_LINK): New define.
12861 (get_origin): New function.
12862 (load_shlib): Use it.
12863 * gdb.base/sym-file.exp: Don't early return if the target is
12864 remote. Use runto_main, and issue fail is that fails. Use
12865 gdb_load_shlibs.
12866 (shlib_name): Delete.
12867 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
12868
7dd6df01
PA
128692014-04-15 Pedro Alves <palves@redhat.com>
12870
12871 * gdb.base/sym-file.exp: Remove regex characters from test
12872 message. Don't refer to breakpoint numbers in test messages.
12873
b50c8614
KS
128742014-04-14 Keith Seitz <keiths@redhat.com>
12875
12876 PR c++/16253
12877 * gdb.cp/var-tag.cc: New file.
12878 * gdb.cp/var-tag.exp: New file.
12879 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
12880 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
12881 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
12882 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
12883
3d567982
TT
128842014-04-14 Tom Tromey <tromey@redhat.com>
12885
12886 * gdb.cp/classes.exp (test_enums): Handle underlying type.
12887 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
12888 type.
12889 * gdb.cp/enum-class.exp: New file.
12890 * gdb.cp/enum-class.cc: New file.
12891
0626fc76
TT
128922014-04-14 Tom Tromey <tromey@redhat.com>
12893
12894 * gdb.dwarf2/enum-type.exp: New file.
12895
dca325b3
SA
128962014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
12897
12898 * gdb.mi/mi-vla-c99.exp: New file.
12899 * gdb.mi/vla.c: New file.
12900
5854b38a
SA
129012014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
12902
12903 * gdb.base/vla-datatypes.c: New file.
12904 * gdb.base/vla-datatypes.exp: New file.
12905
463bb957
SA
129062014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
12907
12908 * gdb.base/vla-ptr.c: New file.
12909 * gdb.base/vla-ptr.exp: New file.
12910
3dd170be
SA
129112014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
12912
12913 * gdb.dwarf2/count.exp: New file.
12914
5ecaaa66
SA
129152014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
12916
12917 * gdb.base/vla-sideeffect.c: New file.
12918 * gdb.base/vla-sideeffect.exp: New file.
12919
41f1ada5
DB
129202014-04-14 David Blaikie <dblaikie@gmail.com>
12921
12922 * gdb.mi/non-stop.c: Add return value for non-void function return
12923 statement.
12924 * gdb.threads/staticthreads.c: Ditto.
12925
0be03e84
DE
129262014-04-12 Siva Chandra Reddy <sivachandra@google.com>
12927 Doug Evans <xdje42@gmail.com>
12928
12929 * gdb.guile/scm-value.c: Improve test case.
12930 * gdb.guile/scm-value.exp: Add new test.
12931
f180a1fb
DB
129322014-04-11 David Blaikie <dblaikie@gmail.com>
12933
12934 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
12935 override Clang's default.
12936
6b662e19
JB
129372014-04-11 Joel Brobecker <brobecker@adacore.com>
12938
12939 Revert the following changes (regressions):
12940
12941 * gdb.base/vla-sideeffect.c: New file.
12942 * gdb.base/vla-sideeffect.exp: New file.
12943
12944 * gdb.dwarf2/count.exp: New file.
12945
12946 * gdb.base/vla-multi.c: New file.
12947 * gdb.base/vla-multi.exp: New file.
12948
12949 * gdb.base/vla-ptr.c: New file.
12950 * gdb.base/vla-ptr.exp: New file.
12951
12952 * gdb.base/vla-datatypes.c: New file.
12953 * gdb.base/vla-datatypes.exp: New file.
12954
12955 * gdb.mi/mi-vla-c99.exp: New file.
12956 * gdb.mi/vla.c: New file.
12957
245a5f0b
KS
129582014-04-11 Keith Seitz <keiths@redhat.com>
12959
12960 PR c++/16675
12961 * gdb.cp/cpsizeof.exp: New file.
12962 * gdb.cp/cpsizeof.cc: New file.
12963
58a84dcf
SA
129642014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12965
191a8a90
JB
12966 * gdb.mi/mi-vla-c99.exp: New file.
12967 * gdb.mi/vla.c: New file.
58a84dcf 12968
c8655f75
SA
129692014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12970
12971 * gdb.base/vla-datatypes.c: New file.
12972 * gdb.base/vla-datatypes.exp: New file.
12973
024e13b4
SA
129742014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12975
12976 * gdb.base/vla-ptr.c: New file.
12977 * gdb.base/vla-ptr.exp: New file.
12978
1a237e0e
SA
129792014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12980
12981 * gdb.base/vla-multi.c: New file.
12982 * gdb.base/vla-multi.exp: New file.
12983
504f3432
SA
129842014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12985
12986 * gdb.dwarf2/count.exp: New file.
12987
3bce8237
SA
129882014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12989
191a8a90
JB
12990 * gdb.base/vla-sideeffect.c: New file.
12991 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 12992
322f9c21
YQ
129932014-04-11 Yao Qi <yao@codesourcery.com>
12994
12995 * gdb.base/completion.exp: Check file exists before running tests
12996 on file completion.
12997
d708bcd1
PA
129982014-04-10 Pedro Alves <palves@redhat.com>
12999
13000 * gdb.base/cond-eval-mode.c: New file.
13001 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
13002 prepare_for_testing to build the new file. Check result of
13003 runto_main.
13004 (test_break, test_watch): New procedures.
13005 (top level): Use them.
13006
ae1d2761
PM
130072014-04-08 Pierre Muller <muller@sourceware.org>
13008
13009 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
13010 Ctrl-V use for mingw hosts.
13011
7af389b8
SC
130122014-04-07 Siva Chandra Reddy <sivachandra@google.com>
13013
13014 * gdb.python/py-value.c: Improve test case.
13015 * gdb.python/py-value.exp: Add new test.
13016
5e703181
DE
130172014-04-07 David Blaikie <dblaikie@gmail.com>
13018
13019 * lib/compiler.c: Identify the clang compiler.
13020 * lib/compiler.cc: Ditto.
13021
9810b410
YQ
130222014-04-03 Yao Qi <yao@codesourcery.com>
13023
13024 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
13025
98d1b8dc
AB
130262014-04-01 Anton Blanchard <anton@samba.org>
13027
13028 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
13029 messages unique.
13030
3114cea1
AB
130312014-04-01 Anton Blanchard <anton@samba.org>
13032
13033 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
13034 prepare_for_testing.
13035
62f7182c
AB
130362014-04-01 Anton Blanchard <anton@samba.org>
13037
13038 * gdb.arch/ppc64-atomic-inst.c: Remove.
13039 * gdb.arch/ppc64-atomic-inst.S: New file.
13040 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
13041
770e7fc7
DE
130422014-03-31 Doug Evans <dje@google.com>
13043
13044 * gdb.base/print-symbol-loading-lib.c: New file.
13045 * gdb.base/print-symbol-loading-main.c: New file.
13046 * gdb.base/print-symbol-loading.exp: New file.
13047
46e2bafa
YQ
130482014-03-31 Yao Qi <yao@codesourcery.com>
13049
13050 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
13051
8776cfe9
JB
130522014-03-28 Joel Brobecker <brobecker@adacore.com>
13053
13054 * gdb.ada/mi_dyn_arr: New testcase.
13055
5d1ef361
DE
130562014-03-27 Doug Evans <dje@google.com>
13057
13058 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
13059
b5bee914
YQ
130602014-03-27 Yao Qi <yao@codesourcery.com>
13061
13062 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
13063 if target is nios2-*-*.
13064
0d4d0e77
YQ
130652014-03-26 Yao Qi <yao@codesourcery.com>
13066
13067 * lib/gdb.exp (readline_is_used): New proc.
13068 * gdb.base/completion.exp: Move tests on command complete up.
13069 Skip the rest of tests if readline is not used.
13070 * gdb.ada/complete.exp: Skp the test if readline is not
13071 used.
13072 * gdb.base/filesym.exp: Likewise.
13073 * gdb.base/macscp.exp: Likewise.
13074 * gdb.base/readline-ask.exp: Likewise.
13075 * gdb.base/readline.exp: Likewise.
13076 * gdb.python/py-cmd.exp: Likewise.
13077 * gdb.trace/tfile.exp: Likewise.
13078
29361eee
YQ
130792014-03-26 Yao Qi <yao@codesourcery.com>
13080
13081 * gdb.base/macscp.exp: Fix code format issues.
13082
bc9a5525
UW
130832014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
13084
13085 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
13086 * gdb.asm/powerpc64le.inc: New file.
13087
d3839ede
PA
130882014-03-25 Pedro Alves <palves@redhat.com>
13089 Doug Evans <dje@google.com>
13090
13091 * gdb.base/source-execution.c: New file.
13092 * gdb.base/source-execution.exp: New file.
13093 * gdb.base/source-execution.gdb: New file.
13094
01672a57
DE
130952014-03-24 Doug Evans <dje@google.com>
13096
13097 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
13098 using fission.
13099
88bbeca9
HZ
131002014-03-24 Hui Zhu <hui@codesourcery.com>
13101 Pedro Alves <palves@redhat.com>
13102
13103 PR breakpoints/16101
13104 * gdb.base/dprintf.exp: Use unsupported rather than changing the
13105 test pass/fail messages. Detect missing support for dprintf when
13106 breakpoints are actually inserted.
13107 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
13108 breakpoints are actually inserted.
13109 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
13110 fails.
13111
d2348791
JK
131122014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
13113
13114 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
13115
feef67ab
DE
131162014-03-22 Doug Evans <xdje42@gmail.com>
13117
13118 * gdb.python/python.exp (python not supported): Verify multi-line
13119 python command issues an error.
25d743f9 13120 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 13121 guile command issues an error.
feef67ab 13122
ecebef6a
MR
131232014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
13124
13125 * gdb.threads/thread-specific.exp: Handle the lack of usable
13126 $this_breakpoint and $this_thread.
13127
ccdd1909
HZ
131282014-03-21 Hui Zhu <hui@codesourcery.com>
13129
13130 * gdb.base/attach.exp (do_command_attach_tests): New.
13131
beb460e8
PA
131322014-03-20 Tom Tromey <tromey@redhat.com>
13133 Pedro Alves <palves@redhat.com>
13134
13135 PR cli/15718
13136 * gdb.base/condbreak-call-false.c: New file.
13137 * gdb.base/condbreak-call-false.exp: New file.
13138
40acf43a
PA
131392014-03-20 Pedro Alves <palves@redhat.com>
13140
13141 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
13142 Delete.
13143 (block_signals, unblock_signals): Delete.
13144 (child_function_2, main): Remove references to deleted variable
13145 and functions.
13146
9f5e1e02
PA
131472014-03-20 Pedro Alves <palves@redhat.com>
13148
13149 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
13150 Use pthread_kill to signal thread 2.
13151 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13152 Adjust to make the test send itself a signal rather than using the
13153 host's "kill" command.
13154
99619bea
PA
131552014-03-20 Pedro Alves <palves@redhat.com>
13156
13157 * gdb.threads/multiple-step-overs.c: New file.
13158 * gdb.threads/multiple-step-overs.exp: New file.
13159 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13160 Adjust expected infrun debug output.
13161
2adfaa28
PA
131622014-03-20 Pedro Alves <palves@redhat.com>
13163
13164 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
13165 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
13166
31e77af2
PA
131672014-03-20 Pedro Alves <palves@redhat.com>
13168
13169 PR breakpoints/7143
13170 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
13171 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
13172 of gdb_test_multiple.
13173 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
13174 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
13175
b9f437de
PA
131762014-03-20 Pedro Alves <palves@redhat.com>
13177
13178 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
13179 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
13180
05adc73e
PA
131812014-03-19 Pedro Alves <palves@redhat.com>
13182
13183 * gdb.base/async.exp: Remove early return.
13184
6048b950
PA
131852014-03-19 Pedro Alves <palves@redhat.com>
13186
13187 * gdb.base/async.exp (step& tests): Pass explicit test messages.
13188
8bcfb00a
PA
131892014-03-19 Pedro Alves <palves@redhat.com>
13190
13191 * gdb.base/async.exp (test_background): Expect \r\n after
13192 "completed." in the fail pattern.
13193
884e37dc
PA
131942014-03-19 Pedro Alves <palves@redhat.com>
13195
13196 * gdb.base/async.exp (test_background): New procedure.
13197 Use it for all background execution command tests.
13198
148e57e2
PA
131992014-03-19 Pedro Alves <palves@redhat.com>
13200
13201 * gdb.base/async.exp: Use prepare_for_testing.
13202
f48088c7
PA
132032014-03-19 Pedro Alves <palves@redhat.com>
13204
13205 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
13206 the same line.
13207
e2f6c966
PA
132082014-03-19 Pedro Alves <palves@redhat.com>
13209
13210 * gdb.base/async.c (main): Add "jump here" and "until here" line
13211 marker comments.
13212 * gdb.base/async.exp (jump_here): New global.
13213 (jump& test): Use it.
13214 (until_here): New global.
13215 (until& test): Use it.
13216
c30568d4
PA
132172014-03-19 Pedro Alves <palves@redhat.com>
13218
13219 * gdb.base/async.exp: Don't frob gdb_protocol.
13220
0172b6a7
DE
132212014-03-18 Doug Evans <xdje42@gmail.com>
13222
13223 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
13224 Fix spelling of exec-done-display.
13225
06c868a8
JK
132262014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
13227
13228 PR gdb/15358
13229 * gdb.base/gdb-sigterm.c: New file.
13230 * gdb.base/gdb-sigterm.exp: New file.
13231
0c7e1a46
PA
132322014-03-18 Pedro Alves <palves@redhat.com>
13233
13234 PR gdb/13860
13235 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
13236 * lib/mi-support.exp (mi_expect_stop): Add special handling for
13237 solib-event.
13238
f7c77d93
JB
132392014-03-17 Joel Brobecker <brobecker@adacore.com>
13240
13241 * gdb.ada/pckd_arr_ren: New testcase.
13242
5a1e8c7a
DE
132432014-03-13 Doug Evans <xdje42@gmail.com>
13244
13245 PR guile/16612
13246 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
13247 collect after discarding symbols.
13248
350e1a76
DE
132492014-03-13 Ludovic Courtès <ludo@gnu.org>
13250 Doug Evans <xdje42@gmail.com>
13251
13252 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
13253 to history survives a gc.
13254
a69900ae
PA
132552014-03-13 Pedro Alves <palves@redhat.com>
13256
13257 * gdb.base/default.exp: Don't test "target procfs".
13258
5db9f0bd
PA
132592014-03-13 Pedro Alves <palves@redhat.com>
13260
13261 * gdb.base/default.exp: Update "target child" and "target procfs"
13262 tests to not expect "Unix".
13263
b3ccfe11
TT
132642014-03-12 Tom Tromey <tromey@redhat.com>
13265
13266 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
13267 New procs. Add target-async tests.
13268 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
13269 Add target-async tests.
13270
646f4417
AA
132712014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13272
13273 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
13274 'func_start' and 'func_end' for the beginning and end of the
13275 function code, respectively.
13276 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
13277 'func_end' instead of 'func' and 'main'.
13278
288c211f
AA
132792014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13280
13281 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
13282 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
13283 generate the debug info assembler source.
13284
e0c0f156
AA
132852014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13286
13287 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
13288 * gdb.dwarf2/arr-subrange.exp: Likewise.
13289 * gdb.dwarf2/dwz.exp: Likewise.
13290 * gdb.dwarf2/method-ptr.exp: Likewise.
13291 * gdb.dwarf2/missing-sig-type.exp: Likewise.
13292 * gdb.dwarf2/subrange.exp: Likewise.
13293 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
13294 * gdb.dwarf2/implptrpiece.exp: Likewise.
13295 * gdb.dwarf2/nostaticblock.exp: Likewise.
13296
0e5c4555
AA
132972014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13298
13299 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
13300 directory to absolute path name arguments.
13301
5ec18f2b
JG
133022014-03-10 Joel Brobecker <brobecker@adacore.com>
13303
13304 * gdb.ada/tagged_access: New testcase.
13305
847fc4f2
MM
133062014-03-07 Markus Metzger <markus.t.metzger@intel.com>
13307
13308 * gdb.btrace/data.exp: Update expected output.
13309
cc3da688
YQ
133102014-03-06 Yao Qi <yao@codesourcery.com>
13311
13312 * gdb.trace/pr16508.exp: New file.
13313
0f26cec1
PA
133142014-03-05 Pedro Alves <palves@redhat.com>
13315
13316 PR gdb/16575
13317 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
13318 procedure.
13319 (top level): Adjust to use it. Add tests that exercise breakpoint
13320 interaction with the code-cache.
13321
7a5a839f
LC
133222014-02-26 Ludovic Courtès <ludo@gnu.org>
13323
13324 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
13325 test for 'history-append!'.
13326
31aa7e4e
JB
133272014-02-26 Joel Brobecker <brobecker@adacore.com>
13328
13329 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
13330 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
13331 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
13332 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
13333 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
13334 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
13335
1b588015
JB
133362014-02-26 Joel Brobecker <brobecker@adacore.com>
13337
13338 * testsuite/gdb.python/py-pp-re-notag.c: New file.
13339 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
13340 * testsuite/gdb.python/py-pp-re-notag.p: New file.
13341
55426c9d
JB
133422014-02-26 Joel Brobecker <brobecker@adacore.com>
13343
13344 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
13345
dc53a7ad
JB
133462014-02-26 Joel Brobecker <brobecker@adacore.com>
13347
13348 * gdb.dwarf2/arr-stride.c: New file.
13349 * gdb.dwarf2/arr-stride.exp: New file.
13350
12ab52e9
PA
133512014-02-26 Pedro Alves <palves@redhat.com>
13352
13353 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
13354 that won't ever trigger. Make sure that GDB reports the correct
13355 breakpoint that caused the stop.
13356
849c862e
JK
133572014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13358
13359 PR gdb/16626
13360 * gdb.base/auto-load-script: New file.
13361 * gdb.base/auto-load.c: New file.
13362 * gdb.base/auto-load.exp: New file.
13363
71b7d793
JK
13364 PR gdb/16626
13365 * gdb.base/auto-load.exp: Fix out-of-srctree run.
13366
e2f0d509
JK
133672014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13368
13369 Fix dw2-icycle.exp -fsanitize=address GDB crash.
13370 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
13371
50cc37c8
DE
133722014-02-24 Doug Evans <dje@google.com>
13373
13374 * lib/gdb.exp (run_on_host): Log error output if program fails.
13375
ea4758f2
PA
133762014-02-21 Pedro Alves <palves@redhat.com>
13377
13378 * gdb.threads/step-after-sr-lock.c: Rename to ...
13379 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
13380 * gdb.threads/step-after-sr-lock.exp: Rename to ...
13381 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13382 ... this.
13383
d7b30f67
SDJ
133842014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
13385
13386 PR tdep/16397
13387 * gdb.arch/amd64-stap-special-operands.exp: New file.
13388 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
13389 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
13390 * gdb.arch/amd64-stap-triplet.S: Likewise.
13391 * gdb.arch/amd64-stap-triplet.c: Likewise.
13392
83deb43f
JB
133932014-02-20 Joel Brobecker <brobecker@adacore.com>
13394
13395 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
13396 in .section pseudo-op.
13397
adde2bff
DE
133982014-02-20 lin zuojian <manjian2006@gmail.com>
13399 Joel Brobecker <brobecker@adacore.com>
13400 Doug Evans <xdje42@gmail.com>
13401
13402 PR symtab/16581
13403 * gdb.dwarf2/dw2-icycle.S: New file.
13404 * gdb.dwarf2/dw2-icycle.c: New file.
13405 * gdb.dwarf2/dw2-icycle.exp: New file.
13406
f7bd0f78
SC
134072014-02-19 Siva Chandra Reddy <sivachandra@google.com>
13408
13409 * gdb.python/py-value-cc.cc: Improve test case to enable testing
13410 operations on gdb.Value objects.
13411 * gdb.python/py-value-cc.exp: Add new test to test operations on
13412 gdb.Value objects.
13413
c17ef0d5
DE
134142014-02-18 Doug Evans <dje@google.com>
13415
13416 * Makefile.in (TESTS): New variable.
13417 (expanded_tests, expanded_tests_or_none): New variables
13418 (check-single): Pass $(expanded_tests_or_none) to runtest.
13419 (check-parallel): Only run tests in $(TESTS) if non-empty.
13420 (check/no-matching-tests-found): New rule.
13421 * README: Document TESTS makefile variable.
13422
5dd3176f
DE
134232014-02-18 Doug Evans <dje@google.com>
13424
13425 * Makefile.in (check-parallel): rm -rf outputs temp.
13426
0b10be4f
JK
134272014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13428
13429 Fix "ERROR: no fileid for" in the testsuite.
13430 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
13431
85f224e7
DE
134322014-02-12 Doug Evans <dje@google.com>
13433
13434 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
13435 (MISCELLANEOUS): New variable.
13436 (clean): rm -rf $(MISCELLANEOUS).
13437 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
13438 dwp live in the same directory as symlinks, with each symlink pointed
13439 to a differently named file in a different directory.
13440
149b30ff
DE
134412014-02-11 Doug Evans <dje@google.com>
13442
13443 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
13444 of Tcl file commands.
13445
1dfdac32
MK
134462014-02-10 Mark Kettenis <kettenis@gnu.org>
13447
13448 * gdb.threads/step-after-sr-lock.exp: Avoid executing
13449 "kill -SIGUSR1 -1".
13450
aa4fb036
JB
134512014-02-10 Joel Brobecker <brobecker@adacore.com>
13452
13453 * gdb.ada/tick_length_array_enum_idx: New testcase.
13454
ed3ef339
DE
134552014-02-10 Doug Evans <xdje42@gmail.com>
13456
13457 * configure.ac (AC_OUTPUT): Add gdb.guile.
13458 * configure: Regenerate.
13459 * lib/gdb-guile.exp: New file.
13460 * lib/gdb.exp (get_target_charset): New function.
13461 * gdb.base/help.exp: Update expected output from "apropos apropos".
13462 * gdb.guile/Makefile.in: New file.
13463 * gdb.guile/guile.exp: New file.
13464 * gdb.guile/scm-arch.c: New file.
13465 * gdb.guile/scm-arch.exp: New file.
13466 * gdb.guile/scm-block.c: New file.
13467 * gdb.guile/scm-block.exp: New file.
13468 * gdb.guile/scm-breakpoint.c: New file.
13469 * gdb.guile/scm-breakpoint.exp: New file.
13470 * gdb.guile/scm-disasm.c: New file.
13471 * gdb.guile/scm-disasm.exp: New file.
13472 * gdb.guile/scm-equal.c: New file.
13473 * gdb.guile/scm-equal.exp: New file.
13474 * gdb.guile/scm-error.exp: New file.
13475 * gdb.guile/scm-error.scm: New file.
13476 * gdb.guile/scm-frame-args.c: New file.
13477 * gdb.guile/scm-frame-args.exp: New file.
13478 * gdb.guile/scm-frame-args.scm: New file.
13479 * gdb.guile/scm-frame-inline.c: New file.
13480 * gdb.guile/scm-frame-inline.exp: New file.
13481 * gdb.guile/scm-frame.c: New file.
13482 * gdb.guile/scm-frame.exp: New file.
13483 * gdb.guile/scm-generics.exp: New file.
13484 * gdb.guile/scm-gsmob.exp: New file.
13485 * gdb.guile/scm-iterator.c: New file.
13486 * gdb.guile/scm-iterator.exp: New file.
13487 * gdb.guile/scm-math.c: New file.
13488 * gdb.guile/scm-math.exp: New file.
13489 * gdb.guile/scm-objfile-script-gdb.in: New file.
13490 * gdb.guile/scm-objfile-script.c: New file.
13491 * gdb.guile/scm-objfile-script.exp: New file.
13492 * gdb.guile/scm-objfile.c: New file.
13493 * gdb.guile/scm-objfile.exp: New file.
13494 * gdb.guile/scm-ports.exp: New file.
13495 * gdb.guile/scm-pretty-print.c: New file.
13496 * gdb.guile/scm-pretty-print.exp: New file.
13497 * gdb.guile/scm-pretty-print.scm: New file.
13498 * gdb.guile/scm-section-script.c: New file.
13499 * gdb.guile/scm-section-script.exp: New file.
13500 * gdb.guile/scm-section-script.scm: New file.
13501 * gdb.guile/scm-symbol.c: New file.
13502 * gdb.guile/scm-symbol.exp: New file.
13503 * gdb.guile/scm-symtab-2.c: New file.
13504 * gdb.guile/scm-symtab.c: New file.
13505 * gdb.guile/scm-symtab.exp: New file.
13506 * gdb.guile/scm-type.c: New file.
13507 * gdb.guile/scm-type.exp: New file.
13508 * gdb.guile/scm-value-cc.cc: New file.
13509 * gdb.guile/scm-value-cc.exp: New file.
13510 * gdb.guile/scm-value.c: New file.
13511 * gdb.guile/scm-value.exp: New file.
13512 * gdb.guile/source2.scm: New file.
13513 * gdb.guile/types-module.cc: New file.
13514 * gdb.guile/types-module.exp: New file.
13515
7026a7c1
YQ
135162014-02-10 Yao Qi <yao@codesourcery.com>
13517
13518 PR testsuite/16543
13519 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
13520 * configure: Regenerated.
13521 * Makefile.in: New file.
13522
6c466447
AS
135232014-02-08 Andreas Schwab <schwab@linux-m68k.org>
13524
13525 * gdb.python/py-framefilter.exp: Fix typo.
13526
6e854735
YQ
135272014-02-08 Yao Qi <yao@codesourcery.com>
13528
13529 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
13530 that no =breakpoint-modified is emitted when breakpoints are
13531 modified through MI commands.
13532
d137e6dc
PA
135332014-02-07 Pedro Alves <pedro@codesourcery.com>
13534 Pedro Alves <palves@redhat.com>
13535
13536 * gdb.threads/step-after-sr-lock.c: New file.
13537 * gdb.threads/step-after-sr-lock.exp: New file.
13538
b5ee5a50
PA
135392014-02-07 Pedro Alves <palves@redhat.com>
13540
13541 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
13542
3c77faf3
JK
135432014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
13544
13545 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
13546 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
13547
6dddc817
DE
135482014-02-06 Doug Evans <xdje42@gmail.com>
13549
13550 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
13551 output.
13552
13553 * gdb.gdb/python-interrupts.exp: New file.
13554
de7b2893
YQ
135552014-02-05 Yao Qi <yao@codesourcery.com>
13556
13557 * gdb.trace/report.exp (use_collected_data): Test the output
13558 of "info threads" and "info inferiors".
13559
66d032ac
YQ
135602014-02-05 Yao Qi <yao@codesourcery.com>
13561
13562 Revert this patch:
13563
13564 2013-05-24 Yao Qi <yao@codesourcery.com>
13565
13566 * gdb.trace/tfile.exp: Test inferior and thread.
13567
591a12a1
UW
135682014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13569
13570 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
13571 on a function.
13572 * gdb.base/step-bt.c: Call hello via function pointer to make
13573 sure its first instruction is executed on powerpc64le-linux.
13574
0ff3e01f
UW
135752014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13576
13577 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
13578
084ee545
UW
135792014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13580
13581 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
13582 of the test patterns for use on little-endian systems.
13583
6ed14ff3
UW
135842014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13585
13586 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
13587 (decimal_vector): Fix for little-endian.
13588
401e27fd
JM
135892014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
13590
13591 * gdb.arch/sparc-sysstep.exp: New file.
13592 * gdb.arch/sparc-sysstep.c: Likewise.
13593
13594 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
13595
8b924729
EBM
135962014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13597
13598 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
13599
fb151210
JB
136002014-01-23 Tom Tromey <tromey@redhat.com>
13601
13602 * gdb.ada/array_char_idx: New testcase.
13603
0740f8d8
TT
136042014-01-23 Tom Tromey <tromey@redhat.com>
13605
13606 PR python/16487:
13607 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
13608 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
13609 classes.
13610
21909fa1
TT
136112014-01-23 Tom Tromey <tromey@redhat.com>
13612
13613 PR python/16491:
13614 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
13615 string from an inferior frame.
13616 * gdb.python/py-framefilter-mi.exp: Update.
13617
87ce2a04
DE
136182014-01-22 Doug Evans <dje@google.com>
13619
13620 * gdb.server/server-mon.exp: Add tests for "set debug-format".
13621
237b092b
AA
136222014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13623
13624 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
13625
d674a709
AA
136262014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13627
13628 * gdb.trace/entry-values.exp: Remove excess space character from
13629 regex patterns. Handle s390 call instruction.
13630
20fa3390
AA
136312014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13632
13633 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
13634 define "*_start" label. Make "name" static.
13635 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
13636 ${name} by references to ${name}_start.
13637
78466714
AA
136382014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13639
13640 * gdb.base/info-macros.exp: Remove "debug" from the compile
13641 options.
13642
ec9f644a
IB
136432014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
13644
13645 * gdb.dlang/demangle.exp: New file.
13646
94b1b47e
IB
136472014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
13648
13649 * gdb.dlang/primitive-types.exp: New file.
13650
7f420862
IB
136512014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
13652
13653 * configure.ac: Create gdb.dlang/Makefile.
13654 * configure: Regenerate.
13655 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
13656 * gdb.dlang/Makefile.in: New file.
13657 * lib/d-support.exp: New file.
13658 * lib/gdb.exp (skip_d_tests): New proc.
13659
52834460
MM
136602014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13661
13662 * gdb.btrace/delta.exp: Check reverse stepi.
13663 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
13664 * gdb.btrace/finish.exp: New.
13665 * gdb.btrace/next.exp: New.
13666 * gdb.btrace/nexti.exp: New.
13667 * gdb.btrace/record_goto.c: Add comments.
13668 * gdb.btrace/step.exp: New.
13669 * gdb.btrace/stepi.exp: New.
13670 * gdb.btrace/multi-thread-step.c: New.
13671 * gdb.btrace/multi-thread-step.exp: New.
13672 * gdb.btrace/rn-dl-bind.c: New.
13673 * gdb.btrace/rn-dl-bind.exp: New.
13674 * gdb.btrace/data.c: New.
13675 * gdb.btrace/data.exp: New.
13676 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
13677
6e07b1d2
MM
136782014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13679
13680 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
13681 * gdb.btrace/exception.exp: Update.
13682 * gdb.btrace/instruction_history.exp: Update.
13683 * gdb.btrace/record_goto.exp: Update.
13684 * gdb.btrace/tailcall.exp: Update.
13685 * gdb.btrace/unknown_functions.exp: Update.
13686 * gdb.btrace/delta.exp: New.
13687
0b722aec
MM
136882014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13689
13690 * gdb.btrace/record_goto.exp: Add backtrace test.
13691 * gdb.btrace/tailcall.exp: Add backtrace test.
13692
066ce621
MM
136932014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13694
13695 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
13696 * gdb.btrace/record_goto.c: New.
13697 * gdb.btrace/record_goto.exp: New.
13698 * gdb.btrace/x86-record_goto.S: New.
13699
0688d04e
MM
137002014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13701
13702 * gdb.btrace/function_call_history.exp: Update tests.
13703 * gdb.btrace/instruction_history.exp: Update tests.
13704
8710b709
MM
137052014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13706
13707 * gdb.btrace/function_call_history.exp: Fix expected field
13708 order for "record function-call-history".
13709 Add new tests for "record function-call-history /c".
13710 * gdb.btrace/exception.cc: New.
13711 * gdb.btrace/exception.exp: New.
13712 * gdb.btrace/tailcall.exp: New.
13713 * gdb.btrace/x86-tailcall.S: New.
13714 * gdb.btrace/x86-tailcall.c: New.
13715 * gdb.btrace/unknown_functions.c: New.
13716 * gdb.btrace/unknown_functions.exp: New.
13717 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
13718
5de9129b
MM
137192014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13720
13721 * gdb.btrace/instruction_history.exp: Update.
13722 * gdb.btrace/function_call_history.exp: Update.
13723
23a7fe75
MM
137242014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13725
13726 * gdb.btrace/function_call_history.exp: Fix expected function
13727 trace.
13728 * gdb.btrace/instruction_history.exp: Initialize traced.
13729 Remove traced_functions.
13730
724c7dd8
MM
137312014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13732
13733 * gdb.btrace/function_call_history.exp: Update
13734 * gdb.btrace/instruction_history.exp: Update.
13735
6d78d93b
MM
137362014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13737
13738 * gdb.btrace/enable.exp: Update expected text.
13739
93a360cc
OJ
137402014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
13741
13742 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
13743 bytes.
13744
3772b53f
MR
137452014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
13746
13747 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
13748
596662fa
OJ
137492014-01-15 Omair Javaid <omair.javaid@linaro.org>
13750
13751 * lib/gdb.exp (supports_process_record): Return true for
13752 arm*-linux*. (supports_reverse): Likewise.
13753
b5b08fb4
SC
137542014-01-13 Siva Chandra Reddy <sivachandra@google.com>
13755
13756 PR python/15464
13757 PR python/16113
13758 * gdb.python/py-type.c: Enhance test case.
13759 * gdb.python/py-value-cc.cc: Likewise
13760 * gdb.python/py-type.exp: Add new tests.
13761 * gdb.python/py-value-cc.exp: Likewise
13762
52d7fb13
AA
137632014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
13764 Pedro Alves <palves@redhat.com>
13765
13766 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
13767 Make "name" extern.
13768 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
13769 references to ${name}_start by references to ${name}.
13770
a2cd8cfe
JB
137712014-01-10 Joel Brobecker <brobecker@adacore.com>
13772
13773 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
13774
4e23fced
JB
137752014-01-10 Joel Brobecker <brobecker@adacore.com>
13776
13777 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
13778
c6a9e42c
PA
137792014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
13780 Pedro Alves <palves@redhat.com>
13781
13782 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 13783 mi_gdb_target_load.
c6a9e42c 13784
b7ea362b
PA
137852014-01-08 Pedro Alves <palves@redhat.com>
13786
13787 * gdb.threads/reconnect-signal.c: New file.
13788 * gdb.threads/reconnect-signal.exp: New file.
13789
5e3f4fab
EBM
137902014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13791
13792 * gdb.base/source-dir.exp: New file.
13793
79301218
JB
137942014-01-07 Joel Brobecker <brobecker@adacore.com>
13795
13796 * gdb.ada/mi_interface: New testcase.
13797
8e355c5d
JB
137982014-01-07 Joel Brobecker <brobecker@adacore.com>
13799
13800 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
13801 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
13802 gdb.ada/pp-rec-component/pck.ads: New files.
13803
c0d48811
JB
138042014-01-07 Joel Brobecker <brobecker@adacore.com>
13805
13806 * gdb.python/py-pp-integral.c: New file.
13807 * gdb.python/py-pp-integral.py: New file.
13808 * gdb.python/py-pp-integral.exp: New file.
13809
17b609c3 13810For older changes see ChangeLog-1993-2013.
c906108c 13811\f
8d8cb839
EZ
13812;; Local Variables:
13813;; mode: change-log
13814;; left-margin: 8
13815;; fill-column: 74
13816;; version-control: never
13817;; End:
902f2ccb 13818
e2882c85 13819 Copyright 2014-2018 Free Software Foundation, Inc.
902f2ccb
MC
13820 Copying and distribution of this file, with or without modification,
13821 are permitted provided the copyright notice and this notice are preserved.
This page took 4.216963 seconds and 4 git commands to generate.