]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Automatic date update in version.in
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
a037790e
TT
12018-04-17 Tom Tromey <tom@tromey.com>
2
3 * gdb.rust/simple.rs (Union): New type.
4 (main): New local "u".
5 * gdb.rust/simple.exp (test_one_slice): Add new test case.
6
e3a91079
AA
72018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8
9 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
10 number information in output of "whereis" command.
11 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
12
b744723f
AA
132018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14
15 * gdb.ada/info_types.exp: Adjust expected output to the line
16 numbers now printed by "info var/func/type".
17 * gdb.base/completion.exp: Likewise.
18 * gdb.base/included.exp: Likewise.
19 * gdb.cp/cp-relocate.exp: Likewise.
20 * gdb.cp/cplusfuncs.exp: Likewise.
21 * gdb.cp/namespace.exp: Likewise.
22 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
23
4a4495d6
MM
242018-04-13 Markus Metzger <markus.t.metzger@intel.com>
25
26 * gdb.btrace/cpu.exp: New.
27
1d509aa6
MM
282018-04-13 Markus Metzger <markus.t.metzger@intel.com>
29
30 * gdb.base/step-indirect-call-thunk.exp: New.
31 * gdb.base/step-indirect-call-thunk.c: New.
32 * gdb.reverse/step-indirect-call-thunk.exp: New.
33 * gdb.reverse/step-indirect-call-thunk.c: New.
34
6295b6da
SM
352018-04-11 Simon Marchi <simon.marchi@ericsson.com>
36
37 * gdb.base/pie-fork.c: New file.
38 * gdb.base/pie-fork.exp: New file.
39
50146e70
TT
402018-04-11 Tom Tromey <tom@tromey.com>
41
42 * gdb.rust/simple.exp: Add test for ".." struct initializer.
43
f50d8a2e
PA
442018-04-10 Pedro Alves <palves@redhat.com>
45
46 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
47 exits. Instead loop running forever.
48 (fork_parent): Run forever too.
49
a0be7a36
SM
502018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
51
52 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
53 mi_continue_to_line.
54 * gdb.mi/mi-stack.c (callee4): Add comment.
55
9b73db36
SM
562018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
57
58 * gdb.mi/mi-stack.exp: Fix indentation.
59
c912f608
SM
602018-04-07 Simon Marchi <simon.marchi@ericsson.com>
61
62 PR gdb/22979
63 * gdb.arch/amd64-osabi.exp: New file.
64
26540402
SM
652018-04-07 Simon Marchi <simon.marchi@ericsson.com>
66
67 PR gdb/22980
68 * gdb.base/osabi.exp: New file.
69
121ad66c 702018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
71
72 * gdb.cp/static-typedef-print.exp: New file.
73 * gdb.cp/static-typedef-print.cc: New file.
74
3fcded8f
JB
752018-03-27 Joel Brobecker <brobecker@adacore.com>
76
77 * gdb.ada/varsize_limit: New testcase.
78
59cc4834
JB
792018-03-27 Joel Brobecker <brobecker@adacore.com>
80
81 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
82
83 * gdb.ada/notcplusplus: New testcase.
84
85 * gdb.base/c-linkage-name.c: New file.
86 * gdb.base/c-linkage-name.exp: New testcase.
87
4ca59a9f
TT
882018-03-26 Tom Tromey <tom@tromey.com>
89
90 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
91 * gdb.python/py-framefilter.py (name_error): New global.
92 (ErrorInName.function): Use name_error.
93
978d6c75
TT
942018-03-26 Tom Tromey <tom@tromey.com>
95
96 PR backtrace/15582:
97 * gdb.python/py-framefilter.exp: Add "bt hide" test.
98
b7fee5a3
KS
992018-03-23 Keith Seitz <keiths@redhat.com>
100
101 PR c++/22968
102 * gdb.cp/subtypes.exp: New file.
103 * gdb.cp/subtypes.h: New file.
104 * gdb.cp/subtypes.cc: New file.
105 * gdb.cp/subtypes-2.cc: New file.
106
376be529
AB
1072018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
108
109 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
110 (done): Call '_exit' not 'exit' to avoid atexit handlers.
111 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
112 -nostartfiles when compiling the test. Confirm that all registers
113 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
114
066cfa98
AB
1152018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
116
117 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
118 option, syntax was wrong anyway.
119 * gdb.arch/arm-disp-step.exp: Likewise.
120 * gdb.arch/sparc64-regs.exp: Likewise.
121 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
122 option, syntax was wrong anyway, switch to use
123 prepare_for_testing.
124 * gdb.arch/i386-disp-step.exp: Likewise.
125
079670b9
AA
1262018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
127
128 * gdb.ada/exec_changed.exp: Replace "target_info exists
129 use_gdb_stub" by "use_gdb_stub".
130 * gdb.ada/start.exp: Likewise.
131 * gdb.base/async-shell.exp: Likewise.
132 * gdb.base/attach-pie-misread.exp: Likewise.
133 * gdb.base/attach-wait-input.exp: Likewise.
134 * gdb.base/break-entry.exp: Likewise.
135 * gdb.base/break-interp.exp: Likewise.
136 * gdb.base/dprintf-detach.exp: Likewise.
137 * gdb.base/nostdlib.exp: Likewise.
138 * gdb.base/solib-nodir.exp: Likewise.
139 * gdb.base/statistics.exp: Likewise.
140 * gdb.base/testenv.exp: Likewise.
141 * gdb.mi/mi-exec-run.exp: Likewise.
142 * gdb.mi/mi-start.exp: Likewise.
143 * gdb.multi/dummy-frame-restore.exp: Likewise.
144 * gdb.multi/multi-arch-exec.exp: Likewise.
145 * gdb.multi/multi-arch.exp: Likewise.
146 * gdb.multi/tids.exp: Likewise.
147 * gdb.multi/watchpoint-multi.exp: Likewise.
148 * gdb.python/py-events.exp: Likewise.
149 * gdb.threads/attach-into-signal.exp: Likewise.
150 * gdb.threads/attach-stopped.exp: Likewise.
151 * gdb.threads/threadapply.exp: Likewise.
152 * lib/selftest-support.exp: Likewise.
153
26d6cec4
AA
1542018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
155
156 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
157
4ee89e90
SR
1582018-03-20 Stephen Roberts <stephen.roberts@arm.com>
159
160 * gdb.perf/template-breakpoints.cc: New file.
161 * gdb.perf/template-breakpoints.exp: New file.
162 * gdb.perf/template-breakpoints.py: New file.
163
92630041
TT
1642018-03-19 Tom Tromey <tom@tromey.com>
165
166 * gdb.rust/simple.rs (main): Add local variables field1, field2,
167 y0.
168 * gdb.rust/simple.exp: Test bare identifier form of struct
169 initializer.
170
76727919
TT
1712018-03-19 Tom Tromey <tom@tromey.com>
172
173 * gdb.gdb/observer.exp: Remove.
174
194ed413
AA
1752018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
176
177 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
178 "qualified" option when setting breakpoints.
179 * gdb.trace/backtrace.exp: Likewise.
180 * gdb.trace/circ.exp: Likewise.
181 * gdb.trace/collection.exp: Likewise.
182 * gdb.trace/disconnected-tracing.exp: Likewise.
183 * gdb.trace/ftrace-lock.exp: Likewise.
184 * gdb.trace/ftrace.exp: Likewise.
185 * gdb.trace/infotrace.exp: Likewise.
186 * gdb.trace/packetlen.exp: Likewise.
187 * gdb.trace/passc-dyn.exp: Likewise.
188 * gdb.trace/qtro.exp: Likewise.
189 * gdb.trace/read-memory.exp: Likewise.
190 * gdb.trace/report.exp: Likewise.
191 * gdb.trace/signal.exp: Likewise.
192 * gdb.trace/status-stop.exp: Likewise.
193 * gdb.trace/strace.exp: Likewise.
194 * gdb.trace/tfind.exp: Likewise.
195 * gdb.trace/trace-break.exp: Likewise.
196 * gdb.trace/trace-condition.exp: Likewise.
197 * gdb.trace/trace-mt.exp: Likewise.
198 * gdb.trace/tstatus.exp: Likewise.
199 * gdb.trace/tsv.exp: Likewise.
200 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
201 * gdb.trace/unavailable.exp: Likewise.
202 * gdb.trace/while-dyn.exp: Likewise.
203
8b067d2c
AA
2042018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
205
206 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
207 that libinproctrace is copied to the target.
208
3ae9ce5d
TT
2092018-03-14 Tom Tromey <tom@tromey.com>
210
211 PR cli/14977:
212 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
213 a null pointer.
214 * gdb.base/wchar.exp: Likewise.
215
b8c2339b
TT
2162018-03-14 Tom Tromey <tom@tromey.com>
217
218 PR cli/19918:
219 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
220 flag.
221
4872dc46
SM
2222018-03-08 Simon Marchi <simon.marchi@ericsson.com>
223
224 PR gdb/22841
225 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
226 "target" to remote_exec.
227
e4fe3756
SM
2282018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
229
230 PR gdb/22841
231 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
232 ${board}_upload): Remove.
233
e95a97d4
AA
2342018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
235
236 * gdb.cp/watch-cp.cc: New test.
237 * gdb.cp/watch-cp.exp: New file.
238
dbbb1059
AB
2392018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
240
241 * gdb.base/infcall-nested-structs.exp: New file.
242 * gdb.base/infcall-nested-structs.c: New file.
243 * gdb.base/float.exp: Add riscv support.
244
ecc054c0
TP
2452018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
246
247 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
248 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
249
25e3c82c
SDJ
2502018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
251
252 * gdb.server/abspath.exp: New file.
253 * lib/gdb.exp (with_cwd): New procedure.
254
3083294d
SM
2552018-02-28 Simon Marchi <simon.marchi@ericsson.com>
256
257 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
258 use it.
259 (gdb_is_target_remote_prompt): New proc.
260 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
261 (gdb_is_target_native): Pass prompt parameter to
262 gdb_is_target_1.
263
3275ef47
SM
2642018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
265
266 * gdb.base/load-command.c: New file.
267 * gdb.base/load-command.exp: New file.
268 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
269 (gdb_is_target_1): ...this, and generalize for other targets
270 than just remote.
271 (gdb_is_target_remote): Use gdb_is_target_1.
272 (gdb_is_target_native): use gdb_is_target_1.
273
6893c19a
TT
2742018-02-26 Tom Tromey <tom@tromey.com>
275
276 PR python/16497:
277 * gdb.python/py-framefilter.exp: Update test.
278
2ddeaf8a
TT
2792018-02-26 Tom Tromey <tom@tromey.com>
280
281 * gdb.dwarf2/variant.c: New file.
282 * gdb.dwarf2/variant.exp: New file.
283
c9317f21
TT
2842018-02-26 Tom Tromey <tom@tromey.com>
285
286 * gdb.rust/simple.exp: Accept more possible results in enum test.
287
6f6d0c26
SM
2882018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
289
290 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
291 parentheses.
292
11b03145
MR
2932018-02-23 Maciej W. Rozycki <macro@mips.com>
294
295 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
296 name of a variable: $actual_linejj -> $actual_line.
297
54a27fe5
JB
2982018-02-21 John Baldwin <jhb@FreeBSD.org>
299
300 * gdb.arch/amd64-i386-address.exp: Fix a typo.
301
de65820c
MM
3022018-02-20 Markus Metzger <markus.t.metzger@intel.com>
303
304 * gdb.btrace/buffer-size.exp: Do not force BTS.
305
980548fd
PA
3062018-02-14 Pedro Alves <palves@redhat.com>
307
308 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
309 getting a "Quit".
310
c4e12631
MM
3112018-02-09 Markus Metzger <markus.t.metzger@intel.com>
312
313 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
314 Fix test name.
315
c2e0e465
SM
3162018-02-07 Simon Marchi <simon.marchi@ericsson.com>
317
318 * gdb.cp/m-static.exp: Check type of optimized out static
319 member.
320
f7216783
AB
3212018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
322
323 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
324 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
325
0625771b
LS
3262018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
327 Leszek Swirski <leszeks@google.com>
328
329 * gdb.python/py-prettyprint.c
330 (struct to_string_returns_value_inner,
331 struct to_string_returns_value_wrapper): New.
332 (main): Add tsrvw variable.
333 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
334 ToStringReturnsValueWrapper): New classes.
335 (register_pretty_printers): Register new pretty-printers.
336 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
337 recursive pretty printer.
338 * gdb.python/py-mi.exp: Likewise.
339
59498c30
LS
3402018-02-01 Leszek Swirski <leszeks@google.com>
341
342 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
343 functions with the same name as an include file are parsed
344 correctly.
345
d4d38844
YQ
3462018-02-01 Yao Qi <yao.qi@linaro.org>
347
348 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
349 "\[^\r\n\]*".
350
07e5f5cf
NP
3512018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
352
353 * gdb.arch/powerpc-prologue-frame.s: New file.
354 * gdb.arch/powerpc-prologue-frame.c: Likewise.
355 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
356
929b5ad4
JB
3572018-01-31 Joel Brobecker <brobecker@adacore.com>
358
359 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
360
e671cd59
PA
3612018-01-30 Pedro Alves <palves@redhat.com>
362
363 PR gdb/13211
364 * gdb.base/interrupt-daemon.c: New.
365 * gdb.base/interrupt-daemon.exp: New.
366 * gdb.multi/multi-term-settings.c: New.
367 * gdb.multi/multi-term-settings.exp: New.
368
fc413dc4
JB
3692018-01-30 Joel Brobecker <brobecker@adacore.com>
370
371 * gdb.base/break.exp: Save the location where the breakpoint
372 on break.c:47 was actually inserted when debugging the version
373 compiled at -O2 and use it in the expected output of the "info
374 break" test performed soon after.
375
5c319bb2
PA
3762018-01-22 Pedro Alves <palves@redhat.com>
377 Sergio Durigan Junior <sergiodj@redhat.com>
378
379 * gdb.base/whatis.exp: Add tests for 'set print object on' +
380 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
381
a9e40818
JB
3822018-01-22 Joel Brobecker <brobecker@adacore.com>
383
384 * gdb.base/break-include.c, gdb.base/break-include.inc,
385 gdb.base/break-include.exp: New files.
386 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
387 line number now being the actual line number where the breakpoint
388 was inserted.
389 * gdb.mi/mi-break.exp: Likewise.
390 * gdb.mi/mi-reverse.exp: Likewise.
391 * gdb.mi/mi-simplerun.exp: Ditto.
392
e707fc44
AB
3932018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
394
395 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
396 varobj.
397 * gdb.mi/mi-var-create-rtti.exp: Likewise.
398
ae451627
AB
3992018-01-21 Don Breazeal <donb@codesourcery.com>
400 Andrew Burgess <andrew.burgess@embecosm.com>
401
402 * gdb.mi/basics.c: Add new global.
403 * gdb.mi/mi-frame-regs.exp: New file.
404 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
405 case.
406
b1b189e0
AB
4072018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
408
409 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
410 non-parameter, and on an unknown symbol.
411
fcfcc376
TT
4122018-01-19 Tom Tromey <tom@tromey.com>
413
414 * gdb.rust/modules.rs (TWENTY_THREE): New global.
415 * gdb.rust/modules.exp: Add ::-qualified lookup test.
416
634c1c31
AA
4172018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
418
419 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
420 setrlimit and chdir to int.
421
d6ad07fd
AA
4222018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
423
424 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
425 function.
426 (my_tend): Likewise.
427 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
428 rationale of avoiding FP- and vector instructions.
429
adf8243b
RK
4302018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
431
432 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
433 "info reg" with "\[ \t\]*".
434 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
435 "\[ \t\]+".
436 * gdb.arch/s390-multiarch.exp: Ditto.
437 * gdb.base/pc-fp.exp: Ditto.
438 * gdb.reverse/i386-precsave.exp: Ditto.
439 * gdb.reverse/i386-reverse.exp: Ditto.
440 * gdb.reverse/i387-env-reverse.exp: Ditto.
441 * gdb.reverse/i387-stack-reverse.exp: Ditto.
442
dcc06925
AA
4432018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
444
445 * lib/gdb.exp (gdb_compile): Re-enable use of
446 universal_compile_options for languages other than Rust.
447
25d4fd80
AA
4482018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
449
450 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
451
ee7f689e 4522018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
453
454 PR gdb/16577
455 * gdb.base/solib-vanish.exp: New.
456 * gdb.base/solib-vanish-main.c: New.
457 * gdb.base/solib-vanish-lib1.c: New.
458 * gdb.base/solib-vanish-lib2.c: New.
459
d8447b6b
YQ
4602018-01-17 Yao Qi <yao.qi@linaro.org>
461
462 * gdb.compile/compile.exp: Match the address printed for
463 frame in the output of command "bt".
464
86d6a90c
TT
4652018-01-15 Tom Tromey <tom@tromey.com>
466
467 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
468 compute sp_reg.
469
cbcdb1aa
AB
4702018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
471
472 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
473 to prepare.
474 (prepare): Return 0 on error, 1 on success.
475
eea61984
PA
4762018-01-12 Pedro Alves <palves@redhat.com>
477
478 * gdb.base/continue-after-aborted-step-over.c: New.
479 * gdb.base/continue-after-aborted-step-over.exp: New.
480
6181e9c2
SM
4812018-01-11 Simon Marchi <simon.marchi@ericsson.com>
482
483 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
484 options when not creating an executable.
485
3cada740
PA
4862018-01-11 Pedro Alves <palves@redhat.com>
487
488 PR remote/22597
489 * gdb.server/stop-reply-no-thread.c: New file.
490 * gdb.server/stop-reply-no-thread.exp: New file.
491
c63d3e8d
PA
4922018-01-10 Pedro Alves <palves@redhat.com>
493
494 PR gdb/22670
495 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
496 functions too. Test setting breakpoints and printing C functions
497 with no debug info too.
498 * gdb.ada/bp_c_mixed_case/qux.c: New file.
499
d4c2a405
PA
5002018-01-10 Pedro Alves <palves@redhat.com>
501
502 PR gdb/22670
503 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
504 a fail.
505
8825213e
PA
5062018-01-10 Pedro Alves <palves@redhat.com>
507
508 PR gdb/22670
509 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
510
605fd3c6
YQ
5112018-01-08 Simon Marchi <simon.marchi@ericsson.com>
512
513 * gdb.server/unittest.exp: Match the output in non-development
514 mode.
515
1e5ded6c
YQ
5162018-01-08 Simon Marchi <simon.marchi@ericsson.com>
517
518 * gdb.gdb/unittest.exp: Match output in non-development mode.
519
30066b0b
JB
5202018-01-08 Joel Brobecker <brobecker@adacore.com>
521
522 * gdb.ada/access_tagged_param.exp: Relax expected output
523 for value of "ObjL" in "continue" to pck.inspect breakpoint
524 test.
525
04bafb1e
XR
5262018-01-08 Joel Brobecker <brobecker@adacore.com>
527
9f86398b
JB
528 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
529 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 530
e379cee6
PA
5312018-01-05 Pedro Alves <palves@redhat.com>
532
533 PR gdb/18653
534 * gdb.base/libsegfault.exp: New.
535
de63c46b
PA
5362018-01-05 Joel Brobecker <brobecker@adacore.com>
537
538 PR gdb/22670
539 * gdb.ada/access_tagged_param.exp: New file.
540 * gdb.ada/access_tagged_param/foo.adb: New file.
541
f98fc17b
PA
5422018-01-05 Pedro Alves <palves@redhat.com>
543
544 PR gdb/22670
545 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
546 exercise lower case too, and to exercise both full matching and
547 wild matching.
548
342f8240
JB
5492018-01-05 Joel Brobecker <brobecker@adacore.com>
550
551 * gdb.ada/rename_subscript_param: New testcase.
552
7150d33c
JG
5532018-01-05 Jerome Guitton <guitton@adacore.com>
554
555 * gdb.ada/arr_acc_idx_w_gap: New testcase.
556
cc0e770c
JB
5572018-01-05 Joel Brobecker <brobecker@adacore.com>
558
559 * gdb.ada/convvar_comp: New testcase.
560
672a41aa 5612018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
562
563 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
564 (My_Table): New global variable.
565 * testsuite/gdb.ada/array_char_idx.exp: Add test.
566
7365ec2f
JB
5672018-01-04 Joel Brobecker <brobecker@adacore.com>
568
569 PR gdb/22670
570 * gdb.ada/maint_with_ada: New testcase.
571
289483b6
JB
5722018-01-04 Joel Brobecker <brobecker@adacore.com>
573
574 PR gdb/22670
575 * gdb.ada/bp_c_mixed_case: New testcase.
576
344420da
JB
5772018-01-04 Joel Brobecker <brobecker@adacore.com>
578
579 PR gdb/22670
580 * gdb.ada/complete.exp: Add "complete break ada" test.
581
66fc87a0
JB
5822018-01-04 Joel Brobecker <brobecker@adacore.com>
583
584 PR gdb/22670
585 * gdb.ada/info_addr_mixed_case: New testcase.
586
9f757bf7
XR
5872018-01-03 Xavier Roirand <roirand@adacore.com>
588
589 * gdb.ada/excep_handle.exp: New testcase.
590 * gdb.ada/excep_handle/foo.adb: New file.
591 * gdb.ada/excep_handle/pck.ads: New file.
592
bd570f80
JB
5932018-01-03 Joel Brobecker <brobecker@adacore.com>
594
595 * gdb.base/step-line.c: Add extra empty line in copyright header.
596 * gdb.base/step-line.inp: Likewise.
597
9fe561ab
JB
5982018-01-02 Joel Brobecker <brobecker@adacore.com>
599
600 * gdb.ada/dyn_stride.exp: Add slice test.
601
a405673c
JB
6022018-01-02 Joel Brobecker <brobecker@adacore.com>
603
604 * gdb.ada/dyn_stride: New testcase.
605
cef0f868
SH
6062017-12-27 Stafford Horne <shorne@gmail.com>
607
608 * gdb.xml/extra-regs.xml: Add example foo reggroup.
609 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
610
b67d92b0
SH
6112017-12-27 Stafford Horne <shorne@gmail.com>
612
613 * gdb.base/reggroups.c: New file.
614 * gdb.base/reggroups.exp: New file.
615
eccab96d
JB
6162017-12-18 Joel Brobecker <brobecker@adacore.com>
617
618 * gdb.dwarf2/ada-valprint-error.c: New file.
619 * gdb.dwarf2/ada-valprint-error.exp: New file.
620
0e2da9f0
JB
6212017-12-18 Joel Brobecker <brobecker@adacore.com>
622
623 * gdb.ada/assign_arr: New testcase.
624
cb923fcc
XR
6252017-12-18 Xavier Roirand <roirand@adacore.com>
626
627 * gdb.ada/funcall_ptr: New testcase.
628
7c161838
SDJ
6292017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
630
631 PR cli/16224
632 * gdb.base/ptype-offsets.cc: New file.
633 * gdb.base/ptype-offsets.exp: New file.
634
1af17fd9
YQ
6352017-12-15 Yao Qi <yao.qi@linaro.org>
636
637 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
638 if XML is disabled.
639
828d5846
XR
6402017-12-15 Xavier Roirand <roirand@adacore.com>
641
642 * gdb.ada/same_component_name: New testcase.
643
79e8fcaa
JB
6442017-12-14 Joel Brobecker <brobecker@adacore.com>
645
646 * gdb.ada/str_binop_equal: New testcase.
647
e05fa6f9
JB
6482017-12-14 Joel Brobecker <brobecker@adacore.com>
649
650 * gdb.ada/task_switch_in_core: New testcase.
651
b89641ba
SM
6522017-12-13 Simon Marchi <simon.marchi@ericsson.com>
653
654 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
655 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
656 call test_bkpt_qualified.
657 (test_bkpt_qualified): New proc.
658
6892d2e4
PA
6592017-12-13 Pedro Alves <palves@redhat.com>
660
661 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
662 Tighten regexp by matching with an anchor.
663
a22ecf70
PA
6642017-12-13 Pedro Alves <palves@redhat.com>
665
666 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
667 ("expression with namespace"): New set of tests.
668 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
669 (Nested::Test_NS::qux): New.
670 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
671 defaults to 'start_quote_char' and 'end_quote_char' parameters.
672
9937536c
JB
6732017-12-13 Joel Brobecker <brobecker@adacore.com>
674
675 * gdb.base/server-del-break.c: New file.
676 * gdb.base/server-del-break.exp: New file.
677
fe49c6f5
SH
6782017-12-12 Stafford Horne <shorne@gmail.com>
679
680 * gdb.xml/tdesc-regs.exp: Add or1k support.
681
c3d18620
SH
6822017-12-12 Stafford Horne <shorne@gmail.com>
683
684 * gdb.base/bp-permanent.c: Define nop of or1k.
685
c5f9cfc8
JB
6862017-12-11 Joel Brobecker <brobecker@adacore.com>
687
688 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
689 output with components being reordered.
690
a9c135fc
JB
6912017-12-11 Joel Brobecker <brobecker@adacore.com>
692
693 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
694 output with components being reordered.
695
927aa2e7
JK
6962017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
697 Pedro Alves <palves@redhat.com>
698
699 * gdb.base/maint.exp (check for .gdb_index): Check also for
700 .debug_names.
701 * gdb.dlang/watch-loc.c (.debug_aranges): New.
702 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
703 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
704 (.gdb_index used after symbol reloading): Support also .debug_names.
705 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
706
f17d9474
YQ
7072017-12-08 Yao Qi <yao.qi@linaro.org>
708
709 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
710 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
711
a0de8c21
YQ
7122017-12-08 Yao Qi <yao.qi@linaro.org>
713
714 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
715 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
716
a738ea1d
YQ
7172017-12-08 Yao Qi <yao.qi@linaro.org>
718
719 * gdb.arch/aarch64-tagged-pointer.c: New file.
720 * gdb.arch/aarch64-tagged-pointer.exp: New file.
721
1cd9a73b
SDJ
7222017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
723
724 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
725 "int".
726
fa6eb693
KS
7272017-12-07 Keith Seitz <keiths@redhat.com>
728
729 PR breakpoints/22569
730 * gdb.linespec/ls-errs.exp: Change expected result of "break
731 -source this file has spaces.c -line 3".
732 Check that an explicit source file followed by whitespace is
733 identified as an invalid explicit location.
734
883fd55a
KS
7352017-12-07 Keith Seitz <keiths@redhat.com>
736
737 * gdb.cp/nested-types.cc: New file.
738 * gdb.cp/nested-types.exp: New file.
739 * lib/cp-support.exp: Load data-structures.exp library.
740 (debug_cp_test_ptype_class): New global.
741 (cp_ptype_class_verbose, next_line): New procedures.
742 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
743 Add and document new return value.
744 Switch the list of lines to a queue.
745 Add support for new `type' key for nested type definitions.
746 Add debugging/troubleshooting messages.
747 * lib/data-structures.exp: New file.
748
ec72db3e
SM
7492017-12-07 Simon Marchi <simon.marchi@ericsson.com>
750
751 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
752 with proc_with_prefix, don't use with_test_prefix.
753
99598d71
TT
7542017-12-07 Tom Tromey <tom@tromey.com>
755
756 * gdb.base/break.exp: Add test for empty "commands".
757
a8806230
YQ
7582017-12-07 Yao Qi <yao.qi@linaro.org>
759
760 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
761 malloc and catch syscall.
762
824cc835
PM
7632017-12-07 Phil Muldoon <pmuldoon@redhat.com>
764
765 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
766 tests for explicit locations.
767
7cc244de
PA
7682017-12-06 Pedro Alves <palves@redhat.com>
769
770 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
771 force-disabling XML descriptions.
772
50a1fdd5
PA
7732017-12-04 Pedro Alves <palves@redhat.com>
774
775 PR gdb/22499
776 * gdb.arch/amd64-disp-step-avx.S: New file.
777 * gdb.arch/amd64-disp-step-avx.exp: New file.
778
f0fb2488
PA
7792017-12-03 Pedro Alves <palves@redhat.com>
780
781 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
782 and <string.h>.
783 (parent_function): Print distinct messages when waitpid fails, or
784 the child exits with a signal, or the child exits for an unhandled
785 reason.
786 * gdb.threads/process-dies-while-detaching.exp
787 (detach_and_expect_exit): New 'inf_output_re' parameter and use
788 it. Wait for both inferior output and GDB's prompt. Use an
789 indirect spawn id list.
790 (do_detach): New parameter 'child_exit'. Use it to compute
791 expected inferior output.
792 (test_detach, test_detach_watch, test_detach_killed_outside):
793 Adjust to pass down the expected child exit kind.
794
97cbe998
SDJ
7952017-12-01 Joel Brobecker <brobecker@adacore.com>
796 Sergio Durigan Junior <sergiodj@redhat.com>
797 Pedro Alves <palves@redhat.com>
798
799 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
800
40fc416f
SDJ
8012017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
802
803 * gdb.base/relocate.exp: Add tests to guarantee that arguments
804 to 'symbol-file' and 'add-symbol-file' can be
805 position-independent.
806
1cc75e92
YQ
8072017-12-01 Yao Qi <yao.qi@linaro.org>
808
809 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
810 the URL in copyright header.
811 * gdb.arch/aarch64-fp.exp: Likewise.
812 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
813 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
814 * gdb.base/expand-psymtabs.exp: Likewise.
815 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
816 * gdb.fortran/common-block.exp: Likewise.
817 * gdb.fortran/common-block.f90: Likewise.
818 * gdb.fortran/logical.exp: Likewise.
819 * gdb.fortran/vla-datatypes.f90: Likewise.
820 * gdb.fortran/vla-sub.f90: Likewise.
821
875fb7a7
JB
8222017-11-30 Joel Brobecker <brobecker@adacore.com>
823
824 * gdb.ada/repeat_dyn: New testcase.
825
6f14765f
UW
8262017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
827
828 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
829 Update for changed thread numbering.
830 * gdb.cell/bt.exp: Update for changed GDB output.
831
f1af7b94
SM
8322017-11-30 Simon Marchi <simon.marchi@ericsson.com>
833
834 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
835 setting isremote by hand.
836 * boards/dwarf4-gdb-index.exp: Likewise.
837 * boards/fission.exp: Likewise.
838 * boards/stabs.exp: Likewise.
839
e3919f3e
PA
8402017-11-30 Pedro Alves <palves@redhat.com>
841
842 * gdb.linespec/cpls-ops.exp
843 (check_explicit_skips_function_argument): Extract the underlying
844 type of size_t instead of hardcoding it.
845
bd69330d
PA
8462017-11-29 Pedro Alves <palves@redhat.com>
847
848 PR c++/19436
849 * gdb.linespec/cpls-abi-tag.cc: New file.
850 * gdb.linespec/cpls-abi-tag.exp: New file.
851
a20714ff
PA
8522017-11-29 Pedro Alves <palves@redhat.com>
853
854 * gdb.base/langs.exp: Use -qualified.
855 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
856 it.
857 * gdb.cp/namespace.exp: Use -qualified.
858 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
859 (overload-3, template-overload, template-ret-type, const-overload)
860 (const-overload-quoted, anon-ns, ambiguous-prefix): New
861 procedures.
862 (test_driver): Call them.
863 * gdb.cp/save-bp-qualified.cc: New.
864 * gdb.cp/save-bp-qualified.exp: New.
865 * gdb.linespec/explicit.exp: Test -qualified.
866 * lib/completion-support.exp (completion::explicit_opts_list): Add
867 "-qualified".
868 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
869
f6f1d339
PM
8702017-11-29 Phil Muldoon <pmuldoon@redhat.com>
871
872 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
873
02ca603a
TT
8742017-11-29 Tom Tromey <tom@tromey.com>
875
876 * gdb.base/relocate.exp: Update invalid argument test.
877 Add new tests for invalid arguments.
878
ed6c0bfb
TP
8792017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
880
881 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
882 Return 0 as a long.
883 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
884
f106e10e
TP
8852017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
886
887 * gdb.cp/breakpoint.cc (bar): Set return type to void.
888 * gdb.cp/psymtab-parameter.cc (func): Likewise.
889 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
890 func ().
891 * gdb.cp/shadow.cc (B.func): Return 0.
892
10329bb2
JB
8932017-11-27 Joel Brobecker <brobecker@adacore.com>
894
895 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
896 expected output in gdb_expect call to allow the exception
897 message to be present as well. Fix syntax confusion to avoid
898 TCL thinking that exception_name is an array.
899
617cd4bc
UW
9002017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
901
902 * gdb.arch/spu-info.c: Include <unistd.h>.
903 (do_signal_test): Fix broken calls to write.
904 * gdb.arch/spu-info.exp: Use prepare_for_testing.
905 Fix checks for empty mailboxes. Update signal tests for corrected
906 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
907 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
908 * gdb.cell/arch.exp: Use standard_output_file.
909 * gdb.cell/break.exp: Likewise.
910 * gdb.cell/bt.exp: Likewise.
911 * gdb.cell/core.exp: Likewise.
912 * gdb.cell/dwarfaddr.exp: Likewise.
913 * gdb.cell/ea-cache.exp: Likewise.
914 * gdb.cell/ea-standalone.exp: Likewise.
915 * gdb.cell/f-regs.exp: Likewise.
916 * gdb.cell/fork.exp: Likewise.
917 * gdb.cell/gcore.exp: Likewise.
918 * gdb.cell/mem-access.exp: Likewise.
919 * gdb.cell/ptype.exp: Likewise.
920 * gdb.cell/registers.exp: Likewise.
921 * gdb.cell/sizeof.exp: Likewise.
922 * gdb.cell/solib-symbol.exp: Likewise.
923 * gdb.cell/solib.exp: Likewise.
617cd4bc 924
a81aaca0
PA
9252017-11-25 Pedro Alves <palves@redhat.com>
926
927 * gdb.base/complete-empty.exp: New file.
928 * gdb.base/completion.exp: Adjust.
929
6a3c6ee4
PA
9302017-11-25 Pedro Alves <palves@redhat.com>
931
932 * gdb.linespec/cpls-ops.cc: New file.
933 * gdb.linespec/cpls-ops.exp: New file.
934 * lib/completion-support.exp (test_complete_prefix_range_re): New,
935 factored out from ...
936 (test_complete_prefix_range): ... this.
937
8955eb2d
PA
9382017-11-24 Pedro Alves <palves@redhat.com>
939
940 * gdb.linespec/cpcompletion.exp: New file.
941 * gdb.linespec/cpls-hyphen.cc: New file.
942 * gdb.linespec/cpls.cc: New file.
943 * gdb.linespec/cpls2.cc: New file.
944 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
945 test to use test_gdb_complete_unique. Add label completion,
946 keyword completion and explicit location completion tests.
947 * lib/completion-support.exp: New file.
948
e547c119
JB
9492017-11-24 Joel Brobecker <brobecker@adacore.com>
950
951 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
952 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
953 when hitting an exception catchpoint.
954
7c3c1aa8
YQ
9552017-11-22 Yao Qi <yao.qi@linaro.org>
956
957 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
958
41bd68f5
SM
9592017-11-22 Simon Marchi <simon.marchi@ericsson.com>
960
961 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
962 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
963 * gdb.dwarf2/info-locals-optimized-out.c: New file.
964
1daad298
YQ
9652017-11-22 Yao Qi <yao.qi@linaro.org>
966
967 * gdb.base/info-os.exp: Pass pthreads.
968 * gdb.multi/multi-attach.exp: Likewise.
969
88465e87
YQ
9702017-11-22 Yao Qi <yao.qi@linaro.org>
971
972 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
973 compiler.
974
dc196b23
YQ
9752017-11-22 Yao Qi <yao.qi@linaro.org>
976
977 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
978 * gdb.base/break-interp.exp: Likewise.
979 * gdb.base/jit-attach-pie.exp: Likewise.
980
2400729e
UW
9812017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
982
983 * gdb.base/float128.c (large128): New variable.
984 * gdb.base/float128.exp: Add test to print largest __float128 value.
985
7a26362d
UW
9862017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
987
988 * gdb.arch/vsx-regs.exp: Update register content checks.
989
ed0f4273
UW
9902017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
991
992 * gdb.arch/ppc-longdouble.exp: New file.
993 * gdb.arch/ppc-longdouble.c: Likewise.
994
a25d69c6
PA
9952017-11-21 Pedro Alves <palves@redhat.com>
996
997 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
998
73fcf641
PA
9992017-11-20 Pedro Alves <palves@redhat.com>
1000
1001 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
1002 (long_double_typedef): New typedefs.
1003 Use DEF on double and long double.
1004 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
1005 cases.
1006 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
1007 and 'long_double_ptr_same_size' locals. Use them to decide
1008 whether cast from array/function to float is valid/invalid.
1009
71a3c369
TT
10102017-11-17 Tom Tromey <tom@tromey.com>
1011
1012 * gdb.rust/traits.rs: New file.
1013 * gdb.rust/traits.exp: New file.
1014
ced9779b
JB
10152017-11-17 Joel Brobecker <brobecker@adacore.com>
1016
1017 * gdb.ada/minsyms: New testcase.
1018
a0922d80
PA
10192017-11-16 Pedro Alves <palves@redhat.com>
1020
1021 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
1022 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
1023
ea04e54c
PA
10242017-11-16 Pedro Alves <palves@redhat.com>
1025
1026 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
1027 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
1028
e849ea89
PA
10292017-11-16 Pedro Alves <palves@redhat.com>
1030
1031 * gdb.server/reconnect-ctrl-c.c: New file.
1032 * gdb.server/reconnect-ctrl-c.exp: New file.
1033
d8ae99a7
PM
10342017-11-16 Phil Muldoon <pmuldoon@redhat.com>
1035
1036 * gdb.python/py-rbreak.exp: New file.
1037 * gdb.python/py-rbreak.c: New file.
1038 * gdb.python/py-rbreak-func2.c: New file.
1039
968a13f8
PA
10402017-11-16 Pedro Alves <palves@redhat.com>
1041
1042 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
1043 pattern.
1044 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
1045 GDB.
1046
71774bc9
SM
10472017-11-15 Simon Marchi <simon.marchi@ericsson.com>
1048
1049 * gdb.tui/completionn.exp (test_tab_completion): Add space in
1050 regex.
1051
ddbb44cf
SM
10522017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
1053
1054 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
1055 test names.
1056
584a564f
PA
10572017-11-09 Pedro Alves <palves@redhat.com>
1058
1059 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
1060 factored out from ...
1061 (top level): ... here, and adjusted to avoid expecting beyond the
1062 prompt in a single gdb_test_multiple.
1063
5ed7a928
PA
10642017-11-09 Pedro Alves <palves@redhat.com>
1065
1066 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
1067 output.
1068 * gdb.server/ext-attach.exp ("kill" test): Likewise.
1069 * gdb.server/ext-restart.exp ("kill" test): Likewise.
1070 * gdb.server/ext-run.exp ("kill" test): Likewise.
1071 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
1072
a60e0738
PA
10732017-11-09 Pedro Alves <palves@redhat.com>
1074
1075 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
1076 match till end of line.
1077
2c88253f
PA
10782017-11-09 Pedro Alves <palves@redhat.com>
1079
1080 * gdb.base/memattr.exp: Tighten regexes to match the end line.
1081
c7a38517
PA
10822017-11-09 Pedro Alves <palves@redhat.com>
1083
1084 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
1085 New procedures, factored out from ...
1086 (top level): ... here, and adjusted to avoid expecting beyond the
1087 prompt in one go.
1088
f29f4b6b
PA
10892017-11-09 Pedro Alves <palves@redhat.com>
1090
1091 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
1092 output. Fix '?' match.
1093
286acbb5
JB
10942017-11-08 Joel Brobecker <brobecker@adacore.com>
1095
1096 * gdb.ada/scoped_watch: New testcase.
1097 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
1098 which is actually correct.
1099 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
1100 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
1101
62d7ae92
PA
11022017-11-08 Pedro Alves <palves@redhat.com>
1103
1104 * gdb.gdb/complaints.exp (test_initial_complaints)
1105 (test_serial_complaints, test_short_complaints): Call
1106 complaint_internal instead of complaint.
1107
280ca31f
DT
11082017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
1109
1110 * gdb.threads/tls-core.c: New file.
1111 * gdb.threads/tls-core.exp: Likewise.
1112
b5ec771e
PA
11132017-11-08 Pedro Alves <palves@redhat.com>
1114
1115 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
1116 (p Exported_Capitalized): New test.
1117 (p exported_capitalized): New test.
1118
a02b41a7
PA
11192017-11-07 Pedro Alves <palves@redhat.com>
1120
1121 * gdb.cp/ena-dis-br-range.exp: Add more tests.
1122
95e95a6d
PA
11232017-11-07 Pedro Alves <palves@redhat.com>
1124
1125 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
1126 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
1127 (disable_invalid, disable_inverted, disable_negative): New
1128 procedures.
1129 ("bad numbers"): New set of tests.
1130
cee62dbd
PA
11312017-11-07 Pedro Alves <palves@redhat.com>
1132
1133 * gdb.cp/ena-dis-br-range.exp: Add tests.
1134
cc638e86
PA
11352017-11-07 Pedro Alves <palves@redhat.com>
1136
1137 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
1138
d0fe4701
XR
11392017-11-07 Xavier Roirand <roirand@adacore.com>
1140 Pedro Alves <palves@redhat.com>
1141
1142 * gdb.base/ena-dis-br.exp: Add reference to
1143 gdb.cp/ena-dis-br-range.exp.
1144 * gdb.cp/ena-dis-br-range.exp: New file.
1145 * gdb.cp/ena-dis-br-range.cc: New file.
1146
46f67f80
PA
11472017-11-06 Pedro Alves <palves@redhat.com>
1148
1149 * gdb.base/attach-non-pgrp-leader.c: New.
1150 * gdb.base/attach-non-pgrp-leader.exp: New.
1151
726e1356
PA
11522017-11-06 Pedro Alves <palves@redhat.com>
1153
1154 * configure.ac: No longer check for termio.h and sgtty.h.
1155 * configure: Regenerate.
1156 * remote-utils.c: Include termios.h instead of gdb_termios.h.
1157 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
1158 Remove termio and sgtty code.
1159
50ab6ace
YQ
11602017-11-03 Yao Qi <yao.qi@linaro.org>
1161
1162 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
1163 in GDB is disabled.
1164
8e68731c
YQ
11652017-11-03 Yao Qi <yao.qi@linaro.org>
1166
1167 * gdb.python/py-thrhandle.exp: Skip it if python is not
1168 enabled.
1169
3a87ae65
SM
11702017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
1171
1172 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
1173 as a breakpoint command.
1174
484d8d36
MD
11752017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
1176
1177 PR python/21213
1178 * gdb.python/py-infthread.exp: Test calling
1179 InferiorThread.inferior () multiple times in a row.
1180
4a27f119
KS
11812017-10-27 Keith Seitz <keiths@redhat.com>
1182
1183 * gdb.opt/inline-break.exp (break_info_1): New procedure.
1184 Test "info break" for every inlined function breakpoint.
1185
bb11dd58
YQ
11862017-10-27 Yao Qi <yao.qi@linaro.org>
1187
1188 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
1189
a43f3893
PF
11902017-10-26 Patrick Frants <osscontribute@gmail.com>
1191
1192 * gdb.cp/classes.exp (test_static_members): Test printing
1193 Outer::instance.
1194 * gdb.cp/classes.c (struct Inner, struct Outer): New.
1195 (Inner::instance, Outer::instance): New.
1196
792ccf00
PA
11972017-10-24 Pedro Alves <palves@redhat.com>
1198
1199 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
1200 extra console" test in two stages.
1201
eb2bfbad
PA
12022017-10-24 Pedro Alves <palves@redhat.com>
1203
1204 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
1205
1f75a651
PA
12062017-10-24 Pedro Alves <palves@redhat.com>
1207
1208 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
1209 loop.
1210
779990d9
PA
12112017-10-24 Pedro Alves <palves@redhat.com>
1212
1213 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
1214 $attempt" and "stoppedtry $stoppedtry" test prefixes.
1215
ad9b8f5d
PA
12162017-10-24 Pedro Alves <palves@redhat.com>
1217
1218 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
1219 parameter and handle it. Don't output read value in test name.
1220
fee6da6e
PA
12212017-10-24 Pedro Alves <palves@redhat.com>
1222
1223 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
1224 custom test name.
1225
10389c2c
PA
12262017-10-24 Pedro Alves <palves@redhat.com>
1227
1228 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
1229 include the unstable output directory name in the test's name.
1230 (initial_setup_simple) <'set args'>: Use custom test name.
1231
a80e65a9
PA
12322017-10-24 Pedro Alves <palves@redhat.com>
1233
1234 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
1235 with explicit test name.
1236
15763a09
PA
12372017-10-20 Pedro Alves <palves@redhat.com>
1238
1239 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
1240 'wait -i'. Use gdb_assert and remote_close.
1241
49a4ce2e
AB
12422017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
1243
1244 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
1245 number from variable rather than hard-coded.
1246
a75868f5
PA
12472017-10-19 Pedro Alves <palves@redhat.com>
1248
1249 * gdb.base/long-inferior-output.c: New file.
1250 * gdb.base/long-inferior-output.exp: New file.
1251
c8ba13ad
KS
12522017-11-18 Keith Seitz <keiths@redhat.com>
1253
1254 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
1255 method.
1256 (main): Call it.
1257 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
1258 Add additional user-defined conversion operator tests.
1259
b27de576
PA
12602017-10-17 Pedro Alves <palves@redhat.com>
1261
1262 * boards/native-stdio-gdbserver.exp: Load "local-board".
1263
8484c955
PA
12642017-10-17 Pedro Alves <palves@redhat.com>
1265
1266 * gdb.base/quit-live.c: New file.
1267 * gdb.base/quit-live.exp: New file.
1268
83d5a34d
KS
12692017-10-16 Keith Seitz <keiths@redhat.com>
1270
1271 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
1272 (class_with_protected_typedef, class_with_private_typedef)
1273 (struct_with_public_typedef, struct_with_protected_typedef)
1274 (struct_with_private_typedef): New classes/structs.
1275 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
1276 typedefs and access specifiers.
1277
739b3f1d
PA
12782017-10-16 Pedro Alves <palves@redhat.com>
1279 Simon Marchi <simon.marchi@polymtl.ca>
1280
1281 * README (Local vs Remote vs Native): New section.
1282 * boards/local-board.exp: New file, with bits factored out from
1283 ...
1284 * boards/native-extended-gdbserver.exp: ... here. Load
1285 "local-board".
1286 * boards/native-gdbserver.exp: Load "local-board".
1287 (${board}_spawn, ${board}_exec): Delete.
1288 * boards/native-stdio-gdbserver.exp: Most contents factored out to
1289 ...
1290 * boards/stdio-gdbserver-base.exp: ... this new file.
1291 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
1292 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
1293 procedure.
1294 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
1295 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
1296 stdio_gdbserver_command.
1297 (${board}_get_remote_address, ${board}_get_comm_port)
1298 (${board}_download, ${board}_upload): Delete.
1299 (get_target_remote_pipe_cmd): New.
1300
fe68b953
SM
13012017-10-16 Simon Marchi <simon.marchi@ericsson.com>
1302
1303 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
1304 test_bkpt_deletion, test_bkpt_cond_and_cmds,
1305 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
1306 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
1307 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
1308 remove with_test_prefix.
1309
300b6685
PA
13102017-10-13 Pedro Alves <palves@redhat.com>
1311
1312 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
1313 * gdb.base/annota1.exp: Use it instead of is_remote.
1314 * gdb.base/annota3.exp: Use it instead of is_remote.
1315 * gdb.cp/annota2.exp: Use it instead of is_remote.
1316 * gdb.cp/annota3.exp: Use it instead of is_remote.
1317 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
1318
50500caf
PA
13192017-10-13 Pedro Alves <palves@redhat.com>
1320
1321 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
1322 (test_num_test_vars, run_and_count_vars, find_env)
1323 (test_set_unset_env, test_inherit_env_var): New procedures.
1324 (top level): Use them.
1325
dad0c6d2
PA
13262017-10-13 Pedro Alves <palves@redhat.com>
1327
1328 * lib/selftest-support.exp (selftest_setup): Extend comments, and
1329 also skip on stub-like targets.
1330
8b0553c1
PA
13312017-10-13 Pedro Alves <palves@redhat.com>
1332
1333 PR gdb/22293
1334 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
1335 (top level): Move some tests to ...
1336 (test_not_found): ... this new procedure.
1337 (top level): Call it.
1338
7594f623
PA
13392017-10-13 Pedro Alves <palves@redhat.com>
1340
1341 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
1342 expect different "info terminal" output if testing with a
1343 non-native target.
1344
ebe3b402
PA
13452017-10-13 Pedro Alves <palves@redhat.com>
1346 Simon Marchi <simon.marchi@polymtl.ca>
1347
1348 PR python/12966
1349 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
1350
42f1b161
PA
13512017-10-13 Pedro Alves <palves@redhat.com>
1352
1353 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
1354 already.
1355
8d6ef72b
PA
13562017-10-13 Pedro Alves <palves@redhat.com>
1357
1358 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
1359 is_remote.
1360
d7bcd5b8
PA
13612017-10-13 Pedro Alves <palves@redhat.com>
1362
1363 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
1364 is_remote.
1365
df479dc6
PA
13662017-10-13 Pedro Alves <palves@redhat.com>
1367
1368 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
1369 is set.
1370 (corefile_test_attach): Likewise. Check can_spawn_for_attach
1371 instead of is_remote.
1372
23fb630a
PA
13732017-10-13 Pedro Alves <palves@redhat.com>
1374
1375 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
1376 (top level): Add comment.
1377
cc77b1dc
PA
13782017-10-13 Pedro Alves <palves@redhat.com>
1379
1380 * gdb.base/remote.exp (top level): Fix comment typo and add
1381 missing return.
1382
27c9e813
PA
13832017-10-13 Pedro Alves <palves@redhat.com>
1384 Simon Marchi <simon.marchi@polymtl.ca>
1385
1386 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
1387 calls and add comments. Skip test if use_gdb_stub is set.
1388 (top level): Use "set cwd" command instead of "cd" command.
1389
5e830d98
PA
13902017-10-13 Pedro Alves <palves@redhat.com>
1391
1392 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
1393 is_remote target check.
1394
f5ca0032
PA
13952017-10-13 Pedro Alves <palves@redhat.com>
1396
1397 * gdb.base/scope.exp: Use build_executable + clean_restart +
1398 gdb_file_cmd instead of prepare_for_testing and no longer skip
1399 "before run" tests on is_remote target boards. Update comments.
1400 * boards/native-extended-gdbserver.exp
1401 (extended_gdbserver_load_last_file): New, factored out from ...
1402 (gdb_load): ... this. Move further below and add comment.
1403 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
1404
8aed1c0d
PA
14052017-10-12 Pedro Alves <palves@redhat.com>
1406
1407 * gdb.base/attach.exp: Remove references to gdb64.
1408 * gdb.base/dbx.exp: Remove references to gdb64.
1409
cfa34c87
SM
14102017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
1411 Pedro Alves <palves@redhat.com>
1412
1413 * gdb.base/label.exp: Remove is_remote target check.
1414
9192b7de
PA
14152017-10-12 Pedro Alves <palves@redhat.com>
1416
1417 * gdb.base/auvx.exp (coredir): Update comment.
1418 (top level) <core_works>: Use "set cwd" command instead of "cd"
1419 command.
1420
6bf0052d
PA
14212017-10-12 Pedro Alves <palves@redhat.com>
1422 Simon Marchi <simon.marchi@polymtl.ca>
1423
1424 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
1425 target boards.
1426
e48ef82d
PA
14272017-10-12 Pedro Alves <palves@redhat.com>
1428 Simon Marchi <simon.marchi@polymtl.ca>
1429
1430 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
1431 Instead skip if there's any gdb_protocol set.
1432
8d7aea57
SM
14332017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
1434 Pedro Alves <palves@redhat.com>
1435
1436 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
1437
30440677
PA
14382017-10-12 Pedro Alves <palves@redhat.com>
1439 Simon Marchi <simon.marchi@polymtl.ca>
1440
1441 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
1442 instead of on dejagnu remote boards.
1443
4e04f045 14442017-10-12 Pedro Alves <palves@redhat.com>
175654b9 1445 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
1446
1447 * gdb.base/inferior-died.exp: Remove is_remote and isnative
1448 checks. Use build_executable + clean_restart instead of
1449 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
1450 of enabling non-stop after starting gdb.
1451
871a186e
PA
14522017-10-12 Pedro Alves <palves@redhat.com>
1453
1454 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
1455 * gdb.threads/non-ldr-exc-2.exp: Ditto.
1456 * gdb.threads/non-ldr-exc-3.exp: Ditto.
1457 * gdb.threads/non-ldr-exc-4.exp: Ditto.
1458
56d704da
AK
14592017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
1460
1461 * gdb.arch/arc-tdesc-cpu.exp: New file.
1462 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
1463
2f20e312
SM
14642017-10-10 Simon Marchi <simon.marchi@ericsson.com>
1465
1466 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
1467
65630365
PA
14682017-10-10 Pedro Alves <palves@redhat.com>
1469
1470 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
1471 expect CLI output.
1472
bf469271
PA
14732017-10-10 Pedro Alves <palves@redhat.com>
1474
1475 * lib/selftest-support.exp (selftest_setup): Update for
1476 captured_command_loop's prototype change.
1477
777a42f1
PA
14782017-10-09 Pedro Alves <palves@redhat.com>
1479
1480 Test both arch1=>arch2 and arch2=>arch1.
1481
1482 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
1483 (srcfile2, binfile2, march1, march2): Remove globals. Largely
1484 factored out to...
1485 (append_arch1_options, append_arch2_options, append_arch_options)
1486 (build_executables): New procedures.
1487 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
1488 local.
1489 (top level): Add new 'first_arch' testing axis.
1490
cbd2b4e3
PA
14912017-10-09 Pedro Alves <palves@redhat.com>
1492
1493 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
1494 (barrier): New.
1495 (thread_start, all_started): New functions.
1496 (main): Spawn new thread and wait until it is scheduled.
1497 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
1498 option.
1499 (do_test): Add 'selected_thread' parameter. Run to all_started
1500 instead of main. Explicitly set the breakpoint at main. Switch
1501 to the SELECTED_THREAD thread.
1502 (top level): Test handling the exec event with either the main
1503 thread or the second thread selected.
1504
5c9e4427
PA
15052017-10-09 Pedro Alves <palves@redhat.com>
1506
1507 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
1508 logic. Move STOP marker after the value checks.
1509 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
1510 regexp.
1511
b3b7c423
SL
15122017-10-06 Sandra Loosemore <sandra@codesourcery.com>
1513
1514 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
1515
3b4b2f16
UW
15162017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
1517
1518 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
1519 integer-to-dfp conversion.
1520 * gdb.base/dfp-test.exp: Likewise.
1521
5cd63fda
PA
15222017-10-04 Pedro Alves <palves@redhat.com>
1523
1524 * gdb.multi/hangout.c: Include <unistd.h>.
1525 (hangout_loop): New function.
1526 (main): Call alarm. Call hangout_loop in a loop.
1527 * gdb.multi/hello.c: Include <unistd.h>.
1528 (hello_loop): New function.
1529 (main): Call alarm. Call hangout_loop in a loop.
1530 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
1531 inferior with the other selected.
1532
4c71c105
SM
15332017-10-04 Simon Marchi <simon.marchi@ericsson.com>
1534
1535 * gdb.mi/list-thread-groups-available.exp: New file.
1536 * gdb.mi/list-thread-groups-available.c: New file.
1537
bc3b087d
SDJ
15382017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1539
1540 * gdb.base/set-cwd.exp: Make it available on
1541 native-extended-gdbserver.
1542
d092c5a2
SDJ
15432017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1544
1545 * gdb.base/set-cwd.c: New file.
1546 * gdb.base/set-cwd.exp: Likewise.
1547
45320ffa
TT
15482017-10-02 Tom Tromey <tom@tromey.com>
1549
1550 PR rust/22236:
1551 * gdb.rust/simple.rs (main): New variable "fslice".
1552 * gdb.rust/simple.exp: Add slice tests. Update string tests.
1553
b3e3859b
TT
15542017-10-02 Tom Tromey <tom@tromey.com>
1555
1556 * gdb.rust/simple.exp: Test ptype of a slice.
1557
01af5e0d
TT
15582017-10-02 Tom Tromey <tom@tromey.com>
1559
1560 * gdb.rust/simple.exp: Test index of slice.
1561
a9bbfbd8
TT
15622017-09-27 Tom Tromey <tom@tromey.com>
1563
1564 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
1565
df8899e5
TP
15662017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
1567 Pedro Alves <palves@redhat.com>
1568
1569 * gdb.base/compare-sections.exp (get value of read-only section): Read
1570 as unsigned value.
1571 (corrupt read-only section): Likewise and don't set written if patching
1572 failed.
1573
757bf54b
KB
15742017-09-21 Kevin Buettner <kevinb@redhat.com>
1575
1576 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
1577 files.
1578
06871ae8
PA
15792017-09-20 Pedro Alves <palves@redhat.com>
1580
1581 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
1582 symbol names in gdb's output.
1583 * gdb.cp/overload.exp ("list all overloads"): Likewise.
1584
e5f25bc5
PA
15852017-09-20 Pedro Alves <palves@redhat.com>
1586
1587 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
1588 Rename to ...
1589 (test_list_ambiguous_symbol): ... this and add a symbol name
1590 parameter. Adjust.
1591 (test_list_ambiguous_function): Reimplement on top of
1592 test_list_ambiguous_symbol and also test listing ambiguous
1593 variables.
1594 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
1595 (ambiguous_fun): ... this.
1596 (ambiguous_var): New.
1597 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
1598 (ambiguous_fun): ... this.
1599 (ambiguous_var): New.
1600
4e5a4f58
JB
16012017-09-19 John Baldwin <jhb@FreeBSD.org>
1602
1603 * gdb.base/starti.c: New file.
1604 * gdb.base/starti.exp: New file.
1605 * lib/gdb.exp (gdb_starti_cmd): New procedure.
1606
26e53f3e
PA
16072017-09-14 Pedro Alves <palves@redhat.com>
1608
1609 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
1610 (top level): Use it instead of runto.
1611
cb791d59
TT
16122017-09-11 Tom Tromey <tom@tromey.com>
1613
1614 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
1615
7c96f8c1
TT
16162017-09-11 Tom Tromey <tom@tromey.com>
1617
1618 * gdb.python/py-infthread.exp: Add tests for new_thread event.
1619 * gdb.python/py-inferior.exp: Add tests for new inferior events.
1620
469412dd
CW
16212017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
1622
1623 * gdb.fortran/printing-types.exp: New file.
1624 * gdb.fortran/printing-types.exp: New file.
1625
e0f86435
BH
16262017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
1627
1628 * gdb.fortran/vla-ptype.exp: Fix typos.
1629 * gdb.fortran/vla-value.exp: Same.
1630
9e9af4be
BH
16312017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
1632
1633 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
1634 * gdb.mi/mi-var-child-f.exp: Likewise.
1635 * gdb.mi/mi-vla-fortran.exp: Likewise.
1636
a5ad232b
FP
16372017-09-08 Frank Penczek <frank.penczek@intel.com>
1638 Christoph Weinmann <christoph.t.weinmann@intel.com>
1639 Bernhard Heckel <bernhard.heckel@intel.com>
1640
1641 * gdb.fortran/ptr-indentation.f90: New file.
1642 * gdb.fortran/ptr-indentation.exp: New file.
1643
5aec60eb
TT
16442017-09-05 Tom Tromey <tom@tromey.com>
1645
1646 PR gdb/22010:
1647 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
1648
8f8f8152
TP
16492017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
1650
1651 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
1652
fbd1b771
JK
16532017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1654
1655 * gdb.threads/tls-nodebug-pie.c: New file.
1656 * gdb.threads/tls-nodebug-pie.exp: New file.
1657
5eb5f850
TT
16582017-09-05 Tom Tromey <tom@tromey.com>
1659
1660 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
1661 for rust.
1662
ae780a21
SM
16632017-09-05 Simon Marchi <simon.marchi@ericsson.com>
1664
1665 * gdb.multi/multi-arch-exec.exp: Test with different
1666 "follow-exec-mode" settings.
1667 (do_test): New procedure.
1668
3693fdb3
PA
16692017-09-04 Pedro Alves <palves@redhat.com>
1670
1671 * gdb.base/func-static.c (S::method const, S::method volatile)
1672 (S::method volatile const): New methods.
1673 (c_s, v_s, cv_s): New instances.
1674 (main): Call method() on them.
1675 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
1676 (cannot_resolve): New procedure.
1677 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
1678 print-quote-unquoted columns.
1679 (do_test): Test printing each scope too.
1680
e68cb8e0
PA
16812017-09-04 Pedro Alves <palves@redhat.com>
1682
1683 * gdb.base/local-static.exp: Also test with
1684 class::method::variable wholly quoted.
1685 * gdb.cp/m-static.exp (class::method::variable): Remove test.
1686
858be34c
PA
16872017-09-04 Pedro Alves <palves@redhat.com>
1688
1689 * gdb.base/local-static.c: New.
1690 * gdb.base/local-static.cc: New.
1691 * gdb.base/local-static.exp: New.
1692
46a4882b
PA
16932017-09-04 Pedro Alves <palves@redhat.com>
1694
1695 * gdb.asm/asm-source.exp: Add casts to int.
1696 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
1697 (dataglobal64_1, dataglobal64_2): New globals.
1698 * gdb.base/nodebug.exp: Test different expressions involving the
1699 new globals, with print, whatis and ptype. Add casts to int.
1700 * gdb.base/solib-display.exp: Add casts to int.
1701 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
1702 * gdb.cp/m-static.exp: Add cast to int.
1703 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
1704 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
1705 tls variable with no debug info without a cast. Test with a cast
1706 to int too.
1707 * gdb.trace/entry-values.exp: Add casts.
1708
2c5a2be1
PA
17092017-09-04 Pedro Alves <palves@redhat.com>
1710
1711 * gdb.base/nodebug.exp: Test that ptype's error about functions
1712 with unknown return type includes the function name too.
1713
7022349d
PA
17142017-09-04 Pedro Alves <palves@redhat.com>
1715
1716 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
1717 return type of munmap in infcall.
1718 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
1719 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
1720 type of ftell in infcall.
1721 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
1722 type of getpid in infcall.
1723 * gdb.base/infcall-exec.exp: Cast return type of execlp in
1724 infcall.
1725 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
1726 Bail on failure to extract the pid.
1727 * gdb.base/nodebug.c: #include <stdint.h>.
1728 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
1729 New functions.
1730 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
1731 Change expected output of print/whatis/ptype with functions with
1732 no debug info. Test all supported languages. Call
1733 test_call_promotion.
1734 * gdb.compile/compile.exp: Adjust expected output to expect
1735 warning.
1736 * gdb.threads/siginfo-threads.exp: Likewise.
1737
54990598
PA
17382017-09-04 Pedro Alves <palves@redhat.com>
1739
1740 * gdb.base/callfuncs.exp (do_function_calls): New parameter
1741 "prototypes". Test calling float functions via prototyped and
1742 unprototyped function pointers.
1743 (perform_all_tests): New parameter "prototypes". Pass it down.
1744 (top level): Pass down "prototypes" parameter to
1745 perform_all_tests.
1746
34d16ea2
SM
17472017-09-04 Simon Marchi <simon.marchi@ericsson.com>
1748
1749 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
1750 Test with nested loops.
1751
9521ecda
SM
17522017-09-04 Simon Marchi <simon.marchi@ericsson.com>
1753
1754 * gdb.base/commands.exp: Call the new procedures.
1755 (loop_break_test, loop_continue_test): New procedures.
1756
80a65e9b
SM
17572017-09-04 Simon Marchi <simon.marchi@ericsson.com>
1758
1759 * gdb.base/commands.exp: Call new procedure.
1760 (define_if_without_arg_test): New procedure.
1761
e439fa14
PA
17622017-09-04 Pedro Alves <palves@redhat.com>
1763
1764 * gdb.base/list-ambiguous.exp: New file.
1765 * gdb.base/list-ambiguous0.c: New file.
1766 * gdb.base/list-ambiguous1.c: New file.
1767 * gdb.base/list.exp (test_list_range): Adjust expected output.
1768
0a2dde4a
SDJ
17692017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
1770
1771 * gdb.base/share-env-with-gdbserver.c: New file.
1772 * gdb.base/share-env-with-gdbserver.exp: Likewise.
1773
5e89eb3a
SM
17742017-08-28 Simon Marchi <simon.marchi@ericsson.com>
1775
1776 * gdb.base/commands.exp (gdbvar_simple_if_test,
1777 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
1778 progvar_simple_if_test, progvar_simple_while_test,
1779 progvar_complex_if_while_test, user_defined_command_test,
1780 user_defined_command_args_eval,
1781 user_defined_command_args_stack_test,
1782 user_defined_command_manyargs_test, bp_deleted_in_command_test,
1783 temporary_breakpoint_commands,
1784 gdb_test_no_prompt, redefine_hook_test,
1785 redefine_backtrace_test): Remove "global gdb_prompt".
1786
fd437cbc
SM
17872017-08-28 Simon Marchi <simon.marchi@ericsson.com>
1788
1789 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
1790 New proc, call it from toplevel.
1791
87215ad1
SDJ
17922017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
1793
1794 PR remote/21852
1795 * gdb.server/normal.c: New file, copied from gdb.base.
1796 * gdb.server/run-without-local-binary.exp: New file.
1797
58afddc6
WP
17982017-08-07 Weimin Pan <weimin.pan@oracle.com>
1799
1800 * gdb.arch/sparc64-adi.exp: New file.
1801 * gdb.arch/sparc64-adi.c: New file.
1802
5277199a
PA
18032017-08-22 Pedro Alves <palves@redhat.com>
1804
1805 * gdb.cp/overload.exp (line_range_pattern): New procedure.
1806 (top level): Add "list all overloads" tests.
1807
14278e1f
TT
18082017-08-22 Tom Tromey <tom@tromey.com>
1809
1810 * gdb.gdb/xfullpath.exp: Remove.
1811
bf223d3e
PA
18122017-08-21 Pedro Alves <palves@redhat.com>
1813
1814 PR gdb/19487
1815 * gdb.base/symbol-alias.c: New.
1816 * gdb.base/symbol-alias2.c: New.
1817 * gdb.base/symbol-alias.exp: New.
1818
c973d0aa
PA
18192017-08-21 Pedro Alves <palves@redhat.com>
1820
1821 * gdb.base/dfp-test.c
1822 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
1823 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
1824 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
1825 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
1826 * gdb.base/whatis-ptype-typedefs.c: New.
1827 * gdb.base/whatis-ptype-typedefs.exp: New.
1828 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
1829 (an_int, an_int_type, an_int_type2): New globals.
1830 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
1831 involving typedefs and cast expressions.
1832 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
1833 (lookup_typedefs_function): New.
1834 (typedefs_pretty_printers_dict): New.
1835 (top level): Register lookup_typedefs_function in
1836 gdb.pretty_printers.
1837
6d580b63
YQ
18382017-08-18 Yao Qi <yao.qi@linaro.org>
1839
1840 * gdb.server/unittest.exp: New.
1841
206726fb
SDJ
18422017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
1843
1844 PR gdb/21954
1845 * gdb.base/environ.exp: Add test to check if 'unset environment'
1846 works.
1847
bf0ec4c2
AA
18482017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
1849
1850 * lib/gdb.exp (universal_compile_options): New caching proc.
1851 (gdb_compile): Suppress GCC's coloring of messages.
1852
d6382fff
TT
18532017-08-14 Tom Tromey <tom@tromey.com>
1854
1855 PR gdb/21675:
1856 * gdb.base/printcmds.exp (test_radices): New function.
1857 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
1858 * gdb.base/sizeof.exp (check_valueof): Use p/d.
1859 * lib/gdb.exp (get_integer_valueof): Use p/d.
1860
c2c2dd9f
SM
18612017-08-12 Simon Marchi <simon.marchi@ericsson.com>
1862
1863 * lib/gdb.exp (get_valueof): Don't capture end-of-line
1864 characters.
1865
fdffd6f4
TT
18662017-08-05 Tom Tromey <tom@tromey.com>
1867
1868 * gdb.rust/simple.exp: Allow String to appear in a different
1869 namespace.
1870
27d41eac
YQ
18712017-07-26 Yao Qi <yao.qi@linaro.org>
1872
1873 * gdb.gdb/unittest.exp: Invoke command
1874 "maintenance check xml-descriptions".
1875
031ed05d
AA
18762017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
1877
1878 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
1879 calling context.
1880 (hex128): Drop erroneous calculation of parameters.
1881
dcd27ddf
SM
18822017-07-22 Simon Marchi <simon.marchi@ericsson.com>
1883
1884 * gdb.python/py-unwind.exp: Disable stack protection when
1885 building test file.
1886
47e77640
PA
18872017-07-20 Pedro Alves <palves@redhat.com>
1888
1889 * gdb.base/default.exp (set language): Adjust expected output.
1890
62d2a18a
PA
18912017-07-20 Pedro Alves <palves@redhat.com>
1892
1893 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
1894 (test_minsym): ... this, and make static.
1895 (get_pck__foo__bar__minsym): Rename to ...
1896 (get_test_minsym): ... this.
1897 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
1898 symbol names and comments.
1899 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
1900 (get_test_minsym): ... this.
1901 (pck__foo__bar__minsym__2): Rename to ...
1902 (test_minsym): ... this.
1903 (main): Adjust.
1904
c45ec17c
PA
19052017-07-17 Pedro Alves <palves@redhat.com>
1906
1907 * gdb.base/completion.exp: Adjust expected output.
1908 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
1909 the completer works.
1910
c6756f62
PA
19112017-07-17 Pedro Alves <palves@redhat.com>
1912
1913 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
1914
5bd68487
AB
19152017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
1916
1917 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
1918
8880f2a9
TT
19192017-07-14 Tom Tromey <tom@tromey.com>
1920
1921 PR rust/21764:
1922 * gdb.rust/simple.exp: Add tests.
1923
65547233
TT
19242017-07-14 Tom Tromey <tom@tromey.com>
1925
1926 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
1927
8f14146e
PA
19282017-07-14 Pedro Alves <palves@redhat.com>
1929
1930 * gdb.linespec/base/one/thefile.cc (z1): New function.
1931 * gdb.linespec/base/two/thefile.cc (z2): New function.
1932 * gdb.linespec/linespec.exp: Add tests.
1933
b4365d02
AB
19342017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
1935
1936 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
1937 to mi_create_breakpoint.
1938
5d2cbaa5
AB
19392017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
1940
1941 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
1942 mi_create_breakpoint.
1943
11cb5716
IB
19442017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
1945
1946 * gdb.dlang/demangle.exp: Update for demangling changes.
1947
03278692
TT
19482017-07-09 Tom Tromey <tom@tromey.com>
1949
1950 * gdb.dwarf2/shortpiece.exp: New file.
1951
33c5cd75
DB
19522017-07-06 David Blaikie <dblaikie@gmail.com>
1953
1954 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
1955 built from fissiont-multi-cu{1,2}.c.
1956 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
1957 except putting 'main' and 'func' in separate CUs in the same DWO file.
1958 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
1959 test.
1960 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
1961 test.
1962
8455d262
PA
19632017-07-06 Pedro Alves <palves@redhat.com>
1964
1965 * gdb.python/py-unwind.exp: Test flushregs.
1966
dc4bde35
SDJ
19672017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
1968
1969 PR cli/21688
1970 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
1971 tests for alias commands and trailing whitespace.
1972
51ed89aa
SDJ
19732017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
1974
1975 PR cli/21688
1976 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
1977 procedure. Call it.
1978
eb17d413
PA
19792017-06-29 Pedro Alves <palves@redhat.com>
1980
1981 * gdb.base/printcmds.exp: Add tests.
1982
41664b45
DG
19832017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
1984
1985 PR gdb/21337
1986 * gdb.base/reread-readsym.exp: New file.
1987 * gdb.base/reread-readsym.c: New file.
1988
75312ae3
KB
19892017-06-21 Kevin Buettner <kevinb@redhat.com>
1990
1991 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
1992 subpattern.
1993
66953522
PB
19942017-06-19 Peter Bergner <bergner@vnet.ibm.com>
1995
1996 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
1997 extended mnemonic.
1998 * gdb.arch/powerpc-power9.s: Likewise.
1999
5524b525
AA
20002017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2001
2002 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
2003 on 32-bit x86 targets. Exploit is_*_target macros where
2004 appropriate.
2005
03c8af18
AA
20062017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2007
2008 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
2009 register pieces.
2010
3bf31011
AA
20112017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2012
2013 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
2014 located in one or more DWARF pieces.
2015
805acca0
AA
20162017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2017
2018 * lib/gdb.exp (get_endianness): New proc.
2019 * gdb.arch/aarch64-fp.exp: Use it.
2020 * gdb.arch/altivec-regs.exp: Likewise.
2021 * gdb.arch/e500-regs.exp: Likewise.
2022 * gdb.arch/vsx-regs.exp: Likewise.
2023 * gdb.base/dump.exp: Likewise.
2024 * gdb.base/funcargs.exp: Likewise.
2025 * gdb.base/gnu_vector.exp: Likewise.
2026 * gdb.dwarf2/formdata16.exp: Likewise.
2027 * gdb.dwarf2/implptrpiece.exp: Likewise.
2028 * gdb.dwarf2/nonvar-access.exp: Likewise.
2029 * gdb.python/py-inferior.exp: Likewise.
2030 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
2031
e9352324
AA
20322017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2033
2034 PR gdb/21226
2035 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
2036 stack value pieces are taken from the LSB end.
2037
d5d1163e
AA
20382017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2039
2040 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
2041 variable at nonzero offset.
2042
0567c986
AA
20432017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2044
2045 * gdb.dwarf2/var-access.c: New file.
2046 * gdb.dwarf2/var-access.exp: New test.
2047 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
2048
973e9aab
TT
20492017-06-12 Tom Tromey <tom@tromey.com>
2050
2051 * gdb.dwarf2/formdata16.exp: Add tests.
2052
d9109c80
TT
20532017-06-12 Tom Tromey <tom@tromey.com>
2054
2055 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
2056
30a25466
TT
20572017-06-12 Tom Tromey <tom@tromey.com>
2058
2059 PR exp/16225:
2060 * gdb.reverse/i386-sse-reverse.exp: Update tests.
2061 * gdb.arch/vsx-regs.exp: Update tests.
2062 * gdb.arch/s390-vregs.exp (hex128): New proc.
2063 Update test.
2064 * gdb.arch/altivec-regs.exp: Update tests.
2065
aefd8b33
SDJ
20662017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
2067
2068 * gdb.base/startup-with-shell.c: New file.
2069 * gdb.base/startup-with-shell.exp: Likewise.
2070
2090129c
SDJ
20712017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
2072
2073 * gdb.server/non-existing-program.exp: Update regex in order to
2074 reflect the fact that gdbserver is now using fork_inferior (with a
2075 shell) to startup the inferior.
2076
8e86a419
SM
20772017-05-30 Simon Marchi <simon.marchi@ericsson.com>
2078
2079 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
2080 support function calls from GDB.
2081
e6cf65f2
TT
20822017-05-21 Tom Tromey <tom@tromey.com>
2083
2084 PR rust/21466:
2085 * gdb.rust/unsized.exp: New file.
2086 * gdb.rust/unsized.rs: New file.
2087
43cc5389
TT
20882017-05-19 Tom Tromey <tom@tromey.com>
2089
2090 PR rust/21484:
2091 * gdb.rust/watch.exp: New file.
2092 * gdb.rust/watch.rs: New file.
2093
ec8df234
TT
20942017-05-18 Tom Tromey <tom@tromey.com>
2095
2096 * gdb.rust/simple.exp: Allow Box to be qualified.
2097
3e3e7fae
TP
20982017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
2099
2100 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
2101
59cc050d
PA
21022017-05-18 Pedro Alves <palves@redhat.com>
2103
2104 * gdb.base/fileio.c (test_write, test_read, test_close)
2105 (test_fstat): Don't print 'ret' in the fail path.
2106
c8f6abd1
PA
21072017-05-18 Pedro Alves <palves@redhat.com>
2108
2109 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
2110 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
2111 (test_system, test_rename, test_unlink, test_time): Change
2112 prototypes.
2113 * gdb.base/fileio.exp (stop_msg): Adjust.
2114
d2a03b77
PA
21152017-05-18 Pedro Alves <palves@redhat.com>
2116
2117 * gdb.base/fileio.c (null_str): New global.
2118 (test_stat): Use it.
2119 * gdb.base/fileio.exp: Remove nowarnings.
2120
0d5c6999
YQ
21212017-05-17 Yao Qi <yao.qi@linaro.org>
2122
2123 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
2124
21873064
YQ
21252017-05-17 Simon Marchi <simon.marchi@ericsson.com>
2126
2127 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
2128 argument command.
2129 (top-level): Invoke test_set_inferior_tty.
2130
d512d31c
PA
21312017-05-04 Pedro Alves <palves@redhat.com>
2132
2133 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
2134 Add parens to print call for Python 3.
2135
90cef2ed
KS
21362017-05-03 Keith Seitz <keiths@redhat.com>
2137
2138 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
2139 (main): Call it.
2140
14f819c8
TW
21412017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2142
2143 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
2144 to prev and next.
2145
913aeadd
TW
21462017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2147
2148 * gdb.python/py-record-btrace.exp: Remove test for
2149 gdb.BtraceInstruction.error.
2150
a3be24ad
TW
21512017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2152
2153 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
2154
ae20e79a
TW
21552017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2156
2157 * gdb.python/py-record-btrace-threads.c: New file.
2158 * gdb.python/py-record-btrace-threads.exp: New file.
2159
45ce1b47
SDJ
21602017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
2161
2162 PR testsuite/8595
2163 * gdb.base/environ.exp: Make test available in all architectures.
2164 Move bits related to "info program" testing to
2165 gdb.base/info-program.exp. Rewrite tests to use the two new
2166 procedures mentione below.
2167 (test_set_show_env_var) New procedure.
2168 (test_set_show_env_var_equal): Likewise.
2169 * gdb.base/info-program.exp: New file.
2170
e15c3eb4
KS
21712017-04-27 Keith Seitz <keiths@redhat.com>
2172
2173 * gdb.cp/oranking.cc (test15): New function.
2174 (main): Call test15 and declare additional variables for testing.
2175 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
2176 "p foo101('abc')" tests.
2177 Add tests for cv qualifier overloads.
2178 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
2179 "lvalue reference overload" test.
2180 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
2181 "print value of f1 on Child&& in f2" test.
2182
3a3fd0fd
PA
21832017-04-19 Pedro Alves <palves@redhat.com>
2184
2185 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
2186 procedure.
2187 (top level): Call it.
2188 * lib/gdb.exp (gdb_define_cmd): New procedure.
2189
53375380
PA
21902017-04-12 Pedro Alves <palves@redhat.com>
2191
2192 PR gdb/21323
2193 * gdb.cp/wide_char_types.c: Include <wchar.h>.
2194 (wchar): New global.
2195 * gdb.cp/wide_char_types.exp (wide_char_types_program)
2196 (do_test_wide_char, wide_char_types_no_program, top level): Add
2197 wchar_t testing.
2198
53e710ac
PA
21992017-04-12 Pedro Alves <palves@redhat.com>
2200
2201 PR c++/21323
2202 * gdb.cp/wide_char_types.c: New file.
2203 * gdb.cp/wide_char_types.exp: New file.
2204
0ad9d8c7
SDJ
22052017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
2206
2207 PR gdb/21352
2208 * gdb.trace/tsv.exp: Add test for "tsave -r".
2209
b1b45502
IB
22102017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
2211
2212 * gdb.dlang/watch-loc.c: New file.
2213 * gdb.dlang/watch-loc.exp: New file.
2214
ec13808e
JK
22152017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2216
2217 * gdb.python/py-section-script.exp (sepdebug): New testcases.
2218
fe5f7374
AK
22192017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
2220
2221 * gdb.arch/arc-analyze-prologue.S: New file.
2222 * gdb.arch/arc-analyze-prologue.exp: Likewise.
2223
eea78757
AK
22242017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
2225
2226 * gdb.arch/arc-decode-insn.S: New file.
2227 * gdb.arch/arc-decode-insn.exp: Likewise.
2228
5badf10a
IR
22292017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
2230
2231 PR tdep/20928
2232 * gdb.arch/sparc64-regs.exp: New file.
2233 * gdb.arch/sparc64-regs.S: Likewise.
2234
cee59b3f
TW
22352017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
2236
2237 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
2238 and memory view on Python 3.
2239
c0f55cc6
AV
22402017-03-20 Artemiy Volkov <artemiyv@acm.org>
2241 Keith Seitz <keiths@redhat.com>
2242
2243 PR gdb/14441
2244 * gdb.cp/demangle.exp: Add rvalue reference tests.
2245 * gdb.cp/rvalue-ref-casts.cc: New file.
2246 * gdb.cp/rvalue-ref-casts.exp: New file.
2247 * gdb.cp/rvalue-ref-overload.cc: New file.
2248 * gdb.cp/rvalue-ref-overload.exp: New file.
2249 * gdb.cp/rvalue-ref-params.cc: New file.
2250 * gdb.cp/rvalue-ref-params.exp: New file.
2251 * gdb.cp/rvalue-ref-sizeof.cc: New file.
2252 * gdb.cp/rvalue-ref-sizeof.exp: New file.
2253 * gdb.cp/rvalue-ref-types.cc: New file.
2254 * gdb.cp/rvalue-ref-types.exp: New file.
2255 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
2256 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
2257
51457a05
MAL
22582017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2259
2260 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
2261 New procedure.
2262
5b291c04
MAL
22632017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2264
2265 * lib/mi-support.exp (mi_gdb_test): Add additional message
2266 for unexpected output.
2267
59a56148
AA
22682017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
2269
2270 * gdb.base/examine-backward.c (Barrier): New character array
2271 constant, to ensure that TestStrings is preceded by a string
2272 terminator.
2273
7942e96e
AA
22742017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2275
2276 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
2277 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
2278 and implicit pointer into such a location.
2279
6ebac3fb
DE
22802017-03-16 Doug Evans <dje@google.com>
2281
2282 * gdb.python/py-lazy-string (pointer): Really add new typedef.
2283
ec3b243d
TP
22842017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
2285
2286 * gdb.cp/m-static.exp: Fix expectation for prototype of
2287 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
2288
22892017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
2290
2291 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
2292 * gdb.guile/scm-lazy-string.c: New file.
2293 * gdb.guile/scm-value.exp: Move lazy string tests to ...
2294 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
2295 for pointer, array, typedef lazy strings.
2296
2cc36e25 22972017-03-16 Doug Evans <dje@google.com>
34b43320
DE
2298
2299 PR python/17728, python/18439, python/18779
2300 * gdb.python/py-value.c (main) Delete locals sptr, sn.
2301 * gdb.python/py-lazy-string.c (pointer): New typedef.
2302 (main): New locals ptr, array, typedef_ptr.
2303 * gdb.python/py-value.exp: Move lazy string tests to ...
2304 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
2305 array, typedef lazy strings.
ec3b243d 2306
0efcde63
AK
23072017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
2308
2309 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
2310 Add optional 'test' parameter.
2311
7978d7c3
SM
23122017-03-13 Simon Marchi <simon.marchi@ericsson.com>
2313
2314 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
2315 Skip for versions of DejaGnu < 1.5.
2316
896c0c1e
SM
23172017-03-13 Simon Marchi <simon.marchi@ericsson.com>
2318
2319 * lib/gdb.exp (dejagnu_version): New proc.
2320 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
2321 Use dejagnu_version.
2322
5f4d1085
KS
23232017-03-10 Keith Seitz <keiths@redhat.com>
2324
2325 PR c++/8128
2326 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
2327 type from destructor regexps.
2328 Add a branch which actually passes the test.
2329 Adjust "ptype t5i" test names.
2330
1de05205
PA
23312017-03-08 Pedro Alves <palves@redhat.com>
2332
2333 * gdb.base/step-over-exit.exp: Add explicit test message.
2334
c65d6b55
PA
23352017-03-08 Pedro Alves <palves@redhat.com>
2336
2337 PR gdb/18360
2338 * gdb.threads/interrupt-while-step-over.c: New file.
2339 * gdb.threads/interrupt-while-step-over.exp: New file.
2340
2e86a283
PA
23412017-03-08 Pedro Alves <palves@redhat.com>
2342
2343 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
2344 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
2345
25dcbff6
PA
23462017-03-08 Pedro Alves <palves@redhat.com>
2347
2348 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
2349 PKRU as not supported as a PASS.
2350
dc9366eb
PA
23512017-03-08 Pedro Alves <palves@redhat.com>
2352
2353 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
2354 prefix instead of $binfile1/$binfile2.
2355 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
2356 in test message.
2357 * gdb.python/py-completion.exp: Use "load python file" as test
2358 messages instead of unstable path names.
2359
6e5d74e7
PA
23602017-03-08 Pedro Alves <palves@redhat.com>
2361 Jan Kratochvil <jan.kratochvil@redhat.com>
2362
2363 PR cli/21218
2364 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
2365 New proc.
2366 (top level): Call it.
2367
9753a2f6
PA
23682017-03-08 Pedro Alves <palves@redhat.com>
2369
2370 PR tui/21216
2371 * gdb.tui/tui-nl-filtered-output.exp: New file.
2372
1a4dd9dd
PA
23732017-03-08 Pedro Alves <palves@redhat.com>
2374
2375 * gdb.base/completion.exp: Move TUI completion tests to ...
2376 * gdb.tui/completion.exp: ... this new file.
2377
7cbbff33
PA
23782017-03-08 Pedro Alves <palves@redhat.com>
2379
2380 * gdb.base/tui-disasm-long-lines.c,
2381 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
2382 gdb.base/tui-layout.exp: Move to ...
2383 * gdb.tui/: ... this new directory.
2384
5f6fd321
PA
23852017-03-07 Pedro Alves <palves@redhat.com>
2386
2387 * gdb.base/tui-layout.c: New file.
2388 * gdb.base/tui-layout.exp: New file.
2389
44959fa8
PA
23902017-03-07 Pedro Alves <palves@redhat.com>
2391
2392 * gdb.base/tui-layout.c: Rename to ...
2393 * gdb.base/tui-disasm-long-lines.c: ... this.
2394 * gdb.base/tui-layout.exp: Rename to ...
2395 * gdb.base/tui-disasm-long-lines.exp: ... this.
2396
f8c4e718
PA
23972017-03-07 Pedro Alves <palves@redhat.com>
2398
2399 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
2400
6dbb839a 24012017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
2402
2403 * i386-mpx-call.c: New file.
2404 * i386-mpx-call.exp: New file.
2405
65b48a81
PB
24062017-02-28 Peter Bergner <bergner@vnet.ibm.com>
2407
2408 * gdb.arch/powerpc-power.exp: Delete test.
2409 * gdb.arch/powerpc-power.s: Likewise.
2410 * gdb.disasm/disassembler-options.exp: New test.
2411 * gdb.arch/powerpc-altivec.exp: Likewise.
2412 * gdb.arch/powerpc-altivec.s: Likewise.
2413 * gdb.arch/powerpc-altivec2.exp: Likewise.
2414 * gdb.arch/powerpc-altivec2.s: Likewise.
2415 * gdb.arch/powerpc-altivec3.exp: Likewise.
2416 * gdb.arch/powerpc-altivec3.s: Likewise.
2417 * gdb.arch/powerpc-power7.exp: Likewise.
2418 * gdb.arch/powerpc-power7.s: Likewise.
2419 * gdb.arch/powerpc-power8.exp: Likewise.
2420 * gdb.arch/powerpc-power8.s: Likewise.
2421 * gdb.arch/powerpc-power9.exp: Likewise.
2422 * gdb.arch/powerpc-power9.s: Likewise.
2423 * gdb.arch/powerpc-vsx.exp: Likewise.
2424 * gdb.arch/powerpc-vsx.s: Likewise.
2425 * gdb.arch/powerpc-vsx2.exp: Likewise.
2426 * gdb.arch/powerpc-vsx2.s: Likewise.
2427 * gdb.arch/powerpc-vsx3.exp: Likewise.
2428 * gdb.arch/powerpc-vsx3.s: Likewise.
2429 * gdb.arch/arm-disassembler-options.exp: Likewise.
2430 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
2431 * gdb.arch/s390-disassembler-options.exp: Likewise.
2432
17cd4947
LM
24332017-02-23 Luis Machado <lgustavo@codesourcery.com>
2434
2435 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
2436 (check_supported_features): ... this. Changed return type to void.
2437 (supports_rdseed): New static global.
2438 (rdseed): Check supports_rdseed.
2439 (initialize): Call check_supported_features.
2440
2039d74e
EBM
24412017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2442
2443 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
2444 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
2445 and lqarx/stqcx.
2446 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
2447 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
2448
a51d7ecf
EBM
24492017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2450
2451 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
2452 uppercase.
2453
0224619f
JK
24542017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2455
2456 * gdb.dwarf2/formdata16.c: New file.
2457 * gdb.dwarf2/formdata16.exp: New file.
2458 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
2459
216f72a1
JK
24602017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2461
2462 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
2463 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
2464 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
2465 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
2466 DW_AT_GNU_*.
2467
43988095
JK
24682017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2469
2470 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
2471
99e8a4f9
SDJ
24722017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
2473
2474 PR gdb/21164
2475 * gdb.base/maint.exp: Add testcases for when the commands do
2476 not have arguments.
2477
b58a8c0c
TP
24782017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
2479
2480 * gdb.cp/chained-calls.exp: Use p instead of P.
2481
4e746bb6
TW
24822017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
2483
2484 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
2485 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
2486
3f77c769
TT
24872017-02-14 Tom Tromey <tom@tromey.com>
2488
2489 PR python/13598:
2490 * gdb.python/py-events.exp: Add before_prompt event tests.
2491
075beec0
AA
24922017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2493
2494 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
2495
bf5f525c
LM
24962017-02-13 Luis Machado <lgustavo@codesourcery.com>
2497
2498 * gdb.linespec/explicit.c (my_unique_function_name): New function.
2499 (main): Call my_unique_function_name.
2500 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
2501 completion of patterns with a single match.
2502 Add missing -re switches to gdb_test_multiple calls.
2503
13a66184
LM
25042017-02-13 Luis Machado <lgustavo@codesourcery.com>
2505
2506 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
2507 return if core file is not recognized.
2508
26a06916
SM
25092017-02-10 Simon Marchi <simon.marchi@ericsson.com>
2510
2511 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
2512 and extra UIs.
2513
b761ca9e
SM
25142017-02-10 Simon Marchi <simon.marchi@ericsson.com>
2515
2516 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
2517 proc_with_prefix.
2518
b964bee0
TT
25192017-02-10 Tom Tromey <tom@tromey.com>
2520
2521 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
2522
18da0c51
MG
25232017-02-10 Martin Galvan <martingalvan@sourceware.org>
2524
2525 PR gdb/21122
2526 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
2527
604c4576
JG
25282017-02-08 Jerome Guitton <guitton@adacore.com>
2529
2530 * gdb.base/define.exp: Add test for command abbreviations
2531 in define.
2532
20b477a7
LM
25332017-02-06 Luis Machado <lgustavo@codesourcery.com>
2534
2535 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
2536 * gdb.reverse/insn-reverse-x86.c: New file.
2537
3f7b46f2
IR
25382017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
2539
2540 PR tdep/20936
2541 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
2542
f0fd41c1
TT
25432017-02-03 Tom Tromey <tom@tromey.com>
2544
2545 PR rust/21097:
2546 * gdb.rust/simple.exp: Add new tests.
2547
5be5dbf0
PA
25482017-02-02 Pedro Alves <palves@redhat.com>
2549
2550 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
2551 tests.
2552
7346ef59
AA
25532017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
2554
2555 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
2556 taking a 2-byte value out of a 4-byte DWARF implicit value on
2557 big-endian targets.
2558 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
2559 logic. Add test cases for DW_OP_implicit.
2560
787f0025
MM
25612017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2562
2563 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
2564
68777c29
MM
25652017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2566
2567 * gdb.btrace/enable.exp: Call gdb_exit before
2568 skip_gdbserver_tests.
2569
0a1c7e28
MM
25702017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2571
2572 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
2573 GDBFLAGS.
2574
b5ac99b0
MM
25752017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2576
2577 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
2578 the test is skipped.
2579 * gdb.btrace/data.exp: Likewise.
2580 * gdb.btrace/delta.exp: Likewise.
2581 * gdb.btrace/dlopen.exp: Likewise.
2582 * gdb.btrace/enable-running.exp: Likewise.
2583 * gdb.btrace/enable.exp: Likewise.
2584 * gdb.btrace/exception.exp: Likewise.
2585 * gdb.btrace/function_call_history.exp: Likewise.
2586 * gdb.btrace/gcore.exp: Likewise.
2587 * gdb.btrace/instruction_history.exp: Likewise.
2588 * gdb.btrace/multi-thread-step.exp: Likewise.
2589 * gdb.btrace/nohist.exp: Likewise.
2590 * gdb.btrace/non-stop.exp: Likewise.
2591 * gdb.btrace/reconnect.exp: Likewise.
2592 * gdb.btrace/record_goto-step.exp: Likewise.
2593 * gdb.btrace/record_goto.exp: Likewise.
2594 * gdb.btrace/rn-dl-bind.exp: Likewise.
2595 * gdb.btrace/segv.exp: Likewise.
2596 * gdb.btrace/step.exp: Likewise.
2597 * gdb.btrace/stepi.exp: Likewise.
2598 * gdb.btrace/tailcall-only.exp: Likewise.
2599 * gdb.btrace/tailcall.exp: Likewise.
2600 * gdb.btrace/tsx.exp: Likewise.
2601 * gdb.btrace/unknown_functions.exp: Likewise.
2602 * gdb.btrace/vdso.exp: Likewise.
2603
cd4007e4
MM
26042017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2605
2606 * gdb.btrace/enable-running.c: New.
2607 * gdb.btrace/enable-running.exp: New.
2608
2735833d
WT
26092017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
2610
2611 * gdb.arch/amd64-gs_base.c: New file.
2612 * gdb.arch/amd64-gs_base.exp: New file.
2613
b51e1e94
LM
26142017-01-26 Luis Machado <lgustavo@codesourcery.com>
2615
2616 * lib/memory.exp: Remove spurious empty newlines.
2617
72ca0410
SM
26182017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
2619
2620 * gdb.python/py-bad-printers.exp: Load python file using "source".
2621 * gdb.python/py-events.exp: Likewise.
2622 * gdb.python/py-evsignal.exp: Likewise.
2623 * gdb.python/py-evthreads.exp: Likewise.
2624 * gdb.python/py-frame-args.exp: Likewise.
2625 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
2626 * gdb.python/py-framefilter-mi.exp: Likewise.
2627 * gdb.python/py-framefilter.exp: Likewise.
2628 * gdb.python/py-mi.exp: Likewise.
2629 * gdb.python/py-pp-maint.exp: Likewise.
2630 * gdb.python/py-pp-registration.exp: Likewise.
2631 * gdb.python/py-prettyprint.exp: Likewise.
2632 (run_lang_tests): Likewise.
2633 * gdb.python/py-typeprint.exp: Likewise.
2634
e309aa65
LM
26352017-01-26 Luis Machado <lgustavo@codesourcery.com>
2636
2637 * lib/memory.exp: New file.
2638 * lib/gdb.exp: Load memory.exp.
2639 * gdb.base/memattr.exp (delete_memory): Move proc to
2640 lib/memory.exp and rename to delete_memory_regions.
2641 Replace delete_memory with delete_memory_regions.
2642 Cleanup memory regions before tests.
2643 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
2644 before tests.
2645
515aff23
LM
26462017-01-26 Luis Machado <lgustavo@codesourcery.com>
2647
2648 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
2649 files.
2650 (initialize): New function conditionally defined.
2651 (testcases): Move within conditional block.
2652 (main): Call initialize.
2653 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
2654 of gdb.reverse/insn-reverse.c.
2655 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
2656 gdb.reverse/insn-reverse.c.
2657
d8b49cf0
YQ
26582017-01-26 Yao Qi <yao.qi@linaro.org>
2659
2660 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
2661 disassemble on address 0.
2662
f13a9a0c
YQ
26632017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
2664 Yao Qi <yao.qi@linaro.org>
2665
2666 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
2667 * gdb.dwarf2/implptr-64bit.S: Remove.
2668 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
2669 variables in caller's context. Add DW_OP_implicit_value.
2670
5ac95241
YQ
26712017-01-25 Yao Qi <yao.qi@linaro.org>
2672
2673 * lib/dwarf.exp (Dwarf::_location): Handle
2674 DW_OP_GNU_implicit_pointer with proper size.
2675
23e82930
LM
26762017-01-20 Luis Machado <lgustavo@codesourcery.com>
2677
2678 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
2679 and add untested calls.
2680
d334ae25
LM
26812017-01-20 Luis Machado <lgustavo@codesourcery.com>
2682
2683 * gdb.python/python.exp: Check line number against what GDB thinks
2684 the line number is for func1.
2685
f5e6296e
IB
26862017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
2687
2688 * gdb.dlang/debug-expr.exp: New file.
2689
5b362f04
LM
26902016-12-23 Luis Machado <lgustavo@codesourcery.com>
2691
2692 Fix test names for the following files:
2693
2694 * gdb.ada/exec_changed.exp
2695 * gdb.ada/info_types.exp
2696 * gdb.arch/aarch64-atomic-inst.exp
2697 * gdb.arch/aarch64-fp.exp
2698 * gdb.arch/altivec-abi.exp
2699 * gdb.arch/altivec-regs.exp
2700 * gdb.arch/amd64-byte.exp
2701 * gdb.arch/amd64-disp-step.exp
2702 * gdb.arch/amd64-dword.exp
2703 * gdb.arch/amd64-entry-value-inline.exp
2704 * gdb.arch/amd64-entry-value-param.exp
2705 * gdb.arch/amd64-entry-value-paramref.exp
2706 * gdb.arch/amd64-entry-value.exp
2707 * gdb.arch/amd64-i386-address.exp
2708 * gdb.arch/amd64-invalid-stack-middle.exp
2709 * gdb.arch/amd64-invalid-stack-top.exp
2710 * gdb.arch/amd64-optimout-repeat.exp
2711 * gdb.arch/amd64-prologue-skip.exp
2712 * gdb.arch/amd64-prologue-xmm.exp
2713 * gdb.arch/amd64-stap-special-operands.exp
2714 * gdb.arch/amd64-stap-wrong-subexp.exp
2715 * gdb.arch/amd64-tailcall-cxx.exp
2716 * gdb.arch/amd64-tailcall-noret.exp
2717 * gdb.arch/amd64-tailcall-ret.exp
2718 * gdb.arch/amd64-tailcall-self.exp
2719 * gdb.arch/amd64-word.exp
2720 * gdb.arch/arm-bl-branch-dest.exp
2721 * gdb.arch/arm-disp-step.exp
2722 * gdb.arch/arm-neon.exp
2723 * gdb.arch/arm-single-step-kernel-helper.exp
2724 * gdb.arch/avr-flash-qualifier.exp
2725 * gdb.arch/disp-step-insn-reloc.exp
2726 * gdb.arch/e500-abi.exp
2727 * gdb.arch/e500-regs.exp
2728 * gdb.arch/ftrace-insn-reloc.exp
2729 * gdb.arch/i386-avx512.exp
2730 * gdb.arch/i386-bp_permanent.exp
2731 * gdb.arch/i386-byte.exp
2732 * gdb.arch/i386-cfi-notcurrent.exp
2733 * gdb.arch/i386-disp-step.exp
2734 * gdb.arch/i386-dr3-watch.exp
2735 * gdb.arch/i386-float.exp
2736 * gdb.arch/i386-gnu-cfi.exp
2737 * gdb.arch/i386-mpx-map.exp
2738 * gdb.arch/i386-mpx-sigsegv.exp
2739 * gdb.arch/i386-mpx-simple_segv.exp
2740 * gdb.arch/i386-mpx.exp
2741 * gdb.arch/i386-permbkpt.exp
2742 * gdb.arch/i386-prologue.exp
2743 * gdb.arch/i386-signal.exp
2744 * gdb.arch/i386-size-overlap.exp
2745 * gdb.arch/i386-unwind.exp
2746 * gdb.arch/i386-word.exp
2747 * gdb.arch/mips-fcr.exp
2748 * gdb.arch/powerpc-d128-regs.exp
2749 * gdb.arch/powerpc-stackless.exp
2750 * gdb.arch/ppc64-atomic-inst.exp
2751 * gdb.arch/s390-stackless.exp
2752 * gdb.arch/s390-tdbregs.exp
2753 * gdb.arch/s390-vregs.exp
2754 * gdb.arch/sparc-sysstep.exp
2755 * gdb.arch/thumb-bx-pc.exp
2756 * gdb.arch/thumb-singlestep.exp
2757 * gdb.arch/thumb2-it.exp
2758 * gdb.arch/vsx-regs.exp
2759 * gdb.asm/asm-source.exp
2760 * gdb.base/a2-run.exp
2761 * gdb.base/advance.exp
2762 * gdb.base/all-bin.exp
2763 * gdb.base/anon.exp
2764 * gdb.base/args.exp
2765 * gdb.base/arithmet.exp
2766 * gdb.base/async-shell.exp
2767 * gdb.base/async.exp
2768 * gdb.base/attach-pie-noexec.exp
2769 * gdb.base/attach-twice.exp
2770 * gdb.base/auto-load.exp
2771 * gdb.base/bang.exp
2772 * gdb.base/bitfields.exp
2773 * gdb.base/break-always.exp
2774 * gdb.base/break-caller-line.exp
2775 * gdb.base/break-entry.exp
2776 * gdb.base/break-inline.exp
2777 * gdb.base/break-on-linker-gcd-function.exp
2778 * gdb.base/break-probes.exp
2779 * gdb.base/break.exp
2780 * gdb.base/breakpoint-shadow.exp
2781 * gdb.base/call-ar-st.exp
2782 * gdb.base/call-sc.exp
2783 * gdb.base/call-signal-resume.exp
2784 * gdb.base/call-strs.exp
2785 * gdb.base/callfuncs.exp
2786 * gdb.base/catch-fork-static.exp
2787 * gdb.base/catch-gdb-caused-signals.exp
2788 * gdb.base/catch-load.exp
2789 * gdb.base/catch-signal-fork.exp
2790 * gdb.base/catch-signal.exp
2791 * gdb.base/catch-syscall.exp
2792 * gdb.base/charset.exp
2793 * gdb.base/checkpoint.exp
2794 * gdb.base/chng-syms.exp
2795 * gdb.base/code-expr.exp
2796 * gdb.base/code_elim.exp
2797 * gdb.base/commands.exp
2798 * gdb.base/completion.exp
2799 * gdb.base/complex.exp
2800 * gdb.base/cond-expr.exp
2801 * gdb.base/condbreak.exp
2802 * gdb.base/consecutive.exp
2803 * gdb.base/continue-all-already-running.exp
2804 * gdb.base/coredump-filter.exp
2805 * gdb.base/corefile.exp
2806 * gdb.base/dbx.exp
2807 * gdb.base/debug-expr.exp
2808 * gdb.base/define.exp
2809 * gdb.base/del.exp
2810 * gdb.base/disabled-location.exp
2811 * gdb.base/disasm-end-cu.exp
2812 * gdb.base/disasm-optim.exp
2813 * gdb.base/display.exp
2814 * gdb.base/duplicate-bp.exp
2815 * gdb.base/ena-dis-br.exp
2816 * gdb.base/ending-run.exp
2817 * gdb.base/enumval.exp
2818 * gdb.base/environ.exp
2819 * gdb.base/eu-strip-infcall.exp
2820 * gdb.base/eval-avoid-side-effects.exp
2821 * gdb.base/eval-skip.exp
2822 * gdb.base/exitsignal.exp
2823 * gdb.base/expand-psymtabs.exp
2824 * gdb.base/filesym.exp
2825 * gdb.base/find-unmapped.exp
2826 * gdb.base/finish.exp
2827 * gdb.base/float.exp
2828 * gdb.base/foll-exec-mode.exp
2829 * gdb.base/foll-exec.exp
2830 * gdb.base/foll-fork.exp
2831 * gdb.base/fortran-sym-case.exp
2832 * gdb.base/freebpcmd.exp
2833 * gdb.base/func-ptr.exp
2834 * gdb.base/func-ptrs.exp
2835 * gdb.base/funcargs.exp
2836 * gdb.base/gcore-buffer-overflow.exp
2837 * gdb.base/gcore-relro-pie.exp
2838 * gdb.base/gcore-relro.exp
2839 * gdb.base/gcore.exp
2840 * gdb.base/gdb1090.exp
2841 * gdb.base/gdb11530.exp
2842 * gdb.base/gdb11531.exp
2843 * gdb.base/gdb1821.exp
2844 * gdb.base/gdbindex-stabs.exp
2845 * gdb.base/gdbvars.exp
2846 * gdb.base/hbreak.exp
2847 * gdb.base/hbreak2.exp
2848 * gdb.base/included.exp
2849 * gdb.base/infcall-input.exp
2850 * gdb.base/inferior-died.exp
2851 * gdb.base/infnan.exp
2852 * gdb.base/info-macros.exp
2853 * gdb.base/info-os.exp
2854 * gdb.base/info-proc.exp
2855 * gdb.base/info-shared.exp
2856 * gdb.base/info-target.exp
2857 * gdb.base/infoline.exp
2858 * gdb.base/interp.exp
2859 * gdb.base/interrupt.exp
2860 * gdb.base/jit-reader.exp
2861 * gdb.base/jit-simple.exp
2862 * gdb.base/kill-after-signal.exp
2863 * gdb.base/kill-detach-inferiors-cmd.exp
2864 * gdb.base/label.exp
2865 * gdb.base/langs.exp
2866 * gdb.base/ldbl_e308.exp
2867 * gdb.base/line-symtabs.exp
2868 * gdb.base/linespecs.exp
2869 * gdb.base/list.exp
2870 * gdb.base/long_long.exp
2871 * gdb.base/longest-types.exp
2872 * gdb.base/maint.exp
2873 * gdb.base/max-value-size.exp
2874 * gdb.base/memattr.exp
2875 * gdb.base/mips_pro.exp
2876 * gdb.base/morestack.exp
2877 * gdb.base/moribund-step.exp
2878 * gdb.base/multi-forks.exp
2879 * gdb.base/nested-addr.exp
2880 * gdb.base/nextoverexit.exp
2881 * gdb.base/noreturn-finish.exp
2882 * gdb.base/noreturn-return.exp
2883 * gdb.base/nostdlib.exp
2884 * gdb.base/offsets.exp
2885 * gdb.base/opaque.exp
2886 * gdb.base/pc-fp.exp
2887 * gdb.base/permissions.exp
2888 * gdb.base/print-symbol-loading.exp
2889 * gdb.base/prologue-include.exp
2890 * gdb.base/psymtab.exp
2891 * gdb.base/ptype.exp
2892 * gdb.base/random-signal.exp
2893 * gdb.base/randomize.exp
2894 * gdb.base/range-stepping.exp
2895 * gdb.base/readline-ask.exp
2896 * gdb.base/recpar.exp
2897 * gdb.base/recurse.exp
2898 * gdb.base/relational.exp
2899 * gdb.base/restore.exp
2900 * gdb.base/return-nodebug.exp
2901 * gdb.base/return.exp
2902 * gdb.base/run-after-attach.exp
2903 * gdb.base/save-bp.exp
2904 * gdb.base/scope.exp
2905 * gdb.base/sect-cmd.exp
2906 * gdb.base/set-lang-auto.exp
2907 * gdb.base/set-noassign.exp
2908 * gdb.base/setvar.exp
2909 * gdb.base/sigall.exp
2910 * gdb.base/sigbpt.exp
2911 * gdb.base/siginfo-addr.exp
2912 * gdb.base/siginfo-infcall.exp
2913 * gdb.base/siginfo-obj.exp
2914 * gdb.base/siginfo.exp
2915 * gdb.base/signals-state-child.exp
2916 * gdb.base/signest.exp
2917 * gdb.base/sigstep.exp
2918 * gdb.base/sizeof.exp
2919 * gdb.base/skip.exp
2920 * gdb.base/solib-corrupted.exp
2921 * gdb.base/solib-nodir.exp
2922 * gdb.base/solib-search.exp
2923 * gdb.base/stack-checking.exp
2924 * gdb.base/stale-infcall.exp
2925 * gdb.base/stap-probe.exp
2926 * gdb.base/start.exp
2927 * gdb.base/step-break.exp
2928 * gdb.base/step-bt.exp
2929 * gdb.base/step-line.exp
2930 * gdb.base/step-over-exit.exp
2931 * gdb.base/step-over-syscall.exp
2932 * gdb.base/step-resume-infcall.exp
2933 * gdb.base/step-test.exp
2934 * gdb.base/store.exp
2935 * gdb.base/structs3.exp
2936 * gdb.base/sym-file.exp
2937 * gdb.base/symbol-without-target_section.exp
2938 * gdb.base/term.exp
2939 * gdb.base/testenv.exp
2940 * gdb.base/ui-redirect.exp
2941 * gdb.base/until.exp
2942 * gdb.base/unwindonsignal.exp
2943 * gdb.base/value-double-free.exp
2944 * gdb.base/vla-datatypes.exp
2945 * gdb.base/vla-ptr.exp
2946 * gdb.base/vla-sideeffect.exp
2947 * gdb.base/volatile.exp
2948 * gdb.base/watch-cond-infcall.exp
2949 * gdb.base/watch-cond.exp
2950 * gdb.base/watch-non-mem.exp
2951 * gdb.base/watch-read.exp
2952 * gdb.base/watch-vfork.exp
2953 * gdb.base/watchpoint-cond-gone.exp
2954 * gdb.base/watchpoint-delete.exp
2955 * gdb.base/watchpoint-hw-hit-once.exp
2956 * gdb.base/watchpoint-hw.exp
2957 * gdb.base/watchpoint-stops-at-right-insn.exp
2958 * gdb.base/watchpoints.exp
2959 * gdb.base/wchar.exp
2960 * gdb.base/whatis-exp.exp
2961 * gdb.btrace/buffer-size.exp
2962 * gdb.btrace/data.exp
2963 * gdb.btrace/delta.exp
2964 * gdb.btrace/dlopen.exp
2965 * gdb.btrace/enable.exp
2966 * gdb.btrace/exception.exp
2967 * gdb.btrace/function_call_history.exp
2968 * gdb.btrace/gcore.exp
2969 * gdb.btrace/instruction_history.exp
2970 * gdb.btrace/nohist.exp
2971 * gdb.btrace/reconnect.exp
2972 * gdb.btrace/record_goto-step.exp
2973 * gdb.btrace/record_goto.exp
2974 * gdb.btrace/rn-dl-bind.exp
2975 * gdb.btrace/segv.exp
2976 * gdb.btrace/step.exp
2977 * gdb.btrace/stepi.exp
2978 * gdb.btrace/tailcall-only.exp
2979 * gdb.btrace/tailcall.exp
2980 * gdb.btrace/tsx.exp
2981 * gdb.btrace/unknown_functions.exp
2982 * gdb.btrace/vdso.exp
2983 * gdb.compile/compile-ifunc.exp
2984 * gdb.compile/compile-ops.exp
2985 * gdb.compile/compile-print.exp
2986 * gdb.compile/compile-setjmp.exp
2987 * gdb.cp/abstract-origin.exp
2988 * gdb.cp/ambiguous.exp
2989 * gdb.cp/annota2.exp
2990 * gdb.cp/annota3.exp
2991 * gdb.cp/anon-ns.exp
2992 * gdb.cp/anon-struct.exp
2993 * gdb.cp/anon-union.exp
2994 * gdb.cp/arg-reference.exp
2995 * gdb.cp/baseenum.exp
2996 * gdb.cp/bool.exp
2997 * gdb.cp/breakpoint.exp
2998 * gdb.cp/bs15503.exp
2999 * gdb.cp/call-c.exp
3000 * gdb.cp/casts.exp
3001 * gdb.cp/chained-calls.exp
3002 * gdb.cp/class2.exp
3003 * gdb.cp/classes.exp
3004 * gdb.cp/cmpd-minsyms.exp
3005 * gdb.cp/converts.exp
3006 * gdb.cp/cp-relocate.exp
3007 * gdb.cp/cpcompletion.exp
3008 * gdb.cp/cpexprs.exp
3009 * gdb.cp/cplabel.exp
3010 * gdb.cp/cplusfuncs.exp
3011 * gdb.cp/cpsizeof.exp
3012 * gdb.cp/ctti.exp
3013 * gdb.cp/derivation.exp
3014 * gdb.cp/destrprint.exp
3015 * gdb.cp/dispcxx.exp
3016 * gdb.cp/enum-class.exp
3017 * gdb.cp/exception.exp
3018 * gdb.cp/exceptprint.exp
3019 * gdb.cp/expand-psymtabs-cxx.exp
3020 * gdb.cp/expand-sals.exp
3021 * gdb.cp/extern-c.exp
3022 * gdb.cp/filename.exp
3023 * gdb.cp/formatted-ref.exp
3024 * gdb.cp/fpointer.exp
3025 * gdb.cp/gdb1355.exp
3026 * gdb.cp/gdb2495.exp
3027 * gdb.cp/hang.exp
3028 * gdb.cp/impl-this.exp
3029 * gdb.cp/infcall-dlopen.exp
3030 * gdb.cp/inherit.exp
3031 * gdb.cp/iostream.exp
3032 * gdb.cp/koenig.exp
3033 * gdb.cp/local.exp
3034 * gdb.cp/m-data.exp
3035 * gdb.cp/m-static.exp
3036 * gdb.cp/mb-ctor.exp
3037 * gdb.cp/mb-inline.exp
3038 * gdb.cp/mb-templates.exp
3039 * gdb.cp/member-name.exp
3040 * gdb.cp/member-ptr.exp
3041 * gdb.cp/meth-typedefs.exp
3042 * gdb.cp/method.exp
3043 * gdb.cp/method2.exp
3044 * gdb.cp/minsym-fallback.exp
3045 * gdb.cp/misc.exp
3046 * gdb.cp/namelessclass.exp
3047 * gdb.cp/namespace-enum.exp
3048 * gdb.cp/namespace-nested-import.exp
3049 * gdb.cp/namespace.exp
3050 * gdb.cp/nextoverthrow.exp
3051 * gdb.cp/no-dmgl-verbose.exp
3052 * gdb.cp/non-trivial-retval.exp
3053 * gdb.cp/noparam.exp
3054 * gdb.cp/nsdecl.exp
3055 * gdb.cp/nsimport.exp
3056 * gdb.cp/nsnested.exp
3057 * gdb.cp/nsnoimports.exp
3058 * gdb.cp/nsrecurs.exp
3059 * gdb.cp/nsstress.exp
3060 * gdb.cp/nsusing.exp
3061 * gdb.cp/operator.exp
3062 * gdb.cp/oranking.exp
3063 * gdb.cp/overload-const.exp
3064 * gdb.cp/overload.exp
3065 * gdb.cp/ovldbreak.exp
3066 * gdb.cp/ovsrch.exp
3067 * gdb.cp/paren-type.exp
3068 * gdb.cp/parse-lang.exp
3069 * gdb.cp/pass-by-ref.exp
3070 * gdb.cp/pr-1023.exp
3071 * gdb.cp/pr-1210.exp
3072 * gdb.cp/pr-574.exp
3073 * gdb.cp/pr10687.exp
3074 * gdb.cp/pr12028.exp
3075 * gdb.cp/pr17132.exp
3076 * gdb.cp/pr17494.exp
3077 * gdb.cp/pr9067.exp
3078 * gdb.cp/pr9167.exp
3079 * gdb.cp/pr9631.exp
3080 * gdb.cp/printmethod.exp
3081 * gdb.cp/psmang.exp
3082 * gdb.cp/psymtab-parameter.exp
3083 * gdb.cp/ptype-cv-cp.exp
3084 * gdb.cp/ptype-flags.exp
3085 * gdb.cp/re-set-overloaded.exp
3086 * gdb.cp/ref-types.exp
3087 * gdb.cp/rtti.exp
3088 * gdb.cp/scope-err.exp
3089 * gdb.cp/shadow.exp
3090 * gdb.cp/smartp.exp
3091 * gdb.cp/static-method.exp
3092 * gdb.cp/static-print-quit.exp
3093 * gdb.cp/temargs.exp
3094 * gdb.cp/templates.exp
3095 * gdb.cp/try_catch.exp
3096 * gdb.cp/typedef-operator.exp
3097 * gdb.cp/typeid.exp
3098 * gdb.cp/userdef.exp
3099 * gdb.cp/using-crash.exp
3100 * gdb.cp/var-tag.exp
3101 * gdb.cp/virtbase.exp
3102 * gdb.cp/virtfunc.exp
3103 * gdb.cp/virtfunc2.exp
3104 * gdb.cp/vla-cxx.exp
3105 * gdb.disasm/t01_mov.exp
3106 * gdb.disasm/t02_mova.exp
3107 * gdb.disasm/t03_add.exp
3108 * gdb.disasm/t04_sub.exp
3109 * gdb.disasm/t05_cmp.exp
3110 * gdb.disasm/t06_ari2.exp
3111 * gdb.disasm/t07_ari3.exp
3112 * gdb.disasm/t08_or.exp
3113 * gdb.disasm/t09_xor.exp
3114 * gdb.disasm/t10_and.exp
3115 * gdb.disasm/t11_logs.exp
3116 * gdb.disasm/t12_bit.exp
3117 * gdb.disasm/t13_otr.exp
3118 * gdb.dlang/circular.exp
3119 * gdb.dwarf2/arr-stride.exp
3120 * gdb.dwarf2/arr-subrange.exp
3121 * gdb.dwarf2/atomic-type.exp
3122 * gdb.dwarf2/bad-regnum.exp
3123 * gdb.dwarf2/bitfield-parent-optimized-out.exp
3124 * gdb.dwarf2/callframecfa.exp
3125 * gdb.dwarf2/clztest.exp
3126 * gdb.dwarf2/corrupt.exp
3127 * gdb.dwarf2/data-loc.exp
3128 * gdb.dwarf2/dup-psym.exp
3129 * gdb.dwarf2/dw2-anon-mptr.exp
3130 * gdb.dwarf2/dw2-anonymous-func.exp
3131 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
3132 * gdb.dwarf2/dw2-bad-unresolved.exp
3133 * gdb.dwarf2/dw2-basic.exp
3134 * gdb.dwarf2/dw2-canonicalize-type.exp
3135 * gdb.dwarf2/dw2-case-insensitive.exp
3136 * gdb.dwarf2/dw2-common-block.exp
3137 * gdb.dwarf2/dw2-compdir-oldgcc.exp
3138 * gdb.dwarf2/dw2-compressed.exp
3139 * gdb.dwarf2/dw2-const.exp
3140 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
3141 * gdb.dwarf2/dw2-cu-size.exp
3142 * gdb.dwarf2/dw2-dup-frame.exp
3143 * gdb.dwarf2/dw2-entry-value.exp
3144 * gdb.dwarf2/dw2-icycle.exp
3145 * gdb.dwarf2/dw2-ifort-parameter.exp
3146 * gdb.dwarf2/dw2-inline-break.exp
3147 * gdb.dwarf2/dw2-inline-param.exp
3148 * gdb.dwarf2/dw2-intercu.exp
3149 * gdb.dwarf2/dw2-intermix.exp
3150 * gdb.dwarf2/dw2-lexical-block-bare.exp
3151 * gdb.dwarf2/dw2-linkage-name-trust.exp
3152 * gdb.dwarf2/dw2-minsym-in-cu.exp
3153 * gdb.dwarf2/dw2-noloc.exp
3154 * gdb.dwarf2/dw2-op-call.exp
3155 * gdb.dwarf2/dw2-op-out-param.exp
3156 * gdb.dwarf2/dw2-opt-structptr.exp
3157 * gdb.dwarf2/dw2-param-error.exp
3158 * gdb.dwarf2/dw2-producer.exp
3159 * gdb.dwarf2/dw2-ranges-base.exp
3160 * gdb.dwarf2/dw2-ref-missing-frame.exp
3161 * gdb.dwarf2/dw2-reg-undefined.exp
3162 * gdb.dwarf2/dw2-regno-invalid.exp
3163 * gdb.dwarf2/dw2-restore.exp
3164 * gdb.dwarf2/dw2-restrict.exp
3165 * gdb.dwarf2/dw2-single-line-discriminators.exp
3166 * gdb.dwarf2/dw2-strp.exp
3167 * gdb.dwarf2/dw2-undefined-ret-addr.exp
3168 * gdb.dwarf2/dw2-unresolved.exp
3169 * gdb.dwarf2/dw2-var-zero-addr.exp
3170 * gdb.dwarf2/dw4-sig-types.exp
3171 * gdb.dwarf2/dwz.exp
3172 * gdb.dwarf2/dynarr-ptr.exp
3173 * gdb.dwarf2/enum-type.exp
3174 * gdb.dwarf2/gdb-index.exp
3175 * gdb.dwarf2/implptr-64bit.exp
3176 * gdb.dwarf2/implptr-optimized-out.exp
3177 * gdb.dwarf2/implptr.exp
3178 * gdb.dwarf2/implref-array.exp
3179 * gdb.dwarf2/implref-const.exp
3180 * gdb.dwarf2/implref-global.exp
3181 * gdb.dwarf2/implref-struct.exp
3182 * gdb.dwarf2/mac-fileno.exp
3183 * gdb.dwarf2/main-subprogram.exp
3184 * gdb.dwarf2/member-ptr-forwardref.exp
3185 * gdb.dwarf2/method-ptr.exp
3186 * gdb.dwarf2/missing-sig-type.exp
3187 * gdb.dwarf2/nonvar-access.exp
3188 * gdb.dwarf2/opaque-type-lookup.exp
3189 * gdb.dwarf2/pieces-optimized-out.exp
3190 * gdb.dwarf2/pieces.exp
3191 * gdb.dwarf2/pr10770.exp
3192 * gdb.dwarf2/pr13961.exp
3193 * gdb.dwarf2/staticvirtual.exp
3194 * gdb.dwarf2/subrange.exp
3195 * gdb.dwarf2/symtab-producer.exp
3196 * gdb.dwarf2/trace-crash.exp
3197 * gdb.dwarf2/typeddwarf.exp
3198 * gdb.dwarf2/valop.exp
3199 * gdb.dwarf2/watch-notconst.exp
3200 * gdb.fortran/array-element.exp
3201 * gdb.fortran/charset.exp
3202 * gdb.fortran/common-block.exp
3203 * gdb.fortran/complex.exp
3204 * gdb.fortran/derived-type-function.exp
3205 * gdb.fortran/derived-type.exp
3206 * gdb.fortran/logical.exp
3207 * gdb.fortran/module.exp
3208 * gdb.fortran/multi-dim.exp
3209 * gdb.fortran/nested-funcs.exp
3210 * gdb.fortran/print-formatted.exp
3211 * gdb.fortran/subarray.exp
3212 * gdb.fortran/vla-alloc-assoc.exp
3213 * gdb.fortran/vla-datatypes.exp
3214 * gdb.fortran/vla-history.exp
3215 * gdb.fortran/vla-ptr-info.exp
3216 * gdb.fortran/vla-ptype-sub.exp
3217 * gdb.fortran/vla-ptype.exp
3218 * gdb.fortran/vla-sizeof.exp
3219 * gdb.fortran/vla-type.exp
3220 * gdb.fortran/vla-value-sub-arbitrary.exp
3221 * gdb.fortran/vla-value-sub-finish.exp
3222 * gdb.fortran/vla-value-sub.exp
3223 * gdb.fortran/vla-value.exp
3224 * gdb.fortran/whatis_type.exp
3225 * gdb.go/chan.exp
3226 * gdb.go/handcall.exp
3227 * gdb.go/hello.exp
3228 * gdb.go/integers.exp
3229 * gdb.go/methods.exp
3230 * gdb.go/package.exp
3231 * gdb.go/strings.exp
3232 * gdb.go/types.exp
3233 * gdb.go/unsafe.exp
3234 * gdb.guile/scm-arch.exp
3235 * gdb.guile/scm-block.exp
3236 * gdb.guile/scm-breakpoint.exp
3237 * gdb.guile/scm-cmd.exp
3238 * gdb.guile/scm-disasm.exp
3239 * gdb.guile/scm-equal.exp
3240 * gdb.guile/scm-frame-args.exp
3241 * gdb.guile/scm-frame-inline.exp
3242 * gdb.guile/scm-frame.exp
3243 * gdb.guile/scm-iterator.exp
3244 * gdb.guile/scm-math.exp
3245 * gdb.guile/scm-objfile.exp
3246 * gdb.guile/scm-ports.exp
3247 * gdb.guile/scm-symbol.exp
3248 * gdb.guile/scm-symtab.exp
3249 * gdb.guile/scm-value-cc.exp
3250 * gdb.guile/types-module.exp
3251 * gdb.linespec/break-ask.exp
3252 * gdb.linespec/cpexplicit.exp
3253 * gdb.linespec/explicit.exp
3254 * gdb.linespec/keywords.exp
3255 * gdb.linespec/linespec.exp
3256 * gdb.linespec/ls-dollar.exp
3257 * gdb.linespec/ls-errs.exp
3258 * gdb.linespec/skip-two.exp
3259 * gdb.linespec/thread.exp
3260 * gdb.mi/mi-async.exp
3261 * gdb.mi/mi-basics.exp
3262 * gdb.mi/mi-break.exp
3263 * gdb.mi/mi-catch-load.exp
3264 * gdb.mi/mi-cli.exp
3265 * gdb.mi/mi-cmd-param-changed.exp
3266 * gdb.mi/mi-console.exp
3267 * gdb.mi/mi-detach.exp
3268 * gdb.mi/mi-disassemble.exp
3269 * gdb.mi/mi-eval.exp
3270 * gdb.mi/mi-file-transfer.exp
3271 * gdb.mi/mi-file.exp
3272 * gdb.mi/mi-fill-memory.exp
3273 * gdb.mi/mi-inheritance-syntax-error.exp
3274 * gdb.mi/mi-linespec-err-cp.exp
3275 * gdb.mi/mi-logging.exp
3276 * gdb.mi/mi-memory-changed.exp
3277 * gdb.mi/mi-read-memory.exp
3278 * gdb.mi/mi-record-changed.exp
3279 * gdb.mi/mi-reg-undefined.exp
3280 * gdb.mi/mi-regs.exp
3281 * gdb.mi/mi-return.exp
3282 * gdb.mi/mi-reverse.exp
3283 * gdb.mi/mi-simplerun.exp
3284 * gdb.mi/mi-solib.exp
3285 * gdb.mi/mi-stack.exp
3286 * gdb.mi/mi-stepi.exp
3287 * gdb.mi/mi-syn-frame.exp
3288 * gdb.mi/mi-until.exp
3289 * gdb.mi/mi-var-block.exp
3290 * gdb.mi/mi-var-child.exp
3291 * gdb.mi/mi-var-cmd.exp
3292 * gdb.mi/mi-var-cp.exp
3293 * gdb.mi/mi-var-display.exp
3294 * gdb.mi/mi-var-invalidate.exp
3295 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
3296 * gdb.mi/mi-vla-fortran.exp
3297 * gdb.mi/mi-watch.exp
3298 * gdb.mi/mi2-var-child.exp
3299 * gdb.mi/user-selected-context-sync.exp
3300 * gdb.modula2/unbounded-array.exp
3301 * gdb.multi/dummy-frame-restore.exp
3302 * gdb.multi/multi-arch-exec.exp
3303 * gdb.multi/multi-arch.exp
3304 * gdb.multi/tids.exp
3305 * gdb.multi/watchpoint-multi.exp
3306 * gdb.opencl/callfuncs.exp
3307 * gdb.opencl/convs_casts.exp
3308 * gdb.opencl/datatypes.exp
3309 * gdb.opencl/operators.exp
3310 * gdb.opencl/vec_comps.exp
3311 * gdb.opt/clobbered-registers-O2.exp
3312 * gdb.opt/inline-break.exp
3313 * gdb.opt/inline-bt.exp
3314 * gdb.opt/inline-cmds.exp
3315 * gdb.opt/inline-locals.exp
3316 * gdb.pascal/case-insensitive-symbols.exp
3317 * gdb.pascal/floats.exp
3318 * gdb.pascal/gdb11492.exp
3319 * gdb.python/lib-types.exp
3320 * gdb.python/py-arch.exp
3321 * gdb.python/py-as-string.exp
3322 * gdb.python/py-bad-printers.exp
3323 * gdb.python/py-block.exp
3324 * gdb.python/py-breakpoint-create-fail.exp
3325 * gdb.python/py-breakpoint.exp
3326 * gdb.python/py-caller-is.exp
3327 * gdb.python/py-cmd.exp
3328 * gdb.python/py-explore-cc.exp
3329 * gdb.python/py-explore.exp
3330 * gdb.python/py-finish-breakpoint.exp
3331 * gdb.python/py-finish-breakpoint2.exp
3332 * gdb.python/py-frame-args.exp
3333 * gdb.python/py-frame-inline.exp
3334 * gdb.python/py-frame.exp
3335 * gdb.python/py-framefilter-mi.exp
3336 * gdb.python/py-infthread.exp
3337 * gdb.python/py-lazy-string.exp
3338 * gdb.python/py-linetable.exp
3339 * gdb.python/py-mi-events.exp
3340 * gdb.python/py-mi-objfile.exp
3341 * gdb.python/py-mi.exp
3342 * gdb.python/py-objfile.exp
3343 * gdb.python/py-pp-integral.exp
3344 * gdb.python/py-pp-maint.exp
3345 * gdb.python/py-pp-re-notag.exp
3346 * gdb.python/py-pp-registration.exp
3347 * gdb.python/py-recurse-unwind.exp
3348 * gdb.python/py-strfns.exp
3349 * gdb.python/py-symbol.exp
3350 * gdb.python/py-symtab.exp
3351 * gdb.python/py-sync-interp.exp
3352 * gdb.python/py-typeprint.exp
3353 * gdb.python/py-unwind-maint.exp
3354 * gdb.python/py-unwind.exp
3355 * gdb.python/py-value-cc.exp
3356 * gdb.python/py-xmethods.exp
3357 * gdb.reverse/amd64-tailcall-reverse.exp
3358 * gdb.reverse/break-precsave.exp
3359 * gdb.reverse/break-reverse.exp
3360 * gdb.reverse/consecutive-precsave.exp
3361 * gdb.reverse/consecutive-reverse.exp
3362 * gdb.reverse/finish-precsave.exp
3363 * gdb.reverse/finish-reverse-bkpt.exp
3364 * gdb.reverse/finish-reverse.exp
3365 * gdb.reverse/fstatat-reverse.exp
3366 * gdb.reverse/getresuid-reverse.exp
3367 * gdb.reverse/i386-precsave.exp
3368 * gdb.reverse/i386-reverse.exp
3369 * gdb.reverse/i386-sse-reverse.exp
3370 * gdb.reverse/i387-env-reverse.exp
3371 * gdb.reverse/i387-stack-reverse.exp
3372 * gdb.reverse/insn-reverse.exp
3373 * gdb.reverse/machinestate-precsave.exp
3374 * gdb.reverse/machinestate.exp
3375 * gdb.reverse/next-reverse-bkpt-over-sr.exp
3376 * gdb.reverse/pipe-reverse.exp
3377 * gdb.reverse/readv-reverse.exp
3378 * gdb.reverse/recvmsg-reverse.exp
3379 * gdb.reverse/rerun-prec.exp
3380 * gdb.reverse/s390-mvcle.exp
3381 * gdb.reverse/step-precsave.exp
3382 * gdb.reverse/step-reverse.exp
3383 * gdb.reverse/time-reverse.exp
3384 * gdb.reverse/until-precsave.exp
3385 * gdb.reverse/until-reverse.exp
3386 * gdb.reverse/waitpid-reverse.exp
3387 * gdb.reverse/watch-precsave.exp
3388 * gdb.reverse/watch-reverse.exp
3389 * gdb.rust/generics.exp
3390 * gdb.rust/methods.exp
3391 * gdb.rust/modules.exp
3392 * gdb.rust/simple.exp
3393 * gdb.server/connect-with-no-symbol-file.exp
3394 * gdb.server/ext-attach.exp
3395 * gdb.server/ext-restart.exp
3396 * gdb.server/ext-wrapper.exp
3397 * gdb.server/file-transfer.exp
3398 * gdb.server/server-exec-info.exp
3399 * gdb.server/server-kill.exp
3400 * gdb.server/server-mon.exp
3401 * gdb.server/wrapper.exp
3402 * gdb.stabs/exclfwd.exp
3403 * gdb.stabs/gdb11479.exp
3404 * gdb.threads/clone-new-thread-event.exp
3405 * gdb.threads/corethreads.exp
3406 * gdb.threads/current-lwp-dead.exp
3407 * gdb.threads/dlopen-libpthread.exp
3408 * gdb.threads/gcore-thread.exp
3409 * gdb.threads/sigstep-threads.exp
3410 * gdb.threads/watchpoint-fork.exp
3411 * gdb.trace/actions-changed.exp
3412 * gdb.trace/backtrace.exp
3413 * gdb.trace/change-loc.exp
3414 * gdb.trace/circ.exp
3415 * gdb.trace/collection.exp
3416 * gdb.trace/disconnected-tracing.exp
3417 * gdb.trace/ftrace.exp
3418 * gdb.trace/mi-trace-frame-collected.exp
3419 * gdb.trace/mi-trace-unavailable.exp
3420 * gdb.trace/mi-traceframe-changed.exp
3421 * gdb.trace/mi-tsv-changed.exp
3422 * gdb.trace/no-attach-trace.exp
3423 * gdb.trace/passc-dyn.exp
3424 * gdb.trace/qtro.exp
3425 * gdb.trace/range-stepping.exp
3426 * gdb.trace/read-memory.exp
3427 * gdb.trace/save-trace.exp
3428 * gdb.trace/signal.exp
3429 * gdb.trace/status-stop.exp
3430 * gdb.trace/tfile.exp
3431 * gdb.trace/trace-break.exp
3432 * gdb.trace/trace-buffer-size.exp
3433 * gdb.trace/trace-condition.exp
3434 * gdb.trace/tracefile-pseudo-reg.exp
3435 * gdb.trace/tstatus.exp
3436 * gdb.trace/unavailable.exp
3437 * gdb.trace/while-dyn.exp
3438 * gdb.trace/while-stepping.exp
3439
34c41c68
DE
34402016-12-22 Doug Evans <xdje42@gmail.com>
3441
3442 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
3443 and msymbols.
3444
16e69324
YQ
34452016-12-19 Yao Qi <yao.qi@linaro.org>
3446
3447 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
3448 (test_with_self): Don't call do_steps_and_nexts, and remove
3449 code about stepping into xmalloc.
3450
f94f411b
YQ
34512016-12-09 Yao Qi <yao.qi@linaro.org>
3452
3453 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
3454
34552016-12-09 Yao Qi <yao.qi@linaro.org>
3456
3457 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
3458
f1b5deee
PA
34592016-12-09 Pedro Alves <palves@redhat.com>
3460
3461 * gdb.base/all-architectures-0.exp: New file.
3462 * gdb.base/all-architectures-1.exp: New file.
3463 * gdb.base/all-architectures-2.exp: New file.
3464 * gdb.base/all-architectures-3.exp: New file.
3465 * gdb.base/all-architectures-4.exp: New file.
3466 * gdb.base/all-architectures-5.exp: New file.
3467 * gdb.base/all-architectures-6.exp: New file.
3468 * gdb.base/all-architectures-7.exp: New file.
3469 * gdb.base/all-architectures.exp.in: New file.
3470
364ca42e
YQ
34712016-12-09 Yao Qi <yao.qi@linaro.org>
3472
3473 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
3474
107c2d62
LM
34752016-12-02 Luis Machado <lgustavo@codesourcery.com>
3476
3477 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
3478 possible.
3479 Remove useless pattern-matching code.
3480
df3ee9ca
PA
34812016-12-02 Pedro Alves <palves@redhat.com>
3482
3483 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
3484 procedure.
3485 (top level): Call it.
3486
ec835369
PA
34872016-12-02 Pedro Alves <palves@redhat.com>
3488
3489 * gdb.base/commands.exp (user_defined_command_args_stack_test):
3490 New procedure.
3491 (top level): Call it.
3492
01770bbd
PA
34932016-12-02 Pedro Alves <palves@redhat.com>
3494
3495 PR cli/20559
3496 * gdb.base/commands.exp (user_defined_command_args_eval): New
3497 procedure.
3498 (top level): Call it.
3499
008459ea
LM
35002016-12-02 Luis Machado <lgustavo@codesourcery.com>
3501
3502 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
3503 timeout handling.
3504
0c1b455e
TT
35052016-12-02 Tom Tromey <tom@tromey.com>
3506
3507 * gdb.dwarf2/main-subprogram.c: New file.
3508 * gdb.dwarf2/main-subprogram.exp: New file.
3509
018572b8
LM
35102016-12-01 Luis Machado <lgustavo@codesourcery.com>
3511
3512 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
3513 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
3514 gdb_test_no_output for a couple of cases.
3515 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
3516
84c93cd5
LM
35172016-12-01 Luis Machado <lgustavo@codesourcery.com>
3518
3519 Fix test names and standardize compilation error messages throughout
3520 the following files:
3521
3522 * gdb.ada/start.exp
3523 * gdb.arch/alpha-step.exp
3524 * gdb.arch/e500-prologue.exp
3525 * gdb.arch/ftrace-insn-reloc.exp
3526 * gdb.arch/gdb1291.exp
3527 * gdb.arch/gdb1431.exp
3528 * gdb.arch/gdb1558.exp
3529 * gdb.arch/i386-dr3-watch.exp
3530 * gdb.arch/i386-sse-stack-align.exp
3531 * gdb.arch/ia64-breakpoint-shadow.exp
3532 * gdb.arch/pa-nullify.exp
3533 * gdb.arch/powerpc-aix-prologue.exp
3534 * gdb.arch/thumb-bx-pc.exp
3535 * gdb.base/annota1.exp
3536 * gdb.base/annota3.exp
3537 * gdb.base/arrayidx.exp
3538 * gdb.base/assign.exp
3539 * gdb.base/attach.exp
3540 * gdb.base/auxv.exp
3541 * gdb.base/bang.exp
3542 * gdb.base/bfp-test.exp
3543 * gdb.base/bigcore.exp
3544 * gdb.base/bitfields2.exp
3545 * gdb.base/break-fun-addr.exp
3546 * gdb.base/break-probes.exp
3547 * gdb.base/call-rt-st.exp
3548 * gdb.base/callexit.exp
3549 * gdb.base/catch-fork-kill.exp
3550 * gdb.base/charset.exp
3551 * gdb.base/checkpoint.exp
3552 * gdb.base/comprdebug.exp
3553 * gdb.base/constvars.exp
3554 * gdb.base/coredump-filter.exp
3555 * gdb.base/cursal.exp
3556 * gdb.base/cvexpr.exp
3557 * gdb.base/detach.exp
3558 * gdb.base/display.exp
3559 * gdb.base/dmsym.exp
3560 * gdb.base/dprintf-pending.exp
3561 * gdb.base/dso2dso.exp
3562 * gdb.base/dtrace-probe.exp
3563 * gdb.base/dump.exp
3564 * gdb.base/enum_cond.exp
3565 * gdb.base/exe-lock.exp
3566 * gdb.base/exec-invalid-sysroot.exp
3567 * gdb.base/execl-update-breakpoints.exp
3568 * gdb.base/exprs.exp
3569 * gdb.base/fileio.exp
3570 * gdb.base/find.exp
3571 * gdb.base/finish.exp
3572 * gdb.base/fixsection.exp
3573 * gdb.base/foll-vfork.exp
3574 * gdb.base/frame-args.exp
3575 * gdb.base/gcore.exp
3576 * gdb.base/gdb1250.exp
3577 * gdb.base/global-var-nested-by-dso.exp
3578 * gdb.base/gnu-ifunc.exp
3579 * gdb.base/hashline1.exp
3580 * gdb.base/hashline2.exp
3581 * gdb.base/hashline3.exp
3582 * gdb.base/hbreak-in-shr-unsupported.exp
3583 * gdb.base/huge.exp
3584 * gdb.base/infcall-input.exp
3585 * gdb.base/info-fun.exp
3586 * gdb.base/info-shared.exp
3587 * gdb.base/jit-simple.exp
3588 * gdb.base/jit-so.exp
3589 * gdb.base/jit.exp
3590 * gdb.base/jump.exp
3591 * gdb.base/label.exp
3592 * gdb.base/lineinc.exp
3593 * gdb.base/logical.exp
3594 * gdb.base/longjmp.exp
3595 * gdb.base/macscp.exp
3596 * gdb.base/miscexprs.exp
3597 * gdb.base/new-ui-echo.exp
3598 * gdb.base/new-ui-pending-input.exp
3599 * gdb.base/new-ui.exp
3600 * gdb.base/nodebug.exp
3601 * gdb.base/nofield.exp
3602 * gdb.base/offsets.exp
3603 * gdb.base/overlays.exp
3604 * gdb.base/pending.exp
3605 * gdb.base/pointers.exp
3606 * gdb.base/pr11022.exp
3607 * gdb.base/printcmds.exp
3608 * gdb.base/prologue.exp
3609 * gdb.base/ptr-typedef.exp
3610 * gdb.base/realname-expand.exp
3611 * gdb.base/relativedebug.exp
3612 * gdb.base/relocate.exp
3613 * gdb.base/remote.exp
3614 * gdb.base/reread.exp
3615 * gdb.base/return2.exp
3616 * gdb.base/savedregs.exp
3617 * gdb.base/sep.exp
3618 * gdb.base/sepdebug.exp
3619 * gdb.base/sepsymtab.exp
3620 * gdb.base/set-inferior-tty.exp
3621 * gdb.base/setshow.exp
3622 * gdb.base/shlib-call.exp
3623 * gdb.base/sigaltstack.exp
3624 * gdb.base/siginfo-addr.exp
3625 * gdb.base/signals.exp
3626 * gdb.base/signull.exp
3627 * gdb.base/sigrepeat.exp
3628 * gdb.base/so-impl-ld.exp
3629 * gdb.base/solib-display.exp
3630 * gdb.base/solib-overlap.exp
3631 * gdb.base/solib-search.exp
3632 * gdb.base/solib-symbol.exp
3633 * gdb.base/structs.exp
3634 * gdb.base/structs2.exp
3635 * gdb.base/symtab-search-order.exp
3636 * gdb.base/twice.exp
3637 * gdb.base/unload.exp
3638 * gdb.base/varargs.exp
3639 * gdb.base/watchpoint-solib.exp
3640 * gdb.base/watchpoint.exp
3641 * gdb.base/whatis.exp
3642 * gdb.base/wrong_frame_bt_full.exp
3643 * gdb.btrace/dlopen.exp
3644 * gdb.cell/ea-standalone.exp
3645 * gdb.cell/ea-test.exp
3646 * gdb.cp/dispcxx.exp
3647 * gdb.cp/gdb2384.exp
3648 * gdb.cp/method2.exp
3649 * gdb.cp/nextoverthrow.exp
3650 * gdb.cp/pr10728.exp
3651 * gdb.disasm/am33.exp
3652 * gdb.disasm/h8300s.exp
3653 * gdb.disasm/mn10300.exp
3654 * gdb.disasm/sh3.exp
3655 * gdb.dwarf2/dw2-dir-file-name.exp
3656 * gdb.fortran/complex.exp
3657 * gdb.fortran/library-module.exp
3658 * gdb.guile/scm-pretty-print.exp
3659 * gdb.guile/scm-symbol.exp
3660 * gdb.guile/scm-type.exp
3661 * gdb.guile/scm-value.exp
3662 * gdb.linespec/linespec.exp
3663 * gdb.mi/gdb701.exp
3664 * gdb.mi/gdb792.exp
3665 * gdb.mi/mi-breakpoint-changed.exp
3666 * gdb.mi/mi-dprintf-pending.exp
3667 * gdb.mi/mi-dprintf.exp
3668 * gdb.mi/mi-exit-code.exp
3669 * gdb.mi/mi-pending.exp
3670 * gdb.mi/mi-solib.exp
3671 * gdb.mi/new-ui-mi-sync.exp
3672 * gdb.mi/pr11022.exp
3673 * gdb.mi/user-selected-context-sync.exp
3674 * gdb.opt/solib-intra-step.exp
3675 * gdb.python/py-events.exp
3676 * gdb.python/py-finish-breakpoint.exp
3677 * gdb.python/py-mi.exp
3678 * gdb.python/py-prettyprint.exp
3679 * gdb.python/py-shared.exp
3680 * gdb.python/py-symbol.exp
3681 * gdb.python/py-template.exp
3682 * gdb.python/py-type.exp
3683 * gdb.python/py-value.exp
3684 * gdb.reverse/solib-precsave.exp
3685 * gdb.reverse/solib-reverse.exp
3686 * gdb.server/solib-list.exp
3687 * gdb.stabs/weird.exp
3688 * gdb.threads/reconnect-signal.exp
3689 * gdb.threads/stepi-random-signal.exp
3690 * gdb.trace/actions.exp
3691 * gdb.trace/ax.exp
3692 * gdb.trace/backtrace.exp
3693 * gdb.trace/change-loc.exp
3694 * gdb.trace/deltrace.exp
3695 * gdb.trace/ftrace-lock.exp
3696 * gdb.trace/ftrace.exp
3697 * gdb.trace/infotrace.exp
3698 * gdb.trace/mi-tracepoint-changed.exp
3699 * gdb.trace/packetlen.exp
3700 * gdb.trace/passcount.exp
3701 * gdb.trace/pending.exp
3702 * gdb.trace/range-stepping.exp
3703 * gdb.trace/report.exp
3704 * gdb.trace/stap-trace.exp
3705 * gdb.trace/tfind.exp
3706 * gdb.trace/trace-break.exp
3707 * gdb.trace/trace-condition.exp
3708 * gdb.trace/trace-enable-disable.exp
3709 * gdb.trace/trace-mt.exp
3710 * gdb.trace/tracecmd.exp
3711 * gdb.trace/tspeed.exp
3712 * gdb.trace/tsv.exp
3713 * lib/perftest.exp
3714
fb9feb35
LM
37152016-12-01 Luis Machado <lgustavo@codesourcery.com>
3716
3717 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
3718 with gdb_test_no_output.
3719 Use command as test name.
3720
cd2ddb6c
LM
37212016-12-01 Luis Machado <lgustavo@codesourcery.com>
3722
3723 Fix test names starting with uppercase throughout the files.
3724
3725 * gdb.ada/assign_1.exp
3726 * gdb.ada/boolean_expr.exp
3727 * gdb.base/arrayidx.exp
3728 * gdb.base/del.exp
3729 * gdb.base/gcore-buffer-overflow.exp
3730 * gdb.base/testenv.exp
3731 * gdb.compile/compile.exp
3732 * gdb.python/py-framefilter-invalidarg.exp
3733 * gdb.python/py-framefilter.exp
3734
bb95117e
LM
37352016-12-01 Luis Machado <lgustavo@codesourcery.com>
3736
3737 Fix test names starting with uppercase throughout the files.
3738
3739 * gdb.ada/array_return.exp
3740 * gdb.ada/expr_delims.exp
3741 * gdb.ada/mi_dyn_arr.exp
3742 * gdb.ada/mi_interface.exp
3743 * gdb.ada/mi_var_array.exp
3744 * gdb.ada/watch_arg.exp
3745 * gdb.arch/alpha-step.exp
3746 * gdb.arch/altivec-regs.exp
3747 * gdb.arch/e500-regs.exp
3748 * gdb.arch/powerpc-d128-regs.exp
3749 * gdb.base/arrayidx.exp
3750 * gdb.base/break.exp
3751 * gdb.base/checkpoint.exp
3752 * gdb.base/debug-expr.exp
3753 * gdb.base/dmsym.exp
3754 * gdb.base/radix.exp
3755 * gdb.base/sepdebug.exp
3756 * gdb.base/testenv.exp
3757 * gdb.base/watch_thread_num.exp
3758 * gdb.base/watchpoint-cond-gone.exp
3759 * gdb.cell/break.exp
3760 * gdb.cell/ea-cache.exp
3761 * gdb.compile/compile.exp
3762 * gdb.cp/gdb2495.exp
3763 * gdb.gdb/selftest.exp
3764 * gdb.gdb/xfullpath.exp
3765 * gdb.go/hello.exp
3766 * gdb.go/integers.exp
3767 * gdb.objc/basicclass.exp
3768 * gdb.pascal/hello.exp
3769 * gdb.pascal/integers.exp
3770 * gdb.python/py-breakpoint.exp
3771 * gdb.python/py-cmd.exp
3772 * gdb.python/py-linetable.exp
3773 * gdb.python/py-xmethods.exp
3774 * gdb.python/python.exp
3775 * gdb.reverse/consecutive-precsave.exp
3776 * gdb.reverse/finish-precsave.exp
3777 * gdb.reverse/i386-precsave.exp
3778 * gdb.reverse/machinestate-precsave.exp
3779 * gdb.reverse/sigall-precsave.exp
3780 * gdb.reverse/solib-precsave.exp
3781 * gdb.reverse/step-precsave.exp
3782 * gdb.reverse/until-precsave.exp
3783 * gdb.reverse/watch-precsave.exp
3784 * gdb.threads/leader-exit.exp
3785 * gdb.threads/pthreads.exp
3786 * gdb.threads/wp-replication.exp
3787 * gdb.trace/actions.exp
3788 * gdb.trace/mi-tsv-changed.exp
3789 * gdb.trace/tsv.exp
3790
de97fdd4
LM
37912016-12-01 Luis Machado <lgustavo@codesourcery.com>
3792
3793 Fix test names starting with uppercase throughout the files.
3794
3795 * gdb.arch/i386-bp_permanent.exp
3796 * gdb.arch/i386-gnu-cfi.exp
3797 * gdb.base/disasm-end-cu.exp
3798 * gdb.base/macscp.exp
3799 * gdb.base/pending.exp
3800 * gdb.base/watch_thread_num.exp
3801 * gdb.cp/exception.exp
3802 * gdb.cp/gdb2495.exp
3803 * gdb.cp/local.exp
3804 * gdb.python/py-evsignal.exp
3805 * gdb.python/python.exp
3806 * gdb.trace/tracecmd.exp
3807
9f058c10
LM
38082016-12-01 Luis Machado <lgustavo@codesourcery.com>
3809
3810 Fix test names starting with uppercase throughout the files.
3811
3812 * gdb.base/charset.exp
3813 * gdb.base/eval.exp
3814 * gdb.base/multi-forks.exp
3815 * gdb.guile/scm-progspace.exp
3816 * gdb.opencl/datatypes.exp
3817 * gdb.python/py-block.exp
3818 * gdb.python/py-function.exp
3819 * gdb.python/py-symbol.exp
3820 * gdb.python/py-symtab.exp
3821 * gdb.python/py-xmethods.exp
3822 * gdb.reverse/break-precsave.exp
3823 * gdb.reverse/break-reverse.exp
3824 * gdb.reverse/consecutive-precsave.exp
3825 * gdb.reverse/consecutive-reverse.exp
3826 * gdb.reverse/finish-precsave.exp
3827 * gdb.reverse/finish-reverse-bkpt.exp
3828 * gdb.reverse/finish-reverse.exp
3829 * gdb.reverse/fstatat-reverse.exp
3830 * gdb.reverse/getresuid-reverse.exp
3831 * gdb.reverse/i386-precsave.exp
3832 * gdb.reverse/i386-reverse.exp
3833 * gdb.reverse/i386-sse-reverse.exp
3834 * gdb.reverse/i387-stack-reverse.exp
3835 * gdb.reverse/insn-reverse.exp
3836 * gdb.reverse/machinestate-precsave.exp
3837 * gdb.reverse/machinestate.exp
3838 * gdb.reverse/next-reverse-bkpt-over-sr.exp
3839 * gdb.reverse/pipe-reverse.exp
3840 * gdb.reverse/readv-reverse.exp
3841 * gdb.reverse/recvmsg-reverse.exp
3842 * gdb.reverse/rerun-prec.exp
3843 * gdb.reverse/s390-mvcle.exp
3844 * gdb.reverse/sigall-precsave.exp
3845 * gdb.reverse/sigall-reverse.exp
3846 * gdb.reverse/solib-precsave.exp
3847 * gdb.reverse/solib-reverse.exp
3848 * gdb.reverse/step-precsave.exp
3849 * gdb.reverse/step-reverse.exp
3850 * gdb.reverse/time-reverse.exp
3851 * gdb.reverse/until-precsave.exp
3852 * gdb.reverse/until-reverse.exp
3853 * gdb.reverse/waitpid-reverse.exp
3854 * gdb.reverse/watch-precsave.exp
3855 * gdb.reverse/watch-reverse.exp
3856
cdc7edd7
LM
38572016-12-01 Luis Machado <lgustavo@codesourcery.com>
3858
3859 Fix test names starting with uppercase throughout the files.
3860
3861 * gdb.arch/i386-mpx-simple_segv.exp
3862 * gdb.arch/i386-mpx.exp
3863 * gdb.arch/i386-permbkpt.exp
3864 * gdb.arch/pa-nullify.exp
3865 * gdb.arch/powerpc-d128-regs.exp
3866 * gdb.arch/vsx-regs.exp
3867 * gdb.base/bfp-test.exp
3868 * gdb.base/break.exp
3869 * gdb.base/breakpoint-shadow.exp
3870 * gdb.base/callfuncs.exp
3871 * gdb.base/charset.exp
3872 * gdb.base/commands.exp
3873 * gdb.base/completion.exp
3874 * gdb.base/dfp-test.exp
3875 * gdb.base/echo.exp
3876 * gdb.base/ending-run.exp
3877 * gdb.base/eval.exp
3878 * gdb.base/expand-psymtabs.exp
3879 * gdb.base/float128.exp
3880 * gdb.base/floatn.exp
3881 * gdb.base/foll-exec-mode.exp
3882 * gdb.base/gdb1056.exp
3883 * gdb.base/gdb11531.exp
3884 * gdb.base/kill-after-signal.exp
3885 * gdb.base/multi-forks.exp
3886 * gdb.base/overlays.exp
3887 * gdb.base/pending.exp
3888 * gdb.base/sepdebug.exp
3889 * gdb.base/testenv.exp
3890 * gdb.base/valgrind-db-attach.exp
3891 * gdb.base/watch_thread_num.exp
3892 * gdb.base/watchpoint-cond-gone.exp
3893 * gdb.base/watchpoint.exp
3894 * gdb.base/watchpoints.exp
3895 * gdb.cp/arg-reference.exp
3896 * gdb.cp/baseenum.exp
3897 * gdb.cp/operator.exp
3898 * gdb.cp/shadow.exp
3899 * gdb.dwarf2/dw2-op-out-param.exp
3900 * gdb.dwarf2/dw2-reg-undefined.exp
3901 * gdb.go/chan.exp
3902 * gdb.go/hello.exp
3903 * gdb.go/integers.exp
3904 * gdb.go/methods.exp
3905 * gdb.go/package.exp
3906 * gdb.guile/scm-parameter.exp
3907 * gdb.guile/scm-progspace.exp
3908 * gdb.guile/scm-value.exp
3909 * gdb.mi/mi-pending.exp
3910 * gdb.mi/user-selected-context-sync.exp
3911 * gdb.multi/multi-attach.exp
3912 * gdb.multi/tids.exp
3913 * gdb.opt/clobbered-registers-O2.exp
3914 * gdb.pascal/floats.exp
3915 * gdb.pascal/integers.exp
3916 * gdb.python/py-block.exp
3917 * gdb.python/py-events.exp
3918 * gdb.python/py-parameter.exp
3919 * gdb.python/py-symbol.exp
3920 * gdb.python/py-symtab.exp
3921 * gdb.python/py-type.exp
3922 * gdb.python/py-value.exp
3923 * gdb.python/py-xmethods.exp
3924 * gdb.python/python.exp
3925 * gdb.reverse/break-precsave.exp
3926 * gdb.reverse/consecutive-precsave.exp
3927 * gdb.reverse/finish-precsave.exp
3928 * gdb.reverse/i386-precsave.exp
3929 * gdb.reverse/machinestate-precsave.exp
3930 * gdb.reverse/sigall-precsave.exp
3931 * gdb.reverse/solib-precsave.exp
3932 * gdb.reverse/step-precsave.exp
3933 * gdb.reverse/until-precsave.exp
3934 * gdb.reverse/watch-precsave.exp
3935 * gdb.server/ext-attach.exp
3936 * gdb.server/ext-restart.exp
3937 * gdb.server/ext-run.exp
3938 * gdb.server/ext-wrapper.exp
3939 * gdb.stabs/gdb11479.exp
3940 * gdb.stabs/weird.exp
3941 * gdb.threads/attach-many-short-lived-threads.exp
3942 * gdb.threads/kill.exp
3943 * gdb.threads/watchpoint-fork.exp
3944
bc6c7af4
LM
39452016-12-01 Luis Machado <lgustavo@codesourcery.com>
3946
3947 Fix test names starting with uppercase throughout all the files below.
3948
3949 * gdb.ada/array_return.exp
3950 * gdb.ada/catch_ex.exp
3951 * gdb.ada/info_exc.exp
3952 * gdb.ada/mi_catch_ex.exp
3953 * gdb.ada/mi_dyn_arr.exp
3954 * gdb.ada/mi_ex_cond.exp
3955 * gdb.ada/mi_exc_info.exp
3956 * gdb.ada/mi_interface.exp
3957 * gdb.ada/mi_task_arg.exp
3958 * gdb.ada/mi_task_info.exp
3959 * gdb.ada/mi_var_array.exp
3960 * gdb.arch/alpha-step.exp
3961 * gdb.arch/amd64-disp-step.exp
3962 * gdb.arch/arm-disp-step.exp
3963 * gdb.arch/disp-step-insn-reloc.exp
3964 * gdb.arch/e500-prologue.exp
3965 * gdb.arch/ftrace-insn-reloc.exp
3966 * gdb.arch/gdb1558.exp
3967 * gdb.arch/i386-bp_permanent.exp
3968 * gdb.arch/i386-disp-step.exp
3969 * gdb.arch/i386-float.exp
3970 * gdb.arch/i386-gnu-cfi.exp
3971 * gdb.arch/ia64-breakpoint-shadow.exp
3972 * gdb.arch/mips16-thunks.exp
3973 * gdb.arch/pa-nullify.exp
3974 * gdb.arch/powerpc-aix-prologue.exp
3975 * gdb.arch/powerpc-power.exp
3976 * gdb.arch/ppc-dfp.exp
3977 * gdb.arch/s390-tdbregs.exp
3978 * gdb.arch/spu-info.exp
3979 * gdb.arch/spu-ls.exp
3980 * gdb.arch/thumb-bx-pc.exp
3981 * gdb.base/advance.exp
3982 * gdb.base/annota-input-while-running.exp
3983 * gdb.base/arrayidx.exp
3984 * gdb.base/asmlabel.exp
3985 * gdb.base/async.exp
3986 * gdb.base/attach-wait-input.exp
3987 * gdb.base/auto-connect-native-target.exp
3988 * gdb.base/batch-preserve-term-settings.exp
3989 * gdb.base/bfp-test.exp
3990 * gdb.base/bigcore.exp
3991 * gdb.base/bp-permanent.exp
3992 * gdb.base/break-always.exp
3993 * gdb.base/break-fun-addr.exp
3994 * gdb.base/break-idempotent.exp
3995 * gdb.base/break-main-file-remove-fail.exp
3996 * gdb.base/break-probes.exp
3997 * gdb.base/break-unload-file.exp
3998 * gdb.base/break.exp
3999 * gdb.base/call-ar-st.exp
4000 * gdb.base/call-rt-st.exp
4001 * gdb.base/call-sc.exp
4002 * gdb.base/call-signal-resume.exp
4003 * gdb.base/call-strs.exp
4004 * gdb.base/callexit.exp
4005 * gdb.base/callfuncs.exp
4006 * gdb.base/catch-gdb-caused-signals.exp
4007 * gdb.base/catch-signal-siginfo-cond.exp
4008 * gdb.base/catch-syscall.exp
4009 * gdb.base/compare-sections.exp
4010 * gdb.base/cond-eval-mode.exp
4011 * gdb.base/condbreak-call-false.exp
4012 * gdb.base/consecutive-step-over.exp
4013 * gdb.base/cursal.exp
4014 * gdb.base/disabled-location.exp
4015 * gdb.base/disasm-end-cu.exp
4016 * gdb.base/display.exp
4017 * gdb.base/double-prompt-target-event-error.exp
4018 * gdb.base/dprintf-bp-same-addr.exp
4019 * gdb.base/dprintf-detach.exp
4020 * gdb.base/dprintf-next.exp
4021 * gdb.base/dprintf-non-stop.exp
4022 * gdb.base/dprintf-pending.exp
4023 * gdb.base/dso2dso.exp
4024 * gdb.base/ending-run.exp
4025 * gdb.base/enum_cond.exp
4026 * gdb.base/examine-backward.exp
4027 * gdb.base/exe-lock.exp
4028 * gdb.base/exec-invalid-sysroot.exp
4029 * gdb.base/execl-update-breakpoints.exp
4030 * gdb.base/execution-termios.exp
4031 * gdb.base/fileio.exp
4032 * gdb.base/fixsection.exp
4033 * gdb.base/foll-exec-mode.exp
4034 * gdb.base/foll-exec.exp
4035 * gdb.base/fork-running-state.exp
4036 * gdb.base/frame-args.exp
4037 * gdb.base/fullpath-expand.exp
4038 * gdb.base/func-ptr.exp
4039 * gdb.base/gcore-relro-pie.exp
4040 * gdb.base/gdb1090.exp
4041 * gdb.base/gdb1555.exp
4042 * gdb.base/global-var-nested-by-dso.exp
4043 * gdb.base/gnu-ifunc.exp
4044 * gdb.base/hbreak-in-shr-unsupported.exp
4045 * gdb.base/hbreak-unmapped.exp
4046 * gdb.base/hook-stop.exp
4047 * gdb.base/infcall-input.exp
4048 * gdb.base/info-fun.exp
4049 * gdb.base/info-shared.exp
4050 * gdb.base/interrupt-noterm.exp
4051 * gdb.base/jit-so.exp
4052 * gdb.base/jit.exp
4053 * gdb.base/line-symtabs.exp
4054 * gdb.base/list.exp
4055 * gdb.base/longjmp.exp
4056 * gdb.base/macscp.exp
4057 * gdb.base/max-value-size.exp
4058 * gdb.base/nodebug.exp
4059 * gdb.base/nofield.exp
4060 * gdb.base/overlays.exp
4061 * gdb.base/paginate-after-ctrl-c-running.exp
4062 * gdb.base/paginate-bg-execution.exp
4063 * gdb.base/paginate-inferior-exit.exp
4064 * gdb.base/pending.exp
4065 * gdb.base/pr11022.exp
4066 * gdb.base/printcmds.exp
4067 * gdb.base/ptr-typedef.exp
4068 * gdb.base/ptype.exp
4069 * gdb.base/randomize.exp
4070 * gdb.base/range-stepping.exp
4071 * gdb.base/realname-expand.exp
4072 * gdb.base/relativedebug.exp
4073 * gdb.base/remote.exp
4074 * gdb.base/savedregs.exp
4075 * gdb.base/sepdebug.exp
4076 * gdb.base/set-noassign.exp
4077 * gdb.base/shlib-call.exp
4078 * gdb.base/shreloc.exp
4079 * gdb.base/sigaltstack.exp
4080 * gdb.base/sigbpt.exp
4081 * gdb.base/siginfo-addr.exp
4082 * gdb.base/siginfo-obj.exp
4083 * gdb.base/siginfo-thread.exp
4084 * gdb.base/signest.exp
4085 * gdb.base/signull.exp
4086 * gdb.base/sigrepeat.exp
4087 * gdb.base/skip.exp
4088 * gdb.base/so-impl-ld.exp
4089 * gdb.base/solib-corrupted.exp
4090 * gdb.base/solib-disc.exp
4091 * gdb.base/solib-display.exp
4092 * gdb.base/solib-overlap.exp
4093 * gdb.base/solib-search.exp
4094 * gdb.base/solib-symbol.exp
4095 * gdb.base/source-execution.exp
4096 * gdb.base/sss-bp-on-user-bp-2.exp
4097 * gdb.base/sss-bp-on-user-bp.exp
4098 * gdb.base/stack-checking.exp
4099 * gdb.base/stale-infcall.exp
4100 * gdb.base/step-break.exp
4101 * gdb.base/step-line.exp
4102 * gdb.base/step-over-exit.exp
4103 * gdb.base/step-test.exp
4104 * gdb.base/structs.exp
4105 * gdb.base/sym-file.exp
4106 * gdb.base/symtab-search-order.exp
4107 * gdb.base/term.exp
4108 * gdb.base/type-opaque.exp
4109 * gdb.base/unload.exp
4110 * gdb.base/until-nodebug.exp
4111 * gdb.base/until.exp
4112 * gdb.base/unwindonsignal.exp
4113 * gdb.base/watch-cond.exp
4114 * gdb.base/watch-non-mem.exp
4115 * gdb.base/watch_thread_num.exp
4116 * gdb.base/watchpoint-reuse-slot.exp
4117 * gdb.base/watchpoint-solib.exp
4118 * gdb.base/watchpoint.exp
4119 * gdb.btrace/dlopen.exp
4120 * gdb.cell/arch.exp
4121 * gdb.cell/break.exp
4122 * gdb.cell/bt.exp
4123 * gdb.cell/core.exp
4124 * gdb.cell/data.exp
4125 * gdb.cell/dwarfaddr.exp
4126 * gdb.cell/ea-cache.exp
4127 * gdb.cell/ea-standalone.exp
4128 * gdb.cell/ea-test.exp
4129 * gdb.cell/f-regs.exp
4130 * gdb.cell/fork.exp
4131 * gdb.cell/gcore.exp
4132 * gdb.cell/mem-access.exp
4133 * gdb.cell/ptype.exp
4134 * gdb.cell/registers.exp
4135 * gdb.cell/sizeof.exp
4136 * gdb.cell/solib-symbol.exp
4137 * gdb.cell/solib.exp
4138 * gdb.compile/compile-tls.exp
4139 * gdb.cp/exception.exp
4140 * gdb.cp/gdb2495.exp
4141 * gdb.cp/local.exp
4142 * gdb.cp/mb-inline.exp
4143 * gdb.cp/mb-templates.exp
4144 * gdb.cp/pr10687.exp
4145 * gdb.cp/pr9167.exp
4146 * gdb.cp/scope-err.exp
4147 * gdb.cp/templates.exp
4148 * gdb.cp/virtfunc.exp
4149 * gdb.dwarf2/dw2-dir-file-name.exp
4150 * gdb.dwarf2/dw2-single-line-discriminators.exp
4151 * gdb.fortran/complex.exp
4152 * gdb.fortran/library-module.exp
4153 * gdb.guile/guile.exp
4154 * gdb.guile/scm-cmd.exp
4155 * gdb.guile/scm-frame-inline.exp
4156 * gdb.guile/scm-objfile.exp
4157 * gdb.guile/scm-pretty-print.exp
4158 * gdb.guile/scm-symbol.exp
4159 * gdb.guile/scm-type.exp
4160 * gdb.guile/scm-value.exp
4161 * gdb.linespec/keywords.exp
4162 * gdb.linespec/ls-errs.exp
4163 * gdb.linespec/macro-relative.exp
4164 * gdb.linespec/thread.exp
4165 * gdb.mi/mi-breakpoint-changed.exp
4166 * gdb.mi/mi-dprintf-pending.exp
4167 * gdb.mi/mi-fullname-deleted.exp
4168 * gdb.mi/mi-logging.exp
4169 * gdb.mi/mi-pending.exp
4170 * gdb.mi/mi-solib.exp
4171 * gdb.mi/new-ui-mi-sync.exp
4172 * gdb.mi/user-selected-context-sync.exp
4173 * gdb.multi/dummy-frame-restore.exp
4174 * gdb.multi/multi-arch-exec.exp
4175 * gdb.multi/remove-inferiors.exp
4176 * gdb.multi/watchpoint-multi-exit.exp
4177 * gdb.opt/solib-intra-step.exp
4178 * gdb.perf/backtrace.exp
4179 * gdb.perf/single-step.exp
4180 * gdb.perf/skip-command.exp
4181 * gdb.perf/skip-prologue.exp
4182 * gdb.perf/solib.exp
4183 * gdb.python/lib-types.exp
4184 * gdb.python/py-as-string.exp
4185 * gdb.python/py-bad-printers.exp
4186 * gdb.python/py-block.exp
4187 * gdb.python/py-breakpoint.exp
4188 * gdb.python/py-cmd.exp
4189 * gdb.python/py-events.exp
4190 * gdb.python/py-evthreads.exp
4191 * gdb.python/py-finish-breakpoint.exp
4192 * gdb.python/py-finish-breakpoint2.exp
4193 * gdb.python/py-frame-inline.exp
4194 * gdb.python/py-frame.exp
4195 * gdb.python/py-inferior.exp
4196 * gdb.python/py-infthread.exp
4197 * gdb.python/py-mi.exp
4198 * gdb.python/py-objfile.exp
4199 * gdb.python/py-pp-maint.exp
4200 * gdb.python/py-pp-registration.exp
4201 * gdb.python/py-prettyprint.exp
4202 * gdb.python/py-recurse-unwind.exp
4203 * gdb.python/py-shared.exp
4204 * gdb.python/py-symbol.exp
4205 * gdb.python/py-symtab.exp
4206 * gdb.python/py-template.exp
4207 * gdb.python/py-type.exp
4208 * gdb.python/py-unwind-maint.exp
4209 * gdb.python/py-unwind.exp
4210 * gdb.python/py-value.exp
4211 * gdb.python/python.exp
4212 * gdb.reverse/finish-reverse-bkpt.exp
4213 * gdb.reverse/insn-reverse.exp
4214 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4215 * gdb.reverse/solib-precsave.exp
4216 * gdb.reverse/solib-reverse.exp
4217 * gdb.stabs/gdb11479.exp
4218 * gdb.stabs/weird.exp
4219 * gdb.threads/fork-child-threads.exp
4220 * gdb.threads/fork-plus-threads.exp
4221 * gdb.threads/fork-thread-pending.exp
4222 * gdb.threads/forking-threads-plus-breakpoint.exp
4223 * gdb.threads/hand-call-in-threads.exp
4224 * gdb.threads/interrupted-hand-call.exp
4225 * gdb.threads/linux-dp.exp
4226 * gdb.threads/local-watch-wrong-thread.exp
4227 * gdb.threads/next-while-other-thread-longjmps.exp
4228 * gdb.threads/non-ldr-exit.exp
4229 * gdb.threads/pending-step.exp
4230 * gdb.threads/print-threads.exp
4231 * gdb.threads/process-dies-while-detaching.exp
4232 * gdb.threads/process-dies-while-handling-bp.exp
4233 * gdb.threads/pthreads.exp
4234 * gdb.threads/queue-signal.exp
4235 * gdb.threads/reconnect-signal.exp
4236 * gdb.threads/signal-command-handle-nopass.exp
4237 * gdb.threads/signal-command-multiple-signals-pending.exp
4238 * gdb.threads/signal-delivered-right-thread.exp
4239 * gdb.threads/signal-sigtrap.exp
4240 * gdb.threads/sigthread.exp
4241 * gdb.threads/staticthreads.exp
4242 * gdb.threads/stepi-random-signal.exp
4243 * gdb.threads/thread-unwindonsignal.exp
4244 * gdb.threads/thread_check.exp
4245 * gdb.threads/thread_events.exp
4246 * gdb.threads/tid-reuse.exp
4247 * gdb.threads/tls-nodebug.exp
4248 * gdb.threads/tls-shared.exp
4249 * gdb.threads/tls-so_extern.exp
4250 * gdb.threads/tls.exp
4251 * gdb.threads/wp-replication.exp
4252 * gdb.trace/actions-changed.exp
4253 * gdb.trace/actions.exp
4254 * gdb.trace/backtrace.exp
4255 * gdb.trace/change-loc.exp
4256 * gdb.trace/collection.exp
4257 * gdb.trace/deltrace.exp
4258 * gdb.trace/disconnected-tracing.exp
4259 * gdb.trace/entry-values.exp
4260 * gdb.trace/ftrace-lock.exp
4261 * gdb.trace/ftrace.exp
4262 * gdb.trace/infotrace.exp
4263 * gdb.trace/mi-trace-frame-collected.exp
4264 * gdb.trace/mi-trace-unavailable.exp
4265 * gdb.trace/mi-traceframe-changed.exp
4266 * gdb.trace/mi-tracepoint-changed.exp
4267 * gdb.trace/mi-tsv-changed.exp
4268 * gdb.trace/no-attach-trace.exp
4269 * gdb.trace/packetlen.exp
4270 * gdb.trace/passc-dyn.exp
4271 * gdb.trace/passcount.exp
4272 * gdb.trace/pending.exp
4273 * gdb.trace/pr16508.exp
4274 * gdb.trace/qtro.exp
4275 * gdb.trace/range-stepping.exp
4276 * gdb.trace/read-memory.exp
4277 * gdb.trace/report.exp
4278 * gdb.trace/save-trace.exp
4279 * gdb.trace/signal.exp
4280 * gdb.trace/stap-trace.exp
4281 * gdb.trace/status-stop.exp
4282 * gdb.trace/strace.exp
4283 * gdb.trace/tfile.exp
4284 * gdb.trace/tfind.exp
4285 * gdb.trace/trace-break.exp
4286 * gdb.trace/trace-condition.exp
4287 * gdb.trace/trace-enable-disable.exp
4288 * gdb.trace/trace-mt.exp
4289 * gdb.trace/tracecmd.exp
4290 * gdb.trace/tracefile-pseudo-reg.exp
4291 * gdb.trace/tspeed.exp
4292 * gdb.trace/tstatus.exp
4293 * gdb.trace/tsv.exp
4294 * gdb.trace/unavailable.exp
4295 * gdb.trace/while-dyn.exp
4296 * gdb.trace/while-stepping.exp
4297 * lib/gdb-guile.exp
4298 * lib/gdb.exp
4299 * lib/mi-support.exp
4300 * lib/pascal.exp
4301 * lib/perftest.exp
4302 * lib/prelink-support.exp
4303 * lib/selftest-support.exp
4304
ad02e4fe
SM
43052016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
4306
4307 * Makefile.in: Include disable-implicit-rules.mk.
4308
22347e55
AA
43092016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4310
4311 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
4312 non-byte-aligned bit fields.
4313
da5b30da
AA
43142016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4315
4316 PR gdb/12616
4317 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
4318 respects the DW_AT_data_bit_offset attribute.
4319
b593ecca
SM
43202016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
4321
4322 * gdb.base/default.exp: Fix output of "set language".
4323
3b165252
SM
43242016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
4325
4326 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
4327 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
4328 make.
4329 * configure.ac: Remove checks for the make program.
4330 * configure: Re-generate.
4331
1a2f3d7f
KB
43322016-11-16 Kevin Buettner <kevinb@redhat.com>
4333
4334 * gdb.python/py-recurse-unwind.c (main): Add loop.
4335 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
4336 to read_register() and gdb.parse_and_eval(). Make each code
4337 call a separate case that can be individually tested.
4338 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
4339 proc. Call cont_and_backtrace for each of the code paths that
4340 we want to test in the unwinder.
4341
b7f38fda
AA
43422016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
4343
4344 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
4345 the definition of struct S.
4346
1f8db343
CM
43472016-11-11 Catherine Moore <clm@codesourcery.com>
4348
4349 * gdb.base/dump.exp: Identify verilog format dump tests as such.
4350
fad0c9fb
PA
43512016-11-09 Pedro Alves <palves@redhat.com>
4352
4353 * gdb.base/commands.exp (runto_or_return): New procedure.
4354 (gdbvar_simple_if_test, gdbvar_simple_while_test)
4355 (gdbvar_complex_if_while_test, progvar_simple_if_test)
4356 (progvar_simple_while_test, progvar_complex_if_while_test)
4357 (if_while_breakpoint_command_test)
4358 (infrun_breakpoint_command_test, breakpoint_command_test)
4359 (user_defined_command_test, watchpoint_command_test)
4360 (test_command_prompt_position, redefine_hook_test)
4361 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
4362 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
4363 multi_line_input and multi_line. Remove gdb_expect and
4364 gdb_stop_suppressing_tests uses.
4365 * lib/gdb.exp (valnum_re): New global.
4366 (multi_line_input): New procedure.
4367
8354c62c
SM
43682016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
4369
4370 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
4371 Remove.
4372 (test_setup): Define with proc_with_prefix.
4373 (test_cli_inferior): Likewise.
4374 (test_cli_thread): Likewise.
4375 (test_cli_frame): Likewise.
4376 (test_cli_select_frame): Likewise.
4377 (test_cli_up_down): Likewise.
4378 (test_mi_thread_select): Likewise.
4379 (test_mi_stack_select_frame): Likewise.
4380 (test_cli_in_mi_inferior): Likewise.
4381 (test_cli_in_mi_thread): Likewise.
4382 (test_cli_in_mi_frame): Likewise.
4383 (top level): Do not use with_test_prefix_procname.
4384
64f367a2
PA
43852016-11-09 Pedro Alves <palves@redhat.com>
4386
4387 * gdb.base/commands.exp (gdbvar_simple_if_test)
4388 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
4389 (progvar_simple_if_test, progvar_simple_while_test)
4390 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
4391 (infrun_breakpoint_command_test, breakpoint_command_test)
4392 (user_defined_command_test, watchpoint_command_test)
4393 (test_command_prompt_position, deprecated_command_test)
4394 (bp_deleted_in_command, temporary_breakpoint_commands)
4395 (stray_arg0_test, source_file_with_indented_comment)
4396 (recursive_source_test, if_commands_test)
4397 (error_clears_commands_left, redefine_hook_test)
4398 (redefine_backtrace_test): Use proc_with_prefix.
4399 * lib/gdb.exp (proc_with_prefix): New proc.
4400
0bb65f1e
AA
44012016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
4402
4403 * gdb.base/tui-layout.c: New file.
4404 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
4405 disassembly window contains very long lines.
4406
7353f247
TT
44072016-11-08 Tom Tromey <tom@tromey.com>
4408
4409 * gdb.python/py-value.exp (test_value_creation): Make "long" test
4410 depend on Python 2.
4411
30a7bb83
TT
44122016-11-08 Tom Tromey <tom@tromey.com>
4413
4414 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
4415 New method.
4416
cdf5a07c
MG
44172016-10-29 Manish Goregaokar <manish@mozilla.com>
4418
2806dc7e 4419 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 4420
51a789c3
MG
44212016-10-27 Manish Goregaokar <manish@mozilla.com>
4422
2806dc7e
PA
4423 * gdb.rust/simple.rs: Add test for univariant enums without
4424 discriminants and for encoded struct-like enums.
51a789c3 4425
f610ab6d
PA
44262016-10-28 Pedro Alves <palves@redhat.com>
4427
4428 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
4429 gdb_test_multiple, tighten regexps and match symtabs and line
4430 tables incrementally.
4431
b129b0ca
LM
44322016-10-28 Luis Machado <lgustavo@codesourcery.com>
4433
4434 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
4435 general.
4436
ecf45d2c
SL
44372016-10-25 Luis Machado <lgustavo@codesourcery.com>
4438
4439 * gdb.base/exec-invalid-sysroot.exp: New file.
4440
b8d38ee4
JK
44412016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4442
4443 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
4444
f90fd8c2
JK
44452016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4446
4447 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
4448
2d2476aa
MR
44492016-10-19 Maciej W. Rozycki <macro@imgtec.com>
4450
2806dc7e
PA
4451 * gdb.base/killed-outside.exp: Remove $options from a call to
4452 `prepare_for_testing'.
2d2476aa 4453
e42b25a0
SM
44542016-10-17 Simon Marchi <simon.marchi@ericsson.com>
4455
4456 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
4457 Change test message.
4458
3ccdb432
SM
44592016-10-17 Simon Marchi <simon.marchi@ericsson.com>
4460
4461 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
4462 Update comment.
4463
5bad3170
SM
44642016-10-17 Simon Marchi <simon.marchi@ericsson.com>
4465
4466 * gdb.trace/mi-trace-save.exp: New file.
4467
5ad9dba7
YQ
44682016-10-13 Yao Qi <yao.qi@linaro.org>
4469
4470 * gdb.base/code_elim.exp (get_var_address): Remove.
4471 * gdb.base/relocate.exp: Likewise.
4472 * gdb.base/shreloc.exp: Likewise.
4473 * lib/gdb.exp (get_var_address): New.
4474
62df7e21
YQ
44752016-10-13 Yao Qi <yao.qi@linaro.org>
4476
4477 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
4478 floating point tests if $skip_float_test is false.
4479
4dac951e
LM
44802016-10-12 Luis Machado <lgustavo@codesourcery.com>
4481
4482 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
4483 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
4484 argc values.
4485 Add 1 to argc so we guarantee distinct initial/modified argc values.
4486
8f1a8fc4
JK
44872016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4488
4489 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
4490
16c85b5d
JK
44912016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4492
4493 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
4494 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
4495 * gdb.arch/vsx-regs.exp: Likewise.
4496
1d0e042a
YQ
44972016-10-07 Yao Qi <yao.qi@linaro.org>
4498
4499 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
4500
68dadef5
MM
45012016-10-07 Markus Metzger <markus.t.metzger@intel.com>
4502
4503 * gdb.python/python.exp: Test decode_line("*0").
4504
33fa2c6e
DE
45052016-10-06 Doug Evans <dje@google.com>
4506
4507 * gdb.python/py-value.exp (test_value_creation): Add test for large
4508 unsigned 64-bit value.
4509
9c37b5ae
TT
45102016-10-06 Tom Tromey <tom@tromey.com>
4511
4512 * gdb.compile/compile.exp: Change java tests to rust.
4513 * gdb.base/setshow.exp: Change java tests to rust.
4514 * gdb.base/default.exp: Remove java from language list.
4515 * README (Examples): Update language example.
4516 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
4517 test.
4518 * lib/gdb.exp (skip_java_tests): Remove.
4519 * lib/java.exp: Remove.
4520 * gdb.java: Remove.
4521
78b86327
MR
45222016-10-06 Maciej W. Rozycki <macro@imgtec.com>
4523
4524 * gdb.arch/mips-fcr.exp: New test.
4525 * gdb.arch/mips-fcr.c: Source for the new test.
4526
7470adbb
MR
45272016-10-06 Maciej W. Rozycki <macro@imgtec.com>
4528
4529 * gdb.base/solib-disc.exp: Use `standard_output_file'
4530 throughout.
4531
4a556533
PA
45322016-10-06 Pedro Alves <palves@redhat.com>
4533
4534 * gdb.base/jit-simple-dl.c: New file.
4535 * gdb.base/jit-simple-jit.c: New file, factored out from ...
4536 * gdb.base/jit-simple.c: ... this.
4537 * gdb.base/jit-simple.exp (jit_run): Delete.
4538 (build_jit): New proc.
4539 (jit_test_reread): Recompile either the main program or the shared
4540 library, depending on what is being tested. Skip changing address
4541 if caller wants to. Compare before/after addresses. If testing
4542 standalone, explicitly load the binary. Test "maint info
4543 breakpoints".
4544 (top level): Add "standalone vs shared lib" and "change address"
4545 vs "same address" axes.
4546
5a122fbc
PA
45472016-10-06 Pedro Alves <palves@redhat.com>
4548
4549 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
4550 call.
4551 (jit_run): Delete.
4552 (jit_test_reread): Use with_test_prefix. Reload the main binary
4553 explicitly. Compare the before/after addresses of the JIT
4554 descriptor.
4555
ee8da4b8
DE
45562016-08-15 Doug Evans <dje@google.com>
4557
4558 * gdb.xml/extra-regs.xml: Update, end field now required, default type
4559 for single bitfields is bool.
4560 * gdb.xml/tdesc-regs.exp: Ditto.
4561
f389f6fe
JK
45622016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4563
4564 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
4565
fdebf1a4
YQ
45662016-10-05 Yao Qi <yao.qi@linaro.org>
4567
4568 * lib/gdb.exp (support_complex_tests): Return zero if
4569 gdb_skip_float_test return true.
4570
9c36d954 45712016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 4572 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
4573
4574 PR gdb/20487
4575 * gdb.mi/user-selected-context-sync.exp: New file.
4576 * gdb.mi/user-selected-context-sync.c: New file.
4577
4034d0ff 45782016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 4579 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
4580
4581 PR gdb/20487
4582 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
4583 =thread-select-event check.
4584
a4297203
PB
45852016-09-29 Peter Bergner <bergner@vnet.ibm.com>
4586
4587 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
4588 the compulsory L operand changes.
4589 * gdb.arch/powerpc-power.s: Likewise.
4590
bb805577
JK
45912016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4592
4593 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
4594 * gdb.base/jit-attach-pie.c: New file.
4595 * gdb.base/jit-attach-pie.exp: New file.
4596
6d61dee5
PA
45972016-09-28 Pedro Alves <palves@redhat.com>
4598
4599 * gdb.base/infcall-input.c: New file.
4600 * gdb.base/infcall-input.exp: New file.
4601
f73842fc
YQ
46022016-09-22 Yao Qi <yao.qi@linaro.org>
4603
4604 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
4605 (gdb_exit): Rename it to ...
4606 (gdbserver_gdb_exit): ... Close GDBserver.
4607 (gdb_exit): New proc, call gdbserver_gdb_exit.
4608 (mi_gdb_exit): Likewise.
4609
90681dab
YQ
46102016-09-22 Yao Qi <yao.qi@linaro.org>
4611
4612 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
4613 path.
4614 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
4615 Remove duplication.
4616
9c211fd8
YQ
46172016-09-22 Yao Qi <yao.qi@linaro.org>
4618
4619 * lib/gdbserver-support.exp: Check the existence of
4620 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
4621
ad0a504f
AK
46222016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
4623
4624 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
4625
36cf1806
TT
46262016-09-21 Tom Tromey <tom@tromey.com>
4627
4628 PR gdb/20604:
4629 * gdb.base/quit.exp: New file.
4630
74172ecf
SM
46312016-09-21 Simon Marchi <simon.marchi@ericsson.com>
4632
4633 * .gitignore: New file.
4634
3d0ec882
MR
46352016-09-21 Maciej W. Rozycki <macro@imgtec.com>
4636
4637 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
4638 throughout.
4639
8193adea
AA
46402016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4641
4642 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
4643
d41a5c09
JK
46442016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4645
4646 * gdb.cp/casts.cc (decltype): Move it ...
4647 (main): ... with its call to ...
4648 * gdb.cp/casts03.cc: ... a new file.
4649 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
4650
d2dfe700
JK
46512016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4652
4653 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
4654
e2a92b16
PB
46552016-09-15 Peter Bergner <bergner@vnet.ibm.com>
4656
4657 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
4658 and sync up the test with tests in gas/testsuite/gas/ppc.
4659 * gdb.arch/powerpc-power.exp: Likewise.
4660
49b4de64
JK
46612016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4662
4663 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
4664
2c29df25
SDJ
46652016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
4666 Jan Kratochvil <jan.kratochvil@redhat.com>
4667
4668 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
4669 make m1's definition to be different from m2's. Use 'dummy' as an
4670 argument for probe 'two'.
4671
cc3c2846
JB
46722016-09-10 Jon Beniston <jon@beniston.com>
4673
4674 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
4675 for sim target.
4676
e1b2624a
AA
46772016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
4678
4679 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
4680 variable declaration.
4681 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
4682 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
4683 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
4684 received HWCAP as its argument.
4685
4295e285
PA
46862016-09-06 Pedro Alves <palves@redhat.com>
4687
4688 * gdb.base/new-ui-pending-input.c: New file.
4689 * gdb.base/new-ui-pending-input.exp: New file.
4690 * gdb.exp (clear_gdb_spawn_id): New procedure.
4691 (with_spawn_id): Check whether gdb_spawn_id exists before
4692 referencing it. If gdb_spawn_id didn't exist on entry, clear it
4693 on exit.
4694
00d5215e
UW
46952016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
4696
4697 * gdb.base/float128.c: New file.
4698 * gdb.base/float128.exp: Likewise.
4699 * gdb.base/floatn.c: Likewise.
4700 * gdb.base/floatn.exp: Likewise.
4701
a9ff5f12
UW
47022016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
4703
4704 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
4705
f245535c
PA
47062016-09-05 Pedro Alves <palves@redhat.com>
4707
4708 PR backtrace/19927
4709 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
4710 unwinders are immediately called as side effect of "source" or
4711 "disable unwinder" commands.
4712 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
4713
ae9cf263
YQ
47142016-09-02 Yao Qi <yao.qi@linaro.org>
4715
4716 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
4717 is true and $type is "float" or "double".
4718
27aba047
YQ
47192016-09-02 Yao Qi <yao.qi@linaro.org>
4720
4721 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
4722 true.
4723 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
4724 * gdb.base/call-rt-st.exp: Likewise.
4725 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
4726 return value instead of gdb,skip_float_test.
4727 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
4728 (do_function_calls): Use its return value instead of
4729 gdb,skip_float_test.
4730 * gdb.base/finish.exp: Likewise.
4731 * gdb.base/funcargs.exp: Likewise.
4732 * gdb.base/return.exp: Likewise.
4733 * gdb.base/return2.exp: Likewise.
4734 * gdb.base/varargs.exp: Likewise.
4735 * lib/gdb.exp (gdb_skip_float_test): Change it to
4736 gdb_caching_proc. Detect the broken ptrace on arm-linux.
4737
5af962df
AA
47382016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
4739
4740 * gdb.multi/tids.exp: Test "thread apply all".
4741
7fac6910
JK
47422016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4743
4744 * gdb.base/default.exp (tty): Remove.
4745
bb1fe4ac
KB
47462016-08-24 Kevin Buettner <kevinb@redhat.com>
4747
2806dc7e
PA
4748 * gdb.python/py-recurse-unwind.c: New file.
4749 * gdb.python/py-recurse-unwind.py: New file.
4750 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 4751
0a1ddfa6
SM
47522016-08-24 Simon Marchi <simon.marchi@ericsson.com>
4753
4754 * gdb.base/set-inferior-tty.exp: New file.
4755 * gdb.base/set-inferior-tty.c: New file.
4756
d9de1fe3
PA
47572016-08-23 Pedro Alves <palves@redhat.com>
4758
4759 PR gdb/20494
4760 * gdb.base/new-ui-echo.c: New file.
4761 * gdb.base/new-ui-echo.exp: New file.
4762
e9d9abd7
YQ
47632016-08-23 Yao Qi <yao.qi@linaro.org>
4764
4765 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
4766 gdbserver_spawn.
4767 * gdb.server/connect-without-multi-process.exp (do_test):
4768 Likewise.
4769
3589529e
YQ
47702016-08-23 Yao Qi <yao.qi@linaro.org>
4771
4772 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
4773 standalone_txt. Delete gdb_txt and standalone_txt on host
4774 and target. Spawn the binary on target. Copy files from
4775 target to host.
4776
6bb90213
PA
47772016-08-22 Pedro Alves <palves@redhat.com>
4778
4779 PR gdb/20505
4780 * gdb.base/vdso-warning.exp: Test core dumps too. Use
4781 with_test_prefix. Factor out bits to ...
4782 (test_no_vdso): ... this new procedure.
4783
20c2c024
CL
47842016-08-19 Carl Love <cel@us.ibm.com>
4785
4786 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
4787 maintaining separate logic for constructing the output path.
4788 * gdb.arch/powerpc-d128-regs.exp: Likewise.
4789 * gdb.arch/ppc-dfp.exp: Likewise.
4790 * gdb.arch/ppc-fp.exp: Likewise.
4791 * gdb.arch/vsx-regs.exp: Likewise.
4792 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
4793 binprefix for generating the additional binary files.
4794
0646e07d
PA
47952016-08-19 Pedro Alves <palves@redhat.com>
4796
4797 * gdb.trace/mi-trace-frame-collected.exp
4798 (test_trace_frame_collected): On x32, expect two registers.
4799
46da9242
CL
48002016-08-18 Carl Love <cel@us.ibm.com>
4801
4802 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
4803 and sync up the test with tests in gas/testsuite/gas/ppc.
4804 * gdb.arch/powerpc-power.exp: Likewise.
4805
eb2332d7
SM
48062016-08-17 Simon Marchi <simon.marchi@ericsson.com>
4807
4808 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
4809 expected error message.
4810
63c61e04
SM
48112016-08-17 Simon Marchi <simon.marchi@ericsson.com>
4812
4813 * gdb.multi/remove-inferiors.exp: New file.
4814 * gdb.multi/remove-inferiors.c: New file.
4815
7b17065f
YQ
48162016-08-12 Yao Qi <yao.qi@linaro.org>
4817
4818 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
4819 argument list.
4820
01d3dedf
PA
48212016-08-10 Pedro Alves <palves@redhat.com>
4822
4823 PR gdb/19187
4824 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
4825 setup_kfails.
4826
3eb7562a
PA
48272016-08-09 Pedro Alves <palves@redhat.com>
4828 Simon Marchi <simon.marchi@ericsson.com>
4829
4830 PR gdb/20418
4831 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
4832 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
4833
80614914
PA
48342016-08-09 Pedro Alves <palves@redhat.com>
4835
4836 PR mi/20431
4837 * gdb.mi/mi-cmd-error.exp: New file.
4838
f348d89a
PA
48392016-08-09 Pedro Alves <palves@redhat.com>
4840
4841 PR gdb/18653
4842 * gdb.base/signals-state-child.c: New file.
4843 * gdb.base/signals-state-child.exp: New file.
4844 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
4845
e5ca03b4
PA
48462016-08-09 Pedro Alves <palves@redhat.com>
4847
4848 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
4849
282a0691
TT
48502016-08-03 Tom Tromey <tom@tromey.com>
4851
4852 PR python/18565:
4853 * gdb.python/py-frame-inline.exp: Add Frame.function test.
4854
41bfcd63
YQ
48552016-08-01 Yao Qi <yao.qi@linaro.org>
4856
4857 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
4858 variable mode to "multi-process" if $multi_process is 1, otherwise
4859 set it to "single-process".
4860
e3465b24
YQ
48612016-08-01 Yao Qi <yao.qi@linaro.org>
4862
4863 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
4864 * gdb.cp/cpexprs.exp: Likewise.
4865 * gdb.cp/m-static.exp: Likewise.
4866
0b31a4bc
TT
48672016-07-26 Tom Tromey <tom@tromey.com>
4868
4869 PR python/20190:
4870 * gdb.threads/tls.exp (check_thread_local): Add python symbol
4871 test.
4872
e0461dbb
MM
48732016-07-26 Markus Metzger <markus.t.metzger@intel.com>
4874
4875 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
4876 selecting assembly source files.
4877 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
4878 assembly source files.
4879 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
4880 assembly source files.
4881 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
4882 selecting assembly source files.
4883
8194e927
SM
48842016-07-25 Simon Marchi <simon.marchi@ericsson.com>
4885
4886 * gdb.base/new-ui.exp (do_test_invalid_args): New
4887 procedure.
4888
c0272db5
TW
48892016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
4890
4891 * gdb.btrace/reconnect.c: New file.
4892 * gdb.btrace/reconnect.exp: New file.
4893
e3487908
GKB
48942016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
4895
4896 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
4897 to test_catch_syscall_group.
4898 (test_catch_syscall_group): New.
4899
12df5c00
TT
49002016-07-21 Tom Tromey <tom@tromey.com>
4901
4902 * gdb.rust/simple.rs (main): Use empty struct expression.
4903 * gdb.rust/simple.exp: Add tests for empty struct expression.
4904
bae62ee2
YQ
49052016-07-21 Yao Qi <yao.qi@linaro.org>
4906
4907 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
4908 if gdb_skip_xml_test is true on some targets.
4909
b1b53fb3
YQ
49102016-07-21 Yao Qi <yao.qi@linaro.org>
4911
4912 * gdb.server/solib-list.exp: Unset last_loaded_file.
4913
027d97f8
JK
49142016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4915
4916 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
4917 "step into captured_main (args)".
4918
7674d381
JK
49192016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4920
4921 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
4922
72b5d099
JK
49232016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4924
4925 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
4926
1f960ced
PA
49272016-07-19 Pedro Alves <palves@redhat.com>
4928
4929 * gdb.opt/inline-break.exp: Remove optimize=-O2.
4930 * gdb.opt/inline-bt.exp: Likewise.
4931 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
4932 additional_flags=-Winline.
4933 * gdb.opt/inline-locals.exp: Likewise.
4934 * gdb.opt/inline-markers.c (ATTR): Define.
4935 (inlined_fn): Use it.
4936
f25827c1
YQ
49372016-07-19 Yao Qi <yao.qi@linaro.org>
4938
4939 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
4940 (test_with_self): Remove some code. Remove argument executable.
4941 (top-level): Use do_self_tests.
4942
37539ebe
DB
49432016-07-15 Zachary Welch <zwelch@codesourcery.com>
4944 Don Breazeal <donb@codesourcery.com>
4945
4946 * gdb.base/maint.exp: Escape paths used in regular expressions.
4947 * gdb.stabs/weird.exp: Likewise.
4948
dac790e1
TT
49492016-07-13 Tom Tromey <tom@tromey.com>
4950
4951 PR python/15620, PR python/18620:
4952 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
4953 (test_bkpt_events): New procs.
4954
93daf339
TT
49552016-07-13 Tom Tromey <tom@tromey.com>
4956
4957 PR python/17698:
4958 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
4959 test.
4960 (test_watchpoints): Likewise.
4961 (test_bkpt_pending): New proc.
4962
6571a381
TT
49632016-07-13 Tom Tromey <tom@tromey.com>
4964
4965 PR cli/18053:
4966 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
4967 completion test.
4968
e8732474
JK
49692016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4970
4971 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
4972 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
4973 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
4974 f_label.
4975 (g): Rename g_end_lbl to g_label.
4976 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
4977 low_pc and high_pc.
4978 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
4979
e0f3fd7c
TT
49802016-07-12 Tom Tromey <tom@tromey.com>
4981
4982 PR python/19293:
4983 * gdb.python/py-unwind-maint.exp: Update tests.
4984
3cfe46b6
YQ
49852016-07-12 Yao Qi <yao.qi@linaro.org>
4986
4987 * lib/selftest-support.exp (selftest_setup): Match the output
4988 when captured_main is inlined.
4989
4f19a0e6
WT
49902016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4991
4992 * gdb.fortran/derived-types.exp (result_line, result_line_2):
4993 New variables.
4994 (print this%a, print this%b, print this): New tests.
4995 * gdb.fortran/derived-types.f90 (this): New object and
4996 initialization.
4997
986cf455
SM
49982016-07-06 Simon Marchi <simon.marchi@ericsson.com>
4999
5000 * gdb.ada/arraydim.exp: Remove extra directory level in build
5001 directory.
5002
f0464b23
SM
50032016-07-06 Simon Marchi <simon.marchi@ericsson.com>
5004
5005 * lib/ada.exp: Remove extra directory level in build directory.
5006 * gdb.ada/cond_lang.exp: Likewise.
5007 * gdb.ada/exec_changed.exp: Likewise.
5008 * gdb.ada/lang_switch.exp: Likewise.
5009
42d94011
MG
50102016-07-06 Manish Goregaokar <manish@mozilla.com>
5011
2806dc7e
PA
5012 * simple.rs: Add test for raw pointer subscripting.
5013 * simple.exp: Add test expectations.
42d94011 5014
647c264c
YQ
50152016-07-05 Yao Qi <yao.qi@linaro.org>
5016
5017 * gdb.mi/mi-reverse.exp: Match =record-started output.
5018
20aa2c60
PA
50192016-07-01 Pedro Alves <palves@redhat.com>
5020
5021 * gdb.base/jit-reader.exp (info_registers_current_frame): New
5022 procedure.
5023 (jit_reader_test): Test the jit reader's unwinder.
5024 * gdb.base/jithost.c (jit_function_00_code): New global.
5025 (main): Use memcpy to fill in the mmapped code, instead of poking
5026 bytes manually here.
5027 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
5028 value.
5029 (read_debug_info): Save the function's range.
5030 (read_sp): New function.
5031 (unwind_frame): Use it. Also unwind RBP.
5032 (get_frame_id): Use read_sp.
5033 (gdb_init_reader): Use calloc instead of malloc.
5034 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
5035 parameter. Use gdb_test_multiple.
5036
ced2dffb
PA
50372016-07-01 Pedro Alves <palves@redhat.com>
5038 Antoine Tremblay <antoine.tremblay@ericsson.com>
5039
5040 * gdb.threads/process-dies-while-detaching.c: New file.
5041 * gdb.threads/process-dies-while-detaching.exp: New file.
5042
63000888
PA
50432016-07-01 Pedro Alves <palves@redhat.com>
5044
5045 * gdb.multi/watchpoint-multi-exit.c: New file.
5046 * gdb.multi/watchpoint-multi-exit.exp: New file.
5047
038d4868
PA
50482016-06-30 Pedro Alves <palves@redhat.com>
5049
5050 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
5051 unset inferior_spawn_id.
5052
994e9c83
PA
50532016-06-30 Pedro Alves <palves@redhat.com>
5054
5055 * lib/mi-support.exp (default_mi_gdb_start): Declare global
5056 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
5057
e5653468
YQ
50582016-06-29 Yao Qi <yao.qi@linaro.org>
5059
5060 * gdb.base/return.c: Add copyright header.
5061
803b47e5
TT
50622016-06-29 Tom Tromey <tom@tromey.com>
5063
5064 PR python/20129:
5065 * gdb.python/py-framefilter.exp: Add tests for setting priority
5066 and disabling of non-existent frame filter.
5067
28244707
YQ
50682016-06-29 Yao Qi <yao.qi@linaro.org>
5069
5070 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
5071 0x0f07ff.
5072
a31d2f06
YQ
50732016-06-28 Yao Qi <yao.qi@linaro.org>
5074
5075 * gdb.base/catch-syscall.exp: Remove check on isnative and target
5076 triplets. Start gdb, execute catch syscall, and continue. Check
5077 gdb's output to determine catch syscall is supported.
5078
921d8f54
MG
50792016-06-27 Manish Goregaokar <manish@mozilla.com>
5080
25d49b86
PA
5081 * gdb.rust/simple.rs: Add test for returning unit in a function.
5082 * gdb.rust/simple.exp: Add expectation for functions returning
5083 unit.
921d8f54 5084
f4952523
PMR
50852016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
5086
5087 * gdb.python/py-breakpoint-create-fail.c,
5088 gdb.python/py-breakpoint-create-fail.exp,
5089 gdb.python/py-breakpoint-create-fail.py: New testcase.
5090
fccb08f8
MG
50912016-06-25 Manish Goregaokar <manish@mozilla.com>
5092
5093 PR gdb/20239
5094 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
5095 * gdb.rust/simple.exp: Add test expectations for new NonZero
5096 tests.
fccb08f8 5097
6b850546
DT
50982016-06-24 David Taylor <dtaylor@emc.com>
5099
5100 * gdb.base/offsets.exp: New file.
5101 * gdb.base/offsets.c: New file.
5102
17621150
TT
51032016-06-23 Tom Tromey <tom@tromey.com>
5104
5105 PR gdb/16483:
5106 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
5107 before any filters are loaded.
5108
04d59df6
WT
51092016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
5110
5111 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
5112 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
5113 structs.
5114 * gdb.fortran/derived-type-function.exp: New file.
5115 * gdb.fortran/derived-type-function.f90: New file.
5116
5117
ac69f786
PA
51182016-06-21 Pedro Alves <palves@redhat.com>
5119
5120 * gdb.base/new-ui.exp: New file.
5121 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
5122 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
5123 (with_spawn_id): New procedure.
5124
49940788
PA
51252016-06-21 Pedro Alves <palves@redhat.com>
5126
5127 * gdb.mi/mi-exec-run.exp: New file.
5128
ef274d26
PA
51292016-06-21 Pedro Alves <palves@redhat.com>
5130
5131 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
5132 breakpoint command's output on the main UI.
5133 (test_break): New procedure, factored out from calls in the top
5134 level.
5135 (top level): Use foreach_with_prefix to test MI as main UI and as
5136 separate UI.
5137
468afe6c
PA
51382016-06-21 Pedro Alves <palves@redhat.com>
5139
5140 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
5141 (test_awatch_creation_and_listing)
5142 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
5143 Remove 'type' parameter.
5144 (test_watchpoint_all): New parameter mi_mode. Remove
5145 with_test_prefix.
5146 (top level): Use foreach_with_prefix, and add main/separate UI MI
5147 testing axis.
5148
51f77c37
PA
51492016-06-21 Pedro Alves <palves@redhat.com>
5150
5151 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
5152 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
5153 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
5154 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
5155 (gdb_main_spawn_id, mi_spawn_id): Declare and
5156 comment.
5157 (mi_create_inferior_pty): New procedure,
5158 factored out from default_mi_gdb_start.
5159 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
5160 procedures.
5161 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
5162 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
5163 Use mi_create_inferior_pty.
5164 (mi_gdb_start): Use eval to pass down args list.
5165
8980e177
PA
51662016-06-21 Pedro Alves <palves@redhat.com>
5167
5168 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
5169 * gdb.opt/inline-cmds.exp: Add MI tests.
5170
f38d3ad1
PA
51712016-06-21 Pedro Alves <palves@redhat.com>
5172
5173 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
5174
45db7c09
PA
51752016-06-21 Pedro Alves <palves@redhat.com>
5176
5177 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
5178 (top level): Use it instead of mi_execute_to.
5179
5a069ab3
PA
51802016-06-21 Pedro Alves <palves@redhat.com>
5181
5182 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
5183 (cont_handler_str): New.
5184 (signal_stop_handler): Set stop_handler_str instead of printing to
5185 stdout.
5186 (continue_handler): Set cont_handler_str instead of printing to
5187 stdout.
5188 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
5189 mi_send_resuming_command. Print stop_handler_str and
5190 cont_handler_str instead of expecting the python events print
5191 directly.
5192
2838cc1d
SD
51932016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
5194
5195 * gdb.base/jit-reader.exp: New file.
5196 * gdb.base/jithost.c: New file.
5197 * gdb.base/jithost.h: New file.
5198 * gdb.base/jitreader.c : New file.
5199 * gdb.base/jit-protocol.h: New file.
5200
21a77091
YQ
52012016-06-17 Yao Qi <yao.qi@linaro.org>
5202
5203 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
5204 parameters follow_fork and detach_on_fork. Set follow-fork-mode
5205 and detach-on-fork. Adjust tests.
5206 (top level): Invoke break_cond_on_syscall with combinations of
5207 syscall, follow-fork-mode and detach-on-fork.
5208
f50bf8e5
YQ
52092016-06-17 Yao Qi <yao.qi@linaro.org>
5210
5211 * gdb.base/step-over-exit.c: New.
5212 * gdb.base/step-over-exit.exp: New.
5213
a28d8e50
YTL
52142016-06-17 Yan-Ting Lin <currygt52@gmail.com>
5215
5216 * gdb.base/float.exp: Add target check for nds32*-*-*.
5217 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
5218
cad8e26d
AB
52192016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
5220
5221 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
5222 for unsupported target features.
5223 * gdb.base/call-rt-st.exp: Likewise.
5224 * gdb.base/call-sc.exp: Likewise.
5225 * gdb.base/call-signal-resume.exp: Likewise.
5226 * gdb.base/call-strs.exp: Likewise.
5227 * gdb.base/callexit.exp: Likewise.
5228 * gdb.base/callfuncs.exp: Likewise.
5229 * gdb.base/nodebug.exp: Likewise.
5230 * gdb.base/printcmds.exp: Likewise.
5231 * gdb.base/ptype.exp: Likewise.
5232 * gdb.base/structs.exp: Likewise.
5233 * gdb.base/unwindonsignal.exp: Likewise.
5234 * gdb.cp/gdb2495.exp: Likewise.
5235 * gdb.cp/templates.exp: Likewise.
5236 * gdb.cp/virtfunc.exp: Likewise.
5237 * gdb.threads/hand-call-in-threads.exp: Likewise.
5238 * gdb.threads/interrupted-hand-call.exp: Likewise.
5239 * gdb.threads/thread-unwindonsignal.exp: Likewise.
5240
347dc102
TT
52412016-06-10 Tom Tromey <tom@tromey.com>
5242
5243 PR rust/20110:
5244 * gdb.rust/expr.exp: Add test for integer constant larger than
5245 i32.
5246
5e13cf25
BH
52472016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
5248
5249 * gdb.fortran/nested-funcs.exp: New.
5250 * gdb.fortran/nested-funcs.f90: New.
5251
bb556f1f
TK
52522016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
5253
5254 * gdb.base/examine-backward.c: New file.
5255 * gdb.base/examine-backward.exp: New file.
5256
38b022b4
SM
52572016-06-06 Simon Marchi <simon.marchi@ericsson.com>
5258
5259 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
5260 matching.
5261
1b40ec05
TT
52622016-06-02 Tom Tromey <tom@tromey.com>
5263
5264 PR python/18984:
5265 * gdb.python/py-shared.exp: Add solib_name test.
5266
193bd378
SM
52672016-06-02 Simon Marchi <simon.marchi@ericsson.com>
5268
5269 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
5270
3326303b
MG
52712016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
5272
5273 PR c++/19893
5274 * gdb.dwarf2/implref.exp: Rename to...
5275 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
5276 * gdb.dwarf2/implref-array.c: New file.
5277 * gdb.dwarf2/implref-array.exp: Likewise.
5278 * gdb.dwarf2/implref-global.c: Likewise.
5279 * gdb.dwarf2/implref-global.exp: Likewise.
5280 * gdb.dwarf2/implref-struct.c: Likewise.
5281 * gdb.dwarf2/implref-struct.exp: Likewise.
5282
825c8ef2
AT
52832016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5284
5285 * gdb.trace/trace-condition.exp: Add 64bit tests.
5286
2320162a
AT
52872016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5288
5289 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
5290 bits types.
5291 (main): Adapt to 8 to 64 bits types.
5292 * gdb.trace/trace-condition.exp: Add new tests.
5293
a7818233
AT
52942016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5295
5296 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
5297
0d336466
AT
52982016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5299
5300 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
5301 Move condition tests...
5302 * gdb.trace/trace-condition.exp: Here.
5303
7faeb45a
AT
53042016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5305
5306 * gdb.trace/trace-condition.exp: Add counter-case tests.
5307
e385593e
JK
53082016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5309
5310 PR c++/15231
5311 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
5312 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
5313
744608cc
PA
53142016-05-27 Pedro Alves <palves@redhat.com>
5315
5316 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5317 New procedure.
5318 (top level): Call it, and bail out of DejaGnu is known to be bad.
5319
ac775bf4
AB
53202016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
5321
5322 * gdb.base/whatis.c: Extend the test case.
5323 * gdb.base/whatis.exp: Add additional tests.
5324
2bbad2ea
BH
53252016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5326
5327* gdb.fortran/type.f90: Add pointer variable.
5328* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
5329
8b70175d
BH
53302016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5331
5332 * gdb.fortran/vla-type.exp: Fix testcase name.
5333
86d8a848
BH
53342016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5335
5336 * gdb.fortran/vla-type.exp: Access elements in nested structs.
5337
e188eb36
BH
53382016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5339
5340 * gdb.fortran/type.f90: Add nested structures.
5341 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
5342 * gdb.fortran/derived-type.exp: Adapt expected output.
5343 * gdb.fortran/vla-type.exp: Adapt expected output.
5344
9b2db1fd
BH
53452016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5346
5347 * gdb.fortran/whatis_type.exp: Adapt expected output.
5348
72b17055
BH
53492016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5350
5351 * gdb.fortran/print_type.exp: Fix expected output.
5352 * gdb.fortran/whatis_type.exp: Fix expected output.
5353
3cd81d8d
BH
53542016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5355
5356 * gdb.fortran/whatis_type.exp: Use multi_line.
5357
ddae9462
TT
53582016-05-24 Tom Tromey <tom@tromey.com>
5359
5360 PR python/17386:
5361 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
5362 use value as an index.
5363
1957f6b8
TT
53642016-05-23 Tom Tromey <tom@tromey.com>
5365
5366 PR python/17981:
5367 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
5368 no-breakpoint case.
5369
026a9174
PA
53702016-05-24 Pedro Alves <palves@redhat.com>
5371
5372 PR gdb/19828
5373 * gdb.threads/clone-attach-detach.c: New file.
5374 * gdb.threads/clone-attach-detach.exp: New file.
5375
e70a7231
FR
53762016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
5377
5378 * gdb.base/annota-input-while-running.exp: Fix syntax error.
5379
0f6ed0e0
TT
53802016-05-23 Tom Tromey <tom@tromey.com>
5381
5382 PR python/19438, PR python/18393:
5383 * gdb.python/py-progspace.exp: Add "dir" test.
5384 * gdb.python/py-objfile.exp: Add "dir" test.
5385
ffd19d61
YQ
53862016-05-23 Yao Qi <yao.qi@linaro.org>
5387
5388 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
5389 * gdb.arch/thumb2-it.exp: Likewise.
5390
9e8f9b05
SM
53912016-05-18 Simon Marchi <simon.marchi@ericsson.com>
5392
5393 * gdb.mi/mi-threads-interrupt.c: New file.
5394 * gdb.mi/mi-threads-interrupt.exp: New file.
5395
61c6156d
SM
53962016-05-17 Simon Marchi <simon.marchi@ericsson.com>
5397
5398 PR gdb/18077
5399 * gdb.mi/mi-async-run.exp: New file.
5400 * gdb.mi/mi-async-run.c: New file.
5401
67218854
TT
54022016-05-17 Tom Tromey <tom@tromey.com>
5403 Manish Goregaokar <manishsmail@gmail.com>
5404
5405 * lib/rust-support.exp: New file.
5406 * lib/gdb.exp (skip_rust_tests): New proc.
5407 (build_executable_from_specs): Handle rust.
5408 * lib/future.exp (gdb_find_rustc): New proc.
5409 (gdb_default_target_compile): Handle rust.
5410 * gdb.rust/expr.exp: New file.
5411 * gdb.rust/generics.exp: New file.
5412 * gdb.rust/generics.rs: New file.
5413 * gdb.rust/methods.exp: New file.
5414 * gdb.rust/methods.rs: New file.
5415 * gdb.rust/modules.exp: New file.
5416 * gdb.rust/modules.rs: New file.
5417 * gdb.rust/simple.exp: New file.
5418 * gdb.rust/simple.rs: New file.
5419
c44af4eb
TT
54202016-05-17 Tom Tromey <tom@tromey.com>
5421
5422 * gdb.base/default.exp (set language): Add rust.
5423
dcd1f979
TT
54242016-05-17 Tom Tromey <tom@tromey.com>
5425
5426 * gdb.gdb/unittest.exp: New file.
5427
155b7f57
YQ
54282016-05-16 Yao Qi <yao.qi@linaro.org>
5429
5430 * gdb.base/batch-preserve-term-settings.exp: Remove variable
5431 shell_prompt. Update shell_prompt_re.
5432
8ddd5a6c
DE
54332016-05-12 Doug Evans <dje@google.com>
5434
5435 PR symtab/19999
5436 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
5437 $options when building executable.
5438 * gdb.dwarf2/fission-loclists-pie.S: New file.
5439 * gdb.dwarf2/fission-loclists-pie.exp: New file.
5440
02e370d9
SM
54412016-05-04 Simon Marchi <simon.marchi@ericsson.com>
5442
5443 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
5444 of [is_remote target],
5445
8929ad8b
SM
54462016-05-04 Simon Marchi <simon.marchi@ericsson.com>
5447
5448 * lib/gdb.exp (use_gdb_stub): New procedure.
5449
6c447423
DE
54502016-05-03 Yunlian Jiang <yunlian@google.com>
5451 Doug Evans <dje@google.com>
5452
5453 PR symtab/19914
5454 * gdb.dwarf2/dwp-sepdebug.c: New file.
5455 * gdb.dwarf2/dwp-sepdebug.exp: New file.
5456
444e826c
SM
54572016-05-02 Simon Marchi <simon.marchi@ericsson.com>
5458
5459 * gdb.base/detach.exp: Remove is_remote check.
5460
740feeaa
SM
54612016-05-02 Simon Marchi <simon.marchi@ericsson.com>
5462
5463 * gdb.base/annota-input-while-running.exp: Don't check for
5464 [is_remote target]. Enable annotations after running to main.
5465 Remove unused "set test..." line.
5466
9080ac9d
SM
54672016-04-28 Simon Marchi <simon.marchi@ericsson.com>
5468
5469 * gdb.trace/trace-enable-disable.exp: New file.
5470 * gdb.trace/trace-enable-disable.c: New file.
5471
952ebca5
SM
54722016-04-28 Simon Marchi <simon.marchi@ericsson.com>
5473
5474 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
5475 use it in info sharedlibrary test.
5476 * gdb.trace/ftrace-lock.exp: Likewise.
5477 * gdb.trace/ftrace.exp: Likewise.
5478 * gdb.trace/range-stepping.exp: Likewise.
5479 * gdb.trace/trace-break.exp: Likewise.
5480 * gdb.trace/trace-condition.exp: Likewise.
5481 * gdb.trace/trace-mt.exp: Likewise.
5482
d9019901
SM
54832016-04-27 Simon Marchi <simon.marchi@ericsson.com>
5484
5485 * lib/gdb.exp (gdb_load_shlibs): Rename to...
5486 (gdb_load_shlib): ... this.
5487 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
5488 gdb_load_shlib.
5489 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
5490 * gdb.base/ctxobj.exp: Likewise.
5491 * gdb.base/dprintf-pending.exp: Likewise.
5492 * gdb.base/dso2dso.exp: Likewise.
5493 * gdb.base/fixsection.exp: Likewise.
5494 * gdb.base/gcore-relro.exp: Likewise.
5495 * gdb.base/gdb1555.exp: Likewise.
5496 * gdb.base/global-var-nested-by-dso.exp: Likewise.
5497 * gdb.base/gnu-ifunc.exp: Likewise.
5498 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
5499 * gdb.base/jit-so.exp (one_jit_test): Likewise.
5500 * gdb.base/pending.exp: Likewise.
5501 * gdb.base/print-file-var.exp: Likewise.
5502 * gdb.base/print-symbol-loading.exp: Likewise.
5503 * gdb.base/shlib-call.exp: Likewise.
5504 * gdb.base/shreloc.exp: Likewise.
5505 * gdb.base/so-impl-ld.exp: Likewise.
5506 * gdb.base/solib-disc.exp: Likewise.
5507 * gdb.base/solib-nodir.exp: Likewise.
5508 * gdb.base/solib-overlap.exp: Likewise.
5509 * gdb.base/solib-symbol.exp: Likewise.
5510 * gdb.base/solib-weak.exp (do_test): Likewise.
5511 * gdb.base/sym-file.exp: Likewise.
5512 * gdb.base/symtab-search-order.exp: Likewise.
5513 * gdb.base/type-opaque.exp: Likewise.
5514 * gdb.base/unload.exp: Likewise.
5515 * gdb.base/watchpoint-solib.exp: Likewise.
5516 * gdb.compile/compile.exp: Likewise.
5517 * gdb.cp/gdb2384.exp: Likewise.
5518 * gdb.cp/infcall-dlopen.exp: Likewise.
5519 * gdb.cp/re-set-overloaded.exp: Likewise.
5520 * gdb.fortran/library-module.exp: Likewise.
5521 * gdb.opt/solib-intra-step.exp: Likewise.
5522 * gdb.python/py-finish-breakpoint.exp: Likewise.
5523 * gdb.python/py-shared.exp: Likewise.
5524 * gdb.reverse/solib-precsave.exp: Likewise.
5525 * gdb.reverse/solib-reverse.exp: Likewise.
5526 * gdb.server/solib-list.exp: Likewise.
5527 * gdb.threads/dlopen-libpthread.exp: Likewise.
5528 * gdb.threads/tls-shared.exp: Likewise.
5529 * gdb.threads/tls-so_extern.exp: Likewise.
5530 * gdb.trace/change-loc.exp: Likewise.
5531 * gdb.trace/ftrace-lock.exp: Likewise.
5532 * gdb.trace/ftrace.exp: Likewise.
5533 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
5534 * gdb.trace/pending.exp: Likewise.
5535 * gdb.trace/range-stepping.exp: Likewise.
5536 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
5537 (strace_info_marker): Likewise.
5538 (strace_probe_marker): Likewise.
5539 (strace_trace_on_same_addr): Likewise.
5540 (strace_trace_on_diff_addr): Likewise.
5541 * gdb.trace/trace-break.exp: Likewise.
5542 * gdb.trace/trace-condition.exp: Likewise.
5543 * gdb.trace/trace-mt.exp: Likewise.
5544
fca4cfd9
SM
55452016-04-27 Simon Marchi <simon.marchi@ericsson.com>
5546
5547 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
5548 result of gdb_remote_download.
5549 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
5550 * gdb.base/dso2dso.exp: Likewise.
5551 * gdb.base/global-var-nested-by-dso.exp: Likewise.
5552 * gdb.base/print-file-var.exp: Likewise.
5553 * gdb.base/shlib-call.exp: Likewise.
5554 * gdb.base/shreloc.exp: Likewise.
5555 * gdb.base/solib-overlap.exp: Likewise.
5556 * gdb.base/solib-weak.exp (do_test): Likewise.
5557 * gdb.base/unload.exp: Likewise.
5558
11cf4ffb
YQ
55592016-04-27 Yao Qi <yao.qi@linaro.org>
5560
5561 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
5562 exists.
5563
3e2e34f8
KB
55642016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
5565
5566 * vla-type.exp: Print structure from toplevel.
5567
8f07e298
BH
55682016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
5569
5570 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
5571 of dynamic types.
5572 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
5573 of dynamic types.
5574
9920b434
BH
55752016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
5576
5577 * gdb.fortran/vla-type.f90: New file.
5578 * gdb.fortran/vla-type.exp: New file.
5579
f3abeff5
YQ
55802016-04-25 Yao Qi <yao.qi@linaro.org>
5581
5582 * gdb.base/branch-to-self.c: New file.
5583 * gdb.base/branch-to-self.exp: New file.
5584
0a5d52f0
YQ
55852016-04-22 Yao Qi <yao.qi@linaro.org>
5586
5587 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
5588 more after $hex.
5589
495346f6
YQ
55902016-04-22 Yao Qi <yao.qi@linaro.org>
5591
5592 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
5593 * gdb.base/annota3.exp: Likewise.
5594
4a7e075c
YQ
55952016-04-22 Yao Qi <yao.qi@linaro.org>
5596
5597 * gdb.reverse/step-precsave.exp: Do one step and test program
5598 stops in "callee" and do multiple steps until program goes out
5599 of "callee".
5600 * gdb.reverse/step-reverse.exp: Likewise.
5601
5b061e98
YQ
56022016-04-22 Yao Qi <yao.qi@linaro.org>
5603
5604 * gdb.trace/signal.exp: Also pass if
5605 $tracepoint_hits($i) > $iterations.
5606
5c5dc57f
YQ
56072016-04-22 Yao Qi <yao.qi@linaro.org>
5608
5609 * gdb.trace/signal.c: New file.
5610 * gdb.trace/signal.exp: New file.
5611
a55411b9
DE
56122016-04-19 Doug Evans <xdje42@gmail.com>
5613
5614 * gdb.base/bad-file.exp: New file.
5615
a22df60a
MG
56162016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
5617
5618 * gdb.dwarf2/implref.exp: New file.
5619
0c13f7e5
BH
56202016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
5621
5622 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
5623 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
5624 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
5625 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
5626 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
5627 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
5628 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
5629 * lib/fortran.exp (fortran_int4): New procedure.
5630 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
5631 (fortran_logical4): Likewise.
5632
9b9b09e9
BH
56332016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
5634
5635 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
5636
a14d1f4d
BH
56372016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
5638
5639 * lib/compiler.c: Add Intel specific preprocessor macros.
5640 * lib/compiler.cc: Likewise.
25d49b86 5641
7d49b1d0
LM
56422016-04-13 Luis Machado <lgustavo@codesourcery.com>
5643
5644 * gdb.server/connect-with-no-symbol-file.c: New file.
5645 * gdb.server/connect-with-no-symbol-file.exp: New file.
5646
8392fa22
SM
56472016-04-13 Simon Marchi <simon.marchi@ericsson.com>
5648
5649 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
5650
8c4c4aeb
SM
56512016-04-13 Simon Marchi <simon.marchi@ericsson.com>
5652
5653 * boards/gdbserver-base.exp (${board}_download): Copy source file to
5654 standard output directory.
5655
45e3745e
AT
56562016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
5657
5658 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
5659
e26b7e41
MM
56602016-04-13 Markus Metzger <markus.t.metzger@intel.com>
5661
5662 * gdb.btrace/instruction_history.c (loop): Add declaration.
5663
8ce09462
AT
56642016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
5665
5666 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
5667
2e88a1ea
SM
56682016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
5669
5670 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
5671 parentheses to print.
5672 (continue_handler): Likewise.
5673
f48e22e3
SM
56742016-04-08 Simon Marchi <simon.marchi@ericsson.com>
5675
5676 * gdb.server/solib-list.exp: Remove is_remote check.
5677 Pass shlib= to gdb_compile. Don't link shared library with
5678 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
5679 Run binary filename through "readlink -f" on the target.
5680
096be756
PA
56812016-04-08 Pedro Alves <palves@redhat.com>
5682
5683 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
5684 interpreter filename as argument to gdbserver_spawn.
5685 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
5686 Return empty if $last_loaded_file does not exist.
5687
06500533
JK
56882016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5689
5690 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
5691 * gdb.base/jit-main.c: Use exit after usage.
5692
2d35e871
JK
56932016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5694
5695 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
5696 GDBHISTSIZE prior to the tests.
5697 * gdb.base/gdbinit-history.exp: Likewise.
5698
56992016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
5700
5701 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
5702 instead of build_executable. Use gdb_load_shlibs.
5703
c8064e7e
YQ
57042016-04-07 Yao Qi <yao.qi@linaro.org>
5705
5706 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
5707 Execute "si" command.
5708
bde47561
YQ
57092016-04-07 Yao Qi <yao.qi@linaro.org>
5710
5711 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
5712 number instead of the comments on some line.
5713
b16f8a3b
DB
57142016-04-06 Don Breazeal <donb@codesourcery.com>
5715
5716 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
5717 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
5718
c2f901df
SM
57192016-04-06 Simon Marchi <simon.marchi@ericsson.com>
5720
5721 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
5722 standard_output_file. Remove unused binfile variable.
5723
ac17fda0
CU
57242016-04-05 Catalin Udma <catalin.udma@freescale.com>
5725
5726 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
5727 * gdb.python/py-mi-objfile.exp: Match "list main" output
5728 in console format.
5729
03a8c4df
SM
57302016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
5731
5732 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
5733 absolute.
5734
6e774b13
SM
57352016-04-05 Simon Marchi <simon.marchi@ericsson.com>
5736
5737 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
5738 absolute.
5739 * gdb.trace/ftrace.exp: Likewise.
5740 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
5741 targets as well.
5742 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
5743 (gdb_load_shlibs): Copy libraries to test directory when testing
5744 natively. Only set solib-search-path if testing remotely.
5745 * lib/mi-support.exp (mi_load_shlibs): Likewise.
5746
7817ea46
SM
57472016-04-05 Simon Marchi <simon.marchi@ericsson.com>
5748
5749 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
5750 gdb_download. Use it even if the target is not remote.
5751 * gdb.base/jit.exp (compile_jit_test): Likewise.
5752 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
5753 output directory if the destination board is local, otherwise use
5754 the standard remote_download from DejaGnu.
5755 (gdb_download): Remove.
5756 (gdb_load_shlibs): Use gdb_remote_download instead of
5757 gdb_download.
5758 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
5759 Use gdb_remote_download instead of gdb_download. Use it even if
5760 the target is not remote.
5761 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
5762 instead of gdb_download.
5763
7beb7f68
SM
57642016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
5765
5766 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
5767 (test_insert_delete_modify): Call mi_load_shlibs before trying to
5768 run.
5769
cc63428a
AV
57702016-04-01 Artemiy Volkov <artemiyv@acm.org>
5771
5772 PR gdb/19820
5773 * gdb.base/printcmds.exp: Add artificial arrays tests.
5774
64cdf930
PA
57752016-03-31 Pedro Alves <palves@redhat.com>
5776
5777 PR gdb/19858
5778 * gdb.base/jit-main.c: Include unistd.h.
5779 (ATTACH): Define to 0 if not already defined.
5780 (wait_for_gdb, mypid): New globals.
5781 (WAIT_FOR_GDB): New macro.
5782 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
5783 some breakpoint locations.
5784 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
5785 New procedures.
5786 (one_jit_test): Add REATTACH parameter, and handle it. Use
5787 continue_to_test_location.
5788 (top level): Test attach, and adjusts calls to one_jit_test.
5789
40dea8cb
PA
57902016-03-31 Pedro Alves <palves@redhat.com>
5791
5792 PR gdb/19858
5793 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
5794 BINSUFFIX parameter, and handle it.
5795 (top level): Adjust calls compile_jit_test.
5796
e7ea3ec7
CU
57972016-03-31 Catalin Udma <catalin.udma@freescale.com>
5798
5799 PR python/19743
5800 * gdb.python/py-mi-events-gdb.py: New file.
5801 * gdb.python/py-mi-events.c: New file.
5802 * gdb.python/py-mi-events.exp: New file.
5803
e6359af3
YQ
58042016-03-30 Yao Qi <yao.qi@linaro.org>
5805
5806 * gdb.reverse/until-precsave.exp: Match function name only.
5807 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
5808 Move malloc to a condition block.
5809 * gdb.reverse/until-reverse.exp: Match function name only.
5810
a4105d04
MK
58112016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
5812
5813 * gdb.trace/ftrace.exp: Set arg0exp for s390.
5814 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
5815 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
5816 variable for GPR 0 instead of assuming it is register 0.
5817 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
5818 * lib/trace-support.exp: Add s390 registers.
5819
bfa6adb9
YQ
58202016-03-29 Yao Qi <yao.qi@linaro.org>
5821
5822 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
5823
1e6697ea
YQ
58242016-03-24 Yao Qi <yao.qi@linaro.org>
5825
5826 * gdb.reverse/break-reverse.exp: Add quotation mark in the
5827 test message.
5828
64bcd522
AA
58292016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
5830
5831 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
5832 maintaining separate logic for constructing the output path.
5833
7868401b
DB
58342016-03-16 Don Breazeal <donb@codesourcery.com>
5835
5836 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
5837 Retry fork and waitpid on interrupted system call errors.
5838 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
5839 Use with_timeout_factor to increase timeout by factor of 10.
5840
1cafadb4
DB
58412016-03-15 Don Breazeal <donb@codesourcery.com>
5842
5843 * gdb.cp/scope-err.cc: New test program.
5844 * gdb.cp/scope-err.exp: New test script.
5845 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
5846 lines and "set breakpoint here" comment.
5847 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
5848 Fixed some whitespace and format issues.
5849 * gdb.mi/mi-linespec-err-cp.cc: New test program.
5850 * gdb.mi/mi-linespec-err-cp.exp: New test script.
5851
81516450
DE
58522016-03-15 Doug Evans <dje@google.com>
5853
5854 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
5855 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
5856 All callers updated. Add tests for enums, mixed flags register.
5857
aa52b601
DE
58582016-03-15 Doug Evans <dje@google.com>
5859
5860 * gdb.base/skip.c (main): Call test_skip_file_and_function.
5861 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
5862
fa4ff313
SM
58632016-03-14 Simon Marchi <simon.marchi@ericsson.com>
5864
5865 * gdb.base/default.exp: Add $_as_string to the list of expected
5866 convenience functions.
5867
f2403c39
AB
58682016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
5869
5870 * gdb.base/maint.exp: New tests for 'maint info line-table'.
5871
f2f3ccb9
SM
58722016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
5873
5874 * gdb.python/py-as-string.exp: New file.
5875 * gdb.python/py-as-string.c: New file.
5876
00dbd492
PA
58772016-03-09 Pedro Alves <palves@redhat.com>
5878
5879 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
5880 signal" -> "Thread NN received signal" output change.
5881 * gdb.threads/ia64-sigill.exp: Likewise.
5882 * gdb.threads/linux-dp.exp: Likewise.
5883 * gdb.threads/manythreads.exp: Likewise.
5884 * gdb.threads/pending-step.exp: Likewise.
5885 * gdb.threads/print-threads.exp: Likewise.
5886 * gdb.threads/sigstep-threads.exp: Likewise.
5887 * gdb.threads/staticthreads.exp: Likewise.
5888 * gdb.threads/tls.exp: Likewise.
5889
1e6697ea
YQ
58902016-03-09 Pedro Alves <palves@redhat.com>
5891
5892 * gdb.base/command-line-input.exp: New file.
5893
b04fd3be
MK
58942016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
5895
5896 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
5897 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
5898 * gdb.trace/pending.exp: Accept leading dot before function name.
5899 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
5900 * lib/trace-support.exp: Set registers for ppc.
5901
98fa59e9
MK
59022016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
5903
5904 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
5905 use it for disassembly; accept .main in addition to main in backtrace.
5906
f77198c8
MK
59072016-03-09 Wei-cheng Wang <cole945@gmail.com>
5908 Marcin Kościelnicki <koriakin@0x04.net>
5909
5910 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
5911 (gdb_recursion_test_ptr): New global variable.
5912 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
5913 gdb_recursion_test.
5914 (gdb_c_test): Ditto.
5915
ba84e0da
MK
59162016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
5917
5918 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
5919 ordering.
5920
4366d36e
MK
59212016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
5922
5923 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
5924 (bar): Add bar_start_lbl label.
5925 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
5926 of foo/bar for emitting DWARF and tracing.
5927
5eb264df
SDJ
59282016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
5929
5930 * analyze-racy-logs.py: Set executable bit.
5931
fb6a751f
SDJ
59322016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
5933
5934 * Makefile.in (DEFAULT_RACY_ITER): New variable.
5935 (CHECK_TARGET_TMP): Likewise.
5936 (check-single-racy): New rule.
5937 (check-parallel-racy): Likewise.
5938 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
5939 (do-check-parallel-racy): New rule.
5940 (check-racy/%.exp): Likewise.
5941 * README (Racy testcases): New section.
5942 * analyze-racy-logs.py: New file.
5943
bdf7e230
DE
59442016-03-03 Doug Evans <dje@google.com>
5945
5946 * gdb.base/skip.exp: Use with_test_prefix.
5947
4719d415
YQ
59482016-03-03 Yao Qi <yao.qi@linaro.org>
5949
5950 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
5951 Invoke step_over_syscall "clone" and break_cond_on_syscall
5952 "clone".
5953 * gdb.base/step-over-clone.c: New file.
5954
ea507862
YQ
59552016-03-03 Yao Qi <yao.qi@linaro.org>
5956
5957 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
5958 code format.
5959
8fc8cbda
YQ
59602016-03-03 Yao Qi <yao.qi@linaro.org>
5961
5962 * gdb.base/disp-step-fork.c: Rename to ...
5963 * gdb.base/step-over-fork.c: ... it. New file.
5964 * gdb.base/disp-step-vfork.c: Rename to ...
5965 * gdb.base/step-over-vfork.c: ... it. New file.
5966 * gdb.base/disp-step-syscall.exp: Rename to ...
5967 * gdb.base/step-over-syscall.exp: ... it. New file.
5968 (disp_step_cross_syscall): Rename to ...
5969 (step_over_syscall): ... it.
5970
92fa70b0
YQ
59712016-03-03 Yao Qi <yao.qi@linaro.org>
5972
5973 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
5974 If target supports condition evaluation on target, invoke
5975 break_cond_on_syscall for fork and vfork.
5976
e197ad3c
YQ
59772016-03-03 Yao Qi <yao.qi@linaro.org>
5978
5979 * gdb.base/disp-step-syscall.exp: Don't invoke
5980 support_displaced_stepping.
5981 (disp_step_cross_syscall): Test with displaced stepping off and
5982 on if supported.
5983
0b47da9f
YQ
59842016-03-03 Yao Qi <yao.qi@linaro.org>
5985
5986 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
5987 proc.
5988 (setup): New proc.
5989 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
5990 and setup.
5991
065ab6dc
BH
59922016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
5993
5994 * gdb.fortran/vla-history.exp: Remove breakpoint.
5995
07e448ad 59962016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
5997
25d49b86
PA
5998 * gdb.fortran/vla-history.exp: Lookup array elements and printing
5999 exceeds timeout.
07e448ad 6000
9ac2d526 60012016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6002
25d49b86
PA
6003 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
6004 breakpoint.
9ac2d526 6005
17807369
BH
60062016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6007
6008 * gdb.mi/vla.f90: Nullify pointer after declaration.
6009
86e501af
PA
60102016-03-01 Pedro Alves <palves@redhat.com>
6011
6012 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
6013
1e903e32
PA
60142016-03-01 Pedro Alves <palves@redhat.com>
6015
6016 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
6017 before anything else.
6018 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
6019 _GNU_SOURCE here.
6020 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
6021 before anything else.
6022 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
6023
6ccb54e2
PA
60242016-03-01 Pedro Alves <palves@redhat.com>
6025
6026 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
6027
30ca9da1
YQ
60282016-03-01 Yao Qi <yao.qi@linaro.org>
6029
6030 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
6031 prepare_for_testing.
6032
dc856b38
YQ
60332016-03-01 Yao Qi <yao.qi@linaro.org>
6034
6035 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
6036
4a932159
AA
60372016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6038
6039 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
6040 manually constructing the output path.
6041
f2489477
AA
60422016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6043
6044 * gdb.arch/s390-stackless.S: New.
6045 * gdb.arch/s390-stackless.exp: New.
6046
38899f16
IB
60472016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
6048
6049 * gdb.dlang/circular.c: New file.
6050 * gdb.dlang/circular.exp: New file.
6051
9fde51ed
YQ
60522016-02-26 Yao Qi <yao.qi@linaro.org>
6053
6054 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
6055 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
6056 (testcases): Update.
6057
ce90fefe
YQ
60582016-02-26 Yao Qi <yao.qi@linaro.org>
6059
6060 * gdb.reverse/aarch64.c: Rename to ...
6061 * gdb.reverse/insn-reverse.c: ... it.
6062 * gdb.reverse/aarch64.exp: Rename to ...
6063 * gdb.reverse/insn-reverse.exp: ... it.
6064
3263bceb
YQ
60652016-02-26 Yao Qi <yao.qi@linaro.org>
6066
6067 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
6068 (testcase_ftype): New.
6069 (testcases): New array.
6070 (n_testcases): New.
6071 (main): Call each element in testcases.
6072 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
6073 (read_testcase): New.
6074 Do the tests in a loop.
6075
6cb59ff1
YQ
60762016-02-25 Yao Qi <yao.qi@linaro.org>
6077
6078 * gdb.base/branches.c: Remove.
6079
ae91f625
MK
60802016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6081
6082 PR gdb/13808
6083 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
6084
678b48b7
MK
60852016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6086
6087 * gdb.trace/ftrace.exp: Remove unnecessary target check.
6088
7337a6f2
MK
60892016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6090
6091 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
6092 change x86_64 call_insn to 'callq'.
6093
861ca91f
AT
60942016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
6095
6096 * gdb.trace/tfile-avx.c: Move to...
6097 * gdb.trace/tracefile-pseudo-reg.c: Here.
6098 * gdb.trace/tfile-avx.exp: Move to...
6099 * gdb.trace/tracefile-pseudo-reg.exp: Here.
6100
bf74e428
GB
61012016-02-24 Gary Benson <gbenson@redhat.com>
6102
6103 * gdb.base/attach-pie-noexec.exp: Do not expect an error
6104 message on attach.
6105
cce0e923
DE
61062016-02-23 Doug Evans <dje@google.com>
6107
6108 * gdb.base/skip.c (test_skip): New function.
6109 (end_test_skip_file_and_function): New function.
6110 (test_skip_file_and_function): New function.
6111 * gdb.base/skip1.c (test_skip): New function.
6112 (skip1_test_skip_file_and_function): New function.
6113 * gdb.base/skip.exp: Add tests for new skip options.
6114 * gdb.base/skip-solib.exp: Update expected output.
6115 * gdb.perf/skip-command.cc: New file.
6116 * gdb.perf/skip-command.exp: New file.
6117 * gdb.perf/skip-command.py: New file.
6118
4000e47e
MK
61192016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
6120
6121 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
6122 info registers pattern.
6123
24f75ead
IB
61242016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
6125
6126 * lib/future.exp: Add D support.
6127 (gdb_find_gdc): New proc.
6128 (gdb_default_target_compile): Add D support.
6129
fbb7bcbe
WW
61302016-02-18 Wei-cheng Wang <cole945@gmail.com>
6131
6132 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
6133 user+system time.
6134 (trace_speed_test): Determine the iteration count for a time
6135 between 15..30 seconds.
6136
012b3a21
WT
61372016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
6138
6139 * gdb.arch/i386-mpx-sigsegv.c: New file.
6140 * gdb.arch/i386-mpx-sigsegv.exp: New file.
6141 * gdb.arch/i386-mpx-simple_segv.c: New file.
6142 * gdb.arch/i386-mpx-simple_segv.exp: New file.
6143
2d5189bd
YQ
61442016-02-18 Yao Qi <yao.qi@linaro.org>
6145
6146 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
6147 Don't call setup_kfail.
6148
40fb20d0
YQ
61492016-02-18 Yao Qi <yao.qi@linaro.org>
6150
6151 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6152 Set "set breakpoint condition-evaluation" per $cond_bp_target.
6153
21b1f8d2
DE
61542016-02-16 Doug Evans <dje@google.com>
6155
6156 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
6157 * gdb.base/skip1.c: Ditto.
6158 * gdb.base/skip.exp: Whitespace cleanup.
6159
4041ed77
DB
61602016-02-16 Don Breazeal <donb@codesourcery.com>
6161
6162 PR remote/19496
6163 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6164 Remove kfail for PR remote/19496.
6165
c4ef31bf
SM
61662016-02-16 Simon Marchi <simon.marchi@ericsson.com>
6167
6168 * lib/gdb.exp (standard_temp_file): Return a path specific to
6169 the runtest invocation.
6170
266b65b3
SM
61712016-02-16 Simon Marchi <simon.marchi@ericsson.com>
6172
6173 * gdb.trace/save-trace.exp: Change relative path to be in the
6174 standard output directory.
6175
a7a0a6a9
JK
61762016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6177
6178 * gdb.arch/i386-prologue.c: Add missing prototypes.
6179
c99dbb42
JK
61802016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6181
6182 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
6183 * gdb.arch/i386-prologue.exp: Likewise.
6184 * gdb.arch/i386-size.exp: Likewise.
6185
aa480355
SM
61862016-02-15 Simon Marchi <simon.marchi@ericsson.com>
6187
6188 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
6189 define object file path.
6190 * gdb.btrace/gcore.exp: Use standard_output_file to define core
6191 file path.
6192 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
6193 standard_output_file to define binfile.
6194
ba881f50
JK
61952016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6196
6197 Fix compatibility with recent gfortran-5.3.1.
6198 * gdb.fortran/vla-history.exp (print vla1 allocated)
6199 (print vla2 allocated, print $2, print $3): Remove
6200 (print $4): Rename to ...
6201 (print $2): ... here.
6202 (print $9): Rename to ...
6203 (print $5): ... here.
6204 (print $10): Rename to ...
6205 (print $6): ... here.
6206 * gdb.fortran/vla.f90: Add pvla initialization.
6207
e9fb005c
JK
62082016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6209
6210 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
6211 New test.
6212 * gdb.fortran/vla-value-sub.exp: Likewise.
6213
e44e00ff
MK
62142016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
6215
6216 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
6217
97e94151
SM
62182016-02-12 Simon Marchi <simon.marchi@ericsson.com>
6219
6220 * i386-biarch-core.exp: Define corefile using
6221 standard_output_file.
6222
01113bc1
YQ
62232016-02-12 Yao Qi <yao.qi@linaro.org>
6224
6225 * gdb.arch/arm-single-step-kernel-helper.c: New.
6226 * gdb.arch/arm-single-step-kernel-helper.exp: New.
6227
33b4777c
MM
62282016-02-12 Markus Metzger <markus.t.metzger@intel.com>
6229
6230 * gdb.btrace/tailcall-only.exp: New.
6231 * gdb.btrace/tailcall-only.c: New.
6232 * gdb.btrace/x86_64-tailcall-only.S: New.
6233 * gdb.btrace/i686-tailcall-only.S: New.
6234
acc23c11
PA
62352016-02-11 Pedro Alves <palves@redhat.com>
6236
6237 * README (Parallel testing): Add missing double quotes.
6238
e352bf0a
PA
62392016-02-11 Pedro Alves <palves@redhat.com>
6240
6241 * README (Parallel testing): New section.
6242 (GDB_PARALLEL): Rewrite.
6243 (FORCE_PARALLEL): Document.
6244
9f5fed78
MK
62452016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
6246
6247 * gdb.trace/tfile-avx.c: New test.
6248 * gdb.trace/tfile-avx.exp: New test.
6249
9ef9e6a6
KS
62502016-02-09 Keith Seitz <keiths@redhat.com>
6251
6252 PR breakpoints/19546
6253 * gdb.base/infcall-exec.c: New file.
6254 * gdb.base/infcall-exec2.c: New file.
6255 * gdb.base/infcall-exec.exp: New file.
6256
a96e36da
KS
62572016-02-09 Keith Seitz <keiths@redhat.com>
6258
6259 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
6260 (toplevel): Call test_bkpt_address.
6261
9f61929f
KS
62622016-02-09 Keith Seitz <keiths@redhat.com>
6263
6264 PR python/19506
6265 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
6266 (toplevel): Call test_bkpt_address.
6267
1e94266c
SM
62682016-02-09 Simon Marchi <simon.marchi@ericsson.com>
6269
6270 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
6271 to AC_OUTPUT.
6272 * configure: Regenerate.
6273
2a7f3dff
PA
62742016-02-09 Pedro Alves <palves@redhat.com>
6275
6276 PR breakpoints/19548
6277 * gdb.base/execl-update-breakpoints.c (some_function): New
6278 function.
6279 (main): Call it.
6280 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
6281 Tighten expected GDB output.
6282
2151ccc5
SM
62832016-02-08 Simon Marchi <simon.marchi@ericsson.com>
6284
6285 * Makefile.in (ALL_SUBDIRS): Remove.
6286 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
6287 (distclean maintainer-clean realclean): Likewise.
6288 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
6289 * configure: Regenerate.
6290 * gdb.ada/Makefile.in: Delete.
6291 * gdb.arch/Makefile.in: Likewise.
6292 * gdb.asm/Makefile.in: Likewise.
6293 * gdb.base/Makefile.in: Likewise.
6294 * gdb.btrace/Makefile.in: Likewise.
6295 * gdb.cell/Makefile.in: Likewise.
6296 * gdb.compile/Makefile.in: Likewise.
6297 * gdb.cp/Makefile.in: Likewise.
6298 * gdb.disasm/Makefile.in: Likewise.
6299 * gdb.dlang/Makefile.in: Likewise.
6300 * gdb.dwarf2/Makefile.in: Likewise.
6301 * gdb.fortran/Makefile.in: Likewise.
6302 * gdb.gdb/Makefile.in: Likewise.
6303 * gdb.go/Makefile.in: Likewise.
6304 * gdb.guile/Makefile.in: Likewise.
6305 * gdb.java/Makefile.in: Likewise.
6306 * gdb.linespec/Makefile.in: Likewise.
6307 * gdb.mi/Makefile.in: Likewise.
6308 * gdb.modula2/Makefile.in: Likewise.
6309 * gdb.multi/Makefile.in: Likewise.
6310 * gdb.objc/Makefile.in: Likewise.
6311 * gdb.opencl/Makefile.in: Likewise.
6312 * gdb.opt/Makefile.in: Likewise.
6313 * gdb.pascal/Makefile.in: Likewise.
6314 * gdb.perf/Makefile.in: Likewise.
6315 * gdb.python/Makefile.in: Likewise.
6316 * gdb.reverse/Makefile.in: Likewise.
6317 * gdb.server/Makefile.in: Likewise.
6318 * gdb.stabs/Makefile.in: Likewise.
6319 * gdb.threads/Makefile.in: Likewise.
6320 * gdb.trace/Makefile.in: Likewise.
6321 * gdb.xml/Makefile.in: Likewise.
6322 * lib/gdb.exp (make_gdb_parallel_path): Add check for
6323 GDB_PARALLEL.
6324 (standard_output_file): Remove check for GDB_PARALLEL, always
6325 return path in outputs/$subdir/$testname.
6326
437277d4
SM
63272016-02-08 Simon Marchi <simon.marchi@ericsson.com>
6328
6329 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
6330 (site.exp): Assign abs_srcdir to tcl's srcdir.
6331
31d913c7
YQ
63322016-02-04 Yao Qi <yao.qi@linaro.org>
6333
6334 * gdb.base/foll-exec-mode.c: Include limits.h.
6335 (main): Add parameters argc and argv. Get directory from
6336 argv[0].
6337 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
6338 compilation.
6339 * gdb.base/foll-exec.c: Include limits.h.
6340 (main): Add parameters argc and argv.
6341 Get directory from argv[0].
6342 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
6343 Adjust tests on the number of lines as source code changed.
6344 * gdb.base/foll-vfork-exit.c: Include limits.h.
6345 (main): Add one line of statement before vfork.
6346 * gdb.base/foll-vfork.c: Include limits.h and string.h.
6347 (main): Add parameters argc and argv. Get directory from
6348 argv[0].
6349 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
6350 (setup_gdb): Set tbreak to skip some source lines.
6351 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
6352 (main): Add parameters argc and argv. Get directory from
6353 argv[0].
6354 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
6355 compilation.
6356 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
6357 (main): Add parameters argc and argv. Get directory from
6358 argv[0].
6359 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
6360 compilation.
6361
9482b9fb
DE
63622016-02-01 Doug Evans <dje@google.com>
6363
6364 * gdb.base/skip.exp: Clean up multiple references to same test name.
6365
6b2e4f10
PA
63662016-02-01 Pedro Alves <palves@redhat.com>
6367
ccb6afd6 6368 PR remote/19496
6b2e4f10
PA
6369 * gdb.threads/forking-threads-plus-breakpoint.exp
6370 (displaced_stepping_supported): New global.
6371 (probe_displaced_stepping_support): New procedure.
6372 (do_test): Add 'displaced' parameter, and use it.
6373 (top level): Check for displaced stepping support. Add displaced
6374 stepping on/off testing axis.
6375
37a8db1a
AB
63762016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
6377
6378 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
6379 pointer. Don't perform further tests on the unassociated pointer
6380 if the first test fails.
6381
5fdf6324
AB
63822016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
6383
6384 * gdb.base/max-value-size.c: New file.
6385 * gdb.base/max-value-size.exp: New file.
6386 * gdb.base/huge.exp: Disable max-value-size for this test.
6387
935c6144
IB
63882016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
6389
6390 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6391
7fe8399d
YQ
63922016-01-28 Yao Qi <yao.qi@linaro.org>
6393
6394 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
6395
a2077e25
PA
63962016-01-25 Pedro Alves <palves@redhat.com>
6397
6398 PR threads/19461
6399 * gdb.base/fork-running-state.c: New file.
6400 * gdb.base/fork-running-state.exp: New file.
6401
1d2736d4
PA
64022016-01-25 Pedro Alves <palves@redhat.com>
6403
6404 PR gdb/19494
6405 * gdb.base/catch-fork-kill.c: New file.
6406 * gdb.base/catch-fork-kill.exp: New file.
6407
f1da4b11
PA
64082016-01-25 Pedro Alves <palves@redhat.com>
6409
6410 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
6411 Delete, moved to lib/gdb.exp.
6412 * gdb.threads/forking-threads-plus-breakpoint.exp
6413 (foreach_with_prefix): Likewise.
6414 * gdb.threads/process-dies-while-handling-bp.exp
6415 (foreach_with_prefix): Likewise.
6416 * lib/gdb.exp (foreach_with_prefix): New procedure.
6417
45f38546
MK
64182016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
6419
6420 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
6421 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
6422
dc29a1ce
MK
64232016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
6424
6425 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
6426 endian targets.
6427
092127d7
JK
64282016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6429 Pedro Alves <palves@redhat.com>
6430
6431 Fix testsuite compatibility with Guile.
6432 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
6433 number.
6434
31d765d3
JK
64352016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6436
6437 Fix testsuite compatibility with Guile.
6438 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
6439 (thread 1): New test for backtrace through signal handler.
6440
1ac78c04
YQ
64412016-01-22 Yao Qi <yao.qi@linaro.org>
6442
6443 PR testsuite/19491
6444 * gdb.base/multi-forks.c: Include
6445 ../lib/unbuffer_output.c
6446 (main): Call gdb_unbuffer_output.
6447
4f5946a8
DE
64482016-01-21 Doug Evans <dje@google.com>
6449
6450 * lib/ada.exp (gdb_compile_ada): Fix typo.
6451
305e13e6
JB
64522016-01-21 Joel Brobecker <brobecker@adacore.com>
6453
6454 * gdb.base/break-fun-addr.exp: New file.
6455 * gdb.base/break-fun-addr1.c: New file.
6456 * gdb.base/break-fun-addr2.c: New file.
6457
5f5dfff6
SM
64582016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
6459
6460 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
6461 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
6462 enum flag values.
6463
fd356fa2
AA
64642016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
6465
6466 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
6467 when GDB can not set the vector return value. Add more comments
6468 for clarification.
6469
9df22175
AT
64702016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
6471
6472 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
6473 command.
6474
41d1845e
SM
64752016-01-19 Simon Marchi <simon.marchi@ericsson.com>
6476
6477 * Makefile.in (DO_RUNTEST): Add --status and update usages.
6478
01ac6840
SM
64792016-01-19 Simon Marchi <simon.marchi@ericsson.com>
6480
6481 * Makefile.in (check-single): Pass --status to runtest.
6482 (check/%.exp): Likewise.
6483
64842016-01-19 Simon Marchi <simon.marchi@ericsson.com>
6485
6486 * Makefile.in (check-parallel): Propagate return code from make
6487 do-check-parallel.
6488
bd0a71fa
MK
64892016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
6490
6491 * gdb.trace/ftrace.exp: Fix expected message on continue.
6492 * gdb.trace/pending.exp: Fix expected message on continue.
6493 * gdb.trace/trace-break.exp: Fix expected message on continue.
6494
8bcbad33
SM
64952016-01-18 Simon Marchi <simon.marchi@ericsson.com>
6496
6497 * lib/gdb.exp (gdb_test): Remove unused global references.
6498
f303dbd6
PA
64992016-01-18 Pedro Alves <palves@redhat.com>
6500
6501 * gdb.base/async-shell.exp: Adjust expected output.
6502 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
6503 * gdb.base/siginfo-thread.exp: Adjust expected output.
6504 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
6505 * gdb.java/jnpe.exp: Adjust expected output.
6506 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
6507 * gdb.threads/continue-pending-status.exp: Adjust expected output.
6508 * gdb.threads/leader-exit.exp: Adjust expected output.
6509 * gdb.threads/manythreads.exp: Adjust expected output.
6510 * gdb.threads/pthreads.exp: Adjust expected output.
6511 * gdb.threads/schedlock.exp: Adjust expected output.
6512 * gdb.threads/siginfo-threads.exp: Adjust expected output.
6513 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
6514 expected output.
6515 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
6516 output.
6517 * gdb.threads/sigthread.exp: Adjust expected output.
6518 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
6519
b2789696
YQ
65202016-01-18 Yao Qi <yao.qi@linaro.org>
6521
6522 * gdb.guile/scm-section-script.c: Replace @progbits with
6523 %progbits.
6524 * gdb.python/py-section-script.c: Likewise.
6525
71ef29a8
PA
65262016-01-15 Pedro Alves <palves@redhat.com>
6527
6528 * gdb.multi/tids.exp: Test star wildcard ranges.
6529
3f5b7598
PA
65302016-01-15 Pedro Alves <palves@redhat.com>
6531
6532 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
6533 command from "thread apply" invocation.
6534 (thr_apply_info_thr_invalid): Default the expected output to the
6535 input tid list.
6536 (top level): Add tests that use convenience variables. Add tests
6537 for "thread apply" with a valid TID list, but missing the command.
6538
663f6d42
PA
65392016-01-13 Pedro Alves <palves@redhat.com>
6540
6541 * gdb.base/default.exp: Expect $_gthread as well.
6542 * gdb.multi/tids.exp: Test $_gthread.
6543 * gdb.threads/thread-specific.exp: Test $_gthread.
6544
c84f6bbf
PA
65452016-01-13 Pedro Alves <palves@redhat.com>
6546
6547 * gdb.multi/tids.exp: Test "info threads -gid".
6548
22a02324
PA
65492016-01-13 Pedro Alves <palves@redhat.com>
6550
6551 * gdb.multi/tids.exp: Test InferiorThread.global_num and
6552 Breakpoint.thread.
6553 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
6554
5d5658a1
PA
65552016-01-07 Pedro Alves <palves@redhat.com>
6556
6557 * gdb.base/break.exp: Adjust to output changes.
6558 * gdb.base/hbreak2.exp: Likewise.
6559 * gdb.base/sepdebug.exp: Likewise.
6560 * gdb.base/watch_thread_num.exp: Likewise.
6561 * gdb.linespec/keywords.exp: Likewise.
6562 * gdb.multi/info-threads.exp: Likewise.
6563 * gdb.threads/thread-find.exp: Likewise.
6564 * gdb.multi/tids.c: New file.
6565 * gdb.multi/tids.exp: New file.
6566
84654457
PA
65672016-01-13 Pedro Alves <palves@redhat.com>
6568
6569 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
6570
e3940304
PA
65712016-01-13 Pedro Alves <palves@redhat.com>
6572
6573 * gdb.base/default.exp: Expect $_inferior as well.
6574 * gdb.multi/base.exp: Test $_inferior.
6575
a911d87a
PA
65762016-01-13 Pedro Alves <palves@redhat.com>
6577
6578 PR breakpoints/19388
6579 * gdb.base/catch-signal-siginfo-cond.c: New file.
6580 * gdb.base/catch-signal-siginfo-cond.exp: New file.
6581
82075af2
JS
65822016-01-12 Josh Stone <jistone@redhat.com>
6583 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6584
6585 * gdb.base/catch-syscall.c (do_execve): New variable.
6586 (main): Conditionally trigger an execve.
6587 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
6588 (test_catch_syscall_execve): New, check entry/return across execve.
6589 (do_syscall_tests): Call test_catch_syscall_execve.
6590
e46eeedd
PA
65912016-01-12 Pedro Alves <palves@redhat.com>
6592
6593 * gdb.base/random-signal.exp (do_test): New procedure, with body
6594 of testcase moved in.
6595
01d8c27e
JK
65962016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6597 Pedro Alves <palves@redhat.com>
6598
6599 * gdb.base/funcargs.exp (finish from indirectly called function):
6600 Reintroduce the case for 'First'.
6601
9a706302
JK
66022016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6603 Pedro Alves <palves@redhat.com>
6604
6605 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
6606 (tcatch_vfork_then_child_follow_exec)
6607 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
6608 identification.
6609
c0ecb95f
JK
66102016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6611
6612 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
6613 and repeats to unlimited.
6614 * gdb.python/py-value.exp: Likewise.
6615 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
6616 and repeats to unlimited.
6617
6cfc1fcb
JK
66182016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6619
6620 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
6621 and reordering the functions.
6622 * gdb.multi/hangout.c: Likewise.
6623 * gdb.multi/hello.c: Likewise.
6624
582a1b00
SM
66252016-01-08 Simon Marchi <simon.marchi@ericsson.com>
6626
6627 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
6628 absolute.
6629 (SingleStatisticTestResult.report): Use dict.keys instead of
6630 dict.iterkeys.
6631
79bc59cb
PA
66322016-01-06 Pedro Alves <palves@redhat.com>
6633
6634 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
6635
43368e1d
MM
66362016-01-04 Markus Metzger <markus.t.metzger@intel.com>
6637
6638 * gdb.btrace/dlopen.exp: New.
6639 * gdb.btrace/dlopen.c: New.
6640 * gdb.btrace/dlopen-dso.c: New.
6641
79fad5b8
SL
66422015-12-25 Sandra Loosemore <sandra@codesourcery.com>
6643
6644 * lib/gdb.exp (gdb_test): Update comments to clarify that the
6645 PATTERN argument is optional.
6646
ab8314b3
JB
66472015-12-24 Joel Brobecker <brobecker@adacore.com>
6648
6649 * lib/ada.exp (target_compile_ada_from_dir): New function.
6650 (gdb_compile_ada): Reimplement avoiding the use of project files.
6651 * gdb.ada/gnat_ada.gpr: Delete.
6652 * gdb.ada/cond_lang.exp: Adjust test to make path before
6653 filename optional.
6654 * gdb.ada/small_reg_param.exp: Likewise.
6655
fe33faff
SM
66562015-12-22 Simon Marchi <simon.marchi@ericsson.com>
6657
6658 * gdb.base/foll-vork.exp: Remove HP-UX special case.
6659
6d265cb4
TP
66602015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
6661
6662 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
6663 case.
6664
10125099
SM
66652015-12-21 Simon Marchi <simon.marchi@ericsson.com>
6666
6667 * gdb.base/break.exp: Remove dead code.
6668 * gdb.base/sepdebug.exp: Likewise.
6669
3ca22649
SM
66702015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
6671
6672 * gdb.asm/asm-source.exp: Remove HP-UX references.
6673 * gdb.base/annota1.exp: Likewise.
6674 * gdb.base/annota3.exp: Likewise.
6675 * gdb.base/attach.exp: Likewise.
6676 * gdb.base/bigcore.exp: Likewise.
6677 * gdb.base/break.exp: Likewise.
6678 * gdb.base/call-ar-st.exp: Likewise.
6679 * gdb.base/callfuncs.exp: Likewise.
6680 * gdb.base/catch-fork-static.exp: Likewise.
6681 * gdb.base/display.exp: Likewise.
6682 * gdb.base/foll-exec-mode.exp: Likewise.
6683 * gdb.base/foll-exec.exp: Likewise.
6684 * gdb.base/foll-fork.exp: Likewise.
6685 * gdb.base/foll-vfork.exp: Likewise.
6686 * gdb.base/funcargs.exp: Likewise.
6687 * gdb.base/hbreak2.exp: Likewise.
6688 * gdb.base/inferior-died.exp: Likewise.
6689 * gdb.base/interrupt.exp: Likewise.
6690 * gdb.base/multi-forks.exp: Likewise.
6691 * gdb.base/nodebug.exp: Likewise.
6692 * gdb.base/sepdebug.exp: Likewise.
6693 * gdb.base/solib1.c: Likewise.
6694 * gdb.base/step-test.exp: Likewise.
6695 * gdb.mi/non-stop.c: Likewise.
6696 * gdb.mi/pthreads.c: Likewise.
6697 * gdb.multi/bkpt-multi-exec.ex: Likewise.
6698 * gdb.threads/pthreads.c: Likewise.
6699 * gdb.threads/staticthreads.exp: Likewise.
6700 * lib/future.exp: Likewise.
6701 * lib/gdb.exp: Likewise.
6702 * gdb.base/so-indr-cl.c: Remove.
6703 * gdb.base/so-indr-cl.exp: Likewise.
6704 * gdb.base/solib.c: Likewise.
6705 * gdb.base/solib.exp: Likewise.
6706 * gdb.base/solib2.c: Likewise.
6707
b6304613
SM
67082015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
6709
6710 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
6711 * gdb.base/call-ar-st.exp: Likewise.
6712 * gdb.base/callfuncs.exp: Likewise.
6713 * gdb.base/condbreak.exp: Likewise.
6714 * gdb.base/constvars.exp: Likewise.
6715 * gdb.base/hbreak2.exp: Likewise.
6716 * gdb.base/langs.exp: Likewise.
6717 * gdb.base/list.exp: Likewise.
6718 * gdb.base/long_long.exp: Likewise.
6719 * gdb.base/ptype.exp: Likewise.
6720 * gdb.base/scope.exp: Likewise.
6721 * gdb.base/signals.exp: Likewise.
6722 * gdb.base/so-impl-ld.exp: Likewise.
6723 * gdb.base/varargs.exp: Likewise.
6724 * gdb.base/volatile.exp: Likewise.
6725 * gdb.base/whatis.exp: Likewise.
6726 * gdb.cp/cplusfuncs.exp: Likewise.
6727 * gdb.cp/inherit.exp: Likewise.
6728 * gdb.cp/local.exp: Likewise.
6729 * gdb.cp/member-ptr.exp: Likewise.
6730 * gdb.cp/method.exp: Likewise.
6731 * gdb.cp/overload.exp: Likewise.
6732 * gdb.cp/templates.exp: Likewise.
6733 * gdb.stabs/weird.exp: Likewise.
6734 * lib/compiler.c: Likewise.
6735 * lib/compiler.cc: Likewise.
6736 * lib/cp-support.exp: Likewise.
6737 * lib/gdb.exp: Likewise.
6738
bf401b07
SM
67392015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
6740
6741 * configure.ac: Remove HP-UX case.
6742 * configure: Regenerate.
6743
aff9c0f8
SM
67442015-12-18 Simon Marchi <simon.marchi@ericsson.com>
6745
6746 * lib/gdb.exp (gdb_compile): Add function doc.
6747
a6904d5a
PA
67482015-12-17 Pedro Alves <palves@redhat.com>
6749
6750 PR threads/19354
6751 * gdb.multi/info-threads.exp: New file.
6752
a22279dd
YQ
67532015-12-15 Yao Qi <yao.qi@linaro.org>
6754
6755 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
6756 is aarch64*-*-*.
6757
0588c796
SL
67582015-12-14 Sandra Loosemore <sandra@codesourcery.com>
6759
6760 * gdb.base/history-duplicates.exp: Skip if no readline support.
6761
5d978e17
SL
67622015-12-14 Sandra Loosemore <sandra@codesourcery.com>
6763
6764 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
6765
7e763b86
SL
67662015-12-14 Sandra Loosemore <sandra@codesourcery.com>
6767
6768 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
6769
87a3a92c
SL
67702015-12-14 Sandra Loosemore <sandra@codesourcery.com>
6771
6772 * gdb.base/completion.exp: Skip tests that interrupt GDB with
6773 ctrl-C if nointerrupts target property is set.
6774 * gdb.base/double-prompt-target-event-error.exp: Likewise.
6775 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
6776 * gdb.base/paginate-bg-execution.exp: Likewise.
6777 * gdb.base/paginate-execution-startup.exp: Likewise.
6778 * gdb.base/random-signal.exp: Likewise.
6779 * gdb.base/range-stepping.exp: Likewise.
6780 * gdb.cp/annota2.exp: Likewise.
6781 * gdb.cp/annota3.exp: Likewise.
6782 * gdb.gdb/selftest.exp: Likewise.
6783 * gdb.threads/continue-pending-status.exp: Likewise.
6784 * gdb.threads/leader-exit.exp: Likewise.
6785 * gdb.threads/manythreads.exp: Likewise.
6786 * gdb.threads/pthreads.exp: Likewise.
6787 * gdb.threads/schedlock.exp: Likewise.
6788 * gdb.threads/sigthread.exp: Likewise.
6789
a8f077dc
DB
67902015-12-11 Don Breazeal <donb@codesourcery.com>
6791
6792 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
6793 remote.
6794 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
6795 * gdb.base/foll-exec.exp (main): Enable for target remote.
6796 * gdb.base/foll-fork.exp (main): Likewise.
6797 * gdb.base/foll-vfork.exp (main): Likewise.
6798 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
6799 (proc continue_to_exit_bp_loc): Use clean_restart.
6800 * gdb.base/pie-execl.exp (main): Disable for target remote.
6801 * gdb.base/watch-vfork.exp (main): Enable for target remote.
6802 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
6803 * gdb.threads/execl.exp (main): Likewise.
6804 * gdb.threads/fork-child-threads.exp (main): Likewise.
6805 * gdb.threads/fork-plus-threads.exp (main): Disable for target
6806 remote.
6807 * gdb.threads/fork-thread-pending.exp (main): Enable for target
6808 remote.
6809 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
6810 pid.tid style ptids, instead of just tid.
6811 * gdb.threads/thread-execl.exp (main): Enable for target remote.
6812 * gdb.threads/watchpoint-fork.exp (main): Likewise.
6813 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
6814 ptids, instead of just tid.
6815
3b2464a8
AB
68162015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
6817
6818 * gdb.base/list.exp (test_list_forward): Add end of file error
6819 test.
6820 (test_repeat_list_command): Add end of file error test.
6821 (test_list_backwards): Add beginning of file error test.
6822
a0def019
AB
68232015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
6824
6825 * gdb.base/list.exp (test_list_invalid_args): New function,
6826 defined, and called.
6827
5c000dff
AB
68282015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
6829
6830 * gdb.base/list.exp (test_list): Make test names unique.
6831
f1637ebe
YQ
68322015-12-11 Yao Qi <yao.qi@linaro.org>
6833
6834 * gdb.base/coremaker2.c: Remove.
6835
36d6fc0a
PA
68362015-12-10 Pedro Alves <palves@redhat.com>
6837
6838 * gdb.multi/base.exp: Remove stale "spaces" references.
6839
762f7747
PA
68402015-12-10 Pedro Alves <palves@redhat.com>
6841
6842 * gdb.multi/base.exp: Don't use nowarnings.
6843 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
6844 * gdb.multi/hangout.c: Include stdio.h.
6845 * gdb.multi/hello.c: Include stdlib.h.
6846 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
6847 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
6848 * gdb.multi/multi-arch.exp: Don't use nowarnings.
6849
28d2bfb9
AB
68502015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
6851
6852 * gdb.dwarf2/dw2-ranges-base.c: New file.
6853 * gdb.dwarf2/dw2-ranges-base.exp: New file.
6854 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
6855 support additional line table, and debug ranges generation.
6856 (Dwarf::ranges): New function, generate .debug_ranges.
6857 (Dwarf::lines): Support generating simple line table programs.
6858 (Dwarf::assemble): Initialise new namespace variables.
6859
5fc2beac
KB
68602015-12-09 Kevin Buettner <kevinb@redhat.com>
6861
6862 * gdb.base/async.exp (proc test_background): Add case for
6863 asynchronous execution not supported.
6864
1c35a88f
LM
68652015-12-09 Luis Machado <lgustavo@codesourcery.com>
6866
6867 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
6868 format and change test names to make them unique.
6869
b593e3d9
RK
68702015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
6871 Pedro Alves <pedro@redhat.com>
6872
6873 PR gdb/18702
6874 Add checking of floatformats setup on x86_64 hosts.
6875 * gdb.arch/i386-float.S (main): Load bigval and smallval.
6876 (smallval, bigval): New labels/constants.
6877 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
6878 float" after loading bigval and smallval.
6879
d72413e6
PMR
68802015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
6881
6882 * gdb.ada/fun_overload_menu.exp: New testcase.
6883 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
6884
ece66d65
JS
68852015-12-04 Josh Stone <jistone@redhat.com>
6886
6887 * gdb.base/catch-fork-static.exp: New.
6888
41d0efca
YQ
68892015-12-03 Yao Qi <yao.qi@linaro.org>
6890
6891 * gdb.base/sizeof.c: Don't include stdio.h and
6892 ../lib/unbuffer_output.c.
6893 (main): New variable 'size' and 'value'. Remove printf and
6894 gdb_unbuffer_output. Assign return value to size and value.
6895 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
6896 at the beginning.
6897 (check_sizeof): Check the result by printing variable 'size'.
6898 (check_valueof): Check the result by printing variable 'value'.
6899
99fd02d9
YQ
69002015-12-01 Yao Qi <yao.qi@linaro.org>
6901
6902 * gdb.base/disp-step-syscall.exp: Define syscall instruction
6903 for aarch64*-*-linux* target.
6904
f2faf941
PA
69052015-11-30 Pedro Alves <palves@redhat.com>
6906
6907 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
6908
04bf20c5
PA
69092015-11-30 Pedro Alves <palves@redhat.com>
6910
6911 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
6912 Handle non-stop mode vCont replies.
6913
09df4675
PA
69142015-11-30 Pedro Alves <palves@redhat.com>
6915
6916 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
6917 prepare_for_testing. Start gdb with "set non-stop on" appended to
6918 GDBFLAGS. Lax expected stop output.
6919
58b584af
YQ
69202015-11-27 Yao Qi <yao.qi@linaro.org>
6921
6922 * gdb.arch/arm-neon.exp: New.
6923 * gdb.arch/arm-neon.c: New.
6924
dfcb77a8
YQ
69252015-11-27 Yao Qi <yao.qi@linaro.org>
6926
6927 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
6928
88e8ec1b
YQ
69292015-11-27 Yao Qi <yao.qi@linaro.org>
6930
6931 * gdb.cp/annota2.exp: Allow multiple occurrences of the
6932 frames-invalid annotation.
6933
bfde72c2
YQ
69342015-11-27 Yao Qi <yao.qi@linaro.org>
6935
6936 * gdb.cp/annota2.exp: Use ${frames_invalid}.
6937
f6512a69
SM
69382015-11-26 Simon Marchi <simon.marchi@ericsson.com>
6939
6940 * gdb.threads/names.exp: New file.
6941 * gdb.threads/names.c: New file.
6942 * README: Mention gdb,no_thread_names.
6943
46a3515b
MM
69442015-11-26 Markus Metzger <markus.t.metzger@intel.com>
6945
6946 PR 19297
6947 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
6948 support" error.
6949
62147a22
PA
69502015-11-24 Pedro Alves <palves@redhat.com>
6951
6952 PR 17539
6953 * gdb.base/display.exp: Expect displays to be sorted in ascending
6954 order. Use multi_line.
6955 * gdb.base/solib-display.exp: Likewise.
6956
2f341b6e
PA
69572015-11-24 Pedro Alves <palves@redhat.com>
6958
6959 PR 17539
25d49b86
PA
6960 * gdb.base/display.exp: Expect displays to be sorted in ascending
6961 order. Use multi_line.
6962 * gdb.base/solib-display.exp: Likewise.
2f341b6e 6963
7e0aa6aa
PA
69642015-11-24 Pedro Alves <palves@redhat.com>
6965
6966 PR 17539
6967 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
6968 threads in ascending order.
6969 * gdb.base/foll-fork.exp: Likewise.
6970 * gdb.base/foll-vfork.exp: Likewise.
6971 * gdb.base/multi-forks.exp: Likewise.
6972 * gdb.mi/mi-nonstop.exp: Likewise.
6973 * gdb.mi/mi-nsintrall.exp: Likewise.
6974 * gdb.multi/base.exp: Likewise.
6975 * gdb.multi/multi-arch.exp: Likewise.
6976 * gdb.python/py-inferior.exp: Likewise.
6977 * gdb.threads/break-while-running.exp: Likewise.
6978 * gdb.threads/execl.exp: Likewise.
6979 * gdb.threads/gcore-thread.exp: Likewise.
6980 * gdb.threads/info-threads-cur-sal.exp: Likewise.
6981 * gdb.threads/kill.exp: Likewise.
6982 * gdb.threads/linux-dp.exp: Likewise.
6983 * gdb.threads/multiple-step-overs.exp: Likewise.
6984 * gdb.threads/next-bp-other-thread.exp: Likewise.
6985 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
6986 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
6987 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
6988 * gdb.threads/thread-find.exp: Likewise.
6989 * gdb.threads/tls.exp: Likewise.
6990 * lib/mi-support.exp (mi_reverse_list): Delete.
6991 (mi_check_thread_states): No longer reverse list.
6992
2cc57ad8
PA
69932015-11-24 Pedro Alves <palves@redhat.com>
6994
6995 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
6996 use lowercase.
6997
c93e8391
SM
69982015-11-23 Simon Marchi <simon.marchi@ericsson.com>
6999
7000 * gdb.trace/actions.c: Include trace-common.h.
7001 (main): Add a location for a fast tracepoint.
7002 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
7003 the normal tracepoints.
7004 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
7005
045ccf91
SM
70062015-11-23 Simon Marchi <simon.marchi@ericsson.com>
7007
7008 * save-trace.exp: Factor out code to these...
7009 (gdb_save_tracepoints): New.
7010 (gdb_load_tracepoints): New.
7011 (do_save_load_test): New.
7012
5506f9f6
KB
70132015-11-23 Kevin Buettner <kevinb@redhat.com>
7014
7015 * gdb.base/asmlabel.exp: New test.
7016 * gdb.base/asmlabel.c: New test case.
7017
16c3b12f
JB
70182015-11-23 Joel Brobecker <brobecker@adacore.com>
7019
7020 * gdb.base/wrong_frame_bt_full-main.c: New file.
7021 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
7022 * gdb.base/wrong_frame_bt_full.exp: New file.
7023
155bfbd3
JB
70242015-11-23 Joel Brobecker <brobecker@adacore.com>
7025
7026 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
7027
bb097445
JM
70282015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
7029
206853a0 7030 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
7031 pstate register when comparing registers values in
7032 sparc64-*-linux-gnu targets to avoid spurious differences.
7033
9c88ed8f
JM
70342015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
7035
206853a0 7036 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 7037
96161e25
SL
70382015-11-19 Sandra Loosemore <sandra@codesourcery.com>
7039
7040 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
7041 as type argument to gdb_compile.
7042 * gdb.base/nested-subp2.exp: Likewise.
7043 * gdb.base/nested-subp3.exp: Likewise.
7044
340c2830
DV
70452015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
7046
7047 * lib/dwarf.exp (_note): Fix left shift of negative value.
7048 * gdb.trace/trace-condition.exp: Likewise.
7049
c1862d0f
YQ
70502015-11-13 Yao Qi <yao.qi@linaro.org>
7051
7052 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
7053 comments about d10v.
7054 (test_scalar_returns): Likewise.
7055 * gdb.base/d10v.ld: Remove.
7056 * gdb.base/overlays.exp: Remove the target triplet checking for
7057 d10v-*-*.
7058 * gdb.base/structs.exp (test_struct_returns): Remove the
7059 comments about d10v.
7060 (test_struct_calls): Likewise.
7061
77ae9c19
YQ
70622015-11-13 Yao Qi <yao.qi@linaro.org>
7063
7064 * gdb.base/gnu_vector.exp: Check the return value by "p res".
7065 * gdb.base/gnu_vector.c: Don't include stdio.h.
7066 (main): Don't print res and call add_some_intvecs.
7067
430e004e
MK
70682015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
7069
7070 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
7071 macro.
7072 (func5): Removed.
7073 (func4): Use FAST_TRACEPOINT_LABEL.
7074 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
7075 macro.
7076 (func): Removed.
7077 (thread_function): Use FAST_TRACEPOINT_LABEL.
7078 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
7079 (func): Remove.
7080 (marker): Use FAST_TRACEPOINT_LABEL.
7081 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
7082 (pendfunc1): Remove.
7083 (pendfunc): Use FAST_TRACEPOINT_LABEL.
7084 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
7085 (foo): Remove.
7086 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
7087 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
7088 macro.
7089 (func): Remove.
7090 (marker): Use FAST_TRACEPOINT_LABEL.
7091 * gdb.trace/trace-common.h: New header.
7092 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
7093 macro.
7094 (func): Remove.
7095 (marker): Use FAST_TRACEPOINT_LABEL.
7096 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
7097 (func): Remove.
7098 (thread_function): Use FAST_TRACEPOINT_LABEL.
7099
6e7675a7
MK
71002015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
7101
7102 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
7103 in front.
7104 * gdb.trace/change-loc.exp: Use global pcreg definition.
7105 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
7106 * gdb.trace/entry-values.exp: Use global spreg definition, add $
7107 in front.
7108 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
7109 * gdb.trace/pending.exp: Likewise.
7110 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
7111 * gdb.trace/trace-break.exp: Likewise.
7112 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
7113 in front.
7114 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
7115 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
7116 in front.
7117 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
7118
dddc0e16
JB
71192015-11-09 Joel Brobecker <brobecker@adacore.com>
7120
7121 * gdb.ada/fin_fun_out: New testcase.
7122
c6f0b406
KB
71232015-11-07 Kevin Buettner <kevinb@redhat.com>
7124
7125 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
7126 value associated with DW_AT_byte_size.
7127 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
7128 constants for DW_AT_byte_size, DW_AT_lower_bound, and
7129 DW_AT_upper_bound.
7130
f01dcfd9
KB
71312015-11-07 Kevin Buettner <kevinb@redhat.com>
7132
7133 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
7134 (gdb_target_symbol_prefix_flags): Define in terms of _asm
7135 version.
7136 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
7137 gdb.dwarf2/dw2-canonicalize-type.exp,
7138 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
7139 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
7140 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
7141 provided by gdb_target_symbol_prefix_flags_asm.
7142 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
7143 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
7144 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
7145 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
7146 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
7147 macros where needed). Use this macro for symbols which require
7148 the prefix provided by SYMBOL_PREFIX.
7149
2223449a
KB
71502015-11-05 Kevin Buettner <kevinb@redhat.com>
7151
7152 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
7153 New procs.
7154 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
7155 representing expressions, of more than one list element.
7156 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
7157 to prepend linker symbol prefix to f.
7158 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
7159 table_1 and table_2.
7160 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
7161 Likewise, for f and g.
7162 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
7163 for ptr.
7164 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
7165 for main.
7166 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
7167 table_1_ptr and table_2_ptr.
7168
6f2f1a3a
JK
71692015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7170 Joel Brobecker <brobecker@adacore.com>
7171
7172 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
7173
566c56c9
MK
71742015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
7175
7176 * gdb.reverse/s390-mvcle.c: New test.
7177 * gdb.reverse/s390-mvcle.exp: New file.
7178 * lib/gdb.exp: Enable reverse tests on s390*-linux.
7179
d5f0636b
MK
71802015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
7181
7182 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
7183
7ad8b86c
MK
71842015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
7185
7186 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
7187 reaching marker2.
7188 * gdb.reverse/getresuid-reverse.exp: Likewise.
7189 * gdb.reverse/pipe-reverse.exp: Likewise.
7190 * gdb.reverse/readv-reverse.exp: Likewise.
7191 * gdb.reverse/recvmsg-reverse.exp: Likewise.
7192 * gdb.reverse/time-reverse.exp: Likewise.
7193 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
7194
4081c0f1
YQ
71952015-10-30 Yao Qi <yao.qi@linaro.org>
7196
7197 * gdb.threads/wp-replication.c (watch_count_done): Remove.
7198 (empty_cycle): Remove.
7199 (main): Don't call empty_cycle. Don't use watch_count_done.
7200 * gdb.threads/wp-replication.exp: Don't set breakpoint on
7201 empty_cycle. Rewrite the code counting HW watchpoints.
7202
452b4ba5
MK
72032015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
7204
7205 * gdb.reverse/fstatat-reverse.c: New test.
7206 * gdb.reverse/fstatat-reverse.exp: New file.
7207 * gdb.reverse/getresuid-reverse.c: New test.
7208 * gdb.reverse/getresuid-reverse.exp: New file.
7209 * gdb.reverse/pipe-reverse.c: New test.
7210 * gdb.reverse/pipe-reverse.exp: New file.
7211 * gdb.reverse/readv-reverse.c: New test.
7212 * gdb.reverse/readv-reverse.exp: New file.
7213 * gdb.reverse/recvmsg-reverse.c: New test.
7214 * gdb.reverse/recvmsg-reverse.exp: New file.
7215 * gdb.reverse/time-reverse.c: New test.
7216 * gdb.reverse/time-reverse.exp: New file.
7217 * gdb.reverse/waitpid-reverse.c: New test.
7218 * gdb.reverse/waitpid-reverse.exp: New file.
7219
5e2e7507
JK
72202015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7221
7222 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
7223
0fde2c53
DE
72242015-10-26 Doug Evans <dje@google.com>
7225
7226 PR symtab/17391
7227 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
7228 * gdb.dwarf2/bad-regnum.c: New file.
7229 * gdb.dwarf2/bad-regnum.exp: New file.
7230
1a70ae97
DE
72312015-10-26 Doug Evans <dje@google.com>
7232
7233 PR python/18938
7234 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
7235 file.
7236
27dc26ab
JK
72372015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7238
7239 * gdb.compile/compile.exp (compile code globalvar): Update expectation
7240 for a change by "Mention language in compile error message".
7241
bed91f4d
SM
72422015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
7243
7244 PR python/18073
7245 * gdb.python/py-type.c (C::a_method): New.
7246 (C::a_const_method): New.
7247 (C::a_static_method): New.
7248 (a_function): New.
7249 * gdb.python/py-type.exp (test_fields): Test getting fields
7250 from function and method.
7251
3f2f83dd
KB
72522015-10-21 Keven Boell <keven.boell@intel.com>
7253
7254 * gdb.fortran/vla-alloc-assoc.exp: New file.
7255 * gdb.fortran/vla-datatypes.exp: New file.
7256 * gdb.fortran/vla-datatypes.f90: New file.
7257 * gdb.fortran/vla-history.exp: New file.
7258 * gdb.fortran/vla-ptype-sub.exp: New file.
7259 * gdb.fortran/vla-ptype.exp: New file.
7260 * gdb.fortran/vla-sizeof.exp: New file.
7261 * gdb.fortran/vla-sub.f90: New file.
7262 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
7263 * gdb.fortran/vla-value-sub-finish.exp: New file.
7264 * gdb.fortran/vla-value-sub.exp: New file.
7265 * gdb.fortran/vla-value.exp: New file.
7266 * gdb.fortran/vla-ptr-info.exp: New file.
7267 * gdb.mi/mi-vla-fortran.exp: New file.
7268 * gdb.mi/vla.f90: New file.
7269
27145d50
SL
72702015-10-21 Sandra Loosemore <sandra@codesourcery.com>
7271
7272 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
7273 of hardwired timeout value.
7274
5f3ff4f8
JK
72752015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7276 Pedro Alves <palves@redhat.com>
7277
7278 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
7279 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
7280
bfd09d20
JS
72812015-10-19 Josh Stone <jistone@redhat.com>
7282
7283 * gdb.base/catch-syscall.c: Include <sched.h>.
7284 (unknown_syscall): New variable.
7285 (main): Trigger a vfork and an unknown syscall.
7286 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
7287 (unknown_syscall_number): Likewise.
7288 (check_call_to_syscall): Accept an optional syscall pattern.
7289 (check_return_from_syscall): Likewise.
7290 (check_continue): Likewise.
7291 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
7292 (test_catch_syscall_skipping_return): New test toggling off 'catch
7293 syscall' to step over the syscall return, then toggling back on.
7294 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
7295 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
7296 (do_syscall_tests): Call test_catch_syscall_without_args and
7297 test_catch_syscall_mid_vfork.
7298 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
7299 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
7300
b32b93c6
AS
73012015-10-19 Andrew Stubbs <ams@codesourcery.com>
7302
7303 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
7304 print g_vE): Add new pass patterns.
7305 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
7306 print various symbol names for vptr fields.
7307
9d622bda
AB
73082015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
7309
7310 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
7311 results.
7312
0fd8ac1c
YQ
73132015-10-12 Yao Qi <yao.qi@linaro.org>
7314
7315 * gdb.arch/disp-step-insn-reloc.exp: New test case.
7316
34240514
YQ
73172015-10-12 Yao Qi <yao.qi@linaro.org>
7318
7319 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
7320 is aarch64*-*-linux*.
7321
8240f442
YQ
73222015-10-12 Yao Qi <yao.qi@linaro.org>
7323
7324 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
7325 (can_relocate_bcond_true): ... it.
7326 (can_relocate_bcond_false): New function.
7327 (foo): Likewise.
7328 (can_relocate_bl): Likewise.
7329 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
7330 can_relocate_bl.
7331
2520f728
PMR
73322015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
7333
7334 * gdb.base/nested-addr.c: New file.
7335 * gdb.base/nested-addr.exp: New testcase.
7336
abcef95a
MM
73372015-10-09 Markus Metzger <markus.t.metzger@intel.com>
7338
7339 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
7340 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
7341 its output. Ignore the output of "record goto begin" and instead
7342 check that GDB is replaying.
7343
145e3ddb
PA
73442015-10-09 Pedro Alves <palves@redhat.com>
7345
7346 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
7347 (top level): Use it in the run with no args test.
7348
d5d8c4e1
IB
73492015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
7350
7351 * gdb.dlang/properties.exp: New file.
7352
06e635ef
SL
73532015-10-02 Sandra Loosemore <sandra@codesourcery.com>
7354
7355 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
7356 whether or not address 0x1000 is mapped on the target.
7357
e019fd1d
SM
73582015-09-30 Simon Marchi <simon.marchi@ericsson.com>
7359
7360 * gdb.python/py-type.exp: Do not run tests if binaries fail to
7361 build.
7362
77ba2a67
MM
73632015-09-30 Markus Metzger <markus.t.metzger@intel.com>
7364
7365 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
7366 instruction-history test.
7367
c60eb31f
DE
73682015-09-28 Doug Evans <dje@google.com>
7369
7370 * gdb.base/gcore.c (array_func): Add reference to static_array.
7371
9a3c8263
SM
73722015-09-25 Simon Marchi <simon.marchi@ericsson.com>
7373
7374 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
7375 source line.
7376
9720e656
SL
73772015-09-24 Sandra Loosemore <sandra@codesourcery.com>
7378
7379 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
7380 short or char as base type.
7381
938d3bf2
SL
73822015-09-23 Sandra Loosemore <sandra@codesourcery.com>
7383
7384 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
7385 to allow any size enum.
7386
e6c2c623
PMR
73872015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
7388
7389 * gdb.ada/array_ptr_renaming.exp: New testcase.
7390 * gdb.ada/array_ptr_renaming/foo.adb: New file.
7391 * gdb.ada/array_ptr_renaming/pack.ads: New file.
7392
06da0f77
PL
73932015-09-21 Pierre Langlois <pierre.langlois@arm.com>
7394
7395 * gdb.trace/ftrace-lock.c: New file.
7396 * gdb.trace/ftrace-lock.exp: New file.
7397
4f51c22a
PL
73982015-09-21 Pierre Langlois <pierre.langlois@arm.com>
7399
7400 * gdb.arch/insn-reloc.c: New file.
7401 * gdb.arch/ftrace-insn-reloc.exp: New file.
7402
7041adf4
PL
74032015-09-21 Pierre Langlois <pierre.langlois@arm.com>
7404
7405 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
7406 instruction.
7407 * gdb.trace/pendshr1.c (pendfunc): Likewise.
7408 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
7409 * gdb.trace/range-stepping.c: Likewise.
7410 * gdb.trace/trace-break.c: Likewise.
7411 * gdb.trace/trace-mt.c (thread_function): Likewise.
7412 * gdb.trace/ftrace.c (marker): Likewise.
7413 * gdb.trace/trace-condition.c (marker): Likewise.
7414 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
7415 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
7416 is_aarch64_target.
7417
015d2e7e
DE
74182015-09-18 Doug Evans <xdje42@gmail.com>
7419
7420 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
7421 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
7422
26b188a2
SL
74232015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7424
7425 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
7426 the breakpoint.
7427
79dc332b
SL
74282015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7429
7430 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
7431 the pending breakpoint. Remove timeout override for "Run till
7432 MI pending breakpoint on pendfunc3 on thread 2" test.
7433
f57929f2
SL
74342015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7435
7436 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
7437 filename pattern.
7438
3f469b17
SL
74392015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7440
7441 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
7442 in breakpoint filename pattern.
7443
515b89b3
SL
74442015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7445
7800dbe4
SL
7446 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
7447
74482015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7449
515b89b3
SL
7450 * gdb.linespec/explicit.exp: Check for readline support for
7451 tab-completion tests. Fix obvious typo.
7452
d2939ba2
MM
74532015-09-18 Markus Metzger <markus.t.metzger@intel.com>
7454
7455 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
7456 and replay.
7457
cbb55fa7
MM
74582015-09-18 Markus Metzger <markus.t.metzger@intel.com>
7459
7460 * gdb.btrace/non-stop.c: New.
7461 * gdb.btrace/non-stop.exp: New.
7462
43691ca1
PL
74632015-09-17 Pierre Langlois <pierre.langlois@arm.com>
7464 Yao Qi <yao.qi@linaro.org>
7465
7466 * gdb.trace/trace-condition.c: New file.
7467 * gdb.trace/trace-condition.exp: New file.
7468
d78908cf
WW
74692015-09-16 Wei-cheng Wang <cole945@gmail.com>
7470
7471 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
7472 for testing bytecode compilation.
7473
1ed415e2
PA
74742015-09-16 Pedro Alves <palves@redhat.com>
7475 Sandra Loosemore <sandra@codesourcery.com>
7476
7477 * gdb.threads/non-stop-fair-events.c (timeout): New global.
7478 (SECONDS): Redefine.
7479 (main): Call pthread_kill and alarm early.
7480 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
7481 support.
7482 (test): If the target can't hardware step and doesn't support
7483 displaced stepping, increase the timeout.
7484
d136eff5
PA
74852015-09-16 Pedro Alves <palves@redhat.com>
7486
7487 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
7488 (enable_debug): New procedures.
7489 (test): Use them. Bail out if waiting for threads fails.
7490 (top level): Bail out if a test fails.
7491
991f019c
YQ
74922015-09-16 Yao Qi <yao.qi@linaro.org>
7493
7494 * gdb.asm/asm-source.exp: Set asm-arch for
7495 aarch64*-*-* target.
7496 * gdb.asm/aarch64.inc: New file.
7497
bfca584f
PMR
74982015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
7499
7500 * gdb.ada/array_of_variable_length.exp: New testcase.
7501 * gdb.ada/array_of_variable_length/foo.adb: New file.
7502 * gdb.ada/array_of_variable_length/pck.adb: New file.
7503 * gdb.ada/array_of_variable_length/pck.ads: New file.
7504
b326e587
DE
75052015-09-15 Doug Evans <dje@google.com>
7506
7507 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
7508 of function static local variable.
7509
5382cfab
PW
75102015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7511
7512 * gdb.threads/tls-so_extern.exp: New test file.
7513 * gdb.threads/tls-so_extern.c: New test file.
7514 * gdb.threads/tls-so_extern_main.c: New test file.
7515
141c5cc4
JK
75162015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7517
7518 * gdb.opt/solib-intra-step-lib.c: New file.
7519 * gdb.opt/solib-intra-step-main.c: New file.
7520 * gdb.opt/solib-intra-step.exp: New file.
7521
d15dcecd
PA
75222015-09-15 Pedro Alves <palves@redhat.com>
7523
7524 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
7525 gdb_continue_to_breakpoint instead of gdb_test_multiple.
7526
4c2f2a79
PA
75272015-09-14 Pedro Alves <palves@redhat.com>
7528
7529 * gdb.base/hook-stop-continue.c: Delete.
7530 * gdb.base/hook-stop-continue.exp: Delete.
7531 * gdb.base/hook-stop-frame.c: Delete.
7532 * gdb.base/hook-stop-frame.exp: Delete.
7533 * gdb.base/hook-stop.c: New file.
7534 * gdb.base/hook-stop.exp: New file.
7535
919e6dbe
PMR
75362015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
7537
7538 * gdb.ada/access_to_packed_array.exp: New testcase.
7539 * gdb.ada/access_to_packed_array/foo.adb: New file.
7540 * gdb.ada/access_to_packed_array/pack.adb: New file.
7541 * gdb.ada/access_to_packed_array/pack.ads: New file.
7542
157280a4
MM
75432015-09-14 Markus Metzger <markus.t.metzger@intel.com>
7544
7545 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
7546 buffer size test.
7547
2fd33e94
DB
75482015-09-11 Don Breazeal <donb@codesourcery.com>
7549
7550 * gdb.base/foll-exec.c: Add copyright header. Fix
7551 formatting issues.
7552 * gdb.base/foll-exec.exp (zap_session): Delete proc.
7553 (do_exec_tests): Use clean_restart in place of zap_session,
7554 and for test initialization. Fix formatting issues. Use
7555 fail in place of perror.
7556 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
7557 an expect statement to match an expression with output from
7558 the program under debug.
7559 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
7560 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
7561 * gdb.threads/non-ldr-exc-2.exp: Likewise.
7562 * gdb.threads/non-ldr-exc-3.exp: Likewise.
7563 * gdb.threads/non-ldr-exc-4.exp: Likewise.
7564
e70b6e8e
DE
75652015-09-09 Doug Evans <dje@google.com>
7566
7567 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
7568
7a551a51
DE
75692015-09-09 Doug Evans <dje@google.com>
7570
7571 * gdb.base/pie-execl.exp: Fix result test of build_executable.
7572
4c666f84
DE
75732015-09-09 Doug Evans <dje@google.com>
7574
7575 * gdb.base/savedregs.exp: Fix typo.
7576
243a9253
PA
75772015-09-09 Pedro Alves <palves@redhat.com>
7578
7579 * gdb.mi/mi-cli.exp: Add CLI finish tests.
7580
c0fa8fbd
SL
75812015-09-08 Sandra Loosemore <sandra@codesourcery.com>
7582
7583 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
7584 command actually switches threads. Give up on remaining
7585 tests if target fails to stop at breakpoint.
7586
cd7c1778
PMR
75872015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
7588
7589 * gdb.ada/funcall_char.exp: New testcase.
7590 * gdb.ada/funcall_char/foo.adb: New file.
7591
dc5c8746
PMR
75922015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
7593
7594 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
7595 expected outputs. Add two testcases for completing ambiguous
7596 functions.
7597 * gdb.ada/complete/aux_pck.adb: New file.
7598 * gdb.ada/complete/aux_pck.ads: New file.
7599 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
7600 Ambiguous_Func functions.
7601 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
7602 * gdb.ada/complete/pck.adb: Likewise.
7603
4e83a1e7
UW
76042015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
7605
7606 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
7607 failures to run the test program under GDB.
7608
8ce74153
LM
76092015-08-26 Luis Machado <lgustavo@codesourcery.com>
7610
7611 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
7612 to C.
7613
e9756d52
PP
76142015-08-26 Patrick Palka <patrick@parcs.ath.cx>
7615
7616 * gdb.base/run-after-attach.exp: New test file.
7617 * gdb.base/run-after-attach.c: New test file.
7618
8d37573b
DB
76192015-08-26 Don Breazeal <donb@codesourcery.com>
7620
7621 * gdb.base/foll-exec-2.c: New test program.
7622 * gdb.base/foll-exec-2.exp: New test.
7623
63e43d3a
PMR
76242015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
7625
7626 * gdb.base/nested-subp1.exp: New file.
7627 * gdb.base/nested-subp1.c: New file.
7628 * gdb.base/nested-subp2.exp: New file.
7629 * gdb.base/nested-subp2.c: New file.
7630 * gdb.base/nested-subp3.exp: New file.
7631 * gdb.base/nested-subp3.c: New file.
7632
3d40fbb5
PA
76332015-08-24 Pedro Alves <palves@redhat.com>
7634
7635 * gdb.server/connect-without-multi-process.c: New file.
7636 * gdb.server/connect-without-multi-process.exp: New file.
7637
4422ac93
LM
76382015-08-24 Luis Machado <lgustavo@codesourcery.com>
7639
7640 * gdb.opt/inline-markers.c: Make z int.
7641
91dddb86
LM
76422015-08-24 Luis Machado <lgustavo@codesourcery.com>
7643
7644 * gdb.opt/inline-markers.c: Make z volatile.
7645
a48847ee
LM
76462015-08-24 Luis Machado <lgustavo@codesourcery.com>
7647
7648 * gdb.opt/inline-bt.c: New volatile global z.
7649 * gdb.opt/inline-cmds.c: Likewise.
7650 * gdb.opt/inline-locals.c: Likewise.
7651 * gdb.opt/inline-markers.c: New extern global z.
7652 (marker): Use z.
7653 (inline_fn): Likewise.
7654
0ebbc52b
PA
76552015-08-24 Pedro Alves <palves@redhat.com>
7656
7657 * config/m32r-stub.exp: Remove file.
7658 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
7659 * gdb.base/call-rt-st.exp: Likewise.
7660 * gdb.base/call-strs.exp: Likewise.
7661 * gdb.base/default.exp: Remove references to h8300-*-hms and
7662 *-*-udi*.
7663 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
7664
77c365df
AA
76652015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7666
7667 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
7668 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
7669 and "return" use KFAIL when GDB can not read/write the vector
7670 return value.
7671
4313b8c0
GB
76722015-08-21 Gary Benson <gbenson@redhat.com>
7673
7674 * gdb.trace/pending.exp: Cope with remote transfer warnings.
7675
0e433b32
PA
76762015-08-20 Pedro Alves <palves@redhat.com>
7677
7678 * gdb.server/solib-list.exp: No longer expect an interior stop in
7679 non-stop mode.
7680
221e1a37
PA
76812015-08-20 Pedro Alves <palves@redhat.com>
7682
7683 * gdb.server/connect-stopped-target.c: New file.
7684 * gdb.server/connect-stopped-target.exp: New file.
7685
40e3ad0e
PA
76862015-08-20 Pedro Alves <palves@redhat.com>
7687
7688 * gdb.dwarf2/comp-unit-lang.exp: New file.
7689 * gdb.dwarf2/comp-unit-lang.c: New file.
7690
af39b327
PMR
76912015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
7692
7693 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
7694 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
7695
7d45c7c3 76962015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 7697
7d45c7c3
KB
7698 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
7699 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
7700
4d6cceb4
DE
77012015-08-18 Doug Evans <dje@google.com>
7702 Adrian Sendroiu <adrian.sendroiu@freescale.com>
7703
7704 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
7705 skip_python_tests. New arg prompt_regexp.
7706 (skip_python_tests): New function.
7707 * lib/mi-support.exp (mi_skip_python_tests): New function.
7708 * gdb.python/py-mi-objfile-gdb.py: New file.
7709 * gdb.python/py-mi-objfile.c: New file.
7710 * gdb.python/py-mi-objfile.exp: New file.
7711
ad89c2aa
KS
77122015-08-17 Keith Seitz <keiths@redhat.com>
7713
7714 * gdb.linespec/explicit.exp: Move strace test from here ...
7715 * gdb.trace/strace.exp: ... to here.
7716
e3ae3c43
PP
77172015-08-15 Patrick Palka <patrick@parcs.ath.cx>
7718
7719 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
7720 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
7721
604b2636
DE
77222015-08-14 Doug Evans <xdje42@gmail.com>
7723
7724 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
7725 inferior before selecting a new file.
7726
6ff0ba5f
DE
77272015-08-14 Doug Evans <xdje42@gmail.com>
7728
7729 * gdb.mi/mi-disassemble.exp: Update.
7730 * gdb.base/disasm-optim.S: New file.
7731 * gdb.base/disasm-optim.c: New file.
7732 * gdb.base/disasm-optim.h: New file.
7733 * gdb.base/disasm-optim.exp: New file.
7734
9ca98f92
KS
77352015-08-14 Keith Seitz <keiths@redhat.com>
7736
7737 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
7738 "evaluated-by".
7739
52bbc560
JB
77402015-08-13 Joel Brobecker <brobecker@adacore.com>
7741
7742 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
7743
5d8c3ed3
PMR
77442015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
7745
7746 * gdb.ada/fun_renaming.exp: New testcase.
7747 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
7748 * gdb.ada/fun_renaming/pack.adb: New file.
7749 * gdb.ada/fun_renaming/pack.ads: New file.
7750
ea8812bc
KS
77512015-08-12 Keith Seitz <keiths@redhat.com>
7752
7753 * gdb.base/dso2dso.exp: Pass basename of source file in call to
7754 gdb_get_line_number.
7755
4dafcdeb
JB
77562015-08-12 Joel Brobecker <brobecker@adacore.com>
7757
7758 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
7759 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
7760 gdb.base/dso2dso.exp: New files.
7761
5ba32597
SDJ
77622015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
7763 Pedro Alves <palves@redhat.com>
7764 Keith Seitz <keiths@redhat.com>
7765
7766 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
7767 GDBFLAGS.
7768
b6dafabf
PP
77692015-08-12 Patrick Palka <patrick@parcs.ath.cx>
7770
7771 * gdb.base/gdbhistsize-history.exp
7772 (test_histsize_history_setting): Use save_vars.
7773 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
7774 Use save_vars.
7775 (test_no_truncation_of_unlimited_history_file): Use save_vars.
7776 * gdb.base/readline.exp: Use save_vars.
7777
abe8e607
PP
77782015-08-12 Patrick Palka <patrick@parcs.ath.cx>
7779
7780 * lib/gdb.exp (save_vars): New proc.
7781
629500fa
KS
77822015-08-11 Keith Seitz <keiths@redhat.com>
7783
7784 * gdb.base/help.exp: Update help_breakpoint_text.
7785
eb8c4e2e
KS
77862015-08-11 Keith Seitz <keiths@redhat.com>
7787
7788 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
7789 (at toplevel): Call test_explicit_breakpoints.
7790 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
7791 breakpoints.
7792 * lib/mi-support.exp (mi_make_breakpoint): Add support for
7793 breakpoint conditions, "-cond".
7794
87f0e720
KS
77952015-08-11 Keith Seitz <keiths@redhat.com>
7796
7797 * gdb.linespec/3explicit.c: New file.
7798 * gdb.linespec/cpexplicit.cc: New file.
7799 * gdb.linespec/cpexplicit.exp: New file.
7800 * gdb.linespec/explicit.c: New file.
7801 * gdb.linespec/explicit.exp: New file.
7802 * gdb.linespec/explicit2.c: New file.
7803 * gdb.linespec/ls-errs.exp: Add explicit location tests.
7804 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
7805 before using in the matching pattern.
7806 Clarify that `prefix' is a regular expression.
7807
f00aae0f
KS
78082015-08-11 Keith Seitz <keiths@redhat.com>
7809
7810 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
7811 test.
7812 Add tests for missing ",FMT" and ",".
7813
e27852be
DE
78142015-08-10 Doug Evans <dje@google.com>
7815 Keith Seitz <keiths@redhat.com>
7816
7817 PR gdb/17960
7818 * gdb.base/completion.exp: Add location completer tests.
7819
7f03bd92
PA
78202015-08-07 Pedro Alves <palves@redhat.com>
7821
7822 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
7823 tests here.
7824 (top level): Run do_test with and without displaced stepping.
7825
3fc8eb30
PA
78262015-08-07 Pedro Alves <palves@redhat.com>
7827
7828 * gdb.base/valgrind-disp-step.c: New file.
7829 * gdb.base/valgrind-disp-step.exp: New file.
7830
d4569d7b
PA
78312015-08-07 Pedro Alves <palves@redhat.com>
7832
7833 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
7834 Delete function.
7835 (main): Add alarm. Run an infinite loop instead of calling
7836 wait_threads.
7837 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
7838 comment.
7839 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
7840 Delete function.
7841 (main): Add alarm. Run an infinite loop instead of calling
7842 wait_threads.
7843 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
7844 comment.
7845
e1316e60
PA
78462015-08-07 Pedro Alves <palves@redhat.com>
7847
7848 * gdb.base/checkpoint-ns.exp: New file.
7849 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
7850 standard_testfile.
7851
da8c46d2
MM
78522015-08-07 Markus Metzger <markus.t.metzger@intel.com>
7853
7854 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
7855 * gdb.btrace/instruction_history.exp: Update.
7856 * gdb.btrace/tsx.exp: New.
7857 * gdb.btrace/tsx.c: New.
7858
de1c2c52
PA
78592015-08-06 Pedro Alves <palves@redhat.com>
7860
7861 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
7862 increase timeout.
7863 * gdb.reverse/until-precsave.exp: Bump timeouts.
7864
782e0bf4
PA
78652015-08-06 Pedro Alves <palves@redhat.com>
7866
7867 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
7868
83e97ed0
PA
78692015-08-06 Pedro Alves <palves@redhat.com>
7870
7871 PR gdb/18749
7872 * gdb.threads/process-dies-while-handling-bp.c: New file.
7873 * gdb.threads/process-dies-while-handling-bp.exp: New file.
7874
863d01bd
PA
78752015-08-06 Pedro Alves <palves@redhat.com>
7876
7877 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
7878 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
7879
0a39bb32
PA
78802015-08-05 Pedro Alves <palves@redhat.com>
7881
7882 * gdb.threads/next-while-other-thread-longjmps.c: New file.
7883 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
7884
ee2d2b10
SL
78852015-08-03 Sandra Loosemore <sandra@codesourcery.com>
7886
7887 * gdb.base/bp-permanent.exp: Report test as unsupported if
7888 the target cannot stop at the permanent breakpoint.
7889
4e1bdb00
DE
78902015-08-03 Doug Evans <dje@google.com>
7891
7892 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
7893 10000.
7894
3d338901
DE
78952015-08-03 Doug Evans <dje@google.com>
7896
7897 * Makefile.in (workers/%.worker, build-perf): New rule.
7898 (GDB_PERFTEST_MODE): New variable.
7899 (check-perf): Use it.
7900 (clean): Clean up gdb.perf parallel build subdirs.
7901 * lib/build-piece.exp: New file.
7902 * lib/gdb.exp (make_gdb_parallel_path): New function
7903 (standard_output_file, standard_temp_file): Call it.
7904 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
7905 of $GDB_PARALLEL.
7906 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
7907
af061d3e
DE
79082015-08-03 Doug Evans <dje@google.com>
7909
8e1afc81 7910 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
7911 (LOG_FILE_NAME): New global.
7912 (TextReporter.__init__): Initialize self.txt_sum.
7913 (TextReporter.report): Add support for multiple data-points.
7914 Move report to perftest.sum, put raw data in perftest.log.
7915 (TextReporter.start): Open sum and log files.
7916 (TextReporter.end): Close sum and log files.
8e1afc81
DE
7917 * gdb.perf/lib/perftest/testresult.py
7918 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 7919
2c8c5d37
PA
79202015-07-31 Pedro Alves <palves@redhat.com>
7921
7922 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
7923 Use spawn_id_get_pid. Wait for spawn id after eof. Use
7924 kill_wait_spawned_process instead of explicit "kill -9".
7925 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
7926 returning a spawn id instead of a pid. Use spawn_id_get_pid and
7927 kill_wait_spawned_process.
7928 * gdb.base/attach-twice.exp: Likewise.
7929 * gdb.base/attach.exp: Likewise.
7930 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
7931 gdb_test_multiple.
7932 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
7933 returning a spawn id instead of a pid. Use spawn_id_get_pid and
7934 kill_wait_spawned_process.
7935 * gdb.base/valgrind-infcall.exp: Likewise.
7936 * gdb.multi/multi-attach.exp: Likewise.
7937 * gdb.python/py-prompt.exp: Likewise.
7938 * gdb.python/py-sync-interp.exp: Likewise.
7939 * gdb.server/ext-attach.exp: Likewise.
7940 * gdb.threads/attach-into-signal.exp (corefunc): Use
7941 spawn_wait_for_attach, spawn_id_get_pid and
7942 kill_wait_spawned_process.
7943 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
7944 spawn_wait_for_attach returning a spawn id instead of a pid. Use
7945 spawn_id_get_pid and kill_wait_spawned_process.
7946 * gdb.threads/attach-stopped.exp (corefunc): Use
7947 spawn_wait_for_attach, spawn_id_get_pid and
7948 kill_wait_spawned_process.
7949 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
7950 Use spawn_id_get_pid. Wait for spawn id after eof. Use
7951 kill_wait_spawned_process instead of explicit "kill -9".
7952 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
7953 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
7954 (spawn_wait_for_attach): Use spawn instead of exec to spawn
7955 processes. Don't map cygwin/windows pids here. Now returns a
7956 spawn id list.
7957
032a0fca
SL
79582015-07-30 Sandra Loosemore <sandra@codesourcery.com>
7959
7960 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
7961 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
7962 correct patch.
7963
61a934ca
SL
79642015-07-30 Sandra Loosemore <sandra@codesourcery.com>
7965
7966 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
7967
4bc4d428
SL
79682015-07-30 Sandra Loosemore <sandra@codesourcery.com>
7969
7970 Reapply:
7971 2014-05-21 Mark Wielaard <mjw@redhat.com>
7972
7973 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
7974
998d452a
PA
79752015-07-30 Pedro Alves <palves@redhat.com>
7976
7977 * linux-low.c (handle_extended_wait): Set the child's last
7978 reported status to TARGET_WAITKIND_STOPPED.
7979
69dde7dc
PA
79802015-07-30 Pedro Alves <palves@redhat.com>
7981
7982 PR threads/18600
7983 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
7984 only shows inferior 1.
7985
4dd63d48
PA
79862015-07-30 Simon Marchi <simon.marchi@ericsson.com>
7987 Pedro Alves <palves@redhat.com>
7988
7989 PR threads/18600
7990 * gdb.threads/fork-plus-threads.c: New file.
7991 * gdb.threads/fork-plus-threads.exp: New file.
7992
d618e4c5
PP
79932015-07-29 Patrick Palka <patrick@parcs.ath.cx>
7994
7995 * gdb.base/batch-preserve-term-settings.exp
7996 (test_terminal_settings_preserved_after_cli_exit): Use
7997 send_quit_command.
7998
1eef6428
PA
79992015-07-29 Pedro Alves <palves@redhat.com>
8000 Don Breazeal <donb@codesourcery.com>
8001
8002 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
8003 output from both inferior_spawn_id and gdb_spawn_id.
8004
7da5b897
SDJ
80052015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
8006
8007 * gdb.threads/attach-into-signal.exp (corefunc): Use
8008 with_test_prefix on nested loops, uniquefying the test messages.
8009
dac804df
SDJ
80102015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
8011
8012 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
8013 commit.
8014
06265e53
PP
80152015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8016
8017 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
8018 New proc.
8019 (test_terminal_settings_preserved_after_sigterm): New test.
8020
18206ca3
PP
80212015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8022
8023 * gdb.base/batch-preserve-term-settings.exp
8024 (test_terminal_settings_preserved_after_cli_exit): New test.
8025
90074d11
PP
80262015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8027
8028 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
8029 manipulation of saved_gdbflags.
8030 (test_terminal_settings_preserved): Remove global declaration of
8031 the unused variable pagination_prompt. Remove manipulation of
8032 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
8033 GDBFLAGS.
8034
eb1a7902
PA
80352015-07-29 Pedro Alves <palves@redhat.com>
8036
8037 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
8038
8b75dd3b
PA
80392015-07-29 Pedro Alves <palves@redhat.com>
8040
8041 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
8042 at the top.
8043
dedad4e3
PA
80442015-07-29 Pedro Alves <palves@redhat.com>
8045
8046 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
8047 (main): Call gdb_unbuffer_output.
8048 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
8049 (main): Call gdb_unbuffer_output.
8050 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
8051 (main): Call gdb_unbuffer_output.
8052 * gdb.base/call-strs.exp: Adjust to step over the
8053 gdb_unbuffer_output call.
8054 * gdb.base/catch-gdb-caused-signals.c: Include
8055 "../lib/unbuffer_output.c".
8056 (main): Call gdb_unbuffer_output.
8057 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
8058 (main): Call gdb_unbuffer_output.
8059 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
8060 (main): Call gdb_unbuffer_output.
8061 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
8062 (main): Call gdb_unbuffer_output.
8063 * gdb.base/shlib-call.exp: Adjust to step over the
8064 gdb_unbuffer_output call.
8065 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
8066 (main): Call gdb_unbuffer_output.
8067 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
8068 (main): Call gdb_unbuffer_output.
8069 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
8070 (main): Rename to ...
8071 (test): ... this.
8072 (main): Reimplement.
8073 * gdb.base/varargs.exp: Run to test instead of to main.
8074 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
8075 (main): Call gdb_unbuffer_output.
8076
58789a91
PA
80772015-07-29 Pedro Alves <palves@redhat.com>
8078
8079 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
8080 factore out from mi_continue_dprintf. For call-style dprintfs,
8081 expect dprintf output out of $inferior_spawn_id.
8082 (mi_continue_dprintf): Use mi_expect_dprintf.
8083 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
8084 (main): Call gdb_unbuffer_output.
8085
e8376742
PA
80862015-07-29 Pedro Alves <palves@redhat.com>
8087
8088 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
8089 (default_mi_gdb_start): Set inferior_spawn_id instead of
8090 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
8091 gdb_spawn_id.
8092 (mi_gdb_test): Always expect inferior output from both
8093 $inferior_spawn_id and $gdb_spawn_id.
8094
08280010
PA
80952015-07-29 Pedro Alves <palves@redhat.com>
8096
8097 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
8098 send_inferior and $inferior_spawn_id.
8099
4d30e432
PA
81002015-07-29 Pedro Alves <palves@redhat.com>
8101
8102 * gdb.gdb/complaints.exp (test_initial_complaints)
8103 (test_serial_complaints, test_short_complaints): Use
8104 gdb_test_stdio.
8105 (test_empty_complaint): Handle $inferior_spawn_id !=
8106 $gdb_spawn_id.
8107
0d30a335
PA
81082015-07-29 Pedro Alves <palves@redhat.com>
8109
8110 * gdb.base/varargs.exp: Use gdb_test_stdio.
8111
39413b29
PA
81122015-07-29 Pedro Alves <palves@redhat.com>
8113
8114 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
8115
7cb000a9
PA
81162015-07-29 Pedro Alves <palves@redhat.com>
8117
8118 * gdb.base/ending-run.exp: Use gdb_test_stdio.
8119
d7b8ac82
PA
81202015-07-29 Pedro Alves <palves@redhat.com>
8121
8122 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
8123 parameter into two new parameters, "inf_result" and "gdb_result".
8124 Expect inferior output and gdb output from $inferior_spawn_id and
8125 $gdb_spawn_id, respectively. Adjust all callers.
8126
789c3a0c
PA
81272015-07-29 Pedro Alves <palves@redhat.com>
8128
8129 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
8130 of gdb_test_sequence.
8131
77e760c3
PA
81322015-07-29 Pedro Alves <palves@redhat.com>
8133
8134 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
8135 (saw_spurious_output): Expect inferior output from
8136 $inferior_spawn_id. Use gdb_test_stdio.
8137
8396d2cd
PA
81382015-07-29 Pedro Alves <palves@redhat.com>
8139
8140 * gdb.base/dprintf.exp: Use standard_testfile. Change
8141 prepare_for_testing call.
8142 (srcfile): Don't set.
8143 (restart): New procedure.
8144 (test_dprintf): New procecure, use to continue over dprintfs.
8145 (test_call, test_agent): New procedures, tests moved here.
8146 Restart gdb and recreate dprintfs. Adjust expected output.
8147
2051d61f
PA
81482015-07-29 Pedro Alves <palves@redhat.com>
8149
8150 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
8151
452397af
PA
81522015-07-29 Pedro Alves <palves@redhat.com>
8153
8154 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
8155
8aed9555
PA
81562015-07-29 Pedro Alves <palves@redhat.com>
8157
8158 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
8159 gdb_test_stdio.
8160
188a61b4
PA
81612015-07-29 Pedro Alves <palves@redhat.com>
8162
8163 * lib/gdb.exp (gdb_test_stdio): New procedure.
8164
12264a45
PA
81652015-07-29 Pedro Alves <palves@redhat.com>
8166
8167 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
8168
23ffc893
PA
81692015-07-29 Pedro Alves <palves@redhat.com>
8170
8171 * gdb.base/call-signal-resume.exp: Remove check for
8172 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
8173 * gdb.base/unwindonsignal.exp: Likewise.
8174 * gdb.base/call-signals.c (gen_signal): Remove printf call.
8175 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
8176
65566918
PA
81772015-07-29 Pedro Alves <palves@redhat.com>
8178
8179 * gdb.base/siginfo-addr.c (pass): New function.
8180 (handler): Call it iff si_addr is correct.
8181 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
8182 Set a breakpoint at "pass" and continue to it.
8183
d60a9221
SDJ
81842015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
8185
8186 * gdb.python/py-objfile.exp: Make some tests have unique names.
8187 * gdb.python/py-pp-registration.exp: Likewise.
8188
bde40b8f
PA
81892015-07-28 Pedro Alves <palves@redhat.com>
8190
8191 * gdb.server/server-exec-info.exp: Issue a "disconnect".
8192
13e1dec8
SM
81932015-07-27 Simon Marchi <simon.marchi@ericsson.com>
8194
8195 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
8196
da33c9a7
SM
81972015-07-27 Simon Marchi <simon.marchi@ericsson.com>
8198
8199 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
8200
077836f7
PP
82012015-07-27 Patrick Palka <patrick@parcs.ath.cx>
8202
8203 * gdb.base/gdb-sigterm-2.exp: New test.
8204
b8cc7b2e
DE
82052015-07-25 Doug Evans <xdje42@gmail.com>
8206
8207 Revert:
8208 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
8209 (workers/%.worker, build-perf): New rule.
8210 (GDB_PERFTEST_MODE): New variable.
8211 (check-perf): Use it.
8212 (clean): Clean up gdb.perf parallel build subdirs.
8213 * lib/build-piece.exp: New file.
8214 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
8215 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
8216 name.
8217 (standard_temp_file): Ditto.
8218 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8219 of $GDB_PARALLEL.
8220
c8bd4544
DE
82212015-07-24 Doug Evans <dje@google.com>
8222
8223 * gdb.perf/lib/perftest/utils.py: New file.
8224 * gdb.perf/gm-hello.cc: New file.
8225 * gdb.perf/gm-pervasive-typedef.cc: New file.
8226 * gdb.perf/gm-pervasive-typedef.h: New file.
8227 * gdb.perf/gm-std.cc: New file.
8228 * gdb.perf/gm-std.h: New file.
8229 * gdb.perf/gm-use-cerr.cc: New file.
8230 * gdb.perf/gm-utils.h: New file.
8231 * gdb.perf/gmonster-null-lookup.py: New file.
8232 * gdb.perf/gmonster-pervasive-typedef.py: New file.
8233 * gdb.perf/gmonster-print-cerr.py: New file.
8234 * gdb.perf/gmonster-ptype-string.py: New file.
8235 * gdb.perf/gmonster-runto-main.py: New file.
8236 * gdb.perf/gmonster-select-file.py: New file.
8237 * gdb.perf/gmonster1-null-lookup.exp: New file.
8238 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
8239 * gdb.perf/gmonster1-print-cerr.exp: New file.
8240 * gdb.perf/gmonster1-ptype-string.exp: New file.
8241 * gdb.perf/gmonster1-runto-main.exp: New file.
8242 * gdb.perf/gmonster1-select-file.exp: New file.
8243 * gdb.perf/gmonster1.cc: New file.
8244 * gdb.perf/gmonster1.exp: New file.
8245 * gdb.perf/gmonster2-null-lookup.exp: New file.
8246 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
8247 * gdb.perf/gmonster2-print-cerr.exp: New file.
8248 * gdb.perf/gmonster2-ptype-string.exp: New file.
8249 * gdb.perf/gmonster2-runto-main.exp: New file.
8250 * gdb.perf/gmonster2-select-file.exp: New file.
8251 * gdb.perf/gmonster2.cc: New file.
8252 * gdb.perf/gmonster2.exp: New file.
8253
6eab34f3
DE
82542015-07-24 Doug Evans <dje@google.com>
8255
8256 * gdb.perf/README: New file.
8257 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
8258 * lib/gen-perf-test.exp: New file.
8259
63738bfd
DE
82602015-07-24 Doug Evans <dje@google.com>
8261
8262 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
8263 (PerfTest::startup): New function.
8264 (PerfTest::run): Return result of calling body.
8265 (PerfTest::assemble): Rewrite.
8266 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
8267 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
8268 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
8269 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
8270 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
8271
7b606f95
DE
82722015-07-24 Doug Evans <dje@google.com>
8273
8274 * lib/gdb.exp (clean_restart): Make executable optional.
8275
a97b16b8
DE
82762015-07-24 Doug Evans <dje@google.com>
8277
8278 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
8279 compiler_info references.
8280 * gdb.cp/temargs.exp: Ditto.
8281 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
8282 (get_compiler_info): Early exit if already computed. Set compiler_info
8283 to "unknown" if there was a problem.
8284 (test_compiler_info): Add function comment. Call get_compiler_info.
8285
35baa57f
DE
82862015-07-24 Doug Evans <dje@google.com>
8287
8288 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
8289 (workers/%.worker, build-perf): New rule.
8290 (GDB_PERFTEST_MODE): New variable.
8291 (check-perf): Use it.
8292 (clean): Clean up gdb.perf parallel build subdirs.
8293 * lib/build-piece.exp: New file.
8294 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
8295 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
8296 name.
8297 (standard_temp_file): Ditto.
8298 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8299 of $GDB_PARALLEL.
8300
6ebea266
DE
83012015-07-24 Doug Evans <dje@google.com>
8302
8303 * lib/future.exp (gdb_default_target_compile): New option
8304 "early_flags".
8305 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
8306 --as-needed.
8307
1e76a7e9
SDJ
83082015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
8309
8310 * gdb.base/catch-syscall.exp: Call gdb_exit before
8311 gdb_skip_xml_test.
8312
5068630a
PA
83132015-07-24 Pedro Alves <palves@redhat.com>
8314
8315 * gdb.python/py-events.exp: Accept output between the stop event
8316 and the prompt.
8317 * gdb.python/py-evsignal.exp: Likewise.
8318 * gdb.python/py-evthreads.exp: Likewise.
8319
77598427
PA
83202015-07-24 Pedro Alves <palves@redhat.com>
8321
8322 PR gdb/18717
8323 * gdb.threads/non-ldr-exit.c: New file.
8324 * gdb.threads/non-ldr-exit.exp: New file.
8325
11e6c98f
YQ
83262015-07-24 Yao Qi <yao.qi@linaro.org>
8327
8328 * gdb.server/ext-wrapper.exp: Test --wrapper option when
8329 restarting process.
8330
51aee833
YQ
83312015-07-24 Yao Qi <yao.qi@linaro.org>
8332
8333 * gdb.server/ext-restart.exp: New file.
8334
8cfe207c
YQ
83352015-07-24 Yao Qi <yao.qi@linaro.org>
8336
8337 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
8338 argument options.
8339 * gdb.server/ext-wrapper.exp: New file.
8340
cc12ce38
DE
83412015-07-23 Doug Evans <dje@google.com>
8342
8343 * gdb.dwarf2/dw2-dummy-cu.S: New file.
8344 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
8345
d0d84780
PMR
83462015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
8347
8348 * gdb.ada/var_arr_typedef.exp: New testcase.
8349 * gdb.ada/var_arr_typedef/pack.adb: New file.
8350 * gdb.ada/var_arr_typedef/pack.ads: New file.
8351 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
8352
8b558f79
JB
83532015-07-20 Joel Brobecker <brobecker@adacore.com>
8354
8355 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
8356
775a3298
JK
83572015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8358
8359 * gdb.arch/i386-biarch-core.exp: Replace istarget
8360 by "complete set gnutarget". Remove expectation for the "core-file"
8361 command.
8362
db1ff28b
JK
83632015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8364
8365 Revert the previous commit:
8366 Tests for validate symbol file using build-id.
8367
0a94970d
JK
83682015-07-15 Aleksandar Ristovski <aristovski@qnx.com
8369
8370 Tests for validate symbol file using build-id.
8371 * gdb.base/solib-mismatch-lib.c: New file.
8372 * gdb.base/solib-mismatch-libmod.c: New file.
8373 * gdb.base/solib-mismatch.c: New file.
8374 * gdb.base/solib-mismatch.exp: New file.
8375
03346981
SL
83762015-07-15 Sandra Loosemore <sandra@codesourcery.com>
8377
8378 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
8379 nios2-*-linux*.
8380 * gdb.base/sigbpt.exp (stepi_out): Likewise.
8381 * gdb.base/siginfo.exp: Likewise.
8382 * gdb.base/sigstep.exp (advance, advancei): Likewise.
8383
42422cc7
PL
83842015-07-15 Pierre Langlois <pierre.langlois@arm.com>
8385
8386 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
8387 Move it to ...
8388 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
8389 ... here.
8390 * gdb.trace/range-stepping.exp: Check that the target supports
8391 range stepping.
8392
cfa68bae
JK
83932015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8394
8395 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
8396
8ffdba26
PA
83972015-07-14 Pedro Alves <palves@redhat.com>
8398
8399 * gdb.base/killed-outside.exp: New file.
8400 * gdb.base/killed-outside.c: New file.
8401
218a5a11
JK
84022015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8403
8404 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
8405 (n at main): New.
8406 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
8407
e03ed3c6
AA
84082015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
8409
8410 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
8411 infcall tests instead of setting up for KFAIL.
8412
485668e5
MM
84132015-07-10 Markus Metzger <markus.t.metzger@intel.com>
8414
8415 * gdb.btrace/record_goto-step.exp: New.
8416
08464196
JK
84172015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8418
8419 PR compile/18484
8420 * gdb.compile/compile.c (struct struct_type): Add volatile to
8421 selffield's type.
8422 * gdb.compile/compile.exp
8423 (compile code struct_object.selffield = &struct_object): Skip further
8424 struct_object tests if this one xfails.
8425
bcf5c1d9
RC
84262015-07-08 Robert O'Callahan <robert@ocallahan.org>
8427
8428 PR exp/18617
8429 * gdb.trace/ax.exp: Add test.
8430
4931af25
YQ
84312015-07-07 Yao Qi <yao.qi@linaro.org>
8432
8433 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
8434 instead of istarget "aarch64*-*-*".
8435 * gdb.arch/aarch64-fp.exp: Likewise.
8436 * gdb.base/float.exp: Likewise.
8437 * gdb.reverse/aarch64.exp: Likewise.
8438 * lib/gdb.exp (is_aarch64_target): New proc.
8439
9fcf688e
YQ
84402015-07-07 Yao Qi <yao.qi@linaro.org>
8441
8442 * lib/gdb.exp (is_aarch32_target): New proc.
8443 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
8444 instead of "istarget "arm*-*-*"".
8445 * gdb.arch/arm-disp-step.exp: Likewise.
8446 * gdb.arch/thumb-bx-pc.exp: Likewise.
8447 * gdb.arch/thumb-prologue.exp: Likewise.
8448 * gdb.arch/thumb-singlestep.exp: Likewise.
8449 * gdb.base/disp-step-syscall.exp: Likewise.
8450 * gdb.base/float.exp: Likewise.
8451
fbd8d50d
YQ
84522015-07-07 Yao Qi <yao.qi@linaro.org>
8453
8454 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
8455 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
8456
71be1fdc
YQ
84572015-07-07 Yao Qi <yao.qi@linaro.org>
8458
8459 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
8460 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
8461 if it exists.
8462 * gdb.multi/multi-arch.exp: Likewise.
8463
3e221d36
SM
84642015-07-07 Simon Marchi <simon.marchi@ericsson.com>
8465
8466 * gdb.python/py-lazy-string.exp: Add missing parentheses to
8467 print.
8468
d441430b
YQ
84692015-07-07 Yao Qi <yao.qi@linaro.org>
8470
8471 * gdb.arch/thumb-singlestep.exp: Do one more single step.
8472
06f810bd
MG
84732015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
8474
8475 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
8476 '[' and ']' characters.
8477
5e61e7c0
IB
84782015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
8479
8480 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
8481
28bf096c
PA
84822015-06-29 Pedro Alves <palves@redhat.com>
8483
8484 PR threads/18127
8485 * gdb.threads/hand-call-new-thread.c: New file.
8486 * gdb.threads/hand-call-new-thread.c: New file.
8487
ee93cd5e
KS
84882015-06-26 Keith Seitz <keiths@redhat.com>
8489 Doug Evans <dje@google.com>
8490
8491 PR 16253
8492 * gdb.cp/var-tag-2.cc: New file.
8493 * gdb.cp/var-tag-3.cc: New file.
8494 * gdb.cp/var-tag-4.cc: New file.
8495 * gdb.cp/var-tag.cc: New file.
8496 * gdb.cp/var-tag.exp: New file.
8497
fc637f04
PP
84982015-06-26 Patrick Palka <patrick@parcs.ath.cx>
8499
8500 * gdb.base/history-duplicates.exp: New test.
8501
2e52ae68
PP
85022015-06-26 Patrick Palka <patrick@parcs.ath.cx>
8503
8504 * gdb.base/completion.exp: Test the completion of the "focus"
8505 command.
8506
6e22494e
JK
85072015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8508
8509 * gdb.arch/amd64-prologue-skip.S: New file.
8510 * gdb.arch/amd64-prologue-skip.exp: New file.
8511
bf7b9cd9
SM
85122015-06-25 Simon Marchi <simon.marchi@ericsson.com>
8513
8514 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
8515 is_address_zero_readable check.
8516
201e8dfd
PB
85172015-06-24 Peter Bergner <bergner@vnet.ibm.com>
8518
8519 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
8520 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
8521
5cd867b4
YQ
85222015-06-24 Yao Qi <yao.qi@linaro.org>
8523
8524 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
8525 linux targets.
8526
4d7be007
YQ
85272015-06-24 Yao Qi <yao.qi@linaro.org>
8528
8529 * lib/gdb.exp (supports_get_siginfo_type): New proc.
8530 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
8531 * gdb.base/siginfo-thread.exp: Likewise.
8532
07fcd301
YQ
85332015-06-22 Yao Qi <yao.qi@linaro.org>
8534
8535 * boards/remote-gdbserver-on-localhost.exp: Add comments.
8536
52042a00
YQ
85372015-06-22 Yao Qi <yao.qi@linaro.org>
8538
8539 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
8540 aarch64*-*-*.
8541 (skip_hw_watchpoint_tests): Likewise.
8542
74bd41ce
PP
85432015-06-18 Patrick Palka <patrick@parcs.ath.cx>
8544
8545 * gdb.base/gdbinit-history.exp: Test the interaction between
8546 setting GDBHISTSIZE and setting the history size via .gdbinit.
8547
bc460514
PP
85482015-06-17 Patrick Palka <patrick@parcs.ath.cx>
8549
8550 PR gdb/16999
8551 * gdb.base/gdbhistsize-history.exp: New test.
8552
b58c513b
PP
85532015-06-17 Patrick Palka <patrick@parcs.ath.cx>
8554
8555 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
8556 with GDBHISTSIZE.
8557 * gdb.base/readline.exp: Likewise.
8558
92046791
YQ
85592015-06-17 Yao Qi <yao.qi@linaro.org>
8560
8561 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
8562 line.
8563
2093d2d3
PP
85642015-06-17 Patrick Palka <patrick@parcs.ath.cx>
8565
8566 * gdb.base/gdbinit-history.exp: Add test case to check that
8567 an unlimited history file does not get truncated on exit.
8568
e6c693af
AA
85692015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8570
8571 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
8572 (VECTOR): New macro. Use it...
8573 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
8574 ...for these typedefs.
8575 (int8, char1, int1, double1): New typedefs.
8576 (struct just_int2, struct two_int2): New structures.
8577 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
8578 (add_structvecs, add_singlevecs): New functions.
8579 (main): Call add_some_intvecs twice.
8580 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
8581 the compile and exit upon failure. Try compiling for the "native"
8582 architecture. Test inferior function calls with vector arguments
8583 and vector return value handling with "finish" and "return".
8584
c74f7d1c
JT
85852015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
8586
8587 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
8588 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
8589 PE file.
8590 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
8591
98aa42ee
AT
85922015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
8593
8594 PR breakpoints/16465
8595 * gdb.mi/mi-dprintf-pending.c: New file.
8596 * gdb.mi/mi-dprintf-pending.exp: New test.
8597 * gdb.mi/mi-dprintf-pendshr.c: New file.
8598
7d73c23c 85992015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 8600 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
8601
8602 * gdb.arch/i386-mpx-map.c: New file.
8603 * gdb.arch/i386-mpx-map.exp: New File.
8604
86052015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
8606
8607 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
8608 * gdb.arch/i386-mpx.exp: Indentation fixed.
8609
86102015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
8611
8612 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
8613 function and improved indentation.
8614 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
8615 gdb_test_multiple. Added additional tests to skip the test.
8616
86172015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
8618
8619 * gdb.arch/i386-avx512.c: Change path in include file.
8620 * gdb.arch/i386-avx512.exp: Change include dir path
8621 compilation flag.
8622 * gdb.arch/i386-mpx.c: Change path in include file.
8623 * gdb.arch/i386-mpx.exp: Change include dir path compilation
8624 flag.
8625
d5eba19a
JK
86262015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8627
8628 * gdb.compile/compile-print.exp (compile print *vararray@3)
8629 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
8630
7f361056
JK
86312015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8632
8633 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
8634 (do not keep jit in memory): ... this.
8635 (expect 5): Change it to ...
8636 (expect no 5): ... this.
8637
3b462ec2
SM
86382015-06-02 Simon Marchi <simon.marchi@ericsson.com>
8639
8640 PR gdb/15564
8641 * gdb.mi/mi-detach.exp: New file.
8642
e0619de6
JK
86432015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8644
8645 PR symtab/18392
8646 * gdb.arch/amd64-tailcall-self.S: New file.
8647 * gdb.arch/amd64-tailcall-self.c: New file.
8648 * gdb.arch/amd64-tailcall-self.exp: New file.
8649
e970cb34
DB
86502015-05-28 Don Breazeal <donb@codesourcery.com>
8651
8652 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
8653 tests for remote targets by checking is_target_gdbserver.
8654
b2e2f908
DE
86552015-05-27 Doug Evans <dje@google.com>
8656
8657 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
8658 * gdb.dwarf2/opaque-type-lookup.c: New file.
8659 * gdb.dwarf2/opaque-type-lookup.exp: New file.
8660
82c7be31
DE
86612015-05-26 Doug Evans <dje@google.com>
8662
8663 * gdb.cp/iostream.cc: New file.
8664 * gdb.cp/iostream.exp: New file.
8665
b4f54984
DE
86662015-05-26 Doug Evans <dje@google.com>
8667
8668 * gdb.dwarf2/dw2-op-call.exp: Update.
8669 * gdb.dwarf2/dw4-sig-types.exp: Update.
8670 * gdb.dwarf2/implptr.exp: Update.
8671 * gdb.mi/mi-cmd-param-changed.exp: Update.
8672
4ea6efe9
DE
86732015-05-26 Doug Evans <dje@google.com>
8674
8675 * gdb.python/py-lazy-string.c: New file.
8676 * gdb.python/py-lazy-string.exp: New file.
8677 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
8678 (main): Update. Add estring3.
8679 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
8680 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
8681
f6bb7db3
YQ
86822015-05-26 Omair Javaid <omair.javaid@linaro.org>
8683 Yao Qi <yao.qi@linaro.org>
8684
8685 * gdb.reverse/aarch64.c: New.
8686 * gdb.reverse/aarch64.exp: New.
8687
a81bfbd0
OJ
86882015-05-26 Omair Javaid <omair.javaid@linaro.org>
8689
25d49b86
PA
8690 * lib/gdb.exp (supports_process_record): Return true for
8691 aarch64*-linux*.
a81bfbd0
OJ
8692 (supports_reverse): Likewise.
8693
158bf1b4
PP
86942015-05-22 Patrick Palka <patrick@parcs.ath.cx>
8695
8696 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
8697 Use with_test_prefix.
8698
a0145030
AB
86992015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
8700
8701 * gdb.base/completion.exp: Add test for completion of layout
8702 names.
8703
ebe3b578
AB
87042015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
8705
8706 * lib/gdb.exp (skip_tui_tests): New proc.
8707 * gdb.base/tui-layout.exp: Check skip_tui_tests.
8708
84204ed7
PA
87092015-05-19 Pedro Alves <palves@redhat.com>
8710
8711 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
8712 Save the whole env array instead of just HOME. Unset HISTSIZE in
8713 the environment while testing. Restore whole environment
8714 afterwards.
8715
37442ce1
DE
87162015-05-16 Doug Evans <xdje42@gmail.com>
8717
8718 * gdb.guile/scm-ports.c: New file.
8719 * gdb.guile/scm-ports.exp: Add memory port tests.
8720
36de76f9
JK
87212015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8722
8723 * gdb.compile/compile-print.c: New file.
8724 * gdb.compile/compile-print.exp: New file.
8725
3a9558c4
JK
87262015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8727
8728 * gdb.compile/compile-ops.exp: Cast param to void.
8729 * gdb.compile/compile.exp: Complete type for _gdb_expr.
8730 (compile code struct_object.selffield = &struct_object): Add xfail.
8731
aa715135
JG
87322015-05-15 Joel Brobecker <brobecker@adacore.com>
8733
8734 * gdb.ada/arr_enum_with_gap: New testcase.
8735
931e5bc3
JG
87362015-05-15 Joel Brobecker <brobecker@adacore.com>
8737
8738 * gdb.ada/byte_packed_arr: New testcase.
8739
9cd4d857
JB
87402015-05-15 Joel Brobecker <brobecker@adacore.com>
8741
8742 * gdb.ada/pckd_neg: New testcase.
8743
ebfd00d2
PP
87442015-05-13 Patrick Palka <patrick@parcs.ath.cx>
8745
8746 PR gdb/17820
8747 * gdb.base/gdbinit-history.exp: New test.
8748 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
8749 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
8750
4c082a81
SC
87512015-05-09 Siva Chandra Reddy <sivachandra@google.com>
8752
8753 * gdb.python/py-xmethods.cc: Enhance test case.
8754 * gdb.python/py-xmethods.exp: New tests.
8755 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
8756 function.
8757 (B_indexoper): Likewise.
8758 (global_dm_list) : Add new xmethod worker functions.
8759
f7797074
SDJ
87602015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
8761
8762 * gdb.base/coredump-filter.exp: Correctly unset
8763 "coredump_var_addr" array.
8764
a4674e4e
PA
87652015-05-08 Pedro Alves <palves@redhat.com>
8766
8767 * gdb.server/non-existing-program.exp: Unset spawn_id.
8768
df2eb078
SC
87692015-05-08 Siva Chandra Reddy <sivachandra@google.com>
8770
8771 PR python/18291
8772 * gdb.python/py-xmethods.exp: Add tests.
8773
422349a3
YQ
87742015-05-08 Yao Qi <yao.qi@linaro.org>
8775
8776 PR gdb/18208
8777 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
8778 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
8779 function set_coredump_filter, and remove remote_exec call.
8780 Remove argument ipid. Callers update.
8781 (top level): Don't get inferior's PID.
8782
63fc80ce
AA
87832015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
8784
8785 * gdb.base/watch_thread_num.exp: Skip test on targets without
8786 access watchpoints.
8787
80ad801e
PA
87882015-05-06 Pedro Alves <palves@redhat.com>
8789
8790 PR server/18081
8791 * gdb.server/non-existing-program.exp: New file.
8792
0fa7fe50
JB
87932015-05-05 Joel Brobecker <brobecker@adacore.com>
8794
8795 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
8796
3ea89b92
PMR
87972015-05-05 Joel Brobecker <brobecker@adacore.com>
8798
8799 * gdb.ada/out_of_line_in_inlined: New testcase.
8800
87b8eff0
JB
88012015-05-05 Joel Brobecker <brobecker@adacore.com>
8802
8803 * gdb.ada/var_rec_arr: New testcase.
8804
5fccc635
YQ
88052015-04-30 Yao Qi <yao.qi@linaro.org>
8806
8807 * gdb.base/break-idempotent.exp: If
8808 skip_hw_watchpoint_multi_tests returns true, skip the tests
8809 on "rwatch" and "awatch".
8810
42d38f42
YQ
88112015-04-30 Yao Qi <yao.qi@linaro.org>
8812
8813 * gdb.base/relativedebug.exp: Invoke gdb command
8814 "info sharedlibrary", and if libc.so doesn't have debug info,
8815 skip the test.
8816
2ce1cdbf
DE
88172015-04-29 Doug Evans <dje@google.com>
8818
8819 * gdb.python/py-xmethods.exp: Add ptype tests.
8820 * gdb.python/py-xmethods.py (E_method_char_worker): Add
8821 get_result_type method.
8822
f24a38c5
LM
88232015-04-29 Luis Machado <lgustavo@codesourcery.com>
8824
8825 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
8826 the target does not support hardware watchpoints.
8827
ecbf2b3c
LM
88282015-04-29 Luis Machado <lgustavo@codesourcery.com>
8829
8830 * gdb.base/break-always.exp: Abort testing if writing to memory
8831 causes an error.
8832
34f5f757
DE
88332015-04-28 Doug Evans <dje@google.com>
8834
8835 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
8836 * gdb.python/py-pp-registration.exp: ... here. New file.
8837 * gdb.python/py-pp-registration.c: New file.
8838 * gdb.python/py-pp-registration.py: New file.
8839
69b4374a
DE
88402015-04-28 Doug Evans <dje@google.com>
8841
8842 * gdb.python/py-bad-printers.c: New file.
8843 * gdb.python/py-bad-printers.py: New file.
8844 * gdb.python/py-bad-printers.exp: New file.
8845
59fb7612
SS
88462015-04-28 Sasha Smundak <asmundak@google.com>
8847
8848 * gdb.python/py-type.exp: New test.
8849
2631b16a
AW
88502015-04-28 Andy Wingo <wingo@igalia.com>
8851
8852 * gdb.python/py-parameter.exp:
8853 * gdb.guile/scm-parameter.exp: Escape the path that we are
8854 matching against, as it might contain characters that are special
8855 to regular expressions.
8856
460efde1
JB
88572015-04-27 Joel Brobecker <brobecker@adacore.com>
8858
8859 * gdb.ada/rec_comp: New testcase.
8860
2d369d8e
SDJ
88612015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
8862
8863 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
8864 before using it.
8865
cf75d6c3
AB
88662015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
8867
8868 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
8869 new tests for verilog output.
8870
8dbe7ca5
YQ
88712015-04-24 Yao Qi <yao.qi@linaro.org>
8872
8873 * boards/remote-gdbserver-on-localhost.exp: New file.
8874
4ef9fb2f
PA
88752015-04-23 Pedro Alves <palves@redhat.com>
8876
8877 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
8878 $inferior_spawn_id instead of $inferior_spawn_id directly. On
8879 "end of file", remove $inferior_spawn_id from the indirect list.
8880
0a803169
PA
88812015-04-23 Pedro Alves <palves@redhat.com>
8882
8883 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
8884
749ef8f8
PA
88852015-04-23 Pedro Alves <palves@redhat.com>
8886
8887 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
8888 on $any_spawn_id instead of only on $gdb_spawn_id.
8889
8aae4344
PM
88902015-04-21 Pierre Muller <muller@sourceware.org>
8891
8892 PR pascal/17815
8893 * lib/pascal.exp (gpc_compile): Add new option "class".
8894 (fpc_compile): Likewise.
8895 * gdb.pascal/case-insensitive-symbols.pas: New file.
8896 * gdb.pascal/case-insensitive-symbols.exp: New file.
8897
1586c8fb
GB
88982015-04-20 Gary Benson <gbenson@redhat.com>
8899
8900 * gdb.base/attach.exp: Fix three extended remote failures.
8901
1b6e6f5c
GB
89022015-04-17 Gary Benson <gbenson@redhat.com>
8903
8904 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
8905 the main executable over the remote protocol.
8906
e797481d
PA
89072015-04-16 Pedro Alves <palves@redhat.com>
8908
8909 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
8910 a new gdbserver if gdbserver_reconnect_p is set.
8911
1ca99c42
PA
89122015-04-16 Pedro Alves <palves@redhat.com>
8913
8914 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
8915 is set, don't exit gdbserver.
8916
af9fd6f8
AA
89172015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8918
8919 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
8920 appropriate .insn, such that an older assembler can be used.
8921 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
8922 the z/Architecture instruction set on 31-bit targets as well.
8923
04ff1e61
AA
89242015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8925
8926 * gdb.go/handcall.exp: Remove all logic related to the first
8927 breakpoint and rely on go_runto_main instead.
8928 * gdb.go/strings.exp: Likewise.
8929 * gdb.go/unsafe.exp: Likewise.
8930 * gdb.go/hello.exp: Likewise. Also rename the remaining
8931 breakpoint marker to "breakpoint 1".
8932 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
8933 * gdb.go/strings.go: Likewise.
8934 * gdb.go/unsafe.go: Likewise.
8935 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
8936 "set breakpoint 2 here" and rename the remaining breakpoint marker
8937 to "breakpoint 1".
8938
40d2f8d6
SM
89392015-04-15 Simon Marchi <simon.marchi@ericsson.com>
8940
8941 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
8942 if itertools.imap is not present.
8943 * gdb.python/py-objfile.exp: Add parentheses.
8944 * gdb.python/py-type.exp: Same.
8945 * gdb.python/py-unwind-maint.py: Same.
8946
8cbc97c6
YQ
89472015-04-15 Yao Qi <yao.qi@linaro.org>
8948
8949 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
8950 of ":$ptr_size" and set its form explicitly.
8951
45fd756c
YQ
89522015-04-15 Pedro Alves <palves@redhat.com>
8953 Yao Qi <yao.qi@linaro.org>
8954
8955 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
8956 timeout by factor of 4.
8957 (test_regular_watch): Likewise.
8958 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
8959 * gdb.reverse/sigall-reverse.exp: Likewise.
8960 * gdb.reverse/until-precsave.exp: Likewise.
8961 * lib/gdb.exp (with_timeout_factor): New proc.
8962 (gdb_expect): Move some code to ...
8963 (get_largest_timeout): ... here. New procedure.
8964
9e811bc3
LM
89652015-04-14 Luis Machado <lgustavo@codesourcery.com>
8966
8967 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
8968
0ff6fcb2
LM
89692015-04-13 Luis Machado <lgustavo@codesourcery.com>
8970
8971 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
8972 to write to the .text section.
8973
7578d5f7
LM
89742015-04-13 Luis Machado <lgustavo@codesourcery.com>
8975
8976 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
8977 Handle the case of targets that do not provide PID information.
8978
2efe15c4
YQ
89792015-04-13 Yao Qi <yao.qi@linaro.org>
8980
8981 * lib/gdbserver-support.exp (gdb_exit): Catch exception
8982 and use expect instead of gdb_expect.
8983
8cd8f2f8
SDJ
89842015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
8985
8986 * gdb.base/coredump-filter.exp: Rename variable "addr" to
8987 "coredump_var_addr" to avoid naming conflict with other testcases.
8988
9ee41772
PA
89892015-04-10 Pedro Alves <palves@redhat.com>
8990
8991 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
8992 gdb_test_sequence and gdb_assert.
8993
07473109
PA
89942015-04-10 Pedro Alves <palves@redhat.com>
8995
8996 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
8997 test messages that don't include the breakpoint address.
8998
de3db44c
YQ
89992015-04-10 Yao Qi <yao.qi@linaro.org>
9000
9001 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
9002 false for some offset and width combinations which aren't
9003 supported by linux kernel.
9004
c79d856c
PA
90052015-04-10 Pedro Alves <palves@redhat.com>
9006
9007 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
9008 procedure, factored out from ...
9009 (top level): ... here. Add "set displaced-stepping" testing axis.
9010 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
9011 parameter "displaced". Use it.
9012 (top level): Use foreach and add "set displaced-stepping" testing
9013 axis.
9014
ebc90b50
PA
90152015-04-10 Pedro Alves <palves@redhat.com>
9016
9017 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
9018 Remove comment.
9019 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
9020 both the address of the instruction that triggers the watchpoint
9021 and the address of the instruction immediately after, and use
9022 those addresses for the test. Fix comment.
9023
8f572e5c
PA
90242015-04-10 Pedro Alves <palves@redhat.com>
9025
9026 * gdb.base/sigstep.exp (breakpoint_to_handler)
9027 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
9028 Test "backtrace" in handler.
9029 (breakpoint_over_handler): New parameter 'displaced'. Use it.
9030 (top level): Add new "displaced" test axis to
9031 breakpoint_to_handler, breakpoint_to_handler_entry and
9032 breakpoint_over_handler.
9033
8d707a12
PA
90342015-04-10 Pedro Alves <palves@redhat.com>
9035
9036 PR gdb/18216
9037 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
9038
ef713951
YQ
90392015-04-10 Yao Qi <yao.qi@linaro.org>
9040
9041 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
9042 (test_add_rn_pc): New function.
9043 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
9044 (top level): Invoke test_add_rn_pc.
9045
906d60cf
PA
90462015-04-10 Pedro Alves <palves@redhat.com>
9047
9048 PR gdb/13858
9049 * gdb.base/step-over-no-symbols.exp: New file.
9050
f2983cc3
AW
90512015-04-09 Andy Wingo <wingo@igalia.com>
9052
9053 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
9054 after the Python tests.
9055
6d62641c
SDJ
90562015-04-08 Keith Seitz <keiths@redhat.com>
9057
9058 PR python/16699
9059 * gdb.python/py-completion.exp: New tests for completion.
9060 * gdb.python/py-completion.py (CompleteLimit1): New class.
9061 (CompleteLimit2): Likewise.
9062 (CompleteLimit3): Likewise.
9063 (CompleteLimit4): Likewise.
9064 (CompleteLimit5): Likewise.
9065 (CompleteLimit6): Likewise.
9066 (CompleteLimit7): Likewise.
9067
f3770638
PA
90682015-04-08 Pedro Alves <palves@redhat.com>
9069
9070 PR gdb/18214
9071 PR gdb/18216
9072 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
9073 function.
9074 (main): Install it as SIGUSR1 handler.
9075 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
9076 parameter. Always use "setup" as prefix. Toggle "set
9077 displaced-stepping" off/on depending on global. Don't switch to
9078 thread 1 here.
9079 (top level): Add displaced stepping "off/on" test axis. Update
9080 "setup" calls. Wrap each subtest with with_test_prefix. Test
9081 continuing with a queued signal in each thread.
9082
4496bed7
PA
90832015-04-08 Pedro Alves <palves@redhat.com>
9084
9085 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
9086 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
9087 gdb_breakpoint instead of gdb_test that doesn't expect anything.
9088 Return early if running to main fails.
9089 * gdb.trace/while-stepping.exp: Likewise.
9090
b97fde92
PA
90912015-04-07 Pedro Alves <palves@redhat.com>
9092
9093 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
9094 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
9095 interact with inferior program.
9096
f71c18e7
PA
90972015-04-07 Pedro Alves <palves@redhat.com>
9098
9099 * lib/gdb.exp (inferior_spawn_id): New global.
9100 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
9101 spawn id after processing the user code.
9102 (default_gdb_start): Set inferior_spawn_id.
9103 (send_inferior): New procedure.
9104 * lib/gdbserver-support.exp (gdbserver_start): Set
9105 inferior_spawn_id.
9106 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
9107
6423214f
PA
91082015-04-07 Pedro Alves <palves@redhat.com>
9109
9110 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
9111 * lib/gdbserver-support.exp (gdbserver_start): Make
9112 $server_spawn_id global.
9113 (gdbserver_start): Don't wait for gdbserver's spawn id with
9114 expect_background.
9115 (close_gdbserver): New procedure.
9116 (gdb_exit): Rename the default version and reimplement.
9117
71c0ee8c
PA
91182015-04-07 Pedro Alves <palves@redhat.com>
9119
72f4393d 9120 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
9121 append the substituted item, not the original item.
9122
203bc29b
PA
91232015-04-07 Pedro Alves <palves@redhat.com>
9124
9125 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
9126 gdb_expect.
9127
508a3ddf
PA
91282015-04-07 Pedro Alves <palves@redhat.com>
9129
9130 * gdb.base/interrupt.exp: Don't handle the case of the inferior
9131 output appearing once only.
9132
9f6dbe2b
PA
91332015-04-07 Pedro Alves <palves@redhat.com>
9134
9135 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
9136 that doesn't expect anything. Return early if running to main
9137 fails.
9138
337532fa
YQ
91392015-04-07 Yao Qi <yao.qi@linaro.org>
9140
9141 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
9142 (child_function): Call alarm.
9143 (main): Move call to alarm into the loop.
9144 * gdb.threads/non-stop-fair-events.exp: Build program with
9145 -DTIMEOUT=$timeout.
9146
01b622d4
DE
91472015-04-06 Doug Evans <xdje42@gmail.com>
9148
9149 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
9150 Fix dest parameter to board_info.
9151 (fpc_compile): Ditto.
9152 (gdb_compile_pascal): Rename dest arg to destfile.
9153
961f4160
PMR
91542015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
9155
9156 * gdb.ada/funcall_ref.exp: New file.
9157 * gdb.ada/funcall_ref/foo.adb: New file.
9158
cafda597
YQ
91592015-04-02 Yao Qi <yao.qi@linaro.org>
9160
9161 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
9162 is remote.
9163
fed040c6
GB
91642015-04-02 Gary Benson <gbenson@redhat.com>
9165
9166 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
9167
d11916aa
SS
91682015-04-01 Sasha Smundak <asmundak@google.com>
9169
9170 * gdb.python/py-unwind-maint.c: New file.
9171 * gdb.python/py-unwind-maint.exp: New test.
9172 * gdb.python/py-unwind-maint.py: New file.
9173 * gdb.python/py-unwind.c: New file.
9174 * gdb.python/py-unwind.exp: New test.
9175 * gdb.python/py-unwind.py: New test.
9176
a1471180
PA
91772015-04-01 Pedro Alves <palves@redhat.com>
9178
9179 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
9180 to fail instead of non-existent $test.
9181
0bbeccb1
PA
91822015-04-01 Pedro Alves <palves@redhat.com>
9183
9184 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
9185 GDBFLAGS if not empty.
9186
3c724c8c
PMR
91872015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
9188
9189 * gdb.ada/complete.exp: Remove "multi_line".
9190 * gdb.ada/info_exc.exp: Remove "multi_line".
9191 * gdb.ada/packed_tagged.exp: Remove "multi_line".
9192 * gdb.ada/ptype_field.exp: Remove "multi_line".
9193 * gdb.ada/sym_print_name.exp: Remove "multi_line".
9194 * gdb.ada/tagged.exp: Remove "multi_line".
9195 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
9196 [multi_line ...]
9197 * gdb.btrace/delta.exp: Likewise.
9198 * gdb.btrace/exception.exp: Likewise.
9199 * gdb.btrace/function_call_history.exp: Likewise.
9200 * gdb.btrace/instruction_history.exp: Likewise.
9201 * gdb.btrace/nohist.exp: Likewise.
9202 * gdb.btrace/record_goto.exp: Likewise.
9203 * gdb.btrace/segv.exp: Likewise.
9204 * gdb.btrace/stepi.exp: Likewise.
9205 * gdb.btrace/tailcall.exp: Likewise.
9206 * gdb.btrace/unknown_functions.exp: Likewise.
9207 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
9208 * lib/gdb.exp: Add the "multi_line" helper.
9209
4eec2deb
PA
92102015-04-01 Pedro Alves <palves@redhat.com>
9211
9212 * gdb.threads/tid-reuse.c: New file.
9213 * gdb.threads/tid-reuse.exp: New file.
9214
df8411da
SDJ
92152015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
9216
9217 PR corefiles/16092
9218 * gdb.base/coredump-filter.c: New file.
9219 * gdb.base/coredump-filter.exp: Likewise.
9220
6ef37366
PM
92212015-03-27 Petr Machata <pmachata@redhat.com>
9222
9223 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
9224 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
9225 (Dwarf::assemble): Initialize them.
9226 (Dwarf::lines): New function.
9227
7ec911b0
JT
92282015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
9229
9230 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
9231 SYMBOL_PREFIX for x86_64-*-cygwin.
9232
ff908ebf
AW
92332015-03-26 Andy Wingo <wingo@igalia.com>
9234
9235 PR symtab/18148
9236 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
9237 const_value but not a location.
9238 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
9239 location defined in non-main CUs are visible.
9240
6d5f0679
YQ
92412015-03-26 Yao Qi <yao.qi@linaro.org>
9242
9243 PR testsuite/18139
9244 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
9245 Add a line number entry for the same line.
9246 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
9247 Add a line number entry for the same line.
9248
2898689b
YQ
92492015-03-26 Yao Qi <yao.qi@linaro.org>
9250
9251 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
9252 .int 0.
9253 (func): Likewise. Add .Lfunc_1 label.
9254 Use .Lfunc_1 label.
9255 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
9256 .int 0.
9257 (func): Likewise.
9258 Use .Lfunc_1 label.
9259
85180498
YQ
92602015-03-26 Yao Qi <yao.qi@linaro.org>
9261
9262 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
9263 Call gdb_compile instead to compile each .s files without debug
9264 information.
9265
8aa08a8d
YQ
92662015-03-26 Yao Qi <yao.qi@linaro.org>
9267
9268 * gdb.base/savedregs.exp (process_saved_regs): Make
9269 "Saved registers:" optional in the pattern.
9270
66849923
MM
92712015-03-25 Markus Metzger <markus.t.metzger@intel.com>
9272
9273 * gdb.btrace/next.exp: Merged into step.exp.
9274 * gdb.btrace/finish.exp: Merged into step.exp.
9275 * gdb.btrace/nexti.exp: Merged into stepi.exp.
9276 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
9277 "record goto" and checking the exact replay position.
9278 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
9279 check for "Recording format" in "info record" output.
9280 * gdb.btrace/record_goto.exp: Choose test file based on target.
9281 * gdb.btrace/x86-record_goto.S: Renamed into ...
9282 * gdb.btrace/x86_64-record_goto.S: ... this.
9283 * gdb.btrace/i686-record_goto.S: New.
9284 * gdb.btrace/x86-tailcall.S: Renamed into ...
9285 * gdb.btrace/x86_64-tailcall.S: ... this.
9286 * gdb.btrace/i686-tailcall.S: New.
9287 * gdb.btrace/x86-tailcall.c: Renamed into ...
9288 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
9289 separate statements. Update test.
9290 * gdb.btrace/delta.exp: Use record_goto.c as test file.
9291 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
9292 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
9293 * gdb.btrace/tailcall.exp: Choose test file based on target.
9294 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
9295
11cc1b74
MM
92962015-03-25 Markus Metzger <markus.t.metzger@intel.com>
9297
9298 * gdb.btrace/exception.exp: Increase BTS buffer size.
9299
a25d8bf9
PA
93002015-03-24 Pedro Alves <palves@redhat.com>
9301
9302 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
9303
856e7dd6
PA
93042015-03-24 Pedro Alves <palves@redhat.com>
9305
9306 * gdb.threads/schedlock.exp (test_step): No longer expect that
9307 "set scheduler-locking step" with "next" over a function call runs
9308 threads unlocked.
9309
ad235a41
AT
93102015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9311
9312 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
9313
15630549
AT
93142015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9315
9316 PR breakpoints/16466
9317 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
9318 * gdb.mi/mi-pending.c (thread_func): New function.
9319 (int main): Add threading support required.
9320 * gdb.mi/mi-pending.exp: Add tests for this issue.
9321 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
9322 (pendfunc2): Remove stdio dependency.
9323 * gdb.mi/mi-pendshr2.c: New file.
9324
693dca06
KS
93252015-03-23 Keith Seitz <keiths@redhat.com>
9326
9327 * gdb.linespec/keywords.c: New file.
9328 * gdb.linespec/keywords.exp: New file.
9329
7e993ebf
KS
93302015-03-23 Keith Seitz <keiths@redhat.com>
9331
9332 PR gdb/18021
9333 * gdb.dwarf2/staticvirtual.exp: New test.
9334
bc23328c
JK
93352015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9336
9337 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
9338 * README: Remove HP-UX and gdb.hp.
9339 (configuration):
9340 * configure: Regenerate.
9341 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
9342 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
9343 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
9344 gdb.hp/gdb.defects/Makefile.
9345 * gdb.hp/Makefile.in: File deleted.
9346 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
9347 * gdb.hp/gdb.aCC/optimize.c: File deleted.
9348 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
9349 * gdb.hp/gdb.aCC/run.c: File deleted.
9350 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
9351 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
9352 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
9353 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
9354 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
9355 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
9356 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
9357 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
9358 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
9359 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
9360 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
9361 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
9362 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
9363 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
9364 * gdb.hp/gdb.base-hp/reg.s: File deleted.
9365 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
9366 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
9367 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
9368 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
9369 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
9370 * gdb.hp/gdb.compat/Makefile.in: File deleted.
9371 * gdb.hp/gdb.compat/average.c: File deleted.
9372 * gdb.hp/gdb.compat/sum.c: File deleted.
9373 * gdb.hp/gdb.compat/xdb.c: File deleted.
9374 * gdb.hp/gdb.compat/xdb0.c: File deleted.
9375 * gdb.hp/gdb.compat/xdb0.h: File deleted.
9376 * gdb.hp/gdb.compat/xdb1.c: File deleted.
9377 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
9378 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
9379 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
9380 * gdb.hp/gdb.defects/Makefile.in: File deleted.
9381 * gdb.hp/gdb.defects/bs14602.c: File deleted.
9382 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
9383 * gdb.hp/gdb.defects/solib-d.c: File deleted.
9384 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
9385 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
9386 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
9387 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
9388 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
9389 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
9390 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
9391 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
9392 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
9393 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
9394 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
9395 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
9396 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
9397 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
9398 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
9399 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
9400 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
9401 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
9402 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
9403 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
9404 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
9405 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
9406 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
9407 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
9408 * gdb.hp/tools/odump: File deleted.
9409
8bf3b159
PA
94102015-03-19 Pedro Alves <palves@redhat.com>
9411
9412 * gdb.threads/continue-pending-status.exp (saw_thread_2)
9413 (saw_thread_3): New globals.
9414 (top level): Increment them when an event for the corresponding
9415 thread is seen.
9416 (no thread starvation): New test.
9417
eb54c8bf
PA
94182015-03-19 Pedro Alves <palves@redhat.com>
9419
9420 * gdb.threads/continue-pending-status.c: New file.
9421 * gdb.threads/continue-pending-status.exp: New file.
9422
32d2e5d6
PA
94232015-03-18 Pedro Alves <palves@redhat.com>
9424
9425 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9426 Use gdb_is_target_remote instead of is_remote. Use
9427 gdb_test_multiple instead of gdb_expect. Exit early if
9428 gdb_test_multiple hits its internal matches. Tighten stepi tests
9429 expected output. Fail on exit with any signal, instead of just
9430 SIGILL.
9431
f68f11b7
YQ
94322015-03-18 Yao Qi <yao.qi@linaro.org>
9433
9434 PR tdep/18107
9435 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
9436 variable.
9437 * gdb.base/catch-syscall.exp: Don't skip it on
9438 aarch64*-*-linux* target. Remove elements in all_syscalls.
9439 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
9440 target.
9441 (setup_all_syscalls): New proc.
9442
ca5fd19b
YQ
94432015-03-16 Yao Qi <yao.qi@linaro.org>
9444
9445 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
9446 (top level): Skip tests if valid_addr_p returns false for
9447 $cmd1 or $cmd2.
9448
85642ba0
AW
94492015-03-11 Andy Wingo <wingo@igalia.com>
9450
9451 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
9452
e03f9645
YQ
94532015-03-11 Yao Qi <yao.qi@linaro.org>
9454
9455 * gdb.base/catch-syscall.exp: Fix typo in comments.
9456
5d0962b2
YQ
94572015-03-11 Yao Qi <yao.qi@linaro.org>
9458
9459 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
9460
b2df3cef
PA
94612015-03-09 Pedro Alves <palves@redhat.com>
9462
9463 * dg-extract-results.py: Delete.
9464
ef878e53
PA
94652015-03-09 Pedro Alves <palves@redhat.com>
9466
9467 Merge dg-extract-results.sh from GCC upstream (r218843).
9468
9469 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
9470 * dg-extract-results.sh: Use --text with grep to avoid issues with
9471 binary files. Fall back to cat -v, if that doesn't work.
9472
9494d219
PA
94732015-03-05 Pedro Alves <palves@redhat.com>
9474
9475 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
9476
a8d9763a
SM
94772015-03-04 Simon Marchi <simon.marchi@ericsson.com>
9478
9479 * lib/mi-support.exp (mi_expect_interrupt): Accept
9480 alternative event for when in all-stop mode.
9481
be9957b8
PA
94822015-03-04 Pedro Alves <palves@redhat.com>
9483
9484 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
9485
d57be0f4 94862015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
9487
9488 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
9489
c214c7cf
AA
94902015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
9491
9492 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
9493 regexps for GDB's current line display, accept a hex address
9494 preceding the line number.
9495
6d74a497
AA
94962015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
9497
9498 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
9499 the 'arch1' variable for "s390*-linux*" targets.
9500
511aee7c
PA
95012015-03-04 Pedro Alves <palves@redhat.com>
9502
9503 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
9504 (main): Pass missing retval argument to pthread_join call.
9505
95e50b27
PA
95062015-03-02 Pedro Alves <palves@redhat.com>
9507
9508 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
9509 (top level): Call do_test with non-stop as well.
9510
28054d69
PA
95112015-03-02 Pedro Alves <palves@redhat.com>
9512
9513 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
9514 -1.
9515
4fa5d7b4
AA
95162015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
9517
9518 * gdb.arch/s390-vregs.exp: New test.
9519 * gdb.arch/s390-vregs.S: New file.
9520
97c18565
PA
95212015-02-27 Pedro Alves <palves@redhat.com>
9522
9523 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
9524 call to catch_command_errors.
9525 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
9526 catch_command_errors.
9527
a37bfa30
PA
95282015-02-27 Pedro Alves <palves@redhat.com>
9529
9530 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
9531 "true" for boolean result.
9532 * gdb.gdb/selftest.exp (test_with_self): Also accept full
9533 prototype of main.
9534
6f98576f
PA
95352015-02-27 Pedro Alves <palves@redhat.com>
9536
9537 * lib/unbuffer_output.c: New file.
9538 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
9539 (main): Call gdb_unbuffer_output.
9540
eba5ab56
YQ
95412015-02-27 Yao Qi <yao.qi@linaro.org>
9542
9543 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
9544 target.
9545
0def5aaa
DE
95462015-02-26 Doug Evans <dje@google.com>
9547
9548 * gdb.cp/class2.cc (Dbase, D): New classes.
9549 (main): New local delta.
9550 * gdb.cp/class2.exp: Test printing delta.
9551 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
9552 (dynbar): New global.
9553 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
9554
081a1c2c
JK
95552015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9556
9557 * gdb.compile/compile-ifunc.c: New file.
9558 * gdb.compile/compile-ifunc.exp: New file.
9559
2f41223f
AT
95602015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
9561
9562 * gdb.base/structs.exp: Check for correct struct on finish.
9563
03eddd80
YQ
95642015-02-26 Yao Qi <yao.qi@linaro.org>
9565
9566 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
9567 is zero.
9568
80c57053
JK
95692015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9570
9571 * gdb.arch/cordic.ko.bz2: New file.
9572 * gdb.arch/cordic.ko.debug.bz2: New file.
9573 * gdb.arch/ppc64-symtab-cordic.exp: New file.
9574
21613c12
YQ
95752015-02-25 Yao Qi <yao.qi@linaro.org>
9576
9577 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
9578 aarch64*-*-* target.
9579
d8b901ed
PA
95802015-02-23 Pedro Alves <palves@redhat.com>
9581
9582 * lib/gdb.exp (delete_breakpoints): Rewrite using
9583 gdb_test_multiple.
9584
e5b85ead
PA
95852015-02-23 Pedro Alves <palves@redhat.com>
9586
9587 * gdb.base/info-os.c: Include stdlib.h.
9588
85c3a371
DE
95892015-02-22 Doug Evans <xdje42@gmail.com>
9590
9591 PR symtab/17855
9592 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
9593 is read after symbols have been re-read.
9594 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
9595 * gdb.ada/exec_changed/second.adb (Second): Ditto.
9596
96553a0c
DE
95972015-02-21 Doug Evans <dje@google.com>
9598
9599 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
9600
97a0c697
JK
96012015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9602
9603 PR corefiles/17808
9604 * gdb.arch/i386-biarch-core.core.bz2: New file.
9605 * gdb.arch/i386-biarch-core.exp: New file.
9606
a47cd6e9
PA
96072015-02-21 Pedro Alves <palves@redhat.com>
9608
9609 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
9610 runto_main fails.
9611
c5facdc4
PA
96122015-02-20 Pedro Alves <palves@redhat.com>
9613
9614 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
9615 info probes.
9616
2db9a427
PA
96172015-02-20 Pedro Alves <palves@redhat.com>
9618
9619 * gdb.threads/multi-create-ns-info-thr.exp: New file.
9620
60fb7e9e
PA
96212015-02-20 Pedro Alves <palves@redhat.com>
9622
9623 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
9624 clean_restart before gdb_target_supports_trace.
9625
5c5019c2
PA
96262015-02-20 Pedro Alves <palves@redhat.com>
9627
9628 PR threads/18006
9629 * gdb.threads/clone-thread_db.c: New file.
9630 * gdb.threads/clone-thread_db.exp: New file.
9631
c9587f88
AT
96322015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
9633
9634 PR breakpoints/16812
9635 * gdb.base/catch-gdb-caused-signals.c: New file.
9636 * gdb.base/catch-gdb-caused-signals.exp: New file.
9637
f6a88844
JM
96382015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
9639
9640 * configure: Regenerated.
9641 * configure.ac: Use GDB_AC_TRANSFORM.
9642 * aclocal.m4: sinclude ../transform.m4.
9643
497c491b
JM
96442015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
9645
9646 * lib/dtrace.exp: New file.
9647 * gdb.base/dtrace-probe.exp: Likewise.
9648 * gdb.base/dtrace-probe.d: Likewise.
9649 * gdb.base/dtrace-probe.c: Likewise.
9650 * lib/pdtrace.in: Likewise.
9651 * configure.ac: Output variables with the transformed names of
9652 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
9653 * configure: Regenerated.
9654
03e98035
JM
96552015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
9656
9657 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
9658 expected message when trying to access $_probe_* convenience
9659 variables while not on a probe.
9660
63cc30e9
JK
96612015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9662
9663 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
9664
0703599a
PA
96652015-02-11 Pedro Alves <pedro@codesourcery.com>
9666
9667 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
9668 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
9669
7e60a48e
DE
96702015-02-10 Doug Evans <xdje42@gmail.com>
9671
9672 * lib/gdb.exp (gdb_load): Always return a result.
9673
01b088bc
PA
96742015-02-10 Pedro Alves <palves@redhat.com>
9675
9676 * gdb.threads/signal-sigtrap.c: New file.
9677 * gdb.threads/signal-sigtrap.exp: New file.
9678
b05ec7a5
AT
96792015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
9680
9681 * gdb.trace/no-attach-trace.c: New file.
9682 * gdb.trace/no-attach-trace.exp: New file.
9683
a2c2acaf
MW
96842015-02-09 Mark Wielaard <mjw@redhat.com>
9685
9686 * gdb.dwarf2/atomic.c: New file.
9687 * gdb.dwarf2/atomic-type.exp: Likewise.
9688
31fd9caa
MM
96892015-02-09 Markus Metzger <markus.t.metzger@intel.com>
9690
9691 * gdb.btrace/buffer-size.exp: Update "info record" output.
9692 * gdb.btrace/delta.exp: Update "info record" output.
9693 * gdb.btrace/enable.exp: Update "info record" output.
9694 * gdb.btrace/finish.exp: Update "info record" output.
9695 * gdb.btrace/instruction_history.exp: Update "info record" output.
9696 * gdb.btrace/next.exp: Update "info record" output.
9697 * gdb.btrace/nexti.exp: Update "info record" output.
9698 * gdb.btrace/step.exp: Update "info record" output.
9699 * gdb.btrace/stepi.exp: Update "info record" output.
9700 * gdb.btrace/nohist.exp: Update "info record" output.
9701
d33501a5
MM
97022015-02-09 Markus Metzger <markus.t.metzger@intel.com>
9703
9704 * gdb.btrace/buffer-size: New.
9705
f4abbc16
MM
97062015-02-09 Markus Metzger <markus.t.metzger@intel.com>
9707
9708 * gdb.btrace/delta.exp: Update "info record" output.
9709 * gdb.btrace/enable.exp: Update "info record" output.
9710 * gdb.btrace/finish.exp: Update "info record" output.
9711 * gdb.btrace/instruction_history.exp: Update "info record" output.
9712 * gdb.btrace/next.exp: Update "info record" output.
9713 * gdb.btrace/nexti.exp: Update "info record" output.
9714 * gdb.btrace/step.exp: Update "info record" output.
9715 * gdb.btrace/stepi.exp: Update "info record" output.
9716 * gdb.btrace/nohist.exp: Update "info record" output.
9717
b9d61307
SM
97182015-02-06 Simon Marchi <simon.marchi@ericsson.com>
9719
9720 PR gdb/15678
9721 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
9722
e584fdbc
PA
97232015-02-06 Pedro Alves <palves@redhat.com>
9724
9725 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
9726 macro.
9727 (seconds_left, again): New globals.
9728 (main): Wait seconds_left in a 1-second sleep loop instead of
9729 sleeping 180 seconds. If 'again' is set, reset the seconds
9730 counter.
9731 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
9732 'again' in the inferior before detaching. Print the seconds left.
9733 (options): New global.
9734 (top level): Build program with -DTIMEOUT=$timeout.
9735
77f41761
PA
97362015-02-06 Pedro Alves <palves@redhat.com>
9737
9738 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
9739 determine how many seconds to pass to 'alarm'.
9740 * gdb.base/gdb-sigterm.exp (top level): Build program with
9741 -DTIMEOUT=$timeout.
9742 (do_test): Return success/failure indication. Add more verbose
9743 logging. Don't fail if 200 single steps are seen. Instead, fail
9744 when the test times out.
9745 (passes): New global.
9746 (top level): Break the testing loop if testing fails on any
9747 iteration. Use gdb_assert.
9748
b9394193
DB
97492015-02-04 Don Breazeal <donb@codesourcery.com>
9750
9751 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
9752 and initialize them.
9753 (ipc_cleanup): New function.
9754 (main): Don't declare shmid, semid, and msqid. Add a call to
9755 atexit so that we call ipc_cleanup on exit.
9756
42d9e528
PA
97572015-02-04 Pedro Alves <palves@redhat.com>
9758
9759 * boards/native-extended-gdbserver.exp: Remove any target variant
9760 specifications from the board name before clearing the isremote
9761 flag from board_info.
9762
ae6ae975
DE
97632015-01-31 Doug Evans <xdje42@gmail.com>
9764
9765 * gdb.base/maint.exp <maint print type argc>: Update expected output.
9766
cfb069a8
GB
97672015-01-31 Gary Benson <gbenson@redhat.com>
9768
9769 * gdb.base/completion.exp: Disable completion limiting for
9770 existing tests. Add new tests to check completion limiting.
9771 * gdb.linespec/ls-errs.exp: Disable completion limiting.
9772
5dd31d79
DE
97732015-01-31 Doug Evans <xdje42@gmail.com>
9774
9775 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
9776
9f050062
DE
97772015-01-31 Doug Evans <xdje42@gmail.com>
9778
9779 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
9780 entries. Duplicate file section script entries.
9781 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
9782 inlined entries. Add test for safe-path rejection.
9783 * gdb.python/py-section-script.c: Add duplicate inlined section script
9784 entries. Duplicate file section script entries.
9785 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
9786 inlined entries. Add test for safe-path rejection.
9787
df25ebbd
JB
97882015-01-29 Joel Brobecker <brobecker@adacore.com>
9789
9790 * gdb.ada/disc_arr_bound: New testcase.
9791
4a0ca9ec
JB
97922015-01-29 Joel Brobecker <brobecker@adacore.com>
9793
9794 * gdb.ada/mi_var_array: New testcase.
9795
3a8b707a
DE
97962015-01-27 Doug Evans <dje@google.com>
9797
9798 * gdb.python/py-objfile.exp: Add tests for objfile.username.
9799 Add test for objfile.filename, objfile.username after objfile
9800 has been unloaded.
9801
f8313f6e
JB
98022015-01-26 Joel Brobecker <brobecker@adacore.com>
9803
9804 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
9805 the second test to print the name attribute of value
9806 returned by the call to gdb.lookup_type, and adjust
9807 the expected output accordingly.
9808
37bc665e
MW
98092015-01-25 Mark Wielaard <mjw@redhat.com>
9810
9811 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
9812 * gdb.base/disp-step-fork.c: Include unistd.h.
9813 * gdb.base/siginfo-obj.c: Include stdio.h.
9814 * gdb.base/siginfo-thread.c: Likewise.
9815 * gdb.mi/non-stop.c: Include unistd.h.
9816 * gdb.mi/nsthrexec.c: Include stdio.h.
9817 * gdb.mi/pthreads.c: Include unistd.h.
9818 * gdb.modula2/unbounded1.c (main): Declare returns int.
9819 * gdb.reverse/consecutive-reverse.c: Likewise.
9820 * gdb.threads/create-fail.c: Include unistd.h.
9821 * gdb.threads/killed.c: Likewise.
9822 * gdb.threads/linux-dp.c: Likewise.
9823 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
9824 * gdb.threads/non-ldr-exc-2.c: Likewise.
9825 * gdb.threads/non-ldr-exc-3.c: Likewise.
9826 * gdb.threads/non-ldr-exc-4.c: Likewise.
9827 * gdb.threads/pthreads.c: Include unistd.h.
9828 (main): Declare returns int.
9829 * gdb.threads/tls-main.c (foo): New declaration.
9830 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
9831
f7e5394d
SM
98322015-01-23 Simon Marchi <simon.marchi@ericsson.com>
9833
9834 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
9835 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
9836
743649fd
MW
98372015-01-15 Mark Wielaard <mjw@redhat.com>
9838
9839 * gdb.base/noreturn-return.c: New file.
9840 * gdb.base/noreturn-return.exp: New file.
9841 * gdb.base/noreturn-finish.c: New file.
9842 * gdb.base/noreturn-finish.exp: New file.
9843
198297aa
PA
98442015-01-23 Pedro Alves <palves@redhat.com>
9845
9846 * gdb.threads/continue-pending-after-query.c: New file.
9847 * gdb.threads/continue-pending-after-query.exp: New file.
9848
717cf30c
AG
98492015-01-22 Anders Granlund <anders.granlund@ericsson.com>
9850 Simon Marchi <simon.marchi@ericsson.com>
9851
9852 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
9853 * gdb.base/valgrind-db-attach.exp: Same.
9854 * gdb.base/valgrind-infcall.exp: Same.
9855 * lib/mi-support.exp (default_mi_gdb_start): Same.
9856 * lib/prompt.exp (default_prompt_gdb_start): Same.
9857 * lib/gdb.exp (default_gdb_spawn): Same.
9858 (gdb_interact): New.
9859
9860
4b62a76e
JK
98612015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9862
9863 * gdb.compile/compile.exp (pointer to jit function): New test.
9864
b4cdae6f
WW
98652015-01-17 Wei-cheng Wang <cole945@gmail.com>
9866
9867 * lib/gdb.exp (supports_process_record): Return true for
9868 powerpc*-*-linux*.
9869 (supports_reverse): Likewise.
9870
d221e7ef
DB
98712015-01-15 Don Breazeal <donb@codesourcery.com>
9872
9873 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
9874 instead of checking whether the target board is remote and
9875 use spawn_wait_for_attach instead of exec/sleep.
9876 * gdb.base/attach-twice.exp: Likewise.
9877
bafffb51
JB
98782015-01-15 Joel Brobecker <brobecker@adacore.com>
9879
9880 * gdb.ada/var_arr_attrs: New testcase.
9881
5589af0e
PA
98822015-01-14 Pedro Alves <palves@redhat.com>
9883 Joel Brobecker <brobecker@adacore.com>
9884
9885 PR gdb/17525
9886 * gdb.base/bp-cmds-execution-x-script.c: New file.
9887 * gdb.base/bp-cmds-execution-x-script.exp: New file.
9888 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
9889
6c400b59
PA
98902015-01-14 Pedro Alves <palves@redhat.com>
9891
9892 PR cli/17828
9893 * gdb.base/batch-preserve-term-settings.c: New file.
9894 * gdb.base/batch-preserve-term-settings.exp: New file.
9895
e02c96a7
DE
98962015-01-13 Doug Evans <dje@google.com>
9897
9898 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
9899 binary.
9900
576fd14c
JB
99012015-01-13 Joel Brobecker <brobecker@adacore.com>
9902
9903 * Makefile.in (clean mostlyclean): Do not delete *.py.
9904
04dccad0
JB
99052015-01-13 Joel Brobecker <brobecker@adacore.com>
9906
9907 * gdb.python/py-lookup-type.exp: New file.
9908
3d230f71
PA
99092015-01-12 Pedro Alves <palves@redhat.com>
9910
9911 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
9912 restore GDBFLAGS before returning.
9913
7e67715d
JK
99142015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9915
9916 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
9917 is_amd64_regs_target and is_x86_like_target.
9918
f2e0d4b4
DE
99192015-01-11 Doug Evans <xdje42@gmail.com>
9920
9921 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
9922 is given without an explicit form.
9923 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
9924 attributes.
9925 * gdb.dwarf/corrupt.exp: Ditto.
9926 * gdb.dwarf2/enum-type.exp: Ditto.
9927 * gdb.trace/entry-values.exp: Ditto.
9928 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
9929
439250fb
DE
99302015-01-11 Doug Evans <xdje42@gmail.com>
9931
9932 PR gdb/15830
9933 * gdb.base/maint.exp: Remove references to "maint demangle".
9934 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
9935 Add tests for explicitly specifying language to demangle.
9936 * gdb.dlang/demangle.exp: Ditto.
9937
ede9f622
PA
99382015-01-09 Pedro Alves <palves@redhat.com>
9939
9940 * gdb.threads/non-stop-fair-events.c: New file.
9941 * gdb.threads/non-stop-fair-events.exp: New file.
9942
a7b796db
PA
99432015-01-09 Pedro Alves <palves@redhat.com>
9944
9945 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
9946 the global scope. Set a breakpoint after all threads are started
9947 rather than stepping over two source lines. Expect the prompt.
9948 * gdb.base/watch_thread_num.c (threads_started_barrier): New
9949 global.
9950 (NUM): Now 15.
9951 (main): Use threads_started_barrier to wait for all threads to
9952 start. Main thread no longer calls thread_function. Exit after
9953 180 seconds.
9954 (loop): New function.
9955 (thread_function): Wait on threads_started_barrier barrier. Call
9956 'loop' at each iteration.
9957 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
9958 threads have started, instead of hardcoding number of "next"
9959 steps. Use an access watchpoint instead of a write watchpoint.
9960
9665ffdd
PA
99612015-01-09 Pedro Alves <palves@redhat.com>
9962
9963 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
9964 (thread_func): Wait on barrier.
9965 (main): Wait for all threads to start before stopping GDB.
9966 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
9967 global.
9968 (thread1_func, thread2_func): Wait on barrier.
9969 (main): Wait for all threads to start before stopping GDB.
9970 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
9971 New global.
9972 (thread1_func, thread2_func): Wait on barrier.
9973 (main): Wait for all threads to start before stopping GDB.
9974
c945a99f
PA
99752015-01-09 Pedro Alves <palves@redhat.com>
9976
9977 * gdb.threads/attach-many-short-lived-threads.c: New file.
9978 * gdb.threads/attach-many-short-lived-threads.exp: New file.
9979
c1a747c1
PA
99802014-01-09 Pedro Alves <palves@redhat.com>
9981
9982 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
9983 instead of to thread 2.
9984 * gdb.threads/signal-command-multiple-signals-pending.c (main):
9985 Add barrier around each pthread_create call instead of around all
9986 calls.
9987 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
9988 Set a break on thread_function and have the child threads hit it
9989 one at at a time.
9990
60b3033e
PA
99912015-01-09 Pedro Alves <palves@redhat.com>
9992
9993 * lib/gdb.exp (can_spawn_for_attach): New procedure.
9994 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
9995 false.
9996 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
9997 checking whether the target board is remote.
9998 * gdb.multi/multi-attach.exp: Likewise.
9999 * gdb.python/py-sync-interp.exp: Likewise.
10000 * gdb.server/ext-attach.exp: Likewise.
10001 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
10002 tests that need to attach, instead of checking whether the target
10003 board is remote at the top of the file.
10004
acc018ac
YQ
100052015-01-08 Yao Qi <yao@codesourcery.com>
10006
10007 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
10008
50a18af8
JK
100092015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10010
10011 Fix testcase compilation.
10012 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
10013
8503d6e1
JB
100142015-01-06 Joel Brobecker <brobecker@adacore.com>
10015
10016 * gdb.python/py-type.exp: Add a couple test about empty
10017 array creation, and negative-length array creation.
10018
cc73dbcc
DE
100192015-01-02 Doug Evans <xdje42@gmail.com>
10020
10021 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
10022
0300bbc7
DE
100232015-01-02 Doug Evans <dje@google.com>
10024
10025 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
10026
9d85a0ec
YQ
100272014-12-29 Yao Qi <yao@codesourcery.com>
10028
10029 * gdb.trace/entry-values.exp: Update comments. Rename variable
10030 bar_call_foo to returned_from_foo.
10031
87186c6a
MMN
100322014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
10033
10034 PR gdb/17394
10035 * gdb.linespec/break-asm-file.c: New file.
10036 * gdb.linespec/break-asm-file.exp: New file.
10037 * gdb.linespec/break-asm-file0.s: New file.
10038 * gdb.linespec/break-asm-file1.s: New file.
10039
1bab7383
YQ
100402014-12-18 Nigel Stephens <nigel@mips.com>
10041 Maciej W. Rozycki <macro@codesourcery.com>
10042
10043 * gdb.base/float.exp: Handle the new output from "info float" on
10044 MIPS targets.
10045
1bc1068a
JK
100462014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10047
10048 Fix MinGW compilation.
10049 * gdb.compile/compile-ops.exp: Update untested message if
10050 !skip_compile_feature_tests.
10051 * gdb.compile/compile-setjmp.exp: Likewise.
10052 * gdb.compile/compile-tls.exp: Likewise.
10053 * gdb.compile/compile.exp: Likewise.
10054 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
10055 supported on this host".
10056
b6615d10
DE
100572014-12-16 Doug Evans <xdje42@gmail.com>
10058
10059 * boards/stabs.exp: New file.
10060
25dda427
AA
100612014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
10062
10063 * gdb.base/completion.exp: Adjust to format changes of "maint
10064 print user-registers".
10065
bf330350
CU
100662014-12-16 Catalin Udma <catalin.udma@freescale.com>
10067
10068 PR server/17457
10069 * gdb.arch/aarch64-fp.c: New file.
10070 * gdb.arch/aarch64-fp.exp: New file.
10071
395cf596
SDJ
100722014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
10073
10074 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
10075 r210637, r210913, r211666, r215400, r215817).
10076
10077 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
10078 * dg-extract-results.py: New file.
10079 * dg-extract-results.sh: Use it if the environment seems
10080 suitable.
10081
10082 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
10083
10084 * dg-extract-results.py (parse_run): Handle warnings that
10085 are printed before a test harness is run.
10086
10087 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
10088
10089 * dg-extract-results.py (Named): Remove __cmp__ method.
10090 (output_variation): Use a key to sort variation.harnesses.
10091
10092 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
10093
10094 * dg-extract-results.py: For Python 3, force sys.stdout to
10095 handle surrogate escape sequences.
10096 (safe_open): New function.
10097 (output_segment, main): Use it.
10098
10099 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
10100
10101 * dg-extract-results.py (Prog.result_re): Include options
10102 in test name.
10103
10104 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
10105
10106 * dg-extract-results.py (output_variation): Always sort if
10107 do_sum.
10108
e882ef3c
SM
101092014-12-15 Simon Marchi <simon.marchi@ericsson.com>
10110
10111 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
10112 as long as we get pagination notifications.
10113
4992aa20
JM
101142014-12-15 Jason Merrill <jason@redhat.com>
10115
10116 * Makefile.in (check-gdb.%): Restore.
10117 * README: Mention it.
10118
c1b5a1a6
JB
101192014-12-13 Joel Brobecker <brobecker@adacore.com>
10120
10121 * gdb.ada/str_uninit: New testcase.
10122
5537b577
JK
101232014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10124
10125 PR symtab/17642
10126 * gdb.base/vla-stub-define.c: New file.
10127 * gdb.base/vla-stub.c: New file.
10128 * gdb.base/vla-stub.exp: New file.
10129
bb2ec1b3
TT
101302014-12-12 Phil Muldoon <pmuldoon@redhat.com>
10131 Jan Kratochvil <jan.kratochvil@redhat.com>
10132 Tom Tromey <tromey@redhat.com>
10133
10134 * configure.ac: Add gdb.compile/.
10135 * configure: Regenerate.
10136 * gdb.compile/Makefile.in: New file.
10137 * gdb.compile/compile-ops.exp: New file.
10138 * gdb.compile/compile-ops.c: New file.
10139 * gdb.compile/compile-tls.c: New file.
10140 * gdb.compile/compile-tls.exp: New file.
10141 * gdb.compile/compile-constvar.S: New file.
10142 * gdb.compile/compile-constvar.c: New file.
10143 * gdb.compile/compile-mod.c: New file.
10144 * gdb.compile/compile-nodebug.c: New file.
10145 * gdb.compile/compile-setjmp-mod.c: New file.
10146 * gdb.compile/compile-setjmp.c: New file.
10147 * gdb.compile/compile-setjmp.exp: New file.
10148 * gdb.compile/compile-shlib.c: New file.
10149 * gdb.compile/compile.c: New file.
10150 * gdb.compile/compile.exp: New file.
10151 * lib/gdb.exp (skip_compile_feature_tests): New proc.
10152
4ff709eb
TT
101532014-12-12 Tom Tromey <tromey@redhat.com>
10154
10155 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
10156 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
10157
6dddd6a5
DE
101582014-12-12 Doug Evans <dje@google.com>
10159
10160 * lib/gdb-python.exp (get_python_valueof): New function.
10161 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
10162
71c24708
AA
101632014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10164
10165 * gdb.base/completion.exp: Add test for completion of "info
10166 registers ".
10167
3e29f34a
MR
101682014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
10169
10170 * gdb.base/func-ptrs.c: New file.
10171 * gdb.base/func-ptrs.exp: New file.
10172
fc126975
SM
101732014-12-10 Simon Marchi <simon.marchi@ericsson.com>
10174
10175 PR breakpoints/17012
10176 * gdb.base/dprintf-detach.c: New file.
10177 * gdb.base/dprintf-detach.exp: New file.
10178
0a46d518
SM
101792014-12-10 Simon Marchi <simon.marchi@ericsson.com>
10180
10181 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
10182 * lib/gdb.exp (target_is_gdbserver): New procedure.
10183
a0be3e44
DE
101842014-12-08 Doug Evans <dje@google.com>
10185
10186 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
10187
df1b803a
YQ
101882014-12-05 Yao Qi <yao@codesourcery.com>
10189
10190 * gdb.guile/scm-error.exp: Remove the third argument to
10191 gdb_remote_download.
10192 * gdb.guile/scm-frame-args.exp: Likewise.
10193 * gdb.guile/scm-section-script.exp: Likewise.
10194
ddb9f679
YQ
101952014-12-05 Yao Qi <yao@codesourcery.com>
10196
10197 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
10198
86e4ed39
DE
101992014-12-04 Doug Evans <dje@google.com>
10200
10201 * gdb.python/py-objfile.exp: Add tests for
10202 objfile.add_separate_debug_file.
10203
7c50a931
DE
102042014-12-04 Doug Evans <dje@google.com>
10205
10206 * lib/gdb.exp (get_build_id): New function.
10207 (build_id_debug_filename_get): Rewrite to use it.
10208 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
10209
621661e3
MR
102102014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
10211
10212 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
10213 `method(long)', not just 0x0.
10214 * gdb.cp/nsalias.exp: Align code labels to 4.
10215 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
10216 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
10217 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
10218 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
10219 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
10220 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
10221
29f0c3b7
DE
102222014-12-02 Doug Evans <dje@google.com>
10223
e1e061e7 10224 PR symtab/17602
29f0c3b7 10225 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 10226 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
10227 * gdb.cp/anon-ns.exp: Update.
10228
162078c8
NB
102292014-12-02 Nick Bull <nicholaspbull@gmail.com>
10230
10231 * gdb.python/py-events.py (inferior_call_handler): New.
10232 (register_changed_handler, memory_changed_handler): New.
10233 (test_events.invoke): Register new handlers.
10234 * gdb.python/py-events.exp: Add tests for inferior call,
10235 memory_changed and register_changed events.
10236
fdb09caf
AA
102372014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
10238
10239 * gdb.base/execl-update-breakpoints.exp: Specify the link address
10240 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
10241 if the linker doesn't understand this.
10242
55cfb2c4
SM
102432014-12-01 Simon Marchi <simon.marchi@ericsson.com>
10244
10245 * gdb.python/python.exp: Change expected reply to help().
10246
9e8cd6df
YQ
102472014-12-01 Yao Qi <yao@codesourcery.com>
10248
10249 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
10250 AC_CONFIG_SUBDIRS(gdb.gdbtk).
10251 * configure: Re-generated.
10252
6c659fc2
SC
102532014-11-28 Siva Chandra Reddy <sivachandra@google.com>
10254
10255 * gdb.cp/chained-calls.cc: New file.
10256 * gdb.cp/chained-calls.exp: New file.
10257 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
10258
d7fc3181
SM
102592014-11-28 Simon Marchi <simon.marchi@ericsson.com>
10260
10261 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
10262 * gdb.dwarf2/symtab-producer.exp: Same.
10263 * gdb.gdb/python-interrupts.exp: Same.
10264 * gdb.gdb/python-selftest.exp: Same.
10265 * gdb.python/py-linetable.exp: Same.
10266 * gdb.python/py-type.exp: Same.
10267 * gdb.python/py-value-cc.exp: Same.
10268 * gdb.python/py-value.exp: Same.
10269
10e79639
YQ
102702014-11-28 Yao Qi <yao@codesourcery.com>
10271
10272 * gdb.base/break-probes.exp: Match library name prefixed with
10273 sysroot.
10274
f28a0564
SM
102752014-11-27 Simon Marchi <simon.marchi@ericsson.com>
10276
10277 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
10278 test expected output. Add parentheses for the call to print.
10279 Remove L suffix from integers.
10280
3fe1ce1d
DE
102812014-11-26 Doug Evans <dje@google.com>
10282
10283 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
10284
84429e27
YQ
102852014-11-22 Yao Qi <yao@codesourcery.com>
10286
10287 * gdb.trace/entry-values.c: Remove asms.
10288 (foo): Add foo_label.
10289 (bar): Add bar_label.
10290 * gdb.trace/entry-values.exp: Remove code computing foo's
10291 length and bar's length.
10292 (Dwarf::assemble): Invoke function_range for bar and use
10293 MACRO_AT_func for foo.
10294
26741859
YQ
102952014-11-22 Yao Qi <yao@codesourcery.com>
10296
10297 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
10298 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
10299 Use .Lgcc43_procstart instead of gcc43.
10300
45e44d27
JB
103012014-11-21 Joel Brobecker <brobecker@adacore.com>
10302
10303 * gdb.ada/n_arr_bound: New testcase.
10304
458c8db8
SDJ
103052014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
10306
10307 PR breakpoints/10737
10308 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
10309 test_catch_syscall_multi_arch.
10310 (test_catch_syscall_multi_arch): New function.
10311
43f3e411
DE
103122014-11-20 Doug Evans <xdje42@gmail.com>
10313
10314 * gdb.base/maint.exp: Update expected output.
10315
0d7b2549
AA
103162014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
10317
10318 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
10319 4-byte instruction on S390.
10320
8908fca5
JB
103212014-11-19 Joel Brobecker <brobecker@adacore.com>
10322
10323 * gdb.ada/arr_arr: New testcase.
10324
4a46959e
JB
103252014-11-19 Joel Brobecker <brobecker@adacore.com>
10326
10327 * gdb.ada/pkd_arr_elem: New Testcase.
10328
470e2f4e
LM
103292014-11-18 Luis Machado <lgustavo@codesourcery.com>
10330
10331 * gdb.reverse/break-precsave: Expect completion message for
10332 core file reads.
10333 * gdb.reverse/consecutive-precsave.exp: Likewise.
10334 * gdb.reverse/finish-precsave.exp: Likewise.
10335 * gdb.reverse/i386-precsave.exp: Likewise.
10336 * gdb.reverse/machinestate-precsave.exp: Likewise.
10337 * gdb.reverse/sigall-precsave.exp: Likewise.
10338 * gdb.reverse/solib-precsave.exp: Likewise.
10339 * gdb.reverse/step-precsave.exp: Likewise.
10340 * gdb.reverse/until-precsave.exp: Likewise.
10341 * gdb.reverse/watch-precsave.exp: Likewise.
10342
a267f3ad
AA
103432014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10344
10345 * gdb.base/bp-permanent.c: Include unistd.h.
10346 * gdb.python/py-framefilter-mi.c (main): Add return type.
10347 * gdb.python/py-framefilter.c (main): Likewise.
10348 * gdb.trace/actions-changed.c (main): Likewise.
10349
12084a9a
AA
103502014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10351
10352 * gdb.mi/until.c: Add eye-catchers.
10353 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
10354 line numbers.
10355
dc7e1a77
AA
103562014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10357
10358 * gdb.base/condbreak.exp: Drop references to removed non-prototype
10359 function header variants in break1.c.
10360 * gdb.base/ena-dis-br.exp: Likewise.
10361 * gdb.base/hbreak2.exp: Likewise.
10362 * gdb.reverse/until-precsave.exp: Drop references to removed
10363 non-prototype function header variants in ur1.c.
10364 * gdb.reverse/until-reverse.exp: Likewise.
10365
41c77605
PM
103662014-11-17 Petr Machata <pmachata@redhat.com>
10367
10368 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
10369 ${_cu_offset_size} bytes abbrev offset.
10370
34248c3a
DE
103712014-11-15 Doug Evans <xdje42@gmail.com>
10372
10373 PR symtab/17559
10374 * gdb.base/line-symtabs.exp: New file.
10375 * gdb.base/line-symtabs.c: New file.
10376 * gdb.base/line-symtabs.h: New file.
10377
646da059
YQ
103782014-11-14 Yao Qi <yao@codesourcery.com>
10379
10380 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
10381 (func): Add label func_label.
10382 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
10383 Replace low_pc and high_pc with MACRO_AT_range.
10384 Replace name, low_pc and high_pc with MACRO_AT_func.
10385
9301ebe6
YQ
103862014-11-14 Yao Qi <yao@codesourcery.com>
10387
10388 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
10389 Replace name, low_pc and high_pc with MACRO_AT_func.
10390
f166b542
YQ
103912014-11-14 Yao Qi <yao@codesourcery.com>
10392
10393 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
10394 produce debug information.
10395 * gdb.dwarf2/implptr-optimized-out.S: Removed.
10396
0f6e71e3
YQ
103972014-11-14 Yao Qi <yao@codesourcery.com>
10398
10399 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
10400 object and get function length.
10401 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
10402 with MACRO_AT_func.
10403 (top-level): Replace gdb_compile and clean_restart with
10404 prepare_for_testing.
10405 * gdb.dwarf2/main.c (main): Add label main_label.
10406
876c4df9
YQ
104072014-11-14 Yao Qi <yao@codesourcery.com>
10408
10409 * lib/dwarf.exp (function_range): New procedure.
10410 (Dwarf::_handle_macro_at_func): New procedure.
10411 (Dwarf::_handle_macro_at_range): New procedure.
10412 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
10413
02ad9cf1
YQ
104142014-11-14 Yao Qi <yao@codesourcery.com>
10415
10416 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
10417 (_handle_attribute): New procedure.
10418
a59add0c
AA
104192014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10420
10421 * gdb.ada/cond_lang/foo.c (callme): Add return type.
10422 * gdb.base/call-sc.c (zed): Likewise.
10423 * gdb.base/checkpoint.c (main): Likewise.
10424 * gdb.base/dump.c (main): Likewise.
10425 * gdb.base/gcore.c (main): Likewise.
10426 * gdb.base/huge.c (main): Likewise.
10427 * gdb.base/multi-forks.c (main): Likewise.
10428 * gdb.base/pr10179-a.c (main): Likewise.
10429 * gdb.base/savedregs.c (main): Likewise.
10430 * gdb.base/sigaltstack.c (main): Likewise.
10431 * gdb.base/siginfo.c (main): Likewise.
10432 * gdb.base/structs.c (zed): Likewise.
10433 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
10434 * gdb.mi/mi-syn-frame.c (main): Likewise.
10435 * gdb.mi/until.c (foo, main): Likewise.
10436 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
10437 * gdb.base/solib-weak.c (foo): Declare.
10438 * gdb.base/attach-twice.c: Include stdio.h.
10439 * gdb.base/weaklib1.c: Likewise.
10440 * gdb.base/weaklib2.c: Likewise.
10441 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
10442 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
10443 unistd.h.
10444 * gdb.base/attach-pie-misread.c: Include stdlib.h.
10445 * gdb.mi/mi-exit-code.c: Likewise.
10446 * gdb.base/break-interp-lib.c: Include string.h.
10447 * gdb.base/coremaker.c: Likewise.
10448 * gdb.base/testenv.c: Likewise.
10449 * gdb.python/py-finish-breakpoint.c: Likewise.
10450 * gdb.base/inferior-died.c: Include sys/wait.h.
10451 * gdb.base/fileio.c: Include time.h.
10452 * gdb.base/async-shell.c: Include unistd.h.
10453 * gdb.base/dprintf-non-stop.c: Likewise.
10454 * gdb.base/info-os.c: Likewise.
10455 * gdb.mi/mi-console.c: Likewise.
10456 * gdb.mi/watch-nonstop.c: Likewise.
10457 * gdb.python/py-events.c: Likewise.
10458 * gdb.base/async.c (baz): Move up before its invocation.
10459 * gdb.base/code_elim2.c (my_global_func): Likewise.
10460 * gdb.base/skip-solib-lib.c (multiply): Likewise.
10461 * gdb.base/advance.c (func2): Likewise.
10462
3b5d5997
AA
104632014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10464
10465 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
10466 variant.
10467 * gdb.base/annota3.c: Likewise.
10468 * gdb.base/async.c: Likewise.
10469 * gdb.base/average.c: Likewise.
10470 * gdb.base/call-ar-st.c: Likewise.
10471 * gdb.base/call-rt-st.c: Likewise.
10472 * gdb.base/call-sc.c: Likewise.
10473 * gdb.base/call-strs.c: Likewise.
10474 * gdb.base/ending-run.c: Likewise.
10475 * gdb.base/execd-prog.c: Likewise.
10476 * gdb.base/exprs.c: Likewise.
10477 * gdb.base/foll-exec.c: Likewise.
10478 * gdb.base/foll-fork.c: Likewise.
10479 * gdb.base/foll-vfork.c: Likewise.
10480 * gdb.base/funcargs.c: Likewise.
10481 * gdb.base/gcore.c: Likewise.
10482 * gdb.base/jump.c: Likewise.
10483 * gdb.base/langs0.c: Likewise.
10484 * gdb.base/langs1.c: Likewise.
10485 * gdb.base/langs2.c: Likewise.
10486 * gdb.base/mips_pro.c: Likewise.
10487 * gdb.base/nodebug.c: Likewise.
10488 * gdb.base/opaque0.c: Likewise.
10489 * gdb.base/opaque1.c: Likewise.
10490 * gdb.base/recurse.c: Likewise.
10491 * gdb.base/run.c: Likewise.
10492 * gdb.base/scope0.c: Likewise.
10493 * gdb.base/scope1.c: Likewise.
10494 * gdb.base/setshow.c: Likewise.
10495 * gdb.base/setvar.c: Likewise.
10496 * gdb.base/shmain.c: Likewise.
10497 * gdb.base/shr1.c: Likewise.
10498 * gdb.base/shr2.c: Likewise.
10499 * gdb.base/sigall.c: Likewise.
10500 * gdb.base/signals.c: Likewise.
10501 * gdb.base/so-indr-cl.c: Likewise.
10502 * gdb.base/solib2.c: Likewise.
10503 * gdb.base/structs.c: Likewise.
10504 * gdb.base/sum.c: Likewise.
10505 * gdb.base/vforked-prog.c: Likewise.
10506 * gdb.base/watchpoint.c: Likewise.
10507 * gdb.reverse/shr2.c: Likewise.
10508 * gdb.reverse/until-reverse.c: Likewise.
10509 * gdb.reverse/ur1.c: Likewise.
10510 * gdb.reverse/watch-reverse.c: Likewise.
10511
066a77c5
AA
105122014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10513
10514 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
10515 variant.
10516 * gdb.base/sepdebug.exp: Drop references to removed code.
10517
4f204ea5
AA
105182014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10519
10520 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
10521 variant. Preserve original line numbering.
10522 * gdb.base/list1.c: Likewise.
10523
3b377a3a
AA
105242014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10525
10526 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
10527 variant.
10528 * gdb.base/break1.c: Likewise.
10529 * gdb.base/break.exp: Drop references to removed code.
10530
e444df73
AA
105312014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10532
10533 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
10534 variant.
10535
8008f2a7
AA
105362014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10537
10538 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
10539
a5a06887
AA
105402014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10541
10542 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
10543 logic into perform_all_tests() and invoke it with and without
10544 function header prototypes.
10545 (do_function_calls): Remove conditional XFAIL for PR 5318.
10546 (rerun_and_prepare): Remove duplicate code.
10547 (perform_all_tests): New. Main logic moved here.
10548
44dba9b9
AA
105492014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10550
10551 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
10552 code guarded by #ifdef NO_PROTOTYPES.
10553 (t_double_many_args): Likewise.
10554 (DEF_FUNC_MANY_ARGS_1): Likewise.
10555 (DEF_FUNC_VALUES_1): Likewise.
10556 (t_structs_ldc): Renamed from t_structs_fc in conditional code
10557 guarded by #ifdef PROTOTYPES.
10558
d1fbcd56
AA
105592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10560
10561 * gdb.mi/mi-console.c: Add eye-catcher.
10562 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
10563 instead of literal line number.
10564
b0e59b8f
AA
105652014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10566
10567 * gdb.base/shr2.c: Add eye-catcher.
10568 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
10569 line number.
10570
78f98cca
AA
105712014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10572
10573 * gdb.base/jump.c: Add eye-catchers.
10574 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
10575 numbers.
10576
58fa2af0
AA
105772014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10578
10579 * gdb.base/execd-prog.c: Add eye-catchers.
10580 * gdb.base/foll-exec.c: Likewise.
10581 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
10582 line numbers.
10583
04e5059b
AA
105842014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10585
10586 * gdb.base/ending-run.c: Add eye-catchers.
10587 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
10588 literal line numbers.
10589
dbfdb174
AA
105902014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10591
10592 * gdb.base/call-rt-st.c: Add eye-catchers.
10593 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
10594 literal line numbers.
10595
888a2ade
AA
105962014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10597
10598 * gdb.base/call-ar-st.c: Add eye-catchers.
10599 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
10600 literal line numbers.
10601
6acc2dde
AA
106022014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10603
10604 * gdb.base/average.c: Add eye-catchers.
10605 * gdb.base/sum.c: Likewise.
10606 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
10607 regexps dynamically.
10608
9ecfcd1d
AA
106092014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10610
10611 * gdb.base/solib1.c: Add eye-catchers.
10612 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
10613 literal line numbers.
10614
78708b7c
PA
106152014-11-12 Pedro Alves <palves@redhat.com>
10616
10617 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
10618 leader has exited.
10619
af48d08f
PA
106202014-11-12 Pedro Alves <palves@redhat.com>
10621
10622 * gdb.arch/i386-bp_permanent.c: New file.
10623 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
10624 (srcfile): Set to i386-bp_permanent.c.
10625 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
10626 that stepi does not execute the 'leave' instruction, instead of
10627 testing it does execute.
10628 * gdb.base/bp-permanent.c: New file.
10629 * gdb.base/bp-permanent.exp: New file.
10630
af3768e9
DE
106312014-11-10 Doug Evans <xdje42@gmail.com>
10632
10633 PR symtab/17564
10634 * gdb.base/symtab-search-order.exp: New file.
10635 * gdb.base/symtab-search-order.c: New file.
10636 * gdb.base/symtab-search-order-1.c: New file.
10637 * gdb.base/symtab-search-order-shlib-1.c: New file.
10638
9de00a4a
PA
106392014-11-07 Pedro Alves <palves@redhat.com>
10640
10641 PR gdb/17511
10642 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
10643 i?86-*-linux*.
10644
e0f52461
SC
106452014-11-03 Siva Chandra Reddy <sivachandra@google.com>
10646
10647 PR c++/17494
10648 * gdb.cp/pr17494.cc: New file.
10649 * gdb.cp/pr17494.exp: New file.
10650
6ce8c980
YQ
106512014-11-02 Yao Qi <yao@codesourcery.com>
10652
10653 * gdb.python/python.exp: Get working directory and match the
10654 output of "set extended-prompt \\w " with it.
10655
02be9a71
DE
106562014-10-30 Doug Evans <dje@google.com>
10657
10658 * gdb.python/py-objfile.exp: Add tests for setting random attributes
10659 in objfiles.
10660 * gdb.python/py-progspace.exp: Add tests for setting random attributes
10661 in progspaces.
10662
3bdff46b
LM
106632014-10-30 Janis Johnson <janisjo@codesourcery.com>
10664
10665 * gdb.base/fullpath-expand.exp: Skip for a remote host.
10666 * gdb.base/realname-expand.exp: Likewise.
10667 * gdb.linespec/macro-relative.exp: Likewise.
10668
ab917dfb
PA
106692014-10-29 Pedro Alves <palves@redhat.com>
10670
10671 PR gdb/17408
10672 * gdb.threads/schedlock.c (some_function): New function.
10673 (call_function): New global.
10674 (MAYBE_CALL_SOME_FUNCTION): New macro.
10675 (thread_function): Call it.
10676 * gdb.threads/schedlock.exp (get_args): Add description parameter,
10677 and use it instead of a global counter. Adjust all callers.
10678 (get_current_thread): Use "find current thread" for test message
10679 here rather than having all callers pass down the same string.
10680 (goto_loop): New procedure, factored out from ...
10681 (my_continue): ... this.
10682 (step_ten_loops): Change parameter from test message to command to
10683 use. Adjust.
10684 (list_count): Delete global.
10685 (check_result): New procedure, factored out from duplicate top
10686 level code.
10687 (continue tests): Wrap in with_test_prefix.
10688 (test_step): New procedure, factored out from duplicate top level
10689 code.
10690 (top level): Test "step" in combination with all scheduler-locking
10691 modes. Test "next" in combination with all scheduler-locking
10692 modes, and in combination with stepping over a function call or
10693 not.
10694 * gdb.threads/next-bp-other-thread.c: New file.
10695 * gdb.threads/next-bp-other-thread.exp: New file.
10696
d3d4baed
PA
106972014-10-29 Pedro Alves <palves@redhat.com>
10698
10699 PR python/17372
10700 * gdb.python/python.exp: Test a multi-line command that spawns
10701 interactive Python.
10702 * gdb.base/multi-line-starts-subshell.exp: New file.
10703
563e8d85
YQ
107042014-10-29 Yao Qi <yao@codesourcery.com>
10705
10706 * gdb.base/fileio.exp: Make directories on host.
10707
0ea4d52e
YQ
107082014-10-29 Yao Qi <yao@codesourcery.com>
10709
10710 * gdb.base/fileio.c (test_write): Close the file.
10711
7f5ef605
PA
107122014-10-28 Pedro Alves <palves@redhat.com>
10713
10714 PR gdb/12623
10715 * gdb.base/sigstep.c (no_handler): New global.
10716 (main): If 'no_handler is true, set the signal handlers to
10717 SIG_IGN.
10718 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
10719 with_sw_watch and no_handler parameters. Handle them.
10720 (top level) <stepping over handler when stopped at a breakpoint
10721 test>: Add a test axis for testing with a software watchpoint, and
10722 another for testing with the signal handler set to SIG_IGN.
10723 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
10724 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
10725
abbdbd03
PA
107262014-10-28 Pedro Alves <palves@redhat.com>
10727
10728 PR gdb/17511
10729 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
10730 * gdb.base/sigstep.exp (other_handler_location): New global.
10731 (advance): Support stepping into the signal handler, and running
10732 commands while in the handler.
10733 (in_handler_map): New global.
10734 (top level): In the advance test, add combinations for getting
10735 into the handler with stepping commands, and for running commands
10736 in the handler. Add comment descripting the advancei tests.
10737
1df4399f
PA
107382014-10-28 Pedro Alves <palves@redhat.com>
10739
10740 * gdb.base/sigstep.exp: Use build_executable instead of
10741 prepare_for_testing.
10742 (top level): Move code that starts GDB, runs to main and creates a
10743 display to ...
10744 (restart): ... this new procedure.
10745 (top level): Move backtrace from signal handler test to ...
10746 (validate_backtrace): ... this new procedure.
10747 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
10748 with_test_prefix. Always restart GDB.
10749 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
10750 with_test_prefix. Always restart GDB. No need to delete
10751 breakpoints after the test.
10752 (test_skip_handler): Remove prefix parameter.
10753 (skip_over_handler, breakpoint_to_handler)
10754 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
10755 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
10756 restart GDB. No need to delete breakpoints after the test.
10757 (top level): Use foreach to call the test procedures with
10758 different commands.
10759
a5b6e449
PA
107602014-10-28 Pedro Alves <palves@redhat.com>
10761
10762 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
10763 instead of GNATS numbers.
10764 * gdb.base/sigbpt.exp: Likewise.
10765 * gdb.base/siginfo.exp: Likewise.
10766 * gdb.base/sigstep.exp: Likewise.
10767
e5f8a7cc
PA
107682014-10-27 Pedro Alves <palves@redhat.com>
10769
10770 * gdb.base/sigstep.c (dummy): New global.
10771 (main): Issue a couple writes to the new global.
10772 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
10773 procedures.
10774 (skip_over_handler): Use test_skip_handler.
10775 (top level): Call skip_over_handler for stepi and nexti too.
10776 (breakpoint_over_handler): Use test_skip_handler.
10777 (top level): Call breakpoint_over_handler for stepi and nexti too.
10778
763905a3
YQ
107792014-10-27 Yao Qi <yao@codesourcery.com>
10780
10781 * gdb.trace/tfile.c (adjust_function_address)
10782 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
10783 function descriptor.
10784
6f259a23
DB
107852014-10-24 Don Breazeal <donb@codesourcery.com>
10786
10787 * gdb.base/foll-fork.exp (test_follow_fork,
10788 catch_fork_child_follow): Check for updated fork messages emitted
10789 from infrun.c.
10790 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
10791 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
10792 vfork_and_exec_child_follow_through_step): Check for updated vfork
10793 messages emitted from infrun.c.
10794
09dd9a69
PA
107952014-10-24 Pedro Alves <palves@redhat.com>
10796
10797 * gdb.base/corefile.exp: Remove references to ultrix.
10798 * gdb.base/interrupt.exp: Likewise.
10799 * gdb.base/whatis.exp: Likewise.
10800 * gdb.gdb/selftest.exp: Likewise.
10801 * gdb.threads/manythreads.exp: Likewise.
10802 * gdb.threads/print-threads.exp: Likewise.
10803 * gdb.threads/pthreads.exp:: Likewise.
10804 * gdb.threads/schedlock.exp: Likewise.
10805
3433cfa5
SC
108062014-10-24 Siva Chandra Reddy <sivachandra@google.com>
10807
10808 * gdb.cp/non-trivial-retval.cc: Add a test case.
10809 * gdb.cp/non-trivial-retval.exp: Add a test.
10810
092f880b
YQ
108112014-10-20 Yao Qi <yao@codesourcery.com>
10812
10813 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
10814 * gdb.python/py-objfile-script-gdb.py: New file.
10815 * gdb.python/py-objfile-script.exp: Update reference to
10816 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
10817 of remote_download. Remove the dest file.
10818
acbdb7f3
YQ
108192014-10-20 Yao Qi <yao@codesourcery.com>
10820
10821 * gdb.base/checkpoint.exp: Don't remove file copied on host.
10822 * gdb.base/step-line.exp: Likewise.
10823 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
10824 * gdb.dwarf2/dw2-basic.exp: Likewise.
10825 * gdb.dwarf2/dw2-compressed.exp: Likewise.
10826 * gdb.dwarf2/dw2-filename.exp: Likewise.
10827 * gdb.dwarf2/dw2-intercu.exp: Likewise.
10828 * gdb.dwarf2/dw2-intermix.exp: Likewise.
10829 * gdb.dwarf2/dw2-producer.exp: Likewise.
10830 * gdb.dwarf2/mac-fileno.exp: Likewise.
10831 * gdb.python/py-frame-args.exp: Likewise.
10832 * gdb.python/py-framefilter.exp: Likewise.
10833 * gdb.python/py-mi.exp: Likewise.
10834 * gdb.python/py-objfile-script.exp: Likewise
10835 * gdb.python/py-pp-integral.exp: Likewise.
10836 * gdb.python/py-pp-re-notag.exp: Likewise.
10837 * gdb.python/py-prettyprint.exp: Likewise.
10838 * gdb.python/py-section-script.exp: Likewise.
10839 * gdb.python/py-typeprint.exp: Likewise.
10840 * gdb.python/py-xmethods.exp: Likewise.
10841 * gdb.stabs/weird.exp: Likewise.
10842 * gdb.xml/tdesc-regs.exp: Likewise.
10843
bd286a29
KCY
108442014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
10845
10846 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
10847 (out_cu): Use addr_len for the size of addresses.
10848 (out_line): Likewise. Size DW_LNE_set_address instruction
10849 according to addr_len.
10850 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
10851 (FUNC): Add START_INSNS to definition.
10852
673dc4a0
YQ
108532014-10-18 Yao Qi <yao@codesourcery.com>
10854
10855 * gdb.base/argv0-symlink.exp: Check argv[0] value if
10856 gdb_has_argv0 return true.
10857 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
10858 check [target_info exists noargs], check [gdb_has_argv0]
10859 instead.
10860 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
10861 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
10862 procedures.
10863
4ffbba72
DE
108642014-10-17 Doug Evans <dje@google.com>
10865
10866 * gdb.python/py-events.exp: Update expected output for clear_objfiles
10867 event.
10868 * gdb.python/py-events.py: Add clear_objfiles event.
10869
d096d8c1
DE
108702014-10-17 Doug Evans <dje@google.com>
10871
10872 * gdb.python/py-objfile.exp: Test progspace attribute.
10873
a80db015
LM
108742014-10-17 Luis Machado <lgustavo@codesourcery.com>
10875
10876 * gdb.guile/scm-breakpoint.exp: Do not assume any
10877 directory separators when matching source file paths.
10878 * gdb.python/py-breakpoint.exp: Likewise.
10879 * gdb.reverse/break-precsave.exp: Likewise.
10880 * gdb.reverse/break-reverse.exp: Likewise.
10881 * gdb.reverse/consecutive-precsave.exp: Likewise.
10882 * gdb.reverse/finish-precsave.exp: Likewise.
10883 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
10884 * gdb.reverse/finish-reverse.exp: Likewise.
10885 * gdb.reverse/i386-precsave.exp: Likewise.
10886 * gdb.reverse/i387-env-reverse.exp: Likewise.
10887 * gdb.reverse/i387-stack-reverse.exp: Likewise.
10888 * gdb.reverse/machinestate-precsave.exp: Likewise.
10889 * gdb.reverse/machinestate.exp: Likewise.
10890 * gdb.reverse/sigall-precsave.exp: Likewise.
10891 * gdb.reverse/solib-precsave.exp: Likewise.
10892 * gdb.reverse/step-precsave.exp: Likewise.
10893 * gdb.reverse/until-precsave.exp: Likewise.
10894 * gdb.reverse/watch-precsave.exp: Likewise.
10895 * gdb.reverse/watch-reverse.exp: Likewise.
10896
b22089ab
YQ
108972014-10-17 Yao Qi <yao@codesourcery.com>
10898
10899 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
10900 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
10901
6c4486e6
PA
109022014-10-17 Pedro Alves <palves@redhat.com>
10903
10904 PR gdb/17471
10905 * gdb.base/bg-execution-repeat.c: New file.
10906 * gdb.base/bg-execution-repeat.exp: New file.
10907
0ff33695
PA
109082014-10-17 Pedro Alves <palves@redhat.com>
10909
10910 PR gdb/17300
10911 * gdb.base/continue-all-already-running.c: New file.
10912 * gdb.base/continue-all-already-running.exp: New file.
10913
6fdebc3d
PA
109142014-10-17 Pedro Alves <palves@redhat.com>
10915
10916 PR gdb/17472
10917 * gdb.base/annota-input-while-running.c: New file.
10918 * gdb.base/annota-input-while-running.exp: New file.
10919
32a8097b
PA
109202014-10-17 Pedro Alves <palves@redhat.com>
10921
10922 * gdb.base/callfuncs.exp: emove references to osf.
10923 * gdb.base/sigall.exp: Likewise.
10924 * gdb.gdb/selftest.exp: Likewise.
10925 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
10926 * gdb.mi/non-stop.c: Likewise.
10927 * gdb.mi/pthreads.c: Likewise.
10928 * gdb.reverse/sigall-precsave.exp: Likewise.
10929 * gdb.reverse/sigall-reverse.exp: Likewise.
10930 * gdb.threads/pthreads.c: Likewise.
10931 * gdb.threads/pthreads.exp: Likewise.
10932
7a3517ff
YQ
109332014-10-17 Yao Qi <yao@codesourcery.com>
10934
10935 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
10936 check 'target_info exists noargs'.
10937 (test_command_prompt_position): Likewise.
10938 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
10939 Remove "set args".
10940 (progvar_simple_while_test): Likewise.
10941 (progvar_complex_if_while_test): Likewise.
10942 (if_while_breakpoint_command_test): Likewise.
10943 (infrun_breakpoint_command_test): Likewise.
10944 (breakpoint_command_test): Likewise.
10945 (watchpoint_command_test): Likewise.
10946 (bp_deleted_in_command_test): Likewise.
10947 (temporary_breakpoint_commands): Likewise.
10948
bb99c472
YQ
109492014-10-16 Yao Qi <yao@codesourcery.com>
10950
10951 * gdb.base/remotetimeout.exp: Remove noargs checking.
10952
7c16b83e
PA
109532014-10-15 Pedro Alves <palves@redhat.com>
10954
10955 PR breakpoints/9649
10956 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
10957 * gdb.base/breakpoint-in-ro-region.exp
10958 (probe_target_hardware_step): New procedure.
10959 (top level): Probe hardware stepping and hardware breakpoint
10960 support. Test stepping through a read-only region, with both
10961 "breakpoint auto-hw" on and off and both "always-inserted" on and
10962 off.
10963
35a49624
IB
109642014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
10965
10966 * gdb.dlang/demangle.exp: Update for demangling changes.
10967
2d1c107c
SC
109682014-10-15 Siva Chandra Reddy <sivachandra@google.com>
10969
10970 * gdb.cp/non-trivial-retval.cc: Add new test cases.
10971 * gdb.cp/non-trivial-retval.exp: Add new tests.
10972
778811d5
SC
109732014-10-15 Siva Chandra Reddy <sivachandra@google.com>
10974
10975 PR c++/13403
10976 PR c++/15154
10977 * gdb.cp/non-trivial-retval.cc: New file.
10978 * gdb.cp/non-trivial-retval.exp: New file.
10979
10c5f0a8
YQ
109802014-10-15 Yao Qi <yao@codesourcery.com>
10981
10982 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
10983 remote host.
10984
65d7b369
YQ
109852014-10-15 Yao Qi <yao@codesourcery.com>
10986
10987 * gdb.python/py-symbol.exp: Match file base name if host is
10988 remote, otherwise match file name with dir name.
10989 * gdb.python/py-symtab.exp: Likewise.
10990 * gdb.python/python.exp: Likewise.
10991
46dc1394
YQ
109922014-10-15 Yao Qi <yao@codesourcery.com>
10993
10994 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
10995 pattern.
10996 * gdb.python/py-symtab.exp: Likewise.
10997 * gdb.python/python.exp: Remove trailing ".*". Fix typo
10998 locationn.
10999
c40cc657
JB
110002014-10-14 Joel Brobecker <brobecker@adacore.com>
11001
11002 * gdb.ada/addr_arith: New testcase.
11003
2abf49e1
MR
110042014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
11005
11006 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
11007 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
11008 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
11009 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
11010
f7088df3
SDJ
110112014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
11012
11013 * gdb.arch/stap-eval-lang-ada.S: Likewise.
11014 * gdb.arch/stap-eval-lang-ada.c: Likewise.
11015 * gdb.arch/stap-eval-lang-ada.exp: New file.
11016
4dc06805
YQ
110172014-10-14 Yao Qi <yao@codesourcery.com>
11018
11019 * gdb.mi/mi-var-child.c (nothing1): New function.
11020 (nothing2): New function.
11021 (do_children_tests): Set function pointers by nothing1 and
11022 nothing2.
11023 * gdb.mi/mi-var-child.exp: Step over new added statements.
11024 Update test to match the new output.
11025 * gdb.mi/var-cmd.c (nothing1): New function.
11026 (nothing2): New function.
11027 (do_children_tests): Set function pointers by nothing1 and
11028 nothing2.
11029 * gdb.mi/mi-var-display.exp: Update test to match output.
11030 Step to the line specified by $line_dct_nothing.
11031 Increase the number of lines to step.
11032
46a93de2
YQ
110332014-10-14 Yao Qi <yao@codesourcery.com>
11034
11035 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
11036 tests.
11037 * gdb.mi/mi2-var-child.exp: Likewise.
11038
14ea52ee
DE
110392014-10-13 Doug Evans <dje@google.com>
11040
11041 * gdb.python/py-objfile.exp: Change name of file name test.
11042
e5c6e92b
DE
110432014-10-13 Doug Evans <dje@google.com>
11044
11045 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
11046 from the start of the CU.
11047
c780cc2f
JK
110482014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11049 Yao Qi <yao@codesourcery.com>
11050
11051 Fix "save breakpoints" for "catch" command.
11052 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
11053 Remove -nonewline. Match also the added "main" line.
11054
99894e11
JK
110552014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11056
11057 Fix "save breakpoints" for "disable $bpnum" command.
11058 * gdb.base/save-bp.c (main): Add label.
11059 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
11060
6e1ac5a3
JK
110612014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11062
11063 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
11064
754dd2b0
YQ
110652014-10-11 Yao Qi <yao@codesourcery.com>
11066
11067 * gdb.server/server-kill.exp: Execute command
11068 "set remote trace-status-packet on" before "tstatus".
11069
f90183d7
YQ
110702014-10-11 Yao Qi <yao@codesourcery.com>
11071
11072 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
11073 (main): Call getppid.
11074 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
11075 and continue to it. Read variable "server_pid".
11076
bf40a607
YQ
110772014-10-11 Yao Qi <yao@codesourcery.com>
11078
11079 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
11080
052ca370
YQ
110812014-10-11 Yao Qi <yao@codesourcery.com>
11082
11083 * gdb.threads/thread-find.exp: Don't execute command
11084 "info threads".
11085 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
11086 * gdb.threads/linux-dp.exp: Don't check the condition
11087 $threads_created equals to zero.
11088
3831839c
PA
110892014-10-10 Pedro Alves <palves@redhat.com>
11090
11091 * gdb.base/bigcore.exp: Remove references to IRIX.
11092 * gdb.base/funcargs.exp: Likewise.
11093 * gdb.base/interrupt.exp: Likewise.
11094 * gdb.base/mips_pro.exp: Likewise.
11095 * gdb.base/nodebug.exp: Likewise.
11096 * gdb.base/setvar.exp: Likewise.
11097 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
11098
8b9a549d
PA
110992014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11100 Pedro Alves <palves@redhat.com>
11101
11102 PR symtab/14466
11103 * gdb.base/vdso-warning.c: New file.
11104 * gdb.base/vdso-warning.exp: New file.
11105
d48ba5e8
DE
111062014-10-02 Doug Evans <dje@google.com>
11107
11108 * gdb.base/structs.c (main): Don't run forever.
11109
2278c276
PA
111102014-10-02 Pedro Alves <palves@redhat.com>
11111
11112 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
11113 (top level) <stop threads 1, stop threads 2>: Use it.
11114
b57bacec
PA
111152014-10-02 Pedro Alves <palves@redhat.com>
11116
11117 * gdb.threads/break-while-running.exp (test): Add new
11118 'update_thread_list' argument. Skip "info threads" if false.
11119 (top level): Add new 'update_thread_list' axis.
11120
13fd3ff3
PA
111212014-10-02 Pedro Alves <palves@redhat.com>
11122
11123 PR breakpoints/17431
11124 * gdb.base/execl-update-breakpoints.c: New file.
11125 * gdb.base/execl-update-breakpoints.exp: New file.
11126
0fec99e8
PA
111272014-10-01 Pedro Alves <palves@redhat.com>
11128
11129 * gdb.base/breakpoint-in-ro-region.c: New file.
11130 * gdb.base/breakpoint-in-ro-region.exp: New file.
11131
2ddf4301
SM
111322014-10-01 Simon Marchi <simon.marchi@ericsson.com>
11133
11134 * gdb.mi/mi-exit-code.exp: New file.
11135 * gdb.mi/mi-exit-code.c: New file.
11136
6a5f3f43
YQ
111372014-09-30 Yao Qi <yao@codesourcery.com>
11138
11139 * lib/prelink-support.exp (build_executable_own_libs): Error if
11140 the target isn't native.
11141
345bcc73
YQ
111422014-09-30 Yao Qi <yao@codesourcery.com>
11143
11144 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
11145 false.
11146
a25a5a45
PA
111472014-09-22 Pedro Alves <palves@redhat.com>
11148
11149 * gdb.threads/break-while-running.exp: New file.
11150 * gdb.threads/break-while-running.c: New file.
11151
00ba3162
YQ
111522014-09-19 Yao Qi <yao@codesourcery.com>
11153
11154 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
11155 Invoke test. Restart GDB with --readnow and invoke test again.
11156
c3b7b696
YQ
111572014-09-19 Yao Qi <yao@codesourcery.com>
11158
11159 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
11160 proc set_breakpoint_on_gcd_function. Invoke
11161 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
11162 invoke set_breakpoint_on_gcd_function again.
11163
2b4fd423
DE
111642014-09-18 Doug Evans <dje@google.com>
11165
11166 * gdb.dwarf2/symtab-producer.exp: New file.
11167
a5947601
SDJ
111682014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
11169
11170 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
11171 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
11172 * gdb.base/global-var-nested-by-dso.c: Likewise.
11173 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11174
91c19059
SDJ
111752014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
11176 Pedro Alves <palves@redhat.com>
11177
11178 * gdb.base/watch-bitfields.exp: Pass string other than test file
11179 name to prepare_for_testing.
11180 (watch): New procedure.
11181 (expect_watchpoint): Use with_test_prefix.
11182 (top level): Factor out tests to ...
11183 (test_watch_location, test_regular_watch): ... these new
11184 procedures, and use with_test_prefix and gdb_continue_to_end.
11185
bb9d5f81
PP
111862014-09-16 Patrick Palka <patrick@parcs.ath.cx>
11187
11188 PR breakpoints/12526
11189 * gdb.base/watch-bitfields.exp: New file.
11190 * gdb.base/watch-bitfields.c: New file.
11191
635856f5
PA
111922014-09-16 Pedro Alves <palves@redhat.com>
11193
11194 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
11195 software and hardware addresses, not software address against
11196 itself.
11197
7280ceea
PA
111982014-09-16 Pedro Alves <palves@redhat.com>
11199
11200 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
11201 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
11202
428b16bd
PA
112032014-09-16 Pedro Alves <palves@redhat.com>
11204
11205 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
11206 files.
11207 * gdb.base/a2-run.exp: Remove all code guarded by istarget
11208 "*-*-vxworks*" throughout.
11209 * gdb.base/break.exp: Likewise.
11210 * gdb.base/default.exp: Likewise.
11211 * gdb.base/scope.exp: Likewise.
11212 * gdb.base/sepdebug.exp: Likewise.
11213 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
11214 throughout.
11215 * gdb.base/run.c: Likewise.
11216 * gdb.base/sepdebug.c: Likewise.
11217 * gdb.hp/gdb.aCC/run.c: Likewise.
11218 * gdb.reverse/until-reverse.c: Likewise.
11219 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
11220
666d413c
YQ
112212014-09-16 Yao Qi <yao@codesourcery.com>
11222
11223 * boards/local-remote-host-native.exp: New file.
11224
57cbd724
DE
112252014-09-14 Doug Evans <xdje42@gmail.com>
11226
11227 * gdb.threads/queue-signal.c (thread_count): New variable.
11228 (thread_count_mutex, thread_count_condvar): New variables.
11229 (incr_thread_count, wait_all_threads_running): New functions.
11230 (main): Wait for all threads to be in their thread functions.
11231
81219e53
DE
112322014-09-13 Doug Evans <xdje42@gmail.com>
11233
11234 * gdb.threads/queue-signal.c: New file.
11235 * gdb.threads/queue-signal.exp: New file.
11236
3714cea7
DE
112372014-09-13 Doug Evans <xdje42@gmail.com>
11238
11239 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
11240 be consistent with what default_gdb_init uses.
11241 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
11242 the plain text of the prompt. Add some logging printfs.
11243 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
11244
fa43b1d7
PA
112452014-09-12 Pedro Alves <palves@redhat.com>
11246
11247 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
11248 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
11249 * gdb.arch/i386-size-overlap.exp: Likewise.
11250 * gdb.arch/i386-size.exp: Likewise.
11251 * gdb.arch/i386-unwind.exp: Likewise.
11252 * gdb.base/a2-run.exp: Likewise.
11253 * gdb.base/break.exp: Likewise.
11254 * gdb.base/charset.exp: Likewise.
11255 * gdb.base/chng-syms.exp: Likewise.
11256 * gdb.base/commands.exp: Likewise.
11257 * gdb.base/dbx.exp: Likewise.
11258 * gdb.base/find.exp: Likewise.
11259 * gdb.base/funcargs.exp: Likewise.
11260 * gdb.base/jit-simple.exp: Likewise.
11261 * gdb.base/reread.exp: Likewise.
11262 * gdb.base/sepdebug.exp: Likewise.
11263 * gdb.base/step-bt.exp: Likewise.
11264 * gdb.cp/mb-inline.exp: Likewise.
11265 * gdb.cp/mb-templates.exp: Likewise.
11266 * gdb.objc/basicclass.exp: Likewise.
11267 * gdb.threads/killed.exp: Likewise.
11268
9d9bf2df
EBM
112692014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11270
11271 PR tdep/17379
11272 * gdb.arch/powerpc-stackless.S: New file.
11273 * gdb.arch/powerpc-stackless.exp: New file.
11274
1cf2f1b0
JK
112752014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11276
11277 * gdb.base/attach.c: Include unistd.h.
11278 (main): Call alarm. Add label postloop.
11279 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
11280 gdb_breakpoint, gdb_continue_to_breakpoint.
11281 (test_command_line_attach_run): Kill ${testpid} in one exit path.
11282
98880d46
PA
112832014-09-11 Pedro Alves <palves@redhat.com>
11284
11285 PR gdb/17347
11286 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
11287 * gdb.base/attach.exp (test_command_line_attach_run): New
11288 procedure.
11289 (top level): Call it.
11290
4c92ff2c
PA
112912014-09-11 Pedro Alves <palves@redhat.com>
11292
11293 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
11294 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
11295 (do_command_attach_tests): Use spawn_wait_for_attach.
11296 * gdb.base/solib-overlap.exp: Likewise.
11297 * gdb.multi/multi-attach.exp: Likewise.
11298 * gdb.python/py-prompt.exp: Likewise.
11299 * gdb.python/py-sync-interp.exp: Likewise.
11300 * gdb.server/ext-attach.exp: Likewise.
11301
3adc1a7d
GKB
113022014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
11303
11304 * gdb.fortran/array-element.exp: Remove unexpected "continue"
11305 command in testcase. Simplify testcase.
11306
96334934
JB
113072014-09-10 Joel Brobecker <brobecker@adacore.com>
11308
11309 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
11310
eb479039
JB
113112014-09-10 Joel Brobecker <brobecker@adacore.com>
11312
11313 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
11314
deede10c
JB
113152014-09-10 Joel Brobecker <brobecker@adacore.com>
11316
11317 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
11318
7828a5f5
JB
113192014-09-10 Joel Brobecker <brobecker@adacore.com>
11320
11321 * gdb.dwarf2/dynarr-ptr.c: New file.
11322 * gdb.dwarf2/dynarr-ptr.exp: New file.
11323
33aeebcf
MR
113242014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11325
11326 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
11327 of 30 rather than hardcoding 120 for a slow test case. Take the
11328 `gdb,timeout' target setting into account for this calculation.
11329 Don't extend the timeout for the test cases that don't need it.
11330
7b415901
MR
113312014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11332
11333 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
11334 a factor of 2 for a slow test case. Take the `gdb,timeout'
11335 target setting into account for this calculation.
11336 * gdb.reverse/until-precsave.exp: Increase the timeout by
11337 a factor of 15 and 3 respectively rather than adding 120
11338 for a pair of slow test cases. Take the `gdb,timeout'
11339 target setting into account for this calculation.
11340
4a40f85a
MR
113412014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11342
11343 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
11344 timeout, don't pass one down to gdb_expect.
11345 (gdb_expect): Rework timeout selection.
11346
09635af7
MR
113472014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11348
11349 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
11350 exception on timeout.
11351 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
11352 (gdbserver_start_extended): Catch any `gdbserver_start' error
11353 exceptions.
11354 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
11355 * lib/mi-support.exp (mi_gdb_target_load): Catch any
11356 `gdbserver_gdb_load' error exceptions.
11357
2bdd10b7
MR
113582014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11359
11360 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
11361 120 on waiting for the TCP socket to open.
11362
316935f0
DE
113632014-09-09 Doug Evans <xdje42@gmail.com>
11364
11365 * gdb.base/default.exp (show_conv_list): Add _caller_is,
11366 _caller_matches, _any_caller_is, _any_caller_matches.
11367
83740597
DE
113682014-09-09 Doug Evans <xdje42@gmail.com>
11369
11370 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
11371
4c122fc3
YQ
113722014-09-09 Yao Qi <yao@codesourcery.com>
11373
11374 * gdb.mi/mi-var-display.exp: Set print symbol off.
11375
a9f116cb
GKB
113762014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
11377
11378 PR gdb/17035
11379 * gdb.base/commands.exp: Add tests to verify user-defined
11380 commands with empty bodies.
11381 * gdb.python/py-cmd.exp: Test that we don't show user-defined
11382 python commands in `show user command`.
11383 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
11384 scheme commands in `show user command`.
11385
c75bd3a2
JK
113862014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11387
11388 PR python/17355
11389 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
11390 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
11391 * gdb.python/py-framefilter-invalidarg.exp: New file.
11392 * gdb.python/py-framefilter-invalidarg.py: New file.
11393
faa42425
DE
113942014-09-06 Doug Evans <xdje42@gmail.com>
11395
11396 PR 15276
11397 * gdb.python/py-caller-is.c: New file.
11398 * gdb.python/py-caller-is.exp: New file.
11399
474ca4f6
SDJ
114002014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
11401
11402 PR gdb/17235
11403 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
11404 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
11405
eb0b0463
SDJ
114062014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
11407
11408 PR fortran/17237
11409 * gdb.fortran/print-formatted.exp: New file.
11410 * gdb.fortran/print-formatted.f90: Likewise.
11411
5f3b99cf
SS
114122014-09-03 Sasha Smundak <asmundak@google.com>
11413
11414 * gdb.python/py-frame.exp: Test Frame.read_register.
11415
7d793aa9
SDJ
114162014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
11417
11418 PR python/16699
11419 * gdb.python/py-completion.exp: New file.
11420 * gdb.python/py-completion.py: Likewise.
11421
fb0576e9
DE
114222014-08-28 Doug Evans <dje@google.com>
11423
11424 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
11425 eax,etc. are live with values set by gdb and thus the compiler can't
11426 use them.
11427 * gdb.arch/i386-pseudo.c (main): Ditto.
11428
ee92b0dd
DE
114292014-08-27 Doug Evans <dje@google.com>
11430
11431 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
11432
6649db35
DE
114332014-08-25 Doug Evans <dje@google.com>
11434
11435 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
11436 (main): Ditto.
11437
564b7600
DE
114382014-08-25 Doug Evans <dje@google.com>
11439
11440 * gdb.threads/thread-execl.exp: #include <stdio.h>.
11441
3881fb67
YQ
114422014-08-24 Yao Qi <yao@codesourcery.com>
11443
11444 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
11445 symbol off.
11446 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
11447
a05a36a5
DE
114482014-08-22 Doug Evans <dje@google.com>
11449
11450 PR 17276
11451 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
11452 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
11453 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
11454
7c343b48
YQ
114552014-08-22 Yao Qi <yao@codesourcery.com>
11456
11457 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
11458 * gdb.python/py-finish-breakpoint2.exp: Likewise.
11459 * gdb.python/python.exp: Likewise. Use .py file on the host
11460 instead of the build.
11461
22fd09ae
JK
114622014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11463
11464 * gdb.threads/gcore-stale-thread.c: New file.
11465 * gdb.threads/gcore-stale-thread.exp: New file.
11466
a8454a7c
PA
114672014-08-21 Pedro Alves <palves@redhat.com>
11468
11469 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
11470 * gdb.base/gcore-relro-pie.exp: Likewise.
11471 * gdb.base/gcore-relro.exp: Likewise.
11472 * gdb.base/gcore.exp: Likewise.
11473 * gdb.base/print-symbol-loading.exp: Likewise.
11474 * gdb.threads/gcore-thread.exp: Likewise.
11475 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
11476
2a31c623
PA
114772014-08-20 Pedro Alves <palves@redhat.com>
11478 Jan Kratochvil <jan.kratochvil@redhat.com>
11479
11480 * Makefile.in (EXTRA_RULES, CC): New variables, get from
11481 configure.
11482 (EXPECT): Handle READ1 being set.
11483 (all): Depend on EXTRA_RULES.
11484 (check-read1, expect-read1, read1.so, read1): New rules.
11485 * README (Testsuite Parameters): Document the READ1 make variable.
11486 (Race detection): New section.
11487 * configure: Regenerate.
11488 * configure.ac: If build==host==target, and running under a
11489 GNU/glibc system, add read1 to the extra Makefile rules.
11490 (EXTRA_RULES): AC_SUBST it.
11491 * lib/read1.c: New file.
11492
d36430db
JB
114932014-08-20 Joel Brobecker <brobecker@adacore.com>
11494
11495 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
11496 the handling of variables declared as a typedef to an array
11497 which a DW_AT_data_location attribute.
11498
9a0dc9e3
PA
114992014-08-19 Andrew Burgess <aburgess@broadcom.com>
11500 Pedro Alves <palves@redhat.com>
11501
11502 PR symtab/14604
11503 PR symtab/14605
11504 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
11505 gdb_test.
11506
0718a8da
PA
115072014-08-19 Pedro Alves <palves@redhat.com>
11508
11509 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
11510
13b448cd
YQ
115112014-08-19 Yao Qi <yao@codesourcery.com>
11512
11513 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
11514 right line.
11515
1cbf5077
DB
115162014-08-18 David Blaikie <dblaikie@gmail.com>
11517
11518 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
11519
bf0fae19
JB
115202014-08-18 Joel Brobecker <brobecker@adacore.com>
11521
11522 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
11523 attribute in array range.
11524
3c8c5dcc
JB
115252014-08-18 Joel Brobecker <brobecker@adacore.com>
11526
11527 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
11528
e66d4446
SC
115292014-08-15 Siva Chandra Reddy <sivachandra@google.com>
11530
11531 PR c++/17132
11532 * gdb.cp/pr17132.cc: New file.
11533 * gdb.cp/pr17132.exp: New file.
11534
940df408
SC
115352014-08-15 Siva Chandra Reddy <sivachandra@google.com>
11536
11537 * gdb.python/py-xmethods.py (A_getarrayind)
11538 (E_method_char_worker.__call__, E_method_int_worker.__call__):
11539 Use 'print' with function call syntax.
11540 (E_method_matcher.match): Fix tab vs space indentation mixup.
11541
ebcc6c3a
YQ
115422014-08-15 Yao Qi <yao@codesourcery.com>
11543
11544 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
11545 false.
11546
775e0f04
YQ
115472014-08-15 Yao Qi <yao@codesourcery.com>
11548
11549 * gdb.cp/casts.exp: Set print symbol off.
11550 * gdb.cp/class2.exp: Likewise.
11551 * gdb.cp/overload.exp: Likewise.
11552 * gdb.cp/templates.exp: Likewise.
11553
d769e349
DE
115542014-08-11 Doug Evans <dje@google.com>
11555
11556 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
11557 (test_load_shlib): Update.
11558
20c6f1e1
YQ
115592014-08-09 Yao Qi <yao@codesourcery.com>
11560
11561 * gdb.base/display.exp: Invoke is_address_zero_readable.
11562 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
11563 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
11564 * gdb.base/hbreak-unmapped.exp: Return if
11565 is_address_zero_readable returns true.
11566 * gdb.base/signest.exp: Likewise.
11567 * gdb.base/signull.exp: Likewise.
11568 * gdb.base/sigbpt.exp: Likewise.
11569 * gdb.guile/scm-disasm.exp: Do the test if
11570 is_address_zero_readable returns false.
11571 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
11572 * gdb.python/py-arch.exp: Likewise.
11573 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
11574 * lib/gdb.exp (is_address_zero_readable): New proc.
11575
5792e8e3
YQ
115762014-08-09 Yao Qi <yao@codesourcery.com>
11577
11578 PR testsuite/13443
11579 * gdb.mi/mi-var-display.exp: Make test messages unique.
11580
3cecbbbe
TT
115812014-08-04 Tom Tromey <tromey@redhat.com>
11582
11583 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
11584 target 0".
11585
00b51ff5
TT
115862014-08-04 Tom Tromey <tromey@redhat.com>
11587
11588 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
11589 "target_resume".
11590
6908c509
JB
115912014-08-01 Joel Brobecker <brobecker@adacore.com>
11592
11593 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
11594 inner_vla_struct_object_size.
11595 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
11596 as xfail.
11597
cc6563d2
PA
115982014-07-30 Pedro Alves <palves@redhat.com>
11599
11600 * gdb.threads/signal-command-handle-nopass.exp (test): Add
11601 comment.
11602
7e09a223
YQ
116032014-07-29 Yao Qi <yao@codesourcery.com>
11604
11605 PR gdb/17206
11606 * gdb.base/until-nodebug.exp: New.
11607
7ebdbe92
DE
116082014-07-28 Doug Evans <xdje42@gmail.com>
11609
11610 PR guile/17203
11611 * gdb.guile/scm-parameter.exp: Add tests for trying to create
11612 previously existing parameter, and previously ambiguously spelled
11613 parameter.
11614
fdb1adc6
WN
116152014-07-28 Will Newton <will.newton@linaro.org>
11616
11617 * gdb.base/varargs.exp: Remove KFAILs for ARM.
11618
186fcde0
DE
116192014-07-26 Ludovic Courtès <ludo@gnu.org>
11620 Doug Evans <xdje42@gmail.com>
11621
11622 PR guile/17146
11623 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
11624
70509625
PA
116252014-07-25 Pedro Alves <palves@redhat.com>
11626
11627 * gdb.threads/signal-command-handle-nopass.c: New file.
11628 * gdb.threads/signal-command-handle-nopass.exp: New file.
11629 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
11630 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
11631 * gdb.threads/signal-delivered-right-thread.c: New file.
11632 * gdb.threads/signal-delivered-right-thread.exp: New file.
11633
c3f814a1
PA
116342014-07-25 Pedro Alves <palves@redhat.com>
11635
11636 * gdb.base/double-prompt-target-event-error.exp
11637 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
11638 match.
11639 (cancel_pagination_in_target_event): Rework double prompt
11640 detection.
11641 * gdb.base/paginate-after-ctrl-c-running.exp
11642 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
11643 <return>' match.
11644 * gdb.base/paginate-bg-execution.exp
11645 (test_bg_execution_pagination_return)
11646 (test_bg_execution_pagination_cancel): Remove '-notransfer
11647 <return>' matches.
11648 * gdb.base/paginate-execution-startup.exp
11649 (test_fg_execution_pagination_return)
11650 (test_fg_execution_pagination_cancel): Remove '-notransfer
11651 <return>' matches.
11652 * gdb.base/paginate-inferior-exit.exp
11653 (test_paginate_inferior_exited): Remove '-notransfer <return>'
11654 match.
11655 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
11656 * lib/gdb.exp (pagination_prompt): Run text through
11657 string_to_regexp.
11658 (gdb_test_multiple): Match $pagination_prompt instead of
11659 "<return>".
11660 (string_to_regexp): Move to lib/gdb-utils.exp.
11661
e214cf6c
JK
116622014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11663
11664 * gdb.arch/amd64-entry-value-paramref.S: New file.
11665 * gdb.arch/amd64-entry-value-paramref.cc: New file.
11666 * gdb.arch/amd64-entry-value-paramref.exp: New file.
11667 * gdb.arch/amd64-optimout-repeat.S: New file.
11668 * gdb.arch/amd64-optimout-repeat.c: New file.
11669 * gdb.arch/amd64-optimout-repeat.exp: New file.
11670
17d0c5c8
JK
116712014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11672
11673 PR gdb/17170
11674 * gdb.base/statistics.exp: New file.
11675
b8b8facf
DE
116762014-07-17 Doug Evans <dje@google.com>
11677
74b49205 11678 PR gdb/17170
b8b8facf
DE
11679 * gdb.base/maint.exp: Update testing of per-command stats.
11680
1b5d0ab3
PA
116812014-07-16 Pedro Alves <palves@redhat.com>
11682
11683 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
11684 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
11685 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
11686 (tfile_write_buf): New functions.
11687 (add_memory_block): Rewrite using the above.
11688 (adjust_function_address): New function.
11689 (FUNCTION_ADDRESS): New macro.
11690 (write_basic_trace_file): Remove short_x local, and use
11691 tfile_write_16. Change type of func_addr local to unsigned long
11692 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
11693 here. Cast argument of add_memory_block to char pointer.
11694 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
11695 (main): Remove parameters.
11696 * gdb.trace/tfile.exp: Remove nowarnings.
11697
4d974e88
SM
116982014-07-15 Simon Marchi <simon.marchi@ericsson.com>
11699
11700 * gdb.base/debug-expr.exp: Test string evaluation with
11701 "debug expression" on.
11702
41e99568
PA
117032014-07-15 Pedro Alves <palves@redhat.com>
11704
11705 * gdb.base/reread.exp: Use clean_restart.
11706
487d9753
PL
117072014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
11708
11709 * gdb.arch/avr-flash-qualifer.c: New.
11710 * gdb.arch/avr-flash-qualifer.exp: New.
11711
cc1c52ad
PA
117122014-07-14 Pedro Alves <palves@redhat.com>
11713
11714 * gdb.base/paginate-after-ctrl-c-running.c: New file.
11715 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
11716
1e973570
PA
117172014-07-14 Pedro Alves <palves@redhat.com>
11718
11719 * gdb.base/double-prompt-target-event-error.c: New file.
11720 * gdb.base/double-prompt-target-event-error.exp: New file.
11721
93d6eb10
PA
117222014-07-14 Pedro Alves <palves@redhat.com>
11723
11724 PR gdb/17072
11725 * gdb.base/paginate-inferior-exit.c: New file.
11726 * gdb.base/paginate-inferior-exit.exp: New file.
11727
0017922d
PA
117282014-07-14 Pedro Alves <palves@redhat.com>
11729
11730 PR gdb/17072
11731 * gdb.base/paginate-bg-execution.c: New file.
11732 * gdb.base/paginate-bg-execution.exp: New file.
11733
94696ad3
PA
117342014-07-14 Pedro Alves <palves@redhat.com>
11735
11736 PR gdb/17072
11737 * gdb.base/paginate-execution-startup.c: New file.
11738 * gdb.base/paginate-execution-startup.exp: New file.
11739 * lib/gdb.exp (pagination_prompt): New global.
11740 (default_gdb_spawn): New procedure, factored out from
11741 default_gdb_spawn.
11742 (default_gdb_start): Adjust to call default_gdb_spawn.
11743 (gdb_spawn): New procedure.
11744
bd293940
PA
117452014-07-14 Pedro Alves <palves@redhat.com>
11746
11747 * lib/gdb.exp (gdb_assert): New procedure.
11748 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
11749
c933f875
PA
117502014-07-14 Pedro Alves <palves@redhat.com>
11751
11752 * gdb.base/execution-termios.c: New file.
11753 * gdb.base/execution-termios.exp: New file.
11754
d98b7a16
TT
117552014-07-14 Tom Tromey <tromey@redhat.com>
11756
11757 * gdb.cp/vla-cxx.cc: New file.
11758 * gdb.cp/vla-cxx.exp: New file.
11759
548740d6
TT
117602014-07-14 Tom Tromey <tromey@redhat.com>
11761
11762 * gdb.reverse/rerun-prec.c: New file.
11763 * gdb.reverse/rerun-prec.exp: New file.
11764
a25eb028
MR
117652014-07-12 Maciej W. Rozycki <macro@mips.com>
11766 Maciej W. Rozycki <macro@codesourcery.com>
11767
11768 * lib/gdb-utils.exp: New file.
11769 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
11770 inline `gdb_init_command' processing.
11771 (gdb_start_cmd): Likewise.
11772 * lib/mi-support.exp (mi_run_cmd): Likewise.
11773 * README: Document `gdb_init_command' and `gdb_init_commands'.
11774
218c2655
JK
117752014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11776
11777 Fix false FAIL running under a very long directory name.
11778 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
11779 and "set print elements 10000". Twice.
11780
5401fde3
YQ
117812014-07-11 Yao Qi <yao@codesourcery.com>
11782
11783 * gdb.base/exprs.exp: "set print symbol off".
11784
e76126e8
PA
117852014-07-11 Pedro Alves <palves@redhat.com>
11786
11787 * gdb.threads/kill.c: New file.
11788 * gdb.threads/kill.exp: New file.
11789
2d6f0de6
YQ
117902014-07-10 Yao Qi <yao@codesourcery.com>
11791
11792 * gdb.trace/tfile.c (write_basic_trace_file)
11793 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
11794 address written to trace file.
11795
7180e04a
PA
117962014-07-09 Pedro Alves <palves@redhat.com>
11797
11798 * gdb.base/attach-wait-input.exp: New file.
11799 * gdb.base/attach-wait-input.c: New file.
11800
9a9a7608
AB
118012014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
11802
11803 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
11804 setting up test structures.
11805 (main): Call new test function.
11806 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
11807 test function, continue into test function and walk test
11808 structures.
11809
161ac41e
YQ
118102014-07-02 Yao Qi <yao@codesourcery.com>
11811
11812 * gdb.trace/entry-values.c: Define labels 'foo_start' and
11813 'bar_start' at the beginning of functions 'foo' and 'bar'
11814 respectively.
11815 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
11816 instead of 'foo' and 'bar'.
11817
1f267ae3
MM
118182014-07-08 Markus Metzger <markus.t.metzger@intel.com>
11819
11820 * gdb.btrace/segv.exp: New.
11821 * gdb.btrace/segv.c: New.
11822
2b239efb
LM
118232014-07-02 Luis Machado <lgustavo@codesourcery.com>
11824
11825 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
11826 instruction.
11827
cf363f18
MW
118282014-06-30 Mark Wielaard <mjw@redhat.com>
11829
11830 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
11831 vulture, vilify, villar): New volatile array constants.
11832 (vindictive, vegetation): New const volatile array constants.
11833 * gdb.base/volatile.exp: Test volatile and const volatile array
11834 types.
11835
aebf9d24
AA
118362014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11837
11838 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
11839 target lacks support for awatch, rwatch, or hbreak.
11840
b67a2c6f
YQ
118412014-06-27 Yao Qi <yao@codesourcery.com>
11842
11843 * gdb.multi/dummy-frame-restore.exp: New.
11844 * gdb.multi/dummy-frame-restore.c: New.
11845
aef92902
MM
118462014-06-25 Markus Metzger <markus.t.metzger@intel.com>
11847
11848 * gdb.btrace/gcore.exp: New.
11849
8e9db26e
PA
118502014-06-23 Pedro Alves <palves@redhat.com>
11851
11852 * gdb.base/watchpoint-reuse-slot.c: New file.
11853 * gdb.base/watchpoint-reuse-slot.exp: New file.
11854
70afc5b7
SC
118552014-06-23 Siva Chandra Reddy <sivachandra@google.com>
11856
11857 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
11858 progspace's filename in 'info', 'enable' and 'disable' command
11859 tests.
11860
b972bd9c
JK
118612014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
11862
11863 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
11864 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
11865 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
11866
125f8a3d
GB
118672014-06-20 Gary Benson <gbenson@redhat.com>
11868
11869 * gdb.arch/i386-avx.exp: Fix include file location.
11870 * gdb.arch/i386-sse.exp: Likewise.
11871
3ed9baed
IB
118722014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
11873
11874 * gdb.dlang/expression.exp: New file.
11875
034f788c
PA
118762014-06-19 Pedro Alves <palves@redhat.com>
11877
11878 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
11879 out from ...
11880 (top level): ... here. Iterate running tests under different
11881 scheduler-locking settings.
11882
45371d0c
LM
118832014-06-18 Luis Machado <lgustavo@codesourcery.com>
11884
11885 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
11886 to DW_FORM_addr and use non-zero addresses.
11887
5d376983
SC
118882014-06-18 Siva Chandra Reddy <sivachandra@google.com>
11889
11890 PR gdb/17017
11891 * gdb.python/py-xmethods.cc: Add global function call counters and
11892 increment them in their respective functions. Remove "cout"
11893 statements.
11894 * gdb.python/py-xmethods.exp: Make tests check the global function
11895 call counters instead of depending on inferior IO.
11896
a1aa2221
LM
118972014-06-18 Don Breazeal <donb@codesourcery.com>
11898
11899 * gdb.base/foll-fork.exp (default_fork_parent_follow):
11900 Deleted procedure.
11901 (explicit_fork_parent_follow): Deleted procedure.
11902 (explicit_fork_child_follow): Deleted procedure.
11903 (test_follow_fork): New procedure.
11904 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 11905 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
11906 procedure calls.
11907
0fc05997
YQ
119082014-06-17 Yao Qi <yao@codesourcery.com>
11909
11910 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
11911 CP1252.
11912
70795c52
LM
119132014-06-17 Luis Machado <lgustavo@codesourcery.com>
11914
11915 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
11916 Initialize ptr and S explicitly.
11917 (skip_type_update_when_not_use_rtti_test): Likewise.
11918
6be47f0c
KS
119192014-06-16 Keith Seitz <keiths@redhat.com>
11920
11921 PR mi/15863
11922 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
11923 the inferior is started.
11924
d03de421
PA
119252014-06-16 Pedro Alves <palves@redhat.com>
11926
11927 * gdb.base/break-main-file-remove-fail.c: New file.
11928 * gdb.base/break-main-file-remove-fail.exp: New file.
11929 * gdb.base/break-unload-file.exp: Use build_executable instead of
11930 prepare_for_testing.
11931 (test_break): New parameter "initial_load". Handle it.
11932 (top level): Add initial_load cmdline/file axis.
11933
f9579b99
TT
119342014-06-12 Tom Tromey <tromey@redhat.com>
11935
11936 * gdb.base/completion.exp: Don't use directory name in test.
11937
3657956b
GB
119382014-06-09 Gary Benson <gbenson@redhat.com>
11939
11940 * gdb.base/sigall.c [Functions to send signals]: Reorder to
11941 separate the always-available ANSI-standard signals from the
11942 signals that require checking.
11943 (main): Likewise.
11944 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
11945 Likewise.
11946 (main): Likewise.
11947
4186eb54
KS
119482014-06-07 Keith Seitz <keiths@redhat.com>
11949
11950 Revert:
11951 PR c++/16253
11952 * gdb.cp/var-tag.cc: New file.
11953 * gdb.cp/var-tag.exp: New file.
11954 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
11955 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
11956 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
11957 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
11958
25326a28 119592014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
11960
11961 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
11962
829155c9
PA
119632014-06-06 Pedro Alves <palves@redhat.com>
11964
11965 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
11966 in target debug output instead of looking at RSP packets,
11967 disabling the test on any target that uses hardware stepping.
11968 Update comments.
11969
61c8d22e
PA
119702014-06-06 Pedro Alves <palves@redhat.com>
11971
11972 * gdb.base/break-unload-file.exp: Fix typo.
11973
d9a47287
YQ
119742014-06-06 Yao Qi <yao@codesourcery.com>
11975
11976 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
11977 from "jit_function" to "^jit_function".
11978
e5e01dbf
YQ
119792014-06-06 Yao Qi <yao@codesourcery.com>
11980
11981 * gdb.base/async.c (foo): Add one statement.
11982 * gdb.base/async.exp: Get the next instruction address and
11983 match the output of "nexti" by instruction address. Match
11984 the hex address in the output of "finish".
11985
73ba372c
GB
119862014-06-06 Gary Benson <gbenson@redhat.com>
11987
11988 * gdb.base/call-signals.c: Remove preprocessor conditionals
11989 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
11990 SIGSEGV and SIGTERM.
11991 * gdb.base/sigall.c: Likewise.
11992 * gdb.base/unwindonsignal.c: Likewise.
11993 * gdb.reverse/sigall-reverse.c: Likewise.
11994
831517df
YQ
119952014-06-06 Yao Qi <yao@codesourcery.com>
11996
11997 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
11998 readable, skip the test.
11999
b8b91e98
YQ
120002014-06-06 Yao Qi <yao@codesourcery.com>
12001
12002 * gdb.threads/staticthreads.c (thread_function): Move the line
12003 setting breakpoint on forward.
12004 * gdb.threads/staticthreads.exp: Update comments.
12005
fb934770
LC
120062014-06-05 Ludovic Courtès <ludo@gnu.org>
12007
12008 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
12009 "history-append! type error".
12010
6ef284bd
SM
120112014-06-05 Simon Marchi <simon.marchi@ericsson.com>
12012
12013 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
12014 erroneous dprintf expected input.
12015
a872e241
DE
120162014-06-04 Doug Evans <xdje42@gmail.com>
12017
12018 * gdb.guile/scm-generics.exp: Delete.
12019
16f691fb
DE
120202014-06-04 Doug Evans <xdje42@gmail.com>
12021
12022 * gdb.guile/scm-breakpoint.exp: Update.
12023 Add tests for breakpoint registration.
12024
012370f6
TT
120252014-06-04 Tom Tromey <tromey@redhat.com>
12026
12027 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
12028 VLA-in-union.
12029 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
12030 inner_vla_struct, vla_union types. Initialize objects of those
12031 types and compute their sizes.
12032
9f5a4cef
HZ
120332014-06-04 Nathan Sidwell <nathan@codesourcery.com>
12034 Hui Zhu <hui@codesourcery.com>
12035
12036 * gdb.base/fileio.exp: Add test for shell not available as well as
12037 available.
12038 * gdb.base/fileio.c (test_system): Check for shell twice.
12039
90a45c4d
YQ
120402014-06-04 Yao Qi <yao@codesourcery.com>
12041
12042 * gdb.base/auto-connect-native-target.exp: Remove redundant
12043 space from the regexp pattern.
12044
70017e41
YQ
120452014-06-04 Yao Qi <yao@codesourcery.com>
12046
12047 * gdb.base/default.exp: Replace "child" with "native" in
12048 regexp pattern.
12049
883964a7
SC
120502014-06-03 Siva Chandra Reddy <sivachandra@google.com>
12051
12052 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
12053 * gdb.python/py-xmethods.exp: New tests to test xmethods.
12054 * gdb.python/py-xmethods.py: Python script supporting the
12055 new testcase and tests.
12056
ef370185
JB
120572014-06-03 Joel Brobecker <brobecker@adacore.com>
12058 Pedro Alves <palves@redhat.com>
12059
12060 PR breakpoints/17000
12061 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
12062 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
12063
1e2ccb61
BM
120642014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
12065
12066 * gdb.base/subst.exp: Add tests to verify partial path matching
12067 output.
12068
c6ec5ab2
PA
120692014-06-03 Pedro Alves <palves@redhat.com>
12070
12071 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
12072 target that doesn't use software single-stepping.
12073
835c559f
PA
120742014-06-03 Pedro Alves <palves@redhat.com>
12075
12076 PR breakpoints/17000
12077 * gdb.base/sss-bp-on-user-bp-2.c: New file.
12078 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
12079
06eb1586
DE
120802014-06-02 Doug Evans <xdje42@gmail.com>
12081
12082 * gdb.guile/scm-parameter.exp: New file.
12083
e698b8c4
DE
120842014-06-02 Doug Evans <xdje42@gmail.com>
12085
12086 * gdb.guile/scm-cmd.c: New file.
12087 * gdb.guile/scm-cmd.exp: New file.
12088
ded03782
DE
120892014-06-02 Doug Evans <xdje42@gmail.com>
12090
12091 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
12092 pretty-printer lookup.
12093 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
12094 (make-pp_s-printer): Call it.
12095 (make-pretty-printer-from-dict): New function.
12096 (lookup-pretty-printer-maker-from-dict): New function.
12097 (*pretty-printer*): Simplify.
12098 (make-objfile-pp_s-printer): New function.
12099 (install-objfile-pretty-printers!): New function.
12100 (make-progspace-pp_s-printer): New function.
12101 (install-progspace-pretty-printers!): New function.
12102 * gdb.guile/scm-progspace.c: New file.
12103 * gdb.guile/scm-progspace.exp: New file.
12104
41fac0cf
PA
121052014-06-02 Pedro Alves <palves@redhat.com>
12106
12107 * gdb.base/dprintf-bp-same-addr.c: New file.
12108 * gdb.base/dprintf-bp-same-addr.exp: New file.
12109
96ae5695
EBM
121102014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12111
12112 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
12113 * gdb.arch/powerpc-power.s: Likewise.
12114
da02b3a8
JB
121152014-06-02 Joel Brobecker <brobecker@adacore.com>
12116
12117 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
12118
c72b2e7b
YQ
121192014-06-01 Yao Qi <yao@codesourcery.com>
12120
12121 * gdb.base/watchpoint.exp (test_watch_location): Check null
12122 pointer can be dereferenced. If not, do the test, otherwise
12123 skip it.
12124
53e8a631
AB
121252014-05-30 Andrew Burgess <aburgess@broadcom.com>
12126
12127 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
12128 results.
12129 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
12130
938f0e2f
AB
121312014-05-30 Andrew Burgess <aburgess@broadcom.com>
12132
12133 * gdb.arch/amd64-invalid-stack-middle.S: New file.
12134 * gdb.arch/amd64-invalid-stack-middle.c: New file.
12135 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
12136 * gdb.arch/amd64-invalid-stack-top.c: New file.
12137 * gdb.arch/amd64-invalid-stack-top.exp: New file.
12138
9ba6657a
PA
121392014-05-30 Pedro Alves <palves@redhat.com>
12140
12141 PR breakpoints/17000
12142 * gdb.base/sss-bp-on-user-bp.c: New file.
12143 * gdb.base/sss-bp-on-user-bp.exp: New file.
12144
522c09bf
DB
121452014-05-30 David Blaikie <dblaikie@gmail.com>
12146
12147 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
12148 gnu_inline semantics via attribute.
12149 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
12150 source explicitly specifies the required semantics.
12151
bf4ef81e
MR
121522014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
12153
12154 * gdb.reverse/sigall-reverse.exp: Fix a typo.
12155
329ea579
PA
121562014-05-29 Pedro Alves <palves@redhat.com>
12157 Tom Tromey <tromey@redhat.com>
12158
12159 * gdb.base/async-shell.exp: Don't enable target-async.
12160 * gdb.base/async.exp
12161 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
12162 parameter. Adjust.
12163 (top level): Don't test with "target-async".
12164 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
12165 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
12166 * gdb.base/inferior-died.exp: Don't enable target-async.
12167 * gdb.base/interrupt-noterm.exp: Likewise.
12168 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
12169 * gdb.mi/mi-nonstop-exit.exp: Likewise.
12170 * gdb.mi/mi-nonstop.exp: Likewise.
12171 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
12172 * gdb.mi/mi-nsintrall.exp: Likewise.
12173 * gdb.mi/mi-nsmoribund.exp: Likewise.
12174 * gdb.mi/mi-nsthrexec.exp: Likewise.
12175 * gdb.mi/mi-watch-nonstop.exp: Likewise.
12176 * gdb.multi/watchpoint-multi.exp: Adjust comment.
12177 * gdb.python/py-evsignal.exp: Don't enable target-async.
12178 * gdb.python/py-evthreads.exp: Likewise.
12179 * gdb.python/py-prompt.exp: Likewise.
12180 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
12181 * gdb.server/solib-list.exp: Don't enable target-async.
12182 * gdb.threads/thread-specific-bp.exp: Likewise.
12183 * lib/mi-support.exp: Adjust to use mi-async.
12184
fd664c91
PA
121852014-05-29 Pedro Alves <palves@redhat.com>
12186
12187 PR gdb/13860
12188 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
12189 reason, even in sync mode.
12190
251bde03
PA
121912014-05-29 Pedro Alves <palves@redhat.com>
12192 Hui Zhu <hui@codesourcery.com>
12193
12194 PR PR15693
12195 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
12196 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
12197 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
12198 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
12199
7f3c0343
JB
122002014-05-28 Joel Brobecker <brobecker@adacore.com>
12201
12202 * config/monitor.exp (gdb_target_monitor): Replace use of
12203 "set remotebaud" by "set serial baud".
12204
b2715b27
AW
122052014-05-26 Andy Wingo <wingo@igalia.com>
12206
12207 * gdb.guile/scm-breakpoint.exp:
12208 * gdb.guile/scm-gsmob.exp: Update to use plain old object
12209 properties instead of gdb-object-properties.
12210
498a4489
YQ
122112014-05-26 Yao Qi <yao@codesourcery.com>
12212
12213 * gdb.server/no-thread-db.exp: Specify source file name
12214 explicitly when setting a breakpoint.
12215
589fdceb
MM
122162014-05-23 Markus Metzger <markus.t.metzger@intel.com>
12217
12218 * gdb.btrace/vdso.c: New.
12219 * gdb.btrace/vdso.exp: New.
12220
e9089e05
MM
122212014-05-23 Markus Metzger <markus.t.metzger@intel.com>
12222
12223 * gdb.base/gcore.exp (capture_command_output): Move ...
12224 * lib/gdb.exp (capture_command_output): ... here.
12225
67b5c0c1
MM
122262014-05-23 Markus Metzger <markus.t.metzger@intel.com>
12227
12228 * gdb.btrace/data.exp: Test memory access during btrace replay.
12229
a2199296
SM
122302014-05-22 Simon Marchi <simon.marchi@ericsson.com>
12231
12232 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
12233
17b2616c
PA
122342014-05-21 Pedro Alves <palves@redhat.com>
12235
12236 PR gdb/13860
12237 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
12238 (top level): Test that output related to execution commands is
12239 sent to the console with CLI commands, but not with MI commands.
12240 Test that breakpoint events are always mirrored to the console.
12241 Also expect the new source line to be output after a "next" in
12242 async mode too. Make it a pass/fail test.
12243 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
12244 output.
12245 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
12246
5166082f
PA
122472014-05-21 Pedro Alves <palves@redhat.com>
12248
12249 * gdb.base/list.exp (build_pattern, test_list): New procedures.
12250 Use them to test variations of "list" after reaching a breakpoint.
12251 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
12252 Test "list" with listsize 10 after reaching a breakpoint.
12253 * gdb.python/python.exp (decode_line current location line
12254 number): Adjust expected line number.
12255
2f25d70f
SM
122562014-05-21 Simon Marchi <simon.marchi@ericsson.com>
12257
12258 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
12259 behavior for $args, pass it directly to "run".
12260
ff604a67
MR
122612014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
12262
12263 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
12264 30000 to 65536.
12265
6a3cb8e8
PA
122662014-05-21 Pedro Alves <palves@redhat.com>
12267
12268 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
12269 auto-connect-native-target off".
12270 * gdb.base/auto-connect-native-target.c: New file.
12271 * gdb.base/auto-connect-native-target.exp: New file.
12272
4ebfc96e
PA
122732014-05-21 Pedro Alves <palves@redhat.com>
12274
12275 * gdb.base/default.exp: Test "target native" instead of "target
12276 child".
12277
36d46afb
MW
122782014-05-21 Mark Wielaard <mjw@redhat.com>
12279
12280 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12281
5876f503
JK
122822014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12283
12284 Fix TLS access for -static -pthread.
12285 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
12286 <HAVE_TLS> (thread_function, main): Initialize it.
12287 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
12288 Add clean_restart.
12289 <$have_tls != "">: Check TLSVAR.
12290
0256a6ac
PA
122912014-05-21 Pedro Alves <palves@redhat.com>
12292
12293 * gdb.base/dcache-line-read-error.c: New.
12294 * gdb.base/dcache-line-read-error.exp: New.
12295
936d2992
PA
122962014-05-20 Pedro Alves <palves@redhat.com>
12297
12298 * gdb.base/compare-sections.c: New file.
12299 * gdb.base/compare-sections.exp: New file.
12300
802e8e6d
PA
123012014-05-20 Pedro Alves <palves@redhat.com>
12302
12303 * gdb.base/break-idempotent.c: New file.
12304 * gdb.base/break-idempotent.exp: New file.
12305
e59fa00f
MM
123062014-05-20 Markus Metzger <markus.t.metzger@intel.com>
12307
12308 * gdb.btrace/nohist.exp: New.
12309
8b696e31
YQ
123102014-05-20 Yao Qi <yao@codesourcery.com>
12311
12312 * lib/gdb.exp (gdb_init): Set timeout if test file is under
12313 gdb.reverse directory and gdb_reverse_timeout exists in board
12314 setting.
12315 * README: Document gdb_reverse_timeout.
12316
73c9764f
YQ
123172014-05-20 Yao Qi <yao@codesourcery.com>
12318
12319 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
12320 'test_file_name'. Treat args as a string instead of a list.
12321 (gdb_init): Rename argument 'args' by 'test_file_name'.
12322
f1f4348a
JK
123232014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12324
12325 * gdb.arch/powerpc-power.exp: New file.
12326 * gdb.arch/powerpc-power.s: New file.
12327
0dbe70ce
DE
123282014-05-16 Doug Evans <dje@google.com>
12329
12330 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
12331 * gdb.base/completion.exp: Check that all expected files exist
12332 before doing file completion.
0dbe70ce 12333
8d551b02
DE
123342014-05-16 Doug Evans <dje@google.com>
12335
12336 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
12337 Update.
12338 (do_syscall_tests_without_xml): Update.
12339
73eb7709
PA
123402014-05-16 Pedro Alves <palves@redhat.com>
12341
12342 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
12343 instead of "unknown output after running".
12344
3fae92fc
YQ
123452014-05-16 Yao Qi <yao@codesourcery.com>
12346
12347 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
12348 file1.txt from host at the end.
12349 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
12350
c2b2ccc5
DE
123512014-05-15 Doug Evans <dje@google.com>
12352
12353 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
12354 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
12355 loading file. Add test for TU lookup.
12356
8c217a4b
SM
123572014-05-15 Simon Marchi <simon.marchi@ericsson.com>
12358
12359 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
12360 calling "-exec-arguments" or "set args" before running the
12361 inferior.
12362
3deb39c6
SM
123632014-05-15 Simon Marchi <simon.marchi@ericsson.com>
12364
12365 * lib/mi-support.exp (mi_expect_stop): Expect message for
12366 inferiors that exit with non-zero exit code.
12367
71a79f8c
YQ
123682014-05-14 Yao Qi <yao@codesourcery.com>
12369
12370 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
12371 match absolute path on remote host.
12372 (test_file_list_exec_source_files): Remove "/" from the
12373 pattern.
12374
f23fcd46
YQ
123752014-05-14 Yao Qi <yao@codesourcery.com>
12376
12377 * boards/local-remote-host-notty.exp (${board}_file): New
12378 proc.
12379
9404b58f
KM
123802014-05-07 Kyle McMartin <kyle@redhat.com>
12381
12382 Pushed by Joel Brobecker <brobecker@adacore.com>.
12383 * gdb.arch/aarch64-atomic-inst.c: New file.
12384 * gdb.arch/aarch64-atomic-inst.exp: New file.
12385
5e45f04c
YQ
123862014-05-07 Yao Qi <yao@codesourcery.com>
12387
12388 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
12389 in current context" too.
12390
c888a17d
KS
123912014-05-05 Keith Seitz <keiths@redhat.com>
12392
12393 * gdb.linespec/ls-dollar.exp: Add test for linespec
12394 file:convenience_variable.
12395
290a839c
YQ
123962014-05-05 Yao Qi <yao@codesourcery.com>
12397
12398 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
12399 traceframes into tfile and ctf trace files. Read data from
12400 trace file and test collected data.
12401 (gdb_collect_locals_test): Likewise.
12402 (gdb_unavailable_registers_test): Likewise.
12403 (gdb_unavailable_floats): Likewise.
12404 (gdb_collect_globals_test): Likewise.
12405 (top-level): Append "ctf" to trace_file_targets if GDB
12406 supports.
12407
b5262cd0
YQ
124082014-05-05 Yao Qi <yao@codesourcery.com>
12409
12410 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
12411 code to ...
12412 (gdb_collect_args_test_1): ... it. New proc.
12413 (gdb_collect_locals_test): Move some code to ...
12414 (gdb_collect_locals_test_1): ... it. New proc.
12415 (gdb_unavailable_registers_test): Move some code to ...
12416 (gdb_unavailable_registers_test_1): ... it. New proc.
12417 (gdb_unavailable_floats): Move some code to ...
12418 (gdb_unavailable_floats_1): ... it. New proc.
12419
30a1e6cc
SDJ
124202014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
12421
12422 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
12423 probes to test for bitness recognition.
12424 * gdb.arch/amd64-stap-optional-prefix.exp
12425 (test_probe_value_without_reg): New procedure.
12426 Add code to test for different kinds of bitness.
12427
f33da99a
SDJ
124282014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
12429
12430 PR breakpoints/16889
12431 * gdb.arch/amd64-stap-optional-prefix.S: New file.
12432 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
12433
5b80f00d
PA
124342014-05-01 Pedro Alves <palves@redhat.com>
12435
12436 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
12437 gdb_file_cmd if no file is specified.
12438 * boards/native-extended-gdbserver.exp (gdb_load): Use the
12439 last_loaded_file to set the remote exec-file.
12440
f8c2a73c
PA
124412014-05-01 Pedro Alves <palves@redhat.com>
12442
12443 * boards/local-remote-host.exp: New file.
12444
be6e8ac7
PA
124452014-05-01 Pedro Alves <palves@redhat.com>
12446
12447 * boards/local-remote-host.exp: Rename to ...
12448 * boards/local-remote-host-notty.exp: ... this.
12449
cac0dc8f
JB
124502014-04-28 Joel Brobecker <brobecker@adacore.com>
12451
12452 * gdb.ada/dyn_arrayidx: New testcase.
12453
9730e6cc
YQ
124542014-04-26 Yao Qi <yao@codesourcery.com>
12455
12456 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
12457 and compute the length of function main. Save it in
12458 $main_length.
12459 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
12460 (top-level): Use gdb_compile to compile objects into
12461 executable and restart GDB. Remove invocation to
12462 prepare_for_testing.
12463
7ae1a6a6
PA
124642014-04-25 Simon Marchi <simon.marchi@ericsson.com>
12465 Pedro Alves <palves@redhat.com>
12466
12467 PR server/16255
12468 * gdb.multi/multi-attach.c: New file.
12469 * gdb.multi/multi-attach.exp: New file.
12470
4082afcc
PA
124712014-04-25 Pedro Alves <palves@redhat.com>
12472
12473 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
12474 user.
12475 (top level): Test that "set remote conditional-breakpoints-packet
12476 off" works as intended.
12477 * gdb.base/dprintf.exp: Test that "set remote
12478 breakpoint-commands-packet off" works as intended.
12479 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
12480 New function.
12481 (top level): Call it.
12482 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
12483 remote fast-tracepoints-packet off" works as intended.
12484 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
12485 * lib/gdb.exp (gdb_is_target_remote): ... here.
12486
2abc3f8d
DB
124872014-04-24 David Blaikie <dblaikie@gmail.com>
12488
12489 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
12490 ensure clang would not discard them.
12491 * gdb.base/gdbvars.c: Ditto.
12492 * gdb.base/memattr.c: Ditto.
12493 * gdb.base/whatis.c: Ditto.
12494 * gdb.python/py-prettyprint.c: Ditto.
12495 * gdb.trace/actions.c: Ditto.
12496 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
12497 ensure clang would not discard it.
12498
bfd39632
DB
124992014-04-24 David Blaikie <dblaikie@gmail.com>
12500
12501 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
12502 clang to emit the full definition of type required by the test
12503 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
12504
22842ff6
DB
125052014-04-24 David Blaikie <dblaikie@gmail.com>
12506
12507 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
12508 coax Clang into emitting the definition of the type.
12509 * gdb.cp/pr10728-x.h (y): Ditto.
12510 * gdb.cp/pr10728-y.cc (y): Ditto.
12511
c2e827ad
DB
125122014-04-24 David Blaikie <dblaikie@gmail.com>
12513
12514 * gdb.base/label.exp: XFAIL label related tests under Clang.
12515 * gdb.cp/cplabel.exp: Ditto.
12516 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
12517 under Clang those using labels.
12518
4c2d33e7
YQ
125192014-04-25 Yao Qi <yao@codesourcery.com>
12520
12521 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
12522 double_label.
12523 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
12524 partial_label and double_label.
12525
56083b99
DB
125262014-04-24 David Blaikie <dblaikie@gmail.com>
12527
12528 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
12529
25d4e99d
DB
125302014-04-24 David Blaikie <dblaikie@gmail.com>
12531
12532 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
12533 of the function to work across GCC and Clang.
12534 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
12535 pointer types (const void ** const V void **).
12536
01f9f808
MS
125372014-04-24 Michael Sturm <michael.sturm@mintel.com>
12538 Walfred Tedeschi <walfred.tedeschi@intel.com>
12539
12540 * Makefile.in (EXECUTABLES): Added i386-avx512.
12541 * gdb.arch/i386-avx512.c: New file.
12542 * gdb.arch/i386-avx512.exp: Likewise.
12543
4b48d439
KS
125442014-04-23 Keith Seitz <keiths@redhat.com>
12545
12546 * lib/mi-support.exp (mi_list_breakpoints): Delete.
12547 (mi_make_breakpoint_table): New procedure.
12548 (mi_create_breakpoint): Use mi_make_breakpoint
12549 and return the result.
12550 (mi_make_breakpoint): New procedure.
12551 (mi_build_kv_pairs): New procedure.
12552
12553 * gdb.mi/mi-break.exp: Remove unused globals,
12554 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
12555 All callers updated.
12556 * gdb.mi/mi-dprintf.exp: Use variable to track command
12557 number.
12558 Update all callers of mi_create_breakpoint and use
12559 mi_make_breakpoint_table.
12560 Remove any unused global variables.
12561 * gdb.mi/mi-nonstop.exp: Likewise.
12562 * gdb.mi/mi-nsintrall.exp: Likewise.
12563 * gdb.mi/mi-nsmoribund.exp: Likewise.
12564 * gdb.mi/mi-nsthrexec.exp: Likewise.
12565 * gdb.mi/mi-reverse.exp: Likewise.
12566 * gdb.mi/mi-simplerun.exp: Likewise.
12567 * gdb.mi/mi-stepn.exp: Likewise.
12568 * gdb.mi/mi-syn-frame.exp: Likewise.
12569 * gdb.mi/mi-until.exp: Likewise.
12570 * gdb.mi/mi-var-cp.exp: Likewise.
12571 * gdb.mi/mi-var-display.exp: Likewise.
12572 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
12573 * gdb.mi/mi2-var-child.exp: Likewise.
12574 * gdb.mi/mi-vla-c99.exp: Likewise.
12575 * lib/mi-support.exp: Likewise.
12576
12577 From Ian Lance Taylor <iant@cygnus.com>:
12578 * lib/gdb.exp (parse_args): New procedure.
12579
08351840
PA
125802014-04-23 Pedro Alves <palves@redhat.com>
12581
12582 * gdb.base/break-unload-file.c: New file.
12583 * gdb.base/break-unload-file.exp: New file.
12584 * gdb.base/sym-file-lib.c (baz): New function.
12585 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
12586 field.
12587 (load): Store the segment's mapped size.
12588 (unload): New function.
12589 (unload_shlib): New function.
12590 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
12591 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
12592 set a breakpoint at baz, and call it.
12593 * gdb.base/sym-file.exp: New tests for stale breakpoint
12594 instructions.
12595
076855f9
PA
125962014-04-23 Pedro Alves <palves@redhat.com>
12597
12598 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
12599 * gdb.base/hbreak-in-shr-unsupported.c: New file.
12600 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
12601 * gdb.base/hbreak-unmapped.c: New file.
12602 * gdb.base/hbreak-unmapped.exp: New file.
12603 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
12604 * lib/gdb.exp (gdb_is_target_remote): ... here.
12605
483805cf
PA
126062014-04-22 Pedro Alves <palves@redhat.com>
12607
12608 * gdb.base/consecutive-step-over.c: New file.
12609 * gdb.base/consecutive-step-over.exp: New file.
12610
06d97543
PA
126112014-04-22 Pedro Alves <palves@redhat.com>
12612
12613 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
12614 instead of send_gdb/gdb_expect.
12615
b4429ea2
YQ
126162014-04-22 Yao Qi <yao@codesourcery.com>
12617
12618 * lib/trace-support.exp (generate_tracefile): New procedure.
12619 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
12620 return 0.
12621 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
12622 if generate_tracefile returns 1.
12623
51d48146
PA
126242014-04-18 Tom Tromey <palves@redhat.com>
12625 Pedro alves <tromey@redhat.com>
12626
12627 PR backtrace/15558
12628 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
12629 with a backtrace limit.
12630 * gdb.python/py-frame-inline.exp: Test running to an inline
12631 function with a backtrace limit, and printing the newest frame.
12632 * gdb.python/py-frame-inline.c (main): Call f.
12633
bd1dce5f
MS
126342014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
12635
12636 * gdb.java/jnpe.exp: Drop srcdir from untested path.
12637
40d1a503
MS
126382014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
12639
12640 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
12641 Drop prefix from unsupported source file path.
12642
389b98f7
YQ
126432014-04-17 Yao Qi <yao@codesourcery.com>
12644
12645 * lib/gdb.exp (with_target_charset): New proc.
12646 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
12647 with_target_charset.
12648 (test_print_strings): Likewise.
12649 (test_repeat_bytes): Likewise.
12650 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
12651 for some tests.
12652
22869d73
KS
126532014-04-16 Keith Seitz <keiths@redhat.com>
12654
12655 PR gdb/15827
12656 * gdb.dwarf2/corrupt.c: New file.
12657 * gdb.dwarf2/corrupt.exp: New file.
12658
c4f87ca6
KS
126592014-04-16 Keith Seitz <keiths@redhat.com>
12660
12661 PR c++/16597
12662 * gdb.cp/namelessclass.cc: New file.
12663 * gdb.cp/namelessclass.exp: New file.
12664 * gdb.cp/namelessclass.S: New file.
12665
ab19de87
DE
126662014-04-16 Doug Evans <dje@google.com>
12667
12668 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
12669 Add comment.
12670 (gdbserver_default_get_comm_port): New function.
12671 (gdbserver_start): Check if board file provided
12672 "gdbserver,get_comm_port" and use it if so.
12673 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
12674 (gdb,socketport): Set to "stdio".
12675 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
12676 (stdio_gdbserver_template): Delete.
12677 (${board}_get_remote_address): Update.
12678 (${board}_build_remote_cmd): Delete.
12679 (${board}_get_comm_port): New function.
12680 (${board}_spawn): Update.
12681 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
12682 Delete.
12683 (${board}_get_remote_address): Update.
12684 (${board}_get_comm_port): New function.
12685
fc98a809
AB
126862014-04-16 Andrew Burgess <aburgess@broadcom.com>
12687
12688 * gdb.base/memattr.exp: Improve regexps to handle memory regions
12689 appearing in any order.
12690
87fd9e6e
DE
126912014-04-15 Doug Evans <dje@google.com>
12692
12693 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
12694 uninitialized value of "description".
12695
099fc3ea
KS
126962014-04-15 Keith Seitz <keiths@redhat.com>
12697
12698 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
12699 Remove unused globals.
12700 (test_running_the_program): Likewise.
12701 (test_controlled_execution): Likewise.
12702 (test_controlling_breakpoints): Likewise.
12703 (test_program_termination): Likewise.
12704
5da151d4
KS
127052014-04-15 Keith Seitz <keiths@redhat.com>
12706
12707 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
12708 unused globals.
12709 (test_rbreak_creation_and_listing): Likewise.
12710 (test_ignore_count): Likewise.
12711 (test_error): Likewise.
12712
35e5d2f0
PA
127132014-04-15 Pedro Alves <palves@redhat.com>
12714
12715 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
12716 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
12717 sym-file-loader.c.
12718 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
12719 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
12720 to sym-file-loader.c.
12721 (struct library): Forward declare.
12722 (load_shlib, lookup_function): Change prototypes.
12723 (find_shstrtab, find_strtab, find_shdr, find_symtab)
12724 (translate_offset): Remove declarations.
12725 (get_text_addr): New declaration.
12726 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
12727 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
12728 sym-file-loader.h.
12729 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
12730 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
12731 here from sym-file-loader.h.
12732 (struct library): New structure.
12733 (load_shlib, lookup_function): Change prototypes and adjust to
12734 work with a struct library.
12735 (find_shstrtab, find_strtab, find_shdr, find_symtab)
12736 (translate_offset): Make static.
12737 (get_text_addr): New function.
12738 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
12739
eb4c1710
PA
127402014-04-15 Pedro Alves <palves@redhat.com>
12741
12742 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
12743
2d1baf52
PA
127442014-04-15 Pedro Alves <palves@redhat.com>
12745
12746 * gdb.base/sym-file-loader.c: Include <limits.h>.
12747 (SELF_LINK): New define.
12748 (get_origin): New function.
12749 (load_shlib): Use it.
12750 * gdb.base/sym-file.exp: Don't early return if the target is
12751 remote. Use runto_main, and issue fail is that fails. Use
12752 gdb_load_shlibs.
12753 (shlib_name): Delete.
12754 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
12755
7dd6df01
PA
127562014-04-15 Pedro Alves <palves@redhat.com>
12757
12758 * gdb.base/sym-file.exp: Remove regex characters from test
12759 message. Don't refer to breakpoint numbers in test messages.
12760
b50c8614
KS
127612014-04-14 Keith Seitz <keiths@redhat.com>
12762
12763 PR c++/16253
12764 * gdb.cp/var-tag.cc: New file.
12765 * gdb.cp/var-tag.exp: New file.
12766 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
12767 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
12768 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
12769 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
12770
3d567982
TT
127712014-04-14 Tom Tromey <tromey@redhat.com>
12772
12773 * gdb.cp/classes.exp (test_enums): Handle underlying type.
12774 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
12775 type.
12776 * gdb.cp/enum-class.exp: New file.
12777 * gdb.cp/enum-class.cc: New file.
12778
0626fc76
TT
127792014-04-14 Tom Tromey <tromey@redhat.com>
12780
12781 * gdb.dwarf2/enum-type.exp: New file.
12782
dca325b3
SA
127832014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
12784
12785 * gdb.mi/mi-vla-c99.exp: New file.
12786 * gdb.mi/vla.c: New file.
12787
5854b38a
SA
127882014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
12789
12790 * gdb.base/vla-datatypes.c: New file.
12791 * gdb.base/vla-datatypes.exp: New file.
12792
463bb957
SA
127932014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
12794
12795 * gdb.base/vla-ptr.c: New file.
12796 * gdb.base/vla-ptr.exp: New file.
12797
3dd170be
SA
127982014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
12799
12800 * gdb.dwarf2/count.exp: New file.
12801
5ecaaa66
SA
128022014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
12803
12804 * gdb.base/vla-sideeffect.c: New file.
12805 * gdb.base/vla-sideeffect.exp: New file.
12806
41f1ada5
DB
128072014-04-14 David Blaikie <dblaikie@gmail.com>
12808
12809 * gdb.mi/non-stop.c: Add return value for non-void function return
12810 statement.
12811 * gdb.threads/staticthreads.c: Ditto.
12812
0be03e84
DE
128132014-04-12 Siva Chandra Reddy <sivachandra@google.com>
12814 Doug Evans <xdje42@gmail.com>
12815
12816 * gdb.guile/scm-value.c: Improve test case.
12817 * gdb.guile/scm-value.exp: Add new test.
12818
f180a1fb
DB
128192014-04-11 David Blaikie <dblaikie@gmail.com>
12820
12821 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
12822 override Clang's default.
12823
6b662e19
JB
128242014-04-11 Joel Brobecker <brobecker@adacore.com>
12825
12826 Revert the following changes (regressions):
12827
12828 * gdb.base/vla-sideeffect.c: New file.
12829 * gdb.base/vla-sideeffect.exp: New file.
12830
12831 * gdb.dwarf2/count.exp: New file.
12832
12833 * gdb.base/vla-multi.c: New file.
12834 * gdb.base/vla-multi.exp: New file.
12835
12836 * gdb.base/vla-ptr.c: New file.
12837 * gdb.base/vla-ptr.exp: New file.
12838
12839 * gdb.base/vla-datatypes.c: New file.
12840 * gdb.base/vla-datatypes.exp: New file.
12841
12842 * gdb.mi/mi-vla-c99.exp: New file.
12843 * gdb.mi/vla.c: New file.
12844
245a5f0b
KS
128452014-04-11 Keith Seitz <keiths@redhat.com>
12846
12847 PR c++/16675
12848 * gdb.cp/cpsizeof.exp: New file.
12849 * gdb.cp/cpsizeof.cc: New file.
12850
58a84dcf
SA
128512014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12852
191a8a90
JB
12853 * gdb.mi/mi-vla-c99.exp: New file.
12854 * gdb.mi/vla.c: New file.
58a84dcf 12855
c8655f75
SA
128562014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12857
12858 * gdb.base/vla-datatypes.c: New file.
12859 * gdb.base/vla-datatypes.exp: New file.
12860
024e13b4
SA
128612014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12862
12863 * gdb.base/vla-ptr.c: New file.
12864 * gdb.base/vla-ptr.exp: New file.
12865
1a237e0e
SA
128662014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12867
12868 * gdb.base/vla-multi.c: New file.
12869 * gdb.base/vla-multi.exp: New file.
12870
504f3432
SA
128712014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12872
12873 * gdb.dwarf2/count.exp: New file.
12874
3bce8237
SA
128752014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12876
191a8a90
JB
12877 * gdb.base/vla-sideeffect.c: New file.
12878 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 12879
322f9c21
YQ
128802014-04-11 Yao Qi <yao@codesourcery.com>
12881
12882 * gdb.base/completion.exp: Check file exists before running tests
12883 on file completion.
12884
d708bcd1
PA
128852014-04-10 Pedro Alves <palves@redhat.com>
12886
12887 * gdb.base/cond-eval-mode.c: New file.
12888 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
12889 prepare_for_testing to build the new file. Check result of
12890 runto_main.
12891 (test_break, test_watch): New procedures.
12892 (top level): Use them.
12893
ae1d2761
PM
128942014-04-08 Pierre Muller <muller@sourceware.org>
12895
12896 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
12897 Ctrl-V use for mingw hosts.
12898
7af389b8
SC
128992014-04-07 Siva Chandra Reddy <sivachandra@google.com>
12900
12901 * gdb.python/py-value.c: Improve test case.
12902 * gdb.python/py-value.exp: Add new test.
12903
5e703181
DE
129042014-04-07 David Blaikie <dblaikie@gmail.com>
12905
12906 * lib/compiler.c: Identify the clang compiler.
12907 * lib/compiler.cc: Ditto.
12908
9810b410
YQ
129092014-04-03 Yao Qi <yao@codesourcery.com>
12910
12911 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
12912
98d1b8dc
AB
129132014-04-01 Anton Blanchard <anton@samba.org>
12914
12915 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
12916 messages unique.
12917
3114cea1
AB
129182014-04-01 Anton Blanchard <anton@samba.org>
12919
12920 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
12921 prepare_for_testing.
12922
62f7182c
AB
129232014-04-01 Anton Blanchard <anton@samba.org>
12924
12925 * gdb.arch/ppc64-atomic-inst.c: Remove.
12926 * gdb.arch/ppc64-atomic-inst.S: New file.
12927 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
12928
770e7fc7
DE
129292014-03-31 Doug Evans <dje@google.com>
12930
12931 * gdb.base/print-symbol-loading-lib.c: New file.
12932 * gdb.base/print-symbol-loading-main.c: New file.
12933 * gdb.base/print-symbol-loading.exp: New file.
12934
46e2bafa
YQ
129352014-03-31 Yao Qi <yao@codesourcery.com>
12936
12937 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
12938
8776cfe9
JB
129392014-03-28 Joel Brobecker <brobecker@adacore.com>
12940
12941 * gdb.ada/mi_dyn_arr: New testcase.
12942
5d1ef361
DE
129432014-03-27 Doug Evans <dje@google.com>
12944
12945 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
12946
b5bee914
YQ
129472014-03-27 Yao Qi <yao@codesourcery.com>
12948
12949 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
12950 if target is nios2-*-*.
12951
0d4d0e77
YQ
129522014-03-26 Yao Qi <yao@codesourcery.com>
12953
12954 * lib/gdb.exp (readline_is_used): New proc.
12955 * gdb.base/completion.exp: Move tests on command complete up.
12956 Skip the rest of tests if readline is not used.
12957 * gdb.ada/complete.exp: Skp the test if readline is not
12958 used.
12959 * gdb.base/filesym.exp: Likewise.
12960 * gdb.base/macscp.exp: Likewise.
12961 * gdb.base/readline-ask.exp: Likewise.
12962 * gdb.base/readline.exp: Likewise.
12963 * gdb.python/py-cmd.exp: Likewise.
12964 * gdb.trace/tfile.exp: Likewise.
12965
29361eee
YQ
129662014-03-26 Yao Qi <yao@codesourcery.com>
12967
12968 * gdb.base/macscp.exp: Fix code format issues.
12969
bc9a5525
UW
129702014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
12971
12972 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
12973 * gdb.asm/powerpc64le.inc: New file.
12974
d3839ede
PA
129752014-03-25 Pedro Alves <palves@redhat.com>
12976 Doug Evans <dje@google.com>
12977
12978 * gdb.base/source-execution.c: New file.
12979 * gdb.base/source-execution.exp: New file.
12980 * gdb.base/source-execution.gdb: New file.
12981
01672a57
DE
129822014-03-24 Doug Evans <dje@google.com>
12983
12984 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
12985 using fission.
12986
88bbeca9
HZ
129872014-03-24 Hui Zhu <hui@codesourcery.com>
12988 Pedro Alves <palves@redhat.com>
12989
12990 PR breakpoints/16101
12991 * gdb.base/dprintf.exp: Use unsupported rather than changing the
12992 test pass/fail messages. Detect missing support for dprintf when
12993 breakpoints are actually inserted.
12994 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
12995 breakpoints are actually inserted.
12996 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
12997 fails.
12998
d2348791
JK
129992014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
13000
13001 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
13002
feef67ab
DE
130032014-03-22 Doug Evans <xdje42@gmail.com>
13004
13005 * gdb.python/python.exp (python not supported): Verify multi-line
13006 python command issues an error.
25d743f9 13007 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 13008 guile command issues an error.
feef67ab 13009
ecebef6a
MR
130102014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
13011
13012 * gdb.threads/thread-specific.exp: Handle the lack of usable
13013 $this_breakpoint and $this_thread.
13014
ccdd1909
HZ
130152014-03-21 Hui Zhu <hui@codesourcery.com>
13016
13017 * gdb.base/attach.exp (do_command_attach_tests): New.
13018
beb460e8
PA
130192014-03-20 Tom Tromey <tromey@redhat.com>
13020 Pedro Alves <palves@redhat.com>
13021
13022 PR cli/15718
13023 * gdb.base/condbreak-call-false.c: New file.
13024 * gdb.base/condbreak-call-false.exp: New file.
13025
40acf43a
PA
130262014-03-20 Pedro Alves <palves@redhat.com>
13027
13028 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
13029 Delete.
13030 (block_signals, unblock_signals): Delete.
13031 (child_function_2, main): Remove references to deleted variable
13032 and functions.
13033
9f5e1e02
PA
130342014-03-20 Pedro Alves <palves@redhat.com>
13035
13036 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
13037 Use pthread_kill to signal thread 2.
13038 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13039 Adjust to make the test send itself a signal rather than using the
13040 host's "kill" command.
13041
99619bea
PA
130422014-03-20 Pedro Alves <palves@redhat.com>
13043
13044 * gdb.threads/multiple-step-overs.c: New file.
13045 * gdb.threads/multiple-step-overs.exp: New file.
13046 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13047 Adjust expected infrun debug output.
13048
2adfaa28
PA
130492014-03-20 Pedro Alves <palves@redhat.com>
13050
13051 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
13052 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
13053
31e77af2
PA
130542014-03-20 Pedro Alves <palves@redhat.com>
13055
13056 PR breakpoints/7143
13057 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
13058 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
13059 of gdb_test_multiple.
13060 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
13061 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
13062
b9f437de
PA
130632014-03-20 Pedro Alves <palves@redhat.com>
13064
13065 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
13066 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
13067
05adc73e
PA
130682014-03-19 Pedro Alves <palves@redhat.com>
13069
13070 * gdb.base/async.exp: Remove early return.
13071
6048b950
PA
130722014-03-19 Pedro Alves <palves@redhat.com>
13073
13074 * gdb.base/async.exp (step& tests): Pass explicit test messages.
13075
8bcfb00a
PA
130762014-03-19 Pedro Alves <palves@redhat.com>
13077
13078 * gdb.base/async.exp (test_background): Expect \r\n after
13079 "completed." in the fail pattern.
13080
884e37dc
PA
130812014-03-19 Pedro Alves <palves@redhat.com>
13082
13083 * gdb.base/async.exp (test_background): New procedure.
13084 Use it for all background execution command tests.
13085
148e57e2
PA
130862014-03-19 Pedro Alves <palves@redhat.com>
13087
13088 * gdb.base/async.exp: Use prepare_for_testing.
13089
f48088c7
PA
130902014-03-19 Pedro Alves <palves@redhat.com>
13091
13092 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
13093 the same line.
13094
e2f6c966
PA
130952014-03-19 Pedro Alves <palves@redhat.com>
13096
13097 * gdb.base/async.c (main): Add "jump here" and "until here" line
13098 marker comments.
13099 * gdb.base/async.exp (jump_here): New global.
13100 (jump& test): Use it.
13101 (until_here): New global.
13102 (until& test): Use it.
13103
c30568d4
PA
131042014-03-19 Pedro Alves <palves@redhat.com>
13105
13106 * gdb.base/async.exp: Don't frob gdb_protocol.
13107
0172b6a7
DE
131082014-03-18 Doug Evans <xdje42@gmail.com>
13109
13110 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
13111 Fix spelling of exec-done-display.
13112
06c868a8
JK
131132014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
13114
13115 PR gdb/15358
13116 * gdb.base/gdb-sigterm.c: New file.
13117 * gdb.base/gdb-sigterm.exp: New file.
13118
0c7e1a46
PA
131192014-03-18 Pedro Alves <palves@redhat.com>
13120
13121 PR gdb/13860
13122 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
13123 * lib/mi-support.exp (mi_expect_stop): Add special handling for
13124 solib-event.
13125
f7c77d93
JB
131262014-03-17 Joel Brobecker <brobecker@adacore.com>
13127
13128 * gdb.ada/pckd_arr_ren: New testcase.
13129
5a1e8c7a
DE
131302014-03-13 Doug Evans <xdje42@gmail.com>
13131
13132 PR guile/16612
13133 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
13134 collect after discarding symbols.
13135
350e1a76
DE
131362014-03-13 Ludovic Courtès <ludo@gnu.org>
13137 Doug Evans <xdje42@gmail.com>
13138
13139 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
13140 to history survives a gc.
13141
a69900ae
PA
131422014-03-13 Pedro Alves <palves@redhat.com>
13143
13144 * gdb.base/default.exp: Don't test "target procfs".
13145
5db9f0bd
PA
131462014-03-13 Pedro Alves <palves@redhat.com>
13147
13148 * gdb.base/default.exp: Update "target child" and "target procfs"
13149 tests to not expect "Unix".
13150
b3ccfe11
TT
131512014-03-12 Tom Tromey <tromey@redhat.com>
13152
13153 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
13154 New procs. Add target-async tests.
13155 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
13156 Add target-async tests.
13157
646f4417
AA
131582014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13159
13160 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
13161 'func_start' and 'func_end' for the beginning and end of the
13162 function code, respectively.
13163 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
13164 'func_end' instead of 'func' and 'main'.
13165
288c211f
AA
131662014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13167
13168 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
13169 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
13170 generate the debug info assembler source.
13171
e0c0f156
AA
131722014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13173
13174 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
13175 * gdb.dwarf2/arr-subrange.exp: Likewise.
13176 * gdb.dwarf2/dwz.exp: Likewise.
13177 * gdb.dwarf2/method-ptr.exp: Likewise.
13178 * gdb.dwarf2/missing-sig-type.exp: Likewise.
13179 * gdb.dwarf2/subrange.exp: Likewise.
13180 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
13181 * gdb.dwarf2/implptrpiece.exp: Likewise.
13182 * gdb.dwarf2/nostaticblock.exp: Likewise.
13183
0e5c4555
AA
131842014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13185
13186 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
13187 directory to absolute path name arguments.
13188
5ec18f2b
JG
131892014-03-10 Joel Brobecker <brobecker@adacore.com>
13190
13191 * gdb.ada/tagged_access: New testcase.
13192
847fc4f2
MM
131932014-03-07 Markus Metzger <markus.t.metzger@intel.com>
13194
13195 * gdb.btrace/data.exp: Update expected output.
13196
cc3da688
YQ
131972014-03-06 Yao Qi <yao@codesourcery.com>
13198
13199 * gdb.trace/pr16508.exp: New file.
13200
0f26cec1
PA
132012014-03-05 Pedro Alves <palves@redhat.com>
13202
13203 PR gdb/16575
13204 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
13205 procedure.
13206 (top level): Adjust to use it. Add tests that exercise breakpoint
13207 interaction with the code-cache.
13208
7a5a839f
LC
132092014-02-26 Ludovic Courtès <ludo@gnu.org>
13210
13211 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
13212 test for 'history-append!'.
13213
31aa7e4e
JB
132142014-02-26 Joel Brobecker <brobecker@adacore.com>
13215
13216 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
13217 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
13218 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
13219 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
13220 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
13221 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
13222
1b588015
JB
132232014-02-26 Joel Brobecker <brobecker@adacore.com>
13224
13225 * testsuite/gdb.python/py-pp-re-notag.c: New file.
13226 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
13227 * testsuite/gdb.python/py-pp-re-notag.p: New file.
13228
55426c9d
JB
132292014-02-26 Joel Brobecker <brobecker@adacore.com>
13230
13231 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
13232
dc53a7ad
JB
132332014-02-26 Joel Brobecker <brobecker@adacore.com>
13234
13235 * gdb.dwarf2/arr-stride.c: New file.
13236 * gdb.dwarf2/arr-stride.exp: New file.
13237
12ab52e9
PA
132382014-02-26 Pedro Alves <palves@redhat.com>
13239
13240 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
13241 that won't ever trigger. Make sure that GDB reports the correct
13242 breakpoint that caused the stop.
13243
849c862e
JK
132442014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13245
13246 PR gdb/16626
13247 * gdb.base/auto-load-script: New file.
13248 * gdb.base/auto-load.c: New file.
13249 * gdb.base/auto-load.exp: New file.
13250
71b7d793
JK
13251 PR gdb/16626
13252 * gdb.base/auto-load.exp: Fix out-of-srctree run.
13253
e2f0d509
JK
132542014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13255
13256 Fix dw2-icycle.exp -fsanitize=address GDB crash.
13257 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
13258
50cc37c8
DE
132592014-02-24 Doug Evans <dje@google.com>
13260
13261 * lib/gdb.exp (run_on_host): Log error output if program fails.
13262
ea4758f2
PA
132632014-02-21 Pedro Alves <palves@redhat.com>
13264
13265 * gdb.threads/step-after-sr-lock.c: Rename to ...
13266 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
13267 * gdb.threads/step-after-sr-lock.exp: Rename to ...
13268 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13269 ... this.
13270
d7b30f67
SDJ
132712014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
13272
13273 PR tdep/16397
13274 * gdb.arch/amd64-stap-special-operands.exp: New file.
13275 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
13276 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
13277 * gdb.arch/amd64-stap-triplet.S: Likewise.
13278 * gdb.arch/amd64-stap-triplet.c: Likewise.
13279
83deb43f
JB
132802014-02-20 Joel Brobecker <brobecker@adacore.com>
13281
13282 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
13283 in .section pseudo-op.
13284
adde2bff
DE
132852014-02-20 lin zuojian <manjian2006@gmail.com>
13286 Joel Brobecker <brobecker@adacore.com>
13287 Doug Evans <xdje42@gmail.com>
13288
13289 PR symtab/16581
13290 * gdb.dwarf2/dw2-icycle.S: New file.
13291 * gdb.dwarf2/dw2-icycle.c: New file.
13292 * gdb.dwarf2/dw2-icycle.exp: New file.
13293
f7bd0f78
SC
132942014-02-19 Siva Chandra Reddy <sivachandra@google.com>
13295
13296 * gdb.python/py-value-cc.cc: Improve test case to enable testing
13297 operations on gdb.Value objects.
13298 * gdb.python/py-value-cc.exp: Add new test to test operations on
13299 gdb.Value objects.
13300
c17ef0d5
DE
133012014-02-18 Doug Evans <dje@google.com>
13302
13303 * Makefile.in (TESTS): New variable.
13304 (expanded_tests, expanded_tests_or_none): New variables
13305 (check-single): Pass $(expanded_tests_or_none) to runtest.
13306 (check-parallel): Only run tests in $(TESTS) if non-empty.
13307 (check/no-matching-tests-found): New rule.
13308 * README: Document TESTS makefile variable.
13309
5dd3176f
DE
133102014-02-18 Doug Evans <dje@google.com>
13311
13312 * Makefile.in (check-parallel): rm -rf outputs temp.
13313
0b10be4f
JK
133142014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13315
13316 Fix "ERROR: no fileid for" in the testsuite.
13317 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
13318
85f224e7
DE
133192014-02-12 Doug Evans <dje@google.com>
13320
13321 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
13322 (MISCELLANEOUS): New variable.
13323 (clean): rm -rf $(MISCELLANEOUS).
13324 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
13325 dwp live in the same directory as symlinks, with each symlink pointed
13326 to a differently named file in a different directory.
13327
149b30ff
DE
133282014-02-11 Doug Evans <dje@google.com>
13329
13330 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
13331 of Tcl file commands.
13332
1dfdac32
MK
133332014-02-10 Mark Kettenis <kettenis@gnu.org>
13334
13335 * gdb.threads/step-after-sr-lock.exp: Avoid executing
13336 "kill -SIGUSR1 -1".
13337
aa4fb036
JB
133382014-02-10 Joel Brobecker <brobecker@adacore.com>
13339
13340 * gdb.ada/tick_length_array_enum_idx: New testcase.
13341
ed3ef339
DE
133422014-02-10 Doug Evans <xdje42@gmail.com>
13343
13344 * configure.ac (AC_OUTPUT): Add gdb.guile.
13345 * configure: Regenerate.
13346 * lib/gdb-guile.exp: New file.
13347 * lib/gdb.exp (get_target_charset): New function.
13348 * gdb.base/help.exp: Update expected output from "apropos apropos".
13349 * gdb.guile/Makefile.in: New file.
13350 * gdb.guile/guile.exp: New file.
13351 * gdb.guile/scm-arch.c: New file.
13352 * gdb.guile/scm-arch.exp: New file.
13353 * gdb.guile/scm-block.c: New file.
13354 * gdb.guile/scm-block.exp: New file.
13355 * gdb.guile/scm-breakpoint.c: New file.
13356 * gdb.guile/scm-breakpoint.exp: New file.
13357 * gdb.guile/scm-disasm.c: New file.
13358 * gdb.guile/scm-disasm.exp: New file.
13359 * gdb.guile/scm-equal.c: New file.
13360 * gdb.guile/scm-equal.exp: New file.
13361 * gdb.guile/scm-error.exp: New file.
13362 * gdb.guile/scm-error.scm: New file.
13363 * gdb.guile/scm-frame-args.c: New file.
13364 * gdb.guile/scm-frame-args.exp: New file.
13365 * gdb.guile/scm-frame-args.scm: New file.
13366 * gdb.guile/scm-frame-inline.c: New file.
13367 * gdb.guile/scm-frame-inline.exp: New file.
13368 * gdb.guile/scm-frame.c: New file.
13369 * gdb.guile/scm-frame.exp: New file.
13370 * gdb.guile/scm-generics.exp: New file.
13371 * gdb.guile/scm-gsmob.exp: New file.
13372 * gdb.guile/scm-iterator.c: New file.
13373 * gdb.guile/scm-iterator.exp: New file.
13374 * gdb.guile/scm-math.c: New file.
13375 * gdb.guile/scm-math.exp: New file.
13376 * gdb.guile/scm-objfile-script-gdb.in: New file.
13377 * gdb.guile/scm-objfile-script.c: New file.
13378 * gdb.guile/scm-objfile-script.exp: New file.
13379 * gdb.guile/scm-objfile.c: New file.
13380 * gdb.guile/scm-objfile.exp: New file.
13381 * gdb.guile/scm-ports.exp: New file.
13382 * gdb.guile/scm-pretty-print.c: New file.
13383 * gdb.guile/scm-pretty-print.exp: New file.
13384 * gdb.guile/scm-pretty-print.scm: New file.
13385 * gdb.guile/scm-section-script.c: New file.
13386 * gdb.guile/scm-section-script.exp: New file.
13387 * gdb.guile/scm-section-script.scm: New file.
13388 * gdb.guile/scm-symbol.c: New file.
13389 * gdb.guile/scm-symbol.exp: New file.
13390 * gdb.guile/scm-symtab-2.c: New file.
13391 * gdb.guile/scm-symtab.c: New file.
13392 * gdb.guile/scm-symtab.exp: New file.
13393 * gdb.guile/scm-type.c: New file.
13394 * gdb.guile/scm-type.exp: New file.
13395 * gdb.guile/scm-value-cc.cc: New file.
13396 * gdb.guile/scm-value-cc.exp: New file.
13397 * gdb.guile/scm-value.c: New file.
13398 * gdb.guile/scm-value.exp: New file.
13399 * gdb.guile/source2.scm: New file.
13400 * gdb.guile/types-module.cc: New file.
13401 * gdb.guile/types-module.exp: New file.
13402
7026a7c1
YQ
134032014-02-10 Yao Qi <yao@codesourcery.com>
13404
13405 PR testsuite/16543
13406 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
13407 * configure: Regenerated.
13408 * Makefile.in: New file.
13409
6c466447
AS
134102014-02-08 Andreas Schwab <schwab@linux-m68k.org>
13411
13412 * gdb.python/py-framefilter.exp: Fix typo.
13413
6e854735
YQ
134142014-02-08 Yao Qi <yao@codesourcery.com>
13415
13416 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
13417 that no =breakpoint-modified is emitted when breakpoints are
13418 modified through MI commands.
13419
d137e6dc
PA
134202014-02-07 Pedro Alves <pedro@codesourcery.com>
13421 Pedro Alves <palves@redhat.com>
13422
13423 * gdb.threads/step-after-sr-lock.c: New file.
13424 * gdb.threads/step-after-sr-lock.exp: New file.
13425
b5ee5a50
PA
134262014-02-07 Pedro Alves <palves@redhat.com>
13427
13428 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
13429
3c77faf3
JK
134302014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
13431
13432 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
13433 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
13434
6dddc817
DE
134352014-02-06 Doug Evans <xdje42@gmail.com>
13436
13437 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
13438 output.
13439
13440 * gdb.gdb/python-interrupts.exp: New file.
13441
de7b2893
YQ
134422014-02-05 Yao Qi <yao@codesourcery.com>
13443
13444 * gdb.trace/report.exp (use_collected_data): Test the output
13445 of "info threads" and "info inferiors".
13446
66d032ac
YQ
134472014-02-05 Yao Qi <yao@codesourcery.com>
13448
13449 Revert this patch:
13450
13451 2013-05-24 Yao Qi <yao@codesourcery.com>
13452
13453 * gdb.trace/tfile.exp: Test inferior and thread.
13454
591a12a1
UW
134552014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13456
13457 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
13458 on a function.
13459 * gdb.base/step-bt.c: Call hello via function pointer to make
13460 sure its first instruction is executed on powerpc64le-linux.
13461
0ff3e01f
UW
134622014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13463
13464 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
13465
084ee545
UW
134662014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13467
13468 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
13469 of the test patterns for use on little-endian systems.
13470
6ed14ff3
UW
134712014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13472
13473 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
13474 (decimal_vector): Fix for little-endian.
13475
401e27fd
JM
134762014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
13477
13478 * gdb.arch/sparc-sysstep.exp: New file.
13479 * gdb.arch/sparc-sysstep.c: Likewise.
13480
13481 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
13482
8b924729
EBM
134832014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13484
13485 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
13486
fb151210
JB
134872014-01-23 Tom Tromey <tromey@redhat.com>
13488
13489 * gdb.ada/array_char_idx: New testcase.
13490
0740f8d8
TT
134912014-01-23 Tom Tromey <tromey@redhat.com>
13492
13493 PR python/16487:
13494 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
13495 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
13496 classes.
13497
21909fa1
TT
134982014-01-23 Tom Tromey <tromey@redhat.com>
13499
13500 PR python/16491:
13501 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
13502 string from an inferior frame.
13503 * gdb.python/py-framefilter-mi.exp: Update.
13504
87ce2a04
DE
135052014-01-22 Doug Evans <dje@google.com>
13506
13507 * gdb.server/server-mon.exp: Add tests for "set debug-format".
13508
237b092b
AA
135092014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13510
13511 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
13512
d674a709
AA
135132014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13514
13515 * gdb.trace/entry-values.exp: Remove excess space character from
13516 regex patterns. Handle s390 call instruction.
13517
20fa3390
AA
135182014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13519
13520 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
13521 define "*_start" label. Make "name" static.
13522 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
13523 ${name} by references to ${name}_start.
13524
78466714
AA
135252014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13526
13527 * gdb.base/info-macros.exp: Remove "debug" from the compile
13528 options.
13529
ec9f644a
IB
135302014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
13531
13532 * gdb.dlang/demangle.exp: New file.
13533
94b1b47e
IB
135342014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
13535
13536 * gdb.dlang/primitive-types.exp: New file.
13537
7f420862
IB
135382014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
13539
13540 * configure.ac: Create gdb.dlang/Makefile.
13541 * configure: Regenerate.
13542 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
13543 * gdb.dlang/Makefile.in: New file.
13544 * lib/d-support.exp: New file.
13545 * lib/gdb.exp (skip_d_tests): New proc.
13546
52834460
MM
135472014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13548
13549 * gdb.btrace/delta.exp: Check reverse stepi.
13550 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
13551 * gdb.btrace/finish.exp: New.
13552 * gdb.btrace/next.exp: New.
13553 * gdb.btrace/nexti.exp: New.
13554 * gdb.btrace/record_goto.c: Add comments.
13555 * gdb.btrace/step.exp: New.
13556 * gdb.btrace/stepi.exp: New.
13557 * gdb.btrace/multi-thread-step.c: New.
13558 * gdb.btrace/multi-thread-step.exp: New.
13559 * gdb.btrace/rn-dl-bind.c: New.
13560 * gdb.btrace/rn-dl-bind.exp: New.
13561 * gdb.btrace/data.c: New.
13562 * gdb.btrace/data.exp: New.
13563 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
13564
6e07b1d2
MM
135652014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13566
13567 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
13568 * gdb.btrace/exception.exp: Update.
13569 * gdb.btrace/instruction_history.exp: Update.
13570 * gdb.btrace/record_goto.exp: Update.
13571 * gdb.btrace/tailcall.exp: Update.
13572 * gdb.btrace/unknown_functions.exp: Update.
13573 * gdb.btrace/delta.exp: New.
13574
0b722aec
MM
135752014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13576
13577 * gdb.btrace/record_goto.exp: Add backtrace test.
13578 * gdb.btrace/tailcall.exp: Add backtrace test.
13579
066ce621
MM
135802014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13581
13582 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
13583 * gdb.btrace/record_goto.c: New.
13584 * gdb.btrace/record_goto.exp: New.
13585 * gdb.btrace/x86-record_goto.S: New.
13586
0688d04e
MM
135872014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13588
13589 * gdb.btrace/function_call_history.exp: Update tests.
13590 * gdb.btrace/instruction_history.exp: Update tests.
13591
8710b709
MM
135922014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13593
13594 * gdb.btrace/function_call_history.exp: Fix expected field
13595 order for "record function-call-history".
13596 Add new tests for "record function-call-history /c".
13597 * gdb.btrace/exception.cc: New.
13598 * gdb.btrace/exception.exp: New.
13599 * gdb.btrace/tailcall.exp: New.
13600 * gdb.btrace/x86-tailcall.S: New.
13601 * gdb.btrace/x86-tailcall.c: New.
13602 * gdb.btrace/unknown_functions.c: New.
13603 * gdb.btrace/unknown_functions.exp: New.
13604 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
13605
5de9129b
MM
136062014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13607
13608 * gdb.btrace/instruction_history.exp: Update.
13609 * gdb.btrace/function_call_history.exp: Update.
13610
23a7fe75
MM
136112014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13612
13613 * gdb.btrace/function_call_history.exp: Fix expected function
13614 trace.
13615 * gdb.btrace/instruction_history.exp: Initialize traced.
13616 Remove traced_functions.
13617
724c7dd8
MM
136182014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13619
13620 * gdb.btrace/function_call_history.exp: Update
13621 * gdb.btrace/instruction_history.exp: Update.
13622
6d78d93b
MM
136232014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13624
13625 * gdb.btrace/enable.exp: Update expected text.
13626
93a360cc
OJ
136272014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
13628
13629 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
13630 bytes.
13631
3772b53f
MR
136322014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
13633
13634 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
13635
596662fa
OJ
136362014-01-15 Omair Javaid <omair.javaid@linaro.org>
13637
13638 * lib/gdb.exp (supports_process_record): Return true for
13639 arm*-linux*. (supports_reverse): Likewise.
13640
b5b08fb4
SC
136412014-01-13 Siva Chandra Reddy <sivachandra@google.com>
13642
13643 PR python/15464
13644 PR python/16113
13645 * gdb.python/py-type.c: Enhance test case.
13646 * gdb.python/py-value-cc.cc: Likewise
13647 * gdb.python/py-type.exp: Add new tests.
13648 * gdb.python/py-value-cc.exp: Likewise
13649
52d7fb13
AA
136502014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
13651 Pedro Alves <palves@redhat.com>
13652
13653 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
13654 Make "name" extern.
13655 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
13656 references to ${name}_start by references to ${name}.
13657
a2cd8cfe
JB
136582014-01-10 Joel Brobecker <brobecker@adacore.com>
13659
13660 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
13661
4e23fced
JB
136622014-01-10 Joel Brobecker <brobecker@adacore.com>
13663
13664 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
13665
c6a9e42c
PA
136662014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
13667 Pedro Alves <palves@redhat.com>
13668
13669 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 13670 mi_gdb_target_load.
c6a9e42c 13671
b7ea362b
PA
136722014-01-08 Pedro Alves <palves@redhat.com>
13673
13674 * gdb.threads/reconnect-signal.c: New file.
13675 * gdb.threads/reconnect-signal.exp: New file.
13676
5e3f4fab
EBM
136772014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13678
13679 * gdb.base/source-dir.exp: New file.
13680
79301218
JB
136812014-01-07 Joel Brobecker <brobecker@adacore.com>
13682
13683 * gdb.ada/mi_interface: New testcase.
13684
8e355c5d
JB
136852014-01-07 Joel Brobecker <brobecker@adacore.com>
13686
13687 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
13688 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
13689 gdb.ada/pp-rec-component/pck.ads: New files.
13690
c0d48811
JB
136912014-01-07 Joel Brobecker <brobecker@adacore.com>
13692
13693 * gdb.python/py-pp-integral.c: New file.
13694 * gdb.python/py-pp-integral.py: New file.
13695 * gdb.python/py-pp-integral.exp: New file.
13696
17b609c3 13697For older changes see ChangeLog-1993-2013.
c906108c 13698\f
8d8cb839
EZ
13699;; Local Variables:
13700;; mode: change-log
13701;; left-margin: 8
13702;; fill-column: 74
13703;; version-control: never
13704;; End:
902f2ccb 13705
e2882c85 13706 Copyright 2014-2018 Free Software Foundation, Inc.
902f2ccb
MC
13707 Copying and distribution of this file, with or without modification,
13708 are permitted provided the copyright notice and this notice are preserved.