]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Add rvalue reference tests and docs
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
c0f55cc6
AV
12017-03-20 Artemiy Volkov <artemiyv@acm.org>
2 Keith Seitz <keiths@redhat.com>
3
4 PR gdb/14441
5 * gdb.cp/demangle.exp: Add rvalue reference tests.
6 * gdb.cp/rvalue-ref-casts.cc: New file.
7 * gdb.cp/rvalue-ref-casts.exp: New file.
8 * gdb.cp/rvalue-ref-overload.cc: New file.
9 * gdb.cp/rvalue-ref-overload.exp: New file.
10 * gdb.cp/rvalue-ref-params.cc: New file.
11 * gdb.cp/rvalue-ref-params.exp: New file.
12 * gdb.cp/rvalue-ref-sizeof.cc: New file.
13 * gdb.cp/rvalue-ref-sizeof.exp: New file.
14 * gdb.cp/rvalue-ref-types.cc: New file.
15 * gdb.cp/rvalue-ref-types.exp: New file.
16 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
17 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
18
51457a05
MAL
192017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
20
21 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
22 New procedure.
23
5b291c04
MAL
242017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
25
26 * lib/mi-support.exp (mi_gdb_test): Add additional message
27 for unexpected output.
28
59a56148
AA
292017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
30
31 * gdb.base/examine-backward.c (Barrier): New character array
32 constant, to ensure that TestStrings is preceded by a string
33 terminator.
34
7942e96e
AA
352017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
36
37 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
38 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
39 and implicit pointer into such a location.
40
6ebac3fb
DE
412017-03-16 Doug Evans <dje@google.com>
42
43 * gdb.python/py-lazy-string (pointer): Really add new typedef.
44
ec3b243d
TP
452017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
46
47 * gdb.cp/m-static.exp: Fix expectation for prototype of
48 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
49
502017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
51
52 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
53 * gdb.guile/scm-lazy-string.c: New file.
54 * gdb.guile/scm-value.exp: Move lazy string tests to ...
55 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
56 for pointer, array, typedef lazy strings.
57
2cc36e25 582017-03-16 Doug Evans <dje@google.com>
34b43320
DE
59
60 PR python/17728, python/18439, python/18779
61 * gdb.python/py-value.c (main) Delete locals sptr, sn.
62 * gdb.python/py-lazy-string.c (pointer): New typedef.
63 (main): New locals ptr, array, typedef_ptr.
64 * gdb.python/py-value.exp: Move lazy string tests to ...
65 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
66 array, typedef lazy strings.
ec3b243d 67
0efcde63
AK
682017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
69
70 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
71 Add optional 'test' parameter.
72
7978d7c3
SM
732017-03-13 Simon Marchi <simon.marchi@ericsson.com>
74
75 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
76 Skip for versions of DejaGnu < 1.5.
77
896c0c1e
SM
782017-03-13 Simon Marchi <simon.marchi@ericsson.com>
79
80 * lib/gdb.exp (dejagnu_version): New proc.
81 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
82 Use dejagnu_version.
83
5f4d1085
KS
842017-03-10 Keith Seitz <keiths@redhat.com>
85
86 PR c++/8128
87 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
88 type from destructor regexps.
89 Add a branch which actually passes the test.
90 Adjust "ptype t5i" test names.
91
1de05205
PA
922017-03-08 Pedro Alves <palves@redhat.com>
93
94 * gdb.base/step-over-exit.exp: Add explicit test message.
95
c65d6b55
PA
962017-03-08 Pedro Alves <palves@redhat.com>
97
98 PR gdb/18360
99 * gdb.threads/interrupt-while-step-over.c: New file.
100 * gdb.threads/interrupt-while-step-over.exp: New file.
101
2e86a283
PA
1022017-03-08 Pedro Alves <palves@redhat.com>
103
104 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
105 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
106
25dcbff6
PA
1072017-03-08 Pedro Alves <palves@redhat.com>
108
109 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
110 PKRU as not supported as a PASS.
111
dc9366eb
PA
1122017-03-08 Pedro Alves <palves@redhat.com>
113
114 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
115 prefix instead of $binfile1/$binfile2.
116 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
117 in test message.
118 * gdb.python/py-completion.exp: Use "load python file" as test
119 messages instead of unstable path names.
120
6e5d74e7
PA
1212017-03-08 Pedro Alves <palves@redhat.com>
122 Jan Kratochvil <jan.kratochvil@redhat.com>
123
124 PR cli/21218
125 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
126 New proc.
127 (top level): Call it.
128
9753a2f6
PA
1292017-03-08 Pedro Alves <palves@redhat.com>
130
131 PR tui/21216
132 * gdb.tui/tui-nl-filtered-output.exp: New file.
133
1a4dd9dd
PA
1342017-03-08 Pedro Alves <palves@redhat.com>
135
136 * gdb.base/completion.exp: Move TUI completion tests to ...
137 * gdb.tui/completion.exp: ... this new file.
138
7cbbff33
PA
1392017-03-08 Pedro Alves <palves@redhat.com>
140
141 * gdb.base/tui-disasm-long-lines.c,
142 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
143 gdb.base/tui-layout.exp: Move to ...
144 * gdb.tui/: ... this new directory.
145
5f6fd321
PA
1462017-03-07 Pedro Alves <palves@redhat.com>
147
148 * gdb.base/tui-layout.c: New file.
149 * gdb.base/tui-layout.exp: New file.
150
44959fa8
PA
1512017-03-07 Pedro Alves <palves@redhat.com>
152
153 * gdb.base/tui-layout.c: Rename to ...
154 * gdb.base/tui-disasm-long-lines.c: ... this.
155 * gdb.base/tui-layout.exp: Rename to ...
156 * gdb.base/tui-disasm-long-lines.exp: ... this.
157
f8c4e718
PA
1582017-03-07 Pedro Alves <palves@redhat.com>
159
160 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
161
6dbb839a 1622017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
163
164 * i386-mpx-call.c: New file.
165 * i386-mpx-call.exp: New file.
166
65b48a81
PB
1672017-02-28 Peter Bergner <bergner@vnet.ibm.com>
168
169 * gdb.arch/powerpc-power.exp: Delete test.
170 * gdb.arch/powerpc-power.s: Likewise.
171 * gdb.disasm/disassembler-options.exp: New test.
172 * gdb.arch/powerpc-altivec.exp: Likewise.
173 * gdb.arch/powerpc-altivec.s: Likewise.
174 * gdb.arch/powerpc-altivec2.exp: Likewise.
175 * gdb.arch/powerpc-altivec2.s: Likewise.
176 * gdb.arch/powerpc-altivec3.exp: Likewise.
177 * gdb.arch/powerpc-altivec3.s: Likewise.
178 * gdb.arch/powerpc-power7.exp: Likewise.
179 * gdb.arch/powerpc-power7.s: Likewise.
180 * gdb.arch/powerpc-power8.exp: Likewise.
181 * gdb.arch/powerpc-power8.s: Likewise.
182 * gdb.arch/powerpc-power9.exp: Likewise.
183 * gdb.arch/powerpc-power9.s: Likewise.
184 * gdb.arch/powerpc-vsx.exp: Likewise.
185 * gdb.arch/powerpc-vsx.s: Likewise.
186 * gdb.arch/powerpc-vsx2.exp: Likewise.
187 * gdb.arch/powerpc-vsx2.s: Likewise.
188 * gdb.arch/powerpc-vsx3.exp: Likewise.
189 * gdb.arch/powerpc-vsx3.s: Likewise.
190 * gdb.arch/arm-disassembler-options.exp: Likewise.
191 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
192 * gdb.arch/s390-disassembler-options.exp: Likewise.
193
17cd4947
LM
1942017-02-23 Luis Machado <lgustavo@codesourcery.com>
195
196 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
197 (check_supported_features): ... this. Changed return type to void.
198 (supports_rdseed): New static global.
199 (rdseed): Check supports_rdseed.
200 (initialize): Call check_supported_features.
201
2039d74e
EBM
2022017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
203
204 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
205 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
206 and lqarx/stqcx.
207 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
208 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
209
a51d7ecf
EBM
2102017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
211
212 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
213 uppercase.
214
0224619f
JK
2152017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
216
217 * gdb.dwarf2/formdata16.c: New file.
218 * gdb.dwarf2/formdata16.exp: New file.
219 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
220
216f72a1
JK
2212017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
222
223 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
224 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
225 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
226 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
227 DW_AT_GNU_*.
228
43988095
JK
2292017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
230
231 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
232
99e8a4f9
SDJ
2332017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
234
235 PR gdb/21164
236 * gdb.base/maint.exp: Add testcases for when the commands do
237 not have arguments.
238
b58a8c0c
TP
2392017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
240
241 * gdb.cp/chained-calls.exp: Use p instead of P.
242
4e746bb6
TW
2432017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
244
245 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
246 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
247
3f77c769
TT
2482017-02-14 Tom Tromey <tom@tromey.com>
249
250 PR python/13598:
251 * gdb.python/py-events.exp: Add before_prompt event tests.
252
075beec0
AA
2532017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
254
255 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
256
bf5f525c
LM
2572017-02-13 Luis Machado <lgustavo@codesourcery.com>
258
259 * gdb.linespec/explicit.c (my_unique_function_name): New function.
260 (main): Call my_unique_function_name.
261 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
262 completion of patterns with a single match.
263 Add missing -re switches to gdb_test_multiple calls.
264
13a66184
LM
2652017-02-13 Luis Machado <lgustavo@codesourcery.com>
266
267 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
268 return if core file is not recognized.
269
26a06916
SM
2702017-02-10 Simon Marchi <simon.marchi@ericsson.com>
271
272 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
273 and extra UIs.
274
b761ca9e
SM
2752017-02-10 Simon Marchi <simon.marchi@ericsson.com>
276
277 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
278 proc_with_prefix.
279
b964bee0
TT
2802017-02-10 Tom Tromey <tom@tromey.com>
281
282 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
283
18da0c51
MG
2842017-02-10 Martin Galvan <martingalvan@sourceware.org>
285
286 PR gdb/21122
287 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
288
604c4576
JG
2892017-02-08 Jerome Guitton <guitton@adacore.com>
290
291 * gdb.base/define.exp: Add test for command abbreviations
292 in define.
293
20b477a7
LM
2942017-02-06 Luis Machado <lgustavo@codesourcery.com>
295
296 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
297 * gdb.reverse/insn-reverse-x86.c: New file.
298
3f7b46f2
IR
2992017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
300
301 PR tdep/20936
302 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
303
f0fd41c1
TT
3042017-02-03 Tom Tromey <tom@tromey.com>
305
306 PR rust/21097:
307 * gdb.rust/simple.exp: Add new tests.
308
5be5dbf0
PA
3092017-02-02 Pedro Alves <palves@redhat.com>
310
311 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
312 tests.
313
7346ef59
AA
3142017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
315
316 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
317 taking a 2-byte value out of a 4-byte DWARF implicit value on
318 big-endian targets.
319 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
320 logic. Add test cases for DW_OP_implicit.
321
787f0025
MM
3222017-02-01 Markus Metzger <markus.t.metzger@intel.com>
323
324 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
325
68777c29
MM
3262017-02-01 Markus Metzger <markus.t.metzger@intel.com>
327
328 * gdb.btrace/enable.exp: Call gdb_exit before
329 skip_gdbserver_tests.
330
0a1c7e28
MM
3312017-02-01 Markus Metzger <markus.t.metzger@intel.com>
332
333 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
334 GDBFLAGS.
335
b5ac99b0
MM
3362017-02-01 Markus Metzger <markus.t.metzger@intel.com>
337
338 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
339 the test is skipped.
340 * gdb.btrace/data.exp: Likewise.
341 * gdb.btrace/delta.exp: Likewise.
342 * gdb.btrace/dlopen.exp: Likewise.
343 * gdb.btrace/enable-running.exp: Likewise.
344 * gdb.btrace/enable.exp: Likewise.
345 * gdb.btrace/exception.exp: Likewise.
346 * gdb.btrace/function_call_history.exp: Likewise.
347 * gdb.btrace/gcore.exp: Likewise.
348 * gdb.btrace/instruction_history.exp: Likewise.
349 * gdb.btrace/multi-thread-step.exp: Likewise.
350 * gdb.btrace/nohist.exp: Likewise.
351 * gdb.btrace/non-stop.exp: Likewise.
352 * gdb.btrace/reconnect.exp: Likewise.
353 * gdb.btrace/record_goto-step.exp: Likewise.
354 * gdb.btrace/record_goto.exp: Likewise.
355 * gdb.btrace/rn-dl-bind.exp: Likewise.
356 * gdb.btrace/segv.exp: Likewise.
357 * gdb.btrace/step.exp: Likewise.
358 * gdb.btrace/stepi.exp: Likewise.
359 * gdb.btrace/tailcall-only.exp: Likewise.
360 * gdb.btrace/tailcall.exp: Likewise.
361 * gdb.btrace/tsx.exp: Likewise.
362 * gdb.btrace/unknown_functions.exp: Likewise.
363 * gdb.btrace/vdso.exp: Likewise.
364
cd4007e4
MM
3652017-02-01 Markus Metzger <markus.t.metzger@intel.com>
366
367 * gdb.btrace/enable-running.c: New.
368 * gdb.btrace/enable-running.exp: New.
369
2735833d
WT
3702017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
371
372 * gdb.arch/amd64-gs_base.c: New file.
373 * gdb.arch/amd64-gs_base.exp: New file.
374
b51e1e94
LM
3752017-01-26 Luis Machado <lgustavo@codesourcery.com>
376
377 * lib/memory.exp: Remove spurious empty newlines.
378
72ca0410
SM
3792017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
380
381 * gdb.python/py-bad-printers.exp: Load python file using "source".
382 * gdb.python/py-events.exp: Likewise.
383 * gdb.python/py-evsignal.exp: Likewise.
384 * gdb.python/py-evthreads.exp: Likewise.
385 * gdb.python/py-frame-args.exp: Likewise.
386 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
387 * gdb.python/py-framefilter-mi.exp: Likewise.
388 * gdb.python/py-framefilter.exp: Likewise.
389 * gdb.python/py-mi.exp: Likewise.
390 * gdb.python/py-pp-maint.exp: Likewise.
391 * gdb.python/py-pp-registration.exp: Likewise.
392 * gdb.python/py-prettyprint.exp: Likewise.
393 (run_lang_tests): Likewise.
394 * gdb.python/py-typeprint.exp: Likewise.
395
e309aa65
LM
3962017-01-26 Luis Machado <lgustavo@codesourcery.com>
397
398 * lib/memory.exp: New file.
399 * lib/gdb.exp: Load memory.exp.
400 * gdb.base/memattr.exp (delete_memory): Move proc to
401 lib/memory.exp and rename to delete_memory_regions.
402 Replace delete_memory with delete_memory_regions.
403 Cleanup memory regions before tests.
404 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
405 before tests.
406
515aff23
LM
4072017-01-26 Luis Machado <lgustavo@codesourcery.com>
408
409 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
410 files.
411 (initialize): New function conditionally defined.
412 (testcases): Move within conditional block.
413 (main): Call initialize.
414 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
415 of gdb.reverse/insn-reverse.c.
416 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
417 gdb.reverse/insn-reverse.c.
418
d8b49cf0
YQ
4192017-01-26 Yao Qi <yao.qi@linaro.org>
420
421 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
422 disassemble on address 0.
423
f13a9a0c
YQ
4242017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
425 Yao Qi <yao.qi@linaro.org>
426
427 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
428 * gdb.dwarf2/implptr-64bit.S: Remove.
429 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
430 variables in caller's context. Add DW_OP_implicit_value.
431
5ac95241
YQ
4322017-01-25 Yao Qi <yao.qi@linaro.org>
433
434 * lib/dwarf.exp (Dwarf::_location): Handle
435 DW_OP_GNU_implicit_pointer with proper size.
436
23e82930
LM
4372017-01-20 Luis Machado <lgustavo@codesourcery.com>
438
439 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
440 and add untested calls.
441
d334ae25
LM
4422017-01-20 Luis Machado <lgustavo@codesourcery.com>
443
444 * gdb.python/python.exp: Check line number against what GDB thinks
445 the line number is for func1.
446
f5e6296e
IB
4472017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
448
449 * gdb.dlang/debug-expr.exp: New file.
450
5b362f04
LM
4512016-12-23 Luis Machado <lgustavo@codesourcery.com>
452
453 Fix test names for the following files:
454
455 * gdb.ada/exec_changed.exp
456 * gdb.ada/info_types.exp
457 * gdb.arch/aarch64-atomic-inst.exp
458 * gdb.arch/aarch64-fp.exp
459 * gdb.arch/altivec-abi.exp
460 * gdb.arch/altivec-regs.exp
461 * gdb.arch/amd64-byte.exp
462 * gdb.arch/amd64-disp-step.exp
463 * gdb.arch/amd64-dword.exp
464 * gdb.arch/amd64-entry-value-inline.exp
465 * gdb.arch/amd64-entry-value-param.exp
466 * gdb.arch/amd64-entry-value-paramref.exp
467 * gdb.arch/amd64-entry-value.exp
468 * gdb.arch/amd64-i386-address.exp
469 * gdb.arch/amd64-invalid-stack-middle.exp
470 * gdb.arch/amd64-invalid-stack-top.exp
471 * gdb.arch/amd64-optimout-repeat.exp
472 * gdb.arch/amd64-prologue-skip.exp
473 * gdb.arch/amd64-prologue-xmm.exp
474 * gdb.arch/amd64-stap-special-operands.exp
475 * gdb.arch/amd64-stap-wrong-subexp.exp
476 * gdb.arch/amd64-tailcall-cxx.exp
477 * gdb.arch/amd64-tailcall-noret.exp
478 * gdb.arch/amd64-tailcall-ret.exp
479 * gdb.arch/amd64-tailcall-self.exp
480 * gdb.arch/amd64-word.exp
481 * gdb.arch/arm-bl-branch-dest.exp
482 * gdb.arch/arm-disp-step.exp
483 * gdb.arch/arm-neon.exp
484 * gdb.arch/arm-single-step-kernel-helper.exp
485 * gdb.arch/avr-flash-qualifier.exp
486 * gdb.arch/disp-step-insn-reloc.exp
487 * gdb.arch/e500-abi.exp
488 * gdb.arch/e500-regs.exp
489 * gdb.arch/ftrace-insn-reloc.exp
490 * gdb.arch/i386-avx512.exp
491 * gdb.arch/i386-bp_permanent.exp
492 * gdb.arch/i386-byte.exp
493 * gdb.arch/i386-cfi-notcurrent.exp
494 * gdb.arch/i386-disp-step.exp
495 * gdb.arch/i386-dr3-watch.exp
496 * gdb.arch/i386-float.exp
497 * gdb.arch/i386-gnu-cfi.exp
498 * gdb.arch/i386-mpx-map.exp
499 * gdb.arch/i386-mpx-sigsegv.exp
500 * gdb.arch/i386-mpx-simple_segv.exp
501 * gdb.arch/i386-mpx.exp
502 * gdb.arch/i386-permbkpt.exp
503 * gdb.arch/i386-prologue.exp
504 * gdb.arch/i386-signal.exp
505 * gdb.arch/i386-size-overlap.exp
506 * gdb.arch/i386-unwind.exp
507 * gdb.arch/i386-word.exp
508 * gdb.arch/mips-fcr.exp
509 * gdb.arch/powerpc-d128-regs.exp
510 * gdb.arch/powerpc-stackless.exp
511 * gdb.arch/ppc64-atomic-inst.exp
512 * gdb.arch/s390-stackless.exp
513 * gdb.arch/s390-tdbregs.exp
514 * gdb.arch/s390-vregs.exp
515 * gdb.arch/sparc-sysstep.exp
516 * gdb.arch/thumb-bx-pc.exp
517 * gdb.arch/thumb-singlestep.exp
518 * gdb.arch/thumb2-it.exp
519 * gdb.arch/vsx-regs.exp
520 * gdb.asm/asm-source.exp
521 * gdb.base/a2-run.exp
522 * gdb.base/advance.exp
523 * gdb.base/all-bin.exp
524 * gdb.base/anon.exp
525 * gdb.base/args.exp
526 * gdb.base/arithmet.exp
527 * gdb.base/async-shell.exp
528 * gdb.base/async.exp
529 * gdb.base/attach-pie-noexec.exp
530 * gdb.base/attach-twice.exp
531 * gdb.base/auto-load.exp
532 * gdb.base/bang.exp
533 * gdb.base/bitfields.exp
534 * gdb.base/break-always.exp
535 * gdb.base/break-caller-line.exp
536 * gdb.base/break-entry.exp
537 * gdb.base/break-inline.exp
538 * gdb.base/break-on-linker-gcd-function.exp
539 * gdb.base/break-probes.exp
540 * gdb.base/break.exp
541 * gdb.base/breakpoint-shadow.exp
542 * gdb.base/call-ar-st.exp
543 * gdb.base/call-sc.exp
544 * gdb.base/call-signal-resume.exp
545 * gdb.base/call-strs.exp
546 * gdb.base/callfuncs.exp
547 * gdb.base/catch-fork-static.exp
548 * gdb.base/catch-gdb-caused-signals.exp
549 * gdb.base/catch-load.exp
550 * gdb.base/catch-signal-fork.exp
551 * gdb.base/catch-signal.exp
552 * gdb.base/catch-syscall.exp
553 * gdb.base/charset.exp
554 * gdb.base/checkpoint.exp
555 * gdb.base/chng-syms.exp
556 * gdb.base/code-expr.exp
557 * gdb.base/code_elim.exp
558 * gdb.base/commands.exp
559 * gdb.base/completion.exp
560 * gdb.base/complex.exp
561 * gdb.base/cond-expr.exp
562 * gdb.base/condbreak.exp
563 * gdb.base/consecutive.exp
564 * gdb.base/continue-all-already-running.exp
565 * gdb.base/coredump-filter.exp
566 * gdb.base/corefile.exp
567 * gdb.base/dbx.exp
568 * gdb.base/debug-expr.exp
569 * gdb.base/define.exp
570 * gdb.base/del.exp
571 * gdb.base/disabled-location.exp
572 * gdb.base/disasm-end-cu.exp
573 * gdb.base/disasm-optim.exp
574 * gdb.base/display.exp
575 * gdb.base/duplicate-bp.exp
576 * gdb.base/ena-dis-br.exp
577 * gdb.base/ending-run.exp
578 * gdb.base/enumval.exp
579 * gdb.base/environ.exp
580 * gdb.base/eu-strip-infcall.exp
581 * gdb.base/eval-avoid-side-effects.exp
582 * gdb.base/eval-skip.exp
583 * gdb.base/exitsignal.exp
584 * gdb.base/expand-psymtabs.exp
585 * gdb.base/filesym.exp
586 * gdb.base/find-unmapped.exp
587 * gdb.base/finish.exp
588 * gdb.base/float.exp
589 * gdb.base/foll-exec-mode.exp
590 * gdb.base/foll-exec.exp
591 * gdb.base/foll-fork.exp
592 * gdb.base/fortran-sym-case.exp
593 * gdb.base/freebpcmd.exp
594 * gdb.base/func-ptr.exp
595 * gdb.base/func-ptrs.exp
596 * gdb.base/funcargs.exp
597 * gdb.base/gcore-buffer-overflow.exp
598 * gdb.base/gcore-relro-pie.exp
599 * gdb.base/gcore-relro.exp
600 * gdb.base/gcore.exp
601 * gdb.base/gdb1090.exp
602 * gdb.base/gdb11530.exp
603 * gdb.base/gdb11531.exp
604 * gdb.base/gdb1821.exp
605 * gdb.base/gdbindex-stabs.exp
606 * gdb.base/gdbvars.exp
607 * gdb.base/hbreak.exp
608 * gdb.base/hbreak2.exp
609 * gdb.base/included.exp
610 * gdb.base/infcall-input.exp
611 * gdb.base/inferior-died.exp
612 * gdb.base/infnan.exp
613 * gdb.base/info-macros.exp
614 * gdb.base/info-os.exp
615 * gdb.base/info-proc.exp
616 * gdb.base/info-shared.exp
617 * gdb.base/info-target.exp
618 * gdb.base/infoline.exp
619 * gdb.base/interp.exp
620 * gdb.base/interrupt.exp
621 * gdb.base/jit-reader.exp
622 * gdb.base/jit-simple.exp
623 * gdb.base/kill-after-signal.exp
624 * gdb.base/kill-detach-inferiors-cmd.exp
625 * gdb.base/label.exp
626 * gdb.base/langs.exp
627 * gdb.base/ldbl_e308.exp
628 * gdb.base/line-symtabs.exp
629 * gdb.base/linespecs.exp
630 * gdb.base/list.exp
631 * gdb.base/long_long.exp
632 * gdb.base/longest-types.exp
633 * gdb.base/maint.exp
634 * gdb.base/max-value-size.exp
635 * gdb.base/memattr.exp
636 * gdb.base/mips_pro.exp
637 * gdb.base/morestack.exp
638 * gdb.base/moribund-step.exp
639 * gdb.base/multi-forks.exp
640 * gdb.base/nested-addr.exp
641 * gdb.base/nextoverexit.exp
642 * gdb.base/noreturn-finish.exp
643 * gdb.base/noreturn-return.exp
644 * gdb.base/nostdlib.exp
645 * gdb.base/offsets.exp
646 * gdb.base/opaque.exp
647 * gdb.base/pc-fp.exp
648 * gdb.base/permissions.exp
649 * gdb.base/print-symbol-loading.exp
650 * gdb.base/prologue-include.exp
651 * gdb.base/psymtab.exp
652 * gdb.base/ptype.exp
653 * gdb.base/random-signal.exp
654 * gdb.base/randomize.exp
655 * gdb.base/range-stepping.exp
656 * gdb.base/readline-ask.exp
657 * gdb.base/recpar.exp
658 * gdb.base/recurse.exp
659 * gdb.base/relational.exp
660 * gdb.base/restore.exp
661 * gdb.base/return-nodebug.exp
662 * gdb.base/return.exp
663 * gdb.base/run-after-attach.exp
664 * gdb.base/save-bp.exp
665 * gdb.base/scope.exp
666 * gdb.base/sect-cmd.exp
667 * gdb.base/set-lang-auto.exp
668 * gdb.base/set-noassign.exp
669 * gdb.base/setvar.exp
670 * gdb.base/sigall.exp
671 * gdb.base/sigbpt.exp
672 * gdb.base/siginfo-addr.exp
673 * gdb.base/siginfo-infcall.exp
674 * gdb.base/siginfo-obj.exp
675 * gdb.base/siginfo.exp
676 * gdb.base/signals-state-child.exp
677 * gdb.base/signest.exp
678 * gdb.base/sigstep.exp
679 * gdb.base/sizeof.exp
680 * gdb.base/skip.exp
681 * gdb.base/solib-corrupted.exp
682 * gdb.base/solib-nodir.exp
683 * gdb.base/solib-search.exp
684 * gdb.base/stack-checking.exp
685 * gdb.base/stale-infcall.exp
686 * gdb.base/stap-probe.exp
687 * gdb.base/start.exp
688 * gdb.base/step-break.exp
689 * gdb.base/step-bt.exp
690 * gdb.base/step-line.exp
691 * gdb.base/step-over-exit.exp
692 * gdb.base/step-over-syscall.exp
693 * gdb.base/step-resume-infcall.exp
694 * gdb.base/step-test.exp
695 * gdb.base/store.exp
696 * gdb.base/structs3.exp
697 * gdb.base/sym-file.exp
698 * gdb.base/symbol-without-target_section.exp
699 * gdb.base/term.exp
700 * gdb.base/testenv.exp
701 * gdb.base/ui-redirect.exp
702 * gdb.base/until.exp
703 * gdb.base/unwindonsignal.exp
704 * gdb.base/value-double-free.exp
705 * gdb.base/vla-datatypes.exp
706 * gdb.base/vla-ptr.exp
707 * gdb.base/vla-sideeffect.exp
708 * gdb.base/volatile.exp
709 * gdb.base/watch-cond-infcall.exp
710 * gdb.base/watch-cond.exp
711 * gdb.base/watch-non-mem.exp
712 * gdb.base/watch-read.exp
713 * gdb.base/watch-vfork.exp
714 * gdb.base/watchpoint-cond-gone.exp
715 * gdb.base/watchpoint-delete.exp
716 * gdb.base/watchpoint-hw-hit-once.exp
717 * gdb.base/watchpoint-hw.exp
718 * gdb.base/watchpoint-stops-at-right-insn.exp
719 * gdb.base/watchpoints.exp
720 * gdb.base/wchar.exp
721 * gdb.base/whatis-exp.exp
722 * gdb.btrace/buffer-size.exp
723 * gdb.btrace/data.exp
724 * gdb.btrace/delta.exp
725 * gdb.btrace/dlopen.exp
726 * gdb.btrace/enable.exp
727 * gdb.btrace/exception.exp
728 * gdb.btrace/function_call_history.exp
729 * gdb.btrace/gcore.exp
730 * gdb.btrace/instruction_history.exp
731 * gdb.btrace/nohist.exp
732 * gdb.btrace/reconnect.exp
733 * gdb.btrace/record_goto-step.exp
734 * gdb.btrace/record_goto.exp
735 * gdb.btrace/rn-dl-bind.exp
736 * gdb.btrace/segv.exp
737 * gdb.btrace/step.exp
738 * gdb.btrace/stepi.exp
739 * gdb.btrace/tailcall-only.exp
740 * gdb.btrace/tailcall.exp
741 * gdb.btrace/tsx.exp
742 * gdb.btrace/unknown_functions.exp
743 * gdb.btrace/vdso.exp
744 * gdb.compile/compile-ifunc.exp
745 * gdb.compile/compile-ops.exp
746 * gdb.compile/compile-print.exp
747 * gdb.compile/compile-setjmp.exp
748 * gdb.cp/abstract-origin.exp
749 * gdb.cp/ambiguous.exp
750 * gdb.cp/annota2.exp
751 * gdb.cp/annota3.exp
752 * gdb.cp/anon-ns.exp
753 * gdb.cp/anon-struct.exp
754 * gdb.cp/anon-union.exp
755 * gdb.cp/arg-reference.exp
756 * gdb.cp/baseenum.exp
757 * gdb.cp/bool.exp
758 * gdb.cp/breakpoint.exp
759 * gdb.cp/bs15503.exp
760 * gdb.cp/call-c.exp
761 * gdb.cp/casts.exp
762 * gdb.cp/chained-calls.exp
763 * gdb.cp/class2.exp
764 * gdb.cp/classes.exp
765 * gdb.cp/cmpd-minsyms.exp
766 * gdb.cp/converts.exp
767 * gdb.cp/cp-relocate.exp
768 * gdb.cp/cpcompletion.exp
769 * gdb.cp/cpexprs.exp
770 * gdb.cp/cplabel.exp
771 * gdb.cp/cplusfuncs.exp
772 * gdb.cp/cpsizeof.exp
773 * gdb.cp/ctti.exp
774 * gdb.cp/derivation.exp
775 * gdb.cp/destrprint.exp
776 * gdb.cp/dispcxx.exp
777 * gdb.cp/enum-class.exp
778 * gdb.cp/exception.exp
779 * gdb.cp/exceptprint.exp
780 * gdb.cp/expand-psymtabs-cxx.exp
781 * gdb.cp/expand-sals.exp
782 * gdb.cp/extern-c.exp
783 * gdb.cp/filename.exp
784 * gdb.cp/formatted-ref.exp
785 * gdb.cp/fpointer.exp
786 * gdb.cp/gdb1355.exp
787 * gdb.cp/gdb2495.exp
788 * gdb.cp/hang.exp
789 * gdb.cp/impl-this.exp
790 * gdb.cp/infcall-dlopen.exp
791 * gdb.cp/inherit.exp
792 * gdb.cp/iostream.exp
793 * gdb.cp/koenig.exp
794 * gdb.cp/local.exp
795 * gdb.cp/m-data.exp
796 * gdb.cp/m-static.exp
797 * gdb.cp/mb-ctor.exp
798 * gdb.cp/mb-inline.exp
799 * gdb.cp/mb-templates.exp
800 * gdb.cp/member-name.exp
801 * gdb.cp/member-ptr.exp
802 * gdb.cp/meth-typedefs.exp
803 * gdb.cp/method.exp
804 * gdb.cp/method2.exp
805 * gdb.cp/minsym-fallback.exp
806 * gdb.cp/misc.exp
807 * gdb.cp/namelessclass.exp
808 * gdb.cp/namespace-enum.exp
809 * gdb.cp/namespace-nested-import.exp
810 * gdb.cp/namespace.exp
811 * gdb.cp/nextoverthrow.exp
812 * gdb.cp/no-dmgl-verbose.exp
813 * gdb.cp/non-trivial-retval.exp
814 * gdb.cp/noparam.exp
815 * gdb.cp/nsdecl.exp
816 * gdb.cp/nsimport.exp
817 * gdb.cp/nsnested.exp
818 * gdb.cp/nsnoimports.exp
819 * gdb.cp/nsrecurs.exp
820 * gdb.cp/nsstress.exp
821 * gdb.cp/nsusing.exp
822 * gdb.cp/operator.exp
823 * gdb.cp/oranking.exp
824 * gdb.cp/overload-const.exp
825 * gdb.cp/overload.exp
826 * gdb.cp/ovldbreak.exp
827 * gdb.cp/ovsrch.exp
828 * gdb.cp/paren-type.exp
829 * gdb.cp/parse-lang.exp
830 * gdb.cp/pass-by-ref.exp
831 * gdb.cp/pr-1023.exp
832 * gdb.cp/pr-1210.exp
833 * gdb.cp/pr-574.exp
834 * gdb.cp/pr10687.exp
835 * gdb.cp/pr12028.exp
836 * gdb.cp/pr17132.exp
837 * gdb.cp/pr17494.exp
838 * gdb.cp/pr9067.exp
839 * gdb.cp/pr9167.exp
840 * gdb.cp/pr9631.exp
841 * gdb.cp/printmethod.exp
842 * gdb.cp/psmang.exp
843 * gdb.cp/psymtab-parameter.exp
844 * gdb.cp/ptype-cv-cp.exp
845 * gdb.cp/ptype-flags.exp
846 * gdb.cp/re-set-overloaded.exp
847 * gdb.cp/ref-types.exp
848 * gdb.cp/rtti.exp
849 * gdb.cp/scope-err.exp
850 * gdb.cp/shadow.exp
851 * gdb.cp/smartp.exp
852 * gdb.cp/static-method.exp
853 * gdb.cp/static-print-quit.exp
854 * gdb.cp/temargs.exp
855 * gdb.cp/templates.exp
856 * gdb.cp/try_catch.exp
857 * gdb.cp/typedef-operator.exp
858 * gdb.cp/typeid.exp
859 * gdb.cp/userdef.exp
860 * gdb.cp/using-crash.exp
861 * gdb.cp/var-tag.exp
862 * gdb.cp/virtbase.exp
863 * gdb.cp/virtfunc.exp
864 * gdb.cp/virtfunc2.exp
865 * gdb.cp/vla-cxx.exp
866 * gdb.disasm/t01_mov.exp
867 * gdb.disasm/t02_mova.exp
868 * gdb.disasm/t03_add.exp
869 * gdb.disasm/t04_sub.exp
870 * gdb.disasm/t05_cmp.exp
871 * gdb.disasm/t06_ari2.exp
872 * gdb.disasm/t07_ari3.exp
873 * gdb.disasm/t08_or.exp
874 * gdb.disasm/t09_xor.exp
875 * gdb.disasm/t10_and.exp
876 * gdb.disasm/t11_logs.exp
877 * gdb.disasm/t12_bit.exp
878 * gdb.disasm/t13_otr.exp
879 * gdb.dlang/circular.exp
880 * gdb.dwarf2/arr-stride.exp
881 * gdb.dwarf2/arr-subrange.exp
882 * gdb.dwarf2/atomic-type.exp
883 * gdb.dwarf2/bad-regnum.exp
884 * gdb.dwarf2/bitfield-parent-optimized-out.exp
885 * gdb.dwarf2/callframecfa.exp
886 * gdb.dwarf2/clztest.exp
887 * gdb.dwarf2/corrupt.exp
888 * gdb.dwarf2/data-loc.exp
889 * gdb.dwarf2/dup-psym.exp
890 * gdb.dwarf2/dw2-anon-mptr.exp
891 * gdb.dwarf2/dw2-anonymous-func.exp
892 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
893 * gdb.dwarf2/dw2-bad-unresolved.exp
894 * gdb.dwarf2/dw2-basic.exp
895 * gdb.dwarf2/dw2-canonicalize-type.exp
896 * gdb.dwarf2/dw2-case-insensitive.exp
897 * gdb.dwarf2/dw2-common-block.exp
898 * gdb.dwarf2/dw2-compdir-oldgcc.exp
899 * gdb.dwarf2/dw2-compressed.exp
900 * gdb.dwarf2/dw2-const.exp
901 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
902 * gdb.dwarf2/dw2-cu-size.exp
903 * gdb.dwarf2/dw2-dup-frame.exp
904 * gdb.dwarf2/dw2-entry-value.exp
905 * gdb.dwarf2/dw2-icycle.exp
906 * gdb.dwarf2/dw2-ifort-parameter.exp
907 * gdb.dwarf2/dw2-inline-break.exp
908 * gdb.dwarf2/dw2-inline-param.exp
909 * gdb.dwarf2/dw2-intercu.exp
910 * gdb.dwarf2/dw2-intermix.exp
911 * gdb.dwarf2/dw2-lexical-block-bare.exp
912 * gdb.dwarf2/dw2-linkage-name-trust.exp
913 * gdb.dwarf2/dw2-minsym-in-cu.exp
914 * gdb.dwarf2/dw2-noloc.exp
915 * gdb.dwarf2/dw2-op-call.exp
916 * gdb.dwarf2/dw2-op-out-param.exp
917 * gdb.dwarf2/dw2-opt-structptr.exp
918 * gdb.dwarf2/dw2-param-error.exp
919 * gdb.dwarf2/dw2-producer.exp
920 * gdb.dwarf2/dw2-ranges-base.exp
921 * gdb.dwarf2/dw2-ref-missing-frame.exp
922 * gdb.dwarf2/dw2-reg-undefined.exp
923 * gdb.dwarf2/dw2-regno-invalid.exp
924 * gdb.dwarf2/dw2-restore.exp
925 * gdb.dwarf2/dw2-restrict.exp
926 * gdb.dwarf2/dw2-single-line-discriminators.exp
927 * gdb.dwarf2/dw2-strp.exp
928 * gdb.dwarf2/dw2-undefined-ret-addr.exp
929 * gdb.dwarf2/dw2-unresolved.exp
930 * gdb.dwarf2/dw2-var-zero-addr.exp
931 * gdb.dwarf2/dw4-sig-types.exp
932 * gdb.dwarf2/dwz.exp
933 * gdb.dwarf2/dynarr-ptr.exp
934 * gdb.dwarf2/enum-type.exp
935 * gdb.dwarf2/gdb-index.exp
936 * gdb.dwarf2/implptr-64bit.exp
937 * gdb.dwarf2/implptr-optimized-out.exp
938 * gdb.dwarf2/implptr.exp
939 * gdb.dwarf2/implref-array.exp
940 * gdb.dwarf2/implref-const.exp
941 * gdb.dwarf2/implref-global.exp
942 * gdb.dwarf2/implref-struct.exp
943 * gdb.dwarf2/mac-fileno.exp
944 * gdb.dwarf2/main-subprogram.exp
945 * gdb.dwarf2/member-ptr-forwardref.exp
946 * gdb.dwarf2/method-ptr.exp
947 * gdb.dwarf2/missing-sig-type.exp
948 * gdb.dwarf2/nonvar-access.exp
949 * gdb.dwarf2/opaque-type-lookup.exp
950 * gdb.dwarf2/pieces-optimized-out.exp
951 * gdb.dwarf2/pieces.exp
952 * gdb.dwarf2/pr10770.exp
953 * gdb.dwarf2/pr13961.exp
954 * gdb.dwarf2/staticvirtual.exp
955 * gdb.dwarf2/subrange.exp
956 * gdb.dwarf2/symtab-producer.exp
957 * gdb.dwarf2/trace-crash.exp
958 * gdb.dwarf2/typeddwarf.exp
959 * gdb.dwarf2/valop.exp
960 * gdb.dwarf2/watch-notconst.exp
961 * gdb.fortran/array-element.exp
962 * gdb.fortran/charset.exp
963 * gdb.fortran/common-block.exp
964 * gdb.fortran/complex.exp
965 * gdb.fortran/derived-type-function.exp
966 * gdb.fortran/derived-type.exp
967 * gdb.fortran/logical.exp
968 * gdb.fortran/module.exp
969 * gdb.fortran/multi-dim.exp
970 * gdb.fortran/nested-funcs.exp
971 * gdb.fortran/print-formatted.exp
972 * gdb.fortran/subarray.exp
973 * gdb.fortran/vla-alloc-assoc.exp
974 * gdb.fortran/vla-datatypes.exp
975 * gdb.fortran/vla-history.exp
976 * gdb.fortran/vla-ptr-info.exp
977 * gdb.fortran/vla-ptype-sub.exp
978 * gdb.fortran/vla-ptype.exp
979 * gdb.fortran/vla-sizeof.exp
980 * gdb.fortran/vla-type.exp
981 * gdb.fortran/vla-value-sub-arbitrary.exp
982 * gdb.fortran/vla-value-sub-finish.exp
983 * gdb.fortran/vla-value-sub.exp
984 * gdb.fortran/vla-value.exp
985 * gdb.fortran/whatis_type.exp
986 * gdb.go/chan.exp
987 * gdb.go/handcall.exp
988 * gdb.go/hello.exp
989 * gdb.go/integers.exp
990 * gdb.go/methods.exp
991 * gdb.go/package.exp
992 * gdb.go/strings.exp
993 * gdb.go/types.exp
994 * gdb.go/unsafe.exp
995 * gdb.guile/scm-arch.exp
996 * gdb.guile/scm-block.exp
997 * gdb.guile/scm-breakpoint.exp
998 * gdb.guile/scm-cmd.exp
999 * gdb.guile/scm-disasm.exp
1000 * gdb.guile/scm-equal.exp
1001 * gdb.guile/scm-frame-args.exp
1002 * gdb.guile/scm-frame-inline.exp
1003 * gdb.guile/scm-frame.exp
1004 * gdb.guile/scm-iterator.exp
1005 * gdb.guile/scm-math.exp
1006 * gdb.guile/scm-objfile.exp
1007 * gdb.guile/scm-ports.exp
1008 * gdb.guile/scm-symbol.exp
1009 * gdb.guile/scm-symtab.exp
1010 * gdb.guile/scm-value-cc.exp
1011 * gdb.guile/types-module.exp
1012 * gdb.linespec/break-ask.exp
1013 * gdb.linespec/cpexplicit.exp
1014 * gdb.linespec/explicit.exp
1015 * gdb.linespec/keywords.exp
1016 * gdb.linespec/linespec.exp
1017 * gdb.linespec/ls-dollar.exp
1018 * gdb.linespec/ls-errs.exp
1019 * gdb.linespec/skip-two.exp
1020 * gdb.linespec/thread.exp
1021 * gdb.mi/mi-async.exp
1022 * gdb.mi/mi-basics.exp
1023 * gdb.mi/mi-break.exp
1024 * gdb.mi/mi-catch-load.exp
1025 * gdb.mi/mi-cli.exp
1026 * gdb.mi/mi-cmd-param-changed.exp
1027 * gdb.mi/mi-console.exp
1028 * gdb.mi/mi-detach.exp
1029 * gdb.mi/mi-disassemble.exp
1030 * gdb.mi/mi-eval.exp
1031 * gdb.mi/mi-file-transfer.exp
1032 * gdb.mi/mi-file.exp
1033 * gdb.mi/mi-fill-memory.exp
1034 * gdb.mi/mi-inheritance-syntax-error.exp
1035 * gdb.mi/mi-linespec-err-cp.exp
1036 * gdb.mi/mi-logging.exp
1037 * gdb.mi/mi-memory-changed.exp
1038 * gdb.mi/mi-read-memory.exp
1039 * gdb.mi/mi-record-changed.exp
1040 * gdb.mi/mi-reg-undefined.exp
1041 * gdb.mi/mi-regs.exp
1042 * gdb.mi/mi-return.exp
1043 * gdb.mi/mi-reverse.exp
1044 * gdb.mi/mi-simplerun.exp
1045 * gdb.mi/mi-solib.exp
1046 * gdb.mi/mi-stack.exp
1047 * gdb.mi/mi-stepi.exp
1048 * gdb.mi/mi-syn-frame.exp
1049 * gdb.mi/mi-until.exp
1050 * gdb.mi/mi-var-block.exp
1051 * gdb.mi/mi-var-child.exp
1052 * gdb.mi/mi-var-cmd.exp
1053 * gdb.mi/mi-var-cp.exp
1054 * gdb.mi/mi-var-display.exp
1055 * gdb.mi/mi-var-invalidate.exp
1056 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
1057 * gdb.mi/mi-vla-fortran.exp
1058 * gdb.mi/mi-watch.exp
1059 * gdb.mi/mi2-var-child.exp
1060 * gdb.mi/user-selected-context-sync.exp
1061 * gdb.modula2/unbounded-array.exp
1062 * gdb.multi/dummy-frame-restore.exp
1063 * gdb.multi/multi-arch-exec.exp
1064 * gdb.multi/multi-arch.exp
1065 * gdb.multi/tids.exp
1066 * gdb.multi/watchpoint-multi.exp
1067 * gdb.opencl/callfuncs.exp
1068 * gdb.opencl/convs_casts.exp
1069 * gdb.opencl/datatypes.exp
1070 * gdb.opencl/operators.exp
1071 * gdb.opencl/vec_comps.exp
1072 * gdb.opt/clobbered-registers-O2.exp
1073 * gdb.opt/inline-break.exp
1074 * gdb.opt/inline-bt.exp
1075 * gdb.opt/inline-cmds.exp
1076 * gdb.opt/inline-locals.exp
1077 * gdb.pascal/case-insensitive-symbols.exp
1078 * gdb.pascal/floats.exp
1079 * gdb.pascal/gdb11492.exp
1080 * gdb.python/lib-types.exp
1081 * gdb.python/py-arch.exp
1082 * gdb.python/py-as-string.exp
1083 * gdb.python/py-bad-printers.exp
1084 * gdb.python/py-block.exp
1085 * gdb.python/py-breakpoint-create-fail.exp
1086 * gdb.python/py-breakpoint.exp
1087 * gdb.python/py-caller-is.exp
1088 * gdb.python/py-cmd.exp
1089 * gdb.python/py-explore-cc.exp
1090 * gdb.python/py-explore.exp
1091 * gdb.python/py-finish-breakpoint.exp
1092 * gdb.python/py-finish-breakpoint2.exp
1093 * gdb.python/py-frame-args.exp
1094 * gdb.python/py-frame-inline.exp
1095 * gdb.python/py-frame.exp
1096 * gdb.python/py-framefilter-mi.exp
1097 * gdb.python/py-infthread.exp
1098 * gdb.python/py-lazy-string.exp
1099 * gdb.python/py-linetable.exp
1100 * gdb.python/py-mi-events.exp
1101 * gdb.python/py-mi-objfile.exp
1102 * gdb.python/py-mi.exp
1103 * gdb.python/py-objfile.exp
1104 * gdb.python/py-pp-integral.exp
1105 * gdb.python/py-pp-maint.exp
1106 * gdb.python/py-pp-re-notag.exp
1107 * gdb.python/py-pp-registration.exp
1108 * gdb.python/py-recurse-unwind.exp
1109 * gdb.python/py-strfns.exp
1110 * gdb.python/py-symbol.exp
1111 * gdb.python/py-symtab.exp
1112 * gdb.python/py-sync-interp.exp
1113 * gdb.python/py-typeprint.exp
1114 * gdb.python/py-unwind-maint.exp
1115 * gdb.python/py-unwind.exp
1116 * gdb.python/py-value-cc.exp
1117 * gdb.python/py-xmethods.exp
1118 * gdb.reverse/amd64-tailcall-reverse.exp
1119 * gdb.reverse/break-precsave.exp
1120 * gdb.reverse/break-reverse.exp
1121 * gdb.reverse/consecutive-precsave.exp
1122 * gdb.reverse/consecutive-reverse.exp
1123 * gdb.reverse/finish-precsave.exp
1124 * gdb.reverse/finish-reverse-bkpt.exp
1125 * gdb.reverse/finish-reverse.exp
1126 * gdb.reverse/fstatat-reverse.exp
1127 * gdb.reverse/getresuid-reverse.exp
1128 * gdb.reverse/i386-precsave.exp
1129 * gdb.reverse/i386-reverse.exp
1130 * gdb.reverse/i386-sse-reverse.exp
1131 * gdb.reverse/i387-env-reverse.exp
1132 * gdb.reverse/i387-stack-reverse.exp
1133 * gdb.reverse/insn-reverse.exp
1134 * gdb.reverse/machinestate-precsave.exp
1135 * gdb.reverse/machinestate.exp
1136 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1137 * gdb.reverse/pipe-reverse.exp
1138 * gdb.reverse/readv-reverse.exp
1139 * gdb.reverse/recvmsg-reverse.exp
1140 * gdb.reverse/rerun-prec.exp
1141 * gdb.reverse/s390-mvcle.exp
1142 * gdb.reverse/step-precsave.exp
1143 * gdb.reverse/step-reverse.exp
1144 * gdb.reverse/time-reverse.exp
1145 * gdb.reverse/until-precsave.exp
1146 * gdb.reverse/until-reverse.exp
1147 * gdb.reverse/waitpid-reverse.exp
1148 * gdb.reverse/watch-precsave.exp
1149 * gdb.reverse/watch-reverse.exp
1150 * gdb.rust/generics.exp
1151 * gdb.rust/methods.exp
1152 * gdb.rust/modules.exp
1153 * gdb.rust/simple.exp
1154 * gdb.server/connect-with-no-symbol-file.exp
1155 * gdb.server/ext-attach.exp
1156 * gdb.server/ext-restart.exp
1157 * gdb.server/ext-wrapper.exp
1158 * gdb.server/file-transfer.exp
1159 * gdb.server/server-exec-info.exp
1160 * gdb.server/server-kill.exp
1161 * gdb.server/server-mon.exp
1162 * gdb.server/wrapper.exp
1163 * gdb.stabs/exclfwd.exp
1164 * gdb.stabs/gdb11479.exp
1165 * gdb.threads/clone-new-thread-event.exp
1166 * gdb.threads/corethreads.exp
1167 * gdb.threads/current-lwp-dead.exp
1168 * gdb.threads/dlopen-libpthread.exp
1169 * gdb.threads/gcore-thread.exp
1170 * gdb.threads/sigstep-threads.exp
1171 * gdb.threads/watchpoint-fork.exp
1172 * gdb.trace/actions-changed.exp
1173 * gdb.trace/backtrace.exp
1174 * gdb.trace/change-loc.exp
1175 * gdb.trace/circ.exp
1176 * gdb.trace/collection.exp
1177 * gdb.trace/disconnected-tracing.exp
1178 * gdb.trace/ftrace.exp
1179 * gdb.trace/mi-trace-frame-collected.exp
1180 * gdb.trace/mi-trace-unavailable.exp
1181 * gdb.trace/mi-traceframe-changed.exp
1182 * gdb.trace/mi-tsv-changed.exp
1183 * gdb.trace/no-attach-trace.exp
1184 * gdb.trace/passc-dyn.exp
1185 * gdb.trace/qtro.exp
1186 * gdb.trace/range-stepping.exp
1187 * gdb.trace/read-memory.exp
1188 * gdb.trace/save-trace.exp
1189 * gdb.trace/signal.exp
1190 * gdb.trace/status-stop.exp
1191 * gdb.trace/tfile.exp
1192 * gdb.trace/trace-break.exp
1193 * gdb.trace/trace-buffer-size.exp
1194 * gdb.trace/trace-condition.exp
1195 * gdb.trace/tracefile-pseudo-reg.exp
1196 * gdb.trace/tstatus.exp
1197 * gdb.trace/unavailable.exp
1198 * gdb.trace/while-dyn.exp
1199 * gdb.trace/while-stepping.exp
1200
34c41c68
DE
12012016-12-22 Doug Evans <xdje42@gmail.com>
1202
1203 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
1204 and msymbols.
1205
16e69324
YQ
12062016-12-19 Yao Qi <yao.qi@linaro.org>
1207
1208 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
1209 (test_with_self): Don't call do_steps_and_nexts, and remove
1210 code about stepping into xmalloc.
1211
f94f411b
YQ
12122016-12-09 Yao Qi <yao.qi@linaro.org>
1213
1214 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
1215
12162016-12-09 Yao Qi <yao.qi@linaro.org>
1217
1218 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
1219
f1b5deee
PA
12202016-12-09 Pedro Alves <palves@redhat.com>
1221
1222 * gdb.base/all-architectures-0.exp: New file.
1223 * gdb.base/all-architectures-1.exp: New file.
1224 * gdb.base/all-architectures-2.exp: New file.
1225 * gdb.base/all-architectures-3.exp: New file.
1226 * gdb.base/all-architectures-4.exp: New file.
1227 * gdb.base/all-architectures-5.exp: New file.
1228 * gdb.base/all-architectures-6.exp: New file.
1229 * gdb.base/all-architectures-7.exp: New file.
1230 * gdb.base/all-architectures.exp.in: New file.
1231
364ca42e
YQ
12322016-12-09 Yao Qi <yao.qi@linaro.org>
1233
1234 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
1235
107c2d62
LM
12362016-12-02 Luis Machado <lgustavo@codesourcery.com>
1237
1238 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
1239 possible.
1240 Remove useless pattern-matching code.
1241
df3ee9ca
PA
12422016-12-02 Pedro Alves <palves@redhat.com>
1243
1244 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
1245 procedure.
1246 (top level): Call it.
1247
ec835369
PA
12482016-12-02 Pedro Alves <palves@redhat.com>
1249
1250 * gdb.base/commands.exp (user_defined_command_args_stack_test):
1251 New procedure.
1252 (top level): Call it.
1253
01770bbd
PA
12542016-12-02 Pedro Alves <palves@redhat.com>
1255
1256 PR cli/20559
1257 * gdb.base/commands.exp (user_defined_command_args_eval): New
1258 procedure.
1259 (top level): Call it.
1260
008459ea
LM
12612016-12-02 Luis Machado <lgustavo@codesourcery.com>
1262
1263 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
1264 timeout handling.
1265
0c1b455e
TT
12662016-12-02 Tom Tromey <tom@tromey.com>
1267
1268 * gdb.dwarf2/main-subprogram.c: New file.
1269 * gdb.dwarf2/main-subprogram.exp: New file.
1270
018572b8
LM
12712016-12-01 Luis Machado <lgustavo@codesourcery.com>
1272
1273 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
1274 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
1275 gdb_test_no_output for a couple of cases.
1276 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
1277
84c93cd5
LM
12782016-12-01 Luis Machado <lgustavo@codesourcery.com>
1279
1280 Fix test names and standardize compilation error messages throughout
1281 the following files:
1282
1283 * gdb.ada/start.exp
1284 * gdb.arch/alpha-step.exp
1285 * gdb.arch/e500-prologue.exp
1286 * gdb.arch/ftrace-insn-reloc.exp
1287 * gdb.arch/gdb1291.exp
1288 * gdb.arch/gdb1431.exp
1289 * gdb.arch/gdb1558.exp
1290 * gdb.arch/i386-dr3-watch.exp
1291 * gdb.arch/i386-sse-stack-align.exp
1292 * gdb.arch/ia64-breakpoint-shadow.exp
1293 * gdb.arch/pa-nullify.exp
1294 * gdb.arch/powerpc-aix-prologue.exp
1295 * gdb.arch/thumb-bx-pc.exp
1296 * gdb.base/annota1.exp
1297 * gdb.base/annota3.exp
1298 * gdb.base/arrayidx.exp
1299 * gdb.base/assign.exp
1300 * gdb.base/attach.exp
1301 * gdb.base/auxv.exp
1302 * gdb.base/bang.exp
1303 * gdb.base/bfp-test.exp
1304 * gdb.base/bigcore.exp
1305 * gdb.base/bitfields2.exp
1306 * gdb.base/break-fun-addr.exp
1307 * gdb.base/break-probes.exp
1308 * gdb.base/call-rt-st.exp
1309 * gdb.base/callexit.exp
1310 * gdb.base/catch-fork-kill.exp
1311 * gdb.base/charset.exp
1312 * gdb.base/checkpoint.exp
1313 * gdb.base/comprdebug.exp
1314 * gdb.base/constvars.exp
1315 * gdb.base/coredump-filter.exp
1316 * gdb.base/cursal.exp
1317 * gdb.base/cvexpr.exp
1318 * gdb.base/detach.exp
1319 * gdb.base/display.exp
1320 * gdb.base/dmsym.exp
1321 * gdb.base/dprintf-pending.exp
1322 * gdb.base/dso2dso.exp
1323 * gdb.base/dtrace-probe.exp
1324 * gdb.base/dump.exp
1325 * gdb.base/enum_cond.exp
1326 * gdb.base/exe-lock.exp
1327 * gdb.base/exec-invalid-sysroot.exp
1328 * gdb.base/execl-update-breakpoints.exp
1329 * gdb.base/exprs.exp
1330 * gdb.base/fileio.exp
1331 * gdb.base/find.exp
1332 * gdb.base/finish.exp
1333 * gdb.base/fixsection.exp
1334 * gdb.base/foll-vfork.exp
1335 * gdb.base/frame-args.exp
1336 * gdb.base/gcore.exp
1337 * gdb.base/gdb1250.exp
1338 * gdb.base/global-var-nested-by-dso.exp
1339 * gdb.base/gnu-ifunc.exp
1340 * gdb.base/hashline1.exp
1341 * gdb.base/hashline2.exp
1342 * gdb.base/hashline3.exp
1343 * gdb.base/hbreak-in-shr-unsupported.exp
1344 * gdb.base/huge.exp
1345 * gdb.base/infcall-input.exp
1346 * gdb.base/info-fun.exp
1347 * gdb.base/info-shared.exp
1348 * gdb.base/jit-simple.exp
1349 * gdb.base/jit-so.exp
1350 * gdb.base/jit.exp
1351 * gdb.base/jump.exp
1352 * gdb.base/label.exp
1353 * gdb.base/lineinc.exp
1354 * gdb.base/logical.exp
1355 * gdb.base/longjmp.exp
1356 * gdb.base/macscp.exp
1357 * gdb.base/miscexprs.exp
1358 * gdb.base/new-ui-echo.exp
1359 * gdb.base/new-ui-pending-input.exp
1360 * gdb.base/new-ui.exp
1361 * gdb.base/nodebug.exp
1362 * gdb.base/nofield.exp
1363 * gdb.base/offsets.exp
1364 * gdb.base/overlays.exp
1365 * gdb.base/pending.exp
1366 * gdb.base/pointers.exp
1367 * gdb.base/pr11022.exp
1368 * gdb.base/printcmds.exp
1369 * gdb.base/prologue.exp
1370 * gdb.base/ptr-typedef.exp
1371 * gdb.base/realname-expand.exp
1372 * gdb.base/relativedebug.exp
1373 * gdb.base/relocate.exp
1374 * gdb.base/remote.exp
1375 * gdb.base/reread.exp
1376 * gdb.base/return2.exp
1377 * gdb.base/savedregs.exp
1378 * gdb.base/sep.exp
1379 * gdb.base/sepdebug.exp
1380 * gdb.base/sepsymtab.exp
1381 * gdb.base/set-inferior-tty.exp
1382 * gdb.base/setshow.exp
1383 * gdb.base/shlib-call.exp
1384 * gdb.base/sigaltstack.exp
1385 * gdb.base/siginfo-addr.exp
1386 * gdb.base/signals.exp
1387 * gdb.base/signull.exp
1388 * gdb.base/sigrepeat.exp
1389 * gdb.base/so-impl-ld.exp
1390 * gdb.base/solib-display.exp
1391 * gdb.base/solib-overlap.exp
1392 * gdb.base/solib-search.exp
1393 * gdb.base/solib-symbol.exp
1394 * gdb.base/structs.exp
1395 * gdb.base/structs2.exp
1396 * gdb.base/symtab-search-order.exp
1397 * gdb.base/twice.exp
1398 * gdb.base/unload.exp
1399 * gdb.base/varargs.exp
1400 * gdb.base/watchpoint-solib.exp
1401 * gdb.base/watchpoint.exp
1402 * gdb.base/whatis.exp
1403 * gdb.base/wrong_frame_bt_full.exp
1404 * gdb.btrace/dlopen.exp
1405 * gdb.cell/ea-standalone.exp
1406 * gdb.cell/ea-test.exp
1407 * gdb.cp/dispcxx.exp
1408 * gdb.cp/gdb2384.exp
1409 * gdb.cp/method2.exp
1410 * gdb.cp/nextoverthrow.exp
1411 * gdb.cp/pr10728.exp
1412 * gdb.disasm/am33.exp
1413 * gdb.disasm/h8300s.exp
1414 * gdb.disasm/mn10300.exp
1415 * gdb.disasm/sh3.exp
1416 * gdb.dwarf2/dw2-dir-file-name.exp
1417 * gdb.fortran/complex.exp
1418 * gdb.fortran/library-module.exp
1419 * gdb.guile/scm-pretty-print.exp
1420 * gdb.guile/scm-symbol.exp
1421 * gdb.guile/scm-type.exp
1422 * gdb.guile/scm-value.exp
1423 * gdb.linespec/linespec.exp
1424 * gdb.mi/gdb701.exp
1425 * gdb.mi/gdb792.exp
1426 * gdb.mi/mi-breakpoint-changed.exp
1427 * gdb.mi/mi-dprintf-pending.exp
1428 * gdb.mi/mi-dprintf.exp
1429 * gdb.mi/mi-exit-code.exp
1430 * gdb.mi/mi-pending.exp
1431 * gdb.mi/mi-solib.exp
1432 * gdb.mi/new-ui-mi-sync.exp
1433 * gdb.mi/pr11022.exp
1434 * gdb.mi/user-selected-context-sync.exp
1435 * gdb.opt/solib-intra-step.exp
1436 * gdb.python/py-events.exp
1437 * gdb.python/py-finish-breakpoint.exp
1438 * gdb.python/py-mi.exp
1439 * gdb.python/py-prettyprint.exp
1440 * gdb.python/py-shared.exp
1441 * gdb.python/py-symbol.exp
1442 * gdb.python/py-template.exp
1443 * gdb.python/py-type.exp
1444 * gdb.python/py-value.exp
1445 * gdb.reverse/solib-precsave.exp
1446 * gdb.reverse/solib-reverse.exp
1447 * gdb.server/solib-list.exp
1448 * gdb.stabs/weird.exp
1449 * gdb.threads/reconnect-signal.exp
1450 * gdb.threads/stepi-random-signal.exp
1451 * gdb.trace/actions.exp
1452 * gdb.trace/ax.exp
1453 * gdb.trace/backtrace.exp
1454 * gdb.trace/change-loc.exp
1455 * gdb.trace/deltrace.exp
1456 * gdb.trace/ftrace-lock.exp
1457 * gdb.trace/ftrace.exp
1458 * gdb.trace/infotrace.exp
1459 * gdb.trace/mi-tracepoint-changed.exp
1460 * gdb.trace/packetlen.exp
1461 * gdb.trace/passcount.exp
1462 * gdb.trace/pending.exp
1463 * gdb.trace/range-stepping.exp
1464 * gdb.trace/report.exp
1465 * gdb.trace/stap-trace.exp
1466 * gdb.trace/tfind.exp
1467 * gdb.trace/trace-break.exp
1468 * gdb.trace/trace-condition.exp
1469 * gdb.trace/trace-enable-disable.exp
1470 * gdb.trace/trace-mt.exp
1471 * gdb.trace/tracecmd.exp
1472 * gdb.trace/tspeed.exp
1473 * gdb.trace/tsv.exp
1474 * lib/perftest.exp
1475
fb9feb35
LM
14762016-12-01 Luis Machado <lgustavo@codesourcery.com>
1477
1478 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
1479 with gdb_test_no_output.
1480 Use command as test name.
1481
cd2ddb6c
LM
14822016-12-01 Luis Machado <lgustavo@codesourcery.com>
1483
1484 Fix test names starting with uppercase throughout the files.
1485
1486 * gdb.ada/assign_1.exp
1487 * gdb.ada/boolean_expr.exp
1488 * gdb.base/arrayidx.exp
1489 * gdb.base/del.exp
1490 * gdb.base/gcore-buffer-overflow.exp
1491 * gdb.base/testenv.exp
1492 * gdb.compile/compile.exp
1493 * gdb.python/py-framefilter-invalidarg.exp
1494 * gdb.python/py-framefilter.exp
1495
bb95117e
LM
14962016-12-01 Luis Machado <lgustavo@codesourcery.com>
1497
1498 Fix test names starting with uppercase throughout the files.
1499
1500 * gdb.ada/array_return.exp
1501 * gdb.ada/expr_delims.exp
1502 * gdb.ada/mi_dyn_arr.exp
1503 * gdb.ada/mi_interface.exp
1504 * gdb.ada/mi_var_array.exp
1505 * gdb.ada/watch_arg.exp
1506 * gdb.arch/alpha-step.exp
1507 * gdb.arch/altivec-regs.exp
1508 * gdb.arch/e500-regs.exp
1509 * gdb.arch/powerpc-d128-regs.exp
1510 * gdb.base/arrayidx.exp
1511 * gdb.base/break.exp
1512 * gdb.base/checkpoint.exp
1513 * gdb.base/debug-expr.exp
1514 * gdb.base/dmsym.exp
1515 * gdb.base/radix.exp
1516 * gdb.base/sepdebug.exp
1517 * gdb.base/testenv.exp
1518 * gdb.base/watch_thread_num.exp
1519 * gdb.base/watchpoint-cond-gone.exp
1520 * gdb.cell/break.exp
1521 * gdb.cell/ea-cache.exp
1522 * gdb.compile/compile.exp
1523 * gdb.cp/gdb2495.exp
1524 * gdb.gdb/selftest.exp
1525 * gdb.gdb/xfullpath.exp
1526 * gdb.go/hello.exp
1527 * gdb.go/integers.exp
1528 * gdb.objc/basicclass.exp
1529 * gdb.pascal/hello.exp
1530 * gdb.pascal/integers.exp
1531 * gdb.python/py-breakpoint.exp
1532 * gdb.python/py-cmd.exp
1533 * gdb.python/py-linetable.exp
1534 * gdb.python/py-xmethods.exp
1535 * gdb.python/python.exp
1536 * gdb.reverse/consecutive-precsave.exp
1537 * gdb.reverse/finish-precsave.exp
1538 * gdb.reverse/i386-precsave.exp
1539 * gdb.reverse/machinestate-precsave.exp
1540 * gdb.reverse/sigall-precsave.exp
1541 * gdb.reverse/solib-precsave.exp
1542 * gdb.reverse/step-precsave.exp
1543 * gdb.reverse/until-precsave.exp
1544 * gdb.reverse/watch-precsave.exp
1545 * gdb.threads/leader-exit.exp
1546 * gdb.threads/pthreads.exp
1547 * gdb.threads/wp-replication.exp
1548 * gdb.trace/actions.exp
1549 * gdb.trace/mi-tsv-changed.exp
1550 * gdb.trace/tsv.exp
1551
de97fdd4
LM
15522016-12-01 Luis Machado <lgustavo@codesourcery.com>
1553
1554 Fix test names starting with uppercase throughout the files.
1555
1556 * gdb.arch/i386-bp_permanent.exp
1557 * gdb.arch/i386-gnu-cfi.exp
1558 * gdb.base/disasm-end-cu.exp
1559 * gdb.base/macscp.exp
1560 * gdb.base/pending.exp
1561 * gdb.base/watch_thread_num.exp
1562 * gdb.cp/exception.exp
1563 * gdb.cp/gdb2495.exp
1564 * gdb.cp/local.exp
1565 * gdb.python/py-evsignal.exp
1566 * gdb.python/python.exp
1567 * gdb.trace/tracecmd.exp
1568
9f058c10
LM
15692016-12-01 Luis Machado <lgustavo@codesourcery.com>
1570
1571 Fix test names starting with uppercase throughout the files.
1572
1573 * gdb.base/charset.exp
1574 * gdb.base/eval.exp
1575 * gdb.base/multi-forks.exp
1576 * gdb.guile/scm-progspace.exp
1577 * gdb.opencl/datatypes.exp
1578 * gdb.python/py-block.exp
1579 * gdb.python/py-function.exp
1580 * gdb.python/py-symbol.exp
1581 * gdb.python/py-symtab.exp
1582 * gdb.python/py-xmethods.exp
1583 * gdb.reverse/break-precsave.exp
1584 * gdb.reverse/break-reverse.exp
1585 * gdb.reverse/consecutive-precsave.exp
1586 * gdb.reverse/consecutive-reverse.exp
1587 * gdb.reverse/finish-precsave.exp
1588 * gdb.reverse/finish-reverse-bkpt.exp
1589 * gdb.reverse/finish-reverse.exp
1590 * gdb.reverse/fstatat-reverse.exp
1591 * gdb.reverse/getresuid-reverse.exp
1592 * gdb.reverse/i386-precsave.exp
1593 * gdb.reverse/i386-reverse.exp
1594 * gdb.reverse/i386-sse-reverse.exp
1595 * gdb.reverse/i387-stack-reverse.exp
1596 * gdb.reverse/insn-reverse.exp
1597 * gdb.reverse/machinestate-precsave.exp
1598 * gdb.reverse/machinestate.exp
1599 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1600 * gdb.reverse/pipe-reverse.exp
1601 * gdb.reverse/readv-reverse.exp
1602 * gdb.reverse/recvmsg-reverse.exp
1603 * gdb.reverse/rerun-prec.exp
1604 * gdb.reverse/s390-mvcle.exp
1605 * gdb.reverse/sigall-precsave.exp
1606 * gdb.reverse/sigall-reverse.exp
1607 * gdb.reverse/solib-precsave.exp
1608 * gdb.reverse/solib-reverse.exp
1609 * gdb.reverse/step-precsave.exp
1610 * gdb.reverse/step-reverse.exp
1611 * gdb.reverse/time-reverse.exp
1612 * gdb.reverse/until-precsave.exp
1613 * gdb.reverse/until-reverse.exp
1614 * gdb.reverse/waitpid-reverse.exp
1615 * gdb.reverse/watch-precsave.exp
1616 * gdb.reverse/watch-reverse.exp
1617
cdc7edd7
LM
16182016-12-01 Luis Machado <lgustavo@codesourcery.com>
1619
1620 Fix test names starting with uppercase throughout the files.
1621
1622 * gdb.arch/i386-mpx-simple_segv.exp
1623 * gdb.arch/i386-mpx.exp
1624 * gdb.arch/i386-permbkpt.exp
1625 * gdb.arch/pa-nullify.exp
1626 * gdb.arch/powerpc-d128-regs.exp
1627 * gdb.arch/vsx-regs.exp
1628 * gdb.base/bfp-test.exp
1629 * gdb.base/break.exp
1630 * gdb.base/breakpoint-shadow.exp
1631 * gdb.base/callfuncs.exp
1632 * gdb.base/charset.exp
1633 * gdb.base/commands.exp
1634 * gdb.base/completion.exp
1635 * gdb.base/dfp-test.exp
1636 * gdb.base/echo.exp
1637 * gdb.base/ending-run.exp
1638 * gdb.base/eval.exp
1639 * gdb.base/expand-psymtabs.exp
1640 * gdb.base/float128.exp
1641 * gdb.base/floatn.exp
1642 * gdb.base/foll-exec-mode.exp
1643 * gdb.base/gdb1056.exp
1644 * gdb.base/gdb11531.exp
1645 * gdb.base/kill-after-signal.exp
1646 * gdb.base/multi-forks.exp
1647 * gdb.base/overlays.exp
1648 * gdb.base/pending.exp
1649 * gdb.base/sepdebug.exp
1650 * gdb.base/testenv.exp
1651 * gdb.base/valgrind-db-attach.exp
1652 * gdb.base/watch_thread_num.exp
1653 * gdb.base/watchpoint-cond-gone.exp
1654 * gdb.base/watchpoint.exp
1655 * gdb.base/watchpoints.exp
1656 * gdb.cp/arg-reference.exp
1657 * gdb.cp/baseenum.exp
1658 * gdb.cp/operator.exp
1659 * gdb.cp/shadow.exp
1660 * gdb.dwarf2/dw2-op-out-param.exp
1661 * gdb.dwarf2/dw2-reg-undefined.exp
1662 * gdb.go/chan.exp
1663 * gdb.go/hello.exp
1664 * gdb.go/integers.exp
1665 * gdb.go/methods.exp
1666 * gdb.go/package.exp
1667 * gdb.guile/scm-parameter.exp
1668 * gdb.guile/scm-progspace.exp
1669 * gdb.guile/scm-value.exp
1670 * gdb.mi/mi-pending.exp
1671 * gdb.mi/user-selected-context-sync.exp
1672 * gdb.multi/multi-attach.exp
1673 * gdb.multi/tids.exp
1674 * gdb.opt/clobbered-registers-O2.exp
1675 * gdb.pascal/floats.exp
1676 * gdb.pascal/integers.exp
1677 * gdb.python/py-block.exp
1678 * gdb.python/py-events.exp
1679 * gdb.python/py-parameter.exp
1680 * gdb.python/py-symbol.exp
1681 * gdb.python/py-symtab.exp
1682 * gdb.python/py-type.exp
1683 * gdb.python/py-value.exp
1684 * gdb.python/py-xmethods.exp
1685 * gdb.python/python.exp
1686 * gdb.reverse/break-precsave.exp
1687 * gdb.reverse/consecutive-precsave.exp
1688 * gdb.reverse/finish-precsave.exp
1689 * gdb.reverse/i386-precsave.exp
1690 * gdb.reverse/machinestate-precsave.exp
1691 * gdb.reverse/sigall-precsave.exp
1692 * gdb.reverse/solib-precsave.exp
1693 * gdb.reverse/step-precsave.exp
1694 * gdb.reverse/until-precsave.exp
1695 * gdb.reverse/watch-precsave.exp
1696 * gdb.server/ext-attach.exp
1697 * gdb.server/ext-restart.exp
1698 * gdb.server/ext-run.exp
1699 * gdb.server/ext-wrapper.exp
1700 * gdb.stabs/gdb11479.exp
1701 * gdb.stabs/weird.exp
1702 * gdb.threads/attach-many-short-lived-threads.exp
1703 * gdb.threads/kill.exp
1704 * gdb.threads/watchpoint-fork.exp
1705
bc6c7af4
LM
17062016-12-01 Luis Machado <lgustavo@codesourcery.com>
1707
1708 Fix test names starting with uppercase throughout all the files below.
1709
1710 * gdb.ada/array_return.exp
1711 * gdb.ada/catch_ex.exp
1712 * gdb.ada/info_exc.exp
1713 * gdb.ada/mi_catch_ex.exp
1714 * gdb.ada/mi_dyn_arr.exp
1715 * gdb.ada/mi_ex_cond.exp
1716 * gdb.ada/mi_exc_info.exp
1717 * gdb.ada/mi_interface.exp
1718 * gdb.ada/mi_task_arg.exp
1719 * gdb.ada/mi_task_info.exp
1720 * gdb.ada/mi_var_array.exp
1721 * gdb.arch/alpha-step.exp
1722 * gdb.arch/amd64-disp-step.exp
1723 * gdb.arch/arm-disp-step.exp
1724 * gdb.arch/disp-step-insn-reloc.exp
1725 * gdb.arch/e500-prologue.exp
1726 * gdb.arch/ftrace-insn-reloc.exp
1727 * gdb.arch/gdb1558.exp
1728 * gdb.arch/i386-bp_permanent.exp
1729 * gdb.arch/i386-disp-step.exp
1730 * gdb.arch/i386-float.exp
1731 * gdb.arch/i386-gnu-cfi.exp
1732 * gdb.arch/ia64-breakpoint-shadow.exp
1733 * gdb.arch/mips16-thunks.exp
1734 * gdb.arch/pa-nullify.exp
1735 * gdb.arch/powerpc-aix-prologue.exp
1736 * gdb.arch/powerpc-power.exp
1737 * gdb.arch/ppc-dfp.exp
1738 * gdb.arch/s390-tdbregs.exp
1739 * gdb.arch/spu-info.exp
1740 * gdb.arch/spu-ls.exp
1741 * gdb.arch/thumb-bx-pc.exp
1742 * gdb.base/advance.exp
1743 * gdb.base/annota-input-while-running.exp
1744 * gdb.base/arrayidx.exp
1745 * gdb.base/asmlabel.exp
1746 * gdb.base/async.exp
1747 * gdb.base/attach-wait-input.exp
1748 * gdb.base/auto-connect-native-target.exp
1749 * gdb.base/batch-preserve-term-settings.exp
1750 * gdb.base/bfp-test.exp
1751 * gdb.base/bigcore.exp
1752 * gdb.base/bp-permanent.exp
1753 * gdb.base/break-always.exp
1754 * gdb.base/break-fun-addr.exp
1755 * gdb.base/break-idempotent.exp
1756 * gdb.base/break-main-file-remove-fail.exp
1757 * gdb.base/break-probes.exp
1758 * gdb.base/break-unload-file.exp
1759 * gdb.base/break.exp
1760 * gdb.base/call-ar-st.exp
1761 * gdb.base/call-rt-st.exp
1762 * gdb.base/call-sc.exp
1763 * gdb.base/call-signal-resume.exp
1764 * gdb.base/call-strs.exp
1765 * gdb.base/callexit.exp
1766 * gdb.base/callfuncs.exp
1767 * gdb.base/catch-gdb-caused-signals.exp
1768 * gdb.base/catch-signal-siginfo-cond.exp
1769 * gdb.base/catch-syscall.exp
1770 * gdb.base/compare-sections.exp
1771 * gdb.base/cond-eval-mode.exp
1772 * gdb.base/condbreak-call-false.exp
1773 * gdb.base/consecutive-step-over.exp
1774 * gdb.base/cursal.exp
1775 * gdb.base/disabled-location.exp
1776 * gdb.base/disasm-end-cu.exp
1777 * gdb.base/display.exp
1778 * gdb.base/double-prompt-target-event-error.exp
1779 * gdb.base/dprintf-bp-same-addr.exp
1780 * gdb.base/dprintf-detach.exp
1781 * gdb.base/dprintf-next.exp
1782 * gdb.base/dprintf-non-stop.exp
1783 * gdb.base/dprintf-pending.exp
1784 * gdb.base/dso2dso.exp
1785 * gdb.base/ending-run.exp
1786 * gdb.base/enum_cond.exp
1787 * gdb.base/examine-backward.exp
1788 * gdb.base/exe-lock.exp
1789 * gdb.base/exec-invalid-sysroot.exp
1790 * gdb.base/execl-update-breakpoints.exp
1791 * gdb.base/execution-termios.exp
1792 * gdb.base/fileio.exp
1793 * gdb.base/fixsection.exp
1794 * gdb.base/foll-exec-mode.exp
1795 * gdb.base/foll-exec.exp
1796 * gdb.base/fork-running-state.exp
1797 * gdb.base/frame-args.exp
1798 * gdb.base/fullpath-expand.exp
1799 * gdb.base/func-ptr.exp
1800 * gdb.base/gcore-relro-pie.exp
1801 * gdb.base/gdb1090.exp
1802 * gdb.base/gdb1555.exp
1803 * gdb.base/global-var-nested-by-dso.exp
1804 * gdb.base/gnu-ifunc.exp
1805 * gdb.base/hbreak-in-shr-unsupported.exp
1806 * gdb.base/hbreak-unmapped.exp
1807 * gdb.base/hook-stop.exp
1808 * gdb.base/infcall-input.exp
1809 * gdb.base/info-fun.exp
1810 * gdb.base/info-shared.exp
1811 * gdb.base/interrupt-noterm.exp
1812 * gdb.base/jit-so.exp
1813 * gdb.base/jit.exp
1814 * gdb.base/line-symtabs.exp
1815 * gdb.base/list.exp
1816 * gdb.base/longjmp.exp
1817 * gdb.base/macscp.exp
1818 * gdb.base/max-value-size.exp
1819 * gdb.base/nodebug.exp
1820 * gdb.base/nofield.exp
1821 * gdb.base/overlays.exp
1822 * gdb.base/paginate-after-ctrl-c-running.exp
1823 * gdb.base/paginate-bg-execution.exp
1824 * gdb.base/paginate-inferior-exit.exp
1825 * gdb.base/pending.exp
1826 * gdb.base/pr11022.exp
1827 * gdb.base/printcmds.exp
1828 * gdb.base/ptr-typedef.exp
1829 * gdb.base/ptype.exp
1830 * gdb.base/randomize.exp
1831 * gdb.base/range-stepping.exp
1832 * gdb.base/realname-expand.exp
1833 * gdb.base/relativedebug.exp
1834 * gdb.base/remote.exp
1835 * gdb.base/savedregs.exp
1836 * gdb.base/sepdebug.exp
1837 * gdb.base/set-noassign.exp
1838 * gdb.base/shlib-call.exp
1839 * gdb.base/shreloc.exp
1840 * gdb.base/sigaltstack.exp
1841 * gdb.base/sigbpt.exp
1842 * gdb.base/siginfo-addr.exp
1843 * gdb.base/siginfo-obj.exp
1844 * gdb.base/siginfo-thread.exp
1845 * gdb.base/signest.exp
1846 * gdb.base/signull.exp
1847 * gdb.base/sigrepeat.exp
1848 * gdb.base/skip.exp
1849 * gdb.base/so-impl-ld.exp
1850 * gdb.base/solib-corrupted.exp
1851 * gdb.base/solib-disc.exp
1852 * gdb.base/solib-display.exp
1853 * gdb.base/solib-overlap.exp
1854 * gdb.base/solib-search.exp
1855 * gdb.base/solib-symbol.exp
1856 * gdb.base/source-execution.exp
1857 * gdb.base/sss-bp-on-user-bp-2.exp
1858 * gdb.base/sss-bp-on-user-bp.exp
1859 * gdb.base/stack-checking.exp
1860 * gdb.base/stale-infcall.exp
1861 * gdb.base/step-break.exp
1862 * gdb.base/step-line.exp
1863 * gdb.base/step-over-exit.exp
1864 * gdb.base/step-test.exp
1865 * gdb.base/structs.exp
1866 * gdb.base/sym-file.exp
1867 * gdb.base/symtab-search-order.exp
1868 * gdb.base/term.exp
1869 * gdb.base/type-opaque.exp
1870 * gdb.base/unload.exp
1871 * gdb.base/until-nodebug.exp
1872 * gdb.base/until.exp
1873 * gdb.base/unwindonsignal.exp
1874 * gdb.base/watch-cond.exp
1875 * gdb.base/watch-non-mem.exp
1876 * gdb.base/watch_thread_num.exp
1877 * gdb.base/watchpoint-reuse-slot.exp
1878 * gdb.base/watchpoint-solib.exp
1879 * gdb.base/watchpoint.exp
1880 * gdb.btrace/dlopen.exp
1881 * gdb.cell/arch.exp
1882 * gdb.cell/break.exp
1883 * gdb.cell/bt.exp
1884 * gdb.cell/core.exp
1885 * gdb.cell/data.exp
1886 * gdb.cell/dwarfaddr.exp
1887 * gdb.cell/ea-cache.exp
1888 * gdb.cell/ea-standalone.exp
1889 * gdb.cell/ea-test.exp
1890 * gdb.cell/f-regs.exp
1891 * gdb.cell/fork.exp
1892 * gdb.cell/gcore.exp
1893 * gdb.cell/mem-access.exp
1894 * gdb.cell/ptype.exp
1895 * gdb.cell/registers.exp
1896 * gdb.cell/sizeof.exp
1897 * gdb.cell/solib-symbol.exp
1898 * gdb.cell/solib.exp
1899 * gdb.compile/compile-tls.exp
1900 * gdb.cp/exception.exp
1901 * gdb.cp/gdb2495.exp
1902 * gdb.cp/local.exp
1903 * gdb.cp/mb-inline.exp
1904 * gdb.cp/mb-templates.exp
1905 * gdb.cp/pr10687.exp
1906 * gdb.cp/pr9167.exp
1907 * gdb.cp/scope-err.exp
1908 * gdb.cp/templates.exp
1909 * gdb.cp/virtfunc.exp
1910 * gdb.dwarf2/dw2-dir-file-name.exp
1911 * gdb.dwarf2/dw2-single-line-discriminators.exp
1912 * gdb.fortran/complex.exp
1913 * gdb.fortran/library-module.exp
1914 * gdb.guile/guile.exp
1915 * gdb.guile/scm-cmd.exp
1916 * gdb.guile/scm-frame-inline.exp
1917 * gdb.guile/scm-objfile.exp
1918 * gdb.guile/scm-pretty-print.exp
1919 * gdb.guile/scm-symbol.exp
1920 * gdb.guile/scm-type.exp
1921 * gdb.guile/scm-value.exp
1922 * gdb.linespec/keywords.exp
1923 * gdb.linespec/ls-errs.exp
1924 * gdb.linespec/macro-relative.exp
1925 * gdb.linespec/thread.exp
1926 * gdb.mi/mi-breakpoint-changed.exp
1927 * gdb.mi/mi-dprintf-pending.exp
1928 * gdb.mi/mi-fullname-deleted.exp
1929 * gdb.mi/mi-logging.exp
1930 * gdb.mi/mi-pending.exp
1931 * gdb.mi/mi-solib.exp
1932 * gdb.mi/new-ui-mi-sync.exp
1933 * gdb.mi/user-selected-context-sync.exp
1934 * gdb.multi/dummy-frame-restore.exp
1935 * gdb.multi/multi-arch-exec.exp
1936 * gdb.multi/remove-inferiors.exp
1937 * gdb.multi/watchpoint-multi-exit.exp
1938 * gdb.opt/solib-intra-step.exp
1939 * gdb.perf/backtrace.exp
1940 * gdb.perf/single-step.exp
1941 * gdb.perf/skip-command.exp
1942 * gdb.perf/skip-prologue.exp
1943 * gdb.perf/solib.exp
1944 * gdb.python/lib-types.exp
1945 * gdb.python/py-as-string.exp
1946 * gdb.python/py-bad-printers.exp
1947 * gdb.python/py-block.exp
1948 * gdb.python/py-breakpoint.exp
1949 * gdb.python/py-cmd.exp
1950 * gdb.python/py-events.exp
1951 * gdb.python/py-evthreads.exp
1952 * gdb.python/py-finish-breakpoint.exp
1953 * gdb.python/py-finish-breakpoint2.exp
1954 * gdb.python/py-frame-inline.exp
1955 * gdb.python/py-frame.exp
1956 * gdb.python/py-inferior.exp
1957 * gdb.python/py-infthread.exp
1958 * gdb.python/py-mi.exp
1959 * gdb.python/py-objfile.exp
1960 * gdb.python/py-pp-maint.exp
1961 * gdb.python/py-pp-registration.exp
1962 * gdb.python/py-prettyprint.exp
1963 * gdb.python/py-recurse-unwind.exp
1964 * gdb.python/py-shared.exp
1965 * gdb.python/py-symbol.exp
1966 * gdb.python/py-symtab.exp
1967 * gdb.python/py-template.exp
1968 * gdb.python/py-type.exp
1969 * gdb.python/py-unwind-maint.exp
1970 * gdb.python/py-unwind.exp
1971 * gdb.python/py-value.exp
1972 * gdb.python/python.exp
1973 * gdb.reverse/finish-reverse-bkpt.exp
1974 * gdb.reverse/insn-reverse.exp
1975 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1976 * gdb.reverse/solib-precsave.exp
1977 * gdb.reverse/solib-reverse.exp
1978 * gdb.stabs/gdb11479.exp
1979 * gdb.stabs/weird.exp
1980 * gdb.threads/fork-child-threads.exp
1981 * gdb.threads/fork-plus-threads.exp
1982 * gdb.threads/fork-thread-pending.exp
1983 * gdb.threads/forking-threads-plus-breakpoint.exp
1984 * gdb.threads/hand-call-in-threads.exp
1985 * gdb.threads/interrupted-hand-call.exp
1986 * gdb.threads/linux-dp.exp
1987 * gdb.threads/local-watch-wrong-thread.exp
1988 * gdb.threads/next-while-other-thread-longjmps.exp
1989 * gdb.threads/non-ldr-exit.exp
1990 * gdb.threads/pending-step.exp
1991 * gdb.threads/print-threads.exp
1992 * gdb.threads/process-dies-while-detaching.exp
1993 * gdb.threads/process-dies-while-handling-bp.exp
1994 * gdb.threads/pthreads.exp
1995 * gdb.threads/queue-signal.exp
1996 * gdb.threads/reconnect-signal.exp
1997 * gdb.threads/signal-command-handle-nopass.exp
1998 * gdb.threads/signal-command-multiple-signals-pending.exp
1999 * gdb.threads/signal-delivered-right-thread.exp
2000 * gdb.threads/signal-sigtrap.exp
2001 * gdb.threads/sigthread.exp
2002 * gdb.threads/staticthreads.exp
2003 * gdb.threads/stepi-random-signal.exp
2004 * gdb.threads/thread-unwindonsignal.exp
2005 * gdb.threads/thread_check.exp
2006 * gdb.threads/thread_events.exp
2007 * gdb.threads/tid-reuse.exp
2008 * gdb.threads/tls-nodebug.exp
2009 * gdb.threads/tls-shared.exp
2010 * gdb.threads/tls-so_extern.exp
2011 * gdb.threads/tls.exp
2012 * gdb.threads/wp-replication.exp
2013 * gdb.trace/actions-changed.exp
2014 * gdb.trace/actions.exp
2015 * gdb.trace/backtrace.exp
2016 * gdb.trace/change-loc.exp
2017 * gdb.trace/collection.exp
2018 * gdb.trace/deltrace.exp
2019 * gdb.trace/disconnected-tracing.exp
2020 * gdb.trace/entry-values.exp
2021 * gdb.trace/ftrace-lock.exp
2022 * gdb.trace/ftrace.exp
2023 * gdb.trace/infotrace.exp
2024 * gdb.trace/mi-trace-frame-collected.exp
2025 * gdb.trace/mi-trace-unavailable.exp
2026 * gdb.trace/mi-traceframe-changed.exp
2027 * gdb.trace/mi-tracepoint-changed.exp
2028 * gdb.trace/mi-tsv-changed.exp
2029 * gdb.trace/no-attach-trace.exp
2030 * gdb.trace/packetlen.exp
2031 * gdb.trace/passc-dyn.exp
2032 * gdb.trace/passcount.exp
2033 * gdb.trace/pending.exp
2034 * gdb.trace/pr16508.exp
2035 * gdb.trace/qtro.exp
2036 * gdb.trace/range-stepping.exp
2037 * gdb.trace/read-memory.exp
2038 * gdb.trace/report.exp
2039 * gdb.trace/save-trace.exp
2040 * gdb.trace/signal.exp
2041 * gdb.trace/stap-trace.exp
2042 * gdb.trace/status-stop.exp
2043 * gdb.trace/strace.exp
2044 * gdb.trace/tfile.exp
2045 * gdb.trace/tfind.exp
2046 * gdb.trace/trace-break.exp
2047 * gdb.trace/trace-condition.exp
2048 * gdb.trace/trace-enable-disable.exp
2049 * gdb.trace/trace-mt.exp
2050 * gdb.trace/tracecmd.exp
2051 * gdb.trace/tracefile-pseudo-reg.exp
2052 * gdb.trace/tspeed.exp
2053 * gdb.trace/tstatus.exp
2054 * gdb.trace/tsv.exp
2055 * gdb.trace/unavailable.exp
2056 * gdb.trace/while-dyn.exp
2057 * gdb.trace/while-stepping.exp
2058 * lib/gdb-guile.exp
2059 * lib/gdb.exp
2060 * lib/mi-support.exp
2061 * lib/pascal.exp
2062 * lib/perftest.exp
2063 * lib/prelink-support.exp
2064 * lib/selftest-support.exp
2065
ad02e4fe
SM
20662016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
2067
2068 * Makefile.in: Include disable-implicit-rules.mk.
2069
22347e55
AA
20702016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2071
2072 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
2073 non-byte-aligned bit fields.
2074
da5b30da
AA
20752016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2076
2077 PR gdb/12616
2078 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
2079 respects the DW_AT_data_bit_offset attribute.
2080
b593ecca
SM
20812016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
2082
2083 * gdb.base/default.exp: Fix output of "set language".
2084
3b165252
SM
20852016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
2086
2087 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
2088 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
2089 make.
2090 * configure.ac: Remove checks for the make program.
2091 * configure: Re-generate.
2092
1a2f3d7f
KB
20932016-11-16 Kevin Buettner <kevinb@redhat.com>
2094
2095 * gdb.python/py-recurse-unwind.c (main): Add loop.
2096 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
2097 to read_register() and gdb.parse_and_eval(). Make each code
2098 call a separate case that can be individually tested.
2099 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
2100 proc. Call cont_and_backtrace for each of the code paths that
2101 we want to test in the unwinder.
2102
b7f38fda
AA
21032016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
2104
2105 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
2106 the definition of struct S.
2107
1f8db343
CM
21082016-11-11 Catherine Moore <clm@codesourcery.com>
2109
2110 * gdb.base/dump.exp: Identify verilog format dump tests as such.
2111
fad0c9fb
PA
21122016-11-09 Pedro Alves <palves@redhat.com>
2113
2114 * gdb.base/commands.exp (runto_or_return): New procedure.
2115 (gdbvar_simple_if_test, gdbvar_simple_while_test)
2116 (gdbvar_complex_if_while_test, progvar_simple_if_test)
2117 (progvar_simple_while_test, progvar_complex_if_while_test)
2118 (if_while_breakpoint_command_test)
2119 (infrun_breakpoint_command_test, breakpoint_command_test)
2120 (user_defined_command_test, watchpoint_command_test)
2121 (test_command_prompt_position, redefine_hook_test)
2122 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
2123 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
2124 multi_line_input and multi_line. Remove gdb_expect and
2125 gdb_stop_suppressing_tests uses.
2126 * lib/gdb.exp (valnum_re): New global.
2127 (multi_line_input): New procedure.
2128
8354c62c
SM
21292016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
2130
2131 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
2132 Remove.
2133 (test_setup): Define with proc_with_prefix.
2134 (test_cli_inferior): Likewise.
2135 (test_cli_thread): Likewise.
2136 (test_cli_frame): Likewise.
2137 (test_cli_select_frame): Likewise.
2138 (test_cli_up_down): Likewise.
2139 (test_mi_thread_select): Likewise.
2140 (test_mi_stack_select_frame): Likewise.
2141 (test_cli_in_mi_inferior): Likewise.
2142 (test_cli_in_mi_thread): Likewise.
2143 (test_cli_in_mi_frame): Likewise.
2144 (top level): Do not use with_test_prefix_procname.
2145
64f367a2
PA
21462016-11-09 Pedro Alves <palves@redhat.com>
2147
2148 * gdb.base/commands.exp (gdbvar_simple_if_test)
2149 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
2150 (progvar_simple_if_test, progvar_simple_while_test)
2151 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
2152 (infrun_breakpoint_command_test, breakpoint_command_test)
2153 (user_defined_command_test, watchpoint_command_test)
2154 (test_command_prompt_position, deprecated_command_test)
2155 (bp_deleted_in_command, temporary_breakpoint_commands)
2156 (stray_arg0_test, source_file_with_indented_comment)
2157 (recursive_source_test, if_commands_test)
2158 (error_clears_commands_left, redefine_hook_test)
2159 (redefine_backtrace_test): Use proc_with_prefix.
2160 * lib/gdb.exp (proc_with_prefix): New proc.
2161
0bb65f1e
AA
21622016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2163
2164 * gdb.base/tui-layout.c: New file.
2165 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
2166 disassembly window contains very long lines.
2167
7353f247
TT
21682016-11-08 Tom Tromey <tom@tromey.com>
2169
2170 * gdb.python/py-value.exp (test_value_creation): Make "long" test
2171 depend on Python 2.
2172
30a7bb83
TT
21732016-11-08 Tom Tromey <tom@tromey.com>
2174
2175 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
2176 New method.
2177
cdf5a07c
MG
21782016-10-29 Manish Goregaokar <manish@mozilla.com>
2179
2806dc7e 2180 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 2181
51a789c3
MG
21822016-10-27 Manish Goregaokar <manish@mozilla.com>
2183
2806dc7e
PA
2184 * gdb.rust/simple.rs: Add test for univariant enums without
2185 discriminants and for encoded struct-like enums.
51a789c3 2186
f610ab6d
PA
21872016-10-28 Pedro Alves <palves@redhat.com>
2188
2189 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
2190 gdb_test_multiple, tighten regexps and match symtabs and line
2191 tables incrementally.
2192
b129b0ca
LM
21932016-10-28 Luis Machado <lgustavo@codesourcery.com>
2194
2195 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
2196 general.
2197
ecf45d2c
SL
21982016-10-25 Luis Machado <lgustavo@codesourcery.com>
2199
2200 * gdb.base/exec-invalid-sysroot.exp: New file.
2201
b8d38ee4
JK
22022016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2203
2204 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
2205
f90fd8c2
JK
22062016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2207
2208 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
2209
2d2476aa
MR
22102016-10-19 Maciej W. Rozycki <macro@imgtec.com>
2211
2806dc7e
PA
2212 * gdb.base/killed-outside.exp: Remove $options from a call to
2213 `prepare_for_testing'.
2d2476aa 2214
e42b25a0
SM
22152016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2216
2217 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2218 Change test message.
2219
3ccdb432
SM
22202016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2221
2222 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2223 Update comment.
2224
5bad3170
SM
22252016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2226
2227 * gdb.trace/mi-trace-save.exp: New file.
2228
5ad9dba7
YQ
22292016-10-13 Yao Qi <yao.qi@linaro.org>
2230
2231 * gdb.base/code_elim.exp (get_var_address): Remove.
2232 * gdb.base/relocate.exp: Likewise.
2233 * gdb.base/shreloc.exp: Likewise.
2234 * lib/gdb.exp (get_var_address): New.
2235
62df7e21
YQ
22362016-10-13 Yao Qi <yao.qi@linaro.org>
2237
2238 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
2239 floating point tests if $skip_float_test is false.
2240
4dac951e
LM
22412016-10-12 Luis Machado <lgustavo@codesourcery.com>
2242
2243 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
2244 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
2245 argc values.
2246 Add 1 to argc so we guarantee distinct initial/modified argc values.
2247
8f1a8fc4
JK
22482016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2249
2250 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
2251
16c85b5d
JK
22522016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2253
2254 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
2255 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
2256 * gdb.arch/vsx-regs.exp: Likewise.
2257
1d0e042a
YQ
22582016-10-07 Yao Qi <yao.qi@linaro.org>
2259
2260 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
2261
68dadef5
MM
22622016-10-07 Markus Metzger <markus.t.metzger@intel.com>
2263
2264 * gdb.python/python.exp: Test decode_line("*0").
2265
33fa2c6e
DE
22662016-10-06 Doug Evans <dje@google.com>
2267
2268 * gdb.python/py-value.exp (test_value_creation): Add test for large
2269 unsigned 64-bit value.
2270
9c37b5ae
TT
22712016-10-06 Tom Tromey <tom@tromey.com>
2272
2273 * gdb.compile/compile.exp: Change java tests to rust.
2274 * gdb.base/setshow.exp: Change java tests to rust.
2275 * gdb.base/default.exp: Remove java from language list.
2276 * README (Examples): Update language example.
2277 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
2278 test.
2279 * lib/gdb.exp (skip_java_tests): Remove.
2280 * lib/java.exp: Remove.
2281 * gdb.java: Remove.
2282
78b86327
MR
22832016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2284
2285 * gdb.arch/mips-fcr.exp: New test.
2286 * gdb.arch/mips-fcr.c: Source for the new test.
2287
7470adbb
MR
22882016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2289
2290 * gdb.base/solib-disc.exp: Use `standard_output_file'
2291 throughout.
2292
4a556533
PA
22932016-10-06 Pedro Alves <palves@redhat.com>
2294
2295 * gdb.base/jit-simple-dl.c: New file.
2296 * gdb.base/jit-simple-jit.c: New file, factored out from ...
2297 * gdb.base/jit-simple.c: ... this.
2298 * gdb.base/jit-simple.exp (jit_run): Delete.
2299 (build_jit): New proc.
2300 (jit_test_reread): Recompile either the main program or the shared
2301 library, depending on what is being tested. Skip changing address
2302 if caller wants to. Compare before/after addresses. If testing
2303 standalone, explicitly load the binary. Test "maint info
2304 breakpoints".
2305 (top level): Add "standalone vs shared lib" and "change address"
2306 vs "same address" axes.
2307
5a122fbc
PA
23082016-10-06 Pedro Alves <palves@redhat.com>
2309
2310 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
2311 call.
2312 (jit_run): Delete.
2313 (jit_test_reread): Use with_test_prefix. Reload the main binary
2314 explicitly. Compare the before/after addresses of the JIT
2315 descriptor.
2316
ee8da4b8
DE
23172016-08-15 Doug Evans <dje@google.com>
2318
2319 * gdb.xml/extra-regs.xml: Update, end field now required, default type
2320 for single bitfields is bool.
2321 * gdb.xml/tdesc-regs.exp: Ditto.
2322
f389f6fe
JK
23232016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2324
2325 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
2326
fdebf1a4
YQ
23272016-10-05 Yao Qi <yao.qi@linaro.org>
2328
2329 * lib/gdb.exp (support_complex_tests): Return zero if
2330 gdb_skip_float_test return true.
2331
9c36d954 23322016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 2333 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
2334
2335 PR gdb/20487
2336 * gdb.mi/user-selected-context-sync.exp: New file.
2337 * gdb.mi/user-selected-context-sync.c: New file.
2338
4034d0ff 23392016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 2340 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
2341
2342 PR gdb/20487
2343 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
2344 =thread-select-event check.
2345
a4297203
PB
23462016-09-29 Peter Bergner <bergner@vnet.ibm.com>
2347
2348 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
2349 the compulsory L operand changes.
2350 * gdb.arch/powerpc-power.s: Likewise.
2351
bb805577
JK
23522016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2353
2354 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
2355 * gdb.base/jit-attach-pie.c: New file.
2356 * gdb.base/jit-attach-pie.exp: New file.
2357
6d61dee5
PA
23582016-09-28 Pedro Alves <palves@redhat.com>
2359
2360 * gdb.base/infcall-input.c: New file.
2361 * gdb.base/infcall-input.exp: New file.
2362
f73842fc
YQ
23632016-09-22 Yao Qi <yao.qi@linaro.org>
2364
2365 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
2366 (gdb_exit): Rename it to ...
2367 (gdbserver_gdb_exit): ... Close GDBserver.
2368 (gdb_exit): New proc, call gdbserver_gdb_exit.
2369 (mi_gdb_exit): Likewise.
2370
90681dab
YQ
23712016-09-22 Yao Qi <yao.qi@linaro.org>
2372
2373 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
2374 path.
2375 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
2376 Remove duplication.
2377
9c211fd8
YQ
23782016-09-22 Yao Qi <yao.qi@linaro.org>
2379
2380 * lib/gdbserver-support.exp: Check the existence of
2381 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
2382
ad0a504f
AK
23832016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
2384
2385 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
2386
36cf1806
TT
23872016-09-21 Tom Tromey <tom@tromey.com>
2388
2389 PR gdb/20604:
2390 * gdb.base/quit.exp: New file.
2391
74172ecf
SM
23922016-09-21 Simon Marchi <simon.marchi@ericsson.com>
2393
2394 * .gitignore: New file.
2395
3d0ec882
MR
23962016-09-21 Maciej W. Rozycki <macro@imgtec.com>
2397
2398 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
2399 throughout.
2400
8193adea
AA
24012016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2402
2403 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
2404
d41a5c09
JK
24052016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2406
2407 * gdb.cp/casts.cc (decltype): Move it ...
2408 (main): ... with its call to ...
2409 * gdb.cp/casts03.cc: ... a new file.
2410 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
2411
d2dfe700
JK
24122016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2413
2414 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
2415
e2a92b16
PB
24162016-09-15 Peter Bergner <bergner@vnet.ibm.com>
2417
2418 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
2419 and sync up the test with tests in gas/testsuite/gas/ppc.
2420 * gdb.arch/powerpc-power.exp: Likewise.
2421
49b4de64
JK
24222016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2423
2424 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
2425
2c29df25
SDJ
24262016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
2427 Jan Kratochvil <jan.kratochvil@redhat.com>
2428
2429 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
2430 make m1's definition to be different from m2's. Use 'dummy' as an
2431 argument for probe 'two'.
2432
cc3c2846
JB
24332016-09-10 Jon Beniston <jon@beniston.com>
2434
2435 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
2436 for sim target.
2437
e1b2624a
AA
24382016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2439
2440 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
2441 variable declaration.
2442 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
2443 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
2444 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
2445 received HWCAP as its argument.
2446
4295e285
PA
24472016-09-06 Pedro Alves <palves@redhat.com>
2448
2449 * gdb.base/new-ui-pending-input.c: New file.
2450 * gdb.base/new-ui-pending-input.exp: New file.
2451 * gdb.exp (clear_gdb_spawn_id): New procedure.
2452 (with_spawn_id): Check whether gdb_spawn_id exists before
2453 referencing it. If gdb_spawn_id didn't exist on entry, clear it
2454 on exit.
2455
00d5215e
UW
24562016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2457
2458 * gdb.base/float128.c: New file.
2459 * gdb.base/float128.exp: Likewise.
2460 * gdb.base/floatn.c: Likewise.
2461 * gdb.base/floatn.exp: Likewise.
2462
a9ff5f12
UW
24632016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2464
2465 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
2466
f245535c
PA
24672016-09-05 Pedro Alves <palves@redhat.com>
2468
2469 PR backtrace/19927
2470 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
2471 unwinders are immediately called as side effect of "source" or
2472 "disable unwinder" commands.
2473 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
2474
ae9cf263
YQ
24752016-09-02 Yao Qi <yao.qi@linaro.org>
2476
2477 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
2478 is true and $type is "float" or "double".
2479
27aba047
YQ
24802016-09-02 Yao Qi <yao.qi@linaro.org>
2481
2482 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
2483 true.
2484 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
2485 * gdb.base/call-rt-st.exp: Likewise.
2486 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
2487 return value instead of gdb,skip_float_test.
2488 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
2489 (do_function_calls): Use its return value instead of
2490 gdb,skip_float_test.
2491 * gdb.base/finish.exp: Likewise.
2492 * gdb.base/funcargs.exp: Likewise.
2493 * gdb.base/return.exp: Likewise.
2494 * gdb.base/return2.exp: Likewise.
2495 * gdb.base/varargs.exp: Likewise.
2496 * lib/gdb.exp (gdb_skip_float_test): Change it to
2497 gdb_caching_proc. Detect the broken ptrace on arm-linux.
2498
5af962df
AA
24992016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
2500
2501 * gdb.multi/tids.exp: Test "thread apply all".
2502
7fac6910
JK
25032016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2504
2505 * gdb.base/default.exp (tty): Remove.
2506
bb1fe4ac
KB
25072016-08-24 Kevin Buettner <kevinb@redhat.com>
2508
2806dc7e
PA
2509 * gdb.python/py-recurse-unwind.c: New file.
2510 * gdb.python/py-recurse-unwind.py: New file.
2511 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 2512
0a1ddfa6
SM
25132016-08-24 Simon Marchi <simon.marchi@ericsson.com>
2514
2515 * gdb.base/set-inferior-tty.exp: New file.
2516 * gdb.base/set-inferior-tty.c: New file.
2517
d9de1fe3
PA
25182016-08-23 Pedro Alves <palves@redhat.com>
2519
2520 PR gdb/20494
2521 * gdb.base/new-ui-echo.c: New file.
2522 * gdb.base/new-ui-echo.exp: New file.
2523
e9d9abd7
YQ
25242016-08-23 Yao Qi <yao.qi@linaro.org>
2525
2526 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
2527 gdbserver_spawn.
2528 * gdb.server/connect-without-multi-process.exp (do_test):
2529 Likewise.
2530
3589529e
YQ
25312016-08-23 Yao Qi <yao.qi@linaro.org>
2532
2533 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
2534 standalone_txt. Delete gdb_txt and standalone_txt on host
2535 and target. Spawn the binary on target. Copy files from
2536 target to host.
2537
6bb90213
PA
25382016-08-22 Pedro Alves <palves@redhat.com>
2539
2540 PR gdb/20505
2541 * gdb.base/vdso-warning.exp: Test core dumps too. Use
2542 with_test_prefix. Factor out bits to ...
2543 (test_no_vdso): ... this new procedure.
2544
20c2c024
CL
25452016-08-19 Carl Love <cel@us.ibm.com>
2546
2547 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
2548 maintaining separate logic for constructing the output path.
2549 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2550 * gdb.arch/ppc-dfp.exp: Likewise.
2551 * gdb.arch/ppc-fp.exp: Likewise.
2552 * gdb.arch/vsx-regs.exp: Likewise.
2553 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
2554 binprefix for generating the additional binary files.
2555
0646e07d
PA
25562016-08-19 Pedro Alves <palves@redhat.com>
2557
2558 * gdb.trace/mi-trace-frame-collected.exp
2559 (test_trace_frame_collected): On x32, expect two registers.
2560
46da9242
CL
25612016-08-18 Carl Love <cel@us.ibm.com>
2562
2563 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
2564 and sync up the test with tests in gas/testsuite/gas/ppc.
2565 * gdb.arch/powerpc-power.exp: Likewise.
2566
eb2332d7
SM
25672016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2568
2569 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
2570 expected error message.
2571
63c61e04
SM
25722016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2573
2574 * gdb.multi/remove-inferiors.exp: New file.
2575 * gdb.multi/remove-inferiors.c: New file.
2576
7b17065f
YQ
25772016-08-12 Yao Qi <yao.qi@linaro.org>
2578
2579 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
2580 argument list.
2581
01d3dedf
PA
25822016-08-10 Pedro Alves <palves@redhat.com>
2583
2584 PR gdb/19187
2585 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
2586 setup_kfails.
2587
3eb7562a
PA
25882016-08-09 Pedro Alves <palves@redhat.com>
2589 Simon Marchi <simon.marchi@ericsson.com>
2590
2591 PR gdb/20418
2592 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
2593 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
2594
80614914
PA
25952016-08-09 Pedro Alves <palves@redhat.com>
2596
2597 PR mi/20431
2598 * gdb.mi/mi-cmd-error.exp: New file.
2599
f348d89a
PA
26002016-08-09 Pedro Alves <palves@redhat.com>
2601
2602 PR gdb/18653
2603 * gdb.base/signals-state-child.c: New file.
2604 * gdb.base/signals-state-child.exp: New file.
2605 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
2606
e5ca03b4
PA
26072016-08-09 Pedro Alves <palves@redhat.com>
2608
2609 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
2610
282a0691
TT
26112016-08-03 Tom Tromey <tom@tromey.com>
2612
2613 PR python/18565:
2614 * gdb.python/py-frame-inline.exp: Add Frame.function test.
2615
41bfcd63
YQ
26162016-08-01 Yao Qi <yao.qi@linaro.org>
2617
2618 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
2619 variable mode to "multi-process" if $multi_process is 1, otherwise
2620 set it to "single-process".
2621
e3465b24
YQ
26222016-08-01 Yao Qi <yao.qi@linaro.org>
2623
2624 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
2625 * gdb.cp/cpexprs.exp: Likewise.
2626 * gdb.cp/m-static.exp: Likewise.
2627
0b31a4bc
TT
26282016-07-26 Tom Tromey <tom@tromey.com>
2629
2630 PR python/20190:
2631 * gdb.threads/tls.exp (check_thread_local): Add python symbol
2632 test.
2633
e0461dbb
MM
26342016-07-26 Markus Metzger <markus.t.metzger@intel.com>
2635
2636 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
2637 selecting assembly source files.
2638 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
2639 assembly source files.
2640 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
2641 assembly source files.
2642 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
2643 selecting assembly source files.
2644
8194e927
SM
26452016-07-25 Simon Marchi <simon.marchi@ericsson.com>
2646
2647 * gdb.base/new-ui.exp (do_test_invalid_args): New
2648 procedure.
2649
c0272db5
TW
26502016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
2651
2652 * gdb.btrace/reconnect.c: New file.
2653 * gdb.btrace/reconnect.exp: New file.
2654
e3487908
GKB
26552016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
2656
2657 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
2658 to test_catch_syscall_group.
2659 (test_catch_syscall_group): New.
2660
12df5c00
TT
26612016-07-21 Tom Tromey <tom@tromey.com>
2662
2663 * gdb.rust/simple.rs (main): Use empty struct expression.
2664 * gdb.rust/simple.exp: Add tests for empty struct expression.
2665
bae62ee2
YQ
26662016-07-21 Yao Qi <yao.qi@linaro.org>
2667
2668 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
2669 if gdb_skip_xml_test is true on some targets.
2670
b1b53fb3
YQ
26712016-07-21 Yao Qi <yao.qi@linaro.org>
2672
2673 * gdb.server/solib-list.exp: Unset last_loaded_file.
2674
027d97f8
JK
26752016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2676
2677 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
2678 "step into captured_main (args)".
2679
7674d381
JK
26802016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2681
2682 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
2683
72b5d099
JK
26842016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2685
2686 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
2687
1f960ced
PA
26882016-07-19 Pedro Alves <palves@redhat.com>
2689
2690 * gdb.opt/inline-break.exp: Remove optimize=-O2.
2691 * gdb.opt/inline-bt.exp: Likewise.
2692 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
2693 additional_flags=-Winline.
2694 * gdb.opt/inline-locals.exp: Likewise.
2695 * gdb.opt/inline-markers.c (ATTR): Define.
2696 (inlined_fn): Use it.
2697
f25827c1
YQ
26982016-07-19 Yao Qi <yao.qi@linaro.org>
2699
2700 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
2701 (test_with_self): Remove some code. Remove argument executable.
2702 (top-level): Use do_self_tests.
2703
37539ebe
DB
27042016-07-15 Zachary Welch <zwelch@codesourcery.com>
2705 Don Breazeal <donb@codesourcery.com>
2706
2707 * gdb.base/maint.exp: Escape paths used in regular expressions.
2708 * gdb.stabs/weird.exp: Likewise.
2709
dac790e1
TT
27102016-07-13 Tom Tromey <tom@tromey.com>
2711
2712 PR python/15620, PR python/18620:
2713 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
2714 (test_bkpt_events): New procs.
2715
93daf339
TT
27162016-07-13 Tom Tromey <tom@tromey.com>
2717
2718 PR python/17698:
2719 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
2720 test.
2721 (test_watchpoints): Likewise.
2722 (test_bkpt_pending): New proc.
2723
6571a381
TT
27242016-07-13 Tom Tromey <tom@tromey.com>
2725
2726 PR cli/18053:
2727 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
2728 completion test.
2729
e8732474
JK
27302016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2731
2732 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
2733 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
2734 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
2735 f_label.
2736 (g): Rename g_end_lbl to g_label.
2737 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
2738 low_pc and high_pc.
2739 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
2740
e0f3fd7c
TT
27412016-07-12 Tom Tromey <tom@tromey.com>
2742
2743 PR python/19293:
2744 * gdb.python/py-unwind-maint.exp: Update tests.
2745
3cfe46b6
YQ
27462016-07-12 Yao Qi <yao.qi@linaro.org>
2747
2748 * lib/selftest-support.exp (selftest_setup): Match the output
2749 when captured_main is inlined.
2750
4f19a0e6
WT
27512016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
2752
2753 * gdb.fortran/derived-types.exp (result_line, result_line_2):
2754 New variables.
2755 (print this%a, print this%b, print this): New tests.
2756 * gdb.fortran/derived-types.f90 (this): New object and
2757 initialization.
2758
986cf455
SM
27592016-07-06 Simon Marchi <simon.marchi@ericsson.com>
2760
2761 * gdb.ada/arraydim.exp: Remove extra directory level in build
2762 directory.
2763
f0464b23
SM
27642016-07-06 Simon Marchi <simon.marchi@ericsson.com>
2765
2766 * lib/ada.exp: Remove extra directory level in build directory.
2767 * gdb.ada/cond_lang.exp: Likewise.
2768 * gdb.ada/exec_changed.exp: Likewise.
2769 * gdb.ada/lang_switch.exp: Likewise.
2770
42d94011
MG
27712016-07-06 Manish Goregaokar <manish@mozilla.com>
2772
2806dc7e
PA
2773 * simple.rs: Add test for raw pointer subscripting.
2774 * simple.exp: Add test expectations.
42d94011 2775
647c264c
YQ
27762016-07-05 Yao Qi <yao.qi@linaro.org>
2777
2778 * gdb.mi/mi-reverse.exp: Match =record-started output.
2779
20aa2c60
PA
27802016-07-01 Pedro Alves <palves@redhat.com>
2781
2782 * gdb.base/jit-reader.exp (info_registers_current_frame): New
2783 procedure.
2784 (jit_reader_test): Test the jit reader's unwinder.
2785 * gdb.base/jithost.c (jit_function_00_code): New global.
2786 (main): Use memcpy to fill in the mmapped code, instead of poking
2787 bytes manually here.
2788 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
2789 value.
2790 (read_debug_info): Save the function's range.
2791 (read_sp): New function.
2792 (unwind_frame): Use it. Also unwind RBP.
2793 (get_frame_id): Use read_sp.
2794 (gdb_init_reader): Use calloc instead of malloc.
2795 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
2796 parameter. Use gdb_test_multiple.
2797
ced2dffb
PA
27982016-07-01 Pedro Alves <palves@redhat.com>
2799 Antoine Tremblay <antoine.tremblay@ericsson.com>
2800
2801 * gdb.threads/process-dies-while-detaching.c: New file.
2802 * gdb.threads/process-dies-while-detaching.exp: New file.
2803
63000888
PA
28042016-07-01 Pedro Alves <palves@redhat.com>
2805
2806 * gdb.multi/watchpoint-multi-exit.c: New file.
2807 * gdb.multi/watchpoint-multi-exit.exp: New file.
2808
038d4868
PA
28092016-06-30 Pedro Alves <palves@redhat.com>
2810
2811 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
2812 unset inferior_spawn_id.
2813
994e9c83
PA
28142016-06-30 Pedro Alves <palves@redhat.com>
2815
2816 * lib/mi-support.exp (default_mi_gdb_start): Declare global
2817 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
2818
e5653468
YQ
28192016-06-29 Yao Qi <yao.qi@linaro.org>
2820
2821 * gdb.base/return.c: Add copyright header.
2822
803b47e5
TT
28232016-06-29 Tom Tromey <tom@tromey.com>
2824
2825 PR python/20129:
2826 * gdb.python/py-framefilter.exp: Add tests for setting priority
2827 and disabling of non-existent frame filter.
2828
28244707
YQ
28292016-06-29 Yao Qi <yao.qi@linaro.org>
2830
2831 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
2832 0x0f07ff.
2833
a31d2f06
YQ
28342016-06-28 Yao Qi <yao.qi@linaro.org>
2835
2836 * gdb.base/catch-syscall.exp: Remove check on isnative and target
2837 triplets. Start gdb, execute catch syscall, and continue. Check
2838 gdb's output to determine catch syscall is supported.
2839
921d8f54
MG
28402016-06-27 Manish Goregaokar <manish@mozilla.com>
2841
25d49b86
PA
2842 * gdb.rust/simple.rs: Add test for returning unit in a function.
2843 * gdb.rust/simple.exp: Add expectation for functions returning
2844 unit.
921d8f54 2845
f4952523
PMR
28462016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
2847
2848 * gdb.python/py-breakpoint-create-fail.c,
2849 gdb.python/py-breakpoint-create-fail.exp,
2850 gdb.python/py-breakpoint-create-fail.py: New testcase.
2851
fccb08f8
MG
28522016-06-25 Manish Goregaokar <manish@mozilla.com>
2853
2854 PR gdb/20239
2855 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
2856 * gdb.rust/simple.exp: Add test expectations for new NonZero
2857 tests.
fccb08f8 2858
6b850546
DT
28592016-06-24 David Taylor <dtaylor@emc.com>
2860
2861 * gdb.base/offsets.exp: New file.
2862 * gdb.base/offsets.c: New file.
2863
17621150
TT
28642016-06-23 Tom Tromey <tom@tromey.com>
2865
2866 PR gdb/16483:
2867 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
2868 before any filters are loaded.
2869
04d59df6
WT
28702016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
2871
2872 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
2873 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
2874 structs.
2875 * gdb.fortran/derived-type-function.exp: New file.
2876 * gdb.fortran/derived-type-function.f90: New file.
2877
2878
ac69f786
PA
28792016-06-21 Pedro Alves <palves@redhat.com>
2880
2881 * gdb.base/new-ui.exp: New file.
2882 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
2883 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
2884 (with_spawn_id): New procedure.
2885
49940788
PA
28862016-06-21 Pedro Alves <palves@redhat.com>
2887
2888 * gdb.mi/mi-exec-run.exp: New file.
2889
ef274d26
PA
28902016-06-21 Pedro Alves <palves@redhat.com>
2891
2892 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
2893 breakpoint command's output on the main UI.
2894 (test_break): New procedure, factored out from calls in the top
2895 level.
2896 (top level): Use foreach_with_prefix to test MI as main UI and as
2897 separate UI.
2898
468afe6c
PA
28992016-06-21 Pedro Alves <palves@redhat.com>
2900
2901 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
2902 (test_awatch_creation_and_listing)
2903 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
2904 Remove 'type' parameter.
2905 (test_watchpoint_all): New parameter mi_mode. Remove
2906 with_test_prefix.
2907 (top level): Use foreach_with_prefix, and add main/separate UI MI
2908 testing axis.
2909
51f77c37
PA
29102016-06-21 Pedro Alves <palves@redhat.com>
2911
2912 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
2913 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
2914 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
2915 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
2916 (gdb_main_spawn_id, mi_spawn_id): Declare and
2917 comment.
2918 (mi_create_inferior_pty): New procedure,
2919 factored out from default_mi_gdb_start.
2920 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
2921 procedures.
2922 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
2923 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
2924 Use mi_create_inferior_pty.
2925 (mi_gdb_start): Use eval to pass down args list.
2926
8980e177
PA
29272016-06-21 Pedro Alves <palves@redhat.com>
2928
2929 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
2930 * gdb.opt/inline-cmds.exp: Add MI tests.
2931
f38d3ad1
PA
29322016-06-21 Pedro Alves <palves@redhat.com>
2933
2934 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
2935
45db7c09
PA
29362016-06-21 Pedro Alves <palves@redhat.com>
2937
2938 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
2939 (top level): Use it instead of mi_execute_to.
2940
5a069ab3
PA
29412016-06-21 Pedro Alves <palves@redhat.com>
2942
2943 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
2944 (cont_handler_str): New.
2945 (signal_stop_handler): Set stop_handler_str instead of printing to
2946 stdout.
2947 (continue_handler): Set cont_handler_str instead of printing to
2948 stdout.
2949 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
2950 mi_send_resuming_command. Print stop_handler_str and
2951 cont_handler_str instead of expecting the python events print
2952 directly.
2953
2838cc1d
SD
29542016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
2955
2956 * gdb.base/jit-reader.exp: New file.
2957 * gdb.base/jithost.c: New file.
2958 * gdb.base/jithost.h: New file.
2959 * gdb.base/jitreader.c : New file.
2960 * gdb.base/jit-protocol.h: New file.
2961
21a77091
YQ
29622016-06-17 Yao Qi <yao.qi@linaro.org>
2963
2964 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
2965 parameters follow_fork and detach_on_fork. Set follow-fork-mode
2966 and detach-on-fork. Adjust tests.
2967 (top level): Invoke break_cond_on_syscall with combinations of
2968 syscall, follow-fork-mode and detach-on-fork.
2969
f50bf8e5
YQ
29702016-06-17 Yao Qi <yao.qi@linaro.org>
2971
2972 * gdb.base/step-over-exit.c: New.
2973 * gdb.base/step-over-exit.exp: New.
2974
a28d8e50
YTL
29752016-06-17 Yan-Ting Lin <currygt52@gmail.com>
2976
2977 * gdb.base/float.exp: Add target check for nds32*-*-*.
2978 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
2979
cad8e26d
AB
29802016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
2981
2982 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
2983 for unsupported target features.
2984 * gdb.base/call-rt-st.exp: Likewise.
2985 * gdb.base/call-sc.exp: Likewise.
2986 * gdb.base/call-signal-resume.exp: Likewise.
2987 * gdb.base/call-strs.exp: Likewise.
2988 * gdb.base/callexit.exp: Likewise.
2989 * gdb.base/callfuncs.exp: Likewise.
2990 * gdb.base/nodebug.exp: Likewise.
2991 * gdb.base/printcmds.exp: Likewise.
2992 * gdb.base/ptype.exp: Likewise.
2993 * gdb.base/structs.exp: Likewise.
2994 * gdb.base/unwindonsignal.exp: Likewise.
2995 * gdb.cp/gdb2495.exp: Likewise.
2996 * gdb.cp/templates.exp: Likewise.
2997 * gdb.cp/virtfunc.exp: Likewise.
2998 * gdb.threads/hand-call-in-threads.exp: Likewise.
2999 * gdb.threads/interrupted-hand-call.exp: Likewise.
3000 * gdb.threads/thread-unwindonsignal.exp: Likewise.
3001
347dc102
TT
30022016-06-10 Tom Tromey <tom@tromey.com>
3003
3004 PR rust/20110:
3005 * gdb.rust/expr.exp: Add test for integer constant larger than
3006 i32.
3007
5e13cf25
BH
30082016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
3009
3010 * gdb.fortran/nested-funcs.exp: New.
3011 * gdb.fortran/nested-funcs.f90: New.
3012
bb556f1f
TK
30132016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
3014
3015 * gdb.base/examine-backward.c: New file.
3016 * gdb.base/examine-backward.exp: New file.
3017
38b022b4
SM
30182016-06-06 Simon Marchi <simon.marchi@ericsson.com>
3019
3020 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
3021 matching.
3022
1b40ec05
TT
30232016-06-02 Tom Tromey <tom@tromey.com>
3024
3025 PR python/18984:
3026 * gdb.python/py-shared.exp: Add solib_name test.
3027
193bd378
SM
30282016-06-02 Simon Marchi <simon.marchi@ericsson.com>
3029
3030 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
3031
3326303b
MG
30322016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
3033
3034 PR c++/19893
3035 * gdb.dwarf2/implref.exp: Rename to...
3036 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
3037 * gdb.dwarf2/implref-array.c: New file.
3038 * gdb.dwarf2/implref-array.exp: Likewise.
3039 * gdb.dwarf2/implref-global.c: Likewise.
3040 * gdb.dwarf2/implref-global.exp: Likewise.
3041 * gdb.dwarf2/implref-struct.c: Likewise.
3042 * gdb.dwarf2/implref-struct.exp: Likewise.
3043
825c8ef2
AT
30442016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3045
3046 * gdb.trace/trace-condition.exp: Add 64bit tests.
3047
2320162a
AT
30482016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3049
3050 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
3051 bits types.
3052 (main): Adapt to 8 to 64 bits types.
3053 * gdb.trace/trace-condition.exp: Add new tests.
3054
a7818233
AT
30552016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3056
3057 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
3058
0d336466
AT
30592016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3060
3061 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
3062 Move condition tests...
3063 * gdb.trace/trace-condition.exp: Here.
3064
7faeb45a
AT
30652016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3066
3067 * gdb.trace/trace-condition.exp: Add counter-case tests.
3068
e385593e
JK
30692016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3070
3071 PR c++/15231
3072 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
3073 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
3074
744608cc
PA
30752016-05-27 Pedro Alves <palves@redhat.com>
3076
3077 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3078 New procedure.
3079 (top level): Call it, and bail out of DejaGnu is known to be bad.
3080
ac775bf4
AB
30812016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
3082
3083 * gdb.base/whatis.c: Extend the test case.
3084 * gdb.base/whatis.exp: Add additional tests.
3085
2bbad2ea
BH
30862016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3087
3088* gdb.fortran/type.f90: Add pointer variable.
3089* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
3090
8b70175d
BH
30912016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3092
3093 * gdb.fortran/vla-type.exp: Fix testcase name.
3094
86d8a848
BH
30952016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3096
3097 * gdb.fortran/vla-type.exp: Access elements in nested structs.
3098
e188eb36
BH
30992016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3100
3101 * gdb.fortran/type.f90: Add nested structures.
3102 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
3103 * gdb.fortran/derived-type.exp: Adapt expected output.
3104 * gdb.fortran/vla-type.exp: Adapt expected output.
3105
9b2db1fd
BH
31062016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3107
3108 * gdb.fortran/whatis_type.exp: Adapt expected output.
3109
72b17055
BH
31102016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3111
3112 * gdb.fortran/print_type.exp: Fix expected output.
3113 * gdb.fortran/whatis_type.exp: Fix expected output.
3114
3cd81d8d
BH
31152016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3116
3117 * gdb.fortran/whatis_type.exp: Use multi_line.
3118
ddae9462
TT
31192016-05-24 Tom Tromey <tom@tromey.com>
3120
3121 PR python/17386:
3122 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
3123 use value as an index.
3124
1957f6b8
TT
31252016-05-23 Tom Tromey <tom@tromey.com>
3126
3127 PR python/17981:
3128 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
3129 no-breakpoint case.
3130
026a9174
PA
31312016-05-24 Pedro Alves <palves@redhat.com>
3132
3133 PR gdb/19828
3134 * gdb.threads/clone-attach-detach.c: New file.
3135 * gdb.threads/clone-attach-detach.exp: New file.
3136
e70a7231
FR
31372016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
3138
3139 * gdb.base/annota-input-while-running.exp: Fix syntax error.
3140
0f6ed0e0
TT
31412016-05-23 Tom Tromey <tom@tromey.com>
3142
3143 PR python/19438, PR python/18393:
3144 * gdb.python/py-progspace.exp: Add "dir" test.
3145 * gdb.python/py-objfile.exp: Add "dir" test.
3146
ffd19d61
YQ
31472016-05-23 Yao Qi <yao.qi@linaro.org>
3148
3149 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
3150 * gdb.arch/thumb2-it.exp: Likewise.
3151
9e8f9b05
SM
31522016-05-18 Simon Marchi <simon.marchi@ericsson.com>
3153
3154 * gdb.mi/mi-threads-interrupt.c: New file.
3155 * gdb.mi/mi-threads-interrupt.exp: New file.
3156
61c6156d
SM
31572016-05-17 Simon Marchi <simon.marchi@ericsson.com>
3158
3159 PR gdb/18077
3160 * gdb.mi/mi-async-run.exp: New file.
3161 * gdb.mi/mi-async-run.c: New file.
3162
67218854
TT
31632016-05-17 Tom Tromey <tom@tromey.com>
3164 Manish Goregaokar <manishsmail@gmail.com>
3165
3166 * lib/rust-support.exp: New file.
3167 * lib/gdb.exp (skip_rust_tests): New proc.
3168 (build_executable_from_specs): Handle rust.
3169 * lib/future.exp (gdb_find_rustc): New proc.
3170 (gdb_default_target_compile): Handle rust.
3171 * gdb.rust/expr.exp: New file.
3172 * gdb.rust/generics.exp: New file.
3173 * gdb.rust/generics.rs: New file.
3174 * gdb.rust/methods.exp: New file.
3175 * gdb.rust/methods.rs: New file.
3176 * gdb.rust/modules.exp: New file.
3177 * gdb.rust/modules.rs: New file.
3178 * gdb.rust/simple.exp: New file.
3179 * gdb.rust/simple.rs: New file.
3180
c44af4eb
TT
31812016-05-17 Tom Tromey <tom@tromey.com>
3182
3183 * gdb.base/default.exp (set language): Add rust.
3184
dcd1f979
TT
31852016-05-17 Tom Tromey <tom@tromey.com>
3186
3187 * gdb.gdb/unittest.exp: New file.
3188
155b7f57
YQ
31892016-05-16 Yao Qi <yao.qi@linaro.org>
3190
3191 * gdb.base/batch-preserve-term-settings.exp: Remove variable
3192 shell_prompt. Update shell_prompt_re.
3193
8ddd5a6c
DE
31942016-05-12 Doug Evans <dje@google.com>
3195
3196 PR symtab/19999
3197 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
3198 $options when building executable.
3199 * gdb.dwarf2/fission-loclists-pie.S: New file.
3200 * gdb.dwarf2/fission-loclists-pie.exp: New file.
3201
02e370d9
SM
32022016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3203
3204 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
3205 of [is_remote target],
3206
8929ad8b
SM
32072016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3208
3209 * lib/gdb.exp (use_gdb_stub): New procedure.
3210
6c447423
DE
32112016-05-03 Yunlian Jiang <yunlian@google.com>
3212 Doug Evans <dje@google.com>
3213
3214 PR symtab/19914
3215 * gdb.dwarf2/dwp-sepdebug.c: New file.
3216 * gdb.dwarf2/dwp-sepdebug.exp: New file.
3217
444e826c
SM
32182016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3219
3220 * gdb.base/detach.exp: Remove is_remote check.
3221
740feeaa
SM
32222016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3223
3224 * gdb.base/annota-input-while-running.exp: Don't check for
3225 [is_remote target]. Enable annotations after running to main.
3226 Remove unused "set test..." line.
3227
9080ac9d
SM
32282016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3229
3230 * gdb.trace/trace-enable-disable.exp: New file.
3231 * gdb.trace/trace-enable-disable.c: New file.
3232
952ebca5
SM
32332016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3234
3235 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
3236 use it in info sharedlibrary test.
3237 * gdb.trace/ftrace-lock.exp: Likewise.
3238 * gdb.trace/ftrace.exp: Likewise.
3239 * gdb.trace/range-stepping.exp: Likewise.
3240 * gdb.trace/trace-break.exp: Likewise.
3241 * gdb.trace/trace-condition.exp: Likewise.
3242 * gdb.trace/trace-mt.exp: Likewise.
3243
d9019901
SM
32442016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3245
3246 * lib/gdb.exp (gdb_load_shlibs): Rename to...
3247 (gdb_load_shlib): ... this.
3248 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
3249 gdb_load_shlib.
3250 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
3251 * gdb.base/ctxobj.exp: Likewise.
3252 * gdb.base/dprintf-pending.exp: Likewise.
3253 * gdb.base/dso2dso.exp: Likewise.
3254 * gdb.base/fixsection.exp: Likewise.
3255 * gdb.base/gcore-relro.exp: Likewise.
3256 * gdb.base/gdb1555.exp: Likewise.
3257 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3258 * gdb.base/gnu-ifunc.exp: Likewise.
3259 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
3260 * gdb.base/jit-so.exp (one_jit_test): Likewise.
3261 * gdb.base/pending.exp: Likewise.
3262 * gdb.base/print-file-var.exp: Likewise.
3263 * gdb.base/print-symbol-loading.exp: Likewise.
3264 * gdb.base/shlib-call.exp: Likewise.
3265 * gdb.base/shreloc.exp: Likewise.
3266 * gdb.base/so-impl-ld.exp: Likewise.
3267 * gdb.base/solib-disc.exp: Likewise.
3268 * gdb.base/solib-nodir.exp: Likewise.
3269 * gdb.base/solib-overlap.exp: Likewise.
3270 * gdb.base/solib-symbol.exp: Likewise.
3271 * gdb.base/solib-weak.exp (do_test): Likewise.
3272 * gdb.base/sym-file.exp: Likewise.
3273 * gdb.base/symtab-search-order.exp: Likewise.
3274 * gdb.base/type-opaque.exp: Likewise.
3275 * gdb.base/unload.exp: Likewise.
3276 * gdb.base/watchpoint-solib.exp: Likewise.
3277 * gdb.compile/compile.exp: Likewise.
3278 * gdb.cp/gdb2384.exp: Likewise.
3279 * gdb.cp/infcall-dlopen.exp: Likewise.
3280 * gdb.cp/re-set-overloaded.exp: Likewise.
3281 * gdb.fortran/library-module.exp: Likewise.
3282 * gdb.opt/solib-intra-step.exp: Likewise.
3283 * gdb.python/py-finish-breakpoint.exp: Likewise.
3284 * gdb.python/py-shared.exp: Likewise.
3285 * gdb.reverse/solib-precsave.exp: Likewise.
3286 * gdb.reverse/solib-reverse.exp: Likewise.
3287 * gdb.server/solib-list.exp: Likewise.
3288 * gdb.threads/dlopen-libpthread.exp: Likewise.
3289 * gdb.threads/tls-shared.exp: Likewise.
3290 * gdb.threads/tls-so_extern.exp: Likewise.
3291 * gdb.trace/change-loc.exp: Likewise.
3292 * gdb.trace/ftrace-lock.exp: Likewise.
3293 * gdb.trace/ftrace.exp: Likewise.
3294 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
3295 * gdb.trace/pending.exp: Likewise.
3296 * gdb.trace/range-stepping.exp: Likewise.
3297 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
3298 (strace_info_marker): Likewise.
3299 (strace_probe_marker): Likewise.
3300 (strace_trace_on_same_addr): Likewise.
3301 (strace_trace_on_diff_addr): Likewise.
3302 * gdb.trace/trace-break.exp: Likewise.
3303 * gdb.trace/trace-condition.exp: Likewise.
3304 * gdb.trace/trace-mt.exp: Likewise.
3305
fca4cfd9
SM
33062016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3307
3308 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
3309 result of gdb_remote_download.
3310 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
3311 * gdb.base/dso2dso.exp: Likewise.
3312 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3313 * gdb.base/print-file-var.exp: Likewise.
3314 * gdb.base/shlib-call.exp: Likewise.
3315 * gdb.base/shreloc.exp: Likewise.
3316 * gdb.base/solib-overlap.exp: Likewise.
3317 * gdb.base/solib-weak.exp (do_test): Likewise.
3318 * gdb.base/unload.exp: Likewise.
3319
11cf4ffb
YQ
33202016-04-27 Yao Qi <yao.qi@linaro.org>
3321
3322 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
3323 exists.
3324
3e2e34f8
KB
33252016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3326
3327 * vla-type.exp: Print structure from toplevel.
3328
8f07e298
BH
33292016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3330
3331 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
3332 of dynamic types.
3333 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
3334 of dynamic types.
3335
9920b434
BH
33362016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3337
3338 * gdb.fortran/vla-type.f90: New file.
3339 * gdb.fortran/vla-type.exp: New file.
3340
f3abeff5
YQ
33412016-04-25 Yao Qi <yao.qi@linaro.org>
3342
3343 * gdb.base/branch-to-self.c: New file.
3344 * gdb.base/branch-to-self.exp: New file.
3345
0a5d52f0
YQ
33462016-04-22 Yao Qi <yao.qi@linaro.org>
3347
3348 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
3349 more after $hex.
3350
495346f6
YQ
33512016-04-22 Yao Qi <yao.qi@linaro.org>
3352
3353 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
3354 * gdb.base/annota3.exp: Likewise.
3355
4a7e075c
YQ
33562016-04-22 Yao Qi <yao.qi@linaro.org>
3357
3358 * gdb.reverse/step-precsave.exp: Do one step and test program
3359 stops in "callee" and do multiple steps until program goes out
3360 of "callee".
3361 * gdb.reverse/step-reverse.exp: Likewise.
3362
5b061e98
YQ
33632016-04-22 Yao Qi <yao.qi@linaro.org>
3364
3365 * gdb.trace/signal.exp: Also pass if
3366 $tracepoint_hits($i) > $iterations.
3367
5c5dc57f
YQ
33682016-04-22 Yao Qi <yao.qi@linaro.org>
3369
3370 * gdb.trace/signal.c: New file.
3371 * gdb.trace/signal.exp: New file.
3372
a55411b9
DE
33732016-04-19 Doug Evans <xdje42@gmail.com>
3374
3375 * gdb.base/bad-file.exp: New file.
3376
a22df60a
MG
33772016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
3378
3379 * gdb.dwarf2/implref.exp: New file.
3380
0c13f7e5
BH
33812016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3382
3383 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
3384 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
3385 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
3386 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
3387 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
3388 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
3389 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
3390 * lib/fortran.exp (fortran_int4): New procedure.
3391 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
3392 (fortran_logical4): Likewise.
3393
9b9b09e9
BH
33942016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
3395
3396 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
3397
a14d1f4d
BH
33982016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3399
3400 * lib/compiler.c: Add Intel specific preprocessor macros.
3401 * lib/compiler.cc: Likewise.
25d49b86 3402
7d49b1d0
LM
34032016-04-13 Luis Machado <lgustavo@codesourcery.com>
3404
3405 * gdb.server/connect-with-no-symbol-file.c: New file.
3406 * gdb.server/connect-with-no-symbol-file.exp: New file.
3407
8392fa22
SM
34082016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3409
3410 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
3411
8c4c4aeb
SM
34122016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3413
3414 * boards/gdbserver-base.exp (${board}_download): Copy source file to
3415 standard output directory.
3416
45e3745e
AT
34172016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
3418
3419 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
3420
e26b7e41
MM
34212016-04-13 Markus Metzger <markus.t.metzger@intel.com>
3422
3423 * gdb.btrace/instruction_history.c (loop): Add declaration.
3424
8ce09462
AT
34252016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
3426
3427 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
3428
2e88a1ea
SM
34292016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
3430
3431 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
3432 parentheses to print.
3433 (continue_handler): Likewise.
3434
f48e22e3
SM
34352016-04-08 Simon Marchi <simon.marchi@ericsson.com>
3436
3437 * gdb.server/solib-list.exp: Remove is_remote check.
3438 Pass shlib= to gdb_compile. Don't link shared library with
3439 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
3440 Run binary filename through "readlink -f" on the target.
3441
096be756
PA
34422016-04-08 Pedro Alves <palves@redhat.com>
3443
3444 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
3445 interpreter filename as argument to gdbserver_spawn.
3446 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3447 Return empty if $last_loaded_file does not exist.
3448
06500533
JK
34492016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3450
3451 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
3452 * gdb.base/jit-main.c: Use exit after usage.
3453
2d35e871
JK
34542016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3455
3456 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
3457 GDBHISTSIZE prior to the tests.
3458 * gdb.base/gdbinit-history.exp: Likewise.
3459
34602016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
3461
3462 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
3463 instead of build_executable. Use gdb_load_shlibs.
3464
c8064e7e
YQ
34652016-04-07 Yao Qi <yao.qi@linaro.org>
3466
3467 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
3468 Execute "si" command.
3469
bde47561
YQ
34702016-04-07 Yao Qi <yao.qi@linaro.org>
3471
3472 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
3473 number instead of the comments on some line.
3474
b16f8a3b
DB
34752016-04-06 Don Breazeal <donb@codesourcery.com>
3476
3477 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
3478 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
3479
c2f901df
SM
34802016-04-06 Simon Marchi <simon.marchi@ericsson.com>
3481
3482 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
3483 standard_output_file. Remove unused binfile variable.
3484
ac17fda0
CU
34852016-04-05 Catalin Udma <catalin.udma@freescale.com>
3486
3487 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
3488 * gdb.python/py-mi-objfile.exp: Match "list main" output
3489 in console format.
3490
03a8c4df
SM
34912016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
3492
3493 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
3494 absolute.
3495
6e774b13
SM
34962016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3497
3498 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
3499 absolute.
3500 * gdb.trace/ftrace.exp: Likewise.
3501 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
3502 targets as well.
3503 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
3504 (gdb_load_shlibs): Copy libraries to test directory when testing
3505 natively. Only set solib-search-path if testing remotely.
3506 * lib/mi-support.exp (mi_load_shlibs): Likewise.
3507
7817ea46
SM
35082016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3509
3510 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
3511 gdb_download. Use it even if the target is not remote.
3512 * gdb.base/jit.exp (compile_jit_test): Likewise.
3513 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
3514 output directory if the destination board is local, otherwise use
3515 the standard remote_download from DejaGnu.
3516 (gdb_download): Remove.
3517 (gdb_load_shlibs): Use gdb_remote_download instead of
3518 gdb_download.
3519 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3520 Use gdb_remote_download instead of gdb_download. Use it even if
3521 the target is not remote.
3522 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
3523 instead of gdb_download.
3524
7beb7f68
SM
35252016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
3526
3527 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
3528 (test_insert_delete_modify): Call mi_load_shlibs before trying to
3529 run.
3530
cc63428a
AV
35312016-04-01 Artemiy Volkov <artemiyv@acm.org>
3532
3533 PR gdb/19820
3534 * gdb.base/printcmds.exp: Add artificial arrays tests.
3535
64cdf930
PA
35362016-03-31 Pedro Alves <palves@redhat.com>
3537
3538 PR gdb/19858
3539 * gdb.base/jit-main.c: Include unistd.h.
3540 (ATTACH): Define to 0 if not already defined.
3541 (wait_for_gdb, mypid): New globals.
3542 (WAIT_FOR_GDB): New macro.
3543 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
3544 some breakpoint locations.
3545 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
3546 New procedures.
3547 (one_jit_test): Add REATTACH parameter, and handle it. Use
3548 continue_to_test_location.
3549 (top level): Test attach, and adjusts calls to one_jit_test.
3550
40dea8cb
PA
35512016-03-31 Pedro Alves <palves@redhat.com>
3552
3553 PR gdb/19858
3554 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
3555 BINSUFFIX parameter, and handle it.
3556 (top level): Adjust calls compile_jit_test.
3557
e7ea3ec7
CU
35582016-03-31 Catalin Udma <catalin.udma@freescale.com>
3559
3560 PR python/19743
3561 * gdb.python/py-mi-events-gdb.py: New file.
3562 * gdb.python/py-mi-events.c: New file.
3563 * gdb.python/py-mi-events.exp: New file.
3564
e6359af3
YQ
35652016-03-30 Yao Qi <yao.qi@linaro.org>
3566
3567 * gdb.reverse/until-precsave.exp: Match function name only.
3568 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
3569 Move malloc to a condition block.
3570 * gdb.reverse/until-reverse.exp: Match function name only.
3571
a4105d04
MK
35722016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
3573
3574 * gdb.trace/ftrace.exp: Set arg0exp for s390.
3575 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
3576 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
3577 variable for GPR 0 instead of assuming it is register 0.
3578 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
3579 * lib/trace-support.exp: Add s390 registers.
3580
bfa6adb9
YQ
35812016-03-29 Yao Qi <yao.qi@linaro.org>
3582
3583 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
3584
1e6697ea
YQ
35852016-03-24 Yao Qi <yao.qi@linaro.org>
3586
3587 * gdb.reverse/break-reverse.exp: Add quotation mark in the
3588 test message.
3589
64bcd522
AA
35902016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3591
3592 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
3593 maintaining separate logic for constructing the output path.
3594
7868401b
DB
35952016-03-16 Don Breazeal <donb@codesourcery.com>
3596
3597 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
3598 Retry fork and waitpid on interrupted system call errors.
3599 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3600 Use with_timeout_factor to increase timeout by factor of 10.
3601
1cafadb4
DB
36022016-03-15 Don Breazeal <donb@codesourcery.com>
3603
3604 * gdb.cp/scope-err.cc: New test program.
3605 * gdb.cp/scope-err.exp: New test script.
3606 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
3607 lines and "set breakpoint here" comment.
3608 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
3609 Fixed some whitespace and format issues.
3610 * gdb.mi/mi-linespec-err-cp.cc: New test program.
3611 * gdb.mi/mi-linespec-err-cp.exp: New test script.
3612
81516450
DE
36132016-03-15 Doug Evans <dje@google.com>
3614
3615 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
3616 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
3617 All callers updated. Add tests for enums, mixed flags register.
3618
aa52b601
DE
36192016-03-15 Doug Evans <dje@google.com>
3620
3621 * gdb.base/skip.c (main): Call test_skip_file_and_function.
3622 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
3623
fa4ff313
SM
36242016-03-14 Simon Marchi <simon.marchi@ericsson.com>
3625
3626 * gdb.base/default.exp: Add $_as_string to the list of expected
3627 convenience functions.
3628
f2403c39
AB
36292016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
3630
3631 * gdb.base/maint.exp: New tests for 'maint info line-table'.
3632
f2f3ccb9
SM
36332016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
3634
3635 * gdb.python/py-as-string.exp: New file.
3636 * gdb.python/py-as-string.c: New file.
3637
00dbd492
PA
36382016-03-09 Pedro Alves <palves@redhat.com>
3639
3640 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
3641 signal" -> "Thread NN received signal" output change.
3642 * gdb.threads/ia64-sigill.exp: Likewise.
3643 * gdb.threads/linux-dp.exp: Likewise.
3644 * gdb.threads/manythreads.exp: Likewise.
3645 * gdb.threads/pending-step.exp: Likewise.
3646 * gdb.threads/print-threads.exp: Likewise.
3647 * gdb.threads/sigstep-threads.exp: Likewise.
3648 * gdb.threads/staticthreads.exp: Likewise.
3649 * gdb.threads/tls.exp: Likewise.
3650
1e6697ea
YQ
36512016-03-09 Pedro Alves <palves@redhat.com>
3652
3653 * gdb.base/command-line-input.exp: New file.
3654
b04fd3be
MK
36552016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3656
3657 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
3658 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
3659 * gdb.trace/pending.exp: Accept leading dot before function name.
3660 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
3661 * lib/trace-support.exp: Set registers for ppc.
3662
98fa59e9
MK
36632016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3664
3665 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
3666 use it for disassembly; accept .main in addition to main in backtrace.
3667
f77198c8
MK
36682016-03-09 Wei-cheng Wang <cole945@gmail.com>
3669 Marcin Kościelnicki <koriakin@0x04.net>
3670
3671 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
3672 (gdb_recursion_test_ptr): New global variable.
3673 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
3674 gdb_recursion_test.
3675 (gdb_c_test): Ditto.
3676
ba84e0da
MK
36772016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3678
3679 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
3680 ordering.
3681
4366d36e
MK
36822016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3683
3684 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
3685 (bar): Add bar_start_lbl label.
3686 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
3687 of foo/bar for emitting DWARF and tracing.
3688
5eb264df
SDJ
36892016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
3690
3691 * analyze-racy-logs.py: Set executable bit.
3692
fb6a751f
SDJ
36932016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
3694
3695 * Makefile.in (DEFAULT_RACY_ITER): New variable.
3696 (CHECK_TARGET_TMP): Likewise.
3697 (check-single-racy): New rule.
3698 (check-parallel-racy): Likewise.
3699 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
3700 (do-check-parallel-racy): New rule.
3701 (check-racy/%.exp): Likewise.
3702 * README (Racy testcases): New section.
3703 * analyze-racy-logs.py: New file.
3704
bdf7e230
DE
37052016-03-03 Doug Evans <dje@google.com>
3706
3707 * gdb.base/skip.exp: Use with_test_prefix.
3708
4719d415
YQ
37092016-03-03 Yao Qi <yao.qi@linaro.org>
3710
3711 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
3712 Invoke step_over_syscall "clone" and break_cond_on_syscall
3713 "clone".
3714 * gdb.base/step-over-clone.c: New file.
3715
ea507862
YQ
37162016-03-03 Yao Qi <yao.qi@linaro.org>
3717
3718 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
3719 code format.
3720
8fc8cbda
YQ
37212016-03-03 Yao Qi <yao.qi@linaro.org>
3722
3723 * gdb.base/disp-step-fork.c: Rename to ...
3724 * gdb.base/step-over-fork.c: ... it. New file.
3725 * gdb.base/disp-step-vfork.c: Rename to ...
3726 * gdb.base/step-over-vfork.c: ... it. New file.
3727 * gdb.base/disp-step-syscall.exp: Rename to ...
3728 * gdb.base/step-over-syscall.exp: ... it. New file.
3729 (disp_step_cross_syscall): Rename to ...
3730 (step_over_syscall): ... it.
3731
92fa70b0
YQ
37322016-03-03 Yao Qi <yao.qi@linaro.org>
3733
3734 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
3735 If target supports condition evaluation on target, invoke
3736 break_cond_on_syscall for fork and vfork.
3737
e197ad3c
YQ
37382016-03-03 Yao Qi <yao.qi@linaro.org>
3739
3740 * gdb.base/disp-step-syscall.exp: Don't invoke
3741 support_displaced_stepping.
3742 (disp_step_cross_syscall): Test with displaced stepping off and
3743 on if supported.
3744
0b47da9f
YQ
37452016-03-03 Yao Qi <yao.qi@linaro.org>
3746
3747 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
3748 proc.
3749 (setup): New proc.
3750 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
3751 and setup.
3752
065ab6dc
BH
37532016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3754
3755 * gdb.fortran/vla-history.exp: Remove breakpoint.
3756
07e448ad 37572016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3758
25d49b86
PA
3759 * gdb.fortran/vla-history.exp: Lookup array elements and printing
3760 exceeds timeout.
07e448ad 3761
9ac2d526 37622016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3763
25d49b86
PA
3764 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
3765 breakpoint.
9ac2d526 3766
17807369
BH
37672016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3768
3769 * gdb.mi/vla.f90: Nullify pointer after declaration.
3770
86e501af
PA
37712016-03-01 Pedro Alves <palves@redhat.com>
3772
3773 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
3774
1e903e32
PA
37752016-03-01 Pedro Alves <palves@redhat.com>
3776
3777 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
3778 before anything else.
3779 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
3780 _GNU_SOURCE here.
3781 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
3782 before anything else.
3783 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
3784
6ccb54e2
PA
37852016-03-01 Pedro Alves <palves@redhat.com>
3786
3787 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
3788
30ca9da1
YQ
37892016-03-01 Yao Qi <yao.qi@linaro.org>
3790
3791 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
3792 prepare_for_testing.
3793
dc856b38
YQ
37942016-03-01 Yao Qi <yao.qi@linaro.org>
3795
3796 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
3797
4a932159
AA
37982016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3799
3800 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
3801 manually constructing the output path.
3802
f2489477
AA
38032016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3804
3805 * gdb.arch/s390-stackless.S: New.
3806 * gdb.arch/s390-stackless.exp: New.
3807
38899f16
IB
38082016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
3809
3810 * gdb.dlang/circular.c: New file.
3811 * gdb.dlang/circular.exp: New file.
3812
9fde51ed
YQ
38132016-02-26 Yao Qi <yao.qi@linaro.org>
3814
3815 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
3816 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
3817 (testcases): Update.
3818
ce90fefe
YQ
38192016-02-26 Yao Qi <yao.qi@linaro.org>
3820
3821 * gdb.reverse/aarch64.c: Rename to ...
3822 * gdb.reverse/insn-reverse.c: ... it.
3823 * gdb.reverse/aarch64.exp: Rename to ...
3824 * gdb.reverse/insn-reverse.exp: ... it.
3825
3263bceb
YQ
38262016-02-26 Yao Qi <yao.qi@linaro.org>
3827
3828 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
3829 (testcase_ftype): New.
3830 (testcases): New array.
3831 (n_testcases): New.
3832 (main): Call each element in testcases.
3833 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
3834 (read_testcase): New.
3835 Do the tests in a loop.
3836
6cb59ff1
YQ
38372016-02-25 Yao Qi <yao.qi@linaro.org>
3838
3839 * gdb.base/branches.c: Remove.
3840
ae91f625
MK
38412016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
3842
3843 PR gdb/13808
3844 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
3845
678b48b7
MK
38462016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
3847
3848 * gdb.trace/ftrace.exp: Remove unnecessary target check.
3849
7337a6f2
MK
38502016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
3851
3852 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
3853 change x86_64 call_insn to 'callq'.
3854
861ca91f
AT
38552016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
3856
3857 * gdb.trace/tfile-avx.c: Move to...
3858 * gdb.trace/tracefile-pseudo-reg.c: Here.
3859 * gdb.trace/tfile-avx.exp: Move to...
3860 * gdb.trace/tracefile-pseudo-reg.exp: Here.
3861
bf74e428
GB
38622016-02-24 Gary Benson <gbenson@redhat.com>
3863
3864 * gdb.base/attach-pie-noexec.exp: Do not expect an error
3865 message on attach.
3866
cce0e923
DE
38672016-02-23 Doug Evans <dje@google.com>
3868
3869 * gdb.base/skip.c (test_skip): New function.
3870 (end_test_skip_file_and_function): New function.
3871 (test_skip_file_and_function): New function.
3872 * gdb.base/skip1.c (test_skip): New function.
3873 (skip1_test_skip_file_and_function): New function.
3874 * gdb.base/skip.exp: Add tests for new skip options.
3875 * gdb.base/skip-solib.exp: Update expected output.
3876 * gdb.perf/skip-command.cc: New file.
3877 * gdb.perf/skip-command.exp: New file.
3878 * gdb.perf/skip-command.py: New file.
3879
4000e47e
MK
38802016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
3881
3882 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
3883 info registers pattern.
3884
24f75ead
IB
38852016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
3886
3887 * lib/future.exp: Add D support.
3888 (gdb_find_gdc): New proc.
3889 (gdb_default_target_compile): Add D support.
3890
fbb7bcbe
WW
38912016-02-18 Wei-cheng Wang <cole945@gmail.com>
3892
3893 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
3894 user+system time.
3895 (trace_speed_test): Determine the iteration count for a time
3896 between 15..30 seconds.
3897
012b3a21
WT
38982016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
3899
3900 * gdb.arch/i386-mpx-sigsegv.c: New file.
3901 * gdb.arch/i386-mpx-sigsegv.exp: New file.
3902 * gdb.arch/i386-mpx-simple_segv.c: New file.
3903 * gdb.arch/i386-mpx-simple_segv.exp: New file.
3904
2d5189bd
YQ
39052016-02-18 Yao Qi <yao.qi@linaro.org>
3906
3907 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
3908 Don't call setup_kfail.
3909
40fb20d0
YQ
39102016-02-18 Yao Qi <yao.qi@linaro.org>
3911
3912 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3913 Set "set breakpoint condition-evaluation" per $cond_bp_target.
3914
21b1f8d2
DE
39152016-02-16 Doug Evans <dje@google.com>
3916
3917 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
3918 * gdb.base/skip1.c: Ditto.
3919 * gdb.base/skip.exp: Whitespace cleanup.
3920
4041ed77
DB
39212016-02-16 Don Breazeal <donb@codesourcery.com>
3922
3923 PR remote/19496
3924 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3925 Remove kfail for PR remote/19496.
3926
c4ef31bf
SM
39272016-02-16 Simon Marchi <simon.marchi@ericsson.com>
3928
3929 * lib/gdb.exp (standard_temp_file): Return a path specific to
3930 the runtest invocation.
3931
266b65b3
SM
39322016-02-16 Simon Marchi <simon.marchi@ericsson.com>
3933
3934 * gdb.trace/save-trace.exp: Change relative path to be in the
3935 standard output directory.
3936
a7a0a6a9
JK
39372016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3938
3939 * gdb.arch/i386-prologue.c: Add missing prototypes.
3940
c99dbb42
JK
39412016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3942
3943 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
3944 * gdb.arch/i386-prologue.exp: Likewise.
3945 * gdb.arch/i386-size.exp: Likewise.
3946
aa480355
SM
39472016-02-15 Simon Marchi <simon.marchi@ericsson.com>
3948
3949 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
3950 define object file path.
3951 * gdb.btrace/gcore.exp: Use standard_output_file to define core
3952 file path.
3953 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
3954 standard_output_file to define binfile.
3955
ba881f50
JK
39562016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3957
3958 Fix compatibility with recent gfortran-5.3.1.
3959 * gdb.fortran/vla-history.exp (print vla1 allocated)
3960 (print vla2 allocated, print $2, print $3): Remove
3961 (print $4): Rename to ...
3962 (print $2): ... here.
3963 (print $9): Rename to ...
3964 (print $5): ... here.
3965 (print $10): Rename to ...
3966 (print $6): ... here.
3967 * gdb.fortran/vla.f90: Add pvla initialization.
3968
e9fb005c
JK
39692016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3970
3971 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
3972 New test.
3973 * gdb.fortran/vla-value-sub.exp: Likewise.
3974
e44e00ff
MK
39752016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
3976
3977 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
3978
97e94151
SM
39792016-02-12 Simon Marchi <simon.marchi@ericsson.com>
3980
3981 * i386-biarch-core.exp: Define corefile using
3982 standard_output_file.
3983
01113bc1
YQ
39842016-02-12 Yao Qi <yao.qi@linaro.org>
3985
3986 * gdb.arch/arm-single-step-kernel-helper.c: New.
3987 * gdb.arch/arm-single-step-kernel-helper.exp: New.
3988
33b4777c
MM
39892016-02-12 Markus Metzger <markus.t.metzger@intel.com>
3990
3991 * gdb.btrace/tailcall-only.exp: New.
3992 * gdb.btrace/tailcall-only.c: New.
3993 * gdb.btrace/x86_64-tailcall-only.S: New.
3994 * gdb.btrace/i686-tailcall-only.S: New.
3995
acc23c11
PA
39962016-02-11 Pedro Alves <palves@redhat.com>
3997
3998 * README (Parallel testing): Add missing double quotes.
3999
e352bf0a
PA
40002016-02-11 Pedro Alves <palves@redhat.com>
4001
4002 * README (Parallel testing): New section.
4003 (GDB_PARALLEL): Rewrite.
4004 (FORCE_PARALLEL): Document.
4005
9f5fed78
MK
40062016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
4007
4008 * gdb.trace/tfile-avx.c: New test.
4009 * gdb.trace/tfile-avx.exp: New test.
4010
9ef9e6a6
KS
40112016-02-09 Keith Seitz <keiths@redhat.com>
4012
4013 PR breakpoints/19546
4014 * gdb.base/infcall-exec.c: New file.
4015 * gdb.base/infcall-exec2.c: New file.
4016 * gdb.base/infcall-exec.exp: New file.
4017
a96e36da
KS
40182016-02-09 Keith Seitz <keiths@redhat.com>
4019
4020 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
4021 (toplevel): Call test_bkpt_address.
4022
9f61929f
KS
40232016-02-09 Keith Seitz <keiths@redhat.com>
4024
4025 PR python/19506
4026 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
4027 (toplevel): Call test_bkpt_address.
4028
1e94266c
SM
40292016-02-09 Simon Marchi <simon.marchi@ericsson.com>
4030
4031 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
4032 to AC_OUTPUT.
4033 * configure: Regenerate.
4034
2a7f3dff
PA
40352016-02-09 Pedro Alves <palves@redhat.com>
4036
4037 PR breakpoints/19548
4038 * gdb.base/execl-update-breakpoints.c (some_function): New
4039 function.
4040 (main): Call it.
4041 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
4042 Tighten expected GDB output.
4043
2151ccc5
SM
40442016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4045
4046 * Makefile.in (ALL_SUBDIRS): Remove.
4047 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
4048 (distclean maintainer-clean realclean): Likewise.
4049 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
4050 * configure: Regenerate.
4051 * gdb.ada/Makefile.in: Delete.
4052 * gdb.arch/Makefile.in: Likewise.
4053 * gdb.asm/Makefile.in: Likewise.
4054 * gdb.base/Makefile.in: Likewise.
4055 * gdb.btrace/Makefile.in: Likewise.
4056 * gdb.cell/Makefile.in: Likewise.
4057 * gdb.compile/Makefile.in: Likewise.
4058 * gdb.cp/Makefile.in: Likewise.
4059 * gdb.disasm/Makefile.in: Likewise.
4060 * gdb.dlang/Makefile.in: Likewise.
4061 * gdb.dwarf2/Makefile.in: Likewise.
4062 * gdb.fortran/Makefile.in: Likewise.
4063 * gdb.gdb/Makefile.in: Likewise.
4064 * gdb.go/Makefile.in: Likewise.
4065 * gdb.guile/Makefile.in: Likewise.
4066 * gdb.java/Makefile.in: Likewise.
4067 * gdb.linespec/Makefile.in: Likewise.
4068 * gdb.mi/Makefile.in: Likewise.
4069 * gdb.modula2/Makefile.in: Likewise.
4070 * gdb.multi/Makefile.in: Likewise.
4071 * gdb.objc/Makefile.in: Likewise.
4072 * gdb.opencl/Makefile.in: Likewise.
4073 * gdb.opt/Makefile.in: Likewise.
4074 * gdb.pascal/Makefile.in: Likewise.
4075 * gdb.perf/Makefile.in: Likewise.
4076 * gdb.python/Makefile.in: Likewise.
4077 * gdb.reverse/Makefile.in: Likewise.
4078 * gdb.server/Makefile.in: Likewise.
4079 * gdb.stabs/Makefile.in: Likewise.
4080 * gdb.threads/Makefile.in: Likewise.
4081 * gdb.trace/Makefile.in: Likewise.
4082 * gdb.xml/Makefile.in: Likewise.
4083 * lib/gdb.exp (make_gdb_parallel_path): Add check for
4084 GDB_PARALLEL.
4085 (standard_output_file): Remove check for GDB_PARALLEL, always
4086 return path in outputs/$subdir/$testname.
4087
437277d4
SM
40882016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4089
4090 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
4091 (site.exp): Assign abs_srcdir to tcl's srcdir.
4092
31d913c7
YQ
40932016-02-04 Yao Qi <yao.qi@linaro.org>
4094
4095 * gdb.base/foll-exec-mode.c: Include limits.h.
4096 (main): Add parameters argc and argv. Get directory from
4097 argv[0].
4098 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
4099 compilation.
4100 * gdb.base/foll-exec.c: Include limits.h.
4101 (main): Add parameters argc and argv.
4102 Get directory from argv[0].
4103 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
4104 Adjust tests on the number of lines as source code changed.
4105 * gdb.base/foll-vfork-exit.c: Include limits.h.
4106 (main): Add one line of statement before vfork.
4107 * gdb.base/foll-vfork.c: Include limits.h and string.h.
4108 (main): Add parameters argc and argv. Get directory from
4109 argv[0].
4110 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
4111 (setup_gdb): Set tbreak to skip some source lines.
4112 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
4113 (main): Add parameters argc and argv. Get directory from
4114 argv[0].
4115 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
4116 compilation.
4117 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
4118 (main): Add parameters argc and argv. Get directory from
4119 argv[0].
4120 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
4121 compilation.
4122
9482b9fb
DE
41232016-02-01 Doug Evans <dje@google.com>
4124
4125 * gdb.base/skip.exp: Clean up multiple references to same test name.
4126
6b2e4f10
PA
41272016-02-01 Pedro Alves <palves@redhat.com>
4128
ccb6afd6 4129 PR remote/19496
6b2e4f10
PA
4130 * gdb.threads/forking-threads-plus-breakpoint.exp
4131 (displaced_stepping_supported): New global.
4132 (probe_displaced_stepping_support): New procedure.
4133 (do_test): Add 'displaced' parameter, and use it.
4134 (top level): Check for displaced stepping support. Add displaced
4135 stepping on/off testing axis.
4136
37a8db1a
AB
41372016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4138
4139 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
4140 pointer. Don't perform further tests on the unassociated pointer
4141 if the first test fails.
4142
5fdf6324
AB
41432016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4144
4145 * gdb.base/max-value-size.c: New file.
4146 * gdb.base/max-value-size.exp: New file.
4147 * gdb.base/huge.exp: Disable max-value-size for this test.
4148
935c6144
IB
41492016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
4150
4151 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
4152
7fe8399d
YQ
41532016-01-28 Yao Qi <yao.qi@linaro.org>
4154
4155 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
4156
a2077e25
PA
41572016-01-25 Pedro Alves <palves@redhat.com>
4158
4159 PR threads/19461
4160 * gdb.base/fork-running-state.c: New file.
4161 * gdb.base/fork-running-state.exp: New file.
4162
1d2736d4
PA
41632016-01-25 Pedro Alves <palves@redhat.com>
4164
4165 PR gdb/19494
4166 * gdb.base/catch-fork-kill.c: New file.
4167 * gdb.base/catch-fork-kill.exp: New file.
4168
f1da4b11
PA
41692016-01-25 Pedro Alves <palves@redhat.com>
4170
4171 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
4172 Delete, moved to lib/gdb.exp.
4173 * gdb.threads/forking-threads-plus-breakpoint.exp
4174 (foreach_with_prefix): Likewise.
4175 * gdb.threads/process-dies-while-handling-bp.exp
4176 (foreach_with_prefix): Likewise.
4177 * lib/gdb.exp (foreach_with_prefix): New procedure.
4178
45f38546
MK
41792016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
4180
4181 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
4182 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
4183
dc29a1ce
MK
41842016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
4185
4186 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
4187 endian targets.
4188
092127d7
JK
41892016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4190 Pedro Alves <palves@redhat.com>
4191
4192 Fix testsuite compatibility with Guile.
4193 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
4194 number.
4195
31d765d3
JK
41962016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4197
4198 Fix testsuite compatibility with Guile.
4199 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
4200 (thread 1): New test for backtrace through signal handler.
4201
1ac78c04
YQ
42022016-01-22 Yao Qi <yao.qi@linaro.org>
4203
4204 PR testsuite/19491
4205 * gdb.base/multi-forks.c: Include
4206 ../lib/unbuffer_output.c
4207 (main): Call gdb_unbuffer_output.
4208
4f5946a8
DE
42092016-01-21 Doug Evans <dje@google.com>
4210
4211 * lib/ada.exp (gdb_compile_ada): Fix typo.
4212
305e13e6
JB
42132016-01-21 Joel Brobecker <brobecker@adacore.com>
4214
4215 * gdb.base/break-fun-addr.exp: New file.
4216 * gdb.base/break-fun-addr1.c: New file.
4217 * gdb.base/break-fun-addr2.c: New file.
4218
5f5dfff6
SM
42192016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
4220
4221 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
4222 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
4223 enum flag values.
4224
fd356fa2
AA
42252016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4226
4227 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
4228 when GDB can not set the vector return value. Add more comments
4229 for clarification.
4230
9df22175
AT
42312016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
4232
4233 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
4234 command.
4235
41d1845e
SM
42362016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4237
4238 * Makefile.in (DO_RUNTEST): Add --status and update usages.
4239
01ac6840
SM
42402016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4241
4242 * Makefile.in (check-single): Pass --status to runtest.
4243 (check/%.exp): Likewise.
4244
42452016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4246
4247 * Makefile.in (check-parallel): Propagate return code from make
4248 do-check-parallel.
4249
bd0a71fa
MK
42502016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
4251
4252 * gdb.trace/ftrace.exp: Fix expected message on continue.
4253 * gdb.trace/pending.exp: Fix expected message on continue.
4254 * gdb.trace/trace-break.exp: Fix expected message on continue.
4255
8bcbad33
SM
42562016-01-18 Simon Marchi <simon.marchi@ericsson.com>
4257
4258 * lib/gdb.exp (gdb_test): Remove unused global references.
4259
f303dbd6
PA
42602016-01-18 Pedro Alves <palves@redhat.com>
4261
4262 * gdb.base/async-shell.exp: Adjust expected output.
4263 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
4264 * gdb.base/siginfo-thread.exp: Adjust expected output.
4265 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
4266 * gdb.java/jnpe.exp: Adjust expected output.
4267 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
4268 * gdb.threads/continue-pending-status.exp: Adjust expected output.
4269 * gdb.threads/leader-exit.exp: Adjust expected output.
4270 * gdb.threads/manythreads.exp: Adjust expected output.
4271 * gdb.threads/pthreads.exp: Adjust expected output.
4272 * gdb.threads/schedlock.exp: Adjust expected output.
4273 * gdb.threads/siginfo-threads.exp: Adjust expected output.
4274 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
4275 expected output.
4276 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
4277 output.
4278 * gdb.threads/sigthread.exp: Adjust expected output.
4279 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
4280
b2789696
YQ
42812016-01-18 Yao Qi <yao.qi@linaro.org>
4282
4283 * gdb.guile/scm-section-script.c: Replace @progbits with
4284 %progbits.
4285 * gdb.python/py-section-script.c: Likewise.
4286
71ef29a8
PA
42872016-01-15 Pedro Alves <palves@redhat.com>
4288
4289 * gdb.multi/tids.exp: Test star wildcard ranges.
4290
3f5b7598
PA
42912016-01-15 Pedro Alves <palves@redhat.com>
4292
4293 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
4294 command from "thread apply" invocation.
4295 (thr_apply_info_thr_invalid): Default the expected output to the
4296 input tid list.
4297 (top level): Add tests that use convenience variables. Add tests
4298 for "thread apply" with a valid TID list, but missing the command.
4299
663f6d42
PA
43002016-01-13 Pedro Alves <palves@redhat.com>
4301
4302 * gdb.base/default.exp: Expect $_gthread as well.
4303 * gdb.multi/tids.exp: Test $_gthread.
4304 * gdb.threads/thread-specific.exp: Test $_gthread.
4305
c84f6bbf
PA
43062016-01-13 Pedro Alves <palves@redhat.com>
4307
4308 * gdb.multi/tids.exp: Test "info threads -gid".
4309
22a02324
PA
43102016-01-13 Pedro Alves <palves@redhat.com>
4311
4312 * gdb.multi/tids.exp: Test InferiorThread.global_num and
4313 Breakpoint.thread.
4314 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
4315
5d5658a1
PA
43162016-01-07 Pedro Alves <palves@redhat.com>
4317
4318 * gdb.base/break.exp: Adjust to output changes.
4319 * gdb.base/hbreak2.exp: Likewise.
4320 * gdb.base/sepdebug.exp: Likewise.
4321 * gdb.base/watch_thread_num.exp: Likewise.
4322 * gdb.linespec/keywords.exp: Likewise.
4323 * gdb.multi/info-threads.exp: Likewise.
4324 * gdb.threads/thread-find.exp: Likewise.
4325 * gdb.multi/tids.c: New file.
4326 * gdb.multi/tids.exp: New file.
4327
84654457
PA
43282016-01-13 Pedro Alves <palves@redhat.com>
4329
4330 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
4331
e3940304
PA
43322016-01-13 Pedro Alves <palves@redhat.com>
4333
4334 * gdb.base/default.exp: Expect $_inferior as well.
4335 * gdb.multi/base.exp: Test $_inferior.
4336
a911d87a
PA
43372016-01-13 Pedro Alves <palves@redhat.com>
4338
4339 PR breakpoints/19388
4340 * gdb.base/catch-signal-siginfo-cond.c: New file.
4341 * gdb.base/catch-signal-siginfo-cond.exp: New file.
4342
82075af2
JS
43432016-01-12 Josh Stone <jistone@redhat.com>
4344 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4345
4346 * gdb.base/catch-syscall.c (do_execve): New variable.
4347 (main): Conditionally trigger an execve.
4348 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
4349 (test_catch_syscall_execve): New, check entry/return across execve.
4350 (do_syscall_tests): Call test_catch_syscall_execve.
4351
e46eeedd
PA
43522016-01-12 Pedro Alves <palves@redhat.com>
4353
4354 * gdb.base/random-signal.exp (do_test): New procedure, with body
4355 of testcase moved in.
4356
01d8c27e
JK
43572016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4358 Pedro Alves <palves@redhat.com>
4359
4360 * gdb.base/funcargs.exp (finish from indirectly called function):
4361 Reintroduce the case for 'First'.
4362
9a706302
JK
43632016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4364 Pedro Alves <palves@redhat.com>
4365
4366 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
4367 (tcatch_vfork_then_child_follow_exec)
4368 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
4369 identification.
4370
c0ecb95f
JK
43712016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4372
4373 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
4374 and repeats to unlimited.
4375 * gdb.python/py-value.exp: Likewise.
4376 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
4377 and repeats to unlimited.
4378
6cfc1fcb
JK
43792016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4380
4381 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
4382 and reordering the functions.
4383 * gdb.multi/hangout.c: Likewise.
4384 * gdb.multi/hello.c: Likewise.
4385
582a1b00
SM
43862016-01-08 Simon Marchi <simon.marchi@ericsson.com>
4387
4388 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
4389 absolute.
4390 (SingleStatisticTestResult.report): Use dict.keys instead of
4391 dict.iterkeys.
4392
79bc59cb
PA
43932016-01-06 Pedro Alves <palves@redhat.com>
4394
4395 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
4396
43368e1d
MM
43972016-01-04 Markus Metzger <markus.t.metzger@intel.com>
4398
4399 * gdb.btrace/dlopen.exp: New.
4400 * gdb.btrace/dlopen.c: New.
4401 * gdb.btrace/dlopen-dso.c: New.
4402
79fad5b8
SL
44032015-12-25 Sandra Loosemore <sandra@codesourcery.com>
4404
4405 * lib/gdb.exp (gdb_test): Update comments to clarify that the
4406 PATTERN argument is optional.
4407
ab8314b3
JB
44082015-12-24 Joel Brobecker <brobecker@adacore.com>
4409
4410 * lib/ada.exp (target_compile_ada_from_dir): New function.
4411 (gdb_compile_ada): Reimplement avoiding the use of project files.
4412 * gdb.ada/gnat_ada.gpr: Delete.
4413 * gdb.ada/cond_lang.exp: Adjust test to make path before
4414 filename optional.
4415 * gdb.ada/small_reg_param.exp: Likewise.
4416
fe33faff
SM
44172015-12-22 Simon Marchi <simon.marchi@ericsson.com>
4418
4419 * gdb.base/foll-vork.exp: Remove HP-UX special case.
4420
6d265cb4
TP
44212015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
4422
4423 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
4424 case.
4425
10125099
SM
44262015-12-21 Simon Marchi <simon.marchi@ericsson.com>
4427
4428 * gdb.base/break.exp: Remove dead code.
4429 * gdb.base/sepdebug.exp: Likewise.
4430
3ca22649
SM
44312015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4432
4433 * gdb.asm/asm-source.exp: Remove HP-UX references.
4434 * gdb.base/annota1.exp: Likewise.
4435 * gdb.base/annota3.exp: Likewise.
4436 * gdb.base/attach.exp: Likewise.
4437 * gdb.base/bigcore.exp: Likewise.
4438 * gdb.base/break.exp: Likewise.
4439 * gdb.base/call-ar-st.exp: Likewise.
4440 * gdb.base/callfuncs.exp: Likewise.
4441 * gdb.base/catch-fork-static.exp: Likewise.
4442 * gdb.base/display.exp: Likewise.
4443 * gdb.base/foll-exec-mode.exp: Likewise.
4444 * gdb.base/foll-exec.exp: Likewise.
4445 * gdb.base/foll-fork.exp: Likewise.
4446 * gdb.base/foll-vfork.exp: Likewise.
4447 * gdb.base/funcargs.exp: Likewise.
4448 * gdb.base/hbreak2.exp: Likewise.
4449 * gdb.base/inferior-died.exp: Likewise.
4450 * gdb.base/interrupt.exp: Likewise.
4451 * gdb.base/multi-forks.exp: Likewise.
4452 * gdb.base/nodebug.exp: Likewise.
4453 * gdb.base/sepdebug.exp: Likewise.
4454 * gdb.base/solib1.c: Likewise.
4455 * gdb.base/step-test.exp: Likewise.
4456 * gdb.mi/non-stop.c: Likewise.
4457 * gdb.mi/pthreads.c: Likewise.
4458 * gdb.multi/bkpt-multi-exec.ex: Likewise.
4459 * gdb.threads/pthreads.c: Likewise.
4460 * gdb.threads/staticthreads.exp: Likewise.
4461 * lib/future.exp: Likewise.
4462 * lib/gdb.exp: Likewise.
4463 * gdb.base/so-indr-cl.c: Remove.
4464 * gdb.base/so-indr-cl.exp: Likewise.
4465 * gdb.base/solib.c: Likewise.
4466 * gdb.base/solib.exp: Likewise.
4467 * gdb.base/solib2.c: Likewise.
4468
b6304613
SM
44692015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4470
4471 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
4472 * gdb.base/call-ar-st.exp: Likewise.
4473 * gdb.base/callfuncs.exp: Likewise.
4474 * gdb.base/condbreak.exp: Likewise.
4475 * gdb.base/constvars.exp: Likewise.
4476 * gdb.base/hbreak2.exp: Likewise.
4477 * gdb.base/langs.exp: Likewise.
4478 * gdb.base/list.exp: Likewise.
4479 * gdb.base/long_long.exp: Likewise.
4480 * gdb.base/ptype.exp: Likewise.
4481 * gdb.base/scope.exp: Likewise.
4482 * gdb.base/signals.exp: Likewise.
4483 * gdb.base/so-impl-ld.exp: Likewise.
4484 * gdb.base/varargs.exp: Likewise.
4485 * gdb.base/volatile.exp: Likewise.
4486 * gdb.base/whatis.exp: Likewise.
4487 * gdb.cp/cplusfuncs.exp: Likewise.
4488 * gdb.cp/inherit.exp: Likewise.
4489 * gdb.cp/local.exp: Likewise.
4490 * gdb.cp/member-ptr.exp: Likewise.
4491 * gdb.cp/method.exp: Likewise.
4492 * gdb.cp/overload.exp: Likewise.
4493 * gdb.cp/templates.exp: Likewise.
4494 * gdb.stabs/weird.exp: Likewise.
4495 * lib/compiler.c: Likewise.
4496 * lib/compiler.cc: Likewise.
4497 * lib/cp-support.exp: Likewise.
4498 * lib/gdb.exp: Likewise.
4499
bf401b07
SM
45002015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
4501
4502 * configure.ac: Remove HP-UX case.
4503 * configure: Regenerate.
4504
aff9c0f8
SM
45052015-12-18 Simon Marchi <simon.marchi@ericsson.com>
4506
4507 * lib/gdb.exp (gdb_compile): Add function doc.
4508
a6904d5a
PA
45092015-12-17 Pedro Alves <palves@redhat.com>
4510
4511 PR threads/19354
4512 * gdb.multi/info-threads.exp: New file.
4513
a22279dd
YQ
45142015-12-15 Yao Qi <yao.qi@linaro.org>
4515
4516 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
4517 is aarch64*-*-*.
4518
0588c796
SL
45192015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4520
4521 * gdb.base/history-duplicates.exp: Skip if no readline support.
4522
5d978e17
SL
45232015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4524
4525 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
4526
7e763b86
SL
45272015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4528
4529 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
4530
87a3a92c
SL
45312015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4532
4533 * gdb.base/completion.exp: Skip tests that interrupt GDB with
4534 ctrl-C if nointerrupts target property is set.
4535 * gdb.base/double-prompt-target-event-error.exp: Likewise.
4536 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
4537 * gdb.base/paginate-bg-execution.exp: Likewise.
4538 * gdb.base/paginate-execution-startup.exp: Likewise.
4539 * gdb.base/random-signal.exp: Likewise.
4540 * gdb.base/range-stepping.exp: Likewise.
4541 * gdb.cp/annota2.exp: Likewise.
4542 * gdb.cp/annota3.exp: Likewise.
4543 * gdb.gdb/selftest.exp: Likewise.
4544 * gdb.threads/continue-pending-status.exp: Likewise.
4545 * gdb.threads/leader-exit.exp: Likewise.
4546 * gdb.threads/manythreads.exp: Likewise.
4547 * gdb.threads/pthreads.exp: Likewise.
4548 * gdb.threads/schedlock.exp: Likewise.
4549 * gdb.threads/sigthread.exp: Likewise.
4550
a8f077dc
DB
45512015-12-11 Don Breazeal <donb@codesourcery.com>
4552
4553 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
4554 remote.
4555 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
4556 * gdb.base/foll-exec.exp (main): Enable for target remote.
4557 * gdb.base/foll-fork.exp (main): Likewise.
4558 * gdb.base/foll-vfork.exp (main): Likewise.
4559 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
4560 (proc continue_to_exit_bp_loc): Use clean_restart.
4561 * gdb.base/pie-execl.exp (main): Disable for target remote.
4562 * gdb.base/watch-vfork.exp (main): Enable for target remote.
4563 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
4564 * gdb.threads/execl.exp (main): Likewise.
4565 * gdb.threads/fork-child-threads.exp (main): Likewise.
4566 * gdb.threads/fork-plus-threads.exp (main): Disable for target
4567 remote.
4568 * gdb.threads/fork-thread-pending.exp (main): Enable for target
4569 remote.
4570 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
4571 pid.tid style ptids, instead of just tid.
4572 * gdb.threads/thread-execl.exp (main): Enable for target remote.
4573 * gdb.threads/watchpoint-fork.exp (main): Likewise.
4574 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
4575 ptids, instead of just tid.
4576
3b2464a8
AB
45772015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4578
4579 * gdb.base/list.exp (test_list_forward): Add end of file error
4580 test.
4581 (test_repeat_list_command): Add end of file error test.
4582 (test_list_backwards): Add beginning of file error test.
4583
a0def019
AB
45842015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4585
4586 * gdb.base/list.exp (test_list_invalid_args): New function,
4587 defined, and called.
4588
5c000dff
AB
45892015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4590
4591 * gdb.base/list.exp (test_list): Make test names unique.
4592
f1637ebe
YQ
45932015-12-11 Yao Qi <yao.qi@linaro.org>
4594
4595 * gdb.base/coremaker2.c: Remove.
4596
36d6fc0a
PA
45972015-12-10 Pedro Alves <palves@redhat.com>
4598
4599 * gdb.multi/base.exp: Remove stale "spaces" references.
4600
762f7747
PA
46012015-12-10 Pedro Alves <palves@redhat.com>
4602
4603 * gdb.multi/base.exp: Don't use nowarnings.
4604 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
4605 * gdb.multi/hangout.c: Include stdio.h.
4606 * gdb.multi/hello.c: Include stdlib.h.
4607 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
4608 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
4609 * gdb.multi/multi-arch.exp: Don't use nowarnings.
4610
28d2bfb9
AB
46112015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
4612
4613 * gdb.dwarf2/dw2-ranges-base.c: New file.
4614 * gdb.dwarf2/dw2-ranges-base.exp: New file.
4615 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
4616 support additional line table, and debug ranges generation.
4617 (Dwarf::ranges): New function, generate .debug_ranges.
4618 (Dwarf::lines): Support generating simple line table programs.
4619 (Dwarf::assemble): Initialise new namespace variables.
4620
5fc2beac
KB
46212015-12-09 Kevin Buettner <kevinb@redhat.com>
4622
4623 * gdb.base/async.exp (proc test_background): Add case for
4624 asynchronous execution not supported.
4625
1c35a88f
LM
46262015-12-09 Luis Machado <lgustavo@codesourcery.com>
4627
4628 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
4629 format and change test names to make them unique.
4630
b593e3d9
RK
46312015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
4632 Pedro Alves <pedro@redhat.com>
4633
4634 PR gdb/18702
4635 Add checking of floatformats setup on x86_64 hosts.
4636 * gdb.arch/i386-float.S (main): Load bigval and smallval.
4637 (smallval, bigval): New labels/constants.
4638 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
4639 float" after loading bigval and smallval.
4640
d72413e6
PMR
46412015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
4642
4643 * gdb.ada/fun_overload_menu.exp: New testcase.
4644 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
4645
ece66d65
JS
46462015-12-04 Josh Stone <jistone@redhat.com>
4647
4648 * gdb.base/catch-fork-static.exp: New.
4649
41d0efca
YQ
46502015-12-03 Yao Qi <yao.qi@linaro.org>
4651
4652 * gdb.base/sizeof.c: Don't include stdio.h and
4653 ../lib/unbuffer_output.c.
4654 (main): New variable 'size' and 'value'. Remove printf and
4655 gdb_unbuffer_output. Assign return value to size and value.
4656 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
4657 at the beginning.
4658 (check_sizeof): Check the result by printing variable 'size'.
4659 (check_valueof): Check the result by printing variable 'value'.
4660
99fd02d9
YQ
46612015-12-01 Yao Qi <yao.qi@linaro.org>
4662
4663 * gdb.base/disp-step-syscall.exp: Define syscall instruction
4664 for aarch64*-*-linux* target.
4665
f2faf941
PA
46662015-11-30 Pedro Alves <palves@redhat.com>
4667
4668 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
4669
04bf20c5
PA
46702015-11-30 Pedro Alves <palves@redhat.com>
4671
4672 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
4673 Handle non-stop mode vCont replies.
4674
09df4675
PA
46752015-11-30 Pedro Alves <palves@redhat.com>
4676
4677 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
4678 prepare_for_testing. Start gdb with "set non-stop on" appended to
4679 GDBFLAGS. Lax expected stop output.
4680
58b584af
YQ
46812015-11-27 Yao Qi <yao.qi@linaro.org>
4682
4683 * gdb.arch/arm-neon.exp: New.
4684 * gdb.arch/arm-neon.c: New.
4685
dfcb77a8
YQ
46862015-11-27 Yao Qi <yao.qi@linaro.org>
4687
4688 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
4689
88e8ec1b
YQ
46902015-11-27 Yao Qi <yao.qi@linaro.org>
4691
4692 * gdb.cp/annota2.exp: Allow multiple occurrences of the
4693 frames-invalid annotation.
4694
bfde72c2
YQ
46952015-11-27 Yao Qi <yao.qi@linaro.org>
4696
4697 * gdb.cp/annota2.exp: Use ${frames_invalid}.
4698
f6512a69
SM
46992015-11-26 Simon Marchi <simon.marchi@ericsson.com>
4700
4701 * gdb.threads/names.exp: New file.
4702 * gdb.threads/names.c: New file.
4703 * README: Mention gdb,no_thread_names.
4704
46a3515b
MM
47052015-11-26 Markus Metzger <markus.t.metzger@intel.com>
4706
4707 PR 19297
4708 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
4709 support" error.
4710
62147a22
PA
47112015-11-24 Pedro Alves <palves@redhat.com>
4712
4713 PR 17539
4714 * gdb.base/display.exp: Expect displays to be sorted in ascending
4715 order. Use multi_line.
4716 * gdb.base/solib-display.exp: Likewise.
4717
2f341b6e
PA
47182015-11-24 Pedro Alves <palves@redhat.com>
4719
4720 PR 17539
25d49b86
PA
4721 * gdb.base/display.exp: Expect displays to be sorted in ascending
4722 order. Use multi_line.
4723 * gdb.base/solib-display.exp: Likewise.
2f341b6e 4724
7e0aa6aa
PA
47252015-11-24 Pedro Alves <palves@redhat.com>
4726
4727 PR 17539
4728 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
4729 threads in ascending order.
4730 * gdb.base/foll-fork.exp: Likewise.
4731 * gdb.base/foll-vfork.exp: Likewise.
4732 * gdb.base/multi-forks.exp: Likewise.
4733 * gdb.mi/mi-nonstop.exp: Likewise.
4734 * gdb.mi/mi-nsintrall.exp: Likewise.
4735 * gdb.multi/base.exp: Likewise.
4736 * gdb.multi/multi-arch.exp: Likewise.
4737 * gdb.python/py-inferior.exp: Likewise.
4738 * gdb.threads/break-while-running.exp: Likewise.
4739 * gdb.threads/execl.exp: Likewise.
4740 * gdb.threads/gcore-thread.exp: Likewise.
4741 * gdb.threads/info-threads-cur-sal.exp: Likewise.
4742 * gdb.threads/kill.exp: Likewise.
4743 * gdb.threads/linux-dp.exp: Likewise.
4744 * gdb.threads/multiple-step-overs.exp: Likewise.
4745 * gdb.threads/next-bp-other-thread.exp: Likewise.
4746 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
4747 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
4748 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
4749 * gdb.threads/thread-find.exp: Likewise.
4750 * gdb.threads/tls.exp: Likewise.
4751 * lib/mi-support.exp (mi_reverse_list): Delete.
4752 (mi_check_thread_states): No longer reverse list.
4753
2cc57ad8
PA
47542015-11-24 Pedro Alves <palves@redhat.com>
4755
4756 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
4757 use lowercase.
4758
c93e8391
SM
47592015-11-23 Simon Marchi <simon.marchi@ericsson.com>
4760
4761 * gdb.trace/actions.c: Include trace-common.h.
4762 (main): Add a location for a fast tracepoint.
4763 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
4764 the normal tracepoints.
4765 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
4766
045ccf91
SM
47672015-11-23 Simon Marchi <simon.marchi@ericsson.com>
4768
4769 * save-trace.exp: Factor out code to these...
4770 (gdb_save_tracepoints): New.
4771 (gdb_load_tracepoints): New.
4772 (do_save_load_test): New.
4773
5506f9f6
KB
47742015-11-23 Kevin Buettner <kevinb@redhat.com>
4775
4776 * gdb.base/asmlabel.exp: New test.
4777 * gdb.base/asmlabel.c: New test case.
4778
16c3b12f
JB
47792015-11-23 Joel Brobecker <brobecker@adacore.com>
4780
4781 * gdb.base/wrong_frame_bt_full-main.c: New file.
4782 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
4783 * gdb.base/wrong_frame_bt_full.exp: New file.
4784
155bfbd3
JB
47852015-11-23 Joel Brobecker <brobecker@adacore.com>
4786
4787 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
4788
bb097445
JM
47892015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
4790
206853a0 4791 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
4792 pstate register when comparing registers values in
4793 sparc64-*-linux-gnu targets to avoid spurious differences.
4794
9c88ed8f
JM
47952015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
4796
206853a0 4797 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 4798
96161e25
SL
47992015-11-19 Sandra Loosemore <sandra@codesourcery.com>
4800
4801 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
4802 as type argument to gdb_compile.
4803 * gdb.base/nested-subp2.exp: Likewise.
4804 * gdb.base/nested-subp3.exp: Likewise.
4805
340c2830
DV
48062015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
4807
4808 * lib/dwarf.exp (_note): Fix left shift of negative value.
4809 * gdb.trace/trace-condition.exp: Likewise.
4810
c1862d0f
YQ
48112015-11-13 Yao Qi <yao.qi@linaro.org>
4812
4813 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
4814 comments about d10v.
4815 (test_scalar_returns): Likewise.
4816 * gdb.base/d10v.ld: Remove.
4817 * gdb.base/overlays.exp: Remove the target triplet checking for
4818 d10v-*-*.
4819 * gdb.base/structs.exp (test_struct_returns): Remove the
4820 comments about d10v.
4821 (test_struct_calls): Likewise.
4822
77ae9c19
YQ
48232015-11-13 Yao Qi <yao.qi@linaro.org>
4824
4825 * gdb.base/gnu_vector.exp: Check the return value by "p res".
4826 * gdb.base/gnu_vector.c: Don't include stdio.h.
4827 (main): Don't print res and call add_some_intvecs.
4828
430e004e
MK
48292015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
4830
4831 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
4832 macro.
4833 (func5): Removed.
4834 (func4): Use FAST_TRACEPOINT_LABEL.
4835 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
4836 macro.
4837 (func): Removed.
4838 (thread_function): Use FAST_TRACEPOINT_LABEL.
4839 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
4840 (func): Remove.
4841 (marker): Use FAST_TRACEPOINT_LABEL.
4842 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
4843 (pendfunc1): Remove.
4844 (pendfunc): Use FAST_TRACEPOINT_LABEL.
4845 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
4846 (foo): Remove.
4847 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
4848 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
4849 macro.
4850 (func): Remove.
4851 (marker): Use FAST_TRACEPOINT_LABEL.
4852 * gdb.trace/trace-common.h: New header.
4853 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
4854 macro.
4855 (func): Remove.
4856 (marker): Use FAST_TRACEPOINT_LABEL.
4857 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
4858 (func): Remove.
4859 (thread_function): Use FAST_TRACEPOINT_LABEL.
4860
6e7675a7
MK
48612015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
4862
4863 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
4864 in front.
4865 * gdb.trace/change-loc.exp: Use global pcreg definition.
4866 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
4867 * gdb.trace/entry-values.exp: Use global spreg definition, add $
4868 in front.
4869 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
4870 * gdb.trace/pending.exp: Likewise.
4871 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
4872 * gdb.trace/trace-break.exp: Likewise.
4873 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
4874 in front.
4875 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
4876 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
4877 in front.
4878 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
4879
dddc0e16
JB
48802015-11-09 Joel Brobecker <brobecker@adacore.com>
4881
4882 * gdb.ada/fin_fun_out: New testcase.
4883
c6f0b406
KB
48842015-11-07 Kevin Buettner <kevinb@redhat.com>
4885
4886 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
4887 value associated with DW_AT_byte_size.
4888 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
4889 constants for DW_AT_byte_size, DW_AT_lower_bound, and
4890 DW_AT_upper_bound.
4891
f01dcfd9
KB
48922015-11-07 Kevin Buettner <kevinb@redhat.com>
4893
4894 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
4895 (gdb_target_symbol_prefix_flags): Define in terms of _asm
4896 version.
4897 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
4898 gdb.dwarf2/dw2-canonicalize-type.exp,
4899 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
4900 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
4901 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
4902 provided by gdb_target_symbol_prefix_flags_asm.
4903 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
4904 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
4905 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
4906 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
4907 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
4908 macros where needed). Use this macro for symbols which require
4909 the prefix provided by SYMBOL_PREFIX.
4910
2223449a
KB
49112015-11-05 Kevin Buettner <kevinb@redhat.com>
4912
4913 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
4914 New procs.
4915 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
4916 representing expressions, of more than one list element.
4917 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
4918 to prepend linker symbol prefix to f.
4919 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
4920 table_1 and table_2.
4921 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
4922 Likewise, for f and g.
4923 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
4924 for ptr.
4925 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
4926 for main.
4927 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
4928 table_1_ptr and table_2_ptr.
4929
6f2f1a3a
JK
49302015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4931 Joel Brobecker <brobecker@adacore.com>
4932
4933 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
4934
566c56c9
MK
49352015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
4936
4937 * gdb.reverse/s390-mvcle.c: New test.
4938 * gdb.reverse/s390-mvcle.exp: New file.
4939 * lib/gdb.exp: Enable reverse tests on s390*-linux.
4940
d5f0636b
MK
49412015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
4942
4943 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
4944
7ad8b86c
MK
49452015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
4946
4947 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
4948 reaching marker2.
4949 * gdb.reverse/getresuid-reverse.exp: Likewise.
4950 * gdb.reverse/pipe-reverse.exp: Likewise.
4951 * gdb.reverse/readv-reverse.exp: Likewise.
4952 * gdb.reverse/recvmsg-reverse.exp: Likewise.
4953 * gdb.reverse/time-reverse.exp: Likewise.
4954 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
4955
4081c0f1
YQ
49562015-10-30 Yao Qi <yao.qi@linaro.org>
4957
4958 * gdb.threads/wp-replication.c (watch_count_done): Remove.
4959 (empty_cycle): Remove.
4960 (main): Don't call empty_cycle. Don't use watch_count_done.
4961 * gdb.threads/wp-replication.exp: Don't set breakpoint on
4962 empty_cycle. Rewrite the code counting HW watchpoints.
4963
452b4ba5
MK
49642015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
4965
4966 * gdb.reverse/fstatat-reverse.c: New test.
4967 * gdb.reverse/fstatat-reverse.exp: New file.
4968 * gdb.reverse/getresuid-reverse.c: New test.
4969 * gdb.reverse/getresuid-reverse.exp: New file.
4970 * gdb.reverse/pipe-reverse.c: New test.
4971 * gdb.reverse/pipe-reverse.exp: New file.
4972 * gdb.reverse/readv-reverse.c: New test.
4973 * gdb.reverse/readv-reverse.exp: New file.
4974 * gdb.reverse/recvmsg-reverse.c: New test.
4975 * gdb.reverse/recvmsg-reverse.exp: New file.
4976 * gdb.reverse/time-reverse.c: New test.
4977 * gdb.reverse/time-reverse.exp: New file.
4978 * gdb.reverse/waitpid-reverse.c: New test.
4979 * gdb.reverse/waitpid-reverse.exp: New file.
4980
5e2e7507
JK
49812015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4982
4983 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
4984
0fde2c53
DE
49852015-10-26 Doug Evans <dje@google.com>
4986
4987 PR symtab/17391
4988 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
4989 * gdb.dwarf2/bad-regnum.c: New file.
4990 * gdb.dwarf2/bad-regnum.exp: New file.
4991
1a70ae97
DE
49922015-10-26 Doug Evans <dje@google.com>
4993
4994 PR python/18938
4995 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
4996 file.
4997
27dc26ab
JK
49982015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4999
5000 * gdb.compile/compile.exp (compile code globalvar): Update expectation
5001 for a change by "Mention language in compile error message".
5002
bed91f4d
SM
50032015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
5004
5005 PR python/18073
5006 * gdb.python/py-type.c (C::a_method): New.
5007 (C::a_const_method): New.
5008 (C::a_static_method): New.
5009 (a_function): New.
5010 * gdb.python/py-type.exp (test_fields): Test getting fields
5011 from function and method.
5012
3f2f83dd
KB
50132015-10-21 Keven Boell <keven.boell@intel.com>
5014
5015 * gdb.fortran/vla-alloc-assoc.exp: New file.
5016 * gdb.fortran/vla-datatypes.exp: New file.
5017 * gdb.fortran/vla-datatypes.f90: New file.
5018 * gdb.fortran/vla-history.exp: New file.
5019 * gdb.fortran/vla-ptype-sub.exp: New file.
5020 * gdb.fortran/vla-ptype.exp: New file.
5021 * gdb.fortran/vla-sizeof.exp: New file.
5022 * gdb.fortran/vla-sub.f90: New file.
5023 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
5024 * gdb.fortran/vla-value-sub-finish.exp: New file.
5025 * gdb.fortran/vla-value-sub.exp: New file.
5026 * gdb.fortran/vla-value.exp: New file.
5027 * gdb.fortran/vla-ptr-info.exp: New file.
5028 * gdb.mi/mi-vla-fortran.exp: New file.
5029 * gdb.mi/vla.f90: New file.
5030
27145d50
SL
50312015-10-21 Sandra Loosemore <sandra@codesourcery.com>
5032
5033 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
5034 of hardwired timeout value.
5035
5f3ff4f8
JK
50362015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5037 Pedro Alves <palves@redhat.com>
5038
5039 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
5040 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
5041
bfd09d20
JS
50422015-10-19 Josh Stone <jistone@redhat.com>
5043
5044 * gdb.base/catch-syscall.c: Include <sched.h>.
5045 (unknown_syscall): New variable.
5046 (main): Trigger a vfork and an unknown syscall.
5047 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
5048 (unknown_syscall_number): Likewise.
5049 (check_call_to_syscall): Accept an optional syscall pattern.
5050 (check_return_from_syscall): Likewise.
5051 (check_continue): Likewise.
5052 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
5053 (test_catch_syscall_skipping_return): New test toggling off 'catch
5054 syscall' to step over the syscall return, then toggling back on.
5055 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
5056 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
5057 (do_syscall_tests): Call test_catch_syscall_without_args and
5058 test_catch_syscall_mid_vfork.
5059 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
5060 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
5061
b32b93c6
AS
50622015-10-19 Andrew Stubbs <ams@codesourcery.com>
5063
5064 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
5065 print g_vE): Add new pass patterns.
5066 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
5067 print various symbol names for vptr fields.
5068
9d622bda
AB
50692015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
5070
5071 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
5072 results.
5073
0fd8ac1c
YQ
50742015-10-12 Yao Qi <yao.qi@linaro.org>
5075
5076 * gdb.arch/disp-step-insn-reloc.exp: New test case.
5077
34240514
YQ
50782015-10-12 Yao Qi <yao.qi@linaro.org>
5079
5080 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
5081 is aarch64*-*-linux*.
5082
8240f442
YQ
50832015-10-12 Yao Qi <yao.qi@linaro.org>
5084
5085 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
5086 (can_relocate_bcond_true): ... it.
5087 (can_relocate_bcond_false): New function.
5088 (foo): Likewise.
5089 (can_relocate_bl): Likewise.
5090 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
5091 can_relocate_bl.
5092
2520f728
PMR
50932015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
5094
5095 * gdb.base/nested-addr.c: New file.
5096 * gdb.base/nested-addr.exp: New testcase.
5097
abcef95a
MM
50982015-10-09 Markus Metzger <markus.t.metzger@intel.com>
5099
5100 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
5101 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
5102 its output. Ignore the output of "record goto begin" and instead
5103 check that GDB is replaying.
5104
145e3ddb
PA
51052015-10-09 Pedro Alves <palves@redhat.com>
5106
5107 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
5108 (top level): Use it in the run with no args test.
5109
d5d8c4e1
IB
51102015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
5111
5112 * gdb.dlang/properties.exp: New file.
5113
06e635ef
SL
51142015-10-02 Sandra Loosemore <sandra@codesourcery.com>
5115
5116 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
5117 whether or not address 0x1000 is mapped on the target.
5118
e019fd1d
SM
51192015-09-30 Simon Marchi <simon.marchi@ericsson.com>
5120
5121 * gdb.python/py-type.exp: Do not run tests if binaries fail to
5122 build.
5123
77ba2a67
MM
51242015-09-30 Markus Metzger <markus.t.metzger@intel.com>
5125
5126 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
5127 instruction-history test.
5128
c60eb31f
DE
51292015-09-28 Doug Evans <dje@google.com>
5130
5131 * gdb.base/gcore.c (array_func): Add reference to static_array.
5132
9a3c8263
SM
51332015-09-25 Simon Marchi <simon.marchi@ericsson.com>
5134
5135 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
5136 source line.
5137
9720e656
SL
51382015-09-24 Sandra Loosemore <sandra@codesourcery.com>
5139
5140 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
5141 short or char as base type.
5142
938d3bf2
SL
51432015-09-23 Sandra Loosemore <sandra@codesourcery.com>
5144
5145 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
5146 to allow any size enum.
5147
e6c2c623
PMR
51482015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
5149
5150 * gdb.ada/array_ptr_renaming.exp: New testcase.
5151 * gdb.ada/array_ptr_renaming/foo.adb: New file.
5152 * gdb.ada/array_ptr_renaming/pack.ads: New file.
5153
06da0f77
PL
51542015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5155
5156 * gdb.trace/ftrace-lock.c: New file.
5157 * gdb.trace/ftrace-lock.exp: New file.
5158
4f51c22a
PL
51592015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5160
5161 * gdb.arch/insn-reloc.c: New file.
5162 * gdb.arch/ftrace-insn-reloc.exp: New file.
5163
7041adf4
PL
51642015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5165
5166 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
5167 instruction.
5168 * gdb.trace/pendshr1.c (pendfunc): Likewise.
5169 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
5170 * gdb.trace/range-stepping.c: Likewise.
5171 * gdb.trace/trace-break.c: Likewise.
5172 * gdb.trace/trace-mt.c (thread_function): Likewise.
5173 * gdb.trace/ftrace.c (marker): Likewise.
5174 * gdb.trace/trace-condition.c (marker): Likewise.
5175 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
5176 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
5177 is_aarch64_target.
5178
015d2e7e
DE
51792015-09-18 Doug Evans <xdje42@gmail.com>
5180
5181 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
5182 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
5183
26b188a2
SL
51842015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5185
5186 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
5187 the breakpoint.
5188
79dc332b
SL
51892015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5190
5191 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
5192 the pending breakpoint. Remove timeout override for "Run till
5193 MI pending breakpoint on pendfunc3 on thread 2" test.
5194
f57929f2
SL
51952015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5196
5197 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
5198 filename pattern.
5199
3f469b17
SL
52002015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5201
5202 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
5203 in breakpoint filename pattern.
5204
515b89b3
SL
52052015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5206
7800dbe4
SL
5207 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
5208
52092015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5210
515b89b3
SL
5211 * gdb.linespec/explicit.exp: Check for readline support for
5212 tab-completion tests. Fix obvious typo.
5213
d2939ba2
MM
52142015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5215
5216 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
5217 and replay.
5218
cbb55fa7
MM
52192015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5220
5221 * gdb.btrace/non-stop.c: New.
5222 * gdb.btrace/non-stop.exp: New.
5223
43691ca1
PL
52242015-09-17 Pierre Langlois <pierre.langlois@arm.com>
5225 Yao Qi <yao.qi@linaro.org>
5226
5227 * gdb.trace/trace-condition.c: New file.
5228 * gdb.trace/trace-condition.exp: New file.
5229
d78908cf
WW
52302015-09-16 Wei-cheng Wang <cole945@gmail.com>
5231
5232 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
5233 for testing bytecode compilation.
5234
1ed415e2
PA
52352015-09-16 Pedro Alves <palves@redhat.com>
5236 Sandra Loosemore <sandra@codesourcery.com>
5237
5238 * gdb.threads/non-stop-fair-events.c (timeout): New global.
5239 (SECONDS): Redefine.
5240 (main): Call pthread_kill and alarm early.
5241 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
5242 support.
5243 (test): If the target can't hardware step and doesn't support
5244 displaced stepping, increase the timeout.
5245
d136eff5
PA
52462015-09-16 Pedro Alves <palves@redhat.com>
5247
5248 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
5249 (enable_debug): New procedures.
5250 (test): Use them. Bail out if waiting for threads fails.
5251 (top level): Bail out if a test fails.
5252
991f019c
YQ
52532015-09-16 Yao Qi <yao.qi@linaro.org>
5254
5255 * gdb.asm/asm-source.exp: Set asm-arch for
5256 aarch64*-*-* target.
5257 * gdb.asm/aarch64.inc: New file.
5258
bfca584f
PMR
52592015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
5260
5261 * gdb.ada/array_of_variable_length.exp: New testcase.
5262 * gdb.ada/array_of_variable_length/foo.adb: New file.
5263 * gdb.ada/array_of_variable_length/pck.adb: New file.
5264 * gdb.ada/array_of_variable_length/pck.ads: New file.
5265
b326e587
DE
52662015-09-15 Doug Evans <dje@google.com>
5267
5268 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
5269 of function static local variable.
5270
5382cfab
PW
52712015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5272
5273 * gdb.threads/tls-so_extern.exp: New test file.
5274 * gdb.threads/tls-so_extern.c: New test file.
5275 * gdb.threads/tls-so_extern_main.c: New test file.
5276
141c5cc4
JK
52772015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5278
5279 * gdb.opt/solib-intra-step-lib.c: New file.
5280 * gdb.opt/solib-intra-step-main.c: New file.
5281 * gdb.opt/solib-intra-step.exp: New file.
5282
d15dcecd
PA
52832015-09-15 Pedro Alves <palves@redhat.com>
5284
5285 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
5286 gdb_continue_to_breakpoint instead of gdb_test_multiple.
5287
4c2f2a79
PA
52882015-09-14 Pedro Alves <palves@redhat.com>
5289
5290 * gdb.base/hook-stop-continue.c: Delete.
5291 * gdb.base/hook-stop-continue.exp: Delete.
5292 * gdb.base/hook-stop-frame.c: Delete.
5293 * gdb.base/hook-stop-frame.exp: Delete.
5294 * gdb.base/hook-stop.c: New file.
5295 * gdb.base/hook-stop.exp: New file.
5296
919e6dbe
PMR
52972015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
5298
5299 * gdb.ada/access_to_packed_array.exp: New testcase.
5300 * gdb.ada/access_to_packed_array/foo.adb: New file.
5301 * gdb.ada/access_to_packed_array/pack.adb: New file.
5302 * gdb.ada/access_to_packed_array/pack.ads: New file.
5303
157280a4
MM
53042015-09-14 Markus Metzger <markus.t.metzger@intel.com>
5305
5306 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
5307 buffer size test.
5308
2fd33e94
DB
53092015-09-11 Don Breazeal <donb@codesourcery.com>
5310
5311 * gdb.base/foll-exec.c: Add copyright header. Fix
5312 formatting issues.
5313 * gdb.base/foll-exec.exp (zap_session): Delete proc.
5314 (do_exec_tests): Use clean_restart in place of zap_session,
5315 and for test initialization. Fix formatting issues. Use
5316 fail in place of perror.
5317 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
5318 an expect statement to match an expression with output from
5319 the program under debug.
5320 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
5321 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
5322 * gdb.threads/non-ldr-exc-2.exp: Likewise.
5323 * gdb.threads/non-ldr-exc-3.exp: Likewise.
5324 * gdb.threads/non-ldr-exc-4.exp: Likewise.
5325
e70b6e8e
DE
53262015-09-09 Doug Evans <dje@google.com>
5327
5328 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
5329
7a551a51
DE
53302015-09-09 Doug Evans <dje@google.com>
5331
5332 * gdb.base/pie-execl.exp: Fix result test of build_executable.
5333
4c666f84
DE
53342015-09-09 Doug Evans <dje@google.com>
5335
5336 * gdb.base/savedregs.exp: Fix typo.
5337
243a9253
PA
53382015-09-09 Pedro Alves <palves@redhat.com>
5339
5340 * gdb.mi/mi-cli.exp: Add CLI finish tests.
5341
c0fa8fbd
SL
53422015-09-08 Sandra Loosemore <sandra@codesourcery.com>
5343
5344 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
5345 command actually switches threads. Give up on remaining
5346 tests if target fails to stop at breakpoint.
5347
cd7c1778
PMR
53482015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
5349
5350 * gdb.ada/funcall_char.exp: New testcase.
5351 * gdb.ada/funcall_char/foo.adb: New file.
5352
dc5c8746
PMR
53532015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
5354
5355 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
5356 expected outputs. Add two testcases for completing ambiguous
5357 functions.
5358 * gdb.ada/complete/aux_pck.adb: New file.
5359 * gdb.ada/complete/aux_pck.ads: New file.
5360 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
5361 Ambiguous_Func functions.
5362 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
5363 * gdb.ada/complete/pck.adb: Likewise.
5364
4e83a1e7
UW
53652015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
5366
5367 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
5368 failures to run the test program under GDB.
5369
8ce74153
LM
53702015-08-26 Luis Machado <lgustavo@codesourcery.com>
5371
5372 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
5373 to C.
5374
e9756d52
PP
53752015-08-26 Patrick Palka <patrick@parcs.ath.cx>
5376
5377 * gdb.base/run-after-attach.exp: New test file.
5378 * gdb.base/run-after-attach.c: New test file.
5379
8d37573b
DB
53802015-08-26 Don Breazeal <donb@codesourcery.com>
5381
5382 * gdb.base/foll-exec-2.c: New test program.
5383 * gdb.base/foll-exec-2.exp: New test.
5384
63e43d3a
PMR
53852015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
5386
5387 * gdb.base/nested-subp1.exp: New file.
5388 * gdb.base/nested-subp1.c: New file.
5389 * gdb.base/nested-subp2.exp: New file.
5390 * gdb.base/nested-subp2.c: New file.
5391 * gdb.base/nested-subp3.exp: New file.
5392 * gdb.base/nested-subp3.c: New file.
5393
3d40fbb5
PA
53942015-08-24 Pedro Alves <palves@redhat.com>
5395
5396 * gdb.server/connect-without-multi-process.c: New file.
5397 * gdb.server/connect-without-multi-process.exp: New file.
5398
4422ac93
LM
53992015-08-24 Luis Machado <lgustavo@codesourcery.com>
5400
5401 * gdb.opt/inline-markers.c: Make z int.
5402
91dddb86
LM
54032015-08-24 Luis Machado <lgustavo@codesourcery.com>
5404
5405 * gdb.opt/inline-markers.c: Make z volatile.
5406
a48847ee
LM
54072015-08-24 Luis Machado <lgustavo@codesourcery.com>
5408
5409 * gdb.opt/inline-bt.c: New volatile global z.
5410 * gdb.opt/inline-cmds.c: Likewise.
5411 * gdb.opt/inline-locals.c: Likewise.
5412 * gdb.opt/inline-markers.c: New extern global z.
5413 (marker): Use z.
5414 (inline_fn): Likewise.
5415
0ebbc52b
PA
54162015-08-24 Pedro Alves <palves@redhat.com>
5417
5418 * config/m32r-stub.exp: Remove file.
5419 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
5420 * gdb.base/call-rt-st.exp: Likewise.
5421 * gdb.base/call-strs.exp: Likewise.
5422 * gdb.base/default.exp: Remove references to h8300-*-hms and
5423 *-*-udi*.
5424 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
5425
77c365df
AA
54262015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5427
5428 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
5429 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
5430 and "return" use KFAIL when GDB can not read/write the vector
5431 return value.
5432
4313b8c0
GB
54332015-08-21 Gary Benson <gbenson@redhat.com>
5434
5435 * gdb.trace/pending.exp: Cope with remote transfer warnings.
5436
0e433b32
PA
54372015-08-20 Pedro Alves <palves@redhat.com>
5438
5439 * gdb.server/solib-list.exp: No longer expect an interior stop in
5440 non-stop mode.
5441
221e1a37
PA
54422015-08-20 Pedro Alves <palves@redhat.com>
5443
5444 * gdb.server/connect-stopped-target.c: New file.
5445 * gdb.server/connect-stopped-target.exp: New file.
5446
40e3ad0e
PA
54472015-08-20 Pedro Alves <palves@redhat.com>
5448
5449 * gdb.dwarf2/comp-unit-lang.exp: New file.
5450 * gdb.dwarf2/comp-unit-lang.c: New file.
5451
af39b327
PMR
54522015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
5453
5454 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
5455 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
5456
7d45c7c3 54572015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 5458
7d45c7c3
KB
5459 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
5460 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
5461
4d6cceb4
DE
54622015-08-18 Doug Evans <dje@google.com>
5463 Adrian Sendroiu <adrian.sendroiu@freescale.com>
5464
5465 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
5466 skip_python_tests. New arg prompt_regexp.
5467 (skip_python_tests): New function.
5468 * lib/mi-support.exp (mi_skip_python_tests): New function.
5469 * gdb.python/py-mi-objfile-gdb.py: New file.
5470 * gdb.python/py-mi-objfile.c: New file.
5471 * gdb.python/py-mi-objfile.exp: New file.
5472
ad89c2aa
KS
54732015-08-17 Keith Seitz <keiths@redhat.com>
5474
5475 * gdb.linespec/explicit.exp: Move strace test from here ...
5476 * gdb.trace/strace.exp: ... to here.
5477
e3ae3c43
PP
54782015-08-15 Patrick Palka <patrick@parcs.ath.cx>
5479
5480 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
5481 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
5482
604b2636
DE
54832015-08-14 Doug Evans <xdje42@gmail.com>
5484
5485 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
5486 inferior before selecting a new file.
5487
6ff0ba5f
DE
54882015-08-14 Doug Evans <xdje42@gmail.com>
5489
5490 * gdb.mi/mi-disassemble.exp: Update.
5491 * gdb.base/disasm-optim.S: New file.
5492 * gdb.base/disasm-optim.c: New file.
5493 * gdb.base/disasm-optim.h: New file.
5494 * gdb.base/disasm-optim.exp: New file.
5495
9ca98f92
KS
54962015-08-14 Keith Seitz <keiths@redhat.com>
5497
5498 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
5499 "evaluated-by".
5500
52bbc560
JB
55012015-08-13 Joel Brobecker <brobecker@adacore.com>
5502
5503 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
5504
5d8c3ed3
PMR
55052015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
5506
5507 * gdb.ada/fun_renaming.exp: New testcase.
5508 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
5509 * gdb.ada/fun_renaming/pack.adb: New file.
5510 * gdb.ada/fun_renaming/pack.ads: New file.
5511
ea8812bc
KS
55122015-08-12 Keith Seitz <keiths@redhat.com>
5513
5514 * gdb.base/dso2dso.exp: Pass basename of source file in call to
5515 gdb_get_line_number.
5516
4dafcdeb
JB
55172015-08-12 Joel Brobecker <brobecker@adacore.com>
5518
5519 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
5520 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
5521 gdb.base/dso2dso.exp: New files.
5522
5ba32597
SDJ
55232015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
5524 Pedro Alves <palves@redhat.com>
5525 Keith Seitz <keiths@redhat.com>
5526
5527 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
5528 GDBFLAGS.
5529
b6dafabf
PP
55302015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5531
5532 * gdb.base/gdbhistsize-history.exp
5533 (test_histsize_history_setting): Use save_vars.
5534 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
5535 Use save_vars.
5536 (test_no_truncation_of_unlimited_history_file): Use save_vars.
5537 * gdb.base/readline.exp: Use save_vars.
5538
abe8e607
PP
55392015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5540
5541 * lib/gdb.exp (save_vars): New proc.
5542
629500fa
KS
55432015-08-11 Keith Seitz <keiths@redhat.com>
5544
5545 * gdb.base/help.exp: Update help_breakpoint_text.
5546
eb8c4e2e
KS
55472015-08-11 Keith Seitz <keiths@redhat.com>
5548
5549 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
5550 (at toplevel): Call test_explicit_breakpoints.
5551 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
5552 breakpoints.
5553 * lib/mi-support.exp (mi_make_breakpoint): Add support for
5554 breakpoint conditions, "-cond".
5555
87f0e720
KS
55562015-08-11 Keith Seitz <keiths@redhat.com>
5557
5558 * gdb.linespec/3explicit.c: New file.
5559 * gdb.linespec/cpexplicit.cc: New file.
5560 * gdb.linespec/cpexplicit.exp: New file.
5561 * gdb.linespec/explicit.c: New file.
5562 * gdb.linespec/explicit.exp: New file.
5563 * gdb.linespec/explicit2.c: New file.
5564 * gdb.linespec/ls-errs.exp: Add explicit location tests.
5565 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
5566 before using in the matching pattern.
5567 Clarify that `prefix' is a regular expression.
5568
f00aae0f
KS
55692015-08-11 Keith Seitz <keiths@redhat.com>
5570
5571 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
5572 test.
5573 Add tests for missing ",FMT" and ",".
5574
e27852be
DE
55752015-08-10 Doug Evans <dje@google.com>
5576 Keith Seitz <keiths@redhat.com>
5577
5578 PR gdb/17960
5579 * gdb.base/completion.exp: Add location completer tests.
5580
7f03bd92
PA
55812015-08-07 Pedro Alves <palves@redhat.com>
5582
5583 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
5584 tests here.
5585 (top level): Run do_test with and without displaced stepping.
5586
3fc8eb30
PA
55872015-08-07 Pedro Alves <palves@redhat.com>
5588
5589 * gdb.base/valgrind-disp-step.c: New file.
5590 * gdb.base/valgrind-disp-step.exp: New file.
5591
d4569d7b
PA
55922015-08-07 Pedro Alves <palves@redhat.com>
5593
5594 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
5595 Delete function.
5596 (main): Add alarm. Run an infinite loop instead of calling
5597 wait_threads.
5598 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
5599 comment.
5600 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
5601 Delete function.
5602 (main): Add alarm. Run an infinite loop instead of calling
5603 wait_threads.
5604 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
5605 comment.
5606
e1316e60
PA
56072015-08-07 Pedro Alves <palves@redhat.com>
5608
5609 * gdb.base/checkpoint-ns.exp: New file.
5610 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
5611 standard_testfile.
5612
da8c46d2
MM
56132015-08-07 Markus Metzger <markus.t.metzger@intel.com>
5614
5615 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
5616 * gdb.btrace/instruction_history.exp: Update.
5617 * gdb.btrace/tsx.exp: New.
5618 * gdb.btrace/tsx.c: New.
5619
de1c2c52
PA
56202015-08-06 Pedro Alves <palves@redhat.com>
5621
5622 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
5623 increase timeout.
5624 * gdb.reverse/until-precsave.exp: Bump timeouts.
5625
782e0bf4
PA
56262015-08-06 Pedro Alves <palves@redhat.com>
5627
5628 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
5629
83e97ed0
PA
56302015-08-06 Pedro Alves <palves@redhat.com>
5631
5632 PR gdb/18749
5633 * gdb.threads/process-dies-while-handling-bp.c: New file.
5634 * gdb.threads/process-dies-while-handling-bp.exp: New file.
5635
863d01bd
PA
56362015-08-06 Pedro Alves <palves@redhat.com>
5637
5638 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
5639 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
5640
0a39bb32
PA
56412015-08-05 Pedro Alves <palves@redhat.com>
5642
5643 * gdb.threads/next-while-other-thread-longjmps.c: New file.
5644 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
5645
ee2d2b10
SL
56462015-08-03 Sandra Loosemore <sandra@codesourcery.com>
5647
5648 * gdb.base/bp-permanent.exp: Report test as unsupported if
5649 the target cannot stop at the permanent breakpoint.
5650
4e1bdb00
DE
56512015-08-03 Doug Evans <dje@google.com>
5652
5653 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
5654 10000.
5655
3d338901
DE
56562015-08-03 Doug Evans <dje@google.com>
5657
5658 * Makefile.in (workers/%.worker, build-perf): New rule.
5659 (GDB_PERFTEST_MODE): New variable.
5660 (check-perf): Use it.
5661 (clean): Clean up gdb.perf parallel build subdirs.
5662 * lib/build-piece.exp: New file.
5663 * lib/gdb.exp (make_gdb_parallel_path): New function
5664 (standard_output_file, standard_temp_file): Call it.
5665 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
5666 of $GDB_PARALLEL.
5667 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
5668
af061d3e
DE
56692015-08-03 Doug Evans <dje@google.com>
5670
8e1afc81 5671 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
5672 (LOG_FILE_NAME): New global.
5673 (TextReporter.__init__): Initialize self.txt_sum.
5674 (TextReporter.report): Add support for multiple data-points.
5675 Move report to perftest.sum, put raw data in perftest.log.
5676 (TextReporter.start): Open sum and log files.
5677 (TextReporter.end): Close sum and log files.
8e1afc81
DE
5678 * gdb.perf/lib/perftest/testresult.py
5679 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 5680
2c8c5d37
PA
56812015-07-31 Pedro Alves <palves@redhat.com>
5682
5683 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
5684 Use spawn_id_get_pid. Wait for spawn id after eof. Use
5685 kill_wait_spawned_process instead of explicit "kill -9".
5686 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
5687 returning a spawn id instead of a pid. Use spawn_id_get_pid and
5688 kill_wait_spawned_process.
5689 * gdb.base/attach-twice.exp: Likewise.
5690 * gdb.base/attach.exp: Likewise.
5691 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
5692 gdb_test_multiple.
5693 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
5694 returning a spawn id instead of a pid. Use spawn_id_get_pid and
5695 kill_wait_spawned_process.
5696 * gdb.base/valgrind-infcall.exp: Likewise.
5697 * gdb.multi/multi-attach.exp: Likewise.
5698 * gdb.python/py-prompt.exp: Likewise.
5699 * gdb.python/py-sync-interp.exp: Likewise.
5700 * gdb.server/ext-attach.exp: Likewise.
5701 * gdb.threads/attach-into-signal.exp (corefunc): Use
5702 spawn_wait_for_attach, spawn_id_get_pid and
5703 kill_wait_spawned_process.
5704 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
5705 spawn_wait_for_attach returning a spawn id instead of a pid. Use
5706 spawn_id_get_pid and kill_wait_spawned_process.
5707 * gdb.threads/attach-stopped.exp (corefunc): Use
5708 spawn_wait_for_attach, spawn_id_get_pid and
5709 kill_wait_spawned_process.
5710 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
5711 Use spawn_id_get_pid. Wait for spawn id after eof. Use
5712 kill_wait_spawned_process instead of explicit "kill -9".
5713 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
5714 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
5715 (spawn_wait_for_attach): Use spawn instead of exec to spawn
5716 processes. Don't map cygwin/windows pids here. Now returns a
5717 spawn id list.
5718
032a0fca
SL
57192015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5720
5721 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
5722 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
5723 correct patch.
5724
61a934ca
SL
57252015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5726
5727 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
5728
4bc4d428
SL
57292015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5730
5731 Reapply:
5732 2014-05-21 Mark Wielaard <mjw@redhat.com>
5733
5734 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
5735
998d452a
PA
57362015-07-30 Pedro Alves <palves@redhat.com>
5737
5738 * linux-low.c (handle_extended_wait): Set the child's last
5739 reported status to TARGET_WAITKIND_STOPPED.
5740
69dde7dc
PA
57412015-07-30 Pedro Alves <palves@redhat.com>
5742
5743 PR threads/18600
5744 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
5745 only shows inferior 1.
5746
4dd63d48
PA
57472015-07-30 Simon Marchi <simon.marchi@ericsson.com>
5748 Pedro Alves <palves@redhat.com>
5749
5750 PR threads/18600
5751 * gdb.threads/fork-plus-threads.c: New file.
5752 * gdb.threads/fork-plus-threads.exp: New file.
5753
d618e4c5
PP
57542015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5755
5756 * gdb.base/batch-preserve-term-settings.exp
5757 (test_terminal_settings_preserved_after_cli_exit): Use
5758 send_quit_command.
5759
1eef6428
PA
57602015-07-29 Pedro Alves <palves@redhat.com>
5761 Don Breazeal <donb@codesourcery.com>
5762
5763 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
5764 output from both inferior_spawn_id and gdb_spawn_id.
5765
7da5b897
SDJ
57662015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
5767
5768 * gdb.threads/attach-into-signal.exp (corefunc): Use
5769 with_test_prefix on nested loops, uniquefying the test messages.
5770
dac804df
SDJ
57712015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
5772
5773 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
5774 commit.
5775
06265e53
PP
57762015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5777
5778 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
5779 New proc.
5780 (test_terminal_settings_preserved_after_sigterm): New test.
5781
18206ca3
PP
57822015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5783
5784 * gdb.base/batch-preserve-term-settings.exp
5785 (test_terminal_settings_preserved_after_cli_exit): New test.
5786
90074d11
PP
57872015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5788
5789 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
5790 manipulation of saved_gdbflags.
5791 (test_terminal_settings_preserved): Remove global declaration of
5792 the unused variable pagination_prompt. Remove manipulation of
5793 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
5794 GDBFLAGS.
5795
eb1a7902
PA
57962015-07-29 Pedro Alves <palves@redhat.com>
5797
5798 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
5799
8b75dd3b
PA
58002015-07-29 Pedro Alves <palves@redhat.com>
5801
5802 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
5803 at the top.
5804
dedad4e3
PA
58052015-07-29 Pedro Alves <palves@redhat.com>
5806
5807 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
5808 (main): Call gdb_unbuffer_output.
5809 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
5810 (main): Call gdb_unbuffer_output.
5811 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
5812 (main): Call gdb_unbuffer_output.
5813 * gdb.base/call-strs.exp: Adjust to step over the
5814 gdb_unbuffer_output call.
5815 * gdb.base/catch-gdb-caused-signals.c: Include
5816 "../lib/unbuffer_output.c".
5817 (main): Call gdb_unbuffer_output.
5818 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
5819 (main): Call gdb_unbuffer_output.
5820 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
5821 (main): Call gdb_unbuffer_output.
5822 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
5823 (main): Call gdb_unbuffer_output.
5824 * gdb.base/shlib-call.exp: Adjust to step over the
5825 gdb_unbuffer_output call.
5826 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
5827 (main): Call gdb_unbuffer_output.
5828 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
5829 (main): Call gdb_unbuffer_output.
5830 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
5831 (main): Rename to ...
5832 (test): ... this.
5833 (main): Reimplement.
5834 * gdb.base/varargs.exp: Run to test instead of to main.
5835 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
5836 (main): Call gdb_unbuffer_output.
5837
58789a91
PA
58382015-07-29 Pedro Alves <palves@redhat.com>
5839
5840 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
5841 factore out from mi_continue_dprintf. For call-style dprintfs,
5842 expect dprintf output out of $inferior_spawn_id.
5843 (mi_continue_dprintf): Use mi_expect_dprintf.
5844 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
5845 (main): Call gdb_unbuffer_output.
5846
e8376742
PA
58472015-07-29 Pedro Alves <palves@redhat.com>
5848
5849 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
5850 (default_mi_gdb_start): Set inferior_spawn_id instead of
5851 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
5852 gdb_spawn_id.
5853 (mi_gdb_test): Always expect inferior output from both
5854 $inferior_spawn_id and $gdb_spawn_id.
5855
08280010
PA
58562015-07-29 Pedro Alves <palves@redhat.com>
5857
5858 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
5859 send_inferior and $inferior_spawn_id.
5860
4d30e432
PA
58612015-07-29 Pedro Alves <palves@redhat.com>
5862
5863 * gdb.gdb/complaints.exp (test_initial_complaints)
5864 (test_serial_complaints, test_short_complaints): Use
5865 gdb_test_stdio.
5866 (test_empty_complaint): Handle $inferior_spawn_id !=
5867 $gdb_spawn_id.
5868
0d30a335
PA
58692015-07-29 Pedro Alves <palves@redhat.com>
5870
5871 * gdb.base/varargs.exp: Use gdb_test_stdio.
5872
39413b29
PA
58732015-07-29 Pedro Alves <palves@redhat.com>
5874
5875 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
5876
7cb000a9
PA
58772015-07-29 Pedro Alves <palves@redhat.com>
5878
5879 * gdb.base/ending-run.exp: Use gdb_test_stdio.
5880
d7b8ac82
PA
58812015-07-29 Pedro Alves <palves@redhat.com>
5882
5883 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
5884 parameter into two new parameters, "inf_result" and "gdb_result".
5885 Expect inferior output and gdb output from $inferior_spawn_id and
5886 $gdb_spawn_id, respectively. Adjust all callers.
5887
789c3a0c
PA
58882015-07-29 Pedro Alves <palves@redhat.com>
5889
5890 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
5891 of gdb_test_sequence.
5892
77e760c3
PA
58932015-07-29 Pedro Alves <palves@redhat.com>
5894
5895 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
5896 (saw_spurious_output): Expect inferior output from
5897 $inferior_spawn_id. Use gdb_test_stdio.
5898
8396d2cd
PA
58992015-07-29 Pedro Alves <palves@redhat.com>
5900
5901 * gdb.base/dprintf.exp: Use standard_testfile. Change
5902 prepare_for_testing call.
5903 (srcfile): Don't set.
5904 (restart): New procedure.
5905 (test_dprintf): New procecure, use to continue over dprintfs.
5906 (test_call, test_agent): New procedures, tests moved here.
5907 Restart gdb and recreate dprintfs. Adjust expected output.
5908
2051d61f
PA
59092015-07-29 Pedro Alves <palves@redhat.com>
5910
5911 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
5912
452397af
PA
59132015-07-29 Pedro Alves <palves@redhat.com>
5914
5915 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
5916
8aed9555
PA
59172015-07-29 Pedro Alves <palves@redhat.com>
5918
5919 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
5920 gdb_test_stdio.
5921
188a61b4
PA
59222015-07-29 Pedro Alves <palves@redhat.com>
5923
5924 * lib/gdb.exp (gdb_test_stdio): New procedure.
5925
12264a45
PA
59262015-07-29 Pedro Alves <palves@redhat.com>
5927
5928 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
5929
23ffc893
PA
59302015-07-29 Pedro Alves <palves@redhat.com>
5931
5932 * gdb.base/call-signal-resume.exp: Remove check for
5933 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
5934 * gdb.base/unwindonsignal.exp: Likewise.
5935 * gdb.base/call-signals.c (gen_signal): Remove printf call.
5936 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
5937
65566918
PA
59382015-07-29 Pedro Alves <palves@redhat.com>
5939
5940 * gdb.base/siginfo-addr.c (pass): New function.
5941 (handler): Call it iff si_addr is correct.
5942 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
5943 Set a breakpoint at "pass" and continue to it.
5944
d60a9221
SDJ
59452015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
5946
5947 * gdb.python/py-objfile.exp: Make some tests have unique names.
5948 * gdb.python/py-pp-registration.exp: Likewise.
5949
bde40b8f
PA
59502015-07-28 Pedro Alves <palves@redhat.com>
5951
5952 * gdb.server/server-exec-info.exp: Issue a "disconnect".
5953
13e1dec8
SM
59542015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5955
5956 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
5957
da33c9a7
SM
59582015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5959
5960 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
5961
077836f7
PP
59622015-07-27 Patrick Palka <patrick@parcs.ath.cx>
5963
5964 * gdb.base/gdb-sigterm-2.exp: New test.
5965
b8cc7b2e
DE
59662015-07-25 Doug Evans <xdje42@gmail.com>
5967
5968 Revert:
5969 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
5970 (workers/%.worker, build-perf): New rule.
5971 (GDB_PERFTEST_MODE): New variable.
5972 (check-perf): Use it.
5973 (clean): Clean up gdb.perf parallel build subdirs.
5974 * lib/build-piece.exp: New file.
5975 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
5976 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
5977 name.
5978 (standard_temp_file): Ditto.
5979 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
5980 of $GDB_PARALLEL.
5981
c8bd4544
DE
59822015-07-24 Doug Evans <dje@google.com>
5983
5984 * gdb.perf/lib/perftest/utils.py: New file.
5985 * gdb.perf/gm-hello.cc: New file.
5986 * gdb.perf/gm-pervasive-typedef.cc: New file.
5987 * gdb.perf/gm-pervasive-typedef.h: New file.
5988 * gdb.perf/gm-std.cc: New file.
5989 * gdb.perf/gm-std.h: New file.
5990 * gdb.perf/gm-use-cerr.cc: New file.
5991 * gdb.perf/gm-utils.h: New file.
5992 * gdb.perf/gmonster-null-lookup.py: New file.
5993 * gdb.perf/gmonster-pervasive-typedef.py: New file.
5994 * gdb.perf/gmonster-print-cerr.py: New file.
5995 * gdb.perf/gmonster-ptype-string.py: New file.
5996 * gdb.perf/gmonster-runto-main.py: New file.
5997 * gdb.perf/gmonster-select-file.py: New file.
5998 * gdb.perf/gmonster1-null-lookup.exp: New file.
5999 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
6000 * gdb.perf/gmonster1-print-cerr.exp: New file.
6001 * gdb.perf/gmonster1-ptype-string.exp: New file.
6002 * gdb.perf/gmonster1-runto-main.exp: New file.
6003 * gdb.perf/gmonster1-select-file.exp: New file.
6004 * gdb.perf/gmonster1.cc: New file.
6005 * gdb.perf/gmonster1.exp: New file.
6006 * gdb.perf/gmonster2-null-lookup.exp: New file.
6007 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
6008 * gdb.perf/gmonster2-print-cerr.exp: New file.
6009 * gdb.perf/gmonster2-ptype-string.exp: New file.
6010 * gdb.perf/gmonster2-runto-main.exp: New file.
6011 * gdb.perf/gmonster2-select-file.exp: New file.
6012 * gdb.perf/gmonster2.cc: New file.
6013 * gdb.perf/gmonster2.exp: New file.
6014
6eab34f3
DE
60152015-07-24 Doug Evans <dje@google.com>
6016
6017 * gdb.perf/README: New file.
6018 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
6019 * lib/gen-perf-test.exp: New file.
6020
63738bfd
DE
60212015-07-24 Doug Evans <dje@google.com>
6022
6023 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
6024 (PerfTest::startup): New function.
6025 (PerfTest::run): Return result of calling body.
6026 (PerfTest::assemble): Rewrite.
6027 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
6028 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
6029 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
6030 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
6031 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
6032
7b606f95
DE
60332015-07-24 Doug Evans <dje@google.com>
6034
6035 * lib/gdb.exp (clean_restart): Make executable optional.
6036
a97b16b8
DE
60372015-07-24 Doug Evans <dje@google.com>
6038
6039 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
6040 compiler_info references.
6041 * gdb.cp/temargs.exp: Ditto.
6042 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
6043 (get_compiler_info): Early exit if already computed. Set compiler_info
6044 to "unknown" if there was a problem.
6045 (test_compiler_info): Add function comment. Call get_compiler_info.
6046
35baa57f
DE
60472015-07-24 Doug Evans <dje@google.com>
6048
6049 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6050 (workers/%.worker, build-perf): New rule.
6051 (GDB_PERFTEST_MODE): New variable.
6052 (check-perf): Use it.
6053 (clean): Clean up gdb.perf parallel build subdirs.
6054 * lib/build-piece.exp: New file.
6055 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6056 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6057 name.
6058 (standard_temp_file): Ditto.
6059 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6060 of $GDB_PARALLEL.
6061
6ebea266
DE
60622015-07-24 Doug Evans <dje@google.com>
6063
6064 * lib/future.exp (gdb_default_target_compile): New option
6065 "early_flags".
6066 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
6067 --as-needed.
6068
1e76a7e9
SDJ
60692015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
6070
6071 * gdb.base/catch-syscall.exp: Call gdb_exit before
6072 gdb_skip_xml_test.
6073
5068630a
PA
60742015-07-24 Pedro Alves <palves@redhat.com>
6075
6076 * gdb.python/py-events.exp: Accept output between the stop event
6077 and the prompt.
6078 * gdb.python/py-evsignal.exp: Likewise.
6079 * gdb.python/py-evthreads.exp: Likewise.
6080
77598427
PA
60812015-07-24 Pedro Alves <palves@redhat.com>
6082
6083 PR gdb/18717
6084 * gdb.threads/non-ldr-exit.c: New file.
6085 * gdb.threads/non-ldr-exit.exp: New file.
6086
11e6c98f
YQ
60872015-07-24 Yao Qi <yao.qi@linaro.org>
6088
6089 * gdb.server/ext-wrapper.exp: Test --wrapper option when
6090 restarting process.
6091
51aee833
YQ
60922015-07-24 Yao Qi <yao.qi@linaro.org>
6093
6094 * gdb.server/ext-restart.exp: New file.
6095
8cfe207c
YQ
60962015-07-24 Yao Qi <yao.qi@linaro.org>
6097
6098 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
6099 argument options.
6100 * gdb.server/ext-wrapper.exp: New file.
6101
cc12ce38
DE
61022015-07-23 Doug Evans <dje@google.com>
6103
6104 * gdb.dwarf2/dw2-dummy-cu.S: New file.
6105 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
6106
d0d84780
PMR
61072015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
6108
6109 * gdb.ada/var_arr_typedef.exp: New testcase.
6110 * gdb.ada/var_arr_typedef/pack.adb: New file.
6111 * gdb.ada/var_arr_typedef/pack.ads: New file.
6112 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
6113
8b558f79
JB
61142015-07-20 Joel Brobecker <brobecker@adacore.com>
6115
6116 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
6117
775a3298
JK
61182015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6119
6120 * gdb.arch/i386-biarch-core.exp: Replace istarget
6121 by "complete set gnutarget". Remove expectation for the "core-file"
6122 command.
6123
db1ff28b
JK
61242015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6125
6126 Revert the previous commit:
6127 Tests for validate symbol file using build-id.
6128
0a94970d
JK
61292015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6130
6131 Tests for validate symbol file using build-id.
6132 * gdb.base/solib-mismatch-lib.c: New file.
6133 * gdb.base/solib-mismatch-libmod.c: New file.
6134 * gdb.base/solib-mismatch.c: New file.
6135 * gdb.base/solib-mismatch.exp: New file.
6136
03346981
SL
61372015-07-15 Sandra Loosemore <sandra@codesourcery.com>
6138
6139 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
6140 nios2-*-linux*.
6141 * gdb.base/sigbpt.exp (stepi_out): Likewise.
6142 * gdb.base/siginfo.exp: Likewise.
6143 * gdb.base/sigstep.exp (advance, advancei): Likewise.
6144
42422cc7
PL
61452015-07-15 Pierre Langlois <pierre.langlois@arm.com>
6146
6147 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
6148 Move it to ...
6149 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
6150 ... here.
6151 * gdb.trace/range-stepping.exp: Check that the target supports
6152 range stepping.
6153
cfa68bae
JK
61542015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6155
6156 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
6157
8ffdba26
PA
61582015-07-14 Pedro Alves <palves@redhat.com>
6159
6160 * gdb.base/killed-outside.exp: New file.
6161 * gdb.base/killed-outside.c: New file.
6162
218a5a11
JK
61632015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6164
6165 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
6166 (n at main): New.
6167 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
6168
e03ed3c6
AA
61692015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
6170
6171 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
6172 infcall tests instead of setting up for KFAIL.
6173
485668e5
MM
61742015-07-10 Markus Metzger <markus.t.metzger@intel.com>
6175
6176 * gdb.btrace/record_goto-step.exp: New.
6177
08464196
JK
61782015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6179
6180 PR compile/18484
6181 * gdb.compile/compile.c (struct struct_type): Add volatile to
6182 selffield's type.
6183 * gdb.compile/compile.exp
6184 (compile code struct_object.selffield = &struct_object): Skip further
6185 struct_object tests if this one xfails.
6186
bcf5c1d9
RC
61872015-07-08 Robert O'Callahan <robert@ocallahan.org>
6188
6189 PR exp/18617
6190 * gdb.trace/ax.exp: Add test.
6191
4931af25
YQ
61922015-07-07 Yao Qi <yao.qi@linaro.org>
6193
6194 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
6195 instead of istarget "aarch64*-*-*".
6196 * gdb.arch/aarch64-fp.exp: Likewise.
6197 * gdb.base/float.exp: Likewise.
6198 * gdb.reverse/aarch64.exp: Likewise.
6199 * lib/gdb.exp (is_aarch64_target): New proc.
6200
9fcf688e
YQ
62012015-07-07 Yao Qi <yao.qi@linaro.org>
6202
6203 * lib/gdb.exp (is_aarch32_target): New proc.
6204 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
6205 instead of "istarget "arm*-*-*"".
6206 * gdb.arch/arm-disp-step.exp: Likewise.
6207 * gdb.arch/thumb-bx-pc.exp: Likewise.
6208 * gdb.arch/thumb-prologue.exp: Likewise.
6209 * gdb.arch/thumb-singlestep.exp: Likewise.
6210 * gdb.base/disp-step-syscall.exp: Likewise.
6211 * gdb.base/float.exp: Likewise.
6212
fbd8d50d
YQ
62132015-07-07 Yao Qi <yao.qi@linaro.org>
6214
6215 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
6216 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
6217
71be1fdc
YQ
62182015-07-07 Yao Qi <yao.qi@linaro.org>
6219
6220 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
6221 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
6222 if it exists.
6223 * gdb.multi/multi-arch.exp: Likewise.
6224
3e221d36
SM
62252015-07-07 Simon Marchi <simon.marchi@ericsson.com>
6226
6227 * gdb.python/py-lazy-string.exp: Add missing parentheses to
6228 print.
6229
d441430b
YQ
62302015-07-07 Yao Qi <yao.qi@linaro.org>
6231
6232 * gdb.arch/thumb-singlestep.exp: Do one more single step.
6233
06f810bd
MG
62342015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
6235
6236 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
6237 '[' and ']' characters.
6238
5e61e7c0
IB
62392015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
6240
6241 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6242
28bf096c
PA
62432015-06-29 Pedro Alves <palves@redhat.com>
6244
6245 PR threads/18127
6246 * gdb.threads/hand-call-new-thread.c: New file.
6247 * gdb.threads/hand-call-new-thread.c: New file.
6248
ee93cd5e
KS
62492015-06-26 Keith Seitz <keiths@redhat.com>
6250 Doug Evans <dje@google.com>
6251
6252 PR 16253
6253 * gdb.cp/var-tag-2.cc: New file.
6254 * gdb.cp/var-tag-3.cc: New file.
6255 * gdb.cp/var-tag-4.cc: New file.
6256 * gdb.cp/var-tag.cc: New file.
6257 * gdb.cp/var-tag.exp: New file.
6258
fc637f04
PP
62592015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6260
6261 * gdb.base/history-duplicates.exp: New test.
6262
2e52ae68
PP
62632015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6264
6265 * gdb.base/completion.exp: Test the completion of the "focus"
6266 command.
6267
6e22494e
JK
62682015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6269
6270 * gdb.arch/amd64-prologue-skip.S: New file.
6271 * gdb.arch/amd64-prologue-skip.exp: New file.
6272
bf7b9cd9
SM
62732015-06-25 Simon Marchi <simon.marchi@ericsson.com>
6274
6275 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
6276 is_address_zero_readable check.
6277
201e8dfd
PB
62782015-06-24 Peter Bergner <bergner@vnet.ibm.com>
6279
6280 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
6281 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
6282
5cd867b4
YQ
62832015-06-24 Yao Qi <yao.qi@linaro.org>
6284
6285 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
6286 linux targets.
6287
4d7be007
YQ
62882015-06-24 Yao Qi <yao.qi@linaro.org>
6289
6290 * lib/gdb.exp (supports_get_siginfo_type): New proc.
6291 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
6292 * gdb.base/siginfo-thread.exp: Likewise.
6293
07fcd301
YQ
62942015-06-22 Yao Qi <yao.qi@linaro.org>
6295
6296 * boards/remote-gdbserver-on-localhost.exp: Add comments.
6297
52042a00
YQ
62982015-06-22 Yao Qi <yao.qi@linaro.org>
6299
6300 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
6301 aarch64*-*-*.
6302 (skip_hw_watchpoint_tests): Likewise.
6303
74bd41ce
PP
63042015-06-18 Patrick Palka <patrick@parcs.ath.cx>
6305
6306 * gdb.base/gdbinit-history.exp: Test the interaction between
6307 setting GDBHISTSIZE and setting the history size via .gdbinit.
6308
bc460514
PP
63092015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6310
6311 PR gdb/16999
6312 * gdb.base/gdbhistsize-history.exp: New test.
6313
b58c513b
PP
63142015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6315
6316 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
6317 with GDBHISTSIZE.
6318 * gdb.base/readline.exp: Likewise.
6319
92046791
YQ
63202015-06-17 Yao Qi <yao.qi@linaro.org>
6321
6322 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
6323 line.
6324
2093d2d3
PP
63252015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6326
6327 * gdb.base/gdbinit-history.exp: Add test case to check that
6328 an unlimited history file does not get truncated on exit.
6329
e6c693af
AA
63302015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6331
6332 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
6333 (VECTOR): New macro. Use it...
6334 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
6335 ...for these typedefs.
6336 (int8, char1, int1, double1): New typedefs.
6337 (struct just_int2, struct two_int2): New structures.
6338 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
6339 (add_structvecs, add_singlevecs): New functions.
6340 (main): Call add_some_intvecs twice.
6341 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
6342 the compile and exit upon failure. Try compiling for the "native"
6343 architecture. Test inferior function calls with vector arguments
6344 and vector return value handling with "finish" and "return".
6345
c74f7d1c
JT
63462015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
6347
6348 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
6349 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
6350 PE file.
6351 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
6352
98aa42ee
AT
63532015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6354
6355 PR breakpoints/16465
6356 * gdb.mi/mi-dprintf-pending.c: New file.
6357 * gdb.mi/mi-dprintf-pending.exp: New test.
6358 * gdb.mi/mi-dprintf-pendshr.c: New file.
6359
7d73c23c 63602015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 6361 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
6362
6363 * gdb.arch/i386-mpx-map.c: New file.
6364 * gdb.arch/i386-mpx-map.exp: New File.
6365
63662015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6367
6368 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
6369 * gdb.arch/i386-mpx.exp: Indentation fixed.
6370
63712015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6372
6373 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
6374 function and improved indentation.
6375 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
6376 gdb_test_multiple. Added additional tests to skip the test.
6377
63782015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6379
6380 * gdb.arch/i386-avx512.c: Change path in include file.
6381 * gdb.arch/i386-avx512.exp: Change include dir path
6382 compilation flag.
6383 * gdb.arch/i386-mpx.c: Change path in include file.
6384 * gdb.arch/i386-mpx.exp: Change include dir path compilation
6385 flag.
6386
d5eba19a
JK
63872015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6388
6389 * gdb.compile/compile-print.exp (compile print *vararray@3)
6390 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
6391
7f361056
JK
63922015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6393
6394 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
6395 (do not keep jit in memory): ... this.
6396 (expect 5): Change it to ...
6397 (expect no 5): ... this.
6398
3b462ec2
SM
63992015-06-02 Simon Marchi <simon.marchi@ericsson.com>
6400
6401 PR gdb/15564
6402 * gdb.mi/mi-detach.exp: New file.
6403
e0619de6
JK
64042015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6405
6406 PR symtab/18392
6407 * gdb.arch/amd64-tailcall-self.S: New file.
6408 * gdb.arch/amd64-tailcall-self.c: New file.
6409 * gdb.arch/amd64-tailcall-self.exp: New file.
6410
e970cb34
DB
64112015-05-28 Don Breazeal <donb@codesourcery.com>
6412
6413 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
6414 tests for remote targets by checking is_target_gdbserver.
6415
b2e2f908
DE
64162015-05-27 Doug Evans <dje@google.com>
6417
6418 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
6419 * gdb.dwarf2/opaque-type-lookup.c: New file.
6420 * gdb.dwarf2/opaque-type-lookup.exp: New file.
6421
82c7be31
DE
64222015-05-26 Doug Evans <dje@google.com>
6423
6424 * gdb.cp/iostream.cc: New file.
6425 * gdb.cp/iostream.exp: New file.
6426
b4f54984
DE
64272015-05-26 Doug Evans <dje@google.com>
6428
6429 * gdb.dwarf2/dw2-op-call.exp: Update.
6430 * gdb.dwarf2/dw4-sig-types.exp: Update.
6431 * gdb.dwarf2/implptr.exp: Update.
6432 * gdb.mi/mi-cmd-param-changed.exp: Update.
6433
4ea6efe9
DE
64342015-05-26 Doug Evans <dje@google.com>
6435
6436 * gdb.python/py-lazy-string.c: New file.
6437 * gdb.python/py-lazy-string.exp: New file.
6438 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
6439 (main): Update. Add estring3.
6440 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
6441 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
6442
f6bb7db3
YQ
64432015-05-26 Omair Javaid <omair.javaid@linaro.org>
6444 Yao Qi <yao.qi@linaro.org>
6445
6446 * gdb.reverse/aarch64.c: New.
6447 * gdb.reverse/aarch64.exp: New.
6448
a81bfbd0
OJ
64492015-05-26 Omair Javaid <omair.javaid@linaro.org>
6450
25d49b86
PA
6451 * lib/gdb.exp (supports_process_record): Return true for
6452 aarch64*-linux*.
a81bfbd0
OJ
6453 (supports_reverse): Likewise.
6454
158bf1b4
PP
64552015-05-22 Patrick Palka <patrick@parcs.ath.cx>
6456
6457 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6458 Use with_test_prefix.
6459
a0145030
AB
64602015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
6461
6462 * gdb.base/completion.exp: Add test for completion of layout
6463 names.
6464
ebe3b578
AB
64652015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
6466
6467 * lib/gdb.exp (skip_tui_tests): New proc.
6468 * gdb.base/tui-layout.exp: Check skip_tui_tests.
6469
84204ed7
PA
64702015-05-19 Pedro Alves <palves@redhat.com>
6471
6472 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6473 Save the whole env array instead of just HOME. Unset HISTSIZE in
6474 the environment while testing. Restore whole environment
6475 afterwards.
6476
37442ce1
DE
64772015-05-16 Doug Evans <xdje42@gmail.com>
6478
6479 * gdb.guile/scm-ports.c: New file.
6480 * gdb.guile/scm-ports.exp: Add memory port tests.
6481
36de76f9
JK
64822015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6483
6484 * gdb.compile/compile-print.c: New file.
6485 * gdb.compile/compile-print.exp: New file.
6486
3a9558c4
JK
64872015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6488
6489 * gdb.compile/compile-ops.exp: Cast param to void.
6490 * gdb.compile/compile.exp: Complete type for _gdb_expr.
6491 (compile code struct_object.selffield = &struct_object): Add xfail.
6492
aa715135
JG
64932015-05-15 Joel Brobecker <brobecker@adacore.com>
6494
6495 * gdb.ada/arr_enum_with_gap: New testcase.
6496
931e5bc3
JG
64972015-05-15 Joel Brobecker <brobecker@adacore.com>
6498
6499 * gdb.ada/byte_packed_arr: New testcase.
6500
9cd4d857
JB
65012015-05-15 Joel Brobecker <brobecker@adacore.com>
6502
6503 * gdb.ada/pckd_neg: New testcase.
6504
ebfd00d2
PP
65052015-05-13 Patrick Palka <patrick@parcs.ath.cx>
6506
6507 PR gdb/17820
6508 * gdb.base/gdbinit-history.exp: New test.
6509 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
6510 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
6511
4c082a81
SC
65122015-05-09 Siva Chandra Reddy <sivachandra@google.com>
6513
6514 * gdb.python/py-xmethods.cc: Enhance test case.
6515 * gdb.python/py-xmethods.exp: New tests.
6516 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
6517 function.
6518 (B_indexoper): Likewise.
6519 (global_dm_list) : Add new xmethod worker functions.
6520
f7797074
SDJ
65212015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
6522
6523 * gdb.base/coredump-filter.exp: Correctly unset
6524 "coredump_var_addr" array.
6525
a4674e4e
PA
65262015-05-08 Pedro Alves <palves@redhat.com>
6527
6528 * gdb.server/non-existing-program.exp: Unset spawn_id.
6529
df2eb078
SC
65302015-05-08 Siva Chandra Reddy <sivachandra@google.com>
6531
6532 PR python/18291
6533 * gdb.python/py-xmethods.exp: Add tests.
6534
422349a3
YQ
65352015-05-08 Yao Qi <yao.qi@linaro.org>
6536
6537 PR gdb/18208
6538 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
6539 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
6540 function set_coredump_filter, and remove remote_exec call.
6541 Remove argument ipid. Callers update.
6542 (top level): Don't get inferior's PID.
6543
63fc80ce
AA
65442015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
6545
6546 * gdb.base/watch_thread_num.exp: Skip test on targets without
6547 access watchpoints.
6548
80ad801e
PA
65492015-05-06 Pedro Alves <palves@redhat.com>
6550
6551 PR server/18081
6552 * gdb.server/non-existing-program.exp: New file.
6553
0fa7fe50
JB
65542015-05-05 Joel Brobecker <brobecker@adacore.com>
6555
6556 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
6557
3ea89b92
PMR
65582015-05-05 Joel Brobecker <brobecker@adacore.com>
6559
6560 * gdb.ada/out_of_line_in_inlined: New testcase.
6561
87b8eff0
JB
65622015-05-05 Joel Brobecker <brobecker@adacore.com>
6563
6564 * gdb.ada/var_rec_arr: New testcase.
6565
5fccc635
YQ
65662015-04-30 Yao Qi <yao.qi@linaro.org>
6567
6568 * gdb.base/break-idempotent.exp: If
6569 skip_hw_watchpoint_multi_tests returns true, skip the tests
6570 on "rwatch" and "awatch".
6571
42d38f42
YQ
65722015-04-30 Yao Qi <yao.qi@linaro.org>
6573
6574 * gdb.base/relativedebug.exp: Invoke gdb command
6575 "info sharedlibrary", and if libc.so doesn't have debug info,
6576 skip the test.
6577
2ce1cdbf
DE
65782015-04-29 Doug Evans <dje@google.com>
6579
6580 * gdb.python/py-xmethods.exp: Add ptype tests.
6581 * gdb.python/py-xmethods.py (E_method_char_worker): Add
6582 get_result_type method.
6583
f24a38c5
LM
65842015-04-29 Luis Machado <lgustavo@codesourcery.com>
6585
6586 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
6587 the target does not support hardware watchpoints.
6588
ecbf2b3c
LM
65892015-04-29 Luis Machado <lgustavo@codesourcery.com>
6590
6591 * gdb.base/break-always.exp: Abort testing if writing to memory
6592 causes an error.
6593
34f5f757
DE
65942015-04-28 Doug Evans <dje@google.com>
6595
6596 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
6597 * gdb.python/py-pp-registration.exp: ... here. New file.
6598 * gdb.python/py-pp-registration.c: New file.
6599 * gdb.python/py-pp-registration.py: New file.
6600
69b4374a
DE
66012015-04-28 Doug Evans <dje@google.com>
6602
6603 * gdb.python/py-bad-printers.c: New file.
6604 * gdb.python/py-bad-printers.py: New file.
6605 * gdb.python/py-bad-printers.exp: New file.
6606
59fb7612
SS
66072015-04-28 Sasha Smundak <asmundak@google.com>
6608
6609 * gdb.python/py-type.exp: New test.
6610
2631b16a
AW
66112015-04-28 Andy Wingo <wingo@igalia.com>
6612
6613 * gdb.python/py-parameter.exp:
6614 * gdb.guile/scm-parameter.exp: Escape the path that we are
6615 matching against, as it might contain characters that are special
6616 to regular expressions.
6617
460efde1
JB
66182015-04-27 Joel Brobecker <brobecker@adacore.com>
6619
6620 * gdb.ada/rec_comp: New testcase.
6621
2d369d8e
SDJ
66222015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
6623
6624 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
6625 before using it.
6626
cf75d6c3
AB
66272015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
6628
6629 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
6630 new tests for verilog output.
6631
8dbe7ca5
YQ
66322015-04-24 Yao Qi <yao.qi@linaro.org>
6633
6634 * boards/remote-gdbserver-on-localhost.exp: New file.
6635
4ef9fb2f
PA
66362015-04-23 Pedro Alves <palves@redhat.com>
6637
6638 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
6639 $inferior_spawn_id instead of $inferior_spawn_id directly. On
6640 "end of file", remove $inferior_spawn_id from the indirect list.
6641
0a803169
PA
66422015-04-23 Pedro Alves <palves@redhat.com>
6643
6644 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
6645
749ef8f8
PA
66462015-04-23 Pedro Alves <palves@redhat.com>
6647
6648 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
6649 on $any_spawn_id instead of only on $gdb_spawn_id.
6650
8aae4344
PM
66512015-04-21 Pierre Muller <muller@sourceware.org>
6652
6653 PR pascal/17815
6654 * lib/pascal.exp (gpc_compile): Add new option "class".
6655 (fpc_compile): Likewise.
6656 * gdb.pascal/case-insensitive-symbols.pas: New file.
6657 * gdb.pascal/case-insensitive-symbols.exp: New file.
6658
1586c8fb
GB
66592015-04-20 Gary Benson <gbenson@redhat.com>
6660
6661 * gdb.base/attach.exp: Fix three extended remote failures.
6662
1b6e6f5c
GB
66632015-04-17 Gary Benson <gbenson@redhat.com>
6664
6665 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
6666 the main executable over the remote protocol.
6667
e797481d
PA
66682015-04-16 Pedro Alves <palves@redhat.com>
6669
6670 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
6671 a new gdbserver if gdbserver_reconnect_p is set.
6672
1ca99c42
PA
66732015-04-16 Pedro Alves <palves@redhat.com>
6674
6675 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
6676 is set, don't exit gdbserver.
6677
af9fd6f8
AA
66782015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6679
6680 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
6681 appropriate .insn, such that an older assembler can be used.
6682 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
6683 the z/Architecture instruction set on 31-bit targets as well.
6684
04ff1e61
AA
66852015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6686
6687 * gdb.go/handcall.exp: Remove all logic related to the first
6688 breakpoint and rely on go_runto_main instead.
6689 * gdb.go/strings.exp: Likewise.
6690 * gdb.go/unsafe.exp: Likewise.
6691 * gdb.go/hello.exp: Likewise. Also rename the remaining
6692 breakpoint marker to "breakpoint 1".
6693 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
6694 * gdb.go/strings.go: Likewise.
6695 * gdb.go/unsafe.go: Likewise.
6696 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
6697 "set breakpoint 2 here" and rename the remaining breakpoint marker
6698 to "breakpoint 1".
6699
40d2f8d6
SM
67002015-04-15 Simon Marchi <simon.marchi@ericsson.com>
6701
6702 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
6703 if itertools.imap is not present.
6704 * gdb.python/py-objfile.exp: Add parentheses.
6705 * gdb.python/py-type.exp: Same.
6706 * gdb.python/py-unwind-maint.py: Same.
6707
8cbc97c6
YQ
67082015-04-15 Yao Qi <yao.qi@linaro.org>
6709
6710 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
6711 of ":$ptr_size" and set its form explicitly.
6712
45fd756c
YQ
67132015-04-15 Pedro Alves <palves@redhat.com>
6714 Yao Qi <yao.qi@linaro.org>
6715
6716 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
6717 timeout by factor of 4.
6718 (test_regular_watch): Likewise.
6719 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
6720 * gdb.reverse/sigall-reverse.exp: Likewise.
6721 * gdb.reverse/until-precsave.exp: Likewise.
6722 * lib/gdb.exp (with_timeout_factor): New proc.
6723 (gdb_expect): Move some code to ...
6724 (get_largest_timeout): ... here. New procedure.
6725
9e811bc3
LM
67262015-04-14 Luis Machado <lgustavo@codesourcery.com>
6727
6728 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
6729
0ff6fcb2
LM
67302015-04-13 Luis Machado <lgustavo@codesourcery.com>
6731
6732 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
6733 to write to the .text section.
6734
7578d5f7
LM
67352015-04-13 Luis Machado <lgustavo@codesourcery.com>
6736
6737 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
6738 Handle the case of targets that do not provide PID information.
6739
2efe15c4
YQ
67402015-04-13 Yao Qi <yao.qi@linaro.org>
6741
6742 * lib/gdbserver-support.exp (gdb_exit): Catch exception
6743 and use expect instead of gdb_expect.
6744
8cd8f2f8
SDJ
67452015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
6746
6747 * gdb.base/coredump-filter.exp: Rename variable "addr" to
6748 "coredump_var_addr" to avoid naming conflict with other testcases.
6749
9ee41772
PA
67502015-04-10 Pedro Alves <palves@redhat.com>
6751
6752 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
6753 gdb_test_sequence and gdb_assert.
6754
07473109
PA
67552015-04-10 Pedro Alves <palves@redhat.com>
6756
6757 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
6758 test messages that don't include the breakpoint address.
6759
de3db44c
YQ
67602015-04-10 Yao Qi <yao.qi@linaro.org>
6761
6762 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
6763 false for some offset and width combinations which aren't
6764 supported by linux kernel.
6765
c79d856c
PA
67662015-04-10 Pedro Alves <palves@redhat.com>
6767
6768 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
6769 procedure, factored out from ...
6770 (top level): ... here. Add "set displaced-stepping" testing axis.
6771 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
6772 parameter "displaced". Use it.
6773 (top level): Use foreach and add "set displaced-stepping" testing
6774 axis.
6775
ebc90b50
PA
67762015-04-10 Pedro Alves <palves@redhat.com>
6777
6778 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
6779 Remove comment.
6780 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
6781 both the address of the instruction that triggers the watchpoint
6782 and the address of the instruction immediately after, and use
6783 those addresses for the test. Fix comment.
6784
8f572e5c
PA
67852015-04-10 Pedro Alves <palves@redhat.com>
6786
6787 * gdb.base/sigstep.exp (breakpoint_to_handler)
6788 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
6789 Test "backtrace" in handler.
6790 (breakpoint_over_handler): New parameter 'displaced'. Use it.
6791 (top level): Add new "displaced" test axis to
6792 breakpoint_to_handler, breakpoint_to_handler_entry and
6793 breakpoint_over_handler.
6794
8d707a12
PA
67952015-04-10 Pedro Alves <palves@redhat.com>
6796
6797 PR gdb/18216
6798 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
6799
ef713951
YQ
68002015-04-10 Yao Qi <yao.qi@linaro.org>
6801
6802 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
6803 (test_add_rn_pc): New function.
6804 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
6805 (top level): Invoke test_add_rn_pc.
6806
906d60cf
PA
68072015-04-10 Pedro Alves <palves@redhat.com>
6808
6809 PR gdb/13858
6810 * gdb.base/step-over-no-symbols.exp: New file.
6811
f2983cc3
AW
68122015-04-09 Andy Wingo <wingo@igalia.com>
6813
6814 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
6815 after the Python tests.
6816
6d62641c
SDJ
68172015-04-08 Keith Seitz <keiths@redhat.com>
6818
6819 PR python/16699
6820 * gdb.python/py-completion.exp: New tests for completion.
6821 * gdb.python/py-completion.py (CompleteLimit1): New class.
6822 (CompleteLimit2): Likewise.
6823 (CompleteLimit3): Likewise.
6824 (CompleteLimit4): Likewise.
6825 (CompleteLimit5): Likewise.
6826 (CompleteLimit6): Likewise.
6827 (CompleteLimit7): Likewise.
6828
f3770638
PA
68292015-04-08 Pedro Alves <palves@redhat.com>
6830
6831 PR gdb/18214
6832 PR gdb/18216
6833 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
6834 function.
6835 (main): Install it as SIGUSR1 handler.
6836 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
6837 parameter. Always use "setup" as prefix. Toggle "set
6838 displaced-stepping" off/on depending on global. Don't switch to
6839 thread 1 here.
6840 (top level): Add displaced stepping "off/on" test axis. Update
6841 "setup" calls. Wrap each subtest with with_test_prefix. Test
6842 continuing with a queued signal in each thread.
6843
4496bed7
PA
68442015-04-08 Pedro Alves <palves@redhat.com>
6845
6846 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
6847 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
6848 gdb_breakpoint instead of gdb_test that doesn't expect anything.
6849 Return early if running to main fails.
6850 * gdb.trace/while-stepping.exp: Likewise.
6851
b97fde92
PA
68522015-04-07 Pedro Alves <palves@redhat.com>
6853
6854 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
6855 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
6856 interact with inferior program.
6857
f71c18e7
PA
68582015-04-07 Pedro Alves <palves@redhat.com>
6859
6860 * lib/gdb.exp (inferior_spawn_id): New global.
6861 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
6862 spawn id after processing the user code.
6863 (default_gdb_start): Set inferior_spawn_id.
6864 (send_inferior): New procedure.
6865 * lib/gdbserver-support.exp (gdbserver_start): Set
6866 inferior_spawn_id.
6867 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
6868
6423214f
PA
68692015-04-07 Pedro Alves <palves@redhat.com>
6870
6871 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
6872 * lib/gdbserver-support.exp (gdbserver_start): Make
6873 $server_spawn_id global.
6874 (gdbserver_start): Don't wait for gdbserver's spawn id with
6875 expect_background.
6876 (close_gdbserver): New procedure.
6877 (gdb_exit): Rename the default version and reimplement.
6878
71c0ee8c
PA
68792015-04-07 Pedro Alves <palves@redhat.com>
6880
72f4393d 6881 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
6882 append the substituted item, not the original item.
6883
203bc29b
PA
68842015-04-07 Pedro Alves <palves@redhat.com>
6885
6886 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
6887 gdb_expect.
6888
508a3ddf
PA
68892015-04-07 Pedro Alves <palves@redhat.com>
6890
6891 * gdb.base/interrupt.exp: Don't handle the case of the inferior
6892 output appearing once only.
6893
9f6dbe2b
PA
68942015-04-07 Pedro Alves <palves@redhat.com>
6895
6896 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
6897 that doesn't expect anything. Return early if running to main
6898 fails.
6899
337532fa
YQ
69002015-04-07 Yao Qi <yao.qi@linaro.org>
6901
6902 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
6903 (child_function): Call alarm.
6904 (main): Move call to alarm into the loop.
6905 * gdb.threads/non-stop-fair-events.exp: Build program with
6906 -DTIMEOUT=$timeout.
6907
01b622d4
DE
69082015-04-06 Doug Evans <xdje42@gmail.com>
6909
6910 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
6911 Fix dest parameter to board_info.
6912 (fpc_compile): Ditto.
6913 (gdb_compile_pascal): Rename dest arg to destfile.
6914
961f4160
PMR
69152015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
6916
6917 * gdb.ada/funcall_ref.exp: New file.
6918 * gdb.ada/funcall_ref/foo.adb: New file.
6919
cafda597
YQ
69202015-04-02 Yao Qi <yao.qi@linaro.org>
6921
6922 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
6923 is remote.
6924
fed040c6
GB
69252015-04-02 Gary Benson <gbenson@redhat.com>
6926
6927 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
6928
d11916aa
SS
69292015-04-01 Sasha Smundak <asmundak@google.com>
6930
6931 * gdb.python/py-unwind-maint.c: New file.
6932 * gdb.python/py-unwind-maint.exp: New test.
6933 * gdb.python/py-unwind-maint.py: New file.
6934 * gdb.python/py-unwind.c: New file.
6935 * gdb.python/py-unwind.exp: New test.
6936 * gdb.python/py-unwind.py: New test.
6937
a1471180
PA
69382015-04-01 Pedro Alves <palves@redhat.com>
6939
6940 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
6941 to fail instead of non-existent $test.
6942
0bbeccb1
PA
69432015-04-01 Pedro Alves <palves@redhat.com>
6944
6945 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
6946 GDBFLAGS if not empty.
6947
3c724c8c
PMR
69482015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
6949
6950 * gdb.ada/complete.exp: Remove "multi_line".
6951 * gdb.ada/info_exc.exp: Remove "multi_line".
6952 * gdb.ada/packed_tagged.exp: Remove "multi_line".
6953 * gdb.ada/ptype_field.exp: Remove "multi_line".
6954 * gdb.ada/sym_print_name.exp: Remove "multi_line".
6955 * gdb.ada/tagged.exp: Remove "multi_line".
6956 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
6957 [multi_line ...]
6958 * gdb.btrace/delta.exp: Likewise.
6959 * gdb.btrace/exception.exp: Likewise.
6960 * gdb.btrace/function_call_history.exp: Likewise.
6961 * gdb.btrace/instruction_history.exp: Likewise.
6962 * gdb.btrace/nohist.exp: Likewise.
6963 * gdb.btrace/record_goto.exp: Likewise.
6964 * gdb.btrace/segv.exp: Likewise.
6965 * gdb.btrace/stepi.exp: Likewise.
6966 * gdb.btrace/tailcall.exp: Likewise.
6967 * gdb.btrace/unknown_functions.exp: Likewise.
6968 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
6969 * lib/gdb.exp: Add the "multi_line" helper.
6970
4eec2deb
PA
69712015-04-01 Pedro Alves <palves@redhat.com>
6972
6973 * gdb.threads/tid-reuse.c: New file.
6974 * gdb.threads/tid-reuse.exp: New file.
6975
df8411da
SDJ
69762015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
6977
6978 PR corefiles/16092
6979 * gdb.base/coredump-filter.c: New file.
6980 * gdb.base/coredump-filter.exp: Likewise.
6981
6ef37366
PM
69822015-03-27 Petr Machata <pmachata@redhat.com>
6983
6984 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
6985 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
6986 (Dwarf::assemble): Initialize them.
6987 (Dwarf::lines): New function.
6988
7ec911b0
JT
69892015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
6990
6991 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
6992 SYMBOL_PREFIX for x86_64-*-cygwin.
6993
ff908ebf
AW
69942015-03-26 Andy Wingo <wingo@igalia.com>
6995
6996 PR symtab/18148
6997 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
6998 const_value but not a location.
6999 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
7000 location defined in non-main CUs are visible.
7001
6d5f0679
YQ
70022015-03-26 Yao Qi <yao.qi@linaro.org>
7003
7004 PR testsuite/18139
7005 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
7006 Add a line number entry for the same line.
7007 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
7008 Add a line number entry for the same line.
7009
2898689b
YQ
70102015-03-26 Yao Qi <yao.qi@linaro.org>
7011
7012 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
7013 .int 0.
7014 (func): Likewise. Add .Lfunc_1 label.
7015 Use .Lfunc_1 label.
7016 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
7017 .int 0.
7018 (func): Likewise.
7019 Use .Lfunc_1 label.
7020
85180498
YQ
70212015-03-26 Yao Qi <yao.qi@linaro.org>
7022
7023 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
7024 Call gdb_compile instead to compile each .s files without debug
7025 information.
7026
8aa08a8d
YQ
70272015-03-26 Yao Qi <yao.qi@linaro.org>
7028
7029 * gdb.base/savedregs.exp (process_saved_regs): Make
7030 "Saved registers:" optional in the pattern.
7031
66849923
MM
70322015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7033
7034 * gdb.btrace/next.exp: Merged into step.exp.
7035 * gdb.btrace/finish.exp: Merged into step.exp.
7036 * gdb.btrace/nexti.exp: Merged into stepi.exp.
7037 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
7038 "record goto" and checking the exact replay position.
7039 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
7040 check for "Recording format" in "info record" output.
7041 * gdb.btrace/record_goto.exp: Choose test file based on target.
7042 * gdb.btrace/x86-record_goto.S: Renamed into ...
7043 * gdb.btrace/x86_64-record_goto.S: ... this.
7044 * gdb.btrace/i686-record_goto.S: New.
7045 * gdb.btrace/x86-tailcall.S: Renamed into ...
7046 * gdb.btrace/x86_64-tailcall.S: ... this.
7047 * gdb.btrace/i686-tailcall.S: New.
7048 * gdb.btrace/x86-tailcall.c: Renamed into ...
7049 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
7050 separate statements. Update test.
7051 * gdb.btrace/delta.exp: Use record_goto.c as test file.
7052 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
7053 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
7054 * gdb.btrace/tailcall.exp: Choose test file based on target.
7055 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
7056
11cc1b74
MM
70572015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7058
7059 * gdb.btrace/exception.exp: Increase BTS buffer size.
7060
a25d8bf9
PA
70612015-03-24 Pedro Alves <palves@redhat.com>
7062
7063 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
7064
856e7dd6
PA
70652015-03-24 Pedro Alves <palves@redhat.com>
7066
7067 * gdb.threads/schedlock.exp (test_step): No longer expect that
7068 "set scheduler-locking step" with "next" over a function call runs
7069 threads unlocked.
7070
ad235a41
AT
70712015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7072
7073 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
7074
15630549
AT
70752015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7076
7077 PR breakpoints/16466
7078 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
7079 * gdb.mi/mi-pending.c (thread_func): New function.
7080 (int main): Add threading support required.
7081 * gdb.mi/mi-pending.exp: Add tests for this issue.
7082 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
7083 (pendfunc2): Remove stdio dependency.
7084 * gdb.mi/mi-pendshr2.c: New file.
7085
693dca06
KS
70862015-03-23 Keith Seitz <keiths@redhat.com>
7087
7088 * gdb.linespec/keywords.c: New file.
7089 * gdb.linespec/keywords.exp: New file.
7090
7e993ebf
KS
70912015-03-23 Keith Seitz <keiths@redhat.com>
7092
7093 PR gdb/18021
7094 * gdb.dwarf2/staticvirtual.exp: New test.
7095
bc23328c
JK
70962015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7097
7098 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
7099 * README: Remove HP-UX and gdb.hp.
7100 (configuration):
7101 * configure: Regenerate.
7102 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
7103 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
7104 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
7105 gdb.hp/gdb.defects/Makefile.
7106 * gdb.hp/Makefile.in: File deleted.
7107 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
7108 * gdb.hp/gdb.aCC/optimize.c: File deleted.
7109 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
7110 * gdb.hp/gdb.aCC/run.c: File deleted.
7111 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
7112 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
7113 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
7114 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
7115 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
7116 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
7117 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
7118 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
7119 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
7120 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
7121 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
7122 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
7123 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
7124 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
7125 * gdb.hp/gdb.base-hp/reg.s: File deleted.
7126 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
7127 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
7128 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
7129 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
7130 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
7131 * gdb.hp/gdb.compat/Makefile.in: File deleted.
7132 * gdb.hp/gdb.compat/average.c: File deleted.
7133 * gdb.hp/gdb.compat/sum.c: File deleted.
7134 * gdb.hp/gdb.compat/xdb.c: File deleted.
7135 * gdb.hp/gdb.compat/xdb0.c: File deleted.
7136 * gdb.hp/gdb.compat/xdb0.h: File deleted.
7137 * gdb.hp/gdb.compat/xdb1.c: File deleted.
7138 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
7139 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
7140 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
7141 * gdb.hp/gdb.defects/Makefile.in: File deleted.
7142 * gdb.hp/gdb.defects/bs14602.c: File deleted.
7143 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
7144 * gdb.hp/gdb.defects/solib-d.c: File deleted.
7145 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
7146 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
7147 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
7148 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
7149 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
7150 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
7151 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
7152 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
7153 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
7154 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
7155 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
7156 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
7157 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
7158 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
7159 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
7160 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
7161 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
7162 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
7163 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
7164 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
7165 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
7166 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
7167 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
7168 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
7169 * gdb.hp/tools/odump: File deleted.
7170
8bf3b159
PA
71712015-03-19 Pedro Alves <palves@redhat.com>
7172
7173 * gdb.threads/continue-pending-status.exp (saw_thread_2)
7174 (saw_thread_3): New globals.
7175 (top level): Increment them when an event for the corresponding
7176 thread is seen.
7177 (no thread starvation): New test.
7178
eb54c8bf
PA
71792015-03-19 Pedro Alves <palves@redhat.com>
7180
7181 * gdb.threads/continue-pending-status.c: New file.
7182 * gdb.threads/continue-pending-status.exp: New file.
7183
32d2e5d6
PA
71842015-03-18 Pedro Alves <palves@redhat.com>
7185
7186 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7187 Use gdb_is_target_remote instead of is_remote. Use
7188 gdb_test_multiple instead of gdb_expect. Exit early if
7189 gdb_test_multiple hits its internal matches. Tighten stepi tests
7190 expected output. Fail on exit with any signal, instead of just
7191 SIGILL.
7192
f68f11b7
YQ
71932015-03-18 Yao Qi <yao.qi@linaro.org>
7194
7195 PR tdep/18107
7196 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
7197 variable.
7198 * gdb.base/catch-syscall.exp: Don't skip it on
7199 aarch64*-*-linux* target. Remove elements in all_syscalls.
7200 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
7201 target.
7202 (setup_all_syscalls): New proc.
7203
ca5fd19b
YQ
72042015-03-16 Yao Qi <yao.qi@linaro.org>
7205
7206 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
7207 (top level): Skip tests if valid_addr_p returns false for
7208 $cmd1 or $cmd2.
7209
85642ba0
AW
72102015-03-11 Andy Wingo <wingo@igalia.com>
7211
7212 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
7213
e03f9645
YQ
72142015-03-11 Yao Qi <yao.qi@linaro.org>
7215
7216 * gdb.base/catch-syscall.exp: Fix typo in comments.
7217
5d0962b2
YQ
72182015-03-11 Yao Qi <yao.qi@linaro.org>
7219
7220 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
7221
b2df3cef
PA
72222015-03-09 Pedro Alves <palves@redhat.com>
7223
7224 * dg-extract-results.py: Delete.
7225
ef878e53
PA
72262015-03-09 Pedro Alves <palves@redhat.com>
7227
7228 Merge dg-extract-results.sh from GCC upstream (r218843).
7229
7230 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
7231 * dg-extract-results.sh: Use --text with grep to avoid issues with
7232 binary files. Fall back to cat -v, if that doesn't work.
7233
9494d219
PA
72342015-03-05 Pedro Alves <palves@redhat.com>
7235
7236 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
7237
a8d9763a
SM
72382015-03-04 Simon Marchi <simon.marchi@ericsson.com>
7239
7240 * lib/mi-support.exp (mi_expect_interrupt): Accept
7241 alternative event for when in all-stop mode.
7242
be9957b8
PA
72432015-03-04 Pedro Alves <palves@redhat.com>
7244
7245 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
7246
d57be0f4 72472015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
7248
7249 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
7250
c214c7cf
AA
72512015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7252
7253 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
7254 regexps for GDB's current line display, accept a hex address
7255 preceding the line number.
7256
6d74a497
AA
72572015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7258
7259 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
7260 the 'arch1' variable for "s390*-linux*" targets.
7261
511aee7c
PA
72622015-03-04 Pedro Alves <palves@redhat.com>
7263
7264 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
7265 (main): Pass missing retval argument to pthread_join call.
7266
95e50b27
PA
72672015-03-02 Pedro Alves <palves@redhat.com>
7268
7269 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
7270 (top level): Call do_test with non-stop as well.
7271
28054d69
PA
72722015-03-02 Pedro Alves <palves@redhat.com>
7273
7274 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
7275 -1.
7276
4fa5d7b4
AA
72772015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
7278
7279 * gdb.arch/s390-vregs.exp: New test.
7280 * gdb.arch/s390-vregs.S: New file.
7281
97c18565
PA
72822015-02-27 Pedro Alves <palves@redhat.com>
7283
7284 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
7285 call to catch_command_errors.
7286 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
7287 catch_command_errors.
7288
a37bfa30
PA
72892015-02-27 Pedro Alves <palves@redhat.com>
7290
7291 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
7292 "true" for boolean result.
7293 * gdb.gdb/selftest.exp (test_with_self): Also accept full
7294 prototype of main.
7295
6f98576f
PA
72962015-02-27 Pedro Alves <palves@redhat.com>
7297
7298 * lib/unbuffer_output.c: New file.
7299 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
7300 (main): Call gdb_unbuffer_output.
7301
eba5ab56
YQ
73022015-02-27 Yao Qi <yao.qi@linaro.org>
7303
7304 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
7305 target.
7306
0def5aaa
DE
73072015-02-26 Doug Evans <dje@google.com>
7308
7309 * gdb.cp/class2.cc (Dbase, D): New classes.
7310 (main): New local delta.
7311 * gdb.cp/class2.exp: Test printing delta.
7312 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
7313 (dynbar): New global.
7314 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
7315
081a1c2c
JK
73162015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7317
7318 * gdb.compile/compile-ifunc.c: New file.
7319 * gdb.compile/compile-ifunc.exp: New file.
7320
2f41223f
AT
73212015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
7322
7323 * gdb.base/structs.exp: Check for correct struct on finish.
7324
03eddd80
YQ
73252015-02-26 Yao Qi <yao.qi@linaro.org>
7326
7327 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
7328 is zero.
7329
80c57053
JK
73302015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7331
7332 * gdb.arch/cordic.ko.bz2: New file.
7333 * gdb.arch/cordic.ko.debug.bz2: New file.
7334 * gdb.arch/ppc64-symtab-cordic.exp: New file.
7335
21613c12
YQ
73362015-02-25 Yao Qi <yao.qi@linaro.org>
7337
7338 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
7339 aarch64*-*-* target.
7340
d8b901ed
PA
73412015-02-23 Pedro Alves <palves@redhat.com>
7342
7343 * lib/gdb.exp (delete_breakpoints): Rewrite using
7344 gdb_test_multiple.
7345
e5b85ead
PA
73462015-02-23 Pedro Alves <palves@redhat.com>
7347
7348 * gdb.base/info-os.c: Include stdlib.h.
7349
85c3a371
DE
73502015-02-22 Doug Evans <xdje42@gmail.com>
7351
7352 PR symtab/17855
7353 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
7354 is read after symbols have been re-read.
7355 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
7356 * gdb.ada/exec_changed/second.adb (Second): Ditto.
7357
96553a0c
DE
73582015-02-21 Doug Evans <dje@google.com>
7359
7360 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
7361
97a0c697
JK
73622015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7363
7364 PR corefiles/17808
7365 * gdb.arch/i386-biarch-core.core.bz2: New file.
7366 * gdb.arch/i386-biarch-core.exp: New file.
7367
a47cd6e9
PA
73682015-02-21 Pedro Alves <palves@redhat.com>
7369
7370 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
7371 runto_main fails.
7372
c5facdc4
PA
73732015-02-20 Pedro Alves <palves@redhat.com>
7374
7375 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
7376 info probes.
7377
2db9a427
PA
73782015-02-20 Pedro Alves <palves@redhat.com>
7379
7380 * gdb.threads/multi-create-ns-info-thr.exp: New file.
7381
60fb7e9e
PA
73822015-02-20 Pedro Alves <palves@redhat.com>
7383
7384 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
7385 clean_restart before gdb_target_supports_trace.
7386
5c5019c2
PA
73872015-02-20 Pedro Alves <palves@redhat.com>
7388
7389 PR threads/18006
7390 * gdb.threads/clone-thread_db.c: New file.
7391 * gdb.threads/clone-thread_db.exp: New file.
7392
c9587f88
AT
73932015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
7394
7395 PR breakpoints/16812
7396 * gdb.base/catch-gdb-caused-signals.c: New file.
7397 * gdb.base/catch-gdb-caused-signals.exp: New file.
7398
f6a88844
JM
73992015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
7400
7401 * configure: Regenerated.
7402 * configure.ac: Use GDB_AC_TRANSFORM.
7403 * aclocal.m4: sinclude ../transform.m4.
7404
497c491b
JM
74052015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7406
7407 * lib/dtrace.exp: New file.
7408 * gdb.base/dtrace-probe.exp: Likewise.
7409 * gdb.base/dtrace-probe.d: Likewise.
7410 * gdb.base/dtrace-probe.c: Likewise.
7411 * lib/pdtrace.in: Likewise.
7412 * configure.ac: Output variables with the transformed names of
7413 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
7414 * configure: Regenerated.
7415
03e98035
JM
74162015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7417
7418 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
7419 expected message when trying to access $_probe_* convenience
7420 variables while not on a probe.
7421
63cc30e9
JK
74222015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7423
7424 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
7425
0703599a
PA
74262015-02-11 Pedro Alves <pedro@codesourcery.com>
7427
7428 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
7429 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
7430
7e60a48e
DE
74312015-02-10 Doug Evans <xdje42@gmail.com>
7432
7433 * lib/gdb.exp (gdb_load): Always return a result.
7434
01b088bc
PA
74352015-02-10 Pedro Alves <palves@redhat.com>
7436
7437 * gdb.threads/signal-sigtrap.c: New file.
7438 * gdb.threads/signal-sigtrap.exp: New file.
7439
b05ec7a5
AT
74402015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
7441
7442 * gdb.trace/no-attach-trace.c: New file.
7443 * gdb.trace/no-attach-trace.exp: New file.
7444
a2c2acaf
MW
74452015-02-09 Mark Wielaard <mjw@redhat.com>
7446
7447 * gdb.dwarf2/atomic.c: New file.
7448 * gdb.dwarf2/atomic-type.exp: Likewise.
7449
31fd9caa
MM
74502015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7451
7452 * gdb.btrace/buffer-size.exp: Update "info record" output.
7453 * gdb.btrace/delta.exp: Update "info record" output.
7454 * gdb.btrace/enable.exp: Update "info record" output.
7455 * gdb.btrace/finish.exp: Update "info record" output.
7456 * gdb.btrace/instruction_history.exp: Update "info record" output.
7457 * gdb.btrace/next.exp: Update "info record" output.
7458 * gdb.btrace/nexti.exp: Update "info record" output.
7459 * gdb.btrace/step.exp: Update "info record" output.
7460 * gdb.btrace/stepi.exp: Update "info record" output.
7461 * gdb.btrace/nohist.exp: Update "info record" output.
7462
d33501a5
MM
74632015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7464
7465 * gdb.btrace/buffer-size: New.
7466
f4abbc16
MM
74672015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7468
7469 * gdb.btrace/delta.exp: Update "info record" output.
7470 * gdb.btrace/enable.exp: Update "info record" output.
7471 * gdb.btrace/finish.exp: Update "info record" output.
7472 * gdb.btrace/instruction_history.exp: Update "info record" output.
7473 * gdb.btrace/next.exp: Update "info record" output.
7474 * gdb.btrace/nexti.exp: Update "info record" output.
7475 * gdb.btrace/step.exp: Update "info record" output.
7476 * gdb.btrace/stepi.exp: Update "info record" output.
7477 * gdb.btrace/nohist.exp: Update "info record" output.
7478
b9d61307
SM
74792015-02-06 Simon Marchi <simon.marchi@ericsson.com>
7480
7481 PR gdb/15678
7482 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
7483
e584fdbc
PA
74842015-02-06 Pedro Alves <palves@redhat.com>
7485
7486 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
7487 macro.
7488 (seconds_left, again): New globals.
7489 (main): Wait seconds_left in a 1-second sleep loop instead of
7490 sleeping 180 seconds. If 'again' is set, reset the seconds
7491 counter.
7492 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
7493 'again' in the inferior before detaching. Print the seconds left.
7494 (options): New global.
7495 (top level): Build program with -DTIMEOUT=$timeout.
7496
77f41761
PA
74972015-02-06 Pedro Alves <palves@redhat.com>
7498
7499 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
7500 determine how many seconds to pass to 'alarm'.
7501 * gdb.base/gdb-sigterm.exp (top level): Build program with
7502 -DTIMEOUT=$timeout.
7503 (do_test): Return success/failure indication. Add more verbose
7504 logging. Don't fail if 200 single steps are seen. Instead, fail
7505 when the test times out.
7506 (passes): New global.
7507 (top level): Break the testing loop if testing fails on any
7508 iteration. Use gdb_assert.
7509
b9394193
DB
75102015-02-04 Don Breazeal <donb@codesourcery.com>
7511
7512 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
7513 and initialize them.
7514 (ipc_cleanup): New function.
7515 (main): Don't declare shmid, semid, and msqid. Add a call to
7516 atexit so that we call ipc_cleanup on exit.
7517
42d9e528
PA
75182015-02-04 Pedro Alves <palves@redhat.com>
7519
7520 * boards/native-extended-gdbserver.exp: Remove any target variant
7521 specifications from the board name before clearing the isremote
7522 flag from board_info.
7523
ae6ae975
DE
75242015-01-31 Doug Evans <xdje42@gmail.com>
7525
7526 * gdb.base/maint.exp <maint print type argc>: Update expected output.
7527
cfb069a8
GB
75282015-01-31 Gary Benson <gbenson@redhat.com>
7529
7530 * gdb.base/completion.exp: Disable completion limiting for
7531 existing tests. Add new tests to check completion limiting.
7532 * gdb.linespec/ls-errs.exp: Disable completion limiting.
7533
5dd31d79
DE
75342015-01-31 Doug Evans <xdje42@gmail.com>
7535
7536 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
7537
9f050062
DE
75382015-01-31 Doug Evans <xdje42@gmail.com>
7539
7540 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
7541 entries. Duplicate file section script entries.
7542 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
7543 inlined entries. Add test for safe-path rejection.
7544 * gdb.python/py-section-script.c: Add duplicate inlined section script
7545 entries. Duplicate file section script entries.
7546 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
7547 inlined entries. Add test for safe-path rejection.
7548
df25ebbd
JB
75492015-01-29 Joel Brobecker <brobecker@adacore.com>
7550
7551 * gdb.ada/disc_arr_bound: New testcase.
7552
4a0ca9ec
JB
75532015-01-29 Joel Brobecker <brobecker@adacore.com>
7554
7555 * gdb.ada/mi_var_array: New testcase.
7556
3a8b707a
DE
75572015-01-27 Doug Evans <dje@google.com>
7558
7559 * gdb.python/py-objfile.exp: Add tests for objfile.username.
7560 Add test for objfile.filename, objfile.username after objfile
7561 has been unloaded.
7562
f8313f6e
JB
75632015-01-26 Joel Brobecker <brobecker@adacore.com>
7564
7565 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
7566 the second test to print the name attribute of value
7567 returned by the call to gdb.lookup_type, and adjust
7568 the expected output accordingly.
7569
37bc665e
MW
75702015-01-25 Mark Wielaard <mjw@redhat.com>
7571
7572 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
7573 * gdb.base/disp-step-fork.c: Include unistd.h.
7574 * gdb.base/siginfo-obj.c: Include stdio.h.
7575 * gdb.base/siginfo-thread.c: Likewise.
7576 * gdb.mi/non-stop.c: Include unistd.h.
7577 * gdb.mi/nsthrexec.c: Include stdio.h.
7578 * gdb.mi/pthreads.c: Include unistd.h.
7579 * gdb.modula2/unbounded1.c (main): Declare returns int.
7580 * gdb.reverse/consecutive-reverse.c: Likewise.
7581 * gdb.threads/create-fail.c: Include unistd.h.
7582 * gdb.threads/killed.c: Likewise.
7583 * gdb.threads/linux-dp.c: Likewise.
7584 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
7585 * gdb.threads/non-ldr-exc-2.c: Likewise.
7586 * gdb.threads/non-ldr-exc-3.c: Likewise.
7587 * gdb.threads/non-ldr-exc-4.c: Likewise.
7588 * gdb.threads/pthreads.c: Include unistd.h.
7589 (main): Declare returns int.
7590 * gdb.threads/tls-main.c (foo): New declaration.
7591 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
7592
f7e5394d
SM
75932015-01-23 Simon Marchi <simon.marchi@ericsson.com>
7594
7595 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
7596 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
7597
743649fd
MW
75982015-01-15 Mark Wielaard <mjw@redhat.com>
7599
7600 * gdb.base/noreturn-return.c: New file.
7601 * gdb.base/noreturn-return.exp: New file.
7602 * gdb.base/noreturn-finish.c: New file.
7603 * gdb.base/noreturn-finish.exp: New file.
7604
198297aa
PA
76052015-01-23 Pedro Alves <palves@redhat.com>
7606
7607 * gdb.threads/continue-pending-after-query.c: New file.
7608 * gdb.threads/continue-pending-after-query.exp: New file.
7609
717cf30c
AG
76102015-01-22 Anders Granlund <anders.granlund@ericsson.com>
7611 Simon Marchi <simon.marchi@ericsson.com>
7612
7613 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
7614 * gdb.base/valgrind-db-attach.exp: Same.
7615 * gdb.base/valgrind-infcall.exp: Same.
7616 * lib/mi-support.exp (default_mi_gdb_start): Same.
7617 * lib/prompt.exp (default_prompt_gdb_start): Same.
7618 * lib/gdb.exp (default_gdb_spawn): Same.
7619 (gdb_interact): New.
7620
7621
4b62a76e
JK
76222015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7623
7624 * gdb.compile/compile.exp (pointer to jit function): New test.
7625
b4cdae6f
WW
76262015-01-17 Wei-cheng Wang <cole945@gmail.com>
7627
7628 * lib/gdb.exp (supports_process_record): Return true for
7629 powerpc*-*-linux*.
7630 (supports_reverse): Likewise.
7631
d221e7ef
DB
76322015-01-15 Don Breazeal <donb@codesourcery.com>
7633
7634 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
7635 instead of checking whether the target board is remote and
7636 use spawn_wait_for_attach instead of exec/sleep.
7637 * gdb.base/attach-twice.exp: Likewise.
7638
bafffb51
JB
76392015-01-15 Joel Brobecker <brobecker@adacore.com>
7640
7641 * gdb.ada/var_arr_attrs: New testcase.
7642
5589af0e
PA
76432015-01-14 Pedro Alves <palves@redhat.com>
7644 Joel Brobecker <brobecker@adacore.com>
7645
7646 PR gdb/17525
7647 * gdb.base/bp-cmds-execution-x-script.c: New file.
7648 * gdb.base/bp-cmds-execution-x-script.exp: New file.
7649 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
7650
6c400b59
PA
76512015-01-14 Pedro Alves <palves@redhat.com>
7652
7653 PR cli/17828
7654 * gdb.base/batch-preserve-term-settings.c: New file.
7655 * gdb.base/batch-preserve-term-settings.exp: New file.
7656
e02c96a7
DE
76572015-01-13 Doug Evans <dje@google.com>
7658
7659 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
7660 binary.
7661
576fd14c
JB
76622015-01-13 Joel Brobecker <brobecker@adacore.com>
7663
7664 * Makefile.in (clean mostlyclean): Do not delete *.py.
7665
04dccad0
JB
76662015-01-13 Joel Brobecker <brobecker@adacore.com>
7667
7668 * gdb.python/py-lookup-type.exp: New file.
7669
3d230f71
PA
76702015-01-12 Pedro Alves <palves@redhat.com>
7671
7672 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
7673 restore GDBFLAGS before returning.
7674
7e67715d
JK
76752015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7676
7677 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
7678 is_amd64_regs_target and is_x86_like_target.
7679
f2e0d4b4
DE
76802015-01-11 Doug Evans <xdje42@gmail.com>
7681
7682 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
7683 is given without an explicit form.
7684 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
7685 attributes.
7686 * gdb.dwarf/corrupt.exp: Ditto.
7687 * gdb.dwarf2/enum-type.exp: Ditto.
7688 * gdb.trace/entry-values.exp: Ditto.
7689 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
7690
439250fb
DE
76912015-01-11 Doug Evans <xdje42@gmail.com>
7692
7693 PR gdb/15830
7694 * gdb.base/maint.exp: Remove references to "maint demangle".
7695 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
7696 Add tests for explicitly specifying language to demangle.
7697 * gdb.dlang/demangle.exp: Ditto.
7698
ede9f622
PA
76992015-01-09 Pedro Alves <palves@redhat.com>
7700
7701 * gdb.threads/non-stop-fair-events.c: New file.
7702 * gdb.threads/non-stop-fair-events.exp: New file.
7703
a7b796db
PA
77042015-01-09 Pedro Alves <palves@redhat.com>
7705
7706 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
7707 the global scope. Set a breakpoint after all threads are started
7708 rather than stepping over two source lines. Expect the prompt.
7709 * gdb.base/watch_thread_num.c (threads_started_barrier): New
7710 global.
7711 (NUM): Now 15.
7712 (main): Use threads_started_barrier to wait for all threads to
7713 start. Main thread no longer calls thread_function. Exit after
7714 180 seconds.
7715 (loop): New function.
7716 (thread_function): Wait on threads_started_barrier barrier. Call
7717 'loop' at each iteration.
7718 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
7719 threads have started, instead of hardcoding number of "next"
7720 steps. Use an access watchpoint instead of a write watchpoint.
7721
9665ffdd
PA
77222015-01-09 Pedro Alves <palves@redhat.com>
7723
7724 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
7725 (thread_func): Wait on barrier.
7726 (main): Wait for all threads to start before stopping GDB.
7727 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
7728 global.
7729 (thread1_func, thread2_func): Wait on barrier.
7730 (main): Wait for all threads to start before stopping GDB.
7731 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
7732 New global.
7733 (thread1_func, thread2_func): Wait on barrier.
7734 (main): Wait for all threads to start before stopping GDB.
7735
c945a99f
PA
77362015-01-09 Pedro Alves <palves@redhat.com>
7737
7738 * gdb.threads/attach-many-short-lived-threads.c: New file.
7739 * gdb.threads/attach-many-short-lived-threads.exp: New file.
7740
c1a747c1
PA
77412014-01-09 Pedro Alves <palves@redhat.com>
7742
7743 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
7744 instead of to thread 2.
7745 * gdb.threads/signal-command-multiple-signals-pending.c (main):
7746 Add barrier around each pthread_create call instead of around all
7747 calls.
7748 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
7749 Set a break on thread_function and have the child threads hit it
7750 one at at a time.
7751
60b3033e
PA
77522015-01-09 Pedro Alves <palves@redhat.com>
7753
7754 * lib/gdb.exp (can_spawn_for_attach): New procedure.
7755 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
7756 false.
7757 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
7758 checking whether the target board is remote.
7759 * gdb.multi/multi-attach.exp: Likewise.
7760 * gdb.python/py-sync-interp.exp: Likewise.
7761 * gdb.server/ext-attach.exp: Likewise.
7762 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
7763 tests that need to attach, instead of checking whether the target
7764 board is remote at the top of the file.
7765
acc018ac
YQ
77662015-01-08 Yao Qi <yao@codesourcery.com>
7767
7768 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
7769
50a18af8
JK
77702015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7771
7772 Fix testcase compilation.
7773 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
7774
8503d6e1
JB
77752015-01-06 Joel Brobecker <brobecker@adacore.com>
7776
7777 * gdb.python/py-type.exp: Add a couple test about empty
7778 array creation, and negative-length array creation.
7779
cc73dbcc
DE
77802015-01-02 Doug Evans <xdje42@gmail.com>
7781
7782 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
7783
0300bbc7
DE
77842015-01-02 Doug Evans <dje@google.com>
7785
7786 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
7787
9d85a0ec
YQ
77882014-12-29 Yao Qi <yao@codesourcery.com>
7789
7790 * gdb.trace/entry-values.exp: Update comments. Rename variable
7791 bar_call_foo to returned_from_foo.
7792
87186c6a
MMN
77932014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
7794
7795 PR gdb/17394
7796 * gdb.linespec/break-asm-file.c: New file.
7797 * gdb.linespec/break-asm-file.exp: New file.
7798 * gdb.linespec/break-asm-file0.s: New file.
7799 * gdb.linespec/break-asm-file1.s: New file.
7800
1bab7383
YQ
78012014-12-18 Nigel Stephens <nigel@mips.com>
7802 Maciej W. Rozycki <macro@codesourcery.com>
7803
7804 * gdb.base/float.exp: Handle the new output from "info float" on
7805 MIPS targets.
7806
1bc1068a
JK
78072014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7808
7809 Fix MinGW compilation.
7810 * gdb.compile/compile-ops.exp: Update untested message if
7811 !skip_compile_feature_tests.
7812 * gdb.compile/compile-setjmp.exp: Likewise.
7813 * gdb.compile/compile-tls.exp: Likewise.
7814 * gdb.compile/compile.exp: Likewise.
7815 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
7816 supported on this host".
7817
b6615d10
DE
78182014-12-16 Doug Evans <xdje42@gmail.com>
7819
7820 * boards/stabs.exp: New file.
7821
25dda427
AA
78222014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
7823
7824 * gdb.base/completion.exp: Adjust to format changes of "maint
7825 print user-registers".
7826
bf330350
CU
78272014-12-16 Catalin Udma <catalin.udma@freescale.com>
7828
7829 PR server/17457
7830 * gdb.arch/aarch64-fp.c: New file.
7831 * gdb.arch/aarch64-fp.exp: New file.
7832
395cf596
SDJ
78332014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7834
7835 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
7836 r210637, r210913, r211666, r215400, r215817).
7837
7838 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
7839 * dg-extract-results.py: New file.
7840 * dg-extract-results.sh: Use it if the environment seems
7841 suitable.
7842
7843 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
7844
7845 * dg-extract-results.py (parse_run): Handle warnings that
7846 are printed before a test harness is run.
7847
7848 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
7849
7850 * dg-extract-results.py (Named): Remove __cmp__ method.
7851 (output_variation): Use a key to sort variation.harnesses.
7852
7853 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
7854
7855 * dg-extract-results.py: For Python 3, force sys.stdout to
7856 handle surrogate escape sequences.
7857 (safe_open): New function.
7858 (output_segment, main): Use it.
7859
7860 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
7861
7862 * dg-extract-results.py (Prog.result_re): Include options
7863 in test name.
7864
7865 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
7866
7867 * dg-extract-results.py (output_variation): Always sort if
7868 do_sum.
7869
e882ef3c
SM
78702014-12-15 Simon Marchi <simon.marchi@ericsson.com>
7871
7872 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
7873 as long as we get pagination notifications.
7874
4992aa20
JM
78752014-12-15 Jason Merrill <jason@redhat.com>
7876
7877 * Makefile.in (check-gdb.%): Restore.
7878 * README: Mention it.
7879
c1b5a1a6
JB
78802014-12-13 Joel Brobecker <brobecker@adacore.com>
7881
7882 * gdb.ada/str_uninit: New testcase.
7883
5537b577
JK
78842014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7885
7886 PR symtab/17642
7887 * gdb.base/vla-stub-define.c: New file.
7888 * gdb.base/vla-stub.c: New file.
7889 * gdb.base/vla-stub.exp: New file.
7890
bb2ec1b3
TT
78912014-12-12 Phil Muldoon <pmuldoon@redhat.com>
7892 Jan Kratochvil <jan.kratochvil@redhat.com>
7893 Tom Tromey <tromey@redhat.com>
7894
7895 * configure.ac: Add gdb.compile/.
7896 * configure: Regenerate.
7897 * gdb.compile/Makefile.in: New file.
7898 * gdb.compile/compile-ops.exp: New file.
7899 * gdb.compile/compile-ops.c: New file.
7900 * gdb.compile/compile-tls.c: New file.
7901 * gdb.compile/compile-tls.exp: New file.
7902 * gdb.compile/compile-constvar.S: New file.
7903 * gdb.compile/compile-constvar.c: New file.
7904 * gdb.compile/compile-mod.c: New file.
7905 * gdb.compile/compile-nodebug.c: New file.
7906 * gdb.compile/compile-setjmp-mod.c: New file.
7907 * gdb.compile/compile-setjmp.c: New file.
7908 * gdb.compile/compile-setjmp.exp: New file.
7909 * gdb.compile/compile-shlib.c: New file.
7910 * gdb.compile/compile.c: New file.
7911 * gdb.compile/compile.exp: New file.
7912 * lib/gdb.exp (skip_compile_feature_tests): New proc.
7913
4ff709eb
TT
79142014-12-12 Tom Tromey <tromey@redhat.com>
7915
7916 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
7917 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
7918
6dddd6a5
DE
79192014-12-12 Doug Evans <dje@google.com>
7920
7921 * lib/gdb-python.exp (get_python_valueof): New function.
7922 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
7923
71c24708
AA
79242014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7925
7926 * gdb.base/completion.exp: Add test for completion of "info
7927 registers ".
7928
3e29f34a
MR
79292014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
7930
7931 * gdb.base/func-ptrs.c: New file.
7932 * gdb.base/func-ptrs.exp: New file.
7933
fc126975
SM
79342014-12-10 Simon Marchi <simon.marchi@ericsson.com>
7935
7936 PR breakpoints/17012
7937 * gdb.base/dprintf-detach.c: New file.
7938 * gdb.base/dprintf-detach.exp: New file.
7939
0a46d518
SM
79402014-12-10 Simon Marchi <simon.marchi@ericsson.com>
7941
7942 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
7943 * lib/gdb.exp (target_is_gdbserver): New procedure.
7944
a0be3e44
DE
79452014-12-08 Doug Evans <dje@google.com>
7946
7947 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
7948
df1b803a
YQ
79492014-12-05 Yao Qi <yao@codesourcery.com>
7950
7951 * gdb.guile/scm-error.exp: Remove the third argument to
7952 gdb_remote_download.
7953 * gdb.guile/scm-frame-args.exp: Likewise.
7954 * gdb.guile/scm-section-script.exp: Likewise.
7955
ddb9f679
YQ
79562014-12-05 Yao Qi <yao@codesourcery.com>
7957
7958 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
7959
86e4ed39
DE
79602014-12-04 Doug Evans <dje@google.com>
7961
7962 * gdb.python/py-objfile.exp: Add tests for
7963 objfile.add_separate_debug_file.
7964
7c50a931
DE
79652014-12-04 Doug Evans <dje@google.com>
7966
7967 * lib/gdb.exp (get_build_id): New function.
7968 (build_id_debug_filename_get): Rewrite to use it.
7969 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
7970
621661e3
MR
79712014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
7972
7973 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
7974 `method(long)', not just 0x0.
7975 * gdb.cp/nsalias.exp: Align code labels to 4.
7976 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
7977 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
7978 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
7979 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
7980 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
7981 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
7982
29f0c3b7
DE
79832014-12-02 Doug Evans <dje@google.com>
7984
e1e061e7 7985 PR symtab/17602
29f0c3b7 7986 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 7987 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
7988 * gdb.cp/anon-ns.exp: Update.
7989
162078c8
NB
79902014-12-02 Nick Bull <nicholaspbull@gmail.com>
7991
7992 * gdb.python/py-events.py (inferior_call_handler): New.
7993 (register_changed_handler, memory_changed_handler): New.
7994 (test_events.invoke): Register new handlers.
7995 * gdb.python/py-events.exp: Add tests for inferior call,
7996 memory_changed and register_changed events.
7997
fdb09caf
AA
79982014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
7999
8000 * gdb.base/execl-update-breakpoints.exp: Specify the link address
8001 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
8002 if the linker doesn't understand this.
8003
55cfb2c4
SM
80042014-12-01 Simon Marchi <simon.marchi@ericsson.com>
8005
8006 * gdb.python/python.exp: Change expected reply to help().
8007
9e8cd6df
YQ
80082014-12-01 Yao Qi <yao@codesourcery.com>
8009
8010 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
8011 AC_CONFIG_SUBDIRS(gdb.gdbtk).
8012 * configure: Re-generated.
8013
6c659fc2
SC
80142014-11-28 Siva Chandra Reddy <sivachandra@google.com>
8015
8016 * gdb.cp/chained-calls.cc: New file.
8017 * gdb.cp/chained-calls.exp: New file.
8018 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
8019
d7fc3181
SM
80202014-11-28 Simon Marchi <simon.marchi@ericsson.com>
8021
8022 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
8023 * gdb.dwarf2/symtab-producer.exp: Same.
8024 * gdb.gdb/python-interrupts.exp: Same.
8025 * gdb.gdb/python-selftest.exp: Same.
8026 * gdb.python/py-linetable.exp: Same.
8027 * gdb.python/py-type.exp: Same.
8028 * gdb.python/py-value-cc.exp: Same.
8029 * gdb.python/py-value.exp: Same.
8030
10e79639
YQ
80312014-11-28 Yao Qi <yao@codesourcery.com>
8032
8033 * gdb.base/break-probes.exp: Match library name prefixed with
8034 sysroot.
8035
f28a0564
SM
80362014-11-27 Simon Marchi <simon.marchi@ericsson.com>
8037
8038 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
8039 test expected output. Add parentheses for the call to print.
8040 Remove L suffix from integers.
8041
3fe1ce1d
DE
80422014-11-26 Doug Evans <dje@google.com>
8043
8044 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
8045
84429e27
YQ
80462014-11-22 Yao Qi <yao@codesourcery.com>
8047
8048 * gdb.trace/entry-values.c: Remove asms.
8049 (foo): Add foo_label.
8050 (bar): Add bar_label.
8051 * gdb.trace/entry-values.exp: Remove code computing foo's
8052 length and bar's length.
8053 (Dwarf::assemble): Invoke function_range for bar and use
8054 MACRO_AT_func for foo.
8055
26741859
YQ
80562014-11-22 Yao Qi <yao@codesourcery.com>
8057
8058 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
8059 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
8060 Use .Lgcc43_procstart instead of gcc43.
8061
45e44d27
JB
80622014-11-21 Joel Brobecker <brobecker@adacore.com>
8063
8064 * gdb.ada/n_arr_bound: New testcase.
8065
458c8db8
SDJ
80662014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
8067
8068 PR breakpoints/10737
8069 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
8070 test_catch_syscall_multi_arch.
8071 (test_catch_syscall_multi_arch): New function.
8072
43f3e411
DE
80732014-11-20 Doug Evans <xdje42@gmail.com>
8074
8075 * gdb.base/maint.exp: Update expected output.
8076
0d7b2549
AA
80772014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8078
8079 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
8080 4-byte instruction on S390.
8081
8908fca5
JB
80822014-11-19 Joel Brobecker <brobecker@adacore.com>
8083
8084 * gdb.ada/arr_arr: New testcase.
8085
4a46959e
JB
80862014-11-19 Joel Brobecker <brobecker@adacore.com>
8087
8088 * gdb.ada/pkd_arr_elem: New Testcase.
8089
470e2f4e
LM
80902014-11-18 Luis Machado <lgustavo@codesourcery.com>
8091
8092 * gdb.reverse/break-precsave: Expect completion message for
8093 core file reads.
8094 * gdb.reverse/consecutive-precsave.exp: Likewise.
8095 * gdb.reverse/finish-precsave.exp: Likewise.
8096 * gdb.reverse/i386-precsave.exp: Likewise.
8097 * gdb.reverse/machinestate-precsave.exp: Likewise.
8098 * gdb.reverse/sigall-precsave.exp: Likewise.
8099 * gdb.reverse/solib-precsave.exp: Likewise.
8100 * gdb.reverse/step-precsave.exp: Likewise.
8101 * gdb.reverse/until-precsave.exp: Likewise.
8102 * gdb.reverse/watch-precsave.exp: Likewise.
8103
a267f3ad
AA
81042014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8105
8106 * gdb.base/bp-permanent.c: Include unistd.h.
8107 * gdb.python/py-framefilter-mi.c (main): Add return type.
8108 * gdb.python/py-framefilter.c (main): Likewise.
8109 * gdb.trace/actions-changed.c (main): Likewise.
8110
12084a9a
AA
81112014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8112
8113 * gdb.mi/until.c: Add eye-catchers.
8114 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
8115 line numbers.
8116
dc7e1a77
AA
81172014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8118
8119 * gdb.base/condbreak.exp: Drop references to removed non-prototype
8120 function header variants in break1.c.
8121 * gdb.base/ena-dis-br.exp: Likewise.
8122 * gdb.base/hbreak2.exp: Likewise.
8123 * gdb.reverse/until-precsave.exp: Drop references to removed
8124 non-prototype function header variants in ur1.c.
8125 * gdb.reverse/until-reverse.exp: Likewise.
8126
41c77605
PM
81272014-11-17 Petr Machata <pmachata@redhat.com>
8128
8129 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
8130 ${_cu_offset_size} bytes abbrev offset.
8131
34248c3a
DE
81322014-11-15 Doug Evans <xdje42@gmail.com>
8133
8134 PR symtab/17559
8135 * gdb.base/line-symtabs.exp: New file.
8136 * gdb.base/line-symtabs.c: New file.
8137 * gdb.base/line-symtabs.h: New file.
8138
646da059
YQ
81392014-11-14 Yao Qi <yao@codesourcery.com>
8140
8141 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
8142 (func): Add label func_label.
8143 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
8144 Replace low_pc and high_pc with MACRO_AT_range.
8145 Replace name, low_pc and high_pc with MACRO_AT_func.
8146
9301ebe6
YQ
81472014-11-14 Yao Qi <yao@codesourcery.com>
8148
8149 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
8150 Replace name, low_pc and high_pc with MACRO_AT_func.
8151
f166b542
YQ
81522014-11-14 Yao Qi <yao@codesourcery.com>
8153
8154 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
8155 produce debug information.
8156 * gdb.dwarf2/implptr-optimized-out.S: Removed.
8157
0f6e71e3
YQ
81582014-11-14 Yao Qi <yao@codesourcery.com>
8159
8160 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
8161 object and get function length.
8162 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
8163 with MACRO_AT_func.
8164 (top-level): Replace gdb_compile and clean_restart with
8165 prepare_for_testing.
8166 * gdb.dwarf2/main.c (main): Add label main_label.
8167
876c4df9
YQ
81682014-11-14 Yao Qi <yao@codesourcery.com>
8169
8170 * lib/dwarf.exp (function_range): New procedure.
8171 (Dwarf::_handle_macro_at_func): New procedure.
8172 (Dwarf::_handle_macro_at_range): New procedure.
8173 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
8174
02ad9cf1
YQ
81752014-11-14 Yao Qi <yao@codesourcery.com>
8176
8177 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
8178 (_handle_attribute): New procedure.
8179
a59add0c
AA
81802014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8181
8182 * gdb.ada/cond_lang/foo.c (callme): Add return type.
8183 * gdb.base/call-sc.c (zed): Likewise.
8184 * gdb.base/checkpoint.c (main): Likewise.
8185 * gdb.base/dump.c (main): Likewise.
8186 * gdb.base/gcore.c (main): Likewise.
8187 * gdb.base/huge.c (main): Likewise.
8188 * gdb.base/multi-forks.c (main): Likewise.
8189 * gdb.base/pr10179-a.c (main): Likewise.
8190 * gdb.base/savedregs.c (main): Likewise.
8191 * gdb.base/sigaltstack.c (main): Likewise.
8192 * gdb.base/siginfo.c (main): Likewise.
8193 * gdb.base/structs.c (zed): Likewise.
8194 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
8195 * gdb.mi/mi-syn-frame.c (main): Likewise.
8196 * gdb.mi/until.c (foo, main): Likewise.
8197 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
8198 * gdb.base/solib-weak.c (foo): Declare.
8199 * gdb.base/attach-twice.c: Include stdio.h.
8200 * gdb.base/weaklib1.c: Likewise.
8201 * gdb.base/weaklib2.c: Likewise.
8202 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
8203 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
8204 unistd.h.
8205 * gdb.base/attach-pie-misread.c: Include stdlib.h.
8206 * gdb.mi/mi-exit-code.c: Likewise.
8207 * gdb.base/break-interp-lib.c: Include string.h.
8208 * gdb.base/coremaker.c: Likewise.
8209 * gdb.base/testenv.c: Likewise.
8210 * gdb.python/py-finish-breakpoint.c: Likewise.
8211 * gdb.base/inferior-died.c: Include sys/wait.h.
8212 * gdb.base/fileio.c: Include time.h.
8213 * gdb.base/async-shell.c: Include unistd.h.
8214 * gdb.base/dprintf-non-stop.c: Likewise.
8215 * gdb.base/info-os.c: Likewise.
8216 * gdb.mi/mi-console.c: Likewise.
8217 * gdb.mi/watch-nonstop.c: Likewise.
8218 * gdb.python/py-events.c: Likewise.
8219 * gdb.base/async.c (baz): Move up before its invocation.
8220 * gdb.base/code_elim2.c (my_global_func): Likewise.
8221 * gdb.base/skip-solib-lib.c (multiply): Likewise.
8222 * gdb.base/advance.c (func2): Likewise.
8223
3b5d5997
AA
82242014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8225
8226 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
8227 variant.
8228 * gdb.base/annota3.c: Likewise.
8229 * gdb.base/async.c: Likewise.
8230 * gdb.base/average.c: Likewise.
8231 * gdb.base/call-ar-st.c: Likewise.
8232 * gdb.base/call-rt-st.c: Likewise.
8233 * gdb.base/call-sc.c: Likewise.
8234 * gdb.base/call-strs.c: Likewise.
8235 * gdb.base/ending-run.c: Likewise.
8236 * gdb.base/execd-prog.c: Likewise.
8237 * gdb.base/exprs.c: Likewise.
8238 * gdb.base/foll-exec.c: Likewise.
8239 * gdb.base/foll-fork.c: Likewise.
8240 * gdb.base/foll-vfork.c: Likewise.
8241 * gdb.base/funcargs.c: Likewise.
8242 * gdb.base/gcore.c: Likewise.
8243 * gdb.base/jump.c: Likewise.
8244 * gdb.base/langs0.c: Likewise.
8245 * gdb.base/langs1.c: Likewise.
8246 * gdb.base/langs2.c: Likewise.
8247 * gdb.base/mips_pro.c: Likewise.
8248 * gdb.base/nodebug.c: Likewise.
8249 * gdb.base/opaque0.c: Likewise.
8250 * gdb.base/opaque1.c: Likewise.
8251 * gdb.base/recurse.c: Likewise.
8252 * gdb.base/run.c: Likewise.
8253 * gdb.base/scope0.c: Likewise.
8254 * gdb.base/scope1.c: Likewise.
8255 * gdb.base/setshow.c: Likewise.
8256 * gdb.base/setvar.c: Likewise.
8257 * gdb.base/shmain.c: Likewise.
8258 * gdb.base/shr1.c: Likewise.
8259 * gdb.base/shr2.c: Likewise.
8260 * gdb.base/sigall.c: Likewise.
8261 * gdb.base/signals.c: Likewise.
8262 * gdb.base/so-indr-cl.c: Likewise.
8263 * gdb.base/solib2.c: Likewise.
8264 * gdb.base/structs.c: Likewise.
8265 * gdb.base/sum.c: Likewise.
8266 * gdb.base/vforked-prog.c: Likewise.
8267 * gdb.base/watchpoint.c: Likewise.
8268 * gdb.reverse/shr2.c: Likewise.
8269 * gdb.reverse/until-reverse.c: Likewise.
8270 * gdb.reverse/ur1.c: Likewise.
8271 * gdb.reverse/watch-reverse.c: Likewise.
8272
066a77c5
AA
82732014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8274
8275 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
8276 variant.
8277 * gdb.base/sepdebug.exp: Drop references to removed code.
8278
4f204ea5
AA
82792014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8280
8281 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
8282 variant. Preserve original line numbering.
8283 * gdb.base/list1.c: Likewise.
8284
3b377a3a
AA
82852014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8286
8287 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
8288 variant.
8289 * gdb.base/break1.c: Likewise.
8290 * gdb.base/break.exp: Drop references to removed code.
8291
e444df73
AA
82922014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8293
8294 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
8295 variant.
8296
8008f2a7
AA
82972014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8298
8299 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
8300
a5a06887
AA
83012014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8302
8303 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
8304 logic into perform_all_tests() and invoke it with and without
8305 function header prototypes.
8306 (do_function_calls): Remove conditional XFAIL for PR 5318.
8307 (rerun_and_prepare): Remove duplicate code.
8308 (perform_all_tests): New. Main logic moved here.
8309
44dba9b9
AA
83102014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8311
8312 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
8313 code guarded by #ifdef NO_PROTOTYPES.
8314 (t_double_many_args): Likewise.
8315 (DEF_FUNC_MANY_ARGS_1): Likewise.
8316 (DEF_FUNC_VALUES_1): Likewise.
8317 (t_structs_ldc): Renamed from t_structs_fc in conditional code
8318 guarded by #ifdef PROTOTYPES.
8319
d1fbcd56
AA
83202014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8321
8322 * gdb.mi/mi-console.c: Add eye-catcher.
8323 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
8324 instead of literal line number.
8325
b0e59b8f
AA
83262014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8327
8328 * gdb.base/shr2.c: Add eye-catcher.
8329 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
8330 line number.
8331
78f98cca
AA
83322014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8333
8334 * gdb.base/jump.c: Add eye-catchers.
8335 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
8336 numbers.
8337
58fa2af0
AA
83382014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8339
8340 * gdb.base/execd-prog.c: Add eye-catchers.
8341 * gdb.base/foll-exec.c: Likewise.
8342 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
8343 line numbers.
8344
04e5059b
AA
83452014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8346
8347 * gdb.base/ending-run.c: Add eye-catchers.
8348 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
8349 literal line numbers.
8350
dbfdb174
AA
83512014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8352
8353 * gdb.base/call-rt-st.c: Add eye-catchers.
8354 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
8355 literal line numbers.
8356
888a2ade
AA
83572014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8358
8359 * gdb.base/call-ar-st.c: Add eye-catchers.
8360 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
8361 literal line numbers.
8362
6acc2dde
AA
83632014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8364
8365 * gdb.base/average.c: Add eye-catchers.
8366 * gdb.base/sum.c: Likewise.
8367 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
8368 regexps dynamically.
8369
9ecfcd1d
AA
83702014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8371
8372 * gdb.base/solib1.c: Add eye-catchers.
8373 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
8374 literal line numbers.
8375
78708b7c
PA
83762014-11-12 Pedro Alves <palves@redhat.com>
8377
8378 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
8379 leader has exited.
8380
af48d08f
PA
83812014-11-12 Pedro Alves <palves@redhat.com>
8382
8383 * gdb.arch/i386-bp_permanent.c: New file.
8384 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
8385 (srcfile): Set to i386-bp_permanent.c.
8386 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
8387 that stepi does not execute the 'leave' instruction, instead of
8388 testing it does execute.
8389 * gdb.base/bp-permanent.c: New file.
8390 * gdb.base/bp-permanent.exp: New file.
8391
af3768e9
DE
83922014-11-10 Doug Evans <xdje42@gmail.com>
8393
8394 PR symtab/17564
8395 * gdb.base/symtab-search-order.exp: New file.
8396 * gdb.base/symtab-search-order.c: New file.
8397 * gdb.base/symtab-search-order-1.c: New file.
8398 * gdb.base/symtab-search-order-shlib-1.c: New file.
8399
9de00a4a
PA
84002014-11-07 Pedro Alves <palves@redhat.com>
8401
8402 PR gdb/17511
8403 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
8404 i?86-*-linux*.
8405
e0f52461
SC
84062014-11-03 Siva Chandra Reddy <sivachandra@google.com>
8407
8408 PR c++/17494
8409 * gdb.cp/pr17494.cc: New file.
8410 * gdb.cp/pr17494.exp: New file.
8411
6ce8c980
YQ
84122014-11-02 Yao Qi <yao@codesourcery.com>
8413
8414 * gdb.python/python.exp: Get working directory and match the
8415 output of "set extended-prompt \\w " with it.
8416
02be9a71
DE
84172014-10-30 Doug Evans <dje@google.com>
8418
8419 * gdb.python/py-objfile.exp: Add tests for setting random attributes
8420 in objfiles.
8421 * gdb.python/py-progspace.exp: Add tests for setting random attributes
8422 in progspaces.
8423
3bdff46b
LM
84242014-10-30 Janis Johnson <janisjo@codesourcery.com>
8425
8426 * gdb.base/fullpath-expand.exp: Skip for a remote host.
8427 * gdb.base/realname-expand.exp: Likewise.
8428 * gdb.linespec/macro-relative.exp: Likewise.
8429
ab917dfb
PA
84302014-10-29 Pedro Alves <palves@redhat.com>
8431
8432 PR gdb/17408
8433 * gdb.threads/schedlock.c (some_function): New function.
8434 (call_function): New global.
8435 (MAYBE_CALL_SOME_FUNCTION): New macro.
8436 (thread_function): Call it.
8437 * gdb.threads/schedlock.exp (get_args): Add description parameter,
8438 and use it instead of a global counter. Adjust all callers.
8439 (get_current_thread): Use "find current thread" for test message
8440 here rather than having all callers pass down the same string.
8441 (goto_loop): New procedure, factored out from ...
8442 (my_continue): ... this.
8443 (step_ten_loops): Change parameter from test message to command to
8444 use. Adjust.
8445 (list_count): Delete global.
8446 (check_result): New procedure, factored out from duplicate top
8447 level code.
8448 (continue tests): Wrap in with_test_prefix.
8449 (test_step): New procedure, factored out from duplicate top level
8450 code.
8451 (top level): Test "step" in combination with all scheduler-locking
8452 modes. Test "next" in combination with all scheduler-locking
8453 modes, and in combination with stepping over a function call or
8454 not.
8455 * gdb.threads/next-bp-other-thread.c: New file.
8456 * gdb.threads/next-bp-other-thread.exp: New file.
8457
d3d4baed
PA
84582014-10-29 Pedro Alves <palves@redhat.com>
8459
8460 PR python/17372
8461 * gdb.python/python.exp: Test a multi-line command that spawns
8462 interactive Python.
8463 * gdb.base/multi-line-starts-subshell.exp: New file.
8464
563e8d85
YQ
84652014-10-29 Yao Qi <yao@codesourcery.com>
8466
8467 * gdb.base/fileio.exp: Make directories on host.
8468
0ea4d52e
YQ
84692014-10-29 Yao Qi <yao@codesourcery.com>
8470
8471 * gdb.base/fileio.c (test_write): Close the file.
8472
7f5ef605
PA
84732014-10-28 Pedro Alves <palves@redhat.com>
8474
8475 PR gdb/12623
8476 * gdb.base/sigstep.c (no_handler): New global.
8477 (main): If 'no_handler is true, set the signal handlers to
8478 SIG_IGN.
8479 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
8480 with_sw_watch and no_handler parameters. Handle them.
8481 (top level) <stepping over handler when stopped at a breakpoint
8482 test>: Add a test axis for testing with a software watchpoint, and
8483 another for testing with the signal handler set to SIG_IGN.
8484 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
8485 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
8486
abbdbd03
PA
84872014-10-28 Pedro Alves <palves@redhat.com>
8488
8489 PR gdb/17511
8490 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
8491 * gdb.base/sigstep.exp (other_handler_location): New global.
8492 (advance): Support stepping into the signal handler, and running
8493 commands while in the handler.
8494 (in_handler_map): New global.
8495 (top level): In the advance test, add combinations for getting
8496 into the handler with stepping commands, and for running commands
8497 in the handler. Add comment descripting the advancei tests.
8498
1df4399f
PA
84992014-10-28 Pedro Alves <palves@redhat.com>
8500
8501 * gdb.base/sigstep.exp: Use build_executable instead of
8502 prepare_for_testing.
8503 (top level): Move code that starts GDB, runs to main and creates a
8504 display to ...
8505 (restart): ... this new procedure.
8506 (top level): Move backtrace from signal handler test to ...
8507 (validate_backtrace): ... this new procedure.
8508 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
8509 with_test_prefix. Always restart GDB.
8510 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
8511 with_test_prefix. Always restart GDB. No need to delete
8512 breakpoints after the test.
8513 (test_skip_handler): Remove prefix parameter.
8514 (skip_over_handler, breakpoint_to_handler)
8515 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
8516 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
8517 restart GDB. No need to delete breakpoints after the test.
8518 (top level): Use foreach to call the test procedures with
8519 different commands.
8520
a5b6e449
PA
85212014-10-28 Pedro Alves <palves@redhat.com>
8522
8523 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
8524 instead of GNATS numbers.
8525 * gdb.base/sigbpt.exp: Likewise.
8526 * gdb.base/siginfo.exp: Likewise.
8527 * gdb.base/sigstep.exp: Likewise.
8528
e5f8a7cc
PA
85292014-10-27 Pedro Alves <palves@redhat.com>
8530
8531 * gdb.base/sigstep.c (dummy): New global.
8532 (main): Issue a couple writes to the new global.
8533 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
8534 procedures.
8535 (skip_over_handler): Use test_skip_handler.
8536 (top level): Call skip_over_handler for stepi and nexti too.
8537 (breakpoint_over_handler): Use test_skip_handler.
8538 (top level): Call breakpoint_over_handler for stepi and nexti too.
8539
763905a3
YQ
85402014-10-27 Yao Qi <yao@codesourcery.com>
8541
8542 * gdb.trace/tfile.c (adjust_function_address)
8543 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
8544 function descriptor.
8545
6f259a23
DB
85462014-10-24 Don Breazeal <donb@codesourcery.com>
8547
8548 * gdb.base/foll-fork.exp (test_follow_fork,
8549 catch_fork_child_follow): Check for updated fork messages emitted
8550 from infrun.c.
8551 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
8552 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
8553 vfork_and_exec_child_follow_through_step): Check for updated vfork
8554 messages emitted from infrun.c.
8555
09dd9a69
PA
85562014-10-24 Pedro Alves <palves@redhat.com>
8557
8558 * gdb.base/corefile.exp: Remove references to ultrix.
8559 * gdb.base/interrupt.exp: Likewise.
8560 * gdb.base/whatis.exp: Likewise.
8561 * gdb.gdb/selftest.exp: Likewise.
8562 * gdb.threads/manythreads.exp: Likewise.
8563 * gdb.threads/print-threads.exp: Likewise.
8564 * gdb.threads/pthreads.exp:: Likewise.
8565 * gdb.threads/schedlock.exp: Likewise.
8566
3433cfa5
SC
85672014-10-24 Siva Chandra Reddy <sivachandra@google.com>
8568
8569 * gdb.cp/non-trivial-retval.cc: Add a test case.
8570 * gdb.cp/non-trivial-retval.exp: Add a test.
8571
092f880b
YQ
85722014-10-20 Yao Qi <yao@codesourcery.com>
8573
8574 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
8575 * gdb.python/py-objfile-script-gdb.py: New file.
8576 * gdb.python/py-objfile-script.exp: Update reference to
8577 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
8578 of remote_download. Remove the dest file.
8579
acbdb7f3
YQ
85802014-10-20 Yao Qi <yao@codesourcery.com>
8581
8582 * gdb.base/checkpoint.exp: Don't remove file copied on host.
8583 * gdb.base/step-line.exp: Likewise.
8584 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
8585 * gdb.dwarf2/dw2-basic.exp: Likewise.
8586 * gdb.dwarf2/dw2-compressed.exp: Likewise.
8587 * gdb.dwarf2/dw2-filename.exp: Likewise.
8588 * gdb.dwarf2/dw2-intercu.exp: Likewise.
8589 * gdb.dwarf2/dw2-intermix.exp: Likewise.
8590 * gdb.dwarf2/dw2-producer.exp: Likewise.
8591 * gdb.dwarf2/mac-fileno.exp: Likewise.
8592 * gdb.python/py-frame-args.exp: Likewise.
8593 * gdb.python/py-framefilter.exp: Likewise.
8594 * gdb.python/py-mi.exp: Likewise.
8595 * gdb.python/py-objfile-script.exp: Likewise
8596 * gdb.python/py-pp-integral.exp: Likewise.
8597 * gdb.python/py-pp-re-notag.exp: Likewise.
8598 * gdb.python/py-prettyprint.exp: Likewise.
8599 * gdb.python/py-section-script.exp: Likewise.
8600 * gdb.python/py-typeprint.exp: Likewise.
8601 * gdb.python/py-xmethods.exp: Likewise.
8602 * gdb.stabs/weird.exp: Likewise.
8603 * gdb.xml/tdesc-regs.exp: Likewise.
8604
bd286a29
KCY
86052014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
8606
8607 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
8608 (out_cu): Use addr_len for the size of addresses.
8609 (out_line): Likewise. Size DW_LNE_set_address instruction
8610 according to addr_len.
8611 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
8612 (FUNC): Add START_INSNS to definition.
8613
673dc4a0
YQ
86142014-10-18 Yao Qi <yao@codesourcery.com>
8615
8616 * gdb.base/argv0-symlink.exp: Check argv[0] value if
8617 gdb_has_argv0 return true.
8618 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
8619 check [target_info exists noargs], check [gdb_has_argv0]
8620 instead.
8621 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
8622 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
8623 procedures.
8624
4ffbba72
DE
86252014-10-17 Doug Evans <dje@google.com>
8626
8627 * gdb.python/py-events.exp: Update expected output for clear_objfiles
8628 event.
8629 * gdb.python/py-events.py: Add clear_objfiles event.
8630
d096d8c1
DE
86312014-10-17 Doug Evans <dje@google.com>
8632
8633 * gdb.python/py-objfile.exp: Test progspace attribute.
8634
a80db015
LM
86352014-10-17 Luis Machado <lgustavo@codesourcery.com>
8636
8637 * gdb.guile/scm-breakpoint.exp: Do not assume any
8638 directory separators when matching source file paths.
8639 * gdb.python/py-breakpoint.exp: Likewise.
8640 * gdb.reverse/break-precsave.exp: Likewise.
8641 * gdb.reverse/break-reverse.exp: Likewise.
8642 * gdb.reverse/consecutive-precsave.exp: Likewise.
8643 * gdb.reverse/finish-precsave.exp: Likewise.
8644 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
8645 * gdb.reverse/finish-reverse.exp: Likewise.
8646 * gdb.reverse/i386-precsave.exp: Likewise.
8647 * gdb.reverse/i387-env-reverse.exp: Likewise.
8648 * gdb.reverse/i387-stack-reverse.exp: Likewise.
8649 * gdb.reverse/machinestate-precsave.exp: Likewise.
8650 * gdb.reverse/machinestate.exp: Likewise.
8651 * gdb.reverse/sigall-precsave.exp: Likewise.
8652 * gdb.reverse/solib-precsave.exp: Likewise.
8653 * gdb.reverse/step-precsave.exp: Likewise.
8654 * gdb.reverse/until-precsave.exp: Likewise.
8655 * gdb.reverse/watch-precsave.exp: Likewise.
8656 * gdb.reverse/watch-reverse.exp: Likewise.
8657
b22089ab
YQ
86582014-10-17 Yao Qi <yao@codesourcery.com>
8659
8660 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
8661 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
8662
6c4486e6
PA
86632014-10-17 Pedro Alves <palves@redhat.com>
8664
8665 PR gdb/17471
8666 * gdb.base/bg-execution-repeat.c: New file.
8667 * gdb.base/bg-execution-repeat.exp: New file.
8668
0ff33695
PA
86692014-10-17 Pedro Alves <palves@redhat.com>
8670
8671 PR gdb/17300
8672 * gdb.base/continue-all-already-running.c: New file.
8673 * gdb.base/continue-all-already-running.exp: New file.
8674
6fdebc3d
PA
86752014-10-17 Pedro Alves <palves@redhat.com>
8676
8677 PR gdb/17472
8678 * gdb.base/annota-input-while-running.c: New file.
8679 * gdb.base/annota-input-while-running.exp: New file.
8680
32a8097b
PA
86812014-10-17 Pedro Alves <palves@redhat.com>
8682
8683 * gdb.base/callfuncs.exp: emove references to osf.
8684 * gdb.base/sigall.exp: Likewise.
8685 * gdb.gdb/selftest.exp: Likewise.
8686 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
8687 * gdb.mi/non-stop.c: Likewise.
8688 * gdb.mi/pthreads.c: Likewise.
8689 * gdb.reverse/sigall-precsave.exp: Likewise.
8690 * gdb.reverse/sigall-reverse.exp: Likewise.
8691 * gdb.threads/pthreads.c: Likewise.
8692 * gdb.threads/pthreads.exp: Likewise.
8693
7a3517ff
YQ
86942014-10-17 Yao Qi <yao@codesourcery.com>
8695
8696 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
8697 check 'target_info exists noargs'.
8698 (test_command_prompt_position): Likewise.
8699 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
8700 Remove "set args".
8701 (progvar_simple_while_test): Likewise.
8702 (progvar_complex_if_while_test): Likewise.
8703 (if_while_breakpoint_command_test): Likewise.
8704 (infrun_breakpoint_command_test): Likewise.
8705 (breakpoint_command_test): Likewise.
8706 (watchpoint_command_test): Likewise.
8707 (bp_deleted_in_command_test): Likewise.
8708 (temporary_breakpoint_commands): Likewise.
8709
bb99c472
YQ
87102014-10-16 Yao Qi <yao@codesourcery.com>
8711
8712 * gdb.base/remotetimeout.exp: Remove noargs checking.
8713
7c16b83e
PA
87142014-10-15 Pedro Alves <palves@redhat.com>
8715
8716 PR breakpoints/9649
8717 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
8718 * gdb.base/breakpoint-in-ro-region.exp
8719 (probe_target_hardware_step): New procedure.
8720 (top level): Probe hardware stepping and hardware breakpoint
8721 support. Test stepping through a read-only region, with both
8722 "breakpoint auto-hw" on and off and both "always-inserted" on and
8723 off.
8724
35a49624
IB
87252014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
8726
8727 * gdb.dlang/demangle.exp: Update for demangling changes.
8728
2d1c107c
SC
87292014-10-15 Siva Chandra Reddy <sivachandra@google.com>
8730
8731 * gdb.cp/non-trivial-retval.cc: Add new test cases.
8732 * gdb.cp/non-trivial-retval.exp: Add new tests.
8733
778811d5
SC
87342014-10-15 Siva Chandra Reddy <sivachandra@google.com>
8735
8736 PR c++/13403
8737 PR c++/15154
8738 * gdb.cp/non-trivial-retval.cc: New file.
8739 * gdb.cp/non-trivial-retval.exp: New file.
8740
10c5f0a8
YQ
87412014-10-15 Yao Qi <yao@codesourcery.com>
8742
8743 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
8744 remote host.
8745
65d7b369
YQ
87462014-10-15 Yao Qi <yao@codesourcery.com>
8747
8748 * gdb.python/py-symbol.exp: Match file base name if host is
8749 remote, otherwise match file name with dir name.
8750 * gdb.python/py-symtab.exp: Likewise.
8751 * gdb.python/python.exp: Likewise.
8752
46dc1394
YQ
87532014-10-15 Yao Qi <yao@codesourcery.com>
8754
8755 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
8756 pattern.
8757 * gdb.python/py-symtab.exp: Likewise.
8758 * gdb.python/python.exp: Remove trailing ".*". Fix typo
8759 locationn.
8760
c40cc657
JB
87612014-10-14 Joel Brobecker <brobecker@adacore.com>
8762
8763 * gdb.ada/addr_arith: New testcase.
8764
2abf49e1
MR
87652014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
8766
8767 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
8768 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
8769 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
8770 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
8771
f7088df3
SDJ
87722014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
8773
8774 * gdb.arch/stap-eval-lang-ada.S: Likewise.
8775 * gdb.arch/stap-eval-lang-ada.c: Likewise.
8776 * gdb.arch/stap-eval-lang-ada.exp: New file.
8777
4dc06805
YQ
87782014-10-14 Yao Qi <yao@codesourcery.com>
8779
8780 * gdb.mi/mi-var-child.c (nothing1): New function.
8781 (nothing2): New function.
8782 (do_children_tests): Set function pointers by nothing1 and
8783 nothing2.
8784 * gdb.mi/mi-var-child.exp: Step over new added statements.
8785 Update test to match the new output.
8786 * gdb.mi/var-cmd.c (nothing1): New function.
8787 (nothing2): New function.
8788 (do_children_tests): Set function pointers by nothing1 and
8789 nothing2.
8790 * gdb.mi/mi-var-display.exp: Update test to match output.
8791 Step to the line specified by $line_dct_nothing.
8792 Increase the number of lines to step.
8793
46a93de2
YQ
87942014-10-14 Yao Qi <yao@codesourcery.com>
8795
8796 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
8797 tests.
8798 * gdb.mi/mi2-var-child.exp: Likewise.
8799
14ea52ee
DE
88002014-10-13 Doug Evans <dje@google.com>
8801
8802 * gdb.python/py-objfile.exp: Change name of file name test.
8803
e5c6e92b
DE
88042014-10-13 Doug Evans <dje@google.com>
8805
8806 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
8807 from the start of the CU.
8808
c780cc2f
JK
88092014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8810 Yao Qi <yao@codesourcery.com>
8811
8812 Fix "save breakpoints" for "catch" command.
8813 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
8814 Remove -nonewline. Match also the added "main" line.
8815
99894e11
JK
88162014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8817
8818 Fix "save breakpoints" for "disable $bpnum" command.
8819 * gdb.base/save-bp.c (main): Add label.
8820 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
8821
6e1ac5a3
JK
88222014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8823
8824 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
8825
754dd2b0
YQ
88262014-10-11 Yao Qi <yao@codesourcery.com>
8827
8828 * gdb.server/server-kill.exp: Execute command
8829 "set remote trace-status-packet on" before "tstatus".
8830
f90183d7
YQ
88312014-10-11 Yao Qi <yao@codesourcery.com>
8832
8833 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
8834 (main): Call getppid.
8835 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
8836 and continue to it. Read variable "server_pid".
8837
bf40a607
YQ
88382014-10-11 Yao Qi <yao@codesourcery.com>
8839
8840 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
8841
052ca370
YQ
88422014-10-11 Yao Qi <yao@codesourcery.com>
8843
8844 * gdb.threads/thread-find.exp: Don't execute command
8845 "info threads".
8846 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
8847 * gdb.threads/linux-dp.exp: Don't check the condition
8848 $threads_created equals to zero.
8849
3831839c
PA
88502014-10-10 Pedro Alves <palves@redhat.com>
8851
8852 * gdb.base/bigcore.exp: Remove references to IRIX.
8853 * gdb.base/funcargs.exp: Likewise.
8854 * gdb.base/interrupt.exp: Likewise.
8855 * gdb.base/mips_pro.exp: Likewise.
8856 * gdb.base/nodebug.exp: Likewise.
8857 * gdb.base/setvar.exp: Likewise.
8858 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
8859
8b9a549d
PA
88602014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8861 Pedro Alves <palves@redhat.com>
8862
8863 PR symtab/14466
8864 * gdb.base/vdso-warning.c: New file.
8865 * gdb.base/vdso-warning.exp: New file.
8866
d48ba5e8
DE
88672014-10-02 Doug Evans <dje@google.com>
8868
8869 * gdb.base/structs.c (main): Don't run forever.
8870
2278c276
PA
88712014-10-02 Pedro Alves <palves@redhat.com>
8872
8873 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
8874 (top level) <stop threads 1, stop threads 2>: Use it.
8875
b57bacec
PA
88762014-10-02 Pedro Alves <palves@redhat.com>
8877
8878 * gdb.threads/break-while-running.exp (test): Add new
8879 'update_thread_list' argument. Skip "info threads" if false.
8880 (top level): Add new 'update_thread_list' axis.
8881
13fd3ff3
PA
88822014-10-02 Pedro Alves <palves@redhat.com>
8883
8884 PR breakpoints/17431
8885 * gdb.base/execl-update-breakpoints.c: New file.
8886 * gdb.base/execl-update-breakpoints.exp: New file.
8887
0fec99e8
PA
88882014-10-01 Pedro Alves <palves@redhat.com>
8889
8890 * gdb.base/breakpoint-in-ro-region.c: New file.
8891 * gdb.base/breakpoint-in-ro-region.exp: New file.
8892
2ddf4301
SM
88932014-10-01 Simon Marchi <simon.marchi@ericsson.com>
8894
8895 * gdb.mi/mi-exit-code.exp: New file.
8896 * gdb.mi/mi-exit-code.c: New file.
8897
6a5f3f43
YQ
88982014-09-30 Yao Qi <yao@codesourcery.com>
8899
8900 * lib/prelink-support.exp (build_executable_own_libs): Error if
8901 the target isn't native.
8902
345bcc73
YQ
89032014-09-30 Yao Qi <yao@codesourcery.com>
8904
8905 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
8906 false.
8907
a25a5a45
PA
89082014-09-22 Pedro Alves <palves@redhat.com>
8909
8910 * gdb.threads/break-while-running.exp: New file.
8911 * gdb.threads/break-while-running.c: New file.
8912
00ba3162
YQ
89132014-09-19 Yao Qi <yao@codesourcery.com>
8914
8915 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
8916 Invoke test. Restart GDB with --readnow and invoke test again.
8917
c3b7b696
YQ
89182014-09-19 Yao Qi <yao@codesourcery.com>
8919
8920 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
8921 proc set_breakpoint_on_gcd_function. Invoke
8922 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
8923 invoke set_breakpoint_on_gcd_function again.
8924
2b4fd423
DE
89252014-09-18 Doug Evans <dje@google.com>
8926
8927 * gdb.dwarf2/symtab-producer.exp: New file.
8928
a5947601
SDJ
89292014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
8930
8931 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
8932 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
8933 * gdb.base/global-var-nested-by-dso.c: Likewise.
8934 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8935
91c19059
SDJ
89362014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
8937 Pedro Alves <palves@redhat.com>
8938
8939 * gdb.base/watch-bitfields.exp: Pass string other than test file
8940 name to prepare_for_testing.
8941 (watch): New procedure.
8942 (expect_watchpoint): Use with_test_prefix.
8943 (top level): Factor out tests to ...
8944 (test_watch_location, test_regular_watch): ... these new
8945 procedures, and use with_test_prefix and gdb_continue_to_end.
8946
bb9d5f81
PP
89472014-09-16 Patrick Palka <patrick@parcs.ath.cx>
8948
8949 PR breakpoints/12526
8950 * gdb.base/watch-bitfields.exp: New file.
8951 * gdb.base/watch-bitfields.c: New file.
8952
635856f5
PA
89532014-09-16 Pedro Alves <palves@redhat.com>
8954
8955 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
8956 software and hardware addresses, not software address against
8957 itself.
8958
7280ceea
PA
89592014-09-16 Pedro Alves <palves@redhat.com>
8960
8961 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
8962 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
8963
428b16bd
PA
89642014-09-16 Pedro Alves <palves@redhat.com>
8965
8966 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
8967 files.
8968 * gdb.base/a2-run.exp: Remove all code guarded by istarget
8969 "*-*-vxworks*" throughout.
8970 * gdb.base/break.exp: Likewise.
8971 * gdb.base/default.exp: Likewise.
8972 * gdb.base/scope.exp: Likewise.
8973 * gdb.base/sepdebug.exp: Likewise.
8974 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
8975 throughout.
8976 * gdb.base/run.c: Likewise.
8977 * gdb.base/sepdebug.c: Likewise.
8978 * gdb.hp/gdb.aCC/run.c: Likewise.
8979 * gdb.reverse/until-reverse.c: Likewise.
8980 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
8981
666d413c
YQ
89822014-09-16 Yao Qi <yao@codesourcery.com>
8983
8984 * boards/local-remote-host-native.exp: New file.
8985
57cbd724
DE
89862014-09-14 Doug Evans <xdje42@gmail.com>
8987
8988 * gdb.threads/queue-signal.c (thread_count): New variable.
8989 (thread_count_mutex, thread_count_condvar): New variables.
8990 (incr_thread_count, wait_all_threads_running): New functions.
8991 (main): Wait for all threads to be in their thread functions.
8992
81219e53
DE
89932014-09-13 Doug Evans <xdje42@gmail.com>
8994
8995 * gdb.threads/queue-signal.c: New file.
8996 * gdb.threads/queue-signal.exp: New file.
8997
3714cea7
DE
89982014-09-13 Doug Evans <xdje42@gmail.com>
8999
9000 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
9001 be consistent with what default_gdb_init uses.
9002 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
9003 the plain text of the prompt. Add some logging printfs.
9004 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
9005
fa43b1d7
PA
90062014-09-12 Pedro Alves <palves@redhat.com>
9007
9008 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
9009 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
9010 * gdb.arch/i386-size-overlap.exp: Likewise.
9011 * gdb.arch/i386-size.exp: Likewise.
9012 * gdb.arch/i386-unwind.exp: Likewise.
9013 * gdb.base/a2-run.exp: Likewise.
9014 * gdb.base/break.exp: Likewise.
9015 * gdb.base/charset.exp: Likewise.
9016 * gdb.base/chng-syms.exp: Likewise.
9017 * gdb.base/commands.exp: Likewise.
9018 * gdb.base/dbx.exp: Likewise.
9019 * gdb.base/find.exp: Likewise.
9020 * gdb.base/funcargs.exp: Likewise.
9021 * gdb.base/jit-simple.exp: Likewise.
9022 * gdb.base/reread.exp: Likewise.
9023 * gdb.base/sepdebug.exp: Likewise.
9024 * gdb.base/step-bt.exp: Likewise.
9025 * gdb.cp/mb-inline.exp: Likewise.
9026 * gdb.cp/mb-templates.exp: Likewise.
9027 * gdb.objc/basicclass.exp: Likewise.
9028 * gdb.threads/killed.exp: Likewise.
9029
9d9bf2df
EBM
90302014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9031
9032 PR tdep/17379
9033 * gdb.arch/powerpc-stackless.S: New file.
9034 * gdb.arch/powerpc-stackless.exp: New file.
9035
1cf2f1b0
JK
90362014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9037
9038 * gdb.base/attach.c: Include unistd.h.
9039 (main): Call alarm. Add label postloop.
9040 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
9041 gdb_breakpoint, gdb_continue_to_breakpoint.
9042 (test_command_line_attach_run): Kill ${testpid} in one exit path.
9043
98880d46
PA
90442014-09-11 Pedro Alves <palves@redhat.com>
9045
9046 PR gdb/17347
9047 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
9048 * gdb.base/attach.exp (test_command_line_attach_run): New
9049 procedure.
9050 (top level): Call it.
9051
4c92ff2c
PA
90522014-09-11 Pedro Alves <palves@redhat.com>
9053
9054 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
9055 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
9056 (do_command_attach_tests): Use spawn_wait_for_attach.
9057 * gdb.base/solib-overlap.exp: Likewise.
9058 * gdb.multi/multi-attach.exp: Likewise.
9059 * gdb.python/py-prompt.exp: Likewise.
9060 * gdb.python/py-sync-interp.exp: Likewise.
9061 * gdb.server/ext-attach.exp: Likewise.
9062
3adc1a7d
GKB
90632014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
9064
9065 * gdb.fortran/array-element.exp: Remove unexpected "continue"
9066 command in testcase. Simplify testcase.
9067
96334934
JB
90682014-09-10 Joel Brobecker <brobecker@adacore.com>
9069
9070 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
9071
eb479039
JB
90722014-09-10 Joel Brobecker <brobecker@adacore.com>
9073
9074 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
9075
deede10c
JB
90762014-09-10 Joel Brobecker <brobecker@adacore.com>
9077
9078 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
9079
7828a5f5
JB
90802014-09-10 Joel Brobecker <brobecker@adacore.com>
9081
9082 * gdb.dwarf2/dynarr-ptr.c: New file.
9083 * gdb.dwarf2/dynarr-ptr.exp: New file.
9084
33aeebcf
MR
90852014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9086
9087 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
9088 of 30 rather than hardcoding 120 for a slow test case. Take the
9089 `gdb,timeout' target setting into account for this calculation.
9090 Don't extend the timeout for the test cases that don't need it.
9091
7b415901
MR
90922014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9093
9094 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
9095 a factor of 2 for a slow test case. Take the `gdb,timeout'
9096 target setting into account for this calculation.
9097 * gdb.reverse/until-precsave.exp: Increase the timeout by
9098 a factor of 15 and 3 respectively rather than adding 120
9099 for a pair of slow test cases. Take the `gdb,timeout'
9100 target setting into account for this calculation.
9101
4a40f85a
MR
91022014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9103
9104 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
9105 timeout, don't pass one down to gdb_expect.
9106 (gdb_expect): Rework timeout selection.
9107
09635af7
MR
91082014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9109
9110 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
9111 exception on timeout.
9112 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
9113 (gdbserver_start_extended): Catch any `gdbserver_start' error
9114 exceptions.
9115 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
9116 * lib/mi-support.exp (mi_gdb_target_load): Catch any
9117 `gdbserver_gdb_load' error exceptions.
9118
2bdd10b7
MR
91192014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9120
9121 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
9122 120 on waiting for the TCP socket to open.
9123
316935f0
DE
91242014-09-09 Doug Evans <xdje42@gmail.com>
9125
9126 * gdb.base/default.exp (show_conv_list): Add _caller_is,
9127 _caller_matches, _any_caller_is, _any_caller_matches.
9128
83740597
DE
91292014-09-09 Doug Evans <xdje42@gmail.com>
9130
9131 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
9132
4c122fc3
YQ
91332014-09-09 Yao Qi <yao@codesourcery.com>
9134
9135 * gdb.mi/mi-var-display.exp: Set print symbol off.
9136
a9f116cb
GKB
91372014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
9138
9139 PR gdb/17035
9140 * gdb.base/commands.exp: Add tests to verify user-defined
9141 commands with empty bodies.
9142 * gdb.python/py-cmd.exp: Test that we don't show user-defined
9143 python commands in `show user command`.
9144 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
9145 scheme commands in `show user command`.
9146
c75bd3a2
JK
91472014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9148
9149 PR python/17355
9150 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
9151 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
9152 * gdb.python/py-framefilter-invalidarg.exp: New file.
9153 * gdb.python/py-framefilter-invalidarg.py: New file.
9154
faa42425
DE
91552014-09-06 Doug Evans <xdje42@gmail.com>
9156
9157 PR 15276
9158 * gdb.python/py-caller-is.c: New file.
9159 * gdb.python/py-caller-is.exp: New file.
9160
474ca4f6
SDJ
91612014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
9162
9163 PR gdb/17235
9164 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
9165 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
9166
eb0b0463
SDJ
91672014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
9168
9169 PR fortran/17237
9170 * gdb.fortran/print-formatted.exp: New file.
9171 * gdb.fortran/print-formatted.f90: Likewise.
9172
5f3b99cf
SS
91732014-09-03 Sasha Smundak <asmundak@google.com>
9174
9175 * gdb.python/py-frame.exp: Test Frame.read_register.
9176
7d793aa9
SDJ
91772014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
9178
9179 PR python/16699
9180 * gdb.python/py-completion.exp: New file.
9181 * gdb.python/py-completion.py: Likewise.
9182
fb0576e9
DE
91832014-08-28 Doug Evans <dje@google.com>
9184
9185 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
9186 eax,etc. are live with values set by gdb and thus the compiler can't
9187 use them.
9188 * gdb.arch/i386-pseudo.c (main): Ditto.
9189
ee92b0dd
DE
91902014-08-27 Doug Evans <dje@google.com>
9191
9192 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
9193
6649db35
DE
91942014-08-25 Doug Evans <dje@google.com>
9195
9196 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
9197 (main): Ditto.
9198
564b7600
DE
91992014-08-25 Doug Evans <dje@google.com>
9200
9201 * gdb.threads/thread-execl.exp: #include <stdio.h>.
9202
3881fb67
YQ
92032014-08-24 Yao Qi <yao@codesourcery.com>
9204
9205 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
9206 symbol off.
9207 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
9208
a05a36a5
DE
92092014-08-22 Doug Evans <dje@google.com>
9210
9211 PR 17276
9212 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
9213 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
9214 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
9215
7c343b48
YQ
92162014-08-22 Yao Qi <yao@codesourcery.com>
9217
9218 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
9219 * gdb.python/py-finish-breakpoint2.exp: Likewise.
9220 * gdb.python/python.exp: Likewise. Use .py file on the host
9221 instead of the build.
9222
22fd09ae
JK
92232014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9224
9225 * gdb.threads/gcore-stale-thread.c: New file.
9226 * gdb.threads/gcore-stale-thread.exp: New file.
9227
a8454a7c
PA
92282014-08-21 Pedro Alves <palves@redhat.com>
9229
9230 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
9231 * gdb.base/gcore-relro-pie.exp: Likewise.
9232 * gdb.base/gcore-relro.exp: Likewise.
9233 * gdb.base/gcore.exp: Likewise.
9234 * gdb.base/print-symbol-loading.exp: Likewise.
9235 * gdb.threads/gcore-thread.exp: Likewise.
9236 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
9237
2a31c623
PA
92382014-08-20 Pedro Alves <palves@redhat.com>
9239 Jan Kratochvil <jan.kratochvil@redhat.com>
9240
9241 * Makefile.in (EXTRA_RULES, CC): New variables, get from
9242 configure.
9243 (EXPECT): Handle READ1 being set.
9244 (all): Depend on EXTRA_RULES.
9245 (check-read1, expect-read1, read1.so, read1): New rules.
9246 * README (Testsuite Parameters): Document the READ1 make variable.
9247 (Race detection): New section.
9248 * configure: Regenerate.
9249 * configure.ac: If build==host==target, and running under a
9250 GNU/glibc system, add read1 to the extra Makefile rules.
9251 (EXTRA_RULES): AC_SUBST it.
9252 * lib/read1.c: New file.
9253
d36430db
JB
92542014-08-20 Joel Brobecker <brobecker@adacore.com>
9255
9256 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
9257 the handling of variables declared as a typedef to an array
9258 which a DW_AT_data_location attribute.
9259
9a0dc9e3
PA
92602014-08-19 Andrew Burgess <aburgess@broadcom.com>
9261 Pedro Alves <palves@redhat.com>
9262
9263 PR symtab/14604
9264 PR symtab/14605
9265 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
9266 gdb_test.
9267
0718a8da
PA
92682014-08-19 Pedro Alves <palves@redhat.com>
9269
9270 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
9271
13b448cd
YQ
92722014-08-19 Yao Qi <yao@codesourcery.com>
9273
9274 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
9275 right line.
9276
1cbf5077
DB
92772014-08-18 David Blaikie <dblaikie@gmail.com>
9278
9279 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
9280
bf0fae19
JB
92812014-08-18 Joel Brobecker <brobecker@adacore.com>
9282
9283 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
9284 attribute in array range.
9285
3c8c5dcc
JB
92862014-08-18 Joel Brobecker <brobecker@adacore.com>
9287
9288 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
9289
e66d4446
SC
92902014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9291
9292 PR c++/17132
9293 * gdb.cp/pr17132.cc: New file.
9294 * gdb.cp/pr17132.exp: New file.
9295
940df408
SC
92962014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9297
9298 * gdb.python/py-xmethods.py (A_getarrayind)
9299 (E_method_char_worker.__call__, E_method_int_worker.__call__):
9300 Use 'print' with function call syntax.
9301 (E_method_matcher.match): Fix tab vs space indentation mixup.
9302
ebcc6c3a
YQ
93032014-08-15 Yao Qi <yao@codesourcery.com>
9304
9305 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
9306 false.
9307
775e0f04
YQ
93082014-08-15 Yao Qi <yao@codesourcery.com>
9309
9310 * gdb.cp/casts.exp: Set print symbol off.
9311 * gdb.cp/class2.exp: Likewise.
9312 * gdb.cp/overload.exp: Likewise.
9313 * gdb.cp/templates.exp: Likewise.
9314
d769e349
DE
93152014-08-11 Doug Evans <dje@google.com>
9316
9317 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
9318 (test_load_shlib): Update.
9319
20c6f1e1
YQ
93202014-08-09 Yao Qi <yao@codesourcery.com>
9321
9322 * gdb.base/display.exp: Invoke is_address_zero_readable.
9323 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
9324 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
9325 * gdb.base/hbreak-unmapped.exp: Return if
9326 is_address_zero_readable returns true.
9327 * gdb.base/signest.exp: Likewise.
9328 * gdb.base/signull.exp: Likewise.
9329 * gdb.base/sigbpt.exp: Likewise.
9330 * gdb.guile/scm-disasm.exp: Do the test if
9331 is_address_zero_readable returns false.
9332 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
9333 * gdb.python/py-arch.exp: Likewise.
9334 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
9335 * lib/gdb.exp (is_address_zero_readable): New proc.
9336
5792e8e3
YQ
93372014-08-09 Yao Qi <yao@codesourcery.com>
9338
9339 PR testsuite/13443
9340 * gdb.mi/mi-var-display.exp: Make test messages unique.
9341
3cecbbbe
TT
93422014-08-04 Tom Tromey <tromey@redhat.com>
9343
9344 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
9345 target 0".
9346
00b51ff5
TT
93472014-08-04 Tom Tromey <tromey@redhat.com>
9348
9349 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
9350 "target_resume".
9351
6908c509
JB
93522014-08-01 Joel Brobecker <brobecker@adacore.com>
9353
9354 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
9355 inner_vla_struct_object_size.
9356 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
9357 as xfail.
9358
cc6563d2
PA
93592014-07-30 Pedro Alves <palves@redhat.com>
9360
9361 * gdb.threads/signal-command-handle-nopass.exp (test): Add
9362 comment.
9363
7e09a223
YQ
93642014-07-29 Yao Qi <yao@codesourcery.com>
9365
9366 PR gdb/17206
9367 * gdb.base/until-nodebug.exp: New.
9368
7ebdbe92
DE
93692014-07-28 Doug Evans <xdje42@gmail.com>
9370
9371 PR guile/17203
9372 * gdb.guile/scm-parameter.exp: Add tests for trying to create
9373 previously existing parameter, and previously ambiguously spelled
9374 parameter.
9375
fdb1adc6
WN
93762014-07-28 Will Newton <will.newton@linaro.org>
9377
9378 * gdb.base/varargs.exp: Remove KFAILs for ARM.
9379
186fcde0
DE
93802014-07-26 Ludovic Courtès <ludo@gnu.org>
9381 Doug Evans <xdje42@gmail.com>
9382
9383 PR guile/17146
9384 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
9385
70509625
PA
93862014-07-25 Pedro Alves <palves@redhat.com>
9387
9388 * gdb.threads/signal-command-handle-nopass.c: New file.
9389 * gdb.threads/signal-command-handle-nopass.exp: New file.
9390 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
9391 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
9392 * gdb.threads/signal-delivered-right-thread.c: New file.
9393 * gdb.threads/signal-delivered-right-thread.exp: New file.
9394
c3f814a1
PA
93952014-07-25 Pedro Alves <palves@redhat.com>
9396
9397 * gdb.base/double-prompt-target-event-error.exp
9398 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
9399 match.
9400 (cancel_pagination_in_target_event): Rework double prompt
9401 detection.
9402 * gdb.base/paginate-after-ctrl-c-running.exp
9403 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
9404 <return>' match.
9405 * gdb.base/paginate-bg-execution.exp
9406 (test_bg_execution_pagination_return)
9407 (test_bg_execution_pagination_cancel): Remove '-notransfer
9408 <return>' matches.
9409 * gdb.base/paginate-execution-startup.exp
9410 (test_fg_execution_pagination_return)
9411 (test_fg_execution_pagination_cancel): Remove '-notransfer
9412 <return>' matches.
9413 * gdb.base/paginate-inferior-exit.exp
9414 (test_paginate_inferior_exited): Remove '-notransfer <return>'
9415 match.
9416 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
9417 * lib/gdb.exp (pagination_prompt): Run text through
9418 string_to_regexp.
9419 (gdb_test_multiple): Match $pagination_prompt instead of
9420 "<return>".
9421 (string_to_regexp): Move to lib/gdb-utils.exp.
9422
e214cf6c
JK
94232014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9424
9425 * gdb.arch/amd64-entry-value-paramref.S: New file.
9426 * gdb.arch/amd64-entry-value-paramref.cc: New file.
9427 * gdb.arch/amd64-entry-value-paramref.exp: New file.
9428 * gdb.arch/amd64-optimout-repeat.S: New file.
9429 * gdb.arch/amd64-optimout-repeat.c: New file.
9430 * gdb.arch/amd64-optimout-repeat.exp: New file.
9431
17d0c5c8
JK
94322014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9433
9434 PR gdb/17170
9435 * gdb.base/statistics.exp: New file.
9436
b8b8facf
DE
94372014-07-17 Doug Evans <dje@google.com>
9438
74b49205 9439 PR gdb/17170
b8b8facf
DE
9440 * gdb.base/maint.exp: Update testing of per-command stats.
9441
1b5d0ab3
PA
94422014-07-16 Pedro Alves <palves@redhat.com>
9443
9444 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
9445 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
9446 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
9447 (tfile_write_buf): New functions.
9448 (add_memory_block): Rewrite using the above.
9449 (adjust_function_address): New function.
9450 (FUNCTION_ADDRESS): New macro.
9451 (write_basic_trace_file): Remove short_x local, and use
9452 tfile_write_16. Change type of func_addr local to unsigned long
9453 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
9454 here. Cast argument of add_memory_block to char pointer.
9455 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
9456 (main): Remove parameters.
9457 * gdb.trace/tfile.exp: Remove nowarnings.
9458
4d974e88
SM
94592014-07-15 Simon Marchi <simon.marchi@ericsson.com>
9460
9461 * gdb.base/debug-expr.exp: Test string evaluation with
9462 "debug expression" on.
9463
41e99568
PA
94642014-07-15 Pedro Alves <palves@redhat.com>
9465
9466 * gdb.base/reread.exp: Use clean_restart.
9467
487d9753
PL
94682014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
9469
9470 * gdb.arch/avr-flash-qualifer.c: New.
9471 * gdb.arch/avr-flash-qualifer.exp: New.
9472
cc1c52ad
PA
94732014-07-14 Pedro Alves <palves@redhat.com>
9474
9475 * gdb.base/paginate-after-ctrl-c-running.c: New file.
9476 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
9477
1e973570
PA
94782014-07-14 Pedro Alves <palves@redhat.com>
9479
9480 * gdb.base/double-prompt-target-event-error.c: New file.
9481 * gdb.base/double-prompt-target-event-error.exp: New file.
9482
93d6eb10
PA
94832014-07-14 Pedro Alves <palves@redhat.com>
9484
9485 PR gdb/17072
9486 * gdb.base/paginate-inferior-exit.c: New file.
9487 * gdb.base/paginate-inferior-exit.exp: New file.
9488
0017922d
PA
94892014-07-14 Pedro Alves <palves@redhat.com>
9490
9491 PR gdb/17072
9492 * gdb.base/paginate-bg-execution.c: New file.
9493 * gdb.base/paginate-bg-execution.exp: New file.
9494
94696ad3
PA
94952014-07-14 Pedro Alves <palves@redhat.com>
9496
9497 PR gdb/17072
9498 * gdb.base/paginate-execution-startup.c: New file.
9499 * gdb.base/paginate-execution-startup.exp: New file.
9500 * lib/gdb.exp (pagination_prompt): New global.
9501 (default_gdb_spawn): New procedure, factored out from
9502 default_gdb_spawn.
9503 (default_gdb_start): Adjust to call default_gdb_spawn.
9504 (gdb_spawn): New procedure.
9505
bd293940
PA
95062014-07-14 Pedro Alves <palves@redhat.com>
9507
9508 * lib/gdb.exp (gdb_assert): New procedure.
9509 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
9510
c933f875
PA
95112014-07-14 Pedro Alves <palves@redhat.com>
9512
9513 * gdb.base/execution-termios.c: New file.
9514 * gdb.base/execution-termios.exp: New file.
9515
d98b7a16
TT
95162014-07-14 Tom Tromey <tromey@redhat.com>
9517
9518 * gdb.cp/vla-cxx.cc: New file.
9519 * gdb.cp/vla-cxx.exp: New file.
9520
548740d6
TT
95212014-07-14 Tom Tromey <tromey@redhat.com>
9522
9523 * gdb.reverse/rerun-prec.c: New file.
9524 * gdb.reverse/rerun-prec.exp: New file.
9525
a25eb028
MR
95262014-07-12 Maciej W. Rozycki <macro@mips.com>
9527 Maciej W. Rozycki <macro@codesourcery.com>
9528
9529 * lib/gdb-utils.exp: New file.
9530 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
9531 inline `gdb_init_command' processing.
9532 (gdb_start_cmd): Likewise.
9533 * lib/mi-support.exp (mi_run_cmd): Likewise.
9534 * README: Document `gdb_init_command' and `gdb_init_commands'.
9535
218c2655
JK
95362014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9537
9538 Fix false FAIL running under a very long directory name.
9539 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
9540 and "set print elements 10000". Twice.
9541
5401fde3
YQ
95422014-07-11 Yao Qi <yao@codesourcery.com>
9543
9544 * gdb.base/exprs.exp: "set print symbol off".
9545
e76126e8
PA
95462014-07-11 Pedro Alves <palves@redhat.com>
9547
9548 * gdb.threads/kill.c: New file.
9549 * gdb.threads/kill.exp: New file.
9550
2d6f0de6
YQ
95512014-07-10 Yao Qi <yao@codesourcery.com>
9552
9553 * gdb.trace/tfile.c (write_basic_trace_file)
9554 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
9555 address written to trace file.
9556
7180e04a
PA
95572014-07-09 Pedro Alves <palves@redhat.com>
9558
9559 * gdb.base/attach-wait-input.exp: New file.
9560 * gdb.base/attach-wait-input.c: New file.
9561
9a9a7608
AB
95622014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
9563
9564 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
9565 setting up test structures.
9566 (main): Call new test function.
9567 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
9568 test function, continue into test function and walk test
9569 structures.
9570
161ac41e
YQ
95712014-07-02 Yao Qi <yao@codesourcery.com>
9572
9573 * gdb.trace/entry-values.c: Define labels 'foo_start' and
9574 'bar_start' at the beginning of functions 'foo' and 'bar'
9575 respectively.
9576 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
9577 instead of 'foo' and 'bar'.
9578
1f267ae3
MM
95792014-07-08 Markus Metzger <markus.t.metzger@intel.com>
9580
9581 * gdb.btrace/segv.exp: New.
9582 * gdb.btrace/segv.c: New.
9583
2b239efb
LM
95842014-07-02 Luis Machado <lgustavo@codesourcery.com>
9585
9586 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
9587 instruction.
9588
cf363f18
MW
95892014-06-30 Mark Wielaard <mjw@redhat.com>
9590
9591 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
9592 vulture, vilify, villar): New volatile array constants.
9593 (vindictive, vegetation): New const volatile array constants.
9594 * gdb.base/volatile.exp: Test volatile and const volatile array
9595 types.
9596
aebf9d24
AA
95972014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9598
9599 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
9600 target lacks support for awatch, rwatch, or hbreak.
9601
b67a2c6f
YQ
96022014-06-27 Yao Qi <yao@codesourcery.com>
9603
9604 * gdb.multi/dummy-frame-restore.exp: New.
9605 * gdb.multi/dummy-frame-restore.c: New.
9606
aef92902
MM
96072014-06-25 Markus Metzger <markus.t.metzger@intel.com>
9608
9609 * gdb.btrace/gcore.exp: New.
9610
8e9db26e
PA
96112014-06-23 Pedro Alves <palves@redhat.com>
9612
9613 * gdb.base/watchpoint-reuse-slot.c: New file.
9614 * gdb.base/watchpoint-reuse-slot.exp: New file.
9615
70afc5b7
SC
96162014-06-23 Siva Chandra Reddy <sivachandra@google.com>
9617
9618 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
9619 progspace's filename in 'info', 'enable' and 'disable' command
9620 tests.
9621
b972bd9c
JK
96222014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9623
9624 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
9625 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
9626 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
9627
125f8a3d
GB
96282014-06-20 Gary Benson <gbenson@redhat.com>
9629
9630 * gdb.arch/i386-avx.exp: Fix include file location.
9631 * gdb.arch/i386-sse.exp: Likewise.
9632
3ed9baed
IB
96332014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
9634
9635 * gdb.dlang/expression.exp: New file.
9636
034f788c
PA
96372014-06-19 Pedro Alves <palves@redhat.com>
9638
9639 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
9640 out from ...
9641 (top level): ... here. Iterate running tests under different
9642 scheduler-locking settings.
9643
45371d0c
LM
96442014-06-18 Luis Machado <lgustavo@codesourcery.com>
9645
9646 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
9647 to DW_FORM_addr and use non-zero addresses.
9648
5d376983
SC
96492014-06-18 Siva Chandra Reddy <sivachandra@google.com>
9650
9651 PR gdb/17017
9652 * gdb.python/py-xmethods.cc: Add global function call counters and
9653 increment them in their respective functions. Remove "cout"
9654 statements.
9655 * gdb.python/py-xmethods.exp: Make tests check the global function
9656 call counters instead of depending on inferior IO.
9657
a1aa2221
LM
96582014-06-18 Don Breazeal <donb@codesourcery.com>
9659
9660 * gdb.base/foll-fork.exp (default_fork_parent_follow):
9661 Deleted procedure.
9662 (explicit_fork_parent_follow): Deleted procedure.
9663 (explicit_fork_child_follow): Deleted procedure.
9664 (test_follow_fork): New procedure.
9665 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 9666 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
9667 procedure calls.
9668
0fc05997
YQ
96692014-06-17 Yao Qi <yao@codesourcery.com>
9670
9671 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
9672 CP1252.
9673
70795c52
LM
96742014-06-17 Luis Machado <lgustavo@codesourcery.com>
9675
9676 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
9677 Initialize ptr and S explicitly.
9678 (skip_type_update_when_not_use_rtti_test): Likewise.
9679
6be47f0c
KS
96802014-06-16 Keith Seitz <keiths@redhat.com>
9681
9682 PR mi/15863
9683 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
9684 the inferior is started.
9685
d03de421
PA
96862014-06-16 Pedro Alves <palves@redhat.com>
9687
9688 * gdb.base/break-main-file-remove-fail.c: New file.
9689 * gdb.base/break-main-file-remove-fail.exp: New file.
9690 * gdb.base/break-unload-file.exp: Use build_executable instead of
9691 prepare_for_testing.
9692 (test_break): New parameter "initial_load". Handle it.
9693 (top level): Add initial_load cmdline/file axis.
9694
f9579b99
TT
96952014-06-12 Tom Tromey <tromey@redhat.com>
9696
9697 * gdb.base/completion.exp: Don't use directory name in test.
9698
3657956b
GB
96992014-06-09 Gary Benson <gbenson@redhat.com>
9700
9701 * gdb.base/sigall.c [Functions to send signals]: Reorder to
9702 separate the always-available ANSI-standard signals from the
9703 signals that require checking.
9704 (main): Likewise.
9705 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
9706 Likewise.
9707 (main): Likewise.
9708
4186eb54
KS
97092014-06-07 Keith Seitz <keiths@redhat.com>
9710
9711 Revert:
9712 PR c++/16253
9713 * gdb.cp/var-tag.cc: New file.
9714 * gdb.cp/var-tag.exp: New file.
9715 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
9716 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
9717 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
9718 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
9719
25326a28 97202014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
9721
9722 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
9723
829155c9
PA
97242014-06-06 Pedro Alves <palves@redhat.com>
9725
9726 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
9727 in target debug output instead of looking at RSP packets,
9728 disabling the test on any target that uses hardware stepping.
9729 Update comments.
9730
61c8d22e
PA
97312014-06-06 Pedro Alves <palves@redhat.com>
9732
9733 * gdb.base/break-unload-file.exp: Fix typo.
9734
d9a47287
YQ
97352014-06-06 Yao Qi <yao@codesourcery.com>
9736
9737 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
9738 from "jit_function" to "^jit_function".
9739
e5e01dbf
YQ
97402014-06-06 Yao Qi <yao@codesourcery.com>
9741
9742 * gdb.base/async.c (foo): Add one statement.
9743 * gdb.base/async.exp: Get the next instruction address and
9744 match the output of "nexti" by instruction address. Match
9745 the hex address in the output of "finish".
9746
73ba372c
GB
97472014-06-06 Gary Benson <gbenson@redhat.com>
9748
9749 * gdb.base/call-signals.c: Remove preprocessor conditionals
9750 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
9751 SIGSEGV and SIGTERM.
9752 * gdb.base/sigall.c: Likewise.
9753 * gdb.base/unwindonsignal.c: Likewise.
9754 * gdb.reverse/sigall-reverse.c: Likewise.
9755
831517df
YQ
97562014-06-06 Yao Qi <yao@codesourcery.com>
9757
9758 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
9759 readable, skip the test.
9760
b8b91e98
YQ
97612014-06-06 Yao Qi <yao@codesourcery.com>
9762
9763 * gdb.threads/staticthreads.c (thread_function): Move the line
9764 setting breakpoint on forward.
9765 * gdb.threads/staticthreads.exp: Update comments.
9766
fb934770
LC
97672014-06-05 Ludovic Courtès <ludo@gnu.org>
9768
9769 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
9770 "history-append! type error".
9771
6ef284bd
SM
97722014-06-05 Simon Marchi <simon.marchi@ericsson.com>
9773
9774 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
9775 erroneous dprintf expected input.
9776
a872e241
DE
97772014-06-04 Doug Evans <xdje42@gmail.com>
9778
9779 * gdb.guile/scm-generics.exp: Delete.
9780
16f691fb
DE
97812014-06-04 Doug Evans <xdje42@gmail.com>
9782
9783 * gdb.guile/scm-breakpoint.exp: Update.
9784 Add tests for breakpoint registration.
9785
012370f6
TT
97862014-06-04 Tom Tromey <tromey@redhat.com>
9787
9788 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
9789 VLA-in-union.
9790 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
9791 inner_vla_struct, vla_union types. Initialize objects of those
9792 types and compute their sizes.
9793
9f5a4cef
HZ
97942014-06-04 Nathan Sidwell <nathan@codesourcery.com>
9795 Hui Zhu <hui@codesourcery.com>
9796
9797 * gdb.base/fileio.exp: Add test for shell not available as well as
9798 available.
9799 * gdb.base/fileio.c (test_system): Check for shell twice.
9800
90a45c4d
YQ
98012014-06-04 Yao Qi <yao@codesourcery.com>
9802
9803 * gdb.base/auto-connect-native-target.exp: Remove redundant
9804 space from the regexp pattern.
9805
70017e41
YQ
98062014-06-04 Yao Qi <yao@codesourcery.com>
9807
9808 * gdb.base/default.exp: Replace "child" with "native" in
9809 regexp pattern.
9810
883964a7
SC
98112014-06-03 Siva Chandra Reddy <sivachandra@google.com>
9812
9813 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
9814 * gdb.python/py-xmethods.exp: New tests to test xmethods.
9815 * gdb.python/py-xmethods.py: Python script supporting the
9816 new testcase and tests.
9817
ef370185
JB
98182014-06-03 Joel Brobecker <brobecker@adacore.com>
9819 Pedro Alves <palves@redhat.com>
9820
9821 PR breakpoints/17000
9822 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
9823 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
9824
1e2ccb61
BM
98252014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
9826
9827 * gdb.base/subst.exp: Add tests to verify partial path matching
9828 output.
9829
c6ec5ab2
PA
98302014-06-03 Pedro Alves <palves@redhat.com>
9831
9832 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
9833 target that doesn't use software single-stepping.
9834
835c559f
PA
98352014-06-03 Pedro Alves <palves@redhat.com>
9836
9837 PR breakpoints/17000
9838 * gdb.base/sss-bp-on-user-bp-2.c: New file.
9839 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
9840
06eb1586
DE
98412014-06-02 Doug Evans <xdje42@gmail.com>
9842
9843 * gdb.guile/scm-parameter.exp: New file.
9844
e698b8c4
DE
98452014-06-02 Doug Evans <xdje42@gmail.com>
9846
9847 * gdb.guile/scm-cmd.c: New file.
9848 * gdb.guile/scm-cmd.exp: New file.
9849
ded03782
DE
98502014-06-02 Doug Evans <xdje42@gmail.com>
9851
9852 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
9853 pretty-printer lookup.
9854 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
9855 (make-pp_s-printer): Call it.
9856 (make-pretty-printer-from-dict): New function.
9857 (lookup-pretty-printer-maker-from-dict): New function.
9858 (*pretty-printer*): Simplify.
9859 (make-objfile-pp_s-printer): New function.
9860 (install-objfile-pretty-printers!): New function.
9861 (make-progspace-pp_s-printer): New function.
9862 (install-progspace-pretty-printers!): New function.
9863 * gdb.guile/scm-progspace.c: New file.
9864 * gdb.guile/scm-progspace.exp: New file.
9865
41fac0cf
PA
98662014-06-02 Pedro Alves <palves@redhat.com>
9867
9868 * gdb.base/dprintf-bp-same-addr.c: New file.
9869 * gdb.base/dprintf-bp-same-addr.exp: New file.
9870
96ae5695
EBM
98712014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9872
9873 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
9874 * gdb.arch/powerpc-power.s: Likewise.
9875
da02b3a8
JB
98762014-06-02 Joel Brobecker <brobecker@adacore.com>
9877
9878 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
9879
c72b2e7b
YQ
98802014-06-01 Yao Qi <yao@codesourcery.com>
9881
9882 * gdb.base/watchpoint.exp (test_watch_location): Check null
9883 pointer can be dereferenced. If not, do the test, otherwise
9884 skip it.
9885
53e8a631
AB
98862014-05-30 Andrew Burgess <aburgess@broadcom.com>
9887
9888 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
9889 results.
9890 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
9891
938f0e2f
AB
98922014-05-30 Andrew Burgess <aburgess@broadcom.com>
9893
9894 * gdb.arch/amd64-invalid-stack-middle.S: New file.
9895 * gdb.arch/amd64-invalid-stack-middle.c: New file.
9896 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
9897 * gdb.arch/amd64-invalid-stack-top.c: New file.
9898 * gdb.arch/amd64-invalid-stack-top.exp: New file.
9899
9ba6657a
PA
99002014-05-30 Pedro Alves <palves@redhat.com>
9901
9902 PR breakpoints/17000
9903 * gdb.base/sss-bp-on-user-bp.c: New file.
9904 * gdb.base/sss-bp-on-user-bp.exp: New file.
9905
522c09bf
DB
99062014-05-30 David Blaikie <dblaikie@gmail.com>
9907
9908 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
9909 gnu_inline semantics via attribute.
9910 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
9911 source explicitly specifies the required semantics.
9912
bf4ef81e
MR
99132014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
9914
9915 * gdb.reverse/sigall-reverse.exp: Fix a typo.
9916
329ea579
PA
99172014-05-29 Pedro Alves <palves@redhat.com>
9918 Tom Tromey <tromey@redhat.com>
9919
9920 * gdb.base/async-shell.exp: Don't enable target-async.
9921 * gdb.base/async.exp
9922 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
9923 parameter. Adjust.
9924 (top level): Don't test with "target-async".
9925 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
9926 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
9927 * gdb.base/inferior-died.exp: Don't enable target-async.
9928 * gdb.base/interrupt-noterm.exp: Likewise.
9929 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
9930 * gdb.mi/mi-nonstop-exit.exp: Likewise.
9931 * gdb.mi/mi-nonstop.exp: Likewise.
9932 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
9933 * gdb.mi/mi-nsintrall.exp: Likewise.
9934 * gdb.mi/mi-nsmoribund.exp: Likewise.
9935 * gdb.mi/mi-nsthrexec.exp: Likewise.
9936 * gdb.mi/mi-watch-nonstop.exp: Likewise.
9937 * gdb.multi/watchpoint-multi.exp: Adjust comment.
9938 * gdb.python/py-evsignal.exp: Don't enable target-async.
9939 * gdb.python/py-evthreads.exp: Likewise.
9940 * gdb.python/py-prompt.exp: Likewise.
9941 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
9942 * gdb.server/solib-list.exp: Don't enable target-async.
9943 * gdb.threads/thread-specific-bp.exp: Likewise.
9944 * lib/mi-support.exp: Adjust to use mi-async.
9945
fd664c91
PA
99462014-05-29 Pedro Alves <palves@redhat.com>
9947
9948 PR gdb/13860
9949 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
9950 reason, even in sync mode.
9951
251bde03
PA
99522014-05-29 Pedro Alves <palves@redhat.com>
9953 Hui Zhu <hui@codesourcery.com>
9954
9955 PR PR15693
9956 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
9957 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
9958 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
9959 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
9960
7f3c0343
JB
99612014-05-28 Joel Brobecker <brobecker@adacore.com>
9962
9963 * config/monitor.exp (gdb_target_monitor): Replace use of
9964 "set remotebaud" by "set serial baud".
9965
b2715b27
AW
99662014-05-26 Andy Wingo <wingo@igalia.com>
9967
9968 * gdb.guile/scm-breakpoint.exp:
9969 * gdb.guile/scm-gsmob.exp: Update to use plain old object
9970 properties instead of gdb-object-properties.
9971
498a4489
YQ
99722014-05-26 Yao Qi <yao@codesourcery.com>
9973
9974 * gdb.server/no-thread-db.exp: Specify source file name
9975 explicitly when setting a breakpoint.
9976
589fdceb
MM
99772014-05-23 Markus Metzger <markus.t.metzger@intel.com>
9978
9979 * gdb.btrace/vdso.c: New.
9980 * gdb.btrace/vdso.exp: New.
9981
e9089e05
MM
99822014-05-23 Markus Metzger <markus.t.metzger@intel.com>
9983
9984 * gdb.base/gcore.exp (capture_command_output): Move ...
9985 * lib/gdb.exp (capture_command_output): ... here.
9986
67b5c0c1
MM
99872014-05-23 Markus Metzger <markus.t.metzger@intel.com>
9988
9989 * gdb.btrace/data.exp: Test memory access during btrace replay.
9990
a2199296
SM
99912014-05-22 Simon Marchi <simon.marchi@ericsson.com>
9992
9993 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
9994
17b2616c
PA
99952014-05-21 Pedro Alves <palves@redhat.com>
9996
9997 PR gdb/13860
9998 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
9999 (top level): Test that output related to execution commands is
10000 sent to the console with CLI commands, but not with MI commands.
10001 Test that breakpoint events are always mirrored to the console.
10002 Also expect the new source line to be output after a "next" in
10003 async mode too. Make it a pass/fail test.
10004 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
10005 output.
10006 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
10007
5166082f
PA
100082014-05-21 Pedro Alves <palves@redhat.com>
10009
10010 * gdb.base/list.exp (build_pattern, test_list): New procedures.
10011 Use them to test variations of "list" after reaching a breakpoint.
10012 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
10013 Test "list" with listsize 10 after reaching a breakpoint.
10014 * gdb.python/python.exp (decode_line current location line
10015 number): Adjust expected line number.
10016
2f25d70f
SM
100172014-05-21 Simon Marchi <simon.marchi@ericsson.com>
10018
10019 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
10020 behavior for $args, pass it directly to "run".
10021
ff604a67
MR
100222014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
10023
10024 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
10025 30000 to 65536.
10026
6a3cb8e8
PA
100272014-05-21 Pedro Alves <palves@redhat.com>
10028
10029 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
10030 auto-connect-native-target off".
10031 * gdb.base/auto-connect-native-target.c: New file.
10032 * gdb.base/auto-connect-native-target.exp: New file.
10033
4ebfc96e
PA
100342014-05-21 Pedro Alves <palves@redhat.com>
10035
10036 * gdb.base/default.exp: Test "target native" instead of "target
10037 child".
10038
36d46afb
MW
100392014-05-21 Mark Wielaard <mjw@redhat.com>
10040
10041 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10042
5876f503
JK
100432014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10044
10045 Fix TLS access for -static -pthread.
10046 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
10047 <HAVE_TLS> (thread_function, main): Initialize it.
10048 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
10049 Add clean_restart.
10050 <$have_tls != "">: Check TLSVAR.
10051
0256a6ac
PA
100522014-05-21 Pedro Alves <palves@redhat.com>
10053
10054 * gdb.base/dcache-line-read-error.c: New.
10055 * gdb.base/dcache-line-read-error.exp: New.
10056
936d2992
PA
100572014-05-20 Pedro Alves <palves@redhat.com>
10058
10059 * gdb.base/compare-sections.c: New file.
10060 * gdb.base/compare-sections.exp: New file.
10061
802e8e6d
PA
100622014-05-20 Pedro Alves <palves@redhat.com>
10063
10064 * gdb.base/break-idempotent.c: New file.
10065 * gdb.base/break-idempotent.exp: New file.
10066
e59fa00f
MM
100672014-05-20 Markus Metzger <markus.t.metzger@intel.com>
10068
10069 * gdb.btrace/nohist.exp: New.
10070
8b696e31
YQ
100712014-05-20 Yao Qi <yao@codesourcery.com>
10072
10073 * lib/gdb.exp (gdb_init): Set timeout if test file is under
10074 gdb.reverse directory and gdb_reverse_timeout exists in board
10075 setting.
10076 * README: Document gdb_reverse_timeout.
10077
73c9764f
YQ
100782014-05-20 Yao Qi <yao@codesourcery.com>
10079
10080 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
10081 'test_file_name'. Treat args as a string instead of a list.
10082 (gdb_init): Rename argument 'args' by 'test_file_name'.
10083
f1f4348a
JK
100842014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10085
10086 * gdb.arch/powerpc-power.exp: New file.
10087 * gdb.arch/powerpc-power.s: New file.
10088
0dbe70ce
DE
100892014-05-16 Doug Evans <dje@google.com>
10090
10091 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
10092 * gdb.base/completion.exp: Check that all expected files exist
10093 before doing file completion.
0dbe70ce 10094
8d551b02
DE
100952014-05-16 Doug Evans <dje@google.com>
10096
10097 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
10098 Update.
10099 (do_syscall_tests_without_xml): Update.
10100
73eb7709
PA
101012014-05-16 Pedro Alves <palves@redhat.com>
10102
10103 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
10104 instead of "unknown output after running".
10105
3fae92fc
YQ
101062014-05-16 Yao Qi <yao@codesourcery.com>
10107
10108 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
10109 file1.txt from host at the end.
10110 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
10111
c2b2ccc5
DE
101122014-05-15 Doug Evans <dje@google.com>
10113
10114 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
10115 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
10116 loading file. Add test for TU lookup.
10117
8c217a4b
SM
101182014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10119
10120 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
10121 calling "-exec-arguments" or "set args" before running the
10122 inferior.
10123
3deb39c6
SM
101242014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10125
10126 * lib/mi-support.exp (mi_expect_stop): Expect message for
10127 inferiors that exit with non-zero exit code.
10128
71a79f8c
YQ
101292014-05-14 Yao Qi <yao@codesourcery.com>
10130
10131 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
10132 match absolute path on remote host.
10133 (test_file_list_exec_source_files): Remove "/" from the
10134 pattern.
10135
f23fcd46
YQ
101362014-05-14 Yao Qi <yao@codesourcery.com>
10137
10138 * boards/local-remote-host-notty.exp (${board}_file): New
10139 proc.
10140
9404b58f
KM
101412014-05-07 Kyle McMartin <kyle@redhat.com>
10142
10143 Pushed by Joel Brobecker <brobecker@adacore.com>.
10144 * gdb.arch/aarch64-atomic-inst.c: New file.
10145 * gdb.arch/aarch64-atomic-inst.exp: New file.
10146
5e45f04c
YQ
101472014-05-07 Yao Qi <yao@codesourcery.com>
10148
10149 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
10150 in current context" too.
10151
c888a17d
KS
101522014-05-05 Keith Seitz <keiths@redhat.com>
10153
10154 * gdb.linespec/ls-dollar.exp: Add test for linespec
10155 file:convenience_variable.
10156
290a839c
YQ
101572014-05-05 Yao Qi <yao@codesourcery.com>
10158
10159 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
10160 traceframes into tfile and ctf trace files. Read data from
10161 trace file and test collected data.
10162 (gdb_collect_locals_test): Likewise.
10163 (gdb_unavailable_registers_test): Likewise.
10164 (gdb_unavailable_floats): Likewise.
10165 (gdb_collect_globals_test): Likewise.
10166 (top-level): Append "ctf" to trace_file_targets if GDB
10167 supports.
10168
b5262cd0
YQ
101692014-05-05 Yao Qi <yao@codesourcery.com>
10170
10171 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
10172 code to ...
10173 (gdb_collect_args_test_1): ... it. New proc.
10174 (gdb_collect_locals_test): Move some code to ...
10175 (gdb_collect_locals_test_1): ... it. New proc.
10176 (gdb_unavailable_registers_test): Move some code to ...
10177 (gdb_unavailable_registers_test_1): ... it. New proc.
10178 (gdb_unavailable_floats): Move some code to ...
10179 (gdb_unavailable_floats_1): ... it. New proc.
10180
30a1e6cc
SDJ
101812014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10182
10183 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
10184 probes to test for bitness recognition.
10185 * gdb.arch/amd64-stap-optional-prefix.exp
10186 (test_probe_value_without_reg): New procedure.
10187 Add code to test for different kinds of bitness.
10188
f33da99a
SDJ
101892014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10190
10191 PR breakpoints/16889
10192 * gdb.arch/amd64-stap-optional-prefix.S: New file.
10193 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
10194
5b80f00d
PA
101952014-05-01 Pedro Alves <palves@redhat.com>
10196
10197 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
10198 gdb_file_cmd if no file is specified.
10199 * boards/native-extended-gdbserver.exp (gdb_load): Use the
10200 last_loaded_file to set the remote exec-file.
10201
f8c2a73c
PA
102022014-05-01 Pedro Alves <palves@redhat.com>
10203
10204 * boards/local-remote-host.exp: New file.
10205
be6e8ac7
PA
102062014-05-01 Pedro Alves <palves@redhat.com>
10207
10208 * boards/local-remote-host.exp: Rename to ...
10209 * boards/local-remote-host-notty.exp: ... this.
10210
cac0dc8f
JB
102112014-04-28 Joel Brobecker <brobecker@adacore.com>
10212
10213 * gdb.ada/dyn_arrayidx: New testcase.
10214
9730e6cc
YQ
102152014-04-26 Yao Qi <yao@codesourcery.com>
10216
10217 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
10218 and compute the length of function main. Save it in
10219 $main_length.
10220 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
10221 (top-level): Use gdb_compile to compile objects into
10222 executable and restart GDB. Remove invocation to
10223 prepare_for_testing.
10224
7ae1a6a6
PA
102252014-04-25 Simon Marchi <simon.marchi@ericsson.com>
10226 Pedro Alves <palves@redhat.com>
10227
10228 PR server/16255
10229 * gdb.multi/multi-attach.c: New file.
10230 * gdb.multi/multi-attach.exp: New file.
10231
4082afcc
PA
102322014-04-25 Pedro Alves <palves@redhat.com>
10233
10234 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
10235 user.
10236 (top level): Test that "set remote conditional-breakpoints-packet
10237 off" works as intended.
10238 * gdb.base/dprintf.exp: Test that "set remote
10239 breakpoint-commands-packet off" works as intended.
10240 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
10241 New function.
10242 (top level): Call it.
10243 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
10244 remote fast-tracepoints-packet off" works as intended.
10245 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
10246 * lib/gdb.exp (gdb_is_target_remote): ... here.
10247
2abc3f8d
DB
102482014-04-24 David Blaikie <dblaikie@gmail.com>
10249
10250 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
10251 ensure clang would not discard them.
10252 * gdb.base/gdbvars.c: Ditto.
10253 * gdb.base/memattr.c: Ditto.
10254 * gdb.base/whatis.c: Ditto.
10255 * gdb.python/py-prettyprint.c: Ditto.
10256 * gdb.trace/actions.c: Ditto.
10257 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
10258 ensure clang would not discard it.
10259
bfd39632
DB
102602014-04-24 David Blaikie <dblaikie@gmail.com>
10261
10262 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
10263 clang to emit the full definition of type required by the test
10264 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
10265
22842ff6
DB
102662014-04-24 David Blaikie <dblaikie@gmail.com>
10267
10268 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
10269 coax Clang into emitting the definition of the type.
10270 * gdb.cp/pr10728-x.h (y): Ditto.
10271 * gdb.cp/pr10728-y.cc (y): Ditto.
10272
c2e827ad
DB
102732014-04-24 David Blaikie <dblaikie@gmail.com>
10274
10275 * gdb.base/label.exp: XFAIL label related tests under Clang.
10276 * gdb.cp/cplabel.exp: Ditto.
10277 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
10278 under Clang those using labels.
10279
4c2d33e7
YQ
102802014-04-25 Yao Qi <yao@codesourcery.com>
10281
10282 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
10283 double_label.
10284 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
10285 partial_label and double_label.
10286
56083b99
DB
102872014-04-24 David Blaikie <dblaikie@gmail.com>
10288
10289 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
10290
25d4e99d
DB
102912014-04-24 David Blaikie <dblaikie@gmail.com>
10292
10293 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
10294 of the function to work across GCC and Clang.
10295 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
10296 pointer types (const void ** const V void **).
10297
01f9f808
MS
102982014-04-24 Michael Sturm <michael.sturm@mintel.com>
10299 Walfred Tedeschi <walfred.tedeschi@intel.com>
10300
10301 * Makefile.in (EXECUTABLES): Added i386-avx512.
10302 * gdb.arch/i386-avx512.c: New file.
10303 * gdb.arch/i386-avx512.exp: Likewise.
10304
4b48d439
KS
103052014-04-23 Keith Seitz <keiths@redhat.com>
10306
10307 * lib/mi-support.exp (mi_list_breakpoints): Delete.
10308 (mi_make_breakpoint_table): New procedure.
10309 (mi_create_breakpoint): Use mi_make_breakpoint
10310 and return the result.
10311 (mi_make_breakpoint): New procedure.
10312 (mi_build_kv_pairs): New procedure.
10313
10314 * gdb.mi/mi-break.exp: Remove unused globals,
10315 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
10316 All callers updated.
10317 * gdb.mi/mi-dprintf.exp: Use variable to track command
10318 number.
10319 Update all callers of mi_create_breakpoint and use
10320 mi_make_breakpoint_table.
10321 Remove any unused global variables.
10322 * gdb.mi/mi-nonstop.exp: Likewise.
10323 * gdb.mi/mi-nsintrall.exp: Likewise.
10324 * gdb.mi/mi-nsmoribund.exp: Likewise.
10325 * gdb.mi/mi-nsthrexec.exp: Likewise.
10326 * gdb.mi/mi-reverse.exp: Likewise.
10327 * gdb.mi/mi-simplerun.exp: Likewise.
10328 * gdb.mi/mi-stepn.exp: Likewise.
10329 * gdb.mi/mi-syn-frame.exp: Likewise.
10330 * gdb.mi/mi-until.exp: Likewise.
10331 * gdb.mi/mi-var-cp.exp: Likewise.
10332 * gdb.mi/mi-var-display.exp: Likewise.
10333 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
10334 * gdb.mi/mi2-var-child.exp: Likewise.
10335 * gdb.mi/mi-vla-c99.exp: Likewise.
10336 * lib/mi-support.exp: Likewise.
10337
10338 From Ian Lance Taylor <iant@cygnus.com>:
10339 * lib/gdb.exp (parse_args): New procedure.
10340
08351840
PA
103412014-04-23 Pedro Alves <palves@redhat.com>
10342
10343 * gdb.base/break-unload-file.c: New file.
10344 * gdb.base/break-unload-file.exp: New file.
10345 * gdb.base/sym-file-lib.c (baz): New function.
10346 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
10347 field.
10348 (load): Store the segment's mapped size.
10349 (unload): New function.
10350 (unload_shlib): New function.
10351 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
10352 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
10353 set a breakpoint at baz, and call it.
10354 * gdb.base/sym-file.exp: New tests for stale breakpoint
10355 instructions.
10356
076855f9
PA
103572014-04-23 Pedro Alves <palves@redhat.com>
10358
10359 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
10360 * gdb.base/hbreak-in-shr-unsupported.c: New file.
10361 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
10362 * gdb.base/hbreak-unmapped.c: New file.
10363 * gdb.base/hbreak-unmapped.exp: New file.
10364 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
10365 * lib/gdb.exp (gdb_is_target_remote): ... here.
10366
483805cf
PA
103672014-04-22 Pedro Alves <palves@redhat.com>
10368
10369 * gdb.base/consecutive-step-over.c: New file.
10370 * gdb.base/consecutive-step-over.exp: New file.
10371
06d97543
PA
103722014-04-22 Pedro Alves <palves@redhat.com>
10373
10374 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
10375 instead of send_gdb/gdb_expect.
10376
b4429ea2
YQ
103772014-04-22 Yao Qi <yao@codesourcery.com>
10378
10379 * lib/trace-support.exp (generate_tracefile): New procedure.
10380 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
10381 return 0.
10382 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
10383 if generate_tracefile returns 1.
10384
51d48146
PA
103852014-04-18 Tom Tromey <palves@redhat.com>
10386 Pedro alves <tromey@redhat.com>
10387
10388 PR backtrace/15558
10389 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
10390 with a backtrace limit.
10391 * gdb.python/py-frame-inline.exp: Test running to an inline
10392 function with a backtrace limit, and printing the newest frame.
10393 * gdb.python/py-frame-inline.c (main): Call f.
10394
bd1dce5f
MS
103952014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10396
10397 * gdb.java/jnpe.exp: Drop srcdir from untested path.
10398
40d1a503
MS
103992014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10400
10401 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
10402 Drop prefix from unsupported source file path.
10403
389b98f7
YQ
104042014-04-17 Yao Qi <yao@codesourcery.com>
10405
10406 * lib/gdb.exp (with_target_charset): New proc.
10407 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
10408 with_target_charset.
10409 (test_print_strings): Likewise.
10410 (test_repeat_bytes): Likewise.
10411 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
10412 for some tests.
10413
22869d73
KS
104142014-04-16 Keith Seitz <keiths@redhat.com>
10415
10416 PR gdb/15827
10417 * gdb.dwarf2/corrupt.c: New file.
10418 * gdb.dwarf2/corrupt.exp: New file.
10419
c4f87ca6
KS
104202014-04-16 Keith Seitz <keiths@redhat.com>
10421
10422 PR c++/16597
10423 * gdb.cp/namelessclass.cc: New file.
10424 * gdb.cp/namelessclass.exp: New file.
10425 * gdb.cp/namelessclass.S: New file.
10426
ab19de87
DE
104272014-04-16 Doug Evans <dje@google.com>
10428
10429 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
10430 Add comment.
10431 (gdbserver_default_get_comm_port): New function.
10432 (gdbserver_start): Check if board file provided
10433 "gdbserver,get_comm_port" and use it if so.
10434 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
10435 (gdb,socketport): Set to "stdio".
10436 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
10437 (stdio_gdbserver_template): Delete.
10438 (${board}_get_remote_address): Update.
10439 (${board}_build_remote_cmd): Delete.
10440 (${board}_get_comm_port): New function.
10441 (${board}_spawn): Update.
10442 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
10443 Delete.
10444 (${board}_get_remote_address): Update.
10445 (${board}_get_comm_port): New function.
10446
fc98a809
AB
104472014-04-16 Andrew Burgess <aburgess@broadcom.com>
10448
10449 * gdb.base/memattr.exp: Improve regexps to handle memory regions
10450 appearing in any order.
10451
87fd9e6e
DE
104522014-04-15 Doug Evans <dje@google.com>
10453
10454 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
10455 uninitialized value of "description".
10456
099fc3ea
KS
104572014-04-15 Keith Seitz <keiths@redhat.com>
10458
10459 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
10460 Remove unused globals.
10461 (test_running_the_program): Likewise.
10462 (test_controlled_execution): Likewise.
10463 (test_controlling_breakpoints): Likewise.
10464 (test_program_termination): Likewise.
10465
5da151d4
KS
104662014-04-15 Keith Seitz <keiths@redhat.com>
10467
10468 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
10469 unused globals.
10470 (test_rbreak_creation_and_listing): Likewise.
10471 (test_ignore_count): Likewise.
10472 (test_error): Likewise.
10473
35e5d2f0
PA
104742014-04-15 Pedro Alves <palves@redhat.com>
10475
10476 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
10477 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
10478 sym-file-loader.c.
10479 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10480 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10481 to sym-file-loader.c.
10482 (struct library): Forward declare.
10483 (load_shlib, lookup_function): Change prototypes.
10484 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10485 (translate_offset): Remove declarations.
10486 (get_text_addr): New declaration.
10487 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
10488 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
10489 sym-file-loader.h.
10490 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10491 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10492 here from sym-file-loader.h.
10493 (struct library): New structure.
10494 (load_shlib, lookup_function): Change prototypes and adjust to
10495 work with a struct library.
10496 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10497 (translate_offset): Make static.
10498 (get_text_addr): New function.
10499 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
10500
eb4c1710
PA
105012014-04-15 Pedro Alves <palves@redhat.com>
10502
10503 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
10504
2d1baf52
PA
105052014-04-15 Pedro Alves <palves@redhat.com>
10506
10507 * gdb.base/sym-file-loader.c: Include <limits.h>.
10508 (SELF_LINK): New define.
10509 (get_origin): New function.
10510 (load_shlib): Use it.
10511 * gdb.base/sym-file.exp: Don't early return if the target is
10512 remote. Use runto_main, and issue fail is that fails. Use
10513 gdb_load_shlibs.
10514 (shlib_name): Delete.
10515 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
10516
7dd6df01
PA
105172014-04-15 Pedro Alves <palves@redhat.com>
10518
10519 * gdb.base/sym-file.exp: Remove regex characters from test
10520 message. Don't refer to breakpoint numbers in test messages.
10521
b50c8614
KS
105222014-04-14 Keith Seitz <keiths@redhat.com>
10523
10524 PR c++/16253
10525 * gdb.cp/var-tag.cc: New file.
10526 * gdb.cp/var-tag.exp: New file.
10527 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
10528 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
10529 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10530 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10531
3d567982
TT
105322014-04-14 Tom Tromey <tromey@redhat.com>
10533
10534 * gdb.cp/classes.exp (test_enums): Handle underlying type.
10535 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
10536 type.
10537 * gdb.cp/enum-class.exp: New file.
10538 * gdb.cp/enum-class.cc: New file.
10539
0626fc76
TT
105402014-04-14 Tom Tromey <tromey@redhat.com>
10541
10542 * gdb.dwarf2/enum-type.exp: New file.
10543
dca325b3
SA
105442014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10545
10546 * gdb.mi/mi-vla-c99.exp: New file.
10547 * gdb.mi/vla.c: New file.
10548
5854b38a
SA
105492014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10550
10551 * gdb.base/vla-datatypes.c: New file.
10552 * gdb.base/vla-datatypes.exp: New file.
10553
463bb957
SA
105542014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10555
10556 * gdb.base/vla-ptr.c: New file.
10557 * gdb.base/vla-ptr.exp: New file.
10558
3dd170be
SA
105592014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10560
10561 * gdb.dwarf2/count.exp: New file.
10562
5ecaaa66
SA
105632014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10564
10565 * gdb.base/vla-sideeffect.c: New file.
10566 * gdb.base/vla-sideeffect.exp: New file.
10567
41f1ada5
DB
105682014-04-14 David Blaikie <dblaikie@gmail.com>
10569
10570 * gdb.mi/non-stop.c: Add return value for non-void function return
10571 statement.
10572 * gdb.threads/staticthreads.c: Ditto.
10573
0be03e84
DE
105742014-04-12 Siva Chandra Reddy <sivachandra@google.com>
10575 Doug Evans <xdje42@gmail.com>
10576
10577 * gdb.guile/scm-value.c: Improve test case.
10578 * gdb.guile/scm-value.exp: Add new test.
10579
f180a1fb
DB
105802014-04-11 David Blaikie <dblaikie@gmail.com>
10581
10582 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
10583 override Clang's default.
10584
6b662e19
JB
105852014-04-11 Joel Brobecker <brobecker@adacore.com>
10586
10587 Revert the following changes (regressions):
10588
10589 * gdb.base/vla-sideeffect.c: New file.
10590 * gdb.base/vla-sideeffect.exp: New file.
10591
10592 * gdb.dwarf2/count.exp: New file.
10593
10594 * gdb.base/vla-multi.c: New file.
10595 * gdb.base/vla-multi.exp: New file.
10596
10597 * gdb.base/vla-ptr.c: New file.
10598 * gdb.base/vla-ptr.exp: New file.
10599
10600 * gdb.base/vla-datatypes.c: New file.
10601 * gdb.base/vla-datatypes.exp: New file.
10602
10603 * gdb.mi/mi-vla-c99.exp: New file.
10604 * gdb.mi/vla.c: New file.
10605
245a5f0b
KS
106062014-04-11 Keith Seitz <keiths@redhat.com>
10607
10608 PR c++/16675
10609 * gdb.cp/cpsizeof.exp: New file.
10610 * gdb.cp/cpsizeof.cc: New file.
10611
58a84dcf
SA
106122014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10613
191a8a90
JB
10614 * gdb.mi/mi-vla-c99.exp: New file.
10615 * gdb.mi/vla.c: New file.
58a84dcf 10616
c8655f75
SA
106172014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10618
10619 * gdb.base/vla-datatypes.c: New file.
10620 * gdb.base/vla-datatypes.exp: New file.
10621
024e13b4
SA
106222014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10623
10624 * gdb.base/vla-ptr.c: New file.
10625 * gdb.base/vla-ptr.exp: New file.
10626
1a237e0e
SA
106272014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10628
10629 * gdb.base/vla-multi.c: New file.
10630 * gdb.base/vla-multi.exp: New file.
10631
504f3432
SA
106322014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10633
10634 * gdb.dwarf2/count.exp: New file.
10635
3bce8237
SA
106362014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10637
191a8a90
JB
10638 * gdb.base/vla-sideeffect.c: New file.
10639 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 10640
322f9c21
YQ
106412014-04-11 Yao Qi <yao@codesourcery.com>
10642
10643 * gdb.base/completion.exp: Check file exists before running tests
10644 on file completion.
10645
d708bcd1
PA
106462014-04-10 Pedro Alves <palves@redhat.com>
10647
10648 * gdb.base/cond-eval-mode.c: New file.
10649 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
10650 prepare_for_testing to build the new file. Check result of
10651 runto_main.
10652 (test_break, test_watch): New procedures.
10653 (top level): Use them.
10654
ae1d2761
PM
106552014-04-08 Pierre Muller <muller@sourceware.org>
10656
10657 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
10658 Ctrl-V use for mingw hosts.
10659
7af389b8
SC
106602014-04-07 Siva Chandra Reddy <sivachandra@google.com>
10661
10662 * gdb.python/py-value.c: Improve test case.
10663 * gdb.python/py-value.exp: Add new test.
10664
5e703181
DE
106652014-04-07 David Blaikie <dblaikie@gmail.com>
10666
10667 * lib/compiler.c: Identify the clang compiler.
10668 * lib/compiler.cc: Ditto.
10669
9810b410
YQ
106702014-04-03 Yao Qi <yao@codesourcery.com>
10671
10672 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
10673
98d1b8dc
AB
106742014-04-01 Anton Blanchard <anton@samba.org>
10675
10676 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
10677 messages unique.
10678
3114cea1
AB
106792014-04-01 Anton Blanchard <anton@samba.org>
10680
10681 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
10682 prepare_for_testing.
10683
62f7182c
AB
106842014-04-01 Anton Blanchard <anton@samba.org>
10685
10686 * gdb.arch/ppc64-atomic-inst.c: Remove.
10687 * gdb.arch/ppc64-atomic-inst.S: New file.
10688 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
10689
770e7fc7
DE
106902014-03-31 Doug Evans <dje@google.com>
10691
10692 * gdb.base/print-symbol-loading-lib.c: New file.
10693 * gdb.base/print-symbol-loading-main.c: New file.
10694 * gdb.base/print-symbol-loading.exp: New file.
10695
46e2bafa
YQ
106962014-03-31 Yao Qi <yao@codesourcery.com>
10697
10698 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
10699
8776cfe9
JB
107002014-03-28 Joel Brobecker <brobecker@adacore.com>
10701
10702 * gdb.ada/mi_dyn_arr: New testcase.
10703
5d1ef361
DE
107042014-03-27 Doug Evans <dje@google.com>
10705
10706 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
10707
b5bee914
YQ
107082014-03-27 Yao Qi <yao@codesourcery.com>
10709
10710 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
10711 if target is nios2-*-*.
10712
0d4d0e77
YQ
107132014-03-26 Yao Qi <yao@codesourcery.com>
10714
10715 * lib/gdb.exp (readline_is_used): New proc.
10716 * gdb.base/completion.exp: Move tests on command complete up.
10717 Skip the rest of tests if readline is not used.
10718 * gdb.ada/complete.exp: Skp the test if readline is not
10719 used.
10720 * gdb.base/filesym.exp: Likewise.
10721 * gdb.base/macscp.exp: Likewise.
10722 * gdb.base/readline-ask.exp: Likewise.
10723 * gdb.base/readline.exp: Likewise.
10724 * gdb.python/py-cmd.exp: Likewise.
10725 * gdb.trace/tfile.exp: Likewise.
10726
29361eee
YQ
107272014-03-26 Yao Qi <yao@codesourcery.com>
10728
10729 * gdb.base/macscp.exp: Fix code format issues.
10730
bc9a5525
UW
107312014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
10732
10733 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
10734 * gdb.asm/powerpc64le.inc: New file.
10735
d3839ede
PA
107362014-03-25 Pedro Alves <palves@redhat.com>
10737 Doug Evans <dje@google.com>
10738
10739 * gdb.base/source-execution.c: New file.
10740 * gdb.base/source-execution.exp: New file.
10741 * gdb.base/source-execution.gdb: New file.
10742
01672a57
DE
107432014-03-24 Doug Evans <dje@google.com>
10744
10745 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
10746 using fission.
10747
88bbeca9
HZ
107482014-03-24 Hui Zhu <hui@codesourcery.com>
10749 Pedro Alves <palves@redhat.com>
10750
10751 PR breakpoints/16101
10752 * gdb.base/dprintf.exp: Use unsupported rather than changing the
10753 test pass/fail messages. Detect missing support for dprintf when
10754 breakpoints are actually inserted.
10755 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
10756 breakpoints are actually inserted.
10757 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
10758 fails.
10759
d2348791
JK
107602014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10761
10762 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
10763
feef67ab
DE
107642014-03-22 Doug Evans <xdje42@gmail.com>
10765
10766 * gdb.python/python.exp (python not supported): Verify multi-line
10767 python command issues an error.
25d743f9 10768 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 10769 guile command issues an error.
feef67ab 10770
ecebef6a
MR
107712014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
10772
10773 * gdb.threads/thread-specific.exp: Handle the lack of usable
10774 $this_breakpoint and $this_thread.
10775
ccdd1909
HZ
107762014-03-21 Hui Zhu <hui@codesourcery.com>
10777
10778 * gdb.base/attach.exp (do_command_attach_tests): New.
10779
beb460e8
PA
107802014-03-20 Tom Tromey <tromey@redhat.com>
10781 Pedro Alves <palves@redhat.com>
10782
10783 PR cli/15718
10784 * gdb.base/condbreak-call-false.c: New file.
10785 * gdb.base/condbreak-call-false.exp: New file.
10786
40acf43a
PA
107872014-03-20 Pedro Alves <palves@redhat.com>
10788
10789 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
10790 Delete.
10791 (block_signals, unblock_signals): Delete.
10792 (child_function_2, main): Remove references to deleted variable
10793 and functions.
10794
9f5e1e02
PA
107952014-03-20 Pedro Alves <palves@redhat.com>
10796
10797 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
10798 Use pthread_kill to signal thread 2.
10799 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10800 Adjust to make the test send itself a signal rather than using the
10801 host's "kill" command.
10802
99619bea
PA
108032014-03-20 Pedro Alves <palves@redhat.com>
10804
10805 * gdb.threads/multiple-step-overs.c: New file.
10806 * gdb.threads/multiple-step-overs.exp: New file.
10807 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10808 Adjust expected infrun debug output.
10809
2adfaa28
PA
108102014-03-20 Pedro Alves <palves@redhat.com>
10811
10812 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
10813 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
10814
31e77af2
PA
108152014-03-20 Pedro Alves <palves@redhat.com>
10816
10817 PR breakpoints/7143
10818 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
10819 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
10820 of gdb_test_multiple.
10821 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
10822 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
10823
b9f437de
PA
108242014-03-20 Pedro Alves <palves@redhat.com>
10825
10826 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
10827 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
10828
05adc73e
PA
108292014-03-19 Pedro Alves <palves@redhat.com>
10830
10831 * gdb.base/async.exp: Remove early return.
10832
6048b950
PA
108332014-03-19 Pedro Alves <palves@redhat.com>
10834
10835 * gdb.base/async.exp (step& tests): Pass explicit test messages.
10836
8bcfb00a
PA
108372014-03-19 Pedro Alves <palves@redhat.com>
10838
10839 * gdb.base/async.exp (test_background): Expect \r\n after
10840 "completed." in the fail pattern.
10841
884e37dc
PA
108422014-03-19 Pedro Alves <palves@redhat.com>
10843
10844 * gdb.base/async.exp (test_background): New procedure.
10845 Use it for all background execution command tests.
10846
148e57e2
PA
108472014-03-19 Pedro Alves <palves@redhat.com>
10848
10849 * gdb.base/async.exp: Use prepare_for_testing.
10850
f48088c7
PA
108512014-03-19 Pedro Alves <palves@redhat.com>
10852
10853 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
10854 the same line.
10855
e2f6c966
PA
108562014-03-19 Pedro Alves <palves@redhat.com>
10857
10858 * gdb.base/async.c (main): Add "jump here" and "until here" line
10859 marker comments.
10860 * gdb.base/async.exp (jump_here): New global.
10861 (jump& test): Use it.
10862 (until_here): New global.
10863 (until& test): Use it.
10864
c30568d4
PA
108652014-03-19 Pedro Alves <palves@redhat.com>
10866
10867 * gdb.base/async.exp: Don't frob gdb_protocol.
10868
0172b6a7
DE
108692014-03-18 Doug Evans <xdje42@gmail.com>
10870
10871 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
10872 Fix spelling of exec-done-display.
10873
06c868a8
JK
108742014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
10875
10876 PR gdb/15358
10877 * gdb.base/gdb-sigterm.c: New file.
10878 * gdb.base/gdb-sigterm.exp: New file.
10879
0c7e1a46
PA
108802014-03-18 Pedro Alves <palves@redhat.com>
10881
10882 PR gdb/13860
10883 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
10884 * lib/mi-support.exp (mi_expect_stop): Add special handling for
10885 solib-event.
10886
f7c77d93
JB
108872014-03-17 Joel Brobecker <brobecker@adacore.com>
10888
10889 * gdb.ada/pckd_arr_ren: New testcase.
10890
5a1e8c7a
DE
108912014-03-13 Doug Evans <xdje42@gmail.com>
10892
10893 PR guile/16612
10894 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
10895 collect after discarding symbols.
10896
350e1a76
DE
108972014-03-13 Ludovic Courtès <ludo@gnu.org>
10898 Doug Evans <xdje42@gmail.com>
10899
10900 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
10901 to history survives a gc.
10902
a69900ae
PA
109032014-03-13 Pedro Alves <palves@redhat.com>
10904
10905 * gdb.base/default.exp: Don't test "target procfs".
10906
5db9f0bd
PA
109072014-03-13 Pedro Alves <palves@redhat.com>
10908
10909 * gdb.base/default.exp: Update "target child" and "target procfs"
10910 tests to not expect "Unix".
10911
b3ccfe11
TT
109122014-03-12 Tom Tromey <tromey@redhat.com>
10913
10914 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
10915 New procs. Add target-async tests.
10916 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
10917 Add target-async tests.
10918
646f4417
AA
109192014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10920
10921 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
10922 'func_start' and 'func_end' for the beginning and end of the
10923 function code, respectively.
10924 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
10925 'func_end' instead of 'func' and 'main'.
10926
288c211f
AA
109272014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10928
10929 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
10930 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
10931 generate the debug info assembler source.
10932
e0c0f156
AA
109332014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10934
10935 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
10936 * gdb.dwarf2/arr-subrange.exp: Likewise.
10937 * gdb.dwarf2/dwz.exp: Likewise.
10938 * gdb.dwarf2/method-ptr.exp: Likewise.
10939 * gdb.dwarf2/missing-sig-type.exp: Likewise.
10940 * gdb.dwarf2/subrange.exp: Likewise.
10941 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
10942 * gdb.dwarf2/implptrpiece.exp: Likewise.
10943 * gdb.dwarf2/nostaticblock.exp: Likewise.
10944
0e5c4555
AA
109452014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10946
10947 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
10948 directory to absolute path name arguments.
10949
5ec18f2b
JG
109502014-03-10 Joel Brobecker <brobecker@adacore.com>
10951
10952 * gdb.ada/tagged_access: New testcase.
10953
847fc4f2
MM
109542014-03-07 Markus Metzger <markus.t.metzger@intel.com>
10955
10956 * gdb.btrace/data.exp: Update expected output.
10957
cc3da688
YQ
109582014-03-06 Yao Qi <yao@codesourcery.com>
10959
10960 * gdb.trace/pr16508.exp: New file.
10961
0f26cec1
PA
109622014-03-05 Pedro Alves <palves@redhat.com>
10963
10964 PR gdb/16575
10965 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
10966 procedure.
10967 (top level): Adjust to use it. Add tests that exercise breakpoint
10968 interaction with the code-cache.
10969
7a5a839f
LC
109702014-02-26 Ludovic Courtès <ludo@gnu.org>
10971
10972 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
10973 test for 'history-append!'.
10974
31aa7e4e
JB
109752014-02-26 Joel Brobecker <brobecker@adacore.com>
10976
10977 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
10978 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
10979 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
10980 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
10981 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
10982 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
10983
1b588015
JB
109842014-02-26 Joel Brobecker <brobecker@adacore.com>
10985
10986 * testsuite/gdb.python/py-pp-re-notag.c: New file.
10987 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
10988 * testsuite/gdb.python/py-pp-re-notag.p: New file.
10989
55426c9d
JB
109902014-02-26 Joel Brobecker <brobecker@adacore.com>
10991
10992 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
10993
dc53a7ad
JB
109942014-02-26 Joel Brobecker <brobecker@adacore.com>
10995
10996 * gdb.dwarf2/arr-stride.c: New file.
10997 * gdb.dwarf2/arr-stride.exp: New file.
10998
12ab52e9
PA
109992014-02-26 Pedro Alves <palves@redhat.com>
11000
11001 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
11002 that won't ever trigger. Make sure that GDB reports the correct
11003 breakpoint that caused the stop.
11004
849c862e
JK
110052014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11006
11007 PR gdb/16626
11008 * gdb.base/auto-load-script: New file.
11009 * gdb.base/auto-load.c: New file.
11010 * gdb.base/auto-load.exp: New file.
11011
71b7d793
JK
11012 PR gdb/16626
11013 * gdb.base/auto-load.exp: Fix out-of-srctree run.
11014
e2f0d509
JK
110152014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11016
11017 Fix dw2-icycle.exp -fsanitize=address GDB crash.
11018 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
11019
50cc37c8
DE
110202014-02-24 Doug Evans <dje@google.com>
11021
11022 * lib/gdb.exp (run_on_host): Log error output if program fails.
11023
ea4758f2
PA
110242014-02-21 Pedro Alves <palves@redhat.com>
11025
11026 * gdb.threads/step-after-sr-lock.c: Rename to ...
11027 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
11028 * gdb.threads/step-after-sr-lock.exp: Rename to ...
11029 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11030 ... this.
11031
d7b30f67
SDJ
110322014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
11033
11034 PR tdep/16397
11035 * gdb.arch/amd64-stap-special-operands.exp: New file.
11036 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
11037 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
11038 * gdb.arch/amd64-stap-triplet.S: Likewise.
11039 * gdb.arch/amd64-stap-triplet.c: Likewise.
11040
83deb43f
JB
110412014-02-20 Joel Brobecker <brobecker@adacore.com>
11042
11043 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
11044 in .section pseudo-op.
11045
adde2bff
DE
110462014-02-20 lin zuojian <manjian2006@gmail.com>
11047 Joel Brobecker <brobecker@adacore.com>
11048 Doug Evans <xdje42@gmail.com>
11049
11050 PR symtab/16581
11051 * gdb.dwarf2/dw2-icycle.S: New file.
11052 * gdb.dwarf2/dw2-icycle.c: New file.
11053 * gdb.dwarf2/dw2-icycle.exp: New file.
11054
f7bd0f78
SC
110552014-02-19 Siva Chandra Reddy <sivachandra@google.com>
11056
11057 * gdb.python/py-value-cc.cc: Improve test case to enable testing
11058 operations on gdb.Value objects.
11059 * gdb.python/py-value-cc.exp: Add new test to test operations on
11060 gdb.Value objects.
11061
c17ef0d5
DE
110622014-02-18 Doug Evans <dje@google.com>
11063
11064 * Makefile.in (TESTS): New variable.
11065 (expanded_tests, expanded_tests_or_none): New variables
11066 (check-single): Pass $(expanded_tests_or_none) to runtest.
11067 (check-parallel): Only run tests in $(TESTS) if non-empty.
11068 (check/no-matching-tests-found): New rule.
11069 * README: Document TESTS makefile variable.
11070
5dd3176f
DE
110712014-02-18 Doug Evans <dje@google.com>
11072
11073 * Makefile.in (check-parallel): rm -rf outputs temp.
11074
0b10be4f
JK
110752014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11076
11077 Fix "ERROR: no fileid for" in the testsuite.
11078 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
11079
85f224e7
DE
110802014-02-12 Doug Evans <dje@google.com>
11081
11082 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
11083 (MISCELLANEOUS): New variable.
11084 (clean): rm -rf $(MISCELLANEOUS).
11085 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
11086 dwp live in the same directory as symlinks, with each symlink pointed
11087 to a differently named file in a different directory.
11088
149b30ff
DE
110892014-02-11 Doug Evans <dje@google.com>
11090
11091 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
11092 of Tcl file commands.
11093
1dfdac32
MK
110942014-02-10 Mark Kettenis <kettenis@gnu.org>
11095
11096 * gdb.threads/step-after-sr-lock.exp: Avoid executing
11097 "kill -SIGUSR1 -1".
11098
aa4fb036
JB
110992014-02-10 Joel Brobecker <brobecker@adacore.com>
11100
11101 * gdb.ada/tick_length_array_enum_idx: New testcase.
11102
ed3ef339
DE
111032014-02-10 Doug Evans <xdje42@gmail.com>
11104
11105 * configure.ac (AC_OUTPUT): Add gdb.guile.
11106 * configure: Regenerate.
11107 * lib/gdb-guile.exp: New file.
11108 * lib/gdb.exp (get_target_charset): New function.
11109 * gdb.base/help.exp: Update expected output from "apropos apropos".
11110 * gdb.guile/Makefile.in: New file.
11111 * gdb.guile/guile.exp: New file.
11112 * gdb.guile/scm-arch.c: New file.
11113 * gdb.guile/scm-arch.exp: New file.
11114 * gdb.guile/scm-block.c: New file.
11115 * gdb.guile/scm-block.exp: New file.
11116 * gdb.guile/scm-breakpoint.c: New file.
11117 * gdb.guile/scm-breakpoint.exp: New file.
11118 * gdb.guile/scm-disasm.c: New file.
11119 * gdb.guile/scm-disasm.exp: New file.
11120 * gdb.guile/scm-equal.c: New file.
11121 * gdb.guile/scm-equal.exp: New file.
11122 * gdb.guile/scm-error.exp: New file.
11123 * gdb.guile/scm-error.scm: New file.
11124 * gdb.guile/scm-frame-args.c: New file.
11125 * gdb.guile/scm-frame-args.exp: New file.
11126 * gdb.guile/scm-frame-args.scm: New file.
11127 * gdb.guile/scm-frame-inline.c: New file.
11128 * gdb.guile/scm-frame-inline.exp: New file.
11129 * gdb.guile/scm-frame.c: New file.
11130 * gdb.guile/scm-frame.exp: New file.
11131 * gdb.guile/scm-generics.exp: New file.
11132 * gdb.guile/scm-gsmob.exp: New file.
11133 * gdb.guile/scm-iterator.c: New file.
11134 * gdb.guile/scm-iterator.exp: New file.
11135 * gdb.guile/scm-math.c: New file.
11136 * gdb.guile/scm-math.exp: New file.
11137 * gdb.guile/scm-objfile-script-gdb.in: New file.
11138 * gdb.guile/scm-objfile-script.c: New file.
11139 * gdb.guile/scm-objfile-script.exp: New file.
11140 * gdb.guile/scm-objfile.c: New file.
11141 * gdb.guile/scm-objfile.exp: New file.
11142 * gdb.guile/scm-ports.exp: New file.
11143 * gdb.guile/scm-pretty-print.c: New file.
11144 * gdb.guile/scm-pretty-print.exp: New file.
11145 * gdb.guile/scm-pretty-print.scm: New file.
11146 * gdb.guile/scm-section-script.c: New file.
11147 * gdb.guile/scm-section-script.exp: New file.
11148 * gdb.guile/scm-section-script.scm: New file.
11149 * gdb.guile/scm-symbol.c: New file.
11150 * gdb.guile/scm-symbol.exp: New file.
11151 * gdb.guile/scm-symtab-2.c: New file.
11152 * gdb.guile/scm-symtab.c: New file.
11153 * gdb.guile/scm-symtab.exp: New file.
11154 * gdb.guile/scm-type.c: New file.
11155 * gdb.guile/scm-type.exp: New file.
11156 * gdb.guile/scm-value-cc.cc: New file.
11157 * gdb.guile/scm-value-cc.exp: New file.
11158 * gdb.guile/scm-value.c: New file.
11159 * gdb.guile/scm-value.exp: New file.
11160 * gdb.guile/source2.scm: New file.
11161 * gdb.guile/types-module.cc: New file.
11162 * gdb.guile/types-module.exp: New file.
11163
7026a7c1
YQ
111642014-02-10 Yao Qi <yao@codesourcery.com>
11165
11166 PR testsuite/16543
11167 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
11168 * configure: Regenerated.
11169 * Makefile.in: New file.
11170
6c466447
AS
111712014-02-08 Andreas Schwab <schwab@linux-m68k.org>
11172
11173 * gdb.python/py-framefilter.exp: Fix typo.
11174
6e854735
YQ
111752014-02-08 Yao Qi <yao@codesourcery.com>
11176
11177 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
11178 that no =breakpoint-modified is emitted when breakpoints are
11179 modified through MI commands.
11180
d137e6dc
PA
111812014-02-07 Pedro Alves <pedro@codesourcery.com>
11182 Pedro Alves <palves@redhat.com>
11183
11184 * gdb.threads/step-after-sr-lock.c: New file.
11185 * gdb.threads/step-after-sr-lock.exp: New file.
11186
b5ee5a50
PA
111872014-02-07 Pedro Alves <palves@redhat.com>
11188
11189 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
11190
3c77faf3
JK
111912014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11192
11193 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
11194 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
11195
6dddc817
DE
111962014-02-06 Doug Evans <xdje42@gmail.com>
11197
11198 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
11199 output.
11200
11201 * gdb.gdb/python-interrupts.exp: New file.
11202
de7b2893
YQ
112032014-02-05 Yao Qi <yao@codesourcery.com>
11204
11205 * gdb.trace/report.exp (use_collected_data): Test the output
11206 of "info threads" and "info inferiors".
11207
66d032ac
YQ
112082014-02-05 Yao Qi <yao@codesourcery.com>
11209
11210 Revert this patch:
11211
11212 2013-05-24 Yao Qi <yao@codesourcery.com>
11213
11214 * gdb.trace/tfile.exp: Test inferior and thread.
11215
591a12a1
UW
112162014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11217
11218 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
11219 on a function.
11220 * gdb.base/step-bt.c: Call hello via function pointer to make
11221 sure its first instruction is executed on powerpc64le-linux.
11222
0ff3e01f
UW
112232014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11224
11225 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
11226
084ee545
UW
112272014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11228
11229 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
11230 of the test patterns for use on little-endian systems.
11231
6ed14ff3
UW
112322014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11233
11234 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
11235 (decimal_vector): Fix for little-endian.
11236
401e27fd
JM
112372014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
11238
11239 * gdb.arch/sparc-sysstep.exp: New file.
11240 * gdb.arch/sparc-sysstep.c: Likewise.
11241
11242 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
11243
8b924729
EBM
112442014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11245
11246 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
11247
fb151210
JB
112482014-01-23 Tom Tromey <tromey@redhat.com>
11249
11250 * gdb.ada/array_char_idx: New testcase.
11251
0740f8d8
TT
112522014-01-23 Tom Tromey <tromey@redhat.com>
11253
11254 PR python/16487:
11255 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
11256 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
11257 classes.
11258
21909fa1
TT
112592014-01-23 Tom Tromey <tromey@redhat.com>
11260
11261 PR python/16491:
11262 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
11263 string from an inferior frame.
11264 * gdb.python/py-framefilter-mi.exp: Update.
11265
87ce2a04
DE
112662014-01-22 Doug Evans <dje@google.com>
11267
11268 * gdb.server/server-mon.exp: Add tests for "set debug-format".
11269
237b092b
AA
112702014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11271
11272 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
11273
d674a709
AA
112742014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11275
11276 * gdb.trace/entry-values.exp: Remove excess space character from
11277 regex patterns. Handle s390 call instruction.
11278
20fa3390
AA
112792014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11280
11281 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
11282 define "*_start" label. Make "name" static.
11283 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
11284 ${name} by references to ${name}_start.
11285
78466714
AA
112862014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11287
11288 * gdb.base/info-macros.exp: Remove "debug" from the compile
11289 options.
11290
ec9f644a
IB
112912014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11292
11293 * gdb.dlang/demangle.exp: New file.
11294
94b1b47e
IB
112952014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11296
11297 * gdb.dlang/primitive-types.exp: New file.
11298
7f420862
IB
112992014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11300
11301 * configure.ac: Create gdb.dlang/Makefile.
11302 * configure: Regenerate.
11303 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
11304 * gdb.dlang/Makefile.in: New file.
11305 * lib/d-support.exp: New file.
11306 * lib/gdb.exp (skip_d_tests): New proc.
11307
52834460
MM
113082014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11309
11310 * gdb.btrace/delta.exp: Check reverse stepi.
11311 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
11312 * gdb.btrace/finish.exp: New.
11313 * gdb.btrace/next.exp: New.
11314 * gdb.btrace/nexti.exp: New.
11315 * gdb.btrace/record_goto.c: Add comments.
11316 * gdb.btrace/step.exp: New.
11317 * gdb.btrace/stepi.exp: New.
11318 * gdb.btrace/multi-thread-step.c: New.
11319 * gdb.btrace/multi-thread-step.exp: New.
11320 * gdb.btrace/rn-dl-bind.c: New.
11321 * gdb.btrace/rn-dl-bind.exp: New.
11322 * gdb.btrace/data.c: New.
11323 * gdb.btrace/data.exp: New.
11324 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11325
6e07b1d2
MM
113262014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11327
11328 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
11329 * gdb.btrace/exception.exp: Update.
11330 * gdb.btrace/instruction_history.exp: Update.
11331 * gdb.btrace/record_goto.exp: Update.
11332 * gdb.btrace/tailcall.exp: Update.
11333 * gdb.btrace/unknown_functions.exp: Update.
11334 * gdb.btrace/delta.exp: New.
11335
0b722aec
MM
113362014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11337
11338 * gdb.btrace/record_goto.exp: Add backtrace test.
11339 * gdb.btrace/tailcall.exp: Add backtrace test.
11340
066ce621
MM
113412014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11342
11343 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
11344 * gdb.btrace/record_goto.c: New.
11345 * gdb.btrace/record_goto.exp: New.
11346 * gdb.btrace/x86-record_goto.S: New.
11347
0688d04e
MM
113482014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11349
11350 * gdb.btrace/function_call_history.exp: Update tests.
11351 * gdb.btrace/instruction_history.exp: Update tests.
11352
8710b709
MM
113532014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11354
11355 * gdb.btrace/function_call_history.exp: Fix expected field
11356 order for "record function-call-history".
11357 Add new tests for "record function-call-history /c".
11358 * gdb.btrace/exception.cc: New.
11359 * gdb.btrace/exception.exp: New.
11360 * gdb.btrace/tailcall.exp: New.
11361 * gdb.btrace/x86-tailcall.S: New.
11362 * gdb.btrace/x86-tailcall.c: New.
11363 * gdb.btrace/unknown_functions.c: New.
11364 * gdb.btrace/unknown_functions.exp: New.
11365 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11366
5de9129b
MM
113672014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11368
11369 * gdb.btrace/instruction_history.exp: Update.
11370 * gdb.btrace/function_call_history.exp: Update.
11371
23a7fe75
MM
113722014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11373
11374 * gdb.btrace/function_call_history.exp: Fix expected function
11375 trace.
11376 * gdb.btrace/instruction_history.exp: Initialize traced.
11377 Remove traced_functions.
11378
724c7dd8
MM
113792014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11380
11381 * gdb.btrace/function_call_history.exp: Update
11382 * gdb.btrace/instruction_history.exp: Update.
11383
6d78d93b
MM
113842014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11385
11386 * gdb.btrace/enable.exp: Update expected text.
11387
93a360cc
OJ
113882014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
11389
11390 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
11391 bytes.
11392
3772b53f
MR
113932014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
11394
11395 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
11396
596662fa
OJ
113972014-01-15 Omair Javaid <omair.javaid@linaro.org>
11398
11399 * lib/gdb.exp (supports_process_record): Return true for
11400 arm*-linux*. (supports_reverse): Likewise.
11401
b5b08fb4
SC
114022014-01-13 Siva Chandra Reddy <sivachandra@google.com>
11403
11404 PR python/15464
11405 PR python/16113
11406 * gdb.python/py-type.c: Enhance test case.
11407 * gdb.python/py-value-cc.cc: Likewise
11408 * gdb.python/py-type.exp: Add new tests.
11409 * gdb.python/py-value-cc.exp: Likewise
11410
52d7fb13
AA
114112014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11412 Pedro Alves <palves@redhat.com>
11413
11414 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
11415 Make "name" extern.
11416 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
11417 references to ${name}_start by references to ${name}.
11418
a2cd8cfe
JB
114192014-01-10 Joel Brobecker <brobecker@adacore.com>
11420
11421 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
11422
4e23fced
JB
114232014-01-10 Joel Brobecker <brobecker@adacore.com>
11424
11425 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
11426
c6a9e42c
PA
114272014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
11428 Pedro Alves <palves@redhat.com>
11429
11430 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 11431 mi_gdb_target_load.
c6a9e42c 11432
b7ea362b
PA
114332014-01-08 Pedro Alves <palves@redhat.com>
11434
11435 * gdb.threads/reconnect-signal.c: New file.
11436 * gdb.threads/reconnect-signal.exp: New file.
11437
5e3f4fab
EBM
114382014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11439
11440 * gdb.base/source-dir.exp: New file.
11441
79301218
JB
114422014-01-07 Joel Brobecker <brobecker@adacore.com>
11443
11444 * gdb.ada/mi_interface: New testcase.
11445
8e355c5d
JB
114462014-01-07 Joel Brobecker <brobecker@adacore.com>
11447
11448 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
11449 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
11450 gdb.ada/pp-rec-component/pck.ads: New files.
11451
c0d48811
JB
114522014-01-07 Joel Brobecker <brobecker@adacore.com>
11453
11454 * gdb.python/py-pp-integral.c: New file.
11455 * gdb.python/py-pp-integral.py: New file.
11456 * gdb.python/py-pp-integral.exp: New file.
11457
17b609c3 11458For older changes see ChangeLog-1993-2013.
c906108c 11459\f
8d8cb839
EZ
11460;; Local Variables:
11461;; mode: change-log
11462;; left-margin: 8
11463;; fill-column: 74
11464;; version-control: never
11465;; End:
902f2ccb 11466
61baf725 11467 Copyright 2014-2017 Free Software Foundation, Inc.
902f2ccb
MC
11468 Copying and distribution of this file, with or without modification,
11469 are permitted provided the copyright notice and this notice are preserved.