RAII-fy make_cleanup_restore_current_thread & friends
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
90cef2ed
KS
12017-05-03 Keith Seitz <keiths@redhat.com>
2
3 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
4 (main): Call it.
5
14f819c8
TW
62017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7
8 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
9 to prev and next.
10
913aeadd
TW
112017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
12
13 * gdb.python/py-record-btrace.exp: Remove test for
14 gdb.BtraceInstruction.error.
15
a3be24ad
TW
162017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
17
18 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
19
ae20e79a
TW
202017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
21
22 * gdb.python/py-record-btrace-threads.c: New file.
23 * gdb.python/py-record-btrace-threads.exp: New file.
24
45ce1b47
SDJ
252017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
26
27 PR testsuite/8595
28 * gdb.base/environ.exp: Make test available in all architectures.
29 Move bits related to "info program" testing to
30 gdb.base/info-program.exp. Rewrite tests to use the two new
31 procedures mentione below.
32 (test_set_show_env_var) New procedure.
33 (test_set_show_env_var_equal): Likewise.
34 * gdb.base/info-program.exp: New file.
35
e15c3eb4
KS
362017-04-27 Keith Seitz <keiths@redhat.com>
37
38 * gdb.cp/oranking.cc (test15): New function.
39 (main): Call test15 and declare additional variables for testing.
40 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
41 "p foo101('abc')" tests.
42 Add tests for cv qualifier overloads.
43 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
44 "lvalue reference overload" test.
45 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
46 "print value of f1 on Child&& in f2" test.
47
3a3fd0fd
PA
482017-04-19 Pedro Alves <palves@redhat.com>
49
50 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
51 procedure.
52 (top level): Call it.
53 * lib/gdb.exp (gdb_define_cmd): New procedure.
54
53375380
PA
552017-04-12 Pedro Alves <palves@redhat.com>
56
57 PR gdb/21323
58 * gdb.cp/wide_char_types.c: Include <wchar.h>.
59 (wchar): New global.
60 * gdb.cp/wide_char_types.exp (wide_char_types_program)
61 (do_test_wide_char, wide_char_types_no_program, top level): Add
62 wchar_t testing.
63
53e710ac
PA
642017-04-12 Pedro Alves <palves@redhat.com>
65
66 PR c++/21323
67 * gdb.cp/wide_char_types.c: New file.
68 * gdb.cp/wide_char_types.exp: New file.
69
0ad9d8c7
SDJ
702017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
71
72 PR gdb/21352
73 * gdb.trace/tsv.exp: Add test for "tsave -r".
74
b1b45502
IB
752017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
76
77 * gdb.dlang/watch-loc.c: New file.
78 * gdb.dlang/watch-loc.exp: New file.
79
ec13808e
JK
802017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
81
82 * gdb.python/py-section-script.exp (sepdebug): New testcases.
83
fe5f7374
AK
842017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
85
86 * gdb.arch/arc-analyze-prologue.S: New file.
87 * gdb.arch/arc-analyze-prologue.exp: Likewise.
88
eea78757
AK
892017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
90
91 * gdb.arch/arc-decode-insn.S: New file.
92 * gdb.arch/arc-decode-insn.exp: Likewise.
93
5badf10a
IR
942017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
95
96 PR tdep/20928
97 * gdb.arch/sparc64-regs.exp: New file.
98 * gdb.arch/sparc64-regs.S: Likewise.
99
cee59b3f
TW
1002017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
101
102 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
103 and memory view on Python 3.
104
c0f55cc6
AV
1052017-03-20 Artemiy Volkov <artemiyv@acm.org>
106 Keith Seitz <keiths@redhat.com>
107
108 PR gdb/14441
109 * gdb.cp/demangle.exp: Add rvalue reference tests.
110 * gdb.cp/rvalue-ref-casts.cc: New file.
111 * gdb.cp/rvalue-ref-casts.exp: New file.
112 * gdb.cp/rvalue-ref-overload.cc: New file.
113 * gdb.cp/rvalue-ref-overload.exp: New file.
114 * gdb.cp/rvalue-ref-params.cc: New file.
115 * gdb.cp/rvalue-ref-params.exp: New file.
116 * gdb.cp/rvalue-ref-sizeof.cc: New file.
117 * gdb.cp/rvalue-ref-sizeof.exp: New file.
118 * gdb.cp/rvalue-ref-types.cc: New file.
119 * gdb.cp/rvalue-ref-types.exp: New file.
120 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
121 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
122
51457a05
MAL
1232017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
124
125 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
126 New procedure.
127
5b291c04
MAL
1282017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
129
130 * lib/mi-support.exp (mi_gdb_test): Add additional message
131 for unexpected output.
132
59a56148
AA
1332017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
134
135 * gdb.base/examine-backward.c (Barrier): New character array
136 constant, to ensure that TestStrings is preceded by a string
137 terminator.
138
7942e96e
AA
1392017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
140
141 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
142 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
143 and implicit pointer into such a location.
144
6ebac3fb
DE
1452017-03-16 Doug Evans <dje@google.com>
146
147 * gdb.python/py-lazy-string (pointer): Really add new typedef.
148
ec3b243d
TP
1492017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
150
151 * gdb.cp/m-static.exp: Fix expectation for prototype of
152 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
153
1542017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
155
156 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
157 * gdb.guile/scm-lazy-string.c: New file.
158 * gdb.guile/scm-value.exp: Move lazy string tests to ...
159 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
160 for pointer, array, typedef lazy strings.
161
2cc36e25 1622017-03-16 Doug Evans <dje@google.com>
34b43320
DE
163
164 PR python/17728, python/18439, python/18779
165 * gdb.python/py-value.c (main) Delete locals sptr, sn.
166 * gdb.python/py-lazy-string.c (pointer): New typedef.
167 (main): New locals ptr, array, typedef_ptr.
168 * gdb.python/py-value.exp: Move lazy string tests to ...
169 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
170 array, typedef lazy strings.
ec3b243d 171
0efcde63
AK
1722017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
173
174 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
175 Add optional 'test' parameter.
176
7978d7c3
SM
1772017-03-13 Simon Marchi <simon.marchi@ericsson.com>
178
179 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
180 Skip for versions of DejaGnu < 1.5.
181
896c0c1e
SM
1822017-03-13 Simon Marchi <simon.marchi@ericsson.com>
183
184 * lib/gdb.exp (dejagnu_version): New proc.
185 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
186 Use dejagnu_version.
187
5f4d1085
KS
1882017-03-10 Keith Seitz <keiths@redhat.com>
189
190 PR c++/8128
191 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
192 type from destructor regexps.
193 Add a branch which actually passes the test.
194 Adjust "ptype t5i" test names.
195
1de05205
PA
1962017-03-08 Pedro Alves <palves@redhat.com>
197
198 * gdb.base/step-over-exit.exp: Add explicit test message.
199
c65d6b55
PA
2002017-03-08 Pedro Alves <palves@redhat.com>
201
202 PR gdb/18360
203 * gdb.threads/interrupt-while-step-over.c: New file.
204 * gdb.threads/interrupt-while-step-over.exp: New file.
205
2e86a283
PA
2062017-03-08 Pedro Alves <palves@redhat.com>
207
208 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
209 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
210
25dcbff6
PA
2112017-03-08 Pedro Alves <palves@redhat.com>
212
213 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
214 PKRU as not supported as a PASS.
215
dc9366eb
PA
2162017-03-08 Pedro Alves <palves@redhat.com>
217
218 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
219 prefix instead of $binfile1/$binfile2.
220 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
221 in test message.
222 * gdb.python/py-completion.exp: Use "load python file" as test
223 messages instead of unstable path names.
224
6e5d74e7
PA
2252017-03-08 Pedro Alves <palves@redhat.com>
226 Jan Kratochvil <jan.kratochvil@redhat.com>
227
228 PR cli/21218
229 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
230 New proc.
231 (top level): Call it.
232
9753a2f6
PA
2332017-03-08 Pedro Alves <palves@redhat.com>
234
235 PR tui/21216
236 * gdb.tui/tui-nl-filtered-output.exp: New file.
237
1a4dd9dd
PA
2382017-03-08 Pedro Alves <palves@redhat.com>
239
240 * gdb.base/completion.exp: Move TUI completion tests to ...
241 * gdb.tui/completion.exp: ... this new file.
242
7cbbff33
PA
2432017-03-08 Pedro Alves <palves@redhat.com>
244
245 * gdb.base/tui-disasm-long-lines.c,
246 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
247 gdb.base/tui-layout.exp: Move to ...
248 * gdb.tui/: ... this new directory.
249
5f6fd321
PA
2502017-03-07 Pedro Alves <palves@redhat.com>
251
252 * gdb.base/tui-layout.c: New file.
253 * gdb.base/tui-layout.exp: New file.
254
44959fa8
PA
2552017-03-07 Pedro Alves <palves@redhat.com>
256
257 * gdb.base/tui-layout.c: Rename to ...
258 * gdb.base/tui-disasm-long-lines.c: ... this.
259 * gdb.base/tui-layout.exp: Rename to ...
260 * gdb.base/tui-disasm-long-lines.exp: ... this.
261
f8c4e718
PA
2622017-03-07 Pedro Alves <palves@redhat.com>
263
264 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
265
6dbb839a 2662017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
267
268 * i386-mpx-call.c: New file.
269 * i386-mpx-call.exp: New file.
270
65b48a81
PB
2712017-02-28 Peter Bergner <bergner@vnet.ibm.com>
272
273 * gdb.arch/powerpc-power.exp: Delete test.
274 * gdb.arch/powerpc-power.s: Likewise.
275 * gdb.disasm/disassembler-options.exp: New test.
276 * gdb.arch/powerpc-altivec.exp: Likewise.
277 * gdb.arch/powerpc-altivec.s: Likewise.
278 * gdb.arch/powerpc-altivec2.exp: Likewise.
279 * gdb.arch/powerpc-altivec2.s: Likewise.
280 * gdb.arch/powerpc-altivec3.exp: Likewise.
281 * gdb.arch/powerpc-altivec3.s: Likewise.
282 * gdb.arch/powerpc-power7.exp: Likewise.
283 * gdb.arch/powerpc-power7.s: Likewise.
284 * gdb.arch/powerpc-power8.exp: Likewise.
285 * gdb.arch/powerpc-power8.s: Likewise.
286 * gdb.arch/powerpc-power9.exp: Likewise.
287 * gdb.arch/powerpc-power9.s: Likewise.
288 * gdb.arch/powerpc-vsx.exp: Likewise.
289 * gdb.arch/powerpc-vsx.s: Likewise.
290 * gdb.arch/powerpc-vsx2.exp: Likewise.
291 * gdb.arch/powerpc-vsx2.s: Likewise.
292 * gdb.arch/powerpc-vsx3.exp: Likewise.
293 * gdb.arch/powerpc-vsx3.s: Likewise.
294 * gdb.arch/arm-disassembler-options.exp: Likewise.
295 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
296 * gdb.arch/s390-disassembler-options.exp: Likewise.
297
17cd4947
LM
2982017-02-23 Luis Machado <lgustavo@codesourcery.com>
299
300 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
301 (check_supported_features): ... this. Changed return type to void.
302 (supports_rdseed): New static global.
303 (rdseed): Check supports_rdseed.
304 (initialize): Call check_supported_features.
305
2039d74e
EBM
3062017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
307
308 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
309 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
310 and lqarx/stqcx.
311 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
312 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
313
a51d7ecf
EBM
3142017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
315
316 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
317 uppercase.
318
0224619f
JK
3192017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
320
321 * gdb.dwarf2/formdata16.c: New file.
322 * gdb.dwarf2/formdata16.exp: New file.
323 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
324
216f72a1
JK
3252017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
326
327 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
328 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
329 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
330 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
331 DW_AT_GNU_*.
332
43988095
JK
3332017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
334
335 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
336
99e8a4f9
SDJ
3372017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
338
339 PR gdb/21164
340 * gdb.base/maint.exp: Add testcases for when the commands do
341 not have arguments.
342
b58a8c0c
TP
3432017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
344
345 * gdb.cp/chained-calls.exp: Use p instead of P.
346
4e746bb6
TW
3472017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
348
349 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
350 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
351
3f77c769
TT
3522017-02-14 Tom Tromey <tom@tromey.com>
353
354 PR python/13598:
355 * gdb.python/py-events.exp: Add before_prompt event tests.
356
075beec0
AA
3572017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
358
359 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
360
bf5f525c
LM
3612017-02-13 Luis Machado <lgustavo@codesourcery.com>
362
363 * gdb.linespec/explicit.c (my_unique_function_name): New function.
364 (main): Call my_unique_function_name.
365 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
366 completion of patterns with a single match.
367 Add missing -re switches to gdb_test_multiple calls.
368
13a66184
LM
3692017-02-13 Luis Machado <lgustavo@codesourcery.com>
370
371 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
372 return if core file is not recognized.
373
26a06916
SM
3742017-02-10 Simon Marchi <simon.marchi@ericsson.com>
375
376 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
377 and extra UIs.
378
b761ca9e
SM
3792017-02-10 Simon Marchi <simon.marchi@ericsson.com>
380
381 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
382 proc_with_prefix.
383
b964bee0
TT
3842017-02-10 Tom Tromey <tom@tromey.com>
385
386 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
387
18da0c51
MG
3882017-02-10 Martin Galvan <martingalvan@sourceware.org>
389
390 PR gdb/21122
391 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
392
604c4576
JG
3932017-02-08 Jerome Guitton <guitton@adacore.com>
394
395 * gdb.base/define.exp: Add test for command abbreviations
396 in define.
397
20b477a7
LM
3982017-02-06 Luis Machado <lgustavo@codesourcery.com>
399
400 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
401 * gdb.reverse/insn-reverse-x86.c: New file.
402
3f7b46f2
IR
4032017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
404
405 PR tdep/20936
406 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
407
f0fd41c1
TT
4082017-02-03 Tom Tromey <tom@tromey.com>
409
410 PR rust/21097:
411 * gdb.rust/simple.exp: Add new tests.
412
5be5dbf0
PA
4132017-02-02 Pedro Alves <palves@redhat.com>
414
415 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
416 tests.
417
7346ef59
AA
4182017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
419
420 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
421 taking a 2-byte value out of a 4-byte DWARF implicit value on
422 big-endian targets.
423 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
424 logic. Add test cases for DW_OP_implicit.
425
787f0025
MM
4262017-02-01 Markus Metzger <markus.t.metzger@intel.com>
427
428 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
429
68777c29
MM
4302017-02-01 Markus Metzger <markus.t.metzger@intel.com>
431
432 * gdb.btrace/enable.exp: Call gdb_exit before
433 skip_gdbserver_tests.
434
0a1c7e28
MM
4352017-02-01 Markus Metzger <markus.t.metzger@intel.com>
436
437 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
438 GDBFLAGS.
439
b5ac99b0
MM
4402017-02-01 Markus Metzger <markus.t.metzger@intel.com>
441
442 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
443 the test is skipped.
444 * gdb.btrace/data.exp: Likewise.
445 * gdb.btrace/delta.exp: Likewise.
446 * gdb.btrace/dlopen.exp: Likewise.
447 * gdb.btrace/enable-running.exp: Likewise.
448 * gdb.btrace/enable.exp: Likewise.
449 * gdb.btrace/exception.exp: Likewise.
450 * gdb.btrace/function_call_history.exp: Likewise.
451 * gdb.btrace/gcore.exp: Likewise.
452 * gdb.btrace/instruction_history.exp: Likewise.
453 * gdb.btrace/multi-thread-step.exp: Likewise.
454 * gdb.btrace/nohist.exp: Likewise.
455 * gdb.btrace/non-stop.exp: Likewise.
456 * gdb.btrace/reconnect.exp: Likewise.
457 * gdb.btrace/record_goto-step.exp: Likewise.
458 * gdb.btrace/record_goto.exp: Likewise.
459 * gdb.btrace/rn-dl-bind.exp: Likewise.
460 * gdb.btrace/segv.exp: Likewise.
461 * gdb.btrace/step.exp: Likewise.
462 * gdb.btrace/stepi.exp: Likewise.
463 * gdb.btrace/tailcall-only.exp: Likewise.
464 * gdb.btrace/tailcall.exp: Likewise.
465 * gdb.btrace/tsx.exp: Likewise.
466 * gdb.btrace/unknown_functions.exp: Likewise.
467 * gdb.btrace/vdso.exp: Likewise.
468
cd4007e4
MM
4692017-02-01 Markus Metzger <markus.t.metzger@intel.com>
470
471 * gdb.btrace/enable-running.c: New.
472 * gdb.btrace/enable-running.exp: New.
473
2735833d
WT
4742017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
475
476 * gdb.arch/amd64-gs_base.c: New file.
477 * gdb.arch/amd64-gs_base.exp: New file.
478
b51e1e94
LM
4792017-01-26 Luis Machado <lgustavo@codesourcery.com>
480
481 * lib/memory.exp: Remove spurious empty newlines.
482
72ca0410
SM
4832017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
484
485 * gdb.python/py-bad-printers.exp: Load python file using "source".
486 * gdb.python/py-events.exp: Likewise.
487 * gdb.python/py-evsignal.exp: Likewise.
488 * gdb.python/py-evthreads.exp: Likewise.
489 * gdb.python/py-frame-args.exp: Likewise.
490 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
491 * gdb.python/py-framefilter-mi.exp: Likewise.
492 * gdb.python/py-framefilter.exp: Likewise.
493 * gdb.python/py-mi.exp: Likewise.
494 * gdb.python/py-pp-maint.exp: Likewise.
495 * gdb.python/py-pp-registration.exp: Likewise.
496 * gdb.python/py-prettyprint.exp: Likewise.
497 (run_lang_tests): Likewise.
498 * gdb.python/py-typeprint.exp: Likewise.
499
e309aa65
LM
5002017-01-26 Luis Machado <lgustavo@codesourcery.com>
501
502 * lib/memory.exp: New file.
503 * lib/gdb.exp: Load memory.exp.
504 * gdb.base/memattr.exp (delete_memory): Move proc to
505 lib/memory.exp and rename to delete_memory_regions.
506 Replace delete_memory with delete_memory_regions.
507 Cleanup memory regions before tests.
508 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
509 before tests.
510
515aff23
LM
5112017-01-26 Luis Machado <lgustavo@codesourcery.com>
512
513 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
514 files.
515 (initialize): New function conditionally defined.
516 (testcases): Move within conditional block.
517 (main): Call initialize.
518 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
519 of gdb.reverse/insn-reverse.c.
520 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
521 gdb.reverse/insn-reverse.c.
522
d8b49cf0
YQ
5232017-01-26 Yao Qi <yao.qi@linaro.org>
524
525 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
526 disassemble on address 0.
527
f13a9a0c
YQ
5282017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
529 Yao Qi <yao.qi@linaro.org>
530
531 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
532 * gdb.dwarf2/implptr-64bit.S: Remove.
533 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
534 variables in caller's context. Add DW_OP_implicit_value.
535
5ac95241
YQ
5362017-01-25 Yao Qi <yao.qi@linaro.org>
537
538 * lib/dwarf.exp (Dwarf::_location): Handle
539 DW_OP_GNU_implicit_pointer with proper size.
540
23e82930
LM
5412017-01-20 Luis Machado <lgustavo@codesourcery.com>
542
543 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
544 and add untested calls.
545
d334ae25
LM
5462017-01-20 Luis Machado <lgustavo@codesourcery.com>
547
548 * gdb.python/python.exp: Check line number against what GDB thinks
549 the line number is for func1.
550
f5e6296e
IB
5512017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
552
553 * gdb.dlang/debug-expr.exp: New file.
554
5b362f04
LM
5552016-12-23 Luis Machado <lgustavo@codesourcery.com>
556
557 Fix test names for the following files:
558
559 * gdb.ada/exec_changed.exp
560 * gdb.ada/info_types.exp
561 * gdb.arch/aarch64-atomic-inst.exp
562 * gdb.arch/aarch64-fp.exp
563 * gdb.arch/altivec-abi.exp
564 * gdb.arch/altivec-regs.exp
565 * gdb.arch/amd64-byte.exp
566 * gdb.arch/amd64-disp-step.exp
567 * gdb.arch/amd64-dword.exp
568 * gdb.arch/amd64-entry-value-inline.exp
569 * gdb.arch/amd64-entry-value-param.exp
570 * gdb.arch/amd64-entry-value-paramref.exp
571 * gdb.arch/amd64-entry-value.exp
572 * gdb.arch/amd64-i386-address.exp
573 * gdb.arch/amd64-invalid-stack-middle.exp
574 * gdb.arch/amd64-invalid-stack-top.exp
575 * gdb.arch/amd64-optimout-repeat.exp
576 * gdb.arch/amd64-prologue-skip.exp
577 * gdb.arch/amd64-prologue-xmm.exp
578 * gdb.arch/amd64-stap-special-operands.exp
579 * gdb.arch/amd64-stap-wrong-subexp.exp
580 * gdb.arch/amd64-tailcall-cxx.exp
581 * gdb.arch/amd64-tailcall-noret.exp
582 * gdb.arch/amd64-tailcall-ret.exp
583 * gdb.arch/amd64-tailcall-self.exp
584 * gdb.arch/amd64-word.exp
585 * gdb.arch/arm-bl-branch-dest.exp
586 * gdb.arch/arm-disp-step.exp
587 * gdb.arch/arm-neon.exp
588 * gdb.arch/arm-single-step-kernel-helper.exp
589 * gdb.arch/avr-flash-qualifier.exp
590 * gdb.arch/disp-step-insn-reloc.exp
591 * gdb.arch/e500-abi.exp
592 * gdb.arch/e500-regs.exp
593 * gdb.arch/ftrace-insn-reloc.exp
594 * gdb.arch/i386-avx512.exp
595 * gdb.arch/i386-bp_permanent.exp
596 * gdb.arch/i386-byte.exp
597 * gdb.arch/i386-cfi-notcurrent.exp
598 * gdb.arch/i386-disp-step.exp
599 * gdb.arch/i386-dr3-watch.exp
600 * gdb.arch/i386-float.exp
601 * gdb.arch/i386-gnu-cfi.exp
602 * gdb.arch/i386-mpx-map.exp
603 * gdb.arch/i386-mpx-sigsegv.exp
604 * gdb.arch/i386-mpx-simple_segv.exp
605 * gdb.arch/i386-mpx.exp
606 * gdb.arch/i386-permbkpt.exp
607 * gdb.arch/i386-prologue.exp
608 * gdb.arch/i386-signal.exp
609 * gdb.arch/i386-size-overlap.exp
610 * gdb.arch/i386-unwind.exp
611 * gdb.arch/i386-word.exp
612 * gdb.arch/mips-fcr.exp
613 * gdb.arch/powerpc-d128-regs.exp
614 * gdb.arch/powerpc-stackless.exp
615 * gdb.arch/ppc64-atomic-inst.exp
616 * gdb.arch/s390-stackless.exp
617 * gdb.arch/s390-tdbregs.exp
618 * gdb.arch/s390-vregs.exp
619 * gdb.arch/sparc-sysstep.exp
620 * gdb.arch/thumb-bx-pc.exp
621 * gdb.arch/thumb-singlestep.exp
622 * gdb.arch/thumb2-it.exp
623 * gdb.arch/vsx-regs.exp
624 * gdb.asm/asm-source.exp
625 * gdb.base/a2-run.exp
626 * gdb.base/advance.exp
627 * gdb.base/all-bin.exp
628 * gdb.base/anon.exp
629 * gdb.base/args.exp
630 * gdb.base/arithmet.exp
631 * gdb.base/async-shell.exp
632 * gdb.base/async.exp
633 * gdb.base/attach-pie-noexec.exp
634 * gdb.base/attach-twice.exp
635 * gdb.base/auto-load.exp
636 * gdb.base/bang.exp
637 * gdb.base/bitfields.exp
638 * gdb.base/break-always.exp
639 * gdb.base/break-caller-line.exp
640 * gdb.base/break-entry.exp
641 * gdb.base/break-inline.exp
642 * gdb.base/break-on-linker-gcd-function.exp
643 * gdb.base/break-probes.exp
644 * gdb.base/break.exp
645 * gdb.base/breakpoint-shadow.exp
646 * gdb.base/call-ar-st.exp
647 * gdb.base/call-sc.exp
648 * gdb.base/call-signal-resume.exp
649 * gdb.base/call-strs.exp
650 * gdb.base/callfuncs.exp
651 * gdb.base/catch-fork-static.exp
652 * gdb.base/catch-gdb-caused-signals.exp
653 * gdb.base/catch-load.exp
654 * gdb.base/catch-signal-fork.exp
655 * gdb.base/catch-signal.exp
656 * gdb.base/catch-syscall.exp
657 * gdb.base/charset.exp
658 * gdb.base/checkpoint.exp
659 * gdb.base/chng-syms.exp
660 * gdb.base/code-expr.exp
661 * gdb.base/code_elim.exp
662 * gdb.base/commands.exp
663 * gdb.base/completion.exp
664 * gdb.base/complex.exp
665 * gdb.base/cond-expr.exp
666 * gdb.base/condbreak.exp
667 * gdb.base/consecutive.exp
668 * gdb.base/continue-all-already-running.exp
669 * gdb.base/coredump-filter.exp
670 * gdb.base/corefile.exp
671 * gdb.base/dbx.exp
672 * gdb.base/debug-expr.exp
673 * gdb.base/define.exp
674 * gdb.base/del.exp
675 * gdb.base/disabled-location.exp
676 * gdb.base/disasm-end-cu.exp
677 * gdb.base/disasm-optim.exp
678 * gdb.base/display.exp
679 * gdb.base/duplicate-bp.exp
680 * gdb.base/ena-dis-br.exp
681 * gdb.base/ending-run.exp
682 * gdb.base/enumval.exp
683 * gdb.base/environ.exp
684 * gdb.base/eu-strip-infcall.exp
685 * gdb.base/eval-avoid-side-effects.exp
686 * gdb.base/eval-skip.exp
687 * gdb.base/exitsignal.exp
688 * gdb.base/expand-psymtabs.exp
689 * gdb.base/filesym.exp
690 * gdb.base/find-unmapped.exp
691 * gdb.base/finish.exp
692 * gdb.base/float.exp
693 * gdb.base/foll-exec-mode.exp
694 * gdb.base/foll-exec.exp
695 * gdb.base/foll-fork.exp
696 * gdb.base/fortran-sym-case.exp
697 * gdb.base/freebpcmd.exp
698 * gdb.base/func-ptr.exp
699 * gdb.base/func-ptrs.exp
700 * gdb.base/funcargs.exp
701 * gdb.base/gcore-buffer-overflow.exp
702 * gdb.base/gcore-relro-pie.exp
703 * gdb.base/gcore-relro.exp
704 * gdb.base/gcore.exp
705 * gdb.base/gdb1090.exp
706 * gdb.base/gdb11530.exp
707 * gdb.base/gdb11531.exp
708 * gdb.base/gdb1821.exp
709 * gdb.base/gdbindex-stabs.exp
710 * gdb.base/gdbvars.exp
711 * gdb.base/hbreak.exp
712 * gdb.base/hbreak2.exp
713 * gdb.base/included.exp
714 * gdb.base/infcall-input.exp
715 * gdb.base/inferior-died.exp
716 * gdb.base/infnan.exp
717 * gdb.base/info-macros.exp
718 * gdb.base/info-os.exp
719 * gdb.base/info-proc.exp
720 * gdb.base/info-shared.exp
721 * gdb.base/info-target.exp
722 * gdb.base/infoline.exp
723 * gdb.base/interp.exp
724 * gdb.base/interrupt.exp
725 * gdb.base/jit-reader.exp
726 * gdb.base/jit-simple.exp
727 * gdb.base/kill-after-signal.exp
728 * gdb.base/kill-detach-inferiors-cmd.exp
729 * gdb.base/label.exp
730 * gdb.base/langs.exp
731 * gdb.base/ldbl_e308.exp
732 * gdb.base/line-symtabs.exp
733 * gdb.base/linespecs.exp
734 * gdb.base/list.exp
735 * gdb.base/long_long.exp
736 * gdb.base/longest-types.exp
737 * gdb.base/maint.exp
738 * gdb.base/max-value-size.exp
739 * gdb.base/memattr.exp
740 * gdb.base/mips_pro.exp
741 * gdb.base/morestack.exp
742 * gdb.base/moribund-step.exp
743 * gdb.base/multi-forks.exp
744 * gdb.base/nested-addr.exp
745 * gdb.base/nextoverexit.exp
746 * gdb.base/noreturn-finish.exp
747 * gdb.base/noreturn-return.exp
748 * gdb.base/nostdlib.exp
749 * gdb.base/offsets.exp
750 * gdb.base/opaque.exp
751 * gdb.base/pc-fp.exp
752 * gdb.base/permissions.exp
753 * gdb.base/print-symbol-loading.exp
754 * gdb.base/prologue-include.exp
755 * gdb.base/psymtab.exp
756 * gdb.base/ptype.exp
757 * gdb.base/random-signal.exp
758 * gdb.base/randomize.exp
759 * gdb.base/range-stepping.exp
760 * gdb.base/readline-ask.exp
761 * gdb.base/recpar.exp
762 * gdb.base/recurse.exp
763 * gdb.base/relational.exp
764 * gdb.base/restore.exp
765 * gdb.base/return-nodebug.exp
766 * gdb.base/return.exp
767 * gdb.base/run-after-attach.exp
768 * gdb.base/save-bp.exp
769 * gdb.base/scope.exp
770 * gdb.base/sect-cmd.exp
771 * gdb.base/set-lang-auto.exp
772 * gdb.base/set-noassign.exp
773 * gdb.base/setvar.exp
774 * gdb.base/sigall.exp
775 * gdb.base/sigbpt.exp
776 * gdb.base/siginfo-addr.exp
777 * gdb.base/siginfo-infcall.exp
778 * gdb.base/siginfo-obj.exp
779 * gdb.base/siginfo.exp
780 * gdb.base/signals-state-child.exp
781 * gdb.base/signest.exp
782 * gdb.base/sigstep.exp
783 * gdb.base/sizeof.exp
784 * gdb.base/skip.exp
785 * gdb.base/solib-corrupted.exp
786 * gdb.base/solib-nodir.exp
787 * gdb.base/solib-search.exp
788 * gdb.base/stack-checking.exp
789 * gdb.base/stale-infcall.exp
790 * gdb.base/stap-probe.exp
791 * gdb.base/start.exp
792 * gdb.base/step-break.exp
793 * gdb.base/step-bt.exp
794 * gdb.base/step-line.exp
795 * gdb.base/step-over-exit.exp
796 * gdb.base/step-over-syscall.exp
797 * gdb.base/step-resume-infcall.exp
798 * gdb.base/step-test.exp
799 * gdb.base/store.exp
800 * gdb.base/structs3.exp
801 * gdb.base/sym-file.exp
802 * gdb.base/symbol-without-target_section.exp
803 * gdb.base/term.exp
804 * gdb.base/testenv.exp
805 * gdb.base/ui-redirect.exp
806 * gdb.base/until.exp
807 * gdb.base/unwindonsignal.exp
808 * gdb.base/value-double-free.exp
809 * gdb.base/vla-datatypes.exp
810 * gdb.base/vla-ptr.exp
811 * gdb.base/vla-sideeffect.exp
812 * gdb.base/volatile.exp
813 * gdb.base/watch-cond-infcall.exp
814 * gdb.base/watch-cond.exp
815 * gdb.base/watch-non-mem.exp
816 * gdb.base/watch-read.exp
817 * gdb.base/watch-vfork.exp
818 * gdb.base/watchpoint-cond-gone.exp
819 * gdb.base/watchpoint-delete.exp
820 * gdb.base/watchpoint-hw-hit-once.exp
821 * gdb.base/watchpoint-hw.exp
822 * gdb.base/watchpoint-stops-at-right-insn.exp
823 * gdb.base/watchpoints.exp
824 * gdb.base/wchar.exp
825 * gdb.base/whatis-exp.exp
826 * gdb.btrace/buffer-size.exp
827 * gdb.btrace/data.exp
828 * gdb.btrace/delta.exp
829 * gdb.btrace/dlopen.exp
830 * gdb.btrace/enable.exp
831 * gdb.btrace/exception.exp
832 * gdb.btrace/function_call_history.exp
833 * gdb.btrace/gcore.exp
834 * gdb.btrace/instruction_history.exp
835 * gdb.btrace/nohist.exp
836 * gdb.btrace/reconnect.exp
837 * gdb.btrace/record_goto-step.exp
838 * gdb.btrace/record_goto.exp
839 * gdb.btrace/rn-dl-bind.exp
840 * gdb.btrace/segv.exp
841 * gdb.btrace/step.exp
842 * gdb.btrace/stepi.exp
843 * gdb.btrace/tailcall-only.exp
844 * gdb.btrace/tailcall.exp
845 * gdb.btrace/tsx.exp
846 * gdb.btrace/unknown_functions.exp
847 * gdb.btrace/vdso.exp
848 * gdb.compile/compile-ifunc.exp
849 * gdb.compile/compile-ops.exp
850 * gdb.compile/compile-print.exp
851 * gdb.compile/compile-setjmp.exp
852 * gdb.cp/abstract-origin.exp
853 * gdb.cp/ambiguous.exp
854 * gdb.cp/annota2.exp
855 * gdb.cp/annota3.exp
856 * gdb.cp/anon-ns.exp
857 * gdb.cp/anon-struct.exp
858 * gdb.cp/anon-union.exp
859 * gdb.cp/arg-reference.exp
860 * gdb.cp/baseenum.exp
861 * gdb.cp/bool.exp
862 * gdb.cp/breakpoint.exp
863 * gdb.cp/bs15503.exp
864 * gdb.cp/call-c.exp
865 * gdb.cp/casts.exp
866 * gdb.cp/chained-calls.exp
867 * gdb.cp/class2.exp
868 * gdb.cp/classes.exp
869 * gdb.cp/cmpd-minsyms.exp
870 * gdb.cp/converts.exp
871 * gdb.cp/cp-relocate.exp
872 * gdb.cp/cpcompletion.exp
873 * gdb.cp/cpexprs.exp
874 * gdb.cp/cplabel.exp
875 * gdb.cp/cplusfuncs.exp
876 * gdb.cp/cpsizeof.exp
877 * gdb.cp/ctti.exp
878 * gdb.cp/derivation.exp
879 * gdb.cp/destrprint.exp
880 * gdb.cp/dispcxx.exp
881 * gdb.cp/enum-class.exp
882 * gdb.cp/exception.exp
883 * gdb.cp/exceptprint.exp
884 * gdb.cp/expand-psymtabs-cxx.exp
885 * gdb.cp/expand-sals.exp
886 * gdb.cp/extern-c.exp
887 * gdb.cp/filename.exp
888 * gdb.cp/formatted-ref.exp
889 * gdb.cp/fpointer.exp
890 * gdb.cp/gdb1355.exp
891 * gdb.cp/gdb2495.exp
892 * gdb.cp/hang.exp
893 * gdb.cp/impl-this.exp
894 * gdb.cp/infcall-dlopen.exp
895 * gdb.cp/inherit.exp
896 * gdb.cp/iostream.exp
897 * gdb.cp/koenig.exp
898 * gdb.cp/local.exp
899 * gdb.cp/m-data.exp
900 * gdb.cp/m-static.exp
901 * gdb.cp/mb-ctor.exp
902 * gdb.cp/mb-inline.exp
903 * gdb.cp/mb-templates.exp
904 * gdb.cp/member-name.exp
905 * gdb.cp/member-ptr.exp
906 * gdb.cp/meth-typedefs.exp
907 * gdb.cp/method.exp
908 * gdb.cp/method2.exp
909 * gdb.cp/minsym-fallback.exp
910 * gdb.cp/misc.exp
911 * gdb.cp/namelessclass.exp
912 * gdb.cp/namespace-enum.exp
913 * gdb.cp/namespace-nested-import.exp
914 * gdb.cp/namespace.exp
915 * gdb.cp/nextoverthrow.exp
916 * gdb.cp/no-dmgl-verbose.exp
917 * gdb.cp/non-trivial-retval.exp
918 * gdb.cp/noparam.exp
919 * gdb.cp/nsdecl.exp
920 * gdb.cp/nsimport.exp
921 * gdb.cp/nsnested.exp
922 * gdb.cp/nsnoimports.exp
923 * gdb.cp/nsrecurs.exp
924 * gdb.cp/nsstress.exp
925 * gdb.cp/nsusing.exp
926 * gdb.cp/operator.exp
927 * gdb.cp/oranking.exp
928 * gdb.cp/overload-const.exp
929 * gdb.cp/overload.exp
930 * gdb.cp/ovldbreak.exp
931 * gdb.cp/ovsrch.exp
932 * gdb.cp/paren-type.exp
933 * gdb.cp/parse-lang.exp
934 * gdb.cp/pass-by-ref.exp
935 * gdb.cp/pr-1023.exp
936 * gdb.cp/pr-1210.exp
937 * gdb.cp/pr-574.exp
938 * gdb.cp/pr10687.exp
939 * gdb.cp/pr12028.exp
940 * gdb.cp/pr17132.exp
941 * gdb.cp/pr17494.exp
942 * gdb.cp/pr9067.exp
943 * gdb.cp/pr9167.exp
944 * gdb.cp/pr9631.exp
945 * gdb.cp/printmethod.exp
946 * gdb.cp/psmang.exp
947 * gdb.cp/psymtab-parameter.exp
948 * gdb.cp/ptype-cv-cp.exp
949 * gdb.cp/ptype-flags.exp
950 * gdb.cp/re-set-overloaded.exp
951 * gdb.cp/ref-types.exp
952 * gdb.cp/rtti.exp
953 * gdb.cp/scope-err.exp
954 * gdb.cp/shadow.exp
955 * gdb.cp/smartp.exp
956 * gdb.cp/static-method.exp
957 * gdb.cp/static-print-quit.exp
958 * gdb.cp/temargs.exp
959 * gdb.cp/templates.exp
960 * gdb.cp/try_catch.exp
961 * gdb.cp/typedef-operator.exp
962 * gdb.cp/typeid.exp
963 * gdb.cp/userdef.exp
964 * gdb.cp/using-crash.exp
965 * gdb.cp/var-tag.exp
966 * gdb.cp/virtbase.exp
967 * gdb.cp/virtfunc.exp
968 * gdb.cp/virtfunc2.exp
969 * gdb.cp/vla-cxx.exp
970 * gdb.disasm/t01_mov.exp
971 * gdb.disasm/t02_mova.exp
972 * gdb.disasm/t03_add.exp
973 * gdb.disasm/t04_sub.exp
974 * gdb.disasm/t05_cmp.exp
975 * gdb.disasm/t06_ari2.exp
976 * gdb.disasm/t07_ari3.exp
977 * gdb.disasm/t08_or.exp
978 * gdb.disasm/t09_xor.exp
979 * gdb.disasm/t10_and.exp
980 * gdb.disasm/t11_logs.exp
981 * gdb.disasm/t12_bit.exp
982 * gdb.disasm/t13_otr.exp
983 * gdb.dlang/circular.exp
984 * gdb.dwarf2/arr-stride.exp
985 * gdb.dwarf2/arr-subrange.exp
986 * gdb.dwarf2/atomic-type.exp
987 * gdb.dwarf2/bad-regnum.exp
988 * gdb.dwarf2/bitfield-parent-optimized-out.exp
989 * gdb.dwarf2/callframecfa.exp
990 * gdb.dwarf2/clztest.exp
991 * gdb.dwarf2/corrupt.exp
992 * gdb.dwarf2/data-loc.exp
993 * gdb.dwarf2/dup-psym.exp
994 * gdb.dwarf2/dw2-anon-mptr.exp
995 * gdb.dwarf2/dw2-anonymous-func.exp
996 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
997 * gdb.dwarf2/dw2-bad-unresolved.exp
998 * gdb.dwarf2/dw2-basic.exp
999 * gdb.dwarf2/dw2-canonicalize-type.exp
1000 * gdb.dwarf2/dw2-case-insensitive.exp
1001 * gdb.dwarf2/dw2-common-block.exp
1002 * gdb.dwarf2/dw2-compdir-oldgcc.exp
1003 * gdb.dwarf2/dw2-compressed.exp
1004 * gdb.dwarf2/dw2-const.exp
1005 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
1006 * gdb.dwarf2/dw2-cu-size.exp
1007 * gdb.dwarf2/dw2-dup-frame.exp
1008 * gdb.dwarf2/dw2-entry-value.exp
1009 * gdb.dwarf2/dw2-icycle.exp
1010 * gdb.dwarf2/dw2-ifort-parameter.exp
1011 * gdb.dwarf2/dw2-inline-break.exp
1012 * gdb.dwarf2/dw2-inline-param.exp
1013 * gdb.dwarf2/dw2-intercu.exp
1014 * gdb.dwarf2/dw2-intermix.exp
1015 * gdb.dwarf2/dw2-lexical-block-bare.exp
1016 * gdb.dwarf2/dw2-linkage-name-trust.exp
1017 * gdb.dwarf2/dw2-minsym-in-cu.exp
1018 * gdb.dwarf2/dw2-noloc.exp
1019 * gdb.dwarf2/dw2-op-call.exp
1020 * gdb.dwarf2/dw2-op-out-param.exp
1021 * gdb.dwarf2/dw2-opt-structptr.exp
1022 * gdb.dwarf2/dw2-param-error.exp
1023 * gdb.dwarf2/dw2-producer.exp
1024 * gdb.dwarf2/dw2-ranges-base.exp
1025 * gdb.dwarf2/dw2-ref-missing-frame.exp
1026 * gdb.dwarf2/dw2-reg-undefined.exp
1027 * gdb.dwarf2/dw2-regno-invalid.exp
1028 * gdb.dwarf2/dw2-restore.exp
1029 * gdb.dwarf2/dw2-restrict.exp
1030 * gdb.dwarf2/dw2-single-line-discriminators.exp
1031 * gdb.dwarf2/dw2-strp.exp
1032 * gdb.dwarf2/dw2-undefined-ret-addr.exp
1033 * gdb.dwarf2/dw2-unresolved.exp
1034 * gdb.dwarf2/dw2-var-zero-addr.exp
1035 * gdb.dwarf2/dw4-sig-types.exp
1036 * gdb.dwarf2/dwz.exp
1037 * gdb.dwarf2/dynarr-ptr.exp
1038 * gdb.dwarf2/enum-type.exp
1039 * gdb.dwarf2/gdb-index.exp
1040 * gdb.dwarf2/implptr-64bit.exp
1041 * gdb.dwarf2/implptr-optimized-out.exp
1042 * gdb.dwarf2/implptr.exp
1043 * gdb.dwarf2/implref-array.exp
1044 * gdb.dwarf2/implref-const.exp
1045 * gdb.dwarf2/implref-global.exp
1046 * gdb.dwarf2/implref-struct.exp
1047 * gdb.dwarf2/mac-fileno.exp
1048 * gdb.dwarf2/main-subprogram.exp
1049 * gdb.dwarf2/member-ptr-forwardref.exp
1050 * gdb.dwarf2/method-ptr.exp
1051 * gdb.dwarf2/missing-sig-type.exp
1052 * gdb.dwarf2/nonvar-access.exp
1053 * gdb.dwarf2/opaque-type-lookup.exp
1054 * gdb.dwarf2/pieces-optimized-out.exp
1055 * gdb.dwarf2/pieces.exp
1056 * gdb.dwarf2/pr10770.exp
1057 * gdb.dwarf2/pr13961.exp
1058 * gdb.dwarf2/staticvirtual.exp
1059 * gdb.dwarf2/subrange.exp
1060 * gdb.dwarf2/symtab-producer.exp
1061 * gdb.dwarf2/trace-crash.exp
1062 * gdb.dwarf2/typeddwarf.exp
1063 * gdb.dwarf2/valop.exp
1064 * gdb.dwarf2/watch-notconst.exp
1065 * gdb.fortran/array-element.exp
1066 * gdb.fortran/charset.exp
1067 * gdb.fortran/common-block.exp
1068 * gdb.fortran/complex.exp
1069 * gdb.fortran/derived-type-function.exp
1070 * gdb.fortran/derived-type.exp
1071 * gdb.fortran/logical.exp
1072 * gdb.fortran/module.exp
1073 * gdb.fortran/multi-dim.exp
1074 * gdb.fortran/nested-funcs.exp
1075 * gdb.fortran/print-formatted.exp
1076 * gdb.fortran/subarray.exp
1077 * gdb.fortran/vla-alloc-assoc.exp
1078 * gdb.fortran/vla-datatypes.exp
1079 * gdb.fortran/vla-history.exp
1080 * gdb.fortran/vla-ptr-info.exp
1081 * gdb.fortran/vla-ptype-sub.exp
1082 * gdb.fortran/vla-ptype.exp
1083 * gdb.fortran/vla-sizeof.exp
1084 * gdb.fortran/vla-type.exp
1085 * gdb.fortran/vla-value-sub-arbitrary.exp
1086 * gdb.fortran/vla-value-sub-finish.exp
1087 * gdb.fortran/vla-value-sub.exp
1088 * gdb.fortran/vla-value.exp
1089 * gdb.fortran/whatis_type.exp
1090 * gdb.go/chan.exp
1091 * gdb.go/handcall.exp
1092 * gdb.go/hello.exp
1093 * gdb.go/integers.exp
1094 * gdb.go/methods.exp
1095 * gdb.go/package.exp
1096 * gdb.go/strings.exp
1097 * gdb.go/types.exp
1098 * gdb.go/unsafe.exp
1099 * gdb.guile/scm-arch.exp
1100 * gdb.guile/scm-block.exp
1101 * gdb.guile/scm-breakpoint.exp
1102 * gdb.guile/scm-cmd.exp
1103 * gdb.guile/scm-disasm.exp
1104 * gdb.guile/scm-equal.exp
1105 * gdb.guile/scm-frame-args.exp
1106 * gdb.guile/scm-frame-inline.exp
1107 * gdb.guile/scm-frame.exp
1108 * gdb.guile/scm-iterator.exp
1109 * gdb.guile/scm-math.exp
1110 * gdb.guile/scm-objfile.exp
1111 * gdb.guile/scm-ports.exp
1112 * gdb.guile/scm-symbol.exp
1113 * gdb.guile/scm-symtab.exp
1114 * gdb.guile/scm-value-cc.exp
1115 * gdb.guile/types-module.exp
1116 * gdb.linespec/break-ask.exp
1117 * gdb.linespec/cpexplicit.exp
1118 * gdb.linespec/explicit.exp
1119 * gdb.linespec/keywords.exp
1120 * gdb.linespec/linespec.exp
1121 * gdb.linespec/ls-dollar.exp
1122 * gdb.linespec/ls-errs.exp
1123 * gdb.linespec/skip-two.exp
1124 * gdb.linespec/thread.exp
1125 * gdb.mi/mi-async.exp
1126 * gdb.mi/mi-basics.exp
1127 * gdb.mi/mi-break.exp
1128 * gdb.mi/mi-catch-load.exp
1129 * gdb.mi/mi-cli.exp
1130 * gdb.mi/mi-cmd-param-changed.exp
1131 * gdb.mi/mi-console.exp
1132 * gdb.mi/mi-detach.exp
1133 * gdb.mi/mi-disassemble.exp
1134 * gdb.mi/mi-eval.exp
1135 * gdb.mi/mi-file-transfer.exp
1136 * gdb.mi/mi-file.exp
1137 * gdb.mi/mi-fill-memory.exp
1138 * gdb.mi/mi-inheritance-syntax-error.exp
1139 * gdb.mi/mi-linespec-err-cp.exp
1140 * gdb.mi/mi-logging.exp
1141 * gdb.mi/mi-memory-changed.exp
1142 * gdb.mi/mi-read-memory.exp
1143 * gdb.mi/mi-record-changed.exp
1144 * gdb.mi/mi-reg-undefined.exp
1145 * gdb.mi/mi-regs.exp
1146 * gdb.mi/mi-return.exp
1147 * gdb.mi/mi-reverse.exp
1148 * gdb.mi/mi-simplerun.exp
1149 * gdb.mi/mi-solib.exp
1150 * gdb.mi/mi-stack.exp
1151 * gdb.mi/mi-stepi.exp
1152 * gdb.mi/mi-syn-frame.exp
1153 * gdb.mi/mi-until.exp
1154 * gdb.mi/mi-var-block.exp
1155 * gdb.mi/mi-var-child.exp
1156 * gdb.mi/mi-var-cmd.exp
1157 * gdb.mi/mi-var-cp.exp
1158 * gdb.mi/mi-var-display.exp
1159 * gdb.mi/mi-var-invalidate.exp
1160 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
1161 * gdb.mi/mi-vla-fortran.exp
1162 * gdb.mi/mi-watch.exp
1163 * gdb.mi/mi2-var-child.exp
1164 * gdb.mi/user-selected-context-sync.exp
1165 * gdb.modula2/unbounded-array.exp
1166 * gdb.multi/dummy-frame-restore.exp
1167 * gdb.multi/multi-arch-exec.exp
1168 * gdb.multi/multi-arch.exp
1169 * gdb.multi/tids.exp
1170 * gdb.multi/watchpoint-multi.exp
1171 * gdb.opencl/callfuncs.exp
1172 * gdb.opencl/convs_casts.exp
1173 * gdb.opencl/datatypes.exp
1174 * gdb.opencl/operators.exp
1175 * gdb.opencl/vec_comps.exp
1176 * gdb.opt/clobbered-registers-O2.exp
1177 * gdb.opt/inline-break.exp
1178 * gdb.opt/inline-bt.exp
1179 * gdb.opt/inline-cmds.exp
1180 * gdb.opt/inline-locals.exp
1181 * gdb.pascal/case-insensitive-symbols.exp
1182 * gdb.pascal/floats.exp
1183 * gdb.pascal/gdb11492.exp
1184 * gdb.python/lib-types.exp
1185 * gdb.python/py-arch.exp
1186 * gdb.python/py-as-string.exp
1187 * gdb.python/py-bad-printers.exp
1188 * gdb.python/py-block.exp
1189 * gdb.python/py-breakpoint-create-fail.exp
1190 * gdb.python/py-breakpoint.exp
1191 * gdb.python/py-caller-is.exp
1192 * gdb.python/py-cmd.exp
1193 * gdb.python/py-explore-cc.exp
1194 * gdb.python/py-explore.exp
1195 * gdb.python/py-finish-breakpoint.exp
1196 * gdb.python/py-finish-breakpoint2.exp
1197 * gdb.python/py-frame-args.exp
1198 * gdb.python/py-frame-inline.exp
1199 * gdb.python/py-frame.exp
1200 * gdb.python/py-framefilter-mi.exp
1201 * gdb.python/py-infthread.exp
1202 * gdb.python/py-lazy-string.exp
1203 * gdb.python/py-linetable.exp
1204 * gdb.python/py-mi-events.exp
1205 * gdb.python/py-mi-objfile.exp
1206 * gdb.python/py-mi.exp
1207 * gdb.python/py-objfile.exp
1208 * gdb.python/py-pp-integral.exp
1209 * gdb.python/py-pp-maint.exp
1210 * gdb.python/py-pp-re-notag.exp
1211 * gdb.python/py-pp-registration.exp
1212 * gdb.python/py-recurse-unwind.exp
1213 * gdb.python/py-strfns.exp
1214 * gdb.python/py-symbol.exp
1215 * gdb.python/py-symtab.exp
1216 * gdb.python/py-sync-interp.exp
1217 * gdb.python/py-typeprint.exp
1218 * gdb.python/py-unwind-maint.exp
1219 * gdb.python/py-unwind.exp
1220 * gdb.python/py-value-cc.exp
1221 * gdb.python/py-xmethods.exp
1222 * gdb.reverse/amd64-tailcall-reverse.exp
1223 * gdb.reverse/break-precsave.exp
1224 * gdb.reverse/break-reverse.exp
1225 * gdb.reverse/consecutive-precsave.exp
1226 * gdb.reverse/consecutive-reverse.exp
1227 * gdb.reverse/finish-precsave.exp
1228 * gdb.reverse/finish-reverse-bkpt.exp
1229 * gdb.reverse/finish-reverse.exp
1230 * gdb.reverse/fstatat-reverse.exp
1231 * gdb.reverse/getresuid-reverse.exp
1232 * gdb.reverse/i386-precsave.exp
1233 * gdb.reverse/i386-reverse.exp
1234 * gdb.reverse/i386-sse-reverse.exp
1235 * gdb.reverse/i387-env-reverse.exp
1236 * gdb.reverse/i387-stack-reverse.exp
1237 * gdb.reverse/insn-reverse.exp
1238 * gdb.reverse/machinestate-precsave.exp
1239 * gdb.reverse/machinestate.exp
1240 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1241 * gdb.reverse/pipe-reverse.exp
1242 * gdb.reverse/readv-reverse.exp
1243 * gdb.reverse/recvmsg-reverse.exp
1244 * gdb.reverse/rerun-prec.exp
1245 * gdb.reverse/s390-mvcle.exp
1246 * gdb.reverse/step-precsave.exp
1247 * gdb.reverse/step-reverse.exp
1248 * gdb.reverse/time-reverse.exp
1249 * gdb.reverse/until-precsave.exp
1250 * gdb.reverse/until-reverse.exp
1251 * gdb.reverse/waitpid-reverse.exp
1252 * gdb.reverse/watch-precsave.exp
1253 * gdb.reverse/watch-reverse.exp
1254 * gdb.rust/generics.exp
1255 * gdb.rust/methods.exp
1256 * gdb.rust/modules.exp
1257 * gdb.rust/simple.exp
1258 * gdb.server/connect-with-no-symbol-file.exp
1259 * gdb.server/ext-attach.exp
1260 * gdb.server/ext-restart.exp
1261 * gdb.server/ext-wrapper.exp
1262 * gdb.server/file-transfer.exp
1263 * gdb.server/server-exec-info.exp
1264 * gdb.server/server-kill.exp
1265 * gdb.server/server-mon.exp
1266 * gdb.server/wrapper.exp
1267 * gdb.stabs/exclfwd.exp
1268 * gdb.stabs/gdb11479.exp
1269 * gdb.threads/clone-new-thread-event.exp
1270 * gdb.threads/corethreads.exp
1271 * gdb.threads/current-lwp-dead.exp
1272 * gdb.threads/dlopen-libpthread.exp
1273 * gdb.threads/gcore-thread.exp
1274 * gdb.threads/sigstep-threads.exp
1275 * gdb.threads/watchpoint-fork.exp
1276 * gdb.trace/actions-changed.exp
1277 * gdb.trace/backtrace.exp
1278 * gdb.trace/change-loc.exp
1279 * gdb.trace/circ.exp
1280 * gdb.trace/collection.exp
1281 * gdb.trace/disconnected-tracing.exp
1282 * gdb.trace/ftrace.exp
1283 * gdb.trace/mi-trace-frame-collected.exp
1284 * gdb.trace/mi-trace-unavailable.exp
1285 * gdb.trace/mi-traceframe-changed.exp
1286 * gdb.trace/mi-tsv-changed.exp
1287 * gdb.trace/no-attach-trace.exp
1288 * gdb.trace/passc-dyn.exp
1289 * gdb.trace/qtro.exp
1290 * gdb.trace/range-stepping.exp
1291 * gdb.trace/read-memory.exp
1292 * gdb.trace/save-trace.exp
1293 * gdb.trace/signal.exp
1294 * gdb.trace/status-stop.exp
1295 * gdb.trace/tfile.exp
1296 * gdb.trace/trace-break.exp
1297 * gdb.trace/trace-buffer-size.exp
1298 * gdb.trace/trace-condition.exp
1299 * gdb.trace/tracefile-pseudo-reg.exp
1300 * gdb.trace/tstatus.exp
1301 * gdb.trace/unavailable.exp
1302 * gdb.trace/while-dyn.exp
1303 * gdb.trace/while-stepping.exp
1304
34c41c68
DE
13052016-12-22 Doug Evans <xdje42@gmail.com>
1306
1307 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
1308 and msymbols.
1309
16e69324
YQ
13102016-12-19 Yao Qi <yao.qi@linaro.org>
1311
1312 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
1313 (test_with_self): Don't call do_steps_and_nexts, and remove
1314 code about stepping into xmalloc.
1315
f94f411b
YQ
13162016-12-09 Yao Qi <yao.qi@linaro.org>
1317
1318 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
1319
13202016-12-09 Yao Qi <yao.qi@linaro.org>
1321
1322 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
1323
f1b5deee
PA
13242016-12-09 Pedro Alves <palves@redhat.com>
1325
1326 * gdb.base/all-architectures-0.exp: New file.
1327 * gdb.base/all-architectures-1.exp: New file.
1328 * gdb.base/all-architectures-2.exp: New file.
1329 * gdb.base/all-architectures-3.exp: New file.
1330 * gdb.base/all-architectures-4.exp: New file.
1331 * gdb.base/all-architectures-5.exp: New file.
1332 * gdb.base/all-architectures-6.exp: New file.
1333 * gdb.base/all-architectures-7.exp: New file.
1334 * gdb.base/all-architectures.exp.in: New file.
1335
364ca42e
YQ
13362016-12-09 Yao Qi <yao.qi@linaro.org>
1337
1338 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
1339
107c2d62
LM
13402016-12-02 Luis Machado <lgustavo@codesourcery.com>
1341
1342 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
1343 possible.
1344 Remove useless pattern-matching code.
1345
df3ee9ca
PA
13462016-12-02 Pedro Alves <palves@redhat.com>
1347
1348 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
1349 procedure.
1350 (top level): Call it.
1351
ec835369
PA
13522016-12-02 Pedro Alves <palves@redhat.com>
1353
1354 * gdb.base/commands.exp (user_defined_command_args_stack_test):
1355 New procedure.
1356 (top level): Call it.
1357
01770bbd
PA
13582016-12-02 Pedro Alves <palves@redhat.com>
1359
1360 PR cli/20559
1361 * gdb.base/commands.exp (user_defined_command_args_eval): New
1362 procedure.
1363 (top level): Call it.
1364
008459ea
LM
13652016-12-02 Luis Machado <lgustavo@codesourcery.com>
1366
1367 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
1368 timeout handling.
1369
0c1b455e
TT
13702016-12-02 Tom Tromey <tom@tromey.com>
1371
1372 * gdb.dwarf2/main-subprogram.c: New file.
1373 * gdb.dwarf2/main-subprogram.exp: New file.
1374
018572b8
LM
13752016-12-01 Luis Machado <lgustavo@codesourcery.com>
1376
1377 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
1378 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
1379 gdb_test_no_output for a couple of cases.
1380 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
1381
84c93cd5
LM
13822016-12-01 Luis Machado <lgustavo@codesourcery.com>
1383
1384 Fix test names and standardize compilation error messages throughout
1385 the following files:
1386
1387 * gdb.ada/start.exp
1388 * gdb.arch/alpha-step.exp
1389 * gdb.arch/e500-prologue.exp
1390 * gdb.arch/ftrace-insn-reloc.exp
1391 * gdb.arch/gdb1291.exp
1392 * gdb.arch/gdb1431.exp
1393 * gdb.arch/gdb1558.exp
1394 * gdb.arch/i386-dr3-watch.exp
1395 * gdb.arch/i386-sse-stack-align.exp
1396 * gdb.arch/ia64-breakpoint-shadow.exp
1397 * gdb.arch/pa-nullify.exp
1398 * gdb.arch/powerpc-aix-prologue.exp
1399 * gdb.arch/thumb-bx-pc.exp
1400 * gdb.base/annota1.exp
1401 * gdb.base/annota3.exp
1402 * gdb.base/arrayidx.exp
1403 * gdb.base/assign.exp
1404 * gdb.base/attach.exp
1405 * gdb.base/auxv.exp
1406 * gdb.base/bang.exp
1407 * gdb.base/bfp-test.exp
1408 * gdb.base/bigcore.exp
1409 * gdb.base/bitfields2.exp
1410 * gdb.base/break-fun-addr.exp
1411 * gdb.base/break-probes.exp
1412 * gdb.base/call-rt-st.exp
1413 * gdb.base/callexit.exp
1414 * gdb.base/catch-fork-kill.exp
1415 * gdb.base/charset.exp
1416 * gdb.base/checkpoint.exp
1417 * gdb.base/comprdebug.exp
1418 * gdb.base/constvars.exp
1419 * gdb.base/coredump-filter.exp
1420 * gdb.base/cursal.exp
1421 * gdb.base/cvexpr.exp
1422 * gdb.base/detach.exp
1423 * gdb.base/display.exp
1424 * gdb.base/dmsym.exp
1425 * gdb.base/dprintf-pending.exp
1426 * gdb.base/dso2dso.exp
1427 * gdb.base/dtrace-probe.exp
1428 * gdb.base/dump.exp
1429 * gdb.base/enum_cond.exp
1430 * gdb.base/exe-lock.exp
1431 * gdb.base/exec-invalid-sysroot.exp
1432 * gdb.base/execl-update-breakpoints.exp
1433 * gdb.base/exprs.exp
1434 * gdb.base/fileio.exp
1435 * gdb.base/find.exp
1436 * gdb.base/finish.exp
1437 * gdb.base/fixsection.exp
1438 * gdb.base/foll-vfork.exp
1439 * gdb.base/frame-args.exp
1440 * gdb.base/gcore.exp
1441 * gdb.base/gdb1250.exp
1442 * gdb.base/global-var-nested-by-dso.exp
1443 * gdb.base/gnu-ifunc.exp
1444 * gdb.base/hashline1.exp
1445 * gdb.base/hashline2.exp
1446 * gdb.base/hashline3.exp
1447 * gdb.base/hbreak-in-shr-unsupported.exp
1448 * gdb.base/huge.exp
1449 * gdb.base/infcall-input.exp
1450 * gdb.base/info-fun.exp
1451 * gdb.base/info-shared.exp
1452 * gdb.base/jit-simple.exp
1453 * gdb.base/jit-so.exp
1454 * gdb.base/jit.exp
1455 * gdb.base/jump.exp
1456 * gdb.base/label.exp
1457 * gdb.base/lineinc.exp
1458 * gdb.base/logical.exp
1459 * gdb.base/longjmp.exp
1460 * gdb.base/macscp.exp
1461 * gdb.base/miscexprs.exp
1462 * gdb.base/new-ui-echo.exp
1463 * gdb.base/new-ui-pending-input.exp
1464 * gdb.base/new-ui.exp
1465 * gdb.base/nodebug.exp
1466 * gdb.base/nofield.exp
1467 * gdb.base/offsets.exp
1468 * gdb.base/overlays.exp
1469 * gdb.base/pending.exp
1470 * gdb.base/pointers.exp
1471 * gdb.base/pr11022.exp
1472 * gdb.base/printcmds.exp
1473 * gdb.base/prologue.exp
1474 * gdb.base/ptr-typedef.exp
1475 * gdb.base/realname-expand.exp
1476 * gdb.base/relativedebug.exp
1477 * gdb.base/relocate.exp
1478 * gdb.base/remote.exp
1479 * gdb.base/reread.exp
1480 * gdb.base/return2.exp
1481 * gdb.base/savedregs.exp
1482 * gdb.base/sep.exp
1483 * gdb.base/sepdebug.exp
1484 * gdb.base/sepsymtab.exp
1485 * gdb.base/set-inferior-tty.exp
1486 * gdb.base/setshow.exp
1487 * gdb.base/shlib-call.exp
1488 * gdb.base/sigaltstack.exp
1489 * gdb.base/siginfo-addr.exp
1490 * gdb.base/signals.exp
1491 * gdb.base/signull.exp
1492 * gdb.base/sigrepeat.exp
1493 * gdb.base/so-impl-ld.exp
1494 * gdb.base/solib-display.exp
1495 * gdb.base/solib-overlap.exp
1496 * gdb.base/solib-search.exp
1497 * gdb.base/solib-symbol.exp
1498 * gdb.base/structs.exp
1499 * gdb.base/structs2.exp
1500 * gdb.base/symtab-search-order.exp
1501 * gdb.base/twice.exp
1502 * gdb.base/unload.exp
1503 * gdb.base/varargs.exp
1504 * gdb.base/watchpoint-solib.exp
1505 * gdb.base/watchpoint.exp
1506 * gdb.base/whatis.exp
1507 * gdb.base/wrong_frame_bt_full.exp
1508 * gdb.btrace/dlopen.exp
1509 * gdb.cell/ea-standalone.exp
1510 * gdb.cell/ea-test.exp
1511 * gdb.cp/dispcxx.exp
1512 * gdb.cp/gdb2384.exp
1513 * gdb.cp/method2.exp
1514 * gdb.cp/nextoverthrow.exp
1515 * gdb.cp/pr10728.exp
1516 * gdb.disasm/am33.exp
1517 * gdb.disasm/h8300s.exp
1518 * gdb.disasm/mn10300.exp
1519 * gdb.disasm/sh3.exp
1520 * gdb.dwarf2/dw2-dir-file-name.exp
1521 * gdb.fortran/complex.exp
1522 * gdb.fortran/library-module.exp
1523 * gdb.guile/scm-pretty-print.exp
1524 * gdb.guile/scm-symbol.exp
1525 * gdb.guile/scm-type.exp
1526 * gdb.guile/scm-value.exp
1527 * gdb.linespec/linespec.exp
1528 * gdb.mi/gdb701.exp
1529 * gdb.mi/gdb792.exp
1530 * gdb.mi/mi-breakpoint-changed.exp
1531 * gdb.mi/mi-dprintf-pending.exp
1532 * gdb.mi/mi-dprintf.exp
1533 * gdb.mi/mi-exit-code.exp
1534 * gdb.mi/mi-pending.exp
1535 * gdb.mi/mi-solib.exp
1536 * gdb.mi/new-ui-mi-sync.exp
1537 * gdb.mi/pr11022.exp
1538 * gdb.mi/user-selected-context-sync.exp
1539 * gdb.opt/solib-intra-step.exp
1540 * gdb.python/py-events.exp
1541 * gdb.python/py-finish-breakpoint.exp
1542 * gdb.python/py-mi.exp
1543 * gdb.python/py-prettyprint.exp
1544 * gdb.python/py-shared.exp
1545 * gdb.python/py-symbol.exp
1546 * gdb.python/py-template.exp
1547 * gdb.python/py-type.exp
1548 * gdb.python/py-value.exp
1549 * gdb.reverse/solib-precsave.exp
1550 * gdb.reverse/solib-reverse.exp
1551 * gdb.server/solib-list.exp
1552 * gdb.stabs/weird.exp
1553 * gdb.threads/reconnect-signal.exp
1554 * gdb.threads/stepi-random-signal.exp
1555 * gdb.trace/actions.exp
1556 * gdb.trace/ax.exp
1557 * gdb.trace/backtrace.exp
1558 * gdb.trace/change-loc.exp
1559 * gdb.trace/deltrace.exp
1560 * gdb.trace/ftrace-lock.exp
1561 * gdb.trace/ftrace.exp
1562 * gdb.trace/infotrace.exp
1563 * gdb.trace/mi-tracepoint-changed.exp
1564 * gdb.trace/packetlen.exp
1565 * gdb.trace/passcount.exp
1566 * gdb.trace/pending.exp
1567 * gdb.trace/range-stepping.exp
1568 * gdb.trace/report.exp
1569 * gdb.trace/stap-trace.exp
1570 * gdb.trace/tfind.exp
1571 * gdb.trace/trace-break.exp
1572 * gdb.trace/trace-condition.exp
1573 * gdb.trace/trace-enable-disable.exp
1574 * gdb.trace/trace-mt.exp
1575 * gdb.trace/tracecmd.exp
1576 * gdb.trace/tspeed.exp
1577 * gdb.trace/tsv.exp
1578 * lib/perftest.exp
1579
fb9feb35
LM
15802016-12-01 Luis Machado <lgustavo@codesourcery.com>
1581
1582 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
1583 with gdb_test_no_output.
1584 Use command as test name.
1585
cd2ddb6c
LM
15862016-12-01 Luis Machado <lgustavo@codesourcery.com>
1587
1588 Fix test names starting with uppercase throughout the files.
1589
1590 * gdb.ada/assign_1.exp
1591 * gdb.ada/boolean_expr.exp
1592 * gdb.base/arrayidx.exp
1593 * gdb.base/del.exp
1594 * gdb.base/gcore-buffer-overflow.exp
1595 * gdb.base/testenv.exp
1596 * gdb.compile/compile.exp
1597 * gdb.python/py-framefilter-invalidarg.exp
1598 * gdb.python/py-framefilter.exp
1599
bb95117e
LM
16002016-12-01 Luis Machado <lgustavo@codesourcery.com>
1601
1602 Fix test names starting with uppercase throughout the files.
1603
1604 * gdb.ada/array_return.exp
1605 * gdb.ada/expr_delims.exp
1606 * gdb.ada/mi_dyn_arr.exp
1607 * gdb.ada/mi_interface.exp
1608 * gdb.ada/mi_var_array.exp
1609 * gdb.ada/watch_arg.exp
1610 * gdb.arch/alpha-step.exp
1611 * gdb.arch/altivec-regs.exp
1612 * gdb.arch/e500-regs.exp
1613 * gdb.arch/powerpc-d128-regs.exp
1614 * gdb.base/arrayidx.exp
1615 * gdb.base/break.exp
1616 * gdb.base/checkpoint.exp
1617 * gdb.base/debug-expr.exp
1618 * gdb.base/dmsym.exp
1619 * gdb.base/radix.exp
1620 * gdb.base/sepdebug.exp
1621 * gdb.base/testenv.exp
1622 * gdb.base/watch_thread_num.exp
1623 * gdb.base/watchpoint-cond-gone.exp
1624 * gdb.cell/break.exp
1625 * gdb.cell/ea-cache.exp
1626 * gdb.compile/compile.exp
1627 * gdb.cp/gdb2495.exp
1628 * gdb.gdb/selftest.exp
1629 * gdb.gdb/xfullpath.exp
1630 * gdb.go/hello.exp
1631 * gdb.go/integers.exp
1632 * gdb.objc/basicclass.exp
1633 * gdb.pascal/hello.exp
1634 * gdb.pascal/integers.exp
1635 * gdb.python/py-breakpoint.exp
1636 * gdb.python/py-cmd.exp
1637 * gdb.python/py-linetable.exp
1638 * gdb.python/py-xmethods.exp
1639 * gdb.python/python.exp
1640 * gdb.reverse/consecutive-precsave.exp
1641 * gdb.reverse/finish-precsave.exp
1642 * gdb.reverse/i386-precsave.exp
1643 * gdb.reverse/machinestate-precsave.exp
1644 * gdb.reverse/sigall-precsave.exp
1645 * gdb.reverse/solib-precsave.exp
1646 * gdb.reverse/step-precsave.exp
1647 * gdb.reverse/until-precsave.exp
1648 * gdb.reverse/watch-precsave.exp
1649 * gdb.threads/leader-exit.exp
1650 * gdb.threads/pthreads.exp
1651 * gdb.threads/wp-replication.exp
1652 * gdb.trace/actions.exp
1653 * gdb.trace/mi-tsv-changed.exp
1654 * gdb.trace/tsv.exp
1655
de97fdd4
LM
16562016-12-01 Luis Machado <lgustavo@codesourcery.com>
1657
1658 Fix test names starting with uppercase throughout the files.
1659
1660 * gdb.arch/i386-bp_permanent.exp
1661 * gdb.arch/i386-gnu-cfi.exp
1662 * gdb.base/disasm-end-cu.exp
1663 * gdb.base/macscp.exp
1664 * gdb.base/pending.exp
1665 * gdb.base/watch_thread_num.exp
1666 * gdb.cp/exception.exp
1667 * gdb.cp/gdb2495.exp
1668 * gdb.cp/local.exp
1669 * gdb.python/py-evsignal.exp
1670 * gdb.python/python.exp
1671 * gdb.trace/tracecmd.exp
1672
9f058c10
LM
16732016-12-01 Luis Machado <lgustavo@codesourcery.com>
1674
1675 Fix test names starting with uppercase throughout the files.
1676
1677 * gdb.base/charset.exp
1678 * gdb.base/eval.exp
1679 * gdb.base/multi-forks.exp
1680 * gdb.guile/scm-progspace.exp
1681 * gdb.opencl/datatypes.exp
1682 * gdb.python/py-block.exp
1683 * gdb.python/py-function.exp
1684 * gdb.python/py-symbol.exp
1685 * gdb.python/py-symtab.exp
1686 * gdb.python/py-xmethods.exp
1687 * gdb.reverse/break-precsave.exp
1688 * gdb.reverse/break-reverse.exp
1689 * gdb.reverse/consecutive-precsave.exp
1690 * gdb.reverse/consecutive-reverse.exp
1691 * gdb.reverse/finish-precsave.exp
1692 * gdb.reverse/finish-reverse-bkpt.exp
1693 * gdb.reverse/finish-reverse.exp
1694 * gdb.reverse/fstatat-reverse.exp
1695 * gdb.reverse/getresuid-reverse.exp
1696 * gdb.reverse/i386-precsave.exp
1697 * gdb.reverse/i386-reverse.exp
1698 * gdb.reverse/i386-sse-reverse.exp
1699 * gdb.reverse/i387-stack-reverse.exp
1700 * gdb.reverse/insn-reverse.exp
1701 * gdb.reverse/machinestate-precsave.exp
1702 * gdb.reverse/machinestate.exp
1703 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1704 * gdb.reverse/pipe-reverse.exp
1705 * gdb.reverse/readv-reverse.exp
1706 * gdb.reverse/recvmsg-reverse.exp
1707 * gdb.reverse/rerun-prec.exp
1708 * gdb.reverse/s390-mvcle.exp
1709 * gdb.reverse/sigall-precsave.exp
1710 * gdb.reverse/sigall-reverse.exp
1711 * gdb.reverse/solib-precsave.exp
1712 * gdb.reverse/solib-reverse.exp
1713 * gdb.reverse/step-precsave.exp
1714 * gdb.reverse/step-reverse.exp
1715 * gdb.reverse/time-reverse.exp
1716 * gdb.reverse/until-precsave.exp
1717 * gdb.reverse/until-reverse.exp
1718 * gdb.reverse/waitpid-reverse.exp
1719 * gdb.reverse/watch-precsave.exp
1720 * gdb.reverse/watch-reverse.exp
1721
cdc7edd7
LM
17222016-12-01 Luis Machado <lgustavo@codesourcery.com>
1723
1724 Fix test names starting with uppercase throughout the files.
1725
1726 * gdb.arch/i386-mpx-simple_segv.exp
1727 * gdb.arch/i386-mpx.exp
1728 * gdb.arch/i386-permbkpt.exp
1729 * gdb.arch/pa-nullify.exp
1730 * gdb.arch/powerpc-d128-regs.exp
1731 * gdb.arch/vsx-regs.exp
1732 * gdb.base/bfp-test.exp
1733 * gdb.base/break.exp
1734 * gdb.base/breakpoint-shadow.exp
1735 * gdb.base/callfuncs.exp
1736 * gdb.base/charset.exp
1737 * gdb.base/commands.exp
1738 * gdb.base/completion.exp
1739 * gdb.base/dfp-test.exp
1740 * gdb.base/echo.exp
1741 * gdb.base/ending-run.exp
1742 * gdb.base/eval.exp
1743 * gdb.base/expand-psymtabs.exp
1744 * gdb.base/float128.exp
1745 * gdb.base/floatn.exp
1746 * gdb.base/foll-exec-mode.exp
1747 * gdb.base/gdb1056.exp
1748 * gdb.base/gdb11531.exp
1749 * gdb.base/kill-after-signal.exp
1750 * gdb.base/multi-forks.exp
1751 * gdb.base/overlays.exp
1752 * gdb.base/pending.exp
1753 * gdb.base/sepdebug.exp
1754 * gdb.base/testenv.exp
1755 * gdb.base/valgrind-db-attach.exp
1756 * gdb.base/watch_thread_num.exp
1757 * gdb.base/watchpoint-cond-gone.exp
1758 * gdb.base/watchpoint.exp
1759 * gdb.base/watchpoints.exp
1760 * gdb.cp/arg-reference.exp
1761 * gdb.cp/baseenum.exp
1762 * gdb.cp/operator.exp
1763 * gdb.cp/shadow.exp
1764 * gdb.dwarf2/dw2-op-out-param.exp
1765 * gdb.dwarf2/dw2-reg-undefined.exp
1766 * gdb.go/chan.exp
1767 * gdb.go/hello.exp
1768 * gdb.go/integers.exp
1769 * gdb.go/methods.exp
1770 * gdb.go/package.exp
1771 * gdb.guile/scm-parameter.exp
1772 * gdb.guile/scm-progspace.exp
1773 * gdb.guile/scm-value.exp
1774 * gdb.mi/mi-pending.exp
1775 * gdb.mi/user-selected-context-sync.exp
1776 * gdb.multi/multi-attach.exp
1777 * gdb.multi/tids.exp
1778 * gdb.opt/clobbered-registers-O2.exp
1779 * gdb.pascal/floats.exp
1780 * gdb.pascal/integers.exp
1781 * gdb.python/py-block.exp
1782 * gdb.python/py-events.exp
1783 * gdb.python/py-parameter.exp
1784 * gdb.python/py-symbol.exp
1785 * gdb.python/py-symtab.exp
1786 * gdb.python/py-type.exp
1787 * gdb.python/py-value.exp
1788 * gdb.python/py-xmethods.exp
1789 * gdb.python/python.exp
1790 * gdb.reverse/break-precsave.exp
1791 * gdb.reverse/consecutive-precsave.exp
1792 * gdb.reverse/finish-precsave.exp
1793 * gdb.reverse/i386-precsave.exp
1794 * gdb.reverse/machinestate-precsave.exp
1795 * gdb.reverse/sigall-precsave.exp
1796 * gdb.reverse/solib-precsave.exp
1797 * gdb.reverse/step-precsave.exp
1798 * gdb.reverse/until-precsave.exp
1799 * gdb.reverse/watch-precsave.exp
1800 * gdb.server/ext-attach.exp
1801 * gdb.server/ext-restart.exp
1802 * gdb.server/ext-run.exp
1803 * gdb.server/ext-wrapper.exp
1804 * gdb.stabs/gdb11479.exp
1805 * gdb.stabs/weird.exp
1806 * gdb.threads/attach-many-short-lived-threads.exp
1807 * gdb.threads/kill.exp
1808 * gdb.threads/watchpoint-fork.exp
1809
bc6c7af4
LM
18102016-12-01 Luis Machado <lgustavo@codesourcery.com>
1811
1812 Fix test names starting with uppercase throughout all the files below.
1813
1814 * gdb.ada/array_return.exp
1815 * gdb.ada/catch_ex.exp
1816 * gdb.ada/info_exc.exp
1817 * gdb.ada/mi_catch_ex.exp
1818 * gdb.ada/mi_dyn_arr.exp
1819 * gdb.ada/mi_ex_cond.exp
1820 * gdb.ada/mi_exc_info.exp
1821 * gdb.ada/mi_interface.exp
1822 * gdb.ada/mi_task_arg.exp
1823 * gdb.ada/mi_task_info.exp
1824 * gdb.ada/mi_var_array.exp
1825 * gdb.arch/alpha-step.exp
1826 * gdb.arch/amd64-disp-step.exp
1827 * gdb.arch/arm-disp-step.exp
1828 * gdb.arch/disp-step-insn-reloc.exp
1829 * gdb.arch/e500-prologue.exp
1830 * gdb.arch/ftrace-insn-reloc.exp
1831 * gdb.arch/gdb1558.exp
1832 * gdb.arch/i386-bp_permanent.exp
1833 * gdb.arch/i386-disp-step.exp
1834 * gdb.arch/i386-float.exp
1835 * gdb.arch/i386-gnu-cfi.exp
1836 * gdb.arch/ia64-breakpoint-shadow.exp
1837 * gdb.arch/mips16-thunks.exp
1838 * gdb.arch/pa-nullify.exp
1839 * gdb.arch/powerpc-aix-prologue.exp
1840 * gdb.arch/powerpc-power.exp
1841 * gdb.arch/ppc-dfp.exp
1842 * gdb.arch/s390-tdbregs.exp
1843 * gdb.arch/spu-info.exp
1844 * gdb.arch/spu-ls.exp
1845 * gdb.arch/thumb-bx-pc.exp
1846 * gdb.base/advance.exp
1847 * gdb.base/annota-input-while-running.exp
1848 * gdb.base/arrayidx.exp
1849 * gdb.base/asmlabel.exp
1850 * gdb.base/async.exp
1851 * gdb.base/attach-wait-input.exp
1852 * gdb.base/auto-connect-native-target.exp
1853 * gdb.base/batch-preserve-term-settings.exp
1854 * gdb.base/bfp-test.exp
1855 * gdb.base/bigcore.exp
1856 * gdb.base/bp-permanent.exp
1857 * gdb.base/break-always.exp
1858 * gdb.base/break-fun-addr.exp
1859 * gdb.base/break-idempotent.exp
1860 * gdb.base/break-main-file-remove-fail.exp
1861 * gdb.base/break-probes.exp
1862 * gdb.base/break-unload-file.exp
1863 * gdb.base/break.exp
1864 * gdb.base/call-ar-st.exp
1865 * gdb.base/call-rt-st.exp
1866 * gdb.base/call-sc.exp
1867 * gdb.base/call-signal-resume.exp
1868 * gdb.base/call-strs.exp
1869 * gdb.base/callexit.exp
1870 * gdb.base/callfuncs.exp
1871 * gdb.base/catch-gdb-caused-signals.exp
1872 * gdb.base/catch-signal-siginfo-cond.exp
1873 * gdb.base/catch-syscall.exp
1874 * gdb.base/compare-sections.exp
1875 * gdb.base/cond-eval-mode.exp
1876 * gdb.base/condbreak-call-false.exp
1877 * gdb.base/consecutive-step-over.exp
1878 * gdb.base/cursal.exp
1879 * gdb.base/disabled-location.exp
1880 * gdb.base/disasm-end-cu.exp
1881 * gdb.base/display.exp
1882 * gdb.base/double-prompt-target-event-error.exp
1883 * gdb.base/dprintf-bp-same-addr.exp
1884 * gdb.base/dprintf-detach.exp
1885 * gdb.base/dprintf-next.exp
1886 * gdb.base/dprintf-non-stop.exp
1887 * gdb.base/dprintf-pending.exp
1888 * gdb.base/dso2dso.exp
1889 * gdb.base/ending-run.exp
1890 * gdb.base/enum_cond.exp
1891 * gdb.base/examine-backward.exp
1892 * gdb.base/exe-lock.exp
1893 * gdb.base/exec-invalid-sysroot.exp
1894 * gdb.base/execl-update-breakpoints.exp
1895 * gdb.base/execution-termios.exp
1896 * gdb.base/fileio.exp
1897 * gdb.base/fixsection.exp
1898 * gdb.base/foll-exec-mode.exp
1899 * gdb.base/foll-exec.exp
1900 * gdb.base/fork-running-state.exp
1901 * gdb.base/frame-args.exp
1902 * gdb.base/fullpath-expand.exp
1903 * gdb.base/func-ptr.exp
1904 * gdb.base/gcore-relro-pie.exp
1905 * gdb.base/gdb1090.exp
1906 * gdb.base/gdb1555.exp
1907 * gdb.base/global-var-nested-by-dso.exp
1908 * gdb.base/gnu-ifunc.exp
1909 * gdb.base/hbreak-in-shr-unsupported.exp
1910 * gdb.base/hbreak-unmapped.exp
1911 * gdb.base/hook-stop.exp
1912 * gdb.base/infcall-input.exp
1913 * gdb.base/info-fun.exp
1914 * gdb.base/info-shared.exp
1915 * gdb.base/interrupt-noterm.exp
1916 * gdb.base/jit-so.exp
1917 * gdb.base/jit.exp
1918 * gdb.base/line-symtabs.exp
1919 * gdb.base/list.exp
1920 * gdb.base/longjmp.exp
1921 * gdb.base/macscp.exp
1922 * gdb.base/max-value-size.exp
1923 * gdb.base/nodebug.exp
1924 * gdb.base/nofield.exp
1925 * gdb.base/overlays.exp
1926 * gdb.base/paginate-after-ctrl-c-running.exp
1927 * gdb.base/paginate-bg-execution.exp
1928 * gdb.base/paginate-inferior-exit.exp
1929 * gdb.base/pending.exp
1930 * gdb.base/pr11022.exp
1931 * gdb.base/printcmds.exp
1932 * gdb.base/ptr-typedef.exp
1933 * gdb.base/ptype.exp
1934 * gdb.base/randomize.exp
1935 * gdb.base/range-stepping.exp
1936 * gdb.base/realname-expand.exp
1937 * gdb.base/relativedebug.exp
1938 * gdb.base/remote.exp
1939 * gdb.base/savedregs.exp
1940 * gdb.base/sepdebug.exp
1941 * gdb.base/set-noassign.exp
1942 * gdb.base/shlib-call.exp
1943 * gdb.base/shreloc.exp
1944 * gdb.base/sigaltstack.exp
1945 * gdb.base/sigbpt.exp
1946 * gdb.base/siginfo-addr.exp
1947 * gdb.base/siginfo-obj.exp
1948 * gdb.base/siginfo-thread.exp
1949 * gdb.base/signest.exp
1950 * gdb.base/signull.exp
1951 * gdb.base/sigrepeat.exp
1952 * gdb.base/skip.exp
1953 * gdb.base/so-impl-ld.exp
1954 * gdb.base/solib-corrupted.exp
1955 * gdb.base/solib-disc.exp
1956 * gdb.base/solib-display.exp
1957 * gdb.base/solib-overlap.exp
1958 * gdb.base/solib-search.exp
1959 * gdb.base/solib-symbol.exp
1960 * gdb.base/source-execution.exp
1961 * gdb.base/sss-bp-on-user-bp-2.exp
1962 * gdb.base/sss-bp-on-user-bp.exp
1963 * gdb.base/stack-checking.exp
1964 * gdb.base/stale-infcall.exp
1965 * gdb.base/step-break.exp
1966 * gdb.base/step-line.exp
1967 * gdb.base/step-over-exit.exp
1968 * gdb.base/step-test.exp
1969 * gdb.base/structs.exp
1970 * gdb.base/sym-file.exp
1971 * gdb.base/symtab-search-order.exp
1972 * gdb.base/term.exp
1973 * gdb.base/type-opaque.exp
1974 * gdb.base/unload.exp
1975 * gdb.base/until-nodebug.exp
1976 * gdb.base/until.exp
1977 * gdb.base/unwindonsignal.exp
1978 * gdb.base/watch-cond.exp
1979 * gdb.base/watch-non-mem.exp
1980 * gdb.base/watch_thread_num.exp
1981 * gdb.base/watchpoint-reuse-slot.exp
1982 * gdb.base/watchpoint-solib.exp
1983 * gdb.base/watchpoint.exp
1984 * gdb.btrace/dlopen.exp
1985 * gdb.cell/arch.exp
1986 * gdb.cell/break.exp
1987 * gdb.cell/bt.exp
1988 * gdb.cell/core.exp
1989 * gdb.cell/data.exp
1990 * gdb.cell/dwarfaddr.exp
1991 * gdb.cell/ea-cache.exp
1992 * gdb.cell/ea-standalone.exp
1993 * gdb.cell/ea-test.exp
1994 * gdb.cell/f-regs.exp
1995 * gdb.cell/fork.exp
1996 * gdb.cell/gcore.exp
1997 * gdb.cell/mem-access.exp
1998 * gdb.cell/ptype.exp
1999 * gdb.cell/registers.exp
2000 * gdb.cell/sizeof.exp
2001 * gdb.cell/solib-symbol.exp
2002 * gdb.cell/solib.exp
2003 * gdb.compile/compile-tls.exp
2004 * gdb.cp/exception.exp
2005 * gdb.cp/gdb2495.exp
2006 * gdb.cp/local.exp
2007 * gdb.cp/mb-inline.exp
2008 * gdb.cp/mb-templates.exp
2009 * gdb.cp/pr10687.exp
2010 * gdb.cp/pr9167.exp
2011 * gdb.cp/scope-err.exp
2012 * gdb.cp/templates.exp
2013 * gdb.cp/virtfunc.exp
2014 * gdb.dwarf2/dw2-dir-file-name.exp
2015 * gdb.dwarf2/dw2-single-line-discriminators.exp
2016 * gdb.fortran/complex.exp
2017 * gdb.fortran/library-module.exp
2018 * gdb.guile/guile.exp
2019 * gdb.guile/scm-cmd.exp
2020 * gdb.guile/scm-frame-inline.exp
2021 * gdb.guile/scm-objfile.exp
2022 * gdb.guile/scm-pretty-print.exp
2023 * gdb.guile/scm-symbol.exp
2024 * gdb.guile/scm-type.exp
2025 * gdb.guile/scm-value.exp
2026 * gdb.linespec/keywords.exp
2027 * gdb.linespec/ls-errs.exp
2028 * gdb.linespec/macro-relative.exp
2029 * gdb.linespec/thread.exp
2030 * gdb.mi/mi-breakpoint-changed.exp
2031 * gdb.mi/mi-dprintf-pending.exp
2032 * gdb.mi/mi-fullname-deleted.exp
2033 * gdb.mi/mi-logging.exp
2034 * gdb.mi/mi-pending.exp
2035 * gdb.mi/mi-solib.exp
2036 * gdb.mi/new-ui-mi-sync.exp
2037 * gdb.mi/user-selected-context-sync.exp
2038 * gdb.multi/dummy-frame-restore.exp
2039 * gdb.multi/multi-arch-exec.exp
2040 * gdb.multi/remove-inferiors.exp
2041 * gdb.multi/watchpoint-multi-exit.exp
2042 * gdb.opt/solib-intra-step.exp
2043 * gdb.perf/backtrace.exp
2044 * gdb.perf/single-step.exp
2045 * gdb.perf/skip-command.exp
2046 * gdb.perf/skip-prologue.exp
2047 * gdb.perf/solib.exp
2048 * gdb.python/lib-types.exp
2049 * gdb.python/py-as-string.exp
2050 * gdb.python/py-bad-printers.exp
2051 * gdb.python/py-block.exp
2052 * gdb.python/py-breakpoint.exp
2053 * gdb.python/py-cmd.exp
2054 * gdb.python/py-events.exp
2055 * gdb.python/py-evthreads.exp
2056 * gdb.python/py-finish-breakpoint.exp
2057 * gdb.python/py-finish-breakpoint2.exp
2058 * gdb.python/py-frame-inline.exp
2059 * gdb.python/py-frame.exp
2060 * gdb.python/py-inferior.exp
2061 * gdb.python/py-infthread.exp
2062 * gdb.python/py-mi.exp
2063 * gdb.python/py-objfile.exp
2064 * gdb.python/py-pp-maint.exp
2065 * gdb.python/py-pp-registration.exp
2066 * gdb.python/py-prettyprint.exp
2067 * gdb.python/py-recurse-unwind.exp
2068 * gdb.python/py-shared.exp
2069 * gdb.python/py-symbol.exp
2070 * gdb.python/py-symtab.exp
2071 * gdb.python/py-template.exp
2072 * gdb.python/py-type.exp
2073 * gdb.python/py-unwind-maint.exp
2074 * gdb.python/py-unwind.exp
2075 * gdb.python/py-value.exp
2076 * gdb.python/python.exp
2077 * gdb.reverse/finish-reverse-bkpt.exp
2078 * gdb.reverse/insn-reverse.exp
2079 * gdb.reverse/next-reverse-bkpt-over-sr.exp
2080 * gdb.reverse/solib-precsave.exp
2081 * gdb.reverse/solib-reverse.exp
2082 * gdb.stabs/gdb11479.exp
2083 * gdb.stabs/weird.exp
2084 * gdb.threads/fork-child-threads.exp
2085 * gdb.threads/fork-plus-threads.exp
2086 * gdb.threads/fork-thread-pending.exp
2087 * gdb.threads/forking-threads-plus-breakpoint.exp
2088 * gdb.threads/hand-call-in-threads.exp
2089 * gdb.threads/interrupted-hand-call.exp
2090 * gdb.threads/linux-dp.exp
2091 * gdb.threads/local-watch-wrong-thread.exp
2092 * gdb.threads/next-while-other-thread-longjmps.exp
2093 * gdb.threads/non-ldr-exit.exp
2094 * gdb.threads/pending-step.exp
2095 * gdb.threads/print-threads.exp
2096 * gdb.threads/process-dies-while-detaching.exp
2097 * gdb.threads/process-dies-while-handling-bp.exp
2098 * gdb.threads/pthreads.exp
2099 * gdb.threads/queue-signal.exp
2100 * gdb.threads/reconnect-signal.exp
2101 * gdb.threads/signal-command-handle-nopass.exp
2102 * gdb.threads/signal-command-multiple-signals-pending.exp
2103 * gdb.threads/signal-delivered-right-thread.exp
2104 * gdb.threads/signal-sigtrap.exp
2105 * gdb.threads/sigthread.exp
2106 * gdb.threads/staticthreads.exp
2107 * gdb.threads/stepi-random-signal.exp
2108 * gdb.threads/thread-unwindonsignal.exp
2109 * gdb.threads/thread_check.exp
2110 * gdb.threads/thread_events.exp
2111 * gdb.threads/tid-reuse.exp
2112 * gdb.threads/tls-nodebug.exp
2113 * gdb.threads/tls-shared.exp
2114 * gdb.threads/tls-so_extern.exp
2115 * gdb.threads/tls.exp
2116 * gdb.threads/wp-replication.exp
2117 * gdb.trace/actions-changed.exp
2118 * gdb.trace/actions.exp
2119 * gdb.trace/backtrace.exp
2120 * gdb.trace/change-loc.exp
2121 * gdb.trace/collection.exp
2122 * gdb.trace/deltrace.exp
2123 * gdb.trace/disconnected-tracing.exp
2124 * gdb.trace/entry-values.exp
2125 * gdb.trace/ftrace-lock.exp
2126 * gdb.trace/ftrace.exp
2127 * gdb.trace/infotrace.exp
2128 * gdb.trace/mi-trace-frame-collected.exp
2129 * gdb.trace/mi-trace-unavailable.exp
2130 * gdb.trace/mi-traceframe-changed.exp
2131 * gdb.trace/mi-tracepoint-changed.exp
2132 * gdb.trace/mi-tsv-changed.exp
2133 * gdb.trace/no-attach-trace.exp
2134 * gdb.trace/packetlen.exp
2135 * gdb.trace/passc-dyn.exp
2136 * gdb.trace/passcount.exp
2137 * gdb.trace/pending.exp
2138 * gdb.trace/pr16508.exp
2139 * gdb.trace/qtro.exp
2140 * gdb.trace/range-stepping.exp
2141 * gdb.trace/read-memory.exp
2142 * gdb.trace/report.exp
2143 * gdb.trace/save-trace.exp
2144 * gdb.trace/signal.exp
2145 * gdb.trace/stap-trace.exp
2146 * gdb.trace/status-stop.exp
2147 * gdb.trace/strace.exp
2148 * gdb.trace/tfile.exp
2149 * gdb.trace/tfind.exp
2150 * gdb.trace/trace-break.exp
2151 * gdb.trace/trace-condition.exp
2152 * gdb.trace/trace-enable-disable.exp
2153 * gdb.trace/trace-mt.exp
2154 * gdb.trace/tracecmd.exp
2155 * gdb.trace/tracefile-pseudo-reg.exp
2156 * gdb.trace/tspeed.exp
2157 * gdb.trace/tstatus.exp
2158 * gdb.trace/tsv.exp
2159 * gdb.trace/unavailable.exp
2160 * gdb.trace/while-dyn.exp
2161 * gdb.trace/while-stepping.exp
2162 * lib/gdb-guile.exp
2163 * lib/gdb.exp
2164 * lib/mi-support.exp
2165 * lib/pascal.exp
2166 * lib/perftest.exp
2167 * lib/prelink-support.exp
2168 * lib/selftest-support.exp
2169
ad02e4fe
SM
21702016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
2171
2172 * Makefile.in: Include disable-implicit-rules.mk.
2173
22347e55
AA
21742016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2175
2176 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
2177 non-byte-aligned bit fields.
2178
da5b30da
AA
21792016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2180
2181 PR gdb/12616
2182 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
2183 respects the DW_AT_data_bit_offset attribute.
2184
b593ecca
SM
21852016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
2186
2187 * gdb.base/default.exp: Fix output of "set language".
2188
3b165252
SM
21892016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
2190
2191 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
2192 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
2193 make.
2194 * configure.ac: Remove checks for the make program.
2195 * configure: Re-generate.
2196
1a2f3d7f
KB
21972016-11-16 Kevin Buettner <kevinb@redhat.com>
2198
2199 * gdb.python/py-recurse-unwind.c (main): Add loop.
2200 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
2201 to read_register() and gdb.parse_and_eval(). Make each code
2202 call a separate case that can be individually tested.
2203 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
2204 proc. Call cont_and_backtrace for each of the code paths that
2205 we want to test in the unwinder.
2206
b7f38fda
AA
22072016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
2208
2209 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
2210 the definition of struct S.
2211
1f8db343
CM
22122016-11-11 Catherine Moore <clm@codesourcery.com>
2213
2214 * gdb.base/dump.exp: Identify verilog format dump tests as such.
2215
fad0c9fb
PA
22162016-11-09 Pedro Alves <palves@redhat.com>
2217
2218 * gdb.base/commands.exp (runto_or_return): New procedure.
2219 (gdbvar_simple_if_test, gdbvar_simple_while_test)
2220 (gdbvar_complex_if_while_test, progvar_simple_if_test)
2221 (progvar_simple_while_test, progvar_complex_if_while_test)
2222 (if_while_breakpoint_command_test)
2223 (infrun_breakpoint_command_test, breakpoint_command_test)
2224 (user_defined_command_test, watchpoint_command_test)
2225 (test_command_prompt_position, redefine_hook_test)
2226 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
2227 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
2228 multi_line_input and multi_line. Remove gdb_expect and
2229 gdb_stop_suppressing_tests uses.
2230 * lib/gdb.exp (valnum_re): New global.
2231 (multi_line_input): New procedure.
2232
8354c62c
SM
22332016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
2234
2235 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
2236 Remove.
2237 (test_setup): Define with proc_with_prefix.
2238 (test_cli_inferior): Likewise.
2239 (test_cli_thread): Likewise.
2240 (test_cli_frame): Likewise.
2241 (test_cli_select_frame): Likewise.
2242 (test_cli_up_down): Likewise.
2243 (test_mi_thread_select): Likewise.
2244 (test_mi_stack_select_frame): Likewise.
2245 (test_cli_in_mi_inferior): Likewise.
2246 (test_cli_in_mi_thread): Likewise.
2247 (test_cli_in_mi_frame): Likewise.
2248 (top level): Do not use with_test_prefix_procname.
2249
64f367a2
PA
22502016-11-09 Pedro Alves <palves@redhat.com>
2251
2252 * gdb.base/commands.exp (gdbvar_simple_if_test)
2253 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
2254 (progvar_simple_if_test, progvar_simple_while_test)
2255 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
2256 (infrun_breakpoint_command_test, breakpoint_command_test)
2257 (user_defined_command_test, watchpoint_command_test)
2258 (test_command_prompt_position, deprecated_command_test)
2259 (bp_deleted_in_command, temporary_breakpoint_commands)
2260 (stray_arg0_test, source_file_with_indented_comment)
2261 (recursive_source_test, if_commands_test)
2262 (error_clears_commands_left, redefine_hook_test)
2263 (redefine_backtrace_test): Use proc_with_prefix.
2264 * lib/gdb.exp (proc_with_prefix): New proc.
2265
0bb65f1e
AA
22662016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2267
2268 * gdb.base/tui-layout.c: New file.
2269 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
2270 disassembly window contains very long lines.
2271
7353f247
TT
22722016-11-08 Tom Tromey <tom@tromey.com>
2273
2274 * gdb.python/py-value.exp (test_value_creation): Make "long" test
2275 depend on Python 2.
2276
30a7bb83
TT
22772016-11-08 Tom Tromey <tom@tromey.com>
2278
2279 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
2280 New method.
2281
cdf5a07c
MG
22822016-10-29 Manish Goregaokar <manish@mozilla.com>
2283
2806dc7e 2284 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 2285
51a789c3
MG
22862016-10-27 Manish Goregaokar <manish@mozilla.com>
2287
2806dc7e
PA
2288 * gdb.rust/simple.rs: Add test for univariant enums without
2289 discriminants and for encoded struct-like enums.
51a789c3 2290
f610ab6d
PA
22912016-10-28 Pedro Alves <palves@redhat.com>
2292
2293 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
2294 gdb_test_multiple, tighten regexps and match symtabs and line
2295 tables incrementally.
2296
b129b0ca
LM
22972016-10-28 Luis Machado <lgustavo@codesourcery.com>
2298
2299 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
2300 general.
2301
ecf45d2c
SL
23022016-10-25 Luis Machado <lgustavo@codesourcery.com>
2303
2304 * gdb.base/exec-invalid-sysroot.exp: New file.
2305
b8d38ee4
JK
23062016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2307
2308 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
2309
f90fd8c2
JK
23102016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2311
2312 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
2313
2d2476aa
MR
23142016-10-19 Maciej W. Rozycki <macro@imgtec.com>
2315
2806dc7e
PA
2316 * gdb.base/killed-outside.exp: Remove $options from a call to
2317 `prepare_for_testing'.
2d2476aa 2318
e42b25a0
SM
23192016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2320
2321 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2322 Change test message.
2323
3ccdb432
SM
23242016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2325
2326 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2327 Update comment.
2328
5bad3170
SM
23292016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2330
2331 * gdb.trace/mi-trace-save.exp: New file.
2332
5ad9dba7
YQ
23332016-10-13 Yao Qi <yao.qi@linaro.org>
2334
2335 * gdb.base/code_elim.exp (get_var_address): Remove.
2336 * gdb.base/relocate.exp: Likewise.
2337 * gdb.base/shreloc.exp: Likewise.
2338 * lib/gdb.exp (get_var_address): New.
2339
62df7e21
YQ
23402016-10-13 Yao Qi <yao.qi@linaro.org>
2341
2342 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
2343 floating point tests if $skip_float_test is false.
2344
4dac951e
LM
23452016-10-12 Luis Machado <lgustavo@codesourcery.com>
2346
2347 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
2348 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
2349 argc values.
2350 Add 1 to argc so we guarantee distinct initial/modified argc values.
2351
8f1a8fc4
JK
23522016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2353
2354 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
2355
16c85b5d
JK
23562016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2357
2358 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
2359 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
2360 * gdb.arch/vsx-regs.exp: Likewise.
2361
1d0e042a
YQ
23622016-10-07 Yao Qi <yao.qi@linaro.org>
2363
2364 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
2365
68dadef5
MM
23662016-10-07 Markus Metzger <markus.t.metzger@intel.com>
2367
2368 * gdb.python/python.exp: Test decode_line("*0").
2369
33fa2c6e
DE
23702016-10-06 Doug Evans <dje@google.com>
2371
2372 * gdb.python/py-value.exp (test_value_creation): Add test for large
2373 unsigned 64-bit value.
2374
9c37b5ae
TT
23752016-10-06 Tom Tromey <tom@tromey.com>
2376
2377 * gdb.compile/compile.exp: Change java tests to rust.
2378 * gdb.base/setshow.exp: Change java tests to rust.
2379 * gdb.base/default.exp: Remove java from language list.
2380 * README (Examples): Update language example.
2381 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
2382 test.
2383 * lib/gdb.exp (skip_java_tests): Remove.
2384 * lib/java.exp: Remove.
2385 * gdb.java: Remove.
2386
78b86327
MR
23872016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2388
2389 * gdb.arch/mips-fcr.exp: New test.
2390 * gdb.arch/mips-fcr.c: Source for the new test.
2391
7470adbb
MR
23922016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2393
2394 * gdb.base/solib-disc.exp: Use `standard_output_file'
2395 throughout.
2396
4a556533
PA
23972016-10-06 Pedro Alves <palves@redhat.com>
2398
2399 * gdb.base/jit-simple-dl.c: New file.
2400 * gdb.base/jit-simple-jit.c: New file, factored out from ...
2401 * gdb.base/jit-simple.c: ... this.
2402 * gdb.base/jit-simple.exp (jit_run): Delete.
2403 (build_jit): New proc.
2404 (jit_test_reread): Recompile either the main program or the shared
2405 library, depending on what is being tested. Skip changing address
2406 if caller wants to. Compare before/after addresses. If testing
2407 standalone, explicitly load the binary. Test "maint info
2408 breakpoints".
2409 (top level): Add "standalone vs shared lib" and "change address"
2410 vs "same address" axes.
2411
5a122fbc
PA
24122016-10-06 Pedro Alves <palves@redhat.com>
2413
2414 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
2415 call.
2416 (jit_run): Delete.
2417 (jit_test_reread): Use with_test_prefix. Reload the main binary
2418 explicitly. Compare the before/after addresses of the JIT
2419 descriptor.
2420
ee8da4b8
DE
24212016-08-15 Doug Evans <dje@google.com>
2422
2423 * gdb.xml/extra-regs.xml: Update, end field now required, default type
2424 for single bitfields is bool.
2425 * gdb.xml/tdesc-regs.exp: Ditto.
2426
f389f6fe
JK
24272016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2428
2429 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
2430
fdebf1a4
YQ
24312016-10-05 Yao Qi <yao.qi@linaro.org>
2432
2433 * lib/gdb.exp (support_complex_tests): Return zero if
2434 gdb_skip_float_test return true.
2435
9c36d954 24362016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 2437 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
2438
2439 PR gdb/20487
2440 * gdb.mi/user-selected-context-sync.exp: New file.
2441 * gdb.mi/user-selected-context-sync.c: New file.
2442
4034d0ff 24432016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 2444 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
2445
2446 PR gdb/20487
2447 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
2448 =thread-select-event check.
2449
a4297203
PB
24502016-09-29 Peter Bergner <bergner@vnet.ibm.com>
2451
2452 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
2453 the compulsory L operand changes.
2454 * gdb.arch/powerpc-power.s: Likewise.
2455
bb805577
JK
24562016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2457
2458 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
2459 * gdb.base/jit-attach-pie.c: New file.
2460 * gdb.base/jit-attach-pie.exp: New file.
2461
6d61dee5
PA
24622016-09-28 Pedro Alves <palves@redhat.com>
2463
2464 * gdb.base/infcall-input.c: New file.
2465 * gdb.base/infcall-input.exp: New file.
2466
f73842fc
YQ
24672016-09-22 Yao Qi <yao.qi@linaro.org>
2468
2469 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
2470 (gdb_exit): Rename it to ...
2471 (gdbserver_gdb_exit): ... Close GDBserver.
2472 (gdb_exit): New proc, call gdbserver_gdb_exit.
2473 (mi_gdb_exit): Likewise.
2474
90681dab
YQ
24752016-09-22 Yao Qi <yao.qi@linaro.org>
2476
2477 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
2478 path.
2479 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
2480 Remove duplication.
2481
9c211fd8
YQ
24822016-09-22 Yao Qi <yao.qi@linaro.org>
2483
2484 * lib/gdbserver-support.exp: Check the existence of
2485 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
2486
ad0a504f
AK
24872016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
2488
2489 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
2490
36cf1806
TT
24912016-09-21 Tom Tromey <tom@tromey.com>
2492
2493 PR gdb/20604:
2494 * gdb.base/quit.exp: New file.
2495
74172ecf
SM
24962016-09-21 Simon Marchi <simon.marchi@ericsson.com>
2497
2498 * .gitignore: New file.
2499
3d0ec882
MR
25002016-09-21 Maciej W. Rozycki <macro@imgtec.com>
2501
2502 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
2503 throughout.
2504
8193adea
AA
25052016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2506
2507 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
2508
d41a5c09
JK
25092016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2510
2511 * gdb.cp/casts.cc (decltype): Move it ...
2512 (main): ... with its call to ...
2513 * gdb.cp/casts03.cc: ... a new file.
2514 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
2515
d2dfe700
JK
25162016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2517
2518 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
2519
e2a92b16
PB
25202016-09-15 Peter Bergner <bergner@vnet.ibm.com>
2521
2522 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
2523 and sync up the test with tests in gas/testsuite/gas/ppc.
2524 * gdb.arch/powerpc-power.exp: Likewise.
2525
49b4de64
JK
25262016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2527
2528 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
2529
2c29df25
SDJ
25302016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
2531 Jan Kratochvil <jan.kratochvil@redhat.com>
2532
2533 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
2534 make m1's definition to be different from m2's. Use 'dummy' as an
2535 argument for probe 'two'.
2536
cc3c2846
JB
25372016-09-10 Jon Beniston <jon@beniston.com>
2538
2539 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
2540 for sim target.
2541
e1b2624a
AA
25422016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2543
2544 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
2545 variable declaration.
2546 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
2547 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
2548 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
2549 received HWCAP as its argument.
2550
4295e285
PA
25512016-09-06 Pedro Alves <palves@redhat.com>
2552
2553 * gdb.base/new-ui-pending-input.c: New file.
2554 * gdb.base/new-ui-pending-input.exp: New file.
2555 * gdb.exp (clear_gdb_spawn_id): New procedure.
2556 (with_spawn_id): Check whether gdb_spawn_id exists before
2557 referencing it. If gdb_spawn_id didn't exist on entry, clear it
2558 on exit.
2559
00d5215e
UW
25602016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2561
2562 * gdb.base/float128.c: New file.
2563 * gdb.base/float128.exp: Likewise.
2564 * gdb.base/floatn.c: Likewise.
2565 * gdb.base/floatn.exp: Likewise.
2566
a9ff5f12
UW
25672016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2568
2569 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
2570
f245535c
PA
25712016-09-05 Pedro Alves <palves@redhat.com>
2572
2573 PR backtrace/19927
2574 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
2575 unwinders are immediately called as side effect of "source" or
2576 "disable unwinder" commands.
2577 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
2578
ae9cf263
YQ
25792016-09-02 Yao Qi <yao.qi@linaro.org>
2580
2581 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
2582 is true and $type is "float" or "double".
2583
27aba047
YQ
25842016-09-02 Yao Qi <yao.qi@linaro.org>
2585
2586 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
2587 true.
2588 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
2589 * gdb.base/call-rt-st.exp: Likewise.
2590 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
2591 return value instead of gdb,skip_float_test.
2592 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
2593 (do_function_calls): Use its return value instead of
2594 gdb,skip_float_test.
2595 * gdb.base/finish.exp: Likewise.
2596 * gdb.base/funcargs.exp: Likewise.
2597 * gdb.base/return.exp: Likewise.
2598 * gdb.base/return2.exp: Likewise.
2599 * gdb.base/varargs.exp: Likewise.
2600 * lib/gdb.exp (gdb_skip_float_test): Change it to
2601 gdb_caching_proc. Detect the broken ptrace on arm-linux.
2602
5af962df
AA
26032016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
2604
2605 * gdb.multi/tids.exp: Test "thread apply all".
2606
7fac6910
JK
26072016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2608
2609 * gdb.base/default.exp (tty): Remove.
2610
bb1fe4ac
KB
26112016-08-24 Kevin Buettner <kevinb@redhat.com>
2612
2806dc7e
PA
2613 * gdb.python/py-recurse-unwind.c: New file.
2614 * gdb.python/py-recurse-unwind.py: New file.
2615 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 2616
0a1ddfa6
SM
26172016-08-24 Simon Marchi <simon.marchi@ericsson.com>
2618
2619 * gdb.base/set-inferior-tty.exp: New file.
2620 * gdb.base/set-inferior-tty.c: New file.
2621
d9de1fe3
PA
26222016-08-23 Pedro Alves <palves@redhat.com>
2623
2624 PR gdb/20494
2625 * gdb.base/new-ui-echo.c: New file.
2626 * gdb.base/new-ui-echo.exp: New file.
2627
e9d9abd7
YQ
26282016-08-23 Yao Qi <yao.qi@linaro.org>
2629
2630 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
2631 gdbserver_spawn.
2632 * gdb.server/connect-without-multi-process.exp (do_test):
2633 Likewise.
2634
3589529e
YQ
26352016-08-23 Yao Qi <yao.qi@linaro.org>
2636
2637 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
2638 standalone_txt. Delete gdb_txt and standalone_txt on host
2639 and target. Spawn the binary on target. Copy files from
2640 target to host.
2641
6bb90213
PA
26422016-08-22 Pedro Alves <palves@redhat.com>
2643
2644 PR gdb/20505
2645 * gdb.base/vdso-warning.exp: Test core dumps too. Use
2646 with_test_prefix. Factor out bits to ...
2647 (test_no_vdso): ... this new procedure.
2648
20c2c024
CL
26492016-08-19 Carl Love <cel@us.ibm.com>
2650
2651 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
2652 maintaining separate logic for constructing the output path.
2653 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2654 * gdb.arch/ppc-dfp.exp: Likewise.
2655 * gdb.arch/ppc-fp.exp: Likewise.
2656 * gdb.arch/vsx-regs.exp: Likewise.
2657 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
2658 binprefix for generating the additional binary files.
2659
0646e07d
PA
26602016-08-19 Pedro Alves <palves@redhat.com>
2661
2662 * gdb.trace/mi-trace-frame-collected.exp
2663 (test_trace_frame_collected): On x32, expect two registers.
2664
46da9242
CL
26652016-08-18 Carl Love <cel@us.ibm.com>
2666
2667 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
2668 and sync up the test with tests in gas/testsuite/gas/ppc.
2669 * gdb.arch/powerpc-power.exp: Likewise.
2670
eb2332d7
SM
26712016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2672
2673 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
2674 expected error message.
2675
63c61e04
SM
26762016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2677
2678 * gdb.multi/remove-inferiors.exp: New file.
2679 * gdb.multi/remove-inferiors.c: New file.
2680
7b17065f
YQ
26812016-08-12 Yao Qi <yao.qi@linaro.org>
2682
2683 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
2684 argument list.
2685
01d3dedf
PA
26862016-08-10 Pedro Alves <palves@redhat.com>
2687
2688 PR gdb/19187
2689 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
2690 setup_kfails.
2691
3eb7562a
PA
26922016-08-09 Pedro Alves <palves@redhat.com>
2693 Simon Marchi <simon.marchi@ericsson.com>
2694
2695 PR gdb/20418
2696 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
2697 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
2698
80614914
PA
26992016-08-09 Pedro Alves <palves@redhat.com>
2700
2701 PR mi/20431
2702 * gdb.mi/mi-cmd-error.exp: New file.
2703
f348d89a
PA
27042016-08-09 Pedro Alves <palves@redhat.com>
2705
2706 PR gdb/18653
2707 * gdb.base/signals-state-child.c: New file.
2708 * gdb.base/signals-state-child.exp: New file.
2709 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
2710
e5ca03b4
PA
27112016-08-09 Pedro Alves <palves@redhat.com>
2712
2713 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
2714
282a0691
TT
27152016-08-03 Tom Tromey <tom@tromey.com>
2716
2717 PR python/18565:
2718 * gdb.python/py-frame-inline.exp: Add Frame.function test.
2719
41bfcd63
YQ
27202016-08-01 Yao Qi <yao.qi@linaro.org>
2721
2722 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
2723 variable mode to "multi-process" if $multi_process is 1, otherwise
2724 set it to "single-process".
2725
e3465b24
YQ
27262016-08-01 Yao Qi <yao.qi@linaro.org>
2727
2728 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
2729 * gdb.cp/cpexprs.exp: Likewise.
2730 * gdb.cp/m-static.exp: Likewise.
2731
0b31a4bc
TT
27322016-07-26 Tom Tromey <tom@tromey.com>
2733
2734 PR python/20190:
2735 * gdb.threads/tls.exp (check_thread_local): Add python symbol
2736 test.
2737
e0461dbb
MM
27382016-07-26 Markus Metzger <markus.t.metzger@intel.com>
2739
2740 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
2741 selecting assembly source files.
2742 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
2743 assembly source files.
2744 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
2745 assembly source files.
2746 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
2747 selecting assembly source files.
2748
8194e927
SM
27492016-07-25 Simon Marchi <simon.marchi@ericsson.com>
2750
2751 * gdb.base/new-ui.exp (do_test_invalid_args): New
2752 procedure.
2753
c0272db5
TW
27542016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
2755
2756 * gdb.btrace/reconnect.c: New file.
2757 * gdb.btrace/reconnect.exp: New file.
2758
e3487908
GKB
27592016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
2760
2761 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
2762 to test_catch_syscall_group.
2763 (test_catch_syscall_group): New.
2764
12df5c00
TT
27652016-07-21 Tom Tromey <tom@tromey.com>
2766
2767 * gdb.rust/simple.rs (main): Use empty struct expression.
2768 * gdb.rust/simple.exp: Add tests for empty struct expression.
2769
bae62ee2
YQ
27702016-07-21 Yao Qi <yao.qi@linaro.org>
2771
2772 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
2773 if gdb_skip_xml_test is true on some targets.
2774
b1b53fb3
YQ
27752016-07-21 Yao Qi <yao.qi@linaro.org>
2776
2777 * gdb.server/solib-list.exp: Unset last_loaded_file.
2778
027d97f8
JK
27792016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2780
2781 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
2782 "step into captured_main (args)".
2783
7674d381
JK
27842016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2785
2786 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
2787
72b5d099
JK
27882016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2789
2790 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
2791
1f960ced
PA
27922016-07-19 Pedro Alves <palves@redhat.com>
2793
2794 * gdb.opt/inline-break.exp: Remove optimize=-O2.
2795 * gdb.opt/inline-bt.exp: Likewise.
2796 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
2797 additional_flags=-Winline.
2798 * gdb.opt/inline-locals.exp: Likewise.
2799 * gdb.opt/inline-markers.c (ATTR): Define.
2800 (inlined_fn): Use it.
2801
f25827c1
YQ
28022016-07-19 Yao Qi <yao.qi@linaro.org>
2803
2804 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
2805 (test_with_self): Remove some code. Remove argument executable.
2806 (top-level): Use do_self_tests.
2807
37539ebe
DB
28082016-07-15 Zachary Welch <zwelch@codesourcery.com>
2809 Don Breazeal <donb@codesourcery.com>
2810
2811 * gdb.base/maint.exp: Escape paths used in regular expressions.
2812 * gdb.stabs/weird.exp: Likewise.
2813
dac790e1
TT
28142016-07-13 Tom Tromey <tom@tromey.com>
2815
2816 PR python/15620, PR python/18620:
2817 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
2818 (test_bkpt_events): New procs.
2819
93daf339
TT
28202016-07-13 Tom Tromey <tom@tromey.com>
2821
2822 PR python/17698:
2823 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
2824 test.
2825 (test_watchpoints): Likewise.
2826 (test_bkpt_pending): New proc.
2827
6571a381
TT
28282016-07-13 Tom Tromey <tom@tromey.com>
2829
2830 PR cli/18053:
2831 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
2832 completion test.
2833
e8732474
JK
28342016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2835
2836 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
2837 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
2838 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
2839 f_label.
2840 (g): Rename g_end_lbl to g_label.
2841 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
2842 low_pc and high_pc.
2843 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
2844
e0f3fd7c
TT
28452016-07-12 Tom Tromey <tom@tromey.com>
2846
2847 PR python/19293:
2848 * gdb.python/py-unwind-maint.exp: Update tests.
2849
3cfe46b6
YQ
28502016-07-12 Yao Qi <yao.qi@linaro.org>
2851
2852 * lib/selftest-support.exp (selftest_setup): Match the output
2853 when captured_main is inlined.
2854
4f19a0e6
WT
28552016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
2856
2857 * gdb.fortran/derived-types.exp (result_line, result_line_2):
2858 New variables.
2859 (print this%a, print this%b, print this): New tests.
2860 * gdb.fortran/derived-types.f90 (this): New object and
2861 initialization.
2862
986cf455
SM
28632016-07-06 Simon Marchi <simon.marchi@ericsson.com>
2864
2865 * gdb.ada/arraydim.exp: Remove extra directory level in build
2866 directory.
2867
f0464b23
SM
28682016-07-06 Simon Marchi <simon.marchi@ericsson.com>
2869
2870 * lib/ada.exp: Remove extra directory level in build directory.
2871 * gdb.ada/cond_lang.exp: Likewise.
2872 * gdb.ada/exec_changed.exp: Likewise.
2873 * gdb.ada/lang_switch.exp: Likewise.
2874
42d94011
MG
28752016-07-06 Manish Goregaokar <manish@mozilla.com>
2876
2806dc7e
PA
2877 * simple.rs: Add test for raw pointer subscripting.
2878 * simple.exp: Add test expectations.
42d94011 2879
647c264c
YQ
28802016-07-05 Yao Qi <yao.qi@linaro.org>
2881
2882 * gdb.mi/mi-reverse.exp: Match =record-started output.
2883
20aa2c60
PA
28842016-07-01 Pedro Alves <palves@redhat.com>
2885
2886 * gdb.base/jit-reader.exp (info_registers_current_frame): New
2887 procedure.
2888 (jit_reader_test): Test the jit reader's unwinder.
2889 * gdb.base/jithost.c (jit_function_00_code): New global.
2890 (main): Use memcpy to fill in the mmapped code, instead of poking
2891 bytes manually here.
2892 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
2893 value.
2894 (read_debug_info): Save the function's range.
2895 (read_sp): New function.
2896 (unwind_frame): Use it. Also unwind RBP.
2897 (get_frame_id): Use read_sp.
2898 (gdb_init_reader): Use calloc instead of malloc.
2899 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
2900 parameter. Use gdb_test_multiple.
2901
ced2dffb
PA
29022016-07-01 Pedro Alves <palves@redhat.com>
2903 Antoine Tremblay <antoine.tremblay@ericsson.com>
2904
2905 * gdb.threads/process-dies-while-detaching.c: New file.
2906 * gdb.threads/process-dies-while-detaching.exp: New file.
2907
63000888
PA
29082016-07-01 Pedro Alves <palves@redhat.com>
2909
2910 * gdb.multi/watchpoint-multi-exit.c: New file.
2911 * gdb.multi/watchpoint-multi-exit.exp: New file.
2912
038d4868
PA
29132016-06-30 Pedro Alves <palves@redhat.com>
2914
2915 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
2916 unset inferior_spawn_id.
2917
994e9c83
PA
29182016-06-30 Pedro Alves <palves@redhat.com>
2919
2920 * lib/mi-support.exp (default_mi_gdb_start): Declare global
2921 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
2922
e5653468
YQ
29232016-06-29 Yao Qi <yao.qi@linaro.org>
2924
2925 * gdb.base/return.c: Add copyright header.
2926
803b47e5
TT
29272016-06-29 Tom Tromey <tom@tromey.com>
2928
2929 PR python/20129:
2930 * gdb.python/py-framefilter.exp: Add tests for setting priority
2931 and disabling of non-existent frame filter.
2932
28244707
YQ
29332016-06-29 Yao Qi <yao.qi@linaro.org>
2934
2935 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
2936 0x0f07ff.
2937
a31d2f06
YQ
29382016-06-28 Yao Qi <yao.qi@linaro.org>
2939
2940 * gdb.base/catch-syscall.exp: Remove check on isnative and target
2941 triplets. Start gdb, execute catch syscall, and continue. Check
2942 gdb's output to determine catch syscall is supported.
2943
921d8f54
MG
29442016-06-27 Manish Goregaokar <manish@mozilla.com>
2945
25d49b86
PA
2946 * gdb.rust/simple.rs: Add test for returning unit in a function.
2947 * gdb.rust/simple.exp: Add expectation for functions returning
2948 unit.
921d8f54 2949
f4952523
PMR
29502016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
2951
2952 * gdb.python/py-breakpoint-create-fail.c,
2953 gdb.python/py-breakpoint-create-fail.exp,
2954 gdb.python/py-breakpoint-create-fail.py: New testcase.
2955
fccb08f8
MG
29562016-06-25 Manish Goregaokar <manish@mozilla.com>
2957
2958 PR gdb/20239
2959 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
2960 * gdb.rust/simple.exp: Add test expectations for new NonZero
2961 tests.
fccb08f8 2962
6b850546
DT
29632016-06-24 David Taylor <dtaylor@emc.com>
2964
2965 * gdb.base/offsets.exp: New file.
2966 * gdb.base/offsets.c: New file.
2967
17621150
TT
29682016-06-23 Tom Tromey <tom@tromey.com>
2969
2970 PR gdb/16483:
2971 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
2972 before any filters are loaded.
2973
04d59df6
WT
29742016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
2975
2976 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
2977 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
2978 structs.
2979 * gdb.fortran/derived-type-function.exp: New file.
2980 * gdb.fortran/derived-type-function.f90: New file.
2981
2982
ac69f786
PA
29832016-06-21 Pedro Alves <palves@redhat.com>
2984
2985 * gdb.base/new-ui.exp: New file.
2986 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
2987 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
2988 (with_spawn_id): New procedure.
2989
49940788
PA
29902016-06-21 Pedro Alves <palves@redhat.com>
2991
2992 * gdb.mi/mi-exec-run.exp: New file.
2993
ef274d26
PA
29942016-06-21 Pedro Alves <palves@redhat.com>
2995
2996 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
2997 breakpoint command's output on the main UI.
2998 (test_break): New procedure, factored out from calls in the top
2999 level.
3000 (top level): Use foreach_with_prefix to test MI as main UI and as
3001 separate UI.
3002
468afe6c
PA
30032016-06-21 Pedro Alves <palves@redhat.com>
3004
3005 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
3006 (test_awatch_creation_and_listing)
3007 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
3008 Remove 'type' parameter.
3009 (test_watchpoint_all): New parameter mi_mode. Remove
3010 with_test_prefix.
3011 (top level): Use foreach_with_prefix, and add main/separate UI MI
3012 testing axis.
3013
51f77c37
PA
30142016-06-21 Pedro Alves <palves@redhat.com>
3015
3016 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
3017 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
3018 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
3019 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
3020 (gdb_main_spawn_id, mi_spawn_id): Declare and
3021 comment.
3022 (mi_create_inferior_pty): New procedure,
3023 factored out from default_mi_gdb_start.
3024 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
3025 procedures.
3026 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
3027 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
3028 Use mi_create_inferior_pty.
3029 (mi_gdb_start): Use eval to pass down args list.
3030
8980e177
PA
30312016-06-21 Pedro Alves <palves@redhat.com>
3032
3033 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
3034 * gdb.opt/inline-cmds.exp: Add MI tests.
3035
f38d3ad1
PA
30362016-06-21 Pedro Alves <palves@redhat.com>
3037
3038 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
3039
45db7c09
PA
30402016-06-21 Pedro Alves <palves@redhat.com>
3041
3042 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
3043 (top level): Use it instead of mi_execute_to.
3044
5a069ab3
PA
30452016-06-21 Pedro Alves <palves@redhat.com>
3046
3047 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
3048 (cont_handler_str): New.
3049 (signal_stop_handler): Set stop_handler_str instead of printing to
3050 stdout.
3051 (continue_handler): Set cont_handler_str instead of printing to
3052 stdout.
3053 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
3054 mi_send_resuming_command. Print stop_handler_str and
3055 cont_handler_str instead of expecting the python events print
3056 directly.
3057
2838cc1d
SD
30582016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3059
3060 * gdb.base/jit-reader.exp: New file.
3061 * gdb.base/jithost.c: New file.
3062 * gdb.base/jithost.h: New file.
3063 * gdb.base/jitreader.c : New file.
3064 * gdb.base/jit-protocol.h: New file.
3065
21a77091
YQ
30662016-06-17 Yao Qi <yao.qi@linaro.org>
3067
3068 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
3069 parameters follow_fork and detach_on_fork. Set follow-fork-mode
3070 and detach-on-fork. Adjust tests.
3071 (top level): Invoke break_cond_on_syscall with combinations of
3072 syscall, follow-fork-mode and detach-on-fork.
3073
f50bf8e5
YQ
30742016-06-17 Yao Qi <yao.qi@linaro.org>
3075
3076 * gdb.base/step-over-exit.c: New.
3077 * gdb.base/step-over-exit.exp: New.
3078
a28d8e50
YTL
30792016-06-17 Yan-Ting Lin <currygt52@gmail.com>
3080
3081 * gdb.base/float.exp: Add target check for nds32*-*-*.
3082 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
3083
cad8e26d
AB
30842016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
3085
3086 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
3087 for unsupported target features.
3088 * gdb.base/call-rt-st.exp: Likewise.
3089 * gdb.base/call-sc.exp: Likewise.
3090 * gdb.base/call-signal-resume.exp: Likewise.
3091 * gdb.base/call-strs.exp: Likewise.
3092 * gdb.base/callexit.exp: Likewise.
3093 * gdb.base/callfuncs.exp: Likewise.
3094 * gdb.base/nodebug.exp: Likewise.
3095 * gdb.base/printcmds.exp: Likewise.
3096 * gdb.base/ptype.exp: Likewise.
3097 * gdb.base/structs.exp: Likewise.
3098 * gdb.base/unwindonsignal.exp: Likewise.
3099 * gdb.cp/gdb2495.exp: Likewise.
3100 * gdb.cp/templates.exp: Likewise.
3101 * gdb.cp/virtfunc.exp: Likewise.
3102 * gdb.threads/hand-call-in-threads.exp: Likewise.
3103 * gdb.threads/interrupted-hand-call.exp: Likewise.
3104 * gdb.threads/thread-unwindonsignal.exp: Likewise.
3105
347dc102
TT
31062016-06-10 Tom Tromey <tom@tromey.com>
3107
3108 PR rust/20110:
3109 * gdb.rust/expr.exp: Add test for integer constant larger than
3110 i32.
3111
5e13cf25
BH
31122016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
3113
3114 * gdb.fortran/nested-funcs.exp: New.
3115 * gdb.fortran/nested-funcs.f90: New.
3116
bb556f1f
TK
31172016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
3118
3119 * gdb.base/examine-backward.c: New file.
3120 * gdb.base/examine-backward.exp: New file.
3121
38b022b4
SM
31222016-06-06 Simon Marchi <simon.marchi@ericsson.com>
3123
3124 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
3125 matching.
3126
1b40ec05
TT
31272016-06-02 Tom Tromey <tom@tromey.com>
3128
3129 PR python/18984:
3130 * gdb.python/py-shared.exp: Add solib_name test.
3131
193bd378
SM
31322016-06-02 Simon Marchi <simon.marchi@ericsson.com>
3133
3134 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
3135
3326303b
MG
31362016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
3137
3138 PR c++/19893
3139 * gdb.dwarf2/implref.exp: Rename to...
3140 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
3141 * gdb.dwarf2/implref-array.c: New file.
3142 * gdb.dwarf2/implref-array.exp: Likewise.
3143 * gdb.dwarf2/implref-global.c: Likewise.
3144 * gdb.dwarf2/implref-global.exp: Likewise.
3145 * gdb.dwarf2/implref-struct.c: Likewise.
3146 * gdb.dwarf2/implref-struct.exp: Likewise.
3147
825c8ef2
AT
31482016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3149
3150 * gdb.trace/trace-condition.exp: Add 64bit tests.
3151
2320162a
AT
31522016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3153
3154 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
3155 bits types.
3156 (main): Adapt to 8 to 64 bits types.
3157 * gdb.trace/trace-condition.exp: Add new tests.
3158
a7818233
AT
31592016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3160
3161 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
3162
0d336466
AT
31632016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3164
3165 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
3166 Move condition tests...
3167 * gdb.trace/trace-condition.exp: Here.
3168
7faeb45a
AT
31692016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3170
3171 * gdb.trace/trace-condition.exp: Add counter-case tests.
3172
e385593e
JK
31732016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3174
3175 PR c++/15231
3176 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
3177 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
3178
744608cc
PA
31792016-05-27 Pedro Alves <palves@redhat.com>
3180
3181 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3182 New procedure.
3183 (top level): Call it, and bail out of DejaGnu is known to be bad.
3184
ac775bf4
AB
31852016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
3186
3187 * gdb.base/whatis.c: Extend the test case.
3188 * gdb.base/whatis.exp: Add additional tests.
3189
2bbad2ea
BH
31902016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3191
3192* gdb.fortran/type.f90: Add pointer variable.
3193* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
3194
8b70175d
BH
31952016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3196
3197 * gdb.fortran/vla-type.exp: Fix testcase name.
3198
86d8a848
BH
31992016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3200
3201 * gdb.fortran/vla-type.exp: Access elements in nested structs.
3202
e188eb36
BH
32032016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3204
3205 * gdb.fortran/type.f90: Add nested structures.
3206 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
3207 * gdb.fortran/derived-type.exp: Adapt expected output.
3208 * gdb.fortran/vla-type.exp: Adapt expected output.
3209
9b2db1fd
BH
32102016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3211
3212 * gdb.fortran/whatis_type.exp: Adapt expected output.
3213
72b17055
BH
32142016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3215
3216 * gdb.fortran/print_type.exp: Fix expected output.
3217 * gdb.fortran/whatis_type.exp: Fix expected output.
3218
3cd81d8d
BH
32192016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3220
3221 * gdb.fortran/whatis_type.exp: Use multi_line.
3222
ddae9462
TT
32232016-05-24 Tom Tromey <tom@tromey.com>
3224
3225 PR python/17386:
3226 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
3227 use value as an index.
3228
1957f6b8
TT
32292016-05-23 Tom Tromey <tom@tromey.com>
3230
3231 PR python/17981:
3232 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
3233 no-breakpoint case.
3234
026a9174
PA
32352016-05-24 Pedro Alves <palves@redhat.com>
3236
3237 PR gdb/19828
3238 * gdb.threads/clone-attach-detach.c: New file.
3239 * gdb.threads/clone-attach-detach.exp: New file.
3240
e70a7231
FR
32412016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
3242
3243 * gdb.base/annota-input-while-running.exp: Fix syntax error.
3244
0f6ed0e0
TT
32452016-05-23 Tom Tromey <tom@tromey.com>
3246
3247 PR python/19438, PR python/18393:
3248 * gdb.python/py-progspace.exp: Add "dir" test.
3249 * gdb.python/py-objfile.exp: Add "dir" test.
3250
ffd19d61
YQ
32512016-05-23 Yao Qi <yao.qi@linaro.org>
3252
3253 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
3254 * gdb.arch/thumb2-it.exp: Likewise.
3255
9e8f9b05
SM
32562016-05-18 Simon Marchi <simon.marchi@ericsson.com>
3257
3258 * gdb.mi/mi-threads-interrupt.c: New file.
3259 * gdb.mi/mi-threads-interrupt.exp: New file.
3260
61c6156d
SM
32612016-05-17 Simon Marchi <simon.marchi@ericsson.com>
3262
3263 PR gdb/18077
3264 * gdb.mi/mi-async-run.exp: New file.
3265 * gdb.mi/mi-async-run.c: New file.
3266
67218854
TT
32672016-05-17 Tom Tromey <tom@tromey.com>
3268 Manish Goregaokar <manishsmail@gmail.com>
3269
3270 * lib/rust-support.exp: New file.
3271 * lib/gdb.exp (skip_rust_tests): New proc.
3272 (build_executable_from_specs): Handle rust.
3273 * lib/future.exp (gdb_find_rustc): New proc.
3274 (gdb_default_target_compile): Handle rust.
3275 * gdb.rust/expr.exp: New file.
3276 * gdb.rust/generics.exp: New file.
3277 * gdb.rust/generics.rs: New file.
3278 * gdb.rust/methods.exp: New file.
3279 * gdb.rust/methods.rs: New file.
3280 * gdb.rust/modules.exp: New file.
3281 * gdb.rust/modules.rs: New file.
3282 * gdb.rust/simple.exp: New file.
3283 * gdb.rust/simple.rs: New file.
3284
c44af4eb
TT
32852016-05-17 Tom Tromey <tom@tromey.com>
3286
3287 * gdb.base/default.exp (set language): Add rust.
3288
dcd1f979
TT
32892016-05-17 Tom Tromey <tom@tromey.com>
3290
3291 * gdb.gdb/unittest.exp: New file.
3292
155b7f57
YQ
32932016-05-16 Yao Qi <yao.qi@linaro.org>
3294
3295 * gdb.base/batch-preserve-term-settings.exp: Remove variable
3296 shell_prompt. Update shell_prompt_re.
3297
8ddd5a6c
DE
32982016-05-12 Doug Evans <dje@google.com>
3299
3300 PR symtab/19999
3301 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
3302 $options when building executable.
3303 * gdb.dwarf2/fission-loclists-pie.S: New file.
3304 * gdb.dwarf2/fission-loclists-pie.exp: New file.
3305
02e370d9
SM
33062016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3307
3308 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
3309 of [is_remote target],
3310
8929ad8b
SM
33112016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3312
3313 * lib/gdb.exp (use_gdb_stub): New procedure.
3314
6c447423
DE
33152016-05-03 Yunlian Jiang <yunlian@google.com>
3316 Doug Evans <dje@google.com>
3317
3318 PR symtab/19914
3319 * gdb.dwarf2/dwp-sepdebug.c: New file.
3320 * gdb.dwarf2/dwp-sepdebug.exp: New file.
3321
444e826c
SM
33222016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3323
3324 * gdb.base/detach.exp: Remove is_remote check.
3325
740feeaa
SM
33262016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3327
3328 * gdb.base/annota-input-while-running.exp: Don't check for
3329 [is_remote target]. Enable annotations after running to main.
3330 Remove unused "set test..." line.
3331
9080ac9d
SM
33322016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3333
3334 * gdb.trace/trace-enable-disable.exp: New file.
3335 * gdb.trace/trace-enable-disable.c: New file.
3336
952ebca5
SM
33372016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3338
3339 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
3340 use it in info sharedlibrary test.
3341 * gdb.trace/ftrace-lock.exp: Likewise.
3342 * gdb.trace/ftrace.exp: Likewise.
3343 * gdb.trace/range-stepping.exp: Likewise.
3344 * gdb.trace/trace-break.exp: Likewise.
3345 * gdb.trace/trace-condition.exp: Likewise.
3346 * gdb.trace/trace-mt.exp: Likewise.
3347
d9019901
SM
33482016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3349
3350 * lib/gdb.exp (gdb_load_shlibs): Rename to...
3351 (gdb_load_shlib): ... this.
3352 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
3353 gdb_load_shlib.
3354 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
3355 * gdb.base/ctxobj.exp: Likewise.
3356 * gdb.base/dprintf-pending.exp: Likewise.
3357 * gdb.base/dso2dso.exp: Likewise.
3358 * gdb.base/fixsection.exp: Likewise.
3359 * gdb.base/gcore-relro.exp: Likewise.
3360 * gdb.base/gdb1555.exp: Likewise.
3361 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3362 * gdb.base/gnu-ifunc.exp: Likewise.
3363 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
3364 * gdb.base/jit-so.exp (one_jit_test): Likewise.
3365 * gdb.base/pending.exp: Likewise.
3366 * gdb.base/print-file-var.exp: Likewise.
3367 * gdb.base/print-symbol-loading.exp: Likewise.
3368 * gdb.base/shlib-call.exp: Likewise.
3369 * gdb.base/shreloc.exp: Likewise.
3370 * gdb.base/so-impl-ld.exp: Likewise.
3371 * gdb.base/solib-disc.exp: Likewise.
3372 * gdb.base/solib-nodir.exp: Likewise.
3373 * gdb.base/solib-overlap.exp: Likewise.
3374 * gdb.base/solib-symbol.exp: Likewise.
3375 * gdb.base/solib-weak.exp (do_test): Likewise.
3376 * gdb.base/sym-file.exp: Likewise.
3377 * gdb.base/symtab-search-order.exp: Likewise.
3378 * gdb.base/type-opaque.exp: Likewise.
3379 * gdb.base/unload.exp: Likewise.
3380 * gdb.base/watchpoint-solib.exp: Likewise.
3381 * gdb.compile/compile.exp: Likewise.
3382 * gdb.cp/gdb2384.exp: Likewise.
3383 * gdb.cp/infcall-dlopen.exp: Likewise.
3384 * gdb.cp/re-set-overloaded.exp: Likewise.
3385 * gdb.fortran/library-module.exp: Likewise.
3386 * gdb.opt/solib-intra-step.exp: Likewise.
3387 * gdb.python/py-finish-breakpoint.exp: Likewise.
3388 * gdb.python/py-shared.exp: Likewise.
3389 * gdb.reverse/solib-precsave.exp: Likewise.
3390 * gdb.reverse/solib-reverse.exp: Likewise.
3391 * gdb.server/solib-list.exp: Likewise.
3392 * gdb.threads/dlopen-libpthread.exp: Likewise.
3393 * gdb.threads/tls-shared.exp: Likewise.
3394 * gdb.threads/tls-so_extern.exp: Likewise.
3395 * gdb.trace/change-loc.exp: Likewise.
3396 * gdb.trace/ftrace-lock.exp: Likewise.
3397 * gdb.trace/ftrace.exp: Likewise.
3398 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
3399 * gdb.trace/pending.exp: Likewise.
3400 * gdb.trace/range-stepping.exp: Likewise.
3401 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
3402 (strace_info_marker): Likewise.
3403 (strace_probe_marker): Likewise.
3404 (strace_trace_on_same_addr): Likewise.
3405 (strace_trace_on_diff_addr): Likewise.
3406 * gdb.trace/trace-break.exp: Likewise.
3407 * gdb.trace/trace-condition.exp: Likewise.
3408 * gdb.trace/trace-mt.exp: Likewise.
3409
fca4cfd9
SM
34102016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3411
3412 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
3413 result of gdb_remote_download.
3414 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
3415 * gdb.base/dso2dso.exp: Likewise.
3416 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3417 * gdb.base/print-file-var.exp: Likewise.
3418 * gdb.base/shlib-call.exp: Likewise.
3419 * gdb.base/shreloc.exp: Likewise.
3420 * gdb.base/solib-overlap.exp: Likewise.
3421 * gdb.base/solib-weak.exp (do_test): Likewise.
3422 * gdb.base/unload.exp: Likewise.
3423
11cf4ffb
YQ
34242016-04-27 Yao Qi <yao.qi@linaro.org>
3425
3426 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
3427 exists.
3428
3e2e34f8
KB
34292016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3430
3431 * vla-type.exp: Print structure from toplevel.
3432
8f07e298
BH
34332016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3434
3435 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
3436 of dynamic types.
3437 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
3438 of dynamic types.
3439
9920b434
BH
34402016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3441
3442 * gdb.fortran/vla-type.f90: New file.
3443 * gdb.fortran/vla-type.exp: New file.
3444
f3abeff5
YQ
34452016-04-25 Yao Qi <yao.qi@linaro.org>
3446
3447 * gdb.base/branch-to-self.c: New file.
3448 * gdb.base/branch-to-self.exp: New file.
3449
0a5d52f0
YQ
34502016-04-22 Yao Qi <yao.qi@linaro.org>
3451
3452 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
3453 more after $hex.
3454
495346f6
YQ
34552016-04-22 Yao Qi <yao.qi@linaro.org>
3456
3457 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
3458 * gdb.base/annota3.exp: Likewise.
3459
4a7e075c
YQ
34602016-04-22 Yao Qi <yao.qi@linaro.org>
3461
3462 * gdb.reverse/step-precsave.exp: Do one step and test program
3463 stops in "callee" and do multiple steps until program goes out
3464 of "callee".
3465 * gdb.reverse/step-reverse.exp: Likewise.
3466
5b061e98
YQ
34672016-04-22 Yao Qi <yao.qi@linaro.org>
3468
3469 * gdb.trace/signal.exp: Also pass if
3470 $tracepoint_hits($i) > $iterations.
3471
5c5dc57f
YQ
34722016-04-22 Yao Qi <yao.qi@linaro.org>
3473
3474 * gdb.trace/signal.c: New file.
3475 * gdb.trace/signal.exp: New file.
3476
a55411b9
DE
34772016-04-19 Doug Evans <xdje42@gmail.com>
3478
3479 * gdb.base/bad-file.exp: New file.
3480
a22df60a
MG
34812016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
3482
3483 * gdb.dwarf2/implref.exp: New file.
3484
0c13f7e5
BH
34852016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3486
3487 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
3488 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
3489 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
3490 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
3491 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
3492 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
3493 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
3494 * lib/fortran.exp (fortran_int4): New procedure.
3495 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
3496 (fortran_logical4): Likewise.
3497
9b9b09e9
BH
34982016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
3499
3500 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
3501
a14d1f4d
BH
35022016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3503
3504 * lib/compiler.c: Add Intel specific preprocessor macros.
3505 * lib/compiler.cc: Likewise.
25d49b86 3506
7d49b1d0
LM
35072016-04-13 Luis Machado <lgustavo@codesourcery.com>
3508
3509 * gdb.server/connect-with-no-symbol-file.c: New file.
3510 * gdb.server/connect-with-no-symbol-file.exp: New file.
3511
8392fa22
SM
35122016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3513
3514 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
3515
8c4c4aeb
SM
35162016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3517
3518 * boards/gdbserver-base.exp (${board}_download): Copy source file to
3519 standard output directory.
3520
45e3745e
AT
35212016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
3522
3523 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
3524
e26b7e41
MM
35252016-04-13 Markus Metzger <markus.t.metzger@intel.com>
3526
3527 * gdb.btrace/instruction_history.c (loop): Add declaration.
3528
8ce09462
AT
35292016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
3530
3531 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
3532
2e88a1ea
SM
35332016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
3534
3535 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
3536 parentheses to print.
3537 (continue_handler): Likewise.
3538
f48e22e3
SM
35392016-04-08 Simon Marchi <simon.marchi@ericsson.com>
3540
3541 * gdb.server/solib-list.exp: Remove is_remote check.
3542 Pass shlib= to gdb_compile. Don't link shared library with
3543 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
3544 Run binary filename through "readlink -f" on the target.
3545
096be756
PA
35462016-04-08 Pedro Alves <palves@redhat.com>
3547
3548 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
3549 interpreter filename as argument to gdbserver_spawn.
3550 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3551 Return empty if $last_loaded_file does not exist.
3552
06500533
JK
35532016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3554
3555 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
3556 * gdb.base/jit-main.c: Use exit after usage.
3557
2d35e871
JK
35582016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3559
3560 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
3561 GDBHISTSIZE prior to the tests.
3562 * gdb.base/gdbinit-history.exp: Likewise.
3563
35642016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
3565
3566 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
3567 instead of build_executable. Use gdb_load_shlibs.
3568
c8064e7e
YQ
35692016-04-07 Yao Qi <yao.qi@linaro.org>
3570
3571 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
3572 Execute "si" command.
3573
bde47561
YQ
35742016-04-07 Yao Qi <yao.qi@linaro.org>
3575
3576 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
3577 number instead of the comments on some line.
3578
b16f8a3b
DB
35792016-04-06 Don Breazeal <donb@codesourcery.com>
3580
3581 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
3582 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
3583
c2f901df
SM
35842016-04-06 Simon Marchi <simon.marchi@ericsson.com>
3585
3586 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
3587 standard_output_file. Remove unused binfile variable.
3588
ac17fda0
CU
35892016-04-05 Catalin Udma <catalin.udma@freescale.com>
3590
3591 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
3592 * gdb.python/py-mi-objfile.exp: Match "list main" output
3593 in console format.
3594
03a8c4df
SM
35952016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
3596
3597 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
3598 absolute.
3599
6e774b13
SM
36002016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3601
3602 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
3603 absolute.
3604 * gdb.trace/ftrace.exp: Likewise.
3605 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
3606 targets as well.
3607 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
3608 (gdb_load_shlibs): Copy libraries to test directory when testing
3609 natively. Only set solib-search-path if testing remotely.
3610 * lib/mi-support.exp (mi_load_shlibs): Likewise.
3611
7817ea46
SM
36122016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3613
3614 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
3615 gdb_download. Use it even if the target is not remote.
3616 * gdb.base/jit.exp (compile_jit_test): Likewise.
3617 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
3618 output directory if the destination board is local, otherwise use
3619 the standard remote_download from DejaGnu.
3620 (gdb_download): Remove.
3621 (gdb_load_shlibs): Use gdb_remote_download instead of
3622 gdb_download.
3623 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3624 Use gdb_remote_download instead of gdb_download. Use it even if
3625 the target is not remote.
3626 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
3627 instead of gdb_download.
3628
7beb7f68
SM
36292016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
3630
3631 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
3632 (test_insert_delete_modify): Call mi_load_shlibs before trying to
3633 run.
3634
cc63428a
AV
36352016-04-01 Artemiy Volkov <artemiyv@acm.org>
3636
3637 PR gdb/19820
3638 * gdb.base/printcmds.exp: Add artificial arrays tests.
3639
64cdf930
PA
36402016-03-31 Pedro Alves <palves@redhat.com>
3641
3642 PR gdb/19858
3643 * gdb.base/jit-main.c: Include unistd.h.
3644 (ATTACH): Define to 0 if not already defined.
3645 (wait_for_gdb, mypid): New globals.
3646 (WAIT_FOR_GDB): New macro.
3647 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
3648 some breakpoint locations.
3649 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
3650 New procedures.
3651 (one_jit_test): Add REATTACH parameter, and handle it. Use
3652 continue_to_test_location.
3653 (top level): Test attach, and adjusts calls to one_jit_test.
3654
40dea8cb
PA
36552016-03-31 Pedro Alves <palves@redhat.com>
3656
3657 PR gdb/19858
3658 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
3659 BINSUFFIX parameter, and handle it.
3660 (top level): Adjust calls compile_jit_test.
3661
e7ea3ec7
CU
36622016-03-31 Catalin Udma <catalin.udma@freescale.com>
3663
3664 PR python/19743
3665 * gdb.python/py-mi-events-gdb.py: New file.
3666 * gdb.python/py-mi-events.c: New file.
3667 * gdb.python/py-mi-events.exp: New file.
3668
e6359af3
YQ
36692016-03-30 Yao Qi <yao.qi@linaro.org>
3670
3671 * gdb.reverse/until-precsave.exp: Match function name only.
3672 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
3673 Move malloc to a condition block.
3674 * gdb.reverse/until-reverse.exp: Match function name only.
3675
a4105d04
MK
36762016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
3677
3678 * gdb.trace/ftrace.exp: Set arg0exp for s390.
3679 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
3680 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
3681 variable for GPR 0 instead of assuming it is register 0.
3682 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
3683 * lib/trace-support.exp: Add s390 registers.
3684
bfa6adb9
YQ
36852016-03-29 Yao Qi <yao.qi@linaro.org>
3686
3687 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
3688
1e6697ea
YQ
36892016-03-24 Yao Qi <yao.qi@linaro.org>
3690
3691 * gdb.reverse/break-reverse.exp: Add quotation mark in the
3692 test message.
3693
64bcd522
AA
36942016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3695
3696 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
3697 maintaining separate logic for constructing the output path.
3698
7868401b
DB
36992016-03-16 Don Breazeal <donb@codesourcery.com>
3700
3701 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
3702 Retry fork and waitpid on interrupted system call errors.
3703 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3704 Use with_timeout_factor to increase timeout by factor of 10.
3705
1cafadb4
DB
37062016-03-15 Don Breazeal <donb@codesourcery.com>
3707
3708 * gdb.cp/scope-err.cc: New test program.
3709 * gdb.cp/scope-err.exp: New test script.
3710 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
3711 lines and "set breakpoint here" comment.
3712 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
3713 Fixed some whitespace and format issues.
3714 * gdb.mi/mi-linespec-err-cp.cc: New test program.
3715 * gdb.mi/mi-linespec-err-cp.exp: New test script.
3716
81516450
DE
37172016-03-15 Doug Evans <dje@google.com>
3718
3719 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
3720 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
3721 All callers updated. Add tests for enums, mixed flags register.
3722
aa52b601
DE
37232016-03-15 Doug Evans <dje@google.com>
3724
3725 * gdb.base/skip.c (main): Call test_skip_file_and_function.
3726 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
3727
fa4ff313
SM
37282016-03-14 Simon Marchi <simon.marchi@ericsson.com>
3729
3730 * gdb.base/default.exp: Add $_as_string to the list of expected
3731 convenience functions.
3732
f2403c39
AB
37332016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
3734
3735 * gdb.base/maint.exp: New tests for 'maint info line-table'.
3736
f2f3ccb9
SM
37372016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
3738
3739 * gdb.python/py-as-string.exp: New file.
3740 * gdb.python/py-as-string.c: New file.
3741
00dbd492
PA
37422016-03-09 Pedro Alves <palves@redhat.com>
3743
3744 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
3745 signal" -> "Thread NN received signal" output change.
3746 * gdb.threads/ia64-sigill.exp: Likewise.
3747 * gdb.threads/linux-dp.exp: Likewise.
3748 * gdb.threads/manythreads.exp: Likewise.
3749 * gdb.threads/pending-step.exp: Likewise.
3750 * gdb.threads/print-threads.exp: Likewise.
3751 * gdb.threads/sigstep-threads.exp: Likewise.
3752 * gdb.threads/staticthreads.exp: Likewise.
3753 * gdb.threads/tls.exp: Likewise.
3754
1e6697ea
YQ
37552016-03-09 Pedro Alves <palves@redhat.com>
3756
3757 * gdb.base/command-line-input.exp: New file.
3758
b04fd3be
MK
37592016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3760
3761 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
3762 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
3763 * gdb.trace/pending.exp: Accept leading dot before function name.
3764 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
3765 * lib/trace-support.exp: Set registers for ppc.
3766
98fa59e9
MK
37672016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3768
3769 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
3770 use it for disassembly; accept .main in addition to main in backtrace.
3771
f77198c8
MK
37722016-03-09 Wei-cheng Wang <cole945@gmail.com>
3773 Marcin Kościelnicki <koriakin@0x04.net>
3774
3775 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
3776 (gdb_recursion_test_ptr): New global variable.
3777 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
3778 gdb_recursion_test.
3779 (gdb_c_test): Ditto.
3780
ba84e0da
MK
37812016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3782
3783 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
3784 ordering.
3785
4366d36e
MK
37862016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3787
3788 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
3789 (bar): Add bar_start_lbl label.
3790 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
3791 of foo/bar for emitting DWARF and tracing.
3792
5eb264df
SDJ
37932016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
3794
3795 * analyze-racy-logs.py: Set executable bit.
3796
fb6a751f
SDJ
37972016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
3798
3799 * Makefile.in (DEFAULT_RACY_ITER): New variable.
3800 (CHECK_TARGET_TMP): Likewise.
3801 (check-single-racy): New rule.
3802 (check-parallel-racy): Likewise.
3803 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
3804 (do-check-parallel-racy): New rule.
3805 (check-racy/%.exp): Likewise.
3806 * README (Racy testcases): New section.
3807 * analyze-racy-logs.py: New file.
3808
bdf7e230
DE
38092016-03-03 Doug Evans <dje@google.com>
3810
3811 * gdb.base/skip.exp: Use with_test_prefix.
3812
4719d415
YQ
38132016-03-03 Yao Qi <yao.qi@linaro.org>
3814
3815 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
3816 Invoke step_over_syscall "clone" and break_cond_on_syscall
3817 "clone".
3818 * gdb.base/step-over-clone.c: New file.
3819
ea507862
YQ
38202016-03-03 Yao Qi <yao.qi@linaro.org>
3821
3822 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
3823 code format.
3824
8fc8cbda
YQ
38252016-03-03 Yao Qi <yao.qi@linaro.org>
3826
3827 * gdb.base/disp-step-fork.c: Rename to ...
3828 * gdb.base/step-over-fork.c: ... it. New file.
3829 * gdb.base/disp-step-vfork.c: Rename to ...
3830 * gdb.base/step-over-vfork.c: ... it. New file.
3831 * gdb.base/disp-step-syscall.exp: Rename to ...
3832 * gdb.base/step-over-syscall.exp: ... it. New file.
3833 (disp_step_cross_syscall): Rename to ...
3834 (step_over_syscall): ... it.
3835
92fa70b0
YQ
38362016-03-03 Yao Qi <yao.qi@linaro.org>
3837
3838 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
3839 If target supports condition evaluation on target, invoke
3840 break_cond_on_syscall for fork and vfork.
3841
e197ad3c
YQ
38422016-03-03 Yao Qi <yao.qi@linaro.org>
3843
3844 * gdb.base/disp-step-syscall.exp: Don't invoke
3845 support_displaced_stepping.
3846 (disp_step_cross_syscall): Test with displaced stepping off and
3847 on if supported.
3848
0b47da9f
YQ
38492016-03-03 Yao Qi <yao.qi@linaro.org>
3850
3851 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
3852 proc.
3853 (setup): New proc.
3854 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
3855 and setup.
3856
065ab6dc
BH
38572016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3858
3859 * gdb.fortran/vla-history.exp: Remove breakpoint.
3860
07e448ad 38612016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3862
25d49b86
PA
3863 * gdb.fortran/vla-history.exp: Lookup array elements and printing
3864 exceeds timeout.
07e448ad 3865
9ac2d526 38662016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3867
25d49b86
PA
3868 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
3869 breakpoint.
9ac2d526 3870
17807369
BH
38712016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3872
3873 * gdb.mi/vla.f90: Nullify pointer after declaration.
3874
86e501af
PA
38752016-03-01 Pedro Alves <palves@redhat.com>
3876
3877 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
3878
1e903e32
PA
38792016-03-01 Pedro Alves <palves@redhat.com>
3880
3881 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
3882 before anything else.
3883 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
3884 _GNU_SOURCE here.
3885 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
3886 before anything else.
3887 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
3888
6ccb54e2
PA
38892016-03-01 Pedro Alves <palves@redhat.com>
3890
3891 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
3892
30ca9da1
YQ
38932016-03-01 Yao Qi <yao.qi@linaro.org>
3894
3895 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
3896 prepare_for_testing.
3897
dc856b38
YQ
38982016-03-01 Yao Qi <yao.qi@linaro.org>
3899
3900 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
3901
4a932159
AA
39022016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3903
3904 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
3905 manually constructing the output path.
3906
f2489477
AA
39072016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3908
3909 * gdb.arch/s390-stackless.S: New.
3910 * gdb.arch/s390-stackless.exp: New.
3911
38899f16
IB
39122016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
3913
3914 * gdb.dlang/circular.c: New file.
3915 * gdb.dlang/circular.exp: New file.
3916
9fde51ed
YQ
39172016-02-26 Yao Qi <yao.qi@linaro.org>
3918
3919 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
3920 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
3921 (testcases): Update.
3922
ce90fefe
YQ
39232016-02-26 Yao Qi <yao.qi@linaro.org>
3924
3925 * gdb.reverse/aarch64.c: Rename to ...
3926 * gdb.reverse/insn-reverse.c: ... it.
3927 * gdb.reverse/aarch64.exp: Rename to ...
3928 * gdb.reverse/insn-reverse.exp: ... it.
3929
3263bceb
YQ
39302016-02-26 Yao Qi <yao.qi@linaro.org>
3931
3932 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
3933 (testcase_ftype): New.
3934 (testcases): New array.
3935 (n_testcases): New.
3936 (main): Call each element in testcases.
3937 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
3938 (read_testcase): New.
3939 Do the tests in a loop.
3940
6cb59ff1
YQ
39412016-02-25 Yao Qi <yao.qi@linaro.org>
3942
3943 * gdb.base/branches.c: Remove.
3944
ae91f625
MK
39452016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
3946
3947 PR gdb/13808
3948 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
3949
678b48b7
MK
39502016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
3951
3952 * gdb.trace/ftrace.exp: Remove unnecessary target check.
3953
7337a6f2
MK
39542016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
3955
3956 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
3957 change x86_64 call_insn to 'callq'.
3958
861ca91f
AT
39592016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
3960
3961 * gdb.trace/tfile-avx.c: Move to...
3962 * gdb.trace/tracefile-pseudo-reg.c: Here.
3963 * gdb.trace/tfile-avx.exp: Move to...
3964 * gdb.trace/tracefile-pseudo-reg.exp: Here.
3965
bf74e428
GB
39662016-02-24 Gary Benson <gbenson@redhat.com>
3967
3968 * gdb.base/attach-pie-noexec.exp: Do not expect an error
3969 message on attach.
3970
cce0e923
DE
39712016-02-23 Doug Evans <dje@google.com>
3972
3973 * gdb.base/skip.c (test_skip): New function.
3974 (end_test_skip_file_and_function): New function.
3975 (test_skip_file_and_function): New function.
3976 * gdb.base/skip1.c (test_skip): New function.
3977 (skip1_test_skip_file_and_function): New function.
3978 * gdb.base/skip.exp: Add tests for new skip options.
3979 * gdb.base/skip-solib.exp: Update expected output.
3980 * gdb.perf/skip-command.cc: New file.
3981 * gdb.perf/skip-command.exp: New file.
3982 * gdb.perf/skip-command.py: New file.
3983
4000e47e
MK
39842016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
3985
3986 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
3987 info registers pattern.
3988
24f75ead
IB
39892016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
3990
3991 * lib/future.exp: Add D support.
3992 (gdb_find_gdc): New proc.
3993 (gdb_default_target_compile): Add D support.
3994
fbb7bcbe
WW
39952016-02-18 Wei-cheng Wang <cole945@gmail.com>
3996
3997 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
3998 user+system time.
3999 (trace_speed_test): Determine the iteration count for a time
4000 between 15..30 seconds.
4001
012b3a21
WT
40022016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
4003
4004 * gdb.arch/i386-mpx-sigsegv.c: New file.
4005 * gdb.arch/i386-mpx-sigsegv.exp: New file.
4006 * gdb.arch/i386-mpx-simple_segv.c: New file.
4007 * gdb.arch/i386-mpx-simple_segv.exp: New file.
4008
2d5189bd
YQ
40092016-02-18 Yao Qi <yao.qi@linaro.org>
4010
4011 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
4012 Don't call setup_kfail.
4013
40fb20d0
YQ
40142016-02-18 Yao Qi <yao.qi@linaro.org>
4015
4016 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4017 Set "set breakpoint condition-evaluation" per $cond_bp_target.
4018
21b1f8d2
DE
40192016-02-16 Doug Evans <dje@google.com>
4020
4021 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
4022 * gdb.base/skip1.c: Ditto.
4023 * gdb.base/skip.exp: Whitespace cleanup.
4024
4041ed77
DB
40252016-02-16 Don Breazeal <donb@codesourcery.com>
4026
4027 PR remote/19496
4028 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4029 Remove kfail for PR remote/19496.
4030
c4ef31bf
SM
40312016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4032
4033 * lib/gdb.exp (standard_temp_file): Return a path specific to
4034 the runtest invocation.
4035
266b65b3
SM
40362016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4037
4038 * gdb.trace/save-trace.exp: Change relative path to be in the
4039 standard output directory.
4040
a7a0a6a9
JK
40412016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4042
4043 * gdb.arch/i386-prologue.c: Add missing prototypes.
4044
c99dbb42
JK
40452016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4046
4047 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
4048 * gdb.arch/i386-prologue.exp: Likewise.
4049 * gdb.arch/i386-size.exp: Likewise.
4050
aa480355
SM
40512016-02-15 Simon Marchi <simon.marchi@ericsson.com>
4052
4053 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
4054 define object file path.
4055 * gdb.btrace/gcore.exp: Use standard_output_file to define core
4056 file path.
4057 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
4058 standard_output_file to define binfile.
4059
ba881f50
JK
40602016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4061
4062 Fix compatibility with recent gfortran-5.3.1.
4063 * gdb.fortran/vla-history.exp (print vla1 allocated)
4064 (print vla2 allocated, print $2, print $3): Remove
4065 (print $4): Rename to ...
4066 (print $2): ... here.
4067 (print $9): Rename to ...
4068 (print $5): ... here.
4069 (print $10): Rename to ...
4070 (print $6): ... here.
4071 * gdb.fortran/vla.f90: Add pvla initialization.
4072
e9fb005c
JK
40732016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4074
4075 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
4076 New test.
4077 * gdb.fortran/vla-value-sub.exp: Likewise.
4078
e44e00ff
MK
40792016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
4080
4081 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
4082
97e94151
SM
40832016-02-12 Simon Marchi <simon.marchi@ericsson.com>
4084
4085 * i386-biarch-core.exp: Define corefile using
4086 standard_output_file.
4087
01113bc1
YQ
40882016-02-12 Yao Qi <yao.qi@linaro.org>
4089
4090 * gdb.arch/arm-single-step-kernel-helper.c: New.
4091 * gdb.arch/arm-single-step-kernel-helper.exp: New.
4092
33b4777c
MM
40932016-02-12 Markus Metzger <markus.t.metzger@intel.com>
4094
4095 * gdb.btrace/tailcall-only.exp: New.
4096 * gdb.btrace/tailcall-only.c: New.
4097 * gdb.btrace/x86_64-tailcall-only.S: New.
4098 * gdb.btrace/i686-tailcall-only.S: New.
4099
acc23c11
PA
41002016-02-11 Pedro Alves <palves@redhat.com>
4101
4102 * README (Parallel testing): Add missing double quotes.
4103
e352bf0a
PA
41042016-02-11 Pedro Alves <palves@redhat.com>
4105
4106 * README (Parallel testing): New section.
4107 (GDB_PARALLEL): Rewrite.
4108 (FORCE_PARALLEL): Document.
4109
9f5fed78
MK
41102016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
4111
4112 * gdb.trace/tfile-avx.c: New test.
4113 * gdb.trace/tfile-avx.exp: New test.
4114
9ef9e6a6
KS
41152016-02-09 Keith Seitz <keiths@redhat.com>
4116
4117 PR breakpoints/19546
4118 * gdb.base/infcall-exec.c: New file.
4119 * gdb.base/infcall-exec2.c: New file.
4120 * gdb.base/infcall-exec.exp: New file.
4121
a96e36da
KS
41222016-02-09 Keith Seitz <keiths@redhat.com>
4123
4124 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
4125 (toplevel): Call test_bkpt_address.
4126
9f61929f
KS
41272016-02-09 Keith Seitz <keiths@redhat.com>
4128
4129 PR python/19506
4130 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
4131 (toplevel): Call test_bkpt_address.
4132
1e94266c
SM
41332016-02-09 Simon Marchi <simon.marchi@ericsson.com>
4134
4135 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
4136 to AC_OUTPUT.
4137 * configure: Regenerate.
4138
2a7f3dff
PA
41392016-02-09 Pedro Alves <palves@redhat.com>
4140
4141 PR breakpoints/19548
4142 * gdb.base/execl-update-breakpoints.c (some_function): New
4143 function.
4144 (main): Call it.
4145 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
4146 Tighten expected GDB output.
4147
2151ccc5
SM
41482016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4149
4150 * Makefile.in (ALL_SUBDIRS): Remove.
4151 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
4152 (distclean maintainer-clean realclean): Likewise.
4153 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
4154 * configure: Regenerate.
4155 * gdb.ada/Makefile.in: Delete.
4156 * gdb.arch/Makefile.in: Likewise.
4157 * gdb.asm/Makefile.in: Likewise.
4158 * gdb.base/Makefile.in: Likewise.
4159 * gdb.btrace/Makefile.in: Likewise.
4160 * gdb.cell/Makefile.in: Likewise.
4161 * gdb.compile/Makefile.in: Likewise.
4162 * gdb.cp/Makefile.in: Likewise.
4163 * gdb.disasm/Makefile.in: Likewise.
4164 * gdb.dlang/Makefile.in: Likewise.
4165 * gdb.dwarf2/Makefile.in: Likewise.
4166 * gdb.fortran/Makefile.in: Likewise.
4167 * gdb.gdb/Makefile.in: Likewise.
4168 * gdb.go/Makefile.in: Likewise.
4169 * gdb.guile/Makefile.in: Likewise.
4170 * gdb.java/Makefile.in: Likewise.
4171 * gdb.linespec/Makefile.in: Likewise.
4172 * gdb.mi/Makefile.in: Likewise.
4173 * gdb.modula2/Makefile.in: Likewise.
4174 * gdb.multi/Makefile.in: Likewise.
4175 * gdb.objc/Makefile.in: Likewise.
4176 * gdb.opencl/Makefile.in: Likewise.
4177 * gdb.opt/Makefile.in: Likewise.
4178 * gdb.pascal/Makefile.in: Likewise.
4179 * gdb.perf/Makefile.in: Likewise.
4180 * gdb.python/Makefile.in: Likewise.
4181 * gdb.reverse/Makefile.in: Likewise.
4182 * gdb.server/Makefile.in: Likewise.
4183 * gdb.stabs/Makefile.in: Likewise.
4184 * gdb.threads/Makefile.in: Likewise.
4185 * gdb.trace/Makefile.in: Likewise.
4186 * gdb.xml/Makefile.in: Likewise.
4187 * lib/gdb.exp (make_gdb_parallel_path): Add check for
4188 GDB_PARALLEL.
4189 (standard_output_file): Remove check for GDB_PARALLEL, always
4190 return path in outputs/$subdir/$testname.
4191
437277d4
SM
41922016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4193
4194 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
4195 (site.exp): Assign abs_srcdir to tcl's srcdir.
4196
31d913c7
YQ
41972016-02-04 Yao Qi <yao.qi@linaro.org>
4198
4199 * gdb.base/foll-exec-mode.c: Include limits.h.
4200 (main): Add parameters argc and argv. Get directory from
4201 argv[0].
4202 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
4203 compilation.
4204 * gdb.base/foll-exec.c: Include limits.h.
4205 (main): Add parameters argc and argv.
4206 Get directory from argv[0].
4207 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
4208 Adjust tests on the number of lines as source code changed.
4209 * gdb.base/foll-vfork-exit.c: Include limits.h.
4210 (main): Add one line of statement before vfork.
4211 * gdb.base/foll-vfork.c: Include limits.h and string.h.
4212 (main): Add parameters argc and argv. Get directory from
4213 argv[0].
4214 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
4215 (setup_gdb): Set tbreak to skip some source lines.
4216 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
4217 (main): Add parameters argc and argv. Get directory from
4218 argv[0].
4219 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
4220 compilation.
4221 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
4222 (main): Add parameters argc and argv. Get directory from
4223 argv[0].
4224 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
4225 compilation.
4226
9482b9fb
DE
42272016-02-01 Doug Evans <dje@google.com>
4228
4229 * gdb.base/skip.exp: Clean up multiple references to same test name.
4230
6b2e4f10
PA
42312016-02-01 Pedro Alves <palves@redhat.com>
4232
ccb6afd6 4233 PR remote/19496
6b2e4f10
PA
4234 * gdb.threads/forking-threads-plus-breakpoint.exp
4235 (displaced_stepping_supported): New global.
4236 (probe_displaced_stepping_support): New procedure.
4237 (do_test): Add 'displaced' parameter, and use it.
4238 (top level): Check for displaced stepping support. Add displaced
4239 stepping on/off testing axis.
4240
37a8db1a
AB
42412016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4242
4243 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
4244 pointer. Don't perform further tests on the unassociated pointer
4245 if the first test fails.
4246
5fdf6324
AB
42472016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4248
4249 * gdb.base/max-value-size.c: New file.
4250 * gdb.base/max-value-size.exp: New file.
4251 * gdb.base/huge.exp: Disable max-value-size for this test.
4252
935c6144
IB
42532016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
4254
4255 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
4256
7fe8399d
YQ
42572016-01-28 Yao Qi <yao.qi@linaro.org>
4258
4259 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
4260
a2077e25
PA
42612016-01-25 Pedro Alves <palves@redhat.com>
4262
4263 PR threads/19461
4264 * gdb.base/fork-running-state.c: New file.
4265 * gdb.base/fork-running-state.exp: New file.
4266
1d2736d4
PA
42672016-01-25 Pedro Alves <palves@redhat.com>
4268
4269 PR gdb/19494
4270 * gdb.base/catch-fork-kill.c: New file.
4271 * gdb.base/catch-fork-kill.exp: New file.
4272
f1da4b11
PA
42732016-01-25 Pedro Alves <palves@redhat.com>
4274
4275 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
4276 Delete, moved to lib/gdb.exp.
4277 * gdb.threads/forking-threads-plus-breakpoint.exp
4278 (foreach_with_prefix): Likewise.
4279 * gdb.threads/process-dies-while-handling-bp.exp
4280 (foreach_with_prefix): Likewise.
4281 * lib/gdb.exp (foreach_with_prefix): New procedure.
4282
45f38546
MK
42832016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
4284
4285 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
4286 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
4287
dc29a1ce
MK
42882016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
4289
4290 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
4291 endian targets.
4292
092127d7
JK
42932016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4294 Pedro Alves <palves@redhat.com>
4295
4296 Fix testsuite compatibility with Guile.
4297 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
4298 number.
4299
31d765d3
JK
43002016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4301
4302 Fix testsuite compatibility with Guile.
4303 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
4304 (thread 1): New test for backtrace through signal handler.
4305
1ac78c04
YQ
43062016-01-22 Yao Qi <yao.qi@linaro.org>
4307
4308 PR testsuite/19491
4309 * gdb.base/multi-forks.c: Include
4310 ../lib/unbuffer_output.c
4311 (main): Call gdb_unbuffer_output.
4312
4f5946a8
DE
43132016-01-21 Doug Evans <dje@google.com>
4314
4315 * lib/ada.exp (gdb_compile_ada): Fix typo.
4316
305e13e6
JB
43172016-01-21 Joel Brobecker <brobecker@adacore.com>
4318
4319 * gdb.base/break-fun-addr.exp: New file.
4320 * gdb.base/break-fun-addr1.c: New file.
4321 * gdb.base/break-fun-addr2.c: New file.
4322
5f5dfff6
SM
43232016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
4324
4325 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
4326 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
4327 enum flag values.
4328
fd356fa2
AA
43292016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4330
4331 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
4332 when GDB can not set the vector return value. Add more comments
4333 for clarification.
4334
9df22175
AT
43352016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
4336
4337 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
4338 command.
4339
41d1845e
SM
43402016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4341
4342 * Makefile.in (DO_RUNTEST): Add --status and update usages.
4343
01ac6840
SM
43442016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4345
4346 * Makefile.in (check-single): Pass --status to runtest.
4347 (check/%.exp): Likewise.
4348
43492016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4350
4351 * Makefile.in (check-parallel): Propagate return code from make
4352 do-check-parallel.
4353
bd0a71fa
MK
43542016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
4355
4356 * gdb.trace/ftrace.exp: Fix expected message on continue.
4357 * gdb.trace/pending.exp: Fix expected message on continue.
4358 * gdb.trace/trace-break.exp: Fix expected message on continue.
4359
8bcbad33
SM
43602016-01-18 Simon Marchi <simon.marchi@ericsson.com>
4361
4362 * lib/gdb.exp (gdb_test): Remove unused global references.
4363
f303dbd6
PA
43642016-01-18 Pedro Alves <palves@redhat.com>
4365
4366 * gdb.base/async-shell.exp: Adjust expected output.
4367 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
4368 * gdb.base/siginfo-thread.exp: Adjust expected output.
4369 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
4370 * gdb.java/jnpe.exp: Adjust expected output.
4371 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
4372 * gdb.threads/continue-pending-status.exp: Adjust expected output.
4373 * gdb.threads/leader-exit.exp: Adjust expected output.
4374 * gdb.threads/manythreads.exp: Adjust expected output.
4375 * gdb.threads/pthreads.exp: Adjust expected output.
4376 * gdb.threads/schedlock.exp: Adjust expected output.
4377 * gdb.threads/siginfo-threads.exp: Adjust expected output.
4378 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
4379 expected output.
4380 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
4381 output.
4382 * gdb.threads/sigthread.exp: Adjust expected output.
4383 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
4384
b2789696
YQ
43852016-01-18 Yao Qi <yao.qi@linaro.org>
4386
4387 * gdb.guile/scm-section-script.c: Replace @progbits with
4388 %progbits.
4389 * gdb.python/py-section-script.c: Likewise.
4390
71ef29a8
PA
43912016-01-15 Pedro Alves <palves@redhat.com>
4392
4393 * gdb.multi/tids.exp: Test star wildcard ranges.
4394
3f5b7598
PA
43952016-01-15 Pedro Alves <palves@redhat.com>
4396
4397 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
4398 command from "thread apply" invocation.
4399 (thr_apply_info_thr_invalid): Default the expected output to the
4400 input tid list.
4401 (top level): Add tests that use convenience variables. Add tests
4402 for "thread apply" with a valid TID list, but missing the command.
4403
663f6d42
PA
44042016-01-13 Pedro Alves <palves@redhat.com>
4405
4406 * gdb.base/default.exp: Expect $_gthread as well.
4407 * gdb.multi/tids.exp: Test $_gthread.
4408 * gdb.threads/thread-specific.exp: Test $_gthread.
4409
c84f6bbf
PA
44102016-01-13 Pedro Alves <palves@redhat.com>
4411
4412 * gdb.multi/tids.exp: Test "info threads -gid".
4413
22a02324
PA
44142016-01-13 Pedro Alves <palves@redhat.com>
4415
4416 * gdb.multi/tids.exp: Test InferiorThread.global_num and
4417 Breakpoint.thread.
4418 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
4419
5d5658a1
PA
44202016-01-07 Pedro Alves <palves@redhat.com>
4421
4422 * gdb.base/break.exp: Adjust to output changes.
4423 * gdb.base/hbreak2.exp: Likewise.
4424 * gdb.base/sepdebug.exp: Likewise.
4425 * gdb.base/watch_thread_num.exp: Likewise.
4426 * gdb.linespec/keywords.exp: Likewise.
4427 * gdb.multi/info-threads.exp: Likewise.
4428 * gdb.threads/thread-find.exp: Likewise.
4429 * gdb.multi/tids.c: New file.
4430 * gdb.multi/tids.exp: New file.
4431
84654457
PA
44322016-01-13 Pedro Alves <palves@redhat.com>
4433
4434 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
4435
e3940304
PA
44362016-01-13 Pedro Alves <palves@redhat.com>
4437
4438 * gdb.base/default.exp: Expect $_inferior as well.
4439 * gdb.multi/base.exp: Test $_inferior.
4440
a911d87a
PA
44412016-01-13 Pedro Alves <palves@redhat.com>
4442
4443 PR breakpoints/19388
4444 * gdb.base/catch-signal-siginfo-cond.c: New file.
4445 * gdb.base/catch-signal-siginfo-cond.exp: New file.
4446
82075af2
JS
44472016-01-12 Josh Stone <jistone@redhat.com>
4448 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4449
4450 * gdb.base/catch-syscall.c (do_execve): New variable.
4451 (main): Conditionally trigger an execve.
4452 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
4453 (test_catch_syscall_execve): New, check entry/return across execve.
4454 (do_syscall_tests): Call test_catch_syscall_execve.
4455
e46eeedd
PA
44562016-01-12 Pedro Alves <palves@redhat.com>
4457
4458 * gdb.base/random-signal.exp (do_test): New procedure, with body
4459 of testcase moved in.
4460
01d8c27e
JK
44612016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4462 Pedro Alves <palves@redhat.com>
4463
4464 * gdb.base/funcargs.exp (finish from indirectly called function):
4465 Reintroduce the case for 'First'.
4466
9a706302
JK
44672016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4468 Pedro Alves <palves@redhat.com>
4469
4470 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
4471 (tcatch_vfork_then_child_follow_exec)
4472 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
4473 identification.
4474
c0ecb95f
JK
44752016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4476
4477 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
4478 and repeats to unlimited.
4479 * gdb.python/py-value.exp: Likewise.
4480 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
4481 and repeats to unlimited.
4482
6cfc1fcb
JK
44832016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4484
4485 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
4486 and reordering the functions.
4487 * gdb.multi/hangout.c: Likewise.
4488 * gdb.multi/hello.c: Likewise.
4489
582a1b00
SM
44902016-01-08 Simon Marchi <simon.marchi@ericsson.com>
4491
4492 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
4493 absolute.
4494 (SingleStatisticTestResult.report): Use dict.keys instead of
4495 dict.iterkeys.
4496
79bc59cb
PA
44972016-01-06 Pedro Alves <palves@redhat.com>
4498
4499 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
4500
43368e1d
MM
45012016-01-04 Markus Metzger <markus.t.metzger@intel.com>
4502
4503 * gdb.btrace/dlopen.exp: New.
4504 * gdb.btrace/dlopen.c: New.
4505 * gdb.btrace/dlopen-dso.c: New.
4506
79fad5b8
SL
45072015-12-25 Sandra Loosemore <sandra@codesourcery.com>
4508
4509 * lib/gdb.exp (gdb_test): Update comments to clarify that the
4510 PATTERN argument is optional.
4511
ab8314b3
JB
45122015-12-24 Joel Brobecker <brobecker@adacore.com>
4513
4514 * lib/ada.exp (target_compile_ada_from_dir): New function.
4515 (gdb_compile_ada): Reimplement avoiding the use of project files.
4516 * gdb.ada/gnat_ada.gpr: Delete.
4517 * gdb.ada/cond_lang.exp: Adjust test to make path before
4518 filename optional.
4519 * gdb.ada/small_reg_param.exp: Likewise.
4520
fe33faff
SM
45212015-12-22 Simon Marchi <simon.marchi@ericsson.com>
4522
4523 * gdb.base/foll-vork.exp: Remove HP-UX special case.
4524
6d265cb4
TP
45252015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
4526
4527 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
4528 case.
4529
10125099
SM
45302015-12-21 Simon Marchi <simon.marchi@ericsson.com>
4531
4532 * gdb.base/break.exp: Remove dead code.
4533 * gdb.base/sepdebug.exp: Likewise.
4534
3ca22649
SM
45352015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4536
4537 * gdb.asm/asm-source.exp: Remove HP-UX references.
4538 * gdb.base/annota1.exp: Likewise.
4539 * gdb.base/annota3.exp: Likewise.
4540 * gdb.base/attach.exp: Likewise.
4541 * gdb.base/bigcore.exp: Likewise.
4542 * gdb.base/break.exp: Likewise.
4543 * gdb.base/call-ar-st.exp: Likewise.
4544 * gdb.base/callfuncs.exp: Likewise.
4545 * gdb.base/catch-fork-static.exp: Likewise.
4546 * gdb.base/display.exp: Likewise.
4547 * gdb.base/foll-exec-mode.exp: Likewise.
4548 * gdb.base/foll-exec.exp: Likewise.
4549 * gdb.base/foll-fork.exp: Likewise.
4550 * gdb.base/foll-vfork.exp: Likewise.
4551 * gdb.base/funcargs.exp: Likewise.
4552 * gdb.base/hbreak2.exp: Likewise.
4553 * gdb.base/inferior-died.exp: Likewise.
4554 * gdb.base/interrupt.exp: Likewise.
4555 * gdb.base/multi-forks.exp: Likewise.
4556 * gdb.base/nodebug.exp: Likewise.
4557 * gdb.base/sepdebug.exp: Likewise.
4558 * gdb.base/solib1.c: Likewise.
4559 * gdb.base/step-test.exp: Likewise.
4560 * gdb.mi/non-stop.c: Likewise.
4561 * gdb.mi/pthreads.c: Likewise.
4562 * gdb.multi/bkpt-multi-exec.ex: Likewise.
4563 * gdb.threads/pthreads.c: Likewise.
4564 * gdb.threads/staticthreads.exp: Likewise.
4565 * lib/future.exp: Likewise.
4566 * lib/gdb.exp: Likewise.
4567 * gdb.base/so-indr-cl.c: Remove.
4568 * gdb.base/so-indr-cl.exp: Likewise.
4569 * gdb.base/solib.c: Likewise.
4570 * gdb.base/solib.exp: Likewise.
4571 * gdb.base/solib2.c: Likewise.
4572
b6304613
SM
45732015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4574
4575 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
4576 * gdb.base/call-ar-st.exp: Likewise.
4577 * gdb.base/callfuncs.exp: Likewise.
4578 * gdb.base/condbreak.exp: Likewise.
4579 * gdb.base/constvars.exp: Likewise.
4580 * gdb.base/hbreak2.exp: Likewise.
4581 * gdb.base/langs.exp: Likewise.
4582 * gdb.base/list.exp: Likewise.
4583 * gdb.base/long_long.exp: Likewise.
4584 * gdb.base/ptype.exp: Likewise.
4585 * gdb.base/scope.exp: Likewise.
4586 * gdb.base/signals.exp: Likewise.
4587 * gdb.base/so-impl-ld.exp: Likewise.
4588 * gdb.base/varargs.exp: Likewise.
4589 * gdb.base/volatile.exp: Likewise.
4590 * gdb.base/whatis.exp: Likewise.
4591 * gdb.cp/cplusfuncs.exp: Likewise.
4592 * gdb.cp/inherit.exp: Likewise.
4593 * gdb.cp/local.exp: Likewise.
4594 * gdb.cp/member-ptr.exp: Likewise.
4595 * gdb.cp/method.exp: Likewise.
4596 * gdb.cp/overload.exp: Likewise.
4597 * gdb.cp/templates.exp: Likewise.
4598 * gdb.stabs/weird.exp: Likewise.
4599 * lib/compiler.c: Likewise.
4600 * lib/compiler.cc: Likewise.
4601 * lib/cp-support.exp: Likewise.
4602 * lib/gdb.exp: Likewise.
4603
bf401b07
SM
46042015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
4605
4606 * configure.ac: Remove HP-UX case.
4607 * configure: Regenerate.
4608
aff9c0f8
SM
46092015-12-18 Simon Marchi <simon.marchi@ericsson.com>
4610
4611 * lib/gdb.exp (gdb_compile): Add function doc.
4612
a6904d5a
PA
46132015-12-17 Pedro Alves <palves@redhat.com>
4614
4615 PR threads/19354
4616 * gdb.multi/info-threads.exp: New file.
4617
a22279dd
YQ
46182015-12-15 Yao Qi <yao.qi@linaro.org>
4619
4620 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
4621 is aarch64*-*-*.
4622
0588c796
SL
46232015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4624
4625 * gdb.base/history-duplicates.exp: Skip if no readline support.
4626
5d978e17
SL
46272015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4628
4629 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
4630
7e763b86
SL
46312015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4632
4633 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
4634
87a3a92c
SL
46352015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4636
4637 * gdb.base/completion.exp: Skip tests that interrupt GDB with
4638 ctrl-C if nointerrupts target property is set.
4639 * gdb.base/double-prompt-target-event-error.exp: Likewise.
4640 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
4641 * gdb.base/paginate-bg-execution.exp: Likewise.
4642 * gdb.base/paginate-execution-startup.exp: Likewise.
4643 * gdb.base/random-signal.exp: Likewise.
4644 * gdb.base/range-stepping.exp: Likewise.
4645 * gdb.cp/annota2.exp: Likewise.
4646 * gdb.cp/annota3.exp: Likewise.
4647 * gdb.gdb/selftest.exp: Likewise.
4648 * gdb.threads/continue-pending-status.exp: Likewise.
4649 * gdb.threads/leader-exit.exp: Likewise.
4650 * gdb.threads/manythreads.exp: Likewise.
4651 * gdb.threads/pthreads.exp: Likewise.
4652 * gdb.threads/schedlock.exp: Likewise.
4653 * gdb.threads/sigthread.exp: Likewise.
4654
a8f077dc
DB
46552015-12-11 Don Breazeal <donb@codesourcery.com>
4656
4657 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
4658 remote.
4659 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
4660 * gdb.base/foll-exec.exp (main): Enable for target remote.
4661 * gdb.base/foll-fork.exp (main): Likewise.
4662 * gdb.base/foll-vfork.exp (main): Likewise.
4663 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
4664 (proc continue_to_exit_bp_loc): Use clean_restart.
4665 * gdb.base/pie-execl.exp (main): Disable for target remote.
4666 * gdb.base/watch-vfork.exp (main): Enable for target remote.
4667 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
4668 * gdb.threads/execl.exp (main): Likewise.
4669 * gdb.threads/fork-child-threads.exp (main): Likewise.
4670 * gdb.threads/fork-plus-threads.exp (main): Disable for target
4671 remote.
4672 * gdb.threads/fork-thread-pending.exp (main): Enable for target
4673 remote.
4674 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
4675 pid.tid style ptids, instead of just tid.
4676 * gdb.threads/thread-execl.exp (main): Enable for target remote.
4677 * gdb.threads/watchpoint-fork.exp (main): Likewise.
4678 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
4679 ptids, instead of just tid.
4680
3b2464a8
AB
46812015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4682
4683 * gdb.base/list.exp (test_list_forward): Add end of file error
4684 test.
4685 (test_repeat_list_command): Add end of file error test.
4686 (test_list_backwards): Add beginning of file error test.
4687
a0def019
AB
46882015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4689
4690 * gdb.base/list.exp (test_list_invalid_args): New function,
4691 defined, and called.
4692
5c000dff
AB
46932015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4694
4695 * gdb.base/list.exp (test_list): Make test names unique.
4696
f1637ebe
YQ
46972015-12-11 Yao Qi <yao.qi@linaro.org>
4698
4699 * gdb.base/coremaker2.c: Remove.
4700
36d6fc0a
PA
47012015-12-10 Pedro Alves <palves@redhat.com>
4702
4703 * gdb.multi/base.exp: Remove stale "spaces" references.
4704
762f7747
PA
47052015-12-10 Pedro Alves <palves@redhat.com>
4706
4707 * gdb.multi/base.exp: Don't use nowarnings.
4708 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
4709 * gdb.multi/hangout.c: Include stdio.h.
4710 * gdb.multi/hello.c: Include stdlib.h.
4711 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
4712 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
4713 * gdb.multi/multi-arch.exp: Don't use nowarnings.
4714
28d2bfb9
AB
47152015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
4716
4717 * gdb.dwarf2/dw2-ranges-base.c: New file.
4718 * gdb.dwarf2/dw2-ranges-base.exp: New file.
4719 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
4720 support additional line table, and debug ranges generation.
4721 (Dwarf::ranges): New function, generate .debug_ranges.
4722 (Dwarf::lines): Support generating simple line table programs.
4723 (Dwarf::assemble): Initialise new namespace variables.
4724
5fc2beac
KB
47252015-12-09 Kevin Buettner <kevinb@redhat.com>
4726
4727 * gdb.base/async.exp (proc test_background): Add case for
4728 asynchronous execution not supported.
4729
1c35a88f
LM
47302015-12-09 Luis Machado <lgustavo@codesourcery.com>
4731
4732 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
4733 format and change test names to make them unique.
4734
b593e3d9
RK
47352015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
4736 Pedro Alves <pedro@redhat.com>
4737
4738 PR gdb/18702
4739 Add checking of floatformats setup on x86_64 hosts.
4740 * gdb.arch/i386-float.S (main): Load bigval and smallval.
4741 (smallval, bigval): New labels/constants.
4742 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
4743 float" after loading bigval and smallval.
4744
d72413e6
PMR
47452015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
4746
4747 * gdb.ada/fun_overload_menu.exp: New testcase.
4748 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
4749
ece66d65
JS
47502015-12-04 Josh Stone <jistone@redhat.com>
4751
4752 * gdb.base/catch-fork-static.exp: New.
4753
41d0efca
YQ
47542015-12-03 Yao Qi <yao.qi@linaro.org>
4755
4756 * gdb.base/sizeof.c: Don't include stdio.h and
4757 ../lib/unbuffer_output.c.
4758 (main): New variable 'size' and 'value'. Remove printf and
4759 gdb_unbuffer_output. Assign return value to size and value.
4760 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
4761 at the beginning.
4762 (check_sizeof): Check the result by printing variable 'size'.
4763 (check_valueof): Check the result by printing variable 'value'.
4764
99fd02d9
YQ
47652015-12-01 Yao Qi <yao.qi@linaro.org>
4766
4767 * gdb.base/disp-step-syscall.exp: Define syscall instruction
4768 for aarch64*-*-linux* target.
4769
f2faf941
PA
47702015-11-30 Pedro Alves <palves@redhat.com>
4771
4772 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
4773
04bf20c5
PA
47742015-11-30 Pedro Alves <palves@redhat.com>
4775
4776 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
4777 Handle non-stop mode vCont replies.
4778
09df4675
PA
47792015-11-30 Pedro Alves <palves@redhat.com>
4780
4781 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
4782 prepare_for_testing. Start gdb with "set non-stop on" appended to
4783 GDBFLAGS. Lax expected stop output.
4784
58b584af
YQ
47852015-11-27 Yao Qi <yao.qi@linaro.org>
4786
4787 * gdb.arch/arm-neon.exp: New.
4788 * gdb.arch/arm-neon.c: New.
4789
dfcb77a8
YQ
47902015-11-27 Yao Qi <yao.qi@linaro.org>
4791
4792 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
4793
88e8ec1b
YQ
47942015-11-27 Yao Qi <yao.qi@linaro.org>
4795
4796 * gdb.cp/annota2.exp: Allow multiple occurrences of the
4797 frames-invalid annotation.
4798
bfde72c2
YQ
47992015-11-27 Yao Qi <yao.qi@linaro.org>
4800
4801 * gdb.cp/annota2.exp: Use ${frames_invalid}.
4802
f6512a69
SM
48032015-11-26 Simon Marchi <simon.marchi@ericsson.com>
4804
4805 * gdb.threads/names.exp: New file.
4806 * gdb.threads/names.c: New file.
4807 * README: Mention gdb,no_thread_names.
4808
46a3515b
MM
48092015-11-26 Markus Metzger <markus.t.metzger@intel.com>
4810
4811 PR 19297
4812 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
4813 support" error.
4814
62147a22
PA
48152015-11-24 Pedro Alves <palves@redhat.com>
4816
4817 PR 17539
4818 * gdb.base/display.exp: Expect displays to be sorted in ascending
4819 order. Use multi_line.
4820 * gdb.base/solib-display.exp: Likewise.
4821
2f341b6e
PA
48222015-11-24 Pedro Alves <palves@redhat.com>
4823
4824 PR 17539
25d49b86
PA
4825 * gdb.base/display.exp: Expect displays to be sorted in ascending
4826 order. Use multi_line.
4827 * gdb.base/solib-display.exp: Likewise.
2f341b6e 4828
7e0aa6aa
PA
48292015-11-24 Pedro Alves <palves@redhat.com>
4830
4831 PR 17539
4832 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
4833 threads in ascending order.
4834 * gdb.base/foll-fork.exp: Likewise.
4835 * gdb.base/foll-vfork.exp: Likewise.
4836 * gdb.base/multi-forks.exp: Likewise.
4837 * gdb.mi/mi-nonstop.exp: Likewise.
4838 * gdb.mi/mi-nsintrall.exp: Likewise.
4839 * gdb.multi/base.exp: Likewise.
4840 * gdb.multi/multi-arch.exp: Likewise.
4841 * gdb.python/py-inferior.exp: Likewise.
4842 * gdb.threads/break-while-running.exp: Likewise.
4843 * gdb.threads/execl.exp: Likewise.
4844 * gdb.threads/gcore-thread.exp: Likewise.
4845 * gdb.threads/info-threads-cur-sal.exp: Likewise.
4846 * gdb.threads/kill.exp: Likewise.
4847 * gdb.threads/linux-dp.exp: Likewise.
4848 * gdb.threads/multiple-step-overs.exp: Likewise.
4849 * gdb.threads/next-bp-other-thread.exp: Likewise.
4850 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
4851 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
4852 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
4853 * gdb.threads/thread-find.exp: Likewise.
4854 * gdb.threads/tls.exp: Likewise.
4855 * lib/mi-support.exp (mi_reverse_list): Delete.
4856 (mi_check_thread_states): No longer reverse list.
4857
2cc57ad8
PA
48582015-11-24 Pedro Alves <palves@redhat.com>
4859
4860 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
4861 use lowercase.
4862
c93e8391
SM
48632015-11-23 Simon Marchi <simon.marchi@ericsson.com>
4864
4865 * gdb.trace/actions.c: Include trace-common.h.
4866 (main): Add a location for a fast tracepoint.
4867 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
4868 the normal tracepoints.
4869 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
4870
045ccf91
SM
48712015-11-23 Simon Marchi <simon.marchi@ericsson.com>
4872
4873 * save-trace.exp: Factor out code to these...
4874 (gdb_save_tracepoints): New.
4875 (gdb_load_tracepoints): New.
4876 (do_save_load_test): New.
4877
5506f9f6
KB
48782015-11-23 Kevin Buettner <kevinb@redhat.com>
4879
4880 * gdb.base/asmlabel.exp: New test.
4881 * gdb.base/asmlabel.c: New test case.
4882
16c3b12f
JB
48832015-11-23 Joel Brobecker <brobecker@adacore.com>
4884
4885 * gdb.base/wrong_frame_bt_full-main.c: New file.
4886 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
4887 * gdb.base/wrong_frame_bt_full.exp: New file.
4888
155bfbd3
JB
48892015-11-23 Joel Brobecker <brobecker@adacore.com>
4890
4891 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
4892
bb097445
JM
48932015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
4894
206853a0 4895 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
4896 pstate register when comparing registers values in
4897 sparc64-*-linux-gnu targets to avoid spurious differences.
4898
9c88ed8f
JM
48992015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
4900
206853a0 4901 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 4902
96161e25
SL
49032015-11-19 Sandra Loosemore <sandra@codesourcery.com>
4904
4905 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
4906 as type argument to gdb_compile.
4907 * gdb.base/nested-subp2.exp: Likewise.
4908 * gdb.base/nested-subp3.exp: Likewise.
4909
340c2830
DV
49102015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
4911
4912 * lib/dwarf.exp (_note): Fix left shift of negative value.
4913 * gdb.trace/trace-condition.exp: Likewise.
4914
c1862d0f
YQ
49152015-11-13 Yao Qi <yao.qi@linaro.org>
4916
4917 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
4918 comments about d10v.
4919 (test_scalar_returns): Likewise.
4920 * gdb.base/d10v.ld: Remove.
4921 * gdb.base/overlays.exp: Remove the target triplet checking for
4922 d10v-*-*.
4923 * gdb.base/structs.exp (test_struct_returns): Remove the
4924 comments about d10v.
4925 (test_struct_calls): Likewise.
4926
77ae9c19
YQ
49272015-11-13 Yao Qi <yao.qi@linaro.org>
4928
4929 * gdb.base/gnu_vector.exp: Check the return value by "p res".
4930 * gdb.base/gnu_vector.c: Don't include stdio.h.
4931 (main): Don't print res and call add_some_intvecs.
4932
430e004e
MK
49332015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
4934
4935 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
4936 macro.
4937 (func5): Removed.
4938 (func4): Use FAST_TRACEPOINT_LABEL.
4939 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
4940 macro.
4941 (func): Removed.
4942 (thread_function): Use FAST_TRACEPOINT_LABEL.
4943 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
4944 (func): Remove.
4945 (marker): Use FAST_TRACEPOINT_LABEL.
4946 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
4947 (pendfunc1): Remove.
4948 (pendfunc): Use FAST_TRACEPOINT_LABEL.
4949 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
4950 (foo): Remove.
4951 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
4952 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
4953 macro.
4954 (func): Remove.
4955 (marker): Use FAST_TRACEPOINT_LABEL.
4956 * gdb.trace/trace-common.h: New header.
4957 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
4958 macro.
4959 (func): Remove.
4960 (marker): Use FAST_TRACEPOINT_LABEL.
4961 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
4962 (func): Remove.
4963 (thread_function): Use FAST_TRACEPOINT_LABEL.
4964
6e7675a7
MK
49652015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
4966
4967 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
4968 in front.
4969 * gdb.trace/change-loc.exp: Use global pcreg definition.
4970 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
4971 * gdb.trace/entry-values.exp: Use global spreg definition, add $
4972 in front.
4973 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
4974 * gdb.trace/pending.exp: Likewise.
4975 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
4976 * gdb.trace/trace-break.exp: Likewise.
4977 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
4978 in front.
4979 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
4980 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
4981 in front.
4982 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
4983
dddc0e16
JB
49842015-11-09 Joel Brobecker <brobecker@adacore.com>
4985
4986 * gdb.ada/fin_fun_out: New testcase.
4987
c6f0b406
KB
49882015-11-07 Kevin Buettner <kevinb@redhat.com>
4989
4990 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
4991 value associated with DW_AT_byte_size.
4992 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
4993 constants for DW_AT_byte_size, DW_AT_lower_bound, and
4994 DW_AT_upper_bound.
4995
f01dcfd9
KB
49962015-11-07 Kevin Buettner <kevinb@redhat.com>
4997
4998 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
4999 (gdb_target_symbol_prefix_flags): Define in terms of _asm
5000 version.
5001 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
5002 gdb.dwarf2/dw2-canonicalize-type.exp,
5003 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
5004 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
5005 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
5006 provided by gdb_target_symbol_prefix_flags_asm.
5007 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
5008 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
5009 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
5010 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
5011 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
5012 macros where needed). Use this macro for symbols which require
5013 the prefix provided by SYMBOL_PREFIX.
5014
2223449a
KB
50152015-11-05 Kevin Buettner <kevinb@redhat.com>
5016
5017 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
5018 New procs.
5019 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
5020 representing expressions, of more than one list element.
5021 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
5022 to prepend linker symbol prefix to f.
5023 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
5024 table_1 and table_2.
5025 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
5026 Likewise, for f and g.
5027 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
5028 for ptr.
5029 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
5030 for main.
5031 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
5032 table_1_ptr and table_2_ptr.
5033
6f2f1a3a
JK
50342015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5035 Joel Brobecker <brobecker@adacore.com>
5036
5037 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
5038
566c56c9
MK
50392015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
5040
5041 * gdb.reverse/s390-mvcle.c: New test.
5042 * gdb.reverse/s390-mvcle.exp: New file.
5043 * lib/gdb.exp: Enable reverse tests on s390*-linux.
5044
d5f0636b
MK
50452015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5046
5047 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
5048
7ad8b86c
MK
50492015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5050
5051 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
5052 reaching marker2.
5053 * gdb.reverse/getresuid-reverse.exp: Likewise.
5054 * gdb.reverse/pipe-reverse.exp: Likewise.
5055 * gdb.reverse/readv-reverse.exp: Likewise.
5056 * gdb.reverse/recvmsg-reverse.exp: Likewise.
5057 * gdb.reverse/time-reverse.exp: Likewise.
5058 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
5059
4081c0f1
YQ
50602015-10-30 Yao Qi <yao.qi@linaro.org>
5061
5062 * gdb.threads/wp-replication.c (watch_count_done): Remove.
5063 (empty_cycle): Remove.
5064 (main): Don't call empty_cycle. Don't use watch_count_done.
5065 * gdb.threads/wp-replication.exp: Don't set breakpoint on
5066 empty_cycle. Rewrite the code counting HW watchpoints.
5067
452b4ba5
MK
50682015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
5069
5070 * gdb.reverse/fstatat-reverse.c: New test.
5071 * gdb.reverse/fstatat-reverse.exp: New file.
5072 * gdb.reverse/getresuid-reverse.c: New test.
5073 * gdb.reverse/getresuid-reverse.exp: New file.
5074 * gdb.reverse/pipe-reverse.c: New test.
5075 * gdb.reverse/pipe-reverse.exp: New file.
5076 * gdb.reverse/readv-reverse.c: New test.
5077 * gdb.reverse/readv-reverse.exp: New file.
5078 * gdb.reverse/recvmsg-reverse.c: New test.
5079 * gdb.reverse/recvmsg-reverse.exp: New file.
5080 * gdb.reverse/time-reverse.c: New test.
5081 * gdb.reverse/time-reverse.exp: New file.
5082 * gdb.reverse/waitpid-reverse.c: New test.
5083 * gdb.reverse/waitpid-reverse.exp: New file.
5084
5e2e7507
JK
50852015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5086
5087 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
5088
0fde2c53
DE
50892015-10-26 Doug Evans <dje@google.com>
5090
5091 PR symtab/17391
5092 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
5093 * gdb.dwarf2/bad-regnum.c: New file.
5094 * gdb.dwarf2/bad-regnum.exp: New file.
5095
1a70ae97
DE
50962015-10-26 Doug Evans <dje@google.com>
5097
5098 PR python/18938
5099 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
5100 file.
5101
27dc26ab
JK
51022015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5103
5104 * gdb.compile/compile.exp (compile code globalvar): Update expectation
5105 for a change by "Mention language in compile error message".
5106
bed91f4d
SM
51072015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
5108
5109 PR python/18073
5110 * gdb.python/py-type.c (C::a_method): New.
5111 (C::a_const_method): New.
5112 (C::a_static_method): New.
5113 (a_function): New.
5114 * gdb.python/py-type.exp (test_fields): Test getting fields
5115 from function and method.
5116
3f2f83dd
KB
51172015-10-21 Keven Boell <keven.boell@intel.com>
5118
5119 * gdb.fortran/vla-alloc-assoc.exp: New file.
5120 * gdb.fortran/vla-datatypes.exp: New file.
5121 * gdb.fortran/vla-datatypes.f90: New file.
5122 * gdb.fortran/vla-history.exp: New file.
5123 * gdb.fortran/vla-ptype-sub.exp: New file.
5124 * gdb.fortran/vla-ptype.exp: New file.
5125 * gdb.fortran/vla-sizeof.exp: New file.
5126 * gdb.fortran/vla-sub.f90: New file.
5127 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
5128 * gdb.fortran/vla-value-sub-finish.exp: New file.
5129 * gdb.fortran/vla-value-sub.exp: New file.
5130 * gdb.fortran/vla-value.exp: New file.
5131 * gdb.fortran/vla-ptr-info.exp: New file.
5132 * gdb.mi/mi-vla-fortran.exp: New file.
5133 * gdb.mi/vla.f90: New file.
5134
27145d50
SL
51352015-10-21 Sandra Loosemore <sandra@codesourcery.com>
5136
5137 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
5138 of hardwired timeout value.
5139
5f3ff4f8
JK
51402015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5141 Pedro Alves <palves@redhat.com>
5142
5143 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
5144 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
5145
bfd09d20
JS
51462015-10-19 Josh Stone <jistone@redhat.com>
5147
5148 * gdb.base/catch-syscall.c: Include <sched.h>.
5149 (unknown_syscall): New variable.
5150 (main): Trigger a vfork and an unknown syscall.
5151 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
5152 (unknown_syscall_number): Likewise.
5153 (check_call_to_syscall): Accept an optional syscall pattern.
5154 (check_return_from_syscall): Likewise.
5155 (check_continue): Likewise.
5156 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
5157 (test_catch_syscall_skipping_return): New test toggling off 'catch
5158 syscall' to step over the syscall return, then toggling back on.
5159 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
5160 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
5161 (do_syscall_tests): Call test_catch_syscall_without_args and
5162 test_catch_syscall_mid_vfork.
5163 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
5164 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
5165
b32b93c6
AS
51662015-10-19 Andrew Stubbs <ams@codesourcery.com>
5167
5168 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
5169 print g_vE): Add new pass patterns.
5170 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
5171 print various symbol names for vptr fields.
5172
9d622bda
AB
51732015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
5174
5175 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
5176 results.
5177
0fd8ac1c
YQ
51782015-10-12 Yao Qi <yao.qi@linaro.org>
5179
5180 * gdb.arch/disp-step-insn-reloc.exp: New test case.
5181
34240514
YQ
51822015-10-12 Yao Qi <yao.qi@linaro.org>
5183
5184 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
5185 is aarch64*-*-linux*.
5186
8240f442
YQ
51872015-10-12 Yao Qi <yao.qi@linaro.org>
5188
5189 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
5190 (can_relocate_bcond_true): ... it.
5191 (can_relocate_bcond_false): New function.
5192 (foo): Likewise.
5193 (can_relocate_bl): Likewise.
5194 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
5195 can_relocate_bl.
5196
2520f728
PMR
51972015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
5198
5199 * gdb.base/nested-addr.c: New file.
5200 * gdb.base/nested-addr.exp: New testcase.
5201
abcef95a
MM
52022015-10-09 Markus Metzger <markus.t.metzger@intel.com>
5203
5204 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
5205 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
5206 its output. Ignore the output of "record goto begin" and instead
5207 check that GDB is replaying.
5208
145e3ddb
PA
52092015-10-09 Pedro Alves <palves@redhat.com>
5210
5211 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
5212 (top level): Use it in the run with no args test.
5213
d5d8c4e1
IB
52142015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
5215
5216 * gdb.dlang/properties.exp: New file.
5217
06e635ef
SL
52182015-10-02 Sandra Loosemore <sandra@codesourcery.com>
5219
5220 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
5221 whether or not address 0x1000 is mapped on the target.
5222
e019fd1d
SM
52232015-09-30 Simon Marchi <simon.marchi@ericsson.com>
5224
5225 * gdb.python/py-type.exp: Do not run tests if binaries fail to
5226 build.
5227
77ba2a67
MM
52282015-09-30 Markus Metzger <markus.t.metzger@intel.com>
5229
5230 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
5231 instruction-history test.
5232
c60eb31f
DE
52332015-09-28 Doug Evans <dje@google.com>
5234
5235 * gdb.base/gcore.c (array_func): Add reference to static_array.
5236
9a3c8263
SM
52372015-09-25 Simon Marchi <simon.marchi@ericsson.com>
5238
5239 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
5240 source line.
5241
9720e656
SL
52422015-09-24 Sandra Loosemore <sandra@codesourcery.com>
5243
5244 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
5245 short or char as base type.
5246
938d3bf2
SL
52472015-09-23 Sandra Loosemore <sandra@codesourcery.com>
5248
5249 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
5250 to allow any size enum.
5251
e6c2c623
PMR
52522015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
5253
5254 * gdb.ada/array_ptr_renaming.exp: New testcase.
5255 * gdb.ada/array_ptr_renaming/foo.adb: New file.
5256 * gdb.ada/array_ptr_renaming/pack.ads: New file.
5257
06da0f77
PL
52582015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5259
5260 * gdb.trace/ftrace-lock.c: New file.
5261 * gdb.trace/ftrace-lock.exp: New file.
5262
4f51c22a
PL
52632015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5264
5265 * gdb.arch/insn-reloc.c: New file.
5266 * gdb.arch/ftrace-insn-reloc.exp: New file.
5267
7041adf4
PL
52682015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5269
5270 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
5271 instruction.
5272 * gdb.trace/pendshr1.c (pendfunc): Likewise.
5273 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
5274 * gdb.trace/range-stepping.c: Likewise.
5275 * gdb.trace/trace-break.c: Likewise.
5276 * gdb.trace/trace-mt.c (thread_function): Likewise.
5277 * gdb.trace/ftrace.c (marker): Likewise.
5278 * gdb.trace/trace-condition.c (marker): Likewise.
5279 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
5280 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
5281 is_aarch64_target.
5282
015d2e7e
DE
52832015-09-18 Doug Evans <xdje42@gmail.com>
5284
5285 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
5286 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
5287
26b188a2
SL
52882015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5289
5290 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
5291 the breakpoint.
5292
79dc332b
SL
52932015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5294
5295 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
5296 the pending breakpoint. Remove timeout override for "Run till
5297 MI pending breakpoint on pendfunc3 on thread 2" test.
5298
f57929f2
SL
52992015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5300
5301 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
5302 filename pattern.
5303
3f469b17
SL
53042015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5305
5306 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
5307 in breakpoint filename pattern.
5308
515b89b3
SL
53092015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5310
7800dbe4
SL
5311 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
5312
53132015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5314
515b89b3
SL
5315 * gdb.linespec/explicit.exp: Check for readline support for
5316 tab-completion tests. Fix obvious typo.
5317
d2939ba2
MM
53182015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5319
5320 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
5321 and replay.
5322
cbb55fa7
MM
53232015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5324
5325 * gdb.btrace/non-stop.c: New.
5326 * gdb.btrace/non-stop.exp: New.
5327
43691ca1
PL
53282015-09-17 Pierre Langlois <pierre.langlois@arm.com>
5329 Yao Qi <yao.qi@linaro.org>
5330
5331 * gdb.trace/trace-condition.c: New file.
5332 * gdb.trace/trace-condition.exp: New file.
5333
d78908cf
WW
53342015-09-16 Wei-cheng Wang <cole945@gmail.com>
5335
5336 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
5337 for testing bytecode compilation.
5338
1ed415e2
PA
53392015-09-16 Pedro Alves <palves@redhat.com>
5340 Sandra Loosemore <sandra@codesourcery.com>
5341
5342 * gdb.threads/non-stop-fair-events.c (timeout): New global.
5343 (SECONDS): Redefine.
5344 (main): Call pthread_kill and alarm early.
5345 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
5346 support.
5347 (test): If the target can't hardware step and doesn't support
5348 displaced stepping, increase the timeout.
5349
d136eff5
PA
53502015-09-16 Pedro Alves <palves@redhat.com>
5351
5352 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
5353 (enable_debug): New procedures.
5354 (test): Use them. Bail out if waiting for threads fails.
5355 (top level): Bail out if a test fails.
5356
991f019c
YQ
53572015-09-16 Yao Qi <yao.qi@linaro.org>
5358
5359 * gdb.asm/asm-source.exp: Set asm-arch for
5360 aarch64*-*-* target.
5361 * gdb.asm/aarch64.inc: New file.
5362
bfca584f
PMR
53632015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
5364
5365 * gdb.ada/array_of_variable_length.exp: New testcase.
5366 * gdb.ada/array_of_variable_length/foo.adb: New file.
5367 * gdb.ada/array_of_variable_length/pck.adb: New file.
5368 * gdb.ada/array_of_variable_length/pck.ads: New file.
5369
b326e587
DE
53702015-09-15 Doug Evans <dje@google.com>
5371
5372 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
5373 of function static local variable.
5374
5382cfab
PW
53752015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5376
5377 * gdb.threads/tls-so_extern.exp: New test file.
5378 * gdb.threads/tls-so_extern.c: New test file.
5379 * gdb.threads/tls-so_extern_main.c: New test file.
5380
141c5cc4
JK
53812015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5382
5383 * gdb.opt/solib-intra-step-lib.c: New file.
5384 * gdb.opt/solib-intra-step-main.c: New file.
5385 * gdb.opt/solib-intra-step.exp: New file.
5386
d15dcecd
PA
53872015-09-15 Pedro Alves <palves@redhat.com>
5388
5389 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
5390 gdb_continue_to_breakpoint instead of gdb_test_multiple.
5391
4c2f2a79
PA
53922015-09-14 Pedro Alves <palves@redhat.com>
5393
5394 * gdb.base/hook-stop-continue.c: Delete.
5395 * gdb.base/hook-stop-continue.exp: Delete.
5396 * gdb.base/hook-stop-frame.c: Delete.
5397 * gdb.base/hook-stop-frame.exp: Delete.
5398 * gdb.base/hook-stop.c: New file.
5399 * gdb.base/hook-stop.exp: New file.
5400
919e6dbe
PMR
54012015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
5402
5403 * gdb.ada/access_to_packed_array.exp: New testcase.
5404 * gdb.ada/access_to_packed_array/foo.adb: New file.
5405 * gdb.ada/access_to_packed_array/pack.adb: New file.
5406 * gdb.ada/access_to_packed_array/pack.ads: New file.
5407
157280a4
MM
54082015-09-14 Markus Metzger <markus.t.metzger@intel.com>
5409
5410 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
5411 buffer size test.
5412
2fd33e94
DB
54132015-09-11 Don Breazeal <donb@codesourcery.com>
5414
5415 * gdb.base/foll-exec.c: Add copyright header. Fix
5416 formatting issues.
5417 * gdb.base/foll-exec.exp (zap_session): Delete proc.
5418 (do_exec_tests): Use clean_restart in place of zap_session,
5419 and for test initialization. Fix formatting issues. Use
5420 fail in place of perror.
5421 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
5422 an expect statement to match an expression with output from
5423 the program under debug.
5424 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
5425 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
5426 * gdb.threads/non-ldr-exc-2.exp: Likewise.
5427 * gdb.threads/non-ldr-exc-3.exp: Likewise.
5428 * gdb.threads/non-ldr-exc-4.exp: Likewise.
5429
e70b6e8e
DE
54302015-09-09 Doug Evans <dje@google.com>
5431
5432 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
5433
7a551a51
DE
54342015-09-09 Doug Evans <dje@google.com>
5435
5436 * gdb.base/pie-execl.exp: Fix result test of build_executable.
5437
4c666f84
DE
54382015-09-09 Doug Evans <dje@google.com>
5439
5440 * gdb.base/savedregs.exp: Fix typo.
5441
243a9253
PA
54422015-09-09 Pedro Alves <palves@redhat.com>
5443
5444 * gdb.mi/mi-cli.exp: Add CLI finish tests.
5445
c0fa8fbd
SL
54462015-09-08 Sandra Loosemore <sandra@codesourcery.com>
5447
5448 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
5449 command actually switches threads. Give up on remaining
5450 tests if target fails to stop at breakpoint.
5451
cd7c1778
PMR
54522015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
5453
5454 * gdb.ada/funcall_char.exp: New testcase.
5455 * gdb.ada/funcall_char/foo.adb: New file.
5456
dc5c8746
PMR
54572015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
5458
5459 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
5460 expected outputs. Add two testcases for completing ambiguous
5461 functions.
5462 * gdb.ada/complete/aux_pck.adb: New file.
5463 * gdb.ada/complete/aux_pck.ads: New file.
5464 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
5465 Ambiguous_Func functions.
5466 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
5467 * gdb.ada/complete/pck.adb: Likewise.
5468
4e83a1e7
UW
54692015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
5470
5471 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
5472 failures to run the test program under GDB.
5473
8ce74153
LM
54742015-08-26 Luis Machado <lgustavo@codesourcery.com>
5475
5476 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
5477 to C.
5478
e9756d52
PP
54792015-08-26 Patrick Palka <patrick@parcs.ath.cx>
5480
5481 * gdb.base/run-after-attach.exp: New test file.
5482 * gdb.base/run-after-attach.c: New test file.
5483
8d37573b
DB
54842015-08-26 Don Breazeal <donb@codesourcery.com>
5485
5486 * gdb.base/foll-exec-2.c: New test program.
5487 * gdb.base/foll-exec-2.exp: New test.
5488
63e43d3a
PMR
54892015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
5490
5491 * gdb.base/nested-subp1.exp: New file.
5492 * gdb.base/nested-subp1.c: New file.
5493 * gdb.base/nested-subp2.exp: New file.
5494 * gdb.base/nested-subp2.c: New file.
5495 * gdb.base/nested-subp3.exp: New file.
5496 * gdb.base/nested-subp3.c: New file.
5497
3d40fbb5
PA
54982015-08-24 Pedro Alves <palves@redhat.com>
5499
5500 * gdb.server/connect-without-multi-process.c: New file.
5501 * gdb.server/connect-without-multi-process.exp: New file.
5502
4422ac93
LM
55032015-08-24 Luis Machado <lgustavo@codesourcery.com>
5504
5505 * gdb.opt/inline-markers.c: Make z int.
5506
91dddb86
LM
55072015-08-24 Luis Machado <lgustavo@codesourcery.com>
5508
5509 * gdb.opt/inline-markers.c: Make z volatile.
5510
a48847ee
LM
55112015-08-24 Luis Machado <lgustavo@codesourcery.com>
5512
5513 * gdb.opt/inline-bt.c: New volatile global z.
5514 * gdb.opt/inline-cmds.c: Likewise.
5515 * gdb.opt/inline-locals.c: Likewise.
5516 * gdb.opt/inline-markers.c: New extern global z.
5517 (marker): Use z.
5518 (inline_fn): Likewise.
5519
0ebbc52b
PA
55202015-08-24 Pedro Alves <palves@redhat.com>
5521
5522 * config/m32r-stub.exp: Remove file.
5523 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
5524 * gdb.base/call-rt-st.exp: Likewise.
5525 * gdb.base/call-strs.exp: Likewise.
5526 * gdb.base/default.exp: Remove references to h8300-*-hms and
5527 *-*-udi*.
5528 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
5529
77c365df
AA
55302015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5531
5532 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
5533 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
5534 and "return" use KFAIL when GDB can not read/write the vector
5535 return value.
5536
4313b8c0
GB
55372015-08-21 Gary Benson <gbenson@redhat.com>
5538
5539 * gdb.trace/pending.exp: Cope with remote transfer warnings.
5540
0e433b32
PA
55412015-08-20 Pedro Alves <palves@redhat.com>
5542
5543 * gdb.server/solib-list.exp: No longer expect an interior stop in
5544 non-stop mode.
5545
221e1a37
PA
55462015-08-20 Pedro Alves <palves@redhat.com>
5547
5548 * gdb.server/connect-stopped-target.c: New file.
5549 * gdb.server/connect-stopped-target.exp: New file.
5550
40e3ad0e
PA
55512015-08-20 Pedro Alves <palves@redhat.com>
5552
5553 * gdb.dwarf2/comp-unit-lang.exp: New file.
5554 * gdb.dwarf2/comp-unit-lang.c: New file.
5555
af39b327
PMR
55562015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
5557
5558 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
5559 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
5560
7d45c7c3 55612015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 5562
7d45c7c3
KB
5563 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
5564 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
5565
4d6cceb4
DE
55662015-08-18 Doug Evans <dje@google.com>
5567 Adrian Sendroiu <adrian.sendroiu@freescale.com>
5568
5569 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
5570 skip_python_tests. New arg prompt_regexp.
5571 (skip_python_tests): New function.
5572 * lib/mi-support.exp (mi_skip_python_tests): New function.
5573 * gdb.python/py-mi-objfile-gdb.py: New file.
5574 * gdb.python/py-mi-objfile.c: New file.
5575 * gdb.python/py-mi-objfile.exp: New file.
5576
ad89c2aa
KS
55772015-08-17 Keith Seitz <keiths@redhat.com>
5578
5579 * gdb.linespec/explicit.exp: Move strace test from here ...
5580 * gdb.trace/strace.exp: ... to here.
5581
e3ae3c43
PP
55822015-08-15 Patrick Palka <patrick@parcs.ath.cx>
5583
5584 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
5585 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
5586
604b2636
DE
55872015-08-14 Doug Evans <xdje42@gmail.com>
5588
5589 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
5590 inferior before selecting a new file.
5591
6ff0ba5f
DE
55922015-08-14 Doug Evans <xdje42@gmail.com>
5593
5594 * gdb.mi/mi-disassemble.exp: Update.
5595 * gdb.base/disasm-optim.S: New file.
5596 * gdb.base/disasm-optim.c: New file.
5597 * gdb.base/disasm-optim.h: New file.
5598 * gdb.base/disasm-optim.exp: New file.
5599
9ca98f92
KS
56002015-08-14 Keith Seitz <keiths@redhat.com>
5601
5602 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
5603 "evaluated-by".
5604
52bbc560
JB
56052015-08-13 Joel Brobecker <brobecker@adacore.com>
5606
5607 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
5608
5d8c3ed3
PMR
56092015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
5610
5611 * gdb.ada/fun_renaming.exp: New testcase.
5612 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
5613 * gdb.ada/fun_renaming/pack.adb: New file.
5614 * gdb.ada/fun_renaming/pack.ads: New file.
5615
ea8812bc
KS
56162015-08-12 Keith Seitz <keiths@redhat.com>
5617
5618 * gdb.base/dso2dso.exp: Pass basename of source file in call to
5619 gdb_get_line_number.
5620
4dafcdeb
JB
56212015-08-12 Joel Brobecker <brobecker@adacore.com>
5622
5623 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
5624 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
5625 gdb.base/dso2dso.exp: New files.
5626
5ba32597
SDJ
56272015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
5628 Pedro Alves <palves@redhat.com>
5629 Keith Seitz <keiths@redhat.com>
5630
5631 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
5632 GDBFLAGS.
5633
b6dafabf
PP
56342015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5635
5636 * gdb.base/gdbhistsize-history.exp
5637 (test_histsize_history_setting): Use save_vars.
5638 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
5639 Use save_vars.
5640 (test_no_truncation_of_unlimited_history_file): Use save_vars.
5641 * gdb.base/readline.exp: Use save_vars.
5642
abe8e607
PP
56432015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5644
5645 * lib/gdb.exp (save_vars): New proc.
5646
629500fa
KS
56472015-08-11 Keith Seitz <keiths@redhat.com>
5648
5649 * gdb.base/help.exp: Update help_breakpoint_text.
5650
eb8c4e2e
KS
56512015-08-11 Keith Seitz <keiths@redhat.com>
5652
5653 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
5654 (at toplevel): Call test_explicit_breakpoints.
5655 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
5656 breakpoints.
5657 * lib/mi-support.exp (mi_make_breakpoint): Add support for
5658 breakpoint conditions, "-cond".
5659
87f0e720
KS
56602015-08-11 Keith Seitz <keiths@redhat.com>
5661
5662 * gdb.linespec/3explicit.c: New file.
5663 * gdb.linespec/cpexplicit.cc: New file.
5664 * gdb.linespec/cpexplicit.exp: New file.
5665 * gdb.linespec/explicit.c: New file.
5666 * gdb.linespec/explicit.exp: New file.
5667 * gdb.linespec/explicit2.c: New file.
5668 * gdb.linespec/ls-errs.exp: Add explicit location tests.
5669 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
5670 before using in the matching pattern.
5671 Clarify that `prefix' is a regular expression.
5672
f00aae0f
KS
56732015-08-11 Keith Seitz <keiths@redhat.com>
5674
5675 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
5676 test.
5677 Add tests for missing ",FMT" and ",".
5678
e27852be
DE
56792015-08-10 Doug Evans <dje@google.com>
5680 Keith Seitz <keiths@redhat.com>
5681
5682 PR gdb/17960
5683 * gdb.base/completion.exp: Add location completer tests.
5684
7f03bd92
PA
56852015-08-07 Pedro Alves <palves@redhat.com>
5686
5687 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
5688 tests here.
5689 (top level): Run do_test with and without displaced stepping.
5690
3fc8eb30
PA
56912015-08-07 Pedro Alves <palves@redhat.com>
5692
5693 * gdb.base/valgrind-disp-step.c: New file.
5694 * gdb.base/valgrind-disp-step.exp: New file.
5695
d4569d7b
PA
56962015-08-07 Pedro Alves <palves@redhat.com>
5697
5698 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
5699 Delete function.
5700 (main): Add alarm. Run an infinite loop instead of calling
5701 wait_threads.
5702 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
5703 comment.
5704 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
5705 Delete function.
5706 (main): Add alarm. Run an infinite loop instead of calling
5707 wait_threads.
5708 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
5709 comment.
5710
e1316e60
PA
57112015-08-07 Pedro Alves <palves@redhat.com>
5712
5713 * gdb.base/checkpoint-ns.exp: New file.
5714 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
5715 standard_testfile.
5716
da8c46d2
MM
57172015-08-07 Markus Metzger <markus.t.metzger@intel.com>
5718
5719 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
5720 * gdb.btrace/instruction_history.exp: Update.
5721 * gdb.btrace/tsx.exp: New.
5722 * gdb.btrace/tsx.c: New.
5723
de1c2c52
PA
57242015-08-06 Pedro Alves <palves@redhat.com>
5725
5726 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
5727 increase timeout.
5728 * gdb.reverse/until-precsave.exp: Bump timeouts.
5729
782e0bf4
PA
57302015-08-06 Pedro Alves <palves@redhat.com>
5731
5732 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
5733
83e97ed0
PA
57342015-08-06 Pedro Alves <palves@redhat.com>
5735
5736 PR gdb/18749
5737 * gdb.threads/process-dies-while-handling-bp.c: New file.
5738 * gdb.threads/process-dies-while-handling-bp.exp: New file.
5739
863d01bd
PA
57402015-08-06 Pedro Alves <palves@redhat.com>
5741
5742 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
5743 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
5744
0a39bb32
PA
57452015-08-05 Pedro Alves <palves@redhat.com>
5746
5747 * gdb.threads/next-while-other-thread-longjmps.c: New file.
5748 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
5749
ee2d2b10
SL
57502015-08-03 Sandra Loosemore <sandra@codesourcery.com>
5751
5752 * gdb.base/bp-permanent.exp: Report test as unsupported if
5753 the target cannot stop at the permanent breakpoint.
5754
4e1bdb00
DE
57552015-08-03 Doug Evans <dje@google.com>
5756
5757 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
5758 10000.
5759
3d338901
DE
57602015-08-03 Doug Evans <dje@google.com>
5761
5762 * Makefile.in (workers/%.worker, build-perf): New rule.
5763 (GDB_PERFTEST_MODE): New variable.
5764 (check-perf): Use it.
5765 (clean): Clean up gdb.perf parallel build subdirs.
5766 * lib/build-piece.exp: New file.
5767 * lib/gdb.exp (make_gdb_parallel_path): New function
5768 (standard_output_file, standard_temp_file): Call it.
5769 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
5770 of $GDB_PARALLEL.
5771 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
5772
af061d3e
DE
57732015-08-03 Doug Evans <dje@google.com>
5774
8e1afc81 5775 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
5776 (LOG_FILE_NAME): New global.
5777 (TextReporter.__init__): Initialize self.txt_sum.
5778 (TextReporter.report): Add support for multiple data-points.
5779 Move report to perftest.sum, put raw data in perftest.log.
5780 (TextReporter.start): Open sum and log files.
5781 (TextReporter.end): Close sum and log files.
8e1afc81
DE
5782 * gdb.perf/lib/perftest/testresult.py
5783 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 5784
2c8c5d37
PA
57852015-07-31 Pedro Alves <palves@redhat.com>
5786
5787 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
5788 Use spawn_id_get_pid. Wait for spawn id after eof. Use
5789 kill_wait_spawned_process instead of explicit "kill -9".
5790 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
5791 returning a spawn id instead of a pid. Use spawn_id_get_pid and
5792 kill_wait_spawned_process.
5793 * gdb.base/attach-twice.exp: Likewise.
5794 * gdb.base/attach.exp: Likewise.
5795 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
5796 gdb_test_multiple.
5797 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
5798 returning a spawn id instead of a pid. Use spawn_id_get_pid and
5799 kill_wait_spawned_process.
5800 * gdb.base/valgrind-infcall.exp: Likewise.
5801 * gdb.multi/multi-attach.exp: Likewise.
5802 * gdb.python/py-prompt.exp: Likewise.
5803 * gdb.python/py-sync-interp.exp: Likewise.
5804 * gdb.server/ext-attach.exp: Likewise.
5805 * gdb.threads/attach-into-signal.exp (corefunc): Use
5806 spawn_wait_for_attach, spawn_id_get_pid and
5807 kill_wait_spawned_process.
5808 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
5809 spawn_wait_for_attach returning a spawn id instead of a pid. Use
5810 spawn_id_get_pid and kill_wait_spawned_process.
5811 * gdb.threads/attach-stopped.exp (corefunc): Use
5812 spawn_wait_for_attach, spawn_id_get_pid and
5813 kill_wait_spawned_process.
5814 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
5815 Use spawn_id_get_pid. Wait for spawn id after eof. Use
5816 kill_wait_spawned_process instead of explicit "kill -9".
5817 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
5818 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
5819 (spawn_wait_for_attach): Use spawn instead of exec to spawn
5820 processes. Don't map cygwin/windows pids here. Now returns a
5821 spawn id list.
5822
032a0fca
SL
58232015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5824
5825 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
5826 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
5827 correct patch.
5828
61a934ca
SL
58292015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5830
5831 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
5832
4bc4d428
SL
58332015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5834
5835 Reapply:
5836 2014-05-21 Mark Wielaard <mjw@redhat.com>
5837
5838 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
5839
998d452a
PA
58402015-07-30 Pedro Alves <palves@redhat.com>
5841
5842 * linux-low.c (handle_extended_wait): Set the child's last
5843 reported status to TARGET_WAITKIND_STOPPED.
5844
69dde7dc
PA
58452015-07-30 Pedro Alves <palves@redhat.com>
5846
5847 PR threads/18600
5848 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
5849 only shows inferior 1.
5850
4dd63d48
PA
58512015-07-30 Simon Marchi <simon.marchi@ericsson.com>
5852 Pedro Alves <palves@redhat.com>
5853
5854 PR threads/18600
5855 * gdb.threads/fork-plus-threads.c: New file.
5856 * gdb.threads/fork-plus-threads.exp: New file.
5857
d618e4c5
PP
58582015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5859
5860 * gdb.base/batch-preserve-term-settings.exp
5861 (test_terminal_settings_preserved_after_cli_exit): Use
5862 send_quit_command.
5863
1eef6428
PA
58642015-07-29 Pedro Alves <palves@redhat.com>
5865 Don Breazeal <donb@codesourcery.com>
5866
5867 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
5868 output from both inferior_spawn_id and gdb_spawn_id.
5869
7da5b897
SDJ
58702015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
5871
5872 * gdb.threads/attach-into-signal.exp (corefunc): Use
5873 with_test_prefix on nested loops, uniquefying the test messages.
5874
dac804df
SDJ
58752015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
5876
5877 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
5878 commit.
5879
06265e53
PP
58802015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5881
5882 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
5883 New proc.
5884 (test_terminal_settings_preserved_after_sigterm): New test.
5885
18206ca3
PP
58862015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5887
5888 * gdb.base/batch-preserve-term-settings.exp
5889 (test_terminal_settings_preserved_after_cli_exit): New test.
5890
90074d11
PP
58912015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5892
5893 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
5894 manipulation of saved_gdbflags.
5895 (test_terminal_settings_preserved): Remove global declaration of
5896 the unused variable pagination_prompt. Remove manipulation of
5897 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
5898 GDBFLAGS.
5899
eb1a7902
PA
59002015-07-29 Pedro Alves <palves@redhat.com>
5901
5902 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
5903
8b75dd3b
PA
59042015-07-29 Pedro Alves <palves@redhat.com>
5905
5906 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
5907 at the top.
5908
dedad4e3
PA
59092015-07-29 Pedro Alves <palves@redhat.com>
5910
5911 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
5912 (main): Call gdb_unbuffer_output.
5913 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
5914 (main): Call gdb_unbuffer_output.
5915 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
5916 (main): Call gdb_unbuffer_output.
5917 * gdb.base/call-strs.exp: Adjust to step over the
5918 gdb_unbuffer_output call.
5919 * gdb.base/catch-gdb-caused-signals.c: Include
5920 "../lib/unbuffer_output.c".
5921 (main): Call gdb_unbuffer_output.
5922 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
5923 (main): Call gdb_unbuffer_output.
5924 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
5925 (main): Call gdb_unbuffer_output.
5926 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
5927 (main): Call gdb_unbuffer_output.
5928 * gdb.base/shlib-call.exp: Adjust to step over the
5929 gdb_unbuffer_output call.
5930 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
5931 (main): Call gdb_unbuffer_output.
5932 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
5933 (main): Call gdb_unbuffer_output.
5934 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
5935 (main): Rename to ...
5936 (test): ... this.
5937 (main): Reimplement.
5938 * gdb.base/varargs.exp: Run to test instead of to main.
5939 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
5940 (main): Call gdb_unbuffer_output.
5941
58789a91
PA
59422015-07-29 Pedro Alves <palves@redhat.com>
5943
5944 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
5945 factore out from mi_continue_dprintf. For call-style dprintfs,
5946 expect dprintf output out of $inferior_spawn_id.
5947 (mi_continue_dprintf): Use mi_expect_dprintf.
5948 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
5949 (main): Call gdb_unbuffer_output.
5950
e8376742
PA
59512015-07-29 Pedro Alves <palves@redhat.com>
5952
5953 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
5954 (default_mi_gdb_start): Set inferior_spawn_id instead of
5955 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
5956 gdb_spawn_id.
5957 (mi_gdb_test): Always expect inferior output from both
5958 $inferior_spawn_id and $gdb_spawn_id.
5959
08280010
PA
59602015-07-29 Pedro Alves <palves@redhat.com>
5961
5962 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
5963 send_inferior and $inferior_spawn_id.
5964
4d30e432
PA
59652015-07-29 Pedro Alves <palves@redhat.com>
5966
5967 * gdb.gdb/complaints.exp (test_initial_complaints)
5968 (test_serial_complaints, test_short_complaints): Use
5969 gdb_test_stdio.
5970 (test_empty_complaint): Handle $inferior_spawn_id !=
5971 $gdb_spawn_id.
5972
0d30a335
PA
59732015-07-29 Pedro Alves <palves@redhat.com>
5974
5975 * gdb.base/varargs.exp: Use gdb_test_stdio.
5976
39413b29
PA
59772015-07-29 Pedro Alves <palves@redhat.com>
5978
5979 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
5980
7cb000a9
PA
59812015-07-29 Pedro Alves <palves@redhat.com>
5982
5983 * gdb.base/ending-run.exp: Use gdb_test_stdio.
5984
d7b8ac82
PA
59852015-07-29 Pedro Alves <palves@redhat.com>
5986
5987 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
5988 parameter into two new parameters, "inf_result" and "gdb_result".
5989 Expect inferior output and gdb output from $inferior_spawn_id and
5990 $gdb_spawn_id, respectively. Adjust all callers.
5991
789c3a0c
PA
59922015-07-29 Pedro Alves <palves@redhat.com>
5993
5994 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
5995 of gdb_test_sequence.
5996
77e760c3
PA
59972015-07-29 Pedro Alves <palves@redhat.com>
5998
5999 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
6000 (saw_spurious_output): Expect inferior output from
6001 $inferior_spawn_id. Use gdb_test_stdio.
6002
8396d2cd
PA
60032015-07-29 Pedro Alves <palves@redhat.com>
6004
6005 * gdb.base/dprintf.exp: Use standard_testfile. Change
6006 prepare_for_testing call.
6007 (srcfile): Don't set.
6008 (restart): New procedure.
6009 (test_dprintf): New procecure, use to continue over dprintfs.
6010 (test_call, test_agent): New procedures, tests moved here.
6011 Restart gdb and recreate dprintfs. Adjust expected output.
6012
2051d61f
PA
60132015-07-29 Pedro Alves <palves@redhat.com>
6014
6015 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
6016
452397af
PA
60172015-07-29 Pedro Alves <palves@redhat.com>
6018
6019 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
6020
8aed9555
PA
60212015-07-29 Pedro Alves <palves@redhat.com>
6022
6023 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
6024 gdb_test_stdio.
6025
188a61b4
PA
60262015-07-29 Pedro Alves <palves@redhat.com>
6027
6028 * lib/gdb.exp (gdb_test_stdio): New procedure.
6029
12264a45
PA
60302015-07-29 Pedro Alves <palves@redhat.com>
6031
6032 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
6033
23ffc893
PA
60342015-07-29 Pedro Alves <palves@redhat.com>
6035
6036 * gdb.base/call-signal-resume.exp: Remove check for
6037 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
6038 * gdb.base/unwindonsignal.exp: Likewise.
6039 * gdb.base/call-signals.c (gen_signal): Remove printf call.
6040 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
6041
65566918
PA
60422015-07-29 Pedro Alves <palves@redhat.com>
6043
6044 * gdb.base/siginfo-addr.c (pass): New function.
6045 (handler): Call it iff si_addr is correct.
6046 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
6047 Set a breakpoint at "pass" and continue to it.
6048
d60a9221
SDJ
60492015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
6050
6051 * gdb.python/py-objfile.exp: Make some tests have unique names.
6052 * gdb.python/py-pp-registration.exp: Likewise.
6053
bde40b8f
PA
60542015-07-28 Pedro Alves <palves@redhat.com>
6055
6056 * gdb.server/server-exec-info.exp: Issue a "disconnect".
6057
13e1dec8
SM
60582015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6059
6060 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
6061
da33c9a7
SM
60622015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6063
6064 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
6065
077836f7
PP
60662015-07-27 Patrick Palka <patrick@parcs.ath.cx>
6067
6068 * gdb.base/gdb-sigterm-2.exp: New test.
6069
b8cc7b2e
DE
60702015-07-25 Doug Evans <xdje42@gmail.com>
6071
6072 Revert:
6073 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6074 (workers/%.worker, build-perf): New rule.
6075 (GDB_PERFTEST_MODE): New variable.
6076 (check-perf): Use it.
6077 (clean): Clean up gdb.perf parallel build subdirs.
6078 * lib/build-piece.exp: New file.
6079 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6080 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6081 name.
6082 (standard_temp_file): Ditto.
6083 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6084 of $GDB_PARALLEL.
6085
c8bd4544
DE
60862015-07-24 Doug Evans <dje@google.com>
6087
6088 * gdb.perf/lib/perftest/utils.py: New file.
6089 * gdb.perf/gm-hello.cc: New file.
6090 * gdb.perf/gm-pervasive-typedef.cc: New file.
6091 * gdb.perf/gm-pervasive-typedef.h: New file.
6092 * gdb.perf/gm-std.cc: New file.
6093 * gdb.perf/gm-std.h: New file.
6094 * gdb.perf/gm-use-cerr.cc: New file.
6095 * gdb.perf/gm-utils.h: New file.
6096 * gdb.perf/gmonster-null-lookup.py: New file.
6097 * gdb.perf/gmonster-pervasive-typedef.py: New file.
6098 * gdb.perf/gmonster-print-cerr.py: New file.
6099 * gdb.perf/gmonster-ptype-string.py: New file.
6100 * gdb.perf/gmonster-runto-main.py: New file.
6101 * gdb.perf/gmonster-select-file.py: New file.
6102 * gdb.perf/gmonster1-null-lookup.exp: New file.
6103 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
6104 * gdb.perf/gmonster1-print-cerr.exp: New file.
6105 * gdb.perf/gmonster1-ptype-string.exp: New file.
6106 * gdb.perf/gmonster1-runto-main.exp: New file.
6107 * gdb.perf/gmonster1-select-file.exp: New file.
6108 * gdb.perf/gmonster1.cc: New file.
6109 * gdb.perf/gmonster1.exp: New file.
6110 * gdb.perf/gmonster2-null-lookup.exp: New file.
6111 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
6112 * gdb.perf/gmonster2-print-cerr.exp: New file.
6113 * gdb.perf/gmonster2-ptype-string.exp: New file.
6114 * gdb.perf/gmonster2-runto-main.exp: New file.
6115 * gdb.perf/gmonster2-select-file.exp: New file.
6116 * gdb.perf/gmonster2.cc: New file.
6117 * gdb.perf/gmonster2.exp: New file.
6118
6eab34f3
DE
61192015-07-24 Doug Evans <dje@google.com>
6120
6121 * gdb.perf/README: New file.
6122 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
6123 * lib/gen-perf-test.exp: New file.
6124
63738bfd
DE
61252015-07-24 Doug Evans <dje@google.com>
6126
6127 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
6128 (PerfTest::startup): New function.
6129 (PerfTest::run): Return result of calling body.
6130 (PerfTest::assemble): Rewrite.
6131 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
6132 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
6133 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
6134 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
6135 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
6136
7b606f95
DE
61372015-07-24 Doug Evans <dje@google.com>
6138
6139 * lib/gdb.exp (clean_restart): Make executable optional.
6140
a97b16b8
DE
61412015-07-24 Doug Evans <dje@google.com>
6142
6143 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
6144 compiler_info references.
6145 * gdb.cp/temargs.exp: Ditto.
6146 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
6147 (get_compiler_info): Early exit if already computed. Set compiler_info
6148 to "unknown" if there was a problem.
6149 (test_compiler_info): Add function comment. Call get_compiler_info.
6150
35baa57f
DE
61512015-07-24 Doug Evans <dje@google.com>
6152
6153 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6154 (workers/%.worker, build-perf): New rule.
6155 (GDB_PERFTEST_MODE): New variable.
6156 (check-perf): Use it.
6157 (clean): Clean up gdb.perf parallel build subdirs.
6158 * lib/build-piece.exp: New file.
6159 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6160 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6161 name.
6162 (standard_temp_file): Ditto.
6163 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6164 of $GDB_PARALLEL.
6165
6ebea266
DE
61662015-07-24 Doug Evans <dje@google.com>
6167
6168 * lib/future.exp (gdb_default_target_compile): New option
6169 "early_flags".
6170 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
6171 --as-needed.
6172
1e76a7e9
SDJ
61732015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
6174
6175 * gdb.base/catch-syscall.exp: Call gdb_exit before
6176 gdb_skip_xml_test.
6177
5068630a
PA
61782015-07-24 Pedro Alves <palves@redhat.com>
6179
6180 * gdb.python/py-events.exp: Accept output between the stop event
6181 and the prompt.
6182 * gdb.python/py-evsignal.exp: Likewise.
6183 * gdb.python/py-evthreads.exp: Likewise.
6184
77598427
PA
61852015-07-24 Pedro Alves <palves@redhat.com>
6186
6187 PR gdb/18717
6188 * gdb.threads/non-ldr-exit.c: New file.
6189 * gdb.threads/non-ldr-exit.exp: New file.
6190
11e6c98f
YQ
61912015-07-24 Yao Qi <yao.qi@linaro.org>
6192
6193 * gdb.server/ext-wrapper.exp: Test --wrapper option when
6194 restarting process.
6195
51aee833
YQ
61962015-07-24 Yao Qi <yao.qi@linaro.org>
6197
6198 * gdb.server/ext-restart.exp: New file.
6199
8cfe207c
YQ
62002015-07-24 Yao Qi <yao.qi@linaro.org>
6201
6202 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
6203 argument options.
6204 * gdb.server/ext-wrapper.exp: New file.
6205
cc12ce38
DE
62062015-07-23 Doug Evans <dje@google.com>
6207
6208 * gdb.dwarf2/dw2-dummy-cu.S: New file.
6209 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
6210
d0d84780
PMR
62112015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
6212
6213 * gdb.ada/var_arr_typedef.exp: New testcase.
6214 * gdb.ada/var_arr_typedef/pack.adb: New file.
6215 * gdb.ada/var_arr_typedef/pack.ads: New file.
6216 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
6217
8b558f79
JB
62182015-07-20 Joel Brobecker <brobecker@adacore.com>
6219
6220 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
6221
775a3298
JK
62222015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6223
6224 * gdb.arch/i386-biarch-core.exp: Replace istarget
6225 by "complete set gnutarget". Remove expectation for the "core-file"
6226 command.
6227
db1ff28b
JK
62282015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6229
6230 Revert the previous commit:
6231 Tests for validate symbol file using build-id.
6232
0a94970d
JK
62332015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6234
6235 Tests for validate symbol file using build-id.
6236 * gdb.base/solib-mismatch-lib.c: New file.
6237 * gdb.base/solib-mismatch-libmod.c: New file.
6238 * gdb.base/solib-mismatch.c: New file.
6239 * gdb.base/solib-mismatch.exp: New file.
6240
03346981
SL
62412015-07-15 Sandra Loosemore <sandra@codesourcery.com>
6242
6243 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
6244 nios2-*-linux*.
6245 * gdb.base/sigbpt.exp (stepi_out): Likewise.
6246 * gdb.base/siginfo.exp: Likewise.
6247 * gdb.base/sigstep.exp (advance, advancei): Likewise.
6248
42422cc7
PL
62492015-07-15 Pierre Langlois <pierre.langlois@arm.com>
6250
6251 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
6252 Move it to ...
6253 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
6254 ... here.
6255 * gdb.trace/range-stepping.exp: Check that the target supports
6256 range stepping.
6257
cfa68bae
JK
62582015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6259
6260 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
6261
8ffdba26
PA
62622015-07-14 Pedro Alves <palves@redhat.com>
6263
6264 * gdb.base/killed-outside.exp: New file.
6265 * gdb.base/killed-outside.c: New file.
6266
218a5a11
JK
62672015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6268
6269 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
6270 (n at main): New.
6271 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
6272
e03ed3c6
AA
62732015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
6274
6275 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
6276 infcall tests instead of setting up for KFAIL.
6277
485668e5
MM
62782015-07-10 Markus Metzger <markus.t.metzger@intel.com>
6279
6280 * gdb.btrace/record_goto-step.exp: New.
6281
08464196
JK
62822015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6283
6284 PR compile/18484
6285 * gdb.compile/compile.c (struct struct_type): Add volatile to
6286 selffield's type.
6287 * gdb.compile/compile.exp
6288 (compile code struct_object.selffield = &struct_object): Skip further
6289 struct_object tests if this one xfails.
6290
bcf5c1d9
RC
62912015-07-08 Robert O'Callahan <robert@ocallahan.org>
6292
6293 PR exp/18617
6294 * gdb.trace/ax.exp: Add test.
6295
4931af25
YQ
62962015-07-07 Yao Qi <yao.qi@linaro.org>
6297
6298 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
6299 instead of istarget "aarch64*-*-*".
6300 * gdb.arch/aarch64-fp.exp: Likewise.
6301 * gdb.base/float.exp: Likewise.
6302 * gdb.reverse/aarch64.exp: Likewise.
6303 * lib/gdb.exp (is_aarch64_target): New proc.
6304
9fcf688e
YQ
63052015-07-07 Yao Qi <yao.qi@linaro.org>
6306
6307 * lib/gdb.exp (is_aarch32_target): New proc.
6308 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
6309 instead of "istarget "arm*-*-*"".
6310 * gdb.arch/arm-disp-step.exp: Likewise.
6311 * gdb.arch/thumb-bx-pc.exp: Likewise.
6312 * gdb.arch/thumb-prologue.exp: Likewise.
6313 * gdb.arch/thumb-singlestep.exp: Likewise.
6314 * gdb.base/disp-step-syscall.exp: Likewise.
6315 * gdb.base/float.exp: Likewise.
6316
fbd8d50d
YQ
63172015-07-07 Yao Qi <yao.qi@linaro.org>
6318
6319 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
6320 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
6321
71be1fdc
YQ
63222015-07-07 Yao Qi <yao.qi@linaro.org>
6323
6324 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
6325 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
6326 if it exists.
6327 * gdb.multi/multi-arch.exp: Likewise.
6328
3e221d36
SM
63292015-07-07 Simon Marchi <simon.marchi@ericsson.com>
6330
6331 * gdb.python/py-lazy-string.exp: Add missing parentheses to
6332 print.
6333
d441430b
YQ
63342015-07-07 Yao Qi <yao.qi@linaro.org>
6335
6336 * gdb.arch/thumb-singlestep.exp: Do one more single step.
6337
06f810bd
MG
63382015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
6339
6340 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
6341 '[' and ']' characters.
6342
5e61e7c0
IB
63432015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
6344
6345 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6346
28bf096c
PA
63472015-06-29 Pedro Alves <palves@redhat.com>
6348
6349 PR threads/18127
6350 * gdb.threads/hand-call-new-thread.c: New file.
6351 * gdb.threads/hand-call-new-thread.c: New file.
6352
ee93cd5e
KS
63532015-06-26 Keith Seitz <keiths@redhat.com>
6354 Doug Evans <dje@google.com>
6355
6356 PR 16253
6357 * gdb.cp/var-tag-2.cc: New file.
6358 * gdb.cp/var-tag-3.cc: New file.
6359 * gdb.cp/var-tag-4.cc: New file.
6360 * gdb.cp/var-tag.cc: New file.
6361 * gdb.cp/var-tag.exp: New file.
6362
fc637f04
PP
63632015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6364
6365 * gdb.base/history-duplicates.exp: New test.
6366
2e52ae68
PP
63672015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6368
6369 * gdb.base/completion.exp: Test the completion of the "focus"
6370 command.
6371
6e22494e
JK
63722015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6373
6374 * gdb.arch/amd64-prologue-skip.S: New file.
6375 * gdb.arch/amd64-prologue-skip.exp: New file.
6376
bf7b9cd9
SM
63772015-06-25 Simon Marchi <simon.marchi@ericsson.com>
6378
6379 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
6380 is_address_zero_readable check.
6381
201e8dfd
PB
63822015-06-24 Peter Bergner <bergner@vnet.ibm.com>
6383
6384 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
6385 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
6386
5cd867b4
YQ
63872015-06-24 Yao Qi <yao.qi@linaro.org>
6388
6389 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
6390 linux targets.
6391
4d7be007
YQ
63922015-06-24 Yao Qi <yao.qi@linaro.org>
6393
6394 * lib/gdb.exp (supports_get_siginfo_type): New proc.
6395 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
6396 * gdb.base/siginfo-thread.exp: Likewise.
6397
07fcd301
YQ
63982015-06-22 Yao Qi <yao.qi@linaro.org>
6399
6400 * boards/remote-gdbserver-on-localhost.exp: Add comments.
6401
52042a00
YQ
64022015-06-22 Yao Qi <yao.qi@linaro.org>
6403
6404 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
6405 aarch64*-*-*.
6406 (skip_hw_watchpoint_tests): Likewise.
6407
74bd41ce
PP
64082015-06-18 Patrick Palka <patrick@parcs.ath.cx>
6409
6410 * gdb.base/gdbinit-history.exp: Test the interaction between
6411 setting GDBHISTSIZE and setting the history size via .gdbinit.
6412
bc460514
PP
64132015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6414
6415 PR gdb/16999
6416 * gdb.base/gdbhistsize-history.exp: New test.
6417
b58c513b
PP
64182015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6419
6420 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
6421 with GDBHISTSIZE.
6422 * gdb.base/readline.exp: Likewise.
6423
92046791
YQ
64242015-06-17 Yao Qi <yao.qi@linaro.org>
6425
6426 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
6427 line.
6428
2093d2d3
PP
64292015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6430
6431 * gdb.base/gdbinit-history.exp: Add test case to check that
6432 an unlimited history file does not get truncated on exit.
6433
e6c693af
AA
64342015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6435
6436 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
6437 (VECTOR): New macro. Use it...
6438 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
6439 ...for these typedefs.
6440 (int8, char1, int1, double1): New typedefs.
6441 (struct just_int2, struct two_int2): New structures.
6442 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
6443 (add_structvecs, add_singlevecs): New functions.
6444 (main): Call add_some_intvecs twice.
6445 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
6446 the compile and exit upon failure. Try compiling for the "native"
6447 architecture. Test inferior function calls with vector arguments
6448 and vector return value handling with "finish" and "return".
6449
c74f7d1c
JT
64502015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
6451
6452 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
6453 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
6454 PE file.
6455 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
6456
98aa42ee
AT
64572015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6458
6459 PR breakpoints/16465
6460 * gdb.mi/mi-dprintf-pending.c: New file.
6461 * gdb.mi/mi-dprintf-pending.exp: New test.
6462 * gdb.mi/mi-dprintf-pendshr.c: New file.
6463
7d73c23c 64642015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 6465 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
6466
6467 * gdb.arch/i386-mpx-map.c: New file.
6468 * gdb.arch/i386-mpx-map.exp: New File.
6469
64702015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6471
6472 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
6473 * gdb.arch/i386-mpx.exp: Indentation fixed.
6474
64752015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6476
6477 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
6478 function and improved indentation.
6479 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
6480 gdb_test_multiple. Added additional tests to skip the test.
6481
64822015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6483
6484 * gdb.arch/i386-avx512.c: Change path in include file.
6485 * gdb.arch/i386-avx512.exp: Change include dir path
6486 compilation flag.
6487 * gdb.arch/i386-mpx.c: Change path in include file.
6488 * gdb.arch/i386-mpx.exp: Change include dir path compilation
6489 flag.
6490
d5eba19a
JK
64912015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6492
6493 * gdb.compile/compile-print.exp (compile print *vararray@3)
6494 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
6495
7f361056
JK
64962015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6497
6498 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
6499 (do not keep jit in memory): ... this.
6500 (expect 5): Change it to ...
6501 (expect no 5): ... this.
6502
3b462ec2
SM
65032015-06-02 Simon Marchi <simon.marchi@ericsson.com>
6504
6505 PR gdb/15564
6506 * gdb.mi/mi-detach.exp: New file.
6507
e0619de6
JK
65082015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6509
6510 PR symtab/18392
6511 * gdb.arch/amd64-tailcall-self.S: New file.
6512 * gdb.arch/amd64-tailcall-self.c: New file.
6513 * gdb.arch/amd64-tailcall-self.exp: New file.
6514
e970cb34
DB
65152015-05-28 Don Breazeal <donb@codesourcery.com>
6516
6517 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
6518 tests for remote targets by checking is_target_gdbserver.
6519
b2e2f908
DE
65202015-05-27 Doug Evans <dje@google.com>
6521
6522 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
6523 * gdb.dwarf2/opaque-type-lookup.c: New file.
6524 * gdb.dwarf2/opaque-type-lookup.exp: New file.
6525
82c7be31
DE
65262015-05-26 Doug Evans <dje@google.com>
6527
6528 * gdb.cp/iostream.cc: New file.
6529 * gdb.cp/iostream.exp: New file.
6530
b4f54984
DE
65312015-05-26 Doug Evans <dje@google.com>
6532
6533 * gdb.dwarf2/dw2-op-call.exp: Update.
6534 * gdb.dwarf2/dw4-sig-types.exp: Update.
6535 * gdb.dwarf2/implptr.exp: Update.
6536 * gdb.mi/mi-cmd-param-changed.exp: Update.
6537
4ea6efe9
DE
65382015-05-26 Doug Evans <dje@google.com>
6539
6540 * gdb.python/py-lazy-string.c: New file.
6541 * gdb.python/py-lazy-string.exp: New file.
6542 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
6543 (main): Update. Add estring3.
6544 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
6545 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
6546
f6bb7db3
YQ
65472015-05-26 Omair Javaid <omair.javaid@linaro.org>
6548 Yao Qi <yao.qi@linaro.org>
6549
6550 * gdb.reverse/aarch64.c: New.
6551 * gdb.reverse/aarch64.exp: New.
6552
a81bfbd0
OJ
65532015-05-26 Omair Javaid <omair.javaid@linaro.org>
6554
25d49b86
PA
6555 * lib/gdb.exp (supports_process_record): Return true for
6556 aarch64*-linux*.
a81bfbd0
OJ
6557 (supports_reverse): Likewise.
6558
158bf1b4
PP
65592015-05-22 Patrick Palka <patrick@parcs.ath.cx>
6560
6561 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6562 Use with_test_prefix.
6563
a0145030
AB
65642015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
6565
6566 * gdb.base/completion.exp: Add test for completion of layout
6567 names.
6568
ebe3b578
AB
65692015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
6570
6571 * lib/gdb.exp (skip_tui_tests): New proc.
6572 * gdb.base/tui-layout.exp: Check skip_tui_tests.
6573
84204ed7
PA
65742015-05-19 Pedro Alves <palves@redhat.com>
6575
6576 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6577 Save the whole env array instead of just HOME. Unset HISTSIZE in
6578 the environment while testing. Restore whole environment
6579 afterwards.
6580
37442ce1
DE
65812015-05-16 Doug Evans <xdje42@gmail.com>
6582
6583 * gdb.guile/scm-ports.c: New file.
6584 * gdb.guile/scm-ports.exp: Add memory port tests.
6585
36de76f9
JK
65862015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6587
6588 * gdb.compile/compile-print.c: New file.
6589 * gdb.compile/compile-print.exp: New file.
6590
3a9558c4
JK
65912015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6592
6593 * gdb.compile/compile-ops.exp: Cast param to void.
6594 * gdb.compile/compile.exp: Complete type for _gdb_expr.
6595 (compile code struct_object.selffield = &struct_object): Add xfail.
6596
aa715135
JG
65972015-05-15 Joel Brobecker <brobecker@adacore.com>
6598
6599 * gdb.ada/arr_enum_with_gap: New testcase.
6600
931e5bc3
JG
66012015-05-15 Joel Brobecker <brobecker@adacore.com>
6602
6603 * gdb.ada/byte_packed_arr: New testcase.
6604
9cd4d857
JB
66052015-05-15 Joel Brobecker <brobecker@adacore.com>
6606
6607 * gdb.ada/pckd_neg: New testcase.
6608
ebfd00d2
PP
66092015-05-13 Patrick Palka <patrick@parcs.ath.cx>
6610
6611 PR gdb/17820
6612 * gdb.base/gdbinit-history.exp: New test.
6613 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
6614 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
6615
4c082a81
SC
66162015-05-09 Siva Chandra Reddy <sivachandra@google.com>
6617
6618 * gdb.python/py-xmethods.cc: Enhance test case.
6619 * gdb.python/py-xmethods.exp: New tests.
6620 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
6621 function.
6622 (B_indexoper): Likewise.
6623 (global_dm_list) : Add new xmethod worker functions.
6624
f7797074
SDJ
66252015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
6626
6627 * gdb.base/coredump-filter.exp: Correctly unset
6628 "coredump_var_addr" array.
6629
a4674e4e
PA
66302015-05-08 Pedro Alves <palves@redhat.com>
6631
6632 * gdb.server/non-existing-program.exp: Unset spawn_id.
6633
df2eb078
SC
66342015-05-08 Siva Chandra Reddy <sivachandra@google.com>
6635
6636 PR python/18291
6637 * gdb.python/py-xmethods.exp: Add tests.
6638
422349a3
YQ
66392015-05-08 Yao Qi <yao.qi@linaro.org>
6640
6641 PR gdb/18208
6642 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
6643 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
6644 function set_coredump_filter, and remove remote_exec call.
6645 Remove argument ipid. Callers update.
6646 (top level): Don't get inferior's PID.
6647
63fc80ce
AA
66482015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
6649
6650 * gdb.base/watch_thread_num.exp: Skip test on targets without
6651 access watchpoints.
6652
80ad801e
PA
66532015-05-06 Pedro Alves <palves@redhat.com>
6654
6655 PR server/18081
6656 * gdb.server/non-existing-program.exp: New file.
6657
0fa7fe50
JB
66582015-05-05 Joel Brobecker <brobecker@adacore.com>
6659
6660 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
6661
3ea89b92
PMR
66622015-05-05 Joel Brobecker <brobecker@adacore.com>
6663
6664 * gdb.ada/out_of_line_in_inlined: New testcase.
6665
87b8eff0
JB
66662015-05-05 Joel Brobecker <brobecker@adacore.com>
6667
6668 * gdb.ada/var_rec_arr: New testcase.
6669
5fccc635
YQ
66702015-04-30 Yao Qi <yao.qi@linaro.org>
6671
6672 * gdb.base/break-idempotent.exp: If
6673 skip_hw_watchpoint_multi_tests returns true, skip the tests
6674 on "rwatch" and "awatch".
6675
42d38f42
YQ
66762015-04-30 Yao Qi <yao.qi@linaro.org>
6677
6678 * gdb.base/relativedebug.exp: Invoke gdb command
6679 "info sharedlibrary", and if libc.so doesn't have debug info,
6680 skip the test.
6681
2ce1cdbf
DE
66822015-04-29 Doug Evans <dje@google.com>
6683
6684 * gdb.python/py-xmethods.exp: Add ptype tests.
6685 * gdb.python/py-xmethods.py (E_method_char_worker): Add
6686 get_result_type method.
6687
f24a38c5
LM
66882015-04-29 Luis Machado <lgustavo@codesourcery.com>
6689
6690 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
6691 the target does not support hardware watchpoints.
6692
ecbf2b3c
LM
66932015-04-29 Luis Machado <lgustavo@codesourcery.com>
6694
6695 * gdb.base/break-always.exp: Abort testing if writing to memory
6696 causes an error.
6697
34f5f757
DE
66982015-04-28 Doug Evans <dje@google.com>
6699
6700 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
6701 * gdb.python/py-pp-registration.exp: ... here. New file.
6702 * gdb.python/py-pp-registration.c: New file.
6703 * gdb.python/py-pp-registration.py: New file.
6704
69b4374a
DE
67052015-04-28 Doug Evans <dje@google.com>
6706
6707 * gdb.python/py-bad-printers.c: New file.
6708 * gdb.python/py-bad-printers.py: New file.
6709 * gdb.python/py-bad-printers.exp: New file.
6710
59fb7612
SS
67112015-04-28 Sasha Smundak <asmundak@google.com>
6712
6713 * gdb.python/py-type.exp: New test.
6714
2631b16a
AW
67152015-04-28 Andy Wingo <wingo@igalia.com>
6716
6717 * gdb.python/py-parameter.exp:
6718 * gdb.guile/scm-parameter.exp: Escape the path that we are
6719 matching against, as it might contain characters that are special
6720 to regular expressions.
6721
460efde1
JB
67222015-04-27 Joel Brobecker <brobecker@adacore.com>
6723
6724 * gdb.ada/rec_comp: New testcase.
6725
2d369d8e
SDJ
67262015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
6727
6728 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
6729 before using it.
6730
cf75d6c3
AB
67312015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
6732
6733 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
6734 new tests for verilog output.
6735
8dbe7ca5
YQ
67362015-04-24 Yao Qi <yao.qi@linaro.org>
6737
6738 * boards/remote-gdbserver-on-localhost.exp: New file.
6739
4ef9fb2f
PA
67402015-04-23 Pedro Alves <palves@redhat.com>
6741
6742 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
6743 $inferior_spawn_id instead of $inferior_spawn_id directly. On
6744 "end of file", remove $inferior_spawn_id from the indirect list.
6745
0a803169
PA
67462015-04-23 Pedro Alves <palves@redhat.com>
6747
6748 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
6749
749ef8f8
PA
67502015-04-23 Pedro Alves <palves@redhat.com>
6751
6752 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
6753 on $any_spawn_id instead of only on $gdb_spawn_id.
6754
8aae4344
PM
67552015-04-21 Pierre Muller <muller@sourceware.org>
6756
6757 PR pascal/17815
6758 * lib/pascal.exp (gpc_compile): Add new option "class".
6759 (fpc_compile): Likewise.
6760 * gdb.pascal/case-insensitive-symbols.pas: New file.
6761 * gdb.pascal/case-insensitive-symbols.exp: New file.
6762
1586c8fb
GB
67632015-04-20 Gary Benson <gbenson@redhat.com>
6764
6765 * gdb.base/attach.exp: Fix three extended remote failures.
6766
1b6e6f5c
GB
67672015-04-17 Gary Benson <gbenson@redhat.com>
6768
6769 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
6770 the main executable over the remote protocol.
6771
e797481d
PA
67722015-04-16 Pedro Alves <palves@redhat.com>
6773
6774 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
6775 a new gdbserver if gdbserver_reconnect_p is set.
6776
1ca99c42
PA
67772015-04-16 Pedro Alves <palves@redhat.com>
6778
6779 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
6780 is set, don't exit gdbserver.
6781
af9fd6f8
AA
67822015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6783
6784 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
6785 appropriate .insn, such that an older assembler can be used.
6786 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
6787 the z/Architecture instruction set on 31-bit targets as well.
6788
04ff1e61
AA
67892015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6790
6791 * gdb.go/handcall.exp: Remove all logic related to the first
6792 breakpoint and rely on go_runto_main instead.
6793 * gdb.go/strings.exp: Likewise.
6794 * gdb.go/unsafe.exp: Likewise.
6795 * gdb.go/hello.exp: Likewise. Also rename the remaining
6796 breakpoint marker to "breakpoint 1".
6797 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
6798 * gdb.go/strings.go: Likewise.
6799 * gdb.go/unsafe.go: Likewise.
6800 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
6801 "set breakpoint 2 here" and rename the remaining breakpoint marker
6802 to "breakpoint 1".
6803
40d2f8d6
SM
68042015-04-15 Simon Marchi <simon.marchi@ericsson.com>
6805
6806 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
6807 if itertools.imap is not present.
6808 * gdb.python/py-objfile.exp: Add parentheses.
6809 * gdb.python/py-type.exp: Same.
6810 * gdb.python/py-unwind-maint.py: Same.
6811
8cbc97c6
YQ
68122015-04-15 Yao Qi <yao.qi@linaro.org>
6813
6814 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
6815 of ":$ptr_size" and set its form explicitly.
6816
45fd756c
YQ
68172015-04-15 Pedro Alves <palves@redhat.com>
6818 Yao Qi <yao.qi@linaro.org>
6819
6820 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
6821 timeout by factor of 4.
6822 (test_regular_watch): Likewise.
6823 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
6824 * gdb.reverse/sigall-reverse.exp: Likewise.
6825 * gdb.reverse/until-precsave.exp: Likewise.
6826 * lib/gdb.exp (with_timeout_factor): New proc.
6827 (gdb_expect): Move some code to ...
6828 (get_largest_timeout): ... here. New procedure.
6829
9e811bc3
LM
68302015-04-14 Luis Machado <lgustavo@codesourcery.com>
6831
6832 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
6833
0ff6fcb2
LM
68342015-04-13 Luis Machado <lgustavo@codesourcery.com>
6835
6836 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
6837 to write to the .text section.
6838
7578d5f7
LM
68392015-04-13 Luis Machado <lgustavo@codesourcery.com>
6840
6841 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
6842 Handle the case of targets that do not provide PID information.
6843
2efe15c4
YQ
68442015-04-13 Yao Qi <yao.qi@linaro.org>
6845
6846 * lib/gdbserver-support.exp (gdb_exit): Catch exception
6847 and use expect instead of gdb_expect.
6848
8cd8f2f8
SDJ
68492015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
6850
6851 * gdb.base/coredump-filter.exp: Rename variable "addr" to
6852 "coredump_var_addr" to avoid naming conflict with other testcases.
6853
9ee41772
PA
68542015-04-10 Pedro Alves <palves@redhat.com>
6855
6856 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
6857 gdb_test_sequence and gdb_assert.
6858
07473109
PA
68592015-04-10 Pedro Alves <palves@redhat.com>
6860
6861 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
6862 test messages that don't include the breakpoint address.
6863
de3db44c
YQ
68642015-04-10 Yao Qi <yao.qi@linaro.org>
6865
6866 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
6867 false for some offset and width combinations which aren't
6868 supported by linux kernel.
6869
c79d856c
PA
68702015-04-10 Pedro Alves <palves@redhat.com>
6871
6872 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
6873 procedure, factored out from ...
6874 (top level): ... here. Add "set displaced-stepping" testing axis.
6875 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
6876 parameter "displaced". Use it.
6877 (top level): Use foreach and add "set displaced-stepping" testing
6878 axis.
6879
ebc90b50
PA
68802015-04-10 Pedro Alves <palves@redhat.com>
6881
6882 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
6883 Remove comment.
6884 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
6885 both the address of the instruction that triggers the watchpoint
6886 and the address of the instruction immediately after, and use
6887 those addresses for the test. Fix comment.
6888
8f572e5c
PA
68892015-04-10 Pedro Alves <palves@redhat.com>
6890
6891 * gdb.base/sigstep.exp (breakpoint_to_handler)
6892 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
6893 Test "backtrace" in handler.
6894 (breakpoint_over_handler): New parameter 'displaced'. Use it.
6895 (top level): Add new "displaced" test axis to
6896 breakpoint_to_handler, breakpoint_to_handler_entry and
6897 breakpoint_over_handler.
6898
8d707a12
PA
68992015-04-10 Pedro Alves <palves@redhat.com>
6900
6901 PR gdb/18216
6902 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
6903
ef713951
YQ
69042015-04-10 Yao Qi <yao.qi@linaro.org>
6905
6906 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
6907 (test_add_rn_pc): New function.
6908 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
6909 (top level): Invoke test_add_rn_pc.
6910
906d60cf
PA
69112015-04-10 Pedro Alves <palves@redhat.com>
6912
6913 PR gdb/13858
6914 * gdb.base/step-over-no-symbols.exp: New file.
6915
f2983cc3
AW
69162015-04-09 Andy Wingo <wingo@igalia.com>
6917
6918 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
6919 after the Python tests.
6920
6d62641c
SDJ
69212015-04-08 Keith Seitz <keiths@redhat.com>
6922
6923 PR python/16699
6924 * gdb.python/py-completion.exp: New tests for completion.
6925 * gdb.python/py-completion.py (CompleteLimit1): New class.
6926 (CompleteLimit2): Likewise.
6927 (CompleteLimit3): Likewise.
6928 (CompleteLimit4): Likewise.
6929 (CompleteLimit5): Likewise.
6930 (CompleteLimit6): Likewise.
6931 (CompleteLimit7): Likewise.
6932
f3770638
PA
69332015-04-08 Pedro Alves <palves@redhat.com>
6934
6935 PR gdb/18214
6936 PR gdb/18216
6937 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
6938 function.
6939 (main): Install it as SIGUSR1 handler.
6940 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
6941 parameter. Always use "setup" as prefix. Toggle "set
6942 displaced-stepping" off/on depending on global. Don't switch to
6943 thread 1 here.
6944 (top level): Add displaced stepping "off/on" test axis. Update
6945 "setup" calls. Wrap each subtest with with_test_prefix. Test
6946 continuing with a queued signal in each thread.
6947
4496bed7
PA
69482015-04-08 Pedro Alves <palves@redhat.com>
6949
6950 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
6951 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
6952 gdb_breakpoint instead of gdb_test that doesn't expect anything.
6953 Return early if running to main fails.
6954 * gdb.trace/while-stepping.exp: Likewise.
6955
b97fde92
PA
69562015-04-07 Pedro Alves <palves@redhat.com>
6957
6958 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
6959 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
6960 interact with inferior program.
6961
f71c18e7
PA
69622015-04-07 Pedro Alves <palves@redhat.com>
6963
6964 * lib/gdb.exp (inferior_spawn_id): New global.
6965 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
6966 spawn id after processing the user code.
6967 (default_gdb_start): Set inferior_spawn_id.
6968 (send_inferior): New procedure.
6969 * lib/gdbserver-support.exp (gdbserver_start): Set
6970 inferior_spawn_id.
6971 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
6972
6423214f
PA
69732015-04-07 Pedro Alves <palves@redhat.com>
6974
6975 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
6976 * lib/gdbserver-support.exp (gdbserver_start): Make
6977 $server_spawn_id global.
6978 (gdbserver_start): Don't wait for gdbserver's spawn id with
6979 expect_background.
6980 (close_gdbserver): New procedure.
6981 (gdb_exit): Rename the default version and reimplement.
6982
71c0ee8c
PA
69832015-04-07 Pedro Alves <palves@redhat.com>
6984
72f4393d 6985 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
6986 append the substituted item, not the original item.
6987
203bc29b
PA
69882015-04-07 Pedro Alves <palves@redhat.com>
6989
6990 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
6991 gdb_expect.
6992
508a3ddf
PA
69932015-04-07 Pedro Alves <palves@redhat.com>
6994
6995 * gdb.base/interrupt.exp: Don't handle the case of the inferior
6996 output appearing once only.
6997
9f6dbe2b
PA
69982015-04-07 Pedro Alves <palves@redhat.com>
6999
7000 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
7001 that doesn't expect anything. Return early if running to main
7002 fails.
7003
337532fa
YQ
70042015-04-07 Yao Qi <yao.qi@linaro.org>
7005
7006 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
7007 (child_function): Call alarm.
7008 (main): Move call to alarm into the loop.
7009 * gdb.threads/non-stop-fair-events.exp: Build program with
7010 -DTIMEOUT=$timeout.
7011
01b622d4
DE
70122015-04-06 Doug Evans <xdje42@gmail.com>
7013
7014 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
7015 Fix dest parameter to board_info.
7016 (fpc_compile): Ditto.
7017 (gdb_compile_pascal): Rename dest arg to destfile.
7018
961f4160
PMR
70192015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
7020
7021 * gdb.ada/funcall_ref.exp: New file.
7022 * gdb.ada/funcall_ref/foo.adb: New file.
7023
cafda597
YQ
70242015-04-02 Yao Qi <yao.qi@linaro.org>
7025
7026 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
7027 is remote.
7028
fed040c6
GB
70292015-04-02 Gary Benson <gbenson@redhat.com>
7030
7031 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
7032
d11916aa
SS
70332015-04-01 Sasha Smundak <asmundak@google.com>
7034
7035 * gdb.python/py-unwind-maint.c: New file.
7036 * gdb.python/py-unwind-maint.exp: New test.
7037 * gdb.python/py-unwind-maint.py: New file.
7038 * gdb.python/py-unwind.c: New file.
7039 * gdb.python/py-unwind.exp: New test.
7040 * gdb.python/py-unwind.py: New test.
7041
a1471180
PA
70422015-04-01 Pedro Alves <palves@redhat.com>
7043
7044 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
7045 to fail instead of non-existent $test.
7046
0bbeccb1
PA
70472015-04-01 Pedro Alves <palves@redhat.com>
7048
7049 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
7050 GDBFLAGS if not empty.
7051
3c724c8c
PMR
70522015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
7053
7054 * gdb.ada/complete.exp: Remove "multi_line".
7055 * gdb.ada/info_exc.exp: Remove "multi_line".
7056 * gdb.ada/packed_tagged.exp: Remove "multi_line".
7057 * gdb.ada/ptype_field.exp: Remove "multi_line".
7058 * gdb.ada/sym_print_name.exp: Remove "multi_line".
7059 * gdb.ada/tagged.exp: Remove "multi_line".
7060 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
7061 [multi_line ...]
7062 * gdb.btrace/delta.exp: Likewise.
7063 * gdb.btrace/exception.exp: Likewise.
7064 * gdb.btrace/function_call_history.exp: Likewise.
7065 * gdb.btrace/instruction_history.exp: Likewise.
7066 * gdb.btrace/nohist.exp: Likewise.
7067 * gdb.btrace/record_goto.exp: Likewise.
7068 * gdb.btrace/segv.exp: Likewise.
7069 * gdb.btrace/stepi.exp: Likewise.
7070 * gdb.btrace/tailcall.exp: Likewise.
7071 * gdb.btrace/unknown_functions.exp: Likewise.
7072 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
7073 * lib/gdb.exp: Add the "multi_line" helper.
7074
4eec2deb
PA
70752015-04-01 Pedro Alves <palves@redhat.com>
7076
7077 * gdb.threads/tid-reuse.c: New file.
7078 * gdb.threads/tid-reuse.exp: New file.
7079
df8411da
SDJ
70802015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
7081
7082 PR corefiles/16092
7083 * gdb.base/coredump-filter.c: New file.
7084 * gdb.base/coredump-filter.exp: Likewise.
7085
6ef37366
PM
70862015-03-27 Petr Machata <pmachata@redhat.com>
7087
7088 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
7089 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
7090 (Dwarf::assemble): Initialize them.
7091 (Dwarf::lines): New function.
7092
7ec911b0
JT
70932015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
7094
7095 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
7096 SYMBOL_PREFIX for x86_64-*-cygwin.
7097
ff908ebf
AW
70982015-03-26 Andy Wingo <wingo@igalia.com>
7099
7100 PR symtab/18148
7101 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
7102 const_value but not a location.
7103 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
7104 location defined in non-main CUs are visible.
7105
6d5f0679
YQ
71062015-03-26 Yao Qi <yao.qi@linaro.org>
7107
7108 PR testsuite/18139
7109 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
7110 Add a line number entry for the same line.
7111 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
7112 Add a line number entry for the same line.
7113
2898689b
YQ
71142015-03-26 Yao Qi <yao.qi@linaro.org>
7115
7116 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
7117 .int 0.
7118 (func): Likewise. Add .Lfunc_1 label.
7119 Use .Lfunc_1 label.
7120 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
7121 .int 0.
7122 (func): Likewise.
7123 Use .Lfunc_1 label.
7124
85180498
YQ
71252015-03-26 Yao Qi <yao.qi@linaro.org>
7126
7127 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
7128 Call gdb_compile instead to compile each .s files without debug
7129 information.
7130
8aa08a8d
YQ
71312015-03-26 Yao Qi <yao.qi@linaro.org>
7132
7133 * gdb.base/savedregs.exp (process_saved_regs): Make
7134 "Saved registers:" optional in the pattern.
7135
66849923
MM
71362015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7137
7138 * gdb.btrace/next.exp: Merged into step.exp.
7139 * gdb.btrace/finish.exp: Merged into step.exp.
7140 * gdb.btrace/nexti.exp: Merged into stepi.exp.
7141 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
7142 "record goto" and checking the exact replay position.
7143 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
7144 check for "Recording format" in "info record" output.
7145 * gdb.btrace/record_goto.exp: Choose test file based on target.
7146 * gdb.btrace/x86-record_goto.S: Renamed into ...
7147 * gdb.btrace/x86_64-record_goto.S: ... this.
7148 * gdb.btrace/i686-record_goto.S: New.
7149 * gdb.btrace/x86-tailcall.S: Renamed into ...
7150 * gdb.btrace/x86_64-tailcall.S: ... this.
7151 * gdb.btrace/i686-tailcall.S: New.
7152 * gdb.btrace/x86-tailcall.c: Renamed into ...
7153 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
7154 separate statements. Update test.
7155 * gdb.btrace/delta.exp: Use record_goto.c as test file.
7156 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
7157 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
7158 * gdb.btrace/tailcall.exp: Choose test file based on target.
7159 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
7160
11cc1b74
MM
71612015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7162
7163 * gdb.btrace/exception.exp: Increase BTS buffer size.
7164
a25d8bf9
PA
71652015-03-24 Pedro Alves <palves@redhat.com>
7166
7167 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
7168
856e7dd6
PA
71692015-03-24 Pedro Alves <palves@redhat.com>
7170
7171 * gdb.threads/schedlock.exp (test_step): No longer expect that
7172 "set scheduler-locking step" with "next" over a function call runs
7173 threads unlocked.
7174
ad235a41
AT
71752015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7176
7177 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
7178
15630549
AT
71792015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7180
7181 PR breakpoints/16466
7182 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
7183 * gdb.mi/mi-pending.c (thread_func): New function.
7184 (int main): Add threading support required.
7185 * gdb.mi/mi-pending.exp: Add tests for this issue.
7186 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
7187 (pendfunc2): Remove stdio dependency.
7188 * gdb.mi/mi-pendshr2.c: New file.
7189
693dca06
KS
71902015-03-23 Keith Seitz <keiths@redhat.com>
7191
7192 * gdb.linespec/keywords.c: New file.
7193 * gdb.linespec/keywords.exp: New file.
7194
7e993ebf
KS
71952015-03-23 Keith Seitz <keiths@redhat.com>
7196
7197 PR gdb/18021
7198 * gdb.dwarf2/staticvirtual.exp: New test.
7199
bc23328c
JK
72002015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7201
7202 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
7203 * README: Remove HP-UX and gdb.hp.
7204 (configuration):
7205 * configure: Regenerate.
7206 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
7207 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
7208 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
7209 gdb.hp/gdb.defects/Makefile.
7210 * gdb.hp/Makefile.in: File deleted.
7211 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
7212 * gdb.hp/gdb.aCC/optimize.c: File deleted.
7213 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
7214 * gdb.hp/gdb.aCC/run.c: File deleted.
7215 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
7216 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
7217 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
7218 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
7219 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
7220 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
7221 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
7222 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
7223 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
7224 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
7225 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
7226 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
7227 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
7228 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
7229 * gdb.hp/gdb.base-hp/reg.s: File deleted.
7230 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
7231 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
7232 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
7233 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
7234 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
7235 * gdb.hp/gdb.compat/Makefile.in: File deleted.
7236 * gdb.hp/gdb.compat/average.c: File deleted.
7237 * gdb.hp/gdb.compat/sum.c: File deleted.
7238 * gdb.hp/gdb.compat/xdb.c: File deleted.
7239 * gdb.hp/gdb.compat/xdb0.c: File deleted.
7240 * gdb.hp/gdb.compat/xdb0.h: File deleted.
7241 * gdb.hp/gdb.compat/xdb1.c: File deleted.
7242 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
7243 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
7244 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
7245 * gdb.hp/gdb.defects/Makefile.in: File deleted.
7246 * gdb.hp/gdb.defects/bs14602.c: File deleted.
7247 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
7248 * gdb.hp/gdb.defects/solib-d.c: File deleted.
7249 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
7250 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
7251 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
7252 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
7253 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
7254 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
7255 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
7256 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
7257 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
7258 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
7259 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
7260 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
7261 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
7262 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
7263 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
7264 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
7265 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
7266 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
7267 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
7268 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
7269 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
7270 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
7271 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
7272 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
7273 * gdb.hp/tools/odump: File deleted.
7274
8bf3b159
PA
72752015-03-19 Pedro Alves <palves@redhat.com>
7276
7277 * gdb.threads/continue-pending-status.exp (saw_thread_2)
7278 (saw_thread_3): New globals.
7279 (top level): Increment them when an event for the corresponding
7280 thread is seen.
7281 (no thread starvation): New test.
7282
eb54c8bf
PA
72832015-03-19 Pedro Alves <palves@redhat.com>
7284
7285 * gdb.threads/continue-pending-status.c: New file.
7286 * gdb.threads/continue-pending-status.exp: New file.
7287
32d2e5d6
PA
72882015-03-18 Pedro Alves <palves@redhat.com>
7289
7290 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7291 Use gdb_is_target_remote instead of is_remote. Use
7292 gdb_test_multiple instead of gdb_expect. Exit early if
7293 gdb_test_multiple hits its internal matches. Tighten stepi tests
7294 expected output. Fail on exit with any signal, instead of just
7295 SIGILL.
7296
f68f11b7
YQ
72972015-03-18 Yao Qi <yao.qi@linaro.org>
7298
7299 PR tdep/18107
7300 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
7301 variable.
7302 * gdb.base/catch-syscall.exp: Don't skip it on
7303 aarch64*-*-linux* target. Remove elements in all_syscalls.
7304 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
7305 target.
7306 (setup_all_syscalls): New proc.
7307
ca5fd19b
YQ
73082015-03-16 Yao Qi <yao.qi@linaro.org>
7309
7310 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
7311 (top level): Skip tests if valid_addr_p returns false for
7312 $cmd1 or $cmd2.
7313
85642ba0
AW
73142015-03-11 Andy Wingo <wingo@igalia.com>
7315
7316 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
7317
e03f9645
YQ
73182015-03-11 Yao Qi <yao.qi@linaro.org>
7319
7320 * gdb.base/catch-syscall.exp: Fix typo in comments.
7321
5d0962b2
YQ
73222015-03-11 Yao Qi <yao.qi@linaro.org>
7323
7324 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
7325
b2df3cef
PA
73262015-03-09 Pedro Alves <palves@redhat.com>
7327
7328 * dg-extract-results.py: Delete.
7329
ef878e53
PA
73302015-03-09 Pedro Alves <palves@redhat.com>
7331
7332 Merge dg-extract-results.sh from GCC upstream (r218843).
7333
7334 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
7335 * dg-extract-results.sh: Use --text with grep to avoid issues with
7336 binary files. Fall back to cat -v, if that doesn't work.
7337
9494d219
PA
73382015-03-05 Pedro Alves <palves@redhat.com>
7339
7340 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
7341
a8d9763a
SM
73422015-03-04 Simon Marchi <simon.marchi@ericsson.com>
7343
7344 * lib/mi-support.exp (mi_expect_interrupt): Accept
7345 alternative event for when in all-stop mode.
7346
be9957b8
PA
73472015-03-04 Pedro Alves <palves@redhat.com>
7348
7349 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
7350
d57be0f4 73512015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
7352
7353 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
7354
c214c7cf
AA
73552015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7356
7357 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
7358 regexps for GDB's current line display, accept a hex address
7359 preceding the line number.
7360
6d74a497
AA
73612015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7362
7363 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
7364 the 'arch1' variable for "s390*-linux*" targets.
7365
511aee7c
PA
73662015-03-04 Pedro Alves <palves@redhat.com>
7367
7368 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
7369 (main): Pass missing retval argument to pthread_join call.
7370
95e50b27
PA
73712015-03-02 Pedro Alves <palves@redhat.com>
7372
7373 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
7374 (top level): Call do_test with non-stop as well.
7375
28054d69
PA
73762015-03-02 Pedro Alves <palves@redhat.com>
7377
7378 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
7379 -1.
7380
4fa5d7b4
AA
73812015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
7382
7383 * gdb.arch/s390-vregs.exp: New test.
7384 * gdb.arch/s390-vregs.S: New file.
7385
97c18565
PA
73862015-02-27 Pedro Alves <palves@redhat.com>
7387
7388 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
7389 call to catch_command_errors.
7390 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
7391 catch_command_errors.
7392
a37bfa30
PA
73932015-02-27 Pedro Alves <palves@redhat.com>
7394
7395 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
7396 "true" for boolean result.
7397 * gdb.gdb/selftest.exp (test_with_self): Also accept full
7398 prototype of main.
7399
6f98576f
PA
74002015-02-27 Pedro Alves <palves@redhat.com>
7401
7402 * lib/unbuffer_output.c: New file.
7403 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
7404 (main): Call gdb_unbuffer_output.
7405
eba5ab56
YQ
74062015-02-27 Yao Qi <yao.qi@linaro.org>
7407
7408 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
7409 target.
7410
0def5aaa
DE
74112015-02-26 Doug Evans <dje@google.com>
7412
7413 * gdb.cp/class2.cc (Dbase, D): New classes.
7414 (main): New local delta.
7415 * gdb.cp/class2.exp: Test printing delta.
7416 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
7417 (dynbar): New global.
7418 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
7419
081a1c2c
JK
74202015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7421
7422 * gdb.compile/compile-ifunc.c: New file.
7423 * gdb.compile/compile-ifunc.exp: New file.
7424
2f41223f
AT
74252015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
7426
7427 * gdb.base/structs.exp: Check for correct struct on finish.
7428
03eddd80
YQ
74292015-02-26 Yao Qi <yao.qi@linaro.org>
7430
7431 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
7432 is zero.
7433
80c57053
JK
74342015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7435
7436 * gdb.arch/cordic.ko.bz2: New file.
7437 * gdb.arch/cordic.ko.debug.bz2: New file.
7438 * gdb.arch/ppc64-symtab-cordic.exp: New file.
7439
21613c12
YQ
74402015-02-25 Yao Qi <yao.qi@linaro.org>
7441
7442 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
7443 aarch64*-*-* target.
7444
d8b901ed
PA
74452015-02-23 Pedro Alves <palves@redhat.com>
7446
7447 * lib/gdb.exp (delete_breakpoints): Rewrite using
7448 gdb_test_multiple.
7449
e5b85ead
PA
74502015-02-23 Pedro Alves <palves@redhat.com>
7451
7452 * gdb.base/info-os.c: Include stdlib.h.
7453
85c3a371
DE
74542015-02-22 Doug Evans <xdje42@gmail.com>
7455
7456 PR symtab/17855
7457 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
7458 is read after symbols have been re-read.
7459 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
7460 * gdb.ada/exec_changed/second.adb (Second): Ditto.
7461
96553a0c
DE
74622015-02-21 Doug Evans <dje@google.com>
7463
7464 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
7465
97a0c697
JK
74662015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7467
7468 PR corefiles/17808
7469 * gdb.arch/i386-biarch-core.core.bz2: New file.
7470 * gdb.arch/i386-biarch-core.exp: New file.
7471
a47cd6e9
PA
74722015-02-21 Pedro Alves <palves@redhat.com>
7473
7474 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
7475 runto_main fails.
7476
c5facdc4
PA
74772015-02-20 Pedro Alves <palves@redhat.com>
7478
7479 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
7480 info probes.
7481
2db9a427
PA
74822015-02-20 Pedro Alves <palves@redhat.com>
7483
7484 * gdb.threads/multi-create-ns-info-thr.exp: New file.
7485
60fb7e9e
PA
74862015-02-20 Pedro Alves <palves@redhat.com>
7487
7488 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
7489 clean_restart before gdb_target_supports_trace.
7490
5c5019c2
PA
74912015-02-20 Pedro Alves <palves@redhat.com>
7492
7493 PR threads/18006
7494 * gdb.threads/clone-thread_db.c: New file.
7495 * gdb.threads/clone-thread_db.exp: New file.
7496
c9587f88
AT
74972015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
7498
7499 PR breakpoints/16812
7500 * gdb.base/catch-gdb-caused-signals.c: New file.
7501 * gdb.base/catch-gdb-caused-signals.exp: New file.
7502
f6a88844
JM
75032015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
7504
7505 * configure: Regenerated.
7506 * configure.ac: Use GDB_AC_TRANSFORM.
7507 * aclocal.m4: sinclude ../transform.m4.
7508
497c491b
JM
75092015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7510
7511 * lib/dtrace.exp: New file.
7512 * gdb.base/dtrace-probe.exp: Likewise.
7513 * gdb.base/dtrace-probe.d: Likewise.
7514 * gdb.base/dtrace-probe.c: Likewise.
7515 * lib/pdtrace.in: Likewise.
7516 * configure.ac: Output variables with the transformed names of
7517 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
7518 * configure: Regenerated.
7519
03e98035
JM
75202015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7521
7522 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
7523 expected message when trying to access $_probe_* convenience
7524 variables while not on a probe.
7525
63cc30e9
JK
75262015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7527
7528 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
7529
0703599a
PA
75302015-02-11 Pedro Alves <pedro@codesourcery.com>
7531
7532 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
7533 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
7534
7e60a48e
DE
75352015-02-10 Doug Evans <xdje42@gmail.com>
7536
7537 * lib/gdb.exp (gdb_load): Always return a result.
7538
01b088bc
PA
75392015-02-10 Pedro Alves <palves@redhat.com>
7540
7541 * gdb.threads/signal-sigtrap.c: New file.
7542 * gdb.threads/signal-sigtrap.exp: New file.
7543
b05ec7a5
AT
75442015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
7545
7546 * gdb.trace/no-attach-trace.c: New file.
7547 * gdb.trace/no-attach-trace.exp: New file.
7548
a2c2acaf
MW
75492015-02-09 Mark Wielaard <mjw@redhat.com>
7550
7551 * gdb.dwarf2/atomic.c: New file.
7552 * gdb.dwarf2/atomic-type.exp: Likewise.
7553
31fd9caa
MM
75542015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7555
7556 * gdb.btrace/buffer-size.exp: Update "info record" output.
7557 * gdb.btrace/delta.exp: Update "info record" output.
7558 * gdb.btrace/enable.exp: Update "info record" output.
7559 * gdb.btrace/finish.exp: Update "info record" output.
7560 * gdb.btrace/instruction_history.exp: Update "info record" output.
7561 * gdb.btrace/next.exp: Update "info record" output.
7562 * gdb.btrace/nexti.exp: Update "info record" output.
7563 * gdb.btrace/step.exp: Update "info record" output.
7564 * gdb.btrace/stepi.exp: Update "info record" output.
7565 * gdb.btrace/nohist.exp: Update "info record" output.
7566
d33501a5
MM
75672015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7568
7569 * gdb.btrace/buffer-size: New.
7570
f4abbc16
MM
75712015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7572
7573 * gdb.btrace/delta.exp: Update "info record" output.
7574 * gdb.btrace/enable.exp: Update "info record" output.
7575 * gdb.btrace/finish.exp: Update "info record" output.
7576 * gdb.btrace/instruction_history.exp: Update "info record" output.
7577 * gdb.btrace/next.exp: Update "info record" output.
7578 * gdb.btrace/nexti.exp: Update "info record" output.
7579 * gdb.btrace/step.exp: Update "info record" output.
7580 * gdb.btrace/stepi.exp: Update "info record" output.
7581 * gdb.btrace/nohist.exp: Update "info record" output.
7582
b9d61307
SM
75832015-02-06 Simon Marchi <simon.marchi@ericsson.com>
7584
7585 PR gdb/15678
7586 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
7587
e584fdbc
PA
75882015-02-06 Pedro Alves <palves@redhat.com>
7589
7590 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
7591 macro.
7592 (seconds_left, again): New globals.
7593 (main): Wait seconds_left in a 1-second sleep loop instead of
7594 sleeping 180 seconds. If 'again' is set, reset the seconds
7595 counter.
7596 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
7597 'again' in the inferior before detaching. Print the seconds left.
7598 (options): New global.
7599 (top level): Build program with -DTIMEOUT=$timeout.
7600
77f41761
PA
76012015-02-06 Pedro Alves <palves@redhat.com>
7602
7603 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
7604 determine how many seconds to pass to 'alarm'.
7605 * gdb.base/gdb-sigterm.exp (top level): Build program with
7606 -DTIMEOUT=$timeout.
7607 (do_test): Return success/failure indication. Add more verbose
7608 logging. Don't fail if 200 single steps are seen. Instead, fail
7609 when the test times out.
7610 (passes): New global.
7611 (top level): Break the testing loop if testing fails on any
7612 iteration. Use gdb_assert.
7613
b9394193
DB
76142015-02-04 Don Breazeal <donb@codesourcery.com>
7615
7616 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
7617 and initialize them.
7618 (ipc_cleanup): New function.
7619 (main): Don't declare shmid, semid, and msqid. Add a call to
7620 atexit so that we call ipc_cleanup on exit.
7621
42d9e528
PA
76222015-02-04 Pedro Alves <palves@redhat.com>
7623
7624 * boards/native-extended-gdbserver.exp: Remove any target variant
7625 specifications from the board name before clearing the isremote
7626 flag from board_info.
7627
ae6ae975
DE
76282015-01-31 Doug Evans <xdje42@gmail.com>
7629
7630 * gdb.base/maint.exp <maint print type argc>: Update expected output.
7631
cfb069a8
GB
76322015-01-31 Gary Benson <gbenson@redhat.com>
7633
7634 * gdb.base/completion.exp: Disable completion limiting for
7635 existing tests. Add new tests to check completion limiting.
7636 * gdb.linespec/ls-errs.exp: Disable completion limiting.
7637
5dd31d79
DE
76382015-01-31 Doug Evans <xdje42@gmail.com>
7639
7640 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
7641
9f050062
DE
76422015-01-31 Doug Evans <xdje42@gmail.com>
7643
7644 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
7645 entries. Duplicate file section script entries.
7646 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
7647 inlined entries. Add test for safe-path rejection.
7648 * gdb.python/py-section-script.c: Add duplicate inlined section script
7649 entries. Duplicate file section script entries.
7650 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
7651 inlined entries. Add test for safe-path rejection.
7652
df25ebbd
JB
76532015-01-29 Joel Brobecker <brobecker@adacore.com>
7654
7655 * gdb.ada/disc_arr_bound: New testcase.
7656
4a0ca9ec
JB
76572015-01-29 Joel Brobecker <brobecker@adacore.com>
7658
7659 * gdb.ada/mi_var_array: New testcase.
7660
3a8b707a
DE
76612015-01-27 Doug Evans <dje@google.com>
7662
7663 * gdb.python/py-objfile.exp: Add tests for objfile.username.
7664 Add test for objfile.filename, objfile.username after objfile
7665 has been unloaded.
7666
f8313f6e
JB
76672015-01-26 Joel Brobecker <brobecker@adacore.com>
7668
7669 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
7670 the second test to print the name attribute of value
7671 returned by the call to gdb.lookup_type, and adjust
7672 the expected output accordingly.
7673
37bc665e
MW
76742015-01-25 Mark Wielaard <mjw@redhat.com>
7675
7676 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
7677 * gdb.base/disp-step-fork.c: Include unistd.h.
7678 * gdb.base/siginfo-obj.c: Include stdio.h.
7679 * gdb.base/siginfo-thread.c: Likewise.
7680 * gdb.mi/non-stop.c: Include unistd.h.
7681 * gdb.mi/nsthrexec.c: Include stdio.h.
7682 * gdb.mi/pthreads.c: Include unistd.h.
7683 * gdb.modula2/unbounded1.c (main): Declare returns int.
7684 * gdb.reverse/consecutive-reverse.c: Likewise.
7685 * gdb.threads/create-fail.c: Include unistd.h.
7686 * gdb.threads/killed.c: Likewise.
7687 * gdb.threads/linux-dp.c: Likewise.
7688 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
7689 * gdb.threads/non-ldr-exc-2.c: Likewise.
7690 * gdb.threads/non-ldr-exc-3.c: Likewise.
7691 * gdb.threads/non-ldr-exc-4.c: Likewise.
7692 * gdb.threads/pthreads.c: Include unistd.h.
7693 (main): Declare returns int.
7694 * gdb.threads/tls-main.c (foo): New declaration.
7695 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
7696
f7e5394d
SM
76972015-01-23 Simon Marchi <simon.marchi@ericsson.com>
7698
7699 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
7700 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
7701
743649fd
MW
77022015-01-15 Mark Wielaard <mjw@redhat.com>
7703
7704 * gdb.base/noreturn-return.c: New file.
7705 * gdb.base/noreturn-return.exp: New file.
7706 * gdb.base/noreturn-finish.c: New file.
7707 * gdb.base/noreturn-finish.exp: New file.
7708
198297aa
PA
77092015-01-23 Pedro Alves <palves@redhat.com>
7710
7711 * gdb.threads/continue-pending-after-query.c: New file.
7712 * gdb.threads/continue-pending-after-query.exp: New file.
7713
717cf30c
AG
77142015-01-22 Anders Granlund <anders.granlund@ericsson.com>
7715 Simon Marchi <simon.marchi@ericsson.com>
7716
7717 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
7718 * gdb.base/valgrind-db-attach.exp: Same.
7719 * gdb.base/valgrind-infcall.exp: Same.
7720 * lib/mi-support.exp (default_mi_gdb_start): Same.
7721 * lib/prompt.exp (default_prompt_gdb_start): Same.
7722 * lib/gdb.exp (default_gdb_spawn): Same.
7723 (gdb_interact): New.
7724
7725
4b62a76e
JK
77262015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7727
7728 * gdb.compile/compile.exp (pointer to jit function): New test.
7729
b4cdae6f
WW
77302015-01-17 Wei-cheng Wang <cole945@gmail.com>
7731
7732 * lib/gdb.exp (supports_process_record): Return true for
7733 powerpc*-*-linux*.
7734 (supports_reverse): Likewise.
7735
d221e7ef
DB
77362015-01-15 Don Breazeal <donb@codesourcery.com>
7737
7738 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
7739 instead of checking whether the target board is remote and
7740 use spawn_wait_for_attach instead of exec/sleep.
7741 * gdb.base/attach-twice.exp: Likewise.
7742
bafffb51
JB
77432015-01-15 Joel Brobecker <brobecker@adacore.com>
7744
7745 * gdb.ada/var_arr_attrs: New testcase.
7746
5589af0e
PA
77472015-01-14 Pedro Alves <palves@redhat.com>
7748 Joel Brobecker <brobecker@adacore.com>
7749
7750 PR gdb/17525
7751 * gdb.base/bp-cmds-execution-x-script.c: New file.
7752 * gdb.base/bp-cmds-execution-x-script.exp: New file.
7753 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
7754
6c400b59
PA
77552015-01-14 Pedro Alves <palves@redhat.com>
7756
7757 PR cli/17828
7758 * gdb.base/batch-preserve-term-settings.c: New file.
7759 * gdb.base/batch-preserve-term-settings.exp: New file.
7760
e02c96a7
DE
77612015-01-13 Doug Evans <dje@google.com>
7762
7763 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
7764 binary.
7765
576fd14c
JB
77662015-01-13 Joel Brobecker <brobecker@adacore.com>
7767
7768 * Makefile.in (clean mostlyclean): Do not delete *.py.
7769
04dccad0
JB
77702015-01-13 Joel Brobecker <brobecker@adacore.com>
7771
7772 * gdb.python/py-lookup-type.exp: New file.
7773
3d230f71
PA
77742015-01-12 Pedro Alves <palves@redhat.com>
7775
7776 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
7777 restore GDBFLAGS before returning.
7778
7e67715d
JK
77792015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7780
7781 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
7782 is_amd64_regs_target and is_x86_like_target.
7783
f2e0d4b4
DE
77842015-01-11 Doug Evans <xdje42@gmail.com>
7785
7786 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
7787 is given without an explicit form.
7788 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
7789 attributes.
7790 * gdb.dwarf/corrupt.exp: Ditto.
7791 * gdb.dwarf2/enum-type.exp: Ditto.
7792 * gdb.trace/entry-values.exp: Ditto.
7793 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
7794
439250fb
DE
77952015-01-11 Doug Evans <xdje42@gmail.com>
7796
7797 PR gdb/15830
7798 * gdb.base/maint.exp: Remove references to "maint demangle".
7799 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
7800 Add tests for explicitly specifying language to demangle.
7801 * gdb.dlang/demangle.exp: Ditto.
7802
ede9f622
PA
78032015-01-09 Pedro Alves <palves@redhat.com>
7804
7805 * gdb.threads/non-stop-fair-events.c: New file.
7806 * gdb.threads/non-stop-fair-events.exp: New file.
7807
a7b796db
PA
78082015-01-09 Pedro Alves <palves@redhat.com>
7809
7810 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
7811 the global scope. Set a breakpoint after all threads are started
7812 rather than stepping over two source lines. Expect the prompt.
7813 * gdb.base/watch_thread_num.c (threads_started_barrier): New
7814 global.
7815 (NUM): Now 15.
7816 (main): Use threads_started_barrier to wait for all threads to
7817 start. Main thread no longer calls thread_function. Exit after
7818 180 seconds.
7819 (loop): New function.
7820 (thread_function): Wait on threads_started_barrier barrier. Call
7821 'loop' at each iteration.
7822 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
7823 threads have started, instead of hardcoding number of "next"
7824 steps. Use an access watchpoint instead of a write watchpoint.
7825
9665ffdd
PA
78262015-01-09 Pedro Alves <palves@redhat.com>
7827
7828 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
7829 (thread_func): Wait on barrier.
7830 (main): Wait for all threads to start before stopping GDB.
7831 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
7832 global.
7833 (thread1_func, thread2_func): Wait on barrier.
7834 (main): Wait for all threads to start before stopping GDB.
7835 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
7836 New global.
7837 (thread1_func, thread2_func): Wait on barrier.
7838 (main): Wait for all threads to start before stopping GDB.
7839
c945a99f
PA
78402015-01-09 Pedro Alves <palves@redhat.com>
7841
7842 * gdb.threads/attach-many-short-lived-threads.c: New file.
7843 * gdb.threads/attach-many-short-lived-threads.exp: New file.
7844
c1a747c1
PA
78452014-01-09 Pedro Alves <palves@redhat.com>
7846
7847 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
7848 instead of to thread 2.
7849 * gdb.threads/signal-command-multiple-signals-pending.c (main):
7850 Add barrier around each pthread_create call instead of around all
7851 calls.
7852 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
7853 Set a break on thread_function and have the child threads hit it
7854 one at at a time.
7855
60b3033e
PA
78562015-01-09 Pedro Alves <palves@redhat.com>
7857
7858 * lib/gdb.exp (can_spawn_for_attach): New procedure.
7859 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
7860 false.
7861 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
7862 checking whether the target board is remote.
7863 * gdb.multi/multi-attach.exp: Likewise.
7864 * gdb.python/py-sync-interp.exp: Likewise.
7865 * gdb.server/ext-attach.exp: Likewise.
7866 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
7867 tests that need to attach, instead of checking whether the target
7868 board is remote at the top of the file.
7869
acc018ac
YQ
78702015-01-08 Yao Qi <yao@codesourcery.com>
7871
7872 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
7873
50a18af8
JK
78742015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7875
7876 Fix testcase compilation.
7877 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
7878
8503d6e1
JB
78792015-01-06 Joel Brobecker <brobecker@adacore.com>
7880
7881 * gdb.python/py-type.exp: Add a couple test about empty
7882 array creation, and negative-length array creation.
7883
cc73dbcc
DE
78842015-01-02 Doug Evans <xdje42@gmail.com>
7885
7886 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
7887
0300bbc7
DE
78882015-01-02 Doug Evans <dje@google.com>
7889
7890 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
7891
9d85a0ec
YQ
78922014-12-29 Yao Qi <yao@codesourcery.com>
7893
7894 * gdb.trace/entry-values.exp: Update comments. Rename variable
7895 bar_call_foo to returned_from_foo.
7896
87186c6a
MMN
78972014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
7898
7899 PR gdb/17394
7900 * gdb.linespec/break-asm-file.c: New file.
7901 * gdb.linespec/break-asm-file.exp: New file.
7902 * gdb.linespec/break-asm-file0.s: New file.
7903 * gdb.linespec/break-asm-file1.s: New file.
7904
1bab7383
YQ
79052014-12-18 Nigel Stephens <nigel@mips.com>
7906 Maciej W. Rozycki <macro@codesourcery.com>
7907
7908 * gdb.base/float.exp: Handle the new output from "info float" on
7909 MIPS targets.
7910
1bc1068a
JK
79112014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7912
7913 Fix MinGW compilation.
7914 * gdb.compile/compile-ops.exp: Update untested message if
7915 !skip_compile_feature_tests.
7916 * gdb.compile/compile-setjmp.exp: Likewise.
7917 * gdb.compile/compile-tls.exp: Likewise.
7918 * gdb.compile/compile.exp: Likewise.
7919 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
7920 supported on this host".
7921
b6615d10
DE
79222014-12-16 Doug Evans <xdje42@gmail.com>
7923
7924 * boards/stabs.exp: New file.
7925
25dda427
AA
79262014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
7927
7928 * gdb.base/completion.exp: Adjust to format changes of "maint
7929 print user-registers".
7930
bf330350
CU
79312014-12-16 Catalin Udma <catalin.udma@freescale.com>
7932
7933 PR server/17457
7934 * gdb.arch/aarch64-fp.c: New file.
7935 * gdb.arch/aarch64-fp.exp: New file.
7936
395cf596
SDJ
79372014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7938
7939 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
7940 r210637, r210913, r211666, r215400, r215817).
7941
7942 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
7943 * dg-extract-results.py: New file.
7944 * dg-extract-results.sh: Use it if the environment seems
7945 suitable.
7946
7947 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
7948
7949 * dg-extract-results.py (parse_run): Handle warnings that
7950 are printed before a test harness is run.
7951
7952 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
7953
7954 * dg-extract-results.py (Named): Remove __cmp__ method.
7955 (output_variation): Use a key to sort variation.harnesses.
7956
7957 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
7958
7959 * dg-extract-results.py: For Python 3, force sys.stdout to
7960 handle surrogate escape sequences.
7961 (safe_open): New function.
7962 (output_segment, main): Use it.
7963
7964 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
7965
7966 * dg-extract-results.py (Prog.result_re): Include options
7967 in test name.
7968
7969 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
7970
7971 * dg-extract-results.py (output_variation): Always sort if
7972 do_sum.
7973
e882ef3c
SM
79742014-12-15 Simon Marchi <simon.marchi@ericsson.com>
7975
7976 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
7977 as long as we get pagination notifications.
7978
4992aa20
JM
79792014-12-15 Jason Merrill <jason@redhat.com>
7980
7981 * Makefile.in (check-gdb.%): Restore.
7982 * README: Mention it.
7983
c1b5a1a6
JB
79842014-12-13 Joel Brobecker <brobecker@adacore.com>
7985
7986 * gdb.ada/str_uninit: New testcase.
7987
5537b577
JK
79882014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7989
7990 PR symtab/17642
7991 * gdb.base/vla-stub-define.c: New file.
7992 * gdb.base/vla-stub.c: New file.
7993 * gdb.base/vla-stub.exp: New file.
7994
bb2ec1b3
TT
79952014-12-12 Phil Muldoon <pmuldoon@redhat.com>
7996 Jan Kratochvil <jan.kratochvil@redhat.com>
7997 Tom Tromey <tromey@redhat.com>
7998
7999 * configure.ac: Add gdb.compile/.
8000 * configure: Regenerate.
8001 * gdb.compile/Makefile.in: New file.
8002 * gdb.compile/compile-ops.exp: New file.
8003 * gdb.compile/compile-ops.c: New file.
8004 * gdb.compile/compile-tls.c: New file.
8005 * gdb.compile/compile-tls.exp: New file.
8006 * gdb.compile/compile-constvar.S: New file.
8007 * gdb.compile/compile-constvar.c: New file.
8008 * gdb.compile/compile-mod.c: New file.
8009 * gdb.compile/compile-nodebug.c: New file.
8010 * gdb.compile/compile-setjmp-mod.c: New file.
8011 * gdb.compile/compile-setjmp.c: New file.
8012 * gdb.compile/compile-setjmp.exp: New file.
8013 * gdb.compile/compile-shlib.c: New file.
8014 * gdb.compile/compile.c: New file.
8015 * gdb.compile/compile.exp: New file.
8016 * lib/gdb.exp (skip_compile_feature_tests): New proc.
8017
4ff709eb
TT
80182014-12-12 Tom Tromey <tromey@redhat.com>
8019
8020 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
8021 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
8022
6dddd6a5
DE
80232014-12-12 Doug Evans <dje@google.com>
8024
8025 * lib/gdb-python.exp (get_python_valueof): New function.
8026 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
8027
71c24708
AA
80282014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8029
8030 * gdb.base/completion.exp: Add test for completion of "info
8031 registers ".
8032
3e29f34a
MR
80332014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
8034
8035 * gdb.base/func-ptrs.c: New file.
8036 * gdb.base/func-ptrs.exp: New file.
8037
fc126975
SM
80382014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8039
8040 PR breakpoints/17012
8041 * gdb.base/dprintf-detach.c: New file.
8042 * gdb.base/dprintf-detach.exp: New file.
8043
0a46d518
SM
80442014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8045
8046 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
8047 * lib/gdb.exp (target_is_gdbserver): New procedure.
8048
a0be3e44
DE
80492014-12-08 Doug Evans <dje@google.com>
8050
8051 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
8052
df1b803a
YQ
80532014-12-05 Yao Qi <yao@codesourcery.com>
8054
8055 * gdb.guile/scm-error.exp: Remove the third argument to
8056 gdb_remote_download.
8057 * gdb.guile/scm-frame-args.exp: Likewise.
8058 * gdb.guile/scm-section-script.exp: Likewise.
8059
ddb9f679
YQ
80602014-12-05 Yao Qi <yao@codesourcery.com>
8061
8062 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
8063
86e4ed39
DE
80642014-12-04 Doug Evans <dje@google.com>
8065
8066 * gdb.python/py-objfile.exp: Add tests for
8067 objfile.add_separate_debug_file.
8068
7c50a931
DE
80692014-12-04 Doug Evans <dje@google.com>
8070
8071 * lib/gdb.exp (get_build_id): New function.
8072 (build_id_debug_filename_get): Rewrite to use it.
8073 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
8074
621661e3
MR
80752014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
8076
8077 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
8078 `method(long)', not just 0x0.
8079 * gdb.cp/nsalias.exp: Align code labels to 4.
8080 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
8081 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
8082 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
8083 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
8084 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
8085 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
8086
29f0c3b7
DE
80872014-12-02 Doug Evans <dje@google.com>
8088
e1e061e7 8089 PR symtab/17602
29f0c3b7 8090 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 8091 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
8092 * gdb.cp/anon-ns.exp: Update.
8093
162078c8
NB
80942014-12-02 Nick Bull <nicholaspbull@gmail.com>
8095
8096 * gdb.python/py-events.py (inferior_call_handler): New.
8097 (register_changed_handler, memory_changed_handler): New.
8098 (test_events.invoke): Register new handlers.
8099 * gdb.python/py-events.exp: Add tests for inferior call,
8100 memory_changed and register_changed events.
8101
fdb09caf
AA
81022014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
8103
8104 * gdb.base/execl-update-breakpoints.exp: Specify the link address
8105 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
8106 if the linker doesn't understand this.
8107
55cfb2c4
SM
81082014-12-01 Simon Marchi <simon.marchi@ericsson.com>
8109
8110 * gdb.python/python.exp: Change expected reply to help().
8111
9e8cd6df
YQ
81122014-12-01 Yao Qi <yao@codesourcery.com>
8113
8114 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
8115 AC_CONFIG_SUBDIRS(gdb.gdbtk).
8116 * configure: Re-generated.
8117
6c659fc2
SC
81182014-11-28 Siva Chandra Reddy <sivachandra@google.com>
8119
8120 * gdb.cp/chained-calls.cc: New file.
8121 * gdb.cp/chained-calls.exp: New file.
8122 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
8123
d7fc3181
SM
81242014-11-28 Simon Marchi <simon.marchi@ericsson.com>
8125
8126 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
8127 * gdb.dwarf2/symtab-producer.exp: Same.
8128 * gdb.gdb/python-interrupts.exp: Same.
8129 * gdb.gdb/python-selftest.exp: Same.
8130 * gdb.python/py-linetable.exp: Same.
8131 * gdb.python/py-type.exp: Same.
8132 * gdb.python/py-value-cc.exp: Same.
8133 * gdb.python/py-value.exp: Same.
8134
10e79639
YQ
81352014-11-28 Yao Qi <yao@codesourcery.com>
8136
8137 * gdb.base/break-probes.exp: Match library name prefixed with
8138 sysroot.
8139
f28a0564
SM
81402014-11-27 Simon Marchi <simon.marchi@ericsson.com>
8141
8142 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
8143 test expected output. Add parentheses for the call to print.
8144 Remove L suffix from integers.
8145
3fe1ce1d
DE
81462014-11-26 Doug Evans <dje@google.com>
8147
8148 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
8149
84429e27
YQ
81502014-11-22 Yao Qi <yao@codesourcery.com>
8151
8152 * gdb.trace/entry-values.c: Remove asms.
8153 (foo): Add foo_label.
8154 (bar): Add bar_label.
8155 * gdb.trace/entry-values.exp: Remove code computing foo's
8156 length and bar's length.
8157 (Dwarf::assemble): Invoke function_range for bar and use
8158 MACRO_AT_func for foo.
8159
26741859
YQ
81602014-11-22 Yao Qi <yao@codesourcery.com>
8161
8162 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
8163 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
8164 Use .Lgcc43_procstart instead of gcc43.
8165
45e44d27
JB
81662014-11-21 Joel Brobecker <brobecker@adacore.com>
8167
8168 * gdb.ada/n_arr_bound: New testcase.
8169
458c8db8
SDJ
81702014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
8171
8172 PR breakpoints/10737
8173 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
8174 test_catch_syscall_multi_arch.
8175 (test_catch_syscall_multi_arch): New function.
8176
43f3e411
DE
81772014-11-20 Doug Evans <xdje42@gmail.com>
8178
8179 * gdb.base/maint.exp: Update expected output.
8180
0d7b2549
AA
81812014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8182
8183 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
8184 4-byte instruction on S390.
8185
8908fca5
JB
81862014-11-19 Joel Brobecker <brobecker@adacore.com>
8187
8188 * gdb.ada/arr_arr: New testcase.
8189
4a46959e
JB
81902014-11-19 Joel Brobecker <brobecker@adacore.com>
8191
8192 * gdb.ada/pkd_arr_elem: New Testcase.
8193
470e2f4e
LM
81942014-11-18 Luis Machado <lgustavo@codesourcery.com>
8195
8196 * gdb.reverse/break-precsave: Expect completion message for
8197 core file reads.
8198 * gdb.reverse/consecutive-precsave.exp: Likewise.
8199 * gdb.reverse/finish-precsave.exp: Likewise.
8200 * gdb.reverse/i386-precsave.exp: Likewise.
8201 * gdb.reverse/machinestate-precsave.exp: Likewise.
8202 * gdb.reverse/sigall-precsave.exp: Likewise.
8203 * gdb.reverse/solib-precsave.exp: Likewise.
8204 * gdb.reverse/step-precsave.exp: Likewise.
8205 * gdb.reverse/until-precsave.exp: Likewise.
8206 * gdb.reverse/watch-precsave.exp: Likewise.
8207
a267f3ad
AA
82082014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8209
8210 * gdb.base/bp-permanent.c: Include unistd.h.
8211 * gdb.python/py-framefilter-mi.c (main): Add return type.
8212 * gdb.python/py-framefilter.c (main): Likewise.
8213 * gdb.trace/actions-changed.c (main): Likewise.
8214
12084a9a
AA
82152014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8216
8217 * gdb.mi/until.c: Add eye-catchers.
8218 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
8219 line numbers.
8220
dc7e1a77
AA
82212014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8222
8223 * gdb.base/condbreak.exp: Drop references to removed non-prototype
8224 function header variants in break1.c.
8225 * gdb.base/ena-dis-br.exp: Likewise.
8226 * gdb.base/hbreak2.exp: Likewise.
8227 * gdb.reverse/until-precsave.exp: Drop references to removed
8228 non-prototype function header variants in ur1.c.
8229 * gdb.reverse/until-reverse.exp: Likewise.
8230
41c77605
PM
82312014-11-17 Petr Machata <pmachata@redhat.com>
8232
8233 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
8234 ${_cu_offset_size} bytes abbrev offset.
8235
34248c3a
DE
82362014-11-15 Doug Evans <xdje42@gmail.com>
8237
8238 PR symtab/17559
8239 * gdb.base/line-symtabs.exp: New file.
8240 * gdb.base/line-symtabs.c: New file.
8241 * gdb.base/line-symtabs.h: New file.
8242
646da059
YQ
82432014-11-14 Yao Qi <yao@codesourcery.com>
8244
8245 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
8246 (func): Add label func_label.
8247 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
8248 Replace low_pc and high_pc with MACRO_AT_range.
8249 Replace name, low_pc and high_pc with MACRO_AT_func.
8250
9301ebe6
YQ
82512014-11-14 Yao Qi <yao@codesourcery.com>
8252
8253 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
8254 Replace name, low_pc and high_pc with MACRO_AT_func.
8255
f166b542
YQ
82562014-11-14 Yao Qi <yao@codesourcery.com>
8257
8258 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
8259 produce debug information.
8260 * gdb.dwarf2/implptr-optimized-out.S: Removed.
8261
0f6e71e3
YQ
82622014-11-14 Yao Qi <yao@codesourcery.com>
8263
8264 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
8265 object and get function length.
8266 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
8267 with MACRO_AT_func.
8268 (top-level): Replace gdb_compile and clean_restart with
8269 prepare_for_testing.
8270 * gdb.dwarf2/main.c (main): Add label main_label.
8271
876c4df9
YQ
82722014-11-14 Yao Qi <yao@codesourcery.com>
8273
8274 * lib/dwarf.exp (function_range): New procedure.
8275 (Dwarf::_handle_macro_at_func): New procedure.
8276 (Dwarf::_handle_macro_at_range): New procedure.
8277 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
8278
02ad9cf1
YQ
82792014-11-14 Yao Qi <yao@codesourcery.com>
8280
8281 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
8282 (_handle_attribute): New procedure.
8283
a59add0c
AA
82842014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8285
8286 * gdb.ada/cond_lang/foo.c (callme): Add return type.
8287 * gdb.base/call-sc.c (zed): Likewise.
8288 * gdb.base/checkpoint.c (main): Likewise.
8289 * gdb.base/dump.c (main): Likewise.
8290 * gdb.base/gcore.c (main): Likewise.
8291 * gdb.base/huge.c (main): Likewise.
8292 * gdb.base/multi-forks.c (main): Likewise.
8293 * gdb.base/pr10179-a.c (main): Likewise.
8294 * gdb.base/savedregs.c (main): Likewise.
8295 * gdb.base/sigaltstack.c (main): Likewise.
8296 * gdb.base/siginfo.c (main): Likewise.
8297 * gdb.base/structs.c (zed): Likewise.
8298 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
8299 * gdb.mi/mi-syn-frame.c (main): Likewise.
8300 * gdb.mi/until.c (foo, main): Likewise.
8301 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
8302 * gdb.base/solib-weak.c (foo): Declare.
8303 * gdb.base/attach-twice.c: Include stdio.h.
8304 * gdb.base/weaklib1.c: Likewise.
8305 * gdb.base/weaklib2.c: Likewise.
8306 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
8307 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
8308 unistd.h.
8309 * gdb.base/attach-pie-misread.c: Include stdlib.h.
8310 * gdb.mi/mi-exit-code.c: Likewise.
8311 * gdb.base/break-interp-lib.c: Include string.h.
8312 * gdb.base/coremaker.c: Likewise.
8313 * gdb.base/testenv.c: Likewise.
8314 * gdb.python/py-finish-breakpoint.c: Likewise.
8315 * gdb.base/inferior-died.c: Include sys/wait.h.
8316 * gdb.base/fileio.c: Include time.h.
8317 * gdb.base/async-shell.c: Include unistd.h.
8318 * gdb.base/dprintf-non-stop.c: Likewise.
8319 * gdb.base/info-os.c: Likewise.
8320 * gdb.mi/mi-console.c: Likewise.
8321 * gdb.mi/watch-nonstop.c: Likewise.
8322 * gdb.python/py-events.c: Likewise.
8323 * gdb.base/async.c (baz): Move up before its invocation.
8324 * gdb.base/code_elim2.c (my_global_func): Likewise.
8325 * gdb.base/skip-solib-lib.c (multiply): Likewise.
8326 * gdb.base/advance.c (func2): Likewise.
8327
3b5d5997
AA
83282014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8329
8330 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
8331 variant.
8332 * gdb.base/annota3.c: Likewise.
8333 * gdb.base/async.c: Likewise.
8334 * gdb.base/average.c: Likewise.
8335 * gdb.base/call-ar-st.c: Likewise.
8336 * gdb.base/call-rt-st.c: Likewise.
8337 * gdb.base/call-sc.c: Likewise.
8338 * gdb.base/call-strs.c: Likewise.
8339 * gdb.base/ending-run.c: Likewise.
8340 * gdb.base/execd-prog.c: Likewise.
8341 * gdb.base/exprs.c: Likewise.
8342 * gdb.base/foll-exec.c: Likewise.
8343 * gdb.base/foll-fork.c: Likewise.
8344 * gdb.base/foll-vfork.c: Likewise.
8345 * gdb.base/funcargs.c: Likewise.
8346 * gdb.base/gcore.c: Likewise.
8347 * gdb.base/jump.c: Likewise.
8348 * gdb.base/langs0.c: Likewise.
8349 * gdb.base/langs1.c: Likewise.
8350 * gdb.base/langs2.c: Likewise.
8351 * gdb.base/mips_pro.c: Likewise.
8352 * gdb.base/nodebug.c: Likewise.
8353 * gdb.base/opaque0.c: Likewise.
8354 * gdb.base/opaque1.c: Likewise.
8355 * gdb.base/recurse.c: Likewise.
8356 * gdb.base/run.c: Likewise.
8357 * gdb.base/scope0.c: Likewise.
8358 * gdb.base/scope1.c: Likewise.
8359 * gdb.base/setshow.c: Likewise.
8360 * gdb.base/setvar.c: Likewise.
8361 * gdb.base/shmain.c: Likewise.
8362 * gdb.base/shr1.c: Likewise.
8363 * gdb.base/shr2.c: Likewise.
8364 * gdb.base/sigall.c: Likewise.
8365 * gdb.base/signals.c: Likewise.
8366 * gdb.base/so-indr-cl.c: Likewise.
8367 * gdb.base/solib2.c: Likewise.
8368 * gdb.base/structs.c: Likewise.
8369 * gdb.base/sum.c: Likewise.
8370 * gdb.base/vforked-prog.c: Likewise.
8371 * gdb.base/watchpoint.c: Likewise.
8372 * gdb.reverse/shr2.c: Likewise.
8373 * gdb.reverse/until-reverse.c: Likewise.
8374 * gdb.reverse/ur1.c: Likewise.
8375 * gdb.reverse/watch-reverse.c: Likewise.
8376
066a77c5
AA
83772014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8378
8379 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
8380 variant.
8381 * gdb.base/sepdebug.exp: Drop references to removed code.
8382
4f204ea5
AA
83832014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8384
8385 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
8386 variant. Preserve original line numbering.
8387 * gdb.base/list1.c: Likewise.
8388
3b377a3a
AA
83892014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8390
8391 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
8392 variant.
8393 * gdb.base/break1.c: Likewise.
8394 * gdb.base/break.exp: Drop references to removed code.
8395
e444df73
AA
83962014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8397
8398 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
8399 variant.
8400
8008f2a7
AA
84012014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8402
8403 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
8404
a5a06887
AA
84052014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8406
8407 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
8408 logic into perform_all_tests() and invoke it with and without
8409 function header prototypes.
8410 (do_function_calls): Remove conditional XFAIL for PR 5318.
8411 (rerun_and_prepare): Remove duplicate code.
8412 (perform_all_tests): New. Main logic moved here.
8413
44dba9b9
AA
84142014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8415
8416 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
8417 code guarded by #ifdef NO_PROTOTYPES.
8418 (t_double_many_args): Likewise.
8419 (DEF_FUNC_MANY_ARGS_1): Likewise.
8420 (DEF_FUNC_VALUES_1): Likewise.
8421 (t_structs_ldc): Renamed from t_structs_fc in conditional code
8422 guarded by #ifdef PROTOTYPES.
8423
d1fbcd56
AA
84242014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8425
8426 * gdb.mi/mi-console.c: Add eye-catcher.
8427 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
8428 instead of literal line number.
8429
b0e59b8f
AA
84302014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8431
8432 * gdb.base/shr2.c: Add eye-catcher.
8433 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
8434 line number.
8435
78f98cca
AA
84362014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8437
8438 * gdb.base/jump.c: Add eye-catchers.
8439 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
8440 numbers.
8441
58fa2af0
AA
84422014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8443
8444 * gdb.base/execd-prog.c: Add eye-catchers.
8445 * gdb.base/foll-exec.c: Likewise.
8446 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
8447 line numbers.
8448
04e5059b
AA
84492014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8450
8451 * gdb.base/ending-run.c: Add eye-catchers.
8452 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
8453 literal line numbers.
8454
dbfdb174
AA
84552014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8456
8457 * gdb.base/call-rt-st.c: Add eye-catchers.
8458 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
8459 literal line numbers.
8460
888a2ade
AA
84612014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8462
8463 * gdb.base/call-ar-st.c: Add eye-catchers.
8464 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
8465 literal line numbers.
8466
6acc2dde
AA
84672014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8468
8469 * gdb.base/average.c: Add eye-catchers.
8470 * gdb.base/sum.c: Likewise.
8471 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
8472 regexps dynamically.
8473
9ecfcd1d
AA
84742014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8475
8476 * gdb.base/solib1.c: Add eye-catchers.
8477 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
8478 literal line numbers.
8479
78708b7c
PA
84802014-11-12 Pedro Alves <palves@redhat.com>
8481
8482 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
8483 leader has exited.
8484
af48d08f
PA
84852014-11-12 Pedro Alves <palves@redhat.com>
8486
8487 * gdb.arch/i386-bp_permanent.c: New file.
8488 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
8489 (srcfile): Set to i386-bp_permanent.c.
8490 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
8491 that stepi does not execute the 'leave' instruction, instead of
8492 testing it does execute.
8493 * gdb.base/bp-permanent.c: New file.
8494 * gdb.base/bp-permanent.exp: New file.
8495
af3768e9
DE
84962014-11-10 Doug Evans <xdje42@gmail.com>
8497
8498 PR symtab/17564
8499 * gdb.base/symtab-search-order.exp: New file.
8500 * gdb.base/symtab-search-order.c: New file.
8501 * gdb.base/symtab-search-order-1.c: New file.
8502 * gdb.base/symtab-search-order-shlib-1.c: New file.
8503
9de00a4a
PA
85042014-11-07 Pedro Alves <palves@redhat.com>
8505
8506 PR gdb/17511
8507 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
8508 i?86-*-linux*.
8509
e0f52461
SC
85102014-11-03 Siva Chandra Reddy <sivachandra@google.com>
8511
8512 PR c++/17494
8513 * gdb.cp/pr17494.cc: New file.
8514 * gdb.cp/pr17494.exp: New file.
8515
6ce8c980
YQ
85162014-11-02 Yao Qi <yao@codesourcery.com>
8517
8518 * gdb.python/python.exp: Get working directory and match the
8519 output of "set extended-prompt \\w " with it.
8520
02be9a71
DE
85212014-10-30 Doug Evans <dje@google.com>
8522
8523 * gdb.python/py-objfile.exp: Add tests for setting random attributes
8524 in objfiles.
8525 * gdb.python/py-progspace.exp: Add tests for setting random attributes
8526 in progspaces.
8527
3bdff46b
LM
85282014-10-30 Janis Johnson <janisjo@codesourcery.com>
8529
8530 * gdb.base/fullpath-expand.exp: Skip for a remote host.
8531 * gdb.base/realname-expand.exp: Likewise.
8532 * gdb.linespec/macro-relative.exp: Likewise.
8533
ab917dfb
PA
85342014-10-29 Pedro Alves <palves@redhat.com>
8535
8536 PR gdb/17408
8537 * gdb.threads/schedlock.c (some_function): New function.
8538 (call_function): New global.
8539 (MAYBE_CALL_SOME_FUNCTION): New macro.
8540 (thread_function): Call it.
8541 * gdb.threads/schedlock.exp (get_args): Add description parameter,
8542 and use it instead of a global counter. Adjust all callers.
8543 (get_current_thread): Use "find current thread" for test message
8544 here rather than having all callers pass down the same string.
8545 (goto_loop): New procedure, factored out from ...
8546 (my_continue): ... this.
8547 (step_ten_loops): Change parameter from test message to command to
8548 use. Adjust.
8549 (list_count): Delete global.
8550 (check_result): New procedure, factored out from duplicate top
8551 level code.
8552 (continue tests): Wrap in with_test_prefix.
8553 (test_step): New procedure, factored out from duplicate top level
8554 code.
8555 (top level): Test "step" in combination with all scheduler-locking
8556 modes. Test "next" in combination with all scheduler-locking
8557 modes, and in combination with stepping over a function call or
8558 not.
8559 * gdb.threads/next-bp-other-thread.c: New file.
8560 * gdb.threads/next-bp-other-thread.exp: New file.
8561
d3d4baed
PA
85622014-10-29 Pedro Alves <palves@redhat.com>
8563
8564 PR python/17372
8565 * gdb.python/python.exp: Test a multi-line command that spawns
8566 interactive Python.
8567 * gdb.base/multi-line-starts-subshell.exp: New file.
8568
563e8d85
YQ
85692014-10-29 Yao Qi <yao@codesourcery.com>
8570
8571 * gdb.base/fileio.exp: Make directories on host.
8572
0ea4d52e
YQ
85732014-10-29 Yao Qi <yao@codesourcery.com>
8574
8575 * gdb.base/fileio.c (test_write): Close the file.
8576
7f5ef605
PA
85772014-10-28 Pedro Alves <palves@redhat.com>
8578
8579 PR gdb/12623
8580 * gdb.base/sigstep.c (no_handler): New global.
8581 (main): If 'no_handler is true, set the signal handlers to
8582 SIG_IGN.
8583 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
8584 with_sw_watch and no_handler parameters. Handle them.
8585 (top level) <stepping over handler when stopped at a breakpoint
8586 test>: Add a test axis for testing with a software watchpoint, and
8587 another for testing with the signal handler set to SIG_IGN.
8588 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
8589 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
8590
abbdbd03
PA
85912014-10-28 Pedro Alves <palves@redhat.com>
8592
8593 PR gdb/17511
8594 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
8595 * gdb.base/sigstep.exp (other_handler_location): New global.
8596 (advance): Support stepping into the signal handler, and running
8597 commands while in the handler.
8598 (in_handler_map): New global.
8599 (top level): In the advance test, add combinations for getting
8600 into the handler with stepping commands, and for running commands
8601 in the handler. Add comment descripting the advancei tests.
8602
1df4399f
PA
86032014-10-28 Pedro Alves <palves@redhat.com>
8604
8605 * gdb.base/sigstep.exp: Use build_executable instead of
8606 prepare_for_testing.
8607 (top level): Move code that starts GDB, runs to main and creates a
8608 display to ...
8609 (restart): ... this new procedure.
8610 (top level): Move backtrace from signal handler test to ...
8611 (validate_backtrace): ... this new procedure.
8612 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
8613 with_test_prefix. Always restart GDB.
8614 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
8615 with_test_prefix. Always restart GDB. No need to delete
8616 breakpoints after the test.
8617 (test_skip_handler): Remove prefix parameter.
8618 (skip_over_handler, breakpoint_to_handler)
8619 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
8620 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
8621 restart GDB. No need to delete breakpoints after the test.
8622 (top level): Use foreach to call the test procedures with
8623 different commands.
8624
a5b6e449
PA
86252014-10-28 Pedro Alves <palves@redhat.com>
8626
8627 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
8628 instead of GNATS numbers.
8629 * gdb.base/sigbpt.exp: Likewise.
8630 * gdb.base/siginfo.exp: Likewise.
8631 * gdb.base/sigstep.exp: Likewise.
8632
e5f8a7cc
PA
86332014-10-27 Pedro Alves <palves@redhat.com>
8634
8635 * gdb.base/sigstep.c (dummy): New global.
8636 (main): Issue a couple writes to the new global.
8637 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
8638 procedures.
8639 (skip_over_handler): Use test_skip_handler.
8640 (top level): Call skip_over_handler for stepi and nexti too.
8641 (breakpoint_over_handler): Use test_skip_handler.
8642 (top level): Call breakpoint_over_handler for stepi and nexti too.
8643
763905a3
YQ
86442014-10-27 Yao Qi <yao@codesourcery.com>
8645
8646 * gdb.trace/tfile.c (adjust_function_address)
8647 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
8648 function descriptor.
8649
6f259a23
DB
86502014-10-24 Don Breazeal <donb@codesourcery.com>
8651
8652 * gdb.base/foll-fork.exp (test_follow_fork,
8653 catch_fork_child_follow): Check for updated fork messages emitted
8654 from infrun.c.
8655 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
8656 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
8657 vfork_and_exec_child_follow_through_step): Check for updated vfork
8658 messages emitted from infrun.c.
8659
09dd9a69
PA
86602014-10-24 Pedro Alves <palves@redhat.com>
8661
8662 * gdb.base/corefile.exp: Remove references to ultrix.
8663 * gdb.base/interrupt.exp: Likewise.
8664 * gdb.base/whatis.exp: Likewise.
8665 * gdb.gdb/selftest.exp: Likewise.
8666 * gdb.threads/manythreads.exp: Likewise.
8667 * gdb.threads/print-threads.exp: Likewise.
8668 * gdb.threads/pthreads.exp:: Likewise.
8669 * gdb.threads/schedlock.exp: Likewise.
8670
3433cfa5
SC
86712014-10-24 Siva Chandra Reddy <sivachandra@google.com>
8672
8673 * gdb.cp/non-trivial-retval.cc: Add a test case.
8674 * gdb.cp/non-trivial-retval.exp: Add a test.
8675
092f880b
YQ
86762014-10-20 Yao Qi <yao@codesourcery.com>
8677
8678 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
8679 * gdb.python/py-objfile-script-gdb.py: New file.
8680 * gdb.python/py-objfile-script.exp: Update reference to
8681 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
8682 of remote_download. Remove the dest file.
8683
acbdb7f3
YQ
86842014-10-20 Yao Qi <yao@codesourcery.com>
8685
8686 * gdb.base/checkpoint.exp: Don't remove file copied on host.
8687 * gdb.base/step-line.exp: Likewise.
8688 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
8689 * gdb.dwarf2/dw2-basic.exp: Likewise.
8690 * gdb.dwarf2/dw2-compressed.exp: Likewise.
8691 * gdb.dwarf2/dw2-filename.exp: Likewise.
8692 * gdb.dwarf2/dw2-intercu.exp: Likewise.
8693 * gdb.dwarf2/dw2-intermix.exp: Likewise.
8694 * gdb.dwarf2/dw2-producer.exp: Likewise.
8695 * gdb.dwarf2/mac-fileno.exp: Likewise.
8696 * gdb.python/py-frame-args.exp: Likewise.
8697 * gdb.python/py-framefilter.exp: Likewise.
8698 * gdb.python/py-mi.exp: Likewise.
8699 * gdb.python/py-objfile-script.exp: Likewise
8700 * gdb.python/py-pp-integral.exp: Likewise.
8701 * gdb.python/py-pp-re-notag.exp: Likewise.
8702 * gdb.python/py-prettyprint.exp: Likewise.
8703 * gdb.python/py-section-script.exp: Likewise.
8704 * gdb.python/py-typeprint.exp: Likewise.
8705 * gdb.python/py-xmethods.exp: Likewise.
8706 * gdb.stabs/weird.exp: Likewise.
8707 * gdb.xml/tdesc-regs.exp: Likewise.
8708
bd286a29
KCY
87092014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
8710
8711 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
8712 (out_cu): Use addr_len for the size of addresses.
8713 (out_line): Likewise. Size DW_LNE_set_address instruction
8714 according to addr_len.
8715 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
8716 (FUNC): Add START_INSNS to definition.
8717
673dc4a0
YQ
87182014-10-18 Yao Qi <yao@codesourcery.com>
8719
8720 * gdb.base/argv0-symlink.exp: Check argv[0] value if
8721 gdb_has_argv0 return true.
8722 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
8723 check [target_info exists noargs], check [gdb_has_argv0]
8724 instead.
8725 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
8726 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
8727 procedures.
8728
4ffbba72
DE
87292014-10-17 Doug Evans <dje@google.com>
8730
8731 * gdb.python/py-events.exp: Update expected output for clear_objfiles
8732 event.
8733 * gdb.python/py-events.py: Add clear_objfiles event.
8734
d096d8c1
DE
87352014-10-17 Doug Evans <dje@google.com>
8736
8737 * gdb.python/py-objfile.exp: Test progspace attribute.
8738
a80db015
LM
87392014-10-17 Luis Machado <lgustavo@codesourcery.com>
8740
8741 * gdb.guile/scm-breakpoint.exp: Do not assume any
8742 directory separators when matching source file paths.
8743 * gdb.python/py-breakpoint.exp: Likewise.
8744 * gdb.reverse/break-precsave.exp: Likewise.
8745 * gdb.reverse/break-reverse.exp: Likewise.
8746 * gdb.reverse/consecutive-precsave.exp: Likewise.
8747 * gdb.reverse/finish-precsave.exp: Likewise.
8748 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
8749 * gdb.reverse/finish-reverse.exp: Likewise.
8750 * gdb.reverse/i386-precsave.exp: Likewise.
8751 * gdb.reverse/i387-env-reverse.exp: Likewise.
8752 * gdb.reverse/i387-stack-reverse.exp: Likewise.
8753 * gdb.reverse/machinestate-precsave.exp: Likewise.
8754 * gdb.reverse/machinestate.exp: Likewise.
8755 * gdb.reverse/sigall-precsave.exp: Likewise.
8756 * gdb.reverse/solib-precsave.exp: Likewise.
8757 * gdb.reverse/step-precsave.exp: Likewise.
8758 * gdb.reverse/until-precsave.exp: Likewise.
8759 * gdb.reverse/watch-precsave.exp: Likewise.
8760 * gdb.reverse/watch-reverse.exp: Likewise.
8761
b22089ab
YQ
87622014-10-17 Yao Qi <yao@codesourcery.com>
8763
8764 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
8765 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
8766
6c4486e6
PA
87672014-10-17 Pedro Alves <palves@redhat.com>
8768
8769 PR gdb/17471
8770 * gdb.base/bg-execution-repeat.c: New file.
8771 * gdb.base/bg-execution-repeat.exp: New file.
8772
0ff33695
PA
87732014-10-17 Pedro Alves <palves@redhat.com>
8774
8775 PR gdb/17300
8776 * gdb.base/continue-all-already-running.c: New file.
8777 * gdb.base/continue-all-already-running.exp: New file.
8778
6fdebc3d
PA
87792014-10-17 Pedro Alves <palves@redhat.com>
8780
8781 PR gdb/17472
8782 * gdb.base/annota-input-while-running.c: New file.
8783 * gdb.base/annota-input-while-running.exp: New file.
8784
32a8097b
PA
87852014-10-17 Pedro Alves <palves@redhat.com>
8786
8787 * gdb.base/callfuncs.exp: emove references to osf.
8788 * gdb.base/sigall.exp: Likewise.
8789 * gdb.gdb/selftest.exp: Likewise.
8790 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
8791 * gdb.mi/non-stop.c: Likewise.
8792 * gdb.mi/pthreads.c: Likewise.
8793 * gdb.reverse/sigall-precsave.exp: Likewise.
8794 * gdb.reverse/sigall-reverse.exp: Likewise.
8795 * gdb.threads/pthreads.c: Likewise.
8796 * gdb.threads/pthreads.exp: Likewise.
8797
7a3517ff
YQ
87982014-10-17 Yao Qi <yao@codesourcery.com>
8799
8800 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
8801 check 'target_info exists noargs'.
8802 (test_command_prompt_position): Likewise.
8803 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
8804 Remove "set args".
8805 (progvar_simple_while_test): Likewise.
8806 (progvar_complex_if_while_test): Likewise.
8807 (if_while_breakpoint_command_test): Likewise.
8808 (infrun_breakpoint_command_test): Likewise.
8809 (breakpoint_command_test): Likewise.
8810 (watchpoint_command_test): Likewise.
8811 (bp_deleted_in_command_test): Likewise.
8812 (temporary_breakpoint_commands): Likewise.
8813
bb99c472
YQ
88142014-10-16 Yao Qi <yao@codesourcery.com>
8815
8816 * gdb.base/remotetimeout.exp: Remove noargs checking.
8817
7c16b83e
PA
88182014-10-15 Pedro Alves <palves@redhat.com>
8819
8820 PR breakpoints/9649
8821 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
8822 * gdb.base/breakpoint-in-ro-region.exp
8823 (probe_target_hardware_step): New procedure.
8824 (top level): Probe hardware stepping and hardware breakpoint
8825 support. Test stepping through a read-only region, with both
8826 "breakpoint auto-hw" on and off and both "always-inserted" on and
8827 off.
8828
35a49624
IB
88292014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
8830
8831 * gdb.dlang/demangle.exp: Update for demangling changes.
8832
2d1c107c
SC
88332014-10-15 Siva Chandra Reddy <sivachandra@google.com>
8834
8835 * gdb.cp/non-trivial-retval.cc: Add new test cases.
8836 * gdb.cp/non-trivial-retval.exp: Add new tests.
8837
778811d5
SC
88382014-10-15 Siva Chandra Reddy <sivachandra@google.com>
8839
8840 PR c++/13403
8841 PR c++/15154
8842 * gdb.cp/non-trivial-retval.cc: New file.
8843 * gdb.cp/non-trivial-retval.exp: New file.
8844
10c5f0a8
YQ
88452014-10-15 Yao Qi <yao@codesourcery.com>
8846
8847 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
8848 remote host.
8849
65d7b369
YQ
88502014-10-15 Yao Qi <yao@codesourcery.com>
8851
8852 * gdb.python/py-symbol.exp: Match file base name if host is
8853 remote, otherwise match file name with dir name.
8854 * gdb.python/py-symtab.exp: Likewise.
8855 * gdb.python/python.exp: Likewise.
8856
46dc1394
YQ
88572014-10-15 Yao Qi <yao@codesourcery.com>
8858
8859 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
8860 pattern.
8861 * gdb.python/py-symtab.exp: Likewise.
8862 * gdb.python/python.exp: Remove trailing ".*". Fix typo
8863 locationn.
8864
c40cc657
JB
88652014-10-14 Joel Brobecker <brobecker@adacore.com>
8866
8867 * gdb.ada/addr_arith: New testcase.
8868
2abf49e1
MR
88692014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
8870
8871 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
8872 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
8873 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
8874 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
8875
f7088df3
SDJ
88762014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
8877
8878 * gdb.arch/stap-eval-lang-ada.S: Likewise.
8879 * gdb.arch/stap-eval-lang-ada.c: Likewise.
8880 * gdb.arch/stap-eval-lang-ada.exp: New file.
8881
4dc06805
YQ
88822014-10-14 Yao Qi <yao@codesourcery.com>
8883
8884 * gdb.mi/mi-var-child.c (nothing1): New function.
8885 (nothing2): New function.
8886 (do_children_tests): Set function pointers by nothing1 and
8887 nothing2.
8888 * gdb.mi/mi-var-child.exp: Step over new added statements.
8889 Update test to match the new output.
8890 * gdb.mi/var-cmd.c (nothing1): New function.
8891 (nothing2): New function.
8892 (do_children_tests): Set function pointers by nothing1 and
8893 nothing2.
8894 * gdb.mi/mi-var-display.exp: Update test to match output.
8895 Step to the line specified by $line_dct_nothing.
8896 Increase the number of lines to step.
8897
46a93de2
YQ
88982014-10-14 Yao Qi <yao@codesourcery.com>
8899
8900 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
8901 tests.
8902 * gdb.mi/mi2-var-child.exp: Likewise.
8903
14ea52ee
DE
89042014-10-13 Doug Evans <dje@google.com>
8905
8906 * gdb.python/py-objfile.exp: Change name of file name test.
8907
e5c6e92b
DE
89082014-10-13 Doug Evans <dje@google.com>
8909
8910 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
8911 from the start of the CU.
8912
c780cc2f
JK
89132014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8914 Yao Qi <yao@codesourcery.com>
8915
8916 Fix "save breakpoints" for "catch" command.
8917 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
8918 Remove -nonewline. Match also the added "main" line.
8919
99894e11
JK
89202014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8921
8922 Fix "save breakpoints" for "disable $bpnum" command.
8923 * gdb.base/save-bp.c (main): Add label.
8924 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
8925
6e1ac5a3
JK
89262014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8927
8928 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
8929
754dd2b0
YQ
89302014-10-11 Yao Qi <yao@codesourcery.com>
8931
8932 * gdb.server/server-kill.exp: Execute command
8933 "set remote trace-status-packet on" before "tstatus".
8934
f90183d7
YQ
89352014-10-11 Yao Qi <yao@codesourcery.com>
8936
8937 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
8938 (main): Call getppid.
8939 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
8940 and continue to it. Read variable "server_pid".
8941
bf40a607
YQ
89422014-10-11 Yao Qi <yao@codesourcery.com>
8943
8944 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
8945
052ca370
YQ
89462014-10-11 Yao Qi <yao@codesourcery.com>
8947
8948 * gdb.threads/thread-find.exp: Don't execute command
8949 "info threads".
8950 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
8951 * gdb.threads/linux-dp.exp: Don't check the condition
8952 $threads_created equals to zero.
8953
3831839c
PA
89542014-10-10 Pedro Alves <palves@redhat.com>
8955
8956 * gdb.base/bigcore.exp: Remove references to IRIX.
8957 * gdb.base/funcargs.exp: Likewise.
8958 * gdb.base/interrupt.exp: Likewise.
8959 * gdb.base/mips_pro.exp: Likewise.
8960 * gdb.base/nodebug.exp: Likewise.
8961 * gdb.base/setvar.exp: Likewise.
8962 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
8963
8b9a549d
PA
89642014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8965 Pedro Alves <palves@redhat.com>
8966
8967 PR symtab/14466
8968 * gdb.base/vdso-warning.c: New file.
8969 * gdb.base/vdso-warning.exp: New file.
8970
d48ba5e8
DE
89712014-10-02 Doug Evans <dje@google.com>
8972
8973 * gdb.base/structs.c (main): Don't run forever.
8974
2278c276
PA
89752014-10-02 Pedro Alves <palves@redhat.com>
8976
8977 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
8978 (top level) <stop threads 1, stop threads 2>: Use it.
8979
b57bacec
PA
89802014-10-02 Pedro Alves <palves@redhat.com>
8981
8982 * gdb.threads/break-while-running.exp (test): Add new
8983 'update_thread_list' argument. Skip "info threads" if false.
8984 (top level): Add new 'update_thread_list' axis.
8985
13fd3ff3
PA
89862014-10-02 Pedro Alves <palves@redhat.com>
8987
8988 PR breakpoints/17431
8989 * gdb.base/execl-update-breakpoints.c: New file.
8990 * gdb.base/execl-update-breakpoints.exp: New file.
8991
0fec99e8
PA
89922014-10-01 Pedro Alves <palves@redhat.com>
8993
8994 * gdb.base/breakpoint-in-ro-region.c: New file.
8995 * gdb.base/breakpoint-in-ro-region.exp: New file.
8996
2ddf4301
SM
89972014-10-01 Simon Marchi <simon.marchi@ericsson.com>
8998
8999 * gdb.mi/mi-exit-code.exp: New file.
9000 * gdb.mi/mi-exit-code.c: New file.
9001
6a5f3f43
YQ
90022014-09-30 Yao Qi <yao@codesourcery.com>
9003
9004 * lib/prelink-support.exp (build_executable_own_libs): Error if
9005 the target isn't native.
9006
345bcc73
YQ
90072014-09-30 Yao Qi <yao@codesourcery.com>
9008
9009 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
9010 false.
9011
a25a5a45
PA
90122014-09-22 Pedro Alves <palves@redhat.com>
9013
9014 * gdb.threads/break-while-running.exp: New file.
9015 * gdb.threads/break-while-running.c: New file.
9016
00ba3162
YQ
90172014-09-19 Yao Qi <yao@codesourcery.com>
9018
9019 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
9020 Invoke test. Restart GDB with --readnow and invoke test again.
9021
c3b7b696
YQ
90222014-09-19 Yao Qi <yao@codesourcery.com>
9023
9024 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
9025 proc set_breakpoint_on_gcd_function. Invoke
9026 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
9027 invoke set_breakpoint_on_gcd_function again.
9028
2b4fd423
DE
90292014-09-18 Doug Evans <dje@google.com>
9030
9031 * gdb.dwarf2/symtab-producer.exp: New file.
9032
a5947601
SDJ
90332014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9034
9035 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
9036 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
9037 * gdb.base/global-var-nested-by-dso.c: Likewise.
9038 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9039
91c19059
SDJ
90402014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9041 Pedro Alves <palves@redhat.com>
9042
9043 * gdb.base/watch-bitfields.exp: Pass string other than test file
9044 name to prepare_for_testing.
9045 (watch): New procedure.
9046 (expect_watchpoint): Use with_test_prefix.
9047 (top level): Factor out tests to ...
9048 (test_watch_location, test_regular_watch): ... these new
9049 procedures, and use with_test_prefix and gdb_continue_to_end.
9050
bb9d5f81
PP
90512014-09-16 Patrick Palka <patrick@parcs.ath.cx>
9052
9053 PR breakpoints/12526
9054 * gdb.base/watch-bitfields.exp: New file.
9055 * gdb.base/watch-bitfields.c: New file.
9056
635856f5
PA
90572014-09-16 Pedro Alves <palves@redhat.com>
9058
9059 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
9060 software and hardware addresses, not software address against
9061 itself.
9062
7280ceea
PA
90632014-09-16 Pedro Alves <palves@redhat.com>
9064
9065 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
9066 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
9067
428b16bd
PA
90682014-09-16 Pedro Alves <palves@redhat.com>
9069
9070 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
9071 files.
9072 * gdb.base/a2-run.exp: Remove all code guarded by istarget
9073 "*-*-vxworks*" throughout.
9074 * gdb.base/break.exp: Likewise.
9075 * gdb.base/default.exp: Likewise.
9076 * gdb.base/scope.exp: Likewise.
9077 * gdb.base/sepdebug.exp: Likewise.
9078 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
9079 throughout.
9080 * gdb.base/run.c: Likewise.
9081 * gdb.base/sepdebug.c: Likewise.
9082 * gdb.hp/gdb.aCC/run.c: Likewise.
9083 * gdb.reverse/until-reverse.c: Likewise.
9084 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
9085
666d413c
YQ
90862014-09-16 Yao Qi <yao@codesourcery.com>
9087
9088 * boards/local-remote-host-native.exp: New file.
9089
57cbd724
DE
90902014-09-14 Doug Evans <xdje42@gmail.com>
9091
9092 * gdb.threads/queue-signal.c (thread_count): New variable.
9093 (thread_count_mutex, thread_count_condvar): New variables.
9094 (incr_thread_count, wait_all_threads_running): New functions.
9095 (main): Wait for all threads to be in their thread functions.
9096
81219e53
DE
90972014-09-13 Doug Evans <xdje42@gmail.com>
9098
9099 * gdb.threads/queue-signal.c: New file.
9100 * gdb.threads/queue-signal.exp: New file.
9101
3714cea7
DE
91022014-09-13 Doug Evans <xdje42@gmail.com>
9103
9104 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
9105 be consistent with what default_gdb_init uses.
9106 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
9107 the plain text of the prompt. Add some logging printfs.
9108 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
9109
fa43b1d7
PA
91102014-09-12 Pedro Alves <palves@redhat.com>
9111
9112 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
9113 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
9114 * gdb.arch/i386-size-overlap.exp: Likewise.
9115 * gdb.arch/i386-size.exp: Likewise.
9116 * gdb.arch/i386-unwind.exp: Likewise.
9117 * gdb.base/a2-run.exp: Likewise.
9118 * gdb.base/break.exp: Likewise.
9119 * gdb.base/charset.exp: Likewise.
9120 * gdb.base/chng-syms.exp: Likewise.
9121 * gdb.base/commands.exp: Likewise.
9122 * gdb.base/dbx.exp: Likewise.
9123 * gdb.base/find.exp: Likewise.
9124 * gdb.base/funcargs.exp: Likewise.
9125 * gdb.base/jit-simple.exp: Likewise.
9126 * gdb.base/reread.exp: Likewise.
9127 * gdb.base/sepdebug.exp: Likewise.
9128 * gdb.base/step-bt.exp: Likewise.
9129 * gdb.cp/mb-inline.exp: Likewise.
9130 * gdb.cp/mb-templates.exp: Likewise.
9131 * gdb.objc/basicclass.exp: Likewise.
9132 * gdb.threads/killed.exp: Likewise.
9133
9d9bf2df
EBM
91342014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9135
9136 PR tdep/17379
9137 * gdb.arch/powerpc-stackless.S: New file.
9138 * gdb.arch/powerpc-stackless.exp: New file.
9139
1cf2f1b0
JK
91402014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9141
9142 * gdb.base/attach.c: Include unistd.h.
9143 (main): Call alarm. Add label postloop.
9144 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
9145 gdb_breakpoint, gdb_continue_to_breakpoint.
9146 (test_command_line_attach_run): Kill ${testpid} in one exit path.
9147
98880d46
PA
91482014-09-11 Pedro Alves <palves@redhat.com>
9149
9150 PR gdb/17347
9151 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
9152 * gdb.base/attach.exp (test_command_line_attach_run): New
9153 procedure.
9154 (top level): Call it.
9155
4c92ff2c
PA
91562014-09-11 Pedro Alves <palves@redhat.com>
9157
9158 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
9159 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
9160 (do_command_attach_tests): Use spawn_wait_for_attach.
9161 * gdb.base/solib-overlap.exp: Likewise.
9162 * gdb.multi/multi-attach.exp: Likewise.
9163 * gdb.python/py-prompt.exp: Likewise.
9164 * gdb.python/py-sync-interp.exp: Likewise.
9165 * gdb.server/ext-attach.exp: Likewise.
9166
3adc1a7d
GKB
91672014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
9168
9169 * gdb.fortran/array-element.exp: Remove unexpected "continue"
9170 command in testcase. Simplify testcase.
9171
96334934
JB
91722014-09-10 Joel Brobecker <brobecker@adacore.com>
9173
9174 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
9175
eb479039
JB
91762014-09-10 Joel Brobecker <brobecker@adacore.com>
9177
9178 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
9179
deede10c
JB
91802014-09-10 Joel Brobecker <brobecker@adacore.com>
9181
9182 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
9183
7828a5f5
JB
91842014-09-10 Joel Brobecker <brobecker@adacore.com>
9185
9186 * gdb.dwarf2/dynarr-ptr.c: New file.
9187 * gdb.dwarf2/dynarr-ptr.exp: New file.
9188
33aeebcf
MR
91892014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9190
9191 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
9192 of 30 rather than hardcoding 120 for a slow test case. Take the
9193 `gdb,timeout' target setting into account for this calculation.
9194 Don't extend the timeout for the test cases that don't need it.
9195
7b415901
MR
91962014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9197
9198 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
9199 a factor of 2 for a slow test case. Take the `gdb,timeout'
9200 target setting into account for this calculation.
9201 * gdb.reverse/until-precsave.exp: Increase the timeout by
9202 a factor of 15 and 3 respectively rather than adding 120
9203 for a pair of slow test cases. Take the `gdb,timeout'
9204 target setting into account for this calculation.
9205
4a40f85a
MR
92062014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9207
9208 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
9209 timeout, don't pass one down to gdb_expect.
9210 (gdb_expect): Rework timeout selection.
9211
09635af7
MR
92122014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9213
9214 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
9215 exception on timeout.
9216 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
9217 (gdbserver_start_extended): Catch any `gdbserver_start' error
9218 exceptions.
9219 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
9220 * lib/mi-support.exp (mi_gdb_target_load): Catch any
9221 `gdbserver_gdb_load' error exceptions.
9222
2bdd10b7
MR
92232014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9224
9225 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
9226 120 on waiting for the TCP socket to open.
9227
316935f0
DE
92282014-09-09 Doug Evans <xdje42@gmail.com>
9229
9230 * gdb.base/default.exp (show_conv_list): Add _caller_is,
9231 _caller_matches, _any_caller_is, _any_caller_matches.
9232
83740597
DE
92332014-09-09 Doug Evans <xdje42@gmail.com>
9234
9235 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
9236
4c122fc3
YQ
92372014-09-09 Yao Qi <yao@codesourcery.com>
9238
9239 * gdb.mi/mi-var-display.exp: Set print symbol off.
9240
a9f116cb
GKB
92412014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
9242
9243 PR gdb/17035
9244 * gdb.base/commands.exp: Add tests to verify user-defined
9245 commands with empty bodies.
9246 * gdb.python/py-cmd.exp: Test that we don't show user-defined
9247 python commands in `show user command`.
9248 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
9249 scheme commands in `show user command`.
9250
c75bd3a2
JK
92512014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9252
9253 PR python/17355
9254 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
9255 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
9256 * gdb.python/py-framefilter-invalidarg.exp: New file.
9257 * gdb.python/py-framefilter-invalidarg.py: New file.
9258
faa42425
DE
92592014-09-06 Doug Evans <xdje42@gmail.com>
9260
9261 PR 15276
9262 * gdb.python/py-caller-is.c: New file.
9263 * gdb.python/py-caller-is.exp: New file.
9264
474ca4f6
SDJ
92652014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
9266
9267 PR gdb/17235
9268 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
9269 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
9270
eb0b0463
SDJ
92712014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
9272
9273 PR fortran/17237
9274 * gdb.fortran/print-formatted.exp: New file.
9275 * gdb.fortran/print-formatted.f90: Likewise.
9276
5f3b99cf
SS
92772014-09-03 Sasha Smundak <asmundak@google.com>
9278
9279 * gdb.python/py-frame.exp: Test Frame.read_register.
9280
7d793aa9
SDJ
92812014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
9282
9283 PR python/16699
9284 * gdb.python/py-completion.exp: New file.
9285 * gdb.python/py-completion.py: Likewise.
9286
fb0576e9
DE
92872014-08-28 Doug Evans <dje@google.com>
9288
9289 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
9290 eax,etc. are live with values set by gdb and thus the compiler can't
9291 use them.
9292 * gdb.arch/i386-pseudo.c (main): Ditto.
9293
ee92b0dd
DE
92942014-08-27 Doug Evans <dje@google.com>
9295
9296 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
9297
6649db35
DE
92982014-08-25 Doug Evans <dje@google.com>
9299
9300 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
9301 (main): Ditto.
9302
564b7600
DE
93032014-08-25 Doug Evans <dje@google.com>
9304
9305 * gdb.threads/thread-execl.exp: #include <stdio.h>.
9306
3881fb67
YQ
93072014-08-24 Yao Qi <yao@codesourcery.com>
9308
9309 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
9310 symbol off.
9311 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
9312
a05a36a5
DE
93132014-08-22 Doug Evans <dje@google.com>
9314
9315 PR 17276
9316 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
9317 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
9318 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
9319
7c343b48
YQ
93202014-08-22 Yao Qi <yao@codesourcery.com>
9321
9322 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
9323 * gdb.python/py-finish-breakpoint2.exp: Likewise.
9324 * gdb.python/python.exp: Likewise. Use .py file on the host
9325 instead of the build.
9326
22fd09ae
JK
93272014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9328
9329 * gdb.threads/gcore-stale-thread.c: New file.
9330 * gdb.threads/gcore-stale-thread.exp: New file.
9331
a8454a7c
PA
93322014-08-21 Pedro Alves <palves@redhat.com>
9333
9334 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
9335 * gdb.base/gcore-relro-pie.exp: Likewise.
9336 * gdb.base/gcore-relro.exp: Likewise.
9337 * gdb.base/gcore.exp: Likewise.
9338 * gdb.base/print-symbol-loading.exp: Likewise.
9339 * gdb.threads/gcore-thread.exp: Likewise.
9340 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
9341
2a31c623
PA
93422014-08-20 Pedro Alves <palves@redhat.com>
9343 Jan Kratochvil <jan.kratochvil@redhat.com>
9344
9345 * Makefile.in (EXTRA_RULES, CC): New variables, get from
9346 configure.
9347 (EXPECT): Handle READ1 being set.
9348 (all): Depend on EXTRA_RULES.
9349 (check-read1, expect-read1, read1.so, read1): New rules.
9350 * README (Testsuite Parameters): Document the READ1 make variable.
9351 (Race detection): New section.
9352 * configure: Regenerate.
9353 * configure.ac: If build==host==target, and running under a
9354 GNU/glibc system, add read1 to the extra Makefile rules.
9355 (EXTRA_RULES): AC_SUBST it.
9356 * lib/read1.c: New file.
9357
d36430db
JB
93582014-08-20 Joel Brobecker <brobecker@adacore.com>
9359
9360 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
9361 the handling of variables declared as a typedef to an array
9362 which a DW_AT_data_location attribute.
9363
9a0dc9e3
PA
93642014-08-19 Andrew Burgess <aburgess@broadcom.com>
9365 Pedro Alves <palves@redhat.com>
9366
9367 PR symtab/14604
9368 PR symtab/14605
9369 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
9370 gdb_test.
9371
0718a8da
PA
93722014-08-19 Pedro Alves <palves@redhat.com>
9373
9374 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
9375
13b448cd
YQ
93762014-08-19 Yao Qi <yao@codesourcery.com>
9377
9378 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
9379 right line.
9380
1cbf5077
DB
93812014-08-18 David Blaikie <dblaikie@gmail.com>
9382
9383 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
9384
bf0fae19
JB
93852014-08-18 Joel Brobecker <brobecker@adacore.com>
9386
9387 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
9388 attribute in array range.
9389
3c8c5dcc
JB
93902014-08-18 Joel Brobecker <brobecker@adacore.com>
9391
9392 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
9393
e66d4446
SC
93942014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9395
9396 PR c++/17132
9397 * gdb.cp/pr17132.cc: New file.
9398 * gdb.cp/pr17132.exp: New file.
9399
940df408
SC
94002014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9401
9402 * gdb.python/py-xmethods.py (A_getarrayind)
9403 (E_method_char_worker.__call__, E_method_int_worker.__call__):
9404 Use 'print' with function call syntax.
9405 (E_method_matcher.match): Fix tab vs space indentation mixup.
9406
ebcc6c3a
YQ
94072014-08-15 Yao Qi <yao@codesourcery.com>
9408
9409 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
9410 false.
9411
775e0f04
YQ
94122014-08-15 Yao Qi <yao@codesourcery.com>
9413
9414 * gdb.cp/casts.exp: Set print symbol off.
9415 * gdb.cp/class2.exp: Likewise.
9416 * gdb.cp/overload.exp: Likewise.
9417 * gdb.cp/templates.exp: Likewise.
9418
d769e349
DE
94192014-08-11 Doug Evans <dje@google.com>
9420
9421 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
9422 (test_load_shlib): Update.
9423
20c6f1e1
YQ
94242014-08-09 Yao Qi <yao@codesourcery.com>
9425
9426 * gdb.base/display.exp: Invoke is_address_zero_readable.
9427 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
9428 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
9429 * gdb.base/hbreak-unmapped.exp: Return if
9430 is_address_zero_readable returns true.
9431 * gdb.base/signest.exp: Likewise.
9432 * gdb.base/signull.exp: Likewise.
9433 * gdb.base/sigbpt.exp: Likewise.
9434 * gdb.guile/scm-disasm.exp: Do the test if
9435 is_address_zero_readable returns false.
9436 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
9437 * gdb.python/py-arch.exp: Likewise.
9438 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
9439 * lib/gdb.exp (is_address_zero_readable): New proc.
9440
5792e8e3
YQ
94412014-08-09 Yao Qi <yao@codesourcery.com>
9442
9443 PR testsuite/13443
9444 * gdb.mi/mi-var-display.exp: Make test messages unique.
9445
3cecbbbe
TT
94462014-08-04 Tom Tromey <tromey@redhat.com>
9447
9448 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
9449 target 0".
9450
00b51ff5
TT
94512014-08-04 Tom Tromey <tromey@redhat.com>
9452
9453 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
9454 "target_resume".
9455
6908c509
JB
94562014-08-01 Joel Brobecker <brobecker@adacore.com>
9457
9458 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
9459 inner_vla_struct_object_size.
9460 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
9461 as xfail.
9462
cc6563d2
PA
94632014-07-30 Pedro Alves <palves@redhat.com>
9464
9465 * gdb.threads/signal-command-handle-nopass.exp (test): Add
9466 comment.
9467
7e09a223
YQ
94682014-07-29 Yao Qi <yao@codesourcery.com>
9469
9470 PR gdb/17206
9471 * gdb.base/until-nodebug.exp: New.
9472
7ebdbe92
DE
94732014-07-28 Doug Evans <xdje42@gmail.com>
9474
9475 PR guile/17203
9476 * gdb.guile/scm-parameter.exp: Add tests for trying to create
9477 previously existing parameter, and previously ambiguously spelled
9478 parameter.
9479
fdb1adc6
WN
94802014-07-28 Will Newton <will.newton@linaro.org>
9481
9482 * gdb.base/varargs.exp: Remove KFAILs for ARM.
9483
186fcde0
DE
94842014-07-26 Ludovic Courtès <ludo@gnu.org>
9485 Doug Evans <xdje42@gmail.com>
9486
9487 PR guile/17146
9488 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
9489
70509625
PA
94902014-07-25 Pedro Alves <palves@redhat.com>
9491
9492 * gdb.threads/signal-command-handle-nopass.c: New file.
9493 * gdb.threads/signal-command-handle-nopass.exp: New file.
9494 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
9495 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
9496 * gdb.threads/signal-delivered-right-thread.c: New file.
9497 * gdb.threads/signal-delivered-right-thread.exp: New file.
9498
c3f814a1
PA
94992014-07-25 Pedro Alves <palves@redhat.com>
9500
9501 * gdb.base/double-prompt-target-event-error.exp
9502 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
9503 match.
9504 (cancel_pagination_in_target_event): Rework double prompt
9505 detection.
9506 * gdb.base/paginate-after-ctrl-c-running.exp
9507 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
9508 <return>' match.
9509 * gdb.base/paginate-bg-execution.exp
9510 (test_bg_execution_pagination_return)
9511 (test_bg_execution_pagination_cancel): Remove '-notransfer
9512 <return>' matches.
9513 * gdb.base/paginate-execution-startup.exp
9514 (test_fg_execution_pagination_return)
9515 (test_fg_execution_pagination_cancel): Remove '-notransfer
9516 <return>' matches.
9517 * gdb.base/paginate-inferior-exit.exp
9518 (test_paginate_inferior_exited): Remove '-notransfer <return>'
9519 match.
9520 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
9521 * lib/gdb.exp (pagination_prompt): Run text through
9522 string_to_regexp.
9523 (gdb_test_multiple): Match $pagination_prompt instead of
9524 "<return>".
9525 (string_to_regexp): Move to lib/gdb-utils.exp.
9526
e214cf6c
JK
95272014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9528
9529 * gdb.arch/amd64-entry-value-paramref.S: New file.
9530 * gdb.arch/amd64-entry-value-paramref.cc: New file.
9531 * gdb.arch/amd64-entry-value-paramref.exp: New file.
9532 * gdb.arch/amd64-optimout-repeat.S: New file.
9533 * gdb.arch/amd64-optimout-repeat.c: New file.
9534 * gdb.arch/amd64-optimout-repeat.exp: New file.
9535
17d0c5c8
JK
95362014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9537
9538 PR gdb/17170
9539 * gdb.base/statistics.exp: New file.
9540
b8b8facf
DE
95412014-07-17 Doug Evans <dje@google.com>
9542
74b49205 9543 PR gdb/17170
b8b8facf
DE
9544 * gdb.base/maint.exp: Update testing of per-command stats.
9545
1b5d0ab3
PA
95462014-07-16 Pedro Alves <palves@redhat.com>
9547
9548 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
9549 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
9550 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
9551 (tfile_write_buf): New functions.
9552 (add_memory_block): Rewrite using the above.
9553 (adjust_function_address): New function.
9554 (FUNCTION_ADDRESS): New macro.
9555 (write_basic_trace_file): Remove short_x local, and use
9556 tfile_write_16. Change type of func_addr local to unsigned long
9557 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
9558 here. Cast argument of add_memory_block to char pointer.
9559 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
9560 (main): Remove parameters.
9561 * gdb.trace/tfile.exp: Remove nowarnings.
9562
4d974e88
SM
95632014-07-15 Simon Marchi <simon.marchi@ericsson.com>
9564
9565 * gdb.base/debug-expr.exp: Test string evaluation with
9566 "debug expression" on.
9567
41e99568
PA
95682014-07-15 Pedro Alves <palves@redhat.com>
9569
9570 * gdb.base/reread.exp: Use clean_restart.
9571
487d9753
PL
95722014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
9573
9574 * gdb.arch/avr-flash-qualifer.c: New.
9575 * gdb.arch/avr-flash-qualifer.exp: New.
9576
cc1c52ad
PA
95772014-07-14 Pedro Alves <palves@redhat.com>
9578
9579 * gdb.base/paginate-after-ctrl-c-running.c: New file.
9580 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
9581
1e973570
PA
95822014-07-14 Pedro Alves <palves@redhat.com>
9583
9584 * gdb.base/double-prompt-target-event-error.c: New file.
9585 * gdb.base/double-prompt-target-event-error.exp: New file.
9586
93d6eb10
PA
95872014-07-14 Pedro Alves <palves@redhat.com>
9588
9589 PR gdb/17072
9590 * gdb.base/paginate-inferior-exit.c: New file.
9591 * gdb.base/paginate-inferior-exit.exp: New file.
9592
0017922d
PA
95932014-07-14 Pedro Alves <palves@redhat.com>
9594
9595 PR gdb/17072
9596 * gdb.base/paginate-bg-execution.c: New file.
9597 * gdb.base/paginate-bg-execution.exp: New file.
9598
94696ad3
PA
95992014-07-14 Pedro Alves <palves@redhat.com>
9600
9601 PR gdb/17072
9602 * gdb.base/paginate-execution-startup.c: New file.
9603 * gdb.base/paginate-execution-startup.exp: New file.
9604 * lib/gdb.exp (pagination_prompt): New global.
9605 (default_gdb_spawn): New procedure, factored out from
9606 default_gdb_spawn.
9607 (default_gdb_start): Adjust to call default_gdb_spawn.
9608 (gdb_spawn): New procedure.
9609
bd293940
PA
96102014-07-14 Pedro Alves <palves@redhat.com>
9611
9612 * lib/gdb.exp (gdb_assert): New procedure.
9613 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
9614
c933f875
PA
96152014-07-14 Pedro Alves <palves@redhat.com>
9616
9617 * gdb.base/execution-termios.c: New file.
9618 * gdb.base/execution-termios.exp: New file.
9619
d98b7a16
TT
96202014-07-14 Tom Tromey <tromey@redhat.com>
9621
9622 * gdb.cp/vla-cxx.cc: New file.
9623 * gdb.cp/vla-cxx.exp: New file.
9624
548740d6
TT
96252014-07-14 Tom Tromey <tromey@redhat.com>
9626
9627 * gdb.reverse/rerun-prec.c: New file.
9628 * gdb.reverse/rerun-prec.exp: New file.
9629
a25eb028
MR
96302014-07-12 Maciej W. Rozycki <macro@mips.com>
9631 Maciej W. Rozycki <macro@codesourcery.com>
9632
9633 * lib/gdb-utils.exp: New file.
9634 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
9635 inline `gdb_init_command' processing.
9636 (gdb_start_cmd): Likewise.
9637 * lib/mi-support.exp (mi_run_cmd): Likewise.
9638 * README: Document `gdb_init_command' and `gdb_init_commands'.
9639
218c2655
JK
96402014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9641
9642 Fix false FAIL running under a very long directory name.
9643 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
9644 and "set print elements 10000". Twice.
9645
5401fde3
YQ
96462014-07-11 Yao Qi <yao@codesourcery.com>
9647
9648 * gdb.base/exprs.exp: "set print symbol off".
9649
e76126e8
PA
96502014-07-11 Pedro Alves <palves@redhat.com>
9651
9652 * gdb.threads/kill.c: New file.
9653 * gdb.threads/kill.exp: New file.
9654
2d6f0de6
YQ
96552014-07-10 Yao Qi <yao@codesourcery.com>
9656
9657 * gdb.trace/tfile.c (write_basic_trace_file)
9658 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
9659 address written to trace file.
9660
7180e04a
PA
96612014-07-09 Pedro Alves <palves@redhat.com>
9662
9663 * gdb.base/attach-wait-input.exp: New file.
9664 * gdb.base/attach-wait-input.c: New file.
9665
9a9a7608
AB
96662014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
9667
9668 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
9669 setting up test structures.
9670 (main): Call new test function.
9671 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
9672 test function, continue into test function and walk test
9673 structures.
9674
161ac41e
YQ
96752014-07-02 Yao Qi <yao@codesourcery.com>
9676
9677 * gdb.trace/entry-values.c: Define labels 'foo_start' and
9678 'bar_start' at the beginning of functions 'foo' and 'bar'
9679 respectively.
9680 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
9681 instead of 'foo' and 'bar'.
9682
1f267ae3
MM
96832014-07-08 Markus Metzger <markus.t.metzger@intel.com>
9684
9685 * gdb.btrace/segv.exp: New.
9686 * gdb.btrace/segv.c: New.
9687
2b239efb
LM
96882014-07-02 Luis Machado <lgustavo@codesourcery.com>
9689
9690 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
9691 instruction.
9692
cf363f18
MW
96932014-06-30 Mark Wielaard <mjw@redhat.com>
9694
9695 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
9696 vulture, vilify, villar): New volatile array constants.
9697 (vindictive, vegetation): New const volatile array constants.
9698 * gdb.base/volatile.exp: Test volatile and const volatile array
9699 types.
9700
aebf9d24
AA
97012014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9702
9703 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
9704 target lacks support for awatch, rwatch, or hbreak.
9705
b67a2c6f
YQ
97062014-06-27 Yao Qi <yao@codesourcery.com>
9707
9708 * gdb.multi/dummy-frame-restore.exp: New.
9709 * gdb.multi/dummy-frame-restore.c: New.
9710
aef92902
MM
97112014-06-25 Markus Metzger <markus.t.metzger@intel.com>
9712
9713 * gdb.btrace/gcore.exp: New.
9714
8e9db26e
PA
97152014-06-23 Pedro Alves <palves@redhat.com>
9716
9717 * gdb.base/watchpoint-reuse-slot.c: New file.
9718 * gdb.base/watchpoint-reuse-slot.exp: New file.
9719
70afc5b7
SC
97202014-06-23 Siva Chandra Reddy <sivachandra@google.com>
9721
9722 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
9723 progspace's filename in 'info', 'enable' and 'disable' command
9724 tests.
9725
b972bd9c
JK
97262014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9727
9728 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
9729 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
9730 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
9731
125f8a3d
GB
97322014-06-20 Gary Benson <gbenson@redhat.com>
9733
9734 * gdb.arch/i386-avx.exp: Fix include file location.
9735 * gdb.arch/i386-sse.exp: Likewise.
9736
3ed9baed
IB
97372014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
9738
9739 * gdb.dlang/expression.exp: New file.
9740
034f788c
PA
97412014-06-19 Pedro Alves <palves@redhat.com>
9742
9743 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
9744 out from ...
9745 (top level): ... here. Iterate running tests under different
9746 scheduler-locking settings.
9747
45371d0c
LM
97482014-06-18 Luis Machado <lgustavo@codesourcery.com>
9749
9750 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
9751 to DW_FORM_addr and use non-zero addresses.
9752
5d376983
SC
97532014-06-18 Siva Chandra Reddy <sivachandra@google.com>
9754
9755 PR gdb/17017
9756 * gdb.python/py-xmethods.cc: Add global function call counters and
9757 increment them in their respective functions. Remove "cout"
9758 statements.
9759 * gdb.python/py-xmethods.exp: Make tests check the global function
9760 call counters instead of depending on inferior IO.
9761
a1aa2221
LM
97622014-06-18 Don Breazeal <donb@codesourcery.com>
9763
9764 * gdb.base/foll-fork.exp (default_fork_parent_follow):
9765 Deleted procedure.
9766 (explicit_fork_parent_follow): Deleted procedure.
9767 (explicit_fork_child_follow): Deleted procedure.
9768 (test_follow_fork): New procedure.
9769 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 9770 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
9771 procedure calls.
9772
0fc05997
YQ
97732014-06-17 Yao Qi <yao@codesourcery.com>
9774
9775 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
9776 CP1252.
9777
70795c52
LM
97782014-06-17 Luis Machado <lgustavo@codesourcery.com>
9779
9780 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
9781 Initialize ptr and S explicitly.
9782 (skip_type_update_when_not_use_rtti_test): Likewise.
9783
6be47f0c
KS
97842014-06-16 Keith Seitz <keiths@redhat.com>
9785
9786 PR mi/15863
9787 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
9788 the inferior is started.
9789
d03de421
PA
97902014-06-16 Pedro Alves <palves@redhat.com>
9791
9792 * gdb.base/break-main-file-remove-fail.c: New file.
9793 * gdb.base/break-main-file-remove-fail.exp: New file.
9794 * gdb.base/break-unload-file.exp: Use build_executable instead of
9795 prepare_for_testing.
9796 (test_break): New parameter "initial_load". Handle it.
9797 (top level): Add initial_load cmdline/file axis.
9798
f9579b99
TT
97992014-06-12 Tom Tromey <tromey@redhat.com>
9800
9801 * gdb.base/completion.exp: Don't use directory name in test.
9802
3657956b
GB
98032014-06-09 Gary Benson <gbenson@redhat.com>
9804
9805 * gdb.base/sigall.c [Functions to send signals]: Reorder to
9806 separate the always-available ANSI-standard signals from the
9807 signals that require checking.
9808 (main): Likewise.
9809 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
9810 Likewise.
9811 (main): Likewise.
9812
4186eb54
KS
98132014-06-07 Keith Seitz <keiths@redhat.com>
9814
9815 Revert:
9816 PR c++/16253
9817 * gdb.cp/var-tag.cc: New file.
9818 * gdb.cp/var-tag.exp: New file.
9819 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
9820 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
9821 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
9822 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
9823
25326a28 98242014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
9825
9826 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
9827
829155c9
PA
98282014-06-06 Pedro Alves <palves@redhat.com>
9829
9830 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
9831 in target debug output instead of looking at RSP packets,
9832 disabling the test on any target that uses hardware stepping.
9833 Update comments.
9834
61c8d22e
PA
98352014-06-06 Pedro Alves <palves@redhat.com>
9836
9837 * gdb.base/break-unload-file.exp: Fix typo.
9838
d9a47287
YQ
98392014-06-06 Yao Qi <yao@codesourcery.com>
9840
9841 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
9842 from "jit_function" to "^jit_function".
9843
e5e01dbf
YQ
98442014-06-06 Yao Qi <yao@codesourcery.com>
9845
9846 * gdb.base/async.c (foo): Add one statement.
9847 * gdb.base/async.exp: Get the next instruction address and
9848 match the output of "nexti" by instruction address. Match
9849 the hex address in the output of "finish".
9850
73ba372c
GB
98512014-06-06 Gary Benson <gbenson@redhat.com>
9852
9853 * gdb.base/call-signals.c: Remove preprocessor conditionals
9854 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
9855 SIGSEGV and SIGTERM.
9856 * gdb.base/sigall.c: Likewise.
9857 * gdb.base/unwindonsignal.c: Likewise.
9858 * gdb.reverse/sigall-reverse.c: Likewise.
9859
831517df
YQ
98602014-06-06 Yao Qi <yao@codesourcery.com>
9861
9862 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
9863 readable, skip the test.
9864
b8b91e98
YQ
98652014-06-06 Yao Qi <yao@codesourcery.com>
9866
9867 * gdb.threads/staticthreads.c (thread_function): Move the line
9868 setting breakpoint on forward.
9869 * gdb.threads/staticthreads.exp: Update comments.
9870
fb934770
LC
98712014-06-05 Ludovic Courtès <ludo@gnu.org>
9872
9873 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
9874 "history-append! type error".
9875
6ef284bd
SM
98762014-06-05 Simon Marchi <simon.marchi@ericsson.com>
9877
9878 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
9879 erroneous dprintf expected input.
9880
a872e241
DE
98812014-06-04 Doug Evans <xdje42@gmail.com>
9882
9883 * gdb.guile/scm-generics.exp: Delete.
9884
16f691fb
DE
98852014-06-04 Doug Evans <xdje42@gmail.com>
9886
9887 * gdb.guile/scm-breakpoint.exp: Update.
9888 Add tests for breakpoint registration.
9889
012370f6
TT
98902014-06-04 Tom Tromey <tromey@redhat.com>
9891
9892 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
9893 VLA-in-union.
9894 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
9895 inner_vla_struct, vla_union types. Initialize objects of those
9896 types and compute their sizes.
9897
9f5a4cef
HZ
98982014-06-04 Nathan Sidwell <nathan@codesourcery.com>
9899 Hui Zhu <hui@codesourcery.com>
9900
9901 * gdb.base/fileio.exp: Add test for shell not available as well as
9902 available.
9903 * gdb.base/fileio.c (test_system): Check for shell twice.
9904
90a45c4d
YQ
99052014-06-04 Yao Qi <yao@codesourcery.com>
9906
9907 * gdb.base/auto-connect-native-target.exp: Remove redundant
9908 space from the regexp pattern.
9909
70017e41
YQ
99102014-06-04 Yao Qi <yao@codesourcery.com>
9911
9912 * gdb.base/default.exp: Replace "child" with "native" in
9913 regexp pattern.
9914
883964a7
SC
99152014-06-03 Siva Chandra Reddy <sivachandra@google.com>
9916
9917 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
9918 * gdb.python/py-xmethods.exp: New tests to test xmethods.
9919 * gdb.python/py-xmethods.py: Python script supporting the
9920 new testcase and tests.
9921
ef370185
JB
99222014-06-03 Joel Brobecker <brobecker@adacore.com>
9923 Pedro Alves <palves@redhat.com>
9924
9925 PR breakpoints/17000
9926 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
9927 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
9928
1e2ccb61
BM
99292014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
9930
9931 * gdb.base/subst.exp: Add tests to verify partial path matching
9932 output.
9933
c6ec5ab2
PA
99342014-06-03 Pedro Alves <palves@redhat.com>
9935
9936 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
9937 target that doesn't use software single-stepping.
9938
835c559f
PA
99392014-06-03 Pedro Alves <palves@redhat.com>
9940
9941 PR breakpoints/17000
9942 * gdb.base/sss-bp-on-user-bp-2.c: New file.
9943 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
9944
06eb1586
DE
99452014-06-02 Doug Evans <xdje42@gmail.com>
9946
9947 * gdb.guile/scm-parameter.exp: New file.
9948
e698b8c4
DE
99492014-06-02 Doug Evans <xdje42@gmail.com>
9950
9951 * gdb.guile/scm-cmd.c: New file.
9952 * gdb.guile/scm-cmd.exp: New file.
9953
ded03782
DE
99542014-06-02 Doug Evans <xdje42@gmail.com>
9955
9956 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
9957 pretty-printer lookup.
9958 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
9959 (make-pp_s-printer): Call it.
9960 (make-pretty-printer-from-dict): New function.
9961 (lookup-pretty-printer-maker-from-dict): New function.
9962 (*pretty-printer*): Simplify.
9963 (make-objfile-pp_s-printer): New function.
9964 (install-objfile-pretty-printers!): New function.
9965 (make-progspace-pp_s-printer): New function.
9966 (install-progspace-pretty-printers!): New function.
9967 * gdb.guile/scm-progspace.c: New file.
9968 * gdb.guile/scm-progspace.exp: New file.
9969
41fac0cf
PA
99702014-06-02 Pedro Alves <palves@redhat.com>
9971
9972 * gdb.base/dprintf-bp-same-addr.c: New file.
9973 * gdb.base/dprintf-bp-same-addr.exp: New file.
9974
96ae5695
EBM
99752014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9976
9977 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
9978 * gdb.arch/powerpc-power.s: Likewise.
9979
da02b3a8
JB
99802014-06-02 Joel Brobecker <brobecker@adacore.com>
9981
9982 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
9983
c72b2e7b
YQ
99842014-06-01 Yao Qi <yao@codesourcery.com>
9985
9986 * gdb.base/watchpoint.exp (test_watch_location): Check null
9987 pointer can be dereferenced. If not, do the test, otherwise
9988 skip it.
9989
53e8a631
AB
99902014-05-30 Andrew Burgess <aburgess@broadcom.com>
9991
9992 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
9993 results.
9994 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
9995
938f0e2f
AB
99962014-05-30 Andrew Burgess <aburgess@broadcom.com>
9997
9998 * gdb.arch/amd64-invalid-stack-middle.S: New file.
9999 * gdb.arch/amd64-invalid-stack-middle.c: New file.
10000 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
10001 * gdb.arch/amd64-invalid-stack-top.c: New file.
10002 * gdb.arch/amd64-invalid-stack-top.exp: New file.
10003
9ba6657a
PA
100042014-05-30 Pedro Alves <palves@redhat.com>
10005
10006 PR breakpoints/17000
10007 * gdb.base/sss-bp-on-user-bp.c: New file.
10008 * gdb.base/sss-bp-on-user-bp.exp: New file.
10009
522c09bf
DB
100102014-05-30 David Blaikie <dblaikie@gmail.com>
10011
10012 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
10013 gnu_inline semantics via attribute.
10014 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
10015 source explicitly specifies the required semantics.
10016
bf4ef81e
MR
100172014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
10018
10019 * gdb.reverse/sigall-reverse.exp: Fix a typo.
10020
329ea579
PA
100212014-05-29 Pedro Alves <palves@redhat.com>
10022 Tom Tromey <tromey@redhat.com>
10023
10024 * gdb.base/async-shell.exp: Don't enable target-async.
10025 * gdb.base/async.exp
10026 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
10027 parameter. Adjust.
10028 (top level): Don't test with "target-async".
10029 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
10030 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
10031 * gdb.base/inferior-died.exp: Don't enable target-async.
10032 * gdb.base/interrupt-noterm.exp: Likewise.
10033 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
10034 * gdb.mi/mi-nonstop-exit.exp: Likewise.
10035 * gdb.mi/mi-nonstop.exp: Likewise.
10036 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
10037 * gdb.mi/mi-nsintrall.exp: Likewise.
10038 * gdb.mi/mi-nsmoribund.exp: Likewise.
10039 * gdb.mi/mi-nsthrexec.exp: Likewise.
10040 * gdb.mi/mi-watch-nonstop.exp: Likewise.
10041 * gdb.multi/watchpoint-multi.exp: Adjust comment.
10042 * gdb.python/py-evsignal.exp: Don't enable target-async.
10043 * gdb.python/py-evthreads.exp: Likewise.
10044 * gdb.python/py-prompt.exp: Likewise.
10045 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
10046 * gdb.server/solib-list.exp: Don't enable target-async.
10047 * gdb.threads/thread-specific-bp.exp: Likewise.
10048 * lib/mi-support.exp: Adjust to use mi-async.
10049
fd664c91
PA
100502014-05-29 Pedro Alves <palves@redhat.com>
10051
10052 PR gdb/13860
10053 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
10054 reason, even in sync mode.
10055
251bde03
PA
100562014-05-29 Pedro Alves <palves@redhat.com>
10057 Hui Zhu <hui@codesourcery.com>
10058
10059 PR PR15693
10060 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
10061 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
10062 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
10063 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
10064
7f3c0343
JB
100652014-05-28 Joel Brobecker <brobecker@adacore.com>
10066
10067 * config/monitor.exp (gdb_target_monitor): Replace use of
10068 "set remotebaud" by "set serial baud".
10069
b2715b27
AW
100702014-05-26 Andy Wingo <wingo@igalia.com>
10071
10072 * gdb.guile/scm-breakpoint.exp:
10073 * gdb.guile/scm-gsmob.exp: Update to use plain old object
10074 properties instead of gdb-object-properties.
10075
498a4489
YQ
100762014-05-26 Yao Qi <yao@codesourcery.com>
10077
10078 * gdb.server/no-thread-db.exp: Specify source file name
10079 explicitly when setting a breakpoint.
10080
589fdceb
MM
100812014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10082
10083 * gdb.btrace/vdso.c: New.
10084 * gdb.btrace/vdso.exp: New.
10085
e9089e05
MM
100862014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10087
10088 * gdb.base/gcore.exp (capture_command_output): Move ...
10089 * lib/gdb.exp (capture_command_output): ... here.
10090
67b5c0c1
MM
100912014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10092
10093 * gdb.btrace/data.exp: Test memory access during btrace replay.
10094
a2199296
SM
100952014-05-22 Simon Marchi <simon.marchi@ericsson.com>
10096
10097 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
10098
17b2616c
PA
100992014-05-21 Pedro Alves <palves@redhat.com>
10100
10101 PR gdb/13860
10102 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
10103 (top level): Test that output related to execution commands is
10104 sent to the console with CLI commands, but not with MI commands.
10105 Test that breakpoint events are always mirrored to the console.
10106 Also expect the new source line to be output after a "next" in
10107 async mode too. Make it a pass/fail test.
10108 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
10109 output.
10110 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
10111
5166082f
PA
101122014-05-21 Pedro Alves <palves@redhat.com>
10113
10114 * gdb.base/list.exp (build_pattern, test_list): New procedures.
10115 Use them to test variations of "list" after reaching a breakpoint.
10116 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
10117 Test "list" with listsize 10 after reaching a breakpoint.
10118 * gdb.python/python.exp (decode_line current location line
10119 number): Adjust expected line number.
10120
2f25d70f
SM
101212014-05-21 Simon Marchi <simon.marchi@ericsson.com>
10122
10123 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
10124 behavior for $args, pass it directly to "run".
10125
ff604a67
MR
101262014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
10127
10128 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
10129 30000 to 65536.
10130
6a3cb8e8
PA
101312014-05-21 Pedro Alves <palves@redhat.com>
10132
10133 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
10134 auto-connect-native-target off".
10135 * gdb.base/auto-connect-native-target.c: New file.
10136 * gdb.base/auto-connect-native-target.exp: New file.
10137
4ebfc96e
PA
101382014-05-21 Pedro Alves <palves@redhat.com>
10139
10140 * gdb.base/default.exp: Test "target native" instead of "target
10141 child".
10142
36d46afb
MW
101432014-05-21 Mark Wielaard <mjw@redhat.com>
10144
10145 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10146
5876f503
JK
101472014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10148
10149 Fix TLS access for -static -pthread.
10150 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
10151 <HAVE_TLS> (thread_function, main): Initialize it.
10152 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
10153 Add clean_restart.
10154 <$have_tls != "">: Check TLSVAR.
10155
0256a6ac
PA
101562014-05-21 Pedro Alves <palves@redhat.com>
10157
10158 * gdb.base/dcache-line-read-error.c: New.
10159 * gdb.base/dcache-line-read-error.exp: New.
10160
936d2992
PA
101612014-05-20 Pedro Alves <palves@redhat.com>
10162
10163 * gdb.base/compare-sections.c: New file.
10164 * gdb.base/compare-sections.exp: New file.
10165
802e8e6d
PA
101662014-05-20 Pedro Alves <palves@redhat.com>
10167
10168 * gdb.base/break-idempotent.c: New file.
10169 * gdb.base/break-idempotent.exp: New file.
10170
e59fa00f
MM
101712014-05-20 Markus Metzger <markus.t.metzger@intel.com>
10172
10173 * gdb.btrace/nohist.exp: New.
10174
8b696e31
YQ
101752014-05-20 Yao Qi <yao@codesourcery.com>
10176
10177 * lib/gdb.exp (gdb_init): Set timeout if test file is under
10178 gdb.reverse directory and gdb_reverse_timeout exists in board
10179 setting.
10180 * README: Document gdb_reverse_timeout.
10181
73c9764f
YQ
101822014-05-20 Yao Qi <yao@codesourcery.com>
10183
10184 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
10185 'test_file_name'. Treat args as a string instead of a list.
10186 (gdb_init): Rename argument 'args' by 'test_file_name'.
10187
f1f4348a
JK
101882014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10189
10190 * gdb.arch/powerpc-power.exp: New file.
10191 * gdb.arch/powerpc-power.s: New file.
10192
0dbe70ce
DE
101932014-05-16 Doug Evans <dje@google.com>
10194
10195 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
10196 * gdb.base/completion.exp: Check that all expected files exist
10197 before doing file completion.
0dbe70ce 10198
8d551b02
DE
101992014-05-16 Doug Evans <dje@google.com>
10200
10201 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
10202 Update.
10203 (do_syscall_tests_without_xml): Update.
10204
73eb7709
PA
102052014-05-16 Pedro Alves <palves@redhat.com>
10206
10207 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
10208 instead of "unknown output after running".
10209
3fae92fc
YQ
102102014-05-16 Yao Qi <yao@codesourcery.com>
10211
10212 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
10213 file1.txt from host at the end.
10214 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
10215
c2b2ccc5
DE
102162014-05-15 Doug Evans <dje@google.com>
10217
10218 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
10219 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
10220 loading file. Add test for TU lookup.
10221
8c217a4b
SM
102222014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10223
10224 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
10225 calling "-exec-arguments" or "set args" before running the
10226 inferior.
10227
3deb39c6
SM
102282014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10229
10230 * lib/mi-support.exp (mi_expect_stop): Expect message for
10231 inferiors that exit with non-zero exit code.
10232
71a79f8c
YQ
102332014-05-14 Yao Qi <yao@codesourcery.com>
10234
10235 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
10236 match absolute path on remote host.
10237 (test_file_list_exec_source_files): Remove "/" from the
10238 pattern.
10239
f23fcd46
YQ
102402014-05-14 Yao Qi <yao@codesourcery.com>
10241
10242 * boards/local-remote-host-notty.exp (${board}_file): New
10243 proc.
10244
9404b58f
KM
102452014-05-07 Kyle McMartin <kyle@redhat.com>
10246
10247 Pushed by Joel Brobecker <brobecker@adacore.com>.
10248 * gdb.arch/aarch64-atomic-inst.c: New file.
10249 * gdb.arch/aarch64-atomic-inst.exp: New file.
10250
5e45f04c
YQ
102512014-05-07 Yao Qi <yao@codesourcery.com>
10252
10253 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
10254 in current context" too.
10255
c888a17d
KS
102562014-05-05 Keith Seitz <keiths@redhat.com>
10257
10258 * gdb.linespec/ls-dollar.exp: Add test for linespec
10259 file:convenience_variable.
10260
290a839c
YQ
102612014-05-05 Yao Qi <yao@codesourcery.com>
10262
10263 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
10264 traceframes into tfile and ctf trace files. Read data from
10265 trace file and test collected data.
10266 (gdb_collect_locals_test): Likewise.
10267 (gdb_unavailable_registers_test): Likewise.
10268 (gdb_unavailable_floats): Likewise.
10269 (gdb_collect_globals_test): Likewise.
10270 (top-level): Append "ctf" to trace_file_targets if GDB
10271 supports.
10272
b5262cd0
YQ
102732014-05-05 Yao Qi <yao@codesourcery.com>
10274
10275 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
10276 code to ...
10277 (gdb_collect_args_test_1): ... it. New proc.
10278 (gdb_collect_locals_test): Move some code to ...
10279 (gdb_collect_locals_test_1): ... it. New proc.
10280 (gdb_unavailable_registers_test): Move some code to ...
10281 (gdb_unavailable_registers_test_1): ... it. New proc.
10282 (gdb_unavailable_floats): Move some code to ...
10283 (gdb_unavailable_floats_1): ... it. New proc.
10284
30a1e6cc
SDJ
102852014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10286
10287 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
10288 probes to test for bitness recognition.
10289 * gdb.arch/amd64-stap-optional-prefix.exp
10290 (test_probe_value_without_reg): New procedure.
10291 Add code to test for different kinds of bitness.
10292
f33da99a
SDJ
102932014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10294
10295 PR breakpoints/16889
10296 * gdb.arch/amd64-stap-optional-prefix.S: New file.
10297 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
10298
5b80f00d
PA
102992014-05-01 Pedro Alves <palves@redhat.com>
10300
10301 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
10302 gdb_file_cmd if no file is specified.
10303 * boards/native-extended-gdbserver.exp (gdb_load): Use the
10304 last_loaded_file to set the remote exec-file.
10305
f8c2a73c
PA
103062014-05-01 Pedro Alves <palves@redhat.com>
10307
10308 * boards/local-remote-host.exp: New file.
10309
be6e8ac7
PA
103102014-05-01 Pedro Alves <palves@redhat.com>
10311
10312 * boards/local-remote-host.exp: Rename to ...
10313 * boards/local-remote-host-notty.exp: ... this.
10314
cac0dc8f
JB
103152014-04-28 Joel Brobecker <brobecker@adacore.com>
10316
10317 * gdb.ada/dyn_arrayidx: New testcase.
10318
9730e6cc
YQ
103192014-04-26 Yao Qi <yao@codesourcery.com>
10320
10321 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
10322 and compute the length of function main. Save it in
10323 $main_length.
10324 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
10325 (top-level): Use gdb_compile to compile objects into
10326 executable and restart GDB. Remove invocation to
10327 prepare_for_testing.
10328
7ae1a6a6
PA
103292014-04-25 Simon Marchi <simon.marchi@ericsson.com>
10330 Pedro Alves <palves@redhat.com>
10331
10332 PR server/16255
10333 * gdb.multi/multi-attach.c: New file.
10334 * gdb.multi/multi-attach.exp: New file.
10335
4082afcc
PA
103362014-04-25 Pedro Alves <palves@redhat.com>
10337
10338 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
10339 user.
10340 (top level): Test that "set remote conditional-breakpoints-packet
10341 off" works as intended.
10342 * gdb.base/dprintf.exp: Test that "set remote
10343 breakpoint-commands-packet off" works as intended.
10344 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
10345 New function.
10346 (top level): Call it.
10347 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
10348 remote fast-tracepoints-packet off" works as intended.
10349 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
10350 * lib/gdb.exp (gdb_is_target_remote): ... here.
10351
2abc3f8d
DB
103522014-04-24 David Blaikie <dblaikie@gmail.com>
10353
10354 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
10355 ensure clang would not discard them.
10356 * gdb.base/gdbvars.c: Ditto.
10357 * gdb.base/memattr.c: Ditto.
10358 * gdb.base/whatis.c: Ditto.
10359 * gdb.python/py-prettyprint.c: Ditto.
10360 * gdb.trace/actions.c: Ditto.
10361 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
10362 ensure clang would not discard it.
10363
bfd39632
DB
103642014-04-24 David Blaikie <dblaikie@gmail.com>
10365
10366 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
10367 clang to emit the full definition of type required by the test
10368 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
10369
22842ff6
DB
103702014-04-24 David Blaikie <dblaikie@gmail.com>
10371
10372 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
10373 coax Clang into emitting the definition of the type.
10374 * gdb.cp/pr10728-x.h (y): Ditto.
10375 * gdb.cp/pr10728-y.cc (y): Ditto.
10376
c2e827ad
DB
103772014-04-24 David Blaikie <dblaikie@gmail.com>
10378
10379 * gdb.base/label.exp: XFAIL label related tests under Clang.
10380 * gdb.cp/cplabel.exp: Ditto.
10381 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
10382 under Clang those using labels.
10383
4c2d33e7
YQ
103842014-04-25 Yao Qi <yao@codesourcery.com>
10385
10386 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
10387 double_label.
10388 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
10389 partial_label and double_label.
10390
56083b99
DB
103912014-04-24 David Blaikie <dblaikie@gmail.com>
10392
10393 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
10394
25d4e99d
DB
103952014-04-24 David Blaikie <dblaikie@gmail.com>
10396
10397 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
10398 of the function to work across GCC and Clang.
10399 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
10400 pointer types (const void ** const V void **).
10401
01f9f808
MS
104022014-04-24 Michael Sturm <michael.sturm@mintel.com>
10403 Walfred Tedeschi <walfred.tedeschi@intel.com>
10404
10405 * Makefile.in (EXECUTABLES): Added i386-avx512.
10406 * gdb.arch/i386-avx512.c: New file.
10407 * gdb.arch/i386-avx512.exp: Likewise.
10408
4b48d439
KS
104092014-04-23 Keith Seitz <keiths@redhat.com>
10410
10411 * lib/mi-support.exp (mi_list_breakpoints): Delete.
10412 (mi_make_breakpoint_table): New procedure.
10413 (mi_create_breakpoint): Use mi_make_breakpoint
10414 and return the result.
10415 (mi_make_breakpoint): New procedure.
10416 (mi_build_kv_pairs): New procedure.
10417
10418 * gdb.mi/mi-break.exp: Remove unused globals,
10419 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
10420 All callers updated.
10421 * gdb.mi/mi-dprintf.exp: Use variable to track command
10422 number.
10423 Update all callers of mi_create_breakpoint and use
10424 mi_make_breakpoint_table.
10425 Remove any unused global variables.
10426 * gdb.mi/mi-nonstop.exp: Likewise.
10427 * gdb.mi/mi-nsintrall.exp: Likewise.
10428 * gdb.mi/mi-nsmoribund.exp: Likewise.
10429 * gdb.mi/mi-nsthrexec.exp: Likewise.
10430 * gdb.mi/mi-reverse.exp: Likewise.
10431 * gdb.mi/mi-simplerun.exp: Likewise.
10432 * gdb.mi/mi-stepn.exp: Likewise.
10433 * gdb.mi/mi-syn-frame.exp: Likewise.
10434 * gdb.mi/mi-until.exp: Likewise.
10435 * gdb.mi/mi-var-cp.exp: Likewise.
10436 * gdb.mi/mi-var-display.exp: Likewise.
10437 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
10438 * gdb.mi/mi2-var-child.exp: Likewise.
10439 * gdb.mi/mi-vla-c99.exp: Likewise.
10440 * lib/mi-support.exp: Likewise.
10441
10442 From Ian Lance Taylor <iant@cygnus.com>:
10443 * lib/gdb.exp (parse_args): New procedure.
10444
08351840
PA
104452014-04-23 Pedro Alves <palves@redhat.com>
10446
10447 * gdb.base/break-unload-file.c: New file.
10448 * gdb.base/break-unload-file.exp: New file.
10449 * gdb.base/sym-file-lib.c (baz): New function.
10450 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
10451 field.
10452 (load): Store the segment's mapped size.
10453 (unload): New function.
10454 (unload_shlib): New function.
10455 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
10456 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
10457 set a breakpoint at baz, and call it.
10458 * gdb.base/sym-file.exp: New tests for stale breakpoint
10459 instructions.
10460
076855f9
PA
104612014-04-23 Pedro Alves <palves@redhat.com>
10462
10463 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
10464 * gdb.base/hbreak-in-shr-unsupported.c: New file.
10465 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
10466 * gdb.base/hbreak-unmapped.c: New file.
10467 * gdb.base/hbreak-unmapped.exp: New file.
10468 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
10469 * lib/gdb.exp (gdb_is_target_remote): ... here.
10470
483805cf
PA
104712014-04-22 Pedro Alves <palves@redhat.com>
10472
10473 * gdb.base/consecutive-step-over.c: New file.
10474 * gdb.base/consecutive-step-over.exp: New file.
10475
06d97543
PA
104762014-04-22 Pedro Alves <palves@redhat.com>
10477
10478 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
10479 instead of send_gdb/gdb_expect.
10480
b4429ea2
YQ
104812014-04-22 Yao Qi <yao@codesourcery.com>
10482
10483 * lib/trace-support.exp (generate_tracefile): New procedure.
10484 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
10485 return 0.
10486 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
10487 if generate_tracefile returns 1.
10488
51d48146
PA
104892014-04-18 Tom Tromey <palves@redhat.com>
10490 Pedro alves <tromey@redhat.com>
10491
10492 PR backtrace/15558
10493 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
10494 with a backtrace limit.
10495 * gdb.python/py-frame-inline.exp: Test running to an inline
10496 function with a backtrace limit, and printing the newest frame.
10497 * gdb.python/py-frame-inline.c (main): Call f.
10498
bd1dce5f
MS
104992014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10500
10501 * gdb.java/jnpe.exp: Drop srcdir from untested path.
10502
40d1a503
MS
105032014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10504
10505 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
10506 Drop prefix from unsupported source file path.
10507
389b98f7
YQ
105082014-04-17 Yao Qi <yao@codesourcery.com>
10509
10510 * lib/gdb.exp (with_target_charset): New proc.
10511 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
10512 with_target_charset.
10513 (test_print_strings): Likewise.
10514 (test_repeat_bytes): Likewise.
10515 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
10516 for some tests.
10517
22869d73
KS
105182014-04-16 Keith Seitz <keiths@redhat.com>
10519
10520 PR gdb/15827
10521 * gdb.dwarf2/corrupt.c: New file.
10522 * gdb.dwarf2/corrupt.exp: New file.
10523
c4f87ca6
KS
105242014-04-16 Keith Seitz <keiths@redhat.com>
10525
10526 PR c++/16597
10527 * gdb.cp/namelessclass.cc: New file.
10528 * gdb.cp/namelessclass.exp: New file.
10529 * gdb.cp/namelessclass.S: New file.
10530
ab19de87
DE
105312014-04-16 Doug Evans <dje@google.com>
10532
10533 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
10534 Add comment.
10535 (gdbserver_default_get_comm_port): New function.
10536 (gdbserver_start): Check if board file provided
10537 "gdbserver,get_comm_port" and use it if so.
10538 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
10539 (gdb,socketport): Set to "stdio".
10540 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
10541 (stdio_gdbserver_template): Delete.
10542 (${board}_get_remote_address): Update.
10543 (${board}_build_remote_cmd): Delete.
10544 (${board}_get_comm_port): New function.
10545 (${board}_spawn): Update.
10546 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
10547 Delete.
10548 (${board}_get_remote_address): Update.
10549 (${board}_get_comm_port): New function.
10550
fc98a809
AB
105512014-04-16 Andrew Burgess <aburgess@broadcom.com>
10552
10553 * gdb.base/memattr.exp: Improve regexps to handle memory regions
10554 appearing in any order.
10555
87fd9e6e
DE
105562014-04-15 Doug Evans <dje@google.com>
10557
10558 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
10559 uninitialized value of "description".
10560
099fc3ea
KS
105612014-04-15 Keith Seitz <keiths@redhat.com>
10562
10563 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
10564 Remove unused globals.
10565 (test_running_the_program): Likewise.
10566 (test_controlled_execution): Likewise.
10567 (test_controlling_breakpoints): Likewise.
10568 (test_program_termination): Likewise.
10569
5da151d4
KS
105702014-04-15 Keith Seitz <keiths@redhat.com>
10571
10572 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
10573 unused globals.
10574 (test_rbreak_creation_and_listing): Likewise.
10575 (test_ignore_count): Likewise.
10576 (test_error): Likewise.
10577
35e5d2f0
PA
105782014-04-15 Pedro Alves <palves@redhat.com>
10579
10580 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
10581 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
10582 sym-file-loader.c.
10583 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10584 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10585 to sym-file-loader.c.
10586 (struct library): Forward declare.
10587 (load_shlib, lookup_function): Change prototypes.
10588 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10589 (translate_offset): Remove declarations.
10590 (get_text_addr): New declaration.
10591 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
10592 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
10593 sym-file-loader.h.
10594 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10595 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10596 here from sym-file-loader.h.
10597 (struct library): New structure.
10598 (load_shlib, lookup_function): Change prototypes and adjust to
10599 work with a struct library.
10600 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10601 (translate_offset): Make static.
10602 (get_text_addr): New function.
10603 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
10604
eb4c1710
PA
106052014-04-15 Pedro Alves <palves@redhat.com>
10606
10607 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
10608
2d1baf52
PA
106092014-04-15 Pedro Alves <palves@redhat.com>
10610
10611 * gdb.base/sym-file-loader.c: Include <limits.h>.
10612 (SELF_LINK): New define.
10613 (get_origin): New function.
10614 (load_shlib): Use it.
10615 * gdb.base/sym-file.exp: Don't early return if the target is
10616 remote. Use runto_main, and issue fail is that fails. Use
10617 gdb_load_shlibs.
10618 (shlib_name): Delete.
10619 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
10620
7dd6df01
PA
106212014-04-15 Pedro Alves <palves@redhat.com>
10622
10623 * gdb.base/sym-file.exp: Remove regex characters from test
10624 message. Don't refer to breakpoint numbers in test messages.
10625
b50c8614
KS
106262014-04-14 Keith Seitz <keiths@redhat.com>
10627
10628 PR c++/16253
10629 * gdb.cp/var-tag.cc: New file.
10630 * gdb.cp/var-tag.exp: New file.
10631 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
10632 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
10633 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10634 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10635
3d567982
TT
106362014-04-14 Tom Tromey <tromey@redhat.com>
10637
10638 * gdb.cp/classes.exp (test_enums): Handle underlying type.
10639 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
10640 type.
10641 * gdb.cp/enum-class.exp: New file.
10642 * gdb.cp/enum-class.cc: New file.
10643
0626fc76
TT
106442014-04-14 Tom Tromey <tromey@redhat.com>
10645
10646 * gdb.dwarf2/enum-type.exp: New file.
10647
dca325b3
SA
106482014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10649
10650 * gdb.mi/mi-vla-c99.exp: New file.
10651 * gdb.mi/vla.c: New file.
10652
5854b38a
SA
106532014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10654
10655 * gdb.base/vla-datatypes.c: New file.
10656 * gdb.base/vla-datatypes.exp: New file.
10657
463bb957
SA
106582014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10659
10660 * gdb.base/vla-ptr.c: New file.
10661 * gdb.base/vla-ptr.exp: New file.
10662
3dd170be
SA
106632014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10664
10665 * gdb.dwarf2/count.exp: New file.
10666
5ecaaa66
SA
106672014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10668
10669 * gdb.base/vla-sideeffect.c: New file.
10670 * gdb.base/vla-sideeffect.exp: New file.
10671
41f1ada5
DB
106722014-04-14 David Blaikie <dblaikie@gmail.com>
10673
10674 * gdb.mi/non-stop.c: Add return value for non-void function return
10675 statement.
10676 * gdb.threads/staticthreads.c: Ditto.
10677
0be03e84
DE
106782014-04-12 Siva Chandra Reddy <sivachandra@google.com>
10679 Doug Evans <xdje42@gmail.com>
10680
10681 * gdb.guile/scm-value.c: Improve test case.
10682 * gdb.guile/scm-value.exp: Add new test.
10683
f180a1fb
DB
106842014-04-11 David Blaikie <dblaikie@gmail.com>
10685
10686 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
10687 override Clang's default.
10688
6b662e19
JB
106892014-04-11 Joel Brobecker <brobecker@adacore.com>
10690
10691 Revert the following changes (regressions):
10692
10693 * gdb.base/vla-sideeffect.c: New file.
10694 * gdb.base/vla-sideeffect.exp: New file.
10695
10696 * gdb.dwarf2/count.exp: New file.
10697
10698 * gdb.base/vla-multi.c: New file.
10699 * gdb.base/vla-multi.exp: New file.
10700
10701 * gdb.base/vla-ptr.c: New file.
10702 * gdb.base/vla-ptr.exp: New file.
10703
10704 * gdb.base/vla-datatypes.c: New file.
10705 * gdb.base/vla-datatypes.exp: New file.
10706
10707 * gdb.mi/mi-vla-c99.exp: New file.
10708 * gdb.mi/vla.c: New file.
10709
245a5f0b
KS
107102014-04-11 Keith Seitz <keiths@redhat.com>
10711
10712 PR c++/16675
10713 * gdb.cp/cpsizeof.exp: New file.
10714 * gdb.cp/cpsizeof.cc: New file.
10715
58a84dcf
SA
107162014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10717
191a8a90
JB
10718 * gdb.mi/mi-vla-c99.exp: New file.
10719 * gdb.mi/vla.c: New file.
58a84dcf 10720
c8655f75
SA
107212014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10722
10723 * gdb.base/vla-datatypes.c: New file.
10724 * gdb.base/vla-datatypes.exp: New file.
10725
024e13b4
SA
107262014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10727
10728 * gdb.base/vla-ptr.c: New file.
10729 * gdb.base/vla-ptr.exp: New file.
10730
1a237e0e
SA
107312014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10732
10733 * gdb.base/vla-multi.c: New file.
10734 * gdb.base/vla-multi.exp: New file.
10735
504f3432
SA
107362014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10737
10738 * gdb.dwarf2/count.exp: New file.
10739
3bce8237
SA
107402014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10741
191a8a90
JB
10742 * gdb.base/vla-sideeffect.c: New file.
10743 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 10744
322f9c21
YQ
107452014-04-11 Yao Qi <yao@codesourcery.com>
10746
10747 * gdb.base/completion.exp: Check file exists before running tests
10748 on file completion.
10749
d708bcd1
PA
107502014-04-10 Pedro Alves <palves@redhat.com>
10751
10752 * gdb.base/cond-eval-mode.c: New file.
10753 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
10754 prepare_for_testing to build the new file. Check result of
10755 runto_main.
10756 (test_break, test_watch): New procedures.
10757 (top level): Use them.
10758
ae1d2761
PM
107592014-04-08 Pierre Muller <muller@sourceware.org>
10760
10761 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
10762 Ctrl-V use for mingw hosts.
10763
7af389b8
SC
107642014-04-07 Siva Chandra Reddy <sivachandra@google.com>
10765
10766 * gdb.python/py-value.c: Improve test case.
10767 * gdb.python/py-value.exp: Add new test.
10768
5e703181
DE
107692014-04-07 David Blaikie <dblaikie@gmail.com>
10770
10771 * lib/compiler.c: Identify the clang compiler.
10772 * lib/compiler.cc: Ditto.
10773
9810b410
YQ
107742014-04-03 Yao Qi <yao@codesourcery.com>
10775
10776 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
10777
98d1b8dc
AB
107782014-04-01 Anton Blanchard <anton@samba.org>
10779
10780 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
10781 messages unique.
10782
3114cea1
AB
107832014-04-01 Anton Blanchard <anton@samba.org>
10784
10785 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
10786 prepare_for_testing.
10787
62f7182c
AB
107882014-04-01 Anton Blanchard <anton@samba.org>
10789
10790 * gdb.arch/ppc64-atomic-inst.c: Remove.
10791 * gdb.arch/ppc64-atomic-inst.S: New file.
10792 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
10793
770e7fc7
DE
107942014-03-31 Doug Evans <dje@google.com>
10795
10796 * gdb.base/print-symbol-loading-lib.c: New file.
10797 * gdb.base/print-symbol-loading-main.c: New file.
10798 * gdb.base/print-symbol-loading.exp: New file.
10799
46e2bafa
YQ
108002014-03-31 Yao Qi <yao@codesourcery.com>
10801
10802 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
10803
8776cfe9
JB
108042014-03-28 Joel Brobecker <brobecker@adacore.com>
10805
10806 * gdb.ada/mi_dyn_arr: New testcase.
10807
5d1ef361
DE
108082014-03-27 Doug Evans <dje@google.com>
10809
10810 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
10811
b5bee914
YQ
108122014-03-27 Yao Qi <yao@codesourcery.com>
10813
10814 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
10815 if target is nios2-*-*.
10816
0d4d0e77
YQ
108172014-03-26 Yao Qi <yao@codesourcery.com>
10818
10819 * lib/gdb.exp (readline_is_used): New proc.
10820 * gdb.base/completion.exp: Move tests on command complete up.
10821 Skip the rest of tests if readline is not used.
10822 * gdb.ada/complete.exp: Skp the test if readline is not
10823 used.
10824 * gdb.base/filesym.exp: Likewise.
10825 * gdb.base/macscp.exp: Likewise.
10826 * gdb.base/readline-ask.exp: Likewise.
10827 * gdb.base/readline.exp: Likewise.
10828 * gdb.python/py-cmd.exp: Likewise.
10829 * gdb.trace/tfile.exp: Likewise.
10830
29361eee
YQ
108312014-03-26 Yao Qi <yao@codesourcery.com>
10832
10833 * gdb.base/macscp.exp: Fix code format issues.
10834
bc9a5525
UW
108352014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
10836
10837 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
10838 * gdb.asm/powerpc64le.inc: New file.
10839
d3839ede
PA
108402014-03-25 Pedro Alves <palves@redhat.com>
10841 Doug Evans <dje@google.com>
10842
10843 * gdb.base/source-execution.c: New file.
10844 * gdb.base/source-execution.exp: New file.
10845 * gdb.base/source-execution.gdb: New file.
10846
01672a57
DE
108472014-03-24 Doug Evans <dje@google.com>
10848
10849 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
10850 using fission.
10851
88bbeca9
HZ
108522014-03-24 Hui Zhu <hui@codesourcery.com>
10853 Pedro Alves <palves@redhat.com>
10854
10855 PR breakpoints/16101
10856 * gdb.base/dprintf.exp: Use unsupported rather than changing the
10857 test pass/fail messages. Detect missing support for dprintf when
10858 breakpoints are actually inserted.
10859 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
10860 breakpoints are actually inserted.
10861 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
10862 fails.
10863
d2348791
JK
108642014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10865
10866 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
10867
feef67ab
DE
108682014-03-22 Doug Evans <xdje42@gmail.com>
10869
10870 * gdb.python/python.exp (python not supported): Verify multi-line
10871 python command issues an error.
25d743f9 10872 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 10873 guile command issues an error.
feef67ab 10874
ecebef6a
MR
108752014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
10876
10877 * gdb.threads/thread-specific.exp: Handle the lack of usable
10878 $this_breakpoint and $this_thread.
10879
ccdd1909
HZ
108802014-03-21 Hui Zhu <hui@codesourcery.com>
10881
10882 * gdb.base/attach.exp (do_command_attach_tests): New.
10883
beb460e8
PA
108842014-03-20 Tom Tromey <tromey@redhat.com>
10885 Pedro Alves <palves@redhat.com>
10886
10887 PR cli/15718
10888 * gdb.base/condbreak-call-false.c: New file.
10889 * gdb.base/condbreak-call-false.exp: New file.
10890
40acf43a
PA
108912014-03-20 Pedro Alves <palves@redhat.com>
10892
10893 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
10894 Delete.
10895 (block_signals, unblock_signals): Delete.
10896 (child_function_2, main): Remove references to deleted variable
10897 and functions.
10898
9f5e1e02
PA
108992014-03-20 Pedro Alves <palves@redhat.com>
10900
10901 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
10902 Use pthread_kill to signal thread 2.
10903 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10904 Adjust to make the test send itself a signal rather than using the
10905 host's "kill" command.
10906
99619bea
PA
109072014-03-20 Pedro Alves <palves@redhat.com>
10908
10909 * gdb.threads/multiple-step-overs.c: New file.
10910 * gdb.threads/multiple-step-overs.exp: New file.
10911 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10912 Adjust expected infrun debug output.
10913
2adfaa28
PA
109142014-03-20 Pedro Alves <palves@redhat.com>
10915
10916 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
10917 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
10918
31e77af2
PA
109192014-03-20 Pedro Alves <palves@redhat.com>
10920
10921 PR breakpoints/7143
10922 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
10923 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
10924 of gdb_test_multiple.
10925 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
10926 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
10927
b9f437de
PA
109282014-03-20 Pedro Alves <palves@redhat.com>
10929
10930 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
10931 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
10932
05adc73e
PA
109332014-03-19 Pedro Alves <palves@redhat.com>
10934
10935 * gdb.base/async.exp: Remove early return.
10936
6048b950
PA
109372014-03-19 Pedro Alves <palves@redhat.com>
10938
10939 * gdb.base/async.exp (step& tests): Pass explicit test messages.
10940
8bcfb00a
PA
109412014-03-19 Pedro Alves <palves@redhat.com>
10942
10943 * gdb.base/async.exp (test_background): Expect \r\n after
10944 "completed." in the fail pattern.
10945
884e37dc
PA
109462014-03-19 Pedro Alves <palves@redhat.com>
10947
10948 * gdb.base/async.exp (test_background): New procedure.
10949 Use it for all background execution command tests.
10950
148e57e2
PA
109512014-03-19 Pedro Alves <palves@redhat.com>
10952
10953 * gdb.base/async.exp: Use prepare_for_testing.
10954
f48088c7
PA
109552014-03-19 Pedro Alves <palves@redhat.com>
10956
10957 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
10958 the same line.
10959
e2f6c966
PA
109602014-03-19 Pedro Alves <palves@redhat.com>
10961
10962 * gdb.base/async.c (main): Add "jump here" and "until here" line
10963 marker comments.
10964 * gdb.base/async.exp (jump_here): New global.
10965 (jump& test): Use it.
10966 (until_here): New global.
10967 (until& test): Use it.
10968
c30568d4
PA
109692014-03-19 Pedro Alves <palves@redhat.com>
10970
10971 * gdb.base/async.exp: Don't frob gdb_protocol.
10972
0172b6a7
DE
109732014-03-18 Doug Evans <xdje42@gmail.com>
10974
10975 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
10976 Fix spelling of exec-done-display.
10977
06c868a8
JK
109782014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
10979
10980 PR gdb/15358
10981 * gdb.base/gdb-sigterm.c: New file.
10982 * gdb.base/gdb-sigterm.exp: New file.
10983
0c7e1a46
PA
109842014-03-18 Pedro Alves <palves@redhat.com>
10985
10986 PR gdb/13860
10987 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
10988 * lib/mi-support.exp (mi_expect_stop): Add special handling for
10989 solib-event.
10990
f7c77d93
JB
109912014-03-17 Joel Brobecker <brobecker@adacore.com>
10992
10993 * gdb.ada/pckd_arr_ren: New testcase.
10994
5a1e8c7a
DE
109952014-03-13 Doug Evans <xdje42@gmail.com>
10996
10997 PR guile/16612
10998 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
10999 collect after discarding symbols.
11000
350e1a76
DE
110012014-03-13 Ludovic Courtès <ludo@gnu.org>
11002 Doug Evans <xdje42@gmail.com>
11003
11004 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
11005 to history survives a gc.
11006
a69900ae
PA
110072014-03-13 Pedro Alves <palves@redhat.com>
11008
11009 * gdb.base/default.exp: Don't test "target procfs".
11010
5db9f0bd
PA
110112014-03-13 Pedro Alves <palves@redhat.com>
11012
11013 * gdb.base/default.exp: Update "target child" and "target procfs"
11014 tests to not expect "Unix".
11015
b3ccfe11
TT
110162014-03-12 Tom Tromey <tromey@redhat.com>
11017
11018 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
11019 New procs. Add target-async tests.
11020 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
11021 Add target-async tests.
11022
646f4417
AA
110232014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11024
11025 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
11026 'func_start' and 'func_end' for the beginning and end of the
11027 function code, respectively.
11028 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
11029 'func_end' instead of 'func' and 'main'.
11030
288c211f
AA
110312014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11032
11033 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
11034 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
11035 generate the debug info assembler source.
11036
e0c0f156
AA
110372014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11038
11039 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
11040 * gdb.dwarf2/arr-subrange.exp: Likewise.
11041 * gdb.dwarf2/dwz.exp: Likewise.
11042 * gdb.dwarf2/method-ptr.exp: Likewise.
11043 * gdb.dwarf2/missing-sig-type.exp: Likewise.
11044 * gdb.dwarf2/subrange.exp: Likewise.
11045 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
11046 * gdb.dwarf2/implptrpiece.exp: Likewise.
11047 * gdb.dwarf2/nostaticblock.exp: Likewise.
11048
0e5c4555
AA
110492014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11050
11051 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
11052 directory to absolute path name arguments.
11053
5ec18f2b
JG
110542014-03-10 Joel Brobecker <brobecker@adacore.com>
11055
11056 * gdb.ada/tagged_access: New testcase.
11057
847fc4f2
MM
110582014-03-07 Markus Metzger <markus.t.metzger@intel.com>
11059
11060 * gdb.btrace/data.exp: Update expected output.
11061
cc3da688
YQ
110622014-03-06 Yao Qi <yao@codesourcery.com>
11063
11064 * gdb.trace/pr16508.exp: New file.
11065
0f26cec1
PA
110662014-03-05 Pedro Alves <palves@redhat.com>
11067
11068 PR gdb/16575
11069 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
11070 procedure.
11071 (top level): Adjust to use it. Add tests that exercise breakpoint
11072 interaction with the code-cache.
11073
7a5a839f
LC
110742014-02-26 Ludovic Courtès <ludo@gnu.org>
11075
11076 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
11077 test for 'history-append!'.
11078
31aa7e4e
JB
110792014-02-26 Joel Brobecker <brobecker@adacore.com>
11080
11081 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
11082 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
11083 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
11084 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
11085 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
11086 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
11087
1b588015
JB
110882014-02-26 Joel Brobecker <brobecker@adacore.com>
11089
11090 * testsuite/gdb.python/py-pp-re-notag.c: New file.
11091 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
11092 * testsuite/gdb.python/py-pp-re-notag.p: New file.
11093
55426c9d
JB
110942014-02-26 Joel Brobecker <brobecker@adacore.com>
11095
11096 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
11097
dc53a7ad
JB
110982014-02-26 Joel Brobecker <brobecker@adacore.com>
11099
11100 * gdb.dwarf2/arr-stride.c: New file.
11101 * gdb.dwarf2/arr-stride.exp: New file.
11102
12ab52e9
PA
111032014-02-26 Pedro Alves <palves@redhat.com>
11104
11105 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
11106 that won't ever trigger. Make sure that GDB reports the correct
11107 breakpoint that caused the stop.
11108
849c862e
JK
111092014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11110
11111 PR gdb/16626
11112 * gdb.base/auto-load-script: New file.
11113 * gdb.base/auto-load.c: New file.
11114 * gdb.base/auto-load.exp: New file.
11115
71b7d793
JK
11116 PR gdb/16626
11117 * gdb.base/auto-load.exp: Fix out-of-srctree run.
11118
e2f0d509
JK
111192014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11120
11121 Fix dw2-icycle.exp -fsanitize=address GDB crash.
11122 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
11123
50cc37c8
DE
111242014-02-24 Doug Evans <dje@google.com>
11125
11126 * lib/gdb.exp (run_on_host): Log error output if program fails.
11127
ea4758f2
PA
111282014-02-21 Pedro Alves <palves@redhat.com>
11129
11130 * gdb.threads/step-after-sr-lock.c: Rename to ...
11131 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
11132 * gdb.threads/step-after-sr-lock.exp: Rename to ...
11133 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11134 ... this.
11135
d7b30f67
SDJ
111362014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
11137
11138 PR tdep/16397
11139 * gdb.arch/amd64-stap-special-operands.exp: New file.
11140 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
11141 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
11142 * gdb.arch/amd64-stap-triplet.S: Likewise.
11143 * gdb.arch/amd64-stap-triplet.c: Likewise.
11144
83deb43f
JB
111452014-02-20 Joel Brobecker <brobecker@adacore.com>
11146
11147 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
11148 in .section pseudo-op.
11149
adde2bff
DE
111502014-02-20 lin zuojian <manjian2006@gmail.com>
11151 Joel Brobecker <brobecker@adacore.com>
11152 Doug Evans <xdje42@gmail.com>
11153
11154 PR symtab/16581
11155 * gdb.dwarf2/dw2-icycle.S: New file.
11156 * gdb.dwarf2/dw2-icycle.c: New file.
11157 * gdb.dwarf2/dw2-icycle.exp: New file.
11158
f7bd0f78
SC
111592014-02-19 Siva Chandra Reddy <sivachandra@google.com>
11160
11161 * gdb.python/py-value-cc.cc: Improve test case to enable testing
11162 operations on gdb.Value objects.
11163 * gdb.python/py-value-cc.exp: Add new test to test operations on
11164 gdb.Value objects.
11165
c17ef0d5
DE
111662014-02-18 Doug Evans <dje@google.com>
11167
11168 * Makefile.in (TESTS): New variable.
11169 (expanded_tests, expanded_tests_or_none): New variables
11170 (check-single): Pass $(expanded_tests_or_none) to runtest.
11171 (check-parallel): Only run tests in $(TESTS) if non-empty.
11172 (check/no-matching-tests-found): New rule.
11173 * README: Document TESTS makefile variable.
11174
5dd3176f
DE
111752014-02-18 Doug Evans <dje@google.com>
11176
11177 * Makefile.in (check-parallel): rm -rf outputs temp.
11178
0b10be4f
JK
111792014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11180
11181 Fix "ERROR: no fileid for" in the testsuite.
11182 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
11183
85f224e7
DE
111842014-02-12 Doug Evans <dje@google.com>
11185
11186 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
11187 (MISCELLANEOUS): New variable.
11188 (clean): rm -rf $(MISCELLANEOUS).
11189 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
11190 dwp live in the same directory as symlinks, with each symlink pointed
11191 to a differently named file in a different directory.
11192
149b30ff
DE
111932014-02-11 Doug Evans <dje@google.com>
11194
11195 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
11196 of Tcl file commands.
11197
1dfdac32
MK
111982014-02-10 Mark Kettenis <kettenis@gnu.org>
11199
11200 * gdb.threads/step-after-sr-lock.exp: Avoid executing
11201 "kill -SIGUSR1 -1".
11202
aa4fb036
JB
112032014-02-10 Joel Brobecker <brobecker@adacore.com>
11204
11205 * gdb.ada/tick_length_array_enum_idx: New testcase.
11206
ed3ef339
DE
112072014-02-10 Doug Evans <xdje42@gmail.com>
11208
11209 * configure.ac (AC_OUTPUT): Add gdb.guile.
11210 * configure: Regenerate.
11211 * lib/gdb-guile.exp: New file.
11212 * lib/gdb.exp (get_target_charset): New function.
11213 * gdb.base/help.exp: Update expected output from "apropos apropos".
11214 * gdb.guile/Makefile.in: New file.
11215 * gdb.guile/guile.exp: New file.
11216 * gdb.guile/scm-arch.c: New file.
11217 * gdb.guile/scm-arch.exp: New file.
11218 * gdb.guile/scm-block.c: New file.
11219 * gdb.guile/scm-block.exp: New file.
11220 * gdb.guile/scm-breakpoint.c: New file.
11221 * gdb.guile/scm-breakpoint.exp: New file.
11222 * gdb.guile/scm-disasm.c: New file.
11223 * gdb.guile/scm-disasm.exp: New file.
11224 * gdb.guile/scm-equal.c: New file.
11225 * gdb.guile/scm-equal.exp: New file.
11226 * gdb.guile/scm-error.exp: New file.
11227 * gdb.guile/scm-error.scm: New file.
11228 * gdb.guile/scm-frame-args.c: New file.
11229 * gdb.guile/scm-frame-args.exp: New file.
11230 * gdb.guile/scm-frame-args.scm: New file.
11231 * gdb.guile/scm-frame-inline.c: New file.
11232 * gdb.guile/scm-frame-inline.exp: New file.
11233 * gdb.guile/scm-frame.c: New file.
11234 * gdb.guile/scm-frame.exp: New file.
11235 * gdb.guile/scm-generics.exp: New file.
11236 * gdb.guile/scm-gsmob.exp: New file.
11237 * gdb.guile/scm-iterator.c: New file.
11238 * gdb.guile/scm-iterator.exp: New file.
11239 * gdb.guile/scm-math.c: New file.
11240 * gdb.guile/scm-math.exp: New file.
11241 * gdb.guile/scm-objfile-script-gdb.in: New file.
11242 * gdb.guile/scm-objfile-script.c: New file.
11243 * gdb.guile/scm-objfile-script.exp: New file.
11244 * gdb.guile/scm-objfile.c: New file.
11245 * gdb.guile/scm-objfile.exp: New file.
11246 * gdb.guile/scm-ports.exp: New file.
11247 * gdb.guile/scm-pretty-print.c: New file.
11248 * gdb.guile/scm-pretty-print.exp: New file.
11249 * gdb.guile/scm-pretty-print.scm: New file.
11250 * gdb.guile/scm-section-script.c: New file.
11251 * gdb.guile/scm-section-script.exp: New file.
11252 * gdb.guile/scm-section-script.scm: New file.
11253 * gdb.guile/scm-symbol.c: New file.
11254 * gdb.guile/scm-symbol.exp: New file.
11255 * gdb.guile/scm-symtab-2.c: New file.
11256 * gdb.guile/scm-symtab.c: New file.
11257 * gdb.guile/scm-symtab.exp: New file.
11258 * gdb.guile/scm-type.c: New file.
11259 * gdb.guile/scm-type.exp: New file.
11260 * gdb.guile/scm-value-cc.cc: New file.
11261 * gdb.guile/scm-value-cc.exp: New file.
11262 * gdb.guile/scm-value.c: New file.
11263 * gdb.guile/scm-value.exp: New file.
11264 * gdb.guile/source2.scm: New file.
11265 * gdb.guile/types-module.cc: New file.
11266 * gdb.guile/types-module.exp: New file.
11267
7026a7c1
YQ
112682014-02-10 Yao Qi <yao@codesourcery.com>
11269
11270 PR testsuite/16543
11271 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
11272 * configure: Regenerated.
11273 * Makefile.in: New file.
11274
6c466447
AS
112752014-02-08 Andreas Schwab <schwab@linux-m68k.org>
11276
11277 * gdb.python/py-framefilter.exp: Fix typo.
11278
6e854735
YQ
112792014-02-08 Yao Qi <yao@codesourcery.com>
11280
11281 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
11282 that no =breakpoint-modified is emitted when breakpoints are
11283 modified through MI commands.
11284
d137e6dc
PA
112852014-02-07 Pedro Alves <pedro@codesourcery.com>
11286 Pedro Alves <palves@redhat.com>
11287
11288 * gdb.threads/step-after-sr-lock.c: New file.
11289 * gdb.threads/step-after-sr-lock.exp: New file.
11290
b5ee5a50
PA
112912014-02-07 Pedro Alves <palves@redhat.com>
11292
11293 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
11294
3c77faf3
JK
112952014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11296
11297 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
11298 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
11299
6dddc817
DE
113002014-02-06 Doug Evans <xdje42@gmail.com>
11301
11302 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
11303 output.
11304
11305 * gdb.gdb/python-interrupts.exp: New file.
11306
de7b2893
YQ
113072014-02-05 Yao Qi <yao@codesourcery.com>
11308
11309 * gdb.trace/report.exp (use_collected_data): Test the output
11310 of "info threads" and "info inferiors".
11311
66d032ac
YQ
113122014-02-05 Yao Qi <yao@codesourcery.com>
11313
11314 Revert this patch:
11315
11316 2013-05-24 Yao Qi <yao@codesourcery.com>
11317
11318 * gdb.trace/tfile.exp: Test inferior and thread.
11319
591a12a1
UW
113202014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11321
11322 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
11323 on a function.
11324 * gdb.base/step-bt.c: Call hello via function pointer to make
11325 sure its first instruction is executed on powerpc64le-linux.
11326
0ff3e01f
UW
113272014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11328
11329 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
11330
084ee545
UW
113312014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11332
11333 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
11334 of the test patterns for use on little-endian systems.
11335
6ed14ff3
UW
113362014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11337
11338 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
11339 (decimal_vector): Fix for little-endian.
11340
401e27fd
JM
113412014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
11342
11343 * gdb.arch/sparc-sysstep.exp: New file.
11344 * gdb.arch/sparc-sysstep.c: Likewise.
11345
11346 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
11347
8b924729
EBM
113482014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11349
11350 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
11351
fb151210
JB
113522014-01-23 Tom Tromey <tromey@redhat.com>
11353
11354 * gdb.ada/array_char_idx: New testcase.
11355
0740f8d8
TT
113562014-01-23 Tom Tromey <tromey@redhat.com>
11357
11358 PR python/16487:
11359 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
11360 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
11361 classes.
11362
21909fa1
TT
113632014-01-23 Tom Tromey <tromey@redhat.com>
11364
11365 PR python/16491:
11366 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
11367 string from an inferior frame.
11368 * gdb.python/py-framefilter-mi.exp: Update.
11369
87ce2a04
DE
113702014-01-22 Doug Evans <dje@google.com>
11371
11372 * gdb.server/server-mon.exp: Add tests for "set debug-format".
11373
237b092b
AA
113742014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11375
11376 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
11377
d674a709
AA
113782014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11379
11380 * gdb.trace/entry-values.exp: Remove excess space character from
11381 regex patterns. Handle s390 call instruction.
11382
20fa3390
AA
113832014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11384
11385 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
11386 define "*_start" label. Make "name" static.
11387 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
11388 ${name} by references to ${name}_start.
11389
78466714
AA
113902014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11391
11392 * gdb.base/info-macros.exp: Remove "debug" from the compile
11393 options.
11394
ec9f644a
IB
113952014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11396
11397 * gdb.dlang/demangle.exp: New file.
11398
94b1b47e
IB
113992014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11400
11401 * gdb.dlang/primitive-types.exp: New file.
11402
7f420862
IB
114032014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11404
11405 * configure.ac: Create gdb.dlang/Makefile.
11406 * configure: Regenerate.
11407 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
11408 * gdb.dlang/Makefile.in: New file.
11409 * lib/d-support.exp: New file.
11410 * lib/gdb.exp (skip_d_tests): New proc.
11411
52834460
MM
114122014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11413
11414 * gdb.btrace/delta.exp: Check reverse stepi.
11415 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
11416 * gdb.btrace/finish.exp: New.
11417 * gdb.btrace/next.exp: New.
11418 * gdb.btrace/nexti.exp: New.
11419 * gdb.btrace/record_goto.c: Add comments.
11420 * gdb.btrace/step.exp: New.
11421 * gdb.btrace/stepi.exp: New.
11422 * gdb.btrace/multi-thread-step.c: New.
11423 * gdb.btrace/multi-thread-step.exp: New.
11424 * gdb.btrace/rn-dl-bind.c: New.
11425 * gdb.btrace/rn-dl-bind.exp: New.
11426 * gdb.btrace/data.c: New.
11427 * gdb.btrace/data.exp: New.
11428 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11429
6e07b1d2
MM
114302014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11431
11432 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
11433 * gdb.btrace/exception.exp: Update.
11434 * gdb.btrace/instruction_history.exp: Update.
11435 * gdb.btrace/record_goto.exp: Update.
11436 * gdb.btrace/tailcall.exp: Update.
11437 * gdb.btrace/unknown_functions.exp: Update.
11438 * gdb.btrace/delta.exp: New.
11439
0b722aec
MM
114402014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11441
11442 * gdb.btrace/record_goto.exp: Add backtrace test.
11443 * gdb.btrace/tailcall.exp: Add backtrace test.
11444
066ce621
MM
114452014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11446
11447 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
11448 * gdb.btrace/record_goto.c: New.
11449 * gdb.btrace/record_goto.exp: New.
11450 * gdb.btrace/x86-record_goto.S: New.
11451
0688d04e
MM
114522014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11453
11454 * gdb.btrace/function_call_history.exp: Update tests.
11455 * gdb.btrace/instruction_history.exp: Update tests.
11456
8710b709
MM
114572014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11458
11459 * gdb.btrace/function_call_history.exp: Fix expected field
11460 order for "record function-call-history".
11461 Add new tests for "record function-call-history /c".
11462 * gdb.btrace/exception.cc: New.
11463 * gdb.btrace/exception.exp: New.
11464 * gdb.btrace/tailcall.exp: New.
11465 * gdb.btrace/x86-tailcall.S: New.
11466 * gdb.btrace/x86-tailcall.c: New.
11467 * gdb.btrace/unknown_functions.c: New.
11468 * gdb.btrace/unknown_functions.exp: New.
11469 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11470
5de9129b
MM
114712014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11472
11473 * gdb.btrace/instruction_history.exp: Update.
11474 * gdb.btrace/function_call_history.exp: Update.
11475
23a7fe75
MM
114762014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11477
11478 * gdb.btrace/function_call_history.exp: Fix expected function
11479 trace.
11480 * gdb.btrace/instruction_history.exp: Initialize traced.
11481 Remove traced_functions.
11482
724c7dd8
MM
114832014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11484
11485 * gdb.btrace/function_call_history.exp: Update
11486 * gdb.btrace/instruction_history.exp: Update.
11487
6d78d93b
MM
114882014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11489
11490 * gdb.btrace/enable.exp: Update expected text.
11491
93a360cc
OJ
114922014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
11493
11494 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
11495 bytes.
11496
3772b53f
MR
114972014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
11498
11499 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
11500
596662fa
OJ
115012014-01-15 Omair Javaid <omair.javaid@linaro.org>
11502
11503 * lib/gdb.exp (supports_process_record): Return true for
11504 arm*-linux*. (supports_reverse): Likewise.
11505
b5b08fb4
SC
115062014-01-13 Siva Chandra Reddy <sivachandra@google.com>
11507
11508 PR python/15464
11509 PR python/16113
11510 * gdb.python/py-type.c: Enhance test case.
11511 * gdb.python/py-value-cc.cc: Likewise
11512 * gdb.python/py-type.exp: Add new tests.
11513 * gdb.python/py-value-cc.exp: Likewise
11514
52d7fb13
AA
115152014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11516 Pedro Alves <palves@redhat.com>
11517
11518 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
11519 Make "name" extern.
11520 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
11521 references to ${name}_start by references to ${name}.
11522
a2cd8cfe
JB
115232014-01-10 Joel Brobecker <brobecker@adacore.com>
11524
11525 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
11526
4e23fced
JB
115272014-01-10 Joel Brobecker <brobecker@adacore.com>
11528
11529 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
11530
c6a9e42c
PA
115312014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
11532 Pedro Alves <palves@redhat.com>
11533
11534 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 11535 mi_gdb_target_load.
c6a9e42c 11536
b7ea362b
PA
115372014-01-08 Pedro Alves <palves@redhat.com>
11538
11539 * gdb.threads/reconnect-signal.c: New file.
11540 * gdb.threads/reconnect-signal.exp: New file.
11541
5e3f4fab
EBM
115422014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11543
11544 * gdb.base/source-dir.exp: New file.
11545
79301218
JB
115462014-01-07 Joel Brobecker <brobecker@adacore.com>
11547
11548 * gdb.ada/mi_interface: New testcase.
11549
8e355c5d
JB
115502014-01-07 Joel Brobecker <brobecker@adacore.com>
11551
11552 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
11553 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
11554 gdb.ada/pp-rec-component/pck.ads: New files.
11555
c0d48811
JB
115562014-01-07 Joel Brobecker <brobecker@adacore.com>
11557
11558 * gdb.python/py-pp-integral.c: New file.
11559 * gdb.python/py-pp-integral.py: New file.
11560 * gdb.python/py-pp-integral.exp: New file.
11561
17b609c3 11562For older changes see ChangeLog-1993-2013.
c906108c 11563\f
8d8cb839
EZ
11564;; Local Variables:
11565;; mode: change-log
11566;; left-margin: 8
11567;; fill-column: 74
11568;; version-control: never
11569;; End:
902f2ccb 11570
61baf725 11571 Copyright 2014-2017 Free Software Foundation, Inc.
902f2ccb
MC
11572 Copying and distribution of this file, with or without modification,
11573 are permitted provided the copyright notice and this notice are preserved.
This page took 4.901769 seconds and 4 git commands to generate.