Automatic date update in version.in
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
6d7bb824
TT
12018-04-30 Tom Tromey <tom@tromey.com>
2
3 * gdb.python/py-type.exp: Check align attribute.
4 * gdb.python/py-type.c: New "aligncheck" global.
5
007e1530
TT
62018-04-30 Tom Tromey <tom@tromey.com>
7
8 PR exp/17095:
9 * gdb.dwarf2/dw2-align.exp: New file.
10 * gdb.cp/align.exp: New file.
11 * gdb.base/align.exp: New file.
12 * lib/gdb.exp (gdb_int128_helper): New proc.
13 (has_int128_c, has_int128_cxx): New caching procs.
14
6873858b
TT
152018-04-27 Tom Tromey <tom@tromey.com>
16
17 PR rust/22545:
18 * gdb.rust/simple.exp: Add inclusive range tests.
19
79188d8d
PA
202018-04-26 Pedro Alves <palves@redhat.com>
21
22 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
23 ifunc breakpoint locations correctly of ifunc breakpoints set
24 while the program resolves the ifunc.
25
c7075ad5
PA
262018-04-26 Pedro Alves <palves@redhat.com>
27
28 * gdb.base/gnu-ifunc-final.c: New file.
29 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
30 * gdb.base/gnu-ifunc.exp (executable): Delete.
31 (staticexecutable): Adjust.
32 (lib_opts, exec_opts): Delete.
33 (make_binsuffix, build, set-break): New procedures.
34 (misc_tests): New, with tests factored out from the top level.
35 (top level): Test different combinations of ifunc resolver name,
36 resolver with and with debug info, and ifunc target with and
37 without debug info. Wrap static tests with with_target_prefix.
38
8388016d
PA
392018-04-26 Pedro Alves <palves@redhat.com>
40
41 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
42 return type" warnings.
43
249b5733
PA
442018-04-25 Pedro Alves <palves@redhat.com>
45
46 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
47 killed".
48 * gdb.base/kill-after-signal.exp: Likewise.
49 * gdb.threads/kill.exp: Likewise.
50
f67c0c91
SDJ
512018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
52 Sergio Durigan Junior <sergiodj@redhat.com>
53 Pedro Alves <palves@redhat.com>
54
55 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
56 regexps to expect for '[Inferior ... detached]' as well.
57 * gdb.base/attach.exp: Likewise.
58 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
59 "gdb_continue_to_end".
60 (test_catch_syscall_with_wrong_args): Likewise.
61 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
62 ']'. Don't set 'verbose' on.
63 * gdb.base/foll-vfork.exp: Likewise.
64 * gdb.base/fork-print-inferior-events.c: New file.
65 * gdb.base/fork-print-inferior-events.exp: New file.
66 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
67 '[Inferior ... has been killed]' message.
68 * gdb.base/kill-after-signal.exp: Likewise.
69 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
70 detach message.
71 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
72 message.
73 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
74 regexps to expect for '[Inferior ... detached]' as well.
75 * gdb.threads/process-dies-while-detaching.exp: Likewise.
76
0a8ddac4
SM
772018-04-24 Simon Marchi <simon.marchi@ericsson.com>
78
79 PR gdb/23104
80 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
81
d27d16bf
RB
822018-04-19 Richard Bunt <richard.bunt@arm.com>
83
84 * gdb.threads/multiple-successive-infcall.c: New test.
85 * gdb.threads/multiple-successive-infcall.exp: New file.
86
a037790e
TT
872018-04-17 Tom Tromey <tom@tromey.com>
88
89 * gdb.rust/simple.rs (Union): New type.
90 (main): New local "u".
91 * gdb.rust/simple.exp (test_one_slice): Add new test case.
92
e3a91079
AA
932018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
94
95 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
96 number information in output of "whereis" command.
97 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
98
b744723f
AA
992018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
100
101 * gdb.ada/info_types.exp: Adjust expected output to the line
102 numbers now printed by "info var/func/type".
103 * gdb.base/completion.exp: Likewise.
104 * gdb.base/included.exp: Likewise.
105 * gdb.cp/cp-relocate.exp: Likewise.
106 * gdb.cp/cplusfuncs.exp: Likewise.
107 * gdb.cp/namespace.exp: Likewise.
108 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
109
4a4495d6
MM
1102018-04-13 Markus Metzger <markus.t.metzger@intel.com>
111
112 * gdb.btrace/cpu.exp: New.
113
1d509aa6
MM
1142018-04-13 Markus Metzger <markus.t.metzger@intel.com>
115
116 * gdb.base/step-indirect-call-thunk.exp: New.
117 * gdb.base/step-indirect-call-thunk.c: New.
118 * gdb.reverse/step-indirect-call-thunk.exp: New.
119 * gdb.reverse/step-indirect-call-thunk.c: New.
120
6295b6da
SM
1212018-04-11 Simon Marchi <simon.marchi@ericsson.com>
122
123 * gdb.base/pie-fork.c: New file.
124 * gdb.base/pie-fork.exp: New file.
125
50146e70
TT
1262018-04-11 Tom Tromey <tom@tromey.com>
127
128 * gdb.rust/simple.exp: Add test for ".." struct initializer.
129
f50d8a2e
PA
1302018-04-10 Pedro Alves <palves@redhat.com>
131
132 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
133 exits. Instead loop running forever.
134 (fork_parent): Run forever too.
135
a0be7a36
SM
1362018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
137
138 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
139 mi_continue_to_line.
140 * gdb.mi/mi-stack.c (callee4): Add comment.
141
9b73db36
SM
1422018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
143
144 * gdb.mi/mi-stack.exp: Fix indentation.
145
c912f608
SM
1462018-04-07 Simon Marchi <simon.marchi@ericsson.com>
147
148 PR gdb/22979
149 * gdb.arch/amd64-osabi.exp: New file.
150
26540402
SM
1512018-04-07 Simon Marchi <simon.marchi@ericsson.com>
152
153 PR gdb/22980
154 * gdb.base/osabi.exp: New file.
155
121ad66c 1562018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
157
158 * gdb.cp/static-typedef-print.exp: New file.
159 * gdb.cp/static-typedef-print.cc: New file.
160
3fcded8f
JB
1612018-03-27 Joel Brobecker <brobecker@adacore.com>
162
163 * gdb.ada/varsize_limit: New testcase.
164
59cc4834
JB
1652018-03-27 Joel Brobecker <brobecker@adacore.com>
166
167 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
168
169 * gdb.ada/notcplusplus: New testcase.
170
171 * gdb.base/c-linkage-name.c: New file.
172 * gdb.base/c-linkage-name.exp: New testcase.
173
4ca59a9f
TT
1742018-03-26 Tom Tromey <tom@tromey.com>
175
176 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
177 * gdb.python/py-framefilter.py (name_error): New global.
178 (ErrorInName.function): Use name_error.
179
978d6c75
TT
1802018-03-26 Tom Tromey <tom@tromey.com>
181
182 PR backtrace/15582:
183 * gdb.python/py-framefilter.exp: Add "bt hide" test.
184
b7fee5a3
KS
1852018-03-23 Keith Seitz <keiths@redhat.com>
186
187 PR c++/22968
188 * gdb.cp/subtypes.exp: New file.
189 * gdb.cp/subtypes.h: New file.
190 * gdb.cp/subtypes.cc: New file.
191 * gdb.cp/subtypes-2.cc: New file.
192
376be529
AB
1932018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
194
195 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
196 (done): Call '_exit' not 'exit' to avoid atexit handlers.
197 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
198 -nostartfiles when compiling the test. Confirm that all registers
199 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
200
066cfa98
AB
2012018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
202
203 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
204 option, syntax was wrong anyway.
205 * gdb.arch/arm-disp-step.exp: Likewise.
206 * gdb.arch/sparc64-regs.exp: Likewise.
207 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
208 option, syntax was wrong anyway, switch to use
209 prepare_for_testing.
210 * gdb.arch/i386-disp-step.exp: Likewise.
211
079670b9
AA
2122018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
213
214 * gdb.ada/exec_changed.exp: Replace "target_info exists
215 use_gdb_stub" by "use_gdb_stub".
216 * gdb.ada/start.exp: Likewise.
217 * gdb.base/async-shell.exp: Likewise.
218 * gdb.base/attach-pie-misread.exp: Likewise.
219 * gdb.base/attach-wait-input.exp: Likewise.
220 * gdb.base/break-entry.exp: Likewise.
221 * gdb.base/break-interp.exp: Likewise.
222 * gdb.base/dprintf-detach.exp: Likewise.
223 * gdb.base/nostdlib.exp: Likewise.
224 * gdb.base/solib-nodir.exp: Likewise.
225 * gdb.base/statistics.exp: Likewise.
226 * gdb.base/testenv.exp: Likewise.
227 * gdb.mi/mi-exec-run.exp: Likewise.
228 * gdb.mi/mi-start.exp: Likewise.
229 * gdb.multi/dummy-frame-restore.exp: Likewise.
230 * gdb.multi/multi-arch-exec.exp: Likewise.
231 * gdb.multi/multi-arch.exp: Likewise.
232 * gdb.multi/tids.exp: Likewise.
233 * gdb.multi/watchpoint-multi.exp: Likewise.
234 * gdb.python/py-events.exp: Likewise.
235 * gdb.threads/attach-into-signal.exp: Likewise.
236 * gdb.threads/attach-stopped.exp: Likewise.
237 * gdb.threads/threadapply.exp: Likewise.
238 * lib/selftest-support.exp: Likewise.
239
26d6cec4
AA
2402018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
241
242 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
243
4ee89e90
SR
2442018-03-20 Stephen Roberts <stephen.roberts@arm.com>
245
246 * gdb.perf/template-breakpoints.cc: New file.
247 * gdb.perf/template-breakpoints.exp: New file.
248 * gdb.perf/template-breakpoints.py: New file.
249
92630041
TT
2502018-03-19 Tom Tromey <tom@tromey.com>
251
252 * gdb.rust/simple.rs (main): Add local variables field1, field2,
253 y0.
254 * gdb.rust/simple.exp: Test bare identifier form of struct
255 initializer.
256
76727919
TT
2572018-03-19 Tom Tromey <tom@tromey.com>
258
259 * gdb.gdb/observer.exp: Remove.
260
194ed413
AA
2612018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
262
263 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
264 "qualified" option when setting breakpoints.
265 * gdb.trace/backtrace.exp: Likewise.
266 * gdb.trace/circ.exp: Likewise.
267 * gdb.trace/collection.exp: Likewise.
268 * gdb.trace/disconnected-tracing.exp: Likewise.
269 * gdb.trace/ftrace-lock.exp: Likewise.
270 * gdb.trace/ftrace.exp: Likewise.
271 * gdb.trace/infotrace.exp: Likewise.
272 * gdb.trace/packetlen.exp: Likewise.
273 * gdb.trace/passc-dyn.exp: Likewise.
274 * gdb.trace/qtro.exp: Likewise.
275 * gdb.trace/read-memory.exp: Likewise.
276 * gdb.trace/report.exp: Likewise.
277 * gdb.trace/signal.exp: Likewise.
278 * gdb.trace/status-stop.exp: Likewise.
279 * gdb.trace/strace.exp: Likewise.
280 * gdb.trace/tfind.exp: Likewise.
281 * gdb.trace/trace-break.exp: Likewise.
282 * gdb.trace/trace-condition.exp: Likewise.
283 * gdb.trace/trace-mt.exp: Likewise.
284 * gdb.trace/tstatus.exp: Likewise.
285 * gdb.trace/tsv.exp: Likewise.
286 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
287 * gdb.trace/unavailable.exp: Likewise.
288 * gdb.trace/while-dyn.exp: Likewise.
289
8b067d2c
AA
2902018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
291
292 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
293 that libinproctrace is copied to the target.
294
3ae9ce5d
TT
2952018-03-14 Tom Tromey <tom@tromey.com>
296
297 PR cli/14977:
298 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
299 a null pointer.
300 * gdb.base/wchar.exp: Likewise.
301
b8c2339b
TT
3022018-03-14 Tom Tromey <tom@tromey.com>
303
304 PR cli/19918:
305 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
306 flag.
307
4872dc46
SM
3082018-03-08 Simon Marchi <simon.marchi@ericsson.com>
309
310 PR gdb/22841
311 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
312 "target" to remote_exec.
313
e4fe3756
SM
3142018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
315
316 PR gdb/22841
317 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
318 ${board}_upload): Remove.
319
e95a97d4
AA
3202018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
321
322 * gdb.cp/watch-cp.cc: New test.
323 * gdb.cp/watch-cp.exp: New file.
324
dbbb1059
AB
3252018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
326
327 * gdb.base/infcall-nested-structs.exp: New file.
328 * gdb.base/infcall-nested-structs.c: New file.
329 * gdb.base/float.exp: Add riscv support.
330
ecc054c0
TP
3312018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
332
333 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
334 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
335
25e3c82c
SDJ
3362018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
337
338 * gdb.server/abspath.exp: New file.
339 * lib/gdb.exp (with_cwd): New procedure.
340
3083294d
SM
3412018-02-28 Simon Marchi <simon.marchi@ericsson.com>
342
343 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
344 use it.
345 (gdb_is_target_remote_prompt): New proc.
346 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
347 (gdb_is_target_native): Pass prompt parameter to
348 gdb_is_target_1.
349
3275ef47
SM
3502018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
351
352 * gdb.base/load-command.c: New file.
353 * gdb.base/load-command.exp: New file.
354 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
355 (gdb_is_target_1): ...this, and generalize for other targets
356 than just remote.
357 (gdb_is_target_remote): Use gdb_is_target_1.
358 (gdb_is_target_native): use gdb_is_target_1.
359
6893c19a
TT
3602018-02-26 Tom Tromey <tom@tromey.com>
361
362 PR python/16497:
363 * gdb.python/py-framefilter.exp: Update test.
364
2ddeaf8a
TT
3652018-02-26 Tom Tromey <tom@tromey.com>
366
367 * gdb.dwarf2/variant.c: New file.
368 * gdb.dwarf2/variant.exp: New file.
369
c9317f21
TT
3702018-02-26 Tom Tromey <tom@tromey.com>
371
372 * gdb.rust/simple.exp: Accept more possible results in enum test.
373
6f6d0c26
SM
3742018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
375
376 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
377 parentheses.
378
11b03145
MR
3792018-02-23 Maciej W. Rozycki <macro@mips.com>
380
381 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
382 name of a variable: $actual_linejj -> $actual_line.
383
54a27fe5
JB
3842018-02-21 John Baldwin <jhb@FreeBSD.org>
385
386 * gdb.arch/amd64-i386-address.exp: Fix a typo.
387
de65820c
MM
3882018-02-20 Markus Metzger <markus.t.metzger@intel.com>
389
390 * gdb.btrace/buffer-size.exp: Do not force BTS.
391
980548fd
PA
3922018-02-14 Pedro Alves <palves@redhat.com>
393
394 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
395 getting a "Quit".
396
c4e12631
MM
3972018-02-09 Markus Metzger <markus.t.metzger@intel.com>
398
399 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
400 Fix test name.
401
c2e0e465
SM
4022018-02-07 Simon Marchi <simon.marchi@ericsson.com>
403
404 * gdb.cp/m-static.exp: Check type of optimized out static
405 member.
406
f7216783
AB
4072018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
408
409 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
410 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
411
0625771b
LS
4122018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
413 Leszek Swirski <leszeks@google.com>
414
415 * gdb.python/py-prettyprint.c
416 (struct to_string_returns_value_inner,
417 struct to_string_returns_value_wrapper): New.
418 (main): Add tsrvw variable.
419 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
420 ToStringReturnsValueWrapper): New classes.
421 (register_pretty_printers): Register new pretty-printers.
422 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
423 recursive pretty printer.
424 * gdb.python/py-mi.exp: Likewise.
425
59498c30
LS
4262018-02-01 Leszek Swirski <leszeks@google.com>
427
428 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
429 functions with the same name as an include file are parsed
430 correctly.
431
d4d38844
YQ
4322018-02-01 Yao Qi <yao.qi@linaro.org>
433
434 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
435 "\[^\r\n\]*".
436
07e5f5cf
NP
4372018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
438
439 * gdb.arch/powerpc-prologue-frame.s: New file.
440 * gdb.arch/powerpc-prologue-frame.c: Likewise.
441 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
442
929b5ad4
JB
4432018-01-31 Joel Brobecker <brobecker@adacore.com>
444
445 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
446
e671cd59
PA
4472018-01-30 Pedro Alves <palves@redhat.com>
448
449 PR gdb/13211
450 * gdb.base/interrupt-daemon.c: New.
451 * gdb.base/interrupt-daemon.exp: New.
452 * gdb.multi/multi-term-settings.c: New.
453 * gdb.multi/multi-term-settings.exp: New.
454
fc413dc4
JB
4552018-01-30 Joel Brobecker <brobecker@adacore.com>
456
457 * gdb.base/break.exp: Save the location where the breakpoint
458 on break.c:47 was actually inserted when debugging the version
459 compiled at -O2 and use it in the expected output of the "info
460 break" test performed soon after.
461
5c319bb2
PA
4622018-01-22 Pedro Alves <palves@redhat.com>
463 Sergio Durigan Junior <sergiodj@redhat.com>
464
465 * gdb.base/whatis.exp: Add tests for 'set print object on' +
466 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
467
a9e40818
JB
4682018-01-22 Joel Brobecker <brobecker@adacore.com>
469
470 * gdb.base/break-include.c, gdb.base/break-include.inc,
471 gdb.base/break-include.exp: New files.
472 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
473 line number now being the actual line number where the breakpoint
474 was inserted.
475 * gdb.mi/mi-break.exp: Likewise.
476 * gdb.mi/mi-reverse.exp: Likewise.
477 * gdb.mi/mi-simplerun.exp: Ditto.
478
e707fc44
AB
4792018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
480
481 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
482 varobj.
483 * gdb.mi/mi-var-create-rtti.exp: Likewise.
484
ae451627
AB
4852018-01-21 Don Breazeal <donb@codesourcery.com>
486 Andrew Burgess <andrew.burgess@embecosm.com>
487
488 * gdb.mi/basics.c: Add new global.
489 * gdb.mi/mi-frame-regs.exp: New file.
490 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
491 case.
492
b1b189e0
AB
4932018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
494
495 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
496 non-parameter, and on an unknown symbol.
497
fcfcc376
TT
4982018-01-19 Tom Tromey <tom@tromey.com>
499
500 * gdb.rust/modules.rs (TWENTY_THREE): New global.
501 * gdb.rust/modules.exp: Add ::-qualified lookup test.
502
634c1c31
AA
5032018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
504
505 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
506 setrlimit and chdir to int.
507
d6ad07fd
AA
5082018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
509
510 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
511 function.
512 (my_tend): Likewise.
513 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
514 rationale of avoiding FP- and vector instructions.
515
adf8243b
RK
5162018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
517
518 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
519 "info reg" with "\[ \t\]*".
520 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
521 "\[ \t\]+".
522 * gdb.arch/s390-multiarch.exp: Ditto.
523 * gdb.base/pc-fp.exp: Ditto.
524 * gdb.reverse/i386-precsave.exp: Ditto.
525 * gdb.reverse/i386-reverse.exp: Ditto.
526 * gdb.reverse/i387-env-reverse.exp: Ditto.
527 * gdb.reverse/i387-stack-reverse.exp: Ditto.
528
dcc06925
AA
5292018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
530
531 * lib/gdb.exp (gdb_compile): Re-enable use of
532 universal_compile_options for languages other than Rust.
533
25d4fd80
AA
5342018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
535
536 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
537
ee7f689e 5382018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
539
540 PR gdb/16577
541 * gdb.base/solib-vanish.exp: New.
542 * gdb.base/solib-vanish-main.c: New.
543 * gdb.base/solib-vanish-lib1.c: New.
544 * gdb.base/solib-vanish-lib2.c: New.
545
d8447b6b
YQ
5462018-01-17 Yao Qi <yao.qi@linaro.org>
547
548 * gdb.compile/compile.exp: Match the address printed for
549 frame in the output of command "bt".
550
86d6a90c
TT
5512018-01-15 Tom Tromey <tom@tromey.com>
552
553 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
554 compute sp_reg.
555
cbcdb1aa
AB
5562018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
557
558 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
559 to prepare.
560 (prepare): Return 0 on error, 1 on success.
561
eea61984
PA
5622018-01-12 Pedro Alves <palves@redhat.com>
563
564 * gdb.base/continue-after-aborted-step-over.c: New.
565 * gdb.base/continue-after-aborted-step-over.exp: New.
566
6181e9c2
SM
5672018-01-11 Simon Marchi <simon.marchi@ericsson.com>
568
569 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
570 options when not creating an executable.
571
3cada740
PA
5722018-01-11 Pedro Alves <palves@redhat.com>
573
574 PR remote/22597
575 * gdb.server/stop-reply-no-thread.c: New file.
576 * gdb.server/stop-reply-no-thread.exp: New file.
577
c63d3e8d
PA
5782018-01-10 Pedro Alves <palves@redhat.com>
579
580 PR gdb/22670
581 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
582 functions too. Test setting breakpoints and printing C functions
583 with no debug info too.
584 * gdb.ada/bp_c_mixed_case/qux.c: New file.
585
d4c2a405
PA
5862018-01-10 Pedro Alves <palves@redhat.com>
587
588 PR gdb/22670
589 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
590 a fail.
591
8825213e
PA
5922018-01-10 Pedro Alves <palves@redhat.com>
593
594 PR gdb/22670
595 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
596
605fd3c6
YQ
5972018-01-08 Simon Marchi <simon.marchi@ericsson.com>
598
599 * gdb.server/unittest.exp: Match the output in non-development
600 mode.
601
1e5ded6c
YQ
6022018-01-08 Simon Marchi <simon.marchi@ericsson.com>
603
604 * gdb.gdb/unittest.exp: Match output in non-development mode.
605
30066b0b
JB
6062018-01-08 Joel Brobecker <brobecker@adacore.com>
607
608 * gdb.ada/access_tagged_param.exp: Relax expected output
609 for value of "ObjL" in "continue" to pck.inspect breakpoint
610 test.
611
04bafb1e
XR
6122018-01-08 Joel Brobecker <brobecker@adacore.com>
613
9f86398b
JB
614 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
615 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 616
e379cee6
PA
6172018-01-05 Pedro Alves <palves@redhat.com>
618
619 PR gdb/18653
620 * gdb.base/libsegfault.exp: New.
621
de63c46b
PA
6222018-01-05 Joel Brobecker <brobecker@adacore.com>
623
624 PR gdb/22670
625 * gdb.ada/access_tagged_param.exp: New file.
626 * gdb.ada/access_tagged_param/foo.adb: New file.
627
f98fc17b
PA
6282018-01-05 Pedro Alves <palves@redhat.com>
629
630 PR gdb/22670
631 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
632 exercise lower case too, and to exercise both full matching and
633 wild matching.
634
342f8240
JB
6352018-01-05 Joel Brobecker <brobecker@adacore.com>
636
637 * gdb.ada/rename_subscript_param: New testcase.
638
7150d33c
JG
6392018-01-05 Jerome Guitton <guitton@adacore.com>
640
641 * gdb.ada/arr_acc_idx_w_gap: New testcase.
642
cc0e770c
JB
6432018-01-05 Joel Brobecker <brobecker@adacore.com>
644
645 * gdb.ada/convvar_comp: New testcase.
646
672a41aa 6472018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
648
649 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
650 (My_Table): New global variable.
651 * testsuite/gdb.ada/array_char_idx.exp: Add test.
652
7365ec2f
JB
6532018-01-04 Joel Brobecker <brobecker@adacore.com>
654
655 PR gdb/22670
656 * gdb.ada/maint_with_ada: New testcase.
657
289483b6
JB
6582018-01-04 Joel Brobecker <brobecker@adacore.com>
659
660 PR gdb/22670
661 * gdb.ada/bp_c_mixed_case: New testcase.
662
344420da
JB
6632018-01-04 Joel Brobecker <brobecker@adacore.com>
664
665 PR gdb/22670
666 * gdb.ada/complete.exp: Add "complete break ada" test.
667
66fc87a0
JB
6682018-01-04 Joel Brobecker <brobecker@adacore.com>
669
670 PR gdb/22670
671 * gdb.ada/info_addr_mixed_case: New testcase.
672
9f757bf7
XR
6732018-01-03 Xavier Roirand <roirand@adacore.com>
674
675 * gdb.ada/excep_handle.exp: New testcase.
676 * gdb.ada/excep_handle/foo.adb: New file.
677 * gdb.ada/excep_handle/pck.ads: New file.
678
bd570f80
JB
6792018-01-03 Joel Brobecker <brobecker@adacore.com>
680
681 * gdb.base/step-line.c: Add extra empty line in copyright header.
682 * gdb.base/step-line.inp: Likewise.
683
9fe561ab
JB
6842018-01-02 Joel Brobecker <brobecker@adacore.com>
685
686 * gdb.ada/dyn_stride.exp: Add slice test.
687
a405673c
JB
6882018-01-02 Joel Brobecker <brobecker@adacore.com>
689
690 * gdb.ada/dyn_stride: New testcase.
691
cef0f868
SH
6922017-12-27 Stafford Horne <shorne@gmail.com>
693
694 * gdb.xml/extra-regs.xml: Add example foo reggroup.
695 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
696
b67d92b0
SH
6972017-12-27 Stafford Horne <shorne@gmail.com>
698
699 * gdb.base/reggroups.c: New file.
700 * gdb.base/reggroups.exp: New file.
701
eccab96d
JB
7022017-12-18 Joel Brobecker <brobecker@adacore.com>
703
704 * gdb.dwarf2/ada-valprint-error.c: New file.
705 * gdb.dwarf2/ada-valprint-error.exp: New file.
706
0e2da9f0
JB
7072017-12-18 Joel Brobecker <brobecker@adacore.com>
708
709 * gdb.ada/assign_arr: New testcase.
710
cb923fcc
XR
7112017-12-18 Xavier Roirand <roirand@adacore.com>
712
713 * gdb.ada/funcall_ptr: New testcase.
714
7c161838
SDJ
7152017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
716
717 PR cli/16224
718 * gdb.base/ptype-offsets.cc: New file.
719 * gdb.base/ptype-offsets.exp: New file.
720
1af17fd9
YQ
7212017-12-15 Yao Qi <yao.qi@linaro.org>
722
723 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
724 if XML is disabled.
725
828d5846
XR
7262017-12-15 Xavier Roirand <roirand@adacore.com>
727
728 * gdb.ada/same_component_name: New testcase.
729
79e8fcaa
JB
7302017-12-14 Joel Brobecker <brobecker@adacore.com>
731
732 * gdb.ada/str_binop_equal: New testcase.
733
e05fa6f9
JB
7342017-12-14 Joel Brobecker <brobecker@adacore.com>
735
736 * gdb.ada/task_switch_in_core: New testcase.
737
b89641ba
SM
7382017-12-13 Simon Marchi <simon.marchi@ericsson.com>
739
740 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
741 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
742 call test_bkpt_qualified.
743 (test_bkpt_qualified): New proc.
744
6892d2e4
PA
7452017-12-13 Pedro Alves <palves@redhat.com>
746
747 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
748 Tighten regexp by matching with an anchor.
749
a22ecf70
PA
7502017-12-13 Pedro Alves <palves@redhat.com>
751
752 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
753 ("expression with namespace"): New set of tests.
754 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
755 (Nested::Test_NS::qux): New.
756 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
757 defaults to 'start_quote_char' and 'end_quote_char' parameters.
758
9937536c
JB
7592017-12-13 Joel Brobecker <brobecker@adacore.com>
760
761 * gdb.base/server-del-break.c: New file.
762 * gdb.base/server-del-break.exp: New file.
763
fe49c6f5
SH
7642017-12-12 Stafford Horne <shorne@gmail.com>
765
766 * gdb.xml/tdesc-regs.exp: Add or1k support.
767
c3d18620
SH
7682017-12-12 Stafford Horne <shorne@gmail.com>
769
770 * gdb.base/bp-permanent.c: Define nop of or1k.
771
c5f9cfc8
JB
7722017-12-11 Joel Brobecker <brobecker@adacore.com>
773
774 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
775 output with components being reordered.
776
a9c135fc
JB
7772017-12-11 Joel Brobecker <brobecker@adacore.com>
778
779 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
780 output with components being reordered.
781
927aa2e7
JK
7822017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
783 Pedro Alves <palves@redhat.com>
784
785 * gdb.base/maint.exp (check for .gdb_index): Check also for
786 .debug_names.
787 * gdb.dlang/watch-loc.c (.debug_aranges): New.
788 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
789 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
790 (.gdb_index used after symbol reloading): Support also .debug_names.
791 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
792
f17d9474
YQ
7932017-12-08 Yao Qi <yao.qi@linaro.org>
794
795 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
796 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
797
a0de8c21
YQ
7982017-12-08 Yao Qi <yao.qi@linaro.org>
799
800 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
801 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
802
a738ea1d
YQ
8032017-12-08 Yao Qi <yao.qi@linaro.org>
804
805 * gdb.arch/aarch64-tagged-pointer.c: New file.
806 * gdb.arch/aarch64-tagged-pointer.exp: New file.
807
1cd9a73b
SDJ
8082017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
809
810 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
811 "int".
812
fa6eb693
KS
8132017-12-07 Keith Seitz <keiths@redhat.com>
814
815 PR breakpoints/22569
816 * gdb.linespec/ls-errs.exp: Change expected result of "break
817 -source this file has spaces.c -line 3".
818 Check that an explicit source file followed by whitespace is
819 identified as an invalid explicit location.
820
883fd55a
KS
8212017-12-07 Keith Seitz <keiths@redhat.com>
822
823 * gdb.cp/nested-types.cc: New file.
824 * gdb.cp/nested-types.exp: New file.
825 * lib/cp-support.exp: Load data-structures.exp library.
826 (debug_cp_test_ptype_class): New global.
827 (cp_ptype_class_verbose, next_line): New procedures.
828 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
829 Add and document new return value.
830 Switch the list of lines to a queue.
831 Add support for new `type' key for nested type definitions.
832 Add debugging/troubleshooting messages.
833 * lib/data-structures.exp: New file.
834
ec72db3e
SM
8352017-12-07 Simon Marchi <simon.marchi@ericsson.com>
836
837 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
838 with proc_with_prefix, don't use with_test_prefix.
839
99598d71
TT
8402017-12-07 Tom Tromey <tom@tromey.com>
841
842 * gdb.base/break.exp: Add test for empty "commands".
843
a8806230
YQ
8442017-12-07 Yao Qi <yao.qi@linaro.org>
845
846 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
847 malloc and catch syscall.
848
824cc835
PM
8492017-12-07 Phil Muldoon <pmuldoon@redhat.com>
850
851 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
852 tests for explicit locations.
853
7cc244de
PA
8542017-12-06 Pedro Alves <palves@redhat.com>
855
856 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
857 force-disabling XML descriptions.
858
50a1fdd5
PA
8592017-12-04 Pedro Alves <palves@redhat.com>
860
861 PR gdb/22499
862 * gdb.arch/amd64-disp-step-avx.S: New file.
863 * gdb.arch/amd64-disp-step-avx.exp: New file.
864
f0fb2488
PA
8652017-12-03 Pedro Alves <palves@redhat.com>
866
867 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
868 and <string.h>.
869 (parent_function): Print distinct messages when waitpid fails, or
870 the child exits with a signal, or the child exits for an unhandled
871 reason.
872 * gdb.threads/process-dies-while-detaching.exp
873 (detach_and_expect_exit): New 'inf_output_re' parameter and use
874 it. Wait for both inferior output and GDB's prompt. Use an
875 indirect spawn id list.
876 (do_detach): New parameter 'child_exit'. Use it to compute
877 expected inferior output.
878 (test_detach, test_detach_watch, test_detach_killed_outside):
879 Adjust to pass down the expected child exit kind.
880
97cbe998
SDJ
8812017-12-01 Joel Brobecker <brobecker@adacore.com>
882 Sergio Durigan Junior <sergiodj@redhat.com>
883 Pedro Alves <palves@redhat.com>
884
885 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
886
40fc416f
SDJ
8872017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
888
889 * gdb.base/relocate.exp: Add tests to guarantee that arguments
890 to 'symbol-file' and 'add-symbol-file' can be
891 position-independent.
892
1cc75e92
YQ
8932017-12-01 Yao Qi <yao.qi@linaro.org>
894
895 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
896 the URL in copyright header.
897 * gdb.arch/aarch64-fp.exp: Likewise.
898 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
899 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
900 * gdb.base/expand-psymtabs.exp: Likewise.
901 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
902 * gdb.fortran/common-block.exp: Likewise.
903 * gdb.fortran/common-block.f90: Likewise.
904 * gdb.fortran/logical.exp: Likewise.
905 * gdb.fortran/vla-datatypes.f90: Likewise.
906 * gdb.fortran/vla-sub.f90: Likewise.
907
875fb7a7
JB
9082017-11-30 Joel Brobecker <brobecker@adacore.com>
909
910 * gdb.ada/repeat_dyn: New testcase.
911
6f14765f
UW
9122017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
913
914 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
915 Update for changed thread numbering.
916 * gdb.cell/bt.exp: Update for changed GDB output.
917
f1af7b94
SM
9182017-11-30 Simon Marchi <simon.marchi@ericsson.com>
919
920 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
921 setting isremote by hand.
922 * boards/dwarf4-gdb-index.exp: Likewise.
923 * boards/fission.exp: Likewise.
924 * boards/stabs.exp: Likewise.
925
e3919f3e
PA
9262017-11-30 Pedro Alves <palves@redhat.com>
927
928 * gdb.linespec/cpls-ops.exp
929 (check_explicit_skips_function_argument): Extract the underlying
930 type of size_t instead of hardcoding it.
931
bd69330d
PA
9322017-11-29 Pedro Alves <palves@redhat.com>
933
934 PR c++/19436
935 * gdb.linespec/cpls-abi-tag.cc: New file.
936 * gdb.linespec/cpls-abi-tag.exp: New file.
937
a20714ff
PA
9382017-11-29 Pedro Alves <palves@redhat.com>
939
940 * gdb.base/langs.exp: Use -qualified.
941 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
942 it.
943 * gdb.cp/namespace.exp: Use -qualified.
944 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
945 (overload-3, template-overload, template-ret-type, const-overload)
946 (const-overload-quoted, anon-ns, ambiguous-prefix): New
947 procedures.
948 (test_driver): Call them.
949 * gdb.cp/save-bp-qualified.cc: New.
950 * gdb.cp/save-bp-qualified.exp: New.
951 * gdb.linespec/explicit.exp: Test -qualified.
952 * lib/completion-support.exp (completion::explicit_opts_list): Add
953 "-qualified".
954 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
955
f6f1d339
PM
9562017-11-29 Phil Muldoon <pmuldoon@redhat.com>
957
958 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
959
02ca603a
TT
9602017-11-29 Tom Tromey <tom@tromey.com>
961
962 * gdb.base/relocate.exp: Update invalid argument test.
963 Add new tests for invalid arguments.
964
ed6c0bfb
TP
9652017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
966
967 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
968 Return 0 as a long.
969 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
970
f106e10e
TP
9712017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
972
973 * gdb.cp/breakpoint.cc (bar): Set return type to void.
974 * gdb.cp/psymtab-parameter.cc (func): Likewise.
975 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
976 func ().
977 * gdb.cp/shadow.cc (B.func): Return 0.
978
10329bb2
JB
9792017-11-27 Joel Brobecker <brobecker@adacore.com>
980
981 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
982 expected output in gdb_expect call to allow the exception
983 message to be present as well. Fix syntax confusion to avoid
984 TCL thinking that exception_name is an array.
985
617cd4bc
UW
9862017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
987
988 * gdb.arch/spu-info.c: Include <unistd.h>.
989 (do_signal_test): Fix broken calls to write.
990 * gdb.arch/spu-info.exp: Use prepare_for_testing.
991 Fix checks for empty mailboxes. Update signal tests for corrected
992 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
993 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
994 * gdb.cell/arch.exp: Use standard_output_file.
995 * gdb.cell/break.exp: Likewise.
996 * gdb.cell/bt.exp: Likewise.
997 * gdb.cell/core.exp: Likewise.
998 * gdb.cell/dwarfaddr.exp: Likewise.
999 * gdb.cell/ea-cache.exp: Likewise.
1000 * gdb.cell/ea-standalone.exp: Likewise.
1001 * gdb.cell/f-regs.exp: Likewise.
1002 * gdb.cell/fork.exp: Likewise.
1003 * gdb.cell/gcore.exp: Likewise.
1004 * gdb.cell/mem-access.exp: Likewise.
1005 * gdb.cell/ptype.exp: Likewise.
1006 * gdb.cell/registers.exp: Likewise.
1007 * gdb.cell/sizeof.exp: Likewise.
1008 * gdb.cell/solib-symbol.exp: Likewise.
1009 * gdb.cell/solib.exp: Likewise.
617cd4bc 1010
a81aaca0
PA
10112017-11-25 Pedro Alves <palves@redhat.com>
1012
1013 * gdb.base/complete-empty.exp: New file.
1014 * gdb.base/completion.exp: Adjust.
1015
6a3c6ee4
PA
10162017-11-25 Pedro Alves <palves@redhat.com>
1017
1018 * gdb.linespec/cpls-ops.cc: New file.
1019 * gdb.linespec/cpls-ops.exp: New file.
1020 * lib/completion-support.exp (test_complete_prefix_range_re): New,
1021 factored out from ...
1022 (test_complete_prefix_range): ... this.
1023
8955eb2d
PA
10242017-11-24 Pedro Alves <palves@redhat.com>
1025
1026 * gdb.linespec/cpcompletion.exp: New file.
1027 * gdb.linespec/cpls-hyphen.cc: New file.
1028 * gdb.linespec/cpls.cc: New file.
1029 * gdb.linespec/cpls2.cc: New file.
1030 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
1031 test to use test_gdb_complete_unique. Add label completion,
1032 keyword completion and explicit location completion tests.
1033 * lib/completion-support.exp: New file.
1034
e547c119
JB
10352017-11-24 Joel Brobecker <brobecker@adacore.com>
1036
1037 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
1038 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
1039 when hitting an exception catchpoint.
1040
7c3c1aa8
YQ
10412017-11-22 Yao Qi <yao.qi@linaro.org>
1042
1043 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
1044
41bd68f5
SM
10452017-11-22 Simon Marchi <simon.marchi@ericsson.com>
1046
1047 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
1048 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
1049 * gdb.dwarf2/info-locals-optimized-out.c: New file.
1050
1daad298
YQ
10512017-11-22 Yao Qi <yao.qi@linaro.org>
1052
1053 * gdb.base/info-os.exp: Pass pthreads.
1054 * gdb.multi/multi-attach.exp: Likewise.
1055
88465e87
YQ
10562017-11-22 Yao Qi <yao.qi@linaro.org>
1057
1058 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
1059 compiler.
1060
dc196b23
YQ
10612017-11-22 Yao Qi <yao.qi@linaro.org>
1062
1063 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
1064 * gdb.base/break-interp.exp: Likewise.
1065 * gdb.base/jit-attach-pie.exp: Likewise.
1066
2400729e
UW
10672017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1068
1069 * gdb.base/float128.c (large128): New variable.
1070 * gdb.base/float128.exp: Add test to print largest __float128 value.
1071
7a26362d
UW
10722017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1073
1074 * gdb.arch/vsx-regs.exp: Update register content checks.
1075
ed0f4273
UW
10762017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
1077
1078 * gdb.arch/ppc-longdouble.exp: New file.
1079 * gdb.arch/ppc-longdouble.c: Likewise.
1080
a25d69c6
PA
10812017-11-21 Pedro Alves <palves@redhat.com>
1082
1083 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
1084
73fcf641
PA
10852017-11-20 Pedro Alves <palves@redhat.com>
1086
1087 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
1088 (long_double_typedef): New typedefs.
1089 Use DEF on double and long double.
1090 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
1091 cases.
1092 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
1093 and 'long_double_ptr_same_size' locals. Use them to decide
1094 whether cast from array/function to float is valid/invalid.
1095
71a3c369
TT
10962017-11-17 Tom Tromey <tom@tromey.com>
1097
1098 * gdb.rust/traits.rs: New file.
1099 * gdb.rust/traits.exp: New file.
1100
ced9779b
JB
11012017-11-17 Joel Brobecker <brobecker@adacore.com>
1102
1103 * gdb.ada/minsyms: New testcase.
1104
a0922d80
PA
11052017-11-16 Pedro Alves <palves@redhat.com>
1106
1107 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
1108 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
1109
ea04e54c
PA
11102017-11-16 Pedro Alves <palves@redhat.com>
1111
1112 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
1113 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
1114
e849ea89
PA
11152017-11-16 Pedro Alves <palves@redhat.com>
1116
1117 * gdb.server/reconnect-ctrl-c.c: New file.
1118 * gdb.server/reconnect-ctrl-c.exp: New file.
1119
d8ae99a7
PM
11202017-11-16 Phil Muldoon <pmuldoon@redhat.com>
1121
1122 * gdb.python/py-rbreak.exp: New file.
1123 * gdb.python/py-rbreak.c: New file.
1124 * gdb.python/py-rbreak-func2.c: New file.
1125
968a13f8
PA
11262017-11-16 Pedro Alves <palves@redhat.com>
1127
1128 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
1129 pattern.
1130 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
1131 GDB.
1132
71774bc9
SM
11332017-11-15 Simon Marchi <simon.marchi@ericsson.com>
1134
1135 * gdb.tui/completionn.exp (test_tab_completion): Add space in
1136 regex.
1137
ddbb44cf
SM
11382017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
1139
1140 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
1141 test names.
1142
584a564f
PA
11432017-11-09 Pedro Alves <palves@redhat.com>
1144
1145 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
1146 factored out from ...
1147 (top level): ... here, and adjusted to avoid expecting beyond the
1148 prompt in a single gdb_test_multiple.
1149
5ed7a928
PA
11502017-11-09 Pedro Alves <palves@redhat.com>
1151
1152 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
1153 output.
1154 * gdb.server/ext-attach.exp ("kill" test): Likewise.
1155 * gdb.server/ext-restart.exp ("kill" test): Likewise.
1156 * gdb.server/ext-run.exp ("kill" test): Likewise.
1157 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
1158
a60e0738
PA
11592017-11-09 Pedro Alves <palves@redhat.com>
1160
1161 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
1162 match till end of line.
1163
2c88253f
PA
11642017-11-09 Pedro Alves <palves@redhat.com>
1165
1166 * gdb.base/memattr.exp: Tighten regexes to match the end line.
1167
c7a38517
PA
11682017-11-09 Pedro Alves <palves@redhat.com>
1169
1170 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
1171 New procedures, factored out from ...
1172 (top level): ... here, and adjusted to avoid expecting beyond the
1173 prompt in one go.
1174
f29f4b6b
PA
11752017-11-09 Pedro Alves <palves@redhat.com>
1176
1177 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
1178 output. Fix '?' match.
1179
286acbb5
JB
11802017-11-08 Joel Brobecker <brobecker@adacore.com>
1181
1182 * gdb.ada/scoped_watch: New testcase.
1183 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
1184 which is actually correct.
1185 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
1186 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
1187
62d7ae92
PA
11882017-11-08 Pedro Alves <palves@redhat.com>
1189
1190 * gdb.gdb/complaints.exp (test_initial_complaints)
1191 (test_serial_complaints, test_short_complaints): Call
1192 complaint_internal instead of complaint.
1193
280ca31f
DT
11942017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
1195
1196 * gdb.threads/tls-core.c: New file.
1197 * gdb.threads/tls-core.exp: Likewise.
1198
b5ec771e
PA
11992017-11-08 Pedro Alves <palves@redhat.com>
1200
1201 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
1202 (p Exported_Capitalized): New test.
1203 (p exported_capitalized): New test.
1204
a02b41a7
PA
12052017-11-07 Pedro Alves <palves@redhat.com>
1206
1207 * gdb.cp/ena-dis-br-range.exp: Add more tests.
1208
95e95a6d
PA
12092017-11-07 Pedro Alves <palves@redhat.com>
1210
1211 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
1212 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
1213 (disable_invalid, disable_inverted, disable_negative): New
1214 procedures.
1215 ("bad numbers"): New set of tests.
1216
cee62dbd
PA
12172017-11-07 Pedro Alves <palves@redhat.com>
1218
1219 * gdb.cp/ena-dis-br-range.exp: Add tests.
1220
cc638e86
PA
12212017-11-07 Pedro Alves <palves@redhat.com>
1222
1223 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
1224
d0fe4701
XR
12252017-11-07 Xavier Roirand <roirand@adacore.com>
1226 Pedro Alves <palves@redhat.com>
1227
1228 * gdb.base/ena-dis-br.exp: Add reference to
1229 gdb.cp/ena-dis-br-range.exp.
1230 * gdb.cp/ena-dis-br-range.exp: New file.
1231 * gdb.cp/ena-dis-br-range.cc: New file.
1232
46f67f80
PA
12332017-11-06 Pedro Alves <palves@redhat.com>
1234
1235 * gdb.base/attach-non-pgrp-leader.c: New.
1236 * gdb.base/attach-non-pgrp-leader.exp: New.
1237
726e1356
PA
12382017-11-06 Pedro Alves <palves@redhat.com>
1239
1240 * configure.ac: No longer check for termio.h and sgtty.h.
1241 * configure: Regenerate.
1242 * remote-utils.c: Include termios.h instead of gdb_termios.h.
1243 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
1244 Remove termio and sgtty code.
1245
50ab6ace
YQ
12462017-11-03 Yao Qi <yao.qi@linaro.org>
1247
1248 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
1249 in GDB is disabled.
1250
8e68731c
YQ
12512017-11-03 Yao Qi <yao.qi@linaro.org>
1252
1253 * gdb.python/py-thrhandle.exp: Skip it if python is not
1254 enabled.
1255
3a87ae65
SM
12562017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
1257
1258 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
1259 as a breakpoint command.
1260
484d8d36
MD
12612017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
1262
1263 PR python/21213
1264 * gdb.python/py-infthread.exp: Test calling
1265 InferiorThread.inferior () multiple times in a row.
1266
4a27f119
KS
12672017-10-27 Keith Seitz <keiths@redhat.com>
1268
1269 * gdb.opt/inline-break.exp (break_info_1): New procedure.
1270 Test "info break" for every inlined function breakpoint.
1271
bb11dd58
YQ
12722017-10-27 Yao Qi <yao.qi@linaro.org>
1273
1274 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
1275
a43f3893
PF
12762017-10-26 Patrick Frants <osscontribute@gmail.com>
1277
1278 * gdb.cp/classes.exp (test_static_members): Test printing
1279 Outer::instance.
1280 * gdb.cp/classes.c (struct Inner, struct Outer): New.
1281 (Inner::instance, Outer::instance): New.
1282
792ccf00
PA
12832017-10-24 Pedro Alves <palves@redhat.com>
1284
1285 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
1286 extra console" test in two stages.
1287
eb2bfbad
PA
12882017-10-24 Pedro Alves <palves@redhat.com>
1289
1290 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
1291
1f75a651
PA
12922017-10-24 Pedro Alves <palves@redhat.com>
1293
1294 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
1295 loop.
1296
779990d9
PA
12972017-10-24 Pedro Alves <palves@redhat.com>
1298
1299 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
1300 $attempt" and "stoppedtry $stoppedtry" test prefixes.
1301
ad9b8f5d
PA
13022017-10-24 Pedro Alves <palves@redhat.com>
1303
1304 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
1305 parameter and handle it. Don't output read value in test name.
1306
fee6da6e
PA
13072017-10-24 Pedro Alves <palves@redhat.com>
1308
1309 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
1310 custom test name.
1311
10389c2c
PA
13122017-10-24 Pedro Alves <palves@redhat.com>
1313
1314 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
1315 include the unstable output directory name in the test's name.
1316 (initial_setup_simple) <'set args'>: Use custom test name.
1317
a80e65a9
PA
13182017-10-24 Pedro Alves <palves@redhat.com>
1319
1320 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
1321 with explicit test name.
1322
15763a09
PA
13232017-10-20 Pedro Alves <palves@redhat.com>
1324
1325 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
1326 'wait -i'. Use gdb_assert and remote_close.
1327
49a4ce2e
AB
13282017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
1329
1330 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
1331 number from variable rather than hard-coded.
1332
a75868f5
PA
13332017-10-19 Pedro Alves <palves@redhat.com>
1334
1335 * gdb.base/long-inferior-output.c: New file.
1336 * gdb.base/long-inferior-output.exp: New file.
1337
c8ba13ad
KS
13382017-11-18 Keith Seitz <keiths@redhat.com>
1339
1340 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
1341 method.
1342 (main): Call it.
1343 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
1344 Add additional user-defined conversion operator tests.
1345
b27de576
PA
13462017-10-17 Pedro Alves <palves@redhat.com>
1347
1348 * boards/native-stdio-gdbserver.exp: Load "local-board".
1349
8484c955
PA
13502017-10-17 Pedro Alves <palves@redhat.com>
1351
1352 * gdb.base/quit-live.c: New file.
1353 * gdb.base/quit-live.exp: New file.
1354
83d5a34d
KS
13552017-10-16 Keith Seitz <keiths@redhat.com>
1356
1357 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
1358 (class_with_protected_typedef, class_with_private_typedef)
1359 (struct_with_public_typedef, struct_with_protected_typedef)
1360 (struct_with_private_typedef): New classes/structs.
1361 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
1362 typedefs and access specifiers.
1363
739b3f1d
PA
13642017-10-16 Pedro Alves <palves@redhat.com>
1365 Simon Marchi <simon.marchi@polymtl.ca>
1366
1367 * README (Local vs Remote vs Native): New section.
1368 * boards/local-board.exp: New file, with bits factored out from
1369 ...
1370 * boards/native-extended-gdbserver.exp: ... here. Load
1371 "local-board".
1372 * boards/native-gdbserver.exp: Load "local-board".
1373 (${board}_spawn, ${board}_exec): Delete.
1374 * boards/native-stdio-gdbserver.exp: Most contents factored out to
1375 ...
1376 * boards/stdio-gdbserver-base.exp: ... this new file.
1377 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
1378 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
1379 procedure.
1380 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
1381 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
1382 stdio_gdbserver_command.
1383 (${board}_get_remote_address, ${board}_get_comm_port)
1384 (${board}_download, ${board}_upload): Delete.
1385 (get_target_remote_pipe_cmd): New.
1386
fe68b953
SM
13872017-10-16 Simon Marchi <simon.marchi@ericsson.com>
1388
1389 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
1390 test_bkpt_deletion, test_bkpt_cond_and_cmds,
1391 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
1392 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
1393 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
1394 remove with_test_prefix.
1395
300b6685
PA
13962017-10-13 Pedro Alves <palves@redhat.com>
1397
1398 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
1399 * gdb.base/annota1.exp: Use it instead of is_remote.
1400 * gdb.base/annota3.exp: Use it instead of is_remote.
1401 * gdb.cp/annota2.exp: Use it instead of is_remote.
1402 * gdb.cp/annota3.exp: Use it instead of is_remote.
1403 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
1404
50500caf
PA
14052017-10-13 Pedro Alves <palves@redhat.com>
1406
1407 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
1408 (test_num_test_vars, run_and_count_vars, find_env)
1409 (test_set_unset_env, test_inherit_env_var): New procedures.
1410 (top level): Use them.
1411
dad0c6d2
PA
14122017-10-13 Pedro Alves <palves@redhat.com>
1413
1414 * lib/selftest-support.exp (selftest_setup): Extend comments, and
1415 also skip on stub-like targets.
1416
8b0553c1
PA
14172017-10-13 Pedro Alves <palves@redhat.com>
1418
1419 PR gdb/22293
1420 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
1421 (top level): Move some tests to ...
1422 (test_not_found): ... this new procedure.
1423 (top level): Call it.
1424
7594f623
PA
14252017-10-13 Pedro Alves <palves@redhat.com>
1426
1427 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
1428 expect different "info terminal" output if testing with a
1429 non-native target.
1430
ebe3b402
PA
14312017-10-13 Pedro Alves <palves@redhat.com>
1432 Simon Marchi <simon.marchi@polymtl.ca>
1433
1434 PR python/12966
1435 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
1436
42f1b161
PA
14372017-10-13 Pedro Alves <palves@redhat.com>
1438
1439 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
1440 already.
1441
8d6ef72b
PA
14422017-10-13 Pedro Alves <palves@redhat.com>
1443
1444 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
1445 is_remote.
1446
d7bcd5b8
PA
14472017-10-13 Pedro Alves <palves@redhat.com>
1448
1449 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
1450 is_remote.
1451
df479dc6
PA
14522017-10-13 Pedro Alves <palves@redhat.com>
1453
1454 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
1455 is set.
1456 (corefile_test_attach): Likewise. Check can_spawn_for_attach
1457 instead of is_remote.
1458
23fb630a
PA
14592017-10-13 Pedro Alves <palves@redhat.com>
1460
1461 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
1462 (top level): Add comment.
1463
cc77b1dc
PA
14642017-10-13 Pedro Alves <palves@redhat.com>
1465
1466 * gdb.base/remote.exp (top level): Fix comment typo and add
1467 missing return.
1468
27c9e813
PA
14692017-10-13 Pedro Alves <palves@redhat.com>
1470 Simon Marchi <simon.marchi@polymtl.ca>
1471
1472 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
1473 calls and add comments. Skip test if use_gdb_stub is set.
1474 (top level): Use "set cwd" command instead of "cd" command.
1475
5e830d98
PA
14762017-10-13 Pedro Alves <palves@redhat.com>
1477
1478 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
1479 is_remote target check.
1480
f5ca0032
PA
14812017-10-13 Pedro Alves <palves@redhat.com>
1482
1483 * gdb.base/scope.exp: Use build_executable + clean_restart +
1484 gdb_file_cmd instead of prepare_for_testing and no longer skip
1485 "before run" tests on is_remote target boards. Update comments.
1486 * boards/native-extended-gdbserver.exp
1487 (extended_gdbserver_load_last_file): New, factored out from ...
1488 (gdb_load): ... this. Move further below and add comment.
1489 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
1490
8aed1c0d
PA
14912017-10-12 Pedro Alves <palves@redhat.com>
1492
1493 * gdb.base/attach.exp: Remove references to gdb64.
1494 * gdb.base/dbx.exp: Remove references to gdb64.
1495
cfa34c87
SM
14962017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
1497 Pedro Alves <palves@redhat.com>
1498
1499 * gdb.base/label.exp: Remove is_remote target check.
1500
9192b7de
PA
15012017-10-12 Pedro Alves <palves@redhat.com>
1502
1503 * gdb.base/auvx.exp (coredir): Update comment.
1504 (top level) <core_works>: Use "set cwd" command instead of "cd"
1505 command.
1506
6bf0052d
PA
15072017-10-12 Pedro Alves <palves@redhat.com>
1508 Simon Marchi <simon.marchi@polymtl.ca>
1509
1510 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
1511 target boards.
1512
e48ef82d
PA
15132017-10-12 Pedro Alves <palves@redhat.com>
1514 Simon Marchi <simon.marchi@polymtl.ca>
1515
1516 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
1517 Instead skip if there's any gdb_protocol set.
1518
8d7aea57
SM
15192017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
1520 Pedro Alves <palves@redhat.com>
1521
1522 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
1523
30440677
PA
15242017-10-12 Pedro Alves <palves@redhat.com>
1525 Simon Marchi <simon.marchi@polymtl.ca>
1526
1527 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
1528 instead of on dejagnu remote boards.
1529
4e04f045 15302017-10-12 Pedro Alves <palves@redhat.com>
175654b9 1531 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
1532
1533 * gdb.base/inferior-died.exp: Remove is_remote and isnative
1534 checks. Use build_executable + clean_restart instead of
1535 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
1536 of enabling non-stop after starting gdb.
1537
871a186e
PA
15382017-10-12 Pedro Alves <palves@redhat.com>
1539
1540 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
1541 * gdb.threads/non-ldr-exc-2.exp: Ditto.
1542 * gdb.threads/non-ldr-exc-3.exp: Ditto.
1543 * gdb.threads/non-ldr-exc-4.exp: Ditto.
1544
56d704da
AK
15452017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
1546
1547 * gdb.arch/arc-tdesc-cpu.exp: New file.
1548 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
1549
2f20e312
SM
15502017-10-10 Simon Marchi <simon.marchi@ericsson.com>
1551
1552 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
1553
65630365
PA
15542017-10-10 Pedro Alves <palves@redhat.com>
1555
1556 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
1557 expect CLI output.
1558
bf469271
PA
15592017-10-10 Pedro Alves <palves@redhat.com>
1560
1561 * lib/selftest-support.exp (selftest_setup): Update for
1562 captured_command_loop's prototype change.
1563
777a42f1
PA
15642017-10-09 Pedro Alves <palves@redhat.com>
1565
1566 Test both arch1=>arch2 and arch2=>arch1.
1567
1568 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
1569 (srcfile2, binfile2, march1, march2): Remove globals. Largely
1570 factored out to...
1571 (append_arch1_options, append_arch2_options, append_arch_options)
1572 (build_executables): New procedures.
1573 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
1574 local.
1575 (top level): Add new 'first_arch' testing axis.
1576
cbd2b4e3
PA
15772017-10-09 Pedro Alves <palves@redhat.com>
1578
1579 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
1580 (barrier): New.
1581 (thread_start, all_started): New functions.
1582 (main): Spawn new thread and wait until it is scheduled.
1583 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
1584 option.
1585 (do_test): Add 'selected_thread' parameter. Run to all_started
1586 instead of main. Explicitly set the breakpoint at main. Switch
1587 to the SELECTED_THREAD thread.
1588 (top level): Test handling the exec event with either the main
1589 thread or the second thread selected.
1590
5c9e4427
PA
15912017-10-09 Pedro Alves <palves@redhat.com>
1592
1593 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
1594 logic. Move STOP marker after the value checks.
1595 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
1596 regexp.
1597
b3b7c423
SL
15982017-10-06 Sandra Loosemore <sandra@codesourcery.com>
1599
1600 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
1601
3b4b2f16
UW
16022017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
1603
1604 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
1605 integer-to-dfp conversion.
1606 * gdb.base/dfp-test.exp: Likewise.
1607
5cd63fda
PA
16082017-10-04 Pedro Alves <palves@redhat.com>
1609
1610 * gdb.multi/hangout.c: Include <unistd.h>.
1611 (hangout_loop): New function.
1612 (main): Call alarm. Call hangout_loop in a loop.
1613 * gdb.multi/hello.c: Include <unistd.h>.
1614 (hello_loop): New function.
1615 (main): Call alarm. Call hangout_loop in a loop.
1616 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
1617 inferior with the other selected.
1618
4c71c105
SM
16192017-10-04 Simon Marchi <simon.marchi@ericsson.com>
1620
1621 * gdb.mi/list-thread-groups-available.exp: New file.
1622 * gdb.mi/list-thread-groups-available.c: New file.
1623
bc3b087d
SDJ
16242017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1625
1626 * gdb.base/set-cwd.exp: Make it available on
1627 native-extended-gdbserver.
1628
d092c5a2
SDJ
16292017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1630
1631 * gdb.base/set-cwd.c: New file.
1632 * gdb.base/set-cwd.exp: Likewise.
1633
45320ffa
TT
16342017-10-02 Tom Tromey <tom@tromey.com>
1635
1636 PR rust/22236:
1637 * gdb.rust/simple.rs (main): New variable "fslice".
1638 * gdb.rust/simple.exp: Add slice tests. Update string tests.
1639
b3e3859b
TT
16402017-10-02 Tom Tromey <tom@tromey.com>
1641
1642 * gdb.rust/simple.exp: Test ptype of a slice.
1643
01af5e0d
TT
16442017-10-02 Tom Tromey <tom@tromey.com>
1645
1646 * gdb.rust/simple.exp: Test index of slice.
1647
a9bbfbd8
TT
16482017-09-27 Tom Tromey <tom@tromey.com>
1649
1650 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
1651
df8899e5
TP
16522017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
1653 Pedro Alves <palves@redhat.com>
1654
1655 * gdb.base/compare-sections.exp (get value of read-only section): Read
1656 as unsigned value.
1657 (corrupt read-only section): Likewise and don't set written if patching
1658 failed.
1659
757bf54b
KB
16602017-09-21 Kevin Buettner <kevinb@redhat.com>
1661
1662 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
1663 files.
1664
06871ae8
PA
16652017-09-20 Pedro Alves <palves@redhat.com>
1666
1667 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
1668 symbol names in gdb's output.
1669 * gdb.cp/overload.exp ("list all overloads"): Likewise.
1670
e5f25bc5
PA
16712017-09-20 Pedro Alves <palves@redhat.com>
1672
1673 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
1674 Rename to ...
1675 (test_list_ambiguous_symbol): ... this and add a symbol name
1676 parameter. Adjust.
1677 (test_list_ambiguous_function): Reimplement on top of
1678 test_list_ambiguous_symbol and also test listing ambiguous
1679 variables.
1680 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
1681 (ambiguous_fun): ... this.
1682 (ambiguous_var): New.
1683 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
1684 (ambiguous_fun): ... this.
1685 (ambiguous_var): New.
1686
4e5a4f58
JB
16872017-09-19 John Baldwin <jhb@FreeBSD.org>
1688
1689 * gdb.base/starti.c: New file.
1690 * gdb.base/starti.exp: New file.
1691 * lib/gdb.exp (gdb_starti_cmd): New procedure.
1692
26e53f3e
PA
16932017-09-14 Pedro Alves <palves@redhat.com>
1694
1695 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
1696 (top level): Use it instead of runto.
1697
cb791d59
TT
16982017-09-11 Tom Tromey <tom@tromey.com>
1699
1700 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
1701
7c96f8c1
TT
17022017-09-11 Tom Tromey <tom@tromey.com>
1703
1704 * gdb.python/py-infthread.exp: Add tests for new_thread event.
1705 * gdb.python/py-inferior.exp: Add tests for new inferior events.
1706
469412dd
CW
17072017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
1708
1709 * gdb.fortran/printing-types.exp: New file.
1710 * gdb.fortran/printing-types.exp: New file.
1711
e0f86435
BH
17122017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
1713
1714 * gdb.fortran/vla-ptype.exp: Fix typos.
1715 * gdb.fortran/vla-value.exp: Same.
1716
9e9af4be
BH
17172017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
1718
1719 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
1720 * gdb.mi/mi-var-child-f.exp: Likewise.
1721 * gdb.mi/mi-vla-fortran.exp: Likewise.
1722
a5ad232b
FP
17232017-09-08 Frank Penczek <frank.penczek@intel.com>
1724 Christoph Weinmann <christoph.t.weinmann@intel.com>
1725 Bernhard Heckel <bernhard.heckel@intel.com>
1726
1727 * gdb.fortran/ptr-indentation.f90: New file.
1728 * gdb.fortran/ptr-indentation.exp: New file.
1729
5aec60eb
TT
17302017-09-05 Tom Tromey <tom@tromey.com>
1731
1732 PR gdb/22010:
1733 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
1734
8f8f8152
TP
17352017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
1736
1737 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
1738
fbd1b771
JK
17392017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1740
1741 * gdb.threads/tls-nodebug-pie.c: New file.
1742 * gdb.threads/tls-nodebug-pie.exp: New file.
1743
5eb5f850
TT
17442017-09-05 Tom Tromey <tom@tromey.com>
1745
1746 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
1747 for rust.
1748
ae780a21
SM
17492017-09-05 Simon Marchi <simon.marchi@ericsson.com>
1750
1751 * gdb.multi/multi-arch-exec.exp: Test with different
1752 "follow-exec-mode" settings.
1753 (do_test): New procedure.
1754
3693fdb3
PA
17552017-09-04 Pedro Alves <palves@redhat.com>
1756
1757 * gdb.base/func-static.c (S::method const, S::method volatile)
1758 (S::method volatile const): New methods.
1759 (c_s, v_s, cv_s): New instances.
1760 (main): Call method() on them.
1761 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
1762 (cannot_resolve): New procedure.
1763 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
1764 print-quote-unquoted columns.
1765 (do_test): Test printing each scope too.
1766
e68cb8e0
PA
17672017-09-04 Pedro Alves <palves@redhat.com>
1768
1769 * gdb.base/local-static.exp: Also test with
1770 class::method::variable wholly quoted.
1771 * gdb.cp/m-static.exp (class::method::variable): Remove test.
1772
858be34c
PA
17732017-09-04 Pedro Alves <palves@redhat.com>
1774
1775 * gdb.base/local-static.c: New.
1776 * gdb.base/local-static.cc: New.
1777 * gdb.base/local-static.exp: New.
1778
46a4882b
PA
17792017-09-04 Pedro Alves <palves@redhat.com>
1780
1781 * gdb.asm/asm-source.exp: Add casts to int.
1782 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
1783 (dataglobal64_1, dataglobal64_2): New globals.
1784 * gdb.base/nodebug.exp: Test different expressions involving the
1785 new globals, with print, whatis and ptype. Add casts to int.
1786 * gdb.base/solib-display.exp: Add casts to int.
1787 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
1788 * gdb.cp/m-static.exp: Add cast to int.
1789 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
1790 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
1791 tls variable with no debug info without a cast. Test with a cast
1792 to int too.
1793 * gdb.trace/entry-values.exp: Add casts.
1794
2c5a2be1
PA
17952017-09-04 Pedro Alves <palves@redhat.com>
1796
1797 * gdb.base/nodebug.exp: Test that ptype's error about functions
1798 with unknown return type includes the function name too.
1799
7022349d
PA
18002017-09-04 Pedro Alves <palves@redhat.com>
1801
1802 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
1803 return type of munmap in infcall.
1804 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
1805 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
1806 type of ftell in infcall.
1807 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
1808 type of getpid in infcall.
1809 * gdb.base/infcall-exec.exp: Cast return type of execlp in
1810 infcall.
1811 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
1812 Bail on failure to extract the pid.
1813 * gdb.base/nodebug.c: #include <stdint.h>.
1814 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
1815 New functions.
1816 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
1817 Change expected output of print/whatis/ptype with functions with
1818 no debug info. Test all supported languages. Call
1819 test_call_promotion.
1820 * gdb.compile/compile.exp: Adjust expected output to expect
1821 warning.
1822 * gdb.threads/siginfo-threads.exp: Likewise.
1823
54990598
PA
18242017-09-04 Pedro Alves <palves@redhat.com>
1825
1826 * gdb.base/callfuncs.exp (do_function_calls): New parameter
1827 "prototypes". Test calling float functions via prototyped and
1828 unprototyped function pointers.
1829 (perform_all_tests): New parameter "prototypes". Pass it down.
1830 (top level): Pass down "prototypes" parameter to
1831 perform_all_tests.
1832
34d16ea2
SM
18332017-09-04 Simon Marchi <simon.marchi@ericsson.com>
1834
1835 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
1836 Test with nested loops.
1837
9521ecda
SM
18382017-09-04 Simon Marchi <simon.marchi@ericsson.com>
1839
1840 * gdb.base/commands.exp: Call the new procedures.
1841 (loop_break_test, loop_continue_test): New procedures.
1842
80a65e9b
SM
18432017-09-04 Simon Marchi <simon.marchi@ericsson.com>
1844
1845 * gdb.base/commands.exp: Call new procedure.
1846 (define_if_without_arg_test): New procedure.
1847
e439fa14
PA
18482017-09-04 Pedro Alves <palves@redhat.com>
1849
1850 * gdb.base/list-ambiguous.exp: New file.
1851 * gdb.base/list-ambiguous0.c: New file.
1852 * gdb.base/list-ambiguous1.c: New file.
1853 * gdb.base/list.exp (test_list_range): Adjust expected output.
1854
0a2dde4a
SDJ
18552017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
1856
1857 * gdb.base/share-env-with-gdbserver.c: New file.
1858 * gdb.base/share-env-with-gdbserver.exp: Likewise.
1859
5e89eb3a
SM
18602017-08-28 Simon Marchi <simon.marchi@ericsson.com>
1861
1862 * gdb.base/commands.exp (gdbvar_simple_if_test,
1863 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
1864 progvar_simple_if_test, progvar_simple_while_test,
1865 progvar_complex_if_while_test, user_defined_command_test,
1866 user_defined_command_args_eval,
1867 user_defined_command_args_stack_test,
1868 user_defined_command_manyargs_test, bp_deleted_in_command_test,
1869 temporary_breakpoint_commands,
1870 gdb_test_no_prompt, redefine_hook_test,
1871 redefine_backtrace_test): Remove "global gdb_prompt".
1872
fd437cbc
SM
18732017-08-28 Simon Marchi <simon.marchi@ericsson.com>
1874
1875 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
1876 New proc, call it from toplevel.
1877
87215ad1
SDJ
18782017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
1879
1880 PR remote/21852
1881 * gdb.server/normal.c: New file, copied from gdb.base.
1882 * gdb.server/run-without-local-binary.exp: New file.
1883
58afddc6
WP
18842017-08-07 Weimin Pan <weimin.pan@oracle.com>
1885
1886 * gdb.arch/sparc64-adi.exp: New file.
1887 * gdb.arch/sparc64-adi.c: New file.
1888
5277199a
PA
18892017-08-22 Pedro Alves <palves@redhat.com>
1890
1891 * gdb.cp/overload.exp (line_range_pattern): New procedure.
1892 (top level): Add "list all overloads" tests.
1893
14278e1f
TT
18942017-08-22 Tom Tromey <tom@tromey.com>
1895
1896 * gdb.gdb/xfullpath.exp: Remove.
1897
bf223d3e
PA
18982017-08-21 Pedro Alves <palves@redhat.com>
1899
1900 PR gdb/19487
1901 * gdb.base/symbol-alias.c: New.
1902 * gdb.base/symbol-alias2.c: New.
1903 * gdb.base/symbol-alias.exp: New.
1904
c973d0aa
PA
19052017-08-21 Pedro Alves <palves@redhat.com>
1906
1907 * gdb.base/dfp-test.c
1908 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
1909 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
1910 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
1911 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
1912 * gdb.base/whatis-ptype-typedefs.c: New.
1913 * gdb.base/whatis-ptype-typedefs.exp: New.
1914 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
1915 (an_int, an_int_type, an_int_type2): New globals.
1916 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
1917 involving typedefs and cast expressions.
1918 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
1919 (lookup_typedefs_function): New.
1920 (typedefs_pretty_printers_dict): New.
1921 (top level): Register lookup_typedefs_function in
1922 gdb.pretty_printers.
1923
6d580b63
YQ
19242017-08-18 Yao Qi <yao.qi@linaro.org>
1925
1926 * gdb.server/unittest.exp: New.
1927
206726fb
SDJ
19282017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
1929
1930 PR gdb/21954
1931 * gdb.base/environ.exp: Add test to check if 'unset environment'
1932 works.
1933
bf0ec4c2
AA
19342017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
1935
1936 * lib/gdb.exp (universal_compile_options): New caching proc.
1937 (gdb_compile): Suppress GCC's coloring of messages.
1938
d6382fff
TT
19392017-08-14 Tom Tromey <tom@tromey.com>
1940
1941 PR gdb/21675:
1942 * gdb.base/printcmds.exp (test_radices): New function.
1943 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
1944 * gdb.base/sizeof.exp (check_valueof): Use p/d.
1945 * lib/gdb.exp (get_integer_valueof): Use p/d.
1946
c2c2dd9f
SM
19472017-08-12 Simon Marchi <simon.marchi@ericsson.com>
1948
1949 * lib/gdb.exp (get_valueof): Don't capture end-of-line
1950 characters.
1951
fdffd6f4
TT
19522017-08-05 Tom Tromey <tom@tromey.com>
1953
1954 * gdb.rust/simple.exp: Allow String to appear in a different
1955 namespace.
1956
27d41eac
YQ
19572017-07-26 Yao Qi <yao.qi@linaro.org>
1958
1959 * gdb.gdb/unittest.exp: Invoke command
1960 "maintenance check xml-descriptions".
1961
031ed05d
AA
19622017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
1963
1964 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
1965 calling context.
1966 (hex128): Drop erroneous calculation of parameters.
1967
dcd27ddf
SM
19682017-07-22 Simon Marchi <simon.marchi@ericsson.com>
1969
1970 * gdb.python/py-unwind.exp: Disable stack protection when
1971 building test file.
1972
47e77640
PA
19732017-07-20 Pedro Alves <palves@redhat.com>
1974
1975 * gdb.base/default.exp (set language): Adjust expected output.
1976
62d2a18a
PA
19772017-07-20 Pedro Alves <palves@redhat.com>
1978
1979 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
1980 (test_minsym): ... this, and make static.
1981 (get_pck__foo__bar__minsym): Rename to ...
1982 (get_test_minsym): ... this.
1983 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
1984 symbol names and comments.
1985 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
1986 (get_test_minsym): ... this.
1987 (pck__foo__bar__minsym__2): Rename to ...
1988 (test_minsym): ... this.
1989 (main): Adjust.
1990
c45ec17c
PA
19912017-07-17 Pedro Alves <palves@redhat.com>
1992
1993 * gdb.base/completion.exp: Adjust expected output.
1994 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
1995 the completer works.
1996
c6756f62
PA
19972017-07-17 Pedro Alves <palves@redhat.com>
1998
1999 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
2000
5bd68487
AB
20012017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
2002
2003 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
2004
8880f2a9
TT
20052017-07-14 Tom Tromey <tom@tromey.com>
2006
2007 PR rust/21764:
2008 * gdb.rust/simple.exp: Add tests.
2009
65547233
TT
20102017-07-14 Tom Tromey <tom@tromey.com>
2011
2012 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
2013
8f14146e
PA
20142017-07-14 Pedro Alves <palves@redhat.com>
2015
2016 * gdb.linespec/base/one/thefile.cc (z1): New function.
2017 * gdb.linespec/base/two/thefile.cc (z2): New function.
2018 * gdb.linespec/linespec.exp: Add tests.
2019
b4365d02
AB
20202017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
2021
2022 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
2023 to mi_create_breakpoint.
2024
5d2cbaa5
AB
20252017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
2026
2027 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
2028 mi_create_breakpoint.
2029
11cb5716
IB
20302017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
2031
2032 * gdb.dlang/demangle.exp: Update for demangling changes.
2033
03278692
TT
20342017-07-09 Tom Tromey <tom@tromey.com>
2035
2036 * gdb.dwarf2/shortpiece.exp: New file.
2037
33c5cd75
DB
20382017-07-06 David Blaikie <dblaikie@gmail.com>
2039
2040 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
2041 built from fissiont-multi-cu{1,2}.c.
2042 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
2043 except putting 'main' and 'func' in separate CUs in the same DWO file.
2044 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
2045 test.
2046 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
2047 test.
2048
8455d262
PA
20492017-07-06 Pedro Alves <palves@redhat.com>
2050
2051 * gdb.python/py-unwind.exp: Test flushregs.
2052
dc4bde35
SDJ
20532017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
2054
2055 PR cli/21688
2056 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
2057 tests for alias commands and trailing whitespace.
2058
51ed89aa
SDJ
20592017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
2060
2061 PR cli/21688
2062 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
2063 procedure. Call it.
2064
eb17d413
PA
20652017-06-29 Pedro Alves <palves@redhat.com>
2066
2067 * gdb.base/printcmds.exp: Add tests.
2068
41664b45
DG
20692017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
2070
2071 PR gdb/21337
2072 * gdb.base/reread-readsym.exp: New file.
2073 * gdb.base/reread-readsym.c: New file.
2074
75312ae3
KB
20752017-06-21 Kevin Buettner <kevinb@redhat.com>
2076
2077 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
2078 subpattern.
2079
66953522
PB
20802017-06-19 Peter Bergner <bergner@vnet.ibm.com>
2081
2082 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
2083 extended mnemonic.
2084 * gdb.arch/powerpc-power9.s: Likewise.
2085
5524b525
AA
20862017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2087
2088 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
2089 on 32-bit x86 targets. Exploit is_*_target macros where
2090 appropriate.
2091
03c8af18
AA
20922017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2093
2094 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
2095 register pieces.
2096
3bf31011
AA
20972017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2098
2099 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
2100 located in one or more DWARF pieces.
2101
805acca0
AA
21022017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2103
2104 * lib/gdb.exp (get_endianness): New proc.
2105 * gdb.arch/aarch64-fp.exp: Use it.
2106 * gdb.arch/altivec-regs.exp: Likewise.
2107 * gdb.arch/e500-regs.exp: Likewise.
2108 * gdb.arch/vsx-regs.exp: Likewise.
2109 * gdb.base/dump.exp: Likewise.
2110 * gdb.base/funcargs.exp: Likewise.
2111 * gdb.base/gnu_vector.exp: Likewise.
2112 * gdb.dwarf2/formdata16.exp: Likewise.
2113 * gdb.dwarf2/implptrpiece.exp: Likewise.
2114 * gdb.dwarf2/nonvar-access.exp: Likewise.
2115 * gdb.python/py-inferior.exp: Likewise.
2116 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
2117
e9352324
AA
21182017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2119
2120 PR gdb/21226
2121 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
2122 stack value pieces are taken from the LSB end.
2123
d5d1163e
AA
21242017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2125
2126 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
2127 variable at nonzero offset.
2128
0567c986
AA
21292017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2130
2131 * gdb.dwarf2/var-access.c: New file.
2132 * gdb.dwarf2/var-access.exp: New test.
2133 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
2134
973e9aab
TT
21352017-06-12 Tom Tromey <tom@tromey.com>
2136
2137 * gdb.dwarf2/formdata16.exp: Add tests.
2138
d9109c80
TT
21392017-06-12 Tom Tromey <tom@tromey.com>
2140
2141 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
2142
30a25466
TT
21432017-06-12 Tom Tromey <tom@tromey.com>
2144
2145 PR exp/16225:
2146 * gdb.reverse/i386-sse-reverse.exp: Update tests.
2147 * gdb.arch/vsx-regs.exp: Update tests.
2148 * gdb.arch/s390-vregs.exp (hex128): New proc.
2149 Update test.
2150 * gdb.arch/altivec-regs.exp: Update tests.
2151
aefd8b33
SDJ
21522017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
2153
2154 * gdb.base/startup-with-shell.c: New file.
2155 * gdb.base/startup-with-shell.exp: Likewise.
2156
2090129c
SDJ
21572017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
2158
2159 * gdb.server/non-existing-program.exp: Update regex in order to
2160 reflect the fact that gdbserver is now using fork_inferior (with a
2161 shell) to startup the inferior.
2162
8e86a419
SM
21632017-05-30 Simon Marchi <simon.marchi@ericsson.com>
2164
2165 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
2166 support function calls from GDB.
2167
e6cf65f2
TT
21682017-05-21 Tom Tromey <tom@tromey.com>
2169
2170 PR rust/21466:
2171 * gdb.rust/unsized.exp: New file.
2172 * gdb.rust/unsized.rs: New file.
2173
43cc5389
TT
21742017-05-19 Tom Tromey <tom@tromey.com>
2175
2176 PR rust/21484:
2177 * gdb.rust/watch.exp: New file.
2178 * gdb.rust/watch.rs: New file.
2179
ec8df234
TT
21802017-05-18 Tom Tromey <tom@tromey.com>
2181
2182 * gdb.rust/simple.exp: Allow Box to be qualified.
2183
3e3e7fae
TP
21842017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
2185
2186 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
2187
59cc050d
PA
21882017-05-18 Pedro Alves <palves@redhat.com>
2189
2190 * gdb.base/fileio.c (test_write, test_read, test_close)
2191 (test_fstat): Don't print 'ret' in the fail path.
2192
c8f6abd1
PA
21932017-05-18 Pedro Alves <palves@redhat.com>
2194
2195 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
2196 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
2197 (test_system, test_rename, test_unlink, test_time): Change
2198 prototypes.
2199 * gdb.base/fileio.exp (stop_msg): Adjust.
2200
d2a03b77
PA
22012017-05-18 Pedro Alves <palves@redhat.com>
2202
2203 * gdb.base/fileio.c (null_str): New global.
2204 (test_stat): Use it.
2205 * gdb.base/fileio.exp: Remove nowarnings.
2206
0d5c6999
YQ
22072017-05-17 Yao Qi <yao.qi@linaro.org>
2208
2209 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
2210
21873064
YQ
22112017-05-17 Simon Marchi <simon.marchi@ericsson.com>
2212
2213 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
2214 argument command.
2215 (top-level): Invoke test_set_inferior_tty.
2216
d512d31c
PA
22172017-05-04 Pedro Alves <palves@redhat.com>
2218
2219 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
2220 Add parens to print call for Python 3.
2221
90cef2ed
KS
22222017-05-03 Keith Seitz <keiths@redhat.com>
2223
2224 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
2225 (main): Call it.
2226
14f819c8
TW
22272017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2228
2229 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
2230 to prev and next.
2231
913aeadd
TW
22322017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2233
2234 * gdb.python/py-record-btrace.exp: Remove test for
2235 gdb.BtraceInstruction.error.
2236
a3be24ad
TW
22372017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2238
2239 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
2240
ae20e79a
TW
22412017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2242
2243 * gdb.python/py-record-btrace-threads.c: New file.
2244 * gdb.python/py-record-btrace-threads.exp: New file.
2245
45ce1b47
SDJ
22462017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
2247
2248 PR testsuite/8595
2249 * gdb.base/environ.exp: Make test available in all architectures.
2250 Move bits related to "info program" testing to
2251 gdb.base/info-program.exp. Rewrite tests to use the two new
2252 procedures mentione below.
2253 (test_set_show_env_var) New procedure.
2254 (test_set_show_env_var_equal): Likewise.
2255 * gdb.base/info-program.exp: New file.
2256
e15c3eb4
KS
22572017-04-27 Keith Seitz <keiths@redhat.com>
2258
2259 * gdb.cp/oranking.cc (test15): New function.
2260 (main): Call test15 and declare additional variables for testing.
2261 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
2262 "p foo101('abc')" tests.
2263 Add tests for cv qualifier overloads.
2264 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
2265 "lvalue reference overload" test.
2266 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
2267 "print value of f1 on Child&& in f2" test.
2268
3a3fd0fd
PA
22692017-04-19 Pedro Alves <palves@redhat.com>
2270
2271 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
2272 procedure.
2273 (top level): Call it.
2274 * lib/gdb.exp (gdb_define_cmd): New procedure.
2275
53375380
PA
22762017-04-12 Pedro Alves <palves@redhat.com>
2277
2278 PR gdb/21323
2279 * gdb.cp/wide_char_types.c: Include <wchar.h>.
2280 (wchar): New global.
2281 * gdb.cp/wide_char_types.exp (wide_char_types_program)
2282 (do_test_wide_char, wide_char_types_no_program, top level): Add
2283 wchar_t testing.
2284
53e710ac
PA
22852017-04-12 Pedro Alves <palves@redhat.com>
2286
2287 PR c++/21323
2288 * gdb.cp/wide_char_types.c: New file.
2289 * gdb.cp/wide_char_types.exp: New file.
2290
0ad9d8c7
SDJ
22912017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
2292
2293 PR gdb/21352
2294 * gdb.trace/tsv.exp: Add test for "tsave -r".
2295
b1b45502
IB
22962017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
2297
2298 * gdb.dlang/watch-loc.c: New file.
2299 * gdb.dlang/watch-loc.exp: New file.
2300
ec13808e
JK
23012017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2302
2303 * gdb.python/py-section-script.exp (sepdebug): New testcases.
2304
fe5f7374
AK
23052017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
2306
2307 * gdb.arch/arc-analyze-prologue.S: New file.
2308 * gdb.arch/arc-analyze-prologue.exp: Likewise.
2309
eea78757
AK
23102017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
2311
2312 * gdb.arch/arc-decode-insn.S: New file.
2313 * gdb.arch/arc-decode-insn.exp: Likewise.
2314
5badf10a
IR
23152017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
2316
2317 PR tdep/20928
2318 * gdb.arch/sparc64-regs.exp: New file.
2319 * gdb.arch/sparc64-regs.S: Likewise.
2320
cee59b3f
TW
23212017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
2322
2323 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
2324 and memory view on Python 3.
2325
c0f55cc6
AV
23262017-03-20 Artemiy Volkov <artemiyv@acm.org>
2327 Keith Seitz <keiths@redhat.com>
2328
2329 PR gdb/14441
2330 * gdb.cp/demangle.exp: Add rvalue reference tests.
2331 * gdb.cp/rvalue-ref-casts.cc: New file.
2332 * gdb.cp/rvalue-ref-casts.exp: New file.
2333 * gdb.cp/rvalue-ref-overload.cc: New file.
2334 * gdb.cp/rvalue-ref-overload.exp: New file.
2335 * gdb.cp/rvalue-ref-params.cc: New file.
2336 * gdb.cp/rvalue-ref-params.exp: New file.
2337 * gdb.cp/rvalue-ref-sizeof.cc: New file.
2338 * gdb.cp/rvalue-ref-sizeof.exp: New file.
2339 * gdb.cp/rvalue-ref-types.cc: New file.
2340 * gdb.cp/rvalue-ref-types.exp: New file.
2341 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
2342 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
2343
51457a05
MAL
23442017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2345
2346 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
2347 New procedure.
2348
5b291c04
MAL
23492017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2350
2351 * lib/mi-support.exp (mi_gdb_test): Add additional message
2352 for unexpected output.
2353
59a56148
AA
23542017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
2355
2356 * gdb.base/examine-backward.c (Barrier): New character array
2357 constant, to ensure that TestStrings is preceded by a string
2358 terminator.
2359
7942e96e
AA
23602017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2361
2362 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
2363 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
2364 and implicit pointer into such a location.
2365
6ebac3fb
DE
23662017-03-16 Doug Evans <dje@google.com>
2367
2368 * gdb.python/py-lazy-string (pointer): Really add new typedef.
2369
ec3b243d
TP
23702017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
2371
2372 * gdb.cp/m-static.exp: Fix expectation for prototype of
2373 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
2374
23752017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
2376
2377 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
2378 * gdb.guile/scm-lazy-string.c: New file.
2379 * gdb.guile/scm-value.exp: Move lazy string tests to ...
2380 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
2381 for pointer, array, typedef lazy strings.
2382
2cc36e25 23832017-03-16 Doug Evans <dje@google.com>
34b43320
DE
2384
2385 PR python/17728, python/18439, python/18779
2386 * gdb.python/py-value.c (main) Delete locals sptr, sn.
2387 * gdb.python/py-lazy-string.c (pointer): New typedef.
2388 (main): New locals ptr, array, typedef_ptr.
2389 * gdb.python/py-value.exp: Move lazy string tests to ...
2390 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
2391 array, typedef lazy strings.
ec3b243d 2392
0efcde63
AK
23932017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
2394
2395 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
2396 Add optional 'test' parameter.
2397
7978d7c3
SM
23982017-03-13 Simon Marchi <simon.marchi@ericsson.com>
2399
2400 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
2401 Skip for versions of DejaGnu < 1.5.
2402
896c0c1e
SM
24032017-03-13 Simon Marchi <simon.marchi@ericsson.com>
2404
2405 * lib/gdb.exp (dejagnu_version): New proc.
2406 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
2407 Use dejagnu_version.
2408
5f4d1085
KS
24092017-03-10 Keith Seitz <keiths@redhat.com>
2410
2411 PR c++/8128
2412 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
2413 type from destructor regexps.
2414 Add a branch which actually passes the test.
2415 Adjust "ptype t5i" test names.
2416
1de05205
PA
24172017-03-08 Pedro Alves <palves@redhat.com>
2418
2419 * gdb.base/step-over-exit.exp: Add explicit test message.
2420
c65d6b55
PA
24212017-03-08 Pedro Alves <palves@redhat.com>
2422
2423 PR gdb/18360
2424 * gdb.threads/interrupt-while-step-over.c: New file.
2425 * gdb.threads/interrupt-while-step-over.exp: New file.
2426
2e86a283
PA
24272017-03-08 Pedro Alves <palves@redhat.com>
2428
2429 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
2430 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
2431
25dcbff6
PA
24322017-03-08 Pedro Alves <palves@redhat.com>
2433
2434 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
2435 PKRU as not supported as a PASS.
2436
dc9366eb
PA
24372017-03-08 Pedro Alves <palves@redhat.com>
2438
2439 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
2440 prefix instead of $binfile1/$binfile2.
2441 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
2442 in test message.
2443 * gdb.python/py-completion.exp: Use "load python file" as test
2444 messages instead of unstable path names.
2445
6e5d74e7
PA
24462017-03-08 Pedro Alves <palves@redhat.com>
2447 Jan Kratochvil <jan.kratochvil@redhat.com>
2448
2449 PR cli/21218
2450 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
2451 New proc.
2452 (top level): Call it.
2453
9753a2f6
PA
24542017-03-08 Pedro Alves <palves@redhat.com>
2455
2456 PR tui/21216
2457 * gdb.tui/tui-nl-filtered-output.exp: New file.
2458
1a4dd9dd
PA
24592017-03-08 Pedro Alves <palves@redhat.com>
2460
2461 * gdb.base/completion.exp: Move TUI completion tests to ...
2462 * gdb.tui/completion.exp: ... this new file.
2463
7cbbff33
PA
24642017-03-08 Pedro Alves <palves@redhat.com>
2465
2466 * gdb.base/tui-disasm-long-lines.c,
2467 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
2468 gdb.base/tui-layout.exp: Move to ...
2469 * gdb.tui/: ... this new directory.
2470
5f6fd321
PA
24712017-03-07 Pedro Alves <palves@redhat.com>
2472
2473 * gdb.base/tui-layout.c: New file.
2474 * gdb.base/tui-layout.exp: New file.
2475
44959fa8
PA
24762017-03-07 Pedro Alves <palves@redhat.com>
2477
2478 * gdb.base/tui-layout.c: Rename to ...
2479 * gdb.base/tui-disasm-long-lines.c: ... this.
2480 * gdb.base/tui-layout.exp: Rename to ...
2481 * gdb.base/tui-disasm-long-lines.exp: ... this.
2482
f8c4e718
PA
24832017-03-07 Pedro Alves <palves@redhat.com>
2484
2485 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
2486
6dbb839a 24872017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
2488
2489 * i386-mpx-call.c: New file.
2490 * i386-mpx-call.exp: New file.
2491
65b48a81
PB
24922017-02-28 Peter Bergner <bergner@vnet.ibm.com>
2493
2494 * gdb.arch/powerpc-power.exp: Delete test.
2495 * gdb.arch/powerpc-power.s: Likewise.
2496 * gdb.disasm/disassembler-options.exp: New test.
2497 * gdb.arch/powerpc-altivec.exp: Likewise.
2498 * gdb.arch/powerpc-altivec.s: Likewise.
2499 * gdb.arch/powerpc-altivec2.exp: Likewise.
2500 * gdb.arch/powerpc-altivec2.s: Likewise.
2501 * gdb.arch/powerpc-altivec3.exp: Likewise.
2502 * gdb.arch/powerpc-altivec3.s: Likewise.
2503 * gdb.arch/powerpc-power7.exp: Likewise.
2504 * gdb.arch/powerpc-power7.s: Likewise.
2505 * gdb.arch/powerpc-power8.exp: Likewise.
2506 * gdb.arch/powerpc-power8.s: Likewise.
2507 * gdb.arch/powerpc-power9.exp: Likewise.
2508 * gdb.arch/powerpc-power9.s: Likewise.
2509 * gdb.arch/powerpc-vsx.exp: Likewise.
2510 * gdb.arch/powerpc-vsx.s: Likewise.
2511 * gdb.arch/powerpc-vsx2.exp: Likewise.
2512 * gdb.arch/powerpc-vsx2.s: Likewise.
2513 * gdb.arch/powerpc-vsx3.exp: Likewise.
2514 * gdb.arch/powerpc-vsx3.s: Likewise.
2515 * gdb.arch/arm-disassembler-options.exp: Likewise.
2516 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
2517 * gdb.arch/s390-disassembler-options.exp: Likewise.
2518
17cd4947
LM
25192017-02-23 Luis Machado <lgustavo@codesourcery.com>
2520
2521 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
2522 (check_supported_features): ... this. Changed return type to void.
2523 (supports_rdseed): New static global.
2524 (rdseed): Check supports_rdseed.
2525 (initialize): Call check_supported_features.
2526
2039d74e
EBM
25272017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2528
2529 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
2530 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
2531 and lqarx/stqcx.
2532 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
2533 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
2534
a51d7ecf
EBM
25352017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2536
2537 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
2538 uppercase.
2539
0224619f
JK
25402017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2541
2542 * gdb.dwarf2/formdata16.c: New file.
2543 * gdb.dwarf2/formdata16.exp: New file.
2544 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
2545
216f72a1
JK
25462017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2547
2548 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
2549 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
2550 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
2551 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
2552 DW_AT_GNU_*.
2553
43988095
JK
25542017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2555
2556 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
2557
99e8a4f9
SDJ
25582017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
2559
2560 PR gdb/21164
2561 * gdb.base/maint.exp: Add testcases for when the commands do
2562 not have arguments.
2563
b58a8c0c
TP
25642017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
2565
2566 * gdb.cp/chained-calls.exp: Use p instead of P.
2567
4e746bb6
TW
25682017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
2569
2570 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
2571 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
2572
3f77c769
TT
25732017-02-14 Tom Tromey <tom@tromey.com>
2574
2575 PR python/13598:
2576 * gdb.python/py-events.exp: Add before_prompt event tests.
2577
075beec0
AA
25782017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2579
2580 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
2581
bf5f525c
LM
25822017-02-13 Luis Machado <lgustavo@codesourcery.com>
2583
2584 * gdb.linespec/explicit.c (my_unique_function_name): New function.
2585 (main): Call my_unique_function_name.
2586 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
2587 completion of patterns with a single match.
2588 Add missing -re switches to gdb_test_multiple calls.
2589
13a66184
LM
25902017-02-13 Luis Machado <lgustavo@codesourcery.com>
2591
2592 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
2593 return if core file is not recognized.
2594
26a06916
SM
25952017-02-10 Simon Marchi <simon.marchi@ericsson.com>
2596
2597 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
2598 and extra UIs.
2599
b761ca9e
SM
26002017-02-10 Simon Marchi <simon.marchi@ericsson.com>
2601
2602 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
2603 proc_with_prefix.
2604
b964bee0
TT
26052017-02-10 Tom Tromey <tom@tromey.com>
2606
2607 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
2608
18da0c51
MG
26092017-02-10 Martin Galvan <martingalvan@sourceware.org>
2610
2611 PR gdb/21122
2612 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
2613
604c4576
JG
26142017-02-08 Jerome Guitton <guitton@adacore.com>
2615
2616 * gdb.base/define.exp: Add test for command abbreviations
2617 in define.
2618
20b477a7
LM
26192017-02-06 Luis Machado <lgustavo@codesourcery.com>
2620
2621 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
2622 * gdb.reverse/insn-reverse-x86.c: New file.
2623
3f7b46f2
IR
26242017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
2625
2626 PR tdep/20936
2627 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
2628
f0fd41c1
TT
26292017-02-03 Tom Tromey <tom@tromey.com>
2630
2631 PR rust/21097:
2632 * gdb.rust/simple.exp: Add new tests.
2633
5be5dbf0
PA
26342017-02-02 Pedro Alves <palves@redhat.com>
2635
2636 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
2637 tests.
2638
7346ef59
AA
26392017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
2640
2641 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
2642 taking a 2-byte value out of a 4-byte DWARF implicit value on
2643 big-endian targets.
2644 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
2645 logic. Add test cases for DW_OP_implicit.
2646
787f0025
MM
26472017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2648
2649 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
2650
68777c29
MM
26512017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2652
2653 * gdb.btrace/enable.exp: Call gdb_exit before
2654 skip_gdbserver_tests.
2655
0a1c7e28
MM
26562017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2657
2658 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
2659 GDBFLAGS.
2660
b5ac99b0
MM
26612017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2662
2663 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
2664 the test is skipped.
2665 * gdb.btrace/data.exp: Likewise.
2666 * gdb.btrace/delta.exp: Likewise.
2667 * gdb.btrace/dlopen.exp: Likewise.
2668 * gdb.btrace/enable-running.exp: Likewise.
2669 * gdb.btrace/enable.exp: Likewise.
2670 * gdb.btrace/exception.exp: Likewise.
2671 * gdb.btrace/function_call_history.exp: Likewise.
2672 * gdb.btrace/gcore.exp: Likewise.
2673 * gdb.btrace/instruction_history.exp: Likewise.
2674 * gdb.btrace/multi-thread-step.exp: Likewise.
2675 * gdb.btrace/nohist.exp: Likewise.
2676 * gdb.btrace/non-stop.exp: Likewise.
2677 * gdb.btrace/reconnect.exp: Likewise.
2678 * gdb.btrace/record_goto-step.exp: Likewise.
2679 * gdb.btrace/record_goto.exp: Likewise.
2680 * gdb.btrace/rn-dl-bind.exp: Likewise.
2681 * gdb.btrace/segv.exp: Likewise.
2682 * gdb.btrace/step.exp: Likewise.
2683 * gdb.btrace/stepi.exp: Likewise.
2684 * gdb.btrace/tailcall-only.exp: Likewise.
2685 * gdb.btrace/tailcall.exp: Likewise.
2686 * gdb.btrace/tsx.exp: Likewise.
2687 * gdb.btrace/unknown_functions.exp: Likewise.
2688 * gdb.btrace/vdso.exp: Likewise.
2689
cd4007e4
MM
26902017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2691
2692 * gdb.btrace/enable-running.c: New.
2693 * gdb.btrace/enable-running.exp: New.
2694
2735833d
WT
26952017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
2696
2697 * gdb.arch/amd64-gs_base.c: New file.
2698 * gdb.arch/amd64-gs_base.exp: New file.
2699
b51e1e94
LM
27002017-01-26 Luis Machado <lgustavo@codesourcery.com>
2701
2702 * lib/memory.exp: Remove spurious empty newlines.
2703
72ca0410
SM
27042017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
2705
2706 * gdb.python/py-bad-printers.exp: Load python file using "source".
2707 * gdb.python/py-events.exp: Likewise.
2708 * gdb.python/py-evsignal.exp: Likewise.
2709 * gdb.python/py-evthreads.exp: Likewise.
2710 * gdb.python/py-frame-args.exp: Likewise.
2711 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
2712 * gdb.python/py-framefilter-mi.exp: Likewise.
2713 * gdb.python/py-framefilter.exp: Likewise.
2714 * gdb.python/py-mi.exp: Likewise.
2715 * gdb.python/py-pp-maint.exp: Likewise.
2716 * gdb.python/py-pp-registration.exp: Likewise.
2717 * gdb.python/py-prettyprint.exp: Likewise.
2718 (run_lang_tests): Likewise.
2719 * gdb.python/py-typeprint.exp: Likewise.
2720
e309aa65
LM
27212017-01-26 Luis Machado <lgustavo@codesourcery.com>
2722
2723 * lib/memory.exp: New file.
2724 * lib/gdb.exp: Load memory.exp.
2725 * gdb.base/memattr.exp (delete_memory): Move proc to
2726 lib/memory.exp and rename to delete_memory_regions.
2727 Replace delete_memory with delete_memory_regions.
2728 Cleanup memory regions before tests.
2729 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
2730 before tests.
2731
515aff23
LM
27322017-01-26 Luis Machado <lgustavo@codesourcery.com>
2733
2734 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
2735 files.
2736 (initialize): New function conditionally defined.
2737 (testcases): Move within conditional block.
2738 (main): Call initialize.
2739 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
2740 of gdb.reverse/insn-reverse.c.
2741 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
2742 gdb.reverse/insn-reverse.c.
2743
d8b49cf0
YQ
27442017-01-26 Yao Qi <yao.qi@linaro.org>
2745
2746 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
2747 disassemble on address 0.
2748
f13a9a0c
YQ
27492017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
2750 Yao Qi <yao.qi@linaro.org>
2751
2752 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
2753 * gdb.dwarf2/implptr-64bit.S: Remove.
2754 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
2755 variables in caller's context. Add DW_OP_implicit_value.
2756
5ac95241
YQ
27572017-01-25 Yao Qi <yao.qi@linaro.org>
2758
2759 * lib/dwarf.exp (Dwarf::_location): Handle
2760 DW_OP_GNU_implicit_pointer with proper size.
2761
23e82930
LM
27622017-01-20 Luis Machado <lgustavo@codesourcery.com>
2763
2764 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
2765 and add untested calls.
2766
d334ae25
LM
27672017-01-20 Luis Machado <lgustavo@codesourcery.com>
2768
2769 * gdb.python/python.exp: Check line number against what GDB thinks
2770 the line number is for func1.
2771
f5e6296e
IB
27722017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
2773
2774 * gdb.dlang/debug-expr.exp: New file.
2775
5b362f04
LM
27762016-12-23 Luis Machado <lgustavo@codesourcery.com>
2777
2778 Fix test names for the following files:
2779
2780 * gdb.ada/exec_changed.exp
2781 * gdb.ada/info_types.exp
2782 * gdb.arch/aarch64-atomic-inst.exp
2783 * gdb.arch/aarch64-fp.exp
2784 * gdb.arch/altivec-abi.exp
2785 * gdb.arch/altivec-regs.exp
2786 * gdb.arch/amd64-byte.exp
2787 * gdb.arch/amd64-disp-step.exp
2788 * gdb.arch/amd64-dword.exp
2789 * gdb.arch/amd64-entry-value-inline.exp
2790 * gdb.arch/amd64-entry-value-param.exp
2791 * gdb.arch/amd64-entry-value-paramref.exp
2792 * gdb.arch/amd64-entry-value.exp
2793 * gdb.arch/amd64-i386-address.exp
2794 * gdb.arch/amd64-invalid-stack-middle.exp
2795 * gdb.arch/amd64-invalid-stack-top.exp
2796 * gdb.arch/amd64-optimout-repeat.exp
2797 * gdb.arch/amd64-prologue-skip.exp
2798 * gdb.arch/amd64-prologue-xmm.exp
2799 * gdb.arch/amd64-stap-special-operands.exp
2800 * gdb.arch/amd64-stap-wrong-subexp.exp
2801 * gdb.arch/amd64-tailcall-cxx.exp
2802 * gdb.arch/amd64-tailcall-noret.exp
2803 * gdb.arch/amd64-tailcall-ret.exp
2804 * gdb.arch/amd64-tailcall-self.exp
2805 * gdb.arch/amd64-word.exp
2806 * gdb.arch/arm-bl-branch-dest.exp
2807 * gdb.arch/arm-disp-step.exp
2808 * gdb.arch/arm-neon.exp
2809 * gdb.arch/arm-single-step-kernel-helper.exp
2810 * gdb.arch/avr-flash-qualifier.exp
2811 * gdb.arch/disp-step-insn-reloc.exp
2812 * gdb.arch/e500-abi.exp
2813 * gdb.arch/e500-regs.exp
2814 * gdb.arch/ftrace-insn-reloc.exp
2815 * gdb.arch/i386-avx512.exp
2816 * gdb.arch/i386-bp_permanent.exp
2817 * gdb.arch/i386-byte.exp
2818 * gdb.arch/i386-cfi-notcurrent.exp
2819 * gdb.arch/i386-disp-step.exp
2820 * gdb.arch/i386-dr3-watch.exp
2821 * gdb.arch/i386-float.exp
2822 * gdb.arch/i386-gnu-cfi.exp
2823 * gdb.arch/i386-mpx-map.exp
2824 * gdb.arch/i386-mpx-sigsegv.exp
2825 * gdb.arch/i386-mpx-simple_segv.exp
2826 * gdb.arch/i386-mpx.exp
2827 * gdb.arch/i386-permbkpt.exp
2828 * gdb.arch/i386-prologue.exp
2829 * gdb.arch/i386-signal.exp
2830 * gdb.arch/i386-size-overlap.exp
2831 * gdb.arch/i386-unwind.exp
2832 * gdb.arch/i386-word.exp
2833 * gdb.arch/mips-fcr.exp
2834 * gdb.arch/powerpc-d128-regs.exp
2835 * gdb.arch/powerpc-stackless.exp
2836 * gdb.arch/ppc64-atomic-inst.exp
2837 * gdb.arch/s390-stackless.exp
2838 * gdb.arch/s390-tdbregs.exp
2839 * gdb.arch/s390-vregs.exp
2840 * gdb.arch/sparc-sysstep.exp
2841 * gdb.arch/thumb-bx-pc.exp
2842 * gdb.arch/thumb-singlestep.exp
2843 * gdb.arch/thumb2-it.exp
2844 * gdb.arch/vsx-regs.exp
2845 * gdb.asm/asm-source.exp
2846 * gdb.base/a2-run.exp
2847 * gdb.base/advance.exp
2848 * gdb.base/all-bin.exp
2849 * gdb.base/anon.exp
2850 * gdb.base/args.exp
2851 * gdb.base/arithmet.exp
2852 * gdb.base/async-shell.exp
2853 * gdb.base/async.exp
2854 * gdb.base/attach-pie-noexec.exp
2855 * gdb.base/attach-twice.exp
2856 * gdb.base/auto-load.exp
2857 * gdb.base/bang.exp
2858 * gdb.base/bitfields.exp
2859 * gdb.base/break-always.exp
2860 * gdb.base/break-caller-line.exp
2861 * gdb.base/break-entry.exp
2862 * gdb.base/break-inline.exp
2863 * gdb.base/break-on-linker-gcd-function.exp
2864 * gdb.base/break-probes.exp
2865 * gdb.base/break.exp
2866 * gdb.base/breakpoint-shadow.exp
2867 * gdb.base/call-ar-st.exp
2868 * gdb.base/call-sc.exp
2869 * gdb.base/call-signal-resume.exp
2870 * gdb.base/call-strs.exp
2871 * gdb.base/callfuncs.exp
2872 * gdb.base/catch-fork-static.exp
2873 * gdb.base/catch-gdb-caused-signals.exp
2874 * gdb.base/catch-load.exp
2875 * gdb.base/catch-signal-fork.exp
2876 * gdb.base/catch-signal.exp
2877 * gdb.base/catch-syscall.exp
2878 * gdb.base/charset.exp
2879 * gdb.base/checkpoint.exp
2880 * gdb.base/chng-syms.exp
2881 * gdb.base/code-expr.exp
2882 * gdb.base/code_elim.exp
2883 * gdb.base/commands.exp
2884 * gdb.base/completion.exp
2885 * gdb.base/complex.exp
2886 * gdb.base/cond-expr.exp
2887 * gdb.base/condbreak.exp
2888 * gdb.base/consecutive.exp
2889 * gdb.base/continue-all-already-running.exp
2890 * gdb.base/coredump-filter.exp
2891 * gdb.base/corefile.exp
2892 * gdb.base/dbx.exp
2893 * gdb.base/debug-expr.exp
2894 * gdb.base/define.exp
2895 * gdb.base/del.exp
2896 * gdb.base/disabled-location.exp
2897 * gdb.base/disasm-end-cu.exp
2898 * gdb.base/disasm-optim.exp
2899 * gdb.base/display.exp
2900 * gdb.base/duplicate-bp.exp
2901 * gdb.base/ena-dis-br.exp
2902 * gdb.base/ending-run.exp
2903 * gdb.base/enumval.exp
2904 * gdb.base/environ.exp
2905 * gdb.base/eu-strip-infcall.exp
2906 * gdb.base/eval-avoid-side-effects.exp
2907 * gdb.base/eval-skip.exp
2908 * gdb.base/exitsignal.exp
2909 * gdb.base/expand-psymtabs.exp
2910 * gdb.base/filesym.exp
2911 * gdb.base/find-unmapped.exp
2912 * gdb.base/finish.exp
2913 * gdb.base/float.exp
2914 * gdb.base/foll-exec-mode.exp
2915 * gdb.base/foll-exec.exp
2916 * gdb.base/foll-fork.exp
2917 * gdb.base/fortran-sym-case.exp
2918 * gdb.base/freebpcmd.exp
2919 * gdb.base/func-ptr.exp
2920 * gdb.base/func-ptrs.exp
2921 * gdb.base/funcargs.exp
2922 * gdb.base/gcore-buffer-overflow.exp
2923 * gdb.base/gcore-relro-pie.exp
2924 * gdb.base/gcore-relro.exp
2925 * gdb.base/gcore.exp
2926 * gdb.base/gdb1090.exp
2927 * gdb.base/gdb11530.exp
2928 * gdb.base/gdb11531.exp
2929 * gdb.base/gdb1821.exp
2930 * gdb.base/gdbindex-stabs.exp
2931 * gdb.base/gdbvars.exp
2932 * gdb.base/hbreak.exp
2933 * gdb.base/hbreak2.exp
2934 * gdb.base/included.exp
2935 * gdb.base/infcall-input.exp
2936 * gdb.base/inferior-died.exp
2937 * gdb.base/infnan.exp
2938 * gdb.base/info-macros.exp
2939 * gdb.base/info-os.exp
2940 * gdb.base/info-proc.exp
2941 * gdb.base/info-shared.exp
2942 * gdb.base/info-target.exp
2943 * gdb.base/infoline.exp
2944 * gdb.base/interp.exp
2945 * gdb.base/interrupt.exp
2946 * gdb.base/jit-reader.exp
2947 * gdb.base/jit-simple.exp
2948 * gdb.base/kill-after-signal.exp
2949 * gdb.base/kill-detach-inferiors-cmd.exp
2950 * gdb.base/label.exp
2951 * gdb.base/langs.exp
2952 * gdb.base/ldbl_e308.exp
2953 * gdb.base/line-symtabs.exp
2954 * gdb.base/linespecs.exp
2955 * gdb.base/list.exp
2956 * gdb.base/long_long.exp
2957 * gdb.base/longest-types.exp
2958 * gdb.base/maint.exp
2959 * gdb.base/max-value-size.exp
2960 * gdb.base/memattr.exp
2961 * gdb.base/mips_pro.exp
2962 * gdb.base/morestack.exp
2963 * gdb.base/moribund-step.exp
2964 * gdb.base/multi-forks.exp
2965 * gdb.base/nested-addr.exp
2966 * gdb.base/nextoverexit.exp
2967 * gdb.base/noreturn-finish.exp
2968 * gdb.base/noreturn-return.exp
2969 * gdb.base/nostdlib.exp
2970 * gdb.base/offsets.exp
2971 * gdb.base/opaque.exp
2972 * gdb.base/pc-fp.exp
2973 * gdb.base/permissions.exp
2974 * gdb.base/print-symbol-loading.exp
2975 * gdb.base/prologue-include.exp
2976 * gdb.base/psymtab.exp
2977 * gdb.base/ptype.exp
2978 * gdb.base/random-signal.exp
2979 * gdb.base/randomize.exp
2980 * gdb.base/range-stepping.exp
2981 * gdb.base/readline-ask.exp
2982 * gdb.base/recpar.exp
2983 * gdb.base/recurse.exp
2984 * gdb.base/relational.exp
2985 * gdb.base/restore.exp
2986 * gdb.base/return-nodebug.exp
2987 * gdb.base/return.exp
2988 * gdb.base/run-after-attach.exp
2989 * gdb.base/save-bp.exp
2990 * gdb.base/scope.exp
2991 * gdb.base/sect-cmd.exp
2992 * gdb.base/set-lang-auto.exp
2993 * gdb.base/set-noassign.exp
2994 * gdb.base/setvar.exp
2995 * gdb.base/sigall.exp
2996 * gdb.base/sigbpt.exp
2997 * gdb.base/siginfo-addr.exp
2998 * gdb.base/siginfo-infcall.exp
2999 * gdb.base/siginfo-obj.exp
3000 * gdb.base/siginfo.exp
3001 * gdb.base/signals-state-child.exp
3002 * gdb.base/signest.exp
3003 * gdb.base/sigstep.exp
3004 * gdb.base/sizeof.exp
3005 * gdb.base/skip.exp
3006 * gdb.base/solib-corrupted.exp
3007 * gdb.base/solib-nodir.exp
3008 * gdb.base/solib-search.exp
3009 * gdb.base/stack-checking.exp
3010 * gdb.base/stale-infcall.exp
3011 * gdb.base/stap-probe.exp
3012 * gdb.base/start.exp
3013 * gdb.base/step-break.exp
3014 * gdb.base/step-bt.exp
3015 * gdb.base/step-line.exp
3016 * gdb.base/step-over-exit.exp
3017 * gdb.base/step-over-syscall.exp
3018 * gdb.base/step-resume-infcall.exp
3019 * gdb.base/step-test.exp
3020 * gdb.base/store.exp
3021 * gdb.base/structs3.exp
3022 * gdb.base/sym-file.exp
3023 * gdb.base/symbol-without-target_section.exp
3024 * gdb.base/term.exp
3025 * gdb.base/testenv.exp
3026 * gdb.base/ui-redirect.exp
3027 * gdb.base/until.exp
3028 * gdb.base/unwindonsignal.exp
3029 * gdb.base/value-double-free.exp
3030 * gdb.base/vla-datatypes.exp
3031 * gdb.base/vla-ptr.exp
3032 * gdb.base/vla-sideeffect.exp
3033 * gdb.base/volatile.exp
3034 * gdb.base/watch-cond-infcall.exp
3035 * gdb.base/watch-cond.exp
3036 * gdb.base/watch-non-mem.exp
3037 * gdb.base/watch-read.exp
3038 * gdb.base/watch-vfork.exp
3039 * gdb.base/watchpoint-cond-gone.exp
3040 * gdb.base/watchpoint-delete.exp
3041 * gdb.base/watchpoint-hw-hit-once.exp
3042 * gdb.base/watchpoint-hw.exp
3043 * gdb.base/watchpoint-stops-at-right-insn.exp
3044 * gdb.base/watchpoints.exp
3045 * gdb.base/wchar.exp
3046 * gdb.base/whatis-exp.exp
3047 * gdb.btrace/buffer-size.exp
3048 * gdb.btrace/data.exp
3049 * gdb.btrace/delta.exp
3050 * gdb.btrace/dlopen.exp
3051 * gdb.btrace/enable.exp
3052 * gdb.btrace/exception.exp
3053 * gdb.btrace/function_call_history.exp
3054 * gdb.btrace/gcore.exp
3055 * gdb.btrace/instruction_history.exp
3056 * gdb.btrace/nohist.exp
3057 * gdb.btrace/reconnect.exp
3058 * gdb.btrace/record_goto-step.exp
3059 * gdb.btrace/record_goto.exp
3060 * gdb.btrace/rn-dl-bind.exp
3061 * gdb.btrace/segv.exp
3062 * gdb.btrace/step.exp
3063 * gdb.btrace/stepi.exp
3064 * gdb.btrace/tailcall-only.exp
3065 * gdb.btrace/tailcall.exp
3066 * gdb.btrace/tsx.exp
3067 * gdb.btrace/unknown_functions.exp
3068 * gdb.btrace/vdso.exp
3069 * gdb.compile/compile-ifunc.exp
3070 * gdb.compile/compile-ops.exp
3071 * gdb.compile/compile-print.exp
3072 * gdb.compile/compile-setjmp.exp
3073 * gdb.cp/abstract-origin.exp
3074 * gdb.cp/ambiguous.exp
3075 * gdb.cp/annota2.exp
3076 * gdb.cp/annota3.exp
3077 * gdb.cp/anon-ns.exp
3078 * gdb.cp/anon-struct.exp
3079 * gdb.cp/anon-union.exp
3080 * gdb.cp/arg-reference.exp
3081 * gdb.cp/baseenum.exp
3082 * gdb.cp/bool.exp
3083 * gdb.cp/breakpoint.exp
3084 * gdb.cp/bs15503.exp
3085 * gdb.cp/call-c.exp
3086 * gdb.cp/casts.exp
3087 * gdb.cp/chained-calls.exp
3088 * gdb.cp/class2.exp
3089 * gdb.cp/classes.exp
3090 * gdb.cp/cmpd-minsyms.exp
3091 * gdb.cp/converts.exp
3092 * gdb.cp/cp-relocate.exp
3093 * gdb.cp/cpcompletion.exp
3094 * gdb.cp/cpexprs.exp
3095 * gdb.cp/cplabel.exp
3096 * gdb.cp/cplusfuncs.exp
3097 * gdb.cp/cpsizeof.exp
3098 * gdb.cp/ctti.exp
3099 * gdb.cp/derivation.exp
3100 * gdb.cp/destrprint.exp
3101 * gdb.cp/dispcxx.exp
3102 * gdb.cp/enum-class.exp
3103 * gdb.cp/exception.exp
3104 * gdb.cp/exceptprint.exp
3105 * gdb.cp/expand-psymtabs-cxx.exp
3106 * gdb.cp/expand-sals.exp
3107 * gdb.cp/extern-c.exp
3108 * gdb.cp/filename.exp
3109 * gdb.cp/formatted-ref.exp
3110 * gdb.cp/fpointer.exp
3111 * gdb.cp/gdb1355.exp
3112 * gdb.cp/gdb2495.exp
3113 * gdb.cp/hang.exp
3114 * gdb.cp/impl-this.exp
3115 * gdb.cp/infcall-dlopen.exp
3116 * gdb.cp/inherit.exp
3117 * gdb.cp/iostream.exp
3118 * gdb.cp/koenig.exp
3119 * gdb.cp/local.exp
3120 * gdb.cp/m-data.exp
3121 * gdb.cp/m-static.exp
3122 * gdb.cp/mb-ctor.exp
3123 * gdb.cp/mb-inline.exp
3124 * gdb.cp/mb-templates.exp
3125 * gdb.cp/member-name.exp
3126 * gdb.cp/member-ptr.exp
3127 * gdb.cp/meth-typedefs.exp
3128 * gdb.cp/method.exp
3129 * gdb.cp/method2.exp
3130 * gdb.cp/minsym-fallback.exp
3131 * gdb.cp/misc.exp
3132 * gdb.cp/namelessclass.exp
3133 * gdb.cp/namespace-enum.exp
3134 * gdb.cp/namespace-nested-import.exp
3135 * gdb.cp/namespace.exp
3136 * gdb.cp/nextoverthrow.exp
3137 * gdb.cp/no-dmgl-verbose.exp
3138 * gdb.cp/non-trivial-retval.exp
3139 * gdb.cp/noparam.exp
3140 * gdb.cp/nsdecl.exp
3141 * gdb.cp/nsimport.exp
3142 * gdb.cp/nsnested.exp
3143 * gdb.cp/nsnoimports.exp
3144 * gdb.cp/nsrecurs.exp
3145 * gdb.cp/nsstress.exp
3146 * gdb.cp/nsusing.exp
3147 * gdb.cp/operator.exp
3148 * gdb.cp/oranking.exp
3149 * gdb.cp/overload-const.exp
3150 * gdb.cp/overload.exp
3151 * gdb.cp/ovldbreak.exp
3152 * gdb.cp/ovsrch.exp
3153 * gdb.cp/paren-type.exp
3154 * gdb.cp/parse-lang.exp
3155 * gdb.cp/pass-by-ref.exp
3156 * gdb.cp/pr-1023.exp
3157 * gdb.cp/pr-1210.exp
3158 * gdb.cp/pr-574.exp
3159 * gdb.cp/pr10687.exp
3160 * gdb.cp/pr12028.exp
3161 * gdb.cp/pr17132.exp
3162 * gdb.cp/pr17494.exp
3163 * gdb.cp/pr9067.exp
3164 * gdb.cp/pr9167.exp
3165 * gdb.cp/pr9631.exp
3166 * gdb.cp/printmethod.exp
3167 * gdb.cp/psmang.exp
3168 * gdb.cp/psymtab-parameter.exp
3169 * gdb.cp/ptype-cv-cp.exp
3170 * gdb.cp/ptype-flags.exp
3171 * gdb.cp/re-set-overloaded.exp
3172 * gdb.cp/ref-types.exp
3173 * gdb.cp/rtti.exp
3174 * gdb.cp/scope-err.exp
3175 * gdb.cp/shadow.exp
3176 * gdb.cp/smartp.exp
3177 * gdb.cp/static-method.exp
3178 * gdb.cp/static-print-quit.exp
3179 * gdb.cp/temargs.exp
3180 * gdb.cp/templates.exp
3181 * gdb.cp/try_catch.exp
3182 * gdb.cp/typedef-operator.exp
3183 * gdb.cp/typeid.exp
3184 * gdb.cp/userdef.exp
3185 * gdb.cp/using-crash.exp
3186 * gdb.cp/var-tag.exp
3187 * gdb.cp/virtbase.exp
3188 * gdb.cp/virtfunc.exp
3189 * gdb.cp/virtfunc2.exp
3190 * gdb.cp/vla-cxx.exp
3191 * gdb.disasm/t01_mov.exp
3192 * gdb.disasm/t02_mova.exp
3193 * gdb.disasm/t03_add.exp
3194 * gdb.disasm/t04_sub.exp
3195 * gdb.disasm/t05_cmp.exp
3196 * gdb.disasm/t06_ari2.exp
3197 * gdb.disasm/t07_ari3.exp
3198 * gdb.disasm/t08_or.exp
3199 * gdb.disasm/t09_xor.exp
3200 * gdb.disasm/t10_and.exp
3201 * gdb.disasm/t11_logs.exp
3202 * gdb.disasm/t12_bit.exp
3203 * gdb.disasm/t13_otr.exp
3204 * gdb.dlang/circular.exp
3205 * gdb.dwarf2/arr-stride.exp
3206 * gdb.dwarf2/arr-subrange.exp
3207 * gdb.dwarf2/atomic-type.exp
3208 * gdb.dwarf2/bad-regnum.exp
3209 * gdb.dwarf2/bitfield-parent-optimized-out.exp
3210 * gdb.dwarf2/callframecfa.exp
3211 * gdb.dwarf2/clztest.exp
3212 * gdb.dwarf2/corrupt.exp
3213 * gdb.dwarf2/data-loc.exp
3214 * gdb.dwarf2/dup-psym.exp
3215 * gdb.dwarf2/dw2-anon-mptr.exp
3216 * gdb.dwarf2/dw2-anonymous-func.exp
3217 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
3218 * gdb.dwarf2/dw2-bad-unresolved.exp
3219 * gdb.dwarf2/dw2-basic.exp
3220 * gdb.dwarf2/dw2-canonicalize-type.exp
3221 * gdb.dwarf2/dw2-case-insensitive.exp
3222 * gdb.dwarf2/dw2-common-block.exp
3223 * gdb.dwarf2/dw2-compdir-oldgcc.exp
3224 * gdb.dwarf2/dw2-compressed.exp
3225 * gdb.dwarf2/dw2-const.exp
3226 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
3227 * gdb.dwarf2/dw2-cu-size.exp
3228 * gdb.dwarf2/dw2-dup-frame.exp
3229 * gdb.dwarf2/dw2-entry-value.exp
3230 * gdb.dwarf2/dw2-icycle.exp
3231 * gdb.dwarf2/dw2-ifort-parameter.exp
3232 * gdb.dwarf2/dw2-inline-break.exp
3233 * gdb.dwarf2/dw2-inline-param.exp
3234 * gdb.dwarf2/dw2-intercu.exp
3235 * gdb.dwarf2/dw2-intermix.exp
3236 * gdb.dwarf2/dw2-lexical-block-bare.exp
3237 * gdb.dwarf2/dw2-linkage-name-trust.exp
3238 * gdb.dwarf2/dw2-minsym-in-cu.exp
3239 * gdb.dwarf2/dw2-noloc.exp
3240 * gdb.dwarf2/dw2-op-call.exp
3241 * gdb.dwarf2/dw2-op-out-param.exp
3242 * gdb.dwarf2/dw2-opt-structptr.exp
3243 * gdb.dwarf2/dw2-param-error.exp
3244 * gdb.dwarf2/dw2-producer.exp
3245 * gdb.dwarf2/dw2-ranges-base.exp
3246 * gdb.dwarf2/dw2-ref-missing-frame.exp
3247 * gdb.dwarf2/dw2-reg-undefined.exp
3248 * gdb.dwarf2/dw2-regno-invalid.exp
3249 * gdb.dwarf2/dw2-restore.exp
3250 * gdb.dwarf2/dw2-restrict.exp
3251 * gdb.dwarf2/dw2-single-line-discriminators.exp
3252 * gdb.dwarf2/dw2-strp.exp
3253 * gdb.dwarf2/dw2-undefined-ret-addr.exp
3254 * gdb.dwarf2/dw2-unresolved.exp
3255 * gdb.dwarf2/dw2-var-zero-addr.exp
3256 * gdb.dwarf2/dw4-sig-types.exp
3257 * gdb.dwarf2/dwz.exp
3258 * gdb.dwarf2/dynarr-ptr.exp
3259 * gdb.dwarf2/enum-type.exp
3260 * gdb.dwarf2/gdb-index.exp
3261 * gdb.dwarf2/implptr-64bit.exp
3262 * gdb.dwarf2/implptr-optimized-out.exp
3263 * gdb.dwarf2/implptr.exp
3264 * gdb.dwarf2/implref-array.exp
3265 * gdb.dwarf2/implref-const.exp
3266 * gdb.dwarf2/implref-global.exp
3267 * gdb.dwarf2/implref-struct.exp
3268 * gdb.dwarf2/mac-fileno.exp
3269 * gdb.dwarf2/main-subprogram.exp
3270 * gdb.dwarf2/member-ptr-forwardref.exp
3271 * gdb.dwarf2/method-ptr.exp
3272 * gdb.dwarf2/missing-sig-type.exp
3273 * gdb.dwarf2/nonvar-access.exp
3274 * gdb.dwarf2/opaque-type-lookup.exp
3275 * gdb.dwarf2/pieces-optimized-out.exp
3276 * gdb.dwarf2/pieces.exp
3277 * gdb.dwarf2/pr10770.exp
3278 * gdb.dwarf2/pr13961.exp
3279 * gdb.dwarf2/staticvirtual.exp
3280 * gdb.dwarf2/subrange.exp
3281 * gdb.dwarf2/symtab-producer.exp
3282 * gdb.dwarf2/trace-crash.exp
3283 * gdb.dwarf2/typeddwarf.exp
3284 * gdb.dwarf2/valop.exp
3285 * gdb.dwarf2/watch-notconst.exp
3286 * gdb.fortran/array-element.exp
3287 * gdb.fortran/charset.exp
3288 * gdb.fortran/common-block.exp
3289 * gdb.fortran/complex.exp
3290 * gdb.fortran/derived-type-function.exp
3291 * gdb.fortran/derived-type.exp
3292 * gdb.fortran/logical.exp
3293 * gdb.fortran/module.exp
3294 * gdb.fortran/multi-dim.exp
3295 * gdb.fortran/nested-funcs.exp
3296 * gdb.fortran/print-formatted.exp
3297 * gdb.fortran/subarray.exp
3298 * gdb.fortran/vla-alloc-assoc.exp
3299 * gdb.fortran/vla-datatypes.exp
3300 * gdb.fortran/vla-history.exp
3301 * gdb.fortran/vla-ptr-info.exp
3302 * gdb.fortran/vla-ptype-sub.exp
3303 * gdb.fortran/vla-ptype.exp
3304 * gdb.fortran/vla-sizeof.exp
3305 * gdb.fortran/vla-type.exp
3306 * gdb.fortran/vla-value-sub-arbitrary.exp
3307 * gdb.fortran/vla-value-sub-finish.exp
3308 * gdb.fortran/vla-value-sub.exp
3309 * gdb.fortran/vla-value.exp
3310 * gdb.fortran/whatis_type.exp
3311 * gdb.go/chan.exp
3312 * gdb.go/handcall.exp
3313 * gdb.go/hello.exp
3314 * gdb.go/integers.exp
3315 * gdb.go/methods.exp
3316 * gdb.go/package.exp
3317 * gdb.go/strings.exp
3318 * gdb.go/types.exp
3319 * gdb.go/unsafe.exp
3320 * gdb.guile/scm-arch.exp
3321 * gdb.guile/scm-block.exp
3322 * gdb.guile/scm-breakpoint.exp
3323 * gdb.guile/scm-cmd.exp
3324 * gdb.guile/scm-disasm.exp
3325 * gdb.guile/scm-equal.exp
3326 * gdb.guile/scm-frame-args.exp
3327 * gdb.guile/scm-frame-inline.exp
3328 * gdb.guile/scm-frame.exp
3329 * gdb.guile/scm-iterator.exp
3330 * gdb.guile/scm-math.exp
3331 * gdb.guile/scm-objfile.exp
3332 * gdb.guile/scm-ports.exp
3333 * gdb.guile/scm-symbol.exp
3334 * gdb.guile/scm-symtab.exp
3335 * gdb.guile/scm-value-cc.exp
3336 * gdb.guile/types-module.exp
3337 * gdb.linespec/break-ask.exp
3338 * gdb.linespec/cpexplicit.exp
3339 * gdb.linespec/explicit.exp
3340 * gdb.linespec/keywords.exp
3341 * gdb.linespec/linespec.exp
3342 * gdb.linespec/ls-dollar.exp
3343 * gdb.linespec/ls-errs.exp
3344 * gdb.linespec/skip-two.exp
3345 * gdb.linespec/thread.exp
3346 * gdb.mi/mi-async.exp
3347 * gdb.mi/mi-basics.exp
3348 * gdb.mi/mi-break.exp
3349 * gdb.mi/mi-catch-load.exp
3350 * gdb.mi/mi-cli.exp
3351 * gdb.mi/mi-cmd-param-changed.exp
3352 * gdb.mi/mi-console.exp
3353 * gdb.mi/mi-detach.exp
3354 * gdb.mi/mi-disassemble.exp
3355 * gdb.mi/mi-eval.exp
3356 * gdb.mi/mi-file-transfer.exp
3357 * gdb.mi/mi-file.exp
3358 * gdb.mi/mi-fill-memory.exp
3359 * gdb.mi/mi-inheritance-syntax-error.exp
3360 * gdb.mi/mi-linespec-err-cp.exp
3361 * gdb.mi/mi-logging.exp
3362 * gdb.mi/mi-memory-changed.exp
3363 * gdb.mi/mi-read-memory.exp
3364 * gdb.mi/mi-record-changed.exp
3365 * gdb.mi/mi-reg-undefined.exp
3366 * gdb.mi/mi-regs.exp
3367 * gdb.mi/mi-return.exp
3368 * gdb.mi/mi-reverse.exp
3369 * gdb.mi/mi-simplerun.exp
3370 * gdb.mi/mi-solib.exp
3371 * gdb.mi/mi-stack.exp
3372 * gdb.mi/mi-stepi.exp
3373 * gdb.mi/mi-syn-frame.exp
3374 * gdb.mi/mi-until.exp
3375 * gdb.mi/mi-var-block.exp
3376 * gdb.mi/mi-var-child.exp
3377 * gdb.mi/mi-var-cmd.exp
3378 * gdb.mi/mi-var-cp.exp
3379 * gdb.mi/mi-var-display.exp
3380 * gdb.mi/mi-var-invalidate.exp
3381 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
3382 * gdb.mi/mi-vla-fortran.exp
3383 * gdb.mi/mi-watch.exp
3384 * gdb.mi/mi2-var-child.exp
3385 * gdb.mi/user-selected-context-sync.exp
3386 * gdb.modula2/unbounded-array.exp
3387 * gdb.multi/dummy-frame-restore.exp
3388 * gdb.multi/multi-arch-exec.exp
3389 * gdb.multi/multi-arch.exp
3390 * gdb.multi/tids.exp
3391 * gdb.multi/watchpoint-multi.exp
3392 * gdb.opencl/callfuncs.exp
3393 * gdb.opencl/convs_casts.exp
3394 * gdb.opencl/datatypes.exp
3395 * gdb.opencl/operators.exp
3396 * gdb.opencl/vec_comps.exp
3397 * gdb.opt/clobbered-registers-O2.exp
3398 * gdb.opt/inline-break.exp
3399 * gdb.opt/inline-bt.exp
3400 * gdb.opt/inline-cmds.exp
3401 * gdb.opt/inline-locals.exp
3402 * gdb.pascal/case-insensitive-symbols.exp
3403 * gdb.pascal/floats.exp
3404 * gdb.pascal/gdb11492.exp
3405 * gdb.python/lib-types.exp
3406 * gdb.python/py-arch.exp
3407 * gdb.python/py-as-string.exp
3408 * gdb.python/py-bad-printers.exp
3409 * gdb.python/py-block.exp
3410 * gdb.python/py-breakpoint-create-fail.exp
3411 * gdb.python/py-breakpoint.exp
3412 * gdb.python/py-caller-is.exp
3413 * gdb.python/py-cmd.exp
3414 * gdb.python/py-explore-cc.exp
3415 * gdb.python/py-explore.exp
3416 * gdb.python/py-finish-breakpoint.exp
3417 * gdb.python/py-finish-breakpoint2.exp
3418 * gdb.python/py-frame-args.exp
3419 * gdb.python/py-frame-inline.exp
3420 * gdb.python/py-frame.exp
3421 * gdb.python/py-framefilter-mi.exp
3422 * gdb.python/py-infthread.exp
3423 * gdb.python/py-lazy-string.exp
3424 * gdb.python/py-linetable.exp
3425 * gdb.python/py-mi-events.exp
3426 * gdb.python/py-mi-objfile.exp
3427 * gdb.python/py-mi.exp
3428 * gdb.python/py-objfile.exp
3429 * gdb.python/py-pp-integral.exp
3430 * gdb.python/py-pp-maint.exp
3431 * gdb.python/py-pp-re-notag.exp
3432 * gdb.python/py-pp-registration.exp
3433 * gdb.python/py-recurse-unwind.exp
3434 * gdb.python/py-strfns.exp
3435 * gdb.python/py-symbol.exp
3436 * gdb.python/py-symtab.exp
3437 * gdb.python/py-sync-interp.exp
3438 * gdb.python/py-typeprint.exp
3439 * gdb.python/py-unwind-maint.exp
3440 * gdb.python/py-unwind.exp
3441 * gdb.python/py-value-cc.exp
3442 * gdb.python/py-xmethods.exp
3443 * gdb.reverse/amd64-tailcall-reverse.exp
3444 * gdb.reverse/break-precsave.exp
3445 * gdb.reverse/break-reverse.exp
3446 * gdb.reverse/consecutive-precsave.exp
3447 * gdb.reverse/consecutive-reverse.exp
3448 * gdb.reverse/finish-precsave.exp
3449 * gdb.reverse/finish-reverse-bkpt.exp
3450 * gdb.reverse/finish-reverse.exp
3451 * gdb.reverse/fstatat-reverse.exp
3452 * gdb.reverse/getresuid-reverse.exp
3453 * gdb.reverse/i386-precsave.exp
3454 * gdb.reverse/i386-reverse.exp
3455 * gdb.reverse/i386-sse-reverse.exp
3456 * gdb.reverse/i387-env-reverse.exp
3457 * gdb.reverse/i387-stack-reverse.exp
3458 * gdb.reverse/insn-reverse.exp
3459 * gdb.reverse/machinestate-precsave.exp
3460 * gdb.reverse/machinestate.exp
3461 * gdb.reverse/next-reverse-bkpt-over-sr.exp
3462 * gdb.reverse/pipe-reverse.exp
3463 * gdb.reverse/readv-reverse.exp
3464 * gdb.reverse/recvmsg-reverse.exp
3465 * gdb.reverse/rerun-prec.exp
3466 * gdb.reverse/s390-mvcle.exp
3467 * gdb.reverse/step-precsave.exp
3468 * gdb.reverse/step-reverse.exp
3469 * gdb.reverse/time-reverse.exp
3470 * gdb.reverse/until-precsave.exp
3471 * gdb.reverse/until-reverse.exp
3472 * gdb.reverse/waitpid-reverse.exp
3473 * gdb.reverse/watch-precsave.exp
3474 * gdb.reverse/watch-reverse.exp
3475 * gdb.rust/generics.exp
3476 * gdb.rust/methods.exp
3477 * gdb.rust/modules.exp
3478 * gdb.rust/simple.exp
3479 * gdb.server/connect-with-no-symbol-file.exp
3480 * gdb.server/ext-attach.exp
3481 * gdb.server/ext-restart.exp
3482 * gdb.server/ext-wrapper.exp
3483 * gdb.server/file-transfer.exp
3484 * gdb.server/server-exec-info.exp
3485 * gdb.server/server-kill.exp
3486 * gdb.server/server-mon.exp
3487 * gdb.server/wrapper.exp
3488 * gdb.stabs/exclfwd.exp
3489 * gdb.stabs/gdb11479.exp
3490 * gdb.threads/clone-new-thread-event.exp
3491 * gdb.threads/corethreads.exp
3492 * gdb.threads/current-lwp-dead.exp
3493 * gdb.threads/dlopen-libpthread.exp
3494 * gdb.threads/gcore-thread.exp
3495 * gdb.threads/sigstep-threads.exp
3496 * gdb.threads/watchpoint-fork.exp
3497 * gdb.trace/actions-changed.exp
3498 * gdb.trace/backtrace.exp
3499 * gdb.trace/change-loc.exp
3500 * gdb.trace/circ.exp
3501 * gdb.trace/collection.exp
3502 * gdb.trace/disconnected-tracing.exp
3503 * gdb.trace/ftrace.exp
3504 * gdb.trace/mi-trace-frame-collected.exp
3505 * gdb.trace/mi-trace-unavailable.exp
3506 * gdb.trace/mi-traceframe-changed.exp
3507 * gdb.trace/mi-tsv-changed.exp
3508 * gdb.trace/no-attach-trace.exp
3509 * gdb.trace/passc-dyn.exp
3510 * gdb.trace/qtro.exp
3511 * gdb.trace/range-stepping.exp
3512 * gdb.trace/read-memory.exp
3513 * gdb.trace/save-trace.exp
3514 * gdb.trace/signal.exp
3515 * gdb.trace/status-stop.exp
3516 * gdb.trace/tfile.exp
3517 * gdb.trace/trace-break.exp
3518 * gdb.trace/trace-buffer-size.exp
3519 * gdb.trace/trace-condition.exp
3520 * gdb.trace/tracefile-pseudo-reg.exp
3521 * gdb.trace/tstatus.exp
3522 * gdb.trace/unavailable.exp
3523 * gdb.trace/while-dyn.exp
3524 * gdb.trace/while-stepping.exp
3525
34c41c68
DE
35262016-12-22 Doug Evans <xdje42@gmail.com>
3527
3528 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
3529 and msymbols.
3530
16e69324
YQ
35312016-12-19 Yao Qi <yao.qi@linaro.org>
3532
3533 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
3534 (test_with_self): Don't call do_steps_and_nexts, and remove
3535 code about stepping into xmalloc.
3536
f94f411b
YQ
35372016-12-09 Yao Qi <yao.qi@linaro.org>
3538
3539 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
3540
35412016-12-09 Yao Qi <yao.qi@linaro.org>
3542
3543 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
3544
f1b5deee
PA
35452016-12-09 Pedro Alves <palves@redhat.com>
3546
3547 * gdb.base/all-architectures-0.exp: New file.
3548 * gdb.base/all-architectures-1.exp: New file.
3549 * gdb.base/all-architectures-2.exp: New file.
3550 * gdb.base/all-architectures-3.exp: New file.
3551 * gdb.base/all-architectures-4.exp: New file.
3552 * gdb.base/all-architectures-5.exp: New file.
3553 * gdb.base/all-architectures-6.exp: New file.
3554 * gdb.base/all-architectures-7.exp: New file.
3555 * gdb.base/all-architectures.exp.in: New file.
3556
364ca42e
YQ
35572016-12-09 Yao Qi <yao.qi@linaro.org>
3558
3559 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
3560
107c2d62
LM
35612016-12-02 Luis Machado <lgustavo@codesourcery.com>
3562
3563 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
3564 possible.
3565 Remove useless pattern-matching code.
3566
df3ee9ca
PA
35672016-12-02 Pedro Alves <palves@redhat.com>
3568
3569 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
3570 procedure.
3571 (top level): Call it.
3572
ec835369
PA
35732016-12-02 Pedro Alves <palves@redhat.com>
3574
3575 * gdb.base/commands.exp (user_defined_command_args_stack_test):
3576 New procedure.
3577 (top level): Call it.
3578
01770bbd
PA
35792016-12-02 Pedro Alves <palves@redhat.com>
3580
3581 PR cli/20559
3582 * gdb.base/commands.exp (user_defined_command_args_eval): New
3583 procedure.
3584 (top level): Call it.
3585
008459ea
LM
35862016-12-02 Luis Machado <lgustavo@codesourcery.com>
3587
3588 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
3589 timeout handling.
3590
0c1b455e
TT
35912016-12-02 Tom Tromey <tom@tromey.com>
3592
3593 * gdb.dwarf2/main-subprogram.c: New file.
3594 * gdb.dwarf2/main-subprogram.exp: New file.
3595
018572b8
LM
35962016-12-01 Luis Machado <lgustavo@codesourcery.com>
3597
3598 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
3599 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
3600 gdb_test_no_output for a couple of cases.
3601 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
3602
84c93cd5
LM
36032016-12-01 Luis Machado <lgustavo@codesourcery.com>
3604
3605 Fix test names and standardize compilation error messages throughout
3606 the following files:
3607
3608 * gdb.ada/start.exp
3609 * gdb.arch/alpha-step.exp
3610 * gdb.arch/e500-prologue.exp
3611 * gdb.arch/ftrace-insn-reloc.exp
3612 * gdb.arch/gdb1291.exp
3613 * gdb.arch/gdb1431.exp
3614 * gdb.arch/gdb1558.exp
3615 * gdb.arch/i386-dr3-watch.exp
3616 * gdb.arch/i386-sse-stack-align.exp
3617 * gdb.arch/ia64-breakpoint-shadow.exp
3618 * gdb.arch/pa-nullify.exp
3619 * gdb.arch/powerpc-aix-prologue.exp
3620 * gdb.arch/thumb-bx-pc.exp
3621 * gdb.base/annota1.exp
3622 * gdb.base/annota3.exp
3623 * gdb.base/arrayidx.exp
3624 * gdb.base/assign.exp
3625 * gdb.base/attach.exp
3626 * gdb.base/auxv.exp
3627 * gdb.base/bang.exp
3628 * gdb.base/bfp-test.exp
3629 * gdb.base/bigcore.exp
3630 * gdb.base/bitfields2.exp
3631 * gdb.base/break-fun-addr.exp
3632 * gdb.base/break-probes.exp
3633 * gdb.base/call-rt-st.exp
3634 * gdb.base/callexit.exp
3635 * gdb.base/catch-fork-kill.exp
3636 * gdb.base/charset.exp
3637 * gdb.base/checkpoint.exp
3638 * gdb.base/comprdebug.exp
3639 * gdb.base/constvars.exp
3640 * gdb.base/coredump-filter.exp
3641 * gdb.base/cursal.exp
3642 * gdb.base/cvexpr.exp
3643 * gdb.base/detach.exp
3644 * gdb.base/display.exp
3645 * gdb.base/dmsym.exp
3646 * gdb.base/dprintf-pending.exp
3647 * gdb.base/dso2dso.exp
3648 * gdb.base/dtrace-probe.exp
3649 * gdb.base/dump.exp
3650 * gdb.base/enum_cond.exp
3651 * gdb.base/exe-lock.exp
3652 * gdb.base/exec-invalid-sysroot.exp
3653 * gdb.base/execl-update-breakpoints.exp
3654 * gdb.base/exprs.exp
3655 * gdb.base/fileio.exp
3656 * gdb.base/find.exp
3657 * gdb.base/finish.exp
3658 * gdb.base/fixsection.exp
3659 * gdb.base/foll-vfork.exp
3660 * gdb.base/frame-args.exp
3661 * gdb.base/gcore.exp
3662 * gdb.base/gdb1250.exp
3663 * gdb.base/global-var-nested-by-dso.exp
3664 * gdb.base/gnu-ifunc.exp
3665 * gdb.base/hashline1.exp
3666 * gdb.base/hashline2.exp
3667 * gdb.base/hashline3.exp
3668 * gdb.base/hbreak-in-shr-unsupported.exp
3669 * gdb.base/huge.exp
3670 * gdb.base/infcall-input.exp
3671 * gdb.base/info-fun.exp
3672 * gdb.base/info-shared.exp
3673 * gdb.base/jit-simple.exp
3674 * gdb.base/jit-so.exp
3675 * gdb.base/jit.exp
3676 * gdb.base/jump.exp
3677 * gdb.base/label.exp
3678 * gdb.base/lineinc.exp
3679 * gdb.base/logical.exp
3680 * gdb.base/longjmp.exp
3681 * gdb.base/macscp.exp
3682 * gdb.base/miscexprs.exp
3683 * gdb.base/new-ui-echo.exp
3684 * gdb.base/new-ui-pending-input.exp
3685 * gdb.base/new-ui.exp
3686 * gdb.base/nodebug.exp
3687 * gdb.base/nofield.exp
3688 * gdb.base/offsets.exp
3689 * gdb.base/overlays.exp
3690 * gdb.base/pending.exp
3691 * gdb.base/pointers.exp
3692 * gdb.base/pr11022.exp
3693 * gdb.base/printcmds.exp
3694 * gdb.base/prologue.exp
3695 * gdb.base/ptr-typedef.exp
3696 * gdb.base/realname-expand.exp
3697 * gdb.base/relativedebug.exp
3698 * gdb.base/relocate.exp
3699 * gdb.base/remote.exp
3700 * gdb.base/reread.exp
3701 * gdb.base/return2.exp
3702 * gdb.base/savedregs.exp
3703 * gdb.base/sep.exp
3704 * gdb.base/sepdebug.exp
3705 * gdb.base/sepsymtab.exp
3706 * gdb.base/set-inferior-tty.exp
3707 * gdb.base/setshow.exp
3708 * gdb.base/shlib-call.exp
3709 * gdb.base/sigaltstack.exp
3710 * gdb.base/siginfo-addr.exp
3711 * gdb.base/signals.exp
3712 * gdb.base/signull.exp
3713 * gdb.base/sigrepeat.exp
3714 * gdb.base/so-impl-ld.exp
3715 * gdb.base/solib-display.exp
3716 * gdb.base/solib-overlap.exp
3717 * gdb.base/solib-search.exp
3718 * gdb.base/solib-symbol.exp
3719 * gdb.base/structs.exp
3720 * gdb.base/structs2.exp
3721 * gdb.base/symtab-search-order.exp
3722 * gdb.base/twice.exp
3723 * gdb.base/unload.exp
3724 * gdb.base/varargs.exp
3725 * gdb.base/watchpoint-solib.exp
3726 * gdb.base/watchpoint.exp
3727 * gdb.base/whatis.exp
3728 * gdb.base/wrong_frame_bt_full.exp
3729 * gdb.btrace/dlopen.exp
3730 * gdb.cell/ea-standalone.exp
3731 * gdb.cell/ea-test.exp
3732 * gdb.cp/dispcxx.exp
3733 * gdb.cp/gdb2384.exp
3734 * gdb.cp/method2.exp
3735 * gdb.cp/nextoverthrow.exp
3736 * gdb.cp/pr10728.exp
3737 * gdb.disasm/am33.exp
3738 * gdb.disasm/h8300s.exp
3739 * gdb.disasm/mn10300.exp
3740 * gdb.disasm/sh3.exp
3741 * gdb.dwarf2/dw2-dir-file-name.exp
3742 * gdb.fortran/complex.exp
3743 * gdb.fortran/library-module.exp
3744 * gdb.guile/scm-pretty-print.exp
3745 * gdb.guile/scm-symbol.exp
3746 * gdb.guile/scm-type.exp
3747 * gdb.guile/scm-value.exp
3748 * gdb.linespec/linespec.exp
3749 * gdb.mi/gdb701.exp
3750 * gdb.mi/gdb792.exp
3751 * gdb.mi/mi-breakpoint-changed.exp
3752 * gdb.mi/mi-dprintf-pending.exp
3753 * gdb.mi/mi-dprintf.exp
3754 * gdb.mi/mi-exit-code.exp
3755 * gdb.mi/mi-pending.exp
3756 * gdb.mi/mi-solib.exp
3757 * gdb.mi/new-ui-mi-sync.exp
3758 * gdb.mi/pr11022.exp
3759 * gdb.mi/user-selected-context-sync.exp
3760 * gdb.opt/solib-intra-step.exp
3761 * gdb.python/py-events.exp
3762 * gdb.python/py-finish-breakpoint.exp
3763 * gdb.python/py-mi.exp
3764 * gdb.python/py-prettyprint.exp
3765 * gdb.python/py-shared.exp
3766 * gdb.python/py-symbol.exp
3767 * gdb.python/py-template.exp
3768 * gdb.python/py-type.exp
3769 * gdb.python/py-value.exp
3770 * gdb.reverse/solib-precsave.exp
3771 * gdb.reverse/solib-reverse.exp
3772 * gdb.server/solib-list.exp
3773 * gdb.stabs/weird.exp
3774 * gdb.threads/reconnect-signal.exp
3775 * gdb.threads/stepi-random-signal.exp
3776 * gdb.trace/actions.exp
3777 * gdb.trace/ax.exp
3778 * gdb.trace/backtrace.exp
3779 * gdb.trace/change-loc.exp
3780 * gdb.trace/deltrace.exp
3781 * gdb.trace/ftrace-lock.exp
3782 * gdb.trace/ftrace.exp
3783 * gdb.trace/infotrace.exp
3784 * gdb.trace/mi-tracepoint-changed.exp
3785 * gdb.trace/packetlen.exp
3786 * gdb.trace/passcount.exp
3787 * gdb.trace/pending.exp
3788 * gdb.trace/range-stepping.exp
3789 * gdb.trace/report.exp
3790 * gdb.trace/stap-trace.exp
3791 * gdb.trace/tfind.exp
3792 * gdb.trace/trace-break.exp
3793 * gdb.trace/trace-condition.exp
3794 * gdb.trace/trace-enable-disable.exp
3795 * gdb.trace/trace-mt.exp
3796 * gdb.trace/tracecmd.exp
3797 * gdb.trace/tspeed.exp
3798 * gdb.trace/tsv.exp
3799 * lib/perftest.exp
3800
fb9feb35
LM
38012016-12-01 Luis Machado <lgustavo@codesourcery.com>
3802
3803 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
3804 with gdb_test_no_output.
3805 Use command as test name.
3806
cd2ddb6c
LM
38072016-12-01 Luis Machado <lgustavo@codesourcery.com>
3808
3809 Fix test names starting with uppercase throughout the files.
3810
3811 * gdb.ada/assign_1.exp
3812 * gdb.ada/boolean_expr.exp
3813 * gdb.base/arrayidx.exp
3814 * gdb.base/del.exp
3815 * gdb.base/gcore-buffer-overflow.exp
3816 * gdb.base/testenv.exp
3817 * gdb.compile/compile.exp
3818 * gdb.python/py-framefilter-invalidarg.exp
3819 * gdb.python/py-framefilter.exp
3820
bb95117e
LM
38212016-12-01 Luis Machado <lgustavo@codesourcery.com>
3822
3823 Fix test names starting with uppercase throughout the files.
3824
3825 * gdb.ada/array_return.exp
3826 * gdb.ada/expr_delims.exp
3827 * gdb.ada/mi_dyn_arr.exp
3828 * gdb.ada/mi_interface.exp
3829 * gdb.ada/mi_var_array.exp
3830 * gdb.ada/watch_arg.exp
3831 * gdb.arch/alpha-step.exp
3832 * gdb.arch/altivec-regs.exp
3833 * gdb.arch/e500-regs.exp
3834 * gdb.arch/powerpc-d128-regs.exp
3835 * gdb.base/arrayidx.exp
3836 * gdb.base/break.exp
3837 * gdb.base/checkpoint.exp
3838 * gdb.base/debug-expr.exp
3839 * gdb.base/dmsym.exp
3840 * gdb.base/radix.exp
3841 * gdb.base/sepdebug.exp
3842 * gdb.base/testenv.exp
3843 * gdb.base/watch_thread_num.exp
3844 * gdb.base/watchpoint-cond-gone.exp
3845 * gdb.cell/break.exp
3846 * gdb.cell/ea-cache.exp
3847 * gdb.compile/compile.exp
3848 * gdb.cp/gdb2495.exp
3849 * gdb.gdb/selftest.exp
3850 * gdb.gdb/xfullpath.exp
3851 * gdb.go/hello.exp
3852 * gdb.go/integers.exp
3853 * gdb.objc/basicclass.exp
3854 * gdb.pascal/hello.exp
3855 * gdb.pascal/integers.exp
3856 * gdb.python/py-breakpoint.exp
3857 * gdb.python/py-cmd.exp
3858 * gdb.python/py-linetable.exp
3859 * gdb.python/py-xmethods.exp
3860 * gdb.python/python.exp
3861 * gdb.reverse/consecutive-precsave.exp
3862 * gdb.reverse/finish-precsave.exp
3863 * gdb.reverse/i386-precsave.exp
3864 * gdb.reverse/machinestate-precsave.exp
3865 * gdb.reverse/sigall-precsave.exp
3866 * gdb.reverse/solib-precsave.exp
3867 * gdb.reverse/step-precsave.exp
3868 * gdb.reverse/until-precsave.exp
3869 * gdb.reverse/watch-precsave.exp
3870 * gdb.threads/leader-exit.exp
3871 * gdb.threads/pthreads.exp
3872 * gdb.threads/wp-replication.exp
3873 * gdb.trace/actions.exp
3874 * gdb.trace/mi-tsv-changed.exp
3875 * gdb.trace/tsv.exp
3876
de97fdd4
LM
38772016-12-01 Luis Machado <lgustavo@codesourcery.com>
3878
3879 Fix test names starting with uppercase throughout the files.
3880
3881 * gdb.arch/i386-bp_permanent.exp
3882 * gdb.arch/i386-gnu-cfi.exp
3883 * gdb.base/disasm-end-cu.exp
3884 * gdb.base/macscp.exp
3885 * gdb.base/pending.exp
3886 * gdb.base/watch_thread_num.exp
3887 * gdb.cp/exception.exp
3888 * gdb.cp/gdb2495.exp
3889 * gdb.cp/local.exp
3890 * gdb.python/py-evsignal.exp
3891 * gdb.python/python.exp
3892 * gdb.trace/tracecmd.exp
3893
9f058c10
LM
38942016-12-01 Luis Machado <lgustavo@codesourcery.com>
3895
3896 Fix test names starting with uppercase throughout the files.
3897
3898 * gdb.base/charset.exp
3899 * gdb.base/eval.exp
3900 * gdb.base/multi-forks.exp
3901 * gdb.guile/scm-progspace.exp
3902 * gdb.opencl/datatypes.exp
3903 * gdb.python/py-block.exp
3904 * gdb.python/py-function.exp
3905 * gdb.python/py-symbol.exp
3906 * gdb.python/py-symtab.exp
3907 * gdb.python/py-xmethods.exp
3908 * gdb.reverse/break-precsave.exp
3909 * gdb.reverse/break-reverse.exp
3910 * gdb.reverse/consecutive-precsave.exp
3911 * gdb.reverse/consecutive-reverse.exp
3912 * gdb.reverse/finish-precsave.exp
3913 * gdb.reverse/finish-reverse-bkpt.exp
3914 * gdb.reverse/finish-reverse.exp
3915 * gdb.reverse/fstatat-reverse.exp
3916 * gdb.reverse/getresuid-reverse.exp
3917 * gdb.reverse/i386-precsave.exp
3918 * gdb.reverse/i386-reverse.exp
3919 * gdb.reverse/i386-sse-reverse.exp
3920 * gdb.reverse/i387-stack-reverse.exp
3921 * gdb.reverse/insn-reverse.exp
3922 * gdb.reverse/machinestate-precsave.exp
3923 * gdb.reverse/machinestate.exp
3924 * gdb.reverse/next-reverse-bkpt-over-sr.exp
3925 * gdb.reverse/pipe-reverse.exp
3926 * gdb.reverse/readv-reverse.exp
3927 * gdb.reverse/recvmsg-reverse.exp
3928 * gdb.reverse/rerun-prec.exp
3929 * gdb.reverse/s390-mvcle.exp
3930 * gdb.reverse/sigall-precsave.exp
3931 * gdb.reverse/sigall-reverse.exp
3932 * gdb.reverse/solib-precsave.exp
3933 * gdb.reverse/solib-reverse.exp
3934 * gdb.reverse/step-precsave.exp
3935 * gdb.reverse/step-reverse.exp
3936 * gdb.reverse/time-reverse.exp
3937 * gdb.reverse/until-precsave.exp
3938 * gdb.reverse/until-reverse.exp
3939 * gdb.reverse/waitpid-reverse.exp
3940 * gdb.reverse/watch-precsave.exp
3941 * gdb.reverse/watch-reverse.exp
3942
cdc7edd7
LM
39432016-12-01 Luis Machado <lgustavo@codesourcery.com>
3944
3945 Fix test names starting with uppercase throughout the files.
3946
3947 * gdb.arch/i386-mpx-simple_segv.exp
3948 * gdb.arch/i386-mpx.exp
3949 * gdb.arch/i386-permbkpt.exp
3950 * gdb.arch/pa-nullify.exp
3951 * gdb.arch/powerpc-d128-regs.exp
3952 * gdb.arch/vsx-regs.exp
3953 * gdb.base/bfp-test.exp
3954 * gdb.base/break.exp
3955 * gdb.base/breakpoint-shadow.exp
3956 * gdb.base/callfuncs.exp
3957 * gdb.base/charset.exp
3958 * gdb.base/commands.exp
3959 * gdb.base/completion.exp
3960 * gdb.base/dfp-test.exp
3961 * gdb.base/echo.exp
3962 * gdb.base/ending-run.exp
3963 * gdb.base/eval.exp
3964 * gdb.base/expand-psymtabs.exp
3965 * gdb.base/float128.exp
3966 * gdb.base/floatn.exp
3967 * gdb.base/foll-exec-mode.exp
3968 * gdb.base/gdb1056.exp
3969 * gdb.base/gdb11531.exp
3970 * gdb.base/kill-after-signal.exp
3971 * gdb.base/multi-forks.exp
3972 * gdb.base/overlays.exp
3973 * gdb.base/pending.exp
3974 * gdb.base/sepdebug.exp
3975 * gdb.base/testenv.exp
3976 * gdb.base/valgrind-db-attach.exp
3977 * gdb.base/watch_thread_num.exp
3978 * gdb.base/watchpoint-cond-gone.exp
3979 * gdb.base/watchpoint.exp
3980 * gdb.base/watchpoints.exp
3981 * gdb.cp/arg-reference.exp
3982 * gdb.cp/baseenum.exp
3983 * gdb.cp/operator.exp
3984 * gdb.cp/shadow.exp
3985 * gdb.dwarf2/dw2-op-out-param.exp
3986 * gdb.dwarf2/dw2-reg-undefined.exp
3987 * gdb.go/chan.exp
3988 * gdb.go/hello.exp
3989 * gdb.go/integers.exp
3990 * gdb.go/methods.exp
3991 * gdb.go/package.exp
3992 * gdb.guile/scm-parameter.exp
3993 * gdb.guile/scm-progspace.exp
3994 * gdb.guile/scm-value.exp
3995 * gdb.mi/mi-pending.exp
3996 * gdb.mi/user-selected-context-sync.exp
3997 * gdb.multi/multi-attach.exp
3998 * gdb.multi/tids.exp
3999 * gdb.opt/clobbered-registers-O2.exp
4000 * gdb.pascal/floats.exp
4001 * gdb.pascal/integers.exp
4002 * gdb.python/py-block.exp
4003 * gdb.python/py-events.exp
4004 * gdb.python/py-parameter.exp
4005 * gdb.python/py-symbol.exp
4006 * gdb.python/py-symtab.exp
4007 * gdb.python/py-type.exp
4008 * gdb.python/py-value.exp
4009 * gdb.python/py-xmethods.exp
4010 * gdb.python/python.exp
4011 * gdb.reverse/break-precsave.exp
4012 * gdb.reverse/consecutive-precsave.exp
4013 * gdb.reverse/finish-precsave.exp
4014 * gdb.reverse/i386-precsave.exp
4015 * gdb.reverse/machinestate-precsave.exp
4016 * gdb.reverse/sigall-precsave.exp
4017 * gdb.reverse/solib-precsave.exp
4018 * gdb.reverse/step-precsave.exp
4019 * gdb.reverse/until-precsave.exp
4020 * gdb.reverse/watch-precsave.exp
4021 * gdb.server/ext-attach.exp
4022 * gdb.server/ext-restart.exp
4023 * gdb.server/ext-run.exp
4024 * gdb.server/ext-wrapper.exp
4025 * gdb.stabs/gdb11479.exp
4026 * gdb.stabs/weird.exp
4027 * gdb.threads/attach-many-short-lived-threads.exp
4028 * gdb.threads/kill.exp
4029 * gdb.threads/watchpoint-fork.exp
4030
bc6c7af4
LM
40312016-12-01 Luis Machado <lgustavo@codesourcery.com>
4032
4033 Fix test names starting with uppercase throughout all the files below.
4034
4035 * gdb.ada/array_return.exp
4036 * gdb.ada/catch_ex.exp
4037 * gdb.ada/info_exc.exp
4038 * gdb.ada/mi_catch_ex.exp
4039 * gdb.ada/mi_dyn_arr.exp
4040 * gdb.ada/mi_ex_cond.exp
4041 * gdb.ada/mi_exc_info.exp
4042 * gdb.ada/mi_interface.exp
4043 * gdb.ada/mi_task_arg.exp
4044 * gdb.ada/mi_task_info.exp
4045 * gdb.ada/mi_var_array.exp
4046 * gdb.arch/alpha-step.exp
4047 * gdb.arch/amd64-disp-step.exp
4048 * gdb.arch/arm-disp-step.exp
4049 * gdb.arch/disp-step-insn-reloc.exp
4050 * gdb.arch/e500-prologue.exp
4051 * gdb.arch/ftrace-insn-reloc.exp
4052 * gdb.arch/gdb1558.exp
4053 * gdb.arch/i386-bp_permanent.exp
4054 * gdb.arch/i386-disp-step.exp
4055 * gdb.arch/i386-float.exp
4056 * gdb.arch/i386-gnu-cfi.exp
4057 * gdb.arch/ia64-breakpoint-shadow.exp
4058 * gdb.arch/mips16-thunks.exp
4059 * gdb.arch/pa-nullify.exp
4060 * gdb.arch/powerpc-aix-prologue.exp
4061 * gdb.arch/powerpc-power.exp
4062 * gdb.arch/ppc-dfp.exp
4063 * gdb.arch/s390-tdbregs.exp
4064 * gdb.arch/spu-info.exp
4065 * gdb.arch/spu-ls.exp
4066 * gdb.arch/thumb-bx-pc.exp
4067 * gdb.base/advance.exp
4068 * gdb.base/annota-input-while-running.exp
4069 * gdb.base/arrayidx.exp
4070 * gdb.base/asmlabel.exp
4071 * gdb.base/async.exp
4072 * gdb.base/attach-wait-input.exp
4073 * gdb.base/auto-connect-native-target.exp
4074 * gdb.base/batch-preserve-term-settings.exp
4075 * gdb.base/bfp-test.exp
4076 * gdb.base/bigcore.exp
4077 * gdb.base/bp-permanent.exp
4078 * gdb.base/break-always.exp
4079 * gdb.base/break-fun-addr.exp
4080 * gdb.base/break-idempotent.exp
4081 * gdb.base/break-main-file-remove-fail.exp
4082 * gdb.base/break-probes.exp
4083 * gdb.base/break-unload-file.exp
4084 * gdb.base/break.exp
4085 * gdb.base/call-ar-st.exp
4086 * gdb.base/call-rt-st.exp
4087 * gdb.base/call-sc.exp
4088 * gdb.base/call-signal-resume.exp
4089 * gdb.base/call-strs.exp
4090 * gdb.base/callexit.exp
4091 * gdb.base/callfuncs.exp
4092 * gdb.base/catch-gdb-caused-signals.exp
4093 * gdb.base/catch-signal-siginfo-cond.exp
4094 * gdb.base/catch-syscall.exp
4095 * gdb.base/compare-sections.exp
4096 * gdb.base/cond-eval-mode.exp
4097 * gdb.base/condbreak-call-false.exp
4098 * gdb.base/consecutive-step-over.exp
4099 * gdb.base/cursal.exp
4100 * gdb.base/disabled-location.exp
4101 * gdb.base/disasm-end-cu.exp
4102 * gdb.base/display.exp
4103 * gdb.base/double-prompt-target-event-error.exp
4104 * gdb.base/dprintf-bp-same-addr.exp
4105 * gdb.base/dprintf-detach.exp
4106 * gdb.base/dprintf-next.exp
4107 * gdb.base/dprintf-non-stop.exp
4108 * gdb.base/dprintf-pending.exp
4109 * gdb.base/dso2dso.exp
4110 * gdb.base/ending-run.exp
4111 * gdb.base/enum_cond.exp
4112 * gdb.base/examine-backward.exp
4113 * gdb.base/exe-lock.exp
4114 * gdb.base/exec-invalid-sysroot.exp
4115 * gdb.base/execl-update-breakpoints.exp
4116 * gdb.base/execution-termios.exp
4117 * gdb.base/fileio.exp
4118 * gdb.base/fixsection.exp
4119 * gdb.base/foll-exec-mode.exp
4120 * gdb.base/foll-exec.exp
4121 * gdb.base/fork-running-state.exp
4122 * gdb.base/frame-args.exp
4123 * gdb.base/fullpath-expand.exp
4124 * gdb.base/func-ptr.exp
4125 * gdb.base/gcore-relro-pie.exp
4126 * gdb.base/gdb1090.exp
4127 * gdb.base/gdb1555.exp
4128 * gdb.base/global-var-nested-by-dso.exp
4129 * gdb.base/gnu-ifunc.exp
4130 * gdb.base/hbreak-in-shr-unsupported.exp
4131 * gdb.base/hbreak-unmapped.exp
4132 * gdb.base/hook-stop.exp
4133 * gdb.base/infcall-input.exp
4134 * gdb.base/info-fun.exp
4135 * gdb.base/info-shared.exp
4136 * gdb.base/interrupt-noterm.exp
4137 * gdb.base/jit-so.exp
4138 * gdb.base/jit.exp
4139 * gdb.base/line-symtabs.exp
4140 * gdb.base/list.exp
4141 * gdb.base/longjmp.exp
4142 * gdb.base/macscp.exp
4143 * gdb.base/max-value-size.exp
4144 * gdb.base/nodebug.exp
4145 * gdb.base/nofield.exp
4146 * gdb.base/overlays.exp
4147 * gdb.base/paginate-after-ctrl-c-running.exp
4148 * gdb.base/paginate-bg-execution.exp
4149 * gdb.base/paginate-inferior-exit.exp
4150 * gdb.base/pending.exp
4151 * gdb.base/pr11022.exp
4152 * gdb.base/printcmds.exp
4153 * gdb.base/ptr-typedef.exp
4154 * gdb.base/ptype.exp
4155 * gdb.base/randomize.exp
4156 * gdb.base/range-stepping.exp
4157 * gdb.base/realname-expand.exp
4158 * gdb.base/relativedebug.exp
4159 * gdb.base/remote.exp
4160 * gdb.base/savedregs.exp
4161 * gdb.base/sepdebug.exp
4162 * gdb.base/set-noassign.exp
4163 * gdb.base/shlib-call.exp
4164 * gdb.base/shreloc.exp
4165 * gdb.base/sigaltstack.exp
4166 * gdb.base/sigbpt.exp
4167 * gdb.base/siginfo-addr.exp
4168 * gdb.base/siginfo-obj.exp
4169 * gdb.base/siginfo-thread.exp
4170 * gdb.base/signest.exp
4171 * gdb.base/signull.exp
4172 * gdb.base/sigrepeat.exp
4173 * gdb.base/skip.exp
4174 * gdb.base/so-impl-ld.exp
4175 * gdb.base/solib-corrupted.exp
4176 * gdb.base/solib-disc.exp
4177 * gdb.base/solib-display.exp
4178 * gdb.base/solib-overlap.exp
4179 * gdb.base/solib-search.exp
4180 * gdb.base/solib-symbol.exp
4181 * gdb.base/source-execution.exp
4182 * gdb.base/sss-bp-on-user-bp-2.exp
4183 * gdb.base/sss-bp-on-user-bp.exp
4184 * gdb.base/stack-checking.exp
4185 * gdb.base/stale-infcall.exp
4186 * gdb.base/step-break.exp
4187 * gdb.base/step-line.exp
4188 * gdb.base/step-over-exit.exp
4189 * gdb.base/step-test.exp
4190 * gdb.base/structs.exp
4191 * gdb.base/sym-file.exp
4192 * gdb.base/symtab-search-order.exp
4193 * gdb.base/term.exp
4194 * gdb.base/type-opaque.exp
4195 * gdb.base/unload.exp
4196 * gdb.base/until-nodebug.exp
4197 * gdb.base/until.exp
4198 * gdb.base/unwindonsignal.exp
4199 * gdb.base/watch-cond.exp
4200 * gdb.base/watch-non-mem.exp
4201 * gdb.base/watch_thread_num.exp
4202 * gdb.base/watchpoint-reuse-slot.exp
4203 * gdb.base/watchpoint-solib.exp
4204 * gdb.base/watchpoint.exp
4205 * gdb.btrace/dlopen.exp
4206 * gdb.cell/arch.exp
4207 * gdb.cell/break.exp
4208 * gdb.cell/bt.exp
4209 * gdb.cell/core.exp
4210 * gdb.cell/data.exp
4211 * gdb.cell/dwarfaddr.exp
4212 * gdb.cell/ea-cache.exp
4213 * gdb.cell/ea-standalone.exp
4214 * gdb.cell/ea-test.exp
4215 * gdb.cell/f-regs.exp
4216 * gdb.cell/fork.exp
4217 * gdb.cell/gcore.exp
4218 * gdb.cell/mem-access.exp
4219 * gdb.cell/ptype.exp
4220 * gdb.cell/registers.exp
4221 * gdb.cell/sizeof.exp
4222 * gdb.cell/solib-symbol.exp
4223 * gdb.cell/solib.exp
4224 * gdb.compile/compile-tls.exp
4225 * gdb.cp/exception.exp
4226 * gdb.cp/gdb2495.exp
4227 * gdb.cp/local.exp
4228 * gdb.cp/mb-inline.exp
4229 * gdb.cp/mb-templates.exp
4230 * gdb.cp/pr10687.exp
4231 * gdb.cp/pr9167.exp
4232 * gdb.cp/scope-err.exp
4233 * gdb.cp/templates.exp
4234 * gdb.cp/virtfunc.exp
4235 * gdb.dwarf2/dw2-dir-file-name.exp
4236 * gdb.dwarf2/dw2-single-line-discriminators.exp
4237 * gdb.fortran/complex.exp
4238 * gdb.fortran/library-module.exp
4239 * gdb.guile/guile.exp
4240 * gdb.guile/scm-cmd.exp
4241 * gdb.guile/scm-frame-inline.exp
4242 * gdb.guile/scm-objfile.exp
4243 * gdb.guile/scm-pretty-print.exp
4244 * gdb.guile/scm-symbol.exp
4245 * gdb.guile/scm-type.exp
4246 * gdb.guile/scm-value.exp
4247 * gdb.linespec/keywords.exp
4248 * gdb.linespec/ls-errs.exp
4249 * gdb.linespec/macro-relative.exp
4250 * gdb.linespec/thread.exp
4251 * gdb.mi/mi-breakpoint-changed.exp
4252 * gdb.mi/mi-dprintf-pending.exp
4253 * gdb.mi/mi-fullname-deleted.exp
4254 * gdb.mi/mi-logging.exp
4255 * gdb.mi/mi-pending.exp
4256 * gdb.mi/mi-solib.exp
4257 * gdb.mi/new-ui-mi-sync.exp
4258 * gdb.mi/user-selected-context-sync.exp
4259 * gdb.multi/dummy-frame-restore.exp
4260 * gdb.multi/multi-arch-exec.exp
4261 * gdb.multi/remove-inferiors.exp
4262 * gdb.multi/watchpoint-multi-exit.exp
4263 * gdb.opt/solib-intra-step.exp
4264 * gdb.perf/backtrace.exp
4265 * gdb.perf/single-step.exp
4266 * gdb.perf/skip-command.exp
4267 * gdb.perf/skip-prologue.exp
4268 * gdb.perf/solib.exp
4269 * gdb.python/lib-types.exp
4270 * gdb.python/py-as-string.exp
4271 * gdb.python/py-bad-printers.exp
4272 * gdb.python/py-block.exp
4273 * gdb.python/py-breakpoint.exp
4274 * gdb.python/py-cmd.exp
4275 * gdb.python/py-events.exp
4276 * gdb.python/py-evthreads.exp
4277 * gdb.python/py-finish-breakpoint.exp
4278 * gdb.python/py-finish-breakpoint2.exp
4279 * gdb.python/py-frame-inline.exp
4280 * gdb.python/py-frame.exp
4281 * gdb.python/py-inferior.exp
4282 * gdb.python/py-infthread.exp
4283 * gdb.python/py-mi.exp
4284 * gdb.python/py-objfile.exp
4285 * gdb.python/py-pp-maint.exp
4286 * gdb.python/py-pp-registration.exp
4287 * gdb.python/py-prettyprint.exp
4288 * gdb.python/py-recurse-unwind.exp
4289 * gdb.python/py-shared.exp
4290 * gdb.python/py-symbol.exp
4291 * gdb.python/py-symtab.exp
4292 * gdb.python/py-template.exp
4293 * gdb.python/py-type.exp
4294 * gdb.python/py-unwind-maint.exp
4295 * gdb.python/py-unwind.exp
4296 * gdb.python/py-value.exp
4297 * gdb.python/python.exp
4298 * gdb.reverse/finish-reverse-bkpt.exp
4299 * gdb.reverse/insn-reverse.exp
4300 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4301 * gdb.reverse/solib-precsave.exp
4302 * gdb.reverse/solib-reverse.exp
4303 * gdb.stabs/gdb11479.exp
4304 * gdb.stabs/weird.exp
4305 * gdb.threads/fork-child-threads.exp
4306 * gdb.threads/fork-plus-threads.exp
4307 * gdb.threads/fork-thread-pending.exp
4308 * gdb.threads/forking-threads-plus-breakpoint.exp
4309 * gdb.threads/hand-call-in-threads.exp
4310 * gdb.threads/interrupted-hand-call.exp
4311 * gdb.threads/linux-dp.exp
4312 * gdb.threads/local-watch-wrong-thread.exp
4313 * gdb.threads/next-while-other-thread-longjmps.exp
4314 * gdb.threads/non-ldr-exit.exp
4315 * gdb.threads/pending-step.exp
4316 * gdb.threads/print-threads.exp
4317 * gdb.threads/process-dies-while-detaching.exp
4318 * gdb.threads/process-dies-while-handling-bp.exp
4319 * gdb.threads/pthreads.exp
4320 * gdb.threads/queue-signal.exp
4321 * gdb.threads/reconnect-signal.exp
4322 * gdb.threads/signal-command-handle-nopass.exp
4323 * gdb.threads/signal-command-multiple-signals-pending.exp
4324 * gdb.threads/signal-delivered-right-thread.exp
4325 * gdb.threads/signal-sigtrap.exp
4326 * gdb.threads/sigthread.exp
4327 * gdb.threads/staticthreads.exp
4328 * gdb.threads/stepi-random-signal.exp
4329 * gdb.threads/thread-unwindonsignal.exp
4330 * gdb.threads/thread_check.exp
4331 * gdb.threads/thread_events.exp
4332 * gdb.threads/tid-reuse.exp
4333 * gdb.threads/tls-nodebug.exp
4334 * gdb.threads/tls-shared.exp
4335 * gdb.threads/tls-so_extern.exp
4336 * gdb.threads/tls.exp
4337 * gdb.threads/wp-replication.exp
4338 * gdb.trace/actions-changed.exp
4339 * gdb.trace/actions.exp
4340 * gdb.trace/backtrace.exp
4341 * gdb.trace/change-loc.exp
4342 * gdb.trace/collection.exp
4343 * gdb.trace/deltrace.exp
4344 * gdb.trace/disconnected-tracing.exp
4345 * gdb.trace/entry-values.exp
4346 * gdb.trace/ftrace-lock.exp
4347 * gdb.trace/ftrace.exp
4348 * gdb.trace/infotrace.exp
4349 * gdb.trace/mi-trace-frame-collected.exp
4350 * gdb.trace/mi-trace-unavailable.exp
4351 * gdb.trace/mi-traceframe-changed.exp
4352 * gdb.trace/mi-tracepoint-changed.exp
4353 * gdb.trace/mi-tsv-changed.exp
4354 * gdb.trace/no-attach-trace.exp
4355 * gdb.trace/packetlen.exp
4356 * gdb.trace/passc-dyn.exp
4357 * gdb.trace/passcount.exp
4358 * gdb.trace/pending.exp
4359 * gdb.trace/pr16508.exp
4360 * gdb.trace/qtro.exp
4361 * gdb.trace/range-stepping.exp
4362 * gdb.trace/read-memory.exp
4363 * gdb.trace/report.exp
4364 * gdb.trace/save-trace.exp
4365 * gdb.trace/signal.exp
4366 * gdb.trace/stap-trace.exp
4367 * gdb.trace/status-stop.exp
4368 * gdb.trace/strace.exp
4369 * gdb.trace/tfile.exp
4370 * gdb.trace/tfind.exp
4371 * gdb.trace/trace-break.exp
4372 * gdb.trace/trace-condition.exp
4373 * gdb.trace/trace-enable-disable.exp
4374 * gdb.trace/trace-mt.exp
4375 * gdb.trace/tracecmd.exp
4376 * gdb.trace/tracefile-pseudo-reg.exp
4377 * gdb.trace/tspeed.exp
4378 * gdb.trace/tstatus.exp
4379 * gdb.trace/tsv.exp
4380 * gdb.trace/unavailable.exp
4381 * gdb.trace/while-dyn.exp
4382 * gdb.trace/while-stepping.exp
4383 * lib/gdb-guile.exp
4384 * lib/gdb.exp
4385 * lib/mi-support.exp
4386 * lib/pascal.exp
4387 * lib/perftest.exp
4388 * lib/prelink-support.exp
4389 * lib/selftest-support.exp
4390
ad02e4fe
SM
43912016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
4392
4393 * Makefile.in: Include disable-implicit-rules.mk.
4394
22347e55
AA
43952016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4396
4397 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
4398 non-byte-aligned bit fields.
4399
da5b30da
AA
44002016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4401
4402 PR gdb/12616
4403 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
4404 respects the DW_AT_data_bit_offset attribute.
4405
b593ecca
SM
44062016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
4407
4408 * gdb.base/default.exp: Fix output of "set language".
4409
3b165252
SM
44102016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
4411
4412 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
4413 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
4414 make.
4415 * configure.ac: Remove checks for the make program.
4416 * configure: Re-generate.
4417
1a2f3d7f
KB
44182016-11-16 Kevin Buettner <kevinb@redhat.com>
4419
4420 * gdb.python/py-recurse-unwind.c (main): Add loop.
4421 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
4422 to read_register() and gdb.parse_and_eval(). Make each code
4423 call a separate case that can be individually tested.
4424 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
4425 proc. Call cont_and_backtrace for each of the code paths that
4426 we want to test in the unwinder.
4427
b7f38fda
AA
44282016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
4429
4430 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
4431 the definition of struct S.
4432
1f8db343
CM
44332016-11-11 Catherine Moore <clm@codesourcery.com>
4434
4435 * gdb.base/dump.exp: Identify verilog format dump tests as such.
4436
fad0c9fb
PA
44372016-11-09 Pedro Alves <palves@redhat.com>
4438
4439 * gdb.base/commands.exp (runto_or_return): New procedure.
4440 (gdbvar_simple_if_test, gdbvar_simple_while_test)
4441 (gdbvar_complex_if_while_test, progvar_simple_if_test)
4442 (progvar_simple_while_test, progvar_complex_if_while_test)
4443 (if_while_breakpoint_command_test)
4444 (infrun_breakpoint_command_test, breakpoint_command_test)
4445 (user_defined_command_test, watchpoint_command_test)
4446 (test_command_prompt_position, redefine_hook_test)
4447 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
4448 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
4449 multi_line_input and multi_line. Remove gdb_expect and
4450 gdb_stop_suppressing_tests uses.
4451 * lib/gdb.exp (valnum_re): New global.
4452 (multi_line_input): New procedure.
4453
8354c62c
SM
44542016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
4455
4456 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
4457 Remove.
4458 (test_setup): Define with proc_with_prefix.
4459 (test_cli_inferior): Likewise.
4460 (test_cli_thread): Likewise.
4461 (test_cli_frame): Likewise.
4462 (test_cli_select_frame): Likewise.
4463 (test_cli_up_down): Likewise.
4464 (test_mi_thread_select): Likewise.
4465 (test_mi_stack_select_frame): Likewise.
4466 (test_cli_in_mi_inferior): Likewise.
4467 (test_cli_in_mi_thread): Likewise.
4468 (test_cli_in_mi_frame): Likewise.
4469 (top level): Do not use with_test_prefix_procname.
4470
64f367a2
PA
44712016-11-09 Pedro Alves <palves@redhat.com>
4472
4473 * gdb.base/commands.exp (gdbvar_simple_if_test)
4474 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
4475 (progvar_simple_if_test, progvar_simple_while_test)
4476 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
4477 (infrun_breakpoint_command_test, breakpoint_command_test)
4478 (user_defined_command_test, watchpoint_command_test)
4479 (test_command_prompt_position, deprecated_command_test)
4480 (bp_deleted_in_command, temporary_breakpoint_commands)
4481 (stray_arg0_test, source_file_with_indented_comment)
4482 (recursive_source_test, if_commands_test)
4483 (error_clears_commands_left, redefine_hook_test)
4484 (redefine_backtrace_test): Use proc_with_prefix.
4485 * lib/gdb.exp (proc_with_prefix): New proc.
4486
0bb65f1e
AA
44872016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
4488
4489 * gdb.base/tui-layout.c: New file.
4490 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
4491 disassembly window contains very long lines.
4492
7353f247
TT
44932016-11-08 Tom Tromey <tom@tromey.com>
4494
4495 * gdb.python/py-value.exp (test_value_creation): Make "long" test
4496 depend on Python 2.
4497
30a7bb83
TT
44982016-11-08 Tom Tromey <tom@tromey.com>
4499
4500 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
4501 New method.
4502
cdf5a07c
MG
45032016-10-29 Manish Goregaokar <manish@mozilla.com>
4504
2806dc7e 4505 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 4506
51a789c3
MG
45072016-10-27 Manish Goregaokar <manish@mozilla.com>
4508
2806dc7e
PA
4509 * gdb.rust/simple.rs: Add test for univariant enums without
4510 discriminants and for encoded struct-like enums.
51a789c3 4511
f610ab6d
PA
45122016-10-28 Pedro Alves <palves@redhat.com>
4513
4514 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
4515 gdb_test_multiple, tighten regexps and match symtabs and line
4516 tables incrementally.
4517
b129b0ca
LM
45182016-10-28 Luis Machado <lgustavo@codesourcery.com>
4519
4520 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
4521 general.
4522
ecf45d2c
SL
45232016-10-25 Luis Machado <lgustavo@codesourcery.com>
4524
4525 * gdb.base/exec-invalid-sysroot.exp: New file.
4526
b8d38ee4
JK
45272016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4528
4529 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
4530
f90fd8c2
JK
45312016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4532
4533 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
4534
2d2476aa
MR
45352016-10-19 Maciej W. Rozycki <macro@imgtec.com>
4536
2806dc7e
PA
4537 * gdb.base/killed-outside.exp: Remove $options from a call to
4538 `prepare_for_testing'.
2d2476aa 4539
e42b25a0
SM
45402016-10-17 Simon Marchi <simon.marchi@ericsson.com>
4541
4542 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
4543 Change test message.
4544
3ccdb432
SM
45452016-10-17 Simon Marchi <simon.marchi@ericsson.com>
4546
4547 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
4548 Update comment.
4549
5bad3170
SM
45502016-10-17 Simon Marchi <simon.marchi@ericsson.com>
4551
4552 * gdb.trace/mi-trace-save.exp: New file.
4553
5ad9dba7
YQ
45542016-10-13 Yao Qi <yao.qi@linaro.org>
4555
4556 * gdb.base/code_elim.exp (get_var_address): Remove.
4557 * gdb.base/relocate.exp: Likewise.
4558 * gdb.base/shreloc.exp: Likewise.
4559 * lib/gdb.exp (get_var_address): New.
4560
62df7e21
YQ
45612016-10-13 Yao Qi <yao.qi@linaro.org>
4562
4563 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
4564 floating point tests if $skip_float_test is false.
4565
4dac951e
LM
45662016-10-12 Luis Machado <lgustavo@codesourcery.com>
4567
4568 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
4569 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
4570 argc values.
4571 Add 1 to argc so we guarantee distinct initial/modified argc values.
4572
8f1a8fc4
JK
45732016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4574
4575 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
4576
16c85b5d
JK
45772016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4578
4579 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
4580 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
4581 * gdb.arch/vsx-regs.exp: Likewise.
4582
1d0e042a
YQ
45832016-10-07 Yao Qi <yao.qi@linaro.org>
4584
4585 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
4586
68dadef5
MM
45872016-10-07 Markus Metzger <markus.t.metzger@intel.com>
4588
4589 * gdb.python/python.exp: Test decode_line("*0").
4590
33fa2c6e
DE
45912016-10-06 Doug Evans <dje@google.com>
4592
4593 * gdb.python/py-value.exp (test_value_creation): Add test for large
4594 unsigned 64-bit value.
4595
9c37b5ae
TT
45962016-10-06 Tom Tromey <tom@tromey.com>
4597
4598 * gdb.compile/compile.exp: Change java tests to rust.
4599 * gdb.base/setshow.exp: Change java tests to rust.
4600 * gdb.base/default.exp: Remove java from language list.
4601 * README (Examples): Update language example.
4602 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
4603 test.
4604 * lib/gdb.exp (skip_java_tests): Remove.
4605 * lib/java.exp: Remove.
4606 * gdb.java: Remove.
4607
78b86327
MR
46082016-10-06 Maciej W. Rozycki <macro@imgtec.com>
4609
4610 * gdb.arch/mips-fcr.exp: New test.
4611 * gdb.arch/mips-fcr.c: Source for the new test.
4612
7470adbb
MR
46132016-10-06 Maciej W. Rozycki <macro@imgtec.com>
4614
4615 * gdb.base/solib-disc.exp: Use `standard_output_file'
4616 throughout.
4617
4a556533
PA
46182016-10-06 Pedro Alves <palves@redhat.com>
4619
4620 * gdb.base/jit-simple-dl.c: New file.
4621 * gdb.base/jit-simple-jit.c: New file, factored out from ...
4622 * gdb.base/jit-simple.c: ... this.
4623 * gdb.base/jit-simple.exp (jit_run): Delete.
4624 (build_jit): New proc.
4625 (jit_test_reread): Recompile either the main program or the shared
4626 library, depending on what is being tested. Skip changing address
4627 if caller wants to. Compare before/after addresses. If testing
4628 standalone, explicitly load the binary. Test "maint info
4629 breakpoints".
4630 (top level): Add "standalone vs shared lib" and "change address"
4631 vs "same address" axes.
4632
5a122fbc
PA
46332016-10-06 Pedro Alves <palves@redhat.com>
4634
4635 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
4636 call.
4637 (jit_run): Delete.
4638 (jit_test_reread): Use with_test_prefix. Reload the main binary
4639 explicitly. Compare the before/after addresses of the JIT
4640 descriptor.
4641
ee8da4b8
DE
46422016-08-15 Doug Evans <dje@google.com>
4643
4644 * gdb.xml/extra-regs.xml: Update, end field now required, default type
4645 for single bitfields is bool.
4646 * gdb.xml/tdesc-regs.exp: Ditto.
4647
f389f6fe
JK
46482016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4649
4650 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
4651
fdebf1a4
YQ
46522016-10-05 Yao Qi <yao.qi@linaro.org>
4653
4654 * lib/gdb.exp (support_complex_tests): Return zero if
4655 gdb_skip_float_test return true.
4656
9c36d954 46572016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 4658 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
4659
4660 PR gdb/20487
4661 * gdb.mi/user-selected-context-sync.exp: New file.
4662 * gdb.mi/user-selected-context-sync.c: New file.
4663
4034d0ff 46642016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 4665 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
4666
4667 PR gdb/20487
4668 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
4669 =thread-select-event check.
4670
a4297203
PB
46712016-09-29 Peter Bergner <bergner@vnet.ibm.com>
4672
4673 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
4674 the compulsory L operand changes.
4675 * gdb.arch/powerpc-power.s: Likewise.
4676
bb805577
JK
46772016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4678
4679 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
4680 * gdb.base/jit-attach-pie.c: New file.
4681 * gdb.base/jit-attach-pie.exp: New file.
4682
6d61dee5
PA
46832016-09-28 Pedro Alves <palves@redhat.com>
4684
4685 * gdb.base/infcall-input.c: New file.
4686 * gdb.base/infcall-input.exp: New file.
4687
f73842fc
YQ
46882016-09-22 Yao Qi <yao.qi@linaro.org>
4689
4690 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
4691 (gdb_exit): Rename it to ...
4692 (gdbserver_gdb_exit): ... Close GDBserver.
4693 (gdb_exit): New proc, call gdbserver_gdb_exit.
4694 (mi_gdb_exit): Likewise.
4695
90681dab
YQ
46962016-09-22 Yao Qi <yao.qi@linaro.org>
4697
4698 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
4699 path.
4700 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
4701 Remove duplication.
4702
9c211fd8
YQ
47032016-09-22 Yao Qi <yao.qi@linaro.org>
4704
4705 * lib/gdbserver-support.exp: Check the existence of
4706 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
4707
ad0a504f
AK
47082016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
4709
4710 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
4711
36cf1806
TT
47122016-09-21 Tom Tromey <tom@tromey.com>
4713
4714 PR gdb/20604:
4715 * gdb.base/quit.exp: New file.
4716
74172ecf
SM
47172016-09-21 Simon Marchi <simon.marchi@ericsson.com>
4718
4719 * .gitignore: New file.
4720
3d0ec882
MR
47212016-09-21 Maciej W. Rozycki <macro@imgtec.com>
4722
4723 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
4724 throughout.
4725
8193adea
AA
47262016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4727
4728 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
4729
d41a5c09
JK
47302016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4731
4732 * gdb.cp/casts.cc (decltype): Move it ...
4733 (main): ... with its call to ...
4734 * gdb.cp/casts03.cc: ... a new file.
4735 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
4736
d2dfe700
JK
47372016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4738
4739 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
4740
e2a92b16
PB
47412016-09-15 Peter Bergner <bergner@vnet.ibm.com>
4742
4743 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
4744 and sync up the test with tests in gas/testsuite/gas/ppc.
4745 * gdb.arch/powerpc-power.exp: Likewise.
4746
49b4de64
JK
47472016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4748
4749 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
4750
2c29df25
SDJ
47512016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
4752 Jan Kratochvil <jan.kratochvil@redhat.com>
4753
4754 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
4755 make m1's definition to be different from m2's. Use 'dummy' as an
4756 argument for probe 'two'.
4757
cc3c2846
JB
47582016-09-10 Jon Beniston <jon@beniston.com>
4759
4760 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
4761 for sim target.
4762
e1b2624a
AA
47632016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
4764
4765 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
4766 variable declaration.
4767 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
4768 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
4769 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
4770 received HWCAP as its argument.
4771
4295e285
PA
47722016-09-06 Pedro Alves <palves@redhat.com>
4773
4774 * gdb.base/new-ui-pending-input.c: New file.
4775 * gdb.base/new-ui-pending-input.exp: New file.
4776 * gdb.exp (clear_gdb_spawn_id): New procedure.
4777 (with_spawn_id): Check whether gdb_spawn_id exists before
4778 referencing it. If gdb_spawn_id didn't exist on entry, clear it
4779 on exit.
4780
00d5215e
UW
47812016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
4782
4783 * gdb.base/float128.c: New file.
4784 * gdb.base/float128.exp: Likewise.
4785 * gdb.base/floatn.c: Likewise.
4786 * gdb.base/floatn.exp: Likewise.
4787
a9ff5f12
UW
47882016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
4789
4790 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
4791
f245535c
PA
47922016-09-05 Pedro Alves <palves@redhat.com>
4793
4794 PR backtrace/19927
4795 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
4796 unwinders are immediately called as side effect of "source" or
4797 "disable unwinder" commands.
4798 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
4799
ae9cf263
YQ
48002016-09-02 Yao Qi <yao.qi@linaro.org>
4801
4802 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
4803 is true and $type is "float" or "double".
4804
27aba047
YQ
48052016-09-02 Yao Qi <yao.qi@linaro.org>
4806
4807 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
4808 true.
4809 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
4810 * gdb.base/call-rt-st.exp: Likewise.
4811 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
4812 return value instead of gdb,skip_float_test.
4813 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
4814 (do_function_calls): Use its return value instead of
4815 gdb,skip_float_test.
4816 * gdb.base/finish.exp: Likewise.
4817 * gdb.base/funcargs.exp: Likewise.
4818 * gdb.base/return.exp: Likewise.
4819 * gdb.base/return2.exp: Likewise.
4820 * gdb.base/varargs.exp: Likewise.
4821 * lib/gdb.exp (gdb_skip_float_test): Change it to
4822 gdb_caching_proc. Detect the broken ptrace on arm-linux.
4823
5af962df
AA
48242016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
4825
4826 * gdb.multi/tids.exp: Test "thread apply all".
4827
7fac6910
JK
48282016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4829
4830 * gdb.base/default.exp (tty): Remove.
4831
bb1fe4ac
KB
48322016-08-24 Kevin Buettner <kevinb@redhat.com>
4833
2806dc7e
PA
4834 * gdb.python/py-recurse-unwind.c: New file.
4835 * gdb.python/py-recurse-unwind.py: New file.
4836 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 4837
0a1ddfa6
SM
48382016-08-24 Simon Marchi <simon.marchi@ericsson.com>
4839
4840 * gdb.base/set-inferior-tty.exp: New file.
4841 * gdb.base/set-inferior-tty.c: New file.
4842
d9de1fe3
PA
48432016-08-23 Pedro Alves <palves@redhat.com>
4844
4845 PR gdb/20494
4846 * gdb.base/new-ui-echo.c: New file.
4847 * gdb.base/new-ui-echo.exp: New file.
4848
e9d9abd7
YQ
48492016-08-23 Yao Qi <yao.qi@linaro.org>
4850
4851 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
4852 gdbserver_spawn.
4853 * gdb.server/connect-without-multi-process.exp (do_test):
4854 Likewise.
4855
3589529e
YQ
48562016-08-23 Yao Qi <yao.qi@linaro.org>
4857
4858 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
4859 standalone_txt. Delete gdb_txt and standalone_txt on host
4860 and target. Spawn the binary on target. Copy files from
4861 target to host.
4862
6bb90213
PA
48632016-08-22 Pedro Alves <palves@redhat.com>
4864
4865 PR gdb/20505
4866 * gdb.base/vdso-warning.exp: Test core dumps too. Use
4867 with_test_prefix. Factor out bits to ...
4868 (test_no_vdso): ... this new procedure.
4869
20c2c024
CL
48702016-08-19 Carl Love <cel@us.ibm.com>
4871
4872 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
4873 maintaining separate logic for constructing the output path.
4874 * gdb.arch/powerpc-d128-regs.exp: Likewise.
4875 * gdb.arch/ppc-dfp.exp: Likewise.
4876 * gdb.arch/ppc-fp.exp: Likewise.
4877 * gdb.arch/vsx-regs.exp: Likewise.
4878 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
4879 binprefix for generating the additional binary files.
4880
0646e07d
PA
48812016-08-19 Pedro Alves <palves@redhat.com>
4882
4883 * gdb.trace/mi-trace-frame-collected.exp
4884 (test_trace_frame_collected): On x32, expect two registers.
4885
46da9242
CL
48862016-08-18 Carl Love <cel@us.ibm.com>
4887
4888 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
4889 and sync up the test with tests in gas/testsuite/gas/ppc.
4890 * gdb.arch/powerpc-power.exp: Likewise.
4891
eb2332d7
SM
48922016-08-17 Simon Marchi <simon.marchi@ericsson.com>
4893
4894 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
4895 expected error message.
4896
63c61e04
SM
48972016-08-17 Simon Marchi <simon.marchi@ericsson.com>
4898
4899 * gdb.multi/remove-inferiors.exp: New file.
4900 * gdb.multi/remove-inferiors.c: New file.
4901
7b17065f
YQ
49022016-08-12 Yao Qi <yao.qi@linaro.org>
4903
4904 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
4905 argument list.
4906
01d3dedf
PA
49072016-08-10 Pedro Alves <palves@redhat.com>
4908
4909 PR gdb/19187
4910 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
4911 setup_kfails.
4912
3eb7562a
PA
49132016-08-09 Pedro Alves <palves@redhat.com>
4914 Simon Marchi <simon.marchi@ericsson.com>
4915
4916 PR gdb/20418
4917 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
4918 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
4919
80614914
PA
49202016-08-09 Pedro Alves <palves@redhat.com>
4921
4922 PR mi/20431
4923 * gdb.mi/mi-cmd-error.exp: New file.
4924
f348d89a
PA
49252016-08-09 Pedro Alves <palves@redhat.com>
4926
4927 PR gdb/18653
4928 * gdb.base/signals-state-child.c: New file.
4929 * gdb.base/signals-state-child.exp: New file.
4930 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
4931
e5ca03b4
PA
49322016-08-09 Pedro Alves <palves@redhat.com>
4933
4934 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
4935
282a0691
TT
49362016-08-03 Tom Tromey <tom@tromey.com>
4937
4938 PR python/18565:
4939 * gdb.python/py-frame-inline.exp: Add Frame.function test.
4940
41bfcd63
YQ
49412016-08-01 Yao Qi <yao.qi@linaro.org>
4942
4943 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
4944 variable mode to "multi-process" if $multi_process is 1, otherwise
4945 set it to "single-process".
4946
e3465b24
YQ
49472016-08-01 Yao Qi <yao.qi@linaro.org>
4948
4949 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
4950 * gdb.cp/cpexprs.exp: Likewise.
4951 * gdb.cp/m-static.exp: Likewise.
4952
0b31a4bc
TT
49532016-07-26 Tom Tromey <tom@tromey.com>
4954
4955 PR python/20190:
4956 * gdb.threads/tls.exp (check_thread_local): Add python symbol
4957 test.
4958
e0461dbb
MM
49592016-07-26 Markus Metzger <markus.t.metzger@intel.com>
4960
4961 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
4962 selecting assembly source files.
4963 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
4964 assembly source files.
4965 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
4966 assembly source files.
4967 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
4968 selecting assembly source files.
4969
8194e927
SM
49702016-07-25 Simon Marchi <simon.marchi@ericsson.com>
4971
4972 * gdb.base/new-ui.exp (do_test_invalid_args): New
4973 procedure.
4974
c0272db5
TW
49752016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
4976
4977 * gdb.btrace/reconnect.c: New file.
4978 * gdb.btrace/reconnect.exp: New file.
4979
e3487908
GKB
49802016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
4981
4982 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
4983 to test_catch_syscall_group.
4984 (test_catch_syscall_group): New.
4985
12df5c00
TT
49862016-07-21 Tom Tromey <tom@tromey.com>
4987
4988 * gdb.rust/simple.rs (main): Use empty struct expression.
4989 * gdb.rust/simple.exp: Add tests for empty struct expression.
4990
bae62ee2
YQ
49912016-07-21 Yao Qi <yao.qi@linaro.org>
4992
4993 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
4994 if gdb_skip_xml_test is true on some targets.
4995
b1b53fb3
YQ
49962016-07-21 Yao Qi <yao.qi@linaro.org>
4997
4998 * gdb.server/solib-list.exp: Unset last_loaded_file.
4999
027d97f8
JK
50002016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5001
5002 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
5003 "step into captured_main (args)".
5004
7674d381
JK
50052016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5006
5007 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
5008
72b5d099
JK
50092016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5010
5011 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
5012
1f960ced
PA
50132016-07-19 Pedro Alves <palves@redhat.com>
5014
5015 * gdb.opt/inline-break.exp: Remove optimize=-O2.
5016 * gdb.opt/inline-bt.exp: Likewise.
5017 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
5018 additional_flags=-Winline.
5019 * gdb.opt/inline-locals.exp: Likewise.
5020 * gdb.opt/inline-markers.c (ATTR): Define.
5021 (inlined_fn): Use it.
5022
f25827c1
YQ
50232016-07-19 Yao Qi <yao.qi@linaro.org>
5024
5025 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
5026 (test_with_self): Remove some code. Remove argument executable.
5027 (top-level): Use do_self_tests.
5028
37539ebe
DB
50292016-07-15 Zachary Welch <zwelch@codesourcery.com>
5030 Don Breazeal <donb@codesourcery.com>
5031
5032 * gdb.base/maint.exp: Escape paths used in regular expressions.
5033 * gdb.stabs/weird.exp: Likewise.
5034
dac790e1
TT
50352016-07-13 Tom Tromey <tom@tromey.com>
5036
5037 PR python/15620, PR python/18620:
5038 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
5039 (test_bkpt_events): New procs.
5040
93daf339
TT
50412016-07-13 Tom Tromey <tom@tromey.com>
5042
5043 PR python/17698:
5044 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
5045 test.
5046 (test_watchpoints): Likewise.
5047 (test_bkpt_pending): New proc.
5048
6571a381
TT
50492016-07-13 Tom Tromey <tom@tromey.com>
5050
5051 PR cli/18053:
5052 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
5053 completion test.
5054
e8732474
JK
50552016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5056
5057 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
5058 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
5059 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
5060 f_label.
5061 (g): Rename g_end_lbl to g_label.
5062 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
5063 low_pc and high_pc.
5064 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
5065
e0f3fd7c
TT
50662016-07-12 Tom Tromey <tom@tromey.com>
5067
5068 PR python/19293:
5069 * gdb.python/py-unwind-maint.exp: Update tests.
5070
3cfe46b6
YQ
50712016-07-12 Yao Qi <yao.qi@linaro.org>
5072
5073 * lib/selftest-support.exp (selftest_setup): Match the output
5074 when captured_main is inlined.
5075
4f19a0e6
WT
50762016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
5077
5078 * gdb.fortran/derived-types.exp (result_line, result_line_2):
5079 New variables.
5080 (print this%a, print this%b, print this): New tests.
5081 * gdb.fortran/derived-types.f90 (this): New object and
5082 initialization.
5083
986cf455
SM
50842016-07-06 Simon Marchi <simon.marchi@ericsson.com>
5085
5086 * gdb.ada/arraydim.exp: Remove extra directory level in build
5087 directory.
5088
f0464b23
SM
50892016-07-06 Simon Marchi <simon.marchi@ericsson.com>
5090
5091 * lib/ada.exp: Remove extra directory level in build directory.
5092 * gdb.ada/cond_lang.exp: Likewise.
5093 * gdb.ada/exec_changed.exp: Likewise.
5094 * gdb.ada/lang_switch.exp: Likewise.
5095
42d94011
MG
50962016-07-06 Manish Goregaokar <manish@mozilla.com>
5097
2806dc7e
PA
5098 * simple.rs: Add test for raw pointer subscripting.
5099 * simple.exp: Add test expectations.
42d94011 5100
647c264c
YQ
51012016-07-05 Yao Qi <yao.qi@linaro.org>
5102
5103 * gdb.mi/mi-reverse.exp: Match =record-started output.
5104
20aa2c60
PA
51052016-07-01 Pedro Alves <palves@redhat.com>
5106
5107 * gdb.base/jit-reader.exp (info_registers_current_frame): New
5108 procedure.
5109 (jit_reader_test): Test the jit reader's unwinder.
5110 * gdb.base/jithost.c (jit_function_00_code): New global.
5111 (main): Use memcpy to fill in the mmapped code, instead of poking
5112 bytes manually here.
5113 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
5114 value.
5115 (read_debug_info): Save the function's range.
5116 (read_sp): New function.
5117 (unwind_frame): Use it. Also unwind RBP.
5118 (get_frame_id): Use read_sp.
5119 (gdb_init_reader): Use calloc instead of malloc.
5120 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
5121 parameter. Use gdb_test_multiple.
5122
ced2dffb
PA
51232016-07-01 Pedro Alves <palves@redhat.com>
5124 Antoine Tremblay <antoine.tremblay@ericsson.com>
5125
5126 * gdb.threads/process-dies-while-detaching.c: New file.
5127 * gdb.threads/process-dies-while-detaching.exp: New file.
5128
63000888
PA
51292016-07-01 Pedro Alves <palves@redhat.com>
5130
5131 * gdb.multi/watchpoint-multi-exit.c: New file.
5132 * gdb.multi/watchpoint-multi-exit.exp: New file.
5133
038d4868
PA
51342016-06-30 Pedro Alves <palves@redhat.com>
5135
5136 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
5137 unset inferior_spawn_id.
5138
994e9c83
PA
51392016-06-30 Pedro Alves <palves@redhat.com>
5140
5141 * lib/mi-support.exp (default_mi_gdb_start): Declare global
5142 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
5143
e5653468
YQ
51442016-06-29 Yao Qi <yao.qi@linaro.org>
5145
5146 * gdb.base/return.c: Add copyright header.
5147
803b47e5
TT
51482016-06-29 Tom Tromey <tom@tromey.com>
5149
5150 PR python/20129:
5151 * gdb.python/py-framefilter.exp: Add tests for setting priority
5152 and disabling of non-existent frame filter.
5153
28244707
YQ
51542016-06-29 Yao Qi <yao.qi@linaro.org>
5155
5156 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
5157 0x0f07ff.
5158
a31d2f06
YQ
51592016-06-28 Yao Qi <yao.qi@linaro.org>
5160
5161 * gdb.base/catch-syscall.exp: Remove check on isnative and target
5162 triplets. Start gdb, execute catch syscall, and continue. Check
5163 gdb's output to determine catch syscall is supported.
5164
921d8f54
MG
51652016-06-27 Manish Goregaokar <manish@mozilla.com>
5166
25d49b86
PA
5167 * gdb.rust/simple.rs: Add test for returning unit in a function.
5168 * gdb.rust/simple.exp: Add expectation for functions returning
5169 unit.
921d8f54 5170
f4952523
PMR
51712016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
5172
5173 * gdb.python/py-breakpoint-create-fail.c,
5174 gdb.python/py-breakpoint-create-fail.exp,
5175 gdb.python/py-breakpoint-create-fail.py: New testcase.
5176
fccb08f8
MG
51772016-06-25 Manish Goregaokar <manish@mozilla.com>
5178
5179 PR gdb/20239
5180 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
5181 * gdb.rust/simple.exp: Add test expectations for new NonZero
5182 tests.
fccb08f8 5183
6b850546
DT
51842016-06-24 David Taylor <dtaylor@emc.com>
5185
5186 * gdb.base/offsets.exp: New file.
5187 * gdb.base/offsets.c: New file.
5188
17621150
TT
51892016-06-23 Tom Tromey <tom@tromey.com>
5190
5191 PR gdb/16483:
5192 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
5193 before any filters are loaded.
5194
04d59df6
WT
51952016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
5196
5197 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
5198 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
5199 structs.
5200 * gdb.fortran/derived-type-function.exp: New file.
5201 * gdb.fortran/derived-type-function.f90: New file.
5202
5203
ac69f786
PA
52042016-06-21 Pedro Alves <palves@redhat.com>
5205
5206 * gdb.base/new-ui.exp: New file.
5207 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
5208 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
5209 (with_spawn_id): New procedure.
5210
49940788
PA
52112016-06-21 Pedro Alves <palves@redhat.com>
5212
5213 * gdb.mi/mi-exec-run.exp: New file.
5214
ef274d26
PA
52152016-06-21 Pedro Alves <palves@redhat.com>
5216
5217 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
5218 breakpoint command's output on the main UI.
5219 (test_break): New procedure, factored out from calls in the top
5220 level.
5221 (top level): Use foreach_with_prefix to test MI as main UI and as
5222 separate UI.
5223
468afe6c
PA
52242016-06-21 Pedro Alves <palves@redhat.com>
5225
5226 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
5227 (test_awatch_creation_and_listing)
5228 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
5229 Remove 'type' parameter.
5230 (test_watchpoint_all): New parameter mi_mode. Remove
5231 with_test_prefix.
5232 (top level): Use foreach_with_prefix, and add main/separate UI MI
5233 testing axis.
5234
51f77c37
PA
52352016-06-21 Pedro Alves <palves@redhat.com>
5236
5237 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
5238 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
5239 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
5240 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
5241 (gdb_main_spawn_id, mi_spawn_id): Declare and
5242 comment.
5243 (mi_create_inferior_pty): New procedure,
5244 factored out from default_mi_gdb_start.
5245 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
5246 procedures.
5247 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
5248 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
5249 Use mi_create_inferior_pty.
5250 (mi_gdb_start): Use eval to pass down args list.
5251
8980e177
PA
52522016-06-21 Pedro Alves <palves@redhat.com>
5253
5254 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
5255 * gdb.opt/inline-cmds.exp: Add MI tests.
5256
f38d3ad1
PA
52572016-06-21 Pedro Alves <palves@redhat.com>
5258
5259 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
5260
45db7c09
PA
52612016-06-21 Pedro Alves <palves@redhat.com>
5262
5263 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
5264 (top level): Use it instead of mi_execute_to.
5265
5a069ab3
PA
52662016-06-21 Pedro Alves <palves@redhat.com>
5267
5268 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
5269 (cont_handler_str): New.
5270 (signal_stop_handler): Set stop_handler_str instead of printing to
5271 stdout.
5272 (continue_handler): Set cont_handler_str instead of printing to
5273 stdout.
5274 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
5275 mi_send_resuming_command. Print stop_handler_str and
5276 cont_handler_str instead of expecting the python events print
5277 directly.
5278
2838cc1d
SD
52792016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
5280
5281 * gdb.base/jit-reader.exp: New file.
5282 * gdb.base/jithost.c: New file.
5283 * gdb.base/jithost.h: New file.
5284 * gdb.base/jitreader.c : New file.
5285 * gdb.base/jit-protocol.h: New file.
5286
21a77091
YQ
52872016-06-17 Yao Qi <yao.qi@linaro.org>
5288
5289 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
5290 parameters follow_fork and detach_on_fork. Set follow-fork-mode
5291 and detach-on-fork. Adjust tests.
5292 (top level): Invoke break_cond_on_syscall with combinations of
5293 syscall, follow-fork-mode and detach-on-fork.
5294
f50bf8e5
YQ
52952016-06-17 Yao Qi <yao.qi@linaro.org>
5296
5297 * gdb.base/step-over-exit.c: New.
5298 * gdb.base/step-over-exit.exp: New.
5299
a28d8e50
YTL
53002016-06-17 Yan-Ting Lin <currygt52@gmail.com>
5301
5302 * gdb.base/float.exp: Add target check for nds32*-*-*.
5303 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
5304
cad8e26d
AB
53052016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
5306
5307 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
5308 for unsupported target features.
5309 * gdb.base/call-rt-st.exp: Likewise.
5310 * gdb.base/call-sc.exp: Likewise.
5311 * gdb.base/call-signal-resume.exp: Likewise.
5312 * gdb.base/call-strs.exp: Likewise.
5313 * gdb.base/callexit.exp: Likewise.
5314 * gdb.base/callfuncs.exp: Likewise.
5315 * gdb.base/nodebug.exp: Likewise.
5316 * gdb.base/printcmds.exp: Likewise.
5317 * gdb.base/ptype.exp: Likewise.
5318 * gdb.base/structs.exp: Likewise.
5319 * gdb.base/unwindonsignal.exp: Likewise.
5320 * gdb.cp/gdb2495.exp: Likewise.
5321 * gdb.cp/templates.exp: Likewise.
5322 * gdb.cp/virtfunc.exp: Likewise.
5323 * gdb.threads/hand-call-in-threads.exp: Likewise.
5324 * gdb.threads/interrupted-hand-call.exp: Likewise.
5325 * gdb.threads/thread-unwindonsignal.exp: Likewise.
5326
347dc102
TT
53272016-06-10 Tom Tromey <tom@tromey.com>
5328
5329 PR rust/20110:
5330 * gdb.rust/expr.exp: Add test for integer constant larger than
5331 i32.
5332
5e13cf25
BH
53332016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
5334
5335 * gdb.fortran/nested-funcs.exp: New.
5336 * gdb.fortran/nested-funcs.f90: New.
5337
bb556f1f
TK
53382016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
5339
5340 * gdb.base/examine-backward.c: New file.
5341 * gdb.base/examine-backward.exp: New file.
5342
38b022b4
SM
53432016-06-06 Simon Marchi <simon.marchi@ericsson.com>
5344
5345 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
5346 matching.
5347
1b40ec05
TT
53482016-06-02 Tom Tromey <tom@tromey.com>
5349
5350 PR python/18984:
5351 * gdb.python/py-shared.exp: Add solib_name test.
5352
193bd378
SM
53532016-06-02 Simon Marchi <simon.marchi@ericsson.com>
5354
5355 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
5356
3326303b
MG
53572016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
5358
5359 PR c++/19893
5360 * gdb.dwarf2/implref.exp: Rename to...
5361 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
5362 * gdb.dwarf2/implref-array.c: New file.
5363 * gdb.dwarf2/implref-array.exp: Likewise.
5364 * gdb.dwarf2/implref-global.c: Likewise.
5365 * gdb.dwarf2/implref-global.exp: Likewise.
5366 * gdb.dwarf2/implref-struct.c: Likewise.
5367 * gdb.dwarf2/implref-struct.exp: Likewise.
5368
825c8ef2
AT
53692016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5370
5371 * gdb.trace/trace-condition.exp: Add 64bit tests.
5372
2320162a
AT
53732016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5374
5375 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
5376 bits types.
5377 (main): Adapt to 8 to 64 bits types.
5378 * gdb.trace/trace-condition.exp: Add new tests.
5379
a7818233
AT
53802016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5381
5382 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
5383
0d336466
AT
53842016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5385
5386 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
5387 Move condition tests...
5388 * gdb.trace/trace-condition.exp: Here.
5389
7faeb45a
AT
53902016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5391
5392 * gdb.trace/trace-condition.exp: Add counter-case tests.
5393
e385593e
JK
53942016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5395
5396 PR c++/15231
5397 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
5398 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
5399
744608cc
PA
54002016-05-27 Pedro Alves <palves@redhat.com>
5401
5402 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5403 New procedure.
5404 (top level): Call it, and bail out of DejaGnu is known to be bad.
5405
ac775bf4
AB
54062016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
5407
5408 * gdb.base/whatis.c: Extend the test case.
5409 * gdb.base/whatis.exp: Add additional tests.
5410
2bbad2ea
BH
54112016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5412
5413* gdb.fortran/type.f90: Add pointer variable.
5414* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
5415
8b70175d
BH
54162016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5417
5418 * gdb.fortran/vla-type.exp: Fix testcase name.
5419
86d8a848
BH
54202016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5421
5422 * gdb.fortran/vla-type.exp: Access elements in nested structs.
5423
e188eb36
BH
54242016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5425
5426 * gdb.fortran/type.f90: Add nested structures.
5427 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
5428 * gdb.fortran/derived-type.exp: Adapt expected output.
5429 * gdb.fortran/vla-type.exp: Adapt expected output.
5430
9b2db1fd
BH
54312016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5432
5433 * gdb.fortran/whatis_type.exp: Adapt expected output.
5434
72b17055
BH
54352016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5436
5437 * gdb.fortran/print_type.exp: Fix expected output.
5438 * gdb.fortran/whatis_type.exp: Fix expected output.
5439
3cd81d8d
BH
54402016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5441
5442 * gdb.fortran/whatis_type.exp: Use multi_line.
5443
ddae9462
TT
54442016-05-24 Tom Tromey <tom@tromey.com>
5445
5446 PR python/17386:
5447 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
5448 use value as an index.
5449
1957f6b8
TT
54502016-05-23 Tom Tromey <tom@tromey.com>
5451
5452 PR python/17981:
5453 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
5454 no-breakpoint case.
5455
026a9174
PA
54562016-05-24 Pedro Alves <palves@redhat.com>
5457
5458 PR gdb/19828
5459 * gdb.threads/clone-attach-detach.c: New file.
5460 * gdb.threads/clone-attach-detach.exp: New file.
5461
e70a7231
FR
54622016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
5463
5464 * gdb.base/annota-input-while-running.exp: Fix syntax error.
5465
0f6ed0e0
TT
54662016-05-23 Tom Tromey <tom@tromey.com>
5467
5468 PR python/19438, PR python/18393:
5469 * gdb.python/py-progspace.exp: Add "dir" test.
5470 * gdb.python/py-objfile.exp: Add "dir" test.
5471
ffd19d61
YQ
54722016-05-23 Yao Qi <yao.qi@linaro.org>
5473
5474 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
5475 * gdb.arch/thumb2-it.exp: Likewise.
5476
9e8f9b05
SM
54772016-05-18 Simon Marchi <simon.marchi@ericsson.com>
5478
5479 * gdb.mi/mi-threads-interrupt.c: New file.
5480 * gdb.mi/mi-threads-interrupt.exp: New file.
5481
61c6156d
SM
54822016-05-17 Simon Marchi <simon.marchi@ericsson.com>
5483
5484 PR gdb/18077
5485 * gdb.mi/mi-async-run.exp: New file.
5486 * gdb.mi/mi-async-run.c: New file.
5487
67218854
TT
54882016-05-17 Tom Tromey <tom@tromey.com>
5489 Manish Goregaokar <manishsmail@gmail.com>
5490
5491 * lib/rust-support.exp: New file.
5492 * lib/gdb.exp (skip_rust_tests): New proc.
5493 (build_executable_from_specs): Handle rust.
5494 * lib/future.exp (gdb_find_rustc): New proc.
5495 (gdb_default_target_compile): Handle rust.
5496 * gdb.rust/expr.exp: New file.
5497 * gdb.rust/generics.exp: New file.
5498 * gdb.rust/generics.rs: New file.
5499 * gdb.rust/methods.exp: New file.
5500 * gdb.rust/methods.rs: New file.
5501 * gdb.rust/modules.exp: New file.
5502 * gdb.rust/modules.rs: New file.
5503 * gdb.rust/simple.exp: New file.
5504 * gdb.rust/simple.rs: New file.
5505
c44af4eb
TT
55062016-05-17 Tom Tromey <tom@tromey.com>
5507
5508 * gdb.base/default.exp (set language): Add rust.
5509
dcd1f979
TT
55102016-05-17 Tom Tromey <tom@tromey.com>
5511
5512 * gdb.gdb/unittest.exp: New file.
5513
155b7f57
YQ
55142016-05-16 Yao Qi <yao.qi@linaro.org>
5515
5516 * gdb.base/batch-preserve-term-settings.exp: Remove variable
5517 shell_prompt. Update shell_prompt_re.
5518
8ddd5a6c
DE
55192016-05-12 Doug Evans <dje@google.com>
5520
5521 PR symtab/19999
5522 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
5523 $options when building executable.
5524 * gdb.dwarf2/fission-loclists-pie.S: New file.
5525 * gdb.dwarf2/fission-loclists-pie.exp: New file.
5526
02e370d9
SM
55272016-05-04 Simon Marchi <simon.marchi@ericsson.com>
5528
5529 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
5530 of [is_remote target],
5531
8929ad8b
SM
55322016-05-04 Simon Marchi <simon.marchi@ericsson.com>
5533
5534 * lib/gdb.exp (use_gdb_stub): New procedure.
5535
6c447423
DE
55362016-05-03 Yunlian Jiang <yunlian@google.com>
5537 Doug Evans <dje@google.com>
5538
5539 PR symtab/19914
5540 * gdb.dwarf2/dwp-sepdebug.c: New file.
5541 * gdb.dwarf2/dwp-sepdebug.exp: New file.
5542
444e826c
SM
55432016-05-02 Simon Marchi <simon.marchi@ericsson.com>
5544
5545 * gdb.base/detach.exp: Remove is_remote check.
5546
740feeaa
SM
55472016-05-02 Simon Marchi <simon.marchi@ericsson.com>
5548
5549 * gdb.base/annota-input-while-running.exp: Don't check for
5550 [is_remote target]. Enable annotations after running to main.
5551 Remove unused "set test..." line.
5552
9080ac9d
SM
55532016-04-28 Simon Marchi <simon.marchi@ericsson.com>
5554
5555 * gdb.trace/trace-enable-disable.exp: New file.
5556 * gdb.trace/trace-enable-disable.c: New file.
5557
952ebca5
SM
55582016-04-28 Simon Marchi <simon.marchi@ericsson.com>
5559
5560 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
5561 use it in info sharedlibrary test.
5562 * gdb.trace/ftrace-lock.exp: Likewise.
5563 * gdb.trace/ftrace.exp: Likewise.
5564 * gdb.trace/range-stepping.exp: Likewise.
5565 * gdb.trace/trace-break.exp: Likewise.
5566 * gdb.trace/trace-condition.exp: Likewise.
5567 * gdb.trace/trace-mt.exp: Likewise.
5568
d9019901
SM
55692016-04-27 Simon Marchi <simon.marchi@ericsson.com>
5570
5571 * lib/gdb.exp (gdb_load_shlibs): Rename to...
5572 (gdb_load_shlib): ... this.
5573 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
5574 gdb_load_shlib.
5575 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
5576 * gdb.base/ctxobj.exp: Likewise.
5577 * gdb.base/dprintf-pending.exp: Likewise.
5578 * gdb.base/dso2dso.exp: Likewise.
5579 * gdb.base/fixsection.exp: Likewise.
5580 * gdb.base/gcore-relro.exp: Likewise.
5581 * gdb.base/gdb1555.exp: Likewise.
5582 * gdb.base/global-var-nested-by-dso.exp: Likewise.
5583 * gdb.base/gnu-ifunc.exp: Likewise.
5584 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
5585 * gdb.base/jit-so.exp (one_jit_test): Likewise.
5586 * gdb.base/pending.exp: Likewise.
5587 * gdb.base/print-file-var.exp: Likewise.
5588 * gdb.base/print-symbol-loading.exp: Likewise.
5589 * gdb.base/shlib-call.exp: Likewise.
5590 * gdb.base/shreloc.exp: Likewise.
5591 * gdb.base/so-impl-ld.exp: Likewise.
5592 * gdb.base/solib-disc.exp: Likewise.
5593 * gdb.base/solib-nodir.exp: Likewise.
5594 * gdb.base/solib-overlap.exp: Likewise.
5595 * gdb.base/solib-symbol.exp: Likewise.
5596 * gdb.base/solib-weak.exp (do_test): Likewise.
5597 * gdb.base/sym-file.exp: Likewise.
5598 * gdb.base/symtab-search-order.exp: Likewise.
5599 * gdb.base/type-opaque.exp: Likewise.
5600 * gdb.base/unload.exp: Likewise.
5601 * gdb.base/watchpoint-solib.exp: Likewise.
5602 * gdb.compile/compile.exp: Likewise.
5603 * gdb.cp/gdb2384.exp: Likewise.
5604 * gdb.cp/infcall-dlopen.exp: Likewise.
5605 * gdb.cp/re-set-overloaded.exp: Likewise.
5606 * gdb.fortran/library-module.exp: Likewise.
5607 * gdb.opt/solib-intra-step.exp: Likewise.
5608 * gdb.python/py-finish-breakpoint.exp: Likewise.
5609 * gdb.python/py-shared.exp: Likewise.
5610 * gdb.reverse/solib-precsave.exp: Likewise.
5611 * gdb.reverse/solib-reverse.exp: Likewise.
5612 * gdb.server/solib-list.exp: Likewise.
5613 * gdb.threads/dlopen-libpthread.exp: Likewise.
5614 * gdb.threads/tls-shared.exp: Likewise.
5615 * gdb.threads/tls-so_extern.exp: Likewise.
5616 * gdb.trace/change-loc.exp: Likewise.
5617 * gdb.trace/ftrace-lock.exp: Likewise.
5618 * gdb.trace/ftrace.exp: Likewise.
5619 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
5620 * gdb.trace/pending.exp: Likewise.
5621 * gdb.trace/range-stepping.exp: Likewise.
5622 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
5623 (strace_info_marker): Likewise.
5624 (strace_probe_marker): Likewise.
5625 (strace_trace_on_same_addr): Likewise.
5626 (strace_trace_on_diff_addr): Likewise.
5627 * gdb.trace/trace-break.exp: Likewise.
5628 * gdb.trace/trace-condition.exp: Likewise.
5629 * gdb.trace/trace-mt.exp: Likewise.
5630
fca4cfd9
SM
56312016-04-27 Simon Marchi <simon.marchi@ericsson.com>
5632
5633 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
5634 result of gdb_remote_download.
5635 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
5636 * gdb.base/dso2dso.exp: Likewise.
5637 * gdb.base/global-var-nested-by-dso.exp: Likewise.
5638 * gdb.base/print-file-var.exp: Likewise.
5639 * gdb.base/shlib-call.exp: Likewise.
5640 * gdb.base/shreloc.exp: Likewise.
5641 * gdb.base/solib-overlap.exp: Likewise.
5642 * gdb.base/solib-weak.exp (do_test): Likewise.
5643 * gdb.base/unload.exp: Likewise.
5644
11cf4ffb
YQ
56452016-04-27 Yao Qi <yao.qi@linaro.org>
5646
5647 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
5648 exists.
5649
3e2e34f8
KB
56502016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
5651
5652 * vla-type.exp: Print structure from toplevel.
5653
8f07e298
BH
56542016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
5655
5656 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
5657 of dynamic types.
5658 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
5659 of dynamic types.
5660
9920b434
BH
56612016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
5662
5663 * gdb.fortran/vla-type.f90: New file.
5664 * gdb.fortran/vla-type.exp: New file.
5665
f3abeff5
YQ
56662016-04-25 Yao Qi <yao.qi@linaro.org>
5667
5668 * gdb.base/branch-to-self.c: New file.
5669 * gdb.base/branch-to-self.exp: New file.
5670
0a5d52f0
YQ
56712016-04-22 Yao Qi <yao.qi@linaro.org>
5672
5673 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
5674 more after $hex.
5675
495346f6
YQ
56762016-04-22 Yao Qi <yao.qi@linaro.org>
5677
5678 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
5679 * gdb.base/annota3.exp: Likewise.
5680
4a7e075c
YQ
56812016-04-22 Yao Qi <yao.qi@linaro.org>
5682
5683 * gdb.reverse/step-precsave.exp: Do one step and test program
5684 stops in "callee" and do multiple steps until program goes out
5685 of "callee".
5686 * gdb.reverse/step-reverse.exp: Likewise.
5687
5b061e98
YQ
56882016-04-22 Yao Qi <yao.qi@linaro.org>
5689
5690 * gdb.trace/signal.exp: Also pass if
5691 $tracepoint_hits($i) > $iterations.
5692
5c5dc57f
YQ
56932016-04-22 Yao Qi <yao.qi@linaro.org>
5694
5695 * gdb.trace/signal.c: New file.
5696 * gdb.trace/signal.exp: New file.
5697
a55411b9
DE
56982016-04-19 Doug Evans <xdje42@gmail.com>
5699
5700 * gdb.base/bad-file.exp: New file.
5701
a22df60a
MG
57022016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
5703
5704 * gdb.dwarf2/implref.exp: New file.
5705
0c13f7e5
BH
57062016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
5707
5708 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
5709 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
5710 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
5711 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
5712 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
5713 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
5714 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
5715 * lib/fortran.exp (fortran_int4): New procedure.
5716 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
5717 (fortran_logical4): Likewise.
5718
9b9b09e9
BH
57192016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
5720
5721 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
5722
a14d1f4d
BH
57232016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
5724
5725 * lib/compiler.c: Add Intel specific preprocessor macros.
5726 * lib/compiler.cc: Likewise.
25d49b86 5727
7d49b1d0
LM
57282016-04-13 Luis Machado <lgustavo@codesourcery.com>
5729
5730 * gdb.server/connect-with-no-symbol-file.c: New file.
5731 * gdb.server/connect-with-no-symbol-file.exp: New file.
5732
8392fa22
SM
57332016-04-13 Simon Marchi <simon.marchi@ericsson.com>
5734
5735 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
5736
8c4c4aeb
SM
57372016-04-13 Simon Marchi <simon.marchi@ericsson.com>
5738
5739 * boards/gdbserver-base.exp (${board}_download): Copy source file to
5740 standard output directory.
5741
45e3745e
AT
57422016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
5743
5744 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
5745
e26b7e41
MM
57462016-04-13 Markus Metzger <markus.t.metzger@intel.com>
5747
5748 * gdb.btrace/instruction_history.c (loop): Add declaration.
5749
8ce09462
AT
57502016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
5751
5752 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
5753
2e88a1ea
SM
57542016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
5755
5756 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
5757 parentheses to print.
5758 (continue_handler): Likewise.
5759
f48e22e3
SM
57602016-04-08 Simon Marchi <simon.marchi@ericsson.com>
5761
5762 * gdb.server/solib-list.exp: Remove is_remote check.
5763 Pass shlib= to gdb_compile. Don't link shared library with
5764 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
5765 Run binary filename through "readlink -f" on the target.
5766
096be756
PA
57672016-04-08 Pedro Alves <palves@redhat.com>
5768
5769 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
5770 interpreter filename as argument to gdbserver_spawn.
5771 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
5772 Return empty if $last_loaded_file does not exist.
5773
06500533
JK
57742016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5775
5776 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
5777 * gdb.base/jit-main.c: Use exit after usage.
5778
2d35e871
JK
57792016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5780
5781 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
5782 GDBHISTSIZE prior to the tests.
5783 * gdb.base/gdbinit-history.exp: Likewise.
5784
57852016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
5786
5787 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
5788 instead of build_executable. Use gdb_load_shlibs.
5789
c8064e7e
YQ
57902016-04-07 Yao Qi <yao.qi@linaro.org>
5791
5792 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
5793 Execute "si" command.
5794
bde47561
YQ
57952016-04-07 Yao Qi <yao.qi@linaro.org>
5796
5797 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
5798 number instead of the comments on some line.
5799
b16f8a3b
DB
58002016-04-06 Don Breazeal <donb@codesourcery.com>
5801
5802 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
5803 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
5804
c2f901df
SM
58052016-04-06 Simon Marchi <simon.marchi@ericsson.com>
5806
5807 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
5808 standard_output_file. Remove unused binfile variable.
5809
ac17fda0
CU
58102016-04-05 Catalin Udma <catalin.udma@freescale.com>
5811
5812 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
5813 * gdb.python/py-mi-objfile.exp: Match "list main" output
5814 in console format.
5815
03a8c4df
SM
58162016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
5817
5818 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
5819 absolute.
5820
6e774b13
SM
58212016-04-05 Simon Marchi <simon.marchi@ericsson.com>
5822
5823 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
5824 absolute.
5825 * gdb.trace/ftrace.exp: Likewise.
5826 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
5827 targets as well.
5828 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
5829 (gdb_load_shlibs): Copy libraries to test directory when testing
5830 natively. Only set solib-search-path if testing remotely.
5831 * lib/mi-support.exp (mi_load_shlibs): Likewise.
5832
7817ea46
SM
58332016-04-05 Simon Marchi <simon.marchi@ericsson.com>
5834
5835 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
5836 gdb_download. Use it even if the target is not remote.
5837 * gdb.base/jit.exp (compile_jit_test): Likewise.
5838 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
5839 output directory if the destination board is local, otherwise use
5840 the standard remote_download from DejaGnu.
5841 (gdb_download): Remove.
5842 (gdb_load_shlibs): Use gdb_remote_download instead of
5843 gdb_download.
5844 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
5845 Use gdb_remote_download instead of gdb_download. Use it even if
5846 the target is not remote.
5847 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
5848 instead of gdb_download.
5849
7beb7f68
SM
58502016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
5851
5852 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
5853 (test_insert_delete_modify): Call mi_load_shlibs before trying to
5854 run.
5855
cc63428a
AV
58562016-04-01 Artemiy Volkov <artemiyv@acm.org>
5857
5858 PR gdb/19820
5859 * gdb.base/printcmds.exp: Add artificial arrays tests.
5860
64cdf930
PA
58612016-03-31 Pedro Alves <palves@redhat.com>
5862
5863 PR gdb/19858
5864 * gdb.base/jit-main.c: Include unistd.h.
5865 (ATTACH): Define to 0 if not already defined.
5866 (wait_for_gdb, mypid): New globals.
5867 (WAIT_FOR_GDB): New macro.
5868 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
5869 some breakpoint locations.
5870 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
5871 New procedures.
5872 (one_jit_test): Add REATTACH parameter, and handle it. Use
5873 continue_to_test_location.
5874 (top level): Test attach, and adjusts calls to one_jit_test.
5875
40dea8cb
PA
58762016-03-31 Pedro Alves <palves@redhat.com>
5877
5878 PR gdb/19858
5879 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
5880 BINSUFFIX parameter, and handle it.
5881 (top level): Adjust calls compile_jit_test.
5882
e7ea3ec7
CU
58832016-03-31 Catalin Udma <catalin.udma@freescale.com>
5884
5885 PR python/19743
5886 * gdb.python/py-mi-events-gdb.py: New file.
5887 * gdb.python/py-mi-events.c: New file.
5888 * gdb.python/py-mi-events.exp: New file.
5889
e6359af3
YQ
58902016-03-30 Yao Qi <yao.qi@linaro.org>
5891
5892 * gdb.reverse/until-precsave.exp: Match function name only.
5893 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
5894 Move malloc to a condition block.
5895 * gdb.reverse/until-reverse.exp: Match function name only.
5896
a4105d04
MK
58972016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
5898
5899 * gdb.trace/ftrace.exp: Set arg0exp for s390.
5900 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
5901 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
5902 variable for GPR 0 instead of assuming it is register 0.
5903 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
5904 * lib/trace-support.exp: Add s390 registers.
5905
bfa6adb9
YQ
59062016-03-29 Yao Qi <yao.qi@linaro.org>
5907
5908 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
5909
1e6697ea
YQ
59102016-03-24 Yao Qi <yao.qi@linaro.org>
5911
5912 * gdb.reverse/break-reverse.exp: Add quotation mark in the
5913 test message.
5914
64bcd522
AA
59152016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
5916
5917 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
5918 maintaining separate logic for constructing the output path.
5919
7868401b
DB
59202016-03-16 Don Breazeal <donb@codesourcery.com>
5921
5922 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
5923 Retry fork and waitpid on interrupted system call errors.
5924 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
5925 Use with_timeout_factor to increase timeout by factor of 10.
5926
1cafadb4
DB
59272016-03-15 Don Breazeal <donb@codesourcery.com>
5928
5929 * gdb.cp/scope-err.cc: New test program.
5930 * gdb.cp/scope-err.exp: New test script.
5931 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
5932 lines and "set breakpoint here" comment.
5933 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
5934 Fixed some whitespace and format issues.
5935 * gdb.mi/mi-linespec-err-cp.cc: New test program.
5936 * gdb.mi/mi-linespec-err-cp.exp: New test script.
5937
81516450
DE
59382016-03-15 Doug Evans <dje@google.com>
5939
5940 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
5941 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
5942 All callers updated. Add tests for enums, mixed flags register.
5943
aa52b601
DE
59442016-03-15 Doug Evans <dje@google.com>
5945
5946 * gdb.base/skip.c (main): Call test_skip_file_and_function.
5947 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
5948
fa4ff313
SM
59492016-03-14 Simon Marchi <simon.marchi@ericsson.com>
5950
5951 * gdb.base/default.exp: Add $_as_string to the list of expected
5952 convenience functions.
5953
f2403c39
AB
59542016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
5955
5956 * gdb.base/maint.exp: New tests for 'maint info line-table'.
5957
f2f3ccb9
SM
59582016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
5959
5960 * gdb.python/py-as-string.exp: New file.
5961 * gdb.python/py-as-string.c: New file.
5962
00dbd492
PA
59632016-03-09 Pedro Alves <palves@redhat.com>
5964
5965 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
5966 signal" -> "Thread NN received signal" output change.
5967 * gdb.threads/ia64-sigill.exp: Likewise.
5968 * gdb.threads/linux-dp.exp: Likewise.
5969 * gdb.threads/manythreads.exp: Likewise.
5970 * gdb.threads/pending-step.exp: Likewise.
5971 * gdb.threads/print-threads.exp: Likewise.
5972 * gdb.threads/sigstep-threads.exp: Likewise.
5973 * gdb.threads/staticthreads.exp: Likewise.
5974 * gdb.threads/tls.exp: Likewise.
5975
1e6697ea
YQ
59762016-03-09 Pedro Alves <palves@redhat.com>
5977
5978 * gdb.base/command-line-input.exp: New file.
5979
b04fd3be
MK
59802016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
5981
5982 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
5983 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
5984 * gdb.trace/pending.exp: Accept leading dot before function name.
5985 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
5986 * lib/trace-support.exp: Set registers for ppc.
5987
98fa59e9
MK
59882016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
5989
5990 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
5991 use it for disassembly; accept .main in addition to main in backtrace.
5992
f77198c8
MK
59932016-03-09 Wei-cheng Wang <cole945@gmail.com>
5994 Marcin Kościelnicki <koriakin@0x04.net>
5995
5996 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
5997 (gdb_recursion_test_ptr): New global variable.
5998 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
5999 gdb_recursion_test.
6000 (gdb_c_test): Ditto.
6001
ba84e0da
MK
60022016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6003
6004 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
6005 ordering.
6006
4366d36e
MK
60072016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6008
6009 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
6010 (bar): Add bar_start_lbl label.
6011 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
6012 of foo/bar for emitting DWARF and tracing.
6013
5eb264df
SDJ
60142016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
6015
6016 * analyze-racy-logs.py: Set executable bit.
6017
fb6a751f
SDJ
60182016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
6019
6020 * Makefile.in (DEFAULT_RACY_ITER): New variable.
6021 (CHECK_TARGET_TMP): Likewise.
6022 (check-single-racy): New rule.
6023 (check-parallel-racy): Likewise.
6024 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
6025 (do-check-parallel-racy): New rule.
6026 (check-racy/%.exp): Likewise.
6027 * README (Racy testcases): New section.
6028 * analyze-racy-logs.py: New file.
6029
bdf7e230
DE
60302016-03-03 Doug Evans <dje@google.com>
6031
6032 * gdb.base/skip.exp: Use with_test_prefix.
6033
4719d415
YQ
60342016-03-03 Yao Qi <yao.qi@linaro.org>
6035
6036 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
6037 Invoke step_over_syscall "clone" and break_cond_on_syscall
6038 "clone".
6039 * gdb.base/step-over-clone.c: New file.
6040
ea507862
YQ
60412016-03-03 Yao Qi <yao.qi@linaro.org>
6042
6043 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
6044 code format.
6045
8fc8cbda
YQ
60462016-03-03 Yao Qi <yao.qi@linaro.org>
6047
6048 * gdb.base/disp-step-fork.c: Rename to ...
6049 * gdb.base/step-over-fork.c: ... it. New file.
6050 * gdb.base/disp-step-vfork.c: Rename to ...
6051 * gdb.base/step-over-vfork.c: ... it. New file.
6052 * gdb.base/disp-step-syscall.exp: Rename to ...
6053 * gdb.base/step-over-syscall.exp: ... it. New file.
6054 (disp_step_cross_syscall): Rename to ...
6055 (step_over_syscall): ... it.
6056
92fa70b0
YQ
60572016-03-03 Yao Qi <yao.qi@linaro.org>
6058
6059 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
6060 If target supports condition evaluation on target, invoke
6061 break_cond_on_syscall for fork and vfork.
6062
e197ad3c
YQ
60632016-03-03 Yao Qi <yao.qi@linaro.org>
6064
6065 * gdb.base/disp-step-syscall.exp: Don't invoke
6066 support_displaced_stepping.
6067 (disp_step_cross_syscall): Test with displaced stepping off and
6068 on if supported.
6069
0b47da9f
YQ
60702016-03-03 Yao Qi <yao.qi@linaro.org>
6071
6072 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
6073 proc.
6074 (setup): New proc.
6075 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
6076 and setup.
6077
065ab6dc
BH
60782016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6079
6080 * gdb.fortran/vla-history.exp: Remove breakpoint.
6081
07e448ad 60822016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6083
25d49b86
PA
6084 * gdb.fortran/vla-history.exp: Lookup array elements and printing
6085 exceeds timeout.
07e448ad 6086
9ac2d526 60872016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6088
25d49b86
PA
6089 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
6090 breakpoint.
9ac2d526 6091
17807369
BH
60922016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6093
6094 * gdb.mi/vla.f90: Nullify pointer after declaration.
6095
86e501af
PA
60962016-03-01 Pedro Alves <palves@redhat.com>
6097
6098 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
6099
1e903e32
PA
61002016-03-01 Pedro Alves <palves@redhat.com>
6101
6102 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
6103 before anything else.
6104 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
6105 _GNU_SOURCE here.
6106 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
6107 before anything else.
6108 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
6109
6ccb54e2
PA
61102016-03-01 Pedro Alves <palves@redhat.com>
6111
6112 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
6113
30ca9da1
YQ
61142016-03-01 Yao Qi <yao.qi@linaro.org>
6115
6116 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
6117 prepare_for_testing.
6118
dc856b38
YQ
61192016-03-01 Yao Qi <yao.qi@linaro.org>
6120
6121 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
6122
4a932159
AA
61232016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6124
6125 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
6126 manually constructing the output path.
6127
f2489477
AA
61282016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6129
6130 * gdb.arch/s390-stackless.S: New.
6131 * gdb.arch/s390-stackless.exp: New.
6132
38899f16
IB
61332016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
6134
6135 * gdb.dlang/circular.c: New file.
6136 * gdb.dlang/circular.exp: New file.
6137
9fde51ed
YQ
61382016-02-26 Yao Qi <yao.qi@linaro.org>
6139
6140 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
6141 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
6142 (testcases): Update.
6143
ce90fefe
YQ
61442016-02-26 Yao Qi <yao.qi@linaro.org>
6145
6146 * gdb.reverse/aarch64.c: Rename to ...
6147 * gdb.reverse/insn-reverse.c: ... it.
6148 * gdb.reverse/aarch64.exp: Rename to ...
6149 * gdb.reverse/insn-reverse.exp: ... it.
6150
3263bceb
YQ
61512016-02-26 Yao Qi <yao.qi@linaro.org>
6152
6153 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
6154 (testcase_ftype): New.
6155 (testcases): New array.
6156 (n_testcases): New.
6157 (main): Call each element in testcases.
6158 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
6159 (read_testcase): New.
6160 Do the tests in a loop.
6161
6cb59ff1
YQ
61622016-02-25 Yao Qi <yao.qi@linaro.org>
6163
6164 * gdb.base/branches.c: Remove.
6165
ae91f625
MK
61662016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6167
6168 PR gdb/13808
6169 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
6170
678b48b7
MK
61712016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6172
6173 * gdb.trace/ftrace.exp: Remove unnecessary target check.
6174
7337a6f2
MK
61752016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6176
6177 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
6178 change x86_64 call_insn to 'callq'.
6179
861ca91f
AT
61802016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
6181
6182 * gdb.trace/tfile-avx.c: Move to...
6183 * gdb.trace/tracefile-pseudo-reg.c: Here.
6184 * gdb.trace/tfile-avx.exp: Move to...
6185 * gdb.trace/tracefile-pseudo-reg.exp: Here.
6186
bf74e428
GB
61872016-02-24 Gary Benson <gbenson@redhat.com>
6188
6189 * gdb.base/attach-pie-noexec.exp: Do not expect an error
6190 message on attach.
6191
cce0e923
DE
61922016-02-23 Doug Evans <dje@google.com>
6193
6194 * gdb.base/skip.c (test_skip): New function.
6195 (end_test_skip_file_and_function): New function.
6196 (test_skip_file_and_function): New function.
6197 * gdb.base/skip1.c (test_skip): New function.
6198 (skip1_test_skip_file_and_function): New function.
6199 * gdb.base/skip.exp: Add tests for new skip options.
6200 * gdb.base/skip-solib.exp: Update expected output.
6201 * gdb.perf/skip-command.cc: New file.
6202 * gdb.perf/skip-command.exp: New file.
6203 * gdb.perf/skip-command.py: New file.
6204
4000e47e
MK
62052016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
6206
6207 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
6208 info registers pattern.
6209
24f75ead
IB
62102016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
6211
6212 * lib/future.exp: Add D support.
6213 (gdb_find_gdc): New proc.
6214 (gdb_default_target_compile): Add D support.
6215
fbb7bcbe
WW
62162016-02-18 Wei-cheng Wang <cole945@gmail.com>
6217
6218 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
6219 user+system time.
6220 (trace_speed_test): Determine the iteration count for a time
6221 between 15..30 seconds.
6222
012b3a21
WT
62232016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
6224
6225 * gdb.arch/i386-mpx-sigsegv.c: New file.
6226 * gdb.arch/i386-mpx-sigsegv.exp: New file.
6227 * gdb.arch/i386-mpx-simple_segv.c: New file.
6228 * gdb.arch/i386-mpx-simple_segv.exp: New file.
6229
2d5189bd
YQ
62302016-02-18 Yao Qi <yao.qi@linaro.org>
6231
6232 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
6233 Don't call setup_kfail.
6234
40fb20d0
YQ
62352016-02-18 Yao Qi <yao.qi@linaro.org>
6236
6237 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6238 Set "set breakpoint condition-evaluation" per $cond_bp_target.
6239
21b1f8d2
DE
62402016-02-16 Doug Evans <dje@google.com>
6241
6242 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
6243 * gdb.base/skip1.c: Ditto.
6244 * gdb.base/skip.exp: Whitespace cleanup.
6245
4041ed77
DB
62462016-02-16 Don Breazeal <donb@codesourcery.com>
6247
6248 PR remote/19496
6249 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6250 Remove kfail for PR remote/19496.
6251
c4ef31bf
SM
62522016-02-16 Simon Marchi <simon.marchi@ericsson.com>
6253
6254 * lib/gdb.exp (standard_temp_file): Return a path specific to
6255 the runtest invocation.
6256
266b65b3
SM
62572016-02-16 Simon Marchi <simon.marchi@ericsson.com>
6258
6259 * gdb.trace/save-trace.exp: Change relative path to be in the
6260 standard output directory.
6261
a7a0a6a9
JK
62622016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6263
6264 * gdb.arch/i386-prologue.c: Add missing prototypes.
6265
c99dbb42
JK
62662016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6267
6268 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
6269 * gdb.arch/i386-prologue.exp: Likewise.
6270 * gdb.arch/i386-size.exp: Likewise.
6271
aa480355
SM
62722016-02-15 Simon Marchi <simon.marchi@ericsson.com>
6273
6274 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
6275 define object file path.
6276 * gdb.btrace/gcore.exp: Use standard_output_file to define core
6277 file path.
6278 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
6279 standard_output_file to define binfile.
6280
ba881f50
JK
62812016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6282
6283 Fix compatibility with recent gfortran-5.3.1.
6284 * gdb.fortran/vla-history.exp (print vla1 allocated)
6285 (print vla2 allocated, print $2, print $3): Remove
6286 (print $4): Rename to ...
6287 (print $2): ... here.
6288 (print $9): Rename to ...
6289 (print $5): ... here.
6290 (print $10): Rename to ...
6291 (print $6): ... here.
6292 * gdb.fortran/vla.f90: Add pvla initialization.
6293
e9fb005c
JK
62942016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6295
6296 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
6297 New test.
6298 * gdb.fortran/vla-value-sub.exp: Likewise.
6299
e44e00ff
MK
63002016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
6301
6302 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
6303
97e94151
SM
63042016-02-12 Simon Marchi <simon.marchi@ericsson.com>
6305
6306 * i386-biarch-core.exp: Define corefile using
6307 standard_output_file.
6308
01113bc1
YQ
63092016-02-12 Yao Qi <yao.qi@linaro.org>
6310
6311 * gdb.arch/arm-single-step-kernel-helper.c: New.
6312 * gdb.arch/arm-single-step-kernel-helper.exp: New.
6313
33b4777c
MM
63142016-02-12 Markus Metzger <markus.t.metzger@intel.com>
6315
6316 * gdb.btrace/tailcall-only.exp: New.
6317 * gdb.btrace/tailcall-only.c: New.
6318 * gdb.btrace/x86_64-tailcall-only.S: New.
6319 * gdb.btrace/i686-tailcall-only.S: New.
6320
acc23c11
PA
63212016-02-11 Pedro Alves <palves@redhat.com>
6322
6323 * README (Parallel testing): Add missing double quotes.
6324
e352bf0a
PA
63252016-02-11 Pedro Alves <palves@redhat.com>
6326
6327 * README (Parallel testing): New section.
6328 (GDB_PARALLEL): Rewrite.
6329 (FORCE_PARALLEL): Document.
6330
9f5fed78
MK
63312016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
6332
6333 * gdb.trace/tfile-avx.c: New test.
6334 * gdb.trace/tfile-avx.exp: New test.
6335
9ef9e6a6
KS
63362016-02-09 Keith Seitz <keiths@redhat.com>
6337
6338 PR breakpoints/19546
6339 * gdb.base/infcall-exec.c: New file.
6340 * gdb.base/infcall-exec2.c: New file.
6341 * gdb.base/infcall-exec.exp: New file.
6342
a96e36da
KS
63432016-02-09 Keith Seitz <keiths@redhat.com>
6344
6345 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
6346 (toplevel): Call test_bkpt_address.
6347
9f61929f
KS
63482016-02-09 Keith Seitz <keiths@redhat.com>
6349
6350 PR python/19506
6351 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
6352 (toplevel): Call test_bkpt_address.
6353
1e94266c
SM
63542016-02-09 Simon Marchi <simon.marchi@ericsson.com>
6355
6356 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
6357 to AC_OUTPUT.
6358 * configure: Regenerate.
6359
2a7f3dff
PA
63602016-02-09 Pedro Alves <palves@redhat.com>
6361
6362 PR breakpoints/19548
6363 * gdb.base/execl-update-breakpoints.c (some_function): New
6364 function.
6365 (main): Call it.
6366 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
6367 Tighten expected GDB output.
6368
2151ccc5
SM
63692016-02-08 Simon Marchi <simon.marchi@ericsson.com>
6370
6371 * Makefile.in (ALL_SUBDIRS): Remove.
6372 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
6373 (distclean maintainer-clean realclean): Likewise.
6374 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
6375 * configure: Regenerate.
6376 * gdb.ada/Makefile.in: Delete.
6377 * gdb.arch/Makefile.in: Likewise.
6378 * gdb.asm/Makefile.in: Likewise.
6379 * gdb.base/Makefile.in: Likewise.
6380 * gdb.btrace/Makefile.in: Likewise.
6381 * gdb.cell/Makefile.in: Likewise.
6382 * gdb.compile/Makefile.in: Likewise.
6383 * gdb.cp/Makefile.in: Likewise.
6384 * gdb.disasm/Makefile.in: Likewise.
6385 * gdb.dlang/Makefile.in: Likewise.
6386 * gdb.dwarf2/Makefile.in: Likewise.
6387 * gdb.fortran/Makefile.in: Likewise.
6388 * gdb.gdb/Makefile.in: Likewise.
6389 * gdb.go/Makefile.in: Likewise.
6390 * gdb.guile/Makefile.in: Likewise.
6391 * gdb.java/Makefile.in: Likewise.
6392 * gdb.linespec/Makefile.in: Likewise.
6393 * gdb.mi/Makefile.in: Likewise.
6394 * gdb.modula2/Makefile.in: Likewise.
6395 * gdb.multi/Makefile.in: Likewise.
6396 * gdb.objc/Makefile.in: Likewise.
6397 * gdb.opencl/Makefile.in: Likewise.
6398 * gdb.opt/Makefile.in: Likewise.
6399 * gdb.pascal/Makefile.in: Likewise.
6400 * gdb.perf/Makefile.in: Likewise.
6401 * gdb.python/Makefile.in: Likewise.
6402 * gdb.reverse/Makefile.in: Likewise.
6403 * gdb.server/Makefile.in: Likewise.
6404 * gdb.stabs/Makefile.in: Likewise.
6405 * gdb.threads/Makefile.in: Likewise.
6406 * gdb.trace/Makefile.in: Likewise.
6407 * gdb.xml/Makefile.in: Likewise.
6408 * lib/gdb.exp (make_gdb_parallel_path): Add check for
6409 GDB_PARALLEL.
6410 (standard_output_file): Remove check for GDB_PARALLEL, always
6411 return path in outputs/$subdir/$testname.
6412
437277d4
SM
64132016-02-08 Simon Marchi <simon.marchi@ericsson.com>
6414
6415 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
6416 (site.exp): Assign abs_srcdir to tcl's srcdir.
6417
31d913c7
YQ
64182016-02-04 Yao Qi <yao.qi@linaro.org>
6419
6420 * gdb.base/foll-exec-mode.c: Include limits.h.
6421 (main): Add parameters argc and argv. Get directory from
6422 argv[0].
6423 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
6424 compilation.
6425 * gdb.base/foll-exec.c: Include limits.h.
6426 (main): Add parameters argc and argv.
6427 Get directory from argv[0].
6428 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
6429 Adjust tests on the number of lines as source code changed.
6430 * gdb.base/foll-vfork-exit.c: Include limits.h.
6431 (main): Add one line of statement before vfork.
6432 * gdb.base/foll-vfork.c: Include limits.h and string.h.
6433 (main): Add parameters argc and argv. Get directory from
6434 argv[0].
6435 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
6436 (setup_gdb): Set tbreak to skip some source lines.
6437 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
6438 (main): Add parameters argc and argv. Get directory from
6439 argv[0].
6440 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
6441 compilation.
6442 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
6443 (main): Add parameters argc and argv. Get directory from
6444 argv[0].
6445 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
6446 compilation.
6447
9482b9fb
DE
64482016-02-01 Doug Evans <dje@google.com>
6449
6450 * gdb.base/skip.exp: Clean up multiple references to same test name.
6451
6b2e4f10
PA
64522016-02-01 Pedro Alves <palves@redhat.com>
6453
ccb6afd6 6454 PR remote/19496
6b2e4f10
PA
6455 * gdb.threads/forking-threads-plus-breakpoint.exp
6456 (displaced_stepping_supported): New global.
6457 (probe_displaced_stepping_support): New procedure.
6458 (do_test): Add 'displaced' parameter, and use it.
6459 (top level): Check for displaced stepping support. Add displaced
6460 stepping on/off testing axis.
6461
37a8db1a
AB
64622016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
6463
6464 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
6465 pointer. Don't perform further tests on the unassociated pointer
6466 if the first test fails.
6467
5fdf6324
AB
64682016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
6469
6470 * gdb.base/max-value-size.c: New file.
6471 * gdb.base/max-value-size.exp: New file.
6472 * gdb.base/huge.exp: Disable max-value-size for this test.
6473
935c6144
IB
64742016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
6475
6476 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6477
7fe8399d
YQ
64782016-01-28 Yao Qi <yao.qi@linaro.org>
6479
6480 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
6481
a2077e25
PA
64822016-01-25 Pedro Alves <palves@redhat.com>
6483
6484 PR threads/19461
6485 * gdb.base/fork-running-state.c: New file.
6486 * gdb.base/fork-running-state.exp: New file.
6487
1d2736d4
PA
64882016-01-25 Pedro Alves <palves@redhat.com>
6489
6490 PR gdb/19494
6491 * gdb.base/catch-fork-kill.c: New file.
6492 * gdb.base/catch-fork-kill.exp: New file.
6493
f1da4b11
PA
64942016-01-25 Pedro Alves <palves@redhat.com>
6495
6496 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
6497 Delete, moved to lib/gdb.exp.
6498 * gdb.threads/forking-threads-plus-breakpoint.exp
6499 (foreach_with_prefix): Likewise.
6500 * gdb.threads/process-dies-while-handling-bp.exp
6501 (foreach_with_prefix): Likewise.
6502 * lib/gdb.exp (foreach_with_prefix): New procedure.
6503
45f38546
MK
65042016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
6505
6506 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
6507 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
6508
dc29a1ce
MK
65092016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
6510
6511 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
6512 endian targets.
6513
092127d7
JK
65142016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6515 Pedro Alves <palves@redhat.com>
6516
6517 Fix testsuite compatibility with Guile.
6518 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
6519 number.
6520
31d765d3
JK
65212016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6522
6523 Fix testsuite compatibility with Guile.
6524 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
6525 (thread 1): New test for backtrace through signal handler.
6526
1ac78c04
YQ
65272016-01-22 Yao Qi <yao.qi@linaro.org>
6528
6529 PR testsuite/19491
6530 * gdb.base/multi-forks.c: Include
6531 ../lib/unbuffer_output.c
6532 (main): Call gdb_unbuffer_output.
6533
4f5946a8
DE
65342016-01-21 Doug Evans <dje@google.com>
6535
6536 * lib/ada.exp (gdb_compile_ada): Fix typo.
6537
305e13e6
JB
65382016-01-21 Joel Brobecker <brobecker@adacore.com>
6539
6540 * gdb.base/break-fun-addr.exp: New file.
6541 * gdb.base/break-fun-addr1.c: New file.
6542 * gdb.base/break-fun-addr2.c: New file.
6543
5f5dfff6
SM
65442016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
6545
6546 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
6547 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
6548 enum flag values.
6549
fd356fa2
AA
65502016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
6551
6552 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
6553 when GDB can not set the vector return value. Add more comments
6554 for clarification.
6555
9df22175
AT
65562016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
6557
6558 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
6559 command.
6560
41d1845e
SM
65612016-01-19 Simon Marchi <simon.marchi@ericsson.com>
6562
6563 * Makefile.in (DO_RUNTEST): Add --status and update usages.
6564
01ac6840
SM
65652016-01-19 Simon Marchi <simon.marchi@ericsson.com>
6566
6567 * Makefile.in (check-single): Pass --status to runtest.
6568 (check/%.exp): Likewise.
6569
65702016-01-19 Simon Marchi <simon.marchi@ericsson.com>
6571
6572 * Makefile.in (check-parallel): Propagate return code from make
6573 do-check-parallel.
6574
bd0a71fa
MK
65752016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
6576
6577 * gdb.trace/ftrace.exp: Fix expected message on continue.
6578 * gdb.trace/pending.exp: Fix expected message on continue.
6579 * gdb.trace/trace-break.exp: Fix expected message on continue.
6580
8bcbad33
SM
65812016-01-18 Simon Marchi <simon.marchi@ericsson.com>
6582
6583 * lib/gdb.exp (gdb_test): Remove unused global references.
6584
f303dbd6
PA
65852016-01-18 Pedro Alves <palves@redhat.com>
6586
6587 * gdb.base/async-shell.exp: Adjust expected output.
6588 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
6589 * gdb.base/siginfo-thread.exp: Adjust expected output.
6590 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
6591 * gdb.java/jnpe.exp: Adjust expected output.
6592 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
6593 * gdb.threads/continue-pending-status.exp: Adjust expected output.
6594 * gdb.threads/leader-exit.exp: Adjust expected output.
6595 * gdb.threads/manythreads.exp: Adjust expected output.
6596 * gdb.threads/pthreads.exp: Adjust expected output.
6597 * gdb.threads/schedlock.exp: Adjust expected output.
6598 * gdb.threads/siginfo-threads.exp: Adjust expected output.
6599 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
6600 expected output.
6601 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
6602 output.
6603 * gdb.threads/sigthread.exp: Adjust expected output.
6604 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
6605
b2789696
YQ
66062016-01-18 Yao Qi <yao.qi@linaro.org>
6607
6608 * gdb.guile/scm-section-script.c: Replace @progbits with
6609 %progbits.
6610 * gdb.python/py-section-script.c: Likewise.
6611
71ef29a8
PA
66122016-01-15 Pedro Alves <palves@redhat.com>
6613
6614 * gdb.multi/tids.exp: Test star wildcard ranges.
6615
3f5b7598
PA
66162016-01-15 Pedro Alves <palves@redhat.com>
6617
6618 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
6619 command from "thread apply" invocation.
6620 (thr_apply_info_thr_invalid): Default the expected output to the
6621 input tid list.
6622 (top level): Add tests that use convenience variables. Add tests
6623 for "thread apply" with a valid TID list, but missing the command.
6624
663f6d42
PA
66252016-01-13 Pedro Alves <palves@redhat.com>
6626
6627 * gdb.base/default.exp: Expect $_gthread as well.
6628 * gdb.multi/tids.exp: Test $_gthread.
6629 * gdb.threads/thread-specific.exp: Test $_gthread.
6630
c84f6bbf
PA
66312016-01-13 Pedro Alves <palves@redhat.com>
6632
6633 * gdb.multi/tids.exp: Test "info threads -gid".
6634
22a02324
PA
66352016-01-13 Pedro Alves <palves@redhat.com>
6636
6637 * gdb.multi/tids.exp: Test InferiorThread.global_num and
6638 Breakpoint.thread.
6639 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
6640
5d5658a1
PA
66412016-01-07 Pedro Alves <palves@redhat.com>
6642
6643 * gdb.base/break.exp: Adjust to output changes.
6644 * gdb.base/hbreak2.exp: Likewise.
6645 * gdb.base/sepdebug.exp: Likewise.
6646 * gdb.base/watch_thread_num.exp: Likewise.
6647 * gdb.linespec/keywords.exp: Likewise.
6648 * gdb.multi/info-threads.exp: Likewise.
6649 * gdb.threads/thread-find.exp: Likewise.
6650 * gdb.multi/tids.c: New file.
6651 * gdb.multi/tids.exp: New file.
6652
84654457
PA
66532016-01-13 Pedro Alves <palves@redhat.com>
6654
6655 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
6656
e3940304
PA
66572016-01-13 Pedro Alves <palves@redhat.com>
6658
6659 * gdb.base/default.exp: Expect $_inferior as well.
6660 * gdb.multi/base.exp: Test $_inferior.
6661
a911d87a
PA
66622016-01-13 Pedro Alves <palves@redhat.com>
6663
6664 PR breakpoints/19388
6665 * gdb.base/catch-signal-siginfo-cond.c: New file.
6666 * gdb.base/catch-signal-siginfo-cond.exp: New file.
6667
82075af2
JS
66682016-01-12 Josh Stone <jistone@redhat.com>
6669 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6670
6671 * gdb.base/catch-syscall.c (do_execve): New variable.
6672 (main): Conditionally trigger an execve.
6673 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
6674 (test_catch_syscall_execve): New, check entry/return across execve.
6675 (do_syscall_tests): Call test_catch_syscall_execve.
6676
e46eeedd
PA
66772016-01-12 Pedro Alves <palves@redhat.com>
6678
6679 * gdb.base/random-signal.exp (do_test): New procedure, with body
6680 of testcase moved in.
6681
01d8c27e
JK
66822016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6683 Pedro Alves <palves@redhat.com>
6684
6685 * gdb.base/funcargs.exp (finish from indirectly called function):
6686 Reintroduce the case for 'First'.
6687
9a706302
JK
66882016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6689 Pedro Alves <palves@redhat.com>
6690
6691 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
6692 (tcatch_vfork_then_child_follow_exec)
6693 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
6694 identification.
6695
c0ecb95f
JK
66962016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6697
6698 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
6699 and repeats to unlimited.
6700 * gdb.python/py-value.exp: Likewise.
6701 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
6702 and repeats to unlimited.
6703
6cfc1fcb
JK
67042016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6705
6706 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
6707 and reordering the functions.
6708 * gdb.multi/hangout.c: Likewise.
6709 * gdb.multi/hello.c: Likewise.
6710
582a1b00
SM
67112016-01-08 Simon Marchi <simon.marchi@ericsson.com>
6712
6713 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
6714 absolute.
6715 (SingleStatisticTestResult.report): Use dict.keys instead of
6716 dict.iterkeys.
6717
79bc59cb
PA
67182016-01-06 Pedro Alves <palves@redhat.com>
6719
6720 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
6721
43368e1d
MM
67222016-01-04 Markus Metzger <markus.t.metzger@intel.com>
6723
6724 * gdb.btrace/dlopen.exp: New.
6725 * gdb.btrace/dlopen.c: New.
6726 * gdb.btrace/dlopen-dso.c: New.
6727
79fad5b8
SL
67282015-12-25 Sandra Loosemore <sandra@codesourcery.com>
6729
6730 * lib/gdb.exp (gdb_test): Update comments to clarify that the
6731 PATTERN argument is optional.
6732
ab8314b3
JB
67332015-12-24 Joel Brobecker <brobecker@adacore.com>
6734
6735 * lib/ada.exp (target_compile_ada_from_dir): New function.
6736 (gdb_compile_ada): Reimplement avoiding the use of project files.
6737 * gdb.ada/gnat_ada.gpr: Delete.
6738 * gdb.ada/cond_lang.exp: Adjust test to make path before
6739 filename optional.
6740 * gdb.ada/small_reg_param.exp: Likewise.
6741
fe33faff
SM
67422015-12-22 Simon Marchi <simon.marchi@ericsson.com>
6743
6744 * gdb.base/foll-vork.exp: Remove HP-UX special case.
6745
6d265cb4
TP
67462015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
6747
6748 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
6749 case.
6750
10125099
SM
67512015-12-21 Simon Marchi <simon.marchi@ericsson.com>
6752
6753 * gdb.base/break.exp: Remove dead code.
6754 * gdb.base/sepdebug.exp: Likewise.
6755
3ca22649
SM
67562015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
6757
6758 * gdb.asm/asm-source.exp: Remove HP-UX references.
6759 * gdb.base/annota1.exp: Likewise.
6760 * gdb.base/annota3.exp: Likewise.
6761 * gdb.base/attach.exp: Likewise.
6762 * gdb.base/bigcore.exp: Likewise.
6763 * gdb.base/break.exp: Likewise.
6764 * gdb.base/call-ar-st.exp: Likewise.
6765 * gdb.base/callfuncs.exp: Likewise.
6766 * gdb.base/catch-fork-static.exp: Likewise.
6767 * gdb.base/display.exp: Likewise.
6768 * gdb.base/foll-exec-mode.exp: Likewise.
6769 * gdb.base/foll-exec.exp: Likewise.
6770 * gdb.base/foll-fork.exp: Likewise.
6771 * gdb.base/foll-vfork.exp: Likewise.
6772 * gdb.base/funcargs.exp: Likewise.
6773 * gdb.base/hbreak2.exp: Likewise.
6774 * gdb.base/inferior-died.exp: Likewise.
6775 * gdb.base/interrupt.exp: Likewise.
6776 * gdb.base/multi-forks.exp: Likewise.
6777 * gdb.base/nodebug.exp: Likewise.
6778 * gdb.base/sepdebug.exp: Likewise.
6779 * gdb.base/solib1.c: Likewise.
6780 * gdb.base/step-test.exp: Likewise.
6781 * gdb.mi/non-stop.c: Likewise.
6782 * gdb.mi/pthreads.c: Likewise.
6783 * gdb.multi/bkpt-multi-exec.ex: Likewise.
6784 * gdb.threads/pthreads.c: Likewise.
6785 * gdb.threads/staticthreads.exp: Likewise.
6786 * lib/future.exp: Likewise.
6787 * lib/gdb.exp: Likewise.
6788 * gdb.base/so-indr-cl.c: Remove.
6789 * gdb.base/so-indr-cl.exp: Likewise.
6790 * gdb.base/solib.c: Likewise.
6791 * gdb.base/solib.exp: Likewise.
6792 * gdb.base/solib2.c: Likewise.
6793
b6304613
SM
67942015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
6795
6796 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
6797 * gdb.base/call-ar-st.exp: Likewise.
6798 * gdb.base/callfuncs.exp: Likewise.
6799 * gdb.base/condbreak.exp: Likewise.
6800 * gdb.base/constvars.exp: Likewise.
6801 * gdb.base/hbreak2.exp: Likewise.
6802 * gdb.base/langs.exp: Likewise.
6803 * gdb.base/list.exp: Likewise.
6804 * gdb.base/long_long.exp: Likewise.
6805 * gdb.base/ptype.exp: Likewise.
6806 * gdb.base/scope.exp: Likewise.
6807 * gdb.base/signals.exp: Likewise.
6808 * gdb.base/so-impl-ld.exp: Likewise.
6809 * gdb.base/varargs.exp: Likewise.
6810 * gdb.base/volatile.exp: Likewise.
6811 * gdb.base/whatis.exp: Likewise.
6812 * gdb.cp/cplusfuncs.exp: Likewise.
6813 * gdb.cp/inherit.exp: Likewise.
6814 * gdb.cp/local.exp: Likewise.
6815 * gdb.cp/member-ptr.exp: Likewise.
6816 * gdb.cp/method.exp: Likewise.
6817 * gdb.cp/overload.exp: Likewise.
6818 * gdb.cp/templates.exp: Likewise.
6819 * gdb.stabs/weird.exp: Likewise.
6820 * lib/compiler.c: Likewise.
6821 * lib/compiler.cc: Likewise.
6822 * lib/cp-support.exp: Likewise.
6823 * lib/gdb.exp: Likewise.
6824
bf401b07
SM
68252015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
6826
6827 * configure.ac: Remove HP-UX case.
6828 * configure: Regenerate.
6829
aff9c0f8
SM
68302015-12-18 Simon Marchi <simon.marchi@ericsson.com>
6831
6832 * lib/gdb.exp (gdb_compile): Add function doc.
6833
a6904d5a
PA
68342015-12-17 Pedro Alves <palves@redhat.com>
6835
6836 PR threads/19354
6837 * gdb.multi/info-threads.exp: New file.
6838
a22279dd
YQ
68392015-12-15 Yao Qi <yao.qi@linaro.org>
6840
6841 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
6842 is aarch64*-*-*.
6843
0588c796
SL
68442015-12-14 Sandra Loosemore <sandra@codesourcery.com>
6845
6846 * gdb.base/history-duplicates.exp: Skip if no readline support.
6847
5d978e17
SL
68482015-12-14 Sandra Loosemore <sandra@codesourcery.com>
6849
6850 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
6851
7e763b86
SL
68522015-12-14 Sandra Loosemore <sandra@codesourcery.com>
6853
6854 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
6855
87a3a92c
SL
68562015-12-14 Sandra Loosemore <sandra@codesourcery.com>
6857
6858 * gdb.base/completion.exp: Skip tests that interrupt GDB with
6859 ctrl-C if nointerrupts target property is set.
6860 * gdb.base/double-prompt-target-event-error.exp: Likewise.
6861 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
6862 * gdb.base/paginate-bg-execution.exp: Likewise.
6863 * gdb.base/paginate-execution-startup.exp: Likewise.
6864 * gdb.base/random-signal.exp: Likewise.
6865 * gdb.base/range-stepping.exp: Likewise.
6866 * gdb.cp/annota2.exp: Likewise.
6867 * gdb.cp/annota3.exp: Likewise.
6868 * gdb.gdb/selftest.exp: Likewise.
6869 * gdb.threads/continue-pending-status.exp: Likewise.
6870 * gdb.threads/leader-exit.exp: Likewise.
6871 * gdb.threads/manythreads.exp: Likewise.
6872 * gdb.threads/pthreads.exp: Likewise.
6873 * gdb.threads/schedlock.exp: Likewise.
6874 * gdb.threads/sigthread.exp: Likewise.
6875
a8f077dc
DB
68762015-12-11 Don Breazeal <donb@codesourcery.com>
6877
6878 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
6879 remote.
6880 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
6881 * gdb.base/foll-exec.exp (main): Enable for target remote.
6882 * gdb.base/foll-fork.exp (main): Likewise.
6883 * gdb.base/foll-vfork.exp (main): Likewise.
6884 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
6885 (proc continue_to_exit_bp_loc): Use clean_restart.
6886 * gdb.base/pie-execl.exp (main): Disable for target remote.
6887 * gdb.base/watch-vfork.exp (main): Enable for target remote.
6888 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
6889 * gdb.threads/execl.exp (main): Likewise.
6890 * gdb.threads/fork-child-threads.exp (main): Likewise.
6891 * gdb.threads/fork-plus-threads.exp (main): Disable for target
6892 remote.
6893 * gdb.threads/fork-thread-pending.exp (main): Enable for target
6894 remote.
6895 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
6896 pid.tid style ptids, instead of just tid.
6897 * gdb.threads/thread-execl.exp (main): Enable for target remote.
6898 * gdb.threads/watchpoint-fork.exp (main): Likewise.
6899 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
6900 ptids, instead of just tid.
6901
3b2464a8
AB
69022015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
6903
6904 * gdb.base/list.exp (test_list_forward): Add end of file error
6905 test.
6906 (test_repeat_list_command): Add end of file error test.
6907 (test_list_backwards): Add beginning of file error test.
6908
a0def019
AB
69092015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
6910
6911 * gdb.base/list.exp (test_list_invalid_args): New function,
6912 defined, and called.
6913
5c000dff
AB
69142015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
6915
6916 * gdb.base/list.exp (test_list): Make test names unique.
6917
f1637ebe
YQ
69182015-12-11 Yao Qi <yao.qi@linaro.org>
6919
6920 * gdb.base/coremaker2.c: Remove.
6921
36d6fc0a
PA
69222015-12-10 Pedro Alves <palves@redhat.com>
6923
6924 * gdb.multi/base.exp: Remove stale "spaces" references.
6925
762f7747
PA
69262015-12-10 Pedro Alves <palves@redhat.com>
6927
6928 * gdb.multi/base.exp: Don't use nowarnings.
6929 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
6930 * gdb.multi/hangout.c: Include stdio.h.
6931 * gdb.multi/hello.c: Include stdlib.h.
6932 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
6933 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
6934 * gdb.multi/multi-arch.exp: Don't use nowarnings.
6935
28d2bfb9
AB
69362015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
6937
6938 * gdb.dwarf2/dw2-ranges-base.c: New file.
6939 * gdb.dwarf2/dw2-ranges-base.exp: New file.
6940 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
6941 support additional line table, and debug ranges generation.
6942 (Dwarf::ranges): New function, generate .debug_ranges.
6943 (Dwarf::lines): Support generating simple line table programs.
6944 (Dwarf::assemble): Initialise new namespace variables.
6945
5fc2beac
KB
69462015-12-09 Kevin Buettner <kevinb@redhat.com>
6947
6948 * gdb.base/async.exp (proc test_background): Add case for
6949 asynchronous execution not supported.
6950
1c35a88f
LM
69512015-12-09 Luis Machado <lgustavo@codesourcery.com>
6952
6953 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
6954 format and change test names to make them unique.
6955
b593e3d9
RK
69562015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
6957 Pedro Alves <pedro@redhat.com>
6958
6959 PR gdb/18702
6960 Add checking of floatformats setup on x86_64 hosts.
6961 * gdb.arch/i386-float.S (main): Load bigval and smallval.
6962 (smallval, bigval): New labels/constants.
6963 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
6964 float" after loading bigval and smallval.
6965
d72413e6
PMR
69662015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
6967
6968 * gdb.ada/fun_overload_menu.exp: New testcase.
6969 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
6970
ece66d65
JS
69712015-12-04 Josh Stone <jistone@redhat.com>
6972
6973 * gdb.base/catch-fork-static.exp: New.
6974
41d0efca
YQ
69752015-12-03 Yao Qi <yao.qi@linaro.org>
6976
6977 * gdb.base/sizeof.c: Don't include stdio.h and
6978 ../lib/unbuffer_output.c.
6979 (main): New variable 'size' and 'value'. Remove printf and
6980 gdb_unbuffer_output. Assign return value to size and value.
6981 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
6982 at the beginning.
6983 (check_sizeof): Check the result by printing variable 'size'.
6984 (check_valueof): Check the result by printing variable 'value'.
6985
99fd02d9
YQ
69862015-12-01 Yao Qi <yao.qi@linaro.org>
6987
6988 * gdb.base/disp-step-syscall.exp: Define syscall instruction
6989 for aarch64*-*-linux* target.
6990
f2faf941
PA
69912015-11-30 Pedro Alves <palves@redhat.com>
6992
6993 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
6994
04bf20c5
PA
69952015-11-30 Pedro Alves <palves@redhat.com>
6996
6997 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
6998 Handle non-stop mode vCont replies.
6999
09df4675
PA
70002015-11-30 Pedro Alves <palves@redhat.com>
7001
7002 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
7003 prepare_for_testing. Start gdb with "set non-stop on" appended to
7004 GDBFLAGS. Lax expected stop output.
7005
58b584af
YQ
70062015-11-27 Yao Qi <yao.qi@linaro.org>
7007
7008 * gdb.arch/arm-neon.exp: New.
7009 * gdb.arch/arm-neon.c: New.
7010
dfcb77a8
YQ
70112015-11-27 Yao Qi <yao.qi@linaro.org>
7012
7013 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
7014
88e8ec1b
YQ
70152015-11-27 Yao Qi <yao.qi@linaro.org>
7016
7017 * gdb.cp/annota2.exp: Allow multiple occurrences of the
7018 frames-invalid annotation.
7019
bfde72c2
YQ
70202015-11-27 Yao Qi <yao.qi@linaro.org>
7021
7022 * gdb.cp/annota2.exp: Use ${frames_invalid}.
7023
f6512a69
SM
70242015-11-26 Simon Marchi <simon.marchi@ericsson.com>
7025
7026 * gdb.threads/names.exp: New file.
7027 * gdb.threads/names.c: New file.
7028 * README: Mention gdb,no_thread_names.
7029
46a3515b
MM
70302015-11-26 Markus Metzger <markus.t.metzger@intel.com>
7031
7032 PR 19297
7033 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
7034 support" error.
7035
62147a22
PA
70362015-11-24 Pedro Alves <palves@redhat.com>
7037
7038 PR 17539
7039 * gdb.base/display.exp: Expect displays to be sorted in ascending
7040 order. Use multi_line.
7041 * gdb.base/solib-display.exp: Likewise.
7042
2f341b6e
PA
70432015-11-24 Pedro Alves <palves@redhat.com>
7044
7045 PR 17539
25d49b86
PA
7046 * gdb.base/display.exp: Expect displays to be sorted in ascending
7047 order. Use multi_line.
7048 * gdb.base/solib-display.exp: Likewise.
2f341b6e 7049
7e0aa6aa
PA
70502015-11-24 Pedro Alves <palves@redhat.com>
7051
7052 PR 17539
7053 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
7054 threads in ascending order.
7055 * gdb.base/foll-fork.exp: Likewise.
7056 * gdb.base/foll-vfork.exp: Likewise.
7057 * gdb.base/multi-forks.exp: Likewise.
7058 * gdb.mi/mi-nonstop.exp: Likewise.
7059 * gdb.mi/mi-nsintrall.exp: Likewise.
7060 * gdb.multi/base.exp: Likewise.
7061 * gdb.multi/multi-arch.exp: Likewise.
7062 * gdb.python/py-inferior.exp: Likewise.
7063 * gdb.threads/break-while-running.exp: Likewise.
7064 * gdb.threads/execl.exp: Likewise.
7065 * gdb.threads/gcore-thread.exp: Likewise.
7066 * gdb.threads/info-threads-cur-sal.exp: Likewise.
7067 * gdb.threads/kill.exp: Likewise.
7068 * gdb.threads/linux-dp.exp: Likewise.
7069 * gdb.threads/multiple-step-overs.exp: Likewise.
7070 * gdb.threads/next-bp-other-thread.exp: Likewise.
7071 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
7072 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
7073 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
7074 * gdb.threads/thread-find.exp: Likewise.
7075 * gdb.threads/tls.exp: Likewise.
7076 * lib/mi-support.exp (mi_reverse_list): Delete.
7077 (mi_check_thread_states): No longer reverse list.
7078
2cc57ad8
PA
70792015-11-24 Pedro Alves <palves@redhat.com>
7080
7081 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
7082 use lowercase.
7083
c93e8391
SM
70842015-11-23 Simon Marchi <simon.marchi@ericsson.com>
7085
7086 * gdb.trace/actions.c: Include trace-common.h.
7087 (main): Add a location for a fast tracepoint.
7088 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
7089 the normal tracepoints.
7090 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
7091
045ccf91
SM
70922015-11-23 Simon Marchi <simon.marchi@ericsson.com>
7093
7094 * save-trace.exp: Factor out code to these...
7095 (gdb_save_tracepoints): New.
7096 (gdb_load_tracepoints): New.
7097 (do_save_load_test): New.
7098
5506f9f6
KB
70992015-11-23 Kevin Buettner <kevinb@redhat.com>
7100
7101 * gdb.base/asmlabel.exp: New test.
7102 * gdb.base/asmlabel.c: New test case.
7103
16c3b12f
JB
71042015-11-23 Joel Brobecker <brobecker@adacore.com>
7105
7106 * gdb.base/wrong_frame_bt_full-main.c: New file.
7107 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
7108 * gdb.base/wrong_frame_bt_full.exp: New file.
7109
155bfbd3
JB
71102015-11-23 Joel Brobecker <brobecker@adacore.com>
7111
7112 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
7113
bb097445
JM
71142015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
7115
206853a0 7116 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
7117 pstate register when comparing registers values in
7118 sparc64-*-linux-gnu targets to avoid spurious differences.
7119
9c88ed8f
JM
71202015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
7121
206853a0 7122 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 7123
96161e25
SL
71242015-11-19 Sandra Loosemore <sandra@codesourcery.com>
7125
7126 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
7127 as type argument to gdb_compile.
7128 * gdb.base/nested-subp2.exp: Likewise.
7129 * gdb.base/nested-subp3.exp: Likewise.
7130
340c2830
DV
71312015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
7132
7133 * lib/dwarf.exp (_note): Fix left shift of negative value.
7134 * gdb.trace/trace-condition.exp: Likewise.
7135
c1862d0f
YQ
71362015-11-13 Yao Qi <yao.qi@linaro.org>
7137
7138 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
7139 comments about d10v.
7140 (test_scalar_returns): Likewise.
7141 * gdb.base/d10v.ld: Remove.
7142 * gdb.base/overlays.exp: Remove the target triplet checking for
7143 d10v-*-*.
7144 * gdb.base/structs.exp (test_struct_returns): Remove the
7145 comments about d10v.
7146 (test_struct_calls): Likewise.
7147
77ae9c19
YQ
71482015-11-13 Yao Qi <yao.qi@linaro.org>
7149
7150 * gdb.base/gnu_vector.exp: Check the return value by "p res".
7151 * gdb.base/gnu_vector.c: Don't include stdio.h.
7152 (main): Don't print res and call add_some_intvecs.
7153
430e004e
MK
71542015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
7155
7156 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
7157 macro.
7158 (func5): Removed.
7159 (func4): Use FAST_TRACEPOINT_LABEL.
7160 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
7161 macro.
7162 (func): Removed.
7163 (thread_function): Use FAST_TRACEPOINT_LABEL.
7164 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
7165 (func): Remove.
7166 (marker): Use FAST_TRACEPOINT_LABEL.
7167 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
7168 (pendfunc1): Remove.
7169 (pendfunc): Use FAST_TRACEPOINT_LABEL.
7170 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
7171 (foo): Remove.
7172 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
7173 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
7174 macro.
7175 (func): Remove.
7176 (marker): Use FAST_TRACEPOINT_LABEL.
7177 * gdb.trace/trace-common.h: New header.
7178 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
7179 macro.
7180 (func): Remove.
7181 (marker): Use FAST_TRACEPOINT_LABEL.
7182 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
7183 (func): Remove.
7184 (thread_function): Use FAST_TRACEPOINT_LABEL.
7185
6e7675a7
MK
71862015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
7187
7188 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
7189 in front.
7190 * gdb.trace/change-loc.exp: Use global pcreg definition.
7191 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
7192 * gdb.trace/entry-values.exp: Use global spreg definition, add $
7193 in front.
7194 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
7195 * gdb.trace/pending.exp: Likewise.
7196 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
7197 * gdb.trace/trace-break.exp: Likewise.
7198 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
7199 in front.
7200 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
7201 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
7202 in front.
7203 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
7204
dddc0e16
JB
72052015-11-09 Joel Brobecker <brobecker@adacore.com>
7206
7207 * gdb.ada/fin_fun_out: New testcase.
7208
c6f0b406
KB
72092015-11-07 Kevin Buettner <kevinb@redhat.com>
7210
7211 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
7212 value associated with DW_AT_byte_size.
7213 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
7214 constants for DW_AT_byte_size, DW_AT_lower_bound, and
7215 DW_AT_upper_bound.
7216
f01dcfd9
KB
72172015-11-07 Kevin Buettner <kevinb@redhat.com>
7218
7219 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
7220 (gdb_target_symbol_prefix_flags): Define in terms of _asm
7221 version.
7222 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
7223 gdb.dwarf2/dw2-canonicalize-type.exp,
7224 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
7225 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
7226 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
7227 provided by gdb_target_symbol_prefix_flags_asm.
7228 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
7229 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
7230 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
7231 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
7232 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
7233 macros where needed). Use this macro for symbols which require
7234 the prefix provided by SYMBOL_PREFIX.
7235
2223449a
KB
72362015-11-05 Kevin Buettner <kevinb@redhat.com>
7237
7238 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
7239 New procs.
7240 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
7241 representing expressions, of more than one list element.
7242 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
7243 to prepend linker symbol prefix to f.
7244 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
7245 table_1 and table_2.
7246 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
7247 Likewise, for f and g.
7248 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
7249 for ptr.
7250 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
7251 for main.
7252 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
7253 table_1_ptr and table_2_ptr.
7254
6f2f1a3a
JK
72552015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7256 Joel Brobecker <brobecker@adacore.com>
7257
7258 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
7259
566c56c9
MK
72602015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
7261
7262 * gdb.reverse/s390-mvcle.c: New test.
7263 * gdb.reverse/s390-mvcle.exp: New file.
7264 * lib/gdb.exp: Enable reverse tests on s390*-linux.
7265
d5f0636b
MK
72662015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
7267
7268 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
7269
7ad8b86c
MK
72702015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
7271
7272 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
7273 reaching marker2.
7274 * gdb.reverse/getresuid-reverse.exp: Likewise.
7275 * gdb.reverse/pipe-reverse.exp: Likewise.
7276 * gdb.reverse/readv-reverse.exp: Likewise.
7277 * gdb.reverse/recvmsg-reverse.exp: Likewise.
7278 * gdb.reverse/time-reverse.exp: Likewise.
7279 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
7280
4081c0f1
YQ
72812015-10-30 Yao Qi <yao.qi@linaro.org>
7282
7283 * gdb.threads/wp-replication.c (watch_count_done): Remove.
7284 (empty_cycle): Remove.
7285 (main): Don't call empty_cycle. Don't use watch_count_done.
7286 * gdb.threads/wp-replication.exp: Don't set breakpoint on
7287 empty_cycle. Rewrite the code counting HW watchpoints.
7288
452b4ba5
MK
72892015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
7290
7291 * gdb.reverse/fstatat-reverse.c: New test.
7292 * gdb.reverse/fstatat-reverse.exp: New file.
7293 * gdb.reverse/getresuid-reverse.c: New test.
7294 * gdb.reverse/getresuid-reverse.exp: New file.
7295 * gdb.reverse/pipe-reverse.c: New test.
7296 * gdb.reverse/pipe-reverse.exp: New file.
7297 * gdb.reverse/readv-reverse.c: New test.
7298 * gdb.reverse/readv-reverse.exp: New file.
7299 * gdb.reverse/recvmsg-reverse.c: New test.
7300 * gdb.reverse/recvmsg-reverse.exp: New file.
7301 * gdb.reverse/time-reverse.c: New test.
7302 * gdb.reverse/time-reverse.exp: New file.
7303 * gdb.reverse/waitpid-reverse.c: New test.
7304 * gdb.reverse/waitpid-reverse.exp: New file.
7305
5e2e7507
JK
73062015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7307
7308 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
7309
0fde2c53
DE
73102015-10-26 Doug Evans <dje@google.com>
7311
7312 PR symtab/17391
7313 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
7314 * gdb.dwarf2/bad-regnum.c: New file.
7315 * gdb.dwarf2/bad-regnum.exp: New file.
7316
1a70ae97
DE
73172015-10-26 Doug Evans <dje@google.com>
7318
7319 PR python/18938
7320 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
7321 file.
7322
27dc26ab
JK
73232015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7324
7325 * gdb.compile/compile.exp (compile code globalvar): Update expectation
7326 for a change by "Mention language in compile error message".
7327
bed91f4d
SM
73282015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
7329
7330 PR python/18073
7331 * gdb.python/py-type.c (C::a_method): New.
7332 (C::a_const_method): New.
7333 (C::a_static_method): New.
7334 (a_function): New.
7335 * gdb.python/py-type.exp (test_fields): Test getting fields
7336 from function and method.
7337
3f2f83dd
KB
73382015-10-21 Keven Boell <keven.boell@intel.com>
7339
7340 * gdb.fortran/vla-alloc-assoc.exp: New file.
7341 * gdb.fortran/vla-datatypes.exp: New file.
7342 * gdb.fortran/vla-datatypes.f90: New file.
7343 * gdb.fortran/vla-history.exp: New file.
7344 * gdb.fortran/vla-ptype-sub.exp: New file.
7345 * gdb.fortran/vla-ptype.exp: New file.
7346 * gdb.fortran/vla-sizeof.exp: New file.
7347 * gdb.fortran/vla-sub.f90: New file.
7348 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
7349 * gdb.fortran/vla-value-sub-finish.exp: New file.
7350 * gdb.fortran/vla-value-sub.exp: New file.
7351 * gdb.fortran/vla-value.exp: New file.
7352 * gdb.fortran/vla-ptr-info.exp: New file.
7353 * gdb.mi/mi-vla-fortran.exp: New file.
7354 * gdb.mi/vla.f90: New file.
7355
27145d50
SL
73562015-10-21 Sandra Loosemore <sandra@codesourcery.com>
7357
7358 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
7359 of hardwired timeout value.
7360
5f3ff4f8
JK
73612015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7362 Pedro Alves <palves@redhat.com>
7363
7364 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
7365 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
7366
bfd09d20
JS
73672015-10-19 Josh Stone <jistone@redhat.com>
7368
7369 * gdb.base/catch-syscall.c: Include <sched.h>.
7370 (unknown_syscall): New variable.
7371 (main): Trigger a vfork and an unknown syscall.
7372 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
7373 (unknown_syscall_number): Likewise.
7374 (check_call_to_syscall): Accept an optional syscall pattern.
7375 (check_return_from_syscall): Likewise.
7376 (check_continue): Likewise.
7377 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
7378 (test_catch_syscall_skipping_return): New test toggling off 'catch
7379 syscall' to step over the syscall return, then toggling back on.
7380 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
7381 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
7382 (do_syscall_tests): Call test_catch_syscall_without_args and
7383 test_catch_syscall_mid_vfork.
7384 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
7385 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
7386
b32b93c6
AS
73872015-10-19 Andrew Stubbs <ams@codesourcery.com>
7388
7389 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
7390 print g_vE): Add new pass patterns.
7391 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
7392 print various symbol names for vptr fields.
7393
9d622bda
AB
73942015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
7395
7396 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
7397 results.
7398
0fd8ac1c
YQ
73992015-10-12 Yao Qi <yao.qi@linaro.org>
7400
7401 * gdb.arch/disp-step-insn-reloc.exp: New test case.
7402
34240514
YQ
74032015-10-12 Yao Qi <yao.qi@linaro.org>
7404
7405 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
7406 is aarch64*-*-linux*.
7407
8240f442
YQ
74082015-10-12 Yao Qi <yao.qi@linaro.org>
7409
7410 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
7411 (can_relocate_bcond_true): ... it.
7412 (can_relocate_bcond_false): New function.
7413 (foo): Likewise.
7414 (can_relocate_bl): Likewise.
7415 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
7416 can_relocate_bl.
7417
2520f728
PMR
74182015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
7419
7420 * gdb.base/nested-addr.c: New file.
7421 * gdb.base/nested-addr.exp: New testcase.
7422
abcef95a
MM
74232015-10-09 Markus Metzger <markus.t.metzger@intel.com>
7424
7425 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
7426 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
7427 its output. Ignore the output of "record goto begin" and instead
7428 check that GDB is replaying.
7429
145e3ddb
PA
74302015-10-09 Pedro Alves <palves@redhat.com>
7431
7432 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
7433 (top level): Use it in the run with no args test.
7434
d5d8c4e1
IB
74352015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
7436
7437 * gdb.dlang/properties.exp: New file.
7438
06e635ef
SL
74392015-10-02 Sandra Loosemore <sandra@codesourcery.com>
7440
7441 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
7442 whether or not address 0x1000 is mapped on the target.
7443
e019fd1d
SM
74442015-09-30 Simon Marchi <simon.marchi@ericsson.com>
7445
7446 * gdb.python/py-type.exp: Do not run tests if binaries fail to
7447 build.
7448
77ba2a67
MM
74492015-09-30 Markus Metzger <markus.t.metzger@intel.com>
7450
7451 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
7452 instruction-history test.
7453
c60eb31f
DE
74542015-09-28 Doug Evans <dje@google.com>
7455
7456 * gdb.base/gcore.c (array_func): Add reference to static_array.
7457
9a3c8263
SM
74582015-09-25 Simon Marchi <simon.marchi@ericsson.com>
7459
7460 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
7461 source line.
7462
9720e656
SL
74632015-09-24 Sandra Loosemore <sandra@codesourcery.com>
7464
7465 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
7466 short or char as base type.
7467
938d3bf2
SL
74682015-09-23 Sandra Loosemore <sandra@codesourcery.com>
7469
7470 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
7471 to allow any size enum.
7472
e6c2c623
PMR
74732015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
7474
7475 * gdb.ada/array_ptr_renaming.exp: New testcase.
7476 * gdb.ada/array_ptr_renaming/foo.adb: New file.
7477 * gdb.ada/array_ptr_renaming/pack.ads: New file.
7478
06da0f77
PL
74792015-09-21 Pierre Langlois <pierre.langlois@arm.com>
7480
7481 * gdb.trace/ftrace-lock.c: New file.
7482 * gdb.trace/ftrace-lock.exp: New file.
7483
4f51c22a
PL
74842015-09-21 Pierre Langlois <pierre.langlois@arm.com>
7485
7486 * gdb.arch/insn-reloc.c: New file.
7487 * gdb.arch/ftrace-insn-reloc.exp: New file.
7488
7041adf4
PL
74892015-09-21 Pierre Langlois <pierre.langlois@arm.com>
7490
7491 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
7492 instruction.
7493 * gdb.trace/pendshr1.c (pendfunc): Likewise.
7494 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
7495 * gdb.trace/range-stepping.c: Likewise.
7496 * gdb.trace/trace-break.c: Likewise.
7497 * gdb.trace/trace-mt.c (thread_function): Likewise.
7498 * gdb.trace/ftrace.c (marker): Likewise.
7499 * gdb.trace/trace-condition.c (marker): Likewise.
7500 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
7501 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
7502 is_aarch64_target.
7503
015d2e7e
DE
75042015-09-18 Doug Evans <xdje42@gmail.com>
7505
7506 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
7507 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
7508
26b188a2
SL
75092015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7510
7511 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
7512 the breakpoint.
7513
79dc332b
SL
75142015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7515
7516 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
7517 the pending breakpoint. Remove timeout override for "Run till
7518 MI pending breakpoint on pendfunc3 on thread 2" test.
7519
f57929f2
SL
75202015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7521
7522 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
7523 filename pattern.
7524
3f469b17
SL
75252015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7526
7527 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
7528 in breakpoint filename pattern.
7529
515b89b3
SL
75302015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7531
7800dbe4
SL
7532 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
7533
75342015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7535
515b89b3
SL
7536 * gdb.linespec/explicit.exp: Check for readline support for
7537 tab-completion tests. Fix obvious typo.
7538
d2939ba2
MM
75392015-09-18 Markus Metzger <markus.t.metzger@intel.com>
7540
7541 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
7542 and replay.
7543
cbb55fa7
MM
75442015-09-18 Markus Metzger <markus.t.metzger@intel.com>
7545
7546 * gdb.btrace/non-stop.c: New.
7547 * gdb.btrace/non-stop.exp: New.
7548
43691ca1
PL
75492015-09-17 Pierre Langlois <pierre.langlois@arm.com>
7550 Yao Qi <yao.qi@linaro.org>
7551
7552 * gdb.trace/trace-condition.c: New file.
7553 * gdb.trace/trace-condition.exp: New file.
7554
d78908cf
WW
75552015-09-16 Wei-cheng Wang <cole945@gmail.com>
7556
7557 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
7558 for testing bytecode compilation.
7559
1ed415e2
PA
75602015-09-16 Pedro Alves <palves@redhat.com>
7561 Sandra Loosemore <sandra@codesourcery.com>
7562
7563 * gdb.threads/non-stop-fair-events.c (timeout): New global.
7564 (SECONDS): Redefine.
7565 (main): Call pthread_kill and alarm early.
7566 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
7567 support.
7568 (test): If the target can't hardware step and doesn't support
7569 displaced stepping, increase the timeout.
7570
d136eff5
PA
75712015-09-16 Pedro Alves <palves@redhat.com>
7572
7573 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
7574 (enable_debug): New procedures.
7575 (test): Use them. Bail out if waiting for threads fails.
7576 (top level): Bail out if a test fails.
7577
991f019c
YQ
75782015-09-16 Yao Qi <yao.qi@linaro.org>
7579
7580 * gdb.asm/asm-source.exp: Set asm-arch for
7581 aarch64*-*-* target.
7582 * gdb.asm/aarch64.inc: New file.
7583
bfca584f
PMR
75842015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
7585
7586 * gdb.ada/array_of_variable_length.exp: New testcase.
7587 * gdb.ada/array_of_variable_length/foo.adb: New file.
7588 * gdb.ada/array_of_variable_length/pck.adb: New file.
7589 * gdb.ada/array_of_variable_length/pck.ads: New file.
7590
b326e587
DE
75912015-09-15 Doug Evans <dje@google.com>
7592
7593 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
7594 of function static local variable.
7595
5382cfab
PW
75962015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7597
7598 * gdb.threads/tls-so_extern.exp: New test file.
7599 * gdb.threads/tls-so_extern.c: New test file.
7600 * gdb.threads/tls-so_extern_main.c: New test file.
7601
141c5cc4
JK
76022015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7603
7604 * gdb.opt/solib-intra-step-lib.c: New file.
7605 * gdb.opt/solib-intra-step-main.c: New file.
7606 * gdb.opt/solib-intra-step.exp: New file.
7607
d15dcecd
PA
76082015-09-15 Pedro Alves <palves@redhat.com>
7609
7610 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
7611 gdb_continue_to_breakpoint instead of gdb_test_multiple.
7612
4c2f2a79
PA
76132015-09-14 Pedro Alves <palves@redhat.com>
7614
7615 * gdb.base/hook-stop-continue.c: Delete.
7616 * gdb.base/hook-stop-continue.exp: Delete.
7617 * gdb.base/hook-stop-frame.c: Delete.
7618 * gdb.base/hook-stop-frame.exp: Delete.
7619 * gdb.base/hook-stop.c: New file.
7620 * gdb.base/hook-stop.exp: New file.
7621
919e6dbe
PMR
76222015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
7623
7624 * gdb.ada/access_to_packed_array.exp: New testcase.
7625 * gdb.ada/access_to_packed_array/foo.adb: New file.
7626 * gdb.ada/access_to_packed_array/pack.adb: New file.
7627 * gdb.ada/access_to_packed_array/pack.ads: New file.
7628
157280a4
MM
76292015-09-14 Markus Metzger <markus.t.metzger@intel.com>
7630
7631 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
7632 buffer size test.
7633
2fd33e94
DB
76342015-09-11 Don Breazeal <donb@codesourcery.com>
7635
7636 * gdb.base/foll-exec.c: Add copyright header. Fix
7637 formatting issues.
7638 * gdb.base/foll-exec.exp (zap_session): Delete proc.
7639 (do_exec_tests): Use clean_restart in place of zap_session,
7640 and for test initialization. Fix formatting issues. Use
7641 fail in place of perror.
7642 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
7643 an expect statement to match an expression with output from
7644 the program under debug.
7645 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
7646 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
7647 * gdb.threads/non-ldr-exc-2.exp: Likewise.
7648 * gdb.threads/non-ldr-exc-3.exp: Likewise.
7649 * gdb.threads/non-ldr-exc-4.exp: Likewise.
7650
e70b6e8e
DE
76512015-09-09 Doug Evans <dje@google.com>
7652
7653 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
7654
7a551a51
DE
76552015-09-09 Doug Evans <dje@google.com>
7656
7657 * gdb.base/pie-execl.exp: Fix result test of build_executable.
7658
4c666f84
DE
76592015-09-09 Doug Evans <dje@google.com>
7660
7661 * gdb.base/savedregs.exp: Fix typo.
7662
243a9253
PA
76632015-09-09 Pedro Alves <palves@redhat.com>
7664
7665 * gdb.mi/mi-cli.exp: Add CLI finish tests.
7666
c0fa8fbd
SL
76672015-09-08 Sandra Loosemore <sandra@codesourcery.com>
7668
7669 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
7670 command actually switches threads. Give up on remaining
7671 tests if target fails to stop at breakpoint.
7672
cd7c1778
PMR
76732015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
7674
7675 * gdb.ada/funcall_char.exp: New testcase.
7676 * gdb.ada/funcall_char/foo.adb: New file.
7677
dc5c8746
PMR
76782015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
7679
7680 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
7681 expected outputs. Add two testcases for completing ambiguous
7682 functions.
7683 * gdb.ada/complete/aux_pck.adb: New file.
7684 * gdb.ada/complete/aux_pck.ads: New file.
7685 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
7686 Ambiguous_Func functions.
7687 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
7688 * gdb.ada/complete/pck.adb: Likewise.
7689
4e83a1e7
UW
76902015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
7691
7692 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
7693 failures to run the test program under GDB.
7694
8ce74153
LM
76952015-08-26 Luis Machado <lgustavo@codesourcery.com>
7696
7697 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
7698 to C.
7699
e9756d52
PP
77002015-08-26 Patrick Palka <patrick@parcs.ath.cx>
7701
7702 * gdb.base/run-after-attach.exp: New test file.
7703 * gdb.base/run-after-attach.c: New test file.
7704
8d37573b
DB
77052015-08-26 Don Breazeal <donb@codesourcery.com>
7706
7707 * gdb.base/foll-exec-2.c: New test program.
7708 * gdb.base/foll-exec-2.exp: New test.
7709
63e43d3a
PMR
77102015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
7711
7712 * gdb.base/nested-subp1.exp: New file.
7713 * gdb.base/nested-subp1.c: New file.
7714 * gdb.base/nested-subp2.exp: New file.
7715 * gdb.base/nested-subp2.c: New file.
7716 * gdb.base/nested-subp3.exp: New file.
7717 * gdb.base/nested-subp3.c: New file.
7718
3d40fbb5
PA
77192015-08-24 Pedro Alves <palves@redhat.com>
7720
7721 * gdb.server/connect-without-multi-process.c: New file.
7722 * gdb.server/connect-without-multi-process.exp: New file.
7723
4422ac93
LM
77242015-08-24 Luis Machado <lgustavo@codesourcery.com>
7725
7726 * gdb.opt/inline-markers.c: Make z int.
7727
91dddb86
LM
77282015-08-24 Luis Machado <lgustavo@codesourcery.com>
7729
7730 * gdb.opt/inline-markers.c: Make z volatile.
7731
a48847ee
LM
77322015-08-24 Luis Machado <lgustavo@codesourcery.com>
7733
7734 * gdb.opt/inline-bt.c: New volatile global z.
7735 * gdb.opt/inline-cmds.c: Likewise.
7736 * gdb.opt/inline-locals.c: Likewise.
7737 * gdb.opt/inline-markers.c: New extern global z.
7738 (marker): Use z.
7739 (inline_fn): Likewise.
7740
0ebbc52b
PA
77412015-08-24 Pedro Alves <palves@redhat.com>
7742
7743 * config/m32r-stub.exp: Remove file.
7744 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
7745 * gdb.base/call-rt-st.exp: Likewise.
7746 * gdb.base/call-strs.exp: Likewise.
7747 * gdb.base/default.exp: Remove references to h8300-*-hms and
7748 *-*-udi*.
7749 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
7750
77c365df
AA
77512015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7752
7753 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
7754 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
7755 and "return" use KFAIL when GDB can not read/write the vector
7756 return value.
7757
4313b8c0
GB
77582015-08-21 Gary Benson <gbenson@redhat.com>
7759
7760 * gdb.trace/pending.exp: Cope with remote transfer warnings.
7761
0e433b32
PA
77622015-08-20 Pedro Alves <palves@redhat.com>
7763
7764 * gdb.server/solib-list.exp: No longer expect an interior stop in
7765 non-stop mode.
7766
221e1a37
PA
77672015-08-20 Pedro Alves <palves@redhat.com>
7768
7769 * gdb.server/connect-stopped-target.c: New file.
7770 * gdb.server/connect-stopped-target.exp: New file.
7771
40e3ad0e
PA
77722015-08-20 Pedro Alves <palves@redhat.com>
7773
7774 * gdb.dwarf2/comp-unit-lang.exp: New file.
7775 * gdb.dwarf2/comp-unit-lang.c: New file.
7776
af39b327
PMR
77772015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
7778
7779 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
7780 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
7781
7d45c7c3 77822015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 7783
7d45c7c3
KB
7784 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
7785 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
7786
4d6cceb4
DE
77872015-08-18 Doug Evans <dje@google.com>
7788 Adrian Sendroiu <adrian.sendroiu@freescale.com>
7789
7790 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
7791 skip_python_tests. New arg prompt_regexp.
7792 (skip_python_tests): New function.
7793 * lib/mi-support.exp (mi_skip_python_tests): New function.
7794 * gdb.python/py-mi-objfile-gdb.py: New file.
7795 * gdb.python/py-mi-objfile.c: New file.
7796 * gdb.python/py-mi-objfile.exp: New file.
7797
ad89c2aa
KS
77982015-08-17 Keith Seitz <keiths@redhat.com>
7799
7800 * gdb.linespec/explicit.exp: Move strace test from here ...
7801 * gdb.trace/strace.exp: ... to here.
7802
e3ae3c43
PP
78032015-08-15 Patrick Palka <patrick@parcs.ath.cx>
7804
7805 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
7806 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
7807
604b2636
DE
78082015-08-14 Doug Evans <xdje42@gmail.com>
7809
7810 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
7811 inferior before selecting a new file.
7812
6ff0ba5f
DE
78132015-08-14 Doug Evans <xdje42@gmail.com>
7814
7815 * gdb.mi/mi-disassemble.exp: Update.
7816 * gdb.base/disasm-optim.S: New file.
7817 * gdb.base/disasm-optim.c: New file.
7818 * gdb.base/disasm-optim.h: New file.
7819 * gdb.base/disasm-optim.exp: New file.
7820
9ca98f92
KS
78212015-08-14 Keith Seitz <keiths@redhat.com>
7822
7823 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
7824 "evaluated-by".
7825
52bbc560
JB
78262015-08-13 Joel Brobecker <brobecker@adacore.com>
7827
7828 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
7829
5d8c3ed3
PMR
78302015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
7831
7832 * gdb.ada/fun_renaming.exp: New testcase.
7833 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
7834 * gdb.ada/fun_renaming/pack.adb: New file.
7835 * gdb.ada/fun_renaming/pack.ads: New file.
7836
ea8812bc
KS
78372015-08-12 Keith Seitz <keiths@redhat.com>
7838
7839 * gdb.base/dso2dso.exp: Pass basename of source file in call to
7840 gdb_get_line_number.
7841
4dafcdeb
JB
78422015-08-12 Joel Brobecker <brobecker@adacore.com>
7843
7844 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
7845 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
7846 gdb.base/dso2dso.exp: New files.
7847
5ba32597
SDJ
78482015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
7849 Pedro Alves <palves@redhat.com>
7850 Keith Seitz <keiths@redhat.com>
7851
7852 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
7853 GDBFLAGS.
7854
b6dafabf
PP
78552015-08-12 Patrick Palka <patrick@parcs.ath.cx>
7856
7857 * gdb.base/gdbhistsize-history.exp
7858 (test_histsize_history_setting): Use save_vars.
7859 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
7860 Use save_vars.
7861 (test_no_truncation_of_unlimited_history_file): Use save_vars.
7862 * gdb.base/readline.exp: Use save_vars.
7863
abe8e607
PP
78642015-08-12 Patrick Palka <patrick@parcs.ath.cx>
7865
7866 * lib/gdb.exp (save_vars): New proc.
7867
629500fa
KS
78682015-08-11 Keith Seitz <keiths@redhat.com>
7869
7870 * gdb.base/help.exp: Update help_breakpoint_text.
7871
eb8c4e2e
KS
78722015-08-11 Keith Seitz <keiths@redhat.com>
7873
7874 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
7875 (at toplevel): Call test_explicit_breakpoints.
7876 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
7877 breakpoints.
7878 * lib/mi-support.exp (mi_make_breakpoint): Add support for
7879 breakpoint conditions, "-cond".
7880
87f0e720
KS
78812015-08-11 Keith Seitz <keiths@redhat.com>
7882
7883 * gdb.linespec/3explicit.c: New file.
7884 * gdb.linespec/cpexplicit.cc: New file.
7885 * gdb.linespec/cpexplicit.exp: New file.
7886 * gdb.linespec/explicit.c: New file.
7887 * gdb.linespec/explicit.exp: New file.
7888 * gdb.linespec/explicit2.c: New file.
7889 * gdb.linespec/ls-errs.exp: Add explicit location tests.
7890 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
7891 before using in the matching pattern.
7892 Clarify that `prefix' is a regular expression.
7893
f00aae0f
KS
78942015-08-11 Keith Seitz <keiths@redhat.com>
7895
7896 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
7897 test.
7898 Add tests for missing ",FMT" and ",".
7899
e27852be
DE
79002015-08-10 Doug Evans <dje@google.com>
7901 Keith Seitz <keiths@redhat.com>
7902
7903 PR gdb/17960
7904 * gdb.base/completion.exp: Add location completer tests.
7905
7f03bd92
PA
79062015-08-07 Pedro Alves <palves@redhat.com>
7907
7908 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
7909 tests here.
7910 (top level): Run do_test with and without displaced stepping.
7911
3fc8eb30
PA
79122015-08-07 Pedro Alves <palves@redhat.com>
7913
7914 * gdb.base/valgrind-disp-step.c: New file.
7915 * gdb.base/valgrind-disp-step.exp: New file.
7916
d4569d7b
PA
79172015-08-07 Pedro Alves <palves@redhat.com>
7918
7919 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
7920 Delete function.
7921 (main): Add alarm. Run an infinite loop instead of calling
7922 wait_threads.
7923 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
7924 comment.
7925 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
7926 Delete function.
7927 (main): Add alarm. Run an infinite loop instead of calling
7928 wait_threads.
7929 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
7930 comment.
7931
e1316e60
PA
79322015-08-07 Pedro Alves <palves@redhat.com>
7933
7934 * gdb.base/checkpoint-ns.exp: New file.
7935 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
7936 standard_testfile.
7937
da8c46d2
MM
79382015-08-07 Markus Metzger <markus.t.metzger@intel.com>
7939
7940 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
7941 * gdb.btrace/instruction_history.exp: Update.
7942 * gdb.btrace/tsx.exp: New.
7943 * gdb.btrace/tsx.c: New.
7944
de1c2c52
PA
79452015-08-06 Pedro Alves <palves@redhat.com>
7946
7947 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
7948 increase timeout.
7949 * gdb.reverse/until-precsave.exp: Bump timeouts.
7950
782e0bf4
PA
79512015-08-06 Pedro Alves <palves@redhat.com>
7952
7953 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
7954
83e97ed0
PA
79552015-08-06 Pedro Alves <palves@redhat.com>
7956
7957 PR gdb/18749
7958 * gdb.threads/process-dies-while-handling-bp.c: New file.
7959 * gdb.threads/process-dies-while-handling-bp.exp: New file.
7960
863d01bd
PA
79612015-08-06 Pedro Alves <palves@redhat.com>
7962
7963 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
7964 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
7965
0a39bb32
PA
79662015-08-05 Pedro Alves <palves@redhat.com>
7967
7968 * gdb.threads/next-while-other-thread-longjmps.c: New file.
7969 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
7970
ee2d2b10
SL
79712015-08-03 Sandra Loosemore <sandra@codesourcery.com>
7972
7973 * gdb.base/bp-permanent.exp: Report test as unsupported if
7974 the target cannot stop at the permanent breakpoint.
7975
4e1bdb00
DE
79762015-08-03 Doug Evans <dje@google.com>
7977
7978 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
7979 10000.
7980
3d338901
DE
79812015-08-03 Doug Evans <dje@google.com>
7982
7983 * Makefile.in (workers/%.worker, build-perf): New rule.
7984 (GDB_PERFTEST_MODE): New variable.
7985 (check-perf): Use it.
7986 (clean): Clean up gdb.perf parallel build subdirs.
7987 * lib/build-piece.exp: New file.
7988 * lib/gdb.exp (make_gdb_parallel_path): New function
7989 (standard_output_file, standard_temp_file): Call it.
7990 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
7991 of $GDB_PARALLEL.
7992 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
7993
af061d3e
DE
79942015-08-03 Doug Evans <dje@google.com>
7995
8e1afc81 7996 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
7997 (LOG_FILE_NAME): New global.
7998 (TextReporter.__init__): Initialize self.txt_sum.
7999 (TextReporter.report): Add support for multiple data-points.
8000 Move report to perftest.sum, put raw data in perftest.log.
8001 (TextReporter.start): Open sum and log files.
8002 (TextReporter.end): Close sum and log files.
8e1afc81
DE
8003 * gdb.perf/lib/perftest/testresult.py
8004 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 8005
2c8c5d37
PA
80062015-07-31 Pedro Alves <palves@redhat.com>
8007
8008 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
8009 Use spawn_id_get_pid. Wait for spawn id after eof. Use
8010 kill_wait_spawned_process instead of explicit "kill -9".
8011 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
8012 returning a spawn id instead of a pid. Use spawn_id_get_pid and
8013 kill_wait_spawned_process.
8014 * gdb.base/attach-twice.exp: Likewise.
8015 * gdb.base/attach.exp: Likewise.
8016 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
8017 gdb_test_multiple.
8018 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
8019 returning a spawn id instead of a pid. Use spawn_id_get_pid and
8020 kill_wait_spawned_process.
8021 * gdb.base/valgrind-infcall.exp: Likewise.
8022 * gdb.multi/multi-attach.exp: Likewise.
8023 * gdb.python/py-prompt.exp: Likewise.
8024 * gdb.python/py-sync-interp.exp: Likewise.
8025 * gdb.server/ext-attach.exp: Likewise.
8026 * gdb.threads/attach-into-signal.exp (corefunc): Use
8027 spawn_wait_for_attach, spawn_id_get_pid and
8028 kill_wait_spawned_process.
8029 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
8030 spawn_wait_for_attach returning a spawn id instead of a pid. Use
8031 spawn_id_get_pid and kill_wait_spawned_process.
8032 * gdb.threads/attach-stopped.exp (corefunc): Use
8033 spawn_wait_for_attach, spawn_id_get_pid and
8034 kill_wait_spawned_process.
8035 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
8036 Use spawn_id_get_pid. Wait for spawn id after eof. Use
8037 kill_wait_spawned_process instead of explicit "kill -9".
8038 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
8039 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
8040 (spawn_wait_for_attach): Use spawn instead of exec to spawn
8041 processes. Don't map cygwin/windows pids here. Now returns a
8042 spawn id list.
8043
032a0fca
SL
80442015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8045
8046 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
8047 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
8048 correct patch.
8049
61a934ca
SL
80502015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8051
8052 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
8053
4bc4d428
SL
80542015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8055
8056 Reapply:
8057 2014-05-21 Mark Wielaard <mjw@redhat.com>
8058
8059 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
8060
998d452a
PA
80612015-07-30 Pedro Alves <palves@redhat.com>
8062
8063 * linux-low.c (handle_extended_wait): Set the child's last
8064 reported status to TARGET_WAITKIND_STOPPED.
8065
69dde7dc
PA
80662015-07-30 Pedro Alves <palves@redhat.com>
8067
8068 PR threads/18600
8069 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
8070 only shows inferior 1.
8071
4dd63d48
PA
80722015-07-30 Simon Marchi <simon.marchi@ericsson.com>
8073 Pedro Alves <palves@redhat.com>
8074
8075 PR threads/18600
8076 * gdb.threads/fork-plus-threads.c: New file.
8077 * gdb.threads/fork-plus-threads.exp: New file.
8078
d618e4c5
PP
80792015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8080
8081 * gdb.base/batch-preserve-term-settings.exp
8082 (test_terminal_settings_preserved_after_cli_exit): Use
8083 send_quit_command.
8084
1eef6428
PA
80852015-07-29 Pedro Alves <palves@redhat.com>
8086 Don Breazeal <donb@codesourcery.com>
8087
8088 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
8089 output from both inferior_spawn_id and gdb_spawn_id.
8090
7da5b897
SDJ
80912015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
8092
8093 * gdb.threads/attach-into-signal.exp (corefunc): Use
8094 with_test_prefix on nested loops, uniquefying the test messages.
8095
dac804df
SDJ
80962015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
8097
8098 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
8099 commit.
8100
06265e53
PP
81012015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8102
8103 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
8104 New proc.
8105 (test_terminal_settings_preserved_after_sigterm): New test.
8106
18206ca3
PP
81072015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8108
8109 * gdb.base/batch-preserve-term-settings.exp
8110 (test_terminal_settings_preserved_after_cli_exit): New test.
8111
90074d11
PP
81122015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8113
8114 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
8115 manipulation of saved_gdbflags.
8116 (test_terminal_settings_preserved): Remove global declaration of
8117 the unused variable pagination_prompt. Remove manipulation of
8118 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
8119 GDBFLAGS.
8120
eb1a7902
PA
81212015-07-29 Pedro Alves <palves@redhat.com>
8122
8123 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
8124
8b75dd3b
PA
81252015-07-29 Pedro Alves <palves@redhat.com>
8126
8127 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
8128 at the top.
8129
dedad4e3
PA
81302015-07-29 Pedro Alves <palves@redhat.com>
8131
8132 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
8133 (main): Call gdb_unbuffer_output.
8134 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
8135 (main): Call gdb_unbuffer_output.
8136 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
8137 (main): Call gdb_unbuffer_output.
8138 * gdb.base/call-strs.exp: Adjust to step over the
8139 gdb_unbuffer_output call.
8140 * gdb.base/catch-gdb-caused-signals.c: Include
8141 "../lib/unbuffer_output.c".
8142 (main): Call gdb_unbuffer_output.
8143 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
8144 (main): Call gdb_unbuffer_output.
8145 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
8146 (main): Call gdb_unbuffer_output.
8147 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
8148 (main): Call gdb_unbuffer_output.
8149 * gdb.base/shlib-call.exp: Adjust to step over the
8150 gdb_unbuffer_output call.
8151 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
8152 (main): Call gdb_unbuffer_output.
8153 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
8154 (main): Call gdb_unbuffer_output.
8155 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
8156 (main): Rename to ...
8157 (test): ... this.
8158 (main): Reimplement.
8159 * gdb.base/varargs.exp: Run to test instead of to main.
8160 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
8161 (main): Call gdb_unbuffer_output.
8162
58789a91
PA
81632015-07-29 Pedro Alves <palves@redhat.com>
8164
8165 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
8166 factore out from mi_continue_dprintf. For call-style dprintfs,
8167 expect dprintf output out of $inferior_spawn_id.
8168 (mi_continue_dprintf): Use mi_expect_dprintf.
8169 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
8170 (main): Call gdb_unbuffer_output.
8171
e8376742
PA
81722015-07-29 Pedro Alves <palves@redhat.com>
8173
8174 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
8175 (default_mi_gdb_start): Set inferior_spawn_id instead of
8176 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
8177 gdb_spawn_id.
8178 (mi_gdb_test): Always expect inferior output from both
8179 $inferior_spawn_id and $gdb_spawn_id.
8180
08280010
PA
81812015-07-29 Pedro Alves <palves@redhat.com>
8182
8183 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
8184 send_inferior and $inferior_spawn_id.
8185
4d30e432
PA
81862015-07-29 Pedro Alves <palves@redhat.com>
8187
8188 * gdb.gdb/complaints.exp (test_initial_complaints)
8189 (test_serial_complaints, test_short_complaints): Use
8190 gdb_test_stdio.
8191 (test_empty_complaint): Handle $inferior_spawn_id !=
8192 $gdb_spawn_id.
8193
0d30a335
PA
81942015-07-29 Pedro Alves <palves@redhat.com>
8195
8196 * gdb.base/varargs.exp: Use gdb_test_stdio.
8197
39413b29
PA
81982015-07-29 Pedro Alves <palves@redhat.com>
8199
8200 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
8201
7cb000a9
PA
82022015-07-29 Pedro Alves <palves@redhat.com>
8203
8204 * gdb.base/ending-run.exp: Use gdb_test_stdio.
8205
d7b8ac82
PA
82062015-07-29 Pedro Alves <palves@redhat.com>
8207
8208 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
8209 parameter into two new parameters, "inf_result" and "gdb_result".
8210 Expect inferior output and gdb output from $inferior_spawn_id and
8211 $gdb_spawn_id, respectively. Adjust all callers.
8212
789c3a0c
PA
82132015-07-29 Pedro Alves <palves@redhat.com>
8214
8215 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
8216 of gdb_test_sequence.
8217
77e760c3
PA
82182015-07-29 Pedro Alves <palves@redhat.com>
8219
8220 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
8221 (saw_spurious_output): Expect inferior output from
8222 $inferior_spawn_id. Use gdb_test_stdio.
8223
8396d2cd
PA
82242015-07-29 Pedro Alves <palves@redhat.com>
8225
8226 * gdb.base/dprintf.exp: Use standard_testfile. Change
8227 prepare_for_testing call.
8228 (srcfile): Don't set.
8229 (restart): New procedure.
8230 (test_dprintf): New procecure, use to continue over dprintfs.
8231 (test_call, test_agent): New procedures, tests moved here.
8232 Restart gdb and recreate dprintfs. Adjust expected output.
8233
2051d61f
PA
82342015-07-29 Pedro Alves <palves@redhat.com>
8235
8236 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
8237
452397af
PA
82382015-07-29 Pedro Alves <palves@redhat.com>
8239
8240 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
8241
8aed9555
PA
82422015-07-29 Pedro Alves <palves@redhat.com>
8243
8244 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
8245 gdb_test_stdio.
8246
188a61b4
PA
82472015-07-29 Pedro Alves <palves@redhat.com>
8248
8249 * lib/gdb.exp (gdb_test_stdio): New procedure.
8250
12264a45
PA
82512015-07-29 Pedro Alves <palves@redhat.com>
8252
8253 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
8254
23ffc893
PA
82552015-07-29 Pedro Alves <palves@redhat.com>
8256
8257 * gdb.base/call-signal-resume.exp: Remove check for
8258 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
8259 * gdb.base/unwindonsignal.exp: Likewise.
8260 * gdb.base/call-signals.c (gen_signal): Remove printf call.
8261 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
8262
65566918
PA
82632015-07-29 Pedro Alves <palves@redhat.com>
8264
8265 * gdb.base/siginfo-addr.c (pass): New function.
8266 (handler): Call it iff si_addr is correct.
8267 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
8268 Set a breakpoint at "pass" and continue to it.
8269
d60a9221
SDJ
82702015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
8271
8272 * gdb.python/py-objfile.exp: Make some tests have unique names.
8273 * gdb.python/py-pp-registration.exp: Likewise.
8274
bde40b8f
PA
82752015-07-28 Pedro Alves <palves@redhat.com>
8276
8277 * gdb.server/server-exec-info.exp: Issue a "disconnect".
8278
13e1dec8
SM
82792015-07-27 Simon Marchi <simon.marchi@ericsson.com>
8280
8281 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
8282
da33c9a7
SM
82832015-07-27 Simon Marchi <simon.marchi@ericsson.com>
8284
8285 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
8286
077836f7
PP
82872015-07-27 Patrick Palka <patrick@parcs.ath.cx>
8288
8289 * gdb.base/gdb-sigterm-2.exp: New test.
8290
b8cc7b2e
DE
82912015-07-25 Doug Evans <xdje42@gmail.com>
8292
8293 Revert:
8294 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
8295 (workers/%.worker, build-perf): New rule.
8296 (GDB_PERFTEST_MODE): New variable.
8297 (check-perf): Use it.
8298 (clean): Clean up gdb.perf parallel build subdirs.
8299 * lib/build-piece.exp: New file.
8300 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
8301 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
8302 name.
8303 (standard_temp_file): Ditto.
8304 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8305 of $GDB_PARALLEL.
8306
c8bd4544
DE
83072015-07-24 Doug Evans <dje@google.com>
8308
8309 * gdb.perf/lib/perftest/utils.py: New file.
8310 * gdb.perf/gm-hello.cc: New file.
8311 * gdb.perf/gm-pervasive-typedef.cc: New file.
8312 * gdb.perf/gm-pervasive-typedef.h: New file.
8313 * gdb.perf/gm-std.cc: New file.
8314 * gdb.perf/gm-std.h: New file.
8315 * gdb.perf/gm-use-cerr.cc: New file.
8316 * gdb.perf/gm-utils.h: New file.
8317 * gdb.perf/gmonster-null-lookup.py: New file.
8318 * gdb.perf/gmonster-pervasive-typedef.py: New file.
8319 * gdb.perf/gmonster-print-cerr.py: New file.
8320 * gdb.perf/gmonster-ptype-string.py: New file.
8321 * gdb.perf/gmonster-runto-main.py: New file.
8322 * gdb.perf/gmonster-select-file.py: New file.
8323 * gdb.perf/gmonster1-null-lookup.exp: New file.
8324 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
8325 * gdb.perf/gmonster1-print-cerr.exp: New file.
8326 * gdb.perf/gmonster1-ptype-string.exp: New file.
8327 * gdb.perf/gmonster1-runto-main.exp: New file.
8328 * gdb.perf/gmonster1-select-file.exp: New file.
8329 * gdb.perf/gmonster1.cc: New file.
8330 * gdb.perf/gmonster1.exp: New file.
8331 * gdb.perf/gmonster2-null-lookup.exp: New file.
8332 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
8333 * gdb.perf/gmonster2-print-cerr.exp: New file.
8334 * gdb.perf/gmonster2-ptype-string.exp: New file.
8335 * gdb.perf/gmonster2-runto-main.exp: New file.
8336 * gdb.perf/gmonster2-select-file.exp: New file.
8337 * gdb.perf/gmonster2.cc: New file.
8338 * gdb.perf/gmonster2.exp: New file.
8339
6eab34f3
DE
83402015-07-24 Doug Evans <dje@google.com>
8341
8342 * gdb.perf/README: New file.
8343 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
8344 * lib/gen-perf-test.exp: New file.
8345
63738bfd
DE
83462015-07-24 Doug Evans <dje@google.com>
8347
8348 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
8349 (PerfTest::startup): New function.
8350 (PerfTest::run): Return result of calling body.
8351 (PerfTest::assemble): Rewrite.
8352 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
8353 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
8354 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
8355 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
8356 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
8357
7b606f95
DE
83582015-07-24 Doug Evans <dje@google.com>
8359
8360 * lib/gdb.exp (clean_restart): Make executable optional.
8361
a97b16b8
DE
83622015-07-24 Doug Evans <dje@google.com>
8363
8364 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
8365 compiler_info references.
8366 * gdb.cp/temargs.exp: Ditto.
8367 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
8368 (get_compiler_info): Early exit if already computed. Set compiler_info
8369 to "unknown" if there was a problem.
8370 (test_compiler_info): Add function comment. Call get_compiler_info.
8371
35baa57f
DE
83722015-07-24 Doug Evans <dje@google.com>
8373
8374 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
8375 (workers/%.worker, build-perf): New rule.
8376 (GDB_PERFTEST_MODE): New variable.
8377 (check-perf): Use it.
8378 (clean): Clean up gdb.perf parallel build subdirs.
8379 * lib/build-piece.exp: New file.
8380 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
8381 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
8382 name.
8383 (standard_temp_file): Ditto.
8384 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8385 of $GDB_PARALLEL.
8386
6ebea266
DE
83872015-07-24 Doug Evans <dje@google.com>
8388
8389 * lib/future.exp (gdb_default_target_compile): New option
8390 "early_flags".
8391 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
8392 --as-needed.
8393
1e76a7e9
SDJ
83942015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
8395
8396 * gdb.base/catch-syscall.exp: Call gdb_exit before
8397 gdb_skip_xml_test.
8398
5068630a
PA
83992015-07-24 Pedro Alves <palves@redhat.com>
8400
8401 * gdb.python/py-events.exp: Accept output between the stop event
8402 and the prompt.
8403 * gdb.python/py-evsignal.exp: Likewise.
8404 * gdb.python/py-evthreads.exp: Likewise.
8405
77598427
PA
84062015-07-24 Pedro Alves <palves@redhat.com>
8407
8408 PR gdb/18717
8409 * gdb.threads/non-ldr-exit.c: New file.
8410 * gdb.threads/non-ldr-exit.exp: New file.
8411
11e6c98f
YQ
84122015-07-24 Yao Qi <yao.qi@linaro.org>
8413
8414 * gdb.server/ext-wrapper.exp: Test --wrapper option when
8415 restarting process.
8416
51aee833
YQ
84172015-07-24 Yao Qi <yao.qi@linaro.org>
8418
8419 * gdb.server/ext-restart.exp: New file.
8420
8cfe207c
YQ
84212015-07-24 Yao Qi <yao.qi@linaro.org>
8422
8423 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
8424 argument options.
8425 * gdb.server/ext-wrapper.exp: New file.
8426
cc12ce38
DE
84272015-07-23 Doug Evans <dje@google.com>
8428
8429 * gdb.dwarf2/dw2-dummy-cu.S: New file.
8430 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
8431
d0d84780
PMR
84322015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
8433
8434 * gdb.ada/var_arr_typedef.exp: New testcase.
8435 * gdb.ada/var_arr_typedef/pack.adb: New file.
8436 * gdb.ada/var_arr_typedef/pack.ads: New file.
8437 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
8438
8b558f79
JB
84392015-07-20 Joel Brobecker <brobecker@adacore.com>
8440
8441 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
8442
775a3298
JK
84432015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8444
8445 * gdb.arch/i386-biarch-core.exp: Replace istarget
8446 by "complete set gnutarget". Remove expectation for the "core-file"
8447 command.
8448
db1ff28b
JK
84492015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8450
8451 Revert the previous commit:
8452 Tests for validate symbol file using build-id.
8453
0a94970d
JK
84542015-07-15 Aleksandar Ristovski <aristovski@qnx.com
8455
8456 Tests for validate symbol file using build-id.
8457 * gdb.base/solib-mismatch-lib.c: New file.
8458 * gdb.base/solib-mismatch-libmod.c: New file.
8459 * gdb.base/solib-mismatch.c: New file.
8460 * gdb.base/solib-mismatch.exp: New file.
8461
03346981
SL
84622015-07-15 Sandra Loosemore <sandra@codesourcery.com>
8463
8464 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
8465 nios2-*-linux*.
8466 * gdb.base/sigbpt.exp (stepi_out): Likewise.
8467 * gdb.base/siginfo.exp: Likewise.
8468 * gdb.base/sigstep.exp (advance, advancei): Likewise.
8469
42422cc7
PL
84702015-07-15 Pierre Langlois <pierre.langlois@arm.com>
8471
8472 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
8473 Move it to ...
8474 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
8475 ... here.
8476 * gdb.trace/range-stepping.exp: Check that the target supports
8477 range stepping.
8478
cfa68bae
JK
84792015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8480
8481 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
8482
8ffdba26
PA
84832015-07-14 Pedro Alves <palves@redhat.com>
8484
8485 * gdb.base/killed-outside.exp: New file.
8486 * gdb.base/killed-outside.c: New file.
8487
218a5a11
JK
84882015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8489
8490 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
8491 (n at main): New.
8492 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
8493
e03ed3c6
AA
84942015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
8495
8496 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
8497 infcall tests instead of setting up for KFAIL.
8498
485668e5
MM
84992015-07-10 Markus Metzger <markus.t.metzger@intel.com>
8500
8501 * gdb.btrace/record_goto-step.exp: New.
8502
08464196
JK
85032015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8504
8505 PR compile/18484
8506 * gdb.compile/compile.c (struct struct_type): Add volatile to
8507 selffield's type.
8508 * gdb.compile/compile.exp
8509 (compile code struct_object.selffield = &struct_object): Skip further
8510 struct_object tests if this one xfails.
8511
bcf5c1d9
RC
85122015-07-08 Robert O'Callahan <robert@ocallahan.org>
8513
8514 PR exp/18617
8515 * gdb.trace/ax.exp: Add test.
8516
4931af25
YQ
85172015-07-07 Yao Qi <yao.qi@linaro.org>
8518
8519 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
8520 instead of istarget "aarch64*-*-*".
8521 * gdb.arch/aarch64-fp.exp: Likewise.
8522 * gdb.base/float.exp: Likewise.
8523 * gdb.reverse/aarch64.exp: Likewise.
8524 * lib/gdb.exp (is_aarch64_target): New proc.
8525
9fcf688e
YQ
85262015-07-07 Yao Qi <yao.qi@linaro.org>
8527
8528 * lib/gdb.exp (is_aarch32_target): New proc.
8529 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
8530 instead of "istarget "arm*-*-*"".
8531 * gdb.arch/arm-disp-step.exp: Likewise.
8532 * gdb.arch/thumb-bx-pc.exp: Likewise.
8533 * gdb.arch/thumb-prologue.exp: Likewise.
8534 * gdb.arch/thumb-singlestep.exp: Likewise.
8535 * gdb.base/disp-step-syscall.exp: Likewise.
8536 * gdb.base/float.exp: Likewise.
8537
fbd8d50d
YQ
85382015-07-07 Yao Qi <yao.qi@linaro.org>
8539
8540 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
8541 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
8542
71be1fdc
YQ
85432015-07-07 Yao Qi <yao.qi@linaro.org>
8544
8545 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
8546 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
8547 if it exists.
8548 * gdb.multi/multi-arch.exp: Likewise.
8549
3e221d36
SM
85502015-07-07 Simon Marchi <simon.marchi@ericsson.com>
8551
8552 * gdb.python/py-lazy-string.exp: Add missing parentheses to
8553 print.
8554
d441430b
YQ
85552015-07-07 Yao Qi <yao.qi@linaro.org>
8556
8557 * gdb.arch/thumb-singlestep.exp: Do one more single step.
8558
06f810bd
MG
85592015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
8560
8561 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
8562 '[' and ']' characters.
8563
5e61e7c0
IB
85642015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
8565
8566 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
8567
28bf096c
PA
85682015-06-29 Pedro Alves <palves@redhat.com>
8569
8570 PR threads/18127
8571 * gdb.threads/hand-call-new-thread.c: New file.
8572 * gdb.threads/hand-call-new-thread.c: New file.
8573
ee93cd5e
KS
85742015-06-26 Keith Seitz <keiths@redhat.com>
8575 Doug Evans <dje@google.com>
8576
8577 PR 16253
8578 * gdb.cp/var-tag-2.cc: New file.
8579 * gdb.cp/var-tag-3.cc: New file.
8580 * gdb.cp/var-tag-4.cc: New file.
8581 * gdb.cp/var-tag.cc: New file.
8582 * gdb.cp/var-tag.exp: New file.
8583
fc637f04
PP
85842015-06-26 Patrick Palka <patrick@parcs.ath.cx>
8585
8586 * gdb.base/history-duplicates.exp: New test.
8587
2e52ae68
PP
85882015-06-26 Patrick Palka <patrick@parcs.ath.cx>
8589
8590 * gdb.base/completion.exp: Test the completion of the "focus"
8591 command.
8592
6e22494e
JK
85932015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8594
8595 * gdb.arch/amd64-prologue-skip.S: New file.
8596 * gdb.arch/amd64-prologue-skip.exp: New file.
8597
bf7b9cd9
SM
85982015-06-25 Simon Marchi <simon.marchi@ericsson.com>
8599
8600 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
8601 is_address_zero_readable check.
8602
201e8dfd
PB
86032015-06-24 Peter Bergner <bergner@vnet.ibm.com>
8604
8605 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
8606 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
8607
5cd867b4
YQ
86082015-06-24 Yao Qi <yao.qi@linaro.org>
8609
8610 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
8611 linux targets.
8612
4d7be007
YQ
86132015-06-24 Yao Qi <yao.qi@linaro.org>
8614
8615 * lib/gdb.exp (supports_get_siginfo_type): New proc.
8616 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
8617 * gdb.base/siginfo-thread.exp: Likewise.
8618
07fcd301
YQ
86192015-06-22 Yao Qi <yao.qi@linaro.org>
8620
8621 * boards/remote-gdbserver-on-localhost.exp: Add comments.
8622
52042a00
YQ
86232015-06-22 Yao Qi <yao.qi@linaro.org>
8624
8625 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
8626 aarch64*-*-*.
8627 (skip_hw_watchpoint_tests): Likewise.
8628
74bd41ce
PP
86292015-06-18 Patrick Palka <patrick@parcs.ath.cx>
8630
8631 * gdb.base/gdbinit-history.exp: Test the interaction between
8632 setting GDBHISTSIZE and setting the history size via .gdbinit.
8633
bc460514
PP
86342015-06-17 Patrick Palka <patrick@parcs.ath.cx>
8635
8636 PR gdb/16999
8637 * gdb.base/gdbhistsize-history.exp: New test.
8638
b58c513b
PP
86392015-06-17 Patrick Palka <patrick@parcs.ath.cx>
8640
8641 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
8642 with GDBHISTSIZE.
8643 * gdb.base/readline.exp: Likewise.
8644
92046791
YQ
86452015-06-17 Yao Qi <yao.qi@linaro.org>
8646
8647 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
8648 line.
8649
2093d2d3
PP
86502015-06-17 Patrick Palka <patrick@parcs.ath.cx>
8651
8652 * gdb.base/gdbinit-history.exp: Add test case to check that
8653 an unlimited history file does not get truncated on exit.
8654
e6c693af
AA
86552015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8656
8657 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
8658 (VECTOR): New macro. Use it...
8659 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
8660 ...for these typedefs.
8661 (int8, char1, int1, double1): New typedefs.
8662 (struct just_int2, struct two_int2): New structures.
8663 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
8664 (add_structvecs, add_singlevecs): New functions.
8665 (main): Call add_some_intvecs twice.
8666 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
8667 the compile and exit upon failure. Try compiling for the "native"
8668 architecture. Test inferior function calls with vector arguments
8669 and vector return value handling with "finish" and "return".
8670
c74f7d1c
JT
86712015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
8672
8673 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
8674 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
8675 PE file.
8676 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
8677
98aa42ee
AT
86782015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
8679
8680 PR breakpoints/16465
8681 * gdb.mi/mi-dprintf-pending.c: New file.
8682 * gdb.mi/mi-dprintf-pending.exp: New test.
8683 * gdb.mi/mi-dprintf-pendshr.c: New file.
8684
7d73c23c 86852015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 8686 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
8687
8688 * gdb.arch/i386-mpx-map.c: New file.
8689 * gdb.arch/i386-mpx-map.exp: New File.
8690
86912015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
8692
8693 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
8694 * gdb.arch/i386-mpx.exp: Indentation fixed.
8695
86962015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
8697
8698 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
8699 function and improved indentation.
8700 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
8701 gdb_test_multiple. Added additional tests to skip the test.
8702
87032015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
8704
8705 * gdb.arch/i386-avx512.c: Change path in include file.
8706 * gdb.arch/i386-avx512.exp: Change include dir path
8707 compilation flag.
8708 * gdb.arch/i386-mpx.c: Change path in include file.
8709 * gdb.arch/i386-mpx.exp: Change include dir path compilation
8710 flag.
8711
d5eba19a
JK
87122015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8713
8714 * gdb.compile/compile-print.exp (compile print *vararray@3)
8715 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
8716
7f361056
JK
87172015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8718
8719 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
8720 (do not keep jit in memory): ... this.
8721 (expect 5): Change it to ...
8722 (expect no 5): ... this.
8723
3b462ec2
SM
87242015-06-02 Simon Marchi <simon.marchi@ericsson.com>
8725
8726 PR gdb/15564
8727 * gdb.mi/mi-detach.exp: New file.
8728
e0619de6
JK
87292015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8730
8731 PR symtab/18392
8732 * gdb.arch/amd64-tailcall-self.S: New file.
8733 * gdb.arch/amd64-tailcall-self.c: New file.
8734 * gdb.arch/amd64-tailcall-self.exp: New file.
8735
e970cb34
DB
87362015-05-28 Don Breazeal <donb@codesourcery.com>
8737
8738 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
8739 tests for remote targets by checking is_target_gdbserver.
8740
b2e2f908
DE
87412015-05-27 Doug Evans <dje@google.com>
8742
8743 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
8744 * gdb.dwarf2/opaque-type-lookup.c: New file.
8745 * gdb.dwarf2/opaque-type-lookup.exp: New file.
8746
82c7be31
DE
87472015-05-26 Doug Evans <dje@google.com>
8748
8749 * gdb.cp/iostream.cc: New file.
8750 * gdb.cp/iostream.exp: New file.
8751
b4f54984
DE
87522015-05-26 Doug Evans <dje@google.com>
8753
8754 * gdb.dwarf2/dw2-op-call.exp: Update.
8755 * gdb.dwarf2/dw4-sig-types.exp: Update.
8756 * gdb.dwarf2/implptr.exp: Update.
8757 * gdb.mi/mi-cmd-param-changed.exp: Update.
8758
4ea6efe9
DE
87592015-05-26 Doug Evans <dje@google.com>
8760
8761 * gdb.python/py-lazy-string.c: New file.
8762 * gdb.python/py-lazy-string.exp: New file.
8763 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
8764 (main): Update. Add estring3.
8765 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
8766 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
8767
f6bb7db3
YQ
87682015-05-26 Omair Javaid <omair.javaid@linaro.org>
8769 Yao Qi <yao.qi@linaro.org>
8770
8771 * gdb.reverse/aarch64.c: New.
8772 * gdb.reverse/aarch64.exp: New.
8773
a81bfbd0
OJ
87742015-05-26 Omair Javaid <omair.javaid@linaro.org>
8775
25d49b86
PA
8776 * lib/gdb.exp (supports_process_record): Return true for
8777 aarch64*-linux*.
a81bfbd0
OJ
8778 (supports_reverse): Likewise.
8779
158bf1b4
PP
87802015-05-22 Patrick Palka <patrick@parcs.ath.cx>
8781
8782 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
8783 Use with_test_prefix.
8784
a0145030
AB
87852015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
8786
8787 * gdb.base/completion.exp: Add test for completion of layout
8788 names.
8789
ebe3b578
AB
87902015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
8791
8792 * lib/gdb.exp (skip_tui_tests): New proc.
8793 * gdb.base/tui-layout.exp: Check skip_tui_tests.
8794
84204ed7
PA
87952015-05-19 Pedro Alves <palves@redhat.com>
8796
8797 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
8798 Save the whole env array instead of just HOME. Unset HISTSIZE in
8799 the environment while testing. Restore whole environment
8800 afterwards.
8801
37442ce1
DE
88022015-05-16 Doug Evans <xdje42@gmail.com>
8803
8804 * gdb.guile/scm-ports.c: New file.
8805 * gdb.guile/scm-ports.exp: Add memory port tests.
8806
36de76f9
JK
88072015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8808
8809 * gdb.compile/compile-print.c: New file.
8810 * gdb.compile/compile-print.exp: New file.
8811
3a9558c4
JK
88122015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8813
8814 * gdb.compile/compile-ops.exp: Cast param to void.
8815 * gdb.compile/compile.exp: Complete type for _gdb_expr.
8816 (compile code struct_object.selffield = &struct_object): Add xfail.
8817
aa715135
JG
88182015-05-15 Joel Brobecker <brobecker@adacore.com>
8819
8820 * gdb.ada/arr_enum_with_gap: New testcase.
8821
931e5bc3
JG
88222015-05-15 Joel Brobecker <brobecker@adacore.com>
8823
8824 * gdb.ada/byte_packed_arr: New testcase.
8825
9cd4d857
JB
88262015-05-15 Joel Brobecker <brobecker@adacore.com>
8827
8828 * gdb.ada/pckd_neg: New testcase.
8829
ebfd00d2
PP
88302015-05-13 Patrick Palka <patrick@parcs.ath.cx>
8831
8832 PR gdb/17820
8833 * gdb.base/gdbinit-history.exp: New test.
8834 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
8835 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
8836
4c082a81
SC
88372015-05-09 Siva Chandra Reddy <sivachandra@google.com>
8838
8839 * gdb.python/py-xmethods.cc: Enhance test case.
8840 * gdb.python/py-xmethods.exp: New tests.
8841 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
8842 function.
8843 (B_indexoper): Likewise.
8844 (global_dm_list) : Add new xmethod worker functions.
8845
f7797074
SDJ
88462015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
8847
8848 * gdb.base/coredump-filter.exp: Correctly unset
8849 "coredump_var_addr" array.
8850
a4674e4e
PA
88512015-05-08 Pedro Alves <palves@redhat.com>
8852
8853 * gdb.server/non-existing-program.exp: Unset spawn_id.
8854
df2eb078
SC
88552015-05-08 Siva Chandra Reddy <sivachandra@google.com>
8856
8857 PR python/18291
8858 * gdb.python/py-xmethods.exp: Add tests.
8859
422349a3
YQ
88602015-05-08 Yao Qi <yao.qi@linaro.org>
8861
8862 PR gdb/18208
8863 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
8864 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
8865 function set_coredump_filter, and remove remote_exec call.
8866 Remove argument ipid. Callers update.
8867 (top level): Don't get inferior's PID.
8868
63fc80ce
AA
88692015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
8870
8871 * gdb.base/watch_thread_num.exp: Skip test on targets without
8872 access watchpoints.
8873
80ad801e
PA
88742015-05-06 Pedro Alves <palves@redhat.com>
8875
8876 PR server/18081
8877 * gdb.server/non-existing-program.exp: New file.
8878
0fa7fe50
JB
88792015-05-05 Joel Brobecker <brobecker@adacore.com>
8880
8881 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
8882
3ea89b92
PMR
88832015-05-05 Joel Brobecker <brobecker@adacore.com>
8884
8885 * gdb.ada/out_of_line_in_inlined: New testcase.
8886
87b8eff0
JB
88872015-05-05 Joel Brobecker <brobecker@adacore.com>
8888
8889 * gdb.ada/var_rec_arr: New testcase.
8890
5fccc635
YQ
88912015-04-30 Yao Qi <yao.qi@linaro.org>
8892
8893 * gdb.base/break-idempotent.exp: If
8894 skip_hw_watchpoint_multi_tests returns true, skip the tests
8895 on "rwatch" and "awatch".
8896
42d38f42
YQ
88972015-04-30 Yao Qi <yao.qi@linaro.org>
8898
8899 * gdb.base/relativedebug.exp: Invoke gdb command
8900 "info sharedlibrary", and if libc.so doesn't have debug info,
8901 skip the test.
8902
2ce1cdbf
DE
89032015-04-29 Doug Evans <dje@google.com>
8904
8905 * gdb.python/py-xmethods.exp: Add ptype tests.
8906 * gdb.python/py-xmethods.py (E_method_char_worker): Add
8907 get_result_type method.
8908
f24a38c5
LM
89092015-04-29 Luis Machado <lgustavo@codesourcery.com>
8910
8911 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
8912 the target does not support hardware watchpoints.
8913
ecbf2b3c
LM
89142015-04-29 Luis Machado <lgustavo@codesourcery.com>
8915
8916 * gdb.base/break-always.exp: Abort testing if writing to memory
8917 causes an error.
8918
34f5f757
DE
89192015-04-28 Doug Evans <dje@google.com>
8920
8921 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
8922 * gdb.python/py-pp-registration.exp: ... here. New file.
8923 * gdb.python/py-pp-registration.c: New file.
8924 * gdb.python/py-pp-registration.py: New file.
8925
69b4374a
DE
89262015-04-28 Doug Evans <dje@google.com>
8927
8928 * gdb.python/py-bad-printers.c: New file.
8929 * gdb.python/py-bad-printers.py: New file.
8930 * gdb.python/py-bad-printers.exp: New file.
8931
59fb7612
SS
89322015-04-28 Sasha Smundak <asmundak@google.com>
8933
8934 * gdb.python/py-type.exp: New test.
8935
2631b16a
AW
89362015-04-28 Andy Wingo <wingo@igalia.com>
8937
8938 * gdb.python/py-parameter.exp:
8939 * gdb.guile/scm-parameter.exp: Escape the path that we are
8940 matching against, as it might contain characters that are special
8941 to regular expressions.
8942
460efde1
JB
89432015-04-27 Joel Brobecker <brobecker@adacore.com>
8944
8945 * gdb.ada/rec_comp: New testcase.
8946
2d369d8e
SDJ
89472015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
8948
8949 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
8950 before using it.
8951
cf75d6c3
AB
89522015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
8953
8954 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
8955 new tests for verilog output.
8956
8dbe7ca5
YQ
89572015-04-24 Yao Qi <yao.qi@linaro.org>
8958
8959 * boards/remote-gdbserver-on-localhost.exp: New file.
8960
4ef9fb2f
PA
89612015-04-23 Pedro Alves <palves@redhat.com>
8962
8963 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
8964 $inferior_spawn_id instead of $inferior_spawn_id directly. On
8965 "end of file", remove $inferior_spawn_id from the indirect list.
8966
0a803169
PA
89672015-04-23 Pedro Alves <palves@redhat.com>
8968
8969 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
8970
749ef8f8
PA
89712015-04-23 Pedro Alves <palves@redhat.com>
8972
8973 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
8974 on $any_spawn_id instead of only on $gdb_spawn_id.
8975
8aae4344
PM
89762015-04-21 Pierre Muller <muller@sourceware.org>
8977
8978 PR pascal/17815
8979 * lib/pascal.exp (gpc_compile): Add new option "class".
8980 (fpc_compile): Likewise.
8981 * gdb.pascal/case-insensitive-symbols.pas: New file.
8982 * gdb.pascal/case-insensitive-symbols.exp: New file.
8983
1586c8fb
GB
89842015-04-20 Gary Benson <gbenson@redhat.com>
8985
8986 * gdb.base/attach.exp: Fix three extended remote failures.
8987
1b6e6f5c
GB
89882015-04-17 Gary Benson <gbenson@redhat.com>
8989
8990 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
8991 the main executable over the remote protocol.
8992
e797481d
PA
89932015-04-16 Pedro Alves <palves@redhat.com>
8994
8995 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
8996 a new gdbserver if gdbserver_reconnect_p is set.
8997
1ca99c42
PA
89982015-04-16 Pedro Alves <palves@redhat.com>
8999
9000 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
9001 is set, don't exit gdbserver.
9002
af9fd6f8
AA
90032015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9004
9005 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
9006 appropriate .insn, such that an older assembler can be used.
9007 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
9008 the z/Architecture instruction set on 31-bit targets as well.
9009
04ff1e61
AA
90102015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9011
9012 * gdb.go/handcall.exp: Remove all logic related to the first
9013 breakpoint and rely on go_runto_main instead.
9014 * gdb.go/strings.exp: Likewise.
9015 * gdb.go/unsafe.exp: Likewise.
9016 * gdb.go/hello.exp: Likewise. Also rename the remaining
9017 breakpoint marker to "breakpoint 1".
9018 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
9019 * gdb.go/strings.go: Likewise.
9020 * gdb.go/unsafe.go: Likewise.
9021 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
9022 "set breakpoint 2 here" and rename the remaining breakpoint marker
9023 to "breakpoint 1".
9024
40d2f8d6
SM
90252015-04-15 Simon Marchi <simon.marchi@ericsson.com>
9026
9027 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
9028 if itertools.imap is not present.
9029 * gdb.python/py-objfile.exp: Add parentheses.
9030 * gdb.python/py-type.exp: Same.
9031 * gdb.python/py-unwind-maint.py: Same.
9032
8cbc97c6
YQ
90332015-04-15 Yao Qi <yao.qi@linaro.org>
9034
9035 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
9036 of ":$ptr_size" and set its form explicitly.
9037
45fd756c
YQ
90382015-04-15 Pedro Alves <palves@redhat.com>
9039 Yao Qi <yao.qi@linaro.org>
9040
9041 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
9042 timeout by factor of 4.
9043 (test_regular_watch): Likewise.
9044 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
9045 * gdb.reverse/sigall-reverse.exp: Likewise.
9046 * gdb.reverse/until-precsave.exp: Likewise.
9047 * lib/gdb.exp (with_timeout_factor): New proc.
9048 (gdb_expect): Move some code to ...
9049 (get_largest_timeout): ... here. New procedure.
9050
9e811bc3
LM
90512015-04-14 Luis Machado <lgustavo@codesourcery.com>
9052
9053 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
9054
0ff6fcb2
LM
90552015-04-13 Luis Machado <lgustavo@codesourcery.com>
9056
9057 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
9058 to write to the .text section.
9059
7578d5f7
LM
90602015-04-13 Luis Machado <lgustavo@codesourcery.com>
9061
9062 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
9063 Handle the case of targets that do not provide PID information.
9064
2efe15c4
YQ
90652015-04-13 Yao Qi <yao.qi@linaro.org>
9066
9067 * lib/gdbserver-support.exp (gdb_exit): Catch exception
9068 and use expect instead of gdb_expect.
9069
8cd8f2f8
SDJ
90702015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
9071
9072 * gdb.base/coredump-filter.exp: Rename variable "addr" to
9073 "coredump_var_addr" to avoid naming conflict with other testcases.
9074
9ee41772
PA
90752015-04-10 Pedro Alves <palves@redhat.com>
9076
9077 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
9078 gdb_test_sequence and gdb_assert.
9079
07473109
PA
90802015-04-10 Pedro Alves <palves@redhat.com>
9081
9082 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
9083 test messages that don't include the breakpoint address.
9084
de3db44c
YQ
90852015-04-10 Yao Qi <yao.qi@linaro.org>
9086
9087 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
9088 false for some offset and width combinations which aren't
9089 supported by linux kernel.
9090
c79d856c
PA
90912015-04-10 Pedro Alves <palves@redhat.com>
9092
9093 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
9094 procedure, factored out from ...
9095 (top level): ... here. Add "set displaced-stepping" testing axis.
9096 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
9097 parameter "displaced". Use it.
9098 (top level): Use foreach and add "set displaced-stepping" testing
9099 axis.
9100
ebc90b50
PA
91012015-04-10 Pedro Alves <palves@redhat.com>
9102
9103 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
9104 Remove comment.
9105 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
9106 both the address of the instruction that triggers the watchpoint
9107 and the address of the instruction immediately after, and use
9108 those addresses for the test. Fix comment.
9109
8f572e5c
PA
91102015-04-10 Pedro Alves <palves@redhat.com>
9111
9112 * gdb.base/sigstep.exp (breakpoint_to_handler)
9113 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
9114 Test "backtrace" in handler.
9115 (breakpoint_over_handler): New parameter 'displaced'. Use it.
9116 (top level): Add new "displaced" test axis to
9117 breakpoint_to_handler, breakpoint_to_handler_entry and
9118 breakpoint_over_handler.
9119
8d707a12
PA
91202015-04-10 Pedro Alves <palves@redhat.com>
9121
9122 PR gdb/18216
9123 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
9124
ef713951
YQ
91252015-04-10 Yao Qi <yao.qi@linaro.org>
9126
9127 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
9128 (test_add_rn_pc): New function.
9129 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
9130 (top level): Invoke test_add_rn_pc.
9131
906d60cf
PA
91322015-04-10 Pedro Alves <palves@redhat.com>
9133
9134 PR gdb/13858
9135 * gdb.base/step-over-no-symbols.exp: New file.
9136
f2983cc3
AW
91372015-04-09 Andy Wingo <wingo@igalia.com>
9138
9139 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
9140 after the Python tests.
9141
6d62641c
SDJ
91422015-04-08 Keith Seitz <keiths@redhat.com>
9143
9144 PR python/16699
9145 * gdb.python/py-completion.exp: New tests for completion.
9146 * gdb.python/py-completion.py (CompleteLimit1): New class.
9147 (CompleteLimit2): Likewise.
9148 (CompleteLimit3): Likewise.
9149 (CompleteLimit4): Likewise.
9150 (CompleteLimit5): Likewise.
9151 (CompleteLimit6): Likewise.
9152 (CompleteLimit7): Likewise.
9153
f3770638
PA
91542015-04-08 Pedro Alves <palves@redhat.com>
9155
9156 PR gdb/18214
9157 PR gdb/18216
9158 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
9159 function.
9160 (main): Install it as SIGUSR1 handler.
9161 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
9162 parameter. Always use "setup" as prefix. Toggle "set
9163 displaced-stepping" off/on depending on global. Don't switch to
9164 thread 1 here.
9165 (top level): Add displaced stepping "off/on" test axis. Update
9166 "setup" calls. Wrap each subtest with with_test_prefix. Test
9167 continuing with a queued signal in each thread.
9168
4496bed7
PA
91692015-04-08 Pedro Alves <palves@redhat.com>
9170
9171 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
9172 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
9173 gdb_breakpoint instead of gdb_test that doesn't expect anything.
9174 Return early if running to main fails.
9175 * gdb.trace/while-stepping.exp: Likewise.
9176
b97fde92
PA
91772015-04-07 Pedro Alves <palves@redhat.com>
9178
9179 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
9180 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
9181 interact with inferior program.
9182
f71c18e7
PA
91832015-04-07 Pedro Alves <palves@redhat.com>
9184
9185 * lib/gdb.exp (inferior_spawn_id): New global.
9186 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
9187 spawn id after processing the user code.
9188 (default_gdb_start): Set inferior_spawn_id.
9189 (send_inferior): New procedure.
9190 * lib/gdbserver-support.exp (gdbserver_start): Set
9191 inferior_spawn_id.
9192 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
9193
6423214f
PA
91942015-04-07 Pedro Alves <palves@redhat.com>
9195
9196 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
9197 * lib/gdbserver-support.exp (gdbserver_start): Make
9198 $server_spawn_id global.
9199 (gdbserver_start): Don't wait for gdbserver's spawn id with
9200 expect_background.
9201 (close_gdbserver): New procedure.
9202 (gdb_exit): Rename the default version and reimplement.
9203
71c0ee8c
PA
92042015-04-07 Pedro Alves <palves@redhat.com>
9205
72f4393d 9206 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
9207 append the substituted item, not the original item.
9208
203bc29b
PA
92092015-04-07 Pedro Alves <palves@redhat.com>
9210
9211 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
9212 gdb_expect.
9213
508a3ddf
PA
92142015-04-07 Pedro Alves <palves@redhat.com>
9215
9216 * gdb.base/interrupt.exp: Don't handle the case of the inferior
9217 output appearing once only.
9218
9f6dbe2b
PA
92192015-04-07 Pedro Alves <palves@redhat.com>
9220
9221 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
9222 that doesn't expect anything. Return early if running to main
9223 fails.
9224
337532fa
YQ
92252015-04-07 Yao Qi <yao.qi@linaro.org>
9226
9227 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
9228 (child_function): Call alarm.
9229 (main): Move call to alarm into the loop.
9230 * gdb.threads/non-stop-fair-events.exp: Build program with
9231 -DTIMEOUT=$timeout.
9232
01b622d4
DE
92332015-04-06 Doug Evans <xdje42@gmail.com>
9234
9235 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
9236 Fix dest parameter to board_info.
9237 (fpc_compile): Ditto.
9238 (gdb_compile_pascal): Rename dest arg to destfile.
9239
961f4160
PMR
92402015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
9241
9242 * gdb.ada/funcall_ref.exp: New file.
9243 * gdb.ada/funcall_ref/foo.adb: New file.
9244
cafda597
YQ
92452015-04-02 Yao Qi <yao.qi@linaro.org>
9246
9247 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
9248 is remote.
9249
fed040c6
GB
92502015-04-02 Gary Benson <gbenson@redhat.com>
9251
9252 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
9253
d11916aa
SS
92542015-04-01 Sasha Smundak <asmundak@google.com>
9255
9256 * gdb.python/py-unwind-maint.c: New file.
9257 * gdb.python/py-unwind-maint.exp: New test.
9258 * gdb.python/py-unwind-maint.py: New file.
9259 * gdb.python/py-unwind.c: New file.
9260 * gdb.python/py-unwind.exp: New test.
9261 * gdb.python/py-unwind.py: New test.
9262
a1471180
PA
92632015-04-01 Pedro Alves <palves@redhat.com>
9264
9265 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
9266 to fail instead of non-existent $test.
9267
0bbeccb1
PA
92682015-04-01 Pedro Alves <palves@redhat.com>
9269
9270 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
9271 GDBFLAGS if not empty.
9272
3c724c8c
PMR
92732015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
9274
9275 * gdb.ada/complete.exp: Remove "multi_line".
9276 * gdb.ada/info_exc.exp: Remove "multi_line".
9277 * gdb.ada/packed_tagged.exp: Remove "multi_line".
9278 * gdb.ada/ptype_field.exp: Remove "multi_line".
9279 * gdb.ada/sym_print_name.exp: Remove "multi_line".
9280 * gdb.ada/tagged.exp: Remove "multi_line".
9281 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
9282 [multi_line ...]
9283 * gdb.btrace/delta.exp: Likewise.
9284 * gdb.btrace/exception.exp: Likewise.
9285 * gdb.btrace/function_call_history.exp: Likewise.
9286 * gdb.btrace/instruction_history.exp: Likewise.
9287 * gdb.btrace/nohist.exp: Likewise.
9288 * gdb.btrace/record_goto.exp: Likewise.
9289 * gdb.btrace/segv.exp: Likewise.
9290 * gdb.btrace/stepi.exp: Likewise.
9291 * gdb.btrace/tailcall.exp: Likewise.
9292 * gdb.btrace/unknown_functions.exp: Likewise.
9293 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
9294 * lib/gdb.exp: Add the "multi_line" helper.
9295
4eec2deb
PA
92962015-04-01 Pedro Alves <palves@redhat.com>
9297
9298 * gdb.threads/tid-reuse.c: New file.
9299 * gdb.threads/tid-reuse.exp: New file.
9300
df8411da
SDJ
93012015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
9302
9303 PR corefiles/16092
9304 * gdb.base/coredump-filter.c: New file.
9305 * gdb.base/coredump-filter.exp: Likewise.
9306
6ef37366
PM
93072015-03-27 Petr Machata <pmachata@redhat.com>
9308
9309 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
9310 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
9311 (Dwarf::assemble): Initialize them.
9312 (Dwarf::lines): New function.
9313
7ec911b0
JT
93142015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
9315
9316 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
9317 SYMBOL_PREFIX for x86_64-*-cygwin.
9318
ff908ebf
AW
93192015-03-26 Andy Wingo <wingo@igalia.com>
9320
9321 PR symtab/18148
9322 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
9323 const_value but not a location.
9324 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
9325 location defined in non-main CUs are visible.
9326
6d5f0679
YQ
93272015-03-26 Yao Qi <yao.qi@linaro.org>
9328
9329 PR testsuite/18139
9330 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
9331 Add a line number entry for the same line.
9332 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
9333 Add a line number entry for the same line.
9334
2898689b
YQ
93352015-03-26 Yao Qi <yao.qi@linaro.org>
9336
9337 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
9338 .int 0.
9339 (func): Likewise. Add .Lfunc_1 label.
9340 Use .Lfunc_1 label.
9341 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
9342 .int 0.
9343 (func): Likewise.
9344 Use .Lfunc_1 label.
9345
85180498
YQ
93462015-03-26 Yao Qi <yao.qi@linaro.org>
9347
9348 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
9349 Call gdb_compile instead to compile each .s files without debug
9350 information.
9351
8aa08a8d
YQ
93522015-03-26 Yao Qi <yao.qi@linaro.org>
9353
9354 * gdb.base/savedregs.exp (process_saved_regs): Make
9355 "Saved registers:" optional in the pattern.
9356
66849923
MM
93572015-03-25 Markus Metzger <markus.t.metzger@intel.com>
9358
9359 * gdb.btrace/next.exp: Merged into step.exp.
9360 * gdb.btrace/finish.exp: Merged into step.exp.
9361 * gdb.btrace/nexti.exp: Merged into stepi.exp.
9362 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
9363 "record goto" and checking the exact replay position.
9364 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
9365 check for "Recording format" in "info record" output.
9366 * gdb.btrace/record_goto.exp: Choose test file based on target.
9367 * gdb.btrace/x86-record_goto.S: Renamed into ...
9368 * gdb.btrace/x86_64-record_goto.S: ... this.
9369 * gdb.btrace/i686-record_goto.S: New.
9370 * gdb.btrace/x86-tailcall.S: Renamed into ...
9371 * gdb.btrace/x86_64-tailcall.S: ... this.
9372 * gdb.btrace/i686-tailcall.S: New.
9373 * gdb.btrace/x86-tailcall.c: Renamed into ...
9374 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
9375 separate statements. Update test.
9376 * gdb.btrace/delta.exp: Use record_goto.c as test file.
9377 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
9378 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
9379 * gdb.btrace/tailcall.exp: Choose test file based on target.
9380 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
9381
11cc1b74
MM
93822015-03-25 Markus Metzger <markus.t.metzger@intel.com>
9383
9384 * gdb.btrace/exception.exp: Increase BTS buffer size.
9385
a25d8bf9
PA
93862015-03-24 Pedro Alves <palves@redhat.com>
9387
9388 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
9389
856e7dd6
PA
93902015-03-24 Pedro Alves <palves@redhat.com>
9391
9392 * gdb.threads/schedlock.exp (test_step): No longer expect that
9393 "set scheduler-locking step" with "next" over a function call runs
9394 threads unlocked.
9395
ad235a41
AT
93962015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9397
9398 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
9399
15630549
AT
94002015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9401
9402 PR breakpoints/16466
9403 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
9404 * gdb.mi/mi-pending.c (thread_func): New function.
9405 (int main): Add threading support required.
9406 * gdb.mi/mi-pending.exp: Add tests for this issue.
9407 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
9408 (pendfunc2): Remove stdio dependency.
9409 * gdb.mi/mi-pendshr2.c: New file.
9410
693dca06
KS
94112015-03-23 Keith Seitz <keiths@redhat.com>
9412
9413 * gdb.linespec/keywords.c: New file.
9414 * gdb.linespec/keywords.exp: New file.
9415
7e993ebf
KS
94162015-03-23 Keith Seitz <keiths@redhat.com>
9417
9418 PR gdb/18021
9419 * gdb.dwarf2/staticvirtual.exp: New test.
9420
bc23328c
JK
94212015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9422
9423 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
9424 * README: Remove HP-UX and gdb.hp.
9425 (configuration):
9426 * configure: Regenerate.
9427 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
9428 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
9429 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
9430 gdb.hp/gdb.defects/Makefile.
9431 * gdb.hp/Makefile.in: File deleted.
9432 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
9433 * gdb.hp/gdb.aCC/optimize.c: File deleted.
9434 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
9435 * gdb.hp/gdb.aCC/run.c: File deleted.
9436 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
9437 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
9438 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
9439 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
9440 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
9441 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
9442 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
9443 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
9444 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
9445 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
9446 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
9447 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
9448 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
9449 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
9450 * gdb.hp/gdb.base-hp/reg.s: File deleted.
9451 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
9452 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
9453 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
9454 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
9455 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
9456 * gdb.hp/gdb.compat/Makefile.in: File deleted.
9457 * gdb.hp/gdb.compat/average.c: File deleted.
9458 * gdb.hp/gdb.compat/sum.c: File deleted.
9459 * gdb.hp/gdb.compat/xdb.c: File deleted.
9460 * gdb.hp/gdb.compat/xdb0.c: File deleted.
9461 * gdb.hp/gdb.compat/xdb0.h: File deleted.
9462 * gdb.hp/gdb.compat/xdb1.c: File deleted.
9463 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
9464 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
9465 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
9466 * gdb.hp/gdb.defects/Makefile.in: File deleted.
9467 * gdb.hp/gdb.defects/bs14602.c: File deleted.
9468 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
9469 * gdb.hp/gdb.defects/solib-d.c: File deleted.
9470 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
9471 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
9472 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
9473 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
9474 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
9475 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
9476 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
9477 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
9478 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
9479 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
9480 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
9481 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
9482 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
9483 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
9484 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
9485 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
9486 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
9487 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
9488 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
9489 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
9490 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
9491 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
9492 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
9493 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
9494 * gdb.hp/tools/odump: File deleted.
9495
8bf3b159
PA
94962015-03-19 Pedro Alves <palves@redhat.com>
9497
9498 * gdb.threads/continue-pending-status.exp (saw_thread_2)
9499 (saw_thread_3): New globals.
9500 (top level): Increment them when an event for the corresponding
9501 thread is seen.
9502 (no thread starvation): New test.
9503
eb54c8bf
PA
95042015-03-19 Pedro Alves <palves@redhat.com>
9505
9506 * gdb.threads/continue-pending-status.c: New file.
9507 * gdb.threads/continue-pending-status.exp: New file.
9508
32d2e5d6
PA
95092015-03-18 Pedro Alves <palves@redhat.com>
9510
9511 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9512 Use gdb_is_target_remote instead of is_remote. Use
9513 gdb_test_multiple instead of gdb_expect. Exit early if
9514 gdb_test_multiple hits its internal matches. Tighten stepi tests
9515 expected output. Fail on exit with any signal, instead of just
9516 SIGILL.
9517
f68f11b7
YQ
95182015-03-18 Yao Qi <yao.qi@linaro.org>
9519
9520 PR tdep/18107
9521 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
9522 variable.
9523 * gdb.base/catch-syscall.exp: Don't skip it on
9524 aarch64*-*-linux* target. Remove elements in all_syscalls.
9525 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
9526 target.
9527 (setup_all_syscalls): New proc.
9528
ca5fd19b
YQ
95292015-03-16 Yao Qi <yao.qi@linaro.org>
9530
9531 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
9532 (top level): Skip tests if valid_addr_p returns false for
9533 $cmd1 or $cmd2.
9534
85642ba0
AW
95352015-03-11 Andy Wingo <wingo@igalia.com>
9536
9537 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
9538
e03f9645
YQ
95392015-03-11 Yao Qi <yao.qi@linaro.org>
9540
9541 * gdb.base/catch-syscall.exp: Fix typo in comments.
9542
5d0962b2
YQ
95432015-03-11 Yao Qi <yao.qi@linaro.org>
9544
9545 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
9546
b2df3cef
PA
95472015-03-09 Pedro Alves <palves@redhat.com>
9548
9549 * dg-extract-results.py: Delete.
9550
ef878e53
PA
95512015-03-09 Pedro Alves <palves@redhat.com>
9552
9553 Merge dg-extract-results.sh from GCC upstream (r218843).
9554
9555 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
9556 * dg-extract-results.sh: Use --text with grep to avoid issues with
9557 binary files. Fall back to cat -v, if that doesn't work.
9558
9494d219
PA
95592015-03-05 Pedro Alves <palves@redhat.com>
9560
9561 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
9562
a8d9763a
SM
95632015-03-04 Simon Marchi <simon.marchi@ericsson.com>
9564
9565 * lib/mi-support.exp (mi_expect_interrupt): Accept
9566 alternative event for when in all-stop mode.
9567
be9957b8
PA
95682015-03-04 Pedro Alves <palves@redhat.com>
9569
9570 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
9571
d57be0f4 95722015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
9573
9574 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
9575
c214c7cf
AA
95762015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
9577
9578 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
9579 regexps for GDB's current line display, accept a hex address
9580 preceding the line number.
9581
6d74a497
AA
95822015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
9583
9584 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
9585 the 'arch1' variable for "s390*-linux*" targets.
9586
511aee7c
PA
95872015-03-04 Pedro Alves <palves@redhat.com>
9588
9589 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
9590 (main): Pass missing retval argument to pthread_join call.
9591
95e50b27
PA
95922015-03-02 Pedro Alves <palves@redhat.com>
9593
9594 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
9595 (top level): Call do_test with non-stop as well.
9596
28054d69
PA
95972015-03-02 Pedro Alves <palves@redhat.com>
9598
9599 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
9600 -1.
9601
4fa5d7b4
AA
96022015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
9603
9604 * gdb.arch/s390-vregs.exp: New test.
9605 * gdb.arch/s390-vregs.S: New file.
9606
97c18565
PA
96072015-02-27 Pedro Alves <palves@redhat.com>
9608
9609 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
9610 call to catch_command_errors.
9611 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
9612 catch_command_errors.
9613
a37bfa30
PA
96142015-02-27 Pedro Alves <palves@redhat.com>
9615
9616 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
9617 "true" for boolean result.
9618 * gdb.gdb/selftest.exp (test_with_self): Also accept full
9619 prototype of main.
9620
6f98576f
PA
96212015-02-27 Pedro Alves <palves@redhat.com>
9622
9623 * lib/unbuffer_output.c: New file.
9624 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
9625 (main): Call gdb_unbuffer_output.
9626
eba5ab56
YQ
96272015-02-27 Yao Qi <yao.qi@linaro.org>
9628
9629 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
9630 target.
9631
0def5aaa
DE
96322015-02-26 Doug Evans <dje@google.com>
9633
9634 * gdb.cp/class2.cc (Dbase, D): New classes.
9635 (main): New local delta.
9636 * gdb.cp/class2.exp: Test printing delta.
9637 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
9638 (dynbar): New global.
9639 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
9640
081a1c2c
JK
96412015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9642
9643 * gdb.compile/compile-ifunc.c: New file.
9644 * gdb.compile/compile-ifunc.exp: New file.
9645
2f41223f
AT
96462015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
9647
9648 * gdb.base/structs.exp: Check for correct struct on finish.
9649
03eddd80
YQ
96502015-02-26 Yao Qi <yao.qi@linaro.org>
9651
9652 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
9653 is zero.
9654
80c57053
JK
96552015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9656
9657 * gdb.arch/cordic.ko.bz2: New file.
9658 * gdb.arch/cordic.ko.debug.bz2: New file.
9659 * gdb.arch/ppc64-symtab-cordic.exp: New file.
9660
21613c12
YQ
96612015-02-25 Yao Qi <yao.qi@linaro.org>
9662
9663 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
9664 aarch64*-*-* target.
9665
d8b901ed
PA
96662015-02-23 Pedro Alves <palves@redhat.com>
9667
9668 * lib/gdb.exp (delete_breakpoints): Rewrite using
9669 gdb_test_multiple.
9670
e5b85ead
PA
96712015-02-23 Pedro Alves <palves@redhat.com>
9672
9673 * gdb.base/info-os.c: Include stdlib.h.
9674
85c3a371
DE
96752015-02-22 Doug Evans <xdje42@gmail.com>
9676
9677 PR symtab/17855
9678 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
9679 is read after symbols have been re-read.
9680 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
9681 * gdb.ada/exec_changed/second.adb (Second): Ditto.
9682
96553a0c
DE
96832015-02-21 Doug Evans <dje@google.com>
9684
9685 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
9686
97a0c697
JK
96872015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9688
9689 PR corefiles/17808
9690 * gdb.arch/i386-biarch-core.core.bz2: New file.
9691 * gdb.arch/i386-biarch-core.exp: New file.
9692
a47cd6e9
PA
96932015-02-21 Pedro Alves <palves@redhat.com>
9694
9695 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
9696 runto_main fails.
9697
c5facdc4
PA
96982015-02-20 Pedro Alves <palves@redhat.com>
9699
9700 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
9701 info probes.
9702
2db9a427
PA
97032015-02-20 Pedro Alves <palves@redhat.com>
9704
9705 * gdb.threads/multi-create-ns-info-thr.exp: New file.
9706
60fb7e9e
PA
97072015-02-20 Pedro Alves <palves@redhat.com>
9708
9709 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
9710 clean_restart before gdb_target_supports_trace.
9711
5c5019c2
PA
97122015-02-20 Pedro Alves <palves@redhat.com>
9713
9714 PR threads/18006
9715 * gdb.threads/clone-thread_db.c: New file.
9716 * gdb.threads/clone-thread_db.exp: New file.
9717
c9587f88
AT
97182015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
9719
9720 PR breakpoints/16812
9721 * gdb.base/catch-gdb-caused-signals.c: New file.
9722 * gdb.base/catch-gdb-caused-signals.exp: New file.
9723
f6a88844
JM
97242015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
9725
9726 * configure: Regenerated.
9727 * configure.ac: Use GDB_AC_TRANSFORM.
9728 * aclocal.m4: sinclude ../transform.m4.
9729
497c491b
JM
97302015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
9731
9732 * lib/dtrace.exp: New file.
9733 * gdb.base/dtrace-probe.exp: Likewise.
9734 * gdb.base/dtrace-probe.d: Likewise.
9735 * gdb.base/dtrace-probe.c: Likewise.
9736 * lib/pdtrace.in: Likewise.
9737 * configure.ac: Output variables with the transformed names of
9738 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
9739 * configure: Regenerated.
9740
03e98035
JM
97412015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
9742
9743 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
9744 expected message when trying to access $_probe_* convenience
9745 variables while not on a probe.
9746
63cc30e9
JK
97472015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9748
9749 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
9750
0703599a
PA
97512015-02-11 Pedro Alves <pedro@codesourcery.com>
9752
9753 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
9754 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
9755
7e60a48e
DE
97562015-02-10 Doug Evans <xdje42@gmail.com>
9757
9758 * lib/gdb.exp (gdb_load): Always return a result.
9759
01b088bc
PA
97602015-02-10 Pedro Alves <palves@redhat.com>
9761
9762 * gdb.threads/signal-sigtrap.c: New file.
9763 * gdb.threads/signal-sigtrap.exp: New file.
9764
b05ec7a5
AT
97652015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
9766
9767 * gdb.trace/no-attach-trace.c: New file.
9768 * gdb.trace/no-attach-trace.exp: New file.
9769
a2c2acaf
MW
97702015-02-09 Mark Wielaard <mjw@redhat.com>
9771
9772 * gdb.dwarf2/atomic.c: New file.
9773 * gdb.dwarf2/atomic-type.exp: Likewise.
9774
31fd9caa
MM
97752015-02-09 Markus Metzger <markus.t.metzger@intel.com>
9776
9777 * gdb.btrace/buffer-size.exp: Update "info record" output.
9778 * gdb.btrace/delta.exp: Update "info record" output.
9779 * gdb.btrace/enable.exp: Update "info record" output.
9780 * gdb.btrace/finish.exp: Update "info record" output.
9781 * gdb.btrace/instruction_history.exp: Update "info record" output.
9782 * gdb.btrace/next.exp: Update "info record" output.
9783 * gdb.btrace/nexti.exp: Update "info record" output.
9784 * gdb.btrace/step.exp: Update "info record" output.
9785 * gdb.btrace/stepi.exp: Update "info record" output.
9786 * gdb.btrace/nohist.exp: Update "info record" output.
9787
d33501a5
MM
97882015-02-09 Markus Metzger <markus.t.metzger@intel.com>
9789
9790 * gdb.btrace/buffer-size: New.
9791
f4abbc16
MM
97922015-02-09 Markus Metzger <markus.t.metzger@intel.com>
9793
9794 * gdb.btrace/delta.exp: Update "info record" output.
9795 * gdb.btrace/enable.exp: Update "info record" output.
9796 * gdb.btrace/finish.exp: Update "info record" output.
9797 * gdb.btrace/instruction_history.exp: Update "info record" output.
9798 * gdb.btrace/next.exp: Update "info record" output.
9799 * gdb.btrace/nexti.exp: Update "info record" output.
9800 * gdb.btrace/step.exp: Update "info record" output.
9801 * gdb.btrace/stepi.exp: Update "info record" output.
9802 * gdb.btrace/nohist.exp: Update "info record" output.
9803
b9d61307
SM
98042015-02-06 Simon Marchi <simon.marchi@ericsson.com>
9805
9806 PR gdb/15678
9807 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
9808
e584fdbc
PA
98092015-02-06 Pedro Alves <palves@redhat.com>
9810
9811 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
9812 macro.
9813 (seconds_left, again): New globals.
9814 (main): Wait seconds_left in a 1-second sleep loop instead of
9815 sleeping 180 seconds. If 'again' is set, reset the seconds
9816 counter.
9817 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
9818 'again' in the inferior before detaching. Print the seconds left.
9819 (options): New global.
9820 (top level): Build program with -DTIMEOUT=$timeout.
9821
77f41761
PA
98222015-02-06 Pedro Alves <palves@redhat.com>
9823
9824 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
9825 determine how many seconds to pass to 'alarm'.
9826 * gdb.base/gdb-sigterm.exp (top level): Build program with
9827 -DTIMEOUT=$timeout.
9828 (do_test): Return success/failure indication. Add more verbose
9829 logging. Don't fail if 200 single steps are seen. Instead, fail
9830 when the test times out.
9831 (passes): New global.
9832 (top level): Break the testing loop if testing fails on any
9833 iteration. Use gdb_assert.
9834
b9394193
DB
98352015-02-04 Don Breazeal <donb@codesourcery.com>
9836
9837 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
9838 and initialize them.
9839 (ipc_cleanup): New function.
9840 (main): Don't declare shmid, semid, and msqid. Add a call to
9841 atexit so that we call ipc_cleanup on exit.
9842
42d9e528
PA
98432015-02-04 Pedro Alves <palves@redhat.com>
9844
9845 * boards/native-extended-gdbserver.exp: Remove any target variant
9846 specifications from the board name before clearing the isremote
9847 flag from board_info.
9848
ae6ae975
DE
98492015-01-31 Doug Evans <xdje42@gmail.com>
9850
9851 * gdb.base/maint.exp <maint print type argc>: Update expected output.
9852
cfb069a8
GB
98532015-01-31 Gary Benson <gbenson@redhat.com>
9854
9855 * gdb.base/completion.exp: Disable completion limiting for
9856 existing tests. Add new tests to check completion limiting.
9857 * gdb.linespec/ls-errs.exp: Disable completion limiting.
9858
5dd31d79
DE
98592015-01-31 Doug Evans <xdje42@gmail.com>
9860
9861 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
9862
9f050062
DE
98632015-01-31 Doug Evans <xdje42@gmail.com>
9864
9865 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
9866 entries. Duplicate file section script entries.
9867 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
9868 inlined entries. Add test for safe-path rejection.
9869 * gdb.python/py-section-script.c: Add duplicate inlined section script
9870 entries. Duplicate file section script entries.
9871 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
9872 inlined entries. Add test for safe-path rejection.
9873
df25ebbd
JB
98742015-01-29 Joel Brobecker <brobecker@adacore.com>
9875
9876 * gdb.ada/disc_arr_bound: New testcase.
9877
4a0ca9ec
JB
98782015-01-29 Joel Brobecker <brobecker@adacore.com>
9879
9880 * gdb.ada/mi_var_array: New testcase.
9881
3a8b707a
DE
98822015-01-27 Doug Evans <dje@google.com>
9883
9884 * gdb.python/py-objfile.exp: Add tests for objfile.username.
9885 Add test for objfile.filename, objfile.username after objfile
9886 has been unloaded.
9887
f8313f6e
JB
98882015-01-26 Joel Brobecker <brobecker@adacore.com>
9889
9890 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
9891 the second test to print the name attribute of value
9892 returned by the call to gdb.lookup_type, and adjust
9893 the expected output accordingly.
9894
37bc665e
MW
98952015-01-25 Mark Wielaard <mjw@redhat.com>
9896
9897 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
9898 * gdb.base/disp-step-fork.c: Include unistd.h.
9899 * gdb.base/siginfo-obj.c: Include stdio.h.
9900 * gdb.base/siginfo-thread.c: Likewise.
9901 * gdb.mi/non-stop.c: Include unistd.h.
9902 * gdb.mi/nsthrexec.c: Include stdio.h.
9903 * gdb.mi/pthreads.c: Include unistd.h.
9904 * gdb.modula2/unbounded1.c (main): Declare returns int.
9905 * gdb.reverse/consecutive-reverse.c: Likewise.
9906 * gdb.threads/create-fail.c: Include unistd.h.
9907 * gdb.threads/killed.c: Likewise.
9908 * gdb.threads/linux-dp.c: Likewise.
9909 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
9910 * gdb.threads/non-ldr-exc-2.c: Likewise.
9911 * gdb.threads/non-ldr-exc-3.c: Likewise.
9912 * gdb.threads/non-ldr-exc-4.c: Likewise.
9913 * gdb.threads/pthreads.c: Include unistd.h.
9914 (main): Declare returns int.
9915 * gdb.threads/tls-main.c (foo): New declaration.
9916 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
9917
f7e5394d
SM
99182015-01-23 Simon Marchi <simon.marchi@ericsson.com>
9919
9920 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
9921 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
9922
743649fd
MW
99232015-01-15 Mark Wielaard <mjw@redhat.com>
9924
9925 * gdb.base/noreturn-return.c: New file.
9926 * gdb.base/noreturn-return.exp: New file.
9927 * gdb.base/noreturn-finish.c: New file.
9928 * gdb.base/noreturn-finish.exp: New file.
9929
198297aa
PA
99302015-01-23 Pedro Alves <palves@redhat.com>
9931
9932 * gdb.threads/continue-pending-after-query.c: New file.
9933 * gdb.threads/continue-pending-after-query.exp: New file.
9934
717cf30c
AG
99352015-01-22 Anders Granlund <anders.granlund@ericsson.com>
9936 Simon Marchi <simon.marchi@ericsson.com>
9937
9938 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
9939 * gdb.base/valgrind-db-attach.exp: Same.
9940 * gdb.base/valgrind-infcall.exp: Same.
9941 * lib/mi-support.exp (default_mi_gdb_start): Same.
9942 * lib/prompt.exp (default_prompt_gdb_start): Same.
9943 * lib/gdb.exp (default_gdb_spawn): Same.
9944 (gdb_interact): New.
9945
9946
4b62a76e
JK
99472015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9948
9949 * gdb.compile/compile.exp (pointer to jit function): New test.
9950
b4cdae6f
WW
99512015-01-17 Wei-cheng Wang <cole945@gmail.com>
9952
9953 * lib/gdb.exp (supports_process_record): Return true for
9954 powerpc*-*-linux*.
9955 (supports_reverse): Likewise.
9956
d221e7ef
DB
99572015-01-15 Don Breazeal <donb@codesourcery.com>
9958
9959 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
9960 instead of checking whether the target board is remote and
9961 use spawn_wait_for_attach instead of exec/sleep.
9962 * gdb.base/attach-twice.exp: Likewise.
9963
bafffb51
JB
99642015-01-15 Joel Brobecker <brobecker@adacore.com>
9965
9966 * gdb.ada/var_arr_attrs: New testcase.
9967
5589af0e
PA
99682015-01-14 Pedro Alves <palves@redhat.com>
9969 Joel Brobecker <brobecker@adacore.com>
9970
9971 PR gdb/17525
9972 * gdb.base/bp-cmds-execution-x-script.c: New file.
9973 * gdb.base/bp-cmds-execution-x-script.exp: New file.
9974 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
9975
6c400b59
PA
99762015-01-14 Pedro Alves <palves@redhat.com>
9977
9978 PR cli/17828
9979 * gdb.base/batch-preserve-term-settings.c: New file.
9980 * gdb.base/batch-preserve-term-settings.exp: New file.
9981
e02c96a7
DE
99822015-01-13 Doug Evans <dje@google.com>
9983
9984 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
9985 binary.
9986
576fd14c
JB
99872015-01-13 Joel Brobecker <brobecker@adacore.com>
9988
9989 * Makefile.in (clean mostlyclean): Do not delete *.py.
9990
04dccad0
JB
99912015-01-13 Joel Brobecker <brobecker@adacore.com>
9992
9993 * gdb.python/py-lookup-type.exp: New file.
9994
3d230f71
PA
99952015-01-12 Pedro Alves <palves@redhat.com>
9996
9997 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
9998 restore GDBFLAGS before returning.
9999
7e67715d
JK
100002015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10001
10002 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
10003 is_amd64_regs_target and is_x86_like_target.
10004
f2e0d4b4
DE
100052015-01-11 Doug Evans <xdje42@gmail.com>
10006
10007 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
10008 is given without an explicit form.
10009 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
10010 attributes.
10011 * gdb.dwarf/corrupt.exp: Ditto.
10012 * gdb.dwarf2/enum-type.exp: Ditto.
10013 * gdb.trace/entry-values.exp: Ditto.
10014 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
10015
439250fb
DE
100162015-01-11 Doug Evans <xdje42@gmail.com>
10017
10018 PR gdb/15830
10019 * gdb.base/maint.exp: Remove references to "maint demangle".
10020 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
10021 Add tests for explicitly specifying language to demangle.
10022 * gdb.dlang/demangle.exp: Ditto.
10023
ede9f622
PA
100242015-01-09 Pedro Alves <palves@redhat.com>
10025
10026 * gdb.threads/non-stop-fair-events.c: New file.
10027 * gdb.threads/non-stop-fair-events.exp: New file.
10028
a7b796db
PA
100292015-01-09 Pedro Alves <palves@redhat.com>
10030
10031 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
10032 the global scope. Set a breakpoint after all threads are started
10033 rather than stepping over two source lines. Expect the prompt.
10034 * gdb.base/watch_thread_num.c (threads_started_barrier): New
10035 global.
10036 (NUM): Now 15.
10037 (main): Use threads_started_barrier to wait for all threads to
10038 start. Main thread no longer calls thread_function. Exit after
10039 180 seconds.
10040 (loop): New function.
10041 (thread_function): Wait on threads_started_barrier barrier. Call
10042 'loop' at each iteration.
10043 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
10044 threads have started, instead of hardcoding number of "next"
10045 steps. Use an access watchpoint instead of a write watchpoint.
10046
9665ffdd
PA
100472015-01-09 Pedro Alves <palves@redhat.com>
10048
10049 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
10050 (thread_func): Wait on barrier.
10051 (main): Wait for all threads to start before stopping GDB.
10052 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
10053 global.
10054 (thread1_func, thread2_func): Wait on barrier.
10055 (main): Wait for all threads to start before stopping GDB.
10056 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
10057 New global.
10058 (thread1_func, thread2_func): Wait on barrier.
10059 (main): Wait for all threads to start before stopping GDB.
10060
c945a99f
PA
100612015-01-09 Pedro Alves <palves@redhat.com>
10062
10063 * gdb.threads/attach-many-short-lived-threads.c: New file.
10064 * gdb.threads/attach-many-short-lived-threads.exp: New file.
10065
c1a747c1
PA
100662014-01-09 Pedro Alves <palves@redhat.com>
10067
10068 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
10069 instead of to thread 2.
10070 * gdb.threads/signal-command-multiple-signals-pending.c (main):
10071 Add barrier around each pthread_create call instead of around all
10072 calls.
10073 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
10074 Set a break on thread_function and have the child threads hit it
10075 one at at a time.
10076
60b3033e
PA
100772015-01-09 Pedro Alves <palves@redhat.com>
10078
10079 * lib/gdb.exp (can_spawn_for_attach): New procedure.
10080 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
10081 false.
10082 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
10083 checking whether the target board is remote.
10084 * gdb.multi/multi-attach.exp: Likewise.
10085 * gdb.python/py-sync-interp.exp: Likewise.
10086 * gdb.server/ext-attach.exp: Likewise.
10087 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
10088 tests that need to attach, instead of checking whether the target
10089 board is remote at the top of the file.
10090
acc018ac
YQ
100912015-01-08 Yao Qi <yao@codesourcery.com>
10092
10093 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
10094
50a18af8
JK
100952015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10096
10097 Fix testcase compilation.
10098 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
10099
8503d6e1
JB
101002015-01-06 Joel Brobecker <brobecker@adacore.com>
10101
10102 * gdb.python/py-type.exp: Add a couple test about empty
10103 array creation, and negative-length array creation.
10104
cc73dbcc
DE
101052015-01-02 Doug Evans <xdje42@gmail.com>
10106
10107 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
10108
0300bbc7
DE
101092015-01-02 Doug Evans <dje@google.com>
10110
10111 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
10112
9d85a0ec
YQ
101132014-12-29 Yao Qi <yao@codesourcery.com>
10114
10115 * gdb.trace/entry-values.exp: Update comments. Rename variable
10116 bar_call_foo to returned_from_foo.
10117
87186c6a
MMN
101182014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
10119
10120 PR gdb/17394
10121 * gdb.linespec/break-asm-file.c: New file.
10122 * gdb.linespec/break-asm-file.exp: New file.
10123 * gdb.linespec/break-asm-file0.s: New file.
10124 * gdb.linespec/break-asm-file1.s: New file.
10125
1bab7383
YQ
101262014-12-18 Nigel Stephens <nigel@mips.com>
10127 Maciej W. Rozycki <macro@codesourcery.com>
10128
10129 * gdb.base/float.exp: Handle the new output from "info float" on
10130 MIPS targets.
10131
1bc1068a
JK
101322014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10133
10134 Fix MinGW compilation.
10135 * gdb.compile/compile-ops.exp: Update untested message if
10136 !skip_compile_feature_tests.
10137 * gdb.compile/compile-setjmp.exp: Likewise.
10138 * gdb.compile/compile-tls.exp: Likewise.
10139 * gdb.compile/compile.exp: Likewise.
10140 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
10141 supported on this host".
10142
b6615d10
DE
101432014-12-16 Doug Evans <xdje42@gmail.com>
10144
10145 * boards/stabs.exp: New file.
10146
25dda427
AA
101472014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
10148
10149 * gdb.base/completion.exp: Adjust to format changes of "maint
10150 print user-registers".
10151
bf330350
CU
101522014-12-16 Catalin Udma <catalin.udma@freescale.com>
10153
10154 PR server/17457
10155 * gdb.arch/aarch64-fp.c: New file.
10156 * gdb.arch/aarch64-fp.exp: New file.
10157
395cf596
SDJ
101582014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
10159
10160 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
10161 r210637, r210913, r211666, r215400, r215817).
10162
10163 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
10164 * dg-extract-results.py: New file.
10165 * dg-extract-results.sh: Use it if the environment seems
10166 suitable.
10167
10168 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
10169
10170 * dg-extract-results.py (parse_run): Handle warnings that
10171 are printed before a test harness is run.
10172
10173 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
10174
10175 * dg-extract-results.py (Named): Remove __cmp__ method.
10176 (output_variation): Use a key to sort variation.harnesses.
10177
10178 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
10179
10180 * dg-extract-results.py: For Python 3, force sys.stdout to
10181 handle surrogate escape sequences.
10182 (safe_open): New function.
10183 (output_segment, main): Use it.
10184
10185 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
10186
10187 * dg-extract-results.py (Prog.result_re): Include options
10188 in test name.
10189
10190 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
10191
10192 * dg-extract-results.py (output_variation): Always sort if
10193 do_sum.
10194
e882ef3c
SM
101952014-12-15 Simon Marchi <simon.marchi@ericsson.com>
10196
10197 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
10198 as long as we get pagination notifications.
10199
4992aa20
JM
102002014-12-15 Jason Merrill <jason@redhat.com>
10201
10202 * Makefile.in (check-gdb.%): Restore.
10203 * README: Mention it.
10204
c1b5a1a6
JB
102052014-12-13 Joel Brobecker <brobecker@adacore.com>
10206
10207 * gdb.ada/str_uninit: New testcase.
10208
5537b577
JK
102092014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10210
10211 PR symtab/17642
10212 * gdb.base/vla-stub-define.c: New file.
10213 * gdb.base/vla-stub.c: New file.
10214 * gdb.base/vla-stub.exp: New file.
10215
bb2ec1b3
TT
102162014-12-12 Phil Muldoon <pmuldoon@redhat.com>
10217 Jan Kratochvil <jan.kratochvil@redhat.com>
10218 Tom Tromey <tromey@redhat.com>
10219
10220 * configure.ac: Add gdb.compile/.
10221 * configure: Regenerate.
10222 * gdb.compile/Makefile.in: New file.
10223 * gdb.compile/compile-ops.exp: New file.
10224 * gdb.compile/compile-ops.c: New file.
10225 * gdb.compile/compile-tls.c: New file.
10226 * gdb.compile/compile-tls.exp: New file.
10227 * gdb.compile/compile-constvar.S: New file.
10228 * gdb.compile/compile-constvar.c: New file.
10229 * gdb.compile/compile-mod.c: New file.
10230 * gdb.compile/compile-nodebug.c: New file.
10231 * gdb.compile/compile-setjmp-mod.c: New file.
10232 * gdb.compile/compile-setjmp.c: New file.
10233 * gdb.compile/compile-setjmp.exp: New file.
10234 * gdb.compile/compile-shlib.c: New file.
10235 * gdb.compile/compile.c: New file.
10236 * gdb.compile/compile.exp: New file.
10237 * lib/gdb.exp (skip_compile_feature_tests): New proc.
10238
4ff709eb
TT
102392014-12-12 Tom Tromey <tromey@redhat.com>
10240
10241 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
10242 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
10243
6dddd6a5
DE
102442014-12-12 Doug Evans <dje@google.com>
10245
10246 * lib/gdb-python.exp (get_python_valueof): New function.
10247 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
10248
71c24708
AA
102492014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10250
10251 * gdb.base/completion.exp: Add test for completion of "info
10252 registers ".
10253
3e29f34a
MR
102542014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
10255
10256 * gdb.base/func-ptrs.c: New file.
10257 * gdb.base/func-ptrs.exp: New file.
10258
fc126975
SM
102592014-12-10 Simon Marchi <simon.marchi@ericsson.com>
10260
10261 PR breakpoints/17012
10262 * gdb.base/dprintf-detach.c: New file.
10263 * gdb.base/dprintf-detach.exp: New file.
10264
0a46d518
SM
102652014-12-10 Simon Marchi <simon.marchi@ericsson.com>
10266
10267 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
10268 * lib/gdb.exp (target_is_gdbserver): New procedure.
10269
a0be3e44
DE
102702014-12-08 Doug Evans <dje@google.com>
10271
10272 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
10273
df1b803a
YQ
102742014-12-05 Yao Qi <yao@codesourcery.com>
10275
10276 * gdb.guile/scm-error.exp: Remove the third argument to
10277 gdb_remote_download.
10278 * gdb.guile/scm-frame-args.exp: Likewise.
10279 * gdb.guile/scm-section-script.exp: Likewise.
10280
ddb9f679
YQ
102812014-12-05 Yao Qi <yao@codesourcery.com>
10282
10283 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
10284
86e4ed39
DE
102852014-12-04 Doug Evans <dje@google.com>
10286
10287 * gdb.python/py-objfile.exp: Add tests for
10288 objfile.add_separate_debug_file.
10289
7c50a931
DE
102902014-12-04 Doug Evans <dje@google.com>
10291
10292 * lib/gdb.exp (get_build_id): New function.
10293 (build_id_debug_filename_get): Rewrite to use it.
10294 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
10295
621661e3
MR
102962014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
10297
10298 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
10299 `method(long)', not just 0x0.
10300 * gdb.cp/nsalias.exp: Align code labels to 4.
10301 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
10302 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
10303 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
10304 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
10305 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
10306 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
10307
29f0c3b7
DE
103082014-12-02 Doug Evans <dje@google.com>
10309
e1e061e7 10310 PR symtab/17602
29f0c3b7 10311 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 10312 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
10313 * gdb.cp/anon-ns.exp: Update.
10314
162078c8
NB
103152014-12-02 Nick Bull <nicholaspbull@gmail.com>
10316
10317 * gdb.python/py-events.py (inferior_call_handler): New.
10318 (register_changed_handler, memory_changed_handler): New.
10319 (test_events.invoke): Register new handlers.
10320 * gdb.python/py-events.exp: Add tests for inferior call,
10321 memory_changed and register_changed events.
10322
fdb09caf
AA
103232014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
10324
10325 * gdb.base/execl-update-breakpoints.exp: Specify the link address
10326 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
10327 if the linker doesn't understand this.
10328
55cfb2c4
SM
103292014-12-01 Simon Marchi <simon.marchi@ericsson.com>
10330
10331 * gdb.python/python.exp: Change expected reply to help().
10332
9e8cd6df
YQ
103332014-12-01 Yao Qi <yao@codesourcery.com>
10334
10335 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
10336 AC_CONFIG_SUBDIRS(gdb.gdbtk).
10337 * configure: Re-generated.
10338
6c659fc2
SC
103392014-11-28 Siva Chandra Reddy <sivachandra@google.com>
10340
10341 * gdb.cp/chained-calls.cc: New file.
10342 * gdb.cp/chained-calls.exp: New file.
10343 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
10344
d7fc3181
SM
103452014-11-28 Simon Marchi <simon.marchi@ericsson.com>
10346
10347 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
10348 * gdb.dwarf2/symtab-producer.exp: Same.
10349 * gdb.gdb/python-interrupts.exp: Same.
10350 * gdb.gdb/python-selftest.exp: Same.
10351 * gdb.python/py-linetable.exp: Same.
10352 * gdb.python/py-type.exp: Same.
10353 * gdb.python/py-value-cc.exp: Same.
10354 * gdb.python/py-value.exp: Same.
10355
10e79639
YQ
103562014-11-28 Yao Qi <yao@codesourcery.com>
10357
10358 * gdb.base/break-probes.exp: Match library name prefixed with
10359 sysroot.
10360
f28a0564
SM
103612014-11-27 Simon Marchi <simon.marchi@ericsson.com>
10362
10363 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
10364 test expected output. Add parentheses for the call to print.
10365 Remove L suffix from integers.
10366
3fe1ce1d
DE
103672014-11-26 Doug Evans <dje@google.com>
10368
10369 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
10370
84429e27
YQ
103712014-11-22 Yao Qi <yao@codesourcery.com>
10372
10373 * gdb.trace/entry-values.c: Remove asms.
10374 (foo): Add foo_label.
10375 (bar): Add bar_label.
10376 * gdb.trace/entry-values.exp: Remove code computing foo's
10377 length and bar's length.
10378 (Dwarf::assemble): Invoke function_range for bar and use
10379 MACRO_AT_func for foo.
10380
26741859
YQ
103812014-11-22 Yao Qi <yao@codesourcery.com>
10382
10383 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
10384 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
10385 Use .Lgcc43_procstart instead of gcc43.
10386
45e44d27
JB
103872014-11-21 Joel Brobecker <brobecker@adacore.com>
10388
10389 * gdb.ada/n_arr_bound: New testcase.
10390
458c8db8
SDJ
103912014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
10392
10393 PR breakpoints/10737
10394 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
10395 test_catch_syscall_multi_arch.
10396 (test_catch_syscall_multi_arch): New function.
10397
43f3e411
DE
103982014-11-20 Doug Evans <xdje42@gmail.com>
10399
10400 * gdb.base/maint.exp: Update expected output.
10401
0d7b2549
AA
104022014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
10403
10404 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
10405 4-byte instruction on S390.
10406
8908fca5
JB
104072014-11-19 Joel Brobecker <brobecker@adacore.com>
10408
10409 * gdb.ada/arr_arr: New testcase.
10410
4a46959e
JB
104112014-11-19 Joel Brobecker <brobecker@adacore.com>
10412
10413 * gdb.ada/pkd_arr_elem: New Testcase.
10414
470e2f4e
LM
104152014-11-18 Luis Machado <lgustavo@codesourcery.com>
10416
10417 * gdb.reverse/break-precsave: Expect completion message for
10418 core file reads.
10419 * gdb.reverse/consecutive-precsave.exp: Likewise.
10420 * gdb.reverse/finish-precsave.exp: Likewise.
10421 * gdb.reverse/i386-precsave.exp: Likewise.
10422 * gdb.reverse/machinestate-precsave.exp: Likewise.
10423 * gdb.reverse/sigall-precsave.exp: Likewise.
10424 * gdb.reverse/solib-precsave.exp: Likewise.
10425 * gdb.reverse/step-precsave.exp: Likewise.
10426 * gdb.reverse/until-precsave.exp: Likewise.
10427 * gdb.reverse/watch-precsave.exp: Likewise.
10428
a267f3ad
AA
104292014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10430
10431 * gdb.base/bp-permanent.c: Include unistd.h.
10432 * gdb.python/py-framefilter-mi.c (main): Add return type.
10433 * gdb.python/py-framefilter.c (main): Likewise.
10434 * gdb.trace/actions-changed.c (main): Likewise.
10435
12084a9a
AA
104362014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10437
10438 * gdb.mi/until.c: Add eye-catchers.
10439 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
10440 line numbers.
10441
dc7e1a77
AA
104422014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10443
10444 * gdb.base/condbreak.exp: Drop references to removed non-prototype
10445 function header variants in break1.c.
10446 * gdb.base/ena-dis-br.exp: Likewise.
10447 * gdb.base/hbreak2.exp: Likewise.
10448 * gdb.reverse/until-precsave.exp: Drop references to removed
10449 non-prototype function header variants in ur1.c.
10450 * gdb.reverse/until-reverse.exp: Likewise.
10451
41c77605
PM
104522014-11-17 Petr Machata <pmachata@redhat.com>
10453
10454 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
10455 ${_cu_offset_size} bytes abbrev offset.
10456
34248c3a
DE
104572014-11-15 Doug Evans <xdje42@gmail.com>
10458
10459 PR symtab/17559
10460 * gdb.base/line-symtabs.exp: New file.
10461 * gdb.base/line-symtabs.c: New file.
10462 * gdb.base/line-symtabs.h: New file.
10463
646da059
YQ
104642014-11-14 Yao Qi <yao@codesourcery.com>
10465
10466 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
10467 (func): Add label func_label.
10468 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
10469 Replace low_pc and high_pc with MACRO_AT_range.
10470 Replace name, low_pc and high_pc with MACRO_AT_func.
10471
9301ebe6
YQ
104722014-11-14 Yao Qi <yao@codesourcery.com>
10473
10474 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
10475 Replace name, low_pc and high_pc with MACRO_AT_func.
10476
f166b542
YQ
104772014-11-14 Yao Qi <yao@codesourcery.com>
10478
10479 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
10480 produce debug information.
10481 * gdb.dwarf2/implptr-optimized-out.S: Removed.
10482
0f6e71e3
YQ
104832014-11-14 Yao Qi <yao@codesourcery.com>
10484
10485 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
10486 object and get function length.
10487 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
10488 with MACRO_AT_func.
10489 (top-level): Replace gdb_compile and clean_restart with
10490 prepare_for_testing.
10491 * gdb.dwarf2/main.c (main): Add label main_label.
10492
876c4df9
YQ
104932014-11-14 Yao Qi <yao@codesourcery.com>
10494
10495 * lib/dwarf.exp (function_range): New procedure.
10496 (Dwarf::_handle_macro_at_func): New procedure.
10497 (Dwarf::_handle_macro_at_range): New procedure.
10498 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
10499
02ad9cf1
YQ
105002014-11-14 Yao Qi <yao@codesourcery.com>
10501
10502 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
10503 (_handle_attribute): New procedure.
10504
a59add0c
AA
105052014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10506
10507 * gdb.ada/cond_lang/foo.c (callme): Add return type.
10508 * gdb.base/call-sc.c (zed): Likewise.
10509 * gdb.base/checkpoint.c (main): Likewise.
10510 * gdb.base/dump.c (main): Likewise.
10511 * gdb.base/gcore.c (main): Likewise.
10512 * gdb.base/huge.c (main): Likewise.
10513 * gdb.base/multi-forks.c (main): Likewise.
10514 * gdb.base/pr10179-a.c (main): Likewise.
10515 * gdb.base/savedregs.c (main): Likewise.
10516 * gdb.base/sigaltstack.c (main): Likewise.
10517 * gdb.base/siginfo.c (main): Likewise.
10518 * gdb.base/structs.c (zed): Likewise.
10519 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
10520 * gdb.mi/mi-syn-frame.c (main): Likewise.
10521 * gdb.mi/until.c (foo, main): Likewise.
10522 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
10523 * gdb.base/solib-weak.c (foo): Declare.
10524 * gdb.base/attach-twice.c: Include stdio.h.
10525 * gdb.base/weaklib1.c: Likewise.
10526 * gdb.base/weaklib2.c: Likewise.
10527 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
10528 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
10529 unistd.h.
10530 * gdb.base/attach-pie-misread.c: Include stdlib.h.
10531 * gdb.mi/mi-exit-code.c: Likewise.
10532 * gdb.base/break-interp-lib.c: Include string.h.
10533 * gdb.base/coremaker.c: Likewise.
10534 * gdb.base/testenv.c: Likewise.
10535 * gdb.python/py-finish-breakpoint.c: Likewise.
10536 * gdb.base/inferior-died.c: Include sys/wait.h.
10537 * gdb.base/fileio.c: Include time.h.
10538 * gdb.base/async-shell.c: Include unistd.h.
10539 * gdb.base/dprintf-non-stop.c: Likewise.
10540 * gdb.base/info-os.c: Likewise.
10541 * gdb.mi/mi-console.c: Likewise.
10542 * gdb.mi/watch-nonstop.c: Likewise.
10543 * gdb.python/py-events.c: Likewise.
10544 * gdb.base/async.c (baz): Move up before its invocation.
10545 * gdb.base/code_elim2.c (my_global_func): Likewise.
10546 * gdb.base/skip-solib-lib.c (multiply): Likewise.
10547 * gdb.base/advance.c (func2): Likewise.
10548
3b5d5997
AA
105492014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10550
10551 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
10552 variant.
10553 * gdb.base/annota3.c: Likewise.
10554 * gdb.base/async.c: Likewise.
10555 * gdb.base/average.c: Likewise.
10556 * gdb.base/call-ar-st.c: Likewise.
10557 * gdb.base/call-rt-st.c: Likewise.
10558 * gdb.base/call-sc.c: Likewise.
10559 * gdb.base/call-strs.c: Likewise.
10560 * gdb.base/ending-run.c: Likewise.
10561 * gdb.base/execd-prog.c: Likewise.
10562 * gdb.base/exprs.c: Likewise.
10563 * gdb.base/foll-exec.c: Likewise.
10564 * gdb.base/foll-fork.c: Likewise.
10565 * gdb.base/foll-vfork.c: Likewise.
10566 * gdb.base/funcargs.c: Likewise.
10567 * gdb.base/gcore.c: Likewise.
10568 * gdb.base/jump.c: Likewise.
10569 * gdb.base/langs0.c: Likewise.
10570 * gdb.base/langs1.c: Likewise.
10571 * gdb.base/langs2.c: Likewise.
10572 * gdb.base/mips_pro.c: Likewise.
10573 * gdb.base/nodebug.c: Likewise.
10574 * gdb.base/opaque0.c: Likewise.
10575 * gdb.base/opaque1.c: Likewise.
10576 * gdb.base/recurse.c: Likewise.
10577 * gdb.base/run.c: Likewise.
10578 * gdb.base/scope0.c: Likewise.
10579 * gdb.base/scope1.c: Likewise.
10580 * gdb.base/setshow.c: Likewise.
10581 * gdb.base/setvar.c: Likewise.
10582 * gdb.base/shmain.c: Likewise.
10583 * gdb.base/shr1.c: Likewise.
10584 * gdb.base/shr2.c: Likewise.
10585 * gdb.base/sigall.c: Likewise.
10586 * gdb.base/signals.c: Likewise.
10587 * gdb.base/so-indr-cl.c: Likewise.
10588 * gdb.base/solib2.c: Likewise.
10589 * gdb.base/structs.c: Likewise.
10590 * gdb.base/sum.c: Likewise.
10591 * gdb.base/vforked-prog.c: Likewise.
10592 * gdb.base/watchpoint.c: Likewise.
10593 * gdb.reverse/shr2.c: Likewise.
10594 * gdb.reverse/until-reverse.c: Likewise.
10595 * gdb.reverse/ur1.c: Likewise.
10596 * gdb.reverse/watch-reverse.c: Likewise.
10597
066a77c5
AA
105982014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10599
10600 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
10601 variant.
10602 * gdb.base/sepdebug.exp: Drop references to removed code.
10603
4f204ea5
AA
106042014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10605
10606 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
10607 variant. Preserve original line numbering.
10608 * gdb.base/list1.c: Likewise.
10609
3b377a3a
AA
106102014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10611
10612 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
10613 variant.
10614 * gdb.base/break1.c: Likewise.
10615 * gdb.base/break.exp: Drop references to removed code.
10616
e444df73
AA
106172014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10618
10619 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
10620 variant.
10621
8008f2a7
AA
106222014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10623
10624 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
10625
a5a06887
AA
106262014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10627
10628 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
10629 logic into perform_all_tests() and invoke it with and without
10630 function header prototypes.
10631 (do_function_calls): Remove conditional XFAIL for PR 5318.
10632 (rerun_and_prepare): Remove duplicate code.
10633 (perform_all_tests): New. Main logic moved here.
10634
44dba9b9
AA
106352014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10636
10637 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
10638 code guarded by #ifdef NO_PROTOTYPES.
10639 (t_double_many_args): Likewise.
10640 (DEF_FUNC_MANY_ARGS_1): Likewise.
10641 (DEF_FUNC_VALUES_1): Likewise.
10642 (t_structs_ldc): Renamed from t_structs_fc in conditional code
10643 guarded by #ifdef PROTOTYPES.
10644
d1fbcd56
AA
106452014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10646
10647 * gdb.mi/mi-console.c: Add eye-catcher.
10648 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
10649 instead of literal line number.
10650
b0e59b8f
AA
106512014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10652
10653 * gdb.base/shr2.c: Add eye-catcher.
10654 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
10655 line number.
10656
78f98cca
AA
106572014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10658
10659 * gdb.base/jump.c: Add eye-catchers.
10660 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
10661 numbers.
10662
58fa2af0
AA
106632014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10664
10665 * gdb.base/execd-prog.c: Add eye-catchers.
10666 * gdb.base/foll-exec.c: Likewise.
10667 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
10668 line numbers.
10669
04e5059b
AA
106702014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10671
10672 * gdb.base/ending-run.c: Add eye-catchers.
10673 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
10674 literal line numbers.
10675
dbfdb174
AA
106762014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10677
10678 * gdb.base/call-rt-st.c: Add eye-catchers.
10679 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
10680 literal line numbers.
10681
888a2ade
AA
106822014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10683
10684 * gdb.base/call-ar-st.c: Add eye-catchers.
10685 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
10686 literal line numbers.
10687
6acc2dde
AA
106882014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10689
10690 * gdb.base/average.c: Add eye-catchers.
10691 * gdb.base/sum.c: Likewise.
10692 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
10693 regexps dynamically.
10694
9ecfcd1d
AA
106952014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10696
10697 * gdb.base/solib1.c: Add eye-catchers.
10698 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
10699 literal line numbers.
10700
78708b7c
PA
107012014-11-12 Pedro Alves <palves@redhat.com>
10702
10703 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
10704 leader has exited.
10705
af48d08f
PA
107062014-11-12 Pedro Alves <palves@redhat.com>
10707
10708 * gdb.arch/i386-bp_permanent.c: New file.
10709 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
10710 (srcfile): Set to i386-bp_permanent.c.
10711 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
10712 that stepi does not execute the 'leave' instruction, instead of
10713 testing it does execute.
10714 * gdb.base/bp-permanent.c: New file.
10715 * gdb.base/bp-permanent.exp: New file.
10716
af3768e9
DE
107172014-11-10 Doug Evans <xdje42@gmail.com>
10718
10719 PR symtab/17564
10720 * gdb.base/symtab-search-order.exp: New file.
10721 * gdb.base/symtab-search-order.c: New file.
10722 * gdb.base/symtab-search-order-1.c: New file.
10723 * gdb.base/symtab-search-order-shlib-1.c: New file.
10724
9de00a4a
PA
107252014-11-07 Pedro Alves <palves@redhat.com>
10726
10727 PR gdb/17511
10728 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
10729 i?86-*-linux*.
10730
e0f52461
SC
107312014-11-03 Siva Chandra Reddy <sivachandra@google.com>
10732
10733 PR c++/17494
10734 * gdb.cp/pr17494.cc: New file.
10735 * gdb.cp/pr17494.exp: New file.
10736
6ce8c980
YQ
107372014-11-02 Yao Qi <yao@codesourcery.com>
10738
10739 * gdb.python/python.exp: Get working directory and match the
10740 output of "set extended-prompt \\w " with it.
10741
02be9a71
DE
107422014-10-30 Doug Evans <dje@google.com>
10743
10744 * gdb.python/py-objfile.exp: Add tests for setting random attributes
10745 in objfiles.
10746 * gdb.python/py-progspace.exp: Add tests for setting random attributes
10747 in progspaces.
10748
3bdff46b
LM
107492014-10-30 Janis Johnson <janisjo@codesourcery.com>
10750
10751 * gdb.base/fullpath-expand.exp: Skip for a remote host.
10752 * gdb.base/realname-expand.exp: Likewise.
10753 * gdb.linespec/macro-relative.exp: Likewise.
10754
ab917dfb
PA
107552014-10-29 Pedro Alves <palves@redhat.com>
10756
10757 PR gdb/17408
10758 * gdb.threads/schedlock.c (some_function): New function.
10759 (call_function): New global.
10760 (MAYBE_CALL_SOME_FUNCTION): New macro.
10761 (thread_function): Call it.
10762 * gdb.threads/schedlock.exp (get_args): Add description parameter,
10763 and use it instead of a global counter. Adjust all callers.
10764 (get_current_thread): Use "find current thread" for test message
10765 here rather than having all callers pass down the same string.
10766 (goto_loop): New procedure, factored out from ...
10767 (my_continue): ... this.
10768 (step_ten_loops): Change parameter from test message to command to
10769 use. Adjust.
10770 (list_count): Delete global.
10771 (check_result): New procedure, factored out from duplicate top
10772 level code.
10773 (continue tests): Wrap in with_test_prefix.
10774 (test_step): New procedure, factored out from duplicate top level
10775 code.
10776 (top level): Test "step" in combination with all scheduler-locking
10777 modes. Test "next" in combination with all scheduler-locking
10778 modes, and in combination with stepping over a function call or
10779 not.
10780 * gdb.threads/next-bp-other-thread.c: New file.
10781 * gdb.threads/next-bp-other-thread.exp: New file.
10782
d3d4baed
PA
107832014-10-29 Pedro Alves <palves@redhat.com>
10784
10785 PR python/17372
10786 * gdb.python/python.exp: Test a multi-line command that spawns
10787 interactive Python.
10788 * gdb.base/multi-line-starts-subshell.exp: New file.
10789
563e8d85
YQ
107902014-10-29 Yao Qi <yao@codesourcery.com>
10791
10792 * gdb.base/fileio.exp: Make directories on host.
10793
0ea4d52e
YQ
107942014-10-29 Yao Qi <yao@codesourcery.com>
10795
10796 * gdb.base/fileio.c (test_write): Close the file.
10797
7f5ef605
PA
107982014-10-28 Pedro Alves <palves@redhat.com>
10799
10800 PR gdb/12623
10801 * gdb.base/sigstep.c (no_handler): New global.
10802 (main): If 'no_handler is true, set the signal handlers to
10803 SIG_IGN.
10804 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
10805 with_sw_watch and no_handler parameters. Handle them.
10806 (top level) <stepping over handler when stopped at a breakpoint
10807 test>: Add a test axis for testing with a software watchpoint, and
10808 another for testing with the signal handler set to SIG_IGN.
10809 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
10810 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
10811
abbdbd03
PA
108122014-10-28 Pedro Alves <palves@redhat.com>
10813
10814 PR gdb/17511
10815 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
10816 * gdb.base/sigstep.exp (other_handler_location): New global.
10817 (advance): Support stepping into the signal handler, and running
10818 commands while in the handler.
10819 (in_handler_map): New global.
10820 (top level): In the advance test, add combinations for getting
10821 into the handler with stepping commands, and for running commands
10822 in the handler. Add comment descripting the advancei tests.
10823
1df4399f
PA
108242014-10-28 Pedro Alves <palves@redhat.com>
10825
10826 * gdb.base/sigstep.exp: Use build_executable instead of
10827 prepare_for_testing.
10828 (top level): Move code that starts GDB, runs to main and creates a
10829 display to ...
10830 (restart): ... this new procedure.
10831 (top level): Move backtrace from signal handler test to ...
10832 (validate_backtrace): ... this new procedure.
10833 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
10834 with_test_prefix. Always restart GDB.
10835 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
10836 with_test_prefix. Always restart GDB. No need to delete
10837 breakpoints after the test.
10838 (test_skip_handler): Remove prefix parameter.
10839 (skip_over_handler, breakpoint_to_handler)
10840 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
10841 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
10842 restart GDB. No need to delete breakpoints after the test.
10843 (top level): Use foreach to call the test procedures with
10844 different commands.
10845
a5b6e449
PA
108462014-10-28 Pedro Alves <palves@redhat.com>
10847
10848 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
10849 instead of GNATS numbers.
10850 * gdb.base/sigbpt.exp: Likewise.
10851 * gdb.base/siginfo.exp: Likewise.
10852 * gdb.base/sigstep.exp: Likewise.
10853
e5f8a7cc
PA
108542014-10-27 Pedro Alves <palves@redhat.com>
10855
10856 * gdb.base/sigstep.c (dummy): New global.
10857 (main): Issue a couple writes to the new global.
10858 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
10859 procedures.
10860 (skip_over_handler): Use test_skip_handler.
10861 (top level): Call skip_over_handler for stepi and nexti too.
10862 (breakpoint_over_handler): Use test_skip_handler.
10863 (top level): Call breakpoint_over_handler for stepi and nexti too.
10864
763905a3
YQ
108652014-10-27 Yao Qi <yao@codesourcery.com>
10866
10867 * gdb.trace/tfile.c (adjust_function_address)
10868 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
10869 function descriptor.
10870
6f259a23
DB
108712014-10-24 Don Breazeal <donb@codesourcery.com>
10872
10873 * gdb.base/foll-fork.exp (test_follow_fork,
10874 catch_fork_child_follow): Check for updated fork messages emitted
10875 from infrun.c.
10876 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
10877 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
10878 vfork_and_exec_child_follow_through_step): Check for updated vfork
10879 messages emitted from infrun.c.
10880
09dd9a69
PA
108812014-10-24 Pedro Alves <palves@redhat.com>
10882
10883 * gdb.base/corefile.exp: Remove references to ultrix.
10884 * gdb.base/interrupt.exp: Likewise.
10885 * gdb.base/whatis.exp: Likewise.
10886 * gdb.gdb/selftest.exp: Likewise.
10887 * gdb.threads/manythreads.exp: Likewise.
10888 * gdb.threads/print-threads.exp: Likewise.
10889 * gdb.threads/pthreads.exp:: Likewise.
10890 * gdb.threads/schedlock.exp: Likewise.
10891
3433cfa5
SC
108922014-10-24 Siva Chandra Reddy <sivachandra@google.com>
10893
10894 * gdb.cp/non-trivial-retval.cc: Add a test case.
10895 * gdb.cp/non-trivial-retval.exp: Add a test.
10896
092f880b
YQ
108972014-10-20 Yao Qi <yao@codesourcery.com>
10898
10899 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
10900 * gdb.python/py-objfile-script-gdb.py: New file.
10901 * gdb.python/py-objfile-script.exp: Update reference to
10902 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
10903 of remote_download. Remove the dest file.
10904
acbdb7f3
YQ
109052014-10-20 Yao Qi <yao@codesourcery.com>
10906
10907 * gdb.base/checkpoint.exp: Don't remove file copied on host.
10908 * gdb.base/step-line.exp: Likewise.
10909 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
10910 * gdb.dwarf2/dw2-basic.exp: Likewise.
10911 * gdb.dwarf2/dw2-compressed.exp: Likewise.
10912 * gdb.dwarf2/dw2-filename.exp: Likewise.
10913 * gdb.dwarf2/dw2-intercu.exp: Likewise.
10914 * gdb.dwarf2/dw2-intermix.exp: Likewise.
10915 * gdb.dwarf2/dw2-producer.exp: Likewise.
10916 * gdb.dwarf2/mac-fileno.exp: Likewise.
10917 * gdb.python/py-frame-args.exp: Likewise.
10918 * gdb.python/py-framefilter.exp: Likewise.
10919 * gdb.python/py-mi.exp: Likewise.
10920 * gdb.python/py-objfile-script.exp: Likewise
10921 * gdb.python/py-pp-integral.exp: Likewise.
10922 * gdb.python/py-pp-re-notag.exp: Likewise.
10923 * gdb.python/py-prettyprint.exp: Likewise.
10924 * gdb.python/py-section-script.exp: Likewise.
10925 * gdb.python/py-typeprint.exp: Likewise.
10926 * gdb.python/py-xmethods.exp: Likewise.
10927 * gdb.stabs/weird.exp: Likewise.
10928 * gdb.xml/tdesc-regs.exp: Likewise.
10929
bd286a29
KCY
109302014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
10931
10932 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
10933 (out_cu): Use addr_len for the size of addresses.
10934 (out_line): Likewise. Size DW_LNE_set_address instruction
10935 according to addr_len.
10936 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
10937 (FUNC): Add START_INSNS to definition.
10938
673dc4a0
YQ
109392014-10-18 Yao Qi <yao@codesourcery.com>
10940
10941 * gdb.base/argv0-symlink.exp: Check argv[0] value if
10942 gdb_has_argv0 return true.
10943 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
10944 check [target_info exists noargs], check [gdb_has_argv0]
10945 instead.
10946 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
10947 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
10948 procedures.
10949
4ffbba72
DE
109502014-10-17 Doug Evans <dje@google.com>
10951
10952 * gdb.python/py-events.exp: Update expected output for clear_objfiles
10953 event.
10954 * gdb.python/py-events.py: Add clear_objfiles event.
10955
d096d8c1
DE
109562014-10-17 Doug Evans <dje@google.com>
10957
10958 * gdb.python/py-objfile.exp: Test progspace attribute.
10959
a80db015
LM
109602014-10-17 Luis Machado <lgustavo@codesourcery.com>
10961
10962 * gdb.guile/scm-breakpoint.exp: Do not assume any
10963 directory separators when matching source file paths.
10964 * gdb.python/py-breakpoint.exp: Likewise.
10965 * gdb.reverse/break-precsave.exp: Likewise.
10966 * gdb.reverse/break-reverse.exp: Likewise.
10967 * gdb.reverse/consecutive-precsave.exp: Likewise.
10968 * gdb.reverse/finish-precsave.exp: Likewise.
10969 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
10970 * gdb.reverse/finish-reverse.exp: Likewise.
10971 * gdb.reverse/i386-precsave.exp: Likewise.
10972 * gdb.reverse/i387-env-reverse.exp: Likewise.
10973 * gdb.reverse/i387-stack-reverse.exp: Likewise.
10974 * gdb.reverse/machinestate-precsave.exp: Likewise.
10975 * gdb.reverse/machinestate.exp: Likewise.
10976 * gdb.reverse/sigall-precsave.exp: Likewise.
10977 * gdb.reverse/solib-precsave.exp: Likewise.
10978 * gdb.reverse/step-precsave.exp: Likewise.
10979 * gdb.reverse/until-precsave.exp: Likewise.
10980 * gdb.reverse/watch-precsave.exp: Likewise.
10981 * gdb.reverse/watch-reverse.exp: Likewise.
10982
b22089ab
YQ
109832014-10-17 Yao Qi <yao@codesourcery.com>
10984
10985 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
10986 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
10987
6c4486e6
PA
109882014-10-17 Pedro Alves <palves@redhat.com>
10989
10990 PR gdb/17471
10991 * gdb.base/bg-execution-repeat.c: New file.
10992 * gdb.base/bg-execution-repeat.exp: New file.
10993
0ff33695
PA
109942014-10-17 Pedro Alves <palves@redhat.com>
10995
10996 PR gdb/17300
10997 * gdb.base/continue-all-already-running.c: New file.
10998 * gdb.base/continue-all-already-running.exp: New file.
10999
6fdebc3d
PA
110002014-10-17 Pedro Alves <palves@redhat.com>
11001
11002 PR gdb/17472
11003 * gdb.base/annota-input-while-running.c: New file.
11004 * gdb.base/annota-input-while-running.exp: New file.
11005
32a8097b
PA
110062014-10-17 Pedro Alves <palves@redhat.com>
11007
11008 * gdb.base/callfuncs.exp: emove references to osf.
11009 * gdb.base/sigall.exp: Likewise.
11010 * gdb.gdb/selftest.exp: Likewise.
11011 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
11012 * gdb.mi/non-stop.c: Likewise.
11013 * gdb.mi/pthreads.c: Likewise.
11014 * gdb.reverse/sigall-precsave.exp: Likewise.
11015 * gdb.reverse/sigall-reverse.exp: Likewise.
11016 * gdb.threads/pthreads.c: Likewise.
11017 * gdb.threads/pthreads.exp: Likewise.
11018
7a3517ff
YQ
110192014-10-17 Yao Qi <yao@codesourcery.com>
11020
11021 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
11022 check 'target_info exists noargs'.
11023 (test_command_prompt_position): Likewise.
11024 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
11025 Remove "set args".
11026 (progvar_simple_while_test): Likewise.
11027 (progvar_complex_if_while_test): Likewise.
11028 (if_while_breakpoint_command_test): Likewise.
11029 (infrun_breakpoint_command_test): Likewise.
11030 (breakpoint_command_test): Likewise.
11031 (watchpoint_command_test): Likewise.
11032 (bp_deleted_in_command_test): Likewise.
11033 (temporary_breakpoint_commands): Likewise.
11034
bb99c472
YQ
110352014-10-16 Yao Qi <yao@codesourcery.com>
11036
11037 * gdb.base/remotetimeout.exp: Remove noargs checking.
11038
7c16b83e
PA
110392014-10-15 Pedro Alves <palves@redhat.com>
11040
11041 PR breakpoints/9649
11042 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
11043 * gdb.base/breakpoint-in-ro-region.exp
11044 (probe_target_hardware_step): New procedure.
11045 (top level): Probe hardware stepping and hardware breakpoint
11046 support. Test stepping through a read-only region, with both
11047 "breakpoint auto-hw" on and off and both "always-inserted" on and
11048 off.
11049
35a49624
IB
110502014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
11051
11052 * gdb.dlang/demangle.exp: Update for demangling changes.
11053
2d1c107c
SC
110542014-10-15 Siva Chandra Reddy <sivachandra@google.com>
11055
11056 * gdb.cp/non-trivial-retval.cc: Add new test cases.
11057 * gdb.cp/non-trivial-retval.exp: Add new tests.
11058
778811d5
SC
110592014-10-15 Siva Chandra Reddy <sivachandra@google.com>
11060
11061 PR c++/13403
11062 PR c++/15154
11063 * gdb.cp/non-trivial-retval.cc: New file.
11064 * gdb.cp/non-trivial-retval.exp: New file.
11065
10c5f0a8
YQ
110662014-10-15 Yao Qi <yao@codesourcery.com>
11067
11068 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
11069 remote host.
11070
65d7b369
YQ
110712014-10-15 Yao Qi <yao@codesourcery.com>
11072
11073 * gdb.python/py-symbol.exp: Match file base name if host is
11074 remote, otherwise match file name with dir name.
11075 * gdb.python/py-symtab.exp: Likewise.
11076 * gdb.python/python.exp: Likewise.
11077
46dc1394
YQ
110782014-10-15 Yao Qi <yao@codesourcery.com>
11079
11080 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
11081 pattern.
11082 * gdb.python/py-symtab.exp: Likewise.
11083 * gdb.python/python.exp: Remove trailing ".*". Fix typo
11084 locationn.
11085
c40cc657
JB
110862014-10-14 Joel Brobecker <brobecker@adacore.com>
11087
11088 * gdb.ada/addr_arith: New testcase.
11089
2abf49e1
MR
110902014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
11091
11092 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
11093 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
11094 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
11095 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
11096
f7088df3
SDJ
110972014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
11098
11099 * gdb.arch/stap-eval-lang-ada.S: Likewise.
11100 * gdb.arch/stap-eval-lang-ada.c: Likewise.
11101 * gdb.arch/stap-eval-lang-ada.exp: New file.
11102
4dc06805
YQ
111032014-10-14 Yao Qi <yao@codesourcery.com>
11104
11105 * gdb.mi/mi-var-child.c (nothing1): New function.
11106 (nothing2): New function.
11107 (do_children_tests): Set function pointers by nothing1 and
11108 nothing2.
11109 * gdb.mi/mi-var-child.exp: Step over new added statements.
11110 Update test to match the new output.
11111 * gdb.mi/var-cmd.c (nothing1): New function.
11112 (nothing2): New function.
11113 (do_children_tests): Set function pointers by nothing1 and
11114 nothing2.
11115 * gdb.mi/mi-var-display.exp: Update test to match output.
11116 Step to the line specified by $line_dct_nothing.
11117 Increase the number of lines to step.
11118
46a93de2
YQ
111192014-10-14 Yao Qi <yao@codesourcery.com>
11120
11121 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
11122 tests.
11123 * gdb.mi/mi2-var-child.exp: Likewise.
11124
14ea52ee
DE
111252014-10-13 Doug Evans <dje@google.com>
11126
11127 * gdb.python/py-objfile.exp: Change name of file name test.
11128
e5c6e92b
DE
111292014-10-13 Doug Evans <dje@google.com>
11130
11131 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
11132 from the start of the CU.
11133
c780cc2f
JK
111342014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11135 Yao Qi <yao@codesourcery.com>
11136
11137 Fix "save breakpoints" for "catch" command.
11138 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
11139 Remove -nonewline. Match also the added "main" line.
11140
99894e11
JK
111412014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11142
11143 Fix "save breakpoints" for "disable $bpnum" command.
11144 * gdb.base/save-bp.c (main): Add label.
11145 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
11146
6e1ac5a3
JK
111472014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11148
11149 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
11150
754dd2b0
YQ
111512014-10-11 Yao Qi <yao@codesourcery.com>
11152
11153 * gdb.server/server-kill.exp: Execute command
11154 "set remote trace-status-packet on" before "tstatus".
11155
f90183d7
YQ
111562014-10-11 Yao Qi <yao@codesourcery.com>
11157
11158 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
11159 (main): Call getppid.
11160 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
11161 and continue to it. Read variable "server_pid".
11162
bf40a607
YQ
111632014-10-11 Yao Qi <yao@codesourcery.com>
11164
11165 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
11166
052ca370
YQ
111672014-10-11 Yao Qi <yao@codesourcery.com>
11168
11169 * gdb.threads/thread-find.exp: Don't execute command
11170 "info threads".
11171 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
11172 * gdb.threads/linux-dp.exp: Don't check the condition
11173 $threads_created equals to zero.
11174
3831839c
PA
111752014-10-10 Pedro Alves <palves@redhat.com>
11176
11177 * gdb.base/bigcore.exp: Remove references to IRIX.
11178 * gdb.base/funcargs.exp: Likewise.
11179 * gdb.base/interrupt.exp: Likewise.
11180 * gdb.base/mips_pro.exp: Likewise.
11181 * gdb.base/nodebug.exp: Likewise.
11182 * gdb.base/setvar.exp: Likewise.
11183 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
11184
8b9a549d
PA
111852014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11186 Pedro Alves <palves@redhat.com>
11187
11188 PR symtab/14466
11189 * gdb.base/vdso-warning.c: New file.
11190 * gdb.base/vdso-warning.exp: New file.
11191
d48ba5e8
DE
111922014-10-02 Doug Evans <dje@google.com>
11193
11194 * gdb.base/structs.c (main): Don't run forever.
11195
2278c276
PA
111962014-10-02 Pedro Alves <palves@redhat.com>
11197
11198 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
11199 (top level) <stop threads 1, stop threads 2>: Use it.
11200
b57bacec
PA
112012014-10-02 Pedro Alves <palves@redhat.com>
11202
11203 * gdb.threads/break-while-running.exp (test): Add new
11204 'update_thread_list' argument. Skip "info threads" if false.
11205 (top level): Add new 'update_thread_list' axis.
11206
13fd3ff3
PA
112072014-10-02 Pedro Alves <palves@redhat.com>
11208
11209 PR breakpoints/17431
11210 * gdb.base/execl-update-breakpoints.c: New file.
11211 * gdb.base/execl-update-breakpoints.exp: New file.
11212
0fec99e8
PA
112132014-10-01 Pedro Alves <palves@redhat.com>
11214
11215 * gdb.base/breakpoint-in-ro-region.c: New file.
11216 * gdb.base/breakpoint-in-ro-region.exp: New file.
11217
2ddf4301
SM
112182014-10-01 Simon Marchi <simon.marchi@ericsson.com>
11219
11220 * gdb.mi/mi-exit-code.exp: New file.
11221 * gdb.mi/mi-exit-code.c: New file.
11222
6a5f3f43
YQ
112232014-09-30 Yao Qi <yao@codesourcery.com>
11224
11225 * lib/prelink-support.exp (build_executable_own_libs): Error if
11226 the target isn't native.
11227
345bcc73
YQ
112282014-09-30 Yao Qi <yao@codesourcery.com>
11229
11230 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
11231 false.
11232
a25a5a45
PA
112332014-09-22 Pedro Alves <palves@redhat.com>
11234
11235 * gdb.threads/break-while-running.exp: New file.
11236 * gdb.threads/break-while-running.c: New file.
11237
00ba3162
YQ
112382014-09-19 Yao Qi <yao@codesourcery.com>
11239
11240 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
11241 Invoke test. Restart GDB with --readnow and invoke test again.
11242
c3b7b696
YQ
112432014-09-19 Yao Qi <yao@codesourcery.com>
11244
11245 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
11246 proc set_breakpoint_on_gcd_function. Invoke
11247 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
11248 invoke set_breakpoint_on_gcd_function again.
11249
2b4fd423
DE
112502014-09-18 Doug Evans <dje@google.com>
11251
11252 * gdb.dwarf2/symtab-producer.exp: New file.
11253
a5947601
SDJ
112542014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
11255
11256 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
11257 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
11258 * gdb.base/global-var-nested-by-dso.c: Likewise.
11259 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11260
91c19059
SDJ
112612014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
11262 Pedro Alves <palves@redhat.com>
11263
11264 * gdb.base/watch-bitfields.exp: Pass string other than test file
11265 name to prepare_for_testing.
11266 (watch): New procedure.
11267 (expect_watchpoint): Use with_test_prefix.
11268 (top level): Factor out tests to ...
11269 (test_watch_location, test_regular_watch): ... these new
11270 procedures, and use with_test_prefix and gdb_continue_to_end.
11271
bb9d5f81
PP
112722014-09-16 Patrick Palka <patrick@parcs.ath.cx>
11273
11274 PR breakpoints/12526
11275 * gdb.base/watch-bitfields.exp: New file.
11276 * gdb.base/watch-bitfields.c: New file.
11277
635856f5
PA
112782014-09-16 Pedro Alves <palves@redhat.com>
11279
11280 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
11281 software and hardware addresses, not software address against
11282 itself.
11283
7280ceea
PA
112842014-09-16 Pedro Alves <palves@redhat.com>
11285
11286 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
11287 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
11288
428b16bd
PA
112892014-09-16 Pedro Alves <palves@redhat.com>
11290
11291 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
11292 files.
11293 * gdb.base/a2-run.exp: Remove all code guarded by istarget
11294 "*-*-vxworks*" throughout.
11295 * gdb.base/break.exp: Likewise.
11296 * gdb.base/default.exp: Likewise.
11297 * gdb.base/scope.exp: Likewise.
11298 * gdb.base/sepdebug.exp: Likewise.
11299 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
11300 throughout.
11301 * gdb.base/run.c: Likewise.
11302 * gdb.base/sepdebug.c: Likewise.
11303 * gdb.hp/gdb.aCC/run.c: Likewise.
11304 * gdb.reverse/until-reverse.c: Likewise.
11305 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
11306
666d413c
YQ
113072014-09-16 Yao Qi <yao@codesourcery.com>
11308
11309 * boards/local-remote-host-native.exp: New file.
11310
57cbd724
DE
113112014-09-14 Doug Evans <xdje42@gmail.com>
11312
11313 * gdb.threads/queue-signal.c (thread_count): New variable.
11314 (thread_count_mutex, thread_count_condvar): New variables.
11315 (incr_thread_count, wait_all_threads_running): New functions.
11316 (main): Wait for all threads to be in their thread functions.
11317
81219e53
DE
113182014-09-13 Doug Evans <xdje42@gmail.com>
11319
11320 * gdb.threads/queue-signal.c: New file.
11321 * gdb.threads/queue-signal.exp: New file.
11322
3714cea7
DE
113232014-09-13 Doug Evans <xdje42@gmail.com>
11324
11325 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
11326 be consistent with what default_gdb_init uses.
11327 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
11328 the plain text of the prompt. Add some logging printfs.
11329 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
11330
fa43b1d7
PA
113312014-09-12 Pedro Alves <palves@redhat.com>
11332
11333 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
11334 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
11335 * gdb.arch/i386-size-overlap.exp: Likewise.
11336 * gdb.arch/i386-size.exp: Likewise.
11337 * gdb.arch/i386-unwind.exp: Likewise.
11338 * gdb.base/a2-run.exp: Likewise.
11339 * gdb.base/break.exp: Likewise.
11340 * gdb.base/charset.exp: Likewise.
11341 * gdb.base/chng-syms.exp: Likewise.
11342 * gdb.base/commands.exp: Likewise.
11343 * gdb.base/dbx.exp: Likewise.
11344 * gdb.base/find.exp: Likewise.
11345 * gdb.base/funcargs.exp: Likewise.
11346 * gdb.base/jit-simple.exp: Likewise.
11347 * gdb.base/reread.exp: Likewise.
11348 * gdb.base/sepdebug.exp: Likewise.
11349 * gdb.base/step-bt.exp: Likewise.
11350 * gdb.cp/mb-inline.exp: Likewise.
11351 * gdb.cp/mb-templates.exp: Likewise.
11352 * gdb.objc/basicclass.exp: Likewise.
11353 * gdb.threads/killed.exp: Likewise.
11354
9d9bf2df
EBM
113552014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11356
11357 PR tdep/17379
11358 * gdb.arch/powerpc-stackless.S: New file.
11359 * gdb.arch/powerpc-stackless.exp: New file.
11360
1cf2f1b0
JK
113612014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11362
11363 * gdb.base/attach.c: Include unistd.h.
11364 (main): Call alarm. Add label postloop.
11365 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
11366 gdb_breakpoint, gdb_continue_to_breakpoint.
11367 (test_command_line_attach_run): Kill ${testpid} in one exit path.
11368
98880d46
PA
113692014-09-11 Pedro Alves <palves@redhat.com>
11370
11371 PR gdb/17347
11372 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
11373 * gdb.base/attach.exp (test_command_line_attach_run): New
11374 procedure.
11375 (top level): Call it.
11376
4c92ff2c
PA
113772014-09-11 Pedro Alves <palves@redhat.com>
11378
11379 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
11380 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
11381 (do_command_attach_tests): Use spawn_wait_for_attach.
11382 * gdb.base/solib-overlap.exp: Likewise.
11383 * gdb.multi/multi-attach.exp: Likewise.
11384 * gdb.python/py-prompt.exp: Likewise.
11385 * gdb.python/py-sync-interp.exp: Likewise.
11386 * gdb.server/ext-attach.exp: Likewise.
11387
3adc1a7d
GKB
113882014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
11389
11390 * gdb.fortran/array-element.exp: Remove unexpected "continue"
11391 command in testcase. Simplify testcase.
11392
96334934
JB
113932014-09-10 Joel Brobecker <brobecker@adacore.com>
11394
11395 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
11396
eb479039
JB
113972014-09-10 Joel Brobecker <brobecker@adacore.com>
11398
11399 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
11400
deede10c
JB
114012014-09-10 Joel Brobecker <brobecker@adacore.com>
11402
11403 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
11404
7828a5f5
JB
114052014-09-10 Joel Brobecker <brobecker@adacore.com>
11406
11407 * gdb.dwarf2/dynarr-ptr.c: New file.
11408 * gdb.dwarf2/dynarr-ptr.exp: New file.
11409
33aeebcf
MR
114102014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11411
11412 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
11413 of 30 rather than hardcoding 120 for a slow test case. Take the
11414 `gdb,timeout' target setting into account for this calculation.
11415 Don't extend the timeout for the test cases that don't need it.
11416
7b415901
MR
114172014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11418
11419 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
11420 a factor of 2 for a slow test case. Take the `gdb,timeout'
11421 target setting into account for this calculation.
11422 * gdb.reverse/until-precsave.exp: Increase the timeout by
11423 a factor of 15 and 3 respectively rather than adding 120
11424 for a pair of slow test cases. Take the `gdb,timeout'
11425 target setting into account for this calculation.
11426
4a40f85a
MR
114272014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11428
11429 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
11430 timeout, don't pass one down to gdb_expect.
11431 (gdb_expect): Rework timeout selection.
11432
09635af7
MR
114332014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11434
11435 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
11436 exception on timeout.
11437 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
11438 (gdbserver_start_extended): Catch any `gdbserver_start' error
11439 exceptions.
11440 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
11441 * lib/mi-support.exp (mi_gdb_target_load): Catch any
11442 `gdbserver_gdb_load' error exceptions.
11443
2bdd10b7
MR
114442014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11445
11446 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
11447 120 on waiting for the TCP socket to open.
11448
316935f0
DE
114492014-09-09 Doug Evans <xdje42@gmail.com>
11450
11451 * gdb.base/default.exp (show_conv_list): Add _caller_is,
11452 _caller_matches, _any_caller_is, _any_caller_matches.
11453
83740597
DE
114542014-09-09 Doug Evans <xdje42@gmail.com>
11455
11456 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
11457
4c122fc3
YQ
114582014-09-09 Yao Qi <yao@codesourcery.com>
11459
11460 * gdb.mi/mi-var-display.exp: Set print symbol off.
11461
a9f116cb
GKB
114622014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
11463
11464 PR gdb/17035
11465 * gdb.base/commands.exp: Add tests to verify user-defined
11466 commands with empty bodies.
11467 * gdb.python/py-cmd.exp: Test that we don't show user-defined
11468 python commands in `show user command`.
11469 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
11470 scheme commands in `show user command`.
11471
c75bd3a2
JK
114722014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11473
11474 PR python/17355
11475 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
11476 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
11477 * gdb.python/py-framefilter-invalidarg.exp: New file.
11478 * gdb.python/py-framefilter-invalidarg.py: New file.
11479
faa42425
DE
114802014-09-06 Doug Evans <xdje42@gmail.com>
11481
11482 PR 15276
11483 * gdb.python/py-caller-is.c: New file.
11484 * gdb.python/py-caller-is.exp: New file.
11485
474ca4f6
SDJ
114862014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
11487
11488 PR gdb/17235
11489 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
11490 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
11491
eb0b0463
SDJ
114922014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
11493
11494 PR fortran/17237
11495 * gdb.fortran/print-formatted.exp: New file.
11496 * gdb.fortran/print-formatted.f90: Likewise.
11497
5f3b99cf
SS
114982014-09-03 Sasha Smundak <asmundak@google.com>
11499
11500 * gdb.python/py-frame.exp: Test Frame.read_register.
11501
7d793aa9
SDJ
115022014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
11503
11504 PR python/16699
11505 * gdb.python/py-completion.exp: New file.
11506 * gdb.python/py-completion.py: Likewise.
11507
fb0576e9
DE
115082014-08-28 Doug Evans <dje@google.com>
11509
11510 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
11511 eax,etc. are live with values set by gdb and thus the compiler can't
11512 use them.
11513 * gdb.arch/i386-pseudo.c (main): Ditto.
11514
ee92b0dd
DE
115152014-08-27 Doug Evans <dje@google.com>
11516
11517 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
11518
6649db35
DE
115192014-08-25 Doug Evans <dje@google.com>
11520
11521 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
11522 (main): Ditto.
11523
564b7600
DE
115242014-08-25 Doug Evans <dje@google.com>
11525
11526 * gdb.threads/thread-execl.exp: #include <stdio.h>.
11527
3881fb67
YQ
115282014-08-24 Yao Qi <yao@codesourcery.com>
11529
11530 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
11531 symbol off.
11532 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
11533
a05a36a5
DE
115342014-08-22 Doug Evans <dje@google.com>
11535
11536 PR 17276
11537 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
11538 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
11539 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
11540
7c343b48
YQ
115412014-08-22 Yao Qi <yao@codesourcery.com>
11542
11543 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
11544 * gdb.python/py-finish-breakpoint2.exp: Likewise.
11545 * gdb.python/python.exp: Likewise. Use .py file on the host
11546 instead of the build.
11547
22fd09ae
JK
115482014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11549
11550 * gdb.threads/gcore-stale-thread.c: New file.
11551 * gdb.threads/gcore-stale-thread.exp: New file.
11552
a8454a7c
PA
115532014-08-21 Pedro Alves <palves@redhat.com>
11554
11555 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
11556 * gdb.base/gcore-relro-pie.exp: Likewise.
11557 * gdb.base/gcore-relro.exp: Likewise.
11558 * gdb.base/gcore.exp: Likewise.
11559 * gdb.base/print-symbol-loading.exp: Likewise.
11560 * gdb.threads/gcore-thread.exp: Likewise.
11561 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
11562
2a31c623
PA
115632014-08-20 Pedro Alves <palves@redhat.com>
11564 Jan Kratochvil <jan.kratochvil@redhat.com>
11565
11566 * Makefile.in (EXTRA_RULES, CC): New variables, get from
11567 configure.
11568 (EXPECT): Handle READ1 being set.
11569 (all): Depend on EXTRA_RULES.
11570 (check-read1, expect-read1, read1.so, read1): New rules.
11571 * README (Testsuite Parameters): Document the READ1 make variable.
11572 (Race detection): New section.
11573 * configure: Regenerate.
11574 * configure.ac: If build==host==target, and running under a
11575 GNU/glibc system, add read1 to the extra Makefile rules.
11576 (EXTRA_RULES): AC_SUBST it.
11577 * lib/read1.c: New file.
11578
d36430db
JB
115792014-08-20 Joel Brobecker <brobecker@adacore.com>
11580
11581 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
11582 the handling of variables declared as a typedef to an array
11583 which a DW_AT_data_location attribute.
11584
9a0dc9e3
PA
115852014-08-19 Andrew Burgess <aburgess@broadcom.com>
11586 Pedro Alves <palves@redhat.com>
11587
11588 PR symtab/14604
11589 PR symtab/14605
11590 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
11591 gdb_test.
11592
0718a8da
PA
115932014-08-19 Pedro Alves <palves@redhat.com>
11594
11595 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
11596
13b448cd
YQ
115972014-08-19 Yao Qi <yao@codesourcery.com>
11598
11599 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
11600 right line.
11601
1cbf5077
DB
116022014-08-18 David Blaikie <dblaikie@gmail.com>
11603
11604 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
11605
bf0fae19
JB
116062014-08-18 Joel Brobecker <brobecker@adacore.com>
11607
11608 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
11609 attribute in array range.
11610
3c8c5dcc
JB
116112014-08-18 Joel Brobecker <brobecker@adacore.com>
11612
11613 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
11614
e66d4446
SC
116152014-08-15 Siva Chandra Reddy <sivachandra@google.com>
11616
11617 PR c++/17132
11618 * gdb.cp/pr17132.cc: New file.
11619 * gdb.cp/pr17132.exp: New file.
11620
940df408
SC
116212014-08-15 Siva Chandra Reddy <sivachandra@google.com>
11622
11623 * gdb.python/py-xmethods.py (A_getarrayind)
11624 (E_method_char_worker.__call__, E_method_int_worker.__call__):
11625 Use 'print' with function call syntax.
11626 (E_method_matcher.match): Fix tab vs space indentation mixup.
11627
ebcc6c3a
YQ
116282014-08-15 Yao Qi <yao@codesourcery.com>
11629
11630 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
11631 false.
11632
775e0f04
YQ
116332014-08-15 Yao Qi <yao@codesourcery.com>
11634
11635 * gdb.cp/casts.exp: Set print symbol off.
11636 * gdb.cp/class2.exp: Likewise.
11637 * gdb.cp/overload.exp: Likewise.
11638 * gdb.cp/templates.exp: Likewise.
11639
d769e349
DE
116402014-08-11 Doug Evans <dje@google.com>
11641
11642 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
11643 (test_load_shlib): Update.
11644
20c6f1e1
YQ
116452014-08-09 Yao Qi <yao@codesourcery.com>
11646
11647 * gdb.base/display.exp: Invoke is_address_zero_readable.
11648 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
11649 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
11650 * gdb.base/hbreak-unmapped.exp: Return if
11651 is_address_zero_readable returns true.
11652 * gdb.base/signest.exp: Likewise.
11653 * gdb.base/signull.exp: Likewise.
11654 * gdb.base/sigbpt.exp: Likewise.
11655 * gdb.guile/scm-disasm.exp: Do the test if
11656 is_address_zero_readable returns false.
11657 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
11658 * gdb.python/py-arch.exp: Likewise.
11659 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
11660 * lib/gdb.exp (is_address_zero_readable): New proc.
11661
5792e8e3
YQ
116622014-08-09 Yao Qi <yao@codesourcery.com>
11663
11664 PR testsuite/13443
11665 * gdb.mi/mi-var-display.exp: Make test messages unique.
11666
3cecbbbe
TT
116672014-08-04 Tom Tromey <tromey@redhat.com>
11668
11669 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
11670 target 0".
11671
00b51ff5
TT
116722014-08-04 Tom Tromey <tromey@redhat.com>
11673
11674 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
11675 "target_resume".
11676
6908c509
JB
116772014-08-01 Joel Brobecker <brobecker@adacore.com>
11678
11679 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
11680 inner_vla_struct_object_size.
11681 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
11682 as xfail.
11683
cc6563d2
PA
116842014-07-30 Pedro Alves <palves@redhat.com>
11685
11686 * gdb.threads/signal-command-handle-nopass.exp (test): Add
11687 comment.
11688
7e09a223
YQ
116892014-07-29 Yao Qi <yao@codesourcery.com>
11690
11691 PR gdb/17206
11692 * gdb.base/until-nodebug.exp: New.
11693
7ebdbe92
DE
116942014-07-28 Doug Evans <xdje42@gmail.com>
11695
11696 PR guile/17203
11697 * gdb.guile/scm-parameter.exp: Add tests for trying to create
11698 previously existing parameter, and previously ambiguously spelled
11699 parameter.
11700
fdb1adc6
WN
117012014-07-28 Will Newton <will.newton@linaro.org>
11702
11703 * gdb.base/varargs.exp: Remove KFAILs for ARM.
11704
186fcde0
DE
117052014-07-26 Ludovic Courtès <ludo@gnu.org>
11706 Doug Evans <xdje42@gmail.com>
11707
11708 PR guile/17146
11709 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
11710
70509625
PA
117112014-07-25 Pedro Alves <palves@redhat.com>
11712
11713 * gdb.threads/signal-command-handle-nopass.c: New file.
11714 * gdb.threads/signal-command-handle-nopass.exp: New file.
11715 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
11716 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
11717 * gdb.threads/signal-delivered-right-thread.c: New file.
11718 * gdb.threads/signal-delivered-right-thread.exp: New file.
11719
c3f814a1
PA
117202014-07-25 Pedro Alves <palves@redhat.com>
11721
11722 * gdb.base/double-prompt-target-event-error.exp
11723 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
11724 match.
11725 (cancel_pagination_in_target_event): Rework double prompt
11726 detection.
11727 * gdb.base/paginate-after-ctrl-c-running.exp
11728 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
11729 <return>' match.
11730 * gdb.base/paginate-bg-execution.exp
11731 (test_bg_execution_pagination_return)
11732 (test_bg_execution_pagination_cancel): Remove '-notransfer
11733 <return>' matches.
11734 * gdb.base/paginate-execution-startup.exp
11735 (test_fg_execution_pagination_return)
11736 (test_fg_execution_pagination_cancel): Remove '-notransfer
11737 <return>' matches.
11738 * gdb.base/paginate-inferior-exit.exp
11739 (test_paginate_inferior_exited): Remove '-notransfer <return>'
11740 match.
11741 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
11742 * lib/gdb.exp (pagination_prompt): Run text through
11743 string_to_regexp.
11744 (gdb_test_multiple): Match $pagination_prompt instead of
11745 "<return>".
11746 (string_to_regexp): Move to lib/gdb-utils.exp.
11747
e214cf6c
JK
117482014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11749
11750 * gdb.arch/amd64-entry-value-paramref.S: New file.
11751 * gdb.arch/amd64-entry-value-paramref.cc: New file.
11752 * gdb.arch/amd64-entry-value-paramref.exp: New file.
11753 * gdb.arch/amd64-optimout-repeat.S: New file.
11754 * gdb.arch/amd64-optimout-repeat.c: New file.
11755 * gdb.arch/amd64-optimout-repeat.exp: New file.
11756
17d0c5c8
JK
117572014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11758
11759 PR gdb/17170
11760 * gdb.base/statistics.exp: New file.
11761
b8b8facf
DE
117622014-07-17 Doug Evans <dje@google.com>
11763
74b49205 11764 PR gdb/17170
b8b8facf
DE
11765 * gdb.base/maint.exp: Update testing of per-command stats.
11766
1b5d0ab3
PA
117672014-07-16 Pedro Alves <palves@redhat.com>
11768
11769 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
11770 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
11771 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
11772 (tfile_write_buf): New functions.
11773 (add_memory_block): Rewrite using the above.
11774 (adjust_function_address): New function.
11775 (FUNCTION_ADDRESS): New macro.
11776 (write_basic_trace_file): Remove short_x local, and use
11777 tfile_write_16. Change type of func_addr local to unsigned long
11778 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
11779 here. Cast argument of add_memory_block to char pointer.
11780 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
11781 (main): Remove parameters.
11782 * gdb.trace/tfile.exp: Remove nowarnings.
11783
4d974e88
SM
117842014-07-15 Simon Marchi <simon.marchi@ericsson.com>
11785
11786 * gdb.base/debug-expr.exp: Test string evaluation with
11787 "debug expression" on.
11788
41e99568
PA
117892014-07-15 Pedro Alves <palves@redhat.com>
11790
11791 * gdb.base/reread.exp: Use clean_restart.
11792
487d9753
PL
117932014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
11794
11795 * gdb.arch/avr-flash-qualifer.c: New.
11796 * gdb.arch/avr-flash-qualifer.exp: New.
11797
cc1c52ad
PA
117982014-07-14 Pedro Alves <palves@redhat.com>
11799
11800 * gdb.base/paginate-after-ctrl-c-running.c: New file.
11801 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
11802
1e973570
PA
118032014-07-14 Pedro Alves <palves@redhat.com>
11804
11805 * gdb.base/double-prompt-target-event-error.c: New file.
11806 * gdb.base/double-prompt-target-event-error.exp: New file.
11807
93d6eb10
PA
118082014-07-14 Pedro Alves <palves@redhat.com>
11809
11810 PR gdb/17072
11811 * gdb.base/paginate-inferior-exit.c: New file.
11812 * gdb.base/paginate-inferior-exit.exp: New file.
11813
0017922d
PA
118142014-07-14 Pedro Alves <palves@redhat.com>
11815
11816 PR gdb/17072
11817 * gdb.base/paginate-bg-execution.c: New file.
11818 * gdb.base/paginate-bg-execution.exp: New file.
11819
94696ad3
PA
118202014-07-14 Pedro Alves <palves@redhat.com>
11821
11822 PR gdb/17072
11823 * gdb.base/paginate-execution-startup.c: New file.
11824 * gdb.base/paginate-execution-startup.exp: New file.
11825 * lib/gdb.exp (pagination_prompt): New global.
11826 (default_gdb_spawn): New procedure, factored out from
11827 default_gdb_spawn.
11828 (default_gdb_start): Adjust to call default_gdb_spawn.
11829 (gdb_spawn): New procedure.
11830
bd293940
PA
118312014-07-14 Pedro Alves <palves@redhat.com>
11832
11833 * lib/gdb.exp (gdb_assert): New procedure.
11834 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
11835
c933f875
PA
118362014-07-14 Pedro Alves <palves@redhat.com>
11837
11838 * gdb.base/execution-termios.c: New file.
11839 * gdb.base/execution-termios.exp: New file.
11840
d98b7a16
TT
118412014-07-14 Tom Tromey <tromey@redhat.com>
11842
11843 * gdb.cp/vla-cxx.cc: New file.
11844 * gdb.cp/vla-cxx.exp: New file.
11845
548740d6
TT
118462014-07-14 Tom Tromey <tromey@redhat.com>
11847
11848 * gdb.reverse/rerun-prec.c: New file.
11849 * gdb.reverse/rerun-prec.exp: New file.
11850
a25eb028
MR
118512014-07-12 Maciej W. Rozycki <macro@mips.com>
11852 Maciej W. Rozycki <macro@codesourcery.com>
11853
11854 * lib/gdb-utils.exp: New file.
11855 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
11856 inline `gdb_init_command' processing.
11857 (gdb_start_cmd): Likewise.
11858 * lib/mi-support.exp (mi_run_cmd): Likewise.
11859 * README: Document `gdb_init_command' and `gdb_init_commands'.
11860
218c2655
JK
118612014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11862
11863 Fix false FAIL running under a very long directory name.
11864 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
11865 and "set print elements 10000". Twice.
11866
5401fde3
YQ
118672014-07-11 Yao Qi <yao@codesourcery.com>
11868
11869 * gdb.base/exprs.exp: "set print symbol off".
11870
e76126e8
PA
118712014-07-11 Pedro Alves <palves@redhat.com>
11872
11873 * gdb.threads/kill.c: New file.
11874 * gdb.threads/kill.exp: New file.
11875
2d6f0de6
YQ
118762014-07-10 Yao Qi <yao@codesourcery.com>
11877
11878 * gdb.trace/tfile.c (write_basic_trace_file)
11879 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
11880 address written to trace file.
11881
7180e04a
PA
118822014-07-09 Pedro Alves <palves@redhat.com>
11883
11884 * gdb.base/attach-wait-input.exp: New file.
11885 * gdb.base/attach-wait-input.c: New file.
11886
9a9a7608
AB
118872014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
11888
11889 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
11890 setting up test structures.
11891 (main): Call new test function.
11892 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
11893 test function, continue into test function and walk test
11894 structures.
11895
161ac41e
YQ
118962014-07-02 Yao Qi <yao@codesourcery.com>
11897
11898 * gdb.trace/entry-values.c: Define labels 'foo_start' and
11899 'bar_start' at the beginning of functions 'foo' and 'bar'
11900 respectively.
11901 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
11902 instead of 'foo' and 'bar'.
11903
1f267ae3
MM
119042014-07-08 Markus Metzger <markus.t.metzger@intel.com>
11905
11906 * gdb.btrace/segv.exp: New.
11907 * gdb.btrace/segv.c: New.
11908
2b239efb
LM
119092014-07-02 Luis Machado <lgustavo@codesourcery.com>
11910
11911 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
11912 instruction.
11913
cf363f18
MW
119142014-06-30 Mark Wielaard <mjw@redhat.com>
11915
11916 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
11917 vulture, vilify, villar): New volatile array constants.
11918 (vindictive, vegetation): New const volatile array constants.
11919 * gdb.base/volatile.exp: Test volatile and const volatile array
11920 types.
11921
aebf9d24
AA
119222014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11923
11924 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
11925 target lacks support for awatch, rwatch, or hbreak.
11926
b67a2c6f
YQ
119272014-06-27 Yao Qi <yao@codesourcery.com>
11928
11929 * gdb.multi/dummy-frame-restore.exp: New.
11930 * gdb.multi/dummy-frame-restore.c: New.
11931
aef92902
MM
119322014-06-25 Markus Metzger <markus.t.metzger@intel.com>
11933
11934 * gdb.btrace/gcore.exp: New.
11935
8e9db26e
PA
119362014-06-23 Pedro Alves <palves@redhat.com>
11937
11938 * gdb.base/watchpoint-reuse-slot.c: New file.
11939 * gdb.base/watchpoint-reuse-slot.exp: New file.
11940
70afc5b7
SC
119412014-06-23 Siva Chandra Reddy <sivachandra@google.com>
11942
11943 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
11944 progspace's filename in 'info', 'enable' and 'disable' command
11945 tests.
11946
b972bd9c
JK
119472014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
11948
11949 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
11950 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
11951 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
11952
125f8a3d
GB
119532014-06-20 Gary Benson <gbenson@redhat.com>
11954
11955 * gdb.arch/i386-avx.exp: Fix include file location.
11956 * gdb.arch/i386-sse.exp: Likewise.
11957
3ed9baed
IB
119582014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
11959
11960 * gdb.dlang/expression.exp: New file.
11961
034f788c
PA
119622014-06-19 Pedro Alves <palves@redhat.com>
11963
11964 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
11965 out from ...
11966 (top level): ... here. Iterate running tests under different
11967 scheduler-locking settings.
11968
45371d0c
LM
119692014-06-18 Luis Machado <lgustavo@codesourcery.com>
11970
11971 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
11972 to DW_FORM_addr and use non-zero addresses.
11973
5d376983
SC
119742014-06-18 Siva Chandra Reddy <sivachandra@google.com>
11975
11976 PR gdb/17017
11977 * gdb.python/py-xmethods.cc: Add global function call counters and
11978 increment them in their respective functions. Remove "cout"
11979 statements.
11980 * gdb.python/py-xmethods.exp: Make tests check the global function
11981 call counters instead of depending on inferior IO.
11982
a1aa2221
LM
119832014-06-18 Don Breazeal <donb@codesourcery.com>
11984
11985 * gdb.base/foll-fork.exp (default_fork_parent_follow):
11986 Deleted procedure.
11987 (explicit_fork_parent_follow): Deleted procedure.
11988 (explicit_fork_child_follow): Deleted procedure.
11989 (test_follow_fork): New procedure.
11990 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 11991 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
11992 procedure calls.
11993
0fc05997
YQ
119942014-06-17 Yao Qi <yao@codesourcery.com>
11995
11996 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
11997 CP1252.
11998
70795c52
LM
119992014-06-17 Luis Machado <lgustavo@codesourcery.com>
12000
12001 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
12002 Initialize ptr and S explicitly.
12003 (skip_type_update_when_not_use_rtti_test): Likewise.
12004
6be47f0c
KS
120052014-06-16 Keith Seitz <keiths@redhat.com>
12006
12007 PR mi/15863
12008 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
12009 the inferior is started.
12010
d03de421
PA
120112014-06-16 Pedro Alves <palves@redhat.com>
12012
12013 * gdb.base/break-main-file-remove-fail.c: New file.
12014 * gdb.base/break-main-file-remove-fail.exp: New file.
12015 * gdb.base/break-unload-file.exp: Use build_executable instead of
12016 prepare_for_testing.
12017 (test_break): New parameter "initial_load". Handle it.
12018 (top level): Add initial_load cmdline/file axis.
12019
f9579b99
TT
120202014-06-12 Tom Tromey <tromey@redhat.com>
12021
12022 * gdb.base/completion.exp: Don't use directory name in test.
12023
3657956b
GB
120242014-06-09 Gary Benson <gbenson@redhat.com>
12025
12026 * gdb.base/sigall.c [Functions to send signals]: Reorder to
12027 separate the always-available ANSI-standard signals from the
12028 signals that require checking.
12029 (main): Likewise.
12030 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
12031 Likewise.
12032 (main): Likewise.
12033
4186eb54
KS
120342014-06-07 Keith Seitz <keiths@redhat.com>
12035
12036 Revert:
12037 PR c++/16253
12038 * gdb.cp/var-tag.cc: New file.
12039 * gdb.cp/var-tag.exp: New file.
12040 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
12041 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
12042 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
12043 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
12044
25326a28 120452014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
12046
12047 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
12048
829155c9
PA
120492014-06-06 Pedro Alves <palves@redhat.com>
12050
12051 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
12052 in target debug output instead of looking at RSP packets,
12053 disabling the test on any target that uses hardware stepping.
12054 Update comments.
12055
61c8d22e
PA
120562014-06-06 Pedro Alves <palves@redhat.com>
12057
12058 * gdb.base/break-unload-file.exp: Fix typo.
12059
d9a47287
YQ
120602014-06-06 Yao Qi <yao@codesourcery.com>
12061
12062 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
12063 from "jit_function" to "^jit_function".
12064
e5e01dbf
YQ
120652014-06-06 Yao Qi <yao@codesourcery.com>
12066
12067 * gdb.base/async.c (foo): Add one statement.
12068 * gdb.base/async.exp: Get the next instruction address and
12069 match the output of "nexti" by instruction address. Match
12070 the hex address in the output of "finish".
12071
73ba372c
GB
120722014-06-06 Gary Benson <gbenson@redhat.com>
12073
12074 * gdb.base/call-signals.c: Remove preprocessor conditionals
12075 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
12076 SIGSEGV and SIGTERM.
12077 * gdb.base/sigall.c: Likewise.
12078 * gdb.base/unwindonsignal.c: Likewise.
12079 * gdb.reverse/sigall-reverse.c: Likewise.
12080
831517df
YQ
120812014-06-06 Yao Qi <yao@codesourcery.com>
12082
12083 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
12084 readable, skip the test.
12085
b8b91e98
YQ
120862014-06-06 Yao Qi <yao@codesourcery.com>
12087
12088 * gdb.threads/staticthreads.c (thread_function): Move the line
12089 setting breakpoint on forward.
12090 * gdb.threads/staticthreads.exp: Update comments.
12091
fb934770
LC
120922014-06-05 Ludovic Courtès <ludo@gnu.org>
12093
12094 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
12095 "history-append! type error".
12096
6ef284bd
SM
120972014-06-05 Simon Marchi <simon.marchi@ericsson.com>
12098
12099 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
12100 erroneous dprintf expected input.
12101
a872e241
DE
121022014-06-04 Doug Evans <xdje42@gmail.com>
12103
12104 * gdb.guile/scm-generics.exp: Delete.
12105
16f691fb
DE
121062014-06-04 Doug Evans <xdje42@gmail.com>
12107
12108 * gdb.guile/scm-breakpoint.exp: Update.
12109 Add tests for breakpoint registration.
12110
012370f6
TT
121112014-06-04 Tom Tromey <tromey@redhat.com>
12112
12113 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
12114 VLA-in-union.
12115 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
12116 inner_vla_struct, vla_union types. Initialize objects of those
12117 types and compute their sizes.
12118
9f5a4cef
HZ
121192014-06-04 Nathan Sidwell <nathan@codesourcery.com>
12120 Hui Zhu <hui@codesourcery.com>
12121
12122 * gdb.base/fileio.exp: Add test for shell not available as well as
12123 available.
12124 * gdb.base/fileio.c (test_system): Check for shell twice.
12125
90a45c4d
YQ
121262014-06-04 Yao Qi <yao@codesourcery.com>
12127
12128 * gdb.base/auto-connect-native-target.exp: Remove redundant
12129 space from the regexp pattern.
12130
70017e41
YQ
121312014-06-04 Yao Qi <yao@codesourcery.com>
12132
12133 * gdb.base/default.exp: Replace "child" with "native" in
12134 regexp pattern.
12135
883964a7
SC
121362014-06-03 Siva Chandra Reddy <sivachandra@google.com>
12137
12138 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
12139 * gdb.python/py-xmethods.exp: New tests to test xmethods.
12140 * gdb.python/py-xmethods.py: Python script supporting the
12141 new testcase and tests.
12142
ef370185
JB
121432014-06-03 Joel Brobecker <brobecker@adacore.com>
12144 Pedro Alves <palves@redhat.com>
12145
12146 PR breakpoints/17000
12147 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
12148 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
12149
1e2ccb61
BM
121502014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
12151
12152 * gdb.base/subst.exp: Add tests to verify partial path matching
12153 output.
12154
c6ec5ab2
PA
121552014-06-03 Pedro Alves <palves@redhat.com>
12156
12157 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
12158 target that doesn't use software single-stepping.
12159
835c559f
PA
121602014-06-03 Pedro Alves <palves@redhat.com>
12161
12162 PR breakpoints/17000
12163 * gdb.base/sss-bp-on-user-bp-2.c: New file.
12164 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
12165
06eb1586
DE
121662014-06-02 Doug Evans <xdje42@gmail.com>
12167
12168 * gdb.guile/scm-parameter.exp: New file.
12169
e698b8c4
DE
121702014-06-02 Doug Evans <xdje42@gmail.com>
12171
12172 * gdb.guile/scm-cmd.c: New file.
12173 * gdb.guile/scm-cmd.exp: New file.
12174
ded03782
DE
121752014-06-02 Doug Evans <xdje42@gmail.com>
12176
12177 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
12178 pretty-printer lookup.
12179 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
12180 (make-pp_s-printer): Call it.
12181 (make-pretty-printer-from-dict): New function.
12182 (lookup-pretty-printer-maker-from-dict): New function.
12183 (*pretty-printer*): Simplify.
12184 (make-objfile-pp_s-printer): New function.
12185 (install-objfile-pretty-printers!): New function.
12186 (make-progspace-pp_s-printer): New function.
12187 (install-progspace-pretty-printers!): New function.
12188 * gdb.guile/scm-progspace.c: New file.
12189 * gdb.guile/scm-progspace.exp: New file.
12190
41fac0cf
PA
121912014-06-02 Pedro Alves <palves@redhat.com>
12192
12193 * gdb.base/dprintf-bp-same-addr.c: New file.
12194 * gdb.base/dprintf-bp-same-addr.exp: New file.
12195
96ae5695
EBM
121962014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12197
12198 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
12199 * gdb.arch/powerpc-power.s: Likewise.
12200
da02b3a8
JB
122012014-06-02 Joel Brobecker <brobecker@adacore.com>
12202
12203 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
12204
c72b2e7b
YQ
122052014-06-01 Yao Qi <yao@codesourcery.com>
12206
12207 * gdb.base/watchpoint.exp (test_watch_location): Check null
12208 pointer can be dereferenced. If not, do the test, otherwise
12209 skip it.
12210
53e8a631
AB
122112014-05-30 Andrew Burgess <aburgess@broadcom.com>
12212
12213 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
12214 results.
12215 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
12216
938f0e2f
AB
122172014-05-30 Andrew Burgess <aburgess@broadcom.com>
12218
12219 * gdb.arch/amd64-invalid-stack-middle.S: New file.
12220 * gdb.arch/amd64-invalid-stack-middle.c: New file.
12221 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
12222 * gdb.arch/amd64-invalid-stack-top.c: New file.
12223 * gdb.arch/amd64-invalid-stack-top.exp: New file.
12224
9ba6657a
PA
122252014-05-30 Pedro Alves <palves@redhat.com>
12226
12227 PR breakpoints/17000
12228 * gdb.base/sss-bp-on-user-bp.c: New file.
12229 * gdb.base/sss-bp-on-user-bp.exp: New file.
12230
522c09bf
DB
122312014-05-30 David Blaikie <dblaikie@gmail.com>
12232
12233 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
12234 gnu_inline semantics via attribute.
12235 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
12236 source explicitly specifies the required semantics.
12237
bf4ef81e
MR
122382014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
12239
12240 * gdb.reverse/sigall-reverse.exp: Fix a typo.
12241
329ea579
PA
122422014-05-29 Pedro Alves <palves@redhat.com>
12243 Tom Tromey <tromey@redhat.com>
12244
12245 * gdb.base/async-shell.exp: Don't enable target-async.
12246 * gdb.base/async.exp
12247 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
12248 parameter. Adjust.
12249 (top level): Don't test with "target-async".
12250 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
12251 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
12252 * gdb.base/inferior-died.exp: Don't enable target-async.
12253 * gdb.base/interrupt-noterm.exp: Likewise.
12254 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
12255 * gdb.mi/mi-nonstop-exit.exp: Likewise.
12256 * gdb.mi/mi-nonstop.exp: Likewise.
12257 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
12258 * gdb.mi/mi-nsintrall.exp: Likewise.
12259 * gdb.mi/mi-nsmoribund.exp: Likewise.
12260 * gdb.mi/mi-nsthrexec.exp: Likewise.
12261 * gdb.mi/mi-watch-nonstop.exp: Likewise.
12262 * gdb.multi/watchpoint-multi.exp: Adjust comment.
12263 * gdb.python/py-evsignal.exp: Don't enable target-async.
12264 * gdb.python/py-evthreads.exp: Likewise.
12265 * gdb.python/py-prompt.exp: Likewise.
12266 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
12267 * gdb.server/solib-list.exp: Don't enable target-async.
12268 * gdb.threads/thread-specific-bp.exp: Likewise.
12269 * lib/mi-support.exp: Adjust to use mi-async.
12270
fd664c91
PA
122712014-05-29 Pedro Alves <palves@redhat.com>
12272
12273 PR gdb/13860
12274 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
12275 reason, even in sync mode.
12276
251bde03
PA
122772014-05-29 Pedro Alves <palves@redhat.com>
12278 Hui Zhu <hui@codesourcery.com>
12279
12280 PR PR15693
12281 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
12282 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
12283 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
12284 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
12285
7f3c0343
JB
122862014-05-28 Joel Brobecker <brobecker@adacore.com>
12287
12288 * config/monitor.exp (gdb_target_monitor): Replace use of
12289 "set remotebaud" by "set serial baud".
12290
b2715b27
AW
122912014-05-26 Andy Wingo <wingo@igalia.com>
12292
12293 * gdb.guile/scm-breakpoint.exp:
12294 * gdb.guile/scm-gsmob.exp: Update to use plain old object
12295 properties instead of gdb-object-properties.
12296
498a4489
YQ
122972014-05-26 Yao Qi <yao@codesourcery.com>
12298
12299 * gdb.server/no-thread-db.exp: Specify source file name
12300 explicitly when setting a breakpoint.
12301
589fdceb
MM
123022014-05-23 Markus Metzger <markus.t.metzger@intel.com>
12303
12304 * gdb.btrace/vdso.c: New.
12305 * gdb.btrace/vdso.exp: New.
12306
e9089e05
MM
123072014-05-23 Markus Metzger <markus.t.metzger@intel.com>
12308
12309 * gdb.base/gcore.exp (capture_command_output): Move ...
12310 * lib/gdb.exp (capture_command_output): ... here.
12311
67b5c0c1
MM
123122014-05-23 Markus Metzger <markus.t.metzger@intel.com>
12313
12314 * gdb.btrace/data.exp: Test memory access during btrace replay.
12315
a2199296
SM
123162014-05-22 Simon Marchi <simon.marchi@ericsson.com>
12317
12318 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
12319
17b2616c
PA
123202014-05-21 Pedro Alves <palves@redhat.com>
12321
12322 PR gdb/13860
12323 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
12324 (top level): Test that output related to execution commands is
12325 sent to the console with CLI commands, but not with MI commands.
12326 Test that breakpoint events are always mirrored to the console.
12327 Also expect the new source line to be output after a "next" in
12328 async mode too. Make it a pass/fail test.
12329 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
12330 output.
12331 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
12332
5166082f
PA
123332014-05-21 Pedro Alves <palves@redhat.com>
12334
12335 * gdb.base/list.exp (build_pattern, test_list): New procedures.
12336 Use them to test variations of "list" after reaching a breakpoint.
12337 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
12338 Test "list" with listsize 10 after reaching a breakpoint.
12339 * gdb.python/python.exp (decode_line current location line
12340 number): Adjust expected line number.
12341
2f25d70f
SM
123422014-05-21 Simon Marchi <simon.marchi@ericsson.com>
12343
12344 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
12345 behavior for $args, pass it directly to "run".
12346
ff604a67
MR
123472014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
12348
12349 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
12350 30000 to 65536.
12351
6a3cb8e8
PA
123522014-05-21 Pedro Alves <palves@redhat.com>
12353
12354 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
12355 auto-connect-native-target off".
12356 * gdb.base/auto-connect-native-target.c: New file.
12357 * gdb.base/auto-connect-native-target.exp: New file.
12358
4ebfc96e
PA
123592014-05-21 Pedro Alves <palves@redhat.com>
12360
12361 * gdb.base/default.exp: Test "target native" instead of "target
12362 child".
12363
36d46afb
MW
123642014-05-21 Mark Wielaard <mjw@redhat.com>
12365
12366 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12367
5876f503
JK
123682014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12369
12370 Fix TLS access for -static -pthread.
12371 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
12372 <HAVE_TLS> (thread_function, main): Initialize it.
12373 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
12374 Add clean_restart.
12375 <$have_tls != "">: Check TLSVAR.
12376
0256a6ac
PA
123772014-05-21 Pedro Alves <palves@redhat.com>
12378
12379 * gdb.base/dcache-line-read-error.c: New.
12380 * gdb.base/dcache-line-read-error.exp: New.
12381
936d2992
PA
123822014-05-20 Pedro Alves <palves@redhat.com>
12383
12384 * gdb.base/compare-sections.c: New file.
12385 * gdb.base/compare-sections.exp: New file.
12386
802e8e6d
PA
123872014-05-20 Pedro Alves <palves@redhat.com>
12388
12389 * gdb.base/break-idempotent.c: New file.
12390 * gdb.base/break-idempotent.exp: New file.
12391
e59fa00f
MM
123922014-05-20 Markus Metzger <markus.t.metzger@intel.com>
12393
12394 * gdb.btrace/nohist.exp: New.
12395
8b696e31
YQ
123962014-05-20 Yao Qi <yao@codesourcery.com>
12397
12398 * lib/gdb.exp (gdb_init): Set timeout if test file is under
12399 gdb.reverse directory and gdb_reverse_timeout exists in board
12400 setting.
12401 * README: Document gdb_reverse_timeout.
12402
73c9764f
YQ
124032014-05-20 Yao Qi <yao@codesourcery.com>
12404
12405 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
12406 'test_file_name'. Treat args as a string instead of a list.
12407 (gdb_init): Rename argument 'args' by 'test_file_name'.
12408
f1f4348a
JK
124092014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12410
12411 * gdb.arch/powerpc-power.exp: New file.
12412 * gdb.arch/powerpc-power.s: New file.
12413
0dbe70ce
DE
124142014-05-16 Doug Evans <dje@google.com>
12415
12416 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
12417 * gdb.base/completion.exp: Check that all expected files exist
12418 before doing file completion.
0dbe70ce 12419
8d551b02
DE
124202014-05-16 Doug Evans <dje@google.com>
12421
12422 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
12423 Update.
12424 (do_syscall_tests_without_xml): Update.
12425
73eb7709
PA
124262014-05-16 Pedro Alves <palves@redhat.com>
12427
12428 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
12429 instead of "unknown output after running".
12430
3fae92fc
YQ
124312014-05-16 Yao Qi <yao@codesourcery.com>
12432
12433 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
12434 file1.txt from host at the end.
12435 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
12436
c2b2ccc5
DE
124372014-05-15 Doug Evans <dje@google.com>
12438
12439 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
12440 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
12441 loading file. Add test for TU lookup.
12442
8c217a4b
SM
124432014-05-15 Simon Marchi <simon.marchi@ericsson.com>
12444
12445 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
12446 calling "-exec-arguments" or "set args" before running the
12447 inferior.
12448
3deb39c6
SM
124492014-05-15 Simon Marchi <simon.marchi@ericsson.com>
12450
12451 * lib/mi-support.exp (mi_expect_stop): Expect message for
12452 inferiors that exit with non-zero exit code.
12453
71a79f8c
YQ
124542014-05-14 Yao Qi <yao@codesourcery.com>
12455
12456 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
12457 match absolute path on remote host.
12458 (test_file_list_exec_source_files): Remove "/" from the
12459 pattern.
12460
f23fcd46
YQ
124612014-05-14 Yao Qi <yao@codesourcery.com>
12462
12463 * boards/local-remote-host-notty.exp (${board}_file): New
12464 proc.
12465
9404b58f
KM
124662014-05-07 Kyle McMartin <kyle@redhat.com>
12467
12468 Pushed by Joel Brobecker <brobecker@adacore.com>.
12469 * gdb.arch/aarch64-atomic-inst.c: New file.
12470 * gdb.arch/aarch64-atomic-inst.exp: New file.
12471
5e45f04c
YQ
124722014-05-07 Yao Qi <yao@codesourcery.com>
12473
12474 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
12475 in current context" too.
12476
c888a17d
KS
124772014-05-05 Keith Seitz <keiths@redhat.com>
12478
12479 * gdb.linespec/ls-dollar.exp: Add test for linespec
12480 file:convenience_variable.
12481
290a839c
YQ
124822014-05-05 Yao Qi <yao@codesourcery.com>
12483
12484 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
12485 traceframes into tfile and ctf trace files. Read data from
12486 trace file and test collected data.
12487 (gdb_collect_locals_test): Likewise.
12488 (gdb_unavailable_registers_test): Likewise.
12489 (gdb_unavailable_floats): Likewise.
12490 (gdb_collect_globals_test): Likewise.
12491 (top-level): Append "ctf" to trace_file_targets if GDB
12492 supports.
12493
b5262cd0
YQ
124942014-05-05 Yao Qi <yao@codesourcery.com>
12495
12496 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
12497 code to ...
12498 (gdb_collect_args_test_1): ... it. New proc.
12499 (gdb_collect_locals_test): Move some code to ...
12500 (gdb_collect_locals_test_1): ... it. New proc.
12501 (gdb_unavailable_registers_test): Move some code to ...
12502 (gdb_unavailable_registers_test_1): ... it. New proc.
12503 (gdb_unavailable_floats): Move some code to ...
12504 (gdb_unavailable_floats_1): ... it. New proc.
12505
30a1e6cc
SDJ
125062014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
12507
12508 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
12509 probes to test for bitness recognition.
12510 * gdb.arch/amd64-stap-optional-prefix.exp
12511 (test_probe_value_without_reg): New procedure.
12512 Add code to test for different kinds of bitness.
12513
f33da99a
SDJ
125142014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
12515
12516 PR breakpoints/16889
12517 * gdb.arch/amd64-stap-optional-prefix.S: New file.
12518 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
12519
5b80f00d
PA
125202014-05-01 Pedro Alves <palves@redhat.com>
12521
12522 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
12523 gdb_file_cmd if no file is specified.
12524 * boards/native-extended-gdbserver.exp (gdb_load): Use the
12525 last_loaded_file to set the remote exec-file.
12526
f8c2a73c
PA
125272014-05-01 Pedro Alves <palves@redhat.com>
12528
12529 * boards/local-remote-host.exp: New file.
12530
be6e8ac7
PA
125312014-05-01 Pedro Alves <palves@redhat.com>
12532
12533 * boards/local-remote-host.exp: Rename to ...
12534 * boards/local-remote-host-notty.exp: ... this.
12535
cac0dc8f
JB
125362014-04-28 Joel Brobecker <brobecker@adacore.com>
12537
12538 * gdb.ada/dyn_arrayidx: New testcase.
12539
9730e6cc
YQ
125402014-04-26 Yao Qi <yao@codesourcery.com>
12541
12542 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
12543 and compute the length of function main. Save it in
12544 $main_length.
12545 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
12546 (top-level): Use gdb_compile to compile objects into
12547 executable and restart GDB. Remove invocation to
12548 prepare_for_testing.
12549
7ae1a6a6
PA
125502014-04-25 Simon Marchi <simon.marchi@ericsson.com>
12551 Pedro Alves <palves@redhat.com>
12552
12553 PR server/16255
12554 * gdb.multi/multi-attach.c: New file.
12555 * gdb.multi/multi-attach.exp: New file.
12556
4082afcc
PA
125572014-04-25 Pedro Alves <palves@redhat.com>
12558
12559 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
12560 user.
12561 (top level): Test that "set remote conditional-breakpoints-packet
12562 off" works as intended.
12563 * gdb.base/dprintf.exp: Test that "set remote
12564 breakpoint-commands-packet off" works as intended.
12565 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
12566 New function.
12567 (top level): Call it.
12568 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
12569 remote fast-tracepoints-packet off" works as intended.
12570 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
12571 * lib/gdb.exp (gdb_is_target_remote): ... here.
12572
2abc3f8d
DB
125732014-04-24 David Blaikie <dblaikie@gmail.com>
12574
12575 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
12576 ensure clang would not discard them.
12577 * gdb.base/gdbvars.c: Ditto.
12578 * gdb.base/memattr.c: Ditto.
12579 * gdb.base/whatis.c: Ditto.
12580 * gdb.python/py-prettyprint.c: Ditto.
12581 * gdb.trace/actions.c: Ditto.
12582 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
12583 ensure clang would not discard it.
12584
bfd39632
DB
125852014-04-24 David Blaikie <dblaikie@gmail.com>
12586
12587 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
12588 clang to emit the full definition of type required by the test
12589 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
12590
22842ff6
DB
125912014-04-24 David Blaikie <dblaikie@gmail.com>
12592
12593 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
12594 coax Clang into emitting the definition of the type.
12595 * gdb.cp/pr10728-x.h (y): Ditto.
12596 * gdb.cp/pr10728-y.cc (y): Ditto.
12597
c2e827ad
DB
125982014-04-24 David Blaikie <dblaikie@gmail.com>
12599
12600 * gdb.base/label.exp: XFAIL label related tests under Clang.
12601 * gdb.cp/cplabel.exp: Ditto.
12602 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
12603 under Clang those using labels.
12604
4c2d33e7
YQ
126052014-04-25 Yao Qi <yao@codesourcery.com>
12606
12607 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
12608 double_label.
12609 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
12610 partial_label and double_label.
12611
56083b99
DB
126122014-04-24 David Blaikie <dblaikie@gmail.com>
12613
12614 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
12615
25d4e99d
DB
126162014-04-24 David Blaikie <dblaikie@gmail.com>
12617
12618 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
12619 of the function to work across GCC and Clang.
12620 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
12621 pointer types (const void ** const V void **).
12622
01f9f808
MS
126232014-04-24 Michael Sturm <michael.sturm@mintel.com>
12624 Walfred Tedeschi <walfred.tedeschi@intel.com>
12625
12626 * Makefile.in (EXECUTABLES): Added i386-avx512.
12627 * gdb.arch/i386-avx512.c: New file.
12628 * gdb.arch/i386-avx512.exp: Likewise.
12629
4b48d439
KS
126302014-04-23 Keith Seitz <keiths@redhat.com>
12631
12632 * lib/mi-support.exp (mi_list_breakpoints): Delete.
12633 (mi_make_breakpoint_table): New procedure.
12634 (mi_create_breakpoint): Use mi_make_breakpoint
12635 and return the result.
12636 (mi_make_breakpoint): New procedure.
12637 (mi_build_kv_pairs): New procedure.
12638
12639 * gdb.mi/mi-break.exp: Remove unused globals,
12640 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
12641 All callers updated.
12642 * gdb.mi/mi-dprintf.exp: Use variable to track command
12643 number.
12644 Update all callers of mi_create_breakpoint and use
12645 mi_make_breakpoint_table.
12646 Remove any unused global variables.
12647 * gdb.mi/mi-nonstop.exp: Likewise.
12648 * gdb.mi/mi-nsintrall.exp: Likewise.
12649 * gdb.mi/mi-nsmoribund.exp: Likewise.
12650 * gdb.mi/mi-nsthrexec.exp: Likewise.
12651 * gdb.mi/mi-reverse.exp: Likewise.
12652 * gdb.mi/mi-simplerun.exp: Likewise.
12653 * gdb.mi/mi-stepn.exp: Likewise.
12654 * gdb.mi/mi-syn-frame.exp: Likewise.
12655 * gdb.mi/mi-until.exp: Likewise.
12656 * gdb.mi/mi-var-cp.exp: Likewise.
12657 * gdb.mi/mi-var-display.exp: Likewise.
12658 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
12659 * gdb.mi/mi2-var-child.exp: Likewise.
12660 * gdb.mi/mi-vla-c99.exp: Likewise.
12661 * lib/mi-support.exp: Likewise.
12662
12663 From Ian Lance Taylor <iant@cygnus.com>:
12664 * lib/gdb.exp (parse_args): New procedure.
12665
08351840
PA
126662014-04-23 Pedro Alves <palves@redhat.com>
12667
12668 * gdb.base/break-unload-file.c: New file.
12669 * gdb.base/break-unload-file.exp: New file.
12670 * gdb.base/sym-file-lib.c (baz): New function.
12671 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
12672 field.
12673 (load): Store the segment's mapped size.
12674 (unload): New function.
12675 (unload_shlib): New function.
12676 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
12677 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
12678 set a breakpoint at baz, and call it.
12679 * gdb.base/sym-file.exp: New tests for stale breakpoint
12680 instructions.
12681
076855f9
PA
126822014-04-23 Pedro Alves <palves@redhat.com>
12683
12684 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
12685 * gdb.base/hbreak-in-shr-unsupported.c: New file.
12686 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
12687 * gdb.base/hbreak-unmapped.c: New file.
12688 * gdb.base/hbreak-unmapped.exp: New file.
12689 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
12690 * lib/gdb.exp (gdb_is_target_remote): ... here.
12691
483805cf
PA
126922014-04-22 Pedro Alves <palves@redhat.com>
12693
12694 * gdb.base/consecutive-step-over.c: New file.
12695 * gdb.base/consecutive-step-over.exp: New file.
12696
06d97543
PA
126972014-04-22 Pedro Alves <palves@redhat.com>
12698
12699 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
12700 instead of send_gdb/gdb_expect.
12701
b4429ea2
YQ
127022014-04-22 Yao Qi <yao@codesourcery.com>
12703
12704 * lib/trace-support.exp (generate_tracefile): New procedure.
12705 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
12706 return 0.
12707 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
12708 if generate_tracefile returns 1.
12709
51d48146
PA
127102014-04-18 Tom Tromey <palves@redhat.com>
12711 Pedro alves <tromey@redhat.com>
12712
12713 PR backtrace/15558
12714 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
12715 with a backtrace limit.
12716 * gdb.python/py-frame-inline.exp: Test running to an inline
12717 function with a backtrace limit, and printing the newest frame.
12718 * gdb.python/py-frame-inline.c (main): Call f.
12719
bd1dce5f
MS
127202014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
12721
12722 * gdb.java/jnpe.exp: Drop srcdir from untested path.
12723
40d1a503
MS
127242014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
12725
12726 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
12727 Drop prefix from unsupported source file path.
12728
389b98f7
YQ
127292014-04-17 Yao Qi <yao@codesourcery.com>
12730
12731 * lib/gdb.exp (with_target_charset): New proc.
12732 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
12733 with_target_charset.
12734 (test_print_strings): Likewise.
12735 (test_repeat_bytes): Likewise.
12736 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
12737 for some tests.
12738
22869d73
KS
127392014-04-16 Keith Seitz <keiths@redhat.com>
12740
12741 PR gdb/15827
12742 * gdb.dwarf2/corrupt.c: New file.
12743 * gdb.dwarf2/corrupt.exp: New file.
12744
c4f87ca6
KS
127452014-04-16 Keith Seitz <keiths@redhat.com>
12746
12747 PR c++/16597
12748 * gdb.cp/namelessclass.cc: New file.
12749 * gdb.cp/namelessclass.exp: New file.
12750 * gdb.cp/namelessclass.S: New file.
12751
ab19de87
DE
127522014-04-16 Doug Evans <dje@google.com>
12753
12754 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
12755 Add comment.
12756 (gdbserver_default_get_comm_port): New function.
12757 (gdbserver_start): Check if board file provided
12758 "gdbserver,get_comm_port" and use it if so.
12759 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
12760 (gdb,socketport): Set to "stdio".
12761 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
12762 (stdio_gdbserver_template): Delete.
12763 (${board}_get_remote_address): Update.
12764 (${board}_build_remote_cmd): Delete.
12765 (${board}_get_comm_port): New function.
12766 (${board}_spawn): Update.
12767 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
12768 Delete.
12769 (${board}_get_remote_address): Update.
12770 (${board}_get_comm_port): New function.
12771
fc98a809
AB
127722014-04-16 Andrew Burgess <aburgess@broadcom.com>
12773
12774 * gdb.base/memattr.exp: Improve regexps to handle memory regions
12775 appearing in any order.
12776
87fd9e6e
DE
127772014-04-15 Doug Evans <dje@google.com>
12778
12779 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
12780 uninitialized value of "description".
12781
099fc3ea
KS
127822014-04-15 Keith Seitz <keiths@redhat.com>
12783
12784 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
12785 Remove unused globals.
12786 (test_running_the_program): Likewise.
12787 (test_controlled_execution): Likewise.
12788 (test_controlling_breakpoints): Likewise.
12789 (test_program_termination): Likewise.
12790
5da151d4
KS
127912014-04-15 Keith Seitz <keiths@redhat.com>
12792
12793 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
12794 unused globals.
12795 (test_rbreak_creation_and_listing): Likewise.
12796 (test_ignore_count): Likewise.
12797 (test_error): Likewise.
12798
35e5d2f0
PA
127992014-04-15 Pedro Alves <palves@redhat.com>
12800
12801 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
12802 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
12803 sym-file-loader.c.
12804 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
12805 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
12806 to sym-file-loader.c.
12807 (struct library): Forward declare.
12808 (load_shlib, lookup_function): Change prototypes.
12809 (find_shstrtab, find_strtab, find_shdr, find_symtab)
12810 (translate_offset): Remove declarations.
12811 (get_text_addr): New declaration.
12812 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
12813 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
12814 sym-file-loader.h.
12815 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
12816 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
12817 here from sym-file-loader.h.
12818 (struct library): New structure.
12819 (load_shlib, lookup_function): Change prototypes and adjust to
12820 work with a struct library.
12821 (find_shstrtab, find_strtab, find_shdr, find_symtab)
12822 (translate_offset): Make static.
12823 (get_text_addr): New function.
12824 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
12825
eb4c1710
PA
128262014-04-15 Pedro Alves <palves@redhat.com>
12827
12828 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
12829
2d1baf52
PA
128302014-04-15 Pedro Alves <palves@redhat.com>
12831
12832 * gdb.base/sym-file-loader.c: Include <limits.h>.
12833 (SELF_LINK): New define.
12834 (get_origin): New function.
12835 (load_shlib): Use it.
12836 * gdb.base/sym-file.exp: Don't early return if the target is
12837 remote. Use runto_main, and issue fail is that fails. Use
12838 gdb_load_shlibs.
12839 (shlib_name): Delete.
12840 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
12841
7dd6df01
PA
128422014-04-15 Pedro Alves <palves@redhat.com>
12843
12844 * gdb.base/sym-file.exp: Remove regex characters from test
12845 message. Don't refer to breakpoint numbers in test messages.
12846
b50c8614
KS
128472014-04-14 Keith Seitz <keiths@redhat.com>
12848
12849 PR c++/16253
12850 * gdb.cp/var-tag.cc: New file.
12851 * gdb.cp/var-tag.exp: New file.
12852 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
12853 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
12854 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
12855 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
12856
3d567982
TT
128572014-04-14 Tom Tromey <tromey@redhat.com>
12858
12859 * gdb.cp/classes.exp (test_enums): Handle underlying type.
12860 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
12861 type.
12862 * gdb.cp/enum-class.exp: New file.
12863 * gdb.cp/enum-class.cc: New file.
12864
0626fc76
TT
128652014-04-14 Tom Tromey <tromey@redhat.com>
12866
12867 * gdb.dwarf2/enum-type.exp: New file.
12868
dca325b3
SA
128692014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
12870
12871 * gdb.mi/mi-vla-c99.exp: New file.
12872 * gdb.mi/vla.c: New file.
12873
5854b38a
SA
128742014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
12875
12876 * gdb.base/vla-datatypes.c: New file.
12877 * gdb.base/vla-datatypes.exp: New file.
12878
463bb957
SA
128792014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
12880
12881 * gdb.base/vla-ptr.c: New file.
12882 * gdb.base/vla-ptr.exp: New file.
12883
3dd170be
SA
128842014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
12885
12886 * gdb.dwarf2/count.exp: New file.
12887
5ecaaa66
SA
128882014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
12889
12890 * gdb.base/vla-sideeffect.c: New file.
12891 * gdb.base/vla-sideeffect.exp: New file.
12892
41f1ada5
DB
128932014-04-14 David Blaikie <dblaikie@gmail.com>
12894
12895 * gdb.mi/non-stop.c: Add return value for non-void function return
12896 statement.
12897 * gdb.threads/staticthreads.c: Ditto.
12898
0be03e84
DE
128992014-04-12 Siva Chandra Reddy <sivachandra@google.com>
12900 Doug Evans <xdje42@gmail.com>
12901
12902 * gdb.guile/scm-value.c: Improve test case.
12903 * gdb.guile/scm-value.exp: Add new test.
12904
f180a1fb
DB
129052014-04-11 David Blaikie <dblaikie@gmail.com>
12906
12907 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
12908 override Clang's default.
12909
6b662e19
JB
129102014-04-11 Joel Brobecker <brobecker@adacore.com>
12911
12912 Revert the following changes (regressions):
12913
12914 * gdb.base/vla-sideeffect.c: New file.
12915 * gdb.base/vla-sideeffect.exp: New file.
12916
12917 * gdb.dwarf2/count.exp: New file.
12918
12919 * gdb.base/vla-multi.c: New file.
12920 * gdb.base/vla-multi.exp: New file.
12921
12922 * gdb.base/vla-ptr.c: New file.
12923 * gdb.base/vla-ptr.exp: New file.
12924
12925 * gdb.base/vla-datatypes.c: New file.
12926 * gdb.base/vla-datatypes.exp: New file.
12927
12928 * gdb.mi/mi-vla-c99.exp: New file.
12929 * gdb.mi/vla.c: New file.
12930
245a5f0b
KS
129312014-04-11 Keith Seitz <keiths@redhat.com>
12932
12933 PR c++/16675
12934 * gdb.cp/cpsizeof.exp: New file.
12935 * gdb.cp/cpsizeof.cc: New file.
12936
58a84dcf
SA
129372014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12938
191a8a90
JB
12939 * gdb.mi/mi-vla-c99.exp: New file.
12940 * gdb.mi/vla.c: New file.
58a84dcf 12941
c8655f75
SA
129422014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12943
12944 * gdb.base/vla-datatypes.c: New file.
12945 * gdb.base/vla-datatypes.exp: New file.
12946
024e13b4
SA
129472014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12948
12949 * gdb.base/vla-ptr.c: New file.
12950 * gdb.base/vla-ptr.exp: New file.
12951
1a237e0e
SA
129522014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12953
12954 * gdb.base/vla-multi.c: New file.
12955 * gdb.base/vla-multi.exp: New file.
12956
504f3432
SA
129572014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12958
12959 * gdb.dwarf2/count.exp: New file.
12960
3bce8237
SA
129612014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12962
191a8a90
JB
12963 * gdb.base/vla-sideeffect.c: New file.
12964 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 12965
322f9c21
YQ
129662014-04-11 Yao Qi <yao@codesourcery.com>
12967
12968 * gdb.base/completion.exp: Check file exists before running tests
12969 on file completion.
12970
d708bcd1
PA
129712014-04-10 Pedro Alves <palves@redhat.com>
12972
12973 * gdb.base/cond-eval-mode.c: New file.
12974 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
12975 prepare_for_testing to build the new file. Check result of
12976 runto_main.
12977 (test_break, test_watch): New procedures.
12978 (top level): Use them.
12979
ae1d2761
PM
129802014-04-08 Pierre Muller <muller@sourceware.org>
12981
12982 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
12983 Ctrl-V use for mingw hosts.
12984
7af389b8
SC
129852014-04-07 Siva Chandra Reddy <sivachandra@google.com>
12986
12987 * gdb.python/py-value.c: Improve test case.
12988 * gdb.python/py-value.exp: Add new test.
12989
5e703181
DE
129902014-04-07 David Blaikie <dblaikie@gmail.com>
12991
12992 * lib/compiler.c: Identify the clang compiler.
12993 * lib/compiler.cc: Ditto.
12994
9810b410
YQ
129952014-04-03 Yao Qi <yao@codesourcery.com>
12996
12997 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
12998
98d1b8dc
AB
129992014-04-01 Anton Blanchard <anton@samba.org>
13000
13001 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
13002 messages unique.
13003
3114cea1
AB
130042014-04-01 Anton Blanchard <anton@samba.org>
13005
13006 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
13007 prepare_for_testing.
13008
62f7182c
AB
130092014-04-01 Anton Blanchard <anton@samba.org>
13010
13011 * gdb.arch/ppc64-atomic-inst.c: Remove.
13012 * gdb.arch/ppc64-atomic-inst.S: New file.
13013 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
13014
770e7fc7
DE
130152014-03-31 Doug Evans <dje@google.com>
13016
13017 * gdb.base/print-symbol-loading-lib.c: New file.
13018 * gdb.base/print-symbol-loading-main.c: New file.
13019 * gdb.base/print-symbol-loading.exp: New file.
13020
46e2bafa
YQ
130212014-03-31 Yao Qi <yao@codesourcery.com>
13022
13023 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
13024
8776cfe9
JB
130252014-03-28 Joel Brobecker <brobecker@adacore.com>
13026
13027 * gdb.ada/mi_dyn_arr: New testcase.
13028
5d1ef361
DE
130292014-03-27 Doug Evans <dje@google.com>
13030
13031 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
13032
b5bee914
YQ
130332014-03-27 Yao Qi <yao@codesourcery.com>
13034
13035 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
13036 if target is nios2-*-*.
13037
0d4d0e77
YQ
130382014-03-26 Yao Qi <yao@codesourcery.com>
13039
13040 * lib/gdb.exp (readline_is_used): New proc.
13041 * gdb.base/completion.exp: Move tests on command complete up.
13042 Skip the rest of tests if readline is not used.
13043 * gdb.ada/complete.exp: Skp the test if readline is not
13044 used.
13045 * gdb.base/filesym.exp: Likewise.
13046 * gdb.base/macscp.exp: Likewise.
13047 * gdb.base/readline-ask.exp: Likewise.
13048 * gdb.base/readline.exp: Likewise.
13049 * gdb.python/py-cmd.exp: Likewise.
13050 * gdb.trace/tfile.exp: Likewise.
13051
29361eee
YQ
130522014-03-26 Yao Qi <yao@codesourcery.com>
13053
13054 * gdb.base/macscp.exp: Fix code format issues.
13055
bc9a5525
UW
130562014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
13057
13058 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
13059 * gdb.asm/powerpc64le.inc: New file.
13060
d3839ede
PA
130612014-03-25 Pedro Alves <palves@redhat.com>
13062 Doug Evans <dje@google.com>
13063
13064 * gdb.base/source-execution.c: New file.
13065 * gdb.base/source-execution.exp: New file.
13066 * gdb.base/source-execution.gdb: New file.
13067
01672a57
DE
130682014-03-24 Doug Evans <dje@google.com>
13069
13070 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
13071 using fission.
13072
88bbeca9
HZ
130732014-03-24 Hui Zhu <hui@codesourcery.com>
13074 Pedro Alves <palves@redhat.com>
13075
13076 PR breakpoints/16101
13077 * gdb.base/dprintf.exp: Use unsupported rather than changing the
13078 test pass/fail messages. Detect missing support for dprintf when
13079 breakpoints are actually inserted.
13080 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
13081 breakpoints are actually inserted.
13082 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
13083 fails.
13084
d2348791
JK
130852014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
13086
13087 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
13088
feef67ab
DE
130892014-03-22 Doug Evans <xdje42@gmail.com>
13090
13091 * gdb.python/python.exp (python not supported): Verify multi-line
13092 python command issues an error.
25d743f9 13093 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 13094 guile command issues an error.
feef67ab 13095
ecebef6a
MR
130962014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
13097
13098 * gdb.threads/thread-specific.exp: Handle the lack of usable
13099 $this_breakpoint and $this_thread.
13100
ccdd1909
HZ
131012014-03-21 Hui Zhu <hui@codesourcery.com>
13102
13103 * gdb.base/attach.exp (do_command_attach_tests): New.
13104
beb460e8
PA
131052014-03-20 Tom Tromey <tromey@redhat.com>
13106 Pedro Alves <palves@redhat.com>
13107
13108 PR cli/15718
13109 * gdb.base/condbreak-call-false.c: New file.
13110 * gdb.base/condbreak-call-false.exp: New file.
13111
40acf43a
PA
131122014-03-20 Pedro Alves <palves@redhat.com>
13113
13114 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
13115 Delete.
13116 (block_signals, unblock_signals): Delete.
13117 (child_function_2, main): Remove references to deleted variable
13118 and functions.
13119
9f5e1e02
PA
131202014-03-20 Pedro Alves <palves@redhat.com>
13121
13122 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
13123 Use pthread_kill to signal thread 2.
13124 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13125 Adjust to make the test send itself a signal rather than using the
13126 host's "kill" command.
13127
99619bea
PA
131282014-03-20 Pedro Alves <palves@redhat.com>
13129
13130 * gdb.threads/multiple-step-overs.c: New file.
13131 * gdb.threads/multiple-step-overs.exp: New file.
13132 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13133 Adjust expected infrun debug output.
13134
2adfaa28
PA
131352014-03-20 Pedro Alves <palves@redhat.com>
13136
13137 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
13138 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
13139
31e77af2
PA
131402014-03-20 Pedro Alves <palves@redhat.com>
13141
13142 PR breakpoints/7143
13143 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
13144 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
13145 of gdb_test_multiple.
13146 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
13147 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
13148
b9f437de
PA
131492014-03-20 Pedro Alves <palves@redhat.com>
13150
13151 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
13152 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
13153
05adc73e
PA
131542014-03-19 Pedro Alves <palves@redhat.com>
13155
13156 * gdb.base/async.exp: Remove early return.
13157
6048b950
PA
131582014-03-19 Pedro Alves <palves@redhat.com>
13159
13160 * gdb.base/async.exp (step& tests): Pass explicit test messages.
13161
8bcfb00a
PA
131622014-03-19 Pedro Alves <palves@redhat.com>
13163
13164 * gdb.base/async.exp (test_background): Expect \r\n after
13165 "completed." in the fail pattern.
13166
884e37dc
PA
131672014-03-19 Pedro Alves <palves@redhat.com>
13168
13169 * gdb.base/async.exp (test_background): New procedure.
13170 Use it for all background execution command tests.
13171
148e57e2
PA
131722014-03-19 Pedro Alves <palves@redhat.com>
13173
13174 * gdb.base/async.exp: Use prepare_for_testing.
13175
f48088c7
PA
131762014-03-19 Pedro Alves <palves@redhat.com>
13177
13178 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
13179 the same line.
13180
e2f6c966
PA
131812014-03-19 Pedro Alves <palves@redhat.com>
13182
13183 * gdb.base/async.c (main): Add "jump here" and "until here" line
13184 marker comments.
13185 * gdb.base/async.exp (jump_here): New global.
13186 (jump& test): Use it.
13187 (until_here): New global.
13188 (until& test): Use it.
13189
c30568d4
PA
131902014-03-19 Pedro Alves <palves@redhat.com>
13191
13192 * gdb.base/async.exp: Don't frob gdb_protocol.
13193
0172b6a7
DE
131942014-03-18 Doug Evans <xdje42@gmail.com>
13195
13196 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
13197 Fix spelling of exec-done-display.
13198
06c868a8
JK
131992014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
13200
13201 PR gdb/15358
13202 * gdb.base/gdb-sigterm.c: New file.
13203 * gdb.base/gdb-sigterm.exp: New file.
13204
0c7e1a46
PA
132052014-03-18 Pedro Alves <palves@redhat.com>
13206
13207 PR gdb/13860
13208 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
13209 * lib/mi-support.exp (mi_expect_stop): Add special handling for
13210 solib-event.
13211
f7c77d93
JB
132122014-03-17 Joel Brobecker <brobecker@adacore.com>
13213
13214 * gdb.ada/pckd_arr_ren: New testcase.
13215
5a1e8c7a
DE
132162014-03-13 Doug Evans <xdje42@gmail.com>
13217
13218 PR guile/16612
13219 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
13220 collect after discarding symbols.
13221
350e1a76
DE
132222014-03-13 Ludovic Courtès <ludo@gnu.org>
13223 Doug Evans <xdje42@gmail.com>
13224
13225 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
13226 to history survives a gc.
13227
a69900ae
PA
132282014-03-13 Pedro Alves <palves@redhat.com>
13229
13230 * gdb.base/default.exp: Don't test "target procfs".
13231
5db9f0bd
PA
132322014-03-13 Pedro Alves <palves@redhat.com>
13233
13234 * gdb.base/default.exp: Update "target child" and "target procfs"
13235 tests to not expect "Unix".
13236
b3ccfe11
TT
132372014-03-12 Tom Tromey <tromey@redhat.com>
13238
13239 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
13240 New procs. Add target-async tests.
13241 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
13242 Add target-async tests.
13243
646f4417
AA
132442014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13245
13246 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
13247 'func_start' and 'func_end' for the beginning and end of the
13248 function code, respectively.
13249 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
13250 'func_end' instead of 'func' and 'main'.
13251
288c211f
AA
132522014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13253
13254 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
13255 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
13256 generate the debug info assembler source.
13257
e0c0f156
AA
132582014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13259
13260 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
13261 * gdb.dwarf2/arr-subrange.exp: Likewise.
13262 * gdb.dwarf2/dwz.exp: Likewise.
13263 * gdb.dwarf2/method-ptr.exp: Likewise.
13264 * gdb.dwarf2/missing-sig-type.exp: Likewise.
13265 * gdb.dwarf2/subrange.exp: Likewise.
13266 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
13267 * gdb.dwarf2/implptrpiece.exp: Likewise.
13268 * gdb.dwarf2/nostaticblock.exp: Likewise.
13269
0e5c4555
AA
132702014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13271
13272 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
13273 directory to absolute path name arguments.
13274
5ec18f2b
JG
132752014-03-10 Joel Brobecker <brobecker@adacore.com>
13276
13277 * gdb.ada/tagged_access: New testcase.
13278
847fc4f2
MM
132792014-03-07 Markus Metzger <markus.t.metzger@intel.com>
13280
13281 * gdb.btrace/data.exp: Update expected output.
13282
cc3da688
YQ
132832014-03-06 Yao Qi <yao@codesourcery.com>
13284
13285 * gdb.trace/pr16508.exp: New file.
13286
0f26cec1
PA
132872014-03-05 Pedro Alves <palves@redhat.com>
13288
13289 PR gdb/16575
13290 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
13291 procedure.
13292 (top level): Adjust to use it. Add tests that exercise breakpoint
13293 interaction with the code-cache.
13294
7a5a839f
LC
132952014-02-26 Ludovic Courtès <ludo@gnu.org>
13296
13297 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
13298 test for 'history-append!'.
13299
31aa7e4e
JB
133002014-02-26 Joel Brobecker <brobecker@adacore.com>
13301
13302 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
13303 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
13304 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
13305 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
13306 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
13307 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
13308
1b588015
JB
133092014-02-26 Joel Brobecker <brobecker@adacore.com>
13310
13311 * testsuite/gdb.python/py-pp-re-notag.c: New file.
13312 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
13313 * testsuite/gdb.python/py-pp-re-notag.p: New file.
13314
55426c9d
JB
133152014-02-26 Joel Brobecker <brobecker@adacore.com>
13316
13317 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
13318
dc53a7ad
JB
133192014-02-26 Joel Brobecker <brobecker@adacore.com>
13320
13321 * gdb.dwarf2/arr-stride.c: New file.
13322 * gdb.dwarf2/arr-stride.exp: New file.
13323
12ab52e9
PA
133242014-02-26 Pedro Alves <palves@redhat.com>
13325
13326 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
13327 that won't ever trigger. Make sure that GDB reports the correct
13328 breakpoint that caused the stop.
13329
849c862e
JK
133302014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13331
13332 PR gdb/16626
13333 * gdb.base/auto-load-script: New file.
13334 * gdb.base/auto-load.c: New file.
13335 * gdb.base/auto-load.exp: New file.
13336
71b7d793
JK
13337 PR gdb/16626
13338 * gdb.base/auto-load.exp: Fix out-of-srctree run.
13339
e2f0d509
JK
133402014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13341
13342 Fix dw2-icycle.exp -fsanitize=address GDB crash.
13343 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
13344
50cc37c8
DE
133452014-02-24 Doug Evans <dje@google.com>
13346
13347 * lib/gdb.exp (run_on_host): Log error output if program fails.
13348
ea4758f2
PA
133492014-02-21 Pedro Alves <palves@redhat.com>
13350
13351 * gdb.threads/step-after-sr-lock.c: Rename to ...
13352 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
13353 * gdb.threads/step-after-sr-lock.exp: Rename to ...
13354 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13355 ... this.
13356
d7b30f67
SDJ
133572014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
13358
13359 PR tdep/16397
13360 * gdb.arch/amd64-stap-special-operands.exp: New file.
13361 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
13362 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
13363 * gdb.arch/amd64-stap-triplet.S: Likewise.
13364 * gdb.arch/amd64-stap-triplet.c: Likewise.
13365
83deb43f
JB
133662014-02-20 Joel Brobecker <brobecker@adacore.com>
13367
13368 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
13369 in .section pseudo-op.
13370
adde2bff
DE
133712014-02-20 lin zuojian <manjian2006@gmail.com>
13372 Joel Brobecker <brobecker@adacore.com>
13373 Doug Evans <xdje42@gmail.com>
13374
13375 PR symtab/16581
13376 * gdb.dwarf2/dw2-icycle.S: New file.
13377 * gdb.dwarf2/dw2-icycle.c: New file.
13378 * gdb.dwarf2/dw2-icycle.exp: New file.
13379
f7bd0f78
SC
133802014-02-19 Siva Chandra Reddy <sivachandra@google.com>
13381
13382 * gdb.python/py-value-cc.cc: Improve test case to enable testing
13383 operations on gdb.Value objects.
13384 * gdb.python/py-value-cc.exp: Add new test to test operations on
13385 gdb.Value objects.
13386
c17ef0d5
DE
133872014-02-18 Doug Evans <dje@google.com>
13388
13389 * Makefile.in (TESTS): New variable.
13390 (expanded_tests, expanded_tests_or_none): New variables
13391 (check-single): Pass $(expanded_tests_or_none) to runtest.
13392 (check-parallel): Only run tests in $(TESTS) if non-empty.
13393 (check/no-matching-tests-found): New rule.
13394 * README: Document TESTS makefile variable.
13395
5dd3176f
DE
133962014-02-18 Doug Evans <dje@google.com>
13397
13398 * Makefile.in (check-parallel): rm -rf outputs temp.
13399
0b10be4f
JK
134002014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13401
13402 Fix "ERROR: no fileid for" in the testsuite.
13403 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
13404
85f224e7
DE
134052014-02-12 Doug Evans <dje@google.com>
13406
13407 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
13408 (MISCELLANEOUS): New variable.
13409 (clean): rm -rf $(MISCELLANEOUS).
13410 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
13411 dwp live in the same directory as symlinks, with each symlink pointed
13412 to a differently named file in a different directory.
13413
149b30ff
DE
134142014-02-11 Doug Evans <dje@google.com>
13415
13416 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
13417 of Tcl file commands.
13418
1dfdac32
MK
134192014-02-10 Mark Kettenis <kettenis@gnu.org>
13420
13421 * gdb.threads/step-after-sr-lock.exp: Avoid executing
13422 "kill -SIGUSR1 -1".
13423
aa4fb036
JB
134242014-02-10 Joel Brobecker <brobecker@adacore.com>
13425
13426 * gdb.ada/tick_length_array_enum_idx: New testcase.
13427
ed3ef339
DE
134282014-02-10 Doug Evans <xdje42@gmail.com>
13429
13430 * configure.ac (AC_OUTPUT): Add gdb.guile.
13431 * configure: Regenerate.
13432 * lib/gdb-guile.exp: New file.
13433 * lib/gdb.exp (get_target_charset): New function.
13434 * gdb.base/help.exp: Update expected output from "apropos apropos".
13435 * gdb.guile/Makefile.in: New file.
13436 * gdb.guile/guile.exp: New file.
13437 * gdb.guile/scm-arch.c: New file.
13438 * gdb.guile/scm-arch.exp: New file.
13439 * gdb.guile/scm-block.c: New file.
13440 * gdb.guile/scm-block.exp: New file.
13441 * gdb.guile/scm-breakpoint.c: New file.
13442 * gdb.guile/scm-breakpoint.exp: New file.
13443 * gdb.guile/scm-disasm.c: New file.
13444 * gdb.guile/scm-disasm.exp: New file.
13445 * gdb.guile/scm-equal.c: New file.
13446 * gdb.guile/scm-equal.exp: New file.
13447 * gdb.guile/scm-error.exp: New file.
13448 * gdb.guile/scm-error.scm: New file.
13449 * gdb.guile/scm-frame-args.c: New file.
13450 * gdb.guile/scm-frame-args.exp: New file.
13451 * gdb.guile/scm-frame-args.scm: New file.
13452 * gdb.guile/scm-frame-inline.c: New file.
13453 * gdb.guile/scm-frame-inline.exp: New file.
13454 * gdb.guile/scm-frame.c: New file.
13455 * gdb.guile/scm-frame.exp: New file.
13456 * gdb.guile/scm-generics.exp: New file.
13457 * gdb.guile/scm-gsmob.exp: New file.
13458 * gdb.guile/scm-iterator.c: New file.
13459 * gdb.guile/scm-iterator.exp: New file.
13460 * gdb.guile/scm-math.c: New file.
13461 * gdb.guile/scm-math.exp: New file.
13462 * gdb.guile/scm-objfile-script-gdb.in: New file.
13463 * gdb.guile/scm-objfile-script.c: New file.
13464 * gdb.guile/scm-objfile-script.exp: New file.
13465 * gdb.guile/scm-objfile.c: New file.
13466 * gdb.guile/scm-objfile.exp: New file.
13467 * gdb.guile/scm-ports.exp: New file.
13468 * gdb.guile/scm-pretty-print.c: New file.
13469 * gdb.guile/scm-pretty-print.exp: New file.
13470 * gdb.guile/scm-pretty-print.scm: New file.
13471 * gdb.guile/scm-section-script.c: New file.
13472 * gdb.guile/scm-section-script.exp: New file.
13473 * gdb.guile/scm-section-script.scm: New file.
13474 * gdb.guile/scm-symbol.c: New file.
13475 * gdb.guile/scm-symbol.exp: New file.
13476 * gdb.guile/scm-symtab-2.c: New file.
13477 * gdb.guile/scm-symtab.c: New file.
13478 * gdb.guile/scm-symtab.exp: New file.
13479 * gdb.guile/scm-type.c: New file.
13480 * gdb.guile/scm-type.exp: New file.
13481 * gdb.guile/scm-value-cc.cc: New file.
13482 * gdb.guile/scm-value-cc.exp: New file.
13483 * gdb.guile/scm-value.c: New file.
13484 * gdb.guile/scm-value.exp: New file.
13485 * gdb.guile/source2.scm: New file.
13486 * gdb.guile/types-module.cc: New file.
13487 * gdb.guile/types-module.exp: New file.
13488
7026a7c1
YQ
134892014-02-10 Yao Qi <yao@codesourcery.com>
13490
13491 PR testsuite/16543
13492 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
13493 * configure: Regenerated.
13494 * Makefile.in: New file.
13495
6c466447
AS
134962014-02-08 Andreas Schwab <schwab@linux-m68k.org>
13497
13498 * gdb.python/py-framefilter.exp: Fix typo.
13499
6e854735
YQ
135002014-02-08 Yao Qi <yao@codesourcery.com>
13501
13502 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
13503 that no =breakpoint-modified is emitted when breakpoints are
13504 modified through MI commands.
13505
d137e6dc
PA
135062014-02-07 Pedro Alves <pedro@codesourcery.com>
13507 Pedro Alves <palves@redhat.com>
13508
13509 * gdb.threads/step-after-sr-lock.c: New file.
13510 * gdb.threads/step-after-sr-lock.exp: New file.
13511
b5ee5a50
PA
135122014-02-07 Pedro Alves <palves@redhat.com>
13513
13514 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
13515
3c77faf3
JK
135162014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
13517
13518 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
13519 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
13520
6dddc817
DE
135212014-02-06 Doug Evans <xdje42@gmail.com>
13522
13523 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
13524 output.
13525
13526 * gdb.gdb/python-interrupts.exp: New file.
13527
de7b2893
YQ
135282014-02-05 Yao Qi <yao@codesourcery.com>
13529
13530 * gdb.trace/report.exp (use_collected_data): Test the output
13531 of "info threads" and "info inferiors".
13532
66d032ac
YQ
135332014-02-05 Yao Qi <yao@codesourcery.com>
13534
13535 Revert this patch:
13536
13537 2013-05-24 Yao Qi <yao@codesourcery.com>
13538
13539 * gdb.trace/tfile.exp: Test inferior and thread.
13540
591a12a1
UW
135412014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13542
13543 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
13544 on a function.
13545 * gdb.base/step-bt.c: Call hello via function pointer to make
13546 sure its first instruction is executed on powerpc64le-linux.
13547
0ff3e01f
UW
135482014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13549
13550 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
13551
084ee545
UW
135522014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13553
13554 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
13555 of the test patterns for use on little-endian systems.
13556
6ed14ff3
UW
135572014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13558
13559 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
13560 (decimal_vector): Fix for little-endian.
13561
401e27fd
JM
135622014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
13563
13564 * gdb.arch/sparc-sysstep.exp: New file.
13565 * gdb.arch/sparc-sysstep.c: Likewise.
13566
13567 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
13568
8b924729
EBM
135692014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13570
13571 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
13572
fb151210
JB
135732014-01-23 Tom Tromey <tromey@redhat.com>
13574
13575 * gdb.ada/array_char_idx: New testcase.
13576
0740f8d8
TT
135772014-01-23 Tom Tromey <tromey@redhat.com>
13578
13579 PR python/16487:
13580 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
13581 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
13582 classes.
13583
21909fa1
TT
135842014-01-23 Tom Tromey <tromey@redhat.com>
13585
13586 PR python/16491:
13587 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
13588 string from an inferior frame.
13589 * gdb.python/py-framefilter-mi.exp: Update.
13590
87ce2a04
DE
135912014-01-22 Doug Evans <dje@google.com>
13592
13593 * gdb.server/server-mon.exp: Add tests for "set debug-format".
13594
237b092b
AA
135952014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13596
13597 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
13598
d674a709
AA
135992014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13600
13601 * gdb.trace/entry-values.exp: Remove excess space character from
13602 regex patterns. Handle s390 call instruction.
13603
20fa3390
AA
136042014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13605
13606 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
13607 define "*_start" label. Make "name" static.
13608 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
13609 ${name} by references to ${name}_start.
13610
78466714
AA
136112014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13612
13613 * gdb.base/info-macros.exp: Remove "debug" from the compile
13614 options.
13615
ec9f644a
IB
136162014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
13617
13618 * gdb.dlang/demangle.exp: New file.
13619
94b1b47e
IB
136202014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
13621
13622 * gdb.dlang/primitive-types.exp: New file.
13623
7f420862
IB
136242014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
13625
13626 * configure.ac: Create gdb.dlang/Makefile.
13627 * configure: Regenerate.
13628 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
13629 * gdb.dlang/Makefile.in: New file.
13630 * lib/d-support.exp: New file.
13631 * lib/gdb.exp (skip_d_tests): New proc.
13632
52834460
MM
136332014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13634
13635 * gdb.btrace/delta.exp: Check reverse stepi.
13636 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
13637 * gdb.btrace/finish.exp: New.
13638 * gdb.btrace/next.exp: New.
13639 * gdb.btrace/nexti.exp: New.
13640 * gdb.btrace/record_goto.c: Add comments.
13641 * gdb.btrace/step.exp: New.
13642 * gdb.btrace/stepi.exp: New.
13643 * gdb.btrace/multi-thread-step.c: New.
13644 * gdb.btrace/multi-thread-step.exp: New.
13645 * gdb.btrace/rn-dl-bind.c: New.
13646 * gdb.btrace/rn-dl-bind.exp: New.
13647 * gdb.btrace/data.c: New.
13648 * gdb.btrace/data.exp: New.
13649 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
13650
6e07b1d2
MM
136512014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13652
13653 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
13654 * gdb.btrace/exception.exp: Update.
13655 * gdb.btrace/instruction_history.exp: Update.
13656 * gdb.btrace/record_goto.exp: Update.
13657 * gdb.btrace/tailcall.exp: Update.
13658 * gdb.btrace/unknown_functions.exp: Update.
13659 * gdb.btrace/delta.exp: New.
13660
0b722aec
MM
136612014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13662
13663 * gdb.btrace/record_goto.exp: Add backtrace test.
13664 * gdb.btrace/tailcall.exp: Add backtrace test.
13665
066ce621
MM
136662014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13667
13668 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
13669 * gdb.btrace/record_goto.c: New.
13670 * gdb.btrace/record_goto.exp: New.
13671 * gdb.btrace/x86-record_goto.S: New.
13672
0688d04e
MM
136732014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13674
13675 * gdb.btrace/function_call_history.exp: Update tests.
13676 * gdb.btrace/instruction_history.exp: Update tests.
13677
8710b709
MM
136782014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13679
13680 * gdb.btrace/function_call_history.exp: Fix expected field
13681 order for "record function-call-history".
13682 Add new tests for "record function-call-history /c".
13683 * gdb.btrace/exception.cc: New.
13684 * gdb.btrace/exception.exp: New.
13685 * gdb.btrace/tailcall.exp: New.
13686 * gdb.btrace/x86-tailcall.S: New.
13687 * gdb.btrace/x86-tailcall.c: New.
13688 * gdb.btrace/unknown_functions.c: New.
13689 * gdb.btrace/unknown_functions.exp: New.
13690 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
13691
5de9129b
MM
136922014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13693
13694 * gdb.btrace/instruction_history.exp: Update.
13695 * gdb.btrace/function_call_history.exp: Update.
13696
23a7fe75
MM
136972014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13698
13699 * gdb.btrace/function_call_history.exp: Fix expected function
13700 trace.
13701 * gdb.btrace/instruction_history.exp: Initialize traced.
13702 Remove traced_functions.
13703
724c7dd8
MM
137042014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13705
13706 * gdb.btrace/function_call_history.exp: Update
13707 * gdb.btrace/instruction_history.exp: Update.
13708
6d78d93b
MM
137092014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13710
13711 * gdb.btrace/enable.exp: Update expected text.
13712
93a360cc
OJ
137132014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
13714
13715 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
13716 bytes.
13717
3772b53f
MR
137182014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
13719
13720 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
13721
596662fa
OJ
137222014-01-15 Omair Javaid <omair.javaid@linaro.org>
13723
13724 * lib/gdb.exp (supports_process_record): Return true for
13725 arm*-linux*. (supports_reverse): Likewise.
13726
b5b08fb4
SC
137272014-01-13 Siva Chandra Reddy <sivachandra@google.com>
13728
13729 PR python/15464
13730 PR python/16113
13731 * gdb.python/py-type.c: Enhance test case.
13732 * gdb.python/py-value-cc.cc: Likewise
13733 * gdb.python/py-type.exp: Add new tests.
13734 * gdb.python/py-value-cc.exp: Likewise
13735
52d7fb13
AA
137362014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
13737 Pedro Alves <palves@redhat.com>
13738
13739 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
13740 Make "name" extern.
13741 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
13742 references to ${name}_start by references to ${name}.
13743
a2cd8cfe
JB
137442014-01-10 Joel Brobecker <brobecker@adacore.com>
13745
13746 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
13747
4e23fced
JB
137482014-01-10 Joel Brobecker <brobecker@adacore.com>
13749
13750 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
13751
c6a9e42c
PA
137522014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
13753 Pedro Alves <palves@redhat.com>
13754
13755 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 13756 mi_gdb_target_load.
c6a9e42c 13757
b7ea362b
PA
137582014-01-08 Pedro Alves <palves@redhat.com>
13759
13760 * gdb.threads/reconnect-signal.c: New file.
13761 * gdb.threads/reconnect-signal.exp: New file.
13762
5e3f4fab
EBM
137632014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13764
13765 * gdb.base/source-dir.exp: New file.
13766
79301218
JB
137672014-01-07 Joel Brobecker <brobecker@adacore.com>
13768
13769 * gdb.ada/mi_interface: New testcase.
13770
8e355c5d
JB
137712014-01-07 Joel Brobecker <brobecker@adacore.com>
13772
13773 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
13774 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
13775 gdb.ada/pp-rec-component/pck.ads: New files.
13776
c0d48811
JB
137772014-01-07 Joel Brobecker <brobecker@adacore.com>
13778
13779 * gdb.python/py-pp-integral.c: New file.
13780 * gdb.python/py-pp-integral.py: New file.
13781 * gdb.python/py-pp-integral.exp: New file.
13782
17b609c3 13783For older changes see ChangeLog-1993-2013.
c906108c 13784\f
8d8cb839
EZ
13785;; Local Variables:
13786;; mode: change-log
13787;; left-margin: 8
13788;; fill-column: 74
13789;; version-control: never
13790;; End:
902f2ccb 13791
e2882c85 13792 Copyright 2014-2018 Free Software Foundation, Inc.
902f2ccb
MC
13793 Copying and distribution of this file, with or without modification,
13794 are permitted provided the copyright notice and this notice are preserved.
This page took 3.265912 seconds and 4 git commands to generate.