]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
fix changelog typo
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
0d5c6999
YQ
12017-05-17 Yao Qi <yao.qi@linaro.org>
2
3 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
4
21873064
YQ
52017-05-17 Simon Marchi <simon.marchi@ericsson.com>
6
7 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
8 argument command.
9 (top-level): Invoke test_set_inferior_tty.
10
d512d31c
PA
112017-05-04 Pedro Alves <palves@redhat.com>
12
13 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
14 Add parens to print call for Python 3.
15
90cef2ed
KS
162017-05-03 Keith Seitz <keiths@redhat.com>
17
18 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
19 (main): Call it.
20
14f819c8
TW
212017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
22
23 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
24 to prev and next.
25
913aeadd
TW
262017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
27
28 * gdb.python/py-record-btrace.exp: Remove test for
29 gdb.BtraceInstruction.error.
30
a3be24ad
TW
312017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
32
33 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
34
ae20e79a
TW
352017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
36
37 * gdb.python/py-record-btrace-threads.c: New file.
38 * gdb.python/py-record-btrace-threads.exp: New file.
39
45ce1b47
SDJ
402017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
41
42 PR testsuite/8595
43 * gdb.base/environ.exp: Make test available in all architectures.
44 Move bits related to "info program" testing to
45 gdb.base/info-program.exp. Rewrite tests to use the two new
46 procedures mentione below.
47 (test_set_show_env_var) New procedure.
48 (test_set_show_env_var_equal): Likewise.
49 * gdb.base/info-program.exp: New file.
50
e15c3eb4
KS
512017-04-27 Keith Seitz <keiths@redhat.com>
52
53 * gdb.cp/oranking.cc (test15): New function.
54 (main): Call test15 and declare additional variables for testing.
55 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
56 "p foo101('abc')" tests.
57 Add tests for cv qualifier overloads.
58 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
59 "lvalue reference overload" test.
60 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
61 "print value of f1 on Child&& in f2" test.
62
3a3fd0fd
PA
632017-04-19 Pedro Alves <palves@redhat.com>
64
65 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
66 procedure.
67 (top level): Call it.
68 * lib/gdb.exp (gdb_define_cmd): New procedure.
69
53375380
PA
702017-04-12 Pedro Alves <palves@redhat.com>
71
72 PR gdb/21323
73 * gdb.cp/wide_char_types.c: Include <wchar.h>.
74 (wchar): New global.
75 * gdb.cp/wide_char_types.exp (wide_char_types_program)
76 (do_test_wide_char, wide_char_types_no_program, top level): Add
77 wchar_t testing.
78
53e710ac
PA
792017-04-12 Pedro Alves <palves@redhat.com>
80
81 PR c++/21323
82 * gdb.cp/wide_char_types.c: New file.
83 * gdb.cp/wide_char_types.exp: New file.
84
0ad9d8c7
SDJ
852017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
86
87 PR gdb/21352
88 * gdb.trace/tsv.exp: Add test for "tsave -r".
89
b1b45502
IB
902017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
91
92 * gdb.dlang/watch-loc.c: New file.
93 * gdb.dlang/watch-loc.exp: New file.
94
ec13808e
JK
952017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
96
97 * gdb.python/py-section-script.exp (sepdebug): New testcases.
98
fe5f7374
AK
992017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
100
101 * gdb.arch/arc-analyze-prologue.S: New file.
102 * gdb.arch/arc-analyze-prologue.exp: Likewise.
103
eea78757
AK
1042017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
105
106 * gdb.arch/arc-decode-insn.S: New file.
107 * gdb.arch/arc-decode-insn.exp: Likewise.
108
5badf10a
IR
1092017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
110
111 PR tdep/20928
112 * gdb.arch/sparc64-regs.exp: New file.
113 * gdb.arch/sparc64-regs.S: Likewise.
114
cee59b3f
TW
1152017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
116
117 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
118 and memory view on Python 3.
119
c0f55cc6
AV
1202017-03-20 Artemiy Volkov <artemiyv@acm.org>
121 Keith Seitz <keiths@redhat.com>
122
123 PR gdb/14441
124 * gdb.cp/demangle.exp: Add rvalue reference tests.
125 * gdb.cp/rvalue-ref-casts.cc: New file.
126 * gdb.cp/rvalue-ref-casts.exp: New file.
127 * gdb.cp/rvalue-ref-overload.cc: New file.
128 * gdb.cp/rvalue-ref-overload.exp: New file.
129 * gdb.cp/rvalue-ref-params.cc: New file.
130 * gdb.cp/rvalue-ref-params.exp: New file.
131 * gdb.cp/rvalue-ref-sizeof.cc: New file.
132 * gdb.cp/rvalue-ref-sizeof.exp: New file.
133 * gdb.cp/rvalue-ref-types.cc: New file.
134 * gdb.cp/rvalue-ref-types.exp: New file.
135 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
136 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
137
51457a05
MAL
1382017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
139
140 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
141 New procedure.
142
5b291c04
MAL
1432017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
144
145 * lib/mi-support.exp (mi_gdb_test): Add additional message
146 for unexpected output.
147
59a56148
AA
1482017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
149
150 * gdb.base/examine-backward.c (Barrier): New character array
151 constant, to ensure that TestStrings is preceded by a string
152 terminator.
153
7942e96e
AA
1542017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
155
156 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
157 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
158 and implicit pointer into such a location.
159
6ebac3fb
DE
1602017-03-16 Doug Evans <dje@google.com>
161
162 * gdb.python/py-lazy-string (pointer): Really add new typedef.
163
ec3b243d
TP
1642017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
165
166 * gdb.cp/m-static.exp: Fix expectation for prototype of
167 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
168
1692017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
170
171 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
172 * gdb.guile/scm-lazy-string.c: New file.
173 * gdb.guile/scm-value.exp: Move lazy string tests to ...
174 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
175 for pointer, array, typedef lazy strings.
176
2cc36e25 1772017-03-16 Doug Evans <dje@google.com>
34b43320
DE
178
179 PR python/17728, python/18439, python/18779
180 * gdb.python/py-value.c (main) Delete locals sptr, sn.
181 * gdb.python/py-lazy-string.c (pointer): New typedef.
182 (main): New locals ptr, array, typedef_ptr.
183 * gdb.python/py-value.exp: Move lazy string tests to ...
184 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
185 array, typedef lazy strings.
ec3b243d 186
0efcde63
AK
1872017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
188
189 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
190 Add optional 'test' parameter.
191
7978d7c3
SM
1922017-03-13 Simon Marchi <simon.marchi@ericsson.com>
193
194 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
195 Skip for versions of DejaGnu < 1.5.
196
896c0c1e
SM
1972017-03-13 Simon Marchi <simon.marchi@ericsson.com>
198
199 * lib/gdb.exp (dejagnu_version): New proc.
200 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
201 Use dejagnu_version.
202
5f4d1085
KS
2032017-03-10 Keith Seitz <keiths@redhat.com>
204
205 PR c++/8128
206 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
207 type from destructor regexps.
208 Add a branch which actually passes the test.
209 Adjust "ptype t5i" test names.
210
1de05205
PA
2112017-03-08 Pedro Alves <palves@redhat.com>
212
213 * gdb.base/step-over-exit.exp: Add explicit test message.
214
c65d6b55
PA
2152017-03-08 Pedro Alves <palves@redhat.com>
216
217 PR gdb/18360
218 * gdb.threads/interrupt-while-step-over.c: New file.
219 * gdb.threads/interrupt-while-step-over.exp: New file.
220
2e86a283
PA
2212017-03-08 Pedro Alves <palves@redhat.com>
222
223 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
224 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
225
25dcbff6
PA
2262017-03-08 Pedro Alves <palves@redhat.com>
227
228 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
229 PKRU as not supported as a PASS.
230
dc9366eb
PA
2312017-03-08 Pedro Alves <palves@redhat.com>
232
233 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
234 prefix instead of $binfile1/$binfile2.
235 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
236 in test message.
237 * gdb.python/py-completion.exp: Use "load python file" as test
238 messages instead of unstable path names.
239
6e5d74e7
PA
2402017-03-08 Pedro Alves <palves@redhat.com>
241 Jan Kratochvil <jan.kratochvil@redhat.com>
242
243 PR cli/21218
244 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
245 New proc.
246 (top level): Call it.
247
9753a2f6
PA
2482017-03-08 Pedro Alves <palves@redhat.com>
249
250 PR tui/21216
251 * gdb.tui/tui-nl-filtered-output.exp: New file.
252
1a4dd9dd
PA
2532017-03-08 Pedro Alves <palves@redhat.com>
254
255 * gdb.base/completion.exp: Move TUI completion tests to ...
256 * gdb.tui/completion.exp: ... this new file.
257
7cbbff33
PA
2582017-03-08 Pedro Alves <palves@redhat.com>
259
260 * gdb.base/tui-disasm-long-lines.c,
261 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
262 gdb.base/tui-layout.exp: Move to ...
263 * gdb.tui/: ... this new directory.
264
5f6fd321
PA
2652017-03-07 Pedro Alves <palves@redhat.com>
266
267 * gdb.base/tui-layout.c: New file.
268 * gdb.base/tui-layout.exp: New file.
269
44959fa8
PA
2702017-03-07 Pedro Alves <palves@redhat.com>
271
272 * gdb.base/tui-layout.c: Rename to ...
273 * gdb.base/tui-disasm-long-lines.c: ... this.
274 * gdb.base/tui-layout.exp: Rename to ...
275 * gdb.base/tui-disasm-long-lines.exp: ... this.
276
f8c4e718
PA
2772017-03-07 Pedro Alves <palves@redhat.com>
278
279 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
280
6dbb839a 2812017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
282
283 * i386-mpx-call.c: New file.
284 * i386-mpx-call.exp: New file.
285
65b48a81
PB
2862017-02-28 Peter Bergner <bergner@vnet.ibm.com>
287
288 * gdb.arch/powerpc-power.exp: Delete test.
289 * gdb.arch/powerpc-power.s: Likewise.
290 * gdb.disasm/disassembler-options.exp: New test.
291 * gdb.arch/powerpc-altivec.exp: Likewise.
292 * gdb.arch/powerpc-altivec.s: Likewise.
293 * gdb.arch/powerpc-altivec2.exp: Likewise.
294 * gdb.arch/powerpc-altivec2.s: Likewise.
295 * gdb.arch/powerpc-altivec3.exp: Likewise.
296 * gdb.arch/powerpc-altivec3.s: Likewise.
297 * gdb.arch/powerpc-power7.exp: Likewise.
298 * gdb.arch/powerpc-power7.s: Likewise.
299 * gdb.arch/powerpc-power8.exp: Likewise.
300 * gdb.arch/powerpc-power8.s: Likewise.
301 * gdb.arch/powerpc-power9.exp: Likewise.
302 * gdb.arch/powerpc-power9.s: Likewise.
303 * gdb.arch/powerpc-vsx.exp: Likewise.
304 * gdb.arch/powerpc-vsx.s: Likewise.
305 * gdb.arch/powerpc-vsx2.exp: Likewise.
306 * gdb.arch/powerpc-vsx2.s: Likewise.
307 * gdb.arch/powerpc-vsx3.exp: Likewise.
308 * gdb.arch/powerpc-vsx3.s: Likewise.
309 * gdb.arch/arm-disassembler-options.exp: Likewise.
310 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
311 * gdb.arch/s390-disassembler-options.exp: Likewise.
312
17cd4947
LM
3132017-02-23 Luis Machado <lgustavo@codesourcery.com>
314
315 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
316 (check_supported_features): ... this. Changed return type to void.
317 (supports_rdseed): New static global.
318 (rdseed): Check supports_rdseed.
319 (initialize): Call check_supported_features.
320
2039d74e
EBM
3212017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
322
323 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
324 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
325 and lqarx/stqcx.
326 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
327 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
328
a51d7ecf
EBM
3292017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
330
331 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
332 uppercase.
333
0224619f
JK
3342017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
335
336 * gdb.dwarf2/formdata16.c: New file.
337 * gdb.dwarf2/formdata16.exp: New file.
338 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
339
216f72a1
JK
3402017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
341
342 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
343 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
344 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
345 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
346 DW_AT_GNU_*.
347
43988095
JK
3482017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
349
350 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
351
99e8a4f9
SDJ
3522017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
353
354 PR gdb/21164
355 * gdb.base/maint.exp: Add testcases for when the commands do
356 not have arguments.
357
b58a8c0c
TP
3582017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
359
360 * gdb.cp/chained-calls.exp: Use p instead of P.
361
4e746bb6
TW
3622017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
363
364 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
365 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
366
3f77c769
TT
3672017-02-14 Tom Tromey <tom@tromey.com>
368
369 PR python/13598:
370 * gdb.python/py-events.exp: Add before_prompt event tests.
371
075beec0
AA
3722017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
373
374 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
375
bf5f525c
LM
3762017-02-13 Luis Machado <lgustavo@codesourcery.com>
377
378 * gdb.linespec/explicit.c (my_unique_function_name): New function.
379 (main): Call my_unique_function_name.
380 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
381 completion of patterns with a single match.
382 Add missing -re switches to gdb_test_multiple calls.
383
13a66184
LM
3842017-02-13 Luis Machado <lgustavo@codesourcery.com>
385
386 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
387 return if core file is not recognized.
388
26a06916
SM
3892017-02-10 Simon Marchi <simon.marchi@ericsson.com>
390
391 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
392 and extra UIs.
393
b761ca9e
SM
3942017-02-10 Simon Marchi <simon.marchi@ericsson.com>
395
396 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
397 proc_with_prefix.
398
b964bee0
TT
3992017-02-10 Tom Tromey <tom@tromey.com>
400
401 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
402
18da0c51
MG
4032017-02-10 Martin Galvan <martingalvan@sourceware.org>
404
405 PR gdb/21122
406 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
407
604c4576
JG
4082017-02-08 Jerome Guitton <guitton@adacore.com>
409
410 * gdb.base/define.exp: Add test for command abbreviations
411 in define.
412
20b477a7
LM
4132017-02-06 Luis Machado <lgustavo@codesourcery.com>
414
415 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
416 * gdb.reverse/insn-reverse-x86.c: New file.
417
3f7b46f2
IR
4182017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
419
420 PR tdep/20936
421 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
422
f0fd41c1
TT
4232017-02-03 Tom Tromey <tom@tromey.com>
424
425 PR rust/21097:
426 * gdb.rust/simple.exp: Add new tests.
427
5be5dbf0
PA
4282017-02-02 Pedro Alves <palves@redhat.com>
429
430 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
431 tests.
432
7346ef59
AA
4332017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
434
435 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
436 taking a 2-byte value out of a 4-byte DWARF implicit value on
437 big-endian targets.
438 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
439 logic. Add test cases for DW_OP_implicit.
440
787f0025
MM
4412017-02-01 Markus Metzger <markus.t.metzger@intel.com>
442
443 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
444
68777c29
MM
4452017-02-01 Markus Metzger <markus.t.metzger@intel.com>
446
447 * gdb.btrace/enable.exp: Call gdb_exit before
448 skip_gdbserver_tests.
449
0a1c7e28
MM
4502017-02-01 Markus Metzger <markus.t.metzger@intel.com>
451
452 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
453 GDBFLAGS.
454
b5ac99b0
MM
4552017-02-01 Markus Metzger <markus.t.metzger@intel.com>
456
457 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
458 the test is skipped.
459 * gdb.btrace/data.exp: Likewise.
460 * gdb.btrace/delta.exp: Likewise.
461 * gdb.btrace/dlopen.exp: Likewise.
462 * gdb.btrace/enable-running.exp: Likewise.
463 * gdb.btrace/enable.exp: Likewise.
464 * gdb.btrace/exception.exp: Likewise.
465 * gdb.btrace/function_call_history.exp: Likewise.
466 * gdb.btrace/gcore.exp: Likewise.
467 * gdb.btrace/instruction_history.exp: Likewise.
468 * gdb.btrace/multi-thread-step.exp: Likewise.
469 * gdb.btrace/nohist.exp: Likewise.
470 * gdb.btrace/non-stop.exp: Likewise.
471 * gdb.btrace/reconnect.exp: Likewise.
472 * gdb.btrace/record_goto-step.exp: Likewise.
473 * gdb.btrace/record_goto.exp: Likewise.
474 * gdb.btrace/rn-dl-bind.exp: Likewise.
475 * gdb.btrace/segv.exp: Likewise.
476 * gdb.btrace/step.exp: Likewise.
477 * gdb.btrace/stepi.exp: Likewise.
478 * gdb.btrace/tailcall-only.exp: Likewise.
479 * gdb.btrace/tailcall.exp: Likewise.
480 * gdb.btrace/tsx.exp: Likewise.
481 * gdb.btrace/unknown_functions.exp: Likewise.
482 * gdb.btrace/vdso.exp: Likewise.
483
cd4007e4
MM
4842017-02-01 Markus Metzger <markus.t.metzger@intel.com>
485
486 * gdb.btrace/enable-running.c: New.
487 * gdb.btrace/enable-running.exp: New.
488
2735833d
WT
4892017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
490
491 * gdb.arch/amd64-gs_base.c: New file.
492 * gdb.arch/amd64-gs_base.exp: New file.
493
b51e1e94
LM
4942017-01-26 Luis Machado <lgustavo@codesourcery.com>
495
496 * lib/memory.exp: Remove spurious empty newlines.
497
72ca0410
SM
4982017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
499
500 * gdb.python/py-bad-printers.exp: Load python file using "source".
501 * gdb.python/py-events.exp: Likewise.
502 * gdb.python/py-evsignal.exp: Likewise.
503 * gdb.python/py-evthreads.exp: Likewise.
504 * gdb.python/py-frame-args.exp: Likewise.
505 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
506 * gdb.python/py-framefilter-mi.exp: Likewise.
507 * gdb.python/py-framefilter.exp: Likewise.
508 * gdb.python/py-mi.exp: Likewise.
509 * gdb.python/py-pp-maint.exp: Likewise.
510 * gdb.python/py-pp-registration.exp: Likewise.
511 * gdb.python/py-prettyprint.exp: Likewise.
512 (run_lang_tests): Likewise.
513 * gdb.python/py-typeprint.exp: Likewise.
514
e309aa65
LM
5152017-01-26 Luis Machado <lgustavo@codesourcery.com>
516
517 * lib/memory.exp: New file.
518 * lib/gdb.exp: Load memory.exp.
519 * gdb.base/memattr.exp (delete_memory): Move proc to
520 lib/memory.exp and rename to delete_memory_regions.
521 Replace delete_memory with delete_memory_regions.
522 Cleanup memory regions before tests.
523 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
524 before tests.
525
515aff23
LM
5262017-01-26 Luis Machado <lgustavo@codesourcery.com>
527
528 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
529 files.
530 (initialize): New function conditionally defined.
531 (testcases): Move within conditional block.
532 (main): Call initialize.
533 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
534 of gdb.reverse/insn-reverse.c.
535 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
536 gdb.reverse/insn-reverse.c.
537
d8b49cf0
YQ
5382017-01-26 Yao Qi <yao.qi@linaro.org>
539
540 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
541 disassemble on address 0.
542
f13a9a0c
YQ
5432017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
544 Yao Qi <yao.qi@linaro.org>
545
546 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
547 * gdb.dwarf2/implptr-64bit.S: Remove.
548 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
549 variables in caller's context. Add DW_OP_implicit_value.
550
5ac95241
YQ
5512017-01-25 Yao Qi <yao.qi@linaro.org>
552
553 * lib/dwarf.exp (Dwarf::_location): Handle
554 DW_OP_GNU_implicit_pointer with proper size.
555
23e82930
LM
5562017-01-20 Luis Machado <lgustavo@codesourcery.com>
557
558 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
559 and add untested calls.
560
d334ae25
LM
5612017-01-20 Luis Machado <lgustavo@codesourcery.com>
562
563 * gdb.python/python.exp: Check line number against what GDB thinks
564 the line number is for func1.
565
f5e6296e
IB
5662017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
567
568 * gdb.dlang/debug-expr.exp: New file.
569
5b362f04
LM
5702016-12-23 Luis Machado <lgustavo@codesourcery.com>
571
572 Fix test names for the following files:
573
574 * gdb.ada/exec_changed.exp
575 * gdb.ada/info_types.exp
576 * gdb.arch/aarch64-atomic-inst.exp
577 * gdb.arch/aarch64-fp.exp
578 * gdb.arch/altivec-abi.exp
579 * gdb.arch/altivec-regs.exp
580 * gdb.arch/amd64-byte.exp
581 * gdb.arch/amd64-disp-step.exp
582 * gdb.arch/amd64-dword.exp
583 * gdb.arch/amd64-entry-value-inline.exp
584 * gdb.arch/amd64-entry-value-param.exp
585 * gdb.arch/amd64-entry-value-paramref.exp
586 * gdb.arch/amd64-entry-value.exp
587 * gdb.arch/amd64-i386-address.exp
588 * gdb.arch/amd64-invalid-stack-middle.exp
589 * gdb.arch/amd64-invalid-stack-top.exp
590 * gdb.arch/amd64-optimout-repeat.exp
591 * gdb.arch/amd64-prologue-skip.exp
592 * gdb.arch/amd64-prologue-xmm.exp
593 * gdb.arch/amd64-stap-special-operands.exp
594 * gdb.arch/amd64-stap-wrong-subexp.exp
595 * gdb.arch/amd64-tailcall-cxx.exp
596 * gdb.arch/amd64-tailcall-noret.exp
597 * gdb.arch/amd64-tailcall-ret.exp
598 * gdb.arch/amd64-tailcall-self.exp
599 * gdb.arch/amd64-word.exp
600 * gdb.arch/arm-bl-branch-dest.exp
601 * gdb.arch/arm-disp-step.exp
602 * gdb.arch/arm-neon.exp
603 * gdb.arch/arm-single-step-kernel-helper.exp
604 * gdb.arch/avr-flash-qualifier.exp
605 * gdb.arch/disp-step-insn-reloc.exp
606 * gdb.arch/e500-abi.exp
607 * gdb.arch/e500-regs.exp
608 * gdb.arch/ftrace-insn-reloc.exp
609 * gdb.arch/i386-avx512.exp
610 * gdb.arch/i386-bp_permanent.exp
611 * gdb.arch/i386-byte.exp
612 * gdb.arch/i386-cfi-notcurrent.exp
613 * gdb.arch/i386-disp-step.exp
614 * gdb.arch/i386-dr3-watch.exp
615 * gdb.arch/i386-float.exp
616 * gdb.arch/i386-gnu-cfi.exp
617 * gdb.arch/i386-mpx-map.exp
618 * gdb.arch/i386-mpx-sigsegv.exp
619 * gdb.arch/i386-mpx-simple_segv.exp
620 * gdb.arch/i386-mpx.exp
621 * gdb.arch/i386-permbkpt.exp
622 * gdb.arch/i386-prologue.exp
623 * gdb.arch/i386-signal.exp
624 * gdb.arch/i386-size-overlap.exp
625 * gdb.arch/i386-unwind.exp
626 * gdb.arch/i386-word.exp
627 * gdb.arch/mips-fcr.exp
628 * gdb.arch/powerpc-d128-regs.exp
629 * gdb.arch/powerpc-stackless.exp
630 * gdb.arch/ppc64-atomic-inst.exp
631 * gdb.arch/s390-stackless.exp
632 * gdb.arch/s390-tdbregs.exp
633 * gdb.arch/s390-vregs.exp
634 * gdb.arch/sparc-sysstep.exp
635 * gdb.arch/thumb-bx-pc.exp
636 * gdb.arch/thumb-singlestep.exp
637 * gdb.arch/thumb2-it.exp
638 * gdb.arch/vsx-regs.exp
639 * gdb.asm/asm-source.exp
640 * gdb.base/a2-run.exp
641 * gdb.base/advance.exp
642 * gdb.base/all-bin.exp
643 * gdb.base/anon.exp
644 * gdb.base/args.exp
645 * gdb.base/arithmet.exp
646 * gdb.base/async-shell.exp
647 * gdb.base/async.exp
648 * gdb.base/attach-pie-noexec.exp
649 * gdb.base/attach-twice.exp
650 * gdb.base/auto-load.exp
651 * gdb.base/bang.exp
652 * gdb.base/bitfields.exp
653 * gdb.base/break-always.exp
654 * gdb.base/break-caller-line.exp
655 * gdb.base/break-entry.exp
656 * gdb.base/break-inline.exp
657 * gdb.base/break-on-linker-gcd-function.exp
658 * gdb.base/break-probes.exp
659 * gdb.base/break.exp
660 * gdb.base/breakpoint-shadow.exp
661 * gdb.base/call-ar-st.exp
662 * gdb.base/call-sc.exp
663 * gdb.base/call-signal-resume.exp
664 * gdb.base/call-strs.exp
665 * gdb.base/callfuncs.exp
666 * gdb.base/catch-fork-static.exp
667 * gdb.base/catch-gdb-caused-signals.exp
668 * gdb.base/catch-load.exp
669 * gdb.base/catch-signal-fork.exp
670 * gdb.base/catch-signal.exp
671 * gdb.base/catch-syscall.exp
672 * gdb.base/charset.exp
673 * gdb.base/checkpoint.exp
674 * gdb.base/chng-syms.exp
675 * gdb.base/code-expr.exp
676 * gdb.base/code_elim.exp
677 * gdb.base/commands.exp
678 * gdb.base/completion.exp
679 * gdb.base/complex.exp
680 * gdb.base/cond-expr.exp
681 * gdb.base/condbreak.exp
682 * gdb.base/consecutive.exp
683 * gdb.base/continue-all-already-running.exp
684 * gdb.base/coredump-filter.exp
685 * gdb.base/corefile.exp
686 * gdb.base/dbx.exp
687 * gdb.base/debug-expr.exp
688 * gdb.base/define.exp
689 * gdb.base/del.exp
690 * gdb.base/disabled-location.exp
691 * gdb.base/disasm-end-cu.exp
692 * gdb.base/disasm-optim.exp
693 * gdb.base/display.exp
694 * gdb.base/duplicate-bp.exp
695 * gdb.base/ena-dis-br.exp
696 * gdb.base/ending-run.exp
697 * gdb.base/enumval.exp
698 * gdb.base/environ.exp
699 * gdb.base/eu-strip-infcall.exp
700 * gdb.base/eval-avoid-side-effects.exp
701 * gdb.base/eval-skip.exp
702 * gdb.base/exitsignal.exp
703 * gdb.base/expand-psymtabs.exp
704 * gdb.base/filesym.exp
705 * gdb.base/find-unmapped.exp
706 * gdb.base/finish.exp
707 * gdb.base/float.exp
708 * gdb.base/foll-exec-mode.exp
709 * gdb.base/foll-exec.exp
710 * gdb.base/foll-fork.exp
711 * gdb.base/fortran-sym-case.exp
712 * gdb.base/freebpcmd.exp
713 * gdb.base/func-ptr.exp
714 * gdb.base/func-ptrs.exp
715 * gdb.base/funcargs.exp
716 * gdb.base/gcore-buffer-overflow.exp
717 * gdb.base/gcore-relro-pie.exp
718 * gdb.base/gcore-relro.exp
719 * gdb.base/gcore.exp
720 * gdb.base/gdb1090.exp
721 * gdb.base/gdb11530.exp
722 * gdb.base/gdb11531.exp
723 * gdb.base/gdb1821.exp
724 * gdb.base/gdbindex-stabs.exp
725 * gdb.base/gdbvars.exp
726 * gdb.base/hbreak.exp
727 * gdb.base/hbreak2.exp
728 * gdb.base/included.exp
729 * gdb.base/infcall-input.exp
730 * gdb.base/inferior-died.exp
731 * gdb.base/infnan.exp
732 * gdb.base/info-macros.exp
733 * gdb.base/info-os.exp
734 * gdb.base/info-proc.exp
735 * gdb.base/info-shared.exp
736 * gdb.base/info-target.exp
737 * gdb.base/infoline.exp
738 * gdb.base/interp.exp
739 * gdb.base/interrupt.exp
740 * gdb.base/jit-reader.exp
741 * gdb.base/jit-simple.exp
742 * gdb.base/kill-after-signal.exp
743 * gdb.base/kill-detach-inferiors-cmd.exp
744 * gdb.base/label.exp
745 * gdb.base/langs.exp
746 * gdb.base/ldbl_e308.exp
747 * gdb.base/line-symtabs.exp
748 * gdb.base/linespecs.exp
749 * gdb.base/list.exp
750 * gdb.base/long_long.exp
751 * gdb.base/longest-types.exp
752 * gdb.base/maint.exp
753 * gdb.base/max-value-size.exp
754 * gdb.base/memattr.exp
755 * gdb.base/mips_pro.exp
756 * gdb.base/morestack.exp
757 * gdb.base/moribund-step.exp
758 * gdb.base/multi-forks.exp
759 * gdb.base/nested-addr.exp
760 * gdb.base/nextoverexit.exp
761 * gdb.base/noreturn-finish.exp
762 * gdb.base/noreturn-return.exp
763 * gdb.base/nostdlib.exp
764 * gdb.base/offsets.exp
765 * gdb.base/opaque.exp
766 * gdb.base/pc-fp.exp
767 * gdb.base/permissions.exp
768 * gdb.base/print-symbol-loading.exp
769 * gdb.base/prologue-include.exp
770 * gdb.base/psymtab.exp
771 * gdb.base/ptype.exp
772 * gdb.base/random-signal.exp
773 * gdb.base/randomize.exp
774 * gdb.base/range-stepping.exp
775 * gdb.base/readline-ask.exp
776 * gdb.base/recpar.exp
777 * gdb.base/recurse.exp
778 * gdb.base/relational.exp
779 * gdb.base/restore.exp
780 * gdb.base/return-nodebug.exp
781 * gdb.base/return.exp
782 * gdb.base/run-after-attach.exp
783 * gdb.base/save-bp.exp
784 * gdb.base/scope.exp
785 * gdb.base/sect-cmd.exp
786 * gdb.base/set-lang-auto.exp
787 * gdb.base/set-noassign.exp
788 * gdb.base/setvar.exp
789 * gdb.base/sigall.exp
790 * gdb.base/sigbpt.exp
791 * gdb.base/siginfo-addr.exp
792 * gdb.base/siginfo-infcall.exp
793 * gdb.base/siginfo-obj.exp
794 * gdb.base/siginfo.exp
795 * gdb.base/signals-state-child.exp
796 * gdb.base/signest.exp
797 * gdb.base/sigstep.exp
798 * gdb.base/sizeof.exp
799 * gdb.base/skip.exp
800 * gdb.base/solib-corrupted.exp
801 * gdb.base/solib-nodir.exp
802 * gdb.base/solib-search.exp
803 * gdb.base/stack-checking.exp
804 * gdb.base/stale-infcall.exp
805 * gdb.base/stap-probe.exp
806 * gdb.base/start.exp
807 * gdb.base/step-break.exp
808 * gdb.base/step-bt.exp
809 * gdb.base/step-line.exp
810 * gdb.base/step-over-exit.exp
811 * gdb.base/step-over-syscall.exp
812 * gdb.base/step-resume-infcall.exp
813 * gdb.base/step-test.exp
814 * gdb.base/store.exp
815 * gdb.base/structs3.exp
816 * gdb.base/sym-file.exp
817 * gdb.base/symbol-without-target_section.exp
818 * gdb.base/term.exp
819 * gdb.base/testenv.exp
820 * gdb.base/ui-redirect.exp
821 * gdb.base/until.exp
822 * gdb.base/unwindonsignal.exp
823 * gdb.base/value-double-free.exp
824 * gdb.base/vla-datatypes.exp
825 * gdb.base/vla-ptr.exp
826 * gdb.base/vla-sideeffect.exp
827 * gdb.base/volatile.exp
828 * gdb.base/watch-cond-infcall.exp
829 * gdb.base/watch-cond.exp
830 * gdb.base/watch-non-mem.exp
831 * gdb.base/watch-read.exp
832 * gdb.base/watch-vfork.exp
833 * gdb.base/watchpoint-cond-gone.exp
834 * gdb.base/watchpoint-delete.exp
835 * gdb.base/watchpoint-hw-hit-once.exp
836 * gdb.base/watchpoint-hw.exp
837 * gdb.base/watchpoint-stops-at-right-insn.exp
838 * gdb.base/watchpoints.exp
839 * gdb.base/wchar.exp
840 * gdb.base/whatis-exp.exp
841 * gdb.btrace/buffer-size.exp
842 * gdb.btrace/data.exp
843 * gdb.btrace/delta.exp
844 * gdb.btrace/dlopen.exp
845 * gdb.btrace/enable.exp
846 * gdb.btrace/exception.exp
847 * gdb.btrace/function_call_history.exp
848 * gdb.btrace/gcore.exp
849 * gdb.btrace/instruction_history.exp
850 * gdb.btrace/nohist.exp
851 * gdb.btrace/reconnect.exp
852 * gdb.btrace/record_goto-step.exp
853 * gdb.btrace/record_goto.exp
854 * gdb.btrace/rn-dl-bind.exp
855 * gdb.btrace/segv.exp
856 * gdb.btrace/step.exp
857 * gdb.btrace/stepi.exp
858 * gdb.btrace/tailcall-only.exp
859 * gdb.btrace/tailcall.exp
860 * gdb.btrace/tsx.exp
861 * gdb.btrace/unknown_functions.exp
862 * gdb.btrace/vdso.exp
863 * gdb.compile/compile-ifunc.exp
864 * gdb.compile/compile-ops.exp
865 * gdb.compile/compile-print.exp
866 * gdb.compile/compile-setjmp.exp
867 * gdb.cp/abstract-origin.exp
868 * gdb.cp/ambiguous.exp
869 * gdb.cp/annota2.exp
870 * gdb.cp/annota3.exp
871 * gdb.cp/anon-ns.exp
872 * gdb.cp/anon-struct.exp
873 * gdb.cp/anon-union.exp
874 * gdb.cp/arg-reference.exp
875 * gdb.cp/baseenum.exp
876 * gdb.cp/bool.exp
877 * gdb.cp/breakpoint.exp
878 * gdb.cp/bs15503.exp
879 * gdb.cp/call-c.exp
880 * gdb.cp/casts.exp
881 * gdb.cp/chained-calls.exp
882 * gdb.cp/class2.exp
883 * gdb.cp/classes.exp
884 * gdb.cp/cmpd-minsyms.exp
885 * gdb.cp/converts.exp
886 * gdb.cp/cp-relocate.exp
887 * gdb.cp/cpcompletion.exp
888 * gdb.cp/cpexprs.exp
889 * gdb.cp/cplabel.exp
890 * gdb.cp/cplusfuncs.exp
891 * gdb.cp/cpsizeof.exp
892 * gdb.cp/ctti.exp
893 * gdb.cp/derivation.exp
894 * gdb.cp/destrprint.exp
895 * gdb.cp/dispcxx.exp
896 * gdb.cp/enum-class.exp
897 * gdb.cp/exception.exp
898 * gdb.cp/exceptprint.exp
899 * gdb.cp/expand-psymtabs-cxx.exp
900 * gdb.cp/expand-sals.exp
901 * gdb.cp/extern-c.exp
902 * gdb.cp/filename.exp
903 * gdb.cp/formatted-ref.exp
904 * gdb.cp/fpointer.exp
905 * gdb.cp/gdb1355.exp
906 * gdb.cp/gdb2495.exp
907 * gdb.cp/hang.exp
908 * gdb.cp/impl-this.exp
909 * gdb.cp/infcall-dlopen.exp
910 * gdb.cp/inherit.exp
911 * gdb.cp/iostream.exp
912 * gdb.cp/koenig.exp
913 * gdb.cp/local.exp
914 * gdb.cp/m-data.exp
915 * gdb.cp/m-static.exp
916 * gdb.cp/mb-ctor.exp
917 * gdb.cp/mb-inline.exp
918 * gdb.cp/mb-templates.exp
919 * gdb.cp/member-name.exp
920 * gdb.cp/member-ptr.exp
921 * gdb.cp/meth-typedefs.exp
922 * gdb.cp/method.exp
923 * gdb.cp/method2.exp
924 * gdb.cp/minsym-fallback.exp
925 * gdb.cp/misc.exp
926 * gdb.cp/namelessclass.exp
927 * gdb.cp/namespace-enum.exp
928 * gdb.cp/namespace-nested-import.exp
929 * gdb.cp/namespace.exp
930 * gdb.cp/nextoverthrow.exp
931 * gdb.cp/no-dmgl-verbose.exp
932 * gdb.cp/non-trivial-retval.exp
933 * gdb.cp/noparam.exp
934 * gdb.cp/nsdecl.exp
935 * gdb.cp/nsimport.exp
936 * gdb.cp/nsnested.exp
937 * gdb.cp/nsnoimports.exp
938 * gdb.cp/nsrecurs.exp
939 * gdb.cp/nsstress.exp
940 * gdb.cp/nsusing.exp
941 * gdb.cp/operator.exp
942 * gdb.cp/oranking.exp
943 * gdb.cp/overload-const.exp
944 * gdb.cp/overload.exp
945 * gdb.cp/ovldbreak.exp
946 * gdb.cp/ovsrch.exp
947 * gdb.cp/paren-type.exp
948 * gdb.cp/parse-lang.exp
949 * gdb.cp/pass-by-ref.exp
950 * gdb.cp/pr-1023.exp
951 * gdb.cp/pr-1210.exp
952 * gdb.cp/pr-574.exp
953 * gdb.cp/pr10687.exp
954 * gdb.cp/pr12028.exp
955 * gdb.cp/pr17132.exp
956 * gdb.cp/pr17494.exp
957 * gdb.cp/pr9067.exp
958 * gdb.cp/pr9167.exp
959 * gdb.cp/pr9631.exp
960 * gdb.cp/printmethod.exp
961 * gdb.cp/psmang.exp
962 * gdb.cp/psymtab-parameter.exp
963 * gdb.cp/ptype-cv-cp.exp
964 * gdb.cp/ptype-flags.exp
965 * gdb.cp/re-set-overloaded.exp
966 * gdb.cp/ref-types.exp
967 * gdb.cp/rtti.exp
968 * gdb.cp/scope-err.exp
969 * gdb.cp/shadow.exp
970 * gdb.cp/smartp.exp
971 * gdb.cp/static-method.exp
972 * gdb.cp/static-print-quit.exp
973 * gdb.cp/temargs.exp
974 * gdb.cp/templates.exp
975 * gdb.cp/try_catch.exp
976 * gdb.cp/typedef-operator.exp
977 * gdb.cp/typeid.exp
978 * gdb.cp/userdef.exp
979 * gdb.cp/using-crash.exp
980 * gdb.cp/var-tag.exp
981 * gdb.cp/virtbase.exp
982 * gdb.cp/virtfunc.exp
983 * gdb.cp/virtfunc2.exp
984 * gdb.cp/vla-cxx.exp
985 * gdb.disasm/t01_mov.exp
986 * gdb.disasm/t02_mova.exp
987 * gdb.disasm/t03_add.exp
988 * gdb.disasm/t04_sub.exp
989 * gdb.disasm/t05_cmp.exp
990 * gdb.disasm/t06_ari2.exp
991 * gdb.disasm/t07_ari3.exp
992 * gdb.disasm/t08_or.exp
993 * gdb.disasm/t09_xor.exp
994 * gdb.disasm/t10_and.exp
995 * gdb.disasm/t11_logs.exp
996 * gdb.disasm/t12_bit.exp
997 * gdb.disasm/t13_otr.exp
998 * gdb.dlang/circular.exp
999 * gdb.dwarf2/arr-stride.exp
1000 * gdb.dwarf2/arr-subrange.exp
1001 * gdb.dwarf2/atomic-type.exp
1002 * gdb.dwarf2/bad-regnum.exp
1003 * gdb.dwarf2/bitfield-parent-optimized-out.exp
1004 * gdb.dwarf2/callframecfa.exp
1005 * gdb.dwarf2/clztest.exp
1006 * gdb.dwarf2/corrupt.exp
1007 * gdb.dwarf2/data-loc.exp
1008 * gdb.dwarf2/dup-psym.exp
1009 * gdb.dwarf2/dw2-anon-mptr.exp
1010 * gdb.dwarf2/dw2-anonymous-func.exp
1011 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
1012 * gdb.dwarf2/dw2-bad-unresolved.exp
1013 * gdb.dwarf2/dw2-basic.exp
1014 * gdb.dwarf2/dw2-canonicalize-type.exp
1015 * gdb.dwarf2/dw2-case-insensitive.exp
1016 * gdb.dwarf2/dw2-common-block.exp
1017 * gdb.dwarf2/dw2-compdir-oldgcc.exp
1018 * gdb.dwarf2/dw2-compressed.exp
1019 * gdb.dwarf2/dw2-const.exp
1020 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
1021 * gdb.dwarf2/dw2-cu-size.exp
1022 * gdb.dwarf2/dw2-dup-frame.exp
1023 * gdb.dwarf2/dw2-entry-value.exp
1024 * gdb.dwarf2/dw2-icycle.exp
1025 * gdb.dwarf2/dw2-ifort-parameter.exp
1026 * gdb.dwarf2/dw2-inline-break.exp
1027 * gdb.dwarf2/dw2-inline-param.exp
1028 * gdb.dwarf2/dw2-intercu.exp
1029 * gdb.dwarf2/dw2-intermix.exp
1030 * gdb.dwarf2/dw2-lexical-block-bare.exp
1031 * gdb.dwarf2/dw2-linkage-name-trust.exp
1032 * gdb.dwarf2/dw2-minsym-in-cu.exp
1033 * gdb.dwarf2/dw2-noloc.exp
1034 * gdb.dwarf2/dw2-op-call.exp
1035 * gdb.dwarf2/dw2-op-out-param.exp
1036 * gdb.dwarf2/dw2-opt-structptr.exp
1037 * gdb.dwarf2/dw2-param-error.exp
1038 * gdb.dwarf2/dw2-producer.exp
1039 * gdb.dwarf2/dw2-ranges-base.exp
1040 * gdb.dwarf2/dw2-ref-missing-frame.exp
1041 * gdb.dwarf2/dw2-reg-undefined.exp
1042 * gdb.dwarf2/dw2-regno-invalid.exp
1043 * gdb.dwarf2/dw2-restore.exp
1044 * gdb.dwarf2/dw2-restrict.exp
1045 * gdb.dwarf2/dw2-single-line-discriminators.exp
1046 * gdb.dwarf2/dw2-strp.exp
1047 * gdb.dwarf2/dw2-undefined-ret-addr.exp
1048 * gdb.dwarf2/dw2-unresolved.exp
1049 * gdb.dwarf2/dw2-var-zero-addr.exp
1050 * gdb.dwarf2/dw4-sig-types.exp
1051 * gdb.dwarf2/dwz.exp
1052 * gdb.dwarf2/dynarr-ptr.exp
1053 * gdb.dwarf2/enum-type.exp
1054 * gdb.dwarf2/gdb-index.exp
1055 * gdb.dwarf2/implptr-64bit.exp
1056 * gdb.dwarf2/implptr-optimized-out.exp
1057 * gdb.dwarf2/implptr.exp
1058 * gdb.dwarf2/implref-array.exp
1059 * gdb.dwarf2/implref-const.exp
1060 * gdb.dwarf2/implref-global.exp
1061 * gdb.dwarf2/implref-struct.exp
1062 * gdb.dwarf2/mac-fileno.exp
1063 * gdb.dwarf2/main-subprogram.exp
1064 * gdb.dwarf2/member-ptr-forwardref.exp
1065 * gdb.dwarf2/method-ptr.exp
1066 * gdb.dwarf2/missing-sig-type.exp
1067 * gdb.dwarf2/nonvar-access.exp
1068 * gdb.dwarf2/opaque-type-lookup.exp
1069 * gdb.dwarf2/pieces-optimized-out.exp
1070 * gdb.dwarf2/pieces.exp
1071 * gdb.dwarf2/pr10770.exp
1072 * gdb.dwarf2/pr13961.exp
1073 * gdb.dwarf2/staticvirtual.exp
1074 * gdb.dwarf2/subrange.exp
1075 * gdb.dwarf2/symtab-producer.exp
1076 * gdb.dwarf2/trace-crash.exp
1077 * gdb.dwarf2/typeddwarf.exp
1078 * gdb.dwarf2/valop.exp
1079 * gdb.dwarf2/watch-notconst.exp
1080 * gdb.fortran/array-element.exp
1081 * gdb.fortran/charset.exp
1082 * gdb.fortran/common-block.exp
1083 * gdb.fortran/complex.exp
1084 * gdb.fortran/derived-type-function.exp
1085 * gdb.fortran/derived-type.exp
1086 * gdb.fortran/logical.exp
1087 * gdb.fortran/module.exp
1088 * gdb.fortran/multi-dim.exp
1089 * gdb.fortran/nested-funcs.exp
1090 * gdb.fortran/print-formatted.exp
1091 * gdb.fortran/subarray.exp
1092 * gdb.fortran/vla-alloc-assoc.exp
1093 * gdb.fortran/vla-datatypes.exp
1094 * gdb.fortran/vla-history.exp
1095 * gdb.fortran/vla-ptr-info.exp
1096 * gdb.fortran/vla-ptype-sub.exp
1097 * gdb.fortran/vla-ptype.exp
1098 * gdb.fortran/vla-sizeof.exp
1099 * gdb.fortran/vla-type.exp
1100 * gdb.fortran/vla-value-sub-arbitrary.exp
1101 * gdb.fortran/vla-value-sub-finish.exp
1102 * gdb.fortran/vla-value-sub.exp
1103 * gdb.fortran/vla-value.exp
1104 * gdb.fortran/whatis_type.exp
1105 * gdb.go/chan.exp
1106 * gdb.go/handcall.exp
1107 * gdb.go/hello.exp
1108 * gdb.go/integers.exp
1109 * gdb.go/methods.exp
1110 * gdb.go/package.exp
1111 * gdb.go/strings.exp
1112 * gdb.go/types.exp
1113 * gdb.go/unsafe.exp
1114 * gdb.guile/scm-arch.exp
1115 * gdb.guile/scm-block.exp
1116 * gdb.guile/scm-breakpoint.exp
1117 * gdb.guile/scm-cmd.exp
1118 * gdb.guile/scm-disasm.exp
1119 * gdb.guile/scm-equal.exp
1120 * gdb.guile/scm-frame-args.exp
1121 * gdb.guile/scm-frame-inline.exp
1122 * gdb.guile/scm-frame.exp
1123 * gdb.guile/scm-iterator.exp
1124 * gdb.guile/scm-math.exp
1125 * gdb.guile/scm-objfile.exp
1126 * gdb.guile/scm-ports.exp
1127 * gdb.guile/scm-symbol.exp
1128 * gdb.guile/scm-symtab.exp
1129 * gdb.guile/scm-value-cc.exp
1130 * gdb.guile/types-module.exp
1131 * gdb.linespec/break-ask.exp
1132 * gdb.linespec/cpexplicit.exp
1133 * gdb.linespec/explicit.exp
1134 * gdb.linespec/keywords.exp
1135 * gdb.linespec/linespec.exp
1136 * gdb.linespec/ls-dollar.exp
1137 * gdb.linespec/ls-errs.exp
1138 * gdb.linespec/skip-two.exp
1139 * gdb.linespec/thread.exp
1140 * gdb.mi/mi-async.exp
1141 * gdb.mi/mi-basics.exp
1142 * gdb.mi/mi-break.exp
1143 * gdb.mi/mi-catch-load.exp
1144 * gdb.mi/mi-cli.exp
1145 * gdb.mi/mi-cmd-param-changed.exp
1146 * gdb.mi/mi-console.exp
1147 * gdb.mi/mi-detach.exp
1148 * gdb.mi/mi-disassemble.exp
1149 * gdb.mi/mi-eval.exp
1150 * gdb.mi/mi-file-transfer.exp
1151 * gdb.mi/mi-file.exp
1152 * gdb.mi/mi-fill-memory.exp
1153 * gdb.mi/mi-inheritance-syntax-error.exp
1154 * gdb.mi/mi-linespec-err-cp.exp
1155 * gdb.mi/mi-logging.exp
1156 * gdb.mi/mi-memory-changed.exp
1157 * gdb.mi/mi-read-memory.exp
1158 * gdb.mi/mi-record-changed.exp
1159 * gdb.mi/mi-reg-undefined.exp
1160 * gdb.mi/mi-regs.exp
1161 * gdb.mi/mi-return.exp
1162 * gdb.mi/mi-reverse.exp
1163 * gdb.mi/mi-simplerun.exp
1164 * gdb.mi/mi-solib.exp
1165 * gdb.mi/mi-stack.exp
1166 * gdb.mi/mi-stepi.exp
1167 * gdb.mi/mi-syn-frame.exp
1168 * gdb.mi/mi-until.exp
1169 * gdb.mi/mi-var-block.exp
1170 * gdb.mi/mi-var-child.exp
1171 * gdb.mi/mi-var-cmd.exp
1172 * gdb.mi/mi-var-cp.exp
1173 * gdb.mi/mi-var-display.exp
1174 * gdb.mi/mi-var-invalidate.exp
1175 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
1176 * gdb.mi/mi-vla-fortran.exp
1177 * gdb.mi/mi-watch.exp
1178 * gdb.mi/mi2-var-child.exp
1179 * gdb.mi/user-selected-context-sync.exp
1180 * gdb.modula2/unbounded-array.exp
1181 * gdb.multi/dummy-frame-restore.exp
1182 * gdb.multi/multi-arch-exec.exp
1183 * gdb.multi/multi-arch.exp
1184 * gdb.multi/tids.exp
1185 * gdb.multi/watchpoint-multi.exp
1186 * gdb.opencl/callfuncs.exp
1187 * gdb.opencl/convs_casts.exp
1188 * gdb.opencl/datatypes.exp
1189 * gdb.opencl/operators.exp
1190 * gdb.opencl/vec_comps.exp
1191 * gdb.opt/clobbered-registers-O2.exp
1192 * gdb.opt/inline-break.exp
1193 * gdb.opt/inline-bt.exp
1194 * gdb.opt/inline-cmds.exp
1195 * gdb.opt/inline-locals.exp
1196 * gdb.pascal/case-insensitive-symbols.exp
1197 * gdb.pascal/floats.exp
1198 * gdb.pascal/gdb11492.exp
1199 * gdb.python/lib-types.exp
1200 * gdb.python/py-arch.exp
1201 * gdb.python/py-as-string.exp
1202 * gdb.python/py-bad-printers.exp
1203 * gdb.python/py-block.exp
1204 * gdb.python/py-breakpoint-create-fail.exp
1205 * gdb.python/py-breakpoint.exp
1206 * gdb.python/py-caller-is.exp
1207 * gdb.python/py-cmd.exp
1208 * gdb.python/py-explore-cc.exp
1209 * gdb.python/py-explore.exp
1210 * gdb.python/py-finish-breakpoint.exp
1211 * gdb.python/py-finish-breakpoint2.exp
1212 * gdb.python/py-frame-args.exp
1213 * gdb.python/py-frame-inline.exp
1214 * gdb.python/py-frame.exp
1215 * gdb.python/py-framefilter-mi.exp
1216 * gdb.python/py-infthread.exp
1217 * gdb.python/py-lazy-string.exp
1218 * gdb.python/py-linetable.exp
1219 * gdb.python/py-mi-events.exp
1220 * gdb.python/py-mi-objfile.exp
1221 * gdb.python/py-mi.exp
1222 * gdb.python/py-objfile.exp
1223 * gdb.python/py-pp-integral.exp
1224 * gdb.python/py-pp-maint.exp
1225 * gdb.python/py-pp-re-notag.exp
1226 * gdb.python/py-pp-registration.exp
1227 * gdb.python/py-recurse-unwind.exp
1228 * gdb.python/py-strfns.exp
1229 * gdb.python/py-symbol.exp
1230 * gdb.python/py-symtab.exp
1231 * gdb.python/py-sync-interp.exp
1232 * gdb.python/py-typeprint.exp
1233 * gdb.python/py-unwind-maint.exp
1234 * gdb.python/py-unwind.exp
1235 * gdb.python/py-value-cc.exp
1236 * gdb.python/py-xmethods.exp
1237 * gdb.reverse/amd64-tailcall-reverse.exp
1238 * gdb.reverse/break-precsave.exp
1239 * gdb.reverse/break-reverse.exp
1240 * gdb.reverse/consecutive-precsave.exp
1241 * gdb.reverse/consecutive-reverse.exp
1242 * gdb.reverse/finish-precsave.exp
1243 * gdb.reverse/finish-reverse-bkpt.exp
1244 * gdb.reverse/finish-reverse.exp
1245 * gdb.reverse/fstatat-reverse.exp
1246 * gdb.reverse/getresuid-reverse.exp
1247 * gdb.reverse/i386-precsave.exp
1248 * gdb.reverse/i386-reverse.exp
1249 * gdb.reverse/i386-sse-reverse.exp
1250 * gdb.reverse/i387-env-reverse.exp
1251 * gdb.reverse/i387-stack-reverse.exp
1252 * gdb.reverse/insn-reverse.exp
1253 * gdb.reverse/machinestate-precsave.exp
1254 * gdb.reverse/machinestate.exp
1255 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1256 * gdb.reverse/pipe-reverse.exp
1257 * gdb.reverse/readv-reverse.exp
1258 * gdb.reverse/recvmsg-reverse.exp
1259 * gdb.reverse/rerun-prec.exp
1260 * gdb.reverse/s390-mvcle.exp
1261 * gdb.reverse/step-precsave.exp
1262 * gdb.reverse/step-reverse.exp
1263 * gdb.reverse/time-reverse.exp
1264 * gdb.reverse/until-precsave.exp
1265 * gdb.reverse/until-reverse.exp
1266 * gdb.reverse/waitpid-reverse.exp
1267 * gdb.reverse/watch-precsave.exp
1268 * gdb.reverse/watch-reverse.exp
1269 * gdb.rust/generics.exp
1270 * gdb.rust/methods.exp
1271 * gdb.rust/modules.exp
1272 * gdb.rust/simple.exp
1273 * gdb.server/connect-with-no-symbol-file.exp
1274 * gdb.server/ext-attach.exp
1275 * gdb.server/ext-restart.exp
1276 * gdb.server/ext-wrapper.exp
1277 * gdb.server/file-transfer.exp
1278 * gdb.server/server-exec-info.exp
1279 * gdb.server/server-kill.exp
1280 * gdb.server/server-mon.exp
1281 * gdb.server/wrapper.exp
1282 * gdb.stabs/exclfwd.exp
1283 * gdb.stabs/gdb11479.exp
1284 * gdb.threads/clone-new-thread-event.exp
1285 * gdb.threads/corethreads.exp
1286 * gdb.threads/current-lwp-dead.exp
1287 * gdb.threads/dlopen-libpthread.exp
1288 * gdb.threads/gcore-thread.exp
1289 * gdb.threads/sigstep-threads.exp
1290 * gdb.threads/watchpoint-fork.exp
1291 * gdb.trace/actions-changed.exp
1292 * gdb.trace/backtrace.exp
1293 * gdb.trace/change-loc.exp
1294 * gdb.trace/circ.exp
1295 * gdb.trace/collection.exp
1296 * gdb.trace/disconnected-tracing.exp
1297 * gdb.trace/ftrace.exp
1298 * gdb.trace/mi-trace-frame-collected.exp
1299 * gdb.trace/mi-trace-unavailable.exp
1300 * gdb.trace/mi-traceframe-changed.exp
1301 * gdb.trace/mi-tsv-changed.exp
1302 * gdb.trace/no-attach-trace.exp
1303 * gdb.trace/passc-dyn.exp
1304 * gdb.trace/qtro.exp
1305 * gdb.trace/range-stepping.exp
1306 * gdb.trace/read-memory.exp
1307 * gdb.trace/save-trace.exp
1308 * gdb.trace/signal.exp
1309 * gdb.trace/status-stop.exp
1310 * gdb.trace/tfile.exp
1311 * gdb.trace/trace-break.exp
1312 * gdb.trace/trace-buffer-size.exp
1313 * gdb.trace/trace-condition.exp
1314 * gdb.trace/tracefile-pseudo-reg.exp
1315 * gdb.trace/tstatus.exp
1316 * gdb.trace/unavailable.exp
1317 * gdb.trace/while-dyn.exp
1318 * gdb.trace/while-stepping.exp
1319
34c41c68
DE
13202016-12-22 Doug Evans <xdje42@gmail.com>
1321
1322 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
1323 and msymbols.
1324
16e69324
YQ
13252016-12-19 Yao Qi <yao.qi@linaro.org>
1326
1327 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
1328 (test_with_self): Don't call do_steps_and_nexts, and remove
1329 code about stepping into xmalloc.
1330
f94f411b
YQ
13312016-12-09 Yao Qi <yao.qi@linaro.org>
1332
1333 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
1334
13352016-12-09 Yao Qi <yao.qi@linaro.org>
1336
1337 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
1338
f1b5deee
PA
13392016-12-09 Pedro Alves <palves@redhat.com>
1340
1341 * gdb.base/all-architectures-0.exp: New file.
1342 * gdb.base/all-architectures-1.exp: New file.
1343 * gdb.base/all-architectures-2.exp: New file.
1344 * gdb.base/all-architectures-3.exp: New file.
1345 * gdb.base/all-architectures-4.exp: New file.
1346 * gdb.base/all-architectures-5.exp: New file.
1347 * gdb.base/all-architectures-6.exp: New file.
1348 * gdb.base/all-architectures-7.exp: New file.
1349 * gdb.base/all-architectures.exp.in: New file.
1350
364ca42e
YQ
13512016-12-09 Yao Qi <yao.qi@linaro.org>
1352
1353 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
1354
107c2d62
LM
13552016-12-02 Luis Machado <lgustavo@codesourcery.com>
1356
1357 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
1358 possible.
1359 Remove useless pattern-matching code.
1360
df3ee9ca
PA
13612016-12-02 Pedro Alves <palves@redhat.com>
1362
1363 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
1364 procedure.
1365 (top level): Call it.
1366
ec835369
PA
13672016-12-02 Pedro Alves <palves@redhat.com>
1368
1369 * gdb.base/commands.exp (user_defined_command_args_stack_test):
1370 New procedure.
1371 (top level): Call it.
1372
01770bbd
PA
13732016-12-02 Pedro Alves <palves@redhat.com>
1374
1375 PR cli/20559
1376 * gdb.base/commands.exp (user_defined_command_args_eval): New
1377 procedure.
1378 (top level): Call it.
1379
008459ea
LM
13802016-12-02 Luis Machado <lgustavo@codesourcery.com>
1381
1382 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
1383 timeout handling.
1384
0c1b455e
TT
13852016-12-02 Tom Tromey <tom@tromey.com>
1386
1387 * gdb.dwarf2/main-subprogram.c: New file.
1388 * gdb.dwarf2/main-subprogram.exp: New file.
1389
018572b8
LM
13902016-12-01 Luis Machado <lgustavo@codesourcery.com>
1391
1392 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
1393 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
1394 gdb_test_no_output for a couple of cases.
1395 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
1396
84c93cd5
LM
13972016-12-01 Luis Machado <lgustavo@codesourcery.com>
1398
1399 Fix test names and standardize compilation error messages throughout
1400 the following files:
1401
1402 * gdb.ada/start.exp
1403 * gdb.arch/alpha-step.exp
1404 * gdb.arch/e500-prologue.exp
1405 * gdb.arch/ftrace-insn-reloc.exp
1406 * gdb.arch/gdb1291.exp
1407 * gdb.arch/gdb1431.exp
1408 * gdb.arch/gdb1558.exp
1409 * gdb.arch/i386-dr3-watch.exp
1410 * gdb.arch/i386-sse-stack-align.exp
1411 * gdb.arch/ia64-breakpoint-shadow.exp
1412 * gdb.arch/pa-nullify.exp
1413 * gdb.arch/powerpc-aix-prologue.exp
1414 * gdb.arch/thumb-bx-pc.exp
1415 * gdb.base/annota1.exp
1416 * gdb.base/annota3.exp
1417 * gdb.base/arrayidx.exp
1418 * gdb.base/assign.exp
1419 * gdb.base/attach.exp
1420 * gdb.base/auxv.exp
1421 * gdb.base/bang.exp
1422 * gdb.base/bfp-test.exp
1423 * gdb.base/bigcore.exp
1424 * gdb.base/bitfields2.exp
1425 * gdb.base/break-fun-addr.exp
1426 * gdb.base/break-probes.exp
1427 * gdb.base/call-rt-st.exp
1428 * gdb.base/callexit.exp
1429 * gdb.base/catch-fork-kill.exp
1430 * gdb.base/charset.exp
1431 * gdb.base/checkpoint.exp
1432 * gdb.base/comprdebug.exp
1433 * gdb.base/constvars.exp
1434 * gdb.base/coredump-filter.exp
1435 * gdb.base/cursal.exp
1436 * gdb.base/cvexpr.exp
1437 * gdb.base/detach.exp
1438 * gdb.base/display.exp
1439 * gdb.base/dmsym.exp
1440 * gdb.base/dprintf-pending.exp
1441 * gdb.base/dso2dso.exp
1442 * gdb.base/dtrace-probe.exp
1443 * gdb.base/dump.exp
1444 * gdb.base/enum_cond.exp
1445 * gdb.base/exe-lock.exp
1446 * gdb.base/exec-invalid-sysroot.exp
1447 * gdb.base/execl-update-breakpoints.exp
1448 * gdb.base/exprs.exp
1449 * gdb.base/fileio.exp
1450 * gdb.base/find.exp
1451 * gdb.base/finish.exp
1452 * gdb.base/fixsection.exp
1453 * gdb.base/foll-vfork.exp
1454 * gdb.base/frame-args.exp
1455 * gdb.base/gcore.exp
1456 * gdb.base/gdb1250.exp
1457 * gdb.base/global-var-nested-by-dso.exp
1458 * gdb.base/gnu-ifunc.exp
1459 * gdb.base/hashline1.exp
1460 * gdb.base/hashline2.exp
1461 * gdb.base/hashline3.exp
1462 * gdb.base/hbreak-in-shr-unsupported.exp
1463 * gdb.base/huge.exp
1464 * gdb.base/infcall-input.exp
1465 * gdb.base/info-fun.exp
1466 * gdb.base/info-shared.exp
1467 * gdb.base/jit-simple.exp
1468 * gdb.base/jit-so.exp
1469 * gdb.base/jit.exp
1470 * gdb.base/jump.exp
1471 * gdb.base/label.exp
1472 * gdb.base/lineinc.exp
1473 * gdb.base/logical.exp
1474 * gdb.base/longjmp.exp
1475 * gdb.base/macscp.exp
1476 * gdb.base/miscexprs.exp
1477 * gdb.base/new-ui-echo.exp
1478 * gdb.base/new-ui-pending-input.exp
1479 * gdb.base/new-ui.exp
1480 * gdb.base/nodebug.exp
1481 * gdb.base/nofield.exp
1482 * gdb.base/offsets.exp
1483 * gdb.base/overlays.exp
1484 * gdb.base/pending.exp
1485 * gdb.base/pointers.exp
1486 * gdb.base/pr11022.exp
1487 * gdb.base/printcmds.exp
1488 * gdb.base/prologue.exp
1489 * gdb.base/ptr-typedef.exp
1490 * gdb.base/realname-expand.exp
1491 * gdb.base/relativedebug.exp
1492 * gdb.base/relocate.exp
1493 * gdb.base/remote.exp
1494 * gdb.base/reread.exp
1495 * gdb.base/return2.exp
1496 * gdb.base/savedregs.exp
1497 * gdb.base/sep.exp
1498 * gdb.base/sepdebug.exp
1499 * gdb.base/sepsymtab.exp
1500 * gdb.base/set-inferior-tty.exp
1501 * gdb.base/setshow.exp
1502 * gdb.base/shlib-call.exp
1503 * gdb.base/sigaltstack.exp
1504 * gdb.base/siginfo-addr.exp
1505 * gdb.base/signals.exp
1506 * gdb.base/signull.exp
1507 * gdb.base/sigrepeat.exp
1508 * gdb.base/so-impl-ld.exp
1509 * gdb.base/solib-display.exp
1510 * gdb.base/solib-overlap.exp
1511 * gdb.base/solib-search.exp
1512 * gdb.base/solib-symbol.exp
1513 * gdb.base/structs.exp
1514 * gdb.base/structs2.exp
1515 * gdb.base/symtab-search-order.exp
1516 * gdb.base/twice.exp
1517 * gdb.base/unload.exp
1518 * gdb.base/varargs.exp
1519 * gdb.base/watchpoint-solib.exp
1520 * gdb.base/watchpoint.exp
1521 * gdb.base/whatis.exp
1522 * gdb.base/wrong_frame_bt_full.exp
1523 * gdb.btrace/dlopen.exp
1524 * gdb.cell/ea-standalone.exp
1525 * gdb.cell/ea-test.exp
1526 * gdb.cp/dispcxx.exp
1527 * gdb.cp/gdb2384.exp
1528 * gdb.cp/method2.exp
1529 * gdb.cp/nextoverthrow.exp
1530 * gdb.cp/pr10728.exp
1531 * gdb.disasm/am33.exp
1532 * gdb.disasm/h8300s.exp
1533 * gdb.disasm/mn10300.exp
1534 * gdb.disasm/sh3.exp
1535 * gdb.dwarf2/dw2-dir-file-name.exp
1536 * gdb.fortran/complex.exp
1537 * gdb.fortran/library-module.exp
1538 * gdb.guile/scm-pretty-print.exp
1539 * gdb.guile/scm-symbol.exp
1540 * gdb.guile/scm-type.exp
1541 * gdb.guile/scm-value.exp
1542 * gdb.linespec/linespec.exp
1543 * gdb.mi/gdb701.exp
1544 * gdb.mi/gdb792.exp
1545 * gdb.mi/mi-breakpoint-changed.exp
1546 * gdb.mi/mi-dprintf-pending.exp
1547 * gdb.mi/mi-dprintf.exp
1548 * gdb.mi/mi-exit-code.exp
1549 * gdb.mi/mi-pending.exp
1550 * gdb.mi/mi-solib.exp
1551 * gdb.mi/new-ui-mi-sync.exp
1552 * gdb.mi/pr11022.exp
1553 * gdb.mi/user-selected-context-sync.exp
1554 * gdb.opt/solib-intra-step.exp
1555 * gdb.python/py-events.exp
1556 * gdb.python/py-finish-breakpoint.exp
1557 * gdb.python/py-mi.exp
1558 * gdb.python/py-prettyprint.exp
1559 * gdb.python/py-shared.exp
1560 * gdb.python/py-symbol.exp
1561 * gdb.python/py-template.exp
1562 * gdb.python/py-type.exp
1563 * gdb.python/py-value.exp
1564 * gdb.reverse/solib-precsave.exp
1565 * gdb.reverse/solib-reverse.exp
1566 * gdb.server/solib-list.exp
1567 * gdb.stabs/weird.exp
1568 * gdb.threads/reconnect-signal.exp
1569 * gdb.threads/stepi-random-signal.exp
1570 * gdb.trace/actions.exp
1571 * gdb.trace/ax.exp
1572 * gdb.trace/backtrace.exp
1573 * gdb.trace/change-loc.exp
1574 * gdb.trace/deltrace.exp
1575 * gdb.trace/ftrace-lock.exp
1576 * gdb.trace/ftrace.exp
1577 * gdb.trace/infotrace.exp
1578 * gdb.trace/mi-tracepoint-changed.exp
1579 * gdb.trace/packetlen.exp
1580 * gdb.trace/passcount.exp
1581 * gdb.trace/pending.exp
1582 * gdb.trace/range-stepping.exp
1583 * gdb.trace/report.exp
1584 * gdb.trace/stap-trace.exp
1585 * gdb.trace/tfind.exp
1586 * gdb.trace/trace-break.exp
1587 * gdb.trace/trace-condition.exp
1588 * gdb.trace/trace-enable-disable.exp
1589 * gdb.trace/trace-mt.exp
1590 * gdb.trace/tracecmd.exp
1591 * gdb.trace/tspeed.exp
1592 * gdb.trace/tsv.exp
1593 * lib/perftest.exp
1594
fb9feb35
LM
15952016-12-01 Luis Machado <lgustavo@codesourcery.com>
1596
1597 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
1598 with gdb_test_no_output.
1599 Use command as test name.
1600
cd2ddb6c
LM
16012016-12-01 Luis Machado <lgustavo@codesourcery.com>
1602
1603 Fix test names starting with uppercase throughout the files.
1604
1605 * gdb.ada/assign_1.exp
1606 * gdb.ada/boolean_expr.exp
1607 * gdb.base/arrayidx.exp
1608 * gdb.base/del.exp
1609 * gdb.base/gcore-buffer-overflow.exp
1610 * gdb.base/testenv.exp
1611 * gdb.compile/compile.exp
1612 * gdb.python/py-framefilter-invalidarg.exp
1613 * gdb.python/py-framefilter.exp
1614
bb95117e
LM
16152016-12-01 Luis Machado <lgustavo@codesourcery.com>
1616
1617 Fix test names starting with uppercase throughout the files.
1618
1619 * gdb.ada/array_return.exp
1620 * gdb.ada/expr_delims.exp
1621 * gdb.ada/mi_dyn_arr.exp
1622 * gdb.ada/mi_interface.exp
1623 * gdb.ada/mi_var_array.exp
1624 * gdb.ada/watch_arg.exp
1625 * gdb.arch/alpha-step.exp
1626 * gdb.arch/altivec-regs.exp
1627 * gdb.arch/e500-regs.exp
1628 * gdb.arch/powerpc-d128-regs.exp
1629 * gdb.base/arrayidx.exp
1630 * gdb.base/break.exp
1631 * gdb.base/checkpoint.exp
1632 * gdb.base/debug-expr.exp
1633 * gdb.base/dmsym.exp
1634 * gdb.base/radix.exp
1635 * gdb.base/sepdebug.exp
1636 * gdb.base/testenv.exp
1637 * gdb.base/watch_thread_num.exp
1638 * gdb.base/watchpoint-cond-gone.exp
1639 * gdb.cell/break.exp
1640 * gdb.cell/ea-cache.exp
1641 * gdb.compile/compile.exp
1642 * gdb.cp/gdb2495.exp
1643 * gdb.gdb/selftest.exp
1644 * gdb.gdb/xfullpath.exp
1645 * gdb.go/hello.exp
1646 * gdb.go/integers.exp
1647 * gdb.objc/basicclass.exp
1648 * gdb.pascal/hello.exp
1649 * gdb.pascal/integers.exp
1650 * gdb.python/py-breakpoint.exp
1651 * gdb.python/py-cmd.exp
1652 * gdb.python/py-linetable.exp
1653 * gdb.python/py-xmethods.exp
1654 * gdb.python/python.exp
1655 * gdb.reverse/consecutive-precsave.exp
1656 * gdb.reverse/finish-precsave.exp
1657 * gdb.reverse/i386-precsave.exp
1658 * gdb.reverse/machinestate-precsave.exp
1659 * gdb.reverse/sigall-precsave.exp
1660 * gdb.reverse/solib-precsave.exp
1661 * gdb.reverse/step-precsave.exp
1662 * gdb.reverse/until-precsave.exp
1663 * gdb.reverse/watch-precsave.exp
1664 * gdb.threads/leader-exit.exp
1665 * gdb.threads/pthreads.exp
1666 * gdb.threads/wp-replication.exp
1667 * gdb.trace/actions.exp
1668 * gdb.trace/mi-tsv-changed.exp
1669 * gdb.trace/tsv.exp
1670
de97fdd4
LM
16712016-12-01 Luis Machado <lgustavo@codesourcery.com>
1672
1673 Fix test names starting with uppercase throughout the files.
1674
1675 * gdb.arch/i386-bp_permanent.exp
1676 * gdb.arch/i386-gnu-cfi.exp
1677 * gdb.base/disasm-end-cu.exp
1678 * gdb.base/macscp.exp
1679 * gdb.base/pending.exp
1680 * gdb.base/watch_thread_num.exp
1681 * gdb.cp/exception.exp
1682 * gdb.cp/gdb2495.exp
1683 * gdb.cp/local.exp
1684 * gdb.python/py-evsignal.exp
1685 * gdb.python/python.exp
1686 * gdb.trace/tracecmd.exp
1687
9f058c10
LM
16882016-12-01 Luis Machado <lgustavo@codesourcery.com>
1689
1690 Fix test names starting with uppercase throughout the files.
1691
1692 * gdb.base/charset.exp
1693 * gdb.base/eval.exp
1694 * gdb.base/multi-forks.exp
1695 * gdb.guile/scm-progspace.exp
1696 * gdb.opencl/datatypes.exp
1697 * gdb.python/py-block.exp
1698 * gdb.python/py-function.exp
1699 * gdb.python/py-symbol.exp
1700 * gdb.python/py-symtab.exp
1701 * gdb.python/py-xmethods.exp
1702 * gdb.reverse/break-precsave.exp
1703 * gdb.reverse/break-reverse.exp
1704 * gdb.reverse/consecutive-precsave.exp
1705 * gdb.reverse/consecutive-reverse.exp
1706 * gdb.reverse/finish-precsave.exp
1707 * gdb.reverse/finish-reverse-bkpt.exp
1708 * gdb.reverse/finish-reverse.exp
1709 * gdb.reverse/fstatat-reverse.exp
1710 * gdb.reverse/getresuid-reverse.exp
1711 * gdb.reverse/i386-precsave.exp
1712 * gdb.reverse/i386-reverse.exp
1713 * gdb.reverse/i386-sse-reverse.exp
1714 * gdb.reverse/i387-stack-reverse.exp
1715 * gdb.reverse/insn-reverse.exp
1716 * gdb.reverse/machinestate-precsave.exp
1717 * gdb.reverse/machinestate.exp
1718 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1719 * gdb.reverse/pipe-reverse.exp
1720 * gdb.reverse/readv-reverse.exp
1721 * gdb.reverse/recvmsg-reverse.exp
1722 * gdb.reverse/rerun-prec.exp
1723 * gdb.reverse/s390-mvcle.exp
1724 * gdb.reverse/sigall-precsave.exp
1725 * gdb.reverse/sigall-reverse.exp
1726 * gdb.reverse/solib-precsave.exp
1727 * gdb.reverse/solib-reverse.exp
1728 * gdb.reverse/step-precsave.exp
1729 * gdb.reverse/step-reverse.exp
1730 * gdb.reverse/time-reverse.exp
1731 * gdb.reverse/until-precsave.exp
1732 * gdb.reverse/until-reverse.exp
1733 * gdb.reverse/waitpid-reverse.exp
1734 * gdb.reverse/watch-precsave.exp
1735 * gdb.reverse/watch-reverse.exp
1736
cdc7edd7
LM
17372016-12-01 Luis Machado <lgustavo@codesourcery.com>
1738
1739 Fix test names starting with uppercase throughout the files.
1740
1741 * gdb.arch/i386-mpx-simple_segv.exp
1742 * gdb.arch/i386-mpx.exp
1743 * gdb.arch/i386-permbkpt.exp
1744 * gdb.arch/pa-nullify.exp
1745 * gdb.arch/powerpc-d128-regs.exp
1746 * gdb.arch/vsx-regs.exp
1747 * gdb.base/bfp-test.exp
1748 * gdb.base/break.exp
1749 * gdb.base/breakpoint-shadow.exp
1750 * gdb.base/callfuncs.exp
1751 * gdb.base/charset.exp
1752 * gdb.base/commands.exp
1753 * gdb.base/completion.exp
1754 * gdb.base/dfp-test.exp
1755 * gdb.base/echo.exp
1756 * gdb.base/ending-run.exp
1757 * gdb.base/eval.exp
1758 * gdb.base/expand-psymtabs.exp
1759 * gdb.base/float128.exp
1760 * gdb.base/floatn.exp
1761 * gdb.base/foll-exec-mode.exp
1762 * gdb.base/gdb1056.exp
1763 * gdb.base/gdb11531.exp
1764 * gdb.base/kill-after-signal.exp
1765 * gdb.base/multi-forks.exp
1766 * gdb.base/overlays.exp
1767 * gdb.base/pending.exp
1768 * gdb.base/sepdebug.exp
1769 * gdb.base/testenv.exp
1770 * gdb.base/valgrind-db-attach.exp
1771 * gdb.base/watch_thread_num.exp
1772 * gdb.base/watchpoint-cond-gone.exp
1773 * gdb.base/watchpoint.exp
1774 * gdb.base/watchpoints.exp
1775 * gdb.cp/arg-reference.exp
1776 * gdb.cp/baseenum.exp
1777 * gdb.cp/operator.exp
1778 * gdb.cp/shadow.exp
1779 * gdb.dwarf2/dw2-op-out-param.exp
1780 * gdb.dwarf2/dw2-reg-undefined.exp
1781 * gdb.go/chan.exp
1782 * gdb.go/hello.exp
1783 * gdb.go/integers.exp
1784 * gdb.go/methods.exp
1785 * gdb.go/package.exp
1786 * gdb.guile/scm-parameter.exp
1787 * gdb.guile/scm-progspace.exp
1788 * gdb.guile/scm-value.exp
1789 * gdb.mi/mi-pending.exp
1790 * gdb.mi/user-selected-context-sync.exp
1791 * gdb.multi/multi-attach.exp
1792 * gdb.multi/tids.exp
1793 * gdb.opt/clobbered-registers-O2.exp
1794 * gdb.pascal/floats.exp
1795 * gdb.pascal/integers.exp
1796 * gdb.python/py-block.exp
1797 * gdb.python/py-events.exp
1798 * gdb.python/py-parameter.exp
1799 * gdb.python/py-symbol.exp
1800 * gdb.python/py-symtab.exp
1801 * gdb.python/py-type.exp
1802 * gdb.python/py-value.exp
1803 * gdb.python/py-xmethods.exp
1804 * gdb.python/python.exp
1805 * gdb.reverse/break-precsave.exp
1806 * gdb.reverse/consecutive-precsave.exp
1807 * gdb.reverse/finish-precsave.exp
1808 * gdb.reverse/i386-precsave.exp
1809 * gdb.reverse/machinestate-precsave.exp
1810 * gdb.reverse/sigall-precsave.exp
1811 * gdb.reverse/solib-precsave.exp
1812 * gdb.reverse/step-precsave.exp
1813 * gdb.reverse/until-precsave.exp
1814 * gdb.reverse/watch-precsave.exp
1815 * gdb.server/ext-attach.exp
1816 * gdb.server/ext-restart.exp
1817 * gdb.server/ext-run.exp
1818 * gdb.server/ext-wrapper.exp
1819 * gdb.stabs/gdb11479.exp
1820 * gdb.stabs/weird.exp
1821 * gdb.threads/attach-many-short-lived-threads.exp
1822 * gdb.threads/kill.exp
1823 * gdb.threads/watchpoint-fork.exp
1824
bc6c7af4
LM
18252016-12-01 Luis Machado <lgustavo@codesourcery.com>
1826
1827 Fix test names starting with uppercase throughout all the files below.
1828
1829 * gdb.ada/array_return.exp
1830 * gdb.ada/catch_ex.exp
1831 * gdb.ada/info_exc.exp
1832 * gdb.ada/mi_catch_ex.exp
1833 * gdb.ada/mi_dyn_arr.exp
1834 * gdb.ada/mi_ex_cond.exp
1835 * gdb.ada/mi_exc_info.exp
1836 * gdb.ada/mi_interface.exp
1837 * gdb.ada/mi_task_arg.exp
1838 * gdb.ada/mi_task_info.exp
1839 * gdb.ada/mi_var_array.exp
1840 * gdb.arch/alpha-step.exp
1841 * gdb.arch/amd64-disp-step.exp
1842 * gdb.arch/arm-disp-step.exp
1843 * gdb.arch/disp-step-insn-reloc.exp
1844 * gdb.arch/e500-prologue.exp
1845 * gdb.arch/ftrace-insn-reloc.exp
1846 * gdb.arch/gdb1558.exp
1847 * gdb.arch/i386-bp_permanent.exp
1848 * gdb.arch/i386-disp-step.exp
1849 * gdb.arch/i386-float.exp
1850 * gdb.arch/i386-gnu-cfi.exp
1851 * gdb.arch/ia64-breakpoint-shadow.exp
1852 * gdb.arch/mips16-thunks.exp
1853 * gdb.arch/pa-nullify.exp
1854 * gdb.arch/powerpc-aix-prologue.exp
1855 * gdb.arch/powerpc-power.exp
1856 * gdb.arch/ppc-dfp.exp
1857 * gdb.arch/s390-tdbregs.exp
1858 * gdb.arch/spu-info.exp
1859 * gdb.arch/spu-ls.exp
1860 * gdb.arch/thumb-bx-pc.exp
1861 * gdb.base/advance.exp
1862 * gdb.base/annota-input-while-running.exp
1863 * gdb.base/arrayidx.exp
1864 * gdb.base/asmlabel.exp
1865 * gdb.base/async.exp
1866 * gdb.base/attach-wait-input.exp
1867 * gdb.base/auto-connect-native-target.exp
1868 * gdb.base/batch-preserve-term-settings.exp
1869 * gdb.base/bfp-test.exp
1870 * gdb.base/bigcore.exp
1871 * gdb.base/bp-permanent.exp
1872 * gdb.base/break-always.exp
1873 * gdb.base/break-fun-addr.exp
1874 * gdb.base/break-idempotent.exp
1875 * gdb.base/break-main-file-remove-fail.exp
1876 * gdb.base/break-probes.exp
1877 * gdb.base/break-unload-file.exp
1878 * gdb.base/break.exp
1879 * gdb.base/call-ar-st.exp
1880 * gdb.base/call-rt-st.exp
1881 * gdb.base/call-sc.exp
1882 * gdb.base/call-signal-resume.exp
1883 * gdb.base/call-strs.exp
1884 * gdb.base/callexit.exp
1885 * gdb.base/callfuncs.exp
1886 * gdb.base/catch-gdb-caused-signals.exp
1887 * gdb.base/catch-signal-siginfo-cond.exp
1888 * gdb.base/catch-syscall.exp
1889 * gdb.base/compare-sections.exp
1890 * gdb.base/cond-eval-mode.exp
1891 * gdb.base/condbreak-call-false.exp
1892 * gdb.base/consecutive-step-over.exp
1893 * gdb.base/cursal.exp
1894 * gdb.base/disabled-location.exp
1895 * gdb.base/disasm-end-cu.exp
1896 * gdb.base/display.exp
1897 * gdb.base/double-prompt-target-event-error.exp
1898 * gdb.base/dprintf-bp-same-addr.exp
1899 * gdb.base/dprintf-detach.exp
1900 * gdb.base/dprintf-next.exp
1901 * gdb.base/dprintf-non-stop.exp
1902 * gdb.base/dprintf-pending.exp
1903 * gdb.base/dso2dso.exp
1904 * gdb.base/ending-run.exp
1905 * gdb.base/enum_cond.exp
1906 * gdb.base/examine-backward.exp
1907 * gdb.base/exe-lock.exp
1908 * gdb.base/exec-invalid-sysroot.exp
1909 * gdb.base/execl-update-breakpoints.exp
1910 * gdb.base/execution-termios.exp
1911 * gdb.base/fileio.exp
1912 * gdb.base/fixsection.exp
1913 * gdb.base/foll-exec-mode.exp
1914 * gdb.base/foll-exec.exp
1915 * gdb.base/fork-running-state.exp
1916 * gdb.base/frame-args.exp
1917 * gdb.base/fullpath-expand.exp
1918 * gdb.base/func-ptr.exp
1919 * gdb.base/gcore-relro-pie.exp
1920 * gdb.base/gdb1090.exp
1921 * gdb.base/gdb1555.exp
1922 * gdb.base/global-var-nested-by-dso.exp
1923 * gdb.base/gnu-ifunc.exp
1924 * gdb.base/hbreak-in-shr-unsupported.exp
1925 * gdb.base/hbreak-unmapped.exp
1926 * gdb.base/hook-stop.exp
1927 * gdb.base/infcall-input.exp
1928 * gdb.base/info-fun.exp
1929 * gdb.base/info-shared.exp
1930 * gdb.base/interrupt-noterm.exp
1931 * gdb.base/jit-so.exp
1932 * gdb.base/jit.exp
1933 * gdb.base/line-symtabs.exp
1934 * gdb.base/list.exp
1935 * gdb.base/longjmp.exp
1936 * gdb.base/macscp.exp
1937 * gdb.base/max-value-size.exp
1938 * gdb.base/nodebug.exp
1939 * gdb.base/nofield.exp
1940 * gdb.base/overlays.exp
1941 * gdb.base/paginate-after-ctrl-c-running.exp
1942 * gdb.base/paginate-bg-execution.exp
1943 * gdb.base/paginate-inferior-exit.exp
1944 * gdb.base/pending.exp
1945 * gdb.base/pr11022.exp
1946 * gdb.base/printcmds.exp
1947 * gdb.base/ptr-typedef.exp
1948 * gdb.base/ptype.exp
1949 * gdb.base/randomize.exp
1950 * gdb.base/range-stepping.exp
1951 * gdb.base/realname-expand.exp
1952 * gdb.base/relativedebug.exp
1953 * gdb.base/remote.exp
1954 * gdb.base/savedregs.exp
1955 * gdb.base/sepdebug.exp
1956 * gdb.base/set-noassign.exp
1957 * gdb.base/shlib-call.exp
1958 * gdb.base/shreloc.exp
1959 * gdb.base/sigaltstack.exp
1960 * gdb.base/sigbpt.exp
1961 * gdb.base/siginfo-addr.exp
1962 * gdb.base/siginfo-obj.exp
1963 * gdb.base/siginfo-thread.exp
1964 * gdb.base/signest.exp
1965 * gdb.base/signull.exp
1966 * gdb.base/sigrepeat.exp
1967 * gdb.base/skip.exp
1968 * gdb.base/so-impl-ld.exp
1969 * gdb.base/solib-corrupted.exp
1970 * gdb.base/solib-disc.exp
1971 * gdb.base/solib-display.exp
1972 * gdb.base/solib-overlap.exp
1973 * gdb.base/solib-search.exp
1974 * gdb.base/solib-symbol.exp
1975 * gdb.base/source-execution.exp
1976 * gdb.base/sss-bp-on-user-bp-2.exp
1977 * gdb.base/sss-bp-on-user-bp.exp
1978 * gdb.base/stack-checking.exp
1979 * gdb.base/stale-infcall.exp
1980 * gdb.base/step-break.exp
1981 * gdb.base/step-line.exp
1982 * gdb.base/step-over-exit.exp
1983 * gdb.base/step-test.exp
1984 * gdb.base/structs.exp
1985 * gdb.base/sym-file.exp
1986 * gdb.base/symtab-search-order.exp
1987 * gdb.base/term.exp
1988 * gdb.base/type-opaque.exp
1989 * gdb.base/unload.exp
1990 * gdb.base/until-nodebug.exp
1991 * gdb.base/until.exp
1992 * gdb.base/unwindonsignal.exp
1993 * gdb.base/watch-cond.exp
1994 * gdb.base/watch-non-mem.exp
1995 * gdb.base/watch_thread_num.exp
1996 * gdb.base/watchpoint-reuse-slot.exp
1997 * gdb.base/watchpoint-solib.exp
1998 * gdb.base/watchpoint.exp
1999 * gdb.btrace/dlopen.exp
2000 * gdb.cell/arch.exp
2001 * gdb.cell/break.exp
2002 * gdb.cell/bt.exp
2003 * gdb.cell/core.exp
2004 * gdb.cell/data.exp
2005 * gdb.cell/dwarfaddr.exp
2006 * gdb.cell/ea-cache.exp
2007 * gdb.cell/ea-standalone.exp
2008 * gdb.cell/ea-test.exp
2009 * gdb.cell/f-regs.exp
2010 * gdb.cell/fork.exp
2011 * gdb.cell/gcore.exp
2012 * gdb.cell/mem-access.exp
2013 * gdb.cell/ptype.exp
2014 * gdb.cell/registers.exp
2015 * gdb.cell/sizeof.exp
2016 * gdb.cell/solib-symbol.exp
2017 * gdb.cell/solib.exp
2018 * gdb.compile/compile-tls.exp
2019 * gdb.cp/exception.exp
2020 * gdb.cp/gdb2495.exp
2021 * gdb.cp/local.exp
2022 * gdb.cp/mb-inline.exp
2023 * gdb.cp/mb-templates.exp
2024 * gdb.cp/pr10687.exp
2025 * gdb.cp/pr9167.exp
2026 * gdb.cp/scope-err.exp
2027 * gdb.cp/templates.exp
2028 * gdb.cp/virtfunc.exp
2029 * gdb.dwarf2/dw2-dir-file-name.exp
2030 * gdb.dwarf2/dw2-single-line-discriminators.exp
2031 * gdb.fortran/complex.exp
2032 * gdb.fortran/library-module.exp
2033 * gdb.guile/guile.exp
2034 * gdb.guile/scm-cmd.exp
2035 * gdb.guile/scm-frame-inline.exp
2036 * gdb.guile/scm-objfile.exp
2037 * gdb.guile/scm-pretty-print.exp
2038 * gdb.guile/scm-symbol.exp
2039 * gdb.guile/scm-type.exp
2040 * gdb.guile/scm-value.exp
2041 * gdb.linespec/keywords.exp
2042 * gdb.linespec/ls-errs.exp
2043 * gdb.linespec/macro-relative.exp
2044 * gdb.linespec/thread.exp
2045 * gdb.mi/mi-breakpoint-changed.exp
2046 * gdb.mi/mi-dprintf-pending.exp
2047 * gdb.mi/mi-fullname-deleted.exp
2048 * gdb.mi/mi-logging.exp
2049 * gdb.mi/mi-pending.exp
2050 * gdb.mi/mi-solib.exp
2051 * gdb.mi/new-ui-mi-sync.exp
2052 * gdb.mi/user-selected-context-sync.exp
2053 * gdb.multi/dummy-frame-restore.exp
2054 * gdb.multi/multi-arch-exec.exp
2055 * gdb.multi/remove-inferiors.exp
2056 * gdb.multi/watchpoint-multi-exit.exp
2057 * gdb.opt/solib-intra-step.exp
2058 * gdb.perf/backtrace.exp
2059 * gdb.perf/single-step.exp
2060 * gdb.perf/skip-command.exp
2061 * gdb.perf/skip-prologue.exp
2062 * gdb.perf/solib.exp
2063 * gdb.python/lib-types.exp
2064 * gdb.python/py-as-string.exp
2065 * gdb.python/py-bad-printers.exp
2066 * gdb.python/py-block.exp
2067 * gdb.python/py-breakpoint.exp
2068 * gdb.python/py-cmd.exp
2069 * gdb.python/py-events.exp
2070 * gdb.python/py-evthreads.exp
2071 * gdb.python/py-finish-breakpoint.exp
2072 * gdb.python/py-finish-breakpoint2.exp
2073 * gdb.python/py-frame-inline.exp
2074 * gdb.python/py-frame.exp
2075 * gdb.python/py-inferior.exp
2076 * gdb.python/py-infthread.exp
2077 * gdb.python/py-mi.exp
2078 * gdb.python/py-objfile.exp
2079 * gdb.python/py-pp-maint.exp
2080 * gdb.python/py-pp-registration.exp
2081 * gdb.python/py-prettyprint.exp
2082 * gdb.python/py-recurse-unwind.exp
2083 * gdb.python/py-shared.exp
2084 * gdb.python/py-symbol.exp
2085 * gdb.python/py-symtab.exp
2086 * gdb.python/py-template.exp
2087 * gdb.python/py-type.exp
2088 * gdb.python/py-unwind-maint.exp
2089 * gdb.python/py-unwind.exp
2090 * gdb.python/py-value.exp
2091 * gdb.python/python.exp
2092 * gdb.reverse/finish-reverse-bkpt.exp
2093 * gdb.reverse/insn-reverse.exp
2094 * gdb.reverse/next-reverse-bkpt-over-sr.exp
2095 * gdb.reverse/solib-precsave.exp
2096 * gdb.reverse/solib-reverse.exp
2097 * gdb.stabs/gdb11479.exp
2098 * gdb.stabs/weird.exp
2099 * gdb.threads/fork-child-threads.exp
2100 * gdb.threads/fork-plus-threads.exp
2101 * gdb.threads/fork-thread-pending.exp
2102 * gdb.threads/forking-threads-plus-breakpoint.exp
2103 * gdb.threads/hand-call-in-threads.exp
2104 * gdb.threads/interrupted-hand-call.exp
2105 * gdb.threads/linux-dp.exp
2106 * gdb.threads/local-watch-wrong-thread.exp
2107 * gdb.threads/next-while-other-thread-longjmps.exp
2108 * gdb.threads/non-ldr-exit.exp
2109 * gdb.threads/pending-step.exp
2110 * gdb.threads/print-threads.exp
2111 * gdb.threads/process-dies-while-detaching.exp
2112 * gdb.threads/process-dies-while-handling-bp.exp
2113 * gdb.threads/pthreads.exp
2114 * gdb.threads/queue-signal.exp
2115 * gdb.threads/reconnect-signal.exp
2116 * gdb.threads/signal-command-handle-nopass.exp
2117 * gdb.threads/signal-command-multiple-signals-pending.exp
2118 * gdb.threads/signal-delivered-right-thread.exp
2119 * gdb.threads/signal-sigtrap.exp
2120 * gdb.threads/sigthread.exp
2121 * gdb.threads/staticthreads.exp
2122 * gdb.threads/stepi-random-signal.exp
2123 * gdb.threads/thread-unwindonsignal.exp
2124 * gdb.threads/thread_check.exp
2125 * gdb.threads/thread_events.exp
2126 * gdb.threads/tid-reuse.exp
2127 * gdb.threads/tls-nodebug.exp
2128 * gdb.threads/tls-shared.exp
2129 * gdb.threads/tls-so_extern.exp
2130 * gdb.threads/tls.exp
2131 * gdb.threads/wp-replication.exp
2132 * gdb.trace/actions-changed.exp
2133 * gdb.trace/actions.exp
2134 * gdb.trace/backtrace.exp
2135 * gdb.trace/change-loc.exp
2136 * gdb.trace/collection.exp
2137 * gdb.trace/deltrace.exp
2138 * gdb.trace/disconnected-tracing.exp
2139 * gdb.trace/entry-values.exp
2140 * gdb.trace/ftrace-lock.exp
2141 * gdb.trace/ftrace.exp
2142 * gdb.trace/infotrace.exp
2143 * gdb.trace/mi-trace-frame-collected.exp
2144 * gdb.trace/mi-trace-unavailable.exp
2145 * gdb.trace/mi-traceframe-changed.exp
2146 * gdb.trace/mi-tracepoint-changed.exp
2147 * gdb.trace/mi-tsv-changed.exp
2148 * gdb.trace/no-attach-trace.exp
2149 * gdb.trace/packetlen.exp
2150 * gdb.trace/passc-dyn.exp
2151 * gdb.trace/passcount.exp
2152 * gdb.trace/pending.exp
2153 * gdb.trace/pr16508.exp
2154 * gdb.trace/qtro.exp
2155 * gdb.trace/range-stepping.exp
2156 * gdb.trace/read-memory.exp
2157 * gdb.trace/report.exp
2158 * gdb.trace/save-trace.exp
2159 * gdb.trace/signal.exp
2160 * gdb.trace/stap-trace.exp
2161 * gdb.trace/status-stop.exp
2162 * gdb.trace/strace.exp
2163 * gdb.trace/tfile.exp
2164 * gdb.trace/tfind.exp
2165 * gdb.trace/trace-break.exp
2166 * gdb.trace/trace-condition.exp
2167 * gdb.trace/trace-enable-disable.exp
2168 * gdb.trace/trace-mt.exp
2169 * gdb.trace/tracecmd.exp
2170 * gdb.trace/tracefile-pseudo-reg.exp
2171 * gdb.trace/tspeed.exp
2172 * gdb.trace/tstatus.exp
2173 * gdb.trace/tsv.exp
2174 * gdb.trace/unavailable.exp
2175 * gdb.trace/while-dyn.exp
2176 * gdb.trace/while-stepping.exp
2177 * lib/gdb-guile.exp
2178 * lib/gdb.exp
2179 * lib/mi-support.exp
2180 * lib/pascal.exp
2181 * lib/perftest.exp
2182 * lib/prelink-support.exp
2183 * lib/selftest-support.exp
2184
ad02e4fe
SM
21852016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
2186
2187 * Makefile.in: Include disable-implicit-rules.mk.
2188
22347e55
AA
21892016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2190
2191 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
2192 non-byte-aligned bit fields.
2193
da5b30da
AA
21942016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2195
2196 PR gdb/12616
2197 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
2198 respects the DW_AT_data_bit_offset attribute.
2199
b593ecca
SM
22002016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
2201
2202 * gdb.base/default.exp: Fix output of "set language".
2203
3b165252
SM
22042016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
2205
2206 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
2207 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
2208 make.
2209 * configure.ac: Remove checks for the make program.
2210 * configure: Re-generate.
2211
1a2f3d7f
KB
22122016-11-16 Kevin Buettner <kevinb@redhat.com>
2213
2214 * gdb.python/py-recurse-unwind.c (main): Add loop.
2215 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
2216 to read_register() and gdb.parse_and_eval(). Make each code
2217 call a separate case that can be individually tested.
2218 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
2219 proc. Call cont_and_backtrace for each of the code paths that
2220 we want to test in the unwinder.
2221
b7f38fda
AA
22222016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
2223
2224 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
2225 the definition of struct S.
2226
1f8db343
CM
22272016-11-11 Catherine Moore <clm@codesourcery.com>
2228
2229 * gdb.base/dump.exp: Identify verilog format dump tests as such.
2230
fad0c9fb
PA
22312016-11-09 Pedro Alves <palves@redhat.com>
2232
2233 * gdb.base/commands.exp (runto_or_return): New procedure.
2234 (gdbvar_simple_if_test, gdbvar_simple_while_test)
2235 (gdbvar_complex_if_while_test, progvar_simple_if_test)
2236 (progvar_simple_while_test, progvar_complex_if_while_test)
2237 (if_while_breakpoint_command_test)
2238 (infrun_breakpoint_command_test, breakpoint_command_test)
2239 (user_defined_command_test, watchpoint_command_test)
2240 (test_command_prompt_position, redefine_hook_test)
2241 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
2242 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
2243 multi_line_input and multi_line. Remove gdb_expect and
2244 gdb_stop_suppressing_tests uses.
2245 * lib/gdb.exp (valnum_re): New global.
2246 (multi_line_input): New procedure.
2247
8354c62c
SM
22482016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
2249
2250 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
2251 Remove.
2252 (test_setup): Define with proc_with_prefix.
2253 (test_cli_inferior): Likewise.
2254 (test_cli_thread): Likewise.
2255 (test_cli_frame): Likewise.
2256 (test_cli_select_frame): Likewise.
2257 (test_cli_up_down): Likewise.
2258 (test_mi_thread_select): Likewise.
2259 (test_mi_stack_select_frame): Likewise.
2260 (test_cli_in_mi_inferior): Likewise.
2261 (test_cli_in_mi_thread): Likewise.
2262 (test_cli_in_mi_frame): Likewise.
2263 (top level): Do not use with_test_prefix_procname.
2264
64f367a2
PA
22652016-11-09 Pedro Alves <palves@redhat.com>
2266
2267 * gdb.base/commands.exp (gdbvar_simple_if_test)
2268 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
2269 (progvar_simple_if_test, progvar_simple_while_test)
2270 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
2271 (infrun_breakpoint_command_test, breakpoint_command_test)
2272 (user_defined_command_test, watchpoint_command_test)
2273 (test_command_prompt_position, deprecated_command_test)
2274 (bp_deleted_in_command, temporary_breakpoint_commands)
2275 (stray_arg0_test, source_file_with_indented_comment)
2276 (recursive_source_test, if_commands_test)
2277 (error_clears_commands_left, redefine_hook_test)
2278 (redefine_backtrace_test): Use proc_with_prefix.
2279 * lib/gdb.exp (proc_with_prefix): New proc.
2280
0bb65f1e
AA
22812016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2282
2283 * gdb.base/tui-layout.c: New file.
2284 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
2285 disassembly window contains very long lines.
2286
7353f247
TT
22872016-11-08 Tom Tromey <tom@tromey.com>
2288
2289 * gdb.python/py-value.exp (test_value_creation): Make "long" test
2290 depend on Python 2.
2291
30a7bb83
TT
22922016-11-08 Tom Tromey <tom@tromey.com>
2293
2294 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
2295 New method.
2296
cdf5a07c
MG
22972016-10-29 Manish Goregaokar <manish@mozilla.com>
2298
2806dc7e 2299 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 2300
51a789c3
MG
23012016-10-27 Manish Goregaokar <manish@mozilla.com>
2302
2806dc7e
PA
2303 * gdb.rust/simple.rs: Add test for univariant enums without
2304 discriminants and for encoded struct-like enums.
51a789c3 2305
f610ab6d
PA
23062016-10-28 Pedro Alves <palves@redhat.com>
2307
2308 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
2309 gdb_test_multiple, tighten regexps and match symtabs and line
2310 tables incrementally.
2311
b129b0ca
LM
23122016-10-28 Luis Machado <lgustavo@codesourcery.com>
2313
2314 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
2315 general.
2316
ecf45d2c
SL
23172016-10-25 Luis Machado <lgustavo@codesourcery.com>
2318
2319 * gdb.base/exec-invalid-sysroot.exp: New file.
2320
b8d38ee4
JK
23212016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2322
2323 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
2324
f90fd8c2
JK
23252016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2326
2327 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
2328
2d2476aa
MR
23292016-10-19 Maciej W. Rozycki <macro@imgtec.com>
2330
2806dc7e
PA
2331 * gdb.base/killed-outside.exp: Remove $options from a call to
2332 `prepare_for_testing'.
2d2476aa 2333
e42b25a0
SM
23342016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2335
2336 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2337 Change test message.
2338
3ccdb432
SM
23392016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2340
2341 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2342 Update comment.
2343
5bad3170
SM
23442016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2345
2346 * gdb.trace/mi-trace-save.exp: New file.
2347
5ad9dba7
YQ
23482016-10-13 Yao Qi <yao.qi@linaro.org>
2349
2350 * gdb.base/code_elim.exp (get_var_address): Remove.
2351 * gdb.base/relocate.exp: Likewise.
2352 * gdb.base/shreloc.exp: Likewise.
2353 * lib/gdb.exp (get_var_address): New.
2354
62df7e21
YQ
23552016-10-13 Yao Qi <yao.qi@linaro.org>
2356
2357 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
2358 floating point tests if $skip_float_test is false.
2359
4dac951e
LM
23602016-10-12 Luis Machado <lgustavo@codesourcery.com>
2361
2362 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
2363 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
2364 argc values.
2365 Add 1 to argc so we guarantee distinct initial/modified argc values.
2366
8f1a8fc4
JK
23672016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2368
2369 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
2370
16c85b5d
JK
23712016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2372
2373 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
2374 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
2375 * gdb.arch/vsx-regs.exp: Likewise.
2376
1d0e042a
YQ
23772016-10-07 Yao Qi <yao.qi@linaro.org>
2378
2379 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
2380
68dadef5
MM
23812016-10-07 Markus Metzger <markus.t.metzger@intel.com>
2382
2383 * gdb.python/python.exp: Test decode_line("*0").
2384
33fa2c6e
DE
23852016-10-06 Doug Evans <dje@google.com>
2386
2387 * gdb.python/py-value.exp (test_value_creation): Add test for large
2388 unsigned 64-bit value.
2389
9c37b5ae
TT
23902016-10-06 Tom Tromey <tom@tromey.com>
2391
2392 * gdb.compile/compile.exp: Change java tests to rust.
2393 * gdb.base/setshow.exp: Change java tests to rust.
2394 * gdb.base/default.exp: Remove java from language list.
2395 * README (Examples): Update language example.
2396 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
2397 test.
2398 * lib/gdb.exp (skip_java_tests): Remove.
2399 * lib/java.exp: Remove.
2400 * gdb.java: Remove.
2401
78b86327
MR
24022016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2403
2404 * gdb.arch/mips-fcr.exp: New test.
2405 * gdb.arch/mips-fcr.c: Source for the new test.
2406
7470adbb
MR
24072016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2408
2409 * gdb.base/solib-disc.exp: Use `standard_output_file'
2410 throughout.
2411
4a556533
PA
24122016-10-06 Pedro Alves <palves@redhat.com>
2413
2414 * gdb.base/jit-simple-dl.c: New file.
2415 * gdb.base/jit-simple-jit.c: New file, factored out from ...
2416 * gdb.base/jit-simple.c: ... this.
2417 * gdb.base/jit-simple.exp (jit_run): Delete.
2418 (build_jit): New proc.
2419 (jit_test_reread): Recompile either the main program or the shared
2420 library, depending on what is being tested. Skip changing address
2421 if caller wants to. Compare before/after addresses. If testing
2422 standalone, explicitly load the binary. Test "maint info
2423 breakpoints".
2424 (top level): Add "standalone vs shared lib" and "change address"
2425 vs "same address" axes.
2426
5a122fbc
PA
24272016-10-06 Pedro Alves <palves@redhat.com>
2428
2429 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
2430 call.
2431 (jit_run): Delete.
2432 (jit_test_reread): Use with_test_prefix. Reload the main binary
2433 explicitly. Compare the before/after addresses of the JIT
2434 descriptor.
2435
ee8da4b8
DE
24362016-08-15 Doug Evans <dje@google.com>
2437
2438 * gdb.xml/extra-regs.xml: Update, end field now required, default type
2439 for single bitfields is bool.
2440 * gdb.xml/tdesc-regs.exp: Ditto.
2441
f389f6fe
JK
24422016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2443
2444 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
2445
fdebf1a4
YQ
24462016-10-05 Yao Qi <yao.qi@linaro.org>
2447
2448 * lib/gdb.exp (support_complex_tests): Return zero if
2449 gdb_skip_float_test return true.
2450
9c36d954 24512016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 2452 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
2453
2454 PR gdb/20487
2455 * gdb.mi/user-selected-context-sync.exp: New file.
2456 * gdb.mi/user-selected-context-sync.c: New file.
2457
4034d0ff 24582016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 2459 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
2460
2461 PR gdb/20487
2462 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
2463 =thread-select-event check.
2464
a4297203
PB
24652016-09-29 Peter Bergner <bergner@vnet.ibm.com>
2466
2467 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
2468 the compulsory L operand changes.
2469 * gdb.arch/powerpc-power.s: Likewise.
2470
bb805577
JK
24712016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2472
2473 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
2474 * gdb.base/jit-attach-pie.c: New file.
2475 * gdb.base/jit-attach-pie.exp: New file.
2476
6d61dee5
PA
24772016-09-28 Pedro Alves <palves@redhat.com>
2478
2479 * gdb.base/infcall-input.c: New file.
2480 * gdb.base/infcall-input.exp: New file.
2481
f73842fc
YQ
24822016-09-22 Yao Qi <yao.qi@linaro.org>
2483
2484 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
2485 (gdb_exit): Rename it to ...
2486 (gdbserver_gdb_exit): ... Close GDBserver.
2487 (gdb_exit): New proc, call gdbserver_gdb_exit.
2488 (mi_gdb_exit): Likewise.
2489
90681dab
YQ
24902016-09-22 Yao Qi <yao.qi@linaro.org>
2491
2492 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
2493 path.
2494 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
2495 Remove duplication.
2496
9c211fd8
YQ
24972016-09-22 Yao Qi <yao.qi@linaro.org>
2498
2499 * lib/gdbserver-support.exp: Check the existence of
2500 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
2501
ad0a504f
AK
25022016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
2503
2504 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
2505
36cf1806
TT
25062016-09-21 Tom Tromey <tom@tromey.com>
2507
2508 PR gdb/20604:
2509 * gdb.base/quit.exp: New file.
2510
74172ecf
SM
25112016-09-21 Simon Marchi <simon.marchi@ericsson.com>
2512
2513 * .gitignore: New file.
2514
3d0ec882
MR
25152016-09-21 Maciej W. Rozycki <macro@imgtec.com>
2516
2517 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
2518 throughout.
2519
8193adea
AA
25202016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2521
2522 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
2523
d41a5c09
JK
25242016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2525
2526 * gdb.cp/casts.cc (decltype): Move it ...
2527 (main): ... with its call to ...
2528 * gdb.cp/casts03.cc: ... a new file.
2529 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
2530
d2dfe700
JK
25312016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2532
2533 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
2534
e2a92b16
PB
25352016-09-15 Peter Bergner <bergner@vnet.ibm.com>
2536
2537 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
2538 and sync up the test with tests in gas/testsuite/gas/ppc.
2539 * gdb.arch/powerpc-power.exp: Likewise.
2540
49b4de64
JK
25412016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2542
2543 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
2544
2c29df25
SDJ
25452016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
2546 Jan Kratochvil <jan.kratochvil@redhat.com>
2547
2548 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
2549 make m1's definition to be different from m2's. Use 'dummy' as an
2550 argument for probe 'two'.
2551
cc3c2846
JB
25522016-09-10 Jon Beniston <jon@beniston.com>
2553
2554 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
2555 for sim target.
2556
e1b2624a
AA
25572016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2558
2559 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
2560 variable declaration.
2561 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
2562 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
2563 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
2564 received HWCAP as its argument.
2565
4295e285
PA
25662016-09-06 Pedro Alves <palves@redhat.com>
2567
2568 * gdb.base/new-ui-pending-input.c: New file.
2569 * gdb.base/new-ui-pending-input.exp: New file.
2570 * gdb.exp (clear_gdb_spawn_id): New procedure.
2571 (with_spawn_id): Check whether gdb_spawn_id exists before
2572 referencing it. If gdb_spawn_id didn't exist on entry, clear it
2573 on exit.
2574
00d5215e
UW
25752016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2576
2577 * gdb.base/float128.c: New file.
2578 * gdb.base/float128.exp: Likewise.
2579 * gdb.base/floatn.c: Likewise.
2580 * gdb.base/floatn.exp: Likewise.
2581
a9ff5f12
UW
25822016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2583
2584 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
2585
f245535c
PA
25862016-09-05 Pedro Alves <palves@redhat.com>
2587
2588 PR backtrace/19927
2589 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
2590 unwinders are immediately called as side effect of "source" or
2591 "disable unwinder" commands.
2592 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
2593
ae9cf263
YQ
25942016-09-02 Yao Qi <yao.qi@linaro.org>
2595
2596 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
2597 is true and $type is "float" or "double".
2598
27aba047
YQ
25992016-09-02 Yao Qi <yao.qi@linaro.org>
2600
2601 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
2602 true.
2603 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
2604 * gdb.base/call-rt-st.exp: Likewise.
2605 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
2606 return value instead of gdb,skip_float_test.
2607 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
2608 (do_function_calls): Use its return value instead of
2609 gdb,skip_float_test.
2610 * gdb.base/finish.exp: Likewise.
2611 * gdb.base/funcargs.exp: Likewise.
2612 * gdb.base/return.exp: Likewise.
2613 * gdb.base/return2.exp: Likewise.
2614 * gdb.base/varargs.exp: Likewise.
2615 * lib/gdb.exp (gdb_skip_float_test): Change it to
2616 gdb_caching_proc. Detect the broken ptrace on arm-linux.
2617
5af962df
AA
26182016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
2619
2620 * gdb.multi/tids.exp: Test "thread apply all".
2621
7fac6910
JK
26222016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2623
2624 * gdb.base/default.exp (tty): Remove.
2625
bb1fe4ac
KB
26262016-08-24 Kevin Buettner <kevinb@redhat.com>
2627
2806dc7e
PA
2628 * gdb.python/py-recurse-unwind.c: New file.
2629 * gdb.python/py-recurse-unwind.py: New file.
2630 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 2631
0a1ddfa6
SM
26322016-08-24 Simon Marchi <simon.marchi@ericsson.com>
2633
2634 * gdb.base/set-inferior-tty.exp: New file.
2635 * gdb.base/set-inferior-tty.c: New file.
2636
d9de1fe3
PA
26372016-08-23 Pedro Alves <palves@redhat.com>
2638
2639 PR gdb/20494
2640 * gdb.base/new-ui-echo.c: New file.
2641 * gdb.base/new-ui-echo.exp: New file.
2642
e9d9abd7
YQ
26432016-08-23 Yao Qi <yao.qi@linaro.org>
2644
2645 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
2646 gdbserver_spawn.
2647 * gdb.server/connect-without-multi-process.exp (do_test):
2648 Likewise.
2649
3589529e
YQ
26502016-08-23 Yao Qi <yao.qi@linaro.org>
2651
2652 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
2653 standalone_txt. Delete gdb_txt and standalone_txt on host
2654 and target. Spawn the binary on target. Copy files from
2655 target to host.
2656
6bb90213
PA
26572016-08-22 Pedro Alves <palves@redhat.com>
2658
2659 PR gdb/20505
2660 * gdb.base/vdso-warning.exp: Test core dumps too. Use
2661 with_test_prefix. Factor out bits to ...
2662 (test_no_vdso): ... this new procedure.
2663
20c2c024
CL
26642016-08-19 Carl Love <cel@us.ibm.com>
2665
2666 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
2667 maintaining separate logic for constructing the output path.
2668 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2669 * gdb.arch/ppc-dfp.exp: Likewise.
2670 * gdb.arch/ppc-fp.exp: Likewise.
2671 * gdb.arch/vsx-regs.exp: Likewise.
2672 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
2673 binprefix for generating the additional binary files.
2674
0646e07d
PA
26752016-08-19 Pedro Alves <palves@redhat.com>
2676
2677 * gdb.trace/mi-trace-frame-collected.exp
2678 (test_trace_frame_collected): On x32, expect two registers.
2679
46da9242
CL
26802016-08-18 Carl Love <cel@us.ibm.com>
2681
2682 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
2683 and sync up the test with tests in gas/testsuite/gas/ppc.
2684 * gdb.arch/powerpc-power.exp: Likewise.
2685
eb2332d7
SM
26862016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2687
2688 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
2689 expected error message.
2690
63c61e04
SM
26912016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2692
2693 * gdb.multi/remove-inferiors.exp: New file.
2694 * gdb.multi/remove-inferiors.c: New file.
2695
7b17065f
YQ
26962016-08-12 Yao Qi <yao.qi@linaro.org>
2697
2698 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
2699 argument list.
2700
01d3dedf
PA
27012016-08-10 Pedro Alves <palves@redhat.com>
2702
2703 PR gdb/19187
2704 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
2705 setup_kfails.
2706
3eb7562a
PA
27072016-08-09 Pedro Alves <palves@redhat.com>
2708 Simon Marchi <simon.marchi@ericsson.com>
2709
2710 PR gdb/20418
2711 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
2712 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
2713
80614914
PA
27142016-08-09 Pedro Alves <palves@redhat.com>
2715
2716 PR mi/20431
2717 * gdb.mi/mi-cmd-error.exp: New file.
2718
f348d89a
PA
27192016-08-09 Pedro Alves <palves@redhat.com>
2720
2721 PR gdb/18653
2722 * gdb.base/signals-state-child.c: New file.
2723 * gdb.base/signals-state-child.exp: New file.
2724 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
2725
e5ca03b4
PA
27262016-08-09 Pedro Alves <palves@redhat.com>
2727
2728 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
2729
282a0691
TT
27302016-08-03 Tom Tromey <tom@tromey.com>
2731
2732 PR python/18565:
2733 * gdb.python/py-frame-inline.exp: Add Frame.function test.
2734
41bfcd63
YQ
27352016-08-01 Yao Qi <yao.qi@linaro.org>
2736
2737 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
2738 variable mode to "multi-process" if $multi_process is 1, otherwise
2739 set it to "single-process".
2740
e3465b24
YQ
27412016-08-01 Yao Qi <yao.qi@linaro.org>
2742
2743 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
2744 * gdb.cp/cpexprs.exp: Likewise.
2745 * gdb.cp/m-static.exp: Likewise.
2746
0b31a4bc
TT
27472016-07-26 Tom Tromey <tom@tromey.com>
2748
2749 PR python/20190:
2750 * gdb.threads/tls.exp (check_thread_local): Add python symbol
2751 test.
2752
e0461dbb
MM
27532016-07-26 Markus Metzger <markus.t.metzger@intel.com>
2754
2755 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
2756 selecting assembly source files.
2757 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
2758 assembly source files.
2759 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
2760 assembly source files.
2761 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
2762 selecting assembly source files.
2763
8194e927
SM
27642016-07-25 Simon Marchi <simon.marchi@ericsson.com>
2765
2766 * gdb.base/new-ui.exp (do_test_invalid_args): New
2767 procedure.
2768
c0272db5
TW
27692016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
2770
2771 * gdb.btrace/reconnect.c: New file.
2772 * gdb.btrace/reconnect.exp: New file.
2773
e3487908
GKB
27742016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
2775
2776 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
2777 to test_catch_syscall_group.
2778 (test_catch_syscall_group): New.
2779
12df5c00
TT
27802016-07-21 Tom Tromey <tom@tromey.com>
2781
2782 * gdb.rust/simple.rs (main): Use empty struct expression.
2783 * gdb.rust/simple.exp: Add tests for empty struct expression.
2784
bae62ee2
YQ
27852016-07-21 Yao Qi <yao.qi@linaro.org>
2786
2787 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
2788 if gdb_skip_xml_test is true on some targets.
2789
b1b53fb3
YQ
27902016-07-21 Yao Qi <yao.qi@linaro.org>
2791
2792 * gdb.server/solib-list.exp: Unset last_loaded_file.
2793
027d97f8
JK
27942016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2795
2796 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
2797 "step into captured_main (args)".
2798
7674d381
JK
27992016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2800
2801 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
2802
72b5d099
JK
28032016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2804
2805 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
2806
1f960ced
PA
28072016-07-19 Pedro Alves <palves@redhat.com>
2808
2809 * gdb.opt/inline-break.exp: Remove optimize=-O2.
2810 * gdb.opt/inline-bt.exp: Likewise.
2811 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
2812 additional_flags=-Winline.
2813 * gdb.opt/inline-locals.exp: Likewise.
2814 * gdb.opt/inline-markers.c (ATTR): Define.
2815 (inlined_fn): Use it.
2816
f25827c1
YQ
28172016-07-19 Yao Qi <yao.qi@linaro.org>
2818
2819 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
2820 (test_with_self): Remove some code. Remove argument executable.
2821 (top-level): Use do_self_tests.
2822
37539ebe
DB
28232016-07-15 Zachary Welch <zwelch@codesourcery.com>
2824 Don Breazeal <donb@codesourcery.com>
2825
2826 * gdb.base/maint.exp: Escape paths used in regular expressions.
2827 * gdb.stabs/weird.exp: Likewise.
2828
dac790e1
TT
28292016-07-13 Tom Tromey <tom@tromey.com>
2830
2831 PR python/15620, PR python/18620:
2832 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
2833 (test_bkpt_events): New procs.
2834
93daf339
TT
28352016-07-13 Tom Tromey <tom@tromey.com>
2836
2837 PR python/17698:
2838 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
2839 test.
2840 (test_watchpoints): Likewise.
2841 (test_bkpt_pending): New proc.
2842
6571a381
TT
28432016-07-13 Tom Tromey <tom@tromey.com>
2844
2845 PR cli/18053:
2846 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
2847 completion test.
2848
e8732474
JK
28492016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2850
2851 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
2852 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
2853 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
2854 f_label.
2855 (g): Rename g_end_lbl to g_label.
2856 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
2857 low_pc and high_pc.
2858 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
2859
e0f3fd7c
TT
28602016-07-12 Tom Tromey <tom@tromey.com>
2861
2862 PR python/19293:
2863 * gdb.python/py-unwind-maint.exp: Update tests.
2864
3cfe46b6
YQ
28652016-07-12 Yao Qi <yao.qi@linaro.org>
2866
2867 * lib/selftest-support.exp (selftest_setup): Match the output
2868 when captured_main is inlined.
2869
4f19a0e6
WT
28702016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
2871
2872 * gdb.fortran/derived-types.exp (result_line, result_line_2):
2873 New variables.
2874 (print this%a, print this%b, print this): New tests.
2875 * gdb.fortran/derived-types.f90 (this): New object and
2876 initialization.
2877
986cf455
SM
28782016-07-06 Simon Marchi <simon.marchi@ericsson.com>
2879
2880 * gdb.ada/arraydim.exp: Remove extra directory level in build
2881 directory.
2882
f0464b23
SM
28832016-07-06 Simon Marchi <simon.marchi@ericsson.com>
2884
2885 * lib/ada.exp: Remove extra directory level in build directory.
2886 * gdb.ada/cond_lang.exp: Likewise.
2887 * gdb.ada/exec_changed.exp: Likewise.
2888 * gdb.ada/lang_switch.exp: Likewise.
2889
42d94011
MG
28902016-07-06 Manish Goregaokar <manish@mozilla.com>
2891
2806dc7e
PA
2892 * simple.rs: Add test for raw pointer subscripting.
2893 * simple.exp: Add test expectations.
42d94011 2894
647c264c
YQ
28952016-07-05 Yao Qi <yao.qi@linaro.org>
2896
2897 * gdb.mi/mi-reverse.exp: Match =record-started output.
2898
20aa2c60
PA
28992016-07-01 Pedro Alves <palves@redhat.com>
2900
2901 * gdb.base/jit-reader.exp (info_registers_current_frame): New
2902 procedure.
2903 (jit_reader_test): Test the jit reader's unwinder.
2904 * gdb.base/jithost.c (jit_function_00_code): New global.
2905 (main): Use memcpy to fill in the mmapped code, instead of poking
2906 bytes manually here.
2907 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
2908 value.
2909 (read_debug_info): Save the function's range.
2910 (read_sp): New function.
2911 (unwind_frame): Use it. Also unwind RBP.
2912 (get_frame_id): Use read_sp.
2913 (gdb_init_reader): Use calloc instead of malloc.
2914 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
2915 parameter. Use gdb_test_multiple.
2916
ced2dffb
PA
29172016-07-01 Pedro Alves <palves@redhat.com>
2918 Antoine Tremblay <antoine.tremblay@ericsson.com>
2919
2920 * gdb.threads/process-dies-while-detaching.c: New file.
2921 * gdb.threads/process-dies-while-detaching.exp: New file.
2922
63000888
PA
29232016-07-01 Pedro Alves <palves@redhat.com>
2924
2925 * gdb.multi/watchpoint-multi-exit.c: New file.
2926 * gdb.multi/watchpoint-multi-exit.exp: New file.
2927
038d4868
PA
29282016-06-30 Pedro Alves <palves@redhat.com>
2929
2930 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
2931 unset inferior_spawn_id.
2932
994e9c83
PA
29332016-06-30 Pedro Alves <palves@redhat.com>
2934
2935 * lib/mi-support.exp (default_mi_gdb_start): Declare global
2936 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
2937
e5653468
YQ
29382016-06-29 Yao Qi <yao.qi@linaro.org>
2939
2940 * gdb.base/return.c: Add copyright header.
2941
803b47e5
TT
29422016-06-29 Tom Tromey <tom@tromey.com>
2943
2944 PR python/20129:
2945 * gdb.python/py-framefilter.exp: Add tests for setting priority
2946 and disabling of non-existent frame filter.
2947
28244707
YQ
29482016-06-29 Yao Qi <yao.qi@linaro.org>
2949
2950 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
2951 0x0f07ff.
2952
a31d2f06
YQ
29532016-06-28 Yao Qi <yao.qi@linaro.org>
2954
2955 * gdb.base/catch-syscall.exp: Remove check on isnative and target
2956 triplets. Start gdb, execute catch syscall, and continue. Check
2957 gdb's output to determine catch syscall is supported.
2958
921d8f54
MG
29592016-06-27 Manish Goregaokar <manish@mozilla.com>
2960
25d49b86
PA
2961 * gdb.rust/simple.rs: Add test for returning unit in a function.
2962 * gdb.rust/simple.exp: Add expectation for functions returning
2963 unit.
921d8f54 2964
f4952523
PMR
29652016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
2966
2967 * gdb.python/py-breakpoint-create-fail.c,
2968 gdb.python/py-breakpoint-create-fail.exp,
2969 gdb.python/py-breakpoint-create-fail.py: New testcase.
2970
fccb08f8
MG
29712016-06-25 Manish Goregaokar <manish@mozilla.com>
2972
2973 PR gdb/20239
2974 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
2975 * gdb.rust/simple.exp: Add test expectations for new NonZero
2976 tests.
fccb08f8 2977
6b850546
DT
29782016-06-24 David Taylor <dtaylor@emc.com>
2979
2980 * gdb.base/offsets.exp: New file.
2981 * gdb.base/offsets.c: New file.
2982
17621150
TT
29832016-06-23 Tom Tromey <tom@tromey.com>
2984
2985 PR gdb/16483:
2986 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
2987 before any filters are loaded.
2988
04d59df6
WT
29892016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
2990
2991 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
2992 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
2993 structs.
2994 * gdb.fortran/derived-type-function.exp: New file.
2995 * gdb.fortran/derived-type-function.f90: New file.
2996
2997
ac69f786
PA
29982016-06-21 Pedro Alves <palves@redhat.com>
2999
3000 * gdb.base/new-ui.exp: New file.
3001 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
3002 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
3003 (with_spawn_id): New procedure.
3004
49940788
PA
30052016-06-21 Pedro Alves <palves@redhat.com>
3006
3007 * gdb.mi/mi-exec-run.exp: New file.
3008
ef274d26
PA
30092016-06-21 Pedro Alves <palves@redhat.com>
3010
3011 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
3012 breakpoint command's output on the main UI.
3013 (test_break): New procedure, factored out from calls in the top
3014 level.
3015 (top level): Use foreach_with_prefix to test MI as main UI and as
3016 separate UI.
3017
468afe6c
PA
30182016-06-21 Pedro Alves <palves@redhat.com>
3019
3020 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
3021 (test_awatch_creation_and_listing)
3022 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
3023 Remove 'type' parameter.
3024 (test_watchpoint_all): New parameter mi_mode. Remove
3025 with_test_prefix.
3026 (top level): Use foreach_with_prefix, and add main/separate UI MI
3027 testing axis.
3028
51f77c37
PA
30292016-06-21 Pedro Alves <palves@redhat.com>
3030
3031 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
3032 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
3033 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
3034 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
3035 (gdb_main_spawn_id, mi_spawn_id): Declare and
3036 comment.
3037 (mi_create_inferior_pty): New procedure,
3038 factored out from default_mi_gdb_start.
3039 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
3040 procedures.
3041 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
3042 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
3043 Use mi_create_inferior_pty.
3044 (mi_gdb_start): Use eval to pass down args list.
3045
8980e177
PA
30462016-06-21 Pedro Alves <palves@redhat.com>
3047
3048 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
3049 * gdb.opt/inline-cmds.exp: Add MI tests.
3050
f38d3ad1
PA
30512016-06-21 Pedro Alves <palves@redhat.com>
3052
3053 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
3054
45db7c09
PA
30552016-06-21 Pedro Alves <palves@redhat.com>
3056
3057 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
3058 (top level): Use it instead of mi_execute_to.
3059
5a069ab3
PA
30602016-06-21 Pedro Alves <palves@redhat.com>
3061
3062 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
3063 (cont_handler_str): New.
3064 (signal_stop_handler): Set stop_handler_str instead of printing to
3065 stdout.
3066 (continue_handler): Set cont_handler_str instead of printing to
3067 stdout.
3068 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
3069 mi_send_resuming_command. Print stop_handler_str and
3070 cont_handler_str instead of expecting the python events print
3071 directly.
3072
2838cc1d
SD
30732016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3074
3075 * gdb.base/jit-reader.exp: New file.
3076 * gdb.base/jithost.c: New file.
3077 * gdb.base/jithost.h: New file.
3078 * gdb.base/jitreader.c : New file.
3079 * gdb.base/jit-protocol.h: New file.
3080
21a77091
YQ
30812016-06-17 Yao Qi <yao.qi@linaro.org>
3082
3083 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
3084 parameters follow_fork and detach_on_fork. Set follow-fork-mode
3085 and detach-on-fork. Adjust tests.
3086 (top level): Invoke break_cond_on_syscall with combinations of
3087 syscall, follow-fork-mode and detach-on-fork.
3088
f50bf8e5
YQ
30892016-06-17 Yao Qi <yao.qi@linaro.org>
3090
3091 * gdb.base/step-over-exit.c: New.
3092 * gdb.base/step-over-exit.exp: New.
3093
a28d8e50
YTL
30942016-06-17 Yan-Ting Lin <currygt52@gmail.com>
3095
3096 * gdb.base/float.exp: Add target check for nds32*-*-*.
3097 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
3098
cad8e26d
AB
30992016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
3100
3101 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
3102 for unsupported target features.
3103 * gdb.base/call-rt-st.exp: Likewise.
3104 * gdb.base/call-sc.exp: Likewise.
3105 * gdb.base/call-signal-resume.exp: Likewise.
3106 * gdb.base/call-strs.exp: Likewise.
3107 * gdb.base/callexit.exp: Likewise.
3108 * gdb.base/callfuncs.exp: Likewise.
3109 * gdb.base/nodebug.exp: Likewise.
3110 * gdb.base/printcmds.exp: Likewise.
3111 * gdb.base/ptype.exp: Likewise.
3112 * gdb.base/structs.exp: Likewise.
3113 * gdb.base/unwindonsignal.exp: Likewise.
3114 * gdb.cp/gdb2495.exp: Likewise.
3115 * gdb.cp/templates.exp: Likewise.
3116 * gdb.cp/virtfunc.exp: Likewise.
3117 * gdb.threads/hand-call-in-threads.exp: Likewise.
3118 * gdb.threads/interrupted-hand-call.exp: Likewise.
3119 * gdb.threads/thread-unwindonsignal.exp: Likewise.
3120
347dc102
TT
31212016-06-10 Tom Tromey <tom@tromey.com>
3122
3123 PR rust/20110:
3124 * gdb.rust/expr.exp: Add test for integer constant larger than
3125 i32.
3126
5e13cf25
BH
31272016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
3128
3129 * gdb.fortran/nested-funcs.exp: New.
3130 * gdb.fortran/nested-funcs.f90: New.
3131
bb556f1f
TK
31322016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
3133
3134 * gdb.base/examine-backward.c: New file.
3135 * gdb.base/examine-backward.exp: New file.
3136
38b022b4
SM
31372016-06-06 Simon Marchi <simon.marchi@ericsson.com>
3138
3139 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
3140 matching.
3141
1b40ec05
TT
31422016-06-02 Tom Tromey <tom@tromey.com>
3143
3144 PR python/18984:
3145 * gdb.python/py-shared.exp: Add solib_name test.
3146
193bd378
SM
31472016-06-02 Simon Marchi <simon.marchi@ericsson.com>
3148
3149 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
3150
3326303b
MG
31512016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
3152
3153 PR c++/19893
3154 * gdb.dwarf2/implref.exp: Rename to...
3155 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
3156 * gdb.dwarf2/implref-array.c: New file.
3157 * gdb.dwarf2/implref-array.exp: Likewise.
3158 * gdb.dwarf2/implref-global.c: Likewise.
3159 * gdb.dwarf2/implref-global.exp: Likewise.
3160 * gdb.dwarf2/implref-struct.c: Likewise.
3161 * gdb.dwarf2/implref-struct.exp: Likewise.
3162
825c8ef2
AT
31632016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3164
3165 * gdb.trace/trace-condition.exp: Add 64bit tests.
3166
2320162a
AT
31672016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3168
3169 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
3170 bits types.
3171 (main): Adapt to 8 to 64 bits types.
3172 * gdb.trace/trace-condition.exp: Add new tests.
3173
a7818233
AT
31742016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3175
3176 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
3177
0d336466
AT
31782016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3179
3180 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
3181 Move condition tests...
3182 * gdb.trace/trace-condition.exp: Here.
3183
7faeb45a
AT
31842016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3185
3186 * gdb.trace/trace-condition.exp: Add counter-case tests.
3187
e385593e
JK
31882016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3189
3190 PR c++/15231
3191 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
3192 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
3193
744608cc
PA
31942016-05-27 Pedro Alves <palves@redhat.com>
3195
3196 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3197 New procedure.
3198 (top level): Call it, and bail out of DejaGnu is known to be bad.
3199
ac775bf4
AB
32002016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
3201
3202 * gdb.base/whatis.c: Extend the test case.
3203 * gdb.base/whatis.exp: Add additional tests.
3204
2bbad2ea
BH
32052016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3206
3207* gdb.fortran/type.f90: Add pointer variable.
3208* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
3209
8b70175d
BH
32102016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3211
3212 * gdb.fortran/vla-type.exp: Fix testcase name.
3213
86d8a848
BH
32142016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3215
3216 * gdb.fortran/vla-type.exp: Access elements in nested structs.
3217
e188eb36
BH
32182016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3219
3220 * gdb.fortran/type.f90: Add nested structures.
3221 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
3222 * gdb.fortran/derived-type.exp: Adapt expected output.
3223 * gdb.fortran/vla-type.exp: Adapt expected output.
3224
9b2db1fd
BH
32252016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3226
3227 * gdb.fortran/whatis_type.exp: Adapt expected output.
3228
72b17055
BH
32292016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3230
3231 * gdb.fortran/print_type.exp: Fix expected output.
3232 * gdb.fortran/whatis_type.exp: Fix expected output.
3233
3cd81d8d
BH
32342016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3235
3236 * gdb.fortran/whatis_type.exp: Use multi_line.
3237
ddae9462
TT
32382016-05-24 Tom Tromey <tom@tromey.com>
3239
3240 PR python/17386:
3241 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
3242 use value as an index.
3243
1957f6b8
TT
32442016-05-23 Tom Tromey <tom@tromey.com>
3245
3246 PR python/17981:
3247 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
3248 no-breakpoint case.
3249
026a9174
PA
32502016-05-24 Pedro Alves <palves@redhat.com>
3251
3252 PR gdb/19828
3253 * gdb.threads/clone-attach-detach.c: New file.
3254 * gdb.threads/clone-attach-detach.exp: New file.
3255
e70a7231
FR
32562016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
3257
3258 * gdb.base/annota-input-while-running.exp: Fix syntax error.
3259
0f6ed0e0
TT
32602016-05-23 Tom Tromey <tom@tromey.com>
3261
3262 PR python/19438, PR python/18393:
3263 * gdb.python/py-progspace.exp: Add "dir" test.
3264 * gdb.python/py-objfile.exp: Add "dir" test.
3265
ffd19d61
YQ
32662016-05-23 Yao Qi <yao.qi@linaro.org>
3267
3268 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
3269 * gdb.arch/thumb2-it.exp: Likewise.
3270
9e8f9b05
SM
32712016-05-18 Simon Marchi <simon.marchi@ericsson.com>
3272
3273 * gdb.mi/mi-threads-interrupt.c: New file.
3274 * gdb.mi/mi-threads-interrupt.exp: New file.
3275
61c6156d
SM
32762016-05-17 Simon Marchi <simon.marchi@ericsson.com>
3277
3278 PR gdb/18077
3279 * gdb.mi/mi-async-run.exp: New file.
3280 * gdb.mi/mi-async-run.c: New file.
3281
67218854
TT
32822016-05-17 Tom Tromey <tom@tromey.com>
3283 Manish Goregaokar <manishsmail@gmail.com>
3284
3285 * lib/rust-support.exp: New file.
3286 * lib/gdb.exp (skip_rust_tests): New proc.
3287 (build_executable_from_specs): Handle rust.
3288 * lib/future.exp (gdb_find_rustc): New proc.
3289 (gdb_default_target_compile): Handle rust.
3290 * gdb.rust/expr.exp: New file.
3291 * gdb.rust/generics.exp: New file.
3292 * gdb.rust/generics.rs: New file.
3293 * gdb.rust/methods.exp: New file.
3294 * gdb.rust/methods.rs: New file.
3295 * gdb.rust/modules.exp: New file.
3296 * gdb.rust/modules.rs: New file.
3297 * gdb.rust/simple.exp: New file.
3298 * gdb.rust/simple.rs: New file.
3299
c44af4eb
TT
33002016-05-17 Tom Tromey <tom@tromey.com>
3301
3302 * gdb.base/default.exp (set language): Add rust.
3303
dcd1f979
TT
33042016-05-17 Tom Tromey <tom@tromey.com>
3305
3306 * gdb.gdb/unittest.exp: New file.
3307
155b7f57
YQ
33082016-05-16 Yao Qi <yao.qi@linaro.org>
3309
3310 * gdb.base/batch-preserve-term-settings.exp: Remove variable
3311 shell_prompt. Update shell_prompt_re.
3312
8ddd5a6c
DE
33132016-05-12 Doug Evans <dje@google.com>
3314
3315 PR symtab/19999
3316 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
3317 $options when building executable.
3318 * gdb.dwarf2/fission-loclists-pie.S: New file.
3319 * gdb.dwarf2/fission-loclists-pie.exp: New file.
3320
02e370d9
SM
33212016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3322
3323 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
3324 of [is_remote target],
3325
8929ad8b
SM
33262016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3327
3328 * lib/gdb.exp (use_gdb_stub): New procedure.
3329
6c447423
DE
33302016-05-03 Yunlian Jiang <yunlian@google.com>
3331 Doug Evans <dje@google.com>
3332
3333 PR symtab/19914
3334 * gdb.dwarf2/dwp-sepdebug.c: New file.
3335 * gdb.dwarf2/dwp-sepdebug.exp: New file.
3336
444e826c
SM
33372016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3338
3339 * gdb.base/detach.exp: Remove is_remote check.
3340
740feeaa
SM
33412016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3342
3343 * gdb.base/annota-input-while-running.exp: Don't check for
3344 [is_remote target]. Enable annotations after running to main.
3345 Remove unused "set test..." line.
3346
9080ac9d
SM
33472016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3348
3349 * gdb.trace/trace-enable-disable.exp: New file.
3350 * gdb.trace/trace-enable-disable.c: New file.
3351
952ebca5
SM
33522016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3353
3354 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
3355 use it in info sharedlibrary test.
3356 * gdb.trace/ftrace-lock.exp: Likewise.
3357 * gdb.trace/ftrace.exp: Likewise.
3358 * gdb.trace/range-stepping.exp: Likewise.
3359 * gdb.trace/trace-break.exp: Likewise.
3360 * gdb.trace/trace-condition.exp: Likewise.
3361 * gdb.trace/trace-mt.exp: Likewise.
3362
d9019901
SM
33632016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3364
3365 * lib/gdb.exp (gdb_load_shlibs): Rename to...
3366 (gdb_load_shlib): ... this.
3367 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
3368 gdb_load_shlib.
3369 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
3370 * gdb.base/ctxobj.exp: Likewise.
3371 * gdb.base/dprintf-pending.exp: Likewise.
3372 * gdb.base/dso2dso.exp: Likewise.
3373 * gdb.base/fixsection.exp: Likewise.
3374 * gdb.base/gcore-relro.exp: Likewise.
3375 * gdb.base/gdb1555.exp: Likewise.
3376 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3377 * gdb.base/gnu-ifunc.exp: Likewise.
3378 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
3379 * gdb.base/jit-so.exp (one_jit_test): Likewise.
3380 * gdb.base/pending.exp: Likewise.
3381 * gdb.base/print-file-var.exp: Likewise.
3382 * gdb.base/print-symbol-loading.exp: Likewise.
3383 * gdb.base/shlib-call.exp: Likewise.
3384 * gdb.base/shreloc.exp: Likewise.
3385 * gdb.base/so-impl-ld.exp: Likewise.
3386 * gdb.base/solib-disc.exp: Likewise.
3387 * gdb.base/solib-nodir.exp: Likewise.
3388 * gdb.base/solib-overlap.exp: Likewise.
3389 * gdb.base/solib-symbol.exp: Likewise.
3390 * gdb.base/solib-weak.exp (do_test): Likewise.
3391 * gdb.base/sym-file.exp: Likewise.
3392 * gdb.base/symtab-search-order.exp: Likewise.
3393 * gdb.base/type-opaque.exp: Likewise.
3394 * gdb.base/unload.exp: Likewise.
3395 * gdb.base/watchpoint-solib.exp: Likewise.
3396 * gdb.compile/compile.exp: Likewise.
3397 * gdb.cp/gdb2384.exp: Likewise.
3398 * gdb.cp/infcall-dlopen.exp: Likewise.
3399 * gdb.cp/re-set-overloaded.exp: Likewise.
3400 * gdb.fortran/library-module.exp: Likewise.
3401 * gdb.opt/solib-intra-step.exp: Likewise.
3402 * gdb.python/py-finish-breakpoint.exp: Likewise.
3403 * gdb.python/py-shared.exp: Likewise.
3404 * gdb.reverse/solib-precsave.exp: Likewise.
3405 * gdb.reverse/solib-reverse.exp: Likewise.
3406 * gdb.server/solib-list.exp: Likewise.
3407 * gdb.threads/dlopen-libpthread.exp: Likewise.
3408 * gdb.threads/tls-shared.exp: Likewise.
3409 * gdb.threads/tls-so_extern.exp: Likewise.
3410 * gdb.trace/change-loc.exp: Likewise.
3411 * gdb.trace/ftrace-lock.exp: Likewise.
3412 * gdb.trace/ftrace.exp: Likewise.
3413 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
3414 * gdb.trace/pending.exp: Likewise.
3415 * gdb.trace/range-stepping.exp: Likewise.
3416 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
3417 (strace_info_marker): Likewise.
3418 (strace_probe_marker): Likewise.
3419 (strace_trace_on_same_addr): Likewise.
3420 (strace_trace_on_diff_addr): Likewise.
3421 * gdb.trace/trace-break.exp: Likewise.
3422 * gdb.trace/trace-condition.exp: Likewise.
3423 * gdb.trace/trace-mt.exp: Likewise.
3424
fca4cfd9
SM
34252016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3426
3427 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
3428 result of gdb_remote_download.
3429 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
3430 * gdb.base/dso2dso.exp: Likewise.
3431 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3432 * gdb.base/print-file-var.exp: Likewise.
3433 * gdb.base/shlib-call.exp: Likewise.
3434 * gdb.base/shreloc.exp: Likewise.
3435 * gdb.base/solib-overlap.exp: Likewise.
3436 * gdb.base/solib-weak.exp (do_test): Likewise.
3437 * gdb.base/unload.exp: Likewise.
3438
11cf4ffb
YQ
34392016-04-27 Yao Qi <yao.qi@linaro.org>
3440
3441 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
3442 exists.
3443
3e2e34f8
KB
34442016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3445
3446 * vla-type.exp: Print structure from toplevel.
3447
8f07e298
BH
34482016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3449
3450 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
3451 of dynamic types.
3452 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
3453 of dynamic types.
3454
9920b434
BH
34552016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3456
3457 * gdb.fortran/vla-type.f90: New file.
3458 * gdb.fortran/vla-type.exp: New file.
3459
f3abeff5
YQ
34602016-04-25 Yao Qi <yao.qi@linaro.org>
3461
3462 * gdb.base/branch-to-self.c: New file.
3463 * gdb.base/branch-to-self.exp: New file.
3464
0a5d52f0
YQ
34652016-04-22 Yao Qi <yao.qi@linaro.org>
3466
3467 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
3468 more after $hex.
3469
495346f6
YQ
34702016-04-22 Yao Qi <yao.qi@linaro.org>
3471
3472 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
3473 * gdb.base/annota3.exp: Likewise.
3474
4a7e075c
YQ
34752016-04-22 Yao Qi <yao.qi@linaro.org>
3476
3477 * gdb.reverse/step-precsave.exp: Do one step and test program
3478 stops in "callee" and do multiple steps until program goes out
3479 of "callee".
3480 * gdb.reverse/step-reverse.exp: Likewise.
3481
5b061e98
YQ
34822016-04-22 Yao Qi <yao.qi@linaro.org>
3483
3484 * gdb.trace/signal.exp: Also pass if
3485 $tracepoint_hits($i) > $iterations.
3486
5c5dc57f
YQ
34872016-04-22 Yao Qi <yao.qi@linaro.org>
3488
3489 * gdb.trace/signal.c: New file.
3490 * gdb.trace/signal.exp: New file.
3491
a55411b9
DE
34922016-04-19 Doug Evans <xdje42@gmail.com>
3493
3494 * gdb.base/bad-file.exp: New file.
3495
a22df60a
MG
34962016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
3497
3498 * gdb.dwarf2/implref.exp: New file.
3499
0c13f7e5
BH
35002016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3501
3502 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
3503 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
3504 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
3505 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
3506 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
3507 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
3508 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
3509 * lib/fortran.exp (fortran_int4): New procedure.
3510 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
3511 (fortran_logical4): Likewise.
3512
9b9b09e9
BH
35132016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
3514
3515 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
3516
a14d1f4d
BH
35172016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3518
3519 * lib/compiler.c: Add Intel specific preprocessor macros.
3520 * lib/compiler.cc: Likewise.
25d49b86 3521
7d49b1d0
LM
35222016-04-13 Luis Machado <lgustavo@codesourcery.com>
3523
3524 * gdb.server/connect-with-no-symbol-file.c: New file.
3525 * gdb.server/connect-with-no-symbol-file.exp: New file.
3526
8392fa22
SM
35272016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3528
3529 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
3530
8c4c4aeb
SM
35312016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3532
3533 * boards/gdbserver-base.exp (${board}_download): Copy source file to
3534 standard output directory.
3535
45e3745e
AT
35362016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
3537
3538 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
3539
e26b7e41
MM
35402016-04-13 Markus Metzger <markus.t.metzger@intel.com>
3541
3542 * gdb.btrace/instruction_history.c (loop): Add declaration.
3543
8ce09462
AT
35442016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
3545
3546 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
3547
2e88a1ea
SM
35482016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
3549
3550 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
3551 parentheses to print.
3552 (continue_handler): Likewise.
3553
f48e22e3
SM
35542016-04-08 Simon Marchi <simon.marchi@ericsson.com>
3555
3556 * gdb.server/solib-list.exp: Remove is_remote check.
3557 Pass shlib= to gdb_compile. Don't link shared library with
3558 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
3559 Run binary filename through "readlink -f" on the target.
3560
096be756
PA
35612016-04-08 Pedro Alves <palves@redhat.com>
3562
3563 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
3564 interpreter filename as argument to gdbserver_spawn.
3565 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3566 Return empty if $last_loaded_file does not exist.
3567
06500533
JK
35682016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3569
3570 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
3571 * gdb.base/jit-main.c: Use exit after usage.
3572
2d35e871
JK
35732016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3574
3575 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
3576 GDBHISTSIZE prior to the tests.
3577 * gdb.base/gdbinit-history.exp: Likewise.
3578
35792016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
3580
3581 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
3582 instead of build_executable. Use gdb_load_shlibs.
3583
c8064e7e
YQ
35842016-04-07 Yao Qi <yao.qi@linaro.org>
3585
3586 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
3587 Execute "si" command.
3588
bde47561
YQ
35892016-04-07 Yao Qi <yao.qi@linaro.org>
3590
3591 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
3592 number instead of the comments on some line.
3593
b16f8a3b
DB
35942016-04-06 Don Breazeal <donb@codesourcery.com>
3595
3596 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
3597 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
3598
c2f901df
SM
35992016-04-06 Simon Marchi <simon.marchi@ericsson.com>
3600
3601 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
3602 standard_output_file. Remove unused binfile variable.
3603
ac17fda0
CU
36042016-04-05 Catalin Udma <catalin.udma@freescale.com>
3605
3606 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
3607 * gdb.python/py-mi-objfile.exp: Match "list main" output
3608 in console format.
3609
03a8c4df
SM
36102016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
3611
3612 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
3613 absolute.
3614
6e774b13
SM
36152016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3616
3617 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
3618 absolute.
3619 * gdb.trace/ftrace.exp: Likewise.
3620 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
3621 targets as well.
3622 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
3623 (gdb_load_shlibs): Copy libraries to test directory when testing
3624 natively. Only set solib-search-path if testing remotely.
3625 * lib/mi-support.exp (mi_load_shlibs): Likewise.
3626
7817ea46
SM
36272016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3628
3629 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
3630 gdb_download. Use it even if the target is not remote.
3631 * gdb.base/jit.exp (compile_jit_test): Likewise.
3632 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
3633 output directory if the destination board is local, otherwise use
3634 the standard remote_download from DejaGnu.
3635 (gdb_download): Remove.
3636 (gdb_load_shlibs): Use gdb_remote_download instead of
3637 gdb_download.
3638 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3639 Use gdb_remote_download instead of gdb_download. Use it even if
3640 the target is not remote.
3641 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
3642 instead of gdb_download.
3643
7beb7f68
SM
36442016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
3645
3646 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
3647 (test_insert_delete_modify): Call mi_load_shlibs before trying to
3648 run.
3649
cc63428a
AV
36502016-04-01 Artemiy Volkov <artemiyv@acm.org>
3651
3652 PR gdb/19820
3653 * gdb.base/printcmds.exp: Add artificial arrays tests.
3654
64cdf930
PA
36552016-03-31 Pedro Alves <palves@redhat.com>
3656
3657 PR gdb/19858
3658 * gdb.base/jit-main.c: Include unistd.h.
3659 (ATTACH): Define to 0 if not already defined.
3660 (wait_for_gdb, mypid): New globals.
3661 (WAIT_FOR_GDB): New macro.
3662 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
3663 some breakpoint locations.
3664 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
3665 New procedures.
3666 (one_jit_test): Add REATTACH parameter, and handle it. Use
3667 continue_to_test_location.
3668 (top level): Test attach, and adjusts calls to one_jit_test.
3669
40dea8cb
PA
36702016-03-31 Pedro Alves <palves@redhat.com>
3671
3672 PR gdb/19858
3673 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
3674 BINSUFFIX parameter, and handle it.
3675 (top level): Adjust calls compile_jit_test.
3676
e7ea3ec7
CU
36772016-03-31 Catalin Udma <catalin.udma@freescale.com>
3678
3679 PR python/19743
3680 * gdb.python/py-mi-events-gdb.py: New file.
3681 * gdb.python/py-mi-events.c: New file.
3682 * gdb.python/py-mi-events.exp: New file.
3683
e6359af3
YQ
36842016-03-30 Yao Qi <yao.qi@linaro.org>
3685
3686 * gdb.reverse/until-precsave.exp: Match function name only.
3687 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
3688 Move malloc to a condition block.
3689 * gdb.reverse/until-reverse.exp: Match function name only.
3690
a4105d04
MK
36912016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
3692
3693 * gdb.trace/ftrace.exp: Set arg0exp for s390.
3694 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
3695 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
3696 variable for GPR 0 instead of assuming it is register 0.
3697 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
3698 * lib/trace-support.exp: Add s390 registers.
3699
bfa6adb9
YQ
37002016-03-29 Yao Qi <yao.qi@linaro.org>
3701
3702 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
3703
1e6697ea
YQ
37042016-03-24 Yao Qi <yao.qi@linaro.org>
3705
3706 * gdb.reverse/break-reverse.exp: Add quotation mark in the
3707 test message.
3708
64bcd522
AA
37092016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3710
3711 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
3712 maintaining separate logic for constructing the output path.
3713
7868401b
DB
37142016-03-16 Don Breazeal <donb@codesourcery.com>
3715
3716 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
3717 Retry fork and waitpid on interrupted system call errors.
3718 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3719 Use with_timeout_factor to increase timeout by factor of 10.
3720
1cafadb4
DB
37212016-03-15 Don Breazeal <donb@codesourcery.com>
3722
3723 * gdb.cp/scope-err.cc: New test program.
3724 * gdb.cp/scope-err.exp: New test script.
3725 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
3726 lines and "set breakpoint here" comment.
3727 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
3728 Fixed some whitespace and format issues.
3729 * gdb.mi/mi-linespec-err-cp.cc: New test program.
3730 * gdb.mi/mi-linespec-err-cp.exp: New test script.
3731
81516450
DE
37322016-03-15 Doug Evans <dje@google.com>
3733
3734 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
3735 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
3736 All callers updated. Add tests for enums, mixed flags register.
3737
aa52b601
DE
37382016-03-15 Doug Evans <dje@google.com>
3739
3740 * gdb.base/skip.c (main): Call test_skip_file_and_function.
3741 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
3742
fa4ff313
SM
37432016-03-14 Simon Marchi <simon.marchi@ericsson.com>
3744
3745 * gdb.base/default.exp: Add $_as_string to the list of expected
3746 convenience functions.
3747
f2403c39
AB
37482016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
3749
3750 * gdb.base/maint.exp: New tests for 'maint info line-table'.
3751
f2f3ccb9
SM
37522016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
3753
3754 * gdb.python/py-as-string.exp: New file.
3755 * gdb.python/py-as-string.c: New file.
3756
00dbd492
PA
37572016-03-09 Pedro Alves <palves@redhat.com>
3758
3759 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
3760 signal" -> "Thread NN received signal" output change.
3761 * gdb.threads/ia64-sigill.exp: Likewise.
3762 * gdb.threads/linux-dp.exp: Likewise.
3763 * gdb.threads/manythreads.exp: Likewise.
3764 * gdb.threads/pending-step.exp: Likewise.
3765 * gdb.threads/print-threads.exp: Likewise.
3766 * gdb.threads/sigstep-threads.exp: Likewise.
3767 * gdb.threads/staticthreads.exp: Likewise.
3768 * gdb.threads/tls.exp: Likewise.
3769
1e6697ea
YQ
37702016-03-09 Pedro Alves <palves@redhat.com>
3771
3772 * gdb.base/command-line-input.exp: New file.
3773
b04fd3be
MK
37742016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3775
3776 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
3777 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
3778 * gdb.trace/pending.exp: Accept leading dot before function name.
3779 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
3780 * lib/trace-support.exp: Set registers for ppc.
3781
98fa59e9
MK
37822016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3783
3784 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
3785 use it for disassembly; accept .main in addition to main in backtrace.
3786
f77198c8
MK
37872016-03-09 Wei-cheng Wang <cole945@gmail.com>
3788 Marcin Kościelnicki <koriakin@0x04.net>
3789
3790 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
3791 (gdb_recursion_test_ptr): New global variable.
3792 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
3793 gdb_recursion_test.
3794 (gdb_c_test): Ditto.
3795
ba84e0da
MK
37962016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3797
3798 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
3799 ordering.
3800
4366d36e
MK
38012016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3802
3803 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
3804 (bar): Add bar_start_lbl label.
3805 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
3806 of foo/bar for emitting DWARF and tracing.
3807
5eb264df
SDJ
38082016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
3809
3810 * analyze-racy-logs.py: Set executable bit.
3811
fb6a751f
SDJ
38122016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
3813
3814 * Makefile.in (DEFAULT_RACY_ITER): New variable.
3815 (CHECK_TARGET_TMP): Likewise.
3816 (check-single-racy): New rule.
3817 (check-parallel-racy): Likewise.
3818 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
3819 (do-check-parallel-racy): New rule.
3820 (check-racy/%.exp): Likewise.
3821 * README (Racy testcases): New section.
3822 * analyze-racy-logs.py: New file.
3823
bdf7e230
DE
38242016-03-03 Doug Evans <dje@google.com>
3825
3826 * gdb.base/skip.exp: Use with_test_prefix.
3827
4719d415
YQ
38282016-03-03 Yao Qi <yao.qi@linaro.org>
3829
3830 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
3831 Invoke step_over_syscall "clone" and break_cond_on_syscall
3832 "clone".
3833 * gdb.base/step-over-clone.c: New file.
3834
ea507862
YQ
38352016-03-03 Yao Qi <yao.qi@linaro.org>
3836
3837 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
3838 code format.
3839
8fc8cbda
YQ
38402016-03-03 Yao Qi <yao.qi@linaro.org>
3841
3842 * gdb.base/disp-step-fork.c: Rename to ...
3843 * gdb.base/step-over-fork.c: ... it. New file.
3844 * gdb.base/disp-step-vfork.c: Rename to ...
3845 * gdb.base/step-over-vfork.c: ... it. New file.
3846 * gdb.base/disp-step-syscall.exp: Rename to ...
3847 * gdb.base/step-over-syscall.exp: ... it. New file.
3848 (disp_step_cross_syscall): Rename to ...
3849 (step_over_syscall): ... it.
3850
92fa70b0
YQ
38512016-03-03 Yao Qi <yao.qi@linaro.org>
3852
3853 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
3854 If target supports condition evaluation on target, invoke
3855 break_cond_on_syscall for fork and vfork.
3856
e197ad3c
YQ
38572016-03-03 Yao Qi <yao.qi@linaro.org>
3858
3859 * gdb.base/disp-step-syscall.exp: Don't invoke
3860 support_displaced_stepping.
3861 (disp_step_cross_syscall): Test with displaced stepping off and
3862 on if supported.
3863
0b47da9f
YQ
38642016-03-03 Yao Qi <yao.qi@linaro.org>
3865
3866 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
3867 proc.
3868 (setup): New proc.
3869 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
3870 and setup.
3871
065ab6dc
BH
38722016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3873
3874 * gdb.fortran/vla-history.exp: Remove breakpoint.
3875
07e448ad 38762016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3877
25d49b86
PA
3878 * gdb.fortran/vla-history.exp: Lookup array elements and printing
3879 exceeds timeout.
07e448ad 3880
9ac2d526 38812016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3882
25d49b86
PA
3883 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
3884 breakpoint.
9ac2d526 3885
17807369
BH
38862016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3887
3888 * gdb.mi/vla.f90: Nullify pointer after declaration.
3889
86e501af
PA
38902016-03-01 Pedro Alves <palves@redhat.com>
3891
3892 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
3893
1e903e32
PA
38942016-03-01 Pedro Alves <palves@redhat.com>
3895
3896 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
3897 before anything else.
3898 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
3899 _GNU_SOURCE here.
3900 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
3901 before anything else.
3902 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
3903
6ccb54e2
PA
39042016-03-01 Pedro Alves <palves@redhat.com>
3905
3906 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
3907
30ca9da1
YQ
39082016-03-01 Yao Qi <yao.qi@linaro.org>
3909
3910 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
3911 prepare_for_testing.
3912
dc856b38
YQ
39132016-03-01 Yao Qi <yao.qi@linaro.org>
3914
3915 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
3916
4a932159
AA
39172016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3918
3919 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
3920 manually constructing the output path.
3921
f2489477
AA
39222016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3923
3924 * gdb.arch/s390-stackless.S: New.
3925 * gdb.arch/s390-stackless.exp: New.
3926
38899f16
IB
39272016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
3928
3929 * gdb.dlang/circular.c: New file.
3930 * gdb.dlang/circular.exp: New file.
3931
9fde51ed
YQ
39322016-02-26 Yao Qi <yao.qi@linaro.org>
3933
3934 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
3935 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
3936 (testcases): Update.
3937
ce90fefe
YQ
39382016-02-26 Yao Qi <yao.qi@linaro.org>
3939
3940 * gdb.reverse/aarch64.c: Rename to ...
3941 * gdb.reverse/insn-reverse.c: ... it.
3942 * gdb.reverse/aarch64.exp: Rename to ...
3943 * gdb.reverse/insn-reverse.exp: ... it.
3944
3263bceb
YQ
39452016-02-26 Yao Qi <yao.qi@linaro.org>
3946
3947 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
3948 (testcase_ftype): New.
3949 (testcases): New array.
3950 (n_testcases): New.
3951 (main): Call each element in testcases.
3952 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
3953 (read_testcase): New.
3954 Do the tests in a loop.
3955
6cb59ff1
YQ
39562016-02-25 Yao Qi <yao.qi@linaro.org>
3957
3958 * gdb.base/branches.c: Remove.
3959
ae91f625
MK
39602016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
3961
3962 PR gdb/13808
3963 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
3964
678b48b7
MK
39652016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
3966
3967 * gdb.trace/ftrace.exp: Remove unnecessary target check.
3968
7337a6f2
MK
39692016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
3970
3971 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
3972 change x86_64 call_insn to 'callq'.
3973
861ca91f
AT
39742016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
3975
3976 * gdb.trace/tfile-avx.c: Move to...
3977 * gdb.trace/tracefile-pseudo-reg.c: Here.
3978 * gdb.trace/tfile-avx.exp: Move to...
3979 * gdb.trace/tracefile-pseudo-reg.exp: Here.
3980
bf74e428
GB
39812016-02-24 Gary Benson <gbenson@redhat.com>
3982
3983 * gdb.base/attach-pie-noexec.exp: Do not expect an error
3984 message on attach.
3985
cce0e923
DE
39862016-02-23 Doug Evans <dje@google.com>
3987
3988 * gdb.base/skip.c (test_skip): New function.
3989 (end_test_skip_file_and_function): New function.
3990 (test_skip_file_and_function): New function.
3991 * gdb.base/skip1.c (test_skip): New function.
3992 (skip1_test_skip_file_and_function): New function.
3993 * gdb.base/skip.exp: Add tests for new skip options.
3994 * gdb.base/skip-solib.exp: Update expected output.
3995 * gdb.perf/skip-command.cc: New file.
3996 * gdb.perf/skip-command.exp: New file.
3997 * gdb.perf/skip-command.py: New file.
3998
4000e47e
MK
39992016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
4000
4001 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
4002 info registers pattern.
4003
24f75ead
IB
40042016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
4005
4006 * lib/future.exp: Add D support.
4007 (gdb_find_gdc): New proc.
4008 (gdb_default_target_compile): Add D support.
4009
fbb7bcbe
WW
40102016-02-18 Wei-cheng Wang <cole945@gmail.com>
4011
4012 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
4013 user+system time.
4014 (trace_speed_test): Determine the iteration count for a time
4015 between 15..30 seconds.
4016
012b3a21
WT
40172016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
4018
4019 * gdb.arch/i386-mpx-sigsegv.c: New file.
4020 * gdb.arch/i386-mpx-sigsegv.exp: New file.
4021 * gdb.arch/i386-mpx-simple_segv.c: New file.
4022 * gdb.arch/i386-mpx-simple_segv.exp: New file.
4023
2d5189bd
YQ
40242016-02-18 Yao Qi <yao.qi@linaro.org>
4025
4026 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
4027 Don't call setup_kfail.
4028
40fb20d0
YQ
40292016-02-18 Yao Qi <yao.qi@linaro.org>
4030
4031 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4032 Set "set breakpoint condition-evaluation" per $cond_bp_target.
4033
21b1f8d2
DE
40342016-02-16 Doug Evans <dje@google.com>
4035
4036 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
4037 * gdb.base/skip1.c: Ditto.
4038 * gdb.base/skip.exp: Whitespace cleanup.
4039
4041ed77
DB
40402016-02-16 Don Breazeal <donb@codesourcery.com>
4041
4042 PR remote/19496
4043 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4044 Remove kfail for PR remote/19496.
4045
c4ef31bf
SM
40462016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4047
4048 * lib/gdb.exp (standard_temp_file): Return a path specific to
4049 the runtest invocation.
4050
266b65b3
SM
40512016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4052
4053 * gdb.trace/save-trace.exp: Change relative path to be in the
4054 standard output directory.
4055
a7a0a6a9
JK
40562016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4057
4058 * gdb.arch/i386-prologue.c: Add missing prototypes.
4059
c99dbb42
JK
40602016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4061
4062 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
4063 * gdb.arch/i386-prologue.exp: Likewise.
4064 * gdb.arch/i386-size.exp: Likewise.
4065
aa480355
SM
40662016-02-15 Simon Marchi <simon.marchi@ericsson.com>
4067
4068 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
4069 define object file path.
4070 * gdb.btrace/gcore.exp: Use standard_output_file to define core
4071 file path.
4072 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
4073 standard_output_file to define binfile.
4074
ba881f50
JK
40752016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4076
4077 Fix compatibility with recent gfortran-5.3.1.
4078 * gdb.fortran/vla-history.exp (print vla1 allocated)
4079 (print vla2 allocated, print $2, print $3): Remove
4080 (print $4): Rename to ...
4081 (print $2): ... here.
4082 (print $9): Rename to ...
4083 (print $5): ... here.
4084 (print $10): Rename to ...
4085 (print $6): ... here.
4086 * gdb.fortran/vla.f90: Add pvla initialization.
4087
e9fb005c
JK
40882016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4089
4090 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
4091 New test.
4092 * gdb.fortran/vla-value-sub.exp: Likewise.
4093
e44e00ff
MK
40942016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
4095
4096 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
4097
97e94151
SM
40982016-02-12 Simon Marchi <simon.marchi@ericsson.com>
4099
4100 * i386-biarch-core.exp: Define corefile using
4101 standard_output_file.
4102
01113bc1
YQ
41032016-02-12 Yao Qi <yao.qi@linaro.org>
4104
4105 * gdb.arch/arm-single-step-kernel-helper.c: New.
4106 * gdb.arch/arm-single-step-kernel-helper.exp: New.
4107
33b4777c
MM
41082016-02-12 Markus Metzger <markus.t.metzger@intel.com>
4109
4110 * gdb.btrace/tailcall-only.exp: New.
4111 * gdb.btrace/tailcall-only.c: New.
4112 * gdb.btrace/x86_64-tailcall-only.S: New.
4113 * gdb.btrace/i686-tailcall-only.S: New.
4114
acc23c11
PA
41152016-02-11 Pedro Alves <palves@redhat.com>
4116
4117 * README (Parallel testing): Add missing double quotes.
4118
e352bf0a
PA
41192016-02-11 Pedro Alves <palves@redhat.com>
4120
4121 * README (Parallel testing): New section.
4122 (GDB_PARALLEL): Rewrite.
4123 (FORCE_PARALLEL): Document.
4124
9f5fed78
MK
41252016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
4126
4127 * gdb.trace/tfile-avx.c: New test.
4128 * gdb.trace/tfile-avx.exp: New test.
4129
9ef9e6a6
KS
41302016-02-09 Keith Seitz <keiths@redhat.com>
4131
4132 PR breakpoints/19546
4133 * gdb.base/infcall-exec.c: New file.
4134 * gdb.base/infcall-exec2.c: New file.
4135 * gdb.base/infcall-exec.exp: New file.
4136
a96e36da
KS
41372016-02-09 Keith Seitz <keiths@redhat.com>
4138
4139 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
4140 (toplevel): Call test_bkpt_address.
4141
9f61929f
KS
41422016-02-09 Keith Seitz <keiths@redhat.com>
4143
4144 PR python/19506
4145 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
4146 (toplevel): Call test_bkpt_address.
4147
1e94266c
SM
41482016-02-09 Simon Marchi <simon.marchi@ericsson.com>
4149
4150 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
4151 to AC_OUTPUT.
4152 * configure: Regenerate.
4153
2a7f3dff
PA
41542016-02-09 Pedro Alves <palves@redhat.com>
4155
4156 PR breakpoints/19548
4157 * gdb.base/execl-update-breakpoints.c (some_function): New
4158 function.
4159 (main): Call it.
4160 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
4161 Tighten expected GDB output.
4162
2151ccc5
SM
41632016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4164
4165 * Makefile.in (ALL_SUBDIRS): Remove.
4166 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
4167 (distclean maintainer-clean realclean): Likewise.
4168 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
4169 * configure: Regenerate.
4170 * gdb.ada/Makefile.in: Delete.
4171 * gdb.arch/Makefile.in: Likewise.
4172 * gdb.asm/Makefile.in: Likewise.
4173 * gdb.base/Makefile.in: Likewise.
4174 * gdb.btrace/Makefile.in: Likewise.
4175 * gdb.cell/Makefile.in: Likewise.
4176 * gdb.compile/Makefile.in: Likewise.
4177 * gdb.cp/Makefile.in: Likewise.
4178 * gdb.disasm/Makefile.in: Likewise.
4179 * gdb.dlang/Makefile.in: Likewise.
4180 * gdb.dwarf2/Makefile.in: Likewise.
4181 * gdb.fortran/Makefile.in: Likewise.
4182 * gdb.gdb/Makefile.in: Likewise.
4183 * gdb.go/Makefile.in: Likewise.
4184 * gdb.guile/Makefile.in: Likewise.
4185 * gdb.java/Makefile.in: Likewise.
4186 * gdb.linespec/Makefile.in: Likewise.
4187 * gdb.mi/Makefile.in: Likewise.
4188 * gdb.modula2/Makefile.in: Likewise.
4189 * gdb.multi/Makefile.in: Likewise.
4190 * gdb.objc/Makefile.in: Likewise.
4191 * gdb.opencl/Makefile.in: Likewise.
4192 * gdb.opt/Makefile.in: Likewise.
4193 * gdb.pascal/Makefile.in: Likewise.
4194 * gdb.perf/Makefile.in: Likewise.
4195 * gdb.python/Makefile.in: Likewise.
4196 * gdb.reverse/Makefile.in: Likewise.
4197 * gdb.server/Makefile.in: Likewise.
4198 * gdb.stabs/Makefile.in: Likewise.
4199 * gdb.threads/Makefile.in: Likewise.
4200 * gdb.trace/Makefile.in: Likewise.
4201 * gdb.xml/Makefile.in: Likewise.
4202 * lib/gdb.exp (make_gdb_parallel_path): Add check for
4203 GDB_PARALLEL.
4204 (standard_output_file): Remove check for GDB_PARALLEL, always
4205 return path in outputs/$subdir/$testname.
4206
437277d4
SM
42072016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4208
4209 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
4210 (site.exp): Assign abs_srcdir to tcl's srcdir.
4211
31d913c7
YQ
42122016-02-04 Yao Qi <yao.qi@linaro.org>
4213
4214 * gdb.base/foll-exec-mode.c: Include limits.h.
4215 (main): Add parameters argc and argv. Get directory from
4216 argv[0].
4217 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
4218 compilation.
4219 * gdb.base/foll-exec.c: Include limits.h.
4220 (main): Add parameters argc and argv.
4221 Get directory from argv[0].
4222 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
4223 Adjust tests on the number of lines as source code changed.
4224 * gdb.base/foll-vfork-exit.c: Include limits.h.
4225 (main): Add one line of statement before vfork.
4226 * gdb.base/foll-vfork.c: Include limits.h and string.h.
4227 (main): Add parameters argc and argv. Get directory from
4228 argv[0].
4229 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
4230 (setup_gdb): Set tbreak to skip some source lines.
4231 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
4232 (main): Add parameters argc and argv. Get directory from
4233 argv[0].
4234 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
4235 compilation.
4236 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
4237 (main): Add parameters argc and argv. Get directory from
4238 argv[0].
4239 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
4240 compilation.
4241
9482b9fb
DE
42422016-02-01 Doug Evans <dje@google.com>
4243
4244 * gdb.base/skip.exp: Clean up multiple references to same test name.
4245
6b2e4f10
PA
42462016-02-01 Pedro Alves <palves@redhat.com>
4247
ccb6afd6 4248 PR remote/19496
6b2e4f10
PA
4249 * gdb.threads/forking-threads-plus-breakpoint.exp
4250 (displaced_stepping_supported): New global.
4251 (probe_displaced_stepping_support): New procedure.
4252 (do_test): Add 'displaced' parameter, and use it.
4253 (top level): Check for displaced stepping support. Add displaced
4254 stepping on/off testing axis.
4255
37a8db1a
AB
42562016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4257
4258 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
4259 pointer. Don't perform further tests on the unassociated pointer
4260 if the first test fails.
4261
5fdf6324
AB
42622016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4263
4264 * gdb.base/max-value-size.c: New file.
4265 * gdb.base/max-value-size.exp: New file.
4266 * gdb.base/huge.exp: Disable max-value-size for this test.
4267
935c6144
IB
42682016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
4269
4270 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
4271
7fe8399d
YQ
42722016-01-28 Yao Qi <yao.qi@linaro.org>
4273
4274 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
4275
a2077e25
PA
42762016-01-25 Pedro Alves <palves@redhat.com>
4277
4278 PR threads/19461
4279 * gdb.base/fork-running-state.c: New file.
4280 * gdb.base/fork-running-state.exp: New file.
4281
1d2736d4
PA
42822016-01-25 Pedro Alves <palves@redhat.com>
4283
4284 PR gdb/19494
4285 * gdb.base/catch-fork-kill.c: New file.
4286 * gdb.base/catch-fork-kill.exp: New file.
4287
f1da4b11
PA
42882016-01-25 Pedro Alves <palves@redhat.com>
4289
4290 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
4291 Delete, moved to lib/gdb.exp.
4292 * gdb.threads/forking-threads-plus-breakpoint.exp
4293 (foreach_with_prefix): Likewise.
4294 * gdb.threads/process-dies-while-handling-bp.exp
4295 (foreach_with_prefix): Likewise.
4296 * lib/gdb.exp (foreach_with_prefix): New procedure.
4297
45f38546
MK
42982016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
4299
4300 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
4301 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
4302
dc29a1ce
MK
43032016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
4304
4305 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
4306 endian targets.
4307
092127d7
JK
43082016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4309 Pedro Alves <palves@redhat.com>
4310
4311 Fix testsuite compatibility with Guile.
4312 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
4313 number.
4314
31d765d3
JK
43152016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4316
4317 Fix testsuite compatibility with Guile.
4318 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
4319 (thread 1): New test for backtrace through signal handler.
4320
1ac78c04
YQ
43212016-01-22 Yao Qi <yao.qi@linaro.org>
4322
4323 PR testsuite/19491
4324 * gdb.base/multi-forks.c: Include
4325 ../lib/unbuffer_output.c
4326 (main): Call gdb_unbuffer_output.
4327
4f5946a8
DE
43282016-01-21 Doug Evans <dje@google.com>
4329
4330 * lib/ada.exp (gdb_compile_ada): Fix typo.
4331
305e13e6
JB
43322016-01-21 Joel Brobecker <brobecker@adacore.com>
4333
4334 * gdb.base/break-fun-addr.exp: New file.
4335 * gdb.base/break-fun-addr1.c: New file.
4336 * gdb.base/break-fun-addr2.c: New file.
4337
5f5dfff6
SM
43382016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
4339
4340 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
4341 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
4342 enum flag values.
4343
fd356fa2
AA
43442016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4345
4346 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
4347 when GDB can not set the vector return value. Add more comments
4348 for clarification.
4349
9df22175
AT
43502016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
4351
4352 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
4353 command.
4354
41d1845e
SM
43552016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4356
4357 * Makefile.in (DO_RUNTEST): Add --status and update usages.
4358
01ac6840
SM
43592016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4360
4361 * Makefile.in (check-single): Pass --status to runtest.
4362 (check/%.exp): Likewise.
4363
43642016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4365
4366 * Makefile.in (check-parallel): Propagate return code from make
4367 do-check-parallel.
4368
bd0a71fa
MK
43692016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
4370
4371 * gdb.trace/ftrace.exp: Fix expected message on continue.
4372 * gdb.trace/pending.exp: Fix expected message on continue.
4373 * gdb.trace/trace-break.exp: Fix expected message on continue.
4374
8bcbad33
SM
43752016-01-18 Simon Marchi <simon.marchi@ericsson.com>
4376
4377 * lib/gdb.exp (gdb_test): Remove unused global references.
4378
f303dbd6
PA
43792016-01-18 Pedro Alves <palves@redhat.com>
4380
4381 * gdb.base/async-shell.exp: Adjust expected output.
4382 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
4383 * gdb.base/siginfo-thread.exp: Adjust expected output.
4384 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
4385 * gdb.java/jnpe.exp: Adjust expected output.
4386 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
4387 * gdb.threads/continue-pending-status.exp: Adjust expected output.
4388 * gdb.threads/leader-exit.exp: Adjust expected output.
4389 * gdb.threads/manythreads.exp: Adjust expected output.
4390 * gdb.threads/pthreads.exp: Adjust expected output.
4391 * gdb.threads/schedlock.exp: Adjust expected output.
4392 * gdb.threads/siginfo-threads.exp: Adjust expected output.
4393 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
4394 expected output.
4395 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
4396 output.
4397 * gdb.threads/sigthread.exp: Adjust expected output.
4398 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
4399
b2789696
YQ
44002016-01-18 Yao Qi <yao.qi@linaro.org>
4401
4402 * gdb.guile/scm-section-script.c: Replace @progbits with
4403 %progbits.
4404 * gdb.python/py-section-script.c: Likewise.
4405
71ef29a8
PA
44062016-01-15 Pedro Alves <palves@redhat.com>
4407
4408 * gdb.multi/tids.exp: Test star wildcard ranges.
4409
3f5b7598
PA
44102016-01-15 Pedro Alves <palves@redhat.com>
4411
4412 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
4413 command from "thread apply" invocation.
4414 (thr_apply_info_thr_invalid): Default the expected output to the
4415 input tid list.
4416 (top level): Add tests that use convenience variables. Add tests
4417 for "thread apply" with a valid TID list, but missing the command.
4418
663f6d42
PA
44192016-01-13 Pedro Alves <palves@redhat.com>
4420
4421 * gdb.base/default.exp: Expect $_gthread as well.
4422 * gdb.multi/tids.exp: Test $_gthread.
4423 * gdb.threads/thread-specific.exp: Test $_gthread.
4424
c84f6bbf
PA
44252016-01-13 Pedro Alves <palves@redhat.com>
4426
4427 * gdb.multi/tids.exp: Test "info threads -gid".
4428
22a02324
PA
44292016-01-13 Pedro Alves <palves@redhat.com>
4430
4431 * gdb.multi/tids.exp: Test InferiorThread.global_num and
4432 Breakpoint.thread.
4433 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
4434
5d5658a1
PA
44352016-01-07 Pedro Alves <palves@redhat.com>
4436
4437 * gdb.base/break.exp: Adjust to output changes.
4438 * gdb.base/hbreak2.exp: Likewise.
4439 * gdb.base/sepdebug.exp: Likewise.
4440 * gdb.base/watch_thread_num.exp: Likewise.
4441 * gdb.linespec/keywords.exp: Likewise.
4442 * gdb.multi/info-threads.exp: Likewise.
4443 * gdb.threads/thread-find.exp: Likewise.
4444 * gdb.multi/tids.c: New file.
4445 * gdb.multi/tids.exp: New file.
4446
84654457
PA
44472016-01-13 Pedro Alves <palves@redhat.com>
4448
4449 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
4450
e3940304
PA
44512016-01-13 Pedro Alves <palves@redhat.com>
4452
4453 * gdb.base/default.exp: Expect $_inferior as well.
4454 * gdb.multi/base.exp: Test $_inferior.
4455
a911d87a
PA
44562016-01-13 Pedro Alves <palves@redhat.com>
4457
4458 PR breakpoints/19388
4459 * gdb.base/catch-signal-siginfo-cond.c: New file.
4460 * gdb.base/catch-signal-siginfo-cond.exp: New file.
4461
82075af2
JS
44622016-01-12 Josh Stone <jistone@redhat.com>
4463 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4464
4465 * gdb.base/catch-syscall.c (do_execve): New variable.
4466 (main): Conditionally trigger an execve.
4467 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
4468 (test_catch_syscall_execve): New, check entry/return across execve.
4469 (do_syscall_tests): Call test_catch_syscall_execve.
4470
e46eeedd
PA
44712016-01-12 Pedro Alves <palves@redhat.com>
4472
4473 * gdb.base/random-signal.exp (do_test): New procedure, with body
4474 of testcase moved in.
4475
01d8c27e
JK
44762016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4477 Pedro Alves <palves@redhat.com>
4478
4479 * gdb.base/funcargs.exp (finish from indirectly called function):
4480 Reintroduce the case for 'First'.
4481
9a706302
JK
44822016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4483 Pedro Alves <palves@redhat.com>
4484
4485 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
4486 (tcatch_vfork_then_child_follow_exec)
4487 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
4488 identification.
4489
c0ecb95f
JK
44902016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4491
4492 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
4493 and repeats to unlimited.
4494 * gdb.python/py-value.exp: Likewise.
4495 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
4496 and repeats to unlimited.
4497
6cfc1fcb
JK
44982016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4499
4500 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
4501 and reordering the functions.
4502 * gdb.multi/hangout.c: Likewise.
4503 * gdb.multi/hello.c: Likewise.
4504
582a1b00
SM
45052016-01-08 Simon Marchi <simon.marchi@ericsson.com>
4506
4507 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
4508 absolute.
4509 (SingleStatisticTestResult.report): Use dict.keys instead of
4510 dict.iterkeys.
4511
79bc59cb
PA
45122016-01-06 Pedro Alves <palves@redhat.com>
4513
4514 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
4515
43368e1d
MM
45162016-01-04 Markus Metzger <markus.t.metzger@intel.com>
4517
4518 * gdb.btrace/dlopen.exp: New.
4519 * gdb.btrace/dlopen.c: New.
4520 * gdb.btrace/dlopen-dso.c: New.
4521
79fad5b8
SL
45222015-12-25 Sandra Loosemore <sandra@codesourcery.com>
4523
4524 * lib/gdb.exp (gdb_test): Update comments to clarify that the
4525 PATTERN argument is optional.
4526
ab8314b3
JB
45272015-12-24 Joel Brobecker <brobecker@adacore.com>
4528
4529 * lib/ada.exp (target_compile_ada_from_dir): New function.
4530 (gdb_compile_ada): Reimplement avoiding the use of project files.
4531 * gdb.ada/gnat_ada.gpr: Delete.
4532 * gdb.ada/cond_lang.exp: Adjust test to make path before
4533 filename optional.
4534 * gdb.ada/small_reg_param.exp: Likewise.
4535
fe33faff
SM
45362015-12-22 Simon Marchi <simon.marchi@ericsson.com>
4537
4538 * gdb.base/foll-vork.exp: Remove HP-UX special case.
4539
6d265cb4
TP
45402015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
4541
4542 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
4543 case.
4544
10125099
SM
45452015-12-21 Simon Marchi <simon.marchi@ericsson.com>
4546
4547 * gdb.base/break.exp: Remove dead code.
4548 * gdb.base/sepdebug.exp: Likewise.
4549
3ca22649
SM
45502015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4551
4552 * gdb.asm/asm-source.exp: Remove HP-UX references.
4553 * gdb.base/annota1.exp: Likewise.
4554 * gdb.base/annota3.exp: Likewise.
4555 * gdb.base/attach.exp: Likewise.
4556 * gdb.base/bigcore.exp: Likewise.
4557 * gdb.base/break.exp: Likewise.
4558 * gdb.base/call-ar-st.exp: Likewise.
4559 * gdb.base/callfuncs.exp: Likewise.
4560 * gdb.base/catch-fork-static.exp: Likewise.
4561 * gdb.base/display.exp: Likewise.
4562 * gdb.base/foll-exec-mode.exp: Likewise.
4563 * gdb.base/foll-exec.exp: Likewise.
4564 * gdb.base/foll-fork.exp: Likewise.
4565 * gdb.base/foll-vfork.exp: Likewise.
4566 * gdb.base/funcargs.exp: Likewise.
4567 * gdb.base/hbreak2.exp: Likewise.
4568 * gdb.base/inferior-died.exp: Likewise.
4569 * gdb.base/interrupt.exp: Likewise.
4570 * gdb.base/multi-forks.exp: Likewise.
4571 * gdb.base/nodebug.exp: Likewise.
4572 * gdb.base/sepdebug.exp: Likewise.
4573 * gdb.base/solib1.c: Likewise.
4574 * gdb.base/step-test.exp: Likewise.
4575 * gdb.mi/non-stop.c: Likewise.
4576 * gdb.mi/pthreads.c: Likewise.
4577 * gdb.multi/bkpt-multi-exec.ex: Likewise.
4578 * gdb.threads/pthreads.c: Likewise.
4579 * gdb.threads/staticthreads.exp: Likewise.
4580 * lib/future.exp: Likewise.
4581 * lib/gdb.exp: Likewise.
4582 * gdb.base/so-indr-cl.c: Remove.
4583 * gdb.base/so-indr-cl.exp: Likewise.
4584 * gdb.base/solib.c: Likewise.
4585 * gdb.base/solib.exp: Likewise.
4586 * gdb.base/solib2.c: Likewise.
4587
b6304613
SM
45882015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4589
4590 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
4591 * gdb.base/call-ar-st.exp: Likewise.
4592 * gdb.base/callfuncs.exp: Likewise.
4593 * gdb.base/condbreak.exp: Likewise.
4594 * gdb.base/constvars.exp: Likewise.
4595 * gdb.base/hbreak2.exp: Likewise.
4596 * gdb.base/langs.exp: Likewise.
4597 * gdb.base/list.exp: Likewise.
4598 * gdb.base/long_long.exp: Likewise.
4599 * gdb.base/ptype.exp: Likewise.
4600 * gdb.base/scope.exp: Likewise.
4601 * gdb.base/signals.exp: Likewise.
4602 * gdb.base/so-impl-ld.exp: Likewise.
4603 * gdb.base/varargs.exp: Likewise.
4604 * gdb.base/volatile.exp: Likewise.
4605 * gdb.base/whatis.exp: Likewise.
4606 * gdb.cp/cplusfuncs.exp: Likewise.
4607 * gdb.cp/inherit.exp: Likewise.
4608 * gdb.cp/local.exp: Likewise.
4609 * gdb.cp/member-ptr.exp: Likewise.
4610 * gdb.cp/method.exp: Likewise.
4611 * gdb.cp/overload.exp: Likewise.
4612 * gdb.cp/templates.exp: Likewise.
4613 * gdb.stabs/weird.exp: Likewise.
4614 * lib/compiler.c: Likewise.
4615 * lib/compiler.cc: Likewise.
4616 * lib/cp-support.exp: Likewise.
4617 * lib/gdb.exp: Likewise.
4618
bf401b07
SM
46192015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
4620
4621 * configure.ac: Remove HP-UX case.
4622 * configure: Regenerate.
4623
aff9c0f8
SM
46242015-12-18 Simon Marchi <simon.marchi@ericsson.com>
4625
4626 * lib/gdb.exp (gdb_compile): Add function doc.
4627
a6904d5a
PA
46282015-12-17 Pedro Alves <palves@redhat.com>
4629
4630 PR threads/19354
4631 * gdb.multi/info-threads.exp: New file.
4632
a22279dd
YQ
46332015-12-15 Yao Qi <yao.qi@linaro.org>
4634
4635 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
4636 is aarch64*-*-*.
4637
0588c796
SL
46382015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4639
4640 * gdb.base/history-duplicates.exp: Skip if no readline support.
4641
5d978e17
SL
46422015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4643
4644 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
4645
7e763b86
SL
46462015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4647
4648 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
4649
87a3a92c
SL
46502015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4651
4652 * gdb.base/completion.exp: Skip tests that interrupt GDB with
4653 ctrl-C if nointerrupts target property is set.
4654 * gdb.base/double-prompt-target-event-error.exp: Likewise.
4655 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
4656 * gdb.base/paginate-bg-execution.exp: Likewise.
4657 * gdb.base/paginate-execution-startup.exp: Likewise.
4658 * gdb.base/random-signal.exp: Likewise.
4659 * gdb.base/range-stepping.exp: Likewise.
4660 * gdb.cp/annota2.exp: Likewise.
4661 * gdb.cp/annota3.exp: Likewise.
4662 * gdb.gdb/selftest.exp: Likewise.
4663 * gdb.threads/continue-pending-status.exp: Likewise.
4664 * gdb.threads/leader-exit.exp: Likewise.
4665 * gdb.threads/manythreads.exp: Likewise.
4666 * gdb.threads/pthreads.exp: Likewise.
4667 * gdb.threads/schedlock.exp: Likewise.
4668 * gdb.threads/sigthread.exp: Likewise.
4669
a8f077dc
DB
46702015-12-11 Don Breazeal <donb@codesourcery.com>
4671
4672 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
4673 remote.
4674 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
4675 * gdb.base/foll-exec.exp (main): Enable for target remote.
4676 * gdb.base/foll-fork.exp (main): Likewise.
4677 * gdb.base/foll-vfork.exp (main): Likewise.
4678 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
4679 (proc continue_to_exit_bp_loc): Use clean_restart.
4680 * gdb.base/pie-execl.exp (main): Disable for target remote.
4681 * gdb.base/watch-vfork.exp (main): Enable for target remote.
4682 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
4683 * gdb.threads/execl.exp (main): Likewise.
4684 * gdb.threads/fork-child-threads.exp (main): Likewise.
4685 * gdb.threads/fork-plus-threads.exp (main): Disable for target
4686 remote.
4687 * gdb.threads/fork-thread-pending.exp (main): Enable for target
4688 remote.
4689 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
4690 pid.tid style ptids, instead of just tid.
4691 * gdb.threads/thread-execl.exp (main): Enable for target remote.
4692 * gdb.threads/watchpoint-fork.exp (main): Likewise.
4693 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
4694 ptids, instead of just tid.
4695
3b2464a8
AB
46962015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4697
4698 * gdb.base/list.exp (test_list_forward): Add end of file error
4699 test.
4700 (test_repeat_list_command): Add end of file error test.
4701 (test_list_backwards): Add beginning of file error test.
4702
a0def019
AB
47032015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4704
4705 * gdb.base/list.exp (test_list_invalid_args): New function,
4706 defined, and called.
4707
5c000dff
AB
47082015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4709
4710 * gdb.base/list.exp (test_list): Make test names unique.
4711
f1637ebe
YQ
47122015-12-11 Yao Qi <yao.qi@linaro.org>
4713
4714 * gdb.base/coremaker2.c: Remove.
4715
36d6fc0a
PA
47162015-12-10 Pedro Alves <palves@redhat.com>
4717
4718 * gdb.multi/base.exp: Remove stale "spaces" references.
4719
762f7747
PA
47202015-12-10 Pedro Alves <palves@redhat.com>
4721
4722 * gdb.multi/base.exp: Don't use nowarnings.
4723 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
4724 * gdb.multi/hangout.c: Include stdio.h.
4725 * gdb.multi/hello.c: Include stdlib.h.
4726 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
4727 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
4728 * gdb.multi/multi-arch.exp: Don't use nowarnings.
4729
28d2bfb9
AB
47302015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
4731
4732 * gdb.dwarf2/dw2-ranges-base.c: New file.
4733 * gdb.dwarf2/dw2-ranges-base.exp: New file.
4734 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
4735 support additional line table, and debug ranges generation.
4736 (Dwarf::ranges): New function, generate .debug_ranges.
4737 (Dwarf::lines): Support generating simple line table programs.
4738 (Dwarf::assemble): Initialise new namespace variables.
4739
5fc2beac
KB
47402015-12-09 Kevin Buettner <kevinb@redhat.com>
4741
4742 * gdb.base/async.exp (proc test_background): Add case for
4743 asynchronous execution not supported.
4744
1c35a88f
LM
47452015-12-09 Luis Machado <lgustavo@codesourcery.com>
4746
4747 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
4748 format and change test names to make them unique.
4749
b593e3d9
RK
47502015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
4751 Pedro Alves <pedro@redhat.com>
4752
4753 PR gdb/18702
4754 Add checking of floatformats setup on x86_64 hosts.
4755 * gdb.arch/i386-float.S (main): Load bigval and smallval.
4756 (smallval, bigval): New labels/constants.
4757 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
4758 float" after loading bigval and smallval.
4759
d72413e6
PMR
47602015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
4761
4762 * gdb.ada/fun_overload_menu.exp: New testcase.
4763 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
4764
ece66d65
JS
47652015-12-04 Josh Stone <jistone@redhat.com>
4766
4767 * gdb.base/catch-fork-static.exp: New.
4768
41d0efca
YQ
47692015-12-03 Yao Qi <yao.qi@linaro.org>
4770
4771 * gdb.base/sizeof.c: Don't include stdio.h and
4772 ../lib/unbuffer_output.c.
4773 (main): New variable 'size' and 'value'. Remove printf and
4774 gdb_unbuffer_output. Assign return value to size and value.
4775 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
4776 at the beginning.
4777 (check_sizeof): Check the result by printing variable 'size'.
4778 (check_valueof): Check the result by printing variable 'value'.
4779
99fd02d9
YQ
47802015-12-01 Yao Qi <yao.qi@linaro.org>
4781
4782 * gdb.base/disp-step-syscall.exp: Define syscall instruction
4783 for aarch64*-*-linux* target.
4784
f2faf941
PA
47852015-11-30 Pedro Alves <palves@redhat.com>
4786
4787 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
4788
04bf20c5
PA
47892015-11-30 Pedro Alves <palves@redhat.com>
4790
4791 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
4792 Handle non-stop mode vCont replies.
4793
09df4675
PA
47942015-11-30 Pedro Alves <palves@redhat.com>
4795
4796 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
4797 prepare_for_testing. Start gdb with "set non-stop on" appended to
4798 GDBFLAGS. Lax expected stop output.
4799
58b584af
YQ
48002015-11-27 Yao Qi <yao.qi@linaro.org>
4801
4802 * gdb.arch/arm-neon.exp: New.
4803 * gdb.arch/arm-neon.c: New.
4804
dfcb77a8
YQ
48052015-11-27 Yao Qi <yao.qi@linaro.org>
4806
4807 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
4808
88e8ec1b
YQ
48092015-11-27 Yao Qi <yao.qi@linaro.org>
4810
4811 * gdb.cp/annota2.exp: Allow multiple occurrences of the
4812 frames-invalid annotation.
4813
bfde72c2
YQ
48142015-11-27 Yao Qi <yao.qi@linaro.org>
4815
4816 * gdb.cp/annota2.exp: Use ${frames_invalid}.
4817
f6512a69
SM
48182015-11-26 Simon Marchi <simon.marchi@ericsson.com>
4819
4820 * gdb.threads/names.exp: New file.
4821 * gdb.threads/names.c: New file.
4822 * README: Mention gdb,no_thread_names.
4823
46a3515b
MM
48242015-11-26 Markus Metzger <markus.t.metzger@intel.com>
4825
4826 PR 19297
4827 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
4828 support" error.
4829
62147a22
PA
48302015-11-24 Pedro Alves <palves@redhat.com>
4831
4832 PR 17539
4833 * gdb.base/display.exp: Expect displays to be sorted in ascending
4834 order. Use multi_line.
4835 * gdb.base/solib-display.exp: Likewise.
4836
2f341b6e
PA
48372015-11-24 Pedro Alves <palves@redhat.com>
4838
4839 PR 17539
25d49b86
PA
4840 * gdb.base/display.exp: Expect displays to be sorted in ascending
4841 order. Use multi_line.
4842 * gdb.base/solib-display.exp: Likewise.
2f341b6e 4843
7e0aa6aa
PA
48442015-11-24 Pedro Alves <palves@redhat.com>
4845
4846 PR 17539
4847 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
4848 threads in ascending order.
4849 * gdb.base/foll-fork.exp: Likewise.
4850 * gdb.base/foll-vfork.exp: Likewise.
4851 * gdb.base/multi-forks.exp: Likewise.
4852 * gdb.mi/mi-nonstop.exp: Likewise.
4853 * gdb.mi/mi-nsintrall.exp: Likewise.
4854 * gdb.multi/base.exp: Likewise.
4855 * gdb.multi/multi-arch.exp: Likewise.
4856 * gdb.python/py-inferior.exp: Likewise.
4857 * gdb.threads/break-while-running.exp: Likewise.
4858 * gdb.threads/execl.exp: Likewise.
4859 * gdb.threads/gcore-thread.exp: Likewise.
4860 * gdb.threads/info-threads-cur-sal.exp: Likewise.
4861 * gdb.threads/kill.exp: Likewise.
4862 * gdb.threads/linux-dp.exp: Likewise.
4863 * gdb.threads/multiple-step-overs.exp: Likewise.
4864 * gdb.threads/next-bp-other-thread.exp: Likewise.
4865 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
4866 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
4867 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
4868 * gdb.threads/thread-find.exp: Likewise.
4869 * gdb.threads/tls.exp: Likewise.
4870 * lib/mi-support.exp (mi_reverse_list): Delete.
4871 (mi_check_thread_states): No longer reverse list.
4872
2cc57ad8
PA
48732015-11-24 Pedro Alves <palves@redhat.com>
4874
4875 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
4876 use lowercase.
4877
c93e8391
SM
48782015-11-23 Simon Marchi <simon.marchi@ericsson.com>
4879
4880 * gdb.trace/actions.c: Include trace-common.h.
4881 (main): Add a location for a fast tracepoint.
4882 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
4883 the normal tracepoints.
4884 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
4885
045ccf91
SM
48862015-11-23 Simon Marchi <simon.marchi@ericsson.com>
4887
4888 * save-trace.exp: Factor out code to these...
4889 (gdb_save_tracepoints): New.
4890 (gdb_load_tracepoints): New.
4891 (do_save_load_test): New.
4892
5506f9f6
KB
48932015-11-23 Kevin Buettner <kevinb@redhat.com>
4894
4895 * gdb.base/asmlabel.exp: New test.
4896 * gdb.base/asmlabel.c: New test case.
4897
16c3b12f
JB
48982015-11-23 Joel Brobecker <brobecker@adacore.com>
4899
4900 * gdb.base/wrong_frame_bt_full-main.c: New file.
4901 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
4902 * gdb.base/wrong_frame_bt_full.exp: New file.
4903
155bfbd3
JB
49042015-11-23 Joel Brobecker <brobecker@adacore.com>
4905
4906 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
4907
bb097445
JM
49082015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
4909
206853a0 4910 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
4911 pstate register when comparing registers values in
4912 sparc64-*-linux-gnu targets to avoid spurious differences.
4913
9c88ed8f
JM
49142015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
4915
206853a0 4916 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 4917
96161e25
SL
49182015-11-19 Sandra Loosemore <sandra@codesourcery.com>
4919
4920 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
4921 as type argument to gdb_compile.
4922 * gdb.base/nested-subp2.exp: Likewise.
4923 * gdb.base/nested-subp3.exp: Likewise.
4924
340c2830
DV
49252015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
4926
4927 * lib/dwarf.exp (_note): Fix left shift of negative value.
4928 * gdb.trace/trace-condition.exp: Likewise.
4929
c1862d0f
YQ
49302015-11-13 Yao Qi <yao.qi@linaro.org>
4931
4932 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
4933 comments about d10v.
4934 (test_scalar_returns): Likewise.
4935 * gdb.base/d10v.ld: Remove.
4936 * gdb.base/overlays.exp: Remove the target triplet checking for
4937 d10v-*-*.
4938 * gdb.base/structs.exp (test_struct_returns): Remove the
4939 comments about d10v.
4940 (test_struct_calls): Likewise.
4941
77ae9c19
YQ
49422015-11-13 Yao Qi <yao.qi@linaro.org>
4943
4944 * gdb.base/gnu_vector.exp: Check the return value by "p res".
4945 * gdb.base/gnu_vector.c: Don't include stdio.h.
4946 (main): Don't print res and call add_some_intvecs.
4947
430e004e
MK
49482015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
4949
4950 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
4951 macro.
4952 (func5): Removed.
4953 (func4): Use FAST_TRACEPOINT_LABEL.
4954 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
4955 macro.
4956 (func): Removed.
4957 (thread_function): Use FAST_TRACEPOINT_LABEL.
4958 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
4959 (func): Remove.
4960 (marker): Use FAST_TRACEPOINT_LABEL.
4961 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
4962 (pendfunc1): Remove.
4963 (pendfunc): Use FAST_TRACEPOINT_LABEL.
4964 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
4965 (foo): Remove.
4966 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
4967 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
4968 macro.
4969 (func): Remove.
4970 (marker): Use FAST_TRACEPOINT_LABEL.
4971 * gdb.trace/trace-common.h: New header.
4972 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
4973 macro.
4974 (func): Remove.
4975 (marker): Use FAST_TRACEPOINT_LABEL.
4976 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
4977 (func): Remove.
4978 (thread_function): Use FAST_TRACEPOINT_LABEL.
4979
6e7675a7
MK
49802015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
4981
4982 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
4983 in front.
4984 * gdb.trace/change-loc.exp: Use global pcreg definition.
4985 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
4986 * gdb.trace/entry-values.exp: Use global spreg definition, add $
4987 in front.
4988 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
4989 * gdb.trace/pending.exp: Likewise.
4990 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
4991 * gdb.trace/trace-break.exp: Likewise.
4992 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
4993 in front.
4994 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
4995 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
4996 in front.
4997 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
4998
dddc0e16
JB
49992015-11-09 Joel Brobecker <brobecker@adacore.com>
5000
5001 * gdb.ada/fin_fun_out: New testcase.
5002
c6f0b406
KB
50032015-11-07 Kevin Buettner <kevinb@redhat.com>
5004
5005 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
5006 value associated with DW_AT_byte_size.
5007 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
5008 constants for DW_AT_byte_size, DW_AT_lower_bound, and
5009 DW_AT_upper_bound.
5010
f01dcfd9
KB
50112015-11-07 Kevin Buettner <kevinb@redhat.com>
5012
5013 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
5014 (gdb_target_symbol_prefix_flags): Define in terms of _asm
5015 version.
5016 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
5017 gdb.dwarf2/dw2-canonicalize-type.exp,
5018 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
5019 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
5020 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
5021 provided by gdb_target_symbol_prefix_flags_asm.
5022 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
5023 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
5024 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
5025 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
5026 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
5027 macros where needed). Use this macro for symbols which require
5028 the prefix provided by SYMBOL_PREFIX.
5029
2223449a
KB
50302015-11-05 Kevin Buettner <kevinb@redhat.com>
5031
5032 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
5033 New procs.
5034 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
5035 representing expressions, of more than one list element.
5036 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
5037 to prepend linker symbol prefix to f.
5038 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
5039 table_1 and table_2.
5040 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
5041 Likewise, for f and g.
5042 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
5043 for ptr.
5044 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
5045 for main.
5046 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
5047 table_1_ptr and table_2_ptr.
5048
6f2f1a3a
JK
50492015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5050 Joel Brobecker <brobecker@adacore.com>
5051
5052 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
5053
566c56c9
MK
50542015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
5055
5056 * gdb.reverse/s390-mvcle.c: New test.
5057 * gdb.reverse/s390-mvcle.exp: New file.
5058 * lib/gdb.exp: Enable reverse tests on s390*-linux.
5059
d5f0636b
MK
50602015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5061
5062 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
5063
7ad8b86c
MK
50642015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5065
5066 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
5067 reaching marker2.
5068 * gdb.reverse/getresuid-reverse.exp: Likewise.
5069 * gdb.reverse/pipe-reverse.exp: Likewise.
5070 * gdb.reverse/readv-reverse.exp: Likewise.
5071 * gdb.reverse/recvmsg-reverse.exp: Likewise.
5072 * gdb.reverse/time-reverse.exp: Likewise.
5073 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
5074
4081c0f1
YQ
50752015-10-30 Yao Qi <yao.qi@linaro.org>
5076
5077 * gdb.threads/wp-replication.c (watch_count_done): Remove.
5078 (empty_cycle): Remove.
5079 (main): Don't call empty_cycle. Don't use watch_count_done.
5080 * gdb.threads/wp-replication.exp: Don't set breakpoint on
5081 empty_cycle. Rewrite the code counting HW watchpoints.
5082
452b4ba5
MK
50832015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
5084
5085 * gdb.reverse/fstatat-reverse.c: New test.
5086 * gdb.reverse/fstatat-reverse.exp: New file.
5087 * gdb.reverse/getresuid-reverse.c: New test.
5088 * gdb.reverse/getresuid-reverse.exp: New file.
5089 * gdb.reverse/pipe-reverse.c: New test.
5090 * gdb.reverse/pipe-reverse.exp: New file.
5091 * gdb.reverse/readv-reverse.c: New test.
5092 * gdb.reverse/readv-reverse.exp: New file.
5093 * gdb.reverse/recvmsg-reverse.c: New test.
5094 * gdb.reverse/recvmsg-reverse.exp: New file.
5095 * gdb.reverse/time-reverse.c: New test.
5096 * gdb.reverse/time-reverse.exp: New file.
5097 * gdb.reverse/waitpid-reverse.c: New test.
5098 * gdb.reverse/waitpid-reverse.exp: New file.
5099
5e2e7507
JK
51002015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5101
5102 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
5103
0fde2c53
DE
51042015-10-26 Doug Evans <dje@google.com>
5105
5106 PR symtab/17391
5107 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
5108 * gdb.dwarf2/bad-regnum.c: New file.
5109 * gdb.dwarf2/bad-regnum.exp: New file.
5110
1a70ae97
DE
51112015-10-26 Doug Evans <dje@google.com>
5112
5113 PR python/18938
5114 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
5115 file.
5116
27dc26ab
JK
51172015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5118
5119 * gdb.compile/compile.exp (compile code globalvar): Update expectation
5120 for a change by "Mention language in compile error message".
5121
bed91f4d
SM
51222015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
5123
5124 PR python/18073
5125 * gdb.python/py-type.c (C::a_method): New.
5126 (C::a_const_method): New.
5127 (C::a_static_method): New.
5128 (a_function): New.
5129 * gdb.python/py-type.exp (test_fields): Test getting fields
5130 from function and method.
5131
3f2f83dd
KB
51322015-10-21 Keven Boell <keven.boell@intel.com>
5133
5134 * gdb.fortran/vla-alloc-assoc.exp: New file.
5135 * gdb.fortran/vla-datatypes.exp: New file.
5136 * gdb.fortran/vla-datatypes.f90: New file.
5137 * gdb.fortran/vla-history.exp: New file.
5138 * gdb.fortran/vla-ptype-sub.exp: New file.
5139 * gdb.fortran/vla-ptype.exp: New file.
5140 * gdb.fortran/vla-sizeof.exp: New file.
5141 * gdb.fortran/vla-sub.f90: New file.
5142 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
5143 * gdb.fortran/vla-value-sub-finish.exp: New file.
5144 * gdb.fortran/vla-value-sub.exp: New file.
5145 * gdb.fortran/vla-value.exp: New file.
5146 * gdb.fortran/vla-ptr-info.exp: New file.
5147 * gdb.mi/mi-vla-fortran.exp: New file.
5148 * gdb.mi/vla.f90: New file.
5149
27145d50
SL
51502015-10-21 Sandra Loosemore <sandra@codesourcery.com>
5151
5152 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
5153 of hardwired timeout value.
5154
5f3ff4f8
JK
51552015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5156 Pedro Alves <palves@redhat.com>
5157
5158 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
5159 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
5160
bfd09d20
JS
51612015-10-19 Josh Stone <jistone@redhat.com>
5162
5163 * gdb.base/catch-syscall.c: Include <sched.h>.
5164 (unknown_syscall): New variable.
5165 (main): Trigger a vfork and an unknown syscall.
5166 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
5167 (unknown_syscall_number): Likewise.
5168 (check_call_to_syscall): Accept an optional syscall pattern.
5169 (check_return_from_syscall): Likewise.
5170 (check_continue): Likewise.
5171 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
5172 (test_catch_syscall_skipping_return): New test toggling off 'catch
5173 syscall' to step over the syscall return, then toggling back on.
5174 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
5175 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
5176 (do_syscall_tests): Call test_catch_syscall_without_args and
5177 test_catch_syscall_mid_vfork.
5178 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
5179 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
5180
b32b93c6
AS
51812015-10-19 Andrew Stubbs <ams@codesourcery.com>
5182
5183 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
5184 print g_vE): Add new pass patterns.
5185 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
5186 print various symbol names for vptr fields.
5187
9d622bda
AB
51882015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
5189
5190 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
5191 results.
5192
0fd8ac1c
YQ
51932015-10-12 Yao Qi <yao.qi@linaro.org>
5194
5195 * gdb.arch/disp-step-insn-reloc.exp: New test case.
5196
34240514
YQ
51972015-10-12 Yao Qi <yao.qi@linaro.org>
5198
5199 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
5200 is aarch64*-*-linux*.
5201
8240f442
YQ
52022015-10-12 Yao Qi <yao.qi@linaro.org>
5203
5204 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
5205 (can_relocate_bcond_true): ... it.
5206 (can_relocate_bcond_false): New function.
5207 (foo): Likewise.
5208 (can_relocate_bl): Likewise.
5209 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
5210 can_relocate_bl.
5211
2520f728
PMR
52122015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
5213
5214 * gdb.base/nested-addr.c: New file.
5215 * gdb.base/nested-addr.exp: New testcase.
5216
abcef95a
MM
52172015-10-09 Markus Metzger <markus.t.metzger@intel.com>
5218
5219 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
5220 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
5221 its output. Ignore the output of "record goto begin" and instead
5222 check that GDB is replaying.
5223
145e3ddb
PA
52242015-10-09 Pedro Alves <palves@redhat.com>
5225
5226 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
5227 (top level): Use it in the run with no args test.
5228
d5d8c4e1
IB
52292015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
5230
5231 * gdb.dlang/properties.exp: New file.
5232
06e635ef
SL
52332015-10-02 Sandra Loosemore <sandra@codesourcery.com>
5234
5235 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
5236 whether or not address 0x1000 is mapped on the target.
5237
e019fd1d
SM
52382015-09-30 Simon Marchi <simon.marchi@ericsson.com>
5239
5240 * gdb.python/py-type.exp: Do not run tests if binaries fail to
5241 build.
5242
77ba2a67
MM
52432015-09-30 Markus Metzger <markus.t.metzger@intel.com>
5244
5245 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
5246 instruction-history test.
5247
c60eb31f
DE
52482015-09-28 Doug Evans <dje@google.com>
5249
5250 * gdb.base/gcore.c (array_func): Add reference to static_array.
5251
9a3c8263
SM
52522015-09-25 Simon Marchi <simon.marchi@ericsson.com>
5253
5254 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
5255 source line.
5256
9720e656
SL
52572015-09-24 Sandra Loosemore <sandra@codesourcery.com>
5258
5259 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
5260 short or char as base type.
5261
938d3bf2
SL
52622015-09-23 Sandra Loosemore <sandra@codesourcery.com>
5263
5264 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
5265 to allow any size enum.
5266
e6c2c623
PMR
52672015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
5268
5269 * gdb.ada/array_ptr_renaming.exp: New testcase.
5270 * gdb.ada/array_ptr_renaming/foo.adb: New file.
5271 * gdb.ada/array_ptr_renaming/pack.ads: New file.
5272
06da0f77
PL
52732015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5274
5275 * gdb.trace/ftrace-lock.c: New file.
5276 * gdb.trace/ftrace-lock.exp: New file.
5277
4f51c22a
PL
52782015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5279
5280 * gdb.arch/insn-reloc.c: New file.
5281 * gdb.arch/ftrace-insn-reloc.exp: New file.
5282
7041adf4
PL
52832015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5284
5285 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
5286 instruction.
5287 * gdb.trace/pendshr1.c (pendfunc): Likewise.
5288 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
5289 * gdb.trace/range-stepping.c: Likewise.
5290 * gdb.trace/trace-break.c: Likewise.
5291 * gdb.trace/trace-mt.c (thread_function): Likewise.
5292 * gdb.trace/ftrace.c (marker): Likewise.
5293 * gdb.trace/trace-condition.c (marker): Likewise.
5294 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
5295 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
5296 is_aarch64_target.
5297
015d2e7e
DE
52982015-09-18 Doug Evans <xdje42@gmail.com>
5299
5300 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
5301 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
5302
26b188a2
SL
53032015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5304
5305 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
5306 the breakpoint.
5307
79dc332b
SL
53082015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5309
5310 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
5311 the pending breakpoint. Remove timeout override for "Run till
5312 MI pending breakpoint on pendfunc3 on thread 2" test.
5313
f57929f2
SL
53142015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5315
5316 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
5317 filename pattern.
5318
3f469b17
SL
53192015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5320
5321 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
5322 in breakpoint filename pattern.
5323
515b89b3
SL
53242015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5325
7800dbe4
SL
5326 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
5327
53282015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5329
515b89b3
SL
5330 * gdb.linespec/explicit.exp: Check for readline support for
5331 tab-completion tests. Fix obvious typo.
5332
d2939ba2
MM
53332015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5334
5335 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
5336 and replay.
5337
cbb55fa7
MM
53382015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5339
5340 * gdb.btrace/non-stop.c: New.
5341 * gdb.btrace/non-stop.exp: New.
5342
43691ca1
PL
53432015-09-17 Pierre Langlois <pierre.langlois@arm.com>
5344 Yao Qi <yao.qi@linaro.org>
5345
5346 * gdb.trace/trace-condition.c: New file.
5347 * gdb.trace/trace-condition.exp: New file.
5348
d78908cf
WW
53492015-09-16 Wei-cheng Wang <cole945@gmail.com>
5350
5351 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
5352 for testing bytecode compilation.
5353
1ed415e2
PA
53542015-09-16 Pedro Alves <palves@redhat.com>
5355 Sandra Loosemore <sandra@codesourcery.com>
5356
5357 * gdb.threads/non-stop-fair-events.c (timeout): New global.
5358 (SECONDS): Redefine.
5359 (main): Call pthread_kill and alarm early.
5360 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
5361 support.
5362 (test): If the target can't hardware step and doesn't support
5363 displaced stepping, increase the timeout.
5364
d136eff5
PA
53652015-09-16 Pedro Alves <palves@redhat.com>
5366
5367 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
5368 (enable_debug): New procedures.
5369 (test): Use them. Bail out if waiting for threads fails.
5370 (top level): Bail out if a test fails.
5371
991f019c
YQ
53722015-09-16 Yao Qi <yao.qi@linaro.org>
5373
5374 * gdb.asm/asm-source.exp: Set asm-arch for
5375 aarch64*-*-* target.
5376 * gdb.asm/aarch64.inc: New file.
5377
bfca584f
PMR
53782015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
5379
5380 * gdb.ada/array_of_variable_length.exp: New testcase.
5381 * gdb.ada/array_of_variable_length/foo.adb: New file.
5382 * gdb.ada/array_of_variable_length/pck.adb: New file.
5383 * gdb.ada/array_of_variable_length/pck.ads: New file.
5384
b326e587
DE
53852015-09-15 Doug Evans <dje@google.com>
5386
5387 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
5388 of function static local variable.
5389
5382cfab
PW
53902015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5391
5392 * gdb.threads/tls-so_extern.exp: New test file.
5393 * gdb.threads/tls-so_extern.c: New test file.
5394 * gdb.threads/tls-so_extern_main.c: New test file.
5395
141c5cc4
JK
53962015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5397
5398 * gdb.opt/solib-intra-step-lib.c: New file.
5399 * gdb.opt/solib-intra-step-main.c: New file.
5400 * gdb.opt/solib-intra-step.exp: New file.
5401
d15dcecd
PA
54022015-09-15 Pedro Alves <palves@redhat.com>
5403
5404 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
5405 gdb_continue_to_breakpoint instead of gdb_test_multiple.
5406
4c2f2a79
PA
54072015-09-14 Pedro Alves <palves@redhat.com>
5408
5409 * gdb.base/hook-stop-continue.c: Delete.
5410 * gdb.base/hook-stop-continue.exp: Delete.
5411 * gdb.base/hook-stop-frame.c: Delete.
5412 * gdb.base/hook-stop-frame.exp: Delete.
5413 * gdb.base/hook-stop.c: New file.
5414 * gdb.base/hook-stop.exp: New file.
5415
919e6dbe
PMR
54162015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
5417
5418 * gdb.ada/access_to_packed_array.exp: New testcase.
5419 * gdb.ada/access_to_packed_array/foo.adb: New file.
5420 * gdb.ada/access_to_packed_array/pack.adb: New file.
5421 * gdb.ada/access_to_packed_array/pack.ads: New file.
5422
157280a4
MM
54232015-09-14 Markus Metzger <markus.t.metzger@intel.com>
5424
5425 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
5426 buffer size test.
5427
2fd33e94
DB
54282015-09-11 Don Breazeal <donb@codesourcery.com>
5429
5430 * gdb.base/foll-exec.c: Add copyright header. Fix
5431 formatting issues.
5432 * gdb.base/foll-exec.exp (zap_session): Delete proc.
5433 (do_exec_tests): Use clean_restart in place of zap_session,
5434 and for test initialization. Fix formatting issues. Use
5435 fail in place of perror.
5436 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
5437 an expect statement to match an expression with output from
5438 the program under debug.
5439 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
5440 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
5441 * gdb.threads/non-ldr-exc-2.exp: Likewise.
5442 * gdb.threads/non-ldr-exc-3.exp: Likewise.
5443 * gdb.threads/non-ldr-exc-4.exp: Likewise.
5444
e70b6e8e
DE
54452015-09-09 Doug Evans <dje@google.com>
5446
5447 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
5448
7a551a51
DE
54492015-09-09 Doug Evans <dje@google.com>
5450
5451 * gdb.base/pie-execl.exp: Fix result test of build_executable.
5452
4c666f84
DE
54532015-09-09 Doug Evans <dje@google.com>
5454
5455 * gdb.base/savedregs.exp: Fix typo.
5456
243a9253
PA
54572015-09-09 Pedro Alves <palves@redhat.com>
5458
5459 * gdb.mi/mi-cli.exp: Add CLI finish tests.
5460
c0fa8fbd
SL
54612015-09-08 Sandra Loosemore <sandra@codesourcery.com>
5462
5463 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
5464 command actually switches threads. Give up on remaining
5465 tests if target fails to stop at breakpoint.
5466
cd7c1778
PMR
54672015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
5468
5469 * gdb.ada/funcall_char.exp: New testcase.
5470 * gdb.ada/funcall_char/foo.adb: New file.
5471
dc5c8746
PMR
54722015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
5473
5474 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
5475 expected outputs. Add two testcases for completing ambiguous
5476 functions.
5477 * gdb.ada/complete/aux_pck.adb: New file.
5478 * gdb.ada/complete/aux_pck.ads: New file.
5479 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
5480 Ambiguous_Func functions.
5481 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
5482 * gdb.ada/complete/pck.adb: Likewise.
5483
4e83a1e7
UW
54842015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
5485
5486 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
5487 failures to run the test program under GDB.
5488
8ce74153
LM
54892015-08-26 Luis Machado <lgustavo@codesourcery.com>
5490
5491 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
5492 to C.
5493
e9756d52
PP
54942015-08-26 Patrick Palka <patrick@parcs.ath.cx>
5495
5496 * gdb.base/run-after-attach.exp: New test file.
5497 * gdb.base/run-after-attach.c: New test file.
5498
8d37573b
DB
54992015-08-26 Don Breazeal <donb@codesourcery.com>
5500
5501 * gdb.base/foll-exec-2.c: New test program.
5502 * gdb.base/foll-exec-2.exp: New test.
5503
63e43d3a
PMR
55042015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
5505
5506 * gdb.base/nested-subp1.exp: New file.
5507 * gdb.base/nested-subp1.c: New file.
5508 * gdb.base/nested-subp2.exp: New file.
5509 * gdb.base/nested-subp2.c: New file.
5510 * gdb.base/nested-subp3.exp: New file.
5511 * gdb.base/nested-subp3.c: New file.
5512
3d40fbb5
PA
55132015-08-24 Pedro Alves <palves@redhat.com>
5514
5515 * gdb.server/connect-without-multi-process.c: New file.
5516 * gdb.server/connect-without-multi-process.exp: New file.
5517
4422ac93
LM
55182015-08-24 Luis Machado <lgustavo@codesourcery.com>
5519
5520 * gdb.opt/inline-markers.c: Make z int.
5521
91dddb86
LM
55222015-08-24 Luis Machado <lgustavo@codesourcery.com>
5523
5524 * gdb.opt/inline-markers.c: Make z volatile.
5525
a48847ee
LM
55262015-08-24 Luis Machado <lgustavo@codesourcery.com>
5527
5528 * gdb.opt/inline-bt.c: New volatile global z.
5529 * gdb.opt/inline-cmds.c: Likewise.
5530 * gdb.opt/inline-locals.c: Likewise.
5531 * gdb.opt/inline-markers.c: New extern global z.
5532 (marker): Use z.
5533 (inline_fn): Likewise.
5534
0ebbc52b
PA
55352015-08-24 Pedro Alves <palves@redhat.com>
5536
5537 * config/m32r-stub.exp: Remove file.
5538 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
5539 * gdb.base/call-rt-st.exp: Likewise.
5540 * gdb.base/call-strs.exp: Likewise.
5541 * gdb.base/default.exp: Remove references to h8300-*-hms and
5542 *-*-udi*.
5543 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
5544
77c365df
AA
55452015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5546
5547 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
5548 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
5549 and "return" use KFAIL when GDB can not read/write the vector
5550 return value.
5551
4313b8c0
GB
55522015-08-21 Gary Benson <gbenson@redhat.com>
5553
5554 * gdb.trace/pending.exp: Cope with remote transfer warnings.
5555
0e433b32
PA
55562015-08-20 Pedro Alves <palves@redhat.com>
5557
5558 * gdb.server/solib-list.exp: No longer expect an interior stop in
5559 non-stop mode.
5560
221e1a37
PA
55612015-08-20 Pedro Alves <palves@redhat.com>
5562
5563 * gdb.server/connect-stopped-target.c: New file.
5564 * gdb.server/connect-stopped-target.exp: New file.
5565
40e3ad0e
PA
55662015-08-20 Pedro Alves <palves@redhat.com>
5567
5568 * gdb.dwarf2/comp-unit-lang.exp: New file.
5569 * gdb.dwarf2/comp-unit-lang.c: New file.
5570
af39b327
PMR
55712015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
5572
5573 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
5574 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
5575
7d45c7c3 55762015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 5577
7d45c7c3
KB
5578 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
5579 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
5580
4d6cceb4
DE
55812015-08-18 Doug Evans <dje@google.com>
5582 Adrian Sendroiu <adrian.sendroiu@freescale.com>
5583
5584 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
5585 skip_python_tests. New arg prompt_regexp.
5586 (skip_python_tests): New function.
5587 * lib/mi-support.exp (mi_skip_python_tests): New function.
5588 * gdb.python/py-mi-objfile-gdb.py: New file.
5589 * gdb.python/py-mi-objfile.c: New file.
5590 * gdb.python/py-mi-objfile.exp: New file.
5591
ad89c2aa
KS
55922015-08-17 Keith Seitz <keiths@redhat.com>
5593
5594 * gdb.linespec/explicit.exp: Move strace test from here ...
5595 * gdb.trace/strace.exp: ... to here.
5596
e3ae3c43
PP
55972015-08-15 Patrick Palka <patrick@parcs.ath.cx>
5598
5599 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
5600 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
5601
604b2636
DE
56022015-08-14 Doug Evans <xdje42@gmail.com>
5603
5604 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
5605 inferior before selecting a new file.
5606
6ff0ba5f
DE
56072015-08-14 Doug Evans <xdje42@gmail.com>
5608
5609 * gdb.mi/mi-disassemble.exp: Update.
5610 * gdb.base/disasm-optim.S: New file.
5611 * gdb.base/disasm-optim.c: New file.
5612 * gdb.base/disasm-optim.h: New file.
5613 * gdb.base/disasm-optim.exp: New file.
5614
9ca98f92
KS
56152015-08-14 Keith Seitz <keiths@redhat.com>
5616
5617 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
5618 "evaluated-by".
5619
52bbc560
JB
56202015-08-13 Joel Brobecker <brobecker@adacore.com>
5621
5622 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
5623
5d8c3ed3
PMR
56242015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
5625
5626 * gdb.ada/fun_renaming.exp: New testcase.
5627 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
5628 * gdb.ada/fun_renaming/pack.adb: New file.
5629 * gdb.ada/fun_renaming/pack.ads: New file.
5630
ea8812bc
KS
56312015-08-12 Keith Seitz <keiths@redhat.com>
5632
5633 * gdb.base/dso2dso.exp: Pass basename of source file in call to
5634 gdb_get_line_number.
5635
4dafcdeb
JB
56362015-08-12 Joel Brobecker <brobecker@adacore.com>
5637
5638 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
5639 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
5640 gdb.base/dso2dso.exp: New files.
5641
5ba32597
SDJ
56422015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
5643 Pedro Alves <palves@redhat.com>
5644 Keith Seitz <keiths@redhat.com>
5645
5646 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
5647 GDBFLAGS.
5648
b6dafabf
PP
56492015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5650
5651 * gdb.base/gdbhistsize-history.exp
5652 (test_histsize_history_setting): Use save_vars.
5653 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
5654 Use save_vars.
5655 (test_no_truncation_of_unlimited_history_file): Use save_vars.
5656 * gdb.base/readline.exp: Use save_vars.
5657
abe8e607
PP
56582015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5659
5660 * lib/gdb.exp (save_vars): New proc.
5661
629500fa
KS
56622015-08-11 Keith Seitz <keiths@redhat.com>
5663
5664 * gdb.base/help.exp: Update help_breakpoint_text.
5665
eb8c4e2e
KS
56662015-08-11 Keith Seitz <keiths@redhat.com>
5667
5668 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
5669 (at toplevel): Call test_explicit_breakpoints.
5670 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
5671 breakpoints.
5672 * lib/mi-support.exp (mi_make_breakpoint): Add support for
5673 breakpoint conditions, "-cond".
5674
87f0e720
KS
56752015-08-11 Keith Seitz <keiths@redhat.com>
5676
5677 * gdb.linespec/3explicit.c: New file.
5678 * gdb.linespec/cpexplicit.cc: New file.
5679 * gdb.linespec/cpexplicit.exp: New file.
5680 * gdb.linespec/explicit.c: New file.
5681 * gdb.linespec/explicit.exp: New file.
5682 * gdb.linespec/explicit2.c: New file.
5683 * gdb.linespec/ls-errs.exp: Add explicit location tests.
5684 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
5685 before using in the matching pattern.
5686 Clarify that `prefix' is a regular expression.
5687
f00aae0f
KS
56882015-08-11 Keith Seitz <keiths@redhat.com>
5689
5690 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
5691 test.
5692 Add tests for missing ",FMT" and ",".
5693
e27852be
DE
56942015-08-10 Doug Evans <dje@google.com>
5695 Keith Seitz <keiths@redhat.com>
5696
5697 PR gdb/17960
5698 * gdb.base/completion.exp: Add location completer tests.
5699
7f03bd92
PA
57002015-08-07 Pedro Alves <palves@redhat.com>
5701
5702 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
5703 tests here.
5704 (top level): Run do_test with and without displaced stepping.
5705
3fc8eb30
PA
57062015-08-07 Pedro Alves <palves@redhat.com>
5707
5708 * gdb.base/valgrind-disp-step.c: New file.
5709 * gdb.base/valgrind-disp-step.exp: New file.
5710
d4569d7b
PA
57112015-08-07 Pedro Alves <palves@redhat.com>
5712
5713 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
5714 Delete function.
5715 (main): Add alarm. Run an infinite loop instead of calling
5716 wait_threads.
5717 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
5718 comment.
5719 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
5720 Delete function.
5721 (main): Add alarm. Run an infinite loop instead of calling
5722 wait_threads.
5723 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
5724 comment.
5725
e1316e60
PA
57262015-08-07 Pedro Alves <palves@redhat.com>
5727
5728 * gdb.base/checkpoint-ns.exp: New file.
5729 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
5730 standard_testfile.
5731
da8c46d2
MM
57322015-08-07 Markus Metzger <markus.t.metzger@intel.com>
5733
5734 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
5735 * gdb.btrace/instruction_history.exp: Update.
5736 * gdb.btrace/tsx.exp: New.
5737 * gdb.btrace/tsx.c: New.
5738
de1c2c52
PA
57392015-08-06 Pedro Alves <palves@redhat.com>
5740
5741 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
5742 increase timeout.
5743 * gdb.reverse/until-precsave.exp: Bump timeouts.
5744
782e0bf4
PA
57452015-08-06 Pedro Alves <palves@redhat.com>
5746
5747 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
5748
83e97ed0
PA
57492015-08-06 Pedro Alves <palves@redhat.com>
5750
5751 PR gdb/18749
5752 * gdb.threads/process-dies-while-handling-bp.c: New file.
5753 * gdb.threads/process-dies-while-handling-bp.exp: New file.
5754
863d01bd
PA
57552015-08-06 Pedro Alves <palves@redhat.com>
5756
5757 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
5758 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
5759
0a39bb32
PA
57602015-08-05 Pedro Alves <palves@redhat.com>
5761
5762 * gdb.threads/next-while-other-thread-longjmps.c: New file.
5763 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
5764
ee2d2b10
SL
57652015-08-03 Sandra Loosemore <sandra@codesourcery.com>
5766
5767 * gdb.base/bp-permanent.exp: Report test as unsupported if
5768 the target cannot stop at the permanent breakpoint.
5769
4e1bdb00
DE
57702015-08-03 Doug Evans <dje@google.com>
5771
5772 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
5773 10000.
5774
3d338901
DE
57752015-08-03 Doug Evans <dje@google.com>
5776
5777 * Makefile.in (workers/%.worker, build-perf): New rule.
5778 (GDB_PERFTEST_MODE): New variable.
5779 (check-perf): Use it.
5780 (clean): Clean up gdb.perf parallel build subdirs.
5781 * lib/build-piece.exp: New file.
5782 * lib/gdb.exp (make_gdb_parallel_path): New function
5783 (standard_output_file, standard_temp_file): Call it.
5784 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
5785 of $GDB_PARALLEL.
5786 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
5787
af061d3e
DE
57882015-08-03 Doug Evans <dje@google.com>
5789
8e1afc81 5790 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
5791 (LOG_FILE_NAME): New global.
5792 (TextReporter.__init__): Initialize self.txt_sum.
5793 (TextReporter.report): Add support for multiple data-points.
5794 Move report to perftest.sum, put raw data in perftest.log.
5795 (TextReporter.start): Open sum and log files.
5796 (TextReporter.end): Close sum and log files.
8e1afc81
DE
5797 * gdb.perf/lib/perftest/testresult.py
5798 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 5799
2c8c5d37
PA
58002015-07-31 Pedro Alves <palves@redhat.com>
5801
5802 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
5803 Use spawn_id_get_pid. Wait for spawn id after eof. Use
5804 kill_wait_spawned_process instead of explicit "kill -9".
5805 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
5806 returning a spawn id instead of a pid. Use spawn_id_get_pid and
5807 kill_wait_spawned_process.
5808 * gdb.base/attach-twice.exp: Likewise.
5809 * gdb.base/attach.exp: Likewise.
5810 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
5811 gdb_test_multiple.
5812 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
5813 returning a spawn id instead of a pid. Use spawn_id_get_pid and
5814 kill_wait_spawned_process.
5815 * gdb.base/valgrind-infcall.exp: Likewise.
5816 * gdb.multi/multi-attach.exp: Likewise.
5817 * gdb.python/py-prompt.exp: Likewise.
5818 * gdb.python/py-sync-interp.exp: Likewise.
5819 * gdb.server/ext-attach.exp: Likewise.
5820 * gdb.threads/attach-into-signal.exp (corefunc): Use
5821 spawn_wait_for_attach, spawn_id_get_pid and
5822 kill_wait_spawned_process.
5823 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
5824 spawn_wait_for_attach returning a spawn id instead of a pid. Use
5825 spawn_id_get_pid and kill_wait_spawned_process.
5826 * gdb.threads/attach-stopped.exp (corefunc): Use
5827 spawn_wait_for_attach, spawn_id_get_pid and
5828 kill_wait_spawned_process.
5829 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
5830 Use spawn_id_get_pid. Wait for spawn id after eof. Use
5831 kill_wait_spawned_process instead of explicit "kill -9".
5832 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
5833 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
5834 (spawn_wait_for_attach): Use spawn instead of exec to spawn
5835 processes. Don't map cygwin/windows pids here. Now returns a
5836 spawn id list.
5837
032a0fca
SL
58382015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5839
5840 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
5841 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
5842 correct patch.
5843
61a934ca
SL
58442015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5845
5846 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
5847
4bc4d428
SL
58482015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5849
5850 Reapply:
5851 2014-05-21 Mark Wielaard <mjw@redhat.com>
5852
5853 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
5854
998d452a
PA
58552015-07-30 Pedro Alves <palves@redhat.com>
5856
5857 * linux-low.c (handle_extended_wait): Set the child's last
5858 reported status to TARGET_WAITKIND_STOPPED.
5859
69dde7dc
PA
58602015-07-30 Pedro Alves <palves@redhat.com>
5861
5862 PR threads/18600
5863 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
5864 only shows inferior 1.
5865
4dd63d48
PA
58662015-07-30 Simon Marchi <simon.marchi@ericsson.com>
5867 Pedro Alves <palves@redhat.com>
5868
5869 PR threads/18600
5870 * gdb.threads/fork-plus-threads.c: New file.
5871 * gdb.threads/fork-plus-threads.exp: New file.
5872
d618e4c5
PP
58732015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5874
5875 * gdb.base/batch-preserve-term-settings.exp
5876 (test_terminal_settings_preserved_after_cli_exit): Use
5877 send_quit_command.
5878
1eef6428
PA
58792015-07-29 Pedro Alves <palves@redhat.com>
5880 Don Breazeal <donb@codesourcery.com>
5881
5882 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
5883 output from both inferior_spawn_id and gdb_spawn_id.
5884
7da5b897
SDJ
58852015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
5886
5887 * gdb.threads/attach-into-signal.exp (corefunc): Use
5888 with_test_prefix on nested loops, uniquefying the test messages.
5889
dac804df
SDJ
58902015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
5891
5892 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
5893 commit.
5894
06265e53
PP
58952015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5896
5897 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
5898 New proc.
5899 (test_terminal_settings_preserved_after_sigterm): New test.
5900
18206ca3
PP
59012015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5902
5903 * gdb.base/batch-preserve-term-settings.exp
5904 (test_terminal_settings_preserved_after_cli_exit): New test.
5905
90074d11
PP
59062015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5907
5908 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
5909 manipulation of saved_gdbflags.
5910 (test_terminal_settings_preserved): Remove global declaration of
5911 the unused variable pagination_prompt. Remove manipulation of
5912 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
5913 GDBFLAGS.
5914
eb1a7902
PA
59152015-07-29 Pedro Alves <palves@redhat.com>
5916
5917 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
5918
8b75dd3b
PA
59192015-07-29 Pedro Alves <palves@redhat.com>
5920
5921 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
5922 at the top.
5923
dedad4e3
PA
59242015-07-29 Pedro Alves <palves@redhat.com>
5925
5926 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
5927 (main): Call gdb_unbuffer_output.
5928 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
5929 (main): Call gdb_unbuffer_output.
5930 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
5931 (main): Call gdb_unbuffer_output.
5932 * gdb.base/call-strs.exp: Adjust to step over the
5933 gdb_unbuffer_output call.
5934 * gdb.base/catch-gdb-caused-signals.c: Include
5935 "../lib/unbuffer_output.c".
5936 (main): Call gdb_unbuffer_output.
5937 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
5938 (main): Call gdb_unbuffer_output.
5939 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
5940 (main): Call gdb_unbuffer_output.
5941 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
5942 (main): Call gdb_unbuffer_output.
5943 * gdb.base/shlib-call.exp: Adjust to step over the
5944 gdb_unbuffer_output call.
5945 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
5946 (main): Call gdb_unbuffer_output.
5947 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
5948 (main): Call gdb_unbuffer_output.
5949 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
5950 (main): Rename to ...
5951 (test): ... this.
5952 (main): Reimplement.
5953 * gdb.base/varargs.exp: Run to test instead of to main.
5954 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
5955 (main): Call gdb_unbuffer_output.
5956
58789a91
PA
59572015-07-29 Pedro Alves <palves@redhat.com>
5958
5959 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
5960 factore out from mi_continue_dprintf. For call-style dprintfs,
5961 expect dprintf output out of $inferior_spawn_id.
5962 (mi_continue_dprintf): Use mi_expect_dprintf.
5963 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
5964 (main): Call gdb_unbuffer_output.
5965
e8376742
PA
59662015-07-29 Pedro Alves <palves@redhat.com>
5967
5968 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
5969 (default_mi_gdb_start): Set inferior_spawn_id instead of
5970 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
5971 gdb_spawn_id.
5972 (mi_gdb_test): Always expect inferior output from both
5973 $inferior_spawn_id and $gdb_spawn_id.
5974
08280010
PA
59752015-07-29 Pedro Alves <palves@redhat.com>
5976
5977 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
5978 send_inferior and $inferior_spawn_id.
5979
4d30e432
PA
59802015-07-29 Pedro Alves <palves@redhat.com>
5981
5982 * gdb.gdb/complaints.exp (test_initial_complaints)
5983 (test_serial_complaints, test_short_complaints): Use
5984 gdb_test_stdio.
5985 (test_empty_complaint): Handle $inferior_spawn_id !=
5986 $gdb_spawn_id.
5987
0d30a335
PA
59882015-07-29 Pedro Alves <palves@redhat.com>
5989
5990 * gdb.base/varargs.exp: Use gdb_test_stdio.
5991
39413b29
PA
59922015-07-29 Pedro Alves <palves@redhat.com>
5993
5994 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
5995
7cb000a9
PA
59962015-07-29 Pedro Alves <palves@redhat.com>
5997
5998 * gdb.base/ending-run.exp: Use gdb_test_stdio.
5999
d7b8ac82
PA
60002015-07-29 Pedro Alves <palves@redhat.com>
6001
6002 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
6003 parameter into two new parameters, "inf_result" and "gdb_result".
6004 Expect inferior output and gdb output from $inferior_spawn_id and
6005 $gdb_spawn_id, respectively. Adjust all callers.
6006
789c3a0c
PA
60072015-07-29 Pedro Alves <palves@redhat.com>
6008
6009 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
6010 of gdb_test_sequence.
6011
77e760c3
PA
60122015-07-29 Pedro Alves <palves@redhat.com>
6013
6014 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
6015 (saw_spurious_output): Expect inferior output from
6016 $inferior_spawn_id. Use gdb_test_stdio.
6017
8396d2cd
PA
60182015-07-29 Pedro Alves <palves@redhat.com>
6019
6020 * gdb.base/dprintf.exp: Use standard_testfile. Change
6021 prepare_for_testing call.
6022 (srcfile): Don't set.
6023 (restart): New procedure.
6024 (test_dprintf): New procecure, use to continue over dprintfs.
6025 (test_call, test_agent): New procedures, tests moved here.
6026 Restart gdb and recreate dprintfs. Adjust expected output.
6027
2051d61f
PA
60282015-07-29 Pedro Alves <palves@redhat.com>
6029
6030 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
6031
452397af
PA
60322015-07-29 Pedro Alves <palves@redhat.com>
6033
6034 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
6035
8aed9555
PA
60362015-07-29 Pedro Alves <palves@redhat.com>
6037
6038 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
6039 gdb_test_stdio.
6040
188a61b4
PA
60412015-07-29 Pedro Alves <palves@redhat.com>
6042
6043 * lib/gdb.exp (gdb_test_stdio): New procedure.
6044
12264a45
PA
60452015-07-29 Pedro Alves <palves@redhat.com>
6046
6047 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
6048
23ffc893
PA
60492015-07-29 Pedro Alves <palves@redhat.com>
6050
6051 * gdb.base/call-signal-resume.exp: Remove check for
6052 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
6053 * gdb.base/unwindonsignal.exp: Likewise.
6054 * gdb.base/call-signals.c (gen_signal): Remove printf call.
6055 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
6056
65566918
PA
60572015-07-29 Pedro Alves <palves@redhat.com>
6058
6059 * gdb.base/siginfo-addr.c (pass): New function.
6060 (handler): Call it iff si_addr is correct.
6061 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
6062 Set a breakpoint at "pass" and continue to it.
6063
d60a9221
SDJ
60642015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
6065
6066 * gdb.python/py-objfile.exp: Make some tests have unique names.
6067 * gdb.python/py-pp-registration.exp: Likewise.
6068
bde40b8f
PA
60692015-07-28 Pedro Alves <palves@redhat.com>
6070
6071 * gdb.server/server-exec-info.exp: Issue a "disconnect".
6072
13e1dec8
SM
60732015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6074
6075 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
6076
da33c9a7
SM
60772015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6078
6079 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
6080
077836f7
PP
60812015-07-27 Patrick Palka <patrick@parcs.ath.cx>
6082
6083 * gdb.base/gdb-sigterm-2.exp: New test.
6084
b8cc7b2e
DE
60852015-07-25 Doug Evans <xdje42@gmail.com>
6086
6087 Revert:
6088 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6089 (workers/%.worker, build-perf): New rule.
6090 (GDB_PERFTEST_MODE): New variable.
6091 (check-perf): Use it.
6092 (clean): Clean up gdb.perf parallel build subdirs.
6093 * lib/build-piece.exp: New file.
6094 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6095 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6096 name.
6097 (standard_temp_file): Ditto.
6098 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6099 of $GDB_PARALLEL.
6100
c8bd4544
DE
61012015-07-24 Doug Evans <dje@google.com>
6102
6103 * gdb.perf/lib/perftest/utils.py: New file.
6104 * gdb.perf/gm-hello.cc: New file.
6105 * gdb.perf/gm-pervasive-typedef.cc: New file.
6106 * gdb.perf/gm-pervasive-typedef.h: New file.
6107 * gdb.perf/gm-std.cc: New file.
6108 * gdb.perf/gm-std.h: New file.
6109 * gdb.perf/gm-use-cerr.cc: New file.
6110 * gdb.perf/gm-utils.h: New file.
6111 * gdb.perf/gmonster-null-lookup.py: New file.
6112 * gdb.perf/gmonster-pervasive-typedef.py: New file.
6113 * gdb.perf/gmonster-print-cerr.py: New file.
6114 * gdb.perf/gmonster-ptype-string.py: New file.
6115 * gdb.perf/gmonster-runto-main.py: New file.
6116 * gdb.perf/gmonster-select-file.py: New file.
6117 * gdb.perf/gmonster1-null-lookup.exp: New file.
6118 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
6119 * gdb.perf/gmonster1-print-cerr.exp: New file.
6120 * gdb.perf/gmonster1-ptype-string.exp: New file.
6121 * gdb.perf/gmonster1-runto-main.exp: New file.
6122 * gdb.perf/gmonster1-select-file.exp: New file.
6123 * gdb.perf/gmonster1.cc: New file.
6124 * gdb.perf/gmonster1.exp: New file.
6125 * gdb.perf/gmonster2-null-lookup.exp: New file.
6126 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
6127 * gdb.perf/gmonster2-print-cerr.exp: New file.
6128 * gdb.perf/gmonster2-ptype-string.exp: New file.
6129 * gdb.perf/gmonster2-runto-main.exp: New file.
6130 * gdb.perf/gmonster2-select-file.exp: New file.
6131 * gdb.perf/gmonster2.cc: New file.
6132 * gdb.perf/gmonster2.exp: New file.
6133
6eab34f3
DE
61342015-07-24 Doug Evans <dje@google.com>
6135
6136 * gdb.perf/README: New file.
6137 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
6138 * lib/gen-perf-test.exp: New file.
6139
63738bfd
DE
61402015-07-24 Doug Evans <dje@google.com>
6141
6142 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
6143 (PerfTest::startup): New function.
6144 (PerfTest::run): Return result of calling body.
6145 (PerfTest::assemble): Rewrite.
6146 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
6147 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
6148 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
6149 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
6150 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
6151
7b606f95
DE
61522015-07-24 Doug Evans <dje@google.com>
6153
6154 * lib/gdb.exp (clean_restart): Make executable optional.
6155
a97b16b8
DE
61562015-07-24 Doug Evans <dje@google.com>
6157
6158 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
6159 compiler_info references.
6160 * gdb.cp/temargs.exp: Ditto.
6161 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
6162 (get_compiler_info): Early exit if already computed. Set compiler_info
6163 to "unknown" if there was a problem.
6164 (test_compiler_info): Add function comment. Call get_compiler_info.
6165
35baa57f
DE
61662015-07-24 Doug Evans <dje@google.com>
6167
6168 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6169 (workers/%.worker, build-perf): New rule.
6170 (GDB_PERFTEST_MODE): New variable.
6171 (check-perf): Use it.
6172 (clean): Clean up gdb.perf parallel build subdirs.
6173 * lib/build-piece.exp: New file.
6174 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6175 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6176 name.
6177 (standard_temp_file): Ditto.
6178 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6179 of $GDB_PARALLEL.
6180
6ebea266
DE
61812015-07-24 Doug Evans <dje@google.com>
6182
6183 * lib/future.exp (gdb_default_target_compile): New option
6184 "early_flags".
6185 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
6186 --as-needed.
6187
1e76a7e9
SDJ
61882015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
6189
6190 * gdb.base/catch-syscall.exp: Call gdb_exit before
6191 gdb_skip_xml_test.
6192
5068630a
PA
61932015-07-24 Pedro Alves <palves@redhat.com>
6194
6195 * gdb.python/py-events.exp: Accept output between the stop event
6196 and the prompt.
6197 * gdb.python/py-evsignal.exp: Likewise.
6198 * gdb.python/py-evthreads.exp: Likewise.
6199
77598427
PA
62002015-07-24 Pedro Alves <palves@redhat.com>
6201
6202 PR gdb/18717
6203 * gdb.threads/non-ldr-exit.c: New file.
6204 * gdb.threads/non-ldr-exit.exp: New file.
6205
11e6c98f
YQ
62062015-07-24 Yao Qi <yao.qi@linaro.org>
6207
6208 * gdb.server/ext-wrapper.exp: Test --wrapper option when
6209 restarting process.
6210
51aee833
YQ
62112015-07-24 Yao Qi <yao.qi@linaro.org>
6212
6213 * gdb.server/ext-restart.exp: New file.
6214
8cfe207c
YQ
62152015-07-24 Yao Qi <yao.qi@linaro.org>
6216
6217 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
6218 argument options.
6219 * gdb.server/ext-wrapper.exp: New file.
6220
cc12ce38
DE
62212015-07-23 Doug Evans <dje@google.com>
6222
6223 * gdb.dwarf2/dw2-dummy-cu.S: New file.
6224 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
6225
d0d84780
PMR
62262015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
6227
6228 * gdb.ada/var_arr_typedef.exp: New testcase.
6229 * gdb.ada/var_arr_typedef/pack.adb: New file.
6230 * gdb.ada/var_arr_typedef/pack.ads: New file.
6231 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
6232
8b558f79
JB
62332015-07-20 Joel Brobecker <brobecker@adacore.com>
6234
6235 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
6236
775a3298
JK
62372015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6238
6239 * gdb.arch/i386-biarch-core.exp: Replace istarget
6240 by "complete set gnutarget". Remove expectation for the "core-file"
6241 command.
6242
db1ff28b
JK
62432015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6244
6245 Revert the previous commit:
6246 Tests for validate symbol file using build-id.
6247
0a94970d
JK
62482015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6249
6250 Tests for validate symbol file using build-id.
6251 * gdb.base/solib-mismatch-lib.c: New file.
6252 * gdb.base/solib-mismatch-libmod.c: New file.
6253 * gdb.base/solib-mismatch.c: New file.
6254 * gdb.base/solib-mismatch.exp: New file.
6255
03346981
SL
62562015-07-15 Sandra Loosemore <sandra@codesourcery.com>
6257
6258 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
6259 nios2-*-linux*.
6260 * gdb.base/sigbpt.exp (stepi_out): Likewise.
6261 * gdb.base/siginfo.exp: Likewise.
6262 * gdb.base/sigstep.exp (advance, advancei): Likewise.
6263
42422cc7
PL
62642015-07-15 Pierre Langlois <pierre.langlois@arm.com>
6265
6266 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
6267 Move it to ...
6268 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
6269 ... here.
6270 * gdb.trace/range-stepping.exp: Check that the target supports
6271 range stepping.
6272
cfa68bae
JK
62732015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6274
6275 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
6276
8ffdba26
PA
62772015-07-14 Pedro Alves <palves@redhat.com>
6278
6279 * gdb.base/killed-outside.exp: New file.
6280 * gdb.base/killed-outside.c: New file.
6281
218a5a11
JK
62822015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6283
6284 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
6285 (n at main): New.
6286 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
6287
e03ed3c6
AA
62882015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
6289
6290 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
6291 infcall tests instead of setting up for KFAIL.
6292
485668e5
MM
62932015-07-10 Markus Metzger <markus.t.metzger@intel.com>
6294
6295 * gdb.btrace/record_goto-step.exp: New.
6296
08464196
JK
62972015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6298
6299 PR compile/18484
6300 * gdb.compile/compile.c (struct struct_type): Add volatile to
6301 selffield's type.
6302 * gdb.compile/compile.exp
6303 (compile code struct_object.selffield = &struct_object): Skip further
6304 struct_object tests if this one xfails.
6305
bcf5c1d9
RC
63062015-07-08 Robert O'Callahan <robert@ocallahan.org>
6307
6308 PR exp/18617
6309 * gdb.trace/ax.exp: Add test.
6310
4931af25
YQ
63112015-07-07 Yao Qi <yao.qi@linaro.org>
6312
6313 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
6314 instead of istarget "aarch64*-*-*".
6315 * gdb.arch/aarch64-fp.exp: Likewise.
6316 * gdb.base/float.exp: Likewise.
6317 * gdb.reverse/aarch64.exp: Likewise.
6318 * lib/gdb.exp (is_aarch64_target): New proc.
6319
9fcf688e
YQ
63202015-07-07 Yao Qi <yao.qi@linaro.org>
6321
6322 * lib/gdb.exp (is_aarch32_target): New proc.
6323 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
6324 instead of "istarget "arm*-*-*"".
6325 * gdb.arch/arm-disp-step.exp: Likewise.
6326 * gdb.arch/thumb-bx-pc.exp: Likewise.
6327 * gdb.arch/thumb-prologue.exp: Likewise.
6328 * gdb.arch/thumb-singlestep.exp: Likewise.
6329 * gdb.base/disp-step-syscall.exp: Likewise.
6330 * gdb.base/float.exp: Likewise.
6331
fbd8d50d
YQ
63322015-07-07 Yao Qi <yao.qi@linaro.org>
6333
6334 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
6335 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
6336
71be1fdc
YQ
63372015-07-07 Yao Qi <yao.qi@linaro.org>
6338
6339 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
6340 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
6341 if it exists.
6342 * gdb.multi/multi-arch.exp: Likewise.
6343
3e221d36
SM
63442015-07-07 Simon Marchi <simon.marchi@ericsson.com>
6345
6346 * gdb.python/py-lazy-string.exp: Add missing parentheses to
6347 print.
6348
d441430b
YQ
63492015-07-07 Yao Qi <yao.qi@linaro.org>
6350
6351 * gdb.arch/thumb-singlestep.exp: Do one more single step.
6352
06f810bd
MG
63532015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
6354
6355 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
6356 '[' and ']' characters.
6357
5e61e7c0
IB
63582015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
6359
6360 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6361
28bf096c
PA
63622015-06-29 Pedro Alves <palves@redhat.com>
6363
6364 PR threads/18127
6365 * gdb.threads/hand-call-new-thread.c: New file.
6366 * gdb.threads/hand-call-new-thread.c: New file.
6367
ee93cd5e
KS
63682015-06-26 Keith Seitz <keiths@redhat.com>
6369 Doug Evans <dje@google.com>
6370
6371 PR 16253
6372 * gdb.cp/var-tag-2.cc: New file.
6373 * gdb.cp/var-tag-3.cc: New file.
6374 * gdb.cp/var-tag-4.cc: New file.
6375 * gdb.cp/var-tag.cc: New file.
6376 * gdb.cp/var-tag.exp: New file.
6377
fc637f04
PP
63782015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6379
6380 * gdb.base/history-duplicates.exp: New test.
6381
2e52ae68
PP
63822015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6383
6384 * gdb.base/completion.exp: Test the completion of the "focus"
6385 command.
6386
6e22494e
JK
63872015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6388
6389 * gdb.arch/amd64-prologue-skip.S: New file.
6390 * gdb.arch/amd64-prologue-skip.exp: New file.
6391
bf7b9cd9
SM
63922015-06-25 Simon Marchi <simon.marchi@ericsson.com>
6393
6394 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
6395 is_address_zero_readable check.
6396
201e8dfd
PB
63972015-06-24 Peter Bergner <bergner@vnet.ibm.com>
6398
6399 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
6400 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
6401
5cd867b4
YQ
64022015-06-24 Yao Qi <yao.qi@linaro.org>
6403
6404 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
6405 linux targets.
6406
4d7be007
YQ
64072015-06-24 Yao Qi <yao.qi@linaro.org>
6408
6409 * lib/gdb.exp (supports_get_siginfo_type): New proc.
6410 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
6411 * gdb.base/siginfo-thread.exp: Likewise.
6412
07fcd301
YQ
64132015-06-22 Yao Qi <yao.qi@linaro.org>
6414
6415 * boards/remote-gdbserver-on-localhost.exp: Add comments.
6416
52042a00
YQ
64172015-06-22 Yao Qi <yao.qi@linaro.org>
6418
6419 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
6420 aarch64*-*-*.
6421 (skip_hw_watchpoint_tests): Likewise.
6422
74bd41ce
PP
64232015-06-18 Patrick Palka <patrick@parcs.ath.cx>
6424
6425 * gdb.base/gdbinit-history.exp: Test the interaction between
6426 setting GDBHISTSIZE and setting the history size via .gdbinit.
6427
bc460514
PP
64282015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6429
6430 PR gdb/16999
6431 * gdb.base/gdbhistsize-history.exp: New test.
6432
b58c513b
PP
64332015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6434
6435 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
6436 with GDBHISTSIZE.
6437 * gdb.base/readline.exp: Likewise.
6438
92046791
YQ
64392015-06-17 Yao Qi <yao.qi@linaro.org>
6440
6441 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
6442 line.
6443
2093d2d3
PP
64442015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6445
6446 * gdb.base/gdbinit-history.exp: Add test case to check that
6447 an unlimited history file does not get truncated on exit.
6448
e6c693af
AA
64492015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6450
6451 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
6452 (VECTOR): New macro. Use it...
6453 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
6454 ...for these typedefs.
6455 (int8, char1, int1, double1): New typedefs.
6456 (struct just_int2, struct two_int2): New structures.
6457 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
6458 (add_structvecs, add_singlevecs): New functions.
6459 (main): Call add_some_intvecs twice.
6460 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
6461 the compile and exit upon failure. Try compiling for the "native"
6462 architecture. Test inferior function calls with vector arguments
6463 and vector return value handling with "finish" and "return".
6464
c74f7d1c
JT
64652015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
6466
6467 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
6468 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
6469 PE file.
6470 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
6471
98aa42ee
AT
64722015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6473
6474 PR breakpoints/16465
6475 * gdb.mi/mi-dprintf-pending.c: New file.
6476 * gdb.mi/mi-dprintf-pending.exp: New test.
6477 * gdb.mi/mi-dprintf-pendshr.c: New file.
6478
7d73c23c 64792015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 6480 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
6481
6482 * gdb.arch/i386-mpx-map.c: New file.
6483 * gdb.arch/i386-mpx-map.exp: New File.
6484
64852015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6486
6487 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
6488 * gdb.arch/i386-mpx.exp: Indentation fixed.
6489
64902015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6491
6492 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
6493 function and improved indentation.
6494 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
6495 gdb_test_multiple. Added additional tests to skip the test.
6496
64972015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6498
6499 * gdb.arch/i386-avx512.c: Change path in include file.
6500 * gdb.arch/i386-avx512.exp: Change include dir path
6501 compilation flag.
6502 * gdb.arch/i386-mpx.c: Change path in include file.
6503 * gdb.arch/i386-mpx.exp: Change include dir path compilation
6504 flag.
6505
d5eba19a
JK
65062015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6507
6508 * gdb.compile/compile-print.exp (compile print *vararray@3)
6509 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
6510
7f361056
JK
65112015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6512
6513 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
6514 (do not keep jit in memory): ... this.
6515 (expect 5): Change it to ...
6516 (expect no 5): ... this.
6517
3b462ec2
SM
65182015-06-02 Simon Marchi <simon.marchi@ericsson.com>
6519
6520 PR gdb/15564
6521 * gdb.mi/mi-detach.exp: New file.
6522
e0619de6
JK
65232015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6524
6525 PR symtab/18392
6526 * gdb.arch/amd64-tailcall-self.S: New file.
6527 * gdb.arch/amd64-tailcall-self.c: New file.
6528 * gdb.arch/amd64-tailcall-self.exp: New file.
6529
e970cb34
DB
65302015-05-28 Don Breazeal <donb@codesourcery.com>
6531
6532 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
6533 tests for remote targets by checking is_target_gdbserver.
6534
b2e2f908
DE
65352015-05-27 Doug Evans <dje@google.com>
6536
6537 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
6538 * gdb.dwarf2/opaque-type-lookup.c: New file.
6539 * gdb.dwarf2/opaque-type-lookup.exp: New file.
6540
82c7be31
DE
65412015-05-26 Doug Evans <dje@google.com>
6542
6543 * gdb.cp/iostream.cc: New file.
6544 * gdb.cp/iostream.exp: New file.
6545
b4f54984
DE
65462015-05-26 Doug Evans <dje@google.com>
6547
6548 * gdb.dwarf2/dw2-op-call.exp: Update.
6549 * gdb.dwarf2/dw4-sig-types.exp: Update.
6550 * gdb.dwarf2/implptr.exp: Update.
6551 * gdb.mi/mi-cmd-param-changed.exp: Update.
6552
4ea6efe9
DE
65532015-05-26 Doug Evans <dje@google.com>
6554
6555 * gdb.python/py-lazy-string.c: New file.
6556 * gdb.python/py-lazy-string.exp: New file.
6557 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
6558 (main): Update. Add estring3.
6559 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
6560 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
6561
f6bb7db3
YQ
65622015-05-26 Omair Javaid <omair.javaid@linaro.org>
6563 Yao Qi <yao.qi@linaro.org>
6564
6565 * gdb.reverse/aarch64.c: New.
6566 * gdb.reverse/aarch64.exp: New.
6567
a81bfbd0
OJ
65682015-05-26 Omair Javaid <omair.javaid@linaro.org>
6569
25d49b86
PA
6570 * lib/gdb.exp (supports_process_record): Return true for
6571 aarch64*-linux*.
a81bfbd0
OJ
6572 (supports_reverse): Likewise.
6573
158bf1b4
PP
65742015-05-22 Patrick Palka <patrick@parcs.ath.cx>
6575
6576 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6577 Use with_test_prefix.
6578
a0145030
AB
65792015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
6580
6581 * gdb.base/completion.exp: Add test for completion of layout
6582 names.
6583
ebe3b578
AB
65842015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
6585
6586 * lib/gdb.exp (skip_tui_tests): New proc.
6587 * gdb.base/tui-layout.exp: Check skip_tui_tests.
6588
84204ed7
PA
65892015-05-19 Pedro Alves <palves@redhat.com>
6590
6591 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6592 Save the whole env array instead of just HOME. Unset HISTSIZE in
6593 the environment while testing. Restore whole environment
6594 afterwards.
6595
37442ce1
DE
65962015-05-16 Doug Evans <xdje42@gmail.com>
6597
6598 * gdb.guile/scm-ports.c: New file.
6599 * gdb.guile/scm-ports.exp: Add memory port tests.
6600
36de76f9
JK
66012015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6602
6603 * gdb.compile/compile-print.c: New file.
6604 * gdb.compile/compile-print.exp: New file.
6605
3a9558c4
JK
66062015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6607
6608 * gdb.compile/compile-ops.exp: Cast param to void.
6609 * gdb.compile/compile.exp: Complete type for _gdb_expr.
6610 (compile code struct_object.selffield = &struct_object): Add xfail.
6611
aa715135
JG
66122015-05-15 Joel Brobecker <brobecker@adacore.com>
6613
6614 * gdb.ada/arr_enum_with_gap: New testcase.
6615
931e5bc3
JG
66162015-05-15 Joel Brobecker <brobecker@adacore.com>
6617
6618 * gdb.ada/byte_packed_arr: New testcase.
6619
9cd4d857
JB
66202015-05-15 Joel Brobecker <brobecker@adacore.com>
6621
6622 * gdb.ada/pckd_neg: New testcase.
6623
ebfd00d2
PP
66242015-05-13 Patrick Palka <patrick@parcs.ath.cx>
6625
6626 PR gdb/17820
6627 * gdb.base/gdbinit-history.exp: New test.
6628 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
6629 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
6630
4c082a81
SC
66312015-05-09 Siva Chandra Reddy <sivachandra@google.com>
6632
6633 * gdb.python/py-xmethods.cc: Enhance test case.
6634 * gdb.python/py-xmethods.exp: New tests.
6635 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
6636 function.
6637 (B_indexoper): Likewise.
6638 (global_dm_list) : Add new xmethod worker functions.
6639
f7797074
SDJ
66402015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
6641
6642 * gdb.base/coredump-filter.exp: Correctly unset
6643 "coredump_var_addr" array.
6644
a4674e4e
PA
66452015-05-08 Pedro Alves <palves@redhat.com>
6646
6647 * gdb.server/non-existing-program.exp: Unset spawn_id.
6648
df2eb078
SC
66492015-05-08 Siva Chandra Reddy <sivachandra@google.com>
6650
6651 PR python/18291
6652 * gdb.python/py-xmethods.exp: Add tests.
6653
422349a3
YQ
66542015-05-08 Yao Qi <yao.qi@linaro.org>
6655
6656 PR gdb/18208
6657 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
6658 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
6659 function set_coredump_filter, and remove remote_exec call.
6660 Remove argument ipid. Callers update.
6661 (top level): Don't get inferior's PID.
6662
63fc80ce
AA
66632015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
6664
6665 * gdb.base/watch_thread_num.exp: Skip test on targets without
6666 access watchpoints.
6667
80ad801e
PA
66682015-05-06 Pedro Alves <palves@redhat.com>
6669
6670 PR server/18081
6671 * gdb.server/non-existing-program.exp: New file.
6672
0fa7fe50
JB
66732015-05-05 Joel Brobecker <brobecker@adacore.com>
6674
6675 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
6676
3ea89b92
PMR
66772015-05-05 Joel Brobecker <brobecker@adacore.com>
6678
6679 * gdb.ada/out_of_line_in_inlined: New testcase.
6680
87b8eff0
JB
66812015-05-05 Joel Brobecker <brobecker@adacore.com>
6682
6683 * gdb.ada/var_rec_arr: New testcase.
6684
5fccc635
YQ
66852015-04-30 Yao Qi <yao.qi@linaro.org>
6686
6687 * gdb.base/break-idempotent.exp: If
6688 skip_hw_watchpoint_multi_tests returns true, skip the tests
6689 on "rwatch" and "awatch".
6690
42d38f42
YQ
66912015-04-30 Yao Qi <yao.qi@linaro.org>
6692
6693 * gdb.base/relativedebug.exp: Invoke gdb command
6694 "info sharedlibrary", and if libc.so doesn't have debug info,
6695 skip the test.
6696
2ce1cdbf
DE
66972015-04-29 Doug Evans <dje@google.com>
6698
6699 * gdb.python/py-xmethods.exp: Add ptype tests.
6700 * gdb.python/py-xmethods.py (E_method_char_worker): Add
6701 get_result_type method.
6702
f24a38c5
LM
67032015-04-29 Luis Machado <lgustavo@codesourcery.com>
6704
6705 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
6706 the target does not support hardware watchpoints.
6707
ecbf2b3c
LM
67082015-04-29 Luis Machado <lgustavo@codesourcery.com>
6709
6710 * gdb.base/break-always.exp: Abort testing if writing to memory
6711 causes an error.
6712
34f5f757
DE
67132015-04-28 Doug Evans <dje@google.com>
6714
6715 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
6716 * gdb.python/py-pp-registration.exp: ... here. New file.
6717 * gdb.python/py-pp-registration.c: New file.
6718 * gdb.python/py-pp-registration.py: New file.
6719
69b4374a
DE
67202015-04-28 Doug Evans <dje@google.com>
6721
6722 * gdb.python/py-bad-printers.c: New file.
6723 * gdb.python/py-bad-printers.py: New file.
6724 * gdb.python/py-bad-printers.exp: New file.
6725
59fb7612
SS
67262015-04-28 Sasha Smundak <asmundak@google.com>
6727
6728 * gdb.python/py-type.exp: New test.
6729
2631b16a
AW
67302015-04-28 Andy Wingo <wingo@igalia.com>
6731
6732 * gdb.python/py-parameter.exp:
6733 * gdb.guile/scm-parameter.exp: Escape the path that we are
6734 matching against, as it might contain characters that are special
6735 to regular expressions.
6736
460efde1
JB
67372015-04-27 Joel Brobecker <brobecker@adacore.com>
6738
6739 * gdb.ada/rec_comp: New testcase.
6740
2d369d8e
SDJ
67412015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
6742
6743 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
6744 before using it.
6745
cf75d6c3
AB
67462015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
6747
6748 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
6749 new tests for verilog output.
6750
8dbe7ca5
YQ
67512015-04-24 Yao Qi <yao.qi@linaro.org>
6752
6753 * boards/remote-gdbserver-on-localhost.exp: New file.
6754
4ef9fb2f
PA
67552015-04-23 Pedro Alves <palves@redhat.com>
6756
6757 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
6758 $inferior_spawn_id instead of $inferior_spawn_id directly. On
6759 "end of file", remove $inferior_spawn_id from the indirect list.
6760
0a803169
PA
67612015-04-23 Pedro Alves <palves@redhat.com>
6762
6763 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
6764
749ef8f8
PA
67652015-04-23 Pedro Alves <palves@redhat.com>
6766
6767 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
6768 on $any_spawn_id instead of only on $gdb_spawn_id.
6769
8aae4344
PM
67702015-04-21 Pierre Muller <muller@sourceware.org>
6771
6772 PR pascal/17815
6773 * lib/pascal.exp (gpc_compile): Add new option "class".
6774 (fpc_compile): Likewise.
6775 * gdb.pascal/case-insensitive-symbols.pas: New file.
6776 * gdb.pascal/case-insensitive-symbols.exp: New file.
6777
1586c8fb
GB
67782015-04-20 Gary Benson <gbenson@redhat.com>
6779
6780 * gdb.base/attach.exp: Fix three extended remote failures.
6781
1b6e6f5c
GB
67822015-04-17 Gary Benson <gbenson@redhat.com>
6783
6784 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
6785 the main executable over the remote protocol.
6786
e797481d
PA
67872015-04-16 Pedro Alves <palves@redhat.com>
6788
6789 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
6790 a new gdbserver if gdbserver_reconnect_p is set.
6791
1ca99c42
PA
67922015-04-16 Pedro Alves <palves@redhat.com>
6793
6794 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
6795 is set, don't exit gdbserver.
6796
af9fd6f8
AA
67972015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6798
6799 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
6800 appropriate .insn, such that an older assembler can be used.
6801 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
6802 the z/Architecture instruction set on 31-bit targets as well.
6803
04ff1e61
AA
68042015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6805
6806 * gdb.go/handcall.exp: Remove all logic related to the first
6807 breakpoint and rely on go_runto_main instead.
6808 * gdb.go/strings.exp: Likewise.
6809 * gdb.go/unsafe.exp: Likewise.
6810 * gdb.go/hello.exp: Likewise. Also rename the remaining
6811 breakpoint marker to "breakpoint 1".
6812 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
6813 * gdb.go/strings.go: Likewise.
6814 * gdb.go/unsafe.go: Likewise.
6815 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
6816 "set breakpoint 2 here" and rename the remaining breakpoint marker
6817 to "breakpoint 1".
6818
40d2f8d6
SM
68192015-04-15 Simon Marchi <simon.marchi@ericsson.com>
6820
6821 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
6822 if itertools.imap is not present.
6823 * gdb.python/py-objfile.exp: Add parentheses.
6824 * gdb.python/py-type.exp: Same.
6825 * gdb.python/py-unwind-maint.py: Same.
6826
8cbc97c6
YQ
68272015-04-15 Yao Qi <yao.qi@linaro.org>
6828
6829 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
6830 of ":$ptr_size" and set its form explicitly.
6831
45fd756c
YQ
68322015-04-15 Pedro Alves <palves@redhat.com>
6833 Yao Qi <yao.qi@linaro.org>
6834
6835 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
6836 timeout by factor of 4.
6837 (test_regular_watch): Likewise.
6838 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
6839 * gdb.reverse/sigall-reverse.exp: Likewise.
6840 * gdb.reverse/until-precsave.exp: Likewise.
6841 * lib/gdb.exp (with_timeout_factor): New proc.
6842 (gdb_expect): Move some code to ...
6843 (get_largest_timeout): ... here. New procedure.
6844
9e811bc3
LM
68452015-04-14 Luis Machado <lgustavo@codesourcery.com>
6846
6847 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
6848
0ff6fcb2
LM
68492015-04-13 Luis Machado <lgustavo@codesourcery.com>
6850
6851 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
6852 to write to the .text section.
6853
7578d5f7
LM
68542015-04-13 Luis Machado <lgustavo@codesourcery.com>
6855
6856 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
6857 Handle the case of targets that do not provide PID information.
6858
2efe15c4
YQ
68592015-04-13 Yao Qi <yao.qi@linaro.org>
6860
6861 * lib/gdbserver-support.exp (gdb_exit): Catch exception
6862 and use expect instead of gdb_expect.
6863
8cd8f2f8
SDJ
68642015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
6865
6866 * gdb.base/coredump-filter.exp: Rename variable "addr" to
6867 "coredump_var_addr" to avoid naming conflict with other testcases.
6868
9ee41772
PA
68692015-04-10 Pedro Alves <palves@redhat.com>
6870
6871 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
6872 gdb_test_sequence and gdb_assert.
6873
07473109
PA
68742015-04-10 Pedro Alves <palves@redhat.com>
6875
6876 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
6877 test messages that don't include the breakpoint address.
6878
de3db44c
YQ
68792015-04-10 Yao Qi <yao.qi@linaro.org>
6880
6881 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
6882 false for some offset and width combinations which aren't
6883 supported by linux kernel.
6884
c79d856c
PA
68852015-04-10 Pedro Alves <palves@redhat.com>
6886
6887 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
6888 procedure, factored out from ...
6889 (top level): ... here. Add "set displaced-stepping" testing axis.
6890 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
6891 parameter "displaced". Use it.
6892 (top level): Use foreach and add "set displaced-stepping" testing
6893 axis.
6894
ebc90b50
PA
68952015-04-10 Pedro Alves <palves@redhat.com>
6896
6897 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
6898 Remove comment.
6899 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
6900 both the address of the instruction that triggers the watchpoint
6901 and the address of the instruction immediately after, and use
6902 those addresses for the test. Fix comment.
6903
8f572e5c
PA
69042015-04-10 Pedro Alves <palves@redhat.com>
6905
6906 * gdb.base/sigstep.exp (breakpoint_to_handler)
6907 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
6908 Test "backtrace" in handler.
6909 (breakpoint_over_handler): New parameter 'displaced'. Use it.
6910 (top level): Add new "displaced" test axis to
6911 breakpoint_to_handler, breakpoint_to_handler_entry and
6912 breakpoint_over_handler.
6913
8d707a12
PA
69142015-04-10 Pedro Alves <palves@redhat.com>
6915
6916 PR gdb/18216
6917 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
6918
ef713951
YQ
69192015-04-10 Yao Qi <yao.qi@linaro.org>
6920
6921 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
6922 (test_add_rn_pc): New function.
6923 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
6924 (top level): Invoke test_add_rn_pc.
6925
906d60cf
PA
69262015-04-10 Pedro Alves <palves@redhat.com>
6927
6928 PR gdb/13858
6929 * gdb.base/step-over-no-symbols.exp: New file.
6930
f2983cc3
AW
69312015-04-09 Andy Wingo <wingo@igalia.com>
6932
6933 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
6934 after the Python tests.
6935
6d62641c
SDJ
69362015-04-08 Keith Seitz <keiths@redhat.com>
6937
6938 PR python/16699
6939 * gdb.python/py-completion.exp: New tests for completion.
6940 * gdb.python/py-completion.py (CompleteLimit1): New class.
6941 (CompleteLimit2): Likewise.
6942 (CompleteLimit3): Likewise.
6943 (CompleteLimit4): Likewise.
6944 (CompleteLimit5): Likewise.
6945 (CompleteLimit6): Likewise.
6946 (CompleteLimit7): Likewise.
6947
f3770638
PA
69482015-04-08 Pedro Alves <palves@redhat.com>
6949
6950 PR gdb/18214
6951 PR gdb/18216
6952 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
6953 function.
6954 (main): Install it as SIGUSR1 handler.
6955 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
6956 parameter. Always use "setup" as prefix. Toggle "set
6957 displaced-stepping" off/on depending on global. Don't switch to
6958 thread 1 here.
6959 (top level): Add displaced stepping "off/on" test axis. Update
6960 "setup" calls. Wrap each subtest with with_test_prefix. Test
6961 continuing with a queued signal in each thread.
6962
4496bed7
PA
69632015-04-08 Pedro Alves <palves@redhat.com>
6964
6965 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
6966 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
6967 gdb_breakpoint instead of gdb_test that doesn't expect anything.
6968 Return early if running to main fails.
6969 * gdb.trace/while-stepping.exp: Likewise.
6970
b97fde92
PA
69712015-04-07 Pedro Alves <palves@redhat.com>
6972
6973 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
6974 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
6975 interact with inferior program.
6976
f71c18e7
PA
69772015-04-07 Pedro Alves <palves@redhat.com>
6978
6979 * lib/gdb.exp (inferior_spawn_id): New global.
6980 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
6981 spawn id after processing the user code.
6982 (default_gdb_start): Set inferior_spawn_id.
6983 (send_inferior): New procedure.
6984 * lib/gdbserver-support.exp (gdbserver_start): Set
6985 inferior_spawn_id.
6986 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
6987
6423214f
PA
69882015-04-07 Pedro Alves <palves@redhat.com>
6989
6990 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
6991 * lib/gdbserver-support.exp (gdbserver_start): Make
6992 $server_spawn_id global.
6993 (gdbserver_start): Don't wait for gdbserver's spawn id with
6994 expect_background.
6995 (close_gdbserver): New procedure.
6996 (gdb_exit): Rename the default version and reimplement.
6997
71c0ee8c
PA
69982015-04-07 Pedro Alves <palves@redhat.com>
6999
72f4393d 7000 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
7001 append the substituted item, not the original item.
7002
203bc29b
PA
70032015-04-07 Pedro Alves <palves@redhat.com>
7004
7005 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
7006 gdb_expect.
7007
508a3ddf
PA
70082015-04-07 Pedro Alves <palves@redhat.com>
7009
7010 * gdb.base/interrupt.exp: Don't handle the case of the inferior
7011 output appearing once only.
7012
9f6dbe2b
PA
70132015-04-07 Pedro Alves <palves@redhat.com>
7014
7015 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
7016 that doesn't expect anything. Return early if running to main
7017 fails.
7018
337532fa
YQ
70192015-04-07 Yao Qi <yao.qi@linaro.org>
7020
7021 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
7022 (child_function): Call alarm.
7023 (main): Move call to alarm into the loop.
7024 * gdb.threads/non-stop-fair-events.exp: Build program with
7025 -DTIMEOUT=$timeout.
7026
01b622d4
DE
70272015-04-06 Doug Evans <xdje42@gmail.com>
7028
7029 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
7030 Fix dest parameter to board_info.
7031 (fpc_compile): Ditto.
7032 (gdb_compile_pascal): Rename dest arg to destfile.
7033
961f4160
PMR
70342015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
7035
7036 * gdb.ada/funcall_ref.exp: New file.
7037 * gdb.ada/funcall_ref/foo.adb: New file.
7038
cafda597
YQ
70392015-04-02 Yao Qi <yao.qi@linaro.org>
7040
7041 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
7042 is remote.
7043
fed040c6
GB
70442015-04-02 Gary Benson <gbenson@redhat.com>
7045
7046 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
7047
d11916aa
SS
70482015-04-01 Sasha Smundak <asmundak@google.com>
7049
7050 * gdb.python/py-unwind-maint.c: New file.
7051 * gdb.python/py-unwind-maint.exp: New test.
7052 * gdb.python/py-unwind-maint.py: New file.
7053 * gdb.python/py-unwind.c: New file.
7054 * gdb.python/py-unwind.exp: New test.
7055 * gdb.python/py-unwind.py: New test.
7056
a1471180
PA
70572015-04-01 Pedro Alves <palves@redhat.com>
7058
7059 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
7060 to fail instead of non-existent $test.
7061
0bbeccb1
PA
70622015-04-01 Pedro Alves <palves@redhat.com>
7063
7064 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
7065 GDBFLAGS if not empty.
7066
3c724c8c
PMR
70672015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
7068
7069 * gdb.ada/complete.exp: Remove "multi_line".
7070 * gdb.ada/info_exc.exp: Remove "multi_line".
7071 * gdb.ada/packed_tagged.exp: Remove "multi_line".
7072 * gdb.ada/ptype_field.exp: Remove "multi_line".
7073 * gdb.ada/sym_print_name.exp: Remove "multi_line".
7074 * gdb.ada/tagged.exp: Remove "multi_line".
7075 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
7076 [multi_line ...]
7077 * gdb.btrace/delta.exp: Likewise.
7078 * gdb.btrace/exception.exp: Likewise.
7079 * gdb.btrace/function_call_history.exp: Likewise.
7080 * gdb.btrace/instruction_history.exp: Likewise.
7081 * gdb.btrace/nohist.exp: Likewise.
7082 * gdb.btrace/record_goto.exp: Likewise.
7083 * gdb.btrace/segv.exp: Likewise.
7084 * gdb.btrace/stepi.exp: Likewise.
7085 * gdb.btrace/tailcall.exp: Likewise.
7086 * gdb.btrace/unknown_functions.exp: Likewise.
7087 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
7088 * lib/gdb.exp: Add the "multi_line" helper.
7089
4eec2deb
PA
70902015-04-01 Pedro Alves <palves@redhat.com>
7091
7092 * gdb.threads/tid-reuse.c: New file.
7093 * gdb.threads/tid-reuse.exp: New file.
7094
df8411da
SDJ
70952015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
7096
7097 PR corefiles/16092
7098 * gdb.base/coredump-filter.c: New file.
7099 * gdb.base/coredump-filter.exp: Likewise.
7100
6ef37366
PM
71012015-03-27 Petr Machata <pmachata@redhat.com>
7102
7103 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
7104 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
7105 (Dwarf::assemble): Initialize them.
7106 (Dwarf::lines): New function.
7107
7ec911b0
JT
71082015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
7109
7110 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
7111 SYMBOL_PREFIX for x86_64-*-cygwin.
7112
ff908ebf
AW
71132015-03-26 Andy Wingo <wingo@igalia.com>
7114
7115 PR symtab/18148
7116 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
7117 const_value but not a location.
7118 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
7119 location defined in non-main CUs are visible.
7120
6d5f0679
YQ
71212015-03-26 Yao Qi <yao.qi@linaro.org>
7122
7123 PR testsuite/18139
7124 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
7125 Add a line number entry for the same line.
7126 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
7127 Add a line number entry for the same line.
7128
2898689b
YQ
71292015-03-26 Yao Qi <yao.qi@linaro.org>
7130
7131 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
7132 .int 0.
7133 (func): Likewise. Add .Lfunc_1 label.
7134 Use .Lfunc_1 label.
7135 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
7136 .int 0.
7137 (func): Likewise.
7138 Use .Lfunc_1 label.
7139
85180498
YQ
71402015-03-26 Yao Qi <yao.qi@linaro.org>
7141
7142 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
7143 Call gdb_compile instead to compile each .s files without debug
7144 information.
7145
8aa08a8d
YQ
71462015-03-26 Yao Qi <yao.qi@linaro.org>
7147
7148 * gdb.base/savedregs.exp (process_saved_regs): Make
7149 "Saved registers:" optional in the pattern.
7150
66849923
MM
71512015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7152
7153 * gdb.btrace/next.exp: Merged into step.exp.
7154 * gdb.btrace/finish.exp: Merged into step.exp.
7155 * gdb.btrace/nexti.exp: Merged into stepi.exp.
7156 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
7157 "record goto" and checking the exact replay position.
7158 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
7159 check for "Recording format" in "info record" output.
7160 * gdb.btrace/record_goto.exp: Choose test file based on target.
7161 * gdb.btrace/x86-record_goto.S: Renamed into ...
7162 * gdb.btrace/x86_64-record_goto.S: ... this.
7163 * gdb.btrace/i686-record_goto.S: New.
7164 * gdb.btrace/x86-tailcall.S: Renamed into ...
7165 * gdb.btrace/x86_64-tailcall.S: ... this.
7166 * gdb.btrace/i686-tailcall.S: New.
7167 * gdb.btrace/x86-tailcall.c: Renamed into ...
7168 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
7169 separate statements. Update test.
7170 * gdb.btrace/delta.exp: Use record_goto.c as test file.
7171 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
7172 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
7173 * gdb.btrace/tailcall.exp: Choose test file based on target.
7174 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
7175
11cc1b74
MM
71762015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7177
7178 * gdb.btrace/exception.exp: Increase BTS buffer size.
7179
a25d8bf9
PA
71802015-03-24 Pedro Alves <palves@redhat.com>
7181
7182 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
7183
856e7dd6
PA
71842015-03-24 Pedro Alves <palves@redhat.com>
7185
7186 * gdb.threads/schedlock.exp (test_step): No longer expect that
7187 "set scheduler-locking step" with "next" over a function call runs
7188 threads unlocked.
7189
ad235a41
AT
71902015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7191
7192 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
7193
15630549
AT
71942015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7195
7196 PR breakpoints/16466
7197 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
7198 * gdb.mi/mi-pending.c (thread_func): New function.
7199 (int main): Add threading support required.
7200 * gdb.mi/mi-pending.exp: Add tests for this issue.
7201 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
7202 (pendfunc2): Remove stdio dependency.
7203 * gdb.mi/mi-pendshr2.c: New file.
7204
693dca06
KS
72052015-03-23 Keith Seitz <keiths@redhat.com>
7206
7207 * gdb.linespec/keywords.c: New file.
7208 * gdb.linespec/keywords.exp: New file.
7209
7e993ebf
KS
72102015-03-23 Keith Seitz <keiths@redhat.com>
7211
7212 PR gdb/18021
7213 * gdb.dwarf2/staticvirtual.exp: New test.
7214
bc23328c
JK
72152015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7216
7217 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
7218 * README: Remove HP-UX and gdb.hp.
7219 (configuration):
7220 * configure: Regenerate.
7221 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
7222 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
7223 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
7224 gdb.hp/gdb.defects/Makefile.
7225 * gdb.hp/Makefile.in: File deleted.
7226 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
7227 * gdb.hp/gdb.aCC/optimize.c: File deleted.
7228 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
7229 * gdb.hp/gdb.aCC/run.c: File deleted.
7230 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
7231 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
7232 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
7233 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
7234 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
7235 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
7236 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
7237 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
7238 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
7239 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
7240 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
7241 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
7242 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
7243 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
7244 * gdb.hp/gdb.base-hp/reg.s: File deleted.
7245 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
7246 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
7247 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
7248 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
7249 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
7250 * gdb.hp/gdb.compat/Makefile.in: File deleted.
7251 * gdb.hp/gdb.compat/average.c: File deleted.
7252 * gdb.hp/gdb.compat/sum.c: File deleted.
7253 * gdb.hp/gdb.compat/xdb.c: File deleted.
7254 * gdb.hp/gdb.compat/xdb0.c: File deleted.
7255 * gdb.hp/gdb.compat/xdb0.h: File deleted.
7256 * gdb.hp/gdb.compat/xdb1.c: File deleted.
7257 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
7258 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
7259 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
7260 * gdb.hp/gdb.defects/Makefile.in: File deleted.
7261 * gdb.hp/gdb.defects/bs14602.c: File deleted.
7262 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
7263 * gdb.hp/gdb.defects/solib-d.c: File deleted.
7264 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
7265 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
7266 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
7267 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
7268 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
7269 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
7270 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
7271 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
7272 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
7273 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
7274 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
7275 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
7276 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
7277 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
7278 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
7279 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
7280 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
7281 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
7282 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
7283 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
7284 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
7285 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
7286 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
7287 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
7288 * gdb.hp/tools/odump: File deleted.
7289
8bf3b159
PA
72902015-03-19 Pedro Alves <palves@redhat.com>
7291
7292 * gdb.threads/continue-pending-status.exp (saw_thread_2)
7293 (saw_thread_3): New globals.
7294 (top level): Increment them when an event for the corresponding
7295 thread is seen.
7296 (no thread starvation): New test.
7297
eb54c8bf
PA
72982015-03-19 Pedro Alves <palves@redhat.com>
7299
7300 * gdb.threads/continue-pending-status.c: New file.
7301 * gdb.threads/continue-pending-status.exp: New file.
7302
32d2e5d6
PA
73032015-03-18 Pedro Alves <palves@redhat.com>
7304
7305 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7306 Use gdb_is_target_remote instead of is_remote. Use
7307 gdb_test_multiple instead of gdb_expect. Exit early if
7308 gdb_test_multiple hits its internal matches. Tighten stepi tests
7309 expected output. Fail on exit with any signal, instead of just
7310 SIGILL.
7311
f68f11b7
YQ
73122015-03-18 Yao Qi <yao.qi@linaro.org>
7313
7314 PR tdep/18107
7315 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
7316 variable.
7317 * gdb.base/catch-syscall.exp: Don't skip it on
7318 aarch64*-*-linux* target. Remove elements in all_syscalls.
7319 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
7320 target.
7321 (setup_all_syscalls): New proc.
7322
ca5fd19b
YQ
73232015-03-16 Yao Qi <yao.qi@linaro.org>
7324
7325 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
7326 (top level): Skip tests if valid_addr_p returns false for
7327 $cmd1 or $cmd2.
7328
85642ba0
AW
73292015-03-11 Andy Wingo <wingo@igalia.com>
7330
7331 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
7332
e03f9645
YQ
73332015-03-11 Yao Qi <yao.qi@linaro.org>
7334
7335 * gdb.base/catch-syscall.exp: Fix typo in comments.
7336
5d0962b2
YQ
73372015-03-11 Yao Qi <yao.qi@linaro.org>
7338
7339 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
7340
b2df3cef
PA
73412015-03-09 Pedro Alves <palves@redhat.com>
7342
7343 * dg-extract-results.py: Delete.
7344
ef878e53
PA
73452015-03-09 Pedro Alves <palves@redhat.com>
7346
7347 Merge dg-extract-results.sh from GCC upstream (r218843).
7348
7349 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
7350 * dg-extract-results.sh: Use --text with grep to avoid issues with
7351 binary files. Fall back to cat -v, if that doesn't work.
7352
9494d219
PA
73532015-03-05 Pedro Alves <palves@redhat.com>
7354
7355 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
7356
a8d9763a
SM
73572015-03-04 Simon Marchi <simon.marchi@ericsson.com>
7358
7359 * lib/mi-support.exp (mi_expect_interrupt): Accept
7360 alternative event for when in all-stop mode.
7361
be9957b8
PA
73622015-03-04 Pedro Alves <palves@redhat.com>
7363
7364 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
7365
d57be0f4 73662015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
7367
7368 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
7369
c214c7cf
AA
73702015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7371
7372 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
7373 regexps for GDB's current line display, accept a hex address
7374 preceding the line number.
7375
6d74a497
AA
73762015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7377
7378 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
7379 the 'arch1' variable for "s390*-linux*" targets.
7380
511aee7c
PA
73812015-03-04 Pedro Alves <palves@redhat.com>
7382
7383 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
7384 (main): Pass missing retval argument to pthread_join call.
7385
95e50b27
PA
73862015-03-02 Pedro Alves <palves@redhat.com>
7387
7388 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
7389 (top level): Call do_test with non-stop as well.
7390
28054d69
PA
73912015-03-02 Pedro Alves <palves@redhat.com>
7392
7393 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
7394 -1.
7395
4fa5d7b4
AA
73962015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
7397
7398 * gdb.arch/s390-vregs.exp: New test.
7399 * gdb.arch/s390-vregs.S: New file.
7400
97c18565
PA
74012015-02-27 Pedro Alves <palves@redhat.com>
7402
7403 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
7404 call to catch_command_errors.
7405 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
7406 catch_command_errors.
7407
a37bfa30
PA
74082015-02-27 Pedro Alves <palves@redhat.com>
7409
7410 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
7411 "true" for boolean result.
7412 * gdb.gdb/selftest.exp (test_with_self): Also accept full
7413 prototype of main.
7414
6f98576f
PA
74152015-02-27 Pedro Alves <palves@redhat.com>
7416
7417 * lib/unbuffer_output.c: New file.
7418 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
7419 (main): Call gdb_unbuffer_output.
7420
eba5ab56
YQ
74212015-02-27 Yao Qi <yao.qi@linaro.org>
7422
7423 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
7424 target.
7425
0def5aaa
DE
74262015-02-26 Doug Evans <dje@google.com>
7427
7428 * gdb.cp/class2.cc (Dbase, D): New classes.
7429 (main): New local delta.
7430 * gdb.cp/class2.exp: Test printing delta.
7431 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
7432 (dynbar): New global.
7433 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
7434
081a1c2c
JK
74352015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7436
7437 * gdb.compile/compile-ifunc.c: New file.
7438 * gdb.compile/compile-ifunc.exp: New file.
7439
2f41223f
AT
74402015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
7441
7442 * gdb.base/structs.exp: Check for correct struct on finish.
7443
03eddd80
YQ
74442015-02-26 Yao Qi <yao.qi@linaro.org>
7445
7446 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
7447 is zero.
7448
80c57053
JK
74492015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7450
7451 * gdb.arch/cordic.ko.bz2: New file.
7452 * gdb.arch/cordic.ko.debug.bz2: New file.
7453 * gdb.arch/ppc64-symtab-cordic.exp: New file.
7454
21613c12
YQ
74552015-02-25 Yao Qi <yao.qi@linaro.org>
7456
7457 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
7458 aarch64*-*-* target.
7459
d8b901ed
PA
74602015-02-23 Pedro Alves <palves@redhat.com>
7461
7462 * lib/gdb.exp (delete_breakpoints): Rewrite using
7463 gdb_test_multiple.
7464
e5b85ead
PA
74652015-02-23 Pedro Alves <palves@redhat.com>
7466
7467 * gdb.base/info-os.c: Include stdlib.h.
7468
85c3a371
DE
74692015-02-22 Doug Evans <xdje42@gmail.com>
7470
7471 PR symtab/17855
7472 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
7473 is read after symbols have been re-read.
7474 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
7475 * gdb.ada/exec_changed/second.adb (Second): Ditto.
7476
96553a0c
DE
74772015-02-21 Doug Evans <dje@google.com>
7478
7479 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
7480
97a0c697
JK
74812015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7482
7483 PR corefiles/17808
7484 * gdb.arch/i386-biarch-core.core.bz2: New file.
7485 * gdb.arch/i386-biarch-core.exp: New file.
7486
a47cd6e9
PA
74872015-02-21 Pedro Alves <palves@redhat.com>
7488
7489 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
7490 runto_main fails.
7491
c5facdc4
PA
74922015-02-20 Pedro Alves <palves@redhat.com>
7493
7494 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
7495 info probes.
7496
2db9a427
PA
74972015-02-20 Pedro Alves <palves@redhat.com>
7498
7499 * gdb.threads/multi-create-ns-info-thr.exp: New file.
7500
60fb7e9e
PA
75012015-02-20 Pedro Alves <palves@redhat.com>
7502
7503 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
7504 clean_restart before gdb_target_supports_trace.
7505
5c5019c2
PA
75062015-02-20 Pedro Alves <palves@redhat.com>
7507
7508 PR threads/18006
7509 * gdb.threads/clone-thread_db.c: New file.
7510 * gdb.threads/clone-thread_db.exp: New file.
7511
c9587f88
AT
75122015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
7513
7514 PR breakpoints/16812
7515 * gdb.base/catch-gdb-caused-signals.c: New file.
7516 * gdb.base/catch-gdb-caused-signals.exp: New file.
7517
f6a88844
JM
75182015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
7519
7520 * configure: Regenerated.
7521 * configure.ac: Use GDB_AC_TRANSFORM.
7522 * aclocal.m4: sinclude ../transform.m4.
7523
497c491b
JM
75242015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7525
7526 * lib/dtrace.exp: New file.
7527 * gdb.base/dtrace-probe.exp: Likewise.
7528 * gdb.base/dtrace-probe.d: Likewise.
7529 * gdb.base/dtrace-probe.c: Likewise.
7530 * lib/pdtrace.in: Likewise.
7531 * configure.ac: Output variables with the transformed names of
7532 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
7533 * configure: Regenerated.
7534
03e98035
JM
75352015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7536
7537 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
7538 expected message when trying to access $_probe_* convenience
7539 variables while not on a probe.
7540
63cc30e9
JK
75412015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7542
7543 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
7544
0703599a
PA
75452015-02-11 Pedro Alves <pedro@codesourcery.com>
7546
7547 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
7548 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
7549
7e60a48e
DE
75502015-02-10 Doug Evans <xdje42@gmail.com>
7551
7552 * lib/gdb.exp (gdb_load): Always return a result.
7553
01b088bc
PA
75542015-02-10 Pedro Alves <palves@redhat.com>
7555
7556 * gdb.threads/signal-sigtrap.c: New file.
7557 * gdb.threads/signal-sigtrap.exp: New file.
7558
b05ec7a5
AT
75592015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
7560
7561 * gdb.trace/no-attach-trace.c: New file.
7562 * gdb.trace/no-attach-trace.exp: New file.
7563
a2c2acaf
MW
75642015-02-09 Mark Wielaard <mjw@redhat.com>
7565
7566 * gdb.dwarf2/atomic.c: New file.
7567 * gdb.dwarf2/atomic-type.exp: Likewise.
7568
31fd9caa
MM
75692015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7570
7571 * gdb.btrace/buffer-size.exp: Update "info record" output.
7572 * gdb.btrace/delta.exp: Update "info record" output.
7573 * gdb.btrace/enable.exp: Update "info record" output.
7574 * gdb.btrace/finish.exp: Update "info record" output.
7575 * gdb.btrace/instruction_history.exp: Update "info record" output.
7576 * gdb.btrace/next.exp: Update "info record" output.
7577 * gdb.btrace/nexti.exp: Update "info record" output.
7578 * gdb.btrace/step.exp: Update "info record" output.
7579 * gdb.btrace/stepi.exp: Update "info record" output.
7580 * gdb.btrace/nohist.exp: Update "info record" output.
7581
d33501a5
MM
75822015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7583
7584 * gdb.btrace/buffer-size: New.
7585
f4abbc16
MM
75862015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7587
7588 * gdb.btrace/delta.exp: Update "info record" output.
7589 * gdb.btrace/enable.exp: Update "info record" output.
7590 * gdb.btrace/finish.exp: Update "info record" output.
7591 * gdb.btrace/instruction_history.exp: Update "info record" output.
7592 * gdb.btrace/next.exp: Update "info record" output.
7593 * gdb.btrace/nexti.exp: Update "info record" output.
7594 * gdb.btrace/step.exp: Update "info record" output.
7595 * gdb.btrace/stepi.exp: Update "info record" output.
7596 * gdb.btrace/nohist.exp: Update "info record" output.
7597
b9d61307
SM
75982015-02-06 Simon Marchi <simon.marchi@ericsson.com>
7599
7600 PR gdb/15678
7601 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
7602
e584fdbc
PA
76032015-02-06 Pedro Alves <palves@redhat.com>
7604
7605 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
7606 macro.
7607 (seconds_left, again): New globals.
7608 (main): Wait seconds_left in a 1-second sleep loop instead of
7609 sleeping 180 seconds. If 'again' is set, reset the seconds
7610 counter.
7611 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
7612 'again' in the inferior before detaching. Print the seconds left.
7613 (options): New global.
7614 (top level): Build program with -DTIMEOUT=$timeout.
7615
77f41761
PA
76162015-02-06 Pedro Alves <palves@redhat.com>
7617
7618 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
7619 determine how many seconds to pass to 'alarm'.
7620 * gdb.base/gdb-sigterm.exp (top level): Build program with
7621 -DTIMEOUT=$timeout.
7622 (do_test): Return success/failure indication. Add more verbose
7623 logging. Don't fail if 200 single steps are seen. Instead, fail
7624 when the test times out.
7625 (passes): New global.
7626 (top level): Break the testing loop if testing fails on any
7627 iteration. Use gdb_assert.
7628
b9394193
DB
76292015-02-04 Don Breazeal <donb@codesourcery.com>
7630
7631 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
7632 and initialize them.
7633 (ipc_cleanup): New function.
7634 (main): Don't declare shmid, semid, and msqid. Add a call to
7635 atexit so that we call ipc_cleanup on exit.
7636
42d9e528
PA
76372015-02-04 Pedro Alves <palves@redhat.com>
7638
7639 * boards/native-extended-gdbserver.exp: Remove any target variant
7640 specifications from the board name before clearing the isremote
7641 flag from board_info.
7642
ae6ae975
DE
76432015-01-31 Doug Evans <xdje42@gmail.com>
7644
7645 * gdb.base/maint.exp <maint print type argc>: Update expected output.
7646
cfb069a8
GB
76472015-01-31 Gary Benson <gbenson@redhat.com>
7648
7649 * gdb.base/completion.exp: Disable completion limiting for
7650 existing tests. Add new tests to check completion limiting.
7651 * gdb.linespec/ls-errs.exp: Disable completion limiting.
7652
5dd31d79
DE
76532015-01-31 Doug Evans <xdje42@gmail.com>
7654
7655 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
7656
9f050062
DE
76572015-01-31 Doug Evans <xdje42@gmail.com>
7658
7659 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
7660 entries. Duplicate file section script entries.
7661 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
7662 inlined entries. Add test for safe-path rejection.
7663 * gdb.python/py-section-script.c: Add duplicate inlined section script
7664 entries. Duplicate file section script entries.
7665 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
7666 inlined entries. Add test for safe-path rejection.
7667
df25ebbd
JB
76682015-01-29 Joel Brobecker <brobecker@adacore.com>
7669
7670 * gdb.ada/disc_arr_bound: New testcase.
7671
4a0ca9ec
JB
76722015-01-29 Joel Brobecker <brobecker@adacore.com>
7673
7674 * gdb.ada/mi_var_array: New testcase.
7675
3a8b707a
DE
76762015-01-27 Doug Evans <dje@google.com>
7677
7678 * gdb.python/py-objfile.exp: Add tests for objfile.username.
7679 Add test for objfile.filename, objfile.username after objfile
7680 has been unloaded.
7681
f8313f6e
JB
76822015-01-26 Joel Brobecker <brobecker@adacore.com>
7683
7684 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
7685 the second test to print the name attribute of value
7686 returned by the call to gdb.lookup_type, and adjust
7687 the expected output accordingly.
7688
37bc665e
MW
76892015-01-25 Mark Wielaard <mjw@redhat.com>
7690
7691 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
7692 * gdb.base/disp-step-fork.c: Include unistd.h.
7693 * gdb.base/siginfo-obj.c: Include stdio.h.
7694 * gdb.base/siginfo-thread.c: Likewise.
7695 * gdb.mi/non-stop.c: Include unistd.h.
7696 * gdb.mi/nsthrexec.c: Include stdio.h.
7697 * gdb.mi/pthreads.c: Include unistd.h.
7698 * gdb.modula2/unbounded1.c (main): Declare returns int.
7699 * gdb.reverse/consecutive-reverse.c: Likewise.
7700 * gdb.threads/create-fail.c: Include unistd.h.
7701 * gdb.threads/killed.c: Likewise.
7702 * gdb.threads/linux-dp.c: Likewise.
7703 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
7704 * gdb.threads/non-ldr-exc-2.c: Likewise.
7705 * gdb.threads/non-ldr-exc-3.c: Likewise.
7706 * gdb.threads/non-ldr-exc-4.c: Likewise.
7707 * gdb.threads/pthreads.c: Include unistd.h.
7708 (main): Declare returns int.
7709 * gdb.threads/tls-main.c (foo): New declaration.
7710 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
7711
f7e5394d
SM
77122015-01-23 Simon Marchi <simon.marchi@ericsson.com>
7713
7714 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
7715 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
7716
743649fd
MW
77172015-01-15 Mark Wielaard <mjw@redhat.com>
7718
7719 * gdb.base/noreturn-return.c: New file.
7720 * gdb.base/noreturn-return.exp: New file.
7721 * gdb.base/noreturn-finish.c: New file.
7722 * gdb.base/noreturn-finish.exp: New file.
7723
198297aa
PA
77242015-01-23 Pedro Alves <palves@redhat.com>
7725
7726 * gdb.threads/continue-pending-after-query.c: New file.
7727 * gdb.threads/continue-pending-after-query.exp: New file.
7728
717cf30c
AG
77292015-01-22 Anders Granlund <anders.granlund@ericsson.com>
7730 Simon Marchi <simon.marchi@ericsson.com>
7731
7732 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
7733 * gdb.base/valgrind-db-attach.exp: Same.
7734 * gdb.base/valgrind-infcall.exp: Same.
7735 * lib/mi-support.exp (default_mi_gdb_start): Same.
7736 * lib/prompt.exp (default_prompt_gdb_start): Same.
7737 * lib/gdb.exp (default_gdb_spawn): Same.
7738 (gdb_interact): New.
7739
7740
4b62a76e
JK
77412015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7742
7743 * gdb.compile/compile.exp (pointer to jit function): New test.
7744
b4cdae6f
WW
77452015-01-17 Wei-cheng Wang <cole945@gmail.com>
7746
7747 * lib/gdb.exp (supports_process_record): Return true for
7748 powerpc*-*-linux*.
7749 (supports_reverse): Likewise.
7750
d221e7ef
DB
77512015-01-15 Don Breazeal <donb@codesourcery.com>
7752
7753 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
7754 instead of checking whether the target board is remote and
7755 use spawn_wait_for_attach instead of exec/sleep.
7756 * gdb.base/attach-twice.exp: Likewise.
7757
bafffb51
JB
77582015-01-15 Joel Brobecker <brobecker@adacore.com>
7759
7760 * gdb.ada/var_arr_attrs: New testcase.
7761
5589af0e
PA
77622015-01-14 Pedro Alves <palves@redhat.com>
7763 Joel Brobecker <brobecker@adacore.com>
7764
7765 PR gdb/17525
7766 * gdb.base/bp-cmds-execution-x-script.c: New file.
7767 * gdb.base/bp-cmds-execution-x-script.exp: New file.
7768 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
7769
6c400b59
PA
77702015-01-14 Pedro Alves <palves@redhat.com>
7771
7772 PR cli/17828
7773 * gdb.base/batch-preserve-term-settings.c: New file.
7774 * gdb.base/batch-preserve-term-settings.exp: New file.
7775
e02c96a7
DE
77762015-01-13 Doug Evans <dje@google.com>
7777
7778 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
7779 binary.
7780
576fd14c
JB
77812015-01-13 Joel Brobecker <brobecker@adacore.com>
7782
7783 * Makefile.in (clean mostlyclean): Do not delete *.py.
7784
04dccad0
JB
77852015-01-13 Joel Brobecker <brobecker@adacore.com>
7786
7787 * gdb.python/py-lookup-type.exp: New file.
7788
3d230f71
PA
77892015-01-12 Pedro Alves <palves@redhat.com>
7790
7791 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
7792 restore GDBFLAGS before returning.
7793
7e67715d
JK
77942015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7795
7796 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
7797 is_amd64_regs_target and is_x86_like_target.
7798
f2e0d4b4
DE
77992015-01-11 Doug Evans <xdje42@gmail.com>
7800
7801 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
7802 is given without an explicit form.
7803 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
7804 attributes.
7805 * gdb.dwarf/corrupt.exp: Ditto.
7806 * gdb.dwarf2/enum-type.exp: Ditto.
7807 * gdb.trace/entry-values.exp: Ditto.
7808 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
7809
439250fb
DE
78102015-01-11 Doug Evans <xdje42@gmail.com>
7811
7812 PR gdb/15830
7813 * gdb.base/maint.exp: Remove references to "maint demangle".
7814 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
7815 Add tests for explicitly specifying language to demangle.
7816 * gdb.dlang/demangle.exp: Ditto.
7817
ede9f622
PA
78182015-01-09 Pedro Alves <palves@redhat.com>
7819
7820 * gdb.threads/non-stop-fair-events.c: New file.
7821 * gdb.threads/non-stop-fair-events.exp: New file.
7822
a7b796db
PA
78232015-01-09 Pedro Alves <palves@redhat.com>
7824
7825 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
7826 the global scope. Set a breakpoint after all threads are started
7827 rather than stepping over two source lines. Expect the prompt.
7828 * gdb.base/watch_thread_num.c (threads_started_barrier): New
7829 global.
7830 (NUM): Now 15.
7831 (main): Use threads_started_barrier to wait for all threads to
7832 start. Main thread no longer calls thread_function. Exit after
7833 180 seconds.
7834 (loop): New function.
7835 (thread_function): Wait on threads_started_barrier barrier. Call
7836 'loop' at each iteration.
7837 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
7838 threads have started, instead of hardcoding number of "next"
7839 steps. Use an access watchpoint instead of a write watchpoint.
7840
9665ffdd
PA
78412015-01-09 Pedro Alves <palves@redhat.com>
7842
7843 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
7844 (thread_func): Wait on barrier.
7845 (main): Wait for all threads to start before stopping GDB.
7846 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
7847 global.
7848 (thread1_func, thread2_func): Wait on barrier.
7849 (main): Wait for all threads to start before stopping GDB.
7850 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
7851 New global.
7852 (thread1_func, thread2_func): Wait on barrier.
7853 (main): Wait for all threads to start before stopping GDB.
7854
c945a99f
PA
78552015-01-09 Pedro Alves <palves@redhat.com>
7856
7857 * gdb.threads/attach-many-short-lived-threads.c: New file.
7858 * gdb.threads/attach-many-short-lived-threads.exp: New file.
7859
c1a747c1
PA
78602014-01-09 Pedro Alves <palves@redhat.com>
7861
7862 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
7863 instead of to thread 2.
7864 * gdb.threads/signal-command-multiple-signals-pending.c (main):
7865 Add barrier around each pthread_create call instead of around all
7866 calls.
7867 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
7868 Set a break on thread_function and have the child threads hit it
7869 one at at a time.
7870
60b3033e
PA
78712015-01-09 Pedro Alves <palves@redhat.com>
7872
7873 * lib/gdb.exp (can_spawn_for_attach): New procedure.
7874 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
7875 false.
7876 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
7877 checking whether the target board is remote.
7878 * gdb.multi/multi-attach.exp: Likewise.
7879 * gdb.python/py-sync-interp.exp: Likewise.
7880 * gdb.server/ext-attach.exp: Likewise.
7881 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
7882 tests that need to attach, instead of checking whether the target
7883 board is remote at the top of the file.
7884
acc018ac
YQ
78852015-01-08 Yao Qi <yao@codesourcery.com>
7886
7887 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
7888
50a18af8
JK
78892015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7890
7891 Fix testcase compilation.
7892 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
7893
8503d6e1
JB
78942015-01-06 Joel Brobecker <brobecker@adacore.com>
7895
7896 * gdb.python/py-type.exp: Add a couple test about empty
7897 array creation, and negative-length array creation.
7898
cc73dbcc
DE
78992015-01-02 Doug Evans <xdje42@gmail.com>
7900
7901 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
7902
0300bbc7
DE
79032015-01-02 Doug Evans <dje@google.com>
7904
7905 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
7906
9d85a0ec
YQ
79072014-12-29 Yao Qi <yao@codesourcery.com>
7908
7909 * gdb.trace/entry-values.exp: Update comments. Rename variable
7910 bar_call_foo to returned_from_foo.
7911
87186c6a
MMN
79122014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
7913
7914 PR gdb/17394
7915 * gdb.linespec/break-asm-file.c: New file.
7916 * gdb.linespec/break-asm-file.exp: New file.
7917 * gdb.linespec/break-asm-file0.s: New file.
7918 * gdb.linespec/break-asm-file1.s: New file.
7919
1bab7383
YQ
79202014-12-18 Nigel Stephens <nigel@mips.com>
7921 Maciej W. Rozycki <macro@codesourcery.com>
7922
7923 * gdb.base/float.exp: Handle the new output from "info float" on
7924 MIPS targets.
7925
1bc1068a
JK
79262014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7927
7928 Fix MinGW compilation.
7929 * gdb.compile/compile-ops.exp: Update untested message if
7930 !skip_compile_feature_tests.
7931 * gdb.compile/compile-setjmp.exp: Likewise.
7932 * gdb.compile/compile-tls.exp: Likewise.
7933 * gdb.compile/compile.exp: Likewise.
7934 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
7935 supported on this host".
7936
b6615d10
DE
79372014-12-16 Doug Evans <xdje42@gmail.com>
7938
7939 * boards/stabs.exp: New file.
7940
25dda427
AA
79412014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
7942
7943 * gdb.base/completion.exp: Adjust to format changes of "maint
7944 print user-registers".
7945
bf330350
CU
79462014-12-16 Catalin Udma <catalin.udma@freescale.com>
7947
7948 PR server/17457
7949 * gdb.arch/aarch64-fp.c: New file.
7950 * gdb.arch/aarch64-fp.exp: New file.
7951
395cf596
SDJ
79522014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7953
7954 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
7955 r210637, r210913, r211666, r215400, r215817).
7956
7957 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
7958 * dg-extract-results.py: New file.
7959 * dg-extract-results.sh: Use it if the environment seems
7960 suitable.
7961
7962 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
7963
7964 * dg-extract-results.py (parse_run): Handle warnings that
7965 are printed before a test harness is run.
7966
7967 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
7968
7969 * dg-extract-results.py (Named): Remove __cmp__ method.
7970 (output_variation): Use a key to sort variation.harnesses.
7971
7972 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
7973
7974 * dg-extract-results.py: For Python 3, force sys.stdout to
7975 handle surrogate escape sequences.
7976 (safe_open): New function.
7977 (output_segment, main): Use it.
7978
7979 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
7980
7981 * dg-extract-results.py (Prog.result_re): Include options
7982 in test name.
7983
7984 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
7985
7986 * dg-extract-results.py (output_variation): Always sort if
7987 do_sum.
7988
e882ef3c
SM
79892014-12-15 Simon Marchi <simon.marchi@ericsson.com>
7990
7991 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
7992 as long as we get pagination notifications.
7993
4992aa20
JM
79942014-12-15 Jason Merrill <jason@redhat.com>
7995
7996 * Makefile.in (check-gdb.%): Restore.
7997 * README: Mention it.
7998
c1b5a1a6
JB
79992014-12-13 Joel Brobecker <brobecker@adacore.com>
8000
8001 * gdb.ada/str_uninit: New testcase.
8002
5537b577
JK
80032014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8004
8005 PR symtab/17642
8006 * gdb.base/vla-stub-define.c: New file.
8007 * gdb.base/vla-stub.c: New file.
8008 * gdb.base/vla-stub.exp: New file.
8009
bb2ec1b3
TT
80102014-12-12 Phil Muldoon <pmuldoon@redhat.com>
8011 Jan Kratochvil <jan.kratochvil@redhat.com>
8012 Tom Tromey <tromey@redhat.com>
8013
8014 * configure.ac: Add gdb.compile/.
8015 * configure: Regenerate.
8016 * gdb.compile/Makefile.in: New file.
8017 * gdb.compile/compile-ops.exp: New file.
8018 * gdb.compile/compile-ops.c: New file.
8019 * gdb.compile/compile-tls.c: New file.
8020 * gdb.compile/compile-tls.exp: New file.
8021 * gdb.compile/compile-constvar.S: New file.
8022 * gdb.compile/compile-constvar.c: New file.
8023 * gdb.compile/compile-mod.c: New file.
8024 * gdb.compile/compile-nodebug.c: New file.
8025 * gdb.compile/compile-setjmp-mod.c: New file.
8026 * gdb.compile/compile-setjmp.c: New file.
8027 * gdb.compile/compile-setjmp.exp: New file.
8028 * gdb.compile/compile-shlib.c: New file.
8029 * gdb.compile/compile.c: New file.
8030 * gdb.compile/compile.exp: New file.
8031 * lib/gdb.exp (skip_compile_feature_tests): New proc.
8032
4ff709eb
TT
80332014-12-12 Tom Tromey <tromey@redhat.com>
8034
8035 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
8036 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
8037
6dddd6a5
DE
80382014-12-12 Doug Evans <dje@google.com>
8039
8040 * lib/gdb-python.exp (get_python_valueof): New function.
8041 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
8042
71c24708
AA
80432014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8044
8045 * gdb.base/completion.exp: Add test for completion of "info
8046 registers ".
8047
3e29f34a
MR
80482014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
8049
8050 * gdb.base/func-ptrs.c: New file.
8051 * gdb.base/func-ptrs.exp: New file.
8052
fc126975
SM
80532014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8054
8055 PR breakpoints/17012
8056 * gdb.base/dprintf-detach.c: New file.
8057 * gdb.base/dprintf-detach.exp: New file.
8058
0a46d518
SM
80592014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8060
8061 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
8062 * lib/gdb.exp (target_is_gdbserver): New procedure.
8063
a0be3e44
DE
80642014-12-08 Doug Evans <dje@google.com>
8065
8066 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
8067
df1b803a
YQ
80682014-12-05 Yao Qi <yao@codesourcery.com>
8069
8070 * gdb.guile/scm-error.exp: Remove the third argument to
8071 gdb_remote_download.
8072 * gdb.guile/scm-frame-args.exp: Likewise.
8073 * gdb.guile/scm-section-script.exp: Likewise.
8074
ddb9f679
YQ
80752014-12-05 Yao Qi <yao@codesourcery.com>
8076
8077 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
8078
86e4ed39
DE
80792014-12-04 Doug Evans <dje@google.com>
8080
8081 * gdb.python/py-objfile.exp: Add tests for
8082 objfile.add_separate_debug_file.
8083
7c50a931
DE
80842014-12-04 Doug Evans <dje@google.com>
8085
8086 * lib/gdb.exp (get_build_id): New function.
8087 (build_id_debug_filename_get): Rewrite to use it.
8088 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
8089
621661e3
MR
80902014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
8091
8092 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
8093 `method(long)', not just 0x0.
8094 * gdb.cp/nsalias.exp: Align code labels to 4.
8095 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
8096 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
8097 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
8098 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
8099 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
8100 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
8101
29f0c3b7
DE
81022014-12-02 Doug Evans <dje@google.com>
8103
e1e061e7 8104 PR symtab/17602
29f0c3b7 8105 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 8106 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
8107 * gdb.cp/anon-ns.exp: Update.
8108
162078c8
NB
81092014-12-02 Nick Bull <nicholaspbull@gmail.com>
8110
8111 * gdb.python/py-events.py (inferior_call_handler): New.
8112 (register_changed_handler, memory_changed_handler): New.
8113 (test_events.invoke): Register new handlers.
8114 * gdb.python/py-events.exp: Add tests for inferior call,
8115 memory_changed and register_changed events.
8116
fdb09caf
AA
81172014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
8118
8119 * gdb.base/execl-update-breakpoints.exp: Specify the link address
8120 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
8121 if the linker doesn't understand this.
8122
55cfb2c4
SM
81232014-12-01 Simon Marchi <simon.marchi@ericsson.com>
8124
8125 * gdb.python/python.exp: Change expected reply to help().
8126
9e8cd6df
YQ
81272014-12-01 Yao Qi <yao@codesourcery.com>
8128
8129 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
8130 AC_CONFIG_SUBDIRS(gdb.gdbtk).
8131 * configure: Re-generated.
8132
6c659fc2
SC
81332014-11-28 Siva Chandra Reddy <sivachandra@google.com>
8134
8135 * gdb.cp/chained-calls.cc: New file.
8136 * gdb.cp/chained-calls.exp: New file.
8137 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
8138
d7fc3181
SM
81392014-11-28 Simon Marchi <simon.marchi@ericsson.com>
8140
8141 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
8142 * gdb.dwarf2/symtab-producer.exp: Same.
8143 * gdb.gdb/python-interrupts.exp: Same.
8144 * gdb.gdb/python-selftest.exp: Same.
8145 * gdb.python/py-linetable.exp: Same.
8146 * gdb.python/py-type.exp: Same.
8147 * gdb.python/py-value-cc.exp: Same.
8148 * gdb.python/py-value.exp: Same.
8149
10e79639
YQ
81502014-11-28 Yao Qi <yao@codesourcery.com>
8151
8152 * gdb.base/break-probes.exp: Match library name prefixed with
8153 sysroot.
8154
f28a0564
SM
81552014-11-27 Simon Marchi <simon.marchi@ericsson.com>
8156
8157 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
8158 test expected output. Add parentheses for the call to print.
8159 Remove L suffix from integers.
8160
3fe1ce1d
DE
81612014-11-26 Doug Evans <dje@google.com>
8162
8163 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
8164
84429e27
YQ
81652014-11-22 Yao Qi <yao@codesourcery.com>
8166
8167 * gdb.trace/entry-values.c: Remove asms.
8168 (foo): Add foo_label.
8169 (bar): Add bar_label.
8170 * gdb.trace/entry-values.exp: Remove code computing foo's
8171 length and bar's length.
8172 (Dwarf::assemble): Invoke function_range for bar and use
8173 MACRO_AT_func for foo.
8174
26741859
YQ
81752014-11-22 Yao Qi <yao@codesourcery.com>
8176
8177 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
8178 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
8179 Use .Lgcc43_procstart instead of gcc43.
8180
45e44d27
JB
81812014-11-21 Joel Brobecker <brobecker@adacore.com>
8182
8183 * gdb.ada/n_arr_bound: New testcase.
8184
458c8db8
SDJ
81852014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
8186
8187 PR breakpoints/10737
8188 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
8189 test_catch_syscall_multi_arch.
8190 (test_catch_syscall_multi_arch): New function.
8191
43f3e411
DE
81922014-11-20 Doug Evans <xdje42@gmail.com>
8193
8194 * gdb.base/maint.exp: Update expected output.
8195
0d7b2549
AA
81962014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8197
8198 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
8199 4-byte instruction on S390.
8200
8908fca5
JB
82012014-11-19 Joel Brobecker <brobecker@adacore.com>
8202
8203 * gdb.ada/arr_arr: New testcase.
8204
4a46959e
JB
82052014-11-19 Joel Brobecker <brobecker@adacore.com>
8206
8207 * gdb.ada/pkd_arr_elem: New Testcase.
8208
470e2f4e
LM
82092014-11-18 Luis Machado <lgustavo@codesourcery.com>
8210
8211 * gdb.reverse/break-precsave: Expect completion message for
8212 core file reads.
8213 * gdb.reverse/consecutive-precsave.exp: Likewise.
8214 * gdb.reverse/finish-precsave.exp: Likewise.
8215 * gdb.reverse/i386-precsave.exp: Likewise.
8216 * gdb.reverse/machinestate-precsave.exp: Likewise.
8217 * gdb.reverse/sigall-precsave.exp: Likewise.
8218 * gdb.reverse/solib-precsave.exp: Likewise.
8219 * gdb.reverse/step-precsave.exp: Likewise.
8220 * gdb.reverse/until-precsave.exp: Likewise.
8221 * gdb.reverse/watch-precsave.exp: Likewise.
8222
a267f3ad
AA
82232014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8224
8225 * gdb.base/bp-permanent.c: Include unistd.h.
8226 * gdb.python/py-framefilter-mi.c (main): Add return type.
8227 * gdb.python/py-framefilter.c (main): Likewise.
8228 * gdb.trace/actions-changed.c (main): Likewise.
8229
12084a9a
AA
82302014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8231
8232 * gdb.mi/until.c: Add eye-catchers.
8233 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
8234 line numbers.
8235
dc7e1a77
AA
82362014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8237
8238 * gdb.base/condbreak.exp: Drop references to removed non-prototype
8239 function header variants in break1.c.
8240 * gdb.base/ena-dis-br.exp: Likewise.
8241 * gdb.base/hbreak2.exp: Likewise.
8242 * gdb.reverse/until-precsave.exp: Drop references to removed
8243 non-prototype function header variants in ur1.c.
8244 * gdb.reverse/until-reverse.exp: Likewise.
8245
41c77605
PM
82462014-11-17 Petr Machata <pmachata@redhat.com>
8247
8248 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
8249 ${_cu_offset_size} bytes abbrev offset.
8250
34248c3a
DE
82512014-11-15 Doug Evans <xdje42@gmail.com>
8252
8253 PR symtab/17559
8254 * gdb.base/line-symtabs.exp: New file.
8255 * gdb.base/line-symtabs.c: New file.
8256 * gdb.base/line-symtabs.h: New file.
8257
646da059
YQ
82582014-11-14 Yao Qi <yao@codesourcery.com>
8259
8260 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
8261 (func): Add label func_label.
8262 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
8263 Replace low_pc and high_pc with MACRO_AT_range.
8264 Replace name, low_pc and high_pc with MACRO_AT_func.
8265
9301ebe6
YQ
82662014-11-14 Yao Qi <yao@codesourcery.com>
8267
8268 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
8269 Replace name, low_pc and high_pc with MACRO_AT_func.
8270
f166b542
YQ
82712014-11-14 Yao Qi <yao@codesourcery.com>
8272
8273 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
8274 produce debug information.
8275 * gdb.dwarf2/implptr-optimized-out.S: Removed.
8276
0f6e71e3
YQ
82772014-11-14 Yao Qi <yao@codesourcery.com>
8278
8279 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
8280 object and get function length.
8281 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
8282 with MACRO_AT_func.
8283 (top-level): Replace gdb_compile and clean_restart with
8284 prepare_for_testing.
8285 * gdb.dwarf2/main.c (main): Add label main_label.
8286
876c4df9
YQ
82872014-11-14 Yao Qi <yao@codesourcery.com>
8288
8289 * lib/dwarf.exp (function_range): New procedure.
8290 (Dwarf::_handle_macro_at_func): New procedure.
8291 (Dwarf::_handle_macro_at_range): New procedure.
8292 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
8293
02ad9cf1
YQ
82942014-11-14 Yao Qi <yao@codesourcery.com>
8295
8296 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
8297 (_handle_attribute): New procedure.
8298
a59add0c
AA
82992014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8300
8301 * gdb.ada/cond_lang/foo.c (callme): Add return type.
8302 * gdb.base/call-sc.c (zed): Likewise.
8303 * gdb.base/checkpoint.c (main): Likewise.
8304 * gdb.base/dump.c (main): Likewise.
8305 * gdb.base/gcore.c (main): Likewise.
8306 * gdb.base/huge.c (main): Likewise.
8307 * gdb.base/multi-forks.c (main): Likewise.
8308 * gdb.base/pr10179-a.c (main): Likewise.
8309 * gdb.base/savedregs.c (main): Likewise.
8310 * gdb.base/sigaltstack.c (main): Likewise.
8311 * gdb.base/siginfo.c (main): Likewise.
8312 * gdb.base/structs.c (zed): Likewise.
8313 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
8314 * gdb.mi/mi-syn-frame.c (main): Likewise.
8315 * gdb.mi/until.c (foo, main): Likewise.
8316 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
8317 * gdb.base/solib-weak.c (foo): Declare.
8318 * gdb.base/attach-twice.c: Include stdio.h.
8319 * gdb.base/weaklib1.c: Likewise.
8320 * gdb.base/weaklib2.c: Likewise.
8321 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
8322 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
8323 unistd.h.
8324 * gdb.base/attach-pie-misread.c: Include stdlib.h.
8325 * gdb.mi/mi-exit-code.c: Likewise.
8326 * gdb.base/break-interp-lib.c: Include string.h.
8327 * gdb.base/coremaker.c: Likewise.
8328 * gdb.base/testenv.c: Likewise.
8329 * gdb.python/py-finish-breakpoint.c: Likewise.
8330 * gdb.base/inferior-died.c: Include sys/wait.h.
8331 * gdb.base/fileio.c: Include time.h.
8332 * gdb.base/async-shell.c: Include unistd.h.
8333 * gdb.base/dprintf-non-stop.c: Likewise.
8334 * gdb.base/info-os.c: Likewise.
8335 * gdb.mi/mi-console.c: Likewise.
8336 * gdb.mi/watch-nonstop.c: Likewise.
8337 * gdb.python/py-events.c: Likewise.
8338 * gdb.base/async.c (baz): Move up before its invocation.
8339 * gdb.base/code_elim2.c (my_global_func): Likewise.
8340 * gdb.base/skip-solib-lib.c (multiply): Likewise.
8341 * gdb.base/advance.c (func2): Likewise.
8342
3b5d5997
AA
83432014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8344
8345 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
8346 variant.
8347 * gdb.base/annota3.c: Likewise.
8348 * gdb.base/async.c: Likewise.
8349 * gdb.base/average.c: Likewise.
8350 * gdb.base/call-ar-st.c: Likewise.
8351 * gdb.base/call-rt-st.c: Likewise.
8352 * gdb.base/call-sc.c: Likewise.
8353 * gdb.base/call-strs.c: Likewise.
8354 * gdb.base/ending-run.c: Likewise.
8355 * gdb.base/execd-prog.c: Likewise.
8356 * gdb.base/exprs.c: Likewise.
8357 * gdb.base/foll-exec.c: Likewise.
8358 * gdb.base/foll-fork.c: Likewise.
8359 * gdb.base/foll-vfork.c: Likewise.
8360 * gdb.base/funcargs.c: Likewise.
8361 * gdb.base/gcore.c: Likewise.
8362 * gdb.base/jump.c: Likewise.
8363 * gdb.base/langs0.c: Likewise.
8364 * gdb.base/langs1.c: Likewise.
8365 * gdb.base/langs2.c: Likewise.
8366 * gdb.base/mips_pro.c: Likewise.
8367 * gdb.base/nodebug.c: Likewise.
8368 * gdb.base/opaque0.c: Likewise.
8369 * gdb.base/opaque1.c: Likewise.
8370 * gdb.base/recurse.c: Likewise.
8371 * gdb.base/run.c: Likewise.
8372 * gdb.base/scope0.c: Likewise.
8373 * gdb.base/scope1.c: Likewise.
8374 * gdb.base/setshow.c: Likewise.
8375 * gdb.base/setvar.c: Likewise.
8376 * gdb.base/shmain.c: Likewise.
8377 * gdb.base/shr1.c: Likewise.
8378 * gdb.base/shr2.c: Likewise.
8379 * gdb.base/sigall.c: Likewise.
8380 * gdb.base/signals.c: Likewise.
8381 * gdb.base/so-indr-cl.c: Likewise.
8382 * gdb.base/solib2.c: Likewise.
8383 * gdb.base/structs.c: Likewise.
8384 * gdb.base/sum.c: Likewise.
8385 * gdb.base/vforked-prog.c: Likewise.
8386 * gdb.base/watchpoint.c: Likewise.
8387 * gdb.reverse/shr2.c: Likewise.
8388 * gdb.reverse/until-reverse.c: Likewise.
8389 * gdb.reverse/ur1.c: Likewise.
8390 * gdb.reverse/watch-reverse.c: Likewise.
8391
066a77c5
AA
83922014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8393
8394 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
8395 variant.
8396 * gdb.base/sepdebug.exp: Drop references to removed code.
8397
4f204ea5
AA
83982014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8399
8400 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
8401 variant. Preserve original line numbering.
8402 * gdb.base/list1.c: Likewise.
8403
3b377a3a
AA
84042014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8405
8406 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
8407 variant.
8408 * gdb.base/break1.c: Likewise.
8409 * gdb.base/break.exp: Drop references to removed code.
8410
e444df73
AA
84112014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8412
8413 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
8414 variant.
8415
8008f2a7
AA
84162014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8417
8418 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
8419
a5a06887
AA
84202014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8421
8422 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
8423 logic into perform_all_tests() and invoke it with and without
8424 function header prototypes.
8425 (do_function_calls): Remove conditional XFAIL for PR 5318.
8426 (rerun_and_prepare): Remove duplicate code.
8427 (perform_all_tests): New. Main logic moved here.
8428
44dba9b9
AA
84292014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8430
8431 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
8432 code guarded by #ifdef NO_PROTOTYPES.
8433 (t_double_many_args): Likewise.
8434 (DEF_FUNC_MANY_ARGS_1): Likewise.
8435 (DEF_FUNC_VALUES_1): Likewise.
8436 (t_structs_ldc): Renamed from t_structs_fc in conditional code
8437 guarded by #ifdef PROTOTYPES.
8438
d1fbcd56
AA
84392014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8440
8441 * gdb.mi/mi-console.c: Add eye-catcher.
8442 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
8443 instead of literal line number.
8444
b0e59b8f
AA
84452014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8446
8447 * gdb.base/shr2.c: Add eye-catcher.
8448 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
8449 line number.
8450
78f98cca
AA
84512014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8452
8453 * gdb.base/jump.c: Add eye-catchers.
8454 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
8455 numbers.
8456
58fa2af0
AA
84572014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8458
8459 * gdb.base/execd-prog.c: Add eye-catchers.
8460 * gdb.base/foll-exec.c: Likewise.
8461 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
8462 line numbers.
8463
04e5059b
AA
84642014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8465
8466 * gdb.base/ending-run.c: Add eye-catchers.
8467 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
8468 literal line numbers.
8469
dbfdb174
AA
84702014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8471
8472 * gdb.base/call-rt-st.c: Add eye-catchers.
8473 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
8474 literal line numbers.
8475
888a2ade
AA
84762014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8477
8478 * gdb.base/call-ar-st.c: Add eye-catchers.
8479 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
8480 literal line numbers.
8481
6acc2dde
AA
84822014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8483
8484 * gdb.base/average.c: Add eye-catchers.
8485 * gdb.base/sum.c: Likewise.
8486 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
8487 regexps dynamically.
8488
9ecfcd1d
AA
84892014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8490
8491 * gdb.base/solib1.c: Add eye-catchers.
8492 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
8493 literal line numbers.
8494
78708b7c
PA
84952014-11-12 Pedro Alves <palves@redhat.com>
8496
8497 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
8498 leader has exited.
8499
af48d08f
PA
85002014-11-12 Pedro Alves <palves@redhat.com>
8501
8502 * gdb.arch/i386-bp_permanent.c: New file.
8503 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
8504 (srcfile): Set to i386-bp_permanent.c.
8505 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
8506 that stepi does not execute the 'leave' instruction, instead of
8507 testing it does execute.
8508 * gdb.base/bp-permanent.c: New file.
8509 * gdb.base/bp-permanent.exp: New file.
8510
af3768e9
DE
85112014-11-10 Doug Evans <xdje42@gmail.com>
8512
8513 PR symtab/17564
8514 * gdb.base/symtab-search-order.exp: New file.
8515 * gdb.base/symtab-search-order.c: New file.
8516 * gdb.base/symtab-search-order-1.c: New file.
8517 * gdb.base/symtab-search-order-shlib-1.c: New file.
8518
9de00a4a
PA
85192014-11-07 Pedro Alves <palves@redhat.com>
8520
8521 PR gdb/17511
8522 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
8523 i?86-*-linux*.
8524
e0f52461
SC
85252014-11-03 Siva Chandra Reddy <sivachandra@google.com>
8526
8527 PR c++/17494
8528 * gdb.cp/pr17494.cc: New file.
8529 * gdb.cp/pr17494.exp: New file.
8530
6ce8c980
YQ
85312014-11-02 Yao Qi <yao@codesourcery.com>
8532
8533 * gdb.python/python.exp: Get working directory and match the
8534 output of "set extended-prompt \\w " with it.
8535
02be9a71
DE
85362014-10-30 Doug Evans <dje@google.com>
8537
8538 * gdb.python/py-objfile.exp: Add tests for setting random attributes
8539 in objfiles.
8540 * gdb.python/py-progspace.exp: Add tests for setting random attributes
8541 in progspaces.
8542
3bdff46b
LM
85432014-10-30 Janis Johnson <janisjo@codesourcery.com>
8544
8545 * gdb.base/fullpath-expand.exp: Skip for a remote host.
8546 * gdb.base/realname-expand.exp: Likewise.
8547 * gdb.linespec/macro-relative.exp: Likewise.
8548
ab917dfb
PA
85492014-10-29 Pedro Alves <palves@redhat.com>
8550
8551 PR gdb/17408
8552 * gdb.threads/schedlock.c (some_function): New function.
8553 (call_function): New global.
8554 (MAYBE_CALL_SOME_FUNCTION): New macro.
8555 (thread_function): Call it.
8556 * gdb.threads/schedlock.exp (get_args): Add description parameter,
8557 and use it instead of a global counter. Adjust all callers.
8558 (get_current_thread): Use "find current thread" for test message
8559 here rather than having all callers pass down the same string.
8560 (goto_loop): New procedure, factored out from ...
8561 (my_continue): ... this.
8562 (step_ten_loops): Change parameter from test message to command to
8563 use. Adjust.
8564 (list_count): Delete global.
8565 (check_result): New procedure, factored out from duplicate top
8566 level code.
8567 (continue tests): Wrap in with_test_prefix.
8568 (test_step): New procedure, factored out from duplicate top level
8569 code.
8570 (top level): Test "step" in combination with all scheduler-locking
8571 modes. Test "next" in combination with all scheduler-locking
8572 modes, and in combination with stepping over a function call or
8573 not.
8574 * gdb.threads/next-bp-other-thread.c: New file.
8575 * gdb.threads/next-bp-other-thread.exp: New file.
8576
d3d4baed
PA
85772014-10-29 Pedro Alves <palves@redhat.com>
8578
8579 PR python/17372
8580 * gdb.python/python.exp: Test a multi-line command that spawns
8581 interactive Python.
8582 * gdb.base/multi-line-starts-subshell.exp: New file.
8583
563e8d85
YQ
85842014-10-29 Yao Qi <yao@codesourcery.com>
8585
8586 * gdb.base/fileio.exp: Make directories on host.
8587
0ea4d52e
YQ
85882014-10-29 Yao Qi <yao@codesourcery.com>
8589
8590 * gdb.base/fileio.c (test_write): Close the file.
8591
7f5ef605
PA
85922014-10-28 Pedro Alves <palves@redhat.com>
8593
8594 PR gdb/12623
8595 * gdb.base/sigstep.c (no_handler): New global.
8596 (main): If 'no_handler is true, set the signal handlers to
8597 SIG_IGN.
8598 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
8599 with_sw_watch and no_handler parameters. Handle them.
8600 (top level) <stepping over handler when stopped at a breakpoint
8601 test>: Add a test axis for testing with a software watchpoint, and
8602 another for testing with the signal handler set to SIG_IGN.
8603 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
8604 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
8605
abbdbd03
PA
86062014-10-28 Pedro Alves <palves@redhat.com>
8607
8608 PR gdb/17511
8609 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
8610 * gdb.base/sigstep.exp (other_handler_location): New global.
8611 (advance): Support stepping into the signal handler, and running
8612 commands while in the handler.
8613 (in_handler_map): New global.
8614 (top level): In the advance test, add combinations for getting
8615 into the handler with stepping commands, and for running commands
8616 in the handler. Add comment descripting the advancei tests.
8617
1df4399f
PA
86182014-10-28 Pedro Alves <palves@redhat.com>
8619
8620 * gdb.base/sigstep.exp: Use build_executable instead of
8621 prepare_for_testing.
8622 (top level): Move code that starts GDB, runs to main and creates a
8623 display to ...
8624 (restart): ... this new procedure.
8625 (top level): Move backtrace from signal handler test to ...
8626 (validate_backtrace): ... this new procedure.
8627 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
8628 with_test_prefix. Always restart GDB.
8629 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
8630 with_test_prefix. Always restart GDB. No need to delete
8631 breakpoints after the test.
8632 (test_skip_handler): Remove prefix parameter.
8633 (skip_over_handler, breakpoint_to_handler)
8634 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
8635 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
8636 restart GDB. No need to delete breakpoints after the test.
8637 (top level): Use foreach to call the test procedures with
8638 different commands.
8639
a5b6e449
PA
86402014-10-28 Pedro Alves <palves@redhat.com>
8641
8642 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
8643 instead of GNATS numbers.
8644 * gdb.base/sigbpt.exp: Likewise.
8645 * gdb.base/siginfo.exp: Likewise.
8646 * gdb.base/sigstep.exp: Likewise.
8647
e5f8a7cc
PA
86482014-10-27 Pedro Alves <palves@redhat.com>
8649
8650 * gdb.base/sigstep.c (dummy): New global.
8651 (main): Issue a couple writes to the new global.
8652 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
8653 procedures.
8654 (skip_over_handler): Use test_skip_handler.
8655 (top level): Call skip_over_handler for stepi and nexti too.
8656 (breakpoint_over_handler): Use test_skip_handler.
8657 (top level): Call breakpoint_over_handler for stepi and nexti too.
8658
763905a3
YQ
86592014-10-27 Yao Qi <yao@codesourcery.com>
8660
8661 * gdb.trace/tfile.c (adjust_function_address)
8662 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
8663 function descriptor.
8664
6f259a23
DB
86652014-10-24 Don Breazeal <donb@codesourcery.com>
8666
8667 * gdb.base/foll-fork.exp (test_follow_fork,
8668 catch_fork_child_follow): Check for updated fork messages emitted
8669 from infrun.c.
8670 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
8671 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
8672 vfork_and_exec_child_follow_through_step): Check for updated vfork
8673 messages emitted from infrun.c.
8674
09dd9a69
PA
86752014-10-24 Pedro Alves <palves@redhat.com>
8676
8677 * gdb.base/corefile.exp: Remove references to ultrix.
8678 * gdb.base/interrupt.exp: Likewise.
8679 * gdb.base/whatis.exp: Likewise.
8680 * gdb.gdb/selftest.exp: Likewise.
8681 * gdb.threads/manythreads.exp: Likewise.
8682 * gdb.threads/print-threads.exp: Likewise.
8683 * gdb.threads/pthreads.exp:: Likewise.
8684 * gdb.threads/schedlock.exp: Likewise.
8685
3433cfa5
SC
86862014-10-24 Siva Chandra Reddy <sivachandra@google.com>
8687
8688 * gdb.cp/non-trivial-retval.cc: Add a test case.
8689 * gdb.cp/non-trivial-retval.exp: Add a test.
8690
092f880b
YQ
86912014-10-20 Yao Qi <yao@codesourcery.com>
8692
8693 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
8694 * gdb.python/py-objfile-script-gdb.py: New file.
8695 * gdb.python/py-objfile-script.exp: Update reference to
8696 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
8697 of remote_download. Remove the dest file.
8698
acbdb7f3
YQ
86992014-10-20 Yao Qi <yao@codesourcery.com>
8700
8701 * gdb.base/checkpoint.exp: Don't remove file copied on host.
8702 * gdb.base/step-line.exp: Likewise.
8703 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
8704 * gdb.dwarf2/dw2-basic.exp: Likewise.
8705 * gdb.dwarf2/dw2-compressed.exp: Likewise.
8706 * gdb.dwarf2/dw2-filename.exp: Likewise.
8707 * gdb.dwarf2/dw2-intercu.exp: Likewise.
8708 * gdb.dwarf2/dw2-intermix.exp: Likewise.
8709 * gdb.dwarf2/dw2-producer.exp: Likewise.
8710 * gdb.dwarf2/mac-fileno.exp: Likewise.
8711 * gdb.python/py-frame-args.exp: Likewise.
8712 * gdb.python/py-framefilter.exp: Likewise.
8713 * gdb.python/py-mi.exp: Likewise.
8714 * gdb.python/py-objfile-script.exp: Likewise
8715 * gdb.python/py-pp-integral.exp: Likewise.
8716 * gdb.python/py-pp-re-notag.exp: Likewise.
8717 * gdb.python/py-prettyprint.exp: Likewise.
8718 * gdb.python/py-section-script.exp: Likewise.
8719 * gdb.python/py-typeprint.exp: Likewise.
8720 * gdb.python/py-xmethods.exp: Likewise.
8721 * gdb.stabs/weird.exp: Likewise.
8722 * gdb.xml/tdesc-regs.exp: Likewise.
8723
bd286a29
KCY
87242014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
8725
8726 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
8727 (out_cu): Use addr_len for the size of addresses.
8728 (out_line): Likewise. Size DW_LNE_set_address instruction
8729 according to addr_len.
8730 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
8731 (FUNC): Add START_INSNS to definition.
8732
673dc4a0
YQ
87332014-10-18 Yao Qi <yao@codesourcery.com>
8734
8735 * gdb.base/argv0-symlink.exp: Check argv[0] value if
8736 gdb_has_argv0 return true.
8737 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
8738 check [target_info exists noargs], check [gdb_has_argv0]
8739 instead.
8740 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
8741 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
8742 procedures.
8743
4ffbba72
DE
87442014-10-17 Doug Evans <dje@google.com>
8745
8746 * gdb.python/py-events.exp: Update expected output for clear_objfiles
8747 event.
8748 * gdb.python/py-events.py: Add clear_objfiles event.
8749
d096d8c1
DE
87502014-10-17 Doug Evans <dje@google.com>
8751
8752 * gdb.python/py-objfile.exp: Test progspace attribute.
8753
a80db015
LM
87542014-10-17 Luis Machado <lgustavo@codesourcery.com>
8755
8756 * gdb.guile/scm-breakpoint.exp: Do not assume any
8757 directory separators when matching source file paths.
8758 * gdb.python/py-breakpoint.exp: Likewise.
8759 * gdb.reverse/break-precsave.exp: Likewise.
8760 * gdb.reverse/break-reverse.exp: Likewise.
8761 * gdb.reverse/consecutive-precsave.exp: Likewise.
8762 * gdb.reverse/finish-precsave.exp: Likewise.
8763 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
8764 * gdb.reverse/finish-reverse.exp: Likewise.
8765 * gdb.reverse/i386-precsave.exp: Likewise.
8766 * gdb.reverse/i387-env-reverse.exp: Likewise.
8767 * gdb.reverse/i387-stack-reverse.exp: Likewise.
8768 * gdb.reverse/machinestate-precsave.exp: Likewise.
8769 * gdb.reverse/machinestate.exp: Likewise.
8770 * gdb.reverse/sigall-precsave.exp: Likewise.
8771 * gdb.reverse/solib-precsave.exp: Likewise.
8772 * gdb.reverse/step-precsave.exp: Likewise.
8773 * gdb.reverse/until-precsave.exp: Likewise.
8774 * gdb.reverse/watch-precsave.exp: Likewise.
8775 * gdb.reverse/watch-reverse.exp: Likewise.
8776
b22089ab
YQ
87772014-10-17 Yao Qi <yao@codesourcery.com>
8778
8779 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
8780 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
8781
6c4486e6
PA
87822014-10-17 Pedro Alves <palves@redhat.com>
8783
8784 PR gdb/17471
8785 * gdb.base/bg-execution-repeat.c: New file.
8786 * gdb.base/bg-execution-repeat.exp: New file.
8787
0ff33695
PA
87882014-10-17 Pedro Alves <palves@redhat.com>
8789
8790 PR gdb/17300
8791 * gdb.base/continue-all-already-running.c: New file.
8792 * gdb.base/continue-all-already-running.exp: New file.
8793
6fdebc3d
PA
87942014-10-17 Pedro Alves <palves@redhat.com>
8795
8796 PR gdb/17472
8797 * gdb.base/annota-input-while-running.c: New file.
8798 * gdb.base/annota-input-while-running.exp: New file.
8799
32a8097b
PA
88002014-10-17 Pedro Alves <palves@redhat.com>
8801
8802 * gdb.base/callfuncs.exp: emove references to osf.
8803 * gdb.base/sigall.exp: Likewise.
8804 * gdb.gdb/selftest.exp: Likewise.
8805 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
8806 * gdb.mi/non-stop.c: Likewise.
8807 * gdb.mi/pthreads.c: Likewise.
8808 * gdb.reverse/sigall-precsave.exp: Likewise.
8809 * gdb.reverse/sigall-reverse.exp: Likewise.
8810 * gdb.threads/pthreads.c: Likewise.
8811 * gdb.threads/pthreads.exp: Likewise.
8812
7a3517ff
YQ
88132014-10-17 Yao Qi <yao@codesourcery.com>
8814
8815 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
8816 check 'target_info exists noargs'.
8817 (test_command_prompt_position): Likewise.
8818 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
8819 Remove "set args".
8820 (progvar_simple_while_test): Likewise.
8821 (progvar_complex_if_while_test): Likewise.
8822 (if_while_breakpoint_command_test): Likewise.
8823 (infrun_breakpoint_command_test): Likewise.
8824 (breakpoint_command_test): Likewise.
8825 (watchpoint_command_test): Likewise.
8826 (bp_deleted_in_command_test): Likewise.
8827 (temporary_breakpoint_commands): Likewise.
8828
bb99c472
YQ
88292014-10-16 Yao Qi <yao@codesourcery.com>
8830
8831 * gdb.base/remotetimeout.exp: Remove noargs checking.
8832
7c16b83e
PA
88332014-10-15 Pedro Alves <palves@redhat.com>
8834
8835 PR breakpoints/9649
8836 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
8837 * gdb.base/breakpoint-in-ro-region.exp
8838 (probe_target_hardware_step): New procedure.
8839 (top level): Probe hardware stepping and hardware breakpoint
8840 support. Test stepping through a read-only region, with both
8841 "breakpoint auto-hw" on and off and both "always-inserted" on and
8842 off.
8843
35a49624
IB
88442014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
8845
8846 * gdb.dlang/demangle.exp: Update for demangling changes.
8847
2d1c107c
SC
88482014-10-15 Siva Chandra Reddy <sivachandra@google.com>
8849
8850 * gdb.cp/non-trivial-retval.cc: Add new test cases.
8851 * gdb.cp/non-trivial-retval.exp: Add new tests.
8852
778811d5
SC
88532014-10-15 Siva Chandra Reddy <sivachandra@google.com>
8854
8855 PR c++/13403
8856 PR c++/15154
8857 * gdb.cp/non-trivial-retval.cc: New file.
8858 * gdb.cp/non-trivial-retval.exp: New file.
8859
10c5f0a8
YQ
88602014-10-15 Yao Qi <yao@codesourcery.com>
8861
8862 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
8863 remote host.
8864
65d7b369
YQ
88652014-10-15 Yao Qi <yao@codesourcery.com>
8866
8867 * gdb.python/py-symbol.exp: Match file base name if host is
8868 remote, otherwise match file name with dir name.
8869 * gdb.python/py-symtab.exp: Likewise.
8870 * gdb.python/python.exp: Likewise.
8871
46dc1394
YQ
88722014-10-15 Yao Qi <yao@codesourcery.com>
8873
8874 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
8875 pattern.
8876 * gdb.python/py-symtab.exp: Likewise.
8877 * gdb.python/python.exp: Remove trailing ".*". Fix typo
8878 locationn.
8879
c40cc657
JB
88802014-10-14 Joel Brobecker <brobecker@adacore.com>
8881
8882 * gdb.ada/addr_arith: New testcase.
8883
2abf49e1
MR
88842014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
8885
8886 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
8887 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
8888 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
8889 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
8890
f7088df3
SDJ
88912014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
8892
8893 * gdb.arch/stap-eval-lang-ada.S: Likewise.
8894 * gdb.arch/stap-eval-lang-ada.c: Likewise.
8895 * gdb.arch/stap-eval-lang-ada.exp: New file.
8896
4dc06805
YQ
88972014-10-14 Yao Qi <yao@codesourcery.com>
8898
8899 * gdb.mi/mi-var-child.c (nothing1): New function.
8900 (nothing2): New function.
8901 (do_children_tests): Set function pointers by nothing1 and
8902 nothing2.
8903 * gdb.mi/mi-var-child.exp: Step over new added statements.
8904 Update test to match the new output.
8905 * gdb.mi/var-cmd.c (nothing1): New function.
8906 (nothing2): New function.
8907 (do_children_tests): Set function pointers by nothing1 and
8908 nothing2.
8909 * gdb.mi/mi-var-display.exp: Update test to match output.
8910 Step to the line specified by $line_dct_nothing.
8911 Increase the number of lines to step.
8912
46a93de2
YQ
89132014-10-14 Yao Qi <yao@codesourcery.com>
8914
8915 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
8916 tests.
8917 * gdb.mi/mi2-var-child.exp: Likewise.
8918
14ea52ee
DE
89192014-10-13 Doug Evans <dje@google.com>
8920
8921 * gdb.python/py-objfile.exp: Change name of file name test.
8922
e5c6e92b
DE
89232014-10-13 Doug Evans <dje@google.com>
8924
8925 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
8926 from the start of the CU.
8927
c780cc2f
JK
89282014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8929 Yao Qi <yao@codesourcery.com>
8930
8931 Fix "save breakpoints" for "catch" command.
8932 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
8933 Remove -nonewline. Match also the added "main" line.
8934
99894e11
JK
89352014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8936
8937 Fix "save breakpoints" for "disable $bpnum" command.
8938 * gdb.base/save-bp.c (main): Add label.
8939 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
8940
6e1ac5a3
JK
89412014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8942
8943 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
8944
754dd2b0
YQ
89452014-10-11 Yao Qi <yao@codesourcery.com>
8946
8947 * gdb.server/server-kill.exp: Execute command
8948 "set remote trace-status-packet on" before "tstatus".
8949
f90183d7
YQ
89502014-10-11 Yao Qi <yao@codesourcery.com>
8951
8952 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
8953 (main): Call getppid.
8954 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
8955 and continue to it. Read variable "server_pid".
8956
bf40a607
YQ
89572014-10-11 Yao Qi <yao@codesourcery.com>
8958
8959 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
8960
052ca370
YQ
89612014-10-11 Yao Qi <yao@codesourcery.com>
8962
8963 * gdb.threads/thread-find.exp: Don't execute command
8964 "info threads".
8965 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
8966 * gdb.threads/linux-dp.exp: Don't check the condition
8967 $threads_created equals to zero.
8968
3831839c
PA
89692014-10-10 Pedro Alves <palves@redhat.com>
8970
8971 * gdb.base/bigcore.exp: Remove references to IRIX.
8972 * gdb.base/funcargs.exp: Likewise.
8973 * gdb.base/interrupt.exp: Likewise.
8974 * gdb.base/mips_pro.exp: Likewise.
8975 * gdb.base/nodebug.exp: Likewise.
8976 * gdb.base/setvar.exp: Likewise.
8977 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
8978
8b9a549d
PA
89792014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8980 Pedro Alves <palves@redhat.com>
8981
8982 PR symtab/14466
8983 * gdb.base/vdso-warning.c: New file.
8984 * gdb.base/vdso-warning.exp: New file.
8985
d48ba5e8
DE
89862014-10-02 Doug Evans <dje@google.com>
8987
8988 * gdb.base/structs.c (main): Don't run forever.
8989
2278c276
PA
89902014-10-02 Pedro Alves <palves@redhat.com>
8991
8992 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
8993 (top level) <stop threads 1, stop threads 2>: Use it.
8994
b57bacec
PA
89952014-10-02 Pedro Alves <palves@redhat.com>
8996
8997 * gdb.threads/break-while-running.exp (test): Add new
8998 'update_thread_list' argument. Skip "info threads" if false.
8999 (top level): Add new 'update_thread_list' axis.
9000
13fd3ff3
PA
90012014-10-02 Pedro Alves <palves@redhat.com>
9002
9003 PR breakpoints/17431
9004 * gdb.base/execl-update-breakpoints.c: New file.
9005 * gdb.base/execl-update-breakpoints.exp: New file.
9006
0fec99e8
PA
90072014-10-01 Pedro Alves <palves@redhat.com>
9008
9009 * gdb.base/breakpoint-in-ro-region.c: New file.
9010 * gdb.base/breakpoint-in-ro-region.exp: New file.
9011
2ddf4301
SM
90122014-10-01 Simon Marchi <simon.marchi@ericsson.com>
9013
9014 * gdb.mi/mi-exit-code.exp: New file.
9015 * gdb.mi/mi-exit-code.c: New file.
9016
6a5f3f43
YQ
90172014-09-30 Yao Qi <yao@codesourcery.com>
9018
9019 * lib/prelink-support.exp (build_executable_own_libs): Error if
9020 the target isn't native.
9021
345bcc73
YQ
90222014-09-30 Yao Qi <yao@codesourcery.com>
9023
9024 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
9025 false.
9026
a25a5a45
PA
90272014-09-22 Pedro Alves <palves@redhat.com>
9028
9029 * gdb.threads/break-while-running.exp: New file.
9030 * gdb.threads/break-while-running.c: New file.
9031
00ba3162
YQ
90322014-09-19 Yao Qi <yao@codesourcery.com>
9033
9034 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
9035 Invoke test. Restart GDB with --readnow and invoke test again.
9036
c3b7b696
YQ
90372014-09-19 Yao Qi <yao@codesourcery.com>
9038
9039 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
9040 proc set_breakpoint_on_gcd_function. Invoke
9041 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
9042 invoke set_breakpoint_on_gcd_function again.
9043
2b4fd423
DE
90442014-09-18 Doug Evans <dje@google.com>
9045
9046 * gdb.dwarf2/symtab-producer.exp: New file.
9047
a5947601
SDJ
90482014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9049
9050 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
9051 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
9052 * gdb.base/global-var-nested-by-dso.c: Likewise.
9053 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9054
91c19059
SDJ
90552014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9056 Pedro Alves <palves@redhat.com>
9057
9058 * gdb.base/watch-bitfields.exp: Pass string other than test file
9059 name to prepare_for_testing.
9060 (watch): New procedure.
9061 (expect_watchpoint): Use with_test_prefix.
9062 (top level): Factor out tests to ...
9063 (test_watch_location, test_regular_watch): ... these new
9064 procedures, and use with_test_prefix and gdb_continue_to_end.
9065
bb9d5f81
PP
90662014-09-16 Patrick Palka <patrick@parcs.ath.cx>
9067
9068 PR breakpoints/12526
9069 * gdb.base/watch-bitfields.exp: New file.
9070 * gdb.base/watch-bitfields.c: New file.
9071
635856f5
PA
90722014-09-16 Pedro Alves <palves@redhat.com>
9073
9074 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
9075 software and hardware addresses, not software address against
9076 itself.
9077
7280ceea
PA
90782014-09-16 Pedro Alves <palves@redhat.com>
9079
9080 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
9081 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
9082
428b16bd
PA
90832014-09-16 Pedro Alves <palves@redhat.com>
9084
9085 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
9086 files.
9087 * gdb.base/a2-run.exp: Remove all code guarded by istarget
9088 "*-*-vxworks*" throughout.
9089 * gdb.base/break.exp: Likewise.
9090 * gdb.base/default.exp: Likewise.
9091 * gdb.base/scope.exp: Likewise.
9092 * gdb.base/sepdebug.exp: Likewise.
9093 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
9094 throughout.
9095 * gdb.base/run.c: Likewise.
9096 * gdb.base/sepdebug.c: Likewise.
9097 * gdb.hp/gdb.aCC/run.c: Likewise.
9098 * gdb.reverse/until-reverse.c: Likewise.
9099 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
9100
666d413c
YQ
91012014-09-16 Yao Qi <yao@codesourcery.com>
9102
9103 * boards/local-remote-host-native.exp: New file.
9104
57cbd724
DE
91052014-09-14 Doug Evans <xdje42@gmail.com>
9106
9107 * gdb.threads/queue-signal.c (thread_count): New variable.
9108 (thread_count_mutex, thread_count_condvar): New variables.
9109 (incr_thread_count, wait_all_threads_running): New functions.
9110 (main): Wait for all threads to be in their thread functions.
9111
81219e53
DE
91122014-09-13 Doug Evans <xdje42@gmail.com>
9113
9114 * gdb.threads/queue-signal.c: New file.
9115 * gdb.threads/queue-signal.exp: New file.
9116
3714cea7
DE
91172014-09-13 Doug Evans <xdje42@gmail.com>
9118
9119 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
9120 be consistent with what default_gdb_init uses.
9121 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
9122 the plain text of the prompt. Add some logging printfs.
9123 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
9124
fa43b1d7
PA
91252014-09-12 Pedro Alves <palves@redhat.com>
9126
9127 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
9128 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
9129 * gdb.arch/i386-size-overlap.exp: Likewise.
9130 * gdb.arch/i386-size.exp: Likewise.
9131 * gdb.arch/i386-unwind.exp: Likewise.
9132 * gdb.base/a2-run.exp: Likewise.
9133 * gdb.base/break.exp: Likewise.
9134 * gdb.base/charset.exp: Likewise.
9135 * gdb.base/chng-syms.exp: Likewise.
9136 * gdb.base/commands.exp: Likewise.
9137 * gdb.base/dbx.exp: Likewise.
9138 * gdb.base/find.exp: Likewise.
9139 * gdb.base/funcargs.exp: Likewise.
9140 * gdb.base/jit-simple.exp: Likewise.
9141 * gdb.base/reread.exp: Likewise.
9142 * gdb.base/sepdebug.exp: Likewise.
9143 * gdb.base/step-bt.exp: Likewise.
9144 * gdb.cp/mb-inline.exp: Likewise.
9145 * gdb.cp/mb-templates.exp: Likewise.
9146 * gdb.objc/basicclass.exp: Likewise.
9147 * gdb.threads/killed.exp: Likewise.
9148
9d9bf2df
EBM
91492014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9150
9151 PR tdep/17379
9152 * gdb.arch/powerpc-stackless.S: New file.
9153 * gdb.arch/powerpc-stackless.exp: New file.
9154
1cf2f1b0
JK
91552014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9156
9157 * gdb.base/attach.c: Include unistd.h.
9158 (main): Call alarm. Add label postloop.
9159 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
9160 gdb_breakpoint, gdb_continue_to_breakpoint.
9161 (test_command_line_attach_run): Kill ${testpid} in one exit path.
9162
98880d46
PA
91632014-09-11 Pedro Alves <palves@redhat.com>
9164
9165 PR gdb/17347
9166 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
9167 * gdb.base/attach.exp (test_command_line_attach_run): New
9168 procedure.
9169 (top level): Call it.
9170
4c92ff2c
PA
91712014-09-11 Pedro Alves <palves@redhat.com>
9172
9173 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
9174 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
9175 (do_command_attach_tests): Use spawn_wait_for_attach.
9176 * gdb.base/solib-overlap.exp: Likewise.
9177 * gdb.multi/multi-attach.exp: Likewise.
9178 * gdb.python/py-prompt.exp: Likewise.
9179 * gdb.python/py-sync-interp.exp: Likewise.
9180 * gdb.server/ext-attach.exp: Likewise.
9181
3adc1a7d
GKB
91822014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
9183
9184 * gdb.fortran/array-element.exp: Remove unexpected "continue"
9185 command in testcase. Simplify testcase.
9186
96334934
JB
91872014-09-10 Joel Brobecker <brobecker@adacore.com>
9188
9189 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
9190
eb479039
JB
91912014-09-10 Joel Brobecker <brobecker@adacore.com>
9192
9193 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
9194
deede10c
JB
91952014-09-10 Joel Brobecker <brobecker@adacore.com>
9196
9197 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
9198
7828a5f5
JB
91992014-09-10 Joel Brobecker <brobecker@adacore.com>
9200
9201 * gdb.dwarf2/dynarr-ptr.c: New file.
9202 * gdb.dwarf2/dynarr-ptr.exp: New file.
9203
33aeebcf
MR
92042014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9205
9206 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
9207 of 30 rather than hardcoding 120 for a slow test case. Take the
9208 `gdb,timeout' target setting into account for this calculation.
9209 Don't extend the timeout for the test cases that don't need it.
9210
7b415901
MR
92112014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9212
9213 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
9214 a factor of 2 for a slow test case. Take the `gdb,timeout'
9215 target setting into account for this calculation.
9216 * gdb.reverse/until-precsave.exp: Increase the timeout by
9217 a factor of 15 and 3 respectively rather than adding 120
9218 for a pair of slow test cases. Take the `gdb,timeout'
9219 target setting into account for this calculation.
9220
4a40f85a
MR
92212014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9222
9223 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
9224 timeout, don't pass one down to gdb_expect.
9225 (gdb_expect): Rework timeout selection.
9226
09635af7
MR
92272014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9228
9229 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
9230 exception on timeout.
9231 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
9232 (gdbserver_start_extended): Catch any `gdbserver_start' error
9233 exceptions.
9234 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
9235 * lib/mi-support.exp (mi_gdb_target_load): Catch any
9236 `gdbserver_gdb_load' error exceptions.
9237
2bdd10b7
MR
92382014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9239
9240 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
9241 120 on waiting for the TCP socket to open.
9242
316935f0
DE
92432014-09-09 Doug Evans <xdje42@gmail.com>
9244
9245 * gdb.base/default.exp (show_conv_list): Add _caller_is,
9246 _caller_matches, _any_caller_is, _any_caller_matches.
9247
83740597
DE
92482014-09-09 Doug Evans <xdje42@gmail.com>
9249
9250 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
9251
4c122fc3
YQ
92522014-09-09 Yao Qi <yao@codesourcery.com>
9253
9254 * gdb.mi/mi-var-display.exp: Set print symbol off.
9255
a9f116cb
GKB
92562014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
9257
9258 PR gdb/17035
9259 * gdb.base/commands.exp: Add tests to verify user-defined
9260 commands with empty bodies.
9261 * gdb.python/py-cmd.exp: Test that we don't show user-defined
9262 python commands in `show user command`.
9263 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
9264 scheme commands in `show user command`.
9265
c75bd3a2
JK
92662014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9267
9268 PR python/17355
9269 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
9270 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
9271 * gdb.python/py-framefilter-invalidarg.exp: New file.
9272 * gdb.python/py-framefilter-invalidarg.py: New file.
9273
faa42425
DE
92742014-09-06 Doug Evans <xdje42@gmail.com>
9275
9276 PR 15276
9277 * gdb.python/py-caller-is.c: New file.
9278 * gdb.python/py-caller-is.exp: New file.
9279
474ca4f6
SDJ
92802014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
9281
9282 PR gdb/17235
9283 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
9284 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
9285
eb0b0463
SDJ
92862014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
9287
9288 PR fortran/17237
9289 * gdb.fortran/print-formatted.exp: New file.
9290 * gdb.fortran/print-formatted.f90: Likewise.
9291
5f3b99cf
SS
92922014-09-03 Sasha Smundak <asmundak@google.com>
9293
9294 * gdb.python/py-frame.exp: Test Frame.read_register.
9295
7d793aa9
SDJ
92962014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
9297
9298 PR python/16699
9299 * gdb.python/py-completion.exp: New file.
9300 * gdb.python/py-completion.py: Likewise.
9301
fb0576e9
DE
93022014-08-28 Doug Evans <dje@google.com>
9303
9304 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
9305 eax,etc. are live with values set by gdb and thus the compiler can't
9306 use them.
9307 * gdb.arch/i386-pseudo.c (main): Ditto.
9308
ee92b0dd
DE
93092014-08-27 Doug Evans <dje@google.com>
9310
9311 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
9312
6649db35
DE
93132014-08-25 Doug Evans <dje@google.com>
9314
9315 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
9316 (main): Ditto.
9317
564b7600
DE
93182014-08-25 Doug Evans <dje@google.com>
9319
9320 * gdb.threads/thread-execl.exp: #include <stdio.h>.
9321
3881fb67
YQ
93222014-08-24 Yao Qi <yao@codesourcery.com>
9323
9324 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
9325 symbol off.
9326 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
9327
a05a36a5
DE
93282014-08-22 Doug Evans <dje@google.com>
9329
9330 PR 17276
9331 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
9332 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
9333 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
9334
7c343b48
YQ
93352014-08-22 Yao Qi <yao@codesourcery.com>
9336
9337 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
9338 * gdb.python/py-finish-breakpoint2.exp: Likewise.
9339 * gdb.python/python.exp: Likewise. Use .py file on the host
9340 instead of the build.
9341
22fd09ae
JK
93422014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9343
9344 * gdb.threads/gcore-stale-thread.c: New file.
9345 * gdb.threads/gcore-stale-thread.exp: New file.
9346
a8454a7c
PA
93472014-08-21 Pedro Alves <palves@redhat.com>
9348
9349 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
9350 * gdb.base/gcore-relro-pie.exp: Likewise.
9351 * gdb.base/gcore-relro.exp: Likewise.
9352 * gdb.base/gcore.exp: Likewise.
9353 * gdb.base/print-symbol-loading.exp: Likewise.
9354 * gdb.threads/gcore-thread.exp: Likewise.
9355 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
9356
2a31c623
PA
93572014-08-20 Pedro Alves <palves@redhat.com>
9358 Jan Kratochvil <jan.kratochvil@redhat.com>
9359
9360 * Makefile.in (EXTRA_RULES, CC): New variables, get from
9361 configure.
9362 (EXPECT): Handle READ1 being set.
9363 (all): Depend on EXTRA_RULES.
9364 (check-read1, expect-read1, read1.so, read1): New rules.
9365 * README (Testsuite Parameters): Document the READ1 make variable.
9366 (Race detection): New section.
9367 * configure: Regenerate.
9368 * configure.ac: If build==host==target, and running under a
9369 GNU/glibc system, add read1 to the extra Makefile rules.
9370 (EXTRA_RULES): AC_SUBST it.
9371 * lib/read1.c: New file.
9372
d36430db
JB
93732014-08-20 Joel Brobecker <brobecker@adacore.com>
9374
9375 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
9376 the handling of variables declared as a typedef to an array
9377 which a DW_AT_data_location attribute.
9378
9a0dc9e3
PA
93792014-08-19 Andrew Burgess <aburgess@broadcom.com>
9380 Pedro Alves <palves@redhat.com>
9381
9382 PR symtab/14604
9383 PR symtab/14605
9384 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
9385 gdb_test.
9386
0718a8da
PA
93872014-08-19 Pedro Alves <palves@redhat.com>
9388
9389 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
9390
13b448cd
YQ
93912014-08-19 Yao Qi <yao@codesourcery.com>
9392
9393 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
9394 right line.
9395
1cbf5077
DB
93962014-08-18 David Blaikie <dblaikie@gmail.com>
9397
9398 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
9399
bf0fae19
JB
94002014-08-18 Joel Brobecker <brobecker@adacore.com>
9401
9402 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
9403 attribute in array range.
9404
3c8c5dcc
JB
94052014-08-18 Joel Brobecker <brobecker@adacore.com>
9406
9407 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
9408
e66d4446
SC
94092014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9410
9411 PR c++/17132
9412 * gdb.cp/pr17132.cc: New file.
9413 * gdb.cp/pr17132.exp: New file.
9414
940df408
SC
94152014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9416
9417 * gdb.python/py-xmethods.py (A_getarrayind)
9418 (E_method_char_worker.__call__, E_method_int_worker.__call__):
9419 Use 'print' with function call syntax.
9420 (E_method_matcher.match): Fix tab vs space indentation mixup.
9421
ebcc6c3a
YQ
94222014-08-15 Yao Qi <yao@codesourcery.com>
9423
9424 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
9425 false.
9426
775e0f04
YQ
94272014-08-15 Yao Qi <yao@codesourcery.com>
9428
9429 * gdb.cp/casts.exp: Set print symbol off.
9430 * gdb.cp/class2.exp: Likewise.
9431 * gdb.cp/overload.exp: Likewise.
9432 * gdb.cp/templates.exp: Likewise.
9433
d769e349
DE
94342014-08-11 Doug Evans <dje@google.com>
9435
9436 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
9437 (test_load_shlib): Update.
9438
20c6f1e1
YQ
94392014-08-09 Yao Qi <yao@codesourcery.com>
9440
9441 * gdb.base/display.exp: Invoke is_address_zero_readable.
9442 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
9443 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
9444 * gdb.base/hbreak-unmapped.exp: Return if
9445 is_address_zero_readable returns true.
9446 * gdb.base/signest.exp: Likewise.
9447 * gdb.base/signull.exp: Likewise.
9448 * gdb.base/sigbpt.exp: Likewise.
9449 * gdb.guile/scm-disasm.exp: Do the test if
9450 is_address_zero_readable returns false.
9451 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
9452 * gdb.python/py-arch.exp: Likewise.
9453 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
9454 * lib/gdb.exp (is_address_zero_readable): New proc.
9455
5792e8e3
YQ
94562014-08-09 Yao Qi <yao@codesourcery.com>
9457
9458 PR testsuite/13443
9459 * gdb.mi/mi-var-display.exp: Make test messages unique.
9460
3cecbbbe
TT
94612014-08-04 Tom Tromey <tromey@redhat.com>
9462
9463 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
9464 target 0".
9465
00b51ff5
TT
94662014-08-04 Tom Tromey <tromey@redhat.com>
9467
9468 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
9469 "target_resume".
9470
6908c509
JB
94712014-08-01 Joel Brobecker <brobecker@adacore.com>
9472
9473 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
9474 inner_vla_struct_object_size.
9475 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
9476 as xfail.
9477
cc6563d2
PA
94782014-07-30 Pedro Alves <palves@redhat.com>
9479
9480 * gdb.threads/signal-command-handle-nopass.exp (test): Add
9481 comment.
9482
7e09a223
YQ
94832014-07-29 Yao Qi <yao@codesourcery.com>
9484
9485 PR gdb/17206
9486 * gdb.base/until-nodebug.exp: New.
9487
7ebdbe92
DE
94882014-07-28 Doug Evans <xdje42@gmail.com>
9489
9490 PR guile/17203
9491 * gdb.guile/scm-parameter.exp: Add tests for trying to create
9492 previously existing parameter, and previously ambiguously spelled
9493 parameter.
9494
fdb1adc6
WN
94952014-07-28 Will Newton <will.newton@linaro.org>
9496
9497 * gdb.base/varargs.exp: Remove KFAILs for ARM.
9498
186fcde0
DE
94992014-07-26 Ludovic Courtès <ludo@gnu.org>
9500 Doug Evans <xdje42@gmail.com>
9501
9502 PR guile/17146
9503 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
9504
70509625
PA
95052014-07-25 Pedro Alves <palves@redhat.com>
9506
9507 * gdb.threads/signal-command-handle-nopass.c: New file.
9508 * gdb.threads/signal-command-handle-nopass.exp: New file.
9509 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
9510 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
9511 * gdb.threads/signal-delivered-right-thread.c: New file.
9512 * gdb.threads/signal-delivered-right-thread.exp: New file.
9513
c3f814a1
PA
95142014-07-25 Pedro Alves <palves@redhat.com>
9515
9516 * gdb.base/double-prompt-target-event-error.exp
9517 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
9518 match.
9519 (cancel_pagination_in_target_event): Rework double prompt
9520 detection.
9521 * gdb.base/paginate-after-ctrl-c-running.exp
9522 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
9523 <return>' match.
9524 * gdb.base/paginate-bg-execution.exp
9525 (test_bg_execution_pagination_return)
9526 (test_bg_execution_pagination_cancel): Remove '-notransfer
9527 <return>' matches.
9528 * gdb.base/paginate-execution-startup.exp
9529 (test_fg_execution_pagination_return)
9530 (test_fg_execution_pagination_cancel): Remove '-notransfer
9531 <return>' matches.
9532 * gdb.base/paginate-inferior-exit.exp
9533 (test_paginate_inferior_exited): Remove '-notransfer <return>'
9534 match.
9535 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
9536 * lib/gdb.exp (pagination_prompt): Run text through
9537 string_to_regexp.
9538 (gdb_test_multiple): Match $pagination_prompt instead of
9539 "<return>".
9540 (string_to_regexp): Move to lib/gdb-utils.exp.
9541
e214cf6c
JK
95422014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9543
9544 * gdb.arch/amd64-entry-value-paramref.S: New file.
9545 * gdb.arch/amd64-entry-value-paramref.cc: New file.
9546 * gdb.arch/amd64-entry-value-paramref.exp: New file.
9547 * gdb.arch/amd64-optimout-repeat.S: New file.
9548 * gdb.arch/amd64-optimout-repeat.c: New file.
9549 * gdb.arch/amd64-optimout-repeat.exp: New file.
9550
17d0c5c8
JK
95512014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9552
9553 PR gdb/17170
9554 * gdb.base/statistics.exp: New file.
9555
b8b8facf
DE
95562014-07-17 Doug Evans <dje@google.com>
9557
74b49205 9558 PR gdb/17170
b8b8facf
DE
9559 * gdb.base/maint.exp: Update testing of per-command stats.
9560
1b5d0ab3
PA
95612014-07-16 Pedro Alves <palves@redhat.com>
9562
9563 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
9564 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
9565 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
9566 (tfile_write_buf): New functions.
9567 (add_memory_block): Rewrite using the above.
9568 (adjust_function_address): New function.
9569 (FUNCTION_ADDRESS): New macro.
9570 (write_basic_trace_file): Remove short_x local, and use
9571 tfile_write_16. Change type of func_addr local to unsigned long
9572 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
9573 here. Cast argument of add_memory_block to char pointer.
9574 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
9575 (main): Remove parameters.
9576 * gdb.trace/tfile.exp: Remove nowarnings.
9577
4d974e88
SM
95782014-07-15 Simon Marchi <simon.marchi@ericsson.com>
9579
9580 * gdb.base/debug-expr.exp: Test string evaluation with
9581 "debug expression" on.
9582
41e99568
PA
95832014-07-15 Pedro Alves <palves@redhat.com>
9584
9585 * gdb.base/reread.exp: Use clean_restart.
9586
487d9753
PL
95872014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
9588
9589 * gdb.arch/avr-flash-qualifer.c: New.
9590 * gdb.arch/avr-flash-qualifer.exp: New.
9591
cc1c52ad
PA
95922014-07-14 Pedro Alves <palves@redhat.com>
9593
9594 * gdb.base/paginate-after-ctrl-c-running.c: New file.
9595 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
9596
1e973570
PA
95972014-07-14 Pedro Alves <palves@redhat.com>
9598
9599 * gdb.base/double-prompt-target-event-error.c: New file.
9600 * gdb.base/double-prompt-target-event-error.exp: New file.
9601
93d6eb10
PA
96022014-07-14 Pedro Alves <palves@redhat.com>
9603
9604 PR gdb/17072
9605 * gdb.base/paginate-inferior-exit.c: New file.
9606 * gdb.base/paginate-inferior-exit.exp: New file.
9607
0017922d
PA
96082014-07-14 Pedro Alves <palves@redhat.com>
9609
9610 PR gdb/17072
9611 * gdb.base/paginate-bg-execution.c: New file.
9612 * gdb.base/paginate-bg-execution.exp: New file.
9613
94696ad3
PA
96142014-07-14 Pedro Alves <palves@redhat.com>
9615
9616 PR gdb/17072
9617 * gdb.base/paginate-execution-startup.c: New file.
9618 * gdb.base/paginate-execution-startup.exp: New file.
9619 * lib/gdb.exp (pagination_prompt): New global.
9620 (default_gdb_spawn): New procedure, factored out from
9621 default_gdb_spawn.
9622 (default_gdb_start): Adjust to call default_gdb_spawn.
9623 (gdb_spawn): New procedure.
9624
bd293940
PA
96252014-07-14 Pedro Alves <palves@redhat.com>
9626
9627 * lib/gdb.exp (gdb_assert): New procedure.
9628 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
9629
c933f875
PA
96302014-07-14 Pedro Alves <palves@redhat.com>
9631
9632 * gdb.base/execution-termios.c: New file.
9633 * gdb.base/execution-termios.exp: New file.
9634
d98b7a16
TT
96352014-07-14 Tom Tromey <tromey@redhat.com>
9636
9637 * gdb.cp/vla-cxx.cc: New file.
9638 * gdb.cp/vla-cxx.exp: New file.
9639
548740d6
TT
96402014-07-14 Tom Tromey <tromey@redhat.com>
9641
9642 * gdb.reverse/rerun-prec.c: New file.
9643 * gdb.reverse/rerun-prec.exp: New file.
9644
a25eb028
MR
96452014-07-12 Maciej W. Rozycki <macro@mips.com>
9646 Maciej W. Rozycki <macro@codesourcery.com>
9647
9648 * lib/gdb-utils.exp: New file.
9649 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
9650 inline `gdb_init_command' processing.
9651 (gdb_start_cmd): Likewise.
9652 * lib/mi-support.exp (mi_run_cmd): Likewise.
9653 * README: Document `gdb_init_command' and `gdb_init_commands'.
9654
218c2655
JK
96552014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9656
9657 Fix false FAIL running under a very long directory name.
9658 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
9659 and "set print elements 10000". Twice.
9660
5401fde3
YQ
96612014-07-11 Yao Qi <yao@codesourcery.com>
9662
9663 * gdb.base/exprs.exp: "set print symbol off".
9664
e76126e8
PA
96652014-07-11 Pedro Alves <palves@redhat.com>
9666
9667 * gdb.threads/kill.c: New file.
9668 * gdb.threads/kill.exp: New file.
9669
2d6f0de6
YQ
96702014-07-10 Yao Qi <yao@codesourcery.com>
9671
9672 * gdb.trace/tfile.c (write_basic_trace_file)
9673 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
9674 address written to trace file.
9675
7180e04a
PA
96762014-07-09 Pedro Alves <palves@redhat.com>
9677
9678 * gdb.base/attach-wait-input.exp: New file.
9679 * gdb.base/attach-wait-input.c: New file.
9680
9a9a7608
AB
96812014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
9682
9683 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
9684 setting up test structures.
9685 (main): Call new test function.
9686 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
9687 test function, continue into test function and walk test
9688 structures.
9689
161ac41e
YQ
96902014-07-02 Yao Qi <yao@codesourcery.com>
9691
9692 * gdb.trace/entry-values.c: Define labels 'foo_start' and
9693 'bar_start' at the beginning of functions 'foo' and 'bar'
9694 respectively.
9695 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
9696 instead of 'foo' and 'bar'.
9697
1f267ae3
MM
96982014-07-08 Markus Metzger <markus.t.metzger@intel.com>
9699
9700 * gdb.btrace/segv.exp: New.
9701 * gdb.btrace/segv.c: New.
9702
2b239efb
LM
97032014-07-02 Luis Machado <lgustavo@codesourcery.com>
9704
9705 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
9706 instruction.
9707
cf363f18
MW
97082014-06-30 Mark Wielaard <mjw@redhat.com>
9709
9710 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
9711 vulture, vilify, villar): New volatile array constants.
9712 (vindictive, vegetation): New const volatile array constants.
9713 * gdb.base/volatile.exp: Test volatile and const volatile array
9714 types.
9715
aebf9d24
AA
97162014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9717
9718 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
9719 target lacks support for awatch, rwatch, or hbreak.
9720
b67a2c6f
YQ
97212014-06-27 Yao Qi <yao@codesourcery.com>
9722
9723 * gdb.multi/dummy-frame-restore.exp: New.
9724 * gdb.multi/dummy-frame-restore.c: New.
9725
aef92902
MM
97262014-06-25 Markus Metzger <markus.t.metzger@intel.com>
9727
9728 * gdb.btrace/gcore.exp: New.
9729
8e9db26e
PA
97302014-06-23 Pedro Alves <palves@redhat.com>
9731
9732 * gdb.base/watchpoint-reuse-slot.c: New file.
9733 * gdb.base/watchpoint-reuse-slot.exp: New file.
9734
70afc5b7
SC
97352014-06-23 Siva Chandra Reddy <sivachandra@google.com>
9736
9737 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
9738 progspace's filename in 'info', 'enable' and 'disable' command
9739 tests.
9740
b972bd9c
JK
97412014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9742
9743 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
9744 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
9745 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
9746
125f8a3d
GB
97472014-06-20 Gary Benson <gbenson@redhat.com>
9748
9749 * gdb.arch/i386-avx.exp: Fix include file location.
9750 * gdb.arch/i386-sse.exp: Likewise.
9751
3ed9baed
IB
97522014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
9753
9754 * gdb.dlang/expression.exp: New file.
9755
034f788c
PA
97562014-06-19 Pedro Alves <palves@redhat.com>
9757
9758 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
9759 out from ...
9760 (top level): ... here. Iterate running tests under different
9761 scheduler-locking settings.
9762
45371d0c
LM
97632014-06-18 Luis Machado <lgustavo@codesourcery.com>
9764
9765 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
9766 to DW_FORM_addr and use non-zero addresses.
9767
5d376983
SC
97682014-06-18 Siva Chandra Reddy <sivachandra@google.com>
9769
9770 PR gdb/17017
9771 * gdb.python/py-xmethods.cc: Add global function call counters and
9772 increment them in their respective functions. Remove "cout"
9773 statements.
9774 * gdb.python/py-xmethods.exp: Make tests check the global function
9775 call counters instead of depending on inferior IO.
9776
a1aa2221
LM
97772014-06-18 Don Breazeal <donb@codesourcery.com>
9778
9779 * gdb.base/foll-fork.exp (default_fork_parent_follow):
9780 Deleted procedure.
9781 (explicit_fork_parent_follow): Deleted procedure.
9782 (explicit_fork_child_follow): Deleted procedure.
9783 (test_follow_fork): New procedure.
9784 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 9785 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
9786 procedure calls.
9787
0fc05997
YQ
97882014-06-17 Yao Qi <yao@codesourcery.com>
9789
9790 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
9791 CP1252.
9792
70795c52
LM
97932014-06-17 Luis Machado <lgustavo@codesourcery.com>
9794
9795 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
9796 Initialize ptr and S explicitly.
9797 (skip_type_update_when_not_use_rtti_test): Likewise.
9798
6be47f0c
KS
97992014-06-16 Keith Seitz <keiths@redhat.com>
9800
9801 PR mi/15863
9802 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
9803 the inferior is started.
9804
d03de421
PA
98052014-06-16 Pedro Alves <palves@redhat.com>
9806
9807 * gdb.base/break-main-file-remove-fail.c: New file.
9808 * gdb.base/break-main-file-remove-fail.exp: New file.
9809 * gdb.base/break-unload-file.exp: Use build_executable instead of
9810 prepare_for_testing.
9811 (test_break): New parameter "initial_load". Handle it.
9812 (top level): Add initial_load cmdline/file axis.
9813
f9579b99
TT
98142014-06-12 Tom Tromey <tromey@redhat.com>
9815
9816 * gdb.base/completion.exp: Don't use directory name in test.
9817
3657956b
GB
98182014-06-09 Gary Benson <gbenson@redhat.com>
9819
9820 * gdb.base/sigall.c [Functions to send signals]: Reorder to
9821 separate the always-available ANSI-standard signals from the
9822 signals that require checking.
9823 (main): Likewise.
9824 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
9825 Likewise.
9826 (main): Likewise.
9827
4186eb54
KS
98282014-06-07 Keith Seitz <keiths@redhat.com>
9829
9830 Revert:
9831 PR c++/16253
9832 * gdb.cp/var-tag.cc: New file.
9833 * gdb.cp/var-tag.exp: New file.
9834 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
9835 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
9836 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
9837 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
9838
25326a28 98392014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
9840
9841 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
9842
829155c9
PA
98432014-06-06 Pedro Alves <palves@redhat.com>
9844
9845 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
9846 in target debug output instead of looking at RSP packets,
9847 disabling the test on any target that uses hardware stepping.
9848 Update comments.
9849
61c8d22e
PA
98502014-06-06 Pedro Alves <palves@redhat.com>
9851
9852 * gdb.base/break-unload-file.exp: Fix typo.
9853
d9a47287
YQ
98542014-06-06 Yao Qi <yao@codesourcery.com>
9855
9856 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
9857 from "jit_function" to "^jit_function".
9858
e5e01dbf
YQ
98592014-06-06 Yao Qi <yao@codesourcery.com>
9860
9861 * gdb.base/async.c (foo): Add one statement.
9862 * gdb.base/async.exp: Get the next instruction address and
9863 match the output of "nexti" by instruction address. Match
9864 the hex address in the output of "finish".
9865
73ba372c
GB
98662014-06-06 Gary Benson <gbenson@redhat.com>
9867
9868 * gdb.base/call-signals.c: Remove preprocessor conditionals
9869 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
9870 SIGSEGV and SIGTERM.
9871 * gdb.base/sigall.c: Likewise.
9872 * gdb.base/unwindonsignal.c: Likewise.
9873 * gdb.reverse/sigall-reverse.c: Likewise.
9874
831517df
YQ
98752014-06-06 Yao Qi <yao@codesourcery.com>
9876
9877 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
9878 readable, skip the test.
9879
b8b91e98
YQ
98802014-06-06 Yao Qi <yao@codesourcery.com>
9881
9882 * gdb.threads/staticthreads.c (thread_function): Move the line
9883 setting breakpoint on forward.
9884 * gdb.threads/staticthreads.exp: Update comments.
9885
fb934770
LC
98862014-06-05 Ludovic Courtès <ludo@gnu.org>
9887
9888 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
9889 "history-append! type error".
9890
6ef284bd
SM
98912014-06-05 Simon Marchi <simon.marchi@ericsson.com>
9892
9893 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
9894 erroneous dprintf expected input.
9895
a872e241
DE
98962014-06-04 Doug Evans <xdje42@gmail.com>
9897
9898 * gdb.guile/scm-generics.exp: Delete.
9899
16f691fb
DE
99002014-06-04 Doug Evans <xdje42@gmail.com>
9901
9902 * gdb.guile/scm-breakpoint.exp: Update.
9903 Add tests for breakpoint registration.
9904
012370f6
TT
99052014-06-04 Tom Tromey <tromey@redhat.com>
9906
9907 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
9908 VLA-in-union.
9909 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
9910 inner_vla_struct, vla_union types. Initialize objects of those
9911 types and compute their sizes.
9912
9f5a4cef
HZ
99132014-06-04 Nathan Sidwell <nathan@codesourcery.com>
9914 Hui Zhu <hui@codesourcery.com>
9915
9916 * gdb.base/fileio.exp: Add test for shell not available as well as
9917 available.
9918 * gdb.base/fileio.c (test_system): Check for shell twice.
9919
90a45c4d
YQ
99202014-06-04 Yao Qi <yao@codesourcery.com>
9921
9922 * gdb.base/auto-connect-native-target.exp: Remove redundant
9923 space from the regexp pattern.
9924
70017e41
YQ
99252014-06-04 Yao Qi <yao@codesourcery.com>
9926
9927 * gdb.base/default.exp: Replace "child" with "native" in
9928 regexp pattern.
9929
883964a7
SC
99302014-06-03 Siva Chandra Reddy <sivachandra@google.com>
9931
9932 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
9933 * gdb.python/py-xmethods.exp: New tests to test xmethods.
9934 * gdb.python/py-xmethods.py: Python script supporting the
9935 new testcase and tests.
9936
ef370185
JB
99372014-06-03 Joel Brobecker <brobecker@adacore.com>
9938 Pedro Alves <palves@redhat.com>
9939
9940 PR breakpoints/17000
9941 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
9942 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
9943
1e2ccb61
BM
99442014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
9945
9946 * gdb.base/subst.exp: Add tests to verify partial path matching
9947 output.
9948
c6ec5ab2
PA
99492014-06-03 Pedro Alves <palves@redhat.com>
9950
9951 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
9952 target that doesn't use software single-stepping.
9953
835c559f
PA
99542014-06-03 Pedro Alves <palves@redhat.com>
9955
9956 PR breakpoints/17000
9957 * gdb.base/sss-bp-on-user-bp-2.c: New file.
9958 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
9959
06eb1586
DE
99602014-06-02 Doug Evans <xdje42@gmail.com>
9961
9962 * gdb.guile/scm-parameter.exp: New file.
9963
e698b8c4
DE
99642014-06-02 Doug Evans <xdje42@gmail.com>
9965
9966 * gdb.guile/scm-cmd.c: New file.
9967 * gdb.guile/scm-cmd.exp: New file.
9968
ded03782
DE
99692014-06-02 Doug Evans <xdje42@gmail.com>
9970
9971 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
9972 pretty-printer lookup.
9973 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
9974 (make-pp_s-printer): Call it.
9975 (make-pretty-printer-from-dict): New function.
9976 (lookup-pretty-printer-maker-from-dict): New function.
9977 (*pretty-printer*): Simplify.
9978 (make-objfile-pp_s-printer): New function.
9979 (install-objfile-pretty-printers!): New function.
9980 (make-progspace-pp_s-printer): New function.
9981 (install-progspace-pretty-printers!): New function.
9982 * gdb.guile/scm-progspace.c: New file.
9983 * gdb.guile/scm-progspace.exp: New file.
9984
41fac0cf
PA
99852014-06-02 Pedro Alves <palves@redhat.com>
9986
9987 * gdb.base/dprintf-bp-same-addr.c: New file.
9988 * gdb.base/dprintf-bp-same-addr.exp: New file.
9989
96ae5695
EBM
99902014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9991
9992 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
9993 * gdb.arch/powerpc-power.s: Likewise.
9994
da02b3a8
JB
99952014-06-02 Joel Brobecker <brobecker@adacore.com>
9996
9997 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
9998
c72b2e7b
YQ
99992014-06-01 Yao Qi <yao@codesourcery.com>
10000
10001 * gdb.base/watchpoint.exp (test_watch_location): Check null
10002 pointer can be dereferenced. If not, do the test, otherwise
10003 skip it.
10004
53e8a631
AB
100052014-05-30 Andrew Burgess <aburgess@broadcom.com>
10006
10007 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
10008 results.
10009 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
10010
938f0e2f
AB
100112014-05-30 Andrew Burgess <aburgess@broadcom.com>
10012
10013 * gdb.arch/amd64-invalid-stack-middle.S: New file.
10014 * gdb.arch/amd64-invalid-stack-middle.c: New file.
10015 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
10016 * gdb.arch/amd64-invalid-stack-top.c: New file.
10017 * gdb.arch/amd64-invalid-stack-top.exp: New file.
10018
9ba6657a
PA
100192014-05-30 Pedro Alves <palves@redhat.com>
10020
10021 PR breakpoints/17000
10022 * gdb.base/sss-bp-on-user-bp.c: New file.
10023 * gdb.base/sss-bp-on-user-bp.exp: New file.
10024
522c09bf
DB
100252014-05-30 David Blaikie <dblaikie@gmail.com>
10026
10027 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
10028 gnu_inline semantics via attribute.
10029 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
10030 source explicitly specifies the required semantics.
10031
bf4ef81e
MR
100322014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
10033
10034 * gdb.reverse/sigall-reverse.exp: Fix a typo.
10035
329ea579
PA
100362014-05-29 Pedro Alves <palves@redhat.com>
10037 Tom Tromey <tromey@redhat.com>
10038
10039 * gdb.base/async-shell.exp: Don't enable target-async.
10040 * gdb.base/async.exp
10041 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
10042 parameter. Adjust.
10043 (top level): Don't test with "target-async".
10044 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
10045 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
10046 * gdb.base/inferior-died.exp: Don't enable target-async.
10047 * gdb.base/interrupt-noterm.exp: Likewise.
10048 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
10049 * gdb.mi/mi-nonstop-exit.exp: Likewise.
10050 * gdb.mi/mi-nonstop.exp: Likewise.
10051 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
10052 * gdb.mi/mi-nsintrall.exp: Likewise.
10053 * gdb.mi/mi-nsmoribund.exp: Likewise.
10054 * gdb.mi/mi-nsthrexec.exp: Likewise.
10055 * gdb.mi/mi-watch-nonstop.exp: Likewise.
10056 * gdb.multi/watchpoint-multi.exp: Adjust comment.
10057 * gdb.python/py-evsignal.exp: Don't enable target-async.
10058 * gdb.python/py-evthreads.exp: Likewise.
10059 * gdb.python/py-prompt.exp: Likewise.
10060 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
10061 * gdb.server/solib-list.exp: Don't enable target-async.
10062 * gdb.threads/thread-specific-bp.exp: Likewise.
10063 * lib/mi-support.exp: Adjust to use mi-async.
10064
fd664c91
PA
100652014-05-29 Pedro Alves <palves@redhat.com>
10066
10067 PR gdb/13860
10068 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
10069 reason, even in sync mode.
10070
251bde03
PA
100712014-05-29 Pedro Alves <palves@redhat.com>
10072 Hui Zhu <hui@codesourcery.com>
10073
10074 PR PR15693
10075 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
10076 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
10077 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
10078 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
10079
7f3c0343
JB
100802014-05-28 Joel Brobecker <brobecker@adacore.com>
10081
10082 * config/monitor.exp (gdb_target_monitor): Replace use of
10083 "set remotebaud" by "set serial baud".
10084
b2715b27
AW
100852014-05-26 Andy Wingo <wingo@igalia.com>
10086
10087 * gdb.guile/scm-breakpoint.exp:
10088 * gdb.guile/scm-gsmob.exp: Update to use plain old object
10089 properties instead of gdb-object-properties.
10090
498a4489
YQ
100912014-05-26 Yao Qi <yao@codesourcery.com>
10092
10093 * gdb.server/no-thread-db.exp: Specify source file name
10094 explicitly when setting a breakpoint.
10095
589fdceb
MM
100962014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10097
10098 * gdb.btrace/vdso.c: New.
10099 * gdb.btrace/vdso.exp: New.
10100
e9089e05
MM
101012014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10102
10103 * gdb.base/gcore.exp (capture_command_output): Move ...
10104 * lib/gdb.exp (capture_command_output): ... here.
10105
67b5c0c1
MM
101062014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10107
10108 * gdb.btrace/data.exp: Test memory access during btrace replay.
10109
a2199296
SM
101102014-05-22 Simon Marchi <simon.marchi@ericsson.com>
10111
10112 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
10113
17b2616c
PA
101142014-05-21 Pedro Alves <palves@redhat.com>
10115
10116 PR gdb/13860
10117 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
10118 (top level): Test that output related to execution commands is
10119 sent to the console with CLI commands, but not with MI commands.
10120 Test that breakpoint events are always mirrored to the console.
10121 Also expect the new source line to be output after a "next" in
10122 async mode too. Make it a pass/fail test.
10123 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
10124 output.
10125 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
10126
5166082f
PA
101272014-05-21 Pedro Alves <palves@redhat.com>
10128
10129 * gdb.base/list.exp (build_pattern, test_list): New procedures.
10130 Use them to test variations of "list" after reaching a breakpoint.
10131 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
10132 Test "list" with listsize 10 after reaching a breakpoint.
10133 * gdb.python/python.exp (decode_line current location line
10134 number): Adjust expected line number.
10135
2f25d70f
SM
101362014-05-21 Simon Marchi <simon.marchi@ericsson.com>
10137
10138 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
10139 behavior for $args, pass it directly to "run".
10140
ff604a67
MR
101412014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
10142
10143 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
10144 30000 to 65536.
10145
6a3cb8e8
PA
101462014-05-21 Pedro Alves <palves@redhat.com>
10147
10148 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
10149 auto-connect-native-target off".
10150 * gdb.base/auto-connect-native-target.c: New file.
10151 * gdb.base/auto-connect-native-target.exp: New file.
10152
4ebfc96e
PA
101532014-05-21 Pedro Alves <palves@redhat.com>
10154
10155 * gdb.base/default.exp: Test "target native" instead of "target
10156 child".
10157
36d46afb
MW
101582014-05-21 Mark Wielaard <mjw@redhat.com>
10159
10160 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10161
5876f503
JK
101622014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10163
10164 Fix TLS access for -static -pthread.
10165 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
10166 <HAVE_TLS> (thread_function, main): Initialize it.
10167 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
10168 Add clean_restart.
10169 <$have_tls != "">: Check TLSVAR.
10170
0256a6ac
PA
101712014-05-21 Pedro Alves <palves@redhat.com>
10172
10173 * gdb.base/dcache-line-read-error.c: New.
10174 * gdb.base/dcache-line-read-error.exp: New.
10175
936d2992
PA
101762014-05-20 Pedro Alves <palves@redhat.com>
10177
10178 * gdb.base/compare-sections.c: New file.
10179 * gdb.base/compare-sections.exp: New file.
10180
802e8e6d
PA
101812014-05-20 Pedro Alves <palves@redhat.com>
10182
10183 * gdb.base/break-idempotent.c: New file.
10184 * gdb.base/break-idempotent.exp: New file.
10185
e59fa00f
MM
101862014-05-20 Markus Metzger <markus.t.metzger@intel.com>
10187
10188 * gdb.btrace/nohist.exp: New.
10189
8b696e31
YQ
101902014-05-20 Yao Qi <yao@codesourcery.com>
10191
10192 * lib/gdb.exp (gdb_init): Set timeout if test file is under
10193 gdb.reverse directory and gdb_reverse_timeout exists in board
10194 setting.
10195 * README: Document gdb_reverse_timeout.
10196
73c9764f
YQ
101972014-05-20 Yao Qi <yao@codesourcery.com>
10198
10199 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
10200 'test_file_name'. Treat args as a string instead of a list.
10201 (gdb_init): Rename argument 'args' by 'test_file_name'.
10202
f1f4348a
JK
102032014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10204
10205 * gdb.arch/powerpc-power.exp: New file.
10206 * gdb.arch/powerpc-power.s: New file.
10207
0dbe70ce
DE
102082014-05-16 Doug Evans <dje@google.com>
10209
10210 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
10211 * gdb.base/completion.exp: Check that all expected files exist
10212 before doing file completion.
0dbe70ce 10213
8d551b02
DE
102142014-05-16 Doug Evans <dje@google.com>
10215
10216 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
10217 Update.
10218 (do_syscall_tests_without_xml): Update.
10219
73eb7709
PA
102202014-05-16 Pedro Alves <palves@redhat.com>
10221
10222 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
10223 instead of "unknown output after running".
10224
3fae92fc
YQ
102252014-05-16 Yao Qi <yao@codesourcery.com>
10226
10227 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
10228 file1.txt from host at the end.
10229 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
10230
c2b2ccc5
DE
102312014-05-15 Doug Evans <dje@google.com>
10232
10233 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
10234 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
10235 loading file. Add test for TU lookup.
10236
8c217a4b
SM
102372014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10238
10239 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
10240 calling "-exec-arguments" or "set args" before running the
10241 inferior.
10242
3deb39c6
SM
102432014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10244
10245 * lib/mi-support.exp (mi_expect_stop): Expect message for
10246 inferiors that exit with non-zero exit code.
10247
71a79f8c
YQ
102482014-05-14 Yao Qi <yao@codesourcery.com>
10249
10250 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
10251 match absolute path on remote host.
10252 (test_file_list_exec_source_files): Remove "/" from the
10253 pattern.
10254
f23fcd46
YQ
102552014-05-14 Yao Qi <yao@codesourcery.com>
10256
10257 * boards/local-remote-host-notty.exp (${board}_file): New
10258 proc.
10259
9404b58f
KM
102602014-05-07 Kyle McMartin <kyle@redhat.com>
10261
10262 Pushed by Joel Brobecker <brobecker@adacore.com>.
10263 * gdb.arch/aarch64-atomic-inst.c: New file.
10264 * gdb.arch/aarch64-atomic-inst.exp: New file.
10265
5e45f04c
YQ
102662014-05-07 Yao Qi <yao@codesourcery.com>
10267
10268 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
10269 in current context" too.
10270
c888a17d
KS
102712014-05-05 Keith Seitz <keiths@redhat.com>
10272
10273 * gdb.linespec/ls-dollar.exp: Add test for linespec
10274 file:convenience_variable.
10275
290a839c
YQ
102762014-05-05 Yao Qi <yao@codesourcery.com>
10277
10278 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
10279 traceframes into tfile and ctf trace files. Read data from
10280 trace file and test collected data.
10281 (gdb_collect_locals_test): Likewise.
10282 (gdb_unavailable_registers_test): Likewise.
10283 (gdb_unavailable_floats): Likewise.
10284 (gdb_collect_globals_test): Likewise.
10285 (top-level): Append "ctf" to trace_file_targets if GDB
10286 supports.
10287
b5262cd0
YQ
102882014-05-05 Yao Qi <yao@codesourcery.com>
10289
10290 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
10291 code to ...
10292 (gdb_collect_args_test_1): ... it. New proc.
10293 (gdb_collect_locals_test): Move some code to ...
10294 (gdb_collect_locals_test_1): ... it. New proc.
10295 (gdb_unavailable_registers_test): Move some code to ...
10296 (gdb_unavailable_registers_test_1): ... it. New proc.
10297 (gdb_unavailable_floats): Move some code to ...
10298 (gdb_unavailable_floats_1): ... it. New proc.
10299
30a1e6cc
SDJ
103002014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10301
10302 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
10303 probes to test for bitness recognition.
10304 * gdb.arch/amd64-stap-optional-prefix.exp
10305 (test_probe_value_without_reg): New procedure.
10306 Add code to test for different kinds of bitness.
10307
f33da99a
SDJ
103082014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10309
10310 PR breakpoints/16889
10311 * gdb.arch/amd64-stap-optional-prefix.S: New file.
10312 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
10313
5b80f00d
PA
103142014-05-01 Pedro Alves <palves@redhat.com>
10315
10316 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
10317 gdb_file_cmd if no file is specified.
10318 * boards/native-extended-gdbserver.exp (gdb_load): Use the
10319 last_loaded_file to set the remote exec-file.
10320
f8c2a73c
PA
103212014-05-01 Pedro Alves <palves@redhat.com>
10322
10323 * boards/local-remote-host.exp: New file.
10324
be6e8ac7
PA
103252014-05-01 Pedro Alves <palves@redhat.com>
10326
10327 * boards/local-remote-host.exp: Rename to ...
10328 * boards/local-remote-host-notty.exp: ... this.
10329
cac0dc8f
JB
103302014-04-28 Joel Brobecker <brobecker@adacore.com>
10331
10332 * gdb.ada/dyn_arrayidx: New testcase.
10333
9730e6cc
YQ
103342014-04-26 Yao Qi <yao@codesourcery.com>
10335
10336 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
10337 and compute the length of function main. Save it in
10338 $main_length.
10339 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
10340 (top-level): Use gdb_compile to compile objects into
10341 executable and restart GDB. Remove invocation to
10342 prepare_for_testing.
10343
7ae1a6a6
PA
103442014-04-25 Simon Marchi <simon.marchi@ericsson.com>
10345 Pedro Alves <palves@redhat.com>
10346
10347 PR server/16255
10348 * gdb.multi/multi-attach.c: New file.
10349 * gdb.multi/multi-attach.exp: New file.
10350
4082afcc
PA
103512014-04-25 Pedro Alves <palves@redhat.com>
10352
10353 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
10354 user.
10355 (top level): Test that "set remote conditional-breakpoints-packet
10356 off" works as intended.
10357 * gdb.base/dprintf.exp: Test that "set remote
10358 breakpoint-commands-packet off" works as intended.
10359 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
10360 New function.
10361 (top level): Call it.
10362 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
10363 remote fast-tracepoints-packet off" works as intended.
10364 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
10365 * lib/gdb.exp (gdb_is_target_remote): ... here.
10366
2abc3f8d
DB
103672014-04-24 David Blaikie <dblaikie@gmail.com>
10368
10369 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
10370 ensure clang would not discard them.
10371 * gdb.base/gdbvars.c: Ditto.
10372 * gdb.base/memattr.c: Ditto.
10373 * gdb.base/whatis.c: Ditto.
10374 * gdb.python/py-prettyprint.c: Ditto.
10375 * gdb.trace/actions.c: Ditto.
10376 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
10377 ensure clang would not discard it.
10378
bfd39632
DB
103792014-04-24 David Blaikie <dblaikie@gmail.com>
10380
10381 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
10382 clang to emit the full definition of type required by the test
10383 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
10384
22842ff6
DB
103852014-04-24 David Blaikie <dblaikie@gmail.com>
10386
10387 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
10388 coax Clang into emitting the definition of the type.
10389 * gdb.cp/pr10728-x.h (y): Ditto.
10390 * gdb.cp/pr10728-y.cc (y): Ditto.
10391
c2e827ad
DB
103922014-04-24 David Blaikie <dblaikie@gmail.com>
10393
10394 * gdb.base/label.exp: XFAIL label related tests under Clang.
10395 * gdb.cp/cplabel.exp: Ditto.
10396 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
10397 under Clang those using labels.
10398
4c2d33e7
YQ
103992014-04-25 Yao Qi <yao@codesourcery.com>
10400
10401 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
10402 double_label.
10403 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
10404 partial_label and double_label.
10405
56083b99
DB
104062014-04-24 David Blaikie <dblaikie@gmail.com>
10407
10408 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
10409
25d4e99d
DB
104102014-04-24 David Blaikie <dblaikie@gmail.com>
10411
10412 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
10413 of the function to work across GCC and Clang.
10414 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
10415 pointer types (const void ** const V void **).
10416
01f9f808
MS
104172014-04-24 Michael Sturm <michael.sturm@mintel.com>
10418 Walfred Tedeschi <walfred.tedeschi@intel.com>
10419
10420 * Makefile.in (EXECUTABLES): Added i386-avx512.
10421 * gdb.arch/i386-avx512.c: New file.
10422 * gdb.arch/i386-avx512.exp: Likewise.
10423
4b48d439
KS
104242014-04-23 Keith Seitz <keiths@redhat.com>
10425
10426 * lib/mi-support.exp (mi_list_breakpoints): Delete.
10427 (mi_make_breakpoint_table): New procedure.
10428 (mi_create_breakpoint): Use mi_make_breakpoint
10429 and return the result.
10430 (mi_make_breakpoint): New procedure.
10431 (mi_build_kv_pairs): New procedure.
10432
10433 * gdb.mi/mi-break.exp: Remove unused globals,
10434 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
10435 All callers updated.
10436 * gdb.mi/mi-dprintf.exp: Use variable to track command
10437 number.
10438 Update all callers of mi_create_breakpoint and use
10439 mi_make_breakpoint_table.
10440 Remove any unused global variables.
10441 * gdb.mi/mi-nonstop.exp: Likewise.
10442 * gdb.mi/mi-nsintrall.exp: Likewise.
10443 * gdb.mi/mi-nsmoribund.exp: Likewise.
10444 * gdb.mi/mi-nsthrexec.exp: Likewise.
10445 * gdb.mi/mi-reverse.exp: Likewise.
10446 * gdb.mi/mi-simplerun.exp: Likewise.
10447 * gdb.mi/mi-stepn.exp: Likewise.
10448 * gdb.mi/mi-syn-frame.exp: Likewise.
10449 * gdb.mi/mi-until.exp: Likewise.
10450 * gdb.mi/mi-var-cp.exp: Likewise.
10451 * gdb.mi/mi-var-display.exp: Likewise.
10452 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
10453 * gdb.mi/mi2-var-child.exp: Likewise.
10454 * gdb.mi/mi-vla-c99.exp: Likewise.
10455 * lib/mi-support.exp: Likewise.
10456
10457 From Ian Lance Taylor <iant@cygnus.com>:
10458 * lib/gdb.exp (parse_args): New procedure.
10459
08351840
PA
104602014-04-23 Pedro Alves <palves@redhat.com>
10461
10462 * gdb.base/break-unload-file.c: New file.
10463 * gdb.base/break-unload-file.exp: New file.
10464 * gdb.base/sym-file-lib.c (baz): New function.
10465 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
10466 field.
10467 (load): Store the segment's mapped size.
10468 (unload): New function.
10469 (unload_shlib): New function.
10470 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
10471 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
10472 set a breakpoint at baz, and call it.
10473 * gdb.base/sym-file.exp: New tests for stale breakpoint
10474 instructions.
10475
076855f9
PA
104762014-04-23 Pedro Alves <palves@redhat.com>
10477
10478 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
10479 * gdb.base/hbreak-in-shr-unsupported.c: New file.
10480 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
10481 * gdb.base/hbreak-unmapped.c: New file.
10482 * gdb.base/hbreak-unmapped.exp: New file.
10483 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
10484 * lib/gdb.exp (gdb_is_target_remote): ... here.
10485
483805cf
PA
104862014-04-22 Pedro Alves <palves@redhat.com>
10487
10488 * gdb.base/consecutive-step-over.c: New file.
10489 * gdb.base/consecutive-step-over.exp: New file.
10490
06d97543
PA
104912014-04-22 Pedro Alves <palves@redhat.com>
10492
10493 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
10494 instead of send_gdb/gdb_expect.
10495
b4429ea2
YQ
104962014-04-22 Yao Qi <yao@codesourcery.com>
10497
10498 * lib/trace-support.exp (generate_tracefile): New procedure.
10499 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
10500 return 0.
10501 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
10502 if generate_tracefile returns 1.
10503
51d48146
PA
105042014-04-18 Tom Tromey <palves@redhat.com>
10505 Pedro alves <tromey@redhat.com>
10506
10507 PR backtrace/15558
10508 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
10509 with a backtrace limit.
10510 * gdb.python/py-frame-inline.exp: Test running to an inline
10511 function with a backtrace limit, and printing the newest frame.
10512 * gdb.python/py-frame-inline.c (main): Call f.
10513
bd1dce5f
MS
105142014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10515
10516 * gdb.java/jnpe.exp: Drop srcdir from untested path.
10517
40d1a503
MS
105182014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10519
10520 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
10521 Drop prefix from unsupported source file path.
10522
389b98f7
YQ
105232014-04-17 Yao Qi <yao@codesourcery.com>
10524
10525 * lib/gdb.exp (with_target_charset): New proc.
10526 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
10527 with_target_charset.
10528 (test_print_strings): Likewise.
10529 (test_repeat_bytes): Likewise.
10530 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
10531 for some tests.
10532
22869d73
KS
105332014-04-16 Keith Seitz <keiths@redhat.com>
10534
10535 PR gdb/15827
10536 * gdb.dwarf2/corrupt.c: New file.
10537 * gdb.dwarf2/corrupt.exp: New file.
10538
c4f87ca6
KS
105392014-04-16 Keith Seitz <keiths@redhat.com>
10540
10541 PR c++/16597
10542 * gdb.cp/namelessclass.cc: New file.
10543 * gdb.cp/namelessclass.exp: New file.
10544 * gdb.cp/namelessclass.S: New file.
10545
ab19de87
DE
105462014-04-16 Doug Evans <dje@google.com>
10547
10548 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
10549 Add comment.
10550 (gdbserver_default_get_comm_port): New function.
10551 (gdbserver_start): Check if board file provided
10552 "gdbserver,get_comm_port" and use it if so.
10553 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
10554 (gdb,socketport): Set to "stdio".
10555 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
10556 (stdio_gdbserver_template): Delete.
10557 (${board}_get_remote_address): Update.
10558 (${board}_build_remote_cmd): Delete.
10559 (${board}_get_comm_port): New function.
10560 (${board}_spawn): Update.
10561 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
10562 Delete.
10563 (${board}_get_remote_address): Update.
10564 (${board}_get_comm_port): New function.
10565
fc98a809
AB
105662014-04-16 Andrew Burgess <aburgess@broadcom.com>
10567
10568 * gdb.base/memattr.exp: Improve regexps to handle memory regions
10569 appearing in any order.
10570
87fd9e6e
DE
105712014-04-15 Doug Evans <dje@google.com>
10572
10573 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
10574 uninitialized value of "description".
10575
099fc3ea
KS
105762014-04-15 Keith Seitz <keiths@redhat.com>
10577
10578 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
10579 Remove unused globals.
10580 (test_running_the_program): Likewise.
10581 (test_controlled_execution): Likewise.
10582 (test_controlling_breakpoints): Likewise.
10583 (test_program_termination): Likewise.
10584
5da151d4
KS
105852014-04-15 Keith Seitz <keiths@redhat.com>
10586
10587 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
10588 unused globals.
10589 (test_rbreak_creation_and_listing): Likewise.
10590 (test_ignore_count): Likewise.
10591 (test_error): Likewise.
10592
35e5d2f0
PA
105932014-04-15 Pedro Alves <palves@redhat.com>
10594
10595 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
10596 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
10597 sym-file-loader.c.
10598 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10599 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10600 to sym-file-loader.c.
10601 (struct library): Forward declare.
10602 (load_shlib, lookup_function): Change prototypes.
10603 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10604 (translate_offset): Remove declarations.
10605 (get_text_addr): New declaration.
10606 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
10607 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
10608 sym-file-loader.h.
10609 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10610 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10611 here from sym-file-loader.h.
10612 (struct library): New structure.
10613 (load_shlib, lookup_function): Change prototypes and adjust to
10614 work with a struct library.
10615 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10616 (translate_offset): Make static.
10617 (get_text_addr): New function.
10618 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
10619
eb4c1710
PA
106202014-04-15 Pedro Alves <palves@redhat.com>
10621
10622 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
10623
2d1baf52
PA
106242014-04-15 Pedro Alves <palves@redhat.com>
10625
10626 * gdb.base/sym-file-loader.c: Include <limits.h>.
10627 (SELF_LINK): New define.
10628 (get_origin): New function.
10629 (load_shlib): Use it.
10630 * gdb.base/sym-file.exp: Don't early return if the target is
10631 remote. Use runto_main, and issue fail is that fails. Use
10632 gdb_load_shlibs.
10633 (shlib_name): Delete.
10634 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
10635
7dd6df01
PA
106362014-04-15 Pedro Alves <palves@redhat.com>
10637
10638 * gdb.base/sym-file.exp: Remove regex characters from test
10639 message. Don't refer to breakpoint numbers in test messages.
10640
b50c8614
KS
106412014-04-14 Keith Seitz <keiths@redhat.com>
10642
10643 PR c++/16253
10644 * gdb.cp/var-tag.cc: New file.
10645 * gdb.cp/var-tag.exp: New file.
10646 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
10647 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
10648 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10649 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10650
3d567982
TT
106512014-04-14 Tom Tromey <tromey@redhat.com>
10652
10653 * gdb.cp/classes.exp (test_enums): Handle underlying type.
10654 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
10655 type.
10656 * gdb.cp/enum-class.exp: New file.
10657 * gdb.cp/enum-class.cc: New file.
10658
0626fc76
TT
106592014-04-14 Tom Tromey <tromey@redhat.com>
10660
10661 * gdb.dwarf2/enum-type.exp: New file.
10662
dca325b3
SA
106632014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10664
10665 * gdb.mi/mi-vla-c99.exp: New file.
10666 * gdb.mi/vla.c: New file.
10667
5854b38a
SA
106682014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10669
10670 * gdb.base/vla-datatypes.c: New file.
10671 * gdb.base/vla-datatypes.exp: New file.
10672
463bb957
SA
106732014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10674
10675 * gdb.base/vla-ptr.c: New file.
10676 * gdb.base/vla-ptr.exp: New file.
10677
3dd170be
SA
106782014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10679
10680 * gdb.dwarf2/count.exp: New file.
10681
5ecaaa66
SA
106822014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10683
10684 * gdb.base/vla-sideeffect.c: New file.
10685 * gdb.base/vla-sideeffect.exp: New file.
10686
41f1ada5
DB
106872014-04-14 David Blaikie <dblaikie@gmail.com>
10688
10689 * gdb.mi/non-stop.c: Add return value for non-void function return
10690 statement.
10691 * gdb.threads/staticthreads.c: Ditto.
10692
0be03e84
DE
106932014-04-12 Siva Chandra Reddy <sivachandra@google.com>
10694 Doug Evans <xdje42@gmail.com>
10695
10696 * gdb.guile/scm-value.c: Improve test case.
10697 * gdb.guile/scm-value.exp: Add new test.
10698
f180a1fb
DB
106992014-04-11 David Blaikie <dblaikie@gmail.com>
10700
10701 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
10702 override Clang's default.
10703
6b662e19
JB
107042014-04-11 Joel Brobecker <brobecker@adacore.com>
10705
10706 Revert the following changes (regressions):
10707
10708 * gdb.base/vla-sideeffect.c: New file.
10709 * gdb.base/vla-sideeffect.exp: New file.
10710
10711 * gdb.dwarf2/count.exp: New file.
10712
10713 * gdb.base/vla-multi.c: New file.
10714 * gdb.base/vla-multi.exp: New file.
10715
10716 * gdb.base/vla-ptr.c: New file.
10717 * gdb.base/vla-ptr.exp: New file.
10718
10719 * gdb.base/vla-datatypes.c: New file.
10720 * gdb.base/vla-datatypes.exp: New file.
10721
10722 * gdb.mi/mi-vla-c99.exp: New file.
10723 * gdb.mi/vla.c: New file.
10724
245a5f0b
KS
107252014-04-11 Keith Seitz <keiths@redhat.com>
10726
10727 PR c++/16675
10728 * gdb.cp/cpsizeof.exp: New file.
10729 * gdb.cp/cpsizeof.cc: New file.
10730
58a84dcf
SA
107312014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10732
191a8a90
JB
10733 * gdb.mi/mi-vla-c99.exp: New file.
10734 * gdb.mi/vla.c: New file.
58a84dcf 10735
c8655f75
SA
107362014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10737
10738 * gdb.base/vla-datatypes.c: New file.
10739 * gdb.base/vla-datatypes.exp: New file.
10740
024e13b4
SA
107412014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10742
10743 * gdb.base/vla-ptr.c: New file.
10744 * gdb.base/vla-ptr.exp: New file.
10745
1a237e0e
SA
107462014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10747
10748 * gdb.base/vla-multi.c: New file.
10749 * gdb.base/vla-multi.exp: New file.
10750
504f3432
SA
107512014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10752
10753 * gdb.dwarf2/count.exp: New file.
10754
3bce8237
SA
107552014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10756
191a8a90
JB
10757 * gdb.base/vla-sideeffect.c: New file.
10758 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 10759
322f9c21
YQ
107602014-04-11 Yao Qi <yao@codesourcery.com>
10761
10762 * gdb.base/completion.exp: Check file exists before running tests
10763 on file completion.
10764
d708bcd1
PA
107652014-04-10 Pedro Alves <palves@redhat.com>
10766
10767 * gdb.base/cond-eval-mode.c: New file.
10768 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
10769 prepare_for_testing to build the new file. Check result of
10770 runto_main.
10771 (test_break, test_watch): New procedures.
10772 (top level): Use them.
10773
ae1d2761
PM
107742014-04-08 Pierre Muller <muller@sourceware.org>
10775
10776 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
10777 Ctrl-V use for mingw hosts.
10778
7af389b8
SC
107792014-04-07 Siva Chandra Reddy <sivachandra@google.com>
10780
10781 * gdb.python/py-value.c: Improve test case.
10782 * gdb.python/py-value.exp: Add new test.
10783
5e703181
DE
107842014-04-07 David Blaikie <dblaikie@gmail.com>
10785
10786 * lib/compiler.c: Identify the clang compiler.
10787 * lib/compiler.cc: Ditto.
10788
9810b410
YQ
107892014-04-03 Yao Qi <yao@codesourcery.com>
10790
10791 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
10792
98d1b8dc
AB
107932014-04-01 Anton Blanchard <anton@samba.org>
10794
10795 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
10796 messages unique.
10797
3114cea1
AB
107982014-04-01 Anton Blanchard <anton@samba.org>
10799
10800 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
10801 prepare_for_testing.
10802
62f7182c
AB
108032014-04-01 Anton Blanchard <anton@samba.org>
10804
10805 * gdb.arch/ppc64-atomic-inst.c: Remove.
10806 * gdb.arch/ppc64-atomic-inst.S: New file.
10807 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
10808
770e7fc7
DE
108092014-03-31 Doug Evans <dje@google.com>
10810
10811 * gdb.base/print-symbol-loading-lib.c: New file.
10812 * gdb.base/print-symbol-loading-main.c: New file.
10813 * gdb.base/print-symbol-loading.exp: New file.
10814
46e2bafa
YQ
108152014-03-31 Yao Qi <yao@codesourcery.com>
10816
10817 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
10818
8776cfe9
JB
108192014-03-28 Joel Brobecker <brobecker@adacore.com>
10820
10821 * gdb.ada/mi_dyn_arr: New testcase.
10822
5d1ef361
DE
108232014-03-27 Doug Evans <dje@google.com>
10824
10825 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
10826
b5bee914
YQ
108272014-03-27 Yao Qi <yao@codesourcery.com>
10828
10829 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
10830 if target is nios2-*-*.
10831
0d4d0e77
YQ
108322014-03-26 Yao Qi <yao@codesourcery.com>
10833
10834 * lib/gdb.exp (readline_is_used): New proc.
10835 * gdb.base/completion.exp: Move tests on command complete up.
10836 Skip the rest of tests if readline is not used.
10837 * gdb.ada/complete.exp: Skp the test if readline is not
10838 used.
10839 * gdb.base/filesym.exp: Likewise.
10840 * gdb.base/macscp.exp: Likewise.
10841 * gdb.base/readline-ask.exp: Likewise.
10842 * gdb.base/readline.exp: Likewise.
10843 * gdb.python/py-cmd.exp: Likewise.
10844 * gdb.trace/tfile.exp: Likewise.
10845
29361eee
YQ
108462014-03-26 Yao Qi <yao@codesourcery.com>
10847
10848 * gdb.base/macscp.exp: Fix code format issues.
10849
bc9a5525
UW
108502014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
10851
10852 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
10853 * gdb.asm/powerpc64le.inc: New file.
10854
d3839ede
PA
108552014-03-25 Pedro Alves <palves@redhat.com>
10856 Doug Evans <dje@google.com>
10857
10858 * gdb.base/source-execution.c: New file.
10859 * gdb.base/source-execution.exp: New file.
10860 * gdb.base/source-execution.gdb: New file.
10861
01672a57
DE
108622014-03-24 Doug Evans <dje@google.com>
10863
10864 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
10865 using fission.
10866
88bbeca9
HZ
108672014-03-24 Hui Zhu <hui@codesourcery.com>
10868 Pedro Alves <palves@redhat.com>
10869
10870 PR breakpoints/16101
10871 * gdb.base/dprintf.exp: Use unsupported rather than changing the
10872 test pass/fail messages. Detect missing support for dprintf when
10873 breakpoints are actually inserted.
10874 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
10875 breakpoints are actually inserted.
10876 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
10877 fails.
10878
d2348791
JK
108792014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10880
10881 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
10882
feef67ab
DE
108832014-03-22 Doug Evans <xdje42@gmail.com>
10884
10885 * gdb.python/python.exp (python not supported): Verify multi-line
10886 python command issues an error.
25d743f9 10887 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 10888 guile command issues an error.
feef67ab 10889
ecebef6a
MR
108902014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
10891
10892 * gdb.threads/thread-specific.exp: Handle the lack of usable
10893 $this_breakpoint and $this_thread.
10894
ccdd1909
HZ
108952014-03-21 Hui Zhu <hui@codesourcery.com>
10896
10897 * gdb.base/attach.exp (do_command_attach_tests): New.
10898
beb460e8
PA
108992014-03-20 Tom Tromey <tromey@redhat.com>
10900 Pedro Alves <palves@redhat.com>
10901
10902 PR cli/15718
10903 * gdb.base/condbreak-call-false.c: New file.
10904 * gdb.base/condbreak-call-false.exp: New file.
10905
40acf43a
PA
109062014-03-20 Pedro Alves <palves@redhat.com>
10907
10908 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
10909 Delete.
10910 (block_signals, unblock_signals): Delete.
10911 (child_function_2, main): Remove references to deleted variable
10912 and functions.
10913
9f5e1e02
PA
109142014-03-20 Pedro Alves <palves@redhat.com>
10915
10916 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
10917 Use pthread_kill to signal thread 2.
10918 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10919 Adjust to make the test send itself a signal rather than using the
10920 host's "kill" command.
10921
99619bea
PA
109222014-03-20 Pedro Alves <palves@redhat.com>
10923
10924 * gdb.threads/multiple-step-overs.c: New file.
10925 * gdb.threads/multiple-step-overs.exp: New file.
10926 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10927 Adjust expected infrun debug output.
10928
2adfaa28
PA
109292014-03-20 Pedro Alves <palves@redhat.com>
10930
10931 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
10932 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
10933
31e77af2
PA
109342014-03-20 Pedro Alves <palves@redhat.com>
10935
10936 PR breakpoints/7143
10937 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
10938 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
10939 of gdb_test_multiple.
10940 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
10941 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
10942
b9f437de
PA
109432014-03-20 Pedro Alves <palves@redhat.com>
10944
10945 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
10946 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
10947
05adc73e
PA
109482014-03-19 Pedro Alves <palves@redhat.com>
10949
10950 * gdb.base/async.exp: Remove early return.
10951
6048b950
PA
109522014-03-19 Pedro Alves <palves@redhat.com>
10953
10954 * gdb.base/async.exp (step& tests): Pass explicit test messages.
10955
8bcfb00a
PA
109562014-03-19 Pedro Alves <palves@redhat.com>
10957
10958 * gdb.base/async.exp (test_background): Expect \r\n after
10959 "completed." in the fail pattern.
10960
884e37dc
PA
109612014-03-19 Pedro Alves <palves@redhat.com>
10962
10963 * gdb.base/async.exp (test_background): New procedure.
10964 Use it for all background execution command tests.
10965
148e57e2
PA
109662014-03-19 Pedro Alves <palves@redhat.com>
10967
10968 * gdb.base/async.exp: Use prepare_for_testing.
10969
f48088c7
PA
109702014-03-19 Pedro Alves <palves@redhat.com>
10971
10972 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
10973 the same line.
10974
e2f6c966
PA
109752014-03-19 Pedro Alves <palves@redhat.com>
10976
10977 * gdb.base/async.c (main): Add "jump here" and "until here" line
10978 marker comments.
10979 * gdb.base/async.exp (jump_here): New global.
10980 (jump& test): Use it.
10981 (until_here): New global.
10982 (until& test): Use it.
10983
c30568d4
PA
109842014-03-19 Pedro Alves <palves@redhat.com>
10985
10986 * gdb.base/async.exp: Don't frob gdb_protocol.
10987
0172b6a7
DE
109882014-03-18 Doug Evans <xdje42@gmail.com>
10989
10990 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
10991 Fix spelling of exec-done-display.
10992
06c868a8
JK
109932014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
10994
10995 PR gdb/15358
10996 * gdb.base/gdb-sigterm.c: New file.
10997 * gdb.base/gdb-sigterm.exp: New file.
10998
0c7e1a46
PA
109992014-03-18 Pedro Alves <palves@redhat.com>
11000
11001 PR gdb/13860
11002 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
11003 * lib/mi-support.exp (mi_expect_stop): Add special handling for
11004 solib-event.
11005
f7c77d93
JB
110062014-03-17 Joel Brobecker <brobecker@adacore.com>
11007
11008 * gdb.ada/pckd_arr_ren: New testcase.
11009
5a1e8c7a
DE
110102014-03-13 Doug Evans <xdje42@gmail.com>
11011
11012 PR guile/16612
11013 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
11014 collect after discarding symbols.
11015
350e1a76
DE
110162014-03-13 Ludovic Courtès <ludo@gnu.org>
11017 Doug Evans <xdje42@gmail.com>
11018
11019 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
11020 to history survives a gc.
11021
a69900ae
PA
110222014-03-13 Pedro Alves <palves@redhat.com>
11023
11024 * gdb.base/default.exp: Don't test "target procfs".
11025
5db9f0bd
PA
110262014-03-13 Pedro Alves <palves@redhat.com>
11027
11028 * gdb.base/default.exp: Update "target child" and "target procfs"
11029 tests to not expect "Unix".
11030
b3ccfe11
TT
110312014-03-12 Tom Tromey <tromey@redhat.com>
11032
11033 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
11034 New procs. Add target-async tests.
11035 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
11036 Add target-async tests.
11037
646f4417
AA
110382014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11039
11040 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
11041 'func_start' and 'func_end' for the beginning and end of the
11042 function code, respectively.
11043 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
11044 'func_end' instead of 'func' and 'main'.
11045
288c211f
AA
110462014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11047
11048 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
11049 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
11050 generate the debug info assembler source.
11051
e0c0f156
AA
110522014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11053
11054 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
11055 * gdb.dwarf2/arr-subrange.exp: Likewise.
11056 * gdb.dwarf2/dwz.exp: Likewise.
11057 * gdb.dwarf2/method-ptr.exp: Likewise.
11058 * gdb.dwarf2/missing-sig-type.exp: Likewise.
11059 * gdb.dwarf2/subrange.exp: Likewise.
11060 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
11061 * gdb.dwarf2/implptrpiece.exp: Likewise.
11062 * gdb.dwarf2/nostaticblock.exp: Likewise.
11063
0e5c4555
AA
110642014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11065
11066 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
11067 directory to absolute path name arguments.
11068
5ec18f2b
JG
110692014-03-10 Joel Brobecker <brobecker@adacore.com>
11070
11071 * gdb.ada/tagged_access: New testcase.
11072
847fc4f2
MM
110732014-03-07 Markus Metzger <markus.t.metzger@intel.com>
11074
11075 * gdb.btrace/data.exp: Update expected output.
11076
cc3da688
YQ
110772014-03-06 Yao Qi <yao@codesourcery.com>
11078
11079 * gdb.trace/pr16508.exp: New file.
11080
0f26cec1
PA
110812014-03-05 Pedro Alves <palves@redhat.com>
11082
11083 PR gdb/16575
11084 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
11085 procedure.
11086 (top level): Adjust to use it. Add tests that exercise breakpoint
11087 interaction with the code-cache.
11088
7a5a839f
LC
110892014-02-26 Ludovic Courtès <ludo@gnu.org>
11090
11091 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
11092 test for 'history-append!'.
11093
31aa7e4e
JB
110942014-02-26 Joel Brobecker <brobecker@adacore.com>
11095
11096 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
11097 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
11098 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
11099 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
11100 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
11101 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
11102
1b588015
JB
111032014-02-26 Joel Brobecker <brobecker@adacore.com>
11104
11105 * testsuite/gdb.python/py-pp-re-notag.c: New file.
11106 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
11107 * testsuite/gdb.python/py-pp-re-notag.p: New file.
11108
55426c9d
JB
111092014-02-26 Joel Brobecker <brobecker@adacore.com>
11110
11111 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
11112
dc53a7ad
JB
111132014-02-26 Joel Brobecker <brobecker@adacore.com>
11114
11115 * gdb.dwarf2/arr-stride.c: New file.
11116 * gdb.dwarf2/arr-stride.exp: New file.
11117
12ab52e9
PA
111182014-02-26 Pedro Alves <palves@redhat.com>
11119
11120 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
11121 that won't ever trigger. Make sure that GDB reports the correct
11122 breakpoint that caused the stop.
11123
849c862e
JK
111242014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11125
11126 PR gdb/16626
11127 * gdb.base/auto-load-script: New file.
11128 * gdb.base/auto-load.c: New file.
11129 * gdb.base/auto-load.exp: New file.
11130
71b7d793
JK
11131 PR gdb/16626
11132 * gdb.base/auto-load.exp: Fix out-of-srctree run.
11133
e2f0d509
JK
111342014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11135
11136 Fix dw2-icycle.exp -fsanitize=address GDB crash.
11137 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
11138
50cc37c8
DE
111392014-02-24 Doug Evans <dje@google.com>
11140
11141 * lib/gdb.exp (run_on_host): Log error output if program fails.
11142
ea4758f2
PA
111432014-02-21 Pedro Alves <palves@redhat.com>
11144
11145 * gdb.threads/step-after-sr-lock.c: Rename to ...
11146 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
11147 * gdb.threads/step-after-sr-lock.exp: Rename to ...
11148 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11149 ... this.
11150
d7b30f67
SDJ
111512014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
11152
11153 PR tdep/16397
11154 * gdb.arch/amd64-stap-special-operands.exp: New file.
11155 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
11156 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
11157 * gdb.arch/amd64-stap-triplet.S: Likewise.
11158 * gdb.arch/amd64-stap-triplet.c: Likewise.
11159
83deb43f
JB
111602014-02-20 Joel Brobecker <brobecker@adacore.com>
11161
11162 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
11163 in .section pseudo-op.
11164
adde2bff
DE
111652014-02-20 lin zuojian <manjian2006@gmail.com>
11166 Joel Brobecker <brobecker@adacore.com>
11167 Doug Evans <xdje42@gmail.com>
11168
11169 PR symtab/16581
11170 * gdb.dwarf2/dw2-icycle.S: New file.
11171 * gdb.dwarf2/dw2-icycle.c: New file.
11172 * gdb.dwarf2/dw2-icycle.exp: New file.
11173
f7bd0f78
SC
111742014-02-19 Siva Chandra Reddy <sivachandra@google.com>
11175
11176 * gdb.python/py-value-cc.cc: Improve test case to enable testing
11177 operations on gdb.Value objects.
11178 * gdb.python/py-value-cc.exp: Add new test to test operations on
11179 gdb.Value objects.
11180
c17ef0d5
DE
111812014-02-18 Doug Evans <dje@google.com>
11182
11183 * Makefile.in (TESTS): New variable.
11184 (expanded_tests, expanded_tests_or_none): New variables
11185 (check-single): Pass $(expanded_tests_or_none) to runtest.
11186 (check-parallel): Only run tests in $(TESTS) if non-empty.
11187 (check/no-matching-tests-found): New rule.
11188 * README: Document TESTS makefile variable.
11189
5dd3176f
DE
111902014-02-18 Doug Evans <dje@google.com>
11191
11192 * Makefile.in (check-parallel): rm -rf outputs temp.
11193
0b10be4f
JK
111942014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11195
11196 Fix "ERROR: no fileid for" in the testsuite.
11197 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
11198
85f224e7
DE
111992014-02-12 Doug Evans <dje@google.com>
11200
11201 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
11202 (MISCELLANEOUS): New variable.
11203 (clean): rm -rf $(MISCELLANEOUS).
11204 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
11205 dwp live in the same directory as symlinks, with each symlink pointed
11206 to a differently named file in a different directory.
11207
149b30ff
DE
112082014-02-11 Doug Evans <dje@google.com>
11209
11210 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
11211 of Tcl file commands.
11212
1dfdac32
MK
112132014-02-10 Mark Kettenis <kettenis@gnu.org>
11214
11215 * gdb.threads/step-after-sr-lock.exp: Avoid executing
11216 "kill -SIGUSR1 -1".
11217
aa4fb036
JB
112182014-02-10 Joel Brobecker <brobecker@adacore.com>
11219
11220 * gdb.ada/tick_length_array_enum_idx: New testcase.
11221
ed3ef339
DE
112222014-02-10 Doug Evans <xdje42@gmail.com>
11223
11224 * configure.ac (AC_OUTPUT): Add gdb.guile.
11225 * configure: Regenerate.
11226 * lib/gdb-guile.exp: New file.
11227 * lib/gdb.exp (get_target_charset): New function.
11228 * gdb.base/help.exp: Update expected output from "apropos apropos".
11229 * gdb.guile/Makefile.in: New file.
11230 * gdb.guile/guile.exp: New file.
11231 * gdb.guile/scm-arch.c: New file.
11232 * gdb.guile/scm-arch.exp: New file.
11233 * gdb.guile/scm-block.c: New file.
11234 * gdb.guile/scm-block.exp: New file.
11235 * gdb.guile/scm-breakpoint.c: New file.
11236 * gdb.guile/scm-breakpoint.exp: New file.
11237 * gdb.guile/scm-disasm.c: New file.
11238 * gdb.guile/scm-disasm.exp: New file.
11239 * gdb.guile/scm-equal.c: New file.
11240 * gdb.guile/scm-equal.exp: New file.
11241 * gdb.guile/scm-error.exp: New file.
11242 * gdb.guile/scm-error.scm: New file.
11243 * gdb.guile/scm-frame-args.c: New file.
11244 * gdb.guile/scm-frame-args.exp: New file.
11245 * gdb.guile/scm-frame-args.scm: New file.
11246 * gdb.guile/scm-frame-inline.c: New file.
11247 * gdb.guile/scm-frame-inline.exp: New file.
11248 * gdb.guile/scm-frame.c: New file.
11249 * gdb.guile/scm-frame.exp: New file.
11250 * gdb.guile/scm-generics.exp: New file.
11251 * gdb.guile/scm-gsmob.exp: New file.
11252 * gdb.guile/scm-iterator.c: New file.
11253 * gdb.guile/scm-iterator.exp: New file.
11254 * gdb.guile/scm-math.c: New file.
11255 * gdb.guile/scm-math.exp: New file.
11256 * gdb.guile/scm-objfile-script-gdb.in: New file.
11257 * gdb.guile/scm-objfile-script.c: New file.
11258 * gdb.guile/scm-objfile-script.exp: New file.
11259 * gdb.guile/scm-objfile.c: New file.
11260 * gdb.guile/scm-objfile.exp: New file.
11261 * gdb.guile/scm-ports.exp: New file.
11262 * gdb.guile/scm-pretty-print.c: New file.
11263 * gdb.guile/scm-pretty-print.exp: New file.
11264 * gdb.guile/scm-pretty-print.scm: New file.
11265 * gdb.guile/scm-section-script.c: New file.
11266 * gdb.guile/scm-section-script.exp: New file.
11267 * gdb.guile/scm-section-script.scm: New file.
11268 * gdb.guile/scm-symbol.c: New file.
11269 * gdb.guile/scm-symbol.exp: New file.
11270 * gdb.guile/scm-symtab-2.c: New file.
11271 * gdb.guile/scm-symtab.c: New file.
11272 * gdb.guile/scm-symtab.exp: New file.
11273 * gdb.guile/scm-type.c: New file.
11274 * gdb.guile/scm-type.exp: New file.
11275 * gdb.guile/scm-value-cc.cc: New file.
11276 * gdb.guile/scm-value-cc.exp: New file.
11277 * gdb.guile/scm-value.c: New file.
11278 * gdb.guile/scm-value.exp: New file.
11279 * gdb.guile/source2.scm: New file.
11280 * gdb.guile/types-module.cc: New file.
11281 * gdb.guile/types-module.exp: New file.
11282
7026a7c1
YQ
112832014-02-10 Yao Qi <yao@codesourcery.com>
11284
11285 PR testsuite/16543
11286 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
11287 * configure: Regenerated.
11288 * Makefile.in: New file.
11289
6c466447
AS
112902014-02-08 Andreas Schwab <schwab@linux-m68k.org>
11291
11292 * gdb.python/py-framefilter.exp: Fix typo.
11293
6e854735
YQ
112942014-02-08 Yao Qi <yao@codesourcery.com>
11295
11296 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
11297 that no =breakpoint-modified is emitted when breakpoints are
11298 modified through MI commands.
11299
d137e6dc
PA
113002014-02-07 Pedro Alves <pedro@codesourcery.com>
11301 Pedro Alves <palves@redhat.com>
11302
11303 * gdb.threads/step-after-sr-lock.c: New file.
11304 * gdb.threads/step-after-sr-lock.exp: New file.
11305
b5ee5a50
PA
113062014-02-07 Pedro Alves <palves@redhat.com>
11307
11308 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
11309
3c77faf3
JK
113102014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11311
11312 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
11313 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
11314
6dddc817
DE
113152014-02-06 Doug Evans <xdje42@gmail.com>
11316
11317 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
11318 output.
11319
11320 * gdb.gdb/python-interrupts.exp: New file.
11321
de7b2893
YQ
113222014-02-05 Yao Qi <yao@codesourcery.com>
11323
11324 * gdb.trace/report.exp (use_collected_data): Test the output
11325 of "info threads" and "info inferiors".
11326
66d032ac
YQ
113272014-02-05 Yao Qi <yao@codesourcery.com>
11328
11329 Revert this patch:
11330
11331 2013-05-24 Yao Qi <yao@codesourcery.com>
11332
11333 * gdb.trace/tfile.exp: Test inferior and thread.
11334
591a12a1
UW
113352014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11336
11337 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
11338 on a function.
11339 * gdb.base/step-bt.c: Call hello via function pointer to make
11340 sure its first instruction is executed on powerpc64le-linux.
11341
0ff3e01f
UW
113422014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11343
11344 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
11345
084ee545
UW
113462014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11347
11348 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
11349 of the test patterns for use on little-endian systems.
11350
6ed14ff3
UW
113512014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11352
11353 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
11354 (decimal_vector): Fix for little-endian.
11355
401e27fd
JM
113562014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
11357
11358 * gdb.arch/sparc-sysstep.exp: New file.
11359 * gdb.arch/sparc-sysstep.c: Likewise.
11360
11361 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
11362
8b924729
EBM
113632014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11364
11365 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
11366
fb151210
JB
113672014-01-23 Tom Tromey <tromey@redhat.com>
11368
11369 * gdb.ada/array_char_idx: New testcase.
11370
0740f8d8
TT
113712014-01-23 Tom Tromey <tromey@redhat.com>
11372
11373 PR python/16487:
11374 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
11375 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
11376 classes.
11377
21909fa1
TT
113782014-01-23 Tom Tromey <tromey@redhat.com>
11379
11380 PR python/16491:
11381 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
11382 string from an inferior frame.
11383 * gdb.python/py-framefilter-mi.exp: Update.
11384
87ce2a04
DE
113852014-01-22 Doug Evans <dje@google.com>
11386
11387 * gdb.server/server-mon.exp: Add tests for "set debug-format".
11388
237b092b
AA
113892014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11390
11391 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
11392
d674a709
AA
113932014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11394
11395 * gdb.trace/entry-values.exp: Remove excess space character from
11396 regex patterns. Handle s390 call instruction.
11397
20fa3390
AA
113982014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11399
11400 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
11401 define "*_start" label. Make "name" static.
11402 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
11403 ${name} by references to ${name}_start.
11404
78466714
AA
114052014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11406
11407 * gdb.base/info-macros.exp: Remove "debug" from the compile
11408 options.
11409
ec9f644a
IB
114102014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11411
11412 * gdb.dlang/demangle.exp: New file.
11413
94b1b47e
IB
114142014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11415
11416 * gdb.dlang/primitive-types.exp: New file.
11417
7f420862
IB
114182014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11419
11420 * configure.ac: Create gdb.dlang/Makefile.
11421 * configure: Regenerate.
11422 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
11423 * gdb.dlang/Makefile.in: New file.
11424 * lib/d-support.exp: New file.
11425 * lib/gdb.exp (skip_d_tests): New proc.
11426
52834460
MM
114272014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11428
11429 * gdb.btrace/delta.exp: Check reverse stepi.
11430 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
11431 * gdb.btrace/finish.exp: New.
11432 * gdb.btrace/next.exp: New.
11433 * gdb.btrace/nexti.exp: New.
11434 * gdb.btrace/record_goto.c: Add comments.
11435 * gdb.btrace/step.exp: New.
11436 * gdb.btrace/stepi.exp: New.
11437 * gdb.btrace/multi-thread-step.c: New.
11438 * gdb.btrace/multi-thread-step.exp: New.
11439 * gdb.btrace/rn-dl-bind.c: New.
11440 * gdb.btrace/rn-dl-bind.exp: New.
11441 * gdb.btrace/data.c: New.
11442 * gdb.btrace/data.exp: New.
11443 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11444
6e07b1d2
MM
114452014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11446
11447 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
11448 * gdb.btrace/exception.exp: Update.
11449 * gdb.btrace/instruction_history.exp: Update.
11450 * gdb.btrace/record_goto.exp: Update.
11451 * gdb.btrace/tailcall.exp: Update.
11452 * gdb.btrace/unknown_functions.exp: Update.
11453 * gdb.btrace/delta.exp: New.
11454
0b722aec
MM
114552014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11456
11457 * gdb.btrace/record_goto.exp: Add backtrace test.
11458 * gdb.btrace/tailcall.exp: Add backtrace test.
11459
066ce621
MM
114602014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11461
11462 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
11463 * gdb.btrace/record_goto.c: New.
11464 * gdb.btrace/record_goto.exp: New.
11465 * gdb.btrace/x86-record_goto.S: New.
11466
0688d04e
MM
114672014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11468
11469 * gdb.btrace/function_call_history.exp: Update tests.
11470 * gdb.btrace/instruction_history.exp: Update tests.
11471
8710b709
MM
114722014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11473
11474 * gdb.btrace/function_call_history.exp: Fix expected field
11475 order for "record function-call-history".
11476 Add new tests for "record function-call-history /c".
11477 * gdb.btrace/exception.cc: New.
11478 * gdb.btrace/exception.exp: New.
11479 * gdb.btrace/tailcall.exp: New.
11480 * gdb.btrace/x86-tailcall.S: New.
11481 * gdb.btrace/x86-tailcall.c: New.
11482 * gdb.btrace/unknown_functions.c: New.
11483 * gdb.btrace/unknown_functions.exp: New.
11484 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11485
5de9129b
MM
114862014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11487
11488 * gdb.btrace/instruction_history.exp: Update.
11489 * gdb.btrace/function_call_history.exp: Update.
11490
23a7fe75
MM
114912014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11492
11493 * gdb.btrace/function_call_history.exp: Fix expected function
11494 trace.
11495 * gdb.btrace/instruction_history.exp: Initialize traced.
11496 Remove traced_functions.
11497
724c7dd8
MM
114982014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11499
11500 * gdb.btrace/function_call_history.exp: Update
11501 * gdb.btrace/instruction_history.exp: Update.
11502
6d78d93b
MM
115032014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11504
11505 * gdb.btrace/enable.exp: Update expected text.
11506
93a360cc
OJ
115072014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
11508
11509 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
11510 bytes.
11511
3772b53f
MR
115122014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
11513
11514 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
11515
596662fa
OJ
115162014-01-15 Omair Javaid <omair.javaid@linaro.org>
11517
11518 * lib/gdb.exp (supports_process_record): Return true for
11519 arm*-linux*. (supports_reverse): Likewise.
11520
b5b08fb4
SC
115212014-01-13 Siva Chandra Reddy <sivachandra@google.com>
11522
11523 PR python/15464
11524 PR python/16113
11525 * gdb.python/py-type.c: Enhance test case.
11526 * gdb.python/py-value-cc.cc: Likewise
11527 * gdb.python/py-type.exp: Add new tests.
11528 * gdb.python/py-value-cc.exp: Likewise
11529
52d7fb13
AA
115302014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11531 Pedro Alves <palves@redhat.com>
11532
11533 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
11534 Make "name" extern.
11535 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
11536 references to ${name}_start by references to ${name}.
11537
a2cd8cfe
JB
115382014-01-10 Joel Brobecker <brobecker@adacore.com>
11539
11540 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
11541
4e23fced
JB
115422014-01-10 Joel Brobecker <brobecker@adacore.com>
11543
11544 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
11545
c6a9e42c
PA
115462014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
11547 Pedro Alves <palves@redhat.com>
11548
11549 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 11550 mi_gdb_target_load.
c6a9e42c 11551
b7ea362b
PA
115522014-01-08 Pedro Alves <palves@redhat.com>
11553
11554 * gdb.threads/reconnect-signal.c: New file.
11555 * gdb.threads/reconnect-signal.exp: New file.
11556
5e3f4fab
EBM
115572014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11558
11559 * gdb.base/source-dir.exp: New file.
11560
79301218
JB
115612014-01-07 Joel Brobecker <brobecker@adacore.com>
11562
11563 * gdb.ada/mi_interface: New testcase.
11564
8e355c5d
JB
115652014-01-07 Joel Brobecker <brobecker@adacore.com>
11566
11567 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
11568 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
11569 gdb.ada/pp-rec-component/pck.ads: New files.
11570
c0d48811
JB
115712014-01-07 Joel Brobecker <brobecker@adacore.com>
11572
11573 * gdb.python/py-pp-integral.c: New file.
11574 * gdb.python/py-pp-integral.py: New file.
11575 * gdb.python/py-pp-integral.exp: New file.
11576
17b609c3 11577For older changes see ChangeLog-1993-2013.
c906108c 11578\f
8d8cb839
EZ
11579;; Local Variables:
11580;; mode: change-log
11581;; left-margin: 8
11582;; fill-column: 74
11583;; version-control: never
11584;; End:
902f2ccb 11585
61baf725 11586 Copyright 2014-2017 Free Software Foundation, Inc.
902f2ccb
MC
11587 Copying and distribution of this file, with or without modification,
11588 are permitted provided the copyright notice and this notice are preserved.