Use previous count when 'x' command is repeated
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
9be2ae8f
TT
12018-05-04 Tom Tromey <tom@tromey.com>
2
3 PR gdb/22619:
4 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
5 behavior.
6
11859c31
AB
72018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
8
9 * gdb.base/maint.exp: Process output from 'maint print registers'
10 line at a time.
11
089a9490
AB
122018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
13
14 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
15 timeout.
16
9b0797e2
AB
172018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
18
19 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
20 filter pattern.
21
f6ac5f3d
PA
222018-05-02 Pedro Alves <palves@redhat.com>
23
24 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
25 to_log_command renames.
26 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
27
77d3c63b
TT
282018-05-02 Tom Tromey <tom@tromey.com>
29
30 * gdb.python/py-parameter.exp: Set test message.
31
0489430a
TT
322018-05-02 Tom Tromey <tom@tromey.com>
33
34 PR python/20084:
35 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
36 PARAM_ZUINTEGER_UNLIMITED tests.
37
1632f8ba
DR
382018-04-28 Dan Robertson <danlrobertson89@gmail.com>
39
40 PR rust/23124
41 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
42 when casting.
43
6d7bb824
TT
442018-04-30 Tom Tromey <tom@tromey.com>
45
46 * gdb.python/py-type.exp: Check align attribute.
47 * gdb.python/py-type.c: New "aligncheck" global.
48
007e1530
TT
492018-04-30 Tom Tromey <tom@tromey.com>
50
51 PR exp/17095:
52 * gdb.dwarf2/dw2-align.exp: New file.
53 * gdb.cp/align.exp: New file.
54 * gdb.base/align.exp: New file.
55 * lib/gdb.exp (gdb_int128_helper): New proc.
56 (has_int128_c, has_int128_cxx): New caching procs.
57
6873858b
TT
582018-04-27 Tom Tromey <tom@tromey.com>
59
60 PR rust/22545:
61 * gdb.rust/simple.exp: Add inclusive range tests.
62
79188d8d
PA
632018-04-26 Pedro Alves <palves@redhat.com>
64
65 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
66 ifunc breakpoint locations correctly of ifunc breakpoints set
67 while the program resolves the ifunc.
68
c7075ad5
PA
692018-04-26 Pedro Alves <palves@redhat.com>
70
71 * gdb.base/gnu-ifunc-final.c: New file.
72 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
73 * gdb.base/gnu-ifunc.exp (executable): Delete.
74 (staticexecutable): Adjust.
75 (lib_opts, exec_opts): Delete.
76 (make_binsuffix, build, set-break): New procedures.
77 (misc_tests): New, with tests factored out from the top level.
78 (top level): Test different combinations of ifunc resolver name,
79 resolver with and with debug info, and ifunc target with and
80 without debug info. Wrap static tests with with_target_prefix.
81
8388016d
PA
822018-04-26 Pedro Alves <palves@redhat.com>
83
84 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
85 return type" warnings.
86
249b5733
PA
872018-04-25 Pedro Alves <palves@redhat.com>
88
89 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
90 killed".
91 * gdb.base/kill-after-signal.exp: Likewise.
92 * gdb.threads/kill.exp: Likewise.
93
f67c0c91
SDJ
942018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
95 Sergio Durigan Junior <sergiodj@redhat.com>
96 Pedro Alves <palves@redhat.com>
97
98 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
99 regexps to expect for '[Inferior ... detached]' as well.
100 * gdb.base/attach.exp: Likewise.
101 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
102 "gdb_continue_to_end".
103 (test_catch_syscall_with_wrong_args): Likewise.
104 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
105 ']'. Don't set 'verbose' on.
106 * gdb.base/foll-vfork.exp: Likewise.
107 * gdb.base/fork-print-inferior-events.c: New file.
108 * gdb.base/fork-print-inferior-events.exp: New file.
109 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
110 '[Inferior ... has been killed]' message.
111 * gdb.base/kill-after-signal.exp: Likewise.
112 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
113 detach message.
114 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
115 message.
116 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
117 regexps to expect for '[Inferior ... detached]' as well.
118 * gdb.threads/process-dies-while-detaching.exp: Likewise.
119
0a8ddac4
SM
1202018-04-24 Simon Marchi <simon.marchi@ericsson.com>
121
122 PR gdb/23104
123 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
124
d27d16bf
RB
1252018-04-19 Richard Bunt <richard.bunt@arm.com>
126
127 * gdb.threads/multiple-successive-infcall.c: New test.
128 * gdb.threads/multiple-successive-infcall.exp: New file.
129
a037790e
TT
1302018-04-17 Tom Tromey <tom@tromey.com>
131
132 * gdb.rust/simple.rs (Union): New type.
133 (main): New local "u".
134 * gdb.rust/simple.exp (test_one_slice): Add new test case.
135
e3a91079
AA
1362018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
137
138 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
139 number information in output of "whereis" command.
140 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
141
b744723f
AA
1422018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
143
144 * gdb.ada/info_types.exp: Adjust expected output to the line
145 numbers now printed by "info var/func/type".
146 * gdb.base/completion.exp: Likewise.
147 * gdb.base/included.exp: Likewise.
148 * gdb.cp/cp-relocate.exp: Likewise.
149 * gdb.cp/cplusfuncs.exp: Likewise.
150 * gdb.cp/namespace.exp: Likewise.
151 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
152
4a4495d6
MM
1532018-04-13 Markus Metzger <markus.t.metzger@intel.com>
154
155 * gdb.btrace/cpu.exp: New.
156
1d509aa6
MM
1572018-04-13 Markus Metzger <markus.t.metzger@intel.com>
158
159 * gdb.base/step-indirect-call-thunk.exp: New.
160 * gdb.base/step-indirect-call-thunk.c: New.
161 * gdb.reverse/step-indirect-call-thunk.exp: New.
162 * gdb.reverse/step-indirect-call-thunk.c: New.
163
6295b6da
SM
1642018-04-11 Simon Marchi <simon.marchi@ericsson.com>
165
166 * gdb.base/pie-fork.c: New file.
167 * gdb.base/pie-fork.exp: New file.
168
50146e70
TT
1692018-04-11 Tom Tromey <tom@tromey.com>
170
171 * gdb.rust/simple.exp: Add test for ".." struct initializer.
172
f50d8a2e
PA
1732018-04-10 Pedro Alves <palves@redhat.com>
174
175 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
176 exits. Instead loop running forever.
177 (fork_parent): Run forever too.
178
a0be7a36
SM
1792018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
180
181 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
182 mi_continue_to_line.
183 * gdb.mi/mi-stack.c (callee4): Add comment.
184
9b73db36
SM
1852018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
186
187 * gdb.mi/mi-stack.exp: Fix indentation.
188
c912f608
SM
1892018-04-07 Simon Marchi <simon.marchi@ericsson.com>
190
191 PR gdb/22979
192 * gdb.arch/amd64-osabi.exp: New file.
193
26540402
SM
1942018-04-07 Simon Marchi <simon.marchi@ericsson.com>
195
196 PR gdb/22980
197 * gdb.base/osabi.exp: New file.
198
121ad66c 1992018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
200
201 * gdb.cp/static-typedef-print.exp: New file.
202 * gdb.cp/static-typedef-print.cc: New file.
203
3fcded8f
JB
2042018-03-27 Joel Brobecker <brobecker@adacore.com>
205
206 * gdb.ada/varsize_limit: New testcase.
207
59cc4834
JB
2082018-03-27 Joel Brobecker <brobecker@adacore.com>
209
210 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
211
212 * gdb.ada/notcplusplus: New testcase.
213
214 * gdb.base/c-linkage-name.c: New file.
215 * gdb.base/c-linkage-name.exp: New testcase.
216
4ca59a9f
TT
2172018-03-26 Tom Tromey <tom@tromey.com>
218
219 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
220 * gdb.python/py-framefilter.py (name_error): New global.
221 (ErrorInName.function): Use name_error.
222
978d6c75
TT
2232018-03-26 Tom Tromey <tom@tromey.com>
224
225 PR backtrace/15582:
226 * gdb.python/py-framefilter.exp: Add "bt hide" test.
227
b7fee5a3
KS
2282018-03-23 Keith Seitz <keiths@redhat.com>
229
230 PR c++/22968
231 * gdb.cp/subtypes.exp: New file.
232 * gdb.cp/subtypes.h: New file.
233 * gdb.cp/subtypes.cc: New file.
234 * gdb.cp/subtypes-2.cc: New file.
235
376be529
AB
2362018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
237
238 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
239 (done): Call '_exit' not 'exit' to avoid atexit handlers.
240 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
241 -nostartfiles when compiling the test. Confirm that all registers
242 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
243
066cfa98
AB
2442018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
245
246 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
247 option, syntax was wrong anyway.
248 * gdb.arch/arm-disp-step.exp: Likewise.
249 * gdb.arch/sparc64-regs.exp: Likewise.
250 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
251 option, syntax was wrong anyway, switch to use
252 prepare_for_testing.
253 * gdb.arch/i386-disp-step.exp: Likewise.
254
079670b9
AA
2552018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
256
257 * gdb.ada/exec_changed.exp: Replace "target_info exists
258 use_gdb_stub" by "use_gdb_stub".
259 * gdb.ada/start.exp: Likewise.
260 * gdb.base/async-shell.exp: Likewise.
261 * gdb.base/attach-pie-misread.exp: Likewise.
262 * gdb.base/attach-wait-input.exp: Likewise.
263 * gdb.base/break-entry.exp: Likewise.
264 * gdb.base/break-interp.exp: Likewise.
265 * gdb.base/dprintf-detach.exp: Likewise.
266 * gdb.base/nostdlib.exp: Likewise.
267 * gdb.base/solib-nodir.exp: Likewise.
268 * gdb.base/statistics.exp: Likewise.
269 * gdb.base/testenv.exp: Likewise.
270 * gdb.mi/mi-exec-run.exp: Likewise.
271 * gdb.mi/mi-start.exp: Likewise.
272 * gdb.multi/dummy-frame-restore.exp: Likewise.
273 * gdb.multi/multi-arch-exec.exp: Likewise.
274 * gdb.multi/multi-arch.exp: Likewise.
275 * gdb.multi/tids.exp: Likewise.
276 * gdb.multi/watchpoint-multi.exp: Likewise.
277 * gdb.python/py-events.exp: Likewise.
278 * gdb.threads/attach-into-signal.exp: Likewise.
279 * gdb.threads/attach-stopped.exp: Likewise.
280 * gdb.threads/threadapply.exp: Likewise.
281 * lib/selftest-support.exp: Likewise.
282
26d6cec4
AA
2832018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
284
285 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
286
4ee89e90
SR
2872018-03-20 Stephen Roberts <stephen.roberts@arm.com>
288
289 * gdb.perf/template-breakpoints.cc: New file.
290 * gdb.perf/template-breakpoints.exp: New file.
291 * gdb.perf/template-breakpoints.py: New file.
292
92630041
TT
2932018-03-19 Tom Tromey <tom@tromey.com>
294
295 * gdb.rust/simple.rs (main): Add local variables field1, field2,
296 y0.
297 * gdb.rust/simple.exp: Test bare identifier form of struct
298 initializer.
299
76727919
TT
3002018-03-19 Tom Tromey <tom@tromey.com>
301
302 * gdb.gdb/observer.exp: Remove.
303
194ed413
AA
3042018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
305
306 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
307 "qualified" option when setting breakpoints.
308 * gdb.trace/backtrace.exp: Likewise.
309 * gdb.trace/circ.exp: Likewise.
310 * gdb.trace/collection.exp: Likewise.
311 * gdb.trace/disconnected-tracing.exp: Likewise.
312 * gdb.trace/ftrace-lock.exp: Likewise.
313 * gdb.trace/ftrace.exp: Likewise.
314 * gdb.trace/infotrace.exp: Likewise.
315 * gdb.trace/packetlen.exp: Likewise.
316 * gdb.trace/passc-dyn.exp: Likewise.
317 * gdb.trace/qtro.exp: Likewise.
318 * gdb.trace/read-memory.exp: Likewise.
319 * gdb.trace/report.exp: Likewise.
320 * gdb.trace/signal.exp: Likewise.
321 * gdb.trace/status-stop.exp: Likewise.
322 * gdb.trace/strace.exp: Likewise.
323 * gdb.trace/tfind.exp: Likewise.
324 * gdb.trace/trace-break.exp: Likewise.
325 * gdb.trace/trace-condition.exp: Likewise.
326 * gdb.trace/trace-mt.exp: Likewise.
327 * gdb.trace/tstatus.exp: Likewise.
328 * gdb.trace/tsv.exp: Likewise.
329 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
330 * gdb.trace/unavailable.exp: Likewise.
331 * gdb.trace/while-dyn.exp: Likewise.
332
8b067d2c
AA
3332018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
334
335 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
336 that libinproctrace is copied to the target.
337
3ae9ce5d
TT
3382018-03-14 Tom Tromey <tom@tromey.com>
339
340 PR cli/14977:
341 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
342 a null pointer.
343 * gdb.base/wchar.exp: Likewise.
344
b8c2339b
TT
3452018-03-14 Tom Tromey <tom@tromey.com>
346
347 PR cli/19918:
348 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
349 flag.
350
4872dc46
SM
3512018-03-08 Simon Marchi <simon.marchi@ericsson.com>
352
353 PR gdb/22841
354 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
355 "target" to remote_exec.
356
e4fe3756
SM
3572018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
358
359 PR gdb/22841
360 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
361 ${board}_upload): Remove.
362
e95a97d4
AA
3632018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
364
365 * gdb.cp/watch-cp.cc: New test.
366 * gdb.cp/watch-cp.exp: New file.
367
dbbb1059
AB
3682018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
369
370 * gdb.base/infcall-nested-structs.exp: New file.
371 * gdb.base/infcall-nested-structs.c: New file.
372 * gdb.base/float.exp: Add riscv support.
373
ecc054c0
TP
3742018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
375
376 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
377 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
378
25e3c82c
SDJ
3792018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
380
381 * gdb.server/abspath.exp: New file.
382 * lib/gdb.exp (with_cwd): New procedure.
383
3083294d
SM
3842018-02-28 Simon Marchi <simon.marchi@ericsson.com>
385
386 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
387 use it.
388 (gdb_is_target_remote_prompt): New proc.
389 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
390 (gdb_is_target_native): Pass prompt parameter to
391 gdb_is_target_1.
392
3275ef47
SM
3932018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
394
395 * gdb.base/load-command.c: New file.
396 * gdb.base/load-command.exp: New file.
397 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
398 (gdb_is_target_1): ...this, and generalize for other targets
399 than just remote.
400 (gdb_is_target_remote): Use gdb_is_target_1.
401 (gdb_is_target_native): use gdb_is_target_1.
402
6893c19a
TT
4032018-02-26 Tom Tromey <tom@tromey.com>
404
405 PR python/16497:
406 * gdb.python/py-framefilter.exp: Update test.
407
2ddeaf8a
TT
4082018-02-26 Tom Tromey <tom@tromey.com>
409
410 * gdb.dwarf2/variant.c: New file.
411 * gdb.dwarf2/variant.exp: New file.
412
c9317f21
TT
4132018-02-26 Tom Tromey <tom@tromey.com>
414
415 * gdb.rust/simple.exp: Accept more possible results in enum test.
416
6f6d0c26
SM
4172018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
418
419 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
420 parentheses.
421
11b03145
MR
4222018-02-23 Maciej W. Rozycki <macro@mips.com>
423
424 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
425 name of a variable: $actual_linejj -> $actual_line.
426
54a27fe5
JB
4272018-02-21 John Baldwin <jhb@FreeBSD.org>
428
429 * gdb.arch/amd64-i386-address.exp: Fix a typo.
430
de65820c
MM
4312018-02-20 Markus Metzger <markus.t.metzger@intel.com>
432
433 * gdb.btrace/buffer-size.exp: Do not force BTS.
434
980548fd
PA
4352018-02-14 Pedro Alves <palves@redhat.com>
436
437 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
438 getting a "Quit".
439
c4e12631
MM
4402018-02-09 Markus Metzger <markus.t.metzger@intel.com>
441
442 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
443 Fix test name.
444
c2e0e465
SM
4452018-02-07 Simon Marchi <simon.marchi@ericsson.com>
446
447 * gdb.cp/m-static.exp: Check type of optimized out static
448 member.
449
f7216783
AB
4502018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
451
452 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
453 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
454
0625771b
LS
4552018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
456 Leszek Swirski <leszeks@google.com>
457
458 * gdb.python/py-prettyprint.c
459 (struct to_string_returns_value_inner,
460 struct to_string_returns_value_wrapper): New.
461 (main): Add tsrvw variable.
462 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
463 ToStringReturnsValueWrapper): New classes.
464 (register_pretty_printers): Register new pretty-printers.
465 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
466 recursive pretty printer.
467 * gdb.python/py-mi.exp: Likewise.
468
59498c30
LS
4692018-02-01 Leszek Swirski <leszeks@google.com>
470
471 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
472 functions with the same name as an include file are parsed
473 correctly.
474
d4d38844
YQ
4752018-02-01 Yao Qi <yao.qi@linaro.org>
476
477 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
478 "\[^\r\n\]*".
479
07e5f5cf
NP
4802018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
481
482 * gdb.arch/powerpc-prologue-frame.s: New file.
483 * gdb.arch/powerpc-prologue-frame.c: Likewise.
484 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
485
929b5ad4
JB
4862018-01-31 Joel Brobecker <brobecker@adacore.com>
487
488 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
489
e671cd59
PA
4902018-01-30 Pedro Alves <palves@redhat.com>
491
492 PR gdb/13211
493 * gdb.base/interrupt-daemon.c: New.
494 * gdb.base/interrupt-daemon.exp: New.
495 * gdb.multi/multi-term-settings.c: New.
496 * gdb.multi/multi-term-settings.exp: New.
497
fc413dc4
JB
4982018-01-30 Joel Brobecker <brobecker@adacore.com>
499
500 * gdb.base/break.exp: Save the location where the breakpoint
501 on break.c:47 was actually inserted when debugging the version
502 compiled at -O2 and use it in the expected output of the "info
503 break" test performed soon after.
504
5c319bb2
PA
5052018-01-22 Pedro Alves <palves@redhat.com>
506 Sergio Durigan Junior <sergiodj@redhat.com>
507
508 * gdb.base/whatis.exp: Add tests for 'set print object on' +
509 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
510
a9e40818
JB
5112018-01-22 Joel Brobecker <brobecker@adacore.com>
512
513 * gdb.base/break-include.c, gdb.base/break-include.inc,
514 gdb.base/break-include.exp: New files.
515 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
516 line number now being the actual line number where the breakpoint
517 was inserted.
518 * gdb.mi/mi-break.exp: Likewise.
519 * gdb.mi/mi-reverse.exp: Likewise.
520 * gdb.mi/mi-simplerun.exp: Ditto.
521
e707fc44
AB
5222018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
523
524 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
525 varobj.
526 * gdb.mi/mi-var-create-rtti.exp: Likewise.
527
ae451627
AB
5282018-01-21 Don Breazeal <donb@codesourcery.com>
529 Andrew Burgess <andrew.burgess@embecosm.com>
530
531 * gdb.mi/basics.c: Add new global.
532 * gdb.mi/mi-frame-regs.exp: New file.
533 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
534 case.
535
b1b189e0
AB
5362018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
537
538 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
539 non-parameter, and on an unknown symbol.
540
fcfcc376
TT
5412018-01-19 Tom Tromey <tom@tromey.com>
542
543 * gdb.rust/modules.rs (TWENTY_THREE): New global.
544 * gdb.rust/modules.exp: Add ::-qualified lookup test.
545
634c1c31
AA
5462018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
547
548 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
549 setrlimit and chdir to int.
550
d6ad07fd
AA
5512018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
552
553 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
554 function.
555 (my_tend): Likewise.
556 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
557 rationale of avoiding FP- and vector instructions.
558
adf8243b
RK
5592018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
560
561 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
562 "info reg" with "\[ \t\]*".
563 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
564 "\[ \t\]+".
565 * gdb.arch/s390-multiarch.exp: Ditto.
566 * gdb.base/pc-fp.exp: Ditto.
567 * gdb.reverse/i386-precsave.exp: Ditto.
568 * gdb.reverse/i386-reverse.exp: Ditto.
569 * gdb.reverse/i387-env-reverse.exp: Ditto.
570 * gdb.reverse/i387-stack-reverse.exp: Ditto.
571
dcc06925
AA
5722018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
573
574 * lib/gdb.exp (gdb_compile): Re-enable use of
575 universal_compile_options for languages other than Rust.
576
25d4fd80
AA
5772018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
578
579 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
580
ee7f689e 5812018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
582
583 PR gdb/16577
584 * gdb.base/solib-vanish.exp: New.
585 * gdb.base/solib-vanish-main.c: New.
586 * gdb.base/solib-vanish-lib1.c: New.
587 * gdb.base/solib-vanish-lib2.c: New.
588
d8447b6b
YQ
5892018-01-17 Yao Qi <yao.qi@linaro.org>
590
591 * gdb.compile/compile.exp: Match the address printed for
592 frame in the output of command "bt".
593
86d6a90c
TT
5942018-01-15 Tom Tromey <tom@tromey.com>
595
596 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
597 compute sp_reg.
598
cbcdb1aa
AB
5992018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
600
601 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
602 to prepare.
603 (prepare): Return 0 on error, 1 on success.
604
eea61984
PA
6052018-01-12 Pedro Alves <palves@redhat.com>
606
607 * gdb.base/continue-after-aborted-step-over.c: New.
608 * gdb.base/continue-after-aborted-step-over.exp: New.
609
6181e9c2
SM
6102018-01-11 Simon Marchi <simon.marchi@ericsson.com>
611
612 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
613 options when not creating an executable.
614
3cada740
PA
6152018-01-11 Pedro Alves <palves@redhat.com>
616
617 PR remote/22597
618 * gdb.server/stop-reply-no-thread.c: New file.
619 * gdb.server/stop-reply-no-thread.exp: New file.
620
c63d3e8d
PA
6212018-01-10 Pedro Alves <palves@redhat.com>
622
623 PR gdb/22670
624 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
625 functions too. Test setting breakpoints and printing C functions
626 with no debug info too.
627 * gdb.ada/bp_c_mixed_case/qux.c: New file.
628
d4c2a405
PA
6292018-01-10 Pedro Alves <palves@redhat.com>
630
631 PR gdb/22670
632 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
633 a fail.
634
8825213e
PA
6352018-01-10 Pedro Alves <palves@redhat.com>
636
637 PR gdb/22670
638 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
639
605fd3c6
YQ
6402018-01-08 Simon Marchi <simon.marchi@ericsson.com>
641
642 * gdb.server/unittest.exp: Match the output in non-development
643 mode.
644
1e5ded6c
YQ
6452018-01-08 Simon Marchi <simon.marchi@ericsson.com>
646
647 * gdb.gdb/unittest.exp: Match output in non-development mode.
648
30066b0b
JB
6492018-01-08 Joel Brobecker <brobecker@adacore.com>
650
651 * gdb.ada/access_tagged_param.exp: Relax expected output
652 for value of "ObjL" in "continue" to pck.inspect breakpoint
653 test.
654
04bafb1e
XR
6552018-01-08 Joel Brobecker <brobecker@adacore.com>
656
9f86398b
JB
657 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
658 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 659
e379cee6
PA
6602018-01-05 Pedro Alves <palves@redhat.com>
661
662 PR gdb/18653
663 * gdb.base/libsegfault.exp: New.
664
de63c46b
PA
6652018-01-05 Joel Brobecker <brobecker@adacore.com>
666
667 PR gdb/22670
668 * gdb.ada/access_tagged_param.exp: New file.
669 * gdb.ada/access_tagged_param/foo.adb: New file.
670
f98fc17b
PA
6712018-01-05 Pedro Alves <palves@redhat.com>
672
673 PR gdb/22670
674 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
675 exercise lower case too, and to exercise both full matching and
676 wild matching.
677
342f8240
JB
6782018-01-05 Joel Brobecker <brobecker@adacore.com>
679
680 * gdb.ada/rename_subscript_param: New testcase.
681
7150d33c
JG
6822018-01-05 Jerome Guitton <guitton@adacore.com>
683
684 * gdb.ada/arr_acc_idx_w_gap: New testcase.
685
cc0e770c
JB
6862018-01-05 Joel Brobecker <brobecker@adacore.com>
687
688 * gdb.ada/convvar_comp: New testcase.
689
672a41aa 6902018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
691
692 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
693 (My_Table): New global variable.
694 * testsuite/gdb.ada/array_char_idx.exp: Add test.
695
7365ec2f
JB
6962018-01-04 Joel Brobecker <brobecker@adacore.com>
697
698 PR gdb/22670
699 * gdb.ada/maint_with_ada: New testcase.
700
289483b6
JB
7012018-01-04 Joel Brobecker <brobecker@adacore.com>
702
703 PR gdb/22670
704 * gdb.ada/bp_c_mixed_case: New testcase.
705
344420da
JB
7062018-01-04 Joel Brobecker <brobecker@adacore.com>
707
708 PR gdb/22670
709 * gdb.ada/complete.exp: Add "complete break ada" test.
710
66fc87a0
JB
7112018-01-04 Joel Brobecker <brobecker@adacore.com>
712
713 PR gdb/22670
714 * gdb.ada/info_addr_mixed_case: New testcase.
715
9f757bf7
XR
7162018-01-03 Xavier Roirand <roirand@adacore.com>
717
718 * gdb.ada/excep_handle.exp: New testcase.
719 * gdb.ada/excep_handle/foo.adb: New file.
720 * gdb.ada/excep_handle/pck.ads: New file.
721
bd570f80
JB
7222018-01-03 Joel Brobecker <brobecker@adacore.com>
723
724 * gdb.base/step-line.c: Add extra empty line in copyright header.
725 * gdb.base/step-line.inp: Likewise.
726
9fe561ab
JB
7272018-01-02 Joel Brobecker <brobecker@adacore.com>
728
729 * gdb.ada/dyn_stride.exp: Add slice test.
730
a405673c
JB
7312018-01-02 Joel Brobecker <brobecker@adacore.com>
732
733 * gdb.ada/dyn_stride: New testcase.
734
cef0f868
SH
7352017-12-27 Stafford Horne <shorne@gmail.com>
736
737 * gdb.xml/extra-regs.xml: Add example foo reggroup.
738 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
739
b67d92b0
SH
7402017-12-27 Stafford Horne <shorne@gmail.com>
741
742 * gdb.base/reggroups.c: New file.
743 * gdb.base/reggroups.exp: New file.
744
eccab96d
JB
7452017-12-18 Joel Brobecker <brobecker@adacore.com>
746
747 * gdb.dwarf2/ada-valprint-error.c: New file.
748 * gdb.dwarf2/ada-valprint-error.exp: New file.
749
0e2da9f0
JB
7502017-12-18 Joel Brobecker <brobecker@adacore.com>
751
752 * gdb.ada/assign_arr: New testcase.
753
cb923fcc
XR
7542017-12-18 Xavier Roirand <roirand@adacore.com>
755
756 * gdb.ada/funcall_ptr: New testcase.
757
7c161838
SDJ
7582017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
759
760 PR cli/16224
761 * gdb.base/ptype-offsets.cc: New file.
762 * gdb.base/ptype-offsets.exp: New file.
763
1af17fd9
YQ
7642017-12-15 Yao Qi <yao.qi@linaro.org>
765
766 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
767 if XML is disabled.
768
828d5846
XR
7692017-12-15 Xavier Roirand <roirand@adacore.com>
770
771 * gdb.ada/same_component_name: New testcase.
772
79e8fcaa
JB
7732017-12-14 Joel Brobecker <brobecker@adacore.com>
774
775 * gdb.ada/str_binop_equal: New testcase.
776
e05fa6f9
JB
7772017-12-14 Joel Brobecker <brobecker@adacore.com>
778
779 * gdb.ada/task_switch_in_core: New testcase.
780
b89641ba
SM
7812017-12-13 Simon Marchi <simon.marchi@ericsson.com>
782
783 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
784 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
785 call test_bkpt_qualified.
786 (test_bkpt_qualified): New proc.
787
6892d2e4
PA
7882017-12-13 Pedro Alves <palves@redhat.com>
789
790 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
791 Tighten regexp by matching with an anchor.
792
a22ecf70
PA
7932017-12-13 Pedro Alves <palves@redhat.com>
794
795 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
796 ("expression with namespace"): New set of tests.
797 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
798 (Nested::Test_NS::qux): New.
799 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
800 defaults to 'start_quote_char' and 'end_quote_char' parameters.
801
9937536c
JB
8022017-12-13 Joel Brobecker <brobecker@adacore.com>
803
804 * gdb.base/server-del-break.c: New file.
805 * gdb.base/server-del-break.exp: New file.
806
fe49c6f5
SH
8072017-12-12 Stafford Horne <shorne@gmail.com>
808
809 * gdb.xml/tdesc-regs.exp: Add or1k support.
810
c3d18620
SH
8112017-12-12 Stafford Horne <shorne@gmail.com>
812
813 * gdb.base/bp-permanent.c: Define nop of or1k.
814
c5f9cfc8
JB
8152017-12-11 Joel Brobecker <brobecker@adacore.com>
816
817 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
818 output with components being reordered.
819
a9c135fc
JB
8202017-12-11 Joel Brobecker <brobecker@adacore.com>
821
822 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
823 output with components being reordered.
824
927aa2e7
JK
8252017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
826 Pedro Alves <palves@redhat.com>
827
828 * gdb.base/maint.exp (check for .gdb_index): Check also for
829 .debug_names.
830 * gdb.dlang/watch-loc.c (.debug_aranges): New.
831 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
832 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
833 (.gdb_index used after symbol reloading): Support also .debug_names.
834 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
835
f17d9474
YQ
8362017-12-08 Yao Qi <yao.qi@linaro.org>
837
838 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
839 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
840
a0de8c21
YQ
8412017-12-08 Yao Qi <yao.qi@linaro.org>
842
843 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
844 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
845
a738ea1d
YQ
8462017-12-08 Yao Qi <yao.qi@linaro.org>
847
848 * gdb.arch/aarch64-tagged-pointer.c: New file.
849 * gdb.arch/aarch64-tagged-pointer.exp: New file.
850
1cd9a73b
SDJ
8512017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
852
853 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
854 "int".
855
fa6eb693
KS
8562017-12-07 Keith Seitz <keiths@redhat.com>
857
858 PR breakpoints/22569
859 * gdb.linespec/ls-errs.exp: Change expected result of "break
860 -source this file has spaces.c -line 3".
861 Check that an explicit source file followed by whitespace is
862 identified as an invalid explicit location.
863
883fd55a
KS
8642017-12-07 Keith Seitz <keiths@redhat.com>
865
866 * gdb.cp/nested-types.cc: New file.
867 * gdb.cp/nested-types.exp: New file.
868 * lib/cp-support.exp: Load data-structures.exp library.
869 (debug_cp_test_ptype_class): New global.
870 (cp_ptype_class_verbose, next_line): New procedures.
871 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
872 Add and document new return value.
873 Switch the list of lines to a queue.
874 Add support for new `type' key for nested type definitions.
875 Add debugging/troubleshooting messages.
876 * lib/data-structures.exp: New file.
877
ec72db3e
SM
8782017-12-07 Simon Marchi <simon.marchi@ericsson.com>
879
880 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
881 with proc_with_prefix, don't use with_test_prefix.
882
99598d71
TT
8832017-12-07 Tom Tromey <tom@tromey.com>
884
885 * gdb.base/break.exp: Add test for empty "commands".
886
a8806230
YQ
8872017-12-07 Yao Qi <yao.qi@linaro.org>
888
889 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
890 malloc and catch syscall.
891
824cc835
PM
8922017-12-07 Phil Muldoon <pmuldoon@redhat.com>
893
894 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
895 tests for explicit locations.
896
7cc244de
PA
8972017-12-06 Pedro Alves <palves@redhat.com>
898
899 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
900 force-disabling XML descriptions.
901
50a1fdd5
PA
9022017-12-04 Pedro Alves <palves@redhat.com>
903
904 PR gdb/22499
905 * gdb.arch/amd64-disp-step-avx.S: New file.
906 * gdb.arch/amd64-disp-step-avx.exp: New file.
907
f0fb2488
PA
9082017-12-03 Pedro Alves <palves@redhat.com>
909
910 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
911 and <string.h>.
912 (parent_function): Print distinct messages when waitpid fails, or
913 the child exits with a signal, or the child exits for an unhandled
914 reason.
915 * gdb.threads/process-dies-while-detaching.exp
916 (detach_and_expect_exit): New 'inf_output_re' parameter and use
917 it. Wait for both inferior output and GDB's prompt. Use an
918 indirect spawn id list.
919 (do_detach): New parameter 'child_exit'. Use it to compute
920 expected inferior output.
921 (test_detach, test_detach_watch, test_detach_killed_outside):
922 Adjust to pass down the expected child exit kind.
923
97cbe998
SDJ
9242017-12-01 Joel Brobecker <brobecker@adacore.com>
925 Sergio Durigan Junior <sergiodj@redhat.com>
926 Pedro Alves <palves@redhat.com>
927
928 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
929
40fc416f
SDJ
9302017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
931
932 * gdb.base/relocate.exp: Add tests to guarantee that arguments
933 to 'symbol-file' and 'add-symbol-file' can be
934 position-independent.
935
1cc75e92
YQ
9362017-12-01 Yao Qi <yao.qi@linaro.org>
937
938 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
939 the URL in copyright header.
940 * gdb.arch/aarch64-fp.exp: Likewise.
941 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
942 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
943 * gdb.base/expand-psymtabs.exp: Likewise.
944 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
945 * gdb.fortran/common-block.exp: Likewise.
946 * gdb.fortran/common-block.f90: Likewise.
947 * gdb.fortran/logical.exp: Likewise.
948 * gdb.fortran/vla-datatypes.f90: Likewise.
949 * gdb.fortran/vla-sub.f90: Likewise.
950
875fb7a7
JB
9512017-11-30 Joel Brobecker <brobecker@adacore.com>
952
953 * gdb.ada/repeat_dyn: New testcase.
954
6f14765f
UW
9552017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
956
957 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
958 Update for changed thread numbering.
959 * gdb.cell/bt.exp: Update for changed GDB output.
960
f1af7b94
SM
9612017-11-30 Simon Marchi <simon.marchi@ericsson.com>
962
963 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
964 setting isremote by hand.
965 * boards/dwarf4-gdb-index.exp: Likewise.
966 * boards/fission.exp: Likewise.
967 * boards/stabs.exp: Likewise.
968
e3919f3e
PA
9692017-11-30 Pedro Alves <palves@redhat.com>
970
971 * gdb.linespec/cpls-ops.exp
972 (check_explicit_skips_function_argument): Extract the underlying
973 type of size_t instead of hardcoding it.
974
bd69330d
PA
9752017-11-29 Pedro Alves <palves@redhat.com>
976
977 PR c++/19436
978 * gdb.linespec/cpls-abi-tag.cc: New file.
979 * gdb.linespec/cpls-abi-tag.exp: New file.
980
a20714ff
PA
9812017-11-29 Pedro Alves <palves@redhat.com>
982
983 * gdb.base/langs.exp: Use -qualified.
984 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
985 it.
986 * gdb.cp/namespace.exp: Use -qualified.
987 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
988 (overload-3, template-overload, template-ret-type, const-overload)
989 (const-overload-quoted, anon-ns, ambiguous-prefix): New
990 procedures.
991 (test_driver): Call them.
992 * gdb.cp/save-bp-qualified.cc: New.
993 * gdb.cp/save-bp-qualified.exp: New.
994 * gdb.linespec/explicit.exp: Test -qualified.
995 * lib/completion-support.exp (completion::explicit_opts_list): Add
996 "-qualified".
997 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
998
f6f1d339
PM
9992017-11-29 Phil Muldoon <pmuldoon@redhat.com>
1000
1001 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
1002
02ca603a
TT
10032017-11-29 Tom Tromey <tom@tromey.com>
1004
1005 * gdb.base/relocate.exp: Update invalid argument test.
1006 Add new tests for invalid arguments.
1007
ed6c0bfb
TP
10082017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
1009
1010 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
1011 Return 0 as a long.
1012 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
1013
f106e10e
TP
10142017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
1015
1016 * gdb.cp/breakpoint.cc (bar): Set return type to void.
1017 * gdb.cp/psymtab-parameter.cc (func): Likewise.
1018 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
1019 func ().
1020 * gdb.cp/shadow.cc (B.func): Return 0.
1021
10329bb2
JB
10222017-11-27 Joel Brobecker <brobecker@adacore.com>
1023
1024 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
1025 expected output in gdb_expect call to allow the exception
1026 message to be present as well. Fix syntax confusion to avoid
1027 TCL thinking that exception_name is an array.
1028
617cd4bc
UW
10292017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
1030
1031 * gdb.arch/spu-info.c: Include <unistd.h>.
1032 (do_signal_test): Fix broken calls to write.
1033 * gdb.arch/spu-info.exp: Use prepare_for_testing.
1034 Fix checks for empty mailboxes. Update signal tests for corrected
1035 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
1036 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
1037 * gdb.cell/arch.exp: Use standard_output_file.
1038 * gdb.cell/break.exp: Likewise.
1039 * gdb.cell/bt.exp: Likewise.
1040 * gdb.cell/core.exp: Likewise.
1041 * gdb.cell/dwarfaddr.exp: Likewise.
1042 * gdb.cell/ea-cache.exp: Likewise.
1043 * gdb.cell/ea-standalone.exp: Likewise.
1044 * gdb.cell/f-regs.exp: Likewise.
1045 * gdb.cell/fork.exp: Likewise.
1046 * gdb.cell/gcore.exp: Likewise.
1047 * gdb.cell/mem-access.exp: Likewise.
1048 * gdb.cell/ptype.exp: Likewise.
1049 * gdb.cell/registers.exp: Likewise.
1050 * gdb.cell/sizeof.exp: Likewise.
1051 * gdb.cell/solib-symbol.exp: Likewise.
1052 * gdb.cell/solib.exp: Likewise.
617cd4bc 1053
a81aaca0
PA
10542017-11-25 Pedro Alves <palves@redhat.com>
1055
1056 * gdb.base/complete-empty.exp: New file.
1057 * gdb.base/completion.exp: Adjust.
1058
6a3c6ee4
PA
10592017-11-25 Pedro Alves <palves@redhat.com>
1060
1061 * gdb.linespec/cpls-ops.cc: New file.
1062 * gdb.linespec/cpls-ops.exp: New file.
1063 * lib/completion-support.exp (test_complete_prefix_range_re): New,
1064 factored out from ...
1065 (test_complete_prefix_range): ... this.
1066
8955eb2d
PA
10672017-11-24 Pedro Alves <palves@redhat.com>
1068
1069 * gdb.linespec/cpcompletion.exp: New file.
1070 * gdb.linespec/cpls-hyphen.cc: New file.
1071 * gdb.linespec/cpls.cc: New file.
1072 * gdb.linespec/cpls2.cc: New file.
1073 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
1074 test to use test_gdb_complete_unique. Add label completion,
1075 keyword completion and explicit location completion tests.
1076 * lib/completion-support.exp: New file.
1077
e547c119
JB
10782017-11-24 Joel Brobecker <brobecker@adacore.com>
1079
1080 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
1081 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
1082 when hitting an exception catchpoint.
1083
7c3c1aa8
YQ
10842017-11-22 Yao Qi <yao.qi@linaro.org>
1085
1086 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
1087
41bd68f5
SM
10882017-11-22 Simon Marchi <simon.marchi@ericsson.com>
1089
1090 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
1091 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
1092 * gdb.dwarf2/info-locals-optimized-out.c: New file.
1093
1daad298
YQ
10942017-11-22 Yao Qi <yao.qi@linaro.org>
1095
1096 * gdb.base/info-os.exp: Pass pthreads.
1097 * gdb.multi/multi-attach.exp: Likewise.
1098
88465e87
YQ
10992017-11-22 Yao Qi <yao.qi@linaro.org>
1100
1101 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
1102 compiler.
1103
dc196b23
YQ
11042017-11-22 Yao Qi <yao.qi@linaro.org>
1105
1106 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
1107 * gdb.base/break-interp.exp: Likewise.
1108 * gdb.base/jit-attach-pie.exp: Likewise.
1109
2400729e
UW
11102017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1111
1112 * gdb.base/float128.c (large128): New variable.
1113 * gdb.base/float128.exp: Add test to print largest __float128 value.
1114
7a26362d
UW
11152017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1116
1117 * gdb.arch/vsx-regs.exp: Update register content checks.
1118
ed0f4273
UW
11192017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
1120
1121 * gdb.arch/ppc-longdouble.exp: New file.
1122 * gdb.arch/ppc-longdouble.c: Likewise.
1123
a25d69c6
PA
11242017-11-21 Pedro Alves <palves@redhat.com>
1125
1126 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
1127
73fcf641
PA
11282017-11-20 Pedro Alves <palves@redhat.com>
1129
1130 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
1131 (long_double_typedef): New typedefs.
1132 Use DEF on double and long double.
1133 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
1134 cases.
1135 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
1136 and 'long_double_ptr_same_size' locals. Use them to decide
1137 whether cast from array/function to float is valid/invalid.
1138
71a3c369
TT
11392017-11-17 Tom Tromey <tom@tromey.com>
1140
1141 * gdb.rust/traits.rs: New file.
1142 * gdb.rust/traits.exp: New file.
1143
ced9779b
JB
11442017-11-17 Joel Brobecker <brobecker@adacore.com>
1145
1146 * gdb.ada/minsyms: New testcase.
1147
a0922d80
PA
11482017-11-16 Pedro Alves <palves@redhat.com>
1149
1150 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
1151 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
1152
ea04e54c
PA
11532017-11-16 Pedro Alves <palves@redhat.com>
1154
1155 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
1156 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
1157
e849ea89
PA
11582017-11-16 Pedro Alves <palves@redhat.com>
1159
1160 * gdb.server/reconnect-ctrl-c.c: New file.
1161 * gdb.server/reconnect-ctrl-c.exp: New file.
1162
d8ae99a7
PM
11632017-11-16 Phil Muldoon <pmuldoon@redhat.com>
1164
1165 * gdb.python/py-rbreak.exp: New file.
1166 * gdb.python/py-rbreak.c: New file.
1167 * gdb.python/py-rbreak-func2.c: New file.
1168
968a13f8
PA
11692017-11-16 Pedro Alves <palves@redhat.com>
1170
1171 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
1172 pattern.
1173 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
1174 GDB.
1175
71774bc9
SM
11762017-11-15 Simon Marchi <simon.marchi@ericsson.com>
1177
1178 * gdb.tui/completionn.exp (test_tab_completion): Add space in
1179 regex.
1180
ddbb44cf
SM
11812017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
1182
1183 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
1184 test names.
1185
584a564f
PA
11862017-11-09 Pedro Alves <palves@redhat.com>
1187
1188 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
1189 factored out from ...
1190 (top level): ... here, and adjusted to avoid expecting beyond the
1191 prompt in a single gdb_test_multiple.
1192
5ed7a928
PA
11932017-11-09 Pedro Alves <palves@redhat.com>
1194
1195 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
1196 output.
1197 * gdb.server/ext-attach.exp ("kill" test): Likewise.
1198 * gdb.server/ext-restart.exp ("kill" test): Likewise.
1199 * gdb.server/ext-run.exp ("kill" test): Likewise.
1200 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
1201
a60e0738
PA
12022017-11-09 Pedro Alves <palves@redhat.com>
1203
1204 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
1205 match till end of line.
1206
2c88253f
PA
12072017-11-09 Pedro Alves <palves@redhat.com>
1208
1209 * gdb.base/memattr.exp: Tighten regexes to match the end line.
1210
c7a38517
PA
12112017-11-09 Pedro Alves <palves@redhat.com>
1212
1213 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
1214 New procedures, factored out from ...
1215 (top level): ... here, and adjusted to avoid expecting beyond the
1216 prompt in one go.
1217
f29f4b6b
PA
12182017-11-09 Pedro Alves <palves@redhat.com>
1219
1220 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
1221 output. Fix '?' match.
1222
286acbb5
JB
12232017-11-08 Joel Brobecker <brobecker@adacore.com>
1224
1225 * gdb.ada/scoped_watch: New testcase.
1226 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
1227 which is actually correct.
1228 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
1229 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
1230
62d7ae92
PA
12312017-11-08 Pedro Alves <palves@redhat.com>
1232
1233 * gdb.gdb/complaints.exp (test_initial_complaints)
1234 (test_serial_complaints, test_short_complaints): Call
1235 complaint_internal instead of complaint.
1236
280ca31f
DT
12372017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
1238
1239 * gdb.threads/tls-core.c: New file.
1240 * gdb.threads/tls-core.exp: Likewise.
1241
b5ec771e
PA
12422017-11-08 Pedro Alves <palves@redhat.com>
1243
1244 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
1245 (p Exported_Capitalized): New test.
1246 (p exported_capitalized): New test.
1247
a02b41a7
PA
12482017-11-07 Pedro Alves <palves@redhat.com>
1249
1250 * gdb.cp/ena-dis-br-range.exp: Add more tests.
1251
95e95a6d
PA
12522017-11-07 Pedro Alves <palves@redhat.com>
1253
1254 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
1255 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
1256 (disable_invalid, disable_inverted, disable_negative): New
1257 procedures.
1258 ("bad numbers"): New set of tests.
1259
cee62dbd
PA
12602017-11-07 Pedro Alves <palves@redhat.com>
1261
1262 * gdb.cp/ena-dis-br-range.exp: Add tests.
1263
cc638e86
PA
12642017-11-07 Pedro Alves <palves@redhat.com>
1265
1266 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
1267
d0fe4701
XR
12682017-11-07 Xavier Roirand <roirand@adacore.com>
1269 Pedro Alves <palves@redhat.com>
1270
1271 * gdb.base/ena-dis-br.exp: Add reference to
1272 gdb.cp/ena-dis-br-range.exp.
1273 * gdb.cp/ena-dis-br-range.exp: New file.
1274 * gdb.cp/ena-dis-br-range.cc: New file.
1275
46f67f80
PA
12762017-11-06 Pedro Alves <palves@redhat.com>
1277
1278 * gdb.base/attach-non-pgrp-leader.c: New.
1279 * gdb.base/attach-non-pgrp-leader.exp: New.
1280
726e1356
PA
12812017-11-06 Pedro Alves <palves@redhat.com>
1282
1283 * configure.ac: No longer check for termio.h and sgtty.h.
1284 * configure: Regenerate.
1285 * remote-utils.c: Include termios.h instead of gdb_termios.h.
1286 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
1287 Remove termio and sgtty code.
1288
50ab6ace
YQ
12892017-11-03 Yao Qi <yao.qi@linaro.org>
1290
1291 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
1292 in GDB is disabled.
1293
8e68731c
YQ
12942017-11-03 Yao Qi <yao.qi@linaro.org>
1295
1296 * gdb.python/py-thrhandle.exp: Skip it if python is not
1297 enabled.
1298
3a87ae65
SM
12992017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
1300
1301 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
1302 as a breakpoint command.
1303
484d8d36
MD
13042017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
1305
1306 PR python/21213
1307 * gdb.python/py-infthread.exp: Test calling
1308 InferiorThread.inferior () multiple times in a row.
1309
4a27f119
KS
13102017-10-27 Keith Seitz <keiths@redhat.com>
1311
1312 * gdb.opt/inline-break.exp (break_info_1): New procedure.
1313 Test "info break" for every inlined function breakpoint.
1314
bb11dd58
YQ
13152017-10-27 Yao Qi <yao.qi@linaro.org>
1316
1317 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
1318
a43f3893
PF
13192017-10-26 Patrick Frants <osscontribute@gmail.com>
1320
1321 * gdb.cp/classes.exp (test_static_members): Test printing
1322 Outer::instance.
1323 * gdb.cp/classes.c (struct Inner, struct Outer): New.
1324 (Inner::instance, Outer::instance): New.
1325
792ccf00
PA
13262017-10-24 Pedro Alves <palves@redhat.com>
1327
1328 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
1329 extra console" test in two stages.
1330
eb2bfbad
PA
13312017-10-24 Pedro Alves <palves@redhat.com>
1332
1333 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
1334
1f75a651
PA
13352017-10-24 Pedro Alves <palves@redhat.com>
1336
1337 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
1338 loop.
1339
779990d9
PA
13402017-10-24 Pedro Alves <palves@redhat.com>
1341
1342 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
1343 $attempt" and "stoppedtry $stoppedtry" test prefixes.
1344
ad9b8f5d
PA
13452017-10-24 Pedro Alves <palves@redhat.com>
1346
1347 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
1348 parameter and handle it. Don't output read value in test name.
1349
fee6da6e
PA
13502017-10-24 Pedro Alves <palves@redhat.com>
1351
1352 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
1353 custom test name.
1354
10389c2c
PA
13552017-10-24 Pedro Alves <palves@redhat.com>
1356
1357 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
1358 include the unstable output directory name in the test's name.
1359 (initial_setup_simple) <'set args'>: Use custom test name.
1360
a80e65a9
PA
13612017-10-24 Pedro Alves <palves@redhat.com>
1362
1363 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
1364 with explicit test name.
1365
15763a09
PA
13662017-10-20 Pedro Alves <palves@redhat.com>
1367
1368 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
1369 'wait -i'. Use gdb_assert and remote_close.
1370
49a4ce2e
AB
13712017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
1372
1373 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
1374 number from variable rather than hard-coded.
1375
a75868f5
PA
13762017-10-19 Pedro Alves <palves@redhat.com>
1377
1378 * gdb.base/long-inferior-output.c: New file.
1379 * gdb.base/long-inferior-output.exp: New file.
1380
c8ba13ad
KS
13812017-11-18 Keith Seitz <keiths@redhat.com>
1382
1383 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
1384 method.
1385 (main): Call it.
1386 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
1387 Add additional user-defined conversion operator tests.
1388
b27de576
PA
13892017-10-17 Pedro Alves <palves@redhat.com>
1390
1391 * boards/native-stdio-gdbserver.exp: Load "local-board".
1392
8484c955
PA
13932017-10-17 Pedro Alves <palves@redhat.com>
1394
1395 * gdb.base/quit-live.c: New file.
1396 * gdb.base/quit-live.exp: New file.
1397
83d5a34d
KS
13982017-10-16 Keith Seitz <keiths@redhat.com>
1399
1400 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
1401 (class_with_protected_typedef, class_with_private_typedef)
1402 (struct_with_public_typedef, struct_with_protected_typedef)
1403 (struct_with_private_typedef): New classes/structs.
1404 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
1405 typedefs and access specifiers.
1406
739b3f1d
PA
14072017-10-16 Pedro Alves <palves@redhat.com>
1408 Simon Marchi <simon.marchi@polymtl.ca>
1409
1410 * README (Local vs Remote vs Native): New section.
1411 * boards/local-board.exp: New file, with bits factored out from
1412 ...
1413 * boards/native-extended-gdbserver.exp: ... here. Load
1414 "local-board".
1415 * boards/native-gdbserver.exp: Load "local-board".
1416 (${board}_spawn, ${board}_exec): Delete.
1417 * boards/native-stdio-gdbserver.exp: Most contents factored out to
1418 ...
1419 * boards/stdio-gdbserver-base.exp: ... this new file.
1420 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
1421 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
1422 procedure.
1423 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
1424 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
1425 stdio_gdbserver_command.
1426 (${board}_get_remote_address, ${board}_get_comm_port)
1427 (${board}_download, ${board}_upload): Delete.
1428 (get_target_remote_pipe_cmd): New.
1429
fe68b953
SM
14302017-10-16 Simon Marchi <simon.marchi@ericsson.com>
1431
1432 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
1433 test_bkpt_deletion, test_bkpt_cond_and_cmds,
1434 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
1435 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
1436 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
1437 remove with_test_prefix.
1438
300b6685
PA
14392017-10-13 Pedro Alves <palves@redhat.com>
1440
1441 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
1442 * gdb.base/annota1.exp: Use it instead of is_remote.
1443 * gdb.base/annota3.exp: Use it instead of is_remote.
1444 * gdb.cp/annota2.exp: Use it instead of is_remote.
1445 * gdb.cp/annota3.exp: Use it instead of is_remote.
1446 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
1447
50500caf
PA
14482017-10-13 Pedro Alves <palves@redhat.com>
1449
1450 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
1451 (test_num_test_vars, run_and_count_vars, find_env)
1452 (test_set_unset_env, test_inherit_env_var): New procedures.
1453 (top level): Use them.
1454
dad0c6d2
PA
14552017-10-13 Pedro Alves <palves@redhat.com>
1456
1457 * lib/selftest-support.exp (selftest_setup): Extend comments, and
1458 also skip on stub-like targets.
1459
8b0553c1
PA
14602017-10-13 Pedro Alves <palves@redhat.com>
1461
1462 PR gdb/22293
1463 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
1464 (top level): Move some tests to ...
1465 (test_not_found): ... this new procedure.
1466 (top level): Call it.
1467
7594f623
PA
14682017-10-13 Pedro Alves <palves@redhat.com>
1469
1470 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
1471 expect different "info terminal" output if testing with a
1472 non-native target.
1473
ebe3b402
PA
14742017-10-13 Pedro Alves <palves@redhat.com>
1475 Simon Marchi <simon.marchi@polymtl.ca>
1476
1477 PR python/12966
1478 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
1479
42f1b161
PA
14802017-10-13 Pedro Alves <palves@redhat.com>
1481
1482 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
1483 already.
1484
8d6ef72b
PA
14852017-10-13 Pedro Alves <palves@redhat.com>
1486
1487 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
1488 is_remote.
1489
d7bcd5b8
PA
14902017-10-13 Pedro Alves <palves@redhat.com>
1491
1492 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
1493 is_remote.
1494
df479dc6
PA
14952017-10-13 Pedro Alves <palves@redhat.com>
1496
1497 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
1498 is set.
1499 (corefile_test_attach): Likewise. Check can_spawn_for_attach
1500 instead of is_remote.
1501
23fb630a
PA
15022017-10-13 Pedro Alves <palves@redhat.com>
1503
1504 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
1505 (top level): Add comment.
1506
cc77b1dc
PA
15072017-10-13 Pedro Alves <palves@redhat.com>
1508
1509 * gdb.base/remote.exp (top level): Fix comment typo and add
1510 missing return.
1511
27c9e813
PA
15122017-10-13 Pedro Alves <palves@redhat.com>
1513 Simon Marchi <simon.marchi@polymtl.ca>
1514
1515 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
1516 calls and add comments. Skip test if use_gdb_stub is set.
1517 (top level): Use "set cwd" command instead of "cd" command.
1518
5e830d98
PA
15192017-10-13 Pedro Alves <palves@redhat.com>
1520
1521 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
1522 is_remote target check.
1523
f5ca0032
PA
15242017-10-13 Pedro Alves <palves@redhat.com>
1525
1526 * gdb.base/scope.exp: Use build_executable + clean_restart +
1527 gdb_file_cmd instead of prepare_for_testing and no longer skip
1528 "before run" tests on is_remote target boards. Update comments.
1529 * boards/native-extended-gdbserver.exp
1530 (extended_gdbserver_load_last_file): New, factored out from ...
1531 (gdb_load): ... this. Move further below and add comment.
1532 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
1533
8aed1c0d
PA
15342017-10-12 Pedro Alves <palves@redhat.com>
1535
1536 * gdb.base/attach.exp: Remove references to gdb64.
1537 * gdb.base/dbx.exp: Remove references to gdb64.
1538
cfa34c87
SM
15392017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
1540 Pedro Alves <palves@redhat.com>
1541
1542 * gdb.base/label.exp: Remove is_remote target check.
1543
9192b7de
PA
15442017-10-12 Pedro Alves <palves@redhat.com>
1545
1546 * gdb.base/auvx.exp (coredir): Update comment.
1547 (top level) <core_works>: Use "set cwd" command instead of "cd"
1548 command.
1549
6bf0052d
PA
15502017-10-12 Pedro Alves <palves@redhat.com>
1551 Simon Marchi <simon.marchi@polymtl.ca>
1552
1553 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
1554 target boards.
1555
e48ef82d
PA
15562017-10-12 Pedro Alves <palves@redhat.com>
1557 Simon Marchi <simon.marchi@polymtl.ca>
1558
1559 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
1560 Instead skip if there's any gdb_protocol set.
1561
8d7aea57
SM
15622017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
1563 Pedro Alves <palves@redhat.com>
1564
1565 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
1566
30440677
PA
15672017-10-12 Pedro Alves <palves@redhat.com>
1568 Simon Marchi <simon.marchi@polymtl.ca>
1569
1570 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
1571 instead of on dejagnu remote boards.
1572
4e04f045 15732017-10-12 Pedro Alves <palves@redhat.com>
175654b9 1574 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
1575
1576 * gdb.base/inferior-died.exp: Remove is_remote and isnative
1577 checks. Use build_executable + clean_restart instead of
1578 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
1579 of enabling non-stop after starting gdb.
1580
871a186e
PA
15812017-10-12 Pedro Alves <palves@redhat.com>
1582
1583 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
1584 * gdb.threads/non-ldr-exc-2.exp: Ditto.
1585 * gdb.threads/non-ldr-exc-3.exp: Ditto.
1586 * gdb.threads/non-ldr-exc-4.exp: Ditto.
1587
56d704da
AK
15882017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
1589
1590 * gdb.arch/arc-tdesc-cpu.exp: New file.
1591 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
1592
2f20e312
SM
15932017-10-10 Simon Marchi <simon.marchi@ericsson.com>
1594
1595 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
1596
65630365
PA
15972017-10-10 Pedro Alves <palves@redhat.com>
1598
1599 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
1600 expect CLI output.
1601
bf469271
PA
16022017-10-10 Pedro Alves <palves@redhat.com>
1603
1604 * lib/selftest-support.exp (selftest_setup): Update for
1605 captured_command_loop's prototype change.
1606
777a42f1
PA
16072017-10-09 Pedro Alves <palves@redhat.com>
1608
1609 Test both arch1=>arch2 and arch2=>arch1.
1610
1611 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
1612 (srcfile2, binfile2, march1, march2): Remove globals. Largely
1613 factored out to...
1614 (append_arch1_options, append_arch2_options, append_arch_options)
1615 (build_executables): New procedures.
1616 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
1617 local.
1618 (top level): Add new 'first_arch' testing axis.
1619
cbd2b4e3
PA
16202017-10-09 Pedro Alves <palves@redhat.com>
1621
1622 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
1623 (barrier): New.
1624 (thread_start, all_started): New functions.
1625 (main): Spawn new thread and wait until it is scheduled.
1626 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
1627 option.
1628 (do_test): Add 'selected_thread' parameter. Run to all_started
1629 instead of main. Explicitly set the breakpoint at main. Switch
1630 to the SELECTED_THREAD thread.
1631 (top level): Test handling the exec event with either the main
1632 thread or the second thread selected.
1633
5c9e4427
PA
16342017-10-09 Pedro Alves <palves@redhat.com>
1635
1636 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
1637 logic. Move STOP marker after the value checks.
1638 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
1639 regexp.
1640
b3b7c423
SL
16412017-10-06 Sandra Loosemore <sandra@codesourcery.com>
1642
1643 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
1644
3b4b2f16
UW
16452017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
1646
1647 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
1648 integer-to-dfp conversion.
1649 * gdb.base/dfp-test.exp: Likewise.
1650
5cd63fda
PA
16512017-10-04 Pedro Alves <palves@redhat.com>
1652
1653 * gdb.multi/hangout.c: Include <unistd.h>.
1654 (hangout_loop): New function.
1655 (main): Call alarm. Call hangout_loop in a loop.
1656 * gdb.multi/hello.c: Include <unistd.h>.
1657 (hello_loop): New function.
1658 (main): Call alarm. Call hangout_loop in a loop.
1659 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
1660 inferior with the other selected.
1661
4c71c105
SM
16622017-10-04 Simon Marchi <simon.marchi@ericsson.com>
1663
1664 * gdb.mi/list-thread-groups-available.exp: New file.
1665 * gdb.mi/list-thread-groups-available.c: New file.
1666
bc3b087d
SDJ
16672017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1668
1669 * gdb.base/set-cwd.exp: Make it available on
1670 native-extended-gdbserver.
1671
d092c5a2
SDJ
16722017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1673
1674 * gdb.base/set-cwd.c: New file.
1675 * gdb.base/set-cwd.exp: Likewise.
1676
45320ffa
TT
16772017-10-02 Tom Tromey <tom@tromey.com>
1678
1679 PR rust/22236:
1680 * gdb.rust/simple.rs (main): New variable "fslice".
1681 * gdb.rust/simple.exp: Add slice tests. Update string tests.
1682
b3e3859b
TT
16832017-10-02 Tom Tromey <tom@tromey.com>
1684
1685 * gdb.rust/simple.exp: Test ptype of a slice.
1686
01af5e0d
TT
16872017-10-02 Tom Tromey <tom@tromey.com>
1688
1689 * gdb.rust/simple.exp: Test index of slice.
1690
a9bbfbd8
TT
16912017-09-27 Tom Tromey <tom@tromey.com>
1692
1693 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
1694
df8899e5
TP
16952017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
1696 Pedro Alves <palves@redhat.com>
1697
1698 * gdb.base/compare-sections.exp (get value of read-only section): Read
1699 as unsigned value.
1700 (corrupt read-only section): Likewise and don't set written if patching
1701 failed.
1702
757bf54b
KB
17032017-09-21 Kevin Buettner <kevinb@redhat.com>
1704
1705 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
1706 files.
1707
06871ae8
PA
17082017-09-20 Pedro Alves <palves@redhat.com>
1709
1710 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
1711 symbol names in gdb's output.
1712 * gdb.cp/overload.exp ("list all overloads"): Likewise.
1713
e5f25bc5
PA
17142017-09-20 Pedro Alves <palves@redhat.com>
1715
1716 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
1717 Rename to ...
1718 (test_list_ambiguous_symbol): ... this and add a symbol name
1719 parameter. Adjust.
1720 (test_list_ambiguous_function): Reimplement on top of
1721 test_list_ambiguous_symbol and also test listing ambiguous
1722 variables.
1723 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
1724 (ambiguous_fun): ... this.
1725 (ambiguous_var): New.
1726 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
1727 (ambiguous_fun): ... this.
1728 (ambiguous_var): New.
1729
4e5a4f58
JB
17302017-09-19 John Baldwin <jhb@FreeBSD.org>
1731
1732 * gdb.base/starti.c: New file.
1733 * gdb.base/starti.exp: New file.
1734 * lib/gdb.exp (gdb_starti_cmd): New procedure.
1735
26e53f3e
PA
17362017-09-14 Pedro Alves <palves@redhat.com>
1737
1738 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
1739 (top level): Use it instead of runto.
1740
cb791d59
TT
17412017-09-11 Tom Tromey <tom@tromey.com>
1742
1743 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
1744
7c96f8c1
TT
17452017-09-11 Tom Tromey <tom@tromey.com>
1746
1747 * gdb.python/py-infthread.exp: Add tests for new_thread event.
1748 * gdb.python/py-inferior.exp: Add tests for new inferior events.
1749
469412dd
CW
17502017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
1751
1752 * gdb.fortran/printing-types.exp: New file.
1753 * gdb.fortran/printing-types.exp: New file.
1754
e0f86435
BH
17552017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
1756
1757 * gdb.fortran/vla-ptype.exp: Fix typos.
1758 * gdb.fortran/vla-value.exp: Same.
1759
9e9af4be
BH
17602017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
1761
1762 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
1763 * gdb.mi/mi-var-child-f.exp: Likewise.
1764 * gdb.mi/mi-vla-fortran.exp: Likewise.
1765
a5ad232b
FP
17662017-09-08 Frank Penczek <frank.penczek@intel.com>
1767 Christoph Weinmann <christoph.t.weinmann@intel.com>
1768 Bernhard Heckel <bernhard.heckel@intel.com>
1769
1770 * gdb.fortran/ptr-indentation.f90: New file.
1771 * gdb.fortran/ptr-indentation.exp: New file.
1772
5aec60eb
TT
17732017-09-05 Tom Tromey <tom@tromey.com>
1774
1775 PR gdb/22010:
1776 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
1777
8f8f8152
TP
17782017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
1779
1780 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
1781
fbd1b771
JK
17822017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1783
1784 * gdb.threads/tls-nodebug-pie.c: New file.
1785 * gdb.threads/tls-nodebug-pie.exp: New file.
1786
5eb5f850
TT
17872017-09-05 Tom Tromey <tom@tromey.com>
1788
1789 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
1790 for rust.
1791
ae780a21
SM
17922017-09-05 Simon Marchi <simon.marchi@ericsson.com>
1793
1794 * gdb.multi/multi-arch-exec.exp: Test with different
1795 "follow-exec-mode" settings.
1796 (do_test): New procedure.
1797
3693fdb3
PA
17982017-09-04 Pedro Alves <palves@redhat.com>
1799
1800 * gdb.base/func-static.c (S::method const, S::method volatile)
1801 (S::method volatile const): New methods.
1802 (c_s, v_s, cv_s): New instances.
1803 (main): Call method() on them.
1804 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
1805 (cannot_resolve): New procedure.
1806 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
1807 print-quote-unquoted columns.
1808 (do_test): Test printing each scope too.
1809
e68cb8e0
PA
18102017-09-04 Pedro Alves <palves@redhat.com>
1811
1812 * gdb.base/local-static.exp: Also test with
1813 class::method::variable wholly quoted.
1814 * gdb.cp/m-static.exp (class::method::variable): Remove test.
1815
858be34c
PA
18162017-09-04 Pedro Alves <palves@redhat.com>
1817
1818 * gdb.base/local-static.c: New.
1819 * gdb.base/local-static.cc: New.
1820 * gdb.base/local-static.exp: New.
1821
46a4882b
PA
18222017-09-04 Pedro Alves <palves@redhat.com>
1823
1824 * gdb.asm/asm-source.exp: Add casts to int.
1825 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
1826 (dataglobal64_1, dataglobal64_2): New globals.
1827 * gdb.base/nodebug.exp: Test different expressions involving the
1828 new globals, with print, whatis and ptype. Add casts to int.
1829 * gdb.base/solib-display.exp: Add casts to int.
1830 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
1831 * gdb.cp/m-static.exp: Add cast to int.
1832 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
1833 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
1834 tls variable with no debug info without a cast. Test with a cast
1835 to int too.
1836 * gdb.trace/entry-values.exp: Add casts.
1837
2c5a2be1
PA
18382017-09-04 Pedro Alves <palves@redhat.com>
1839
1840 * gdb.base/nodebug.exp: Test that ptype's error about functions
1841 with unknown return type includes the function name too.
1842
7022349d
PA
18432017-09-04 Pedro Alves <palves@redhat.com>
1844
1845 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
1846 return type of munmap in infcall.
1847 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
1848 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
1849 type of ftell in infcall.
1850 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
1851 type of getpid in infcall.
1852 * gdb.base/infcall-exec.exp: Cast return type of execlp in
1853 infcall.
1854 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
1855 Bail on failure to extract the pid.
1856 * gdb.base/nodebug.c: #include <stdint.h>.
1857 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
1858 New functions.
1859 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
1860 Change expected output of print/whatis/ptype with functions with
1861 no debug info. Test all supported languages. Call
1862 test_call_promotion.
1863 * gdb.compile/compile.exp: Adjust expected output to expect
1864 warning.
1865 * gdb.threads/siginfo-threads.exp: Likewise.
1866
54990598
PA
18672017-09-04 Pedro Alves <palves@redhat.com>
1868
1869 * gdb.base/callfuncs.exp (do_function_calls): New parameter
1870 "prototypes". Test calling float functions via prototyped and
1871 unprototyped function pointers.
1872 (perform_all_tests): New parameter "prototypes". Pass it down.
1873 (top level): Pass down "prototypes" parameter to
1874 perform_all_tests.
1875
34d16ea2
SM
18762017-09-04 Simon Marchi <simon.marchi@ericsson.com>
1877
1878 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
1879 Test with nested loops.
1880
9521ecda
SM
18812017-09-04 Simon Marchi <simon.marchi@ericsson.com>
1882
1883 * gdb.base/commands.exp: Call the new procedures.
1884 (loop_break_test, loop_continue_test): New procedures.
1885
80a65e9b
SM
18862017-09-04 Simon Marchi <simon.marchi@ericsson.com>
1887
1888 * gdb.base/commands.exp: Call new procedure.
1889 (define_if_without_arg_test): New procedure.
1890
e439fa14
PA
18912017-09-04 Pedro Alves <palves@redhat.com>
1892
1893 * gdb.base/list-ambiguous.exp: New file.
1894 * gdb.base/list-ambiguous0.c: New file.
1895 * gdb.base/list-ambiguous1.c: New file.
1896 * gdb.base/list.exp (test_list_range): Adjust expected output.
1897
0a2dde4a
SDJ
18982017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
1899
1900 * gdb.base/share-env-with-gdbserver.c: New file.
1901 * gdb.base/share-env-with-gdbserver.exp: Likewise.
1902
5e89eb3a
SM
19032017-08-28 Simon Marchi <simon.marchi@ericsson.com>
1904
1905 * gdb.base/commands.exp (gdbvar_simple_if_test,
1906 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
1907 progvar_simple_if_test, progvar_simple_while_test,
1908 progvar_complex_if_while_test, user_defined_command_test,
1909 user_defined_command_args_eval,
1910 user_defined_command_args_stack_test,
1911 user_defined_command_manyargs_test, bp_deleted_in_command_test,
1912 temporary_breakpoint_commands,
1913 gdb_test_no_prompt, redefine_hook_test,
1914 redefine_backtrace_test): Remove "global gdb_prompt".
1915
fd437cbc
SM
19162017-08-28 Simon Marchi <simon.marchi@ericsson.com>
1917
1918 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
1919 New proc, call it from toplevel.
1920
87215ad1
SDJ
19212017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
1922
1923 PR remote/21852
1924 * gdb.server/normal.c: New file, copied from gdb.base.
1925 * gdb.server/run-without-local-binary.exp: New file.
1926
58afddc6
WP
19272017-08-07 Weimin Pan <weimin.pan@oracle.com>
1928
1929 * gdb.arch/sparc64-adi.exp: New file.
1930 * gdb.arch/sparc64-adi.c: New file.
1931
5277199a
PA
19322017-08-22 Pedro Alves <palves@redhat.com>
1933
1934 * gdb.cp/overload.exp (line_range_pattern): New procedure.
1935 (top level): Add "list all overloads" tests.
1936
14278e1f
TT
19372017-08-22 Tom Tromey <tom@tromey.com>
1938
1939 * gdb.gdb/xfullpath.exp: Remove.
1940
bf223d3e
PA
19412017-08-21 Pedro Alves <palves@redhat.com>
1942
1943 PR gdb/19487
1944 * gdb.base/symbol-alias.c: New.
1945 * gdb.base/symbol-alias2.c: New.
1946 * gdb.base/symbol-alias.exp: New.
1947
c973d0aa
PA
19482017-08-21 Pedro Alves <palves@redhat.com>
1949
1950 * gdb.base/dfp-test.c
1951 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
1952 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
1953 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
1954 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
1955 * gdb.base/whatis-ptype-typedefs.c: New.
1956 * gdb.base/whatis-ptype-typedefs.exp: New.
1957 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
1958 (an_int, an_int_type, an_int_type2): New globals.
1959 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
1960 involving typedefs and cast expressions.
1961 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
1962 (lookup_typedefs_function): New.
1963 (typedefs_pretty_printers_dict): New.
1964 (top level): Register lookup_typedefs_function in
1965 gdb.pretty_printers.
1966
6d580b63
YQ
19672017-08-18 Yao Qi <yao.qi@linaro.org>
1968
1969 * gdb.server/unittest.exp: New.
1970
206726fb
SDJ
19712017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
1972
1973 PR gdb/21954
1974 * gdb.base/environ.exp: Add test to check if 'unset environment'
1975 works.
1976
bf0ec4c2
AA
19772017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
1978
1979 * lib/gdb.exp (universal_compile_options): New caching proc.
1980 (gdb_compile): Suppress GCC's coloring of messages.
1981
d6382fff
TT
19822017-08-14 Tom Tromey <tom@tromey.com>
1983
1984 PR gdb/21675:
1985 * gdb.base/printcmds.exp (test_radices): New function.
1986 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
1987 * gdb.base/sizeof.exp (check_valueof): Use p/d.
1988 * lib/gdb.exp (get_integer_valueof): Use p/d.
1989
c2c2dd9f
SM
19902017-08-12 Simon Marchi <simon.marchi@ericsson.com>
1991
1992 * lib/gdb.exp (get_valueof): Don't capture end-of-line
1993 characters.
1994
fdffd6f4
TT
19952017-08-05 Tom Tromey <tom@tromey.com>
1996
1997 * gdb.rust/simple.exp: Allow String to appear in a different
1998 namespace.
1999
27d41eac
YQ
20002017-07-26 Yao Qi <yao.qi@linaro.org>
2001
2002 * gdb.gdb/unittest.exp: Invoke command
2003 "maintenance check xml-descriptions".
2004
031ed05d
AA
20052017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2006
2007 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
2008 calling context.
2009 (hex128): Drop erroneous calculation of parameters.
2010
dcd27ddf
SM
20112017-07-22 Simon Marchi <simon.marchi@ericsson.com>
2012
2013 * gdb.python/py-unwind.exp: Disable stack protection when
2014 building test file.
2015
47e77640
PA
20162017-07-20 Pedro Alves <palves@redhat.com>
2017
2018 * gdb.base/default.exp (set language): Adjust expected output.
2019
62d2a18a
PA
20202017-07-20 Pedro Alves <palves@redhat.com>
2021
2022 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
2023 (test_minsym): ... this, and make static.
2024 (get_pck__foo__bar__minsym): Rename to ...
2025 (get_test_minsym): ... this.
2026 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
2027 symbol names and comments.
2028 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
2029 (get_test_minsym): ... this.
2030 (pck__foo__bar__minsym__2): Rename to ...
2031 (test_minsym): ... this.
2032 (main): Adjust.
2033
c45ec17c
PA
20342017-07-17 Pedro Alves <palves@redhat.com>
2035
2036 * gdb.base/completion.exp: Adjust expected output.
2037 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
2038 the completer works.
2039
c6756f62
PA
20402017-07-17 Pedro Alves <palves@redhat.com>
2041
2042 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
2043
5bd68487
AB
20442017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
2045
2046 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
2047
8880f2a9
TT
20482017-07-14 Tom Tromey <tom@tromey.com>
2049
2050 PR rust/21764:
2051 * gdb.rust/simple.exp: Add tests.
2052
65547233
TT
20532017-07-14 Tom Tromey <tom@tromey.com>
2054
2055 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
2056
8f14146e
PA
20572017-07-14 Pedro Alves <palves@redhat.com>
2058
2059 * gdb.linespec/base/one/thefile.cc (z1): New function.
2060 * gdb.linespec/base/two/thefile.cc (z2): New function.
2061 * gdb.linespec/linespec.exp: Add tests.
2062
b4365d02
AB
20632017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
2064
2065 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
2066 to mi_create_breakpoint.
2067
5d2cbaa5
AB
20682017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
2069
2070 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
2071 mi_create_breakpoint.
2072
11cb5716
IB
20732017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
2074
2075 * gdb.dlang/demangle.exp: Update for demangling changes.
2076
03278692
TT
20772017-07-09 Tom Tromey <tom@tromey.com>
2078
2079 * gdb.dwarf2/shortpiece.exp: New file.
2080
33c5cd75
DB
20812017-07-06 David Blaikie <dblaikie@gmail.com>
2082
2083 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
2084 built from fissiont-multi-cu{1,2}.c.
2085 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
2086 except putting 'main' and 'func' in separate CUs in the same DWO file.
2087 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
2088 test.
2089 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
2090 test.
2091
8455d262
PA
20922017-07-06 Pedro Alves <palves@redhat.com>
2093
2094 * gdb.python/py-unwind.exp: Test flushregs.
2095
dc4bde35
SDJ
20962017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
2097
2098 PR cli/21688
2099 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
2100 tests for alias commands and trailing whitespace.
2101
51ed89aa
SDJ
21022017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
2103
2104 PR cli/21688
2105 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
2106 procedure. Call it.
2107
eb17d413
PA
21082017-06-29 Pedro Alves <palves@redhat.com>
2109
2110 * gdb.base/printcmds.exp: Add tests.
2111
41664b45
DG
21122017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
2113
2114 PR gdb/21337
2115 * gdb.base/reread-readsym.exp: New file.
2116 * gdb.base/reread-readsym.c: New file.
2117
75312ae3
KB
21182017-06-21 Kevin Buettner <kevinb@redhat.com>
2119
2120 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
2121 subpattern.
2122
66953522
PB
21232017-06-19 Peter Bergner <bergner@vnet.ibm.com>
2124
2125 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
2126 extended mnemonic.
2127 * gdb.arch/powerpc-power9.s: Likewise.
2128
5524b525
AA
21292017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2130
2131 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
2132 on 32-bit x86 targets. Exploit is_*_target macros where
2133 appropriate.
2134
03c8af18
AA
21352017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2136
2137 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
2138 register pieces.
2139
3bf31011
AA
21402017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2141
2142 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
2143 located in one or more DWARF pieces.
2144
805acca0
AA
21452017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2146
2147 * lib/gdb.exp (get_endianness): New proc.
2148 * gdb.arch/aarch64-fp.exp: Use it.
2149 * gdb.arch/altivec-regs.exp: Likewise.
2150 * gdb.arch/e500-regs.exp: Likewise.
2151 * gdb.arch/vsx-regs.exp: Likewise.
2152 * gdb.base/dump.exp: Likewise.
2153 * gdb.base/funcargs.exp: Likewise.
2154 * gdb.base/gnu_vector.exp: Likewise.
2155 * gdb.dwarf2/formdata16.exp: Likewise.
2156 * gdb.dwarf2/implptrpiece.exp: Likewise.
2157 * gdb.dwarf2/nonvar-access.exp: Likewise.
2158 * gdb.python/py-inferior.exp: Likewise.
2159 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
2160
e9352324
AA
21612017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2162
2163 PR gdb/21226
2164 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
2165 stack value pieces are taken from the LSB end.
2166
d5d1163e
AA
21672017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2168
2169 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
2170 variable at nonzero offset.
2171
0567c986
AA
21722017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2173
2174 * gdb.dwarf2/var-access.c: New file.
2175 * gdb.dwarf2/var-access.exp: New test.
2176 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
2177
973e9aab
TT
21782017-06-12 Tom Tromey <tom@tromey.com>
2179
2180 * gdb.dwarf2/formdata16.exp: Add tests.
2181
d9109c80
TT
21822017-06-12 Tom Tromey <tom@tromey.com>
2183
2184 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
2185
30a25466
TT
21862017-06-12 Tom Tromey <tom@tromey.com>
2187
2188 PR exp/16225:
2189 * gdb.reverse/i386-sse-reverse.exp: Update tests.
2190 * gdb.arch/vsx-regs.exp: Update tests.
2191 * gdb.arch/s390-vregs.exp (hex128): New proc.
2192 Update test.
2193 * gdb.arch/altivec-regs.exp: Update tests.
2194
aefd8b33
SDJ
21952017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
2196
2197 * gdb.base/startup-with-shell.c: New file.
2198 * gdb.base/startup-with-shell.exp: Likewise.
2199
2090129c
SDJ
22002017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
2201
2202 * gdb.server/non-existing-program.exp: Update regex in order to
2203 reflect the fact that gdbserver is now using fork_inferior (with a
2204 shell) to startup the inferior.
2205
8e86a419
SM
22062017-05-30 Simon Marchi <simon.marchi@ericsson.com>
2207
2208 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
2209 support function calls from GDB.
2210
e6cf65f2
TT
22112017-05-21 Tom Tromey <tom@tromey.com>
2212
2213 PR rust/21466:
2214 * gdb.rust/unsized.exp: New file.
2215 * gdb.rust/unsized.rs: New file.
2216
43cc5389
TT
22172017-05-19 Tom Tromey <tom@tromey.com>
2218
2219 PR rust/21484:
2220 * gdb.rust/watch.exp: New file.
2221 * gdb.rust/watch.rs: New file.
2222
ec8df234
TT
22232017-05-18 Tom Tromey <tom@tromey.com>
2224
2225 * gdb.rust/simple.exp: Allow Box to be qualified.
2226
3e3e7fae
TP
22272017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
2228
2229 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
2230
59cc050d
PA
22312017-05-18 Pedro Alves <palves@redhat.com>
2232
2233 * gdb.base/fileio.c (test_write, test_read, test_close)
2234 (test_fstat): Don't print 'ret' in the fail path.
2235
c8f6abd1
PA
22362017-05-18 Pedro Alves <palves@redhat.com>
2237
2238 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
2239 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
2240 (test_system, test_rename, test_unlink, test_time): Change
2241 prototypes.
2242 * gdb.base/fileio.exp (stop_msg): Adjust.
2243
d2a03b77
PA
22442017-05-18 Pedro Alves <palves@redhat.com>
2245
2246 * gdb.base/fileio.c (null_str): New global.
2247 (test_stat): Use it.
2248 * gdb.base/fileio.exp: Remove nowarnings.
2249
0d5c6999
YQ
22502017-05-17 Yao Qi <yao.qi@linaro.org>
2251
2252 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
2253
21873064
YQ
22542017-05-17 Simon Marchi <simon.marchi@ericsson.com>
2255
2256 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
2257 argument command.
2258 (top-level): Invoke test_set_inferior_tty.
2259
d512d31c
PA
22602017-05-04 Pedro Alves <palves@redhat.com>
2261
2262 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
2263 Add parens to print call for Python 3.
2264
90cef2ed
KS
22652017-05-03 Keith Seitz <keiths@redhat.com>
2266
2267 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
2268 (main): Call it.
2269
14f819c8
TW
22702017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2271
2272 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
2273 to prev and next.
2274
913aeadd
TW
22752017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2276
2277 * gdb.python/py-record-btrace.exp: Remove test for
2278 gdb.BtraceInstruction.error.
2279
a3be24ad
TW
22802017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2281
2282 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
2283
ae20e79a
TW
22842017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2285
2286 * gdb.python/py-record-btrace-threads.c: New file.
2287 * gdb.python/py-record-btrace-threads.exp: New file.
2288
45ce1b47
SDJ
22892017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
2290
2291 PR testsuite/8595
2292 * gdb.base/environ.exp: Make test available in all architectures.
2293 Move bits related to "info program" testing to
2294 gdb.base/info-program.exp. Rewrite tests to use the two new
2295 procedures mentione below.
2296 (test_set_show_env_var) New procedure.
2297 (test_set_show_env_var_equal): Likewise.
2298 * gdb.base/info-program.exp: New file.
2299
e15c3eb4
KS
23002017-04-27 Keith Seitz <keiths@redhat.com>
2301
2302 * gdb.cp/oranking.cc (test15): New function.
2303 (main): Call test15 and declare additional variables for testing.
2304 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
2305 "p foo101('abc')" tests.
2306 Add tests for cv qualifier overloads.
2307 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
2308 "lvalue reference overload" test.
2309 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
2310 "print value of f1 on Child&& in f2" test.
2311
3a3fd0fd
PA
23122017-04-19 Pedro Alves <palves@redhat.com>
2313
2314 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
2315 procedure.
2316 (top level): Call it.
2317 * lib/gdb.exp (gdb_define_cmd): New procedure.
2318
53375380
PA
23192017-04-12 Pedro Alves <palves@redhat.com>
2320
2321 PR gdb/21323
2322 * gdb.cp/wide_char_types.c: Include <wchar.h>.
2323 (wchar): New global.
2324 * gdb.cp/wide_char_types.exp (wide_char_types_program)
2325 (do_test_wide_char, wide_char_types_no_program, top level): Add
2326 wchar_t testing.
2327
53e710ac
PA
23282017-04-12 Pedro Alves <palves@redhat.com>
2329
2330 PR c++/21323
2331 * gdb.cp/wide_char_types.c: New file.
2332 * gdb.cp/wide_char_types.exp: New file.
2333
0ad9d8c7
SDJ
23342017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
2335
2336 PR gdb/21352
2337 * gdb.trace/tsv.exp: Add test for "tsave -r".
2338
b1b45502
IB
23392017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
2340
2341 * gdb.dlang/watch-loc.c: New file.
2342 * gdb.dlang/watch-loc.exp: New file.
2343
ec13808e
JK
23442017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2345
2346 * gdb.python/py-section-script.exp (sepdebug): New testcases.
2347
fe5f7374
AK
23482017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
2349
2350 * gdb.arch/arc-analyze-prologue.S: New file.
2351 * gdb.arch/arc-analyze-prologue.exp: Likewise.
2352
eea78757
AK
23532017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
2354
2355 * gdb.arch/arc-decode-insn.S: New file.
2356 * gdb.arch/arc-decode-insn.exp: Likewise.
2357
5badf10a
IR
23582017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
2359
2360 PR tdep/20928
2361 * gdb.arch/sparc64-regs.exp: New file.
2362 * gdb.arch/sparc64-regs.S: Likewise.
2363
cee59b3f
TW
23642017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
2365
2366 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
2367 and memory view on Python 3.
2368
c0f55cc6
AV
23692017-03-20 Artemiy Volkov <artemiyv@acm.org>
2370 Keith Seitz <keiths@redhat.com>
2371
2372 PR gdb/14441
2373 * gdb.cp/demangle.exp: Add rvalue reference tests.
2374 * gdb.cp/rvalue-ref-casts.cc: New file.
2375 * gdb.cp/rvalue-ref-casts.exp: New file.
2376 * gdb.cp/rvalue-ref-overload.cc: New file.
2377 * gdb.cp/rvalue-ref-overload.exp: New file.
2378 * gdb.cp/rvalue-ref-params.cc: New file.
2379 * gdb.cp/rvalue-ref-params.exp: New file.
2380 * gdb.cp/rvalue-ref-sizeof.cc: New file.
2381 * gdb.cp/rvalue-ref-sizeof.exp: New file.
2382 * gdb.cp/rvalue-ref-types.cc: New file.
2383 * gdb.cp/rvalue-ref-types.exp: New file.
2384 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
2385 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
2386
51457a05
MAL
23872017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2388
2389 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
2390 New procedure.
2391
5b291c04
MAL
23922017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2393
2394 * lib/mi-support.exp (mi_gdb_test): Add additional message
2395 for unexpected output.
2396
59a56148
AA
23972017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
2398
2399 * gdb.base/examine-backward.c (Barrier): New character array
2400 constant, to ensure that TestStrings is preceded by a string
2401 terminator.
2402
7942e96e
AA
24032017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2404
2405 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
2406 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
2407 and implicit pointer into such a location.
2408
6ebac3fb
DE
24092017-03-16 Doug Evans <dje@google.com>
2410
2411 * gdb.python/py-lazy-string (pointer): Really add new typedef.
2412
ec3b243d
TP
24132017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
2414
2415 * gdb.cp/m-static.exp: Fix expectation for prototype of
2416 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
2417
24182017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
2419
2420 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
2421 * gdb.guile/scm-lazy-string.c: New file.
2422 * gdb.guile/scm-value.exp: Move lazy string tests to ...
2423 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
2424 for pointer, array, typedef lazy strings.
2425
2cc36e25 24262017-03-16 Doug Evans <dje@google.com>
34b43320
DE
2427
2428 PR python/17728, python/18439, python/18779
2429 * gdb.python/py-value.c (main) Delete locals sptr, sn.
2430 * gdb.python/py-lazy-string.c (pointer): New typedef.
2431 (main): New locals ptr, array, typedef_ptr.
2432 * gdb.python/py-value.exp: Move lazy string tests to ...
2433 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
2434 array, typedef lazy strings.
ec3b243d 2435
0efcde63
AK
24362017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
2437
2438 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
2439 Add optional 'test' parameter.
2440
7978d7c3
SM
24412017-03-13 Simon Marchi <simon.marchi@ericsson.com>
2442
2443 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
2444 Skip for versions of DejaGnu < 1.5.
2445
896c0c1e
SM
24462017-03-13 Simon Marchi <simon.marchi@ericsson.com>
2447
2448 * lib/gdb.exp (dejagnu_version): New proc.
2449 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
2450 Use dejagnu_version.
2451
5f4d1085
KS
24522017-03-10 Keith Seitz <keiths@redhat.com>
2453
2454 PR c++/8128
2455 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
2456 type from destructor regexps.
2457 Add a branch which actually passes the test.
2458 Adjust "ptype t5i" test names.
2459
1de05205
PA
24602017-03-08 Pedro Alves <palves@redhat.com>
2461
2462 * gdb.base/step-over-exit.exp: Add explicit test message.
2463
c65d6b55
PA
24642017-03-08 Pedro Alves <palves@redhat.com>
2465
2466 PR gdb/18360
2467 * gdb.threads/interrupt-while-step-over.c: New file.
2468 * gdb.threads/interrupt-while-step-over.exp: New file.
2469
2e86a283
PA
24702017-03-08 Pedro Alves <palves@redhat.com>
2471
2472 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
2473 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
2474
25dcbff6
PA
24752017-03-08 Pedro Alves <palves@redhat.com>
2476
2477 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
2478 PKRU as not supported as a PASS.
2479
dc9366eb
PA
24802017-03-08 Pedro Alves <palves@redhat.com>
2481
2482 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
2483 prefix instead of $binfile1/$binfile2.
2484 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
2485 in test message.
2486 * gdb.python/py-completion.exp: Use "load python file" as test
2487 messages instead of unstable path names.
2488
6e5d74e7
PA
24892017-03-08 Pedro Alves <palves@redhat.com>
2490 Jan Kratochvil <jan.kratochvil@redhat.com>
2491
2492 PR cli/21218
2493 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
2494 New proc.
2495 (top level): Call it.
2496
9753a2f6
PA
24972017-03-08 Pedro Alves <palves@redhat.com>
2498
2499 PR tui/21216
2500 * gdb.tui/tui-nl-filtered-output.exp: New file.
2501
1a4dd9dd
PA
25022017-03-08 Pedro Alves <palves@redhat.com>
2503
2504 * gdb.base/completion.exp: Move TUI completion tests to ...
2505 * gdb.tui/completion.exp: ... this new file.
2506
7cbbff33
PA
25072017-03-08 Pedro Alves <palves@redhat.com>
2508
2509 * gdb.base/tui-disasm-long-lines.c,
2510 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
2511 gdb.base/tui-layout.exp: Move to ...
2512 * gdb.tui/: ... this new directory.
2513
5f6fd321
PA
25142017-03-07 Pedro Alves <palves@redhat.com>
2515
2516 * gdb.base/tui-layout.c: New file.
2517 * gdb.base/tui-layout.exp: New file.
2518
44959fa8
PA
25192017-03-07 Pedro Alves <palves@redhat.com>
2520
2521 * gdb.base/tui-layout.c: Rename to ...
2522 * gdb.base/tui-disasm-long-lines.c: ... this.
2523 * gdb.base/tui-layout.exp: Rename to ...
2524 * gdb.base/tui-disasm-long-lines.exp: ... this.
2525
f8c4e718
PA
25262017-03-07 Pedro Alves <palves@redhat.com>
2527
2528 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
2529
6dbb839a 25302017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
2531
2532 * i386-mpx-call.c: New file.
2533 * i386-mpx-call.exp: New file.
2534
65b48a81
PB
25352017-02-28 Peter Bergner <bergner@vnet.ibm.com>
2536
2537 * gdb.arch/powerpc-power.exp: Delete test.
2538 * gdb.arch/powerpc-power.s: Likewise.
2539 * gdb.disasm/disassembler-options.exp: New test.
2540 * gdb.arch/powerpc-altivec.exp: Likewise.
2541 * gdb.arch/powerpc-altivec.s: Likewise.
2542 * gdb.arch/powerpc-altivec2.exp: Likewise.
2543 * gdb.arch/powerpc-altivec2.s: Likewise.
2544 * gdb.arch/powerpc-altivec3.exp: Likewise.
2545 * gdb.arch/powerpc-altivec3.s: Likewise.
2546 * gdb.arch/powerpc-power7.exp: Likewise.
2547 * gdb.arch/powerpc-power7.s: Likewise.
2548 * gdb.arch/powerpc-power8.exp: Likewise.
2549 * gdb.arch/powerpc-power8.s: Likewise.
2550 * gdb.arch/powerpc-power9.exp: Likewise.
2551 * gdb.arch/powerpc-power9.s: Likewise.
2552 * gdb.arch/powerpc-vsx.exp: Likewise.
2553 * gdb.arch/powerpc-vsx.s: Likewise.
2554 * gdb.arch/powerpc-vsx2.exp: Likewise.
2555 * gdb.arch/powerpc-vsx2.s: Likewise.
2556 * gdb.arch/powerpc-vsx3.exp: Likewise.
2557 * gdb.arch/powerpc-vsx3.s: Likewise.
2558 * gdb.arch/arm-disassembler-options.exp: Likewise.
2559 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
2560 * gdb.arch/s390-disassembler-options.exp: Likewise.
2561
17cd4947
LM
25622017-02-23 Luis Machado <lgustavo@codesourcery.com>
2563
2564 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
2565 (check_supported_features): ... this. Changed return type to void.
2566 (supports_rdseed): New static global.
2567 (rdseed): Check supports_rdseed.
2568 (initialize): Call check_supported_features.
2569
2039d74e
EBM
25702017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2571
2572 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
2573 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
2574 and lqarx/stqcx.
2575 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
2576 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
2577
a51d7ecf
EBM
25782017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2579
2580 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
2581 uppercase.
2582
0224619f
JK
25832017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2584
2585 * gdb.dwarf2/formdata16.c: New file.
2586 * gdb.dwarf2/formdata16.exp: New file.
2587 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
2588
216f72a1
JK
25892017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2590
2591 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
2592 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
2593 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
2594 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
2595 DW_AT_GNU_*.
2596
43988095
JK
25972017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2598
2599 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
2600
99e8a4f9
SDJ
26012017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
2602
2603 PR gdb/21164
2604 * gdb.base/maint.exp: Add testcases for when the commands do
2605 not have arguments.
2606
b58a8c0c
TP
26072017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
2608
2609 * gdb.cp/chained-calls.exp: Use p instead of P.
2610
4e746bb6
TW
26112017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
2612
2613 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
2614 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
2615
3f77c769
TT
26162017-02-14 Tom Tromey <tom@tromey.com>
2617
2618 PR python/13598:
2619 * gdb.python/py-events.exp: Add before_prompt event tests.
2620
075beec0
AA
26212017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2622
2623 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
2624
bf5f525c
LM
26252017-02-13 Luis Machado <lgustavo@codesourcery.com>
2626
2627 * gdb.linespec/explicit.c (my_unique_function_name): New function.
2628 (main): Call my_unique_function_name.
2629 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
2630 completion of patterns with a single match.
2631 Add missing -re switches to gdb_test_multiple calls.
2632
13a66184
LM
26332017-02-13 Luis Machado <lgustavo@codesourcery.com>
2634
2635 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
2636 return if core file is not recognized.
2637
26a06916
SM
26382017-02-10 Simon Marchi <simon.marchi@ericsson.com>
2639
2640 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
2641 and extra UIs.
2642
b761ca9e
SM
26432017-02-10 Simon Marchi <simon.marchi@ericsson.com>
2644
2645 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
2646 proc_with_prefix.
2647
b964bee0
TT
26482017-02-10 Tom Tromey <tom@tromey.com>
2649
2650 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
2651
18da0c51
MG
26522017-02-10 Martin Galvan <martingalvan@sourceware.org>
2653
2654 PR gdb/21122
2655 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
2656
604c4576
JG
26572017-02-08 Jerome Guitton <guitton@adacore.com>
2658
2659 * gdb.base/define.exp: Add test for command abbreviations
2660 in define.
2661
20b477a7
LM
26622017-02-06 Luis Machado <lgustavo@codesourcery.com>
2663
2664 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
2665 * gdb.reverse/insn-reverse-x86.c: New file.
2666
3f7b46f2
IR
26672017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
2668
2669 PR tdep/20936
2670 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
2671
f0fd41c1
TT
26722017-02-03 Tom Tromey <tom@tromey.com>
2673
2674 PR rust/21097:
2675 * gdb.rust/simple.exp: Add new tests.
2676
5be5dbf0
PA
26772017-02-02 Pedro Alves <palves@redhat.com>
2678
2679 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
2680 tests.
2681
7346ef59
AA
26822017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
2683
2684 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
2685 taking a 2-byte value out of a 4-byte DWARF implicit value on
2686 big-endian targets.
2687 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
2688 logic. Add test cases for DW_OP_implicit.
2689
787f0025
MM
26902017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2691
2692 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
2693
68777c29
MM
26942017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2695
2696 * gdb.btrace/enable.exp: Call gdb_exit before
2697 skip_gdbserver_tests.
2698
0a1c7e28
MM
26992017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2700
2701 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
2702 GDBFLAGS.
2703
b5ac99b0
MM
27042017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2705
2706 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
2707 the test is skipped.
2708 * gdb.btrace/data.exp: Likewise.
2709 * gdb.btrace/delta.exp: Likewise.
2710 * gdb.btrace/dlopen.exp: Likewise.
2711 * gdb.btrace/enable-running.exp: Likewise.
2712 * gdb.btrace/enable.exp: Likewise.
2713 * gdb.btrace/exception.exp: Likewise.
2714 * gdb.btrace/function_call_history.exp: Likewise.
2715 * gdb.btrace/gcore.exp: Likewise.
2716 * gdb.btrace/instruction_history.exp: Likewise.
2717 * gdb.btrace/multi-thread-step.exp: Likewise.
2718 * gdb.btrace/nohist.exp: Likewise.
2719 * gdb.btrace/non-stop.exp: Likewise.
2720 * gdb.btrace/reconnect.exp: Likewise.
2721 * gdb.btrace/record_goto-step.exp: Likewise.
2722 * gdb.btrace/record_goto.exp: Likewise.
2723 * gdb.btrace/rn-dl-bind.exp: Likewise.
2724 * gdb.btrace/segv.exp: Likewise.
2725 * gdb.btrace/step.exp: Likewise.
2726 * gdb.btrace/stepi.exp: Likewise.
2727 * gdb.btrace/tailcall-only.exp: Likewise.
2728 * gdb.btrace/tailcall.exp: Likewise.
2729 * gdb.btrace/tsx.exp: Likewise.
2730 * gdb.btrace/unknown_functions.exp: Likewise.
2731 * gdb.btrace/vdso.exp: Likewise.
2732
cd4007e4
MM
27332017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2734
2735 * gdb.btrace/enable-running.c: New.
2736 * gdb.btrace/enable-running.exp: New.
2737
2735833d
WT
27382017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
2739
2740 * gdb.arch/amd64-gs_base.c: New file.
2741 * gdb.arch/amd64-gs_base.exp: New file.
2742
b51e1e94
LM
27432017-01-26 Luis Machado <lgustavo@codesourcery.com>
2744
2745 * lib/memory.exp: Remove spurious empty newlines.
2746
72ca0410
SM
27472017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
2748
2749 * gdb.python/py-bad-printers.exp: Load python file using "source".
2750 * gdb.python/py-events.exp: Likewise.
2751 * gdb.python/py-evsignal.exp: Likewise.
2752 * gdb.python/py-evthreads.exp: Likewise.
2753 * gdb.python/py-frame-args.exp: Likewise.
2754 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
2755 * gdb.python/py-framefilter-mi.exp: Likewise.
2756 * gdb.python/py-framefilter.exp: Likewise.
2757 * gdb.python/py-mi.exp: Likewise.
2758 * gdb.python/py-pp-maint.exp: Likewise.
2759 * gdb.python/py-pp-registration.exp: Likewise.
2760 * gdb.python/py-prettyprint.exp: Likewise.
2761 (run_lang_tests): Likewise.
2762 * gdb.python/py-typeprint.exp: Likewise.
2763
e309aa65
LM
27642017-01-26 Luis Machado <lgustavo@codesourcery.com>
2765
2766 * lib/memory.exp: New file.
2767 * lib/gdb.exp: Load memory.exp.
2768 * gdb.base/memattr.exp (delete_memory): Move proc to
2769 lib/memory.exp and rename to delete_memory_regions.
2770 Replace delete_memory with delete_memory_regions.
2771 Cleanup memory regions before tests.
2772 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
2773 before tests.
2774
515aff23
LM
27752017-01-26 Luis Machado <lgustavo@codesourcery.com>
2776
2777 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
2778 files.
2779 (initialize): New function conditionally defined.
2780 (testcases): Move within conditional block.
2781 (main): Call initialize.
2782 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
2783 of gdb.reverse/insn-reverse.c.
2784 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
2785 gdb.reverse/insn-reverse.c.
2786
d8b49cf0
YQ
27872017-01-26 Yao Qi <yao.qi@linaro.org>
2788
2789 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
2790 disassemble on address 0.
2791
f13a9a0c
YQ
27922017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
2793 Yao Qi <yao.qi@linaro.org>
2794
2795 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
2796 * gdb.dwarf2/implptr-64bit.S: Remove.
2797 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
2798 variables in caller's context. Add DW_OP_implicit_value.
2799
5ac95241
YQ
28002017-01-25 Yao Qi <yao.qi@linaro.org>
2801
2802 * lib/dwarf.exp (Dwarf::_location): Handle
2803 DW_OP_GNU_implicit_pointer with proper size.
2804
23e82930
LM
28052017-01-20 Luis Machado <lgustavo@codesourcery.com>
2806
2807 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
2808 and add untested calls.
2809
d334ae25
LM
28102017-01-20 Luis Machado <lgustavo@codesourcery.com>
2811
2812 * gdb.python/python.exp: Check line number against what GDB thinks
2813 the line number is for func1.
2814
f5e6296e
IB
28152017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
2816
2817 * gdb.dlang/debug-expr.exp: New file.
2818
5b362f04
LM
28192016-12-23 Luis Machado <lgustavo@codesourcery.com>
2820
2821 Fix test names for the following files:
2822
2823 * gdb.ada/exec_changed.exp
2824 * gdb.ada/info_types.exp
2825 * gdb.arch/aarch64-atomic-inst.exp
2826 * gdb.arch/aarch64-fp.exp
2827 * gdb.arch/altivec-abi.exp
2828 * gdb.arch/altivec-regs.exp
2829 * gdb.arch/amd64-byte.exp
2830 * gdb.arch/amd64-disp-step.exp
2831 * gdb.arch/amd64-dword.exp
2832 * gdb.arch/amd64-entry-value-inline.exp
2833 * gdb.arch/amd64-entry-value-param.exp
2834 * gdb.arch/amd64-entry-value-paramref.exp
2835 * gdb.arch/amd64-entry-value.exp
2836 * gdb.arch/amd64-i386-address.exp
2837 * gdb.arch/amd64-invalid-stack-middle.exp
2838 * gdb.arch/amd64-invalid-stack-top.exp
2839 * gdb.arch/amd64-optimout-repeat.exp
2840 * gdb.arch/amd64-prologue-skip.exp
2841 * gdb.arch/amd64-prologue-xmm.exp
2842 * gdb.arch/amd64-stap-special-operands.exp
2843 * gdb.arch/amd64-stap-wrong-subexp.exp
2844 * gdb.arch/amd64-tailcall-cxx.exp
2845 * gdb.arch/amd64-tailcall-noret.exp
2846 * gdb.arch/amd64-tailcall-ret.exp
2847 * gdb.arch/amd64-tailcall-self.exp
2848 * gdb.arch/amd64-word.exp
2849 * gdb.arch/arm-bl-branch-dest.exp
2850 * gdb.arch/arm-disp-step.exp
2851 * gdb.arch/arm-neon.exp
2852 * gdb.arch/arm-single-step-kernel-helper.exp
2853 * gdb.arch/avr-flash-qualifier.exp
2854 * gdb.arch/disp-step-insn-reloc.exp
2855 * gdb.arch/e500-abi.exp
2856 * gdb.arch/e500-regs.exp
2857 * gdb.arch/ftrace-insn-reloc.exp
2858 * gdb.arch/i386-avx512.exp
2859 * gdb.arch/i386-bp_permanent.exp
2860 * gdb.arch/i386-byte.exp
2861 * gdb.arch/i386-cfi-notcurrent.exp
2862 * gdb.arch/i386-disp-step.exp
2863 * gdb.arch/i386-dr3-watch.exp
2864 * gdb.arch/i386-float.exp
2865 * gdb.arch/i386-gnu-cfi.exp
2866 * gdb.arch/i386-mpx-map.exp
2867 * gdb.arch/i386-mpx-sigsegv.exp
2868 * gdb.arch/i386-mpx-simple_segv.exp
2869 * gdb.arch/i386-mpx.exp
2870 * gdb.arch/i386-permbkpt.exp
2871 * gdb.arch/i386-prologue.exp
2872 * gdb.arch/i386-signal.exp
2873 * gdb.arch/i386-size-overlap.exp
2874 * gdb.arch/i386-unwind.exp
2875 * gdb.arch/i386-word.exp
2876 * gdb.arch/mips-fcr.exp
2877 * gdb.arch/powerpc-d128-regs.exp
2878 * gdb.arch/powerpc-stackless.exp
2879 * gdb.arch/ppc64-atomic-inst.exp
2880 * gdb.arch/s390-stackless.exp
2881 * gdb.arch/s390-tdbregs.exp
2882 * gdb.arch/s390-vregs.exp
2883 * gdb.arch/sparc-sysstep.exp
2884 * gdb.arch/thumb-bx-pc.exp
2885 * gdb.arch/thumb-singlestep.exp
2886 * gdb.arch/thumb2-it.exp
2887 * gdb.arch/vsx-regs.exp
2888 * gdb.asm/asm-source.exp
2889 * gdb.base/a2-run.exp
2890 * gdb.base/advance.exp
2891 * gdb.base/all-bin.exp
2892 * gdb.base/anon.exp
2893 * gdb.base/args.exp
2894 * gdb.base/arithmet.exp
2895 * gdb.base/async-shell.exp
2896 * gdb.base/async.exp
2897 * gdb.base/attach-pie-noexec.exp
2898 * gdb.base/attach-twice.exp
2899 * gdb.base/auto-load.exp
2900 * gdb.base/bang.exp
2901 * gdb.base/bitfields.exp
2902 * gdb.base/break-always.exp
2903 * gdb.base/break-caller-line.exp
2904 * gdb.base/break-entry.exp
2905 * gdb.base/break-inline.exp
2906 * gdb.base/break-on-linker-gcd-function.exp
2907 * gdb.base/break-probes.exp
2908 * gdb.base/break.exp
2909 * gdb.base/breakpoint-shadow.exp
2910 * gdb.base/call-ar-st.exp
2911 * gdb.base/call-sc.exp
2912 * gdb.base/call-signal-resume.exp
2913 * gdb.base/call-strs.exp
2914 * gdb.base/callfuncs.exp
2915 * gdb.base/catch-fork-static.exp
2916 * gdb.base/catch-gdb-caused-signals.exp
2917 * gdb.base/catch-load.exp
2918 * gdb.base/catch-signal-fork.exp
2919 * gdb.base/catch-signal.exp
2920 * gdb.base/catch-syscall.exp
2921 * gdb.base/charset.exp
2922 * gdb.base/checkpoint.exp
2923 * gdb.base/chng-syms.exp
2924 * gdb.base/code-expr.exp
2925 * gdb.base/code_elim.exp
2926 * gdb.base/commands.exp
2927 * gdb.base/completion.exp
2928 * gdb.base/complex.exp
2929 * gdb.base/cond-expr.exp
2930 * gdb.base/condbreak.exp
2931 * gdb.base/consecutive.exp
2932 * gdb.base/continue-all-already-running.exp
2933 * gdb.base/coredump-filter.exp
2934 * gdb.base/corefile.exp
2935 * gdb.base/dbx.exp
2936 * gdb.base/debug-expr.exp
2937 * gdb.base/define.exp
2938 * gdb.base/del.exp
2939 * gdb.base/disabled-location.exp
2940 * gdb.base/disasm-end-cu.exp
2941 * gdb.base/disasm-optim.exp
2942 * gdb.base/display.exp
2943 * gdb.base/duplicate-bp.exp
2944 * gdb.base/ena-dis-br.exp
2945 * gdb.base/ending-run.exp
2946 * gdb.base/enumval.exp
2947 * gdb.base/environ.exp
2948 * gdb.base/eu-strip-infcall.exp
2949 * gdb.base/eval-avoid-side-effects.exp
2950 * gdb.base/eval-skip.exp
2951 * gdb.base/exitsignal.exp
2952 * gdb.base/expand-psymtabs.exp
2953 * gdb.base/filesym.exp
2954 * gdb.base/find-unmapped.exp
2955 * gdb.base/finish.exp
2956 * gdb.base/float.exp
2957 * gdb.base/foll-exec-mode.exp
2958 * gdb.base/foll-exec.exp
2959 * gdb.base/foll-fork.exp
2960 * gdb.base/fortran-sym-case.exp
2961 * gdb.base/freebpcmd.exp
2962 * gdb.base/func-ptr.exp
2963 * gdb.base/func-ptrs.exp
2964 * gdb.base/funcargs.exp
2965 * gdb.base/gcore-buffer-overflow.exp
2966 * gdb.base/gcore-relro-pie.exp
2967 * gdb.base/gcore-relro.exp
2968 * gdb.base/gcore.exp
2969 * gdb.base/gdb1090.exp
2970 * gdb.base/gdb11530.exp
2971 * gdb.base/gdb11531.exp
2972 * gdb.base/gdb1821.exp
2973 * gdb.base/gdbindex-stabs.exp
2974 * gdb.base/gdbvars.exp
2975 * gdb.base/hbreak.exp
2976 * gdb.base/hbreak2.exp
2977 * gdb.base/included.exp
2978 * gdb.base/infcall-input.exp
2979 * gdb.base/inferior-died.exp
2980 * gdb.base/infnan.exp
2981 * gdb.base/info-macros.exp
2982 * gdb.base/info-os.exp
2983 * gdb.base/info-proc.exp
2984 * gdb.base/info-shared.exp
2985 * gdb.base/info-target.exp
2986 * gdb.base/infoline.exp
2987 * gdb.base/interp.exp
2988 * gdb.base/interrupt.exp
2989 * gdb.base/jit-reader.exp
2990 * gdb.base/jit-simple.exp
2991 * gdb.base/kill-after-signal.exp
2992 * gdb.base/kill-detach-inferiors-cmd.exp
2993 * gdb.base/label.exp
2994 * gdb.base/langs.exp
2995 * gdb.base/ldbl_e308.exp
2996 * gdb.base/line-symtabs.exp
2997 * gdb.base/linespecs.exp
2998 * gdb.base/list.exp
2999 * gdb.base/long_long.exp
3000 * gdb.base/longest-types.exp
3001 * gdb.base/maint.exp
3002 * gdb.base/max-value-size.exp
3003 * gdb.base/memattr.exp
3004 * gdb.base/mips_pro.exp
3005 * gdb.base/morestack.exp
3006 * gdb.base/moribund-step.exp
3007 * gdb.base/multi-forks.exp
3008 * gdb.base/nested-addr.exp
3009 * gdb.base/nextoverexit.exp
3010 * gdb.base/noreturn-finish.exp
3011 * gdb.base/noreturn-return.exp
3012 * gdb.base/nostdlib.exp
3013 * gdb.base/offsets.exp
3014 * gdb.base/opaque.exp
3015 * gdb.base/pc-fp.exp
3016 * gdb.base/permissions.exp
3017 * gdb.base/print-symbol-loading.exp
3018 * gdb.base/prologue-include.exp
3019 * gdb.base/psymtab.exp
3020 * gdb.base/ptype.exp
3021 * gdb.base/random-signal.exp
3022 * gdb.base/randomize.exp
3023 * gdb.base/range-stepping.exp
3024 * gdb.base/readline-ask.exp
3025 * gdb.base/recpar.exp
3026 * gdb.base/recurse.exp
3027 * gdb.base/relational.exp
3028 * gdb.base/restore.exp
3029 * gdb.base/return-nodebug.exp
3030 * gdb.base/return.exp
3031 * gdb.base/run-after-attach.exp
3032 * gdb.base/save-bp.exp
3033 * gdb.base/scope.exp
3034 * gdb.base/sect-cmd.exp
3035 * gdb.base/set-lang-auto.exp
3036 * gdb.base/set-noassign.exp
3037 * gdb.base/setvar.exp
3038 * gdb.base/sigall.exp
3039 * gdb.base/sigbpt.exp
3040 * gdb.base/siginfo-addr.exp
3041 * gdb.base/siginfo-infcall.exp
3042 * gdb.base/siginfo-obj.exp
3043 * gdb.base/siginfo.exp
3044 * gdb.base/signals-state-child.exp
3045 * gdb.base/signest.exp
3046 * gdb.base/sigstep.exp
3047 * gdb.base/sizeof.exp
3048 * gdb.base/skip.exp
3049 * gdb.base/solib-corrupted.exp
3050 * gdb.base/solib-nodir.exp
3051 * gdb.base/solib-search.exp
3052 * gdb.base/stack-checking.exp
3053 * gdb.base/stale-infcall.exp
3054 * gdb.base/stap-probe.exp
3055 * gdb.base/start.exp
3056 * gdb.base/step-break.exp
3057 * gdb.base/step-bt.exp
3058 * gdb.base/step-line.exp
3059 * gdb.base/step-over-exit.exp
3060 * gdb.base/step-over-syscall.exp
3061 * gdb.base/step-resume-infcall.exp
3062 * gdb.base/step-test.exp
3063 * gdb.base/store.exp
3064 * gdb.base/structs3.exp
3065 * gdb.base/sym-file.exp
3066 * gdb.base/symbol-without-target_section.exp
3067 * gdb.base/term.exp
3068 * gdb.base/testenv.exp
3069 * gdb.base/ui-redirect.exp
3070 * gdb.base/until.exp
3071 * gdb.base/unwindonsignal.exp
3072 * gdb.base/value-double-free.exp
3073 * gdb.base/vla-datatypes.exp
3074 * gdb.base/vla-ptr.exp
3075 * gdb.base/vla-sideeffect.exp
3076 * gdb.base/volatile.exp
3077 * gdb.base/watch-cond-infcall.exp
3078 * gdb.base/watch-cond.exp
3079 * gdb.base/watch-non-mem.exp
3080 * gdb.base/watch-read.exp
3081 * gdb.base/watch-vfork.exp
3082 * gdb.base/watchpoint-cond-gone.exp
3083 * gdb.base/watchpoint-delete.exp
3084 * gdb.base/watchpoint-hw-hit-once.exp
3085 * gdb.base/watchpoint-hw.exp
3086 * gdb.base/watchpoint-stops-at-right-insn.exp
3087 * gdb.base/watchpoints.exp
3088 * gdb.base/wchar.exp
3089 * gdb.base/whatis-exp.exp
3090 * gdb.btrace/buffer-size.exp
3091 * gdb.btrace/data.exp
3092 * gdb.btrace/delta.exp
3093 * gdb.btrace/dlopen.exp
3094 * gdb.btrace/enable.exp
3095 * gdb.btrace/exception.exp
3096 * gdb.btrace/function_call_history.exp
3097 * gdb.btrace/gcore.exp
3098 * gdb.btrace/instruction_history.exp
3099 * gdb.btrace/nohist.exp
3100 * gdb.btrace/reconnect.exp
3101 * gdb.btrace/record_goto-step.exp
3102 * gdb.btrace/record_goto.exp
3103 * gdb.btrace/rn-dl-bind.exp
3104 * gdb.btrace/segv.exp
3105 * gdb.btrace/step.exp
3106 * gdb.btrace/stepi.exp
3107 * gdb.btrace/tailcall-only.exp
3108 * gdb.btrace/tailcall.exp
3109 * gdb.btrace/tsx.exp
3110 * gdb.btrace/unknown_functions.exp
3111 * gdb.btrace/vdso.exp
3112 * gdb.compile/compile-ifunc.exp
3113 * gdb.compile/compile-ops.exp
3114 * gdb.compile/compile-print.exp
3115 * gdb.compile/compile-setjmp.exp
3116 * gdb.cp/abstract-origin.exp
3117 * gdb.cp/ambiguous.exp
3118 * gdb.cp/annota2.exp
3119 * gdb.cp/annota3.exp
3120 * gdb.cp/anon-ns.exp
3121 * gdb.cp/anon-struct.exp
3122 * gdb.cp/anon-union.exp
3123 * gdb.cp/arg-reference.exp
3124 * gdb.cp/baseenum.exp
3125 * gdb.cp/bool.exp
3126 * gdb.cp/breakpoint.exp
3127 * gdb.cp/bs15503.exp
3128 * gdb.cp/call-c.exp
3129 * gdb.cp/casts.exp
3130 * gdb.cp/chained-calls.exp
3131 * gdb.cp/class2.exp
3132 * gdb.cp/classes.exp
3133 * gdb.cp/cmpd-minsyms.exp
3134 * gdb.cp/converts.exp
3135 * gdb.cp/cp-relocate.exp
3136 * gdb.cp/cpcompletion.exp
3137 * gdb.cp/cpexprs.exp
3138 * gdb.cp/cplabel.exp
3139 * gdb.cp/cplusfuncs.exp
3140 * gdb.cp/cpsizeof.exp
3141 * gdb.cp/ctti.exp
3142 * gdb.cp/derivation.exp
3143 * gdb.cp/destrprint.exp
3144 * gdb.cp/dispcxx.exp
3145 * gdb.cp/enum-class.exp
3146 * gdb.cp/exception.exp
3147 * gdb.cp/exceptprint.exp
3148 * gdb.cp/expand-psymtabs-cxx.exp
3149 * gdb.cp/expand-sals.exp
3150 * gdb.cp/extern-c.exp
3151 * gdb.cp/filename.exp
3152 * gdb.cp/formatted-ref.exp
3153 * gdb.cp/fpointer.exp
3154 * gdb.cp/gdb1355.exp
3155 * gdb.cp/gdb2495.exp
3156 * gdb.cp/hang.exp
3157 * gdb.cp/impl-this.exp
3158 * gdb.cp/infcall-dlopen.exp
3159 * gdb.cp/inherit.exp
3160 * gdb.cp/iostream.exp
3161 * gdb.cp/koenig.exp
3162 * gdb.cp/local.exp
3163 * gdb.cp/m-data.exp
3164 * gdb.cp/m-static.exp
3165 * gdb.cp/mb-ctor.exp
3166 * gdb.cp/mb-inline.exp
3167 * gdb.cp/mb-templates.exp
3168 * gdb.cp/member-name.exp
3169 * gdb.cp/member-ptr.exp
3170 * gdb.cp/meth-typedefs.exp
3171 * gdb.cp/method.exp
3172 * gdb.cp/method2.exp
3173 * gdb.cp/minsym-fallback.exp
3174 * gdb.cp/misc.exp
3175 * gdb.cp/namelessclass.exp
3176 * gdb.cp/namespace-enum.exp
3177 * gdb.cp/namespace-nested-import.exp
3178 * gdb.cp/namespace.exp
3179 * gdb.cp/nextoverthrow.exp
3180 * gdb.cp/no-dmgl-verbose.exp
3181 * gdb.cp/non-trivial-retval.exp
3182 * gdb.cp/noparam.exp
3183 * gdb.cp/nsdecl.exp
3184 * gdb.cp/nsimport.exp
3185 * gdb.cp/nsnested.exp
3186 * gdb.cp/nsnoimports.exp
3187 * gdb.cp/nsrecurs.exp
3188 * gdb.cp/nsstress.exp
3189 * gdb.cp/nsusing.exp
3190 * gdb.cp/operator.exp
3191 * gdb.cp/oranking.exp
3192 * gdb.cp/overload-const.exp
3193 * gdb.cp/overload.exp
3194 * gdb.cp/ovldbreak.exp
3195 * gdb.cp/ovsrch.exp
3196 * gdb.cp/paren-type.exp
3197 * gdb.cp/parse-lang.exp
3198 * gdb.cp/pass-by-ref.exp
3199 * gdb.cp/pr-1023.exp
3200 * gdb.cp/pr-1210.exp
3201 * gdb.cp/pr-574.exp
3202 * gdb.cp/pr10687.exp
3203 * gdb.cp/pr12028.exp
3204 * gdb.cp/pr17132.exp
3205 * gdb.cp/pr17494.exp
3206 * gdb.cp/pr9067.exp
3207 * gdb.cp/pr9167.exp
3208 * gdb.cp/pr9631.exp
3209 * gdb.cp/printmethod.exp
3210 * gdb.cp/psmang.exp
3211 * gdb.cp/psymtab-parameter.exp
3212 * gdb.cp/ptype-cv-cp.exp
3213 * gdb.cp/ptype-flags.exp
3214 * gdb.cp/re-set-overloaded.exp
3215 * gdb.cp/ref-types.exp
3216 * gdb.cp/rtti.exp
3217 * gdb.cp/scope-err.exp
3218 * gdb.cp/shadow.exp
3219 * gdb.cp/smartp.exp
3220 * gdb.cp/static-method.exp
3221 * gdb.cp/static-print-quit.exp
3222 * gdb.cp/temargs.exp
3223 * gdb.cp/templates.exp
3224 * gdb.cp/try_catch.exp
3225 * gdb.cp/typedef-operator.exp
3226 * gdb.cp/typeid.exp
3227 * gdb.cp/userdef.exp
3228 * gdb.cp/using-crash.exp
3229 * gdb.cp/var-tag.exp
3230 * gdb.cp/virtbase.exp
3231 * gdb.cp/virtfunc.exp
3232 * gdb.cp/virtfunc2.exp
3233 * gdb.cp/vla-cxx.exp
3234 * gdb.disasm/t01_mov.exp
3235 * gdb.disasm/t02_mova.exp
3236 * gdb.disasm/t03_add.exp
3237 * gdb.disasm/t04_sub.exp
3238 * gdb.disasm/t05_cmp.exp
3239 * gdb.disasm/t06_ari2.exp
3240 * gdb.disasm/t07_ari3.exp
3241 * gdb.disasm/t08_or.exp
3242 * gdb.disasm/t09_xor.exp
3243 * gdb.disasm/t10_and.exp
3244 * gdb.disasm/t11_logs.exp
3245 * gdb.disasm/t12_bit.exp
3246 * gdb.disasm/t13_otr.exp
3247 * gdb.dlang/circular.exp
3248 * gdb.dwarf2/arr-stride.exp
3249 * gdb.dwarf2/arr-subrange.exp
3250 * gdb.dwarf2/atomic-type.exp
3251 * gdb.dwarf2/bad-regnum.exp
3252 * gdb.dwarf2/bitfield-parent-optimized-out.exp
3253 * gdb.dwarf2/callframecfa.exp
3254 * gdb.dwarf2/clztest.exp
3255 * gdb.dwarf2/corrupt.exp
3256 * gdb.dwarf2/data-loc.exp
3257 * gdb.dwarf2/dup-psym.exp
3258 * gdb.dwarf2/dw2-anon-mptr.exp
3259 * gdb.dwarf2/dw2-anonymous-func.exp
3260 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
3261 * gdb.dwarf2/dw2-bad-unresolved.exp
3262 * gdb.dwarf2/dw2-basic.exp
3263 * gdb.dwarf2/dw2-canonicalize-type.exp
3264 * gdb.dwarf2/dw2-case-insensitive.exp
3265 * gdb.dwarf2/dw2-common-block.exp
3266 * gdb.dwarf2/dw2-compdir-oldgcc.exp
3267 * gdb.dwarf2/dw2-compressed.exp
3268 * gdb.dwarf2/dw2-const.exp
3269 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
3270 * gdb.dwarf2/dw2-cu-size.exp
3271 * gdb.dwarf2/dw2-dup-frame.exp
3272 * gdb.dwarf2/dw2-entry-value.exp
3273 * gdb.dwarf2/dw2-icycle.exp
3274 * gdb.dwarf2/dw2-ifort-parameter.exp
3275 * gdb.dwarf2/dw2-inline-break.exp
3276 * gdb.dwarf2/dw2-inline-param.exp
3277 * gdb.dwarf2/dw2-intercu.exp
3278 * gdb.dwarf2/dw2-intermix.exp
3279 * gdb.dwarf2/dw2-lexical-block-bare.exp
3280 * gdb.dwarf2/dw2-linkage-name-trust.exp
3281 * gdb.dwarf2/dw2-minsym-in-cu.exp
3282 * gdb.dwarf2/dw2-noloc.exp
3283 * gdb.dwarf2/dw2-op-call.exp
3284 * gdb.dwarf2/dw2-op-out-param.exp
3285 * gdb.dwarf2/dw2-opt-structptr.exp
3286 * gdb.dwarf2/dw2-param-error.exp
3287 * gdb.dwarf2/dw2-producer.exp
3288 * gdb.dwarf2/dw2-ranges-base.exp
3289 * gdb.dwarf2/dw2-ref-missing-frame.exp
3290 * gdb.dwarf2/dw2-reg-undefined.exp
3291 * gdb.dwarf2/dw2-regno-invalid.exp
3292 * gdb.dwarf2/dw2-restore.exp
3293 * gdb.dwarf2/dw2-restrict.exp
3294 * gdb.dwarf2/dw2-single-line-discriminators.exp
3295 * gdb.dwarf2/dw2-strp.exp
3296 * gdb.dwarf2/dw2-undefined-ret-addr.exp
3297 * gdb.dwarf2/dw2-unresolved.exp
3298 * gdb.dwarf2/dw2-var-zero-addr.exp
3299 * gdb.dwarf2/dw4-sig-types.exp
3300 * gdb.dwarf2/dwz.exp
3301 * gdb.dwarf2/dynarr-ptr.exp
3302 * gdb.dwarf2/enum-type.exp
3303 * gdb.dwarf2/gdb-index.exp
3304 * gdb.dwarf2/implptr-64bit.exp
3305 * gdb.dwarf2/implptr-optimized-out.exp
3306 * gdb.dwarf2/implptr.exp
3307 * gdb.dwarf2/implref-array.exp
3308 * gdb.dwarf2/implref-const.exp
3309 * gdb.dwarf2/implref-global.exp
3310 * gdb.dwarf2/implref-struct.exp
3311 * gdb.dwarf2/mac-fileno.exp
3312 * gdb.dwarf2/main-subprogram.exp
3313 * gdb.dwarf2/member-ptr-forwardref.exp
3314 * gdb.dwarf2/method-ptr.exp
3315 * gdb.dwarf2/missing-sig-type.exp
3316 * gdb.dwarf2/nonvar-access.exp
3317 * gdb.dwarf2/opaque-type-lookup.exp
3318 * gdb.dwarf2/pieces-optimized-out.exp
3319 * gdb.dwarf2/pieces.exp
3320 * gdb.dwarf2/pr10770.exp
3321 * gdb.dwarf2/pr13961.exp
3322 * gdb.dwarf2/staticvirtual.exp
3323 * gdb.dwarf2/subrange.exp
3324 * gdb.dwarf2/symtab-producer.exp
3325 * gdb.dwarf2/trace-crash.exp
3326 * gdb.dwarf2/typeddwarf.exp
3327 * gdb.dwarf2/valop.exp
3328 * gdb.dwarf2/watch-notconst.exp
3329 * gdb.fortran/array-element.exp
3330 * gdb.fortran/charset.exp
3331 * gdb.fortran/common-block.exp
3332 * gdb.fortran/complex.exp
3333 * gdb.fortran/derived-type-function.exp
3334 * gdb.fortran/derived-type.exp
3335 * gdb.fortran/logical.exp
3336 * gdb.fortran/module.exp
3337 * gdb.fortran/multi-dim.exp
3338 * gdb.fortran/nested-funcs.exp
3339 * gdb.fortran/print-formatted.exp
3340 * gdb.fortran/subarray.exp
3341 * gdb.fortran/vla-alloc-assoc.exp
3342 * gdb.fortran/vla-datatypes.exp
3343 * gdb.fortran/vla-history.exp
3344 * gdb.fortran/vla-ptr-info.exp
3345 * gdb.fortran/vla-ptype-sub.exp
3346 * gdb.fortran/vla-ptype.exp
3347 * gdb.fortran/vla-sizeof.exp
3348 * gdb.fortran/vla-type.exp
3349 * gdb.fortran/vla-value-sub-arbitrary.exp
3350 * gdb.fortran/vla-value-sub-finish.exp
3351 * gdb.fortran/vla-value-sub.exp
3352 * gdb.fortran/vla-value.exp
3353 * gdb.fortran/whatis_type.exp
3354 * gdb.go/chan.exp
3355 * gdb.go/handcall.exp
3356 * gdb.go/hello.exp
3357 * gdb.go/integers.exp
3358 * gdb.go/methods.exp
3359 * gdb.go/package.exp
3360 * gdb.go/strings.exp
3361 * gdb.go/types.exp
3362 * gdb.go/unsafe.exp
3363 * gdb.guile/scm-arch.exp
3364 * gdb.guile/scm-block.exp
3365 * gdb.guile/scm-breakpoint.exp
3366 * gdb.guile/scm-cmd.exp
3367 * gdb.guile/scm-disasm.exp
3368 * gdb.guile/scm-equal.exp
3369 * gdb.guile/scm-frame-args.exp
3370 * gdb.guile/scm-frame-inline.exp
3371 * gdb.guile/scm-frame.exp
3372 * gdb.guile/scm-iterator.exp
3373 * gdb.guile/scm-math.exp
3374 * gdb.guile/scm-objfile.exp
3375 * gdb.guile/scm-ports.exp
3376 * gdb.guile/scm-symbol.exp
3377 * gdb.guile/scm-symtab.exp
3378 * gdb.guile/scm-value-cc.exp
3379 * gdb.guile/types-module.exp
3380 * gdb.linespec/break-ask.exp
3381 * gdb.linespec/cpexplicit.exp
3382 * gdb.linespec/explicit.exp
3383 * gdb.linespec/keywords.exp
3384 * gdb.linespec/linespec.exp
3385 * gdb.linespec/ls-dollar.exp
3386 * gdb.linespec/ls-errs.exp
3387 * gdb.linespec/skip-two.exp
3388 * gdb.linespec/thread.exp
3389 * gdb.mi/mi-async.exp
3390 * gdb.mi/mi-basics.exp
3391 * gdb.mi/mi-break.exp
3392 * gdb.mi/mi-catch-load.exp
3393 * gdb.mi/mi-cli.exp
3394 * gdb.mi/mi-cmd-param-changed.exp
3395 * gdb.mi/mi-console.exp
3396 * gdb.mi/mi-detach.exp
3397 * gdb.mi/mi-disassemble.exp
3398 * gdb.mi/mi-eval.exp
3399 * gdb.mi/mi-file-transfer.exp
3400 * gdb.mi/mi-file.exp
3401 * gdb.mi/mi-fill-memory.exp
3402 * gdb.mi/mi-inheritance-syntax-error.exp
3403 * gdb.mi/mi-linespec-err-cp.exp
3404 * gdb.mi/mi-logging.exp
3405 * gdb.mi/mi-memory-changed.exp
3406 * gdb.mi/mi-read-memory.exp
3407 * gdb.mi/mi-record-changed.exp
3408 * gdb.mi/mi-reg-undefined.exp
3409 * gdb.mi/mi-regs.exp
3410 * gdb.mi/mi-return.exp
3411 * gdb.mi/mi-reverse.exp
3412 * gdb.mi/mi-simplerun.exp
3413 * gdb.mi/mi-solib.exp
3414 * gdb.mi/mi-stack.exp
3415 * gdb.mi/mi-stepi.exp
3416 * gdb.mi/mi-syn-frame.exp
3417 * gdb.mi/mi-until.exp
3418 * gdb.mi/mi-var-block.exp
3419 * gdb.mi/mi-var-child.exp
3420 * gdb.mi/mi-var-cmd.exp
3421 * gdb.mi/mi-var-cp.exp
3422 * gdb.mi/mi-var-display.exp
3423 * gdb.mi/mi-var-invalidate.exp
3424 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
3425 * gdb.mi/mi-vla-fortran.exp
3426 * gdb.mi/mi-watch.exp
3427 * gdb.mi/mi2-var-child.exp
3428 * gdb.mi/user-selected-context-sync.exp
3429 * gdb.modula2/unbounded-array.exp
3430 * gdb.multi/dummy-frame-restore.exp
3431 * gdb.multi/multi-arch-exec.exp
3432 * gdb.multi/multi-arch.exp
3433 * gdb.multi/tids.exp
3434 * gdb.multi/watchpoint-multi.exp
3435 * gdb.opencl/callfuncs.exp
3436 * gdb.opencl/convs_casts.exp
3437 * gdb.opencl/datatypes.exp
3438 * gdb.opencl/operators.exp
3439 * gdb.opencl/vec_comps.exp
3440 * gdb.opt/clobbered-registers-O2.exp
3441 * gdb.opt/inline-break.exp
3442 * gdb.opt/inline-bt.exp
3443 * gdb.opt/inline-cmds.exp
3444 * gdb.opt/inline-locals.exp
3445 * gdb.pascal/case-insensitive-symbols.exp
3446 * gdb.pascal/floats.exp
3447 * gdb.pascal/gdb11492.exp
3448 * gdb.python/lib-types.exp
3449 * gdb.python/py-arch.exp
3450 * gdb.python/py-as-string.exp
3451 * gdb.python/py-bad-printers.exp
3452 * gdb.python/py-block.exp
3453 * gdb.python/py-breakpoint-create-fail.exp
3454 * gdb.python/py-breakpoint.exp
3455 * gdb.python/py-caller-is.exp
3456 * gdb.python/py-cmd.exp
3457 * gdb.python/py-explore-cc.exp
3458 * gdb.python/py-explore.exp
3459 * gdb.python/py-finish-breakpoint.exp
3460 * gdb.python/py-finish-breakpoint2.exp
3461 * gdb.python/py-frame-args.exp
3462 * gdb.python/py-frame-inline.exp
3463 * gdb.python/py-frame.exp
3464 * gdb.python/py-framefilter-mi.exp
3465 * gdb.python/py-infthread.exp
3466 * gdb.python/py-lazy-string.exp
3467 * gdb.python/py-linetable.exp
3468 * gdb.python/py-mi-events.exp
3469 * gdb.python/py-mi-objfile.exp
3470 * gdb.python/py-mi.exp
3471 * gdb.python/py-objfile.exp
3472 * gdb.python/py-pp-integral.exp
3473 * gdb.python/py-pp-maint.exp
3474 * gdb.python/py-pp-re-notag.exp
3475 * gdb.python/py-pp-registration.exp
3476 * gdb.python/py-recurse-unwind.exp
3477 * gdb.python/py-strfns.exp
3478 * gdb.python/py-symbol.exp
3479 * gdb.python/py-symtab.exp
3480 * gdb.python/py-sync-interp.exp
3481 * gdb.python/py-typeprint.exp
3482 * gdb.python/py-unwind-maint.exp
3483 * gdb.python/py-unwind.exp
3484 * gdb.python/py-value-cc.exp
3485 * gdb.python/py-xmethods.exp
3486 * gdb.reverse/amd64-tailcall-reverse.exp
3487 * gdb.reverse/break-precsave.exp
3488 * gdb.reverse/break-reverse.exp
3489 * gdb.reverse/consecutive-precsave.exp
3490 * gdb.reverse/consecutive-reverse.exp
3491 * gdb.reverse/finish-precsave.exp
3492 * gdb.reverse/finish-reverse-bkpt.exp
3493 * gdb.reverse/finish-reverse.exp
3494 * gdb.reverse/fstatat-reverse.exp
3495 * gdb.reverse/getresuid-reverse.exp
3496 * gdb.reverse/i386-precsave.exp
3497 * gdb.reverse/i386-reverse.exp
3498 * gdb.reverse/i386-sse-reverse.exp
3499 * gdb.reverse/i387-env-reverse.exp
3500 * gdb.reverse/i387-stack-reverse.exp
3501 * gdb.reverse/insn-reverse.exp
3502 * gdb.reverse/machinestate-precsave.exp
3503 * gdb.reverse/machinestate.exp
3504 * gdb.reverse/next-reverse-bkpt-over-sr.exp
3505 * gdb.reverse/pipe-reverse.exp
3506 * gdb.reverse/readv-reverse.exp
3507 * gdb.reverse/recvmsg-reverse.exp
3508 * gdb.reverse/rerun-prec.exp
3509 * gdb.reverse/s390-mvcle.exp
3510 * gdb.reverse/step-precsave.exp
3511 * gdb.reverse/step-reverse.exp
3512 * gdb.reverse/time-reverse.exp
3513 * gdb.reverse/until-precsave.exp
3514 * gdb.reverse/until-reverse.exp
3515 * gdb.reverse/waitpid-reverse.exp
3516 * gdb.reverse/watch-precsave.exp
3517 * gdb.reverse/watch-reverse.exp
3518 * gdb.rust/generics.exp
3519 * gdb.rust/methods.exp
3520 * gdb.rust/modules.exp
3521 * gdb.rust/simple.exp
3522 * gdb.server/connect-with-no-symbol-file.exp
3523 * gdb.server/ext-attach.exp
3524 * gdb.server/ext-restart.exp
3525 * gdb.server/ext-wrapper.exp
3526 * gdb.server/file-transfer.exp
3527 * gdb.server/server-exec-info.exp
3528 * gdb.server/server-kill.exp
3529 * gdb.server/server-mon.exp
3530 * gdb.server/wrapper.exp
3531 * gdb.stabs/exclfwd.exp
3532 * gdb.stabs/gdb11479.exp
3533 * gdb.threads/clone-new-thread-event.exp
3534 * gdb.threads/corethreads.exp
3535 * gdb.threads/current-lwp-dead.exp
3536 * gdb.threads/dlopen-libpthread.exp
3537 * gdb.threads/gcore-thread.exp
3538 * gdb.threads/sigstep-threads.exp
3539 * gdb.threads/watchpoint-fork.exp
3540 * gdb.trace/actions-changed.exp
3541 * gdb.trace/backtrace.exp
3542 * gdb.trace/change-loc.exp
3543 * gdb.trace/circ.exp
3544 * gdb.trace/collection.exp
3545 * gdb.trace/disconnected-tracing.exp
3546 * gdb.trace/ftrace.exp
3547 * gdb.trace/mi-trace-frame-collected.exp
3548 * gdb.trace/mi-trace-unavailable.exp
3549 * gdb.trace/mi-traceframe-changed.exp
3550 * gdb.trace/mi-tsv-changed.exp
3551 * gdb.trace/no-attach-trace.exp
3552 * gdb.trace/passc-dyn.exp
3553 * gdb.trace/qtro.exp
3554 * gdb.trace/range-stepping.exp
3555 * gdb.trace/read-memory.exp
3556 * gdb.trace/save-trace.exp
3557 * gdb.trace/signal.exp
3558 * gdb.trace/status-stop.exp
3559 * gdb.trace/tfile.exp
3560 * gdb.trace/trace-break.exp
3561 * gdb.trace/trace-buffer-size.exp
3562 * gdb.trace/trace-condition.exp
3563 * gdb.trace/tracefile-pseudo-reg.exp
3564 * gdb.trace/tstatus.exp
3565 * gdb.trace/unavailable.exp
3566 * gdb.trace/while-dyn.exp
3567 * gdb.trace/while-stepping.exp
3568
34c41c68
DE
35692016-12-22 Doug Evans <xdje42@gmail.com>
3570
3571 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
3572 and msymbols.
3573
16e69324
YQ
35742016-12-19 Yao Qi <yao.qi@linaro.org>
3575
3576 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
3577 (test_with_self): Don't call do_steps_and_nexts, and remove
3578 code about stepping into xmalloc.
3579
f94f411b
YQ
35802016-12-09 Yao Qi <yao.qi@linaro.org>
3581
3582 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
3583
35842016-12-09 Yao Qi <yao.qi@linaro.org>
3585
3586 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
3587
f1b5deee
PA
35882016-12-09 Pedro Alves <palves@redhat.com>
3589
3590 * gdb.base/all-architectures-0.exp: New file.
3591 * gdb.base/all-architectures-1.exp: New file.
3592 * gdb.base/all-architectures-2.exp: New file.
3593 * gdb.base/all-architectures-3.exp: New file.
3594 * gdb.base/all-architectures-4.exp: New file.
3595 * gdb.base/all-architectures-5.exp: New file.
3596 * gdb.base/all-architectures-6.exp: New file.
3597 * gdb.base/all-architectures-7.exp: New file.
3598 * gdb.base/all-architectures.exp.in: New file.
3599
364ca42e
YQ
36002016-12-09 Yao Qi <yao.qi@linaro.org>
3601
3602 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
3603
107c2d62
LM
36042016-12-02 Luis Machado <lgustavo@codesourcery.com>
3605
3606 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
3607 possible.
3608 Remove useless pattern-matching code.
3609
df3ee9ca
PA
36102016-12-02 Pedro Alves <palves@redhat.com>
3611
3612 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
3613 procedure.
3614 (top level): Call it.
3615
ec835369
PA
36162016-12-02 Pedro Alves <palves@redhat.com>
3617
3618 * gdb.base/commands.exp (user_defined_command_args_stack_test):
3619 New procedure.
3620 (top level): Call it.
3621
01770bbd
PA
36222016-12-02 Pedro Alves <palves@redhat.com>
3623
3624 PR cli/20559
3625 * gdb.base/commands.exp (user_defined_command_args_eval): New
3626 procedure.
3627 (top level): Call it.
3628
008459ea
LM
36292016-12-02 Luis Machado <lgustavo@codesourcery.com>
3630
3631 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
3632 timeout handling.
3633
0c1b455e
TT
36342016-12-02 Tom Tromey <tom@tromey.com>
3635
3636 * gdb.dwarf2/main-subprogram.c: New file.
3637 * gdb.dwarf2/main-subprogram.exp: New file.
3638
018572b8
LM
36392016-12-01 Luis Machado <lgustavo@codesourcery.com>
3640
3641 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
3642 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
3643 gdb_test_no_output for a couple of cases.
3644 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
3645
84c93cd5
LM
36462016-12-01 Luis Machado <lgustavo@codesourcery.com>
3647
3648 Fix test names and standardize compilation error messages throughout
3649 the following files:
3650
3651 * gdb.ada/start.exp
3652 * gdb.arch/alpha-step.exp
3653 * gdb.arch/e500-prologue.exp
3654 * gdb.arch/ftrace-insn-reloc.exp
3655 * gdb.arch/gdb1291.exp
3656 * gdb.arch/gdb1431.exp
3657 * gdb.arch/gdb1558.exp
3658 * gdb.arch/i386-dr3-watch.exp
3659 * gdb.arch/i386-sse-stack-align.exp
3660 * gdb.arch/ia64-breakpoint-shadow.exp
3661 * gdb.arch/pa-nullify.exp
3662 * gdb.arch/powerpc-aix-prologue.exp
3663 * gdb.arch/thumb-bx-pc.exp
3664 * gdb.base/annota1.exp
3665 * gdb.base/annota3.exp
3666 * gdb.base/arrayidx.exp
3667 * gdb.base/assign.exp
3668 * gdb.base/attach.exp
3669 * gdb.base/auxv.exp
3670 * gdb.base/bang.exp
3671 * gdb.base/bfp-test.exp
3672 * gdb.base/bigcore.exp
3673 * gdb.base/bitfields2.exp
3674 * gdb.base/break-fun-addr.exp
3675 * gdb.base/break-probes.exp
3676 * gdb.base/call-rt-st.exp
3677 * gdb.base/callexit.exp
3678 * gdb.base/catch-fork-kill.exp
3679 * gdb.base/charset.exp
3680 * gdb.base/checkpoint.exp
3681 * gdb.base/comprdebug.exp
3682 * gdb.base/constvars.exp
3683 * gdb.base/coredump-filter.exp
3684 * gdb.base/cursal.exp
3685 * gdb.base/cvexpr.exp
3686 * gdb.base/detach.exp
3687 * gdb.base/display.exp
3688 * gdb.base/dmsym.exp
3689 * gdb.base/dprintf-pending.exp
3690 * gdb.base/dso2dso.exp
3691 * gdb.base/dtrace-probe.exp
3692 * gdb.base/dump.exp
3693 * gdb.base/enum_cond.exp
3694 * gdb.base/exe-lock.exp
3695 * gdb.base/exec-invalid-sysroot.exp
3696 * gdb.base/execl-update-breakpoints.exp
3697 * gdb.base/exprs.exp
3698 * gdb.base/fileio.exp
3699 * gdb.base/find.exp
3700 * gdb.base/finish.exp
3701 * gdb.base/fixsection.exp
3702 * gdb.base/foll-vfork.exp
3703 * gdb.base/frame-args.exp
3704 * gdb.base/gcore.exp
3705 * gdb.base/gdb1250.exp
3706 * gdb.base/global-var-nested-by-dso.exp
3707 * gdb.base/gnu-ifunc.exp
3708 * gdb.base/hashline1.exp
3709 * gdb.base/hashline2.exp
3710 * gdb.base/hashline3.exp
3711 * gdb.base/hbreak-in-shr-unsupported.exp
3712 * gdb.base/huge.exp
3713 * gdb.base/infcall-input.exp
3714 * gdb.base/info-fun.exp
3715 * gdb.base/info-shared.exp
3716 * gdb.base/jit-simple.exp
3717 * gdb.base/jit-so.exp
3718 * gdb.base/jit.exp
3719 * gdb.base/jump.exp
3720 * gdb.base/label.exp
3721 * gdb.base/lineinc.exp
3722 * gdb.base/logical.exp
3723 * gdb.base/longjmp.exp
3724 * gdb.base/macscp.exp
3725 * gdb.base/miscexprs.exp
3726 * gdb.base/new-ui-echo.exp
3727 * gdb.base/new-ui-pending-input.exp
3728 * gdb.base/new-ui.exp
3729 * gdb.base/nodebug.exp
3730 * gdb.base/nofield.exp
3731 * gdb.base/offsets.exp
3732 * gdb.base/overlays.exp
3733 * gdb.base/pending.exp
3734 * gdb.base/pointers.exp
3735 * gdb.base/pr11022.exp
3736 * gdb.base/printcmds.exp
3737 * gdb.base/prologue.exp
3738 * gdb.base/ptr-typedef.exp
3739 * gdb.base/realname-expand.exp
3740 * gdb.base/relativedebug.exp
3741 * gdb.base/relocate.exp
3742 * gdb.base/remote.exp
3743 * gdb.base/reread.exp
3744 * gdb.base/return2.exp
3745 * gdb.base/savedregs.exp
3746 * gdb.base/sep.exp
3747 * gdb.base/sepdebug.exp
3748 * gdb.base/sepsymtab.exp
3749 * gdb.base/set-inferior-tty.exp
3750 * gdb.base/setshow.exp
3751 * gdb.base/shlib-call.exp
3752 * gdb.base/sigaltstack.exp
3753 * gdb.base/siginfo-addr.exp
3754 * gdb.base/signals.exp
3755 * gdb.base/signull.exp
3756 * gdb.base/sigrepeat.exp
3757 * gdb.base/so-impl-ld.exp
3758 * gdb.base/solib-display.exp
3759 * gdb.base/solib-overlap.exp
3760 * gdb.base/solib-search.exp
3761 * gdb.base/solib-symbol.exp
3762 * gdb.base/structs.exp
3763 * gdb.base/structs2.exp
3764 * gdb.base/symtab-search-order.exp
3765 * gdb.base/twice.exp
3766 * gdb.base/unload.exp
3767 * gdb.base/varargs.exp
3768 * gdb.base/watchpoint-solib.exp
3769 * gdb.base/watchpoint.exp
3770 * gdb.base/whatis.exp
3771 * gdb.base/wrong_frame_bt_full.exp
3772 * gdb.btrace/dlopen.exp
3773 * gdb.cell/ea-standalone.exp
3774 * gdb.cell/ea-test.exp
3775 * gdb.cp/dispcxx.exp
3776 * gdb.cp/gdb2384.exp
3777 * gdb.cp/method2.exp
3778 * gdb.cp/nextoverthrow.exp
3779 * gdb.cp/pr10728.exp
3780 * gdb.disasm/am33.exp
3781 * gdb.disasm/h8300s.exp
3782 * gdb.disasm/mn10300.exp
3783 * gdb.disasm/sh3.exp
3784 * gdb.dwarf2/dw2-dir-file-name.exp
3785 * gdb.fortran/complex.exp
3786 * gdb.fortran/library-module.exp
3787 * gdb.guile/scm-pretty-print.exp
3788 * gdb.guile/scm-symbol.exp
3789 * gdb.guile/scm-type.exp
3790 * gdb.guile/scm-value.exp
3791 * gdb.linespec/linespec.exp
3792 * gdb.mi/gdb701.exp
3793 * gdb.mi/gdb792.exp
3794 * gdb.mi/mi-breakpoint-changed.exp
3795 * gdb.mi/mi-dprintf-pending.exp
3796 * gdb.mi/mi-dprintf.exp
3797 * gdb.mi/mi-exit-code.exp
3798 * gdb.mi/mi-pending.exp
3799 * gdb.mi/mi-solib.exp
3800 * gdb.mi/new-ui-mi-sync.exp
3801 * gdb.mi/pr11022.exp
3802 * gdb.mi/user-selected-context-sync.exp
3803 * gdb.opt/solib-intra-step.exp
3804 * gdb.python/py-events.exp
3805 * gdb.python/py-finish-breakpoint.exp
3806 * gdb.python/py-mi.exp
3807 * gdb.python/py-prettyprint.exp
3808 * gdb.python/py-shared.exp
3809 * gdb.python/py-symbol.exp
3810 * gdb.python/py-template.exp
3811 * gdb.python/py-type.exp
3812 * gdb.python/py-value.exp
3813 * gdb.reverse/solib-precsave.exp
3814 * gdb.reverse/solib-reverse.exp
3815 * gdb.server/solib-list.exp
3816 * gdb.stabs/weird.exp
3817 * gdb.threads/reconnect-signal.exp
3818 * gdb.threads/stepi-random-signal.exp
3819 * gdb.trace/actions.exp
3820 * gdb.trace/ax.exp
3821 * gdb.trace/backtrace.exp
3822 * gdb.trace/change-loc.exp
3823 * gdb.trace/deltrace.exp
3824 * gdb.trace/ftrace-lock.exp
3825 * gdb.trace/ftrace.exp
3826 * gdb.trace/infotrace.exp
3827 * gdb.trace/mi-tracepoint-changed.exp
3828 * gdb.trace/packetlen.exp
3829 * gdb.trace/passcount.exp
3830 * gdb.trace/pending.exp
3831 * gdb.trace/range-stepping.exp
3832 * gdb.trace/report.exp
3833 * gdb.trace/stap-trace.exp
3834 * gdb.trace/tfind.exp
3835 * gdb.trace/trace-break.exp
3836 * gdb.trace/trace-condition.exp
3837 * gdb.trace/trace-enable-disable.exp
3838 * gdb.trace/trace-mt.exp
3839 * gdb.trace/tracecmd.exp
3840 * gdb.trace/tspeed.exp
3841 * gdb.trace/tsv.exp
3842 * lib/perftest.exp
3843
fb9feb35
LM
38442016-12-01 Luis Machado <lgustavo@codesourcery.com>
3845
3846 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
3847 with gdb_test_no_output.
3848 Use command as test name.
3849
cd2ddb6c
LM
38502016-12-01 Luis Machado <lgustavo@codesourcery.com>
3851
3852 Fix test names starting with uppercase throughout the files.
3853
3854 * gdb.ada/assign_1.exp
3855 * gdb.ada/boolean_expr.exp
3856 * gdb.base/arrayidx.exp
3857 * gdb.base/del.exp
3858 * gdb.base/gcore-buffer-overflow.exp
3859 * gdb.base/testenv.exp
3860 * gdb.compile/compile.exp
3861 * gdb.python/py-framefilter-invalidarg.exp
3862 * gdb.python/py-framefilter.exp
3863
bb95117e
LM
38642016-12-01 Luis Machado <lgustavo@codesourcery.com>
3865
3866 Fix test names starting with uppercase throughout the files.
3867
3868 * gdb.ada/array_return.exp
3869 * gdb.ada/expr_delims.exp
3870 * gdb.ada/mi_dyn_arr.exp
3871 * gdb.ada/mi_interface.exp
3872 * gdb.ada/mi_var_array.exp
3873 * gdb.ada/watch_arg.exp
3874 * gdb.arch/alpha-step.exp
3875 * gdb.arch/altivec-regs.exp
3876 * gdb.arch/e500-regs.exp
3877 * gdb.arch/powerpc-d128-regs.exp
3878 * gdb.base/arrayidx.exp
3879 * gdb.base/break.exp
3880 * gdb.base/checkpoint.exp
3881 * gdb.base/debug-expr.exp
3882 * gdb.base/dmsym.exp
3883 * gdb.base/radix.exp
3884 * gdb.base/sepdebug.exp
3885 * gdb.base/testenv.exp
3886 * gdb.base/watch_thread_num.exp
3887 * gdb.base/watchpoint-cond-gone.exp
3888 * gdb.cell/break.exp
3889 * gdb.cell/ea-cache.exp
3890 * gdb.compile/compile.exp
3891 * gdb.cp/gdb2495.exp
3892 * gdb.gdb/selftest.exp
3893 * gdb.gdb/xfullpath.exp
3894 * gdb.go/hello.exp
3895 * gdb.go/integers.exp
3896 * gdb.objc/basicclass.exp
3897 * gdb.pascal/hello.exp
3898 * gdb.pascal/integers.exp
3899 * gdb.python/py-breakpoint.exp
3900 * gdb.python/py-cmd.exp
3901 * gdb.python/py-linetable.exp
3902 * gdb.python/py-xmethods.exp
3903 * gdb.python/python.exp
3904 * gdb.reverse/consecutive-precsave.exp
3905 * gdb.reverse/finish-precsave.exp
3906 * gdb.reverse/i386-precsave.exp
3907 * gdb.reverse/machinestate-precsave.exp
3908 * gdb.reverse/sigall-precsave.exp
3909 * gdb.reverse/solib-precsave.exp
3910 * gdb.reverse/step-precsave.exp
3911 * gdb.reverse/until-precsave.exp
3912 * gdb.reverse/watch-precsave.exp
3913 * gdb.threads/leader-exit.exp
3914 * gdb.threads/pthreads.exp
3915 * gdb.threads/wp-replication.exp
3916 * gdb.trace/actions.exp
3917 * gdb.trace/mi-tsv-changed.exp
3918 * gdb.trace/tsv.exp
3919
de97fdd4
LM
39202016-12-01 Luis Machado <lgustavo@codesourcery.com>
3921
3922 Fix test names starting with uppercase throughout the files.
3923
3924 * gdb.arch/i386-bp_permanent.exp
3925 * gdb.arch/i386-gnu-cfi.exp
3926 * gdb.base/disasm-end-cu.exp
3927 * gdb.base/macscp.exp
3928 * gdb.base/pending.exp
3929 * gdb.base/watch_thread_num.exp
3930 * gdb.cp/exception.exp
3931 * gdb.cp/gdb2495.exp
3932 * gdb.cp/local.exp
3933 * gdb.python/py-evsignal.exp
3934 * gdb.python/python.exp
3935 * gdb.trace/tracecmd.exp
3936
9f058c10
LM
39372016-12-01 Luis Machado <lgustavo@codesourcery.com>
3938
3939 Fix test names starting with uppercase throughout the files.
3940
3941 * gdb.base/charset.exp
3942 * gdb.base/eval.exp
3943 * gdb.base/multi-forks.exp
3944 * gdb.guile/scm-progspace.exp
3945 * gdb.opencl/datatypes.exp
3946 * gdb.python/py-block.exp
3947 * gdb.python/py-function.exp
3948 * gdb.python/py-symbol.exp
3949 * gdb.python/py-symtab.exp
3950 * gdb.python/py-xmethods.exp
3951 * gdb.reverse/break-precsave.exp
3952 * gdb.reverse/break-reverse.exp
3953 * gdb.reverse/consecutive-precsave.exp
3954 * gdb.reverse/consecutive-reverse.exp
3955 * gdb.reverse/finish-precsave.exp
3956 * gdb.reverse/finish-reverse-bkpt.exp
3957 * gdb.reverse/finish-reverse.exp
3958 * gdb.reverse/fstatat-reverse.exp
3959 * gdb.reverse/getresuid-reverse.exp
3960 * gdb.reverse/i386-precsave.exp
3961 * gdb.reverse/i386-reverse.exp
3962 * gdb.reverse/i386-sse-reverse.exp
3963 * gdb.reverse/i387-stack-reverse.exp
3964 * gdb.reverse/insn-reverse.exp
3965 * gdb.reverse/machinestate-precsave.exp
3966 * gdb.reverse/machinestate.exp
3967 * gdb.reverse/next-reverse-bkpt-over-sr.exp
3968 * gdb.reverse/pipe-reverse.exp
3969 * gdb.reverse/readv-reverse.exp
3970 * gdb.reverse/recvmsg-reverse.exp
3971 * gdb.reverse/rerun-prec.exp
3972 * gdb.reverse/s390-mvcle.exp
3973 * gdb.reverse/sigall-precsave.exp
3974 * gdb.reverse/sigall-reverse.exp
3975 * gdb.reverse/solib-precsave.exp
3976 * gdb.reverse/solib-reverse.exp
3977 * gdb.reverse/step-precsave.exp
3978 * gdb.reverse/step-reverse.exp
3979 * gdb.reverse/time-reverse.exp
3980 * gdb.reverse/until-precsave.exp
3981 * gdb.reverse/until-reverse.exp
3982 * gdb.reverse/waitpid-reverse.exp
3983 * gdb.reverse/watch-precsave.exp
3984 * gdb.reverse/watch-reverse.exp
3985
cdc7edd7
LM
39862016-12-01 Luis Machado <lgustavo@codesourcery.com>
3987
3988 Fix test names starting with uppercase throughout the files.
3989
3990 * gdb.arch/i386-mpx-simple_segv.exp
3991 * gdb.arch/i386-mpx.exp
3992 * gdb.arch/i386-permbkpt.exp
3993 * gdb.arch/pa-nullify.exp
3994 * gdb.arch/powerpc-d128-regs.exp
3995 * gdb.arch/vsx-regs.exp
3996 * gdb.base/bfp-test.exp
3997 * gdb.base/break.exp
3998 * gdb.base/breakpoint-shadow.exp
3999 * gdb.base/callfuncs.exp
4000 * gdb.base/charset.exp
4001 * gdb.base/commands.exp
4002 * gdb.base/completion.exp
4003 * gdb.base/dfp-test.exp
4004 * gdb.base/echo.exp
4005 * gdb.base/ending-run.exp
4006 * gdb.base/eval.exp
4007 * gdb.base/expand-psymtabs.exp
4008 * gdb.base/float128.exp
4009 * gdb.base/floatn.exp
4010 * gdb.base/foll-exec-mode.exp
4011 * gdb.base/gdb1056.exp
4012 * gdb.base/gdb11531.exp
4013 * gdb.base/kill-after-signal.exp
4014 * gdb.base/multi-forks.exp
4015 * gdb.base/overlays.exp
4016 * gdb.base/pending.exp
4017 * gdb.base/sepdebug.exp
4018 * gdb.base/testenv.exp
4019 * gdb.base/valgrind-db-attach.exp
4020 * gdb.base/watch_thread_num.exp
4021 * gdb.base/watchpoint-cond-gone.exp
4022 * gdb.base/watchpoint.exp
4023 * gdb.base/watchpoints.exp
4024 * gdb.cp/arg-reference.exp
4025 * gdb.cp/baseenum.exp
4026 * gdb.cp/operator.exp
4027 * gdb.cp/shadow.exp
4028 * gdb.dwarf2/dw2-op-out-param.exp
4029 * gdb.dwarf2/dw2-reg-undefined.exp
4030 * gdb.go/chan.exp
4031 * gdb.go/hello.exp
4032 * gdb.go/integers.exp
4033 * gdb.go/methods.exp
4034 * gdb.go/package.exp
4035 * gdb.guile/scm-parameter.exp
4036 * gdb.guile/scm-progspace.exp
4037 * gdb.guile/scm-value.exp
4038 * gdb.mi/mi-pending.exp
4039 * gdb.mi/user-selected-context-sync.exp
4040 * gdb.multi/multi-attach.exp
4041 * gdb.multi/tids.exp
4042 * gdb.opt/clobbered-registers-O2.exp
4043 * gdb.pascal/floats.exp
4044 * gdb.pascal/integers.exp
4045 * gdb.python/py-block.exp
4046 * gdb.python/py-events.exp
4047 * gdb.python/py-parameter.exp
4048 * gdb.python/py-symbol.exp
4049 * gdb.python/py-symtab.exp
4050 * gdb.python/py-type.exp
4051 * gdb.python/py-value.exp
4052 * gdb.python/py-xmethods.exp
4053 * gdb.python/python.exp
4054 * gdb.reverse/break-precsave.exp
4055 * gdb.reverse/consecutive-precsave.exp
4056 * gdb.reverse/finish-precsave.exp
4057 * gdb.reverse/i386-precsave.exp
4058 * gdb.reverse/machinestate-precsave.exp
4059 * gdb.reverse/sigall-precsave.exp
4060 * gdb.reverse/solib-precsave.exp
4061 * gdb.reverse/step-precsave.exp
4062 * gdb.reverse/until-precsave.exp
4063 * gdb.reverse/watch-precsave.exp
4064 * gdb.server/ext-attach.exp
4065 * gdb.server/ext-restart.exp
4066 * gdb.server/ext-run.exp
4067 * gdb.server/ext-wrapper.exp
4068 * gdb.stabs/gdb11479.exp
4069 * gdb.stabs/weird.exp
4070 * gdb.threads/attach-many-short-lived-threads.exp
4071 * gdb.threads/kill.exp
4072 * gdb.threads/watchpoint-fork.exp
4073
bc6c7af4
LM
40742016-12-01 Luis Machado <lgustavo@codesourcery.com>
4075
4076 Fix test names starting with uppercase throughout all the files below.
4077
4078 * gdb.ada/array_return.exp
4079 * gdb.ada/catch_ex.exp
4080 * gdb.ada/info_exc.exp
4081 * gdb.ada/mi_catch_ex.exp
4082 * gdb.ada/mi_dyn_arr.exp
4083 * gdb.ada/mi_ex_cond.exp
4084 * gdb.ada/mi_exc_info.exp
4085 * gdb.ada/mi_interface.exp
4086 * gdb.ada/mi_task_arg.exp
4087 * gdb.ada/mi_task_info.exp
4088 * gdb.ada/mi_var_array.exp
4089 * gdb.arch/alpha-step.exp
4090 * gdb.arch/amd64-disp-step.exp
4091 * gdb.arch/arm-disp-step.exp
4092 * gdb.arch/disp-step-insn-reloc.exp
4093 * gdb.arch/e500-prologue.exp
4094 * gdb.arch/ftrace-insn-reloc.exp
4095 * gdb.arch/gdb1558.exp
4096 * gdb.arch/i386-bp_permanent.exp
4097 * gdb.arch/i386-disp-step.exp
4098 * gdb.arch/i386-float.exp
4099 * gdb.arch/i386-gnu-cfi.exp
4100 * gdb.arch/ia64-breakpoint-shadow.exp
4101 * gdb.arch/mips16-thunks.exp
4102 * gdb.arch/pa-nullify.exp
4103 * gdb.arch/powerpc-aix-prologue.exp
4104 * gdb.arch/powerpc-power.exp
4105 * gdb.arch/ppc-dfp.exp
4106 * gdb.arch/s390-tdbregs.exp
4107 * gdb.arch/spu-info.exp
4108 * gdb.arch/spu-ls.exp
4109 * gdb.arch/thumb-bx-pc.exp
4110 * gdb.base/advance.exp
4111 * gdb.base/annota-input-while-running.exp
4112 * gdb.base/arrayidx.exp
4113 * gdb.base/asmlabel.exp
4114 * gdb.base/async.exp
4115 * gdb.base/attach-wait-input.exp
4116 * gdb.base/auto-connect-native-target.exp
4117 * gdb.base/batch-preserve-term-settings.exp
4118 * gdb.base/bfp-test.exp
4119 * gdb.base/bigcore.exp
4120 * gdb.base/bp-permanent.exp
4121 * gdb.base/break-always.exp
4122 * gdb.base/break-fun-addr.exp
4123 * gdb.base/break-idempotent.exp
4124 * gdb.base/break-main-file-remove-fail.exp
4125 * gdb.base/break-probes.exp
4126 * gdb.base/break-unload-file.exp
4127 * gdb.base/break.exp
4128 * gdb.base/call-ar-st.exp
4129 * gdb.base/call-rt-st.exp
4130 * gdb.base/call-sc.exp
4131 * gdb.base/call-signal-resume.exp
4132 * gdb.base/call-strs.exp
4133 * gdb.base/callexit.exp
4134 * gdb.base/callfuncs.exp
4135 * gdb.base/catch-gdb-caused-signals.exp
4136 * gdb.base/catch-signal-siginfo-cond.exp
4137 * gdb.base/catch-syscall.exp
4138 * gdb.base/compare-sections.exp
4139 * gdb.base/cond-eval-mode.exp
4140 * gdb.base/condbreak-call-false.exp
4141 * gdb.base/consecutive-step-over.exp
4142 * gdb.base/cursal.exp
4143 * gdb.base/disabled-location.exp
4144 * gdb.base/disasm-end-cu.exp
4145 * gdb.base/display.exp
4146 * gdb.base/double-prompt-target-event-error.exp
4147 * gdb.base/dprintf-bp-same-addr.exp
4148 * gdb.base/dprintf-detach.exp
4149 * gdb.base/dprintf-next.exp
4150 * gdb.base/dprintf-non-stop.exp
4151 * gdb.base/dprintf-pending.exp
4152 * gdb.base/dso2dso.exp
4153 * gdb.base/ending-run.exp
4154 * gdb.base/enum_cond.exp
4155 * gdb.base/examine-backward.exp
4156 * gdb.base/exe-lock.exp
4157 * gdb.base/exec-invalid-sysroot.exp
4158 * gdb.base/execl-update-breakpoints.exp
4159 * gdb.base/execution-termios.exp
4160 * gdb.base/fileio.exp
4161 * gdb.base/fixsection.exp
4162 * gdb.base/foll-exec-mode.exp
4163 * gdb.base/foll-exec.exp
4164 * gdb.base/fork-running-state.exp
4165 * gdb.base/frame-args.exp
4166 * gdb.base/fullpath-expand.exp
4167 * gdb.base/func-ptr.exp
4168 * gdb.base/gcore-relro-pie.exp
4169 * gdb.base/gdb1090.exp
4170 * gdb.base/gdb1555.exp
4171 * gdb.base/global-var-nested-by-dso.exp
4172 * gdb.base/gnu-ifunc.exp
4173 * gdb.base/hbreak-in-shr-unsupported.exp
4174 * gdb.base/hbreak-unmapped.exp
4175 * gdb.base/hook-stop.exp
4176 * gdb.base/infcall-input.exp
4177 * gdb.base/info-fun.exp
4178 * gdb.base/info-shared.exp
4179 * gdb.base/interrupt-noterm.exp
4180 * gdb.base/jit-so.exp
4181 * gdb.base/jit.exp
4182 * gdb.base/line-symtabs.exp
4183 * gdb.base/list.exp
4184 * gdb.base/longjmp.exp
4185 * gdb.base/macscp.exp
4186 * gdb.base/max-value-size.exp
4187 * gdb.base/nodebug.exp
4188 * gdb.base/nofield.exp
4189 * gdb.base/overlays.exp
4190 * gdb.base/paginate-after-ctrl-c-running.exp
4191 * gdb.base/paginate-bg-execution.exp
4192 * gdb.base/paginate-inferior-exit.exp
4193 * gdb.base/pending.exp
4194 * gdb.base/pr11022.exp
4195 * gdb.base/printcmds.exp
4196 * gdb.base/ptr-typedef.exp
4197 * gdb.base/ptype.exp
4198 * gdb.base/randomize.exp
4199 * gdb.base/range-stepping.exp
4200 * gdb.base/realname-expand.exp
4201 * gdb.base/relativedebug.exp
4202 * gdb.base/remote.exp
4203 * gdb.base/savedregs.exp
4204 * gdb.base/sepdebug.exp
4205 * gdb.base/set-noassign.exp
4206 * gdb.base/shlib-call.exp
4207 * gdb.base/shreloc.exp
4208 * gdb.base/sigaltstack.exp
4209 * gdb.base/sigbpt.exp
4210 * gdb.base/siginfo-addr.exp
4211 * gdb.base/siginfo-obj.exp
4212 * gdb.base/siginfo-thread.exp
4213 * gdb.base/signest.exp
4214 * gdb.base/signull.exp
4215 * gdb.base/sigrepeat.exp
4216 * gdb.base/skip.exp
4217 * gdb.base/so-impl-ld.exp
4218 * gdb.base/solib-corrupted.exp
4219 * gdb.base/solib-disc.exp
4220 * gdb.base/solib-display.exp
4221 * gdb.base/solib-overlap.exp
4222 * gdb.base/solib-search.exp
4223 * gdb.base/solib-symbol.exp
4224 * gdb.base/source-execution.exp
4225 * gdb.base/sss-bp-on-user-bp-2.exp
4226 * gdb.base/sss-bp-on-user-bp.exp
4227 * gdb.base/stack-checking.exp
4228 * gdb.base/stale-infcall.exp
4229 * gdb.base/step-break.exp
4230 * gdb.base/step-line.exp
4231 * gdb.base/step-over-exit.exp
4232 * gdb.base/step-test.exp
4233 * gdb.base/structs.exp
4234 * gdb.base/sym-file.exp
4235 * gdb.base/symtab-search-order.exp
4236 * gdb.base/term.exp
4237 * gdb.base/type-opaque.exp
4238 * gdb.base/unload.exp
4239 * gdb.base/until-nodebug.exp
4240 * gdb.base/until.exp
4241 * gdb.base/unwindonsignal.exp
4242 * gdb.base/watch-cond.exp
4243 * gdb.base/watch-non-mem.exp
4244 * gdb.base/watch_thread_num.exp
4245 * gdb.base/watchpoint-reuse-slot.exp
4246 * gdb.base/watchpoint-solib.exp
4247 * gdb.base/watchpoint.exp
4248 * gdb.btrace/dlopen.exp
4249 * gdb.cell/arch.exp
4250 * gdb.cell/break.exp
4251 * gdb.cell/bt.exp
4252 * gdb.cell/core.exp
4253 * gdb.cell/data.exp
4254 * gdb.cell/dwarfaddr.exp
4255 * gdb.cell/ea-cache.exp
4256 * gdb.cell/ea-standalone.exp
4257 * gdb.cell/ea-test.exp
4258 * gdb.cell/f-regs.exp
4259 * gdb.cell/fork.exp
4260 * gdb.cell/gcore.exp
4261 * gdb.cell/mem-access.exp
4262 * gdb.cell/ptype.exp
4263 * gdb.cell/registers.exp
4264 * gdb.cell/sizeof.exp
4265 * gdb.cell/solib-symbol.exp
4266 * gdb.cell/solib.exp
4267 * gdb.compile/compile-tls.exp
4268 * gdb.cp/exception.exp
4269 * gdb.cp/gdb2495.exp
4270 * gdb.cp/local.exp
4271 * gdb.cp/mb-inline.exp
4272 * gdb.cp/mb-templates.exp
4273 * gdb.cp/pr10687.exp
4274 * gdb.cp/pr9167.exp
4275 * gdb.cp/scope-err.exp
4276 * gdb.cp/templates.exp
4277 * gdb.cp/virtfunc.exp
4278 * gdb.dwarf2/dw2-dir-file-name.exp
4279 * gdb.dwarf2/dw2-single-line-discriminators.exp
4280 * gdb.fortran/complex.exp
4281 * gdb.fortran/library-module.exp
4282 * gdb.guile/guile.exp
4283 * gdb.guile/scm-cmd.exp
4284 * gdb.guile/scm-frame-inline.exp
4285 * gdb.guile/scm-objfile.exp
4286 * gdb.guile/scm-pretty-print.exp
4287 * gdb.guile/scm-symbol.exp
4288 * gdb.guile/scm-type.exp
4289 * gdb.guile/scm-value.exp
4290 * gdb.linespec/keywords.exp
4291 * gdb.linespec/ls-errs.exp
4292 * gdb.linespec/macro-relative.exp
4293 * gdb.linespec/thread.exp
4294 * gdb.mi/mi-breakpoint-changed.exp
4295 * gdb.mi/mi-dprintf-pending.exp
4296 * gdb.mi/mi-fullname-deleted.exp
4297 * gdb.mi/mi-logging.exp
4298 * gdb.mi/mi-pending.exp
4299 * gdb.mi/mi-solib.exp
4300 * gdb.mi/new-ui-mi-sync.exp
4301 * gdb.mi/user-selected-context-sync.exp
4302 * gdb.multi/dummy-frame-restore.exp
4303 * gdb.multi/multi-arch-exec.exp
4304 * gdb.multi/remove-inferiors.exp
4305 * gdb.multi/watchpoint-multi-exit.exp
4306 * gdb.opt/solib-intra-step.exp
4307 * gdb.perf/backtrace.exp
4308 * gdb.perf/single-step.exp
4309 * gdb.perf/skip-command.exp
4310 * gdb.perf/skip-prologue.exp
4311 * gdb.perf/solib.exp
4312 * gdb.python/lib-types.exp
4313 * gdb.python/py-as-string.exp
4314 * gdb.python/py-bad-printers.exp
4315 * gdb.python/py-block.exp
4316 * gdb.python/py-breakpoint.exp
4317 * gdb.python/py-cmd.exp
4318 * gdb.python/py-events.exp
4319 * gdb.python/py-evthreads.exp
4320 * gdb.python/py-finish-breakpoint.exp
4321 * gdb.python/py-finish-breakpoint2.exp
4322 * gdb.python/py-frame-inline.exp
4323 * gdb.python/py-frame.exp
4324 * gdb.python/py-inferior.exp
4325 * gdb.python/py-infthread.exp
4326 * gdb.python/py-mi.exp
4327 * gdb.python/py-objfile.exp
4328 * gdb.python/py-pp-maint.exp
4329 * gdb.python/py-pp-registration.exp
4330 * gdb.python/py-prettyprint.exp
4331 * gdb.python/py-recurse-unwind.exp
4332 * gdb.python/py-shared.exp
4333 * gdb.python/py-symbol.exp
4334 * gdb.python/py-symtab.exp
4335 * gdb.python/py-template.exp
4336 * gdb.python/py-type.exp
4337 * gdb.python/py-unwind-maint.exp
4338 * gdb.python/py-unwind.exp
4339 * gdb.python/py-value.exp
4340 * gdb.python/python.exp
4341 * gdb.reverse/finish-reverse-bkpt.exp
4342 * gdb.reverse/insn-reverse.exp
4343 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4344 * gdb.reverse/solib-precsave.exp
4345 * gdb.reverse/solib-reverse.exp
4346 * gdb.stabs/gdb11479.exp
4347 * gdb.stabs/weird.exp
4348 * gdb.threads/fork-child-threads.exp
4349 * gdb.threads/fork-plus-threads.exp
4350 * gdb.threads/fork-thread-pending.exp
4351 * gdb.threads/forking-threads-plus-breakpoint.exp
4352 * gdb.threads/hand-call-in-threads.exp
4353 * gdb.threads/interrupted-hand-call.exp
4354 * gdb.threads/linux-dp.exp
4355 * gdb.threads/local-watch-wrong-thread.exp
4356 * gdb.threads/next-while-other-thread-longjmps.exp
4357 * gdb.threads/non-ldr-exit.exp
4358 * gdb.threads/pending-step.exp
4359 * gdb.threads/print-threads.exp
4360 * gdb.threads/process-dies-while-detaching.exp
4361 * gdb.threads/process-dies-while-handling-bp.exp
4362 * gdb.threads/pthreads.exp
4363 * gdb.threads/queue-signal.exp
4364 * gdb.threads/reconnect-signal.exp
4365 * gdb.threads/signal-command-handle-nopass.exp
4366 * gdb.threads/signal-command-multiple-signals-pending.exp
4367 * gdb.threads/signal-delivered-right-thread.exp
4368 * gdb.threads/signal-sigtrap.exp
4369 * gdb.threads/sigthread.exp
4370 * gdb.threads/staticthreads.exp
4371 * gdb.threads/stepi-random-signal.exp
4372 * gdb.threads/thread-unwindonsignal.exp
4373 * gdb.threads/thread_check.exp
4374 * gdb.threads/thread_events.exp
4375 * gdb.threads/tid-reuse.exp
4376 * gdb.threads/tls-nodebug.exp
4377 * gdb.threads/tls-shared.exp
4378 * gdb.threads/tls-so_extern.exp
4379 * gdb.threads/tls.exp
4380 * gdb.threads/wp-replication.exp
4381 * gdb.trace/actions-changed.exp
4382 * gdb.trace/actions.exp
4383 * gdb.trace/backtrace.exp
4384 * gdb.trace/change-loc.exp
4385 * gdb.trace/collection.exp
4386 * gdb.trace/deltrace.exp
4387 * gdb.trace/disconnected-tracing.exp
4388 * gdb.trace/entry-values.exp
4389 * gdb.trace/ftrace-lock.exp
4390 * gdb.trace/ftrace.exp
4391 * gdb.trace/infotrace.exp
4392 * gdb.trace/mi-trace-frame-collected.exp
4393 * gdb.trace/mi-trace-unavailable.exp
4394 * gdb.trace/mi-traceframe-changed.exp
4395 * gdb.trace/mi-tracepoint-changed.exp
4396 * gdb.trace/mi-tsv-changed.exp
4397 * gdb.trace/no-attach-trace.exp
4398 * gdb.trace/packetlen.exp
4399 * gdb.trace/passc-dyn.exp
4400 * gdb.trace/passcount.exp
4401 * gdb.trace/pending.exp
4402 * gdb.trace/pr16508.exp
4403 * gdb.trace/qtro.exp
4404 * gdb.trace/range-stepping.exp
4405 * gdb.trace/read-memory.exp
4406 * gdb.trace/report.exp
4407 * gdb.trace/save-trace.exp
4408 * gdb.trace/signal.exp
4409 * gdb.trace/stap-trace.exp
4410 * gdb.trace/status-stop.exp
4411 * gdb.trace/strace.exp
4412 * gdb.trace/tfile.exp
4413 * gdb.trace/tfind.exp
4414 * gdb.trace/trace-break.exp
4415 * gdb.trace/trace-condition.exp
4416 * gdb.trace/trace-enable-disable.exp
4417 * gdb.trace/trace-mt.exp
4418 * gdb.trace/tracecmd.exp
4419 * gdb.trace/tracefile-pseudo-reg.exp
4420 * gdb.trace/tspeed.exp
4421 * gdb.trace/tstatus.exp
4422 * gdb.trace/tsv.exp
4423 * gdb.trace/unavailable.exp
4424 * gdb.trace/while-dyn.exp
4425 * gdb.trace/while-stepping.exp
4426 * lib/gdb-guile.exp
4427 * lib/gdb.exp
4428 * lib/mi-support.exp
4429 * lib/pascal.exp
4430 * lib/perftest.exp
4431 * lib/prelink-support.exp
4432 * lib/selftest-support.exp
4433
ad02e4fe
SM
44342016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
4435
4436 * Makefile.in: Include disable-implicit-rules.mk.
4437
22347e55
AA
44382016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4439
4440 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
4441 non-byte-aligned bit fields.
4442
da5b30da
AA
44432016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4444
4445 PR gdb/12616
4446 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
4447 respects the DW_AT_data_bit_offset attribute.
4448
b593ecca
SM
44492016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
4450
4451 * gdb.base/default.exp: Fix output of "set language".
4452
3b165252
SM
44532016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
4454
4455 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
4456 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
4457 make.
4458 * configure.ac: Remove checks for the make program.
4459 * configure: Re-generate.
4460
1a2f3d7f
KB
44612016-11-16 Kevin Buettner <kevinb@redhat.com>
4462
4463 * gdb.python/py-recurse-unwind.c (main): Add loop.
4464 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
4465 to read_register() and gdb.parse_and_eval(). Make each code
4466 call a separate case that can be individually tested.
4467 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
4468 proc. Call cont_and_backtrace for each of the code paths that
4469 we want to test in the unwinder.
4470
b7f38fda
AA
44712016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
4472
4473 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
4474 the definition of struct S.
4475
1f8db343
CM
44762016-11-11 Catherine Moore <clm@codesourcery.com>
4477
4478 * gdb.base/dump.exp: Identify verilog format dump tests as such.
4479
fad0c9fb
PA
44802016-11-09 Pedro Alves <palves@redhat.com>
4481
4482 * gdb.base/commands.exp (runto_or_return): New procedure.
4483 (gdbvar_simple_if_test, gdbvar_simple_while_test)
4484 (gdbvar_complex_if_while_test, progvar_simple_if_test)
4485 (progvar_simple_while_test, progvar_complex_if_while_test)
4486 (if_while_breakpoint_command_test)
4487 (infrun_breakpoint_command_test, breakpoint_command_test)
4488 (user_defined_command_test, watchpoint_command_test)
4489 (test_command_prompt_position, redefine_hook_test)
4490 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
4491 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
4492 multi_line_input and multi_line. Remove gdb_expect and
4493 gdb_stop_suppressing_tests uses.
4494 * lib/gdb.exp (valnum_re): New global.
4495 (multi_line_input): New procedure.
4496
8354c62c
SM
44972016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
4498
4499 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
4500 Remove.
4501 (test_setup): Define with proc_with_prefix.
4502 (test_cli_inferior): Likewise.
4503 (test_cli_thread): Likewise.
4504 (test_cli_frame): Likewise.
4505 (test_cli_select_frame): Likewise.
4506 (test_cli_up_down): Likewise.
4507 (test_mi_thread_select): Likewise.
4508 (test_mi_stack_select_frame): Likewise.
4509 (test_cli_in_mi_inferior): Likewise.
4510 (test_cli_in_mi_thread): Likewise.
4511 (test_cli_in_mi_frame): Likewise.
4512 (top level): Do not use with_test_prefix_procname.
4513
64f367a2
PA
45142016-11-09 Pedro Alves <palves@redhat.com>
4515
4516 * gdb.base/commands.exp (gdbvar_simple_if_test)
4517 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
4518 (progvar_simple_if_test, progvar_simple_while_test)
4519 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
4520 (infrun_breakpoint_command_test, breakpoint_command_test)
4521 (user_defined_command_test, watchpoint_command_test)
4522 (test_command_prompt_position, deprecated_command_test)
4523 (bp_deleted_in_command, temporary_breakpoint_commands)
4524 (stray_arg0_test, source_file_with_indented_comment)
4525 (recursive_source_test, if_commands_test)
4526 (error_clears_commands_left, redefine_hook_test)
4527 (redefine_backtrace_test): Use proc_with_prefix.
4528 * lib/gdb.exp (proc_with_prefix): New proc.
4529
0bb65f1e
AA
45302016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
4531
4532 * gdb.base/tui-layout.c: New file.
4533 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
4534 disassembly window contains very long lines.
4535
7353f247
TT
45362016-11-08 Tom Tromey <tom@tromey.com>
4537
4538 * gdb.python/py-value.exp (test_value_creation): Make "long" test
4539 depend on Python 2.
4540
30a7bb83
TT
45412016-11-08 Tom Tromey <tom@tromey.com>
4542
4543 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
4544 New method.
4545
cdf5a07c
MG
45462016-10-29 Manish Goregaokar <manish@mozilla.com>
4547
2806dc7e 4548 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 4549
51a789c3
MG
45502016-10-27 Manish Goregaokar <manish@mozilla.com>
4551
2806dc7e
PA
4552 * gdb.rust/simple.rs: Add test for univariant enums without
4553 discriminants and for encoded struct-like enums.
51a789c3 4554
f610ab6d
PA
45552016-10-28 Pedro Alves <palves@redhat.com>
4556
4557 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
4558 gdb_test_multiple, tighten regexps and match symtabs and line
4559 tables incrementally.
4560
b129b0ca
LM
45612016-10-28 Luis Machado <lgustavo@codesourcery.com>
4562
4563 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
4564 general.
4565
ecf45d2c
SL
45662016-10-25 Luis Machado <lgustavo@codesourcery.com>
4567
4568 * gdb.base/exec-invalid-sysroot.exp: New file.
4569
b8d38ee4
JK
45702016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4571
4572 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
4573
f90fd8c2
JK
45742016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4575
4576 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
4577
2d2476aa
MR
45782016-10-19 Maciej W. Rozycki <macro@imgtec.com>
4579
2806dc7e
PA
4580 * gdb.base/killed-outside.exp: Remove $options from a call to
4581 `prepare_for_testing'.
2d2476aa 4582
e42b25a0
SM
45832016-10-17 Simon Marchi <simon.marchi@ericsson.com>
4584
4585 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
4586 Change test message.
4587
3ccdb432
SM
45882016-10-17 Simon Marchi <simon.marchi@ericsson.com>
4589
4590 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
4591 Update comment.
4592
5bad3170
SM
45932016-10-17 Simon Marchi <simon.marchi@ericsson.com>
4594
4595 * gdb.trace/mi-trace-save.exp: New file.
4596
5ad9dba7
YQ
45972016-10-13 Yao Qi <yao.qi@linaro.org>
4598
4599 * gdb.base/code_elim.exp (get_var_address): Remove.
4600 * gdb.base/relocate.exp: Likewise.
4601 * gdb.base/shreloc.exp: Likewise.
4602 * lib/gdb.exp (get_var_address): New.
4603
62df7e21
YQ
46042016-10-13 Yao Qi <yao.qi@linaro.org>
4605
4606 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
4607 floating point tests if $skip_float_test is false.
4608
4dac951e
LM
46092016-10-12 Luis Machado <lgustavo@codesourcery.com>
4610
4611 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
4612 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
4613 argc values.
4614 Add 1 to argc so we guarantee distinct initial/modified argc values.
4615
8f1a8fc4
JK
46162016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4617
4618 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
4619
16c85b5d
JK
46202016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4621
4622 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
4623 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
4624 * gdb.arch/vsx-regs.exp: Likewise.
4625
1d0e042a
YQ
46262016-10-07 Yao Qi <yao.qi@linaro.org>
4627
4628 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
4629
68dadef5
MM
46302016-10-07 Markus Metzger <markus.t.metzger@intel.com>
4631
4632 * gdb.python/python.exp: Test decode_line("*0").
4633
33fa2c6e
DE
46342016-10-06 Doug Evans <dje@google.com>
4635
4636 * gdb.python/py-value.exp (test_value_creation): Add test for large
4637 unsigned 64-bit value.
4638
9c37b5ae
TT
46392016-10-06 Tom Tromey <tom@tromey.com>
4640
4641 * gdb.compile/compile.exp: Change java tests to rust.
4642 * gdb.base/setshow.exp: Change java tests to rust.
4643 * gdb.base/default.exp: Remove java from language list.
4644 * README (Examples): Update language example.
4645 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
4646 test.
4647 * lib/gdb.exp (skip_java_tests): Remove.
4648 * lib/java.exp: Remove.
4649 * gdb.java: Remove.
4650
78b86327
MR
46512016-10-06 Maciej W. Rozycki <macro@imgtec.com>
4652
4653 * gdb.arch/mips-fcr.exp: New test.
4654 * gdb.arch/mips-fcr.c: Source for the new test.
4655
7470adbb
MR
46562016-10-06 Maciej W. Rozycki <macro@imgtec.com>
4657
4658 * gdb.base/solib-disc.exp: Use `standard_output_file'
4659 throughout.
4660
4a556533
PA
46612016-10-06 Pedro Alves <palves@redhat.com>
4662
4663 * gdb.base/jit-simple-dl.c: New file.
4664 * gdb.base/jit-simple-jit.c: New file, factored out from ...
4665 * gdb.base/jit-simple.c: ... this.
4666 * gdb.base/jit-simple.exp (jit_run): Delete.
4667 (build_jit): New proc.
4668 (jit_test_reread): Recompile either the main program or the shared
4669 library, depending on what is being tested. Skip changing address
4670 if caller wants to. Compare before/after addresses. If testing
4671 standalone, explicitly load the binary. Test "maint info
4672 breakpoints".
4673 (top level): Add "standalone vs shared lib" and "change address"
4674 vs "same address" axes.
4675
5a122fbc
PA
46762016-10-06 Pedro Alves <palves@redhat.com>
4677
4678 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
4679 call.
4680 (jit_run): Delete.
4681 (jit_test_reread): Use with_test_prefix. Reload the main binary
4682 explicitly. Compare the before/after addresses of the JIT
4683 descriptor.
4684
ee8da4b8
DE
46852016-08-15 Doug Evans <dje@google.com>
4686
4687 * gdb.xml/extra-regs.xml: Update, end field now required, default type
4688 for single bitfields is bool.
4689 * gdb.xml/tdesc-regs.exp: Ditto.
4690
f389f6fe
JK
46912016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4692
4693 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
4694
fdebf1a4
YQ
46952016-10-05 Yao Qi <yao.qi@linaro.org>
4696
4697 * lib/gdb.exp (support_complex_tests): Return zero if
4698 gdb_skip_float_test return true.
4699
9c36d954 47002016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 4701 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
4702
4703 PR gdb/20487
4704 * gdb.mi/user-selected-context-sync.exp: New file.
4705 * gdb.mi/user-selected-context-sync.c: New file.
4706
4034d0ff 47072016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 4708 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
4709
4710 PR gdb/20487
4711 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
4712 =thread-select-event check.
4713
a4297203
PB
47142016-09-29 Peter Bergner <bergner@vnet.ibm.com>
4715
4716 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
4717 the compulsory L operand changes.
4718 * gdb.arch/powerpc-power.s: Likewise.
4719
bb805577
JK
47202016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4721
4722 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
4723 * gdb.base/jit-attach-pie.c: New file.
4724 * gdb.base/jit-attach-pie.exp: New file.
4725
6d61dee5
PA
47262016-09-28 Pedro Alves <palves@redhat.com>
4727
4728 * gdb.base/infcall-input.c: New file.
4729 * gdb.base/infcall-input.exp: New file.
4730
f73842fc
YQ
47312016-09-22 Yao Qi <yao.qi@linaro.org>
4732
4733 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
4734 (gdb_exit): Rename it to ...
4735 (gdbserver_gdb_exit): ... Close GDBserver.
4736 (gdb_exit): New proc, call gdbserver_gdb_exit.
4737 (mi_gdb_exit): Likewise.
4738
90681dab
YQ
47392016-09-22 Yao Qi <yao.qi@linaro.org>
4740
4741 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
4742 path.
4743 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
4744 Remove duplication.
4745
9c211fd8
YQ
47462016-09-22 Yao Qi <yao.qi@linaro.org>
4747
4748 * lib/gdbserver-support.exp: Check the existence of
4749 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
4750
ad0a504f
AK
47512016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
4752
4753 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
4754
36cf1806
TT
47552016-09-21 Tom Tromey <tom@tromey.com>
4756
4757 PR gdb/20604:
4758 * gdb.base/quit.exp: New file.
4759
74172ecf
SM
47602016-09-21 Simon Marchi <simon.marchi@ericsson.com>
4761
4762 * .gitignore: New file.
4763
3d0ec882
MR
47642016-09-21 Maciej W. Rozycki <macro@imgtec.com>
4765
4766 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
4767 throughout.
4768
8193adea
AA
47692016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4770
4771 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
4772
d41a5c09
JK
47732016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4774
4775 * gdb.cp/casts.cc (decltype): Move it ...
4776 (main): ... with its call to ...
4777 * gdb.cp/casts03.cc: ... a new file.
4778 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
4779
d2dfe700
JK
47802016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4781
4782 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
4783
e2a92b16
PB
47842016-09-15 Peter Bergner <bergner@vnet.ibm.com>
4785
4786 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
4787 and sync up the test with tests in gas/testsuite/gas/ppc.
4788 * gdb.arch/powerpc-power.exp: Likewise.
4789
49b4de64
JK
47902016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4791
4792 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
4793
2c29df25
SDJ
47942016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
4795 Jan Kratochvil <jan.kratochvil@redhat.com>
4796
4797 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
4798 make m1's definition to be different from m2's. Use 'dummy' as an
4799 argument for probe 'two'.
4800
cc3c2846
JB
48012016-09-10 Jon Beniston <jon@beniston.com>
4802
4803 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
4804 for sim target.
4805
e1b2624a
AA
48062016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
4807
4808 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
4809 variable declaration.
4810 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
4811 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
4812 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
4813 received HWCAP as its argument.
4814
4295e285
PA
48152016-09-06 Pedro Alves <palves@redhat.com>
4816
4817 * gdb.base/new-ui-pending-input.c: New file.
4818 * gdb.base/new-ui-pending-input.exp: New file.
4819 * gdb.exp (clear_gdb_spawn_id): New procedure.
4820 (with_spawn_id): Check whether gdb_spawn_id exists before
4821 referencing it. If gdb_spawn_id didn't exist on entry, clear it
4822 on exit.
4823
00d5215e
UW
48242016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
4825
4826 * gdb.base/float128.c: New file.
4827 * gdb.base/float128.exp: Likewise.
4828 * gdb.base/floatn.c: Likewise.
4829 * gdb.base/floatn.exp: Likewise.
4830
a9ff5f12
UW
48312016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
4832
4833 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
4834
f245535c
PA
48352016-09-05 Pedro Alves <palves@redhat.com>
4836
4837 PR backtrace/19927
4838 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
4839 unwinders are immediately called as side effect of "source" or
4840 "disable unwinder" commands.
4841 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
4842
ae9cf263
YQ
48432016-09-02 Yao Qi <yao.qi@linaro.org>
4844
4845 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
4846 is true and $type is "float" or "double".
4847
27aba047
YQ
48482016-09-02 Yao Qi <yao.qi@linaro.org>
4849
4850 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
4851 true.
4852 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
4853 * gdb.base/call-rt-st.exp: Likewise.
4854 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
4855 return value instead of gdb,skip_float_test.
4856 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
4857 (do_function_calls): Use its return value instead of
4858 gdb,skip_float_test.
4859 * gdb.base/finish.exp: Likewise.
4860 * gdb.base/funcargs.exp: Likewise.
4861 * gdb.base/return.exp: Likewise.
4862 * gdb.base/return2.exp: Likewise.
4863 * gdb.base/varargs.exp: Likewise.
4864 * lib/gdb.exp (gdb_skip_float_test): Change it to
4865 gdb_caching_proc. Detect the broken ptrace on arm-linux.
4866
5af962df
AA
48672016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
4868
4869 * gdb.multi/tids.exp: Test "thread apply all".
4870
7fac6910
JK
48712016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4872
4873 * gdb.base/default.exp (tty): Remove.
4874
bb1fe4ac
KB
48752016-08-24 Kevin Buettner <kevinb@redhat.com>
4876
2806dc7e
PA
4877 * gdb.python/py-recurse-unwind.c: New file.
4878 * gdb.python/py-recurse-unwind.py: New file.
4879 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 4880
0a1ddfa6
SM
48812016-08-24 Simon Marchi <simon.marchi@ericsson.com>
4882
4883 * gdb.base/set-inferior-tty.exp: New file.
4884 * gdb.base/set-inferior-tty.c: New file.
4885
d9de1fe3
PA
48862016-08-23 Pedro Alves <palves@redhat.com>
4887
4888 PR gdb/20494
4889 * gdb.base/new-ui-echo.c: New file.
4890 * gdb.base/new-ui-echo.exp: New file.
4891
e9d9abd7
YQ
48922016-08-23 Yao Qi <yao.qi@linaro.org>
4893
4894 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
4895 gdbserver_spawn.
4896 * gdb.server/connect-without-multi-process.exp (do_test):
4897 Likewise.
4898
3589529e
YQ
48992016-08-23 Yao Qi <yao.qi@linaro.org>
4900
4901 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
4902 standalone_txt. Delete gdb_txt and standalone_txt on host
4903 and target. Spawn the binary on target. Copy files from
4904 target to host.
4905
6bb90213
PA
49062016-08-22 Pedro Alves <palves@redhat.com>
4907
4908 PR gdb/20505
4909 * gdb.base/vdso-warning.exp: Test core dumps too. Use
4910 with_test_prefix. Factor out bits to ...
4911 (test_no_vdso): ... this new procedure.
4912
20c2c024
CL
49132016-08-19 Carl Love <cel@us.ibm.com>
4914
4915 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
4916 maintaining separate logic for constructing the output path.
4917 * gdb.arch/powerpc-d128-regs.exp: Likewise.
4918 * gdb.arch/ppc-dfp.exp: Likewise.
4919 * gdb.arch/ppc-fp.exp: Likewise.
4920 * gdb.arch/vsx-regs.exp: Likewise.
4921 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
4922 binprefix for generating the additional binary files.
4923
0646e07d
PA
49242016-08-19 Pedro Alves <palves@redhat.com>
4925
4926 * gdb.trace/mi-trace-frame-collected.exp
4927 (test_trace_frame_collected): On x32, expect two registers.
4928
46da9242
CL
49292016-08-18 Carl Love <cel@us.ibm.com>
4930
4931 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
4932 and sync up the test with tests in gas/testsuite/gas/ppc.
4933 * gdb.arch/powerpc-power.exp: Likewise.
4934
eb2332d7
SM
49352016-08-17 Simon Marchi <simon.marchi@ericsson.com>
4936
4937 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
4938 expected error message.
4939
63c61e04
SM
49402016-08-17 Simon Marchi <simon.marchi@ericsson.com>
4941
4942 * gdb.multi/remove-inferiors.exp: New file.
4943 * gdb.multi/remove-inferiors.c: New file.
4944
7b17065f
YQ
49452016-08-12 Yao Qi <yao.qi@linaro.org>
4946
4947 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
4948 argument list.
4949
01d3dedf
PA
49502016-08-10 Pedro Alves <palves@redhat.com>
4951
4952 PR gdb/19187
4953 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
4954 setup_kfails.
4955
3eb7562a
PA
49562016-08-09 Pedro Alves <palves@redhat.com>
4957 Simon Marchi <simon.marchi@ericsson.com>
4958
4959 PR gdb/20418
4960 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
4961 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
4962
80614914
PA
49632016-08-09 Pedro Alves <palves@redhat.com>
4964
4965 PR mi/20431
4966 * gdb.mi/mi-cmd-error.exp: New file.
4967
f348d89a
PA
49682016-08-09 Pedro Alves <palves@redhat.com>
4969
4970 PR gdb/18653
4971 * gdb.base/signals-state-child.c: New file.
4972 * gdb.base/signals-state-child.exp: New file.
4973 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
4974
e5ca03b4
PA
49752016-08-09 Pedro Alves <palves@redhat.com>
4976
4977 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
4978
282a0691
TT
49792016-08-03 Tom Tromey <tom@tromey.com>
4980
4981 PR python/18565:
4982 * gdb.python/py-frame-inline.exp: Add Frame.function test.
4983
41bfcd63
YQ
49842016-08-01 Yao Qi <yao.qi@linaro.org>
4985
4986 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
4987 variable mode to "multi-process" if $multi_process is 1, otherwise
4988 set it to "single-process".
4989
e3465b24
YQ
49902016-08-01 Yao Qi <yao.qi@linaro.org>
4991
4992 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
4993 * gdb.cp/cpexprs.exp: Likewise.
4994 * gdb.cp/m-static.exp: Likewise.
4995
0b31a4bc
TT
49962016-07-26 Tom Tromey <tom@tromey.com>
4997
4998 PR python/20190:
4999 * gdb.threads/tls.exp (check_thread_local): Add python symbol
5000 test.
5001
e0461dbb
MM
50022016-07-26 Markus Metzger <markus.t.metzger@intel.com>
5003
5004 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
5005 selecting assembly source files.
5006 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
5007 assembly source files.
5008 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
5009 assembly source files.
5010 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
5011 selecting assembly source files.
5012
8194e927
SM
50132016-07-25 Simon Marchi <simon.marchi@ericsson.com>
5014
5015 * gdb.base/new-ui.exp (do_test_invalid_args): New
5016 procedure.
5017
c0272db5
TW
50182016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
5019
5020 * gdb.btrace/reconnect.c: New file.
5021 * gdb.btrace/reconnect.exp: New file.
5022
e3487908
GKB
50232016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
5024
5025 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
5026 to test_catch_syscall_group.
5027 (test_catch_syscall_group): New.
5028
12df5c00
TT
50292016-07-21 Tom Tromey <tom@tromey.com>
5030
5031 * gdb.rust/simple.rs (main): Use empty struct expression.
5032 * gdb.rust/simple.exp: Add tests for empty struct expression.
5033
bae62ee2
YQ
50342016-07-21 Yao Qi <yao.qi@linaro.org>
5035
5036 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
5037 if gdb_skip_xml_test is true on some targets.
5038
b1b53fb3
YQ
50392016-07-21 Yao Qi <yao.qi@linaro.org>
5040
5041 * gdb.server/solib-list.exp: Unset last_loaded_file.
5042
027d97f8
JK
50432016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5044
5045 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
5046 "step into captured_main (args)".
5047
7674d381
JK
50482016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5049
5050 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
5051
72b5d099
JK
50522016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5053
5054 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
5055
1f960ced
PA
50562016-07-19 Pedro Alves <palves@redhat.com>
5057
5058 * gdb.opt/inline-break.exp: Remove optimize=-O2.
5059 * gdb.opt/inline-bt.exp: Likewise.
5060 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
5061 additional_flags=-Winline.
5062 * gdb.opt/inline-locals.exp: Likewise.
5063 * gdb.opt/inline-markers.c (ATTR): Define.
5064 (inlined_fn): Use it.
5065
f25827c1
YQ
50662016-07-19 Yao Qi <yao.qi@linaro.org>
5067
5068 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
5069 (test_with_self): Remove some code. Remove argument executable.
5070 (top-level): Use do_self_tests.
5071
37539ebe
DB
50722016-07-15 Zachary Welch <zwelch@codesourcery.com>
5073 Don Breazeal <donb@codesourcery.com>
5074
5075 * gdb.base/maint.exp: Escape paths used in regular expressions.
5076 * gdb.stabs/weird.exp: Likewise.
5077
dac790e1
TT
50782016-07-13 Tom Tromey <tom@tromey.com>
5079
5080 PR python/15620, PR python/18620:
5081 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
5082 (test_bkpt_events): New procs.
5083
93daf339
TT
50842016-07-13 Tom Tromey <tom@tromey.com>
5085
5086 PR python/17698:
5087 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
5088 test.
5089 (test_watchpoints): Likewise.
5090 (test_bkpt_pending): New proc.
5091
6571a381
TT
50922016-07-13 Tom Tromey <tom@tromey.com>
5093
5094 PR cli/18053:
5095 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
5096 completion test.
5097
e8732474
JK
50982016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5099
5100 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
5101 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
5102 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
5103 f_label.
5104 (g): Rename g_end_lbl to g_label.
5105 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
5106 low_pc and high_pc.
5107 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
5108
e0f3fd7c
TT
51092016-07-12 Tom Tromey <tom@tromey.com>
5110
5111 PR python/19293:
5112 * gdb.python/py-unwind-maint.exp: Update tests.
5113
3cfe46b6
YQ
51142016-07-12 Yao Qi <yao.qi@linaro.org>
5115
5116 * lib/selftest-support.exp (selftest_setup): Match the output
5117 when captured_main is inlined.
5118
4f19a0e6
WT
51192016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
5120
5121 * gdb.fortran/derived-types.exp (result_line, result_line_2):
5122 New variables.
5123 (print this%a, print this%b, print this): New tests.
5124 * gdb.fortran/derived-types.f90 (this): New object and
5125 initialization.
5126
986cf455
SM
51272016-07-06 Simon Marchi <simon.marchi@ericsson.com>
5128
5129 * gdb.ada/arraydim.exp: Remove extra directory level in build
5130 directory.
5131
f0464b23
SM
51322016-07-06 Simon Marchi <simon.marchi@ericsson.com>
5133
5134 * lib/ada.exp: Remove extra directory level in build directory.
5135 * gdb.ada/cond_lang.exp: Likewise.
5136 * gdb.ada/exec_changed.exp: Likewise.
5137 * gdb.ada/lang_switch.exp: Likewise.
5138
42d94011
MG
51392016-07-06 Manish Goregaokar <manish@mozilla.com>
5140
2806dc7e
PA
5141 * simple.rs: Add test for raw pointer subscripting.
5142 * simple.exp: Add test expectations.
42d94011 5143
647c264c
YQ
51442016-07-05 Yao Qi <yao.qi@linaro.org>
5145
5146 * gdb.mi/mi-reverse.exp: Match =record-started output.
5147
20aa2c60
PA
51482016-07-01 Pedro Alves <palves@redhat.com>
5149
5150 * gdb.base/jit-reader.exp (info_registers_current_frame): New
5151 procedure.
5152 (jit_reader_test): Test the jit reader's unwinder.
5153 * gdb.base/jithost.c (jit_function_00_code): New global.
5154 (main): Use memcpy to fill in the mmapped code, instead of poking
5155 bytes manually here.
5156 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
5157 value.
5158 (read_debug_info): Save the function's range.
5159 (read_sp): New function.
5160 (unwind_frame): Use it. Also unwind RBP.
5161 (get_frame_id): Use read_sp.
5162 (gdb_init_reader): Use calloc instead of malloc.
5163 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
5164 parameter. Use gdb_test_multiple.
5165
ced2dffb
PA
51662016-07-01 Pedro Alves <palves@redhat.com>
5167 Antoine Tremblay <antoine.tremblay@ericsson.com>
5168
5169 * gdb.threads/process-dies-while-detaching.c: New file.
5170 * gdb.threads/process-dies-while-detaching.exp: New file.
5171
63000888
PA
51722016-07-01 Pedro Alves <palves@redhat.com>
5173
5174 * gdb.multi/watchpoint-multi-exit.c: New file.
5175 * gdb.multi/watchpoint-multi-exit.exp: New file.
5176
038d4868
PA
51772016-06-30 Pedro Alves <palves@redhat.com>
5178
5179 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
5180 unset inferior_spawn_id.
5181
994e9c83
PA
51822016-06-30 Pedro Alves <palves@redhat.com>
5183
5184 * lib/mi-support.exp (default_mi_gdb_start): Declare global
5185 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
5186
e5653468
YQ
51872016-06-29 Yao Qi <yao.qi@linaro.org>
5188
5189 * gdb.base/return.c: Add copyright header.
5190
803b47e5
TT
51912016-06-29 Tom Tromey <tom@tromey.com>
5192
5193 PR python/20129:
5194 * gdb.python/py-framefilter.exp: Add tests for setting priority
5195 and disabling of non-existent frame filter.
5196
28244707
YQ
51972016-06-29 Yao Qi <yao.qi@linaro.org>
5198
5199 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
5200 0x0f07ff.
5201
a31d2f06
YQ
52022016-06-28 Yao Qi <yao.qi@linaro.org>
5203
5204 * gdb.base/catch-syscall.exp: Remove check on isnative and target
5205 triplets. Start gdb, execute catch syscall, and continue. Check
5206 gdb's output to determine catch syscall is supported.
5207
921d8f54
MG
52082016-06-27 Manish Goregaokar <manish@mozilla.com>
5209
25d49b86
PA
5210 * gdb.rust/simple.rs: Add test for returning unit in a function.
5211 * gdb.rust/simple.exp: Add expectation for functions returning
5212 unit.
921d8f54 5213
f4952523
PMR
52142016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
5215
5216 * gdb.python/py-breakpoint-create-fail.c,
5217 gdb.python/py-breakpoint-create-fail.exp,
5218 gdb.python/py-breakpoint-create-fail.py: New testcase.
5219
fccb08f8
MG
52202016-06-25 Manish Goregaokar <manish@mozilla.com>
5221
5222 PR gdb/20239
5223 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
5224 * gdb.rust/simple.exp: Add test expectations for new NonZero
5225 tests.
fccb08f8 5226
6b850546
DT
52272016-06-24 David Taylor <dtaylor@emc.com>
5228
5229 * gdb.base/offsets.exp: New file.
5230 * gdb.base/offsets.c: New file.
5231
17621150
TT
52322016-06-23 Tom Tromey <tom@tromey.com>
5233
5234 PR gdb/16483:
5235 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
5236 before any filters are loaded.
5237
04d59df6
WT
52382016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
5239
5240 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
5241 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
5242 structs.
5243 * gdb.fortran/derived-type-function.exp: New file.
5244 * gdb.fortran/derived-type-function.f90: New file.
5245
5246
ac69f786
PA
52472016-06-21 Pedro Alves <palves@redhat.com>
5248
5249 * gdb.base/new-ui.exp: New file.
5250 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
5251 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
5252 (with_spawn_id): New procedure.
5253
49940788
PA
52542016-06-21 Pedro Alves <palves@redhat.com>
5255
5256 * gdb.mi/mi-exec-run.exp: New file.
5257
ef274d26
PA
52582016-06-21 Pedro Alves <palves@redhat.com>
5259
5260 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
5261 breakpoint command's output on the main UI.
5262 (test_break): New procedure, factored out from calls in the top
5263 level.
5264 (top level): Use foreach_with_prefix to test MI as main UI and as
5265 separate UI.
5266
468afe6c
PA
52672016-06-21 Pedro Alves <palves@redhat.com>
5268
5269 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
5270 (test_awatch_creation_and_listing)
5271 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
5272 Remove 'type' parameter.
5273 (test_watchpoint_all): New parameter mi_mode. Remove
5274 with_test_prefix.
5275 (top level): Use foreach_with_prefix, and add main/separate UI MI
5276 testing axis.
5277
51f77c37
PA
52782016-06-21 Pedro Alves <palves@redhat.com>
5279
5280 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
5281 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
5282 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
5283 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
5284 (gdb_main_spawn_id, mi_spawn_id): Declare and
5285 comment.
5286 (mi_create_inferior_pty): New procedure,
5287 factored out from default_mi_gdb_start.
5288 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
5289 procedures.
5290 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
5291 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
5292 Use mi_create_inferior_pty.
5293 (mi_gdb_start): Use eval to pass down args list.
5294
8980e177
PA
52952016-06-21 Pedro Alves <palves@redhat.com>
5296
5297 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
5298 * gdb.opt/inline-cmds.exp: Add MI tests.
5299
f38d3ad1
PA
53002016-06-21 Pedro Alves <palves@redhat.com>
5301
5302 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
5303
45db7c09
PA
53042016-06-21 Pedro Alves <palves@redhat.com>
5305
5306 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
5307 (top level): Use it instead of mi_execute_to.
5308
5a069ab3
PA
53092016-06-21 Pedro Alves <palves@redhat.com>
5310
5311 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
5312 (cont_handler_str): New.
5313 (signal_stop_handler): Set stop_handler_str instead of printing to
5314 stdout.
5315 (continue_handler): Set cont_handler_str instead of printing to
5316 stdout.
5317 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
5318 mi_send_resuming_command. Print stop_handler_str and
5319 cont_handler_str instead of expecting the python events print
5320 directly.
5321
2838cc1d
SD
53222016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
5323
5324 * gdb.base/jit-reader.exp: New file.
5325 * gdb.base/jithost.c: New file.
5326 * gdb.base/jithost.h: New file.
5327 * gdb.base/jitreader.c : New file.
5328 * gdb.base/jit-protocol.h: New file.
5329
21a77091
YQ
53302016-06-17 Yao Qi <yao.qi@linaro.org>
5331
5332 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
5333 parameters follow_fork and detach_on_fork. Set follow-fork-mode
5334 and detach-on-fork. Adjust tests.
5335 (top level): Invoke break_cond_on_syscall with combinations of
5336 syscall, follow-fork-mode and detach-on-fork.
5337
f50bf8e5
YQ
53382016-06-17 Yao Qi <yao.qi@linaro.org>
5339
5340 * gdb.base/step-over-exit.c: New.
5341 * gdb.base/step-over-exit.exp: New.
5342
a28d8e50
YTL
53432016-06-17 Yan-Ting Lin <currygt52@gmail.com>
5344
5345 * gdb.base/float.exp: Add target check for nds32*-*-*.
5346 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
5347
cad8e26d
AB
53482016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
5349
5350 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
5351 for unsupported target features.
5352 * gdb.base/call-rt-st.exp: Likewise.
5353 * gdb.base/call-sc.exp: Likewise.
5354 * gdb.base/call-signal-resume.exp: Likewise.
5355 * gdb.base/call-strs.exp: Likewise.
5356 * gdb.base/callexit.exp: Likewise.
5357 * gdb.base/callfuncs.exp: Likewise.
5358 * gdb.base/nodebug.exp: Likewise.
5359 * gdb.base/printcmds.exp: Likewise.
5360 * gdb.base/ptype.exp: Likewise.
5361 * gdb.base/structs.exp: Likewise.
5362 * gdb.base/unwindonsignal.exp: Likewise.
5363 * gdb.cp/gdb2495.exp: Likewise.
5364 * gdb.cp/templates.exp: Likewise.
5365 * gdb.cp/virtfunc.exp: Likewise.
5366 * gdb.threads/hand-call-in-threads.exp: Likewise.
5367 * gdb.threads/interrupted-hand-call.exp: Likewise.
5368 * gdb.threads/thread-unwindonsignal.exp: Likewise.
5369
347dc102
TT
53702016-06-10 Tom Tromey <tom@tromey.com>
5371
5372 PR rust/20110:
5373 * gdb.rust/expr.exp: Add test for integer constant larger than
5374 i32.
5375
5e13cf25
BH
53762016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
5377
5378 * gdb.fortran/nested-funcs.exp: New.
5379 * gdb.fortran/nested-funcs.f90: New.
5380
bb556f1f
TK
53812016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
5382
5383 * gdb.base/examine-backward.c: New file.
5384 * gdb.base/examine-backward.exp: New file.
5385
38b022b4
SM
53862016-06-06 Simon Marchi <simon.marchi@ericsson.com>
5387
5388 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
5389 matching.
5390
1b40ec05
TT
53912016-06-02 Tom Tromey <tom@tromey.com>
5392
5393 PR python/18984:
5394 * gdb.python/py-shared.exp: Add solib_name test.
5395
193bd378
SM
53962016-06-02 Simon Marchi <simon.marchi@ericsson.com>
5397
5398 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
5399
3326303b
MG
54002016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
5401
5402 PR c++/19893
5403 * gdb.dwarf2/implref.exp: Rename to...
5404 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
5405 * gdb.dwarf2/implref-array.c: New file.
5406 * gdb.dwarf2/implref-array.exp: Likewise.
5407 * gdb.dwarf2/implref-global.c: Likewise.
5408 * gdb.dwarf2/implref-global.exp: Likewise.
5409 * gdb.dwarf2/implref-struct.c: Likewise.
5410 * gdb.dwarf2/implref-struct.exp: Likewise.
5411
825c8ef2
AT
54122016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5413
5414 * gdb.trace/trace-condition.exp: Add 64bit tests.
5415
2320162a
AT
54162016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5417
5418 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
5419 bits types.
5420 (main): Adapt to 8 to 64 bits types.
5421 * gdb.trace/trace-condition.exp: Add new tests.
5422
a7818233
AT
54232016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5424
5425 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
5426
0d336466
AT
54272016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5428
5429 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
5430 Move condition tests...
5431 * gdb.trace/trace-condition.exp: Here.
5432
7faeb45a
AT
54332016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5434
5435 * gdb.trace/trace-condition.exp: Add counter-case tests.
5436
e385593e
JK
54372016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5438
5439 PR c++/15231
5440 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
5441 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
5442
744608cc
PA
54432016-05-27 Pedro Alves <palves@redhat.com>
5444
5445 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5446 New procedure.
5447 (top level): Call it, and bail out of DejaGnu is known to be bad.
5448
ac775bf4
AB
54492016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
5450
5451 * gdb.base/whatis.c: Extend the test case.
5452 * gdb.base/whatis.exp: Add additional tests.
5453
2bbad2ea
BH
54542016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5455
5456* gdb.fortran/type.f90: Add pointer variable.
5457* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
5458
8b70175d
BH
54592016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5460
5461 * gdb.fortran/vla-type.exp: Fix testcase name.
5462
86d8a848
BH
54632016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5464
5465 * gdb.fortran/vla-type.exp: Access elements in nested structs.
5466
e188eb36
BH
54672016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5468
5469 * gdb.fortran/type.f90: Add nested structures.
5470 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
5471 * gdb.fortran/derived-type.exp: Adapt expected output.
5472 * gdb.fortran/vla-type.exp: Adapt expected output.
5473
9b2db1fd
BH
54742016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5475
5476 * gdb.fortran/whatis_type.exp: Adapt expected output.
5477
72b17055
BH
54782016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5479
5480 * gdb.fortran/print_type.exp: Fix expected output.
5481 * gdb.fortran/whatis_type.exp: Fix expected output.
5482
3cd81d8d
BH
54832016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5484
5485 * gdb.fortran/whatis_type.exp: Use multi_line.
5486
ddae9462
TT
54872016-05-24 Tom Tromey <tom@tromey.com>
5488
5489 PR python/17386:
5490 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
5491 use value as an index.
5492
1957f6b8
TT
54932016-05-23 Tom Tromey <tom@tromey.com>
5494
5495 PR python/17981:
5496 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
5497 no-breakpoint case.
5498
026a9174
PA
54992016-05-24 Pedro Alves <palves@redhat.com>
5500
5501 PR gdb/19828
5502 * gdb.threads/clone-attach-detach.c: New file.
5503 * gdb.threads/clone-attach-detach.exp: New file.
5504
e70a7231
FR
55052016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
5506
5507 * gdb.base/annota-input-while-running.exp: Fix syntax error.
5508
0f6ed0e0
TT
55092016-05-23 Tom Tromey <tom@tromey.com>
5510
5511 PR python/19438, PR python/18393:
5512 * gdb.python/py-progspace.exp: Add "dir" test.
5513 * gdb.python/py-objfile.exp: Add "dir" test.
5514
ffd19d61
YQ
55152016-05-23 Yao Qi <yao.qi@linaro.org>
5516
5517 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
5518 * gdb.arch/thumb2-it.exp: Likewise.
5519
9e8f9b05
SM
55202016-05-18 Simon Marchi <simon.marchi@ericsson.com>
5521
5522 * gdb.mi/mi-threads-interrupt.c: New file.
5523 * gdb.mi/mi-threads-interrupt.exp: New file.
5524
61c6156d
SM
55252016-05-17 Simon Marchi <simon.marchi@ericsson.com>
5526
5527 PR gdb/18077
5528 * gdb.mi/mi-async-run.exp: New file.
5529 * gdb.mi/mi-async-run.c: New file.
5530
67218854
TT
55312016-05-17 Tom Tromey <tom@tromey.com>
5532 Manish Goregaokar <manishsmail@gmail.com>
5533
5534 * lib/rust-support.exp: New file.
5535 * lib/gdb.exp (skip_rust_tests): New proc.
5536 (build_executable_from_specs): Handle rust.
5537 * lib/future.exp (gdb_find_rustc): New proc.
5538 (gdb_default_target_compile): Handle rust.
5539 * gdb.rust/expr.exp: New file.
5540 * gdb.rust/generics.exp: New file.
5541 * gdb.rust/generics.rs: New file.
5542 * gdb.rust/methods.exp: New file.
5543 * gdb.rust/methods.rs: New file.
5544 * gdb.rust/modules.exp: New file.
5545 * gdb.rust/modules.rs: New file.
5546 * gdb.rust/simple.exp: New file.
5547 * gdb.rust/simple.rs: New file.
5548
c44af4eb
TT
55492016-05-17 Tom Tromey <tom@tromey.com>
5550
5551 * gdb.base/default.exp (set language): Add rust.
5552
dcd1f979
TT
55532016-05-17 Tom Tromey <tom@tromey.com>
5554
5555 * gdb.gdb/unittest.exp: New file.
5556
155b7f57
YQ
55572016-05-16 Yao Qi <yao.qi@linaro.org>
5558
5559 * gdb.base/batch-preserve-term-settings.exp: Remove variable
5560 shell_prompt. Update shell_prompt_re.
5561
8ddd5a6c
DE
55622016-05-12 Doug Evans <dje@google.com>
5563
5564 PR symtab/19999
5565 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
5566 $options when building executable.
5567 * gdb.dwarf2/fission-loclists-pie.S: New file.
5568 * gdb.dwarf2/fission-loclists-pie.exp: New file.
5569
02e370d9
SM
55702016-05-04 Simon Marchi <simon.marchi@ericsson.com>
5571
5572 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
5573 of [is_remote target],
5574
8929ad8b
SM
55752016-05-04 Simon Marchi <simon.marchi@ericsson.com>
5576
5577 * lib/gdb.exp (use_gdb_stub): New procedure.
5578
6c447423
DE
55792016-05-03 Yunlian Jiang <yunlian@google.com>
5580 Doug Evans <dje@google.com>
5581
5582 PR symtab/19914
5583 * gdb.dwarf2/dwp-sepdebug.c: New file.
5584 * gdb.dwarf2/dwp-sepdebug.exp: New file.
5585
444e826c
SM
55862016-05-02 Simon Marchi <simon.marchi@ericsson.com>
5587
5588 * gdb.base/detach.exp: Remove is_remote check.
5589
740feeaa
SM
55902016-05-02 Simon Marchi <simon.marchi@ericsson.com>
5591
5592 * gdb.base/annota-input-while-running.exp: Don't check for
5593 [is_remote target]. Enable annotations after running to main.
5594 Remove unused "set test..." line.
5595
9080ac9d
SM
55962016-04-28 Simon Marchi <simon.marchi@ericsson.com>
5597
5598 * gdb.trace/trace-enable-disable.exp: New file.
5599 * gdb.trace/trace-enable-disable.c: New file.
5600
952ebca5
SM
56012016-04-28 Simon Marchi <simon.marchi@ericsson.com>
5602
5603 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
5604 use it in info sharedlibrary test.
5605 * gdb.trace/ftrace-lock.exp: Likewise.
5606 * gdb.trace/ftrace.exp: Likewise.
5607 * gdb.trace/range-stepping.exp: Likewise.
5608 * gdb.trace/trace-break.exp: Likewise.
5609 * gdb.trace/trace-condition.exp: Likewise.
5610 * gdb.trace/trace-mt.exp: Likewise.
5611
d9019901
SM
56122016-04-27 Simon Marchi <simon.marchi@ericsson.com>
5613
5614 * lib/gdb.exp (gdb_load_shlibs): Rename to...
5615 (gdb_load_shlib): ... this.
5616 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
5617 gdb_load_shlib.
5618 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
5619 * gdb.base/ctxobj.exp: Likewise.
5620 * gdb.base/dprintf-pending.exp: Likewise.
5621 * gdb.base/dso2dso.exp: Likewise.
5622 * gdb.base/fixsection.exp: Likewise.
5623 * gdb.base/gcore-relro.exp: Likewise.
5624 * gdb.base/gdb1555.exp: Likewise.
5625 * gdb.base/global-var-nested-by-dso.exp: Likewise.
5626 * gdb.base/gnu-ifunc.exp: Likewise.
5627 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
5628 * gdb.base/jit-so.exp (one_jit_test): Likewise.
5629 * gdb.base/pending.exp: Likewise.
5630 * gdb.base/print-file-var.exp: Likewise.
5631 * gdb.base/print-symbol-loading.exp: Likewise.
5632 * gdb.base/shlib-call.exp: Likewise.
5633 * gdb.base/shreloc.exp: Likewise.
5634 * gdb.base/so-impl-ld.exp: Likewise.
5635 * gdb.base/solib-disc.exp: Likewise.
5636 * gdb.base/solib-nodir.exp: Likewise.
5637 * gdb.base/solib-overlap.exp: Likewise.
5638 * gdb.base/solib-symbol.exp: Likewise.
5639 * gdb.base/solib-weak.exp (do_test): Likewise.
5640 * gdb.base/sym-file.exp: Likewise.
5641 * gdb.base/symtab-search-order.exp: Likewise.
5642 * gdb.base/type-opaque.exp: Likewise.
5643 * gdb.base/unload.exp: Likewise.
5644 * gdb.base/watchpoint-solib.exp: Likewise.
5645 * gdb.compile/compile.exp: Likewise.
5646 * gdb.cp/gdb2384.exp: Likewise.
5647 * gdb.cp/infcall-dlopen.exp: Likewise.
5648 * gdb.cp/re-set-overloaded.exp: Likewise.
5649 * gdb.fortran/library-module.exp: Likewise.
5650 * gdb.opt/solib-intra-step.exp: Likewise.
5651 * gdb.python/py-finish-breakpoint.exp: Likewise.
5652 * gdb.python/py-shared.exp: Likewise.
5653 * gdb.reverse/solib-precsave.exp: Likewise.
5654 * gdb.reverse/solib-reverse.exp: Likewise.
5655 * gdb.server/solib-list.exp: Likewise.
5656 * gdb.threads/dlopen-libpthread.exp: Likewise.
5657 * gdb.threads/tls-shared.exp: Likewise.
5658 * gdb.threads/tls-so_extern.exp: Likewise.
5659 * gdb.trace/change-loc.exp: Likewise.
5660 * gdb.trace/ftrace-lock.exp: Likewise.
5661 * gdb.trace/ftrace.exp: Likewise.
5662 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
5663 * gdb.trace/pending.exp: Likewise.
5664 * gdb.trace/range-stepping.exp: Likewise.
5665 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
5666 (strace_info_marker): Likewise.
5667 (strace_probe_marker): Likewise.
5668 (strace_trace_on_same_addr): Likewise.
5669 (strace_trace_on_diff_addr): Likewise.
5670 * gdb.trace/trace-break.exp: Likewise.
5671 * gdb.trace/trace-condition.exp: Likewise.
5672 * gdb.trace/trace-mt.exp: Likewise.
5673
fca4cfd9
SM
56742016-04-27 Simon Marchi <simon.marchi@ericsson.com>
5675
5676 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
5677 result of gdb_remote_download.
5678 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
5679 * gdb.base/dso2dso.exp: Likewise.
5680 * gdb.base/global-var-nested-by-dso.exp: Likewise.
5681 * gdb.base/print-file-var.exp: Likewise.
5682 * gdb.base/shlib-call.exp: Likewise.
5683 * gdb.base/shreloc.exp: Likewise.
5684 * gdb.base/solib-overlap.exp: Likewise.
5685 * gdb.base/solib-weak.exp (do_test): Likewise.
5686 * gdb.base/unload.exp: Likewise.
5687
11cf4ffb
YQ
56882016-04-27 Yao Qi <yao.qi@linaro.org>
5689
5690 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
5691 exists.
5692
3e2e34f8
KB
56932016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
5694
5695 * vla-type.exp: Print structure from toplevel.
5696
8f07e298
BH
56972016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
5698
5699 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
5700 of dynamic types.
5701 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
5702 of dynamic types.
5703
9920b434
BH
57042016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
5705
5706 * gdb.fortran/vla-type.f90: New file.
5707 * gdb.fortran/vla-type.exp: New file.
5708
f3abeff5
YQ
57092016-04-25 Yao Qi <yao.qi@linaro.org>
5710
5711 * gdb.base/branch-to-self.c: New file.
5712 * gdb.base/branch-to-self.exp: New file.
5713
0a5d52f0
YQ
57142016-04-22 Yao Qi <yao.qi@linaro.org>
5715
5716 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
5717 more after $hex.
5718
495346f6
YQ
57192016-04-22 Yao Qi <yao.qi@linaro.org>
5720
5721 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
5722 * gdb.base/annota3.exp: Likewise.
5723
4a7e075c
YQ
57242016-04-22 Yao Qi <yao.qi@linaro.org>
5725
5726 * gdb.reverse/step-precsave.exp: Do one step and test program
5727 stops in "callee" and do multiple steps until program goes out
5728 of "callee".
5729 * gdb.reverse/step-reverse.exp: Likewise.
5730
5b061e98
YQ
57312016-04-22 Yao Qi <yao.qi@linaro.org>
5732
5733 * gdb.trace/signal.exp: Also pass if
5734 $tracepoint_hits($i) > $iterations.
5735
5c5dc57f
YQ
57362016-04-22 Yao Qi <yao.qi@linaro.org>
5737
5738 * gdb.trace/signal.c: New file.
5739 * gdb.trace/signal.exp: New file.
5740
a55411b9
DE
57412016-04-19 Doug Evans <xdje42@gmail.com>
5742
5743 * gdb.base/bad-file.exp: New file.
5744
a22df60a
MG
57452016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
5746
5747 * gdb.dwarf2/implref.exp: New file.
5748
0c13f7e5
BH
57492016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
5750
5751 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
5752 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
5753 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
5754 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
5755 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
5756 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
5757 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
5758 * lib/fortran.exp (fortran_int4): New procedure.
5759 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
5760 (fortran_logical4): Likewise.
5761
9b9b09e9
BH
57622016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
5763
5764 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
5765
a14d1f4d
BH
57662016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
5767
5768 * lib/compiler.c: Add Intel specific preprocessor macros.
5769 * lib/compiler.cc: Likewise.
25d49b86 5770
7d49b1d0
LM
57712016-04-13 Luis Machado <lgustavo@codesourcery.com>
5772
5773 * gdb.server/connect-with-no-symbol-file.c: New file.
5774 * gdb.server/connect-with-no-symbol-file.exp: New file.
5775
8392fa22
SM
57762016-04-13 Simon Marchi <simon.marchi@ericsson.com>
5777
5778 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
5779
8c4c4aeb
SM
57802016-04-13 Simon Marchi <simon.marchi@ericsson.com>
5781
5782 * boards/gdbserver-base.exp (${board}_download): Copy source file to
5783 standard output directory.
5784
45e3745e
AT
57852016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
5786
5787 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
5788
e26b7e41
MM
57892016-04-13 Markus Metzger <markus.t.metzger@intel.com>
5790
5791 * gdb.btrace/instruction_history.c (loop): Add declaration.
5792
8ce09462
AT
57932016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
5794
5795 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
5796
2e88a1ea
SM
57972016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
5798
5799 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
5800 parentheses to print.
5801 (continue_handler): Likewise.
5802
f48e22e3
SM
58032016-04-08 Simon Marchi <simon.marchi@ericsson.com>
5804
5805 * gdb.server/solib-list.exp: Remove is_remote check.
5806 Pass shlib= to gdb_compile. Don't link shared library with
5807 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
5808 Run binary filename through "readlink -f" on the target.
5809
096be756
PA
58102016-04-08 Pedro Alves <palves@redhat.com>
5811
5812 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
5813 interpreter filename as argument to gdbserver_spawn.
5814 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
5815 Return empty if $last_loaded_file does not exist.
5816
06500533
JK
58172016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5818
5819 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
5820 * gdb.base/jit-main.c: Use exit after usage.
5821
2d35e871
JK
58222016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5823
5824 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
5825 GDBHISTSIZE prior to the tests.
5826 * gdb.base/gdbinit-history.exp: Likewise.
5827
58282016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
5829
5830 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
5831 instead of build_executable. Use gdb_load_shlibs.
5832
c8064e7e
YQ
58332016-04-07 Yao Qi <yao.qi@linaro.org>
5834
5835 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
5836 Execute "si" command.
5837
bde47561
YQ
58382016-04-07 Yao Qi <yao.qi@linaro.org>
5839
5840 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
5841 number instead of the comments on some line.
5842
b16f8a3b
DB
58432016-04-06 Don Breazeal <donb@codesourcery.com>
5844
5845 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
5846 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
5847
c2f901df
SM
58482016-04-06 Simon Marchi <simon.marchi@ericsson.com>
5849
5850 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
5851 standard_output_file. Remove unused binfile variable.
5852
ac17fda0
CU
58532016-04-05 Catalin Udma <catalin.udma@freescale.com>
5854
5855 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
5856 * gdb.python/py-mi-objfile.exp: Match "list main" output
5857 in console format.
5858
03a8c4df
SM
58592016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
5860
5861 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
5862 absolute.
5863
6e774b13
SM
58642016-04-05 Simon Marchi <simon.marchi@ericsson.com>
5865
5866 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
5867 absolute.
5868 * gdb.trace/ftrace.exp: Likewise.
5869 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
5870 targets as well.
5871 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
5872 (gdb_load_shlibs): Copy libraries to test directory when testing
5873 natively. Only set solib-search-path if testing remotely.
5874 * lib/mi-support.exp (mi_load_shlibs): Likewise.
5875
7817ea46
SM
58762016-04-05 Simon Marchi <simon.marchi@ericsson.com>
5877
5878 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
5879 gdb_download. Use it even if the target is not remote.
5880 * gdb.base/jit.exp (compile_jit_test): Likewise.
5881 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
5882 output directory if the destination board is local, otherwise use
5883 the standard remote_download from DejaGnu.
5884 (gdb_download): Remove.
5885 (gdb_load_shlibs): Use gdb_remote_download instead of
5886 gdb_download.
5887 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
5888 Use gdb_remote_download instead of gdb_download. Use it even if
5889 the target is not remote.
5890 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
5891 instead of gdb_download.
5892
7beb7f68
SM
58932016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
5894
5895 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
5896 (test_insert_delete_modify): Call mi_load_shlibs before trying to
5897 run.
5898
cc63428a
AV
58992016-04-01 Artemiy Volkov <artemiyv@acm.org>
5900
5901 PR gdb/19820
5902 * gdb.base/printcmds.exp: Add artificial arrays tests.
5903
64cdf930
PA
59042016-03-31 Pedro Alves <palves@redhat.com>
5905
5906 PR gdb/19858
5907 * gdb.base/jit-main.c: Include unistd.h.
5908 (ATTACH): Define to 0 if not already defined.
5909 (wait_for_gdb, mypid): New globals.
5910 (WAIT_FOR_GDB): New macro.
5911 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
5912 some breakpoint locations.
5913 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
5914 New procedures.
5915 (one_jit_test): Add REATTACH parameter, and handle it. Use
5916 continue_to_test_location.
5917 (top level): Test attach, and adjusts calls to one_jit_test.
5918
40dea8cb
PA
59192016-03-31 Pedro Alves <palves@redhat.com>
5920
5921 PR gdb/19858
5922 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
5923 BINSUFFIX parameter, and handle it.
5924 (top level): Adjust calls compile_jit_test.
5925
e7ea3ec7
CU
59262016-03-31 Catalin Udma <catalin.udma@freescale.com>
5927
5928 PR python/19743
5929 * gdb.python/py-mi-events-gdb.py: New file.
5930 * gdb.python/py-mi-events.c: New file.
5931 * gdb.python/py-mi-events.exp: New file.
5932
e6359af3
YQ
59332016-03-30 Yao Qi <yao.qi@linaro.org>
5934
5935 * gdb.reverse/until-precsave.exp: Match function name only.
5936 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
5937 Move malloc to a condition block.
5938 * gdb.reverse/until-reverse.exp: Match function name only.
5939
a4105d04
MK
59402016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
5941
5942 * gdb.trace/ftrace.exp: Set arg0exp for s390.
5943 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
5944 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
5945 variable for GPR 0 instead of assuming it is register 0.
5946 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
5947 * lib/trace-support.exp: Add s390 registers.
5948
bfa6adb9
YQ
59492016-03-29 Yao Qi <yao.qi@linaro.org>
5950
5951 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
5952
1e6697ea
YQ
59532016-03-24 Yao Qi <yao.qi@linaro.org>
5954
5955 * gdb.reverse/break-reverse.exp: Add quotation mark in the
5956 test message.
5957
64bcd522
AA
59582016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
5959
5960 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
5961 maintaining separate logic for constructing the output path.
5962
7868401b
DB
59632016-03-16 Don Breazeal <donb@codesourcery.com>
5964
5965 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
5966 Retry fork and waitpid on interrupted system call errors.
5967 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
5968 Use with_timeout_factor to increase timeout by factor of 10.
5969
1cafadb4
DB
59702016-03-15 Don Breazeal <donb@codesourcery.com>
5971
5972 * gdb.cp/scope-err.cc: New test program.
5973 * gdb.cp/scope-err.exp: New test script.
5974 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
5975 lines and "set breakpoint here" comment.
5976 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
5977 Fixed some whitespace and format issues.
5978 * gdb.mi/mi-linespec-err-cp.cc: New test program.
5979 * gdb.mi/mi-linespec-err-cp.exp: New test script.
5980
81516450
DE
59812016-03-15 Doug Evans <dje@google.com>
5982
5983 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
5984 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
5985 All callers updated. Add tests for enums, mixed flags register.
5986
aa52b601
DE
59872016-03-15 Doug Evans <dje@google.com>
5988
5989 * gdb.base/skip.c (main): Call test_skip_file_and_function.
5990 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
5991
fa4ff313
SM
59922016-03-14 Simon Marchi <simon.marchi@ericsson.com>
5993
5994 * gdb.base/default.exp: Add $_as_string to the list of expected
5995 convenience functions.
5996
f2403c39
AB
59972016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
5998
5999 * gdb.base/maint.exp: New tests for 'maint info line-table'.
6000
f2f3ccb9
SM
60012016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
6002
6003 * gdb.python/py-as-string.exp: New file.
6004 * gdb.python/py-as-string.c: New file.
6005
00dbd492
PA
60062016-03-09 Pedro Alves <palves@redhat.com>
6007
6008 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
6009 signal" -> "Thread NN received signal" output change.
6010 * gdb.threads/ia64-sigill.exp: Likewise.
6011 * gdb.threads/linux-dp.exp: Likewise.
6012 * gdb.threads/manythreads.exp: Likewise.
6013 * gdb.threads/pending-step.exp: Likewise.
6014 * gdb.threads/print-threads.exp: Likewise.
6015 * gdb.threads/sigstep-threads.exp: Likewise.
6016 * gdb.threads/staticthreads.exp: Likewise.
6017 * gdb.threads/tls.exp: Likewise.
6018
1e6697ea
YQ
60192016-03-09 Pedro Alves <palves@redhat.com>
6020
6021 * gdb.base/command-line-input.exp: New file.
6022
b04fd3be
MK
60232016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6024
6025 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
6026 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
6027 * gdb.trace/pending.exp: Accept leading dot before function name.
6028 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
6029 * lib/trace-support.exp: Set registers for ppc.
6030
98fa59e9
MK
60312016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6032
6033 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
6034 use it for disassembly; accept .main in addition to main in backtrace.
6035
f77198c8
MK
60362016-03-09 Wei-cheng Wang <cole945@gmail.com>
6037 Marcin Kościelnicki <koriakin@0x04.net>
6038
6039 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
6040 (gdb_recursion_test_ptr): New global variable.
6041 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
6042 gdb_recursion_test.
6043 (gdb_c_test): Ditto.
6044
ba84e0da
MK
60452016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6046
6047 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
6048 ordering.
6049
4366d36e
MK
60502016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6051
6052 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
6053 (bar): Add bar_start_lbl label.
6054 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
6055 of foo/bar for emitting DWARF and tracing.
6056
5eb264df
SDJ
60572016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
6058
6059 * analyze-racy-logs.py: Set executable bit.
6060
fb6a751f
SDJ
60612016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
6062
6063 * Makefile.in (DEFAULT_RACY_ITER): New variable.
6064 (CHECK_TARGET_TMP): Likewise.
6065 (check-single-racy): New rule.
6066 (check-parallel-racy): Likewise.
6067 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
6068 (do-check-parallel-racy): New rule.
6069 (check-racy/%.exp): Likewise.
6070 * README (Racy testcases): New section.
6071 * analyze-racy-logs.py: New file.
6072
bdf7e230
DE
60732016-03-03 Doug Evans <dje@google.com>
6074
6075 * gdb.base/skip.exp: Use with_test_prefix.
6076
4719d415
YQ
60772016-03-03 Yao Qi <yao.qi@linaro.org>
6078
6079 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
6080 Invoke step_over_syscall "clone" and break_cond_on_syscall
6081 "clone".
6082 * gdb.base/step-over-clone.c: New file.
6083
ea507862
YQ
60842016-03-03 Yao Qi <yao.qi@linaro.org>
6085
6086 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
6087 code format.
6088
8fc8cbda
YQ
60892016-03-03 Yao Qi <yao.qi@linaro.org>
6090
6091 * gdb.base/disp-step-fork.c: Rename to ...
6092 * gdb.base/step-over-fork.c: ... it. New file.
6093 * gdb.base/disp-step-vfork.c: Rename to ...
6094 * gdb.base/step-over-vfork.c: ... it. New file.
6095 * gdb.base/disp-step-syscall.exp: Rename to ...
6096 * gdb.base/step-over-syscall.exp: ... it. New file.
6097 (disp_step_cross_syscall): Rename to ...
6098 (step_over_syscall): ... it.
6099
92fa70b0
YQ
61002016-03-03 Yao Qi <yao.qi@linaro.org>
6101
6102 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
6103 If target supports condition evaluation on target, invoke
6104 break_cond_on_syscall for fork and vfork.
6105
e197ad3c
YQ
61062016-03-03 Yao Qi <yao.qi@linaro.org>
6107
6108 * gdb.base/disp-step-syscall.exp: Don't invoke
6109 support_displaced_stepping.
6110 (disp_step_cross_syscall): Test with displaced stepping off and
6111 on if supported.
6112
0b47da9f
YQ
61132016-03-03 Yao Qi <yao.qi@linaro.org>
6114
6115 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
6116 proc.
6117 (setup): New proc.
6118 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
6119 and setup.
6120
065ab6dc
BH
61212016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6122
6123 * gdb.fortran/vla-history.exp: Remove breakpoint.
6124
07e448ad 61252016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6126
25d49b86
PA
6127 * gdb.fortran/vla-history.exp: Lookup array elements and printing
6128 exceeds timeout.
07e448ad 6129
9ac2d526 61302016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6131
25d49b86
PA
6132 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
6133 breakpoint.
9ac2d526 6134
17807369
BH
61352016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6136
6137 * gdb.mi/vla.f90: Nullify pointer after declaration.
6138
86e501af
PA
61392016-03-01 Pedro Alves <palves@redhat.com>
6140
6141 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
6142
1e903e32
PA
61432016-03-01 Pedro Alves <palves@redhat.com>
6144
6145 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
6146 before anything else.
6147 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
6148 _GNU_SOURCE here.
6149 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
6150 before anything else.
6151 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
6152
6ccb54e2
PA
61532016-03-01 Pedro Alves <palves@redhat.com>
6154
6155 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
6156
30ca9da1
YQ
61572016-03-01 Yao Qi <yao.qi@linaro.org>
6158
6159 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
6160 prepare_for_testing.
6161
dc856b38
YQ
61622016-03-01 Yao Qi <yao.qi@linaro.org>
6163
6164 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
6165
4a932159
AA
61662016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6167
6168 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
6169 manually constructing the output path.
6170
f2489477
AA
61712016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6172
6173 * gdb.arch/s390-stackless.S: New.
6174 * gdb.arch/s390-stackless.exp: New.
6175
38899f16
IB
61762016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
6177
6178 * gdb.dlang/circular.c: New file.
6179 * gdb.dlang/circular.exp: New file.
6180
9fde51ed
YQ
61812016-02-26 Yao Qi <yao.qi@linaro.org>
6182
6183 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
6184 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
6185 (testcases): Update.
6186
ce90fefe
YQ
61872016-02-26 Yao Qi <yao.qi@linaro.org>
6188
6189 * gdb.reverse/aarch64.c: Rename to ...
6190 * gdb.reverse/insn-reverse.c: ... it.
6191 * gdb.reverse/aarch64.exp: Rename to ...
6192 * gdb.reverse/insn-reverse.exp: ... it.
6193
3263bceb
YQ
61942016-02-26 Yao Qi <yao.qi@linaro.org>
6195
6196 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
6197 (testcase_ftype): New.
6198 (testcases): New array.
6199 (n_testcases): New.
6200 (main): Call each element in testcases.
6201 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
6202 (read_testcase): New.
6203 Do the tests in a loop.
6204
6cb59ff1
YQ
62052016-02-25 Yao Qi <yao.qi@linaro.org>
6206
6207 * gdb.base/branches.c: Remove.
6208
ae91f625
MK
62092016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6210
6211 PR gdb/13808
6212 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
6213
678b48b7
MK
62142016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6215
6216 * gdb.trace/ftrace.exp: Remove unnecessary target check.
6217
7337a6f2
MK
62182016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6219
6220 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
6221 change x86_64 call_insn to 'callq'.
6222
861ca91f
AT
62232016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
6224
6225 * gdb.trace/tfile-avx.c: Move to...
6226 * gdb.trace/tracefile-pseudo-reg.c: Here.
6227 * gdb.trace/tfile-avx.exp: Move to...
6228 * gdb.trace/tracefile-pseudo-reg.exp: Here.
6229
bf74e428
GB
62302016-02-24 Gary Benson <gbenson@redhat.com>
6231
6232 * gdb.base/attach-pie-noexec.exp: Do not expect an error
6233 message on attach.
6234
cce0e923
DE
62352016-02-23 Doug Evans <dje@google.com>
6236
6237 * gdb.base/skip.c (test_skip): New function.
6238 (end_test_skip_file_and_function): New function.
6239 (test_skip_file_and_function): New function.
6240 * gdb.base/skip1.c (test_skip): New function.
6241 (skip1_test_skip_file_and_function): New function.
6242 * gdb.base/skip.exp: Add tests for new skip options.
6243 * gdb.base/skip-solib.exp: Update expected output.
6244 * gdb.perf/skip-command.cc: New file.
6245 * gdb.perf/skip-command.exp: New file.
6246 * gdb.perf/skip-command.py: New file.
6247
4000e47e
MK
62482016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
6249
6250 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
6251 info registers pattern.
6252
24f75ead
IB
62532016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
6254
6255 * lib/future.exp: Add D support.
6256 (gdb_find_gdc): New proc.
6257 (gdb_default_target_compile): Add D support.
6258
fbb7bcbe
WW
62592016-02-18 Wei-cheng Wang <cole945@gmail.com>
6260
6261 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
6262 user+system time.
6263 (trace_speed_test): Determine the iteration count for a time
6264 between 15..30 seconds.
6265
012b3a21
WT
62662016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
6267
6268 * gdb.arch/i386-mpx-sigsegv.c: New file.
6269 * gdb.arch/i386-mpx-sigsegv.exp: New file.
6270 * gdb.arch/i386-mpx-simple_segv.c: New file.
6271 * gdb.arch/i386-mpx-simple_segv.exp: New file.
6272
2d5189bd
YQ
62732016-02-18 Yao Qi <yao.qi@linaro.org>
6274
6275 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
6276 Don't call setup_kfail.
6277
40fb20d0
YQ
62782016-02-18 Yao Qi <yao.qi@linaro.org>
6279
6280 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6281 Set "set breakpoint condition-evaluation" per $cond_bp_target.
6282
21b1f8d2
DE
62832016-02-16 Doug Evans <dje@google.com>
6284
6285 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
6286 * gdb.base/skip1.c: Ditto.
6287 * gdb.base/skip.exp: Whitespace cleanup.
6288
4041ed77
DB
62892016-02-16 Don Breazeal <donb@codesourcery.com>
6290
6291 PR remote/19496
6292 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6293 Remove kfail for PR remote/19496.
6294
c4ef31bf
SM
62952016-02-16 Simon Marchi <simon.marchi@ericsson.com>
6296
6297 * lib/gdb.exp (standard_temp_file): Return a path specific to
6298 the runtest invocation.
6299
266b65b3
SM
63002016-02-16 Simon Marchi <simon.marchi@ericsson.com>
6301
6302 * gdb.trace/save-trace.exp: Change relative path to be in the
6303 standard output directory.
6304
a7a0a6a9
JK
63052016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6306
6307 * gdb.arch/i386-prologue.c: Add missing prototypes.
6308
c99dbb42
JK
63092016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6310
6311 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
6312 * gdb.arch/i386-prologue.exp: Likewise.
6313 * gdb.arch/i386-size.exp: Likewise.
6314
aa480355
SM
63152016-02-15 Simon Marchi <simon.marchi@ericsson.com>
6316
6317 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
6318 define object file path.
6319 * gdb.btrace/gcore.exp: Use standard_output_file to define core
6320 file path.
6321 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
6322 standard_output_file to define binfile.
6323
ba881f50
JK
63242016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6325
6326 Fix compatibility with recent gfortran-5.3.1.
6327 * gdb.fortran/vla-history.exp (print vla1 allocated)
6328 (print vla2 allocated, print $2, print $3): Remove
6329 (print $4): Rename to ...
6330 (print $2): ... here.
6331 (print $9): Rename to ...
6332 (print $5): ... here.
6333 (print $10): Rename to ...
6334 (print $6): ... here.
6335 * gdb.fortran/vla.f90: Add pvla initialization.
6336
e9fb005c
JK
63372016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6338
6339 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
6340 New test.
6341 * gdb.fortran/vla-value-sub.exp: Likewise.
6342
e44e00ff
MK
63432016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
6344
6345 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
6346
97e94151
SM
63472016-02-12 Simon Marchi <simon.marchi@ericsson.com>
6348
6349 * i386-biarch-core.exp: Define corefile using
6350 standard_output_file.
6351
01113bc1
YQ
63522016-02-12 Yao Qi <yao.qi@linaro.org>
6353
6354 * gdb.arch/arm-single-step-kernel-helper.c: New.
6355 * gdb.arch/arm-single-step-kernel-helper.exp: New.
6356
33b4777c
MM
63572016-02-12 Markus Metzger <markus.t.metzger@intel.com>
6358
6359 * gdb.btrace/tailcall-only.exp: New.
6360 * gdb.btrace/tailcall-only.c: New.
6361 * gdb.btrace/x86_64-tailcall-only.S: New.
6362 * gdb.btrace/i686-tailcall-only.S: New.
6363
acc23c11
PA
63642016-02-11 Pedro Alves <palves@redhat.com>
6365
6366 * README (Parallel testing): Add missing double quotes.
6367
e352bf0a
PA
63682016-02-11 Pedro Alves <palves@redhat.com>
6369
6370 * README (Parallel testing): New section.
6371 (GDB_PARALLEL): Rewrite.
6372 (FORCE_PARALLEL): Document.
6373
9f5fed78
MK
63742016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
6375
6376 * gdb.trace/tfile-avx.c: New test.
6377 * gdb.trace/tfile-avx.exp: New test.
6378
9ef9e6a6
KS
63792016-02-09 Keith Seitz <keiths@redhat.com>
6380
6381 PR breakpoints/19546
6382 * gdb.base/infcall-exec.c: New file.
6383 * gdb.base/infcall-exec2.c: New file.
6384 * gdb.base/infcall-exec.exp: New file.
6385
a96e36da
KS
63862016-02-09 Keith Seitz <keiths@redhat.com>
6387
6388 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
6389 (toplevel): Call test_bkpt_address.
6390
9f61929f
KS
63912016-02-09 Keith Seitz <keiths@redhat.com>
6392
6393 PR python/19506
6394 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
6395 (toplevel): Call test_bkpt_address.
6396
1e94266c
SM
63972016-02-09 Simon Marchi <simon.marchi@ericsson.com>
6398
6399 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
6400 to AC_OUTPUT.
6401 * configure: Regenerate.
6402
2a7f3dff
PA
64032016-02-09 Pedro Alves <palves@redhat.com>
6404
6405 PR breakpoints/19548
6406 * gdb.base/execl-update-breakpoints.c (some_function): New
6407 function.
6408 (main): Call it.
6409 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
6410 Tighten expected GDB output.
6411
2151ccc5
SM
64122016-02-08 Simon Marchi <simon.marchi@ericsson.com>
6413
6414 * Makefile.in (ALL_SUBDIRS): Remove.
6415 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
6416 (distclean maintainer-clean realclean): Likewise.
6417 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
6418 * configure: Regenerate.
6419 * gdb.ada/Makefile.in: Delete.
6420 * gdb.arch/Makefile.in: Likewise.
6421 * gdb.asm/Makefile.in: Likewise.
6422 * gdb.base/Makefile.in: Likewise.
6423 * gdb.btrace/Makefile.in: Likewise.
6424 * gdb.cell/Makefile.in: Likewise.
6425 * gdb.compile/Makefile.in: Likewise.
6426 * gdb.cp/Makefile.in: Likewise.
6427 * gdb.disasm/Makefile.in: Likewise.
6428 * gdb.dlang/Makefile.in: Likewise.
6429 * gdb.dwarf2/Makefile.in: Likewise.
6430 * gdb.fortran/Makefile.in: Likewise.
6431 * gdb.gdb/Makefile.in: Likewise.
6432 * gdb.go/Makefile.in: Likewise.
6433 * gdb.guile/Makefile.in: Likewise.
6434 * gdb.java/Makefile.in: Likewise.
6435 * gdb.linespec/Makefile.in: Likewise.
6436 * gdb.mi/Makefile.in: Likewise.
6437 * gdb.modula2/Makefile.in: Likewise.
6438 * gdb.multi/Makefile.in: Likewise.
6439 * gdb.objc/Makefile.in: Likewise.
6440 * gdb.opencl/Makefile.in: Likewise.
6441 * gdb.opt/Makefile.in: Likewise.
6442 * gdb.pascal/Makefile.in: Likewise.
6443 * gdb.perf/Makefile.in: Likewise.
6444 * gdb.python/Makefile.in: Likewise.
6445 * gdb.reverse/Makefile.in: Likewise.
6446 * gdb.server/Makefile.in: Likewise.
6447 * gdb.stabs/Makefile.in: Likewise.
6448 * gdb.threads/Makefile.in: Likewise.
6449 * gdb.trace/Makefile.in: Likewise.
6450 * gdb.xml/Makefile.in: Likewise.
6451 * lib/gdb.exp (make_gdb_parallel_path): Add check for
6452 GDB_PARALLEL.
6453 (standard_output_file): Remove check for GDB_PARALLEL, always
6454 return path in outputs/$subdir/$testname.
6455
437277d4
SM
64562016-02-08 Simon Marchi <simon.marchi@ericsson.com>
6457
6458 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
6459 (site.exp): Assign abs_srcdir to tcl's srcdir.
6460
31d913c7
YQ
64612016-02-04 Yao Qi <yao.qi@linaro.org>
6462
6463 * gdb.base/foll-exec-mode.c: Include limits.h.
6464 (main): Add parameters argc and argv. Get directory from
6465 argv[0].
6466 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
6467 compilation.
6468 * gdb.base/foll-exec.c: Include limits.h.
6469 (main): Add parameters argc and argv.
6470 Get directory from argv[0].
6471 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
6472 Adjust tests on the number of lines as source code changed.
6473 * gdb.base/foll-vfork-exit.c: Include limits.h.
6474 (main): Add one line of statement before vfork.
6475 * gdb.base/foll-vfork.c: Include limits.h and string.h.
6476 (main): Add parameters argc and argv. Get directory from
6477 argv[0].
6478 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
6479 (setup_gdb): Set tbreak to skip some source lines.
6480 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
6481 (main): Add parameters argc and argv. Get directory from
6482 argv[0].
6483 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
6484 compilation.
6485 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
6486 (main): Add parameters argc and argv. Get directory from
6487 argv[0].
6488 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
6489 compilation.
6490
9482b9fb
DE
64912016-02-01 Doug Evans <dje@google.com>
6492
6493 * gdb.base/skip.exp: Clean up multiple references to same test name.
6494
6b2e4f10
PA
64952016-02-01 Pedro Alves <palves@redhat.com>
6496
ccb6afd6 6497 PR remote/19496
6b2e4f10
PA
6498 * gdb.threads/forking-threads-plus-breakpoint.exp
6499 (displaced_stepping_supported): New global.
6500 (probe_displaced_stepping_support): New procedure.
6501 (do_test): Add 'displaced' parameter, and use it.
6502 (top level): Check for displaced stepping support. Add displaced
6503 stepping on/off testing axis.
6504
37a8db1a
AB
65052016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
6506
6507 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
6508 pointer. Don't perform further tests on the unassociated pointer
6509 if the first test fails.
6510
5fdf6324
AB
65112016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
6512
6513 * gdb.base/max-value-size.c: New file.
6514 * gdb.base/max-value-size.exp: New file.
6515 * gdb.base/huge.exp: Disable max-value-size for this test.
6516
935c6144
IB
65172016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
6518
6519 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6520
7fe8399d
YQ
65212016-01-28 Yao Qi <yao.qi@linaro.org>
6522
6523 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
6524
a2077e25
PA
65252016-01-25 Pedro Alves <palves@redhat.com>
6526
6527 PR threads/19461
6528 * gdb.base/fork-running-state.c: New file.
6529 * gdb.base/fork-running-state.exp: New file.
6530
1d2736d4
PA
65312016-01-25 Pedro Alves <palves@redhat.com>
6532
6533 PR gdb/19494
6534 * gdb.base/catch-fork-kill.c: New file.
6535 * gdb.base/catch-fork-kill.exp: New file.
6536
f1da4b11
PA
65372016-01-25 Pedro Alves <palves@redhat.com>
6538
6539 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
6540 Delete, moved to lib/gdb.exp.
6541 * gdb.threads/forking-threads-plus-breakpoint.exp
6542 (foreach_with_prefix): Likewise.
6543 * gdb.threads/process-dies-while-handling-bp.exp
6544 (foreach_with_prefix): Likewise.
6545 * lib/gdb.exp (foreach_with_prefix): New procedure.
6546
45f38546
MK
65472016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
6548
6549 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
6550 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
6551
dc29a1ce
MK
65522016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
6553
6554 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
6555 endian targets.
6556
092127d7
JK
65572016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6558 Pedro Alves <palves@redhat.com>
6559
6560 Fix testsuite compatibility with Guile.
6561 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
6562 number.
6563
31d765d3
JK
65642016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6565
6566 Fix testsuite compatibility with Guile.
6567 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
6568 (thread 1): New test for backtrace through signal handler.
6569
1ac78c04
YQ
65702016-01-22 Yao Qi <yao.qi@linaro.org>
6571
6572 PR testsuite/19491
6573 * gdb.base/multi-forks.c: Include
6574 ../lib/unbuffer_output.c
6575 (main): Call gdb_unbuffer_output.
6576
4f5946a8
DE
65772016-01-21 Doug Evans <dje@google.com>
6578
6579 * lib/ada.exp (gdb_compile_ada): Fix typo.
6580
305e13e6
JB
65812016-01-21 Joel Brobecker <brobecker@adacore.com>
6582
6583 * gdb.base/break-fun-addr.exp: New file.
6584 * gdb.base/break-fun-addr1.c: New file.
6585 * gdb.base/break-fun-addr2.c: New file.
6586
5f5dfff6
SM
65872016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
6588
6589 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
6590 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
6591 enum flag values.
6592
fd356fa2
AA
65932016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
6594
6595 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
6596 when GDB can not set the vector return value. Add more comments
6597 for clarification.
6598
9df22175
AT
65992016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
6600
6601 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
6602 command.
6603
41d1845e
SM
66042016-01-19 Simon Marchi <simon.marchi@ericsson.com>
6605
6606 * Makefile.in (DO_RUNTEST): Add --status and update usages.
6607
01ac6840
SM
66082016-01-19 Simon Marchi <simon.marchi@ericsson.com>
6609
6610 * Makefile.in (check-single): Pass --status to runtest.
6611 (check/%.exp): Likewise.
6612
66132016-01-19 Simon Marchi <simon.marchi@ericsson.com>
6614
6615 * Makefile.in (check-parallel): Propagate return code from make
6616 do-check-parallel.
6617
bd0a71fa
MK
66182016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
6619
6620 * gdb.trace/ftrace.exp: Fix expected message on continue.
6621 * gdb.trace/pending.exp: Fix expected message on continue.
6622 * gdb.trace/trace-break.exp: Fix expected message on continue.
6623
8bcbad33
SM
66242016-01-18 Simon Marchi <simon.marchi@ericsson.com>
6625
6626 * lib/gdb.exp (gdb_test): Remove unused global references.
6627
f303dbd6
PA
66282016-01-18 Pedro Alves <palves@redhat.com>
6629
6630 * gdb.base/async-shell.exp: Adjust expected output.
6631 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
6632 * gdb.base/siginfo-thread.exp: Adjust expected output.
6633 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
6634 * gdb.java/jnpe.exp: Adjust expected output.
6635 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
6636 * gdb.threads/continue-pending-status.exp: Adjust expected output.
6637 * gdb.threads/leader-exit.exp: Adjust expected output.
6638 * gdb.threads/manythreads.exp: Adjust expected output.
6639 * gdb.threads/pthreads.exp: Adjust expected output.
6640 * gdb.threads/schedlock.exp: Adjust expected output.
6641 * gdb.threads/siginfo-threads.exp: Adjust expected output.
6642 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
6643 expected output.
6644 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
6645 output.
6646 * gdb.threads/sigthread.exp: Adjust expected output.
6647 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
6648
b2789696
YQ
66492016-01-18 Yao Qi <yao.qi@linaro.org>
6650
6651 * gdb.guile/scm-section-script.c: Replace @progbits with
6652 %progbits.
6653 * gdb.python/py-section-script.c: Likewise.
6654
71ef29a8
PA
66552016-01-15 Pedro Alves <palves@redhat.com>
6656
6657 * gdb.multi/tids.exp: Test star wildcard ranges.
6658
3f5b7598
PA
66592016-01-15 Pedro Alves <palves@redhat.com>
6660
6661 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
6662 command from "thread apply" invocation.
6663 (thr_apply_info_thr_invalid): Default the expected output to the
6664 input tid list.
6665 (top level): Add tests that use convenience variables. Add tests
6666 for "thread apply" with a valid TID list, but missing the command.
6667
663f6d42
PA
66682016-01-13 Pedro Alves <palves@redhat.com>
6669
6670 * gdb.base/default.exp: Expect $_gthread as well.
6671 * gdb.multi/tids.exp: Test $_gthread.
6672 * gdb.threads/thread-specific.exp: Test $_gthread.
6673
c84f6bbf
PA
66742016-01-13 Pedro Alves <palves@redhat.com>
6675
6676 * gdb.multi/tids.exp: Test "info threads -gid".
6677
22a02324
PA
66782016-01-13 Pedro Alves <palves@redhat.com>
6679
6680 * gdb.multi/tids.exp: Test InferiorThread.global_num and
6681 Breakpoint.thread.
6682 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
6683
5d5658a1
PA
66842016-01-07 Pedro Alves <palves@redhat.com>
6685
6686 * gdb.base/break.exp: Adjust to output changes.
6687 * gdb.base/hbreak2.exp: Likewise.
6688 * gdb.base/sepdebug.exp: Likewise.
6689 * gdb.base/watch_thread_num.exp: Likewise.
6690 * gdb.linespec/keywords.exp: Likewise.
6691 * gdb.multi/info-threads.exp: Likewise.
6692 * gdb.threads/thread-find.exp: Likewise.
6693 * gdb.multi/tids.c: New file.
6694 * gdb.multi/tids.exp: New file.
6695
84654457
PA
66962016-01-13 Pedro Alves <palves@redhat.com>
6697
6698 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
6699
e3940304
PA
67002016-01-13 Pedro Alves <palves@redhat.com>
6701
6702 * gdb.base/default.exp: Expect $_inferior as well.
6703 * gdb.multi/base.exp: Test $_inferior.
6704
a911d87a
PA
67052016-01-13 Pedro Alves <palves@redhat.com>
6706
6707 PR breakpoints/19388
6708 * gdb.base/catch-signal-siginfo-cond.c: New file.
6709 * gdb.base/catch-signal-siginfo-cond.exp: New file.
6710
82075af2
JS
67112016-01-12 Josh Stone <jistone@redhat.com>
6712 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6713
6714 * gdb.base/catch-syscall.c (do_execve): New variable.
6715 (main): Conditionally trigger an execve.
6716 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
6717 (test_catch_syscall_execve): New, check entry/return across execve.
6718 (do_syscall_tests): Call test_catch_syscall_execve.
6719
e46eeedd
PA
67202016-01-12 Pedro Alves <palves@redhat.com>
6721
6722 * gdb.base/random-signal.exp (do_test): New procedure, with body
6723 of testcase moved in.
6724
01d8c27e
JK
67252016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6726 Pedro Alves <palves@redhat.com>
6727
6728 * gdb.base/funcargs.exp (finish from indirectly called function):
6729 Reintroduce the case for 'First'.
6730
9a706302
JK
67312016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6732 Pedro Alves <palves@redhat.com>
6733
6734 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
6735 (tcatch_vfork_then_child_follow_exec)
6736 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
6737 identification.
6738
c0ecb95f
JK
67392016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6740
6741 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
6742 and repeats to unlimited.
6743 * gdb.python/py-value.exp: Likewise.
6744 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
6745 and repeats to unlimited.
6746
6cfc1fcb
JK
67472016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6748
6749 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
6750 and reordering the functions.
6751 * gdb.multi/hangout.c: Likewise.
6752 * gdb.multi/hello.c: Likewise.
6753
582a1b00
SM
67542016-01-08 Simon Marchi <simon.marchi@ericsson.com>
6755
6756 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
6757 absolute.
6758 (SingleStatisticTestResult.report): Use dict.keys instead of
6759 dict.iterkeys.
6760
79bc59cb
PA
67612016-01-06 Pedro Alves <palves@redhat.com>
6762
6763 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
6764
43368e1d
MM
67652016-01-04 Markus Metzger <markus.t.metzger@intel.com>
6766
6767 * gdb.btrace/dlopen.exp: New.
6768 * gdb.btrace/dlopen.c: New.
6769 * gdb.btrace/dlopen-dso.c: New.
6770
79fad5b8
SL
67712015-12-25 Sandra Loosemore <sandra@codesourcery.com>
6772
6773 * lib/gdb.exp (gdb_test): Update comments to clarify that the
6774 PATTERN argument is optional.
6775
ab8314b3
JB
67762015-12-24 Joel Brobecker <brobecker@adacore.com>
6777
6778 * lib/ada.exp (target_compile_ada_from_dir): New function.
6779 (gdb_compile_ada): Reimplement avoiding the use of project files.
6780 * gdb.ada/gnat_ada.gpr: Delete.
6781 * gdb.ada/cond_lang.exp: Adjust test to make path before
6782 filename optional.
6783 * gdb.ada/small_reg_param.exp: Likewise.
6784
fe33faff
SM
67852015-12-22 Simon Marchi <simon.marchi@ericsson.com>
6786
6787 * gdb.base/foll-vork.exp: Remove HP-UX special case.
6788
6d265cb4
TP
67892015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
6790
6791 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
6792 case.
6793
10125099
SM
67942015-12-21 Simon Marchi <simon.marchi@ericsson.com>
6795
6796 * gdb.base/break.exp: Remove dead code.
6797 * gdb.base/sepdebug.exp: Likewise.
6798
3ca22649
SM
67992015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
6800
6801 * gdb.asm/asm-source.exp: Remove HP-UX references.
6802 * gdb.base/annota1.exp: Likewise.
6803 * gdb.base/annota3.exp: Likewise.
6804 * gdb.base/attach.exp: Likewise.
6805 * gdb.base/bigcore.exp: Likewise.
6806 * gdb.base/break.exp: Likewise.
6807 * gdb.base/call-ar-st.exp: Likewise.
6808 * gdb.base/callfuncs.exp: Likewise.
6809 * gdb.base/catch-fork-static.exp: Likewise.
6810 * gdb.base/display.exp: Likewise.
6811 * gdb.base/foll-exec-mode.exp: Likewise.
6812 * gdb.base/foll-exec.exp: Likewise.
6813 * gdb.base/foll-fork.exp: Likewise.
6814 * gdb.base/foll-vfork.exp: Likewise.
6815 * gdb.base/funcargs.exp: Likewise.
6816 * gdb.base/hbreak2.exp: Likewise.
6817 * gdb.base/inferior-died.exp: Likewise.
6818 * gdb.base/interrupt.exp: Likewise.
6819 * gdb.base/multi-forks.exp: Likewise.
6820 * gdb.base/nodebug.exp: Likewise.
6821 * gdb.base/sepdebug.exp: Likewise.
6822 * gdb.base/solib1.c: Likewise.
6823 * gdb.base/step-test.exp: Likewise.
6824 * gdb.mi/non-stop.c: Likewise.
6825 * gdb.mi/pthreads.c: Likewise.
6826 * gdb.multi/bkpt-multi-exec.ex: Likewise.
6827 * gdb.threads/pthreads.c: Likewise.
6828 * gdb.threads/staticthreads.exp: Likewise.
6829 * lib/future.exp: Likewise.
6830 * lib/gdb.exp: Likewise.
6831 * gdb.base/so-indr-cl.c: Remove.
6832 * gdb.base/so-indr-cl.exp: Likewise.
6833 * gdb.base/solib.c: Likewise.
6834 * gdb.base/solib.exp: Likewise.
6835 * gdb.base/solib2.c: Likewise.
6836
b6304613
SM
68372015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
6838
6839 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
6840 * gdb.base/call-ar-st.exp: Likewise.
6841 * gdb.base/callfuncs.exp: Likewise.
6842 * gdb.base/condbreak.exp: Likewise.
6843 * gdb.base/constvars.exp: Likewise.
6844 * gdb.base/hbreak2.exp: Likewise.
6845 * gdb.base/langs.exp: Likewise.
6846 * gdb.base/list.exp: Likewise.
6847 * gdb.base/long_long.exp: Likewise.
6848 * gdb.base/ptype.exp: Likewise.
6849 * gdb.base/scope.exp: Likewise.
6850 * gdb.base/signals.exp: Likewise.
6851 * gdb.base/so-impl-ld.exp: Likewise.
6852 * gdb.base/varargs.exp: Likewise.
6853 * gdb.base/volatile.exp: Likewise.
6854 * gdb.base/whatis.exp: Likewise.
6855 * gdb.cp/cplusfuncs.exp: Likewise.
6856 * gdb.cp/inherit.exp: Likewise.
6857 * gdb.cp/local.exp: Likewise.
6858 * gdb.cp/member-ptr.exp: Likewise.
6859 * gdb.cp/method.exp: Likewise.
6860 * gdb.cp/overload.exp: Likewise.
6861 * gdb.cp/templates.exp: Likewise.
6862 * gdb.stabs/weird.exp: Likewise.
6863 * lib/compiler.c: Likewise.
6864 * lib/compiler.cc: Likewise.
6865 * lib/cp-support.exp: Likewise.
6866 * lib/gdb.exp: Likewise.
6867
bf401b07
SM
68682015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
6869
6870 * configure.ac: Remove HP-UX case.
6871 * configure: Regenerate.
6872
aff9c0f8
SM
68732015-12-18 Simon Marchi <simon.marchi@ericsson.com>
6874
6875 * lib/gdb.exp (gdb_compile): Add function doc.
6876
a6904d5a
PA
68772015-12-17 Pedro Alves <palves@redhat.com>
6878
6879 PR threads/19354
6880 * gdb.multi/info-threads.exp: New file.
6881
a22279dd
YQ
68822015-12-15 Yao Qi <yao.qi@linaro.org>
6883
6884 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
6885 is aarch64*-*-*.
6886
0588c796
SL
68872015-12-14 Sandra Loosemore <sandra@codesourcery.com>
6888
6889 * gdb.base/history-duplicates.exp: Skip if no readline support.
6890
5d978e17
SL
68912015-12-14 Sandra Loosemore <sandra@codesourcery.com>
6892
6893 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
6894
7e763b86
SL
68952015-12-14 Sandra Loosemore <sandra@codesourcery.com>
6896
6897 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
6898
87a3a92c
SL
68992015-12-14 Sandra Loosemore <sandra@codesourcery.com>
6900
6901 * gdb.base/completion.exp: Skip tests that interrupt GDB with
6902 ctrl-C if nointerrupts target property is set.
6903 * gdb.base/double-prompt-target-event-error.exp: Likewise.
6904 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
6905 * gdb.base/paginate-bg-execution.exp: Likewise.
6906 * gdb.base/paginate-execution-startup.exp: Likewise.
6907 * gdb.base/random-signal.exp: Likewise.
6908 * gdb.base/range-stepping.exp: Likewise.
6909 * gdb.cp/annota2.exp: Likewise.
6910 * gdb.cp/annota3.exp: Likewise.
6911 * gdb.gdb/selftest.exp: Likewise.
6912 * gdb.threads/continue-pending-status.exp: Likewise.
6913 * gdb.threads/leader-exit.exp: Likewise.
6914 * gdb.threads/manythreads.exp: Likewise.
6915 * gdb.threads/pthreads.exp: Likewise.
6916 * gdb.threads/schedlock.exp: Likewise.
6917 * gdb.threads/sigthread.exp: Likewise.
6918
a8f077dc
DB
69192015-12-11 Don Breazeal <donb@codesourcery.com>
6920
6921 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
6922 remote.
6923 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
6924 * gdb.base/foll-exec.exp (main): Enable for target remote.
6925 * gdb.base/foll-fork.exp (main): Likewise.
6926 * gdb.base/foll-vfork.exp (main): Likewise.
6927 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
6928 (proc continue_to_exit_bp_loc): Use clean_restart.
6929 * gdb.base/pie-execl.exp (main): Disable for target remote.
6930 * gdb.base/watch-vfork.exp (main): Enable for target remote.
6931 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
6932 * gdb.threads/execl.exp (main): Likewise.
6933 * gdb.threads/fork-child-threads.exp (main): Likewise.
6934 * gdb.threads/fork-plus-threads.exp (main): Disable for target
6935 remote.
6936 * gdb.threads/fork-thread-pending.exp (main): Enable for target
6937 remote.
6938 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
6939 pid.tid style ptids, instead of just tid.
6940 * gdb.threads/thread-execl.exp (main): Enable for target remote.
6941 * gdb.threads/watchpoint-fork.exp (main): Likewise.
6942 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
6943 ptids, instead of just tid.
6944
3b2464a8
AB
69452015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
6946
6947 * gdb.base/list.exp (test_list_forward): Add end of file error
6948 test.
6949 (test_repeat_list_command): Add end of file error test.
6950 (test_list_backwards): Add beginning of file error test.
6951
a0def019
AB
69522015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
6953
6954 * gdb.base/list.exp (test_list_invalid_args): New function,
6955 defined, and called.
6956
5c000dff
AB
69572015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
6958
6959 * gdb.base/list.exp (test_list): Make test names unique.
6960
f1637ebe
YQ
69612015-12-11 Yao Qi <yao.qi@linaro.org>
6962
6963 * gdb.base/coremaker2.c: Remove.
6964
36d6fc0a
PA
69652015-12-10 Pedro Alves <palves@redhat.com>
6966
6967 * gdb.multi/base.exp: Remove stale "spaces" references.
6968
762f7747
PA
69692015-12-10 Pedro Alves <palves@redhat.com>
6970
6971 * gdb.multi/base.exp: Don't use nowarnings.
6972 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
6973 * gdb.multi/hangout.c: Include stdio.h.
6974 * gdb.multi/hello.c: Include stdlib.h.
6975 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
6976 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
6977 * gdb.multi/multi-arch.exp: Don't use nowarnings.
6978
28d2bfb9
AB
69792015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
6980
6981 * gdb.dwarf2/dw2-ranges-base.c: New file.
6982 * gdb.dwarf2/dw2-ranges-base.exp: New file.
6983 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
6984 support additional line table, and debug ranges generation.
6985 (Dwarf::ranges): New function, generate .debug_ranges.
6986 (Dwarf::lines): Support generating simple line table programs.
6987 (Dwarf::assemble): Initialise new namespace variables.
6988
5fc2beac
KB
69892015-12-09 Kevin Buettner <kevinb@redhat.com>
6990
6991 * gdb.base/async.exp (proc test_background): Add case for
6992 asynchronous execution not supported.
6993
1c35a88f
LM
69942015-12-09 Luis Machado <lgustavo@codesourcery.com>
6995
6996 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
6997 format and change test names to make them unique.
6998
b593e3d9
RK
69992015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
7000 Pedro Alves <pedro@redhat.com>
7001
7002 PR gdb/18702
7003 Add checking of floatformats setup on x86_64 hosts.
7004 * gdb.arch/i386-float.S (main): Load bigval and smallval.
7005 (smallval, bigval): New labels/constants.
7006 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
7007 float" after loading bigval and smallval.
7008
d72413e6
PMR
70092015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
7010
7011 * gdb.ada/fun_overload_menu.exp: New testcase.
7012 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
7013
ece66d65
JS
70142015-12-04 Josh Stone <jistone@redhat.com>
7015
7016 * gdb.base/catch-fork-static.exp: New.
7017
41d0efca
YQ
70182015-12-03 Yao Qi <yao.qi@linaro.org>
7019
7020 * gdb.base/sizeof.c: Don't include stdio.h and
7021 ../lib/unbuffer_output.c.
7022 (main): New variable 'size' and 'value'. Remove printf and
7023 gdb_unbuffer_output. Assign return value to size and value.
7024 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
7025 at the beginning.
7026 (check_sizeof): Check the result by printing variable 'size'.
7027 (check_valueof): Check the result by printing variable 'value'.
7028
99fd02d9
YQ
70292015-12-01 Yao Qi <yao.qi@linaro.org>
7030
7031 * gdb.base/disp-step-syscall.exp: Define syscall instruction
7032 for aarch64*-*-linux* target.
7033
f2faf941
PA
70342015-11-30 Pedro Alves <palves@redhat.com>
7035
7036 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
7037
04bf20c5
PA
70382015-11-30 Pedro Alves <palves@redhat.com>
7039
7040 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
7041 Handle non-stop mode vCont replies.
7042
09df4675
PA
70432015-11-30 Pedro Alves <palves@redhat.com>
7044
7045 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
7046 prepare_for_testing. Start gdb with "set non-stop on" appended to
7047 GDBFLAGS. Lax expected stop output.
7048
58b584af
YQ
70492015-11-27 Yao Qi <yao.qi@linaro.org>
7050
7051 * gdb.arch/arm-neon.exp: New.
7052 * gdb.arch/arm-neon.c: New.
7053
dfcb77a8
YQ
70542015-11-27 Yao Qi <yao.qi@linaro.org>
7055
7056 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
7057
88e8ec1b
YQ
70582015-11-27 Yao Qi <yao.qi@linaro.org>
7059
7060 * gdb.cp/annota2.exp: Allow multiple occurrences of the
7061 frames-invalid annotation.
7062
bfde72c2
YQ
70632015-11-27 Yao Qi <yao.qi@linaro.org>
7064
7065 * gdb.cp/annota2.exp: Use ${frames_invalid}.
7066
f6512a69
SM
70672015-11-26 Simon Marchi <simon.marchi@ericsson.com>
7068
7069 * gdb.threads/names.exp: New file.
7070 * gdb.threads/names.c: New file.
7071 * README: Mention gdb,no_thread_names.
7072
46a3515b
MM
70732015-11-26 Markus Metzger <markus.t.metzger@intel.com>
7074
7075 PR 19297
7076 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
7077 support" error.
7078
62147a22
PA
70792015-11-24 Pedro Alves <palves@redhat.com>
7080
7081 PR 17539
7082 * gdb.base/display.exp: Expect displays to be sorted in ascending
7083 order. Use multi_line.
7084 * gdb.base/solib-display.exp: Likewise.
7085
2f341b6e
PA
70862015-11-24 Pedro Alves <palves@redhat.com>
7087
7088 PR 17539
25d49b86
PA
7089 * gdb.base/display.exp: Expect displays to be sorted in ascending
7090 order. Use multi_line.
7091 * gdb.base/solib-display.exp: Likewise.
2f341b6e 7092
7e0aa6aa
PA
70932015-11-24 Pedro Alves <palves@redhat.com>
7094
7095 PR 17539
7096 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
7097 threads in ascending order.
7098 * gdb.base/foll-fork.exp: Likewise.
7099 * gdb.base/foll-vfork.exp: Likewise.
7100 * gdb.base/multi-forks.exp: Likewise.
7101 * gdb.mi/mi-nonstop.exp: Likewise.
7102 * gdb.mi/mi-nsintrall.exp: Likewise.
7103 * gdb.multi/base.exp: Likewise.
7104 * gdb.multi/multi-arch.exp: Likewise.
7105 * gdb.python/py-inferior.exp: Likewise.
7106 * gdb.threads/break-while-running.exp: Likewise.
7107 * gdb.threads/execl.exp: Likewise.
7108 * gdb.threads/gcore-thread.exp: Likewise.
7109 * gdb.threads/info-threads-cur-sal.exp: Likewise.
7110 * gdb.threads/kill.exp: Likewise.
7111 * gdb.threads/linux-dp.exp: Likewise.
7112 * gdb.threads/multiple-step-overs.exp: Likewise.
7113 * gdb.threads/next-bp-other-thread.exp: Likewise.
7114 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
7115 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
7116 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
7117 * gdb.threads/thread-find.exp: Likewise.
7118 * gdb.threads/tls.exp: Likewise.
7119 * lib/mi-support.exp (mi_reverse_list): Delete.
7120 (mi_check_thread_states): No longer reverse list.
7121
2cc57ad8
PA
71222015-11-24 Pedro Alves <palves@redhat.com>
7123
7124 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
7125 use lowercase.
7126
c93e8391
SM
71272015-11-23 Simon Marchi <simon.marchi@ericsson.com>
7128
7129 * gdb.trace/actions.c: Include trace-common.h.
7130 (main): Add a location for a fast tracepoint.
7131 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
7132 the normal tracepoints.
7133 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
7134
045ccf91
SM
71352015-11-23 Simon Marchi <simon.marchi@ericsson.com>
7136
7137 * save-trace.exp: Factor out code to these...
7138 (gdb_save_tracepoints): New.
7139 (gdb_load_tracepoints): New.
7140 (do_save_load_test): New.
7141
5506f9f6
KB
71422015-11-23 Kevin Buettner <kevinb@redhat.com>
7143
7144 * gdb.base/asmlabel.exp: New test.
7145 * gdb.base/asmlabel.c: New test case.
7146
16c3b12f
JB
71472015-11-23 Joel Brobecker <brobecker@adacore.com>
7148
7149 * gdb.base/wrong_frame_bt_full-main.c: New file.
7150 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
7151 * gdb.base/wrong_frame_bt_full.exp: New file.
7152
155bfbd3
JB
71532015-11-23 Joel Brobecker <brobecker@adacore.com>
7154
7155 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
7156
bb097445
JM
71572015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
7158
206853a0 7159 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
7160 pstate register when comparing registers values in
7161 sparc64-*-linux-gnu targets to avoid spurious differences.
7162
9c88ed8f
JM
71632015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
7164
206853a0 7165 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 7166
96161e25
SL
71672015-11-19 Sandra Loosemore <sandra@codesourcery.com>
7168
7169 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
7170 as type argument to gdb_compile.
7171 * gdb.base/nested-subp2.exp: Likewise.
7172 * gdb.base/nested-subp3.exp: Likewise.
7173
340c2830
DV
71742015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
7175
7176 * lib/dwarf.exp (_note): Fix left shift of negative value.
7177 * gdb.trace/trace-condition.exp: Likewise.
7178
c1862d0f
YQ
71792015-11-13 Yao Qi <yao.qi@linaro.org>
7180
7181 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
7182 comments about d10v.
7183 (test_scalar_returns): Likewise.
7184 * gdb.base/d10v.ld: Remove.
7185 * gdb.base/overlays.exp: Remove the target triplet checking for
7186 d10v-*-*.
7187 * gdb.base/structs.exp (test_struct_returns): Remove the
7188 comments about d10v.
7189 (test_struct_calls): Likewise.
7190
77ae9c19
YQ
71912015-11-13 Yao Qi <yao.qi@linaro.org>
7192
7193 * gdb.base/gnu_vector.exp: Check the return value by "p res".
7194 * gdb.base/gnu_vector.c: Don't include stdio.h.
7195 (main): Don't print res and call add_some_intvecs.
7196
430e004e
MK
71972015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
7198
7199 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
7200 macro.
7201 (func5): Removed.
7202 (func4): Use FAST_TRACEPOINT_LABEL.
7203 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
7204 macro.
7205 (func): Removed.
7206 (thread_function): Use FAST_TRACEPOINT_LABEL.
7207 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
7208 (func): Remove.
7209 (marker): Use FAST_TRACEPOINT_LABEL.
7210 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
7211 (pendfunc1): Remove.
7212 (pendfunc): Use FAST_TRACEPOINT_LABEL.
7213 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
7214 (foo): Remove.
7215 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
7216 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
7217 macro.
7218 (func): Remove.
7219 (marker): Use FAST_TRACEPOINT_LABEL.
7220 * gdb.trace/trace-common.h: New header.
7221 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
7222 macro.
7223 (func): Remove.
7224 (marker): Use FAST_TRACEPOINT_LABEL.
7225 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
7226 (func): Remove.
7227 (thread_function): Use FAST_TRACEPOINT_LABEL.
7228
6e7675a7
MK
72292015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
7230
7231 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
7232 in front.
7233 * gdb.trace/change-loc.exp: Use global pcreg definition.
7234 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
7235 * gdb.trace/entry-values.exp: Use global spreg definition, add $
7236 in front.
7237 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
7238 * gdb.trace/pending.exp: Likewise.
7239 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
7240 * gdb.trace/trace-break.exp: Likewise.
7241 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
7242 in front.
7243 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
7244 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
7245 in front.
7246 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
7247
dddc0e16
JB
72482015-11-09 Joel Brobecker <brobecker@adacore.com>
7249
7250 * gdb.ada/fin_fun_out: New testcase.
7251
c6f0b406
KB
72522015-11-07 Kevin Buettner <kevinb@redhat.com>
7253
7254 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
7255 value associated with DW_AT_byte_size.
7256 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
7257 constants for DW_AT_byte_size, DW_AT_lower_bound, and
7258 DW_AT_upper_bound.
7259
f01dcfd9
KB
72602015-11-07 Kevin Buettner <kevinb@redhat.com>
7261
7262 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
7263 (gdb_target_symbol_prefix_flags): Define in terms of _asm
7264 version.
7265 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
7266 gdb.dwarf2/dw2-canonicalize-type.exp,
7267 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
7268 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
7269 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
7270 provided by gdb_target_symbol_prefix_flags_asm.
7271 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
7272 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
7273 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
7274 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
7275 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
7276 macros where needed). Use this macro for symbols which require
7277 the prefix provided by SYMBOL_PREFIX.
7278
2223449a
KB
72792015-11-05 Kevin Buettner <kevinb@redhat.com>
7280
7281 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
7282 New procs.
7283 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
7284 representing expressions, of more than one list element.
7285 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
7286 to prepend linker symbol prefix to f.
7287 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
7288 table_1 and table_2.
7289 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
7290 Likewise, for f and g.
7291 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
7292 for ptr.
7293 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
7294 for main.
7295 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
7296 table_1_ptr and table_2_ptr.
7297
6f2f1a3a
JK
72982015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7299 Joel Brobecker <brobecker@adacore.com>
7300
7301 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
7302
566c56c9
MK
73032015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
7304
7305 * gdb.reverse/s390-mvcle.c: New test.
7306 * gdb.reverse/s390-mvcle.exp: New file.
7307 * lib/gdb.exp: Enable reverse tests on s390*-linux.
7308
d5f0636b
MK
73092015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
7310
7311 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
7312
7ad8b86c
MK
73132015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
7314
7315 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
7316 reaching marker2.
7317 * gdb.reverse/getresuid-reverse.exp: Likewise.
7318 * gdb.reverse/pipe-reverse.exp: Likewise.
7319 * gdb.reverse/readv-reverse.exp: Likewise.
7320 * gdb.reverse/recvmsg-reverse.exp: Likewise.
7321 * gdb.reverse/time-reverse.exp: Likewise.
7322 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
7323
4081c0f1
YQ
73242015-10-30 Yao Qi <yao.qi@linaro.org>
7325
7326 * gdb.threads/wp-replication.c (watch_count_done): Remove.
7327 (empty_cycle): Remove.
7328 (main): Don't call empty_cycle. Don't use watch_count_done.
7329 * gdb.threads/wp-replication.exp: Don't set breakpoint on
7330 empty_cycle. Rewrite the code counting HW watchpoints.
7331
452b4ba5
MK
73322015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
7333
7334 * gdb.reverse/fstatat-reverse.c: New test.
7335 * gdb.reverse/fstatat-reverse.exp: New file.
7336 * gdb.reverse/getresuid-reverse.c: New test.
7337 * gdb.reverse/getresuid-reverse.exp: New file.
7338 * gdb.reverse/pipe-reverse.c: New test.
7339 * gdb.reverse/pipe-reverse.exp: New file.
7340 * gdb.reverse/readv-reverse.c: New test.
7341 * gdb.reverse/readv-reverse.exp: New file.
7342 * gdb.reverse/recvmsg-reverse.c: New test.
7343 * gdb.reverse/recvmsg-reverse.exp: New file.
7344 * gdb.reverse/time-reverse.c: New test.
7345 * gdb.reverse/time-reverse.exp: New file.
7346 * gdb.reverse/waitpid-reverse.c: New test.
7347 * gdb.reverse/waitpid-reverse.exp: New file.
7348
5e2e7507
JK
73492015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7350
7351 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
7352
0fde2c53
DE
73532015-10-26 Doug Evans <dje@google.com>
7354
7355 PR symtab/17391
7356 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
7357 * gdb.dwarf2/bad-regnum.c: New file.
7358 * gdb.dwarf2/bad-regnum.exp: New file.
7359
1a70ae97
DE
73602015-10-26 Doug Evans <dje@google.com>
7361
7362 PR python/18938
7363 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
7364 file.
7365
27dc26ab
JK
73662015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7367
7368 * gdb.compile/compile.exp (compile code globalvar): Update expectation
7369 for a change by "Mention language in compile error message".
7370
bed91f4d
SM
73712015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
7372
7373 PR python/18073
7374 * gdb.python/py-type.c (C::a_method): New.
7375 (C::a_const_method): New.
7376 (C::a_static_method): New.
7377 (a_function): New.
7378 * gdb.python/py-type.exp (test_fields): Test getting fields
7379 from function and method.
7380
3f2f83dd
KB
73812015-10-21 Keven Boell <keven.boell@intel.com>
7382
7383 * gdb.fortran/vla-alloc-assoc.exp: New file.
7384 * gdb.fortran/vla-datatypes.exp: New file.
7385 * gdb.fortran/vla-datatypes.f90: New file.
7386 * gdb.fortran/vla-history.exp: New file.
7387 * gdb.fortran/vla-ptype-sub.exp: New file.
7388 * gdb.fortran/vla-ptype.exp: New file.
7389 * gdb.fortran/vla-sizeof.exp: New file.
7390 * gdb.fortran/vla-sub.f90: New file.
7391 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
7392 * gdb.fortran/vla-value-sub-finish.exp: New file.
7393 * gdb.fortran/vla-value-sub.exp: New file.
7394 * gdb.fortran/vla-value.exp: New file.
7395 * gdb.fortran/vla-ptr-info.exp: New file.
7396 * gdb.mi/mi-vla-fortran.exp: New file.
7397 * gdb.mi/vla.f90: New file.
7398
27145d50
SL
73992015-10-21 Sandra Loosemore <sandra@codesourcery.com>
7400
7401 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
7402 of hardwired timeout value.
7403
5f3ff4f8
JK
74042015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7405 Pedro Alves <palves@redhat.com>
7406
7407 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
7408 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
7409
bfd09d20
JS
74102015-10-19 Josh Stone <jistone@redhat.com>
7411
7412 * gdb.base/catch-syscall.c: Include <sched.h>.
7413 (unknown_syscall): New variable.
7414 (main): Trigger a vfork and an unknown syscall.
7415 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
7416 (unknown_syscall_number): Likewise.
7417 (check_call_to_syscall): Accept an optional syscall pattern.
7418 (check_return_from_syscall): Likewise.
7419 (check_continue): Likewise.
7420 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
7421 (test_catch_syscall_skipping_return): New test toggling off 'catch
7422 syscall' to step over the syscall return, then toggling back on.
7423 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
7424 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
7425 (do_syscall_tests): Call test_catch_syscall_without_args and
7426 test_catch_syscall_mid_vfork.
7427 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
7428 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
7429
b32b93c6
AS
74302015-10-19 Andrew Stubbs <ams@codesourcery.com>
7431
7432 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
7433 print g_vE): Add new pass patterns.
7434 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
7435 print various symbol names for vptr fields.
7436
9d622bda
AB
74372015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
7438
7439 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
7440 results.
7441
0fd8ac1c
YQ
74422015-10-12 Yao Qi <yao.qi@linaro.org>
7443
7444 * gdb.arch/disp-step-insn-reloc.exp: New test case.
7445
34240514
YQ
74462015-10-12 Yao Qi <yao.qi@linaro.org>
7447
7448 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
7449 is aarch64*-*-linux*.
7450
8240f442
YQ
74512015-10-12 Yao Qi <yao.qi@linaro.org>
7452
7453 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
7454 (can_relocate_bcond_true): ... it.
7455 (can_relocate_bcond_false): New function.
7456 (foo): Likewise.
7457 (can_relocate_bl): Likewise.
7458 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
7459 can_relocate_bl.
7460
2520f728
PMR
74612015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
7462
7463 * gdb.base/nested-addr.c: New file.
7464 * gdb.base/nested-addr.exp: New testcase.
7465
abcef95a
MM
74662015-10-09 Markus Metzger <markus.t.metzger@intel.com>
7467
7468 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
7469 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
7470 its output. Ignore the output of "record goto begin" and instead
7471 check that GDB is replaying.
7472
145e3ddb
PA
74732015-10-09 Pedro Alves <palves@redhat.com>
7474
7475 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
7476 (top level): Use it in the run with no args test.
7477
d5d8c4e1
IB
74782015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
7479
7480 * gdb.dlang/properties.exp: New file.
7481
06e635ef
SL
74822015-10-02 Sandra Loosemore <sandra@codesourcery.com>
7483
7484 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
7485 whether or not address 0x1000 is mapped on the target.
7486
e019fd1d
SM
74872015-09-30 Simon Marchi <simon.marchi@ericsson.com>
7488
7489 * gdb.python/py-type.exp: Do not run tests if binaries fail to
7490 build.
7491
77ba2a67
MM
74922015-09-30 Markus Metzger <markus.t.metzger@intel.com>
7493
7494 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
7495 instruction-history test.
7496
c60eb31f
DE
74972015-09-28 Doug Evans <dje@google.com>
7498
7499 * gdb.base/gcore.c (array_func): Add reference to static_array.
7500
9a3c8263
SM
75012015-09-25 Simon Marchi <simon.marchi@ericsson.com>
7502
7503 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
7504 source line.
7505
9720e656
SL
75062015-09-24 Sandra Loosemore <sandra@codesourcery.com>
7507
7508 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
7509 short or char as base type.
7510
938d3bf2
SL
75112015-09-23 Sandra Loosemore <sandra@codesourcery.com>
7512
7513 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
7514 to allow any size enum.
7515
e6c2c623
PMR
75162015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
7517
7518 * gdb.ada/array_ptr_renaming.exp: New testcase.
7519 * gdb.ada/array_ptr_renaming/foo.adb: New file.
7520 * gdb.ada/array_ptr_renaming/pack.ads: New file.
7521
06da0f77
PL
75222015-09-21 Pierre Langlois <pierre.langlois@arm.com>
7523
7524 * gdb.trace/ftrace-lock.c: New file.
7525 * gdb.trace/ftrace-lock.exp: New file.
7526
4f51c22a
PL
75272015-09-21 Pierre Langlois <pierre.langlois@arm.com>
7528
7529 * gdb.arch/insn-reloc.c: New file.
7530 * gdb.arch/ftrace-insn-reloc.exp: New file.
7531
7041adf4
PL
75322015-09-21 Pierre Langlois <pierre.langlois@arm.com>
7533
7534 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
7535 instruction.
7536 * gdb.trace/pendshr1.c (pendfunc): Likewise.
7537 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
7538 * gdb.trace/range-stepping.c: Likewise.
7539 * gdb.trace/trace-break.c: Likewise.
7540 * gdb.trace/trace-mt.c (thread_function): Likewise.
7541 * gdb.trace/ftrace.c (marker): Likewise.
7542 * gdb.trace/trace-condition.c (marker): Likewise.
7543 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
7544 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
7545 is_aarch64_target.
7546
015d2e7e
DE
75472015-09-18 Doug Evans <xdje42@gmail.com>
7548
7549 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
7550 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
7551
26b188a2
SL
75522015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7553
7554 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
7555 the breakpoint.
7556
79dc332b
SL
75572015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7558
7559 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
7560 the pending breakpoint. Remove timeout override for "Run till
7561 MI pending breakpoint on pendfunc3 on thread 2" test.
7562
f57929f2
SL
75632015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7564
7565 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
7566 filename pattern.
7567
3f469b17
SL
75682015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7569
7570 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
7571 in breakpoint filename pattern.
7572
515b89b3
SL
75732015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7574
7800dbe4
SL
7575 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
7576
75772015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7578
515b89b3
SL
7579 * gdb.linespec/explicit.exp: Check for readline support for
7580 tab-completion tests. Fix obvious typo.
7581
d2939ba2
MM
75822015-09-18 Markus Metzger <markus.t.metzger@intel.com>
7583
7584 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
7585 and replay.
7586
cbb55fa7
MM
75872015-09-18 Markus Metzger <markus.t.metzger@intel.com>
7588
7589 * gdb.btrace/non-stop.c: New.
7590 * gdb.btrace/non-stop.exp: New.
7591
43691ca1
PL
75922015-09-17 Pierre Langlois <pierre.langlois@arm.com>
7593 Yao Qi <yao.qi@linaro.org>
7594
7595 * gdb.trace/trace-condition.c: New file.
7596 * gdb.trace/trace-condition.exp: New file.
7597
d78908cf
WW
75982015-09-16 Wei-cheng Wang <cole945@gmail.com>
7599
7600 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
7601 for testing bytecode compilation.
7602
1ed415e2
PA
76032015-09-16 Pedro Alves <palves@redhat.com>
7604 Sandra Loosemore <sandra@codesourcery.com>
7605
7606 * gdb.threads/non-stop-fair-events.c (timeout): New global.
7607 (SECONDS): Redefine.
7608 (main): Call pthread_kill and alarm early.
7609 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
7610 support.
7611 (test): If the target can't hardware step and doesn't support
7612 displaced stepping, increase the timeout.
7613
d136eff5
PA
76142015-09-16 Pedro Alves <palves@redhat.com>
7615
7616 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
7617 (enable_debug): New procedures.
7618 (test): Use them. Bail out if waiting for threads fails.
7619 (top level): Bail out if a test fails.
7620
991f019c
YQ
76212015-09-16 Yao Qi <yao.qi@linaro.org>
7622
7623 * gdb.asm/asm-source.exp: Set asm-arch for
7624 aarch64*-*-* target.
7625 * gdb.asm/aarch64.inc: New file.
7626
bfca584f
PMR
76272015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
7628
7629 * gdb.ada/array_of_variable_length.exp: New testcase.
7630 * gdb.ada/array_of_variable_length/foo.adb: New file.
7631 * gdb.ada/array_of_variable_length/pck.adb: New file.
7632 * gdb.ada/array_of_variable_length/pck.ads: New file.
7633
b326e587
DE
76342015-09-15 Doug Evans <dje@google.com>
7635
7636 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
7637 of function static local variable.
7638
5382cfab
PW
76392015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7640
7641 * gdb.threads/tls-so_extern.exp: New test file.
7642 * gdb.threads/tls-so_extern.c: New test file.
7643 * gdb.threads/tls-so_extern_main.c: New test file.
7644
141c5cc4
JK
76452015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7646
7647 * gdb.opt/solib-intra-step-lib.c: New file.
7648 * gdb.opt/solib-intra-step-main.c: New file.
7649 * gdb.opt/solib-intra-step.exp: New file.
7650
d15dcecd
PA
76512015-09-15 Pedro Alves <palves@redhat.com>
7652
7653 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
7654 gdb_continue_to_breakpoint instead of gdb_test_multiple.
7655
4c2f2a79
PA
76562015-09-14 Pedro Alves <palves@redhat.com>
7657
7658 * gdb.base/hook-stop-continue.c: Delete.
7659 * gdb.base/hook-stop-continue.exp: Delete.
7660 * gdb.base/hook-stop-frame.c: Delete.
7661 * gdb.base/hook-stop-frame.exp: Delete.
7662 * gdb.base/hook-stop.c: New file.
7663 * gdb.base/hook-stop.exp: New file.
7664
919e6dbe
PMR
76652015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
7666
7667 * gdb.ada/access_to_packed_array.exp: New testcase.
7668 * gdb.ada/access_to_packed_array/foo.adb: New file.
7669 * gdb.ada/access_to_packed_array/pack.adb: New file.
7670 * gdb.ada/access_to_packed_array/pack.ads: New file.
7671
157280a4
MM
76722015-09-14 Markus Metzger <markus.t.metzger@intel.com>
7673
7674 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
7675 buffer size test.
7676
2fd33e94
DB
76772015-09-11 Don Breazeal <donb@codesourcery.com>
7678
7679 * gdb.base/foll-exec.c: Add copyright header. Fix
7680 formatting issues.
7681 * gdb.base/foll-exec.exp (zap_session): Delete proc.
7682 (do_exec_tests): Use clean_restart in place of zap_session,
7683 and for test initialization. Fix formatting issues. Use
7684 fail in place of perror.
7685 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
7686 an expect statement to match an expression with output from
7687 the program under debug.
7688 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
7689 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
7690 * gdb.threads/non-ldr-exc-2.exp: Likewise.
7691 * gdb.threads/non-ldr-exc-3.exp: Likewise.
7692 * gdb.threads/non-ldr-exc-4.exp: Likewise.
7693
e70b6e8e
DE
76942015-09-09 Doug Evans <dje@google.com>
7695
7696 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
7697
7a551a51
DE
76982015-09-09 Doug Evans <dje@google.com>
7699
7700 * gdb.base/pie-execl.exp: Fix result test of build_executable.
7701
4c666f84
DE
77022015-09-09 Doug Evans <dje@google.com>
7703
7704 * gdb.base/savedregs.exp: Fix typo.
7705
243a9253
PA
77062015-09-09 Pedro Alves <palves@redhat.com>
7707
7708 * gdb.mi/mi-cli.exp: Add CLI finish tests.
7709
c0fa8fbd
SL
77102015-09-08 Sandra Loosemore <sandra@codesourcery.com>
7711
7712 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
7713 command actually switches threads. Give up on remaining
7714 tests if target fails to stop at breakpoint.
7715
cd7c1778
PMR
77162015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
7717
7718 * gdb.ada/funcall_char.exp: New testcase.
7719 * gdb.ada/funcall_char/foo.adb: New file.
7720
dc5c8746
PMR
77212015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
7722
7723 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
7724 expected outputs. Add two testcases for completing ambiguous
7725 functions.
7726 * gdb.ada/complete/aux_pck.adb: New file.
7727 * gdb.ada/complete/aux_pck.ads: New file.
7728 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
7729 Ambiguous_Func functions.
7730 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
7731 * gdb.ada/complete/pck.adb: Likewise.
7732
4e83a1e7
UW
77332015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
7734
7735 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
7736 failures to run the test program under GDB.
7737
8ce74153
LM
77382015-08-26 Luis Machado <lgustavo@codesourcery.com>
7739
7740 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
7741 to C.
7742
e9756d52
PP
77432015-08-26 Patrick Palka <patrick@parcs.ath.cx>
7744
7745 * gdb.base/run-after-attach.exp: New test file.
7746 * gdb.base/run-after-attach.c: New test file.
7747
8d37573b
DB
77482015-08-26 Don Breazeal <donb@codesourcery.com>
7749
7750 * gdb.base/foll-exec-2.c: New test program.
7751 * gdb.base/foll-exec-2.exp: New test.
7752
63e43d3a
PMR
77532015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
7754
7755 * gdb.base/nested-subp1.exp: New file.
7756 * gdb.base/nested-subp1.c: New file.
7757 * gdb.base/nested-subp2.exp: New file.
7758 * gdb.base/nested-subp2.c: New file.
7759 * gdb.base/nested-subp3.exp: New file.
7760 * gdb.base/nested-subp3.c: New file.
7761
3d40fbb5
PA
77622015-08-24 Pedro Alves <palves@redhat.com>
7763
7764 * gdb.server/connect-without-multi-process.c: New file.
7765 * gdb.server/connect-without-multi-process.exp: New file.
7766
4422ac93
LM
77672015-08-24 Luis Machado <lgustavo@codesourcery.com>
7768
7769 * gdb.opt/inline-markers.c: Make z int.
7770
91dddb86
LM
77712015-08-24 Luis Machado <lgustavo@codesourcery.com>
7772
7773 * gdb.opt/inline-markers.c: Make z volatile.
7774
a48847ee
LM
77752015-08-24 Luis Machado <lgustavo@codesourcery.com>
7776
7777 * gdb.opt/inline-bt.c: New volatile global z.
7778 * gdb.opt/inline-cmds.c: Likewise.
7779 * gdb.opt/inline-locals.c: Likewise.
7780 * gdb.opt/inline-markers.c: New extern global z.
7781 (marker): Use z.
7782 (inline_fn): Likewise.
7783
0ebbc52b
PA
77842015-08-24 Pedro Alves <palves@redhat.com>
7785
7786 * config/m32r-stub.exp: Remove file.
7787 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
7788 * gdb.base/call-rt-st.exp: Likewise.
7789 * gdb.base/call-strs.exp: Likewise.
7790 * gdb.base/default.exp: Remove references to h8300-*-hms and
7791 *-*-udi*.
7792 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
7793
77c365df
AA
77942015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7795
7796 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
7797 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
7798 and "return" use KFAIL when GDB can not read/write the vector
7799 return value.
7800
4313b8c0
GB
78012015-08-21 Gary Benson <gbenson@redhat.com>
7802
7803 * gdb.trace/pending.exp: Cope with remote transfer warnings.
7804
0e433b32
PA
78052015-08-20 Pedro Alves <palves@redhat.com>
7806
7807 * gdb.server/solib-list.exp: No longer expect an interior stop in
7808 non-stop mode.
7809
221e1a37
PA
78102015-08-20 Pedro Alves <palves@redhat.com>
7811
7812 * gdb.server/connect-stopped-target.c: New file.
7813 * gdb.server/connect-stopped-target.exp: New file.
7814
40e3ad0e
PA
78152015-08-20 Pedro Alves <palves@redhat.com>
7816
7817 * gdb.dwarf2/comp-unit-lang.exp: New file.
7818 * gdb.dwarf2/comp-unit-lang.c: New file.
7819
af39b327
PMR
78202015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
7821
7822 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
7823 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
7824
7d45c7c3 78252015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 7826
7d45c7c3
KB
7827 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
7828 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
7829
4d6cceb4
DE
78302015-08-18 Doug Evans <dje@google.com>
7831 Adrian Sendroiu <adrian.sendroiu@freescale.com>
7832
7833 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
7834 skip_python_tests. New arg prompt_regexp.
7835 (skip_python_tests): New function.
7836 * lib/mi-support.exp (mi_skip_python_tests): New function.
7837 * gdb.python/py-mi-objfile-gdb.py: New file.
7838 * gdb.python/py-mi-objfile.c: New file.
7839 * gdb.python/py-mi-objfile.exp: New file.
7840
ad89c2aa
KS
78412015-08-17 Keith Seitz <keiths@redhat.com>
7842
7843 * gdb.linespec/explicit.exp: Move strace test from here ...
7844 * gdb.trace/strace.exp: ... to here.
7845
e3ae3c43
PP
78462015-08-15 Patrick Palka <patrick@parcs.ath.cx>
7847
7848 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
7849 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
7850
604b2636
DE
78512015-08-14 Doug Evans <xdje42@gmail.com>
7852
7853 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
7854 inferior before selecting a new file.
7855
6ff0ba5f
DE
78562015-08-14 Doug Evans <xdje42@gmail.com>
7857
7858 * gdb.mi/mi-disassemble.exp: Update.
7859 * gdb.base/disasm-optim.S: New file.
7860 * gdb.base/disasm-optim.c: New file.
7861 * gdb.base/disasm-optim.h: New file.
7862 * gdb.base/disasm-optim.exp: New file.
7863
9ca98f92
KS
78642015-08-14 Keith Seitz <keiths@redhat.com>
7865
7866 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
7867 "evaluated-by".
7868
52bbc560
JB
78692015-08-13 Joel Brobecker <brobecker@adacore.com>
7870
7871 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
7872
5d8c3ed3
PMR
78732015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
7874
7875 * gdb.ada/fun_renaming.exp: New testcase.
7876 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
7877 * gdb.ada/fun_renaming/pack.adb: New file.
7878 * gdb.ada/fun_renaming/pack.ads: New file.
7879
ea8812bc
KS
78802015-08-12 Keith Seitz <keiths@redhat.com>
7881
7882 * gdb.base/dso2dso.exp: Pass basename of source file in call to
7883 gdb_get_line_number.
7884
4dafcdeb
JB
78852015-08-12 Joel Brobecker <brobecker@adacore.com>
7886
7887 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
7888 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
7889 gdb.base/dso2dso.exp: New files.
7890
5ba32597
SDJ
78912015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
7892 Pedro Alves <palves@redhat.com>
7893 Keith Seitz <keiths@redhat.com>
7894
7895 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
7896 GDBFLAGS.
7897
b6dafabf
PP
78982015-08-12 Patrick Palka <patrick@parcs.ath.cx>
7899
7900 * gdb.base/gdbhistsize-history.exp
7901 (test_histsize_history_setting): Use save_vars.
7902 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
7903 Use save_vars.
7904 (test_no_truncation_of_unlimited_history_file): Use save_vars.
7905 * gdb.base/readline.exp: Use save_vars.
7906
abe8e607
PP
79072015-08-12 Patrick Palka <patrick@parcs.ath.cx>
7908
7909 * lib/gdb.exp (save_vars): New proc.
7910
629500fa
KS
79112015-08-11 Keith Seitz <keiths@redhat.com>
7912
7913 * gdb.base/help.exp: Update help_breakpoint_text.
7914
eb8c4e2e
KS
79152015-08-11 Keith Seitz <keiths@redhat.com>
7916
7917 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
7918 (at toplevel): Call test_explicit_breakpoints.
7919 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
7920 breakpoints.
7921 * lib/mi-support.exp (mi_make_breakpoint): Add support for
7922 breakpoint conditions, "-cond".
7923
87f0e720
KS
79242015-08-11 Keith Seitz <keiths@redhat.com>
7925
7926 * gdb.linespec/3explicit.c: New file.
7927 * gdb.linespec/cpexplicit.cc: New file.
7928 * gdb.linespec/cpexplicit.exp: New file.
7929 * gdb.linespec/explicit.c: New file.
7930 * gdb.linespec/explicit.exp: New file.
7931 * gdb.linespec/explicit2.c: New file.
7932 * gdb.linespec/ls-errs.exp: Add explicit location tests.
7933 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
7934 before using in the matching pattern.
7935 Clarify that `prefix' is a regular expression.
7936
f00aae0f
KS
79372015-08-11 Keith Seitz <keiths@redhat.com>
7938
7939 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
7940 test.
7941 Add tests for missing ",FMT" and ",".
7942
e27852be
DE
79432015-08-10 Doug Evans <dje@google.com>
7944 Keith Seitz <keiths@redhat.com>
7945
7946 PR gdb/17960
7947 * gdb.base/completion.exp: Add location completer tests.
7948
7f03bd92
PA
79492015-08-07 Pedro Alves <palves@redhat.com>
7950
7951 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
7952 tests here.
7953 (top level): Run do_test with and without displaced stepping.
7954
3fc8eb30
PA
79552015-08-07 Pedro Alves <palves@redhat.com>
7956
7957 * gdb.base/valgrind-disp-step.c: New file.
7958 * gdb.base/valgrind-disp-step.exp: New file.
7959
d4569d7b
PA
79602015-08-07 Pedro Alves <palves@redhat.com>
7961
7962 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
7963 Delete function.
7964 (main): Add alarm. Run an infinite loop instead of calling
7965 wait_threads.
7966 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
7967 comment.
7968 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
7969 Delete function.
7970 (main): Add alarm. Run an infinite loop instead of calling
7971 wait_threads.
7972 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
7973 comment.
7974
e1316e60
PA
79752015-08-07 Pedro Alves <palves@redhat.com>
7976
7977 * gdb.base/checkpoint-ns.exp: New file.
7978 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
7979 standard_testfile.
7980
da8c46d2
MM
79812015-08-07 Markus Metzger <markus.t.metzger@intel.com>
7982
7983 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
7984 * gdb.btrace/instruction_history.exp: Update.
7985 * gdb.btrace/tsx.exp: New.
7986 * gdb.btrace/tsx.c: New.
7987
de1c2c52
PA
79882015-08-06 Pedro Alves <palves@redhat.com>
7989
7990 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
7991 increase timeout.
7992 * gdb.reverse/until-precsave.exp: Bump timeouts.
7993
782e0bf4
PA
79942015-08-06 Pedro Alves <palves@redhat.com>
7995
7996 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
7997
83e97ed0
PA
79982015-08-06 Pedro Alves <palves@redhat.com>
7999
8000 PR gdb/18749
8001 * gdb.threads/process-dies-while-handling-bp.c: New file.
8002 * gdb.threads/process-dies-while-handling-bp.exp: New file.
8003
863d01bd
PA
80042015-08-06 Pedro Alves <palves@redhat.com>
8005
8006 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
8007 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
8008
0a39bb32
PA
80092015-08-05 Pedro Alves <palves@redhat.com>
8010
8011 * gdb.threads/next-while-other-thread-longjmps.c: New file.
8012 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
8013
ee2d2b10
SL
80142015-08-03 Sandra Loosemore <sandra@codesourcery.com>
8015
8016 * gdb.base/bp-permanent.exp: Report test as unsupported if
8017 the target cannot stop at the permanent breakpoint.
8018
4e1bdb00
DE
80192015-08-03 Doug Evans <dje@google.com>
8020
8021 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
8022 10000.
8023
3d338901
DE
80242015-08-03 Doug Evans <dje@google.com>
8025
8026 * Makefile.in (workers/%.worker, build-perf): New rule.
8027 (GDB_PERFTEST_MODE): New variable.
8028 (check-perf): Use it.
8029 (clean): Clean up gdb.perf parallel build subdirs.
8030 * lib/build-piece.exp: New file.
8031 * lib/gdb.exp (make_gdb_parallel_path): New function
8032 (standard_output_file, standard_temp_file): Call it.
8033 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8034 of $GDB_PARALLEL.
8035 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
8036
af061d3e
DE
80372015-08-03 Doug Evans <dje@google.com>
8038
8e1afc81 8039 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
8040 (LOG_FILE_NAME): New global.
8041 (TextReporter.__init__): Initialize self.txt_sum.
8042 (TextReporter.report): Add support for multiple data-points.
8043 Move report to perftest.sum, put raw data in perftest.log.
8044 (TextReporter.start): Open sum and log files.
8045 (TextReporter.end): Close sum and log files.
8e1afc81
DE
8046 * gdb.perf/lib/perftest/testresult.py
8047 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 8048
2c8c5d37
PA
80492015-07-31 Pedro Alves <palves@redhat.com>
8050
8051 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
8052 Use spawn_id_get_pid. Wait for spawn id after eof. Use
8053 kill_wait_spawned_process instead of explicit "kill -9".
8054 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
8055 returning a spawn id instead of a pid. Use spawn_id_get_pid and
8056 kill_wait_spawned_process.
8057 * gdb.base/attach-twice.exp: Likewise.
8058 * gdb.base/attach.exp: Likewise.
8059 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
8060 gdb_test_multiple.
8061 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
8062 returning a spawn id instead of a pid. Use spawn_id_get_pid and
8063 kill_wait_spawned_process.
8064 * gdb.base/valgrind-infcall.exp: Likewise.
8065 * gdb.multi/multi-attach.exp: Likewise.
8066 * gdb.python/py-prompt.exp: Likewise.
8067 * gdb.python/py-sync-interp.exp: Likewise.
8068 * gdb.server/ext-attach.exp: Likewise.
8069 * gdb.threads/attach-into-signal.exp (corefunc): Use
8070 spawn_wait_for_attach, spawn_id_get_pid and
8071 kill_wait_spawned_process.
8072 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
8073 spawn_wait_for_attach returning a spawn id instead of a pid. Use
8074 spawn_id_get_pid and kill_wait_spawned_process.
8075 * gdb.threads/attach-stopped.exp (corefunc): Use
8076 spawn_wait_for_attach, spawn_id_get_pid and
8077 kill_wait_spawned_process.
8078 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
8079 Use spawn_id_get_pid. Wait for spawn id after eof. Use
8080 kill_wait_spawned_process instead of explicit "kill -9".
8081 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
8082 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
8083 (spawn_wait_for_attach): Use spawn instead of exec to spawn
8084 processes. Don't map cygwin/windows pids here. Now returns a
8085 spawn id list.
8086
032a0fca
SL
80872015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8088
8089 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
8090 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
8091 correct patch.
8092
61a934ca
SL
80932015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8094
8095 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
8096
4bc4d428
SL
80972015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8098
8099 Reapply:
8100 2014-05-21 Mark Wielaard <mjw@redhat.com>
8101
8102 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
8103
998d452a
PA
81042015-07-30 Pedro Alves <palves@redhat.com>
8105
8106 * linux-low.c (handle_extended_wait): Set the child's last
8107 reported status to TARGET_WAITKIND_STOPPED.
8108
69dde7dc
PA
81092015-07-30 Pedro Alves <palves@redhat.com>
8110
8111 PR threads/18600
8112 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
8113 only shows inferior 1.
8114
4dd63d48
PA
81152015-07-30 Simon Marchi <simon.marchi@ericsson.com>
8116 Pedro Alves <palves@redhat.com>
8117
8118 PR threads/18600
8119 * gdb.threads/fork-plus-threads.c: New file.
8120 * gdb.threads/fork-plus-threads.exp: New file.
8121
d618e4c5
PP
81222015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8123
8124 * gdb.base/batch-preserve-term-settings.exp
8125 (test_terminal_settings_preserved_after_cli_exit): Use
8126 send_quit_command.
8127
1eef6428
PA
81282015-07-29 Pedro Alves <palves@redhat.com>
8129 Don Breazeal <donb@codesourcery.com>
8130
8131 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
8132 output from both inferior_spawn_id and gdb_spawn_id.
8133
7da5b897
SDJ
81342015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
8135
8136 * gdb.threads/attach-into-signal.exp (corefunc): Use
8137 with_test_prefix on nested loops, uniquefying the test messages.
8138
dac804df
SDJ
81392015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
8140
8141 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
8142 commit.
8143
06265e53
PP
81442015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8145
8146 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
8147 New proc.
8148 (test_terminal_settings_preserved_after_sigterm): New test.
8149
18206ca3
PP
81502015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8151
8152 * gdb.base/batch-preserve-term-settings.exp
8153 (test_terminal_settings_preserved_after_cli_exit): New test.
8154
90074d11
PP
81552015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8156
8157 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
8158 manipulation of saved_gdbflags.
8159 (test_terminal_settings_preserved): Remove global declaration of
8160 the unused variable pagination_prompt. Remove manipulation of
8161 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
8162 GDBFLAGS.
8163
eb1a7902
PA
81642015-07-29 Pedro Alves <palves@redhat.com>
8165
8166 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
8167
8b75dd3b
PA
81682015-07-29 Pedro Alves <palves@redhat.com>
8169
8170 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
8171 at the top.
8172
dedad4e3
PA
81732015-07-29 Pedro Alves <palves@redhat.com>
8174
8175 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
8176 (main): Call gdb_unbuffer_output.
8177 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
8178 (main): Call gdb_unbuffer_output.
8179 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
8180 (main): Call gdb_unbuffer_output.
8181 * gdb.base/call-strs.exp: Adjust to step over the
8182 gdb_unbuffer_output call.
8183 * gdb.base/catch-gdb-caused-signals.c: Include
8184 "../lib/unbuffer_output.c".
8185 (main): Call gdb_unbuffer_output.
8186 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
8187 (main): Call gdb_unbuffer_output.
8188 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
8189 (main): Call gdb_unbuffer_output.
8190 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
8191 (main): Call gdb_unbuffer_output.
8192 * gdb.base/shlib-call.exp: Adjust to step over the
8193 gdb_unbuffer_output call.
8194 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
8195 (main): Call gdb_unbuffer_output.
8196 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
8197 (main): Call gdb_unbuffer_output.
8198 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
8199 (main): Rename to ...
8200 (test): ... this.
8201 (main): Reimplement.
8202 * gdb.base/varargs.exp: Run to test instead of to main.
8203 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
8204 (main): Call gdb_unbuffer_output.
8205
58789a91
PA
82062015-07-29 Pedro Alves <palves@redhat.com>
8207
8208 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
8209 factore out from mi_continue_dprintf. For call-style dprintfs,
8210 expect dprintf output out of $inferior_spawn_id.
8211 (mi_continue_dprintf): Use mi_expect_dprintf.
8212 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
8213 (main): Call gdb_unbuffer_output.
8214
e8376742
PA
82152015-07-29 Pedro Alves <palves@redhat.com>
8216
8217 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
8218 (default_mi_gdb_start): Set inferior_spawn_id instead of
8219 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
8220 gdb_spawn_id.
8221 (mi_gdb_test): Always expect inferior output from both
8222 $inferior_spawn_id and $gdb_spawn_id.
8223
08280010
PA
82242015-07-29 Pedro Alves <palves@redhat.com>
8225
8226 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
8227 send_inferior and $inferior_spawn_id.
8228
4d30e432
PA
82292015-07-29 Pedro Alves <palves@redhat.com>
8230
8231 * gdb.gdb/complaints.exp (test_initial_complaints)
8232 (test_serial_complaints, test_short_complaints): Use
8233 gdb_test_stdio.
8234 (test_empty_complaint): Handle $inferior_spawn_id !=
8235 $gdb_spawn_id.
8236
0d30a335
PA
82372015-07-29 Pedro Alves <palves@redhat.com>
8238
8239 * gdb.base/varargs.exp: Use gdb_test_stdio.
8240
39413b29
PA
82412015-07-29 Pedro Alves <palves@redhat.com>
8242
8243 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
8244
7cb000a9
PA
82452015-07-29 Pedro Alves <palves@redhat.com>
8246
8247 * gdb.base/ending-run.exp: Use gdb_test_stdio.
8248
d7b8ac82
PA
82492015-07-29 Pedro Alves <palves@redhat.com>
8250
8251 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
8252 parameter into two new parameters, "inf_result" and "gdb_result".
8253 Expect inferior output and gdb output from $inferior_spawn_id and
8254 $gdb_spawn_id, respectively. Adjust all callers.
8255
789c3a0c
PA
82562015-07-29 Pedro Alves <palves@redhat.com>
8257
8258 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
8259 of gdb_test_sequence.
8260
77e760c3
PA
82612015-07-29 Pedro Alves <palves@redhat.com>
8262
8263 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
8264 (saw_spurious_output): Expect inferior output from
8265 $inferior_spawn_id. Use gdb_test_stdio.
8266
8396d2cd
PA
82672015-07-29 Pedro Alves <palves@redhat.com>
8268
8269 * gdb.base/dprintf.exp: Use standard_testfile. Change
8270 prepare_for_testing call.
8271 (srcfile): Don't set.
8272 (restart): New procedure.
8273 (test_dprintf): New procecure, use to continue over dprintfs.
8274 (test_call, test_agent): New procedures, tests moved here.
8275 Restart gdb and recreate dprintfs. Adjust expected output.
8276
2051d61f
PA
82772015-07-29 Pedro Alves <palves@redhat.com>
8278
8279 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
8280
452397af
PA
82812015-07-29 Pedro Alves <palves@redhat.com>
8282
8283 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
8284
8aed9555
PA
82852015-07-29 Pedro Alves <palves@redhat.com>
8286
8287 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
8288 gdb_test_stdio.
8289
188a61b4
PA
82902015-07-29 Pedro Alves <palves@redhat.com>
8291
8292 * lib/gdb.exp (gdb_test_stdio): New procedure.
8293
12264a45
PA
82942015-07-29 Pedro Alves <palves@redhat.com>
8295
8296 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
8297
23ffc893
PA
82982015-07-29 Pedro Alves <palves@redhat.com>
8299
8300 * gdb.base/call-signal-resume.exp: Remove check for
8301 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
8302 * gdb.base/unwindonsignal.exp: Likewise.
8303 * gdb.base/call-signals.c (gen_signal): Remove printf call.
8304 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
8305
65566918
PA
83062015-07-29 Pedro Alves <palves@redhat.com>
8307
8308 * gdb.base/siginfo-addr.c (pass): New function.
8309 (handler): Call it iff si_addr is correct.
8310 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
8311 Set a breakpoint at "pass" and continue to it.
8312
d60a9221
SDJ
83132015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
8314
8315 * gdb.python/py-objfile.exp: Make some tests have unique names.
8316 * gdb.python/py-pp-registration.exp: Likewise.
8317
bde40b8f
PA
83182015-07-28 Pedro Alves <palves@redhat.com>
8319
8320 * gdb.server/server-exec-info.exp: Issue a "disconnect".
8321
13e1dec8
SM
83222015-07-27 Simon Marchi <simon.marchi@ericsson.com>
8323
8324 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
8325
da33c9a7
SM
83262015-07-27 Simon Marchi <simon.marchi@ericsson.com>
8327
8328 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
8329
077836f7
PP
83302015-07-27 Patrick Palka <patrick@parcs.ath.cx>
8331
8332 * gdb.base/gdb-sigterm-2.exp: New test.
8333
b8cc7b2e
DE
83342015-07-25 Doug Evans <xdje42@gmail.com>
8335
8336 Revert:
8337 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
8338 (workers/%.worker, build-perf): New rule.
8339 (GDB_PERFTEST_MODE): New variable.
8340 (check-perf): Use it.
8341 (clean): Clean up gdb.perf parallel build subdirs.
8342 * lib/build-piece.exp: New file.
8343 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
8344 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
8345 name.
8346 (standard_temp_file): Ditto.
8347 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8348 of $GDB_PARALLEL.
8349
c8bd4544
DE
83502015-07-24 Doug Evans <dje@google.com>
8351
8352 * gdb.perf/lib/perftest/utils.py: New file.
8353 * gdb.perf/gm-hello.cc: New file.
8354 * gdb.perf/gm-pervasive-typedef.cc: New file.
8355 * gdb.perf/gm-pervasive-typedef.h: New file.
8356 * gdb.perf/gm-std.cc: New file.
8357 * gdb.perf/gm-std.h: New file.
8358 * gdb.perf/gm-use-cerr.cc: New file.
8359 * gdb.perf/gm-utils.h: New file.
8360 * gdb.perf/gmonster-null-lookup.py: New file.
8361 * gdb.perf/gmonster-pervasive-typedef.py: New file.
8362 * gdb.perf/gmonster-print-cerr.py: New file.
8363 * gdb.perf/gmonster-ptype-string.py: New file.
8364 * gdb.perf/gmonster-runto-main.py: New file.
8365 * gdb.perf/gmonster-select-file.py: New file.
8366 * gdb.perf/gmonster1-null-lookup.exp: New file.
8367 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
8368 * gdb.perf/gmonster1-print-cerr.exp: New file.
8369 * gdb.perf/gmonster1-ptype-string.exp: New file.
8370 * gdb.perf/gmonster1-runto-main.exp: New file.
8371 * gdb.perf/gmonster1-select-file.exp: New file.
8372 * gdb.perf/gmonster1.cc: New file.
8373 * gdb.perf/gmonster1.exp: New file.
8374 * gdb.perf/gmonster2-null-lookup.exp: New file.
8375 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
8376 * gdb.perf/gmonster2-print-cerr.exp: New file.
8377 * gdb.perf/gmonster2-ptype-string.exp: New file.
8378 * gdb.perf/gmonster2-runto-main.exp: New file.
8379 * gdb.perf/gmonster2-select-file.exp: New file.
8380 * gdb.perf/gmonster2.cc: New file.
8381 * gdb.perf/gmonster2.exp: New file.
8382
6eab34f3
DE
83832015-07-24 Doug Evans <dje@google.com>
8384
8385 * gdb.perf/README: New file.
8386 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
8387 * lib/gen-perf-test.exp: New file.
8388
63738bfd
DE
83892015-07-24 Doug Evans <dje@google.com>
8390
8391 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
8392 (PerfTest::startup): New function.
8393 (PerfTest::run): Return result of calling body.
8394 (PerfTest::assemble): Rewrite.
8395 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
8396 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
8397 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
8398 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
8399 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
8400
7b606f95
DE
84012015-07-24 Doug Evans <dje@google.com>
8402
8403 * lib/gdb.exp (clean_restart): Make executable optional.
8404
a97b16b8
DE
84052015-07-24 Doug Evans <dje@google.com>
8406
8407 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
8408 compiler_info references.
8409 * gdb.cp/temargs.exp: Ditto.
8410 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
8411 (get_compiler_info): Early exit if already computed. Set compiler_info
8412 to "unknown" if there was a problem.
8413 (test_compiler_info): Add function comment. Call get_compiler_info.
8414
35baa57f
DE
84152015-07-24 Doug Evans <dje@google.com>
8416
8417 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
8418 (workers/%.worker, build-perf): New rule.
8419 (GDB_PERFTEST_MODE): New variable.
8420 (check-perf): Use it.
8421 (clean): Clean up gdb.perf parallel build subdirs.
8422 * lib/build-piece.exp: New file.
8423 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
8424 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
8425 name.
8426 (standard_temp_file): Ditto.
8427 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8428 of $GDB_PARALLEL.
8429
6ebea266
DE
84302015-07-24 Doug Evans <dje@google.com>
8431
8432 * lib/future.exp (gdb_default_target_compile): New option
8433 "early_flags".
8434 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
8435 --as-needed.
8436
1e76a7e9
SDJ
84372015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
8438
8439 * gdb.base/catch-syscall.exp: Call gdb_exit before
8440 gdb_skip_xml_test.
8441
5068630a
PA
84422015-07-24 Pedro Alves <palves@redhat.com>
8443
8444 * gdb.python/py-events.exp: Accept output between the stop event
8445 and the prompt.
8446 * gdb.python/py-evsignal.exp: Likewise.
8447 * gdb.python/py-evthreads.exp: Likewise.
8448
77598427
PA
84492015-07-24 Pedro Alves <palves@redhat.com>
8450
8451 PR gdb/18717
8452 * gdb.threads/non-ldr-exit.c: New file.
8453 * gdb.threads/non-ldr-exit.exp: New file.
8454
11e6c98f
YQ
84552015-07-24 Yao Qi <yao.qi@linaro.org>
8456
8457 * gdb.server/ext-wrapper.exp: Test --wrapper option when
8458 restarting process.
8459
51aee833
YQ
84602015-07-24 Yao Qi <yao.qi@linaro.org>
8461
8462 * gdb.server/ext-restart.exp: New file.
8463
8cfe207c
YQ
84642015-07-24 Yao Qi <yao.qi@linaro.org>
8465
8466 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
8467 argument options.
8468 * gdb.server/ext-wrapper.exp: New file.
8469
cc12ce38
DE
84702015-07-23 Doug Evans <dje@google.com>
8471
8472 * gdb.dwarf2/dw2-dummy-cu.S: New file.
8473 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
8474
d0d84780
PMR
84752015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
8476
8477 * gdb.ada/var_arr_typedef.exp: New testcase.
8478 * gdb.ada/var_arr_typedef/pack.adb: New file.
8479 * gdb.ada/var_arr_typedef/pack.ads: New file.
8480 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
8481
8b558f79
JB
84822015-07-20 Joel Brobecker <brobecker@adacore.com>
8483
8484 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
8485
775a3298
JK
84862015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8487
8488 * gdb.arch/i386-biarch-core.exp: Replace istarget
8489 by "complete set gnutarget". Remove expectation for the "core-file"
8490 command.
8491
db1ff28b
JK
84922015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8493
8494 Revert the previous commit:
8495 Tests for validate symbol file using build-id.
8496
0a94970d
JK
84972015-07-15 Aleksandar Ristovski <aristovski@qnx.com
8498
8499 Tests for validate symbol file using build-id.
8500 * gdb.base/solib-mismatch-lib.c: New file.
8501 * gdb.base/solib-mismatch-libmod.c: New file.
8502 * gdb.base/solib-mismatch.c: New file.
8503 * gdb.base/solib-mismatch.exp: New file.
8504
03346981
SL
85052015-07-15 Sandra Loosemore <sandra@codesourcery.com>
8506
8507 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
8508 nios2-*-linux*.
8509 * gdb.base/sigbpt.exp (stepi_out): Likewise.
8510 * gdb.base/siginfo.exp: Likewise.
8511 * gdb.base/sigstep.exp (advance, advancei): Likewise.
8512
42422cc7
PL
85132015-07-15 Pierre Langlois <pierre.langlois@arm.com>
8514
8515 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
8516 Move it to ...
8517 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
8518 ... here.
8519 * gdb.trace/range-stepping.exp: Check that the target supports
8520 range stepping.
8521
cfa68bae
JK
85222015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8523
8524 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
8525
8ffdba26
PA
85262015-07-14 Pedro Alves <palves@redhat.com>
8527
8528 * gdb.base/killed-outside.exp: New file.
8529 * gdb.base/killed-outside.c: New file.
8530
218a5a11
JK
85312015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8532
8533 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
8534 (n at main): New.
8535 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
8536
e03ed3c6
AA
85372015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
8538
8539 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
8540 infcall tests instead of setting up for KFAIL.
8541
485668e5
MM
85422015-07-10 Markus Metzger <markus.t.metzger@intel.com>
8543
8544 * gdb.btrace/record_goto-step.exp: New.
8545
08464196
JK
85462015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8547
8548 PR compile/18484
8549 * gdb.compile/compile.c (struct struct_type): Add volatile to
8550 selffield's type.
8551 * gdb.compile/compile.exp
8552 (compile code struct_object.selffield = &struct_object): Skip further
8553 struct_object tests if this one xfails.
8554
bcf5c1d9
RC
85552015-07-08 Robert O'Callahan <robert@ocallahan.org>
8556
8557 PR exp/18617
8558 * gdb.trace/ax.exp: Add test.
8559
4931af25
YQ
85602015-07-07 Yao Qi <yao.qi@linaro.org>
8561
8562 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
8563 instead of istarget "aarch64*-*-*".
8564 * gdb.arch/aarch64-fp.exp: Likewise.
8565 * gdb.base/float.exp: Likewise.
8566 * gdb.reverse/aarch64.exp: Likewise.
8567 * lib/gdb.exp (is_aarch64_target): New proc.
8568
9fcf688e
YQ
85692015-07-07 Yao Qi <yao.qi@linaro.org>
8570
8571 * lib/gdb.exp (is_aarch32_target): New proc.
8572 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
8573 instead of "istarget "arm*-*-*"".
8574 * gdb.arch/arm-disp-step.exp: Likewise.
8575 * gdb.arch/thumb-bx-pc.exp: Likewise.
8576 * gdb.arch/thumb-prologue.exp: Likewise.
8577 * gdb.arch/thumb-singlestep.exp: Likewise.
8578 * gdb.base/disp-step-syscall.exp: Likewise.
8579 * gdb.base/float.exp: Likewise.
8580
fbd8d50d
YQ
85812015-07-07 Yao Qi <yao.qi@linaro.org>
8582
8583 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
8584 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
8585
71be1fdc
YQ
85862015-07-07 Yao Qi <yao.qi@linaro.org>
8587
8588 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
8589 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
8590 if it exists.
8591 * gdb.multi/multi-arch.exp: Likewise.
8592
3e221d36
SM
85932015-07-07 Simon Marchi <simon.marchi@ericsson.com>
8594
8595 * gdb.python/py-lazy-string.exp: Add missing parentheses to
8596 print.
8597
d441430b
YQ
85982015-07-07 Yao Qi <yao.qi@linaro.org>
8599
8600 * gdb.arch/thumb-singlestep.exp: Do one more single step.
8601
06f810bd
MG
86022015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
8603
8604 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
8605 '[' and ']' characters.
8606
5e61e7c0
IB
86072015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
8608
8609 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
8610
28bf096c
PA
86112015-06-29 Pedro Alves <palves@redhat.com>
8612
8613 PR threads/18127
8614 * gdb.threads/hand-call-new-thread.c: New file.
8615 * gdb.threads/hand-call-new-thread.c: New file.
8616
ee93cd5e
KS
86172015-06-26 Keith Seitz <keiths@redhat.com>
8618 Doug Evans <dje@google.com>
8619
8620 PR 16253
8621 * gdb.cp/var-tag-2.cc: New file.
8622 * gdb.cp/var-tag-3.cc: New file.
8623 * gdb.cp/var-tag-4.cc: New file.
8624 * gdb.cp/var-tag.cc: New file.
8625 * gdb.cp/var-tag.exp: New file.
8626
fc637f04
PP
86272015-06-26 Patrick Palka <patrick@parcs.ath.cx>
8628
8629 * gdb.base/history-duplicates.exp: New test.
8630
2e52ae68
PP
86312015-06-26 Patrick Palka <patrick@parcs.ath.cx>
8632
8633 * gdb.base/completion.exp: Test the completion of the "focus"
8634 command.
8635
6e22494e
JK
86362015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8637
8638 * gdb.arch/amd64-prologue-skip.S: New file.
8639 * gdb.arch/amd64-prologue-skip.exp: New file.
8640
bf7b9cd9
SM
86412015-06-25 Simon Marchi <simon.marchi@ericsson.com>
8642
8643 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
8644 is_address_zero_readable check.
8645
201e8dfd
PB
86462015-06-24 Peter Bergner <bergner@vnet.ibm.com>
8647
8648 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
8649 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
8650
5cd867b4
YQ
86512015-06-24 Yao Qi <yao.qi@linaro.org>
8652
8653 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
8654 linux targets.
8655
4d7be007
YQ
86562015-06-24 Yao Qi <yao.qi@linaro.org>
8657
8658 * lib/gdb.exp (supports_get_siginfo_type): New proc.
8659 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
8660 * gdb.base/siginfo-thread.exp: Likewise.
8661
07fcd301
YQ
86622015-06-22 Yao Qi <yao.qi@linaro.org>
8663
8664 * boards/remote-gdbserver-on-localhost.exp: Add comments.
8665
52042a00
YQ
86662015-06-22 Yao Qi <yao.qi@linaro.org>
8667
8668 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
8669 aarch64*-*-*.
8670 (skip_hw_watchpoint_tests): Likewise.
8671
74bd41ce
PP
86722015-06-18 Patrick Palka <patrick@parcs.ath.cx>
8673
8674 * gdb.base/gdbinit-history.exp: Test the interaction between
8675 setting GDBHISTSIZE and setting the history size via .gdbinit.
8676
bc460514
PP
86772015-06-17 Patrick Palka <patrick@parcs.ath.cx>
8678
8679 PR gdb/16999
8680 * gdb.base/gdbhistsize-history.exp: New test.
8681
b58c513b
PP
86822015-06-17 Patrick Palka <patrick@parcs.ath.cx>
8683
8684 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
8685 with GDBHISTSIZE.
8686 * gdb.base/readline.exp: Likewise.
8687
92046791
YQ
86882015-06-17 Yao Qi <yao.qi@linaro.org>
8689
8690 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
8691 line.
8692
2093d2d3
PP
86932015-06-17 Patrick Palka <patrick@parcs.ath.cx>
8694
8695 * gdb.base/gdbinit-history.exp: Add test case to check that
8696 an unlimited history file does not get truncated on exit.
8697
e6c693af
AA
86982015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8699
8700 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
8701 (VECTOR): New macro. Use it...
8702 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
8703 ...for these typedefs.
8704 (int8, char1, int1, double1): New typedefs.
8705 (struct just_int2, struct two_int2): New structures.
8706 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
8707 (add_structvecs, add_singlevecs): New functions.
8708 (main): Call add_some_intvecs twice.
8709 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
8710 the compile and exit upon failure. Try compiling for the "native"
8711 architecture. Test inferior function calls with vector arguments
8712 and vector return value handling with "finish" and "return".
8713
c74f7d1c
JT
87142015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
8715
8716 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
8717 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
8718 PE file.
8719 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
8720
98aa42ee
AT
87212015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
8722
8723 PR breakpoints/16465
8724 * gdb.mi/mi-dprintf-pending.c: New file.
8725 * gdb.mi/mi-dprintf-pending.exp: New test.
8726 * gdb.mi/mi-dprintf-pendshr.c: New file.
8727
7d73c23c 87282015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 8729 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
8730
8731 * gdb.arch/i386-mpx-map.c: New file.
8732 * gdb.arch/i386-mpx-map.exp: New File.
8733
87342015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
8735
8736 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
8737 * gdb.arch/i386-mpx.exp: Indentation fixed.
8738
87392015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
8740
8741 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
8742 function and improved indentation.
8743 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
8744 gdb_test_multiple. Added additional tests to skip the test.
8745
87462015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
8747
8748 * gdb.arch/i386-avx512.c: Change path in include file.
8749 * gdb.arch/i386-avx512.exp: Change include dir path
8750 compilation flag.
8751 * gdb.arch/i386-mpx.c: Change path in include file.
8752 * gdb.arch/i386-mpx.exp: Change include dir path compilation
8753 flag.
8754
d5eba19a
JK
87552015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8756
8757 * gdb.compile/compile-print.exp (compile print *vararray@3)
8758 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
8759
7f361056
JK
87602015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8761
8762 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
8763 (do not keep jit in memory): ... this.
8764 (expect 5): Change it to ...
8765 (expect no 5): ... this.
8766
3b462ec2
SM
87672015-06-02 Simon Marchi <simon.marchi@ericsson.com>
8768
8769 PR gdb/15564
8770 * gdb.mi/mi-detach.exp: New file.
8771
e0619de6
JK
87722015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8773
8774 PR symtab/18392
8775 * gdb.arch/amd64-tailcall-self.S: New file.
8776 * gdb.arch/amd64-tailcall-self.c: New file.
8777 * gdb.arch/amd64-tailcall-self.exp: New file.
8778
e970cb34
DB
87792015-05-28 Don Breazeal <donb@codesourcery.com>
8780
8781 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
8782 tests for remote targets by checking is_target_gdbserver.
8783
b2e2f908
DE
87842015-05-27 Doug Evans <dje@google.com>
8785
8786 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
8787 * gdb.dwarf2/opaque-type-lookup.c: New file.
8788 * gdb.dwarf2/opaque-type-lookup.exp: New file.
8789
82c7be31
DE
87902015-05-26 Doug Evans <dje@google.com>
8791
8792 * gdb.cp/iostream.cc: New file.
8793 * gdb.cp/iostream.exp: New file.
8794
b4f54984
DE
87952015-05-26 Doug Evans <dje@google.com>
8796
8797 * gdb.dwarf2/dw2-op-call.exp: Update.
8798 * gdb.dwarf2/dw4-sig-types.exp: Update.
8799 * gdb.dwarf2/implptr.exp: Update.
8800 * gdb.mi/mi-cmd-param-changed.exp: Update.
8801
4ea6efe9
DE
88022015-05-26 Doug Evans <dje@google.com>
8803
8804 * gdb.python/py-lazy-string.c: New file.
8805 * gdb.python/py-lazy-string.exp: New file.
8806 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
8807 (main): Update. Add estring3.
8808 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
8809 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
8810
f6bb7db3
YQ
88112015-05-26 Omair Javaid <omair.javaid@linaro.org>
8812 Yao Qi <yao.qi@linaro.org>
8813
8814 * gdb.reverse/aarch64.c: New.
8815 * gdb.reverse/aarch64.exp: New.
8816
a81bfbd0
OJ
88172015-05-26 Omair Javaid <omair.javaid@linaro.org>
8818
25d49b86
PA
8819 * lib/gdb.exp (supports_process_record): Return true for
8820 aarch64*-linux*.
a81bfbd0
OJ
8821 (supports_reverse): Likewise.
8822
158bf1b4
PP
88232015-05-22 Patrick Palka <patrick@parcs.ath.cx>
8824
8825 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
8826 Use with_test_prefix.
8827
a0145030
AB
88282015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
8829
8830 * gdb.base/completion.exp: Add test for completion of layout
8831 names.
8832
ebe3b578
AB
88332015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
8834
8835 * lib/gdb.exp (skip_tui_tests): New proc.
8836 * gdb.base/tui-layout.exp: Check skip_tui_tests.
8837
84204ed7
PA
88382015-05-19 Pedro Alves <palves@redhat.com>
8839
8840 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
8841 Save the whole env array instead of just HOME. Unset HISTSIZE in
8842 the environment while testing. Restore whole environment
8843 afterwards.
8844
37442ce1
DE
88452015-05-16 Doug Evans <xdje42@gmail.com>
8846
8847 * gdb.guile/scm-ports.c: New file.
8848 * gdb.guile/scm-ports.exp: Add memory port tests.
8849
36de76f9
JK
88502015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8851
8852 * gdb.compile/compile-print.c: New file.
8853 * gdb.compile/compile-print.exp: New file.
8854
3a9558c4
JK
88552015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8856
8857 * gdb.compile/compile-ops.exp: Cast param to void.
8858 * gdb.compile/compile.exp: Complete type for _gdb_expr.
8859 (compile code struct_object.selffield = &struct_object): Add xfail.
8860
aa715135
JG
88612015-05-15 Joel Brobecker <brobecker@adacore.com>
8862
8863 * gdb.ada/arr_enum_with_gap: New testcase.
8864
931e5bc3
JG
88652015-05-15 Joel Brobecker <brobecker@adacore.com>
8866
8867 * gdb.ada/byte_packed_arr: New testcase.
8868
9cd4d857
JB
88692015-05-15 Joel Brobecker <brobecker@adacore.com>
8870
8871 * gdb.ada/pckd_neg: New testcase.
8872
ebfd00d2
PP
88732015-05-13 Patrick Palka <patrick@parcs.ath.cx>
8874
8875 PR gdb/17820
8876 * gdb.base/gdbinit-history.exp: New test.
8877 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
8878 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
8879
4c082a81
SC
88802015-05-09 Siva Chandra Reddy <sivachandra@google.com>
8881
8882 * gdb.python/py-xmethods.cc: Enhance test case.
8883 * gdb.python/py-xmethods.exp: New tests.
8884 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
8885 function.
8886 (B_indexoper): Likewise.
8887 (global_dm_list) : Add new xmethod worker functions.
8888
f7797074
SDJ
88892015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
8890
8891 * gdb.base/coredump-filter.exp: Correctly unset
8892 "coredump_var_addr" array.
8893
a4674e4e
PA
88942015-05-08 Pedro Alves <palves@redhat.com>
8895
8896 * gdb.server/non-existing-program.exp: Unset spawn_id.
8897
df2eb078
SC
88982015-05-08 Siva Chandra Reddy <sivachandra@google.com>
8899
8900 PR python/18291
8901 * gdb.python/py-xmethods.exp: Add tests.
8902
422349a3
YQ
89032015-05-08 Yao Qi <yao.qi@linaro.org>
8904
8905 PR gdb/18208
8906 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
8907 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
8908 function set_coredump_filter, and remove remote_exec call.
8909 Remove argument ipid. Callers update.
8910 (top level): Don't get inferior's PID.
8911
63fc80ce
AA
89122015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
8913
8914 * gdb.base/watch_thread_num.exp: Skip test on targets without
8915 access watchpoints.
8916
80ad801e
PA
89172015-05-06 Pedro Alves <palves@redhat.com>
8918
8919 PR server/18081
8920 * gdb.server/non-existing-program.exp: New file.
8921
0fa7fe50
JB
89222015-05-05 Joel Brobecker <brobecker@adacore.com>
8923
8924 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
8925
3ea89b92
PMR
89262015-05-05 Joel Brobecker <brobecker@adacore.com>
8927
8928 * gdb.ada/out_of_line_in_inlined: New testcase.
8929
87b8eff0
JB
89302015-05-05 Joel Brobecker <brobecker@adacore.com>
8931
8932 * gdb.ada/var_rec_arr: New testcase.
8933
5fccc635
YQ
89342015-04-30 Yao Qi <yao.qi@linaro.org>
8935
8936 * gdb.base/break-idempotent.exp: If
8937 skip_hw_watchpoint_multi_tests returns true, skip the tests
8938 on "rwatch" and "awatch".
8939
42d38f42
YQ
89402015-04-30 Yao Qi <yao.qi@linaro.org>
8941
8942 * gdb.base/relativedebug.exp: Invoke gdb command
8943 "info sharedlibrary", and if libc.so doesn't have debug info,
8944 skip the test.
8945
2ce1cdbf
DE
89462015-04-29 Doug Evans <dje@google.com>
8947
8948 * gdb.python/py-xmethods.exp: Add ptype tests.
8949 * gdb.python/py-xmethods.py (E_method_char_worker): Add
8950 get_result_type method.
8951
f24a38c5
LM
89522015-04-29 Luis Machado <lgustavo@codesourcery.com>
8953
8954 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
8955 the target does not support hardware watchpoints.
8956
ecbf2b3c
LM
89572015-04-29 Luis Machado <lgustavo@codesourcery.com>
8958
8959 * gdb.base/break-always.exp: Abort testing if writing to memory
8960 causes an error.
8961
34f5f757
DE
89622015-04-28 Doug Evans <dje@google.com>
8963
8964 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
8965 * gdb.python/py-pp-registration.exp: ... here. New file.
8966 * gdb.python/py-pp-registration.c: New file.
8967 * gdb.python/py-pp-registration.py: New file.
8968
69b4374a
DE
89692015-04-28 Doug Evans <dje@google.com>
8970
8971 * gdb.python/py-bad-printers.c: New file.
8972 * gdb.python/py-bad-printers.py: New file.
8973 * gdb.python/py-bad-printers.exp: New file.
8974
59fb7612
SS
89752015-04-28 Sasha Smundak <asmundak@google.com>
8976
8977 * gdb.python/py-type.exp: New test.
8978
2631b16a
AW
89792015-04-28 Andy Wingo <wingo@igalia.com>
8980
8981 * gdb.python/py-parameter.exp:
8982 * gdb.guile/scm-parameter.exp: Escape the path that we are
8983 matching against, as it might contain characters that are special
8984 to regular expressions.
8985
460efde1
JB
89862015-04-27 Joel Brobecker <brobecker@adacore.com>
8987
8988 * gdb.ada/rec_comp: New testcase.
8989
2d369d8e
SDJ
89902015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
8991
8992 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
8993 before using it.
8994
cf75d6c3
AB
89952015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
8996
8997 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
8998 new tests for verilog output.
8999
8dbe7ca5
YQ
90002015-04-24 Yao Qi <yao.qi@linaro.org>
9001
9002 * boards/remote-gdbserver-on-localhost.exp: New file.
9003
4ef9fb2f
PA
90042015-04-23 Pedro Alves <palves@redhat.com>
9005
9006 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
9007 $inferior_spawn_id instead of $inferior_spawn_id directly. On
9008 "end of file", remove $inferior_spawn_id from the indirect list.
9009
0a803169
PA
90102015-04-23 Pedro Alves <palves@redhat.com>
9011
9012 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
9013
749ef8f8
PA
90142015-04-23 Pedro Alves <palves@redhat.com>
9015
9016 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
9017 on $any_spawn_id instead of only on $gdb_spawn_id.
9018
8aae4344
PM
90192015-04-21 Pierre Muller <muller@sourceware.org>
9020
9021 PR pascal/17815
9022 * lib/pascal.exp (gpc_compile): Add new option "class".
9023 (fpc_compile): Likewise.
9024 * gdb.pascal/case-insensitive-symbols.pas: New file.
9025 * gdb.pascal/case-insensitive-symbols.exp: New file.
9026
1586c8fb
GB
90272015-04-20 Gary Benson <gbenson@redhat.com>
9028
9029 * gdb.base/attach.exp: Fix three extended remote failures.
9030
1b6e6f5c
GB
90312015-04-17 Gary Benson <gbenson@redhat.com>
9032
9033 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
9034 the main executable over the remote protocol.
9035
e797481d
PA
90362015-04-16 Pedro Alves <palves@redhat.com>
9037
9038 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
9039 a new gdbserver if gdbserver_reconnect_p is set.
9040
1ca99c42
PA
90412015-04-16 Pedro Alves <palves@redhat.com>
9042
9043 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
9044 is set, don't exit gdbserver.
9045
af9fd6f8
AA
90462015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9047
9048 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
9049 appropriate .insn, such that an older assembler can be used.
9050 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
9051 the z/Architecture instruction set on 31-bit targets as well.
9052
04ff1e61
AA
90532015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9054
9055 * gdb.go/handcall.exp: Remove all logic related to the first
9056 breakpoint and rely on go_runto_main instead.
9057 * gdb.go/strings.exp: Likewise.
9058 * gdb.go/unsafe.exp: Likewise.
9059 * gdb.go/hello.exp: Likewise. Also rename the remaining
9060 breakpoint marker to "breakpoint 1".
9061 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
9062 * gdb.go/strings.go: Likewise.
9063 * gdb.go/unsafe.go: Likewise.
9064 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
9065 "set breakpoint 2 here" and rename the remaining breakpoint marker
9066 to "breakpoint 1".
9067
40d2f8d6
SM
90682015-04-15 Simon Marchi <simon.marchi@ericsson.com>
9069
9070 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
9071 if itertools.imap is not present.
9072 * gdb.python/py-objfile.exp: Add parentheses.
9073 * gdb.python/py-type.exp: Same.
9074 * gdb.python/py-unwind-maint.py: Same.
9075
8cbc97c6
YQ
90762015-04-15 Yao Qi <yao.qi@linaro.org>
9077
9078 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
9079 of ":$ptr_size" and set its form explicitly.
9080
45fd756c
YQ
90812015-04-15 Pedro Alves <palves@redhat.com>
9082 Yao Qi <yao.qi@linaro.org>
9083
9084 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
9085 timeout by factor of 4.
9086 (test_regular_watch): Likewise.
9087 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
9088 * gdb.reverse/sigall-reverse.exp: Likewise.
9089 * gdb.reverse/until-precsave.exp: Likewise.
9090 * lib/gdb.exp (with_timeout_factor): New proc.
9091 (gdb_expect): Move some code to ...
9092 (get_largest_timeout): ... here. New procedure.
9093
9e811bc3
LM
90942015-04-14 Luis Machado <lgustavo@codesourcery.com>
9095
9096 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
9097
0ff6fcb2
LM
90982015-04-13 Luis Machado <lgustavo@codesourcery.com>
9099
9100 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
9101 to write to the .text section.
9102
7578d5f7
LM
91032015-04-13 Luis Machado <lgustavo@codesourcery.com>
9104
9105 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
9106 Handle the case of targets that do not provide PID information.
9107
2efe15c4
YQ
91082015-04-13 Yao Qi <yao.qi@linaro.org>
9109
9110 * lib/gdbserver-support.exp (gdb_exit): Catch exception
9111 and use expect instead of gdb_expect.
9112
8cd8f2f8
SDJ
91132015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
9114
9115 * gdb.base/coredump-filter.exp: Rename variable "addr" to
9116 "coredump_var_addr" to avoid naming conflict with other testcases.
9117
9ee41772
PA
91182015-04-10 Pedro Alves <palves@redhat.com>
9119
9120 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
9121 gdb_test_sequence and gdb_assert.
9122
07473109
PA
91232015-04-10 Pedro Alves <palves@redhat.com>
9124
9125 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
9126 test messages that don't include the breakpoint address.
9127
de3db44c
YQ
91282015-04-10 Yao Qi <yao.qi@linaro.org>
9129
9130 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
9131 false for some offset and width combinations which aren't
9132 supported by linux kernel.
9133
c79d856c
PA
91342015-04-10 Pedro Alves <palves@redhat.com>
9135
9136 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
9137 procedure, factored out from ...
9138 (top level): ... here. Add "set displaced-stepping" testing axis.
9139 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
9140 parameter "displaced". Use it.
9141 (top level): Use foreach and add "set displaced-stepping" testing
9142 axis.
9143
ebc90b50
PA
91442015-04-10 Pedro Alves <palves@redhat.com>
9145
9146 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
9147 Remove comment.
9148 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
9149 both the address of the instruction that triggers the watchpoint
9150 and the address of the instruction immediately after, and use
9151 those addresses for the test. Fix comment.
9152
8f572e5c
PA
91532015-04-10 Pedro Alves <palves@redhat.com>
9154
9155 * gdb.base/sigstep.exp (breakpoint_to_handler)
9156 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
9157 Test "backtrace" in handler.
9158 (breakpoint_over_handler): New parameter 'displaced'. Use it.
9159 (top level): Add new "displaced" test axis to
9160 breakpoint_to_handler, breakpoint_to_handler_entry and
9161 breakpoint_over_handler.
9162
8d707a12
PA
91632015-04-10 Pedro Alves <palves@redhat.com>
9164
9165 PR gdb/18216
9166 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
9167
ef713951
YQ
91682015-04-10 Yao Qi <yao.qi@linaro.org>
9169
9170 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
9171 (test_add_rn_pc): New function.
9172 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
9173 (top level): Invoke test_add_rn_pc.
9174
906d60cf
PA
91752015-04-10 Pedro Alves <palves@redhat.com>
9176
9177 PR gdb/13858
9178 * gdb.base/step-over-no-symbols.exp: New file.
9179
f2983cc3
AW
91802015-04-09 Andy Wingo <wingo@igalia.com>
9181
9182 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
9183 after the Python tests.
9184
6d62641c
SDJ
91852015-04-08 Keith Seitz <keiths@redhat.com>
9186
9187 PR python/16699
9188 * gdb.python/py-completion.exp: New tests for completion.
9189 * gdb.python/py-completion.py (CompleteLimit1): New class.
9190 (CompleteLimit2): Likewise.
9191 (CompleteLimit3): Likewise.
9192 (CompleteLimit4): Likewise.
9193 (CompleteLimit5): Likewise.
9194 (CompleteLimit6): Likewise.
9195 (CompleteLimit7): Likewise.
9196
f3770638
PA
91972015-04-08 Pedro Alves <palves@redhat.com>
9198
9199 PR gdb/18214
9200 PR gdb/18216
9201 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
9202 function.
9203 (main): Install it as SIGUSR1 handler.
9204 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
9205 parameter. Always use "setup" as prefix. Toggle "set
9206 displaced-stepping" off/on depending on global. Don't switch to
9207 thread 1 here.
9208 (top level): Add displaced stepping "off/on" test axis. Update
9209 "setup" calls. Wrap each subtest with with_test_prefix. Test
9210 continuing with a queued signal in each thread.
9211
4496bed7
PA
92122015-04-08 Pedro Alves <palves@redhat.com>
9213
9214 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
9215 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
9216 gdb_breakpoint instead of gdb_test that doesn't expect anything.
9217 Return early if running to main fails.
9218 * gdb.trace/while-stepping.exp: Likewise.
9219
b97fde92
PA
92202015-04-07 Pedro Alves <palves@redhat.com>
9221
9222 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
9223 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
9224 interact with inferior program.
9225
f71c18e7
PA
92262015-04-07 Pedro Alves <palves@redhat.com>
9227
9228 * lib/gdb.exp (inferior_spawn_id): New global.
9229 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
9230 spawn id after processing the user code.
9231 (default_gdb_start): Set inferior_spawn_id.
9232 (send_inferior): New procedure.
9233 * lib/gdbserver-support.exp (gdbserver_start): Set
9234 inferior_spawn_id.
9235 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
9236
6423214f
PA
92372015-04-07 Pedro Alves <palves@redhat.com>
9238
9239 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
9240 * lib/gdbserver-support.exp (gdbserver_start): Make
9241 $server_spawn_id global.
9242 (gdbserver_start): Don't wait for gdbserver's spawn id with
9243 expect_background.
9244 (close_gdbserver): New procedure.
9245 (gdb_exit): Rename the default version and reimplement.
9246
71c0ee8c
PA
92472015-04-07 Pedro Alves <palves@redhat.com>
9248
72f4393d 9249 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
9250 append the substituted item, not the original item.
9251
203bc29b
PA
92522015-04-07 Pedro Alves <palves@redhat.com>
9253
9254 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
9255 gdb_expect.
9256
508a3ddf
PA
92572015-04-07 Pedro Alves <palves@redhat.com>
9258
9259 * gdb.base/interrupt.exp: Don't handle the case of the inferior
9260 output appearing once only.
9261
9f6dbe2b
PA
92622015-04-07 Pedro Alves <palves@redhat.com>
9263
9264 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
9265 that doesn't expect anything. Return early if running to main
9266 fails.
9267
337532fa
YQ
92682015-04-07 Yao Qi <yao.qi@linaro.org>
9269
9270 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
9271 (child_function): Call alarm.
9272 (main): Move call to alarm into the loop.
9273 * gdb.threads/non-stop-fair-events.exp: Build program with
9274 -DTIMEOUT=$timeout.
9275
01b622d4
DE
92762015-04-06 Doug Evans <xdje42@gmail.com>
9277
9278 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
9279 Fix dest parameter to board_info.
9280 (fpc_compile): Ditto.
9281 (gdb_compile_pascal): Rename dest arg to destfile.
9282
961f4160
PMR
92832015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
9284
9285 * gdb.ada/funcall_ref.exp: New file.
9286 * gdb.ada/funcall_ref/foo.adb: New file.
9287
cafda597
YQ
92882015-04-02 Yao Qi <yao.qi@linaro.org>
9289
9290 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
9291 is remote.
9292
fed040c6
GB
92932015-04-02 Gary Benson <gbenson@redhat.com>
9294
9295 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
9296
d11916aa
SS
92972015-04-01 Sasha Smundak <asmundak@google.com>
9298
9299 * gdb.python/py-unwind-maint.c: New file.
9300 * gdb.python/py-unwind-maint.exp: New test.
9301 * gdb.python/py-unwind-maint.py: New file.
9302 * gdb.python/py-unwind.c: New file.
9303 * gdb.python/py-unwind.exp: New test.
9304 * gdb.python/py-unwind.py: New test.
9305
a1471180
PA
93062015-04-01 Pedro Alves <palves@redhat.com>
9307
9308 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
9309 to fail instead of non-existent $test.
9310
0bbeccb1
PA
93112015-04-01 Pedro Alves <palves@redhat.com>
9312
9313 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
9314 GDBFLAGS if not empty.
9315
3c724c8c
PMR
93162015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
9317
9318 * gdb.ada/complete.exp: Remove "multi_line".
9319 * gdb.ada/info_exc.exp: Remove "multi_line".
9320 * gdb.ada/packed_tagged.exp: Remove "multi_line".
9321 * gdb.ada/ptype_field.exp: Remove "multi_line".
9322 * gdb.ada/sym_print_name.exp: Remove "multi_line".
9323 * gdb.ada/tagged.exp: Remove "multi_line".
9324 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
9325 [multi_line ...]
9326 * gdb.btrace/delta.exp: Likewise.
9327 * gdb.btrace/exception.exp: Likewise.
9328 * gdb.btrace/function_call_history.exp: Likewise.
9329 * gdb.btrace/instruction_history.exp: Likewise.
9330 * gdb.btrace/nohist.exp: Likewise.
9331 * gdb.btrace/record_goto.exp: Likewise.
9332 * gdb.btrace/segv.exp: Likewise.
9333 * gdb.btrace/stepi.exp: Likewise.
9334 * gdb.btrace/tailcall.exp: Likewise.
9335 * gdb.btrace/unknown_functions.exp: Likewise.
9336 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
9337 * lib/gdb.exp: Add the "multi_line" helper.
9338
4eec2deb
PA
93392015-04-01 Pedro Alves <palves@redhat.com>
9340
9341 * gdb.threads/tid-reuse.c: New file.
9342 * gdb.threads/tid-reuse.exp: New file.
9343
df8411da
SDJ
93442015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
9345
9346 PR corefiles/16092
9347 * gdb.base/coredump-filter.c: New file.
9348 * gdb.base/coredump-filter.exp: Likewise.
9349
6ef37366
PM
93502015-03-27 Petr Machata <pmachata@redhat.com>
9351
9352 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
9353 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
9354 (Dwarf::assemble): Initialize them.
9355 (Dwarf::lines): New function.
9356
7ec911b0
JT
93572015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
9358
9359 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
9360 SYMBOL_PREFIX for x86_64-*-cygwin.
9361
ff908ebf
AW
93622015-03-26 Andy Wingo <wingo@igalia.com>
9363
9364 PR symtab/18148
9365 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
9366 const_value but not a location.
9367 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
9368 location defined in non-main CUs are visible.
9369
6d5f0679
YQ
93702015-03-26 Yao Qi <yao.qi@linaro.org>
9371
9372 PR testsuite/18139
9373 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
9374 Add a line number entry for the same line.
9375 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
9376 Add a line number entry for the same line.
9377
2898689b
YQ
93782015-03-26 Yao Qi <yao.qi@linaro.org>
9379
9380 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
9381 .int 0.
9382 (func): Likewise. Add .Lfunc_1 label.
9383 Use .Lfunc_1 label.
9384 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
9385 .int 0.
9386 (func): Likewise.
9387 Use .Lfunc_1 label.
9388
85180498
YQ
93892015-03-26 Yao Qi <yao.qi@linaro.org>
9390
9391 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
9392 Call gdb_compile instead to compile each .s files without debug
9393 information.
9394
8aa08a8d
YQ
93952015-03-26 Yao Qi <yao.qi@linaro.org>
9396
9397 * gdb.base/savedregs.exp (process_saved_regs): Make
9398 "Saved registers:" optional in the pattern.
9399
66849923
MM
94002015-03-25 Markus Metzger <markus.t.metzger@intel.com>
9401
9402 * gdb.btrace/next.exp: Merged into step.exp.
9403 * gdb.btrace/finish.exp: Merged into step.exp.
9404 * gdb.btrace/nexti.exp: Merged into stepi.exp.
9405 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
9406 "record goto" and checking the exact replay position.
9407 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
9408 check for "Recording format" in "info record" output.
9409 * gdb.btrace/record_goto.exp: Choose test file based on target.
9410 * gdb.btrace/x86-record_goto.S: Renamed into ...
9411 * gdb.btrace/x86_64-record_goto.S: ... this.
9412 * gdb.btrace/i686-record_goto.S: New.
9413 * gdb.btrace/x86-tailcall.S: Renamed into ...
9414 * gdb.btrace/x86_64-tailcall.S: ... this.
9415 * gdb.btrace/i686-tailcall.S: New.
9416 * gdb.btrace/x86-tailcall.c: Renamed into ...
9417 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
9418 separate statements. Update test.
9419 * gdb.btrace/delta.exp: Use record_goto.c as test file.
9420 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
9421 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
9422 * gdb.btrace/tailcall.exp: Choose test file based on target.
9423 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
9424
11cc1b74
MM
94252015-03-25 Markus Metzger <markus.t.metzger@intel.com>
9426
9427 * gdb.btrace/exception.exp: Increase BTS buffer size.
9428
a25d8bf9
PA
94292015-03-24 Pedro Alves <palves@redhat.com>
9430
9431 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
9432
856e7dd6
PA
94332015-03-24 Pedro Alves <palves@redhat.com>
9434
9435 * gdb.threads/schedlock.exp (test_step): No longer expect that
9436 "set scheduler-locking step" with "next" over a function call runs
9437 threads unlocked.
9438
ad235a41
AT
94392015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9440
9441 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
9442
15630549
AT
94432015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9444
9445 PR breakpoints/16466
9446 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
9447 * gdb.mi/mi-pending.c (thread_func): New function.
9448 (int main): Add threading support required.
9449 * gdb.mi/mi-pending.exp: Add tests for this issue.
9450 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
9451 (pendfunc2): Remove stdio dependency.
9452 * gdb.mi/mi-pendshr2.c: New file.
9453
693dca06
KS
94542015-03-23 Keith Seitz <keiths@redhat.com>
9455
9456 * gdb.linespec/keywords.c: New file.
9457 * gdb.linespec/keywords.exp: New file.
9458
7e993ebf
KS
94592015-03-23 Keith Seitz <keiths@redhat.com>
9460
9461 PR gdb/18021
9462 * gdb.dwarf2/staticvirtual.exp: New test.
9463
bc23328c
JK
94642015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9465
9466 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
9467 * README: Remove HP-UX and gdb.hp.
9468 (configuration):
9469 * configure: Regenerate.
9470 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
9471 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
9472 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
9473 gdb.hp/gdb.defects/Makefile.
9474 * gdb.hp/Makefile.in: File deleted.
9475 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
9476 * gdb.hp/gdb.aCC/optimize.c: File deleted.
9477 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
9478 * gdb.hp/gdb.aCC/run.c: File deleted.
9479 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
9480 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
9481 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
9482 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
9483 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
9484 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
9485 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
9486 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
9487 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
9488 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
9489 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
9490 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
9491 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
9492 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
9493 * gdb.hp/gdb.base-hp/reg.s: File deleted.
9494 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
9495 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
9496 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
9497 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
9498 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
9499 * gdb.hp/gdb.compat/Makefile.in: File deleted.
9500 * gdb.hp/gdb.compat/average.c: File deleted.
9501 * gdb.hp/gdb.compat/sum.c: File deleted.
9502 * gdb.hp/gdb.compat/xdb.c: File deleted.
9503 * gdb.hp/gdb.compat/xdb0.c: File deleted.
9504 * gdb.hp/gdb.compat/xdb0.h: File deleted.
9505 * gdb.hp/gdb.compat/xdb1.c: File deleted.
9506 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
9507 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
9508 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
9509 * gdb.hp/gdb.defects/Makefile.in: File deleted.
9510 * gdb.hp/gdb.defects/bs14602.c: File deleted.
9511 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
9512 * gdb.hp/gdb.defects/solib-d.c: File deleted.
9513 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
9514 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
9515 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
9516 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
9517 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
9518 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
9519 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
9520 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
9521 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
9522 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
9523 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
9524 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
9525 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
9526 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
9527 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
9528 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
9529 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
9530 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
9531 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
9532 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
9533 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
9534 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
9535 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
9536 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
9537 * gdb.hp/tools/odump: File deleted.
9538
8bf3b159
PA
95392015-03-19 Pedro Alves <palves@redhat.com>
9540
9541 * gdb.threads/continue-pending-status.exp (saw_thread_2)
9542 (saw_thread_3): New globals.
9543 (top level): Increment them when an event for the corresponding
9544 thread is seen.
9545 (no thread starvation): New test.
9546
eb54c8bf
PA
95472015-03-19 Pedro Alves <palves@redhat.com>
9548
9549 * gdb.threads/continue-pending-status.c: New file.
9550 * gdb.threads/continue-pending-status.exp: New file.
9551
32d2e5d6
PA
95522015-03-18 Pedro Alves <palves@redhat.com>
9553
9554 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9555 Use gdb_is_target_remote instead of is_remote. Use
9556 gdb_test_multiple instead of gdb_expect. Exit early if
9557 gdb_test_multiple hits its internal matches. Tighten stepi tests
9558 expected output. Fail on exit with any signal, instead of just
9559 SIGILL.
9560
f68f11b7
YQ
95612015-03-18 Yao Qi <yao.qi@linaro.org>
9562
9563 PR tdep/18107
9564 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
9565 variable.
9566 * gdb.base/catch-syscall.exp: Don't skip it on
9567 aarch64*-*-linux* target. Remove elements in all_syscalls.
9568 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
9569 target.
9570 (setup_all_syscalls): New proc.
9571
ca5fd19b
YQ
95722015-03-16 Yao Qi <yao.qi@linaro.org>
9573
9574 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
9575 (top level): Skip tests if valid_addr_p returns false for
9576 $cmd1 or $cmd2.
9577
85642ba0
AW
95782015-03-11 Andy Wingo <wingo@igalia.com>
9579
9580 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
9581
e03f9645
YQ
95822015-03-11 Yao Qi <yao.qi@linaro.org>
9583
9584 * gdb.base/catch-syscall.exp: Fix typo in comments.
9585
5d0962b2
YQ
95862015-03-11 Yao Qi <yao.qi@linaro.org>
9587
9588 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
9589
b2df3cef
PA
95902015-03-09 Pedro Alves <palves@redhat.com>
9591
9592 * dg-extract-results.py: Delete.
9593
ef878e53
PA
95942015-03-09 Pedro Alves <palves@redhat.com>
9595
9596 Merge dg-extract-results.sh from GCC upstream (r218843).
9597
9598 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
9599 * dg-extract-results.sh: Use --text with grep to avoid issues with
9600 binary files. Fall back to cat -v, if that doesn't work.
9601
9494d219
PA
96022015-03-05 Pedro Alves <palves@redhat.com>
9603
9604 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
9605
a8d9763a
SM
96062015-03-04 Simon Marchi <simon.marchi@ericsson.com>
9607
9608 * lib/mi-support.exp (mi_expect_interrupt): Accept
9609 alternative event for when in all-stop mode.
9610
be9957b8
PA
96112015-03-04 Pedro Alves <palves@redhat.com>
9612
9613 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
9614
d57be0f4 96152015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
9616
9617 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
9618
c214c7cf
AA
96192015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
9620
9621 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
9622 regexps for GDB's current line display, accept a hex address
9623 preceding the line number.
9624
6d74a497
AA
96252015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
9626
9627 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
9628 the 'arch1' variable for "s390*-linux*" targets.
9629
511aee7c
PA
96302015-03-04 Pedro Alves <palves@redhat.com>
9631
9632 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
9633 (main): Pass missing retval argument to pthread_join call.
9634
95e50b27
PA
96352015-03-02 Pedro Alves <palves@redhat.com>
9636
9637 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
9638 (top level): Call do_test with non-stop as well.
9639
28054d69
PA
96402015-03-02 Pedro Alves <palves@redhat.com>
9641
9642 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
9643 -1.
9644
4fa5d7b4
AA
96452015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
9646
9647 * gdb.arch/s390-vregs.exp: New test.
9648 * gdb.arch/s390-vregs.S: New file.
9649
97c18565
PA
96502015-02-27 Pedro Alves <palves@redhat.com>
9651
9652 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
9653 call to catch_command_errors.
9654 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
9655 catch_command_errors.
9656
a37bfa30
PA
96572015-02-27 Pedro Alves <palves@redhat.com>
9658
9659 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
9660 "true" for boolean result.
9661 * gdb.gdb/selftest.exp (test_with_self): Also accept full
9662 prototype of main.
9663
6f98576f
PA
96642015-02-27 Pedro Alves <palves@redhat.com>
9665
9666 * lib/unbuffer_output.c: New file.
9667 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
9668 (main): Call gdb_unbuffer_output.
9669
eba5ab56
YQ
96702015-02-27 Yao Qi <yao.qi@linaro.org>
9671
9672 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
9673 target.
9674
0def5aaa
DE
96752015-02-26 Doug Evans <dje@google.com>
9676
9677 * gdb.cp/class2.cc (Dbase, D): New classes.
9678 (main): New local delta.
9679 * gdb.cp/class2.exp: Test printing delta.
9680 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
9681 (dynbar): New global.
9682 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
9683
081a1c2c
JK
96842015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9685
9686 * gdb.compile/compile-ifunc.c: New file.
9687 * gdb.compile/compile-ifunc.exp: New file.
9688
2f41223f
AT
96892015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
9690
9691 * gdb.base/structs.exp: Check for correct struct on finish.
9692
03eddd80
YQ
96932015-02-26 Yao Qi <yao.qi@linaro.org>
9694
9695 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
9696 is zero.
9697
80c57053
JK
96982015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9699
9700 * gdb.arch/cordic.ko.bz2: New file.
9701 * gdb.arch/cordic.ko.debug.bz2: New file.
9702 * gdb.arch/ppc64-symtab-cordic.exp: New file.
9703
21613c12
YQ
97042015-02-25 Yao Qi <yao.qi@linaro.org>
9705
9706 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
9707 aarch64*-*-* target.
9708
d8b901ed
PA
97092015-02-23 Pedro Alves <palves@redhat.com>
9710
9711 * lib/gdb.exp (delete_breakpoints): Rewrite using
9712 gdb_test_multiple.
9713
e5b85ead
PA
97142015-02-23 Pedro Alves <palves@redhat.com>
9715
9716 * gdb.base/info-os.c: Include stdlib.h.
9717
85c3a371
DE
97182015-02-22 Doug Evans <xdje42@gmail.com>
9719
9720 PR symtab/17855
9721 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
9722 is read after symbols have been re-read.
9723 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
9724 * gdb.ada/exec_changed/second.adb (Second): Ditto.
9725
96553a0c
DE
97262015-02-21 Doug Evans <dje@google.com>
9727
9728 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
9729
97a0c697
JK
97302015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9731
9732 PR corefiles/17808
9733 * gdb.arch/i386-biarch-core.core.bz2: New file.
9734 * gdb.arch/i386-biarch-core.exp: New file.
9735
a47cd6e9
PA
97362015-02-21 Pedro Alves <palves@redhat.com>
9737
9738 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
9739 runto_main fails.
9740
c5facdc4
PA
97412015-02-20 Pedro Alves <palves@redhat.com>
9742
9743 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
9744 info probes.
9745
2db9a427
PA
97462015-02-20 Pedro Alves <palves@redhat.com>
9747
9748 * gdb.threads/multi-create-ns-info-thr.exp: New file.
9749
60fb7e9e
PA
97502015-02-20 Pedro Alves <palves@redhat.com>
9751
9752 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
9753 clean_restart before gdb_target_supports_trace.
9754
5c5019c2
PA
97552015-02-20 Pedro Alves <palves@redhat.com>
9756
9757 PR threads/18006
9758 * gdb.threads/clone-thread_db.c: New file.
9759 * gdb.threads/clone-thread_db.exp: New file.
9760
c9587f88
AT
97612015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
9762
9763 PR breakpoints/16812
9764 * gdb.base/catch-gdb-caused-signals.c: New file.
9765 * gdb.base/catch-gdb-caused-signals.exp: New file.
9766
f6a88844
JM
97672015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
9768
9769 * configure: Regenerated.
9770 * configure.ac: Use GDB_AC_TRANSFORM.
9771 * aclocal.m4: sinclude ../transform.m4.
9772
497c491b
JM
97732015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
9774
9775 * lib/dtrace.exp: New file.
9776 * gdb.base/dtrace-probe.exp: Likewise.
9777 * gdb.base/dtrace-probe.d: Likewise.
9778 * gdb.base/dtrace-probe.c: Likewise.
9779 * lib/pdtrace.in: Likewise.
9780 * configure.ac: Output variables with the transformed names of
9781 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
9782 * configure: Regenerated.
9783
03e98035
JM
97842015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
9785
9786 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
9787 expected message when trying to access $_probe_* convenience
9788 variables while not on a probe.
9789
63cc30e9
JK
97902015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9791
9792 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
9793
0703599a
PA
97942015-02-11 Pedro Alves <pedro@codesourcery.com>
9795
9796 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
9797 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
9798
7e60a48e
DE
97992015-02-10 Doug Evans <xdje42@gmail.com>
9800
9801 * lib/gdb.exp (gdb_load): Always return a result.
9802
01b088bc
PA
98032015-02-10 Pedro Alves <palves@redhat.com>
9804
9805 * gdb.threads/signal-sigtrap.c: New file.
9806 * gdb.threads/signal-sigtrap.exp: New file.
9807
b05ec7a5
AT
98082015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
9809
9810 * gdb.trace/no-attach-trace.c: New file.
9811 * gdb.trace/no-attach-trace.exp: New file.
9812
a2c2acaf
MW
98132015-02-09 Mark Wielaard <mjw@redhat.com>
9814
9815 * gdb.dwarf2/atomic.c: New file.
9816 * gdb.dwarf2/atomic-type.exp: Likewise.
9817
31fd9caa
MM
98182015-02-09 Markus Metzger <markus.t.metzger@intel.com>
9819
9820 * gdb.btrace/buffer-size.exp: Update "info record" output.
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
d33501a5
MM
98312015-02-09 Markus Metzger <markus.t.metzger@intel.com>
9832
9833 * gdb.btrace/buffer-size: New.
9834
f4abbc16
MM
98352015-02-09 Markus Metzger <markus.t.metzger@intel.com>
9836
9837 * gdb.btrace/delta.exp: Update "info record" output.
9838 * gdb.btrace/enable.exp: Update "info record" output.
9839 * gdb.btrace/finish.exp: Update "info record" output.
9840 * gdb.btrace/instruction_history.exp: Update "info record" output.
9841 * gdb.btrace/next.exp: Update "info record" output.
9842 * gdb.btrace/nexti.exp: Update "info record" output.
9843 * gdb.btrace/step.exp: Update "info record" output.
9844 * gdb.btrace/stepi.exp: Update "info record" output.
9845 * gdb.btrace/nohist.exp: Update "info record" output.
9846
b9d61307
SM
98472015-02-06 Simon Marchi <simon.marchi@ericsson.com>
9848
9849 PR gdb/15678
9850 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
9851
e584fdbc
PA
98522015-02-06 Pedro Alves <palves@redhat.com>
9853
9854 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
9855 macro.
9856 (seconds_left, again): New globals.
9857 (main): Wait seconds_left in a 1-second sleep loop instead of
9858 sleeping 180 seconds. If 'again' is set, reset the seconds
9859 counter.
9860 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
9861 'again' in the inferior before detaching. Print the seconds left.
9862 (options): New global.
9863 (top level): Build program with -DTIMEOUT=$timeout.
9864
77f41761
PA
98652015-02-06 Pedro Alves <palves@redhat.com>
9866
9867 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
9868 determine how many seconds to pass to 'alarm'.
9869 * gdb.base/gdb-sigterm.exp (top level): Build program with
9870 -DTIMEOUT=$timeout.
9871 (do_test): Return success/failure indication. Add more verbose
9872 logging. Don't fail if 200 single steps are seen. Instead, fail
9873 when the test times out.
9874 (passes): New global.
9875 (top level): Break the testing loop if testing fails on any
9876 iteration. Use gdb_assert.
9877
b9394193
DB
98782015-02-04 Don Breazeal <donb@codesourcery.com>
9879
9880 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
9881 and initialize them.
9882 (ipc_cleanup): New function.
9883 (main): Don't declare shmid, semid, and msqid. Add a call to
9884 atexit so that we call ipc_cleanup on exit.
9885
42d9e528
PA
98862015-02-04 Pedro Alves <palves@redhat.com>
9887
9888 * boards/native-extended-gdbserver.exp: Remove any target variant
9889 specifications from the board name before clearing the isremote
9890 flag from board_info.
9891
ae6ae975
DE
98922015-01-31 Doug Evans <xdje42@gmail.com>
9893
9894 * gdb.base/maint.exp <maint print type argc>: Update expected output.
9895
cfb069a8
GB
98962015-01-31 Gary Benson <gbenson@redhat.com>
9897
9898 * gdb.base/completion.exp: Disable completion limiting for
9899 existing tests. Add new tests to check completion limiting.
9900 * gdb.linespec/ls-errs.exp: Disable completion limiting.
9901
5dd31d79
DE
99022015-01-31 Doug Evans <xdje42@gmail.com>
9903
9904 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
9905
9f050062
DE
99062015-01-31 Doug Evans <xdje42@gmail.com>
9907
9908 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
9909 entries. Duplicate file section script entries.
9910 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
9911 inlined entries. Add test for safe-path rejection.
9912 * gdb.python/py-section-script.c: Add duplicate inlined section script
9913 entries. Duplicate file section script entries.
9914 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
9915 inlined entries. Add test for safe-path rejection.
9916
df25ebbd
JB
99172015-01-29 Joel Brobecker <brobecker@adacore.com>
9918
9919 * gdb.ada/disc_arr_bound: New testcase.
9920
4a0ca9ec
JB
99212015-01-29 Joel Brobecker <brobecker@adacore.com>
9922
9923 * gdb.ada/mi_var_array: New testcase.
9924
3a8b707a
DE
99252015-01-27 Doug Evans <dje@google.com>
9926
9927 * gdb.python/py-objfile.exp: Add tests for objfile.username.
9928 Add test for objfile.filename, objfile.username after objfile
9929 has been unloaded.
9930
f8313f6e
JB
99312015-01-26 Joel Brobecker <brobecker@adacore.com>
9932
9933 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
9934 the second test to print the name attribute of value
9935 returned by the call to gdb.lookup_type, and adjust
9936 the expected output accordingly.
9937
37bc665e
MW
99382015-01-25 Mark Wielaard <mjw@redhat.com>
9939
9940 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
9941 * gdb.base/disp-step-fork.c: Include unistd.h.
9942 * gdb.base/siginfo-obj.c: Include stdio.h.
9943 * gdb.base/siginfo-thread.c: Likewise.
9944 * gdb.mi/non-stop.c: Include unistd.h.
9945 * gdb.mi/nsthrexec.c: Include stdio.h.
9946 * gdb.mi/pthreads.c: Include unistd.h.
9947 * gdb.modula2/unbounded1.c (main): Declare returns int.
9948 * gdb.reverse/consecutive-reverse.c: Likewise.
9949 * gdb.threads/create-fail.c: Include unistd.h.
9950 * gdb.threads/killed.c: Likewise.
9951 * gdb.threads/linux-dp.c: Likewise.
9952 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
9953 * gdb.threads/non-ldr-exc-2.c: Likewise.
9954 * gdb.threads/non-ldr-exc-3.c: Likewise.
9955 * gdb.threads/non-ldr-exc-4.c: Likewise.
9956 * gdb.threads/pthreads.c: Include unistd.h.
9957 (main): Declare returns int.
9958 * gdb.threads/tls-main.c (foo): New declaration.
9959 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
9960
f7e5394d
SM
99612015-01-23 Simon Marchi <simon.marchi@ericsson.com>
9962
9963 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
9964 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
9965
743649fd
MW
99662015-01-15 Mark Wielaard <mjw@redhat.com>
9967
9968 * gdb.base/noreturn-return.c: New file.
9969 * gdb.base/noreturn-return.exp: New file.
9970 * gdb.base/noreturn-finish.c: New file.
9971 * gdb.base/noreturn-finish.exp: New file.
9972
198297aa
PA
99732015-01-23 Pedro Alves <palves@redhat.com>
9974
9975 * gdb.threads/continue-pending-after-query.c: New file.
9976 * gdb.threads/continue-pending-after-query.exp: New file.
9977
717cf30c
AG
99782015-01-22 Anders Granlund <anders.granlund@ericsson.com>
9979 Simon Marchi <simon.marchi@ericsson.com>
9980
9981 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
9982 * gdb.base/valgrind-db-attach.exp: Same.
9983 * gdb.base/valgrind-infcall.exp: Same.
9984 * lib/mi-support.exp (default_mi_gdb_start): Same.
9985 * lib/prompt.exp (default_prompt_gdb_start): Same.
9986 * lib/gdb.exp (default_gdb_spawn): Same.
9987 (gdb_interact): New.
9988
9989
4b62a76e
JK
99902015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9991
9992 * gdb.compile/compile.exp (pointer to jit function): New test.
9993
b4cdae6f
WW
99942015-01-17 Wei-cheng Wang <cole945@gmail.com>
9995
9996 * lib/gdb.exp (supports_process_record): Return true for
9997 powerpc*-*-linux*.
9998 (supports_reverse): Likewise.
9999
d221e7ef
DB
100002015-01-15 Don Breazeal <donb@codesourcery.com>
10001
10002 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
10003 instead of checking whether the target board is remote and
10004 use spawn_wait_for_attach instead of exec/sleep.
10005 * gdb.base/attach-twice.exp: Likewise.
10006
bafffb51
JB
100072015-01-15 Joel Brobecker <brobecker@adacore.com>
10008
10009 * gdb.ada/var_arr_attrs: New testcase.
10010
5589af0e
PA
100112015-01-14 Pedro Alves <palves@redhat.com>
10012 Joel Brobecker <brobecker@adacore.com>
10013
10014 PR gdb/17525
10015 * gdb.base/bp-cmds-execution-x-script.c: New file.
10016 * gdb.base/bp-cmds-execution-x-script.exp: New file.
10017 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
10018
6c400b59
PA
100192015-01-14 Pedro Alves <palves@redhat.com>
10020
10021 PR cli/17828
10022 * gdb.base/batch-preserve-term-settings.c: New file.
10023 * gdb.base/batch-preserve-term-settings.exp: New file.
10024
e02c96a7
DE
100252015-01-13 Doug Evans <dje@google.com>
10026
10027 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
10028 binary.
10029
576fd14c
JB
100302015-01-13 Joel Brobecker <brobecker@adacore.com>
10031
10032 * Makefile.in (clean mostlyclean): Do not delete *.py.
10033
04dccad0
JB
100342015-01-13 Joel Brobecker <brobecker@adacore.com>
10035
10036 * gdb.python/py-lookup-type.exp: New file.
10037
3d230f71
PA
100382015-01-12 Pedro Alves <palves@redhat.com>
10039
10040 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
10041 restore GDBFLAGS before returning.
10042
7e67715d
JK
100432015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10044
10045 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
10046 is_amd64_regs_target and is_x86_like_target.
10047
f2e0d4b4
DE
100482015-01-11 Doug Evans <xdje42@gmail.com>
10049
10050 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
10051 is given without an explicit form.
10052 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
10053 attributes.
10054 * gdb.dwarf/corrupt.exp: Ditto.
10055 * gdb.dwarf2/enum-type.exp: Ditto.
10056 * gdb.trace/entry-values.exp: Ditto.
10057 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
10058
439250fb
DE
100592015-01-11 Doug Evans <xdje42@gmail.com>
10060
10061 PR gdb/15830
10062 * gdb.base/maint.exp: Remove references to "maint demangle".
10063 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
10064 Add tests for explicitly specifying language to demangle.
10065 * gdb.dlang/demangle.exp: Ditto.
10066
ede9f622
PA
100672015-01-09 Pedro Alves <palves@redhat.com>
10068
10069 * gdb.threads/non-stop-fair-events.c: New file.
10070 * gdb.threads/non-stop-fair-events.exp: New file.
10071
a7b796db
PA
100722015-01-09 Pedro Alves <palves@redhat.com>
10073
10074 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
10075 the global scope. Set a breakpoint after all threads are started
10076 rather than stepping over two source lines. Expect the prompt.
10077 * gdb.base/watch_thread_num.c (threads_started_barrier): New
10078 global.
10079 (NUM): Now 15.
10080 (main): Use threads_started_barrier to wait for all threads to
10081 start. Main thread no longer calls thread_function. Exit after
10082 180 seconds.
10083 (loop): New function.
10084 (thread_function): Wait on threads_started_barrier barrier. Call
10085 'loop' at each iteration.
10086 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
10087 threads have started, instead of hardcoding number of "next"
10088 steps. Use an access watchpoint instead of a write watchpoint.
10089
9665ffdd
PA
100902015-01-09 Pedro Alves <palves@redhat.com>
10091
10092 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
10093 (thread_func): Wait on barrier.
10094 (main): Wait for all threads to start before stopping GDB.
10095 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
10096 global.
10097 (thread1_func, thread2_func): Wait on barrier.
10098 (main): Wait for all threads to start before stopping GDB.
10099 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
10100 New global.
10101 (thread1_func, thread2_func): Wait on barrier.
10102 (main): Wait for all threads to start before stopping GDB.
10103
c945a99f
PA
101042015-01-09 Pedro Alves <palves@redhat.com>
10105
10106 * gdb.threads/attach-many-short-lived-threads.c: New file.
10107 * gdb.threads/attach-many-short-lived-threads.exp: New file.
10108
c1a747c1
PA
101092014-01-09 Pedro Alves <palves@redhat.com>
10110
10111 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
10112 instead of to thread 2.
10113 * gdb.threads/signal-command-multiple-signals-pending.c (main):
10114 Add barrier around each pthread_create call instead of around all
10115 calls.
10116 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
10117 Set a break on thread_function and have the child threads hit it
10118 one at at a time.
10119
60b3033e
PA
101202015-01-09 Pedro Alves <palves@redhat.com>
10121
10122 * lib/gdb.exp (can_spawn_for_attach): New procedure.
10123 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
10124 false.
10125 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
10126 checking whether the target board is remote.
10127 * gdb.multi/multi-attach.exp: Likewise.
10128 * gdb.python/py-sync-interp.exp: Likewise.
10129 * gdb.server/ext-attach.exp: Likewise.
10130 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
10131 tests that need to attach, instead of checking whether the target
10132 board is remote at the top of the file.
10133
acc018ac
YQ
101342015-01-08 Yao Qi <yao@codesourcery.com>
10135
10136 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
10137
50a18af8
JK
101382015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10139
10140 Fix testcase compilation.
10141 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
10142
8503d6e1
JB
101432015-01-06 Joel Brobecker <brobecker@adacore.com>
10144
10145 * gdb.python/py-type.exp: Add a couple test about empty
10146 array creation, and negative-length array creation.
10147
cc73dbcc
DE
101482015-01-02 Doug Evans <xdje42@gmail.com>
10149
10150 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
10151
0300bbc7
DE
101522015-01-02 Doug Evans <dje@google.com>
10153
10154 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
10155
9d85a0ec
YQ
101562014-12-29 Yao Qi <yao@codesourcery.com>
10157
10158 * gdb.trace/entry-values.exp: Update comments. Rename variable
10159 bar_call_foo to returned_from_foo.
10160
87186c6a
MMN
101612014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
10162
10163 PR gdb/17394
10164 * gdb.linespec/break-asm-file.c: New file.
10165 * gdb.linespec/break-asm-file.exp: New file.
10166 * gdb.linespec/break-asm-file0.s: New file.
10167 * gdb.linespec/break-asm-file1.s: New file.
10168
1bab7383
YQ
101692014-12-18 Nigel Stephens <nigel@mips.com>
10170 Maciej W. Rozycki <macro@codesourcery.com>
10171
10172 * gdb.base/float.exp: Handle the new output from "info float" on
10173 MIPS targets.
10174
1bc1068a
JK
101752014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10176
10177 Fix MinGW compilation.
10178 * gdb.compile/compile-ops.exp: Update untested message if
10179 !skip_compile_feature_tests.
10180 * gdb.compile/compile-setjmp.exp: Likewise.
10181 * gdb.compile/compile-tls.exp: Likewise.
10182 * gdb.compile/compile.exp: Likewise.
10183 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
10184 supported on this host".
10185
b6615d10
DE
101862014-12-16 Doug Evans <xdje42@gmail.com>
10187
10188 * boards/stabs.exp: New file.
10189
25dda427
AA
101902014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
10191
10192 * gdb.base/completion.exp: Adjust to format changes of "maint
10193 print user-registers".
10194
bf330350
CU
101952014-12-16 Catalin Udma <catalin.udma@freescale.com>
10196
10197 PR server/17457
10198 * gdb.arch/aarch64-fp.c: New file.
10199 * gdb.arch/aarch64-fp.exp: New file.
10200
395cf596
SDJ
102012014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
10202
10203 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
10204 r210637, r210913, r211666, r215400, r215817).
10205
10206 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
10207 * dg-extract-results.py: New file.
10208 * dg-extract-results.sh: Use it if the environment seems
10209 suitable.
10210
10211 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
10212
10213 * dg-extract-results.py (parse_run): Handle warnings that
10214 are printed before a test harness is run.
10215
10216 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
10217
10218 * dg-extract-results.py (Named): Remove __cmp__ method.
10219 (output_variation): Use a key to sort variation.harnesses.
10220
10221 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
10222
10223 * dg-extract-results.py: For Python 3, force sys.stdout to
10224 handle surrogate escape sequences.
10225 (safe_open): New function.
10226 (output_segment, main): Use it.
10227
10228 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
10229
10230 * dg-extract-results.py (Prog.result_re): Include options
10231 in test name.
10232
10233 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
10234
10235 * dg-extract-results.py (output_variation): Always sort if
10236 do_sum.
10237
e882ef3c
SM
102382014-12-15 Simon Marchi <simon.marchi@ericsson.com>
10239
10240 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
10241 as long as we get pagination notifications.
10242
4992aa20
JM
102432014-12-15 Jason Merrill <jason@redhat.com>
10244
10245 * Makefile.in (check-gdb.%): Restore.
10246 * README: Mention it.
10247
c1b5a1a6
JB
102482014-12-13 Joel Brobecker <brobecker@adacore.com>
10249
10250 * gdb.ada/str_uninit: New testcase.
10251
5537b577
JK
102522014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10253
10254 PR symtab/17642
10255 * gdb.base/vla-stub-define.c: New file.
10256 * gdb.base/vla-stub.c: New file.
10257 * gdb.base/vla-stub.exp: New file.
10258
bb2ec1b3
TT
102592014-12-12 Phil Muldoon <pmuldoon@redhat.com>
10260 Jan Kratochvil <jan.kratochvil@redhat.com>
10261 Tom Tromey <tromey@redhat.com>
10262
10263 * configure.ac: Add gdb.compile/.
10264 * configure: Regenerate.
10265 * gdb.compile/Makefile.in: New file.
10266 * gdb.compile/compile-ops.exp: New file.
10267 * gdb.compile/compile-ops.c: New file.
10268 * gdb.compile/compile-tls.c: New file.
10269 * gdb.compile/compile-tls.exp: New file.
10270 * gdb.compile/compile-constvar.S: New file.
10271 * gdb.compile/compile-constvar.c: New file.
10272 * gdb.compile/compile-mod.c: New file.
10273 * gdb.compile/compile-nodebug.c: New file.
10274 * gdb.compile/compile-setjmp-mod.c: New file.
10275 * gdb.compile/compile-setjmp.c: New file.
10276 * gdb.compile/compile-setjmp.exp: New file.
10277 * gdb.compile/compile-shlib.c: New file.
10278 * gdb.compile/compile.c: New file.
10279 * gdb.compile/compile.exp: New file.
10280 * lib/gdb.exp (skip_compile_feature_tests): New proc.
10281
4ff709eb
TT
102822014-12-12 Tom Tromey <tromey@redhat.com>
10283
10284 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
10285 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
10286
6dddd6a5
DE
102872014-12-12 Doug Evans <dje@google.com>
10288
10289 * lib/gdb-python.exp (get_python_valueof): New function.
10290 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
10291
71c24708
AA
102922014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10293
10294 * gdb.base/completion.exp: Add test for completion of "info
10295 registers ".
10296
3e29f34a
MR
102972014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
10298
10299 * gdb.base/func-ptrs.c: New file.
10300 * gdb.base/func-ptrs.exp: New file.
10301
fc126975
SM
103022014-12-10 Simon Marchi <simon.marchi@ericsson.com>
10303
10304 PR breakpoints/17012
10305 * gdb.base/dprintf-detach.c: New file.
10306 * gdb.base/dprintf-detach.exp: New file.
10307
0a46d518
SM
103082014-12-10 Simon Marchi <simon.marchi@ericsson.com>
10309
10310 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
10311 * lib/gdb.exp (target_is_gdbserver): New procedure.
10312
a0be3e44
DE
103132014-12-08 Doug Evans <dje@google.com>
10314
10315 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
10316
df1b803a
YQ
103172014-12-05 Yao Qi <yao@codesourcery.com>
10318
10319 * gdb.guile/scm-error.exp: Remove the third argument to
10320 gdb_remote_download.
10321 * gdb.guile/scm-frame-args.exp: Likewise.
10322 * gdb.guile/scm-section-script.exp: Likewise.
10323
ddb9f679
YQ
103242014-12-05 Yao Qi <yao@codesourcery.com>
10325
10326 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
10327
86e4ed39
DE
103282014-12-04 Doug Evans <dje@google.com>
10329
10330 * gdb.python/py-objfile.exp: Add tests for
10331 objfile.add_separate_debug_file.
10332
7c50a931
DE
103332014-12-04 Doug Evans <dje@google.com>
10334
10335 * lib/gdb.exp (get_build_id): New function.
10336 (build_id_debug_filename_get): Rewrite to use it.
10337 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
10338
621661e3
MR
103392014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
10340
10341 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
10342 `method(long)', not just 0x0.
10343 * gdb.cp/nsalias.exp: Align code labels to 4.
10344 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
10345 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
10346 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
10347 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
10348 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
10349 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
10350
29f0c3b7
DE
103512014-12-02 Doug Evans <dje@google.com>
10352
e1e061e7 10353 PR symtab/17602
29f0c3b7 10354 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 10355 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
10356 * gdb.cp/anon-ns.exp: Update.
10357
162078c8
NB
103582014-12-02 Nick Bull <nicholaspbull@gmail.com>
10359
10360 * gdb.python/py-events.py (inferior_call_handler): New.
10361 (register_changed_handler, memory_changed_handler): New.
10362 (test_events.invoke): Register new handlers.
10363 * gdb.python/py-events.exp: Add tests for inferior call,
10364 memory_changed and register_changed events.
10365
fdb09caf
AA
103662014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
10367
10368 * gdb.base/execl-update-breakpoints.exp: Specify the link address
10369 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
10370 if the linker doesn't understand this.
10371
55cfb2c4
SM
103722014-12-01 Simon Marchi <simon.marchi@ericsson.com>
10373
10374 * gdb.python/python.exp: Change expected reply to help().
10375
9e8cd6df
YQ
103762014-12-01 Yao Qi <yao@codesourcery.com>
10377
10378 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
10379 AC_CONFIG_SUBDIRS(gdb.gdbtk).
10380 * configure: Re-generated.
10381
6c659fc2
SC
103822014-11-28 Siva Chandra Reddy <sivachandra@google.com>
10383
10384 * gdb.cp/chained-calls.cc: New file.
10385 * gdb.cp/chained-calls.exp: New file.
10386 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
10387
d7fc3181
SM
103882014-11-28 Simon Marchi <simon.marchi@ericsson.com>
10389
10390 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
10391 * gdb.dwarf2/symtab-producer.exp: Same.
10392 * gdb.gdb/python-interrupts.exp: Same.
10393 * gdb.gdb/python-selftest.exp: Same.
10394 * gdb.python/py-linetable.exp: Same.
10395 * gdb.python/py-type.exp: Same.
10396 * gdb.python/py-value-cc.exp: Same.
10397 * gdb.python/py-value.exp: Same.
10398
10e79639
YQ
103992014-11-28 Yao Qi <yao@codesourcery.com>
10400
10401 * gdb.base/break-probes.exp: Match library name prefixed with
10402 sysroot.
10403
f28a0564
SM
104042014-11-27 Simon Marchi <simon.marchi@ericsson.com>
10405
10406 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
10407 test expected output. Add parentheses for the call to print.
10408 Remove L suffix from integers.
10409
3fe1ce1d
DE
104102014-11-26 Doug Evans <dje@google.com>
10411
10412 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
10413
84429e27
YQ
104142014-11-22 Yao Qi <yao@codesourcery.com>
10415
10416 * gdb.trace/entry-values.c: Remove asms.
10417 (foo): Add foo_label.
10418 (bar): Add bar_label.
10419 * gdb.trace/entry-values.exp: Remove code computing foo's
10420 length and bar's length.
10421 (Dwarf::assemble): Invoke function_range for bar and use
10422 MACRO_AT_func for foo.
10423
26741859
YQ
104242014-11-22 Yao Qi <yao@codesourcery.com>
10425
10426 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
10427 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
10428 Use .Lgcc43_procstart instead of gcc43.
10429
45e44d27
JB
104302014-11-21 Joel Brobecker <brobecker@adacore.com>
10431
10432 * gdb.ada/n_arr_bound: New testcase.
10433
458c8db8
SDJ
104342014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
10435
10436 PR breakpoints/10737
10437 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
10438 test_catch_syscall_multi_arch.
10439 (test_catch_syscall_multi_arch): New function.
10440
43f3e411
DE
104412014-11-20 Doug Evans <xdje42@gmail.com>
10442
10443 * gdb.base/maint.exp: Update expected output.
10444
0d7b2549
AA
104452014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
10446
10447 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
10448 4-byte instruction on S390.
10449
8908fca5
JB
104502014-11-19 Joel Brobecker <brobecker@adacore.com>
10451
10452 * gdb.ada/arr_arr: New testcase.
10453
4a46959e
JB
104542014-11-19 Joel Brobecker <brobecker@adacore.com>
10455
10456 * gdb.ada/pkd_arr_elem: New Testcase.
10457
470e2f4e
LM
104582014-11-18 Luis Machado <lgustavo@codesourcery.com>
10459
10460 * gdb.reverse/break-precsave: Expect completion message for
10461 core file reads.
10462 * gdb.reverse/consecutive-precsave.exp: Likewise.
10463 * gdb.reverse/finish-precsave.exp: Likewise.
10464 * gdb.reverse/i386-precsave.exp: Likewise.
10465 * gdb.reverse/machinestate-precsave.exp: Likewise.
10466 * gdb.reverse/sigall-precsave.exp: Likewise.
10467 * gdb.reverse/solib-precsave.exp: Likewise.
10468 * gdb.reverse/step-precsave.exp: Likewise.
10469 * gdb.reverse/until-precsave.exp: Likewise.
10470 * gdb.reverse/watch-precsave.exp: Likewise.
10471
a267f3ad
AA
104722014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10473
10474 * gdb.base/bp-permanent.c: Include unistd.h.
10475 * gdb.python/py-framefilter-mi.c (main): Add return type.
10476 * gdb.python/py-framefilter.c (main): Likewise.
10477 * gdb.trace/actions-changed.c (main): Likewise.
10478
12084a9a
AA
104792014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10480
10481 * gdb.mi/until.c: Add eye-catchers.
10482 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
10483 line numbers.
10484
dc7e1a77
AA
104852014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10486
10487 * gdb.base/condbreak.exp: Drop references to removed non-prototype
10488 function header variants in break1.c.
10489 * gdb.base/ena-dis-br.exp: Likewise.
10490 * gdb.base/hbreak2.exp: Likewise.
10491 * gdb.reverse/until-precsave.exp: Drop references to removed
10492 non-prototype function header variants in ur1.c.
10493 * gdb.reverse/until-reverse.exp: Likewise.
10494
41c77605
PM
104952014-11-17 Petr Machata <pmachata@redhat.com>
10496
10497 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
10498 ${_cu_offset_size} bytes abbrev offset.
10499
34248c3a
DE
105002014-11-15 Doug Evans <xdje42@gmail.com>
10501
10502 PR symtab/17559
10503 * gdb.base/line-symtabs.exp: New file.
10504 * gdb.base/line-symtabs.c: New file.
10505 * gdb.base/line-symtabs.h: New file.
10506
646da059
YQ
105072014-11-14 Yao Qi <yao@codesourcery.com>
10508
10509 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
10510 (func): Add label func_label.
10511 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
10512 Replace low_pc and high_pc with MACRO_AT_range.
10513 Replace name, low_pc and high_pc with MACRO_AT_func.
10514
9301ebe6
YQ
105152014-11-14 Yao Qi <yao@codesourcery.com>
10516
10517 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
10518 Replace name, low_pc and high_pc with MACRO_AT_func.
10519
f166b542
YQ
105202014-11-14 Yao Qi <yao@codesourcery.com>
10521
10522 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
10523 produce debug information.
10524 * gdb.dwarf2/implptr-optimized-out.S: Removed.
10525
0f6e71e3
YQ
105262014-11-14 Yao Qi <yao@codesourcery.com>
10527
10528 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
10529 object and get function length.
10530 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
10531 with MACRO_AT_func.
10532 (top-level): Replace gdb_compile and clean_restart with
10533 prepare_for_testing.
10534 * gdb.dwarf2/main.c (main): Add label main_label.
10535
876c4df9
YQ
105362014-11-14 Yao Qi <yao@codesourcery.com>
10537
10538 * lib/dwarf.exp (function_range): New procedure.
10539 (Dwarf::_handle_macro_at_func): New procedure.
10540 (Dwarf::_handle_macro_at_range): New procedure.
10541 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
10542
02ad9cf1
YQ
105432014-11-14 Yao Qi <yao@codesourcery.com>
10544
10545 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
10546 (_handle_attribute): New procedure.
10547
a59add0c
AA
105482014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10549
10550 * gdb.ada/cond_lang/foo.c (callme): Add return type.
10551 * gdb.base/call-sc.c (zed): Likewise.
10552 * gdb.base/checkpoint.c (main): Likewise.
10553 * gdb.base/dump.c (main): Likewise.
10554 * gdb.base/gcore.c (main): Likewise.
10555 * gdb.base/huge.c (main): Likewise.
10556 * gdb.base/multi-forks.c (main): Likewise.
10557 * gdb.base/pr10179-a.c (main): Likewise.
10558 * gdb.base/savedregs.c (main): Likewise.
10559 * gdb.base/sigaltstack.c (main): Likewise.
10560 * gdb.base/siginfo.c (main): Likewise.
10561 * gdb.base/structs.c (zed): Likewise.
10562 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
10563 * gdb.mi/mi-syn-frame.c (main): Likewise.
10564 * gdb.mi/until.c (foo, main): Likewise.
10565 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
10566 * gdb.base/solib-weak.c (foo): Declare.
10567 * gdb.base/attach-twice.c: Include stdio.h.
10568 * gdb.base/weaklib1.c: Likewise.
10569 * gdb.base/weaklib2.c: Likewise.
10570 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
10571 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
10572 unistd.h.
10573 * gdb.base/attach-pie-misread.c: Include stdlib.h.
10574 * gdb.mi/mi-exit-code.c: Likewise.
10575 * gdb.base/break-interp-lib.c: Include string.h.
10576 * gdb.base/coremaker.c: Likewise.
10577 * gdb.base/testenv.c: Likewise.
10578 * gdb.python/py-finish-breakpoint.c: Likewise.
10579 * gdb.base/inferior-died.c: Include sys/wait.h.
10580 * gdb.base/fileio.c: Include time.h.
10581 * gdb.base/async-shell.c: Include unistd.h.
10582 * gdb.base/dprintf-non-stop.c: Likewise.
10583 * gdb.base/info-os.c: Likewise.
10584 * gdb.mi/mi-console.c: Likewise.
10585 * gdb.mi/watch-nonstop.c: Likewise.
10586 * gdb.python/py-events.c: Likewise.
10587 * gdb.base/async.c (baz): Move up before its invocation.
10588 * gdb.base/code_elim2.c (my_global_func): Likewise.
10589 * gdb.base/skip-solib-lib.c (multiply): Likewise.
10590 * gdb.base/advance.c (func2): Likewise.
10591
3b5d5997
AA
105922014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10593
10594 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
10595 variant.
10596 * gdb.base/annota3.c: Likewise.
10597 * gdb.base/async.c: Likewise.
10598 * gdb.base/average.c: Likewise.
10599 * gdb.base/call-ar-st.c: Likewise.
10600 * gdb.base/call-rt-st.c: Likewise.
10601 * gdb.base/call-sc.c: Likewise.
10602 * gdb.base/call-strs.c: Likewise.
10603 * gdb.base/ending-run.c: Likewise.
10604 * gdb.base/execd-prog.c: Likewise.
10605 * gdb.base/exprs.c: Likewise.
10606 * gdb.base/foll-exec.c: Likewise.
10607 * gdb.base/foll-fork.c: Likewise.
10608 * gdb.base/foll-vfork.c: Likewise.
10609 * gdb.base/funcargs.c: Likewise.
10610 * gdb.base/gcore.c: Likewise.
10611 * gdb.base/jump.c: Likewise.
10612 * gdb.base/langs0.c: Likewise.
10613 * gdb.base/langs1.c: Likewise.
10614 * gdb.base/langs2.c: Likewise.
10615 * gdb.base/mips_pro.c: Likewise.
10616 * gdb.base/nodebug.c: Likewise.
10617 * gdb.base/opaque0.c: Likewise.
10618 * gdb.base/opaque1.c: Likewise.
10619 * gdb.base/recurse.c: Likewise.
10620 * gdb.base/run.c: Likewise.
10621 * gdb.base/scope0.c: Likewise.
10622 * gdb.base/scope1.c: Likewise.
10623 * gdb.base/setshow.c: Likewise.
10624 * gdb.base/setvar.c: Likewise.
10625 * gdb.base/shmain.c: Likewise.
10626 * gdb.base/shr1.c: Likewise.
10627 * gdb.base/shr2.c: Likewise.
10628 * gdb.base/sigall.c: Likewise.
10629 * gdb.base/signals.c: Likewise.
10630 * gdb.base/so-indr-cl.c: Likewise.
10631 * gdb.base/solib2.c: Likewise.
10632 * gdb.base/structs.c: Likewise.
10633 * gdb.base/sum.c: Likewise.
10634 * gdb.base/vforked-prog.c: Likewise.
10635 * gdb.base/watchpoint.c: Likewise.
10636 * gdb.reverse/shr2.c: Likewise.
10637 * gdb.reverse/until-reverse.c: Likewise.
10638 * gdb.reverse/ur1.c: Likewise.
10639 * gdb.reverse/watch-reverse.c: Likewise.
10640
066a77c5
AA
106412014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10642
10643 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
10644 variant.
10645 * gdb.base/sepdebug.exp: Drop references to removed code.
10646
4f204ea5
AA
106472014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10648
10649 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
10650 variant. Preserve original line numbering.
10651 * gdb.base/list1.c: Likewise.
10652
3b377a3a
AA
106532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10654
10655 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
10656 variant.
10657 * gdb.base/break1.c: Likewise.
10658 * gdb.base/break.exp: Drop references to removed code.
10659
e444df73
AA
106602014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10661
10662 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
10663 variant.
10664
8008f2a7
AA
106652014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10666
10667 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
10668
a5a06887
AA
106692014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10670
10671 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
10672 logic into perform_all_tests() and invoke it with and without
10673 function header prototypes.
10674 (do_function_calls): Remove conditional XFAIL for PR 5318.
10675 (rerun_and_prepare): Remove duplicate code.
10676 (perform_all_tests): New. Main logic moved here.
10677
44dba9b9
AA
106782014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10679
10680 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
10681 code guarded by #ifdef NO_PROTOTYPES.
10682 (t_double_many_args): Likewise.
10683 (DEF_FUNC_MANY_ARGS_1): Likewise.
10684 (DEF_FUNC_VALUES_1): Likewise.
10685 (t_structs_ldc): Renamed from t_structs_fc in conditional code
10686 guarded by #ifdef PROTOTYPES.
10687
d1fbcd56
AA
106882014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10689
10690 * gdb.mi/mi-console.c: Add eye-catcher.
10691 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
10692 instead of literal line number.
10693
b0e59b8f
AA
106942014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10695
10696 * gdb.base/shr2.c: Add eye-catcher.
10697 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
10698 line number.
10699
78f98cca
AA
107002014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10701
10702 * gdb.base/jump.c: Add eye-catchers.
10703 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
10704 numbers.
10705
58fa2af0
AA
107062014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10707
10708 * gdb.base/execd-prog.c: Add eye-catchers.
10709 * gdb.base/foll-exec.c: Likewise.
10710 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
10711 line numbers.
10712
04e5059b
AA
107132014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10714
10715 * gdb.base/ending-run.c: Add eye-catchers.
10716 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
10717 literal line numbers.
10718
dbfdb174
AA
107192014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10720
10721 * gdb.base/call-rt-st.c: Add eye-catchers.
10722 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
10723 literal line numbers.
10724
888a2ade
AA
107252014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10726
10727 * gdb.base/call-ar-st.c: Add eye-catchers.
10728 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
10729 literal line numbers.
10730
6acc2dde
AA
107312014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10732
10733 * gdb.base/average.c: Add eye-catchers.
10734 * gdb.base/sum.c: Likewise.
10735 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
10736 regexps dynamically.
10737
9ecfcd1d
AA
107382014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10739
10740 * gdb.base/solib1.c: Add eye-catchers.
10741 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
10742 literal line numbers.
10743
78708b7c
PA
107442014-11-12 Pedro Alves <palves@redhat.com>
10745
10746 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
10747 leader has exited.
10748
af48d08f
PA
107492014-11-12 Pedro Alves <palves@redhat.com>
10750
10751 * gdb.arch/i386-bp_permanent.c: New file.
10752 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
10753 (srcfile): Set to i386-bp_permanent.c.
10754 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
10755 that stepi does not execute the 'leave' instruction, instead of
10756 testing it does execute.
10757 * gdb.base/bp-permanent.c: New file.
10758 * gdb.base/bp-permanent.exp: New file.
10759
af3768e9
DE
107602014-11-10 Doug Evans <xdje42@gmail.com>
10761
10762 PR symtab/17564
10763 * gdb.base/symtab-search-order.exp: New file.
10764 * gdb.base/symtab-search-order.c: New file.
10765 * gdb.base/symtab-search-order-1.c: New file.
10766 * gdb.base/symtab-search-order-shlib-1.c: New file.
10767
9de00a4a
PA
107682014-11-07 Pedro Alves <palves@redhat.com>
10769
10770 PR gdb/17511
10771 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
10772 i?86-*-linux*.
10773
e0f52461
SC
107742014-11-03 Siva Chandra Reddy <sivachandra@google.com>
10775
10776 PR c++/17494
10777 * gdb.cp/pr17494.cc: New file.
10778 * gdb.cp/pr17494.exp: New file.
10779
6ce8c980
YQ
107802014-11-02 Yao Qi <yao@codesourcery.com>
10781
10782 * gdb.python/python.exp: Get working directory and match the
10783 output of "set extended-prompt \\w " with it.
10784
02be9a71
DE
107852014-10-30 Doug Evans <dje@google.com>
10786
10787 * gdb.python/py-objfile.exp: Add tests for setting random attributes
10788 in objfiles.
10789 * gdb.python/py-progspace.exp: Add tests for setting random attributes
10790 in progspaces.
10791
3bdff46b
LM
107922014-10-30 Janis Johnson <janisjo@codesourcery.com>
10793
10794 * gdb.base/fullpath-expand.exp: Skip for a remote host.
10795 * gdb.base/realname-expand.exp: Likewise.
10796 * gdb.linespec/macro-relative.exp: Likewise.
10797
ab917dfb
PA
107982014-10-29 Pedro Alves <palves@redhat.com>
10799
10800 PR gdb/17408
10801 * gdb.threads/schedlock.c (some_function): New function.
10802 (call_function): New global.
10803 (MAYBE_CALL_SOME_FUNCTION): New macro.
10804 (thread_function): Call it.
10805 * gdb.threads/schedlock.exp (get_args): Add description parameter,
10806 and use it instead of a global counter. Adjust all callers.
10807 (get_current_thread): Use "find current thread" for test message
10808 here rather than having all callers pass down the same string.
10809 (goto_loop): New procedure, factored out from ...
10810 (my_continue): ... this.
10811 (step_ten_loops): Change parameter from test message to command to
10812 use. Adjust.
10813 (list_count): Delete global.
10814 (check_result): New procedure, factored out from duplicate top
10815 level code.
10816 (continue tests): Wrap in with_test_prefix.
10817 (test_step): New procedure, factored out from duplicate top level
10818 code.
10819 (top level): Test "step" in combination with all scheduler-locking
10820 modes. Test "next" in combination with all scheduler-locking
10821 modes, and in combination with stepping over a function call or
10822 not.
10823 * gdb.threads/next-bp-other-thread.c: New file.
10824 * gdb.threads/next-bp-other-thread.exp: New file.
10825
d3d4baed
PA
108262014-10-29 Pedro Alves <palves@redhat.com>
10827
10828 PR python/17372
10829 * gdb.python/python.exp: Test a multi-line command that spawns
10830 interactive Python.
10831 * gdb.base/multi-line-starts-subshell.exp: New file.
10832
563e8d85
YQ
108332014-10-29 Yao Qi <yao@codesourcery.com>
10834
10835 * gdb.base/fileio.exp: Make directories on host.
10836
0ea4d52e
YQ
108372014-10-29 Yao Qi <yao@codesourcery.com>
10838
10839 * gdb.base/fileio.c (test_write): Close the file.
10840
7f5ef605
PA
108412014-10-28 Pedro Alves <palves@redhat.com>
10842
10843 PR gdb/12623
10844 * gdb.base/sigstep.c (no_handler): New global.
10845 (main): If 'no_handler is true, set the signal handlers to
10846 SIG_IGN.
10847 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
10848 with_sw_watch and no_handler parameters. Handle them.
10849 (top level) <stepping over handler when stopped at a breakpoint
10850 test>: Add a test axis for testing with a software watchpoint, and
10851 another for testing with the signal handler set to SIG_IGN.
10852 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
10853 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
10854
abbdbd03
PA
108552014-10-28 Pedro Alves <palves@redhat.com>
10856
10857 PR gdb/17511
10858 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
10859 * gdb.base/sigstep.exp (other_handler_location): New global.
10860 (advance): Support stepping into the signal handler, and running
10861 commands while in the handler.
10862 (in_handler_map): New global.
10863 (top level): In the advance test, add combinations for getting
10864 into the handler with stepping commands, and for running commands
10865 in the handler. Add comment descripting the advancei tests.
10866
1df4399f
PA
108672014-10-28 Pedro Alves <palves@redhat.com>
10868
10869 * gdb.base/sigstep.exp: Use build_executable instead of
10870 prepare_for_testing.
10871 (top level): Move code that starts GDB, runs to main and creates a
10872 display to ...
10873 (restart): ... this new procedure.
10874 (top level): Move backtrace from signal handler test to ...
10875 (validate_backtrace): ... this new procedure.
10876 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
10877 with_test_prefix. Always restart GDB.
10878 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
10879 with_test_prefix. Always restart GDB. No need to delete
10880 breakpoints after the test.
10881 (test_skip_handler): Remove prefix parameter.
10882 (skip_over_handler, breakpoint_to_handler)
10883 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
10884 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
10885 restart GDB. No need to delete breakpoints after the test.
10886 (top level): Use foreach to call the test procedures with
10887 different commands.
10888
a5b6e449
PA
108892014-10-28 Pedro Alves <palves@redhat.com>
10890
10891 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
10892 instead of GNATS numbers.
10893 * gdb.base/sigbpt.exp: Likewise.
10894 * gdb.base/siginfo.exp: Likewise.
10895 * gdb.base/sigstep.exp: Likewise.
10896
e5f8a7cc
PA
108972014-10-27 Pedro Alves <palves@redhat.com>
10898
10899 * gdb.base/sigstep.c (dummy): New global.
10900 (main): Issue a couple writes to the new global.
10901 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
10902 procedures.
10903 (skip_over_handler): Use test_skip_handler.
10904 (top level): Call skip_over_handler for stepi and nexti too.
10905 (breakpoint_over_handler): Use test_skip_handler.
10906 (top level): Call breakpoint_over_handler for stepi and nexti too.
10907
763905a3
YQ
109082014-10-27 Yao Qi <yao@codesourcery.com>
10909
10910 * gdb.trace/tfile.c (adjust_function_address)
10911 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
10912 function descriptor.
10913
6f259a23
DB
109142014-10-24 Don Breazeal <donb@codesourcery.com>
10915
10916 * gdb.base/foll-fork.exp (test_follow_fork,
10917 catch_fork_child_follow): Check for updated fork messages emitted
10918 from infrun.c.
10919 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
10920 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
10921 vfork_and_exec_child_follow_through_step): Check for updated vfork
10922 messages emitted from infrun.c.
10923
09dd9a69
PA
109242014-10-24 Pedro Alves <palves@redhat.com>
10925
10926 * gdb.base/corefile.exp: Remove references to ultrix.
10927 * gdb.base/interrupt.exp: Likewise.
10928 * gdb.base/whatis.exp: Likewise.
10929 * gdb.gdb/selftest.exp: Likewise.
10930 * gdb.threads/manythreads.exp: Likewise.
10931 * gdb.threads/print-threads.exp: Likewise.
10932 * gdb.threads/pthreads.exp:: Likewise.
10933 * gdb.threads/schedlock.exp: Likewise.
10934
3433cfa5
SC
109352014-10-24 Siva Chandra Reddy <sivachandra@google.com>
10936
10937 * gdb.cp/non-trivial-retval.cc: Add a test case.
10938 * gdb.cp/non-trivial-retval.exp: Add a test.
10939
092f880b
YQ
109402014-10-20 Yao Qi <yao@codesourcery.com>
10941
10942 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
10943 * gdb.python/py-objfile-script-gdb.py: New file.
10944 * gdb.python/py-objfile-script.exp: Update reference to
10945 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
10946 of remote_download. Remove the dest file.
10947
acbdb7f3
YQ
109482014-10-20 Yao Qi <yao@codesourcery.com>
10949
10950 * gdb.base/checkpoint.exp: Don't remove file copied on host.
10951 * gdb.base/step-line.exp: Likewise.
10952 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
10953 * gdb.dwarf2/dw2-basic.exp: Likewise.
10954 * gdb.dwarf2/dw2-compressed.exp: Likewise.
10955 * gdb.dwarf2/dw2-filename.exp: Likewise.
10956 * gdb.dwarf2/dw2-intercu.exp: Likewise.
10957 * gdb.dwarf2/dw2-intermix.exp: Likewise.
10958 * gdb.dwarf2/dw2-producer.exp: Likewise.
10959 * gdb.dwarf2/mac-fileno.exp: Likewise.
10960 * gdb.python/py-frame-args.exp: Likewise.
10961 * gdb.python/py-framefilter.exp: Likewise.
10962 * gdb.python/py-mi.exp: Likewise.
10963 * gdb.python/py-objfile-script.exp: Likewise
10964 * gdb.python/py-pp-integral.exp: Likewise.
10965 * gdb.python/py-pp-re-notag.exp: Likewise.
10966 * gdb.python/py-prettyprint.exp: Likewise.
10967 * gdb.python/py-section-script.exp: Likewise.
10968 * gdb.python/py-typeprint.exp: Likewise.
10969 * gdb.python/py-xmethods.exp: Likewise.
10970 * gdb.stabs/weird.exp: Likewise.
10971 * gdb.xml/tdesc-regs.exp: Likewise.
10972
bd286a29
KCY
109732014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
10974
10975 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
10976 (out_cu): Use addr_len for the size of addresses.
10977 (out_line): Likewise. Size DW_LNE_set_address instruction
10978 according to addr_len.
10979 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
10980 (FUNC): Add START_INSNS to definition.
10981
673dc4a0
YQ
109822014-10-18 Yao Qi <yao@codesourcery.com>
10983
10984 * gdb.base/argv0-symlink.exp: Check argv[0] value if
10985 gdb_has_argv0 return true.
10986 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
10987 check [target_info exists noargs], check [gdb_has_argv0]
10988 instead.
10989 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
10990 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
10991 procedures.
10992
4ffbba72
DE
109932014-10-17 Doug Evans <dje@google.com>
10994
10995 * gdb.python/py-events.exp: Update expected output for clear_objfiles
10996 event.
10997 * gdb.python/py-events.py: Add clear_objfiles event.
10998
d096d8c1
DE
109992014-10-17 Doug Evans <dje@google.com>
11000
11001 * gdb.python/py-objfile.exp: Test progspace attribute.
11002
a80db015
LM
110032014-10-17 Luis Machado <lgustavo@codesourcery.com>
11004
11005 * gdb.guile/scm-breakpoint.exp: Do not assume any
11006 directory separators when matching source file paths.
11007 * gdb.python/py-breakpoint.exp: Likewise.
11008 * gdb.reverse/break-precsave.exp: Likewise.
11009 * gdb.reverse/break-reverse.exp: Likewise.
11010 * gdb.reverse/consecutive-precsave.exp: Likewise.
11011 * gdb.reverse/finish-precsave.exp: Likewise.
11012 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
11013 * gdb.reverse/finish-reverse.exp: Likewise.
11014 * gdb.reverse/i386-precsave.exp: Likewise.
11015 * gdb.reverse/i387-env-reverse.exp: Likewise.
11016 * gdb.reverse/i387-stack-reverse.exp: Likewise.
11017 * gdb.reverse/machinestate-precsave.exp: Likewise.
11018 * gdb.reverse/machinestate.exp: Likewise.
11019 * gdb.reverse/sigall-precsave.exp: Likewise.
11020 * gdb.reverse/solib-precsave.exp: Likewise.
11021 * gdb.reverse/step-precsave.exp: Likewise.
11022 * gdb.reverse/until-precsave.exp: Likewise.
11023 * gdb.reverse/watch-precsave.exp: Likewise.
11024 * gdb.reverse/watch-reverse.exp: Likewise.
11025
b22089ab
YQ
110262014-10-17 Yao Qi <yao@codesourcery.com>
11027
11028 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
11029 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
11030
6c4486e6
PA
110312014-10-17 Pedro Alves <palves@redhat.com>
11032
11033 PR gdb/17471
11034 * gdb.base/bg-execution-repeat.c: New file.
11035 * gdb.base/bg-execution-repeat.exp: New file.
11036
0ff33695
PA
110372014-10-17 Pedro Alves <palves@redhat.com>
11038
11039 PR gdb/17300
11040 * gdb.base/continue-all-already-running.c: New file.
11041 * gdb.base/continue-all-already-running.exp: New file.
11042
6fdebc3d
PA
110432014-10-17 Pedro Alves <palves@redhat.com>
11044
11045 PR gdb/17472
11046 * gdb.base/annota-input-while-running.c: New file.
11047 * gdb.base/annota-input-while-running.exp: New file.
11048
32a8097b
PA
110492014-10-17 Pedro Alves <palves@redhat.com>
11050
11051 * gdb.base/callfuncs.exp: emove references to osf.
11052 * gdb.base/sigall.exp: Likewise.
11053 * gdb.gdb/selftest.exp: Likewise.
11054 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
11055 * gdb.mi/non-stop.c: Likewise.
11056 * gdb.mi/pthreads.c: Likewise.
11057 * gdb.reverse/sigall-precsave.exp: Likewise.
11058 * gdb.reverse/sigall-reverse.exp: Likewise.
11059 * gdb.threads/pthreads.c: Likewise.
11060 * gdb.threads/pthreads.exp: Likewise.
11061
7a3517ff
YQ
110622014-10-17 Yao Qi <yao@codesourcery.com>
11063
11064 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
11065 check 'target_info exists noargs'.
11066 (test_command_prompt_position): Likewise.
11067 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
11068 Remove "set args".
11069 (progvar_simple_while_test): Likewise.
11070 (progvar_complex_if_while_test): Likewise.
11071 (if_while_breakpoint_command_test): Likewise.
11072 (infrun_breakpoint_command_test): Likewise.
11073 (breakpoint_command_test): Likewise.
11074 (watchpoint_command_test): Likewise.
11075 (bp_deleted_in_command_test): Likewise.
11076 (temporary_breakpoint_commands): Likewise.
11077
bb99c472
YQ
110782014-10-16 Yao Qi <yao@codesourcery.com>
11079
11080 * gdb.base/remotetimeout.exp: Remove noargs checking.
11081
7c16b83e
PA
110822014-10-15 Pedro Alves <palves@redhat.com>
11083
11084 PR breakpoints/9649
11085 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
11086 * gdb.base/breakpoint-in-ro-region.exp
11087 (probe_target_hardware_step): New procedure.
11088 (top level): Probe hardware stepping and hardware breakpoint
11089 support. Test stepping through a read-only region, with both
11090 "breakpoint auto-hw" on and off and both "always-inserted" on and
11091 off.
11092
35a49624
IB
110932014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
11094
11095 * gdb.dlang/demangle.exp: Update for demangling changes.
11096
2d1c107c
SC
110972014-10-15 Siva Chandra Reddy <sivachandra@google.com>
11098
11099 * gdb.cp/non-trivial-retval.cc: Add new test cases.
11100 * gdb.cp/non-trivial-retval.exp: Add new tests.
11101
778811d5
SC
111022014-10-15 Siva Chandra Reddy <sivachandra@google.com>
11103
11104 PR c++/13403
11105 PR c++/15154
11106 * gdb.cp/non-trivial-retval.cc: New file.
11107 * gdb.cp/non-trivial-retval.exp: New file.
11108
10c5f0a8
YQ
111092014-10-15 Yao Qi <yao@codesourcery.com>
11110
11111 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
11112 remote host.
11113
65d7b369
YQ
111142014-10-15 Yao Qi <yao@codesourcery.com>
11115
11116 * gdb.python/py-symbol.exp: Match file base name if host is
11117 remote, otherwise match file name with dir name.
11118 * gdb.python/py-symtab.exp: Likewise.
11119 * gdb.python/python.exp: Likewise.
11120
46dc1394
YQ
111212014-10-15 Yao Qi <yao@codesourcery.com>
11122
11123 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
11124 pattern.
11125 * gdb.python/py-symtab.exp: Likewise.
11126 * gdb.python/python.exp: Remove trailing ".*". Fix typo
11127 locationn.
11128
c40cc657
JB
111292014-10-14 Joel Brobecker <brobecker@adacore.com>
11130
11131 * gdb.ada/addr_arith: New testcase.
11132
2abf49e1
MR
111332014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
11134
11135 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
11136 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
11137 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
11138 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
11139
f7088df3
SDJ
111402014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
11141
11142 * gdb.arch/stap-eval-lang-ada.S: Likewise.
11143 * gdb.arch/stap-eval-lang-ada.c: Likewise.
11144 * gdb.arch/stap-eval-lang-ada.exp: New file.
11145
4dc06805
YQ
111462014-10-14 Yao Qi <yao@codesourcery.com>
11147
11148 * gdb.mi/mi-var-child.c (nothing1): New function.
11149 (nothing2): New function.
11150 (do_children_tests): Set function pointers by nothing1 and
11151 nothing2.
11152 * gdb.mi/mi-var-child.exp: Step over new added statements.
11153 Update test to match the new output.
11154 * gdb.mi/var-cmd.c (nothing1): New function.
11155 (nothing2): New function.
11156 (do_children_tests): Set function pointers by nothing1 and
11157 nothing2.
11158 * gdb.mi/mi-var-display.exp: Update test to match output.
11159 Step to the line specified by $line_dct_nothing.
11160 Increase the number of lines to step.
11161
46a93de2
YQ
111622014-10-14 Yao Qi <yao@codesourcery.com>
11163
11164 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
11165 tests.
11166 * gdb.mi/mi2-var-child.exp: Likewise.
11167
14ea52ee
DE
111682014-10-13 Doug Evans <dje@google.com>
11169
11170 * gdb.python/py-objfile.exp: Change name of file name test.
11171
e5c6e92b
DE
111722014-10-13 Doug Evans <dje@google.com>
11173
11174 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
11175 from the start of the CU.
11176
c780cc2f
JK
111772014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11178 Yao Qi <yao@codesourcery.com>
11179
11180 Fix "save breakpoints" for "catch" command.
11181 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
11182 Remove -nonewline. Match also the added "main" line.
11183
99894e11
JK
111842014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11185
11186 Fix "save breakpoints" for "disable $bpnum" command.
11187 * gdb.base/save-bp.c (main): Add label.
11188 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
11189
6e1ac5a3
JK
111902014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11191
11192 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
11193
754dd2b0
YQ
111942014-10-11 Yao Qi <yao@codesourcery.com>
11195
11196 * gdb.server/server-kill.exp: Execute command
11197 "set remote trace-status-packet on" before "tstatus".
11198
f90183d7
YQ
111992014-10-11 Yao Qi <yao@codesourcery.com>
11200
11201 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
11202 (main): Call getppid.
11203 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
11204 and continue to it. Read variable "server_pid".
11205
bf40a607
YQ
112062014-10-11 Yao Qi <yao@codesourcery.com>
11207
11208 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
11209
052ca370
YQ
112102014-10-11 Yao Qi <yao@codesourcery.com>
11211
11212 * gdb.threads/thread-find.exp: Don't execute command
11213 "info threads".
11214 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
11215 * gdb.threads/linux-dp.exp: Don't check the condition
11216 $threads_created equals to zero.
11217
3831839c
PA
112182014-10-10 Pedro Alves <palves@redhat.com>
11219
11220 * gdb.base/bigcore.exp: Remove references to IRIX.
11221 * gdb.base/funcargs.exp: Likewise.
11222 * gdb.base/interrupt.exp: Likewise.
11223 * gdb.base/mips_pro.exp: Likewise.
11224 * gdb.base/nodebug.exp: Likewise.
11225 * gdb.base/setvar.exp: Likewise.
11226 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
11227
8b9a549d
PA
112282014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11229 Pedro Alves <palves@redhat.com>
11230
11231 PR symtab/14466
11232 * gdb.base/vdso-warning.c: New file.
11233 * gdb.base/vdso-warning.exp: New file.
11234
d48ba5e8
DE
112352014-10-02 Doug Evans <dje@google.com>
11236
11237 * gdb.base/structs.c (main): Don't run forever.
11238
2278c276
PA
112392014-10-02 Pedro Alves <palves@redhat.com>
11240
11241 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
11242 (top level) <stop threads 1, stop threads 2>: Use it.
11243
b57bacec
PA
112442014-10-02 Pedro Alves <palves@redhat.com>
11245
11246 * gdb.threads/break-while-running.exp (test): Add new
11247 'update_thread_list' argument. Skip "info threads" if false.
11248 (top level): Add new 'update_thread_list' axis.
11249
13fd3ff3
PA
112502014-10-02 Pedro Alves <palves@redhat.com>
11251
11252 PR breakpoints/17431
11253 * gdb.base/execl-update-breakpoints.c: New file.
11254 * gdb.base/execl-update-breakpoints.exp: New file.
11255
0fec99e8
PA
112562014-10-01 Pedro Alves <palves@redhat.com>
11257
11258 * gdb.base/breakpoint-in-ro-region.c: New file.
11259 * gdb.base/breakpoint-in-ro-region.exp: New file.
11260
2ddf4301
SM
112612014-10-01 Simon Marchi <simon.marchi@ericsson.com>
11262
11263 * gdb.mi/mi-exit-code.exp: New file.
11264 * gdb.mi/mi-exit-code.c: New file.
11265
6a5f3f43
YQ
112662014-09-30 Yao Qi <yao@codesourcery.com>
11267
11268 * lib/prelink-support.exp (build_executable_own_libs): Error if
11269 the target isn't native.
11270
345bcc73
YQ
112712014-09-30 Yao Qi <yao@codesourcery.com>
11272
11273 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
11274 false.
11275
a25a5a45
PA
112762014-09-22 Pedro Alves <palves@redhat.com>
11277
11278 * gdb.threads/break-while-running.exp: New file.
11279 * gdb.threads/break-while-running.c: New file.
11280
00ba3162
YQ
112812014-09-19 Yao Qi <yao@codesourcery.com>
11282
11283 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
11284 Invoke test. Restart GDB with --readnow and invoke test again.
11285
c3b7b696
YQ
112862014-09-19 Yao Qi <yao@codesourcery.com>
11287
11288 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
11289 proc set_breakpoint_on_gcd_function. Invoke
11290 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
11291 invoke set_breakpoint_on_gcd_function again.
11292
2b4fd423
DE
112932014-09-18 Doug Evans <dje@google.com>
11294
11295 * gdb.dwarf2/symtab-producer.exp: New file.
11296
a5947601
SDJ
112972014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
11298
11299 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
11300 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
11301 * gdb.base/global-var-nested-by-dso.c: Likewise.
11302 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11303
91c19059
SDJ
113042014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
11305 Pedro Alves <palves@redhat.com>
11306
11307 * gdb.base/watch-bitfields.exp: Pass string other than test file
11308 name to prepare_for_testing.
11309 (watch): New procedure.
11310 (expect_watchpoint): Use with_test_prefix.
11311 (top level): Factor out tests to ...
11312 (test_watch_location, test_regular_watch): ... these new
11313 procedures, and use with_test_prefix and gdb_continue_to_end.
11314
bb9d5f81
PP
113152014-09-16 Patrick Palka <patrick@parcs.ath.cx>
11316
11317 PR breakpoints/12526
11318 * gdb.base/watch-bitfields.exp: New file.
11319 * gdb.base/watch-bitfields.c: New file.
11320
635856f5
PA
113212014-09-16 Pedro Alves <palves@redhat.com>
11322
11323 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
11324 software and hardware addresses, not software address against
11325 itself.
11326
7280ceea
PA
113272014-09-16 Pedro Alves <palves@redhat.com>
11328
11329 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
11330 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
11331
428b16bd
PA
113322014-09-16 Pedro Alves <palves@redhat.com>
11333
11334 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
11335 files.
11336 * gdb.base/a2-run.exp: Remove all code guarded by istarget
11337 "*-*-vxworks*" throughout.
11338 * gdb.base/break.exp: Likewise.
11339 * gdb.base/default.exp: Likewise.
11340 * gdb.base/scope.exp: Likewise.
11341 * gdb.base/sepdebug.exp: Likewise.
11342 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
11343 throughout.
11344 * gdb.base/run.c: Likewise.
11345 * gdb.base/sepdebug.c: Likewise.
11346 * gdb.hp/gdb.aCC/run.c: Likewise.
11347 * gdb.reverse/until-reverse.c: Likewise.
11348 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
11349
666d413c
YQ
113502014-09-16 Yao Qi <yao@codesourcery.com>
11351
11352 * boards/local-remote-host-native.exp: New file.
11353
57cbd724
DE
113542014-09-14 Doug Evans <xdje42@gmail.com>
11355
11356 * gdb.threads/queue-signal.c (thread_count): New variable.
11357 (thread_count_mutex, thread_count_condvar): New variables.
11358 (incr_thread_count, wait_all_threads_running): New functions.
11359 (main): Wait for all threads to be in their thread functions.
11360
81219e53
DE
113612014-09-13 Doug Evans <xdje42@gmail.com>
11362
11363 * gdb.threads/queue-signal.c: New file.
11364 * gdb.threads/queue-signal.exp: New file.
11365
3714cea7
DE
113662014-09-13 Doug Evans <xdje42@gmail.com>
11367
11368 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
11369 be consistent with what default_gdb_init uses.
11370 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
11371 the plain text of the prompt. Add some logging printfs.
11372 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
11373
fa43b1d7
PA
113742014-09-12 Pedro Alves <palves@redhat.com>
11375
11376 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
11377 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
11378 * gdb.arch/i386-size-overlap.exp: Likewise.
11379 * gdb.arch/i386-size.exp: Likewise.
11380 * gdb.arch/i386-unwind.exp: Likewise.
11381 * gdb.base/a2-run.exp: Likewise.
11382 * gdb.base/break.exp: Likewise.
11383 * gdb.base/charset.exp: Likewise.
11384 * gdb.base/chng-syms.exp: Likewise.
11385 * gdb.base/commands.exp: Likewise.
11386 * gdb.base/dbx.exp: Likewise.
11387 * gdb.base/find.exp: Likewise.
11388 * gdb.base/funcargs.exp: Likewise.
11389 * gdb.base/jit-simple.exp: Likewise.
11390 * gdb.base/reread.exp: Likewise.
11391 * gdb.base/sepdebug.exp: Likewise.
11392 * gdb.base/step-bt.exp: Likewise.
11393 * gdb.cp/mb-inline.exp: Likewise.
11394 * gdb.cp/mb-templates.exp: Likewise.
11395 * gdb.objc/basicclass.exp: Likewise.
11396 * gdb.threads/killed.exp: Likewise.
11397
9d9bf2df
EBM
113982014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11399
11400 PR tdep/17379
11401 * gdb.arch/powerpc-stackless.S: New file.
11402 * gdb.arch/powerpc-stackless.exp: New file.
11403
1cf2f1b0
JK
114042014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11405
11406 * gdb.base/attach.c: Include unistd.h.
11407 (main): Call alarm. Add label postloop.
11408 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
11409 gdb_breakpoint, gdb_continue_to_breakpoint.
11410 (test_command_line_attach_run): Kill ${testpid} in one exit path.
11411
98880d46
PA
114122014-09-11 Pedro Alves <palves@redhat.com>
11413
11414 PR gdb/17347
11415 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
11416 * gdb.base/attach.exp (test_command_line_attach_run): New
11417 procedure.
11418 (top level): Call it.
11419
4c92ff2c
PA
114202014-09-11 Pedro Alves <palves@redhat.com>
11421
11422 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
11423 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
11424 (do_command_attach_tests): Use spawn_wait_for_attach.
11425 * gdb.base/solib-overlap.exp: Likewise.
11426 * gdb.multi/multi-attach.exp: Likewise.
11427 * gdb.python/py-prompt.exp: Likewise.
11428 * gdb.python/py-sync-interp.exp: Likewise.
11429 * gdb.server/ext-attach.exp: Likewise.
11430
3adc1a7d
GKB
114312014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
11432
11433 * gdb.fortran/array-element.exp: Remove unexpected "continue"
11434 command in testcase. Simplify testcase.
11435
96334934
JB
114362014-09-10 Joel Brobecker <brobecker@adacore.com>
11437
11438 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
11439
eb479039
JB
114402014-09-10 Joel Brobecker <brobecker@adacore.com>
11441
11442 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
11443
deede10c
JB
114442014-09-10 Joel Brobecker <brobecker@adacore.com>
11445
11446 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
11447
7828a5f5
JB
114482014-09-10 Joel Brobecker <brobecker@adacore.com>
11449
11450 * gdb.dwarf2/dynarr-ptr.c: New file.
11451 * gdb.dwarf2/dynarr-ptr.exp: New file.
11452
33aeebcf
MR
114532014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11454
11455 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
11456 of 30 rather than hardcoding 120 for a slow test case. Take the
11457 `gdb,timeout' target setting into account for this calculation.
11458 Don't extend the timeout for the test cases that don't need it.
11459
7b415901
MR
114602014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11461
11462 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
11463 a factor of 2 for a slow test case. Take the `gdb,timeout'
11464 target setting into account for this calculation.
11465 * gdb.reverse/until-precsave.exp: Increase the timeout by
11466 a factor of 15 and 3 respectively rather than adding 120
11467 for a pair of slow test cases. Take the `gdb,timeout'
11468 target setting into account for this calculation.
11469
4a40f85a
MR
114702014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11471
11472 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
11473 timeout, don't pass one down to gdb_expect.
11474 (gdb_expect): Rework timeout selection.
11475
09635af7
MR
114762014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11477
11478 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
11479 exception on timeout.
11480 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
11481 (gdbserver_start_extended): Catch any `gdbserver_start' error
11482 exceptions.
11483 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
11484 * lib/mi-support.exp (mi_gdb_target_load): Catch any
11485 `gdbserver_gdb_load' error exceptions.
11486
2bdd10b7
MR
114872014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11488
11489 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
11490 120 on waiting for the TCP socket to open.
11491
316935f0
DE
114922014-09-09 Doug Evans <xdje42@gmail.com>
11493
11494 * gdb.base/default.exp (show_conv_list): Add _caller_is,
11495 _caller_matches, _any_caller_is, _any_caller_matches.
11496
83740597
DE
114972014-09-09 Doug Evans <xdje42@gmail.com>
11498
11499 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
11500
4c122fc3
YQ
115012014-09-09 Yao Qi <yao@codesourcery.com>
11502
11503 * gdb.mi/mi-var-display.exp: Set print symbol off.
11504
a9f116cb
GKB
115052014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
11506
11507 PR gdb/17035
11508 * gdb.base/commands.exp: Add tests to verify user-defined
11509 commands with empty bodies.
11510 * gdb.python/py-cmd.exp: Test that we don't show user-defined
11511 python commands in `show user command`.
11512 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
11513 scheme commands in `show user command`.
11514
c75bd3a2
JK
115152014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11516
11517 PR python/17355
11518 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
11519 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
11520 * gdb.python/py-framefilter-invalidarg.exp: New file.
11521 * gdb.python/py-framefilter-invalidarg.py: New file.
11522
faa42425
DE
115232014-09-06 Doug Evans <xdje42@gmail.com>
11524
11525 PR 15276
11526 * gdb.python/py-caller-is.c: New file.
11527 * gdb.python/py-caller-is.exp: New file.
11528
474ca4f6
SDJ
115292014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
11530
11531 PR gdb/17235
11532 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
11533 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
11534
eb0b0463
SDJ
115352014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
11536
11537 PR fortran/17237
11538 * gdb.fortran/print-formatted.exp: New file.
11539 * gdb.fortran/print-formatted.f90: Likewise.
11540
5f3b99cf
SS
115412014-09-03 Sasha Smundak <asmundak@google.com>
11542
11543 * gdb.python/py-frame.exp: Test Frame.read_register.
11544
7d793aa9
SDJ
115452014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
11546
11547 PR python/16699
11548 * gdb.python/py-completion.exp: New file.
11549 * gdb.python/py-completion.py: Likewise.
11550
fb0576e9
DE
115512014-08-28 Doug Evans <dje@google.com>
11552
11553 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
11554 eax,etc. are live with values set by gdb and thus the compiler can't
11555 use them.
11556 * gdb.arch/i386-pseudo.c (main): Ditto.
11557
ee92b0dd
DE
115582014-08-27 Doug Evans <dje@google.com>
11559
11560 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
11561
6649db35
DE
115622014-08-25 Doug Evans <dje@google.com>
11563
11564 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
11565 (main): Ditto.
11566
564b7600
DE
115672014-08-25 Doug Evans <dje@google.com>
11568
11569 * gdb.threads/thread-execl.exp: #include <stdio.h>.
11570
3881fb67
YQ
115712014-08-24 Yao Qi <yao@codesourcery.com>
11572
11573 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
11574 symbol off.
11575 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
11576
a05a36a5
DE
115772014-08-22 Doug Evans <dje@google.com>
11578
11579 PR 17276
11580 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
11581 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
11582 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
11583
7c343b48
YQ
115842014-08-22 Yao Qi <yao@codesourcery.com>
11585
11586 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
11587 * gdb.python/py-finish-breakpoint2.exp: Likewise.
11588 * gdb.python/python.exp: Likewise. Use .py file on the host
11589 instead of the build.
11590
22fd09ae
JK
115912014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11592
11593 * gdb.threads/gcore-stale-thread.c: New file.
11594 * gdb.threads/gcore-stale-thread.exp: New file.
11595
a8454a7c
PA
115962014-08-21 Pedro Alves <palves@redhat.com>
11597
11598 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
11599 * gdb.base/gcore-relro-pie.exp: Likewise.
11600 * gdb.base/gcore-relro.exp: Likewise.
11601 * gdb.base/gcore.exp: Likewise.
11602 * gdb.base/print-symbol-loading.exp: Likewise.
11603 * gdb.threads/gcore-thread.exp: Likewise.
11604 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
11605
2a31c623
PA
116062014-08-20 Pedro Alves <palves@redhat.com>
11607 Jan Kratochvil <jan.kratochvil@redhat.com>
11608
11609 * Makefile.in (EXTRA_RULES, CC): New variables, get from
11610 configure.
11611 (EXPECT): Handle READ1 being set.
11612 (all): Depend on EXTRA_RULES.
11613 (check-read1, expect-read1, read1.so, read1): New rules.
11614 * README (Testsuite Parameters): Document the READ1 make variable.
11615 (Race detection): New section.
11616 * configure: Regenerate.
11617 * configure.ac: If build==host==target, and running under a
11618 GNU/glibc system, add read1 to the extra Makefile rules.
11619 (EXTRA_RULES): AC_SUBST it.
11620 * lib/read1.c: New file.
11621
d36430db
JB
116222014-08-20 Joel Brobecker <brobecker@adacore.com>
11623
11624 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
11625 the handling of variables declared as a typedef to an array
11626 which a DW_AT_data_location attribute.
11627
9a0dc9e3
PA
116282014-08-19 Andrew Burgess <aburgess@broadcom.com>
11629 Pedro Alves <palves@redhat.com>
11630
11631 PR symtab/14604
11632 PR symtab/14605
11633 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
11634 gdb_test.
11635
0718a8da
PA
116362014-08-19 Pedro Alves <palves@redhat.com>
11637
11638 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
11639
13b448cd
YQ
116402014-08-19 Yao Qi <yao@codesourcery.com>
11641
11642 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
11643 right line.
11644
1cbf5077
DB
116452014-08-18 David Blaikie <dblaikie@gmail.com>
11646
11647 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
11648
bf0fae19
JB
116492014-08-18 Joel Brobecker <brobecker@adacore.com>
11650
11651 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
11652 attribute in array range.
11653
3c8c5dcc
JB
116542014-08-18 Joel Brobecker <brobecker@adacore.com>
11655
11656 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
11657
e66d4446
SC
116582014-08-15 Siva Chandra Reddy <sivachandra@google.com>
11659
11660 PR c++/17132
11661 * gdb.cp/pr17132.cc: New file.
11662 * gdb.cp/pr17132.exp: New file.
11663
940df408
SC
116642014-08-15 Siva Chandra Reddy <sivachandra@google.com>
11665
11666 * gdb.python/py-xmethods.py (A_getarrayind)
11667 (E_method_char_worker.__call__, E_method_int_worker.__call__):
11668 Use 'print' with function call syntax.
11669 (E_method_matcher.match): Fix tab vs space indentation mixup.
11670
ebcc6c3a
YQ
116712014-08-15 Yao Qi <yao@codesourcery.com>
11672
11673 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
11674 false.
11675
775e0f04
YQ
116762014-08-15 Yao Qi <yao@codesourcery.com>
11677
11678 * gdb.cp/casts.exp: Set print symbol off.
11679 * gdb.cp/class2.exp: Likewise.
11680 * gdb.cp/overload.exp: Likewise.
11681 * gdb.cp/templates.exp: Likewise.
11682
d769e349
DE
116832014-08-11 Doug Evans <dje@google.com>
11684
11685 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
11686 (test_load_shlib): Update.
11687
20c6f1e1
YQ
116882014-08-09 Yao Qi <yao@codesourcery.com>
11689
11690 * gdb.base/display.exp: Invoke is_address_zero_readable.
11691 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
11692 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
11693 * gdb.base/hbreak-unmapped.exp: Return if
11694 is_address_zero_readable returns true.
11695 * gdb.base/signest.exp: Likewise.
11696 * gdb.base/signull.exp: Likewise.
11697 * gdb.base/sigbpt.exp: Likewise.
11698 * gdb.guile/scm-disasm.exp: Do the test if
11699 is_address_zero_readable returns false.
11700 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
11701 * gdb.python/py-arch.exp: Likewise.
11702 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
11703 * lib/gdb.exp (is_address_zero_readable): New proc.
11704
5792e8e3
YQ
117052014-08-09 Yao Qi <yao@codesourcery.com>
11706
11707 PR testsuite/13443
11708 * gdb.mi/mi-var-display.exp: Make test messages unique.
11709
3cecbbbe
TT
117102014-08-04 Tom Tromey <tromey@redhat.com>
11711
11712 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
11713 target 0".
11714
00b51ff5
TT
117152014-08-04 Tom Tromey <tromey@redhat.com>
11716
11717 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
11718 "target_resume".
11719
6908c509
JB
117202014-08-01 Joel Brobecker <brobecker@adacore.com>
11721
11722 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
11723 inner_vla_struct_object_size.
11724 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
11725 as xfail.
11726
cc6563d2
PA
117272014-07-30 Pedro Alves <palves@redhat.com>
11728
11729 * gdb.threads/signal-command-handle-nopass.exp (test): Add
11730 comment.
11731
7e09a223
YQ
117322014-07-29 Yao Qi <yao@codesourcery.com>
11733
11734 PR gdb/17206
11735 * gdb.base/until-nodebug.exp: New.
11736
7ebdbe92
DE
117372014-07-28 Doug Evans <xdje42@gmail.com>
11738
11739 PR guile/17203
11740 * gdb.guile/scm-parameter.exp: Add tests for trying to create
11741 previously existing parameter, and previously ambiguously spelled
11742 parameter.
11743
fdb1adc6
WN
117442014-07-28 Will Newton <will.newton@linaro.org>
11745
11746 * gdb.base/varargs.exp: Remove KFAILs for ARM.
11747
186fcde0
DE
117482014-07-26 Ludovic Courtès <ludo@gnu.org>
11749 Doug Evans <xdje42@gmail.com>
11750
11751 PR guile/17146
11752 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
11753
70509625
PA
117542014-07-25 Pedro Alves <palves@redhat.com>
11755
11756 * gdb.threads/signal-command-handle-nopass.c: New file.
11757 * gdb.threads/signal-command-handle-nopass.exp: New file.
11758 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
11759 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
11760 * gdb.threads/signal-delivered-right-thread.c: New file.
11761 * gdb.threads/signal-delivered-right-thread.exp: New file.
11762
c3f814a1
PA
117632014-07-25 Pedro Alves <palves@redhat.com>
11764
11765 * gdb.base/double-prompt-target-event-error.exp
11766 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
11767 match.
11768 (cancel_pagination_in_target_event): Rework double prompt
11769 detection.
11770 * gdb.base/paginate-after-ctrl-c-running.exp
11771 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
11772 <return>' match.
11773 * gdb.base/paginate-bg-execution.exp
11774 (test_bg_execution_pagination_return)
11775 (test_bg_execution_pagination_cancel): Remove '-notransfer
11776 <return>' matches.
11777 * gdb.base/paginate-execution-startup.exp
11778 (test_fg_execution_pagination_return)
11779 (test_fg_execution_pagination_cancel): Remove '-notransfer
11780 <return>' matches.
11781 * gdb.base/paginate-inferior-exit.exp
11782 (test_paginate_inferior_exited): Remove '-notransfer <return>'
11783 match.
11784 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
11785 * lib/gdb.exp (pagination_prompt): Run text through
11786 string_to_regexp.
11787 (gdb_test_multiple): Match $pagination_prompt instead of
11788 "<return>".
11789 (string_to_regexp): Move to lib/gdb-utils.exp.
11790
e214cf6c
JK
117912014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11792
11793 * gdb.arch/amd64-entry-value-paramref.S: New file.
11794 * gdb.arch/amd64-entry-value-paramref.cc: New file.
11795 * gdb.arch/amd64-entry-value-paramref.exp: New file.
11796 * gdb.arch/amd64-optimout-repeat.S: New file.
11797 * gdb.arch/amd64-optimout-repeat.c: New file.
11798 * gdb.arch/amd64-optimout-repeat.exp: New file.
11799
17d0c5c8
JK
118002014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11801
11802 PR gdb/17170
11803 * gdb.base/statistics.exp: New file.
11804
b8b8facf
DE
118052014-07-17 Doug Evans <dje@google.com>
11806
74b49205 11807 PR gdb/17170
b8b8facf
DE
11808 * gdb.base/maint.exp: Update testing of per-command stats.
11809
1b5d0ab3
PA
118102014-07-16 Pedro Alves <palves@redhat.com>
11811
11812 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
11813 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
11814 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
11815 (tfile_write_buf): New functions.
11816 (add_memory_block): Rewrite using the above.
11817 (adjust_function_address): New function.
11818 (FUNCTION_ADDRESS): New macro.
11819 (write_basic_trace_file): Remove short_x local, and use
11820 tfile_write_16. Change type of func_addr local to unsigned long
11821 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
11822 here. Cast argument of add_memory_block to char pointer.
11823 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
11824 (main): Remove parameters.
11825 * gdb.trace/tfile.exp: Remove nowarnings.
11826
4d974e88
SM
118272014-07-15 Simon Marchi <simon.marchi@ericsson.com>
11828
11829 * gdb.base/debug-expr.exp: Test string evaluation with
11830 "debug expression" on.
11831
41e99568
PA
118322014-07-15 Pedro Alves <palves@redhat.com>
11833
11834 * gdb.base/reread.exp: Use clean_restart.
11835
487d9753
PL
118362014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
11837
11838 * gdb.arch/avr-flash-qualifer.c: New.
11839 * gdb.arch/avr-flash-qualifer.exp: New.
11840
cc1c52ad
PA
118412014-07-14 Pedro Alves <palves@redhat.com>
11842
11843 * gdb.base/paginate-after-ctrl-c-running.c: New file.
11844 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
11845
1e973570
PA
118462014-07-14 Pedro Alves <palves@redhat.com>
11847
11848 * gdb.base/double-prompt-target-event-error.c: New file.
11849 * gdb.base/double-prompt-target-event-error.exp: New file.
11850
93d6eb10
PA
118512014-07-14 Pedro Alves <palves@redhat.com>
11852
11853 PR gdb/17072
11854 * gdb.base/paginate-inferior-exit.c: New file.
11855 * gdb.base/paginate-inferior-exit.exp: New file.
11856
0017922d
PA
118572014-07-14 Pedro Alves <palves@redhat.com>
11858
11859 PR gdb/17072
11860 * gdb.base/paginate-bg-execution.c: New file.
11861 * gdb.base/paginate-bg-execution.exp: New file.
11862
94696ad3
PA
118632014-07-14 Pedro Alves <palves@redhat.com>
11864
11865 PR gdb/17072
11866 * gdb.base/paginate-execution-startup.c: New file.
11867 * gdb.base/paginate-execution-startup.exp: New file.
11868 * lib/gdb.exp (pagination_prompt): New global.
11869 (default_gdb_spawn): New procedure, factored out from
11870 default_gdb_spawn.
11871 (default_gdb_start): Adjust to call default_gdb_spawn.
11872 (gdb_spawn): New procedure.
11873
bd293940
PA
118742014-07-14 Pedro Alves <palves@redhat.com>
11875
11876 * lib/gdb.exp (gdb_assert): New procedure.
11877 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
11878
c933f875
PA
118792014-07-14 Pedro Alves <palves@redhat.com>
11880
11881 * gdb.base/execution-termios.c: New file.
11882 * gdb.base/execution-termios.exp: New file.
11883
d98b7a16
TT
118842014-07-14 Tom Tromey <tromey@redhat.com>
11885
11886 * gdb.cp/vla-cxx.cc: New file.
11887 * gdb.cp/vla-cxx.exp: New file.
11888
548740d6
TT
118892014-07-14 Tom Tromey <tromey@redhat.com>
11890
11891 * gdb.reverse/rerun-prec.c: New file.
11892 * gdb.reverse/rerun-prec.exp: New file.
11893
a25eb028
MR
118942014-07-12 Maciej W. Rozycki <macro@mips.com>
11895 Maciej W. Rozycki <macro@codesourcery.com>
11896
11897 * lib/gdb-utils.exp: New file.
11898 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
11899 inline `gdb_init_command' processing.
11900 (gdb_start_cmd): Likewise.
11901 * lib/mi-support.exp (mi_run_cmd): Likewise.
11902 * README: Document `gdb_init_command' and `gdb_init_commands'.
11903
218c2655
JK
119042014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11905
11906 Fix false FAIL running under a very long directory name.
11907 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
11908 and "set print elements 10000". Twice.
11909
5401fde3
YQ
119102014-07-11 Yao Qi <yao@codesourcery.com>
11911
11912 * gdb.base/exprs.exp: "set print symbol off".
11913
e76126e8
PA
119142014-07-11 Pedro Alves <palves@redhat.com>
11915
11916 * gdb.threads/kill.c: New file.
11917 * gdb.threads/kill.exp: New file.
11918
2d6f0de6
YQ
119192014-07-10 Yao Qi <yao@codesourcery.com>
11920
11921 * gdb.trace/tfile.c (write_basic_trace_file)
11922 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
11923 address written to trace file.
11924
7180e04a
PA
119252014-07-09 Pedro Alves <palves@redhat.com>
11926
11927 * gdb.base/attach-wait-input.exp: New file.
11928 * gdb.base/attach-wait-input.c: New file.
11929
9a9a7608
AB
119302014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
11931
11932 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
11933 setting up test structures.
11934 (main): Call new test function.
11935 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
11936 test function, continue into test function and walk test
11937 structures.
11938
161ac41e
YQ
119392014-07-02 Yao Qi <yao@codesourcery.com>
11940
11941 * gdb.trace/entry-values.c: Define labels 'foo_start' and
11942 'bar_start' at the beginning of functions 'foo' and 'bar'
11943 respectively.
11944 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
11945 instead of 'foo' and 'bar'.
11946
1f267ae3
MM
119472014-07-08 Markus Metzger <markus.t.metzger@intel.com>
11948
11949 * gdb.btrace/segv.exp: New.
11950 * gdb.btrace/segv.c: New.
11951
2b239efb
LM
119522014-07-02 Luis Machado <lgustavo@codesourcery.com>
11953
11954 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
11955 instruction.
11956
cf363f18
MW
119572014-06-30 Mark Wielaard <mjw@redhat.com>
11958
11959 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
11960 vulture, vilify, villar): New volatile array constants.
11961 (vindictive, vegetation): New const volatile array constants.
11962 * gdb.base/volatile.exp: Test volatile and const volatile array
11963 types.
11964
aebf9d24
AA
119652014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11966
11967 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
11968 target lacks support for awatch, rwatch, or hbreak.
11969
b67a2c6f
YQ
119702014-06-27 Yao Qi <yao@codesourcery.com>
11971
11972 * gdb.multi/dummy-frame-restore.exp: New.
11973 * gdb.multi/dummy-frame-restore.c: New.
11974
aef92902
MM
119752014-06-25 Markus Metzger <markus.t.metzger@intel.com>
11976
11977 * gdb.btrace/gcore.exp: New.
11978
8e9db26e
PA
119792014-06-23 Pedro Alves <palves@redhat.com>
11980
11981 * gdb.base/watchpoint-reuse-slot.c: New file.
11982 * gdb.base/watchpoint-reuse-slot.exp: New file.
11983
70afc5b7
SC
119842014-06-23 Siva Chandra Reddy <sivachandra@google.com>
11985
11986 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
11987 progspace's filename in 'info', 'enable' and 'disable' command
11988 tests.
11989
b972bd9c
JK
119902014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
11991
11992 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
11993 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
11994 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
11995
125f8a3d
GB
119962014-06-20 Gary Benson <gbenson@redhat.com>
11997
11998 * gdb.arch/i386-avx.exp: Fix include file location.
11999 * gdb.arch/i386-sse.exp: Likewise.
12000
3ed9baed
IB
120012014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
12002
12003 * gdb.dlang/expression.exp: New file.
12004
034f788c
PA
120052014-06-19 Pedro Alves <palves@redhat.com>
12006
12007 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
12008 out from ...
12009 (top level): ... here. Iterate running tests under different
12010 scheduler-locking settings.
12011
45371d0c
LM
120122014-06-18 Luis Machado <lgustavo@codesourcery.com>
12013
12014 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
12015 to DW_FORM_addr and use non-zero addresses.
12016
5d376983
SC
120172014-06-18 Siva Chandra Reddy <sivachandra@google.com>
12018
12019 PR gdb/17017
12020 * gdb.python/py-xmethods.cc: Add global function call counters and
12021 increment them in their respective functions. Remove "cout"
12022 statements.
12023 * gdb.python/py-xmethods.exp: Make tests check the global function
12024 call counters instead of depending on inferior IO.
12025
a1aa2221
LM
120262014-06-18 Don Breazeal <donb@codesourcery.com>
12027
12028 * gdb.base/foll-fork.exp (default_fork_parent_follow):
12029 Deleted procedure.
12030 (explicit_fork_parent_follow): Deleted procedure.
12031 (explicit_fork_child_follow): Deleted procedure.
12032 (test_follow_fork): New procedure.
12033 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 12034 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
12035 procedure calls.
12036
0fc05997
YQ
120372014-06-17 Yao Qi <yao@codesourcery.com>
12038
12039 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
12040 CP1252.
12041
70795c52
LM
120422014-06-17 Luis Machado <lgustavo@codesourcery.com>
12043
12044 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
12045 Initialize ptr and S explicitly.
12046 (skip_type_update_when_not_use_rtti_test): Likewise.
12047
6be47f0c
KS
120482014-06-16 Keith Seitz <keiths@redhat.com>
12049
12050 PR mi/15863
12051 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
12052 the inferior is started.
12053
d03de421
PA
120542014-06-16 Pedro Alves <palves@redhat.com>
12055
12056 * gdb.base/break-main-file-remove-fail.c: New file.
12057 * gdb.base/break-main-file-remove-fail.exp: New file.
12058 * gdb.base/break-unload-file.exp: Use build_executable instead of
12059 prepare_for_testing.
12060 (test_break): New parameter "initial_load". Handle it.
12061 (top level): Add initial_load cmdline/file axis.
12062
f9579b99
TT
120632014-06-12 Tom Tromey <tromey@redhat.com>
12064
12065 * gdb.base/completion.exp: Don't use directory name in test.
12066
3657956b
GB
120672014-06-09 Gary Benson <gbenson@redhat.com>
12068
12069 * gdb.base/sigall.c [Functions to send signals]: Reorder to
12070 separate the always-available ANSI-standard signals from the
12071 signals that require checking.
12072 (main): Likewise.
12073 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
12074 Likewise.
12075 (main): Likewise.
12076
4186eb54
KS
120772014-06-07 Keith Seitz <keiths@redhat.com>
12078
12079 Revert:
12080 PR c++/16253
12081 * gdb.cp/var-tag.cc: New file.
12082 * gdb.cp/var-tag.exp: New file.
12083 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
12084 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
12085 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
12086 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
12087
25326a28 120882014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
12089
12090 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
12091
829155c9
PA
120922014-06-06 Pedro Alves <palves@redhat.com>
12093
12094 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
12095 in target debug output instead of looking at RSP packets,
12096 disabling the test on any target that uses hardware stepping.
12097 Update comments.
12098
61c8d22e
PA
120992014-06-06 Pedro Alves <palves@redhat.com>
12100
12101 * gdb.base/break-unload-file.exp: Fix typo.
12102
d9a47287
YQ
121032014-06-06 Yao Qi <yao@codesourcery.com>
12104
12105 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
12106 from "jit_function" to "^jit_function".
12107
e5e01dbf
YQ
121082014-06-06 Yao Qi <yao@codesourcery.com>
12109
12110 * gdb.base/async.c (foo): Add one statement.
12111 * gdb.base/async.exp: Get the next instruction address and
12112 match the output of "nexti" by instruction address. Match
12113 the hex address in the output of "finish".
12114
73ba372c
GB
121152014-06-06 Gary Benson <gbenson@redhat.com>
12116
12117 * gdb.base/call-signals.c: Remove preprocessor conditionals
12118 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
12119 SIGSEGV and SIGTERM.
12120 * gdb.base/sigall.c: Likewise.
12121 * gdb.base/unwindonsignal.c: Likewise.
12122 * gdb.reverse/sigall-reverse.c: Likewise.
12123
831517df
YQ
121242014-06-06 Yao Qi <yao@codesourcery.com>
12125
12126 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
12127 readable, skip the test.
12128
b8b91e98
YQ
121292014-06-06 Yao Qi <yao@codesourcery.com>
12130
12131 * gdb.threads/staticthreads.c (thread_function): Move the line
12132 setting breakpoint on forward.
12133 * gdb.threads/staticthreads.exp: Update comments.
12134
fb934770
LC
121352014-06-05 Ludovic Courtès <ludo@gnu.org>
12136
12137 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
12138 "history-append! type error".
12139
6ef284bd
SM
121402014-06-05 Simon Marchi <simon.marchi@ericsson.com>
12141
12142 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
12143 erroneous dprintf expected input.
12144
a872e241
DE
121452014-06-04 Doug Evans <xdje42@gmail.com>
12146
12147 * gdb.guile/scm-generics.exp: Delete.
12148
16f691fb
DE
121492014-06-04 Doug Evans <xdje42@gmail.com>
12150
12151 * gdb.guile/scm-breakpoint.exp: Update.
12152 Add tests for breakpoint registration.
12153
012370f6
TT
121542014-06-04 Tom Tromey <tromey@redhat.com>
12155
12156 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
12157 VLA-in-union.
12158 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
12159 inner_vla_struct, vla_union types. Initialize objects of those
12160 types and compute their sizes.
12161
9f5a4cef
HZ
121622014-06-04 Nathan Sidwell <nathan@codesourcery.com>
12163 Hui Zhu <hui@codesourcery.com>
12164
12165 * gdb.base/fileio.exp: Add test for shell not available as well as
12166 available.
12167 * gdb.base/fileio.c (test_system): Check for shell twice.
12168
90a45c4d
YQ
121692014-06-04 Yao Qi <yao@codesourcery.com>
12170
12171 * gdb.base/auto-connect-native-target.exp: Remove redundant
12172 space from the regexp pattern.
12173
70017e41
YQ
121742014-06-04 Yao Qi <yao@codesourcery.com>
12175
12176 * gdb.base/default.exp: Replace "child" with "native" in
12177 regexp pattern.
12178
883964a7
SC
121792014-06-03 Siva Chandra Reddy <sivachandra@google.com>
12180
12181 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
12182 * gdb.python/py-xmethods.exp: New tests to test xmethods.
12183 * gdb.python/py-xmethods.py: Python script supporting the
12184 new testcase and tests.
12185
ef370185
JB
121862014-06-03 Joel Brobecker <brobecker@adacore.com>
12187 Pedro Alves <palves@redhat.com>
12188
12189 PR breakpoints/17000
12190 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
12191 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
12192
1e2ccb61
BM
121932014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
12194
12195 * gdb.base/subst.exp: Add tests to verify partial path matching
12196 output.
12197
c6ec5ab2
PA
121982014-06-03 Pedro Alves <palves@redhat.com>
12199
12200 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
12201 target that doesn't use software single-stepping.
12202
835c559f
PA
122032014-06-03 Pedro Alves <palves@redhat.com>
12204
12205 PR breakpoints/17000
12206 * gdb.base/sss-bp-on-user-bp-2.c: New file.
12207 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
12208
06eb1586
DE
122092014-06-02 Doug Evans <xdje42@gmail.com>
12210
12211 * gdb.guile/scm-parameter.exp: New file.
12212
e698b8c4
DE
122132014-06-02 Doug Evans <xdje42@gmail.com>
12214
12215 * gdb.guile/scm-cmd.c: New file.
12216 * gdb.guile/scm-cmd.exp: New file.
12217
ded03782
DE
122182014-06-02 Doug Evans <xdje42@gmail.com>
12219
12220 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
12221 pretty-printer lookup.
12222 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
12223 (make-pp_s-printer): Call it.
12224 (make-pretty-printer-from-dict): New function.
12225 (lookup-pretty-printer-maker-from-dict): New function.
12226 (*pretty-printer*): Simplify.
12227 (make-objfile-pp_s-printer): New function.
12228 (install-objfile-pretty-printers!): New function.
12229 (make-progspace-pp_s-printer): New function.
12230 (install-progspace-pretty-printers!): New function.
12231 * gdb.guile/scm-progspace.c: New file.
12232 * gdb.guile/scm-progspace.exp: New file.
12233
41fac0cf
PA
122342014-06-02 Pedro Alves <palves@redhat.com>
12235
12236 * gdb.base/dprintf-bp-same-addr.c: New file.
12237 * gdb.base/dprintf-bp-same-addr.exp: New file.
12238
96ae5695
EBM
122392014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12240
12241 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
12242 * gdb.arch/powerpc-power.s: Likewise.
12243
da02b3a8
JB
122442014-06-02 Joel Brobecker <brobecker@adacore.com>
12245
12246 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
12247
c72b2e7b
YQ
122482014-06-01 Yao Qi <yao@codesourcery.com>
12249
12250 * gdb.base/watchpoint.exp (test_watch_location): Check null
12251 pointer can be dereferenced. If not, do the test, otherwise
12252 skip it.
12253
53e8a631
AB
122542014-05-30 Andrew Burgess <aburgess@broadcom.com>
12255
12256 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
12257 results.
12258 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
12259
938f0e2f
AB
122602014-05-30 Andrew Burgess <aburgess@broadcom.com>
12261
12262 * gdb.arch/amd64-invalid-stack-middle.S: New file.
12263 * gdb.arch/amd64-invalid-stack-middle.c: New file.
12264 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
12265 * gdb.arch/amd64-invalid-stack-top.c: New file.
12266 * gdb.arch/amd64-invalid-stack-top.exp: New file.
12267
9ba6657a
PA
122682014-05-30 Pedro Alves <palves@redhat.com>
12269
12270 PR breakpoints/17000
12271 * gdb.base/sss-bp-on-user-bp.c: New file.
12272 * gdb.base/sss-bp-on-user-bp.exp: New file.
12273
522c09bf
DB
122742014-05-30 David Blaikie <dblaikie@gmail.com>
12275
12276 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
12277 gnu_inline semantics via attribute.
12278 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
12279 source explicitly specifies the required semantics.
12280
bf4ef81e
MR
122812014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
12282
12283 * gdb.reverse/sigall-reverse.exp: Fix a typo.
12284
329ea579
PA
122852014-05-29 Pedro Alves <palves@redhat.com>
12286 Tom Tromey <tromey@redhat.com>
12287
12288 * gdb.base/async-shell.exp: Don't enable target-async.
12289 * gdb.base/async.exp
12290 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
12291 parameter. Adjust.
12292 (top level): Don't test with "target-async".
12293 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
12294 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
12295 * gdb.base/inferior-died.exp: Don't enable target-async.
12296 * gdb.base/interrupt-noterm.exp: Likewise.
12297 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
12298 * gdb.mi/mi-nonstop-exit.exp: Likewise.
12299 * gdb.mi/mi-nonstop.exp: Likewise.
12300 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
12301 * gdb.mi/mi-nsintrall.exp: Likewise.
12302 * gdb.mi/mi-nsmoribund.exp: Likewise.
12303 * gdb.mi/mi-nsthrexec.exp: Likewise.
12304 * gdb.mi/mi-watch-nonstop.exp: Likewise.
12305 * gdb.multi/watchpoint-multi.exp: Adjust comment.
12306 * gdb.python/py-evsignal.exp: Don't enable target-async.
12307 * gdb.python/py-evthreads.exp: Likewise.
12308 * gdb.python/py-prompt.exp: Likewise.
12309 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
12310 * gdb.server/solib-list.exp: Don't enable target-async.
12311 * gdb.threads/thread-specific-bp.exp: Likewise.
12312 * lib/mi-support.exp: Adjust to use mi-async.
12313
fd664c91
PA
123142014-05-29 Pedro Alves <palves@redhat.com>
12315
12316 PR gdb/13860
12317 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
12318 reason, even in sync mode.
12319
251bde03
PA
123202014-05-29 Pedro Alves <palves@redhat.com>
12321 Hui Zhu <hui@codesourcery.com>
12322
12323 PR PR15693
12324 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
12325 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
12326 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
12327 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
12328
7f3c0343
JB
123292014-05-28 Joel Brobecker <brobecker@adacore.com>
12330
12331 * config/monitor.exp (gdb_target_monitor): Replace use of
12332 "set remotebaud" by "set serial baud".
12333
b2715b27
AW
123342014-05-26 Andy Wingo <wingo@igalia.com>
12335
12336 * gdb.guile/scm-breakpoint.exp:
12337 * gdb.guile/scm-gsmob.exp: Update to use plain old object
12338 properties instead of gdb-object-properties.
12339
498a4489
YQ
123402014-05-26 Yao Qi <yao@codesourcery.com>
12341
12342 * gdb.server/no-thread-db.exp: Specify source file name
12343 explicitly when setting a breakpoint.
12344
589fdceb
MM
123452014-05-23 Markus Metzger <markus.t.metzger@intel.com>
12346
12347 * gdb.btrace/vdso.c: New.
12348 * gdb.btrace/vdso.exp: New.
12349
e9089e05
MM
123502014-05-23 Markus Metzger <markus.t.metzger@intel.com>
12351
12352 * gdb.base/gcore.exp (capture_command_output): Move ...
12353 * lib/gdb.exp (capture_command_output): ... here.
12354
67b5c0c1
MM
123552014-05-23 Markus Metzger <markus.t.metzger@intel.com>
12356
12357 * gdb.btrace/data.exp: Test memory access during btrace replay.
12358
a2199296
SM
123592014-05-22 Simon Marchi <simon.marchi@ericsson.com>
12360
12361 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
12362
17b2616c
PA
123632014-05-21 Pedro Alves <palves@redhat.com>
12364
12365 PR gdb/13860
12366 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
12367 (top level): Test that output related to execution commands is
12368 sent to the console with CLI commands, but not with MI commands.
12369 Test that breakpoint events are always mirrored to the console.
12370 Also expect the new source line to be output after a "next" in
12371 async mode too. Make it a pass/fail test.
12372 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
12373 output.
12374 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
12375
5166082f
PA
123762014-05-21 Pedro Alves <palves@redhat.com>
12377
12378 * gdb.base/list.exp (build_pattern, test_list): New procedures.
12379 Use them to test variations of "list" after reaching a breakpoint.
12380 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
12381 Test "list" with listsize 10 after reaching a breakpoint.
12382 * gdb.python/python.exp (decode_line current location line
12383 number): Adjust expected line number.
12384
2f25d70f
SM
123852014-05-21 Simon Marchi <simon.marchi@ericsson.com>
12386
12387 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
12388 behavior for $args, pass it directly to "run".
12389
ff604a67
MR
123902014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
12391
12392 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
12393 30000 to 65536.
12394
6a3cb8e8
PA
123952014-05-21 Pedro Alves <palves@redhat.com>
12396
12397 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
12398 auto-connect-native-target off".
12399 * gdb.base/auto-connect-native-target.c: New file.
12400 * gdb.base/auto-connect-native-target.exp: New file.
12401
4ebfc96e
PA
124022014-05-21 Pedro Alves <palves@redhat.com>
12403
12404 * gdb.base/default.exp: Test "target native" instead of "target
12405 child".
12406
36d46afb
MW
124072014-05-21 Mark Wielaard <mjw@redhat.com>
12408
12409 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12410
5876f503
JK
124112014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12412
12413 Fix TLS access for -static -pthread.
12414 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
12415 <HAVE_TLS> (thread_function, main): Initialize it.
12416 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
12417 Add clean_restart.
12418 <$have_tls != "">: Check TLSVAR.
12419
0256a6ac
PA
124202014-05-21 Pedro Alves <palves@redhat.com>
12421
12422 * gdb.base/dcache-line-read-error.c: New.
12423 * gdb.base/dcache-line-read-error.exp: New.
12424
936d2992
PA
124252014-05-20 Pedro Alves <palves@redhat.com>
12426
12427 * gdb.base/compare-sections.c: New file.
12428 * gdb.base/compare-sections.exp: New file.
12429
802e8e6d
PA
124302014-05-20 Pedro Alves <palves@redhat.com>
12431
12432 * gdb.base/break-idempotent.c: New file.
12433 * gdb.base/break-idempotent.exp: New file.
12434
e59fa00f
MM
124352014-05-20 Markus Metzger <markus.t.metzger@intel.com>
12436
12437 * gdb.btrace/nohist.exp: New.
12438
8b696e31
YQ
124392014-05-20 Yao Qi <yao@codesourcery.com>
12440
12441 * lib/gdb.exp (gdb_init): Set timeout if test file is under
12442 gdb.reverse directory and gdb_reverse_timeout exists in board
12443 setting.
12444 * README: Document gdb_reverse_timeout.
12445
73c9764f
YQ
124462014-05-20 Yao Qi <yao@codesourcery.com>
12447
12448 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
12449 'test_file_name'. Treat args as a string instead of a list.
12450 (gdb_init): Rename argument 'args' by 'test_file_name'.
12451
f1f4348a
JK
124522014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12453
12454 * gdb.arch/powerpc-power.exp: New file.
12455 * gdb.arch/powerpc-power.s: New file.
12456
0dbe70ce
DE
124572014-05-16 Doug Evans <dje@google.com>
12458
12459 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
12460 * gdb.base/completion.exp: Check that all expected files exist
12461 before doing file completion.
0dbe70ce 12462
8d551b02
DE
124632014-05-16 Doug Evans <dje@google.com>
12464
12465 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
12466 Update.
12467 (do_syscall_tests_without_xml): Update.
12468
73eb7709
PA
124692014-05-16 Pedro Alves <palves@redhat.com>
12470
12471 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
12472 instead of "unknown output after running".
12473
3fae92fc
YQ
124742014-05-16 Yao Qi <yao@codesourcery.com>
12475
12476 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
12477 file1.txt from host at the end.
12478 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
12479
c2b2ccc5
DE
124802014-05-15 Doug Evans <dje@google.com>
12481
12482 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
12483 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
12484 loading file. Add test for TU lookup.
12485
8c217a4b
SM
124862014-05-15 Simon Marchi <simon.marchi@ericsson.com>
12487
12488 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
12489 calling "-exec-arguments" or "set args" before running the
12490 inferior.
12491
3deb39c6
SM
124922014-05-15 Simon Marchi <simon.marchi@ericsson.com>
12493
12494 * lib/mi-support.exp (mi_expect_stop): Expect message for
12495 inferiors that exit with non-zero exit code.
12496
71a79f8c
YQ
124972014-05-14 Yao Qi <yao@codesourcery.com>
12498
12499 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
12500 match absolute path on remote host.
12501 (test_file_list_exec_source_files): Remove "/" from the
12502 pattern.
12503
f23fcd46
YQ
125042014-05-14 Yao Qi <yao@codesourcery.com>
12505
12506 * boards/local-remote-host-notty.exp (${board}_file): New
12507 proc.
12508
9404b58f
KM
125092014-05-07 Kyle McMartin <kyle@redhat.com>
12510
12511 Pushed by Joel Brobecker <brobecker@adacore.com>.
12512 * gdb.arch/aarch64-atomic-inst.c: New file.
12513 * gdb.arch/aarch64-atomic-inst.exp: New file.
12514
5e45f04c
YQ
125152014-05-07 Yao Qi <yao@codesourcery.com>
12516
12517 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
12518 in current context" too.
12519
c888a17d
KS
125202014-05-05 Keith Seitz <keiths@redhat.com>
12521
12522 * gdb.linespec/ls-dollar.exp: Add test for linespec
12523 file:convenience_variable.
12524
290a839c
YQ
125252014-05-05 Yao Qi <yao@codesourcery.com>
12526
12527 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
12528 traceframes into tfile and ctf trace files. Read data from
12529 trace file and test collected data.
12530 (gdb_collect_locals_test): Likewise.
12531 (gdb_unavailable_registers_test): Likewise.
12532 (gdb_unavailable_floats): Likewise.
12533 (gdb_collect_globals_test): Likewise.
12534 (top-level): Append "ctf" to trace_file_targets if GDB
12535 supports.
12536
b5262cd0
YQ
125372014-05-05 Yao Qi <yao@codesourcery.com>
12538
12539 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
12540 code to ...
12541 (gdb_collect_args_test_1): ... it. New proc.
12542 (gdb_collect_locals_test): Move some code to ...
12543 (gdb_collect_locals_test_1): ... it. New proc.
12544 (gdb_unavailable_registers_test): Move some code to ...
12545 (gdb_unavailable_registers_test_1): ... it. New proc.
12546 (gdb_unavailable_floats): Move some code to ...
12547 (gdb_unavailable_floats_1): ... it. New proc.
12548
30a1e6cc
SDJ
125492014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
12550
12551 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
12552 probes to test for bitness recognition.
12553 * gdb.arch/amd64-stap-optional-prefix.exp
12554 (test_probe_value_without_reg): New procedure.
12555 Add code to test for different kinds of bitness.
12556
f33da99a
SDJ
125572014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
12558
12559 PR breakpoints/16889
12560 * gdb.arch/amd64-stap-optional-prefix.S: New file.
12561 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
12562
5b80f00d
PA
125632014-05-01 Pedro Alves <palves@redhat.com>
12564
12565 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
12566 gdb_file_cmd if no file is specified.
12567 * boards/native-extended-gdbserver.exp (gdb_load): Use the
12568 last_loaded_file to set the remote exec-file.
12569
f8c2a73c
PA
125702014-05-01 Pedro Alves <palves@redhat.com>
12571
12572 * boards/local-remote-host.exp: New file.
12573
be6e8ac7
PA
125742014-05-01 Pedro Alves <palves@redhat.com>
12575
12576 * boards/local-remote-host.exp: Rename to ...
12577 * boards/local-remote-host-notty.exp: ... this.
12578
cac0dc8f
JB
125792014-04-28 Joel Brobecker <brobecker@adacore.com>
12580
12581 * gdb.ada/dyn_arrayidx: New testcase.
12582
9730e6cc
YQ
125832014-04-26 Yao Qi <yao@codesourcery.com>
12584
12585 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
12586 and compute the length of function main. Save it in
12587 $main_length.
12588 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
12589 (top-level): Use gdb_compile to compile objects into
12590 executable and restart GDB. Remove invocation to
12591 prepare_for_testing.
12592
7ae1a6a6
PA
125932014-04-25 Simon Marchi <simon.marchi@ericsson.com>
12594 Pedro Alves <palves@redhat.com>
12595
12596 PR server/16255
12597 * gdb.multi/multi-attach.c: New file.
12598 * gdb.multi/multi-attach.exp: New file.
12599
4082afcc
PA
126002014-04-25 Pedro Alves <palves@redhat.com>
12601
12602 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
12603 user.
12604 (top level): Test that "set remote conditional-breakpoints-packet
12605 off" works as intended.
12606 * gdb.base/dprintf.exp: Test that "set remote
12607 breakpoint-commands-packet off" works as intended.
12608 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
12609 New function.
12610 (top level): Call it.
12611 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
12612 remote fast-tracepoints-packet off" works as intended.
12613 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
12614 * lib/gdb.exp (gdb_is_target_remote): ... here.
12615
2abc3f8d
DB
126162014-04-24 David Blaikie <dblaikie@gmail.com>
12617
12618 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
12619 ensure clang would not discard them.
12620 * gdb.base/gdbvars.c: Ditto.
12621 * gdb.base/memattr.c: Ditto.
12622 * gdb.base/whatis.c: Ditto.
12623 * gdb.python/py-prettyprint.c: Ditto.
12624 * gdb.trace/actions.c: Ditto.
12625 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
12626 ensure clang would not discard it.
12627
bfd39632
DB
126282014-04-24 David Blaikie <dblaikie@gmail.com>
12629
12630 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
12631 clang to emit the full definition of type required by the test
12632 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
12633
22842ff6
DB
126342014-04-24 David Blaikie <dblaikie@gmail.com>
12635
12636 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
12637 coax Clang into emitting the definition of the type.
12638 * gdb.cp/pr10728-x.h (y): Ditto.
12639 * gdb.cp/pr10728-y.cc (y): Ditto.
12640
c2e827ad
DB
126412014-04-24 David Blaikie <dblaikie@gmail.com>
12642
12643 * gdb.base/label.exp: XFAIL label related tests under Clang.
12644 * gdb.cp/cplabel.exp: Ditto.
12645 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
12646 under Clang those using labels.
12647
4c2d33e7
YQ
126482014-04-25 Yao Qi <yao@codesourcery.com>
12649
12650 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
12651 double_label.
12652 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
12653 partial_label and double_label.
12654
56083b99
DB
126552014-04-24 David Blaikie <dblaikie@gmail.com>
12656
12657 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
12658
25d4e99d
DB
126592014-04-24 David Blaikie <dblaikie@gmail.com>
12660
12661 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
12662 of the function to work across GCC and Clang.
12663 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
12664 pointer types (const void ** const V void **).
12665
01f9f808
MS
126662014-04-24 Michael Sturm <michael.sturm@mintel.com>
12667 Walfred Tedeschi <walfred.tedeschi@intel.com>
12668
12669 * Makefile.in (EXECUTABLES): Added i386-avx512.
12670 * gdb.arch/i386-avx512.c: New file.
12671 * gdb.arch/i386-avx512.exp: Likewise.
12672
4b48d439
KS
126732014-04-23 Keith Seitz <keiths@redhat.com>
12674
12675 * lib/mi-support.exp (mi_list_breakpoints): Delete.
12676 (mi_make_breakpoint_table): New procedure.
12677 (mi_create_breakpoint): Use mi_make_breakpoint
12678 and return the result.
12679 (mi_make_breakpoint): New procedure.
12680 (mi_build_kv_pairs): New procedure.
12681
12682 * gdb.mi/mi-break.exp: Remove unused globals,
12683 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
12684 All callers updated.
12685 * gdb.mi/mi-dprintf.exp: Use variable to track command
12686 number.
12687 Update all callers of mi_create_breakpoint and use
12688 mi_make_breakpoint_table.
12689 Remove any unused global variables.
12690 * gdb.mi/mi-nonstop.exp: Likewise.
12691 * gdb.mi/mi-nsintrall.exp: Likewise.
12692 * gdb.mi/mi-nsmoribund.exp: Likewise.
12693 * gdb.mi/mi-nsthrexec.exp: Likewise.
12694 * gdb.mi/mi-reverse.exp: Likewise.
12695 * gdb.mi/mi-simplerun.exp: Likewise.
12696 * gdb.mi/mi-stepn.exp: Likewise.
12697 * gdb.mi/mi-syn-frame.exp: Likewise.
12698 * gdb.mi/mi-until.exp: Likewise.
12699 * gdb.mi/mi-var-cp.exp: Likewise.
12700 * gdb.mi/mi-var-display.exp: Likewise.
12701 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
12702 * gdb.mi/mi2-var-child.exp: Likewise.
12703 * gdb.mi/mi-vla-c99.exp: Likewise.
12704 * lib/mi-support.exp: Likewise.
12705
12706 From Ian Lance Taylor <iant@cygnus.com>:
12707 * lib/gdb.exp (parse_args): New procedure.
12708
08351840
PA
127092014-04-23 Pedro Alves <palves@redhat.com>
12710
12711 * gdb.base/break-unload-file.c: New file.
12712 * gdb.base/break-unload-file.exp: New file.
12713 * gdb.base/sym-file-lib.c (baz): New function.
12714 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
12715 field.
12716 (load): Store the segment's mapped size.
12717 (unload): New function.
12718 (unload_shlib): New function.
12719 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
12720 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
12721 set a breakpoint at baz, and call it.
12722 * gdb.base/sym-file.exp: New tests for stale breakpoint
12723 instructions.
12724
076855f9
PA
127252014-04-23 Pedro Alves <palves@redhat.com>
12726
12727 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
12728 * gdb.base/hbreak-in-shr-unsupported.c: New file.
12729 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
12730 * gdb.base/hbreak-unmapped.c: New file.
12731 * gdb.base/hbreak-unmapped.exp: New file.
12732 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
12733 * lib/gdb.exp (gdb_is_target_remote): ... here.
12734
483805cf
PA
127352014-04-22 Pedro Alves <palves@redhat.com>
12736
12737 * gdb.base/consecutive-step-over.c: New file.
12738 * gdb.base/consecutive-step-over.exp: New file.
12739
06d97543
PA
127402014-04-22 Pedro Alves <palves@redhat.com>
12741
12742 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
12743 instead of send_gdb/gdb_expect.
12744
b4429ea2
YQ
127452014-04-22 Yao Qi <yao@codesourcery.com>
12746
12747 * lib/trace-support.exp (generate_tracefile): New procedure.
12748 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
12749 return 0.
12750 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
12751 if generate_tracefile returns 1.
12752
51d48146
PA
127532014-04-18 Tom Tromey <palves@redhat.com>
12754 Pedro alves <tromey@redhat.com>
12755
12756 PR backtrace/15558
12757 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
12758 with a backtrace limit.
12759 * gdb.python/py-frame-inline.exp: Test running to an inline
12760 function with a backtrace limit, and printing the newest frame.
12761 * gdb.python/py-frame-inline.c (main): Call f.
12762
bd1dce5f
MS
127632014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
12764
12765 * gdb.java/jnpe.exp: Drop srcdir from untested path.
12766
40d1a503
MS
127672014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
12768
12769 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
12770 Drop prefix from unsupported source file path.
12771
389b98f7
YQ
127722014-04-17 Yao Qi <yao@codesourcery.com>
12773
12774 * lib/gdb.exp (with_target_charset): New proc.
12775 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
12776 with_target_charset.
12777 (test_print_strings): Likewise.
12778 (test_repeat_bytes): Likewise.
12779 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
12780 for some tests.
12781
22869d73
KS
127822014-04-16 Keith Seitz <keiths@redhat.com>
12783
12784 PR gdb/15827
12785 * gdb.dwarf2/corrupt.c: New file.
12786 * gdb.dwarf2/corrupt.exp: New file.
12787
c4f87ca6
KS
127882014-04-16 Keith Seitz <keiths@redhat.com>
12789
12790 PR c++/16597
12791 * gdb.cp/namelessclass.cc: New file.
12792 * gdb.cp/namelessclass.exp: New file.
12793 * gdb.cp/namelessclass.S: New file.
12794
ab19de87
DE
127952014-04-16 Doug Evans <dje@google.com>
12796
12797 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
12798 Add comment.
12799 (gdbserver_default_get_comm_port): New function.
12800 (gdbserver_start): Check if board file provided
12801 "gdbserver,get_comm_port" and use it if so.
12802 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
12803 (gdb,socketport): Set to "stdio".
12804 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
12805 (stdio_gdbserver_template): Delete.
12806 (${board}_get_remote_address): Update.
12807 (${board}_build_remote_cmd): Delete.
12808 (${board}_get_comm_port): New function.
12809 (${board}_spawn): Update.
12810 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
12811 Delete.
12812 (${board}_get_remote_address): Update.
12813 (${board}_get_comm_port): New function.
12814
fc98a809
AB
128152014-04-16 Andrew Burgess <aburgess@broadcom.com>
12816
12817 * gdb.base/memattr.exp: Improve regexps to handle memory regions
12818 appearing in any order.
12819
87fd9e6e
DE
128202014-04-15 Doug Evans <dje@google.com>
12821
12822 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
12823 uninitialized value of "description".
12824
099fc3ea
KS
128252014-04-15 Keith Seitz <keiths@redhat.com>
12826
12827 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
12828 Remove unused globals.
12829 (test_running_the_program): Likewise.
12830 (test_controlled_execution): Likewise.
12831 (test_controlling_breakpoints): Likewise.
12832 (test_program_termination): Likewise.
12833
5da151d4
KS
128342014-04-15 Keith Seitz <keiths@redhat.com>
12835
12836 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
12837 unused globals.
12838 (test_rbreak_creation_and_listing): Likewise.
12839 (test_ignore_count): Likewise.
12840 (test_error): Likewise.
12841
35e5d2f0
PA
128422014-04-15 Pedro Alves <palves@redhat.com>
12843
12844 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
12845 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
12846 sym-file-loader.c.
12847 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
12848 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
12849 to sym-file-loader.c.
12850 (struct library): Forward declare.
12851 (load_shlib, lookup_function): Change prototypes.
12852 (find_shstrtab, find_strtab, find_shdr, find_symtab)
12853 (translate_offset): Remove declarations.
12854 (get_text_addr): New declaration.
12855 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
12856 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
12857 sym-file-loader.h.
12858 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
12859 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
12860 here from sym-file-loader.h.
12861 (struct library): New structure.
12862 (load_shlib, lookup_function): Change prototypes and adjust to
12863 work with a struct library.
12864 (find_shstrtab, find_strtab, find_shdr, find_symtab)
12865 (translate_offset): Make static.
12866 (get_text_addr): New function.
12867 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
12868
eb4c1710
PA
128692014-04-15 Pedro Alves <palves@redhat.com>
12870
12871 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
12872
2d1baf52
PA
128732014-04-15 Pedro Alves <palves@redhat.com>
12874
12875 * gdb.base/sym-file-loader.c: Include <limits.h>.
12876 (SELF_LINK): New define.
12877 (get_origin): New function.
12878 (load_shlib): Use it.
12879 * gdb.base/sym-file.exp: Don't early return if the target is
12880 remote. Use runto_main, and issue fail is that fails. Use
12881 gdb_load_shlibs.
12882 (shlib_name): Delete.
12883 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
12884
7dd6df01
PA
128852014-04-15 Pedro Alves <palves@redhat.com>
12886
12887 * gdb.base/sym-file.exp: Remove regex characters from test
12888 message. Don't refer to breakpoint numbers in test messages.
12889
b50c8614
KS
128902014-04-14 Keith Seitz <keiths@redhat.com>
12891
12892 PR c++/16253
12893 * gdb.cp/var-tag.cc: New file.
12894 * gdb.cp/var-tag.exp: New file.
12895 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
12896 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
12897 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
12898 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
12899
3d567982
TT
129002014-04-14 Tom Tromey <tromey@redhat.com>
12901
12902 * gdb.cp/classes.exp (test_enums): Handle underlying type.
12903 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
12904 type.
12905 * gdb.cp/enum-class.exp: New file.
12906 * gdb.cp/enum-class.cc: New file.
12907
0626fc76
TT
129082014-04-14 Tom Tromey <tromey@redhat.com>
12909
12910 * gdb.dwarf2/enum-type.exp: New file.
12911
dca325b3
SA
129122014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
12913
12914 * gdb.mi/mi-vla-c99.exp: New file.
12915 * gdb.mi/vla.c: New file.
12916
5854b38a
SA
129172014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
12918
12919 * gdb.base/vla-datatypes.c: New file.
12920 * gdb.base/vla-datatypes.exp: New file.
12921
463bb957
SA
129222014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
12923
12924 * gdb.base/vla-ptr.c: New file.
12925 * gdb.base/vla-ptr.exp: New file.
12926
3dd170be
SA
129272014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
12928
12929 * gdb.dwarf2/count.exp: New file.
12930
5ecaaa66
SA
129312014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
12932
12933 * gdb.base/vla-sideeffect.c: New file.
12934 * gdb.base/vla-sideeffect.exp: New file.
12935
41f1ada5
DB
129362014-04-14 David Blaikie <dblaikie@gmail.com>
12937
12938 * gdb.mi/non-stop.c: Add return value for non-void function return
12939 statement.
12940 * gdb.threads/staticthreads.c: Ditto.
12941
0be03e84
DE
129422014-04-12 Siva Chandra Reddy <sivachandra@google.com>
12943 Doug Evans <xdje42@gmail.com>
12944
12945 * gdb.guile/scm-value.c: Improve test case.
12946 * gdb.guile/scm-value.exp: Add new test.
12947
f180a1fb
DB
129482014-04-11 David Blaikie <dblaikie@gmail.com>
12949
12950 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
12951 override Clang's default.
12952
6b662e19
JB
129532014-04-11 Joel Brobecker <brobecker@adacore.com>
12954
12955 Revert the following changes (regressions):
12956
12957 * gdb.base/vla-sideeffect.c: New file.
12958 * gdb.base/vla-sideeffect.exp: New file.
12959
12960 * gdb.dwarf2/count.exp: New file.
12961
12962 * gdb.base/vla-multi.c: New file.
12963 * gdb.base/vla-multi.exp: New file.
12964
12965 * gdb.base/vla-ptr.c: New file.
12966 * gdb.base/vla-ptr.exp: New file.
12967
12968 * gdb.base/vla-datatypes.c: New file.
12969 * gdb.base/vla-datatypes.exp: New file.
12970
12971 * gdb.mi/mi-vla-c99.exp: New file.
12972 * gdb.mi/vla.c: New file.
12973
245a5f0b
KS
129742014-04-11 Keith Seitz <keiths@redhat.com>
12975
12976 PR c++/16675
12977 * gdb.cp/cpsizeof.exp: New file.
12978 * gdb.cp/cpsizeof.cc: New file.
12979
58a84dcf
SA
129802014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12981
191a8a90
JB
12982 * gdb.mi/mi-vla-c99.exp: New file.
12983 * gdb.mi/vla.c: New file.
58a84dcf 12984
c8655f75
SA
129852014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12986
12987 * gdb.base/vla-datatypes.c: New file.
12988 * gdb.base/vla-datatypes.exp: New file.
12989
024e13b4
SA
129902014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12991
12992 * gdb.base/vla-ptr.c: New file.
12993 * gdb.base/vla-ptr.exp: New file.
12994
1a237e0e
SA
129952014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12996
12997 * gdb.base/vla-multi.c: New file.
12998 * gdb.base/vla-multi.exp: New file.
12999
504f3432
SA
130002014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13001
13002 * gdb.dwarf2/count.exp: New file.
13003
3bce8237
SA
130042014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13005
191a8a90
JB
13006 * gdb.base/vla-sideeffect.c: New file.
13007 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 13008
322f9c21
YQ
130092014-04-11 Yao Qi <yao@codesourcery.com>
13010
13011 * gdb.base/completion.exp: Check file exists before running tests
13012 on file completion.
13013
d708bcd1
PA
130142014-04-10 Pedro Alves <palves@redhat.com>
13015
13016 * gdb.base/cond-eval-mode.c: New file.
13017 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
13018 prepare_for_testing to build the new file. Check result of
13019 runto_main.
13020 (test_break, test_watch): New procedures.
13021 (top level): Use them.
13022
ae1d2761
PM
130232014-04-08 Pierre Muller <muller@sourceware.org>
13024
13025 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
13026 Ctrl-V use for mingw hosts.
13027
7af389b8
SC
130282014-04-07 Siva Chandra Reddy <sivachandra@google.com>
13029
13030 * gdb.python/py-value.c: Improve test case.
13031 * gdb.python/py-value.exp: Add new test.
13032
5e703181
DE
130332014-04-07 David Blaikie <dblaikie@gmail.com>
13034
13035 * lib/compiler.c: Identify the clang compiler.
13036 * lib/compiler.cc: Ditto.
13037
9810b410
YQ
130382014-04-03 Yao Qi <yao@codesourcery.com>
13039
13040 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
13041
98d1b8dc
AB
130422014-04-01 Anton Blanchard <anton@samba.org>
13043
13044 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
13045 messages unique.
13046
3114cea1
AB
130472014-04-01 Anton Blanchard <anton@samba.org>
13048
13049 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
13050 prepare_for_testing.
13051
62f7182c
AB
130522014-04-01 Anton Blanchard <anton@samba.org>
13053
13054 * gdb.arch/ppc64-atomic-inst.c: Remove.
13055 * gdb.arch/ppc64-atomic-inst.S: New file.
13056 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
13057
770e7fc7
DE
130582014-03-31 Doug Evans <dje@google.com>
13059
13060 * gdb.base/print-symbol-loading-lib.c: New file.
13061 * gdb.base/print-symbol-loading-main.c: New file.
13062 * gdb.base/print-symbol-loading.exp: New file.
13063
46e2bafa
YQ
130642014-03-31 Yao Qi <yao@codesourcery.com>
13065
13066 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
13067
8776cfe9
JB
130682014-03-28 Joel Brobecker <brobecker@adacore.com>
13069
13070 * gdb.ada/mi_dyn_arr: New testcase.
13071
5d1ef361
DE
130722014-03-27 Doug Evans <dje@google.com>
13073
13074 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
13075
b5bee914
YQ
130762014-03-27 Yao Qi <yao@codesourcery.com>
13077
13078 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
13079 if target is nios2-*-*.
13080
0d4d0e77
YQ
130812014-03-26 Yao Qi <yao@codesourcery.com>
13082
13083 * lib/gdb.exp (readline_is_used): New proc.
13084 * gdb.base/completion.exp: Move tests on command complete up.
13085 Skip the rest of tests if readline is not used.
13086 * gdb.ada/complete.exp: Skp the test if readline is not
13087 used.
13088 * gdb.base/filesym.exp: Likewise.
13089 * gdb.base/macscp.exp: Likewise.
13090 * gdb.base/readline-ask.exp: Likewise.
13091 * gdb.base/readline.exp: Likewise.
13092 * gdb.python/py-cmd.exp: Likewise.
13093 * gdb.trace/tfile.exp: Likewise.
13094
29361eee
YQ
130952014-03-26 Yao Qi <yao@codesourcery.com>
13096
13097 * gdb.base/macscp.exp: Fix code format issues.
13098
bc9a5525
UW
130992014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
13100
13101 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
13102 * gdb.asm/powerpc64le.inc: New file.
13103
d3839ede
PA
131042014-03-25 Pedro Alves <palves@redhat.com>
13105 Doug Evans <dje@google.com>
13106
13107 * gdb.base/source-execution.c: New file.
13108 * gdb.base/source-execution.exp: New file.
13109 * gdb.base/source-execution.gdb: New file.
13110
01672a57
DE
131112014-03-24 Doug Evans <dje@google.com>
13112
13113 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
13114 using fission.
13115
88bbeca9
HZ
131162014-03-24 Hui Zhu <hui@codesourcery.com>
13117 Pedro Alves <palves@redhat.com>
13118
13119 PR breakpoints/16101
13120 * gdb.base/dprintf.exp: Use unsupported rather than changing the
13121 test pass/fail messages. Detect missing support for dprintf when
13122 breakpoints are actually inserted.
13123 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
13124 breakpoints are actually inserted.
13125 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
13126 fails.
13127
d2348791
JK
131282014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
13129
13130 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
13131
feef67ab
DE
131322014-03-22 Doug Evans <xdje42@gmail.com>
13133
13134 * gdb.python/python.exp (python not supported): Verify multi-line
13135 python command issues an error.
25d743f9 13136 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 13137 guile command issues an error.
feef67ab 13138
ecebef6a
MR
131392014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
13140
13141 * gdb.threads/thread-specific.exp: Handle the lack of usable
13142 $this_breakpoint and $this_thread.
13143
ccdd1909
HZ
131442014-03-21 Hui Zhu <hui@codesourcery.com>
13145
13146 * gdb.base/attach.exp (do_command_attach_tests): New.
13147
beb460e8
PA
131482014-03-20 Tom Tromey <tromey@redhat.com>
13149 Pedro Alves <palves@redhat.com>
13150
13151 PR cli/15718
13152 * gdb.base/condbreak-call-false.c: New file.
13153 * gdb.base/condbreak-call-false.exp: New file.
13154
40acf43a
PA
131552014-03-20 Pedro Alves <palves@redhat.com>
13156
13157 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
13158 Delete.
13159 (block_signals, unblock_signals): Delete.
13160 (child_function_2, main): Remove references to deleted variable
13161 and functions.
13162
9f5e1e02
PA
131632014-03-20 Pedro Alves <palves@redhat.com>
13164
13165 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
13166 Use pthread_kill to signal thread 2.
13167 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13168 Adjust to make the test send itself a signal rather than using the
13169 host's "kill" command.
13170
99619bea
PA
131712014-03-20 Pedro Alves <palves@redhat.com>
13172
13173 * gdb.threads/multiple-step-overs.c: New file.
13174 * gdb.threads/multiple-step-overs.exp: New file.
13175 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13176 Adjust expected infrun debug output.
13177
2adfaa28
PA
131782014-03-20 Pedro Alves <palves@redhat.com>
13179
13180 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
13181 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
13182
31e77af2
PA
131832014-03-20 Pedro Alves <palves@redhat.com>
13184
13185 PR breakpoints/7143
13186 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
13187 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
13188 of gdb_test_multiple.
13189 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
13190 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
13191
b9f437de
PA
131922014-03-20 Pedro Alves <palves@redhat.com>
13193
13194 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
13195 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
13196
05adc73e
PA
131972014-03-19 Pedro Alves <palves@redhat.com>
13198
13199 * gdb.base/async.exp: Remove early return.
13200
6048b950
PA
132012014-03-19 Pedro Alves <palves@redhat.com>
13202
13203 * gdb.base/async.exp (step& tests): Pass explicit test messages.
13204
8bcfb00a
PA
132052014-03-19 Pedro Alves <palves@redhat.com>
13206
13207 * gdb.base/async.exp (test_background): Expect \r\n after
13208 "completed." in the fail pattern.
13209
884e37dc
PA
132102014-03-19 Pedro Alves <palves@redhat.com>
13211
13212 * gdb.base/async.exp (test_background): New procedure.
13213 Use it for all background execution command tests.
13214
148e57e2
PA
132152014-03-19 Pedro Alves <palves@redhat.com>
13216
13217 * gdb.base/async.exp: Use prepare_for_testing.
13218
f48088c7
PA
132192014-03-19 Pedro Alves <palves@redhat.com>
13220
13221 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
13222 the same line.
13223
e2f6c966
PA
132242014-03-19 Pedro Alves <palves@redhat.com>
13225
13226 * gdb.base/async.c (main): Add "jump here" and "until here" line
13227 marker comments.
13228 * gdb.base/async.exp (jump_here): New global.
13229 (jump& test): Use it.
13230 (until_here): New global.
13231 (until& test): Use it.
13232
c30568d4
PA
132332014-03-19 Pedro Alves <palves@redhat.com>
13234
13235 * gdb.base/async.exp: Don't frob gdb_protocol.
13236
0172b6a7
DE
132372014-03-18 Doug Evans <xdje42@gmail.com>
13238
13239 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
13240 Fix spelling of exec-done-display.
13241
06c868a8
JK
132422014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
13243
13244 PR gdb/15358
13245 * gdb.base/gdb-sigterm.c: New file.
13246 * gdb.base/gdb-sigterm.exp: New file.
13247
0c7e1a46
PA
132482014-03-18 Pedro Alves <palves@redhat.com>
13249
13250 PR gdb/13860
13251 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
13252 * lib/mi-support.exp (mi_expect_stop): Add special handling for
13253 solib-event.
13254
f7c77d93
JB
132552014-03-17 Joel Brobecker <brobecker@adacore.com>
13256
13257 * gdb.ada/pckd_arr_ren: New testcase.
13258
5a1e8c7a
DE
132592014-03-13 Doug Evans <xdje42@gmail.com>
13260
13261 PR guile/16612
13262 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
13263 collect after discarding symbols.
13264
350e1a76
DE
132652014-03-13 Ludovic Courtès <ludo@gnu.org>
13266 Doug Evans <xdje42@gmail.com>
13267
13268 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
13269 to history survives a gc.
13270
a69900ae
PA
132712014-03-13 Pedro Alves <palves@redhat.com>
13272
13273 * gdb.base/default.exp: Don't test "target procfs".
13274
5db9f0bd
PA
132752014-03-13 Pedro Alves <palves@redhat.com>
13276
13277 * gdb.base/default.exp: Update "target child" and "target procfs"
13278 tests to not expect "Unix".
13279
b3ccfe11
TT
132802014-03-12 Tom Tromey <tromey@redhat.com>
13281
13282 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
13283 New procs. Add target-async tests.
13284 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
13285 Add target-async tests.
13286
646f4417
AA
132872014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13288
13289 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
13290 'func_start' and 'func_end' for the beginning and end of the
13291 function code, respectively.
13292 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
13293 'func_end' instead of 'func' and 'main'.
13294
288c211f
AA
132952014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13296
13297 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
13298 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
13299 generate the debug info assembler source.
13300
e0c0f156
AA
133012014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13302
13303 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
13304 * gdb.dwarf2/arr-subrange.exp: Likewise.
13305 * gdb.dwarf2/dwz.exp: Likewise.
13306 * gdb.dwarf2/method-ptr.exp: Likewise.
13307 * gdb.dwarf2/missing-sig-type.exp: Likewise.
13308 * gdb.dwarf2/subrange.exp: Likewise.
13309 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
13310 * gdb.dwarf2/implptrpiece.exp: Likewise.
13311 * gdb.dwarf2/nostaticblock.exp: Likewise.
13312
0e5c4555
AA
133132014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13314
13315 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
13316 directory to absolute path name arguments.
13317
5ec18f2b
JG
133182014-03-10 Joel Brobecker <brobecker@adacore.com>
13319
13320 * gdb.ada/tagged_access: New testcase.
13321
847fc4f2
MM
133222014-03-07 Markus Metzger <markus.t.metzger@intel.com>
13323
13324 * gdb.btrace/data.exp: Update expected output.
13325
cc3da688
YQ
133262014-03-06 Yao Qi <yao@codesourcery.com>
13327
13328 * gdb.trace/pr16508.exp: New file.
13329
0f26cec1
PA
133302014-03-05 Pedro Alves <palves@redhat.com>
13331
13332 PR gdb/16575
13333 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
13334 procedure.
13335 (top level): Adjust to use it. Add tests that exercise breakpoint
13336 interaction with the code-cache.
13337
7a5a839f
LC
133382014-02-26 Ludovic Courtès <ludo@gnu.org>
13339
13340 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
13341 test for 'history-append!'.
13342
31aa7e4e
JB
133432014-02-26 Joel Brobecker <brobecker@adacore.com>
13344
13345 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
13346 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
13347 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
13348 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
13349 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
13350 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
13351
1b588015
JB
133522014-02-26 Joel Brobecker <brobecker@adacore.com>
13353
13354 * testsuite/gdb.python/py-pp-re-notag.c: New file.
13355 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
13356 * testsuite/gdb.python/py-pp-re-notag.p: New file.
13357
55426c9d
JB
133582014-02-26 Joel Brobecker <brobecker@adacore.com>
13359
13360 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
13361
dc53a7ad
JB
133622014-02-26 Joel Brobecker <brobecker@adacore.com>
13363
13364 * gdb.dwarf2/arr-stride.c: New file.
13365 * gdb.dwarf2/arr-stride.exp: New file.
13366
12ab52e9
PA
133672014-02-26 Pedro Alves <palves@redhat.com>
13368
13369 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
13370 that won't ever trigger. Make sure that GDB reports the correct
13371 breakpoint that caused the stop.
13372
849c862e
JK
133732014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13374
13375 PR gdb/16626
13376 * gdb.base/auto-load-script: New file.
13377 * gdb.base/auto-load.c: New file.
13378 * gdb.base/auto-load.exp: New file.
13379
71b7d793
JK
13380 PR gdb/16626
13381 * gdb.base/auto-load.exp: Fix out-of-srctree run.
13382
e2f0d509
JK
133832014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13384
13385 Fix dw2-icycle.exp -fsanitize=address GDB crash.
13386 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
13387
50cc37c8
DE
133882014-02-24 Doug Evans <dje@google.com>
13389
13390 * lib/gdb.exp (run_on_host): Log error output if program fails.
13391
ea4758f2
PA
133922014-02-21 Pedro Alves <palves@redhat.com>
13393
13394 * gdb.threads/step-after-sr-lock.c: Rename to ...
13395 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
13396 * gdb.threads/step-after-sr-lock.exp: Rename to ...
13397 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13398 ... this.
13399
d7b30f67
SDJ
134002014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
13401
13402 PR tdep/16397
13403 * gdb.arch/amd64-stap-special-operands.exp: New file.
13404 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
13405 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
13406 * gdb.arch/amd64-stap-triplet.S: Likewise.
13407 * gdb.arch/amd64-stap-triplet.c: Likewise.
13408
83deb43f
JB
134092014-02-20 Joel Brobecker <brobecker@adacore.com>
13410
13411 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
13412 in .section pseudo-op.
13413
adde2bff
DE
134142014-02-20 lin zuojian <manjian2006@gmail.com>
13415 Joel Brobecker <brobecker@adacore.com>
13416 Doug Evans <xdje42@gmail.com>
13417
13418 PR symtab/16581
13419 * gdb.dwarf2/dw2-icycle.S: New file.
13420 * gdb.dwarf2/dw2-icycle.c: New file.
13421 * gdb.dwarf2/dw2-icycle.exp: New file.
13422
f7bd0f78
SC
134232014-02-19 Siva Chandra Reddy <sivachandra@google.com>
13424
13425 * gdb.python/py-value-cc.cc: Improve test case to enable testing
13426 operations on gdb.Value objects.
13427 * gdb.python/py-value-cc.exp: Add new test to test operations on
13428 gdb.Value objects.
13429
c17ef0d5
DE
134302014-02-18 Doug Evans <dje@google.com>
13431
13432 * Makefile.in (TESTS): New variable.
13433 (expanded_tests, expanded_tests_or_none): New variables
13434 (check-single): Pass $(expanded_tests_or_none) to runtest.
13435 (check-parallel): Only run tests in $(TESTS) if non-empty.
13436 (check/no-matching-tests-found): New rule.
13437 * README: Document TESTS makefile variable.
13438
5dd3176f
DE
134392014-02-18 Doug Evans <dje@google.com>
13440
13441 * Makefile.in (check-parallel): rm -rf outputs temp.
13442
0b10be4f
JK
134432014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13444
13445 Fix "ERROR: no fileid for" in the testsuite.
13446 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
13447
85f224e7
DE
134482014-02-12 Doug Evans <dje@google.com>
13449
13450 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
13451 (MISCELLANEOUS): New variable.
13452 (clean): rm -rf $(MISCELLANEOUS).
13453 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
13454 dwp live in the same directory as symlinks, with each symlink pointed
13455 to a differently named file in a different directory.
13456
149b30ff
DE
134572014-02-11 Doug Evans <dje@google.com>
13458
13459 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
13460 of Tcl file commands.
13461
1dfdac32
MK
134622014-02-10 Mark Kettenis <kettenis@gnu.org>
13463
13464 * gdb.threads/step-after-sr-lock.exp: Avoid executing
13465 "kill -SIGUSR1 -1".
13466
aa4fb036
JB
134672014-02-10 Joel Brobecker <brobecker@adacore.com>
13468
13469 * gdb.ada/tick_length_array_enum_idx: New testcase.
13470
ed3ef339
DE
134712014-02-10 Doug Evans <xdje42@gmail.com>
13472
13473 * configure.ac (AC_OUTPUT): Add gdb.guile.
13474 * configure: Regenerate.
13475 * lib/gdb-guile.exp: New file.
13476 * lib/gdb.exp (get_target_charset): New function.
13477 * gdb.base/help.exp: Update expected output from "apropos apropos".
13478 * gdb.guile/Makefile.in: New file.
13479 * gdb.guile/guile.exp: New file.
13480 * gdb.guile/scm-arch.c: New file.
13481 * gdb.guile/scm-arch.exp: New file.
13482 * gdb.guile/scm-block.c: New file.
13483 * gdb.guile/scm-block.exp: New file.
13484 * gdb.guile/scm-breakpoint.c: New file.
13485 * gdb.guile/scm-breakpoint.exp: New file.
13486 * gdb.guile/scm-disasm.c: New file.
13487 * gdb.guile/scm-disasm.exp: New file.
13488 * gdb.guile/scm-equal.c: New file.
13489 * gdb.guile/scm-equal.exp: New file.
13490 * gdb.guile/scm-error.exp: New file.
13491 * gdb.guile/scm-error.scm: New file.
13492 * gdb.guile/scm-frame-args.c: New file.
13493 * gdb.guile/scm-frame-args.exp: New file.
13494 * gdb.guile/scm-frame-args.scm: New file.
13495 * gdb.guile/scm-frame-inline.c: New file.
13496 * gdb.guile/scm-frame-inline.exp: New file.
13497 * gdb.guile/scm-frame.c: New file.
13498 * gdb.guile/scm-frame.exp: New file.
13499 * gdb.guile/scm-generics.exp: New file.
13500 * gdb.guile/scm-gsmob.exp: New file.
13501 * gdb.guile/scm-iterator.c: New file.
13502 * gdb.guile/scm-iterator.exp: New file.
13503 * gdb.guile/scm-math.c: New file.
13504 * gdb.guile/scm-math.exp: New file.
13505 * gdb.guile/scm-objfile-script-gdb.in: New file.
13506 * gdb.guile/scm-objfile-script.c: New file.
13507 * gdb.guile/scm-objfile-script.exp: New file.
13508 * gdb.guile/scm-objfile.c: New file.
13509 * gdb.guile/scm-objfile.exp: New file.
13510 * gdb.guile/scm-ports.exp: New file.
13511 * gdb.guile/scm-pretty-print.c: New file.
13512 * gdb.guile/scm-pretty-print.exp: New file.
13513 * gdb.guile/scm-pretty-print.scm: New file.
13514 * gdb.guile/scm-section-script.c: New file.
13515 * gdb.guile/scm-section-script.exp: New file.
13516 * gdb.guile/scm-section-script.scm: New file.
13517 * gdb.guile/scm-symbol.c: New file.
13518 * gdb.guile/scm-symbol.exp: New file.
13519 * gdb.guile/scm-symtab-2.c: New file.
13520 * gdb.guile/scm-symtab.c: New file.
13521 * gdb.guile/scm-symtab.exp: New file.
13522 * gdb.guile/scm-type.c: New file.
13523 * gdb.guile/scm-type.exp: New file.
13524 * gdb.guile/scm-value-cc.cc: New file.
13525 * gdb.guile/scm-value-cc.exp: New file.
13526 * gdb.guile/scm-value.c: New file.
13527 * gdb.guile/scm-value.exp: New file.
13528 * gdb.guile/source2.scm: New file.
13529 * gdb.guile/types-module.cc: New file.
13530 * gdb.guile/types-module.exp: New file.
13531
7026a7c1
YQ
135322014-02-10 Yao Qi <yao@codesourcery.com>
13533
13534 PR testsuite/16543
13535 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
13536 * configure: Regenerated.
13537 * Makefile.in: New file.
13538
6c466447
AS
135392014-02-08 Andreas Schwab <schwab@linux-m68k.org>
13540
13541 * gdb.python/py-framefilter.exp: Fix typo.
13542
6e854735
YQ
135432014-02-08 Yao Qi <yao@codesourcery.com>
13544
13545 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
13546 that no =breakpoint-modified is emitted when breakpoints are
13547 modified through MI commands.
13548
d137e6dc
PA
135492014-02-07 Pedro Alves <pedro@codesourcery.com>
13550 Pedro Alves <palves@redhat.com>
13551
13552 * gdb.threads/step-after-sr-lock.c: New file.
13553 * gdb.threads/step-after-sr-lock.exp: New file.
13554
b5ee5a50
PA
135552014-02-07 Pedro Alves <palves@redhat.com>
13556
13557 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
13558
3c77faf3
JK
135592014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
13560
13561 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
13562 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
13563
6dddc817
DE
135642014-02-06 Doug Evans <xdje42@gmail.com>
13565
13566 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
13567 output.
13568
13569 * gdb.gdb/python-interrupts.exp: New file.
13570
de7b2893
YQ
135712014-02-05 Yao Qi <yao@codesourcery.com>
13572
13573 * gdb.trace/report.exp (use_collected_data): Test the output
13574 of "info threads" and "info inferiors".
13575
66d032ac
YQ
135762014-02-05 Yao Qi <yao@codesourcery.com>
13577
13578 Revert this patch:
13579
13580 2013-05-24 Yao Qi <yao@codesourcery.com>
13581
13582 * gdb.trace/tfile.exp: Test inferior and thread.
13583
591a12a1
UW
135842014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13585
13586 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
13587 on a function.
13588 * gdb.base/step-bt.c: Call hello via function pointer to make
13589 sure its first instruction is executed on powerpc64le-linux.
13590
0ff3e01f
UW
135912014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13592
13593 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
13594
084ee545
UW
135952014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13596
13597 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
13598 of the test patterns for use on little-endian systems.
13599
6ed14ff3
UW
136002014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13601
13602 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
13603 (decimal_vector): Fix for little-endian.
13604
401e27fd
JM
136052014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
13606
13607 * gdb.arch/sparc-sysstep.exp: New file.
13608 * gdb.arch/sparc-sysstep.c: Likewise.
13609
13610 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
13611
8b924729
EBM
136122014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13613
13614 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
13615
fb151210
JB
136162014-01-23 Tom Tromey <tromey@redhat.com>
13617
13618 * gdb.ada/array_char_idx: New testcase.
13619
0740f8d8
TT
136202014-01-23 Tom Tromey <tromey@redhat.com>
13621
13622 PR python/16487:
13623 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
13624 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
13625 classes.
13626
21909fa1
TT
136272014-01-23 Tom Tromey <tromey@redhat.com>
13628
13629 PR python/16491:
13630 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
13631 string from an inferior frame.
13632 * gdb.python/py-framefilter-mi.exp: Update.
13633
87ce2a04
DE
136342014-01-22 Doug Evans <dje@google.com>
13635
13636 * gdb.server/server-mon.exp: Add tests for "set debug-format".
13637
237b092b
AA
136382014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13639
13640 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
13641
d674a709
AA
136422014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13643
13644 * gdb.trace/entry-values.exp: Remove excess space character from
13645 regex patterns. Handle s390 call instruction.
13646
20fa3390
AA
136472014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13648
13649 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
13650 define "*_start" label. Make "name" static.
13651 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
13652 ${name} by references to ${name}_start.
13653
78466714
AA
136542014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13655
13656 * gdb.base/info-macros.exp: Remove "debug" from the compile
13657 options.
13658
ec9f644a
IB
136592014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
13660
13661 * gdb.dlang/demangle.exp: New file.
13662
94b1b47e
IB
136632014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
13664
13665 * gdb.dlang/primitive-types.exp: New file.
13666
7f420862
IB
136672014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
13668
13669 * configure.ac: Create gdb.dlang/Makefile.
13670 * configure: Regenerate.
13671 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
13672 * gdb.dlang/Makefile.in: New file.
13673 * lib/d-support.exp: New file.
13674 * lib/gdb.exp (skip_d_tests): New proc.
13675
52834460
MM
136762014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13677
13678 * gdb.btrace/delta.exp: Check reverse stepi.
13679 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
13680 * gdb.btrace/finish.exp: New.
13681 * gdb.btrace/next.exp: New.
13682 * gdb.btrace/nexti.exp: New.
13683 * gdb.btrace/record_goto.c: Add comments.
13684 * gdb.btrace/step.exp: New.
13685 * gdb.btrace/stepi.exp: New.
13686 * gdb.btrace/multi-thread-step.c: New.
13687 * gdb.btrace/multi-thread-step.exp: New.
13688 * gdb.btrace/rn-dl-bind.c: New.
13689 * gdb.btrace/rn-dl-bind.exp: New.
13690 * gdb.btrace/data.c: New.
13691 * gdb.btrace/data.exp: New.
13692 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
13693
6e07b1d2
MM
136942014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13695
13696 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
13697 * gdb.btrace/exception.exp: Update.
13698 * gdb.btrace/instruction_history.exp: Update.
13699 * gdb.btrace/record_goto.exp: Update.
13700 * gdb.btrace/tailcall.exp: Update.
13701 * gdb.btrace/unknown_functions.exp: Update.
13702 * gdb.btrace/delta.exp: New.
13703
0b722aec
MM
137042014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13705
13706 * gdb.btrace/record_goto.exp: Add backtrace test.
13707 * gdb.btrace/tailcall.exp: Add backtrace test.
13708
066ce621
MM
137092014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13710
13711 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
13712 * gdb.btrace/record_goto.c: New.
13713 * gdb.btrace/record_goto.exp: New.
13714 * gdb.btrace/x86-record_goto.S: New.
13715
0688d04e
MM
137162014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13717
13718 * gdb.btrace/function_call_history.exp: Update tests.
13719 * gdb.btrace/instruction_history.exp: Update tests.
13720
8710b709
MM
137212014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13722
13723 * gdb.btrace/function_call_history.exp: Fix expected field
13724 order for "record function-call-history".
13725 Add new tests for "record function-call-history /c".
13726 * gdb.btrace/exception.cc: New.
13727 * gdb.btrace/exception.exp: New.
13728 * gdb.btrace/tailcall.exp: New.
13729 * gdb.btrace/x86-tailcall.S: New.
13730 * gdb.btrace/x86-tailcall.c: New.
13731 * gdb.btrace/unknown_functions.c: New.
13732 * gdb.btrace/unknown_functions.exp: New.
13733 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
13734
5de9129b
MM
137352014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13736
13737 * gdb.btrace/instruction_history.exp: Update.
13738 * gdb.btrace/function_call_history.exp: Update.
13739
23a7fe75
MM
137402014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13741
13742 * gdb.btrace/function_call_history.exp: Fix expected function
13743 trace.
13744 * gdb.btrace/instruction_history.exp: Initialize traced.
13745 Remove traced_functions.
13746
724c7dd8
MM
137472014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13748
13749 * gdb.btrace/function_call_history.exp: Update
13750 * gdb.btrace/instruction_history.exp: Update.
13751
6d78d93b
MM
137522014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13753
13754 * gdb.btrace/enable.exp: Update expected text.
13755
93a360cc
OJ
137562014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
13757
13758 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
13759 bytes.
13760
3772b53f
MR
137612014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
13762
13763 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
13764
596662fa
OJ
137652014-01-15 Omair Javaid <omair.javaid@linaro.org>
13766
13767 * lib/gdb.exp (supports_process_record): Return true for
13768 arm*-linux*. (supports_reverse): Likewise.
13769
b5b08fb4
SC
137702014-01-13 Siva Chandra Reddy <sivachandra@google.com>
13771
13772 PR python/15464
13773 PR python/16113
13774 * gdb.python/py-type.c: Enhance test case.
13775 * gdb.python/py-value-cc.cc: Likewise
13776 * gdb.python/py-type.exp: Add new tests.
13777 * gdb.python/py-value-cc.exp: Likewise
13778
52d7fb13
AA
137792014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
13780 Pedro Alves <palves@redhat.com>
13781
13782 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
13783 Make "name" extern.
13784 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
13785 references to ${name}_start by references to ${name}.
13786
a2cd8cfe
JB
137872014-01-10 Joel Brobecker <brobecker@adacore.com>
13788
13789 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
13790
4e23fced
JB
137912014-01-10 Joel Brobecker <brobecker@adacore.com>
13792
13793 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
13794
c6a9e42c
PA
137952014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
13796 Pedro Alves <palves@redhat.com>
13797
13798 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 13799 mi_gdb_target_load.
c6a9e42c 13800
b7ea362b
PA
138012014-01-08 Pedro Alves <palves@redhat.com>
13802
13803 * gdb.threads/reconnect-signal.c: New file.
13804 * gdb.threads/reconnect-signal.exp: New file.
13805
5e3f4fab
EBM
138062014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13807
13808 * gdb.base/source-dir.exp: New file.
13809
79301218
JB
138102014-01-07 Joel Brobecker <brobecker@adacore.com>
13811
13812 * gdb.ada/mi_interface: New testcase.
13813
8e355c5d
JB
138142014-01-07 Joel Brobecker <brobecker@adacore.com>
13815
13816 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
13817 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
13818 gdb.ada/pp-rec-component/pck.ads: New files.
13819
c0d48811
JB
138202014-01-07 Joel Brobecker <brobecker@adacore.com>
13821
13822 * gdb.python/py-pp-integral.c: New file.
13823 * gdb.python/py-pp-integral.py: New file.
13824 * gdb.python/py-pp-integral.exp: New file.
13825
17b609c3 13826For older changes see ChangeLog-1993-2013.
c906108c 13827\f
8d8cb839
EZ
13828;; Local Variables:
13829;; mode: change-log
13830;; left-margin: 8
13831;; fill-column: 74
13832;; version-control: never
13833;; End:
902f2ccb 13834
e2882c85 13835 Copyright 2014-2018 Free Software Foundation, Inc.
902f2ccb
MC
13836 Copying and distribution of this file, with or without modification,
13837 are permitted provided the copyright notice and this notice are preserved.
This page took 3.4526 seconds and 4 git commands to generate.