]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
MIPS: Don't use a 32-bit BFD architecture with a 64-bit ABI
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
6893c19a
TT
12018-02-26 Tom Tromey <tom@tromey.com>
2
3 PR python/16497:
4 * gdb.python/py-framefilter.exp: Update test.
5
2ddeaf8a
TT
62018-02-26 Tom Tromey <tom@tromey.com>
7
8 * gdb.dwarf2/variant.c: New file.
9 * gdb.dwarf2/variant.exp: New file.
10
c9317f21
TT
112018-02-26 Tom Tromey <tom@tromey.com>
12
13 * gdb.rust/simple.exp: Accept more possible results in enum test.
14
6f6d0c26
SM
152018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
16
17 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
18 parentheses.
19
11b03145
MR
202018-02-23 Maciej W. Rozycki <macro@mips.com>
21
22 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
23 name of a variable: $actual_linejj -> $actual_line.
24
54a27fe5
JB
252018-02-21 John Baldwin <jhb@FreeBSD.org>
26
27 * gdb.arch/amd64-i386-address.exp: Fix a typo.
28
de65820c
MM
292018-02-20 Markus Metzger <markus.t.metzger@intel.com>
30
31 * gdb.btrace/buffer-size.exp: Do not force BTS.
32
980548fd
PA
332018-02-14 Pedro Alves <palves@redhat.com>
34
35 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
36 getting a "Quit".
37
c4e12631
MM
382018-02-09 Markus Metzger <markus.t.metzger@intel.com>
39
40 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
41 Fix test name.
42
c2e0e465
SM
432018-02-07 Simon Marchi <simon.marchi@ericsson.com>
44
45 * gdb.cp/m-static.exp: Check type of optimized out static
46 member.
47
f7216783
AB
482018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
49
50 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
51 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
52
0625771b
LS
532018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
54 Leszek Swirski <leszeks@google.com>
55
56 * gdb.python/py-prettyprint.c
57 (struct to_string_returns_value_inner,
58 struct to_string_returns_value_wrapper): New.
59 (main): Add tsrvw variable.
60 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
61 ToStringReturnsValueWrapper): New classes.
62 (register_pretty_printers): Register new pretty-printers.
63 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
64 recursive pretty printer.
65 * gdb.python/py-mi.exp: Likewise.
66
59498c30
LS
672018-02-01 Leszek Swirski <leszeks@google.com>
68
69 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
70 functions with the same name as an include file are parsed
71 correctly.
72
d4d38844
YQ
732018-02-01 Yao Qi <yao.qi@linaro.org>
74
75 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
76 "\[^\r\n\]*".
77
07e5f5cf
NP
782018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
79
80 * gdb.arch/powerpc-prologue-frame.s: New file.
81 * gdb.arch/powerpc-prologue-frame.c: Likewise.
82 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
83
929b5ad4
JB
842018-01-31 Joel Brobecker <brobecker@adacore.com>
85
86 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
87
e671cd59
PA
882018-01-30 Pedro Alves <palves@redhat.com>
89
90 PR gdb/13211
91 * gdb.base/interrupt-daemon.c: New.
92 * gdb.base/interrupt-daemon.exp: New.
93 * gdb.multi/multi-term-settings.c: New.
94 * gdb.multi/multi-term-settings.exp: New.
95
fc413dc4
JB
962018-01-30 Joel Brobecker <brobecker@adacore.com>
97
98 * gdb.base/break.exp: Save the location where the breakpoint
99 on break.c:47 was actually inserted when debugging the version
100 compiled at -O2 and use it in the expected output of the "info
101 break" test performed soon after.
102
5c319bb2
PA
1032018-01-22 Pedro Alves <palves@redhat.com>
104 Sergio Durigan Junior <sergiodj@redhat.com>
105
106 * gdb.base/whatis.exp: Add tests for 'set print object on' +
107 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
108
a9e40818
JB
1092018-01-22 Joel Brobecker <brobecker@adacore.com>
110
111 * gdb.base/break-include.c, gdb.base/break-include.inc,
112 gdb.base/break-include.exp: New files.
113 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
114 line number now being the actual line number where the breakpoint
115 was inserted.
116 * gdb.mi/mi-break.exp: Likewise.
117 * gdb.mi/mi-reverse.exp: Likewise.
118 * gdb.mi/mi-simplerun.exp: Ditto.
119
e707fc44
AB
1202018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
121
122 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
123 varobj.
124 * gdb.mi/mi-var-create-rtti.exp: Likewise.
125
ae451627
AB
1262018-01-21 Don Breazeal <donb@codesourcery.com>
127 Andrew Burgess <andrew.burgess@embecosm.com>
128
129 * gdb.mi/basics.c: Add new global.
130 * gdb.mi/mi-frame-regs.exp: New file.
131 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
132 case.
133
b1b189e0
AB
1342018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
135
136 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
137 non-parameter, and on an unknown symbol.
138
fcfcc376
TT
1392018-01-19 Tom Tromey <tom@tromey.com>
140
141 * gdb.rust/modules.rs (TWENTY_THREE): New global.
142 * gdb.rust/modules.exp: Add ::-qualified lookup test.
143
634c1c31
AA
1442018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
145
146 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
147 setrlimit and chdir to int.
148
d6ad07fd
AA
1492018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
150
151 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
152 function.
153 (my_tend): Likewise.
154 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
155 rationale of avoiding FP- and vector instructions.
156
adf8243b
RK
1572018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
158
159 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
160 "info reg" with "\[ \t\]*".
161 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
162 "\[ \t\]+".
163 * gdb.arch/s390-multiarch.exp: Ditto.
164 * gdb.base/pc-fp.exp: Ditto.
165 * gdb.reverse/i386-precsave.exp: Ditto.
166 * gdb.reverse/i386-reverse.exp: Ditto.
167 * gdb.reverse/i387-env-reverse.exp: Ditto.
168 * gdb.reverse/i387-stack-reverse.exp: Ditto.
169
dcc06925
AA
1702018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
171
172 * lib/gdb.exp (gdb_compile): Re-enable use of
173 universal_compile_options for languages other than Rust.
174
25d4fd80
AA
1752018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
176
177 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
178
ee7f689e 1792018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
180
181 PR gdb/16577
182 * gdb.base/solib-vanish.exp: New.
183 * gdb.base/solib-vanish-main.c: New.
184 * gdb.base/solib-vanish-lib1.c: New.
185 * gdb.base/solib-vanish-lib2.c: New.
186
d8447b6b
YQ
1872018-01-17 Yao Qi <yao.qi@linaro.org>
188
189 * gdb.compile/compile.exp: Match the address printed for
190 frame in the output of command "bt".
191
86d6a90c
TT
1922018-01-15 Tom Tromey <tom@tromey.com>
193
194 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
195 compute sp_reg.
196
cbcdb1aa
AB
1972018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
198
199 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
200 to prepare.
201 (prepare): Return 0 on error, 1 on success.
202
eea61984
PA
2032018-01-12 Pedro Alves <palves@redhat.com>
204
205 * gdb.base/continue-after-aborted-step-over.c: New.
206 * gdb.base/continue-after-aborted-step-over.exp: New.
207
6181e9c2
SM
2082018-01-11 Simon Marchi <simon.marchi@ericsson.com>
209
210 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
211 options when not creating an executable.
212
3cada740
PA
2132018-01-11 Pedro Alves <palves@redhat.com>
214
215 PR remote/22597
216 * gdb.server/stop-reply-no-thread.c: New file.
217 * gdb.server/stop-reply-no-thread.exp: New file.
218
c63d3e8d
PA
2192018-01-10 Pedro Alves <palves@redhat.com>
220
221 PR gdb/22670
222 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
223 functions too. Test setting breakpoints and printing C functions
224 with no debug info too.
225 * gdb.ada/bp_c_mixed_case/qux.c: New file.
226
d4c2a405
PA
2272018-01-10 Pedro Alves <palves@redhat.com>
228
229 PR gdb/22670
230 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
231 a fail.
232
8825213e
PA
2332018-01-10 Pedro Alves <palves@redhat.com>
234
235 PR gdb/22670
236 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
237
605fd3c6
YQ
2382018-01-08 Simon Marchi <simon.marchi@ericsson.com>
239
240 * gdb.server/unittest.exp: Match the output in non-development
241 mode.
242
1e5ded6c
YQ
2432018-01-08 Simon Marchi <simon.marchi@ericsson.com>
244
245 * gdb.gdb/unittest.exp: Match output in non-development mode.
246
30066b0b
JB
2472018-01-08 Joel Brobecker <brobecker@adacore.com>
248
249 * gdb.ada/access_tagged_param.exp: Relax expected output
250 for value of "ObjL" in "continue" to pck.inspect breakpoint
251 test.
252
04bafb1e
XR
2532018-01-08 Joel Brobecker <brobecker@adacore.com>
254
9f86398b
JB
255 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
256 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 257
e379cee6
PA
2582018-01-05 Pedro Alves <palves@redhat.com>
259
260 PR gdb/18653
261 * gdb.base/libsegfault.exp: New.
262
de63c46b
PA
2632018-01-05 Joel Brobecker <brobecker@adacore.com>
264
265 PR gdb/22670
266 * gdb.ada/access_tagged_param.exp: New file.
267 * gdb.ada/access_tagged_param/foo.adb: New file.
268
f98fc17b
PA
2692018-01-05 Pedro Alves <palves@redhat.com>
270
271 PR gdb/22670
272 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
273 exercise lower case too, and to exercise both full matching and
274 wild matching.
275
342f8240
JB
2762018-01-05 Joel Brobecker <brobecker@adacore.com>
277
278 * gdb.ada/rename_subscript_param: New testcase.
279
7150d33c
JG
2802018-01-05 Jerome Guitton <guitton@adacore.com>
281
282 * gdb.ada/arr_acc_idx_w_gap: New testcase.
283
cc0e770c
JB
2842018-01-05 Joel Brobecker <brobecker@adacore.com>
285
286 * gdb.ada/convvar_comp: New testcase.
287
672a41aa 2882018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
289
290 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
291 (My_Table): New global variable.
292 * testsuite/gdb.ada/array_char_idx.exp: Add test.
293
7365ec2f
JB
2942018-01-04 Joel Brobecker <brobecker@adacore.com>
295
296 PR gdb/22670
297 * gdb.ada/maint_with_ada: New testcase.
298
289483b6
JB
2992018-01-04 Joel Brobecker <brobecker@adacore.com>
300
301 PR gdb/22670
302 * gdb.ada/bp_c_mixed_case: New testcase.
303
344420da
JB
3042018-01-04 Joel Brobecker <brobecker@adacore.com>
305
306 PR gdb/22670
307 * gdb.ada/complete.exp: Add "complete break ada" test.
308
66fc87a0
JB
3092018-01-04 Joel Brobecker <brobecker@adacore.com>
310
311 PR gdb/22670
312 * gdb.ada/info_addr_mixed_case: New testcase.
313
9f757bf7
XR
3142018-01-03 Xavier Roirand <roirand@adacore.com>
315
316 * gdb.ada/excep_handle.exp: New testcase.
317 * gdb.ada/excep_handle/foo.adb: New file.
318 * gdb.ada/excep_handle/pck.ads: New file.
319
bd570f80
JB
3202018-01-03 Joel Brobecker <brobecker@adacore.com>
321
322 * gdb.base/step-line.c: Add extra empty line in copyright header.
323 * gdb.base/step-line.inp: Likewise.
324
9fe561ab
JB
3252018-01-02 Joel Brobecker <brobecker@adacore.com>
326
327 * gdb.ada/dyn_stride.exp: Add slice test.
328
a405673c
JB
3292018-01-02 Joel Brobecker <brobecker@adacore.com>
330
331 * gdb.ada/dyn_stride: New testcase.
332
cef0f868
SH
3332017-12-27 Stafford Horne <shorne@gmail.com>
334
335 * gdb.xml/extra-regs.xml: Add example foo reggroup.
336 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
337
b67d92b0
SH
3382017-12-27 Stafford Horne <shorne@gmail.com>
339
340 * gdb.base/reggroups.c: New file.
341 * gdb.base/reggroups.exp: New file.
342
eccab96d
JB
3432017-12-18 Joel Brobecker <brobecker@adacore.com>
344
345 * gdb.dwarf2/ada-valprint-error.c: New file.
346 * gdb.dwarf2/ada-valprint-error.exp: New file.
347
0e2da9f0
JB
3482017-12-18 Joel Brobecker <brobecker@adacore.com>
349
350 * gdb.ada/assign_arr: New testcase.
351
cb923fcc
XR
3522017-12-18 Xavier Roirand <roirand@adacore.com>
353
354 * gdb.ada/funcall_ptr: New testcase.
355
7c161838
SDJ
3562017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
357
358 PR cli/16224
359 * gdb.base/ptype-offsets.cc: New file.
360 * gdb.base/ptype-offsets.exp: New file.
361
1af17fd9
YQ
3622017-12-15 Yao Qi <yao.qi@linaro.org>
363
364 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
365 if XML is disabled.
366
828d5846
XR
3672017-12-15 Xavier Roirand <roirand@adacore.com>
368
369 * gdb.ada/same_component_name: New testcase.
370
79e8fcaa
JB
3712017-12-14 Joel Brobecker <brobecker@adacore.com>
372
373 * gdb.ada/str_binop_equal: New testcase.
374
e05fa6f9
JB
3752017-12-14 Joel Brobecker <brobecker@adacore.com>
376
377 * gdb.ada/task_switch_in_core: New testcase.
378
b89641ba
SM
3792017-12-13 Simon Marchi <simon.marchi@ericsson.com>
380
381 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
382 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
383 call test_bkpt_qualified.
384 (test_bkpt_qualified): New proc.
385
6892d2e4
PA
3862017-12-13 Pedro Alves <palves@redhat.com>
387
388 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
389 Tighten regexp by matching with an anchor.
390
a22ecf70
PA
3912017-12-13 Pedro Alves <palves@redhat.com>
392
393 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
394 ("expression with namespace"): New set of tests.
395 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
396 (Nested::Test_NS::qux): New.
397 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
398 defaults to 'start_quote_char' and 'end_quote_char' parameters.
399
9937536c
JB
4002017-12-13 Joel Brobecker <brobecker@adacore.com>
401
402 * gdb.base/server-del-break.c: New file.
403 * gdb.base/server-del-break.exp: New file.
404
fe49c6f5
SH
4052017-12-12 Stafford Horne <shorne@gmail.com>
406
407 * gdb.xml/tdesc-regs.exp: Add or1k support.
408
c3d18620
SH
4092017-12-12 Stafford Horne <shorne@gmail.com>
410
411 * gdb.base/bp-permanent.c: Define nop of or1k.
412
c5f9cfc8
JB
4132017-12-11 Joel Brobecker <brobecker@adacore.com>
414
415 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
416 output with components being reordered.
417
a9c135fc
JB
4182017-12-11 Joel Brobecker <brobecker@adacore.com>
419
420 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
421 output with components being reordered.
422
927aa2e7
JK
4232017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
424 Pedro Alves <palves@redhat.com>
425
426 * gdb.base/maint.exp (check for .gdb_index): Check also for
427 .debug_names.
428 * gdb.dlang/watch-loc.c (.debug_aranges): New.
429 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
430 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
431 (.gdb_index used after symbol reloading): Support also .debug_names.
432 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
433
f17d9474
YQ
4342017-12-08 Yao Qi <yao.qi@linaro.org>
435
436 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
437 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
438
a0de8c21
YQ
4392017-12-08 Yao Qi <yao.qi@linaro.org>
440
441 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
442 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
443
a738ea1d
YQ
4442017-12-08 Yao Qi <yao.qi@linaro.org>
445
446 * gdb.arch/aarch64-tagged-pointer.c: New file.
447 * gdb.arch/aarch64-tagged-pointer.exp: New file.
448
1cd9a73b
SDJ
4492017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
450
451 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
452 "int".
453
fa6eb693
KS
4542017-12-07 Keith Seitz <keiths@redhat.com>
455
456 PR breakpoints/22569
457 * gdb.linespec/ls-errs.exp: Change expected result of "break
458 -source this file has spaces.c -line 3".
459 Check that an explicit source file followed by whitespace is
460 identified as an invalid explicit location.
461
883fd55a
KS
4622017-12-07 Keith Seitz <keiths@redhat.com>
463
464 * gdb.cp/nested-types.cc: New file.
465 * gdb.cp/nested-types.exp: New file.
466 * lib/cp-support.exp: Load data-structures.exp library.
467 (debug_cp_test_ptype_class): New global.
468 (cp_ptype_class_verbose, next_line): New procedures.
469 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
470 Add and document new return value.
471 Switch the list of lines to a queue.
472 Add support for new `type' key for nested type definitions.
473 Add debugging/troubleshooting messages.
474 * lib/data-structures.exp: New file.
475
ec72db3e
SM
4762017-12-07 Simon Marchi <simon.marchi@ericsson.com>
477
478 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
479 with proc_with_prefix, don't use with_test_prefix.
480
99598d71
TT
4812017-12-07 Tom Tromey <tom@tromey.com>
482
483 * gdb.base/break.exp: Add test for empty "commands".
484
a8806230
YQ
4852017-12-07 Yao Qi <yao.qi@linaro.org>
486
487 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
488 malloc and catch syscall.
489
824cc835
PM
4902017-12-07 Phil Muldoon <pmuldoon@redhat.com>
491
492 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
493 tests for explicit locations.
494
7cc244de
PA
4952017-12-06 Pedro Alves <palves@redhat.com>
496
497 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
498 force-disabling XML descriptions.
499
50a1fdd5
PA
5002017-12-04 Pedro Alves <palves@redhat.com>
501
502 PR gdb/22499
503 * gdb.arch/amd64-disp-step-avx.S: New file.
504 * gdb.arch/amd64-disp-step-avx.exp: New file.
505
f0fb2488
PA
5062017-12-03 Pedro Alves <palves@redhat.com>
507
508 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
509 and <string.h>.
510 (parent_function): Print distinct messages when waitpid fails, or
511 the child exits with a signal, or the child exits for an unhandled
512 reason.
513 * gdb.threads/process-dies-while-detaching.exp
514 (detach_and_expect_exit): New 'inf_output_re' parameter and use
515 it. Wait for both inferior output and GDB's prompt. Use an
516 indirect spawn id list.
517 (do_detach): New parameter 'child_exit'. Use it to compute
518 expected inferior output.
519 (test_detach, test_detach_watch, test_detach_killed_outside):
520 Adjust to pass down the expected child exit kind.
521
97cbe998
SDJ
5222017-12-01 Joel Brobecker <brobecker@adacore.com>
523 Sergio Durigan Junior <sergiodj@redhat.com>
524 Pedro Alves <palves@redhat.com>
525
526 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
527
40fc416f
SDJ
5282017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
529
530 * gdb.base/relocate.exp: Add tests to guarantee that arguments
531 to 'symbol-file' and 'add-symbol-file' can be
532 position-independent.
533
1cc75e92
YQ
5342017-12-01 Yao Qi <yao.qi@linaro.org>
535
536 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
537 the URL in copyright header.
538 * gdb.arch/aarch64-fp.exp: Likewise.
539 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
540 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
541 * gdb.base/expand-psymtabs.exp: Likewise.
542 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
543 * gdb.fortran/common-block.exp: Likewise.
544 * gdb.fortran/common-block.f90: Likewise.
545 * gdb.fortran/logical.exp: Likewise.
546 * gdb.fortran/vla-datatypes.f90: Likewise.
547 * gdb.fortran/vla-sub.f90: Likewise.
548
875fb7a7
JB
5492017-11-30 Joel Brobecker <brobecker@adacore.com>
550
551 * gdb.ada/repeat_dyn: New testcase.
552
6f14765f
UW
5532017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
554
555 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
556 Update for changed thread numbering.
557 * gdb.cell/bt.exp: Update for changed GDB output.
558
f1af7b94
SM
5592017-11-30 Simon Marchi <simon.marchi@ericsson.com>
560
561 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
562 setting isremote by hand.
563 * boards/dwarf4-gdb-index.exp: Likewise.
564 * boards/fission.exp: Likewise.
565 * boards/stabs.exp: Likewise.
566
e3919f3e
PA
5672017-11-30 Pedro Alves <palves@redhat.com>
568
569 * gdb.linespec/cpls-ops.exp
570 (check_explicit_skips_function_argument): Extract the underlying
571 type of size_t instead of hardcoding it.
572
bd69330d
PA
5732017-11-29 Pedro Alves <palves@redhat.com>
574
575 PR c++/19436
576 * gdb.linespec/cpls-abi-tag.cc: New file.
577 * gdb.linespec/cpls-abi-tag.exp: New file.
578
a20714ff
PA
5792017-11-29 Pedro Alves <palves@redhat.com>
580
581 * gdb.base/langs.exp: Use -qualified.
582 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
583 it.
584 * gdb.cp/namespace.exp: Use -qualified.
585 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
586 (overload-3, template-overload, template-ret-type, const-overload)
587 (const-overload-quoted, anon-ns, ambiguous-prefix): New
588 procedures.
589 (test_driver): Call them.
590 * gdb.cp/save-bp-qualified.cc: New.
591 * gdb.cp/save-bp-qualified.exp: New.
592 * gdb.linespec/explicit.exp: Test -qualified.
593 * lib/completion-support.exp (completion::explicit_opts_list): Add
594 "-qualified".
595 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
596
f6f1d339
PM
5972017-11-29 Phil Muldoon <pmuldoon@redhat.com>
598
599 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
600
02ca603a
TT
6012017-11-29 Tom Tromey <tom@tromey.com>
602
603 * gdb.base/relocate.exp: Update invalid argument test.
604 Add new tests for invalid arguments.
605
ed6c0bfb
TP
6062017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
607
608 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
609 Return 0 as a long.
610 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
611
f106e10e
TP
6122017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
613
614 * gdb.cp/breakpoint.cc (bar): Set return type to void.
615 * gdb.cp/psymtab-parameter.cc (func): Likewise.
616 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
617 func ().
618 * gdb.cp/shadow.cc (B.func): Return 0.
619
10329bb2
JB
6202017-11-27 Joel Brobecker <brobecker@adacore.com>
621
622 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
623 expected output in gdb_expect call to allow the exception
624 message to be present as well. Fix syntax confusion to avoid
625 TCL thinking that exception_name is an array.
626
617cd4bc
UW
6272017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
628
629 * gdb.arch/spu-info.c: Include <unistd.h>.
630 (do_signal_test): Fix broken calls to write.
631 * gdb.arch/spu-info.exp: Use prepare_for_testing.
632 Fix checks for empty mailboxes. Update signal tests for corrected
633 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
634 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
635 * gdb.cell/arch.exp: Use standard_output_file.
636 * gdb.cell/break.exp: Likewise.
637 * gdb.cell/bt.exp: Likewise.
638 * gdb.cell/core.exp: Likewise.
639 * gdb.cell/dwarfaddr.exp: Likewise.
640 * gdb.cell/ea-cache.exp: Likewise.
641 * gdb.cell/ea-standalone.exp: Likewise.
642 * gdb.cell/f-regs.exp: Likewise.
643 * gdb.cell/fork.exp: Likewise.
644 * gdb.cell/gcore.exp: Likewise.
645 * gdb.cell/mem-access.exp: Likewise.
646 * gdb.cell/ptype.exp: Likewise.
647 * gdb.cell/registers.exp: Likewise.
648 * gdb.cell/sizeof.exp: Likewise.
649 * gdb.cell/solib-symbol.exp: Likewise.
650 * gdb.cell/solib.exp: Likewise.
617cd4bc 651
a81aaca0
PA
6522017-11-25 Pedro Alves <palves@redhat.com>
653
654 * gdb.base/complete-empty.exp: New file.
655 * gdb.base/completion.exp: Adjust.
656
6a3c6ee4
PA
6572017-11-25 Pedro Alves <palves@redhat.com>
658
659 * gdb.linespec/cpls-ops.cc: New file.
660 * gdb.linespec/cpls-ops.exp: New file.
661 * lib/completion-support.exp (test_complete_prefix_range_re): New,
662 factored out from ...
663 (test_complete_prefix_range): ... this.
664
8955eb2d
PA
6652017-11-24 Pedro Alves <palves@redhat.com>
666
667 * gdb.linespec/cpcompletion.exp: New file.
668 * gdb.linespec/cpls-hyphen.cc: New file.
669 * gdb.linespec/cpls.cc: New file.
670 * gdb.linespec/cpls2.cc: New file.
671 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
672 test to use test_gdb_complete_unique. Add label completion,
673 keyword completion and explicit location completion tests.
674 * lib/completion-support.exp: New file.
675
e547c119
JB
6762017-11-24 Joel Brobecker <brobecker@adacore.com>
677
678 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
679 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
680 when hitting an exception catchpoint.
681
7c3c1aa8
YQ
6822017-11-22 Yao Qi <yao.qi@linaro.org>
683
684 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
685
41bd68f5
SM
6862017-11-22 Simon Marchi <simon.marchi@ericsson.com>
687
688 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
689 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
690 * gdb.dwarf2/info-locals-optimized-out.c: New file.
691
1daad298
YQ
6922017-11-22 Yao Qi <yao.qi@linaro.org>
693
694 * gdb.base/info-os.exp: Pass pthreads.
695 * gdb.multi/multi-attach.exp: Likewise.
696
88465e87
YQ
6972017-11-22 Yao Qi <yao.qi@linaro.org>
698
699 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
700 compiler.
701
dc196b23
YQ
7022017-11-22 Yao Qi <yao.qi@linaro.org>
703
704 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
705 * gdb.base/break-interp.exp: Likewise.
706 * gdb.base/jit-attach-pie.exp: Likewise.
707
2400729e
UW
7082017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
709
710 * gdb.base/float128.c (large128): New variable.
711 * gdb.base/float128.exp: Add test to print largest __float128 value.
712
7a26362d
UW
7132017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
714
715 * gdb.arch/vsx-regs.exp: Update register content checks.
716
ed0f4273
UW
7172017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
718
719 * gdb.arch/ppc-longdouble.exp: New file.
720 * gdb.arch/ppc-longdouble.c: Likewise.
721
a25d69c6
PA
7222017-11-21 Pedro Alves <palves@redhat.com>
723
724 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
725
73fcf641
PA
7262017-11-20 Pedro Alves <palves@redhat.com>
727
728 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
729 (long_double_typedef): New typedefs.
730 Use DEF on double and long double.
731 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
732 cases.
733 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
734 and 'long_double_ptr_same_size' locals. Use them to decide
735 whether cast from array/function to float is valid/invalid.
736
71a3c369
TT
7372017-11-17 Tom Tromey <tom@tromey.com>
738
739 * gdb.rust/traits.rs: New file.
740 * gdb.rust/traits.exp: New file.
741
ced9779b
JB
7422017-11-17 Joel Brobecker <brobecker@adacore.com>
743
744 * gdb.ada/minsyms: New testcase.
745
a0922d80
PA
7462017-11-16 Pedro Alves <palves@redhat.com>
747
748 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
749 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
750
ea04e54c
PA
7512017-11-16 Pedro Alves <palves@redhat.com>
752
753 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
754 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
755
e849ea89
PA
7562017-11-16 Pedro Alves <palves@redhat.com>
757
758 * gdb.server/reconnect-ctrl-c.c: New file.
759 * gdb.server/reconnect-ctrl-c.exp: New file.
760
d8ae99a7
PM
7612017-11-16 Phil Muldoon <pmuldoon@redhat.com>
762
763 * gdb.python/py-rbreak.exp: New file.
764 * gdb.python/py-rbreak.c: New file.
765 * gdb.python/py-rbreak-func2.c: New file.
766
968a13f8
PA
7672017-11-16 Pedro Alves <palves@redhat.com>
768
769 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
770 pattern.
771 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
772 GDB.
773
71774bc9
SM
7742017-11-15 Simon Marchi <simon.marchi@ericsson.com>
775
776 * gdb.tui/completionn.exp (test_tab_completion): Add space in
777 regex.
778
ddbb44cf
SM
7792017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
780
781 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
782 test names.
783
584a564f
PA
7842017-11-09 Pedro Alves <palves@redhat.com>
785
786 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
787 factored out from ...
788 (top level): ... here, and adjusted to avoid expecting beyond the
789 prompt in a single gdb_test_multiple.
790
5ed7a928
PA
7912017-11-09 Pedro Alves <palves@redhat.com>
792
793 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
794 output.
795 * gdb.server/ext-attach.exp ("kill" test): Likewise.
796 * gdb.server/ext-restart.exp ("kill" test): Likewise.
797 * gdb.server/ext-run.exp ("kill" test): Likewise.
798 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
799
a60e0738
PA
8002017-11-09 Pedro Alves <palves@redhat.com>
801
802 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
803 match till end of line.
804
2c88253f
PA
8052017-11-09 Pedro Alves <palves@redhat.com>
806
807 * gdb.base/memattr.exp: Tighten regexes to match the end line.
808
c7a38517
PA
8092017-11-09 Pedro Alves <palves@redhat.com>
810
811 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
812 New procedures, factored out from ...
813 (top level): ... here, and adjusted to avoid expecting beyond the
814 prompt in one go.
815
f29f4b6b
PA
8162017-11-09 Pedro Alves <palves@redhat.com>
817
818 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
819 output. Fix '?' match.
820
286acbb5
JB
8212017-11-08 Joel Brobecker <brobecker@adacore.com>
822
823 * gdb.ada/scoped_watch: New testcase.
824 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
825 which is actually correct.
826 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
827 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
828
62d7ae92
PA
8292017-11-08 Pedro Alves <palves@redhat.com>
830
831 * gdb.gdb/complaints.exp (test_initial_complaints)
832 (test_serial_complaints, test_short_complaints): Call
833 complaint_internal instead of complaint.
834
280ca31f
DT
8352017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
836
837 * gdb.threads/tls-core.c: New file.
838 * gdb.threads/tls-core.exp: Likewise.
839
b5ec771e
PA
8402017-11-08 Pedro Alves <palves@redhat.com>
841
842 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
843 (p Exported_Capitalized): New test.
844 (p exported_capitalized): New test.
845
a02b41a7
PA
8462017-11-07 Pedro Alves <palves@redhat.com>
847
848 * gdb.cp/ena-dis-br-range.exp: Add more tests.
849
95e95a6d
PA
8502017-11-07 Pedro Alves <palves@redhat.com>
851
852 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
853 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
854 (disable_invalid, disable_inverted, disable_negative): New
855 procedures.
856 ("bad numbers"): New set of tests.
857
cee62dbd
PA
8582017-11-07 Pedro Alves <palves@redhat.com>
859
860 * gdb.cp/ena-dis-br-range.exp: Add tests.
861
cc638e86
PA
8622017-11-07 Pedro Alves <palves@redhat.com>
863
864 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
865
d0fe4701
XR
8662017-11-07 Xavier Roirand <roirand@adacore.com>
867 Pedro Alves <palves@redhat.com>
868
869 * gdb.base/ena-dis-br.exp: Add reference to
870 gdb.cp/ena-dis-br-range.exp.
871 * gdb.cp/ena-dis-br-range.exp: New file.
872 * gdb.cp/ena-dis-br-range.cc: New file.
873
46f67f80
PA
8742017-11-06 Pedro Alves <palves@redhat.com>
875
876 * gdb.base/attach-non-pgrp-leader.c: New.
877 * gdb.base/attach-non-pgrp-leader.exp: New.
878
726e1356
PA
8792017-11-06 Pedro Alves <palves@redhat.com>
880
881 * configure.ac: No longer check for termio.h and sgtty.h.
882 * configure: Regenerate.
883 * remote-utils.c: Include termios.h instead of gdb_termios.h.
884 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
885 Remove termio and sgtty code.
886
50ab6ace
YQ
8872017-11-03 Yao Qi <yao.qi@linaro.org>
888
889 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
890 in GDB is disabled.
891
8e68731c
YQ
8922017-11-03 Yao Qi <yao.qi@linaro.org>
893
894 * gdb.python/py-thrhandle.exp: Skip it if python is not
895 enabled.
896
3a87ae65
SM
8972017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
898
899 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
900 as a breakpoint command.
901
484d8d36
MD
9022017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
903
904 PR python/21213
905 * gdb.python/py-infthread.exp: Test calling
906 InferiorThread.inferior () multiple times in a row.
907
4a27f119
KS
9082017-10-27 Keith Seitz <keiths@redhat.com>
909
910 * gdb.opt/inline-break.exp (break_info_1): New procedure.
911 Test "info break" for every inlined function breakpoint.
912
bb11dd58
YQ
9132017-10-27 Yao Qi <yao.qi@linaro.org>
914
915 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
916
a43f3893
PF
9172017-10-26 Patrick Frants <osscontribute@gmail.com>
918
919 * gdb.cp/classes.exp (test_static_members): Test printing
920 Outer::instance.
921 * gdb.cp/classes.c (struct Inner, struct Outer): New.
922 (Inner::instance, Outer::instance): New.
923
792ccf00
PA
9242017-10-24 Pedro Alves <palves@redhat.com>
925
926 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
927 extra console" test in two stages.
928
eb2bfbad
PA
9292017-10-24 Pedro Alves <palves@redhat.com>
930
931 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
932
1f75a651
PA
9332017-10-24 Pedro Alves <palves@redhat.com>
934
935 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
936 loop.
937
779990d9
PA
9382017-10-24 Pedro Alves <palves@redhat.com>
939
940 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
941 $attempt" and "stoppedtry $stoppedtry" test prefixes.
942
ad9b8f5d
PA
9432017-10-24 Pedro Alves <palves@redhat.com>
944
945 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
946 parameter and handle it. Don't output read value in test name.
947
fee6da6e
PA
9482017-10-24 Pedro Alves <palves@redhat.com>
949
950 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
951 custom test name.
952
10389c2c
PA
9532017-10-24 Pedro Alves <palves@redhat.com>
954
955 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
956 include the unstable output directory name in the test's name.
957 (initial_setup_simple) <'set args'>: Use custom test name.
958
a80e65a9
PA
9592017-10-24 Pedro Alves <palves@redhat.com>
960
961 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
962 with explicit test name.
963
15763a09
PA
9642017-10-20 Pedro Alves <palves@redhat.com>
965
966 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
967 'wait -i'. Use gdb_assert and remote_close.
968
49a4ce2e
AB
9692017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
970
971 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
972 number from variable rather than hard-coded.
973
a75868f5
PA
9742017-10-19 Pedro Alves <palves@redhat.com>
975
976 * gdb.base/long-inferior-output.c: New file.
977 * gdb.base/long-inferior-output.exp: New file.
978
c8ba13ad
KS
9792017-11-18 Keith Seitz <keiths@redhat.com>
980
981 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
982 method.
983 (main): Call it.
984 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
985 Add additional user-defined conversion operator tests.
986
b27de576
PA
9872017-10-17 Pedro Alves <palves@redhat.com>
988
989 * boards/native-stdio-gdbserver.exp: Load "local-board".
990
8484c955
PA
9912017-10-17 Pedro Alves <palves@redhat.com>
992
993 * gdb.base/quit-live.c: New file.
994 * gdb.base/quit-live.exp: New file.
995
83d5a34d
KS
9962017-10-16 Keith Seitz <keiths@redhat.com>
997
998 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
999 (class_with_protected_typedef, class_with_private_typedef)
1000 (struct_with_public_typedef, struct_with_protected_typedef)
1001 (struct_with_private_typedef): New classes/structs.
1002 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
1003 typedefs and access specifiers.
1004
739b3f1d
PA
10052017-10-16 Pedro Alves <palves@redhat.com>
1006 Simon Marchi <simon.marchi@polymtl.ca>
1007
1008 * README (Local vs Remote vs Native): New section.
1009 * boards/local-board.exp: New file, with bits factored out from
1010 ...
1011 * boards/native-extended-gdbserver.exp: ... here. Load
1012 "local-board".
1013 * boards/native-gdbserver.exp: Load "local-board".
1014 (${board}_spawn, ${board}_exec): Delete.
1015 * boards/native-stdio-gdbserver.exp: Most contents factored out to
1016 ...
1017 * boards/stdio-gdbserver-base.exp: ... this new file.
1018 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
1019 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
1020 procedure.
1021 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
1022 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
1023 stdio_gdbserver_command.
1024 (${board}_get_remote_address, ${board}_get_comm_port)
1025 (${board}_download, ${board}_upload): Delete.
1026 (get_target_remote_pipe_cmd): New.
1027
fe68b953
SM
10282017-10-16 Simon Marchi <simon.marchi@ericsson.com>
1029
1030 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
1031 test_bkpt_deletion, test_bkpt_cond_and_cmds,
1032 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
1033 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
1034 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
1035 remove with_test_prefix.
1036
300b6685
PA
10372017-10-13 Pedro Alves <palves@redhat.com>
1038
1039 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
1040 * gdb.base/annota1.exp: Use it instead of is_remote.
1041 * gdb.base/annota3.exp: Use it instead of is_remote.
1042 * gdb.cp/annota2.exp: Use it instead of is_remote.
1043 * gdb.cp/annota3.exp: Use it instead of is_remote.
1044 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
1045
50500caf
PA
10462017-10-13 Pedro Alves <palves@redhat.com>
1047
1048 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
1049 (test_num_test_vars, run_and_count_vars, find_env)
1050 (test_set_unset_env, test_inherit_env_var): New procedures.
1051 (top level): Use them.
1052
dad0c6d2
PA
10532017-10-13 Pedro Alves <palves@redhat.com>
1054
1055 * lib/selftest-support.exp (selftest_setup): Extend comments, and
1056 also skip on stub-like targets.
1057
8b0553c1
PA
10582017-10-13 Pedro Alves <palves@redhat.com>
1059
1060 PR gdb/22293
1061 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
1062 (top level): Move some tests to ...
1063 (test_not_found): ... this new procedure.
1064 (top level): Call it.
1065
7594f623
PA
10662017-10-13 Pedro Alves <palves@redhat.com>
1067
1068 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
1069 expect different "info terminal" output if testing with a
1070 non-native target.
1071
ebe3b402
PA
10722017-10-13 Pedro Alves <palves@redhat.com>
1073 Simon Marchi <simon.marchi@polymtl.ca>
1074
1075 PR python/12966
1076 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
1077
42f1b161
PA
10782017-10-13 Pedro Alves <palves@redhat.com>
1079
1080 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
1081 already.
1082
8d6ef72b
PA
10832017-10-13 Pedro Alves <palves@redhat.com>
1084
1085 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
1086 is_remote.
1087
d7bcd5b8
PA
10882017-10-13 Pedro Alves <palves@redhat.com>
1089
1090 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
1091 is_remote.
1092
df479dc6
PA
10932017-10-13 Pedro Alves <palves@redhat.com>
1094
1095 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
1096 is set.
1097 (corefile_test_attach): Likewise. Check can_spawn_for_attach
1098 instead of is_remote.
1099
23fb630a
PA
11002017-10-13 Pedro Alves <palves@redhat.com>
1101
1102 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
1103 (top level): Add comment.
1104
cc77b1dc
PA
11052017-10-13 Pedro Alves <palves@redhat.com>
1106
1107 * gdb.base/remote.exp (top level): Fix comment typo and add
1108 missing return.
1109
27c9e813
PA
11102017-10-13 Pedro Alves <palves@redhat.com>
1111 Simon Marchi <simon.marchi@polymtl.ca>
1112
1113 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
1114 calls and add comments. Skip test if use_gdb_stub is set.
1115 (top level): Use "set cwd" command instead of "cd" command.
1116
5e830d98
PA
11172017-10-13 Pedro Alves <palves@redhat.com>
1118
1119 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
1120 is_remote target check.
1121
f5ca0032
PA
11222017-10-13 Pedro Alves <palves@redhat.com>
1123
1124 * gdb.base/scope.exp: Use build_executable + clean_restart +
1125 gdb_file_cmd instead of prepare_for_testing and no longer skip
1126 "before run" tests on is_remote target boards. Update comments.
1127 * boards/native-extended-gdbserver.exp
1128 (extended_gdbserver_load_last_file): New, factored out from ...
1129 (gdb_load): ... this. Move further below and add comment.
1130 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
1131
8aed1c0d
PA
11322017-10-12 Pedro Alves <palves@redhat.com>
1133
1134 * gdb.base/attach.exp: Remove references to gdb64.
1135 * gdb.base/dbx.exp: Remove references to gdb64.
1136
cfa34c87
SM
11372017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
1138 Pedro Alves <palves@redhat.com>
1139
1140 * gdb.base/label.exp: Remove is_remote target check.
1141
9192b7de
PA
11422017-10-12 Pedro Alves <palves@redhat.com>
1143
1144 * gdb.base/auvx.exp (coredir): Update comment.
1145 (top level) <core_works>: Use "set cwd" command instead of "cd"
1146 command.
1147
6bf0052d
PA
11482017-10-12 Pedro Alves <palves@redhat.com>
1149 Simon Marchi <simon.marchi@polymtl.ca>
1150
1151 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
1152 target boards.
1153
e48ef82d
PA
11542017-10-12 Pedro Alves <palves@redhat.com>
1155 Simon Marchi <simon.marchi@polymtl.ca>
1156
1157 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
1158 Instead skip if there's any gdb_protocol set.
1159
8d7aea57
SM
11602017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
1161 Pedro Alves <palves@redhat.com>
1162
1163 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
1164
30440677
PA
11652017-10-12 Pedro Alves <palves@redhat.com>
1166 Simon Marchi <simon.marchi@polymtl.ca>
1167
1168 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
1169 instead of on dejagnu remote boards.
1170
4e04f045 11712017-10-12 Pedro Alves <palves@redhat.com>
175654b9 1172 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
1173
1174 * gdb.base/inferior-died.exp: Remove is_remote and isnative
1175 checks. Use build_executable + clean_restart instead of
1176 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
1177 of enabling non-stop after starting gdb.
1178
871a186e
PA
11792017-10-12 Pedro Alves <palves@redhat.com>
1180
1181 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
1182 * gdb.threads/non-ldr-exc-2.exp: Ditto.
1183 * gdb.threads/non-ldr-exc-3.exp: Ditto.
1184 * gdb.threads/non-ldr-exc-4.exp: Ditto.
1185
56d704da
AK
11862017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
1187
1188 * gdb.arch/arc-tdesc-cpu.exp: New file.
1189 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
1190
2f20e312
SM
11912017-10-10 Simon Marchi <simon.marchi@ericsson.com>
1192
1193 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
1194
65630365
PA
11952017-10-10 Pedro Alves <palves@redhat.com>
1196
1197 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
1198 expect CLI output.
1199
bf469271
PA
12002017-10-10 Pedro Alves <palves@redhat.com>
1201
1202 * lib/selftest-support.exp (selftest_setup): Update for
1203 captured_command_loop's prototype change.
1204
777a42f1
PA
12052017-10-09 Pedro Alves <palves@redhat.com>
1206
1207 Test both arch1=>arch2 and arch2=>arch1.
1208
1209 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
1210 (srcfile2, binfile2, march1, march2): Remove globals. Largely
1211 factored out to...
1212 (append_arch1_options, append_arch2_options, append_arch_options)
1213 (build_executables): New procedures.
1214 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
1215 local.
1216 (top level): Add new 'first_arch' testing axis.
1217
cbd2b4e3
PA
12182017-10-09 Pedro Alves <palves@redhat.com>
1219
1220 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
1221 (barrier): New.
1222 (thread_start, all_started): New functions.
1223 (main): Spawn new thread and wait until it is scheduled.
1224 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
1225 option.
1226 (do_test): Add 'selected_thread' parameter. Run to all_started
1227 instead of main. Explicitly set the breakpoint at main. Switch
1228 to the SELECTED_THREAD thread.
1229 (top level): Test handling the exec event with either the main
1230 thread or the second thread selected.
1231
5c9e4427
PA
12322017-10-09 Pedro Alves <palves@redhat.com>
1233
1234 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
1235 logic. Move STOP marker after the value checks.
1236 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
1237 regexp.
1238
b3b7c423
SL
12392017-10-06 Sandra Loosemore <sandra@codesourcery.com>
1240
1241 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
1242
3b4b2f16
UW
12432017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
1244
1245 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
1246 integer-to-dfp conversion.
1247 * gdb.base/dfp-test.exp: Likewise.
1248
5cd63fda
PA
12492017-10-04 Pedro Alves <palves@redhat.com>
1250
1251 * gdb.multi/hangout.c: Include <unistd.h>.
1252 (hangout_loop): New function.
1253 (main): Call alarm. Call hangout_loop in a loop.
1254 * gdb.multi/hello.c: Include <unistd.h>.
1255 (hello_loop): New function.
1256 (main): Call alarm. Call hangout_loop in a loop.
1257 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
1258 inferior with the other selected.
1259
4c71c105
SM
12602017-10-04 Simon Marchi <simon.marchi@ericsson.com>
1261
1262 * gdb.mi/list-thread-groups-available.exp: New file.
1263 * gdb.mi/list-thread-groups-available.c: New file.
1264
bc3b087d
SDJ
12652017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1266
1267 * gdb.base/set-cwd.exp: Make it available on
1268 native-extended-gdbserver.
1269
d092c5a2
SDJ
12702017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1271
1272 * gdb.base/set-cwd.c: New file.
1273 * gdb.base/set-cwd.exp: Likewise.
1274
45320ffa
TT
12752017-10-02 Tom Tromey <tom@tromey.com>
1276
1277 PR rust/22236:
1278 * gdb.rust/simple.rs (main): New variable "fslice".
1279 * gdb.rust/simple.exp: Add slice tests. Update string tests.
1280
b3e3859b
TT
12812017-10-02 Tom Tromey <tom@tromey.com>
1282
1283 * gdb.rust/simple.exp: Test ptype of a slice.
1284
01af5e0d
TT
12852017-10-02 Tom Tromey <tom@tromey.com>
1286
1287 * gdb.rust/simple.exp: Test index of slice.
1288
a9bbfbd8
TT
12892017-09-27 Tom Tromey <tom@tromey.com>
1290
1291 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
1292
df8899e5
TP
12932017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
1294 Pedro Alves <palves@redhat.com>
1295
1296 * gdb.base/compare-sections.exp (get value of read-only section): Read
1297 as unsigned value.
1298 (corrupt read-only section): Likewise and don't set written if patching
1299 failed.
1300
757bf54b
KB
13012017-09-21 Kevin Buettner <kevinb@redhat.com>
1302
1303 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
1304 files.
1305
06871ae8
PA
13062017-09-20 Pedro Alves <palves@redhat.com>
1307
1308 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
1309 symbol names in gdb's output.
1310 * gdb.cp/overload.exp ("list all overloads"): Likewise.
1311
e5f25bc5
PA
13122017-09-20 Pedro Alves <palves@redhat.com>
1313
1314 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
1315 Rename to ...
1316 (test_list_ambiguous_symbol): ... this and add a symbol name
1317 parameter. Adjust.
1318 (test_list_ambiguous_function): Reimplement on top of
1319 test_list_ambiguous_symbol and also test listing ambiguous
1320 variables.
1321 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
1322 (ambiguous_fun): ... this.
1323 (ambiguous_var): New.
1324 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
1325 (ambiguous_fun): ... this.
1326 (ambiguous_var): New.
1327
4e5a4f58
JB
13282017-09-19 John Baldwin <jhb@FreeBSD.org>
1329
1330 * gdb.base/starti.c: New file.
1331 * gdb.base/starti.exp: New file.
1332 * lib/gdb.exp (gdb_starti_cmd): New procedure.
1333
26e53f3e
PA
13342017-09-14 Pedro Alves <palves@redhat.com>
1335
1336 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
1337 (top level): Use it instead of runto.
1338
cb791d59
TT
13392017-09-11 Tom Tromey <tom@tromey.com>
1340
1341 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
1342
7c96f8c1
TT
13432017-09-11 Tom Tromey <tom@tromey.com>
1344
1345 * gdb.python/py-infthread.exp: Add tests for new_thread event.
1346 * gdb.python/py-inferior.exp: Add tests for new inferior events.
1347
469412dd
CW
13482017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
1349
1350 * gdb.fortran/printing-types.exp: New file.
1351 * gdb.fortran/printing-types.exp: New file.
1352
e0f86435
BH
13532017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
1354
1355 * gdb.fortran/vla-ptype.exp: Fix typos.
1356 * gdb.fortran/vla-value.exp: Same.
1357
9e9af4be
BH
13582017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
1359
1360 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
1361 * gdb.mi/mi-var-child-f.exp: Likewise.
1362 * gdb.mi/mi-vla-fortran.exp: Likewise.
1363
a5ad232b
FP
13642017-09-08 Frank Penczek <frank.penczek@intel.com>
1365 Christoph Weinmann <christoph.t.weinmann@intel.com>
1366 Bernhard Heckel <bernhard.heckel@intel.com>
1367
1368 * gdb.fortran/ptr-indentation.f90: New file.
1369 * gdb.fortran/ptr-indentation.exp: New file.
1370
5aec60eb
TT
13712017-09-05 Tom Tromey <tom@tromey.com>
1372
1373 PR gdb/22010:
1374 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
1375
8f8f8152
TP
13762017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
1377
1378 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
1379
fbd1b771
JK
13802017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1381
1382 * gdb.threads/tls-nodebug-pie.c: New file.
1383 * gdb.threads/tls-nodebug-pie.exp: New file.
1384
5eb5f850
TT
13852017-09-05 Tom Tromey <tom@tromey.com>
1386
1387 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
1388 for rust.
1389
ae780a21
SM
13902017-09-05 Simon Marchi <simon.marchi@ericsson.com>
1391
1392 * gdb.multi/multi-arch-exec.exp: Test with different
1393 "follow-exec-mode" settings.
1394 (do_test): New procedure.
1395
3693fdb3
PA
13962017-09-04 Pedro Alves <palves@redhat.com>
1397
1398 * gdb.base/func-static.c (S::method const, S::method volatile)
1399 (S::method volatile const): New methods.
1400 (c_s, v_s, cv_s): New instances.
1401 (main): Call method() on them.
1402 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
1403 (cannot_resolve): New procedure.
1404 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
1405 print-quote-unquoted columns.
1406 (do_test): Test printing each scope too.
1407
e68cb8e0
PA
14082017-09-04 Pedro Alves <palves@redhat.com>
1409
1410 * gdb.base/local-static.exp: Also test with
1411 class::method::variable wholly quoted.
1412 * gdb.cp/m-static.exp (class::method::variable): Remove test.
1413
858be34c
PA
14142017-09-04 Pedro Alves <palves@redhat.com>
1415
1416 * gdb.base/local-static.c: New.
1417 * gdb.base/local-static.cc: New.
1418 * gdb.base/local-static.exp: New.
1419
46a4882b
PA
14202017-09-04 Pedro Alves <palves@redhat.com>
1421
1422 * gdb.asm/asm-source.exp: Add casts to int.
1423 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
1424 (dataglobal64_1, dataglobal64_2): New globals.
1425 * gdb.base/nodebug.exp: Test different expressions involving the
1426 new globals, with print, whatis and ptype. Add casts to int.
1427 * gdb.base/solib-display.exp: Add casts to int.
1428 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
1429 * gdb.cp/m-static.exp: Add cast to int.
1430 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
1431 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
1432 tls variable with no debug info without a cast. Test with a cast
1433 to int too.
1434 * gdb.trace/entry-values.exp: Add casts.
1435
2c5a2be1
PA
14362017-09-04 Pedro Alves <palves@redhat.com>
1437
1438 * gdb.base/nodebug.exp: Test that ptype's error about functions
1439 with unknown return type includes the function name too.
1440
7022349d
PA
14412017-09-04 Pedro Alves <palves@redhat.com>
1442
1443 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
1444 return type of munmap in infcall.
1445 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
1446 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
1447 type of ftell in infcall.
1448 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
1449 type of getpid in infcall.
1450 * gdb.base/infcall-exec.exp: Cast return type of execlp in
1451 infcall.
1452 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
1453 Bail on failure to extract the pid.
1454 * gdb.base/nodebug.c: #include <stdint.h>.
1455 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
1456 New functions.
1457 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
1458 Change expected output of print/whatis/ptype with functions with
1459 no debug info. Test all supported languages. Call
1460 test_call_promotion.
1461 * gdb.compile/compile.exp: Adjust expected output to expect
1462 warning.
1463 * gdb.threads/siginfo-threads.exp: Likewise.
1464
54990598
PA
14652017-09-04 Pedro Alves <palves@redhat.com>
1466
1467 * gdb.base/callfuncs.exp (do_function_calls): New parameter
1468 "prototypes". Test calling float functions via prototyped and
1469 unprototyped function pointers.
1470 (perform_all_tests): New parameter "prototypes". Pass it down.
1471 (top level): Pass down "prototypes" parameter to
1472 perform_all_tests.
1473
34d16ea2
SM
14742017-09-04 Simon Marchi <simon.marchi@ericsson.com>
1475
1476 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
1477 Test with nested loops.
1478
9521ecda
SM
14792017-09-04 Simon Marchi <simon.marchi@ericsson.com>
1480
1481 * gdb.base/commands.exp: Call the new procedures.
1482 (loop_break_test, loop_continue_test): New procedures.
1483
80a65e9b
SM
14842017-09-04 Simon Marchi <simon.marchi@ericsson.com>
1485
1486 * gdb.base/commands.exp: Call new procedure.
1487 (define_if_without_arg_test): New procedure.
1488
e439fa14
PA
14892017-09-04 Pedro Alves <palves@redhat.com>
1490
1491 * gdb.base/list-ambiguous.exp: New file.
1492 * gdb.base/list-ambiguous0.c: New file.
1493 * gdb.base/list-ambiguous1.c: New file.
1494 * gdb.base/list.exp (test_list_range): Adjust expected output.
1495
0a2dde4a
SDJ
14962017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
1497
1498 * gdb.base/share-env-with-gdbserver.c: New file.
1499 * gdb.base/share-env-with-gdbserver.exp: Likewise.
1500
5e89eb3a
SM
15012017-08-28 Simon Marchi <simon.marchi@ericsson.com>
1502
1503 * gdb.base/commands.exp (gdbvar_simple_if_test,
1504 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
1505 progvar_simple_if_test, progvar_simple_while_test,
1506 progvar_complex_if_while_test, user_defined_command_test,
1507 user_defined_command_args_eval,
1508 user_defined_command_args_stack_test,
1509 user_defined_command_manyargs_test, bp_deleted_in_command_test,
1510 temporary_breakpoint_commands,
1511 gdb_test_no_prompt, redefine_hook_test,
1512 redefine_backtrace_test): Remove "global gdb_prompt".
1513
fd437cbc
SM
15142017-08-28 Simon Marchi <simon.marchi@ericsson.com>
1515
1516 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
1517 New proc, call it from toplevel.
1518
87215ad1
SDJ
15192017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
1520
1521 PR remote/21852
1522 * gdb.server/normal.c: New file, copied from gdb.base.
1523 * gdb.server/run-without-local-binary.exp: New file.
1524
58afddc6
WP
15252017-08-07 Weimin Pan <weimin.pan@oracle.com>
1526
1527 * gdb.arch/sparc64-adi.exp: New file.
1528 * gdb.arch/sparc64-adi.c: New file.
1529
5277199a
PA
15302017-08-22 Pedro Alves <palves@redhat.com>
1531
1532 * gdb.cp/overload.exp (line_range_pattern): New procedure.
1533 (top level): Add "list all overloads" tests.
1534
14278e1f
TT
15352017-08-22 Tom Tromey <tom@tromey.com>
1536
1537 * gdb.gdb/xfullpath.exp: Remove.
1538
bf223d3e
PA
15392017-08-21 Pedro Alves <palves@redhat.com>
1540
1541 PR gdb/19487
1542 * gdb.base/symbol-alias.c: New.
1543 * gdb.base/symbol-alias2.c: New.
1544 * gdb.base/symbol-alias.exp: New.
1545
c973d0aa
PA
15462017-08-21 Pedro Alves <palves@redhat.com>
1547
1548 * gdb.base/dfp-test.c
1549 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
1550 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
1551 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
1552 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
1553 * gdb.base/whatis-ptype-typedefs.c: New.
1554 * gdb.base/whatis-ptype-typedefs.exp: New.
1555 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
1556 (an_int, an_int_type, an_int_type2): New globals.
1557 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
1558 involving typedefs and cast expressions.
1559 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
1560 (lookup_typedefs_function): New.
1561 (typedefs_pretty_printers_dict): New.
1562 (top level): Register lookup_typedefs_function in
1563 gdb.pretty_printers.
1564
6d580b63
YQ
15652017-08-18 Yao Qi <yao.qi@linaro.org>
1566
1567 * gdb.server/unittest.exp: New.
1568
206726fb
SDJ
15692017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
1570
1571 PR gdb/21954
1572 * gdb.base/environ.exp: Add test to check if 'unset environment'
1573 works.
1574
bf0ec4c2
AA
15752017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
1576
1577 * lib/gdb.exp (universal_compile_options): New caching proc.
1578 (gdb_compile): Suppress GCC's coloring of messages.
1579
d6382fff
TT
15802017-08-14 Tom Tromey <tom@tromey.com>
1581
1582 PR gdb/21675:
1583 * gdb.base/printcmds.exp (test_radices): New function.
1584 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
1585 * gdb.base/sizeof.exp (check_valueof): Use p/d.
1586 * lib/gdb.exp (get_integer_valueof): Use p/d.
1587
c2c2dd9f
SM
15882017-08-12 Simon Marchi <simon.marchi@ericsson.com>
1589
1590 * lib/gdb.exp (get_valueof): Don't capture end-of-line
1591 characters.
1592
fdffd6f4
TT
15932017-08-05 Tom Tromey <tom@tromey.com>
1594
1595 * gdb.rust/simple.exp: Allow String to appear in a different
1596 namespace.
1597
27d41eac
YQ
15982017-07-26 Yao Qi <yao.qi@linaro.org>
1599
1600 * gdb.gdb/unittest.exp: Invoke command
1601 "maintenance check xml-descriptions".
1602
031ed05d
AA
16032017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
1604
1605 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
1606 calling context.
1607 (hex128): Drop erroneous calculation of parameters.
1608
dcd27ddf
SM
16092017-07-22 Simon Marchi <simon.marchi@ericsson.com>
1610
1611 * gdb.python/py-unwind.exp: Disable stack protection when
1612 building test file.
1613
47e77640
PA
16142017-07-20 Pedro Alves <palves@redhat.com>
1615
1616 * gdb.base/default.exp (set language): Adjust expected output.
1617
62d2a18a
PA
16182017-07-20 Pedro Alves <palves@redhat.com>
1619
1620 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
1621 (test_minsym): ... this, and make static.
1622 (get_pck__foo__bar__minsym): Rename to ...
1623 (get_test_minsym): ... this.
1624 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
1625 symbol names and comments.
1626 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
1627 (get_test_minsym): ... this.
1628 (pck__foo__bar__minsym__2): Rename to ...
1629 (test_minsym): ... this.
1630 (main): Adjust.
1631
c45ec17c
PA
16322017-07-17 Pedro Alves <palves@redhat.com>
1633
1634 * gdb.base/completion.exp: Adjust expected output.
1635 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
1636 the completer works.
1637
c6756f62
PA
16382017-07-17 Pedro Alves <palves@redhat.com>
1639
1640 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
1641
5bd68487
AB
16422017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
1643
1644 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
1645
8880f2a9
TT
16462017-07-14 Tom Tromey <tom@tromey.com>
1647
1648 PR rust/21764:
1649 * gdb.rust/simple.exp: Add tests.
1650
65547233
TT
16512017-07-14 Tom Tromey <tom@tromey.com>
1652
1653 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
1654
8f14146e
PA
16552017-07-14 Pedro Alves <palves@redhat.com>
1656
1657 * gdb.linespec/base/one/thefile.cc (z1): New function.
1658 * gdb.linespec/base/two/thefile.cc (z2): New function.
1659 * gdb.linespec/linespec.exp: Add tests.
1660
b4365d02
AB
16612017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
1662
1663 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
1664 to mi_create_breakpoint.
1665
5d2cbaa5
AB
16662017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
1667
1668 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
1669 mi_create_breakpoint.
1670
11cb5716
IB
16712017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
1672
1673 * gdb.dlang/demangle.exp: Update for demangling changes.
1674
03278692
TT
16752017-07-09 Tom Tromey <tom@tromey.com>
1676
1677 * gdb.dwarf2/shortpiece.exp: New file.
1678
33c5cd75
DB
16792017-07-06 David Blaikie <dblaikie@gmail.com>
1680
1681 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
1682 built from fissiont-multi-cu{1,2}.c.
1683 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
1684 except putting 'main' and 'func' in separate CUs in the same DWO file.
1685 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
1686 test.
1687 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
1688 test.
1689
8455d262
PA
16902017-07-06 Pedro Alves <palves@redhat.com>
1691
1692 * gdb.python/py-unwind.exp: Test flushregs.
1693
dc4bde35
SDJ
16942017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
1695
1696 PR cli/21688
1697 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
1698 tests for alias commands and trailing whitespace.
1699
51ed89aa
SDJ
17002017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
1701
1702 PR cli/21688
1703 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
1704 procedure. Call it.
1705
eb17d413
PA
17062017-06-29 Pedro Alves <palves@redhat.com>
1707
1708 * gdb.base/printcmds.exp: Add tests.
1709
41664b45
DG
17102017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
1711
1712 PR gdb/21337
1713 * gdb.base/reread-readsym.exp: New file.
1714 * gdb.base/reread-readsym.c: New file.
1715
75312ae3
KB
17162017-06-21 Kevin Buettner <kevinb@redhat.com>
1717
1718 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
1719 subpattern.
1720
66953522
PB
17212017-06-19 Peter Bergner <bergner@vnet.ibm.com>
1722
1723 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
1724 extended mnemonic.
1725 * gdb.arch/powerpc-power9.s: Likewise.
1726
5524b525
AA
17272017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
1728
1729 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
1730 on 32-bit x86 targets. Exploit is_*_target macros where
1731 appropriate.
1732
03c8af18
AA
17332017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1734
1735 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
1736 register pieces.
1737
3bf31011
AA
17382017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1739
1740 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
1741 located in one or more DWARF pieces.
1742
805acca0
AA
17432017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1744
1745 * lib/gdb.exp (get_endianness): New proc.
1746 * gdb.arch/aarch64-fp.exp: Use it.
1747 * gdb.arch/altivec-regs.exp: Likewise.
1748 * gdb.arch/e500-regs.exp: Likewise.
1749 * gdb.arch/vsx-regs.exp: Likewise.
1750 * gdb.base/dump.exp: Likewise.
1751 * gdb.base/funcargs.exp: Likewise.
1752 * gdb.base/gnu_vector.exp: Likewise.
1753 * gdb.dwarf2/formdata16.exp: Likewise.
1754 * gdb.dwarf2/implptrpiece.exp: Likewise.
1755 * gdb.dwarf2/nonvar-access.exp: Likewise.
1756 * gdb.python/py-inferior.exp: Likewise.
1757 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
1758
e9352324
AA
17592017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1760
1761 PR gdb/21226
1762 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
1763 stack value pieces are taken from the LSB end.
1764
d5d1163e
AA
17652017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1766
1767 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
1768 variable at nonzero offset.
1769
0567c986
AA
17702017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1771
1772 * gdb.dwarf2/var-access.c: New file.
1773 * gdb.dwarf2/var-access.exp: New test.
1774 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
1775
973e9aab
TT
17762017-06-12 Tom Tromey <tom@tromey.com>
1777
1778 * gdb.dwarf2/formdata16.exp: Add tests.
1779
d9109c80
TT
17802017-06-12 Tom Tromey <tom@tromey.com>
1781
1782 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
1783
30a25466
TT
17842017-06-12 Tom Tromey <tom@tromey.com>
1785
1786 PR exp/16225:
1787 * gdb.reverse/i386-sse-reverse.exp: Update tests.
1788 * gdb.arch/vsx-regs.exp: Update tests.
1789 * gdb.arch/s390-vregs.exp (hex128): New proc.
1790 Update test.
1791 * gdb.arch/altivec-regs.exp: Update tests.
1792
aefd8b33
SDJ
17932017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
1794
1795 * gdb.base/startup-with-shell.c: New file.
1796 * gdb.base/startup-with-shell.exp: Likewise.
1797
2090129c
SDJ
17982017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
1799
1800 * gdb.server/non-existing-program.exp: Update regex in order to
1801 reflect the fact that gdbserver is now using fork_inferior (with a
1802 shell) to startup the inferior.
1803
8e86a419
SM
18042017-05-30 Simon Marchi <simon.marchi@ericsson.com>
1805
1806 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
1807 support function calls from GDB.
1808
e6cf65f2
TT
18092017-05-21 Tom Tromey <tom@tromey.com>
1810
1811 PR rust/21466:
1812 * gdb.rust/unsized.exp: New file.
1813 * gdb.rust/unsized.rs: New file.
1814
43cc5389
TT
18152017-05-19 Tom Tromey <tom@tromey.com>
1816
1817 PR rust/21484:
1818 * gdb.rust/watch.exp: New file.
1819 * gdb.rust/watch.rs: New file.
1820
ec8df234
TT
18212017-05-18 Tom Tromey <tom@tromey.com>
1822
1823 * gdb.rust/simple.exp: Allow Box to be qualified.
1824
3e3e7fae
TP
18252017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
1826
1827 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
1828
59cc050d
PA
18292017-05-18 Pedro Alves <palves@redhat.com>
1830
1831 * gdb.base/fileio.c (test_write, test_read, test_close)
1832 (test_fstat): Don't print 'ret' in the fail path.
1833
c8f6abd1
PA
18342017-05-18 Pedro Alves <palves@redhat.com>
1835
1836 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
1837 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
1838 (test_system, test_rename, test_unlink, test_time): Change
1839 prototypes.
1840 * gdb.base/fileio.exp (stop_msg): Adjust.
1841
d2a03b77
PA
18422017-05-18 Pedro Alves <palves@redhat.com>
1843
1844 * gdb.base/fileio.c (null_str): New global.
1845 (test_stat): Use it.
1846 * gdb.base/fileio.exp: Remove nowarnings.
1847
0d5c6999
YQ
18482017-05-17 Yao Qi <yao.qi@linaro.org>
1849
1850 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
1851
21873064
YQ
18522017-05-17 Simon Marchi <simon.marchi@ericsson.com>
1853
1854 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
1855 argument command.
1856 (top-level): Invoke test_set_inferior_tty.
1857
d512d31c
PA
18582017-05-04 Pedro Alves <palves@redhat.com>
1859
1860 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
1861 Add parens to print call for Python 3.
1862
90cef2ed
KS
18632017-05-03 Keith Seitz <keiths@redhat.com>
1864
1865 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
1866 (main): Call it.
1867
14f819c8
TW
18682017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1869
1870 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
1871 to prev and next.
1872
913aeadd
TW
18732017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1874
1875 * gdb.python/py-record-btrace.exp: Remove test for
1876 gdb.BtraceInstruction.error.
1877
a3be24ad
TW
18782017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1879
1880 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
1881
ae20e79a
TW
18822017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
1883
1884 * gdb.python/py-record-btrace-threads.c: New file.
1885 * gdb.python/py-record-btrace-threads.exp: New file.
1886
45ce1b47
SDJ
18872017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
1888
1889 PR testsuite/8595
1890 * gdb.base/environ.exp: Make test available in all architectures.
1891 Move bits related to "info program" testing to
1892 gdb.base/info-program.exp. Rewrite tests to use the two new
1893 procedures mentione below.
1894 (test_set_show_env_var) New procedure.
1895 (test_set_show_env_var_equal): Likewise.
1896 * gdb.base/info-program.exp: New file.
1897
e15c3eb4
KS
18982017-04-27 Keith Seitz <keiths@redhat.com>
1899
1900 * gdb.cp/oranking.cc (test15): New function.
1901 (main): Call test15 and declare additional variables for testing.
1902 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
1903 "p foo101('abc')" tests.
1904 Add tests for cv qualifier overloads.
1905 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
1906 "lvalue reference overload" test.
1907 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
1908 "print value of f1 on Child&& in f2" test.
1909
3a3fd0fd
PA
19102017-04-19 Pedro Alves <palves@redhat.com>
1911
1912 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
1913 procedure.
1914 (top level): Call it.
1915 * lib/gdb.exp (gdb_define_cmd): New procedure.
1916
53375380
PA
19172017-04-12 Pedro Alves <palves@redhat.com>
1918
1919 PR gdb/21323
1920 * gdb.cp/wide_char_types.c: Include <wchar.h>.
1921 (wchar): New global.
1922 * gdb.cp/wide_char_types.exp (wide_char_types_program)
1923 (do_test_wide_char, wide_char_types_no_program, top level): Add
1924 wchar_t testing.
1925
53e710ac
PA
19262017-04-12 Pedro Alves <palves@redhat.com>
1927
1928 PR c++/21323
1929 * gdb.cp/wide_char_types.c: New file.
1930 * gdb.cp/wide_char_types.exp: New file.
1931
0ad9d8c7
SDJ
19322017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
1933
1934 PR gdb/21352
1935 * gdb.trace/tsv.exp: Add test for "tsave -r".
1936
b1b45502
IB
19372017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
1938
1939 * gdb.dlang/watch-loc.c: New file.
1940 * gdb.dlang/watch-loc.exp: New file.
1941
ec13808e
JK
19422017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1943
1944 * gdb.python/py-section-script.exp (sepdebug): New testcases.
1945
fe5f7374
AK
19462017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1947
1948 * gdb.arch/arc-analyze-prologue.S: New file.
1949 * gdb.arch/arc-analyze-prologue.exp: Likewise.
1950
eea78757
AK
19512017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
1952
1953 * gdb.arch/arc-decode-insn.S: New file.
1954 * gdb.arch/arc-decode-insn.exp: Likewise.
1955
5badf10a
IR
19562017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
1957
1958 PR tdep/20928
1959 * gdb.arch/sparc64-regs.exp: New file.
1960 * gdb.arch/sparc64-regs.S: Likewise.
1961
cee59b3f
TW
19622017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
1963
1964 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
1965 and memory view on Python 3.
1966
c0f55cc6
AV
19672017-03-20 Artemiy Volkov <artemiyv@acm.org>
1968 Keith Seitz <keiths@redhat.com>
1969
1970 PR gdb/14441
1971 * gdb.cp/demangle.exp: Add rvalue reference tests.
1972 * gdb.cp/rvalue-ref-casts.cc: New file.
1973 * gdb.cp/rvalue-ref-casts.exp: New file.
1974 * gdb.cp/rvalue-ref-overload.cc: New file.
1975 * gdb.cp/rvalue-ref-overload.exp: New file.
1976 * gdb.cp/rvalue-ref-params.cc: New file.
1977 * gdb.cp/rvalue-ref-params.exp: New file.
1978 * gdb.cp/rvalue-ref-sizeof.cc: New file.
1979 * gdb.cp/rvalue-ref-sizeof.exp: New file.
1980 * gdb.cp/rvalue-ref-types.cc: New file.
1981 * gdb.cp/rvalue-ref-types.exp: New file.
1982 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
1983 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
1984
51457a05
MAL
19852017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
1986
1987 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
1988 New procedure.
1989
5b291c04
MAL
19902017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
1991
1992 * lib/mi-support.exp (mi_gdb_test): Add additional message
1993 for unexpected output.
1994
59a56148
AA
19952017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
1996
1997 * gdb.base/examine-backward.c (Barrier): New character array
1998 constant, to ensure that TestStrings is preceded by a string
1999 terminator.
2000
7942e96e
AA
20012017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2002
2003 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
2004 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
2005 and implicit pointer into such a location.
2006
6ebac3fb
DE
20072017-03-16 Doug Evans <dje@google.com>
2008
2009 * gdb.python/py-lazy-string (pointer): Really add new typedef.
2010
ec3b243d
TP
20112017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
2012
2013 * gdb.cp/m-static.exp: Fix expectation for prototype of
2014 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
2015
20162017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
2017
2018 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
2019 * gdb.guile/scm-lazy-string.c: New file.
2020 * gdb.guile/scm-value.exp: Move lazy string tests to ...
2021 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
2022 for pointer, array, typedef lazy strings.
2023
2cc36e25 20242017-03-16 Doug Evans <dje@google.com>
34b43320
DE
2025
2026 PR python/17728, python/18439, python/18779
2027 * gdb.python/py-value.c (main) Delete locals sptr, sn.
2028 * gdb.python/py-lazy-string.c (pointer): New typedef.
2029 (main): New locals ptr, array, typedef_ptr.
2030 * gdb.python/py-value.exp: Move lazy string tests to ...
2031 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
2032 array, typedef lazy strings.
ec3b243d 2033
0efcde63
AK
20342017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
2035
2036 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
2037 Add optional 'test' parameter.
2038
7978d7c3
SM
20392017-03-13 Simon Marchi <simon.marchi@ericsson.com>
2040
2041 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
2042 Skip for versions of DejaGnu < 1.5.
2043
896c0c1e
SM
20442017-03-13 Simon Marchi <simon.marchi@ericsson.com>
2045
2046 * lib/gdb.exp (dejagnu_version): New proc.
2047 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
2048 Use dejagnu_version.
2049
5f4d1085
KS
20502017-03-10 Keith Seitz <keiths@redhat.com>
2051
2052 PR c++/8128
2053 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
2054 type from destructor regexps.
2055 Add a branch which actually passes the test.
2056 Adjust "ptype t5i" test names.
2057
1de05205
PA
20582017-03-08 Pedro Alves <palves@redhat.com>
2059
2060 * gdb.base/step-over-exit.exp: Add explicit test message.
2061
c65d6b55
PA
20622017-03-08 Pedro Alves <palves@redhat.com>
2063
2064 PR gdb/18360
2065 * gdb.threads/interrupt-while-step-over.c: New file.
2066 * gdb.threads/interrupt-while-step-over.exp: New file.
2067
2e86a283
PA
20682017-03-08 Pedro Alves <palves@redhat.com>
2069
2070 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
2071 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
2072
25dcbff6
PA
20732017-03-08 Pedro Alves <palves@redhat.com>
2074
2075 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
2076 PKRU as not supported as a PASS.
2077
dc9366eb
PA
20782017-03-08 Pedro Alves <palves@redhat.com>
2079
2080 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
2081 prefix instead of $binfile1/$binfile2.
2082 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
2083 in test message.
2084 * gdb.python/py-completion.exp: Use "load python file" as test
2085 messages instead of unstable path names.
2086
6e5d74e7
PA
20872017-03-08 Pedro Alves <palves@redhat.com>
2088 Jan Kratochvil <jan.kratochvil@redhat.com>
2089
2090 PR cli/21218
2091 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
2092 New proc.
2093 (top level): Call it.
2094
9753a2f6
PA
20952017-03-08 Pedro Alves <palves@redhat.com>
2096
2097 PR tui/21216
2098 * gdb.tui/tui-nl-filtered-output.exp: New file.
2099
1a4dd9dd
PA
21002017-03-08 Pedro Alves <palves@redhat.com>
2101
2102 * gdb.base/completion.exp: Move TUI completion tests to ...
2103 * gdb.tui/completion.exp: ... this new file.
2104
7cbbff33
PA
21052017-03-08 Pedro Alves <palves@redhat.com>
2106
2107 * gdb.base/tui-disasm-long-lines.c,
2108 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
2109 gdb.base/tui-layout.exp: Move to ...
2110 * gdb.tui/: ... this new directory.
2111
5f6fd321
PA
21122017-03-07 Pedro Alves <palves@redhat.com>
2113
2114 * gdb.base/tui-layout.c: New file.
2115 * gdb.base/tui-layout.exp: New file.
2116
44959fa8
PA
21172017-03-07 Pedro Alves <palves@redhat.com>
2118
2119 * gdb.base/tui-layout.c: Rename to ...
2120 * gdb.base/tui-disasm-long-lines.c: ... this.
2121 * gdb.base/tui-layout.exp: Rename to ...
2122 * gdb.base/tui-disasm-long-lines.exp: ... this.
2123
f8c4e718
PA
21242017-03-07 Pedro Alves <palves@redhat.com>
2125
2126 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
2127
6dbb839a 21282017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
2129
2130 * i386-mpx-call.c: New file.
2131 * i386-mpx-call.exp: New file.
2132
65b48a81
PB
21332017-02-28 Peter Bergner <bergner@vnet.ibm.com>
2134
2135 * gdb.arch/powerpc-power.exp: Delete test.
2136 * gdb.arch/powerpc-power.s: Likewise.
2137 * gdb.disasm/disassembler-options.exp: New test.
2138 * gdb.arch/powerpc-altivec.exp: Likewise.
2139 * gdb.arch/powerpc-altivec.s: Likewise.
2140 * gdb.arch/powerpc-altivec2.exp: Likewise.
2141 * gdb.arch/powerpc-altivec2.s: Likewise.
2142 * gdb.arch/powerpc-altivec3.exp: Likewise.
2143 * gdb.arch/powerpc-altivec3.s: Likewise.
2144 * gdb.arch/powerpc-power7.exp: Likewise.
2145 * gdb.arch/powerpc-power7.s: Likewise.
2146 * gdb.arch/powerpc-power8.exp: Likewise.
2147 * gdb.arch/powerpc-power8.s: Likewise.
2148 * gdb.arch/powerpc-power9.exp: Likewise.
2149 * gdb.arch/powerpc-power9.s: Likewise.
2150 * gdb.arch/powerpc-vsx.exp: Likewise.
2151 * gdb.arch/powerpc-vsx.s: Likewise.
2152 * gdb.arch/powerpc-vsx2.exp: Likewise.
2153 * gdb.arch/powerpc-vsx2.s: Likewise.
2154 * gdb.arch/powerpc-vsx3.exp: Likewise.
2155 * gdb.arch/powerpc-vsx3.s: Likewise.
2156 * gdb.arch/arm-disassembler-options.exp: Likewise.
2157 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
2158 * gdb.arch/s390-disassembler-options.exp: Likewise.
2159
17cd4947
LM
21602017-02-23 Luis Machado <lgustavo@codesourcery.com>
2161
2162 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
2163 (check_supported_features): ... this. Changed return type to void.
2164 (supports_rdseed): New static global.
2165 (rdseed): Check supports_rdseed.
2166 (initialize): Call check_supported_features.
2167
2039d74e
EBM
21682017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2169
2170 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
2171 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
2172 and lqarx/stqcx.
2173 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
2174 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
2175
a51d7ecf
EBM
21762017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2177
2178 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
2179 uppercase.
2180
0224619f
JK
21812017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2182
2183 * gdb.dwarf2/formdata16.c: New file.
2184 * gdb.dwarf2/formdata16.exp: New file.
2185 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
2186
216f72a1
JK
21872017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2188
2189 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
2190 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
2191 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
2192 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
2193 DW_AT_GNU_*.
2194
43988095
JK
21952017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2196
2197 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
2198
99e8a4f9
SDJ
21992017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
2200
2201 PR gdb/21164
2202 * gdb.base/maint.exp: Add testcases for when the commands do
2203 not have arguments.
2204
b58a8c0c
TP
22052017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
2206
2207 * gdb.cp/chained-calls.exp: Use p instead of P.
2208
4e746bb6
TW
22092017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
2210
2211 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
2212 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
2213
3f77c769
TT
22142017-02-14 Tom Tromey <tom@tromey.com>
2215
2216 PR python/13598:
2217 * gdb.python/py-events.exp: Add before_prompt event tests.
2218
075beec0
AA
22192017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2220
2221 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
2222
bf5f525c
LM
22232017-02-13 Luis Machado <lgustavo@codesourcery.com>
2224
2225 * gdb.linespec/explicit.c (my_unique_function_name): New function.
2226 (main): Call my_unique_function_name.
2227 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
2228 completion of patterns with a single match.
2229 Add missing -re switches to gdb_test_multiple calls.
2230
13a66184
LM
22312017-02-13 Luis Machado <lgustavo@codesourcery.com>
2232
2233 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
2234 return if core file is not recognized.
2235
26a06916
SM
22362017-02-10 Simon Marchi <simon.marchi@ericsson.com>
2237
2238 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
2239 and extra UIs.
2240
b761ca9e
SM
22412017-02-10 Simon Marchi <simon.marchi@ericsson.com>
2242
2243 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
2244 proc_with_prefix.
2245
b964bee0
TT
22462017-02-10 Tom Tromey <tom@tromey.com>
2247
2248 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
2249
18da0c51
MG
22502017-02-10 Martin Galvan <martingalvan@sourceware.org>
2251
2252 PR gdb/21122
2253 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
2254
604c4576
JG
22552017-02-08 Jerome Guitton <guitton@adacore.com>
2256
2257 * gdb.base/define.exp: Add test for command abbreviations
2258 in define.
2259
20b477a7
LM
22602017-02-06 Luis Machado <lgustavo@codesourcery.com>
2261
2262 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
2263 * gdb.reverse/insn-reverse-x86.c: New file.
2264
3f7b46f2
IR
22652017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
2266
2267 PR tdep/20936
2268 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
2269
f0fd41c1
TT
22702017-02-03 Tom Tromey <tom@tromey.com>
2271
2272 PR rust/21097:
2273 * gdb.rust/simple.exp: Add new tests.
2274
5be5dbf0
PA
22752017-02-02 Pedro Alves <palves@redhat.com>
2276
2277 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
2278 tests.
2279
7346ef59
AA
22802017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
2281
2282 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
2283 taking a 2-byte value out of a 4-byte DWARF implicit value on
2284 big-endian targets.
2285 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
2286 logic. Add test cases for DW_OP_implicit.
2287
787f0025
MM
22882017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2289
2290 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
2291
68777c29
MM
22922017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2293
2294 * gdb.btrace/enable.exp: Call gdb_exit before
2295 skip_gdbserver_tests.
2296
0a1c7e28
MM
22972017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2298
2299 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
2300 GDBFLAGS.
2301
b5ac99b0
MM
23022017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2303
2304 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
2305 the test is skipped.
2306 * gdb.btrace/data.exp: Likewise.
2307 * gdb.btrace/delta.exp: Likewise.
2308 * gdb.btrace/dlopen.exp: Likewise.
2309 * gdb.btrace/enable-running.exp: Likewise.
2310 * gdb.btrace/enable.exp: Likewise.
2311 * gdb.btrace/exception.exp: Likewise.
2312 * gdb.btrace/function_call_history.exp: Likewise.
2313 * gdb.btrace/gcore.exp: Likewise.
2314 * gdb.btrace/instruction_history.exp: Likewise.
2315 * gdb.btrace/multi-thread-step.exp: Likewise.
2316 * gdb.btrace/nohist.exp: Likewise.
2317 * gdb.btrace/non-stop.exp: Likewise.
2318 * gdb.btrace/reconnect.exp: Likewise.
2319 * gdb.btrace/record_goto-step.exp: Likewise.
2320 * gdb.btrace/record_goto.exp: Likewise.
2321 * gdb.btrace/rn-dl-bind.exp: Likewise.
2322 * gdb.btrace/segv.exp: Likewise.
2323 * gdb.btrace/step.exp: Likewise.
2324 * gdb.btrace/stepi.exp: Likewise.
2325 * gdb.btrace/tailcall-only.exp: Likewise.
2326 * gdb.btrace/tailcall.exp: Likewise.
2327 * gdb.btrace/tsx.exp: Likewise.
2328 * gdb.btrace/unknown_functions.exp: Likewise.
2329 * gdb.btrace/vdso.exp: Likewise.
2330
cd4007e4
MM
23312017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2332
2333 * gdb.btrace/enable-running.c: New.
2334 * gdb.btrace/enable-running.exp: New.
2335
2735833d
WT
23362017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
2337
2338 * gdb.arch/amd64-gs_base.c: New file.
2339 * gdb.arch/amd64-gs_base.exp: New file.
2340
b51e1e94
LM
23412017-01-26 Luis Machado <lgustavo@codesourcery.com>
2342
2343 * lib/memory.exp: Remove spurious empty newlines.
2344
72ca0410
SM
23452017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
2346
2347 * gdb.python/py-bad-printers.exp: Load python file using "source".
2348 * gdb.python/py-events.exp: Likewise.
2349 * gdb.python/py-evsignal.exp: Likewise.
2350 * gdb.python/py-evthreads.exp: Likewise.
2351 * gdb.python/py-frame-args.exp: Likewise.
2352 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
2353 * gdb.python/py-framefilter-mi.exp: Likewise.
2354 * gdb.python/py-framefilter.exp: Likewise.
2355 * gdb.python/py-mi.exp: Likewise.
2356 * gdb.python/py-pp-maint.exp: Likewise.
2357 * gdb.python/py-pp-registration.exp: Likewise.
2358 * gdb.python/py-prettyprint.exp: Likewise.
2359 (run_lang_tests): Likewise.
2360 * gdb.python/py-typeprint.exp: Likewise.
2361
e309aa65
LM
23622017-01-26 Luis Machado <lgustavo@codesourcery.com>
2363
2364 * lib/memory.exp: New file.
2365 * lib/gdb.exp: Load memory.exp.
2366 * gdb.base/memattr.exp (delete_memory): Move proc to
2367 lib/memory.exp and rename to delete_memory_regions.
2368 Replace delete_memory with delete_memory_regions.
2369 Cleanup memory regions before tests.
2370 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
2371 before tests.
2372
515aff23
LM
23732017-01-26 Luis Machado <lgustavo@codesourcery.com>
2374
2375 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
2376 files.
2377 (initialize): New function conditionally defined.
2378 (testcases): Move within conditional block.
2379 (main): Call initialize.
2380 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
2381 of gdb.reverse/insn-reverse.c.
2382 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
2383 gdb.reverse/insn-reverse.c.
2384
d8b49cf0
YQ
23852017-01-26 Yao Qi <yao.qi@linaro.org>
2386
2387 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
2388 disassemble on address 0.
2389
f13a9a0c
YQ
23902017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
2391 Yao Qi <yao.qi@linaro.org>
2392
2393 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
2394 * gdb.dwarf2/implptr-64bit.S: Remove.
2395 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
2396 variables in caller's context. Add DW_OP_implicit_value.
2397
5ac95241
YQ
23982017-01-25 Yao Qi <yao.qi@linaro.org>
2399
2400 * lib/dwarf.exp (Dwarf::_location): Handle
2401 DW_OP_GNU_implicit_pointer with proper size.
2402
23e82930
LM
24032017-01-20 Luis Machado <lgustavo@codesourcery.com>
2404
2405 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
2406 and add untested calls.
2407
d334ae25
LM
24082017-01-20 Luis Machado <lgustavo@codesourcery.com>
2409
2410 * gdb.python/python.exp: Check line number against what GDB thinks
2411 the line number is for func1.
2412
f5e6296e
IB
24132017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
2414
2415 * gdb.dlang/debug-expr.exp: New file.
2416
5b362f04
LM
24172016-12-23 Luis Machado <lgustavo@codesourcery.com>
2418
2419 Fix test names for the following files:
2420
2421 * gdb.ada/exec_changed.exp
2422 * gdb.ada/info_types.exp
2423 * gdb.arch/aarch64-atomic-inst.exp
2424 * gdb.arch/aarch64-fp.exp
2425 * gdb.arch/altivec-abi.exp
2426 * gdb.arch/altivec-regs.exp
2427 * gdb.arch/amd64-byte.exp
2428 * gdb.arch/amd64-disp-step.exp
2429 * gdb.arch/amd64-dword.exp
2430 * gdb.arch/amd64-entry-value-inline.exp
2431 * gdb.arch/amd64-entry-value-param.exp
2432 * gdb.arch/amd64-entry-value-paramref.exp
2433 * gdb.arch/amd64-entry-value.exp
2434 * gdb.arch/amd64-i386-address.exp
2435 * gdb.arch/amd64-invalid-stack-middle.exp
2436 * gdb.arch/amd64-invalid-stack-top.exp
2437 * gdb.arch/amd64-optimout-repeat.exp
2438 * gdb.arch/amd64-prologue-skip.exp
2439 * gdb.arch/amd64-prologue-xmm.exp
2440 * gdb.arch/amd64-stap-special-operands.exp
2441 * gdb.arch/amd64-stap-wrong-subexp.exp
2442 * gdb.arch/amd64-tailcall-cxx.exp
2443 * gdb.arch/amd64-tailcall-noret.exp
2444 * gdb.arch/amd64-tailcall-ret.exp
2445 * gdb.arch/amd64-tailcall-self.exp
2446 * gdb.arch/amd64-word.exp
2447 * gdb.arch/arm-bl-branch-dest.exp
2448 * gdb.arch/arm-disp-step.exp
2449 * gdb.arch/arm-neon.exp
2450 * gdb.arch/arm-single-step-kernel-helper.exp
2451 * gdb.arch/avr-flash-qualifier.exp
2452 * gdb.arch/disp-step-insn-reloc.exp
2453 * gdb.arch/e500-abi.exp
2454 * gdb.arch/e500-regs.exp
2455 * gdb.arch/ftrace-insn-reloc.exp
2456 * gdb.arch/i386-avx512.exp
2457 * gdb.arch/i386-bp_permanent.exp
2458 * gdb.arch/i386-byte.exp
2459 * gdb.arch/i386-cfi-notcurrent.exp
2460 * gdb.arch/i386-disp-step.exp
2461 * gdb.arch/i386-dr3-watch.exp
2462 * gdb.arch/i386-float.exp
2463 * gdb.arch/i386-gnu-cfi.exp
2464 * gdb.arch/i386-mpx-map.exp
2465 * gdb.arch/i386-mpx-sigsegv.exp
2466 * gdb.arch/i386-mpx-simple_segv.exp
2467 * gdb.arch/i386-mpx.exp
2468 * gdb.arch/i386-permbkpt.exp
2469 * gdb.arch/i386-prologue.exp
2470 * gdb.arch/i386-signal.exp
2471 * gdb.arch/i386-size-overlap.exp
2472 * gdb.arch/i386-unwind.exp
2473 * gdb.arch/i386-word.exp
2474 * gdb.arch/mips-fcr.exp
2475 * gdb.arch/powerpc-d128-regs.exp
2476 * gdb.arch/powerpc-stackless.exp
2477 * gdb.arch/ppc64-atomic-inst.exp
2478 * gdb.arch/s390-stackless.exp
2479 * gdb.arch/s390-tdbregs.exp
2480 * gdb.arch/s390-vregs.exp
2481 * gdb.arch/sparc-sysstep.exp
2482 * gdb.arch/thumb-bx-pc.exp
2483 * gdb.arch/thumb-singlestep.exp
2484 * gdb.arch/thumb2-it.exp
2485 * gdb.arch/vsx-regs.exp
2486 * gdb.asm/asm-source.exp
2487 * gdb.base/a2-run.exp
2488 * gdb.base/advance.exp
2489 * gdb.base/all-bin.exp
2490 * gdb.base/anon.exp
2491 * gdb.base/args.exp
2492 * gdb.base/arithmet.exp
2493 * gdb.base/async-shell.exp
2494 * gdb.base/async.exp
2495 * gdb.base/attach-pie-noexec.exp
2496 * gdb.base/attach-twice.exp
2497 * gdb.base/auto-load.exp
2498 * gdb.base/bang.exp
2499 * gdb.base/bitfields.exp
2500 * gdb.base/break-always.exp
2501 * gdb.base/break-caller-line.exp
2502 * gdb.base/break-entry.exp
2503 * gdb.base/break-inline.exp
2504 * gdb.base/break-on-linker-gcd-function.exp
2505 * gdb.base/break-probes.exp
2506 * gdb.base/break.exp
2507 * gdb.base/breakpoint-shadow.exp
2508 * gdb.base/call-ar-st.exp
2509 * gdb.base/call-sc.exp
2510 * gdb.base/call-signal-resume.exp
2511 * gdb.base/call-strs.exp
2512 * gdb.base/callfuncs.exp
2513 * gdb.base/catch-fork-static.exp
2514 * gdb.base/catch-gdb-caused-signals.exp
2515 * gdb.base/catch-load.exp
2516 * gdb.base/catch-signal-fork.exp
2517 * gdb.base/catch-signal.exp
2518 * gdb.base/catch-syscall.exp
2519 * gdb.base/charset.exp
2520 * gdb.base/checkpoint.exp
2521 * gdb.base/chng-syms.exp
2522 * gdb.base/code-expr.exp
2523 * gdb.base/code_elim.exp
2524 * gdb.base/commands.exp
2525 * gdb.base/completion.exp
2526 * gdb.base/complex.exp
2527 * gdb.base/cond-expr.exp
2528 * gdb.base/condbreak.exp
2529 * gdb.base/consecutive.exp
2530 * gdb.base/continue-all-already-running.exp
2531 * gdb.base/coredump-filter.exp
2532 * gdb.base/corefile.exp
2533 * gdb.base/dbx.exp
2534 * gdb.base/debug-expr.exp
2535 * gdb.base/define.exp
2536 * gdb.base/del.exp
2537 * gdb.base/disabled-location.exp
2538 * gdb.base/disasm-end-cu.exp
2539 * gdb.base/disasm-optim.exp
2540 * gdb.base/display.exp
2541 * gdb.base/duplicate-bp.exp
2542 * gdb.base/ena-dis-br.exp
2543 * gdb.base/ending-run.exp
2544 * gdb.base/enumval.exp
2545 * gdb.base/environ.exp
2546 * gdb.base/eu-strip-infcall.exp
2547 * gdb.base/eval-avoid-side-effects.exp
2548 * gdb.base/eval-skip.exp
2549 * gdb.base/exitsignal.exp
2550 * gdb.base/expand-psymtabs.exp
2551 * gdb.base/filesym.exp
2552 * gdb.base/find-unmapped.exp
2553 * gdb.base/finish.exp
2554 * gdb.base/float.exp
2555 * gdb.base/foll-exec-mode.exp
2556 * gdb.base/foll-exec.exp
2557 * gdb.base/foll-fork.exp
2558 * gdb.base/fortran-sym-case.exp
2559 * gdb.base/freebpcmd.exp
2560 * gdb.base/func-ptr.exp
2561 * gdb.base/func-ptrs.exp
2562 * gdb.base/funcargs.exp
2563 * gdb.base/gcore-buffer-overflow.exp
2564 * gdb.base/gcore-relro-pie.exp
2565 * gdb.base/gcore-relro.exp
2566 * gdb.base/gcore.exp
2567 * gdb.base/gdb1090.exp
2568 * gdb.base/gdb11530.exp
2569 * gdb.base/gdb11531.exp
2570 * gdb.base/gdb1821.exp
2571 * gdb.base/gdbindex-stabs.exp
2572 * gdb.base/gdbvars.exp
2573 * gdb.base/hbreak.exp
2574 * gdb.base/hbreak2.exp
2575 * gdb.base/included.exp
2576 * gdb.base/infcall-input.exp
2577 * gdb.base/inferior-died.exp
2578 * gdb.base/infnan.exp
2579 * gdb.base/info-macros.exp
2580 * gdb.base/info-os.exp
2581 * gdb.base/info-proc.exp
2582 * gdb.base/info-shared.exp
2583 * gdb.base/info-target.exp
2584 * gdb.base/infoline.exp
2585 * gdb.base/interp.exp
2586 * gdb.base/interrupt.exp
2587 * gdb.base/jit-reader.exp
2588 * gdb.base/jit-simple.exp
2589 * gdb.base/kill-after-signal.exp
2590 * gdb.base/kill-detach-inferiors-cmd.exp
2591 * gdb.base/label.exp
2592 * gdb.base/langs.exp
2593 * gdb.base/ldbl_e308.exp
2594 * gdb.base/line-symtabs.exp
2595 * gdb.base/linespecs.exp
2596 * gdb.base/list.exp
2597 * gdb.base/long_long.exp
2598 * gdb.base/longest-types.exp
2599 * gdb.base/maint.exp
2600 * gdb.base/max-value-size.exp
2601 * gdb.base/memattr.exp
2602 * gdb.base/mips_pro.exp
2603 * gdb.base/morestack.exp
2604 * gdb.base/moribund-step.exp
2605 * gdb.base/multi-forks.exp
2606 * gdb.base/nested-addr.exp
2607 * gdb.base/nextoverexit.exp
2608 * gdb.base/noreturn-finish.exp
2609 * gdb.base/noreturn-return.exp
2610 * gdb.base/nostdlib.exp
2611 * gdb.base/offsets.exp
2612 * gdb.base/opaque.exp
2613 * gdb.base/pc-fp.exp
2614 * gdb.base/permissions.exp
2615 * gdb.base/print-symbol-loading.exp
2616 * gdb.base/prologue-include.exp
2617 * gdb.base/psymtab.exp
2618 * gdb.base/ptype.exp
2619 * gdb.base/random-signal.exp
2620 * gdb.base/randomize.exp
2621 * gdb.base/range-stepping.exp
2622 * gdb.base/readline-ask.exp
2623 * gdb.base/recpar.exp
2624 * gdb.base/recurse.exp
2625 * gdb.base/relational.exp
2626 * gdb.base/restore.exp
2627 * gdb.base/return-nodebug.exp
2628 * gdb.base/return.exp
2629 * gdb.base/run-after-attach.exp
2630 * gdb.base/save-bp.exp
2631 * gdb.base/scope.exp
2632 * gdb.base/sect-cmd.exp
2633 * gdb.base/set-lang-auto.exp
2634 * gdb.base/set-noassign.exp
2635 * gdb.base/setvar.exp
2636 * gdb.base/sigall.exp
2637 * gdb.base/sigbpt.exp
2638 * gdb.base/siginfo-addr.exp
2639 * gdb.base/siginfo-infcall.exp
2640 * gdb.base/siginfo-obj.exp
2641 * gdb.base/siginfo.exp
2642 * gdb.base/signals-state-child.exp
2643 * gdb.base/signest.exp
2644 * gdb.base/sigstep.exp
2645 * gdb.base/sizeof.exp
2646 * gdb.base/skip.exp
2647 * gdb.base/solib-corrupted.exp
2648 * gdb.base/solib-nodir.exp
2649 * gdb.base/solib-search.exp
2650 * gdb.base/stack-checking.exp
2651 * gdb.base/stale-infcall.exp
2652 * gdb.base/stap-probe.exp
2653 * gdb.base/start.exp
2654 * gdb.base/step-break.exp
2655 * gdb.base/step-bt.exp
2656 * gdb.base/step-line.exp
2657 * gdb.base/step-over-exit.exp
2658 * gdb.base/step-over-syscall.exp
2659 * gdb.base/step-resume-infcall.exp
2660 * gdb.base/step-test.exp
2661 * gdb.base/store.exp
2662 * gdb.base/structs3.exp
2663 * gdb.base/sym-file.exp
2664 * gdb.base/symbol-without-target_section.exp
2665 * gdb.base/term.exp
2666 * gdb.base/testenv.exp
2667 * gdb.base/ui-redirect.exp
2668 * gdb.base/until.exp
2669 * gdb.base/unwindonsignal.exp
2670 * gdb.base/value-double-free.exp
2671 * gdb.base/vla-datatypes.exp
2672 * gdb.base/vla-ptr.exp
2673 * gdb.base/vla-sideeffect.exp
2674 * gdb.base/volatile.exp
2675 * gdb.base/watch-cond-infcall.exp
2676 * gdb.base/watch-cond.exp
2677 * gdb.base/watch-non-mem.exp
2678 * gdb.base/watch-read.exp
2679 * gdb.base/watch-vfork.exp
2680 * gdb.base/watchpoint-cond-gone.exp
2681 * gdb.base/watchpoint-delete.exp
2682 * gdb.base/watchpoint-hw-hit-once.exp
2683 * gdb.base/watchpoint-hw.exp
2684 * gdb.base/watchpoint-stops-at-right-insn.exp
2685 * gdb.base/watchpoints.exp
2686 * gdb.base/wchar.exp
2687 * gdb.base/whatis-exp.exp
2688 * gdb.btrace/buffer-size.exp
2689 * gdb.btrace/data.exp
2690 * gdb.btrace/delta.exp
2691 * gdb.btrace/dlopen.exp
2692 * gdb.btrace/enable.exp
2693 * gdb.btrace/exception.exp
2694 * gdb.btrace/function_call_history.exp
2695 * gdb.btrace/gcore.exp
2696 * gdb.btrace/instruction_history.exp
2697 * gdb.btrace/nohist.exp
2698 * gdb.btrace/reconnect.exp
2699 * gdb.btrace/record_goto-step.exp
2700 * gdb.btrace/record_goto.exp
2701 * gdb.btrace/rn-dl-bind.exp
2702 * gdb.btrace/segv.exp
2703 * gdb.btrace/step.exp
2704 * gdb.btrace/stepi.exp
2705 * gdb.btrace/tailcall-only.exp
2706 * gdb.btrace/tailcall.exp
2707 * gdb.btrace/tsx.exp
2708 * gdb.btrace/unknown_functions.exp
2709 * gdb.btrace/vdso.exp
2710 * gdb.compile/compile-ifunc.exp
2711 * gdb.compile/compile-ops.exp
2712 * gdb.compile/compile-print.exp
2713 * gdb.compile/compile-setjmp.exp
2714 * gdb.cp/abstract-origin.exp
2715 * gdb.cp/ambiguous.exp
2716 * gdb.cp/annota2.exp
2717 * gdb.cp/annota3.exp
2718 * gdb.cp/anon-ns.exp
2719 * gdb.cp/anon-struct.exp
2720 * gdb.cp/anon-union.exp
2721 * gdb.cp/arg-reference.exp
2722 * gdb.cp/baseenum.exp
2723 * gdb.cp/bool.exp
2724 * gdb.cp/breakpoint.exp
2725 * gdb.cp/bs15503.exp
2726 * gdb.cp/call-c.exp
2727 * gdb.cp/casts.exp
2728 * gdb.cp/chained-calls.exp
2729 * gdb.cp/class2.exp
2730 * gdb.cp/classes.exp
2731 * gdb.cp/cmpd-minsyms.exp
2732 * gdb.cp/converts.exp
2733 * gdb.cp/cp-relocate.exp
2734 * gdb.cp/cpcompletion.exp
2735 * gdb.cp/cpexprs.exp
2736 * gdb.cp/cplabel.exp
2737 * gdb.cp/cplusfuncs.exp
2738 * gdb.cp/cpsizeof.exp
2739 * gdb.cp/ctti.exp
2740 * gdb.cp/derivation.exp
2741 * gdb.cp/destrprint.exp
2742 * gdb.cp/dispcxx.exp
2743 * gdb.cp/enum-class.exp
2744 * gdb.cp/exception.exp
2745 * gdb.cp/exceptprint.exp
2746 * gdb.cp/expand-psymtabs-cxx.exp
2747 * gdb.cp/expand-sals.exp
2748 * gdb.cp/extern-c.exp
2749 * gdb.cp/filename.exp
2750 * gdb.cp/formatted-ref.exp
2751 * gdb.cp/fpointer.exp
2752 * gdb.cp/gdb1355.exp
2753 * gdb.cp/gdb2495.exp
2754 * gdb.cp/hang.exp
2755 * gdb.cp/impl-this.exp
2756 * gdb.cp/infcall-dlopen.exp
2757 * gdb.cp/inherit.exp
2758 * gdb.cp/iostream.exp
2759 * gdb.cp/koenig.exp
2760 * gdb.cp/local.exp
2761 * gdb.cp/m-data.exp
2762 * gdb.cp/m-static.exp
2763 * gdb.cp/mb-ctor.exp
2764 * gdb.cp/mb-inline.exp
2765 * gdb.cp/mb-templates.exp
2766 * gdb.cp/member-name.exp
2767 * gdb.cp/member-ptr.exp
2768 * gdb.cp/meth-typedefs.exp
2769 * gdb.cp/method.exp
2770 * gdb.cp/method2.exp
2771 * gdb.cp/minsym-fallback.exp
2772 * gdb.cp/misc.exp
2773 * gdb.cp/namelessclass.exp
2774 * gdb.cp/namespace-enum.exp
2775 * gdb.cp/namespace-nested-import.exp
2776 * gdb.cp/namespace.exp
2777 * gdb.cp/nextoverthrow.exp
2778 * gdb.cp/no-dmgl-verbose.exp
2779 * gdb.cp/non-trivial-retval.exp
2780 * gdb.cp/noparam.exp
2781 * gdb.cp/nsdecl.exp
2782 * gdb.cp/nsimport.exp
2783 * gdb.cp/nsnested.exp
2784 * gdb.cp/nsnoimports.exp
2785 * gdb.cp/nsrecurs.exp
2786 * gdb.cp/nsstress.exp
2787 * gdb.cp/nsusing.exp
2788 * gdb.cp/operator.exp
2789 * gdb.cp/oranking.exp
2790 * gdb.cp/overload-const.exp
2791 * gdb.cp/overload.exp
2792 * gdb.cp/ovldbreak.exp
2793 * gdb.cp/ovsrch.exp
2794 * gdb.cp/paren-type.exp
2795 * gdb.cp/parse-lang.exp
2796 * gdb.cp/pass-by-ref.exp
2797 * gdb.cp/pr-1023.exp
2798 * gdb.cp/pr-1210.exp
2799 * gdb.cp/pr-574.exp
2800 * gdb.cp/pr10687.exp
2801 * gdb.cp/pr12028.exp
2802 * gdb.cp/pr17132.exp
2803 * gdb.cp/pr17494.exp
2804 * gdb.cp/pr9067.exp
2805 * gdb.cp/pr9167.exp
2806 * gdb.cp/pr9631.exp
2807 * gdb.cp/printmethod.exp
2808 * gdb.cp/psmang.exp
2809 * gdb.cp/psymtab-parameter.exp
2810 * gdb.cp/ptype-cv-cp.exp
2811 * gdb.cp/ptype-flags.exp
2812 * gdb.cp/re-set-overloaded.exp
2813 * gdb.cp/ref-types.exp
2814 * gdb.cp/rtti.exp
2815 * gdb.cp/scope-err.exp
2816 * gdb.cp/shadow.exp
2817 * gdb.cp/smartp.exp
2818 * gdb.cp/static-method.exp
2819 * gdb.cp/static-print-quit.exp
2820 * gdb.cp/temargs.exp
2821 * gdb.cp/templates.exp
2822 * gdb.cp/try_catch.exp
2823 * gdb.cp/typedef-operator.exp
2824 * gdb.cp/typeid.exp
2825 * gdb.cp/userdef.exp
2826 * gdb.cp/using-crash.exp
2827 * gdb.cp/var-tag.exp
2828 * gdb.cp/virtbase.exp
2829 * gdb.cp/virtfunc.exp
2830 * gdb.cp/virtfunc2.exp
2831 * gdb.cp/vla-cxx.exp
2832 * gdb.disasm/t01_mov.exp
2833 * gdb.disasm/t02_mova.exp
2834 * gdb.disasm/t03_add.exp
2835 * gdb.disasm/t04_sub.exp
2836 * gdb.disasm/t05_cmp.exp
2837 * gdb.disasm/t06_ari2.exp
2838 * gdb.disasm/t07_ari3.exp
2839 * gdb.disasm/t08_or.exp
2840 * gdb.disasm/t09_xor.exp
2841 * gdb.disasm/t10_and.exp
2842 * gdb.disasm/t11_logs.exp
2843 * gdb.disasm/t12_bit.exp
2844 * gdb.disasm/t13_otr.exp
2845 * gdb.dlang/circular.exp
2846 * gdb.dwarf2/arr-stride.exp
2847 * gdb.dwarf2/arr-subrange.exp
2848 * gdb.dwarf2/atomic-type.exp
2849 * gdb.dwarf2/bad-regnum.exp
2850 * gdb.dwarf2/bitfield-parent-optimized-out.exp
2851 * gdb.dwarf2/callframecfa.exp
2852 * gdb.dwarf2/clztest.exp
2853 * gdb.dwarf2/corrupt.exp
2854 * gdb.dwarf2/data-loc.exp
2855 * gdb.dwarf2/dup-psym.exp
2856 * gdb.dwarf2/dw2-anon-mptr.exp
2857 * gdb.dwarf2/dw2-anonymous-func.exp
2858 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
2859 * gdb.dwarf2/dw2-bad-unresolved.exp
2860 * gdb.dwarf2/dw2-basic.exp
2861 * gdb.dwarf2/dw2-canonicalize-type.exp
2862 * gdb.dwarf2/dw2-case-insensitive.exp
2863 * gdb.dwarf2/dw2-common-block.exp
2864 * gdb.dwarf2/dw2-compdir-oldgcc.exp
2865 * gdb.dwarf2/dw2-compressed.exp
2866 * gdb.dwarf2/dw2-const.exp
2867 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
2868 * gdb.dwarf2/dw2-cu-size.exp
2869 * gdb.dwarf2/dw2-dup-frame.exp
2870 * gdb.dwarf2/dw2-entry-value.exp
2871 * gdb.dwarf2/dw2-icycle.exp
2872 * gdb.dwarf2/dw2-ifort-parameter.exp
2873 * gdb.dwarf2/dw2-inline-break.exp
2874 * gdb.dwarf2/dw2-inline-param.exp
2875 * gdb.dwarf2/dw2-intercu.exp
2876 * gdb.dwarf2/dw2-intermix.exp
2877 * gdb.dwarf2/dw2-lexical-block-bare.exp
2878 * gdb.dwarf2/dw2-linkage-name-trust.exp
2879 * gdb.dwarf2/dw2-minsym-in-cu.exp
2880 * gdb.dwarf2/dw2-noloc.exp
2881 * gdb.dwarf2/dw2-op-call.exp
2882 * gdb.dwarf2/dw2-op-out-param.exp
2883 * gdb.dwarf2/dw2-opt-structptr.exp
2884 * gdb.dwarf2/dw2-param-error.exp
2885 * gdb.dwarf2/dw2-producer.exp
2886 * gdb.dwarf2/dw2-ranges-base.exp
2887 * gdb.dwarf2/dw2-ref-missing-frame.exp
2888 * gdb.dwarf2/dw2-reg-undefined.exp
2889 * gdb.dwarf2/dw2-regno-invalid.exp
2890 * gdb.dwarf2/dw2-restore.exp
2891 * gdb.dwarf2/dw2-restrict.exp
2892 * gdb.dwarf2/dw2-single-line-discriminators.exp
2893 * gdb.dwarf2/dw2-strp.exp
2894 * gdb.dwarf2/dw2-undefined-ret-addr.exp
2895 * gdb.dwarf2/dw2-unresolved.exp
2896 * gdb.dwarf2/dw2-var-zero-addr.exp
2897 * gdb.dwarf2/dw4-sig-types.exp
2898 * gdb.dwarf2/dwz.exp
2899 * gdb.dwarf2/dynarr-ptr.exp
2900 * gdb.dwarf2/enum-type.exp
2901 * gdb.dwarf2/gdb-index.exp
2902 * gdb.dwarf2/implptr-64bit.exp
2903 * gdb.dwarf2/implptr-optimized-out.exp
2904 * gdb.dwarf2/implptr.exp
2905 * gdb.dwarf2/implref-array.exp
2906 * gdb.dwarf2/implref-const.exp
2907 * gdb.dwarf2/implref-global.exp
2908 * gdb.dwarf2/implref-struct.exp
2909 * gdb.dwarf2/mac-fileno.exp
2910 * gdb.dwarf2/main-subprogram.exp
2911 * gdb.dwarf2/member-ptr-forwardref.exp
2912 * gdb.dwarf2/method-ptr.exp
2913 * gdb.dwarf2/missing-sig-type.exp
2914 * gdb.dwarf2/nonvar-access.exp
2915 * gdb.dwarf2/opaque-type-lookup.exp
2916 * gdb.dwarf2/pieces-optimized-out.exp
2917 * gdb.dwarf2/pieces.exp
2918 * gdb.dwarf2/pr10770.exp
2919 * gdb.dwarf2/pr13961.exp
2920 * gdb.dwarf2/staticvirtual.exp
2921 * gdb.dwarf2/subrange.exp
2922 * gdb.dwarf2/symtab-producer.exp
2923 * gdb.dwarf2/trace-crash.exp
2924 * gdb.dwarf2/typeddwarf.exp
2925 * gdb.dwarf2/valop.exp
2926 * gdb.dwarf2/watch-notconst.exp
2927 * gdb.fortran/array-element.exp
2928 * gdb.fortran/charset.exp
2929 * gdb.fortran/common-block.exp
2930 * gdb.fortran/complex.exp
2931 * gdb.fortran/derived-type-function.exp
2932 * gdb.fortran/derived-type.exp
2933 * gdb.fortran/logical.exp
2934 * gdb.fortran/module.exp
2935 * gdb.fortran/multi-dim.exp
2936 * gdb.fortran/nested-funcs.exp
2937 * gdb.fortran/print-formatted.exp
2938 * gdb.fortran/subarray.exp
2939 * gdb.fortran/vla-alloc-assoc.exp
2940 * gdb.fortran/vla-datatypes.exp
2941 * gdb.fortran/vla-history.exp
2942 * gdb.fortran/vla-ptr-info.exp
2943 * gdb.fortran/vla-ptype-sub.exp
2944 * gdb.fortran/vla-ptype.exp
2945 * gdb.fortran/vla-sizeof.exp
2946 * gdb.fortran/vla-type.exp
2947 * gdb.fortran/vla-value-sub-arbitrary.exp
2948 * gdb.fortran/vla-value-sub-finish.exp
2949 * gdb.fortran/vla-value-sub.exp
2950 * gdb.fortran/vla-value.exp
2951 * gdb.fortran/whatis_type.exp
2952 * gdb.go/chan.exp
2953 * gdb.go/handcall.exp
2954 * gdb.go/hello.exp
2955 * gdb.go/integers.exp
2956 * gdb.go/methods.exp
2957 * gdb.go/package.exp
2958 * gdb.go/strings.exp
2959 * gdb.go/types.exp
2960 * gdb.go/unsafe.exp
2961 * gdb.guile/scm-arch.exp
2962 * gdb.guile/scm-block.exp
2963 * gdb.guile/scm-breakpoint.exp
2964 * gdb.guile/scm-cmd.exp
2965 * gdb.guile/scm-disasm.exp
2966 * gdb.guile/scm-equal.exp
2967 * gdb.guile/scm-frame-args.exp
2968 * gdb.guile/scm-frame-inline.exp
2969 * gdb.guile/scm-frame.exp
2970 * gdb.guile/scm-iterator.exp
2971 * gdb.guile/scm-math.exp
2972 * gdb.guile/scm-objfile.exp
2973 * gdb.guile/scm-ports.exp
2974 * gdb.guile/scm-symbol.exp
2975 * gdb.guile/scm-symtab.exp
2976 * gdb.guile/scm-value-cc.exp
2977 * gdb.guile/types-module.exp
2978 * gdb.linespec/break-ask.exp
2979 * gdb.linespec/cpexplicit.exp
2980 * gdb.linespec/explicit.exp
2981 * gdb.linespec/keywords.exp
2982 * gdb.linespec/linespec.exp
2983 * gdb.linespec/ls-dollar.exp
2984 * gdb.linespec/ls-errs.exp
2985 * gdb.linespec/skip-two.exp
2986 * gdb.linespec/thread.exp
2987 * gdb.mi/mi-async.exp
2988 * gdb.mi/mi-basics.exp
2989 * gdb.mi/mi-break.exp
2990 * gdb.mi/mi-catch-load.exp
2991 * gdb.mi/mi-cli.exp
2992 * gdb.mi/mi-cmd-param-changed.exp
2993 * gdb.mi/mi-console.exp
2994 * gdb.mi/mi-detach.exp
2995 * gdb.mi/mi-disassemble.exp
2996 * gdb.mi/mi-eval.exp
2997 * gdb.mi/mi-file-transfer.exp
2998 * gdb.mi/mi-file.exp
2999 * gdb.mi/mi-fill-memory.exp
3000 * gdb.mi/mi-inheritance-syntax-error.exp
3001 * gdb.mi/mi-linespec-err-cp.exp
3002 * gdb.mi/mi-logging.exp
3003 * gdb.mi/mi-memory-changed.exp
3004 * gdb.mi/mi-read-memory.exp
3005 * gdb.mi/mi-record-changed.exp
3006 * gdb.mi/mi-reg-undefined.exp
3007 * gdb.mi/mi-regs.exp
3008 * gdb.mi/mi-return.exp
3009 * gdb.mi/mi-reverse.exp
3010 * gdb.mi/mi-simplerun.exp
3011 * gdb.mi/mi-solib.exp
3012 * gdb.mi/mi-stack.exp
3013 * gdb.mi/mi-stepi.exp
3014 * gdb.mi/mi-syn-frame.exp
3015 * gdb.mi/mi-until.exp
3016 * gdb.mi/mi-var-block.exp
3017 * gdb.mi/mi-var-child.exp
3018 * gdb.mi/mi-var-cmd.exp
3019 * gdb.mi/mi-var-cp.exp
3020 * gdb.mi/mi-var-display.exp
3021 * gdb.mi/mi-var-invalidate.exp
3022 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
3023 * gdb.mi/mi-vla-fortran.exp
3024 * gdb.mi/mi-watch.exp
3025 * gdb.mi/mi2-var-child.exp
3026 * gdb.mi/user-selected-context-sync.exp
3027 * gdb.modula2/unbounded-array.exp
3028 * gdb.multi/dummy-frame-restore.exp
3029 * gdb.multi/multi-arch-exec.exp
3030 * gdb.multi/multi-arch.exp
3031 * gdb.multi/tids.exp
3032 * gdb.multi/watchpoint-multi.exp
3033 * gdb.opencl/callfuncs.exp
3034 * gdb.opencl/convs_casts.exp
3035 * gdb.opencl/datatypes.exp
3036 * gdb.opencl/operators.exp
3037 * gdb.opencl/vec_comps.exp
3038 * gdb.opt/clobbered-registers-O2.exp
3039 * gdb.opt/inline-break.exp
3040 * gdb.opt/inline-bt.exp
3041 * gdb.opt/inline-cmds.exp
3042 * gdb.opt/inline-locals.exp
3043 * gdb.pascal/case-insensitive-symbols.exp
3044 * gdb.pascal/floats.exp
3045 * gdb.pascal/gdb11492.exp
3046 * gdb.python/lib-types.exp
3047 * gdb.python/py-arch.exp
3048 * gdb.python/py-as-string.exp
3049 * gdb.python/py-bad-printers.exp
3050 * gdb.python/py-block.exp
3051 * gdb.python/py-breakpoint-create-fail.exp
3052 * gdb.python/py-breakpoint.exp
3053 * gdb.python/py-caller-is.exp
3054 * gdb.python/py-cmd.exp
3055 * gdb.python/py-explore-cc.exp
3056 * gdb.python/py-explore.exp
3057 * gdb.python/py-finish-breakpoint.exp
3058 * gdb.python/py-finish-breakpoint2.exp
3059 * gdb.python/py-frame-args.exp
3060 * gdb.python/py-frame-inline.exp
3061 * gdb.python/py-frame.exp
3062 * gdb.python/py-framefilter-mi.exp
3063 * gdb.python/py-infthread.exp
3064 * gdb.python/py-lazy-string.exp
3065 * gdb.python/py-linetable.exp
3066 * gdb.python/py-mi-events.exp
3067 * gdb.python/py-mi-objfile.exp
3068 * gdb.python/py-mi.exp
3069 * gdb.python/py-objfile.exp
3070 * gdb.python/py-pp-integral.exp
3071 * gdb.python/py-pp-maint.exp
3072 * gdb.python/py-pp-re-notag.exp
3073 * gdb.python/py-pp-registration.exp
3074 * gdb.python/py-recurse-unwind.exp
3075 * gdb.python/py-strfns.exp
3076 * gdb.python/py-symbol.exp
3077 * gdb.python/py-symtab.exp
3078 * gdb.python/py-sync-interp.exp
3079 * gdb.python/py-typeprint.exp
3080 * gdb.python/py-unwind-maint.exp
3081 * gdb.python/py-unwind.exp
3082 * gdb.python/py-value-cc.exp
3083 * gdb.python/py-xmethods.exp
3084 * gdb.reverse/amd64-tailcall-reverse.exp
3085 * gdb.reverse/break-precsave.exp
3086 * gdb.reverse/break-reverse.exp
3087 * gdb.reverse/consecutive-precsave.exp
3088 * gdb.reverse/consecutive-reverse.exp
3089 * gdb.reverse/finish-precsave.exp
3090 * gdb.reverse/finish-reverse-bkpt.exp
3091 * gdb.reverse/finish-reverse.exp
3092 * gdb.reverse/fstatat-reverse.exp
3093 * gdb.reverse/getresuid-reverse.exp
3094 * gdb.reverse/i386-precsave.exp
3095 * gdb.reverse/i386-reverse.exp
3096 * gdb.reverse/i386-sse-reverse.exp
3097 * gdb.reverse/i387-env-reverse.exp
3098 * gdb.reverse/i387-stack-reverse.exp
3099 * gdb.reverse/insn-reverse.exp
3100 * gdb.reverse/machinestate-precsave.exp
3101 * gdb.reverse/machinestate.exp
3102 * gdb.reverse/next-reverse-bkpt-over-sr.exp
3103 * gdb.reverse/pipe-reverse.exp
3104 * gdb.reverse/readv-reverse.exp
3105 * gdb.reverse/recvmsg-reverse.exp
3106 * gdb.reverse/rerun-prec.exp
3107 * gdb.reverse/s390-mvcle.exp
3108 * gdb.reverse/step-precsave.exp
3109 * gdb.reverse/step-reverse.exp
3110 * gdb.reverse/time-reverse.exp
3111 * gdb.reverse/until-precsave.exp
3112 * gdb.reverse/until-reverse.exp
3113 * gdb.reverse/waitpid-reverse.exp
3114 * gdb.reverse/watch-precsave.exp
3115 * gdb.reverse/watch-reverse.exp
3116 * gdb.rust/generics.exp
3117 * gdb.rust/methods.exp
3118 * gdb.rust/modules.exp
3119 * gdb.rust/simple.exp
3120 * gdb.server/connect-with-no-symbol-file.exp
3121 * gdb.server/ext-attach.exp
3122 * gdb.server/ext-restart.exp
3123 * gdb.server/ext-wrapper.exp
3124 * gdb.server/file-transfer.exp
3125 * gdb.server/server-exec-info.exp
3126 * gdb.server/server-kill.exp
3127 * gdb.server/server-mon.exp
3128 * gdb.server/wrapper.exp
3129 * gdb.stabs/exclfwd.exp
3130 * gdb.stabs/gdb11479.exp
3131 * gdb.threads/clone-new-thread-event.exp
3132 * gdb.threads/corethreads.exp
3133 * gdb.threads/current-lwp-dead.exp
3134 * gdb.threads/dlopen-libpthread.exp
3135 * gdb.threads/gcore-thread.exp
3136 * gdb.threads/sigstep-threads.exp
3137 * gdb.threads/watchpoint-fork.exp
3138 * gdb.trace/actions-changed.exp
3139 * gdb.trace/backtrace.exp
3140 * gdb.trace/change-loc.exp
3141 * gdb.trace/circ.exp
3142 * gdb.trace/collection.exp
3143 * gdb.trace/disconnected-tracing.exp
3144 * gdb.trace/ftrace.exp
3145 * gdb.trace/mi-trace-frame-collected.exp
3146 * gdb.trace/mi-trace-unavailable.exp
3147 * gdb.trace/mi-traceframe-changed.exp
3148 * gdb.trace/mi-tsv-changed.exp
3149 * gdb.trace/no-attach-trace.exp
3150 * gdb.trace/passc-dyn.exp
3151 * gdb.trace/qtro.exp
3152 * gdb.trace/range-stepping.exp
3153 * gdb.trace/read-memory.exp
3154 * gdb.trace/save-trace.exp
3155 * gdb.trace/signal.exp
3156 * gdb.trace/status-stop.exp
3157 * gdb.trace/tfile.exp
3158 * gdb.trace/trace-break.exp
3159 * gdb.trace/trace-buffer-size.exp
3160 * gdb.trace/trace-condition.exp
3161 * gdb.trace/tracefile-pseudo-reg.exp
3162 * gdb.trace/tstatus.exp
3163 * gdb.trace/unavailable.exp
3164 * gdb.trace/while-dyn.exp
3165 * gdb.trace/while-stepping.exp
3166
34c41c68
DE
31672016-12-22 Doug Evans <xdje42@gmail.com>
3168
3169 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
3170 and msymbols.
3171
16e69324
YQ
31722016-12-19 Yao Qi <yao.qi@linaro.org>
3173
3174 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
3175 (test_with_self): Don't call do_steps_and_nexts, and remove
3176 code about stepping into xmalloc.
3177
f94f411b
YQ
31782016-12-09 Yao Qi <yao.qi@linaro.org>
3179
3180 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
3181
31822016-12-09 Yao Qi <yao.qi@linaro.org>
3183
3184 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
3185
f1b5deee
PA
31862016-12-09 Pedro Alves <palves@redhat.com>
3187
3188 * gdb.base/all-architectures-0.exp: New file.
3189 * gdb.base/all-architectures-1.exp: New file.
3190 * gdb.base/all-architectures-2.exp: New file.
3191 * gdb.base/all-architectures-3.exp: New file.
3192 * gdb.base/all-architectures-4.exp: New file.
3193 * gdb.base/all-architectures-5.exp: New file.
3194 * gdb.base/all-architectures-6.exp: New file.
3195 * gdb.base/all-architectures-7.exp: New file.
3196 * gdb.base/all-architectures.exp.in: New file.
3197
364ca42e
YQ
31982016-12-09 Yao Qi <yao.qi@linaro.org>
3199
3200 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
3201
107c2d62
LM
32022016-12-02 Luis Machado <lgustavo@codesourcery.com>
3203
3204 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
3205 possible.
3206 Remove useless pattern-matching code.
3207
df3ee9ca
PA
32082016-12-02 Pedro Alves <palves@redhat.com>
3209
3210 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
3211 procedure.
3212 (top level): Call it.
3213
ec835369
PA
32142016-12-02 Pedro Alves <palves@redhat.com>
3215
3216 * gdb.base/commands.exp (user_defined_command_args_stack_test):
3217 New procedure.
3218 (top level): Call it.
3219
01770bbd
PA
32202016-12-02 Pedro Alves <palves@redhat.com>
3221
3222 PR cli/20559
3223 * gdb.base/commands.exp (user_defined_command_args_eval): New
3224 procedure.
3225 (top level): Call it.
3226
008459ea
LM
32272016-12-02 Luis Machado <lgustavo@codesourcery.com>
3228
3229 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
3230 timeout handling.
3231
0c1b455e
TT
32322016-12-02 Tom Tromey <tom@tromey.com>
3233
3234 * gdb.dwarf2/main-subprogram.c: New file.
3235 * gdb.dwarf2/main-subprogram.exp: New file.
3236
018572b8
LM
32372016-12-01 Luis Machado <lgustavo@codesourcery.com>
3238
3239 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
3240 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
3241 gdb_test_no_output for a couple of cases.
3242 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
3243
84c93cd5
LM
32442016-12-01 Luis Machado <lgustavo@codesourcery.com>
3245
3246 Fix test names and standardize compilation error messages throughout
3247 the following files:
3248
3249 * gdb.ada/start.exp
3250 * gdb.arch/alpha-step.exp
3251 * gdb.arch/e500-prologue.exp
3252 * gdb.arch/ftrace-insn-reloc.exp
3253 * gdb.arch/gdb1291.exp
3254 * gdb.arch/gdb1431.exp
3255 * gdb.arch/gdb1558.exp
3256 * gdb.arch/i386-dr3-watch.exp
3257 * gdb.arch/i386-sse-stack-align.exp
3258 * gdb.arch/ia64-breakpoint-shadow.exp
3259 * gdb.arch/pa-nullify.exp
3260 * gdb.arch/powerpc-aix-prologue.exp
3261 * gdb.arch/thumb-bx-pc.exp
3262 * gdb.base/annota1.exp
3263 * gdb.base/annota3.exp
3264 * gdb.base/arrayidx.exp
3265 * gdb.base/assign.exp
3266 * gdb.base/attach.exp
3267 * gdb.base/auxv.exp
3268 * gdb.base/bang.exp
3269 * gdb.base/bfp-test.exp
3270 * gdb.base/bigcore.exp
3271 * gdb.base/bitfields2.exp
3272 * gdb.base/break-fun-addr.exp
3273 * gdb.base/break-probes.exp
3274 * gdb.base/call-rt-st.exp
3275 * gdb.base/callexit.exp
3276 * gdb.base/catch-fork-kill.exp
3277 * gdb.base/charset.exp
3278 * gdb.base/checkpoint.exp
3279 * gdb.base/comprdebug.exp
3280 * gdb.base/constvars.exp
3281 * gdb.base/coredump-filter.exp
3282 * gdb.base/cursal.exp
3283 * gdb.base/cvexpr.exp
3284 * gdb.base/detach.exp
3285 * gdb.base/display.exp
3286 * gdb.base/dmsym.exp
3287 * gdb.base/dprintf-pending.exp
3288 * gdb.base/dso2dso.exp
3289 * gdb.base/dtrace-probe.exp
3290 * gdb.base/dump.exp
3291 * gdb.base/enum_cond.exp
3292 * gdb.base/exe-lock.exp
3293 * gdb.base/exec-invalid-sysroot.exp
3294 * gdb.base/execl-update-breakpoints.exp
3295 * gdb.base/exprs.exp
3296 * gdb.base/fileio.exp
3297 * gdb.base/find.exp
3298 * gdb.base/finish.exp
3299 * gdb.base/fixsection.exp
3300 * gdb.base/foll-vfork.exp
3301 * gdb.base/frame-args.exp
3302 * gdb.base/gcore.exp
3303 * gdb.base/gdb1250.exp
3304 * gdb.base/global-var-nested-by-dso.exp
3305 * gdb.base/gnu-ifunc.exp
3306 * gdb.base/hashline1.exp
3307 * gdb.base/hashline2.exp
3308 * gdb.base/hashline3.exp
3309 * gdb.base/hbreak-in-shr-unsupported.exp
3310 * gdb.base/huge.exp
3311 * gdb.base/infcall-input.exp
3312 * gdb.base/info-fun.exp
3313 * gdb.base/info-shared.exp
3314 * gdb.base/jit-simple.exp
3315 * gdb.base/jit-so.exp
3316 * gdb.base/jit.exp
3317 * gdb.base/jump.exp
3318 * gdb.base/label.exp
3319 * gdb.base/lineinc.exp
3320 * gdb.base/logical.exp
3321 * gdb.base/longjmp.exp
3322 * gdb.base/macscp.exp
3323 * gdb.base/miscexprs.exp
3324 * gdb.base/new-ui-echo.exp
3325 * gdb.base/new-ui-pending-input.exp
3326 * gdb.base/new-ui.exp
3327 * gdb.base/nodebug.exp
3328 * gdb.base/nofield.exp
3329 * gdb.base/offsets.exp
3330 * gdb.base/overlays.exp
3331 * gdb.base/pending.exp
3332 * gdb.base/pointers.exp
3333 * gdb.base/pr11022.exp
3334 * gdb.base/printcmds.exp
3335 * gdb.base/prologue.exp
3336 * gdb.base/ptr-typedef.exp
3337 * gdb.base/realname-expand.exp
3338 * gdb.base/relativedebug.exp
3339 * gdb.base/relocate.exp
3340 * gdb.base/remote.exp
3341 * gdb.base/reread.exp
3342 * gdb.base/return2.exp
3343 * gdb.base/savedregs.exp
3344 * gdb.base/sep.exp
3345 * gdb.base/sepdebug.exp
3346 * gdb.base/sepsymtab.exp
3347 * gdb.base/set-inferior-tty.exp
3348 * gdb.base/setshow.exp
3349 * gdb.base/shlib-call.exp
3350 * gdb.base/sigaltstack.exp
3351 * gdb.base/siginfo-addr.exp
3352 * gdb.base/signals.exp
3353 * gdb.base/signull.exp
3354 * gdb.base/sigrepeat.exp
3355 * gdb.base/so-impl-ld.exp
3356 * gdb.base/solib-display.exp
3357 * gdb.base/solib-overlap.exp
3358 * gdb.base/solib-search.exp
3359 * gdb.base/solib-symbol.exp
3360 * gdb.base/structs.exp
3361 * gdb.base/structs2.exp
3362 * gdb.base/symtab-search-order.exp
3363 * gdb.base/twice.exp
3364 * gdb.base/unload.exp
3365 * gdb.base/varargs.exp
3366 * gdb.base/watchpoint-solib.exp
3367 * gdb.base/watchpoint.exp
3368 * gdb.base/whatis.exp
3369 * gdb.base/wrong_frame_bt_full.exp
3370 * gdb.btrace/dlopen.exp
3371 * gdb.cell/ea-standalone.exp
3372 * gdb.cell/ea-test.exp
3373 * gdb.cp/dispcxx.exp
3374 * gdb.cp/gdb2384.exp
3375 * gdb.cp/method2.exp
3376 * gdb.cp/nextoverthrow.exp
3377 * gdb.cp/pr10728.exp
3378 * gdb.disasm/am33.exp
3379 * gdb.disasm/h8300s.exp
3380 * gdb.disasm/mn10300.exp
3381 * gdb.disasm/sh3.exp
3382 * gdb.dwarf2/dw2-dir-file-name.exp
3383 * gdb.fortran/complex.exp
3384 * gdb.fortran/library-module.exp
3385 * gdb.guile/scm-pretty-print.exp
3386 * gdb.guile/scm-symbol.exp
3387 * gdb.guile/scm-type.exp
3388 * gdb.guile/scm-value.exp
3389 * gdb.linespec/linespec.exp
3390 * gdb.mi/gdb701.exp
3391 * gdb.mi/gdb792.exp
3392 * gdb.mi/mi-breakpoint-changed.exp
3393 * gdb.mi/mi-dprintf-pending.exp
3394 * gdb.mi/mi-dprintf.exp
3395 * gdb.mi/mi-exit-code.exp
3396 * gdb.mi/mi-pending.exp
3397 * gdb.mi/mi-solib.exp
3398 * gdb.mi/new-ui-mi-sync.exp
3399 * gdb.mi/pr11022.exp
3400 * gdb.mi/user-selected-context-sync.exp
3401 * gdb.opt/solib-intra-step.exp
3402 * gdb.python/py-events.exp
3403 * gdb.python/py-finish-breakpoint.exp
3404 * gdb.python/py-mi.exp
3405 * gdb.python/py-prettyprint.exp
3406 * gdb.python/py-shared.exp
3407 * gdb.python/py-symbol.exp
3408 * gdb.python/py-template.exp
3409 * gdb.python/py-type.exp
3410 * gdb.python/py-value.exp
3411 * gdb.reverse/solib-precsave.exp
3412 * gdb.reverse/solib-reverse.exp
3413 * gdb.server/solib-list.exp
3414 * gdb.stabs/weird.exp
3415 * gdb.threads/reconnect-signal.exp
3416 * gdb.threads/stepi-random-signal.exp
3417 * gdb.trace/actions.exp
3418 * gdb.trace/ax.exp
3419 * gdb.trace/backtrace.exp
3420 * gdb.trace/change-loc.exp
3421 * gdb.trace/deltrace.exp
3422 * gdb.trace/ftrace-lock.exp
3423 * gdb.trace/ftrace.exp
3424 * gdb.trace/infotrace.exp
3425 * gdb.trace/mi-tracepoint-changed.exp
3426 * gdb.trace/packetlen.exp
3427 * gdb.trace/passcount.exp
3428 * gdb.trace/pending.exp
3429 * gdb.trace/range-stepping.exp
3430 * gdb.trace/report.exp
3431 * gdb.trace/stap-trace.exp
3432 * gdb.trace/tfind.exp
3433 * gdb.trace/trace-break.exp
3434 * gdb.trace/trace-condition.exp
3435 * gdb.trace/trace-enable-disable.exp
3436 * gdb.trace/trace-mt.exp
3437 * gdb.trace/tracecmd.exp
3438 * gdb.trace/tspeed.exp
3439 * gdb.trace/tsv.exp
3440 * lib/perftest.exp
3441
fb9feb35
LM
34422016-12-01 Luis Machado <lgustavo@codesourcery.com>
3443
3444 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
3445 with gdb_test_no_output.
3446 Use command as test name.
3447
cd2ddb6c
LM
34482016-12-01 Luis Machado <lgustavo@codesourcery.com>
3449
3450 Fix test names starting with uppercase throughout the files.
3451
3452 * gdb.ada/assign_1.exp
3453 * gdb.ada/boolean_expr.exp
3454 * gdb.base/arrayidx.exp
3455 * gdb.base/del.exp
3456 * gdb.base/gcore-buffer-overflow.exp
3457 * gdb.base/testenv.exp
3458 * gdb.compile/compile.exp
3459 * gdb.python/py-framefilter-invalidarg.exp
3460 * gdb.python/py-framefilter.exp
3461
bb95117e
LM
34622016-12-01 Luis Machado <lgustavo@codesourcery.com>
3463
3464 Fix test names starting with uppercase throughout the files.
3465
3466 * gdb.ada/array_return.exp
3467 * gdb.ada/expr_delims.exp
3468 * gdb.ada/mi_dyn_arr.exp
3469 * gdb.ada/mi_interface.exp
3470 * gdb.ada/mi_var_array.exp
3471 * gdb.ada/watch_arg.exp
3472 * gdb.arch/alpha-step.exp
3473 * gdb.arch/altivec-regs.exp
3474 * gdb.arch/e500-regs.exp
3475 * gdb.arch/powerpc-d128-regs.exp
3476 * gdb.base/arrayidx.exp
3477 * gdb.base/break.exp
3478 * gdb.base/checkpoint.exp
3479 * gdb.base/debug-expr.exp
3480 * gdb.base/dmsym.exp
3481 * gdb.base/radix.exp
3482 * gdb.base/sepdebug.exp
3483 * gdb.base/testenv.exp
3484 * gdb.base/watch_thread_num.exp
3485 * gdb.base/watchpoint-cond-gone.exp
3486 * gdb.cell/break.exp
3487 * gdb.cell/ea-cache.exp
3488 * gdb.compile/compile.exp
3489 * gdb.cp/gdb2495.exp
3490 * gdb.gdb/selftest.exp
3491 * gdb.gdb/xfullpath.exp
3492 * gdb.go/hello.exp
3493 * gdb.go/integers.exp
3494 * gdb.objc/basicclass.exp
3495 * gdb.pascal/hello.exp
3496 * gdb.pascal/integers.exp
3497 * gdb.python/py-breakpoint.exp
3498 * gdb.python/py-cmd.exp
3499 * gdb.python/py-linetable.exp
3500 * gdb.python/py-xmethods.exp
3501 * gdb.python/python.exp
3502 * gdb.reverse/consecutive-precsave.exp
3503 * gdb.reverse/finish-precsave.exp
3504 * gdb.reverse/i386-precsave.exp
3505 * gdb.reverse/machinestate-precsave.exp
3506 * gdb.reverse/sigall-precsave.exp
3507 * gdb.reverse/solib-precsave.exp
3508 * gdb.reverse/step-precsave.exp
3509 * gdb.reverse/until-precsave.exp
3510 * gdb.reverse/watch-precsave.exp
3511 * gdb.threads/leader-exit.exp
3512 * gdb.threads/pthreads.exp
3513 * gdb.threads/wp-replication.exp
3514 * gdb.trace/actions.exp
3515 * gdb.trace/mi-tsv-changed.exp
3516 * gdb.trace/tsv.exp
3517
de97fdd4
LM
35182016-12-01 Luis Machado <lgustavo@codesourcery.com>
3519
3520 Fix test names starting with uppercase throughout the files.
3521
3522 * gdb.arch/i386-bp_permanent.exp
3523 * gdb.arch/i386-gnu-cfi.exp
3524 * gdb.base/disasm-end-cu.exp
3525 * gdb.base/macscp.exp
3526 * gdb.base/pending.exp
3527 * gdb.base/watch_thread_num.exp
3528 * gdb.cp/exception.exp
3529 * gdb.cp/gdb2495.exp
3530 * gdb.cp/local.exp
3531 * gdb.python/py-evsignal.exp
3532 * gdb.python/python.exp
3533 * gdb.trace/tracecmd.exp
3534
9f058c10
LM
35352016-12-01 Luis Machado <lgustavo@codesourcery.com>
3536
3537 Fix test names starting with uppercase throughout the files.
3538
3539 * gdb.base/charset.exp
3540 * gdb.base/eval.exp
3541 * gdb.base/multi-forks.exp
3542 * gdb.guile/scm-progspace.exp
3543 * gdb.opencl/datatypes.exp
3544 * gdb.python/py-block.exp
3545 * gdb.python/py-function.exp
3546 * gdb.python/py-symbol.exp
3547 * gdb.python/py-symtab.exp
3548 * gdb.python/py-xmethods.exp
3549 * gdb.reverse/break-precsave.exp
3550 * gdb.reverse/break-reverse.exp
3551 * gdb.reverse/consecutive-precsave.exp
3552 * gdb.reverse/consecutive-reverse.exp
3553 * gdb.reverse/finish-precsave.exp
3554 * gdb.reverse/finish-reverse-bkpt.exp
3555 * gdb.reverse/finish-reverse.exp
3556 * gdb.reverse/fstatat-reverse.exp
3557 * gdb.reverse/getresuid-reverse.exp
3558 * gdb.reverse/i386-precsave.exp
3559 * gdb.reverse/i386-reverse.exp
3560 * gdb.reverse/i386-sse-reverse.exp
3561 * gdb.reverse/i387-stack-reverse.exp
3562 * gdb.reverse/insn-reverse.exp
3563 * gdb.reverse/machinestate-precsave.exp
3564 * gdb.reverse/machinestate.exp
3565 * gdb.reverse/next-reverse-bkpt-over-sr.exp
3566 * gdb.reverse/pipe-reverse.exp
3567 * gdb.reverse/readv-reverse.exp
3568 * gdb.reverse/recvmsg-reverse.exp
3569 * gdb.reverse/rerun-prec.exp
3570 * gdb.reverse/s390-mvcle.exp
3571 * gdb.reverse/sigall-precsave.exp
3572 * gdb.reverse/sigall-reverse.exp
3573 * gdb.reverse/solib-precsave.exp
3574 * gdb.reverse/solib-reverse.exp
3575 * gdb.reverse/step-precsave.exp
3576 * gdb.reverse/step-reverse.exp
3577 * gdb.reverse/time-reverse.exp
3578 * gdb.reverse/until-precsave.exp
3579 * gdb.reverse/until-reverse.exp
3580 * gdb.reverse/waitpid-reverse.exp
3581 * gdb.reverse/watch-precsave.exp
3582 * gdb.reverse/watch-reverse.exp
3583
cdc7edd7
LM
35842016-12-01 Luis Machado <lgustavo@codesourcery.com>
3585
3586 Fix test names starting with uppercase throughout the files.
3587
3588 * gdb.arch/i386-mpx-simple_segv.exp
3589 * gdb.arch/i386-mpx.exp
3590 * gdb.arch/i386-permbkpt.exp
3591 * gdb.arch/pa-nullify.exp
3592 * gdb.arch/powerpc-d128-regs.exp
3593 * gdb.arch/vsx-regs.exp
3594 * gdb.base/bfp-test.exp
3595 * gdb.base/break.exp
3596 * gdb.base/breakpoint-shadow.exp
3597 * gdb.base/callfuncs.exp
3598 * gdb.base/charset.exp
3599 * gdb.base/commands.exp
3600 * gdb.base/completion.exp
3601 * gdb.base/dfp-test.exp
3602 * gdb.base/echo.exp
3603 * gdb.base/ending-run.exp
3604 * gdb.base/eval.exp
3605 * gdb.base/expand-psymtabs.exp
3606 * gdb.base/float128.exp
3607 * gdb.base/floatn.exp
3608 * gdb.base/foll-exec-mode.exp
3609 * gdb.base/gdb1056.exp
3610 * gdb.base/gdb11531.exp
3611 * gdb.base/kill-after-signal.exp
3612 * gdb.base/multi-forks.exp
3613 * gdb.base/overlays.exp
3614 * gdb.base/pending.exp
3615 * gdb.base/sepdebug.exp
3616 * gdb.base/testenv.exp
3617 * gdb.base/valgrind-db-attach.exp
3618 * gdb.base/watch_thread_num.exp
3619 * gdb.base/watchpoint-cond-gone.exp
3620 * gdb.base/watchpoint.exp
3621 * gdb.base/watchpoints.exp
3622 * gdb.cp/arg-reference.exp
3623 * gdb.cp/baseenum.exp
3624 * gdb.cp/operator.exp
3625 * gdb.cp/shadow.exp
3626 * gdb.dwarf2/dw2-op-out-param.exp
3627 * gdb.dwarf2/dw2-reg-undefined.exp
3628 * gdb.go/chan.exp
3629 * gdb.go/hello.exp
3630 * gdb.go/integers.exp
3631 * gdb.go/methods.exp
3632 * gdb.go/package.exp
3633 * gdb.guile/scm-parameter.exp
3634 * gdb.guile/scm-progspace.exp
3635 * gdb.guile/scm-value.exp
3636 * gdb.mi/mi-pending.exp
3637 * gdb.mi/user-selected-context-sync.exp
3638 * gdb.multi/multi-attach.exp
3639 * gdb.multi/tids.exp
3640 * gdb.opt/clobbered-registers-O2.exp
3641 * gdb.pascal/floats.exp
3642 * gdb.pascal/integers.exp
3643 * gdb.python/py-block.exp
3644 * gdb.python/py-events.exp
3645 * gdb.python/py-parameter.exp
3646 * gdb.python/py-symbol.exp
3647 * gdb.python/py-symtab.exp
3648 * gdb.python/py-type.exp
3649 * gdb.python/py-value.exp
3650 * gdb.python/py-xmethods.exp
3651 * gdb.python/python.exp
3652 * gdb.reverse/break-precsave.exp
3653 * gdb.reverse/consecutive-precsave.exp
3654 * gdb.reverse/finish-precsave.exp
3655 * gdb.reverse/i386-precsave.exp
3656 * gdb.reverse/machinestate-precsave.exp
3657 * gdb.reverse/sigall-precsave.exp
3658 * gdb.reverse/solib-precsave.exp
3659 * gdb.reverse/step-precsave.exp
3660 * gdb.reverse/until-precsave.exp
3661 * gdb.reverse/watch-precsave.exp
3662 * gdb.server/ext-attach.exp
3663 * gdb.server/ext-restart.exp
3664 * gdb.server/ext-run.exp
3665 * gdb.server/ext-wrapper.exp
3666 * gdb.stabs/gdb11479.exp
3667 * gdb.stabs/weird.exp
3668 * gdb.threads/attach-many-short-lived-threads.exp
3669 * gdb.threads/kill.exp
3670 * gdb.threads/watchpoint-fork.exp
3671
bc6c7af4
LM
36722016-12-01 Luis Machado <lgustavo@codesourcery.com>
3673
3674 Fix test names starting with uppercase throughout all the files below.
3675
3676 * gdb.ada/array_return.exp
3677 * gdb.ada/catch_ex.exp
3678 * gdb.ada/info_exc.exp
3679 * gdb.ada/mi_catch_ex.exp
3680 * gdb.ada/mi_dyn_arr.exp
3681 * gdb.ada/mi_ex_cond.exp
3682 * gdb.ada/mi_exc_info.exp
3683 * gdb.ada/mi_interface.exp
3684 * gdb.ada/mi_task_arg.exp
3685 * gdb.ada/mi_task_info.exp
3686 * gdb.ada/mi_var_array.exp
3687 * gdb.arch/alpha-step.exp
3688 * gdb.arch/amd64-disp-step.exp
3689 * gdb.arch/arm-disp-step.exp
3690 * gdb.arch/disp-step-insn-reloc.exp
3691 * gdb.arch/e500-prologue.exp
3692 * gdb.arch/ftrace-insn-reloc.exp
3693 * gdb.arch/gdb1558.exp
3694 * gdb.arch/i386-bp_permanent.exp
3695 * gdb.arch/i386-disp-step.exp
3696 * gdb.arch/i386-float.exp
3697 * gdb.arch/i386-gnu-cfi.exp
3698 * gdb.arch/ia64-breakpoint-shadow.exp
3699 * gdb.arch/mips16-thunks.exp
3700 * gdb.arch/pa-nullify.exp
3701 * gdb.arch/powerpc-aix-prologue.exp
3702 * gdb.arch/powerpc-power.exp
3703 * gdb.arch/ppc-dfp.exp
3704 * gdb.arch/s390-tdbregs.exp
3705 * gdb.arch/spu-info.exp
3706 * gdb.arch/spu-ls.exp
3707 * gdb.arch/thumb-bx-pc.exp
3708 * gdb.base/advance.exp
3709 * gdb.base/annota-input-while-running.exp
3710 * gdb.base/arrayidx.exp
3711 * gdb.base/asmlabel.exp
3712 * gdb.base/async.exp
3713 * gdb.base/attach-wait-input.exp
3714 * gdb.base/auto-connect-native-target.exp
3715 * gdb.base/batch-preserve-term-settings.exp
3716 * gdb.base/bfp-test.exp
3717 * gdb.base/bigcore.exp
3718 * gdb.base/bp-permanent.exp
3719 * gdb.base/break-always.exp
3720 * gdb.base/break-fun-addr.exp
3721 * gdb.base/break-idempotent.exp
3722 * gdb.base/break-main-file-remove-fail.exp
3723 * gdb.base/break-probes.exp
3724 * gdb.base/break-unload-file.exp
3725 * gdb.base/break.exp
3726 * gdb.base/call-ar-st.exp
3727 * gdb.base/call-rt-st.exp
3728 * gdb.base/call-sc.exp
3729 * gdb.base/call-signal-resume.exp
3730 * gdb.base/call-strs.exp
3731 * gdb.base/callexit.exp
3732 * gdb.base/callfuncs.exp
3733 * gdb.base/catch-gdb-caused-signals.exp
3734 * gdb.base/catch-signal-siginfo-cond.exp
3735 * gdb.base/catch-syscall.exp
3736 * gdb.base/compare-sections.exp
3737 * gdb.base/cond-eval-mode.exp
3738 * gdb.base/condbreak-call-false.exp
3739 * gdb.base/consecutive-step-over.exp
3740 * gdb.base/cursal.exp
3741 * gdb.base/disabled-location.exp
3742 * gdb.base/disasm-end-cu.exp
3743 * gdb.base/display.exp
3744 * gdb.base/double-prompt-target-event-error.exp
3745 * gdb.base/dprintf-bp-same-addr.exp
3746 * gdb.base/dprintf-detach.exp
3747 * gdb.base/dprintf-next.exp
3748 * gdb.base/dprintf-non-stop.exp
3749 * gdb.base/dprintf-pending.exp
3750 * gdb.base/dso2dso.exp
3751 * gdb.base/ending-run.exp
3752 * gdb.base/enum_cond.exp
3753 * gdb.base/examine-backward.exp
3754 * gdb.base/exe-lock.exp
3755 * gdb.base/exec-invalid-sysroot.exp
3756 * gdb.base/execl-update-breakpoints.exp
3757 * gdb.base/execution-termios.exp
3758 * gdb.base/fileio.exp
3759 * gdb.base/fixsection.exp
3760 * gdb.base/foll-exec-mode.exp
3761 * gdb.base/foll-exec.exp
3762 * gdb.base/fork-running-state.exp
3763 * gdb.base/frame-args.exp
3764 * gdb.base/fullpath-expand.exp
3765 * gdb.base/func-ptr.exp
3766 * gdb.base/gcore-relro-pie.exp
3767 * gdb.base/gdb1090.exp
3768 * gdb.base/gdb1555.exp
3769 * gdb.base/global-var-nested-by-dso.exp
3770 * gdb.base/gnu-ifunc.exp
3771 * gdb.base/hbreak-in-shr-unsupported.exp
3772 * gdb.base/hbreak-unmapped.exp
3773 * gdb.base/hook-stop.exp
3774 * gdb.base/infcall-input.exp
3775 * gdb.base/info-fun.exp
3776 * gdb.base/info-shared.exp
3777 * gdb.base/interrupt-noterm.exp
3778 * gdb.base/jit-so.exp
3779 * gdb.base/jit.exp
3780 * gdb.base/line-symtabs.exp
3781 * gdb.base/list.exp
3782 * gdb.base/longjmp.exp
3783 * gdb.base/macscp.exp
3784 * gdb.base/max-value-size.exp
3785 * gdb.base/nodebug.exp
3786 * gdb.base/nofield.exp
3787 * gdb.base/overlays.exp
3788 * gdb.base/paginate-after-ctrl-c-running.exp
3789 * gdb.base/paginate-bg-execution.exp
3790 * gdb.base/paginate-inferior-exit.exp
3791 * gdb.base/pending.exp
3792 * gdb.base/pr11022.exp
3793 * gdb.base/printcmds.exp
3794 * gdb.base/ptr-typedef.exp
3795 * gdb.base/ptype.exp
3796 * gdb.base/randomize.exp
3797 * gdb.base/range-stepping.exp
3798 * gdb.base/realname-expand.exp
3799 * gdb.base/relativedebug.exp
3800 * gdb.base/remote.exp
3801 * gdb.base/savedregs.exp
3802 * gdb.base/sepdebug.exp
3803 * gdb.base/set-noassign.exp
3804 * gdb.base/shlib-call.exp
3805 * gdb.base/shreloc.exp
3806 * gdb.base/sigaltstack.exp
3807 * gdb.base/sigbpt.exp
3808 * gdb.base/siginfo-addr.exp
3809 * gdb.base/siginfo-obj.exp
3810 * gdb.base/siginfo-thread.exp
3811 * gdb.base/signest.exp
3812 * gdb.base/signull.exp
3813 * gdb.base/sigrepeat.exp
3814 * gdb.base/skip.exp
3815 * gdb.base/so-impl-ld.exp
3816 * gdb.base/solib-corrupted.exp
3817 * gdb.base/solib-disc.exp
3818 * gdb.base/solib-display.exp
3819 * gdb.base/solib-overlap.exp
3820 * gdb.base/solib-search.exp
3821 * gdb.base/solib-symbol.exp
3822 * gdb.base/source-execution.exp
3823 * gdb.base/sss-bp-on-user-bp-2.exp
3824 * gdb.base/sss-bp-on-user-bp.exp
3825 * gdb.base/stack-checking.exp
3826 * gdb.base/stale-infcall.exp
3827 * gdb.base/step-break.exp
3828 * gdb.base/step-line.exp
3829 * gdb.base/step-over-exit.exp
3830 * gdb.base/step-test.exp
3831 * gdb.base/structs.exp
3832 * gdb.base/sym-file.exp
3833 * gdb.base/symtab-search-order.exp
3834 * gdb.base/term.exp
3835 * gdb.base/type-opaque.exp
3836 * gdb.base/unload.exp
3837 * gdb.base/until-nodebug.exp
3838 * gdb.base/until.exp
3839 * gdb.base/unwindonsignal.exp
3840 * gdb.base/watch-cond.exp
3841 * gdb.base/watch-non-mem.exp
3842 * gdb.base/watch_thread_num.exp
3843 * gdb.base/watchpoint-reuse-slot.exp
3844 * gdb.base/watchpoint-solib.exp
3845 * gdb.base/watchpoint.exp
3846 * gdb.btrace/dlopen.exp
3847 * gdb.cell/arch.exp
3848 * gdb.cell/break.exp
3849 * gdb.cell/bt.exp
3850 * gdb.cell/core.exp
3851 * gdb.cell/data.exp
3852 * gdb.cell/dwarfaddr.exp
3853 * gdb.cell/ea-cache.exp
3854 * gdb.cell/ea-standalone.exp
3855 * gdb.cell/ea-test.exp
3856 * gdb.cell/f-regs.exp
3857 * gdb.cell/fork.exp
3858 * gdb.cell/gcore.exp
3859 * gdb.cell/mem-access.exp
3860 * gdb.cell/ptype.exp
3861 * gdb.cell/registers.exp
3862 * gdb.cell/sizeof.exp
3863 * gdb.cell/solib-symbol.exp
3864 * gdb.cell/solib.exp
3865 * gdb.compile/compile-tls.exp
3866 * gdb.cp/exception.exp
3867 * gdb.cp/gdb2495.exp
3868 * gdb.cp/local.exp
3869 * gdb.cp/mb-inline.exp
3870 * gdb.cp/mb-templates.exp
3871 * gdb.cp/pr10687.exp
3872 * gdb.cp/pr9167.exp
3873 * gdb.cp/scope-err.exp
3874 * gdb.cp/templates.exp
3875 * gdb.cp/virtfunc.exp
3876 * gdb.dwarf2/dw2-dir-file-name.exp
3877 * gdb.dwarf2/dw2-single-line-discriminators.exp
3878 * gdb.fortran/complex.exp
3879 * gdb.fortran/library-module.exp
3880 * gdb.guile/guile.exp
3881 * gdb.guile/scm-cmd.exp
3882 * gdb.guile/scm-frame-inline.exp
3883 * gdb.guile/scm-objfile.exp
3884 * gdb.guile/scm-pretty-print.exp
3885 * gdb.guile/scm-symbol.exp
3886 * gdb.guile/scm-type.exp
3887 * gdb.guile/scm-value.exp
3888 * gdb.linespec/keywords.exp
3889 * gdb.linespec/ls-errs.exp
3890 * gdb.linespec/macro-relative.exp
3891 * gdb.linespec/thread.exp
3892 * gdb.mi/mi-breakpoint-changed.exp
3893 * gdb.mi/mi-dprintf-pending.exp
3894 * gdb.mi/mi-fullname-deleted.exp
3895 * gdb.mi/mi-logging.exp
3896 * gdb.mi/mi-pending.exp
3897 * gdb.mi/mi-solib.exp
3898 * gdb.mi/new-ui-mi-sync.exp
3899 * gdb.mi/user-selected-context-sync.exp
3900 * gdb.multi/dummy-frame-restore.exp
3901 * gdb.multi/multi-arch-exec.exp
3902 * gdb.multi/remove-inferiors.exp
3903 * gdb.multi/watchpoint-multi-exit.exp
3904 * gdb.opt/solib-intra-step.exp
3905 * gdb.perf/backtrace.exp
3906 * gdb.perf/single-step.exp
3907 * gdb.perf/skip-command.exp
3908 * gdb.perf/skip-prologue.exp
3909 * gdb.perf/solib.exp
3910 * gdb.python/lib-types.exp
3911 * gdb.python/py-as-string.exp
3912 * gdb.python/py-bad-printers.exp
3913 * gdb.python/py-block.exp
3914 * gdb.python/py-breakpoint.exp
3915 * gdb.python/py-cmd.exp
3916 * gdb.python/py-events.exp
3917 * gdb.python/py-evthreads.exp
3918 * gdb.python/py-finish-breakpoint.exp
3919 * gdb.python/py-finish-breakpoint2.exp
3920 * gdb.python/py-frame-inline.exp
3921 * gdb.python/py-frame.exp
3922 * gdb.python/py-inferior.exp
3923 * gdb.python/py-infthread.exp
3924 * gdb.python/py-mi.exp
3925 * gdb.python/py-objfile.exp
3926 * gdb.python/py-pp-maint.exp
3927 * gdb.python/py-pp-registration.exp
3928 * gdb.python/py-prettyprint.exp
3929 * gdb.python/py-recurse-unwind.exp
3930 * gdb.python/py-shared.exp
3931 * gdb.python/py-symbol.exp
3932 * gdb.python/py-symtab.exp
3933 * gdb.python/py-template.exp
3934 * gdb.python/py-type.exp
3935 * gdb.python/py-unwind-maint.exp
3936 * gdb.python/py-unwind.exp
3937 * gdb.python/py-value.exp
3938 * gdb.python/python.exp
3939 * gdb.reverse/finish-reverse-bkpt.exp
3940 * gdb.reverse/insn-reverse.exp
3941 * gdb.reverse/next-reverse-bkpt-over-sr.exp
3942 * gdb.reverse/solib-precsave.exp
3943 * gdb.reverse/solib-reverse.exp
3944 * gdb.stabs/gdb11479.exp
3945 * gdb.stabs/weird.exp
3946 * gdb.threads/fork-child-threads.exp
3947 * gdb.threads/fork-plus-threads.exp
3948 * gdb.threads/fork-thread-pending.exp
3949 * gdb.threads/forking-threads-plus-breakpoint.exp
3950 * gdb.threads/hand-call-in-threads.exp
3951 * gdb.threads/interrupted-hand-call.exp
3952 * gdb.threads/linux-dp.exp
3953 * gdb.threads/local-watch-wrong-thread.exp
3954 * gdb.threads/next-while-other-thread-longjmps.exp
3955 * gdb.threads/non-ldr-exit.exp
3956 * gdb.threads/pending-step.exp
3957 * gdb.threads/print-threads.exp
3958 * gdb.threads/process-dies-while-detaching.exp
3959 * gdb.threads/process-dies-while-handling-bp.exp
3960 * gdb.threads/pthreads.exp
3961 * gdb.threads/queue-signal.exp
3962 * gdb.threads/reconnect-signal.exp
3963 * gdb.threads/signal-command-handle-nopass.exp
3964 * gdb.threads/signal-command-multiple-signals-pending.exp
3965 * gdb.threads/signal-delivered-right-thread.exp
3966 * gdb.threads/signal-sigtrap.exp
3967 * gdb.threads/sigthread.exp
3968 * gdb.threads/staticthreads.exp
3969 * gdb.threads/stepi-random-signal.exp
3970 * gdb.threads/thread-unwindonsignal.exp
3971 * gdb.threads/thread_check.exp
3972 * gdb.threads/thread_events.exp
3973 * gdb.threads/tid-reuse.exp
3974 * gdb.threads/tls-nodebug.exp
3975 * gdb.threads/tls-shared.exp
3976 * gdb.threads/tls-so_extern.exp
3977 * gdb.threads/tls.exp
3978 * gdb.threads/wp-replication.exp
3979 * gdb.trace/actions-changed.exp
3980 * gdb.trace/actions.exp
3981 * gdb.trace/backtrace.exp
3982 * gdb.trace/change-loc.exp
3983 * gdb.trace/collection.exp
3984 * gdb.trace/deltrace.exp
3985 * gdb.trace/disconnected-tracing.exp
3986 * gdb.trace/entry-values.exp
3987 * gdb.trace/ftrace-lock.exp
3988 * gdb.trace/ftrace.exp
3989 * gdb.trace/infotrace.exp
3990 * gdb.trace/mi-trace-frame-collected.exp
3991 * gdb.trace/mi-trace-unavailable.exp
3992 * gdb.trace/mi-traceframe-changed.exp
3993 * gdb.trace/mi-tracepoint-changed.exp
3994 * gdb.trace/mi-tsv-changed.exp
3995 * gdb.trace/no-attach-trace.exp
3996 * gdb.trace/packetlen.exp
3997 * gdb.trace/passc-dyn.exp
3998 * gdb.trace/passcount.exp
3999 * gdb.trace/pending.exp
4000 * gdb.trace/pr16508.exp
4001 * gdb.trace/qtro.exp
4002 * gdb.trace/range-stepping.exp
4003 * gdb.trace/read-memory.exp
4004 * gdb.trace/report.exp
4005 * gdb.trace/save-trace.exp
4006 * gdb.trace/signal.exp
4007 * gdb.trace/stap-trace.exp
4008 * gdb.trace/status-stop.exp
4009 * gdb.trace/strace.exp
4010 * gdb.trace/tfile.exp
4011 * gdb.trace/tfind.exp
4012 * gdb.trace/trace-break.exp
4013 * gdb.trace/trace-condition.exp
4014 * gdb.trace/trace-enable-disable.exp
4015 * gdb.trace/trace-mt.exp
4016 * gdb.trace/tracecmd.exp
4017 * gdb.trace/tracefile-pseudo-reg.exp
4018 * gdb.trace/tspeed.exp
4019 * gdb.trace/tstatus.exp
4020 * gdb.trace/tsv.exp
4021 * gdb.trace/unavailable.exp
4022 * gdb.trace/while-dyn.exp
4023 * gdb.trace/while-stepping.exp
4024 * lib/gdb-guile.exp
4025 * lib/gdb.exp
4026 * lib/mi-support.exp
4027 * lib/pascal.exp
4028 * lib/perftest.exp
4029 * lib/prelink-support.exp
4030 * lib/selftest-support.exp
4031
ad02e4fe
SM
40322016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
4033
4034 * Makefile.in: Include disable-implicit-rules.mk.
4035
22347e55
AA
40362016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4037
4038 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
4039 non-byte-aligned bit fields.
4040
da5b30da
AA
40412016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4042
4043 PR gdb/12616
4044 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
4045 respects the DW_AT_data_bit_offset attribute.
4046
b593ecca
SM
40472016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
4048
4049 * gdb.base/default.exp: Fix output of "set language".
4050
3b165252
SM
40512016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
4052
4053 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
4054 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
4055 make.
4056 * configure.ac: Remove checks for the make program.
4057 * configure: Re-generate.
4058
1a2f3d7f
KB
40592016-11-16 Kevin Buettner <kevinb@redhat.com>
4060
4061 * gdb.python/py-recurse-unwind.c (main): Add loop.
4062 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
4063 to read_register() and gdb.parse_and_eval(). Make each code
4064 call a separate case that can be individually tested.
4065 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
4066 proc. Call cont_and_backtrace for each of the code paths that
4067 we want to test in the unwinder.
4068
b7f38fda
AA
40692016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
4070
4071 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
4072 the definition of struct S.
4073
1f8db343
CM
40742016-11-11 Catherine Moore <clm@codesourcery.com>
4075
4076 * gdb.base/dump.exp: Identify verilog format dump tests as such.
4077
fad0c9fb
PA
40782016-11-09 Pedro Alves <palves@redhat.com>
4079
4080 * gdb.base/commands.exp (runto_or_return): New procedure.
4081 (gdbvar_simple_if_test, gdbvar_simple_while_test)
4082 (gdbvar_complex_if_while_test, progvar_simple_if_test)
4083 (progvar_simple_while_test, progvar_complex_if_while_test)
4084 (if_while_breakpoint_command_test)
4085 (infrun_breakpoint_command_test, breakpoint_command_test)
4086 (user_defined_command_test, watchpoint_command_test)
4087 (test_command_prompt_position, redefine_hook_test)
4088 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
4089 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
4090 multi_line_input and multi_line. Remove gdb_expect and
4091 gdb_stop_suppressing_tests uses.
4092 * lib/gdb.exp (valnum_re): New global.
4093 (multi_line_input): New procedure.
4094
8354c62c
SM
40952016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
4096
4097 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
4098 Remove.
4099 (test_setup): Define with proc_with_prefix.
4100 (test_cli_inferior): Likewise.
4101 (test_cli_thread): Likewise.
4102 (test_cli_frame): Likewise.
4103 (test_cli_select_frame): Likewise.
4104 (test_cli_up_down): Likewise.
4105 (test_mi_thread_select): Likewise.
4106 (test_mi_stack_select_frame): Likewise.
4107 (test_cli_in_mi_inferior): Likewise.
4108 (test_cli_in_mi_thread): Likewise.
4109 (test_cli_in_mi_frame): Likewise.
4110 (top level): Do not use with_test_prefix_procname.
4111
64f367a2
PA
41122016-11-09 Pedro Alves <palves@redhat.com>
4113
4114 * gdb.base/commands.exp (gdbvar_simple_if_test)
4115 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
4116 (progvar_simple_if_test, progvar_simple_while_test)
4117 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
4118 (infrun_breakpoint_command_test, breakpoint_command_test)
4119 (user_defined_command_test, watchpoint_command_test)
4120 (test_command_prompt_position, deprecated_command_test)
4121 (bp_deleted_in_command, temporary_breakpoint_commands)
4122 (stray_arg0_test, source_file_with_indented_comment)
4123 (recursive_source_test, if_commands_test)
4124 (error_clears_commands_left, redefine_hook_test)
4125 (redefine_backtrace_test): Use proc_with_prefix.
4126 * lib/gdb.exp (proc_with_prefix): New proc.
4127
0bb65f1e
AA
41282016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
4129
4130 * gdb.base/tui-layout.c: New file.
4131 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
4132 disassembly window contains very long lines.
4133
7353f247
TT
41342016-11-08 Tom Tromey <tom@tromey.com>
4135
4136 * gdb.python/py-value.exp (test_value_creation): Make "long" test
4137 depend on Python 2.
4138
30a7bb83
TT
41392016-11-08 Tom Tromey <tom@tromey.com>
4140
4141 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
4142 New method.
4143
cdf5a07c
MG
41442016-10-29 Manish Goregaokar <manish@mozilla.com>
4145
2806dc7e 4146 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 4147
51a789c3
MG
41482016-10-27 Manish Goregaokar <manish@mozilla.com>
4149
2806dc7e
PA
4150 * gdb.rust/simple.rs: Add test for univariant enums without
4151 discriminants and for encoded struct-like enums.
51a789c3 4152
f610ab6d
PA
41532016-10-28 Pedro Alves <palves@redhat.com>
4154
4155 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
4156 gdb_test_multiple, tighten regexps and match symtabs and line
4157 tables incrementally.
4158
b129b0ca
LM
41592016-10-28 Luis Machado <lgustavo@codesourcery.com>
4160
4161 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
4162 general.
4163
ecf45d2c
SL
41642016-10-25 Luis Machado <lgustavo@codesourcery.com>
4165
4166 * gdb.base/exec-invalid-sysroot.exp: New file.
4167
b8d38ee4
JK
41682016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4169
4170 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
4171
f90fd8c2
JK
41722016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4173
4174 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
4175
2d2476aa
MR
41762016-10-19 Maciej W. Rozycki <macro@imgtec.com>
4177
2806dc7e
PA
4178 * gdb.base/killed-outside.exp: Remove $options from a call to
4179 `prepare_for_testing'.
2d2476aa 4180
e42b25a0
SM
41812016-10-17 Simon Marchi <simon.marchi@ericsson.com>
4182
4183 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
4184 Change test message.
4185
3ccdb432
SM
41862016-10-17 Simon Marchi <simon.marchi@ericsson.com>
4187
4188 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
4189 Update comment.
4190
5bad3170
SM
41912016-10-17 Simon Marchi <simon.marchi@ericsson.com>
4192
4193 * gdb.trace/mi-trace-save.exp: New file.
4194
5ad9dba7
YQ
41952016-10-13 Yao Qi <yao.qi@linaro.org>
4196
4197 * gdb.base/code_elim.exp (get_var_address): Remove.
4198 * gdb.base/relocate.exp: Likewise.
4199 * gdb.base/shreloc.exp: Likewise.
4200 * lib/gdb.exp (get_var_address): New.
4201
62df7e21
YQ
42022016-10-13 Yao Qi <yao.qi@linaro.org>
4203
4204 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
4205 floating point tests if $skip_float_test is false.
4206
4dac951e
LM
42072016-10-12 Luis Machado <lgustavo@codesourcery.com>
4208
4209 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
4210 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
4211 argc values.
4212 Add 1 to argc so we guarantee distinct initial/modified argc values.
4213
8f1a8fc4
JK
42142016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4215
4216 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
4217
16c85b5d
JK
42182016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4219
4220 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
4221 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
4222 * gdb.arch/vsx-regs.exp: Likewise.
4223
1d0e042a
YQ
42242016-10-07 Yao Qi <yao.qi@linaro.org>
4225
4226 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
4227
68dadef5
MM
42282016-10-07 Markus Metzger <markus.t.metzger@intel.com>
4229
4230 * gdb.python/python.exp: Test decode_line("*0").
4231
33fa2c6e
DE
42322016-10-06 Doug Evans <dje@google.com>
4233
4234 * gdb.python/py-value.exp (test_value_creation): Add test for large
4235 unsigned 64-bit value.
4236
9c37b5ae
TT
42372016-10-06 Tom Tromey <tom@tromey.com>
4238
4239 * gdb.compile/compile.exp: Change java tests to rust.
4240 * gdb.base/setshow.exp: Change java tests to rust.
4241 * gdb.base/default.exp: Remove java from language list.
4242 * README (Examples): Update language example.
4243 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
4244 test.
4245 * lib/gdb.exp (skip_java_tests): Remove.
4246 * lib/java.exp: Remove.
4247 * gdb.java: Remove.
4248
78b86327
MR
42492016-10-06 Maciej W. Rozycki <macro@imgtec.com>
4250
4251 * gdb.arch/mips-fcr.exp: New test.
4252 * gdb.arch/mips-fcr.c: Source for the new test.
4253
7470adbb
MR
42542016-10-06 Maciej W. Rozycki <macro@imgtec.com>
4255
4256 * gdb.base/solib-disc.exp: Use `standard_output_file'
4257 throughout.
4258
4a556533
PA
42592016-10-06 Pedro Alves <palves@redhat.com>
4260
4261 * gdb.base/jit-simple-dl.c: New file.
4262 * gdb.base/jit-simple-jit.c: New file, factored out from ...
4263 * gdb.base/jit-simple.c: ... this.
4264 * gdb.base/jit-simple.exp (jit_run): Delete.
4265 (build_jit): New proc.
4266 (jit_test_reread): Recompile either the main program or the shared
4267 library, depending on what is being tested. Skip changing address
4268 if caller wants to. Compare before/after addresses. If testing
4269 standalone, explicitly load the binary. Test "maint info
4270 breakpoints".
4271 (top level): Add "standalone vs shared lib" and "change address"
4272 vs "same address" axes.
4273
5a122fbc
PA
42742016-10-06 Pedro Alves <palves@redhat.com>
4275
4276 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
4277 call.
4278 (jit_run): Delete.
4279 (jit_test_reread): Use with_test_prefix. Reload the main binary
4280 explicitly. Compare the before/after addresses of the JIT
4281 descriptor.
4282
ee8da4b8
DE
42832016-08-15 Doug Evans <dje@google.com>
4284
4285 * gdb.xml/extra-regs.xml: Update, end field now required, default type
4286 for single bitfields is bool.
4287 * gdb.xml/tdesc-regs.exp: Ditto.
4288
f389f6fe
JK
42892016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4290
4291 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
4292
fdebf1a4
YQ
42932016-10-05 Yao Qi <yao.qi@linaro.org>
4294
4295 * lib/gdb.exp (support_complex_tests): Return zero if
4296 gdb_skip_float_test return true.
4297
9c36d954 42982016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 4299 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
4300
4301 PR gdb/20487
4302 * gdb.mi/user-selected-context-sync.exp: New file.
4303 * gdb.mi/user-selected-context-sync.c: New file.
4304
4034d0ff 43052016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 4306 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
4307
4308 PR gdb/20487
4309 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
4310 =thread-select-event check.
4311
a4297203
PB
43122016-09-29 Peter Bergner <bergner@vnet.ibm.com>
4313
4314 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
4315 the compulsory L operand changes.
4316 * gdb.arch/powerpc-power.s: Likewise.
4317
bb805577
JK
43182016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4319
4320 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
4321 * gdb.base/jit-attach-pie.c: New file.
4322 * gdb.base/jit-attach-pie.exp: New file.
4323
6d61dee5
PA
43242016-09-28 Pedro Alves <palves@redhat.com>
4325
4326 * gdb.base/infcall-input.c: New file.
4327 * gdb.base/infcall-input.exp: New file.
4328
f73842fc
YQ
43292016-09-22 Yao Qi <yao.qi@linaro.org>
4330
4331 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
4332 (gdb_exit): Rename it to ...
4333 (gdbserver_gdb_exit): ... Close GDBserver.
4334 (gdb_exit): New proc, call gdbserver_gdb_exit.
4335 (mi_gdb_exit): Likewise.
4336
90681dab
YQ
43372016-09-22 Yao Qi <yao.qi@linaro.org>
4338
4339 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
4340 path.
4341 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
4342 Remove duplication.
4343
9c211fd8
YQ
43442016-09-22 Yao Qi <yao.qi@linaro.org>
4345
4346 * lib/gdbserver-support.exp: Check the existence of
4347 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
4348
ad0a504f
AK
43492016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
4350
4351 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
4352
36cf1806
TT
43532016-09-21 Tom Tromey <tom@tromey.com>
4354
4355 PR gdb/20604:
4356 * gdb.base/quit.exp: New file.
4357
74172ecf
SM
43582016-09-21 Simon Marchi <simon.marchi@ericsson.com>
4359
4360 * .gitignore: New file.
4361
3d0ec882
MR
43622016-09-21 Maciej W. Rozycki <macro@imgtec.com>
4363
4364 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
4365 throughout.
4366
8193adea
AA
43672016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4368
4369 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
4370
d41a5c09
JK
43712016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4372
4373 * gdb.cp/casts.cc (decltype): Move it ...
4374 (main): ... with its call to ...
4375 * gdb.cp/casts03.cc: ... a new file.
4376 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
4377
d2dfe700
JK
43782016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4379
4380 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
4381
e2a92b16
PB
43822016-09-15 Peter Bergner <bergner@vnet.ibm.com>
4383
4384 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
4385 and sync up the test with tests in gas/testsuite/gas/ppc.
4386 * gdb.arch/powerpc-power.exp: Likewise.
4387
49b4de64
JK
43882016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4389
4390 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
4391
2c29df25
SDJ
43922016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
4393 Jan Kratochvil <jan.kratochvil@redhat.com>
4394
4395 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
4396 make m1's definition to be different from m2's. Use 'dummy' as an
4397 argument for probe 'two'.
4398
cc3c2846
JB
43992016-09-10 Jon Beniston <jon@beniston.com>
4400
4401 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
4402 for sim target.
4403
e1b2624a
AA
44042016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
4405
4406 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
4407 variable declaration.
4408 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
4409 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
4410 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
4411 received HWCAP as its argument.
4412
4295e285
PA
44132016-09-06 Pedro Alves <palves@redhat.com>
4414
4415 * gdb.base/new-ui-pending-input.c: New file.
4416 * gdb.base/new-ui-pending-input.exp: New file.
4417 * gdb.exp (clear_gdb_spawn_id): New procedure.
4418 (with_spawn_id): Check whether gdb_spawn_id exists before
4419 referencing it. If gdb_spawn_id didn't exist on entry, clear it
4420 on exit.
4421
00d5215e
UW
44222016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
4423
4424 * gdb.base/float128.c: New file.
4425 * gdb.base/float128.exp: Likewise.
4426 * gdb.base/floatn.c: Likewise.
4427 * gdb.base/floatn.exp: Likewise.
4428
a9ff5f12
UW
44292016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
4430
4431 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
4432
f245535c
PA
44332016-09-05 Pedro Alves <palves@redhat.com>
4434
4435 PR backtrace/19927
4436 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
4437 unwinders are immediately called as side effect of "source" or
4438 "disable unwinder" commands.
4439 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
4440
ae9cf263
YQ
44412016-09-02 Yao Qi <yao.qi@linaro.org>
4442
4443 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
4444 is true and $type is "float" or "double".
4445
27aba047
YQ
44462016-09-02 Yao Qi <yao.qi@linaro.org>
4447
4448 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
4449 true.
4450 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
4451 * gdb.base/call-rt-st.exp: Likewise.
4452 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
4453 return value instead of gdb,skip_float_test.
4454 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
4455 (do_function_calls): Use its return value instead of
4456 gdb,skip_float_test.
4457 * gdb.base/finish.exp: Likewise.
4458 * gdb.base/funcargs.exp: Likewise.
4459 * gdb.base/return.exp: Likewise.
4460 * gdb.base/return2.exp: Likewise.
4461 * gdb.base/varargs.exp: Likewise.
4462 * lib/gdb.exp (gdb_skip_float_test): Change it to
4463 gdb_caching_proc. Detect the broken ptrace on arm-linux.
4464
5af962df
AA
44652016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
4466
4467 * gdb.multi/tids.exp: Test "thread apply all".
4468
7fac6910
JK
44692016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4470
4471 * gdb.base/default.exp (tty): Remove.
4472
bb1fe4ac
KB
44732016-08-24 Kevin Buettner <kevinb@redhat.com>
4474
2806dc7e
PA
4475 * gdb.python/py-recurse-unwind.c: New file.
4476 * gdb.python/py-recurse-unwind.py: New file.
4477 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 4478
0a1ddfa6
SM
44792016-08-24 Simon Marchi <simon.marchi@ericsson.com>
4480
4481 * gdb.base/set-inferior-tty.exp: New file.
4482 * gdb.base/set-inferior-tty.c: New file.
4483
d9de1fe3
PA
44842016-08-23 Pedro Alves <palves@redhat.com>
4485
4486 PR gdb/20494
4487 * gdb.base/new-ui-echo.c: New file.
4488 * gdb.base/new-ui-echo.exp: New file.
4489
e9d9abd7
YQ
44902016-08-23 Yao Qi <yao.qi@linaro.org>
4491
4492 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
4493 gdbserver_spawn.
4494 * gdb.server/connect-without-multi-process.exp (do_test):
4495 Likewise.
4496
3589529e
YQ
44972016-08-23 Yao Qi <yao.qi@linaro.org>
4498
4499 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
4500 standalone_txt. Delete gdb_txt and standalone_txt on host
4501 and target. Spawn the binary on target. Copy files from
4502 target to host.
4503
6bb90213
PA
45042016-08-22 Pedro Alves <palves@redhat.com>
4505
4506 PR gdb/20505
4507 * gdb.base/vdso-warning.exp: Test core dumps too. Use
4508 with_test_prefix. Factor out bits to ...
4509 (test_no_vdso): ... this new procedure.
4510
20c2c024
CL
45112016-08-19 Carl Love <cel@us.ibm.com>
4512
4513 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
4514 maintaining separate logic for constructing the output path.
4515 * gdb.arch/powerpc-d128-regs.exp: Likewise.
4516 * gdb.arch/ppc-dfp.exp: Likewise.
4517 * gdb.arch/ppc-fp.exp: Likewise.
4518 * gdb.arch/vsx-regs.exp: Likewise.
4519 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
4520 binprefix for generating the additional binary files.
4521
0646e07d
PA
45222016-08-19 Pedro Alves <palves@redhat.com>
4523
4524 * gdb.trace/mi-trace-frame-collected.exp
4525 (test_trace_frame_collected): On x32, expect two registers.
4526
46da9242
CL
45272016-08-18 Carl Love <cel@us.ibm.com>
4528
4529 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
4530 and sync up the test with tests in gas/testsuite/gas/ppc.
4531 * gdb.arch/powerpc-power.exp: Likewise.
4532
eb2332d7
SM
45332016-08-17 Simon Marchi <simon.marchi@ericsson.com>
4534
4535 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
4536 expected error message.
4537
63c61e04
SM
45382016-08-17 Simon Marchi <simon.marchi@ericsson.com>
4539
4540 * gdb.multi/remove-inferiors.exp: New file.
4541 * gdb.multi/remove-inferiors.c: New file.
4542
7b17065f
YQ
45432016-08-12 Yao Qi <yao.qi@linaro.org>
4544
4545 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
4546 argument list.
4547
01d3dedf
PA
45482016-08-10 Pedro Alves <palves@redhat.com>
4549
4550 PR gdb/19187
4551 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
4552 setup_kfails.
4553
3eb7562a
PA
45542016-08-09 Pedro Alves <palves@redhat.com>
4555 Simon Marchi <simon.marchi@ericsson.com>
4556
4557 PR gdb/20418
4558 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
4559 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
4560
80614914
PA
45612016-08-09 Pedro Alves <palves@redhat.com>
4562
4563 PR mi/20431
4564 * gdb.mi/mi-cmd-error.exp: New file.
4565
f348d89a
PA
45662016-08-09 Pedro Alves <palves@redhat.com>
4567
4568 PR gdb/18653
4569 * gdb.base/signals-state-child.c: New file.
4570 * gdb.base/signals-state-child.exp: New file.
4571 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
4572
e5ca03b4
PA
45732016-08-09 Pedro Alves <palves@redhat.com>
4574
4575 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
4576
282a0691
TT
45772016-08-03 Tom Tromey <tom@tromey.com>
4578
4579 PR python/18565:
4580 * gdb.python/py-frame-inline.exp: Add Frame.function test.
4581
41bfcd63
YQ
45822016-08-01 Yao Qi <yao.qi@linaro.org>
4583
4584 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
4585 variable mode to "multi-process" if $multi_process is 1, otherwise
4586 set it to "single-process".
4587
e3465b24
YQ
45882016-08-01 Yao Qi <yao.qi@linaro.org>
4589
4590 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
4591 * gdb.cp/cpexprs.exp: Likewise.
4592 * gdb.cp/m-static.exp: Likewise.
4593
0b31a4bc
TT
45942016-07-26 Tom Tromey <tom@tromey.com>
4595
4596 PR python/20190:
4597 * gdb.threads/tls.exp (check_thread_local): Add python symbol
4598 test.
4599
e0461dbb
MM
46002016-07-26 Markus Metzger <markus.t.metzger@intel.com>
4601
4602 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
4603 selecting assembly source files.
4604 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
4605 assembly source files.
4606 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
4607 assembly source files.
4608 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
4609 selecting assembly source files.
4610
8194e927
SM
46112016-07-25 Simon Marchi <simon.marchi@ericsson.com>
4612
4613 * gdb.base/new-ui.exp (do_test_invalid_args): New
4614 procedure.
4615
c0272db5
TW
46162016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
4617
4618 * gdb.btrace/reconnect.c: New file.
4619 * gdb.btrace/reconnect.exp: New file.
4620
e3487908
GKB
46212016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
4622
4623 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
4624 to test_catch_syscall_group.
4625 (test_catch_syscall_group): New.
4626
12df5c00
TT
46272016-07-21 Tom Tromey <tom@tromey.com>
4628
4629 * gdb.rust/simple.rs (main): Use empty struct expression.
4630 * gdb.rust/simple.exp: Add tests for empty struct expression.
4631
bae62ee2
YQ
46322016-07-21 Yao Qi <yao.qi@linaro.org>
4633
4634 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
4635 if gdb_skip_xml_test is true on some targets.
4636
b1b53fb3
YQ
46372016-07-21 Yao Qi <yao.qi@linaro.org>
4638
4639 * gdb.server/solib-list.exp: Unset last_loaded_file.
4640
027d97f8
JK
46412016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4642
4643 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
4644 "step into captured_main (args)".
4645
7674d381
JK
46462016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4647
4648 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
4649
72b5d099
JK
46502016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4651
4652 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
4653
1f960ced
PA
46542016-07-19 Pedro Alves <palves@redhat.com>
4655
4656 * gdb.opt/inline-break.exp: Remove optimize=-O2.
4657 * gdb.opt/inline-bt.exp: Likewise.
4658 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
4659 additional_flags=-Winline.
4660 * gdb.opt/inline-locals.exp: Likewise.
4661 * gdb.opt/inline-markers.c (ATTR): Define.
4662 (inlined_fn): Use it.
4663
f25827c1
YQ
46642016-07-19 Yao Qi <yao.qi@linaro.org>
4665
4666 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
4667 (test_with_self): Remove some code. Remove argument executable.
4668 (top-level): Use do_self_tests.
4669
37539ebe
DB
46702016-07-15 Zachary Welch <zwelch@codesourcery.com>
4671 Don Breazeal <donb@codesourcery.com>
4672
4673 * gdb.base/maint.exp: Escape paths used in regular expressions.
4674 * gdb.stabs/weird.exp: Likewise.
4675
dac790e1
TT
46762016-07-13 Tom Tromey <tom@tromey.com>
4677
4678 PR python/15620, PR python/18620:
4679 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
4680 (test_bkpt_events): New procs.
4681
93daf339
TT
46822016-07-13 Tom Tromey <tom@tromey.com>
4683
4684 PR python/17698:
4685 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
4686 test.
4687 (test_watchpoints): Likewise.
4688 (test_bkpt_pending): New proc.
4689
6571a381
TT
46902016-07-13 Tom Tromey <tom@tromey.com>
4691
4692 PR cli/18053:
4693 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
4694 completion test.
4695
e8732474
JK
46962016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4697
4698 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
4699 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
4700 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
4701 f_label.
4702 (g): Rename g_end_lbl to g_label.
4703 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
4704 low_pc and high_pc.
4705 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
4706
e0f3fd7c
TT
47072016-07-12 Tom Tromey <tom@tromey.com>
4708
4709 PR python/19293:
4710 * gdb.python/py-unwind-maint.exp: Update tests.
4711
3cfe46b6
YQ
47122016-07-12 Yao Qi <yao.qi@linaro.org>
4713
4714 * lib/selftest-support.exp (selftest_setup): Match the output
4715 when captured_main is inlined.
4716
4f19a0e6
WT
47172016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4718
4719 * gdb.fortran/derived-types.exp (result_line, result_line_2):
4720 New variables.
4721 (print this%a, print this%b, print this): New tests.
4722 * gdb.fortran/derived-types.f90 (this): New object and
4723 initialization.
4724
986cf455
SM
47252016-07-06 Simon Marchi <simon.marchi@ericsson.com>
4726
4727 * gdb.ada/arraydim.exp: Remove extra directory level in build
4728 directory.
4729
f0464b23
SM
47302016-07-06 Simon Marchi <simon.marchi@ericsson.com>
4731
4732 * lib/ada.exp: Remove extra directory level in build directory.
4733 * gdb.ada/cond_lang.exp: Likewise.
4734 * gdb.ada/exec_changed.exp: Likewise.
4735 * gdb.ada/lang_switch.exp: Likewise.
4736
42d94011
MG
47372016-07-06 Manish Goregaokar <manish@mozilla.com>
4738
2806dc7e
PA
4739 * simple.rs: Add test for raw pointer subscripting.
4740 * simple.exp: Add test expectations.
42d94011 4741
647c264c
YQ
47422016-07-05 Yao Qi <yao.qi@linaro.org>
4743
4744 * gdb.mi/mi-reverse.exp: Match =record-started output.
4745
20aa2c60
PA
47462016-07-01 Pedro Alves <palves@redhat.com>
4747
4748 * gdb.base/jit-reader.exp (info_registers_current_frame): New
4749 procedure.
4750 (jit_reader_test): Test the jit reader's unwinder.
4751 * gdb.base/jithost.c (jit_function_00_code): New global.
4752 (main): Use memcpy to fill in the mmapped code, instead of poking
4753 bytes manually here.
4754 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
4755 value.
4756 (read_debug_info): Save the function's range.
4757 (read_sp): New function.
4758 (unwind_frame): Use it. Also unwind RBP.
4759 (get_frame_id): Use read_sp.
4760 (gdb_init_reader): Use calloc instead of malloc.
4761 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
4762 parameter. Use gdb_test_multiple.
4763
ced2dffb
PA
47642016-07-01 Pedro Alves <palves@redhat.com>
4765 Antoine Tremblay <antoine.tremblay@ericsson.com>
4766
4767 * gdb.threads/process-dies-while-detaching.c: New file.
4768 * gdb.threads/process-dies-while-detaching.exp: New file.
4769
63000888
PA
47702016-07-01 Pedro Alves <palves@redhat.com>
4771
4772 * gdb.multi/watchpoint-multi-exit.c: New file.
4773 * gdb.multi/watchpoint-multi-exit.exp: New file.
4774
038d4868
PA
47752016-06-30 Pedro Alves <palves@redhat.com>
4776
4777 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
4778 unset inferior_spawn_id.
4779
994e9c83
PA
47802016-06-30 Pedro Alves <palves@redhat.com>
4781
4782 * lib/mi-support.exp (default_mi_gdb_start): Declare global
4783 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
4784
e5653468
YQ
47852016-06-29 Yao Qi <yao.qi@linaro.org>
4786
4787 * gdb.base/return.c: Add copyright header.
4788
803b47e5
TT
47892016-06-29 Tom Tromey <tom@tromey.com>
4790
4791 PR python/20129:
4792 * gdb.python/py-framefilter.exp: Add tests for setting priority
4793 and disabling of non-existent frame filter.
4794
28244707
YQ
47952016-06-29 Yao Qi <yao.qi@linaro.org>
4796
4797 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
4798 0x0f07ff.
4799
a31d2f06
YQ
48002016-06-28 Yao Qi <yao.qi@linaro.org>
4801
4802 * gdb.base/catch-syscall.exp: Remove check on isnative and target
4803 triplets. Start gdb, execute catch syscall, and continue. Check
4804 gdb's output to determine catch syscall is supported.
4805
921d8f54
MG
48062016-06-27 Manish Goregaokar <manish@mozilla.com>
4807
25d49b86
PA
4808 * gdb.rust/simple.rs: Add test for returning unit in a function.
4809 * gdb.rust/simple.exp: Add expectation for functions returning
4810 unit.
921d8f54 4811
f4952523
PMR
48122016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
4813
4814 * gdb.python/py-breakpoint-create-fail.c,
4815 gdb.python/py-breakpoint-create-fail.exp,
4816 gdb.python/py-breakpoint-create-fail.py: New testcase.
4817
fccb08f8
MG
48182016-06-25 Manish Goregaokar <manish@mozilla.com>
4819
4820 PR gdb/20239
4821 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
4822 * gdb.rust/simple.exp: Add test expectations for new NonZero
4823 tests.
fccb08f8 4824
6b850546
DT
48252016-06-24 David Taylor <dtaylor@emc.com>
4826
4827 * gdb.base/offsets.exp: New file.
4828 * gdb.base/offsets.c: New file.
4829
17621150
TT
48302016-06-23 Tom Tromey <tom@tromey.com>
4831
4832 PR gdb/16483:
4833 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
4834 before any filters are loaded.
4835
04d59df6
WT
48362016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
4837
4838 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
4839 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
4840 structs.
4841 * gdb.fortran/derived-type-function.exp: New file.
4842 * gdb.fortran/derived-type-function.f90: New file.
4843
4844
ac69f786
PA
48452016-06-21 Pedro Alves <palves@redhat.com>
4846
4847 * gdb.base/new-ui.exp: New file.
4848 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
4849 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
4850 (with_spawn_id): New procedure.
4851
49940788
PA
48522016-06-21 Pedro Alves <palves@redhat.com>
4853
4854 * gdb.mi/mi-exec-run.exp: New file.
4855
ef274d26
PA
48562016-06-21 Pedro Alves <palves@redhat.com>
4857
4858 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
4859 breakpoint command's output on the main UI.
4860 (test_break): New procedure, factored out from calls in the top
4861 level.
4862 (top level): Use foreach_with_prefix to test MI as main UI and as
4863 separate UI.
4864
468afe6c
PA
48652016-06-21 Pedro Alves <palves@redhat.com>
4866
4867 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
4868 (test_awatch_creation_and_listing)
4869 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
4870 Remove 'type' parameter.
4871 (test_watchpoint_all): New parameter mi_mode. Remove
4872 with_test_prefix.
4873 (top level): Use foreach_with_prefix, and add main/separate UI MI
4874 testing axis.
4875
51f77c37
PA
48762016-06-21 Pedro Alves <palves@redhat.com>
4877
4878 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
4879 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
4880 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
4881 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
4882 (gdb_main_spawn_id, mi_spawn_id): Declare and
4883 comment.
4884 (mi_create_inferior_pty): New procedure,
4885 factored out from default_mi_gdb_start.
4886 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
4887 procedures.
4888 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
4889 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
4890 Use mi_create_inferior_pty.
4891 (mi_gdb_start): Use eval to pass down args list.
4892
8980e177
PA
48932016-06-21 Pedro Alves <palves@redhat.com>
4894
4895 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
4896 * gdb.opt/inline-cmds.exp: Add MI tests.
4897
f38d3ad1
PA
48982016-06-21 Pedro Alves <palves@redhat.com>
4899
4900 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
4901
45db7c09
PA
49022016-06-21 Pedro Alves <palves@redhat.com>
4903
4904 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
4905 (top level): Use it instead of mi_execute_to.
4906
5a069ab3
PA
49072016-06-21 Pedro Alves <palves@redhat.com>
4908
4909 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
4910 (cont_handler_str): New.
4911 (signal_stop_handler): Set stop_handler_str instead of printing to
4912 stdout.
4913 (continue_handler): Set cont_handler_str instead of printing to
4914 stdout.
4915 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
4916 mi_send_resuming_command. Print stop_handler_str and
4917 cont_handler_str instead of expecting the python events print
4918 directly.
4919
2838cc1d
SD
49202016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
4921
4922 * gdb.base/jit-reader.exp: New file.
4923 * gdb.base/jithost.c: New file.
4924 * gdb.base/jithost.h: New file.
4925 * gdb.base/jitreader.c : New file.
4926 * gdb.base/jit-protocol.h: New file.
4927
21a77091
YQ
49282016-06-17 Yao Qi <yao.qi@linaro.org>
4929
4930 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
4931 parameters follow_fork and detach_on_fork. Set follow-fork-mode
4932 and detach-on-fork. Adjust tests.
4933 (top level): Invoke break_cond_on_syscall with combinations of
4934 syscall, follow-fork-mode and detach-on-fork.
4935
f50bf8e5
YQ
49362016-06-17 Yao Qi <yao.qi@linaro.org>
4937
4938 * gdb.base/step-over-exit.c: New.
4939 * gdb.base/step-over-exit.exp: New.
4940
a28d8e50
YTL
49412016-06-17 Yan-Ting Lin <currygt52@gmail.com>
4942
4943 * gdb.base/float.exp: Add target check for nds32*-*-*.
4944 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
4945
cad8e26d
AB
49462016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
4947
4948 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
4949 for unsupported target features.
4950 * gdb.base/call-rt-st.exp: Likewise.
4951 * gdb.base/call-sc.exp: Likewise.
4952 * gdb.base/call-signal-resume.exp: Likewise.
4953 * gdb.base/call-strs.exp: Likewise.
4954 * gdb.base/callexit.exp: Likewise.
4955 * gdb.base/callfuncs.exp: Likewise.
4956 * gdb.base/nodebug.exp: Likewise.
4957 * gdb.base/printcmds.exp: Likewise.
4958 * gdb.base/ptype.exp: Likewise.
4959 * gdb.base/structs.exp: Likewise.
4960 * gdb.base/unwindonsignal.exp: Likewise.
4961 * gdb.cp/gdb2495.exp: Likewise.
4962 * gdb.cp/templates.exp: Likewise.
4963 * gdb.cp/virtfunc.exp: Likewise.
4964 * gdb.threads/hand-call-in-threads.exp: Likewise.
4965 * gdb.threads/interrupted-hand-call.exp: Likewise.
4966 * gdb.threads/thread-unwindonsignal.exp: Likewise.
4967
347dc102
TT
49682016-06-10 Tom Tromey <tom@tromey.com>
4969
4970 PR rust/20110:
4971 * gdb.rust/expr.exp: Add test for integer constant larger than
4972 i32.
4973
5e13cf25
BH
49742016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
4975
4976 * gdb.fortran/nested-funcs.exp: New.
4977 * gdb.fortran/nested-funcs.f90: New.
4978
bb556f1f
TK
49792016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
4980
4981 * gdb.base/examine-backward.c: New file.
4982 * gdb.base/examine-backward.exp: New file.
4983
38b022b4
SM
49842016-06-06 Simon Marchi <simon.marchi@ericsson.com>
4985
4986 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
4987 matching.
4988
1b40ec05
TT
49892016-06-02 Tom Tromey <tom@tromey.com>
4990
4991 PR python/18984:
4992 * gdb.python/py-shared.exp: Add solib_name test.
4993
193bd378
SM
49942016-06-02 Simon Marchi <simon.marchi@ericsson.com>
4995
4996 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
4997
3326303b
MG
49982016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
4999
5000 PR c++/19893
5001 * gdb.dwarf2/implref.exp: Rename to...
5002 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
5003 * gdb.dwarf2/implref-array.c: New file.
5004 * gdb.dwarf2/implref-array.exp: Likewise.
5005 * gdb.dwarf2/implref-global.c: Likewise.
5006 * gdb.dwarf2/implref-global.exp: Likewise.
5007 * gdb.dwarf2/implref-struct.c: Likewise.
5008 * gdb.dwarf2/implref-struct.exp: Likewise.
5009
825c8ef2
AT
50102016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5011
5012 * gdb.trace/trace-condition.exp: Add 64bit tests.
5013
2320162a
AT
50142016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5015
5016 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
5017 bits types.
5018 (main): Adapt to 8 to 64 bits types.
5019 * gdb.trace/trace-condition.exp: Add new tests.
5020
a7818233
AT
50212016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5022
5023 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
5024
0d336466
AT
50252016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5026
5027 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
5028 Move condition tests...
5029 * gdb.trace/trace-condition.exp: Here.
5030
7faeb45a
AT
50312016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5032
5033 * gdb.trace/trace-condition.exp: Add counter-case tests.
5034
e385593e
JK
50352016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5036
5037 PR c++/15231
5038 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
5039 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
5040
744608cc
PA
50412016-05-27 Pedro Alves <palves@redhat.com>
5042
5043 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5044 New procedure.
5045 (top level): Call it, and bail out of DejaGnu is known to be bad.
5046
ac775bf4
AB
50472016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
5048
5049 * gdb.base/whatis.c: Extend the test case.
5050 * gdb.base/whatis.exp: Add additional tests.
5051
2bbad2ea
BH
50522016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5053
5054* gdb.fortran/type.f90: Add pointer variable.
5055* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
5056
8b70175d
BH
50572016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5058
5059 * gdb.fortran/vla-type.exp: Fix testcase name.
5060
86d8a848
BH
50612016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5062
5063 * gdb.fortran/vla-type.exp: Access elements in nested structs.
5064
e188eb36
BH
50652016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5066
5067 * gdb.fortran/type.f90: Add nested structures.
5068 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
5069 * gdb.fortran/derived-type.exp: Adapt expected output.
5070 * gdb.fortran/vla-type.exp: Adapt expected output.
5071
9b2db1fd
BH
50722016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5073
5074 * gdb.fortran/whatis_type.exp: Adapt expected output.
5075
72b17055
BH
50762016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5077
5078 * gdb.fortran/print_type.exp: Fix expected output.
5079 * gdb.fortran/whatis_type.exp: Fix expected output.
5080
3cd81d8d
BH
50812016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5082
5083 * gdb.fortran/whatis_type.exp: Use multi_line.
5084
ddae9462
TT
50852016-05-24 Tom Tromey <tom@tromey.com>
5086
5087 PR python/17386:
5088 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
5089 use value as an index.
5090
1957f6b8
TT
50912016-05-23 Tom Tromey <tom@tromey.com>
5092
5093 PR python/17981:
5094 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
5095 no-breakpoint case.
5096
026a9174
PA
50972016-05-24 Pedro Alves <palves@redhat.com>
5098
5099 PR gdb/19828
5100 * gdb.threads/clone-attach-detach.c: New file.
5101 * gdb.threads/clone-attach-detach.exp: New file.
5102
e70a7231
FR
51032016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
5104
5105 * gdb.base/annota-input-while-running.exp: Fix syntax error.
5106
0f6ed0e0
TT
51072016-05-23 Tom Tromey <tom@tromey.com>
5108
5109 PR python/19438, PR python/18393:
5110 * gdb.python/py-progspace.exp: Add "dir" test.
5111 * gdb.python/py-objfile.exp: Add "dir" test.
5112
ffd19d61
YQ
51132016-05-23 Yao Qi <yao.qi@linaro.org>
5114
5115 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
5116 * gdb.arch/thumb2-it.exp: Likewise.
5117
9e8f9b05
SM
51182016-05-18 Simon Marchi <simon.marchi@ericsson.com>
5119
5120 * gdb.mi/mi-threads-interrupt.c: New file.
5121 * gdb.mi/mi-threads-interrupt.exp: New file.
5122
61c6156d
SM
51232016-05-17 Simon Marchi <simon.marchi@ericsson.com>
5124
5125 PR gdb/18077
5126 * gdb.mi/mi-async-run.exp: New file.
5127 * gdb.mi/mi-async-run.c: New file.
5128
67218854
TT
51292016-05-17 Tom Tromey <tom@tromey.com>
5130 Manish Goregaokar <manishsmail@gmail.com>
5131
5132 * lib/rust-support.exp: New file.
5133 * lib/gdb.exp (skip_rust_tests): New proc.
5134 (build_executable_from_specs): Handle rust.
5135 * lib/future.exp (gdb_find_rustc): New proc.
5136 (gdb_default_target_compile): Handle rust.
5137 * gdb.rust/expr.exp: New file.
5138 * gdb.rust/generics.exp: New file.
5139 * gdb.rust/generics.rs: New file.
5140 * gdb.rust/methods.exp: New file.
5141 * gdb.rust/methods.rs: New file.
5142 * gdb.rust/modules.exp: New file.
5143 * gdb.rust/modules.rs: New file.
5144 * gdb.rust/simple.exp: New file.
5145 * gdb.rust/simple.rs: New file.
5146
c44af4eb
TT
51472016-05-17 Tom Tromey <tom@tromey.com>
5148
5149 * gdb.base/default.exp (set language): Add rust.
5150
dcd1f979
TT
51512016-05-17 Tom Tromey <tom@tromey.com>
5152
5153 * gdb.gdb/unittest.exp: New file.
5154
155b7f57
YQ
51552016-05-16 Yao Qi <yao.qi@linaro.org>
5156
5157 * gdb.base/batch-preserve-term-settings.exp: Remove variable
5158 shell_prompt. Update shell_prompt_re.
5159
8ddd5a6c
DE
51602016-05-12 Doug Evans <dje@google.com>
5161
5162 PR symtab/19999
5163 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
5164 $options when building executable.
5165 * gdb.dwarf2/fission-loclists-pie.S: New file.
5166 * gdb.dwarf2/fission-loclists-pie.exp: New file.
5167
02e370d9
SM
51682016-05-04 Simon Marchi <simon.marchi@ericsson.com>
5169
5170 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
5171 of [is_remote target],
5172
8929ad8b
SM
51732016-05-04 Simon Marchi <simon.marchi@ericsson.com>
5174
5175 * lib/gdb.exp (use_gdb_stub): New procedure.
5176
6c447423
DE
51772016-05-03 Yunlian Jiang <yunlian@google.com>
5178 Doug Evans <dje@google.com>
5179
5180 PR symtab/19914
5181 * gdb.dwarf2/dwp-sepdebug.c: New file.
5182 * gdb.dwarf2/dwp-sepdebug.exp: New file.
5183
444e826c
SM
51842016-05-02 Simon Marchi <simon.marchi@ericsson.com>
5185
5186 * gdb.base/detach.exp: Remove is_remote check.
5187
740feeaa
SM
51882016-05-02 Simon Marchi <simon.marchi@ericsson.com>
5189
5190 * gdb.base/annota-input-while-running.exp: Don't check for
5191 [is_remote target]. Enable annotations after running to main.
5192 Remove unused "set test..." line.
5193
9080ac9d
SM
51942016-04-28 Simon Marchi <simon.marchi@ericsson.com>
5195
5196 * gdb.trace/trace-enable-disable.exp: New file.
5197 * gdb.trace/trace-enable-disable.c: New file.
5198
952ebca5
SM
51992016-04-28 Simon Marchi <simon.marchi@ericsson.com>
5200
5201 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
5202 use it in info sharedlibrary test.
5203 * gdb.trace/ftrace-lock.exp: Likewise.
5204 * gdb.trace/ftrace.exp: Likewise.
5205 * gdb.trace/range-stepping.exp: Likewise.
5206 * gdb.trace/trace-break.exp: Likewise.
5207 * gdb.trace/trace-condition.exp: Likewise.
5208 * gdb.trace/trace-mt.exp: Likewise.
5209
d9019901
SM
52102016-04-27 Simon Marchi <simon.marchi@ericsson.com>
5211
5212 * lib/gdb.exp (gdb_load_shlibs): Rename to...
5213 (gdb_load_shlib): ... this.
5214 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
5215 gdb_load_shlib.
5216 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
5217 * gdb.base/ctxobj.exp: Likewise.
5218 * gdb.base/dprintf-pending.exp: Likewise.
5219 * gdb.base/dso2dso.exp: Likewise.
5220 * gdb.base/fixsection.exp: Likewise.
5221 * gdb.base/gcore-relro.exp: Likewise.
5222 * gdb.base/gdb1555.exp: Likewise.
5223 * gdb.base/global-var-nested-by-dso.exp: Likewise.
5224 * gdb.base/gnu-ifunc.exp: Likewise.
5225 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
5226 * gdb.base/jit-so.exp (one_jit_test): Likewise.
5227 * gdb.base/pending.exp: Likewise.
5228 * gdb.base/print-file-var.exp: Likewise.
5229 * gdb.base/print-symbol-loading.exp: Likewise.
5230 * gdb.base/shlib-call.exp: Likewise.
5231 * gdb.base/shreloc.exp: Likewise.
5232 * gdb.base/so-impl-ld.exp: Likewise.
5233 * gdb.base/solib-disc.exp: Likewise.
5234 * gdb.base/solib-nodir.exp: Likewise.
5235 * gdb.base/solib-overlap.exp: Likewise.
5236 * gdb.base/solib-symbol.exp: Likewise.
5237 * gdb.base/solib-weak.exp (do_test): Likewise.
5238 * gdb.base/sym-file.exp: Likewise.
5239 * gdb.base/symtab-search-order.exp: Likewise.
5240 * gdb.base/type-opaque.exp: Likewise.
5241 * gdb.base/unload.exp: Likewise.
5242 * gdb.base/watchpoint-solib.exp: Likewise.
5243 * gdb.compile/compile.exp: Likewise.
5244 * gdb.cp/gdb2384.exp: Likewise.
5245 * gdb.cp/infcall-dlopen.exp: Likewise.
5246 * gdb.cp/re-set-overloaded.exp: Likewise.
5247 * gdb.fortran/library-module.exp: Likewise.
5248 * gdb.opt/solib-intra-step.exp: Likewise.
5249 * gdb.python/py-finish-breakpoint.exp: Likewise.
5250 * gdb.python/py-shared.exp: Likewise.
5251 * gdb.reverse/solib-precsave.exp: Likewise.
5252 * gdb.reverse/solib-reverse.exp: Likewise.
5253 * gdb.server/solib-list.exp: Likewise.
5254 * gdb.threads/dlopen-libpthread.exp: Likewise.
5255 * gdb.threads/tls-shared.exp: Likewise.
5256 * gdb.threads/tls-so_extern.exp: Likewise.
5257 * gdb.trace/change-loc.exp: Likewise.
5258 * gdb.trace/ftrace-lock.exp: Likewise.
5259 * gdb.trace/ftrace.exp: Likewise.
5260 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
5261 * gdb.trace/pending.exp: Likewise.
5262 * gdb.trace/range-stepping.exp: Likewise.
5263 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
5264 (strace_info_marker): Likewise.
5265 (strace_probe_marker): Likewise.
5266 (strace_trace_on_same_addr): Likewise.
5267 (strace_trace_on_diff_addr): Likewise.
5268 * gdb.trace/trace-break.exp: Likewise.
5269 * gdb.trace/trace-condition.exp: Likewise.
5270 * gdb.trace/trace-mt.exp: Likewise.
5271
fca4cfd9
SM
52722016-04-27 Simon Marchi <simon.marchi@ericsson.com>
5273
5274 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
5275 result of gdb_remote_download.
5276 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
5277 * gdb.base/dso2dso.exp: Likewise.
5278 * gdb.base/global-var-nested-by-dso.exp: Likewise.
5279 * gdb.base/print-file-var.exp: Likewise.
5280 * gdb.base/shlib-call.exp: Likewise.
5281 * gdb.base/shreloc.exp: Likewise.
5282 * gdb.base/solib-overlap.exp: Likewise.
5283 * gdb.base/solib-weak.exp (do_test): Likewise.
5284 * gdb.base/unload.exp: Likewise.
5285
11cf4ffb
YQ
52862016-04-27 Yao Qi <yao.qi@linaro.org>
5287
5288 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
5289 exists.
5290
3e2e34f8
KB
52912016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
5292
5293 * vla-type.exp: Print structure from toplevel.
5294
8f07e298
BH
52952016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
5296
5297 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
5298 of dynamic types.
5299 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
5300 of dynamic types.
5301
9920b434
BH
53022016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
5303
5304 * gdb.fortran/vla-type.f90: New file.
5305 * gdb.fortran/vla-type.exp: New file.
5306
f3abeff5
YQ
53072016-04-25 Yao Qi <yao.qi@linaro.org>
5308
5309 * gdb.base/branch-to-self.c: New file.
5310 * gdb.base/branch-to-self.exp: New file.
5311
0a5d52f0
YQ
53122016-04-22 Yao Qi <yao.qi@linaro.org>
5313
5314 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
5315 more after $hex.
5316
495346f6
YQ
53172016-04-22 Yao Qi <yao.qi@linaro.org>
5318
5319 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
5320 * gdb.base/annota3.exp: Likewise.
5321
4a7e075c
YQ
53222016-04-22 Yao Qi <yao.qi@linaro.org>
5323
5324 * gdb.reverse/step-precsave.exp: Do one step and test program
5325 stops in "callee" and do multiple steps until program goes out
5326 of "callee".
5327 * gdb.reverse/step-reverse.exp: Likewise.
5328
5b061e98
YQ
53292016-04-22 Yao Qi <yao.qi@linaro.org>
5330
5331 * gdb.trace/signal.exp: Also pass if
5332 $tracepoint_hits($i) > $iterations.
5333
5c5dc57f
YQ
53342016-04-22 Yao Qi <yao.qi@linaro.org>
5335
5336 * gdb.trace/signal.c: New file.
5337 * gdb.trace/signal.exp: New file.
5338
a55411b9
DE
53392016-04-19 Doug Evans <xdje42@gmail.com>
5340
5341 * gdb.base/bad-file.exp: New file.
5342
a22df60a
MG
53432016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
5344
5345 * gdb.dwarf2/implref.exp: New file.
5346
0c13f7e5
BH
53472016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
5348
5349 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
5350 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
5351 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
5352 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
5353 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
5354 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
5355 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
5356 * lib/fortran.exp (fortran_int4): New procedure.
5357 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
5358 (fortran_logical4): Likewise.
5359
9b9b09e9
BH
53602016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
5361
5362 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
5363
a14d1f4d
BH
53642016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
5365
5366 * lib/compiler.c: Add Intel specific preprocessor macros.
5367 * lib/compiler.cc: Likewise.
25d49b86 5368
7d49b1d0
LM
53692016-04-13 Luis Machado <lgustavo@codesourcery.com>
5370
5371 * gdb.server/connect-with-no-symbol-file.c: New file.
5372 * gdb.server/connect-with-no-symbol-file.exp: New file.
5373
8392fa22
SM
53742016-04-13 Simon Marchi <simon.marchi@ericsson.com>
5375
5376 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
5377
8c4c4aeb
SM
53782016-04-13 Simon Marchi <simon.marchi@ericsson.com>
5379
5380 * boards/gdbserver-base.exp (${board}_download): Copy source file to
5381 standard output directory.
5382
45e3745e
AT
53832016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
5384
5385 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
5386
e26b7e41
MM
53872016-04-13 Markus Metzger <markus.t.metzger@intel.com>
5388
5389 * gdb.btrace/instruction_history.c (loop): Add declaration.
5390
8ce09462
AT
53912016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
5392
5393 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
5394
2e88a1ea
SM
53952016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
5396
5397 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
5398 parentheses to print.
5399 (continue_handler): Likewise.
5400
f48e22e3
SM
54012016-04-08 Simon Marchi <simon.marchi@ericsson.com>
5402
5403 * gdb.server/solib-list.exp: Remove is_remote check.
5404 Pass shlib= to gdb_compile. Don't link shared library with
5405 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
5406 Run binary filename through "readlink -f" on the target.
5407
096be756
PA
54082016-04-08 Pedro Alves <palves@redhat.com>
5409
5410 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
5411 interpreter filename as argument to gdbserver_spawn.
5412 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
5413 Return empty if $last_loaded_file does not exist.
5414
06500533
JK
54152016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5416
5417 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
5418 * gdb.base/jit-main.c: Use exit after usage.
5419
2d35e871
JK
54202016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5421
5422 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
5423 GDBHISTSIZE prior to the tests.
5424 * gdb.base/gdbinit-history.exp: Likewise.
5425
54262016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
5427
5428 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
5429 instead of build_executable. Use gdb_load_shlibs.
5430
c8064e7e
YQ
54312016-04-07 Yao Qi <yao.qi@linaro.org>
5432
5433 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
5434 Execute "si" command.
5435
bde47561
YQ
54362016-04-07 Yao Qi <yao.qi@linaro.org>
5437
5438 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
5439 number instead of the comments on some line.
5440
b16f8a3b
DB
54412016-04-06 Don Breazeal <donb@codesourcery.com>
5442
5443 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
5444 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
5445
c2f901df
SM
54462016-04-06 Simon Marchi <simon.marchi@ericsson.com>
5447
5448 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
5449 standard_output_file. Remove unused binfile variable.
5450
ac17fda0
CU
54512016-04-05 Catalin Udma <catalin.udma@freescale.com>
5452
5453 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
5454 * gdb.python/py-mi-objfile.exp: Match "list main" output
5455 in console format.
5456
03a8c4df
SM
54572016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
5458
5459 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
5460 absolute.
5461
6e774b13
SM
54622016-04-05 Simon Marchi <simon.marchi@ericsson.com>
5463
5464 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
5465 absolute.
5466 * gdb.trace/ftrace.exp: Likewise.
5467 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
5468 targets as well.
5469 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
5470 (gdb_load_shlibs): Copy libraries to test directory when testing
5471 natively. Only set solib-search-path if testing remotely.
5472 * lib/mi-support.exp (mi_load_shlibs): Likewise.
5473
7817ea46
SM
54742016-04-05 Simon Marchi <simon.marchi@ericsson.com>
5475
5476 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
5477 gdb_download. Use it even if the target is not remote.
5478 * gdb.base/jit.exp (compile_jit_test): Likewise.
5479 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
5480 output directory if the destination board is local, otherwise use
5481 the standard remote_download from DejaGnu.
5482 (gdb_download): Remove.
5483 (gdb_load_shlibs): Use gdb_remote_download instead of
5484 gdb_download.
5485 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
5486 Use gdb_remote_download instead of gdb_download. Use it even if
5487 the target is not remote.
5488 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
5489 instead of gdb_download.
5490
7beb7f68
SM
54912016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
5492
5493 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
5494 (test_insert_delete_modify): Call mi_load_shlibs before trying to
5495 run.
5496
cc63428a
AV
54972016-04-01 Artemiy Volkov <artemiyv@acm.org>
5498
5499 PR gdb/19820
5500 * gdb.base/printcmds.exp: Add artificial arrays tests.
5501
64cdf930
PA
55022016-03-31 Pedro Alves <palves@redhat.com>
5503
5504 PR gdb/19858
5505 * gdb.base/jit-main.c: Include unistd.h.
5506 (ATTACH): Define to 0 if not already defined.
5507 (wait_for_gdb, mypid): New globals.
5508 (WAIT_FOR_GDB): New macro.
5509 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
5510 some breakpoint locations.
5511 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
5512 New procedures.
5513 (one_jit_test): Add REATTACH parameter, and handle it. Use
5514 continue_to_test_location.
5515 (top level): Test attach, and adjusts calls to one_jit_test.
5516
40dea8cb
PA
55172016-03-31 Pedro Alves <palves@redhat.com>
5518
5519 PR gdb/19858
5520 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
5521 BINSUFFIX parameter, and handle it.
5522 (top level): Adjust calls compile_jit_test.
5523
e7ea3ec7
CU
55242016-03-31 Catalin Udma <catalin.udma@freescale.com>
5525
5526 PR python/19743
5527 * gdb.python/py-mi-events-gdb.py: New file.
5528 * gdb.python/py-mi-events.c: New file.
5529 * gdb.python/py-mi-events.exp: New file.
5530
e6359af3
YQ
55312016-03-30 Yao Qi <yao.qi@linaro.org>
5532
5533 * gdb.reverse/until-precsave.exp: Match function name only.
5534 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
5535 Move malloc to a condition block.
5536 * gdb.reverse/until-reverse.exp: Match function name only.
5537
a4105d04
MK
55382016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
5539
5540 * gdb.trace/ftrace.exp: Set arg0exp for s390.
5541 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
5542 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
5543 variable for GPR 0 instead of assuming it is register 0.
5544 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
5545 * lib/trace-support.exp: Add s390 registers.
5546
bfa6adb9
YQ
55472016-03-29 Yao Qi <yao.qi@linaro.org>
5548
5549 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
5550
1e6697ea
YQ
55512016-03-24 Yao Qi <yao.qi@linaro.org>
5552
5553 * gdb.reverse/break-reverse.exp: Add quotation mark in the
5554 test message.
5555
64bcd522
AA
55562016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
5557
5558 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
5559 maintaining separate logic for constructing the output path.
5560
7868401b
DB
55612016-03-16 Don Breazeal <donb@codesourcery.com>
5562
5563 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
5564 Retry fork and waitpid on interrupted system call errors.
5565 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
5566 Use with_timeout_factor to increase timeout by factor of 10.
5567
1cafadb4
DB
55682016-03-15 Don Breazeal <donb@codesourcery.com>
5569
5570 * gdb.cp/scope-err.cc: New test program.
5571 * gdb.cp/scope-err.exp: New test script.
5572 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
5573 lines and "set breakpoint here" comment.
5574 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
5575 Fixed some whitespace and format issues.
5576 * gdb.mi/mi-linespec-err-cp.cc: New test program.
5577 * gdb.mi/mi-linespec-err-cp.exp: New test script.
5578
81516450
DE
55792016-03-15 Doug Evans <dje@google.com>
5580
5581 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
5582 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
5583 All callers updated. Add tests for enums, mixed flags register.
5584
aa52b601
DE
55852016-03-15 Doug Evans <dje@google.com>
5586
5587 * gdb.base/skip.c (main): Call test_skip_file_and_function.
5588 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
5589
fa4ff313
SM
55902016-03-14 Simon Marchi <simon.marchi@ericsson.com>
5591
5592 * gdb.base/default.exp: Add $_as_string to the list of expected
5593 convenience functions.
5594
f2403c39
AB
55952016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
5596
5597 * gdb.base/maint.exp: New tests for 'maint info line-table'.
5598
f2f3ccb9
SM
55992016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
5600
5601 * gdb.python/py-as-string.exp: New file.
5602 * gdb.python/py-as-string.c: New file.
5603
00dbd492
PA
56042016-03-09 Pedro Alves <palves@redhat.com>
5605
5606 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
5607 signal" -> "Thread NN received signal" output change.
5608 * gdb.threads/ia64-sigill.exp: Likewise.
5609 * gdb.threads/linux-dp.exp: Likewise.
5610 * gdb.threads/manythreads.exp: Likewise.
5611 * gdb.threads/pending-step.exp: Likewise.
5612 * gdb.threads/print-threads.exp: Likewise.
5613 * gdb.threads/sigstep-threads.exp: Likewise.
5614 * gdb.threads/staticthreads.exp: Likewise.
5615 * gdb.threads/tls.exp: Likewise.
5616
1e6697ea
YQ
56172016-03-09 Pedro Alves <palves@redhat.com>
5618
5619 * gdb.base/command-line-input.exp: New file.
5620
b04fd3be
MK
56212016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
5622
5623 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
5624 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
5625 * gdb.trace/pending.exp: Accept leading dot before function name.
5626 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
5627 * lib/trace-support.exp: Set registers for ppc.
5628
98fa59e9
MK
56292016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
5630
5631 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
5632 use it for disassembly; accept .main in addition to main in backtrace.
5633
f77198c8
MK
56342016-03-09 Wei-cheng Wang <cole945@gmail.com>
5635 Marcin Kościelnicki <koriakin@0x04.net>
5636
5637 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
5638 (gdb_recursion_test_ptr): New global variable.
5639 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
5640 gdb_recursion_test.
5641 (gdb_c_test): Ditto.
5642
ba84e0da
MK
56432016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
5644
5645 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
5646 ordering.
5647
4366d36e
MK
56482016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
5649
5650 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
5651 (bar): Add bar_start_lbl label.
5652 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
5653 of foo/bar for emitting DWARF and tracing.
5654
5eb264df
SDJ
56552016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
5656
5657 * analyze-racy-logs.py: Set executable bit.
5658
fb6a751f
SDJ
56592016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
5660
5661 * Makefile.in (DEFAULT_RACY_ITER): New variable.
5662 (CHECK_TARGET_TMP): Likewise.
5663 (check-single-racy): New rule.
5664 (check-parallel-racy): Likewise.
5665 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
5666 (do-check-parallel-racy): New rule.
5667 (check-racy/%.exp): Likewise.
5668 * README (Racy testcases): New section.
5669 * analyze-racy-logs.py: New file.
5670
bdf7e230
DE
56712016-03-03 Doug Evans <dje@google.com>
5672
5673 * gdb.base/skip.exp: Use with_test_prefix.
5674
4719d415
YQ
56752016-03-03 Yao Qi <yao.qi@linaro.org>
5676
5677 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
5678 Invoke step_over_syscall "clone" and break_cond_on_syscall
5679 "clone".
5680 * gdb.base/step-over-clone.c: New file.
5681
ea507862
YQ
56822016-03-03 Yao Qi <yao.qi@linaro.org>
5683
5684 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
5685 code format.
5686
8fc8cbda
YQ
56872016-03-03 Yao Qi <yao.qi@linaro.org>
5688
5689 * gdb.base/disp-step-fork.c: Rename to ...
5690 * gdb.base/step-over-fork.c: ... it. New file.
5691 * gdb.base/disp-step-vfork.c: Rename to ...
5692 * gdb.base/step-over-vfork.c: ... it. New file.
5693 * gdb.base/disp-step-syscall.exp: Rename to ...
5694 * gdb.base/step-over-syscall.exp: ... it. New file.
5695 (disp_step_cross_syscall): Rename to ...
5696 (step_over_syscall): ... it.
5697
92fa70b0
YQ
56982016-03-03 Yao Qi <yao.qi@linaro.org>
5699
5700 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
5701 If target supports condition evaluation on target, invoke
5702 break_cond_on_syscall for fork and vfork.
5703
e197ad3c
YQ
57042016-03-03 Yao Qi <yao.qi@linaro.org>
5705
5706 * gdb.base/disp-step-syscall.exp: Don't invoke
5707 support_displaced_stepping.
5708 (disp_step_cross_syscall): Test with displaced stepping off and
5709 on if supported.
5710
0b47da9f
YQ
57112016-03-03 Yao Qi <yao.qi@linaro.org>
5712
5713 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
5714 proc.
5715 (setup): New proc.
5716 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
5717 and setup.
5718
065ab6dc
BH
57192016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
5720
5721 * gdb.fortran/vla-history.exp: Remove breakpoint.
5722
07e448ad 57232016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
5724
25d49b86
PA
5725 * gdb.fortran/vla-history.exp: Lookup array elements and printing
5726 exceeds timeout.
07e448ad 5727
9ac2d526 57282016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
5729
25d49b86
PA
5730 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
5731 breakpoint.
9ac2d526 5732
17807369
BH
57332016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
5734
5735 * gdb.mi/vla.f90: Nullify pointer after declaration.
5736
86e501af
PA
57372016-03-01 Pedro Alves <palves@redhat.com>
5738
5739 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
5740
1e903e32
PA
57412016-03-01 Pedro Alves <palves@redhat.com>
5742
5743 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
5744 before anything else.
5745 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
5746 _GNU_SOURCE here.
5747 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
5748 before anything else.
5749 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
5750
6ccb54e2
PA
57512016-03-01 Pedro Alves <palves@redhat.com>
5752
5753 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
5754
30ca9da1
YQ
57552016-03-01 Yao Qi <yao.qi@linaro.org>
5756
5757 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
5758 prepare_for_testing.
5759
dc856b38
YQ
57602016-03-01 Yao Qi <yao.qi@linaro.org>
5761
5762 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
5763
4a932159
AA
57642016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
5765
5766 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
5767 manually constructing the output path.
5768
f2489477
AA
57692016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
5770
5771 * gdb.arch/s390-stackless.S: New.
5772 * gdb.arch/s390-stackless.exp: New.
5773
38899f16
IB
57742016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
5775
5776 * gdb.dlang/circular.c: New file.
5777 * gdb.dlang/circular.exp: New file.
5778
9fde51ed
YQ
57792016-02-26 Yao Qi <yao.qi@linaro.org>
5780
5781 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
5782 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
5783 (testcases): Update.
5784
ce90fefe
YQ
57852016-02-26 Yao Qi <yao.qi@linaro.org>
5786
5787 * gdb.reverse/aarch64.c: Rename to ...
5788 * gdb.reverse/insn-reverse.c: ... it.
5789 * gdb.reverse/aarch64.exp: Rename to ...
5790 * gdb.reverse/insn-reverse.exp: ... it.
5791
3263bceb
YQ
57922016-02-26 Yao Qi <yao.qi@linaro.org>
5793
5794 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
5795 (testcase_ftype): New.
5796 (testcases): New array.
5797 (n_testcases): New.
5798 (main): Call each element in testcases.
5799 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
5800 (read_testcase): New.
5801 Do the tests in a loop.
5802
6cb59ff1
YQ
58032016-02-25 Yao Qi <yao.qi@linaro.org>
5804
5805 * gdb.base/branches.c: Remove.
5806
ae91f625
MK
58072016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
5808
5809 PR gdb/13808
5810 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
5811
678b48b7
MK
58122016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
5813
5814 * gdb.trace/ftrace.exp: Remove unnecessary target check.
5815
7337a6f2
MK
58162016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
5817
5818 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
5819 change x86_64 call_insn to 'callq'.
5820
861ca91f
AT
58212016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
5822
5823 * gdb.trace/tfile-avx.c: Move to...
5824 * gdb.trace/tracefile-pseudo-reg.c: Here.
5825 * gdb.trace/tfile-avx.exp: Move to...
5826 * gdb.trace/tracefile-pseudo-reg.exp: Here.
5827
bf74e428
GB
58282016-02-24 Gary Benson <gbenson@redhat.com>
5829
5830 * gdb.base/attach-pie-noexec.exp: Do not expect an error
5831 message on attach.
5832
cce0e923
DE
58332016-02-23 Doug Evans <dje@google.com>
5834
5835 * gdb.base/skip.c (test_skip): New function.
5836 (end_test_skip_file_and_function): New function.
5837 (test_skip_file_and_function): New function.
5838 * gdb.base/skip1.c (test_skip): New function.
5839 (skip1_test_skip_file_and_function): New function.
5840 * gdb.base/skip.exp: Add tests for new skip options.
5841 * gdb.base/skip-solib.exp: Update expected output.
5842 * gdb.perf/skip-command.cc: New file.
5843 * gdb.perf/skip-command.exp: New file.
5844 * gdb.perf/skip-command.py: New file.
5845
4000e47e
MK
58462016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
5847
5848 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
5849 info registers pattern.
5850
24f75ead
IB
58512016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
5852
5853 * lib/future.exp: Add D support.
5854 (gdb_find_gdc): New proc.
5855 (gdb_default_target_compile): Add D support.
5856
fbb7bcbe
WW
58572016-02-18 Wei-cheng Wang <cole945@gmail.com>
5858
5859 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
5860 user+system time.
5861 (trace_speed_test): Determine the iteration count for a time
5862 between 15..30 seconds.
5863
012b3a21
WT
58642016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
5865
5866 * gdb.arch/i386-mpx-sigsegv.c: New file.
5867 * gdb.arch/i386-mpx-sigsegv.exp: New file.
5868 * gdb.arch/i386-mpx-simple_segv.c: New file.
5869 * gdb.arch/i386-mpx-simple_segv.exp: New file.
5870
2d5189bd
YQ
58712016-02-18 Yao Qi <yao.qi@linaro.org>
5872
5873 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
5874 Don't call setup_kfail.
5875
40fb20d0
YQ
58762016-02-18 Yao Qi <yao.qi@linaro.org>
5877
5878 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
5879 Set "set breakpoint condition-evaluation" per $cond_bp_target.
5880
21b1f8d2
DE
58812016-02-16 Doug Evans <dje@google.com>
5882
5883 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
5884 * gdb.base/skip1.c: Ditto.
5885 * gdb.base/skip.exp: Whitespace cleanup.
5886
4041ed77
DB
58872016-02-16 Don Breazeal <donb@codesourcery.com>
5888
5889 PR remote/19496
5890 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
5891 Remove kfail for PR remote/19496.
5892
c4ef31bf
SM
58932016-02-16 Simon Marchi <simon.marchi@ericsson.com>
5894
5895 * lib/gdb.exp (standard_temp_file): Return a path specific to
5896 the runtest invocation.
5897
266b65b3
SM
58982016-02-16 Simon Marchi <simon.marchi@ericsson.com>
5899
5900 * gdb.trace/save-trace.exp: Change relative path to be in the
5901 standard output directory.
5902
a7a0a6a9
JK
59032016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5904
5905 * gdb.arch/i386-prologue.c: Add missing prototypes.
5906
c99dbb42
JK
59072016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5908
5909 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
5910 * gdb.arch/i386-prologue.exp: Likewise.
5911 * gdb.arch/i386-size.exp: Likewise.
5912
aa480355
SM
59132016-02-15 Simon Marchi <simon.marchi@ericsson.com>
5914
5915 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
5916 define object file path.
5917 * gdb.btrace/gcore.exp: Use standard_output_file to define core
5918 file path.
5919 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
5920 standard_output_file to define binfile.
5921
ba881f50
JK
59222016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5923
5924 Fix compatibility with recent gfortran-5.3.1.
5925 * gdb.fortran/vla-history.exp (print vla1 allocated)
5926 (print vla2 allocated, print $2, print $3): Remove
5927 (print $4): Rename to ...
5928 (print $2): ... here.
5929 (print $9): Rename to ...
5930 (print $5): ... here.
5931 (print $10): Rename to ...
5932 (print $6): ... here.
5933 * gdb.fortran/vla.f90: Add pvla initialization.
5934
e9fb005c
JK
59352016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5936
5937 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
5938 New test.
5939 * gdb.fortran/vla-value-sub.exp: Likewise.
5940
e44e00ff
MK
59412016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
5942
5943 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
5944
97e94151
SM
59452016-02-12 Simon Marchi <simon.marchi@ericsson.com>
5946
5947 * i386-biarch-core.exp: Define corefile using
5948 standard_output_file.
5949
01113bc1
YQ
59502016-02-12 Yao Qi <yao.qi@linaro.org>
5951
5952 * gdb.arch/arm-single-step-kernel-helper.c: New.
5953 * gdb.arch/arm-single-step-kernel-helper.exp: New.
5954
33b4777c
MM
59552016-02-12 Markus Metzger <markus.t.metzger@intel.com>
5956
5957 * gdb.btrace/tailcall-only.exp: New.
5958 * gdb.btrace/tailcall-only.c: New.
5959 * gdb.btrace/x86_64-tailcall-only.S: New.
5960 * gdb.btrace/i686-tailcall-only.S: New.
5961
acc23c11
PA
59622016-02-11 Pedro Alves <palves@redhat.com>
5963
5964 * README (Parallel testing): Add missing double quotes.
5965
e352bf0a
PA
59662016-02-11 Pedro Alves <palves@redhat.com>
5967
5968 * README (Parallel testing): New section.
5969 (GDB_PARALLEL): Rewrite.
5970 (FORCE_PARALLEL): Document.
5971
9f5fed78
MK
59722016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
5973
5974 * gdb.trace/tfile-avx.c: New test.
5975 * gdb.trace/tfile-avx.exp: New test.
5976
9ef9e6a6
KS
59772016-02-09 Keith Seitz <keiths@redhat.com>
5978
5979 PR breakpoints/19546
5980 * gdb.base/infcall-exec.c: New file.
5981 * gdb.base/infcall-exec2.c: New file.
5982 * gdb.base/infcall-exec.exp: New file.
5983
a96e36da
KS
59842016-02-09 Keith Seitz <keiths@redhat.com>
5985
5986 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
5987 (toplevel): Call test_bkpt_address.
5988
9f61929f
KS
59892016-02-09 Keith Seitz <keiths@redhat.com>
5990
5991 PR python/19506
5992 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
5993 (toplevel): Call test_bkpt_address.
5994
1e94266c
SM
59952016-02-09 Simon Marchi <simon.marchi@ericsson.com>
5996
5997 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
5998 to AC_OUTPUT.
5999 * configure: Regenerate.
6000
2a7f3dff
PA
60012016-02-09 Pedro Alves <palves@redhat.com>
6002
6003 PR breakpoints/19548
6004 * gdb.base/execl-update-breakpoints.c (some_function): New
6005 function.
6006 (main): Call it.
6007 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
6008 Tighten expected GDB output.
6009
2151ccc5
SM
60102016-02-08 Simon Marchi <simon.marchi@ericsson.com>
6011
6012 * Makefile.in (ALL_SUBDIRS): Remove.
6013 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
6014 (distclean maintainer-clean realclean): Likewise.
6015 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
6016 * configure: Regenerate.
6017 * gdb.ada/Makefile.in: Delete.
6018 * gdb.arch/Makefile.in: Likewise.
6019 * gdb.asm/Makefile.in: Likewise.
6020 * gdb.base/Makefile.in: Likewise.
6021 * gdb.btrace/Makefile.in: Likewise.
6022 * gdb.cell/Makefile.in: Likewise.
6023 * gdb.compile/Makefile.in: Likewise.
6024 * gdb.cp/Makefile.in: Likewise.
6025 * gdb.disasm/Makefile.in: Likewise.
6026 * gdb.dlang/Makefile.in: Likewise.
6027 * gdb.dwarf2/Makefile.in: Likewise.
6028 * gdb.fortran/Makefile.in: Likewise.
6029 * gdb.gdb/Makefile.in: Likewise.
6030 * gdb.go/Makefile.in: Likewise.
6031 * gdb.guile/Makefile.in: Likewise.
6032 * gdb.java/Makefile.in: Likewise.
6033 * gdb.linespec/Makefile.in: Likewise.
6034 * gdb.mi/Makefile.in: Likewise.
6035 * gdb.modula2/Makefile.in: Likewise.
6036 * gdb.multi/Makefile.in: Likewise.
6037 * gdb.objc/Makefile.in: Likewise.
6038 * gdb.opencl/Makefile.in: Likewise.
6039 * gdb.opt/Makefile.in: Likewise.
6040 * gdb.pascal/Makefile.in: Likewise.
6041 * gdb.perf/Makefile.in: Likewise.
6042 * gdb.python/Makefile.in: Likewise.
6043 * gdb.reverse/Makefile.in: Likewise.
6044 * gdb.server/Makefile.in: Likewise.
6045 * gdb.stabs/Makefile.in: Likewise.
6046 * gdb.threads/Makefile.in: Likewise.
6047 * gdb.trace/Makefile.in: Likewise.
6048 * gdb.xml/Makefile.in: Likewise.
6049 * lib/gdb.exp (make_gdb_parallel_path): Add check for
6050 GDB_PARALLEL.
6051 (standard_output_file): Remove check for GDB_PARALLEL, always
6052 return path in outputs/$subdir/$testname.
6053
437277d4
SM
60542016-02-08 Simon Marchi <simon.marchi@ericsson.com>
6055
6056 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
6057 (site.exp): Assign abs_srcdir to tcl's srcdir.
6058
31d913c7
YQ
60592016-02-04 Yao Qi <yao.qi@linaro.org>
6060
6061 * gdb.base/foll-exec-mode.c: Include limits.h.
6062 (main): Add parameters argc and argv. Get directory from
6063 argv[0].
6064 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
6065 compilation.
6066 * gdb.base/foll-exec.c: Include limits.h.
6067 (main): Add parameters argc and argv.
6068 Get directory from argv[0].
6069 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
6070 Adjust tests on the number of lines as source code changed.
6071 * gdb.base/foll-vfork-exit.c: Include limits.h.
6072 (main): Add one line of statement before vfork.
6073 * gdb.base/foll-vfork.c: Include limits.h and string.h.
6074 (main): Add parameters argc and argv. Get directory from
6075 argv[0].
6076 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
6077 (setup_gdb): Set tbreak to skip some source lines.
6078 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
6079 (main): Add parameters argc and argv. Get directory from
6080 argv[0].
6081 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
6082 compilation.
6083 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
6084 (main): Add parameters argc and argv. Get directory from
6085 argv[0].
6086 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
6087 compilation.
6088
9482b9fb
DE
60892016-02-01 Doug Evans <dje@google.com>
6090
6091 * gdb.base/skip.exp: Clean up multiple references to same test name.
6092
6b2e4f10
PA
60932016-02-01 Pedro Alves <palves@redhat.com>
6094
ccb6afd6 6095 PR remote/19496
6b2e4f10
PA
6096 * gdb.threads/forking-threads-plus-breakpoint.exp
6097 (displaced_stepping_supported): New global.
6098 (probe_displaced_stepping_support): New procedure.
6099 (do_test): Add 'displaced' parameter, and use it.
6100 (top level): Check for displaced stepping support. Add displaced
6101 stepping on/off testing axis.
6102
37a8db1a
AB
61032016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
6104
6105 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
6106 pointer. Don't perform further tests on the unassociated pointer
6107 if the first test fails.
6108
5fdf6324
AB
61092016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
6110
6111 * gdb.base/max-value-size.c: New file.
6112 * gdb.base/max-value-size.exp: New file.
6113 * gdb.base/huge.exp: Disable max-value-size for this test.
6114
935c6144
IB
61152016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
6116
6117 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6118
7fe8399d
YQ
61192016-01-28 Yao Qi <yao.qi@linaro.org>
6120
6121 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
6122
a2077e25
PA
61232016-01-25 Pedro Alves <palves@redhat.com>
6124
6125 PR threads/19461
6126 * gdb.base/fork-running-state.c: New file.
6127 * gdb.base/fork-running-state.exp: New file.
6128
1d2736d4
PA
61292016-01-25 Pedro Alves <palves@redhat.com>
6130
6131 PR gdb/19494
6132 * gdb.base/catch-fork-kill.c: New file.
6133 * gdb.base/catch-fork-kill.exp: New file.
6134
f1da4b11
PA
61352016-01-25 Pedro Alves <palves@redhat.com>
6136
6137 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
6138 Delete, moved to lib/gdb.exp.
6139 * gdb.threads/forking-threads-plus-breakpoint.exp
6140 (foreach_with_prefix): Likewise.
6141 * gdb.threads/process-dies-while-handling-bp.exp
6142 (foreach_with_prefix): Likewise.
6143 * lib/gdb.exp (foreach_with_prefix): New procedure.
6144
45f38546
MK
61452016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
6146
6147 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
6148 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
6149
dc29a1ce
MK
61502016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
6151
6152 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
6153 endian targets.
6154
092127d7
JK
61552016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6156 Pedro Alves <palves@redhat.com>
6157
6158 Fix testsuite compatibility with Guile.
6159 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
6160 number.
6161
31d765d3
JK
61622016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6163
6164 Fix testsuite compatibility with Guile.
6165 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
6166 (thread 1): New test for backtrace through signal handler.
6167
1ac78c04
YQ
61682016-01-22 Yao Qi <yao.qi@linaro.org>
6169
6170 PR testsuite/19491
6171 * gdb.base/multi-forks.c: Include
6172 ../lib/unbuffer_output.c
6173 (main): Call gdb_unbuffer_output.
6174
4f5946a8
DE
61752016-01-21 Doug Evans <dje@google.com>
6176
6177 * lib/ada.exp (gdb_compile_ada): Fix typo.
6178
305e13e6
JB
61792016-01-21 Joel Brobecker <brobecker@adacore.com>
6180
6181 * gdb.base/break-fun-addr.exp: New file.
6182 * gdb.base/break-fun-addr1.c: New file.
6183 * gdb.base/break-fun-addr2.c: New file.
6184
5f5dfff6
SM
61852016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
6186
6187 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
6188 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
6189 enum flag values.
6190
fd356fa2
AA
61912016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
6192
6193 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
6194 when GDB can not set the vector return value. Add more comments
6195 for clarification.
6196
9df22175
AT
61972016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
6198
6199 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
6200 command.
6201
41d1845e
SM
62022016-01-19 Simon Marchi <simon.marchi@ericsson.com>
6203
6204 * Makefile.in (DO_RUNTEST): Add --status and update usages.
6205
01ac6840
SM
62062016-01-19 Simon Marchi <simon.marchi@ericsson.com>
6207
6208 * Makefile.in (check-single): Pass --status to runtest.
6209 (check/%.exp): Likewise.
6210
62112016-01-19 Simon Marchi <simon.marchi@ericsson.com>
6212
6213 * Makefile.in (check-parallel): Propagate return code from make
6214 do-check-parallel.
6215
bd0a71fa
MK
62162016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
6217
6218 * gdb.trace/ftrace.exp: Fix expected message on continue.
6219 * gdb.trace/pending.exp: Fix expected message on continue.
6220 * gdb.trace/trace-break.exp: Fix expected message on continue.
6221
8bcbad33
SM
62222016-01-18 Simon Marchi <simon.marchi@ericsson.com>
6223
6224 * lib/gdb.exp (gdb_test): Remove unused global references.
6225
f303dbd6
PA
62262016-01-18 Pedro Alves <palves@redhat.com>
6227
6228 * gdb.base/async-shell.exp: Adjust expected output.
6229 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
6230 * gdb.base/siginfo-thread.exp: Adjust expected output.
6231 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
6232 * gdb.java/jnpe.exp: Adjust expected output.
6233 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
6234 * gdb.threads/continue-pending-status.exp: Adjust expected output.
6235 * gdb.threads/leader-exit.exp: Adjust expected output.
6236 * gdb.threads/manythreads.exp: Adjust expected output.
6237 * gdb.threads/pthreads.exp: Adjust expected output.
6238 * gdb.threads/schedlock.exp: Adjust expected output.
6239 * gdb.threads/siginfo-threads.exp: Adjust expected output.
6240 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
6241 expected output.
6242 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
6243 output.
6244 * gdb.threads/sigthread.exp: Adjust expected output.
6245 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
6246
b2789696
YQ
62472016-01-18 Yao Qi <yao.qi@linaro.org>
6248
6249 * gdb.guile/scm-section-script.c: Replace @progbits with
6250 %progbits.
6251 * gdb.python/py-section-script.c: Likewise.
6252
71ef29a8
PA
62532016-01-15 Pedro Alves <palves@redhat.com>
6254
6255 * gdb.multi/tids.exp: Test star wildcard ranges.
6256
3f5b7598
PA
62572016-01-15 Pedro Alves <palves@redhat.com>
6258
6259 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
6260 command from "thread apply" invocation.
6261 (thr_apply_info_thr_invalid): Default the expected output to the
6262 input tid list.
6263 (top level): Add tests that use convenience variables. Add tests
6264 for "thread apply" with a valid TID list, but missing the command.
6265
663f6d42
PA
62662016-01-13 Pedro Alves <palves@redhat.com>
6267
6268 * gdb.base/default.exp: Expect $_gthread as well.
6269 * gdb.multi/tids.exp: Test $_gthread.
6270 * gdb.threads/thread-specific.exp: Test $_gthread.
6271
c84f6bbf
PA
62722016-01-13 Pedro Alves <palves@redhat.com>
6273
6274 * gdb.multi/tids.exp: Test "info threads -gid".
6275
22a02324
PA
62762016-01-13 Pedro Alves <palves@redhat.com>
6277
6278 * gdb.multi/tids.exp: Test InferiorThread.global_num and
6279 Breakpoint.thread.
6280 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
6281
5d5658a1
PA
62822016-01-07 Pedro Alves <palves@redhat.com>
6283
6284 * gdb.base/break.exp: Adjust to output changes.
6285 * gdb.base/hbreak2.exp: Likewise.
6286 * gdb.base/sepdebug.exp: Likewise.
6287 * gdb.base/watch_thread_num.exp: Likewise.
6288 * gdb.linespec/keywords.exp: Likewise.
6289 * gdb.multi/info-threads.exp: Likewise.
6290 * gdb.threads/thread-find.exp: Likewise.
6291 * gdb.multi/tids.c: New file.
6292 * gdb.multi/tids.exp: New file.
6293
84654457
PA
62942016-01-13 Pedro Alves <palves@redhat.com>
6295
6296 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
6297
e3940304
PA
62982016-01-13 Pedro Alves <palves@redhat.com>
6299
6300 * gdb.base/default.exp: Expect $_inferior as well.
6301 * gdb.multi/base.exp: Test $_inferior.
6302
a911d87a
PA
63032016-01-13 Pedro Alves <palves@redhat.com>
6304
6305 PR breakpoints/19388
6306 * gdb.base/catch-signal-siginfo-cond.c: New file.
6307 * gdb.base/catch-signal-siginfo-cond.exp: New file.
6308
82075af2
JS
63092016-01-12 Josh Stone <jistone@redhat.com>
6310 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6311
6312 * gdb.base/catch-syscall.c (do_execve): New variable.
6313 (main): Conditionally trigger an execve.
6314 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
6315 (test_catch_syscall_execve): New, check entry/return across execve.
6316 (do_syscall_tests): Call test_catch_syscall_execve.
6317
e46eeedd
PA
63182016-01-12 Pedro Alves <palves@redhat.com>
6319
6320 * gdb.base/random-signal.exp (do_test): New procedure, with body
6321 of testcase moved in.
6322
01d8c27e
JK
63232016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6324 Pedro Alves <palves@redhat.com>
6325
6326 * gdb.base/funcargs.exp (finish from indirectly called function):
6327 Reintroduce the case for 'First'.
6328
9a706302
JK
63292016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6330 Pedro Alves <palves@redhat.com>
6331
6332 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
6333 (tcatch_vfork_then_child_follow_exec)
6334 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
6335 identification.
6336
c0ecb95f
JK
63372016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6338
6339 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
6340 and repeats to unlimited.
6341 * gdb.python/py-value.exp: Likewise.
6342 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
6343 and repeats to unlimited.
6344
6cfc1fcb
JK
63452016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6346
6347 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
6348 and reordering the functions.
6349 * gdb.multi/hangout.c: Likewise.
6350 * gdb.multi/hello.c: Likewise.
6351
582a1b00
SM
63522016-01-08 Simon Marchi <simon.marchi@ericsson.com>
6353
6354 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
6355 absolute.
6356 (SingleStatisticTestResult.report): Use dict.keys instead of
6357 dict.iterkeys.
6358
79bc59cb
PA
63592016-01-06 Pedro Alves <palves@redhat.com>
6360
6361 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
6362
43368e1d
MM
63632016-01-04 Markus Metzger <markus.t.metzger@intel.com>
6364
6365 * gdb.btrace/dlopen.exp: New.
6366 * gdb.btrace/dlopen.c: New.
6367 * gdb.btrace/dlopen-dso.c: New.
6368
79fad5b8
SL
63692015-12-25 Sandra Loosemore <sandra@codesourcery.com>
6370
6371 * lib/gdb.exp (gdb_test): Update comments to clarify that the
6372 PATTERN argument is optional.
6373
ab8314b3
JB
63742015-12-24 Joel Brobecker <brobecker@adacore.com>
6375
6376 * lib/ada.exp (target_compile_ada_from_dir): New function.
6377 (gdb_compile_ada): Reimplement avoiding the use of project files.
6378 * gdb.ada/gnat_ada.gpr: Delete.
6379 * gdb.ada/cond_lang.exp: Adjust test to make path before
6380 filename optional.
6381 * gdb.ada/small_reg_param.exp: Likewise.
6382
fe33faff
SM
63832015-12-22 Simon Marchi <simon.marchi@ericsson.com>
6384
6385 * gdb.base/foll-vork.exp: Remove HP-UX special case.
6386
6d265cb4
TP
63872015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
6388
6389 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
6390 case.
6391
10125099
SM
63922015-12-21 Simon Marchi <simon.marchi@ericsson.com>
6393
6394 * gdb.base/break.exp: Remove dead code.
6395 * gdb.base/sepdebug.exp: Likewise.
6396
3ca22649
SM
63972015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
6398
6399 * gdb.asm/asm-source.exp: Remove HP-UX references.
6400 * gdb.base/annota1.exp: Likewise.
6401 * gdb.base/annota3.exp: Likewise.
6402 * gdb.base/attach.exp: Likewise.
6403 * gdb.base/bigcore.exp: Likewise.
6404 * gdb.base/break.exp: Likewise.
6405 * gdb.base/call-ar-st.exp: Likewise.
6406 * gdb.base/callfuncs.exp: Likewise.
6407 * gdb.base/catch-fork-static.exp: Likewise.
6408 * gdb.base/display.exp: Likewise.
6409 * gdb.base/foll-exec-mode.exp: Likewise.
6410 * gdb.base/foll-exec.exp: Likewise.
6411 * gdb.base/foll-fork.exp: Likewise.
6412 * gdb.base/foll-vfork.exp: Likewise.
6413 * gdb.base/funcargs.exp: Likewise.
6414 * gdb.base/hbreak2.exp: Likewise.
6415 * gdb.base/inferior-died.exp: Likewise.
6416 * gdb.base/interrupt.exp: Likewise.
6417 * gdb.base/multi-forks.exp: Likewise.
6418 * gdb.base/nodebug.exp: Likewise.
6419 * gdb.base/sepdebug.exp: Likewise.
6420 * gdb.base/solib1.c: Likewise.
6421 * gdb.base/step-test.exp: Likewise.
6422 * gdb.mi/non-stop.c: Likewise.
6423 * gdb.mi/pthreads.c: Likewise.
6424 * gdb.multi/bkpt-multi-exec.ex: Likewise.
6425 * gdb.threads/pthreads.c: Likewise.
6426 * gdb.threads/staticthreads.exp: Likewise.
6427 * lib/future.exp: Likewise.
6428 * lib/gdb.exp: Likewise.
6429 * gdb.base/so-indr-cl.c: Remove.
6430 * gdb.base/so-indr-cl.exp: Likewise.
6431 * gdb.base/solib.c: Likewise.
6432 * gdb.base/solib.exp: Likewise.
6433 * gdb.base/solib2.c: Likewise.
6434
b6304613
SM
64352015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
6436
6437 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
6438 * gdb.base/call-ar-st.exp: Likewise.
6439 * gdb.base/callfuncs.exp: Likewise.
6440 * gdb.base/condbreak.exp: Likewise.
6441 * gdb.base/constvars.exp: Likewise.
6442 * gdb.base/hbreak2.exp: Likewise.
6443 * gdb.base/langs.exp: Likewise.
6444 * gdb.base/list.exp: Likewise.
6445 * gdb.base/long_long.exp: Likewise.
6446 * gdb.base/ptype.exp: Likewise.
6447 * gdb.base/scope.exp: Likewise.
6448 * gdb.base/signals.exp: Likewise.
6449 * gdb.base/so-impl-ld.exp: Likewise.
6450 * gdb.base/varargs.exp: Likewise.
6451 * gdb.base/volatile.exp: Likewise.
6452 * gdb.base/whatis.exp: Likewise.
6453 * gdb.cp/cplusfuncs.exp: Likewise.
6454 * gdb.cp/inherit.exp: Likewise.
6455 * gdb.cp/local.exp: Likewise.
6456 * gdb.cp/member-ptr.exp: Likewise.
6457 * gdb.cp/method.exp: Likewise.
6458 * gdb.cp/overload.exp: Likewise.
6459 * gdb.cp/templates.exp: Likewise.
6460 * gdb.stabs/weird.exp: Likewise.
6461 * lib/compiler.c: Likewise.
6462 * lib/compiler.cc: Likewise.
6463 * lib/cp-support.exp: Likewise.
6464 * lib/gdb.exp: Likewise.
6465
bf401b07
SM
64662015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
6467
6468 * configure.ac: Remove HP-UX case.
6469 * configure: Regenerate.
6470
aff9c0f8
SM
64712015-12-18 Simon Marchi <simon.marchi@ericsson.com>
6472
6473 * lib/gdb.exp (gdb_compile): Add function doc.
6474
a6904d5a
PA
64752015-12-17 Pedro Alves <palves@redhat.com>
6476
6477 PR threads/19354
6478 * gdb.multi/info-threads.exp: New file.
6479
a22279dd
YQ
64802015-12-15 Yao Qi <yao.qi@linaro.org>
6481
6482 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
6483 is aarch64*-*-*.
6484
0588c796
SL
64852015-12-14 Sandra Loosemore <sandra@codesourcery.com>
6486
6487 * gdb.base/history-duplicates.exp: Skip if no readline support.
6488
5d978e17
SL
64892015-12-14 Sandra Loosemore <sandra@codesourcery.com>
6490
6491 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
6492
7e763b86
SL
64932015-12-14 Sandra Loosemore <sandra@codesourcery.com>
6494
6495 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
6496
87a3a92c
SL
64972015-12-14 Sandra Loosemore <sandra@codesourcery.com>
6498
6499 * gdb.base/completion.exp: Skip tests that interrupt GDB with
6500 ctrl-C if nointerrupts target property is set.
6501 * gdb.base/double-prompt-target-event-error.exp: Likewise.
6502 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
6503 * gdb.base/paginate-bg-execution.exp: Likewise.
6504 * gdb.base/paginate-execution-startup.exp: Likewise.
6505 * gdb.base/random-signal.exp: Likewise.
6506 * gdb.base/range-stepping.exp: Likewise.
6507 * gdb.cp/annota2.exp: Likewise.
6508 * gdb.cp/annota3.exp: Likewise.
6509 * gdb.gdb/selftest.exp: Likewise.
6510 * gdb.threads/continue-pending-status.exp: Likewise.
6511 * gdb.threads/leader-exit.exp: Likewise.
6512 * gdb.threads/manythreads.exp: Likewise.
6513 * gdb.threads/pthreads.exp: Likewise.
6514 * gdb.threads/schedlock.exp: Likewise.
6515 * gdb.threads/sigthread.exp: Likewise.
6516
a8f077dc
DB
65172015-12-11 Don Breazeal <donb@codesourcery.com>
6518
6519 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
6520 remote.
6521 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
6522 * gdb.base/foll-exec.exp (main): Enable for target remote.
6523 * gdb.base/foll-fork.exp (main): Likewise.
6524 * gdb.base/foll-vfork.exp (main): Likewise.
6525 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
6526 (proc continue_to_exit_bp_loc): Use clean_restart.
6527 * gdb.base/pie-execl.exp (main): Disable for target remote.
6528 * gdb.base/watch-vfork.exp (main): Enable for target remote.
6529 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
6530 * gdb.threads/execl.exp (main): Likewise.
6531 * gdb.threads/fork-child-threads.exp (main): Likewise.
6532 * gdb.threads/fork-plus-threads.exp (main): Disable for target
6533 remote.
6534 * gdb.threads/fork-thread-pending.exp (main): Enable for target
6535 remote.
6536 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
6537 pid.tid style ptids, instead of just tid.
6538 * gdb.threads/thread-execl.exp (main): Enable for target remote.
6539 * gdb.threads/watchpoint-fork.exp (main): Likewise.
6540 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
6541 ptids, instead of just tid.
6542
3b2464a8
AB
65432015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
6544
6545 * gdb.base/list.exp (test_list_forward): Add end of file error
6546 test.
6547 (test_repeat_list_command): Add end of file error test.
6548 (test_list_backwards): Add beginning of file error test.
6549
a0def019
AB
65502015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
6551
6552 * gdb.base/list.exp (test_list_invalid_args): New function,
6553 defined, and called.
6554
5c000dff
AB
65552015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
6556
6557 * gdb.base/list.exp (test_list): Make test names unique.
6558
f1637ebe
YQ
65592015-12-11 Yao Qi <yao.qi@linaro.org>
6560
6561 * gdb.base/coremaker2.c: Remove.
6562
36d6fc0a
PA
65632015-12-10 Pedro Alves <palves@redhat.com>
6564
6565 * gdb.multi/base.exp: Remove stale "spaces" references.
6566
762f7747
PA
65672015-12-10 Pedro Alves <palves@redhat.com>
6568
6569 * gdb.multi/base.exp: Don't use nowarnings.
6570 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
6571 * gdb.multi/hangout.c: Include stdio.h.
6572 * gdb.multi/hello.c: Include stdlib.h.
6573 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
6574 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
6575 * gdb.multi/multi-arch.exp: Don't use nowarnings.
6576
28d2bfb9
AB
65772015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
6578
6579 * gdb.dwarf2/dw2-ranges-base.c: New file.
6580 * gdb.dwarf2/dw2-ranges-base.exp: New file.
6581 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
6582 support additional line table, and debug ranges generation.
6583 (Dwarf::ranges): New function, generate .debug_ranges.
6584 (Dwarf::lines): Support generating simple line table programs.
6585 (Dwarf::assemble): Initialise new namespace variables.
6586
5fc2beac
KB
65872015-12-09 Kevin Buettner <kevinb@redhat.com>
6588
6589 * gdb.base/async.exp (proc test_background): Add case for
6590 asynchronous execution not supported.
6591
1c35a88f
LM
65922015-12-09 Luis Machado <lgustavo@codesourcery.com>
6593
6594 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
6595 format and change test names to make them unique.
6596
b593e3d9
RK
65972015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
6598 Pedro Alves <pedro@redhat.com>
6599
6600 PR gdb/18702
6601 Add checking of floatformats setup on x86_64 hosts.
6602 * gdb.arch/i386-float.S (main): Load bigval and smallval.
6603 (smallval, bigval): New labels/constants.
6604 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
6605 float" after loading bigval and smallval.
6606
d72413e6
PMR
66072015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
6608
6609 * gdb.ada/fun_overload_menu.exp: New testcase.
6610 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
6611
ece66d65
JS
66122015-12-04 Josh Stone <jistone@redhat.com>
6613
6614 * gdb.base/catch-fork-static.exp: New.
6615
41d0efca
YQ
66162015-12-03 Yao Qi <yao.qi@linaro.org>
6617
6618 * gdb.base/sizeof.c: Don't include stdio.h and
6619 ../lib/unbuffer_output.c.
6620 (main): New variable 'size' and 'value'. Remove printf and
6621 gdb_unbuffer_output. Assign return value to size and value.
6622 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
6623 at the beginning.
6624 (check_sizeof): Check the result by printing variable 'size'.
6625 (check_valueof): Check the result by printing variable 'value'.
6626
99fd02d9
YQ
66272015-12-01 Yao Qi <yao.qi@linaro.org>
6628
6629 * gdb.base/disp-step-syscall.exp: Define syscall instruction
6630 for aarch64*-*-linux* target.
6631
f2faf941
PA
66322015-11-30 Pedro Alves <palves@redhat.com>
6633
6634 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
6635
04bf20c5
PA
66362015-11-30 Pedro Alves <palves@redhat.com>
6637
6638 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
6639 Handle non-stop mode vCont replies.
6640
09df4675
PA
66412015-11-30 Pedro Alves <palves@redhat.com>
6642
6643 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
6644 prepare_for_testing. Start gdb with "set non-stop on" appended to
6645 GDBFLAGS. Lax expected stop output.
6646
58b584af
YQ
66472015-11-27 Yao Qi <yao.qi@linaro.org>
6648
6649 * gdb.arch/arm-neon.exp: New.
6650 * gdb.arch/arm-neon.c: New.
6651
dfcb77a8
YQ
66522015-11-27 Yao Qi <yao.qi@linaro.org>
6653
6654 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
6655
88e8ec1b
YQ
66562015-11-27 Yao Qi <yao.qi@linaro.org>
6657
6658 * gdb.cp/annota2.exp: Allow multiple occurrences of the
6659 frames-invalid annotation.
6660
bfde72c2
YQ
66612015-11-27 Yao Qi <yao.qi@linaro.org>
6662
6663 * gdb.cp/annota2.exp: Use ${frames_invalid}.
6664
f6512a69
SM
66652015-11-26 Simon Marchi <simon.marchi@ericsson.com>
6666
6667 * gdb.threads/names.exp: New file.
6668 * gdb.threads/names.c: New file.
6669 * README: Mention gdb,no_thread_names.
6670
46a3515b
MM
66712015-11-26 Markus Metzger <markus.t.metzger@intel.com>
6672
6673 PR 19297
6674 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
6675 support" error.
6676
62147a22
PA
66772015-11-24 Pedro Alves <palves@redhat.com>
6678
6679 PR 17539
6680 * gdb.base/display.exp: Expect displays to be sorted in ascending
6681 order. Use multi_line.
6682 * gdb.base/solib-display.exp: Likewise.
6683
2f341b6e
PA
66842015-11-24 Pedro Alves <palves@redhat.com>
6685
6686 PR 17539
25d49b86
PA
6687 * gdb.base/display.exp: Expect displays to be sorted in ascending
6688 order. Use multi_line.
6689 * gdb.base/solib-display.exp: Likewise.
2f341b6e 6690
7e0aa6aa
PA
66912015-11-24 Pedro Alves <palves@redhat.com>
6692
6693 PR 17539
6694 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
6695 threads in ascending order.
6696 * gdb.base/foll-fork.exp: Likewise.
6697 * gdb.base/foll-vfork.exp: Likewise.
6698 * gdb.base/multi-forks.exp: Likewise.
6699 * gdb.mi/mi-nonstop.exp: Likewise.
6700 * gdb.mi/mi-nsintrall.exp: Likewise.
6701 * gdb.multi/base.exp: Likewise.
6702 * gdb.multi/multi-arch.exp: Likewise.
6703 * gdb.python/py-inferior.exp: Likewise.
6704 * gdb.threads/break-while-running.exp: Likewise.
6705 * gdb.threads/execl.exp: Likewise.
6706 * gdb.threads/gcore-thread.exp: Likewise.
6707 * gdb.threads/info-threads-cur-sal.exp: Likewise.
6708 * gdb.threads/kill.exp: Likewise.
6709 * gdb.threads/linux-dp.exp: Likewise.
6710 * gdb.threads/multiple-step-overs.exp: Likewise.
6711 * gdb.threads/next-bp-other-thread.exp: Likewise.
6712 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
6713 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
6714 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
6715 * gdb.threads/thread-find.exp: Likewise.
6716 * gdb.threads/tls.exp: Likewise.
6717 * lib/mi-support.exp (mi_reverse_list): Delete.
6718 (mi_check_thread_states): No longer reverse list.
6719
2cc57ad8
PA
67202015-11-24 Pedro Alves <palves@redhat.com>
6721
6722 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
6723 use lowercase.
6724
c93e8391
SM
67252015-11-23 Simon Marchi <simon.marchi@ericsson.com>
6726
6727 * gdb.trace/actions.c: Include trace-common.h.
6728 (main): Add a location for a fast tracepoint.
6729 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
6730 the normal tracepoints.
6731 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
6732
045ccf91
SM
67332015-11-23 Simon Marchi <simon.marchi@ericsson.com>
6734
6735 * save-trace.exp: Factor out code to these...
6736 (gdb_save_tracepoints): New.
6737 (gdb_load_tracepoints): New.
6738 (do_save_load_test): New.
6739
5506f9f6
KB
67402015-11-23 Kevin Buettner <kevinb@redhat.com>
6741
6742 * gdb.base/asmlabel.exp: New test.
6743 * gdb.base/asmlabel.c: New test case.
6744
16c3b12f
JB
67452015-11-23 Joel Brobecker <brobecker@adacore.com>
6746
6747 * gdb.base/wrong_frame_bt_full-main.c: New file.
6748 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
6749 * gdb.base/wrong_frame_bt_full.exp: New file.
6750
155bfbd3
JB
67512015-11-23 Joel Brobecker <brobecker@adacore.com>
6752
6753 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
6754
bb097445
JM
67552015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
6756
206853a0 6757 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
6758 pstate register when comparing registers values in
6759 sparc64-*-linux-gnu targets to avoid spurious differences.
6760
9c88ed8f
JM
67612015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
6762
206853a0 6763 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 6764
96161e25
SL
67652015-11-19 Sandra Loosemore <sandra@codesourcery.com>
6766
6767 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
6768 as type argument to gdb_compile.
6769 * gdb.base/nested-subp2.exp: Likewise.
6770 * gdb.base/nested-subp3.exp: Likewise.
6771
340c2830
DV
67722015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
6773
6774 * lib/dwarf.exp (_note): Fix left shift of negative value.
6775 * gdb.trace/trace-condition.exp: Likewise.
6776
c1862d0f
YQ
67772015-11-13 Yao Qi <yao.qi@linaro.org>
6778
6779 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
6780 comments about d10v.
6781 (test_scalar_returns): Likewise.
6782 * gdb.base/d10v.ld: Remove.
6783 * gdb.base/overlays.exp: Remove the target triplet checking for
6784 d10v-*-*.
6785 * gdb.base/structs.exp (test_struct_returns): Remove the
6786 comments about d10v.
6787 (test_struct_calls): Likewise.
6788
77ae9c19
YQ
67892015-11-13 Yao Qi <yao.qi@linaro.org>
6790
6791 * gdb.base/gnu_vector.exp: Check the return value by "p res".
6792 * gdb.base/gnu_vector.c: Don't include stdio.h.
6793 (main): Don't print res and call add_some_intvecs.
6794
430e004e
MK
67952015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
6796
6797 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
6798 macro.
6799 (func5): Removed.
6800 (func4): Use FAST_TRACEPOINT_LABEL.
6801 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
6802 macro.
6803 (func): Removed.
6804 (thread_function): Use FAST_TRACEPOINT_LABEL.
6805 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
6806 (func): Remove.
6807 (marker): Use FAST_TRACEPOINT_LABEL.
6808 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
6809 (pendfunc1): Remove.
6810 (pendfunc): Use FAST_TRACEPOINT_LABEL.
6811 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
6812 (foo): Remove.
6813 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
6814 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
6815 macro.
6816 (func): Remove.
6817 (marker): Use FAST_TRACEPOINT_LABEL.
6818 * gdb.trace/trace-common.h: New header.
6819 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
6820 macro.
6821 (func): Remove.
6822 (marker): Use FAST_TRACEPOINT_LABEL.
6823 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
6824 (func): Remove.
6825 (thread_function): Use FAST_TRACEPOINT_LABEL.
6826
6e7675a7
MK
68272015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
6828
6829 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
6830 in front.
6831 * gdb.trace/change-loc.exp: Use global pcreg definition.
6832 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
6833 * gdb.trace/entry-values.exp: Use global spreg definition, add $
6834 in front.
6835 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
6836 * gdb.trace/pending.exp: Likewise.
6837 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
6838 * gdb.trace/trace-break.exp: Likewise.
6839 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
6840 in front.
6841 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
6842 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
6843 in front.
6844 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
6845
dddc0e16
JB
68462015-11-09 Joel Brobecker <brobecker@adacore.com>
6847
6848 * gdb.ada/fin_fun_out: New testcase.
6849
c6f0b406
KB
68502015-11-07 Kevin Buettner <kevinb@redhat.com>
6851
6852 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
6853 value associated with DW_AT_byte_size.
6854 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
6855 constants for DW_AT_byte_size, DW_AT_lower_bound, and
6856 DW_AT_upper_bound.
6857
f01dcfd9
KB
68582015-11-07 Kevin Buettner <kevinb@redhat.com>
6859
6860 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
6861 (gdb_target_symbol_prefix_flags): Define in terms of _asm
6862 version.
6863 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
6864 gdb.dwarf2/dw2-canonicalize-type.exp,
6865 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
6866 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
6867 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
6868 provided by gdb_target_symbol_prefix_flags_asm.
6869 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
6870 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
6871 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
6872 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
6873 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
6874 macros where needed). Use this macro for symbols which require
6875 the prefix provided by SYMBOL_PREFIX.
6876
2223449a
KB
68772015-11-05 Kevin Buettner <kevinb@redhat.com>
6878
6879 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
6880 New procs.
6881 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
6882 representing expressions, of more than one list element.
6883 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
6884 to prepend linker symbol prefix to f.
6885 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
6886 table_1 and table_2.
6887 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
6888 Likewise, for f and g.
6889 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
6890 for ptr.
6891 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
6892 for main.
6893 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
6894 table_1_ptr and table_2_ptr.
6895
6f2f1a3a
JK
68962015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6897 Joel Brobecker <brobecker@adacore.com>
6898
6899 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
6900
566c56c9
MK
69012015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
6902
6903 * gdb.reverse/s390-mvcle.c: New test.
6904 * gdb.reverse/s390-mvcle.exp: New file.
6905 * lib/gdb.exp: Enable reverse tests on s390*-linux.
6906
d5f0636b
MK
69072015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
6908
6909 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
6910
7ad8b86c
MK
69112015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
6912
6913 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
6914 reaching marker2.
6915 * gdb.reverse/getresuid-reverse.exp: Likewise.
6916 * gdb.reverse/pipe-reverse.exp: Likewise.
6917 * gdb.reverse/readv-reverse.exp: Likewise.
6918 * gdb.reverse/recvmsg-reverse.exp: Likewise.
6919 * gdb.reverse/time-reverse.exp: Likewise.
6920 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
6921
4081c0f1
YQ
69222015-10-30 Yao Qi <yao.qi@linaro.org>
6923
6924 * gdb.threads/wp-replication.c (watch_count_done): Remove.
6925 (empty_cycle): Remove.
6926 (main): Don't call empty_cycle. Don't use watch_count_done.
6927 * gdb.threads/wp-replication.exp: Don't set breakpoint on
6928 empty_cycle. Rewrite the code counting HW watchpoints.
6929
452b4ba5
MK
69302015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
6931
6932 * gdb.reverse/fstatat-reverse.c: New test.
6933 * gdb.reverse/fstatat-reverse.exp: New file.
6934 * gdb.reverse/getresuid-reverse.c: New test.
6935 * gdb.reverse/getresuid-reverse.exp: New file.
6936 * gdb.reverse/pipe-reverse.c: New test.
6937 * gdb.reverse/pipe-reverse.exp: New file.
6938 * gdb.reverse/readv-reverse.c: New test.
6939 * gdb.reverse/readv-reverse.exp: New file.
6940 * gdb.reverse/recvmsg-reverse.c: New test.
6941 * gdb.reverse/recvmsg-reverse.exp: New file.
6942 * gdb.reverse/time-reverse.c: New test.
6943 * gdb.reverse/time-reverse.exp: New file.
6944 * gdb.reverse/waitpid-reverse.c: New test.
6945 * gdb.reverse/waitpid-reverse.exp: New file.
6946
5e2e7507
JK
69472015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6948
6949 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
6950
0fde2c53
DE
69512015-10-26 Doug Evans <dje@google.com>
6952
6953 PR symtab/17391
6954 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
6955 * gdb.dwarf2/bad-regnum.c: New file.
6956 * gdb.dwarf2/bad-regnum.exp: New file.
6957
1a70ae97
DE
69582015-10-26 Doug Evans <dje@google.com>
6959
6960 PR python/18938
6961 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
6962 file.
6963
27dc26ab
JK
69642015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6965
6966 * gdb.compile/compile.exp (compile code globalvar): Update expectation
6967 for a change by "Mention language in compile error message".
6968
bed91f4d
SM
69692015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
6970
6971 PR python/18073
6972 * gdb.python/py-type.c (C::a_method): New.
6973 (C::a_const_method): New.
6974 (C::a_static_method): New.
6975 (a_function): New.
6976 * gdb.python/py-type.exp (test_fields): Test getting fields
6977 from function and method.
6978
3f2f83dd
KB
69792015-10-21 Keven Boell <keven.boell@intel.com>
6980
6981 * gdb.fortran/vla-alloc-assoc.exp: New file.
6982 * gdb.fortran/vla-datatypes.exp: New file.
6983 * gdb.fortran/vla-datatypes.f90: New file.
6984 * gdb.fortran/vla-history.exp: New file.
6985 * gdb.fortran/vla-ptype-sub.exp: New file.
6986 * gdb.fortran/vla-ptype.exp: New file.
6987 * gdb.fortran/vla-sizeof.exp: New file.
6988 * gdb.fortran/vla-sub.f90: New file.
6989 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
6990 * gdb.fortran/vla-value-sub-finish.exp: New file.
6991 * gdb.fortran/vla-value-sub.exp: New file.
6992 * gdb.fortran/vla-value.exp: New file.
6993 * gdb.fortran/vla-ptr-info.exp: New file.
6994 * gdb.mi/mi-vla-fortran.exp: New file.
6995 * gdb.mi/vla.f90: New file.
6996
27145d50
SL
69972015-10-21 Sandra Loosemore <sandra@codesourcery.com>
6998
6999 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
7000 of hardwired timeout value.
7001
5f3ff4f8
JK
70022015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7003 Pedro Alves <palves@redhat.com>
7004
7005 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
7006 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
7007
bfd09d20
JS
70082015-10-19 Josh Stone <jistone@redhat.com>
7009
7010 * gdb.base/catch-syscall.c: Include <sched.h>.
7011 (unknown_syscall): New variable.
7012 (main): Trigger a vfork and an unknown syscall.
7013 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
7014 (unknown_syscall_number): Likewise.
7015 (check_call_to_syscall): Accept an optional syscall pattern.
7016 (check_return_from_syscall): Likewise.
7017 (check_continue): Likewise.
7018 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
7019 (test_catch_syscall_skipping_return): New test toggling off 'catch
7020 syscall' to step over the syscall return, then toggling back on.
7021 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
7022 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
7023 (do_syscall_tests): Call test_catch_syscall_without_args and
7024 test_catch_syscall_mid_vfork.
7025 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
7026 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
7027
b32b93c6
AS
70282015-10-19 Andrew Stubbs <ams@codesourcery.com>
7029
7030 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
7031 print g_vE): Add new pass patterns.
7032 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
7033 print various symbol names for vptr fields.
7034
9d622bda
AB
70352015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
7036
7037 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
7038 results.
7039
0fd8ac1c
YQ
70402015-10-12 Yao Qi <yao.qi@linaro.org>
7041
7042 * gdb.arch/disp-step-insn-reloc.exp: New test case.
7043
34240514
YQ
70442015-10-12 Yao Qi <yao.qi@linaro.org>
7045
7046 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
7047 is aarch64*-*-linux*.
7048
8240f442
YQ
70492015-10-12 Yao Qi <yao.qi@linaro.org>
7050
7051 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
7052 (can_relocate_bcond_true): ... it.
7053 (can_relocate_bcond_false): New function.
7054 (foo): Likewise.
7055 (can_relocate_bl): Likewise.
7056 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
7057 can_relocate_bl.
7058
2520f728
PMR
70592015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
7060
7061 * gdb.base/nested-addr.c: New file.
7062 * gdb.base/nested-addr.exp: New testcase.
7063
abcef95a
MM
70642015-10-09 Markus Metzger <markus.t.metzger@intel.com>
7065
7066 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
7067 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
7068 its output. Ignore the output of "record goto begin" and instead
7069 check that GDB is replaying.
7070
145e3ddb
PA
70712015-10-09 Pedro Alves <palves@redhat.com>
7072
7073 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
7074 (top level): Use it in the run with no args test.
7075
d5d8c4e1
IB
70762015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
7077
7078 * gdb.dlang/properties.exp: New file.
7079
06e635ef
SL
70802015-10-02 Sandra Loosemore <sandra@codesourcery.com>
7081
7082 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
7083 whether or not address 0x1000 is mapped on the target.
7084
e019fd1d
SM
70852015-09-30 Simon Marchi <simon.marchi@ericsson.com>
7086
7087 * gdb.python/py-type.exp: Do not run tests if binaries fail to
7088 build.
7089
77ba2a67
MM
70902015-09-30 Markus Metzger <markus.t.metzger@intel.com>
7091
7092 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
7093 instruction-history test.
7094
c60eb31f
DE
70952015-09-28 Doug Evans <dje@google.com>
7096
7097 * gdb.base/gcore.c (array_func): Add reference to static_array.
7098
9a3c8263
SM
70992015-09-25 Simon Marchi <simon.marchi@ericsson.com>
7100
7101 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
7102 source line.
7103
9720e656
SL
71042015-09-24 Sandra Loosemore <sandra@codesourcery.com>
7105
7106 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
7107 short or char as base type.
7108
938d3bf2
SL
71092015-09-23 Sandra Loosemore <sandra@codesourcery.com>
7110
7111 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
7112 to allow any size enum.
7113
e6c2c623
PMR
71142015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
7115
7116 * gdb.ada/array_ptr_renaming.exp: New testcase.
7117 * gdb.ada/array_ptr_renaming/foo.adb: New file.
7118 * gdb.ada/array_ptr_renaming/pack.ads: New file.
7119
06da0f77
PL
71202015-09-21 Pierre Langlois <pierre.langlois@arm.com>
7121
7122 * gdb.trace/ftrace-lock.c: New file.
7123 * gdb.trace/ftrace-lock.exp: New file.
7124
4f51c22a
PL
71252015-09-21 Pierre Langlois <pierre.langlois@arm.com>
7126
7127 * gdb.arch/insn-reloc.c: New file.
7128 * gdb.arch/ftrace-insn-reloc.exp: New file.
7129
7041adf4
PL
71302015-09-21 Pierre Langlois <pierre.langlois@arm.com>
7131
7132 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
7133 instruction.
7134 * gdb.trace/pendshr1.c (pendfunc): Likewise.
7135 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
7136 * gdb.trace/range-stepping.c: Likewise.
7137 * gdb.trace/trace-break.c: Likewise.
7138 * gdb.trace/trace-mt.c (thread_function): Likewise.
7139 * gdb.trace/ftrace.c (marker): Likewise.
7140 * gdb.trace/trace-condition.c (marker): Likewise.
7141 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
7142 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
7143 is_aarch64_target.
7144
015d2e7e
DE
71452015-09-18 Doug Evans <xdje42@gmail.com>
7146
7147 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
7148 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
7149
26b188a2
SL
71502015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7151
7152 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
7153 the breakpoint.
7154
79dc332b
SL
71552015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7156
7157 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
7158 the pending breakpoint. Remove timeout override for "Run till
7159 MI pending breakpoint on pendfunc3 on thread 2" test.
7160
f57929f2
SL
71612015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7162
7163 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
7164 filename pattern.
7165
3f469b17
SL
71662015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7167
7168 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
7169 in breakpoint filename pattern.
7170
515b89b3
SL
71712015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7172
7800dbe4
SL
7173 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
7174
71752015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7176
515b89b3
SL
7177 * gdb.linespec/explicit.exp: Check for readline support for
7178 tab-completion tests. Fix obvious typo.
7179
d2939ba2
MM
71802015-09-18 Markus Metzger <markus.t.metzger@intel.com>
7181
7182 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
7183 and replay.
7184
cbb55fa7
MM
71852015-09-18 Markus Metzger <markus.t.metzger@intel.com>
7186
7187 * gdb.btrace/non-stop.c: New.
7188 * gdb.btrace/non-stop.exp: New.
7189
43691ca1
PL
71902015-09-17 Pierre Langlois <pierre.langlois@arm.com>
7191 Yao Qi <yao.qi@linaro.org>
7192
7193 * gdb.trace/trace-condition.c: New file.
7194 * gdb.trace/trace-condition.exp: New file.
7195
d78908cf
WW
71962015-09-16 Wei-cheng Wang <cole945@gmail.com>
7197
7198 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
7199 for testing bytecode compilation.
7200
1ed415e2
PA
72012015-09-16 Pedro Alves <palves@redhat.com>
7202 Sandra Loosemore <sandra@codesourcery.com>
7203
7204 * gdb.threads/non-stop-fair-events.c (timeout): New global.
7205 (SECONDS): Redefine.
7206 (main): Call pthread_kill and alarm early.
7207 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
7208 support.
7209 (test): If the target can't hardware step and doesn't support
7210 displaced stepping, increase the timeout.
7211
d136eff5
PA
72122015-09-16 Pedro Alves <palves@redhat.com>
7213
7214 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
7215 (enable_debug): New procedures.
7216 (test): Use them. Bail out if waiting for threads fails.
7217 (top level): Bail out if a test fails.
7218
991f019c
YQ
72192015-09-16 Yao Qi <yao.qi@linaro.org>
7220
7221 * gdb.asm/asm-source.exp: Set asm-arch for
7222 aarch64*-*-* target.
7223 * gdb.asm/aarch64.inc: New file.
7224
bfca584f
PMR
72252015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
7226
7227 * gdb.ada/array_of_variable_length.exp: New testcase.
7228 * gdb.ada/array_of_variable_length/foo.adb: New file.
7229 * gdb.ada/array_of_variable_length/pck.adb: New file.
7230 * gdb.ada/array_of_variable_length/pck.ads: New file.
7231
b326e587
DE
72322015-09-15 Doug Evans <dje@google.com>
7233
7234 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
7235 of function static local variable.
7236
5382cfab
PW
72372015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7238
7239 * gdb.threads/tls-so_extern.exp: New test file.
7240 * gdb.threads/tls-so_extern.c: New test file.
7241 * gdb.threads/tls-so_extern_main.c: New test file.
7242
141c5cc4
JK
72432015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7244
7245 * gdb.opt/solib-intra-step-lib.c: New file.
7246 * gdb.opt/solib-intra-step-main.c: New file.
7247 * gdb.opt/solib-intra-step.exp: New file.
7248
d15dcecd
PA
72492015-09-15 Pedro Alves <palves@redhat.com>
7250
7251 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
7252 gdb_continue_to_breakpoint instead of gdb_test_multiple.
7253
4c2f2a79
PA
72542015-09-14 Pedro Alves <palves@redhat.com>
7255
7256 * gdb.base/hook-stop-continue.c: Delete.
7257 * gdb.base/hook-stop-continue.exp: Delete.
7258 * gdb.base/hook-stop-frame.c: Delete.
7259 * gdb.base/hook-stop-frame.exp: Delete.
7260 * gdb.base/hook-stop.c: New file.
7261 * gdb.base/hook-stop.exp: New file.
7262
919e6dbe
PMR
72632015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
7264
7265 * gdb.ada/access_to_packed_array.exp: New testcase.
7266 * gdb.ada/access_to_packed_array/foo.adb: New file.
7267 * gdb.ada/access_to_packed_array/pack.adb: New file.
7268 * gdb.ada/access_to_packed_array/pack.ads: New file.
7269
157280a4
MM
72702015-09-14 Markus Metzger <markus.t.metzger@intel.com>
7271
7272 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
7273 buffer size test.
7274
2fd33e94
DB
72752015-09-11 Don Breazeal <donb@codesourcery.com>
7276
7277 * gdb.base/foll-exec.c: Add copyright header. Fix
7278 formatting issues.
7279 * gdb.base/foll-exec.exp (zap_session): Delete proc.
7280 (do_exec_tests): Use clean_restart in place of zap_session,
7281 and for test initialization. Fix formatting issues. Use
7282 fail in place of perror.
7283 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
7284 an expect statement to match an expression with output from
7285 the program under debug.
7286 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
7287 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
7288 * gdb.threads/non-ldr-exc-2.exp: Likewise.
7289 * gdb.threads/non-ldr-exc-3.exp: Likewise.
7290 * gdb.threads/non-ldr-exc-4.exp: Likewise.
7291
e70b6e8e
DE
72922015-09-09 Doug Evans <dje@google.com>
7293
7294 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
7295
7a551a51
DE
72962015-09-09 Doug Evans <dje@google.com>
7297
7298 * gdb.base/pie-execl.exp: Fix result test of build_executable.
7299
4c666f84
DE
73002015-09-09 Doug Evans <dje@google.com>
7301
7302 * gdb.base/savedregs.exp: Fix typo.
7303
243a9253
PA
73042015-09-09 Pedro Alves <palves@redhat.com>
7305
7306 * gdb.mi/mi-cli.exp: Add CLI finish tests.
7307
c0fa8fbd
SL
73082015-09-08 Sandra Loosemore <sandra@codesourcery.com>
7309
7310 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
7311 command actually switches threads. Give up on remaining
7312 tests if target fails to stop at breakpoint.
7313
cd7c1778
PMR
73142015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
7315
7316 * gdb.ada/funcall_char.exp: New testcase.
7317 * gdb.ada/funcall_char/foo.adb: New file.
7318
dc5c8746
PMR
73192015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
7320
7321 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
7322 expected outputs. Add two testcases for completing ambiguous
7323 functions.
7324 * gdb.ada/complete/aux_pck.adb: New file.
7325 * gdb.ada/complete/aux_pck.ads: New file.
7326 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
7327 Ambiguous_Func functions.
7328 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
7329 * gdb.ada/complete/pck.adb: Likewise.
7330
4e83a1e7
UW
73312015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
7332
7333 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
7334 failures to run the test program under GDB.
7335
8ce74153
LM
73362015-08-26 Luis Machado <lgustavo@codesourcery.com>
7337
7338 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
7339 to C.
7340
e9756d52
PP
73412015-08-26 Patrick Palka <patrick@parcs.ath.cx>
7342
7343 * gdb.base/run-after-attach.exp: New test file.
7344 * gdb.base/run-after-attach.c: New test file.
7345
8d37573b
DB
73462015-08-26 Don Breazeal <donb@codesourcery.com>
7347
7348 * gdb.base/foll-exec-2.c: New test program.
7349 * gdb.base/foll-exec-2.exp: New test.
7350
63e43d3a
PMR
73512015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
7352
7353 * gdb.base/nested-subp1.exp: New file.
7354 * gdb.base/nested-subp1.c: New file.
7355 * gdb.base/nested-subp2.exp: New file.
7356 * gdb.base/nested-subp2.c: New file.
7357 * gdb.base/nested-subp3.exp: New file.
7358 * gdb.base/nested-subp3.c: New file.
7359
3d40fbb5
PA
73602015-08-24 Pedro Alves <palves@redhat.com>
7361
7362 * gdb.server/connect-without-multi-process.c: New file.
7363 * gdb.server/connect-without-multi-process.exp: New file.
7364
4422ac93
LM
73652015-08-24 Luis Machado <lgustavo@codesourcery.com>
7366
7367 * gdb.opt/inline-markers.c: Make z int.
7368
91dddb86
LM
73692015-08-24 Luis Machado <lgustavo@codesourcery.com>
7370
7371 * gdb.opt/inline-markers.c: Make z volatile.
7372
a48847ee
LM
73732015-08-24 Luis Machado <lgustavo@codesourcery.com>
7374
7375 * gdb.opt/inline-bt.c: New volatile global z.
7376 * gdb.opt/inline-cmds.c: Likewise.
7377 * gdb.opt/inline-locals.c: Likewise.
7378 * gdb.opt/inline-markers.c: New extern global z.
7379 (marker): Use z.
7380 (inline_fn): Likewise.
7381
0ebbc52b
PA
73822015-08-24 Pedro Alves <palves@redhat.com>
7383
7384 * config/m32r-stub.exp: Remove file.
7385 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
7386 * gdb.base/call-rt-st.exp: Likewise.
7387 * gdb.base/call-strs.exp: Likewise.
7388 * gdb.base/default.exp: Remove references to h8300-*-hms and
7389 *-*-udi*.
7390 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
7391
77c365df
AA
73922015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7393
7394 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
7395 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
7396 and "return" use KFAIL when GDB can not read/write the vector
7397 return value.
7398
4313b8c0
GB
73992015-08-21 Gary Benson <gbenson@redhat.com>
7400
7401 * gdb.trace/pending.exp: Cope with remote transfer warnings.
7402
0e433b32
PA
74032015-08-20 Pedro Alves <palves@redhat.com>
7404
7405 * gdb.server/solib-list.exp: No longer expect an interior stop in
7406 non-stop mode.
7407
221e1a37
PA
74082015-08-20 Pedro Alves <palves@redhat.com>
7409
7410 * gdb.server/connect-stopped-target.c: New file.
7411 * gdb.server/connect-stopped-target.exp: New file.
7412
40e3ad0e
PA
74132015-08-20 Pedro Alves <palves@redhat.com>
7414
7415 * gdb.dwarf2/comp-unit-lang.exp: New file.
7416 * gdb.dwarf2/comp-unit-lang.c: New file.
7417
af39b327
PMR
74182015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
7419
7420 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
7421 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
7422
7d45c7c3 74232015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 7424
7d45c7c3
KB
7425 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
7426 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
7427
4d6cceb4
DE
74282015-08-18 Doug Evans <dje@google.com>
7429 Adrian Sendroiu <adrian.sendroiu@freescale.com>
7430
7431 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
7432 skip_python_tests. New arg prompt_regexp.
7433 (skip_python_tests): New function.
7434 * lib/mi-support.exp (mi_skip_python_tests): New function.
7435 * gdb.python/py-mi-objfile-gdb.py: New file.
7436 * gdb.python/py-mi-objfile.c: New file.
7437 * gdb.python/py-mi-objfile.exp: New file.
7438
ad89c2aa
KS
74392015-08-17 Keith Seitz <keiths@redhat.com>
7440
7441 * gdb.linespec/explicit.exp: Move strace test from here ...
7442 * gdb.trace/strace.exp: ... to here.
7443
e3ae3c43
PP
74442015-08-15 Patrick Palka <patrick@parcs.ath.cx>
7445
7446 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
7447 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
7448
604b2636
DE
74492015-08-14 Doug Evans <xdje42@gmail.com>
7450
7451 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
7452 inferior before selecting a new file.
7453
6ff0ba5f
DE
74542015-08-14 Doug Evans <xdje42@gmail.com>
7455
7456 * gdb.mi/mi-disassemble.exp: Update.
7457 * gdb.base/disasm-optim.S: New file.
7458 * gdb.base/disasm-optim.c: New file.
7459 * gdb.base/disasm-optim.h: New file.
7460 * gdb.base/disasm-optim.exp: New file.
7461
9ca98f92
KS
74622015-08-14 Keith Seitz <keiths@redhat.com>
7463
7464 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
7465 "evaluated-by".
7466
52bbc560
JB
74672015-08-13 Joel Brobecker <brobecker@adacore.com>
7468
7469 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
7470
5d8c3ed3
PMR
74712015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
7472
7473 * gdb.ada/fun_renaming.exp: New testcase.
7474 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
7475 * gdb.ada/fun_renaming/pack.adb: New file.
7476 * gdb.ada/fun_renaming/pack.ads: New file.
7477
ea8812bc
KS
74782015-08-12 Keith Seitz <keiths@redhat.com>
7479
7480 * gdb.base/dso2dso.exp: Pass basename of source file in call to
7481 gdb_get_line_number.
7482
4dafcdeb
JB
74832015-08-12 Joel Brobecker <brobecker@adacore.com>
7484
7485 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
7486 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
7487 gdb.base/dso2dso.exp: New files.
7488
5ba32597
SDJ
74892015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
7490 Pedro Alves <palves@redhat.com>
7491 Keith Seitz <keiths@redhat.com>
7492
7493 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
7494 GDBFLAGS.
7495
b6dafabf
PP
74962015-08-12 Patrick Palka <patrick@parcs.ath.cx>
7497
7498 * gdb.base/gdbhistsize-history.exp
7499 (test_histsize_history_setting): Use save_vars.
7500 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
7501 Use save_vars.
7502 (test_no_truncation_of_unlimited_history_file): Use save_vars.
7503 * gdb.base/readline.exp: Use save_vars.
7504
abe8e607
PP
75052015-08-12 Patrick Palka <patrick@parcs.ath.cx>
7506
7507 * lib/gdb.exp (save_vars): New proc.
7508
629500fa
KS
75092015-08-11 Keith Seitz <keiths@redhat.com>
7510
7511 * gdb.base/help.exp: Update help_breakpoint_text.
7512
eb8c4e2e
KS
75132015-08-11 Keith Seitz <keiths@redhat.com>
7514
7515 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
7516 (at toplevel): Call test_explicit_breakpoints.
7517 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
7518 breakpoints.
7519 * lib/mi-support.exp (mi_make_breakpoint): Add support for
7520 breakpoint conditions, "-cond".
7521
87f0e720
KS
75222015-08-11 Keith Seitz <keiths@redhat.com>
7523
7524 * gdb.linespec/3explicit.c: New file.
7525 * gdb.linespec/cpexplicit.cc: New file.
7526 * gdb.linespec/cpexplicit.exp: New file.
7527 * gdb.linespec/explicit.c: New file.
7528 * gdb.linespec/explicit.exp: New file.
7529 * gdb.linespec/explicit2.c: New file.
7530 * gdb.linespec/ls-errs.exp: Add explicit location tests.
7531 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
7532 before using in the matching pattern.
7533 Clarify that `prefix' is a regular expression.
7534
f00aae0f
KS
75352015-08-11 Keith Seitz <keiths@redhat.com>
7536
7537 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
7538 test.
7539 Add tests for missing ",FMT" and ",".
7540
e27852be
DE
75412015-08-10 Doug Evans <dje@google.com>
7542 Keith Seitz <keiths@redhat.com>
7543
7544 PR gdb/17960
7545 * gdb.base/completion.exp: Add location completer tests.
7546
7f03bd92
PA
75472015-08-07 Pedro Alves <palves@redhat.com>
7548
7549 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
7550 tests here.
7551 (top level): Run do_test with and without displaced stepping.
7552
3fc8eb30
PA
75532015-08-07 Pedro Alves <palves@redhat.com>
7554
7555 * gdb.base/valgrind-disp-step.c: New file.
7556 * gdb.base/valgrind-disp-step.exp: New file.
7557
d4569d7b
PA
75582015-08-07 Pedro Alves <palves@redhat.com>
7559
7560 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
7561 Delete function.
7562 (main): Add alarm. Run an infinite loop instead of calling
7563 wait_threads.
7564 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
7565 comment.
7566 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
7567 Delete function.
7568 (main): Add alarm. Run an infinite loop instead of calling
7569 wait_threads.
7570 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
7571 comment.
7572
e1316e60
PA
75732015-08-07 Pedro Alves <palves@redhat.com>
7574
7575 * gdb.base/checkpoint-ns.exp: New file.
7576 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
7577 standard_testfile.
7578
da8c46d2
MM
75792015-08-07 Markus Metzger <markus.t.metzger@intel.com>
7580
7581 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
7582 * gdb.btrace/instruction_history.exp: Update.
7583 * gdb.btrace/tsx.exp: New.
7584 * gdb.btrace/tsx.c: New.
7585
de1c2c52
PA
75862015-08-06 Pedro Alves <palves@redhat.com>
7587
7588 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
7589 increase timeout.
7590 * gdb.reverse/until-precsave.exp: Bump timeouts.
7591
782e0bf4
PA
75922015-08-06 Pedro Alves <palves@redhat.com>
7593
7594 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
7595
83e97ed0
PA
75962015-08-06 Pedro Alves <palves@redhat.com>
7597
7598 PR gdb/18749
7599 * gdb.threads/process-dies-while-handling-bp.c: New file.
7600 * gdb.threads/process-dies-while-handling-bp.exp: New file.
7601
863d01bd
PA
76022015-08-06 Pedro Alves <palves@redhat.com>
7603
7604 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
7605 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
7606
0a39bb32
PA
76072015-08-05 Pedro Alves <palves@redhat.com>
7608
7609 * gdb.threads/next-while-other-thread-longjmps.c: New file.
7610 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
7611
ee2d2b10
SL
76122015-08-03 Sandra Loosemore <sandra@codesourcery.com>
7613
7614 * gdb.base/bp-permanent.exp: Report test as unsupported if
7615 the target cannot stop at the permanent breakpoint.
7616
4e1bdb00
DE
76172015-08-03 Doug Evans <dje@google.com>
7618
7619 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
7620 10000.
7621
3d338901
DE
76222015-08-03 Doug Evans <dje@google.com>
7623
7624 * Makefile.in (workers/%.worker, build-perf): New rule.
7625 (GDB_PERFTEST_MODE): New variable.
7626 (check-perf): Use it.
7627 (clean): Clean up gdb.perf parallel build subdirs.
7628 * lib/build-piece.exp: New file.
7629 * lib/gdb.exp (make_gdb_parallel_path): New function
7630 (standard_output_file, standard_temp_file): Call it.
7631 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
7632 of $GDB_PARALLEL.
7633 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
7634
af061d3e
DE
76352015-08-03 Doug Evans <dje@google.com>
7636
8e1afc81 7637 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
7638 (LOG_FILE_NAME): New global.
7639 (TextReporter.__init__): Initialize self.txt_sum.
7640 (TextReporter.report): Add support for multiple data-points.
7641 Move report to perftest.sum, put raw data in perftest.log.
7642 (TextReporter.start): Open sum and log files.
7643 (TextReporter.end): Close sum and log files.
8e1afc81
DE
7644 * gdb.perf/lib/perftest/testresult.py
7645 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 7646
2c8c5d37
PA
76472015-07-31 Pedro Alves <palves@redhat.com>
7648
7649 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
7650 Use spawn_id_get_pid. Wait for spawn id after eof. Use
7651 kill_wait_spawned_process instead of explicit "kill -9".
7652 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
7653 returning a spawn id instead of a pid. Use spawn_id_get_pid and
7654 kill_wait_spawned_process.
7655 * gdb.base/attach-twice.exp: Likewise.
7656 * gdb.base/attach.exp: Likewise.
7657 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
7658 gdb_test_multiple.
7659 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
7660 returning a spawn id instead of a pid. Use spawn_id_get_pid and
7661 kill_wait_spawned_process.
7662 * gdb.base/valgrind-infcall.exp: Likewise.
7663 * gdb.multi/multi-attach.exp: Likewise.
7664 * gdb.python/py-prompt.exp: Likewise.
7665 * gdb.python/py-sync-interp.exp: Likewise.
7666 * gdb.server/ext-attach.exp: Likewise.
7667 * gdb.threads/attach-into-signal.exp (corefunc): Use
7668 spawn_wait_for_attach, spawn_id_get_pid and
7669 kill_wait_spawned_process.
7670 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
7671 spawn_wait_for_attach returning a spawn id instead of a pid. Use
7672 spawn_id_get_pid and kill_wait_spawned_process.
7673 * gdb.threads/attach-stopped.exp (corefunc): Use
7674 spawn_wait_for_attach, spawn_id_get_pid and
7675 kill_wait_spawned_process.
7676 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
7677 Use spawn_id_get_pid. Wait for spawn id after eof. Use
7678 kill_wait_spawned_process instead of explicit "kill -9".
7679 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
7680 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
7681 (spawn_wait_for_attach): Use spawn instead of exec to spawn
7682 processes. Don't map cygwin/windows pids here. Now returns a
7683 spawn id list.
7684
032a0fca
SL
76852015-07-30 Sandra Loosemore <sandra@codesourcery.com>
7686
7687 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
7688 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
7689 correct patch.
7690
61a934ca
SL
76912015-07-30 Sandra Loosemore <sandra@codesourcery.com>
7692
7693 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
7694
4bc4d428
SL
76952015-07-30 Sandra Loosemore <sandra@codesourcery.com>
7696
7697 Reapply:
7698 2014-05-21 Mark Wielaard <mjw@redhat.com>
7699
7700 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
7701
998d452a
PA
77022015-07-30 Pedro Alves <palves@redhat.com>
7703
7704 * linux-low.c (handle_extended_wait): Set the child's last
7705 reported status to TARGET_WAITKIND_STOPPED.
7706
69dde7dc
PA
77072015-07-30 Pedro Alves <palves@redhat.com>
7708
7709 PR threads/18600
7710 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
7711 only shows inferior 1.
7712
4dd63d48
PA
77132015-07-30 Simon Marchi <simon.marchi@ericsson.com>
7714 Pedro Alves <palves@redhat.com>
7715
7716 PR threads/18600
7717 * gdb.threads/fork-plus-threads.c: New file.
7718 * gdb.threads/fork-plus-threads.exp: New file.
7719
d618e4c5
PP
77202015-07-29 Patrick Palka <patrick@parcs.ath.cx>
7721
7722 * gdb.base/batch-preserve-term-settings.exp
7723 (test_terminal_settings_preserved_after_cli_exit): Use
7724 send_quit_command.
7725
1eef6428
PA
77262015-07-29 Pedro Alves <palves@redhat.com>
7727 Don Breazeal <donb@codesourcery.com>
7728
7729 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
7730 output from both inferior_spawn_id and gdb_spawn_id.
7731
7da5b897
SDJ
77322015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
7733
7734 * gdb.threads/attach-into-signal.exp (corefunc): Use
7735 with_test_prefix on nested loops, uniquefying the test messages.
7736
dac804df
SDJ
77372015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
7738
7739 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
7740 commit.
7741
06265e53
PP
77422015-07-29 Patrick Palka <patrick@parcs.ath.cx>
7743
7744 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
7745 New proc.
7746 (test_terminal_settings_preserved_after_sigterm): New test.
7747
18206ca3
PP
77482015-07-29 Patrick Palka <patrick@parcs.ath.cx>
7749
7750 * gdb.base/batch-preserve-term-settings.exp
7751 (test_terminal_settings_preserved_after_cli_exit): New test.
7752
90074d11
PP
77532015-07-29 Patrick Palka <patrick@parcs.ath.cx>
7754
7755 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
7756 manipulation of saved_gdbflags.
7757 (test_terminal_settings_preserved): Remove global declaration of
7758 the unused variable pagination_prompt. Remove manipulation of
7759 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
7760 GDBFLAGS.
7761
eb1a7902
PA
77622015-07-29 Pedro Alves <palves@redhat.com>
7763
7764 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
7765
8b75dd3b
PA
77662015-07-29 Pedro Alves <palves@redhat.com>
7767
7768 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
7769 at the top.
7770
dedad4e3
PA
77712015-07-29 Pedro Alves <palves@redhat.com>
7772
7773 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
7774 (main): Call gdb_unbuffer_output.
7775 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
7776 (main): Call gdb_unbuffer_output.
7777 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
7778 (main): Call gdb_unbuffer_output.
7779 * gdb.base/call-strs.exp: Adjust to step over the
7780 gdb_unbuffer_output call.
7781 * gdb.base/catch-gdb-caused-signals.c: Include
7782 "../lib/unbuffer_output.c".
7783 (main): Call gdb_unbuffer_output.
7784 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
7785 (main): Call gdb_unbuffer_output.
7786 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
7787 (main): Call gdb_unbuffer_output.
7788 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
7789 (main): Call gdb_unbuffer_output.
7790 * gdb.base/shlib-call.exp: Adjust to step over the
7791 gdb_unbuffer_output call.
7792 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
7793 (main): Call gdb_unbuffer_output.
7794 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
7795 (main): Call gdb_unbuffer_output.
7796 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
7797 (main): Rename to ...
7798 (test): ... this.
7799 (main): Reimplement.
7800 * gdb.base/varargs.exp: Run to test instead of to main.
7801 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
7802 (main): Call gdb_unbuffer_output.
7803
58789a91
PA
78042015-07-29 Pedro Alves <palves@redhat.com>
7805
7806 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
7807 factore out from mi_continue_dprintf. For call-style dprintfs,
7808 expect dprintf output out of $inferior_spawn_id.
7809 (mi_continue_dprintf): Use mi_expect_dprintf.
7810 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
7811 (main): Call gdb_unbuffer_output.
7812
e8376742
PA
78132015-07-29 Pedro Alves <palves@redhat.com>
7814
7815 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
7816 (default_mi_gdb_start): Set inferior_spawn_id instead of
7817 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
7818 gdb_spawn_id.
7819 (mi_gdb_test): Always expect inferior output from both
7820 $inferior_spawn_id and $gdb_spawn_id.
7821
08280010
PA
78222015-07-29 Pedro Alves <palves@redhat.com>
7823
7824 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
7825 send_inferior and $inferior_spawn_id.
7826
4d30e432
PA
78272015-07-29 Pedro Alves <palves@redhat.com>
7828
7829 * gdb.gdb/complaints.exp (test_initial_complaints)
7830 (test_serial_complaints, test_short_complaints): Use
7831 gdb_test_stdio.
7832 (test_empty_complaint): Handle $inferior_spawn_id !=
7833 $gdb_spawn_id.
7834
0d30a335
PA
78352015-07-29 Pedro Alves <palves@redhat.com>
7836
7837 * gdb.base/varargs.exp: Use gdb_test_stdio.
7838
39413b29
PA
78392015-07-29 Pedro Alves <palves@redhat.com>
7840
7841 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
7842
7cb000a9
PA
78432015-07-29 Pedro Alves <palves@redhat.com>
7844
7845 * gdb.base/ending-run.exp: Use gdb_test_stdio.
7846
d7b8ac82
PA
78472015-07-29 Pedro Alves <palves@redhat.com>
7848
7849 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
7850 parameter into two new parameters, "inf_result" and "gdb_result".
7851 Expect inferior output and gdb output from $inferior_spawn_id and
7852 $gdb_spawn_id, respectively. Adjust all callers.
7853
789c3a0c
PA
78542015-07-29 Pedro Alves <palves@redhat.com>
7855
7856 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
7857 of gdb_test_sequence.
7858
77e760c3
PA
78592015-07-29 Pedro Alves <palves@redhat.com>
7860
7861 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
7862 (saw_spurious_output): Expect inferior output from
7863 $inferior_spawn_id. Use gdb_test_stdio.
7864
8396d2cd
PA
78652015-07-29 Pedro Alves <palves@redhat.com>
7866
7867 * gdb.base/dprintf.exp: Use standard_testfile. Change
7868 prepare_for_testing call.
7869 (srcfile): Don't set.
7870 (restart): New procedure.
7871 (test_dprintf): New procecure, use to continue over dprintfs.
7872 (test_call, test_agent): New procedures, tests moved here.
7873 Restart gdb and recreate dprintfs. Adjust expected output.
7874
2051d61f
PA
78752015-07-29 Pedro Alves <palves@redhat.com>
7876
7877 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
7878
452397af
PA
78792015-07-29 Pedro Alves <palves@redhat.com>
7880
7881 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
7882
8aed9555
PA
78832015-07-29 Pedro Alves <palves@redhat.com>
7884
7885 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
7886 gdb_test_stdio.
7887
188a61b4
PA
78882015-07-29 Pedro Alves <palves@redhat.com>
7889
7890 * lib/gdb.exp (gdb_test_stdio): New procedure.
7891
12264a45
PA
78922015-07-29 Pedro Alves <palves@redhat.com>
7893
7894 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
7895
23ffc893
PA
78962015-07-29 Pedro Alves <palves@redhat.com>
7897
7898 * gdb.base/call-signal-resume.exp: Remove check for
7899 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
7900 * gdb.base/unwindonsignal.exp: Likewise.
7901 * gdb.base/call-signals.c (gen_signal): Remove printf call.
7902 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
7903
65566918
PA
79042015-07-29 Pedro Alves <palves@redhat.com>
7905
7906 * gdb.base/siginfo-addr.c (pass): New function.
7907 (handler): Call it iff si_addr is correct.
7908 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
7909 Set a breakpoint at "pass" and continue to it.
7910
d60a9221
SDJ
79112015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
7912
7913 * gdb.python/py-objfile.exp: Make some tests have unique names.
7914 * gdb.python/py-pp-registration.exp: Likewise.
7915
bde40b8f
PA
79162015-07-28 Pedro Alves <palves@redhat.com>
7917
7918 * gdb.server/server-exec-info.exp: Issue a "disconnect".
7919
13e1dec8
SM
79202015-07-27 Simon Marchi <simon.marchi@ericsson.com>
7921
7922 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
7923
da33c9a7
SM
79242015-07-27 Simon Marchi <simon.marchi@ericsson.com>
7925
7926 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
7927
077836f7
PP
79282015-07-27 Patrick Palka <patrick@parcs.ath.cx>
7929
7930 * gdb.base/gdb-sigterm-2.exp: New test.
7931
b8cc7b2e
DE
79322015-07-25 Doug Evans <xdje42@gmail.com>
7933
7934 Revert:
7935 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
7936 (workers/%.worker, build-perf): New rule.
7937 (GDB_PERFTEST_MODE): New variable.
7938 (check-perf): Use it.
7939 (clean): Clean up gdb.perf parallel build subdirs.
7940 * lib/build-piece.exp: New file.
7941 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
7942 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
7943 name.
7944 (standard_temp_file): Ditto.
7945 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
7946 of $GDB_PARALLEL.
7947
c8bd4544
DE
79482015-07-24 Doug Evans <dje@google.com>
7949
7950 * gdb.perf/lib/perftest/utils.py: New file.
7951 * gdb.perf/gm-hello.cc: New file.
7952 * gdb.perf/gm-pervasive-typedef.cc: New file.
7953 * gdb.perf/gm-pervasive-typedef.h: New file.
7954 * gdb.perf/gm-std.cc: New file.
7955 * gdb.perf/gm-std.h: New file.
7956 * gdb.perf/gm-use-cerr.cc: New file.
7957 * gdb.perf/gm-utils.h: New file.
7958 * gdb.perf/gmonster-null-lookup.py: New file.
7959 * gdb.perf/gmonster-pervasive-typedef.py: New file.
7960 * gdb.perf/gmonster-print-cerr.py: New file.
7961 * gdb.perf/gmonster-ptype-string.py: New file.
7962 * gdb.perf/gmonster-runto-main.py: New file.
7963 * gdb.perf/gmonster-select-file.py: New file.
7964 * gdb.perf/gmonster1-null-lookup.exp: New file.
7965 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
7966 * gdb.perf/gmonster1-print-cerr.exp: New file.
7967 * gdb.perf/gmonster1-ptype-string.exp: New file.
7968 * gdb.perf/gmonster1-runto-main.exp: New file.
7969 * gdb.perf/gmonster1-select-file.exp: New file.
7970 * gdb.perf/gmonster1.cc: New file.
7971 * gdb.perf/gmonster1.exp: New file.
7972 * gdb.perf/gmonster2-null-lookup.exp: New file.
7973 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
7974 * gdb.perf/gmonster2-print-cerr.exp: New file.
7975 * gdb.perf/gmonster2-ptype-string.exp: New file.
7976 * gdb.perf/gmonster2-runto-main.exp: New file.
7977 * gdb.perf/gmonster2-select-file.exp: New file.
7978 * gdb.perf/gmonster2.cc: New file.
7979 * gdb.perf/gmonster2.exp: New file.
7980
6eab34f3
DE
79812015-07-24 Doug Evans <dje@google.com>
7982
7983 * gdb.perf/README: New file.
7984 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
7985 * lib/gen-perf-test.exp: New file.
7986
63738bfd
DE
79872015-07-24 Doug Evans <dje@google.com>
7988
7989 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
7990 (PerfTest::startup): New function.
7991 (PerfTest::run): Return result of calling body.
7992 (PerfTest::assemble): Rewrite.
7993 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
7994 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
7995 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
7996 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
7997 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
7998
7b606f95
DE
79992015-07-24 Doug Evans <dje@google.com>
8000
8001 * lib/gdb.exp (clean_restart): Make executable optional.
8002
a97b16b8
DE
80032015-07-24 Doug Evans <dje@google.com>
8004
8005 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
8006 compiler_info references.
8007 * gdb.cp/temargs.exp: Ditto.
8008 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
8009 (get_compiler_info): Early exit if already computed. Set compiler_info
8010 to "unknown" if there was a problem.
8011 (test_compiler_info): Add function comment. Call get_compiler_info.
8012
35baa57f
DE
80132015-07-24 Doug Evans <dje@google.com>
8014
8015 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
8016 (workers/%.worker, build-perf): New rule.
8017 (GDB_PERFTEST_MODE): New variable.
8018 (check-perf): Use it.
8019 (clean): Clean up gdb.perf parallel build subdirs.
8020 * lib/build-piece.exp: New file.
8021 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
8022 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
8023 name.
8024 (standard_temp_file): Ditto.
8025 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8026 of $GDB_PARALLEL.
8027
6ebea266
DE
80282015-07-24 Doug Evans <dje@google.com>
8029
8030 * lib/future.exp (gdb_default_target_compile): New option
8031 "early_flags".
8032 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
8033 --as-needed.
8034
1e76a7e9
SDJ
80352015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
8036
8037 * gdb.base/catch-syscall.exp: Call gdb_exit before
8038 gdb_skip_xml_test.
8039
5068630a
PA
80402015-07-24 Pedro Alves <palves@redhat.com>
8041
8042 * gdb.python/py-events.exp: Accept output between the stop event
8043 and the prompt.
8044 * gdb.python/py-evsignal.exp: Likewise.
8045 * gdb.python/py-evthreads.exp: Likewise.
8046
77598427
PA
80472015-07-24 Pedro Alves <palves@redhat.com>
8048
8049 PR gdb/18717
8050 * gdb.threads/non-ldr-exit.c: New file.
8051 * gdb.threads/non-ldr-exit.exp: New file.
8052
11e6c98f
YQ
80532015-07-24 Yao Qi <yao.qi@linaro.org>
8054
8055 * gdb.server/ext-wrapper.exp: Test --wrapper option when
8056 restarting process.
8057
51aee833
YQ
80582015-07-24 Yao Qi <yao.qi@linaro.org>
8059
8060 * gdb.server/ext-restart.exp: New file.
8061
8cfe207c
YQ
80622015-07-24 Yao Qi <yao.qi@linaro.org>
8063
8064 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
8065 argument options.
8066 * gdb.server/ext-wrapper.exp: New file.
8067
cc12ce38
DE
80682015-07-23 Doug Evans <dje@google.com>
8069
8070 * gdb.dwarf2/dw2-dummy-cu.S: New file.
8071 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
8072
d0d84780
PMR
80732015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
8074
8075 * gdb.ada/var_arr_typedef.exp: New testcase.
8076 * gdb.ada/var_arr_typedef/pack.adb: New file.
8077 * gdb.ada/var_arr_typedef/pack.ads: New file.
8078 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
8079
8b558f79
JB
80802015-07-20 Joel Brobecker <brobecker@adacore.com>
8081
8082 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
8083
775a3298
JK
80842015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8085
8086 * gdb.arch/i386-biarch-core.exp: Replace istarget
8087 by "complete set gnutarget". Remove expectation for the "core-file"
8088 command.
8089
db1ff28b
JK
80902015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8091
8092 Revert the previous commit:
8093 Tests for validate symbol file using build-id.
8094
0a94970d
JK
80952015-07-15 Aleksandar Ristovski <aristovski@qnx.com
8096
8097 Tests for validate symbol file using build-id.
8098 * gdb.base/solib-mismatch-lib.c: New file.
8099 * gdb.base/solib-mismatch-libmod.c: New file.
8100 * gdb.base/solib-mismatch.c: New file.
8101 * gdb.base/solib-mismatch.exp: New file.
8102
03346981
SL
81032015-07-15 Sandra Loosemore <sandra@codesourcery.com>
8104
8105 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
8106 nios2-*-linux*.
8107 * gdb.base/sigbpt.exp (stepi_out): Likewise.
8108 * gdb.base/siginfo.exp: Likewise.
8109 * gdb.base/sigstep.exp (advance, advancei): Likewise.
8110
42422cc7
PL
81112015-07-15 Pierre Langlois <pierre.langlois@arm.com>
8112
8113 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
8114 Move it to ...
8115 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
8116 ... here.
8117 * gdb.trace/range-stepping.exp: Check that the target supports
8118 range stepping.
8119
cfa68bae
JK
81202015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8121
8122 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
8123
8ffdba26
PA
81242015-07-14 Pedro Alves <palves@redhat.com>
8125
8126 * gdb.base/killed-outside.exp: New file.
8127 * gdb.base/killed-outside.c: New file.
8128
218a5a11
JK
81292015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8130
8131 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
8132 (n at main): New.
8133 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
8134
e03ed3c6
AA
81352015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
8136
8137 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
8138 infcall tests instead of setting up for KFAIL.
8139
485668e5
MM
81402015-07-10 Markus Metzger <markus.t.metzger@intel.com>
8141
8142 * gdb.btrace/record_goto-step.exp: New.
8143
08464196
JK
81442015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8145
8146 PR compile/18484
8147 * gdb.compile/compile.c (struct struct_type): Add volatile to
8148 selffield's type.
8149 * gdb.compile/compile.exp
8150 (compile code struct_object.selffield = &struct_object): Skip further
8151 struct_object tests if this one xfails.
8152
bcf5c1d9
RC
81532015-07-08 Robert O'Callahan <robert@ocallahan.org>
8154
8155 PR exp/18617
8156 * gdb.trace/ax.exp: Add test.
8157
4931af25
YQ
81582015-07-07 Yao Qi <yao.qi@linaro.org>
8159
8160 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
8161 instead of istarget "aarch64*-*-*".
8162 * gdb.arch/aarch64-fp.exp: Likewise.
8163 * gdb.base/float.exp: Likewise.
8164 * gdb.reverse/aarch64.exp: Likewise.
8165 * lib/gdb.exp (is_aarch64_target): New proc.
8166
9fcf688e
YQ
81672015-07-07 Yao Qi <yao.qi@linaro.org>
8168
8169 * lib/gdb.exp (is_aarch32_target): New proc.
8170 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
8171 instead of "istarget "arm*-*-*"".
8172 * gdb.arch/arm-disp-step.exp: Likewise.
8173 * gdb.arch/thumb-bx-pc.exp: Likewise.
8174 * gdb.arch/thumb-prologue.exp: Likewise.
8175 * gdb.arch/thumb-singlestep.exp: Likewise.
8176 * gdb.base/disp-step-syscall.exp: Likewise.
8177 * gdb.base/float.exp: Likewise.
8178
fbd8d50d
YQ
81792015-07-07 Yao Qi <yao.qi@linaro.org>
8180
8181 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
8182 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
8183
71be1fdc
YQ
81842015-07-07 Yao Qi <yao.qi@linaro.org>
8185
8186 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
8187 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
8188 if it exists.
8189 * gdb.multi/multi-arch.exp: Likewise.
8190
3e221d36
SM
81912015-07-07 Simon Marchi <simon.marchi@ericsson.com>
8192
8193 * gdb.python/py-lazy-string.exp: Add missing parentheses to
8194 print.
8195
d441430b
YQ
81962015-07-07 Yao Qi <yao.qi@linaro.org>
8197
8198 * gdb.arch/thumb-singlestep.exp: Do one more single step.
8199
06f810bd
MG
82002015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
8201
8202 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
8203 '[' and ']' characters.
8204
5e61e7c0
IB
82052015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
8206
8207 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
8208
28bf096c
PA
82092015-06-29 Pedro Alves <palves@redhat.com>
8210
8211 PR threads/18127
8212 * gdb.threads/hand-call-new-thread.c: New file.
8213 * gdb.threads/hand-call-new-thread.c: New file.
8214
ee93cd5e
KS
82152015-06-26 Keith Seitz <keiths@redhat.com>
8216 Doug Evans <dje@google.com>
8217
8218 PR 16253
8219 * gdb.cp/var-tag-2.cc: New file.
8220 * gdb.cp/var-tag-3.cc: New file.
8221 * gdb.cp/var-tag-4.cc: New file.
8222 * gdb.cp/var-tag.cc: New file.
8223 * gdb.cp/var-tag.exp: New file.
8224
fc637f04
PP
82252015-06-26 Patrick Palka <patrick@parcs.ath.cx>
8226
8227 * gdb.base/history-duplicates.exp: New test.
8228
2e52ae68
PP
82292015-06-26 Patrick Palka <patrick@parcs.ath.cx>
8230
8231 * gdb.base/completion.exp: Test the completion of the "focus"
8232 command.
8233
6e22494e
JK
82342015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8235
8236 * gdb.arch/amd64-prologue-skip.S: New file.
8237 * gdb.arch/amd64-prologue-skip.exp: New file.
8238
bf7b9cd9
SM
82392015-06-25 Simon Marchi <simon.marchi@ericsson.com>
8240
8241 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
8242 is_address_zero_readable check.
8243
201e8dfd
PB
82442015-06-24 Peter Bergner <bergner@vnet.ibm.com>
8245
8246 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
8247 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
8248
5cd867b4
YQ
82492015-06-24 Yao Qi <yao.qi@linaro.org>
8250
8251 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
8252 linux targets.
8253
4d7be007
YQ
82542015-06-24 Yao Qi <yao.qi@linaro.org>
8255
8256 * lib/gdb.exp (supports_get_siginfo_type): New proc.
8257 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
8258 * gdb.base/siginfo-thread.exp: Likewise.
8259
07fcd301
YQ
82602015-06-22 Yao Qi <yao.qi@linaro.org>
8261
8262 * boards/remote-gdbserver-on-localhost.exp: Add comments.
8263
52042a00
YQ
82642015-06-22 Yao Qi <yao.qi@linaro.org>
8265
8266 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
8267 aarch64*-*-*.
8268 (skip_hw_watchpoint_tests): Likewise.
8269
74bd41ce
PP
82702015-06-18 Patrick Palka <patrick@parcs.ath.cx>
8271
8272 * gdb.base/gdbinit-history.exp: Test the interaction between
8273 setting GDBHISTSIZE and setting the history size via .gdbinit.
8274
bc460514
PP
82752015-06-17 Patrick Palka <patrick@parcs.ath.cx>
8276
8277 PR gdb/16999
8278 * gdb.base/gdbhistsize-history.exp: New test.
8279
b58c513b
PP
82802015-06-17 Patrick Palka <patrick@parcs.ath.cx>
8281
8282 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
8283 with GDBHISTSIZE.
8284 * gdb.base/readline.exp: Likewise.
8285
92046791
YQ
82862015-06-17 Yao Qi <yao.qi@linaro.org>
8287
8288 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
8289 line.
8290
2093d2d3
PP
82912015-06-17 Patrick Palka <patrick@parcs.ath.cx>
8292
8293 * gdb.base/gdbinit-history.exp: Add test case to check that
8294 an unlimited history file does not get truncated on exit.
8295
e6c693af
AA
82962015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8297
8298 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
8299 (VECTOR): New macro. Use it...
8300 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
8301 ...for these typedefs.
8302 (int8, char1, int1, double1): New typedefs.
8303 (struct just_int2, struct two_int2): New structures.
8304 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
8305 (add_structvecs, add_singlevecs): New functions.
8306 (main): Call add_some_intvecs twice.
8307 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
8308 the compile and exit upon failure. Try compiling for the "native"
8309 architecture. Test inferior function calls with vector arguments
8310 and vector return value handling with "finish" and "return".
8311
c74f7d1c
JT
83122015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
8313
8314 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
8315 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
8316 PE file.
8317 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
8318
98aa42ee
AT
83192015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
8320
8321 PR breakpoints/16465
8322 * gdb.mi/mi-dprintf-pending.c: New file.
8323 * gdb.mi/mi-dprintf-pending.exp: New test.
8324 * gdb.mi/mi-dprintf-pendshr.c: New file.
8325
7d73c23c 83262015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 8327 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
8328
8329 * gdb.arch/i386-mpx-map.c: New file.
8330 * gdb.arch/i386-mpx-map.exp: New File.
8331
83322015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
8333
8334 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
8335 * gdb.arch/i386-mpx.exp: Indentation fixed.
8336
83372015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
8338
8339 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
8340 function and improved indentation.
8341 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
8342 gdb_test_multiple. Added additional tests to skip the test.
8343
83442015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
8345
8346 * gdb.arch/i386-avx512.c: Change path in include file.
8347 * gdb.arch/i386-avx512.exp: Change include dir path
8348 compilation flag.
8349 * gdb.arch/i386-mpx.c: Change path in include file.
8350 * gdb.arch/i386-mpx.exp: Change include dir path compilation
8351 flag.
8352
d5eba19a
JK
83532015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8354
8355 * gdb.compile/compile-print.exp (compile print *vararray@3)
8356 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
8357
7f361056
JK
83582015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8359
8360 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
8361 (do not keep jit in memory): ... this.
8362 (expect 5): Change it to ...
8363 (expect no 5): ... this.
8364
3b462ec2
SM
83652015-06-02 Simon Marchi <simon.marchi@ericsson.com>
8366
8367 PR gdb/15564
8368 * gdb.mi/mi-detach.exp: New file.
8369
e0619de6
JK
83702015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8371
8372 PR symtab/18392
8373 * gdb.arch/amd64-tailcall-self.S: New file.
8374 * gdb.arch/amd64-tailcall-self.c: New file.
8375 * gdb.arch/amd64-tailcall-self.exp: New file.
8376
e970cb34
DB
83772015-05-28 Don Breazeal <donb@codesourcery.com>
8378
8379 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
8380 tests for remote targets by checking is_target_gdbserver.
8381
b2e2f908
DE
83822015-05-27 Doug Evans <dje@google.com>
8383
8384 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
8385 * gdb.dwarf2/opaque-type-lookup.c: New file.
8386 * gdb.dwarf2/opaque-type-lookup.exp: New file.
8387
82c7be31
DE
83882015-05-26 Doug Evans <dje@google.com>
8389
8390 * gdb.cp/iostream.cc: New file.
8391 * gdb.cp/iostream.exp: New file.
8392
b4f54984
DE
83932015-05-26 Doug Evans <dje@google.com>
8394
8395 * gdb.dwarf2/dw2-op-call.exp: Update.
8396 * gdb.dwarf2/dw4-sig-types.exp: Update.
8397 * gdb.dwarf2/implptr.exp: Update.
8398 * gdb.mi/mi-cmd-param-changed.exp: Update.
8399
4ea6efe9
DE
84002015-05-26 Doug Evans <dje@google.com>
8401
8402 * gdb.python/py-lazy-string.c: New file.
8403 * gdb.python/py-lazy-string.exp: New file.
8404 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
8405 (main): Update. Add estring3.
8406 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
8407 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
8408
f6bb7db3
YQ
84092015-05-26 Omair Javaid <omair.javaid@linaro.org>
8410 Yao Qi <yao.qi@linaro.org>
8411
8412 * gdb.reverse/aarch64.c: New.
8413 * gdb.reverse/aarch64.exp: New.
8414
a81bfbd0
OJ
84152015-05-26 Omair Javaid <omair.javaid@linaro.org>
8416
25d49b86
PA
8417 * lib/gdb.exp (supports_process_record): Return true for
8418 aarch64*-linux*.
a81bfbd0
OJ
8419 (supports_reverse): Likewise.
8420
158bf1b4
PP
84212015-05-22 Patrick Palka <patrick@parcs.ath.cx>
8422
8423 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
8424 Use with_test_prefix.
8425
a0145030
AB
84262015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
8427
8428 * gdb.base/completion.exp: Add test for completion of layout
8429 names.
8430
ebe3b578
AB
84312015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
8432
8433 * lib/gdb.exp (skip_tui_tests): New proc.
8434 * gdb.base/tui-layout.exp: Check skip_tui_tests.
8435
84204ed7
PA
84362015-05-19 Pedro Alves <palves@redhat.com>
8437
8438 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
8439 Save the whole env array instead of just HOME. Unset HISTSIZE in
8440 the environment while testing. Restore whole environment
8441 afterwards.
8442
37442ce1
DE
84432015-05-16 Doug Evans <xdje42@gmail.com>
8444
8445 * gdb.guile/scm-ports.c: New file.
8446 * gdb.guile/scm-ports.exp: Add memory port tests.
8447
36de76f9
JK
84482015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8449
8450 * gdb.compile/compile-print.c: New file.
8451 * gdb.compile/compile-print.exp: New file.
8452
3a9558c4
JK
84532015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8454
8455 * gdb.compile/compile-ops.exp: Cast param to void.
8456 * gdb.compile/compile.exp: Complete type for _gdb_expr.
8457 (compile code struct_object.selffield = &struct_object): Add xfail.
8458
aa715135
JG
84592015-05-15 Joel Brobecker <brobecker@adacore.com>
8460
8461 * gdb.ada/arr_enum_with_gap: New testcase.
8462
931e5bc3
JG
84632015-05-15 Joel Brobecker <brobecker@adacore.com>
8464
8465 * gdb.ada/byte_packed_arr: New testcase.
8466
9cd4d857
JB
84672015-05-15 Joel Brobecker <brobecker@adacore.com>
8468
8469 * gdb.ada/pckd_neg: New testcase.
8470
ebfd00d2
PP
84712015-05-13 Patrick Palka <patrick@parcs.ath.cx>
8472
8473 PR gdb/17820
8474 * gdb.base/gdbinit-history.exp: New test.
8475 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
8476 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
8477
4c082a81
SC
84782015-05-09 Siva Chandra Reddy <sivachandra@google.com>
8479
8480 * gdb.python/py-xmethods.cc: Enhance test case.
8481 * gdb.python/py-xmethods.exp: New tests.
8482 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
8483 function.
8484 (B_indexoper): Likewise.
8485 (global_dm_list) : Add new xmethod worker functions.
8486
f7797074
SDJ
84872015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
8488
8489 * gdb.base/coredump-filter.exp: Correctly unset
8490 "coredump_var_addr" array.
8491
a4674e4e
PA
84922015-05-08 Pedro Alves <palves@redhat.com>
8493
8494 * gdb.server/non-existing-program.exp: Unset spawn_id.
8495
df2eb078
SC
84962015-05-08 Siva Chandra Reddy <sivachandra@google.com>
8497
8498 PR python/18291
8499 * gdb.python/py-xmethods.exp: Add tests.
8500
422349a3
YQ
85012015-05-08 Yao Qi <yao.qi@linaro.org>
8502
8503 PR gdb/18208
8504 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
8505 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
8506 function set_coredump_filter, and remove remote_exec call.
8507 Remove argument ipid. Callers update.
8508 (top level): Don't get inferior's PID.
8509
63fc80ce
AA
85102015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
8511
8512 * gdb.base/watch_thread_num.exp: Skip test on targets without
8513 access watchpoints.
8514
80ad801e
PA
85152015-05-06 Pedro Alves <palves@redhat.com>
8516
8517 PR server/18081
8518 * gdb.server/non-existing-program.exp: New file.
8519
0fa7fe50
JB
85202015-05-05 Joel Brobecker <brobecker@adacore.com>
8521
8522 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
8523
3ea89b92
PMR
85242015-05-05 Joel Brobecker <brobecker@adacore.com>
8525
8526 * gdb.ada/out_of_line_in_inlined: New testcase.
8527
87b8eff0
JB
85282015-05-05 Joel Brobecker <brobecker@adacore.com>
8529
8530 * gdb.ada/var_rec_arr: New testcase.
8531
5fccc635
YQ
85322015-04-30 Yao Qi <yao.qi@linaro.org>
8533
8534 * gdb.base/break-idempotent.exp: If
8535 skip_hw_watchpoint_multi_tests returns true, skip the tests
8536 on "rwatch" and "awatch".
8537
42d38f42
YQ
85382015-04-30 Yao Qi <yao.qi@linaro.org>
8539
8540 * gdb.base/relativedebug.exp: Invoke gdb command
8541 "info sharedlibrary", and if libc.so doesn't have debug info,
8542 skip the test.
8543
2ce1cdbf
DE
85442015-04-29 Doug Evans <dje@google.com>
8545
8546 * gdb.python/py-xmethods.exp: Add ptype tests.
8547 * gdb.python/py-xmethods.py (E_method_char_worker): Add
8548 get_result_type method.
8549
f24a38c5
LM
85502015-04-29 Luis Machado <lgustavo@codesourcery.com>
8551
8552 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
8553 the target does not support hardware watchpoints.
8554
ecbf2b3c
LM
85552015-04-29 Luis Machado <lgustavo@codesourcery.com>
8556
8557 * gdb.base/break-always.exp: Abort testing if writing to memory
8558 causes an error.
8559
34f5f757
DE
85602015-04-28 Doug Evans <dje@google.com>
8561
8562 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
8563 * gdb.python/py-pp-registration.exp: ... here. New file.
8564 * gdb.python/py-pp-registration.c: New file.
8565 * gdb.python/py-pp-registration.py: New file.
8566
69b4374a
DE
85672015-04-28 Doug Evans <dje@google.com>
8568
8569 * gdb.python/py-bad-printers.c: New file.
8570 * gdb.python/py-bad-printers.py: New file.
8571 * gdb.python/py-bad-printers.exp: New file.
8572
59fb7612
SS
85732015-04-28 Sasha Smundak <asmundak@google.com>
8574
8575 * gdb.python/py-type.exp: New test.
8576
2631b16a
AW
85772015-04-28 Andy Wingo <wingo@igalia.com>
8578
8579 * gdb.python/py-parameter.exp:
8580 * gdb.guile/scm-parameter.exp: Escape the path that we are
8581 matching against, as it might contain characters that are special
8582 to regular expressions.
8583
460efde1
JB
85842015-04-27 Joel Brobecker <brobecker@adacore.com>
8585
8586 * gdb.ada/rec_comp: New testcase.
8587
2d369d8e
SDJ
85882015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
8589
8590 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
8591 before using it.
8592
cf75d6c3
AB
85932015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
8594
8595 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
8596 new tests for verilog output.
8597
8dbe7ca5
YQ
85982015-04-24 Yao Qi <yao.qi@linaro.org>
8599
8600 * boards/remote-gdbserver-on-localhost.exp: New file.
8601
4ef9fb2f
PA
86022015-04-23 Pedro Alves <palves@redhat.com>
8603
8604 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
8605 $inferior_spawn_id instead of $inferior_spawn_id directly. On
8606 "end of file", remove $inferior_spawn_id from the indirect list.
8607
0a803169
PA
86082015-04-23 Pedro Alves <palves@redhat.com>
8609
8610 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
8611
749ef8f8
PA
86122015-04-23 Pedro Alves <palves@redhat.com>
8613
8614 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
8615 on $any_spawn_id instead of only on $gdb_spawn_id.
8616
8aae4344
PM
86172015-04-21 Pierre Muller <muller@sourceware.org>
8618
8619 PR pascal/17815
8620 * lib/pascal.exp (gpc_compile): Add new option "class".
8621 (fpc_compile): Likewise.
8622 * gdb.pascal/case-insensitive-symbols.pas: New file.
8623 * gdb.pascal/case-insensitive-symbols.exp: New file.
8624
1586c8fb
GB
86252015-04-20 Gary Benson <gbenson@redhat.com>
8626
8627 * gdb.base/attach.exp: Fix three extended remote failures.
8628
1b6e6f5c
GB
86292015-04-17 Gary Benson <gbenson@redhat.com>
8630
8631 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
8632 the main executable over the remote protocol.
8633
e797481d
PA
86342015-04-16 Pedro Alves <palves@redhat.com>
8635
8636 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
8637 a new gdbserver if gdbserver_reconnect_p is set.
8638
1ca99c42
PA
86392015-04-16 Pedro Alves <palves@redhat.com>
8640
8641 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
8642 is set, don't exit gdbserver.
8643
af9fd6f8
AA
86442015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8645
8646 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
8647 appropriate .insn, such that an older assembler can be used.
8648 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
8649 the z/Architecture instruction set on 31-bit targets as well.
8650
04ff1e61
AA
86512015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8652
8653 * gdb.go/handcall.exp: Remove all logic related to the first
8654 breakpoint and rely on go_runto_main instead.
8655 * gdb.go/strings.exp: Likewise.
8656 * gdb.go/unsafe.exp: Likewise.
8657 * gdb.go/hello.exp: Likewise. Also rename the remaining
8658 breakpoint marker to "breakpoint 1".
8659 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
8660 * gdb.go/strings.go: Likewise.
8661 * gdb.go/unsafe.go: Likewise.
8662 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
8663 "set breakpoint 2 here" and rename the remaining breakpoint marker
8664 to "breakpoint 1".
8665
40d2f8d6
SM
86662015-04-15 Simon Marchi <simon.marchi@ericsson.com>
8667
8668 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
8669 if itertools.imap is not present.
8670 * gdb.python/py-objfile.exp: Add parentheses.
8671 * gdb.python/py-type.exp: Same.
8672 * gdb.python/py-unwind-maint.py: Same.
8673
8cbc97c6
YQ
86742015-04-15 Yao Qi <yao.qi@linaro.org>
8675
8676 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
8677 of ":$ptr_size" and set its form explicitly.
8678
45fd756c
YQ
86792015-04-15 Pedro Alves <palves@redhat.com>
8680 Yao Qi <yao.qi@linaro.org>
8681
8682 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
8683 timeout by factor of 4.
8684 (test_regular_watch): Likewise.
8685 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
8686 * gdb.reverse/sigall-reverse.exp: Likewise.
8687 * gdb.reverse/until-precsave.exp: Likewise.
8688 * lib/gdb.exp (with_timeout_factor): New proc.
8689 (gdb_expect): Move some code to ...
8690 (get_largest_timeout): ... here. New procedure.
8691
9e811bc3
LM
86922015-04-14 Luis Machado <lgustavo@codesourcery.com>
8693
8694 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
8695
0ff6fcb2
LM
86962015-04-13 Luis Machado <lgustavo@codesourcery.com>
8697
8698 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
8699 to write to the .text section.
8700
7578d5f7
LM
87012015-04-13 Luis Machado <lgustavo@codesourcery.com>
8702
8703 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
8704 Handle the case of targets that do not provide PID information.
8705
2efe15c4
YQ
87062015-04-13 Yao Qi <yao.qi@linaro.org>
8707
8708 * lib/gdbserver-support.exp (gdb_exit): Catch exception
8709 and use expect instead of gdb_expect.
8710
8cd8f2f8
SDJ
87112015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
8712
8713 * gdb.base/coredump-filter.exp: Rename variable "addr" to
8714 "coredump_var_addr" to avoid naming conflict with other testcases.
8715
9ee41772
PA
87162015-04-10 Pedro Alves <palves@redhat.com>
8717
8718 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
8719 gdb_test_sequence and gdb_assert.
8720
07473109
PA
87212015-04-10 Pedro Alves <palves@redhat.com>
8722
8723 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
8724 test messages that don't include the breakpoint address.
8725
de3db44c
YQ
87262015-04-10 Yao Qi <yao.qi@linaro.org>
8727
8728 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
8729 false for some offset and width combinations which aren't
8730 supported by linux kernel.
8731
c79d856c
PA
87322015-04-10 Pedro Alves <palves@redhat.com>
8733
8734 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
8735 procedure, factored out from ...
8736 (top level): ... here. Add "set displaced-stepping" testing axis.
8737 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
8738 parameter "displaced". Use it.
8739 (top level): Use foreach and add "set displaced-stepping" testing
8740 axis.
8741
ebc90b50
PA
87422015-04-10 Pedro Alves <palves@redhat.com>
8743
8744 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
8745 Remove comment.
8746 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
8747 both the address of the instruction that triggers the watchpoint
8748 and the address of the instruction immediately after, and use
8749 those addresses for the test. Fix comment.
8750
8f572e5c
PA
87512015-04-10 Pedro Alves <palves@redhat.com>
8752
8753 * gdb.base/sigstep.exp (breakpoint_to_handler)
8754 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
8755 Test "backtrace" in handler.
8756 (breakpoint_over_handler): New parameter 'displaced'. Use it.
8757 (top level): Add new "displaced" test axis to
8758 breakpoint_to_handler, breakpoint_to_handler_entry and
8759 breakpoint_over_handler.
8760
8d707a12
PA
87612015-04-10 Pedro Alves <palves@redhat.com>
8762
8763 PR gdb/18216
8764 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
8765
ef713951
YQ
87662015-04-10 Yao Qi <yao.qi@linaro.org>
8767
8768 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
8769 (test_add_rn_pc): New function.
8770 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
8771 (top level): Invoke test_add_rn_pc.
8772
906d60cf
PA
87732015-04-10 Pedro Alves <palves@redhat.com>
8774
8775 PR gdb/13858
8776 * gdb.base/step-over-no-symbols.exp: New file.
8777
f2983cc3
AW
87782015-04-09 Andy Wingo <wingo@igalia.com>
8779
8780 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
8781 after the Python tests.
8782
6d62641c
SDJ
87832015-04-08 Keith Seitz <keiths@redhat.com>
8784
8785 PR python/16699
8786 * gdb.python/py-completion.exp: New tests for completion.
8787 * gdb.python/py-completion.py (CompleteLimit1): New class.
8788 (CompleteLimit2): Likewise.
8789 (CompleteLimit3): Likewise.
8790 (CompleteLimit4): Likewise.
8791 (CompleteLimit5): Likewise.
8792 (CompleteLimit6): Likewise.
8793 (CompleteLimit7): Likewise.
8794
f3770638
PA
87952015-04-08 Pedro Alves <palves@redhat.com>
8796
8797 PR gdb/18214
8798 PR gdb/18216
8799 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
8800 function.
8801 (main): Install it as SIGUSR1 handler.
8802 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
8803 parameter. Always use "setup" as prefix. Toggle "set
8804 displaced-stepping" off/on depending on global. Don't switch to
8805 thread 1 here.
8806 (top level): Add displaced stepping "off/on" test axis. Update
8807 "setup" calls. Wrap each subtest with with_test_prefix. Test
8808 continuing with a queued signal in each thread.
8809
4496bed7
PA
88102015-04-08 Pedro Alves <palves@redhat.com>
8811
8812 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
8813 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
8814 gdb_breakpoint instead of gdb_test that doesn't expect anything.
8815 Return early if running to main fails.
8816 * gdb.trace/while-stepping.exp: Likewise.
8817
b97fde92
PA
88182015-04-07 Pedro Alves <palves@redhat.com>
8819
8820 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
8821 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
8822 interact with inferior program.
8823
f71c18e7
PA
88242015-04-07 Pedro Alves <palves@redhat.com>
8825
8826 * lib/gdb.exp (inferior_spawn_id): New global.
8827 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
8828 spawn id after processing the user code.
8829 (default_gdb_start): Set inferior_spawn_id.
8830 (send_inferior): New procedure.
8831 * lib/gdbserver-support.exp (gdbserver_start): Set
8832 inferior_spawn_id.
8833 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
8834
6423214f
PA
88352015-04-07 Pedro Alves <palves@redhat.com>
8836
8837 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
8838 * lib/gdbserver-support.exp (gdbserver_start): Make
8839 $server_spawn_id global.
8840 (gdbserver_start): Don't wait for gdbserver's spawn id with
8841 expect_background.
8842 (close_gdbserver): New procedure.
8843 (gdb_exit): Rename the default version and reimplement.
8844
71c0ee8c
PA
88452015-04-07 Pedro Alves <palves@redhat.com>
8846
72f4393d 8847 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
8848 append the substituted item, not the original item.
8849
203bc29b
PA
88502015-04-07 Pedro Alves <palves@redhat.com>
8851
8852 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
8853 gdb_expect.
8854
508a3ddf
PA
88552015-04-07 Pedro Alves <palves@redhat.com>
8856
8857 * gdb.base/interrupt.exp: Don't handle the case of the inferior
8858 output appearing once only.
8859
9f6dbe2b
PA
88602015-04-07 Pedro Alves <palves@redhat.com>
8861
8862 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
8863 that doesn't expect anything. Return early if running to main
8864 fails.
8865
337532fa
YQ
88662015-04-07 Yao Qi <yao.qi@linaro.org>
8867
8868 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
8869 (child_function): Call alarm.
8870 (main): Move call to alarm into the loop.
8871 * gdb.threads/non-stop-fair-events.exp: Build program with
8872 -DTIMEOUT=$timeout.
8873
01b622d4
DE
88742015-04-06 Doug Evans <xdje42@gmail.com>
8875
8876 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
8877 Fix dest parameter to board_info.
8878 (fpc_compile): Ditto.
8879 (gdb_compile_pascal): Rename dest arg to destfile.
8880
961f4160
PMR
88812015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
8882
8883 * gdb.ada/funcall_ref.exp: New file.
8884 * gdb.ada/funcall_ref/foo.adb: New file.
8885
cafda597
YQ
88862015-04-02 Yao Qi <yao.qi@linaro.org>
8887
8888 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
8889 is remote.
8890
fed040c6
GB
88912015-04-02 Gary Benson <gbenson@redhat.com>
8892
8893 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
8894
d11916aa
SS
88952015-04-01 Sasha Smundak <asmundak@google.com>
8896
8897 * gdb.python/py-unwind-maint.c: New file.
8898 * gdb.python/py-unwind-maint.exp: New test.
8899 * gdb.python/py-unwind-maint.py: New file.
8900 * gdb.python/py-unwind.c: New file.
8901 * gdb.python/py-unwind.exp: New test.
8902 * gdb.python/py-unwind.py: New test.
8903
a1471180
PA
89042015-04-01 Pedro Alves <palves@redhat.com>
8905
8906 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
8907 to fail instead of non-existent $test.
8908
0bbeccb1
PA
89092015-04-01 Pedro Alves <palves@redhat.com>
8910
8911 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
8912 GDBFLAGS if not empty.
8913
3c724c8c
PMR
89142015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
8915
8916 * gdb.ada/complete.exp: Remove "multi_line".
8917 * gdb.ada/info_exc.exp: Remove "multi_line".
8918 * gdb.ada/packed_tagged.exp: Remove "multi_line".
8919 * gdb.ada/ptype_field.exp: Remove "multi_line".
8920 * gdb.ada/sym_print_name.exp: Remove "multi_line".
8921 * gdb.ada/tagged.exp: Remove "multi_line".
8922 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
8923 [multi_line ...]
8924 * gdb.btrace/delta.exp: Likewise.
8925 * gdb.btrace/exception.exp: Likewise.
8926 * gdb.btrace/function_call_history.exp: Likewise.
8927 * gdb.btrace/instruction_history.exp: Likewise.
8928 * gdb.btrace/nohist.exp: Likewise.
8929 * gdb.btrace/record_goto.exp: Likewise.
8930 * gdb.btrace/segv.exp: Likewise.
8931 * gdb.btrace/stepi.exp: Likewise.
8932 * gdb.btrace/tailcall.exp: Likewise.
8933 * gdb.btrace/unknown_functions.exp: Likewise.
8934 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
8935 * lib/gdb.exp: Add the "multi_line" helper.
8936
4eec2deb
PA
89372015-04-01 Pedro Alves <palves@redhat.com>
8938
8939 * gdb.threads/tid-reuse.c: New file.
8940 * gdb.threads/tid-reuse.exp: New file.
8941
df8411da
SDJ
89422015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
8943
8944 PR corefiles/16092
8945 * gdb.base/coredump-filter.c: New file.
8946 * gdb.base/coredump-filter.exp: Likewise.
8947
6ef37366
PM
89482015-03-27 Petr Machata <pmachata@redhat.com>
8949
8950 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
8951 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
8952 (Dwarf::assemble): Initialize them.
8953 (Dwarf::lines): New function.
8954
7ec911b0
JT
89552015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
8956
8957 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
8958 SYMBOL_PREFIX for x86_64-*-cygwin.
8959
ff908ebf
AW
89602015-03-26 Andy Wingo <wingo@igalia.com>
8961
8962 PR symtab/18148
8963 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
8964 const_value but not a location.
8965 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
8966 location defined in non-main CUs are visible.
8967
6d5f0679
YQ
89682015-03-26 Yao Qi <yao.qi@linaro.org>
8969
8970 PR testsuite/18139
8971 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
8972 Add a line number entry for the same line.
8973 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
8974 Add a line number entry for the same line.
8975
2898689b
YQ
89762015-03-26 Yao Qi <yao.qi@linaro.org>
8977
8978 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
8979 .int 0.
8980 (func): Likewise. Add .Lfunc_1 label.
8981 Use .Lfunc_1 label.
8982 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
8983 .int 0.
8984 (func): Likewise.
8985 Use .Lfunc_1 label.
8986
85180498
YQ
89872015-03-26 Yao Qi <yao.qi@linaro.org>
8988
8989 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
8990 Call gdb_compile instead to compile each .s files without debug
8991 information.
8992
8aa08a8d
YQ
89932015-03-26 Yao Qi <yao.qi@linaro.org>
8994
8995 * gdb.base/savedregs.exp (process_saved_regs): Make
8996 "Saved registers:" optional in the pattern.
8997
66849923
MM
89982015-03-25 Markus Metzger <markus.t.metzger@intel.com>
8999
9000 * gdb.btrace/next.exp: Merged into step.exp.
9001 * gdb.btrace/finish.exp: Merged into step.exp.
9002 * gdb.btrace/nexti.exp: Merged into stepi.exp.
9003 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
9004 "record goto" and checking the exact replay position.
9005 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
9006 check for "Recording format" in "info record" output.
9007 * gdb.btrace/record_goto.exp: Choose test file based on target.
9008 * gdb.btrace/x86-record_goto.S: Renamed into ...
9009 * gdb.btrace/x86_64-record_goto.S: ... this.
9010 * gdb.btrace/i686-record_goto.S: New.
9011 * gdb.btrace/x86-tailcall.S: Renamed into ...
9012 * gdb.btrace/x86_64-tailcall.S: ... this.
9013 * gdb.btrace/i686-tailcall.S: New.
9014 * gdb.btrace/x86-tailcall.c: Renamed into ...
9015 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
9016 separate statements. Update test.
9017 * gdb.btrace/delta.exp: Use record_goto.c as test file.
9018 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
9019 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
9020 * gdb.btrace/tailcall.exp: Choose test file based on target.
9021 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
9022
11cc1b74
MM
90232015-03-25 Markus Metzger <markus.t.metzger@intel.com>
9024
9025 * gdb.btrace/exception.exp: Increase BTS buffer size.
9026
a25d8bf9
PA
90272015-03-24 Pedro Alves <palves@redhat.com>
9028
9029 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
9030
856e7dd6
PA
90312015-03-24 Pedro Alves <palves@redhat.com>
9032
9033 * gdb.threads/schedlock.exp (test_step): No longer expect that
9034 "set scheduler-locking step" with "next" over a function call runs
9035 threads unlocked.
9036
ad235a41
AT
90372015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9038
9039 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
9040
15630549
AT
90412015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9042
9043 PR breakpoints/16466
9044 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
9045 * gdb.mi/mi-pending.c (thread_func): New function.
9046 (int main): Add threading support required.
9047 * gdb.mi/mi-pending.exp: Add tests for this issue.
9048 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
9049 (pendfunc2): Remove stdio dependency.
9050 * gdb.mi/mi-pendshr2.c: New file.
9051
693dca06
KS
90522015-03-23 Keith Seitz <keiths@redhat.com>
9053
9054 * gdb.linespec/keywords.c: New file.
9055 * gdb.linespec/keywords.exp: New file.
9056
7e993ebf
KS
90572015-03-23 Keith Seitz <keiths@redhat.com>
9058
9059 PR gdb/18021
9060 * gdb.dwarf2/staticvirtual.exp: New test.
9061
bc23328c
JK
90622015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9063
9064 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
9065 * README: Remove HP-UX and gdb.hp.
9066 (configuration):
9067 * configure: Regenerate.
9068 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
9069 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
9070 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
9071 gdb.hp/gdb.defects/Makefile.
9072 * gdb.hp/Makefile.in: File deleted.
9073 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
9074 * gdb.hp/gdb.aCC/optimize.c: File deleted.
9075 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
9076 * gdb.hp/gdb.aCC/run.c: File deleted.
9077 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
9078 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
9079 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
9080 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
9081 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
9082 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
9083 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
9084 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
9085 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
9086 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
9087 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
9088 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
9089 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
9090 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
9091 * gdb.hp/gdb.base-hp/reg.s: File deleted.
9092 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
9093 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
9094 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
9095 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
9096 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
9097 * gdb.hp/gdb.compat/Makefile.in: File deleted.
9098 * gdb.hp/gdb.compat/average.c: File deleted.
9099 * gdb.hp/gdb.compat/sum.c: File deleted.
9100 * gdb.hp/gdb.compat/xdb.c: File deleted.
9101 * gdb.hp/gdb.compat/xdb0.c: File deleted.
9102 * gdb.hp/gdb.compat/xdb0.h: File deleted.
9103 * gdb.hp/gdb.compat/xdb1.c: File deleted.
9104 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
9105 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
9106 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
9107 * gdb.hp/gdb.defects/Makefile.in: File deleted.
9108 * gdb.hp/gdb.defects/bs14602.c: File deleted.
9109 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
9110 * gdb.hp/gdb.defects/solib-d.c: File deleted.
9111 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
9112 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
9113 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
9114 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
9115 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
9116 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
9117 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
9118 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
9119 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
9120 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
9121 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
9122 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
9123 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
9124 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
9125 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
9126 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
9127 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
9128 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
9129 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
9130 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
9131 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
9132 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
9133 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
9134 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
9135 * gdb.hp/tools/odump: File deleted.
9136
8bf3b159
PA
91372015-03-19 Pedro Alves <palves@redhat.com>
9138
9139 * gdb.threads/continue-pending-status.exp (saw_thread_2)
9140 (saw_thread_3): New globals.
9141 (top level): Increment them when an event for the corresponding
9142 thread is seen.
9143 (no thread starvation): New test.
9144
eb54c8bf
PA
91452015-03-19 Pedro Alves <palves@redhat.com>
9146
9147 * gdb.threads/continue-pending-status.c: New file.
9148 * gdb.threads/continue-pending-status.exp: New file.
9149
32d2e5d6
PA
91502015-03-18 Pedro Alves <palves@redhat.com>
9151
9152 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9153 Use gdb_is_target_remote instead of is_remote. Use
9154 gdb_test_multiple instead of gdb_expect. Exit early if
9155 gdb_test_multiple hits its internal matches. Tighten stepi tests
9156 expected output. Fail on exit with any signal, instead of just
9157 SIGILL.
9158
f68f11b7
YQ
91592015-03-18 Yao Qi <yao.qi@linaro.org>
9160
9161 PR tdep/18107
9162 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
9163 variable.
9164 * gdb.base/catch-syscall.exp: Don't skip it on
9165 aarch64*-*-linux* target. Remove elements in all_syscalls.
9166 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
9167 target.
9168 (setup_all_syscalls): New proc.
9169
ca5fd19b
YQ
91702015-03-16 Yao Qi <yao.qi@linaro.org>
9171
9172 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
9173 (top level): Skip tests if valid_addr_p returns false for
9174 $cmd1 or $cmd2.
9175
85642ba0
AW
91762015-03-11 Andy Wingo <wingo@igalia.com>
9177
9178 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
9179
e03f9645
YQ
91802015-03-11 Yao Qi <yao.qi@linaro.org>
9181
9182 * gdb.base/catch-syscall.exp: Fix typo in comments.
9183
5d0962b2
YQ
91842015-03-11 Yao Qi <yao.qi@linaro.org>
9185
9186 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
9187
b2df3cef
PA
91882015-03-09 Pedro Alves <palves@redhat.com>
9189
9190 * dg-extract-results.py: Delete.
9191
ef878e53
PA
91922015-03-09 Pedro Alves <palves@redhat.com>
9193
9194 Merge dg-extract-results.sh from GCC upstream (r218843).
9195
9196 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
9197 * dg-extract-results.sh: Use --text with grep to avoid issues with
9198 binary files. Fall back to cat -v, if that doesn't work.
9199
9494d219
PA
92002015-03-05 Pedro Alves <palves@redhat.com>
9201
9202 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
9203
a8d9763a
SM
92042015-03-04 Simon Marchi <simon.marchi@ericsson.com>
9205
9206 * lib/mi-support.exp (mi_expect_interrupt): Accept
9207 alternative event for when in all-stop mode.
9208
be9957b8
PA
92092015-03-04 Pedro Alves <palves@redhat.com>
9210
9211 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
9212
d57be0f4 92132015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
9214
9215 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
9216
c214c7cf
AA
92172015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
9218
9219 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
9220 regexps for GDB's current line display, accept a hex address
9221 preceding the line number.
9222
6d74a497
AA
92232015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
9224
9225 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
9226 the 'arch1' variable for "s390*-linux*" targets.
9227
511aee7c
PA
92282015-03-04 Pedro Alves <palves@redhat.com>
9229
9230 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
9231 (main): Pass missing retval argument to pthread_join call.
9232
95e50b27
PA
92332015-03-02 Pedro Alves <palves@redhat.com>
9234
9235 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
9236 (top level): Call do_test with non-stop as well.
9237
28054d69
PA
92382015-03-02 Pedro Alves <palves@redhat.com>
9239
9240 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
9241 -1.
9242
4fa5d7b4
AA
92432015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
9244
9245 * gdb.arch/s390-vregs.exp: New test.
9246 * gdb.arch/s390-vregs.S: New file.
9247
97c18565
PA
92482015-02-27 Pedro Alves <palves@redhat.com>
9249
9250 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
9251 call to catch_command_errors.
9252 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
9253 catch_command_errors.
9254
a37bfa30
PA
92552015-02-27 Pedro Alves <palves@redhat.com>
9256
9257 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
9258 "true" for boolean result.
9259 * gdb.gdb/selftest.exp (test_with_self): Also accept full
9260 prototype of main.
9261
6f98576f
PA
92622015-02-27 Pedro Alves <palves@redhat.com>
9263
9264 * lib/unbuffer_output.c: New file.
9265 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
9266 (main): Call gdb_unbuffer_output.
9267
eba5ab56
YQ
92682015-02-27 Yao Qi <yao.qi@linaro.org>
9269
9270 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
9271 target.
9272
0def5aaa
DE
92732015-02-26 Doug Evans <dje@google.com>
9274
9275 * gdb.cp/class2.cc (Dbase, D): New classes.
9276 (main): New local delta.
9277 * gdb.cp/class2.exp: Test printing delta.
9278 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
9279 (dynbar): New global.
9280 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
9281
081a1c2c
JK
92822015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9283
9284 * gdb.compile/compile-ifunc.c: New file.
9285 * gdb.compile/compile-ifunc.exp: New file.
9286
2f41223f
AT
92872015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
9288
9289 * gdb.base/structs.exp: Check for correct struct on finish.
9290
03eddd80
YQ
92912015-02-26 Yao Qi <yao.qi@linaro.org>
9292
9293 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
9294 is zero.
9295
80c57053
JK
92962015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9297
9298 * gdb.arch/cordic.ko.bz2: New file.
9299 * gdb.arch/cordic.ko.debug.bz2: New file.
9300 * gdb.arch/ppc64-symtab-cordic.exp: New file.
9301
21613c12
YQ
93022015-02-25 Yao Qi <yao.qi@linaro.org>
9303
9304 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
9305 aarch64*-*-* target.
9306
d8b901ed
PA
93072015-02-23 Pedro Alves <palves@redhat.com>
9308
9309 * lib/gdb.exp (delete_breakpoints): Rewrite using
9310 gdb_test_multiple.
9311
e5b85ead
PA
93122015-02-23 Pedro Alves <palves@redhat.com>
9313
9314 * gdb.base/info-os.c: Include stdlib.h.
9315
85c3a371
DE
93162015-02-22 Doug Evans <xdje42@gmail.com>
9317
9318 PR symtab/17855
9319 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
9320 is read after symbols have been re-read.
9321 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
9322 * gdb.ada/exec_changed/second.adb (Second): Ditto.
9323
96553a0c
DE
93242015-02-21 Doug Evans <dje@google.com>
9325
9326 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
9327
97a0c697
JK
93282015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9329
9330 PR corefiles/17808
9331 * gdb.arch/i386-biarch-core.core.bz2: New file.
9332 * gdb.arch/i386-biarch-core.exp: New file.
9333
a47cd6e9
PA
93342015-02-21 Pedro Alves <palves@redhat.com>
9335
9336 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
9337 runto_main fails.
9338
c5facdc4
PA
93392015-02-20 Pedro Alves <palves@redhat.com>
9340
9341 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
9342 info probes.
9343
2db9a427
PA
93442015-02-20 Pedro Alves <palves@redhat.com>
9345
9346 * gdb.threads/multi-create-ns-info-thr.exp: New file.
9347
60fb7e9e
PA
93482015-02-20 Pedro Alves <palves@redhat.com>
9349
9350 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
9351 clean_restart before gdb_target_supports_trace.
9352
5c5019c2
PA
93532015-02-20 Pedro Alves <palves@redhat.com>
9354
9355 PR threads/18006
9356 * gdb.threads/clone-thread_db.c: New file.
9357 * gdb.threads/clone-thread_db.exp: New file.
9358
c9587f88
AT
93592015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
9360
9361 PR breakpoints/16812
9362 * gdb.base/catch-gdb-caused-signals.c: New file.
9363 * gdb.base/catch-gdb-caused-signals.exp: New file.
9364
f6a88844
JM
93652015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
9366
9367 * configure: Regenerated.
9368 * configure.ac: Use GDB_AC_TRANSFORM.
9369 * aclocal.m4: sinclude ../transform.m4.
9370
497c491b
JM
93712015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
9372
9373 * lib/dtrace.exp: New file.
9374 * gdb.base/dtrace-probe.exp: Likewise.
9375 * gdb.base/dtrace-probe.d: Likewise.
9376 * gdb.base/dtrace-probe.c: Likewise.
9377 * lib/pdtrace.in: Likewise.
9378 * configure.ac: Output variables with the transformed names of
9379 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
9380 * configure: Regenerated.
9381
03e98035
JM
93822015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
9383
9384 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
9385 expected message when trying to access $_probe_* convenience
9386 variables while not on a probe.
9387
63cc30e9
JK
93882015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9389
9390 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
9391
0703599a
PA
93922015-02-11 Pedro Alves <pedro@codesourcery.com>
9393
9394 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
9395 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
9396
7e60a48e
DE
93972015-02-10 Doug Evans <xdje42@gmail.com>
9398
9399 * lib/gdb.exp (gdb_load): Always return a result.
9400
01b088bc
PA
94012015-02-10 Pedro Alves <palves@redhat.com>
9402
9403 * gdb.threads/signal-sigtrap.c: New file.
9404 * gdb.threads/signal-sigtrap.exp: New file.
9405
b05ec7a5
AT
94062015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
9407
9408 * gdb.trace/no-attach-trace.c: New file.
9409 * gdb.trace/no-attach-trace.exp: New file.
9410
a2c2acaf
MW
94112015-02-09 Mark Wielaard <mjw@redhat.com>
9412
9413 * gdb.dwarf2/atomic.c: New file.
9414 * gdb.dwarf2/atomic-type.exp: Likewise.
9415
31fd9caa
MM
94162015-02-09 Markus Metzger <markus.t.metzger@intel.com>
9417
9418 * gdb.btrace/buffer-size.exp: Update "info record" output.
9419 * gdb.btrace/delta.exp: Update "info record" output.
9420 * gdb.btrace/enable.exp: Update "info record" output.
9421 * gdb.btrace/finish.exp: Update "info record" output.
9422 * gdb.btrace/instruction_history.exp: Update "info record" output.
9423 * gdb.btrace/next.exp: Update "info record" output.
9424 * gdb.btrace/nexti.exp: Update "info record" output.
9425 * gdb.btrace/step.exp: Update "info record" output.
9426 * gdb.btrace/stepi.exp: Update "info record" output.
9427 * gdb.btrace/nohist.exp: Update "info record" output.
9428
d33501a5
MM
94292015-02-09 Markus Metzger <markus.t.metzger@intel.com>
9430
9431 * gdb.btrace/buffer-size: New.
9432
f4abbc16
MM
94332015-02-09 Markus Metzger <markus.t.metzger@intel.com>
9434
9435 * gdb.btrace/delta.exp: Update "info record" output.
9436 * gdb.btrace/enable.exp: Update "info record" output.
9437 * gdb.btrace/finish.exp: Update "info record" output.
9438 * gdb.btrace/instruction_history.exp: Update "info record" output.
9439 * gdb.btrace/next.exp: Update "info record" output.
9440 * gdb.btrace/nexti.exp: Update "info record" output.
9441 * gdb.btrace/step.exp: Update "info record" output.
9442 * gdb.btrace/stepi.exp: Update "info record" output.
9443 * gdb.btrace/nohist.exp: Update "info record" output.
9444
b9d61307
SM
94452015-02-06 Simon Marchi <simon.marchi@ericsson.com>
9446
9447 PR gdb/15678
9448 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
9449
e584fdbc
PA
94502015-02-06 Pedro Alves <palves@redhat.com>
9451
9452 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
9453 macro.
9454 (seconds_left, again): New globals.
9455 (main): Wait seconds_left in a 1-second sleep loop instead of
9456 sleeping 180 seconds. If 'again' is set, reset the seconds
9457 counter.
9458 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
9459 'again' in the inferior before detaching. Print the seconds left.
9460 (options): New global.
9461 (top level): Build program with -DTIMEOUT=$timeout.
9462
77f41761
PA
94632015-02-06 Pedro Alves <palves@redhat.com>
9464
9465 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
9466 determine how many seconds to pass to 'alarm'.
9467 * gdb.base/gdb-sigterm.exp (top level): Build program with
9468 -DTIMEOUT=$timeout.
9469 (do_test): Return success/failure indication. Add more verbose
9470 logging. Don't fail if 200 single steps are seen. Instead, fail
9471 when the test times out.
9472 (passes): New global.
9473 (top level): Break the testing loop if testing fails on any
9474 iteration. Use gdb_assert.
9475
b9394193
DB
94762015-02-04 Don Breazeal <donb@codesourcery.com>
9477
9478 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
9479 and initialize them.
9480 (ipc_cleanup): New function.
9481 (main): Don't declare shmid, semid, and msqid. Add a call to
9482 atexit so that we call ipc_cleanup on exit.
9483
42d9e528
PA
94842015-02-04 Pedro Alves <palves@redhat.com>
9485
9486 * boards/native-extended-gdbserver.exp: Remove any target variant
9487 specifications from the board name before clearing the isremote
9488 flag from board_info.
9489
ae6ae975
DE
94902015-01-31 Doug Evans <xdje42@gmail.com>
9491
9492 * gdb.base/maint.exp <maint print type argc>: Update expected output.
9493
cfb069a8
GB
94942015-01-31 Gary Benson <gbenson@redhat.com>
9495
9496 * gdb.base/completion.exp: Disable completion limiting for
9497 existing tests. Add new tests to check completion limiting.
9498 * gdb.linespec/ls-errs.exp: Disable completion limiting.
9499
5dd31d79
DE
95002015-01-31 Doug Evans <xdje42@gmail.com>
9501
9502 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
9503
9f050062
DE
95042015-01-31 Doug Evans <xdje42@gmail.com>
9505
9506 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
9507 entries. Duplicate file section script entries.
9508 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
9509 inlined entries. Add test for safe-path rejection.
9510 * gdb.python/py-section-script.c: Add duplicate inlined section script
9511 entries. Duplicate file section script entries.
9512 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
9513 inlined entries. Add test for safe-path rejection.
9514
df25ebbd
JB
95152015-01-29 Joel Brobecker <brobecker@adacore.com>
9516
9517 * gdb.ada/disc_arr_bound: New testcase.
9518
4a0ca9ec
JB
95192015-01-29 Joel Brobecker <brobecker@adacore.com>
9520
9521 * gdb.ada/mi_var_array: New testcase.
9522
3a8b707a
DE
95232015-01-27 Doug Evans <dje@google.com>
9524
9525 * gdb.python/py-objfile.exp: Add tests for objfile.username.
9526 Add test for objfile.filename, objfile.username after objfile
9527 has been unloaded.
9528
f8313f6e
JB
95292015-01-26 Joel Brobecker <brobecker@adacore.com>
9530
9531 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
9532 the second test to print the name attribute of value
9533 returned by the call to gdb.lookup_type, and adjust
9534 the expected output accordingly.
9535
37bc665e
MW
95362015-01-25 Mark Wielaard <mjw@redhat.com>
9537
9538 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
9539 * gdb.base/disp-step-fork.c: Include unistd.h.
9540 * gdb.base/siginfo-obj.c: Include stdio.h.
9541 * gdb.base/siginfo-thread.c: Likewise.
9542 * gdb.mi/non-stop.c: Include unistd.h.
9543 * gdb.mi/nsthrexec.c: Include stdio.h.
9544 * gdb.mi/pthreads.c: Include unistd.h.
9545 * gdb.modula2/unbounded1.c (main): Declare returns int.
9546 * gdb.reverse/consecutive-reverse.c: Likewise.
9547 * gdb.threads/create-fail.c: Include unistd.h.
9548 * gdb.threads/killed.c: Likewise.
9549 * gdb.threads/linux-dp.c: Likewise.
9550 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
9551 * gdb.threads/non-ldr-exc-2.c: Likewise.
9552 * gdb.threads/non-ldr-exc-3.c: Likewise.
9553 * gdb.threads/non-ldr-exc-4.c: Likewise.
9554 * gdb.threads/pthreads.c: Include unistd.h.
9555 (main): Declare returns int.
9556 * gdb.threads/tls-main.c (foo): New declaration.
9557 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
9558
f7e5394d
SM
95592015-01-23 Simon Marchi <simon.marchi@ericsson.com>
9560
9561 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
9562 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
9563
743649fd
MW
95642015-01-15 Mark Wielaard <mjw@redhat.com>
9565
9566 * gdb.base/noreturn-return.c: New file.
9567 * gdb.base/noreturn-return.exp: New file.
9568 * gdb.base/noreturn-finish.c: New file.
9569 * gdb.base/noreturn-finish.exp: New file.
9570
198297aa
PA
95712015-01-23 Pedro Alves <palves@redhat.com>
9572
9573 * gdb.threads/continue-pending-after-query.c: New file.
9574 * gdb.threads/continue-pending-after-query.exp: New file.
9575
717cf30c
AG
95762015-01-22 Anders Granlund <anders.granlund@ericsson.com>
9577 Simon Marchi <simon.marchi@ericsson.com>
9578
9579 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
9580 * gdb.base/valgrind-db-attach.exp: Same.
9581 * gdb.base/valgrind-infcall.exp: Same.
9582 * lib/mi-support.exp (default_mi_gdb_start): Same.
9583 * lib/prompt.exp (default_prompt_gdb_start): Same.
9584 * lib/gdb.exp (default_gdb_spawn): Same.
9585 (gdb_interact): New.
9586
9587
4b62a76e
JK
95882015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9589
9590 * gdb.compile/compile.exp (pointer to jit function): New test.
9591
b4cdae6f
WW
95922015-01-17 Wei-cheng Wang <cole945@gmail.com>
9593
9594 * lib/gdb.exp (supports_process_record): Return true for
9595 powerpc*-*-linux*.
9596 (supports_reverse): Likewise.
9597
d221e7ef
DB
95982015-01-15 Don Breazeal <donb@codesourcery.com>
9599
9600 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
9601 instead of checking whether the target board is remote and
9602 use spawn_wait_for_attach instead of exec/sleep.
9603 * gdb.base/attach-twice.exp: Likewise.
9604
bafffb51
JB
96052015-01-15 Joel Brobecker <brobecker@adacore.com>
9606
9607 * gdb.ada/var_arr_attrs: New testcase.
9608
5589af0e
PA
96092015-01-14 Pedro Alves <palves@redhat.com>
9610 Joel Brobecker <brobecker@adacore.com>
9611
9612 PR gdb/17525
9613 * gdb.base/bp-cmds-execution-x-script.c: New file.
9614 * gdb.base/bp-cmds-execution-x-script.exp: New file.
9615 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
9616
6c400b59
PA
96172015-01-14 Pedro Alves <palves@redhat.com>
9618
9619 PR cli/17828
9620 * gdb.base/batch-preserve-term-settings.c: New file.
9621 * gdb.base/batch-preserve-term-settings.exp: New file.
9622
e02c96a7
DE
96232015-01-13 Doug Evans <dje@google.com>
9624
9625 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
9626 binary.
9627
576fd14c
JB
96282015-01-13 Joel Brobecker <brobecker@adacore.com>
9629
9630 * Makefile.in (clean mostlyclean): Do not delete *.py.
9631
04dccad0
JB
96322015-01-13 Joel Brobecker <brobecker@adacore.com>
9633
9634 * gdb.python/py-lookup-type.exp: New file.
9635
3d230f71
PA
96362015-01-12 Pedro Alves <palves@redhat.com>
9637
9638 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
9639 restore GDBFLAGS before returning.
9640
7e67715d
JK
96412015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9642
9643 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
9644 is_amd64_regs_target and is_x86_like_target.
9645
f2e0d4b4
DE
96462015-01-11 Doug Evans <xdje42@gmail.com>
9647
9648 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
9649 is given without an explicit form.
9650 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
9651 attributes.
9652 * gdb.dwarf/corrupt.exp: Ditto.
9653 * gdb.dwarf2/enum-type.exp: Ditto.
9654 * gdb.trace/entry-values.exp: Ditto.
9655 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
9656
439250fb
DE
96572015-01-11 Doug Evans <xdje42@gmail.com>
9658
9659 PR gdb/15830
9660 * gdb.base/maint.exp: Remove references to "maint demangle".
9661 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
9662 Add tests for explicitly specifying language to demangle.
9663 * gdb.dlang/demangle.exp: Ditto.
9664
ede9f622
PA
96652015-01-09 Pedro Alves <palves@redhat.com>
9666
9667 * gdb.threads/non-stop-fair-events.c: New file.
9668 * gdb.threads/non-stop-fair-events.exp: New file.
9669
a7b796db
PA
96702015-01-09 Pedro Alves <palves@redhat.com>
9671
9672 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
9673 the global scope. Set a breakpoint after all threads are started
9674 rather than stepping over two source lines. Expect the prompt.
9675 * gdb.base/watch_thread_num.c (threads_started_barrier): New
9676 global.
9677 (NUM): Now 15.
9678 (main): Use threads_started_barrier to wait for all threads to
9679 start. Main thread no longer calls thread_function. Exit after
9680 180 seconds.
9681 (loop): New function.
9682 (thread_function): Wait on threads_started_barrier barrier. Call
9683 'loop' at each iteration.
9684 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
9685 threads have started, instead of hardcoding number of "next"
9686 steps. Use an access watchpoint instead of a write watchpoint.
9687
9665ffdd
PA
96882015-01-09 Pedro Alves <palves@redhat.com>
9689
9690 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
9691 (thread_func): Wait on barrier.
9692 (main): Wait for all threads to start before stopping GDB.
9693 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
9694 global.
9695 (thread1_func, thread2_func): Wait on barrier.
9696 (main): Wait for all threads to start before stopping GDB.
9697 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
9698 New global.
9699 (thread1_func, thread2_func): Wait on barrier.
9700 (main): Wait for all threads to start before stopping GDB.
9701
c945a99f
PA
97022015-01-09 Pedro Alves <palves@redhat.com>
9703
9704 * gdb.threads/attach-many-short-lived-threads.c: New file.
9705 * gdb.threads/attach-many-short-lived-threads.exp: New file.
9706
c1a747c1
PA
97072014-01-09 Pedro Alves <palves@redhat.com>
9708
9709 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
9710 instead of to thread 2.
9711 * gdb.threads/signal-command-multiple-signals-pending.c (main):
9712 Add barrier around each pthread_create call instead of around all
9713 calls.
9714 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
9715 Set a break on thread_function and have the child threads hit it
9716 one at at a time.
9717
60b3033e
PA
97182015-01-09 Pedro Alves <palves@redhat.com>
9719
9720 * lib/gdb.exp (can_spawn_for_attach): New procedure.
9721 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
9722 false.
9723 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
9724 checking whether the target board is remote.
9725 * gdb.multi/multi-attach.exp: Likewise.
9726 * gdb.python/py-sync-interp.exp: Likewise.
9727 * gdb.server/ext-attach.exp: Likewise.
9728 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
9729 tests that need to attach, instead of checking whether the target
9730 board is remote at the top of the file.
9731
acc018ac
YQ
97322015-01-08 Yao Qi <yao@codesourcery.com>
9733
9734 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
9735
50a18af8
JK
97362015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9737
9738 Fix testcase compilation.
9739 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
9740
8503d6e1
JB
97412015-01-06 Joel Brobecker <brobecker@adacore.com>
9742
9743 * gdb.python/py-type.exp: Add a couple test about empty
9744 array creation, and negative-length array creation.
9745
cc73dbcc
DE
97462015-01-02 Doug Evans <xdje42@gmail.com>
9747
9748 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
9749
0300bbc7
DE
97502015-01-02 Doug Evans <dje@google.com>
9751
9752 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
9753
9d85a0ec
YQ
97542014-12-29 Yao Qi <yao@codesourcery.com>
9755
9756 * gdb.trace/entry-values.exp: Update comments. Rename variable
9757 bar_call_foo to returned_from_foo.
9758
87186c6a
MMN
97592014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
9760
9761 PR gdb/17394
9762 * gdb.linespec/break-asm-file.c: New file.
9763 * gdb.linespec/break-asm-file.exp: New file.
9764 * gdb.linespec/break-asm-file0.s: New file.
9765 * gdb.linespec/break-asm-file1.s: New file.
9766
1bab7383
YQ
97672014-12-18 Nigel Stephens <nigel@mips.com>
9768 Maciej W. Rozycki <macro@codesourcery.com>
9769
9770 * gdb.base/float.exp: Handle the new output from "info float" on
9771 MIPS targets.
9772
1bc1068a
JK
97732014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9774
9775 Fix MinGW compilation.
9776 * gdb.compile/compile-ops.exp: Update untested message if
9777 !skip_compile_feature_tests.
9778 * gdb.compile/compile-setjmp.exp: Likewise.
9779 * gdb.compile/compile-tls.exp: Likewise.
9780 * gdb.compile/compile.exp: Likewise.
9781 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
9782 supported on this host".
9783
b6615d10
DE
97842014-12-16 Doug Evans <xdje42@gmail.com>
9785
9786 * boards/stabs.exp: New file.
9787
25dda427
AA
97882014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
9789
9790 * gdb.base/completion.exp: Adjust to format changes of "maint
9791 print user-registers".
9792
bf330350
CU
97932014-12-16 Catalin Udma <catalin.udma@freescale.com>
9794
9795 PR server/17457
9796 * gdb.arch/aarch64-fp.c: New file.
9797 * gdb.arch/aarch64-fp.exp: New file.
9798
395cf596
SDJ
97992014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
9800
9801 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
9802 r210637, r210913, r211666, r215400, r215817).
9803
9804 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
9805 * dg-extract-results.py: New file.
9806 * dg-extract-results.sh: Use it if the environment seems
9807 suitable.
9808
9809 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
9810
9811 * dg-extract-results.py (parse_run): Handle warnings that
9812 are printed before a test harness is run.
9813
9814 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
9815
9816 * dg-extract-results.py (Named): Remove __cmp__ method.
9817 (output_variation): Use a key to sort variation.harnesses.
9818
9819 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
9820
9821 * dg-extract-results.py: For Python 3, force sys.stdout to
9822 handle surrogate escape sequences.
9823 (safe_open): New function.
9824 (output_segment, main): Use it.
9825
9826 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
9827
9828 * dg-extract-results.py (Prog.result_re): Include options
9829 in test name.
9830
9831 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
9832
9833 * dg-extract-results.py (output_variation): Always sort if
9834 do_sum.
9835
e882ef3c
SM
98362014-12-15 Simon Marchi <simon.marchi@ericsson.com>
9837
9838 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
9839 as long as we get pagination notifications.
9840
4992aa20
JM
98412014-12-15 Jason Merrill <jason@redhat.com>
9842
9843 * Makefile.in (check-gdb.%): Restore.
9844 * README: Mention it.
9845
c1b5a1a6
JB
98462014-12-13 Joel Brobecker <brobecker@adacore.com>
9847
9848 * gdb.ada/str_uninit: New testcase.
9849
5537b577
JK
98502014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9851
9852 PR symtab/17642
9853 * gdb.base/vla-stub-define.c: New file.
9854 * gdb.base/vla-stub.c: New file.
9855 * gdb.base/vla-stub.exp: New file.
9856
bb2ec1b3
TT
98572014-12-12 Phil Muldoon <pmuldoon@redhat.com>
9858 Jan Kratochvil <jan.kratochvil@redhat.com>
9859 Tom Tromey <tromey@redhat.com>
9860
9861 * configure.ac: Add gdb.compile/.
9862 * configure: Regenerate.
9863 * gdb.compile/Makefile.in: New file.
9864 * gdb.compile/compile-ops.exp: New file.
9865 * gdb.compile/compile-ops.c: New file.
9866 * gdb.compile/compile-tls.c: New file.
9867 * gdb.compile/compile-tls.exp: New file.
9868 * gdb.compile/compile-constvar.S: New file.
9869 * gdb.compile/compile-constvar.c: New file.
9870 * gdb.compile/compile-mod.c: New file.
9871 * gdb.compile/compile-nodebug.c: New file.
9872 * gdb.compile/compile-setjmp-mod.c: New file.
9873 * gdb.compile/compile-setjmp.c: New file.
9874 * gdb.compile/compile-setjmp.exp: New file.
9875 * gdb.compile/compile-shlib.c: New file.
9876 * gdb.compile/compile.c: New file.
9877 * gdb.compile/compile.exp: New file.
9878 * lib/gdb.exp (skip_compile_feature_tests): New proc.
9879
4ff709eb
TT
98802014-12-12 Tom Tromey <tromey@redhat.com>
9881
9882 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
9883 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
9884
6dddd6a5
DE
98852014-12-12 Doug Evans <dje@google.com>
9886
9887 * lib/gdb-python.exp (get_python_valueof): New function.
9888 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
9889
71c24708
AA
98902014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
9891
9892 * gdb.base/completion.exp: Add test for completion of "info
9893 registers ".
9894
3e29f34a
MR
98952014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
9896
9897 * gdb.base/func-ptrs.c: New file.
9898 * gdb.base/func-ptrs.exp: New file.
9899
fc126975
SM
99002014-12-10 Simon Marchi <simon.marchi@ericsson.com>
9901
9902 PR breakpoints/17012
9903 * gdb.base/dprintf-detach.c: New file.
9904 * gdb.base/dprintf-detach.exp: New file.
9905
0a46d518
SM
99062014-12-10 Simon Marchi <simon.marchi@ericsson.com>
9907
9908 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
9909 * lib/gdb.exp (target_is_gdbserver): New procedure.
9910
a0be3e44
DE
99112014-12-08 Doug Evans <dje@google.com>
9912
9913 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
9914
df1b803a
YQ
99152014-12-05 Yao Qi <yao@codesourcery.com>
9916
9917 * gdb.guile/scm-error.exp: Remove the third argument to
9918 gdb_remote_download.
9919 * gdb.guile/scm-frame-args.exp: Likewise.
9920 * gdb.guile/scm-section-script.exp: Likewise.
9921
ddb9f679
YQ
99222014-12-05 Yao Qi <yao@codesourcery.com>
9923
9924 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
9925
86e4ed39
DE
99262014-12-04 Doug Evans <dje@google.com>
9927
9928 * gdb.python/py-objfile.exp: Add tests for
9929 objfile.add_separate_debug_file.
9930
7c50a931
DE
99312014-12-04 Doug Evans <dje@google.com>
9932
9933 * lib/gdb.exp (get_build_id): New function.
9934 (build_id_debug_filename_get): Rewrite to use it.
9935 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
9936
621661e3
MR
99372014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
9938
9939 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
9940 `method(long)', not just 0x0.
9941 * gdb.cp/nsalias.exp: Align code labels to 4.
9942 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
9943 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
9944 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
9945 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
9946 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
9947 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
9948
29f0c3b7
DE
99492014-12-02 Doug Evans <dje@google.com>
9950
e1e061e7 9951 PR symtab/17602
29f0c3b7 9952 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 9953 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
9954 * gdb.cp/anon-ns.exp: Update.
9955
162078c8
NB
99562014-12-02 Nick Bull <nicholaspbull@gmail.com>
9957
9958 * gdb.python/py-events.py (inferior_call_handler): New.
9959 (register_changed_handler, memory_changed_handler): New.
9960 (test_events.invoke): Register new handlers.
9961 * gdb.python/py-events.exp: Add tests for inferior call,
9962 memory_changed and register_changed events.
9963
fdb09caf
AA
99642014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
9965
9966 * gdb.base/execl-update-breakpoints.exp: Specify the link address
9967 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
9968 if the linker doesn't understand this.
9969
55cfb2c4
SM
99702014-12-01 Simon Marchi <simon.marchi@ericsson.com>
9971
9972 * gdb.python/python.exp: Change expected reply to help().
9973
9e8cd6df
YQ
99742014-12-01 Yao Qi <yao@codesourcery.com>
9975
9976 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
9977 AC_CONFIG_SUBDIRS(gdb.gdbtk).
9978 * configure: Re-generated.
9979
6c659fc2
SC
99802014-11-28 Siva Chandra Reddy <sivachandra@google.com>
9981
9982 * gdb.cp/chained-calls.cc: New file.
9983 * gdb.cp/chained-calls.exp: New file.
9984 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
9985
d7fc3181
SM
99862014-11-28 Simon Marchi <simon.marchi@ericsson.com>
9987
9988 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
9989 * gdb.dwarf2/symtab-producer.exp: Same.
9990 * gdb.gdb/python-interrupts.exp: Same.
9991 * gdb.gdb/python-selftest.exp: Same.
9992 * gdb.python/py-linetable.exp: Same.
9993 * gdb.python/py-type.exp: Same.
9994 * gdb.python/py-value-cc.exp: Same.
9995 * gdb.python/py-value.exp: Same.
9996
10e79639
YQ
99972014-11-28 Yao Qi <yao@codesourcery.com>
9998
9999 * gdb.base/break-probes.exp: Match library name prefixed with
10000 sysroot.
10001
f28a0564
SM
100022014-11-27 Simon Marchi <simon.marchi@ericsson.com>
10003
10004 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
10005 test expected output. Add parentheses for the call to print.
10006 Remove L suffix from integers.
10007
3fe1ce1d
DE
100082014-11-26 Doug Evans <dje@google.com>
10009
10010 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
10011
84429e27
YQ
100122014-11-22 Yao Qi <yao@codesourcery.com>
10013
10014 * gdb.trace/entry-values.c: Remove asms.
10015 (foo): Add foo_label.
10016 (bar): Add bar_label.
10017 * gdb.trace/entry-values.exp: Remove code computing foo's
10018 length and bar's length.
10019 (Dwarf::assemble): Invoke function_range for bar and use
10020 MACRO_AT_func for foo.
10021
26741859
YQ
100222014-11-22 Yao Qi <yao@codesourcery.com>
10023
10024 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
10025 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
10026 Use .Lgcc43_procstart instead of gcc43.
10027
45e44d27
JB
100282014-11-21 Joel Brobecker <brobecker@adacore.com>
10029
10030 * gdb.ada/n_arr_bound: New testcase.
10031
458c8db8
SDJ
100322014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
10033
10034 PR breakpoints/10737
10035 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
10036 test_catch_syscall_multi_arch.
10037 (test_catch_syscall_multi_arch): New function.
10038
43f3e411
DE
100392014-11-20 Doug Evans <xdje42@gmail.com>
10040
10041 * gdb.base/maint.exp: Update expected output.
10042
0d7b2549
AA
100432014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
10044
10045 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
10046 4-byte instruction on S390.
10047
8908fca5
JB
100482014-11-19 Joel Brobecker <brobecker@adacore.com>
10049
10050 * gdb.ada/arr_arr: New testcase.
10051
4a46959e
JB
100522014-11-19 Joel Brobecker <brobecker@adacore.com>
10053
10054 * gdb.ada/pkd_arr_elem: New Testcase.
10055
470e2f4e
LM
100562014-11-18 Luis Machado <lgustavo@codesourcery.com>
10057
10058 * gdb.reverse/break-precsave: Expect completion message for
10059 core file reads.
10060 * gdb.reverse/consecutive-precsave.exp: Likewise.
10061 * gdb.reverse/finish-precsave.exp: Likewise.
10062 * gdb.reverse/i386-precsave.exp: Likewise.
10063 * gdb.reverse/machinestate-precsave.exp: Likewise.
10064 * gdb.reverse/sigall-precsave.exp: Likewise.
10065 * gdb.reverse/solib-precsave.exp: Likewise.
10066 * gdb.reverse/step-precsave.exp: Likewise.
10067 * gdb.reverse/until-precsave.exp: Likewise.
10068 * gdb.reverse/watch-precsave.exp: Likewise.
10069
a267f3ad
AA
100702014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10071
10072 * gdb.base/bp-permanent.c: Include unistd.h.
10073 * gdb.python/py-framefilter-mi.c (main): Add return type.
10074 * gdb.python/py-framefilter.c (main): Likewise.
10075 * gdb.trace/actions-changed.c (main): Likewise.
10076
12084a9a
AA
100772014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10078
10079 * gdb.mi/until.c: Add eye-catchers.
10080 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
10081 line numbers.
10082
dc7e1a77
AA
100832014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10084
10085 * gdb.base/condbreak.exp: Drop references to removed non-prototype
10086 function header variants in break1.c.
10087 * gdb.base/ena-dis-br.exp: Likewise.
10088 * gdb.base/hbreak2.exp: Likewise.
10089 * gdb.reverse/until-precsave.exp: Drop references to removed
10090 non-prototype function header variants in ur1.c.
10091 * gdb.reverse/until-reverse.exp: Likewise.
10092
41c77605
PM
100932014-11-17 Petr Machata <pmachata@redhat.com>
10094
10095 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
10096 ${_cu_offset_size} bytes abbrev offset.
10097
34248c3a
DE
100982014-11-15 Doug Evans <xdje42@gmail.com>
10099
10100 PR symtab/17559
10101 * gdb.base/line-symtabs.exp: New file.
10102 * gdb.base/line-symtabs.c: New file.
10103 * gdb.base/line-symtabs.h: New file.
10104
646da059
YQ
101052014-11-14 Yao Qi <yao@codesourcery.com>
10106
10107 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
10108 (func): Add label func_label.
10109 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
10110 Replace low_pc and high_pc with MACRO_AT_range.
10111 Replace name, low_pc and high_pc with MACRO_AT_func.
10112
9301ebe6
YQ
101132014-11-14 Yao Qi <yao@codesourcery.com>
10114
10115 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
10116 Replace name, low_pc and high_pc with MACRO_AT_func.
10117
f166b542
YQ
101182014-11-14 Yao Qi <yao@codesourcery.com>
10119
10120 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
10121 produce debug information.
10122 * gdb.dwarf2/implptr-optimized-out.S: Removed.
10123
0f6e71e3
YQ
101242014-11-14 Yao Qi <yao@codesourcery.com>
10125
10126 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
10127 object and get function length.
10128 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
10129 with MACRO_AT_func.
10130 (top-level): Replace gdb_compile and clean_restart with
10131 prepare_for_testing.
10132 * gdb.dwarf2/main.c (main): Add label main_label.
10133
876c4df9
YQ
101342014-11-14 Yao Qi <yao@codesourcery.com>
10135
10136 * lib/dwarf.exp (function_range): New procedure.
10137 (Dwarf::_handle_macro_at_func): New procedure.
10138 (Dwarf::_handle_macro_at_range): New procedure.
10139 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
10140
02ad9cf1
YQ
101412014-11-14 Yao Qi <yao@codesourcery.com>
10142
10143 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
10144 (_handle_attribute): New procedure.
10145
a59add0c
AA
101462014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10147
10148 * gdb.ada/cond_lang/foo.c (callme): Add return type.
10149 * gdb.base/call-sc.c (zed): Likewise.
10150 * gdb.base/checkpoint.c (main): Likewise.
10151 * gdb.base/dump.c (main): Likewise.
10152 * gdb.base/gcore.c (main): Likewise.
10153 * gdb.base/huge.c (main): Likewise.
10154 * gdb.base/multi-forks.c (main): Likewise.
10155 * gdb.base/pr10179-a.c (main): Likewise.
10156 * gdb.base/savedregs.c (main): Likewise.
10157 * gdb.base/sigaltstack.c (main): Likewise.
10158 * gdb.base/siginfo.c (main): Likewise.
10159 * gdb.base/structs.c (zed): Likewise.
10160 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
10161 * gdb.mi/mi-syn-frame.c (main): Likewise.
10162 * gdb.mi/until.c (foo, main): Likewise.
10163 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
10164 * gdb.base/solib-weak.c (foo): Declare.
10165 * gdb.base/attach-twice.c: Include stdio.h.
10166 * gdb.base/weaklib1.c: Likewise.
10167 * gdb.base/weaklib2.c: Likewise.
10168 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
10169 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
10170 unistd.h.
10171 * gdb.base/attach-pie-misread.c: Include stdlib.h.
10172 * gdb.mi/mi-exit-code.c: Likewise.
10173 * gdb.base/break-interp-lib.c: Include string.h.
10174 * gdb.base/coremaker.c: Likewise.
10175 * gdb.base/testenv.c: Likewise.
10176 * gdb.python/py-finish-breakpoint.c: Likewise.
10177 * gdb.base/inferior-died.c: Include sys/wait.h.
10178 * gdb.base/fileio.c: Include time.h.
10179 * gdb.base/async-shell.c: Include unistd.h.
10180 * gdb.base/dprintf-non-stop.c: Likewise.
10181 * gdb.base/info-os.c: Likewise.
10182 * gdb.mi/mi-console.c: Likewise.
10183 * gdb.mi/watch-nonstop.c: Likewise.
10184 * gdb.python/py-events.c: Likewise.
10185 * gdb.base/async.c (baz): Move up before its invocation.
10186 * gdb.base/code_elim2.c (my_global_func): Likewise.
10187 * gdb.base/skip-solib-lib.c (multiply): Likewise.
10188 * gdb.base/advance.c (func2): Likewise.
10189
3b5d5997
AA
101902014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10191
10192 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
10193 variant.
10194 * gdb.base/annota3.c: Likewise.
10195 * gdb.base/async.c: Likewise.
10196 * gdb.base/average.c: Likewise.
10197 * gdb.base/call-ar-st.c: Likewise.
10198 * gdb.base/call-rt-st.c: Likewise.
10199 * gdb.base/call-sc.c: Likewise.
10200 * gdb.base/call-strs.c: Likewise.
10201 * gdb.base/ending-run.c: Likewise.
10202 * gdb.base/execd-prog.c: Likewise.
10203 * gdb.base/exprs.c: Likewise.
10204 * gdb.base/foll-exec.c: Likewise.
10205 * gdb.base/foll-fork.c: Likewise.
10206 * gdb.base/foll-vfork.c: Likewise.
10207 * gdb.base/funcargs.c: Likewise.
10208 * gdb.base/gcore.c: Likewise.
10209 * gdb.base/jump.c: Likewise.
10210 * gdb.base/langs0.c: Likewise.
10211 * gdb.base/langs1.c: Likewise.
10212 * gdb.base/langs2.c: Likewise.
10213 * gdb.base/mips_pro.c: Likewise.
10214 * gdb.base/nodebug.c: Likewise.
10215 * gdb.base/opaque0.c: Likewise.
10216 * gdb.base/opaque1.c: Likewise.
10217 * gdb.base/recurse.c: Likewise.
10218 * gdb.base/run.c: Likewise.
10219 * gdb.base/scope0.c: Likewise.
10220 * gdb.base/scope1.c: Likewise.
10221 * gdb.base/setshow.c: Likewise.
10222 * gdb.base/setvar.c: Likewise.
10223 * gdb.base/shmain.c: Likewise.
10224 * gdb.base/shr1.c: Likewise.
10225 * gdb.base/shr2.c: Likewise.
10226 * gdb.base/sigall.c: Likewise.
10227 * gdb.base/signals.c: Likewise.
10228 * gdb.base/so-indr-cl.c: Likewise.
10229 * gdb.base/solib2.c: Likewise.
10230 * gdb.base/structs.c: Likewise.
10231 * gdb.base/sum.c: Likewise.
10232 * gdb.base/vforked-prog.c: Likewise.
10233 * gdb.base/watchpoint.c: Likewise.
10234 * gdb.reverse/shr2.c: Likewise.
10235 * gdb.reverse/until-reverse.c: Likewise.
10236 * gdb.reverse/ur1.c: Likewise.
10237 * gdb.reverse/watch-reverse.c: Likewise.
10238
066a77c5
AA
102392014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10240
10241 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
10242 variant.
10243 * gdb.base/sepdebug.exp: Drop references to removed code.
10244
4f204ea5
AA
102452014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10246
10247 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
10248 variant. Preserve original line numbering.
10249 * gdb.base/list1.c: Likewise.
10250
3b377a3a
AA
102512014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10252
10253 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
10254 variant.
10255 * gdb.base/break1.c: Likewise.
10256 * gdb.base/break.exp: Drop references to removed code.
10257
e444df73
AA
102582014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10259
10260 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
10261 variant.
10262
8008f2a7
AA
102632014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10264
10265 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
10266
a5a06887
AA
102672014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10268
10269 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
10270 logic into perform_all_tests() and invoke it with and without
10271 function header prototypes.
10272 (do_function_calls): Remove conditional XFAIL for PR 5318.
10273 (rerun_and_prepare): Remove duplicate code.
10274 (perform_all_tests): New. Main logic moved here.
10275
44dba9b9
AA
102762014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10277
10278 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
10279 code guarded by #ifdef NO_PROTOTYPES.
10280 (t_double_many_args): Likewise.
10281 (DEF_FUNC_MANY_ARGS_1): Likewise.
10282 (DEF_FUNC_VALUES_1): Likewise.
10283 (t_structs_ldc): Renamed from t_structs_fc in conditional code
10284 guarded by #ifdef PROTOTYPES.
10285
d1fbcd56
AA
102862014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10287
10288 * gdb.mi/mi-console.c: Add eye-catcher.
10289 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
10290 instead of literal line number.
10291
b0e59b8f
AA
102922014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10293
10294 * gdb.base/shr2.c: Add eye-catcher.
10295 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
10296 line number.
10297
78f98cca
AA
102982014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10299
10300 * gdb.base/jump.c: Add eye-catchers.
10301 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
10302 numbers.
10303
58fa2af0
AA
103042014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10305
10306 * gdb.base/execd-prog.c: Add eye-catchers.
10307 * gdb.base/foll-exec.c: Likewise.
10308 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
10309 line numbers.
10310
04e5059b
AA
103112014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10312
10313 * gdb.base/ending-run.c: Add eye-catchers.
10314 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
10315 literal line numbers.
10316
dbfdb174
AA
103172014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10318
10319 * gdb.base/call-rt-st.c: Add eye-catchers.
10320 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
10321 literal line numbers.
10322
888a2ade
AA
103232014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10324
10325 * gdb.base/call-ar-st.c: Add eye-catchers.
10326 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
10327 literal line numbers.
10328
6acc2dde
AA
103292014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10330
10331 * gdb.base/average.c: Add eye-catchers.
10332 * gdb.base/sum.c: Likewise.
10333 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
10334 regexps dynamically.
10335
9ecfcd1d
AA
103362014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10337
10338 * gdb.base/solib1.c: Add eye-catchers.
10339 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
10340 literal line numbers.
10341
78708b7c
PA
103422014-11-12 Pedro Alves <palves@redhat.com>
10343
10344 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
10345 leader has exited.
10346
af48d08f
PA
103472014-11-12 Pedro Alves <palves@redhat.com>
10348
10349 * gdb.arch/i386-bp_permanent.c: New file.
10350 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
10351 (srcfile): Set to i386-bp_permanent.c.
10352 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
10353 that stepi does not execute the 'leave' instruction, instead of
10354 testing it does execute.
10355 * gdb.base/bp-permanent.c: New file.
10356 * gdb.base/bp-permanent.exp: New file.
10357
af3768e9
DE
103582014-11-10 Doug Evans <xdje42@gmail.com>
10359
10360 PR symtab/17564
10361 * gdb.base/symtab-search-order.exp: New file.
10362 * gdb.base/symtab-search-order.c: New file.
10363 * gdb.base/symtab-search-order-1.c: New file.
10364 * gdb.base/symtab-search-order-shlib-1.c: New file.
10365
9de00a4a
PA
103662014-11-07 Pedro Alves <palves@redhat.com>
10367
10368 PR gdb/17511
10369 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
10370 i?86-*-linux*.
10371
e0f52461
SC
103722014-11-03 Siva Chandra Reddy <sivachandra@google.com>
10373
10374 PR c++/17494
10375 * gdb.cp/pr17494.cc: New file.
10376 * gdb.cp/pr17494.exp: New file.
10377
6ce8c980
YQ
103782014-11-02 Yao Qi <yao@codesourcery.com>
10379
10380 * gdb.python/python.exp: Get working directory and match the
10381 output of "set extended-prompt \\w " with it.
10382
02be9a71
DE
103832014-10-30 Doug Evans <dje@google.com>
10384
10385 * gdb.python/py-objfile.exp: Add tests for setting random attributes
10386 in objfiles.
10387 * gdb.python/py-progspace.exp: Add tests for setting random attributes
10388 in progspaces.
10389
3bdff46b
LM
103902014-10-30 Janis Johnson <janisjo@codesourcery.com>
10391
10392 * gdb.base/fullpath-expand.exp: Skip for a remote host.
10393 * gdb.base/realname-expand.exp: Likewise.
10394 * gdb.linespec/macro-relative.exp: Likewise.
10395
ab917dfb
PA
103962014-10-29 Pedro Alves <palves@redhat.com>
10397
10398 PR gdb/17408
10399 * gdb.threads/schedlock.c (some_function): New function.
10400 (call_function): New global.
10401 (MAYBE_CALL_SOME_FUNCTION): New macro.
10402 (thread_function): Call it.
10403 * gdb.threads/schedlock.exp (get_args): Add description parameter,
10404 and use it instead of a global counter. Adjust all callers.
10405 (get_current_thread): Use "find current thread" for test message
10406 here rather than having all callers pass down the same string.
10407 (goto_loop): New procedure, factored out from ...
10408 (my_continue): ... this.
10409 (step_ten_loops): Change parameter from test message to command to
10410 use. Adjust.
10411 (list_count): Delete global.
10412 (check_result): New procedure, factored out from duplicate top
10413 level code.
10414 (continue tests): Wrap in with_test_prefix.
10415 (test_step): New procedure, factored out from duplicate top level
10416 code.
10417 (top level): Test "step" in combination with all scheduler-locking
10418 modes. Test "next" in combination with all scheduler-locking
10419 modes, and in combination with stepping over a function call or
10420 not.
10421 * gdb.threads/next-bp-other-thread.c: New file.
10422 * gdb.threads/next-bp-other-thread.exp: New file.
10423
d3d4baed
PA
104242014-10-29 Pedro Alves <palves@redhat.com>
10425
10426 PR python/17372
10427 * gdb.python/python.exp: Test a multi-line command that spawns
10428 interactive Python.
10429 * gdb.base/multi-line-starts-subshell.exp: New file.
10430
563e8d85
YQ
104312014-10-29 Yao Qi <yao@codesourcery.com>
10432
10433 * gdb.base/fileio.exp: Make directories on host.
10434
0ea4d52e
YQ
104352014-10-29 Yao Qi <yao@codesourcery.com>
10436
10437 * gdb.base/fileio.c (test_write): Close the file.
10438
7f5ef605
PA
104392014-10-28 Pedro Alves <palves@redhat.com>
10440
10441 PR gdb/12623
10442 * gdb.base/sigstep.c (no_handler): New global.
10443 (main): If 'no_handler is true, set the signal handlers to
10444 SIG_IGN.
10445 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
10446 with_sw_watch and no_handler parameters. Handle them.
10447 (top level) <stepping over handler when stopped at a breakpoint
10448 test>: Add a test axis for testing with a software watchpoint, and
10449 another for testing with the signal handler set to SIG_IGN.
10450 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
10451 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
10452
abbdbd03
PA
104532014-10-28 Pedro Alves <palves@redhat.com>
10454
10455 PR gdb/17511
10456 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
10457 * gdb.base/sigstep.exp (other_handler_location): New global.
10458 (advance): Support stepping into the signal handler, and running
10459 commands while in the handler.
10460 (in_handler_map): New global.
10461 (top level): In the advance test, add combinations for getting
10462 into the handler with stepping commands, and for running commands
10463 in the handler. Add comment descripting the advancei tests.
10464
1df4399f
PA
104652014-10-28 Pedro Alves <palves@redhat.com>
10466
10467 * gdb.base/sigstep.exp: Use build_executable instead of
10468 prepare_for_testing.
10469 (top level): Move code that starts GDB, runs to main and creates a
10470 display to ...
10471 (restart): ... this new procedure.
10472 (top level): Move backtrace from signal handler test to ...
10473 (validate_backtrace): ... this new procedure.
10474 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
10475 with_test_prefix. Always restart GDB.
10476 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
10477 with_test_prefix. Always restart GDB. No need to delete
10478 breakpoints after the test.
10479 (test_skip_handler): Remove prefix parameter.
10480 (skip_over_handler, breakpoint_to_handler)
10481 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
10482 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
10483 restart GDB. No need to delete breakpoints after the test.
10484 (top level): Use foreach to call the test procedures with
10485 different commands.
10486
a5b6e449
PA
104872014-10-28 Pedro Alves <palves@redhat.com>
10488
10489 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
10490 instead of GNATS numbers.
10491 * gdb.base/sigbpt.exp: Likewise.
10492 * gdb.base/siginfo.exp: Likewise.
10493 * gdb.base/sigstep.exp: Likewise.
10494
e5f8a7cc
PA
104952014-10-27 Pedro Alves <palves@redhat.com>
10496
10497 * gdb.base/sigstep.c (dummy): New global.
10498 (main): Issue a couple writes to the new global.
10499 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
10500 procedures.
10501 (skip_over_handler): Use test_skip_handler.
10502 (top level): Call skip_over_handler for stepi and nexti too.
10503 (breakpoint_over_handler): Use test_skip_handler.
10504 (top level): Call breakpoint_over_handler for stepi and nexti too.
10505
763905a3
YQ
105062014-10-27 Yao Qi <yao@codesourcery.com>
10507
10508 * gdb.trace/tfile.c (adjust_function_address)
10509 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
10510 function descriptor.
10511
6f259a23
DB
105122014-10-24 Don Breazeal <donb@codesourcery.com>
10513
10514 * gdb.base/foll-fork.exp (test_follow_fork,
10515 catch_fork_child_follow): Check for updated fork messages emitted
10516 from infrun.c.
10517 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
10518 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
10519 vfork_and_exec_child_follow_through_step): Check for updated vfork
10520 messages emitted from infrun.c.
10521
09dd9a69
PA
105222014-10-24 Pedro Alves <palves@redhat.com>
10523
10524 * gdb.base/corefile.exp: Remove references to ultrix.
10525 * gdb.base/interrupt.exp: Likewise.
10526 * gdb.base/whatis.exp: Likewise.
10527 * gdb.gdb/selftest.exp: Likewise.
10528 * gdb.threads/manythreads.exp: Likewise.
10529 * gdb.threads/print-threads.exp: Likewise.
10530 * gdb.threads/pthreads.exp:: Likewise.
10531 * gdb.threads/schedlock.exp: Likewise.
10532
3433cfa5
SC
105332014-10-24 Siva Chandra Reddy <sivachandra@google.com>
10534
10535 * gdb.cp/non-trivial-retval.cc: Add a test case.
10536 * gdb.cp/non-trivial-retval.exp: Add a test.
10537
092f880b
YQ
105382014-10-20 Yao Qi <yao@codesourcery.com>
10539
10540 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
10541 * gdb.python/py-objfile-script-gdb.py: New file.
10542 * gdb.python/py-objfile-script.exp: Update reference to
10543 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
10544 of remote_download. Remove the dest file.
10545
acbdb7f3
YQ
105462014-10-20 Yao Qi <yao@codesourcery.com>
10547
10548 * gdb.base/checkpoint.exp: Don't remove file copied on host.
10549 * gdb.base/step-line.exp: Likewise.
10550 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
10551 * gdb.dwarf2/dw2-basic.exp: Likewise.
10552 * gdb.dwarf2/dw2-compressed.exp: Likewise.
10553 * gdb.dwarf2/dw2-filename.exp: Likewise.
10554 * gdb.dwarf2/dw2-intercu.exp: Likewise.
10555 * gdb.dwarf2/dw2-intermix.exp: Likewise.
10556 * gdb.dwarf2/dw2-producer.exp: Likewise.
10557 * gdb.dwarf2/mac-fileno.exp: Likewise.
10558 * gdb.python/py-frame-args.exp: Likewise.
10559 * gdb.python/py-framefilter.exp: Likewise.
10560 * gdb.python/py-mi.exp: Likewise.
10561 * gdb.python/py-objfile-script.exp: Likewise
10562 * gdb.python/py-pp-integral.exp: Likewise.
10563 * gdb.python/py-pp-re-notag.exp: Likewise.
10564 * gdb.python/py-prettyprint.exp: Likewise.
10565 * gdb.python/py-section-script.exp: Likewise.
10566 * gdb.python/py-typeprint.exp: Likewise.
10567 * gdb.python/py-xmethods.exp: Likewise.
10568 * gdb.stabs/weird.exp: Likewise.
10569 * gdb.xml/tdesc-regs.exp: Likewise.
10570
bd286a29
KCY
105712014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
10572
10573 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
10574 (out_cu): Use addr_len for the size of addresses.
10575 (out_line): Likewise. Size DW_LNE_set_address instruction
10576 according to addr_len.
10577 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
10578 (FUNC): Add START_INSNS to definition.
10579
673dc4a0
YQ
105802014-10-18 Yao Qi <yao@codesourcery.com>
10581
10582 * gdb.base/argv0-symlink.exp: Check argv[0] value if
10583 gdb_has_argv0 return true.
10584 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
10585 check [target_info exists noargs], check [gdb_has_argv0]
10586 instead.
10587 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
10588 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
10589 procedures.
10590
4ffbba72
DE
105912014-10-17 Doug Evans <dje@google.com>
10592
10593 * gdb.python/py-events.exp: Update expected output for clear_objfiles
10594 event.
10595 * gdb.python/py-events.py: Add clear_objfiles event.
10596
d096d8c1
DE
105972014-10-17 Doug Evans <dje@google.com>
10598
10599 * gdb.python/py-objfile.exp: Test progspace attribute.
10600
a80db015
LM
106012014-10-17 Luis Machado <lgustavo@codesourcery.com>
10602
10603 * gdb.guile/scm-breakpoint.exp: Do not assume any
10604 directory separators when matching source file paths.
10605 * gdb.python/py-breakpoint.exp: Likewise.
10606 * gdb.reverse/break-precsave.exp: Likewise.
10607 * gdb.reverse/break-reverse.exp: Likewise.
10608 * gdb.reverse/consecutive-precsave.exp: Likewise.
10609 * gdb.reverse/finish-precsave.exp: Likewise.
10610 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
10611 * gdb.reverse/finish-reverse.exp: Likewise.
10612 * gdb.reverse/i386-precsave.exp: Likewise.
10613 * gdb.reverse/i387-env-reverse.exp: Likewise.
10614 * gdb.reverse/i387-stack-reverse.exp: Likewise.
10615 * gdb.reverse/machinestate-precsave.exp: Likewise.
10616 * gdb.reverse/machinestate.exp: Likewise.
10617 * gdb.reverse/sigall-precsave.exp: Likewise.
10618 * gdb.reverse/solib-precsave.exp: Likewise.
10619 * gdb.reverse/step-precsave.exp: Likewise.
10620 * gdb.reverse/until-precsave.exp: Likewise.
10621 * gdb.reverse/watch-precsave.exp: Likewise.
10622 * gdb.reverse/watch-reverse.exp: Likewise.
10623
b22089ab
YQ
106242014-10-17 Yao Qi <yao@codesourcery.com>
10625
10626 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
10627 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
10628
6c4486e6
PA
106292014-10-17 Pedro Alves <palves@redhat.com>
10630
10631 PR gdb/17471
10632 * gdb.base/bg-execution-repeat.c: New file.
10633 * gdb.base/bg-execution-repeat.exp: New file.
10634
0ff33695
PA
106352014-10-17 Pedro Alves <palves@redhat.com>
10636
10637 PR gdb/17300
10638 * gdb.base/continue-all-already-running.c: New file.
10639 * gdb.base/continue-all-already-running.exp: New file.
10640
6fdebc3d
PA
106412014-10-17 Pedro Alves <palves@redhat.com>
10642
10643 PR gdb/17472
10644 * gdb.base/annota-input-while-running.c: New file.
10645 * gdb.base/annota-input-while-running.exp: New file.
10646
32a8097b
PA
106472014-10-17 Pedro Alves <palves@redhat.com>
10648
10649 * gdb.base/callfuncs.exp: emove references to osf.
10650 * gdb.base/sigall.exp: Likewise.
10651 * gdb.gdb/selftest.exp: Likewise.
10652 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
10653 * gdb.mi/non-stop.c: Likewise.
10654 * gdb.mi/pthreads.c: Likewise.
10655 * gdb.reverse/sigall-precsave.exp: Likewise.
10656 * gdb.reverse/sigall-reverse.exp: Likewise.
10657 * gdb.threads/pthreads.c: Likewise.
10658 * gdb.threads/pthreads.exp: Likewise.
10659
7a3517ff
YQ
106602014-10-17 Yao Qi <yao@codesourcery.com>
10661
10662 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
10663 check 'target_info exists noargs'.
10664 (test_command_prompt_position): Likewise.
10665 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
10666 Remove "set args".
10667 (progvar_simple_while_test): Likewise.
10668 (progvar_complex_if_while_test): Likewise.
10669 (if_while_breakpoint_command_test): Likewise.
10670 (infrun_breakpoint_command_test): Likewise.
10671 (breakpoint_command_test): Likewise.
10672 (watchpoint_command_test): Likewise.
10673 (bp_deleted_in_command_test): Likewise.
10674 (temporary_breakpoint_commands): Likewise.
10675
bb99c472
YQ
106762014-10-16 Yao Qi <yao@codesourcery.com>
10677
10678 * gdb.base/remotetimeout.exp: Remove noargs checking.
10679
7c16b83e
PA
106802014-10-15 Pedro Alves <palves@redhat.com>
10681
10682 PR breakpoints/9649
10683 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
10684 * gdb.base/breakpoint-in-ro-region.exp
10685 (probe_target_hardware_step): New procedure.
10686 (top level): Probe hardware stepping and hardware breakpoint
10687 support. Test stepping through a read-only region, with both
10688 "breakpoint auto-hw" on and off and both "always-inserted" on and
10689 off.
10690
35a49624
IB
106912014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
10692
10693 * gdb.dlang/demangle.exp: Update for demangling changes.
10694
2d1c107c
SC
106952014-10-15 Siva Chandra Reddy <sivachandra@google.com>
10696
10697 * gdb.cp/non-trivial-retval.cc: Add new test cases.
10698 * gdb.cp/non-trivial-retval.exp: Add new tests.
10699
778811d5
SC
107002014-10-15 Siva Chandra Reddy <sivachandra@google.com>
10701
10702 PR c++/13403
10703 PR c++/15154
10704 * gdb.cp/non-trivial-retval.cc: New file.
10705 * gdb.cp/non-trivial-retval.exp: New file.
10706
10c5f0a8
YQ
107072014-10-15 Yao Qi <yao@codesourcery.com>
10708
10709 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
10710 remote host.
10711
65d7b369
YQ
107122014-10-15 Yao Qi <yao@codesourcery.com>
10713
10714 * gdb.python/py-symbol.exp: Match file base name if host is
10715 remote, otherwise match file name with dir name.
10716 * gdb.python/py-symtab.exp: Likewise.
10717 * gdb.python/python.exp: Likewise.
10718
46dc1394
YQ
107192014-10-15 Yao Qi <yao@codesourcery.com>
10720
10721 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
10722 pattern.
10723 * gdb.python/py-symtab.exp: Likewise.
10724 * gdb.python/python.exp: Remove trailing ".*". Fix typo
10725 locationn.
10726
c40cc657
JB
107272014-10-14 Joel Brobecker <brobecker@adacore.com>
10728
10729 * gdb.ada/addr_arith: New testcase.
10730
2abf49e1
MR
107312014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
10732
10733 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
10734 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
10735 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
10736 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
10737
f7088df3
SDJ
107382014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
10739
10740 * gdb.arch/stap-eval-lang-ada.S: Likewise.
10741 * gdb.arch/stap-eval-lang-ada.c: Likewise.
10742 * gdb.arch/stap-eval-lang-ada.exp: New file.
10743
4dc06805
YQ
107442014-10-14 Yao Qi <yao@codesourcery.com>
10745
10746 * gdb.mi/mi-var-child.c (nothing1): New function.
10747 (nothing2): New function.
10748 (do_children_tests): Set function pointers by nothing1 and
10749 nothing2.
10750 * gdb.mi/mi-var-child.exp: Step over new added statements.
10751 Update test to match the new output.
10752 * gdb.mi/var-cmd.c (nothing1): New function.
10753 (nothing2): New function.
10754 (do_children_tests): Set function pointers by nothing1 and
10755 nothing2.
10756 * gdb.mi/mi-var-display.exp: Update test to match output.
10757 Step to the line specified by $line_dct_nothing.
10758 Increase the number of lines to step.
10759
46a93de2
YQ
107602014-10-14 Yao Qi <yao@codesourcery.com>
10761
10762 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
10763 tests.
10764 * gdb.mi/mi2-var-child.exp: Likewise.
10765
14ea52ee
DE
107662014-10-13 Doug Evans <dje@google.com>
10767
10768 * gdb.python/py-objfile.exp: Change name of file name test.
10769
e5c6e92b
DE
107702014-10-13 Doug Evans <dje@google.com>
10771
10772 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
10773 from the start of the CU.
10774
c780cc2f
JK
107752014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10776 Yao Qi <yao@codesourcery.com>
10777
10778 Fix "save breakpoints" for "catch" command.
10779 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
10780 Remove -nonewline. Match also the added "main" line.
10781
99894e11
JK
107822014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10783
10784 Fix "save breakpoints" for "disable $bpnum" command.
10785 * gdb.base/save-bp.c (main): Add label.
10786 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
10787
6e1ac5a3
JK
107882014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10789
10790 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
10791
754dd2b0
YQ
107922014-10-11 Yao Qi <yao@codesourcery.com>
10793
10794 * gdb.server/server-kill.exp: Execute command
10795 "set remote trace-status-packet on" before "tstatus".
10796
f90183d7
YQ
107972014-10-11 Yao Qi <yao@codesourcery.com>
10798
10799 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
10800 (main): Call getppid.
10801 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
10802 and continue to it. Read variable "server_pid".
10803
bf40a607
YQ
108042014-10-11 Yao Qi <yao@codesourcery.com>
10805
10806 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
10807
052ca370
YQ
108082014-10-11 Yao Qi <yao@codesourcery.com>
10809
10810 * gdb.threads/thread-find.exp: Don't execute command
10811 "info threads".
10812 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
10813 * gdb.threads/linux-dp.exp: Don't check the condition
10814 $threads_created equals to zero.
10815
3831839c
PA
108162014-10-10 Pedro Alves <palves@redhat.com>
10817
10818 * gdb.base/bigcore.exp: Remove references to IRIX.
10819 * gdb.base/funcargs.exp: Likewise.
10820 * gdb.base/interrupt.exp: Likewise.
10821 * gdb.base/mips_pro.exp: Likewise.
10822 * gdb.base/nodebug.exp: Likewise.
10823 * gdb.base/setvar.exp: Likewise.
10824 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
10825
8b9a549d
PA
108262014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10827 Pedro Alves <palves@redhat.com>
10828
10829 PR symtab/14466
10830 * gdb.base/vdso-warning.c: New file.
10831 * gdb.base/vdso-warning.exp: New file.
10832
d48ba5e8
DE
108332014-10-02 Doug Evans <dje@google.com>
10834
10835 * gdb.base/structs.c (main): Don't run forever.
10836
2278c276
PA
108372014-10-02 Pedro Alves <palves@redhat.com>
10838
10839 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
10840 (top level) <stop threads 1, stop threads 2>: Use it.
10841
b57bacec
PA
108422014-10-02 Pedro Alves <palves@redhat.com>
10843
10844 * gdb.threads/break-while-running.exp (test): Add new
10845 'update_thread_list' argument. Skip "info threads" if false.
10846 (top level): Add new 'update_thread_list' axis.
10847
13fd3ff3
PA
108482014-10-02 Pedro Alves <palves@redhat.com>
10849
10850 PR breakpoints/17431
10851 * gdb.base/execl-update-breakpoints.c: New file.
10852 * gdb.base/execl-update-breakpoints.exp: New file.
10853
0fec99e8
PA
108542014-10-01 Pedro Alves <palves@redhat.com>
10855
10856 * gdb.base/breakpoint-in-ro-region.c: New file.
10857 * gdb.base/breakpoint-in-ro-region.exp: New file.
10858
2ddf4301
SM
108592014-10-01 Simon Marchi <simon.marchi@ericsson.com>
10860
10861 * gdb.mi/mi-exit-code.exp: New file.
10862 * gdb.mi/mi-exit-code.c: New file.
10863
6a5f3f43
YQ
108642014-09-30 Yao Qi <yao@codesourcery.com>
10865
10866 * lib/prelink-support.exp (build_executable_own_libs): Error if
10867 the target isn't native.
10868
345bcc73
YQ
108692014-09-30 Yao Qi <yao@codesourcery.com>
10870
10871 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
10872 false.
10873
a25a5a45
PA
108742014-09-22 Pedro Alves <palves@redhat.com>
10875
10876 * gdb.threads/break-while-running.exp: New file.
10877 * gdb.threads/break-while-running.c: New file.
10878
00ba3162
YQ
108792014-09-19 Yao Qi <yao@codesourcery.com>
10880
10881 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
10882 Invoke test. Restart GDB with --readnow and invoke test again.
10883
c3b7b696
YQ
108842014-09-19 Yao Qi <yao@codesourcery.com>
10885
10886 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
10887 proc set_breakpoint_on_gcd_function. Invoke
10888 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
10889 invoke set_breakpoint_on_gcd_function again.
10890
2b4fd423
DE
108912014-09-18 Doug Evans <dje@google.com>
10892
10893 * gdb.dwarf2/symtab-producer.exp: New file.
10894
a5947601
SDJ
108952014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
10896
10897 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
10898 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
10899 * gdb.base/global-var-nested-by-dso.c: Likewise.
10900 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10901
91c19059
SDJ
109022014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
10903 Pedro Alves <palves@redhat.com>
10904
10905 * gdb.base/watch-bitfields.exp: Pass string other than test file
10906 name to prepare_for_testing.
10907 (watch): New procedure.
10908 (expect_watchpoint): Use with_test_prefix.
10909 (top level): Factor out tests to ...
10910 (test_watch_location, test_regular_watch): ... these new
10911 procedures, and use with_test_prefix and gdb_continue_to_end.
10912
bb9d5f81
PP
109132014-09-16 Patrick Palka <patrick@parcs.ath.cx>
10914
10915 PR breakpoints/12526
10916 * gdb.base/watch-bitfields.exp: New file.
10917 * gdb.base/watch-bitfields.c: New file.
10918
635856f5
PA
109192014-09-16 Pedro Alves <palves@redhat.com>
10920
10921 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
10922 software and hardware addresses, not software address against
10923 itself.
10924
7280ceea
PA
109252014-09-16 Pedro Alves <palves@redhat.com>
10926
10927 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
10928 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
10929
428b16bd
PA
109302014-09-16 Pedro Alves <palves@redhat.com>
10931
10932 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
10933 files.
10934 * gdb.base/a2-run.exp: Remove all code guarded by istarget
10935 "*-*-vxworks*" throughout.
10936 * gdb.base/break.exp: Likewise.
10937 * gdb.base/default.exp: Likewise.
10938 * gdb.base/scope.exp: Likewise.
10939 * gdb.base/sepdebug.exp: Likewise.
10940 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
10941 throughout.
10942 * gdb.base/run.c: Likewise.
10943 * gdb.base/sepdebug.c: Likewise.
10944 * gdb.hp/gdb.aCC/run.c: Likewise.
10945 * gdb.reverse/until-reverse.c: Likewise.
10946 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
10947
666d413c
YQ
109482014-09-16 Yao Qi <yao@codesourcery.com>
10949
10950 * boards/local-remote-host-native.exp: New file.
10951
57cbd724
DE
109522014-09-14 Doug Evans <xdje42@gmail.com>
10953
10954 * gdb.threads/queue-signal.c (thread_count): New variable.
10955 (thread_count_mutex, thread_count_condvar): New variables.
10956 (incr_thread_count, wait_all_threads_running): New functions.
10957 (main): Wait for all threads to be in their thread functions.
10958
81219e53
DE
109592014-09-13 Doug Evans <xdje42@gmail.com>
10960
10961 * gdb.threads/queue-signal.c: New file.
10962 * gdb.threads/queue-signal.exp: New file.
10963
3714cea7
DE
109642014-09-13 Doug Evans <xdje42@gmail.com>
10965
10966 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
10967 be consistent with what default_gdb_init uses.
10968 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
10969 the plain text of the prompt. Add some logging printfs.
10970 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
10971
fa43b1d7
PA
109722014-09-12 Pedro Alves <palves@redhat.com>
10973
10974 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
10975 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
10976 * gdb.arch/i386-size-overlap.exp: Likewise.
10977 * gdb.arch/i386-size.exp: Likewise.
10978 * gdb.arch/i386-unwind.exp: Likewise.
10979 * gdb.base/a2-run.exp: Likewise.
10980 * gdb.base/break.exp: Likewise.
10981 * gdb.base/charset.exp: Likewise.
10982 * gdb.base/chng-syms.exp: Likewise.
10983 * gdb.base/commands.exp: Likewise.
10984 * gdb.base/dbx.exp: Likewise.
10985 * gdb.base/find.exp: Likewise.
10986 * gdb.base/funcargs.exp: Likewise.
10987 * gdb.base/jit-simple.exp: Likewise.
10988 * gdb.base/reread.exp: Likewise.
10989 * gdb.base/sepdebug.exp: Likewise.
10990 * gdb.base/step-bt.exp: Likewise.
10991 * gdb.cp/mb-inline.exp: Likewise.
10992 * gdb.cp/mb-templates.exp: Likewise.
10993 * gdb.objc/basicclass.exp: Likewise.
10994 * gdb.threads/killed.exp: Likewise.
10995
9d9bf2df
EBM
109962014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10997
10998 PR tdep/17379
10999 * gdb.arch/powerpc-stackless.S: New file.
11000 * gdb.arch/powerpc-stackless.exp: New file.
11001
1cf2f1b0
JK
110022014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11003
11004 * gdb.base/attach.c: Include unistd.h.
11005 (main): Call alarm. Add label postloop.
11006 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
11007 gdb_breakpoint, gdb_continue_to_breakpoint.
11008 (test_command_line_attach_run): Kill ${testpid} in one exit path.
11009
98880d46
PA
110102014-09-11 Pedro Alves <palves@redhat.com>
11011
11012 PR gdb/17347
11013 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
11014 * gdb.base/attach.exp (test_command_line_attach_run): New
11015 procedure.
11016 (top level): Call it.
11017
4c92ff2c
PA
110182014-09-11 Pedro Alves <palves@redhat.com>
11019
11020 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
11021 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
11022 (do_command_attach_tests): Use spawn_wait_for_attach.
11023 * gdb.base/solib-overlap.exp: Likewise.
11024 * gdb.multi/multi-attach.exp: Likewise.
11025 * gdb.python/py-prompt.exp: Likewise.
11026 * gdb.python/py-sync-interp.exp: Likewise.
11027 * gdb.server/ext-attach.exp: Likewise.
11028
3adc1a7d
GKB
110292014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
11030
11031 * gdb.fortran/array-element.exp: Remove unexpected "continue"
11032 command in testcase. Simplify testcase.
11033
96334934
JB
110342014-09-10 Joel Brobecker <brobecker@adacore.com>
11035
11036 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
11037
eb479039
JB
110382014-09-10 Joel Brobecker <brobecker@adacore.com>
11039
11040 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
11041
deede10c
JB
110422014-09-10 Joel Brobecker <brobecker@adacore.com>
11043
11044 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
11045
7828a5f5
JB
110462014-09-10 Joel Brobecker <brobecker@adacore.com>
11047
11048 * gdb.dwarf2/dynarr-ptr.c: New file.
11049 * gdb.dwarf2/dynarr-ptr.exp: New file.
11050
33aeebcf
MR
110512014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11052
11053 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
11054 of 30 rather than hardcoding 120 for a slow test case. Take the
11055 `gdb,timeout' target setting into account for this calculation.
11056 Don't extend the timeout for the test cases that don't need it.
11057
7b415901
MR
110582014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11059
11060 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
11061 a factor of 2 for a slow test case. Take the `gdb,timeout'
11062 target setting into account for this calculation.
11063 * gdb.reverse/until-precsave.exp: Increase the timeout by
11064 a factor of 15 and 3 respectively rather than adding 120
11065 for a pair of slow test cases. Take the `gdb,timeout'
11066 target setting into account for this calculation.
11067
4a40f85a
MR
110682014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11069
11070 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
11071 timeout, don't pass one down to gdb_expect.
11072 (gdb_expect): Rework timeout selection.
11073
09635af7
MR
110742014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11075
11076 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
11077 exception on timeout.
11078 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
11079 (gdbserver_start_extended): Catch any `gdbserver_start' error
11080 exceptions.
11081 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
11082 * lib/mi-support.exp (mi_gdb_target_load): Catch any
11083 `gdbserver_gdb_load' error exceptions.
11084
2bdd10b7
MR
110852014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11086
11087 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
11088 120 on waiting for the TCP socket to open.
11089
316935f0
DE
110902014-09-09 Doug Evans <xdje42@gmail.com>
11091
11092 * gdb.base/default.exp (show_conv_list): Add _caller_is,
11093 _caller_matches, _any_caller_is, _any_caller_matches.
11094
83740597
DE
110952014-09-09 Doug Evans <xdje42@gmail.com>
11096
11097 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
11098
4c122fc3
YQ
110992014-09-09 Yao Qi <yao@codesourcery.com>
11100
11101 * gdb.mi/mi-var-display.exp: Set print symbol off.
11102
a9f116cb
GKB
111032014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
11104
11105 PR gdb/17035
11106 * gdb.base/commands.exp: Add tests to verify user-defined
11107 commands with empty bodies.
11108 * gdb.python/py-cmd.exp: Test that we don't show user-defined
11109 python commands in `show user command`.
11110 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
11111 scheme commands in `show user command`.
11112
c75bd3a2
JK
111132014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11114
11115 PR python/17355
11116 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
11117 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
11118 * gdb.python/py-framefilter-invalidarg.exp: New file.
11119 * gdb.python/py-framefilter-invalidarg.py: New file.
11120
faa42425
DE
111212014-09-06 Doug Evans <xdje42@gmail.com>
11122
11123 PR 15276
11124 * gdb.python/py-caller-is.c: New file.
11125 * gdb.python/py-caller-is.exp: New file.
11126
474ca4f6
SDJ
111272014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
11128
11129 PR gdb/17235
11130 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
11131 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
11132
eb0b0463
SDJ
111332014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
11134
11135 PR fortran/17237
11136 * gdb.fortran/print-formatted.exp: New file.
11137 * gdb.fortran/print-formatted.f90: Likewise.
11138
5f3b99cf
SS
111392014-09-03 Sasha Smundak <asmundak@google.com>
11140
11141 * gdb.python/py-frame.exp: Test Frame.read_register.
11142
7d793aa9
SDJ
111432014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
11144
11145 PR python/16699
11146 * gdb.python/py-completion.exp: New file.
11147 * gdb.python/py-completion.py: Likewise.
11148
fb0576e9
DE
111492014-08-28 Doug Evans <dje@google.com>
11150
11151 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
11152 eax,etc. are live with values set by gdb and thus the compiler can't
11153 use them.
11154 * gdb.arch/i386-pseudo.c (main): Ditto.
11155
ee92b0dd
DE
111562014-08-27 Doug Evans <dje@google.com>
11157
11158 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
11159
6649db35
DE
111602014-08-25 Doug Evans <dje@google.com>
11161
11162 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
11163 (main): Ditto.
11164
564b7600
DE
111652014-08-25 Doug Evans <dje@google.com>
11166
11167 * gdb.threads/thread-execl.exp: #include <stdio.h>.
11168
3881fb67
YQ
111692014-08-24 Yao Qi <yao@codesourcery.com>
11170
11171 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
11172 symbol off.
11173 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
11174
a05a36a5
DE
111752014-08-22 Doug Evans <dje@google.com>
11176
11177 PR 17276
11178 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
11179 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
11180 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
11181
7c343b48
YQ
111822014-08-22 Yao Qi <yao@codesourcery.com>
11183
11184 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
11185 * gdb.python/py-finish-breakpoint2.exp: Likewise.
11186 * gdb.python/python.exp: Likewise. Use .py file on the host
11187 instead of the build.
11188
22fd09ae
JK
111892014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11190
11191 * gdb.threads/gcore-stale-thread.c: New file.
11192 * gdb.threads/gcore-stale-thread.exp: New file.
11193
a8454a7c
PA
111942014-08-21 Pedro Alves <palves@redhat.com>
11195
11196 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
11197 * gdb.base/gcore-relro-pie.exp: Likewise.
11198 * gdb.base/gcore-relro.exp: Likewise.
11199 * gdb.base/gcore.exp: Likewise.
11200 * gdb.base/print-symbol-loading.exp: Likewise.
11201 * gdb.threads/gcore-thread.exp: Likewise.
11202 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
11203
2a31c623
PA
112042014-08-20 Pedro Alves <palves@redhat.com>
11205 Jan Kratochvil <jan.kratochvil@redhat.com>
11206
11207 * Makefile.in (EXTRA_RULES, CC): New variables, get from
11208 configure.
11209 (EXPECT): Handle READ1 being set.
11210 (all): Depend on EXTRA_RULES.
11211 (check-read1, expect-read1, read1.so, read1): New rules.
11212 * README (Testsuite Parameters): Document the READ1 make variable.
11213 (Race detection): New section.
11214 * configure: Regenerate.
11215 * configure.ac: If build==host==target, and running under a
11216 GNU/glibc system, add read1 to the extra Makefile rules.
11217 (EXTRA_RULES): AC_SUBST it.
11218 * lib/read1.c: New file.
11219
d36430db
JB
112202014-08-20 Joel Brobecker <brobecker@adacore.com>
11221
11222 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
11223 the handling of variables declared as a typedef to an array
11224 which a DW_AT_data_location attribute.
11225
9a0dc9e3
PA
112262014-08-19 Andrew Burgess <aburgess@broadcom.com>
11227 Pedro Alves <palves@redhat.com>
11228
11229 PR symtab/14604
11230 PR symtab/14605
11231 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
11232 gdb_test.
11233
0718a8da
PA
112342014-08-19 Pedro Alves <palves@redhat.com>
11235
11236 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
11237
13b448cd
YQ
112382014-08-19 Yao Qi <yao@codesourcery.com>
11239
11240 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
11241 right line.
11242
1cbf5077
DB
112432014-08-18 David Blaikie <dblaikie@gmail.com>
11244
11245 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
11246
bf0fae19
JB
112472014-08-18 Joel Brobecker <brobecker@adacore.com>
11248
11249 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
11250 attribute in array range.
11251
3c8c5dcc
JB
112522014-08-18 Joel Brobecker <brobecker@adacore.com>
11253
11254 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
11255
e66d4446
SC
112562014-08-15 Siva Chandra Reddy <sivachandra@google.com>
11257
11258 PR c++/17132
11259 * gdb.cp/pr17132.cc: New file.
11260 * gdb.cp/pr17132.exp: New file.
11261
940df408
SC
112622014-08-15 Siva Chandra Reddy <sivachandra@google.com>
11263
11264 * gdb.python/py-xmethods.py (A_getarrayind)
11265 (E_method_char_worker.__call__, E_method_int_worker.__call__):
11266 Use 'print' with function call syntax.
11267 (E_method_matcher.match): Fix tab vs space indentation mixup.
11268
ebcc6c3a
YQ
112692014-08-15 Yao Qi <yao@codesourcery.com>
11270
11271 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
11272 false.
11273
775e0f04
YQ
112742014-08-15 Yao Qi <yao@codesourcery.com>
11275
11276 * gdb.cp/casts.exp: Set print symbol off.
11277 * gdb.cp/class2.exp: Likewise.
11278 * gdb.cp/overload.exp: Likewise.
11279 * gdb.cp/templates.exp: Likewise.
11280
d769e349
DE
112812014-08-11 Doug Evans <dje@google.com>
11282
11283 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
11284 (test_load_shlib): Update.
11285
20c6f1e1
YQ
112862014-08-09 Yao Qi <yao@codesourcery.com>
11287
11288 * gdb.base/display.exp: Invoke is_address_zero_readable.
11289 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
11290 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
11291 * gdb.base/hbreak-unmapped.exp: Return if
11292 is_address_zero_readable returns true.
11293 * gdb.base/signest.exp: Likewise.
11294 * gdb.base/signull.exp: Likewise.
11295 * gdb.base/sigbpt.exp: Likewise.
11296 * gdb.guile/scm-disasm.exp: Do the test if
11297 is_address_zero_readable returns false.
11298 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
11299 * gdb.python/py-arch.exp: Likewise.
11300 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
11301 * lib/gdb.exp (is_address_zero_readable): New proc.
11302
5792e8e3
YQ
113032014-08-09 Yao Qi <yao@codesourcery.com>
11304
11305 PR testsuite/13443
11306 * gdb.mi/mi-var-display.exp: Make test messages unique.
11307
3cecbbbe
TT
113082014-08-04 Tom Tromey <tromey@redhat.com>
11309
11310 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
11311 target 0".
11312
00b51ff5
TT
113132014-08-04 Tom Tromey <tromey@redhat.com>
11314
11315 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
11316 "target_resume".
11317
6908c509
JB
113182014-08-01 Joel Brobecker <brobecker@adacore.com>
11319
11320 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
11321 inner_vla_struct_object_size.
11322 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
11323 as xfail.
11324
cc6563d2
PA
113252014-07-30 Pedro Alves <palves@redhat.com>
11326
11327 * gdb.threads/signal-command-handle-nopass.exp (test): Add
11328 comment.
11329
7e09a223
YQ
113302014-07-29 Yao Qi <yao@codesourcery.com>
11331
11332 PR gdb/17206
11333 * gdb.base/until-nodebug.exp: New.
11334
7ebdbe92
DE
113352014-07-28 Doug Evans <xdje42@gmail.com>
11336
11337 PR guile/17203
11338 * gdb.guile/scm-parameter.exp: Add tests for trying to create
11339 previously existing parameter, and previously ambiguously spelled
11340 parameter.
11341
fdb1adc6
WN
113422014-07-28 Will Newton <will.newton@linaro.org>
11343
11344 * gdb.base/varargs.exp: Remove KFAILs for ARM.
11345
186fcde0
DE
113462014-07-26 Ludovic Courtès <ludo@gnu.org>
11347 Doug Evans <xdje42@gmail.com>
11348
11349 PR guile/17146
11350 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
11351
70509625
PA
113522014-07-25 Pedro Alves <palves@redhat.com>
11353
11354 * gdb.threads/signal-command-handle-nopass.c: New file.
11355 * gdb.threads/signal-command-handle-nopass.exp: New file.
11356 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
11357 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
11358 * gdb.threads/signal-delivered-right-thread.c: New file.
11359 * gdb.threads/signal-delivered-right-thread.exp: New file.
11360
c3f814a1
PA
113612014-07-25 Pedro Alves <palves@redhat.com>
11362
11363 * gdb.base/double-prompt-target-event-error.exp
11364 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
11365 match.
11366 (cancel_pagination_in_target_event): Rework double prompt
11367 detection.
11368 * gdb.base/paginate-after-ctrl-c-running.exp
11369 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
11370 <return>' match.
11371 * gdb.base/paginate-bg-execution.exp
11372 (test_bg_execution_pagination_return)
11373 (test_bg_execution_pagination_cancel): Remove '-notransfer
11374 <return>' matches.
11375 * gdb.base/paginate-execution-startup.exp
11376 (test_fg_execution_pagination_return)
11377 (test_fg_execution_pagination_cancel): Remove '-notransfer
11378 <return>' matches.
11379 * gdb.base/paginate-inferior-exit.exp
11380 (test_paginate_inferior_exited): Remove '-notransfer <return>'
11381 match.
11382 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
11383 * lib/gdb.exp (pagination_prompt): Run text through
11384 string_to_regexp.
11385 (gdb_test_multiple): Match $pagination_prompt instead of
11386 "<return>".
11387 (string_to_regexp): Move to lib/gdb-utils.exp.
11388
e214cf6c
JK
113892014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11390
11391 * gdb.arch/amd64-entry-value-paramref.S: New file.
11392 * gdb.arch/amd64-entry-value-paramref.cc: New file.
11393 * gdb.arch/amd64-entry-value-paramref.exp: New file.
11394 * gdb.arch/amd64-optimout-repeat.S: New file.
11395 * gdb.arch/amd64-optimout-repeat.c: New file.
11396 * gdb.arch/amd64-optimout-repeat.exp: New file.
11397
17d0c5c8
JK
113982014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11399
11400 PR gdb/17170
11401 * gdb.base/statistics.exp: New file.
11402
b8b8facf
DE
114032014-07-17 Doug Evans <dje@google.com>
11404
74b49205 11405 PR gdb/17170
b8b8facf
DE
11406 * gdb.base/maint.exp: Update testing of per-command stats.
11407
1b5d0ab3
PA
114082014-07-16 Pedro Alves <palves@redhat.com>
11409
11410 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
11411 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
11412 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
11413 (tfile_write_buf): New functions.
11414 (add_memory_block): Rewrite using the above.
11415 (adjust_function_address): New function.
11416 (FUNCTION_ADDRESS): New macro.
11417 (write_basic_trace_file): Remove short_x local, and use
11418 tfile_write_16. Change type of func_addr local to unsigned long
11419 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
11420 here. Cast argument of add_memory_block to char pointer.
11421 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
11422 (main): Remove parameters.
11423 * gdb.trace/tfile.exp: Remove nowarnings.
11424
4d974e88
SM
114252014-07-15 Simon Marchi <simon.marchi@ericsson.com>
11426
11427 * gdb.base/debug-expr.exp: Test string evaluation with
11428 "debug expression" on.
11429
41e99568
PA
114302014-07-15 Pedro Alves <palves@redhat.com>
11431
11432 * gdb.base/reread.exp: Use clean_restart.
11433
487d9753
PL
114342014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
11435
11436 * gdb.arch/avr-flash-qualifer.c: New.
11437 * gdb.arch/avr-flash-qualifer.exp: New.
11438
cc1c52ad
PA
114392014-07-14 Pedro Alves <palves@redhat.com>
11440
11441 * gdb.base/paginate-after-ctrl-c-running.c: New file.
11442 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
11443
1e973570
PA
114442014-07-14 Pedro Alves <palves@redhat.com>
11445
11446 * gdb.base/double-prompt-target-event-error.c: New file.
11447 * gdb.base/double-prompt-target-event-error.exp: New file.
11448
93d6eb10
PA
114492014-07-14 Pedro Alves <palves@redhat.com>
11450
11451 PR gdb/17072
11452 * gdb.base/paginate-inferior-exit.c: New file.
11453 * gdb.base/paginate-inferior-exit.exp: New file.
11454
0017922d
PA
114552014-07-14 Pedro Alves <palves@redhat.com>
11456
11457 PR gdb/17072
11458 * gdb.base/paginate-bg-execution.c: New file.
11459 * gdb.base/paginate-bg-execution.exp: New file.
11460
94696ad3
PA
114612014-07-14 Pedro Alves <palves@redhat.com>
11462
11463 PR gdb/17072
11464 * gdb.base/paginate-execution-startup.c: New file.
11465 * gdb.base/paginate-execution-startup.exp: New file.
11466 * lib/gdb.exp (pagination_prompt): New global.
11467 (default_gdb_spawn): New procedure, factored out from
11468 default_gdb_spawn.
11469 (default_gdb_start): Adjust to call default_gdb_spawn.
11470 (gdb_spawn): New procedure.
11471
bd293940
PA
114722014-07-14 Pedro Alves <palves@redhat.com>
11473
11474 * lib/gdb.exp (gdb_assert): New procedure.
11475 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
11476
c933f875
PA
114772014-07-14 Pedro Alves <palves@redhat.com>
11478
11479 * gdb.base/execution-termios.c: New file.
11480 * gdb.base/execution-termios.exp: New file.
11481
d98b7a16
TT
114822014-07-14 Tom Tromey <tromey@redhat.com>
11483
11484 * gdb.cp/vla-cxx.cc: New file.
11485 * gdb.cp/vla-cxx.exp: New file.
11486
548740d6
TT
114872014-07-14 Tom Tromey <tromey@redhat.com>
11488
11489 * gdb.reverse/rerun-prec.c: New file.
11490 * gdb.reverse/rerun-prec.exp: New file.
11491
a25eb028
MR
114922014-07-12 Maciej W. Rozycki <macro@mips.com>
11493 Maciej W. Rozycki <macro@codesourcery.com>
11494
11495 * lib/gdb-utils.exp: New file.
11496 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
11497 inline `gdb_init_command' processing.
11498 (gdb_start_cmd): Likewise.
11499 * lib/mi-support.exp (mi_run_cmd): Likewise.
11500 * README: Document `gdb_init_command' and `gdb_init_commands'.
11501
218c2655
JK
115022014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11503
11504 Fix false FAIL running under a very long directory name.
11505 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
11506 and "set print elements 10000". Twice.
11507
5401fde3
YQ
115082014-07-11 Yao Qi <yao@codesourcery.com>
11509
11510 * gdb.base/exprs.exp: "set print symbol off".
11511
e76126e8
PA
115122014-07-11 Pedro Alves <palves@redhat.com>
11513
11514 * gdb.threads/kill.c: New file.
11515 * gdb.threads/kill.exp: New file.
11516
2d6f0de6
YQ
115172014-07-10 Yao Qi <yao@codesourcery.com>
11518
11519 * gdb.trace/tfile.c (write_basic_trace_file)
11520 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
11521 address written to trace file.
11522
7180e04a
PA
115232014-07-09 Pedro Alves <palves@redhat.com>
11524
11525 * gdb.base/attach-wait-input.exp: New file.
11526 * gdb.base/attach-wait-input.c: New file.
11527
9a9a7608
AB
115282014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
11529
11530 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
11531 setting up test structures.
11532 (main): Call new test function.
11533 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
11534 test function, continue into test function and walk test
11535 structures.
11536
161ac41e
YQ
115372014-07-02 Yao Qi <yao@codesourcery.com>
11538
11539 * gdb.trace/entry-values.c: Define labels 'foo_start' and
11540 'bar_start' at the beginning of functions 'foo' and 'bar'
11541 respectively.
11542 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
11543 instead of 'foo' and 'bar'.
11544
1f267ae3
MM
115452014-07-08 Markus Metzger <markus.t.metzger@intel.com>
11546
11547 * gdb.btrace/segv.exp: New.
11548 * gdb.btrace/segv.c: New.
11549
2b239efb
LM
115502014-07-02 Luis Machado <lgustavo@codesourcery.com>
11551
11552 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
11553 instruction.
11554
cf363f18
MW
115552014-06-30 Mark Wielaard <mjw@redhat.com>
11556
11557 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
11558 vulture, vilify, villar): New volatile array constants.
11559 (vindictive, vegetation): New const volatile array constants.
11560 * gdb.base/volatile.exp: Test volatile and const volatile array
11561 types.
11562
aebf9d24
AA
115632014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11564
11565 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
11566 target lacks support for awatch, rwatch, or hbreak.
11567
b67a2c6f
YQ
115682014-06-27 Yao Qi <yao@codesourcery.com>
11569
11570 * gdb.multi/dummy-frame-restore.exp: New.
11571 * gdb.multi/dummy-frame-restore.c: New.
11572
aef92902
MM
115732014-06-25 Markus Metzger <markus.t.metzger@intel.com>
11574
11575 * gdb.btrace/gcore.exp: New.
11576
8e9db26e
PA
115772014-06-23 Pedro Alves <palves@redhat.com>
11578
11579 * gdb.base/watchpoint-reuse-slot.c: New file.
11580 * gdb.base/watchpoint-reuse-slot.exp: New file.
11581
70afc5b7
SC
115822014-06-23 Siva Chandra Reddy <sivachandra@google.com>
11583
11584 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
11585 progspace's filename in 'info', 'enable' and 'disable' command
11586 tests.
11587
b972bd9c
JK
115882014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
11589
11590 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
11591 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
11592 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
11593
125f8a3d
GB
115942014-06-20 Gary Benson <gbenson@redhat.com>
11595
11596 * gdb.arch/i386-avx.exp: Fix include file location.
11597 * gdb.arch/i386-sse.exp: Likewise.
11598
3ed9baed
IB
115992014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
11600
11601 * gdb.dlang/expression.exp: New file.
11602
034f788c
PA
116032014-06-19 Pedro Alves <palves@redhat.com>
11604
11605 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
11606 out from ...
11607 (top level): ... here. Iterate running tests under different
11608 scheduler-locking settings.
11609
45371d0c
LM
116102014-06-18 Luis Machado <lgustavo@codesourcery.com>
11611
11612 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
11613 to DW_FORM_addr and use non-zero addresses.
11614
5d376983
SC
116152014-06-18 Siva Chandra Reddy <sivachandra@google.com>
11616
11617 PR gdb/17017
11618 * gdb.python/py-xmethods.cc: Add global function call counters and
11619 increment them in their respective functions. Remove "cout"
11620 statements.
11621 * gdb.python/py-xmethods.exp: Make tests check the global function
11622 call counters instead of depending on inferior IO.
11623
a1aa2221
LM
116242014-06-18 Don Breazeal <donb@codesourcery.com>
11625
11626 * gdb.base/foll-fork.exp (default_fork_parent_follow):
11627 Deleted procedure.
11628 (explicit_fork_parent_follow): Deleted procedure.
11629 (explicit_fork_child_follow): Deleted procedure.
11630 (test_follow_fork): New procedure.
11631 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 11632 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
11633 procedure calls.
11634
0fc05997
YQ
116352014-06-17 Yao Qi <yao@codesourcery.com>
11636
11637 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
11638 CP1252.
11639
70795c52
LM
116402014-06-17 Luis Machado <lgustavo@codesourcery.com>
11641
11642 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
11643 Initialize ptr and S explicitly.
11644 (skip_type_update_when_not_use_rtti_test): Likewise.
11645
6be47f0c
KS
116462014-06-16 Keith Seitz <keiths@redhat.com>
11647
11648 PR mi/15863
11649 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
11650 the inferior is started.
11651
d03de421
PA
116522014-06-16 Pedro Alves <palves@redhat.com>
11653
11654 * gdb.base/break-main-file-remove-fail.c: New file.
11655 * gdb.base/break-main-file-remove-fail.exp: New file.
11656 * gdb.base/break-unload-file.exp: Use build_executable instead of
11657 prepare_for_testing.
11658 (test_break): New parameter "initial_load". Handle it.
11659 (top level): Add initial_load cmdline/file axis.
11660
f9579b99
TT
116612014-06-12 Tom Tromey <tromey@redhat.com>
11662
11663 * gdb.base/completion.exp: Don't use directory name in test.
11664
3657956b
GB
116652014-06-09 Gary Benson <gbenson@redhat.com>
11666
11667 * gdb.base/sigall.c [Functions to send signals]: Reorder to
11668 separate the always-available ANSI-standard signals from the
11669 signals that require checking.
11670 (main): Likewise.
11671 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
11672 Likewise.
11673 (main): Likewise.
11674
4186eb54
KS
116752014-06-07 Keith Seitz <keiths@redhat.com>
11676
11677 Revert:
11678 PR c++/16253
11679 * gdb.cp/var-tag.cc: New file.
11680 * gdb.cp/var-tag.exp: New file.
11681 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
11682 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
11683 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
11684 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
11685
25326a28 116862014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
11687
11688 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
11689
829155c9
PA
116902014-06-06 Pedro Alves <palves@redhat.com>
11691
11692 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
11693 in target debug output instead of looking at RSP packets,
11694 disabling the test on any target that uses hardware stepping.
11695 Update comments.
11696
61c8d22e
PA
116972014-06-06 Pedro Alves <palves@redhat.com>
11698
11699 * gdb.base/break-unload-file.exp: Fix typo.
11700
d9a47287
YQ
117012014-06-06 Yao Qi <yao@codesourcery.com>
11702
11703 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
11704 from "jit_function" to "^jit_function".
11705
e5e01dbf
YQ
117062014-06-06 Yao Qi <yao@codesourcery.com>
11707
11708 * gdb.base/async.c (foo): Add one statement.
11709 * gdb.base/async.exp: Get the next instruction address and
11710 match the output of "nexti" by instruction address. Match
11711 the hex address in the output of "finish".
11712
73ba372c
GB
117132014-06-06 Gary Benson <gbenson@redhat.com>
11714
11715 * gdb.base/call-signals.c: Remove preprocessor conditionals
11716 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
11717 SIGSEGV and SIGTERM.
11718 * gdb.base/sigall.c: Likewise.
11719 * gdb.base/unwindonsignal.c: Likewise.
11720 * gdb.reverse/sigall-reverse.c: Likewise.
11721
831517df
YQ
117222014-06-06 Yao Qi <yao@codesourcery.com>
11723
11724 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
11725 readable, skip the test.
11726
b8b91e98
YQ
117272014-06-06 Yao Qi <yao@codesourcery.com>
11728
11729 * gdb.threads/staticthreads.c (thread_function): Move the line
11730 setting breakpoint on forward.
11731 * gdb.threads/staticthreads.exp: Update comments.
11732
fb934770
LC
117332014-06-05 Ludovic Courtès <ludo@gnu.org>
11734
11735 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
11736 "history-append! type error".
11737
6ef284bd
SM
117382014-06-05 Simon Marchi <simon.marchi@ericsson.com>
11739
11740 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
11741 erroneous dprintf expected input.
11742
a872e241
DE
117432014-06-04 Doug Evans <xdje42@gmail.com>
11744
11745 * gdb.guile/scm-generics.exp: Delete.
11746
16f691fb
DE
117472014-06-04 Doug Evans <xdje42@gmail.com>
11748
11749 * gdb.guile/scm-breakpoint.exp: Update.
11750 Add tests for breakpoint registration.
11751
012370f6
TT
117522014-06-04 Tom Tromey <tromey@redhat.com>
11753
11754 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
11755 VLA-in-union.
11756 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
11757 inner_vla_struct, vla_union types. Initialize objects of those
11758 types and compute their sizes.
11759
9f5a4cef
HZ
117602014-06-04 Nathan Sidwell <nathan@codesourcery.com>
11761 Hui Zhu <hui@codesourcery.com>
11762
11763 * gdb.base/fileio.exp: Add test for shell not available as well as
11764 available.
11765 * gdb.base/fileio.c (test_system): Check for shell twice.
11766
90a45c4d
YQ
117672014-06-04 Yao Qi <yao@codesourcery.com>
11768
11769 * gdb.base/auto-connect-native-target.exp: Remove redundant
11770 space from the regexp pattern.
11771
70017e41
YQ
117722014-06-04 Yao Qi <yao@codesourcery.com>
11773
11774 * gdb.base/default.exp: Replace "child" with "native" in
11775 regexp pattern.
11776
883964a7
SC
117772014-06-03 Siva Chandra Reddy <sivachandra@google.com>
11778
11779 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
11780 * gdb.python/py-xmethods.exp: New tests to test xmethods.
11781 * gdb.python/py-xmethods.py: Python script supporting the
11782 new testcase and tests.
11783
ef370185
JB
117842014-06-03 Joel Brobecker <brobecker@adacore.com>
11785 Pedro Alves <palves@redhat.com>
11786
11787 PR breakpoints/17000
11788 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
11789 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
11790
1e2ccb61
BM
117912014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
11792
11793 * gdb.base/subst.exp: Add tests to verify partial path matching
11794 output.
11795
c6ec5ab2
PA
117962014-06-03 Pedro Alves <palves@redhat.com>
11797
11798 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
11799 target that doesn't use software single-stepping.
11800
835c559f
PA
118012014-06-03 Pedro Alves <palves@redhat.com>
11802
11803 PR breakpoints/17000
11804 * gdb.base/sss-bp-on-user-bp-2.c: New file.
11805 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
11806
06eb1586
DE
118072014-06-02 Doug Evans <xdje42@gmail.com>
11808
11809 * gdb.guile/scm-parameter.exp: New file.
11810
e698b8c4
DE
118112014-06-02 Doug Evans <xdje42@gmail.com>
11812
11813 * gdb.guile/scm-cmd.c: New file.
11814 * gdb.guile/scm-cmd.exp: New file.
11815
ded03782
DE
118162014-06-02 Doug Evans <xdje42@gmail.com>
11817
11818 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
11819 pretty-printer lookup.
11820 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
11821 (make-pp_s-printer): Call it.
11822 (make-pretty-printer-from-dict): New function.
11823 (lookup-pretty-printer-maker-from-dict): New function.
11824 (*pretty-printer*): Simplify.
11825 (make-objfile-pp_s-printer): New function.
11826 (install-objfile-pretty-printers!): New function.
11827 (make-progspace-pp_s-printer): New function.
11828 (install-progspace-pretty-printers!): New function.
11829 * gdb.guile/scm-progspace.c: New file.
11830 * gdb.guile/scm-progspace.exp: New file.
11831
41fac0cf
PA
118322014-06-02 Pedro Alves <palves@redhat.com>
11833
11834 * gdb.base/dprintf-bp-same-addr.c: New file.
11835 * gdb.base/dprintf-bp-same-addr.exp: New file.
11836
96ae5695
EBM
118372014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11838
11839 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
11840 * gdb.arch/powerpc-power.s: Likewise.
11841
da02b3a8
JB
118422014-06-02 Joel Brobecker <brobecker@adacore.com>
11843
11844 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
11845
c72b2e7b
YQ
118462014-06-01 Yao Qi <yao@codesourcery.com>
11847
11848 * gdb.base/watchpoint.exp (test_watch_location): Check null
11849 pointer can be dereferenced. If not, do the test, otherwise
11850 skip it.
11851
53e8a631
AB
118522014-05-30 Andrew Burgess <aburgess@broadcom.com>
11853
11854 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
11855 results.
11856 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
11857
938f0e2f
AB
118582014-05-30 Andrew Burgess <aburgess@broadcom.com>
11859
11860 * gdb.arch/amd64-invalid-stack-middle.S: New file.
11861 * gdb.arch/amd64-invalid-stack-middle.c: New file.
11862 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
11863 * gdb.arch/amd64-invalid-stack-top.c: New file.
11864 * gdb.arch/amd64-invalid-stack-top.exp: New file.
11865
9ba6657a
PA
118662014-05-30 Pedro Alves <palves@redhat.com>
11867
11868 PR breakpoints/17000
11869 * gdb.base/sss-bp-on-user-bp.c: New file.
11870 * gdb.base/sss-bp-on-user-bp.exp: New file.
11871
522c09bf
DB
118722014-05-30 David Blaikie <dblaikie@gmail.com>
11873
11874 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
11875 gnu_inline semantics via attribute.
11876 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
11877 source explicitly specifies the required semantics.
11878
bf4ef81e
MR
118792014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
11880
11881 * gdb.reverse/sigall-reverse.exp: Fix a typo.
11882
329ea579
PA
118832014-05-29 Pedro Alves <palves@redhat.com>
11884 Tom Tromey <tromey@redhat.com>
11885
11886 * gdb.base/async-shell.exp: Don't enable target-async.
11887 * gdb.base/async.exp
11888 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
11889 parameter. Adjust.
11890 (top level): Don't test with "target-async".
11891 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
11892 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
11893 * gdb.base/inferior-died.exp: Don't enable target-async.
11894 * gdb.base/interrupt-noterm.exp: Likewise.
11895 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
11896 * gdb.mi/mi-nonstop-exit.exp: Likewise.
11897 * gdb.mi/mi-nonstop.exp: Likewise.
11898 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
11899 * gdb.mi/mi-nsintrall.exp: Likewise.
11900 * gdb.mi/mi-nsmoribund.exp: Likewise.
11901 * gdb.mi/mi-nsthrexec.exp: Likewise.
11902 * gdb.mi/mi-watch-nonstop.exp: Likewise.
11903 * gdb.multi/watchpoint-multi.exp: Adjust comment.
11904 * gdb.python/py-evsignal.exp: Don't enable target-async.
11905 * gdb.python/py-evthreads.exp: Likewise.
11906 * gdb.python/py-prompt.exp: Likewise.
11907 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
11908 * gdb.server/solib-list.exp: Don't enable target-async.
11909 * gdb.threads/thread-specific-bp.exp: Likewise.
11910 * lib/mi-support.exp: Adjust to use mi-async.
11911
fd664c91
PA
119122014-05-29 Pedro Alves <palves@redhat.com>
11913
11914 PR gdb/13860
11915 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
11916 reason, even in sync mode.
11917
251bde03
PA
119182014-05-29 Pedro Alves <palves@redhat.com>
11919 Hui Zhu <hui@codesourcery.com>
11920
11921 PR PR15693
11922 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
11923 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
11924 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
11925 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
11926
7f3c0343
JB
119272014-05-28 Joel Brobecker <brobecker@adacore.com>
11928
11929 * config/monitor.exp (gdb_target_monitor): Replace use of
11930 "set remotebaud" by "set serial baud".
11931
b2715b27
AW
119322014-05-26 Andy Wingo <wingo@igalia.com>
11933
11934 * gdb.guile/scm-breakpoint.exp:
11935 * gdb.guile/scm-gsmob.exp: Update to use plain old object
11936 properties instead of gdb-object-properties.
11937
498a4489
YQ
119382014-05-26 Yao Qi <yao@codesourcery.com>
11939
11940 * gdb.server/no-thread-db.exp: Specify source file name
11941 explicitly when setting a breakpoint.
11942
589fdceb
MM
119432014-05-23 Markus Metzger <markus.t.metzger@intel.com>
11944
11945 * gdb.btrace/vdso.c: New.
11946 * gdb.btrace/vdso.exp: New.
11947
e9089e05
MM
119482014-05-23 Markus Metzger <markus.t.metzger@intel.com>
11949
11950 * gdb.base/gcore.exp (capture_command_output): Move ...
11951 * lib/gdb.exp (capture_command_output): ... here.
11952
67b5c0c1
MM
119532014-05-23 Markus Metzger <markus.t.metzger@intel.com>
11954
11955 * gdb.btrace/data.exp: Test memory access during btrace replay.
11956
a2199296
SM
119572014-05-22 Simon Marchi <simon.marchi@ericsson.com>
11958
11959 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
11960
17b2616c
PA
119612014-05-21 Pedro Alves <palves@redhat.com>
11962
11963 PR gdb/13860
11964 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
11965 (top level): Test that output related to execution commands is
11966 sent to the console with CLI commands, but not with MI commands.
11967 Test that breakpoint events are always mirrored to the console.
11968 Also expect the new source line to be output after a "next" in
11969 async mode too. Make it a pass/fail test.
11970 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
11971 output.
11972 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
11973
5166082f
PA
119742014-05-21 Pedro Alves <palves@redhat.com>
11975
11976 * gdb.base/list.exp (build_pattern, test_list): New procedures.
11977 Use them to test variations of "list" after reaching a breakpoint.
11978 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
11979 Test "list" with listsize 10 after reaching a breakpoint.
11980 * gdb.python/python.exp (decode_line current location line
11981 number): Adjust expected line number.
11982
2f25d70f
SM
119832014-05-21 Simon Marchi <simon.marchi@ericsson.com>
11984
11985 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
11986 behavior for $args, pass it directly to "run".
11987
ff604a67
MR
119882014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
11989
11990 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
11991 30000 to 65536.
11992
6a3cb8e8
PA
119932014-05-21 Pedro Alves <palves@redhat.com>
11994
11995 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
11996 auto-connect-native-target off".
11997 * gdb.base/auto-connect-native-target.c: New file.
11998 * gdb.base/auto-connect-native-target.exp: New file.
11999
4ebfc96e
PA
120002014-05-21 Pedro Alves <palves@redhat.com>
12001
12002 * gdb.base/default.exp: Test "target native" instead of "target
12003 child".
12004
36d46afb
MW
120052014-05-21 Mark Wielaard <mjw@redhat.com>
12006
12007 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12008
5876f503
JK
120092014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12010
12011 Fix TLS access for -static -pthread.
12012 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
12013 <HAVE_TLS> (thread_function, main): Initialize it.
12014 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
12015 Add clean_restart.
12016 <$have_tls != "">: Check TLSVAR.
12017
0256a6ac
PA
120182014-05-21 Pedro Alves <palves@redhat.com>
12019
12020 * gdb.base/dcache-line-read-error.c: New.
12021 * gdb.base/dcache-line-read-error.exp: New.
12022
936d2992
PA
120232014-05-20 Pedro Alves <palves@redhat.com>
12024
12025 * gdb.base/compare-sections.c: New file.
12026 * gdb.base/compare-sections.exp: New file.
12027
802e8e6d
PA
120282014-05-20 Pedro Alves <palves@redhat.com>
12029
12030 * gdb.base/break-idempotent.c: New file.
12031 * gdb.base/break-idempotent.exp: New file.
12032
e59fa00f
MM
120332014-05-20 Markus Metzger <markus.t.metzger@intel.com>
12034
12035 * gdb.btrace/nohist.exp: New.
12036
8b696e31
YQ
120372014-05-20 Yao Qi <yao@codesourcery.com>
12038
12039 * lib/gdb.exp (gdb_init): Set timeout if test file is under
12040 gdb.reverse directory and gdb_reverse_timeout exists in board
12041 setting.
12042 * README: Document gdb_reverse_timeout.
12043
73c9764f
YQ
120442014-05-20 Yao Qi <yao@codesourcery.com>
12045
12046 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
12047 'test_file_name'. Treat args as a string instead of a list.
12048 (gdb_init): Rename argument 'args' by 'test_file_name'.
12049
f1f4348a
JK
120502014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12051
12052 * gdb.arch/powerpc-power.exp: New file.
12053 * gdb.arch/powerpc-power.s: New file.
12054
0dbe70ce
DE
120552014-05-16 Doug Evans <dje@google.com>
12056
12057 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
12058 * gdb.base/completion.exp: Check that all expected files exist
12059 before doing file completion.
0dbe70ce 12060
8d551b02
DE
120612014-05-16 Doug Evans <dje@google.com>
12062
12063 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
12064 Update.
12065 (do_syscall_tests_without_xml): Update.
12066
73eb7709
PA
120672014-05-16 Pedro Alves <palves@redhat.com>
12068
12069 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
12070 instead of "unknown output after running".
12071
3fae92fc
YQ
120722014-05-16 Yao Qi <yao@codesourcery.com>
12073
12074 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
12075 file1.txt from host at the end.
12076 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
12077
c2b2ccc5
DE
120782014-05-15 Doug Evans <dje@google.com>
12079
12080 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
12081 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
12082 loading file. Add test for TU lookup.
12083
8c217a4b
SM
120842014-05-15 Simon Marchi <simon.marchi@ericsson.com>
12085
12086 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
12087 calling "-exec-arguments" or "set args" before running the
12088 inferior.
12089
3deb39c6
SM
120902014-05-15 Simon Marchi <simon.marchi@ericsson.com>
12091
12092 * lib/mi-support.exp (mi_expect_stop): Expect message for
12093 inferiors that exit with non-zero exit code.
12094
71a79f8c
YQ
120952014-05-14 Yao Qi <yao@codesourcery.com>
12096
12097 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
12098 match absolute path on remote host.
12099 (test_file_list_exec_source_files): Remove "/" from the
12100 pattern.
12101
f23fcd46
YQ
121022014-05-14 Yao Qi <yao@codesourcery.com>
12103
12104 * boards/local-remote-host-notty.exp (${board}_file): New
12105 proc.
12106
9404b58f
KM
121072014-05-07 Kyle McMartin <kyle@redhat.com>
12108
12109 Pushed by Joel Brobecker <brobecker@adacore.com>.
12110 * gdb.arch/aarch64-atomic-inst.c: New file.
12111 * gdb.arch/aarch64-atomic-inst.exp: New file.
12112
5e45f04c
YQ
121132014-05-07 Yao Qi <yao@codesourcery.com>
12114
12115 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
12116 in current context" too.
12117
c888a17d
KS
121182014-05-05 Keith Seitz <keiths@redhat.com>
12119
12120 * gdb.linespec/ls-dollar.exp: Add test for linespec
12121 file:convenience_variable.
12122
290a839c
YQ
121232014-05-05 Yao Qi <yao@codesourcery.com>
12124
12125 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
12126 traceframes into tfile and ctf trace files. Read data from
12127 trace file and test collected data.
12128 (gdb_collect_locals_test): Likewise.
12129 (gdb_unavailable_registers_test): Likewise.
12130 (gdb_unavailable_floats): Likewise.
12131 (gdb_collect_globals_test): Likewise.
12132 (top-level): Append "ctf" to trace_file_targets if GDB
12133 supports.
12134
b5262cd0
YQ
121352014-05-05 Yao Qi <yao@codesourcery.com>
12136
12137 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
12138 code to ...
12139 (gdb_collect_args_test_1): ... it. New proc.
12140 (gdb_collect_locals_test): Move some code to ...
12141 (gdb_collect_locals_test_1): ... it. New proc.
12142 (gdb_unavailable_registers_test): Move some code to ...
12143 (gdb_unavailable_registers_test_1): ... it. New proc.
12144 (gdb_unavailable_floats): Move some code to ...
12145 (gdb_unavailable_floats_1): ... it. New proc.
12146
30a1e6cc
SDJ
121472014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
12148
12149 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
12150 probes to test for bitness recognition.
12151 * gdb.arch/amd64-stap-optional-prefix.exp
12152 (test_probe_value_without_reg): New procedure.
12153 Add code to test for different kinds of bitness.
12154
f33da99a
SDJ
121552014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
12156
12157 PR breakpoints/16889
12158 * gdb.arch/amd64-stap-optional-prefix.S: New file.
12159 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
12160
5b80f00d
PA
121612014-05-01 Pedro Alves <palves@redhat.com>
12162
12163 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
12164 gdb_file_cmd if no file is specified.
12165 * boards/native-extended-gdbserver.exp (gdb_load): Use the
12166 last_loaded_file to set the remote exec-file.
12167
f8c2a73c
PA
121682014-05-01 Pedro Alves <palves@redhat.com>
12169
12170 * boards/local-remote-host.exp: New file.
12171
be6e8ac7
PA
121722014-05-01 Pedro Alves <palves@redhat.com>
12173
12174 * boards/local-remote-host.exp: Rename to ...
12175 * boards/local-remote-host-notty.exp: ... this.
12176
cac0dc8f
JB
121772014-04-28 Joel Brobecker <brobecker@adacore.com>
12178
12179 * gdb.ada/dyn_arrayidx: New testcase.
12180
9730e6cc
YQ
121812014-04-26 Yao Qi <yao@codesourcery.com>
12182
12183 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
12184 and compute the length of function main. Save it in
12185 $main_length.
12186 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
12187 (top-level): Use gdb_compile to compile objects into
12188 executable and restart GDB. Remove invocation to
12189 prepare_for_testing.
12190
7ae1a6a6
PA
121912014-04-25 Simon Marchi <simon.marchi@ericsson.com>
12192 Pedro Alves <palves@redhat.com>
12193
12194 PR server/16255
12195 * gdb.multi/multi-attach.c: New file.
12196 * gdb.multi/multi-attach.exp: New file.
12197
4082afcc
PA
121982014-04-25 Pedro Alves <palves@redhat.com>
12199
12200 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
12201 user.
12202 (top level): Test that "set remote conditional-breakpoints-packet
12203 off" works as intended.
12204 * gdb.base/dprintf.exp: Test that "set remote
12205 breakpoint-commands-packet off" works as intended.
12206 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
12207 New function.
12208 (top level): Call it.
12209 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
12210 remote fast-tracepoints-packet off" works as intended.
12211 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
12212 * lib/gdb.exp (gdb_is_target_remote): ... here.
12213
2abc3f8d
DB
122142014-04-24 David Blaikie <dblaikie@gmail.com>
12215
12216 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
12217 ensure clang would not discard them.
12218 * gdb.base/gdbvars.c: Ditto.
12219 * gdb.base/memattr.c: Ditto.
12220 * gdb.base/whatis.c: Ditto.
12221 * gdb.python/py-prettyprint.c: Ditto.
12222 * gdb.trace/actions.c: Ditto.
12223 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
12224 ensure clang would not discard it.
12225
bfd39632
DB
122262014-04-24 David Blaikie <dblaikie@gmail.com>
12227
12228 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
12229 clang to emit the full definition of type required by the test
12230 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
12231
22842ff6
DB
122322014-04-24 David Blaikie <dblaikie@gmail.com>
12233
12234 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
12235 coax Clang into emitting the definition of the type.
12236 * gdb.cp/pr10728-x.h (y): Ditto.
12237 * gdb.cp/pr10728-y.cc (y): Ditto.
12238
c2e827ad
DB
122392014-04-24 David Blaikie <dblaikie@gmail.com>
12240
12241 * gdb.base/label.exp: XFAIL label related tests under Clang.
12242 * gdb.cp/cplabel.exp: Ditto.
12243 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
12244 under Clang those using labels.
12245
4c2d33e7
YQ
122462014-04-25 Yao Qi <yao@codesourcery.com>
12247
12248 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
12249 double_label.
12250 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
12251 partial_label and double_label.
12252
56083b99
DB
122532014-04-24 David Blaikie <dblaikie@gmail.com>
12254
12255 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
12256
25d4e99d
DB
122572014-04-24 David Blaikie <dblaikie@gmail.com>
12258
12259 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
12260 of the function to work across GCC and Clang.
12261 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
12262 pointer types (const void ** const V void **).
12263
01f9f808
MS
122642014-04-24 Michael Sturm <michael.sturm@mintel.com>
12265 Walfred Tedeschi <walfred.tedeschi@intel.com>
12266
12267 * Makefile.in (EXECUTABLES): Added i386-avx512.
12268 * gdb.arch/i386-avx512.c: New file.
12269 * gdb.arch/i386-avx512.exp: Likewise.
12270
4b48d439
KS
122712014-04-23 Keith Seitz <keiths@redhat.com>
12272
12273 * lib/mi-support.exp (mi_list_breakpoints): Delete.
12274 (mi_make_breakpoint_table): New procedure.
12275 (mi_create_breakpoint): Use mi_make_breakpoint
12276 and return the result.
12277 (mi_make_breakpoint): New procedure.
12278 (mi_build_kv_pairs): New procedure.
12279
12280 * gdb.mi/mi-break.exp: Remove unused globals,
12281 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
12282 All callers updated.
12283 * gdb.mi/mi-dprintf.exp: Use variable to track command
12284 number.
12285 Update all callers of mi_create_breakpoint and use
12286 mi_make_breakpoint_table.
12287 Remove any unused global variables.
12288 * gdb.mi/mi-nonstop.exp: Likewise.
12289 * gdb.mi/mi-nsintrall.exp: Likewise.
12290 * gdb.mi/mi-nsmoribund.exp: Likewise.
12291 * gdb.mi/mi-nsthrexec.exp: Likewise.
12292 * gdb.mi/mi-reverse.exp: Likewise.
12293 * gdb.mi/mi-simplerun.exp: Likewise.
12294 * gdb.mi/mi-stepn.exp: Likewise.
12295 * gdb.mi/mi-syn-frame.exp: Likewise.
12296 * gdb.mi/mi-until.exp: Likewise.
12297 * gdb.mi/mi-var-cp.exp: Likewise.
12298 * gdb.mi/mi-var-display.exp: Likewise.
12299 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
12300 * gdb.mi/mi2-var-child.exp: Likewise.
12301 * gdb.mi/mi-vla-c99.exp: Likewise.
12302 * lib/mi-support.exp: Likewise.
12303
12304 From Ian Lance Taylor <iant@cygnus.com>:
12305 * lib/gdb.exp (parse_args): New procedure.
12306
08351840
PA
123072014-04-23 Pedro Alves <palves@redhat.com>
12308
12309 * gdb.base/break-unload-file.c: New file.
12310 * gdb.base/break-unload-file.exp: New file.
12311 * gdb.base/sym-file-lib.c (baz): New function.
12312 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
12313 field.
12314 (load): Store the segment's mapped size.
12315 (unload): New function.
12316 (unload_shlib): New function.
12317 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
12318 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
12319 set a breakpoint at baz, and call it.
12320 * gdb.base/sym-file.exp: New tests for stale breakpoint
12321 instructions.
12322
076855f9
PA
123232014-04-23 Pedro Alves <palves@redhat.com>
12324
12325 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
12326 * gdb.base/hbreak-in-shr-unsupported.c: New file.
12327 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
12328 * gdb.base/hbreak-unmapped.c: New file.
12329 * gdb.base/hbreak-unmapped.exp: New file.
12330 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
12331 * lib/gdb.exp (gdb_is_target_remote): ... here.
12332
483805cf
PA
123332014-04-22 Pedro Alves <palves@redhat.com>
12334
12335 * gdb.base/consecutive-step-over.c: New file.
12336 * gdb.base/consecutive-step-over.exp: New file.
12337
06d97543
PA
123382014-04-22 Pedro Alves <palves@redhat.com>
12339
12340 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
12341 instead of send_gdb/gdb_expect.
12342
b4429ea2
YQ
123432014-04-22 Yao Qi <yao@codesourcery.com>
12344
12345 * lib/trace-support.exp (generate_tracefile): New procedure.
12346 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
12347 return 0.
12348 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
12349 if generate_tracefile returns 1.
12350
51d48146
PA
123512014-04-18 Tom Tromey <palves@redhat.com>
12352 Pedro alves <tromey@redhat.com>
12353
12354 PR backtrace/15558
12355 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
12356 with a backtrace limit.
12357 * gdb.python/py-frame-inline.exp: Test running to an inline
12358 function with a backtrace limit, and printing the newest frame.
12359 * gdb.python/py-frame-inline.c (main): Call f.
12360
bd1dce5f
MS
123612014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
12362
12363 * gdb.java/jnpe.exp: Drop srcdir from untested path.
12364
40d1a503
MS
123652014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
12366
12367 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
12368 Drop prefix from unsupported source file path.
12369
389b98f7
YQ
123702014-04-17 Yao Qi <yao@codesourcery.com>
12371
12372 * lib/gdb.exp (with_target_charset): New proc.
12373 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
12374 with_target_charset.
12375 (test_print_strings): Likewise.
12376 (test_repeat_bytes): Likewise.
12377 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
12378 for some tests.
12379
22869d73
KS
123802014-04-16 Keith Seitz <keiths@redhat.com>
12381
12382 PR gdb/15827
12383 * gdb.dwarf2/corrupt.c: New file.
12384 * gdb.dwarf2/corrupt.exp: New file.
12385
c4f87ca6
KS
123862014-04-16 Keith Seitz <keiths@redhat.com>
12387
12388 PR c++/16597
12389 * gdb.cp/namelessclass.cc: New file.
12390 * gdb.cp/namelessclass.exp: New file.
12391 * gdb.cp/namelessclass.S: New file.
12392
ab19de87
DE
123932014-04-16 Doug Evans <dje@google.com>
12394
12395 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
12396 Add comment.
12397 (gdbserver_default_get_comm_port): New function.
12398 (gdbserver_start): Check if board file provided
12399 "gdbserver,get_comm_port" and use it if so.
12400 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
12401 (gdb,socketport): Set to "stdio".
12402 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
12403 (stdio_gdbserver_template): Delete.
12404 (${board}_get_remote_address): Update.
12405 (${board}_build_remote_cmd): Delete.
12406 (${board}_get_comm_port): New function.
12407 (${board}_spawn): Update.
12408 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
12409 Delete.
12410 (${board}_get_remote_address): Update.
12411 (${board}_get_comm_port): New function.
12412
fc98a809
AB
124132014-04-16 Andrew Burgess <aburgess@broadcom.com>
12414
12415 * gdb.base/memattr.exp: Improve regexps to handle memory regions
12416 appearing in any order.
12417
87fd9e6e
DE
124182014-04-15 Doug Evans <dje@google.com>
12419
12420 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
12421 uninitialized value of "description".
12422
099fc3ea
KS
124232014-04-15 Keith Seitz <keiths@redhat.com>
12424
12425 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
12426 Remove unused globals.
12427 (test_running_the_program): Likewise.
12428 (test_controlled_execution): Likewise.
12429 (test_controlling_breakpoints): Likewise.
12430 (test_program_termination): Likewise.
12431
5da151d4
KS
124322014-04-15 Keith Seitz <keiths@redhat.com>
12433
12434 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
12435 unused globals.
12436 (test_rbreak_creation_and_listing): Likewise.
12437 (test_ignore_count): Likewise.
12438 (test_error): Likewise.
12439
35e5d2f0
PA
124402014-04-15 Pedro Alves <palves@redhat.com>
12441
12442 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
12443 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
12444 sym-file-loader.c.
12445 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
12446 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
12447 to sym-file-loader.c.
12448 (struct library): Forward declare.
12449 (load_shlib, lookup_function): Change prototypes.
12450 (find_shstrtab, find_strtab, find_shdr, find_symtab)
12451 (translate_offset): Remove declarations.
12452 (get_text_addr): New declaration.
12453 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
12454 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
12455 sym-file-loader.h.
12456 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
12457 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
12458 here from sym-file-loader.h.
12459 (struct library): New structure.
12460 (load_shlib, lookup_function): Change prototypes and adjust to
12461 work with a struct library.
12462 (find_shstrtab, find_strtab, find_shdr, find_symtab)
12463 (translate_offset): Make static.
12464 (get_text_addr): New function.
12465 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
12466
eb4c1710
PA
124672014-04-15 Pedro Alves <palves@redhat.com>
12468
12469 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
12470
2d1baf52
PA
124712014-04-15 Pedro Alves <palves@redhat.com>
12472
12473 * gdb.base/sym-file-loader.c: Include <limits.h>.
12474 (SELF_LINK): New define.
12475 (get_origin): New function.
12476 (load_shlib): Use it.
12477 * gdb.base/sym-file.exp: Don't early return if the target is
12478 remote. Use runto_main, and issue fail is that fails. Use
12479 gdb_load_shlibs.
12480 (shlib_name): Delete.
12481 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
12482
7dd6df01
PA
124832014-04-15 Pedro Alves <palves@redhat.com>
12484
12485 * gdb.base/sym-file.exp: Remove regex characters from test
12486 message. Don't refer to breakpoint numbers in test messages.
12487
b50c8614
KS
124882014-04-14 Keith Seitz <keiths@redhat.com>
12489
12490 PR c++/16253
12491 * gdb.cp/var-tag.cc: New file.
12492 * gdb.cp/var-tag.exp: New file.
12493 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
12494 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
12495 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
12496 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
12497
3d567982
TT
124982014-04-14 Tom Tromey <tromey@redhat.com>
12499
12500 * gdb.cp/classes.exp (test_enums): Handle underlying type.
12501 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
12502 type.
12503 * gdb.cp/enum-class.exp: New file.
12504 * gdb.cp/enum-class.cc: New file.
12505
0626fc76
TT
125062014-04-14 Tom Tromey <tromey@redhat.com>
12507
12508 * gdb.dwarf2/enum-type.exp: New file.
12509
dca325b3
SA
125102014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
12511
12512 * gdb.mi/mi-vla-c99.exp: New file.
12513 * gdb.mi/vla.c: New file.
12514
5854b38a
SA
125152014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
12516
12517 * gdb.base/vla-datatypes.c: New file.
12518 * gdb.base/vla-datatypes.exp: New file.
12519
463bb957
SA
125202014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
12521
12522 * gdb.base/vla-ptr.c: New file.
12523 * gdb.base/vla-ptr.exp: New file.
12524
3dd170be
SA
125252014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
12526
12527 * gdb.dwarf2/count.exp: New file.
12528
5ecaaa66
SA
125292014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
12530
12531 * gdb.base/vla-sideeffect.c: New file.
12532 * gdb.base/vla-sideeffect.exp: New file.
12533
41f1ada5
DB
125342014-04-14 David Blaikie <dblaikie@gmail.com>
12535
12536 * gdb.mi/non-stop.c: Add return value for non-void function return
12537 statement.
12538 * gdb.threads/staticthreads.c: Ditto.
12539
0be03e84
DE
125402014-04-12 Siva Chandra Reddy <sivachandra@google.com>
12541 Doug Evans <xdje42@gmail.com>
12542
12543 * gdb.guile/scm-value.c: Improve test case.
12544 * gdb.guile/scm-value.exp: Add new test.
12545
f180a1fb
DB
125462014-04-11 David Blaikie <dblaikie@gmail.com>
12547
12548 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
12549 override Clang's default.
12550
6b662e19
JB
125512014-04-11 Joel Brobecker <brobecker@adacore.com>
12552
12553 Revert the following changes (regressions):
12554
12555 * gdb.base/vla-sideeffect.c: New file.
12556 * gdb.base/vla-sideeffect.exp: New file.
12557
12558 * gdb.dwarf2/count.exp: New file.
12559
12560 * gdb.base/vla-multi.c: New file.
12561 * gdb.base/vla-multi.exp: New file.
12562
12563 * gdb.base/vla-ptr.c: New file.
12564 * gdb.base/vla-ptr.exp: New file.
12565
12566 * gdb.base/vla-datatypes.c: New file.
12567 * gdb.base/vla-datatypes.exp: New file.
12568
12569 * gdb.mi/mi-vla-c99.exp: New file.
12570 * gdb.mi/vla.c: New file.
12571
245a5f0b
KS
125722014-04-11 Keith Seitz <keiths@redhat.com>
12573
12574 PR c++/16675
12575 * gdb.cp/cpsizeof.exp: New file.
12576 * gdb.cp/cpsizeof.cc: New file.
12577
58a84dcf
SA
125782014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12579
191a8a90
JB
12580 * gdb.mi/mi-vla-c99.exp: New file.
12581 * gdb.mi/vla.c: New file.
58a84dcf 12582
c8655f75
SA
125832014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12584
12585 * gdb.base/vla-datatypes.c: New file.
12586 * gdb.base/vla-datatypes.exp: New file.
12587
024e13b4
SA
125882014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12589
12590 * gdb.base/vla-ptr.c: New file.
12591 * gdb.base/vla-ptr.exp: New file.
12592
1a237e0e
SA
125932014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12594
12595 * gdb.base/vla-multi.c: New file.
12596 * gdb.base/vla-multi.exp: New file.
12597
504f3432
SA
125982014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12599
12600 * gdb.dwarf2/count.exp: New file.
12601
3bce8237
SA
126022014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
12603
191a8a90
JB
12604 * gdb.base/vla-sideeffect.c: New file.
12605 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 12606
322f9c21
YQ
126072014-04-11 Yao Qi <yao@codesourcery.com>
12608
12609 * gdb.base/completion.exp: Check file exists before running tests
12610 on file completion.
12611
d708bcd1
PA
126122014-04-10 Pedro Alves <palves@redhat.com>
12613
12614 * gdb.base/cond-eval-mode.c: New file.
12615 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
12616 prepare_for_testing to build the new file. Check result of
12617 runto_main.
12618 (test_break, test_watch): New procedures.
12619 (top level): Use them.
12620
ae1d2761
PM
126212014-04-08 Pierre Muller <muller@sourceware.org>
12622
12623 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
12624 Ctrl-V use for mingw hosts.
12625
7af389b8
SC
126262014-04-07 Siva Chandra Reddy <sivachandra@google.com>
12627
12628 * gdb.python/py-value.c: Improve test case.
12629 * gdb.python/py-value.exp: Add new test.
12630
5e703181
DE
126312014-04-07 David Blaikie <dblaikie@gmail.com>
12632
12633 * lib/compiler.c: Identify the clang compiler.
12634 * lib/compiler.cc: Ditto.
12635
9810b410
YQ
126362014-04-03 Yao Qi <yao@codesourcery.com>
12637
12638 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
12639
98d1b8dc
AB
126402014-04-01 Anton Blanchard <anton@samba.org>
12641
12642 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
12643 messages unique.
12644
3114cea1
AB
126452014-04-01 Anton Blanchard <anton@samba.org>
12646
12647 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
12648 prepare_for_testing.
12649
62f7182c
AB
126502014-04-01 Anton Blanchard <anton@samba.org>
12651
12652 * gdb.arch/ppc64-atomic-inst.c: Remove.
12653 * gdb.arch/ppc64-atomic-inst.S: New file.
12654 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
12655
770e7fc7
DE
126562014-03-31 Doug Evans <dje@google.com>
12657
12658 * gdb.base/print-symbol-loading-lib.c: New file.
12659 * gdb.base/print-symbol-loading-main.c: New file.
12660 * gdb.base/print-symbol-loading.exp: New file.
12661
46e2bafa
YQ
126622014-03-31 Yao Qi <yao@codesourcery.com>
12663
12664 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
12665
8776cfe9
JB
126662014-03-28 Joel Brobecker <brobecker@adacore.com>
12667
12668 * gdb.ada/mi_dyn_arr: New testcase.
12669
5d1ef361
DE
126702014-03-27 Doug Evans <dje@google.com>
12671
12672 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
12673
b5bee914
YQ
126742014-03-27 Yao Qi <yao@codesourcery.com>
12675
12676 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
12677 if target is nios2-*-*.
12678
0d4d0e77
YQ
126792014-03-26 Yao Qi <yao@codesourcery.com>
12680
12681 * lib/gdb.exp (readline_is_used): New proc.
12682 * gdb.base/completion.exp: Move tests on command complete up.
12683 Skip the rest of tests if readline is not used.
12684 * gdb.ada/complete.exp: Skp the test if readline is not
12685 used.
12686 * gdb.base/filesym.exp: Likewise.
12687 * gdb.base/macscp.exp: Likewise.
12688 * gdb.base/readline-ask.exp: Likewise.
12689 * gdb.base/readline.exp: Likewise.
12690 * gdb.python/py-cmd.exp: Likewise.
12691 * gdb.trace/tfile.exp: Likewise.
12692
29361eee
YQ
126932014-03-26 Yao Qi <yao@codesourcery.com>
12694
12695 * gdb.base/macscp.exp: Fix code format issues.
12696
bc9a5525
UW
126972014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
12698
12699 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
12700 * gdb.asm/powerpc64le.inc: New file.
12701
d3839ede
PA
127022014-03-25 Pedro Alves <palves@redhat.com>
12703 Doug Evans <dje@google.com>
12704
12705 * gdb.base/source-execution.c: New file.
12706 * gdb.base/source-execution.exp: New file.
12707 * gdb.base/source-execution.gdb: New file.
12708
01672a57
DE
127092014-03-24 Doug Evans <dje@google.com>
12710
12711 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
12712 using fission.
12713
88bbeca9
HZ
127142014-03-24 Hui Zhu <hui@codesourcery.com>
12715 Pedro Alves <palves@redhat.com>
12716
12717 PR breakpoints/16101
12718 * gdb.base/dprintf.exp: Use unsupported rather than changing the
12719 test pass/fail messages. Detect missing support for dprintf when
12720 breakpoints are actually inserted.
12721 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
12722 breakpoints are actually inserted.
12723 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
12724 fails.
12725
d2348791
JK
127262014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12727
12728 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
12729
feef67ab
DE
127302014-03-22 Doug Evans <xdje42@gmail.com>
12731
12732 * gdb.python/python.exp (python not supported): Verify multi-line
12733 python command issues an error.
25d743f9 12734 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 12735 guile command issues an error.
feef67ab 12736
ecebef6a
MR
127372014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
12738
12739 * gdb.threads/thread-specific.exp: Handle the lack of usable
12740 $this_breakpoint and $this_thread.
12741
ccdd1909
HZ
127422014-03-21 Hui Zhu <hui@codesourcery.com>
12743
12744 * gdb.base/attach.exp (do_command_attach_tests): New.
12745
beb460e8
PA
127462014-03-20 Tom Tromey <tromey@redhat.com>
12747 Pedro Alves <palves@redhat.com>
12748
12749 PR cli/15718
12750 * gdb.base/condbreak-call-false.c: New file.
12751 * gdb.base/condbreak-call-false.exp: New file.
12752
40acf43a
PA
127532014-03-20 Pedro Alves <palves@redhat.com>
12754
12755 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
12756 Delete.
12757 (block_signals, unblock_signals): Delete.
12758 (child_function_2, main): Remove references to deleted variable
12759 and functions.
12760
9f5e1e02
PA
127612014-03-20 Pedro Alves <palves@redhat.com>
12762
12763 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
12764 Use pthread_kill to signal thread 2.
12765 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
12766 Adjust to make the test send itself a signal rather than using the
12767 host's "kill" command.
12768
99619bea
PA
127692014-03-20 Pedro Alves <palves@redhat.com>
12770
12771 * gdb.threads/multiple-step-overs.c: New file.
12772 * gdb.threads/multiple-step-overs.exp: New file.
12773 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
12774 Adjust expected infrun debug output.
12775
2adfaa28
PA
127762014-03-20 Pedro Alves <palves@redhat.com>
12777
12778 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
12779 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
12780
31e77af2
PA
127812014-03-20 Pedro Alves <palves@redhat.com>
12782
12783 PR breakpoints/7143
12784 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
12785 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
12786 of gdb_test_multiple.
12787 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
12788 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
12789
b9f437de
PA
127902014-03-20 Pedro Alves <palves@redhat.com>
12791
12792 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
12793 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
12794
05adc73e
PA
127952014-03-19 Pedro Alves <palves@redhat.com>
12796
12797 * gdb.base/async.exp: Remove early return.
12798
6048b950
PA
127992014-03-19 Pedro Alves <palves@redhat.com>
12800
12801 * gdb.base/async.exp (step& tests): Pass explicit test messages.
12802
8bcfb00a
PA
128032014-03-19 Pedro Alves <palves@redhat.com>
12804
12805 * gdb.base/async.exp (test_background): Expect \r\n after
12806 "completed." in the fail pattern.
12807
884e37dc
PA
128082014-03-19 Pedro Alves <palves@redhat.com>
12809
12810 * gdb.base/async.exp (test_background): New procedure.
12811 Use it for all background execution command tests.
12812
148e57e2
PA
128132014-03-19 Pedro Alves <palves@redhat.com>
12814
12815 * gdb.base/async.exp: Use prepare_for_testing.
12816
f48088c7
PA
128172014-03-19 Pedro Alves <palves@redhat.com>
12818
12819 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
12820 the same line.
12821
e2f6c966
PA
128222014-03-19 Pedro Alves <palves@redhat.com>
12823
12824 * gdb.base/async.c (main): Add "jump here" and "until here" line
12825 marker comments.
12826 * gdb.base/async.exp (jump_here): New global.
12827 (jump& test): Use it.
12828 (until_here): New global.
12829 (until& test): Use it.
12830
c30568d4
PA
128312014-03-19 Pedro Alves <palves@redhat.com>
12832
12833 * gdb.base/async.exp: Don't frob gdb_protocol.
12834
0172b6a7
DE
128352014-03-18 Doug Evans <xdje42@gmail.com>
12836
12837 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
12838 Fix spelling of exec-done-display.
12839
06c868a8
JK
128402014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
12841
12842 PR gdb/15358
12843 * gdb.base/gdb-sigterm.c: New file.
12844 * gdb.base/gdb-sigterm.exp: New file.
12845
0c7e1a46
PA
128462014-03-18 Pedro Alves <palves@redhat.com>
12847
12848 PR gdb/13860
12849 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
12850 * lib/mi-support.exp (mi_expect_stop): Add special handling for
12851 solib-event.
12852
f7c77d93
JB
128532014-03-17 Joel Brobecker <brobecker@adacore.com>
12854
12855 * gdb.ada/pckd_arr_ren: New testcase.
12856
5a1e8c7a
DE
128572014-03-13 Doug Evans <xdje42@gmail.com>
12858
12859 PR guile/16612
12860 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
12861 collect after discarding symbols.
12862
350e1a76
DE
128632014-03-13 Ludovic Courtès <ludo@gnu.org>
12864 Doug Evans <xdje42@gmail.com>
12865
12866 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
12867 to history survives a gc.
12868
a69900ae
PA
128692014-03-13 Pedro Alves <palves@redhat.com>
12870
12871 * gdb.base/default.exp: Don't test "target procfs".
12872
5db9f0bd
PA
128732014-03-13 Pedro Alves <palves@redhat.com>
12874
12875 * gdb.base/default.exp: Update "target child" and "target procfs"
12876 tests to not expect "Unix".
12877
b3ccfe11
TT
128782014-03-12 Tom Tromey <tromey@redhat.com>
12879
12880 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
12881 New procs. Add target-async tests.
12882 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
12883 Add target-async tests.
12884
646f4417
AA
128852014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
12886
12887 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
12888 'func_start' and 'func_end' for the beginning and end of the
12889 function code, respectively.
12890 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
12891 'func_end' instead of 'func' and 'main'.
12892
288c211f
AA
128932014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
12894
12895 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
12896 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
12897 generate the debug info assembler source.
12898
e0c0f156
AA
128992014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
12900
12901 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
12902 * gdb.dwarf2/arr-subrange.exp: Likewise.
12903 * gdb.dwarf2/dwz.exp: Likewise.
12904 * gdb.dwarf2/method-ptr.exp: Likewise.
12905 * gdb.dwarf2/missing-sig-type.exp: Likewise.
12906 * gdb.dwarf2/subrange.exp: Likewise.
12907 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
12908 * gdb.dwarf2/implptrpiece.exp: Likewise.
12909 * gdb.dwarf2/nostaticblock.exp: Likewise.
12910
0e5c4555
AA
129112014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
12912
12913 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
12914 directory to absolute path name arguments.
12915
5ec18f2b
JG
129162014-03-10 Joel Brobecker <brobecker@adacore.com>
12917
12918 * gdb.ada/tagged_access: New testcase.
12919
847fc4f2
MM
129202014-03-07 Markus Metzger <markus.t.metzger@intel.com>
12921
12922 * gdb.btrace/data.exp: Update expected output.
12923
cc3da688
YQ
129242014-03-06 Yao Qi <yao@codesourcery.com>
12925
12926 * gdb.trace/pr16508.exp: New file.
12927
0f26cec1
PA
129282014-03-05 Pedro Alves <palves@redhat.com>
12929
12930 PR gdb/16575
12931 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
12932 procedure.
12933 (top level): Adjust to use it. Add tests that exercise breakpoint
12934 interaction with the code-cache.
12935
7a5a839f
LC
129362014-02-26 Ludovic Courtès <ludo@gnu.org>
12937
12938 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
12939 test for 'history-append!'.
12940
31aa7e4e
JB
129412014-02-26 Joel Brobecker <brobecker@adacore.com>
12942
12943 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
12944 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
12945 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
12946 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
12947 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
12948 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
12949
1b588015
JB
129502014-02-26 Joel Brobecker <brobecker@adacore.com>
12951
12952 * testsuite/gdb.python/py-pp-re-notag.c: New file.
12953 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
12954 * testsuite/gdb.python/py-pp-re-notag.p: New file.
12955
55426c9d
JB
129562014-02-26 Joel Brobecker <brobecker@adacore.com>
12957
12958 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
12959
dc53a7ad
JB
129602014-02-26 Joel Brobecker <brobecker@adacore.com>
12961
12962 * gdb.dwarf2/arr-stride.c: New file.
12963 * gdb.dwarf2/arr-stride.exp: New file.
12964
12ab52e9
PA
129652014-02-26 Pedro Alves <palves@redhat.com>
12966
12967 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
12968 that won't ever trigger. Make sure that GDB reports the correct
12969 breakpoint that caused the stop.
12970
849c862e
JK
129712014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12972
12973 PR gdb/16626
12974 * gdb.base/auto-load-script: New file.
12975 * gdb.base/auto-load.c: New file.
12976 * gdb.base/auto-load.exp: New file.
12977
71b7d793
JK
12978 PR gdb/16626
12979 * gdb.base/auto-load.exp: Fix out-of-srctree run.
12980
e2f0d509
JK
129812014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12982
12983 Fix dw2-icycle.exp -fsanitize=address GDB crash.
12984 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
12985
50cc37c8
DE
129862014-02-24 Doug Evans <dje@google.com>
12987
12988 * lib/gdb.exp (run_on_host): Log error output if program fails.
12989
ea4758f2
PA
129902014-02-21 Pedro Alves <palves@redhat.com>
12991
12992 * gdb.threads/step-after-sr-lock.c: Rename to ...
12993 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
12994 * gdb.threads/step-after-sr-lock.exp: Rename to ...
12995 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
12996 ... this.
12997
d7b30f67
SDJ
129982014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
12999
13000 PR tdep/16397
13001 * gdb.arch/amd64-stap-special-operands.exp: New file.
13002 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
13003 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
13004 * gdb.arch/amd64-stap-triplet.S: Likewise.
13005 * gdb.arch/amd64-stap-triplet.c: Likewise.
13006
83deb43f
JB
130072014-02-20 Joel Brobecker <brobecker@adacore.com>
13008
13009 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
13010 in .section pseudo-op.
13011
adde2bff
DE
130122014-02-20 lin zuojian <manjian2006@gmail.com>
13013 Joel Brobecker <brobecker@adacore.com>
13014 Doug Evans <xdje42@gmail.com>
13015
13016 PR symtab/16581
13017 * gdb.dwarf2/dw2-icycle.S: New file.
13018 * gdb.dwarf2/dw2-icycle.c: New file.
13019 * gdb.dwarf2/dw2-icycle.exp: New file.
13020
f7bd0f78
SC
130212014-02-19 Siva Chandra Reddy <sivachandra@google.com>
13022
13023 * gdb.python/py-value-cc.cc: Improve test case to enable testing
13024 operations on gdb.Value objects.
13025 * gdb.python/py-value-cc.exp: Add new test to test operations on
13026 gdb.Value objects.
13027
c17ef0d5
DE
130282014-02-18 Doug Evans <dje@google.com>
13029
13030 * Makefile.in (TESTS): New variable.
13031 (expanded_tests, expanded_tests_or_none): New variables
13032 (check-single): Pass $(expanded_tests_or_none) to runtest.
13033 (check-parallel): Only run tests in $(TESTS) if non-empty.
13034 (check/no-matching-tests-found): New rule.
13035 * README: Document TESTS makefile variable.
13036
5dd3176f
DE
130372014-02-18 Doug Evans <dje@google.com>
13038
13039 * Makefile.in (check-parallel): rm -rf outputs temp.
13040
0b10be4f
JK
130412014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13042
13043 Fix "ERROR: no fileid for" in the testsuite.
13044 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
13045
85f224e7
DE
130462014-02-12 Doug Evans <dje@google.com>
13047
13048 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
13049 (MISCELLANEOUS): New variable.
13050 (clean): rm -rf $(MISCELLANEOUS).
13051 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
13052 dwp live in the same directory as symlinks, with each symlink pointed
13053 to a differently named file in a different directory.
13054
149b30ff
DE
130552014-02-11 Doug Evans <dje@google.com>
13056
13057 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
13058 of Tcl file commands.
13059
1dfdac32
MK
130602014-02-10 Mark Kettenis <kettenis@gnu.org>
13061
13062 * gdb.threads/step-after-sr-lock.exp: Avoid executing
13063 "kill -SIGUSR1 -1".
13064
aa4fb036
JB
130652014-02-10 Joel Brobecker <brobecker@adacore.com>
13066
13067 * gdb.ada/tick_length_array_enum_idx: New testcase.
13068
ed3ef339
DE
130692014-02-10 Doug Evans <xdje42@gmail.com>
13070
13071 * configure.ac (AC_OUTPUT): Add gdb.guile.
13072 * configure: Regenerate.
13073 * lib/gdb-guile.exp: New file.
13074 * lib/gdb.exp (get_target_charset): New function.
13075 * gdb.base/help.exp: Update expected output from "apropos apropos".
13076 * gdb.guile/Makefile.in: New file.
13077 * gdb.guile/guile.exp: New file.
13078 * gdb.guile/scm-arch.c: New file.
13079 * gdb.guile/scm-arch.exp: New file.
13080 * gdb.guile/scm-block.c: New file.
13081 * gdb.guile/scm-block.exp: New file.
13082 * gdb.guile/scm-breakpoint.c: New file.
13083 * gdb.guile/scm-breakpoint.exp: New file.
13084 * gdb.guile/scm-disasm.c: New file.
13085 * gdb.guile/scm-disasm.exp: New file.
13086 * gdb.guile/scm-equal.c: New file.
13087 * gdb.guile/scm-equal.exp: New file.
13088 * gdb.guile/scm-error.exp: New file.
13089 * gdb.guile/scm-error.scm: New file.
13090 * gdb.guile/scm-frame-args.c: New file.
13091 * gdb.guile/scm-frame-args.exp: New file.
13092 * gdb.guile/scm-frame-args.scm: New file.
13093 * gdb.guile/scm-frame-inline.c: New file.
13094 * gdb.guile/scm-frame-inline.exp: New file.
13095 * gdb.guile/scm-frame.c: New file.
13096 * gdb.guile/scm-frame.exp: New file.
13097 * gdb.guile/scm-generics.exp: New file.
13098 * gdb.guile/scm-gsmob.exp: New file.
13099 * gdb.guile/scm-iterator.c: New file.
13100 * gdb.guile/scm-iterator.exp: New file.
13101 * gdb.guile/scm-math.c: New file.
13102 * gdb.guile/scm-math.exp: New file.
13103 * gdb.guile/scm-objfile-script-gdb.in: New file.
13104 * gdb.guile/scm-objfile-script.c: New file.
13105 * gdb.guile/scm-objfile-script.exp: New file.
13106 * gdb.guile/scm-objfile.c: New file.
13107 * gdb.guile/scm-objfile.exp: New file.
13108 * gdb.guile/scm-ports.exp: New file.
13109 * gdb.guile/scm-pretty-print.c: New file.
13110 * gdb.guile/scm-pretty-print.exp: New file.
13111 * gdb.guile/scm-pretty-print.scm: New file.
13112 * gdb.guile/scm-section-script.c: New file.
13113 * gdb.guile/scm-section-script.exp: New file.
13114 * gdb.guile/scm-section-script.scm: New file.
13115 * gdb.guile/scm-symbol.c: New file.
13116 * gdb.guile/scm-symbol.exp: New file.
13117 * gdb.guile/scm-symtab-2.c: New file.
13118 * gdb.guile/scm-symtab.c: New file.
13119 * gdb.guile/scm-symtab.exp: New file.
13120 * gdb.guile/scm-type.c: New file.
13121 * gdb.guile/scm-type.exp: New file.
13122 * gdb.guile/scm-value-cc.cc: New file.
13123 * gdb.guile/scm-value-cc.exp: New file.
13124 * gdb.guile/scm-value.c: New file.
13125 * gdb.guile/scm-value.exp: New file.
13126 * gdb.guile/source2.scm: New file.
13127 * gdb.guile/types-module.cc: New file.
13128 * gdb.guile/types-module.exp: New file.
13129
7026a7c1
YQ
131302014-02-10 Yao Qi <yao@codesourcery.com>
13131
13132 PR testsuite/16543
13133 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
13134 * configure: Regenerated.
13135 * Makefile.in: New file.
13136
6c466447
AS
131372014-02-08 Andreas Schwab <schwab@linux-m68k.org>
13138
13139 * gdb.python/py-framefilter.exp: Fix typo.
13140
6e854735
YQ
131412014-02-08 Yao Qi <yao@codesourcery.com>
13142
13143 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
13144 that no =breakpoint-modified is emitted when breakpoints are
13145 modified through MI commands.
13146
d137e6dc
PA
131472014-02-07 Pedro Alves <pedro@codesourcery.com>
13148 Pedro Alves <palves@redhat.com>
13149
13150 * gdb.threads/step-after-sr-lock.c: New file.
13151 * gdb.threads/step-after-sr-lock.exp: New file.
13152
b5ee5a50
PA
131532014-02-07 Pedro Alves <palves@redhat.com>
13154
13155 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
13156
3c77faf3
JK
131572014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
13158
13159 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
13160 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
13161
6dddc817
DE
131622014-02-06 Doug Evans <xdje42@gmail.com>
13163
13164 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
13165 output.
13166
13167 * gdb.gdb/python-interrupts.exp: New file.
13168
de7b2893
YQ
131692014-02-05 Yao Qi <yao@codesourcery.com>
13170
13171 * gdb.trace/report.exp (use_collected_data): Test the output
13172 of "info threads" and "info inferiors".
13173
66d032ac
YQ
131742014-02-05 Yao Qi <yao@codesourcery.com>
13175
13176 Revert this patch:
13177
13178 2013-05-24 Yao Qi <yao@codesourcery.com>
13179
13180 * gdb.trace/tfile.exp: Test inferior and thread.
13181
591a12a1
UW
131822014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13183
13184 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
13185 on a function.
13186 * gdb.base/step-bt.c: Call hello via function pointer to make
13187 sure its first instruction is executed on powerpc64le-linux.
13188
0ff3e01f
UW
131892014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13190
13191 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
13192
084ee545
UW
131932014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13194
13195 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
13196 of the test patterns for use on little-endian systems.
13197
6ed14ff3
UW
131982014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13199
13200 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
13201 (decimal_vector): Fix for little-endian.
13202
401e27fd
JM
132032014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
13204
13205 * gdb.arch/sparc-sysstep.exp: New file.
13206 * gdb.arch/sparc-sysstep.c: Likewise.
13207
13208 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
13209
8b924729
EBM
132102014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13211
13212 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
13213
fb151210
JB
132142014-01-23 Tom Tromey <tromey@redhat.com>
13215
13216 * gdb.ada/array_char_idx: New testcase.
13217
0740f8d8
TT
132182014-01-23 Tom Tromey <tromey@redhat.com>
13219
13220 PR python/16487:
13221 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
13222 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
13223 classes.
13224
21909fa1
TT
132252014-01-23 Tom Tromey <tromey@redhat.com>
13226
13227 PR python/16491:
13228 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
13229 string from an inferior frame.
13230 * gdb.python/py-framefilter-mi.exp: Update.
13231
87ce2a04
DE
132322014-01-22 Doug Evans <dje@google.com>
13233
13234 * gdb.server/server-mon.exp: Add tests for "set debug-format".
13235
237b092b
AA
132362014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13237
13238 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
13239
d674a709
AA
132402014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13241
13242 * gdb.trace/entry-values.exp: Remove excess space character from
13243 regex patterns. Handle s390 call instruction.
13244
20fa3390
AA
132452014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13246
13247 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
13248 define "*_start" label. Make "name" static.
13249 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
13250 ${name} by references to ${name}_start.
13251
78466714
AA
132522014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13253
13254 * gdb.base/info-macros.exp: Remove "debug" from the compile
13255 options.
13256
ec9f644a
IB
132572014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
13258
13259 * gdb.dlang/demangle.exp: New file.
13260
94b1b47e
IB
132612014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
13262
13263 * gdb.dlang/primitive-types.exp: New file.
13264
7f420862
IB
132652014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
13266
13267 * configure.ac: Create gdb.dlang/Makefile.
13268 * configure: Regenerate.
13269 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
13270 * gdb.dlang/Makefile.in: New file.
13271 * lib/d-support.exp: New file.
13272 * lib/gdb.exp (skip_d_tests): New proc.
13273
52834460
MM
132742014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13275
13276 * gdb.btrace/delta.exp: Check reverse stepi.
13277 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
13278 * gdb.btrace/finish.exp: New.
13279 * gdb.btrace/next.exp: New.
13280 * gdb.btrace/nexti.exp: New.
13281 * gdb.btrace/record_goto.c: Add comments.
13282 * gdb.btrace/step.exp: New.
13283 * gdb.btrace/stepi.exp: New.
13284 * gdb.btrace/multi-thread-step.c: New.
13285 * gdb.btrace/multi-thread-step.exp: New.
13286 * gdb.btrace/rn-dl-bind.c: New.
13287 * gdb.btrace/rn-dl-bind.exp: New.
13288 * gdb.btrace/data.c: New.
13289 * gdb.btrace/data.exp: New.
13290 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
13291
6e07b1d2
MM
132922014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13293
13294 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
13295 * gdb.btrace/exception.exp: Update.
13296 * gdb.btrace/instruction_history.exp: Update.
13297 * gdb.btrace/record_goto.exp: Update.
13298 * gdb.btrace/tailcall.exp: Update.
13299 * gdb.btrace/unknown_functions.exp: Update.
13300 * gdb.btrace/delta.exp: New.
13301
0b722aec
MM
133022014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13303
13304 * gdb.btrace/record_goto.exp: Add backtrace test.
13305 * gdb.btrace/tailcall.exp: Add backtrace test.
13306
066ce621
MM
133072014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13308
13309 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
13310 * gdb.btrace/record_goto.c: New.
13311 * gdb.btrace/record_goto.exp: New.
13312 * gdb.btrace/x86-record_goto.S: New.
13313
0688d04e
MM
133142014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13315
13316 * gdb.btrace/function_call_history.exp: Update tests.
13317 * gdb.btrace/instruction_history.exp: Update tests.
13318
8710b709
MM
133192014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13320
13321 * gdb.btrace/function_call_history.exp: Fix expected field
13322 order for "record function-call-history".
13323 Add new tests for "record function-call-history /c".
13324 * gdb.btrace/exception.cc: New.
13325 * gdb.btrace/exception.exp: New.
13326 * gdb.btrace/tailcall.exp: New.
13327 * gdb.btrace/x86-tailcall.S: New.
13328 * gdb.btrace/x86-tailcall.c: New.
13329 * gdb.btrace/unknown_functions.c: New.
13330 * gdb.btrace/unknown_functions.exp: New.
13331 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
13332
5de9129b
MM
133332014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13334
13335 * gdb.btrace/instruction_history.exp: Update.
13336 * gdb.btrace/function_call_history.exp: Update.
13337
23a7fe75
MM
133382014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13339
13340 * gdb.btrace/function_call_history.exp: Fix expected function
13341 trace.
13342 * gdb.btrace/instruction_history.exp: Initialize traced.
13343 Remove traced_functions.
13344
724c7dd8
MM
133452014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13346
13347 * gdb.btrace/function_call_history.exp: Update
13348 * gdb.btrace/instruction_history.exp: Update.
13349
6d78d93b
MM
133502014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13351
13352 * gdb.btrace/enable.exp: Update expected text.
13353
93a360cc
OJ
133542014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
13355
13356 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
13357 bytes.
13358
3772b53f
MR
133592014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
13360
13361 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
13362
596662fa
OJ
133632014-01-15 Omair Javaid <omair.javaid@linaro.org>
13364
13365 * lib/gdb.exp (supports_process_record): Return true for
13366 arm*-linux*. (supports_reverse): Likewise.
13367
b5b08fb4
SC
133682014-01-13 Siva Chandra Reddy <sivachandra@google.com>
13369
13370 PR python/15464
13371 PR python/16113
13372 * gdb.python/py-type.c: Enhance test case.
13373 * gdb.python/py-value-cc.cc: Likewise
13374 * gdb.python/py-type.exp: Add new tests.
13375 * gdb.python/py-value-cc.exp: Likewise
13376
52d7fb13
AA
133772014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
13378 Pedro Alves <palves@redhat.com>
13379
13380 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
13381 Make "name" extern.
13382 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
13383 references to ${name}_start by references to ${name}.
13384
a2cd8cfe
JB
133852014-01-10 Joel Brobecker <brobecker@adacore.com>
13386
13387 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
13388
4e23fced
JB
133892014-01-10 Joel Brobecker <brobecker@adacore.com>
13390
13391 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
13392
c6a9e42c
PA
133932014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
13394 Pedro Alves <palves@redhat.com>
13395
13396 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 13397 mi_gdb_target_load.
c6a9e42c 13398
b7ea362b
PA
133992014-01-08 Pedro Alves <palves@redhat.com>
13400
13401 * gdb.threads/reconnect-signal.c: New file.
13402 * gdb.threads/reconnect-signal.exp: New file.
13403
5e3f4fab
EBM
134042014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13405
13406 * gdb.base/source-dir.exp: New file.
13407
79301218
JB
134082014-01-07 Joel Brobecker <brobecker@adacore.com>
13409
13410 * gdb.ada/mi_interface: New testcase.
13411
8e355c5d
JB
134122014-01-07 Joel Brobecker <brobecker@adacore.com>
13413
13414 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
13415 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
13416 gdb.ada/pp-rec-component/pck.ads: New files.
13417
c0d48811
JB
134182014-01-07 Joel Brobecker <brobecker@adacore.com>
13419
13420 * gdb.python/py-pp-integral.c: New file.
13421 * gdb.python/py-pp-integral.py: New file.
13422 * gdb.python/py-pp-integral.exp: New file.
13423
17b609c3 13424For older changes see ChangeLog-1993-2013.
c906108c 13425\f
8d8cb839
EZ
13426;; Local Variables:
13427;; mode: change-log
13428;; left-margin: 8
13429;; fill-column: 74
13430;; version-control: never
13431;; End:
902f2ccb 13432
e2882c85 13433 Copyright 2014-2018 Free Software Foundation, Inc.
902f2ccb
MC
13434 Copying and distribution of this file, with or without modification,
13435 are permitted provided the copyright notice and this notice are preserved.