]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
btrace: check perf_event_paranoid
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
c2e0e465
SM
12018-02-07 Simon Marchi <simon.marchi@ericsson.com>
2
3 * gdb.cp/m-static.exp: Check type of optimized out static
4 member.
5
f7216783
AB
62018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
7
8 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
9 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
10
0625771b
LS
112018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
12 Leszek Swirski <leszeks@google.com>
13
14 * gdb.python/py-prettyprint.c
15 (struct to_string_returns_value_inner,
16 struct to_string_returns_value_wrapper): New.
17 (main): Add tsrvw variable.
18 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
19 ToStringReturnsValueWrapper): New classes.
20 (register_pretty_printers): Register new pretty-printers.
21 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
22 recursive pretty printer.
23 * gdb.python/py-mi.exp: Likewise.
24
59498c30
LS
252018-02-01 Leszek Swirski <leszeks@google.com>
26
27 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
28 functions with the same name as an include file are parsed
29 correctly.
30
d4d38844
YQ
312018-02-01 Yao Qi <yao.qi@linaro.org>
32
33 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
34 "\[^\r\n\]*".
35
07e5f5cf
NP
362018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
37
38 * gdb.arch/powerpc-prologue-frame.s: New file.
39 * gdb.arch/powerpc-prologue-frame.c: Likewise.
40 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
41
929b5ad4
JB
422018-01-31 Joel Brobecker <brobecker@adacore.com>
43
44 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
45
e671cd59
PA
462018-01-30 Pedro Alves <palves@redhat.com>
47
48 PR gdb/13211
49 * gdb.base/interrupt-daemon.c: New.
50 * gdb.base/interrupt-daemon.exp: New.
51 * gdb.multi/multi-term-settings.c: New.
52 * gdb.multi/multi-term-settings.exp: New.
53
fc413dc4
JB
542018-01-30 Joel Brobecker <brobecker@adacore.com>
55
56 * gdb.base/break.exp: Save the location where the breakpoint
57 on break.c:47 was actually inserted when debugging the version
58 compiled at -O2 and use it in the expected output of the "info
59 break" test performed soon after.
60
5c319bb2
PA
612018-01-22 Pedro Alves <palves@redhat.com>
62 Sergio Durigan Junior <sergiodj@redhat.com>
63
64 * gdb.base/whatis.exp: Add tests for 'set print object on' +
65 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
66
a9e40818
JB
672018-01-22 Joel Brobecker <brobecker@adacore.com>
68
69 * gdb.base/break-include.c, gdb.base/break-include.inc,
70 gdb.base/break-include.exp: New files.
71 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
72 line number now being the actual line number where the breakpoint
73 was inserted.
74 * gdb.mi/mi-break.exp: Likewise.
75 * gdb.mi/mi-reverse.exp: Likewise.
76 * gdb.mi/mi-simplerun.exp: Ditto.
77
e707fc44
AB
782018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
79
80 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
81 varobj.
82 * gdb.mi/mi-var-create-rtti.exp: Likewise.
83
ae451627
AB
842018-01-21 Don Breazeal <donb@codesourcery.com>
85 Andrew Burgess <andrew.burgess@embecosm.com>
86
87 * gdb.mi/basics.c: Add new global.
88 * gdb.mi/mi-frame-regs.exp: New file.
89 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
90 case.
91
b1b189e0
AB
922018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
93
94 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
95 non-parameter, and on an unknown symbol.
96
fcfcc376
TT
972018-01-19 Tom Tromey <tom@tromey.com>
98
99 * gdb.rust/modules.rs (TWENTY_THREE): New global.
100 * gdb.rust/modules.exp: Add ::-qualified lookup test.
101
634c1c31
AA
1022018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
103
104 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
105 setrlimit and chdir to int.
106
d6ad07fd
AA
1072018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
108
109 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
110 function.
111 (my_tend): Likewise.
112 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
113 rationale of avoiding FP- and vector instructions.
114
adf8243b
RK
1152018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
116
117 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
118 "info reg" with "\[ \t\]*".
119 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
120 "\[ \t\]+".
121 * gdb.arch/s390-multiarch.exp: Ditto.
122 * gdb.base/pc-fp.exp: Ditto.
123 * gdb.reverse/i386-precsave.exp: Ditto.
124 * gdb.reverse/i386-reverse.exp: Ditto.
125 * gdb.reverse/i387-env-reverse.exp: Ditto.
126 * gdb.reverse/i387-stack-reverse.exp: Ditto.
127
dcc06925
AA
1282018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
129
130 * lib/gdb.exp (gdb_compile): Re-enable use of
131 universal_compile_options for languages other than Rust.
132
25d4fd80
AA
1332018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
134
135 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
136
ee7f689e 1372018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
138
139 PR gdb/16577
140 * gdb.base/solib-vanish.exp: New.
141 * gdb.base/solib-vanish-main.c: New.
142 * gdb.base/solib-vanish-lib1.c: New.
143 * gdb.base/solib-vanish-lib2.c: New.
144
d8447b6b
YQ
1452018-01-17 Yao Qi <yao.qi@linaro.org>
146
147 * gdb.compile/compile.exp: Match the address printed for
148 frame in the output of command "bt".
149
86d6a90c
TT
1502018-01-15 Tom Tromey <tom@tromey.com>
151
152 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
153 compute sp_reg.
154
cbcdb1aa
AB
1552018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
156
157 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
158 to prepare.
159 (prepare): Return 0 on error, 1 on success.
160
eea61984
PA
1612018-01-12 Pedro Alves <palves@redhat.com>
162
163 * gdb.base/continue-after-aborted-step-over.c: New.
164 * gdb.base/continue-after-aborted-step-over.exp: New.
165
6181e9c2
SM
1662018-01-11 Simon Marchi <simon.marchi@ericsson.com>
167
168 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
169 options when not creating an executable.
170
3cada740
PA
1712018-01-11 Pedro Alves <palves@redhat.com>
172
173 PR remote/22597
174 * gdb.server/stop-reply-no-thread.c: New file.
175 * gdb.server/stop-reply-no-thread.exp: New file.
176
c63d3e8d
PA
1772018-01-10 Pedro Alves <palves@redhat.com>
178
179 PR gdb/22670
180 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
181 functions too. Test setting breakpoints and printing C functions
182 with no debug info too.
183 * gdb.ada/bp_c_mixed_case/qux.c: New file.
184
d4c2a405
PA
1852018-01-10 Pedro Alves <palves@redhat.com>
186
187 PR gdb/22670
188 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
189 a fail.
190
8825213e
PA
1912018-01-10 Pedro Alves <palves@redhat.com>
192
193 PR gdb/22670
194 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
195
605fd3c6
YQ
1962018-01-08 Simon Marchi <simon.marchi@ericsson.com>
197
198 * gdb.server/unittest.exp: Match the output in non-development
199 mode.
200
1e5ded6c
YQ
2012018-01-08 Simon Marchi <simon.marchi@ericsson.com>
202
203 * gdb.gdb/unittest.exp: Match output in non-development mode.
204
30066b0b
JB
2052018-01-08 Joel Brobecker <brobecker@adacore.com>
206
207 * gdb.ada/access_tagged_param.exp: Relax expected output
208 for value of "ObjL" in "continue" to pck.inspect breakpoint
209 test.
210
04bafb1e
XR
2112018-01-08 Joel Brobecker <brobecker@adacore.com>
212
9f86398b
JB
213 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
214 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 215
e379cee6
PA
2162018-01-05 Pedro Alves <palves@redhat.com>
217
218 PR gdb/18653
219 * gdb.base/libsegfault.exp: New.
220
de63c46b
PA
2212018-01-05 Joel Brobecker <brobecker@adacore.com>
222
223 PR gdb/22670
224 * gdb.ada/access_tagged_param.exp: New file.
225 * gdb.ada/access_tagged_param/foo.adb: New file.
226
f98fc17b
PA
2272018-01-05 Pedro Alves <palves@redhat.com>
228
229 PR gdb/22670
230 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
231 exercise lower case too, and to exercise both full matching and
232 wild matching.
233
342f8240
JB
2342018-01-05 Joel Brobecker <brobecker@adacore.com>
235
236 * gdb.ada/rename_subscript_param: New testcase.
237
7150d33c
JG
2382018-01-05 Jerome Guitton <guitton@adacore.com>
239
240 * gdb.ada/arr_acc_idx_w_gap: New testcase.
241
cc0e770c
JB
2422018-01-05 Joel Brobecker <brobecker@adacore.com>
243
244 * gdb.ada/convvar_comp: New testcase.
245
672a41aa 2462018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
247
248 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
249 (My_Table): New global variable.
250 * testsuite/gdb.ada/array_char_idx.exp: Add test.
251
7365ec2f
JB
2522018-01-04 Joel Brobecker <brobecker@adacore.com>
253
254 PR gdb/22670
255 * gdb.ada/maint_with_ada: New testcase.
256
289483b6
JB
2572018-01-04 Joel Brobecker <brobecker@adacore.com>
258
259 PR gdb/22670
260 * gdb.ada/bp_c_mixed_case: New testcase.
261
344420da
JB
2622018-01-04 Joel Brobecker <brobecker@adacore.com>
263
264 PR gdb/22670
265 * gdb.ada/complete.exp: Add "complete break ada" test.
266
66fc87a0
JB
2672018-01-04 Joel Brobecker <brobecker@adacore.com>
268
269 PR gdb/22670
270 * gdb.ada/info_addr_mixed_case: New testcase.
271
9f757bf7
XR
2722018-01-03 Xavier Roirand <roirand@adacore.com>
273
274 * gdb.ada/excep_handle.exp: New testcase.
275 * gdb.ada/excep_handle/foo.adb: New file.
276 * gdb.ada/excep_handle/pck.ads: New file.
277
bd570f80
JB
2782018-01-03 Joel Brobecker <brobecker@adacore.com>
279
280 * gdb.base/step-line.c: Add extra empty line in copyright header.
281 * gdb.base/step-line.inp: Likewise.
282
9fe561ab
JB
2832018-01-02 Joel Brobecker <brobecker@adacore.com>
284
285 * gdb.ada/dyn_stride.exp: Add slice test.
286
a405673c
JB
2872018-01-02 Joel Brobecker <brobecker@adacore.com>
288
289 * gdb.ada/dyn_stride: New testcase.
290
cef0f868
SH
2912017-12-27 Stafford Horne <shorne@gmail.com>
292
293 * gdb.xml/extra-regs.xml: Add example foo reggroup.
294 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
295
b67d92b0
SH
2962017-12-27 Stafford Horne <shorne@gmail.com>
297
298 * gdb.base/reggroups.c: New file.
299 * gdb.base/reggroups.exp: New file.
300
eccab96d
JB
3012017-12-18 Joel Brobecker <brobecker@adacore.com>
302
303 * gdb.dwarf2/ada-valprint-error.c: New file.
304 * gdb.dwarf2/ada-valprint-error.exp: New file.
305
0e2da9f0
JB
3062017-12-18 Joel Brobecker <brobecker@adacore.com>
307
308 * gdb.ada/assign_arr: New testcase.
309
cb923fcc
XR
3102017-12-18 Xavier Roirand <roirand@adacore.com>
311
312 * gdb.ada/funcall_ptr: New testcase.
313
7c161838
SDJ
3142017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
315
316 PR cli/16224
317 * gdb.base/ptype-offsets.cc: New file.
318 * gdb.base/ptype-offsets.exp: New file.
319
1af17fd9
YQ
3202017-12-15 Yao Qi <yao.qi@linaro.org>
321
322 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
323 if XML is disabled.
324
828d5846
XR
3252017-12-15 Xavier Roirand <roirand@adacore.com>
326
327 * gdb.ada/same_component_name: New testcase.
328
79e8fcaa
JB
3292017-12-14 Joel Brobecker <brobecker@adacore.com>
330
331 * gdb.ada/str_binop_equal: New testcase.
332
e05fa6f9
JB
3332017-12-14 Joel Brobecker <brobecker@adacore.com>
334
335 * gdb.ada/task_switch_in_core: New testcase.
336
b89641ba
SM
3372017-12-13 Simon Marchi <simon.marchi@ericsson.com>
338
339 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
340 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
341 call test_bkpt_qualified.
342 (test_bkpt_qualified): New proc.
343
6892d2e4
PA
3442017-12-13 Pedro Alves <palves@redhat.com>
345
346 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
347 Tighten regexp by matching with an anchor.
348
a22ecf70
PA
3492017-12-13 Pedro Alves <palves@redhat.com>
350
351 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
352 ("expression with namespace"): New set of tests.
353 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
354 (Nested::Test_NS::qux): New.
355 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
356 defaults to 'start_quote_char' and 'end_quote_char' parameters.
357
9937536c
JB
3582017-12-13 Joel Brobecker <brobecker@adacore.com>
359
360 * gdb.base/server-del-break.c: New file.
361 * gdb.base/server-del-break.exp: New file.
362
fe49c6f5
SH
3632017-12-12 Stafford Horne <shorne@gmail.com>
364
365 * gdb.xml/tdesc-regs.exp: Add or1k support.
366
c3d18620
SH
3672017-12-12 Stafford Horne <shorne@gmail.com>
368
369 * gdb.base/bp-permanent.c: Define nop of or1k.
370
c5f9cfc8
JB
3712017-12-11 Joel Brobecker <brobecker@adacore.com>
372
373 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
374 output with components being reordered.
375
a9c135fc
JB
3762017-12-11 Joel Brobecker <brobecker@adacore.com>
377
378 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
379 output with components being reordered.
380
927aa2e7
JK
3812017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
382 Pedro Alves <palves@redhat.com>
383
384 * gdb.base/maint.exp (check for .gdb_index): Check also for
385 .debug_names.
386 * gdb.dlang/watch-loc.c (.debug_aranges): New.
387 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
388 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
389 (.gdb_index used after symbol reloading): Support also .debug_names.
390 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
391
f17d9474
YQ
3922017-12-08 Yao Qi <yao.qi@linaro.org>
393
394 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
395 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
396
a0de8c21
YQ
3972017-12-08 Yao Qi <yao.qi@linaro.org>
398
399 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
400 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
401
a738ea1d
YQ
4022017-12-08 Yao Qi <yao.qi@linaro.org>
403
404 * gdb.arch/aarch64-tagged-pointer.c: New file.
405 * gdb.arch/aarch64-tagged-pointer.exp: New file.
406
1cd9a73b
SDJ
4072017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
408
409 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
410 "int".
411
fa6eb693
KS
4122017-12-07 Keith Seitz <keiths@redhat.com>
413
414 PR breakpoints/22569
415 * gdb.linespec/ls-errs.exp: Change expected result of "break
416 -source this file has spaces.c -line 3".
417 Check that an explicit source file followed by whitespace is
418 identified as an invalid explicit location.
419
883fd55a
KS
4202017-12-07 Keith Seitz <keiths@redhat.com>
421
422 * gdb.cp/nested-types.cc: New file.
423 * gdb.cp/nested-types.exp: New file.
424 * lib/cp-support.exp: Load data-structures.exp library.
425 (debug_cp_test_ptype_class): New global.
426 (cp_ptype_class_verbose, next_line): New procedures.
427 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
428 Add and document new return value.
429 Switch the list of lines to a queue.
430 Add support for new `type' key for nested type definitions.
431 Add debugging/troubleshooting messages.
432 * lib/data-structures.exp: New file.
433
ec72db3e
SM
4342017-12-07 Simon Marchi <simon.marchi@ericsson.com>
435
436 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
437 with proc_with_prefix, don't use with_test_prefix.
438
99598d71
TT
4392017-12-07 Tom Tromey <tom@tromey.com>
440
441 * gdb.base/break.exp: Add test for empty "commands".
442
a8806230
YQ
4432017-12-07 Yao Qi <yao.qi@linaro.org>
444
445 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
446 malloc and catch syscall.
447
824cc835
PM
4482017-12-07 Phil Muldoon <pmuldoon@redhat.com>
449
450 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
451 tests for explicit locations.
452
7cc244de
PA
4532017-12-06 Pedro Alves <palves@redhat.com>
454
455 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
456 force-disabling XML descriptions.
457
50a1fdd5
PA
4582017-12-04 Pedro Alves <palves@redhat.com>
459
460 PR gdb/22499
461 * gdb.arch/amd64-disp-step-avx.S: New file.
462 * gdb.arch/amd64-disp-step-avx.exp: New file.
463
f0fb2488
PA
4642017-12-03 Pedro Alves <palves@redhat.com>
465
466 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
467 and <string.h>.
468 (parent_function): Print distinct messages when waitpid fails, or
469 the child exits with a signal, or the child exits for an unhandled
470 reason.
471 * gdb.threads/process-dies-while-detaching.exp
472 (detach_and_expect_exit): New 'inf_output_re' parameter and use
473 it. Wait for both inferior output and GDB's prompt. Use an
474 indirect spawn id list.
475 (do_detach): New parameter 'child_exit'. Use it to compute
476 expected inferior output.
477 (test_detach, test_detach_watch, test_detach_killed_outside):
478 Adjust to pass down the expected child exit kind.
479
97cbe998
SDJ
4802017-12-01 Joel Brobecker <brobecker@adacore.com>
481 Sergio Durigan Junior <sergiodj@redhat.com>
482 Pedro Alves <palves@redhat.com>
483
484 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
485
40fc416f
SDJ
4862017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
487
488 * gdb.base/relocate.exp: Add tests to guarantee that arguments
489 to 'symbol-file' and 'add-symbol-file' can be
490 position-independent.
491
1cc75e92
YQ
4922017-12-01 Yao Qi <yao.qi@linaro.org>
493
494 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
495 the URL in copyright header.
496 * gdb.arch/aarch64-fp.exp: Likewise.
497 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
498 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
499 * gdb.base/expand-psymtabs.exp: Likewise.
500 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
501 * gdb.fortran/common-block.exp: Likewise.
502 * gdb.fortran/common-block.f90: Likewise.
503 * gdb.fortran/logical.exp: Likewise.
504 * gdb.fortran/vla-datatypes.f90: Likewise.
505 * gdb.fortran/vla-sub.f90: Likewise.
506
875fb7a7
JB
5072017-11-30 Joel Brobecker <brobecker@adacore.com>
508
509 * gdb.ada/repeat_dyn: New testcase.
510
6f14765f
UW
5112017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
512
513 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
514 Update for changed thread numbering.
515 * gdb.cell/bt.exp: Update for changed GDB output.
516
f1af7b94
SM
5172017-11-30 Simon Marchi <simon.marchi@ericsson.com>
518
519 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
520 setting isremote by hand.
521 * boards/dwarf4-gdb-index.exp: Likewise.
522 * boards/fission.exp: Likewise.
523 * boards/stabs.exp: Likewise.
524
e3919f3e
PA
5252017-11-30 Pedro Alves <palves@redhat.com>
526
527 * gdb.linespec/cpls-ops.exp
528 (check_explicit_skips_function_argument): Extract the underlying
529 type of size_t instead of hardcoding it.
530
bd69330d
PA
5312017-11-29 Pedro Alves <palves@redhat.com>
532
533 PR c++/19436
534 * gdb.linespec/cpls-abi-tag.cc: New file.
535 * gdb.linespec/cpls-abi-tag.exp: New file.
536
a20714ff
PA
5372017-11-29 Pedro Alves <palves@redhat.com>
538
539 * gdb.base/langs.exp: Use -qualified.
540 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
541 it.
542 * gdb.cp/namespace.exp: Use -qualified.
543 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
544 (overload-3, template-overload, template-ret-type, const-overload)
545 (const-overload-quoted, anon-ns, ambiguous-prefix): New
546 procedures.
547 (test_driver): Call them.
548 * gdb.cp/save-bp-qualified.cc: New.
549 * gdb.cp/save-bp-qualified.exp: New.
550 * gdb.linespec/explicit.exp: Test -qualified.
551 * lib/completion-support.exp (completion::explicit_opts_list): Add
552 "-qualified".
553 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
554
f6f1d339
PM
5552017-11-29 Phil Muldoon <pmuldoon@redhat.com>
556
557 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
558
02ca603a
TT
5592017-11-29 Tom Tromey <tom@tromey.com>
560
561 * gdb.base/relocate.exp: Update invalid argument test.
562 Add new tests for invalid arguments.
563
ed6c0bfb
TP
5642017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
565
566 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
567 Return 0 as a long.
568 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
569
f106e10e
TP
5702017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
571
572 * gdb.cp/breakpoint.cc (bar): Set return type to void.
573 * gdb.cp/psymtab-parameter.cc (func): Likewise.
574 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
575 func ().
576 * gdb.cp/shadow.cc (B.func): Return 0.
577
10329bb2
JB
5782017-11-27 Joel Brobecker <brobecker@adacore.com>
579
580 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
581 expected output in gdb_expect call to allow the exception
582 message to be present as well. Fix syntax confusion to avoid
583 TCL thinking that exception_name is an array.
584
617cd4bc
UW
5852017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
586
587 * gdb.arch/spu-info.c: Include <unistd.h>.
588 (do_signal_test): Fix broken calls to write.
589 * gdb.arch/spu-info.exp: Use prepare_for_testing.
590 Fix checks for empty mailboxes. Update signal tests for corrected
591 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
592 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
593 * gdb.cell/arch.exp: Use standard_output_file.
594 * gdb.cell/break.exp: Likewise.
595 * gdb.cell/bt.exp: Likewise.
596 * gdb.cell/core.exp: Likewise.
597 * gdb.cell/dwarfaddr.exp: Likewise.
598 * gdb.cell/ea-cache.exp: Likewise.
599 * gdb.cell/ea-standalone.exp: Likewise.
600 * gdb.cell/f-regs.exp: Likewise.
601 * gdb.cell/fork.exp: Likewise.
602 * gdb.cell/gcore.exp: Likewise.
603 * gdb.cell/mem-access.exp: Likewise.
604 * gdb.cell/ptype.exp: Likewise.
605 * gdb.cell/registers.exp: Likewise.
606 * gdb.cell/sizeof.exp: Likewise.
607 * gdb.cell/solib-symbol.exp: Likewise.
608 * gdb.cell/solib.exp: Likewise.
617cd4bc 609
a81aaca0
PA
6102017-11-25 Pedro Alves <palves@redhat.com>
611
612 * gdb.base/complete-empty.exp: New file.
613 * gdb.base/completion.exp: Adjust.
614
6a3c6ee4
PA
6152017-11-25 Pedro Alves <palves@redhat.com>
616
617 * gdb.linespec/cpls-ops.cc: New file.
618 * gdb.linespec/cpls-ops.exp: New file.
619 * lib/completion-support.exp (test_complete_prefix_range_re): New,
620 factored out from ...
621 (test_complete_prefix_range): ... this.
622
8955eb2d
PA
6232017-11-24 Pedro Alves <palves@redhat.com>
624
625 * gdb.linespec/cpcompletion.exp: New file.
626 * gdb.linespec/cpls-hyphen.cc: New file.
627 * gdb.linespec/cpls.cc: New file.
628 * gdb.linespec/cpls2.cc: New file.
629 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
630 test to use test_gdb_complete_unique. Add label completion,
631 keyword completion and explicit location completion tests.
632 * lib/completion-support.exp: New file.
633
e547c119
JB
6342017-11-24 Joel Brobecker <brobecker@adacore.com>
635
636 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
637 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
638 when hitting an exception catchpoint.
639
7c3c1aa8
YQ
6402017-11-22 Yao Qi <yao.qi@linaro.org>
641
642 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
643
41bd68f5
SM
6442017-11-22 Simon Marchi <simon.marchi@ericsson.com>
645
646 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
647 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
648 * gdb.dwarf2/info-locals-optimized-out.c: New file.
649
1daad298
YQ
6502017-11-22 Yao Qi <yao.qi@linaro.org>
651
652 * gdb.base/info-os.exp: Pass pthreads.
653 * gdb.multi/multi-attach.exp: Likewise.
654
88465e87
YQ
6552017-11-22 Yao Qi <yao.qi@linaro.org>
656
657 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
658 compiler.
659
dc196b23
YQ
6602017-11-22 Yao Qi <yao.qi@linaro.org>
661
662 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
663 * gdb.base/break-interp.exp: Likewise.
664 * gdb.base/jit-attach-pie.exp: Likewise.
665
2400729e
UW
6662017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
667
668 * gdb.base/float128.c (large128): New variable.
669 * gdb.base/float128.exp: Add test to print largest __float128 value.
670
7a26362d
UW
6712017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
672
673 * gdb.arch/vsx-regs.exp: Update register content checks.
674
ed0f4273
UW
6752017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
676
677 * gdb.arch/ppc-longdouble.exp: New file.
678 * gdb.arch/ppc-longdouble.c: Likewise.
679
a25d69c6
PA
6802017-11-21 Pedro Alves <palves@redhat.com>
681
682 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
683
73fcf641
PA
6842017-11-20 Pedro Alves <palves@redhat.com>
685
686 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
687 (long_double_typedef): New typedefs.
688 Use DEF on double and long double.
689 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
690 cases.
691 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
692 and 'long_double_ptr_same_size' locals. Use them to decide
693 whether cast from array/function to float is valid/invalid.
694
71a3c369
TT
6952017-11-17 Tom Tromey <tom@tromey.com>
696
697 * gdb.rust/traits.rs: New file.
698 * gdb.rust/traits.exp: New file.
699
ced9779b
JB
7002017-11-17 Joel Brobecker <brobecker@adacore.com>
701
702 * gdb.ada/minsyms: New testcase.
703
a0922d80
PA
7042017-11-16 Pedro Alves <palves@redhat.com>
705
706 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
707 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
708
ea04e54c
PA
7092017-11-16 Pedro Alves <palves@redhat.com>
710
711 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
712 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
713
e849ea89
PA
7142017-11-16 Pedro Alves <palves@redhat.com>
715
716 * gdb.server/reconnect-ctrl-c.c: New file.
717 * gdb.server/reconnect-ctrl-c.exp: New file.
718
d8ae99a7
PM
7192017-11-16 Phil Muldoon <pmuldoon@redhat.com>
720
721 * gdb.python/py-rbreak.exp: New file.
722 * gdb.python/py-rbreak.c: New file.
723 * gdb.python/py-rbreak-func2.c: New file.
724
968a13f8
PA
7252017-11-16 Pedro Alves <palves@redhat.com>
726
727 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
728 pattern.
729 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
730 GDB.
731
71774bc9
SM
7322017-11-15 Simon Marchi <simon.marchi@ericsson.com>
733
734 * gdb.tui/completionn.exp (test_tab_completion): Add space in
735 regex.
736
ddbb44cf
SM
7372017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
738
739 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
740 test names.
741
584a564f
PA
7422017-11-09 Pedro Alves <palves@redhat.com>
743
744 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
745 factored out from ...
746 (top level): ... here, and adjusted to avoid expecting beyond the
747 prompt in a single gdb_test_multiple.
748
5ed7a928
PA
7492017-11-09 Pedro Alves <palves@redhat.com>
750
751 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
752 output.
753 * gdb.server/ext-attach.exp ("kill" test): Likewise.
754 * gdb.server/ext-restart.exp ("kill" test): Likewise.
755 * gdb.server/ext-run.exp ("kill" test): Likewise.
756 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
757
a60e0738
PA
7582017-11-09 Pedro Alves <palves@redhat.com>
759
760 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
761 match till end of line.
762
2c88253f
PA
7632017-11-09 Pedro Alves <palves@redhat.com>
764
765 * gdb.base/memattr.exp: Tighten regexes to match the end line.
766
c7a38517
PA
7672017-11-09 Pedro Alves <palves@redhat.com>
768
769 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
770 New procedures, factored out from ...
771 (top level): ... here, and adjusted to avoid expecting beyond the
772 prompt in one go.
773
f29f4b6b
PA
7742017-11-09 Pedro Alves <palves@redhat.com>
775
776 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
777 output. Fix '?' match.
778
286acbb5
JB
7792017-11-08 Joel Brobecker <brobecker@adacore.com>
780
781 * gdb.ada/scoped_watch: New testcase.
782 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
783 which is actually correct.
784 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
785 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
786
62d7ae92
PA
7872017-11-08 Pedro Alves <palves@redhat.com>
788
789 * gdb.gdb/complaints.exp (test_initial_complaints)
790 (test_serial_complaints, test_short_complaints): Call
791 complaint_internal instead of complaint.
792
280ca31f
DT
7932017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
794
795 * gdb.threads/tls-core.c: New file.
796 * gdb.threads/tls-core.exp: Likewise.
797
b5ec771e
PA
7982017-11-08 Pedro Alves <palves@redhat.com>
799
800 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
801 (p Exported_Capitalized): New test.
802 (p exported_capitalized): New test.
803
a02b41a7
PA
8042017-11-07 Pedro Alves <palves@redhat.com>
805
806 * gdb.cp/ena-dis-br-range.exp: Add more tests.
807
95e95a6d
PA
8082017-11-07 Pedro Alves <palves@redhat.com>
809
810 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
811 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
812 (disable_invalid, disable_inverted, disable_negative): New
813 procedures.
814 ("bad numbers"): New set of tests.
815
cee62dbd
PA
8162017-11-07 Pedro Alves <palves@redhat.com>
817
818 * gdb.cp/ena-dis-br-range.exp: Add tests.
819
cc638e86
PA
8202017-11-07 Pedro Alves <palves@redhat.com>
821
822 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
823
d0fe4701
XR
8242017-11-07 Xavier Roirand <roirand@adacore.com>
825 Pedro Alves <palves@redhat.com>
826
827 * gdb.base/ena-dis-br.exp: Add reference to
828 gdb.cp/ena-dis-br-range.exp.
829 * gdb.cp/ena-dis-br-range.exp: New file.
830 * gdb.cp/ena-dis-br-range.cc: New file.
831
46f67f80
PA
8322017-11-06 Pedro Alves <palves@redhat.com>
833
834 * gdb.base/attach-non-pgrp-leader.c: New.
835 * gdb.base/attach-non-pgrp-leader.exp: New.
836
726e1356
PA
8372017-11-06 Pedro Alves <palves@redhat.com>
838
839 * configure.ac: No longer check for termio.h and sgtty.h.
840 * configure: Regenerate.
841 * remote-utils.c: Include termios.h instead of gdb_termios.h.
842 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
843 Remove termio and sgtty code.
844
50ab6ace
YQ
8452017-11-03 Yao Qi <yao.qi@linaro.org>
846
847 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
848 in GDB is disabled.
849
8e68731c
YQ
8502017-11-03 Yao Qi <yao.qi@linaro.org>
851
852 * gdb.python/py-thrhandle.exp: Skip it if python is not
853 enabled.
854
3a87ae65
SM
8552017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
856
857 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
858 as a breakpoint command.
859
484d8d36
MD
8602017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
861
862 PR python/21213
863 * gdb.python/py-infthread.exp: Test calling
864 InferiorThread.inferior () multiple times in a row.
865
4a27f119
KS
8662017-10-27 Keith Seitz <keiths@redhat.com>
867
868 * gdb.opt/inline-break.exp (break_info_1): New procedure.
869 Test "info break" for every inlined function breakpoint.
870
bb11dd58
YQ
8712017-10-27 Yao Qi <yao.qi@linaro.org>
872
873 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
874
a43f3893
PF
8752017-10-26 Patrick Frants <osscontribute@gmail.com>
876
877 * gdb.cp/classes.exp (test_static_members): Test printing
878 Outer::instance.
879 * gdb.cp/classes.c (struct Inner, struct Outer): New.
880 (Inner::instance, Outer::instance): New.
881
792ccf00
PA
8822017-10-24 Pedro Alves <palves@redhat.com>
883
884 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
885 extra console" test in two stages.
886
eb2bfbad
PA
8872017-10-24 Pedro Alves <palves@redhat.com>
888
889 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
890
1f75a651
PA
8912017-10-24 Pedro Alves <palves@redhat.com>
892
893 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
894 loop.
895
779990d9
PA
8962017-10-24 Pedro Alves <palves@redhat.com>
897
898 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
899 $attempt" and "stoppedtry $stoppedtry" test prefixes.
900
ad9b8f5d
PA
9012017-10-24 Pedro Alves <palves@redhat.com>
902
903 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
904 parameter and handle it. Don't output read value in test name.
905
fee6da6e
PA
9062017-10-24 Pedro Alves <palves@redhat.com>
907
908 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
909 custom test name.
910
10389c2c
PA
9112017-10-24 Pedro Alves <palves@redhat.com>
912
913 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
914 include the unstable output directory name in the test's name.
915 (initial_setup_simple) <'set args'>: Use custom test name.
916
a80e65a9
PA
9172017-10-24 Pedro Alves <palves@redhat.com>
918
919 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
920 with explicit test name.
921
15763a09
PA
9222017-10-20 Pedro Alves <palves@redhat.com>
923
924 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
925 'wait -i'. Use gdb_assert and remote_close.
926
49a4ce2e
AB
9272017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
928
929 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
930 number from variable rather than hard-coded.
931
a75868f5
PA
9322017-10-19 Pedro Alves <palves@redhat.com>
933
934 * gdb.base/long-inferior-output.c: New file.
935 * gdb.base/long-inferior-output.exp: New file.
936
c8ba13ad
KS
9372017-11-18 Keith Seitz <keiths@redhat.com>
938
939 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
940 method.
941 (main): Call it.
942 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
943 Add additional user-defined conversion operator tests.
944
b27de576
PA
9452017-10-17 Pedro Alves <palves@redhat.com>
946
947 * boards/native-stdio-gdbserver.exp: Load "local-board".
948
8484c955
PA
9492017-10-17 Pedro Alves <palves@redhat.com>
950
951 * gdb.base/quit-live.c: New file.
952 * gdb.base/quit-live.exp: New file.
953
83d5a34d
KS
9542017-10-16 Keith Seitz <keiths@redhat.com>
955
956 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
957 (class_with_protected_typedef, class_with_private_typedef)
958 (struct_with_public_typedef, struct_with_protected_typedef)
959 (struct_with_private_typedef): New classes/structs.
960 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
961 typedefs and access specifiers.
962
739b3f1d
PA
9632017-10-16 Pedro Alves <palves@redhat.com>
964 Simon Marchi <simon.marchi@polymtl.ca>
965
966 * README (Local vs Remote vs Native): New section.
967 * boards/local-board.exp: New file, with bits factored out from
968 ...
969 * boards/native-extended-gdbserver.exp: ... here. Load
970 "local-board".
971 * boards/native-gdbserver.exp: Load "local-board".
972 (${board}_spawn, ${board}_exec): Delete.
973 * boards/native-stdio-gdbserver.exp: Most contents factored out to
974 ...
975 * boards/stdio-gdbserver-base.exp: ... this new file.
976 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
977 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
978 procedure.
979 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
980 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
981 stdio_gdbserver_command.
982 (${board}_get_remote_address, ${board}_get_comm_port)
983 (${board}_download, ${board}_upload): Delete.
984 (get_target_remote_pipe_cmd): New.
985
fe68b953
SM
9862017-10-16 Simon Marchi <simon.marchi@ericsson.com>
987
988 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
989 test_bkpt_deletion, test_bkpt_cond_and_cmds,
990 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
991 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
992 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
993 remove with_test_prefix.
994
300b6685
PA
9952017-10-13 Pedro Alves <palves@redhat.com>
996
997 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
998 * gdb.base/annota1.exp: Use it instead of is_remote.
999 * gdb.base/annota3.exp: Use it instead of is_remote.
1000 * gdb.cp/annota2.exp: Use it instead of is_remote.
1001 * gdb.cp/annota3.exp: Use it instead of is_remote.
1002 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
1003
50500caf
PA
10042017-10-13 Pedro Alves <palves@redhat.com>
1005
1006 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
1007 (test_num_test_vars, run_and_count_vars, find_env)
1008 (test_set_unset_env, test_inherit_env_var): New procedures.
1009 (top level): Use them.
1010
dad0c6d2
PA
10112017-10-13 Pedro Alves <palves@redhat.com>
1012
1013 * lib/selftest-support.exp (selftest_setup): Extend comments, and
1014 also skip on stub-like targets.
1015
8b0553c1
PA
10162017-10-13 Pedro Alves <palves@redhat.com>
1017
1018 PR gdb/22293
1019 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
1020 (top level): Move some tests to ...
1021 (test_not_found): ... this new procedure.
1022 (top level): Call it.
1023
7594f623
PA
10242017-10-13 Pedro Alves <palves@redhat.com>
1025
1026 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
1027 expect different "info terminal" output if testing with a
1028 non-native target.
1029
ebe3b402
PA
10302017-10-13 Pedro Alves <palves@redhat.com>
1031 Simon Marchi <simon.marchi@polymtl.ca>
1032
1033 PR python/12966
1034 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
1035
42f1b161
PA
10362017-10-13 Pedro Alves <palves@redhat.com>
1037
1038 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
1039 already.
1040
8d6ef72b
PA
10412017-10-13 Pedro Alves <palves@redhat.com>
1042
1043 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
1044 is_remote.
1045
d7bcd5b8
PA
10462017-10-13 Pedro Alves <palves@redhat.com>
1047
1048 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
1049 is_remote.
1050
df479dc6
PA
10512017-10-13 Pedro Alves <palves@redhat.com>
1052
1053 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
1054 is set.
1055 (corefile_test_attach): Likewise. Check can_spawn_for_attach
1056 instead of is_remote.
1057
23fb630a
PA
10582017-10-13 Pedro Alves <palves@redhat.com>
1059
1060 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
1061 (top level): Add comment.
1062
cc77b1dc
PA
10632017-10-13 Pedro Alves <palves@redhat.com>
1064
1065 * gdb.base/remote.exp (top level): Fix comment typo and add
1066 missing return.
1067
27c9e813
PA
10682017-10-13 Pedro Alves <palves@redhat.com>
1069 Simon Marchi <simon.marchi@polymtl.ca>
1070
1071 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
1072 calls and add comments. Skip test if use_gdb_stub is set.
1073 (top level): Use "set cwd" command instead of "cd" command.
1074
5e830d98
PA
10752017-10-13 Pedro Alves <palves@redhat.com>
1076
1077 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
1078 is_remote target check.
1079
f5ca0032
PA
10802017-10-13 Pedro Alves <palves@redhat.com>
1081
1082 * gdb.base/scope.exp: Use build_executable + clean_restart +
1083 gdb_file_cmd instead of prepare_for_testing and no longer skip
1084 "before run" tests on is_remote target boards. Update comments.
1085 * boards/native-extended-gdbserver.exp
1086 (extended_gdbserver_load_last_file): New, factored out from ...
1087 (gdb_load): ... this. Move further below and add comment.
1088 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
1089
8aed1c0d
PA
10902017-10-12 Pedro Alves <palves@redhat.com>
1091
1092 * gdb.base/attach.exp: Remove references to gdb64.
1093 * gdb.base/dbx.exp: Remove references to gdb64.
1094
cfa34c87
SM
10952017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
1096 Pedro Alves <palves@redhat.com>
1097
1098 * gdb.base/label.exp: Remove is_remote target check.
1099
9192b7de
PA
11002017-10-12 Pedro Alves <palves@redhat.com>
1101
1102 * gdb.base/auvx.exp (coredir): Update comment.
1103 (top level) <core_works>: Use "set cwd" command instead of "cd"
1104 command.
1105
6bf0052d
PA
11062017-10-12 Pedro Alves <palves@redhat.com>
1107 Simon Marchi <simon.marchi@polymtl.ca>
1108
1109 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
1110 target boards.
1111
e48ef82d
PA
11122017-10-12 Pedro Alves <palves@redhat.com>
1113 Simon Marchi <simon.marchi@polymtl.ca>
1114
1115 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
1116 Instead skip if there's any gdb_protocol set.
1117
8d7aea57
SM
11182017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
1119 Pedro Alves <palves@redhat.com>
1120
1121 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
1122
30440677
PA
11232017-10-12 Pedro Alves <palves@redhat.com>
1124 Simon Marchi <simon.marchi@polymtl.ca>
1125
1126 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
1127 instead of on dejagnu remote boards.
1128
4e04f045 11292017-10-12 Pedro Alves <palves@redhat.com>
175654b9 1130 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
1131
1132 * gdb.base/inferior-died.exp: Remove is_remote and isnative
1133 checks. Use build_executable + clean_restart instead of
1134 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
1135 of enabling non-stop after starting gdb.
1136
871a186e
PA
11372017-10-12 Pedro Alves <palves@redhat.com>
1138
1139 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
1140 * gdb.threads/non-ldr-exc-2.exp: Ditto.
1141 * gdb.threads/non-ldr-exc-3.exp: Ditto.
1142 * gdb.threads/non-ldr-exc-4.exp: Ditto.
1143
56d704da
AK
11442017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
1145
1146 * gdb.arch/arc-tdesc-cpu.exp: New file.
1147 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
1148
2f20e312
SM
11492017-10-10 Simon Marchi <simon.marchi@ericsson.com>
1150
1151 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
1152
65630365
PA
11532017-10-10 Pedro Alves <palves@redhat.com>
1154
1155 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
1156 expect CLI output.
1157
bf469271
PA
11582017-10-10 Pedro Alves <palves@redhat.com>
1159
1160 * lib/selftest-support.exp (selftest_setup): Update for
1161 captured_command_loop's prototype change.
1162
777a42f1
PA
11632017-10-09 Pedro Alves <palves@redhat.com>
1164
1165 Test both arch1=>arch2 and arch2=>arch1.
1166
1167 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
1168 (srcfile2, binfile2, march1, march2): Remove globals. Largely
1169 factored out to...
1170 (append_arch1_options, append_arch2_options, append_arch_options)
1171 (build_executables): New procedures.
1172 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
1173 local.
1174 (top level): Add new 'first_arch' testing axis.
1175
cbd2b4e3
PA
11762017-10-09 Pedro Alves <palves@redhat.com>
1177
1178 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
1179 (barrier): New.
1180 (thread_start, all_started): New functions.
1181 (main): Spawn new thread and wait until it is scheduled.
1182 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
1183 option.
1184 (do_test): Add 'selected_thread' parameter. Run to all_started
1185 instead of main. Explicitly set the breakpoint at main. Switch
1186 to the SELECTED_THREAD thread.
1187 (top level): Test handling the exec event with either the main
1188 thread or the second thread selected.
1189
5c9e4427
PA
11902017-10-09 Pedro Alves <palves@redhat.com>
1191
1192 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
1193 logic. Move STOP marker after the value checks.
1194 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
1195 regexp.
1196
b3b7c423
SL
11972017-10-06 Sandra Loosemore <sandra@codesourcery.com>
1198
1199 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
1200
3b4b2f16
UW
12012017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
1202
1203 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
1204 integer-to-dfp conversion.
1205 * gdb.base/dfp-test.exp: Likewise.
1206
5cd63fda
PA
12072017-10-04 Pedro Alves <palves@redhat.com>
1208
1209 * gdb.multi/hangout.c: Include <unistd.h>.
1210 (hangout_loop): New function.
1211 (main): Call alarm. Call hangout_loop in a loop.
1212 * gdb.multi/hello.c: Include <unistd.h>.
1213 (hello_loop): New function.
1214 (main): Call alarm. Call hangout_loop in a loop.
1215 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
1216 inferior with the other selected.
1217
4c71c105
SM
12182017-10-04 Simon Marchi <simon.marchi@ericsson.com>
1219
1220 * gdb.mi/list-thread-groups-available.exp: New file.
1221 * gdb.mi/list-thread-groups-available.c: New file.
1222
bc3b087d
SDJ
12232017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1224
1225 * gdb.base/set-cwd.exp: Make it available on
1226 native-extended-gdbserver.
1227
d092c5a2
SDJ
12282017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1229
1230 * gdb.base/set-cwd.c: New file.
1231 * gdb.base/set-cwd.exp: Likewise.
1232
45320ffa
TT
12332017-10-02 Tom Tromey <tom@tromey.com>
1234
1235 PR rust/22236:
1236 * gdb.rust/simple.rs (main): New variable "fslice".
1237 * gdb.rust/simple.exp: Add slice tests. Update string tests.
1238
b3e3859b
TT
12392017-10-02 Tom Tromey <tom@tromey.com>
1240
1241 * gdb.rust/simple.exp: Test ptype of a slice.
1242
01af5e0d
TT
12432017-10-02 Tom Tromey <tom@tromey.com>
1244
1245 * gdb.rust/simple.exp: Test index of slice.
1246
a9bbfbd8
TT
12472017-09-27 Tom Tromey <tom@tromey.com>
1248
1249 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
1250
df8899e5
TP
12512017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
1252 Pedro Alves <palves@redhat.com>
1253
1254 * gdb.base/compare-sections.exp (get value of read-only section): Read
1255 as unsigned value.
1256 (corrupt read-only section): Likewise and don't set written if patching
1257 failed.
1258
757bf54b
KB
12592017-09-21 Kevin Buettner <kevinb@redhat.com>
1260
1261 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
1262 files.
1263
06871ae8
PA
12642017-09-20 Pedro Alves <palves@redhat.com>
1265
1266 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
1267 symbol names in gdb's output.
1268 * gdb.cp/overload.exp ("list all overloads"): Likewise.
1269
e5f25bc5
PA
12702017-09-20 Pedro Alves <palves@redhat.com>
1271
1272 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
1273 Rename to ...
1274 (test_list_ambiguous_symbol): ... this and add a symbol name
1275 parameter. Adjust.
1276 (test_list_ambiguous_function): Reimplement on top of
1277 test_list_ambiguous_symbol and also test listing ambiguous
1278 variables.
1279 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
1280 (ambiguous_fun): ... this.
1281 (ambiguous_var): New.
1282 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
1283 (ambiguous_fun): ... this.
1284 (ambiguous_var): New.
1285
4e5a4f58
JB
12862017-09-19 John Baldwin <jhb@FreeBSD.org>
1287
1288 * gdb.base/starti.c: New file.
1289 * gdb.base/starti.exp: New file.
1290 * lib/gdb.exp (gdb_starti_cmd): New procedure.
1291
26e53f3e
PA
12922017-09-14 Pedro Alves <palves@redhat.com>
1293
1294 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
1295 (top level): Use it instead of runto.
1296
cb791d59
TT
12972017-09-11 Tom Tromey <tom@tromey.com>
1298
1299 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
1300
7c96f8c1
TT
13012017-09-11 Tom Tromey <tom@tromey.com>
1302
1303 * gdb.python/py-infthread.exp: Add tests for new_thread event.
1304 * gdb.python/py-inferior.exp: Add tests for new inferior events.
1305
469412dd
CW
13062017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
1307
1308 * gdb.fortran/printing-types.exp: New file.
1309 * gdb.fortran/printing-types.exp: New file.
1310
e0f86435
BH
13112017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
1312
1313 * gdb.fortran/vla-ptype.exp: Fix typos.
1314 * gdb.fortran/vla-value.exp: Same.
1315
9e9af4be
BH
13162017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
1317
1318 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
1319 * gdb.mi/mi-var-child-f.exp: Likewise.
1320 * gdb.mi/mi-vla-fortran.exp: Likewise.
1321
a5ad232b
FP
13222017-09-08 Frank Penczek <frank.penczek@intel.com>
1323 Christoph Weinmann <christoph.t.weinmann@intel.com>
1324 Bernhard Heckel <bernhard.heckel@intel.com>
1325
1326 * gdb.fortran/ptr-indentation.f90: New file.
1327 * gdb.fortran/ptr-indentation.exp: New file.
1328
5aec60eb
TT
13292017-09-05 Tom Tromey <tom@tromey.com>
1330
1331 PR gdb/22010:
1332 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
1333
8f8f8152
TP
13342017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
1335
1336 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
1337
fbd1b771
JK
13382017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1339
1340 * gdb.threads/tls-nodebug-pie.c: New file.
1341 * gdb.threads/tls-nodebug-pie.exp: New file.
1342
5eb5f850
TT
13432017-09-05 Tom Tromey <tom@tromey.com>
1344
1345 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
1346 for rust.
1347
ae780a21
SM
13482017-09-05 Simon Marchi <simon.marchi@ericsson.com>
1349
1350 * gdb.multi/multi-arch-exec.exp: Test with different
1351 "follow-exec-mode" settings.
1352 (do_test): New procedure.
1353
3693fdb3
PA
13542017-09-04 Pedro Alves <palves@redhat.com>
1355
1356 * gdb.base/func-static.c (S::method const, S::method volatile)
1357 (S::method volatile const): New methods.
1358 (c_s, v_s, cv_s): New instances.
1359 (main): Call method() on them.
1360 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
1361 (cannot_resolve): New procedure.
1362 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
1363 print-quote-unquoted columns.
1364 (do_test): Test printing each scope too.
1365
e68cb8e0
PA
13662017-09-04 Pedro Alves <palves@redhat.com>
1367
1368 * gdb.base/local-static.exp: Also test with
1369 class::method::variable wholly quoted.
1370 * gdb.cp/m-static.exp (class::method::variable): Remove test.
1371
858be34c
PA
13722017-09-04 Pedro Alves <palves@redhat.com>
1373
1374 * gdb.base/local-static.c: New.
1375 * gdb.base/local-static.cc: New.
1376 * gdb.base/local-static.exp: New.
1377
46a4882b
PA
13782017-09-04 Pedro Alves <palves@redhat.com>
1379
1380 * gdb.asm/asm-source.exp: Add casts to int.
1381 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
1382 (dataglobal64_1, dataglobal64_2): New globals.
1383 * gdb.base/nodebug.exp: Test different expressions involving the
1384 new globals, with print, whatis and ptype. Add casts to int.
1385 * gdb.base/solib-display.exp: Add casts to int.
1386 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
1387 * gdb.cp/m-static.exp: Add cast to int.
1388 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
1389 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
1390 tls variable with no debug info without a cast. Test with a cast
1391 to int too.
1392 * gdb.trace/entry-values.exp: Add casts.
1393
2c5a2be1
PA
13942017-09-04 Pedro Alves <palves@redhat.com>
1395
1396 * gdb.base/nodebug.exp: Test that ptype's error about functions
1397 with unknown return type includes the function name too.
1398
7022349d
PA
13992017-09-04 Pedro Alves <palves@redhat.com>
1400
1401 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
1402 return type of munmap in infcall.
1403 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
1404 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
1405 type of ftell in infcall.
1406 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
1407 type of getpid in infcall.
1408 * gdb.base/infcall-exec.exp: Cast return type of execlp in
1409 infcall.
1410 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
1411 Bail on failure to extract the pid.
1412 * gdb.base/nodebug.c: #include <stdint.h>.
1413 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
1414 New functions.
1415 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
1416 Change expected output of print/whatis/ptype with functions with
1417 no debug info. Test all supported languages. Call
1418 test_call_promotion.
1419 * gdb.compile/compile.exp: Adjust expected output to expect
1420 warning.
1421 * gdb.threads/siginfo-threads.exp: Likewise.
1422
54990598
PA
14232017-09-04 Pedro Alves <palves@redhat.com>
1424
1425 * gdb.base/callfuncs.exp (do_function_calls): New parameter
1426 "prototypes". Test calling float functions via prototyped and
1427 unprototyped function pointers.
1428 (perform_all_tests): New parameter "prototypes". Pass it down.
1429 (top level): Pass down "prototypes" parameter to
1430 perform_all_tests.
1431
34d16ea2
SM
14322017-09-04 Simon Marchi <simon.marchi@ericsson.com>
1433
1434 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
1435 Test with nested loops.
1436
9521ecda
SM
14372017-09-04 Simon Marchi <simon.marchi@ericsson.com>
1438
1439 * gdb.base/commands.exp: Call the new procedures.
1440 (loop_break_test, loop_continue_test): New procedures.
1441
80a65e9b
SM
14422017-09-04 Simon Marchi <simon.marchi@ericsson.com>
1443
1444 * gdb.base/commands.exp: Call new procedure.
1445 (define_if_without_arg_test): New procedure.
1446
e439fa14
PA
14472017-09-04 Pedro Alves <palves@redhat.com>
1448
1449 * gdb.base/list-ambiguous.exp: New file.
1450 * gdb.base/list-ambiguous0.c: New file.
1451 * gdb.base/list-ambiguous1.c: New file.
1452 * gdb.base/list.exp (test_list_range): Adjust expected output.
1453
0a2dde4a
SDJ
14542017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
1455
1456 * gdb.base/share-env-with-gdbserver.c: New file.
1457 * gdb.base/share-env-with-gdbserver.exp: Likewise.
1458
5e89eb3a
SM
14592017-08-28 Simon Marchi <simon.marchi@ericsson.com>
1460
1461 * gdb.base/commands.exp (gdbvar_simple_if_test,
1462 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
1463 progvar_simple_if_test, progvar_simple_while_test,
1464 progvar_complex_if_while_test, user_defined_command_test,
1465 user_defined_command_args_eval,
1466 user_defined_command_args_stack_test,
1467 user_defined_command_manyargs_test, bp_deleted_in_command_test,
1468 temporary_breakpoint_commands,
1469 gdb_test_no_prompt, redefine_hook_test,
1470 redefine_backtrace_test): Remove "global gdb_prompt".
1471
fd437cbc
SM
14722017-08-28 Simon Marchi <simon.marchi@ericsson.com>
1473
1474 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
1475 New proc, call it from toplevel.
1476
87215ad1
SDJ
14772017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
1478
1479 PR remote/21852
1480 * gdb.server/normal.c: New file, copied from gdb.base.
1481 * gdb.server/run-without-local-binary.exp: New file.
1482
58afddc6
WP
14832017-08-07 Weimin Pan <weimin.pan@oracle.com>
1484
1485 * gdb.arch/sparc64-adi.exp: New file.
1486 * gdb.arch/sparc64-adi.c: New file.
1487
5277199a
PA
14882017-08-22 Pedro Alves <palves@redhat.com>
1489
1490 * gdb.cp/overload.exp (line_range_pattern): New procedure.
1491 (top level): Add "list all overloads" tests.
1492
14278e1f
TT
14932017-08-22 Tom Tromey <tom@tromey.com>
1494
1495 * gdb.gdb/xfullpath.exp: Remove.
1496
bf223d3e
PA
14972017-08-21 Pedro Alves <palves@redhat.com>
1498
1499 PR gdb/19487
1500 * gdb.base/symbol-alias.c: New.
1501 * gdb.base/symbol-alias2.c: New.
1502 * gdb.base/symbol-alias.exp: New.
1503
c973d0aa
PA
15042017-08-21 Pedro Alves <palves@redhat.com>
1505
1506 * gdb.base/dfp-test.c
1507 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
1508 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
1509 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
1510 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
1511 * gdb.base/whatis-ptype-typedefs.c: New.
1512 * gdb.base/whatis-ptype-typedefs.exp: New.
1513 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
1514 (an_int, an_int_type, an_int_type2): New globals.
1515 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
1516 involving typedefs and cast expressions.
1517 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
1518 (lookup_typedefs_function): New.
1519 (typedefs_pretty_printers_dict): New.
1520 (top level): Register lookup_typedefs_function in
1521 gdb.pretty_printers.
1522
6d580b63
YQ
15232017-08-18 Yao Qi <yao.qi@linaro.org>
1524
1525 * gdb.server/unittest.exp: New.
1526
206726fb
SDJ
15272017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
1528
1529 PR gdb/21954
1530 * gdb.base/environ.exp: Add test to check if 'unset environment'
1531 works.
1532
bf0ec4c2
AA
15332017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
1534
1535 * lib/gdb.exp (universal_compile_options): New caching proc.
1536 (gdb_compile): Suppress GCC's coloring of messages.
1537
d6382fff
TT
15382017-08-14 Tom Tromey <tom@tromey.com>
1539
1540 PR gdb/21675:
1541 * gdb.base/printcmds.exp (test_radices): New function.
1542 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
1543 * gdb.base/sizeof.exp (check_valueof): Use p/d.
1544 * lib/gdb.exp (get_integer_valueof): Use p/d.
1545
c2c2dd9f
SM
15462017-08-12 Simon Marchi <simon.marchi@ericsson.com>
1547
1548 * lib/gdb.exp (get_valueof): Don't capture end-of-line
1549 characters.
1550
fdffd6f4
TT
15512017-08-05 Tom Tromey <tom@tromey.com>
1552
1553 * gdb.rust/simple.exp: Allow String to appear in a different
1554 namespace.
1555
27d41eac
YQ
15562017-07-26 Yao Qi <yao.qi@linaro.org>
1557
1558 * gdb.gdb/unittest.exp: Invoke command
1559 "maintenance check xml-descriptions".
1560
031ed05d
AA
15612017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
1562
1563 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
1564 calling context.
1565 (hex128): Drop erroneous calculation of parameters.
1566
dcd27ddf
SM
15672017-07-22 Simon Marchi <simon.marchi@ericsson.com>
1568
1569 * gdb.python/py-unwind.exp: Disable stack protection when
1570 building test file.
1571
47e77640
PA
15722017-07-20 Pedro Alves <palves@redhat.com>
1573
1574 * gdb.base/default.exp (set language): Adjust expected output.
1575
62d2a18a
PA
15762017-07-20 Pedro Alves <palves@redhat.com>
1577
1578 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
1579 (test_minsym): ... this, and make static.
1580 (get_pck__foo__bar__minsym): Rename to ...
1581 (get_test_minsym): ... this.
1582 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
1583 symbol names and comments.
1584 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
1585 (get_test_minsym): ... this.
1586 (pck__foo__bar__minsym__2): Rename to ...
1587 (test_minsym): ... this.
1588 (main): Adjust.
1589
c45ec17c
PA
15902017-07-17 Pedro Alves <palves@redhat.com>
1591
1592 * gdb.base/completion.exp: Adjust expected output.
1593 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
1594 the completer works.
1595
c6756f62
PA
15962017-07-17 Pedro Alves <palves@redhat.com>
1597
1598 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
1599
5bd68487
AB
16002017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
1601
1602 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
1603
8880f2a9
TT
16042017-07-14 Tom Tromey <tom@tromey.com>
1605
1606 PR rust/21764:
1607 * gdb.rust/simple.exp: Add tests.
1608
65547233
TT
16092017-07-14 Tom Tromey <tom@tromey.com>
1610
1611 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
1612
8f14146e
PA
16132017-07-14 Pedro Alves <palves@redhat.com>
1614
1615 * gdb.linespec/base/one/thefile.cc (z1): New function.
1616 * gdb.linespec/base/two/thefile.cc (z2): New function.
1617 * gdb.linespec/linespec.exp: Add tests.
1618
b4365d02
AB
16192017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
1620
1621 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
1622 to mi_create_breakpoint.
1623
5d2cbaa5
AB
16242017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
1625
1626 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
1627 mi_create_breakpoint.
1628
11cb5716
IB
16292017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
1630
1631 * gdb.dlang/demangle.exp: Update for demangling changes.
1632
03278692
TT
16332017-07-09 Tom Tromey <tom@tromey.com>
1634
1635 * gdb.dwarf2/shortpiece.exp: New file.
1636
33c5cd75
DB
16372017-07-06 David Blaikie <dblaikie@gmail.com>
1638
1639 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
1640 built from fissiont-multi-cu{1,2}.c.
1641 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
1642 except putting 'main' and 'func' in separate CUs in the same DWO file.
1643 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
1644 test.
1645 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
1646 test.
1647
8455d262
PA
16482017-07-06 Pedro Alves <palves@redhat.com>
1649
1650 * gdb.python/py-unwind.exp: Test flushregs.
1651
dc4bde35
SDJ
16522017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
1653
1654 PR cli/21688
1655 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
1656 tests for alias commands and trailing whitespace.
1657
51ed89aa
SDJ
16582017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
1659
1660 PR cli/21688
1661 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
1662 procedure. Call it.
1663
eb17d413
PA
16642017-06-29 Pedro Alves <palves@redhat.com>
1665
1666 * gdb.base/printcmds.exp: Add tests.
1667
41664b45
DG
16682017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
1669
1670 PR gdb/21337
1671 * gdb.base/reread-readsym.exp: New file.
1672 * gdb.base/reread-readsym.c: New file.
1673
75312ae3
KB
16742017-06-21 Kevin Buettner <kevinb@redhat.com>
1675
1676 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
1677 subpattern.
1678
66953522
PB
16792017-06-19 Peter Bergner <bergner@vnet.ibm.com>
1680
1681 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
1682 extended mnemonic.
1683 * gdb.arch/powerpc-power9.s: Likewise.
1684
5524b525
AA
16852017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
1686
1687 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
1688 on 32-bit x86 targets. Exploit is_*_target macros where
1689 appropriate.
1690
03c8af18
AA
16912017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1692
1693 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
1694 register pieces.
1695
3bf31011
AA
16962017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1697
1698 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
1699 located in one or more DWARF pieces.
1700
805acca0
AA
17012017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1702
1703 * lib/gdb.exp (get_endianness): New proc.
1704 * gdb.arch/aarch64-fp.exp: Use it.
1705 * gdb.arch/altivec-regs.exp: Likewise.
1706 * gdb.arch/e500-regs.exp: Likewise.
1707 * gdb.arch/vsx-regs.exp: Likewise.
1708 * gdb.base/dump.exp: Likewise.
1709 * gdb.base/funcargs.exp: Likewise.
1710 * gdb.base/gnu_vector.exp: Likewise.
1711 * gdb.dwarf2/formdata16.exp: Likewise.
1712 * gdb.dwarf2/implptrpiece.exp: Likewise.
1713 * gdb.dwarf2/nonvar-access.exp: Likewise.
1714 * gdb.python/py-inferior.exp: Likewise.
1715 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
1716
e9352324
AA
17172017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1718
1719 PR gdb/21226
1720 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
1721 stack value pieces are taken from the LSB end.
1722
d5d1163e
AA
17232017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1724
1725 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
1726 variable at nonzero offset.
1727
0567c986
AA
17282017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1729
1730 * gdb.dwarf2/var-access.c: New file.
1731 * gdb.dwarf2/var-access.exp: New test.
1732 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
1733
973e9aab
TT
17342017-06-12 Tom Tromey <tom@tromey.com>
1735
1736 * gdb.dwarf2/formdata16.exp: Add tests.
1737
d9109c80
TT
17382017-06-12 Tom Tromey <tom@tromey.com>
1739
1740 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
1741
30a25466
TT
17422017-06-12 Tom Tromey <tom@tromey.com>
1743
1744 PR exp/16225:
1745 * gdb.reverse/i386-sse-reverse.exp: Update tests.
1746 * gdb.arch/vsx-regs.exp: Update tests.
1747 * gdb.arch/s390-vregs.exp (hex128): New proc.
1748 Update test.
1749 * gdb.arch/altivec-regs.exp: Update tests.
1750
aefd8b33
SDJ
17512017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
1752
1753 * gdb.base/startup-with-shell.c: New file.
1754 * gdb.base/startup-with-shell.exp: Likewise.
1755
2090129c
SDJ
17562017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
1757
1758 * gdb.server/non-existing-program.exp: Update regex in order to
1759 reflect the fact that gdbserver is now using fork_inferior (with a
1760 shell) to startup the inferior.
1761
8e86a419
SM
17622017-05-30 Simon Marchi <simon.marchi@ericsson.com>
1763
1764 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
1765 support function calls from GDB.
1766
e6cf65f2
TT
17672017-05-21 Tom Tromey <tom@tromey.com>
1768
1769 PR rust/21466:
1770 * gdb.rust/unsized.exp: New file.
1771 * gdb.rust/unsized.rs: New file.
1772
43cc5389
TT
17732017-05-19 Tom Tromey <tom@tromey.com>
1774
1775 PR rust/21484:
1776 * gdb.rust/watch.exp: New file.
1777 * gdb.rust/watch.rs: New file.
1778
ec8df234
TT
17792017-05-18 Tom Tromey <tom@tromey.com>
1780
1781 * gdb.rust/simple.exp: Allow Box to be qualified.
1782
3e3e7fae
TP
17832017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
1784
1785 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
1786
59cc050d
PA
17872017-05-18 Pedro Alves <palves@redhat.com>
1788
1789 * gdb.base/fileio.c (test_write, test_read, test_close)
1790 (test_fstat): Don't print 'ret' in the fail path.
1791
c8f6abd1
PA
17922017-05-18 Pedro Alves <palves@redhat.com>
1793
1794 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
1795 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
1796 (test_system, test_rename, test_unlink, test_time): Change
1797 prototypes.
1798 * gdb.base/fileio.exp (stop_msg): Adjust.
1799
d2a03b77
PA
18002017-05-18 Pedro Alves <palves@redhat.com>
1801
1802 * gdb.base/fileio.c (null_str): New global.
1803 (test_stat): Use it.
1804 * gdb.base/fileio.exp: Remove nowarnings.
1805
0d5c6999
YQ
18062017-05-17 Yao Qi <yao.qi@linaro.org>
1807
1808 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
1809
21873064
YQ
18102017-05-17 Simon Marchi <simon.marchi@ericsson.com>
1811
1812 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
1813 argument command.
1814 (top-level): Invoke test_set_inferior_tty.
1815
d512d31c
PA
18162017-05-04 Pedro Alves <palves@redhat.com>
1817
1818 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
1819 Add parens to print call for Python 3.
1820
90cef2ed
KS
18212017-05-03 Keith Seitz <keiths@redhat.com>
1822
1823 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
1824 (main): Call it.
1825
14f819c8
TW
18262017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1827
1828 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
1829 to prev and next.
1830
913aeadd
TW
18312017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1832
1833 * gdb.python/py-record-btrace.exp: Remove test for
1834 gdb.BtraceInstruction.error.
1835
a3be24ad
TW
18362017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1837
1838 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
1839
ae20e79a
TW
18402017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1841
1842 * gdb.python/py-record-btrace-threads.c: New file.
1843 * gdb.python/py-record-btrace-threads.exp: New file.
1844
45ce1b47
SDJ
18452017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
1846
1847 PR testsuite/8595
1848 * gdb.base/environ.exp: Make test available in all architectures.
1849 Move bits related to "info program" testing to
1850 gdb.base/info-program.exp. Rewrite tests to use the two new
1851 procedures mentione below.
1852 (test_set_show_env_var) New procedure.
1853 (test_set_show_env_var_equal): Likewise.
1854 * gdb.base/info-program.exp: New file.
1855
e15c3eb4
KS
18562017-04-27 Keith Seitz <keiths@redhat.com>
1857
1858 * gdb.cp/oranking.cc (test15): New function.
1859 (main): Call test15 and declare additional variables for testing.
1860 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
1861 "p foo101('abc')" tests.
1862 Add tests for cv qualifier overloads.
1863 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
1864 "lvalue reference overload" test.
1865 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
1866 "print value of f1 on Child&& in f2" test.
1867
3a3fd0fd
PA
18682017-04-19 Pedro Alves <palves@redhat.com>
1869
1870 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
1871 procedure.
1872 (top level): Call it.
1873 * lib/gdb.exp (gdb_define_cmd): New procedure.
1874
53375380
PA
18752017-04-12 Pedro Alves <palves@redhat.com>
1876
1877 PR gdb/21323
1878 * gdb.cp/wide_char_types.c: Include <wchar.h>.
1879 (wchar): New global.
1880 * gdb.cp/wide_char_types.exp (wide_char_types_program)
1881 (do_test_wide_char, wide_char_types_no_program, top level): Add
1882 wchar_t testing.
1883
53e710ac
PA
18842017-04-12 Pedro Alves <palves@redhat.com>
1885
1886 PR c++/21323
1887 * gdb.cp/wide_char_types.c: New file.
1888 * gdb.cp/wide_char_types.exp: New file.
1889
0ad9d8c7
SDJ
18902017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
1891
1892 PR gdb/21352
1893 * gdb.trace/tsv.exp: Add test for "tsave -r".
1894
b1b45502
IB
18952017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
1896
1897 * gdb.dlang/watch-loc.c: New file.
1898 * gdb.dlang/watch-loc.exp: New file.
1899
ec13808e
JK
19002017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1901
1902 * gdb.python/py-section-script.exp (sepdebug): New testcases.
1903
fe5f7374
AK
19042017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1905
1906 * gdb.arch/arc-analyze-prologue.S: New file.
1907 * gdb.arch/arc-analyze-prologue.exp: Likewise.
1908
eea78757
AK
19092017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1910
1911 * gdb.arch/arc-decode-insn.S: New file.
1912 * gdb.arch/arc-decode-insn.exp: Likewise.
1913
5badf10a
IR
19142017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
1915
1916 PR tdep/20928
1917 * gdb.arch/sparc64-regs.exp: New file.
1918 * gdb.arch/sparc64-regs.S: Likewise.
1919
cee59b3f
TW
19202017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
1921
1922 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
1923 and memory view on Python 3.
1924
c0f55cc6
AV
19252017-03-20 Artemiy Volkov <artemiyv@acm.org>
1926 Keith Seitz <keiths@redhat.com>
1927
1928 PR gdb/14441
1929 * gdb.cp/demangle.exp: Add rvalue reference tests.
1930 * gdb.cp/rvalue-ref-casts.cc: New file.
1931 * gdb.cp/rvalue-ref-casts.exp: New file.
1932 * gdb.cp/rvalue-ref-overload.cc: New file.
1933 * gdb.cp/rvalue-ref-overload.exp: New file.
1934 * gdb.cp/rvalue-ref-params.cc: New file.
1935 * gdb.cp/rvalue-ref-params.exp: New file.
1936 * gdb.cp/rvalue-ref-sizeof.cc: New file.
1937 * gdb.cp/rvalue-ref-sizeof.exp: New file.
1938 * gdb.cp/rvalue-ref-types.cc: New file.
1939 * gdb.cp/rvalue-ref-types.exp: New file.
1940 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
1941 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
1942
51457a05
MAL
19432017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
1944
1945 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
1946 New procedure.
1947
5b291c04
MAL
19482017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
1949
1950 * lib/mi-support.exp (mi_gdb_test): Add additional message
1951 for unexpected output.
1952
59a56148
AA
19532017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
1954
1955 * gdb.base/examine-backward.c (Barrier): New character array
1956 constant, to ensure that TestStrings is preceded by a string
1957 terminator.
1958
7942e96e
AA
19592017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1960
1961 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
1962 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
1963 and implicit pointer into such a location.
1964
6ebac3fb
DE
19652017-03-16 Doug Evans <dje@google.com>
1966
1967 * gdb.python/py-lazy-string (pointer): Really add new typedef.
1968
ec3b243d
TP
19692017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
1970
1971 * gdb.cp/m-static.exp: Fix expectation for prototype of
1972 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
1973
19742017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
1975
1976 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
1977 * gdb.guile/scm-lazy-string.c: New file.
1978 * gdb.guile/scm-value.exp: Move lazy string tests to ...
1979 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
1980 for pointer, array, typedef lazy strings.
1981
2cc36e25 19822017-03-16 Doug Evans <dje@google.com>
34b43320
DE
1983
1984 PR python/17728, python/18439, python/18779
1985 * gdb.python/py-value.c (main) Delete locals sptr, sn.
1986 * gdb.python/py-lazy-string.c (pointer): New typedef.
1987 (main): New locals ptr, array, typedef_ptr.
1988 * gdb.python/py-value.exp: Move lazy string tests to ...
1989 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
1990 array, typedef lazy strings.
ec3b243d 1991
0efcde63
AK
19922017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
1993
1994 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
1995 Add optional 'test' parameter.
1996
7978d7c3
SM
19972017-03-13 Simon Marchi <simon.marchi@ericsson.com>
1998
1999 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
2000 Skip for versions of DejaGnu < 1.5.
2001
896c0c1e
SM
20022017-03-13 Simon Marchi <simon.marchi@ericsson.com>
2003
2004 * lib/gdb.exp (dejagnu_version): New proc.
2005 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
2006 Use dejagnu_version.
2007
5f4d1085
KS
20082017-03-10 Keith Seitz <keiths@redhat.com>
2009
2010 PR c++/8128
2011 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
2012 type from destructor regexps.
2013 Add a branch which actually passes the test.
2014 Adjust "ptype t5i" test names.
2015
1de05205
PA
20162017-03-08 Pedro Alves <palves@redhat.com>
2017
2018 * gdb.base/step-over-exit.exp: Add explicit test message.
2019
c65d6b55
PA
20202017-03-08 Pedro Alves <palves@redhat.com>
2021
2022 PR gdb/18360
2023 * gdb.threads/interrupt-while-step-over.c: New file.
2024 * gdb.threads/interrupt-while-step-over.exp: New file.
2025
2e86a283
PA
20262017-03-08 Pedro Alves <palves@redhat.com>
2027
2028 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
2029 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
2030
25dcbff6
PA
20312017-03-08 Pedro Alves <palves@redhat.com>
2032
2033 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
2034 PKRU as not supported as a PASS.
2035
dc9366eb
PA
20362017-03-08 Pedro Alves <palves@redhat.com>
2037
2038 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
2039 prefix instead of $binfile1/$binfile2.
2040 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
2041 in test message.
2042 * gdb.python/py-completion.exp: Use "load python file" as test
2043 messages instead of unstable path names.
2044
6e5d74e7
PA
20452017-03-08 Pedro Alves <palves@redhat.com>
2046 Jan Kratochvil <jan.kratochvil@redhat.com>
2047
2048 PR cli/21218
2049 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
2050 New proc.
2051 (top level): Call it.
2052
9753a2f6
PA
20532017-03-08 Pedro Alves <palves@redhat.com>
2054
2055 PR tui/21216
2056 * gdb.tui/tui-nl-filtered-output.exp: New file.
2057
1a4dd9dd
PA
20582017-03-08 Pedro Alves <palves@redhat.com>
2059
2060 * gdb.base/completion.exp: Move TUI completion tests to ...
2061 * gdb.tui/completion.exp: ... this new file.
2062
7cbbff33
PA
20632017-03-08 Pedro Alves <palves@redhat.com>
2064
2065 * gdb.base/tui-disasm-long-lines.c,
2066 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
2067 gdb.base/tui-layout.exp: Move to ...
2068 * gdb.tui/: ... this new directory.
2069
5f6fd321
PA
20702017-03-07 Pedro Alves <palves@redhat.com>
2071
2072 * gdb.base/tui-layout.c: New file.
2073 * gdb.base/tui-layout.exp: New file.
2074
44959fa8
PA
20752017-03-07 Pedro Alves <palves@redhat.com>
2076
2077 * gdb.base/tui-layout.c: Rename to ...
2078 * gdb.base/tui-disasm-long-lines.c: ... this.
2079 * gdb.base/tui-layout.exp: Rename to ...
2080 * gdb.base/tui-disasm-long-lines.exp: ... this.
2081
f8c4e718
PA
20822017-03-07 Pedro Alves <palves@redhat.com>
2083
2084 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
2085
6dbb839a 20862017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
2087
2088 * i386-mpx-call.c: New file.
2089 * i386-mpx-call.exp: New file.
2090
65b48a81
PB
20912017-02-28 Peter Bergner <bergner@vnet.ibm.com>
2092
2093 * gdb.arch/powerpc-power.exp: Delete test.
2094 * gdb.arch/powerpc-power.s: Likewise.
2095 * gdb.disasm/disassembler-options.exp: New test.
2096 * gdb.arch/powerpc-altivec.exp: Likewise.
2097 * gdb.arch/powerpc-altivec.s: Likewise.
2098 * gdb.arch/powerpc-altivec2.exp: Likewise.
2099 * gdb.arch/powerpc-altivec2.s: Likewise.
2100 * gdb.arch/powerpc-altivec3.exp: Likewise.
2101 * gdb.arch/powerpc-altivec3.s: Likewise.
2102 * gdb.arch/powerpc-power7.exp: Likewise.
2103 * gdb.arch/powerpc-power7.s: Likewise.
2104 * gdb.arch/powerpc-power8.exp: Likewise.
2105 * gdb.arch/powerpc-power8.s: Likewise.
2106 * gdb.arch/powerpc-power9.exp: Likewise.
2107 * gdb.arch/powerpc-power9.s: Likewise.
2108 * gdb.arch/powerpc-vsx.exp: Likewise.
2109 * gdb.arch/powerpc-vsx.s: Likewise.
2110 * gdb.arch/powerpc-vsx2.exp: Likewise.
2111 * gdb.arch/powerpc-vsx2.s: Likewise.
2112 * gdb.arch/powerpc-vsx3.exp: Likewise.
2113 * gdb.arch/powerpc-vsx3.s: Likewise.
2114 * gdb.arch/arm-disassembler-options.exp: Likewise.
2115 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
2116 * gdb.arch/s390-disassembler-options.exp: Likewise.
2117
17cd4947
LM
21182017-02-23 Luis Machado <lgustavo@codesourcery.com>
2119
2120 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
2121 (check_supported_features): ... this. Changed return type to void.
2122 (supports_rdseed): New static global.
2123 (rdseed): Check supports_rdseed.
2124 (initialize): Call check_supported_features.
2125
2039d74e
EBM
21262017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2127
2128 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
2129 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
2130 and lqarx/stqcx.
2131 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
2132 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
2133
a51d7ecf
EBM
21342017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2135
2136 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
2137 uppercase.
2138
0224619f
JK
21392017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2140
2141 * gdb.dwarf2/formdata16.c: New file.
2142 * gdb.dwarf2/formdata16.exp: New file.
2143 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
2144
216f72a1
JK
21452017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2146
2147 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
2148 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
2149 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
2150 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
2151 DW_AT_GNU_*.
2152
43988095
JK
21532017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2154
2155 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
2156
99e8a4f9
SDJ
21572017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
2158
2159 PR gdb/21164
2160 * gdb.base/maint.exp: Add testcases for when the commands do
2161 not have arguments.
2162
b58a8c0c
TP
21632017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
2164
2165 * gdb.cp/chained-calls.exp: Use p instead of P.
2166
4e746bb6
TW
21672017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
2168
2169 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
2170 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
2171
3f77c769
TT
21722017-02-14 Tom Tromey <tom@tromey.com>
2173
2174 PR python/13598:
2175 * gdb.python/py-events.exp: Add before_prompt event tests.
2176
075beec0
AA
21772017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2178
2179 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
2180
bf5f525c
LM
21812017-02-13 Luis Machado <lgustavo@codesourcery.com>
2182
2183 * gdb.linespec/explicit.c (my_unique_function_name): New function.
2184 (main): Call my_unique_function_name.
2185 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
2186 completion of patterns with a single match.
2187 Add missing -re switches to gdb_test_multiple calls.
2188
13a66184
LM
21892017-02-13 Luis Machado <lgustavo@codesourcery.com>
2190
2191 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
2192 return if core file is not recognized.
2193
26a06916
SM
21942017-02-10 Simon Marchi <simon.marchi@ericsson.com>
2195
2196 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
2197 and extra UIs.
2198
b761ca9e
SM
21992017-02-10 Simon Marchi <simon.marchi@ericsson.com>
2200
2201 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
2202 proc_with_prefix.
2203
b964bee0
TT
22042017-02-10 Tom Tromey <tom@tromey.com>
2205
2206 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
2207
18da0c51
MG
22082017-02-10 Martin Galvan <martingalvan@sourceware.org>
2209
2210 PR gdb/21122
2211 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
2212
604c4576
JG
22132017-02-08 Jerome Guitton <guitton@adacore.com>
2214
2215 * gdb.base/define.exp: Add test for command abbreviations
2216 in define.
2217
20b477a7
LM
22182017-02-06 Luis Machado <lgustavo@codesourcery.com>
2219
2220 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
2221 * gdb.reverse/insn-reverse-x86.c: New file.
2222
3f7b46f2
IR
22232017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
2224
2225 PR tdep/20936
2226 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
2227
f0fd41c1
TT
22282017-02-03 Tom Tromey <tom@tromey.com>
2229
2230 PR rust/21097:
2231 * gdb.rust/simple.exp: Add new tests.
2232
5be5dbf0
PA
22332017-02-02 Pedro Alves <palves@redhat.com>
2234
2235 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
2236 tests.
2237
7346ef59
AA
22382017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
2239
2240 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
2241 taking a 2-byte value out of a 4-byte DWARF implicit value on
2242 big-endian targets.
2243 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
2244 logic. Add test cases for DW_OP_implicit.
2245
787f0025
MM
22462017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2247
2248 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
2249
68777c29
MM
22502017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2251
2252 * gdb.btrace/enable.exp: Call gdb_exit before
2253 skip_gdbserver_tests.
2254
0a1c7e28
MM
22552017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2256
2257 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
2258 GDBFLAGS.
2259
b5ac99b0
MM
22602017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2261
2262 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
2263 the test is skipped.
2264 * gdb.btrace/data.exp: Likewise.
2265 * gdb.btrace/delta.exp: Likewise.
2266 * gdb.btrace/dlopen.exp: Likewise.
2267 * gdb.btrace/enable-running.exp: Likewise.
2268 * gdb.btrace/enable.exp: Likewise.
2269 * gdb.btrace/exception.exp: Likewise.
2270 * gdb.btrace/function_call_history.exp: Likewise.
2271 * gdb.btrace/gcore.exp: Likewise.
2272 * gdb.btrace/instruction_history.exp: Likewise.
2273 * gdb.btrace/multi-thread-step.exp: Likewise.
2274 * gdb.btrace/nohist.exp: Likewise.
2275 * gdb.btrace/non-stop.exp: Likewise.
2276 * gdb.btrace/reconnect.exp: Likewise.
2277 * gdb.btrace/record_goto-step.exp: Likewise.
2278 * gdb.btrace/record_goto.exp: Likewise.
2279 * gdb.btrace/rn-dl-bind.exp: Likewise.
2280 * gdb.btrace/segv.exp: Likewise.
2281 * gdb.btrace/step.exp: Likewise.
2282 * gdb.btrace/stepi.exp: Likewise.
2283 * gdb.btrace/tailcall-only.exp: Likewise.
2284 * gdb.btrace/tailcall.exp: Likewise.
2285 * gdb.btrace/tsx.exp: Likewise.
2286 * gdb.btrace/unknown_functions.exp: Likewise.
2287 * gdb.btrace/vdso.exp: Likewise.
2288
cd4007e4
MM
22892017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2290
2291 * gdb.btrace/enable-running.c: New.
2292 * gdb.btrace/enable-running.exp: New.
2293
2735833d
WT
22942017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
2295
2296 * gdb.arch/amd64-gs_base.c: New file.
2297 * gdb.arch/amd64-gs_base.exp: New file.
2298
b51e1e94
LM
22992017-01-26 Luis Machado <lgustavo@codesourcery.com>
2300
2301 * lib/memory.exp: Remove spurious empty newlines.
2302
72ca0410
SM
23032017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
2304
2305 * gdb.python/py-bad-printers.exp: Load python file using "source".
2306 * gdb.python/py-events.exp: Likewise.
2307 * gdb.python/py-evsignal.exp: Likewise.
2308 * gdb.python/py-evthreads.exp: Likewise.
2309 * gdb.python/py-frame-args.exp: Likewise.
2310 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
2311 * gdb.python/py-framefilter-mi.exp: Likewise.
2312 * gdb.python/py-framefilter.exp: Likewise.
2313 * gdb.python/py-mi.exp: Likewise.
2314 * gdb.python/py-pp-maint.exp: Likewise.
2315 * gdb.python/py-pp-registration.exp: Likewise.
2316 * gdb.python/py-prettyprint.exp: Likewise.
2317 (run_lang_tests): Likewise.
2318 * gdb.python/py-typeprint.exp: Likewise.
2319
e309aa65
LM
23202017-01-26 Luis Machado <lgustavo@codesourcery.com>
2321
2322 * lib/memory.exp: New file.
2323 * lib/gdb.exp: Load memory.exp.
2324 * gdb.base/memattr.exp (delete_memory): Move proc to
2325 lib/memory.exp and rename to delete_memory_regions.
2326 Replace delete_memory with delete_memory_regions.
2327 Cleanup memory regions before tests.
2328 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
2329 before tests.
2330
515aff23
LM
23312017-01-26 Luis Machado <lgustavo@codesourcery.com>
2332
2333 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
2334 files.
2335 (initialize): New function conditionally defined.
2336 (testcases): Move within conditional block.
2337 (main): Call initialize.
2338 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
2339 of gdb.reverse/insn-reverse.c.
2340 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
2341 gdb.reverse/insn-reverse.c.
2342
d8b49cf0
YQ
23432017-01-26 Yao Qi <yao.qi@linaro.org>
2344
2345 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
2346 disassemble on address 0.
2347
f13a9a0c
YQ
23482017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
2349 Yao Qi <yao.qi@linaro.org>
2350
2351 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
2352 * gdb.dwarf2/implptr-64bit.S: Remove.
2353 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
2354 variables in caller's context. Add DW_OP_implicit_value.
2355
5ac95241
YQ
23562017-01-25 Yao Qi <yao.qi@linaro.org>
2357
2358 * lib/dwarf.exp (Dwarf::_location): Handle
2359 DW_OP_GNU_implicit_pointer with proper size.
2360
23e82930
LM
23612017-01-20 Luis Machado <lgustavo@codesourcery.com>
2362
2363 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
2364 and add untested calls.
2365
d334ae25
LM
23662017-01-20 Luis Machado <lgustavo@codesourcery.com>
2367
2368 * gdb.python/python.exp: Check line number against what GDB thinks
2369 the line number is for func1.
2370
f5e6296e
IB
23712017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
2372
2373 * gdb.dlang/debug-expr.exp: New file.
2374
5b362f04
LM
23752016-12-23 Luis Machado <lgustavo@codesourcery.com>
2376
2377 Fix test names for the following files:
2378
2379 * gdb.ada/exec_changed.exp
2380 * gdb.ada/info_types.exp
2381 * gdb.arch/aarch64-atomic-inst.exp
2382 * gdb.arch/aarch64-fp.exp
2383 * gdb.arch/altivec-abi.exp
2384 * gdb.arch/altivec-regs.exp
2385 * gdb.arch/amd64-byte.exp
2386 * gdb.arch/amd64-disp-step.exp
2387 * gdb.arch/amd64-dword.exp
2388 * gdb.arch/amd64-entry-value-inline.exp
2389 * gdb.arch/amd64-entry-value-param.exp
2390 * gdb.arch/amd64-entry-value-paramref.exp
2391 * gdb.arch/amd64-entry-value.exp
2392 * gdb.arch/amd64-i386-address.exp
2393 * gdb.arch/amd64-invalid-stack-middle.exp
2394 * gdb.arch/amd64-invalid-stack-top.exp
2395 * gdb.arch/amd64-optimout-repeat.exp
2396 * gdb.arch/amd64-prologue-skip.exp
2397 * gdb.arch/amd64-prologue-xmm.exp
2398 * gdb.arch/amd64-stap-special-operands.exp
2399 * gdb.arch/amd64-stap-wrong-subexp.exp
2400 * gdb.arch/amd64-tailcall-cxx.exp
2401 * gdb.arch/amd64-tailcall-noret.exp
2402 * gdb.arch/amd64-tailcall-ret.exp
2403 * gdb.arch/amd64-tailcall-self.exp
2404 * gdb.arch/amd64-word.exp
2405 * gdb.arch/arm-bl-branch-dest.exp
2406 * gdb.arch/arm-disp-step.exp
2407 * gdb.arch/arm-neon.exp
2408 * gdb.arch/arm-single-step-kernel-helper.exp
2409 * gdb.arch/avr-flash-qualifier.exp
2410 * gdb.arch/disp-step-insn-reloc.exp
2411 * gdb.arch/e500-abi.exp
2412 * gdb.arch/e500-regs.exp
2413 * gdb.arch/ftrace-insn-reloc.exp
2414 * gdb.arch/i386-avx512.exp
2415 * gdb.arch/i386-bp_permanent.exp
2416 * gdb.arch/i386-byte.exp
2417 * gdb.arch/i386-cfi-notcurrent.exp
2418 * gdb.arch/i386-disp-step.exp
2419 * gdb.arch/i386-dr3-watch.exp
2420 * gdb.arch/i386-float.exp
2421 * gdb.arch/i386-gnu-cfi.exp
2422 * gdb.arch/i386-mpx-map.exp
2423 * gdb.arch/i386-mpx-sigsegv.exp
2424 * gdb.arch/i386-mpx-simple_segv.exp
2425 * gdb.arch/i386-mpx.exp
2426 * gdb.arch/i386-permbkpt.exp
2427 * gdb.arch/i386-prologue.exp
2428 * gdb.arch/i386-signal.exp
2429 * gdb.arch/i386-size-overlap.exp
2430 * gdb.arch/i386-unwind.exp
2431 * gdb.arch/i386-word.exp
2432 * gdb.arch/mips-fcr.exp
2433 * gdb.arch/powerpc-d128-regs.exp
2434 * gdb.arch/powerpc-stackless.exp
2435 * gdb.arch/ppc64-atomic-inst.exp
2436 * gdb.arch/s390-stackless.exp
2437 * gdb.arch/s390-tdbregs.exp
2438 * gdb.arch/s390-vregs.exp
2439 * gdb.arch/sparc-sysstep.exp
2440 * gdb.arch/thumb-bx-pc.exp
2441 * gdb.arch/thumb-singlestep.exp
2442 * gdb.arch/thumb2-it.exp
2443 * gdb.arch/vsx-regs.exp
2444 * gdb.asm/asm-source.exp
2445 * gdb.base/a2-run.exp
2446 * gdb.base/advance.exp
2447 * gdb.base/all-bin.exp
2448 * gdb.base/anon.exp
2449 * gdb.base/args.exp
2450 * gdb.base/arithmet.exp
2451 * gdb.base/async-shell.exp
2452 * gdb.base/async.exp
2453 * gdb.base/attach-pie-noexec.exp
2454 * gdb.base/attach-twice.exp
2455 * gdb.base/auto-load.exp
2456 * gdb.base/bang.exp
2457 * gdb.base/bitfields.exp
2458 * gdb.base/break-always.exp
2459 * gdb.base/break-caller-line.exp
2460 * gdb.base/break-entry.exp
2461 * gdb.base/break-inline.exp
2462 * gdb.base/break-on-linker-gcd-function.exp
2463 * gdb.base/break-probes.exp
2464 * gdb.base/break.exp
2465 * gdb.base/breakpoint-shadow.exp
2466 * gdb.base/call-ar-st.exp
2467 * gdb.base/call-sc.exp
2468 * gdb.base/call-signal-resume.exp
2469 * gdb.base/call-strs.exp
2470 * gdb.base/callfuncs.exp
2471 * gdb.base/catch-fork-static.exp
2472 * gdb.base/catch-gdb-caused-signals.exp
2473 * gdb.base/catch-load.exp
2474 * gdb.base/catch-signal-fork.exp
2475 * gdb.base/catch-signal.exp
2476 * gdb.base/catch-syscall.exp
2477 * gdb.base/charset.exp
2478 * gdb.base/checkpoint.exp
2479 * gdb.base/chng-syms.exp
2480 * gdb.base/code-expr.exp
2481 * gdb.base/code_elim.exp
2482 * gdb.base/commands.exp
2483 * gdb.base/completion.exp
2484 * gdb.base/complex.exp
2485 * gdb.base/cond-expr.exp
2486 * gdb.base/condbreak.exp
2487 * gdb.base/consecutive.exp
2488 * gdb.base/continue-all-already-running.exp
2489 * gdb.base/coredump-filter.exp
2490 * gdb.base/corefile.exp
2491 * gdb.base/dbx.exp
2492 * gdb.base/debug-expr.exp
2493 * gdb.base/define.exp
2494 * gdb.base/del.exp
2495 * gdb.base/disabled-location.exp
2496 * gdb.base/disasm-end-cu.exp
2497 * gdb.base/disasm-optim.exp
2498 * gdb.base/display.exp
2499 * gdb.base/duplicate-bp.exp
2500 * gdb.base/ena-dis-br.exp
2501 * gdb.base/ending-run.exp
2502 * gdb.base/enumval.exp
2503 * gdb.base/environ.exp
2504 * gdb.base/eu-strip-infcall.exp
2505 * gdb.base/eval-avoid-side-effects.exp
2506 * gdb.base/eval-skip.exp
2507 * gdb.base/exitsignal.exp
2508 * gdb.base/expand-psymtabs.exp
2509 * gdb.base/filesym.exp
2510 * gdb.base/find-unmapped.exp
2511 * gdb.base/finish.exp
2512 * gdb.base/float.exp
2513 * gdb.base/foll-exec-mode.exp
2514 * gdb.base/foll-exec.exp
2515 * gdb.base/foll-fork.exp
2516 * gdb.base/fortran-sym-case.exp
2517 * gdb.base/freebpcmd.exp
2518 * gdb.base/func-ptr.exp
2519 * gdb.base/func-ptrs.exp
2520 * gdb.base/funcargs.exp
2521 * gdb.base/gcore-buffer-overflow.exp
2522 * gdb.base/gcore-relro-pie.exp
2523 * gdb.base/gcore-relro.exp
2524 * gdb.base/gcore.exp
2525 * gdb.base/gdb1090.exp
2526 * gdb.base/gdb11530.exp
2527 * gdb.base/gdb11531.exp
2528 * gdb.base/gdb1821.exp
2529 * gdb.base/gdbindex-stabs.exp
2530 * gdb.base/gdbvars.exp
2531 * gdb.base/hbreak.exp
2532 * gdb.base/hbreak2.exp
2533 * gdb.base/included.exp
2534 * gdb.base/infcall-input.exp
2535 * gdb.base/inferior-died.exp
2536 * gdb.base/infnan.exp
2537 * gdb.base/info-macros.exp
2538 * gdb.base/info-os.exp
2539 * gdb.base/info-proc.exp
2540 * gdb.base/info-shared.exp
2541 * gdb.base/info-target.exp
2542 * gdb.base/infoline.exp
2543 * gdb.base/interp.exp
2544 * gdb.base/interrupt.exp
2545 * gdb.base/jit-reader.exp
2546 * gdb.base/jit-simple.exp
2547 * gdb.base/kill-after-signal.exp
2548 * gdb.base/kill-detach-inferiors-cmd.exp
2549 * gdb.base/label.exp
2550 * gdb.base/langs.exp
2551 * gdb.base/ldbl_e308.exp
2552 * gdb.base/line-symtabs.exp
2553 * gdb.base/linespecs.exp
2554 * gdb.base/list.exp
2555 * gdb.base/long_long.exp
2556 * gdb.base/longest-types.exp
2557 * gdb.base/maint.exp
2558 * gdb.base/max-value-size.exp
2559 * gdb.base/memattr.exp
2560 * gdb.base/mips_pro.exp
2561 * gdb.base/morestack.exp
2562 * gdb.base/moribund-step.exp
2563 * gdb.base/multi-forks.exp
2564 * gdb.base/nested-addr.exp
2565 * gdb.base/nextoverexit.exp
2566 * gdb.base/noreturn-finish.exp
2567 * gdb.base/noreturn-return.exp
2568 * gdb.base/nostdlib.exp
2569 * gdb.base/offsets.exp
2570 * gdb.base/opaque.exp
2571 * gdb.base/pc-fp.exp
2572 * gdb.base/permissions.exp
2573 * gdb.base/print-symbol-loading.exp
2574 * gdb.base/prologue-include.exp
2575 * gdb.base/psymtab.exp
2576 * gdb.base/ptype.exp
2577 * gdb.base/random-signal.exp
2578 * gdb.base/randomize.exp
2579 * gdb.base/range-stepping.exp
2580 * gdb.base/readline-ask.exp
2581 * gdb.base/recpar.exp
2582 * gdb.base/recurse.exp
2583 * gdb.base/relational.exp
2584 * gdb.base/restore.exp
2585 * gdb.base/return-nodebug.exp
2586 * gdb.base/return.exp
2587 * gdb.base/run-after-attach.exp
2588 * gdb.base/save-bp.exp
2589 * gdb.base/scope.exp
2590 * gdb.base/sect-cmd.exp
2591 * gdb.base/set-lang-auto.exp
2592 * gdb.base/set-noassign.exp
2593 * gdb.base/setvar.exp
2594 * gdb.base/sigall.exp
2595 * gdb.base/sigbpt.exp
2596 * gdb.base/siginfo-addr.exp
2597 * gdb.base/siginfo-infcall.exp
2598 * gdb.base/siginfo-obj.exp
2599 * gdb.base/siginfo.exp
2600 * gdb.base/signals-state-child.exp
2601 * gdb.base/signest.exp
2602 * gdb.base/sigstep.exp
2603 * gdb.base/sizeof.exp
2604 * gdb.base/skip.exp
2605 * gdb.base/solib-corrupted.exp
2606 * gdb.base/solib-nodir.exp
2607 * gdb.base/solib-search.exp
2608 * gdb.base/stack-checking.exp
2609 * gdb.base/stale-infcall.exp
2610 * gdb.base/stap-probe.exp
2611 * gdb.base/start.exp
2612 * gdb.base/step-break.exp
2613 * gdb.base/step-bt.exp
2614 * gdb.base/step-line.exp
2615 * gdb.base/step-over-exit.exp
2616 * gdb.base/step-over-syscall.exp
2617 * gdb.base/step-resume-infcall.exp
2618 * gdb.base/step-test.exp
2619 * gdb.base/store.exp
2620 * gdb.base/structs3.exp
2621 * gdb.base/sym-file.exp
2622 * gdb.base/symbol-without-target_section.exp
2623 * gdb.base/term.exp
2624 * gdb.base/testenv.exp
2625 * gdb.base/ui-redirect.exp
2626 * gdb.base/until.exp
2627 * gdb.base/unwindonsignal.exp
2628 * gdb.base/value-double-free.exp
2629 * gdb.base/vla-datatypes.exp
2630 * gdb.base/vla-ptr.exp
2631 * gdb.base/vla-sideeffect.exp
2632 * gdb.base/volatile.exp
2633 * gdb.base/watch-cond-infcall.exp
2634 * gdb.base/watch-cond.exp
2635 * gdb.base/watch-non-mem.exp
2636 * gdb.base/watch-read.exp
2637 * gdb.base/watch-vfork.exp
2638 * gdb.base/watchpoint-cond-gone.exp
2639 * gdb.base/watchpoint-delete.exp
2640 * gdb.base/watchpoint-hw-hit-once.exp
2641 * gdb.base/watchpoint-hw.exp
2642 * gdb.base/watchpoint-stops-at-right-insn.exp
2643 * gdb.base/watchpoints.exp
2644 * gdb.base/wchar.exp
2645 * gdb.base/whatis-exp.exp
2646 * gdb.btrace/buffer-size.exp
2647 * gdb.btrace/data.exp
2648 * gdb.btrace/delta.exp
2649 * gdb.btrace/dlopen.exp
2650 * gdb.btrace/enable.exp
2651 * gdb.btrace/exception.exp
2652 * gdb.btrace/function_call_history.exp
2653 * gdb.btrace/gcore.exp
2654 * gdb.btrace/instruction_history.exp
2655 * gdb.btrace/nohist.exp
2656 * gdb.btrace/reconnect.exp
2657 * gdb.btrace/record_goto-step.exp
2658 * gdb.btrace/record_goto.exp
2659 * gdb.btrace/rn-dl-bind.exp
2660 * gdb.btrace/segv.exp
2661 * gdb.btrace/step.exp
2662 * gdb.btrace/stepi.exp
2663 * gdb.btrace/tailcall-only.exp
2664 * gdb.btrace/tailcall.exp
2665 * gdb.btrace/tsx.exp
2666 * gdb.btrace/unknown_functions.exp
2667 * gdb.btrace/vdso.exp
2668 * gdb.compile/compile-ifunc.exp
2669 * gdb.compile/compile-ops.exp
2670 * gdb.compile/compile-print.exp
2671 * gdb.compile/compile-setjmp.exp
2672 * gdb.cp/abstract-origin.exp
2673 * gdb.cp/ambiguous.exp
2674 * gdb.cp/annota2.exp
2675 * gdb.cp/annota3.exp
2676 * gdb.cp/anon-ns.exp
2677 * gdb.cp/anon-struct.exp
2678 * gdb.cp/anon-union.exp
2679 * gdb.cp/arg-reference.exp
2680 * gdb.cp/baseenum.exp
2681 * gdb.cp/bool.exp
2682 * gdb.cp/breakpoint.exp
2683 * gdb.cp/bs15503.exp
2684 * gdb.cp/call-c.exp
2685 * gdb.cp/casts.exp
2686 * gdb.cp/chained-calls.exp
2687 * gdb.cp/class2.exp
2688 * gdb.cp/classes.exp
2689 * gdb.cp/cmpd-minsyms.exp
2690 * gdb.cp/converts.exp
2691 * gdb.cp/cp-relocate.exp
2692 * gdb.cp/cpcompletion.exp
2693 * gdb.cp/cpexprs.exp
2694 * gdb.cp/cplabel.exp
2695 * gdb.cp/cplusfuncs.exp
2696 * gdb.cp/cpsizeof.exp
2697 * gdb.cp/ctti.exp
2698 * gdb.cp/derivation.exp
2699 * gdb.cp/destrprint.exp
2700 * gdb.cp/dispcxx.exp
2701 * gdb.cp/enum-class.exp
2702 * gdb.cp/exception.exp
2703 * gdb.cp/exceptprint.exp
2704 * gdb.cp/expand-psymtabs-cxx.exp
2705 * gdb.cp/expand-sals.exp
2706 * gdb.cp/extern-c.exp
2707 * gdb.cp/filename.exp
2708 * gdb.cp/formatted-ref.exp
2709 * gdb.cp/fpointer.exp
2710 * gdb.cp/gdb1355.exp
2711 * gdb.cp/gdb2495.exp
2712 * gdb.cp/hang.exp
2713 * gdb.cp/impl-this.exp
2714 * gdb.cp/infcall-dlopen.exp
2715 * gdb.cp/inherit.exp
2716 * gdb.cp/iostream.exp
2717 * gdb.cp/koenig.exp
2718 * gdb.cp/local.exp
2719 * gdb.cp/m-data.exp
2720 * gdb.cp/m-static.exp
2721 * gdb.cp/mb-ctor.exp
2722 * gdb.cp/mb-inline.exp
2723 * gdb.cp/mb-templates.exp
2724 * gdb.cp/member-name.exp
2725 * gdb.cp/member-ptr.exp
2726 * gdb.cp/meth-typedefs.exp
2727 * gdb.cp/method.exp
2728 * gdb.cp/method2.exp
2729 * gdb.cp/minsym-fallback.exp
2730 * gdb.cp/misc.exp
2731 * gdb.cp/namelessclass.exp
2732 * gdb.cp/namespace-enum.exp
2733 * gdb.cp/namespace-nested-import.exp
2734 * gdb.cp/namespace.exp
2735 * gdb.cp/nextoverthrow.exp
2736 * gdb.cp/no-dmgl-verbose.exp
2737 * gdb.cp/non-trivial-retval.exp
2738 * gdb.cp/noparam.exp
2739 * gdb.cp/nsdecl.exp
2740 * gdb.cp/nsimport.exp
2741 * gdb.cp/nsnested.exp
2742 * gdb.cp/nsnoimports.exp
2743 * gdb.cp/nsrecurs.exp
2744 * gdb.cp/nsstress.exp
2745 * gdb.cp/nsusing.exp
2746 * gdb.cp/operator.exp
2747 * gdb.cp/oranking.exp
2748 * gdb.cp/overload-const.exp
2749 * gdb.cp/overload.exp
2750 * gdb.cp/ovldbreak.exp
2751 * gdb.cp/ovsrch.exp
2752 * gdb.cp/paren-type.exp
2753 * gdb.cp/parse-lang.exp
2754 * gdb.cp/pass-by-ref.exp
2755 * gdb.cp/pr-1023.exp
2756 * gdb.cp/pr-1210.exp
2757 * gdb.cp/pr-574.exp
2758 * gdb.cp/pr10687.exp
2759 * gdb.cp/pr12028.exp
2760 * gdb.cp/pr17132.exp
2761 * gdb.cp/pr17494.exp
2762 * gdb.cp/pr9067.exp
2763 * gdb.cp/pr9167.exp
2764 * gdb.cp/pr9631.exp
2765 * gdb.cp/printmethod.exp
2766 * gdb.cp/psmang.exp
2767 * gdb.cp/psymtab-parameter.exp
2768 * gdb.cp/ptype-cv-cp.exp
2769 * gdb.cp/ptype-flags.exp
2770 * gdb.cp/re-set-overloaded.exp
2771 * gdb.cp/ref-types.exp
2772 * gdb.cp/rtti.exp
2773 * gdb.cp/scope-err.exp
2774 * gdb.cp/shadow.exp
2775 * gdb.cp/smartp.exp
2776 * gdb.cp/static-method.exp
2777 * gdb.cp/static-print-quit.exp
2778 * gdb.cp/temargs.exp
2779 * gdb.cp/templates.exp
2780 * gdb.cp/try_catch.exp
2781 * gdb.cp/typedef-operator.exp
2782 * gdb.cp/typeid.exp
2783 * gdb.cp/userdef.exp
2784 * gdb.cp/using-crash.exp
2785 * gdb.cp/var-tag.exp
2786 * gdb.cp/virtbase.exp
2787 * gdb.cp/virtfunc.exp
2788 * gdb.cp/virtfunc2.exp
2789 * gdb.cp/vla-cxx.exp
2790 * gdb.disasm/t01_mov.exp
2791 * gdb.disasm/t02_mova.exp
2792 * gdb.disasm/t03_add.exp
2793 * gdb.disasm/t04_sub.exp
2794 * gdb.disasm/t05_cmp.exp
2795 * gdb.disasm/t06_ari2.exp
2796 * gdb.disasm/t07_ari3.exp
2797 * gdb.disasm/t08_or.exp
2798 * gdb.disasm/t09_xor.exp
2799 * gdb.disasm/t10_and.exp
2800 * gdb.disasm/t11_logs.exp
2801 * gdb.disasm/t12_bit.exp
2802 * gdb.disasm/t13_otr.exp
2803 * gdb.dlang/circular.exp
2804 * gdb.dwarf2/arr-stride.exp
2805 * gdb.dwarf2/arr-subrange.exp
2806 * gdb.dwarf2/atomic-type.exp
2807 * gdb.dwarf2/bad-regnum.exp
2808 * gdb.dwarf2/bitfield-parent-optimized-out.exp
2809 * gdb.dwarf2/callframecfa.exp
2810 * gdb.dwarf2/clztest.exp
2811 * gdb.dwarf2/corrupt.exp
2812 * gdb.dwarf2/data-loc.exp
2813 * gdb.dwarf2/dup-psym.exp
2814 * gdb.dwarf2/dw2-anon-mptr.exp
2815 * gdb.dwarf2/dw2-anonymous-func.exp
2816 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
2817 * gdb.dwarf2/dw2-bad-unresolved.exp
2818 * gdb.dwarf2/dw2-basic.exp
2819 * gdb.dwarf2/dw2-canonicalize-type.exp
2820 * gdb.dwarf2/dw2-case-insensitive.exp
2821 * gdb.dwarf2/dw2-common-block.exp
2822 * gdb.dwarf2/dw2-compdir-oldgcc.exp
2823 * gdb.dwarf2/dw2-compressed.exp
2824 * gdb.dwarf2/dw2-const.exp
2825 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
2826 * gdb.dwarf2/dw2-cu-size.exp
2827 * gdb.dwarf2/dw2-dup-frame.exp
2828 * gdb.dwarf2/dw2-entry-value.exp
2829 * gdb.dwarf2/dw2-icycle.exp
2830 * gdb.dwarf2/dw2-ifort-parameter.exp
2831 * gdb.dwarf2/dw2-inline-break.exp
2832 * gdb.dwarf2/dw2-inline-param.exp
2833 * gdb.dwarf2/dw2-intercu.exp
2834 * gdb.dwarf2/dw2-intermix.exp
2835 * gdb.dwarf2/dw2-lexical-block-bare.exp
2836 * gdb.dwarf2/dw2-linkage-name-trust.exp
2837 * gdb.dwarf2/dw2-minsym-in-cu.exp
2838 * gdb.dwarf2/dw2-noloc.exp
2839 * gdb.dwarf2/dw2-op-call.exp
2840 * gdb.dwarf2/dw2-op-out-param.exp
2841 * gdb.dwarf2/dw2-opt-structptr.exp
2842 * gdb.dwarf2/dw2-param-error.exp
2843 * gdb.dwarf2/dw2-producer.exp
2844 * gdb.dwarf2/dw2-ranges-base.exp
2845 * gdb.dwarf2/dw2-ref-missing-frame.exp
2846 * gdb.dwarf2/dw2-reg-undefined.exp
2847 * gdb.dwarf2/dw2-regno-invalid.exp
2848 * gdb.dwarf2/dw2-restore.exp
2849 * gdb.dwarf2/dw2-restrict.exp
2850 * gdb.dwarf2/dw2-single-line-discriminators.exp
2851 * gdb.dwarf2/dw2-strp.exp
2852 * gdb.dwarf2/dw2-undefined-ret-addr.exp
2853 * gdb.dwarf2/dw2-unresolved.exp
2854 * gdb.dwarf2/dw2-var-zero-addr.exp
2855 * gdb.dwarf2/dw4-sig-types.exp
2856 * gdb.dwarf2/dwz.exp
2857 * gdb.dwarf2/dynarr-ptr.exp
2858 * gdb.dwarf2/enum-type.exp
2859 * gdb.dwarf2/gdb-index.exp
2860 * gdb.dwarf2/implptr-64bit.exp
2861 * gdb.dwarf2/implptr-optimized-out.exp
2862 * gdb.dwarf2/implptr.exp
2863 * gdb.dwarf2/implref-array.exp
2864 * gdb.dwarf2/implref-const.exp
2865 * gdb.dwarf2/implref-global.exp
2866 * gdb.dwarf2/implref-struct.exp
2867 * gdb.dwarf2/mac-fileno.exp
2868 * gdb.dwarf2/main-subprogram.exp
2869 * gdb.dwarf2/member-ptr-forwardref.exp
2870 * gdb.dwarf2/method-ptr.exp
2871 * gdb.dwarf2/missing-sig-type.exp
2872 * gdb.dwarf2/nonvar-access.exp
2873 * gdb.dwarf2/opaque-type-lookup.exp
2874 * gdb.dwarf2/pieces-optimized-out.exp
2875 * gdb.dwarf2/pieces.exp
2876 * gdb.dwarf2/pr10770.exp
2877 * gdb.dwarf2/pr13961.exp
2878 * gdb.dwarf2/staticvirtual.exp
2879 * gdb.dwarf2/subrange.exp
2880 * gdb.dwarf2/symtab-producer.exp
2881 * gdb.dwarf2/trace-crash.exp
2882 * gdb.dwarf2/typeddwarf.exp
2883 * gdb.dwarf2/valop.exp
2884 * gdb.dwarf2/watch-notconst.exp
2885 * gdb.fortran/array-element.exp
2886 * gdb.fortran/charset.exp
2887 * gdb.fortran/common-block.exp
2888 * gdb.fortran/complex.exp
2889 * gdb.fortran/derived-type-function.exp
2890 * gdb.fortran/derived-type.exp
2891 * gdb.fortran/logical.exp
2892 * gdb.fortran/module.exp
2893 * gdb.fortran/multi-dim.exp
2894 * gdb.fortran/nested-funcs.exp
2895 * gdb.fortran/print-formatted.exp
2896 * gdb.fortran/subarray.exp
2897 * gdb.fortran/vla-alloc-assoc.exp
2898 * gdb.fortran/vla-datatypes.exp
2899 * gdb.fortran/vla-history.exp
2900 * gdb.fortran/vla-ptr-info.exp
2901 * gdb.fortran/vla-ptype-sub.exp
2902 * gdb.fortran/vla-ptype.exp
2903 * gdb.fortran/vla-sizeof.exp
2904 * gdb.fortran/vla-type.exp
2905 * gdb.fortran/vla-value-sub-arbitrary.exp
2906 * gdb.fortran/vla-value-sub-finish.exp
2907 * gdb.fortran/vla-value-sub.exp
2908 * gdb.fortran/vla-value.exp
2909 * gdb.fortran/whatis_type.exp
2910 * gdb.go/chan.exp
2911 * gdb.go/handcall.exp
2912 * gdb.go/hello.exp
2913 * gdb.go/integers.exp
2914 * gdb.go/methods.exp
2915 * gdb.go/package.exp
2916 * gdb.go/strings.exp
2917 * gdb.go/types.exp
2918 * gdb.go/unsafe.exp
2919 * gdb.guile/scm-arch.exp
2920 * gdb.guile/scm-block.exp
2921 * gdb.guile/scm-breakpoint.exp
2922 * gdb.guile/scm-cmd.exp
2923 * gdb.guile/scm-disasm.exp
2924 * gdb.guile/scm-equal.exp
2925 * gdb.guile/scm-frame-args.exp
2926 * gdb.guile/scm-frame-inline.exp
2927 * gdb.guile/scm-frame.exp
2928 * gdb.guile/scm-iterator.exp
2929 * gdb.guile/scm-math.exp
2930 * gdb.guile/scm-objfile.exp
2931 * gdb.guile/scm-ports.exp
2932 * gdb.guile/scm-symbol.exp
2933 * gdb.guile/scm-symtab.exp
2934 * gdb.guile/scm-value-cc.exp
2935 * gdb.guile/types-module.exp
2936 * gdb.linespec/break-ask.exp
2937 * gdb.linespec/cpexplicit.exp
2938 * gdb.linespec/explicit.exp
2939 * gdb.linespec/keywords.exp
2940 * gdb.linespec/linespec.exp
2941 * gdb.linespec/ls-dollar.exp
2942 * gdb.linespec/ls-errs.exp
2943 * gdb.linespec/skip-two.exp
2944 * gdb.linespec/thread.exp
2945 * gdb.mi/mi-async.exp
2946 * gdb.mi/mi-basics.exp
2947 * gdb.mi/mi-break.exp
2948 * gdb.mi/mi-catch-load.exp
2949 * gdb.mi/mi-cli.exp
2950 * gdb.mi/mi-cmd-param-changed.exp
2951 * gdb.mi/mi-console.exp
2952 * gdb.mi/mi-detach.exp
2953 * gdb.mi/mi-disassemble.exp
2954 * gdb.mi/mi-eval.exp
2955 * gdb.mi/mi-file-transfer.exp
2956 * gdb.mi/mi-file.exp
2957 * gdb.mi/mi-fill-memory.exp
2958 * gdb.mi/mi-inheritance-syntax-error.exp
2959 * gdb.mi/mi-linespec-err-cp.exp
2960 * gdb.mi/mi-logging.exp
2961 * gdb.mi/mi-memory-changed.exp
2962 * gdb.mi/mi-read-memory.exp
2963 * gdb.mi/mi-record-changed.exp
2964 * gdb.mi/mi-reg-undefined.exp
2965 * gdb.mi/mi-regs.exp
2966 * gdb.mi/mi-return.exp
2967 * gdb.mi/mi-reverse.exp
2968 * gdb.mi/mi-simplerun.exp
2969 * gdb.mi/mi-solib.exp
2970 * gdb.mi/mi-stack.exp
2971 * gdb.mi/mi-stepi.exp
2972 * gdb.mi/mi-syn-frame.exp
2973 * gdb.mi/mi-until.exp
2974 * gdb.mi/mi-var-block.exp
2975 * gdb.mi/mi-var-child.exp
2976 * gdb.mi/mi-var-cmd.exp
2977 * gdb.mi/mi-var-cp.exp
2978 * gdb.mi/mi-var-display.exp
2979 * gdb.mi/mi-var-invalidate.exp
2980 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
2981 * gdb.mi/mi-vla-fortran.exp
2982 * gdb.mi/mi-watch.exp
2983 * gdb.mi/mi2-var-child.exp
2984 * gdb.mi/user-selected-context-sync.exp
2985 * gdb.modula2/unbounded-array.exp
2986 * gdb.multi/dummy-frame-restore.exp
2987 * gdb.multi/multi-arch-exec.exp
2988 * gdb.multi/multi-arch.exp
2989 * gdb.multi/tids.exp
2990 * gdb.multi/watchpoint-multi.exp
2991 * gdb.opencl/callfuncs.exp
2992 * gdb.opencl/convs_casts.exp
2993 * gdb.opencl/datatypes.exp
2994 * gdb.opencl/operators.exp
2995 * gdb.opencl/vec_comps.exp
2996 * gdb.opt/clobbered-registers-O2.exp
2997 * gdb.opt/inline-break.exp
2998 * gdb.opt/inline-bt.exp
2999 * gdb.opt/inline-cmds.exp
3000 * gdb.opt/inline-locals.exp
3001 * gdb.pascal/case-insensitive-symbols.exp
3002 * gdb.pascal/floats.exp
3003 * gdb.pascal/gdb11492.exp
3004 * gdb.python/lib-types.exp
3005 * gdb.python/py-arch.exp
3006 * gdb.python/py-as-string.exp
3007 * gdb.python/py-bad-printers.exp
3008 * gdb.python/py-block.exp
3009 * gdb.python/py-breakpoint-create-fail.exp
3010 * gdb.python/py-breakpoint.exp
3011 * gdb.python/py-caller-is.exp
3012 * gdb.python/py-cmd.exp
3013 * gdb.python/py-explore-cc.exp
3014 * gdb.python/py-explore.exp
3015 * gdb.python/py-finish-breakpoint.exp
3016 * gdb.python/py-finish-breakpoint2.exp
3017 * gdb.python/py-frame-args.exp
3018 * gdb.python/py-frame-inline.exp
3019 * gdb.python/py-frame.exp
3020 * gdb.python/py-framefilter-mi.exp
3021 * gdb.python/py-infthread.exp
3022 * gdb.python/py-lazy-string.exp
3023 * gdb.python/py-linetable.exp
3024 * gdb.python/py-mi-events.exp
3025 * gdb.python/py-mi-objfile.exp
3026 * gdb.python/py-mi.exp
3027 * gdb.python/py-objfile.exp
3028 * gdb.python/py-pp-integral.exp
3029 * gdb.python/py-pp-maint.exp
3030 * gdb.python/py-pp-re-notag.exp
3031 * gdb.python/py-pp-registration.exp
3032 * gdb.python/py-recurse-unwind.exp
3033 * gdb.python/py-strfns.exp
3034 * gdb.python/py-symbol.exp
3035 * gdb.python/py-symtab.exp
3036 * gdb.python/py-sync-interp.exp
3037 * gdb.python/py-typeprint.exp
3038 * gdb.python/py-unwind-maint.exp
3039 * gdb.python/py-unwind.exp
3040 * gdb.python/py-value-cc.exp
3041 * gdb.python/py-xmethods.exp
3042 * gdb.reverse/amd64-tailcall-reverse.exp
3043 * gdb.reverse/break-precsave.exp
3044 * gdb.reverse/break-reverse.exp
3045 * gdb.reverse/consecutive-precsave.exp
3046 * gdb.reverse/consecutive-reverse.exp
3047 * gdb.reverse/finish-precsave.exp
3048 * gdb.reverse/finish-reverse-bkpt.exp
3049 * gdb.reverse/finish-reverse.exp
3050 * gdb.reverse/fstatat-reverse.exp
3051 * gdb.reverse/getresuid-reverse.exp
3052 * gdb.reverse/i386-precsave.exp
3053 * gdb.reverse/i386-reverse.exp
3054 * gdb.reverse/i386-sse-reverse.exp
3055 * gdb.reverse/i387-env-reverse.exp
3056 * gdb.reverse/i387-stack-reverse.exp
3057 * gdb.reverse/insn-reverse.exp
3058 * gdb.reverse/machinestate-precsave.exp
3059 * gdb.reverse/machinestate.exp
3060 * gdb.reverse/next-reverse-bkpt-over-sr.exp
3061 * gdb.reverse/pipe-reverse.exp
3062 * gdb.reverse/readv-reverse.exp
3063 * gdb.reverse/recvmsg-reverse.exp
3064 * gdb.reverse/rerun-prec.exp
3065 * gdb.reverse/s390-mvcle.exp
3066 * gdb.reverse/step-precsave.exp
3067 * gdb.reverse/step-reverse.exp
3068 * gdb.reverse/time-reverse.exp
3069 * gdb.reverse/until-precsave.exp
3070 * gdb.reverse/until-reverse.exp
3071 * gdb.reverse/waitpid-reverse.exp
3072 * gdb.reverse/watch-precsave.exp
3073 * gdb.reverse/watch-reverse.exp
3074 * gdb.rust/generics.exp
3075 * gdb.rust/methods.exp
3076 * gdb.rust/modules.exp
3077 * gdb.rust/simple.exp
3078 * gdb.server/connect-with-no-symbol-file.exp
3079 * gdb.server/ext-attach.exp
3080 * gdb.server/ext-restart.exp
3081 * gdb.server/ext-wrapper.exp
3082 * gdb.server/file-transfer.exp
3083 * gdb.server/server-exec-info.exp
3084 * gdb.server/server-kill.exp
3085 * gdb.server/server-mon.exp
3086 * gdb.server/wrapper.exp
3087 * gdb.stabs/exclfwd.exp
3088 * gdb.stabs/gdb11479.exp
3089 * gdb.threads/clone-new-thread-event.exp
3090 * gdb.threads/corethreads.exp
3091 * gdb.threads/current-lwp-dead.exp
3092 * gdb.threads/dlopen-libpthread.exp
3093 * gdb.threads/gcore-thread.exp
3094 * gdb.threads/sigstep-threads.exp
3095 * gdb.threads/watchpoint-fork.exp
3096 * gdb.trace/actions-changed.exp
3097 * gdb.trace/backtrace.exp
3098 * gdb.trace/change-loc.exp
3099 * gdb.trace/circ.exp
3100 * gdb.trace/collection.exp
3101 * gdb.trace/disconnected-tracing.exp
3102 * gdb.trace/ftrace.exp
3103 * gdb.trace/mi-trace-frame-collected.exp
3104 * gdb.trace/mi-trace-unavailable.exp
3105 * gdb.trace/mi-traceframe-changed.exp
3106 * gdb.trace/mi-tsv-changed.exp
3107 * gdb.trace/no-attach-trace.exp
3108 * gdb.trace/passc-dyn.exp
3109 * gdb.trace/qtro.exp
3110 * gdb.trace/range-stepping.exp
3111 * gdb.trace/read-memory.exp
3112 * gdb.trace/save-trace.exp
3113 * gdb.trace/signal.exp
3114 * gdb.trace/status-stop.exp
3115 * gdb.trace/tfile.exp
3116 * gdb.trace/trace-break.exp
3117 * gdb.trace/trace-buffer-size.exp
3118 * gdb.trace/trace-condition.exp
3119 * gdb.trace/tracefile-pseudo-reg.exp
3120 * gdb.trace/tstatus.exp
3121 * gdb.trace/unavailable.exp
3122 * gdb.trace/while-dyn.exp
3123 * gdb.trace/while-stepping.exp
3124
34c41c68
DE
31252016-12-22 Doug Evans <xdje42@gmail.com>
3126
3127 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
3128 and msymbols.
3129
16e69324
YQ
31302016-12-19 Yao Qi <yao.qi@linaro.org>
3131
3132 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
3133 (test_with_self): Don't call do_steps_and_nexts, and remove
3134 code about stepping into xmalloc.
3135
f94f411b
YQ
31362016-12-09 Yao Qi <yao.qi@linaro.org>
3137
3138 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
3139
31402016-12-09 Yao Qi <yao.qi@linaro.org>
3141
3142 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
3143
f1b5deee
PA
31442016-12-09 Pedro Alves <palves@redhat.com>
3145
3146 * gdb.base/all-architectures-0.exp: New file.
3147 * gdb.base/all-architectures-1.exp: New file.
3148 * gdb.base/all-architectures-2.exp: New file.
3149 * gdb.base/all-architectures-3.exp: New file.
3150 * gdb.base/all-architectures-4.exp: New file.
3151 * gdb.base/all-architectures-5.exp: New file.
3152 * gdb.base/all-architectures-6.exp: New file.
3153 * gdb.base/all-architectures-7.exp: New file.
3154 * gdb.base/all-architectures.exp.in: New file.
3155
364ca42e
YQ
31562016-12-09 Yao Qi <yao.qi@linaro.org>
3157
3158 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
3159
107c2d62
LM
31602016-12-02 Luis Machado <lgustavo@codesourcery.com>
3161
3162 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
3163 possible.
3164 Remove useless pattern-matching code.
3165
df3ee9ca
PA
31662016-12-02 Pedro Alves <palves@redhat.com>
3167
3168 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
3169 procedure.
3170 (top level): Call it.
3171
ec835369
PA
31722016-12-02 Pedro Alves <palves@redhat.com>
3173
3174 * gdb.base/commands.exp (user_defined_command_args_stack_test):
3175 New procedure.
3176 (top level): Call it.
3177
01770bbd
PA
31782016-12-02 Pedro Alves <palves@redhat.com>
3179
3180 PR cli/20559
3181 * gdb.base/commands.exp (user_defined_command_args_eval): New
3182 procedure.
3183 (top level): Call it.
3184
008459ea
LM
31852016-12-02 Luis Machado <lgustavo@codesourcery.com>
3186
3187 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
3188 timeout handling.
3189
0c1b455e
TT
31902016-12-02 Tom Tromey <tom@tromey.com>
3191
3192 * gdb.dwarf2/main-subprogram.c: New file.
3193 * gdb.dwarf2/main-subprogram.exp: New file.
3194
018572b8
LM
31952016-12-01 Luis Machado <lgustavo@codesourcery.com>
3196
3197 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
3198 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
3199 gdb_test_no_output for a couple of cases.
3200 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
3201
84c93cd5
LM
32022016-12-01 Luis Machado <lgustavo@codesourcery.com>
3203
3204 Fix test names and standardize compilation error messages throughout
3205 the following files:
3206
3207 * gdb.ada/start.exp
3208 * gdb.arch/alpha-step.exp
3209 * gdb.arch/e500-prologue.exp
3210 * gdb.arch/ftrace-insn-reloc.exp
3211 * gdb.arch/gdb1291.exp
3212 * gdb.arch/gdb1431.exp
3213 * gdb.arch/gdb1558.exp
3214 * gdb.arch/i386-dr3-watch.exp
3215 * gdb.arch/i386-sse-stack-align.exp
3216 * gdb.arch/ia64-breakpoint-shadow.exp
3217 * gdb.arch/pa-nullify.exp
3218 * gdb.arch/powerpc-aix-prologue.exp
3219 * gdb.arch/thumb-bx-pc.exp
3220 * gdb.base/annota1.exp
3221 * gdb.base/annota3.exp
3222 * gdb.base/arrayidx.exp
3223 * gdb.base/assign.exp
3224 * gdb.base/attach.exp
3225 * gdb.base/auxv.exp
3226 * gdb.base/bang.exp
3227 * gdb.base/bfp-test.exp
3228 * gdb.base/bigcore.exp
3229 * gdb.base/bitfields2.exp
3230 * gdb.base/break-fun-addr.exp
3231 * gdb.base/break-probes.exp
3232 * gdb.base/call-rt-st.exp
3233 * gdb.base/callexit.exp
3234 * gdb.base/catch-fork-kill.exp
3235 * gdb.base/charset.exp
3236 * gdb.base/checkpoint.exp
3237 * gdb.base/comprdebug.exp
3238 * gdb.base/constvars.exp
3239 * gdb.base/coredump-filter.exp
3240 * gdb.base/cursal.exp
3241 * gdb.base/cvexpr.exp
3242 * gdb.base/detach.exp
3243 * gdb.base/display.exp
3244 * gdb.base/dmsym.exp
3245 * gdb.base/dprintf-pending.exp
3246 * gdb.base/dso2dso.exp
3247 * gdb.base/dtrace-probe.exp
3248 * gdb.base/dump.exp
3249 * gdb.base/enum_cond.exp
3250 * gdb.base/exe-lock.exp
3251 * gdb.base/exec-invalid-sysroot.exp
3252 * gdb.base/execl-update-breakpoints.exp
3253 * gdb.base/exprs.exp
3254 * gdb.base/fileio.exp
3255 * gdb.base/find.exp
3256 * gdb.base/finish.exp
3257 * gdb.base/fixsection.exp
3258 * gdb.base/foll-vfork.exp
3259 * gdb.base/frame-args.exp
3260 * gdb.base/gcore.exp
3261 * gdb.base/gdb1250.exp
3262 * gdb.base/global-var-nested-by-dso.exp
3263 * gdb.base/gnu-ifunc.exp
3264 * gdb.base/hashline1.exp
3265 * gdb.base/hashline2.exp
3266 * gdb.base/hashline3.exp
3267 * gdb.base/hbreak-in-shr-unsupported.exp
3268 * gdb.base/huge.exp
3269 * gdb.base/infcall-input.exp
3270 * gdb.base/info-fun.exp
3271 * gdb.base/info-shared.exp
3272 * gdb.base/jit-simple.exp
3273 * gdb.base/jit-so.exp
3274 * gdb.base/jit.exp
3275 * gdb.base/jump.exp
3276 * gdb.base/label.exp
3277 * gdb.base/lineinc.exp
3278 * gdb.base/logical.exp
3279 * gdb.base/longjmp.exp
3280 * gdb.base/macscp.exp
3281 * gdb.base/miscexprs.exp
3282 * gdb.base/new-ui-echo.exp
3283 * gdb.base/new-ui-pending-input.exp
3284 * gdb.base/new-ui.exp
3285 * gdb.base/nodebug.exp
3286 * gdb.base/nofield.exp
3287 * gdb.base/offsets.exp
3288 * gdb.base/overlays.exp
3289 * gdb.base/pending.exp
3290 * gdb.base/pointers.exp
3291 * gdb.base/pr11022.exp
3292 * gdb.base/printcmds.exp
3293 * gdb.base/prologue.exp
3294 * gdb.base/ptr-typedef.exp
3295 * gdb.base/realname-expand.exp
3296 * gdb.base/relativedebug.exp
3297 * gdb.base/relocate.exp
3298 * gdb.base/remote.exp
3299 * gdb.base/reread.exp
3300 * gdb.base/return2.exp
3301 * gdb.base/savedregs.exp
3302 * gdb.base/sep.exp
3303 * gdb.base/sepdebug.exp
3304 * gdb.base/sepsymtab.exp
3305 * gdb.base/set-inferior-tty.exp
3306 * gdb.base/setshow.exp
3307 * gdb.base/shlib-call.exp
3308 * gdb.base/sigaltstack.exp
3309 * gdb.base/siginfo-addr.exp
3310 * gdb.base/signals.exp
3311 * gdb.base/signull.exp
3312 * gdb.base/sigrepeat.exp
3313 * gdb.base/so-impl-ld.exp
3314 * gdb.base/solib-display.exp
3315 * gdb.base/solib-overlap.exp
3316 * gdb.base/solib-search.exp
3317 * gdb.base/solib-symbol.exp
3318 * gdb.base/structs.exp
3319 * gdb.base/structs2.exp
3320 * gdb.base/symtab-search-order.exp
3321 * gdb.base/twice.exp
3322 * gdb.base/unload.exp
3323 * gdb.base/varargs.exp
3324 * gdb.base/watchpoint-solib.exp
3325 * gdb.base/watchpoint.exp
3326 * gdb.base/whatis.exp
3327 * gdb.base/wrong_frame_bt_full.exp
3328 * gdb.btrace/dlopen.exp
3329 * gdb.cell/ea-standalone.exp
3330 * gdb.cell/ea-test.exp
3331 * gdb.cp/dispcxx.exp
3332 * gdb.cp/gdb2384.exp
3333 * gdb.cp/method2.exp
3334 * gdb.cp/nextoverthrow.exp
3335 * gdb.cp/pr10728.exp
3336 * gdb.disasm/am33.exp
3337 * gdb.disasm/h8300s.exp
3338 * gdb.disasm/mn10300.exp
3339 * gdb.disasm/sh3.exp
3340 * gdb.dwarf2/dw2-dir-file-name.exp
3341 * gdb.fortran/complex.exp
3342 * gdb.fortran/library-module.exp
3343 * gdb.guile/scm-pretty-print.exp
3344 * gdb.guile/scm-symbol.exp
3345 * gdb.guile/scm-type.exp
3346 * gdb.guile/scm-value.exp
3347 * gdb.linespec/linespec.exp
3348 * gdb.mi/gdb701.exp
3349 * gdb.mi/gdb792.exp
3350 * gdb.mi/mi-breakpoint-changed.exp
3351 * gdb.mi/mi-dprintf-pending.exp
3352 * gdb.mi/mi-dprintf.exp
3353 * gdb.mi/mi-exit-code.exp
3354 * gdb.mi/mi-pending.exp
3355 * gdb.mi/mi-solib.exp
3356 * gdb.mi/new-ui-mi-sync.exp
3357 * gdb.mi/pr11022.exp
3358 * gdb.mi/user-selected-context-sync.exp
3359 * gdb.opt/solib-intra-step.exp
3360 * gdb.python/py-events.exp
3361 * gdb.python/py-finish-breakpoint.exp
3362 * gdb.python/py-mi.exp
3363 * gdb.python/py-prettyprint.exp
3364 * gdb.python/py-shared.exp
3365 * gdb.python/py-symbol.exp
3366 * gdb.python/py-template.exp
3367 * gdb.python/py-type.exp
3368 * gdb.python/py-value.exp
3369 * gdb.reverse/solib-precsave.exp
3370 * gdb.reverse/solib-reverse.exp
3371 * gdb.server/solib-list.exp
3372 * gdb.stabs/weird.exp
3373 * gdb.threads/reconnect-signal.exp
3374 * gdb.threads/stepi-random-signal.exp
3375 * gdb.trace/actions.exp
3376 * gdb.trace/ax.exp
3377 * gdb.trace/backtrace.exp
3378 * gdb.trace/change-loc.exp
3379 * gdb.trace/deltrace.exp
3380 * gdb.trace/ftrace-lock.exp
3381 * gdb.trace/ftrace.exp
3382 * gdb.trace/infotrace.exp
3383 * gdb.trace/mi-tracepoint-changed.exp
3384 * gdb.trace/packetlen.exp
3385 * gdb.trace/passcount.exp
3386 * gdb.trace/pending.exp
3387 * gdb.trace/range-stepping.exp
3388 * gdb.trace/report.exp
3389 * gdb.trace/stap-trace.exp
3390 * gdb.trace/tfind.exp
3391 * gdb.trace/trace-break.exp
3392 * gdb.trace/trace-condition.exp
3393 * gdb.trace/trace-enable-disable.exp
3394 * gdb.trace/trace-mt.exp
3395 * gdb.trace/tracecmd.exp
3396 * gdb.trace/tspeed.exp
3397 * gdb.trace/tsv.exp
3398 * lib/perftest.exp
3399
fb9feb35
LM
34002016-12-01 Luis Machado <lgustavo@codesourcery.com>
3401
3402 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
3403 with gdb_test_no_output.
3404 Use command as test name.
3405
cd2ddb6c
LM
34062016-12-01 Luis Machado <lgustavo@codesourcery.com>
3407
3408 Fix test names starting with uppercase throughout the files.
3409
3410 * gdb.ada/assign_1.exp
3411 * gdb.ada/boolean_expr.exp
3412 * gdb.base/arrayidx.exp
3413 * gdb.base/del.exp
3414 * gdb.base/gcore-buffer-overflow.exp
3415 * gdb.base/testenv.exp
3416 * gdb.compile/compile.exp
3417 * gdb.python/py-framefilter-invalidarg.exp
3418 * gdb.python/py-framefilter.exp
3419
bb95117e
LM
34202016-12-01 Luis Machado <lgustavo@codesourcery.com>
3421
3422 Fix test names starting with uppercase throughout the files.
3423
3424 * gdb.ada/array_return.exp
3425 * gdb.ada/expr_delims.exp
3426 * gdb.ada/mi_dyn_arr.exp
3427 * gdb.ada/mi_interface.exp
3428 * gdb.ada/mi_var_array.exp
3429 * gdb.ada/watch_arg.exp
3430 * gdb.arch/alpha-step.exp
3431 * gdb.arch/altivec-regs.exp
3432 * gdb.arch/e500-regs.exp
3433 * gdb.arch/powerpc-d128-regs.exp
3434 * gdb.base/arrayidx.exp
3435 * gdb.base/break.exp
3436 * gdb.base/checkpoint.exp
3437 * gdb.base/debug-expr.exp
3438 * gdb.base/dmsym.exp
3439 * gdb.base/radix.exp
3440 * gdb.base/sepdebug.exp
3441 * gdb.base/testenv.exp
3442 * gdb.base/watch_thread_num.exp
3443 * gdb.base/watchpoint-cond-gone.exp
3444 * gdb.cell/break.exp
3445 * gdb.cell/ea-cache.exp
3446 * gdb.compile/compile.exp
3447 * gdb.cp/gdb2495.exp
3448 * gdb.gdb/selftest.exp
3449 * gdb.gdb/xfullpath.exp
3450 * gdb.go/hello.exp
3451 * gdb.go/integers.exp
3452 * gdb.objc/basicclass.exp
3453 * gdb.pascal/hello.exp
3454 * gdb.pascal/integers.exp
3455 * gdb.python/py-breakpoint.exp
3456 * gdb.python/py-cmd.exp
3457 * gdb.python/py-linetable.exp
3458 * gdb.python/py-xmethods.exp
3459 * gdb.python/python.exp
3460 * gdb.reverse/consecutive-precsave.exp
3461 * gdb.reverse/finish-precsave.exp
3462 * gdb.reverse/i386-precsave.exp
3463 * gdb.reverse/machinestate-precsave.exp
3464 * gdb.reverse/sigall-precsave.exp
3465 * gdb.reverse/solib-precsave.exp
3466 * gdb.reverse/step-precsave.exp
3467 * gdb.reverse/until-precsave.exp
3468 * gdb.reverse/watch-precsave.exp
3469 * gdb.threads/leader-exit.exp
3470 * gdb.threads/pthreads.exp
3471 * gdb.threads/wp-replication.exp
3472 * gdb.trace/actions.exp
3473 * gdb.trace/mi-tsv-changed.exp
3474 * gdb.trace/tsv.exp
3475
de97fdd4
LM
34762016-12-01 Luis Machado <lgustavo@codesourcery.com>
3477
3478 Fix test names starting with uppercase throughout the files.
3479
3480 * gdb.arch/i386-bp_permanent.exp
3481 * gdb.arch/i386-gnu-cfi.exp
3482 * gdb.base/disasm-end-cu.exp
3483 * gdb.base/macscp.exp
3484 * gdb.base/pending.exp
3485 * gdb.base/watch_thread_num.exp
3486 * gdb.cp/exception.exp
3487 * gdb.cp/gdb2495.exp
3488 * gdb.cp/local.exp
3489 * gdb.python/py-evsignal.exp
3490 * gdb.python/python.exp
3491 * gdb.trace/tracecmd.exp
3492
9f058c10
LM
34932016-12-01 Luis Machado <lgustavo@codesourcery.com>
3494
3495 Fix test names starting with uppercase throughout the files.
3496
3497 * gdb.base/charset.exp
3498 * gdb.base/eval.exp
3499 * gdb.base/multi-forks.exp
3500 * gdb.guile/scm-progspace.exp
3501 * gdb.opencl/datatypes.exp
3502 * gdb.python/py-block.exp
3503 * gdb.python/py-function.exp
3504 * gdb.python/py-symbol.exp
3505 * gdb.python/py-symtab.exp
3506 * gdb.python/py-xmethods.exp
3507 * gdb.reverse/break-precsave.exp
3508 * gdb.reverse/break-reverse.exp
3509 * gdb.reverse/consecutive-precsave.exp
3510 * gdb.reverse/consecutive-reverse.exp
3511 * gdb.reverse/finish-precsave.exp
3512 * gdb.reverse/finish-reverse-bkpt.exp
3513 * gdb.reverse/finish-reverse.exp
3514 * gdb.reverse/fstatat-reverse.exp
3515 * gdb.reverse/getresuid-reverse.exp
3516 * gdb.reverse/i386-precsave.exp
3517 * gdb.reverse/i386-reverse.exp
3518 * gdb.reverse/i386-sse-reverse.exp
3519 * gdb.reverse/i387-stack-reverse.exp
3520 * gdb.reverse/insn-reverse.exp
3521 * gdb.reverse/machinestate-precsave.exp
3522 * gdb.reverse/machinestate.exp
3523 * gdb.reverse/next-reverse-bkpt-over-sr.exp
3524 * gdb.reverse/pipe-reverse.exp
3525 * gdb.reverse/readv-reverse.exp
3526 * gdb.reverse/recvmsg-reverse.exp
3527 * gdb.reverse/rerun-prec.exp
3528 * gdb.reverse/s390-mvcle.exp
3529 * gdb.reverse/sigall-precsave.exp
3530 * gdb.reverse/sigall-reverse.exp
3531 * gdb.reverse/solib-precsave.exp
3532 * gdb.reverse/solib-reverse.exp
3533 * gdb.reverse/step-precsave.exp
3534 * gdb.reverse/step-reverse.exp
3535 * gdb.reverse/time-reverse.exp
3536 * gdb.reverse/until-precsave.exp
3537 * gdb.reverse/until-reverse.exp
3538 * gdb.reverse/waitpid-reverse.exp
3539 * gdb.reverse/watch-precsave.exp
3540 * gdb.reverse/watch-reverse.exp
3541
cdc7edd7
LM
35422016-12-01 Luis Machado <lgustavo@codesourcery.com>
3543
3544 Fix test names starting with uppercase throughout the files.
3545
3546 * gdb.arch/i386-mpx-simple_segv.exp
3547 * gdb.arch/i386-mpx.exp
3548 * gdb.arch/i386-permbkpt.exp
3549 * gdb.arch/pa-nullify.exp
3550 * gdb.arch/powerpc-d128-regs.exp
3551 * gdb.arch/vsx-regs.exp
3552 * gdb.base/bfp-test.exp
3553 * gdb.base/break.exp
3554 * gdb.base/breakpoint-shadow.exp
3555 * gdb.base/callfuncs.exp
3556 * gdb.base/charset.exp
3557 * gdb.base/commands.exp
3558 * gdb.base/completion.exp
3559 * gdb.base/dfp-test.exp
3560 * gdb.base/echo.exp
3561 * gdb.base/ending-run.exp
3562 * gdb.base/eval.exp
3563 * gdb.base/expand-psymtabs.exp
3564 * gdb.base/float128.exp
3565 * gdb.base/floatn.exp
3566 * gdb.base/foll-exec-mode.exp
3567 * gdb.base/gdb1056.exp
3568 * gdb.base/gdb11531.exp
3569 * gdb.base/kill-after-signal.exp
3570 * gdb.base/multi-forks.exp
3571 * gdb.base/overlays.exp
3572 * gdb.base/pending.exp
3573 * gdb.base/sepdebug.exp
3574 * gdb.base/testenv.exp
3575 * gdb.base/valgrind-db-attach.exp
3576 * gdb.base/watch_thread_num.exp
3577 * gdb.base/watchpoint-cond-gone.exp
3578 * gdb.base/watchpoint.exp
3579 * gdb.base/watchpoints.exp
3580 * gdb.cp/arg-reference.exp
3581 * gdb.cp/baseenum.exp
3582 * gdb.cp/operator.exp
3583 * gdb.cp/shadow.exp
3584 * gdb.dwarf2/dw2-op-out-param.exp
3585 * gdb.dwarf2/dw2-reg-undefined.exp
3586 * gdb.go/chan.exp
3587 * gdb.go/hello.exp
3588 * gdb.go/integers.exp
3589 * gdb.go/methods.exp
3590 * gdb.go/package.exp
3591 * gdb.guile/scm-parameter.exp
3592 * gdb.guile/scm-progspace.exp
3593 * gdb.guile/scm-value.exp
3594 * gdb.mi/mi-pending.exp
3595 * gdb.mi/user-selected-context-sync.exp
3596 * gdb.multi/multi-attach.exp
3597 * gdb.multi/tids.exp
3598 * gdb.opt/clobbered-registers-O2.exp
3599 * gdb.pascal/floats.exp
3600 * gdb.pascal/integers.exp
3601 * gdb.python/py-block.exp
3602 * gdb.python/py-events.exp
3603 * gdb.python/py-parameter.exp
3604 * gdb.python/py-symbol.exp
3605 * gdb.python/py-symtab.exp
3606 * gdb.python/py-type.exp
3607 * gdb.python/py-value.exp
3608 * gdb.python/py-xmethods.exp
3609 * gdb.python/python.exp
3610 * gdb.reverse/break-precsave.exp
3611 * gdb.reverse/consecutive-precsave.exp
3612 * gdb.reverse/finish-precsave.exp
3613 * gdb.reverse/i386-precsave.exp
3614 * gdb.reverse/machinestate-precsave.exp
3615 * gdb.reverse/sigall-precsave.exp
3616 * gdb.reverse/solib-precsave.exp
3617 * gdb.reverse/step-precsave.exp
3618 * gdb.reverse/until-precsave.exp
3619 * gdb.reverse/watch-precsave.exp
3620 * gdb.server/ext-attach.exp
3621 * gdb.server/ext-restart.exp
3622 * gdb.server/ext-run.exp
3623 * gdb.server/ext-wrapper.exp
3624 * gdb.stabs/gdb11479.exp
3625 * gdb.stabs/weird.exp
3626 * gdb.threads/attach-many-short-lived-threads.exp
3627 * gdb.threads/kill.exp
3628 * gdb.threads/watchpoint-fork.exp
3629
bc6c7af4
LM
36302016-12-01 Luis Machado <lgustavo@codesourcery.com>
3631
3632 Fix test names starting with uppercase throughout all the files below.
3633
3634 * gdb.ada/array_return.exp
3635 * gdb.ada/catch_ex.exp
3636 * gdb.ada/info_exc.exp
3637 * gdb.ada/mi_catch_ex.exp
3638 * gdb.ada/mi_dyn_arr.exp
3639 * gdb.ada/mi_ex_cond.exp
3640 * gdb.ada/mi_exc_info.exp
3641 * gdb.ada/mi_interface.exp
3642 * gdb.ada/mi_task_arg.exp
3643 * gdb.ada/mi_task_info.exp
3644 * gdb.ada/mi_var_array.exp
3645 * gdb.arch/alpha-step.exp
3646 * gdb.arch/amd64-disp-step.exp
3647 * gdb.arch/arm-disp-step.exp
3648 * gdb.arch/disp-step-insn-reloc.exp
3649 * gdb.arch/e500-prologue.exp
3650 * gdb.arch/ftrace-insn-reloc.exp
3651 * gdb.arch/gdb1558.exp
3652 * gdb.arch/i386-bp_permanent.exp
3653 * gdb.arch/i386-disp-step.exp
3654 * gdb.arch/i386-float.exp
3655 * gdb.arch/i386-gnu-cfi.exp
3656 * gdb.arch/ia64-breakpoint-shadow.exp
3657 * gdb.arch/mips16-thunks.exp
3658 * gdb.arch/pa-nullify.exp
3659 * gdb.arch/powerpc-aix-prologue.exp
3660 * gdb.arch/powerpc-power.exp
3661 * gdb.arch/ppc-dfp.exp
3662 * gdb.arch/s390-tdbregs.exp
3663 * gdb.arch/spu-info.exp
3664 * gdb.arch/spu-ls.exp
3665 * gdb.arch/thumb-bx-pc.exp
3666 * gdb.base/advance.exp
3667 * gdb.base/annota-input-while-running.exp
3668 * gdb.base/arrayidx.exp
3669 * gdb.base/asmlabel.exp
3670 * gdb.base/async.exp
3671 * gdb.base/attach-wait-input.exp
3672 * gdb.base/auto-connect-native-target.exp
3673 * gdb.base/batch-preserve-term-settings.exp
3674 * gdb.base/bfp-test.exp
3675 * gdb.base/bigcore.exp
3676 * gdb.base/bp-permanent.exp
3677 * gdb.base/break-always.exp
3678 * gdb.base/break-fun-addr.exp
3679 * gdb.base/break-idempotent.exp
3680 * gdb.base/break-main-file-remove-fail.exp
3681 * gdb.base/break-probes.exp
3682 * gdb.base/break-unload-file.exp
3683 * gdb.base/break.exp
3684 * gdb.base/call-ar-st.exp
3685 * gdb.base/call-rt-st.exp
3686 * gdb.base/call-sc.exp
3687 * gdb.base/call-signal-resume.exp
3688 * gdb.base/call-strs.exp
3689 * gdb.base/callexit.exp
3690 * gdb.base/callfuncs.exp
3691 * gdb.base/catch-gdb-caused-signals.exp
3692 * gdb.base/catch-signal-siginfo-cond.exp
3693 * gdb.base/catch-syscall.exp
3694 * gdb.base/compare-sections.exp
3695 * gdb.base/cond-eval-mode.exp
3696 * gdb.base/condbreak-call-false.exp
3697 * gdb.base/consecutive-step-over.exp
3698 * gdb.base/cursal.exp
3699 * gdb.base/disabled-location.exp
3700 * gdb.base/disasm-end-cu.exp
3701 * gdb.base/display.exp
3702 * gdb.base/double-prompt-target-event-error.exp
3703 * gdb.base/dprintf-bp-same-addr.exp
3704 * gdb.base/dprintf-detach.exp
3705 * gdb.base/dprintf-next.exp
3706 * gdb.base/dprintf-non-stop.exp
3707 * gdb.base/dprintf-pending.exp
3708 * gdb.base/dso2dso.exp
3709 * gdb.base/ending-run.exp
3710 * gdb.base/enum_cond.exp
3711 * gdb.base/examine-backward.exp
3712 * gdb.base/exe-lock.exp
3713 * gdb.base/exec-invalid-sysroot.exp
3714 * gdb.base/execl-update-breakpoints.exp
3715 * gdb.base/execution-termios.exp
3716 * gdb.base/fileio.exp
3717 * gdb.base/fixsection.exp
3718 * gdb.base/foll-exec-mode.exp
3719 * gdb.base/foll-exec.exp
3720 * gdb.base/fork-running-state.exp
3721 * gdb.base/frame-args.exp
3722 * gdb.base/fullpath-expand.exp
3723 * gdb.base/func-ptr.exp
3724 * gdb.base/gcore-relro-pie.exp
3725 * gdb.base/gdb1090.exp
3726 * gdb.base/gdb1555.exp
3727 * gdb.base/global-var-nested-by-dso.exp
3728 * gdb.base/gnu-ifunc.exp
3729 * gdb.base/hbreak-in-shr-unsupported.exp
3730 * gdb.base/hbreak-unmapped.exp
3731 * gdb.base/hook-stop.exp
3732 * gdb.base/infcall-input.exp
3733 * gdb.base/info-fun.exp
3734 * gdb.base/info-shared.exp
3735 * gdb.base/interrupt-noterm.exp
3736 * gdb.base/jit-so.exp
3737 * gdb.base/jit.exp
3738 * gdb.base/line-symtabs.exp
3739 * gdb.base/list.exp
3740 * gdb.base/longjmp.exp
3741 * gdb.base/macscp.exp
3742 * gdb.base/max-value-size.exp
3743 * gdb.base/nodebug.exp
3744 * gdb.base/nofield.exp
3745 * gdb.base/overlays.exp
3746 * gdb.base/paginate-after-ctrl-c-running.exp
3747 * gdb.base/paginate-bg-execution.exp
3748 * gdb.base/paginate-inferior-exit.exp
3749 * gdb.base/pending.exp
3750 * gdb.base/pr11022.exp
3751 * gdb.base/printcmds.exp
3752 * gdb.base/ptr-typedef.exp
3753 * gdb.base/ptype.exp
3754 * gdb.base/randomize.exp
3755 * gdb.base/range-stepping.exp
3756 * gdb.base/realname-expand.exp
3757 * gdb.base/relativedebug.exp
3758 * gdb.base/remote.exp
3759 * gdb.base/savedregs.exp
3760 * gdb.base/sepdebug.exp
3761 * gdb.base/set-noassign.exp
3762 * gdb.base/shlib-call.exp
3763 * gdb.base/shreloc.exp
3764 * gdb.base/sigaltstack.exp
3765 * gdb.base/sigbpt.exp
3766 * gdb.base/siginfo-addr.exp
3767 * gdb.base/siginfo-obj.exp
3768 * gdb.base/siginfo-thread.exp
3769 * gdb.base/signest.exp
3770 * gdb.base/signull.exp
3771 * gdb.base/sigrepeat.exp
3772 * gdb.base/skip.exp
3773 * gdb.base/so-impl-ld.exp
3774 * gdb.base/solib-corrupted.exp
3775 * gdb.base/solib-disc.exp
3776 * gdb.base/solib-display.exp
3777 * gdb.base/solib-overlap.exp
3778 * gdb.base/solib-search.exp
3779 * gdb.base/solib-symbol.exp
3780 * gdb.base/source-execution.exp
3781 * gdb.base/sss-bp-on-user-bp-2.exp
3782 * gdb.base/sss-bp-on-user-bp.exp
3783 * gdb.base/stack-checking.exp
3784 * gdb.base/stale-infcall.exp
3785 * gdb.base/step-break.exp
3786 * gdb.base/step-line.exp
3787 * gdb.base/step-over-exit.exp
3788 * gdb.base/step-test.exp
3789 * gdb.base/structs.exp
3790 * gdb.base/sym-file.exp
3791 * gdb.base/symtab-search-order.exp
3792 * gdb.base/term.exp
3793 * gdb.base/type-opaque.exp
3794 * gdb.base/unload.exp
3795 * gdb.base/until-nodebug.exp
3796 * gdb.base/until.exp
3797 * gdb.base/unwindonsignal.exp
3798 * gdb.base/watch-cond.exp
3799 * gdb.base/watch-non-mem.exp
3800 * gdb.base/watch_thread_num.exp
3801 * gdb.base/watchpoint-reuse-slot.exp
3802 * gdb.base/watchpoint-solib.exp
3803 * gdb.base/watchpoint.exp
3804 * gdb.btrace/dlopen.exp
3805 * gdb.cell/arch.exp
3806 * gdb.cell/break.exp
3807 * gdb.cell/bt.exp
3808 * gdb.cell/core.exp
3809 * gdb.cell/data.exp
3810 * gdb.cell/dwarfaddr.exp
3811 * gdb.cell/ea-cache.exp
3812 * gdb.cell/ea-standalone.exp
3813 * gdb.cell/ea-test.exp
3814 * gdb.cell/f-regs.exp
3815 * gdb.cell/fork.exp
3816 * gdb.cell/gcore.exp
3817 * gdb.cell/mem-access.exp
3818 * gdb.cell/ptype.exp
3819 * gdb.cell/registers.exp
3820 * gdb.cell/sizeof.exp
3821 * gdb.cell/solib-symbol.exp
3822 * gdb.cell/solib.exp
3823 * gdb.compile/compile-tls.exp
3824 * gdb.cp/exception.exp
3825 * gdb.cp/gdb2495.exp
3826 * gdb.cp/local.exp
3827 * gdb.cp/mb-inline.exp
3828 * gdb.cp/mb-templates.exp
3829 * gdb.cp/pr10687.exp
3830 * gdb.cp/pr9167.exp
3831 * gdb.cp/scope-err.exp
3832 * gdb.cp/templates.exp
3833 * gdb.cp/virtfunc.exp
3834 * gdb.dwarf2/dw2-dir-file-name.exp
3835 * gdb.dwarf2/dw2-single-line-discriminators.exp
3836 * gdb.fortran/complex.exp
3837 * gdb.fortran/library-module.exp
3838 * gdb.guile/guile.exp
3839 * gdb.guile/scm-cmd.exp
3840 * gdb.guile/scm-frame-inline.exp
3841 * gdb.guile/scm-objfile.exp
3842 * gdb.guile/scm-pretty-print.exp
3843 * gdb.guile/scm-symbol.exp
3844 * gdb.guile/scm-type.exp
3845 * gdb.guile/scm-value.exp
3846 * gdb.linespec/keywords.exp
3847 * gdb.linespec/ls-errs.exp
3848 * gdb.linespec/macro-relative.exp
3849 * gdb.linespec/thread.exp
3850 * gdb.mi/mi-breakpoint-changed.exp
3851 * gdb.mi/mi-dprintf-pending.exp
3852 * gdb.mi/mi-fullname-deleted.exp
3853 * gdb.mi/mi-logging.exp
3854 * gdb.mi/mi-pending.exp
3855 * gdb.mi/mi-solib.exp
3856 * gdb.mi/new-ui-mi-sync.exp
3857 * gdb.mi/user-selected-context-sync.exp
3858 * gdb.multi/dummy-frame-restore.exp
3859 * gdb.multi/multi-arch-exec.exp
3860 * gdb.multi/remove-inferiors.exp
3861 * gdb.multi/watchpoint-multi-exit.exp
3862 * gdb.opt/solib-intra-step.exp
3863 * gdb.perf/backtrace.exp
3864 * gdb.perf/single-step.exp
3865 * gdb.perf/skip-command.exp
3866 * gdb.perf/skip-prologue.exp
3867 * gdb.perf/solib.exp
3868 * gdb.python/lib-types.exp
3869 * gdb.python/py-as-string.exp
3870 * gdb.python/py-bad-printers.exp
3871 * gdb.python/py-block.exp
3872 * gdb.python/py-breakpoint.exp
3873 * gdb.python/py-cmd.exp
3874 * gdb.python/py-events.exp
3875 * gdb.python/py-evthreads.exp
3876 * gdb.python/py-finish-breakpoint.exp
3877 * gdb.python/py-finish-breakpoint2.exp
3878 * gdb.python/py-frame-inline.exp
3879 * gdb.python/py-frame.exp
3880 * gdb.python/py-inferior.exp
3881 * gdb.python/py-infthread.exp
3882 * gdb.python/py-mi.exp
3883 * gdb.python/py-objfile.exp
3884 * gdb.python/py-pp-maint.exp
3885 * gdb.python/py-pp-registration.exp
3886 * gdb.python/py-prettyprint.exp
3887 * gdb.python/py-recurse-unwind.exp
3888 * gdb.python/py-shared.exp
3889 * gdb.python/py-symbol.exp
3890 * gdb.python/py-symtab.exp
3891 * gdb.python/py-template.exp
3892 * gdb.python/py-type.exp
3893 * gdb.python/py-unwind-maint.exp
3894 * gdb.python/py-unwind.exp
3895 * gdb.python/py-value.exp
3896 * gdb.python/python.exp
3897 * gdb.reverse/finish-reverse-bkpt.exp
3898 * gdb.reverse/insn-reverse.exp
3899 * gdb.reverse/next-reverse-bkpt-over-sr.exp
3900 * gdb.reverse/solib-precsave.exp
3901 * gdb.reverse/solib-reverse.exp
3902 * gdb.stabs/gdb11479.exp
3903 * gdb.stabs/weird.exp
3904 * gdb.threads/fork-child-threads.exp
3905 * gdb.threads/fork-plus-threads.exp
3906 * gdb.threads/fork-thread-pending.exp
3907 * gdb.threads/forking-threads-plus-breakpoint.exp
3908 * gdb.threads/hand-call-in-threads.exp
3909 * gdb.threads/interrupted-hand-call.exp
3910 * gdb.threads/linux-dp.exp
3911 * gdb.threads/local-watch-wrong-thread.exp
3912 * gdb.threads/next-while-other-thread-longjmps.exp
3913 * gdb.threads/non-ldr-exit.exp
3914 * gdb.threads/pending-step.exp
3915 * gdb.threads/print-threads.exp
3916 * gdb.threads/process-dies-while-detaching.exp
3917 * gdb.threads/process-dies-while-handling-bp.exp
3918 * gdb.threads/pthreads.exp
3919 * gdb.threads/queue-signal.exp
3920 * gdb.threads/reconnect-signal.exp
3921 * gdb.threads/signal-command-handle-nopass.exp
3922 * gdb.threads/signal-command-multiple-signals-pending.exp
3923 * gdb.threads/signal-delivered-right-thread.exp
3924 * gdb.threads/signal-sigtrap.exp
3925 * gdb.threads/sigthread.exp
3926 * gdb.threads/staticthreads.exp
3927 * gdb.threads/stepi-random-signal.exp
3928 * gdb.threads/thread-unwindonsignal.exp
3929 * gdb.threads/thread_check.exp
3930 * gdb.threads/thread_events.exp
3931 * gdb.threads/tid-reuse.exp
3932 * gdb.threads/tls-nodebug.exp
3933 * gdb.threads/tls-shared.exp
3934 * gdb.threads/tls-so_extern.exp
3935 * gdb.threads/tls.exp
3936 * gdb.threads/wp-replication.exp
3937 * gdb.trace/actions-changed.exp
3938 * gdb.trace/actions.exp
3939 * gdb.trace/backtrace.exp
3940 * gdb.trace/change-loc.exp
3941 * gdb.trace/collection.exp
3942 * gdb.trace/deltrace.exp
3943 * gdb.trace/disconnected-tracing.exp
3944 * gdb.trace/entry-values.exp
3945 * gdb.trace/ftrace-lock.exp
3946 * gdb.trace/ftrace.exp
3947 * gdb.trace/infotrace.exp
3948 * gdb.trace/mi-trace-frame-collected.exp
3949 * gdb.trace/mi-trace-unavailable.exp
3950 * gdb.trace/mi-traceframe-changed.exp
3951 * gdb.trace/mi-tracepoint-changed.exp
3952 * gdb.trace/mi-tsv-changed.exp
3953 * gdb.trace/no-attach-trace.exp
3954 * gdb.trace/packetlen.exp
3955 * gdb.trace/passc-dyn.exp
3956 * gdb.trace/passcount.exp
3957 * gdb.trace/pending.exp
3958 * gdb.trace/pr16508.exp
3959 * gdb.trace/qtro.exp
3960 * gdb.trace/range-stepping.exp
3961 * gdb.trace/read-memory.exp
3962 * gdb.trace/report.exp
3963 * gdb.trace/save-trace.exp
3964 * gdb.trace/signal.exp
3965 * gdb.trace/stap-trace.exp
3966 * gdb.trace/status-stop.exp
3967 * gdb.trace/strace.exp
3968 * gdb.trace/tfile.exp
3969 * gdb.trace/tfind.exp
3970 * gdb.trace/trace-break.exp
3971 * gdb.trace/trace-condition.exp
3972 * gdb.trace/trace-enable-disable.exp
3973 * gdb.trace/trace-mt.exp
3974 * gdb.trace/tracecmd.exp
3975 * gdb.trace/tracefile-pseudo-reg.exp
3976 * gdb.trace/tspeed.exp
3977 * gdb.trace/tstatus.exp
3978 * gdb.trace/tsv.exp
3979 * gdb.trace/unavailable.exp
3980 * gdb.trace/while-dyn.exp
3981 * gdb.trace/while-stepping.exp
3982 * lib/gdb-guile.exp
3983 * lib/gdb.exp
3984 * lib/mi-support.exp
3985 * lib/pascal.exp
3986 * lib/perftest.exp
3987 * lib/prelink-support.exp
3988 * lib/selftest-support.exp
3989
ad02e4fe
SM
39902016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
3991
3992 * Makefile.in: Include disable-implicit-rules.mk.
3993
22347e55
AA
39942016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
3995
3996 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
3997 non-byte-aligned bit fields.
3998
da5b30da
AA
39992016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4000
4001 PR gdb/12616
4002 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
4003 respects the DW_AT_data_bit_offset attribute.
4004
b593ecca
SM
40052016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
4006
4007 * gdb.base/default.exp: Fix output of "set language".
4008
3b165252
SM
40092016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
4010
4011 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
4012 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
4013 make.
4014 * configure.ac: Remove checks for the make program.
4015 * configure: Re-generate.
4016
1a2f3d7f
KB
40172016-11-16 Kevin Buettner <kevinb@redhat.com>
4018
4019 * gdb.python/py-recurse-unwind.c (main): Add loop.
4020 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
4021 to read_register() and gdb.parse_and_eval(). Make each code
4022 call a separate case that can be individually tested.
4023 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
4024 proc. Call cont_and_backtrace for each of the code paths that
4025 we want to test in the unwinder.
4026
b7f38fda
AA
40272016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
4028
4029 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
4030 the definition of struct S.
4031
1f8db343
CM
40322016-11-11 Catherine Moore <clm@codesourcery.com>
4033
4034 * gdb.base/dump.exp: Identify verilog format dump tests as such.
4035
fad0c9fb
PA
40362016-11-09 Pedro Alves <palves@redhat.com>
4037
4038 * gdb.base/commands.exp (runto_or_return): New procedure.
4039 (gdbvar_simple_if_test, gdbvar_simple_while_test)
4040 (gdbvar_complex_if_while_test, progvar_simple_if_test)
4041 (progvar_simple_while_test, progvar_complex_if_while_test)
4042 (if_while_breakpoint_command_test)
4043 (infrun_breakpoint_command_test, breakpoint_command_test)
4044 (user_defined_command_test, watchpoint_command_test)
4045 (test_command_prompt_position, redefine_hook_test)
4046 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
4047 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
4048 multi_line_input and multi_line. Remove gdb_expect and
4049 gdb_stop_suppressing_tests uses.
4050 * lib/gdb.exp (valnum_re): New global.
4051 (multi_line_input): New procedure.
4052
8354c62c
SM
40532016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
4054
4055 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
4056 Remove.
4057 (test_setup): Define with proc_with_prefix.
4058 (test_cli_inferior): Likewise.
4059 (test_cli_thread): Likewise.
4060 (test_cli_frame): Likewise.
4061 (test_cli_select_frame): Likewise.
4062 (test_cli_up_down): Likewise.
4063 (test_mi_thread_select): Likewise.
4064 (test_mi_stack_select_frame): Likewise.
4065 (test_cli_in_mi_inferior): Likewise.
4066 (test_cli_in_mi_thread): Likewise.
4067 (test_cli_in_mi_frame): Likewise.
4068 (top level): Do not use with_test_prefix_procname.
4069
64f367a2
PA
40702016-11-09 Pedro Alves <palves@redhat.com>
4071
4072 * gdb.base/commands.exp (gdbvar_simple_if_test)
4073 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
4074 (progvar_simple_if_test, progvar_simple_while_test)
4075 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
4076 (infrun_breakpoint_command_test, breakpoint_command_test)
4077 (user_defined_command_test, watchpoint_command_test)
4078 (test_command_prompt_position, deprecated_command_test)
4079 (bp_deleted_in_command, temporary_breakpoint_commands)
4080 (stray_arg0_test, source_file_with_indented_comment)
4081 (recursive_source_test, if_commands_test)
4082 (error_clears_commands_left, redefine_hook_test)
4083 (redefine_backtrace_test): Use proc_with_prefix.
4084 * lib/gdb.exp (proc_with_prefix): New proc.
4085
0bb65f1e
AA
40862016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
4087
4088 * gdb.base/tui-layout.c: New file.
4089 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
4090 disassembly window contains very long lines.
4091
7353f247
TT
40922016-11-08 Tom Tromey <tom@tromey.com>
4093
4094 * gdb.python/py-value.exp (test_value_creation): Make "long" test
4095 depend on Python 2.
4096
30a7bb83
TT
40972016-11-08 Tom Tromey <tom@tromey.com>
4098
4099 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
4100 New method.
4101
cdf5a07c
MG
41022016-10-29 Manish Goregaokar <manish@mozilla.com>
4103
2806dc7e 4104 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 4105
51a789c3
MG
41062016-10-27 Manish Goregaokar <manish@mozilla.com>
4107
2806dc7e
PA
4108 * gdb.rust/simple.rs: Add test for univariant enums without
4109 discriminants and for encoded struct-like enums.
51a789c3 4110
f610ab6d
PA
41112016-10-28 Pedro Alves <palves@redhat.com>
4112
4113 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
4114 gdb_test_multiple, tighten regexps and match symtabs and line
4115 tables incrementally.
4116
b129b0ca
LM
41172016-10-28 Luis Machado <lgustavo@codesourcery.com>
4118
4119 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
4120 general.
4121
ecf45d2c
SL
41222016-10-25 Luis Machado <lgustavo@codesourcery.com>
4123
4124 * gdb.base/exec-invalid-sysroot.exp: New file.
4125
b8d38ee4
JK
41262016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4127
4128 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
4129
f90fd8c2
JK
41302016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4131
4132 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
4133
2d2476aa
MR
41342016-10-19 Maciej W. Rozycki <macro@imgtec.com>
4135
2806dc7e
PA
4136 * gdb.base/killed-outside.exp: Remove $options from a call to
4137 `prepare_for_testing'.
2d2476aa 4138
e42b25a0
SM
41392016-10-17 Simon Marchi <simon.marchi@ericsson.com>
4140
4141 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
4142 Change test message.
4143
3ccdb432
SM
41442016-10-17 Simon Marchi <simon.marchi@ericsson.com>
4145
4146 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
4147 Update comment.
4148
5bad3170
SM
41492016-10-17 Simon Marchi <simon.marchi@ericsson.com>
4150
4151 * gdb.trace/mi-trace-save.exp: New file.
4152
5ad9dba7
YQ
41532016-10-13 Yao Qi <yao.qi@linaro.org>
4154
4155 * gdb.base/code_elim.exp (get_var_address): Remove.
4156 * gdb.base/relocate.exp: Likewise.
4157 * gdb.base/shreloc.exp: Likewise.
4158 * lib/gdb.exp (get_var_address): New.
4159
62df7e21
YQ
41602016-10-13 Yao Qi <yao.qi@linaro.org>
4161
4162 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
4163 floating point tests if $skip_float_test is false.
4164
4dac951e
LM
41652016-10-12 Luis Machado <lgustavo@codesourcery.com>
4166
4167 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
4168 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
4169 argc values.
4170 Add 1 to argc so we guarantee distinct initial/modified argc values.
4171
8f1a8fc4
JK
41722016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4173
4174 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
4175
16c85b5d
JK
41762016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4177
4178 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
4179 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
4180 * gdb.arch/vsx-regs.exp: Likewise.
4181
1d0e042a
YQ
41822016-10-07 Yao Qi <yao.qi@linaro.org>
4183
4184 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
4185
68dadef5
MM
41862016-10-07 Markus Metzger <markus.t.metzger@intel.com>
4187
4188 * gdb.python/python.exp: Test decode_line("*0").
4189
33fa2c6e
DE
41902016-10-06 Doug Evans <dje@google.com>
4191
4192 * gdb.python/py-value.exp (test_value_creation): Add test for large
4193 unsigned 64-bit value.
4194
9c37b5ae
TT
41952016-10-06 Tom Tromey <tom@tromey.com>
4196
4197 * gdb.compile/compile.exp: Change java tests to rust.
4198 * gdb.base/setshow.exp: Change java tests to rust.
4199 * gdb.base/default.exp: Remove java from language list.
4200 * README (Examples): Update language example.
4201 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
4202 test.
4203 * lib/gdb.exp (skip_java_tests): Remove.
4204 * lib/java.exp: Remove.
4205 * gdb.java: Remove.
4206
78b86327
MR
42072016-10-06 Maciej W. Rozycki <macro@imgtec.com>
4208
4209 * gdb.arch/mips-fcr.exp: New test.
4210 * gdb.arch/mips-fcr.c: Source for the new test.
4211
7470adbb
MR
42122016-10-06 Maciej W. Rozycki <macro@imgtec.com>
4213
4214 * gdb.base/solib-disc.exp: Use `standard_output_file'
4215 throughout.
4216
4a556533
PA
42172016-10-06 Pedro Alves <palves@redhat.com>
4218
4219 * gdb.base/jit-simple-dl.c: New file.
4220 * gdb.base/jit-simple-jit.c: New file, factored out from ...
4221 * gdb.base/jit-simple.c: ... this.
4222 * gdb.base/jit-simple.exp (jit_run): Delete.
4223 (build_jit): New proc.
4224 (jit_test_reread): Recompile either the main program or the shared
4225 library, depending on what is being tested. Skip changing address
4226 if caller wants to. Compare before/after addresses. If testing
4227 standalone, explicitly load the binary. Test "maint info
4228 breakpoints".
4229 (top level): Add "standalone vs shared lib" and "change address"
4230 vs "same address" axes.
4231
5a122fbc
PA
42322016-10-06 Pedro Alves <palves@redhat.com>
4233
4234 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
4235 call.
4236 (jit_run): Delete.
4237 (jit_test_reread): Use with_test_prefix. Reload the main binary
4238 explicitly. Compare the before/after addresses of the JIT
4239 descriptor.
4240
ee8da4b8
DE
42412016-08-15 Doug Evans <dje@google.com>
4242
4243 * gdb.xml/extra-regs.xml: Update, end field now required, default type
4244 for single bitfields is bool.
4245 * gdb.xml/tdesc-regs.exp: Ditto.
4246
f389f6fe
JK
42472016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4248
4249 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
4250
fdebf1a4
YQ
42512016-10-05 Yao Qi <yao.qi@linaro.org>
4252
4253 * lib/gdb.exp (support_complex_tests): Return zero if
4254 gdb_skip_float_test return true.
4255
9c36d954 42562016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 4257 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
4258
4259 PR gdb/20487
4260 * gdb.mi/user-selected-context-sync.exp: New file.
4261 * gdb.mi/user-selected-context-sync.c: New file.
4262
4034d0ff 42632016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 4264 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
4265
4266 PR gdb/20487
4267 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
4268 =thread-select-event check.
4269
a4297203
PB
42702016-09-29 Peter Bergner <bergner@vnet.ibm.com>
4271
4272 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
4273 the compulsory L operand changes.
4274 * gdb.arch/powerpc-power.s: Likewise.
4275
bb805577
JK
42762016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4277
4278 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
4279 * gdb.base/jit-attach-pie.c: New file.
4280 * gdb.base/jit-attach-pie.exp: New file.
4281
6d61dee5
PA
42822016-09-28 Pedro Alves <palves@redhat.com>
4283
4284 * gdb.base/infcall-input.c: New file.
4285 * gdb.base/infcall-input.exp: New file.
4286
f73842fc
YQ
42872016-09-22 Yao Qi <yao.qi@linaro.org>
4288
4289 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
4290 (gdb_exit): Rename it to ...
4291 (gdbserver_gdb_exit): ... Close GDBserver.
4292 (gdb_exit): New proc, call gdbserver_gdb_exit.
4293 (mi_gdb_exit): Likewise.
4294
90681dab
YQ
42952016-09-22 Yao Qi <yao.qi@linaro.org>
4296
4297 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
4298 path.
4299 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
4300 Remove duplication.
4301
9c211fd8
YQ
43022016-09-22 Yao Qi <yao.qi@linaro.org>
4303
4304 * lib/gdbserver-support.exp: Check the existence of
4305 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
4306
ad0a504f
AK
43072016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
4308
4309 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
4310
36cf1806
TT
43112016-09-21 Tom Tromey <tom@tromey.com>
4312
4313 PR gdb/20604:
4314 * gdb.base/quit.exp: New file.
4315
74172ecf
SM
43162016-09-21 Simon Marchi <simon.marchi@ericsson.com>
4317
4318 * .gitignore: New file.
4319
3d0ec882
MR
43202016-09-21 Maciej W. Rozycki <macro@imgtec.com>
4321
4322 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
4323 throughout.
4324
8193adea
AA
43252016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4326
4327 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
4328
d41a5c09
JK
43292016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4330
4331 * gdb.cp/casts.cc (decltype): Move it ...
4332 (main): ... with its call to ...
4333 * gdb.cp/casts03.cc: ... a new file.
4334 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
4335
d2dfe700
JK
43362016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4337
4338 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
4339
e2a92b16
PB
43402016-09-15 Peter Bergner <bergner@vnet.ibm.com>
4341
4342 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
4343 and sync up the test with tests in gas/testsuite/gas/ppc.
4344 * gdb.arch/powerpc-power.exp: Likewise.
4345
49b4de64
JK
43462016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4347
4348 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
4349
2c29df25
SDJ
43502016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
4351 Jan Kratochvil <jan.kratochvil@redhat.com>
4352
4353 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
4354 make m1's definition to be different from m2's. Use 'dummy' as an
4355 argument for probe 'two'.
4356
cc3c2846
JB
43572016-09-10 Jon Beniston <jon@beniston.com>
4358
4359 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
4360 for sim target.
4361
e1b2624a
AA
43622016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
4363
4364 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
4365 variable declaration.
4366 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
4367 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
4368 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
4369 received HWCAP as its argument.
4370
4295e285
PA
43712016-09-06 Pedro Alves <palves@redhat.com>
4372
4373 * gdb.base/new-ui-pending-input.c: New file.
4374 * gdb.base/new-ui-pending-input.exp: New file.
4375 * gdb.exp (clear_gdb_spawn_id): New procedure.
4376 (with_spawn_id): Check whether gdb_spawn_id exists before
4377 referencing it. If gdb_spawn_id didn't exist on entry, clear it
4378 on exit.
4379
00d5215e
UW
43802016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
4381
4382 * gdb.base/float128.c: New file.
4383 * gdb.base/float128.exp: Likewise.
4384 * gdb.base/floatn.c: Likewise.
4385 * gdb.base/floatn.exp: Likewise.
4386
a9ff5f12
UW
43872016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
4388
4389 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
4390
f245535c
PA
43912016-09-05 Pedro Alves <palves@redhat.com>
4392
4393 PR backtrace/19927
4394 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
4395 unwinders are immediately called as side effect of "source" or
4396 "disable unwinder" commands.
4397 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
4398
ae9cf263
YQ
43992016-09-02 Yao Qi <yao.qi@linaro.org>
4400
4401 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
4402 is true and $type is "float" or "double".
4403
27aba047
YQ
44042016-09-02 Yao Qi <yao.qi@linaro.org>
4405
4406 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
4407 true.
4408 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
4409 * gdb.base/call-rt-st.exp: Likewise.
4410 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
4411 return value instead of gdb,skip_float_test.
4412 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
4413 (do_function_calls): Use its return value instead of
4414 gdb,skip_float_test.
4415 * gdb.base/finish.exp: Likewise.
4416 * gdb.base/funcargs.exp: Likewise.
4417 * gdb.base/return.exp: Likewise.
4418 * gdb.base/return2.exp: Likewise.
4419 * gdb.base/varargs.exp: Likewise.
4420 * lib/gdb.exp (gdb_skip_float_test): Change it to
4421 gdb_caching_proc. Detect the broken ptrace on arm-linux.
4422
5af962df
AA
44232016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
4424
4425 * gdb.multi/tids.exp: Test "thread apply all".
4426
7fac6910
JK
44272016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4428
4429 * gdb.base/default.exp (tty): Remove.
4430
bb1fe4ac
KB
44312016-08-24 Kevin Buettner <kevinb@redhat.com>
4432
2806dc7e
PA
4433 * gdb.python/py-recurse-unwind.c: New file.
4434 * gdb.python/py-recurse-unwind.py: New file.
4435 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 4436
0a1ddfa6
SM
44372016-08-24 Simon Marchi <simon.marchi@ericsson.com>
4438
4439 * gdb.base/set-inferior-tty.exp: New file.
4440 * gdb.base/set-inferior-tty.c: New file.
4441
d9de1fe3
PA
44422016-08-23 Pedro Alves <palves@redhat.com>
4443
4444 PR gdb/20494
4445 * gdb.base/new-ui-echo.c: New file.
4446 * gdb.base/new-ui-echo.exp: New file.
4447
e9d9abd7
YQ
44482016-08-23 Yao Qi <yao.qi@linaro.org>
4449
4450 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
4451 gdbserver_spawn.
4452 * gdb.server/connect-without-multi-process.exp (do_test):
4453 Likewise.
4454
3589529e
YQ
44552016-08-23 Yao Qi <yao.qi@linaro.org>
4456
4457 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
4458 standalone_txt. Delete gdb_txt and standalone_txt on host
4459 and target. Spawn the binary on target. Copy files from
4460 target to host.
4461
6bb90213
PA
44622016-08-22 Pedro Alves <palves@redhat.com>
4463
4464 PR gdb/20505
4465 * gdb.base/vdso-warning.exp: Test core dumps too. Use
4466 with_test_prefix. Factor out bits to ...
4467 (test_no_vdso): ... this new procedure.
4468
20c2c024
CL
44692016-08-19 Carl Love <cel@us.ibm.com>
4470
4471 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
4472 maintaining separate logic for constructing the output path.
4473 * gdb.arch/powerpc-d128-regs.exp: Likewise.
4474 * gdb.arch/ppc-dfp.exp: Likewise.
4475 * gdb.arch/ppc-fp.exp: Likewise.
4476 * gdb.arch/vsx-regs.exp: Likewise.
4477 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
4478 binprefix for generating the additional binary files.
4479
0646e07d
PA
44802016-08-19 Pedro Alves <palves@redhat.com>
4481
4482 * gdb.trace/mi-trace-frame-collected.exp
4483 (test_trace_frame_collected): On x32, expect two registers.
4484
46da9242
CL
44852016-08-18 Carl Love <cel@us.ibm.com>
4486
4487 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
4488 and sync up the test with tests in gas/testsuite/gas/ppc.
4489 * gdb.arch/powerpc-power.exp: Likewise.
4490
eb2332d7
SM
44912016-08-17 Simon Marchi <simon.marchi@ericsson.com>
4492
4493 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
4494 expected error message.
4495
63c61e04
SM
44962016-08-17 Simon Marchi <simon.marchi@ericsson.com>
4497
4498 * gdb.multi/remove-inferiors.exp: New file.
4499 * gdb.multi/remove-inferiors.c: New file.
4500
7b17065f
YQ
45012016-08-12 Yao Qi <yao.qi@linaro.org>
4502
4503 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
4504 argument list.
4505
01d3dedf
PA
45062016-08-10 Pedro Alves <palves@redhat.com>
4507
4508 PR gdb/19187
4509 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
4510 setup_kfails.
4511
3eb7562a
PA
45122016-08-09 Pedro Alves <palves@redhat.com>
4513 Simon Marchi <simon.marchi@ericsson.com>
4514
4515 PR gdb/20418
4516 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
4517 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
4518
80614914
PA
45192016-08-09 Pedro Alves <palves@redhat.com>
4520
4521 PR mi/20431
4522 * gdb.mi/mi-cmd-error.exp: New file.
4523
f348d89a
PA
45242016-08-09 Pedro Alves <palves@redhat.com>
4525
4526 PR gdb/18653
4527 * gdb.base/signals-state-child.c: New file.
4528 * gdb.base/signals-state-child.exp: New file.
4529 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
4530
e5ca03b4
PA
45312016-08-09 Pedro Alves <palves@redhat.com>
4532
4533 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
4534
282a0691
TT
45352016-08-03 Tom Tromey <tom@tromey.com>
4536
4537 PR python/18565:
4538 * gdb.python/py-frame-inline.exp: Add Frame.function test.
4539
41bfcd63
YQ
45402016-08-01 Yao Qi <yao.qi@linaro.org>
4541
4542 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
4543 variable mode to "multi-process" if $multi_process is 1, otherwise
4544 set it to "single-process".
4545
e3465b24
YQ
45462016-08-01 Yao Qi <yao.qi@linaro.org>
4547
4548 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
4549 * gdb.cp/cpexprs.exp: Likewise.
4550 * gdb.cp/m-static.exp: Likewise.
4551
0b31a4bc
TT
45522016-07-26 Tom Tromey <tom@tromey.com>
4553
4554 PR python/20190:
4555 * gdb.threads/tls.exp (check_thread_local): Add python symbol
4556 test.
4557
e0461dbb
MM
45582016-07-26 Markus Metzger <markus.t.metzger@intel.com>
4559
4560 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
4561 selecting assembly source files.
4562 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
4563 assembly source files.
4564 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
4565 assembly source files.
4566 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
4567 selecting assembly source files.
4568
8194e927
SM
45692016-07-25 Simon Marchi <simon.marchi@ericsson.com>
4570
4571 * gdb.base/new-ui.exp (do_test_invalid_args): New
4572 procedure.
4573
c0272db5
TW
45742016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
4575
4576 * gdb.btrace/reconnect.c: New file.
4577 * gdb.btrace/reconnect.exp: New file.
4578
e3487908
GKB
45792016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
4580
4581 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
4582 to test_catch_syscall_group.
4583 (test_catch_syscall_group): New.
4584
12df5c00
TT
45852016-07-21 Tom Tromey <tom@tromey.com>
4586
4587 * gdb.rust/simple.rs (main): Use empty struct expression.
4588 * gdb.rust/simple.exp: Add tests for empty struct expression.
4589
bae62ee2
YQ
45902016-07-21 Yao Qi <yao.qi@linaro.org>
4591
4592 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
4593 if gdb_skip_xml_test is true on some targets.
4594
b1b53fb3
YQ
45952016-07-21 Yao Qi <yao.qi@linaro.org>
4596
4597 * gdb.server/solib-list.exp: Unset last_loaded_file.
4598
027d97f8
JK
45992016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4600
4601 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
4602 "step into captured_main (args)".
4603
7674d381
JK
46042016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4605
4606 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
4607
72b5d099
JK
46082016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4609
4610 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
4611
1f960ced
PA
46122016-07-19 Pedro Alves <palves@redhat.com>
4613
4614 * gdb.opt/inline-break.exp: Remove optimize=-O2.
4615 * gdb.opt/inline-bt.exp: Likewise.
4616 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
4617 additional_flags=-Winline.
4618 * gdb.opt/inline-locals.exp: Likewise.
4619 * gdb.opt/inline-markers.c (ATTR): Define.
4620 (inlined_fn): Use it.
4621
f25827c1
YQ
46222016-07-19 Yao Qi <yao.qi@linaro.org>
4623
4624 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
4625 (test_with_self): Remove some code. Remove argument executable.
4626 (top-level): Use do_self_tests.
4627
37539ebe
DB
46282016-07-15 Zachary Welch <zwelch@codesourcery.com>
4629 Don Breazeal <donb@codesourcery.com>
4630
4631 * gdb.base/maint.exp: Escape paths used in regular expressions.
4632 * gdb.stabs/weird.exp: Likewise.
4633
dac790e1
TT
46342016-07-13 Tom Tromey <tom@tromey.com>
4635
4636 PR python/15620, PR python/18620:
4637 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
4638 (test_bkpt_events): New procs.
4639
93daf339
TT
46402016-07-13 Tom Tromey <tom@tromey.com>
4641
4642 PR python/17698:
4643 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
4644 test.
4645 (test_watchpoints): Likewise.
4646 (test_bkpt_pending): New proc.
4647
6571a381
TT
46482016-07-13 Tom Tromey <tom@tromey.com>
4649
4650 PR cli/18053:
4651 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
4652 completion test.
4653
e8732474
JK
46542016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4655
4656 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
4657 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
4658 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
4659 f_label.
4660 (g): Rename g_end_lbl to g_label.
4661 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
4662 low_pc and high_pc.
4663 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
4664
e0f3fd7c
TT
46652016-07-12 Tom Tromey <tom@tromey.com>
4666
4667 PR python/19293:
4668 * gdb.python/py-unwind-maint.exp: Update tests.
4669
3cfe46b6
YQ
46702016-07-12 Yao Qi <yao.qi@linaro.org>
4671
4672 * lib/selftest-support.exp (selftest_setup): Match the output
4673 when captured_main is inlined.
4674
4f19a0e6
WT
46752016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4676
4677 * gdb.fortran/derived-types.exp (result_line, result_line_2):
4678 New variables.
4679 (print this%a, print this%b, print this): New tests.
4680 * gdb.fortran/derived-types.f90 (this): New object and
4681 initialization.
4682
986cf455
SM
46832016-07-06 Simon Marchi <simon.marchi@ericsson.com>
4684
4685 * gdb.ada/arraydim.exp: Remove extra directory level in build
4686 directory.
4687
f0464b23
SM
46882016-07-06 Simon Marchi <simon.marchi@ericsson.com>
4689
4690 * lib/ada.exp: Remove extra directory level in build directory.
4691 * gdb.ada/cond_lang.exp: Likewise.
4692 * gdb.ada/exec_changed.exp: Likewise.
4693 * gdb.ada/lang_switch.exp: Likewise.
4694
42d94011
MG
46952016-07-06 Manish Goregaokar <manish@mozilla.com>
4696
2806dc7e
PA
4697 * simple.rs: Add test for raw pointer subscripting.
4698 * simple.exp: Add test expectations.
42d94011 4699
647c264c
YQ
47002016-07-05 Yao Qi <yao.qi@linaro.org>
4701
4702 * gdb.mi/mi-reverse.exp: Match =record-started output.
4703
20aa2c60
PA
47042016-07-01 Pedro Alves <palves@redhat.com>
4705
4706 * gdb.base/jit-reader.exp (info_registers_current_frame): New
4707 procedure.
4708 (jit_reader_test): Test the jit reader's unwinder.
4709 * gdb.base/jithost.c (jit_function_00_code): New global.
4710 (main): Use memcpy to fill in the mmapped code, instead of poking
4711 bytes manually here.
4712 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
4713 value.
4714 (read_debug_info): Save the function's range.
4715 (read_sp): New function.
4716 (unwind_frame): Use it. Also unwind RBP.
4717 (get_frame_id): Use read_sp.
4718 (gdb_init_reader): Use calloc instead of malloc.
4719 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
4720 parameter. Use gdb_test_multiple.
4721
ced2dffb
PA
47222016-07-01 Pedro Alves <palves@redhat.com>
4723 Antoine Tremblay <antoine.tremblay@ericsson.com>
4724
4725 * gdb.threads/process-dies-while-detaching.c: New file.
4726 * gdb.threads/process-dies-while-detaching.exp: New file.
4727
63000888
PA
47282016-07-01 Pedro Alves <palves@redhat.com>
4729
4730 * gdb.multi/watchpoint-multi-exit.c: New file.
4731 * gdb.multi/watchpoint-multi-exit.exp: New file.
4732
038d4868
PA
47332016-06-30 Pedro Alves <palves@redhat.com>
4734
4735 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
4736 unset inferior_spawn_id.
4737
994e9c83
PA
47382016-06-30 Pedro Alves <palves@redhat.com>
4739
4740 * lib/mi-support.exp (default_mi_gdb_start): Declare global
4741 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
4742
e5653468
YQ
47432016-06-29 Yao Qi <yao.qi@linaro.org>
4744
4745 * gdb.base/return.c: Add copyright header.
4746
803b47e5
TT
47472016-06-29 Tom Tromey <tom@tromey.com>
4748
4749 PR python/20129:
4750 * gdb.python/py-framefilter.exp: Add tests for setting priority
4751 and disabling of non-existent frame filter.
4752
28244707
YQ
47532016-06-29 Yao Qi <yao.qi@linaro.org>
4754
4755 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
4756 0x0f07ff.
4757
a31d2f06
YQ
47582016-06-28 Yao Qi <yao.qi@linaro.org>
4759
4760 * gdb.base/catch-syscall.exp: Remove check on isnative and target
4761 triplets. Start gdb, execute catch syscall, and continue. Check
4762 gdb's output to determine catch syscall is supported.
4763
921d8f54
MG
47642016-06-27 Manish Goregaokar <manish@mozilla.com>
4765
25d49b86
PA
4766 * gdb.rust/simple.rs: Add test for returning unit in a function.
4767 * gdb.rust/simple.exp: Add expectation for functions returning
4768 unit.
921d8f54 4769
f4952523
PMR
47702016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
4771
4772 * gdb.python/py-breakpoint-create-fail.c,
4773 gdb.python/py-breakpoint-create-fail.exp,
4774 gdb.python/py-breakpoint-create-fail.py: New testcase.
4775
fccb08f8
MG
47762016-06-25 Manish Goregaokar <manish@mozilla.com>
4777
4778 PR gdb/20239
4779 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
4780 * gdb.rust/simple.exp: Add test expectations for new NonZero
4781 tests.
fccb08f8 4782
6b850546
DT
47832016-06-24 David Taylor <dtaylor@emc.com>
4784
4785 * gdb.base/offsets.exp: New file.
4786 * gdb.base/offsets.c: New file.
4787
17621150
TT
47882016-06-23 Tom Tromey <tom@tromey.com>
4789
4790 PR gdb/16483:
4791 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
4792 before any filters are loaded.
4793
04d59df6
WT
47942016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
4795
4796 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
4797 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
4798 structs.
4799 * gdb.fortran/derived-type-function.exp: New file.
4800 * gdb.fortran/derived-type-function.f90: New file.
4801
4802
ac69f786
PA
48032016-06-21 Pedro Alves <palves@redhat.com>
4804
4805 * gdb.base/new-ui.exp: New file.
4806 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
4807 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
4808 (with_spawn_id): New procedure.
4809
49940788
PA
48102016-06-21 Pedro Alves <palves@redhat.com>
4811
4812 * gdb.mi/mi-exec-run.exp: New file.
4813
ef274d26
PA
48142016-06-21 Pedro Alves <palves@redhat.com>
4815
4816 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
4817 breakpoint command's output on the main UI.
4818 (test_break): New procedure, factored out from calls in the top
4819 level.
4820 (top level): Use foreach_with_prefix to test MI as main UI and as
4821 separate UI.
4822
468afe6c
PA
48232016-06-21 Pedro Alves <palves@redhat.com>
4824
4825 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
4826 (test_awatch_creation_and_listing)
4827 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
4828 Remove 'type' parameter.
4829 (test_watchpoint_all): New parameter mi_mode. Remove
4830 with_test_prefix.
4831 (top level): Use foreach_with_prefix, and add main/separate UI MI
4832 testing axis.
4833
51f77c37
PA
48342016-06-21 Pedro Alves <palves@redhat.com>
4835
4836 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
4837 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
4838 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
4839 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
4840 (gdb_main_spawn_id, mi_spawn_id): Declare and
4841 comment.
4842 (mi_create_inferior_pty): New procedure,
4843 factored out from default_mi_gdb_start.
4844 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
4845 procedures.
4846 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
4847 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
4848 Use mi_create_inferior_pty.
4849 (mi_gdb_start): Use eval to pass down args list.
4850
8980e177
PA
48512016-06-21 Pedro Alves <palves@redhat.com>
4852
4853 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
4854 * gdb.opt/inline-cmds.exp: Add MI tests.
4855
f38d3ad1
PA
48562016-06-21 Pedro Alves <palves@redhat.com>
4857
4858 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
4859
45db7c09
PA
48602016-06-21 Pedro Alves <palves@redhat.com>
4861
4862 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
4863 (top level): Use it instead of mi_execute_to.
4864
5a069ab3
PA
48652016-06-21 Pedro Alves <palves@redhat.com>
4866
4867 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
4868 (cont_handler_str): New.
4869 (signal_stop_handler): Set stop_handler_str instead of printing to
4870 stdout.
4871 (continue_handler): Set cont_handler_str instead of printing to
4872 stdout.
4873 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
4874 mi_send_resuming_command. Print stop_handler_str and
4875 cont_handler_str instead of expecting the python events print
4876 directly.
4877
2838cc1d
SD
48782016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
4879
4880 * gdb.base/jit-reader.exp: New file.
4881 * gdb.base/jithost.c: New file.
4882 * gdb.base/jithost.h: New file.
4883 * gdb.base/jitreader.c : New file.
4884 * gdb.base/jit-protocol.h: New file.
4885
21a77091
YQ
48862016-06-17 Yao Qi <yao.qi@linaro.org>
4887
4888 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
4889 parameters follow_fork and detach_on_fork. Set follow-fork-mode
4890 and detach-on-fork. Adjust tests.
4891 (top level): Invoke break_cond_on_syscall with combinations of
4892 syscall, follow-fork-mode and detach-on-fork.
4893
f50bf8e5
YQ
48942016-06-17 Yao Qi <yao.qi@linaro.org>
4895
4896 * gdb.base/step-over-exit.c: New.
4897 * gdb.base/step-over-exit.exp: New.
4898
a28d8e50
YTL
48992016-06-17 Yan-Ting Lin <currygt52@gmail.com>
4900
4901 * gdb.base/float.exp: Add target check for nds32*-*-*.
4902 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
4903
cad8e26d
AB
49042016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
4905
4906 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
4907 for unsupported target features.
4908 * gdb.base/call-rt-st.exp: Likewise.
4909 * gdb.base/call-sc.exp: Likewise.
4910 * gdb.base/call-signal-resume.exp: Likewise.
4911 * gdb.base/call-strs.exp: Likewise.
4912 * gdb.base/callexit.exp: Likewise.
4913 * gdb.base/callfuncs.exp: Likewise.
4914 * gdb.base/nodebug.exp: Likewise.
4915 * gdb.base/printcmds.exp: Likewise.
4916 * gdb.base/ptype.exp: Likewise.
4917 * gdb.base/structs.exp: Likewise.
4918 * gdb.base/unwindonsignal.exp: Likewise.
4919 * gdb.cp/gdb2495.exp: Likewise.
4920 * gdb.cp/templates.exp: Likewise.
4921 * gdb.cp/virtfunc.exp: Likewise.
4922 * gdb.threads/hand-call-in-threads.exp: Likewise.
4923 * gdb.threads/interrupted-hand-call.exp: Likewise.
4924 * gdb.threads/thread-unwindonsignal.exp: Likewise.
4925
347dc102
TT
49262016-06-10 Tom Tromey <tom@tromey.com>
4927
4928 PR rust/20110:
4929 * gdb.rust/expr.exp: Add test for integer constant larger than
4930 i32.
4931
5e13cf25
BH
49322016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
4933
4934 * gdb.fortran/nested-funcs.exp: New.
4935 * gdb.fortran/nested-funcs.f90: New.
4936
bb556f1f
TK
49372016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
4938
4939 * gdb.base/examine-backward.c: New file.
4940 * gdb.base/examine-backward.exp: New file.
4941
38b022b4
SM
49422016-06-06 Simon Marchi <simon.marchi@ericsson.com>
4943
4944 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
4945 matching.
4946
1b40ec05
TT
49472016-06-02 Tom Tromey <tom@tromey.com>
4948
4949 PR python/18984:
4950 * gdb.python/py-shared.exp: Add solib_name test.
4951
193bd378
SM
49522016-06-02 Simon Marchi <simon.marchi@ericsson.com>
4953
4954 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
4955
3326303b
MG
49562016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
4957
4958 PR c++/19893
4959 * gdb.dwarf2/implref.exp: Rename to...
4960 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
4961 * gdb.dwarf2/implref-array.c: New file.
4962 * gdb.dwarf2/implref-array.exp: Likewise.
4963 * gdb.dwarf2/implref-global.c: Likewise.
4964 * gdb.dwarf2/implref-global.exp: Likewise.
4965 * gdb.dwarf2/implref-struct.c: Likewise.
4966 * gdb.dwarf2/implref-struct.exp: Likewise.
4967
825c8ef2
AT
49682016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
4969
4970 * gdb.trace/trace-condition.exp: Add 64bit tests.
4971
2320162a
AT
49722016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
4973
4974 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
4975 bits types.
4976 (main): Adapt to 8 to 64 bits types.
4977 * gdb.trace/trace-condition.exp: Add new tests.
4978
a7818233
AT
49792016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
4980
4981 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
4982
0d336466
AT
49832016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
4984
4985 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
4986 Move condition tests...
4987 * gdb.trace/trace-condition.exp: Here.
4988
7faeb45a
AT
49892016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
4990
4991 * gdb.trace/trace-condition.exp: Add counter-case tests.
4992
e385593e
JK
49932016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4994
4995 PR c++/15231
4996 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
4997 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
4998
744608cc
PA
49992016-05-27 Pedro Alves <palves@redhat.com>
5000
5001 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5002 New procedure.
5003 (top level): Call it, and bail out of DejaGnu is known to be bad.
5004
ac775bf4
AB
50052016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
5006
5007 * gdb.base/whatis.c: Extend the test case.
5008 * gdb.base/whatis.exp: Add additional tests.
5009
2bbad2ea
BH
50102016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5011
5012* gdb.fortran/type.f90: Add pointer variable.
5013* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
5014
8b70175d
BH
50152016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5016
5017 * gdb.fortran/vla-type.exp: Fix testcase name.
5018
86d8a848
BH
50192016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5020
5021 * gdb.fortran/vla-type.exp: Access elements in nested structs.
5022
e188eb36
BH
50232016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5024
5025 * gdb.fortran/type.f90: Add nested structures.
5026 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
5027 * gdb.fortran/derived-type.exp: Adapt expected output.
5028 * gdb.fortran/vla-type.exp: Adapt expected output.
5029
9b2db1fd
BH
50302016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5031
5032 * gdb.fortran/whatis_type.exp: Adapt expected output.
5033
72b17055
BH
50342016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5035
5036 * gdb.fortran/print_type.exp: Fix expected output.
5037 * gdb.fortran/whatis_type.exp: Fix expected output.
5038
3cd81d8d
BH
50392016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5040
5041 * gdb.fortran/whatis_type.exp: Use multi_line.
5042
ddae9462
TT
50432016-05-24 Tom Tromey <tom@tromey.com>
5044
5045 PR python/17386:
5046 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
5047 use value as an index.
5048
1957f6b8
TT
50492016-05-23 Tom Tromey <tom@tromey.com>
5050
5051 PR python/17981:
5052 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
5053 no-breakpoint case.
5054
026a9174
PA
50552016-05-24 Pedro Alves <palves@redhat.com>
5056
5057 PR gdb/19828
5058 * gdb.threads/clone-attach-detach.c: New file.
5059 * gdb.threads/clone-attach-detach.exp: New file.
5060
e70a7231
FR
50612016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
5062
5063 * gdb.base/annota-input-while-running.exp: Fix syntax error.
5064
0f6ed0e0
TT
50652016-05-23 Tom Tromey <tom@tromey.com>
5066
5067 PR python/19438, PR python/18393:
5068 * gdb.python/py-progspace.exp: Add "dir" test.
5069 * gdb.python/py-objfile.exp: Add "dir" test.
5070
ffd19d61
YQ
50712016-05-23 Yao Qi <yao.qi@linaro.org>
5072
5073 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
5074 * gdb.arch/thumb2-it.exp: Likewise.
5075
9e8f9b05
SM
50762016-05-18 Simon Marchi <simon.marchi@ericsson.com>
5077
5078 * gdb.mi/mi-threads-interrupt.c: New file.
5079 * gdb.mi/mi-threads-interrupt.exp: New file.
5080
61c6156d
SM
50812016-05-17 Simon Marchi <simon.marchi@ericsson.com>
5082
5083 PR gdb/18077
5084 * gdb.mi/mi-async-run.exp: New file.
5085 * gdb.mi/mi-async-run.c: New file.
5086
67218854
TT
50872016-05-17 Tom Tromey <tom@tromey.com>
5088 Manish Goregaokar <manishsmail@gmail.com>
5089
5090 * lib/rust-support.exp: New file.
5091 * lib/gdb.exp (skip_rust_tests): New proc.
5092 (build_executable_from_specs): Handle rust.
5093 * lib/future.exp (gdb_find_rustc): New proc.
5094 (gdb_default_target_compile): Handle rust.
5095 * gdb.rust/expr.exp: New file.
5096 * gdb.rust/generics.exp: New file.
5097 * gdb.rust/generics.rs: New file.
5098 * gdb.rust/methods.exp: New file.
5099 * gdb.rust/methods.rs: New file.
5100 * gdb.rust/modules.exp: New file.
5101 * gdb.rust/modules.rs: New file.
5102 * gdb.rust/simple.exp: New file.
5103 * gdb.rust/simple.rs: New file.
5104
c44af4eb
TT
51052016-05-17 Tom Tromey <tom@tromey.com>
5106
5107 * gdb.base/default.exp (set language): Add rust.
5108
dcd1f979
TT
51092016-05-17 Tom Tromey <tom@tromey.com>
5110
5111 * gdb.gdb/unittest.exp: New file.
5112
155b7f57
YQ
51132016-05-16 Yao Qi <yao.qi@linaro.org>
5114
5115 * gdb.base/batch-preserve-term-settings.exp: Remove variable
5116 shell_prompt. Update shell_prompt_re.
5117
8ddd5a6c
DE
51182016-05-12 Doug Evans <dje@google.com>
5119
5120 PR symtab/19999
5121 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
5122 $options when building executable.
5123 * gdb.dwarf2/fission-loclists-pie.S: New file.
5124 * gdb.dwarf2/fission-loclists-pie.exp: New file.
5125
02e370d9
SM
51262016-05-04 Simon Marchi <simon.marchi@ericsson.com>
5127
5128 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
5129 of [is_remote target],
5130
8929ad8b
SM
51312016-05-04 Simon Marchi <simon.marchi@ericsson.com>
5132
5133 * lib/gdb.exp (use_gdb_stub): New procedure.
5134
6c447423
DE
51352016-05-03 Yunlian Jiang <yunlian@google.com>
5136 Doug Evans <dje@google.com>
5137
5138 PR symtab/19914
5139 * gdb.dwarf2/dwp-sepdebug.c: New file.
5140 * gdb.dwarf2/dwp-sepdebug.exp: New file.
5141
444e826c
SM
51422016-05-02 Simon Marchi <simon.marchi@ericsson.com>
5143
5144 * gdb.base/detach.exp: Remove is_remote check.
5145
740feeaa
SM
51462016-05-02 Simon Marchi <simon.marchi@ericsson.com>
5147
5148 * gdb.base/annota-input-while-running.exp: Don't check for
5149 [is_remote target]. Enable annotations after running to main.
5150 Remove unused "set test..." line.
5151
9080ac9d
SM
51522016-04-28 Simon Marchi <simon.marchi@ericsson.com>
5153
5154 * gdb.trace/trace-enable-disable.exp: New file.
5155 * gdb.trace/trace-enable-disable.c: New file.
5156
952ebca5
SM
51572016-04-28 Simon Marchi <simon.marchi@ericsson.com>
5158
5159 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
5160 use it in info sharedlibrary test.
5161 * gdb.trace/ftrace-lock.exp: Likewise.
5162 * gdb.trace/ftrace.exp: Likewise.
5163 * gdb.trace/range-stepping.exp: Likewise.
5164 * gdb.trace/trace-break.exp: Likewise.
5165 * gdb.trace/trace-condition.exp: Likewise.
5166 * gdb.trace/trace-mt.exp: Likewise.
5167
d9019901
SM
51682016-04-27 Simon Marchi <simon.marchi@ericsson.com>
5169
5170 * lib/gdb.exp (gdb_load_shlibs): Rename to...
5171 (gdb_load_shlib): ... this.
5172 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
5173 gdb_load_shlib.
5174 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
5175 * gdb.base/ctxobj.exp: Likewise.
5176 * gdb.base/dprintf-pending.exp: Likewise.
5177 * gdb.base/dso2dso.exp: Likewise.
5178 * gdb.base/fixsection.exp: Likewise.
5179 * gdb.base/gcore-relro.exp: Likewise.
5180 * gdb.base/gdb1555.exp: Likewise.
5181 * gdb.base/global-var-nested-by-dso.exp: Likewise.
5182 * gdb.base/gnu-ifunc.exp: Likewise.
5183 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
5184 * gdb.base/jit-so.exp (one_jit_test): Likewise.
5185 * gdb.base/pending.exp: Likewise.
5186 * gdb.base/print-file-var.exp: Likewise.
5187 * gdb.base/print-symbol-loading.exp: Likewise.
5188 * gdb.base/shlib-call.exp: Likewise.
5189 * gdb.base/shreloc.exp: Likewise.
5190 * gdb.base/so-impl-ld.exp: Likewise.
5191 * gdb.base/solib-disc.exp: Likewise.
5192 * gdb.base/solib-nodir.exp: Likewise.
5193 * gdb.base/solib-overlap.exp: Likewise.
5194 * gdb.base/solib-symbol.exp: Likewise.
5195 * gdb.base/solib-weak.exp (do_test): Likewise.
5196 * gdb.base/sym-file.exp: Likewise.
5197 * gdb.base/symtab-search-order.exp: Likewise.
5198 * gdb.base/type-opaque.exp: Likewise.
5199 * gdb.base/unload.exp: Likewise.
5200 * gdb.base/watchpoint-solib.exp: Likewise.
5201 * gdb.compile/compile.exp: Likewise.
5202 * gdb.cp/gdb2384.exp: Likewise.
5203 * gdb.cp/infcall-dlopen.exp: Likewise.
5204 * gdb.cp/re-set-overloaded.exp: Likewise.
5205 * gdb.fortran/library-module.exp: Likewise.
5206 * gdb.opt/solib-intra-step.exp: Likewise.
5207 * gdb.python/py-finish-breakpoint.exp: Likewise.
5208 * gdb.python/py-shared.exp: Likewise.
5209 * gdb.reverse/solib-precsave.exp: Likewise.
5210 * gdb.reverse/solib-reverse.exp: Likewise.
5211 * gdb.server/solib-list.exp: Likewise.
5212 * gdb.threads/dlopen-libpthread.exp: Likewise.
5213 * gdb.threads/tls-shared.exp: Likewise.
5214 * gdb.threads/tls-so_extern.exp: Likewise.
5215 * gdb.trace/change-loc.exp: Likewise.
5216 * gdb.trace/ftrace-lock.exp: Likewise.
5217 * gdb.trace/ftrace.exp: Likewise.
5218 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
5219 * gdb.trace/pending.exp: Likewise.
5220 * gdb.trace/range-stepping.exp: Likewise.
5221 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
5222 (strace_info_marker): Likewise.
5223 (strace_probe_marker): Likewise.
5224 (strace_trace_on_same_addr): Likewise.
5225 (strace_trace_on_diff_addr): Likewise.
5226 * gdb.trace/trace-break.exp: Likewise.
5227 * gdb.trace/trace-condition.exp: Likewise.
5228 * gdb.trace/trace-mt.exp: Likewise.
5229
fca4cfd9
SM
52302016-04-27 Simon Marchi <simon.marchi@ericsson.com>
5231
5232 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
5233 result of gdb_remote_download.
5234 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
5235 * gdb.base/dso2dso.exp: Likewise.
5236 * gdb.base/global-var-nested-by-dso.exp: Likewise.
5237 * gdb.base/print-file-var.exp: Likewise.
5238 * gdb.base/shlib-call.exp: Likewise.
5239 * gdb.base/shreloc.exp: Likewise.
5240 * gdb.base/solib-overlap.exp: Likewise.
5241 * gdb.base/solib-weak.exp (do_test): Likewise.
5242 * gdb.base/unload.exp: Likewise.
5243
11cf4ffb
YQ
52442016-04-27 Yao Qi <yao.qi@linaro.org>
5245
5246 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
5247 exists.
5248
3e2e34f8
KB
52492016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
5250
5251 * vla-type.exp: Print structure from toplevel.
5252
8f07e298
BH
52532016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
5254
5255 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
5256 of dynamic types.
5257 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
5258 of dynamic types.
5259
9920b434
BH
52602016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
5261
5262 * gdb.fortran/vla-type.f90: New file.
5263 * gdb.fortran/vla-type.exp: New file.
5264
f3abeff5
YQ
52652016-04-25 Yao Qi <yao.qi@linaro.org>
5266
5267 * gdb.base/branch-to-self.c: New file.
5268 * gdb.base/branch-to-self.exp: New file.
5269
0a5d52f0
YQ
52702016-04-22 Yao Qi <yao.qi@linaro.org>
5271
5272 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
5273 more after $hex.
5274
495346f6
YQ
52752016-04-22 Yao Qi <yao.qi@linaro.org>
5276
5277 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
5278 * gdb.base/annota3.exp: Likewise.
5279
4a7e075c
YQ
52802016-04-22 Yao Qi <yao.qi@linaro.org>
5281
5282 * gdb.reverse/step-precsave.exp: Do one step and test program
5283 stops in "callee" and do multiple steps until program goes out
5284 of "callee".
5285 * gdb.reverse/step-reverse.exp: Likewise.
5286
5b061e98
YQ
52872016-04-22 Yao Qi <yao.qi@linaro.org>
5288
5289 * gdb.trace/signal.exp: Also pass if
5290 $tracepoint_hits($i) > $iterations.
5291
5c5dc57f
YQ
52922016-04-22 Yao Qi <yao.qi@linaro.org>
5293
5294 * gdb.trace/signal.c: New file.
5295 * gdb.trace/signal.exp: New file.
5296
a55411b9
DE
52972016-04-19 Doug Evans <xdje42@gmail.com>
5298
5299 * gdb.base/bad-file.exp: New file.
5300
a22df60a
MG
53012016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
5302
5303 * gdb.dwarf2/implref.exp: New file.
5304
0c13f7e5
BH
53052016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
5306
5307 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
5308 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
5309 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
5310 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
5311 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
5312 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
5313 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
5314 * lib/fortran.exp (fortran_int4): New procedure.
5315 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
5316 (fortran_logical4): Likewise.
5317
9b9b09e9
BH
53182016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
5319
5320 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
5321
a14d1f4d
BH
53222016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
5323
5324 * lib/compiler.c: Add Intel specific preprocessor macros.
5325 * lib/compiler.cc: Likewise.
25d49b86 5326
7d49b1d0
LM
53272016-04-13 Luis Machado <lgustavo@codesourcery.com>
5328
5329 * gdb.server/connect-with-no-symbol-file.c: New file.
5330 * gdb.server/connect-with-no-symbol-file.exp: New file.
5331
8392fa22
SM
53322016-04-13 Simon Marchi <simon.marchi@ericsson.com>
5333
5334 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
5335
8c4c4aeb
SM
53362016-04-13 Simon Marchi <simon.marchi@ericsson.com>
5337
5338 * boards/gdbserver-base.exp (${board}_download): Copy source file to
5339 standard output directory.
5340
45e3745e
AT
53412016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
5342
5343 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
5344
e26b7e41
MM
53452016-04-13 Markus Metzger <markus.t.metzger@intel.com>
5346
5347 * gdb.btrace/instruction_history.c (loop): Add declaration.
5348
8ce09462
AT
53492016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
5350
5351 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
5352
2e88a1ea
SM
53532016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
5354
5355 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
5356 parentheses to print.
5357 (continue_handler): Likewise.
5358
f48e22e3
SM
53592016-04-08 Simon Marchi <simon.marchi@ericsson.com>
5360
5361 * gdb.server/solib-list.exp: Remove is_remote check.
5362 Pass shlib= to gdb_compile. Don't link shared library with
5363 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
5364 Run binary filename through "readlink -f" on the target.
5365
096be756
PA
53662016-04-08 Pedro Alves <palves@redhat.com>
5367
5368 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
5369 interpreter filename as argument to gdbserver_spawn.
5370 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
5371 Return empty if $last_loaded_file does not exist.
5372
06500533
JK
53732016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5374
5375 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
5376 * gdb.base/jit-main.c: Use exit after usage.
5377
2d35e871
JK
53782016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5379
5380 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
5381 GDBHISTSIZE prior to the tests.
5382 * gdb.base/gdbinit-history.exp: Likewise.
5383
53842016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
5385
5386 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
5387 instead of build_executable. Use gdb_load_shlibs.
5388
c8064e7e
YQ
53892016-04-07 Yao Qi <yao.qi@linaro.org>
5390
5391 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
5392 Execute "si" command.
5393
bde47561
YQ
53942016-04-07 Yao Qi <yao.qi@linaro.org>
5395
5396 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
5397 number instead of the comments on some line.
5398
b16f8a3b
DB
53992016-04-06 Don Breazeal <donb@codesourcery.com>
5400
5401 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
5402 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
5403
c2f901df
SM
54042016-04-06 Simon Marchi <simon.marchi@ericsson.com>
5405
5406 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
5407 standard_output_file. Remove unused binfile variable.
5408
ac17fda0
CU
54092016-04-05 Catalin Udma <catalin.udma@freescale.com>
5410
5411 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
5412 * gdb.python/py-mi-objfile.exp: Match "list main" output
5413 in console format.
5414
03a8c4df
SM
54152016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
5416
5417 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
5418 absolute.
5419
6e774b13
SM
54202016-04-05 Simon Marchi <simon.marchi@ericsson.com>
5421
5422 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
5423 absolute.
5424 * gdb.trace/ftrace.exp: Likewise.
5425 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
5426 targets as well.
5427 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
5428 (gdb_load_shlibs): Copy libraries to test directory when testing
5429 natively. Only set solib-search-path if testing remotely.
5430 * lib/mi-support.exp (mi_load_shlibs): Likewise.
5431
7817ea46
SM
54322016-04-05 Simon Marchi <simon.marchi@ericsson.com>
5433
5434 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
5435 gdb_download. Use it even if the target is not remote.
5436 * gdb.base/jit.exp (compile_jit_test): Likewise.
5437 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
5438 output directory if the destination board is local, otherwise use
5439 the standard remote_download from DejaGnu.
5440 (gdb_download): Remove.
5441 (gdb_load_shlibs): Use gdb_remote_download instead of
5442 gdb_download.
5443 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
5444 Use gdb_remote_download instead of gdb_download. Use it even if
5445 the target is not remote.
5446 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
5447 instead of gdb_download.
5448
7beb7f68
SM
54492016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
5450
5451 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
5452 (test_insert_delete_modify): Call mi_load_shlibs before trying to
5453 run.
5454
cc63428a
AV
54552016-04-01 Artemiy Volkov <artemiyv@acm.org>
5456
5457 PR gdb/19820
5458 * gdb.base/printcmds.exp: Add artificial arrays tests.
5459
64cdf930
PA
54602016-03-31 Pedro Alves <palves@redhat.com>
5461
5462 PR gdb/19858
5463 * gdb.base/jit-main.c: Include unistd.h.
5464 (ATTACH): Define to 0 if not already defined.
5465 (wait_for_gdb, mypid): New globals.
5466 (WAIT_FOR_GDB): New macro.
5467 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
5468 some breakpoint locations.
5469 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
5470 New procedures.
5471 (one_jit_test): Add REATTACH parameter, and handle it. Use
5472 continue_to_test_location.
5473 (top level): Test attach, and adjusts calls to one_jit_test.
5474
40dea8cb
PA
54752016-03-31 Pedro Alves <palves@redhat.com>
5476
5477 PR gdb/19858
5478 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
5479 BINSUFFIX parameter, and handle it.
5480 (top level): Adjust calls compile_jit_test.
5481
e7ea3ec7
CU
54822016-03-31 Catalin Udma <catalin.udma@freescale.com>
5483
5484 PR python/19743
5485 * gdb.python/py-mi-events-gdb.py: New file.
5486 * gdb.python/py-mi-events.c: New file.
5487 * gdb.python/py-mi-events.exp: New file.
5488
e6359af3
YQ
54892016-03-30 Yao Qi <yao.qi@linaro.org>
5490
5491 * gdb.reverse/until-precsave.exp: Match function name only.
5492 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
5493 Move malloc to a condition block.
5494 * gdb.reverse/until-reverse.exp: Match function name only.
5495
a4105d04
MK
54962016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
5497
5498 * gdb.trace/ftrace.exp: Set arg0exp for s390.
5499 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
5500 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
5501 variable for GPR 0 instead of assuming it is register 0.
5502 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
5503 * lib/trace-support.exp: Add s390 registers.
5504
bfa6adb9
YQ
55052016-03-29 Yao Qi <yao.qi@linaro.org>
5506
5507 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
5508
1e6697ea
YQ
55092016-03-24 Yao Qi <yao.qi@linaro.org>
5510
5511 * gdb.reverse/break-reverse.exp: Add quotation mark in the
5512 test message.
5513
64bcd522
AA
55142016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
5515
5516 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
5517 maintaining separate logic for constructing the output path.
5518
7868401b
DB
55192016-03-16 Don Breazeal <donb@codesourcery.com>
5520
5521 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
5522 Retry fork and waitpid on interrupted system call errors.
5523 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
5524 Use with_timeout_factor to increase timeout by factor of 10.
5525
1cafadb4
DB
55262016-03-15 Don Breazeal <donb@codesourcery.com>
5527
5528 * gdb.cp/scope-err.cc: New test program.
5529 * gdb.cp/scope-err.exp: New test script.
5530 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
5531 lines and "set breakpoint here" comment.
5532 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
5533 Fixed some whitespace and format issues.
5534 * gdb.mi/mi-linespec-err-cp.cc: New test program.
5535 * gdb.mi/mi-linespec-err-cp.exp: New test script.
5536
81516450
DE
55372016-03-15 Doug Evans <dje@google.com>
5538
5539 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
5540 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
5541 All callers updated. Add tests for enums, mixed flags register.
5542
aa52b601
DE
55432016-03-15 Doug Evans <dje@google.com>
5544
5545 * gdb.base/skip.c (main): Call test_skip_file_and_function.
5546 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
5547
fa4ff313
SM
55482016-03-14 Simon Marchi <simon.marchi@ericsson.com>
5549
5550 * gdb.base/default.exp: Add $_as_string to the list of expected
5551 convenience functions.
5552
f2403c39
AB
55532016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
5554
5555 * gdb.base/maint.exp: New tests for 'maint info line-table'.
5556
f2f3ccb9
SM
55572016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
5558
5559 * gdb.python/py-as-string.exp: New file.
5560 * gdb.python/py-as-string.c: New file.
5561
00dbd492
PA
55622016-03-09 Pedro Alves <palves@redhat.com>
5563
5564 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
5565 signal" -> "Thread NN received signal" output change.
5566 * gdb.threads/ia64-sigill.exp: Likewise.
5567 * gdb.threads/linux-dp.exp: Likewise.
5568 * gdb.threads/manythreads.exp: Likewise.
5569 * gdb.threads/pending-step.exp: Likewise.
5570 * gdb.threads/print-threads.exp: Likewise.
5571 * gdb.threads/sigstep-threads.exp: Likewise.
5572 * gdb.threads/staticthreads.exp: Likewise.
5573 * gdb.threads/tls.exp: Likewise.
5574
1e6697ea
YQ
55752016-03-09 Pedro Alves <palves@redhat.com>
5576
5577 * gdb.base/command-line-input.exp: New file.
5578
b04fd3be
MK
55792016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
5580
5581 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
5582 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
5583 * gdb.trace/pending.exp: Accept leading dot before function name.
5584 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
5585 * lib/trace-support.exp: Set registers for ppc.
5586
98fa59e9
MK
55872016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
5588
5589 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
5590 use it for disassembly; accept .main in addition to main in backtrace.
5591
f77198c8
MK
55922016-03-09 Wei-cheng Wang <cole945@gmail.com>
5593 Marcin Kościelnicki <koriakin@0x04.net>
5594
5595 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
5596 (gdb_recursion_test_ptr): New global variable.
5597 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
5598 gdb_recursion_test.
5599 (gdb_c_test): Ditto.
5600
ba84e0da
MK
56012016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
5602
5603 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
5604 ordering.
5605
4366d36e
MK
56062016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
5607
5608 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
5609 (bar): Add bar_start_lbl label.
5610 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
5611 of foo/bar for emitting DWARF and tracing.
5612
5eb264df
SDJ
56132016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
5614
5615 * analyze-racy-logs.py: Set executable bit.
5616
fb6a751f
SDJ
56172016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
5618
5619 * Makefile.in (DEFAULT_RACY_ITER): New variable.
5620 (CHECK_TARGET_TMP): Likewise.
5621 (check-single-racy): New rule.
5622 (check-parallel-racy): Likewise.
5623 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
5624 (do-check-parallel-racy): New rule.
5625 (check-racy/%.exp): Likewise.
5626 * README (Racy testcases): New section.
5627 * analyze-racy-logs.py: New file.
5628
bdf7e230
DE
56292016-03-03 Doug Evans <dje@google.com>
5630
5631 * gdb.base/skip.exp: Use with_test_prefix.
5632
4719d415
YQ
56332016-03-03 Yao Qi <yao.qi@linaro.org>
5634
5635 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
5636 Invoke step_over_syscall "clone" and break_cond_on_syscall
5637 "clone".
5638 * gdb.base/step-over-clone.c: New file.
5639
ea507862
YQ
56402016-03-03 Yao Qi <yao.qi@linaro.org>
5641
5642 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
5643 code format.
5644
8fc8cbda
YQ
56452016-03-03 Yao Qi <yao.qi@linaro.org>
5646
5647 * gdb.base/disp-step-fork.c: Rename to ...
5648 * gdb.base/step-over-fork.c: ... it. New file.
5649 * gdb.base/disp-step-vfork.c: Rename to ...
5650 * gdb.base/step-over-vfork.c: ... it. New file.
5651 * gdb.base/disp-step-syscall.exp: Rename to ...
5652 * gdb.base/step-over-syscall.exp: ... it. New file.
5653 (disp_step_cross_syscall): Rename to ...
5654 (step_over_syscall): ... it.
5655
92fa70b0
YQ
56562016-03-03 Yao Qi <yao.qi@linaro.org>
5657
5658 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
5659 If target supports condition evaluation on target, invoke
5660 break_cond_on_syscall for fork and vfork.
5661
e197ad3c
YQ
56622016-03-03 Yao Qi <yao.qi@linaro.org>
5663
5664 * gdb.base/disp-step-syscall.exp: Don't invoke
5665 support_displaced_stepping.
5666 (disp_step_cross_syscall): Test with displaced stepping off and
5667 on if supported.
5668
0b47da9f
YQ
56692016-03-03 Yao Qi <yao.qi@linaro.org>
5670
5671 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
5672 proc.
5673 (setup): New proc.
5674 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
5675 and setup.
5676
065ab6dc
BH
56772016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
5678
5679 * gdb.fortran/vla-history.exp: Remove breakpoint.
5680
07e448ad 56812016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
5682
25d49b86
PA
5683 * gdb.fortran/vla-history.exp: Lookup array elements and printing
5684 exceeds timeout.
07e448ad 5685
9ac2d526 56862016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
5687
25d49b86
PA
5688 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
5689 breakpoint.
9ac2d526 5690
17807369
BH
56912016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
5692
5693 * gdb.mi/vla.f90: Nullify pointer after declaration.
5694
86e501af
PA
56952016-03-01 Pedro Alves <palves@redhat.com>
5696
5697 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
5698
1e903e32
PA
56992016-03-01 Pedro Alves <palves@redhat.com>
5700
5701 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
5702 before anything else.
5703 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
5704 _GNU_SOURCE here.
5705 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
5706 before anything else.
5707 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
5708
6ccb54e2
PA
57092016-03-01 Pedro Alves <palves@redhat.com>
5710
5711 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
5712
30ca9da1
YQ
57132016-03-01 Yao Qi <yao.qi@linaro.org>
5714
5715 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
5716 prepare_for_testing.
5717
dc856b38
YQ
57182016-03-01 Yao Qi <yao.qi@linaro.org>
5719
5720 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
5721
4a932159
AA
57222016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
5723
5724 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
5725 manually constructing the output path.
5726
f2489477
AA
57272016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
5728
5729 * gdb.arch/s390-stackless.S: New.
5730 * gdb.arch/s390-stackless.exp: New.
5731
38899f16
IB
57322016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
5733
5734 * gdb.dlang/circular.c: New file.
5735 * gdb.dlang/circular.exp: New file.
5736
9fde51ed
YQ
57372016-02-26 Yao Qi <yao.qi@linaro.org>
5738
5739 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
5740 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
5741 (testcases): Update.
5742
ce90fefe
YQ
57432016-02-26 Yao Qi <yao.qi@linaro.org>
5744
5745 * gdb.reverse/aarch64.c: Rename to ...
5746 * gdb.reverse/insn-reverse.c: ... it.
5747 * gdb.reverse/aarch64.exp: Rename to ...
5748 * gdb.reverse/insn-reverse.exp: ... it.
5749
3263bceb
YQ
57502016-02-26 Yao Qi <yao.qi@linaro.org>
5751
5752 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
5753 (testcase_ftype): New.
5754 (testcases): New array.
5755 (n_testcases): New.
5756 (main): Call each element in testcases.
5757 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
5758 (read_testcase): New.
5759 Do the tests in a loop.
5760
6cb59ff1
YQ
57612016-02-25 Yao Qi <yao.qi@linaro.org>
5762
5763 * gdb.base/branches.c: Remove.
5764
ae91f625
MK
57652016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
5766
5767 PR gdb/13808
5768 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
5769
678b48b7
MK
57702016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
5771
5772 * gdb.trace/ftrace.exp: Remove unnecessary target check.
5773
7337a6f2
MK
57742016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
5775
5776 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
5777 change x86_64 call_insn to 'callq'.
5778
861ca91f
AT
57792016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
5780
5781 * gdb.trace/tfile-avx.c: Move to...
5782 * gdb.trace/tracefile-pseudo-reg.c: Here.
5783 * gdb.trace/tfile-avx.exp: Move to...
5784 * gdb.trace/tracefile-pseudo-reg.exp: Here.
5785
bf74e428
GB
57862016-02-24 Gary Benson <gbenson@redhat.com>
5787
5788 * gdb.base/attach-pie-noexec.exp: Do not expect an error
5789 message on attach.
5790
cce0e923
DE
57912016-02-23 Doug Evans <dje@google.com>
5792
5793 * gdb.base/skip.c (test_skip): New function.
5794 (end_test_skip_file_and_function): New function.
5795 (test_skip_file_and_function): New function.
5796 * gdb.base/skip1.c (test_skip): New function.
5797 (skip1_test_skip_file_and_function): New function.
5798 * gdb.base/skip.exp: Add tests for new skip options.
5799 * gdb.base/skip-solib.exp: Update expected output.
5800 * gdb.perf/skip-command.cc: New file.
5801 * gdb.perf/skip-command.exp: New file.
5802 * gdb.perf/skip-command.py: New file.
5803
4000e47e
MK
58042016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
5805
5806 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
5807 info registers pattern.
5808
24f75ead
IB
58092016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
5810
5811 * lib/future.exp: Add D support.
5812 (gdb_find_gdc): New proc.
5813 (gdb_default_target_compile): Add D support.
5814
fbb7bcbe
WW
58152016-02-18 Wei-cheng Wang <cole945@gmail.com>
5816
5817 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
5818 user+system time.
5819 (trace_speed_test): Determine the iteration count for a time
5820 between 15..30 seconds.
5821
012b3a21
WT
58222016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
5823
5824 * gdb.arch/i386-mpx-sigsegv.c: New file.
5825 * gdb.arch/i386-mpx-sigsegv.exp: New file.
5826 * gdb.arch/i386-mpx-simple_segv.c: New file.
5827 * gdb.arch/i386-mpx-simple_segv.exp: New file.
5828
2d5189bd
YQ
58292016-02-18 Yao Qi <yao.qi@linaro.org>
5830
5831 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
5832 Don't call setup_kfail.
5833
40fb20d0
YQ
58342016-02-18 Yao Qi <yao.qi@linaro.org>
5835
5836 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
5837 Set "set breakpoint condition-evaluation" per $cond_bp_target.
5838
21b1f8d2
DE
58392016-02-16 Doug Evans <dje@google.com>
5840
5841 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
5842 * gdb.base/skip1.c: Ditto.
5843 * gdb.base/skip.exp: Whitespace cleanup.
5844
4041ed77
DB
58452016-02-16 Don Breazeal <donb@codesourcery.com>
5846
5847 PR remote/19496
5848 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
5849 Remove kfail for PR remote/19496.
5850
c4ef31bf
SM
58512016-02-16 Simon Marchi <simon.marchi@ericsson.com>
5852
5853 * lib/gdb.exp (standard_temp_file): Return a path specific to
5854 the runtest invocation.
5855
266b65b3
SM
58562016-02-16 Simon Marchi <simon.marchi@ericsson.com>
5857
5858 * gdb.trace/save-trace.exp: Change relative path to be in the
5859 standard output directory.
5860
a7a0a6a9
JK
58612016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5862
5863 * gdb.arch/i386-prologue.c: Add missing prototypes.
5864
c99dbb42
JK
58652016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5866
5867 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
5868 * gdb.arch/i386-prologue.exp: Likewise.
5869 * gdb.arch/i386-size.exp: Likewise.
5870
aa480355
SM
58712016-02-15 Simon Marchi <simon.marchi@ericsson.com>
5872
5873 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
5874 define object file path.
5875 * gdb.btrace/gcore.exp: Use standard_output_file to define core
5876 file path.
5877 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
5878 standard_output_file to define binfile.
5879
ba881f50
JK
58802016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5881
5882 Fix compatibility with recent gfortran-5.3.1.
5883 * gdb.fortran/vla-history.exp (print vla1 allocated)
5884 (print vla2 allocated, print $2, print $3): Remove
5885 (print $4): Rename to ...
5886 (print $2): ... here.
5887 (print $9): Rename to ...
5888 (print $5): ... here.
5889 (print $10): Rename to ...
5890 (print $6): ... here.
5891 * gdb.fortran/vla.f90: Add pvla initialization.
5892
e9fb005c
JK
58932016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5894
5895 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
5896 New test.
5897 * gdb.fortran/vla-value-sub.exp: Likewise.
5898
e44e00ff
MK
58992016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
5900
5901 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
5902
97e94151
SM
59032016-02-12 Simon Marchi <simon.marchi@ericsson.com>
5904
5905 * i386-biarch-core.exp: Define corefile using
5906 standard_output_file.
5907
01113bc1
YQ
59082016-02-12 Yao Qi <yao.qi@linaro.org>
5909
5910 * gdb.arch/arm-single-step-kernel-helper.c: New.
5911 * gdb.arch/arm-single-step-kernel-helper.exp: New.
5912
33b4777c
MM
59132016-02-12 Markus Metzger <markus.t.metzger@intel.com>
5914
5915 * gdb.btrace/tailcall-only.exp: New.
5916 * gdb.btrace/tailcall-only.c: New.
5917 * gdb.btrace/x86_64-tailcall-only.S: New.
5918 * gdb.btrace/i686-tailcall-only.S: New.
5919
acc23c11
PA
59202016-02-11 Pedro Alves <palves@redhat.com>
5921
5922 * README (Parallel testing): Add missing double quotes.
5923
e352bf0a
PA
59242016-02-11 Pedro Alves <palves@redhat.com>
5925
5926 * README (Parallel testing): New section.
5927 (GDB_PARALLEL): Rewrite.
5928 (FORCE_PARALLEL): Document.
5929
9f5fed78
MK
59302016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
5931
5932 * gdb.trace/tfile-avx.c: New test.
5933 * gdb.trace/tfile-avx.exp: New test.
5934
9ef9e6a6
KS
59352016-02-09 Keith Seitz <keiths@redhat.com>
5936
5937 PR breakpoints/19546
5938 * gdb.base/infcall-exec.c: New file.
5939 * gdb.base/infcall-exec2.c: New file.
5940 * gdb.base/infcall-exec.exp: New file.
5941
a96e36da
KS
59422016-02-09 Keith Seitz <keiths@redhat.com>
5943
5944 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
5945 (toplevel): Call test_bkpt_address.
5946
9f61929f
KS
59472016-02-09 Keith Seitz <keiths@redhat.com>
5948
5949 PR python/19506
5950 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
5951 (toplevel): Call test_bkpt_address.
5952
1e94266c
SM
59532016-02-09 Simon Marchi <simon.marchi@ericsson.com>
5954
5955 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
5956 to AC_OUTPUT.
5957 * configure: Regenerate.
5958
2a7f3dff
PA
59592016-02-09 Pedro Alves <palves@redhat.com>
5960
5961 PR breakpoints/19548
5962 * gdb.base/execl-update-breakpoints.c (some_function): New
5963 function.
5964 (main): Call it.
5965 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
5966 Tighten expected GDB output.
5967
2151ccc5
SM
59682016-02-08 Simon Marchi <simon.marchi@ericsson.com>
5969
5970 * Makefile.in (ALL_SUBDIRS): Remove.
5971 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
5972 (distclean maintainer-clean realclean): Likewise.
5973 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
5974 * configure: Regenerate.
5975 * gdb.ada/Makefile.in: Delete.
5976 * gdb.arch/Makefile.in: Likewise.
5977 * gdb.asm/Makefile.in: Likewise.
5978 * gdb.base/Makefile.in: Likewise.
5979 * gdb.btrace/Makefile.in: Likewise.
5980 * gdb.cell/Makefile.in: Likewise.
5981 * gdb.compile/Makefile.in: Likewise.
5982 * gdb.cp/Makefile.in: Likewise.
5983 * gdb.disasm/Makefile.in: Likewise.
5984 * gdb.dlang/Makefile.in: Likewise.
5985 * gdb.dwarf2/Makefile.in: Likewise.
5986 * gdb.fortran/Makefile.in: Likewise.
5987 * gdb.gdb/Makefile.in: Likewise.
5988 * gdb.go/Makefile.in: Likewise.
5989 * gdb.guile/Makefile.in: Likewise.
5990 * gdb.java/Makefile.in: Likewise.
5991 * gdb.linespec/Makefile.in: Likewise.
5992 * gdb.mi/Makefile.in: Likewise.
5993 * gdb.modula2/Makefile.in: Likewise.
5994 * gdb.multi/Makefile.in: Likewise.
5995 * gdb.objc/Makefile.in: Likewise.
5996 * gdb.opencl/Makefile.in: Likewise.
5997 * gdb.opt/Makefile.in: Likewise.
5998 * gdb.pascal/Makefile.in: Likewise.
5999 * gdb.perf/Makefile.in: Likewise.
6000 * gdb.python/Makefile.in: Likewise.
6001 * gdb.reverse/Makefile.in: Likewise.
6002 * gdb.server/Makefile.in: Likewise.
6003 * gdb.stabs/Makefile.in: Likewise.
6004 * gdb.threads/Makefile.in: Likewise.
6005 * gdb.trace/Makefile.in: Likewise.
6006 * gdb.xml/Makefile.in: Likewise.
6007 * lib/gdb.exp (make_gdb_parallel_path): Add check for
6008 GDB_PARALLEL.
6009 (standard_output_file): Remove check for GDB_PARALLEL, always
6010 return path in outputs/$subdir/$testname.
6011
437277d4
SM
60122016-02-08 Simon Marchi <simon.marchi@ericsson.com>
6013
6014 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
6015 (site.exp): Assign abs_srcdir to tcl's srcdir.
6016
31d913c7
YQ
60172016-02-04 Yao Qi <yao.qi@linaro.org>
6018
6019 * gdb.base/foll-exec-mode.c: Include limits.h.
6020 (main): Add parameters argc and argv. Get directory from
6021 argv[0].
6022 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
6023 compilation.
6024 * gdb.base/foll-exec.c: Include limits.h.
6025 (main): Add parameters argc and argv.
6026 Get directory from argv[0].
6027 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
6028 Adjust tests on the number of lines as source code changed.
6029 * gdb.base/foll-vfork-exit.c: Include limits.h.
6030 (main): Add one line of statement before vfork.
6031 * gdb.base/foll-vfork.c: Include limits.h and string.h.
6032 (main): Add parameters argc and argv. Get directory from
6033 argv[0].
6034 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
6035 (setup_gdb): Set tbreak to skip some source lines.
6036 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
6037 (main): Add parameters argc and argv. Get directory from
6038 argv[0].
6039 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
6040 compilation.
6041 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
6042 (main): Add parameters argc and argv. Get directory from
6043 argv[0].
6044 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
6045 compilation.
6046
9482b9fb
DE
60472016-02-01 Doug Evans <dje@google.com>
6048
6049 * gdb.base/skip.exp: Clean up multiple references to same test name.
6050
6b2e4f10
PA
60512016-02-01 Pedro Alves <palves@redhat.com>
6052
ccb6afd6 6053 PR remote/19496
6b2e4f10
PA
6054 * gdb.threads/forking-threads-plus-breakpoint.exp
6055 (displaced_stepping_supported): New global.
6056 (probe_displaced_stepping_support): New procedure.
6057 (do_test): Add 'displaced' parameter, and use it.
6058 (top level): Check for displaced stepping support. Add displaced
6059 stepping on/off testing axis.
6060
37a8db1a
AB
60612016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
6062
6063 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
6064 pointer. Don't perform further tests on the unassociated pointer
6065 if the first test fails.
6066
5fdf6324
AB
60672016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
6068
6069 * gdb.base/max-value-size.c: New file.
6070 * gdb.base/max-value-size.exp: New file.
6071 * gdb.base/huge.exp: Disable max-value-size for this test.
6072
935c6144
IB
60732016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
6074
6075 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6076
7fe8399d
YQ
60772016-01-28 Yao Qi <yao.qi@linaro.org>
6078
6079 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
6080
a2077e25
PA
60812016-01-25 Pedro Alves <palves@redhat.com>
6082
6083 PR threads/19461
6084 * gdb.base/fork-running-state.c: New file.
6085 * gdb.base/fork-running-state.exp: New file.
6086
1d2736d4
PA
60872016-01-25 Pedro Alves <palves@redhat.com>
6088
6089 PR gdb/19494
6090 * gdb.base/catch-fork-kill.c: New file.
6091 * gdb.base/catch-fork-kill.exp: New file.
6092
f1da4b11
PA
60932016-01-25 Pedro Alves <palves@redhat.com>
6094
6095 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
6096 Delete, moved to lib/gdb.exp.
6097 * gdb.threads/forking-threads-plus-breakpoint.exp
6098 (foreach_with_prefix): Likewise.
6099 * gdb.threads/process-dies-while-handling-bp.exp
6100 (foreach_with_prefix): Likewise.
6101 * lib/gdb.exp (foreach_with_prefix): New procedure.
6102
45f38546
MK
61032016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
6104
6105 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
6106 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
6107
dc29a1ce
MK
61082016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
6109
6110 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
6111 endian targets.
6112
092127d7
JK
61132016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6114 Pedro Alves <palves@redhat.com>
6115
6116 Fix testsuite compatibility with Guile.
6117 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
6118 number.
6119
31d765d3
JK
61202016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6121
6122 Fix testsuite compatibility with Guile.
6123 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
6124 (thread 1): New test for backtrace through signal handler.
6125
1ac78c04
YQ
61262016-01-22 Yao Qi <yao.qi@linaro.org>
6127
6128 PR testsuite/19491
6129 * gdb.base/multi-forks.c: Include
6130 ../lib/unbuffer_output.c
6131 (main): Call gdb_unbuffer_output.
6132
4f5946a8
DE
61332016-01-21 Doug Evans <dje@google.com>
6134
6135 * lib/ada.exp (gdb_compile_ada): Fix typo.
6136
305e13e6
JB
61372016-01-21 Joel Brobecker <brobecker@adacore.com>
6138
6139 * gdb.base/break-fun-addr.exp: New file.
6140 * gdb.base/break-fun-addr1.c: New file.
6141 * gdb.base/break-fun-addr2.c: New file.
6142
5f5dfff6
SM
61432016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
6144
6145 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
6146 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
6147 enum flag values.
6148
fd356fa2
AA
61492016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
6150
6151 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
6152 when GDB can not set the vector return value. Add more comments
6153 for clarification.
6154
9df22175
AT
61552016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
6156
6157 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
6158 command.
6159
41d1845e
SM
61602016-01-19 Simon Marchi <simon.marchi@ericsson.com>
6161
6162 * Makefile.in (DO_RUNTEST): Add --status and update usages.
6163
01ac6840
SM
61642016-01-19 Simon Marchi <simon.marchi@ericsson.com>
6165
6166 * Makefile.in (check-single): Pass --status to runtest.
6167 (check/%.exp): Likewise.
6168
61692016-01-19 Simon Marchi <simon.marchi@ericsson.com>
6170
6171 * Makefile.in (check-parallel): Propagate return code from make
6172 do-check-parallel.
6173
bd0a71fa
MK
61742016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
6175
6176 * gdb.trace/ftrace.exp: Fix expected message on continue.
6177 * gdb.trace/pending.exp: Fix expected message on continue.
6178 * gdb.trace/trace-break.exp: Fix expected message on continue.
6179
8bcbad33
SM
61802016-01-18 Simon Marchi <simon.marchi@ericsson.com>
6181
6182 * lib/gdb.exp (gdb_test): Remove unused global references.
6183
f303dbd6
PA
61842016-01-18 Pedro Alves <palves@redhat.com>
6185
6186 * gdb.base/async-shell.exp: Adjust expected output.
6187 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
6188 * gdb.base/siginfo-thread.exp: Adjust expected output.
6189 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
6190 * gdb.java/jnpe.exp: Adjust expected output.
6191 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
6192 * gdb.threads/continue-pending-status.exp: Adjust expected output.
6193 * gdb.threads/leader-exit.exp: Adjust expected output.
6194 * gdb.threads/manythreads.exp: Adjust expected output.
6195 * gdb.threads/pthreads.exp: Adjust expected output.
6196 * gdb.threads/schedlock.exp: Adjust expected output.
6197 * gdb.threads/siginfo-threads.exp: Adjust expected output.
6198 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
6199 expected output.
6200 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
6201 output.
6202 * gdb.threads/sigthread.exp: Adjust expected output.
6203 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
6204
b2789696
YQ
62052016-01-18 Yao Qi <yao.qi@linaro.org>
6206
6207 * gdb.guile/scm-section-script.c: Replace @progbits with
6208 %progbits.
6209 * gdb.python/py-section-script.c: Likewise.
6210
71ef29a8
PA
62112016-01-15 Pedro Alves <palves@redhat.com>
6212
6213 * gdb.multi/tids.exp: Test star wildcard ranges.
6214
3f5b7598
PA
62152016-01-15 Pedro Alves <palves@redhat.com>
6216
6217 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
6218 command from "thread apply" invocation.
6219 (thr_apply_info_thr_invalid): Default the expected output to the
6220 input tid list.
6221 (top level): Add tests that use convenience variables. Add tests
6222 for "thread apply" with a valid TID list, but missing the command.
6223
663f6d42
PA
62242016-01-13 Pedro Alves <palves@redhat.com>
6225
6226 * gdb.base/default.exp: Expect $_gthread as well.
6227 * gdb.multi/tids.exp: Test $_gthread.
6228 * gdb.threads/thread-specific.exp: Test $_gthread.
6229
c84f6bbf
PA
62302016-01-13 Pedro Alves <palves@redhat.com>
6231
6232 * gdb.multi/tids.exp: Test "info threads -gid".
6233
22a02324
PA
62342016-01-13 Pedro Alves <palves@redhat.com>
6235
6236 * gdb.multi/tids.exp: Test InferiorThread.global_num and
6237 Breakpoint.thread.
6238 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
6239
5d5658a1
PA
62402016-01-07 Pedro Alves <palves@redhat.com>
6241
6242 * gdb.base/break.exp: Adjust to output changes.
6243 * gdb.base/hbreak2.exp: Likewise.
6244 * gdb.base/sepdebug.exp: Likewise.
6245 * gdb.base/watch_thread_num.exp: Likewise.
6246 * gdb.linespec/keywords.exp: Likewise.
6247 * gdb.multi/info-threads.exp: Likewise.
6248 * gdb.threads/thread-find.exp: Likewise.
6249 * gdb.multi/tids.c: New file.
6250 * gdb.multi/tids.exp: New file.
6251
84654457
PA
62522016-01-13 Pedro Alves <palves@redhat.com>
6253
6254 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
6255
e3940304
PA
62562016-01-13 Pedro Alves <palves@redhat.com>
6257
6258 * gdb.base/default.exp: Expect $_inferior as well.
6259 * gdb.multi/base.exp: Test $_inferior.
6260
a911d87a
PA
62612016-01-13 Pedro Alves <palves@redhat.com>
6262
6263 PR breakpoints/19388
6264 * gdb.base/catch-signal-siginfo-cond.c: New file.
6265 * gdb.base/catch-signal-siginfo-cond.exp: New file.
6266
82075af2
JS
62672016-01-12 Josh Stone <jistone@redhat.com>
6268 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6269
6270 * gdb.base/catch-syscall.c (do_execve): New variable.
6271 (main): Conditionally trigger an execve.
6272 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
6273 (test_catch_syscall_execve): New, check entry/return across execve.
6274 (do_syscall_tests): Call test_catch_syscall_execve.
6275
e46eeedd
PA
62762016-01-12 Pedro Alves <palves@redhat.com>
6277
6278 * gdb.base/random-signal.exp (do_test): New procedure, with body
6279 of testcase moved in.
6280
01d8c27e
JK
62812016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6282 Pedro Alves <palves@redhat.com>
6283
6284 * gdb.base/funcargs.exp (finish from indirectly called function):
6285 Reintroduce the case for 'First'.
6286
9a706302
JK
62872016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6288 Pedro Alves <palves@redhat.com>
6289
6290 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
6291 (tcatch_vfork_then_child_follow_exec)
6292 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
6293 identification.
6294
c0ecb95f
JK
62952016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6296
6297 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
6298 and repeats to unlimited.
6299 * gdb.python/py-value.exp: Likewise.
6300 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
6301 and repeats to unlimited.
6302
6cfc1fcb
JK
63032016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6304
6305 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
6306 and reordering the functions.
6307 * gdb.multi/hangout.c: Likewise.
6308 * gdb.multi/hello.c: Likewise.
6309
582a1b00
SM
63102016-01-08 Simon Marchi <simon.marchi@ericsson.com>
6311
6312 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
6313 absolute.
6314 (SingleStatisticTestResult.report): Use dict.keys instead of
6315 dict.iterkeys.
6316
79bc59cb
PA
63172016-01-06 Pedro Alves <palves@redhat.com>
6318
6319 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
6320
43368e1d
MM
63212016-01-04 Markus Metzger <markus.t.metzger@intel.com>
6322
6323 * gdb.btrace/dlopen.exp: New.
6324 * gdb.btrace/dlopen.c: New.
6325 * gdb.btrace/dlopen-dso.c: New.
6326
79fad5b8
SL
63272015-12-25 Sandra Loosemore <sandra@codesourcery.com>
6328
6329 * lib/gdb.exp (gdb_test): Update comments to clarify that the
6330 PATTERN argument is optional.
6331
ab8314b3
JB
63322015-12-24 Joel Brobecker <brobecker@adacore.com>
6333
6334 * lib/ada.exp (target_compile_ada_from_dir): New function.
6335 (gdb_compile_ada): Reimplement avoiding the use of project files.
6336 * gdb.ada/gnat_ada.gpr: Delete.
6337 * gdb.ada/cond_lang.exp: Adjust test to make path before
6338 filename optional.
6339 * gdb.ada/small_reg_param.exp: Likewise.
6340
fe33faff
SM
63412015-12-22 Simon Marchi <simon.marchi@ericsson.com>
6342
6343 * gdb.base/foll-vork.exp: Remove HP-UX special case.
6344
6d265cb4
TP
63452015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
6346
6347 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
6348 case.
6349
10125099
SM
63502015-12-21 Simon Marchi <simon.marchi@ericsson.com>
6351
6352 * gdb.base/break.exp: Remove dead code.
6353 * gdb.base/sepdebug.exp: Likewise.
6354
3ca22649
SM
63552015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
6356
6357 * gdb.asm/asm-source.exp: Remove HP-UX references.
6358 * gdb.base/annota1.exp: Likewise.
6359 * gdb.base/annota3.exp: Likewise.
6360 * gdb.base/attach.exp: Likewise.
6361 * gdb.base/bigcore.exp: Likewise.
6362 * gdb.base/break.exp: Likewise.
6363 * gdb.base/call-ar-st.exp: Likewise.
6364 * gdb.base/callfuncs.exp: Likewise.
6365 * gdb.base/catch-fork-static.exp: Likewise.
6366 * gdb.base/display.exp: Likewise.
6367 * gdb.base/foll-exec-mode.exp: Likewise.
6368 * gdb.base/foll-exec.exp: Likewise.
6369 * gdb.base/foll-fork.exp: Likewise.
6370 * gdb.base/foll-vfork.exp: Likewise.
6371 * gdb.base/funcargs.exp: Likewise.
6372 * gdb.base/hbreak2.exp: Likewise.
6373 * gdb.base/inferior-died.exp: Likewise.
6374 * gdb.base/interrupt.exp: Likewise.
6375 * gdb.base/multi-forks.exp: Likewise.
6376 * gdb.base/nodebug.exp: Likewise.
6377 * gdb.base/sepdebug.exp: Likewise.
6378 * gdb.base/solib1.c: Likewise.
6379 * gdb.base/step-test.exp: Likewise.
6380 * gdb.mi/non-stop.c: Likewise.
6381 * gdb.mi/pthreads.c: Likewise.
6382 * gdb.multi/bkpt-multi-exec.ex: Likewise.
6383 * gdb.threads/pthreads.c: Likewise.
6384 * gdb.threads/staticthreads.exp: Likewise.
6385 * lib/future.exp: Likewise.
6386 * lib/gdb.exp: Likewise.
6387 * gdb.base/so-indr-cl.c: Remove.
6388 * gdb.base/so-indr-cl.exp: Likewise.
6389 * gdb.base/solib.c: Likewise.
6390 * gdb.base/solib.exp: Likewise.
6391 * gdb.base/solib2.c: Likewise.
6392
b6304613
SM
63932015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
6394
6395 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
6396 * gdb.base/call-ar-st.exp: Likewise.
6397 * gdb.base/callfuncs.exp: Likewise.
6398 * gdb.base/condbreak.exp: Likewise.
6399 * gdb.base/constvars.exp: Likewise.
6400 * gdb.base/hbreak2.exp: Likewise.
6401 * gdb.base/langs.exp: Likewise.
6402 * gdb.base/list.exp: Likewise.
6403 * gdb.base/long_long.exp: Likewise.
6404 * gdb.base/ptype.exp: Likewise.
6405 * gdb.base/scope.exp: Likewise.
6406 * gdb.base/signals.exp: Likewise.
6407 * gdb.base/so-impl-ld.exp: Likewise.
6408 * gdb.base/varargs.exp: Likewise.
6409 * gdb.base/volatile.exp: Likewise.
6410 * gdb.base/whatis.exp: Likewise.
6411 * gdb.cp/cplusfuncs.exp: Likewise.
6412 * gdb.cp/inherit.exp: Likewise.
6413 * gdb.cp/local.exp: Likewise.
6414 * gdb.cp/member-ptr.exp: Likewise.
6415 * gdb.cp/method.exp: Likewise.
6416 * gdb.cp/overload.exp: Likewise.
6417 * gdb.cp/templates.exp: Likewise.
6418 * gdb.stabs/weird.exp: Likewise.
6419 * lib/compiler.c: Likewise.
6420 * lib/compiler.cc: Likewise.
6421 * lib/cp-support.exp: Likewise.
6422 * lib/gdb.exp: Likewise.
6423
bf401b07
SM
64242015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
6425
6426 * configure.ac: Remove HP-UX case.
6427 * configure: Regenerate.
6428
aff9c0f8
SM
64292015-12-18 Simon Marchi <simon.marchi@ericsson.com>
6430
6431 * lib/gdb.exp (gdb_compile): Add function doc.
6432
a6904d5a
PA
64332015-12-17 Pedro Alves <palves@redhat.com>
6434
6435 PR threads/19354
6436 * gdb.multi/info-threads.exp: New file.
6437
a22279dd
YQ
64382015-12-15 Yao Qi <yao.qi@linaro.org>
6439
6440 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
6441 is aarch64*-*-*.
6442
0588c796
SL
64432015-12-14 Sandra Loosemore <sandra@codesourcery.com>
6444
6445 * gdb.base/history-duplicates.exp: Skip if no readline support.
6446
5d978e17
SL
64472015-12-14 Sandra Loosemore <sandra@codesourcery.com>
6448
6449 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
6450
7e763b86
SL
64512015-12-14 Sandra Loosemore <sandra@codesourcery.com>
6452
6453 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
6454
87a3a92c
SL
64552015-12-14 Sandra Loosemore <sandra@codesourcery.com>
6456
6457 * gdb.base/completion.exp: Skip tests that interrupt GDB with
6458 ctrl-C if nointerrupts target property is set.
6459 * gdb.base/double-prompt-target-event-error.exp: Likewise.
6460 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
6461 * gdb.base/paginate-bg-execution.exp: Likewise.
6462 * gdb.base/paginate-execution-startup.exp: Likewise.
6463 * gdb.base/random-signal.exp: Likewise.
6464 * gdb.base/range-stepping.exp: Likewise.
6465 * gdb.cp/annota2.exp: Likewise.
6466 * gdb.cp/annota3.exp: Likewise.
6467 * gdb.gdb/selftest.exp: Likewise.
6468 * gdb.threads/continue-pending-status.exp: Likewise.
6469 * gdb.threads/leader-exit.exp: Likewise.
6470 * gdb.threads/manythreads.exp: Likewise.
6471 * gdb.threads/pthreads.exp: Likewise.
6472 * gdb.threads/schedlock.exp: Likewise.
6473 * gdb.threads/sigthread.exp: Likewise.
6474
a8f077dc
DB
64752015-12-11 Don Breazeal <donb@codesourcery.com>
6476
6477 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
6478 remote.
6479 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
6480 * gdb.base/foll-exec.exp (main): Enable for target remote.
6481 * gdb.base/foll-fork.exp (main): Likewise.
6482 * gdb.base/foll-vfork.exp (main): Likewise.
6483 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
6484 (proc continue_to_exit_bp_loc): Use clean_restart.
6485 * gdb.base/pie-execl.exp (main): Disable for target remote.
6486 * gdb.base/watch-vfork.exp (main): Enable for target remote.
6487 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
6488 * gdb.threads/execl.exp (main): Likewise.
6489 * gdb.threads/fork-child-threads.exp (main): Likewise.
6490 * gdb.threads/fork-plus-threads.exp (main): Disable for target
6491 remote.
6492 * gdb.threads/fork-thread-pending.exp (main): Enable for target
6493 remote.
6494 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
6495 pid.tid style ptids, instead of just tid.
6496 * gdb.threads/thread-execl.exp (main): Enable for target remote.
6497 * gdb.threads/watchpoint-fork.exp (main): Likewise.
6498 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
6499 ptids, instead of just tid.
6500
3b2464a8
AB
65012015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
6502
6503 * gdb.base/list.exp (test_list_forward): Add end of file error
6504 test.
6505 (test_repeat_list_command): Add end of file error test.
6506 (test_list_backwards): Add beginning of file error test.
6507
a0def019
AB
65082015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
6509
6510 * gdb.base/list.exp (test_list_invalid_args): New function,
6511 defined, and called.
6512
5c000dff
AB
65132015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
6514
6515 * gdb.base/list.exp (test_list): Make test names unique.
6516
f1637ebe
YQ
65172015-12-11 Yao Qi <yao.qi@linaro.org>
6518
6519 * gdb.base/coremaker2.c: Remove.
6520
36d6fc0a
PA
65212015-12-10 Pedro Alves <palves@redhat.com>
6522
6523 * gdb.multi/base.exp: Remove stale "spaces" references.
6524
762f7747
PA
65252015-12-10 Pedro Alves <palves@redhat.com>
6526
6527 * gdb.multi/base.exp: Don't use nowarnings.
6528 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
6529 * gdb.multi/hangout.c: Include stdio.h.
6530 * gdb.multi/hello.c: Include stdlib.h.
6531 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
6532 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
6533 * gdb.multi/multi-arch.exp: Don't use nowarnings.
6534
28d2bfb9
AB
65352015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
6536
6537 * gdb.dwarf2/dw2-ranges-base.c: New file.
6538 * gdb.dwarf2/dw2-ranges-base.exp: New file.
6539 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
6540 support additional line table, and debug ranges generation.
6541 (Dwarf::ranges): New function, generate .debug_ranges.
6542 (Dwarf::lines): Support generating simple line table programs.
6543 (Dwarf::assemble): Initialise new namespace variables.
6544
5fc2beac
KB
65452015-12-09 Kevin Buettner <kevinb@redhat.com>
6546
6547 * gdb.base/async.exp (proc test_background): Add case for
6548 asynchronous execution not supported.
6549
1c35a88f
LM
65502015-12-09 Luis Machado <lgustavo@codesourcery.com>
6551
6552 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
6553 format and change test names to make them unique.
6554
b593e3d9
RK
65552015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
6556 Pedro Alves <pedro@redhat.com>
6557
6558 PR gdb/18702
6559 Add checking of floatformats setup on x86_64 hosts.
6560 * gdb.arch/i386-float.S (main): Load bigval and smallval.
6561 (smallval, bigval): New labels/constants.
6562 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
6563 float" after loading bigval and smallval.
6564
d72413e6
PMR
65652015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
6566
6567 * gdb.ada/fun_overload_menu.exp: New testcase.
6568 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
6569
ece66d65
JS
65702015-12-04 Josh Stone <jistone@redhat.com>
6571
6572 * gdb.base/catch-fork-static.exp: New.
6573
41d0efca
YQ
65742015-12-03 Yao Qi <yao.qi@linaro.org>
6575
6576 * gdb.base/sizeof.c: Don't include stdio.h and
6577 ../lib/unbuffer_output.c.
6578 (main): New variable 'size' and 'value'. Remove printf and
6579 gdb_unbuffer_output. Assign return value to size and value.
6580 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
6581 at the beginning.
6582 (check_sizeof): Check the result by printing variable 'size'.
6583 (check_valueof): Check the result by printing variable 'value'.
6584
99fd02d9
YQ
65852015-12-01 Yao Qi <yao.qi@linaro.org>
6586
6587 * gdb.base/disp-step-syscall.exp: Define syscall instruction
6588 for aarch64*-*-linux* target.
6589
f2faf941
PA
65902015-11-30 Pedro Alves <palves@redhat.com>
6591
6592 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
6593
04bf20c5
PA
65942015-11-30 Pedro Alves <palves@redhat.com>
6595
6596 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
6597 Handle non-stop mode vCont replies.
6598
09df4675
PA
65992015-11-30 Pedro Alves <palves@redhat.com>
6600
6601 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
6602 prepare_for_testing. Start gdb with "set non-stop on" appended to
6603 GDBFLAGS. Lax expected stop output.
6604
58b584af
YQ
66052015-11-27 Yao Qi <yao.qi@linaro.org>
6606
6607 * gdb.arch/arm-neon.exp: New.
6608 * gdb.arch/arm-neon.c: New.
6609
dfcb77a8
YQ
66102015-11-27 Yao Qi <yao.qi@linaro.org>
6611
6612 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
6613
88e8ec1b
YQ
66142015-11-27 Yao Qi <yao.qi@linaro.org>
6615
6616 * gdb.cp/annota2.exp: Allow multiple occurrences of the
6617 frames-invalid annotation.
6618
bfde72c2
YQ
66192015-11-27 Yao Qi <yao.qi@linaro.org>
6620
6621 * gdb.cp/annota2.exp: Use ${frames_invalid}.
6622
f6512a69
SM
66232015-11-26 Simon Marchi <simon.marchi@ericsson.com>
6624
6625 * gdb.threads/names.exp: New file.
6626 * gdb.threads/names.c: New file.
6627 * README: Mention gdb,no_thread_names.
6628
46a3515b
MM
66292015-11-26 Markus Metzger <markus.t.metzger@intel.com>
6630
6631 PR 19297
6632 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
6633 support" error.
6634
62147a22
PA
66352015-11-24 Pedro Alves <palves@redhat.com>
6636
6637 PR 17539
6638 * gdb.base/display.exp: Expect displays to be sorted in ascending
6639 order. Use multi_line.
6640 * gdb.base/solib-display.exp: Likewise.
6641
2f341b6e
PA
66422015-11-24 Pedro Alves <palves@redhat.com>
6643
6644 PR 17539
25d49b86
PA
6645 * gdb.base/display.exp: Expect displays to be sorted in ascending
6646 order. Use multi_line.
6647 * gdb.base/solib-display.exp: Likewise.
2f341b6e 6648
7e0aa6aa
PA
66492015-11-24 Pedro Alves <palves@redhat.com>
6650
6651 PR 17539
6652 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
6653 threads in ascending order.
6654 * gdb.base/foll-fork.exp: Likewise.
6655 * gdb.base/foll-vfork.exp: Likewise.
6656 * gdb.base/multi-forks.exp: Likewise.
6657 * gdb.mi/mi-nonstop.exp: Likewise.
6658 * gdb.mi/mi-nsintrall.exp: Likewise.
6659 * gdb.multi/base.exp: Likewise.
6660 * gdb.multi/multi-arch.exp: Likewise.
6661 * gdb.python/py-inferior.exp: Likewise.
6662 * gdb.threads/break-while-running.exp: Likewise.
6663 * gdb.threads/execl.exp: Likewise.
6664 * gdb.threads/gcore-thread.exp: Likewise.
6665 * gdb.threads/info-threads-cur-sal.exp: Likewise.
6666 * gdb.threads/kill.exp: Likewise.
6667 * gdb.threads/linux-dp.exp: Likewise.
6668 * gdb.threads/multiple-step-overs.exp: Likewise.
6669 * gdb.threads/next-bp-other-thread.exp: Likewise.
6670 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
6671 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
6672 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
6673 * gdb.threads/thread-find.exp: Likewise.
6674 * gdb.threads/tls.exp: Likewise.
6675 * lib/mi-support.exp (mi_reverse_list): Delete.
6676 (mi_check_thread_states): No longer reverse list.
6677
2cc57ad8
PA
66782015-11-24 Pedro Alves <palves@redhat.com>
6679
6680 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
6681 use lowercase.
6682
c93e8391
SM
66832015-11-23 Simon Marchi <simon.marchi@ericsson.com>
6684
6685 * gdb.trace/actions.c: Include trace-common.h.
6686 (main): Add a location for a fast tracepoint.
6687 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
6688 the normal tracepoints.
6689 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
6690
045ccf91
SM
66912015-11-23 Simon Marchi <simon.marchi@ericsson.com>
6692
6693 * save-trace.exp: Factor out code to these...
6694 (gdb_save_tracepoints): New.
6695 (gdb_load_tracepoints): New.
6696 (do_save_load_test): New.
6697
5506f9f6
KB
66982015-11-23 Kevin Buettner <kevinb@redhat.com>
6699
6700 * gdb.base/asmlabel.exp: New test.
6701 * gdb.base/asmlabel.c: New test case.
6702
16c3b12f
JB
67032015-11-23 Joel Brobecker <brobecker@adacore.com>
6704
6705 * gdb.base/wrong_frame_bt_full-main.c: New file.
6706 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
6707 * gdb.base/wrong_frame_bt_full.exp: New file.
6708
155bfbd3
JB
67092015-11-23 Joel Brobecker <brobecker@adacore.com>
6710
6711 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
6712
bb097445
JM
67132015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
6714
206853a0 6715 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
6716 pstate register when comparing registers values in
6717 sparc64-*-linux-gnu targets to avoid spurious differences.
6718
9c88ed8f
JM
67192015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
6720
206853a0 6721 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 6722
96161e25
SL
67232015-11-19 Sandra Loosemore <sandra@codesourcery.com>
6724
6725 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
6726 as type argument to gdb_compile.
6727 * gdb.base/nested-subp2.exp: Likewise.
6728 * gdb.base/nested-subp3.exp: Likewise.
6729
340c2830
DV
67302015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
6731
6732 * lib/dwarf.exp (_note): Fix left shift of negative value.
6733 * gdb.trace/trace-condition.exp: Likewise.
6734
c1862d0f
YQ
67352015-11-13 Yao Qi <yao.qi@linaro.org>
6736
6737 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
6738 comments about d10v.
6739 (test_scalar_returns): Likewise.
6740 * gdb.base/d10v.ld: Remove.
6741 * gdb.base/overlays.exp: Remove the target triplet checking for
6742 d10v-*-*.
6743 * gdb.base/structs.exp (test_struct_returns): Remove the
6744 comments about d10v.
6745 (test_struct_calls): Likewise.
6746
77ae9c19
YQ
67472015-11-13 Yao Qi <yao.qi@linaro.org>
6748
6749 * gdb.base/gnu_vector.exp: Check the return value by "p res".
6750 * gdb.base/gnu_vector.c: Don't include stdio.h.
6751 (main): Don't print res and call add_some_intvecs.
6752
430e004e
MK
67532015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
6754
6755 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
6756 macro.
6757 (func5): Removed.
6758 (func4): Use FAST_TRACEPOINT_LABEL.
6759 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
6760 macro.
6761 (func): Removed.
6762 (thread_function): Use FAST_TRACEPOINT_LABEL.
6763 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
6764 (func): Remove.
6765 (marker): Use FAST_TRACEPOINT_LABEL.
6766 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
6767 (pendfunc1): Remove.
6768 (pendfunc): Use FAST_TRACEPOINT_LABEL.
6769 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
6770 (foo): Remove.
6771 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
6772 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
6773 macro.
6774 (func): Remove.
6775 (marker): Use FAST_TRACEPOINT_LABEL.
6776 * gdb.trace/trace-common.h: New header.
6777 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
6778 macro.
6779 (func): Remove.
6780 (marker): Use FAST_TRACEPOINT_LABEL.
6781 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
6782 (func): Remove.
6783 (thread_function): Use FAST_TRACEPOINT_LABEL.
6784
6e7675a7
MK
67852015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
6786
6787 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
6788 in front.
6789 * gdb.trace/change-loc.exp: Use global pcreg definition.
6790 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
6791 * gdb.trace/entry-values.exp: Use global spreg definition, add $
6792 in front.
6793 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
6794 * gdb.trace/pending.exp: Likewise.
6795 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
6796 * gdb.trace/trace-break.exp: Likewise.
6797 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
6798 in front.
6799 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
6800 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
6801 in front.
6802 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
6803
dddc0e16
JB
68042015-11-09 Joel Brobecker <brobecker@adacore.com>
6805
6806 * gdb.ada/fin_fun_out: New testcase.
6807
c6f0b406
KB
68082015-11-07 Kevin Buettner <kevinb@redhat.com>
6809
6810 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
6811 value associated with DW_AT_byte_size.
6812 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
6813 constants for DW_AT_byte_size, DW_AT_lower_bound, and
6814 DW_AT_upper_bound.
6815
f01dcfd9
KB
68162015-11-07 Kevin Buettner <kevinb@redhat.com>
6817
6818 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
6819 (gdb_target_symbol_prefix_flags): Define in terms of _asm
6820 version.
6821 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
6822 gdb.dwarf2/dw2-canonicalize-type.exp,
6823 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
6824 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
6825 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
6826 provided by gdb_target_symbol_prefix_flags_asm.
6827 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
6828 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
6829 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
6830 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
6831 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
6832 macros where needed). Use this macro for symbols which require
6833 the prefix provided by SYMBOL_PREFIX.
6834
2223449a
KB
68352015-11-05 Kevin Buettner <kevinb@redhat.com>
6836
6837 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
6838 New procs.
6839 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
6840 representing expressions, of more than one list element.
6841 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
6842 to prepend linker symbol prefix to f.
6843 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
6844 table_1 and table_2.
6845 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
6846 Likewise, for f and g.
6847 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
6848 for ptr.
6849 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
6850 for main.
6851 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
6852 table_1_ptr and table_2_ptr.
6853
6f2f1a3a
JK
68542015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6855 Joel Brobecker <brobecker@adacore.com>
6856
6857 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
6858
566c56c9
MK
68592015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
6860
6861 * gdb.reverse/s390-mvcle.c: New test.
6862 * gdb.reverse/s390-mvcle.exp: New file.
6863 * lib/gdb.exp: Enable reverse tests on s390*-linux.
6864
d5f0636b
MK
68652015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
6866
6867 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
6868
7ad8b86c
MK
68692015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
6870
6871 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
6872 reaching marker2.
6873 * gdb.reverse/getresuid-reverse.exp: Likewise.
6874 * gdb.reverse/pipe-reverse.exp: Likewise.
6875 * gdb.reverse/readv-reverse.exp: Likewise.
6876 * gdb.reverse/recvmsg-reverse.exp: Likewise.
6877 * gdb.reverse/time-reverse.exp: Likewise.
6878 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
6879
4081c0f1
YQ
68802015-10-30 Yao Qi <yao.qi@linaro.org>
6881
6882 * gdb.threads/wp-replication.c (watch_count_done): Remove.
6883 (empty_cycle): Remove.
6884 (main): Don't call empty_cycle. Don't use watch_count_done.
6885 * gdb.threads/wp-replication.exp: Don't set breakpoint on
6886 empty_cycle. Rewrite the code counting HW watchpoints.
6887
452b4ba5
MK
68882015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
6889
6890 * gdb.reverse/fstatat-reverse.c: New test.
6891 * gdb.reverse/fstatat-reverse.exp: New file.
6892 * gdb.reverse/getresuid-reverse.c: New test.
6893 * gdb.reverse/getresuid-reverse.exp: New file.
6894 * gdb.reverse/pipe-reverse.c: New test.
6895 * gdb.reverse/pipe-reverse.exp: New file.
6896 * gdb.reverse/readv-reverse.c: New test.
6897 * gdb.reverse/readv-reverse.exp: New file.
6898 * gdb.reverse/recvmsg-reverse.c: New test.
6899 * gdb.reverse/recvmsg-reverse.exp: New file.
6900 * gdb.reverse/time-reverse.c: New test.
6901 * gdb.reverse/time-reverse.exp: New file.
6902 * gdb.reverse/waitpid-reverse.c: New test.
6903 * gdb.reverse/waitpid-reverse.exp: New file.
6904
5e2e7507
JK
69052015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6906
6907 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
6908
0fde2c53
DE
69092015-10-26 Doug Evans <dje@google.com>
6910
6911 PR symtab/17391
6912 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
6913 * gdb.dwarf2/bad-regnum.c: New file.
6914 * gdb.dwarf2/bad-regnum.exp: New file.
6915
1a70ae97
DE
69162015-10-26 Doug Evans <dje@google.com>
6917
6918 PR python/18938
6919 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
6920 file.
6921
27dc26ab
JK
69222015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6923
6924 * gdb.compile/compile.exp (compile code globalvar): Update expectation
6925 for a change by "Mention language in compile error message".
6926
bed91f4d
SM
69272015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
6928
6929 PR python/18073
6930 * gdb.python/py-type.c (C::a_method): New.
6931 (C::a_const_method): New.
6932 (C::a_static_method): New.
6933 (a_function): New.
6934 * gdb.python/py-type.exp (test_fields): Test getting fields
6935 from function and method.
6936
3f2f83dd
KB
69372015-10-21 Keven Boell <keven.boell@intel.com>
6938
6939 * gdb.fortran/vla-alloc-assoc.exp: New file.
6940 * gdb.fortran/vla-datatypes.exp: New file.
6941 * gdb.fortran/vla-datatypes.f90: New file.
6942 * gdb.fortran/vla-history.exp: New file.
6943 * gdb.fortran/vla-ptype-sub.exp: New file.
6944 * gdb.fortran/vla-ptype.exp: New file.
6945 * gdb.fortran/vla-sizeof.exp: New file.
6946 * gdb.fortran/vla-sub.f90: New file.
6947 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
6948 * gdb.fortran/vla-value-sub-finish.exp: New file.
6949 * gdb.fortran/vla-value-sub.exp: New file.
6950 * gdb.fortran/vla-value.exp: New file.
6951 * gdb.fortran/vla-ptr-info.exp: New file.
6952 * gdb.mi/mi-vla-fortran.exp: New file.
6953 * gdb.mi/vla.f90: New file.
6954
27145d50
SL
69552015-10-21 Sandra Loosemore <sandra@codesourcery.com>
6956
6957 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
6958 of hardwired timeout value.
6959
5f3ff4f8
JK
69602015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6961 Pedro Alves <palves@redhat.com>
6962
6963 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
6964 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
6965
bfd09d20
JS
69662015-10-19 Josh Stone <jistone@redhat.com>
6967
6968 * gdb.base/catch-syscall.c: Include <sched.h>.
6969 (unknown_syscall): New variable.
6970 (main): Trigger a vfork and an unknown syscall.
6971 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
6972 (unknown_syscall_number): Likewise.
6973 (check_call_to_syscall): Accept an optional syscall pattern.
6974 (check_return_from_syscall): Likewise.
6975 (check_continue): Likewise.
6976 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
6977 (test_catch_syscall_skipping_return): New test toggling off 'catch
6978 syscall' to step over the syscall return, then toggling back on.
6979 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
6980 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
6981 (do_syscall_tests): Call test_catch_syscall_without_args and
6982 test_catch_syscall_mid_vfork.
6983 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
6984 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
6985
b32b93c6
AS
69862015-10-19 Andrew Stubbs <ams@codesourcery.com>
6987
6988 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
6989 print g_vE): Add new pass patterns.
6990 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
6991 print various symbol names for vptr fields.
6992
9d622bda
AB
69932015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
6994
6995 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
6996 results.
6997
0fd8ac1c
YQ
69982015-10-12 Yao Qi <yao.qi@linaro.org>
6999
7000 * gdb.arch/disp-step-insn-reloc.exp: New test case.
7001
34240514
YQ
70022015-10-12 Yao Qi <yao.qi@linaro.org>
7003
7004 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
7005 is aarch64*-*-linux*.
7006
8240f442
YQ
70072015-10-12 Yao Qi <yao.qi@linaro.org>
7008
7009 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
7010 (can_relocate_bcond_true): ... it.
7011 (can_relocate_bcond_false): New function.
7012 (foo): Likewise.
7013 (can_relocate_bl): Likewise.
7014 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
7015 can_relocate_bl.
7016
2520f728
PMR
70172015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
7018
7019 * gdb.base/nested-addr.c: New file.
7020 * gdb.base/nested-addr.exp: New testcase.
7021
abcef95a
MM
70222015-10-09 Markus Metzger <markus.t.metzger@intel.com>
7023
7024 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
7025 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
7026 its output. Ignore the output of "record goto begin" and instead
7027 check that GDB is replaying.
7028
145e3ddb
PA
70292015-10-09 Pedro Alves <palves@redhat.com>
7030
7031 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
7032 (top level): Use it in the run with no args test.
7033
d5d8c4e1
IB
70342015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
7035
7036 * gdb.dlang/properties.exp: New file.
7037
06e635ef
SL
70382015-10-02 Sandra Loosemore <sandra@codesourcery.com>
7039
7040 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
7041 whether or not address 0x1000 is mapped on the target.
7042
e019fd1d
SM
70432015-09-30 Simon Marchi <simon.marchi@ericsson.com>
7044
7045 * gdb.python/py-type.exp: Do not run tests if binaries fail to
7046 build.
7047
77ba2a67
MM
70482015-09-30 Markus Metzger <markus.t.metzger@intel.com>
7049
7050 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
7051 instruction-history test.
7052
c60eb31f
DE
70532015-09-28 Doug Evans <dje@google.com>
7054
7055 * gdb.base/gcore.c (array_func): Add reference to static_array.
7056
9a3c8263
SM
70572015-09-25 Simon Marchi <simon.marchi@ericsson.com>
7058
7059 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
7060 source line.
7061
9720e656
SL
70622015-09-24 Sandra Loosemore <sandra@codesourcery.com>
7063
7064 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
7065 short or char as base type.
7066
938d3bf2
SL
70672015-09-23 Sandra Loosemore <sandra@codesourcery.com>
7068
7069 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
7070 to allow any size enum.
7071
e6c2c623
PMR
70722015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
7073
7074 * gdb.ada/array_ptr_renaming.exp: New testcase.
7075 * gdb.ada/array_ptr_renaming/foo.adb: New file.
7076 * gdb.ada/array_ptr_renaming/pack.ads: New file.
7077
06da0f77
PL
70782015-09-21 Pierre Langlois <pierre.langlois@arm.com>
7079
7080 * gdb.trace/ftrace-lock.c: New file.
7081 * gdb.trace/ftrace-lock.exp: New file.
7082
4f51c22a
PL
70832015-09-21 Pierre Langlois <pierre.langlois@arm.com>
7084
7085 * gdb.arch/insn-reloc.c: New file.
7086 * gdb.arch/ftrace-insn-reloc.exp: New file.
7087
7041adf4
PL
70882015-09-21 Pierre Langlois <pierre.langlois@arm.com>
7089
7090 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
7091 instruction.
7092 * gdb.trace/pendshr1.c (pendfunc): Likewise.
7093 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
7094 * gdb.trace/range-stepping.c: Likewise.
7095 * gdb.trace/trace-break.c: Likewise.
7096 * gdb.trace/trace-mt.c (thread_function): Likewise.
7097 * gdb.trace/ftrace.c (marker): Likewise.
7098 * gdb.trace/trace-condition.c (marker): Likewise.
7099 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
7100 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
7101 is_aarch64_target.
7102
015d2e7e
DE
71032015-09-18 Doug Evans <xdje42@gmail.com>
7104
7105 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
7106 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
7107
26b188a2
SL
71082015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7109
7110 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
7111 the breakpoint.
7112
79dc332b
SL
71132015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7114
7115 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
7116 the pending breakpoint. Remove timeout override for "Run till
7117 MI pending breakpoint on pendfunc3 on thread 2" test.
7118
f57929f2
SL
71192015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7120
7121 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
7122 filename pattern.
7123
3f469b17
SL
71242015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7125
7126 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
7127 in breakpoint filename pattern.
7128
515b89b3
SL
71292015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7130
7800dbe4
SL
7131 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
7132
71332015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7134
515b89b3
SL
7135 * gdb.linespec/explicit.exp: Check for readline support for
7136 tab-completion tests. Fix obvious typo.
7137
d2939ba2
MM
71382015-09-18 Markus Metzger <markus.t.metzger@intel.com>
7139
7140 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
7141 and replay.
7142
cbb55fa7
MM
71432015-09-18 Markus Metzger <markus.t.metzger@intel.com>
7144
7145 * gdb.btrace/non-stop.c: New.
7146 * gdb.btrace/non-stop.exp: New.
7147
43691ca1
PL
71482015-09-17 Pierre Langlois <pierre.langlois@arm.com>
7149 Yao Qi <yao.qi@linaro.org>
7150
7151 * gdb.trace/trace-condition.c: New file.
7152 * gdb.trace/trace-condition.exp: New file.
7153
d78908cf
WW
71542015-09-16 Wei-cheng Wang <cole945@gmail.com>
7155
7156 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
7157 for testing bytecode compilation.
7158
1ed415e2
PA
71592015-09-16 Pedro Alves <palves@redhat.com>
7160 Sandra Loosemore <sandra@codesourcery.com>
7161
7162 * gdb.threads/non-stop-fair-events.c (timeout): New global.
7163 (SECONDS): Redefine.
7164 (main): Call pthread_kill and alarm early.
7165 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
7166 support.
7167 (test): If the target can't hardware step and doesn't support
7168 displaced stepping, increase the timeout.
7169
d136eff5
PA
71702015-09-16 Pedro Alves <palves@redhat.com>
7171
7172 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
7173 (enable_debug): New procedures.
7174 (test): Use them. Bail out if waiting for threads fails.
7175 (top level): Bail out if a test fails.
7176
991f019c
YQ
71772015-09-16 Yao Qi <yao.qi@linaro.org>
7178
7179 * gdb.asm/asm-source.exp: Set asm-arch for
7180 aarch64*-*-* target.
7181 * gdb.asm/aarch64.inc: New file.
7182
bfca584f
PMR
71832015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
7184
7185 * gdb.ada/array_of_variable_length.exp: New testcase.
7186 * gdb.ada/array_of_variable_length/foo.adb: New file.
7187 * gdb.ada/array_of_variable_length/pck.adb: New file.
7188 * gdb.ada/array_of_variable_length/pck.ads: New file.
7189
b326e587
DE
71902015-09-15 Doug Evans <dje@google.com>
7191
7192 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
7193 of function static local variable.
7194
5382cfab
PW
71952015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7196
7197 * gdb.threads/tls-so_extern.exp: New test file.
7198 * gdb.threads/tls-so_extern.c: New test file.
7199 * gdb.threads/tls-so_extern_main.c: New test file.
7200
141c5cc4
JK
72012015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7202
7203 * gdb.opt/solib-intra-step-lib.c: New file.
7204 * gdb.opt/solib-intra-step-main.c: New file.
7205 * gdb.opt/solib-intra-step.exp: New file.
7206
d15dcecd
PA
72072015-09-15 Pedro Alves <palves@redhat.com>
7208
7209 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
7210 gdb_continue_to_breakpoint instead of gdb_test_multiple.
7211
4c2f2a79
PA
72122015-09-14 Pedro Alves <palves@redhat.com>
7213
7214 * gdb.base/hook-stop-continue.c: Delete.
7215 * gdb.base/hook-stop-continue.exp: Delete.
7216 * gdb.base/hook-stop-frame.c: Delete.
7217 * gdb.base/hook-stop-frame.exp: Delete.
7218 * gdb.base/hook-stop.c: New file.
7219 * gdb.base/hook-stop.exp: New file.
7220
919e6dbe
PMR
72212015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
7222
7223 * gdb.ada/access_to_packed_array.exp: New testcase.
7224 * gdb.ada/access_to_packed_array/foo.adb: New file.
7225 * gdb.ada/access_to_packed_array/pack.adb: New file.
7226 * gdb.ada/access_to_packed_array/pack.ads: New file.
7227
157280a4
MM
72282015-09-14 Markus Metzger <markus.t.metzger@intel.com>
7229
7230 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
7231 buffer size test.
7232
2fd33e94
DB
72332015-09-11 Don Breazeal <donb@codesourcery.com>
7234
7235 * gdb.base/foll-exec.c: Add copyright header. Fix
7236 formatting issues.
7237 * gdb.base/foll-exec.exp (zap_session): Delete proc.
7238 (do_exec_tests): Use clean_restart in place of zap_session,
7239 and for test initialization. Fix formatting issues. Use
7240 fail in place of perror.
7241 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
7242 an expect statement to match an expression with output from
7243 the program under debug.
7244 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
7245 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
7246 * gdb.threads/non-ldr-exc-2.exp: Likewise.
7247 * gdb.threads/non-ldr-exc-3.exp: Likewise.
7248 * gdb.threads/non-ldr-exc-4.exp: Likewise.
7249
e70b6e8e
DE
72502015-09-09 Doug Evans <dje@google.com>
7251
7252 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
7253
7a551a51
DE
72542015-09-09 Doug Evans <dje@google.com>
7255
7256 * gdb.base/pie-execl.exp: Fix result test of build_executable.
7257
4c666f84
DE
72582015-09-09 Doug Evans <dje@google.com>
7259
7260 * gdb.base/savedregs.exp: Fix typo.
7261
243a9253
PA
72622015-09-09 Pedro Alves <palves@redhat.com>
7263
7264 * gdb.mi/mi-cli.exp: Add CLI finish tests.
7265
c0fa8fbd
SL
72662015-09-08 Sandra Loosemore <sandra@codesourcery.com>
7267
7268 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
7269 command actually switches threads. Give up on remaining
7270 tests if target fails to stop at breakpoint.
7271
cd7c1778
PMR
72722015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
7273
7274 * gdb.ada/funcall_char.exp: New testcase.
7275 * gdb.ada/funcall_char/foo.adb: New file.
7276
dc5c8746
PMR
72772015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
7278
7279 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
7280 expected outputs. Add two testcases for completing ambiguous
7281 functions.
7282 * gdb.ada/complete/aux_pck.adb: New file.
7283 * gdb.ada/complete/aux_pck.ads: New file.
7284 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
7285 Ambiguous_Func functions.
7286 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
7287 * gdb.ada/complete/pck.adb: Likewise.
7288
4e83a1e7
UW
72892015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
7290
7291 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
7292 failures to run the test program under GDB.
7293
8ce74153
LM
72942015-08-26 Luis Machado <lgustavo@codesourcery.com>
7295
7296 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
7297 to C.
7298
e9756d52
PP
72992015-08-26 Patrick Palka <patrick@parcs.ath.cx>
7300
7301 * gdb.base/run-after-attach.exp: New test file.
7302 * gdb.base/run-after-attach.c: New test file.
7303
8d37573b
DB
73042015-08-26 Don Breazeal <donb@codesourcery.com>
7305
7306 * gdb.base/foll-exec-2.c: New test program.
7307 * gdb.base/foll-exec-2.exp: New test.
7308
63e43d3a
PMR
73092015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
7310
7311 * gdb.base/nested-subp1.exp: New file.
7312 * gdb.base/nested-subp1.c: New file.
7313 * gdb.base/nested-subp2.exp: New file.
7314 * gdb.base/nested-subp2.c: New file.
7315 * gdb.base/nested-subp3.exp: New file.
7316 * gdb.base/nested-subp3.c: New file.
7317
3d40fbb5
PA
73182015-08-24 Pedro Alves <palves@redhat.com>
7319
7320 * gdb.server/connect-without-multi-process.c: New file.
7321 * gdb.server/connect-without-multi-process.exp: New file.
7322
4422ac93
LM
73232015-08-24 Luis Machado <lgustavo@codesourcery.com>
7324
7325 * gdb.opt/inline-markers.c: Make z int.
7326
91dddb86
LM
73272015-08-24 Luis Machado <lgustavo@codesourcery.com>
7328
7329 * gdb.opt/inline-markers.c: Make z volatile.
7330
a48847ee
LM
73312015-08-24 Luis Machado <lgustavo@codesourcery.com>
7332
7333 * gdb.opt/inline-bt.c: New volatile global z.
7334 * gdb.opt/inline-cmds.c: Likewise.
7335 * gdb.opt/inline-locals.c: Likewise.
7336 * gdb.opt/inline-markers.c: New extern global z.
7337 (marker): Use z.
7338 (inline_fn): Likewise.
7339
0ebbc52b
PA
73402015-08-24 Pedro Alves <palves@redhat.com>
7341
7342 * config/m32r-stub.exp: Remove file.
7343 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
7344 * gdb.base/call-rt-st.exp: Likewise.
7345 * gdb.base/call-strs.exp: Likewise.
7346 * gdb.base/default.exp: Remove references to h8300-*-hms and
7347 *-*-udi*.
7348 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
7349
77c365df
AA
73502015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7351
7352 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
7353 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
7354 and "return" use KFAIL when GDB can not read/write the vector
7355 return value.
7356
4313b8c0
GB
73572015-08-21 Gary Benson <gbenson@redhat.com>
7358
7359 * gdb.trace/pending.exp: Cope with remote transfer warnings.
7360
0e433b32
PA
73612015-08-20 Pedro Alves <palves@redhat.com>
7362
7363 * gdb.server/solib-list.exp: No longer expect an interior stop in
7364 non-stop mode.
7365
221e1a37
PA
73662015-08-20 Pedro Alves <palves@redhat.com>
7367
7368 * gdb.server/connect-stopped-target.c: New file.
7369 * gdb.server/connect-stopped-target.exp: New file.
7370
40e3ad0e
PA
73712015-08-20 Pedro Alves <palves@redhat.com>
7372
7373 * gdb.dwarf2/comp-unit-lang.exp: New file.
7374 * gdb.dwarf2/comp-unit-lang.c: New file.
7375
af39b327
PMR
73762015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
7377
7378 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
7379 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
7380
7d45c7c3 73812015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 7382
7d45c7c3
KB
7383 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
7384 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
7385
4d6cceb4
DE
73862015-08-18 Doug Evans <dje@google.com>
7387 Adrian Sendroiu <adrian.sendroiu@freescale.com>
7388
7389 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
7390 skip_python_tests. New arg prompt_regexp.
7391 (skip_python_tests): New function.
7392 * lib/mi-support.exp (mi_skip_python_tests): New function.
7393 * gdb.python/py-mi-objfile-gdb.py: New file.
7394 * gdb.python/py-mi-objfile.c: New file.
7395 * gdb.python/py-mi-objfile.exp: New file.
7396
ad89c2aa
KS
73972015-08-17 Keith Seitz <keiths@redhat.com>
7398
7399 * gdb.linespec/explicit.exp: Move strace test from here ...
7400 * gdb.trace/strace.exp: ... to here.
7401
e3ae3c43
PP
74022015-08-15 Patrick Palka <patrick@parcs.ath.cx>
7403
7404 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
7405 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
7406
604b2636
DE
74072015-08-14 Doug Evans <xdje42@gmail.com>
7408
7409 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
7410 inferior before selecting a new file.
7411
6ff0ba5f
DE
74122015-08-14 Doug Evans <xdje42@gmail.com>
7413
7414 * gdb.mi/mi-disassemble.exp: Update.
7415 * gdb.base/disasm-optim.S: New file.
7416 * gdb.base/disasm-optim.c: New file.
7417 * gdb.base/disasm-optim.h: New file.
7418 * gdb.base/disasm-optim.exp: New file.
7419
9ca98f92
KS
74202015-08-14 Keith Seitz <keiths@redhat.com>
7421
7422 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
7423 "evaluated-by".
7424
52bbc560
JB
74252015-08-13 Joel Brobecker <brobecker@adacore.com>
7426
7427 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
7428
5d8c3ed3
PMR
74292015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
7430
7431 * gdb.ada/fun_renaming.exp: New testcase.
7432 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
7433 * gdb.ada/fun_renaming/pack.adb: New file.
7434 * gdb.ada/fun_renaming/pack.ads: New file.
7435
ea8812bc
KS
74362015-08-12 Keith Seitz <keiths@redhat.com>
7437
7438 * gdb.base/dso2dso.exp: Pass basename of source file in call to
7439 gdb_get_line_number.
7440
4dafcdeb
JB
74412015-08-12 Joel Brobecker <brobecker@adacore.com>
7442
7443 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
7444 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
7445 gdb.base/dso2dso.exp: New files.
7446
5ba32597
SDJ
74472015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
7448 Pedro Alves <palves@redhat.com>
7449 Keith Seitz <keiths@redhat.com>
7450
7451 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
7452 GDBFLAGS.
7453
b6dafabf
PP
74542015-08-12 Patrick Palka <patrick@parcs.ath.cx>
7455
7456 * gdb.base/gdbhistsize-history.exp
7457 (test_histsize_history_setting): Use save_vars.
7458 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
7459 Use save_vars.
7460 (test_no_truncation_of_unlimited_history_file): Use save_vars.
7461 * gdb.base/readline.exp: Use save_vars.
7462
abe8e607
PP
74632015-08-12 Patrick Palka <patrick@parcs.ath.cx>
7464
7465 * lib/gdb.exp (save_vars): New proc.
7466
629500fa
KS
74672015-08-11 Keith Seitz <keiths@redhat.com>
7468
7469 * gdb.base/help.exp: Update help_breakpoint_text.
7470
eb8c4e2e
KS
74712015-08-11 Keith Seitz <keiths@redhat.com>
7472
7473 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
7474 (at toplevel): Call test_explicit_breakpoints.
7475 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
7476 breakpoints.
7477 * lib/mi-support.exp (mi_make_breakpoint): Add support for
7478 breakpoint conditions, "-cond".
7479
87f0e720
KS
74802015-08-11 Keith Seitz <keiths@redhat.com>
7481
7482 * gdb.linespec/3explicit.c: New file.
7483 * gdb.linespec/cpexplicit.cc: New file.
7484 * gdb.linespec/cpexplicit.exp: New file.
7485 * gdb.linespec/explicit.c: New file.
7486 * gdb.linespec/explicit.exp: New file.
7487 * gdb.linespec/explicit2.c: New file.
7488 * gdb.linespec/ls-errs.exp: Add explicit location tests.
7489 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
7490 before using in the matching pattern.
7491 Clarify that `prefix' is a regular expression.
7492
f00aae0f
KS
74932015-08-11 Keith Seitz <keiths@redhat.com>
7494
7495 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
7496 test.
7497 Add tests for missing ",FMT" and ",".
7498
e27852be
DE
74992015-08-10 Doug Evans <dje@google.com>
7500 Keith Seitz <keiths@redhat.com>
7501
7502 PR gdb/17960
7503 * gdb.base/completion.exp: Add location completer tests.
7504
7f03bd92
PA
75052015-08-07 Pedro Alves <palves@redhat.com>
7506
7507 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
7508 tests here.
7509 (top level): Run do_test with and without displaced stepping.
7510
3fc8eb30
PA
75112015-08-07 Pedro Alves <palves@redhat.com>
7512
7513 * gdb.base/valgrind-disp-step.c: New file.
7514 * gdb.base/valgrind-disp-step.exp: New file.
7515
d4569d7b
PA
75162015-08-07 Pedro Alves <palves@redhat.com>
7517
7518 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
7519 Delete function.
7520 (main): Add alarm. Run an infinite loop instead of calling
7521 wait_threads.
7522 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
7523 comment.
7524 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
7525 Delete function.
7526 (main): Add alarm. Run an infinite loop instead of calling
7527 wait_threads.
7528 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
7529 comment.
7530
e1316e60
PA
75312015-08-07 Pedro Alves <palves@redhat.com>
7532
7533 * gdb.base/checkpoint-ns.exp: New file.
7534 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
7535 standard_testfile.
7536
da8c46d2
MM
75372015-08-07 Markus Metzger <markus.t.metzger@intel.com>
7538
7539 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
7540 * gdb.btrace/instruction_history.exp: Update.
7541 * gdb.btrace/tsx.exp: New.
7542 * gdb.btrace/tsx.c: New.
7543
de1c2c52
PA
75442015-08-06 Pedro Alves <palves@redhat.com>
7545
7546 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
7547 increase timeout.
7548 * gdb.reverse/until-precsave.exp: Bump timeouts.
7549
782e0bf4
PA
75502015-08-06 Pedro Alves <palves@redhat.com>
7551
7552 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
7553
83e97ed0
PA
75542015-08-06 Pedro Alves <palves@redhat.com>
7555
7556 PR gdb/18749
7557 * gdb.threads/process-dies-while-handling-bp.c: New file.
7558 * gdb.threads/process-dies-while-handling-bp.exp: New file.
7559
863d01bd
PA
75602015-08-06 Pedro Alves <palves@redhat.com>
7561
7562 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
7563 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
7564
0a39bb32
PA
75652015-08-05 Pedro Alves <palves@redhat.com>
7566
7567 * gdb.threads/next-while-other-thread-longjmps.c: New file.
7568 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
7569
ee2d2b10
SL
75702015-08-03 Sandra Loosemore <sandra@codesourcery.com>
7571
7572 * gdb.base/bp-permanent.exp: Report test as unsupported if
7573 the target cannot stop at the permanent breakpoint.
7574
4e1bdb00
DE
75752015-08-03 Doug Evans <dje@google.com>
7576
7577 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
7578 10000.
7579
3d338901
DE
75802015-08-03 Doug Evans <dje@google.com>
7581
7582 * Makefile.in (workers/%.worker, build-perf): New rule.
7583 (GDB_PERFTEST_MODE): New variable.
7584 (check-perf): Use it.
7585 (clean): Clean up gdb.perf parallel build subdirs.
7586 * lib/build-piece.exp: New file.
7587 * lib/gdb.exp (make_gdb_parallel_path): New function
7588 (standard_output_file, standard_temp_file): Call it.
7589 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
7590 of $GDB_PARALLEL.
7591 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
7592
af061d3e
DE
75932015-08-03 Doug Evans <dje@google.com>
7594
8e1afc81 7595 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
7596 (LOG_FILE_NAME): New global.
7597 (TextReporter.__init__): Initialize self.txt_sum.
7598 (TextReporter.report): Add support for multiple data-points.
7599 Move report to perftest.sum, put raw data in perftest.log.
7600 (TextReporter.start): Open sum and log files.
7601 (TextReporter.end): Close sum and log files.
8e1afc81
DE
7602 * gdb.perf/lib/perftest/testresult.py
7603 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 7604
2c8c5d37
PA
76052015-07-31 Pedro Alves <palves@redhat.com>
7606
7607 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
7608 Use spawn_id_get_pid. Wait for spawn id after eof. Use
7609 kill_wait_spawned_process instead of explicit "kill -9".
7610 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
7611 returning a spawn id instead of a pid. Use spawn_id_get_pid and
7612 kill_wait_spawned_process.
7613 * gdb.base/attach-twice.exp: Likewise.
7614 * gdb.base/attach.exp: Likewise.
7615 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
7616 gdb_test_multiple.
7617 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
7618 returning a spawn id instead of a pid. Use spawn_id_get_pid and
7619 kill_wait_spawned_process.
7620 * gdb.base/valgrind-infcall.exp: Likewise.
7621 * gdb.multi/multi-attach.exp: Likewise.
7622 * gdb.python/py-prompt.exp: Likewise.
7623 * gdb.python/py-sync-interp.exp: Likewise.
7624 * gdb.server/ext-attach.exp: Likewise.
7625 * gdb.threads/attach-into-signal.exp (corefunc): Use
7626 spawn_wait_for_attach, spawn_id_get_pid and
7627 kill_wait_spawned_process.
7628 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
7629 spawn_wait_for_attach returning a spawn id instead of a pid. Use
7630 spawn_id_get_pid and kill_wait_spawned_process.
7631 * gdb.threads/attach-stopped.exp (corefunc): Use
7632 spawn_wait_for_attach, spawn_id_get_pid and
7633 kill_wait_spawned_process.
7634 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
7635 Use spawn_id_get_pid. Wait for spawn id after eof. Use
7636 kill_wait_spawned_process instead of explicit "kill -9".
7637 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
7638 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
7639 (spawn_wait_for_attach): Use spawn instead of exec to spawn
7640 processes. Don't map cygwin/windows pids here. Now returns a
7641 spawn id list.
7642
032a0fca
SL
76432015-07-30 Sandra Loosemore <sandra@codesourcery.com>
7644
7645 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
7646 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
7647 correct patch.
7648
61a934ca
SL
76492015-07-30 Sandra Loosemore <sandra@codesourcery.com>
7650
7651 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
7652
4bc4d428
SL
76532015-07-30 Sandra Loosemore <sandra@codesourcery.com>
7654
7655 Reapply:
7656 2014-05-21 Mark Wielaard <mjw@redhat.com>
7657
7658 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
7659
998d452a
PA
76602015-07-30 Pedro Alves <palves@redhat.com>
7661
7662 * linux-low.c (handle_extended_wait): Set the child's last
7663 reported status to TARGET_WAITKIND_STOPPED.
7664
69dde7dc
PA
76652015-07-30 Pedro Alves <palves@redhat.com>
7666
7667 PR threads/18600
7668 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
7669 only shows inferior 1.
7670
4dd63d48
PA
76712015-07-30 Simon Marchi <simon.marchi@ericsson.com>
7672 Pedro Alves <palves@redhat.com>
7673
7674 PR threads/18600
7675 * gdb.threads/fork-plus-threads.c: New file.
7676 * gdb.threads/fork-plus-threads.exp: New file.
7677
d618e4c5
PP
76782015-07-29 Patrick Palka <patrick@parcs.ath.cx>
7679
7680 * gdb.base/batch-preserve-term-settings.exp
7681 (test_terminal_settings_preserved_after_cli_exit): Use
7682 send_quit_command.
7683
1eef6428
PA
76842015-07-29 Pedro Alves <palves@redhat.com>
7685 Don Breazeal <donb@codesourcery.com>
7686
7687 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
7688 output from both inferior_spawn_id and gdb_spawn_id.
7689
7da5b897
SDJ
76902015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
7691
7692 * gdb.threads/attach-into-signal.exp (corefunc): Use
7693 with_test_prefix on nested loops, uniquefying the test messages.
7694
dac804df
SDJ
76952015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
7696
7697 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
7698 commit.
7699
06265e53
PP
77002015-07-29 Patrick Palka <patrick@parcs.ath.cx>
7701
7702 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
7703 New proc.
7704 (test_terminal_settings_preserved_after_sigterm): New test.
7705
18206ca3
PP
77062015-07-29 Patrick Palka <patrick@parcs.ath.cx>
7707
7708 * gdb.base/batch-preserve-term-settings.exp
7709 (test_terminal_settings_preserved_after_cli_exit): New test.
7710
90074d11
PP
77112015-07-29 Patrick Palka <patrick@parcs.ath.cx>
7712
7713 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
7714 manipulation of saved_gdbflags.
7715 (test_terminal_settings_preserved): Remove global declaration of
7716 the unused variable pagination_prompt. Remove manipulation of
7717 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
7718 GDBFLAGS.
7719
eb1a7902
PA
77202015-07-29 Pedro Alves <palves@redhat.com>
7721
7722 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
7723
8b75dd3b
PA
77242015-07-29 Pedro Alves <palves@redhat.com>
7725
7726 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
7727 at the top.
7728
dedad4e3
PA
77292015-07-29 Pedro Alves <palves@redhat.com>
7730
7731 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
7732 (main): Call gdb_unbuffer_output.
7733 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
7734 (main): Call gdb_unbuffer_output.
7735 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
7736 (main): Call gdb_unbuffer_output.
7737 * gdb.base/call-strs.exp: Adjust to step over the
7738 gdb_unbuffer_output call.
7739 * gdb.base/catch-gdb-caused-signals.c: Include
7740 "../lib/unbuffer_output.c".
7741 (main): Call gdb_unbuffer_output.
7742 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
7743 (main): Call gdb_unbuffer_output.
7744 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
7745 (main): Call gdb_unbuffer_output.
7746 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
7747 (main): Call gdb_unbuffer_output.
7748 * gdb.base/shlib-call.exp: Adjust to step over the
7749 gdb_unbuffer_output call.
7750 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
7751 (main): Call gdb_unbuffer_output.
7752 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
7753 (main): Call gdb_unbuffer_output.
7754 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
7755 (main): Rename to ...
7756 (test): ... this.
7757 (main): Reimplement.
7758 * gdb.base/varargs.exp: Run to test instead of to main.
7759 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
7760 (main): Call gdb_unbuffer_output.
7761
58789a91
PA
77622015-07-29 Pedro Alves <palves@redhat.com>
7763
7764 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
7765 factore out from mi_continue_dprintf. For call-style dprintfs,
7766 expect dprintf output out of $inferior_spawn_id.
7767 (mi_continue_dprintf): Use mi_expect_dprintf.
7768 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
7769 (main): Call gdb_unbuffer_output.
7770
e8376742
PA
77712015-07-29 Pedro Alves <palves@redhat.com>
7772
7773 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
7774 (default_mi_gdb_start): Set inferior_spawn_id instead of
7775 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
7776 gdb_spawn_id.
7777 (mi_gdb_test): Always expect inferior output from both
7778 $inferior_spawn_id and $gdb_spawn_id.
7779
08280010
PA
77802015-07-29 Pedro Alves <palves@redhat.com>
7781
7782 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
7783 send_inferior and $inferior_spawn_id.
7784
4d30e432
PA
77852015-07-29 Pedro Alves <palves@redhat.com>
7786
7787 * gdb.gdb/complaints.exp (test_initial_complaints)
7788 (test_serial_complaints, test_short_complaints): Use
7789 gdb_test_stdio.
7790 (test_empty_complaint): Handle $inferior_spawn_id !=
7791 $gdb_spawn_id.
7792
0d30a335
PA
77932015-07-29 Pedro Alves <palves@redhat.com>
7794
7795 * gdb.base/varargs.exp: Use gdb_test_stdio.
7796
39413b29
PA
77972015-07-29 Pedro Alves <palves@redhat.com>
7798
7799 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
7800
7cb000a9
PA
78012015-07-29 Pedro Alves <palves@redhat.com>
7802
7803 * gdb.base/ending-run.exp: Use gdb_test_stdio.
7804
d7b8ac82
PA
78052015-07-29 Pedro Alves <palves@redhat.com>
7806
7807 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
7808 parameter into two new parameters, "inf_result" and "gdb_result".
7809 Expect inferior output and gdb output from $inferior_spawn_id and
7810 $gdb_spawn_id, respectively. Adjust all callers.
7811
789c3a0c
PA
78122015-07-29 Pedro Alves <palves@redhat.com>
7813
7814 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
7815 of gdb_test_sequence.
7816
77e760c3
PA
78172015-07-29 Pedro Alves <palves@redhat.com>
7818
7819 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
7820 (saw_spurious_output): Expect inferior output from
7821 $inferior_spawn_id. Use gdb_test_stdio.
7822
8396d2cd
PA
78232015-07-29 Pedro Alves <palves@redhat.com>
7824
7825 * gdb.base/dprintf.exp: Use standard_testfile. Change
7826 prepare_for_testing call.
7827 (srcfile): Don't set.
7828 (restart): New procedure.
7829 (test_dprintf): New procecure, use to continue over dprintfs.
7830 (test_call, test_agent): New procedures, tests moved here.
7831 Restart gdb and recreate dprintfs. Adjust expected output.
7832
2051d61f
PA
78332015-07-29 Pedro Alves <palves@redhat.com>
7834
7835 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
7836
452397af
PA
78372015-07-29 Pedro Alves <palves@redhat.com>
7838
7839 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
7840
8aed9555
PA
78412015-07-29 Pedro Alves <palves@redhat.com>
7842
7843 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
7844 gdb_test_stdio.
7845
188a61b4
PA
78462015-07-29 Pedro Alves <palves@redhat.com>
7847
7848 * lib/gdb.exp (gdb_test_stdio): New procedure.
7849
12264a45
PA
78502015-07-29 Pedro Alves <palves@redhat.com>
7851
7852 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
7853
23ffc893
PA
78542015-07-29 Pedro Alves <palves@redhat.com>
7855
7856 * gdb.base/call-signal-resume.exp: Remove check for
7857 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
7858 * gdb.base/unwindonsignal.exp: Likewise.
7859 * gdb.base/call-signals.c (gen_signal): Remove printf call.
7860 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
7861
65566918
PA
78622015-07-29 Pedro Alves <palves@redhat.com>
7863
7864 * gdb.base/siginfo-addr.c (pass): New function.
7865 (handler): Call it iff si_addr is correct.
7866 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
7867 Set a breakpoint at "pass" and continue to it.
7868
d60a9221
SDJ
78692015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
7870
7871 * gdb.python/py-objfile.exp: Make some tests have unique names.
7872 * gdb.python/py-pp-registration.exp: Likewise.
7873
bde40b8f
PA
78742015-07-28 Pedro Alves <palves@redhat.com>
7875
7876 * gdb.server/server-exec-info.exp: Issue a "disconnect".
7877
13e1dec8
SM
78782015-07-27 Simon Marchi <simon.marchi@ericsson.com>
7879
7880 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
7881
da33c9a7
SM
78822015-07-27 Simon Marchi <simon.marchi@ericsson.com>
7883
7884 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
7885
077836f7
PP
78862015-07-27 Patrick Palka <patrick@parcs.ath.cx>
7887
7888 * gdb.base/gdb-sigterm-2.exp: New test.
7889
b8cc7b2e
DE
78902015-07-25 Doug Evans <xdje42@gmail.com>
7891
7892 Revert:
7893 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
7894 (workers/%.worker, build-perf): New rule.
7895 (GDB_PERFTEST_MODE): New variable.
7896 (check-perf): Use it.
7897 (clean): Clean up gdb.perf parallel build subdirs.
7898 * lib/build-piece.exp: New file.
7899 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
7900 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
7901 name.
7902 (standard_temp_file): Ditto.
7903 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
7904 of $GDB_PARALLEL.
7905
c8bd4544
DE
79062015-07-24 Doug Evans <dje@google.com>
7907
7908 * gdb.perf/lib/perftest/utils.py: New file.
7909 * gdb.perf/gm-hello.cc: New file.
7910 * gdb.perf/gm-pervasive-typedef.cc: New file.
7911 * gdb.perf/gm-pervasive-typedef.h: New file.
7912 * gdb.perf/gm-std.cc: New file.
7913 * gdb.perf/gm-std.h: New file.
7914 * gdb.perf/gm-use-cerr.cc: New file.
7915 * gdb.perf/gm-utils.h: New file.
7916 * gdb.perf/gmonster-null-lookup.py: New file.
7917 * gdb.perf/gmonster-pervasive-typedef.py: New file.
7918 * gdb.perf/gmonster-print-cerr.py: New file.
7919 * gdb.perf/gmonster-ptype-string.py: New file.
7920 * gdb.perf/gmonster-runto-main.py: New file.
7921 * gdb.perf/gmonster-select-file.py: New file.
7922 * gdb.perf/gmonster1-null-lookup.exp: New file.
7923 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
7924 * gdb.perf/gmonster1-print-cerr.exp: New file.
7925 * gdb.perf/gmonster1-ptype-string.exp: New file.
7926 * gdb.perf/gmonster1-runto-main.exp: New file.
7927 * gdb.perf/gmonster1-select-file.exp: New file.
7928 * gdb.perf/gmonster1.cc: New file.
7929 * gdb.perf/gmonster1.exp: New file.
7930 * gdb.perf/gmonster2-null-lookup.exp: New file.
7931 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
7932 * gdb.perf/gmonster2-print-cerr.exp: New file.
7933 * gdb.perf/gmonster2-ptype-string.exp: New file.
7934 * gdb.perf/gmonster2-runto-main.exp: New file.
7935 * gdb.perf/gmonster2-select-file.exp: New file.
7936 * gdb.perf/gmonster2.cc: New file.
7937 * gdb.perf/gmonster2.exp: New file.
7938
6eab34f3
DE
79392015-07-24 Doug Evans <dje@google.com>
7940
7941 * gdb.perf/README: New file.
7942 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
7943 * lib/gen-perf-test.exp: New file.
7944
63738bfd
DE
79452015-07-24 Doug Evans <dje@google.com>
7946
7947 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
7948 (PerfTest::startup): New function.
7949 (PerfTest::run): Return result of calling body.
7950 (PerfTest::assemble): Rewrite.
7951 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
7952 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
7953 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
7954 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
7955 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
7956
7b606f95
DE
79572015-07-24 Doug Evans <dje@google.com>
7958
7959 * lib/gdb.exp (clean_restart): Make executable optional.
7960
a97b16b8
DE
79612015-07-24 Doug Evans <dje@google.com>
7962
7963 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
7964 compiler_info references.
7965 * gdb.cp/temargs.exp: Ditto.
7966 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
7967 (get_compiler_info): Early exit if already computed. Set compiler_info
7968 to "unknown" if there was a problem.
7969 (test_compiler_info): Add function comment. Call get_compiler_info.
7970
35baa57f
DE
79712015-07-24 Doug Evans <dje@google.com>
7972
7973 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
7974 (workers/%.worker, build-perf): New rule.
7975 (GDB_PERFTEST_MODE): New variable.
7976 (check-perf): Use it.
7977 (clean): Clean up gdb.perf parallel build subdirs.
7978 * lib/build-piece.exp: New file.
7979 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
7980 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
7981 name.
7982 (standard_temp_file): Ditto.
7983 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
7984 of $GDB_PARALLEL.
7985
6ebea266
DE
79862015-07-24 Doug Evans <dje@google.com>
7987
7988 * lib/future.exp (gdb_default_target_compile): New option
7989 "early_flags".
7990 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
7991 --as-needed.
7992
1e76a7e9
SDJ
79932015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
7994
7995 * gdb.base/catch-syscall.exp: Call gdb_exit before
7996 gdb_skip_xml_test.
7997
5068630a
PA
79982015-07-24 Pedro Alves <palves@redhat.com>
7999
8000 * gdb.python/py-events.exp: Accept output between the stop event
8001 and the prompt.
8002 * gdb.python/py-evsignal.exp: Likewise.
8003 * gdb.python/py-evthreads.exp: Likewise.
8004
77598427
PA
80052015-07-24 Pedro Alves <palves@redhat.com>
8006
8007 PR gdb/18717
8008 * gdb.threads/non-ldr-exit.c: New file.
8009 * gdb.threads/non-ldr-exit.exp: New file.
8010
11e6c98f
YQ
80112015-07-24 Yao Qi <yao.qi@linaro.org>
8012
8013 * gdb.server/ext-wrapper.exp: Test --wrapper option when
8014 restarting process.
8015
51aee833
YQ
80162015-07-24 Yao Qi <yao.qi@linaro.org>
8017
8018 * gdb.server/ext-restart.exp: New file.
8019
8cfe207c
YQ
80202015-07-24 Yao Qi <yao.qi@linaro.org>
8021
8022 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
8023 argument options.
8024 * gdb.server/ext-wrapper.exp: New file.
8025
cc12ce38
DE
80262015-07-23 Doug Evans <dje@google.com>
8027
8028 * gdb.dwarf2/dw2-dummy-cu.S: New file.
8029 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
8030
d0d84780
PMR
80312015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
8032
8033 * gdb.ada/var_arr_typedef.exp: New testcase.
8034 * gdb.ada/var_arr_typedef/pack.adb: New file.
8035 * gdb.ada/var_arr_typedef/pack.ads: New file.
8036 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
8037
8b558f79
JB
80382015-07-20 Joel Brobecker <brobecker@adacore.com>
8039
8040 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
8041
775a3298
JK
80422015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8043
8044 * gdb.arch/i386-biarch-core.exp: Replace istarget
8045 by "complete set gnutarget". Remove expectation for the "core-file"
8046 command.
8047
db1ff28b
JK
80482015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8049
8050 Revert the previous commit:
8051 Tests for validate symbol file using build-id.
8052
0a94970d
JK
80532015-07-15 Aleksandar Ristovski <aristovski@qnx.com
8054
8055 Tests for validate symbol file using build-id.
8056 * gdb.base/solib-mismatch-lib.c: New file.
8057 * gdb.base/solib-mismatch-libmod.c: New file.
8058 * gdb.base/solib-mismatch.c: New file.
8059 * gdb.base/solib-mismatch.exp: New file.
8060
03346981
SL
80612015-07-15 Sandra Loosemore <sandra@codesourcery.com>
8062
8063 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
8064 nios2-*-linux*.
8065 * gdb.base/sigbpt.exp (stepi_out): Likewise.
8066 * gdb.base/siginfo.exp: Likewise.
8067 * gdb.base/sigstep.exp (advance, advancei): Likewise.
8068
42422cc7
PL
80692015-07-15 Pierre Langlois <pierre.langlois@arm.com>
8070
8071 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
8072 Move it to ...
8073 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
8074 ... here.
8075 * gdb.trace/range-stepping.exp: Check that the target supports
8076 range stepping.
8077
cfa68bae
JK
80782015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8079
8080 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
8081
8ffdba26
PA
80822015-07-14 Pedro Alves <palves@redhat.com>
8083
8084 * gdb.base/killed-outside.exp: New file.
8085 * gdb.base/killed-outside.c: New file.
8086
218a5a11
JK
80872015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8088
8089 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
8090 (n at main): New.
8091 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
8092
e03ed3c6
AA
80932015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
8094
8095 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
8096 infcall tests instead of setting up for KFAIL.
8097
485668e5
MM
80982015-07-10 Markus Metzger <markus.t.metzger@intel.com>
8099
8100 * gdb.btrace/record_goto-step.exp: New.
8101
08464196
JK
81022015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8103
8104 PR compile/18484
8105 * gdb.compile/compile.c (struct struct_type): Add volatile to
8106 selffield's type.
8107 * gdb.compile/compile.exp
8108 (compile code struct_object.selffield = &struct_object): Skip further
8109 struct_object tests if this one xfails.
8110
bcf5c1d9
RC
81112015-07-08 Robert O'Callahan <robert@ocallahan.org>
8112
8113 PR exp/18617
8114 * gdb.trace/ax.exp: Add test.
8115
4931af25
YQ
81162015-07-07 Yao Qi <yao.qi@linaro.org>
8117
8118 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
8119 instead of istarget "aarch64*-*-*".
8120 * gdb.arch/aarch64-fp.exp: Likewise.
8121 * gdb.base/float.exp: Likewise.
8122 * gdb.reverse/aarch64.exp: Likewise.
8123 * lib/gdb.exp (is_aarch64_target): New proc.
8124
9fcf688e
YQ
81252015-07-07 Yao Qi <yao.qi@linaro.org>
8126
8127 * lib/gdb.exp (is_aarch32_target): New proc.
8128 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
8129 instead of "istarget "arm*-*-*"".
8130 * gdb.arch/arm-disp-step.exp: Likewise.
8131 * gdb.arch/thumb-bx-pc.exp: Likewise.
8132 * gdb.arch/thumb-prologue.exp: Likewise.
8133 * gdb.arch/thumb-singlestep.exp: Likewise.
8134 * gdb.base/disp-step-syscall.exp: Likewise.
8135 * gdb.base/float.exp: Likewise.
8136
fbd8d50d
YQ
81372015-07-07 Yao Qi <yao.qi@linaro.org>
8138
8139 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
8140 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
8141
71be1fdc
YQ
81422015-07-07 Yao Qi <yao.qi@linaro.org>
8143
8144 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
8145 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
8146 if it exists.
8147 * gdb.multi/multi-arch.exp: Likewise.
8148
3e221d36
SM
81492015-07-07 Simon Marchi <simon.marchi@ericsson.com>
8150
8151 * gdb.python/py-lazy-string.exp: Add missing parentheses to
8152 print.
8153
d441430b
YQ
81542015-07-07 Yao Qi <yao.qi@linaro.org>
8155
8156 * gdb.arch/thumb-singlestep.exp: Do one more single step.
8157
06f810bd
MG
81582015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
8159
8160 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
8161 '[' and ']' characters.
8162
5e61e7c0
IB
81632015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
8164
8165 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
8166
28bf096c
PA
81672015-06-29 Pedro Alves <palves@redhat.com>
8168
8169 PR threads/18127
8170 * gdb.threads/hand-call-new-thread.c: New file.
8171 * gdb.threads/hand-call-new-thread.c: New file.
8172
ee93cd5e
KS
81732015-06-26 Keith Seitz <keiths@redhat.com>
8174 Doug Evans <dje@google.com>
8175
8176 PR 16253
8177 * gdb.cp/var-tag-2.cc: New file.
8178 * gdb.cp/var-tag-3.cc: New file.
8179 * gdb.cp/var-tag-4.cc: New file.
8180 * gdb.cp/var-tag.cc: New file.
8181 * gdb.cp/var-tag.exp: New file.
8182
fc637f04
PP
81832015-06-26 Patrick Palka <patrick@parcs.ath.cx>
8184
8185 * gdb.base/history-duplicates.exp: New test.
8186
2e52ae68
PP
81872015-06-26 Patrick Palka <patrick@parcs.ath.cx>
8188
8189 * gdb.base/completion.exp: Test the completion of the "focus"
8190 command.
8191
6e22494e
JK
81922015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8193
8194 * gdb.arch/amd64-prologue-skip.S: New file.
8195 * gdb.arch/amd64-prologue-skip.exp: New file.
8196
bf7b9cd9
SM
81972015-06-25 Simon Marchi <simon.marchi@ericsson.com>
8198
8199 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
8200 is_address_zero_readable check.
8201
201e8dfd
PB
82022015-06-24 Peter Bergner <bergner@vnet.ibm.com>
8203
8204 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
8205 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
8206
5cd867b4
YQ
82072015-06-24 Yao Qi <yao.qi@linaro.org>
8208
8209 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
8210 linux targets.
8211
4d7be007
YQ
82122015-06-24 Yao Qi <yao.qi@linaro.org>
8213
8214 * lib/gdb.exp (supports_get_siginfo_type): New proc.
8215 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
8216 * gdb.base/siginfo-thread.exp: Likewise.
8217
07fcd301
YQ
82182015-06-22 Yao Qi <yao.qi@linaro.org>
8219
8220 * boards/remote-gdbserver-on-localhost.exp: Add comments.
8221
52042a00
YQ
82222015-06-22 Yao Qi <yao.qi@linaro.org>
8223
8224 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
8225 aarch64*-*-*.
8226 (skip_hw_watchpoint_tests): Likewise.
8227
74bd41ce
PP
82282015-06-18 Patrick Palka <patrick@parcs.ath.cx>
8229
8230 * gdb.base/gdbinit-history.exp: Test the interaction between
8231 setting GDBHISTSIZE and setting the history size via .gdbinit.
8232
bc460514
PP
82332015-06-17 Patrick Palka <patrick@parcs.ath.cx>
8234
8235 PR gdb/16999
8236 * gdb.base/gdbhistsize-history.exp: New test.
8237
b58c513b
PP
82382015-06-17 Patrick Palka <patrick@parcs.ath.cx>
8239
8240 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
8241 with GDBHISTSIZE.
8242 * gdb.base/readline.exp: Likewise.
8243
92046791
YQ
82442015-06-17 Yao Qi <yao.qi@linaro.org>
8245
8246 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
8247 line.
8248
2093d2d3
PP
82492015-06-17 Patrick Palka <patrick@parcs.ath.cx>
8250
8251 * gdb.base/gdbinit-history.exp: Add test case to check that
8252 an unlimited history file does not get truncated on exit.
8253
e6c693af
AA
82542015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8255
8256 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
8257 (VECTOR): New macro. Use it...
8258 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
8259 ...for these typedefs.
8260 (int8, char1, int1, double1): New typedefs.
8261 (struct just_int2, struct two_int2): New structures.
8262 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
8263 (add_structvecs, add_singlevecs): New functions.
8264 (main): Call add_some_intvecs twice.
8265 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
8266 the compile and exit upon failure. Try compiling for the "native"
8267 architecture. Test inferior function calls with vector arguments
8268 and vector return value handling with "finish" and "return".
8269
c74f7d1c
JT
82702015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
8271
8272 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
8273 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
8274 PE file.
8275 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
8276
98aa42ee
AT
82772015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
8278
8279 PR breakpoints/16465
8280 * gdb.mi/mi-dprintf-pending.c: New file.
8281 * gdb.mi/mi-dprintf-pending.exp: New test.
8282 * gdb.mi/mi-dprintf-pendshr.c: New file.
8283
7d73c23c 82842015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 8285 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
8286
8287 * gdb.arch/i386-mpx-map.c: New file.
8288 * gdb.arch/i386-mpx-map.exp: New File.
8289
82902015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
8291
8292 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
8293 * gdb.arch/i386-mpx.exp: Indentation fixed.
8294
82952015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
8296
8297 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
8298 function and improved indentation.
8299 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
8300 gdb_test_multiple. Added additional tests to skip the test.
8301
83022015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
8303
8304 * gdb.arch/i386-avx512.c: Change path in include file.
8305 * gdb.arch/i386-avx512.exp: Change include dir path
8306 compilation flag.
8307 * gdb.arch/i386-mpx.c: Change path in include file.
8308 * gdb.arch/i386-mpx.exp: Change include dir path compilation
8309 flag.
8310
d5eba19a
JK
83112015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8312
8313 * gdb.compile/compile-print.exp (compile print *vararray@3)
8314 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
8315
7f361056
JK
83162015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8317
8318 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
8319 (do not keep jit in memory): ... this.
8320 (expect 5): Change it to ...
8321 (expect no 5): ... this.
8322
3b462ec2
SM
83232015-06-02 Simon Marchi <simon.marchi@ericsson.com>
8324
8325 PR gdb/15564
8326 * gdb.mi/mi-detach.exp: New file.
8327
e0619de6
JK
83282015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8329
8330 PR symtab/18392
8331 * gdb.arch/amd64-tailcall-self.S: New file.
8332 * gdb.arch/amd64-tailcall-self.c: New file.
8333 * gdb.arch/amd64-tailcall-self.exp: New file.
8334
e970cb34
DB
83352015-05-28 Don Breazeal <donb@codesourcery.com>
8336
8337 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
8338 tests for remote targets by checking is_target_gdbserver.
8339
b2e2f908
DE
83402015-05-27 Doug Evans <dje@google.com>
8341
8342 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
8343 * gdb.dwarf2/opaque-type-lookup.c: New file.
8344 * gdb.dwarf2/opaque-type-lookup.exp: New file.
8345
82c7be31
DE
83462015-05-26 Doug Evans <dje@google.com>
8347
8348 * gdb.cp/iostream.cc: New file.
8349 * gdb.cp/iostream.exp: New file.
8350
b4f54984
DE
83512015-05-26 Doug Evans <dje@google.com>
8352
8353 * gdb.dwarf2/dw2-op-call.exp: Update.
8354 * gdb.dwarf2/dw4-sig-types.exp: Update.
8355 * gdb.dwarf2/implptr.exp: Update.
8356 * gdb.mi/mi-cmd-param-changed.exp: Update.
8357
4ea6efe9
DE
83582015-05-26 Doug Evans <dje@google.com>
8359
8360 * gdb.python/py-lazy-string.c: New file.
8361 * gdb.python/py-lazy-string.exp: New file.
8362 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
8363 (main): Update. Add estring3.
8364 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
8365 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
8366
f6bb7db3
YQ
83672015-05-26 Omair Javaid <omair.javaid@linaro.org>
8368 Yao Qi <yao.qi@linaro.org>
8369
8370 * gdb.reverse/aarch64.c: New.
8371 * gdb.reverse/aarch64.exp: New.
8372
a81bfbd0
OJ
83732015-05-26 Omair Javaid <omair.javaid@linaro.org>
8374
25d49b86
PA
8375 * lib/gdb.exp (supports_process_record): Return true for
8376 aarch64*-linux*.
a81bfbd0
OJ
8377 (supports_reverse): Likewise.
8378
158bf1b4
PP
83792015-05-22 Patrick Palka <patrick@parcs.ath.cx>
8380
8381 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
8382 Use with_test_prefix.
8383
a0145030
AB
83842015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
8385
8386 * gdb.base/completion.exp: Add test for completion of layout
8387 names.
8388
ebe3b578
AB
83892015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
8390
8391 * lib/gdb.exp (skip_tui_tests): New proc.
8392 * gdb.base/tui-layout.exp: Check skip_tui_tests.
8393
84204ed7
PA
83942015-05-19 Pedro Alves <palves@redhat.com>
8395
8396 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
8397 Save the whole env array instead of just HOME. Unset HISTSIZE in
8398 the environment while testing. Restore whole environment
8399 afterwards.
8400
37442ce1
DE
84012015-05-16 Doug Evans <xdje42@gmail.com>
8402
8403 * gdb.guile/scm-ports.c: New file.
8404 * gdb.guile/scm-ports.exp: Add memory port tests.
8405
36de76f9
JK
84062015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8407
8408 * gdb.compile/compile-print.c: New file.
8409 * gdb.compile/compile-print.exp: New file.
8410
3a9558c4
JK
84112015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8412
8413 * gdb.compile/compile-ops.exp: Cast param to void.
8414 * gdb.compile/compile.exp: Complete type for _gdb_expr.
8415 (compile code struct_object.selffield = &struct_object): Add xfail.
8416
aa715135
JG
84172015-05-15 Joel Brobecker <brobecker@adacore.com>
8418
8419 * gdb.ada/arr_enum_with_gap: New testcase.
8420
931e5bc3
JG
84212015-05-15 Joel Brobecker <brobecker@adacore.com>
8422
8423 * gdb.ada/byte_packed_arr: New testcase.
8424
9cd4d857
JB
84252015-05-15 Joel Brobecker <brobecker@adacore.com>
8426
8427 * gdb.ada/pckd_neg: New testcase.
8428
ebfd00d2
PP
84292015-05-13 Patrick Palka <patrick@parcs.ath.cx>
8430
8431 PR gdb/17820
8432 * gdb.base/gdbinit-history.exp: New test.
8433 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
8434 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
8435
4c082a81
SC
84362015-05-09 Siva Chandra Reddy <sivachandra@google.com>
8437
8438 * gdb.python/py-xmethods.cc: Enhance test case.
8439 * gdb.python/py-xmethods.exp: New tests.
8440 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
8441 function.
8442 (B_indexoper): Likewise.
8443 (global_dm_list) : Add new xmethod worker functions.
8444
f7797074
SDJ
84452015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
8446
8447 * gdb.base/coredump-filter.exp: Correctly unset
8448 "coredump_var_addr" array.
8449
a4674e4e
PA
84502015-05-08 Pedro Alves <palves@redhat.com>
8451
8452 * gdb.server/non-existing-program.exp: Unset spawn_id.
8453
df2eb078
SC
84542015-05-08 Siva Chandra Reddy <sivachandra@google.com>
8455
8456 PR python/18291
8457 * gdb.python/py-xmethods.exp: Add tests.
8458
422349a3
YQ
84592015-05-08 Yao Qi <yao.qi@linaro.org>
8460
8461 PR gdb/18208
8462 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
8463 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
8464 function set_coredump_filter, and remove remote_exec call.
8465 Remove argument ipid. Callers update.
8466 (top level): Don't get inferior's PID.
8467
63fc80ce
AA
84682015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
8469
8470 * gdb.base/watch_thread_num.exp: Skip test on targets without
8471 access watchpoints.
8472
80ad801e
PA
84732015-05-06 Pedro Alves <palves@redhat.com>
8474
8475 PR server/18081
8476 * gdb.server/non-existing-program.exp: New file.
8477
0fa7fe50
JB
84782015-05-05 Joel Brobecker <brobecker@adacore.com>
8479
8480 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
8481
3ea89b92
PMR
84822015-05-05 Joel Brobecker <brobecker@adacore.com>
8483
8484 * gdb.ada/out_of_line_in_inlined: New testcase.
8485
87b8eff0
JB
84862015-05-05 Joel Brobecker <brobecker@adacore.com>
8487
8488 * gdb.ada/var_rec_arr: New testcase.
8489
5fccc635
YQ
84902015-04-30 Yao Qi <yao.qi@linaro.org>
8491
8492 * gdb.base/break-idempotent.exp: If
8493 skip_hw_watchpoint_multi_tests returns true, skip the tests
8494 on "rwatch" and "awatch".
8495
42d38f42
YQ
84962015-04-30 Yao Qi <yao.qi@linaro.org>
8497
8498 * gdb.base/relativedebug.exp: Invoke gdb command
8499 "info sharedlibrary", and if libc.so doesn't have debug info,
8500 skip the test.
8501
2ce1cdbf
DE
85022015-04-29 Doug Evans <dje@google.com>
8503
8504 * gdb.python/py-xmethods.exp: Add ptype tests.
8505 * gdb.python/py-xmethods.py (E_method_char_worker): Add
8506 get_result_type method.
8507
f24a38c5
LM
85082015-04-29 Luis Machado <lgustavo@codesourcery.com>
8509
8510 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
8511 the target does not support hardware watchpoints.
8512
ecbf2b3c
LM
85132015-04-29 Luis Machado <lgustavo@codesourcery.com>
8514
8515 * gdb.base/break-always.exp: Abort testing if writing to memory
8516 causes an error.
8517
34f5f757
DE
85182015-04-28 Doug Evans <dje@google.com>
8519
8520 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
8521 * gdb.python/py-pp-registration.exp: ... here. New file.
8522 * gdb.python/py-pp-registration.c: New file.
8523 * gdb.python/py-pp-registration.py: New file.
8524
69b4374a
DE
85252015-04-28 Doug Evans <dje@google.com>
8526
8527 * gdb.python/py-bad-printers.c: New file.
8528 * gdb.python/py-bad-printers.py: New file.
8529 * gdb.python/py-bad-printers.exp: New file.
8530
59fb7612
SS
85312015-04-28 Sasha Smundak <asmundak@google.com>
8532
8533 * gdb.python/py-type.exp: New test.
8534
2631b16a
AW
85352015-04-28 Andy Wingo <wingo@igalia.com>
8536
8537 * gdb.python/py-parameter.exp:
8538 * gdb.guile/scm-parameter.exp: Escape the path that we are
8539 matching against, as it might contain characters that are special
8540 to regular expressions.
8541
460efde1
JB
85422015-04-27 Joel Brobecker <brobecker@adacore.com>
8543
8544 * gdb.ada/rec_comp: New testcase.
8545
2d369d8e
SDJ
85462015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
8547
8548 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
8549 before using it.
8550
cf75d6c3
AB
85512015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
8552
8553 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
8554 new tests for verilog output.
8555
8dbe7ca5
YQ
85562015-04-24 Yao Qi <yao.qi@linaro.org>
8557
8558 * boards/remote-gdbserver-on-localhost.exp: New file.
8559
4ef9fb2f
PA
85602015-04-23 Pedro Alves <palves@redhat.com>
8561
8562 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
8563 $inferior_spawn_id instead of $inferior_spawn_id directly. On
8564 "end of file", remove $inferior_spawn_id from the indirect list.
8565
0a803169
PA
85662015-04-23 Pedro Alves <palves@redhat.com>
8567
8568 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
8569
749ef8f8
PA
85702015-04-23 Pedro Alves <palves@redhat.com>
8571
8572 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
8573 on $any_spawn_id instead of only on $gdb_spawn_id.
8574
8aae4344
PM
85752015-04-21 Pierre Muller <muller@sourceware.org>
8576
8577 PR pascal/17815
8578 * lib/pascal.exp (gpc_compile): Add new option "class".
8579 (fpc_compile): Likewise.
8580 * gdb.pascal/case-insensitive-symbols.pas: New file.
8581 * gdb.pascal/case-insensitive-symbols.exp: New file.
8582
1586c8fb
GB
85832015-04-20 Gary Benson <gbenson@redhat.com>
8584
8585 * gdb.base/attach.exp: Fix three extended remote failures.
8586
1b6e6f5c
GB
85872015-04-17 Gary Benson <gbenson@redhat.com>
8588
8589 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
8590 the main executable over the remote protocol.
8591
e797481d
PA
85922015-04-16 Pedro Alves <palves@redhat.com>
8593
8594 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
8595 a new gdbserver if gdbserver_reconnect_p is set.
8596
1ca99c42
PA
85972015-04-16 Pedro Alves <palves@redhat.com>
8598
8599 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
8600 is set, don't exit gdbserver.
8601
af9fd6f8
AA
86022015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8603
8604 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
8605 appropriate .insn, such that an older assembler can be used.
8606 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
8607 the z/Architecture instruction set on 31-bit targets as well.
8608
04ff1e61
AA
86092015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8610
8611 * gdb.go/handcall.exp: Remove all logic related to the first
8612 breakpoint and rely on go_runto_main instead.
8613 * gdb.go/strings.exp: Likewise.
8614 * gdb.go/unsafe.exp: Likewise.
8615 * gdb.go/hello.exp: Likewise. Also rename the remaining
8616 breakpoint marker to "breakpoint 1".
8617 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
8618 * gdb.go/strings.go: Likewise.
8619 * gdb.go/unsafe.go: Likewise.
8620 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
8621 "set breakpoint 2 here" and rename the remaining breakpoint marker
8622 to "breakpoint 1".
8623
40d2f8d6
SM
86242015-04-15 Simon Marchi <simon.marchi@ericsson.com>
8625
8626 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
8627 if itertools.imap is not present.
8628 * gdb.python/py-objfile.exp: Add parentheses.
8629 * gdb.python/py-type.exp: Same.
8630 * gdb.python/py-unwind-maint.py: Same.
8631
8cbc97c6
YQ
86322015-04-15 Yao Qi <yao.qi@linaro.org>
8633
8634 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
8635 of ":$ptr_size" and set its form explicitly.
8636
45fd756c
YQ
86372015-04-15 Pedro Alves <palves@redhat.com>
8638 Yao Qi <yao.qi@linaro.org>
8639
8640 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
8641 timeout by factor of 4.
8642 (test_regular_watch): Likewise.
8643 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
8644 * gdb.reverse/sigall-reverse.exp: Likewise.
8645 * gdb.reverse/until-precsave.exp: Likewise.
8646 * lib/gdb.exp (with_timeout_factor): New proc.
8647 (gdb_expect): Move some code to ...
8648 (get_largest_timeout): ... here. New procedure.
8649
9e811bc3
LM
86502015-04-14 Luis Machado <lgustavo@codesourcery.com>
8651
8652 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
8653
0ff6fcb2
LM
86542015-04-13 Luis Machado <lgustavo@codesourcery.com>
8655
8656 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
8657 to write to the .text section.
8658
7578d5f7
LM
86592015-04-13 Luis Machado <lgustavo@codesourcery.com>
8660
8661 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
8662 Handle the case of targets that do not provide PID information.
8663
2efe15c4
YQ
86642015-04-13 Yao Qi <yao.qi@linaro.org>
8665
8666 * lib/gdbserver-support.exp (gdb_exit): Catch exception
8667 and use expect instead of gdb_expect.
8668
8cd8f2f8
SDJ
86692015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
8670
8671 * gdb.base/coredump-filter.exp: Rename variable "addr" to
8672 "coredump_var_addr" to avoid naming conflict with other testcases.
8673
9ee41772
PA
86742015-04-10 Pedro Alves <palves@redhat.com>
8675
8676 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
8677 gdb_test_sequence and gdb_assert.
8678
07473109
PA
86792015-04-10 Pedro Alves <palves@redhat.com>
8680
8681 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
8682 test messages that don't include the breakpoint address.
8683
de3db44c
YQ
86842015-04-10 Yao Qi <yao.qi@linaro.org>
8685
8686 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
8687 false for some offset and width combinations which aren't
8688 supported by linux kernel.
8689
c79d856c
PA
86902015-04-10 Pedro Alves <palves@redhat.com>
8691
8692 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
8693 procedure, factored out from ...
8694 (top level): ... here. Add "set displaced-stepping" testing axis.
8695 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
8696 parameter "displaced". Use it.
8697 (top level): Use foreach and add "set displaced-stepping" testing
8698 axis.
8699
ebc90b50
PA
87002015-04-10 Pedro Alves <palves@redhat.com>
8701
8702 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
8703 Remove comment.
8704 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
8705 both the address of the instruction that triggers the watchpoint
8706 and the address of the instruction immediately after, and use
8707 those addresses for the test. Fix comment.
8708
8f572e5c
PA
87092015-04-10 Pedro Alves <palves@redhat.com>
8710
8711 * gdb.base/sigstep.exp (breakpoint_to_handler)
8712 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
8713 Test "backtrace" in handler.
8714 (breakpoint_over_handler): New parameter 'displaced'. Use it.
8715 (top level): Add new "displaced" test axis to
8716 breakpoint_to_handler, breakpoint_to_handler_entry and
8717 breakpoint_over_handler.
8718
8d707a12
PA
87192015-04-10 Pedro Alves <palves@redhat.com>
8720
8721 PR gdb/18216
8722 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
8723
ef713951
YQ
87242015-04-10 Yao Qi <yao.qi@linaro.org>
8725
8726 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
8727 (test_add_rn_pc): New function.
8728 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
8729 (top level): Invoke test_add_rn_pc.
8730
906d60cf
PA
87312015-04-10 Pedro Alves <palves@redhat.com>
8732
8733 PR gdb/13858
8734 * gdb.base/step-over-no-symbols.exp: New file.
8735
f2983cc3
AW
87362015-04-09 Andy Wingo <wingo@igalia.com>
8737
8738 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
8739 after the Python tests.
8740
6d62641c
SDJ
87412015-04-08 Keith Seitz <keiths@redhat.com>
8742
8743 PR python/16699
8744 * gdb.python/py-completion.exp: New tests for completion.
8745 * gdb.python/py-completion.py (CompleteLimit1): New class.
8746 (CompleteLimit2): Likewise.
8747 (CompleteLimit3): Likewise.
8748 (CompleteLimit4): Likewise.
8749 (CompleteLimit5): Likewise.
8750 (CompleteLimit6): Likewise.
8751 (CompleteLimit7): Likewise.
8752
f3770638
PA
87532015-04-08 Pedro Alves <palves@redhat.com>
8754
8755 PR gdb/18214
8756 PR gdb/18216
8757 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
8758 function.
8759 (main): Install it as SIGUSR1 handler.
8760 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
8761 parameter. Always use "setup" as prefix. Toggle "set
8762 displaced-stepping" off/on depending on global. Don't switch to
8763 thread 1 here.
8764 (top level): Add displaced stepping "off/on" test axis. Update
8765 "setup" calls. Wrap each subtest with with_test_prefix. Test
8766 continuing with a queued signal in each thread.
8767
4496bed7
PA
87682015-04-08 Pedro Alves <palves@redhat.com>
8769
8770 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
8771 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
8772 gdb_breakpoint instead of gdb_test that doesn't expect anything.
8773 Return early if running to main fails.
8774 * gdb.trace/while-stepping.exp: Likewise.
8775
b97fde92
PA
87762015-04-07 Pedro Alves <palves@redhat.com>
8777
8778 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
8779 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
8780 interact with inferior program.
8781
f71c18e7
PA
87822015-04-07 Pedro Alves <palves@redhat.com>
8783
8784 * lib/gdb.exp (inferior_spawn_id): New global.
8785 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
8786 spawn id after processing the user code.
8787 (default_gdb_start): Set inferior_spawn_id.
8788 (send_inferior): New procedure.
8789 * lib/gdbserver-support.exp (gdbserver_start): Set
8790 inferior_spawn_id.
8791 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
8792
6423214f
PA
87932015-04-07 Pedro Alves <palves@redhat.com>
8794
8795 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
8796 * lib/gdbserver-support.exp (gdbserver_start): Make
8797 $server_spawn_id global.
8798 (gdbserver_start): Don't wait for gdbserver's spawn id with
8799 expect_background.
8800 (close_gdbserver): New procedure.
8801 (gdb_exit): Rename the default version and reimplement.
8802
71c0ee8c
PA
88032015-04-07 Pedro Alves <palves@redhat.com>
8804
72f4393d 8805 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
8806 append the substituted item, not the original item.
8807
203bc29b
PA
88082015-04-07 Pedro Alves <palves@redhat.com>
8809
8810 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
8811 gdb_expect.
8812
508a3ddf
PA
88132015-04-07 Pedro Alves <palves@redhat.com>
8814
8815 * gdb.base/interrupt.exp: Don't handle the case of the inferior
8816 output appearing once only.
8817
9f6dbe2b
PA
88182015-04-07 Pedro Alves <palves@redhat.com>
8819
8820 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
8821 that doesn't expect anything. Return early if running to main
8822 fails.
8823
337532fa
YQ
88242015-04-07 Yao Qi <yao.qi@linaro.org>
8825
8826 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
8827 (child_function): Call alarm.
8828 (main): Move call to alarm into the loop.
8829 * gdb.threads/non-stop-fair-events.exp: Build program with
8830 -DTIMEOUT=$timeout.
8831
01b622d4
DE
88322015-04-06 Doug Evans <xdje42@gmail.com>
8833
8834 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
8835 Fix dest parameter to board_info.
8836 (fpc_compile): Ditto.
8837 (gdb_compile_pascal): Rename dest arg to destfile.
8838
961f4160
PMR
88392015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
8840
8841 * gdb.ada/funcall_ref.exp: New file.
8842 * gdb.ada/funcall_ref/foo.adb: New file.
8843
cafda597
YQ
88442015-04-02 Yao Qi <yao.qi@linaro.org>
8845
8846 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
8847 is remote.
8848
fed040c6
GB
88492015-04-02 Gary Benson <gbenson@redhat.com>
8850
8851 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
8852
d11916aa
SS
88532015-04-01 Sasha Smundak <asmundak@google.com>
8854
8855 * gdb.python/py-unwind-maint.c: New file.
8856 * gdb.python/py-unwind-maint.exp: New test.
8857 * gdb.python/py-unwind-maint.py: New file.
8858 * gdb.python/py-unwind.c: New file.
8859 * gdb.python/py-unwind.exp: New test.
8860 * gdb.python/py-unwind.py: New test.
8861
a1471180
PA
88622015-04-01 Pedro Alves <palves@redhat.com>
8863
8864 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
8865 to fail instead of non-existent $test.
8866
0bbeccb1
PA
88672015-04-01 Pedro Alves <palves@redhat.com>
8868
8869 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
8870 GDBFLAGS if not empty.
8871
3c724c8c
PMR
88722015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
8873
8874 * gdb.ada/complete.exp: Remove "multi_line".
8875 * gdb.ada/info_exc.exp: Remove "multi_line".
8876 * gdb.ada/packed_tagged.exp: Remove "multi_line".
8877 * gdb.ada/ptype_field.exp: Remove "multi_line".
8878 * gdb.ada/sym_print_name.exp: Remove "multi_line".
8879 * gdb.ada/tagged.exp: Remove "multi_line".
8880 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
8881 [multi_line ...]
8882 * gdb.btrace/delta.exp: Likewise.
8883 * gdb.btrace/exception.exp: Likewise.
8884 * gdb.btrace/function_call_history.exp: Likewise.
8885 * gdb.btrace/instruction_history.exp: Likewise.
8886 * gdb.btrace/nohist.exp: Likewise.
8887 * gdb.btrace/record_goto.exp: Likewise.
8888 * gdb.btrace/segv.exp: Likewise.
8889 * gdb.btrace/stepi.exp: Likewise.
8890 * gdb.btrace/tailcall.exp: Likewise.
8891 * gdb.btrace/unknown_functions.exp: Likewise.
8892 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
8893 * lib/gdb.exp: Add the "multi_line" helper.
8894
4eec2deb
PA
88952015-04-01 Pedro Alves <palves@redhat.com>
8896
8897 * gdb.threads/tid-reuse.c: New file.
8898 * gdb.threads/tid-reuse.exp: New file.
8899
df8411da
SDJ
89002015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
8901
8902 PR corefiles/16092
8903 * gdb.base/coredump-filter.c: New file.
8904 * gdb.base/coredump-filter.exp: Likewise.
8905
6ef37366
PM
89062015-03-27 Petr Machata <pmachata@redhat.com>
8907
8908 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
8909 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
8910 (Dwarf::assemble): Initialize them.
8911 (Dwarf::lines): New function.
8912
7ec911b0
JT
89132015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
8914
8915 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
8916 SYMBOL_PREFIX for x86_64-*-cygwin.
8917
ff908ebf
AW
89182015-03-26 Andy Wingo <wingo@igalia.com>
8919
8920 PR symtab/18148
8921 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
8922 const_value but not a location.
8923 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
8924 location defined in non-main CUs are visible.
8925
6d5f0679
YQ
89262015-03-26 Yao Qi <yao.qi@linaro.org>
8927
8928 PR testsuite/18139
8929 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
8930 Add a line number entry for the same line.
8931 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
8932 Add a line number entry for the same line.
8933
2898689b
YQ
89342015-03-26 Yao Qi <yao.qi@linaro.org>
8935
8936 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
8937 .int 0.
8938 (func): Likewise. Add .Lfunc_1 label.
8939 Use .Lfunc_1 label.
8940 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
8941 .int 0.
8942 (func): Likewise.
8943 Use .Lfunc_1 label.
8944
85180498
YQ
89452015-03-26 Yao Qi <yao.qi@linaro.org>
8946
8947 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
8948 Call gdb_compile instead to compile each .s files without debug
8949 information.
8950
8aa08a8d
YQ
89512015-03-26 Yao Qi <yao.qi@linaro.org>
8952
8953 * gdb.base/savedregs.exp (process_saved_regs): Make
8954 "Saved registers:" optional in the pattern.
8955
66849923
MM
89562015-03-25 Markus Metzger <markus.t.metzger@intel.com>
8957
8958 * gdb.btrace/next.exp: Merged into step.exp.
8959 * gdb.btrace/finish.exp: Merged into step.exp.
8960 * gdb.btrace/nexti.exp: Merged into stepi.exp.
8961 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
8962 "record goto" and checking the exact replay position.
8963 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
8964 check for "Recording format" in "info record" output.
8965 * gdb.btrace/record_goto.exp: Choose test file based on target.
8966 * gdb.btrace/x86-record_goto.S: Renamed into ...
8967 * gdb.btrace/x86_64-record_goto.S: ... this.
8968 * gdb.btrace/i686-record_goto.S: New.
8969 * gdb.btrace/x86-tailcall.S: Renamed into ...
8970 * gdb.btrace/x86_64-tailcall.S: ... this.
8971 * gdb.btrace/i686-tailcall.S: New.
8972 * gdb.btrace/x86-tailcall.c: Renamed into ...
8973 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
8974 separate statements. Update test.
8975 * gdb.btrace/delta.exp: Use record_goto.c as test file.
8976 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
8977 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
8978 * gdb.btrace/tailcall.exp: Choose test file based on target.
8979 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
8980
11cc1b74
MM
89812015-03-25 Markus Metzger <markus.t.metzger@intel.com>
8982
8983 * gdb.btrace/exception.exp: Increase BTS buffer size.
8984
a25d8bf9
PA
89852015-03-24 Pedro Alves <palves@redhat.com>
8986
8987 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
8988
856e7dd6
PA
89892015-03-24 Pedro Alves <palves@redhat.com>
8990
8991 * gdb.threads/schedlock.exp (test_step): No longer expect that
8992 "set scheduler-locking step" with "next" over a function call runs
8993 threads unlocked.
8994
ad235a41
AT
89952015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
8996
8997 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
8998
15630549
AT
89992015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9000
9001 PR breakpoints/16466
9002 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
9003 * gdb.mi/mi-pending.c (thread_func): New function.
9004 (int main): Add threading support required.
9005 * gdb.mi/mi-pending.exp: Add tests for this issue.
9006 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
9007 (pendfunc2): Remove stdio dependency.
9008 * gdb.mi/mi-pendshr2.c: New file.
9009
693dca06
KS
90102015-03-23 Keith Seitz <keiths@redhat.com>
9011
9012 * gdb.linespec/keywords.c: New file.
9013 * gdb.linespec/keywords.exp: New file.
9014
7e993ebf
KS
90152015-03-23 Keith Seitz <keiths@redhat.com>
9016
9017 PR gdb/18021
9018 * gdb.dwarf2/staticvirtual.exp: New test.
9019
bc23328c
JK
90202015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9021
9022 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
9023 * README: Remove HP-UX and gdb.hp.
9024 (configuration):
9025 * configure: Regenerate.
9026 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
9027 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
9028 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
9029 gdb.hp/gdb.defects/Makefile.
9030 * gdb.hp/Makefile.in: File deleted.
9031 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
9032 * gdb.hp/gdb.aCC/optimize.c: File deleted.
9033 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
9034 * gdb.hp/gdb.aCC/run.c: File deleted.
9035 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
9036 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
9037 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
9038 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
9039 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
9040 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
9041 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
9042 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
9043 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
9044 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
9045 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
9046 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
9047 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
9048 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
9049 * gdb.hp/gdb.base-hp/reg.s: File deleted.
9050 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
9051 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
9052 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
9053 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
9054 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
9055 * gdb.hp/gdb.compat/Makefile.in: File deleted.
9056 * gdb.hp/gdb.compat/average.c: File deleted.
9057 * gdb.hp/gdb.compat/sum.c: File deleted.
9058 * gdb.hp/gdb.compat/xdb.c: File deleted.
9059 * gdb.hp/gdb.compat/xdb0.c: File deleted.
9060 * gdb.hp/gdb.compat/xdb0.h: File deleted.
9061 * gdb.hp/gdb.compat/xdb1.c: File deleted.
9062 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
9063 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
9064 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
9065 * gdb.hp/gdb.defects/Makefile.in: File deleted.
9066 * gdb.hp/gdb.defects/bs14602.c: File deleted.
9067 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
9068 * gdb.hp/gdb.defects/solib-d.c: File deleted.
9069 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
9070 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
9071 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
9072 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
9073 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
9074 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
9075 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
9076 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
9077 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
9078 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
9079 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
9080 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
9081 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
9082 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
9083 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
9084 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
9085 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
9086 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
9087 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
9088 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
9089 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
9090 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
9091 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
9092 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
9093 * gdb.hp/tools/odump: File deleted.
9094
8bf3b159
PA
90952015-03-19 Pedro Alves <palves@redhat.com>
9096
9097 * gdb.threads/continue-pending-status.exp (saw_thread_2)
9098 (saw_thread_3): New globals.
9099 (top level): Increment them when an event for the corresponding
9100 thread is seen.
9101 (no thread starvation): New test.
9102
eb54c8bf
PA
91032015-03-19 Pedro Alves <palves@redhat.com>
9104
9105 * gdb.threads/continue-pending-status.c: New file.
9106 * gdb.threads/continue-pending-status.exp: New file.
9107
32d2e5d6
PA
91082015-03-18 Pedro Alves <palves@redhat.com>
9109
9110 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9111 Use gdb_is_target_remote instead of is_remote. Use
9112 gdb_test_multiple instead of gdb_expect. Exit early if
9113 gdb_test_multiple hits its internal matches. Tighten stepi tests
9114 expected output. Fail on exit with any signal, instead of just
9115 SIGILL.
9116
f68f11b7
YQ
91172015-03-18 Yao Qi <yao.qi@linaro.org>
9118
9119 PR tdep/18107
9120 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
9121 variable.
9122 * gdb.base/catch-syscall.exp: Don't skip it on
9123 aarch64*-*-linux* target. Remove elements in all_syscalls.
9124 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
9125 target.
9126 (setup_all_syscalls): New proc.
9127
ca5fd19b
YQ
91282015-03-16 Yao Qi <yao.qi@linaro.org>
9129
9130 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
9131 (top level): Skip tests if valid_addr_p returns false for
9132 $cmd1 or $cmd2.
9133
85642ba0
AW
91342015-03-11 Andy Wingo <wingo@igalia.com>
9135
9136 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
9137
e03f9645
YQ
91382015-03-11 Yao Qi <yao.qi@linaro.org>
9139
9140 * gdb.base/catch-syscall.exp: Fix typo in comments.
9141
5d0962b2
YQ
91422015-03-11 Yao Qi <yao.qi@linaro.org>
9143
9144 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
9145
b2df3cef
PA
91462015-03-09 Pedro Alves <palves@redhat.com>
9147
9148 * dg-extract-results.py: Delete.
9149
ef878e53
PA
91502015-03-09 Pedro Alves <palves@redhat.com>
9151
9152 Merge dg-extract-results.sh from GCC upstream (r218843).
9153
9154 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
9155 * dg-extract-results.sh: Use --text with grep to avoid issues with
9156 binary files. Fall back to cat -v, if that doesn't work.
9157
9494d219
PA
91582015-03-05 Pedro Alves <palves@redhat.com>
9159
9160 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
9161
a8d9763a
SM
91622015-03-04 Simon Marchi <simon.marchi@ericsson.com>
9163
9164 * lib/mi-support.exp (mi_expect_interrupt): Accept
9165 alternative event for when in all-stop mode.
9166
be9957b8
PA
91672015-03-04 Pedro Alves <palves@redhat.com>
9168
9169 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
9170
d57be0f4 91712015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
9172
9173 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
9174
c214c7cf
AA
91752015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
9176
9177 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
9178 regexps for GDB's current line display, accept a hex address
9179 preceding the line number.
9180
6d74a497
AA
91812015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
9182
9183 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
9184 the 'arch1' variable for "s390*-linux*" targets.
9185
511aee7c
PA
91862015-03-04 Pedro Alves <palves@redhat.com>
9187
9188 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
9189 (main): Pass missing retval argument to pthread_join call.
9190
95e50b27
PA
91912015-03-02 Pedro Alves <palves@redhat.com>
9192
9193 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
9194 (top level): Call do_test with non-stop as well.
9195
28054d69
PA
91962015-03-02 Pedro Alves <palves@redhat.com>
9197
9198 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
9199 -1.
9200
4fa5d7b4
AA
92012015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
9202
9203 * gdb.arch/s390-vregs.exp: New test.
9204 * gdb.arch/s390-vregs.S: New file.
9205
97c18565
PA
92062015-02-27 Pedro Alves <palves@redhat.com>
9207
9208 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
9209 call to catch_command_errors.
9210 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
9211 catch_command_errors.
9212
a37bfa30
PA
92132015-02-27 Pedro Alves <palves@redhat.com>
9214
9215 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
9216 "true" for boolean result.
9217 * gdb.gdb/selftest.exp (test_with_self): Also accept full
9218 prototype of main.
9219
6f98576f
PA
92202015-02-27 Pedro Alves <palves@redhat.com>
9221
9222 * lib/unbuffer_output.c: New file.
9223 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
9224 (main): Call gdb_unbuffer_output.
9225
eba5ab56
YQ
92262015-02-27 Yao Qi <yao.qi@linaro.org>
9227
9228 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
9229 target.
9230
0def5aaa
DE
92312015-02-26 Doug Evans <dje@google.com>
9232
9233 * gdb.cp/class2.cc (Dbase, D): New classes.
9234 (main): New local delta.
9235 * gdb.cp/class2.exp: Test printing delta.
9236 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
9237 (dynbar): New global.
9238 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
9239
081a1c2c
JK
92402015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9241
9242 * gdb.compile/compile-ifunc.c: New file.
9243 * gdb.compile/compile-ifunc.exp: New file.
9244
2f41223f
AT
92452015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
9246
9247 * gdb.base/structs.exp: Check for correct struct on finish.
9248
03eddd80
YQ
92492015-02-26 Yao Qi <yao.qi@linaro.org>
9250
9251 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
9252 is zero.
9253
80c57053
JK
92542015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9255
9256 * gdb.arch/cordic.ko.bz2: New file.
9257 * gdb.arch/cordic.ko.debug.bz2: New file.
9258 * gdb.arch/ppc64-symtab-cordic.exp: New file.
9259
21613c12
YQ
92602015-02-25 Yao Qi <yao.qi@linaro.org>
9261
9262 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
9263 aarch64*-*-* target.
9264
d8b901ed
PA
92652015-02-23 Pedro Alves <palves@redhat.com>
9266
9267 * lib/gdb.exp (delete_breakpoints): Rewrite using
9268 gdb_test_multiple.
9269
e5b85ead
PA
92702015-02-23 Pedro Alves <palves@redhat.com>
9271
9272 * gdb.base/info-os.c: Include stdlib.h.
9273
85c3a371
DE
92742015-02-22 Doug Evans <xdje42@gmail.com>
9275
9276 PR symtab/17855
9277 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
9278 is read after symbols have been re-read.
9279 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
9280 * gdb.ada/exec_changed/second.adb (Second): Ditto.
9281
96553a0c
DE
92822015-02-21 Doug Evans <dje@google.com>
9283
9284 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
9285
97a0c697
JK
92862015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9287
9288 PR corefiles/17808
9289 * gdb.arch/i386-biarch-core.core.bz2: New file.
9290 * gdb.arch/i386-biarch-core.exp: New file.
9291
a47cd6e9
PA
92922015-02-21 Pedro Alves <palves@redhat.com>
9293
9294 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
9295 runto_main fails.
9296
c5facdc4
PA
92972015-02-20 Pedro Alves <palves@redhat.com>
9298
9299 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
9300 info probes.
9301
2db9a427
PA
93022015-02-20 Pedro Alves <palves@redhat.com>
9303
9304 * gdb.threads/multi-create-ns-info-thr.exp: New file.
9305
60fb7e9e
PA
93062015-02-20 Pedro Alves <palves@redhat.com>
9307
9308 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
9309 clean_restart before gdb_target_supports_trace.
9310
5c5019c2
PA
93112015-02-20 Pedro Alves <palves@redhat.com>
9312
9313 PR threads/18006
9314 * gdb.threads/clone-thread_db.c: New file.
9315 * gdb.threads/clone-thread_db.exp: New file.
9316
c9587f88
AT
93172015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
9318
9319 PR breakpoints/16812
9320 * gdb.base/catch-gdb-caused-signals.c: New file.
9321 * gdb.base/catch-gdb-caused-signals.exp: New file.
9322
f6a88844
JM
93232015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
9324
9325 * configure: Regenerated.
9326 * configure.ac: Use GDB_AC_TRANSFORM.
9327 * aclocal.m4: sinclude ../transform.m4.
9328
497c491b
JM
93292015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
9330
9331 * lib/dtrace.exp: New file.
9332 * gdb.base/dtrace-probe.exp: Likewise.
9333 * gdb.base/dtrace-probe.d: Likewise.
9334 * gdb.base/dtrace-probe.c: Likewise.
9335 * lib/pdtrace.in: Likewise.
9336 * configure.ac: Output variables with the transformed names of
9337 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
9338 * configure: Regenerated.
9339
03e98035
JM
93402015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
9341
9342 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
9343 expected message when trying to access $_probe_* convenience
9344 variables while not on a probe.
9345
63cc30e9
JK
93462015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9347
9348 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
9349
0703599a
PA
93502015-02-11 Pedro Alves <pedro@codesourcery.com>
9351
9352 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
9353 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
9354
7e60a48e
DE
93552015-02-10 Doug Evans <xdje42@gmail.com>
9356
9357 * lib/gdb.exp (gdb_load): Always return a result.
9358
01b088bc
PA
93592015-02-10 Pedro Alves <palves@redhat.com>
9360
9361 * gdb.threads/signal-sigtrap.c: New file.
9362 * gdb.threads/signal-sigtrap.exp: New file.
9363
b05ec7a5
AT
93642015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
9365
9366 * gdb.trace/no-attach-trace.c: New file.
9367 * gdb.trace/no-attach-trace.exp: New file.
9368
a2c2acaf
MW
93692015-02-09 Mark Wielaard <mjw@redhat.com>
9370
9371 * gdb.dwarf2/atomic.c: New file.
9372 * gdb.dwarf2/atomic-type.exp: Likewise.
9373
31fd9caa
MM
93742015-02-09 Markus Metzger <markus.t.metzger@intel.com>
9375
9376 * gdb.btrace/buffer-size.exp: Update "info record" output.
9377 * gdb.btrace/delta.exp: Update "info record" output.
9378 * gdb.btrace/enable.exp: Update "info record" output.
9379 * gdb.btrace/finish.exp: Update "info record" output.
9380 * gdb.btrace/instruction_history.exp: Update "info record" output.
9381 * gdb.btrace/next.exp: Update "info record" output.
9382 * gdb.btrace/nexti.exp: Update "info record" output.
9383 * gdb.btrace/step.exp: Update "info record" output.
9384 * gdb.btrace/stepi.exp: Update "info record" output.
9385 * gdb.btrace/nohist.exp: Update "info record" output.
9386
d33501a5
MM
93872015-02-09 Markus Metzger <markus.t.metzger@intel.com>
9388
9389 * gdb.btrace/buffer-size: New.
9390
f4abbc16
MM
93912015-02-09 Markus Metzger <markus.t.metzger@intel.com>
9392
9393 * gdb.btrace/delta.exp: Update "info record" output.
9394 * gdb.btrace/enable.exp: Update "info record" output.
9395 * gdb.btrace/finish.exp: Update "info record" output.
9396 * gdb.btrace/instruction_history.exp: Update "info record" output.
9397 * gdb.btrace/next.exp: Update "info record" output.
9398 * gdb.btrace/nexti.exp: Update "info record" output.
9399 * gdb.btrace/step.exp: Update "info record" output.
9400 * gdb.btrace/stepi.exp: Update "info record" output.
9401 * gdb.btrace/nohist.exp: Update "info record" output.
9402
b9d61307
SM
94032015-02-06 Simon Marchi <simon.marchi@ericsson.com>
9404
9405 PR gdb/15678
9406 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
9407
e584fdbc
PA
94082015-02-06 Pedro Alves <palves@redhat.com>
9409
9410 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
9411 macro.
9412 (seconds_left, again): New globals.
9413 (main): Wait seconds_left in a 1-second sleep loop instead of
9414 sleeping 180 seconds. If 'again' is set, reset the seconds
9415 counter.
9416 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
9417 'again' in the inferior before detaching. Print the seconds left.
9418 (options): New global.
9419 (top level): Build program with -DTIMEOUT=$timeout.
9420
77f41761
PA
94212015-02-06 Pedro Alves <palves@redhat.com>
9422
9423 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
9424 determine how many seconds to pass to 'alarm'.
9425 * gdb.base/gdb-sigterm.exp (top level): Build program with
9426 -DTIMEOUT=$timeout.
9427 (do_test): Return success/failure indication. Add more verbose
9428 logging. Don't fail if 200 single steps are seen. Instead, fail
9429 when the test times out.
9430 (passes): New global.
9431 (top level): Break the testing loop if testing fails on any
9432 iteration. Use gdb_assert.
9433
b9394193
DB
94342015-02-04 Don Breazeal <donb@codesourcery.com>
9435
9436 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
9437 and initialize them.
9438 (ipc_cleanup): New function.
9439 (main): Don't declare shmid, semid, and msqid. Add a call to
9440 atexit so that we call ipc_cleanup on exit.
9441
42d9e528
PA
94422015-02-04 Pedro Alves <palves@redhat.com>
9443
9444 * boards/native-extended-gdbserver.exp: Remove any target variant
9445 specifications from the board name before clearing the isremote
9446 flag from board_info.
9447
ae6ae975
DE
94482015-01-31 Doug Evans <xdje42@gmail.com>
9449
9450 * gdb.base/maint.exp <maint print type argc>: Update expected output.
9451
cfb069a8
GB
94522015-01-31 Gary Benson <gbenson@redhat.com>
9453
9454 * gdb.base/completion.exp: Disable completion limiting for
9455 existing tests. Add new tests to check completion limiting.
9456 * gdb.linespec/ls-errs.exp: Disable completion limiting.
9457
5dd31d79
DE
94582015-01-31 Doug Evans <xdje42@gmail.com>
9459
9460 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
9461
9f050062
DE
94622015-01-31 Doug Evans <xdje42@gmail.com>
9463
9464 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
9465 entries. Duplicate file section script entries.
9466 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
9467 inlined entries. Add test for safe-path rejection.
9468 * gdb.python/py-section-script.c: Add duplicate inlined section script
9469 entries. Duplicate file section script entries.
9470 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
9471 inlined entries. Add test for safe-path rejection.
9472
df25ebbd
JB
94732015-01-29 Joel Brobecker <brobecker@adacore.com>
9474
9475 * gdb.ada/disc_arr_bound: New testcase.
9476
4a0ca9ec
JB
94772015-01-29 Joel Brobecker <brobecker@adacore.com>
9478
9479 * gdb.ada/mi_var_array: New testcase.
9480
3a8b707a
DE
94812015-01-27 Doug Evans <dje@google.com>
9482
9483 * gdb.python/py-objfile.exp: Add tests for objfile.username.
9484 Add test for objfile.filename, objfile.username after objfile
9485 has been unloaded.
9486
f8313f6e
JB
94872015-01-26 Joel Brobecker <brobecker@adacore.com>
9488
9489 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
9490 the second test to print the name attribute of value
9491 returned by the call to gdb.lookup_type, and adjust
9492 the expected output accordingly.
9493
37bc665e
MW
94942015-01-25 Mark Wielaard <mjw@redhat.com>
9495
9496 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
9497 * gdb.base/disp-step-fork.c: Include unistd.h.
9498 * gdb.base/siginfo-obj.c: Include stdio.h.
9499 * gdb.base/siginfo-thread.c: Likewise.
9500 * gdb.mi/non-stop.c: Include unistd.h.
9501 * gdb.mi/nsthrexec.c: Include stdio.h.
9502 * gdb.mi/pthreads.c: Include unistd.h.
9503 * gdb.modula2/unbounded1.c (main): Declare returns int.
9504 * gdb.reverse/consecutive-reverse.c: Likewise.
9505 * gdb.threads/create-fail.c: Include unistd.h.
9506 * gdb.threads/killed.c: Likewise.
9507 * gdb.threads/linux-dp.c: Likewise.
9508 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
9509 * gdb.threads/non-ldr-exc-2.c: Likewise.
9510 * gdb.threads/non-ldr-exc-3.c: Likewise.
9511 * gdb.threads/non-ldr-exc-4.c: Likewise.
9512 * gdb.threads/pthreads.c: Include unistd.h.
9513 (main): Declare returns int.
9514 * gdb.threads/tls-main.c (foo): New declaration.
9515 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
9516
f7e5394d
SM
95172015-01-23 Simon Marchi <simon.marchi@ericsson.com>
9518
9519 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
9520 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
9521
743649fd
MW
95222015-01-15 Mark Wielaard <mjw@redhat.com>
9523
9524 * gdb.base/noreturn-return.c: New file.
9525 * gdb.base/noreturn-return.exp: New file.
9526 * gdb.base/noreturn-finish.c: New file.
9527 * gdb.base/noreturn-finish.exp: New file.
9528
198297aa
PA
95292015-01-23 Pedro Alves <palves@redhat.com>
9530
9531 * gdb.threads/continue-pending-after-query.c: New file.
9532 * gdb.threads/continue-pending-after-query.exp: New file.
9533
717cf30c
AG
95342015-01-22 Anders Granlund <anders.granlund@ericsson.com>
9535 Simon Marchi <simon.marchi@ericsson.com>
9536
9537 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
9538 * gdb.base/valgrind-db-attach.exp: Same.
9539 * gdb.base/valgrind-infcall.exp: Same.
9540 * lib/mi-support.exp (default_mi_gdb_start): Same.
9541 * lib/prompt.exp (default_prompt_gdb_start): Same.
9542 * lib/gdb.exp (default_gdb_spawn): Same.
9543 (gdb_interact): New.
9544
9545
4b62a76e
JK
95462015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9547
9548 * gdb.compile/compile.exp (pointer to jit function): New test.
9549
b4cdae6f
WW
95502015-01-17 Wei-cheng Wang <cole945@gmail.com>
9551
9552 * lib/gdb.exp (supports_process_record): Return true for
9553 powerpc*-*-linux*.
9554 (supports_reverse): Likewise.
9555
d221e7ef
DB
95562015-01-15 Don Breazeal <donb@codesourcery.com>
9557
9558 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
9559 instead of checking whether the target board is remote and
9560 use spawn_wait_for_attach instead of exec/sleep.
9561 * gdb.base/attach-twice.exp: Likewise.
9562
bafffb51
JB
95632015-01-15 Joel Brobecker <brobecker@adacore.com>
9564
9565 * gdb.ada/var_arr_attrs: New testcase.
9566
5589af0e
PA
95672015-01-14 Pedro Alves <palves@redhat.com>
9568 Joel Brobecker <brobecker@adacore.com>
9569
9570 PR gdb/17525
9571 * gdb.base/bp-cmds-execution-x-script.c: New file.
9572 * gdb.base/bp-cmds-execution-x-script.exp: New file.
9573 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
9574
6c400b59
PA
95752015-01-14 Pedro Alves <palves@redhat.com>
9576
9577 PR cli/17828
9578 * gdb.base/batch-preserve-term-settings.c: New file.
9579 * gdb.base/batch-preserve-term-settings.exp: New file.
9580
e02c96a7
DE
95812015-01-13 Doug Evans <dje@google.com>
9582
9583 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
9584 binary.
9585
576fd14c
JB
95862015-01-13 Joel Brobecker <brobecker@adacore.com>
9587
9588 * Makefile.in (clean mostlyclean): Do not delete *.py.
9589
04dccad0
JB
95902015-01-13 Joel Brobecker <brobecker@adacore.com>
9591
9592 * gdb.python/py-lookup-type.exp: New file.
9593
3d230f71
PA
95942015-01-12 Pedro Alves <palves@redhat.com>
9595
9596 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
9597 restore GDBFLAGS before returning.
9598
7e67715d
JK
95992015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9600
9601 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
9602 is_amd64_regs_target and is_x86_like_target.
9603
f2e0d4b4
DE
96042015-01-11 Doug Evans <xdje42@gmail.com>
9605
9606 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
9607 is given without an explicit form.
9608 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
9609 attributes.
9610 * gdb.dwarf/corrupt.exp: Ditto.
9611 * gdb.dwarf2/enum-type.exp: Ditto.
9612 * gdb.trace/entry-values.exp: Ditto.
9613 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
9614
439250fb
DE
96152015-01-11 Doug Evans <xdje42@gmail.com>
9616
9617 PR gdb/15830
9618 * gdb.base/maint.exp: Remove references to "maint demangle".
9619 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
9620 Add tests for explicitly specifying language to demangle.
9621 * gdb.dlang/demangle.exp: Ditto.
9622
ede9f622
PA
96232015-01-09 Pedro Alves <palves@redhat.com>
9624
9625 * gdb.threads/non-stop-fair-events.c: New file.
9626 * gdb.threads/non-stop-fair-events.exp: New file.
9627
a7b796db
PA
96282015-01-09 Pedro Alves <palves@redhat.com>
9629
9630 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
9631 the global scope. Set a breakpoint after all threads are started
9632 rather than stepping over two source lines. Expect the prompt.
9633 * gdb.base/watch_thread_num.c (threads_started_barrier): New
9634 global.
9635 (NUM): Now 15.
9636 (main): Use threads_started_barrier to wait for all threads to
9637 start. Main thread no longer calls thread_function. Exit after
9638 180 seconds.
9639 (loop): New function.
9640 (thread_function): Wait on threads_started_barrier barrier. Call
9641 'loop' at each iteration.
9642 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
9643 threads have started, instead of hardcoding number of "next"
9644 steps. Use an access watchpoint instead of a write watchpoint.
9645
9665ffdd
PA
96462015-01-09 Pedro Alves <palves@redhat.com>
9647
9648 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
9649 (thread_func): Wait on barrier.
9650 (main): Wait for all threads to start before stopping GDB.
9651 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
9652 global.
9653 (thread1_func, thread2_func): Wait on barrier.
9654 (main): Wait for all threads to start before stopping GDB.
9655 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
9656 New global.
9657 (thread1_func, thread2_func): Wait on barrier.
9658 (main): Wait for all threads to start before stopping GDB.
9659
c945a99f
PA
96602015-01-09 Pedro Alves <palves@redhat.com>
9661
9662 * gdb.threads/attach-many-short-lived-threads.c: New file.
9663 * gdb.threads/attach-many-short-lived-threads.exp: New file.
9664
c1a747c1
PA
96652014-01-09 Pedro Alves <palves@redhat.com>
9666
9667 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
9668 instead of to thread 2.
9669 * gdb.threads/signal-command-multiple-signals-pending.c (main):
9670 Add barrier around each pthread_create call instead of around all
9671 calls.
9672 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
9673 Set a break on thread_function and have the child threads hit it
9674 one at at a time.
9675
60b3033e
PA
96762015-01-09 Pedro Alves <palves@redhat.com>
9677
9678 * lib/gdb.exp (can_spawn_for_attach): New procedure.
9679 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
9680 false.
9681 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
9682 checking whether the target board is remote.
9683 * gdb.multi/multi-attach.exp: Likewise.
9684 * gdb.python/py-sync-interp.exp: Likewise.
9685 * gdb.server/ext-attach.exp: Likewise.
9686 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
9687 tests that need to attach, instead of checking whether the target
9688 board is remote at the top of the file.
9689
acc018ac
YQ
96902015-01-08 Yao Qi <yao@codesourcery.com>
9691
9692 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
9693
50a18af8
JK
96942015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9695
9696 Fix testcase compilation.
9697 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
9698
8503d6e1
JB
96992015-01-06 Joel Brobecker <brobecker@adacore.com>
9700
9701 * gdb.python/py-type.exp: Add a couple test about empty
9702 array creation, and negative-length array creation.
9703
cc73dbcc
DE
97042015-01-02 Doug Evans <xdje42@gmail.com>
9705
9706 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
9707
0300bbc7
DE
97082015-01-02 Doug Evans <dje@google.com>
9709
9710 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
9711
9d85a0ec
YQ
97122014-12-29 Yao Qi <yao@codesourcery.com>
9713
9714 * gdb.trace/entry-values.exp: Update comments. Rename variable
9715 bar_call_foo to returned_from_foo.
9716
87186c6a
MMN
97172014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
9718
9719 PR gdb/17394
9720 * gdb.linespec/break-asm-file.c: New file.
9721 * gdb.linespec/break-asm-file.exp: New file.
9722 * gdb.linespec/break-asm-file0.s: New file.
9723 * gdb.linespec/break-asm-file1.s: New file.
9724
1bab7383
YQ
97252014-12-18 Nigel Stephens <nigel@mips.com>
9726 Maciej W. Rozycki <macro@codesourcery.com>
9727
9728 * gdb.base/float.exp: Handle the new output from "info float" on
9729 MIPS targets.
9730
1bc1068a
JK
97312014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9732
9733 Fix MinGW compilation.
9734 * gdb.compile/compile-ops.exp: Update untested message if
9735 !skip_compile_feature_tests.
9736 * gdb.compile/compile-setjmp.exp: Likewise.
9737 * gdb.compile/compile-tls.exp: Likewise.
9738 * gdb.compile/compile.exp: Likewise.
9739 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
9740 supported on this host".
9741
b6615d10
DE
97422014-12-16 Doug Evans <xdje42@gmail.com>
9743
9744 * boards/stabs.exp: New file.
9745
25dda427
AA
97462014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
9747
9748 * gdb.base/completion.exp: Adjust to format changes of "maint
9749 print user-registers".
9750
bf330350
CU
97512014-12-16 Catalin Udma <catalin.udma@freescale.com>
9752
9753 PR server/17457
9754 * gdb.arch/aarch64-fp.c: New file.
9755 * gdb.arch/aarch64-fp.exp: New file.
9756
395cf596
SDJ
97572014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
9758
9759 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
9760 r210637, r210913, r211666, r215400, r215817).
9761
9762 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
9763 * dg-extract-results.py: New file.
9764 * dg-extract-results.sh: Use it if the environment seems
9765 suitable.
9766
9767 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
9768
9769 * dg-extract-results.py (parse_run): Handle warnings that
9770 are printed before a test harness is run.
9771
9772 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
9773
9774 * dg-extract-results.py (Named): Remove __cmp__ method.
9775 (output_variation): Use a key to sort variation.harnesses.
9776
9777 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
9778
9779 * dg-extract-results.py: For Python 3, force sys.stdout to
9780 handle surrogate escape sequences.
9781 (safe_open): New function.
9782 (output_segment, main): Use it.
9783
9784 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
9785
9786 * dg-extract-results.py (Prog.result_re): Include options
9787 in test name.
9788
9789 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
9790
9791 * dg-extract-results.py (output_variation): Always sort if
9792 do_sum.
9793
e882ef3c
SM
97942014-12-15 Simon Marchi <simon.marchi@ericsson.com>
9795
9796 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
9797 as long as we get pagination notifications.
9798
4992aa20
JM
97992014-12-15 Jason Merrill <jason@redhat.com>
9800
9801 * Makefile.in (check-gdb.%): Restore.
9802 * README: Mention it.
9803
c1b5a1a6
JB
98042014-12-13 Joel Brobecker <brobecker@adacore.com>
9805
9806 * gdb.ada/str_uninit: New testcase.
9807
5537b577
JK
98082014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9809
9810 PR symtab/17642
9811 * gdb.base/vla-stub-define.c: New file.
9812 * gdb.base/vla-stub.c: New file.
9813 * gdb.base/vla-stub.exp: New file.
9814
bb2ec1b3
TT
98152014-12-12 Phil Muldoon <pmuldoon@redhat.com>
9816 Jan Kratochvil <jan.kratochvil@redhat.com>
9817 Tom Tromey <tromey@redhat.com>
9818
9819 * configure.ac: Add gdb.compile/.
9820 * configure: Regenerate.
9821 * gdb.compile/Makefile.in: New file.
9822 * gdb.compile/compile-ops.exp: New file.
9823 * gdb.compile/compile-ops.c: New file.
9824 * gdb.compile/compile-tls.c: New file.
9825 * gdb.compile/compile-tls.exp: New file.
9826 * gdb.compile/compile-constvar.S: New file.
9827 * gdb.compile/compile-constvar.c: New file.
9828 * gdb.compile/compile-mod.c: New file.
9829 * gdb.compile/compile-nodebug.c: New file.
9830 * gdb.compile/compile-setjmp-mod.c: New file.
9831 * gdb.compile/compile-setjmp.c: New file.
9832 * gdb.compile/compile-setjmp.exp: New file.
9833 * gdb.compile/compile-shlib.c: New file.
9834 * gdb.compile/compile.c: New file.
9835 * gdb.compile/compile.exp: New file.
9836 * lib/gdb.exp (skip_compile_feature_tests): New proc.
9837
4ff709eb
TT
98382014-12-12 Tom Tromey <tromey@redhat.com>
9839
9840 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
9841 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
9842
6dddd6a5
DE
98432014-12-12 Doug Evans <dje@google.com>
9844
9845 * lib/gdb-python.exp (get_python_valueof): New function.
9846 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
9847
71c24708
AA
98482014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
9849
9850 * gdb.base/completion.exp: Add test for completion of "info
9851 registers ".
9852
3e29f34a
MR
98532014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
9854
9855 * gdb.base/func-ptrs.c: New file.
9856 * gdb.base/func-ptrs.exp: New file.
9857
fc126975
SM
98582014-12-10 Simon Marchi <simon.marchi@ericsson.com>
9859
9860 PR breakpoints/17012
9861 * gdb.base/dprintf-detach.c: New file.
9862 * gdb.base/dprintf-detach.exp: New file.
9863
0a46d518
SM
98642014-12-10 Simon Marchi <simon.marchi@ericsson.com>
9865
9866 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
9867 * lib/gdb.exp (target_is_gdbserver): New procedure.
9868
a0be3e44
DE
98692014-12-08 Doug Evans <dje@google.com>
9870
9871 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
9872
df1b803a
YQ
98732014-12-05 Yao Qi <yao@codesourcery.com>
9874
9875 * gdb.guile/scm-error.exp: Remove the third argument to
9876 gdb_remote_download.
9877 * gdb.guile/scm-frame-args.exp: Likewise.
9878 * gdb.guile/scm-section-script.exp: Likewise.
9879
ddb9f679
YQ
98802014-12-05 Yao Qi <yao@codesourcery.com>
9881
9882 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
9883
86e4ed39
DE
98842014-12-04 Doug Evans <dje@google.com>
9885
9886 * gdb.python/py-objfile.exp: Add tests for
9887 objfile.add_separate_debug_file.
9888
7c50a931
DE
98892014-12-04 Doug Evans <dje@google.com>
9890
9891 * lib/gdb.exp (get_build_id): New function.
9892 (build_id_debug_filename_get): Rewrite to use it.
9893 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
9894
621661e3
MR
98952014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
9896
9897 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
9898 `method(long)', not just 0x0.
9899 * gdb.cp/nsalias.exp: Align code labels to 4.
9900 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
9901 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
9902 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
9903 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
9904 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
9905 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
9906
29f0c3b7
DE
99072014-12-02 Doug Evans <dje@google.com>
9908
e1e061e7 9909 PR symtab/17602
29f0c3b7 9910 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 9911 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
9912 * gdb.cp/anon-ns.exp: Update.
9913
162078c8
NB
99142014-12-02 Nick Bull <nicholaspbull@gmail.com>
9915
9916 * gdb.python/py-events.py (inferior_call_handler): New.
9917 (register_changed_handler, memory_changed_handler): New.
9918 (test_events.invoke): Register new handlers.
9919 * gdb.python/py-events.exp: Add tests for inferior call,
9920 memory_changed and register_changed events.
9921
fdb09caf
AA
99222014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
9923
9924 * gdb.base/execl-update-breakpoints.exp: Specify the link address
9925 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
9926 if the linker doesn't understand this.
9927
55cfb2c4
SM
99282014-12-01 Simon Marchi <simon.marchi@ericsson.com>
9929
9930 * gdb.python/python.exp: Change expected reply to help().
9931
9e8cd6df
YQ
99322014-12-01 Yao Qi <yao@codesourcery.com>
9933
9934 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
9935 AC_CONFIG_SUBDIRS(gdb.gdbtk).
9936 * configure: Re-generated.
9937
6c659fc2
SC
99382014-11-28 Siva Chandra Reddy <sivachandra@google.com>
9939
9940 * gdb.cp/chained-calls.cc: New file.
9941 * gdb.cp/chained-calls.exp: New file.
9942 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
9943
d7fc3181
SM
99442014-11-28 Simon Marchi <simon.marchi@ericsson.com>
9945
9946 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
9947 * gdb.dwarf2/symtab-producer.exp: Same.
9948 * gdb.gdb/python-interrupts.exp: Same.
9949 * gdb.gdb/python-selftest.exp: Same.
9950 * gdb.python/py-linetable.exp: Same.
9951 * gdb.python/py-type.exp: Same.
9952 * gdb.python/py-value-cc.exp: Same.
9953 * gdb.python/py-value.exp: Same.
9954
10e79639
YQ
99552014-11-28 Yao Qi <yao@codesourcery.com>
9956
9957 * gdb.base/break-probes.exp: Match library name prefixed with
9958 sysroot.
9959
f28a0564
SM
99602014-11-27 Simon Marchi <simon.marchi@ericsson.com>
9961
9962 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
9963 test expected output. Add parentheses for the call to print.
9964 Remove L suffix from integers.
9965
3fe1ce1d
DE
99662014-11-26 Doug Evans <dje@google.com>
9967
9968 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
9969
84429e27
YQ
99702014-11-22 Yao Qi <yao@codesourcery.com>
9971
9972 * gdb.trace/entry-values.c: Remove asms.
9973 (foo): Add foo_label.
9974 (bar): Add bar_label.
9975 * gdb.trace/entry-values.exp: Remove code computing foo's
9976 length and bar's length.
9977 (Dwarf::assemble): Invoke function_range for bar and use
9978 MACRO_AT_func for foo.
9979
26741859
YQ
99802014-11-22 Yao Qi <yao@codesourcery.com>
9981
9982 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
9983 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
9984 Use .Lgcc43_procstart instead of gcc43.
9985
45e44d27
JB
99862014-11-21 Joel Brobecker <brobecker@adacore.com>
9987
9988 * gdb.ada/n_arr_bound: New testcase.
9989
458c8db8
SDJ
99902014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
9991
9992 PR breakpoints/10737
9993 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
9994 test_catch_syscall_multi_arch.
9995 (test_catch_syscall_multi_arch): New function.
9996
43f3e411
DE
99972014-11-20 Doug Evans <xdje42@gmail.com>
9998
9999 * gdb.base/maint.exp: Update expected output.
10000
0d7b2549
AA
100012014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
10002
10003 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
10004 4-byte instruction on S390.
10005
8908fca5
JB
100062014-11-19 Joel Brobecker <brobecker@adacore.com>
10007
10008 * gdb.ada/arr_arr: New testcase.
10009
4a46959e
JB
100102014-11-19 Joel Brobecker <brobecker@adacore.com>
10011
10012 * gdb.ada/pkd_arr_elem: New Testcase.
10013
470e2f4e
LM
100142014-11-18 Luis Machado <lgustavo@codesourcery.com>
10015
10016 * gdb.reverse/break-precsave: Expect completion message for
10017 core file reads.
10018 * gdb.reverse/consecutive-precsave.exp: Likewise.
10019 * gdb.reverse/finish-precsave.exp: Likewise.
10020 * gdb.reverse/i386-precsave.exp: Likewise.
10021 * gdb.reverse/machinestate-precsave.exp: Likewise.
10022 * gdb.reverse/sigall-precsave.exp: Likewise.
10023 * gdb.reverse/solib-precsave.exp: Likewise.
10024 * gdb.reverse/step-precsave.exp: Likewise.
10025 * gdb.reverse/until-precsave.exp: Likewise.
10026 * gdb.reverse/watch-precsave.exp: Likewise.
10027
a267f3ad
AA
100282014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10029
10030 * gdb.base/bp-permanent.c: Include unistd.h.
10031 * gdb.python/py-framefilter-mi.c (main): Add return type.
10032 * gdb.python/py-framefilter.c (main): Likewise.
10033 * gdb.trace/actions-changed.c (main): Likewise.
10034
12084a9a
AA
100352014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10036
10037 * gdb.mi/until.c: Add eye-catchers.
10038 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
10039 line numbers.
10040
dc7e1a77
AA
100412014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10042
10043 * gdb.base/condbreak.exp: Drop references to removed non-prototype
10044 function header variants in break1.c.
10045 * gdb.base/ena-dis-br.exp: Likewise.
10046 * gdb.base/hbreak2.exp: Likewise.
10047 * gdb.reverse/until-precsave.exp: Drop references to removed
10048 non-prototype function header variants in ur1.c.
10049 * gdb.reverse/until-reverse.exp: Likewise.
10050
41c77605
PM
100512014-11-17 Petr Machata <pmachata@redhat.com>
10052
10053 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
10054 ${_cu_offset_size} bytes abbrev offset.
10055
34248c3a
DE
100562014-11-15 Doug Evans <xdje42@gmail.com>
10057
10058 PR symtab/17559
10059 * gdb.base/line-symtabs.exp: New file.
10060 * gdb.base/line-symtabs.c: New file.
10061 * gdb.base/line-symtabs.h: New file.
10062
646da059
YQ
100632014-11-14 Yao Qi <yao@codesourcery.com>
10064
10065 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
10066 (func): Add label func_label.
10067 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
10068 Replace low_pc and high_pc with MACRO_AT_range.
10069 Replace name, low_pc and high_pc with MACRO_AT_func.
10070
9301ebe6
YQ
100712014-11-14 Yao Qi <yao@codesourcery.com>
10072
10073 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
10074 Replace name, low_pc and high_pc with MACRO_AT_func.
10075
f166b542
YQ
100762014-11-14 Yao Qi <yao@codesourcery.com>
10077
10078 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
10079 produce debug information.
10080 * gdb.dwarf2/implptr-optimized-out.S: Removed.
10081
0f6e71e3
YQ
100822014-11-14 Yao Qi <yao@codesourcery.com>
10083
10084 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
10085 object and get function length.
10086 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
10087 with MACRO_AT_func.
10088 (top-level): Replace gdb_compile and clean_restart with
10089 prepare_for_testing.
10090 * gdb.dwarf2/main.c (main): Add label main_label.
10091
876c4df9
YQ
100922014-11-14 Yao Qi <yao@codesourcery.com>
10093
10094 * lib/dwarf.exp (function_range): New procedure.
10095 (Dwarf::_handle_macro_at_func): New procedure.
10096 (Dwarf::_handle_macro_at_range): New procedure.
10097 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
10098
02ad9cf1
YQ
100992014-11-14 Yao Qi <yao@codesourcery.com>
10100
10101 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
10102 (_handle_attribute): New procedure.
10103
a59add0c
AA
101042014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10105
10106 * gdb.ada/cond_lang/foo.c (callme): Add return type.
10107 * gdb.base/call-sc.c (zed): Likewise.
10108 * gdb.base/checkpoint.c (main): Likewise.
10109 * gdb.base/dump.c (main): Likewise.
10110 * gdb.base/gcore.c (main): Likewise.
10111 * gdb.base/huge.c (main): Likewise.
10112 * gdb.base/multi-forks.c (main): Likewise.
10113 * gdb.base/pr10179-a.c (main): Likewise.
10114 * gdb.base/savedregs.c (main): Likewise.
10115 * gdb.base/sigaltstack.c (main): Likewise.
10116 * gdb.base/siginfo.c (main): Likewise.
10117 * gdb.base/structs.c (zed): Likewise.
10118 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
10119 * gdb.mi/mi-syn-frame.c (main): Likewise.
10120 * gdb.mi/until.c (foo, main): Likewise.
10121 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
10122 * gdb.base/solib-weak.c (foo): Declare.
10123 * gdb.base/attach-twice.c: Include stdio.h.
10124 * gdb.base/weaklib1.c: Likewise.
10125 * gdb.base/weaklib2.c: Likewise.
10126 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
10127 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
10128 unistd.h.
10129 * gdb.base/attach-pie-misread.c: Include stdlib.h.
10130 * gdb.mi/mi-exit-code.c: Likewise.
10131 * gdb.base/break-interp-lib.c: Include string.h.
10132 * gdb.base/coremaker.c: Likewise.
10133 * gdb.base/testenv.c: Likewise.
10134 * gdb.python/py-finish-breakpoint.c: Likewise.
10135 * gdb.base/inferior-died.c: Include sys/wait.h.
10136 * gdb.base/fileio.c: Include time.h.
10137 * gdb.base/async-shell.c: Include unistd.h.
10138 * gdb.base/dprintf-non-stop.c: Likewise.
10139 * gdb.base/info-os.c: Likewise.
10140 * gdb.mi/mi-console.c: Likewise.
10141 * gdb.mi/watch-nonstop.c: Likewise.
10142 * gdb.python/py-events.c: Likewise.
10143 * gdb.base/async.c (baz): Move up before its invocation.
10144 * gdb.base/code_elim2.c (my_global_func): Likewise.
10145 * gdb.base/skip-solib-lib.c (multiply): Likewise.
10146 * gdb.base/advance.c (func2): Likewise.
10147
3b5d5997
AA
101482014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10149
10150 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
10151 variant.
10152 * gdb.base/annota3.c: Likewise.
10153 * gdb.base/async.c: Likewise.
10154 * gdb.base/average.c: Likewise.
10155 * gdb.base/call-ar-st.c: Likewise.
10156 * gdb.base/call-rt-st.c: Likewise.
10157 * gdb.base/call-sc.c: Likewise.
10158 * gdb.base/call-strs.c: Likewise.
10159 * gdb.base/ending-run.c: Likewise.
10160 * gdb.base/execd-prog.c: Likewise.
10161 * gdb.base/exprs.c: Likewise.
10162 * gdb.base/foll-exec.c: Likewise.
10163 * gdb.base/foll-fork.c: Likewise.
10164 * gdb.base/foll-vfork.c: Likewise.
10165 * gdb.base/funcargs.c: Likewise.
10166 * gdb.base/gcore.c: Likewise.
10167 * gdb.base/jump.c: Likewise.
10168 * gdb.base/langs0.c: Likewise.
10169 * gdb.base/langs1.c: Likewise.
10170 * gdb.base/langs2.c: Likewise.
10171 * gdb.base/mips_pro.c: Likewise.
10172 * gdb.base/nodebug.c: Likewise.
10173 * gdb.base/opaque0.c: Likewise.
10174 * gdb.base/opaque1.c: Likewise.
10175 * gdb.base/recurse.c: Likewise.
10176 * gdb.base/run.c: Likewise.
10177 * gdb.base/scope0.c: Likewise.
10178 * gdb.base/scope1.c: Likewise.
10179 * gdb.base/setshow.c: Likewise.
10180 * gdb.base/setvar.c: Likewise.
10181 * gdb.base/shmain.c: Likewise.
10182 * gdb.base/shr1.c: Likewise.
10183 * gdb.base/shr2.c: Likewise.
10184 * gdb.base/sigall.c: Likewise.
10185 * gdb.base/signals.c: Likewise.
10186 * gdb.base/so-indr-cl.c: Likewise.
10187 * gdb.base/solib2.c: Likewise.
10188 * gdb.base/structs.c: Likewise.
10189 * gdb.base/sum.c: Likewise.
10190 * gdb.base/vforked-prog.c: Likewise.
10191 * gdb.base/watchpoint.c: Likewise.
10192 * gdb.reverse/shr2.c: Likewise.
10193 * gdb.reverse/until-reverse.c: Likewise.
10194 * gdb.reverse/ur1.c: Likewise.
10195 * gdb.reverse/watch-reverse.c: Likewise.
10196
066a77c5
AA
101972014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10198
10199 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
10200 variant.
10201 * gdb.base/sepdebug.exp: Drop references to removed code.
10202
4f204ea5
AA
102032014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10204
10205 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
10206 variant. Preserve original line numbering.
10207 * gdb.base/list1.c: Likewise.
10208
3b377a3a
AA
102092014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10210
10211 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
10212 variant.
10213 * gdb.base/break1.c: Likewise.
10214 * gdb.base/break.exp: Drop references to removed code.
10215
e444df73
AA
102162014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10217
10218 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
10219 variant.
10220
8008f2a7
AA
102212014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10222
10223 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
10224
a5a06887
AA
102252014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10226
10227 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
10228 logic into perform_all_tests() and invoke it with and without
10229 function header prototypes.
10230 (do_function_calls): Remove conditional XFAIL for PR 5318.
10231 (rerun_and_prepare): Remove duplicate code.
10232 (perform_all_tests): New. Main logic moved here.
10233
44dba9b9
AA
102342014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10235
10236 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
10237 code guarded by #ifdef NO_PROTOTYPES.
10238 (t_double_many_args): Likewise.
10239 (DEF_FUNC_MANY_ARGS_1): Likewise.
10240 (DEF_FUNC_VALUES_1): Likewise.
10241 (t_structs_ldc): Renamed from t_structs_fc in conditional code
10242 guarded by #ifdef PROTOTYPES.
10243
d1fbcd56
AA
102442014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10245
10246 * gdb.mi/mi-console.c: Add eye-catcher.
10247 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
10248 instead of literal line number.
10249
b0e59b8f
AA
102502014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10251
10252 * gdb.base/shr2.c: Add eye-catcher.
10253 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
10254 line number.
10255
78f98cca
AA
102562014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10257
10258 * gdb.base/jump.c: Add eye-catchers.
10259 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
10260 numbers.
10261
58fa2af0
AA
102622014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10263
10264 * gdb.base/execd-prog.c: Add eye-catchers.
10265 * gdb.base/foll-exec.c: Likewise.
10266 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
10267 line numbers.
10268
04e5059b
AA
102692014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10270
10271 * gdb.base/ending-run.c: Add eye-catchers.
10272 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
10273 literal line numbers.
10274
dbfdb174
AA
102752014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10276
10277 * gdb.base/call-rt-st.c: Add eye-catchers.
10278 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
10279 literal line numbers.
10280
888a2ade
AA
102812014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10282
10283 * gdb.base/call-ar-st.c: Add eye-catchers.
10284 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
10285 literal line numbers.
10286
6acc2dde
AA
102872014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10288
10289 * gdb.base/average.c: Add eye-catchers.
10290 * gdb.base/sum.c: Likewise.
10291 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
10292 regexps dynamically.
10293
9ecfcd1d
AA
102942014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10295
10296 * gdb.base/solib1.c: Add eye-catchers.
10297 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
10298 literal line numbers.
10299
78708b7c
PA
103002014-11-12 Pedro Alves <palves@redhat.com>
10301
10302 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
10303 leader has exited.
10304
af48d08f
PA
103052014-11-12 Pedro Alves <palves@redhat.com>
10306
10307 * gdb.arch/i386-bp_permanent.c: New file.
10308 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
10309 (srcfile): Set to i386-bp_permanent.c.
10310 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
10311 that stepi does not execute the 'leave' instruction, instead of
10312 testing it does execute.
10313 * gdb.base/bp-permanent.c: New file.
10314 * gdb.base/bp-permanent.exp: New file.
10315
af3768e9
DE
103162014-11-10 Doug Evans <xdje42@gmail.com>
10317
10318 PR symtab/17564
10319 * gdb.base/symtab-search-order.exp: New file.
10320 * gdb.base/symtab-search-order.c: New file.
10321 * gdb.base/symtab-search-order-1.c: New file.
10322 * gdb.base/symtab-search-order-shlib-1.c: New file.
10323
9de00a4a
PA
103242014-11-07 Pedro Alves <palves@redhat.com>
10325
10326 PR gdb/17511
10327 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
10328 i?86-*-linux*.
10329
e0f52461
SC
103302014-11-03 Siva Chandra Reddy <sivachandra@google.com>
10331
10332 PR c++/17494
10333 * gdb.cp/pr17494.cc: New file.
10334 * gdb.cp/pr17494.exp: New file.
10335
6ce8c980
YQ
103362014-11-02 Yao Qi <yao@codesourcery.com>
10337
10338 * gdb.python/python.exp: Get working directory and match the
10339 output of "set extended-prompt \\w " with it.
10340
02be9a71
DE
103412014-10-30 Doug Evans <dje@google.com>
10342
10343 * gdb.python/py-objfile.exp: Add tests for setting random attributes
10344 in objfiles.
10345 * gdb.python/py-progspace.exp: Add tests for setting random attributes
10346 in progspaces.
10347
3bdff46b
LM
103482014-10-30 Janis Johnson <janisjo@codesourcery.com>
10349
10350 * gdb.base/fullpath-expand.exp: Skip for a remote host.
10351 * gdb.base/realname-expand.exp: Likewise.
10352 * gdb.linespec/macro-relative.exp: Likewise.
10353
ab917dfb
PA
103542014-10-29 Pedro Alves <palves@redhat.com>
10355
10356 PR gdb/17408
10357 * gdb.threads/schedlock.c (some_function): New function.
10358 (call_function): New global.
10359 (MAYBE_CALL_SOME_FUNCTION): New macro.
10360 (thread_function): Call it.
10361 * gdb.threads/schedlock.exp (get_args): Add description parameter,
10362 and use it instead of a global counter. Adjust all callers.
10363 (get_current_thread): Use "find current thread" for test message
10364 here rather than having all callers pass down the same string.
10365 (goto_loop): New procedure, factored out from ...
10366 (my_continue): ... this.
10367 (step_ten_loops): Change parameter from test message to command to
10368 use. Adjust.
10369 (list_count): Delete global.
10370 (check_result): New procedure, factored out from duplicate top
10371 level code.
10372 (continue tests): Wrap in with_test_prefix.
10373 (test_step): New procedure, factored out from duplicate top level
10374 code.
10375 (top level): Test "step" in combination with all scheduler-locking
10376 modes. Test "next" in combination with all scheduler-locking
10377 modes, and in combination with stepping over a function call or
10378 not.
10379 * gdb.threads/next-bp-other-thread.c: New file.
10380 * gdb.threads/next-bp-other-thread.exp: New file.
10381
d3d4baed
PA
103822014-10-29 Pedro Alves <palves@redhat.com>
10383
10384 PR python/17372
10385 * gdb.python/python.exp: Test a multi-line command that spawns
10386 interactive Python.
10387 * gdb.base/multi-line-starts-subshell.exp: New file.
10388
563e8d85
YQ
103892014-10-29 Yao Qi <yao@codesourcery.com>
10390
10391 * gdb.base/fileio.exp: Make directories on host.
10392
0ea4d52e
YQ
103932014-10-29 Yao Qi <yao@codesourcery.com>
10394
10395 * gdb.base/fileio.c (test_write): Close the file.
10396
7f5ef605
PA
103972014-10-28 Pedro Alves <palves@redhat.com>
10398
10399 PR gdb/12623
10400 * gdb.base/sigstep.c (no_handler): New global.
10401 (main): If 'no_handler is true, set the signal handlers to
10402 SIG_IGN.
10403 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
10404 with_sw_watch and no_handler parameters. Handle them.
10405 (top level) <stepping over handler when stopped at a breakpoint
10406 test>: Add a test axis for testing with a software watchpoint, and
10407 another for testing with the signal handler set to SIG_IGN.
10408 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
10409 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
10410
abbdbd03
PA
104112014-10-28 Pedro Alves <palves@redhat.com>
10412
10413 PR gdb/17511
10414 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
10415 * gdb.base/sigstep.exp (other_handler_location): New global.
10416 (advance): Support stepping into the signal handler, and running
10417 commands while in the handler.
10418 (in_handler_map): New global.
10419 (top level): In the advance test, add combinations for getting
10420 into the handler with stepping commands, and for running commands
10421 in the handler. Add comment descripting the advancei tests.
10422
1df4399f
PA
104232014-10-28 Pedro Alves <palves@redhat.com>
10424
10425 * gdb.base/sigstep.exp: Use build_executable instead of
10426 prepare_for_testing.
10427 (top level): Move code that starts GDB, runs to main and creates a
10428 display to ...
10429 (restart): ... this new procedure.
10430 (top level): Move backtrace from signal handler test to ...
10431 (validate_backtrace): ... this new procedure.
10432 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
10433 with_test_prefix. Always restart GDB.
10434 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
10435 with_test_prefix. Always restart GDB. No need to delete
10436 breakpoints after the test.
10437 (test_skip_handler): Remove prefix parameter.
10438 (skip_over_handler, breakpoint_to_handler)
10439 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
10440 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
10441 restart GDB. No need to delete breakpoints after the test.
10442 (top level): Use foreach to call the test procedures with
10443 different commands.
10444
a5b6e449
PA
104452014-10-28 Pedro Alves <palves@redhat.com>
10446
10447 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
10448 instead of GNATS numbers.
10449 * gdb.base/sigbpt.exp: Likewise.
10450 * gdb.base/siginfo.exp: Likewise.
10451 * gdb.base/sigstep.exp: Likewise.
10452
e5f8a7cc
PA
104532014-10-27 Pedro Alves <palves@redhat.com>
10454
10455 * gdb.base/sigstep.c (dummy): New global.
10456 (main): Issue a couple writes to the new global.
10457 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
10458 procedures.
10459 (skip_over_handler): Use test_skip_handler.
10460 (top level): Call skip_over_handler for stepi and nexti too.
10461 (breakpoint_over_handler): Use test_skip_handler.
10462 (top level): Call breakpoint_over_handler for stepi and nexti too.
10463
763905a3
YQ
104642014-10-27 Yao Qi <yao@codesourcery.com>
10465
10466 * gdb.trace/tfile.c (adjust_function_address)
10467 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
10468 function descriptor.
10469
6f259a23
DB
104702014-10-24 Don Breazeal <donb@codesourcery.com>
10471
10472 * gdb.base/foll-fork.exp (test_follow_fork,
10473 catch_fork_child_follow): Check for updated fork messages emitted
10474 from infrun.c.
10475 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
10476 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
10477 vfork_and_exec_child_follow_through_step): Check for updated vfork
10478 messages emitted from infrun.c.
10479
09dd9a69
PA
104802014-10-24 Pedro Alves <palves@redhat.com>
10481
10482 * gdb.base/corefile.exp: Remove references to ultrix.
10483 * gdb.base/interrupt.exp: Likewise.
10484 * gdb.base/whatis.exp: Likewise.
10485 * gdb.gdb/selftest.exp: Likewise.
10486 * gdb.threads/manythreads.exp: Likewise.
10487 * gdb.threads/print-threads.exp: Likewise.
10488 * gdb.threads/pthreads.exp:: Likewise.
10489 * gdb.threads/schedlock.exp: Likewise.
10490
3433cfa5
SC
104912014-10-24 Siva Chandra Reddy <sivachandra@google.com>
10492
10493 * gdb.cp/non-trivial-retval.cc: Add a test case.
10494 * gdb.cp/non-trivial-retval.exp: Add a test.
10495
092f880b
YQ
104962014-10-20 Yao Qi <yao@codesourcery.com>
10497
10498 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
10499 * gdb.python/py-objfile-script-gdb.py: New file.
10500 * gdb.python/py-objfile-script.exp: Update reference to
10501 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
10502 of remote_download. Remove the dest file.
10503
acbdb7f3
YQ
105042014-10-20 Yao Qi <yao@codesourcery.com>
10505
10506 * gdb.base/checkpoint.exp: Don't remove file copied on host.
10507 * gdb.base/step-line.exp: Likewise.
10508 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
10509 * gdb.dwarf2/dw2-basic.exp: Likewise.
10510 * gdb.dwarf2/dw2-compressed.exp: Likewise.
10511 * gdb.dwarf2/dw2-filename.exp: Likewise.
10512 * gdb.dwarf2/dw2-intercu.exp: Likewise.
10513 * gdb.dwarf2/dw2-intermix.exp: Likewise.
10514 * gdb.dwarf2/dw2-producer.exp: Likewise.
10515 * gdb.dwarf2/mac-fileno.exp: Likewise.
10516 * gdb.python/py-frame-args.exp: Likewise.
10517 * gdb.python/py-framefilter.exp: Likewise.
10518 * gdb.python/py-mi.exp: Likewise.
10519 * gdb.python/py-objfile-script.exp: Likewise
10520 * gdb.python/py-pp-integral.exp: Likewise.
10521 * gdb.python/py-pp-re-notag.exp: Likewise.
10522 * gdb.python/py-prettyprint.exp: Likewise.
10523 * gdb.python/py-section-script.exp: Likewise.
10524 * gdb.python/py-typeprint.exp: Likewise.
10525 * gdb.python/py-xmethods.exp: Likewise.
10526 * gdb.stabs/weird.exp: Likewise.
10527 * gdb.xml/tdesc-regs.exp: Likewise.
10528
bd286a29
KCY
105292014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
10530
10531 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
10532 (out_cu): Use addr_len for the size of addresses.
10533 (out_line): Likewise. Size DW_LNE_set_address instruction
10534 according to addr_len.
10535 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
10536 (FUNC): Add START_INSNS to definition.
10537
673dc4a0
YQ
105382014-10-18 Yao Qi <yao@codesourcery.com>
10539
10540 * gdb.base/argv0-symlink.exp: Check argv[0] value if
10541 gdb_has_argv0 return true.
10542 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
10543 check [target_info exists noargs], check [gdb_has_argv0]
10544 instead.
10545 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
10546 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
10547 procedures.
10548
4ffbba72
DE
105492014-10-17 Doug Evans <dje@google.com>
10550
10551 * gdb.python/py-events.exp: Update expected output for clear_objfiles
10552 event.
10553 * gdb.python/py-events.py: Add clear_objfiles event.
10554
d096d8c1
DE
105552014-10-17 Doug Evans <dje@google.com>
10556
10557 * gdb.python/py-objfile.exp: Test progspace attribute.
10558
a80db015
LM
105592014-10-17 Luis Machado <lgustavo@codesourcery.com>
10560
10561 * gdb.guile/scm-breakpoint.exp: Do not assume any
10562 directory separators when matching source file paths.
10563 * gdb.python/py-breakpoint.exp: Likewise.
10564 * gdb.reverse/break-precsave.exp: Likewise.
10565 * gdb.reverse/break-reverse.exp: Likewise.
10566 * gdb.reverse/consecutive-precsave.exp: Likewise.
10567 * gdb.reverse/finish-precsave.exp: Likewise.
10568 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
10569 * gdb.reverse/finish-reverse.exp: Likewise.
10570 * gdb.reverse/i386-precsave.exp: Likewise.
10571 * gdb.reverse/i387-env-reverse.exp: Likewise.
10572 * gdb.reverse/i387-stack-reverse.exp: Likewise.
10573 * gdb.reverse/machinestate-precsave.exp: Likewise.
10574 * gdb.reverse/machinestate.exp: Likewise.
10575 * gdb.reverse/sigall-precsave.exp: Likewise.
10576 * gdb.reverse/solib-precsave.exp: Likewise.
10577 * gdb.reverse/step-precsave.exp: Likewise.
10578 * gdb.reverse/until-precsave.exp: Likewise.
10579 * gdb.reverse/watch-precsave.exp: Likewise.
10580 * gdb.reverse/watch-reverse.exp: Likewise.
10581
b22089ab
YQ
105822014-10-17 Yao Qi <yao@codesourcery.com>
10583
10584 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
10585 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
10586
6c4486e6
PA
105872014-10-17 Pedro Alves <palves@redhat.com>
10588
10589 PR gdb/17471
10590 * gdb.base/bg-execution-repeat.c: New file.
10591 * gdb.base/bg-execution-repeat.exp: New file.
10592
0ff33695
PA
105932014-10-17 Pedro Alves <palves@redhat.com>
10594
10595 PR gdb/17300
10596 * gdb.base/continue-all-already-running.c: New file.
10597 * gdb.base/continue-all-already-running.exp: New file.
10598
6fdebc3d
PA
105992014-10-17 Pedro Alves <palves@redhat.com>
10600
10601 PR gdb/17472
10602 * gdb.base/annota-input-while-running.c: New file.
10603 * gdb.base/annota-input-while-running.exp: New file.
10604
32a8097b
PA
106052014-10-17 Pedro Alves <palves@redhat.com>
10606
10607 * gdb.base/callfuncs.exp: emove references to osf.
10608 * gdb.base/sigall.exp: Likewise.
10609 * gdb.gdb/selftest.exp: Likewise.
10610 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
10611 * gdb.mi/non-stop.c: Likewise.
10612 * gdb.mi/pthreads.c: Likewise.
10613 * gdb.reverse/sigall-precsave.exp: Likewise.
10614 * gdb.reverse/sigall-reverse.exp: Likewise.
10615 * gdb.threads/pthreads.c: Likewise.
10616 * gdb.threads/pthreads.exp: Likewise.
10617
7a3517ff
YQ
106182014-10-17 Yao Qi <yao@codesourcery.com>
10619
10620 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
10621 check 'target_info exists noargs'.
10622 (test_command_prompt_position): Likewise.
10623 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
10624 Remove "set args".
10625 (progvar_simple_while_test): Likewise.
10626 (progvar_complex_if_while_test): Likewise.
10627 (if_while_breakpoint_command_test): Likewise.
10628 (infrun_breakpoint_command_test): Likewise.
10629 (breakpoint_command_test): Likewise.
10630 (watchpoint_command_test): Likewise.
10631 (bp_deleted_in_command_test): Likewise.
10632 (temporary_breakpoint_commands): Likewise.
10633
bb99c472
YQ
106342014-10-16 Yao Qi <yao@codesourcery.com>
10635
10636 * gdb.base/remotetimeout.exp: Remove noargs checking.
10637
7c16b83e
PA
106382014-10-15 Pedro Alves <palves@redhat.com>
10639
10640 PR breakpoints/9649
10641 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
10642 * gdb.base/breakpoint-in-ro-region.exp
10643 (probe_target_hardware_step): New procedure.
10644 (top level): Probe hardware stepping and hardware breakpoint
10645 support. Test stepping through a read-only region, with both
10646 "breakpoint auto-hw" on and off and both "always-inserted" on and
10647 off.
10648
35a49624
IB
106492014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
10650
10651 * gdb.dlang/demangle.exp: Update for demangling changes.
10652
2d1c107c
SC
106532014-10-15 Siva Chandra Reddy <sivachandra@google.com>
10654
10655 * gdb.cp/non-trivial-retval.cc: Add new test cases.
10656 * gdb.cp/non-trivial-retval.exp: Add new tests.
10657
778811d5
SC
106582014-10-15 Siva Chandra Reddy <sivachandra@google.com>
10659
10660 PR c++/13403
10661 PR c++/15154
10662 * gdb.cp/non-trivial-retval.cc: New file.
10663 * gdb.cp/non-trivial-retval.exp: New file.
10664
10c5f0a8
YQ
106652014-10-15 Yao Qi <yao@codesourcery.com>
10666
10667 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
10668 remote host.
10669
65d7b369
YQ
106702014-10-15 Yao Qi <yao@codesourcery.com>
10671
10672 * gdb.python/py-symbol.exp: Match file base name if host is
10673 remote, otherwise match file name with dir name.
10674 * gdb.python/py-symtab.exp: Likewise.
10675 * gdb.python/python.exp: Likewise.
10676
46dc1394
YQ
106772014-10-15 Yao Qi <yao@codesourcery.com>
10678
10679 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
10680 pattern.
10681 * gdb.python/py-symtab.exp: Likewise.
10682 * gdb.python/python.exp: Remove trailing ".*". Fix typo
10683 locationn.
10684
c40cc657
JB
106852014-10-14 Joel Brobecker <brobecker@adacore.com>
10686
10687 * gdb.ada/addr_arith: New testcase.
10688
2abf49e1
MR
106892014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
10690
10691 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
10692 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
10693 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
10694 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
10695
f7088df3
SDJ
106962014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
10697
10698 * gdb.arch/stap-eval-lang-ada.S: Likewise.
10699 * gdb.arch/stap-eval-lang-ada.c: Likewise.
10700 * gdb.arch/stap-eval-lang-ada.exp: New file.
10701
4dc06805
YQ
107022014-10-14 Yao Qi <yao@codesourcery.com>
10703
10704 * gdb.mi/mi-var-child.c (nothing1): New function.
10705 (nothing2): New function.
10706 (do_children_tests): Set function pointers by nothing1 and
10707 nothing2.
10708 * gdb.mi/mi-var-child.exp: Step over new added statements.
10709 Update test to match the new output.
10710 * gdb.mi/var-cmd.c (nothing1): New function.
10711 (nothing2): New function.
10712 (do_children_tests): Set function pointers by nothing1 and
10713 nothing2.
10714 * gdb.mi/mi-var-display.exp: Update test to match output.
10715 Step to the line specified by $line_dct_nothing.
10716 Increase the number of lines to step.
10717
46a93de2
YQ
107182014-10-14 Yao Qi <yao@codesourcery.com>
10719
10720 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
10721 tests.
10722 * gdb.mi/mi2-var-child.exp: Likewise.
10723
14ea52ee
DE
107242014-10-13 Doug Evans <dje@google.com>
10725
10726 * gdb.python/py-objfile.exp: Change name of file name test.
10727
e5c6e92b
DE
107282014-10-13 Doug Evans <dje@google.com>
10729
10730 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
10731 from the start of the CU.
10732
c780cc2f
JK
107332014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10734 Yao Qi <yao@codesourcery.com>
10735
10736 Fix "save breakpoints" for "catch" command.
10737 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
10738 Remove -nonewline. Match also the added "main" line.
10739
99894e11
JK
107402014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10741
10742 Fix "save breakpoints" for "disable $bpnum" command.
10743 * gdb.base/save-bp.c (main): Add label.
10744 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
10745
6e1ac5a3
JK
107462014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10747
10748 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
10749
754dd2b0
YQ
107502014-10-11 Yao Qi <yao@codesourcery.com>
10751
10752 * gdb.server/server-kill.exp: Execute command
10753 "set remote trace-status-packet on" before "tstatus".
10754
f90183d7
YQ
107552014-10-11 Yao Qi <yao@codesourcery.com>
10756
10757 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
10758 (main): Call getppid.
10759 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
10760 and continue to it. Read variable "server_pid".
10761
bf40a607
YQ
107622014-10-11 Yao Qi <yao@codesourcery.com>
10763
10764 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
10765
052ca370
YQ
107662014-10-11 Yao Qi <yao@codesourcery.com>
10767
10768 * gdb.threads/thread-find.exp: Don't execute command
10769 "info threads".
10770 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
10771 * gdb.threads/linux-dp.exp: Don't check the condition
10772 $threads_created equals to zero.
10773
3831839c
PA
107742014-10-10 Pedro Alves <palves@redhat.com>
10775
10776 * gdb.base/bigcore.exp: Remove references to IRIX.
10777 * gdb.base/funcargs.exp: Likewise.
10778 * gdb.base/interrupt.exp: Likewise.
10779 * gdb.base/mips_pro.exp: Likewise.
10780 * gdb.base/nodebug.exp: Likewise.
10781 * gdb.base/setvar.exp: Likewise.
10782 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
10783
8b9a549d
PA
107842014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10785 Pedro Alves <palves@redhat.com>
10786
10787 PR symtab/14466
10788 * gdb.base/vdso-warning.c: New file.
10789 * gdb.base/vdso-warning.exp: New file.
10790
d48ba5e8
DE
107912014-10-02 Doug Evans <dje@google.com>
10792
10793 * gdb.base/structs.c (main): Don't run forever.
10794
2278c276
PA
107952014-10-02 Pedro Alves <palves@redhat.com>
10796
10797 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
10798 (top level) <stop threads 1, stop threads 2>: Use it.
10799
b57bacec
PA
108002014-10-02 Pedro Alves <palves@redhat.com>
10801
10802 * gdb.threads/break-while-running.exp (test): Add new
10803 'update_thread_list' argument. Skip "info threads" if false.
10804 (top level): Add new 'update_thread_list' axis.
10805
13fd3ff3
PA
108062014-10-02 Pedro Alves <palves@redhat.com>
10807
10808 PR breakpoints/17431
10809 * gdb.base/execl-update-breakpoints.c: New file.
10810 * gdb.base/execl-update-breakpoints.exp: New file.
10811
0fec99e8
PA
108122014-10-01 Pedro Alves <palves@redhat.com>
10813
10814 * gdb.base/breakpoint-in-ro-region.c: New file.
10815 * gdb.base/breakpoint-in-ro-region.exp: New file.
10816
2ddf4301
SM
108172014-10-01 Simon Marchi <simon.marchi@ericsson.com>
10818
10819 * gdb.mi/mi-exit-code.exp: New file.
10820 * gdb.mi/mi-exit-code.c: New file.
10821
6a5f3f43
YQ
108222014-09-30 Yao Qi <yao@codesourcery.com>
10823
10824 * lib/prelink-support.exp (build_executable_own_libs): Error if
10825 the target isn't native.
10826
345bcc73
YQ
108272014-09-30 Yao Qi <yao@codesourcery.com>
10828
10829 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
10830 false.
10831
a25a5a45
PA
108322014-09-22 Pedro Alves <palves@redhat.com>
10833
10834 * gdb.threads/break-while-running.exp: New file.
10835 * gdb.threads/break-while-running.c: New file.
10836
00ba3162
YQ
108372014-09-19 Yao Qi <yao@codesourcery.com>
10838
10839 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
10840 Invoke test. Restart GDB with --readnow and invoke test again.
10841
c3b7b696
YQ
108422014-09-19 Yao Qi <yao@codesourcery.com>
10843
10844 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
10845 proc set_breakpoint_on_gcd_function. Invoke
10846 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
10847 invoke set_breakpoint_on_gcd_function again.
10848
2b4fd423
DE
108492014-09-18 Doug Evans <dje@google.com>
10850
10851 * gdb.dwarf2/symtab-producer.exp: New file.
10852
a5947601
SDJ
108532014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
10854
10855 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
10856 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
10857 * gdb.base/global-var-nested-by-dso.c: Likewise.
10858 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10859
91c19059
SDJ
108602014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
10861 Pedro Alves <palves@redhat.com>
10862
10863 * gdb.base/watch-bitfields.exp: Pass string other than test file
10864 name to prepare_for_testing.
10865 (watch): New procedure.
10866 (expect_watchpoint): Use with_test_prefix.
10867 (top level): Factor out tests to ...
10868 (test_watch_location, test_regular_watch): ... these new
10869 procedures, and use with_test_prefix and gdb_continue_to_end.
10870
bb9d5f81
PP
108712014-09-16 Patrick Palka <patrick@parcs.ath.cx>
10872
10873 PR breakpoints/12526
10874 * gdb.base/watch-bitfields.exp: New file.
10875 * gdb.base/watch-bitfields.c: New file.
10876
635856f5
PA
108772014-09-16 Pedro Alves <palves@redhat.com>
10878
10879 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
10880 software and hardware addresses, not software address against
10881 itself.
10882
7280ceea
PA
108832014-09-16 Pedro Alves <palves@redhat.com>
10884
10885 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
10886 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
10887
428b16bd
PA
108882014-09-16 Pedro Alves <palves@redhat.com>
10889
10890 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
10891 files.
10892 * gdb.base/a2-run.exp: Remove all code guarded by istarget
10893 "*-*-vxworks*" throughout.
10894 * gdb.base/break.exp: Likewise.
10895 * gdb.base/default.exp: Likewise.
10896 * gdb.base/scope.exp: Likewise.
10897 * gdb.base/sepdebug.exp: Likewise.
10898 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
10899 throughout.
10900 * gdb.base/run.c: Likewise.
10901 * gdb.base/sepdebug.c: Likewise.
10902 * gdb.hp/gdb.aCC/run.c: Likewise.
10903 * gdb.reverse/until-reverse.c: Likewise.
10904 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
10905
666d413c
YQ
109062014-09-16 Yao Qi <yao@codesourcery.com>
10907
10908 * boards/local-remote-host-native.exp: New file.
10909
57cbd724
DE
109102014-09-14 Doug Evans <xdje42@gmail.com>
10911
10912 * gdb.threads/queue-signal.c (thread_count): New variable.
10913 (thread_count_mutex, thread_count_condvar): New variables.
10914 (incr_thread_count, wait_all_threads_running): New functions.
10915 (main): Wait for all threads to be in their thread functions.
10916
81219e53
DE
109172014-09-13 Doug Evans <xdje42@gmail.com>
10918
10919 * gdb.threads/queue-signal.c: New file.
10920 * gdb.threads/queue-signal.exp: New file.
10921
3714cea7
DE
109222014-09-13 Doug Evans <xdje42@gmail.com>
10923
10924 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
10925 be consistent with what default_gdb_init uses.
10926 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
10927 the plain text of the prompt. Add some logging printfs.
10928 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
10929
fa43b1d7
PA
109302014-09-12 Pedro Alves <palves@redhat.com>
10931
10932 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
10933 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
10934 * gdb.arch/i386-size-overlap.exp: Likewise.
10935 * gdb.arch/i386-size.exp: Likewise.
10936 * gdb.arch/i386-unwind.exp: Likewise.
10937 * gdb.base/a2-run.exp: Likewise.
10938 * gdb.base/break.exp: Likewise.
10939 * gdb.base/charset.exp: Likewise.
10940 * gdb.base/chng-syms.exp: Likewise.
10941 * gdb.base/commands.exp: Likewise.
10942 * gdb.base/dbx.exp: Likewise.
10943 * gdb.base/find.exp: Likewise.
10944 * gdb.base/funcargs.exp: Likewise.
10945 * gdb.base/jit-simple.exp: Likewise.
10946 * gdb.base/reread.exp: Likewise.
10947 * gdb.base/sepdebug.exp: Likewise.
10948 * gdb.base/step-bt.exp: Likewise.
10949 * gdb.cp/mb-inline.exp: Likewise.
10950 * gdb.cp/mb-templates.exp: Likewise.
10951 * gdb.objc/basicclass.exp: Likewise.
10952 * gdb.threads/killed.exp: Likewise.
10953
9d9bf2df
EBM
109542014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10955
10956 PR tdep/17379
10957 * gdb.arch/powerpc-stackless.S: New file.
10958 * gdb.arch/powerpc-stackless.exp: New file.
10959
1cf2f1b0
JK
109602014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10961
10962 * gdb.base/attach.c: Include unistd.h.
10963 (main): Call alarm. Add label postloop.
10964 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
10965 gdb_breakpoint, gdb_continue_to_breakpoint.
10966 (test_command_line_attach_run): Kill ${testpid} in one exit path.
10967
98880d46
PA
109682014-09-11 Pedro Alves <palves@redhat.com>
10969
10970 PR gdb/17347
10971 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
10972 * gdb.base/attach.exp (test_command_line_attach_run): New
10973 procedure.
10974 (top level): Call it.
10975
4c92ff2c
PA
109762014-09-11 Pedro Alves <palves@redhat.com>
10977
10978 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
10979 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
10980 (do_command_attach_tests): Use spawn_wait_for_attach.
10981 * gdb.base/solib-overlap.exp: Likewise.
10982 * gdb.multi/multi-attach.exp: Likewise.
10983 * gdb.python/py-prompt.exp: Likewise.
10984 * gdb.python/py-sync-interp.exp: Likewise.
10985 * gdb.server/ext-attach.exp: Likewise.
10986
3adc1a7d
GKB
109872014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
10988
10989 * gdb.fortran/array-element.exp: Remove unexpected "continue"
10990 command in testcase. Simplify testcase.
10991
96334934
JB
109922014-09-10 Joel Brobecker <brobecker@adacore.com>
10993
10994 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
10995
eb479039
JB
109962014-09-10 Joel Brobecker <brobecker@adacore.com>
10997
10998 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
10999
deede10c
JB
110002014-09-10 Joel Brobecker <brobecker@adacore.com>
11001
11002 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
11003
7828a5f5
JB
110042014-09-10 Joel Brobecker <brobecker@adacore.com>
11005
11006 * gdb.dwarf2/dynarr-ptr.c: New file.
11007 * gdb.dwarf2/dynarr-ptr.exp: New file.
11008
33aeebcf
MR
110092014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11010
11011 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
11012 of 30 rather than hardcoding 120 for a slow test case. Take the
11013 `gdb,timeout' target setting into account for this calculation.
11014 Don't extend the timeout for the test cases that don't need it.
11015
7b415901
MR
110162014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11017
11018 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
11019 a factor of 2 for a slow test case. Take the `gdb,timeout'
11020 target setting into account for this calculation.
11021 * gdb.reverse/until-precsave.exp: Increase the timeout by
11022 a factor of 15 and 3 respectively rather than adding 120
11023 for a pair of slow test cases. Take the `gdb,timeout'
11024 target setting into account for this calculation.
11025
4a40f85a
MR
110262014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11027
11028 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
11029 timeout, don't pass one down to gdb_expect.
11030 (gdb_expect): Rework timeout selection.
11031
09635af7
MR
110322014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11033
11034 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
11035 exception on timeout.
11036 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
11037 (gdbserver_start_extended): Catch any `gdbserver_start' error
11038 exceptions.
11039 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
11040 * lib/mi-support.exp (mi_gdb_target_load): Catch any
11041 `gdbserver_gdb_load' error exceptions.
11042
2bdd10b7
MR
110432014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11044
11045 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
11046 120 on waiting for the TCP socket to open.
11047
316935f0
DE
110482014-09-09 Doug Evans <xdje42@gmail.com>
11049
11050 * gdb.base/default.exp (show_conv_list): Add _caller_is,
11051 _caller_matches, _any_caller_is, _any_caller_matches.
11052
83740597
DE
110532014-09-09 Doug Evans <xdje42@gmail.com>
11054
11055 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
11056
4c122fc3
YQ
110572014-09-09 Yao Qi <yao@codesourcery.com>
11058
11059 * gdb.mi/mi-var-display.exp: Set print symbol off.
11060
a9f116cb
GKB
110612014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
11062
11063 PR gdb/17035
11064 * gdb.base/commands.exp: Add tests to verify user-defined
11065 commands with empty bodies.
11066 * gdb.python/py-cmd.exp: Test that we don't show user-defined
11067 python commands in `show user command`.
11068 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
11069 scheme commands in `show user command`.
11070
c75bd3a2
JK
110712014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11072
11073 PR python/17355
11074 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
11075 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
11076 * gdb.python/py-framefilter-invalidarg.exp: New file.
11077 * gdb.python/py-framefilter-invalidarg.py: New file.
11078
faa42425
DE
110792014-09-06 Doug Evans <xdje42@gmail.com>
11080
11081 PR 15276
11082 * gdb.python/py-caller-is.c: New file.
11083 * gdb.python/py-caller-is.exp: New file.
11084
474ca4f6
SDJ
110852014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
11086
11087 PR gdb/17235
11088 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
11089 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
11090
eb0b0463
SDJ
110912014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
11092
11093 PR fortran/17237
11094 * gdb.fortran/print-formatted.exp: New file.
11095 * gdb.fortran/print-formatted.f90: Likewise.
11096
5f3b99cf
SS
110972014-09-03 Sasha Smundak <asmundak@google.com>
11098
11099 * gdb.python/py-frame.exp: Test Frame.read_register.
11100
7d793aa9
SDJ
111012014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
11102
11103 PR python/16699
11104 * gdb.python/py-completion.exp: New file.
11105 * gdb.python/py-completion.py: Likewise.
11106
fb0576e9
DE
111072014-08-28 Doug Evans <dje@google.com>
11108
11109 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
11110 eax,etc. are live with values set by gdb and thus the compiler can't
11111 use them.
11112 * gdb.arch/i386-pseudo.c (main): Ditto.
11113
ee92b0dd
DE
111142014-08-27 Doug Evans <dje@google.com>
11115
11116 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
11117
6649db35
DE
111182014-08-25 Doug Evans <dje@google.com>
11119
11120 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
11121 (main): Ditto.
11122
564b7600
DE
111232014-08-25 Doug Evans <dje@google.com>
11124
11125 * gdb.threads/thread-execl.exp: #include <stdio.h>.
11126
3881fb67
YQ
111272014-08-24 Yao Qi <yao@codesourcery.com>
11128
11129 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
11130 symbol off.
11131 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
11132
a05a36a5
DE
111332014-08-22 Doug Evans <dje@google.com>
11134
11135 PR 17276
11136 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
11137 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
11138 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
11139
7c343b48
YQ
111402014-08-22 Yao Qi <yao@codesourcery.com>
11141
11142 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
11143 * gdb.python/py-finish-breakpoint2.exp: Likewise.
11144 * gdb.python/python.exp: Likewise. Use .py file on the host
11145 instead of the build.
11146
22fd09ae
JK
111472014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11148
11149 * gdb.threads/gcore-stale-thread.c: New file.
11150 * gdb.threads/gcore-stale-thread.exp: New file.
11151
a8454a7c
PA
111522014-08-21 Pedro Alves <palves@redhat.com>
11153
11154 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
11155 * gdb.base/gcore-relro-pie.exp: Likewise.
11156 * gdb.base/gcore-relro.exp: Likewise.
11157 * gdb.base/gcore.exp: Likewise.
11158 * gdb.base/print-symbol-loading.exp: Likewise.
11159 * gdb.threads/gcore-thread.exp: Likewise.
11160 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
11161
2a31c623
PA
111622014-08-20 Pedro Alves <palves@redhat.com>
11163 Jan Kratochvil <jan.kratochvil@redhat.com>
11164
11165 * Makefile.in (EXTRA_RULES, CC): New variables, get from
11166 configure.
11167 (EXPECT): Handle READ1 being set.
11168 (all): Depend on EXTRA_RULES.
11169 (check-read1, expect-read1, read1.so, read1): New rules.
11170 * README (Testsuite Parameters): Document the READ1 make variable.
11171 (Race detection): New section.
11172 * configure: Regenerate.
11173 * configure.ac: If build==host==target, and running under a
11174 GNU/glibc system, add read1 to the extra Makefile rules.
11175 (EXTRA_RULES): AC_SUBST it.
11176 * lib/read1.c: New file.
11177
d36430db
JB
111782014-08-20 Joel Brobecker <brobecker@adacore.com>
11179
11180 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
11181 the handling of variables declared as a typedef to an array
11182 which a DW_AT_data_location attribute.
11183
9a0dc9e3
PA
111842014-08-19 Andrew Burgess <aburgess@broadcom.com>
11185 Pedro Alves <palves@redhat.com>
11186
11187 PR symtab/14604
11188 PR symtab/14605
11189 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
11190 gdb_test.
11191
0718a8da
PA
111922014-08-19 Pedro Alves <palves@redhat.com>
11193
11194 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
11195
13b448cd
YQ
111962014-08-19 Yao Qi <yao@codesourcery.com>
11197
11198 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
11199 right line.
11200
1cbf5077
DB
112012014-08-18 David Blaikie <dblaikie@gmail.com>
11202
11203 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
11204
bf0fae19
JB
112052014-08-18 Joel Brobecker <brobecker@adacore.com>
11206
11207 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
11208 attribute in array range.
11209
3c8c5dcc
JB
112102014-08-18 Joel Brobecker <brobecker@adacore.com>
11211
11212 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
11213
e66d4446
SC
112142014-08-15 Siva Chandra Reddy <sivachandra@google.com>
11215
11216 PR c++/17132
11217 * gdb.cp/pr17132.cc: New file.
11218 * gdb.cp/pr17132.exp: New file.
11219
940df408
SC
112202014-08-15 Siva Chandra Reddy <sivachandra@google.com>
11221
11222 * gdb.python/py-xmethods.py (A_getarrayind)
11223 (E_method_char_worker.__call__, E_method_int_worker.__call__):
11224 Use 'print' with function call syntax.
11225 (E_method_matcher.match): Fix tab vs space indentation mixup.
11226
ebcc6c3a
YQ
112272014-08-15 Yao Qi <yao@codesourcery.com>
11228
11229 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
11230 false.
11231
775e0f04
YQ
112322014-08-15 Yao Qi <yao@codesourcery.com>
11233
11234 * gdb.cp/casts.exp: Set print symbol off.
11235 * gdb.cp/class2.exp: Likewise.
11236 * gdb.cp/overload.exp: Likewise.
11237 * gdb.cp/templates.exp: Likewise.
11238
d769e349
DE
112392014-08-11 Doug Evans <dje@google.com>
11240
11241 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
11242 (test_load_shlib): Update.
11243
20c6f1e1
YQ
112442014-08-09 Yao Qi <yao@codesourcery.com>
11245
11246 * gdb.base/display.exp: Invoke is_address_zero_readable.
11247 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
11248 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
11249 * gdb.base/hbreak-unmapped.exp: Return if
11250 is_address_zero_readable returns true.
11251 * gdb.base/signest.exp: Likewise.
11252 * gdb.base/signull.exp: Likewise.
11253 * gdb.base/sigbpt.exp: Likewise.
11254 * gdb.guile/scm-disasm.exp: Do the test if
11255 is_address_zero_readable returns false.
11256 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
11257 * gdb.python/py-arch.exp: Likewise.
11258 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
11259 * lib/gdb.exp (is_address_zero_readable): New proc.
11260
5792e8e3
YQ
112612014-08-09 Yao Qi <yao@codesourcery.com>
11262
11263 PR testsuite/13443
11264 * gdb.mi/mi-var-display.exp: Make test messages unique.
11265
3cecbbbe
TT
112662014-08-04 Tom Tromey <tromey@redhat.com>
11267
11268 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
11269 target 0".
11270
00b51ff5
TT
112712014-08-04 Tom Tromey <tromey@redhat.com>
11272
11273 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
11274 "target_resume".
11275
6908c509
JB
112762014-08-01 Joel Brobecker <brobecker@adacore.com>
11277
11278 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
11279 inner_vla_struct_object_size.
11280 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
11281 as xfail.
11282
cc6563d2
PA
112832014-07-30 Pedro Alves <palves@redhat.com>
11284
11285 * gdb.threads/signal-command-handle-nopass.exp (test): Add
11286 comment.
11287
7e09a223
YQ
112882014-07-29 Yao Qi <yao@codesourcery.com>
11289
11290 PR gdb/17206
11291 * gdb.base/until-nodebug.exp: New.
11292
7ebdbe92
DE
112932014-07-28 Doug Evans <xdje42@gmail.com>
11294
11295 PR guile/17203
11296 * gdb.guile/scm-parameter.exp: Add tests for trying to create
11297 previously existing parameter, and previously ambiguously spelled
11298 parameter.
11299
fdb1adc6
WN
113002014-07-28 Will Newton <will.newton@linaro.org>
11301
11302 * gdb.base/varargs.exp: Remove KFAILs for ARM.
11303
186fcde0
DE
113042014-07-26 Ludovic Courtès <ludo@gnu.org>
11305 Doug Evans <xdje42@gmail.com>
11306
11307 PR guile/17146
11308 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
11309
70509625
PA
113102014-07-25 Pedro Alves <palves@redhat.com>
11311
11312 * gdb.threads/signal-command-handle-nopass.c: New file.
11313 * gdb.threads/signal-command-handle-nopass.exp: New file.
11314 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
11315 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
11316 * gdb.threads/signal-delivered-right-thread.c: New file.
11317 * gdb.threads/signal-delivered-right-thread.exp: New file.
11318
c3f814a1
PA
113192014-07-25 Pedro Alves <palves@redhat.com>
11320
11321 * gdb.base/double-prompt-target-event-error.exp
11322 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
11323 match.
11324 (cancel_pagination_in_target_event): Rework double prompt
11325 detection.
11326 * gdb.base/paginate-after-ctrl-c-running.exp
11327 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
11328 <return>' match.
11329 * gdb.base/paginate-bg-execution.exp
11330 (test_bg_execution_pagination_return)
11331 (test_bg_execution_pagination_cancel): Remove '-notransfer
11332 <return>' matches.
11333 * gdb.base/paginate-execution-startup.exp
11334 (test_fg_execution_pagination_return)
11335 (test_fg_execution_pagination_cancel): Remove '-notransfer
11336 <return>' matches.
11337 * gdb.base/paginate-inferior-exit.exp
11338 (test_paginate_inferior_exited): Remove '-notransfer <return>'
11339 match.
11340 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
11341 * lib/gdb.exp (pagination_prompt): Run text through
11342 string_to_regexp.
11343 (gdb_test_multiple): Match $pagination_prompt instead of
11344 "<return>".
11345 (string_to_regexp): Move to lib/gdb-utils.exp.
11346
e214cf6c
JK
113472014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11348
11349 * gdb.arch/amd64-entry-value-paramref.S: New file.
11350 * gdb.arch/amd64-entry-value-paramref.cc: New file.
11351 * gdb.arch/amd64-entry-value-paramref.exp: New file.
11352 * gdb.arch/amd64-optimout-repeat.S: New file.
11353 * gdb.arch/amd64-optimout-repeat.c: New file.
11354 * gdb.arch/amd64-optimout-repeat.exp: New file.
11355
17d0c5c8
JK
113562014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11357
11358 PR gdb/17170
11359 * gdb.base/statistics.exp: New file.
11360
b8b8facf
DE
113612014-07-17 Doug Evans <dje@google.com>
11362
74b49205 11363 PR gdb/17170
b8b8facf
DE
11364 * gdb.base/maint.exp: Update testing of per-command stats.
11365
1b5d0ab3
PA
113662014-07-16 Pedro Alves <palves@redhat.com>
11367
11368 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
11369 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
11370 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
11371 (tfile_write_buf): New functions.
11372 (add_memory_block): Rewrite using the above.
11373 (adjust_function_address): New function.
11374 (FUNCTION_ADDRESS): New macro.
11375 (write_basic_trace_file): Remove short_x local, and use
11376 tfile_write_16. Change type of func_addr local to unsigned long
11377 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
11378 here. Cast argument of add_memory_block to char pointer.
11379 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
11380 (main): Remove parameters.
11381 * gdb.trace/tfile.exp: Remove nowarnings.
11382
4d974e88
SM
113832014-07-15 Simon Marchi <simon.marchi@ericsson.com>
11384
11385 * gdb.base/debug-expr.exp: Test string evaluation with
11386 "debug expression" on.
11387
41e99568
PA
113882014-07-15 Pedro Alves <palves@redhat.com>
11389
11390 * gdb.base/reread.exp: Use clean_restart.
11391
487d9753
PL
113922014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
11393
11394 * gdb.arch/avr-flash-qualifer.c: New.
11395 * gdb.arch/avr-flash-qualifer.exp: New.
11396
cc1c52ad
PA
113972014-07-14 Pedro Alves <palves@redhat.com>
11398
11399 * gdb.base/paginate-after-ctrl-c-running.c: New file.
11400 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
11401
1e973570
PA
114022014-07-14 Pedro Alves <palves@redhat.com>
11403
11404 * gdb.base/double-prompt-target-event-error.c: New file.
11405 * gdb.base/double-prompt-target-event-error.exp: New file.
11406
93d6eb10
PA
114072014-07-14 Pedro Alves <palves@redhat.com>
11408
11409 PR gdb/17072
11410 * gdb.base/paginate-inferior-exit.c: New file.
11411 * gdb.base/paginate-inferior-exit.exp: New file.
11412
0017922d
PA
114132014-07-14 Pedro Alves <palves@redhat.com>
11414
11415 PR gdb/17072
11416 * gdb.base/paginate-bg-execution.c: New file.
11417 * gdb.base/paginate-bg-execution.exp: New file.
11418
94696ad3
PA
114192014-07-14 Pedro Alves <palves@redhat.com>
11420
11421 PR gdb/17072
11422 * gdb.base/paginate-execution-startup.c: New file.
11423 * gdb.base/paginate-execution-startup.exp: New file.
11424 * lib/gdb.exp (pagination_prompt): New global.
11425 (default_gdb_spawn): New procedure, factored out from
11426 default_gdb_spawn.
11427 (default_gdb_start): Adjust to call default_gdb_spawn.
11428 (gdb_spawn): New procedure.
11429
bd293940
PA
114302014-07-14 Pedro Alves <palves@redhat.com>
11431
11432 * lib/gdb.exp (gdb_assert): New procedure.
11433 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
11434
c933f875
PA
114352014-07-14 Pedro Alves <palves@redhat.com>
11436
11437 * gdb.base/execution-termios.c: New file.
11438 * gdb.base/execution-termios.exp: New file.
11439
d98b7a16
TT
114402014-07-14 Tom Tromey <tromey@redhat.com>
11441
11442 * gdb.cp/vla-cxx.cc: New file.
11443 * gdb.cp/vla-cxx.exp: New file.
11444
548740d6
TT
114452014-07-14 Tom Tromey <tromey@redhat.com>
11446
11447 * gdb.reverse/rerun-prec.c: New file.
11448 * gdb.reverse/rerun-prec.exp: New file.
11449
a25eb028
MR
114502014-07-12 Maciej W. Rozycki <macro@mips.com>
11451 Maciej W. Rozycki <macro@codesourcery.com>
11452
11453 * lib/gdb-utils.exp: New file.
11454 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
11455 inline `gdb_init_command' processing.
11456 (gdb_start_cmd): Likewise.
11457 * lib/mi-support.exp (mi_run_cmd): Likewise.
11458 * README: Document `gdb_init_command' and `gdb_init_commands'.
11459
218c2655
JK
114602014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11461
11462 Fix false FAIL running under a very long directory name.
11463 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
11464 and "set print elements 10000". Twice.
11465
5401fde3
YQ
114662014-07-11 Yao Qi <yao@codesourcery.com>
11467
11468 * gdb.base/exprs.exp: "set print symbol off".
11469
e76126e8
PA
114702014-07-11 Pedro Alves <palves@redhat.com>
11471
11472 * gdb.threads/kill.c: New file.
11473 * gdb.threads/kill.exp: New file.
11474
2d6f0de6
YQ
114752014-07-10 Yao Qi <yao@codesourcery.com>
11476
11477 * gdb.trace/tfile.c (write_basic_trace_file)
11478 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
11479 address written to trace file.
11480
7180e04a
PA
114812014-07-09 Pedro Alves <palves@redhat.com>
11482
11483 * gdb.base/attach-wait-input.exp: New file.
11484 * gdb.base/attach-wait-input.c: New file.
11485
9a9a7608
AB
114862014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
11487
11488 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
11489 setting up test structures.
11490 (main): Call new test function.
11491 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
11492 test function, continue into test function and walk test
11493 structures.
11494
161ac41e
YQ
114952014-07-02 Yao Qi <yao@codesourcery.com>
11496
11497 * gdb.trace/entry-values.c: Define labels 'foo_start' and
11498 'bar_start' at the beginning of functions 'foo' and 'bar'
11499 respectively.
11500 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
11501 instead of 'foo' and 'bar'.
11502
1f267ae3
MM
115032014-07-08 Markus Metzger <markus.t.metzger@intel.com>
11504
11505 * gdb.btrace/segv.exp: New.
11506 * gdb.btrace/segv.c: New.
11507
2b239efb
LM
115082014-07-02 Luis Machado <lgustavo@codesourcery.com>
11509
11510 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
11511 instruction.
11512
cf363f18
MW
115132014-06-30 Mark Wielaard <mjw@redhat.com>
11514
11515 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
11516 vulture, vilify, villar): New volatile array constants.
11517 (vindictive, vegetation): New const volatile array constants.
11518 * gdb.base/volatile.exp: Test volatile and const volatile array
11519 types.
11520
aebf9d24
AA
115212014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11522
11523 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
11524 target lacks support for awatch, rwatch, or hbreak.
11525
b67a2c6f
YQ
115262014-06-27 Yao Qi <yao@codesourcery.com>
11527
11528 * gdb.multi/dummy-frame-restore.exp: New.
11529 * gdb.multi/dummy-frame-restore.c: New.
11530
aef92902
MM
115312014-06-25 Markus Metzger <markus.t.metzger@intel.com>
11532
11533 * gdb.btrace/gcore.exp: New.
11534
8e9db26e
PA
115352014-06-23 Pedro Alves <palves@redhat.com>
11536
11537 * gdb.base/watchpoint-reuse-slot.c: New file.
11538 * gdb.base/watchpoint-reuse-slot.exp: New file.
11539
70afc5b7
SC
115402014-06-23 Siva Chandra Reddy <sivachandra@google.com>
11541
11542 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
11543 progspace's filename in 'info', 'enable' and 'disable' command
11544 tests.
11545
b972bd9c
JK
115462014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
11547
11548 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
11549 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
11550 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
11551
125f8a3d
GB
115522014-06-20 Gary Benson <gbenson@redhat.com>
11553
11554 * gdb.arch/i386-avx.exp: Fix include file location.
11555 * gdb.arch/i386-sse.exp: Likewise.
11556
3ed9baed
IB
115572014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
11558
11559 * gdb.dlang/expression.exp: New file.
11560
034f788c
PA
115612014-06-19 Pedro Alves <palves@redhat.com>
11562
11563 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
11564 out from ...
11565 (top level): ... here. Iterate running tests under different
11566 scheduler-locking settings.
11567
45371d0c
LM
115682014-06-18 Luis Machado <lgustavo@codesourcery.com>
11569
11570 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
11571 to DW_FORM_addr and use non-zero addresses.
11572
5d376983
SC
115732014-06-18 Siva Chandra Reddy <sivachandra@google.com>
11574
11575 PR gdb/17017
11576 * gdb.python/py-xmethods.cc: Add global function call counters and
11577 increment them in their respective functions. Remove "cout"
11578 statements.
11579 * gdb.python/py-xmethods.exp: Make tests check the global function
11580 call counters instead of depending on inferior IO.
11581
a1aa2221
LM
115822014-06-18 Don Breazeal <donb@codesourcery.com>
11583
11584 * gdb.base/foll-fork.exp (default_fork_parent_follow):
11585 Deleted procedure.
11586 (explicit_fork_parent_follow): Deleted procedure.
11587 (explicit_fork_child_follow): Deleted procedure.
11588 (test_follow_fork): New procedure.
11589 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 11590 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
11591 procedure calls.
11592
0fc05997
YQ
115932014-06-17 Yao Qi <yao@codesourcery.com>
11594
11595 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
11596 CP1252.
11597
70795c52
LM
115982014-06-17 Luis Machado <lgustavo@codesourcery.com>
11599
11600 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
11601 Initialize ptr and S explicitly.
11602 (skip_type_update_when_not_use_rtti_test): Likewise.
11603
6be47f0c
KS
116042014-06-16 Keith Seitz <keiths@redhat.com>
11605
11606 PR mi/15863
11607 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
11608 the inferior is started.
11609
d03de421
PA
116102014-06-16 Pedro Alves <palves@redhat.com>
11611
11612 * gdb.base/break-main-file-remove-fail.c: New file.
11613 * gdb.base/break-main-file-remove-fail.exp: New file.
11614 * gdb.base/break-unload-file.exp: Use build_executable instead of
11615 prepare_for_testing.
11616 (test_break): New parameter "initial_load". Handle it.
11617 (top level): Add initial_load cmdline/file axis.
11618
f9579b99
TT
116192014-06-12 Tom Tromey <tromey@redhat.com>
11620
11621 * gdb.base/completion.exp: Don't use directory name in test.
11622
3657956b
GB
116232014-06-09 Gary Benson <gbenson@redhat.com>
11624
11625 * gdb.base/sigall.c [Functions to send signals]: Reorder to
11626 separate the always-available ANSI-standard signals from the
11627 signals that require checking.
11628 (main): Likewise.
11629 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
11630 Likewise.
11631 (main): Likewise.
11632
4186eb54
KS
116332014-06-07 Keith Seitz <keiths@redhat.com>
11634
11635 Revert:
11636 PR c++/16253
11637 * gdb.cp/var-tag.cc: New file.
11638 * gdb.cp/var-tag.exp: New file.
11639 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
11640 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
11641 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
11642 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
11643
25326a28 116442014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
11645
11646 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
11647
829155c9
PA
116482014-06-06 Pedro Alves <palves@redhat.com>
11649
11650 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
11651 in target debug output instead of looking at RSP packets,
11652 disabling the test on any target that uses hardware stepping.
11653 Update comments.
11654
61c8d22e
PA
116552014-06-06 Pedro Alves <palves@redhat.com>
11656
11657 * gdb.base/break-unload-file.exp: Fix typo.
11658
d9a47287
YQ
116592014-06-06 Yao Qi <yao@codesourcery.com>
11660
11661 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
11662 from "jit_function" to "^jit_function".
11663
e5e01dbf
YQ
116642014-06-06 Yao Qi <yao@codesourcery.com>
11665
11666 * gdb.base/async.c (foo): Add one statement.
11667 * gdb.base/async.exp: Get the next instruction address and
11668 match the output of "nexti" by instruction address. Match
11669 the hex address in the output of "finish".
11670
73ba372c
GB
116712014-06-06 Gary Benson <gbenson@redhat.com>
11672
11673 * gdb.base/call-signals.c: Remove preprocessor conditionals
11674 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
11675 SIGSEGV and SIGTERM.
11676 * gdb.base/sigall.c: Likewise.
11677 * gdb.base/unwindonsignal.c: Likewise.
11678 * gdb.reverse/sigall-reverse.c: Likewise.
11679
831517df
YQ
116802014-06-06 Yao Qi <yao@codesourcery.com>
11681
11682 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
11683 readable, skip the test.
11684
b8b91e98
YQ
116852014-06-06 Yao Qi <yao@codesourcery.com>
11686
11687 * gdb.threads/staticthreads.c (thread_function): Move the line
11688 setting breakpoint on forward.
11689 * gdb.threads/staticthreads.exp: Update comments.
11690
fb934770
LC
116912014-06-05 Ludovic Courtès <ludo@gnu.org>
11692
11693 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
11694 "history-append! type error".
11695
6ef284bd
SM
116962014-06-05 Simon Marchi <simon.marchi@ericsson.com>
11697
11698 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
11699 erroneous dprintf expected input.
11700
a872e241
DE
117012014-06-04 Doug Evans <xdje42@gmail.com>
11702
11703 * gdb.guile/scm-generics.exp: Delete.
11704
16f691fb
DE
117052014-06-04 Doug Evans <xdje42@gmail.com>
11706
11707 * gdb.guile/scm-breakpoint.exp: Update.
11708 Add tests for breakpoint registration.
11709
012370f6
TT
117102014-06-04 Tom Tromey <tromey@redhat.com>
11711
11712 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
11713 VLA-in-union.
11714 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
11715 inner_vla_struct, vla_union types. Initialize objects of those
11716 types and compute their sizes.
11717
9f5a4cef
HZ
117182014-06-04 Nathan Sidwell <nathan@codesourcery.com>
11719 Hui Zhu <hui@codesourcery.com>
11720
11721 * gdb.base/fileio.exp: Add test for shell not available as well as
11722 available.
11723 * gdb.base/fileio.c (test_system): Check for shell twice.
11724
90a45c4d
YQ
117252014-06-04 Yao Qi <yao@codesourcery.com>
11726
11727 * gdb.base/auto-connect-native-target.exp: Remove redundant
11728 space from the regexp pattern.
11729
70017e41
YQ
117302014-06-04 Yao Qi <yao@codesourcery.com>
11731
11732 * gdb.base/default.exp: Replace "child" with "native" in
11733 regexp pattern.
11734
883964a7
SC
117352014-06-03 Siva Chandra Reddy <sivachandra@google.com>
11736
11737 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
11738 * gdb.python/py-xmethods.exp: New tests to test xmethods.
11739 * gdb.python/py-xmethods.py: Python script supporting the
11740 new testcase and tests.
11741
ef370185
JB
117422014-06-03 Joel Brobecker <brobecker@adacore.com>
11743 Pedro Alves <palves@redhat.com>
11744
11745 PR breakpoints/17000
11746 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
11747 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
11748
1e2ccb61
BM
117492014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
11750
11751 * gdb.base/subst.exp: Add tests to verify partial path matching
11752 output.
11753
c6ec5ab2
PA
117542014-06-03 Pedro Alves <palves@redhat.com>
11755
11756 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
11757 target that doesn't use software single-stepping.
11758
835c559f
PA
117592014-06-03 Pedro Alves <palves@redhat.com>
11760
11761 PR breakpoints/17000
11762 * gdb.base/sss-bp-on-user-bp-2.c: New file.
11763 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
11764
06eb1586
DE
117652014-06-02 Doug Evans <xdje42@gmail.com>
11766
11767 * gdb.guile/scm-parameter.exp: New file.
11768
e698b8c4
DE
117692014-06-02 Doug Evans <xdje42@gmail.com>
11770
11771 * gdb.guile/scm-cmd.c: New file.
11772 * gdb.guile/scm-cmd.exp: New file.
11773
ded03782
DE
117742014-06-02 Doug Evans <xdje42@gmail.com>
11775
11776 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
11777 pretty-printer lookup.
11778 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
11779 (make-pp_s-printer): Call it.
11780 (make-pretty-printer-from-dict): New function.
11781 (lookup-pretty-printer-maker-from-dict): New function.
11782 (*pretty-printer*): Simplify.
11783 (make-objfile-pp_s-printer): New function.
11784 (install-objfile-pretty-printers!): New function.
11785 (make-progspace-pp_s-printer): New function.
11786 (install-progspace-pretty-printers!): New function.
11787 * gdb.guile/scm-progspace.c: New file.
11788 * gdb.guile/scm-progspace.exp: New file.
11789
41fac0cf
PA
117902014-06-02 Pedro Alves <palves@redhat.com>
11791
11792 * gdb.base/dprintf-bp-same-addr.c: New file.
11793 * gdb.base/dprintf-bp-same-addr.exp: New file.
11794
96ae5695
EBM
117952014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11796
11797 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
11798 * gdb.arch/powerpc-power.s: Likewise.
11799
da02b3a8
JB
118002014-06-02 Joel Brobecker <brobecker@adacore.com>
11801
11802 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
11803
c72b2e7b
YQ
118042014-06-01 Yao Qi <yao@codesourcery.com>
11805
11806 * gdb.base/watchpoint.exp (test_watch_location): Check null
11807 pointer can be dereferenced. If not, do the test, otherwise
11808 skip it.
11809
53e8a631
AB
118102014-05-30 Andrew Burgess <aburgess@broadcom.com>
11811
11812 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
11813 results.
11814 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
11815
938f0e2f
AB
118162014-05-30 Andrew Burgess <aburgess@broadcom.com>
11817
11818 * gdb.arch/amd64-invalid-stack-middle.S: New file.
11819 * gdb.arch/amd64-invalid-stack-middle.c: New file.
11820 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
11821 * gdb.arch/amd64-invalid-stack-top.c: New file.
11822 * gdb.arch/amd64-invalid-stack-top.exp: New file.
11823
9ba6657a
PA
118242014-05-30 Pedro Alves <palves@redhat.com>
11825
11826 PR breakpoints/17000
11827 * gdb.base/sss-bp-on-user-bp.c: New file.
11828 * gdb.base/sss-bp-on-user-bp.exp: New file.
11829
522c09bf
DB
118302014-05-30 David Blaikie <dblaikie@gmail.com>
11831
11832 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
11833 gnu_inline semantics via attribute.
11834 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
11835 source explicitly specifies the required semantics.
11836
bf4ef81e
MR
118372014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
11838
11839 * gdb.reverse/sigall-reverse.exp: Fix a typo.
11840
329ea579
PA
118412014-05-29 Pedro Alves <palves@redhat.com>
11842 Tom Tromey <tromey@redhat.com>
11843
11844 * gdb.base/async-shell.exp: Don't enable target-async.
11845 * gdb.base/async.exp
11846 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
11847 parameter. Adjust.
11848 (top level): Don't test with "target-async".
11849 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
11850 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
11851 * gdb.base/inferior-died.exp: Don't enable target-async.
11852 * gdb.base/interrupt-noterm.exp: Likewise.
11853 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
11854 * gdb.mi/mi-nonstop-exit.exp: Likewise.
11855 * gdb.mi/mi-nonstop.exp: Likewise.
11856 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
11857 * gdb.mi/mi-nsintrall.exp: Likewise.
11858 * gdb.mi/mi-nsmoribund.exp: Likewise.
11859 * gdb.mi/mi-nsthrexec.exp: Likewise.
11860 * gdb.mi/mi-watch-nonstop.exp: Likewise.
11861 * gdb.multi/watchpoint-multi.exp: Adjust comment.
11862 * gdb.python/py-evsignal.exp: Don't enable target-async.
11863 * gdb.python/py-evthreads.exp: Likewise.
11864 * gdb.python/py-prompt.exp: Likewise.
11865 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
11866 * gdb.server/solib-list.exp: Don't enable target-async.
11867 * gdb.threads/thread-specific-bp.exp: Likewise.
11868 * lib/mi-support.exp: Adjust to use mi-async.
11869
fd664c91
PA
118702014-05-29 Pedro Alves <palves@redhat.com>
11871
11872 PR gdb/13860
11873 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
11874 reason, even in sync mode.
11875
251bde03
PA
118762014-05-29 Pedro Alves <palves@redhat.com>
11877 Hui Zhu <hui@codesourcery.com>
11878
11879 PR PR15693
11880 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
11881 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
11882 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
11883 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
11884
7f3c0343
JB
118852014-05-28 Joel Brobecker <brobecker@adacore.com>
11886
11887 * config/monitor.exp (gdb_target_monitor): Replace use of
11888 "set remotebaud" by "set serial baud".
11889
b2715b27
AW
118902014-05-26 Andy Wingo <wingo@igalia.com>
11891
11892 * gdb.guile/scm-breakpoint.exp:
11893 * gdb.guile/scm-gsmob.exp: Update to use plain old object
11894 properties instead of gdb-object-properties.
11895
498a4489
YQ
118962014-05-26 Yao Qi <yao@codesourcery.com>
11897
11898 * gdb.server/no-thread-db.exp: Specify source file name
11899 explicitly when setting a breakpoint.
11900
589fdceb
MM
119012014-05-23 Markus Metzger <markus.t.metzger@intel.com>
11902
11903 * gdb.btrace/vdso.c: New.
11904 * gdb.btrace/vdso.exp: New.
11905
e9089e05
MM
119062014-05-23 Markus Metzger <markus.t.metzger@intel.com>
11907
11908 * gdb.base/gcore.exp (capture_command_output): Move ...
11909 * lib/gdb.exp (capture_command_output): ... here.
11910
67b5c0c1
MM
119112014-05-23 Markus Metzger <markus.t.metzger@intel.com>
11912
11913 * gdb.btrace/data.exp: Test memory access during btrace replay.
11914
a2199296
SM
119152014-05-22 Simon Marchi <simon.marchi@ericsson.com>
11916
11917 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
11918
17b2616c
PA
119192014-05-21 Pedro Alves <palves@redhat.com>
11920
11921 PR gdb/13860
11922 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
11923 (top level): Test that output related to execution commands is
11924 sent to the console with CLI commands, but not with MI commands.
11925 Test that breakpoint events are always mirrored to the console.
11926 Also expect the new source line to be output after a "next" in
11927 async mode too. Make it a pass/fail test.
11928 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
11929 output.
11930 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
11931
5166082f
PA
119322014-05-21 Pedro Alves <palves@redhat.com>
11933
11934 * gdb.base/list.exp (build_pattern, test_list): New procedures.
11935 Use them to test variations of "list" after reaching a breakpoint.
11936 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
11937 Test "list" with listsize 10 after reaching a breakpoint.
11938 * gdb.python/python.exp (decode_line current location line
11939 number): Adjust expected line number.
11940
2f25d70f
SM
119412014-05-21 Simon Marchi <simon.marchi@ericsson.com>
11942
11943 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
11944 behavior for $args, pass it directly to "run".
11945
ff604a67
MR
119462014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
11947
11948 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
11949 30000 to 65536.
11950
6a3cb8e8
PA
119512014-05-21 Pedro Alves <palves@redhat.com>
11952
11953 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
11954 auto-connect-native-target off".
11955 * gdb.base/auto-connect-native-target.c: New file.
11956 * gdb.base/auto-connect-native-target.exp: New file.
11957
4ebfc96e
PA
119582014-05-21 Pedro Alves <palves@redhat.com>
11959
11960 * gdb.base/default.exp: Test "target native" instead of "target
11961 child".
11962
36d46afb
MW
119632014-05-21 Mark Wielaard <mjw@redhat.com>
11964
11965 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
11966
5876f503
JK
119672014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11968
11969 Fix TLS access for -static -pthread.
11970 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
11971 <HAVE_TLS> (thread_function, main): Initialize it.
11972 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
11973 Add clean_restart.
11974 <$have_tls != "">: Check TLSVAR.
11975
0256a6ac
PA
119762014-05-21 Pedro Alves <palves@redhat.com>
11977
11978 * gdb.base/dcache-line-read-error.c: New.
11979 * gdb.base/dcache-line-read-error.exp: New.
11980
936d2992
PA
119812014-05-20 Pedro Alves <palves@redhat.com>
11982
11983 * gdb.base/compare-sections.c: New file.
11984 * gdb.base/compare-sections.exp: New file.
11985
802e8e6d
PA
119862014-05-20 Pedro Alves <palves@redhat.com>
11987
11988 * gdb.base/break-idempotent.c: New file.
11989 * gdb.base/break-idempotent.exp: New file.
11990
e59fa00f
MM
119912014-05-20 Markus Metzger <markus.t.metzger@intel.com>
11992
11993 * gdb.btrace/nohist.exp: New.
11994
8b696e31
YQ
119952014-05-20 Yao Qi <yao@codesourcery.com>
11996
11997 * lib/gdb.exp (gdb_init): Set timeout if test file is under
11998 gdb.reverse directory and gdb_reverse_timeout exists in board
11999 setting.
12000 * README: Document gdb_reverse_timeout.
12001
73c9764f
YQ
120022014-05-20 Yao Qi <yao@codesourcery.com>
12003
12004 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
12005 'test_file_name'. Treat args as a string instead of a list.
12006 (gdb_init): Rename argument 'args' by 'test_file_name'.
12007
f1f4348a
JK
120082014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12009
12010 * gdb.arch/powerpc-power.exp: New file.
12011 * gdb.arch/powerpc-power.s: New file.
12012
0dbe70ce
DE
120132014-05-16 Doug Evans <dje@google.com>
12014
12015 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
12016 * gdb.base/completion.exp: Check that all expected files exist
12017 before doing file completion.
0dbe70ce 12018
8d551b02
DE
120192014-05-16 Doug Evans <dje@google.com>
12020
12021 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
12022 Update.
12023 (do_syscall_tests_without_xml): Update.
12024
73eb7709
PA
120252014-05-16 Pedro Alves <palves@redhat.com>
12026
12027 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
12028 instead of "unknown output after running".
12029
3fae92fc
YQ
120302014-05-16 Yao Qi <yao@codesourcery.com>
12031
12032 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
12033 file1.txt from host at the end.
12034 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
12035
c2b2ccc5
DE
120362014-05-15 Doug Evans <dje@google.com>
12037
12038 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
12039 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
12040 loading file. Add test for TU lookup.
12041
8c217a4b
SM
120422014-05-15 Simon Marchi <simon.marchi@ericsson.com>
12043
12044 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
12045 calling "-exec-arguments" or "set args" before running the
12046 inferior.
12047
3deb39c6
SM
120482014-05-15 Simon Marchi <simon.marchi@ericsson.com>
12049
12050 * lib/mi-support.exp (mi_expect_stop): Expect message for
12051 inferiors that exit with non-zero exit code.
12052
71a79f8c
YQ
120532014-05-14 Yao Qi <yao@codesourcery.com>
12054
12055 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
12056 match absolute path on remote host.
12057 (test_file_list_exec_source_files): Remove "/" from the
12058 pattern.
12059
f23fcd46
YQ
120602014-05-14 Yao Qi <yao@codesourcery.com>
12061
12062 * boards/local-remote-host-notty.exp (${board}_file): New
12063 proc.
12064
9404b58f
KM
120652014-05-07 Kyle McMartin <kyle@redhat.com>
12066
12067 Pushed by Joel Brobecker <brobecker@adacore.com>.
12068 * gdb.arch/aarch64-atomic-inst.c: New file.
12069 * gdb.arch/aarch64-atomic-inst.exp: New file.
12070
5e45f04c
YQ
120712014-05-07 Yao Qi <yao@codesourcery.com>
12072
12073 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
12074 in current context" too.
12075
c888a17d
KS
120762014-05-05 Keith Seitz <keiths@redhat.com>
12077
12078 * gdb.linespec/ls-dollar.exp: Add test for linespec
12079 file:convenience_variable.
12080
290a839c
YQ
120812014-05-05 Yao Qi <yao@codesourcery.com>
12082
12083 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
12084 traceframes into tfile and ctf trace files. Read data from
12085 trace file and test collected data.
12086 (gdb_collect_locals_test): Likewise.
12087 (gdb_unavailable_registers_test): Likewise.
12088 (gdb_unavailable_floats): Likewise.
12089 (gdb_collect_globals_test): Likewise.
12090 (top-level): Append "ctf" to trace_file_targets if GDB
12091 supports.
12092
b5262cd0
YQ
120932014-05-05 Yao Qi <yao@codesourcery.com>
12094
12095 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
12096 code to ...
12097 (gdb_collect_args_test_1): ... it. New proc.
12098 (gdb_collect_locals_test): Move some code to ...
12099 (gdb_collect_locals_test_1): ... it. New proc.
12100 (gdb_unavailable_registers_test): Move some code to ...
12101 (gdb_unavailable_registers_test_1): ... it. New proc.
12102 (gdb_unavailable_floats): Move some code to ...
12103 (gdb_unavailable_floats_1): ... it. New proc.
12104
30a1e6cc
SDJ
121052014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
12106
12107 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
12108 probes to test for bitness recognition.
12109 * gdb.arch/amd64-stap-optional-prefix.exp
12110 (test_probe_value_without_reg): New procedure.
12111 Add code to test for different kinds of bitness.
12112
f33da99a
SDJ
121132014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
12114
12115 PR breakpoints/16889
12116 * gdb.arch/amd64-stap-optional-prefix.S: New file.
12117 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
12118
5b80f00d
PA
121192014-05-01 Pedro Alves <palves@redhat.com>
12120
12121 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
12122 gdb_file_cmd if no file is specified.
12123 * boards/native-extended-gdbserver.exp (gdb_load): Use the
12124 last_loaded_file to set the remote exec-file.
12125
f8c2a73c
PA
121262014-05-01 Pedro Alves <palves@redhat.com>
12127
12128 * boards/local-remote-host.exp: New file.
12129
be6e8ac7
PA
121302014-05-01 Pedro Alves <palves@redhat.com>
12131
12132 * boards/local-remote-host.exp: Rename to ...
12133 * boards/local-remote-host-notty.exp: ... this.
12134
cac0dc8f
JB
121352014-04-28 Joel Brobecker <brobecker@adacore.com>
12136
12137 * gdb.ada/dyn_arrayidx: New testcase.
12138
9730e6cc
YQ
121392014-04-26 Yao Qi <yao@codesourcery.com>
12140
12141 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
12142 and compute the length of function main. Save it in
12143 $main_length.
12144 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
12145 (top-level): Use gdb_compile to compile objects into
12146 executable and restart GDB. Remove invocation to
12147 prepare_for_testing.
12148
7ae1a6a6
PA
121492014-04-25 Simon Marchi <simon.marchi@ericsson.com>
12150 Pedro Alves <palves@redhat.com>
12151
12152 PR server/16255
12153 * gdb.multi/multi-attach.c: New file.
12154 * gdb.multi/multi-attach.exp: New file.
12155
4082afcc
PA
121562014-04-25 Pedro Alves <palves@redhat.com>
12157
12158 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
12159 user.
12160 (top level): Test that "set remote conditional-breakpoints-packet
12161 off" works as intended.
12162 * gdb.base/dprintf.exp: Test that "set remote
12163 breakpoint-commands-packet off" works as intended.
12164 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
12165 New function.
12166 (top level): Call it.
12167 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
12168 remote fast-tracepoints-packet off" works as intended.
12169 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
12170 * lib/gdb.exp (gdb_is_target_remote): ... here.
12171
2abc3f8d
DB
121722014-04-24 David Blaikie <dblaikie@gmail.com>
12173
12174 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
12175 ensure clang would not discard them.
12176 * gdb.base/gdbvars.c: Ditto.
12177 * gdb.base/memattr.c: Ditto.
12178 * gdb.base/whatis.c: Ditto.
12179 * gdb.python/py-prettyprint.c: Ditto.
12180 * gdb.trace/actions.c: Ditto.
12181 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
12182 ensure clang would not discard it.
12183
bfd39632
DB
121842014-04-24 David Blaikie <dblaikie@gmail.com>
12185
12186 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
12187 clang to emit the full definition of type required by the test
12188 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
12189
22842ff6
DB
121902014-04-24 David Blaikie <dblaikie@gmail.com>
12191
12192 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
12193 coax Clang into emitting the definition of the type.
12194 * gdb.cp/pr10728-x.h (y): Ditto.
12195 * gdb.cp/pr10728-y.cc (y): Ditto.
12196
c2e827ad
DB
121972014-04-24 David Blaikie <dblaikie@gmail.com>
12198
12199 * gdb.base/label.exp: XFAIL label related tests under Clang.
12200 * gdb.cp/cplabel.exp: Ditto.
12201 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
12202 under Clang those using labels.
12203
4c2d33e7
YQ
122042014-04-25 Yao Qi <yao@codesourcery.com>
12205
12206 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
12207 double_label.
12208 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
12209 partial_label and double_label.
12210
56083b99
DB
122112014-04-24 David Blaikie <dblaikie@gmail.com>
12212
12213 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
12214
25d4e99d
DB
122152014-04-24 David Blaikie <dblaikie@gmail.com>
12216
12217 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
12218 of the function to work across GCC and Clang.
12219 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
12220 pointer types (const void ** const V void **).
12221
01f9f808
MS
122222014-04-24 Michael Sturm <michael.sturm@mintel.com>
12223 Walfred Tedeschi <walfred.tedeschi@intel.com>
12224
12225 * Makefile.in (EXECUTABLES): Added i386-avx512.
12226 * gdb.arch/i386-avx512.c: New file.
12227 * gdb.arch/i386-avx512.exp: Likewise.
12228
4b48d439
KS
122292014-04-23 Keith Seitz <keiths@redhat.com>
12230
12231 * lib/mi-support.exp (mi_list_breakpoints): Delete.
12232 (mi_make_breakpoint_table): New procedure.
12233 (mi_create_breakpoint): Use mi_make_breakpoint
12234 and return the result.
12235 (mi_make_breakpoint): New procedure.
12236 (mi_build_kv_pairs): New procedure.
12237
12238 * gdb.mi/mi-break.exp: Remove unused globals,
12239 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
12240 All callers updated.
12241 * gdb.mi/mi-dprintf.exp: Use variable to track command
12242 number.
12243 Update all callers of mi_create_breakpoint and use
12244 mi_make_breakpoint_table.
12245 Remove any unused global variables.
12246 * gdb.mi/mi-nonstop.exp: Likewise.
12247 * gdb.mi/mi-nsintrall.exp: Likewise.
12248 * gdb.mi/mi-nsmoribund.exp: Likewise.
12249 * gdb.mi/mi-nsthrexec.exp: Likewise.
12250 * gdb.mi/mi-reverse.exp: Likewise.
12251 * gdb.mi/mi-simplerun.exp: Likewise.
12252 * gdb.mi/mi-stepn.exp: Likewise.
12253 * gdb.mi/mi-syn-frame.exp: Likewise.
12254 * gdb.mi/mi-until.exp: Likewise.
12255 * gdb.mi/mi-var-cp.exp: Likewise.
12256 * gdb.mi/mi-var-display.exp: Likewise.
12257 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
12258 * gdb.mi/mi2-var-child.exp: Likewise.
12259 * gdb.mi/mi-vla-c99.exp: Likewise.
12260 * lib/mi-support.exp: Likewise.
12261
12262 From Ian Lance Taylor <iant@cygnus.com>:
12263 * lib/gdb.exp (parse_args): New procedure.
12264
08351840
PA
122652014-04-23 Pedro Alves <palves@redhat.com>
12266
12267 * gdb.base/break-unload-file.c: New file.
12268 * gdb.base/break-unload-file.exp: New file.
12269 * gdb.base/sym-file-lib.c (baz): New function.
12270 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
12271 field.
12272 (load): Store the segment's mapped size.
12273 (unload): New function.
12274 (unload_shlib): New function.
12275 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
12276 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
12277 set a breakpoint at baz, and call it.
12278 * gdb.base/sym-file.exp: New tests for stale breakpoint
12279 instructions.
12280
076855f9
PA
122812014-04-23 Pedro Alves <palves@redhat.com>
12282
12283 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
12284 * gdb.base/hbreak-in-shr-unsupported.c: New file.
12285 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
12286 * gdb.base/hbreak-unmapped.c: New file.
12287 * gdb.base/hbreak-unmapped.exp: New file.
12288 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
12289 * lib/gdb.exp (gdb_is_target_remote): ... here.
12290
483805cf
PA
122912014-04-22 Pedro Alves <palves@redhat.com>
12292
12293 * gdb.base/consecutive-step-over.c: New file.
12294 * gdb.base/consecutive-step-over.exp: New file.
12295
06d97543
PA
122962014-04-22 Pedro Alves <palves@redhat.com>
12297
12298 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
12299 instead of send_gdb/gdb_expect.
12300
b4429ea2
YQ
123012014-04-22 Yao Qi <yao@codesourcery.com>
12302
12303 * lib/trace-support.exp (generate_tracefile): New procedure.
12304 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
12305 return 0.
12306 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
12307 if generate_tracefile returns 1.
12308
51d48146
PA
123092014-04-18 Tom Tromey <palves@redhat.com>
12310 Pedro alves <tromey@redhat.com>
12311
12312 PR backtrace/15558
12313 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
12314 with a backtrace limit.
12315 * gdb.python/py-frame-inline.exp: Test running to an inline
12316 function with a backtrace limit, and printing the newest frame.
12317 * gdb.python/py-frame-inline.c (main): Call f.
12318
bd1dce5f
MS
123192014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
12320
12321 * gdb.java/jnpe.exp: Drop srcdir from untested path.
12322
40d1a503
MS
123232014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
12324
12325 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
12326 Drop prefix from unsupported source file path.
12327
389b98f7
YQ
123282014-04-17 Yao Qi <yao@codesourcery.com>
12329
12330 * lib/gdb.exp (with_target_charset): New proc.
12331 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
12332 with_target_charset.
12333 (test_print_strings): Likewise.
12334 (test_repeat_bytes): Likewise.
12335 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
12336 for some tests.
12337
22869d73
KS
123382014-04-16 Keith Seitz <keiths@redhat.com>
12339
12340 PR gdb/15827
12341 * gdb.dwarf2/corrupt.c: New file.
12342 * gdb.dwarf2/corrupt.exp: New file.
12343
c4f87ca6
KS
123442014-04-16 Keith Seitz <keiths@redhat.com>
12345
12346 PR c++/16597
12347 * gdb.cp/namelessclass.cc: New file.
12348 * gdb.cp/namelessclass.exp: New file.
12349 * gdb.cp/namelessclass.S: New file.
12350
ab19de87
DE
123512014-04-16 Doug Evans <dje@google.com>
12352
12353 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
12354 Add comment.
12355 (gdbserver_default_get_comm_port): New function.
12356 (gdbserver_start): Check if board file provided
12357 "gdbserver,get_comm_port" and use it if so.
12358 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
12359 (gdb,socketport): Set to "stdio".
12360 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
12361 (stdio_gdbserver_template): Delete.
12362 (${board}_get_remote_address): Update.
12363 (${board}_build_remote_cmd): Delete.
12364 (${board}_get_comm_port): New function.
12365 (${board}_spawn): Update.
12366 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
12367 Delete.
12368 (${board}_get_remote_address): Update.
12369 (${board}_get_comm_port): New function.
12370
fc98a809
AB
123712014-04-16 Andrew Burgess <aburgess@broadcom.com>
12372
12373 * gdb.base/memattr.exp: Improve regexps to handle memory regions
12374 appearing in any order.
12375
87fd9e6e
DE
123762014-04-15 Doug Evans <dje@google.com>
12377
12378 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
12379 uninitialized value of "description".
12380
099fc3ea
KS
123812014-04-15 Keith Seitz <keiths@redhat.com>
12382
12383 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
12384 Remove unused globals.
12385 (test_running_the_program): Likewise.
12386 (test_controlled_execution): Likewise.
12387 (test_controlling_breakpoints): Likewise.
12388 (test_program_termination): Likewise.
12389
5da151d4
KS
123902014-04-15 Keith Seitz <keiths@redhat.com>
12391
12392 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
12393 unused globals.
12394 (test_rbreak_creation_and_listing): Likewise.
12395 (test_ignore_count): Likewise.
12396 (test_error): Likewise.
12397
35e5d2f0
PA
123982014-04-15 Pedro Alves <palves@redhat.com>
12399
12400 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
12401 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
12402 sym-file-loader.c.
12403 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
12404 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
12405 to sym-file-loader.c.
12406 (struct library): Forward declare.
12407 (load_shlib, lookup_function): Change prototypes.
12408 (find_shstrtab, find_strtab, find_shdr, find_symtab)
12409 (translate_offset): Remove declarations.
12410 (get_text_addr): New declaration.
12411 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
12412 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
12413 sym-file-loader.h.
12414 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
12415 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
12416 here from sym-file-loader.h.
12417 (struct library): New structure.
12418 (load_shlib, lookup_function): Change prototypes and adjust to
12419 work with a struct library.
12420 (find_shstrtab, find_strtab, find_shdr, find_symtab)
12421 (translate_offset): Make static.
12422 (get_text_addr): New function.
12423 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
12424
eb4c1710
PA
124252014-04-15 Pedro Alves <palves@redhat.com>
12426
12427 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
12428
2d1baf52
PA
124292014-04-15 Pedro Alves <palves@redhat.com>
12430
12431 * gdb.base/sym-file-loader.c: Include <limits.h>.
12432 (SELF_LINK): New define.
12433 (get_origin): New function.
12434 (load_shlib): Use it.
12435 * gdb.base/sym-file.exp: Don't early return if the target is
12436 remote. Use runto_main, and issue fail is that fails. Use
12437 gdb_load_shlibs.
12438 (shlib_name): Delete.
12439 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
12440
7dd6df01
PA
124412014-04-15 Pedro Alves <palves@redhat.com>
12442
12443 * gdb.base/sym-file.exp: Remove regex characters from test
12444 message. Don't refer to breakpoint numbers in test messages.
12445
b50c8614
KS
124462014-04-14 Keith Seitz <keiths@redhat.com>
12447
12448 PR c++/16253
12449 * gdb.cp/var-tag.cc: New file.
12450 * gdb.cp/var-tag.exp: New file.
12451 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
12452 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
12453 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
12454 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
12455
3d567982
TT
124562014-04-14 Tom Tromey <tromey@redhat.com>
12457
12458 * gdb.cp/classes.exp (test_enums): Handle underlying type.
12459 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
12460 type.
12461 * gdb.cp/enum-class.exp: New file.
12462 * gdb.cp/enum-class.cc: New file.
12463
0626fc76
TT
124642014-04-14 Tom Tromey <tromey@redhat.com>
12465
12466 * gdb.dwarf2/enum-type.exp: New file.
12467
dca325b3
SA
124682014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
12469
12470 * gdb.mi/mi-vla-c99.exp: New file.
12471 * gdb.mi/vla.c: New file.
12472
5854b38a
SA
124732014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
12474
12475 * gdb.base/vla-datatypes.c: New file.
12476 * gdb.base/vla-datatypes.exp: New file.
12477
463bb957
SA
124782014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
12479
12480 * gdb.base/vla-ptr.c: New file.
12481 * gdb.base/vla-ptr.exp: New file.
12482
3dd170be
SA
124832014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
12484
12485 * gdb.dwarf2/count.exp: New file.
12486
5ecaaa66
SA
124872014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
12488
12489 * gdb.base/vla-sideeffect.c: New file.
12490 * gdb.base/vla-sideeffect.exp: New file.
12491
41f1ada5
DB
124922014-04-14 David Blaikie <dblaikie@gmail.com>
12493
12494 * gdb.mi/non-stop.c: Add return value for non-void function return
12495 statement.
12496 * gdb.threads/staticthreads.c: Ditto.
12497
0be03e84
DE
124982014-04-12 Siva Chandra Reddy <sivachandra@google.com>
12499 Doug Evans <xdje42@gmail.com>
12500
12501 * gdb.guile/scm-value.c: Improve test case.
12502 * gdb.guile/scm-value.exp: Add new test.
12503
f180a1fb
DB
125042014-04-11 David Blaikie <dblaikie@gmail.com>
12505
12506 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
12507 override Clang's default.
12508
6b662e19
JB
125092014-04-11 Joel Brobecker <brobecker@adacore.com>
12510
12511 Revert the following changes (regressions):
12512
12513 * gdb.base/vla-sideeffect.c: New file.
12514 * gdb.base/vla-sideeffect.exp: New file.
12515
12516 * gdb.dwarf2/count.exp: New file.
12517
12518 * gdb.base/vla-multi.c: New file.
12519 * gdb.base/vla-multi.exp: New file.
12520
12521 * gdb.base/vla-ptr.c: New file.
12522 * gdb.base/vla-ptr.exp: New file.
12523
12524 * gdb.base/vla-datatypes.c: New file.
12525 * gdb.base/vla-datatypes.exp: New file.
12526
12527 * gdb.mi/mi-vla-c99.exp: New file.
12528 * gdb.mi/vla.c: New file.
12529
245a5f0b
KS
125302014-04-11 Keith Seitz <keiths@redhat.com>
12531
12532 PR c++/16675
12533 * gdb.cp/cpsizeof.exp: New file.
12534 * gdb.cp/cpsizeof.cc: New file.
12535
58a84dcf
SA
125362014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12537
191a8a90
JB
12538 * gdb.mi/mi-vla-c99.exp: New file.
12539 * gdb.mi/vla.c: New file.
58a84dcf 12540
c8655f75
SA
125412014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12542
12543 * gdb.base/vla-datatypes.c: New file.
12544 * gdb.base/vla-datatypes.exp: New file.
12545
024e13b4
SA
125462014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12547
12548 * gdb.base/vla-ptr.c: New file.
12549 * gdb.base/vla-ptr.exp: New file.
12550
1a237e0e
SA
125512014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12552
12553 * gdb.base/vla-multi.c: New file.
12554 * gdb.base/vla-multi.exp: New file.
12555
504f3432
SA
125562014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12557
12558 * gdb.dwarf2/count.exp: New file.
12559
3bce8237
SA
125602014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12561
191a8a90
JB
12562 * gdb.base/vla-sideeffect.c: New file.
12563 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 12564
322f9c21
YQ
125652014-04-11 Yao Qi <yao@codesourcery.com>
12566
12567 * gdb.base/completion.exp: Check file exists before running tests
12568 on file completion.
12569
d708bcd1
PA
125702014-04-10 Pedro Alves <palves@redhat.com>
12571
12572 * gdb.base/cond-eval-mode.c: New file.
12573 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
12574 prepare_for_testing to build the new file. Check result of
12575 runto_main.
12576 (test_break, test_watch): New procedures.
12577 (top level): Use them.
12578
ae1d2761
PM
125792014-04-08 Pierre Muller <muller@sourceware.org>
12580
12581 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
12582 Ctrl-V use for mingw hosts.
12583
7af389b8
SC
125842014-04-07 Siva Chandra Reddy <sivachandra@google.com>
12585
12586 * gdb.python/py-value.c: Improve test case.
12587 * gdb.python/py-value.exp: Add new test.
12588
5e703181
DE
125892014-04-07 David Blaikie <dblaikie@gmail.com>
12590
12591 * lib/compiler.c: Identify the clang compiler.
12592 * lib/compiler.cc: Ditto.
12593
9810b410
YQ
125942014-04-03 Yao Qi <yao@codesourcery.com>
12595
12596 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
12597
98d1b8dc
AB
125982014-04-01 Anton Blanchard <anton@samba.org>
12599
12600 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
12601 messages unique.
12602
3114cea1
AB
126032014-04-01 Anton Blanchard <anton@samba.org>
12604
12605 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
12606 prepare_for_testing.
12607
62f7182c
AB
126082014-04-01 Anton Blanchard <anton@samba.org>
12609
12610 * gdb.arch/ppc64-atomic-inst.c: Remove.
12611 * gdb.arch/ppc64-atomic-inst.S: New file.
12612 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
12613
770e7fc7
DE
126142014-03-31 Doug Evans <dje@google.com>
12615
12616 * gdb.base/print-symbol-loading-lib.c: New file.
12617 * gdb.base/print-symbol-loading-main.c: New file.
12618 * gdb.base/print-symbol-loading.exp: New file.
12619
46e2bafa
YQ
126202014-03-31 Yao Qi <yao@codesourcery.com>
12621
12622 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
12623
8776cfe9
JB
126242014-03-28 Joel Brobecker <brobecker@adacore.com>
12625
12626 * gdb.ada/mi_dyn_arr: New testcase.
12627
5d1ef361
DE
126282014-03-27 Doug Evans <dje@google.com>
12629
12630 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
12631
b5bee914
YQ
126322014-03-27 Yao Qi <yao@codesourcery.com>
12633
12634 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
12635 if target is nios2-*-*.
12636
0d4d0e77
YQ
126372014-03-26 Yao Qi <yao@codesourcery.com>
12638
12639 * lib/gdb.exp (readline_is_used): New proc.
12640 * gdb.base/completion.exp: Move tests on command complete up.
12641 Skip the rest of tests if readline is not used.
12642 * gdb.ada/complete.exp: Skp the test if readline is not
12643 used.
12644 * gdb.base/filesym.exp: Likewise.
12645 * gdb.base/macscp.exp: Likewise.
12646 * gdb.base/readline-ask.exp: Likewise.
12647 * gdb.base/readline.exp: Likewise.
12648 * gdb.python/py-cmd.exp: Likewise.
12649 * gdb.trace/tfile.exp: Likewise.
12650
29361eee
YQ
126512014-03-26 Yao Qi <yao@codesourcery.com>
12652
12653 * gdb.base/macscp.exp: Fix code format issues.
12654
bc9a5525
UW
126552014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
12656
12657 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
12658 * gdb.asm/powerpc64le.inc: New file.
12659
d3839ede
PA
126602014-03-25 Pedro Alves <palves@redhat.com>
12661 Doug Evans <dje@google.com>
12662
12663 * gdb.base/source-execution.c: New file.
12664 * gdb.base/source-execution.exp: New file.
12665 * gdb.base/source-execution.gdb: New file.
12666
01672a57
DE
126672014-03-24 Doug Evans <dje@google.com>
12668
12669 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
12670 using fission.
12671
88bbeca9
HZ
126722014-03-24 Hui Zhu <hui@codesourcery.com>
12673 Pedro Alves <palves@redhat.com>
12674
12675 PR breakpoints/16101
12676 * gdb.base/dprintf.exp: Use unsupported rather than changing the
12677 test pass/fail messages. Detect missing support for dprintf when
12678 breakpoints are actually inserted.
12679 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
12680 breakpoints are actually inserted.
12681 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
12682 fails.
12683
d2348791
JK
126842014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12685
12686 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
12687
feef67ab
DE
126882014-03-22 Doug Evans <xdje42@gmail.com>
12689
12690 * gdb.python/python.exp (python not supported): Verify multi-line
12691 python command issues an error.
25d743f9 12692 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 12693 guile command issues an error.
feef67ab 12694
ecebef6a
MR
126952014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
12696
12697 * gdb.threads/thread-specific.exp: Handle the lack of usable
12698 $this_breakpoint and $this_thread.
12699
ccdd1909
HZ
127002014-03-21 Hui Zhu <hui@codesourcery.com>
12701
12702 * gdb.base/attach.exp (do_command_attach_tests): New.
12703
beb460e8
PA
127042014-03-20 Tom Tromey <tromey@redhat.com>
12705 Pedro Alves <palves@redhat.com>
12706
12707 PR cli/15718
12708 * gdb.base/condbreak-call-false.c: New file.
12709 * gdb.base/condbreak-call-false.exp: New file.
12710
40acf43a
PA
127112014-03-20 Pedro Alves <palves@redhat.com>
12712
12713 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
12714 Delete.
12715 (block_signals, unblock_signals): Delete.
12716 (child_function_2, main): Remove references to deleted variable
12717 and functions.
12718
9f5e1e02
PA
127192014-03-20 Pedro Alves <palves@redhat.com>
12720
12721 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
12722 Use pthread_kill to signal thread 2.
12723 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
12724 Adjust to make the test send itself a signal rather than using the
12725 host's "kill" command.
12726
99619bea
PA
127272014-03-20 Pedro Alves <palves@redhat.com>
12728
12729 * gdb.threads/multiple-step-overs.c: New file.
12730 * gdb.threads/multiple-step-overs.exp: New file.
12731 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
12732 Adjust expected infrun debug output.
12733
2adfaa28
PA
127342014-03-20 Pedro Alves <palves@redhat.com>
12735
12736 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
12737 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
12738
31e77af2
PA
127392014-03-20 Pedro Alves <palves@redhat.com>
12740
12741 PR breakpoints/7143
12742 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
12743 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
12744 of gdb_test_multiple.
12745 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
12746 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
12747
b9f437de
PA
127482014-03-20 Pedro Alves <palves@redhat.com>
12749
12750 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
12751 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
12752
05adc73e
PA
127532014-03-19 Pedro Alves <palves@redhat.com>
12754
12755 * gdb.base/async.exp: Remove early return.
12756
6048b950
PA
127572014-03-19 Pedro Alves <palves@redhat.com>
12758
12759 * gdb.base/async.exp (step& tests): Pass explicit test messages.
12760
8bcfb00a
PA
127612014-03-19 Pedro Alves <palves@redhat.com>
12762
12763 * gdb.base/async.exp (test_background): Expect \r\n after
12764 "completed." in the fail pattern.
12765
884e37dc
PA
127662014-03-19 Pedro Alves <palves@redhat.com>
12767
12768 * gdb.base/async.exp (test_background): New procedure.
12769 Use it for all background execution command tests.
12770
148e57e2
PA
127712014-03-19 Pedro Alves <palves@redhat.com>
12772
12773 * gdb.base/async.exp: Use prepare_for_testing.
12774
f48088c7
PA
127752014-03-19 Pedro Alves <palves@redhat.com>
12776
12777 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
12778 the same line.
12779
e2f6c966
PA
127802014-03-19 Pedro Alves <palves@redhat.com>
12781
12782 * gdb.base/async.c (main): Add "jump here" and "until here" line
12783 marker comments.
12784 * gdb.base/async.exp (jump_here): New global.
12785 (jump& test): Use it.
12786 (until_here): New global.
12787 (until& test): Use it.
12788
c30568d4
PA
127892014-03-19 Pedro Alves <palves@redhat.com>
12790
12791 * gdb.base/async.exp: Don't frob gdb_protocol.
12792
0172b6a7
DE
127932014-03-18 Doug Evans <xdje42@gmail.com>
12794
12795 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
12796 Fix spelling of exec-done-display.
12797
06c868a8
JK
127982014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
12799
12800 PR gdb/15358
12801 * gdb.base/gdb-sigterm.c: New file.
12802 * gdb.base/gdb-sigterm.exp: New file.
12803
0c7e1a46
PA
128042014-03-18 Pedro Alves <palves@redhat.com>
12805
12806 PR gdb/13860
12807 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
12808 * lib/mi-support.exp (mi_expect_stop): Add special handling for
12809 solib-event.
12810
f7c77d93
JB
128112014-03-17 Joel Brobecker <brobecker@adacore.com>
12812
12813 * gdb.ada/pckd_arr_ren: New testcase.
12814
5a1e8c7a
DE
128152014-03-13 Doug Evans <xdje42@gmail.com>
12816
12817 PR guile/16612
12818 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
12819 collect after discarding symbols.
12820
350e1a76
DE
128212014-03-13 Ludovic Courtès <ludo@gnu.org>
12822 Doug Evans <xdje42@gmail.com>
12823
12824 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
12825 to history survives a gc.
12826
a69900ae
PA
128272014-03-13 Pedro Alves <palves@redhat.com>
12828
12829 * gdb.base/default.exp: Don't test "target procfs".
12830
5db9f0bd
PA
128312014-03-13 Pedro Alves <palves@redhat.com>
12832
12833 * gdb.base/default.exp: Update "target child" and "target procfs"
12834 tests to not expect "Unix".
12835
b3ccfe11
TT
128362014-03-12 Tom Tromey <tromey@redhat.com>
12837
12838 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
12839 New procs. Add target-async tests.
12840 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
12841 Add target-async tests.
12842
646f4417
AA
128432014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
12844
12845 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
12846 'func_start' and 'func_end' for the beginning and end of the
12847 function code, respectively.
12848 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
12849 'func_end' instead of 'func' and 'main'.
12850
288c211f
AA
128512014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
12852
12853 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
12854 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
12855 generate the debug info assembler source.
12856
e0c0f156
AA
128572014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
12858
12859 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
12860 * gdb.dwarf2/arr-subrange.exp: Likewise.
12861 * gdb.dwarf2/dwz.exp: Likewise.
12862 * gdb.dwarf2/method-ptr.exp: Likewise.
12863 * gdb.dwarf2/missing-sig-type.exp: Likewise.
12864 * gdb.dwarf2/subrange.exp: Likewise.
12865 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
12866 * gdb.dwarf2/implptrpiece.exp: Likewise.
12867 * gdb.dwarf2/nostaticblock.exp: Likewise.
12868
0e5c4555
AA
128692014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
12870
12871 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
12872 directory to absolute path name arguments.
12873
5ec18f2b
JG
128742014-03-10 Joel Brobecker <brobecker@adacore.com>
12875
12876 * gdb.ada/tagged_access: New testcase.
12877
847fc4f2
MM
128782014-03-07 Markus Metzger <markus.t.metzger@intel.com>
12879
12880 * gdb.btrace/data.exp: Update expected output.
12881
cc3da688
YQ
128822014-03-06 Yao Qi <yao@codesourcery.com>
12883
12884 * gdb.trace/pr16508.exp: New file.
12885
0f26cec1
PA
128862014-03-05 Pedro Alves <palves@redhat.com>
12887
12888 PR gdb/16575
12889 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
12890 procedure.
12891 (top level): Adjust to use it. Add tests that exercise breakpoint
12892 interaction with the code-cache.
12893
7a5a839f
LC
128942014-02-26 Ludovic Courtès <ludo@gnu.org>
12895
12896 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
12897 test for 'history-append!'.
12898
31aa7e4e
JB
128992014-02-26 Joel Brobecker <brobecker@adacore.com>
12900
12901 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
12902 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
12903 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
12904 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
12905 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
12906 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
12907
1b588015
JB
129082014-02-26 Joel Brobecker <brobecker@adacore.com>
12909
12910 * testsuite/gdb.python/py-pp-re-notag.c: New file.
12911 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
12912 * testsuite/gdb.python/py-pp-re-notag.p: New file.
12913
55426c9d
JB
129142014-02-26 Joel Brobecker <brobecker@adacore.com>
12915
12916 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
12917
dc53a7ad
JB
129182014-02-26 Joel Brobecker <brobecker@adacore.com>
12919
12920 * gdb.dwarf2/arr-stride.c: New file.
12921 * gdb.dwarf2/arr-stride.exp: New file.
12922
12ab52e9
PA
129232014-02-26 Pedro Alves <palves@redhat.com>
12924
12925 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
12926 that won't ever trigger. Make sure that GDB reports the correct
12927 breakpoint that caused the stop.
12928
849c862e
JK
129292014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12930
12931 PR gdb/16626
12932 * gdb.base/auto-load-script: New file.
12933 * gdb.base/auto-load.c: New file.
12934 * gdb.base/auto-load.exp: New file.
12935
71b7d793
JK
12936 PR gdb/16626
12937 * gdb.base/auto-load.exp: Fix out-of-srctree run.
12938
e2f0d509
JK
129392014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12940
12941 Fix dw2-icycle.exp -fsanitize=address GDB crash.
12942 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
12943
50cc37c8
DE
129442014-02-24 Doug Evans <dje@google.com>
12945
12946 * lib/gdb.exp (run_on_host): Log error output if program fails.
12947
ea4758f2
PA
129482014-02-21 Pedro Alves <palves@redhat.com>
12949
12950 * gdb.threads/step-after-sr-lock.c: Rename to ...
12951 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
12952 * gdb.threads/step-after-sr-lock.exp: Rename to ...
12953 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
12954 ... this.
12955
d7b30f67
SDJ
129562014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
12957
12958 PR tdep/16397
12959 * gdb.arch/amd64-stap-special-operands.exp: New file.
12960 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
12961 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
12962 * gdb.arch/amd64-stap-triplet.S: Likewise.
12963 * gdb.arch/amd64-stap-triplet.c: Likewise.
12964
83deb43f
JB
129652014-02-20 Joel Brobecker <brobecker@adacore.com>
12966
12967 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
12968 in .section pseudo-op.
12969
adde2bff
DE
129702014-02-20 lin zuojian <manjian2006@gmail.com>
12971 Joel Brobecker <brobecker@adacore.com>
12972 Doug Evans <xdje42@gmail.com>
12973
12974 PR symtab/16581
12975 * gdb.dwarf2/dw2-icycle.S: New file.
12976 * gdb.dwarf2/dw2-icycle.c: New file.
12977 * gdb.dwarf2/dw2-icycle.exp: New file.
12978
f7bd0f78
SC
129792014-02-19 Siva Chandra Reddy <sivachandra@google.com>
12980
12981 * gdb.python/py-value-cc.cc: Improve test case to enable testing
12982 operations on gdb.Value objects.
12983 * gdb.python/py-value-cc.exp: Add new test to test operations on
12984 gdb.Value objects.
12985
c17ef0d5
DE
129862014-02-18 Doug Evans <dje@google.com>
12987
12988 * Makefile.in (TESTS): New variable.
12989 (expanded_tests, expanded_tests_or_none): New variables
12990 (check-single): Pass $(expanded_tests_or_none) to runtest.
12991 (check-parallel): Only run tests in $(TESTS) if non-empty.
12992 (check/no-matching-tests-found): New rule.
12993 * README: Document TESTS makefile variable.
12994
5dd3176f
DE
129952014-02-18 Doug Evans <dje@google.com>
12996
12997 * Makefile.in (check-parallel): rm -rf outputs temp.
12998
0b10be4f
JK
129992014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13000
13001 Fix "ERROR: no fileid for" in the testsuite.
13002 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
13003
85f224e7
DE
130042014-02-12 Doug Evans <dje@google.com>
13005
13006 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
13007 (MISCELLANEOUS): New variable.
13008 (clean): rm -rf $(MISCELLANEOUS).
13009 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
13010 dwp live in the same directory as symlinks, with each symlink pointed
13011 to a differently named file in a different directory.
13012
149b30ff
DE
130132014-02-11 Doug Evans <dje@google.com>
13014
13015 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
13016 of Tcl file commands.
13017
1dfdac32
MK
130182014-02-10 Mark Kettenis <kettenis@gnu.org>
13019
13020 * gdb.threads/step-after-sr-lock.exp: Avoid executing
13021 "kill -SIGUSR1 -1".
13022
aa4fb036
JB
130232014-02-10 Joel Brobecker <brobecker@adacore.com>
13024
13025 * gdb.ada/tick_length_array_enum_idx: New testcase.
13026
ed3ef339
DE
130272014-02-10 Doug Evans <xdje42@gmail.com>
13028
13029 * configure.ac (AC_OUTPUT): Add gdb.guile.
13030 * configure: Regenerate.
13031 * lib/gdb-guile.exp: New file.
13032 * lib/gdb.exp (get_target_charset): New function.
13033 * gdb.base/help.exp: Update expected output from "apropos apropos".
13034 * gdb.guile/Makefile.in: New file.
13035 * gdb.guile/guile.exp: New file.
13036 * gdb.guile/scm-arch.c: New file.
13037 * gdb.guile/scm-arch.exp: New file.
13038 * gdb.guile/scm-block.c: New file.
13039 * gdb.guile/scm-block.exp: New file.
13040 * gdb.guile/scm-breakpoint.c: New file.
13041 * gdb.guile/scm-breakpoint.exp: New file.
13042 * gdb.guile/scm-disasm.c: New file.
13043 * gdb.guile/scm-disasm.exp: New file.
13044 * gdb.guile/scm-equal.c: New file.
13045 * gdb.guile/scm-equal.exp: New file.
13046 * gdb.guile/scm-error.exp: New file.
13047 * gdb.guile/scm-error.scm: New file.
13048 * gdb.guile/scm-frame-args.c: New file.
13049 * gdb.guile/scm-frame-args.exp: New file.
13050 * gdb.guile/scm-frame-args.scm: New file.
13051 * gdb.guile/scm-frame-inline.c: New file.
13052 * gdb.guile/scm-frame-inline.exp: New file.
13053 * gdb.guile/scm-frame.c: New file.
13054 * gdb.guile/scm-frame.exp: New file.
13055 * gdb.guile/scm-generics.exp: New file.
13056 * gdb.guile/scm-gsmob.exp: New file.
13057 * gdb.guile/scm-iterator.c: New file.
13058 * gdb.guile/scm-iterator.exp: New file.
13059 * gdb.guile/scm-math.c: New file.
13060 * gdb.guile/scm-math.exp: New file.
13061 * gdb.guile/scm-objfile-script-gdb.in: New file.
13062 * gdb.guile/scm-objfile-script.c: New file.
13063 * gdb.guile/scm-objfile-script.exp: New file.
13064 * gdb.guile/scm-objfile.c: New file.
13065 * gdb.guile/scm-objfile.exp: New file.
13066 * gdb.guile/scm-ports.exp: New file.
13067 * gdb.guile/scm-pretty-print.c: New file.
13068 * gdb.guile/scm-pretty-print.exp: New file.
13069 * gdb.guile/scm-pretty-print.scm: New file.
13070 * gdb.guile/scm-section-script.c: New file.
13071 * gdb.guile/scm-section-script.exp: New file.
13072 * gdb.guile/scm-section-script.scm: New file.
13073 * gdb.guile/scm-symbol.c: New file.
13074 * gdb.guile/scm-symbol.exp: New file.
13075 * gdb.guile/scm-symtab-2.c: New file.
13076 * gdb.guile/scm-symtab.c: New file.
13077 * gdb.guile/scm-symtab.exp: New file.
13078 * gdb.guile/scm-type.c: New file.
13079 * gdb.guile/scm-type.exp: New file.
13080 * gdb.guile/scm-value-cc.cc: New file.
13081 * gdb.guile/scm-value-cc.exp: New file.
13082 * gdb.guile/scm-value.c: New file.
13083 * gdb.guile/scm-value.exp: New file.
13084 * gdb.guile/source2.scm: New file.
13085 * gdb.guile/types-module.cc: New file.
13086 * gdb.guile/types-module.exp: New file.
13087
7026a7c1
YQ
130882014-02-10 Yao Qi <yao@codesourcery.com>
13089
13090 PR testsuite/16543
13091 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
13092 * configure: Regenerated.
13093 * Makefile.in: New file.
13094
6c466447
AS
130952014-02-08 Andreas Schwab <schwab@linux-m68k.org>
13096
13097 * gdb.python/py-framefilter.exp: Fix typo.
13098
6e854735
YQ
130992014-02-08 Yao Qi <yao@codesourcery.com>
13100
13101 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
13102 that no =breakpoint-modified is emitted when breakpoints are
13103 modified through MI commands.
13104
d137e6dc
PA
131052014-02-07 Pedro Alves <pedro@codesourcery.com>
13106 Pedro Alves <palves@redhat.com>
13107
13108 * gdb.threads/step-after-sr-lock.c: New file.
13109 * gdb.threads/step-after-sr-lock.exp: New file.
13110
b5ee5a50
PA
131112014-02-07 Pedro Alves <palves@redhat.com>
13112
13113 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
13114
3c77faf3
JK
131152014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
13116
13117 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
13118 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
13119
6dddc817
DE
131202014-02-06 Doug Evans <xdje42@gmail.com>
13121
13122 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
13123 output.
13124
13125 * gdb.gdb/python-interrupts.exp: New file.
13126
de7b2893
YQ
131272014-02-05 Yao Qi <yao@codesourcery.com>
13128
13129 * gdb.trace/report.exp (use_collected_data): Test the output
13130 of "info threads" and "info inferiors".
13131
66d032ac
YQ
131322014-02-05 Yao Qi <yao@codesourcery.com>
13133
13134 Revert this patch:
13135
13136 2013-05-24 Yao Qi <yao@codesourcery.com>
13137
13138 * gdb.trace/tfile.exp: Test inferior and thread.
13139
591a12a1
UW
131402014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13141
13142 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
13143 on a function.
13144 * gdb.base/step-bt.c: Call hello via function pointer to make
13145 sure its first instruction is executed on powerpc64le-linux.
13146
0ff3e01f
UW
131472014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13148
13149 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
13150
084ee545
UW
131512014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13152
13153 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
13154 of the test patterns for use on little-endian systems.
13155
6ed14ff3
UW
131562014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13157
13158 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
13159 (decimal_vector): Fix for little-endian.
13160
401e27fd
JM
131612014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
13162
13163 * gdb.arch/sparc-sysstep.exp: New file.
13164 * gdb.arch/sparc-sysstep.c: Likewise.
13165
13166 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
13167
8b924729
EBM
131682014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13169
13170 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
13171
fb151210
JB
131722014-01-23 Tom Tromey <tromey@redhat.com>
13173
13174 * gdb.ada/array_char_idx: New testcase.
13175
0740f8d8
TT
131762014-01-23 Tom Tromey <tromey@redhat.com>
13177
13178 PR python/16487:
13179 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
13180 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
13181 classes.
13182
21909fa1
TT
131832014-01-23 Tom Tromey <tromey@redhat.com>
13184
13185 PR python/16491:
13186 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
13187 string from an inferior frame.
13188 * gdb.python/py-framefilter-mi.exp: Update.
13189
87ce2a04
DE
131902014-01-22 Doug Evans <dje@google.com>
13191
13192 * gdb.server/server-mon.exp: Add tests for "set debug-format".
13193
237b092b
AA
131942014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13195
13196 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
13197
d674a709
AA
131982014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13199
13200 * gdb.trace/entry-values.exp: Remove excess space character from
13201 regex patterns. Handle s390 call instruction.
13202
20fa3390
AA
132032014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13204
13205 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
13206 define "*_start" label. Make "name" static.
13207 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
13208 ${name} by references to ${name}_start.
13209
78466714
AA
132102014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13211
13212 * gdb.base/info-macros.exp: Remove "debug" from the compile
13213 options.
13214
ec9f644a
IB
132152014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
13216
13217 * gdb.dlang/demangle.exp: New file.
13218
94b1b47e
IB
132192014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
13220
13221 * gdb.dlang/primitive-types.exp: New file.
13222
7f420862
IB
132232014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
13224
13225 * configure.ac: Create gdb.dlang/Makefile.
13226 * configure: Regenerate.
13227 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
13228 * gdb.dlang/Makefile.in: New file.
13229 * lib/d-support.exp: New file.
13230 * lib/gdb.exp (skip_d_tests): New proc.
13231
52834460
MM
132322014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13233
13234 * gdb.btrace/delta.exp: Check reverse stepi.
13235 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
13236 * gdb.btrace/finish.exp: New.
13237 * gdb.btrace/next.exp: New.
13238 * gdb.btrace/nexti.exp: New.
13239 * gdb.btrace/record_goto.c: Add comments.
13240 * gdb.btrace/step.exp: New.
13241 * gdb.btrace/stepi.exp: New.
13242 * gdb.btrace/multi-thread-step.c: New.
13243 * gdb.btrace/multi-thread-step.exp: New.
13244 * gdb.btrace/rn-dl-bind.c: New.
13245 * gdb.btrace/rn-dl-bind.exp: New.
13246 * gdb.btrace/data.c: New.
13247 * gdb.btrace/data.exp: New.
13248 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
13249
6e07b1d2
MM
132502014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13251
13252 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
13253 * gdb.btrace/exception.exp: Update.
13254 * gdb.btrace/instruction_history.exp: Update.
13255 * gdb.btrace/record_goto.exp: Update.
13256 * gdb.btrace/tailcall.exp: Update.
13257 * gdb.btrace/unknown_functions.exp: Update.
13258 * gdb.btrace/delta.exp: New.
13259
0b722aec
MM
132602014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13261
13262 * gdb.btrace/record_goto.exp: Add backtrace test.
13263 * gdb.btrace/tailcall.exp: Add backtrace test.
13264
066ce621
MM
132652014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13266
13267 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
13268 * gdb.btrace/record_goto.c: New.
13269 * gdb.btrace/record_goto.exp: New.
13270 * gdb.btrace/x86-record_goto.S: New.
13271
0688d04e
MM
132722014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13273
13274 * gdb.btrace/function_call_history.exp: Update tests.
13275 * gdb.btrace/instruction_history.exp: Update tests.
13276
8710b709
MM
132772014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13278
13279 * gdb.btrace/function_call_history.exp: Fix expected field
13280 order for "record function-call-history".
13281 Add new tests for "record function-call-history /c".
13282 * gdb.btrace/exception.cc: New.
13283 * gdb.btrace/exception.exp: New.
13284 * gdb.btrace/tailcall.exp: New.
13285 * gdb.btrace/x86-tailcall.S: New.
13286 * gdb.btrace/x86-tailcall.c: New.
13287 * gdb.btrace/unknown_functions.c: New.
13288 * gdb.btrace/unknown_functions.exp: New.
13289 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
13290
5de9129b
MM
132912014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13292
13293 * gdb.btrace/instruction_history.exp: Update.
13294 * gdb.btrace/function_call_history.exp: Update.
13295
23a7fe75
MM
132962014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13297
13298 * gdb.btrace/function_call_history.exp: Fix expected function
13299 trace.
13300 * gdb.btrace/instruction_history.exp: Initialize traced.
13301 Remove traced_functions.
13302
724c7dd8
MM
133032014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13304
13305 * gdb.btrace/function_call_history.exp: Update
13306 * gdb.btrace/instruction_history.exp: Update.
13307
6d78d93b
MM
133082014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13309
13310 * gdb.btrace/enable.exp: Update expected text.
13311
93a360cc
OJ
133122014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
13313
13314 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
13315 bytes.
13316
3772b53f
MR
133172014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
13318
13319 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
13320
596662fa
OJ
133212014-01-15 Omair Javaid <omair.javaid@linaro.org>
13322
13323 * lib/gdb.exp (supports_process_record): Return true for
13324 arm*-linux*. (supports_reverse): Likewise.
13325
b5b08fb4
SC
133262014-01-13 Siva Chandra Reddy <sivachandra@google.com>
13327
13328 PR python/15464
13329 PR python/16113
13330 * gdb.python/py-type.c: Enhance test case.
13331 * gdb.python/py-value-cc.cc: Likewise
13332 * gdb.python/py-type.exp: Add new tests.
13333 * gdb.python/py-value-cc.exp: Likewise
13334
52d7fb13
AA
133352014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
13336 Pedro Alves <palves@redhat.com>
13337
13338 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
13339 Make "name" extern.
13340 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
13341 references to ${name}_start by references to ${name}.
13342
a2cd8cfe
JB
133432014-01-10 Joel Brobecker <brobecker@adacore.com>
13344
13345 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
13346
4e23fced
JB
133472014-01-10 Joel Brobecker <brobecker@adacore.com>
13348
13349 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
13350
c6a9e42c
PA
133512014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
13352 Pedro Alves <palves@redhat.com>
13353
13354 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 13355 mi_gdb_target_load.
c6a9e42c 13356
b7ea362b
PA
133572014-01-08 Pedro Alves <palves@redhat.com>
13358
13359 * gdb.threads/reconnect-signal.c: New file.
13360 * gdb.threads/reconnect-signal.exp: New file.
13361
5e3f4fab
EBM
133622014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13363
13364 * gdb.base/source-dir.exp: New file.
13365
79301218
JB
133662014-01-07 Joel Brobecker <brobecker@adacore.com>
13367
13368 * gdb.ada/mi_interface: New testcase.
13369
8e355c5d
JB
133702014-01-07 Joel Brobecker <brobecker@adacore.com>
13371
13372 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
13373 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
13374 gdb.ada/pp-rec-component/pck.ads: New files.
13375
c0d48811
JB
133762014-01-07 Joel Brobecker <brobecker@adacore.com>
13377
13378 * gdb.python/py-pp-integral.c: New file.
13379 * gdb.python/py-pp-integral.py: New file.
13380 * gdb.python/py-pp-integral.exp: New file.
13381
17b609c3 13382For older changes see ChangeLog-1993-2013.
c906108c 13383\f
8d8cb839
EZ
13384;; Local Variables:
13385;; mode: change-log
13386;; left-margin: 8
13387;; fill-column: 74
13388;; version-control: never
13389;; End:
902f2ccb 13390
e2882c85 13391 Copyright 2014-2018 Free Software Foundation, Inc.
902f2ccb
MC
13392 Copying and distribution of this file, with or without modification,
13393 are permitted provided the copyright notice and this notice are preserved.