]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
S390: Add record/replay support for arch12 instructions
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
11cb5716
IB
12017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
2
3 * gdb.dlang/demangle.exp: Update for demangling changes.
4
03278692
TT
52017-07-09 Tom Tromey <tom@tromey.com>
6
7 * gdb.dwarf2/shortpiece.exp: New file.
8
33c5cd75
DB
92017-07-06 David Blaikie <dblaikie@gmail.com>
10
11 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
12 built from fissiont-multi-cu{1,2}.c.
13 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
14 except putting 'main' and 'func' in separate CUs in the same DWO file.
15 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
16 test.
17 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
18 test.
19
8455d262
PA
202017-07-06 Pedro Alves <palves@redhat.com>
21
22 * gdb.python/py-unwind.exp: Test flushregs.
23
dc4bde35
SDJ
242017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
25
26 PR cli/21688
27 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
28 tests for alias commands and trailing whitespace.
29
51ed89aa
SDJ
302017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
31
32 PR cli/21688
33 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
34 procedure. Call it.
35
eb17d413
PA
362017-06-29 Pedro Alves <palves@redhat.com>
37
38 * gdb.base/printcmds.exp: Add tests.
39
41664b45
DG
402017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
41
42 PR gdb/21337
43 * gdb.base/reread-readsym.exp: New file.
44 * gdb.base/reread-readsym.c: New file.
45
75312ae3
KB
462017-06-21 Kevin Buettner <kevinb@redhat.com>
47
48 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
49 subpattern.
50
66953522
PB
512017-06-19 Peter Bergner <bergner@vnet.ibm.com>
52
53 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
54 extended mnemonic.
55 * gdb.arch/powerpc-power9.s: Likewise.
56
5524b525
AA
572017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
58
59 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
60 on 32-bit x86 targets. Exploit is_*_target macros where
61 appropriate.
62
03c8af18
AA
632017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
64
65 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
66 register pieces.
67
3bf31011
AA
682017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
69
70 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
71 located in one or more DWARF pieces.
72
805acca0
AA
732017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
74
75 * lib/gdb.exp (get_endianness): New proc.
76 * gdb.arch/aarch64-fp.exp: Use it.
77 * gdb.arch/altivec-regs.exp: Likewise.
78 * gdb.arch/e500-regs.exp: Likewise.
79 * gdb.arch/vsx-regs.exp: Likewise.
80 * gdb.base/dump.exp: Likewise.
81 * gdb.base/funcargs.exp: Likewise.
82 * gdb.base/gnu_vector.exp: Likewise.
83 * gdb.dwarf2/formdata16.exp: Likewise.
84 * gdb.dwarf2/implptrpiece.exp: Likewise.
85 * gdb.dwarf2/nonvar-access.exp: Likewise.
86 * gdb.python/py-inferior.exp: Likewise.
87 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
88
e9352324
AA
892017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
90
91 PR gdb/21226
92 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
93 stack value pieces are taken from the LSB end.
94
d5d1163e
AA
952017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
96
97 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
98 variable at nonzero offset.
99
0567c986
AA
1002017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
101
102 * gdb.dwarf2/var-access.c: New file.
103 * gdb.dwarf2/var-access.exp: New test.
104 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
105
973e9aab
TT
1062017-06-12 Tom Tromey <tom@tromey.com>
107
108 * gdb.dwarf2/formdata16.exp: Add tests.
109
d9109c80
TT
1102017-06-12 Tom Tromey <tom@tromey.com>
111
112 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
113
30a25466
TT
1142017-06-12 Tom Tromey <tom@tromey.com>
115
116 PR exp/16225:
117 * gdb.reverse/i386-sse-reverse.exp: Update tests.
118 * gdb.arch/vsx-regs.exp: Update tests.
119 * gdb.arch/s390-vregs.exp (hex128): New proc.
120 Update test.
121 * gdb.arch/altivec-regs.exp: Update tests.
122
aefd8b33
SDJ
1232017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
124
125 * gdb.base/startup-with-shell.c: New file.
126 * gdb.base/startup-with-shell.exp: Likewise.
127
2090129c
SDJ
1282017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
129
130 * gdb.server/non-existing-program.exp: Update regex in order to
131 reflect the fact that gdbserver is now using fork_inferior (with a
132 shell) to startup the inferior.
133
8e86a419
SM
1342017-05-30 Simon Marchi <simon.marchi@ericsson.com>
135
136 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
137 support function calls from GDB.
138
e6cf65f2
TT
1392017-05-21 Tom Tromey <tom@tromey.com>
140
141 PR rust/21466:
142 * gdb.rust/unsized.exp: New file.
143 * gdb.rust/unsized.rs: New file.
144
43cc5389
TT
1452017-05-19 Tom Tromey <tom@tromey.com>
146
147 PR rust/21484:
148 * gdb.rust/watch.exp: New file.
149 * gdb.rust/watch.rs: New file.
150
ec8df234
TT
1512017-05-18 Tom Tromey <tom@tromey.com>
152
153 * gdb.rust/simple.exp: Allow Box to be qualified.
154
3e3e7fae
TP
1552017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
156
157 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
158
59cc050d
PA
1592017-05-18 Pedro Alves <palves@redhat.com>
160
161 * gdb.base/fileio.c (test_write, test_read, test_close)
162 (test_fstat): Don't print 'ret' in the fail path.
163
c8f6abd1
PA
1642017-05-18 Pedro Alves <palves@redhat.com>
165
166 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
167 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
168 (test_system, test_rename, test_unlink, test_time): Change
169 prototypes.
170 * gdb.base/fileio.exp (stop_msg): Adjust.
171
d2a03b77
PA
1722017-05-18 Pedro Alves <palves@redhat.com>
173
174 * gdb.base/fileio.c (null_str): New global.
175 (test_stat): Use it.
176 * gdb.base/fileio.exp: Remove nowarnings.
177
0d5c6999
YQ
1782017-05-17 Yao Qi <yao.qi@linaro.org>
179
180 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
181
21873064
YQ
1822017-05-17 Simon Marchi <simon.marchi@ericsson.com>
183
184 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
185 argument command.
186 (top-level): Invoke test_set_inferior_tty.
187
d512d31c
PA
1882017-05-04 Pedro Alves <palves@redhat.com>
189
190 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
191 Add parens to print call for Python 3.
192
90cef2ed
KS
1932017-05-03 Keith Seitz <keiths@redhat.com>
194
195 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
196 (main): Call it.
197
14f819c8
TW
1982017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
199
200 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
201 to prev and next.
202
913aeadd
TW
2032017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
204
205 * gdb.python/py-record-btrace.exp: Remove test for
206 gdb.BtraceInstruction.error.
207
a3be24ad
TW
2082017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
209
210 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
211
ae20e79a
TW
2122017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
213
214 * gdb.python/py-record-btrace-threads.c: New file.
215 * gdb.python/py-record-btrace-threads.exp: New file.
216
45ce1b47
SDJ
2172017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
218
219 PR testsuite/8595
220 * gdb.base/environ.exp: Make test available in all architectures.
221 Move bits related to "info program" testing to
222 gdb.base/info-program.exp. Rewrite tests to use the two new
223 procedures mentione below.
224 (test_set_show_env_var) New procedure.
225 (test_set_show_env_var_equal): Likewise.
226 * gdb.base/info-program.exp: New file.
227
e15c3eb4
KS
2282017-04-27 Keith Seitz <keiths@redhat.com>
229
230 * gdb.cp/oranking.cc (test15): New function.
231 (main): Call test15 and declare additional variables for testing.
232 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
233 "p foo101('abc')" tests.
234 Add tests for cv qualifier overloads.
235 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
236 "lvalue reference overload" test.
237 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
238 "print value of f1 on Child&& in f2" test.
239
3a3fd0fd
PA
2402017-04-19 Pedro Alves <palves@redhat.com>
241
242 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
243 procedure.
244 (top level): Call it.
245 * lib/gdb.exp (gdb_define_cmd): New procedure.
246
53375380
PA
2472017-04-12 Pedro Alves <palves@redhat.com>
248
249 PR gdb/21323
250 * gdb.cp/wide_char_types.c: Include <wchar.h>.
251 (wchar): New global.
252 * gdb.cp/wide_char_types.exp (wide_char_types_program)
253 (do_test_wide_char, wide_char_types_no_program, top level): Add
254 wchar_t testing.
255
53e710ac
PA
2562017-04-12 Pedro Alves <palves@redhat.com>
257
258 PR c++/21323
259 * gdb.cp/wide_char_types.c: New file.
260 * gdb.cp/wide_char_types.exp: New file.
261
0ad9d8c7
SDJ
2622017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
263
264 PR gdb/21352
265 * gdb.trace/tsv.exp: Add test for "tsave -r".
266
b1b45502
IB
2672017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
268
269 * gdb.dlang/watch-loc.c: New file.
270 * gdb.dlang/watch-loc.exp: New file.
271
ec13808e
JK
2722017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
273
274 * gdb.python/py-section-script.exp (sepdebug): New testcases.
275
fe5f7374
AK
2762017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
277
278 * gdb.arch/arc-analyze-prologue.S: New file.
279 * gdb.arch/arc-analyze-prologue.exp: Likewise.
280
eea78757
AK
2812017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
282
283 * gdb.arch/arc-decode-insn.S: New file.
284 * gdb.arch/arc-decode-insn.exp: Likewise.
285
5badf10a
IR
2862017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
287
288 PR tdep/20928
289 * gdb.arch/sparc64-regs.exp: New file.
290 * gdb.arch/sparc64-regs.S: Likewise.
291
cee59b3f
TW
2922017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
293
294 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
295 and memory view on Python 3.
296
c0f55cc6
AV
2972017-03-20 Artemiy Volkov <artemiyv@acm.org>
298 Keith Seitz <keiths@redhat.com>
299
300 PR gdb/14441
301 * gdb.cp/demangle.exp: Add rvalue reference tests.
302 * gdb.cp/rvalue-ref-casts.cc: New file.
303 * gdb.cp/rvalue-ref-casts.exp: New file.
304 * gdb.cp/rvalue-ref-overload.cc: New file.
305 * gdb.cp/rvalue-ref-overload.exp: New file.
306 * gdb.cp/rvalue-ref-params.cc: New file.
307 * gdb.cp/rvalue-ref-params.exp: New file.
308 * gdb.cp/rvalue-ref-sizeof.cc: New file.
309 * gdb.cp/rvalue-ref-sizeof.exp: New file.
310 * gdb.cp/rvalue-ref-types.cc: New file.
311 * gdb.cp/rvalue-ref-types.exp: New file.
312 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
313 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
314
51457a05
MAL
3152017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
316
317 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
318 New procedure.
319
5b291c04
MAL
3202017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
321
322 * lib/mi-support.exp (mi_gdb_test): Add additional message
323 for unexpected output.
324
59a56148
AA
3252017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
326
327 * gdb.base/examine-backward.c (Barrier): New character array
328 constant, to ensure that TestStrings is preceded by a string
329 terminator.
330
7942e96e
AA
3312017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
332
333 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
334 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
335 and implicit pointer into such a location.
336
6ebac3fb
DE
3372017-03-16 Doug Evans <dje@google.com>
338
339 * gdb.python/py-lazy-string (pointer): Really add new typedef.
340
ec3b243d
TP
3412017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
342
343 * gdb.cp/m-static.exp: Fix expectation for prototype of
344 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
345
3462017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
347
348 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
349 * gdb.guile/scm-lazy-string.c: New file.
350 * gdb.guile/scm-value.exp: Move lazy string tests to ...
351 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
352 for pointer, array, typedef lazy strings.
353
2cc36e25 3542017-03-16 Doug Evans <dje@google.com>
34b43320
DE
355
356 PR python/17728, python/18439, python/18779
357 * gdb.python/py-value.c (main) Delete locals sptr, sn.
358 * gdb.python/py-lazy-string.c (pointer): New typedef.
359 (main): New locals ptr, array, typedef_ptr.
360 * gdb.python/py-value.exp: Move lazy string tests to ...
361 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
362 array, typedef lazy strings.
ec3b243d 363
0efcde63
AK
3642017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
365
366 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
367 Add optional 'test' parameter.
368
7978d7c3
SM
3692017-03-13 Simon Marchi <simon.marchi@ericsson.com>
370
371 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
372 Skip for versions of DejaGnu < 1.5.
373
896c0c1e
SM
3742017-03-13 Simon Marchi <simon.marchi@ericsson.com>
375
376 * lib/gdb.exp (dejagnu_version): New proc.
377 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
378 Use dejagnu_version.
379
5f4d1085
KS
3802017-03-10 Keith Seitz <keiths@redhat.com>
381
382 PR c++/8128
383 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
384 type from destructor regexps.
385 Add a branch which actually passes the test.
386 Adjust "ptype t5i" test names.
387
1de05205
PA
3882017-03-08 Pedro Alves <palves@redhat.com>
389
390 * gdb.base/step-over-exit.exp: Add explicit test message.
391
c65d6b55
PA
3922017-03-08 Pedro Alves <palves@redhat.com>
393
394 PR gdb/18360
395 * gdb.threads/interrupt-while-step-over.c: New file.
396 * gdb.threads/interrupt-while-step-over.exp: New file.
397
2e86a283
PA
3982017-03-08 Pedro Alves <palves@redhat.com>
399
400 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
401 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
402
25dcbff6
PA
4032017-03-08 Pedro Alves <palves@redhat.com>
404
405 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
406 PKRU as not supported as a PASS.
407
dc9366eb
PA
4082017-03-08 Pedro Alves <palves@redhat.com>
409
410 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
411 prefix instead of $binfile1/$binfile2.
412 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
413 in test message.
414 * gdb.python/py-completion.exp: Use "load python file" as test
415 messages instead of unstable path names.
416
6e5d74e7
PA
4172017-03-08 Pedro Alves <palves@redhat.com>
418 Jan Kratochvil <jan.kratochvil@redhat.com>
419
420 PR cli/21218
421 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
422 New proc.
423 (top level): Call it.
424
9753a2f6
PA
4252017-03-08 Pedro Alves <palves@redhat.com>
426
427 PR tui/21216
428 * gdb.tui/tui-nl-filtered-output.exp: New file.
429
1a4dd9dd
PA
4302017-03-08 Pedro Alves <palves@redhat.com>
431
432 * gdb.base/completion.exp: Move TUI completion tests to ...
433 * gdb.tui/completion.exp: ... this new file.
434
7cbbff33
PA
4352017-03-08 Pedro Alves <palves@redhat.com>
436
437 * gdb.base/tui-disasm-long-lines.c,
438 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
439 gdb.base/tui-layout.exp: Move to ...
440 * gdb.tui/: ... this new directory.
441
5f6fd321
PA
4422017-03-07 Pedro Alves <palves@redhat.com>
443
444 * gdb.base/tui-layout.c: New file.
445 * gdb.base/tui-layout.exp: New file.
446
44959fa8
PA
4472017-03-07 Pedro Alves <palves@redhat.com>
448
449 * gdb.base/tui-layout.c: Rename to ...
450 * gdb.base/tui-disasm-long-lines.c: ... this.
451 * gdb.base/tui-layout.exp: Rename to ...
452 * gdb.base/tui-disasm-long-lines.exp: ... this.
453
f8c4e718
PA
4542017-03-07 Pedro Alves <palves@redhat.com>
455
456 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
457
6dbb839a 4582017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
459
460 * i386-mpx-call.c: New file.
461 * i386-mpx-call.exp: New file.
462
65b48a81
PB
4632017-02-28 Peter Bergner <bergner@vnet.ibm.com>
464
465 * gdb.arch/powerpc-power.exp: Delete test.
466 * gdb.arch/powerpc-power.s: Likewise.
467 * gdb.disasm/disassembler-options.exp: New test.
468 * gdb.arch/powerpc-altivec.exp: Likewise.
469 * gdb.arch/powerpc-altivec.s: Likewise.
470 * gdb.arch/powerpc-altivec2.exp: Likewise.
471 * gdb.arch/powerpc-altivec2.s: Likewise.
472 * gdb.arch/powerpc-altivec3.exp: Likewise.
473 * gdb.arch/powerpc-altivec3.s: Likewise.
474 * gdb.arch/powerpc-power7.exp: Likewise.
475 * gdb.arch/powerpc-power7.s: Likewise.
476 * gdb.arch/powerpc-power8.exp: Likewise.
477 * gdb.arch/powerpc-power8.s: Likewise.
478 * gdb.arch/powerpc-power9.exp: Likewise.
479 * gdb.arch/powerpc-power9.s: Likewise.
480 * gdb.arch/powerpc-vsx.exp: Likewise.
481 * gdb.arch/powerpc-vsx.s: Likewise.
482 * gdb.arch/powerpc-vsx2.exp: Likewise.
483 * gdb.arch/powerpc-vsx2.s: Likewise.
484 * gdb.arch/powerpc-vsx3.exp: Likewise.
485 * gdb.arch/powerpc-vsx3.s: Likewise.
486 * gdb.arch/arm-disassembler-options.exp: Likewise.
487 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
488 * gdb.arch/s390-disassembler-options.exp: Likewise.
489
17cd4947
LM
4902017-02-23 Luis Machado <lgustavo@codesourcery.com>
491
492 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
493 (check_supported_features): ... this. Changed return type to void.
494 (supports_rdseed): New static global.
495 (rdseed): Check supports_rdseed.
496 (initialize): Call check_supported_features.
497
2039d74e
EBM
4982017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
499
500 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
501 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
502 and lqarx/stqcx.
503 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
504 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
505
a51d7ecf
EBM
5062017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
507
508 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
509 uppercase.
510
0224619f
JK
5112017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
512
513 * gdb.dwarf2/formdata16.c: New file.
514 * gdb.dwarf2/formdata16.exp: New file.
515 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
516
216f72a1
JK
5172017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
518
519 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
520 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
521 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
522 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
523 DW_AT_GNU_*.
524
43988095
JK
5252017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
526
527 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
528
99e8a4f9
SDJ
5292017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
530
531 PR gdb/21164
532 * gdb.base/maint.exp: Add testcases for when the commands do
533 not have arguments.
534
b58a8c0c
TP
5352017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
536
537 * gdb.cp/chained-calls.exp: Use p instead of P.
538
4e746bb6
TW
5392017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
540
541 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
542 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
543
3f77c769
TT
5442017-02-14 Tom Tromey <tom@tromey.com>
545
546 PR python/13598:
547 * gdb.python/py-events.exp: Add before_prompt event tests.
548
075beec0
AA
5492017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
550
551 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
552
bf5f525c
LM
5532017-02-13 Luis Machado <lgustavo@codesourcery.com>
554
555 * gdb.linespec/explicit.c (my_unique_function_name): New function.
556 (main): Call my_unique_function_name.
557 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
558 completion of patterns with a single match.
559 Add missing -re switches to gdb_test_multiple calls.
560
13a66184
LM
5612017-02-13 Luis Machado <lgustavo@codesourcery.com>
562
563 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
564 return if core file is not recognized.
565
26a06916
SM
5662017-02-10 Simon Marchi <simon.marchi@ericsson.com>
567
568 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
569 and extra UIs.
570
b761ca9e
SM
5712017-02-10 Simon Marchi <simon.marchi@ericsson.com>
572
573 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
574 proc_with_prefix.
575
b964bee0
TT
5762017-02-10 Tom Tromey <tom@tromey.com>
577
578 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
579
18da0c51
MG
5802017-02-10 Martin Galvan <martingalvan@sourceware.org>
581
582 PR gdb/21122
583 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
584
604c4576
JG
5852017-02-08 Jerome Guitton <guitton@adacore.com>
586
587 * gdb.base/define.exp: Add test for command abbreviations
588 in define.
589
20b477a7
LM
5902017-02-06 Luis Machado <lgustavo@codesourcery.com>
591
592 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
593 * gdb.reverse/insn-reverse-x86.c: New file.
594
3f7b46f2
IR
5952017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
596
597 PR tdep/20936
598 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
599
f0fd41c1
TT
6002017-02-03 Tom Tromey <tom@tromey.com>
601
602 PR rust/21097:
603 * gdb.rust/simple.exp: Add new tests.
604
5be5dbf0
PA
6052017-02-02 Pedro Alves <palves@redhat.com>
606
607 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
608 tests.
609
7346ef59
AA
6102017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
611
612 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
613 taking a 2-byte value out of a 4-byte DWARF implicit value on
614 big-endian targets.
615 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
616 logic. Add test cases for DW_OP_implicit.
617
787f0025
MM
6182017-02-01 Markus Metzger <markus.t.metzger@intel.com>
619
620 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
621
68777c29
MM
6222017-02-01 Markus Metzger <markus.t.metzger@intel.com>
623
624 * gdb.btrace/enable.exp: Call gdb_exit before
625 skip_gdbserver_tests.
626
0a1c7e28
MM
6272017-02-01 Markus Metzger <markus.t.metzger@intel.com>
628
629 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
630 GDBFLAGS.
631
b5ac99b0
MM
6322017-02-01 Markus Metzger <markus.t.metzger@intel.com>
633
634 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
635 the test is skipped.
636 * gdb.btrace/data.exp: Likewise.
637 * gdb.btrace/delta.exp: Likewise.
638 * gdb.btrace/dlopen.exp: Likewise.
639 * gdb.btrace/enable-running.exp: Likewise.
640 * gdb.btrace/enable.exp: Likewise.
641 * gdb.btrace/exception.exp: Likewise.
642 * gdb.btrace/function_call_history.exp: Likewise.
643 * gdb.btrace/gcore.exp: Likewise.
644 * gdb.btrace/instruction_history.exp: Likewise.
645 * gdb.btrace/multi-thread-step.exp: Likewise.
646 * gdb.btrace/nohist.exp: Likewise.
647 * gdb.btrace/non-stop.exp: Likewise.
648 * gdb.btrace/reconnect.exp: Likewise.
649 * gdb.btrace/record_goto-step.exp: Likewise.
650 * gdb.btrace/record_goto.exp: Likewise.
651 * gdb.btrace/rn-dl-bind.exp: Likewise.
652 * gdb.btrace/segv.exp: Likewise.
653 * gdb.btrace/step.exp: Likewise.
654 * gdb.btrace/stepi.exp: Likewise.
655 * gdb.btrace/tailcall-only.exp: Likewise.
656 * gdb.btrace/tailcall.exp: Likewise.
657 * gdb.btrace/tsx.exp: Likewise.
658 * gdb.btrace/unknown_functions.exp: Likewise.
659 * gdb.btrace/vdso.exp: Likewise.
660
cd4007e4
MM
6612017-02-01 Markus Metzger <markus.t.metzger@intel.com>
662
663 * gdb.btrace/enable-running.c: New.
664 * gdb.btrace/enable-running.exp: New.
665
2735833d
WT
6662017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
667
668 * gdb.arch/amd64-gs_base.c: New file.
669 * gdb.arch/amd64-gs_base.exp: New file.
670
b51e1e94
LM
6712017-01-26 Luis Machado <lgustavo@codesourcery.com>
672
673 * lib/memory.exp: Remove spurious empty newlines.
674
72ca0410
SM
6752017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
676
677 * gdb.python/py-bad-printers.exp: Load python file using "source".
678 * gdb.python/py-events.exp: Likewise.
679 * gdb.python/py-evsignal.exp: Likewise.
680 * gdb.python/py-evthreads.exp: Likewise.
681 * gdb.python/py-frame-args.exp: Likewise.
682 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
683 * gdb.python/py-framefilter-mi.exp: Likewise.
684 * gdb.python/py-framefilter.exp: Likewise.
685 * gdb.python/py-mi.exp: Likewise.
686 * gdb.python/py-pp-maint.exp: Likewise.
687 * gdb.python/py-pp-registration.exp: Likewise.
688 * gdb.python/py-prettyprint.exp: Likewise.
689 (run_lang_tests): Likewise.
690 * gdb.python/py-typeprint.exp: Likewise.
691
e309aa65
LM
6922017-01-26 Luis Machado <lgustavo@codesourcery.com>
693
694 * lib/memory.exp: New file.
695 * lib/gdb.exp: Load memory.exp.
696 * gdb.base/memattr.exp (delete_memory): Move proc to
697 lib/memory.exp and rename to delete_memory_regions.
698 Replace delete_memory with delete_memory_regions.
699 Cleanup memory regions before tests.
700 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
701 before tests.
702
515aff23
LM
7032017-01-26 Luis Machado <lgustavo@codesourcery.com>
704
705 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
706 files.
707 (initialize): New function conditionally defined.
708 (testcases): Move within conditional block.
709 (main): Call initialize.
710 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
711 of gdb.reverse/insn-reverse.c.
712 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
713 gdb.reverse/insn-reverse.c.
714
d8b49cf0
YQ
7152017-01-26 Yao Qi <yao.qi@linaro.org>
716
717 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
718 disassemble on address 0.
719
f13a9a0c
YQ
7202017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
721 Yao Qi <yao.qi@linaro.org>
722
723 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
724 * gdb.dwarf2/implptr-64bit.S: Remove.
725 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
726 variables in caller's context. Add DW_OP_implicit_value.
727
5ac95241
YQ
7282017-01-25 Yao Qi <yao.qi@linaro.org>
729
730 * lib/dwarf.exp (Dwarf::_location): Handle
731 DW_OP_GNU_implicit_pointer with proper size.
732
23e82930
LM
7332017-01-20 Luis Machado <lgustavo@codesourcery.com>
734
735 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
736 and add untested calls.
737
d334ae25
LM
7382017-01-20 Luis Machado <lgustavo@codesourcery.com>
739
740 * gdb.python/python.exp: Check line number against what GDB thinks
741 the line number is for func1.
742
f5e6296e
IB
7432017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
744
745 * gdb.dlang/debug-expr.exp: New file.
746
5b362f04
LM
7472016-12-23 Luis Machado <lgustavo@codesourcery.com>
748
749 Fix test names for the following files:
750
751 * gdb.ada/exec_changed.exp
752 * gdb.ada/info_types.exp
753 * gdb.arch/aarch64-atomic-inst.exp
754 * gdb.arch/aarch64-fp.exp
755 * gdb.arch/altivec-abi.exp
756 * gdb.arch/altivec-regs.exp
757 * gdb.arch/amd64-byte.exp
758 * gdb.arch/amd64-disp-step.exp
759 * gdb.arch/amd64-dword.exp
760 * gdb.arch/amd64-entry-value-inline.exp
761 * gdb.arch/amd64-entry-value-param.exp
762 * gdb.arch/amd64-entry-value-paramref.exp
763 * gdb.arch/amd64-entry-value.exp
764 * gdb.arch/amd64-i386-address.exp
765 * gdb.arch/amd64-invalid-stack-middle.exp
766 * gdb.arch/amd64-invalid-stack-top.exp
767 * gdb.arch/amd64-optimout-repeat.exp
768 * gdb.arch/amd64-prologue-skip.exp
769 * gdb.arch/amd64-prologue-xmm.exp
770 * gdb.arch/amd64-stap-special-operands.exp
771 * gdb.arch/amd64-stap-wrong-subexp.exp
772 * gdb.arch/amd64-tailcall-cxx.exp
773 * gdb.arch/amd64-tailcall-noret.exp
774 * gdb.arch/amd64-tailcall-ret.exp
775 * gdb.arch/amd64-tailcall-self.exp
776 * gdb.arch/amd64-word.exp
777 * gdb.arch/arm-bl-branch-dest.exp
778 * gdb.arch/arm-disp-step.exp
779 * gdb.arch/arm-neon.exp
780 * gdb.arch/arm-single-step-kernel-helper.exp
781 * gdb.arch/avr-flash-qualifier.exp
782 * gdb.arch/disp-step-insn-reloc.exp
783 * gdb.arch/e500-abi.exp
784 * gdb.arch/e500-regs.exp
785 * gdb.arch/ftrace-insn-reloc.exp
786 * gdb.arch/i386-avx512.exp
787 * gdb.arch/i386-bp_permanent.exp
788 * gdb.arch/i386-byte.exp
789 * gdb.arch/i386-cfi-notcurrent.exp
790 * gdb.arch/i386-disp-step.exp
791 * gdb.arch/i386-dr3-watch.exp
792 * gdb.arch/i386-float.exp
793 * gdb.arch/i386-gnu-cfi.exp
794 * gdb.arch/i386-mpx-map.exp
795 * gdb.arch/i386-mpx-sigsegv.exp
796 * gdb.arch/i386-mpx-simple_segv.exp
797 * gdb.arch/i386-mpx.exp
798 * gdb.arch/i386-permbkpt.exp
799 * gdb.arch/i386-prologue.exp
800 * gdb.arch/i386-signal.exp
801 * gdb.arch/i386-size-overlap.exp
802 * gdb.arch/i386-unwind.exp
803 * gdb.arch/i386-word.exp
804 * gdb.arch/mips-fcr.exp
805 * gdb.arch/powerpc-d128-regs.exp
806 * gdb.arch/powerpc-stackless.exp
807 * gdb.arch/ppc64-atomic-inst.exp
808 * gdb.arch/s390-stackless.exp
809 * gdb.arch/s390-tdbregs.exp
810 * gdb.arch/s390-vregs.exp
811 * gdb.arch/sparc-sysstep.exp
812 * gdb.arch/thumb-bx-pc.exp
813 * gdb.arch/thumb-singlestep.exp
814 * gdb.arch/thumb2-it.exp
815 * gdb.arch/vsx-regs.exp
816 * gdb.asm/asm-source.exp
817 * gdb.base/a2-run.exp
818 * gdb.base/advance.exp
819 * gdb.base/all-bin.exp
820 * gdb.base/anon.exp
821 * gdb.base/args.exp
822 * gdb.base/arithmet.exp
823 * gdb.base/async-shell.exp
824 * gdb.base/async.exp
825 * gdb.base/attach-pie-noexec.exp
826 * gdb.base/attach-twice.exp
827 * gdb.base/auto-load.exp
828 * gdb.base/bang.exp
829 * gdb.base/bitfields.exp
830 * gdb.base/break-always.exp
831 * gdb.base/break-caller-line.exp
832 * gdb.base/break-entry.exp
833 * gdb.base/break-inline.exp
834 * gdb.base/break-on-linker-gcd-function.exp
835 * gdb.base/break-probes.exp
836 * gdb.base/break.exp
837 * gdb.base/breakpoint-shadow.exp
838 * gdb.base/call-ar-st.exp
839 * gdb.base/call-sc.exp
840 * gdb.base/call-signal-resume.exp
841 * gdb.base/call-strs.exp
842 * gdb.base/callfuncs.exp
843 * gdb.base/catch-fork-static.exp
844 * gdb.base/catch-gdb-caused-signals.exp
845 * gdb.base/catch-load.exp
846 * gdb.base/catch-signal-fork.exp
847 * gdb.base/catch-signal.exp
848 * gdb.base/catch-syscall.exp
849 * gdb.base/charset.exp
850 * gdb.base/checkpoint.exp
851 * gdb.base/chng-syms.exp
852 * gdb.base/code-expr.exp
853 * gdb.base/code_elim.exp
854 * gdb.base/commands.exp
855 * gdb.base/completion.exp
856 * gdb.base/complex.exp
857 * gdb.base/cond-expr.exp
858 * gdb.base/condbreak.exp
859 * gdb.base/consecutive.exp
860 * gdb.base/continue-all-already-running.exp
861 * gdb.base/coredump-filter.exp
862 * gdb.base/corefile.exp
863 * gdb.base/dbx.exp
864 * gdb.base/debug-expr.exp
865 * gdb.base/define.exp
866 * gdb.base/del.exp
867 * gdb.base/disabled-location.exp
868 * gdb.base/disasm-end-cu.exp
869 * gdb.base/disasm-optim.exp
870 * gdb.base/display.exp
871 * gdb.base/duplicate-bp.exp
872 * gdb.base/ena-dis-br.exp
873 * gdb.base/ending-run.exp
874 * gdb.base/enumval.exp
875 * gdb.base/environ.exp
876 * gdb.base/eu-strip-infcall.exp
877 * gdb.base/eval-avoid-side-effects.exp
878 * gdb.base/eval-skip.exp
879 * gdb.base/exitsignal.exp
880 * gdb.base/expand-psymtabs.exp
881 * gdb.base/filesym.exp
882 * gdb.base/find-unmapped.exp
883 * gdb.base/finish.exp
884 * gdb.base/float.exp
885 * gdb.base/foll-exec-mode.exp
886 * gdb.base/foll-exec.exp
887 * gdb.base/foll-fork.exp
888 * gdb.base/fortran-sym-case.exp
889 * gdb.base/freebpcmd.exp
890 * gdb.base/func-ptr.exp
891 * gdb.base/func-ptrs.exp
892 * gdb.base/funcargs.exp
893 * gdb.base/gcore-buffer-overflow.exp
894 * gdb.base/gcore-relro-pie.exp
895 * gdb.base/gcore-relro.exp
896 * gdb.base/gcore.exp
897 * gdb.base/gdb1090.exp
898 * gdb.base/gdb11530.exp
899 * gdb.base/gdb11531.exp
900 * gdb.base/gdb1821.exp
901 * gdb.base/gdbindex-stabs.exp
902 * gdb.base/gdbvars.exp
903 * gdb.base/hbreak.exp
904 * gdb.base/hbreak2.exp
905 * gdb.base/included.exp
906 * gdb.base/infcall-input.exp
907 * gdb.base/inferior-died.exp
908 * gdb.base/infnan.exp
909 * gdb.base/info-macros.exp
910 * gdb.base/info-os.exp
911 * gdb.base/info-proc.exp
912 * gdb.base/info-shared.exp
913 * gdb.base/info-target.exp
914 * gdb.base/infoline.exp
915 * gdb.base/interp.exp
916 * gdb.base/interrupt.exp
917 * gdb.base/jit-reader.exp
918 * gdb.base/jit-simple.exp
919 * gdb.base/kill-after-signal.exp
920 * gdb.base/kill-detach-inferiors-cmd.exp
921 * gdb.base/label.exp
922 * gdb.base/langs.exp
923 * gdb.base/ldbl_e308.exp
924 * gdb.base/line-symtabs.exp
925 * gdb.base/linespecs.exp
926 * gdb.base/list.exp
927 * gdb.base/long_long.exp
928 * gdb.base/longest-types.exp
929 * gdb.base/maint.exp
930 * gdb.base/max-value-size.exp
931 * gdb.base/memattr.exp
932 * gdb.base/mips_pro.exp
933 * gdb.base/morestack.exp
934 * gdb.base/moribund-step.exp
935 * gdb.base/multi-forks.exp
936 * gdb.base/nested-addr.exp
937 * gdb.base/nextoverexit.exp
938 * gdb.base/noreturn-finish.exp
939 * gdb.base/noreturn-return.exp
940 * gdb.base/nostdlib.exp
941 * gdb.base/offsets.exp
942 * gdb.base/opaque.exp
943 * gdb.base/pc-fp.exp
944 * gdb.base/permissions.exp
945 * gdb.base/print-symbol-loading.exp
946 * gdb.base/prologue-include.exp
947 * gdb.base/psymtab.exp
948 * gdb.base/ptype.exp
949 * gdb.base/random-signal.exp
950 * gdb.base/randomize.exp
951 * gdb.base/range-stepping.exp
952 * gdb.base/readline-ask.exp
953 * gdb.base/recpar.exp
954 * gdb.base/recurse.exp
955 * gdb.base/relational.exp
956 * gdb.base/restore.exp
957 * gdb.base/return-nodebug.exp
958 * gdb.base/return.exp
959 * gdb.base/run-after-attach.exp
960 * gdb.base/save-bp.exp
961 * gdb.base/scope.exp
962 * gdb.base/sect-cmd.exp
963 * gdb.base/set-lang-auto.exp
964 * gdb.base/set-noassign.exp
965 * gdb.base/setvar.exp
966 * gdb.base/sigall.exp
967 * gdb.base/sigbpt.exp
968 * gdb.base/siginfo-addr.exp
969 * gdb.base/siginfo-infcall.exp
970 * gdb.base/siginfo-obj.exp
971 * gdb.base/siginfo.exp
972 * gdb.base/signals-state-child.exp
973 * gdb.base/signest.exp
974 * gdb.base/sigstep.exp
975 * gdb.base/sizeof.exp
976 * gdb.base/skip.exp
977 * gdb.base/solib-corrupted.exp
978 * gdb.base/solib-nodir.exp
979 * gdb.base/solib-search.exp
980 * gdb.base/stack-checking.exp
981 * gdb.base/stale-infcall.exp
982 * gdb.base/stap-probe.exp
983 * gdb.base/start.exp
984 * gdb.base/step-break.exp
985 * gdb.base/step-bt.exp
986 * gdb.base/step-line.exp
987 * gdb.base/step-over-exit.exp
988 * gdb.base/step-over-syscall.exp
989 * gdb.base/step-resume-infcall.exp
990 * gdb.base/step-test.exp
991 * gdb.base/store.exp
992 * gdb.base/structs3.exp
993 * gdb.base/sym-file.exp
994 * gdb.base/symbol-without-target_section.exp
995 * gdb.base/term.exp
996 * gdb.base/testenv.exp
997 * gdb.base/ui-redirect.exp
998 * gdb.base/until.exp
999 * gdb.base/unwindonsignal.exp
1000 * gdb.base/value-double-free.exp
1001 * gdb.base/vla-datatypes.exp
1002 * gdb.base/vla-ptr.exp
1003 * gdb.base/vla-sideeffect.exp
1004 * gdb.base/volatile.exp
1005 * gdb.base/watch-cond-infcall.exp
1006 * gdb.base/watch-cond.exp
1007 * gdb.base/watch-non-mem.exp
1008 * gdb.base/watch-read.exp
1009 * gdb.base/watch-vfork.exp
1010 * gdb.base/watchpoint-cond-gone.exp
1011 * gdb.base/watchpoint-delete.exp
1012 * gdb.base/watchpoint-hw-hit-once.exp
1013 * gdb.base/watchpoint-hw.exp
1014 * gdb.base/watchpoint-stops-at-right-insn.exp
1015 * gdb.base/watchpoints.exp
1016 * gdb.base/wchar.exp
1017 * gdb.base/whatis-exp.exp
1018 * gdb.btrace/buffer-size.exp
1019 * gdb.btrace/data.exp
1020 * gdb.btrace/delta.exp
1021 * gdb.btrace/dlopen.exp
1022 * gdb.btrace/enable.exp
1023 * gdb.btrace/exception.exp
1024 * gdb.btrace/function_call_history.exp
1025 * gdb.btrace/gcore.exp
1026 * gdb.btrace/instruction_history.exp
1027 * gdb.btrace/nohist.exp
1028 * gdb.btrace/reconnect.exp
1029 * gdb.btrace/record_goto-step.exp
1030 * gdb.btrace/record_goto.exp
1031 * gdb.btrace/rn-dl-bind.exp
1032 * gdb.btrace/segv.exp
1033 * gdb.btrace/step.exp
1034 * gdb.btrace/stepi.exp
1035 * gdb.btrace/tailcall-only.exp
1036 * gdb.btrace/tailcall.exp
1037 * gdb.btrace/tsx.exp
1038 * gdb.btrace/unknown_functions.exp
1039 * gdb.btrace/vdso.exp
1040 * gdb.compile/compile-ifunc.exp
1041 * gdb.compile/compile-ops.exp
1042 * gdb.compile/compile-print.exp
1043 * gdb.compile/compile-setjmp.exp
1044 * gdb.cp/abstract-origin.exp
1045 * gdb.cp/ambiguous.exp
1046 * gdb.cp/annota2.exp
1047 * gdb.cp/annota3.exp
1048 * gdb.cp/anon-ns.exp
1049 * gdb.cp/anon-struct.exp
1050 * gdb.cp/anon-union.exp
1051 * gdb.cp/arg-reference.exp
1052 * gdb.cp/baseenum.exp
1053 * gdb.cp/bool.exp
1054 * gdb.cp/breakpoint.exp
1055 * gdb.cp/bs15503.exp
1056 * gdb.cp/call-c.exp
1057 * gdb.cp/casts.exp
1058 * gdb.cp/chained-calls.exp
1059 * gdb.cp/class2.exp
1060 * gdb.cp/classes.exp
1061 * gdb.cp/cmpd-minsyms.exp
1062 * gdb.cp/converts.exp
1063 * gdb.cp/cp-relocate.exp
1064 * gdb.cp/cpcompletion.exp
1065 * gdb.cp/cpexprs.exp
1066 * gdb.cp/cplabel.exp
1067 * gdb.cp/cplusfuncs.exp
1068 * gdb.cp/cpsizeof.exp
1069 * gdb.cp/ctti.exp
1070 * gdb.cp/derivation.exp
1071 * gdb.cp/destrprint.exp
1072 * gdb.cp/dispcxx.exp
1073 * gdb.cp/enum-class.exp
1074 * gdb.cp/exception.exp
1075 * gdb.cp/exceptprint.exp
1076 * gdb.cp/expand-psymtabs-cxx.exp
1077 * gdb.cp/expand-sals.exp
1078 * gdb.cp/extern-c.exp
1079 * gdb.cp/filename.exp
1080 * gdb.cp/formatted-ref.exp
1081 * gdb.cp/fpointer.exp
1082 * gdb.cp/gdb1355.exp
1083 * gdb.cp/gdb2495.exp
1084 * gdb.cp/hang.exp
1085 * gdb.cp/impl-this.exp
1086 * gdb.cp/infcall-dlopen.exp
1087 * gdb.cp/inherit.exp
1088 * gdb.cp/iostream.exp
1089 * gdb.cp/koenig.exp
1090 * gdb.cp/local.exp
1091 * gdb.cp/m-data.exp
1092 * gdb.cp/m-static.exp
1093 * gdb.cp/mb-ctor.exp
1094 * gdb.cp/mb-inline.exp
1095 * gdb.cp/mb-templates.exp
1096 * gdb.cp/member-name.exp
1097 * gdb.cp/member-ptr.exp
1098 * gdb.cp/meth-typedefs.exp
1099 * gdb.cp/method.exp
1100 * gdb.cp/method2.exp
1101 * gdb.cp/minsym-fallback.exp
1102 * gdb.cp/misc.exp
1103 * gdb.cp/namelessclass.exp
1104 * gdb.cp/namespace-enum.exp
1105 * gdb.cp/namespace-nested-import.exp
1106 * gdb.cp/namespace.exp
1107 * gdb.cp/nextoverthrow.exp
1108 * gdb.cp/no-dmgl-verbose.exp
1109 * gdb.cp/non-trivial-retval.exp
1110 * gdb.cp/noparam.exp
1111 * gdb.cp/nsdecl.exp
1112 * gdb.cp/nsimport.exp
1113 * gdb.cp/nsnested.exp
1114 * gdb.cp/nsnoimports.exp
1115 * gdb.cp/nsrecurs.exp
1116 * gdb.cp/nsstress.exp
1117 * gdb.cp/nsusing.exp
1118 * gdb.cp/operator.exp
1119 * gdb.cp/oranking.exp
1120 * gdb.cp/overload-const.exp
1121 * gdb.cp/overload.exp
1122 * gdb.cp/ovldbreak.exp
1123 * gdb.cp/ovsrch.exp
1124 * gdb.cp/paren-type.exp
1125 * gdb.cp/parse-lang.exp
1126 * gdb.cp/pass-by-ref.exp
1127 * gdb.cp/pr-1023.exp
1128 * gdb.cp/pr-1210.exp
1129 * gdb.cp/pr-574.exp
1130 * gdb.cp/pr10687.exp
1131 * gdb.cp/pr12028.exp
1132 * gdb.cp/pr17132.exp
1133 * gdb.cp/pr17494.exp
1134 * gdb.cp/pr9067.exp
1135 * gdb.cp/pr9167.exp
1136 * gdb.cp/pr9631.exp
1137 * gdb.cp/printmethod.exp
1138 * gdb.cp/psmang.exp
1139 * gdb.cp/psymtab-parameter.exp
1140 * gdb.cp/ptype-cv-cp.exp
1141 * gdb.cp/ptype-flags.exp
1142 * gdb.cp/re-set-overloaded.exp
1143 * gdb.cp/ref-types.exp
1144 * gdb.cp/rtti.exp
1145 * gdb.cp/scope-err.exp
1146 * gdb.cp/shadow.exp
1147 * gdb.cp/smartp.exp
1148 * gdb.cp/static-method.exp
1149 * gdb.cp/static-print-quit.exp
1150 * gdb.cp/temargs.exp
1151 * gdb.cp/templates.exp
1152 * gdb.cp/try_catch.exp
1153 * gdb.cp/typedef-operator.exp
1154 * gdb.cp/typeid.exp
1155 * gdb.cp/userdef.exp
1156 * gdb.cp/using-crash.exp
1157 * gdb.cp/var-tag.exp
1158 * gdb.cp/virtbase.exp
1159 * gdb.cp/virtfunc.exp
1160 * gdb.cp/virtfunc2.exp
1161 * gdb.cp/vla-cxx.exp
1162 * gdb.disasm/t01_mov.exp
1163 * gdb.disasm/t02_mova.exp
1164 * gdb.disasm/t03_add.exp
1165 * gdb.disasm/t04_sub.exp
1166 * gdb.disasm/t05_cmp.exp
1167 * gdb.disasm/t06_ari2.exp
1168 * gdb.disasm/t07_ari3.exp
1169 * gdb.disasm/t08_or.exp
1170 * gdb.disasm/t09_xor.exp
1171 * gdb.disasm/t10_and.exp
1172 * gdb.disasm/t11_logs.exp
1173 * gdb.disasm/t12_bit.exp
1174 * gdb.disasm/t13_otr.exp
1175 * gdb.dlang/circular.exp
1176 * gdb.dwarf2/arr-stride.exp
1177 * gdb.dwarf2/arr-subrange.exp
1178 * gdb.dwarf2/atomic-type.exp
1179 * gdb.dwarf2/bad-regnum.exp
1180 * gdb.dwarf2/bitfield-parent-optimized-out.exp
1181 * gdb.dwarf2/callframecfa.exp
1182 * gdb.dwarf2/clztest.exp
1183 * gdb.dwarf2/corrupt.exp
1184 * gdb.dwarf2/data-loc.exp
1185 * gdb.dwarf2/dup-psym.exp
1186 * gdb.dwarf2/dw2-anon-mptr.exp
1187 * gdb.dwarf2/dw2-anonymous-func.exp
1188 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
1189 * gdb.dwarf2/dw2-bad-unresolved.exp
1190 * gdb.dwarf2/dw2-basic.exp
1191 * gdb.dwarf2/dw2-canonicalize-type.exp
1192 * gdb.dwarf2/dw2-case-insensitive.exp
1193 * gdb.dwarf2/dw2-common-block.exp
1194 * gdb.dwarf2/dw2-compdir-oldgcc.exp
1195 * gdb.dwarf2/dw2-compressed.exp
1196 * gdb.dwarf2/dw2-const.exp
1197 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
1198 * gdb.dwarf2/dw2-cu-size.exp
1199 * gdb.dwarf2/dw2-dup-frame.exp
1200 * gdb.dwarf2/dw2-entry-value.exp
1201 * gdb.dwarf2/dw2-icycle.exp
1202 * gdb.dwarf2/dw2-ifort-parameter.exp
1203 * gdb.dwarf2/dw2-inline-break.exp
1204 * gdb.dwarf2/dw2-inline-param.exp
1205 * gdb.dwarf2/dw2-intercu.exp
1206 * gdb.dwarf2/dw2-intermix.exp
1207 * gdb.dwarf2/dw2-lexical-block-bare.exp
1208 * gdb.dwarf2/dw2-linkage-name-trust.exp
1209 * gdb.dwarf2/dw2-minsym-in-cu.exp
1210 * gdb.dwarf2/dw2-noloc.exp
1211 * gdb.dwarf2/dw2-op-call.exp
1212 * gdb.dwarf2/dw2-op-out-param.exp
1213 * gdb.dwarf2/dw2-opt-structptr.exp
1214 * gdb.dwarf2/dw2-param-error.exp
1215 * gdb.dwarf2/dw2-producer.exp
1216 * gdb.dwarf2/dw2-ranges-base.exp
1217 * gdb.dwarf2/dw2-ref-missing-frame.exp
1218 * gdb.dwarf2/dw2-reg-undefined.exp
1219 * gdb.dwarf2/dw2-regno-invalid.exp
1220 * gdb.dwarf2/dw2-restore.exp
1221 * gdb.dwarf2/dw2-restrict.exp
1222 * gdb.dwarf2/dw2-single-line-discriminators.exp
1223 * gdb.dwarf2/dw2-strp.exp
1224 * gdb.dwarf2/dw2-undefined-ret-addr.exp
1225 * gdb.dwarf2/dw2-unresolved.exp
1226 * gdb.dwarf2/dw2-var-zero-addr.exp
1227 * gdb.dwarf2/dw4-sig-types.exp
1228 * gdb.dwarf2/dwz.exp
1229 * gdb.dwarf2/dynarr-ptr.exp
1230 * gdb.dwarf2/enum-type.exp
1231 * gdb.dwarf2/gdb-index.exp
1232 * gdb.dwarf2/implptr-64bit.exp
1233 * gdb.dwarf2/implptr-optimized-out.exp
1234 * gdb.dwarf2/implptr.exp
1235 * gdb.dwarf2/implref-array.exp
1236 * gdb.dwarf2/implref-const.exp
1237 * gdb.dwarf2/implref-global.exp
1238 * gdb.dwarf2/implref-struct.exp
1239 * gdb.dwarf2/mac-fileno.exp
1240 * gdb.dwarf2/main-subprogram.exp
1241 * gdb.dwarf2/member-ptr-forwardref.exp
1242 * gdb.dwarf2/method-ptr.exp
1243 * gdb.dwarf2/missing-sig-type.exp
1244 * gdb.dwarf2/nonvar-access.exp
1245 * gdb.dwarf2/opaque-type-lookup.exp
1246 * gdb.dwarf2/pieces-optimized-out.exp
1247 * gdb.dwarf2/pieces.exp
1248 * gdb.dwarf2/pr10770.exp
1249 * gdb.dwarf2/pr13961.exp
1250 * gdb.dwarf2/staticvirtual.exp
1251 * gdb.dwarf2/subrange.exp
1252 * gdb.dwarf2/symtab-producer.exp
1253 * gdb.dwarf2/trace-crash.exp
1254 * gdb.dwarf2/typeddwarf.exp
1255 * gdb.dwarf2/valop.exp
1256 * gdb.dwarf2/watch-notconst.exp
1257 * gdb.fortran/array-element.exp
1258 * gdb.fortran/charset.exp
1259 * gdb.fortran/common-block.exp
1260 * gdb.fortran/complex.exp
1261 * gdb.fortran/derived-type-function.exp
1262 * gdb.fortran/derived-type.exp
1263 * gdb.fortran/logical.exp
1264 * gdb.fortran/module.exp
1265 * gdb.fortran/multi-dim.exp
1266 * gdb.fortran/nested-funcs.exp
1267 * gdb.fortran/print-formatted.exp
1268 * gdb.fortran/subarray.exp
1269 * gdb.fortran/vla-alloc-assoc.exp
1270 * gdb.fortran/vla-datatypes.exp
1271 * gdb.fortran/vla-history.exp
1272 * gdb.fortran/vla-ptr-info.exp
1273 * gdb.fortran/vla-ptype-sub.exp
1274 * gdb.fortran/vla-ptype.exp
1275 * gdb.fortran/vla-sizeof.exp
1276 * gdb.fortran/vla-type.exp
1277 * gdb.fortran/vla-value-sub-arbitrary.exp
1278 * gdb.fortran/vla-value-sub-finish.exp
1279 * gdb.fortran/vla-value-sub.exp
1280 * gdb.fortran/vla-value.exp
1281 * gdb.fortran/whatis_type.exp
1282 * gdb.go/chan.exp
1283 * gdb.go/handcall.exp
1284 * gdb.go/hello.exp
1285 * gdb.go/integers.exp
1286 * gdb.go/methods.exp
1287 * gdb.go/package.exp
1288 * gdb.go/strings.exp
1289 * gdb.go/types.exp
1290 * gdb.go/unsafe.exp
1291 * gdb.guile/scm-arch.exp
1292 * gdb.guile/scm-block.exp
1293 * gdb.guile/scm-breakpoint.exp
1294 * gdb.guile/scm-cmd.exp
1295 * gdb.guile/scm-disasm.exp
1296 * gdb.guile/scm-equal.exp
1297 * gdb.guile/scm-frame-args.exp
1298 * gdb.guile/scm-frame-inline.exp
1299 * gdb.guile/scm-frame.exp
1300 * gdb.guile/scm-iterator.exp
1301 * gdb.guile/scm-math.exp
1302 * gdb.guile/scm-objfile.exp
1303 * gdb.guile/scm-ports.exp
1304 * gdb.guile/scm-symbol.exp
1305 * gdb.guile/scm-symtab.exp
1306 * gdb.guile/scm-value-cc.exp
1307 * gdb.guile/types-module.exp
1308 * gdb.linespec/break-ask.exp
1309 * gdb.linespec/cpexplicit.exp
1310 * gdb.linespec/explicit.exp
1311 * gdb.linespec/keywords.exp
1312 * gdb.linespec/linespec.exp
1313 * gdb.linespec/ls-dollar.exp
1314 * gdb.linespec/ls-errs.exp
1315 * gdb.linespec/skip-two.exp
1316 * gdb.linespec/thread.exp
1317 * gdb.mi/mi-async.exp
1318 * gdb.mi/mi-basics.exp
1319 * gdb.mi/mi-break.exp
1320 * gdb.mi/mi-catch-load.exp
1321 * gdb.mi/mi-cli.exp
1322 * gdb.mi/mi-cmd-param-changed.exp
1323 * gdb.mi/mi-console.exp
1324 * gdb.mi/mi-detach.exp
1325 * gdb.mi/mi-disassemble.exp
1326 * gdb.mi/mi-eval.exp
1327 * gdb.mi/mi-file-transfer.exp
1328 * gdb.mi/mi-file.exp
1329 * gdb.mi/mi-fill-memory.exp
1330 * gdb.mi/mi-inheritance-syntax-error.exp
1331 * gdb.mi/mi-linespec-err-cp.exp
1332 * gdb.mi/mi-logging.exp
1333 * gdb.mi/mi-memory-changed.exp
1334 * gdb.mi/mi-read-memory.exp
1335 * gdb.mi/mi-record-changed.exp
1336 * gdb.mi/mi-reg-undefined.exp
1337 * gdb.mi/mi-regs.exp
1338 * gdb.mi/mi-return.exp
1339 * gdb.mi/mi-reverse.exp
1340 * gdb.mi/mi-simplerun.exp
1341 * gdb.mi/mi-solib.exp
1342 * gdb.mi/mi-stack.exp
1343 * gdb.mi/mi-stepi.exp
1344 * gdb.mi/mi-syn-frame.exp
1345 * gdb.mi/mi-until.exp
1346 * gdb.mi/mi-var-block.exp
1347 * gdb.mi/mi-var-child.exp
1348 * gdb.mi/mi-var-cmd.exp
1349 * gdb.mi/mi-var-cp.exp
1350 * gdb.mi/mi-var-display.exp
1351 * gdb.mi/mi-var-invalidate.exp
1352 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
1353 * gdb.mi/mi-vla-fortran.exp
1354 * gdb.mi/mi-watch.exp
1355 * gdb.mi/mi2-var-child.exp
1356 * gdb.mi/user-selected-context-sync.exp
1357 * gdb.modula2/unbounded-array.exp
1358 * gdb.multi/dummy-frame-restore.exp
1359 * gdb.multi/multi-arch-exec.exp
1360 * gdb.multi/multi-arch.exp
1361 * gdb.multi/tids.exp
1362 * gdb.multi/watchpoint-multi.exp
1363 * gdb.opencl/callfuncs.exp
1364 * gdb.opencl/convs_casts.exp
1365 * gdb.opencl/datatypes.exp
1366 * gdb.opencl/operators.exp
1367 * gdb.opencl/vec_comps.exp
1368 * gdb.opt/clobbered-registers-O2.exp
1369 * gdb.opt/inline-break.exp
1370 * gdb.opt/inline-bt.exp
1371 * gdb.opt/inline-cmds.exp
1372 * gdb.opt/inline-locals.exp
1373 * gdb.pascal/case-insensitive-symbols.exp
1374 * gdb.pascal/floats.exp
1375 * gdb.pascal/gdb11492.exp
1376 * gdb.python/lib-types.exp
1377 * gdb.python/py-arch.exp
1378 * gdb.python/py-as-string.exp
1379 * gdb.python/py-bad-printers.exp
1380 * gdb.python/py-block.exp
1381 * gdb.python/py-breakpoint-create-fail.exp
1382 * gdb.python/py-breakpoint.exp
1383 * gdb.python/py-caller-is.exp
1384 * gdb.python/py-cmd.exp
1385 * gdb.python/py-explore-cc.exp
1386 * gdb.python/py-explore.exp
1387 * gdb.python/py-finish-breakpoint.exp
1388 * gdb.python/py-finish-breakpoint2.exp
1389 * gdb.python/py-frame-args.exp
1390 * gdb.python/py-frame-inline.exp
1391 * gdb.python/py-frame.exp
1392 * gdb.python/py-framefilter-mi.exp
1393 * gdb.python/py-infthread.exp
1394 * gdb.python/py-lazy-string.exp
1395 * gdb.python/py-linetable.exp
1396 * gdb.python/py-mi-events.exp
1397 * gdb.python/py-mi-objfile.exp
1398 * gdb.python/py-mi.exp
1399 * gdb.python/py-objfile.exp
1400 * gdb.python/py-pp-integral.exp
1401 * gdb.python/py-pp-maint.exp
1402 * gdb.python/py-pp-re-notag.exp
1403 * gdb.python/py-pp-registration.exp
1404 * gdb.python/py-recurse-unwind.exp
1405 * gdb.python/py-strfns.exp
1406 * gdb.python/py-symbol.exp
1407 * gdb.python/py-symtab.exp
1408 * gdb.python/py-sync-interp.exp
1409 * gdb.python/py-typeprint.exp
1410 * gdb.python/py-unwind-maint.exp
1411 * gdb.python/py-unwind.exp
1412 * gdb.python/py-value-cc.exp
1413 * gdb.python/py-xmethods.exp
1414 * gdb.reverse/amd64-tailcall-reverse.exp
1415 * gdb.reverse/break-precsave.exp
1416 * gdb.reverse/break-reverse.exp
1417 * gdb.reverse/consecutive-precsave.exp
1418 * gdb.reverse/consecutive-reverse.exp
1419 * gdb.reverse/finish-precsave.exp
1420 * gdb.reverse/finish-reverse-bkpt.exp
1421 * gdb.reverse/finish-reverse.exp
1422 * gdb.reverse/fstatat-reverse.exp
1423 * gdb.reverse/getresuid-reverse.exp
1424 * gdb.reverse/i386-precsave.exp
1425 * gdb.reverse/i386-reverse.exp
1426 * gdb.reverse/i386-sse-reverse.exp
1427 * gdb.reverse/i387-env-reverse.exp
1428 * gdb.reverse/i387-stack-reverse.exp
1429 * gdb.reverse/insn-reverse.exp
1430 * gdb.reverse/machinestate-precsave.exp
1431 * gdb.reverse/machinestate.exp
1432 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1433 * gdb.reverse/pipe-reverse.exp
1434 * gdb.reverse/readv-reverse.exp
1435 * gdb.reverse/recvmsg-reverse.exp
1436 * gdb.reverse/rerun-prec.exp
1437 * gdb.reverse/s390-mvcle.exp
1438 * gdb.reverse/step-precsave.exp
1439 * gdb.reverse/step-reverse.exp
1440 * gdb.reverse/time-reverse.exp
1441 * gdb.reverse/until-precsave.exp
1442 * gdb.reverse/until-reverse.exp
1443 * gdb.reverse/waitpid-reverse.exp
1444 * gdb.reverse/watch-precsave.exp
1445 * gdb.reverse/watch-reverse.exp
1446 * gdb.rust/generics.exp
1447 * gdb.rust/methods.exp
1448 * gdb.rust/modules.exp
1449 * gdb.rust/simple.exp
1450 * gdb.server/connect-with-no-symbol-file.exp
1451 * gdb.server/ext-attach.exp
1452 * gdb.server/ext-restart.exp
1453 * gdb.server/ext-wrapper.exp
1454 * gdb.server/file-transfer.exp
1455 * gdb.server/server-exec-info.exp
1456 * gdb.server/server-kill.exp
1457 * gdb.server/server-mon.exp
1458 * gdb.server/wrapper.exp
1459 * gdb.stabs/exclfwd.exp
1460 * gdb.stabs/gdb11479.exp
1461 * gdb.threads/clone-new-thread-event.exp
1462 * gdb.threads/corethreads.exp
1463 * gdb.threads/current-lwp-dead.exp
1464 * gdb.threads/dlopen-libpthread.exp
1465 * gdb.threads/gcore-thread.exp
1466 * gdb.threads/sigstep-threads.exp
1467 * gdb.threads/watchpoint-fork.exp
1468 * gdb.trace/actions-changed.exp
1469 * gdb.trace/backtrace.exp
1470 * gdb.trace/change-loc.exp
1471 * gdb.trace/circ.exp
1472 * gdb.trace/collection.exp
1473 * gdb.trace/disconnected-tracing.exp
1474 * gdb.trace/ftrace.exp
1475 * gdb.trace/mi-trace-frame-collected.exp
1476 * gdb.trace/mi-trace-unavailable.exp
1477 * gdb.trace/mi-traceframe-changed.exp
1478 * gdb.trace/mi-tsv-changed.exp
1479 * gdb.trace/no-attach-trace.exp
1480 * gdb.trace/passc-dyn.exp
1481 * gdb.trace/qtro.exp
1482 * gdb.trace/range-stepping.exp
1483 * gdb.trace/read-memory.exp
1484 * gdb.trace/save-trace.exp
1485 * gdb.trace/signal.exp
1486 * gdb.trace/status-stop.exp
1487 * gdb.trace/tfile.exp
1488 * gdb.trace/trace-break.exp
1489 * gdb.trace/trace-buffer-size.exp
1490 * gdb.trace/trace-condition.exp
1491 * gdb.trace/tracefile-pseudo-reg.exp
1492 * gdb.trace/tstatus.exp
1493 * gdb.trace/unavailable.exp
1494 * gdb.trace/while-dyn.exp
1495 * gdb.trace/while-stepping.exp
1496
34c41c68
DE
14972016-12-22 Doug Evans <xdje42@gmail.com>
1498
1499 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
1500 and msymbols.
1501
16e69324
YQ
15022016-12-19 Yao Qi <yao.qi@linaro.org>
1503
1504 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
1505 (test_with_self): Don't call do_steps_and_nexts, and remove
1506 code about stepping into xmalloc.
1507
f94f411b
YQ
15082016-12-09 Yao Qi <yao.qi@linaro.org>
1509
1510 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
1511
15122016-12-09 Yao Qi <yao.qi@linaro.org>
1513
1514 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
1515
f1b5deee
PA
15162016-12-09 Pedro Alves <palves@redhat.com>
1517
1518 * gdb.base/all-architectures-0.exp: New file.
1519 * gdb.base/all-architectures-1.exp: New file.
1520 * gdb.base/all-architectures-2.exp: New file.
1521 * gdb.base/all-architectures-3.exp: New file.
1522 * gdb.base/all-architectures-4.exp: New file.
1523 * gdb.base/all-architectures-5.exp: New file.
1524 * gdb.base/all-architectures-6.exp: New file.
1525 * gdb.base/all-architectures-7.exp: New file.
1526 * gdb.base/all-architectures.exp.in: New file.
1527
364ca42e
YQ
15282016-12-09 Yao Qi <yao.qi@linaro.org>
1529
1530 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
1531
107c2d62
LM
15322016-12-02 Luis Machado <lgustavo@codesourcery.com>
1533
1534 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
1535 possible.
1536 Remove useless pattern-matching code.
1537
df3ee9ca
PA
15382016-12-02 Pedro Alves <palves@redhat.com>
1539
1540 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
1541 procedure.
1542 (top level): Call it.
1543
ec835369
PA
15442016-12-02 Pedro Alves <palves@redhat.com>
1545
1546 * gdb.base/commands.exp (user_defined_command_args_stack_test):
1547 New procedure.
1548 (top level): Call it.
1549
01770bbd
PA
15502016-12-02 Pedro Alves <palves@redhat.com>
1551
1552 PR cli/20559
1553 * gdb.base/commands.exp (user_defined_command_args_eval): New
1554 procedure.
1555 (top level): Call it.
1556
008459ea
LM
15572016-12-02 Luis Machado <lgustavo@codesourcery.com>
1558
1559 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
1560 timeout handling.
1561
0c1b455e
TT
15622016-12-02 Tom Tromey <tom@tromey.com>
1563
1564 * gdb.dwarf2/main-subprogram.c: New file.
1565 * gdb.dwarf2/main-subprogram.exp: New file.
1566
018572b8
LM
15672016-12-01 Luis Machado <lgustavo@codesourcery.com>
1568
1569 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
1570 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
1571 gdb_test_no_output for a couple of cases.
1572 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
1573
84c93cd5
LM
15742016-12-01 Luis Machado <lgustavo@codesourcery.com>
1575
1576 Fix test names and standardize compilation error messages throughout
1577 the following files:
1578
1579 * gdb.ada/start.exp
1580 * gdb.arch/alpha-step.exp
1581 * gdb.arch/e500-prologue.exp
1582 * gdb.arch/ftrace-insn-reloc.exp
1583 * gdb.arch/gdb1291.exp
1584 * gdb.arch/gdb1431.exp
1585 * gdb.arch/gdb1558.exp
1586 * gdb.arch/i386-dr3-watch.exp
1587 * gdb.arch/i386-sse-stack-align.exp
1588 * gdb.arch/ia64-breakpoint-shadow.exp
1589 * gdb.arch/pa-nullify.exp
1590 * gdb.arch/powerpc-aix-prologue.exp
1591 * gdb.arch/thumb-bx-pc.exp
1592 * gdb.base/annota1.exp
1593 * gdb.base/annota3.exp
1594 * gdb.base/arrayidx.exp
1595 * gdb.base/assign.exp
1596 * gdb.base/attach.exp
1597 * gdb.base/auxv.exp
1598 * gdb.base/bang.exp
1599 * gdb.base/bfp-test.exp
1600 * gdb.base/bigcore.exp
1601 * gdb.base/bitfields2.exp
1602 * gdb.base/break-fun-addr.exp
1603 * gdb.base/break-probes.exp
1604 * gdb.base/call-rt-st.exp
1605 * gdb.base/callexit.exp
1606 * gdb.base/catch-fork-kill.exp
1607 * gdb.base/charset.exp
1608 * gdb.base/checkpoint.exp
1609 * gdb.base/comprdebug.exp
1610 * gdb.base/constvars.exp
1611 * gdb.base/coredump-filter.exp
1612 * gdb.base/cursal.exp
1613 * gdb.base/cvexpr.exp
1614 * gdb.base/detach.exp
1615 * gdb.base/display.exp
1616 * gdb.base/dmsym.exp
1617 * gdb.base/dprintf-pending.exp
1618 * gdb.base/dso2dso.exp
1619 * gdb.base/dtrace-probe.exp
1620 * gdb.base/dump.exp
1621 * gdb.base/enum_cond.exp
1622 * gdb.base/exe-lock.exp
1623 * gdb.base/exec-invalid-sysroot.exp
1624 * gdb.base/execl-update-breakpoints.exp
1625 * gdb.base/exprs.exp
1626 * gdb.base/fileio.exp
1627 * gdb.base/find.exp
1628 * gdb.base/finish.exp
1629 * gdb.base/fixsection.exp
1630 * gdb.base/foll-vfork.exp
1631 * gdb.base/frame-args.exp
1632 * gdb.base/gcore.exp
1633 * gdb.base/gdb1250.exp
1634 * gdb.base/global-var-nested-by-dso.exp
1635 * gdb.base/gnu-ifunc.exp
1636 * gdb.base/hashline1.exp
1637 * gdb.base/hashline2.exp
1638 * gdb.base/hashline3.exp
1639 * gdb.base/hbreak-in-shr-unsupported.exp
1640 * gdb.base/huge.exp
1641 * gdb.base/infcall-input.exp
1642 * gdb.base/info-fun.exp
1643 * gdb.base/info-shared.exp
1644 * gdb.base/jit-simple.exp
1645 * gdb.base/jit-so.exp
1646 * gdb.base/jit.exp
1647 * gdb.base/jump.exp
1648 * gdb.base/label.exp
1649 * gdb.base/lineinc.exp
1650 * gdb.base/logical.exp
1651 * gdb.base/longjmp.exp
1652 * gdb.base/macscp.exp
1653 * gdb.base/miscexprs.exp
1654 * gdb.base/new-ui-echo.exp
1655 * gdb.base/new-ui-pending-input.exp
1656 * gdb.base/new-ui.exp
1657 * gdb.base/nodebug.exp
1658 * gdb.base/nofield.exp
1659 * gdb.base/offsets.exp
1660 * gdb.base/overlays.exp
1661 * gdb.base/pending.exp
1662 * gdb.base/pointers.exp
1663 * gdb.base/pr11022.exp
1664 * gdb.base/printcmds.exp
1665 * gdb.base/prologue.exp
1666 * gdb.base/ptr-typedef.exp
1667 * gdb.base/realname-expand.exp
1668 * gdb.base/relativedebug.exp
1669 * gdb.base/relocate.exp
1670 * gdb.base/remote.exp
1671 * gdb.base/reread.exp
1672 * gdb.base/return2.exp
1673 * gdb.base/savedregs.exp
1674 * gdb.base/sep.exp
1675 * gdb.base/sepdebug.exp
1676 * gdb.base/sepsymtab.exp
1677 * gdb.base/set-inferior-tty.exp
1678 * gdb.base/setshow.exp
1679 * gdb.base/shlib-call.exp
1680 * gdb.base/sigaltstack.exp
1681 * gdb.base/siginfo-addr.exp
1682 * gdb.base/signals.exp
1683 * gdb.base/signull.exp
1684 * gdb.base/sigrepeat.exp
1685 * gdb.base/so-impl-ld.exp
1686 * gdb.base/solib-display.exp
1687 * gdb.base/solib-overlap.exp
1688 * gdb.base/solib-search.exp
1689 * gdb.base/solib-symbol.exp
1690 * gdb.base/structs.exp
1691 * gdb.base/structs2.exp
1692 * gdb.base/symtab-search-order.exp
1693 * gdb.base/twice.exp
1694 * gdb.base/unload.exp
1695 * gdb.base/varargs.exp
1696 * gdb.base/watchpoint-solib.exp
1697 * gdb.base/watchpoint.exp
1698 * gdb.base/whatis.exp
1699 * gdb.base/wrong_frame_bt_full.exp
1700 * gdb.btrace/dlopen.exp
1701 * gdb.cell/ea-standalone.exp
1702 * gdb.cell/ea-test.exp
1703 * gdb.cp/dispcxx.exp
1704 * gdb.cp/gdb2384.exp
1705 * gdb.cp/method2.exp
1706 * gdb.cp/nextoverthrow.exp
1707 * gdb.cp/pr10728.exp
1708 * gdb.disasm/am33.exp
1709 * gdb.disasm/h8300s.exp
1710 * gdb.disasm/mn10300.exp
1711 * gdb.disasm/sh3.exp
1712 * gdb.dwarf2/dw2-dir-file-name.exp
1713 * gdb.fortran/complex.exp
1714 * gdb.fortran/library-module.exp
1715 * gdb.guile/scm-pretty-print.exp
1716 * gdb.guile/scm-symbol.exp
1717 * gdb.guile/scm-type.exp
1718 * gdb.guile/scm-value.exp
1719 * gdb.linespec/linespec.exp
1720 * gdb.mi/gdb701.exp
1721 * gdb.mi/gdb792.exp
1722 * gdb.mi/mi-breakpoint-changed.exp
1723 * gdb.mi/mi-dprintf-pending.exp
1724 * gdb.mi/mi-dprintf.exp
1725 * gdb.mi/mi-exit-code.exp
1726 * gdb.mi/mi-pending.exp
1727 * gdb.mi/mi-solib.exp
1728 * gdb.mi/new-ui-mi-sync.exp
1729 * gdb.mi/pr11022.exp
1730 * gdb.mi/user-selected-context-sync.exp
1731 * gdb.opt/solib-intra-step.exp
1732 * gdb.python/py-events.exp
1733 * gdb.python/py-finish-breakpoint.exp
1734 * gdb.python/py-mi.exp
1735 * gdb.python/py-prettyprint.exp
1736 * gdb.python/py-shared.exp
1737 * gdb.python/py-symbol.exp
1738 * gdb.python/py-template.exp
1739 * gdb.python/py-type.exp
1740 * gdb.python/py-value.exp
1741 * gdb.reverse/solib-precsave.exp
1742 * gdb.reverse/solib-reverse.exp
1743 * gdb.server/solib-list.exp
1744 * gdb.stabs/weird.exp
1745 * gdb.threads/reconnect-signal.exp
1746 * gdb.threads/stepi-random-signal.exp
1747 * gdb.trace/actions.exp
1748 * gdb.trace/ax.exp
1749 * gdb.trace/backtrace.exp
1750 * gdb.trace/change-loc.exp
1751 * gdb.trace/deltrace.exp
1752 * gdb.trace/ftrace-lock.exp
1753 * gdb.trace/ftrace.exp
1754 * gdb.trace/infotrace.exp
1755 * gdb.trace/mi-tracepoint-changed.exp
1756 * gdb.trace/packetlen.exp
1757 * gdb.trace/passcount.exp
1758 * gdb.trace/pending.exp
1759 * gdb.trace/range-stepping.exp
1760 * gdb.trace/report.exp
1761 * gdb.trace/stap-trace.exp
1762 * gdb.trace/tfind.exp
1763 * gdb.trace/trace-break.exp
1764 * gdb.trace/trace-condition.exp
1765 * gdb.trace/trace-enable-disable.exp
1766 * gdb.trace/trace-mt.exp
1767 * gdb.trace/tracecmd.exp
1768 * gdb.trace/tspeed.exp
1769 * gdb.trace/tsv.exp
1770 * lib/perftest.exp
1771
fb9feb35
LM
17722016-12-01 Luis Machado <lgustavo@codesourcery.com>
1773
1774 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
1775 with gdb_test_no_output.
1776 Use command as test name.
1777
cd2ddb6c
LM
17782016-12-01 Luis Machado <lgustavo@codesourcery.com>
1779
1780 Fix test names starting with uppercase throughout the files.
1781
1782 * gdb.ada/assign_1.exp
1783 * gdb.ada/boolean_expr.exp
1784 * gdb.base/arrayidx.exp
1785 * gdb.base/del.exp
1786 * gdb.base/gcore-buffer-overflow.exp
1787 * gdb.base/testenv.exp
1788 * gdb.compile/compile.exp
1789 * gdb.python/py-framefilter-invalidarg.exp
1790 * gdb.python/py-framefilter.exp
1791
bb95117e
LM
17922016-12-01 Luis Machado <lgustavo@codesourcery.com>
1793
1794 Fix test names starting with uppercase throughout the files.
1795
1796 * gdb.ada/array_return.exp
1797 * gdb.ada/expr_delims.exp
1798 * gdb.ada/mi_dyn_arr.exp
1799 * gdb.ada/mi_interface.exp
1800 * gdb.ada/mi_var_array.exp
1801 * gdb.ada/watch_arg.exp
1802 * gdb.arch/alpha-step.exp
1803 * gdb.arch/altivec-regs.exp
1804 * gdb.arch/e500-regs.exp
1805 * gdb.arch/powerpc-d128-regs.exp
1806 * gdb.base/arrayidx.exp
1807 * gdb.base/break.exp
1808 * gdb.base/checkpoint.exp
1809 * gdb.base/debug-expr.exp
1810 * gdb.base/dmsym.exp
1811 * gdb.base/radix.exp
1812 * gdb.base/sepdebug.exp
1813 * gdb.base/testenv.exp
1814 * gdb.base/watch_thread_num.exp
1815 * gdb.base/watchpoint-cond-gone.exp
1816 * gdb.cell/break.exp
1817 * gdb.cell/ea-cache.exp
1818 * gdb.compile/compile.exp
1819 * gdb.cp/gdb2495.exp
1820 * gdb.gdb/selftest.exp
1821 * gdb.gdb/xfullpath.exp
1822 * gdb.go/hello.exp
1823 * gdb.go/integers.exp
1824 * gdb.objc/basicclass.exp
1825 * gdb.pascal/hello.exp
1826 * gdb.pascal/integers.exp
1827 * gdb.python/py-breakpoint.exp
1828 * gdb.python/py-cmd.exp
1829 * gdb.python/py-linetable.exp
1830 * gdb.python/py-xmethods.exp
1831 * gdb.python/python.exp
1832 * gdb.reverse/consecutive-precsave.exp
1833 * gdb.reverse/finish-precsave.exp
1834 * gdb.reverse/i386-precsave.exp
1835 * gdb.reverse/machinestate-precsave.exp
1836 * gdb.reverse/sigall-precsave.exp
1837 * gdb.reverse/solib-precsave.exp
1838 * gdb.reverse/step-precsave.exp
1839 * gdb.reverse/until-precsave.exp
1840 * gdb.reverse/watch-precsave.exp
1841 * gdb.threads/leader-exit.exp
1842 * gdb.threads/pthreads.exp
1843 * gdb.threads/wp-replication.exp
1844 * gdb.trace/actions.exp
1845 * gdb.trace/mi-tsv-changed.exp
1846 * gdb.trace/tsv.exp
1847
de97fdd4
LM
18482016-12-01 Luis Machado <lgustavo@codesourcery.com>
1849
1850 Fix test names starting with uppercase throughout the files.
1851
1852 * gdb.arch/i386-bp_permanent.exp
1853 * gdb.arch/i386-gnu-cfi.exp
1854 * gdb.base/disasm-end-cu.exp
1855 * gdb.base/macscp.exp
1856 * gdb.base/pending.exp
1857 * gdb.base/watch_thread_num.exp
1858 * gdb.cp/exception.exp
1859 * gdb.cp/gdb2495.exp
1860 * gdb.cp/local.exp
1861 * gdb.python/py-evsignal.exp
1862 * gdb.python/python.exp
1863 * gdb.trace/tracecmd.exp
1864
9f058c10
LM
18652016-12-01 Luis Machado <lgustavo@codesourcery.com>
1866
1867 Fix test names starting with uppercase throughout the files.
1868
1869 * gdb.base/charset.exp
1870 * gdb.base/eval.exp
1871 * gdb.base/multi-forks.exp
1872 * gdb.guile/scm-progspace.exp
1873 * gdb.opencl/datatypes.exp
1874 * gdb.python/py-block.exp
1875 * gdb.python/py-function.exp
1876 * gdb.python/py-symbol.exp
1877 * gdb.python/py-symtab.exp
1878 * gdb.python/py-xmethods.exp
1879 * gdb.reverse/break-precsave.exp
1880 * gdb.reverse/break-reverse.exp
1881 * gdb.reverse/consecutive-precsave.exp
1882 * gdb.reverse/consecutive-reverse.exp
1883 * gdb.reverse/finish-precsave.exp
1884 * gdb.reverse/finish-reverse-bkpt.exp
1885 * gdb.reverse/finish-reverse.exp
1886 * gdb.reverse/fstatat-reverse.exp
1887 * gdb.reverse/getresuid-reverse.exp
1888 * gdb.reverse/i386-precsave.exp
1889 * gdb.reverse/i386-reverse.exp
1890 * gdb.reverse/i386-sse-reverse.exp
1891 * gdb.reverse/i387-stack-reverse.exp
1892 * gdb.reverse/insn-reverse.exp
1893 * gdb.reverse/machinestate-precsave.exp
1894 * gdb.reverse/machinestate.exp
1895 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1896 * gdb.reverse/pipe-reverse.exp
1897 * gdb.reverse/readv-reverse.exp
1898 * gdb.reverse/recvmsg-reverse.exp
1899 * gdb.reverse/rerun-prec.exp
1900 * gdb.reverse/s390-mvcle.exp
1901 * gdb.reverse/sigall-precsave.exp
1902 * gdb.reverse/sigall-reverse.exp
1903 * gdb.reverse/solib-precsave.exp
1904 * gdb.reverse/solib-reverse.exp
1905 * gdb.reverse/step-precsave.exp
1906 * gdb.reverse/step-reverse.exp
1907 * gdb.reverse/time-reverse.exp
1908 * gdb.reverse/until-precsave.exp
1909 * gdb.reverse/until-reverse.exp
1910 * gdb.reverse/waitpid-reverse.exp
1911 * gdb.reverse/watch-precsave.exp
1912 * gdb.reverse/watch-reverse.exp
1913
cdc7edd7
LM
19142016-12-01 Luis Machado <lgustavo@codesourcery.com>
1915
1916 Fix test names starting with uppercase throughout the files.
1917
1918 * gdb.arch/i386-mpx-simple_segv.exp
1919 * gdb.arch/i386-mpx.exp
1920 * gdb.arch/i386-permbkpt.exp
1921 * gdb.arch/pa-nullify.exp
1922 * gdb.arch/powerpc-d128-regs.exp
1923 * gdb.arch/vsx-regs.exp
1924 * gdb.base/bfp-test.exp
1925 * gdb.base/break.exp
1926 * gdb.base/breakpoint-shadow.exp
1927 * gdb.base/callfuncs.exp
1928 * gdb.base/charset.exp
1929 * gdb.base/commands.exp
1930 * gdb.base/completion.exp
1931 * gdb.base/dfp-test.exp
1932 * gdb.base/echo.exp
1933 * gdb.base/ending-run.exp
1934 * gdb.base/eval.exp
1935 * gdb.base/expand-psymtabs.exp
1936 * gdb.base/float128.exp
1937 * gdb.base/floatn.exp
1938 * gdb.base/foll-exec-mode.exp
1939 * gdb.base/gdb1056.exp
1940 * gdb.base/gdb11531.exp
1941 * gdb.base/kill-after-signal.exp
1942 * gdb.base/multi-forks.exp
1943 * gdb.base/overlays.exp
1944 * gdb.base/pending.exp
1945 * gdb.base/sepdebug.exp
1946 * gdb.base/testenv.exp
1947 * gdb.base/valgrind-db-attach.exp
1948 * gdb.base/watch_thread_num.exp
1949 * gdb.base/watchpoint-cond-gone.exp
1950 * gdb.base/watchpoint.exp
1951 * gdb.base/watchpoints.exp
1952 * gdb.cp/arg-reference.exp
1953 * gdb.cp/baseenum.exp
1954 * gdb.cp/operator.exp
1955 * gdb.cp/shadow.exp
1956 * gdb.dwarf2/dw2-op-out-param.exp
1957 * gdb.dwarf2/dw2-reg-undefined.exp
1958 * gdb.go/chan.exp
1959 * gdb.go/hello.exp
1960 * gdb.go/integers.exp
1961 * gdb.go/methods.exp
1962 * gdb.go/package.exp
1963 * gdb.guile/scm-parameter.exp
1964 * gdb.guile/scm-progspace.exp
1965 * gdb.guile/scm-value.exp
1966 * gdb.mi/mi-pending.exp
1967 * gdb.mi/user-selected-context-sync.exp
1968 * gdb.multi/multi-attach.exp
1969 * gdb.multi/tids.exp
1970 * gdb.opt/clobbered-registers-O2.exp
1971 * gdb.pascal/floats.exp
1972 * gdb.pascal/integers.exp
1973 * gdb.python/py-block.exp
1974 * gdb.python/py-events.exp
1975 * gdb.python/py-parameter.exp
1976 * gdb.python/py-symbol.exp
1977 * gdb.python/py-symtab.exp
1978 * gdb.python/py-type.exp
1979 * gdb.python/py-value.exp
1980 * gdb.python/py-xmethods.exp
1981 * gdb.python/python.exp
1982 * gdb.reverse/break-precsave.exp
1983 * gdb.reverse/consecutive-precsave.exp
1984 * gdb.reverse/finish-precsave.exp
1985 * gdb.reverse/i386-precsave.exp
1986 * gdb.reverse/machinestate-precsave.exp
1987 * gdb.reverse/sigall-precsave.exp
1988 * gdb.reverse/solib-precsave.exp
1989 * gdb.reverse/step-precsave.exp
1990 * gdb.reverse/until-precsave.exp
1991 * gdb.reverse/watch-precsave.exp
1992 * gdb.server/ext-attach.exp
1993 * gdb.server/ext-restart.exp
1994 * gdb.server/ext-run.exp
1995 * gdb.server/ext-wrapper.exp
1996 * gdb.stabs/gdb11479.exp
1997 * gdb.stabs/weird.exp
1998 * gdb.threads/attach-many-short-lived-threads.exp
1999 * gdb.threads/kill.exp
2000 * gdb.threads/watchpoint-fork.exp
2001
bc6c7af4
LM
20022016-12-01 Luis Machado <lgustavo@codesourcery.com>
2003
2004 Fix test names starting with uppercase throughout all the files below.
2005
2006 * gdb.ada/array_return.exp
2007 * gdb.ada/catch_ex.exp
2008 * gdb.ada/info_exc.exp
2009 * gdb.ada/mi_catch_ex.exp
2010 * gdb.ada/mi_dyn_arr.exp
2011 * gdb.ada/mi_ex_cond.exp
2012 * gdb.ada/mi_exc_info.exp
2013 * gdb.ada/mi_interface.exp
2014 * gdb.ada/mi_task_arg.exp
2015 * gdb.ada/mi_task_info.exp
2016 * gdb.ada/mi_var_array.exp
2017 * gdb.arch/alpha-step.exp
2018 * gdb.arch/amd64-disp-step.exp
2019 * gdb.arch/arm-disp-step.exp
2020 * gdb.arch/disp-step-insn-reloc.exp
2021 * gdb.arch/e500-prologue.exp
2022 * gdb.arch/ftrace-insn-reloc.exp
2023 * gdb.arch/gdb1558.exp
2024 * gdb.arch/i386-bp_permanent.exp
2025 * gdb.arch/i386-disp-step.exp
2026 * gdb.arch/i386-float.exp
2027 * gdb.arch/i386-gnu-cfi.exp
2028 * gdb.arch/ia64-breakpoint-shadow.exp
2029 * gdb.arch/mips16-thunks.exp
2030 * gdb.arch/pa-nullify.exp
2031 * gdb.arch/powerpc-aix-prologue.exp
2032 * gdb.arch/powerpc-power.exp
2033 * gdb.arch/ppc-dfp.exp
2034 * gdb.arch/s390-tdbregs.exp
2035 * gdb.arch/spu-info.exp
2036 * gdb.arch/spu-ls.exp
2037 * gdb.arch/thumb-bx-pc.exp
2038 * gdb.base/advance.exp
2039 * gdb.base/annota-input-while-running.exp
2040 * gdb.base/arrayidx.exp
2041 * gdb.base/asmlabel.exp
2042 * gdb.base/async.exp
2043 * gdb.base/attach-wait-input.exp
2044 * gdb.base/auto-connect-native-target.exp
2045 * gdb.base/batch-preserve-term-settings.exp
2046 * gdb.base/bfp-test.exp
2047 * gdb.base/bigcore.exp
2048 * gdb.base/bp-permanent.exp
2049 * gdb.base/break-always.exp
2050 * gdb.base/break-fun-addr.exp
2051 * gdb.base/break-idempotent.exp
2052 * gdb.base/break-main-file-remove-fail.exp
2053 * gdb.base/break-probes.exp
2054 * gdb.base/break-unload-file.exp
2055 * gdb.base/break.exp
2056 * gdb.base/call-ar-st.exp
2057 * gdb.base/call-rt-st.exp
2058 * gdb.base/call-sc.exp
2059 * gdb.base/call-signal-resume.exp
2060 * gdb.base/call-strs.exp
2061 * gdb.base/callexit.exp
2062 * gdb.base/callfuncs.exp
2063 * gdb.base/catch-gdb-caused-signals.exp
2064 * gdb.base/catch-signal-siginfo-cond.exp
2065 * gdb.base/catch-syscall.exp
2066 * gdb.base/compare-sections.exp
2067 * gdb.base/cond-eval-mode.exp
2068 * gdb.base/condbreak-call-false.exp
2069 * gdb.base/consecutive-step-over.exp
2070 * gdb.base/cursal.exp
2071 * gdb.base/disabled-location.exp
2072 * gdb.base/disasm-end-cu.exp
2073 * gdb.base/display.exp
2074 * gdb.base/double-prompt-target-event-error.exp
2075 * gdb.base/dprintf-bp-same-addr.exp
2076 * gdb.base/dprintf-detach.exp
2077 * gdb.base/dprintf-next.exp
2078 * gdb.base/dprintf-non-stop.exp
2079 * gdb.base/dprintf-pending.exp
2080 * gdb.base/dso2dso.exp
2081 * gdb.base/ending-run.exp
2082 * gdb.base/enum_cond.exp
2083 * gdb.base/examine-backward.exp
2084 * gdb.base/exe-lock.exp
2085 * gdb.base/exec-invalid-sysroot.exp
2086 * gdb.base/execl-update-breakpoints.exp
2087 * gdb.base/execution-termios.exp
2088 * gdb.base/fileio.exp
2089 * gdb.base/fixsection.exp
2090 * gdb.base/foll-exec-mode.exp
2091 * gdb.base/foll-exec.exp
2092 * gdb.base/fork-running-state.exp
2093 * gdb.base/frame-args.exp
2094 * gdb.base/fullpath-expand.exp
2095 * gdb.base/func-ptr.exp
2096 * gdb.base/gcore-relro-pie.exp
2097 * gdb.base/gdb1090.exp
2098 * gdb.base/gdb1555.exp
2099 * gdb.base/global-var-nested-by-dso.exp
2100 * gdb.base/gnu-ifunc.exp
2101 * gdb.base/hbreak-in-shr-unsupported.exp
2102 * gdb.base/hbreak-unmapped.exp
2103 * gdb.base/hook-stop.exp
2104 * gdb.base/infcall-input.exp
2105 * gdb.base/info-fun.exp
2106 * gdb.base/info-shared.exp
2107 * gdb.base/interrupt-noterm.exp
2108 * gdb.base/jit-so.exp
2109 * gdb.base/jit.exp
2110 * gdb.base/line-symtabs.exp
2111 * gdb.base/list.exp
2112 * gdb.base/longjmp.exp
2113 * gdb.base/macscp.exp
2114 * gdb.base/max-value-size.exp
2115 * gdb.base/nodebug.exp
2116 * gdb.base/nofield.exp
2117 * gdb.base/overlays.exp
2118 * gdb.base/paginate-after-ctrl-c-running.exp
2119 * gdb.base/paginate-bg-execution.exp
2120 * gdb.base/paginate-inferior-exit.exp
2121 * gdb.base/pending.exp
2122 * gdb.base/pr11022.exp
2123 * gdb.base/printcmds.exp
2124 * gdb.base/ptr-typedef.exp
2125 * gdb.base/ptype.exp
2126 * gdb.base/randomize.exp
2127 * gdb.base/range-stepping.exp
2128 * gdb.base/realname-expand.exp
2129 * gdb.base/relativedebug.exp
2130 * gdb.base/remote.exp
2131 * gdb.base/savedregs.exp
2132 * gdb.base/sepdebug.exp
2133 * gdb.base/set-noassign.exp
2134 * gdb.base/shlib-call.exp
2135 * gdb.base/shreloc.exp
2136 * gdb.base/sigaltstack.exp
2137 * gdb.base/sigbpt.exp
2138 * gdb.base/siginfo-addr.exp
2139 * gdb.base/siginfo-obj.exp
2140 * gdb.base/siginfo-thread.exp
2141 * gdb.base/signest.exp
2142 * gdb.base/signull.exp
2143 * gdb.base/sigrepeat.exp
2144 * gdb.base/skip.exp
2145 * gdb.base/so-impl-ld.exp
2146 * gdb.base/solib-corrupted.exp
2147 * gdb.base/solib-disc.exp
2148 * gdb.base/solib-display.exp
2149 * gdb.base/solib-overlap.exp
2150 * gdb.base/solib-search.exp
2151 * gdb.base/solib-symbol.exp
2152 * gdb.base/source-execution.exp
2153 * gdb.base/sss-bp-on-user-bp-2.exp
2154 * gdb.base/sss-bp-on-user-bp.exp
2155 * gdb.base/stack-checking.exp
2156 * gdb.base/stale-infcall.exp
2157 * gdb.base/step-break.exp
2158 * gdb.base/step-line.exp
2159 * gdb.base/step-over-exit.exp
2160 * gdb.base/step-test.exp
2161 * gdb.base/structs.exp
2162 * gdb.base/sym-file.exp
2163 * gdb.base/symtab-search-order.exp
2164 * gdb.base/term.exp
2165 * gdb.base/type-opaque.exp
2166 * gdb.base/unload.exp
2167 * gdb.base/until-nodebug.exp
2168 * gdb.base/until.exp
2169 * gdb.base/unwindonsignal.exp
2170 * gdb.base/watch-cond.exp
2171 * gdb.base/watch-non-mem.exp
2172 * gdb.base/watch_thread_num.exp
2173 * gdb.base/watchpoint-reuse-slot.exp
2174 * gdb.base/watchpoint-solib.exp
2175 * gdb.base/watchpoint.exp
2176 * gdb.btrace/dlopen.exp
2177 * gdb.cell/arch.exp
2178 * gdb.cell/break.exp
2179 * gdb.cell/bt.exp
2180 * gdb.cell/core.exp
2181 * gdb.cell/data.exp
2182 * gdb.cell/dwarfaddr.exp
2183 * gdb.cell/ea-cache.exp
2184 * gdb.cell/ea-standalone.exp
2185 * gdb.cell/ea-test.exp
2186 * gdb.cell/f-regs.exp
2187 * gdb.cell/fork.exp
2188 * gdb.cell/gcore.exp
2189 * gdb.cell/mem-access.exp
2190 * gdb.cell/ptype.exp
2191 * gdb.cell/registers.exp
2192 * gdb.cell/sizeof.exp
2193 * gdb.cell/solib-symbol.exp
2194 * gdb.cell/solib.exp
2195 * gdb.compile/compile-tls.exp
2196 * gdb.cp/exception.exp
2197 * gdb.cp/gdb2495.exp
2198 * gdb.cp/local.exp
2199 * gdb.cp/mb-inline.exp
2200 * gdb.cp/mb-templates.exp
2201 * gdb.cp/pr10687.exp
2202 * gdb.cp/pr9167.exp
2203 * gdb.cp/scope-err.exp
2204 * gdb.cp/templates.exp
2205 * gdb.cp/virtfunc.exp
2206 * gdb.dwarf2/dw2-dir-file-name.exp
2207 * gdb.dwarf2/dw2-single-line-discriminators.exp
2208 * gdb.fortran/complex.exp
2209 * gdb.fortran/library-module.exp
2210 * gdb.guile/guile.exp
2211 * gdb.guile/scm-cmd.exp
2212 * gdb.guile/scm-frame-inline.exp
2213 * gdb.guile/scm-objfile.exp
2214 * gdb.guile/scm-pretty-print.exp
2215 * gdb.guile/scm-symbol.exp
2216 * gdb.guile/scm-type.exp
2217 * gdb.guile/scm-value.exp
2218 * gdb.linespec/keywords.exp
2219 * gdb.linespec/ls-errs.exp
2220 * gdb.linespec/macro-relative.exp
2221 * gdb.linespec/thread.exp
2222 * gdb.mi/mi-breakpoint-changed.exp
2223 * gdb.mi/mi-dprintf-pending.exp
2224 * gdb.mi/mi-fullname-deleted.exp
2225 * gdb.mi/mi-logging.exp
2226 * gdb.mi/mi-pending.exp
2227 * gdb.mi/mi-solib.exp
2228 * gdb.mi/new-ui-mi-sync.exp
2229 * gdb.mi/user-selected-context-sync.exp
2230 * gdb.multi/dummy-frame-restore.exp
2231 * gdb.multi/multi-arch-exec.exp
2232 * gdb.multi/remove-inferiors.exp
2233 * gdb.multi/watchpoint-multi-exit.exp
2234 * gdb.opt/solib-intra-step.exp
2235 * gdb.perf/backtrace.exp
2236 * gdb.perf/single-step.exp
2237 * gdb.perf/skip-command.exp
2238 * gdb.perf/skip-prologue.exp
2239 * gdb.perf/solib.exp
2240 * gdb.python/lib-types.exp
2241 * gdb.python/py-as-string.exp
2242 * gdb.python/py-bad-printers.exp
2243 * gdb.python/py-block.exp
2244 * gdb.python/py-breakpoint.exp
2245 * gdb.python/py-cmd.exp
2246 * gdb.python/py-events.exp
2247 * gdb.python/py-evthreads.exp
2248 * gdb.python/py-finish-breakpoint.exp
2249 * gdb.python/py-finish-breakpoint2.exp
2250 * gdb.python/py-frame-inline.exp
2251 * gdb.python/py-frame.exp
2252 * gdb.python/py-inferior.exp
2253 * gdb.python/py-infthread.exp
2254 * gdb.python/py-mi.exp
2255 * gdb.python/py-objfile.exp
2256 * gdb.python/py-pp-maint.exp
2257 * gdb.python/py-pp-registration.exp
2258 * gdb.python/py-prettyprint.exp
2259 * gdb.python/py-recurse-unwind.exp
2260 * gdb.python/py-shared.exp
2261 * gdb.python/py-symbol.exp
2262 * gdb.python/py-symtab.exp
2263 * gdb.python/py-template.exp
2264 * gdb.python/py-type.exp
2265 * gdb.python/py-unwind-maint.exp
2266 * gdb.python/py-unwind.exp
2267 * gdb.python/py-value.exp
2268 * gdb.python/python.exp
2269 * gdb.reverse/finish-reverse-bkpt.exp
2270 * gdb.reverse/insn-reverse.exp
2271 * gdb.reverse/next-reverse-bkpt-over-sr.exp
2272 * gdb.reverse/solib-precsave.exp
2273 * gdb.reverse/solib-reverse.exp
2274 * gdb.stabs/gdb11479.exp
2275 * gdb.stabs/weird.exp
2276 * gdb.threads/fork-child-threads.exp
2277 * gdb.threads/fork-plus-threads.exp
2278 * gdb.threads/fork-thread-pending.exp
2279 * gdb.threads/forking-threads-plus-breakpoint.exp
2280 * gdb.threads/hand-call-in-threads.exp
2281 * gdb.threads/interrupted-hand-call.exp
2282 * gdb.threads/linux-dp.exp
2283 * gdb.threads/local-watch-wrong-thread.exp
2284 * gdb.threads/next-while-other-thread-longjmps.exp
2285 * gdb.threads/non-ldr-exit.exp
2286 * gdb.threads/pending-step.exp
2287 * gdb.threads/print-threads.exp
2288 * gdb.threads/process-dies-while-detaching.exp
2289 * gdb.threads/process-dies-while-handling-bp.exp
2290 * gdb.threads/pthreads.exp
2291 * gdb.threads/queue-signal.exp
2292 * gdb.threads/reconnect-signal.exp
2293 * gdb.threads/signal-command-handle-nopass.exp
2294 * gdb.threads/signal-command-multiple-signals-pending.exp
2295 * gdb.threads/signal-delivered-right-thread.exp
2296 * gdb.threads/signal-sigtrap.exp
2297 * gdb.threads/sigthread.exp
2298 * gdb.threads/staticthreads.exp
2299 * gdb.threads/stepi-random-signal.exp
2300 * gdb.threads/thread-unwindonsignal.exp
2301 * gdb.threads/thread_check.exp
2302 * gdb.threads/thread_events.exp
2303 * gdb.threads/tid-reuse.exp
2304 * gdb.threads/tls-nodebug.exp
2305 * gdb.threads/tls-shared.exp
2306 * gdb.threads/tls-so_extern.exp
2307 * gdb.threads/tls.exp
2308 * gdb.threads/wp-replication.exp
2309 * gdb.trace/actions-changed.exp
2310 * gdb.trace/actions.exp
2311 * gdb.trace/backtrace.exp
2312 * gdb.trace/change-loc.exp
2313 * gdb.trace/collection.exp
2314 * gdb.trace/deltrace.exp
2315 * gdb.trace/disconnected-tracing.exp
2316 * gdb.trace/entry-values.exp
2317 * gdb.trace/ftrace-lock.exp
2318 * gdb.trace/ftrace.exp
2319 * gdb.trace/infotrace.exp
2320 * gdb.trace/mi-trace-frame-collected.exp
2321 * gdb.trace/mi-trace-unavailable.exp
2322 * gdb.trace/mi-traceframe-changed.exp
2323 * gdb.trace/mi-tracepoint-changed.exp
2324 * gdb.trace/mi-tsv-changed.exp
2325 * gdb.trace/no-attach-trace.exp
2326 * gdb.trace/packetlen.exp
2327 * gdb.trace/passc-dyn.exp
2328 * gdb.trace/passcount.exp
2329 * gdb.trace/pending.exp
2330 * gdb.trace/pr16508.exp
2331 * gdb.trace/qtro.exp
2332 * gdb.trace/range-stepping.exp
2333 * gdb.trace/read-memory.exp
2334 * gdb.trace/report.exp
2335 * gdb.trace/save-trace.exp
2336 * gdb.trace/signal.exp
2337 * gdb.trace/stap-trace.exp
2338 * gdb.trace/status-stop.exp
2339 * gdb.trace/strace.exp
2340 * gdb.trace/tfile.exp
2341 * gdb.trace/tfind.exp
2342 * gdb.trace/trace-break.exp
2343 * gdb.trace/trace-condition.exp
2344 * gdb.trace/trace-enable-disable.exp
2345 * gdb.trace/trace-mt.exp
2346 * gdb.trace/tracecmd.exp
2347 * gdb.trace/tracefile-pseudo-reg.exp
2348 * gdb.trace/tspeed.exp
2349 * gdb.trace/tstatus.exp
2350 * gdb.trace/tsv.exp
2351 * gdb.trace/unavailable.exp
2352 * gdb.trace/while-dyn.exp
2353 * gdb.trace/while-stepping.exp
2354 * lib/gdb-guile.exp
2355 * lib/gdb.exp
2356 * lib/mi-support.exp
2357 * lib/pascal.exp
2358 * lib/perftest.exp
2359 * lib/prelink-support.exp
2360 * lib/selftest-support.exp
2361
ad02e4fe
SM
23622016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
2363
2364 * Makefile.in: Include disable-implicit-rules.mk.
2365
22347e55
AA
23662016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2367
2368 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
2369 non-byte-aligned bit fields.
2370
da5b30da
AA
23712016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2372
2373 PR gdb/12616
2374 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
2375 respects the DW_AT_data_bit_offset attribute.
2376
b593ecca
SM
23772016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
2378
2379 * gdb.base/default.exp: Fix output of "set language".
2380
3b165252
SM
23812016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
2382
2383 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
2384 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
2385 make.
2386 * configure.ac: Remove checks for the make program.
2387 * configure: Re-generate.
2388
1a2f3d7f
KB
23892016-11-16 Kevin Buettner <kevinb@redhat.com>
2390
2391 * gdb.python/py-recurse-unwind.c (main): Add loop.
2392 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
2393 to read_register() and gdb.parse_and_eval(). Make each code
2394 call a separate case that can be individually tested.
2395 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
2396 proc. Call cont_and_backtrace for each of the code paths that
2397 we want to test in the unwinder.
2398
b7f38fda
AA
23992016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
2400
2401 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
2402 the definition of struct S.
2403
1f8db343
CM
24042016-11-11 Catherine Moore <clm@codesourcery.com>
2405
2406 * gdb.base/dump.exp: Identify verilog format dump tests as such.
2407
fad0c9fb
PA
24082016-11-09 Pedro Alves <palves@redhat.com>
2409
2410 * gdb.base/commands.exp (runto_or_return): New procedure.
2411 (gdbvar_simple_if_test, gdbvar_simple_while_test)
2412 (gdbvar_complex_if_while_test, progvar_simple_if_test)
2413 (progvar_simple_while_test, progvar_complex_if_while_test)
2414 (if_while_breakpoint_command_test)
2415 (infrun_breakpoint_command_test, breakpoint_command_test)
2416 (user_defined_command_test, watchpoint_command_test)
2417 (test_command_prompt_position, redefine_hook_test)
2418 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
2419 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
2420 multi_line_input and multi_line. Remove gdb_expect and
2421 gdb_stop_suppressing_tests uses.
2422 * lib/gdb.exp (valnum_re): New global.
2423 (multi_line_input): New procedure.
2424
8354c62c
SM
24252016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
2426
2427 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
2428 Remove.
2429 (test_setup): Define with proc_with_prefix.
2430 (test_cli_inferior): Likewise.
2431 (test_cli_thread): Likewise.
2432 (test_cli_frame): Likewise.
2433 (test_cli_select_frame): Likewise.
2434 (test_cli_up_down): Likewise.
2435 (test_mi_thread_select): Likewise.
2436 (test_mi_stack_select_frame): Likewise.
2437 (test_cli_in_mi_inferior): Likewise.
2438 (test_cli_in_mi_thread): Likewise.
2439 (test_cli_in_mi_frame): Likewise.
2440 (top level): Do not use with_test_prefix_procname.
2441
64f367a2
PA
24422016-11-09 Pedro Alves <palves@redhat.com>
2443
2444 * gdb.base/commands.exp (gdbvar_simple_if_test)
2445 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
2446 (progvar_simple_if_test, progvar_simple_while_test)
2447 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
2448 (infrun_breakpoint_command_test, breakpoint_command_test)
2449 (user_defined_command_test, watchpoint_command_test)
2450 (test_command_prompt_position, deprecated_command_test)
2451 (bp_deleted_in_command, temporary_breakpoint_commands)
2452 (stray_arg0_test, source_file_with_indented_comment)
2453 (recursive_source_test, if_commands_test)
2454 (error_clears_commands_left, redefine_hook_test)
2455 (redefine_backtrace_test): Use proc_with_prefix.
2456 * lib/gdb.exp (proc_with_prefix): New proc.
2457
0bb65f1e
AA
24582016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2459
2460 * gdb.base/tui-layout.c: New file.
2461 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
2462 disassembly window contains very long lines.
2463
7353f247
TT
24642016-11-08 Tom Tromey <tom@tromey.com>
2465
2466 * gdb.python/py-value.exp (test_value_creation): Make "long" test
2467 depend on Python 2.
2468
30a7bb83
TT
24692016-11-08 Tom Tromey <tom@tromey.com>
2470
2471 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
2472 New method.
2473
cdf5a07c
MG
24742016-10-29 Manish Goregaokar <manish@mozilla.com>
2475
2806dc7e 2476 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 2477
51a789c3
MG
24782016-10-27 Manish Goregaokar <manish@mozilla.com>
2479
2806dc7e
PA
2480 * gdb.rust/simple.rs: Add test for univariant enums without
2481 discriminants and for encoded struct-like enums.
51a789c3 2482
f610ab6d
PA
24832016-10-28 Pedro Alves <palves@redhat.com>
2484
2485 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
2486 gdb_test_multiple, tighten regexps and match symtabs and line
2487 tables incrementally.
2488
b129b0ca
LM
24892016-10-28 Luis Machado <lgustavo@codesourcery.com>
2490
2491 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
2492 general.
2493
ecf45d2c
SL
24942016-10-25 Luis Machado <lgustavo@codesourcery.com>
2495
2496 * gdb.base/exec-invalid-sysroot.exp: New file.
2497
b8d38ee4
JK
24982016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2499
2500 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
2501
f90fd8c2
JK
25022016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2503
2504 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
2505
2d2476aa
MR
25062016-10-19 Maciej W. Rozycki <macro@imgtec.com>
2507
2806dc7e
PA
2508 * gdb.base/killed-outside.exp: Remove $options from a call to
2509 `prepare_for_testing'.
2d2476aa 2510
e42b25a0
SM
25112016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2512
2513 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2514 Change test message.
2515
3ccdb432
SM
25162016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2517
2518 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2519 Update comment.
2520
5bad3170
SM
25212016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2522
2523 * gdb.trace/mi-trace-save.exp: New file.
2524
5ad9dba7
YQ
25252016-10-13 Yao Qi <yao.qi@linaro.org>
2526
2527 * gdb.base/code_elim.exp (get_var_address): Remove.
2528 * gdb.base/relocate.exp: Likewise.
2529 * gdb.base/shreloc.exp: Likewise.
2530 * lib/gdb.exp (get_var_address): New.
2531
62df7e21
YQ
25322016-10-13 Yao Qi <yao.qi@linaro.org>
2533
2534 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
2535 floating point tests if $skip_float_test is false.
2536
4dac951e
LM
25372016-10-12 Luis Machado <lgustavo@codesourcery.com>
2538
2539 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
2540 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
2541 argc values.
2542 Add 1 to argc so we guarantee distinct initial/modified argc values.
2543
8f1a8fc4
JK
25442016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2545
2546 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
2547
16c85b5d
JK
25482016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2549
2550 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
2551 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
2552 * gdb.arch/vsx-regs.exp: Likewise.
2553
1d0e042a
YQ
25542016-10-07 Yao Qi <yao.qi@linaro.org>
2555
2556 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
2557
68dadef5
MM
25582016-10-07 Markus Metzger <markus.t.metzger@intel.com>
2559
2560 * gdb.python/python.exp: Test decode_line("*0").
2561
33fa2c6e
DE
25622016-10-06 Doug Evans <dje@google.com>
2563
2564 * gdb.python/py-value.exp (test_value_creation): Add test for large
2565 unsigned 64-bit value.
2566
9c37b5ae
TT
25672016-10-06 Tom Tromey <tom@tromey.com>
2568
2569 * gdb.compile/compile.exp: Change java tests to rust.
2570 * gdb.base/setshow.exp: Change java tests to rust.
2571 * gdb.base/default.exp: Remove java from language list.
2572 * README (Examples): Update language example.
2573 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
2574 test.
2575 * lib/gdb.exp (skip_java_tests): Remove.
2576 * lib/java.exp: Remove.
2577 * gdb.java: Remove.
2578
78b86327
MR
25792016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2580
2581 * gdb.arch/mips-fcr.exp: New test.
2582 * gdb.arch/mips-fcr.c: Source for the new test.
2583
7470adbb
MR
25842016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2585
2586 * gdb.base/solib-disc.exp: Use `standard_output_file'
2587 throughout.
2588
4a556533
PA
25892016-10-06 Pedro Alves <palves@redhat.com>
2590
2591 * gdb.base/jit-simple-dl.c: New file.
2592 * gdb.base/jit-simple-jit.c: New file, factored out from ...
2593 * gdb.base/jit-simple.c: ... this.
2594 * gdb.base/jit-simple.exp (jit_run): Delete.
2595 (build_jit): New proc.
2596 (jit_test_reread): Recompile either the main program or the shared
2597 library, depending on what is being tested. Skip changing address
2598 if caller wants to. Compare before/after addresses. If testing
2599 standalone, explicitly load the binary. Test "maint info
2600 breakpoints".
2601 (top level): Add "standalone vs shared lib" and "change address"
2602 vs "same address" axes.
2603
5a122fbc
PA
26042016-10-06 Pedro Alves <palves@redhat.com>
2605
2606 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
2607 call.
2608 (jit_run): Delete.
2609 (jit_test_reread): Use with_test_prefix. Reload the main binary
2610 explicitly. Compare the before/after addresses of the JIT
2611 descriptor.
2612
ee8da4b8
DE
26132016-08-15 Doug Evans <dje@google.com>
2614
2615 * gdb.xml/extra-regs.xml: Update, end field now required, default type
2616 for single bitfields is bool.
2617 * gdb.xml/tdesc-regs.exp: Ditto.
2618
f389f6fe
JK
26192016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2620
2621 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
2622
fdebf1a4
YQ
26232016-10-05 Yao Qi <yao.qi@linaro.org>
2624
2625 * lib/gdb.exp (support_complex_tests): Return zero if
2626 gdb_skip_float_test return true.
2627
9c36d954 26282016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 2629 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
2630
2631 PR gdb/20487
2632 * gdb.mi/user-selected-context-sync.exp: New file.
2633 * gdb.mi/user-selected-context-sync.c: New file.
2634
4034d0ff 26352016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 2636 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
2637
2638 PR gdb/20487
2639 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
2640 =thread-select-event check.
2641
a4297203
PB
26422016-09-29 Peter Bergner <bergner@vnet.ibm.com>
2643
2644 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
2645 the compulsory L operand changes.
2646 * gdb.arch/powerpc-power.s: Likewise.
2647
bb805577
JK
26482016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2649
2650 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
2651 * gdb.base/jit-attach-pie.c: New file.
2652 * gdb.base/jit-attach-pie.exp: New file.
2653
6d61dee5
PA
26542016-09-28 Pedro Alves <palves@redhat.com>
2655
2656 * gdb.base/infcall-input.c: New file.
2657 * gdb.base/infcall-input.exp: New file.
2658
f73842fc
YQ
26592016-09-22 Yao Qi <yao.qi@linaro.org>
2660
2661 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
2662 (gdb_exit): Rename it to ...
2663 (gdbserver_gdb_exit): ... Close GDBserver.
2664 (gdb_exit): New proc, call gdbserver_gdb_exit.
2665 (mi_gdb_exit): Likewise.
2666
90681dab
YQ
26672016-09-22 Yao Qi <yao.qi@linaro.org>
2668
2669 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
2670 path.
2671 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
2672 Remove duplication.
2673
9c211fd8
YQ
26742016-09-22 Yao Qi <yao.qi@linaro.org>
2675
2676 * lib/gdbserver-support.exp: Check the existence of
2677 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
2678
ad0a504f
AK
26792016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
2680
2681 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
2682
36cf1806
TT
26832016-09-21 Tom Tromey <tom@tromey.com>
2684
2685 PR gdb/20604:
2686 * gdb.base/quit.exp: New file.
2687
74172ecf
SM
26882016-09-21 Simon Marchi <simon.marchi@ericsson.com>
2689
2690 * .gitignore: New file.
2691
3d0ec882
MR
26922016-09-21 Maciej W. Rozycki <macro@imgtec.com>
2693
2694 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
2695 throughout.
2696
8193adea
AA
26972016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2698
2699 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
2700
d41a5c09
JK
27012016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2702
2703 * gdb.cp/casts.cc (decltype): Move it ...
2704 (main): ... with its call to ...
2705 * gdb.cp/casts03.cc: ... a new file.
2706 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
2707
d2dfe700
JK
27082016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2709
2710 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
2711
e2a92b16
PB
27122016-09-15 Peter Bergner <bergner@vnet.ibm.com>
2713
2714 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
2715 and sync up the test with tests in gas/testsuite/gas/ppc.
2716 * gdb.arch/powerpc-power.exp: Likewise.
2717
49b4de64
JK
27182016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2719
2720 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
2721
2c29df25
SDJ
27222016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
2723 Jan Kratochvil <jan.kratochvil@redhat.com>
2724
2725 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
2726 make m1's definition to be different from m2's. Use 'dummy' as an
2727 argument for probe 'two'.
2728
cc3c2846
JB
27292016-09-10 Jon Beniston <jon@beniston.com>
2730
2731 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
2732 for sim target.
2733
e1b2624a
AA
27342016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2735
2736 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
2737 variable declaration.
2738 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
2739 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
2740 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
2741 received HWCAP as its argument.
2742
4295e285
PA
27432016-09-06 Pedro Alves <palves@redhat.com>
2744
2745 * gdb.base/new-ui-pending-input.c: New file.
2746 * gdb.base/new-ui-pending-input.exp: New file.
2747 * gdb.exp (clear_gdb_spawn_id): New procedure.
2748 (with_spawn_id): Check whether gdb_spawn_id exists before
2749 referencing it. If gdb_spawn_id didn't exist on entry, clear it
2750 on exit.
2751
00d5215e
UW
27522016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2753
2754 * gdb.base/float128.c: New file.
2755 * gdb.base/float128.exp: Likewise.
2756 * gdb.base/floatn.c: Likewise.
2757 * gdb.base/floatn.exp: Likewise.
2758
a9ff5f12
UW
27592016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2760
2761 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
2762
f245535c
PA
27632016-09-05 Pedro Alves <palves@redhat.com>
2764
2765 PR backtrace/19927
2766 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
2767 unwinders are immediately called as side effect of "source" or
2768 "disable unwinder" commands.
2769 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
2770
ae9cf263
YQ
27712016-09-02 Yao Qi <yao.qi@linaro.org>
2772
2773 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
2774 is true and $type is "float" or "double".
2775
27aba047
YQ
27762016-09-02 Yao Qi <yao.qi@linaro.org>
2777
2778 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
2779 true.
2780 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
2781 * gdb.base/call-rt-st.exp: Likewise.
2782 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
2783 return value instead of gdb,skip_float_test.
2784 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
2785 (do_function_calls): Use its return value instead of
2786 gdb,skip_float_test.
2787 * gdb.base/finish.exp: Likewise.
2788 * gdb.base/funcargs.exp: Likewise.
2789 * gdb.base/return.exp: Likewise.
2790 * gdb.base/return2.exp: Likewise.
2791 * gdb.base/varargs.exp: Likewise.
2792 * lib/gdb.exp (gdb_skip_float_test): Change it to
2793 gdb_caching_proc. Detect the broken ptrace on arm-linux.
2794
5af962df
AA
27952016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
2796
2797 * gdb.multi/tids.exp: Test "thread apply all".
2798
7fac6910
JK
27992016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2800
2801 * gdb.base/default.exp (tty): Remove.
2802
bb1fe4ac
KB
28032016-08-24 Kevin Buettner <kevinb@redhat.com>
2804
2806dc7e
PA
2805 * gdb.python/py-recurse-unwind.c: New file.
2806 * gdb.python/py-recurse-unwind.py: New file.
2807 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 2808
0a1ddfa6
SM
28092016-08-24 Simon Marchi <simon.marchi@ericsson.com>
2810
2811 * gdb.base/set-inferior-tty.exp: New file.
2812 * gdb.base/set-inferior-tty.c: New file.
2813
d9de1fe3
PA
28142016-08-23 Pedro Alves <palves@redhat.com>
2815
2816 PR gdb/20494
2817 * gdb.base/new-ui-echo.c: New file.
2818 * gdb.base/new-ui-echo.exp: New file.
2819
e9d9abd7
YQ
28202016-08-23 Yao Qi <yao.qi@linaro.org>
2821
2822 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
2823 gdbserver_spawn.
2824 * gdb.server/connect-without-multi-process.exp (do_test):
2825 Likewise.
2826
3589529e
YQ
28272016-08-23 Yao Qi <yao.qi@linaro.org>
2828
2829 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
2830 standalone_txt. Delete gdb_txt and standalone_txt on host
2831 and target. Spawn the binary on target. Copy files from
2832 target to host.
2833
6bb90213
PA
28342016-08-22 Pedro Alves <palves@redhat.com>
2835
2836 PR gdb/20505
2837 * gdb.base/vdso-warning.exp: Test core dumps too. Use
2838 with_test_prefix. Factor out bits to ...
2839 (test_no_vdso): ... this new procedure.
2840
20c2c024
CL
28412016-08-19 Carl Love <cel@us.ibm.com>
2842
2843 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
2844 maintaining separate logic for constructing the output path.
2845 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2846 * gdb.arch/ppc-dfp.exp: Likewise.
2847 * gdb.arch/ppc-fp.exp: Likewise.
2848 * gdb.arch/vsx-regs.exp: Likewise.
2849 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
2850 binprefix for generating the additional binary files.
2851
0646e07d
PA
28522016-08-19 Pedro Alves <palves@redhat.com>
2853
2854 * gdb.trace/mi-trace-frame-collected.exp
2855 (test_trace_frame_collected): On x32, expect two registers.
2856
46da9242
CL
28572016-08-18 Carl Love <cel@us.ibm.com>
2858
2859 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
2860 and sync up the test with tests in gas/testsuite/gas/ppc.
2861 * gdb.arch/powerpc-power.exp: Likewise.
2862
eb2332d7
SM
28632016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2864
2865 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
2866 expected error message.
2867
63c61e04
SM
28682016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2869
2870 * gdb.multi/remove-inferiors.exp: New file.
2871 * gdb.multi/remove-inferiors.c: New file.
2872
7b17065f
YQ
28732016-08-12 Yao Qi <yao.qi@linaro.org>
2874
2875 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
2876 argument list.
2877
01d3dedf
PA
28782016-08-10 Pedro Alves <palves@redhat.com>
2879
2880 PR gdb/19187
2881 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
2882 setup_kfails.
2883
3eb7562a
PA
28842016-08-09 Pedro Alves <palves@redhat.com>
2885 Simon Marchi <simon.marchi@ericsson.com>
2886
2887 PR gdb/20418
2888 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
2889 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
2890
80614914
PA
28912016-08-09 Pedro Alves <palves@redhat.com>
2892
2893 PR mi/20431
2894 * gdb.mi/mi-cmd-error.exp: New file.
2895
f348d89a
PA
28962016-08-09 Pedro Alves <palves@redhat.com>
2897
2898 PR gdb/18653
2899 * gdb.base/signals-state-child.c: New file.
2900 * gdb.base/signals-state-child.exp: New file.
2901 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
2902
e5ca03b4
PA
29032016-08-09 Pedro Alves <palves@redhat.com>
2904
2905 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
2906
282a0691
TT
29072016-08-03 Tom Tromey <tom@tromey.com>
2908
2909 PR python/18565:
2910 * gdb.python/py-frame-inline.exp: Add Frame.function test.
2911
41bfcd63
YQ
29122016-08-01 Yao Qi <yao.qi@linaro.org>
2913
2914 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
2915 variable mode to "multi-process" if $multi_process is 1, otherwise
2916 set it to "single-process".
2917
e3465b24
YQ
29182016-08-01 Yao Qi <yao.qi@linaro.org>
2919
2920 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
2921 * gdb.cp/cpexprs.exp: Likewise.
2922 * gdb.cp/m-static.exp: Likewise.
2923
0b31a4bc
TT
29242016-07-26 Tom Tromey <tom@tromey.com>
2925
2926 PR python/20190:
2927 * gdb.threads/tls.exp (check_thread_local): Add python symbol
2928 test.
2929
e0461dbb
MM
29302016-07-26 Markus Metzger <markus.t.metzger@intel.com>
2931
2932 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
2933 selecting assembly source files.
2934 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
2935 assembly source files.
2936 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
2937 assembly source files.
2938 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
2939 selecting assembly source files.
2940
8194e927
SM
29412016-07-25 Simon Marchi <simon.marchi@ericsson.com>
2942
2943 * gdb.base/new-ui.exp (do_test_invalid_args): New
2944 procedure.
2945
c0272db5
TW
29462016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
2947
2948 * gdb.btrace/reconnect.c: New file.
2949 * gdb.btrace/reconnect.exp: New file.
2950
e3487908
GKB
29512016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
2952
2953 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
2954 to test_catch_syscall_group.
2955 (test_catch_syscall_group): New.
2956
12df5c00
TT
29572016-07-21 Tom Tromey <tom@tromey.com>
2958
2959 * gdb.rust/simple.rs (main): Use empty struct expression.
2960 * gdb.rust/simple.exp: Add tests for empty struct expression.
2961
bae62ee2
YQ
29622016-07-21 Yao Qi <yao.qi@linaro.org>
2963
2964 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
2965 if gdb_skip_xml_test is true on some targets.
2966
b1b53fb3
YQ
29672016-07-21 Yao Qi <yao.qi@linaro.org>
2968
2969 * gdb.server/solib-list.exp: Unset last_loaded_file.
2970
027d97f8
JK
29712016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2972
2973 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
2974 "step into captured_main (args)".
2975
7674d381
JK
29762016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2977
2978 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
2979
72b5d099
JK
29802016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2981
2982 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
2983
1f960ced
PA
29842016-07-19 Pedro Alves <palves@redhat.com>
2985
2986 * gdb.opt/inline-break.exp: Remove optimize=-O2.
2987 * gdb.opt/inline-bt.exp: Likewise.
2988 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
2989 additional_flags=-Winline.
2990 * gdb.opt/inline-locals.exp: Likewise.
2991 * gdb.opt/inline-markers.c (ATTR): Define.
2992 (inlined_fn): Use it.
2993
f25827c1
YQ
29942016-07-19 Yao Qi <yao.qi@linaro.org>
2995
2996 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
2997 (test_with_self): Remove some code. Remove argument executable.
2998 (top-level): Use do_self_tests.
2999
37539ebe
DB
30002016-07-15 Zachary Welch <zwelch@codesourcery.com>
3001 Don Breazeal <donb@codesourcery.com>
3002
3003 * gdb.base/maint.exp: Escape paths used in regular expressions.
3004 * gdb.stabs/weird.exp: Likewise.
3005
dac790e1
TT
30062016-07-13 Tom Tromey <tom@tromey.com>
3007
3008 PR python/15620, PR python/18620:
3009 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
3010 (test_bkpt_events): New procs.
3011
93daf339
TT
30122016-07-13 Tom Tromey <tom@tromey.com>
3013
3014 PR python/17698:
3015 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
3016 test.
3017 (test_watchpoints): Likewise.
3018 (test_bkpt_pending): New proc.
3019
6571a381
TT
30202016-07-13 Tom Tromey <tom@tromey.com>
3021
3022 PR cli/18053:
3023 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
3024 completion test.
3025
e8732474
JK
30262016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3027
3028 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
3029 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
3030 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
3031 f_label.
3032 (g): Rename g_end_lbl to g_label.
3033 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
3034 low_pc and high_pc.
3035 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
3036
e0f3fd7c
TT
30372016-07-12 Tom Tromey <tom@tromey.com>
3038
3039 PR python/19293:
3040 * gdb.python/py-unwind-maint.exp: Update tests.
3041
3cfe46b6
YQ
30422016-07-12 Yao Qi <yao.qi@linaro.org>
3043
3044 * lib/selftest-support.exp (selftest_setup): Match the output
3045 when captured_main is inlined.
3046
4f19a0e6
WT
30472016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
3048
3049 * gdb.fortran/derived-types.exp (result_line, result_line_2):
3050 New variables.
3051 (print this%a, print this%b, print this): New tests.
3052 * gdb.fortran/derived-types.f90 (this): New object and
3053 initialization.
3054
986cf455
SM
30552016-07-06 Simon Marchi <simon.marchi@ericsson.com>
3056
3057 * gdb.ada/arraydim.exp: Remove extra directory level in build
3058 directory.
3059
f0464b23
SM
30602016-07-06 Simon Marchi <simon.marchi@ericsson.com>
3061
3062 * lib/ada.exp: Remove extra directory level in build directory.
3063 * gdb.ada/cond_lang.exp: Likewise.
3064 * gdb.ada/exec_changed.exp: Likewise.
3065 * gdb.ada/lang_switch.exp: Likewise.
3066
42d94011
MG
30672016-07-06 Manish Goregaokar <manish@mozilla.com>
3068
2806dc7e
PA
3069 * simple.rs: Add test for raw pointer subscripting.
3070 * simple.exp: Add test expectations.
42d94011 3071
647c264c
YQ
30722016-07-05 Yao Qi <yao.qi@linaro.org>
3073
3074 * gdb.mi/mi-reverse.exp: Match =record-started output.
3075
20aa2c60
PA
30762016-07-01 Pedro Alves <palves@redhat.com>
3077
3078 * gdb.base/jit-reader.exp (info_registers_current_frame): New
3079 procedure.
3080 (jit_reader_test): Test the jit reader's unwinder.
3081 * gdb.base/jithost.c (jit_function_00_code): New global.
3082 (main): Use memcpy to fill in the mmapped code, instead of poking
3083 bytes manually here.
3084 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
3085 value.
3086 (read_debug_info): Save the function's range.
3087 (read_sp): New function.
3088 (unwind_frame): Use it. Also unwind RBP.
3089 (get_frame_id): Use read_sp.
3090 (gdb_init_reader): Use calloc instead of malloc.
3091 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
3092 parameter. Use gdb_test_multiple.
3093
ced2dffb
PA
30942016-07-01 Pedro Alves <palves@redhat.com>
3095 Antoine Tremblay <antoine.tremblay@ericsson.com>
3096
3097 * gdb.threads/process-dies-while-detaching.c: New file.
3098 * gdb.threads/process-dies-while-detaching.exp: New file.
3099
63000888
PA
31002016-07-01 Pedro Alves <palves@redhat.com>
3101
3102 * gdb.multi/watchpoint-multi-exit.c: New file.
3103 * gdb.multi/watchpoint-multi-exit.exp: New file.
3104
038d4868
PA
31052016-06-30 Pedro Alves <palves@redhat.com>
3106
3107 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
3108 unset inferior_spawn_id.
3109
994e9c83
PA
31102016-06-30 Pedro Alves <palves@redhat.com>
3111
3112 * lib/mi-support.exp (default_mi_gdb_start): Declare global
3113 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
3114
e5653468
YQ
31152016-06-29 Yao Qi <yao.qi@linaro.org>
3116
3117 * gdb.base/return.c: Add copyright header.
3118
803b47e5
TT
31192016-06-29 Tom Tromey <tom@tromey.com>
3120
3121 PR python/20129:
3122 * gdb.python/py-framefilter.exp: Add tests for setting priority
3123 and disabling of non-existent frame filter.
3124
28244707
YQ
31252016-06-29 Yao Qi <yao.qi@linaro.org>
3126
3127 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
3128 0x0f07ff.
3129
a31d2f06
YQ
31302016-06-28 Yao Qi <yao.qi@linaro.org>
3131
3132 * gdb.base/catch-syscall.exp: Remove check on isnative and target
3133 triplets. Start gdb, execute catch syscall, and continue. Check
3134 gdb's output to determine catch syscall is supported.
3135
921d8f54
MG
31362016-06-27 Manish Goregaokar <manish@mozilla.com>
3137
25d49b86
PA
3138 * gdb.rust/simple.rs: Add test for returning unit in a function.
3139 * gdb.rust/simple.exp: Add expectation for functions returning
3140 unit.
921d8f54 3141
f4952523
PMR
31422016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
3143
3144 * gdb.python/py-breakpoint-create-fail.c,
3145 gdb.python/py-breakpoint-create-fail.exp,
3146 gdb.python/py-breakpoint-create-fail.py: New testcase.
3147
fccb08f8
MG
31482016-06-25 Manish Goregaokar <manish@mozilla.com>
3149
3150 PR gdb/20239
3151 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
3152 * gdb.rust/simple.exp: Add test expectations for new NonZero
3153 tests.
fccb08f8 3154
6b850546
DT
31552016-06-24 David Taylor <dtaylor@emc.com>
3156
3157 * gdb.base/offsets.exp: New file.
3158 * gdb.base/offsets.c: New file.
3159
17621150
TT
31602016-06-23 Tom Tromey <tom@tromey.com>
3161
3162 PR gdb/16483:
3163 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
3164 before any filters are loaded.
3165
04d59df6
WT
31662016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
3167
3168 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
3169 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
3170 structs.
3171 * gdb.fortran/derived-type-function.exp: New file.
3172 * gdb.fortran/derived-type-function.f90: New file.
3173
3174
ac69f786
PA
31752016-06-21 Pedro Alves <palves@redhat.com>
3176
3177 * gdb.base/new-ui.exp: New file.
3178 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
3179 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
3180 (with_spawn_id): New procedure.
3181
49940788
PA
31822016-06-21 Pedro Alves <palves@redhat.com>
3183
3184 * gdb.mi/mi-exec-run.exp: New file.
3185
ef274d26
PA
31862016-06-21 Pedro Alves <palves@redhat.com>
3187
3188 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
3189 breakpoint command's output on the main UI.
3190 (test_break): New procedure, factored out from calls in the top
3191 level.
3192 (top level): Use foreach_with_prefix to test MI as main UI and as
3193 separate UI.
3194
468afe6c
PA
31952016-06-21 Pedro Alves <palves@redhat.com>
3196
3197 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
3198 (test_awatch_creation_and_listing)
3199 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
3200 Remove 'type' parameter.
3201 (test_watchpoint_all): New parameter mi_mode. Remove
3202 with_test_prefix.
3203 (top level): Use foreach_with_prefix, and add main/separate UI MI
3204 testing axis.
3205
51f77c37
PA
32062016-06-21 Pedro Alves <palves@redhat.com>
3207
3208 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
3209 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
3210 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
3211 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
3212 (gdb_main_spawn_id, mi_spawn_id): Declare and
3213 comment.
3214 (mi_create_inferior_pty): New procedure,
3215 factored out from default_mi_gdb_start.
3216 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
3217 procedures.
3218 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
3219 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
3220 Use mi_create_inferior_pty.
3221 (mi_gdb_start): Use eval to pass down args list.
3222
8980e177
PA
32232016-06-21 Pedro Alves <palves@redhat.com>
3224
3225 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
3226 * gdb.opt/inline-cmds.exp: Add MI tests.
3227
f38d3ad1
PA
32282016-06-21 Pedro Alves <palves@redhat.com>
3229
3230 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
3231
45db7c09
PA
32322016-06-21 Pedro Alves <palves@redhat.com>
3233
3234 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
3235 (top level): Use it instead of mi_execute_to.
3236
5a069ab3
PA
32372016-06-21 Pedro Alves <palves@redhat.com>
3238
3239 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
3240 (cont_handler_str): New.
3241 (signal_stop_handler): Set stop_handler_str instead of printing to
3242 stdout.
3243 (continue_handler): Set cont_handler_str instead of printing to
3244 stdout.
3245 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
3246 mi_send_resuming_command. Print stop_handler_str and
3247 cont_handler_str instead of expecting the python events print
3248 directly.
3249
2838cc1d
SD
32502016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3251
3252 * gdb.base/jit-reader.exp: New file.
3253 * gdb.base/jithost.c: New file.
3254 * gdb.base/jithost.h: New file.
3255 * gdb.base/jitreader.c : New file.
3256 * gdb.base/jit-protocol.h: New file.
3257
21a77091
YQ
32582016-06-17 Yao Qi <yao.qi@linaro.org>
3259
3260 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
3261 parameters follow_fork and detach_on_fork. Set follow-fork-mode
3262 and detach-on-fork. Adjust tests.
3263 (top level): Invoke break_cond_on_syscall with combinations of
3264 syscall, follow-fork-mode and detach-on-fork.
3265
f50bf8e5
YQ
32662016-06-17 Yao Qi <yao.qi@linaro.org>
3267
3268 * gdb.base/step-over-exit.c: New.
3269 * gdb.base/step-over-exit.exp: New.
3270
a28d8e50
YTL
32712016-06-17 Yan-Ting Lin <currygt52@gmail.com>
3272
3273 * gdb.base/float.exp: Add target check for nds32*-*-*.
3274 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
3275
cad8e26d
AB
32762016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
3277
3278 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
3279 for unsupported target features.
3280 * gdb.base/call-rt-st.exp: Likewise.
3281 * gdb.base/call-sc.exp: Likewise.
3282 * gdb.base/call-signal-resume.exp: Likewise.
3283 * gdb.base/call-strs.exp: Likewise.
3284 * gdb.base/callexit.exp: Likewise.
3285 * gdb.base/callfuncs.exp: Likewise.
3286 * gdb.base/nodebug.exp: Likewise.
3287 * gdb.base/printcmds.exp: Likewise.
3288 * gdb.base/ptype.exp: Likewise.
3289 * gdb.base/structs.exp: Likewise.
3290 * gdb.base/unwindonsignal.exp: Likewise.
3291 * gdb.cp/gdb2495.exp: Likewise.
3292 * gdb.cp/templates.exp: Likewise.
3293 * gdb.cp/virtfunc.exp: Likewise.
3294 * gdb.threads/hand-call-in-threads.exp: Likewise.
3295 * gdb.threads/interrupted-hand-call.exp: Likewise.
3296 * gdb.threads/thread-unwindonsignal.exp: Likewise.
3297
347dc102
TT
32982016-06-10 Tom Tromey <tom@tromey.com>
3299
3300 PR rust/20110:
3301 * gdb.rust/expr.exp: Add test for integer constant larger than
3302 i32.
3303
5e13cf25
BH
33042016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
3305
3306 * gdb.fortran/nested-funcs.exp: New.
3307 * gdb.fortran/nested-funcs.f90: New.
3308
bb556f1f
TK
33092016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
3310
3311 * gdb.base/examine-backward.c: New file.
3312 * gdb.base/examine-backward.exp: New file.
3313
38b022b4
SM
33142016-06-06 Simon Marchi <simon.marchi@ericsson.com>
3315
3316 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
3317 matching.
3318
1b40ec05
TT
33192016-06-02 Tom Tromey <tom@tromey.com>
3320
3321 PR python/18984:
3322 * gdb.python/py-shared.exp: Add solib_name test.
3323
193bd378
SM
33242016-06-02 Simon Marchi <simon.marchi@ericsson.com>
3325
3326 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
3327
3326303b
MG
33282016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
3329
3330 PR c++/19893
3331 * gdb.dwarf2/implref.exp: Rename to...
3332 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
3333 * gdb.dwarf2/implref-array.c: New file.
3334 * gdb.dwarf2/implref-array.exp: Likewise.
3335 * gdb.dwarf2/implref-global.c: Likewise.
3336 * gdb.dwarf2/implref-global.exp: Likewise.
3337 * gdb.dwarf2/implref-struct.c: Likewise.
3338 * gdb.dwarf2/implref-struct.exp: Likewise.
3339
825c8ef2
AT
33402016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3341
3342 * gdb.trace/trace-condition.exp: Add 64bit tests.
3343
2320162a
AT
33442016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3345
3346 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
3347 bits types.
3348 (main): Adapt to 8 to 64 bits types.
3349 * gdb.trace/trace-condition.exp: Add new tests.
3350
a7818233
AT
33512016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3352
3353 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
3354
0d336466
AT
33552016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3356
3357 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
3358 Move condition tests...
3359 * gdb.trace/trace-condition.exp: Here.
3360
7faeb45a
AT
33612016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3362
3363 * gdb.trace/trace-condition.exp: Add counter-case tests.
3364
e385593e
JK
33652016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3366
3367 PR c++/15231
3368 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
3369 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
3370
744608cc
PA
33712016-05-27 Pedro Alves <palves@redhat.com>
3372
3373 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3374 New procedure.
3375 (top level): Call it, and bail out of DejaGnu is known to be bad.
3376
ac775bf4
AB
33772016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
3378
3379 * gdb.base/whatis.c: Extend the test case.
3380 * gdb.base/whatis.exp: Add additional tests.
3381
2bbad2ea
BH
33822016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3383
3384* gdb.fortran/type.f90: Add pointer variable.
3385* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
3386
8b70175d
BH
33872016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3388
3389 * gdb.fortran/vla-type.exp: Fix testcase name.
3390
86d8a848
BH
33912016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3392
3393 * gdb.fortran/vla-type.exp: Access elements in nested structs.
3394
e188eb36
BH
33952016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3396
3397 * gdb.fortran/type.f90: Add nested structures.
3398 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
3399 * gdb.fortran/derived-type.exp: Adapt expected output.
3400 * gdb.fortran/vla-type.exp: Adapt expected output.
3401
9b2db1fd
BH
34022016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3403
3404 * gdb.fortran/whatis_type.exp: Adapt expected output.
3405
72b17055
BH
34062016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3407
3408 * gdb.fortran/print_type.exp: Fix expected output.
3409 * gdb.fortran/whatis_type.exp: Fix expected output.
3410
3cd81d8d
BH
34112016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3412
3413 * gdb.fortran/whatis_type.exp: Use multi_line.
3414
ddae9462
TT
34152016-05-24 Tom Tromey <tom@tromey.com>
3416
3417 PR python/17386:
3418 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
3419 use value as an index.
3420
1957f6b8
TT
34212016-05-23 Tom Tromey <tom@tromey.com>
3422
3423 PR python/17981:
3424 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
3425 no-breakpoint case.
3426
026a9174
PA
34272016-05-24 Pedro Alves <palves@redhat.com>
3428
3429 PR gdb/19828
3430 * gdb.threads/clone-attach-detach.c: New file.
3431 * gdb.threads/clone-attach-detach.exp: New file.
3432
e70a7231
FR
34332016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
3434
3435 * gdb.base/annota-input-while-running.exp: Fix syntax error.
3436
0f6ed0e0
TT
34372016-05-23 Tom Tromey <tom@tromey.com>
3438
3439 PR python/19438, PR python/18393:
3440 * gdb.python/py-progspace.exp: Add "dir" test.
3441 * gdb.python/py-objfile.exp: Add "dir" test.
3442
ffd19d61
YQ
34432016-05-23 Yao Qi <yao.qi@linaro.org>
3444
3445 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
3446 * gdb.arch/thumb2-it.exp: Likewise.
3447
9e8f9b05
SM
34482016-05-18 Simon Marchi <simon.marchi@ericsson.com>
3449
3450 * gdb.mi/mi-threads-interrupt.c: New file.
3451 * gdb.mi/mi-threads-interrupt.exp: New file.
3452
61c6156d
SM
34532016-05-17 Simon Marchi <simon.marchi@ericsson.com>
3454
3455 PR gdb/18077
3456 * gdb.mi/mi-async-run.exp: New file.
3457 * gdb.mi/mi-async-run.c: New file.
3458
67218854
TT
34592016-05-17 Tom Tromey <tom@tromey.com>
3460 Manish Goregaokar <manishsmail@gmail.com>
3461
3462 * lib/rust-support.exp: New file.
3463 * lib/gdb.exp (skip_rust_tests): New proc.
3464 (build_executable_from_specs): Handle rust.
3465 * lib/future.exp (gdb_find_rustc): New proc.
3466 (gdb_default_target_compile): Handle rust.
3467 * gdb.rust/expr.exp: New file.
3468 * gdb.rust/generics.exp: New file.
3469 * gdb.rust/generics.rs: New file.
3470 * gdb.rust/methods.exp: New file.
3471 * gdb.rust/methods.rs: New file.
3472 * gdb.rust/modules.exp: New file.
3473 * gdb.rust/modules.rs: New file.
3474 * gdb.rust/simple.exp: New file.
3475 * gdb.rust/simple.rs: New file.
3476
c44af4eb
TT
34772016-05-17 Tom Tromey <tom@tromey.com>
3478
3479 * gdb.base/default.exp (set language): Add rust.
3480
dcd1f979
TT
34812016-05-17 Tom Tromey <tom@tromey.com>
3482
3483 * gdb.gdb/unittest.exp: New file.
3484
155b7f57
YQ
34852016-05-16 Yao Qi <yao.qi@linaro.org>
3486
3487 * gdb.base/batch-preserve-term-settings.exp: Remove variable
3488 shell_prompt. Update shell_prompt_re.
3489
8ddd5a6c
DE
34902016-05-12 Doug Evans <dje@google.com>
3491
3492 PR symtab/19999
3493 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
3494 $options when building executable.
3495 * gdb.dwarf2/fission-loclists-pie.S: New file.
3496 * gdb.dwarf2/fission-loclists-pie.exp: New file.
3497
02e370d9
SM
34982016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3499
3500 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
3501 of [is_remote target],
3502
8929ad8b
SM
35032016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3504
3505 * lib/gdb.exp (use_gdb_stub): New procedure.
3506
6c447423
DE
35072016-05-03 Yunlian Jiang <yunlian@google.com>
3508 Doug Evans <dje@google.com>
3509
3510 PR symtab/19914
3511 * gdb.dwarf2/dwp-sepdebug.c: New file.
3512 * gdb.dwarf2/dwp-sepdebug.exp: New file.
3513
444e826c
SM
35142016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3515
3516 * gdb.base/detach.exp: Remove is_remote check.
3517
740feeaa
SM
35182016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3519
3520 * gdb.base/annota-input-while-running.exp: Don't check for
3521 [is_remote target]. Enable annotations after running to main.
3522 Remove unused "set test..." line.
3523
9080ac9d
SM
35242016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3525
3526 * gdb.trace/trace-enable-disable.exp: New file.
3527 * gdb.trace/trace-enable-disable.c: New file.
3528
952ebca5
SM
35292016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3530
3531 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
3532 use it in info sharedlibrary test.
3533 * gdb.trace/ftrace-lock.exp: Likewise.
3534 * gdb.trace/ftrace.exp: Likewise.
3535 * gdb.trace/range-stepping.exp: Likewise.
3536 * gdb.trace/trace-break.exp: Likewise.
3537 * gdb.trace/trace-condition.exp: Likewise.
3538 * gdb.trace/trace-mt.exp: Likewise.
3539
d9019901
SM
35402016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3541
3542 * lib/gdb.exp (gdb_load_shlibs): Rename to...
3543 (gdb_load_shlib): ... this.
3544 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
3545 gdb_load_shlib.
3546 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
3547 * gdb.base/ctxobj.exp: Likewise.
3548 * gdb.base/dprintf-pending.exp: Likewise.
3549 * gdb.base/dso2dso.exp: Likewise.
3550 * gdb.base/fixsection.exp: Likewise.
3551 * gdb.base/gcore-relro.exp: Likewise.
3552 * gdb.base/gdb1555.exp: Likewise.
3553 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3554 * gdb.base/gnu-ifunc.exp: Likewise.
3555 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
3556 * gdb.base/jit-so.exp (one_jit_test): Likewise.
3557 * gdb.base/pending.exp: Likewise.
3558 * gdb.base/print-file-var.exp: Likewise.
3559 * gdb.base/print-symbol-loading.exp: Likewise.
3560 * gdb.base/shlib-call.exp: Likewise.
3561 * gdb.base/shreloc.exp: Likewise.
3562 * gdb.base/so-impl-ld.exp: Likewise.
3563 * gdb.base/solib-disc.exp: Likewise.
3564 * gdb.base/solib-nodir.exp: Likewise.
3565 * gdb.base/solib-overlap.exp: Likewise.
3566 * gdb.base/solib-symbol.exp: Likewise.
3567 * gdb.base/solib-weak.exp (do_test): Likewise.
3568 * gdb.base/sym-file.exp: Likewise.
3569 * gdb.base/symtab-search-order.exp: Likewise.
3570 * gdb.base/type-opaque.exp: Likewise.
3571 * gdb.base/unload.exp: Likewise.
3572 * gdb.base/watchpoint-solib.exp: Likewise.
3573 * gdb.compile/compile.exp: Likewise.
3574 * gdb.cp/gdb2384.exp: Likewise.
3575 * gdb.cp/infcall-dlopen.exp: Likewise.
3576 * gdb.cp/re-set-overloaded.exp: Likewise.
3577 * gdb.fortran/library-module.exp: Likewise.
3578 * gdb.opt/solib-intra-step.exp: Likewise.
3579 * gdb.python/py-finish-breakpoint.exp: Likewise.
3580 * gdb.python/py-shared.exp: Likewise.
3581 * gdb.reverse/solib-precsave.exp: Likewise.
3582 * gdb.reverse/solib-reverse.exp: Likewise.
3583 * gdb.server/solib-list.exp: Likewise.
3584 * gdb.threads/dlopen-libpthread.exp: Likewise.
3585 * gdb.threads/tls-shared.exp: Likewise.
3586 * gdb.threads/tls-so_extern.exp: Likewise.
3587 * gdb.trace/change-loc.exp: Likewise.
3588 * gdb.trace/ftrace-lock.exp: Likewise.
3589 * gdb.trace/ftrace.exp: Likewise.
3590 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
3591 * gdb.trace/pending.exp: Likewise.
3592 * gdb.trace/range-stepping.exp: Likewise.
3593 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
3594 (strace_info_marker): Likewise.
3595 (strace_probe_marker): Likewise.
3596 (strace_trace_on_same_addr): Likewise.
3597 (strace_trace_on_diff_addr): Likewise.
3598 * gdb.trace/trace-break.exp: Likewise.
3599 * gdb.trace/trace-condition.exp: Likewise.
3600 * gdb.trace/trace-mt.exp: Likewise.
3601
fca4cfd9
SM
36022016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3603
3604 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
3605 result of gdb_remote_download.
3606 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
3607 * gdb.base/dso2dso.exp: Likewise.
3608 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3609 * gdb.base/print-file-var.exp: Likewise.
3610 * gdb.base/shlib-call.exp: Likewise.
3611 * gdb.base/shreloc.exp: Likewise.
3612 * gdb.base/solib-overlap.exp: Likewise.
3613 * gdb.base/solib-weak.exp (do_test): Likewise.
3614 * gdb.base/unload.exp: Likewise.
3615
11cf4ffb
YQ
36162016-04-27 Yao Qi <yao.qi@linaro.org>
3617
3618 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
3619 exists.
3620
3e2e34f8
KB
36212016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3622
3623 * vla-type.exp: Print structure from toplevel.
3624
8f07e298
BH
36252016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3626
3627 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
3628 of dynamic types.
3629 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
3630 of dynamic types.
3631
9920b434
BH
36322016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3633
3634 * gdb.fortran/vla-type.f90: New file.
3635 * gdb.fortran/vla-type.exp: New file.
3636
f3abeff5
YQ
36372016-04-25 Yao Qi <yao.qi@linaro.org>
3638
3639 * gdb.base/branch-to-self.c: New file.
3640 * gdb.base/branch-to-self.exp: New file.
3641
0a5d52f0
YQ
36422016-04-22 Yao Qi <yao.qi@linaro.org>
3643
3644 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
3645 more after $hex.
3646
495346f6
YQ
36472016-04-22 Yao Qi <yao.qi@linaro.org>
3648
3649 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
3650 * gdb.base/annota3.exp: Likewise.
3651
4a7e075c
YQ
36522016-04-22 Yao Qi <yao.qi@linaro.org>
3653
3654 * gdb.reverse/step-precsave.exp: Do one step and test program
3655 stops in "callee" and do multiple steps until program goes out
3656 of "callee".
3657 * gdb.reverse/step-reverse.exp: Likewise.
3658
5b061e98
YQ
36592016-04-22 Yao Qi <yao.qi@linaro.org>
3660
3661 * gdb.trace/signal.exp: Also pass if
3662 $tracepoint_hits($i) > $iterations.
3663
5c5dc57f
YQ
36642016-04-22 Yao Qi <yao.qi@linaro.org>
3665
3666 * gdb.trace/signal.c: New file.
3667 * gdb.trace/signal.exp: New file.
3668
a55411b9
DE
36692016-04-19 Doug Evans <xdje42@gmail.com>
3670
3671 * gdb.base/bad-file.exp: New file.
3672
a22df60a
MG
36732016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
3674
3675 * gdb.dwarf2/implref.exp: New file.
3676
0c13f7e5
BH
36772016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3678
3679 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
3680 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
3681 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
3682 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
3683 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
3684 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
3685 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
3686 * lib/fortran.exp (fortran_int4): New procedure.
3687 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
3688 (fortran_logical4): Likewise.
3689
9b9b09e9
BH
36902016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
3691
3692 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
3693
a14d1f4d
BH
36942016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3695
3696 * lib/compiler.c: Add Intel specific preprocessor macros.
3697 * lib/compiler.cc: Likewise.
25d49b86 3698
7d49b1d0
LM
36992016-04-13 Luis Machado <lgustavo@codesourcery.com>
3700
3701 * gdb.server/connect-with-no-symbol-file.c: New file.
3702 * gdb.server/connect-with-no-symbol-file.exp: New file.
3703
8392fa22
SM
37042016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3705
3706 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
3707
8c4c4aeb
SM
37082016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3709
3710 * boards/gdbserver-base.exp (${board}_download): Copy source file to
3711 standard output directory.
3712
45e3745e
AT
37132016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
3714
3715 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
3716
e26b7e41
MM
37172016-04-13 Markus Metzger <markus.t.metzger@intel.com>
3718
3719 * gdb.btrace/instruction_history.c (loop): Add declaration.
3720
8ce09462
AT
37212016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
3722
3723 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
3724
2e88a1ea
SM
37252016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
3726
3727 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
3728 parentheses to print.
3729 (continue_handler): Likewise.
3730
f48e22e3
SM
37312016-04-08 Simon Marchi <simon.marchi@ericsson.com>
3732
3733 * gdb.server/solib-list.exp: Remove is_remote check.
3734 Pass shlib= to gdb_compile. Don't link shared library with
3735 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
3736 Run binary filename through "readlink -f" on the target.
3737
096be756
PA
37382016-04-08 Pedro Alves <palves@redhat.com>
3739
3740 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
3741 interpreter filename as argument to gdbserver_spawn.
3742 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3743 Return empty if $last_loaded_file does not exist.
3744
06500533
JK
37452016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3746
3747 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
3748 * gdb.base/jit-main.c: Use exit after usage.
3749
2d35e871
JK
37502016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3751
3752 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
3753 GDBHISTSIZE prior to the tests.
3754 * gdb.base/gdbinit-history.exp: Likewise.
3755
37562016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
3757
3758 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
3759 instead of build_executable. Use gdb_load_shlibs.
3760
c8064e7e
YQ
37612016-04-07 Yao Qi <yao.qi@linaro.org>
3762
3763 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
3764 Execute "si" command.
3765
bde47561
YQ
37662016-04-07 Yao Qi <yao.qi@linaro.org>
3767
3768 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
3769 number instead of the comments on some line.
3770
b16f8a3b
DB
37712016-04-06 Don Breazeal <donb@codesourcery.com>
3772
3773 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
3774 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
3775
c2f901df
SM
37762016-04-06 Simon Marchi <simon.marchi@ericsson.com>
3777
3778 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
3779 standard_output_file. Remove unused binfile variable.
3780
ac17fda0
CU
37812016-04-05 Catalin Udma <catalin.udma@freescale.com>
3782
3783 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
3784 * gdb.python/py-mi-objfile.exp: Match "list main" output
3785 in console format.
3786
03a8c4df
SM
37872016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
3788
3789 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
3790 absolute.
3791
6e774b13
SM
37922016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3793
3794 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
3795 absolute.
3796 * gdb.trace/ftrace.exp: Likewise.
3797 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
3798 targets as well.
3799 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
3800 (gdb_load_shlibs): Copy libraries to test directory when testing
3801 natively. Only set solib-search-path if testing remotely.
3802 * lib/mi-support.exp (mi_load_shlibs): Likewise.
3803
7817ea46
SM
38042016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3805
3806 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
3807 gdb_download. Use it even if the target is not remote.
3808 * gdb.base/jit.exp (compile_jit_test): Likewise.
3809 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
3810 output directory if the destination board is local, otherwise use
3811 the standard remote_download from DejaGnu.
3812 (gdb_download): Remove.
3813 (gdb_load_shlibs): Use gdb_remote_download instead of
3814 gdb_download.
3815 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3816 Use gdb_remote_download instead of gdb_download. Use it even if
3817 the target is not remote.
3818 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
3819 instead of gdb_download.
3820
7beb7f68
SM
38212016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
3822
3823 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
3824 (test_insert_delete_modify): Call mi_load_shlibs before trying to
3825 run.
3826
cc63428a
AV
38272016-04-01 Artemiy Volkov <artemiyv@acm.org>
3828
3829 PR gdb/19820
3830 * gdb.base/printcmds.exp: Add artificial arrays tests.
3831
64cdf930
PA
38322016-03-31 Pedro Alves <palves@redhat.com>
3833
3834 PR gdb/19858
3835 * gdb.base/jit-main.c: Include unistd.h.
3836 (ATTACH): Define to 0 if not already defined.
3837 (wait_for_gdb, mypid): New globals.
3838 (WAIT_FOR_GDB): New macro.
3839 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
3840 some breakpoint locations.
3841 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
3842 New procedures.
3843 (one_jit_test): Add REATTACH parameter, and handle it. Use
3844 continue_to_test_location.
3845 (top level): Test attach, and adjusts calls to one_jit_test.
3846
40dea8cb
PA
38472016-03-31 Pedro Alves <palves@redhat.com>
3848
3849 PR gdb/19858
3850 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
3851 BINSUFFIX parameter, and handle it.
3852 (top level): Adjust calls compile_jit_test.
3853
e7ea3ec7
CU
38542016-03-31 Catalin Udma <catalin.udma@freescale.com>
3855
3856 PR python/19743
3857 * gdb.python/py-mi-events-gdb.py: New file.
3858 * gdb.python/py-mi-events.c: New file.
3859 * gdb.python/py-mi-events.exp: New file.
3860
e6359af3
YQ
38612016-03-30 Yao Qi <yao.qi@linaro.org>
3862
3863 * gdb.reverse/until-precsave.exp: Match function name only.
3864 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
3865 Move malloc to a condition block.
3866 * gdb.reverse/until-reverse.exp: Match function name only.
3867
a4105d04
MK
38682016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
3869
3870 * gdb.trace/ftrace.exp: Set arg0exp for s390.
3871 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
3872 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
3873 variable for GPR 0 instead of assuming it is register 0.
3874 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
3875 * lib/trace-support.exp: Add s390 registers.
3876
bfa6adb9
YQ
38772016-03-29 Yao Qi <yao.qi@linaro.org>
3878
3879 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
3880
1e6697ea
YQ
38812016-03-24 Yao Qi <yao.qi@linaro.org>
3882
3883 * gdb.reverse/break-reverse.exp: Add quotation mark in the
3884 test message.
3885
64bcd522
AA
38862016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3887
3888 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
3889 maintaining separate logic for constructing the output path.
3890
7868401b
DB
38912016-03-16 Don Breazeal <donb@codesourcery.com>
3892
3893 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
3894 Retry fork and waitpid on interrupted system call errors.
3895 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3896 Use with_timeout_factor to increase timeout by factor of 10.
3897
1cafadb4
DB
38982016-03-15 Don Breazeal <donb@codesourcery.com>
3899
3900 * gdb.cp/scope-err.cc: New test program.
3901 * gdb.cp/scope-err.exp: New test script.
3902 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
3903 lines and "set breakpoint here" comment.
3904 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
3905 Fixed some whitespace and format issues.
3906 * gdb.mi/mi-linespec-err-cp.cc: New test program.
3907 * gdb.mi/mi-linespec-err-cp.exp: New test script.
3908
81516450
DE
39092016-03-15 Doug Evans <dje@google.com>
3910
3911 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
3912 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
3913 All callers updated. Add tests for enums, mixed flags register.
3914
aa52b601
DE
39152016-03-15 Doug Evans <dje@google.com>
3916
3917 * gdb.base/skip.c (main): Call test_skip_file_and_function.
3918 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
3919
fa4ff313
SM
39202016-03-14 Simon Marchi <simon.marchi@ericsson.com>
3921
3922 * gdb.base/default.exp: Add $_as_string to the list of expected
3923 convenience functions.
3924
f2403c39
AB
39252016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
3926
3927 * gdb.base/maint.exp: New tests for 'maint info line-table'.
3928
f2f3ccb9
SM
39292016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
3930
3931 * gdb.python/py-as-string.exp: New file.
3932 * gdb.python/py-as-string.c: New file.
3933
00dbd492
PA
39342016-03-09 Pedro Alves <palves@redhat.com>
3935
3936 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
3937 signal" -> "Thread NN received signal" output change.
3938 * gdb.threads/ia64-sigill.exp: Likewise.
3939 * gdb.threads/linux-dp.exp: Likewise.
3940 * gdb.threads/manythreads.exp: Likewise.
3941 * gdb.threads/pending-step.exp: Likewise.
3942 * gdb.threads/print-threads.exp: Likewise.
3943 * gdb.threads/sigstep-threads.exp: Likewise.
3944 * gdb.threads/staticthreads.exp: Likewise.
3945 * gdb.threads/tls.exp: Likewise.
3946
1e6697ea
YQ
39472016-03-09 Pedro Alves <palves@redhat.com>
3948
3949 * gdb.base/command-line-input.exp: New file.
3950
b04fd3be
MK
39512016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3952
3953 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
3954 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
3955 * gdb.trace/pending.exp: Accept leading dot before function name.
3956 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
3957 * lib/trace-support.exp: Set registers for ppc.
3958
98fa59e9
MK
39592016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3960
3961 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
3962 use it for disassembly; accept .main in addition to main in backtrace.
3963
f77198c8
MK
39642016-03-09 Wei-cheng Wang <cole945@gmail.com>
3965 Marcin Kościelnicki <koriakin@0x04.net>
3966
3967 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
3968 (gdb_recursion_test_ptr): New global variable.
3969 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
3970 gdb_recursion_test.
3971 (gdb_c_test): Ditto.
3972
ba84e0da
MK
39732016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3974
3975 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
3976 ordering.
3977
4366d36e
MK
39782016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3979
3980 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
3981 (bar): Add bar_start_lbl label.
3982 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
3983 of foo/bar for emitting DWARF and tracing.
3984
5eb264df
SDJ
39852016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
3986
3987 * analyze-racy-logs.py: Set executable bit.
3988
fb6a751f
SDJ
39892016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
3990
3991 * Makefile.in (DEFAULT_RACY_ITER): New variable.
3992 (CHECK_TARGET_TMP): Likewise.
3993 (check-single-racy): New rule.
3994 (check-parallel-racy): Likewise.
3995 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
3996 (do-check-parallel-racy): New rule.
3997 (check-racy/%.exp): Likewise.
3998 * README (Racy testcases): New section.
3999 * analyze-racy-logs.py: New file.
4000
bdf7e230
DE
40012016-03-03 Doug Evans <dje@google.com>
4002
4003 * gdb.base/skip.exp: Use with_test_prefix.
4004
4719d415
YQ
40052016-03-03 Yao Qi <yao.qi@linaro.org>
4006
4007 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
4008 Invoke step_over_syscall "clone" and break_cond_on_syscall
4009 "clone".
4010 * gdb.base/step-over-clone.c: New file.
4011
ea507862
YQ
40122016-03-03 Yao Qi <yao.qi@linaro.org>
4013
4014 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
4015 code format.
4016
8fc8cbda
YQ
40172016-03-03 Yao Qi <yao.qi@linaro.org>
4018
4019 * gdb.base/disp-step-fork.c: Rename to ...
4020 * gdb.base/step-over-fork.c: ... it. New file.
4021 * gdb.base/disp-step-vfork.c: Rename to ...
4022 * gdb.base/step-over-vfork.c: ... it. New file.
4023 * gdb.base/disp-step-syscall.exp: Rename to ...
4024 * gdb.base/step-over-syscall.exp: ... it. New file.
4025 (disp_step_cross_syscall): Rename to ...
4026 (step_over_syscall): ... it.
4027
92fa70b0
YQ
40282016-03-03 Yao Qi <yao.qi@linaro.org>
4029
4030 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
4031 If target supports condition evaluation on target, invoke
4032 break_cond_on_syscall for fork and vfork.
4033
e197ad3c
YQ
40342016-03-03 Yao Qi <yao.qi@linaro.org>
4035
4036 * gdb.base/disp-step-syscall.exp: Don't invoke
4037 support_displaced_stepping.
4038 (disp_step_cross_syscall): Test with displaced stepping off and
4039 on if supported.
4040
0b47da9f
YQ
40412016-03-03 Yao Qi <yao.qi@linaro.org>
4042
4043 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
4044 proc.
4045 (setup): New proc.
4046 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
4047 and setup.
4048
065ab6dc
BH
40492016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4050
4051 * gdb.fortran/vla-history.exp: Remove breakpoint.
4052
07e448ad 40532016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4054
25d49b86
PA
4055 * gdb.fortran/vla-history.exp: Lookup array elements and printing
4056 exceeds timeout.
07e448ad 4057
9ac2d526 40582016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4059
25d49b86
PA
4060 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
4061 breakpoint.
9ac2d526 4062
17807369
BH
40632016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4064
4065 * gdb.mi/vla.f90: Nullify pointer after declaration.
4066
86e501af
PA
40672016-03-01 Pedro Alves <palves@redhat.com>
4068
4069 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
4070
1e903e32
PA
40712016-03-01 Pedro Alves <palves@redhat.com>
4072
4073 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
4074 before anything else.
4075 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
4076 _GNU_SOURCE here.
4077 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
4078 before anything else.
4079 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
4080
6ccb54e2
PA
40812016-03-01 Pedro Alves <palves@redhat.com>
4082
4083 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
4084
30ca9da1
YQ
40852016-03-01 Yao Qi <yao.qi@linaro.org>
4086
4087 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
4088 prepare_for_testing.
4089
dc856b38
YQ
40902016-03-01 Yao Qi <yao.qi@linaro.org>
4091
4092 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
4093
4a932159
AA
40942016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4095
4096 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
4097 manually constructing the output path.
4098
f2489477
AA
40992016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4100
4101 * gdb.arch/s390-stackless.S: New.
4102 * gdb.arch/s390-stackless.exp: New.
4103
38899f16
IB
41042016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
4105
4106 * gdb.dlang/circular.c: New file.
4107 * gdb.dlang/circular.exp: New file.
4108
9fde51ed
YQ
41092016-02-26 Yao Qi <yao.qi@linaro.org>
4110
4111 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
4112 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
4113 (testcases): Update.
4114
ce90fefe
YQ
41152016-02-26 Yao Qi <yao.qi@linaro.org>
4116
4117 * gdb.reverse/aarch64.c: Rename to ...
4118 * gdb.reverse/insn-reverse.c: ... it.
4119 * gdb.reverse/aarch64.exp: Rename to ...
4120 * gdb.reverse/insn-reverse.exp: ... it.
4121
3263bceb
YQ
41222016-02-26 Yao Qi <yao.qi@linaro.org>
4123
4124 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
4125 (testcase_ftype): New.
4126 (testcases): New array.
4127 (n_testcases): New.
4128 (main): Call each element in testcases.
4129 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
4130 (read_testcase): New.
4131 Do the tests in a loop.
4132
6cb59ff1
YQ
41332016-02-25 Yao Qi <yao.qi@linaro.org>
4134
4135 * gdb.base/branches.c: Remove.
4136
ae91f625
MK
41372016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4138
4139 PR gdb/13808
4140 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
4141
678b48b7
MK
41422016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4143
4144 * gdb.trace/ftrace.exp: Remove unnecessary target check.
4145
7337a6f2
MK
41462016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4147
4148 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
4149 change x86_64 call_insn to 'callq'.
4150
861ca91f
AT
41512016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
4152
4153 * gdb.trace/tfile-avx.c: Move to...
4154 * gdb.trace/tracefile-pseudo-reg.c: Here.
4155 * gdb.trace/tfile-avx.exp: Move to...
4156 * gdb.trace/tracefile-pseudo-reg.exp: Here.
4157
bf74e428
GB
41582016-02-24 Gary Benson <gbenson@redhat.com>
4159
4160 * gdb.base/attach-pie-noexec.exp: Do not expect an error
4161 message on attach.
4162
cce0e923
DE
41632016-02-23 Doug Evans <dje@google.com>
4164
4165 * gdb.base/skip.c (test_skip): New function.
4166 (end_test_skip_file_and_function): New function.
4167 (test_skip_file_and_function): New function.
4168 * gdb.base/skip1.c (test_skip): New function.
4169 (skip1_test_skip_file_and_function): New function.
4170 * gdb.base/skip.exp: Add tests for new skip options.
4171 * gdb.base/skip-solib.exp: Update expected output.
4172 * gdb.perf/skip-command.cc: New file.
4173 * gdb.perf/skip-command.exp: New file.
4174 * gdb.perf/skip-command.py: New file.
4175
4000e47e
MK
41762016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
4177
4178 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
4179 info registers pattern.
4180
24f75ead
IB
41812016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
4182
4183 * lib/future.exp: Add D support.
4184 (gdb_find_gdc): New proc.
4185 (gdb_default_target_compile): Add D support.
4186
fbb7bcbe
WW
41872016-02-18 Wei-cheng Wang <cole945@gmail.com>
4188
4189 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
4190 user+system time.
4191 (trace_speed_test): Determine the iteration count for a time
4192 between 15..30 seconds.
4193
012b3a21
WT
41942016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
4195
4196 * gdb.arch/i386-mpx-sigsegv.c: New file.
4197 * gdb.arch/i386-mpx-sigsegv.exp: New file.
4198 * gdb.arch/i386-mpx-simple_segv.c: New file.
4199 * gdb.arch/i386-mpx-simple_segv.exp: New file.
4200
2d5189bd
YQ
42012016-02-18 Yao Qi <yao.qi@linaro.org>
4202
4203 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
4204 Don't call setup_kfail.
4205
40fb20d0
YQ
42062016-02-18 Yao Qi <yao.qi@linaro.org>
4207
4208 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4209 Set "set breakpoint condition-evaluation" per $cond_bp_target.
4210
21b1f8d2
DE
42112016-02-16 Doug Evans <dje@google.com>
4212
4213 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
4214 * gdb.base/skip1.c: Ditto.
4215 * gdb.base/skip.exp: Whitespace cleanup.
4216
4041ed77
DB
42172016-02-16 Don Breazeal <donb@codesourcery.com>
4218
4219 PR remote/19496
4220 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4221 Remove kfail for PR remote/19496.
4222
c4ef31bf
SM
42232016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4224
4225 * lib/gdb.exp (standard_temp_file): Return a path specific to
4226 the runtest invocation.
4227
266b65b3
SM
42282016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4229
4230 * gdb.trace/save-trace.exp: Change relative path to be in the
4231 standard output directory.
4232
a7a0a6a9
JK
42332016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4234
4235 * gdb.arch/i386-prologue.c: Add missing prototypes.
4236
c99dbb42
JK
42372016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4238
4239 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
4240 * gdb.arch/i386-prologue.exp: Likewise.
4241 * gdb.arch/i386-size.exp: Likewise.
4242
aa480355
SM
42432016-02-15 Simon Marchi <simon.marchi@ericsson.com>
4244
4245 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
4246 define object file path.
4247 * gdb.btrace/gcore.exp: Use standard_output_file to define core
4248 file path.
4249 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
4250 standard_output_file to define binfile.
4251
ba881f50
JK
42522016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4253
4254 Fix compatibility with recent gfortran-5.3.1.
4255 * gdb.fortran/vla-history.exp (print vla1 allocated)
4256 (print vla2 allocated, print $2, print $3): Remove
4257 (print $4): Rename to ...
4258 (print $2): ... here.
4259 (print $9): Rename to ...
4260 (print $5): ... here.
4261 (print $10): Rename to ...
4262 (print $6): ... here.
4263 * gdb.fortran/vla.f90: Add pvla initialization.
4264
e9fb005c
JK
42652016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4266
4267 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
4268 New test.
4269 * gdb.fortran/vla-value-sub.exp: Likewise.
4270
e44e00ff
MK
42712016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
4272
4273 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
4274
97e94151
SM
42752016-02-12 Simon Marchi <simon.marchi@ericsson.com>
4276
4277 * i386-biarch-core.exp: Define corefile using
4278 standard_output_file.
4279
01113bc1
YQ
42802016-02-12 Yao Qi <yao.qi@linaro.org>
4281
4282 * gdb.arch/arm-single-step-kernel-helper.c: New.
4283 * gdb.arch/arm-single-step-kernel-helper.exp: New.
4284
33b4777c
MM
42852016-02-12 Markus Metzger <markus.t.metzger@intel.com>
4286
4287 * gdb.btrace/tailcall-only.exp: New.
4288 * gdb.btrace/tailcall-only.c: New.
4289 * gdb.btrace/x86_64-tailcall-only.S: New.
4290 * gdb.btrace/i686-tailcall-only.S: New.
4291
acc23c11
PA
42922016-02-11 Pedro Alves <palves@redhat.com>
4293
4294 * README (Parallel testing): Add missing double quotes.
4295
e352bf0a
PA
42962016-02-11 Pedro Alves <palves@redhat.com>
4297
4298 * README (Parallel testing): New section.
4299 (GDB_PARALLEL): Rewrite.
4300 (FORCE_PARALLEL): Document.
4301
9f5fed78
MK
43022016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
4303
4304 * gdb.trace/tfile-avx.c: New test.
4305 * gdb.trace/tfile-avx.exp: New test.
4306
9ef9e6a6
KS
43072016-02-09 Keith Seitz <keiths@redhat.com>
4308
4309 PR breakpoints/19546
4310 * gdb.base/infcall-exec.c: New file.
4311 * gdb.base/infcall-exec2.c: New file.
4312 * gdb.base/infcall-exec.exp: New file.
4313
a96e36da
KS
43142016-02-09 Keith Seitz <keiths@redhat.com>
4315
4316 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
4317 (toplevel): Call test_bkpt_address.
4318
9f61929f
KS
43192016-02-09 Keith Seitz <keiths@redhat.com>
4320
4321 PR python/19506
4322 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
4323 (toplevel): Call test_bkpt_address.
4324
1e94266c
SM
43252016-02-09 Simon Marchi <simon.marchi@ericsson.com>
4326
4327 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
4328 to AC_OUTPUT.
4329 * configure: Regenerate.
4330
2a7f3dff
PA
43312016-02-09 Pedro Alves <palves@redhat.com>
4332
4333 PR breakpoints/19548
4334 * gdb.base/execl-update-breakpoints.c (some_function): New
4335 function.
4336 (main): Call it.
4337 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
4338 Tighten expected GDB output.
4339
2151ccc5
SM
43402016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4341
4342 * Makefile.in (ALL_SUBDIRS): Remove.
4343 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
4344 (distclean maintainer-clean realclean): Likewise.
4345 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
4346 * configure: Regenerate.
4347 * gdb.ada/Makefile.in: Delete.
4348 * gdb.arch/Makefile.in: Likewise.
4349 * gdb.asm/Makefile.in: Likewise.
4350 * gdb.base/Makefile.in: Likewise.
4351 * gdb.btrace/Makefile.in: Likewise.
4352 * gdb.cell/Makefile.in: Likewise.
4353 * gdb.compile/Makefile.in: Likewise.
4354 * gdb.cp/Makefile.in: Likewise.
4355 * gdb.disasm/Makefile.in: Likewise.
4356 * gdb.dlang/Makefile.in: Likewise.
4357 * gdb.dwarf2/Makefile.in: Likewise.
4358 * gdb.fortran/Makefile.in: Likewise.
4359 * gdb.gdb/Makefile.in: Likewise.
4360 * gdb.go/Makefile.in: Likewise.
4361 * gdb.guile/Makefile.in: Likewise.
4362 * gdb.java/Makefile.in: Likewise.
4363 * gdb.linespec/Makefile.in: Likewise.
4364 * gdb.mi/Makefile.in: Likewise.
4365 * gdb.modula2/Makefile.in: Likewise.
4366 * gdb.multi/Makefile.in: Likewise.
4367 * gdb.objc/Makefile.in: Likewise.
4368 * gdb.opencl/Makefile.in: Likewise.
4369 * gdb.opt/Makefile.in: Likewise.
4370 * gdb.pascal/Makefile.in: Likewise.
4371 * gdb.perf/Makefile.in: Likewise.
4372 * gdb.python/Makefile.in: Likewise.
4373 * gdb.reverse/Makefile.in: Likewise.
4374 * gdb.server/Makefile.in: Likewise.
4375 * gdb.stabs/Makefile.in: Likewise.
4376 * gdb.threads/Makefile.in: Likewise.
4377 * gdb.trace/Makefile.in: Likewise.
4378 * gdb.xml/Makefile.in: Likewise.
4379 * lib/gdb.exp (make_gdb_parallel_path): Add check for
4380 GDB_PARALLEL.
4381 (standard_output_file): Remove check for GDB_PARALLEL, always
4382 return path in outputs/$subdir/$testname.
4383
437277d4
SM
43842016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4385
4386 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
4387 (site.exp): Assign abs_srcdir to tcl's srcdir.
4388
31d913c7
YQ
43892016-02-04 Yao Qi <yao.qi@linaro.org>
4390
4391 * gdb.base/foll-exec-mode.c: Include limits.h.
4392 (main): Add parameters argc and argv. Get directory from
4393 argv[0].
4394 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
4395 compilation.
4396 * gdb.base/foll-exec.c: Include limits.h.
4397 (main): Add parameters argc and argv.
4398 Get directory from argv[0].
4399 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
4400 Adjust tests on the number of lines as source code changed.
4401 * gdb.base/foll-vfork-exit.c: Include limits.h.
4402 (main): Add one line of statement before vfork.
4403 * gdb.base/foll-vfork.c: Include limits.h and string.h.
4404 (main): Add parameters argc and argv. Get directory from
4405 argv[0].
4406 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
4407 (setup_gdb): Set tbreak to skip some source lines.
4408 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
4409 (main): Add parameters argc and argv. Get directory from
4410 argv[0].
4411 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
4412 compilation.
4413 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
4414 (main): Add parameters argc and argv. Get directory from
4415 argv[0].
4416 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
4417 compilation.
4418
9482b9fb
DE
44192016-02-01 Doug Evans <dje@google.com>
4420
4421 * gdb.base/skip.exp: Clean up multiple references to same test name.
4422
6b2e4f10
PA
44232016-02-01 Pedro Alves <palves@redhat.com>
4424
ccb6afd6 4425 PR remote/19496
6b2e4f10
PA
4426 * gdb.threads/forking-threads-plus-breakpoint.exp
4427 (displaced_stepping_supported): New global.
4428 (probe_displaced_stepping_support): New procedure.
4429 (do_test): Add 'displaced' parameter, and use it.
4430 (top level): Check for displaced stepping support. Add displaced
4431 stepping on/off testing axis.
4432
37a8db1a
AB
44332016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4434
4435 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
4436 pointer. Don't perform further tests on the unassociated pointer
4437 if the first test fails.
4438
5fdf6324
AB
44392016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4440
4441 * gdb.base/max-value-size.c: New file.
4442 * gdb.base/max-value-size.exp: New file.
4443 * gdb.base/huge.exp: Disable max-value-size for this test.
4444
935c6144
IB
44452016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
4446
4447 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
4448
7fe8399d
YQ
44492016-01-28 Yao Qi <yao.qi@linaro.org>
4450
4451 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
4452
a2077e25
PA
44532016-01-25 Pedro Alves <palves@redhat.com>
4454
4455 PR threads/19461
4456 * gdb.base/fork-running-state.c: New file.
4457 * gdb.base/fork-running-state.exp: New file.
4458
1d2736d4
PA
44592016-01-25 Pedro Alves <palves@redhat.com>
4460
4461 PR gdb/19494
4462 * gdb.base/catch-fork-kill.c: New file.
4463 * gdb.base/catch-fork-kill.exp: New file.
4464
f1da4b11
PA
44652016-01-25 Pedro Alves <palves@redhat.com>
4466
4467 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
4468 Delete, moved to lib/gdb.exp.
4469 * gdb.threads/forking-threads-plus-breakpoint.exp
4470 (foreach_with_prefix): Likewise.
4471 * gdb.threads/process-dies-while-handling-bp.exp
4472 (foreach_with_prefix): Likewise.
4473 * lib/gdb.exp (foreach_with_prefix): New procedure.
4474
45f38546
MK
44752016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
4476
4477 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
4478 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
4479
dc29a1ce
MK
44802016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
4481
4482 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
4483 endian targets.
4484
092127d7
JK
44852016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4486 Pedro Alves <palves@redhat.com>
4487
4488 Fix testsuite compatibility with Guile.
4489 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
4490 number.
4491
31d765d3
JK
44922016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4493
4494 Fix testsuite compatibility with Guile.
4495 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
4496 (thread 1): New test for backtrace through signal handler.
4497
1ac78c04
YQ
44982016-01-22 Yao Qi <yao.qi@linaro.org>
4499
4500 PR testsuite/19491
4501 * gdb.base/multi-forks.c: Include
4502 ../lib/unbuffer_output.c
4503 (main): Call gdb_unbuffer_output.
4504
4f5946a8
DE
45052016-01-21 Doug Evans <dje@google.com>
4506
4507 * lib/ada.exp (gdb_compile_ada): Fix typo.
4508
305e13e6
JB
45092016-01-21 Joel Brobecker <brobecker@adacore.com>
4510
4511 * gdb.base/break-fun-addr.exp: New file.
4512 * gdb.base/break-fun-addr1.c: New file.
4513 * gdb.base/break-fun-addr2.c: New file.
4514
5f5dfff6
SM
45152016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
4516
4517 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
4518 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
4519 enum flag values.
4520
fd356fa2
AA
45212016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4522
4523 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
4524 when GDB can not set the vector return value. Add more comments
4525 for clarification.
4526
9df22175
AT
45272016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
4528
4529 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
4530 command.
4531
41d1845e
SM
45322016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4533
4534 * Makefile.in (DO_RUNTEST): Add --status and update usages.
4535
01ac6840
SM
45362016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4537
4538 * Makefile.in (check-single): Pass --status to runtest.
4539 (check/%.exp): Likewise.
4540
45412016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4542
4543 * Makefile.in (check-parallel): Propagate return code from make
4544 do-check-parallel.
4545
bd0a71fa
MK
45462016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
4547
4548 * gdb.trace/ftrace.exp: Fix expected message on continue.
4549 * gdb.trace/pending.exp: Fix expected message on continue.
4550 * gdb.trace/trace-break.exp: Fix expected message on continue.
4551
8bcbad33
SM
45522016-01-18 Simon Marchi <simon.marchi@ericsson.com>
4553
4554 * lib/gdb.exp (gdb_test): Remove unused global references.
4555
f303dbd6
PA
45562016-01-18 Pedro Alves <palves@redhat.com>
4557
4558 * gdb.base/async-shell.exp: Adjust expected output.
4559 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
4560 * gdb.base/siginfo-thread.exp: Adjust expected output.
4561 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
4562 * gdb.java/jnpe.exp: Adjust expected output.
4563 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
4564 * gdb.threads/continue-pending-status.exp: Adjust expected output.
4565 * gdb.threads/leader-exit.exp: Adjust expected output.
4566 * gdb.threads/manythreads.exp: Adjust expected output.
4567 * gdb.threads/pthreads.exp: Adjust expected output.
4568 * gdb.threads/schedlock.exp: Adjust expected output.
4569 * gdb.threads/siginfo-threads.exp: Adjust expected output.
4570 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
4571 expected output.
4572 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
4573 output.
4574 * gdb.threads/sigthread.exp: Adjust expected output.
4575 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
4576
b2789696
YQ
45772016-01-18 Yao Qi <yao.qi@linaro.org>
4578
4579 * gdb.guile/scm-section-script.c: Replace @progbits with
4580 %progbits.
4581 * gdb.python/py-section-script.c: Likewise.
4582
71ef29a8
PA
45832016-01-15 Pedro Alves <palves@redhat.com>
4584
4585 * gdb.multi/tids.exp: Test star wildcard ranges.
4586
3f5b7598
PA
45872016-01-15 Pedro Alves <palves@redhat.com>
4588
4589 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
4590 command from "thread apply" invocation.
4591 (thr_apply_info_thr_invalid): Default the expected output to the
4592 input tid list.
4593 (top level): Add tests that use convenience variables. Add tests
4594 for "thread apply" with a valid TID list, but missing the command.
4595
663f6d42
PA
45962016-01-13 Pedro Alves <palves@redhat.com>
4597
4598 * gdb.base/default.exp: Expect $_gthread as well.
4599 * gdb.multi/tids.exp: Test $_gthread.
4600 * gdb.threads/thread-specific.exp: Test $_gthread.
4601
c84f6bbf
PA
46022016-01-13 Pedro Alves <palves@redhat.com>
4603
4604 * gdb.multi/tids.exp: Test "info threads -gid".
4605
22a02324
PA
46062016-01-13 Pedro Alves <palves@redhat.com>
4607
4608 * gdb.multi/tids.exp: Test InferiorThread.global_num and
4609 Breakpoint.thread.
4610 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
4611
5d5658a1
PA
46122016-01-07 Pedro Alves <palves@redhat.com>
4613
4614 * gdb.base/break.exp: Adjust to output changes.
4615 * gdb.base/hbreak2.exp: Likewise.
4616 * gdb.base/sepdebug.exp: Likewise.
4617 * gdb.base/watch_thread_num.exp: Likewise.
4618 * gdb.linespec/keywords.exp: Likewise.
4619 * gdb.multi/info-threads.exp: Likewise.
4620 * gdb.threads/thread-find.exp: Likewise.
4621 * gdb.multi/tids.c: New file.
4622 * gdb.multi/tids.exp: New file.
4623
84654457
PA
46242016-01-13 Pedro Alves <palves@redhat.com>
4625
4626 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
4627
e3940304
PA
46282016-01-13 Pedro Alves <palves@redhat.com>
4629
4630 * gdb.base/default.exp: Expect $_inferior as well.
4631 * gdb.multi/base.exp: Test $_inferior.
4632
a911d87a
PA
46332016-01-13 Pedro Alves <palves@redhat.com>
4634
4635 PR breakpoints/19388
4636 * gdb.base/catch-signal-siginfo-cond.c: New file.
4637 * gdb.base/catch-signal-siginfo-cond.exp: New file.
4638
82075af2
JS
46392016-01-12 Josh Stone <jistone@redhat.com>
4640 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4641
4642 * gdb.base/catch-syscall.c (do_execve): New variable.
4643 (main): Conditionally trigger an execve.
4644 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
4645 (test_catch_syscall_execve): New, check entry/return across execve.
4646 (do_syscall_tests): Call test_catch_syscall_execve.
4647
e46eeedd
PA
46482016-01-12 Pedro Alves <palves@redhat.com>
4649
4650 * gdb.base/random-signal.exp (do_test): New procedure, with body
4651 of testcase moved in.
4652
01d8c27e
JK
46532016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4654 Pedro Alves <palves@redhat.com>
4655
4656 * gdb.base/funcargs.exp (finish from indirectly called function):
4657 Reintroduce the case for 'First'.
4658
9a706302
JK
46592016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4660 Pedro Alves <palves@redhat.com>
4661
4662 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
4663 (tcatch_vfork_then_child_follow_exec)
4664 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
4665 identification.
4666
c0ecb95f
JK
46672016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4668
4669 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
4670 and repeats to unlimited.
4671 * gdb.python/py-value.exp: Likewise.
4672 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
4673 and repeats to unlimited.
4674
6cfc1fcb
JK
46752016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4676
4677 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
4678 and reordering the functions.
4679 * gdb.multi/hangout.c: Likewise.
4680 * gdb.multi/hello.c: Likewise.
4681
582a1b00
SM
46822016-01-08 Simon Marchi <simon.marchi@ericsson.com>
4683
4684 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
4685 absolute.
4686 (SingleStatisticTestResult.report): Use dict.keys instead of
4687 dict.iterkeys.
4688
79bc59cb
PA
46892016-01-06 Pedro Alves <palves@redhat.com>
4690
4691 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
4692
43368e1d
MM
46932016-01-04 Markus Metzger <markus.t.metzger@intel.com>
4694
4695 * gdb.btrace/dlopen.exp: New.
4696 * gdb.btrace/dlopen.c: New.
4697 * gdb.btrace/dlopen-dso.c: New.
4698
79fad5b8
SL
46992015-12-25 Sandra Loosemore <sandra@codesourcery.com>
4700
4701 * lib/gdb.exp (gdb_test): Update comments to clarify that the
4702 PATTERN argument is optional.
4703
ab8314b3
JB
47042015-12-24 Joel Brobecker <brobecker@adacore.com>
4705
4706 * lib/ada.exp (target_compile_ada_from_dir): New function.
4707 (gdb_compile_ada): Reimplement avoiding the use of project files.
4708 * gdb.ada/gnat_ada.gpr: Delete.
4709 * gdb.ada/cond_lang.exp: Adjust test to make path before
4710 filename optional.
4711 * gdb.ada/small_reg_param.exp: Likewise.
4712
fe33faff
SM
47132015-12-22 Simon Marchi <simon.marchi@ericsson.com>
4714
4715 * gdb.base/foll-vork.exp: Remove HP-UX special case.
4716
6d265cb4
TP
47172015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
4718
4719 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
4720 case.
4721
10125099
SM
47222015-12-21 Simon Marchi <simon.marchi@ericsson.com>
4723
4724 * gdb.base/break.exp: Remove dead code.
4725 * gdb.base/sepdebug.exp: Likewise.
4726
3ca22649
SM
47272015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4728
4729 * gdb.asm/asm-source.exp: Remove HP-UX references.
4730 * gdb.base/annota1.exp: Likewise.
4731 * gdb.base/annota3.exp: Likewise.
4732 * gdb.base/attach.exp: Likewise.
4733 * gdb.base/bigcore.exp: Likewise.
4734 * gdb.base/break.exp: Likewise.
4735 * gdb.base/call-ar-st.exp: Likewise.
4736 * gdb.base/callfuncs.exp: Likewise.
4737 * gdb.base/catch-fork-static.exp: Likewise.
4738 * gdb.base/display.exp: Likewise.
4739 * gdb.base/foll-exec-mode.exp: Likewise.
4740 * gdb.base/foll-exec.exp: Likewise.
4741 * gdb.base/foll-fork.exp: Likewise.
4742 * gdb.base/foll-vfork.exp: Likewise.
4743 * gdb.base/funcargs.exp: Likewise.
4744 * gdb.base/hbreak2.exp: Likewise.
4745 * gdb.base/inferior-died.exp: Likewise.
4746 * gdb.base/interrupt.exp: Likewise.
4747 * gdb.base/multi-forks.exp: Likewise.
4748 * gdb.base/nodebug.exp: Likewise.
4749 * gdb.base/sepdebug.exp: Likewise.
4750 * gdb.base/solib1.c: Likewise.
4751 * gdb.base/step-test.exp: Likewise.
4752 * gdb.mi/non-stop.c: Likewise.
4753 * gdb.mi/pthreads.c: Likewise.
4754 * gdb.multi/bkpt-multi-exec.ex: Likewise.
4755 * gdb.threads/pthreads.c: Likewise.
4756 * gdb.threads/staticthreads.exp: Likewise.
4757 * lib/future.exp: Likewise.
4758 * lib/gdb.exp: Likewise.
4759 * gdb.base/so-indr-cl.c: Remove.
4760 * gdb.base/so-indr-cl.exp: Likewise.
4761 * gdb.base/solib.c: Likewise.
4762 * gdb.base/solib.exp: Likewise.
4763 * gdb.base/solib2.c: Likewise.
4764
b6304613
SM
47652015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4766
4767 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
4768 * gdb.base/call-ar-st.exp: Likewise.
4769 * gdb.base/callfuncs.exp: Likewise.
4770 * gdb.base/condbreak.exp: Likewise.
4771 * gdb.base/constvars.exp: Likewise.
4772 * gdb.base/hbreak2.exp: Likewise.
4773 * gdb.base/langs.exp: Likewise.
4774 * gdb.base/list.exp: Likewise.
4775 * gdb.base/long_long.exp: Likewise.
4776 * gdb.base/ptype.exp: Likewise.
4777 * gdb.base/scope.exp: Likewise.
4778 * gdb.base/signals.exp: Likewise.
4779 * gdb.base/so-impl-ld.exp: Likewise.
4780 * gdb.base/varargs.exp: Likewise.
4781 * gdb.base/volatile.exp: Likewise.
4782 * gdb.base/whatis.exp: Likewise.
4783 * gdb.cp/cplusfuncs.exp: Likewise.
4784 * gdb.cp/inherit.exp: Likewise.
4785 * gdb.cp/local.exp: Likewise.
4786 * gdb.cp/member-ptr.exp: Likewise.
4787 * gdb.cp/method.exp: Likewise.
4788 * gdb.cp/overload.exp: Likewise.
4789 * gdb.cp/templates.exp: Likewise.
4790 * gdb.stabs/weird.exp: Likewise.
4791 * lib/compiler.c: Likewise.
4792 * lib/compiler.cc: Likewise.
4793 * lib/cp-support.exp: Likewise.
4794 * lib/gdb.exp: Likewise.
4795
bf401b07
SM
47962015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
4797
4798 * configure.ac: Remove HP-UX case.
4799 * configure: Regenerate.
4800
aff9c0f8
SM
48012015-12-18 Simon Marchi <simon.marchi@ericsson.com>
4802
4803 * lib/gdb.exp (gdb_compile): Add function doc.
4804
a6904d5a
PA
48052015-12-17 Pedro Alves <palves@redhat.com>
4806
4807 PR threads/19354
4808 * gdb.multi/info-threads.exp: New file.
4809
a22279dd
YQ
48102015-12-15 Yao Qi <yao.qi@linaro.org>
4811
4812 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
4813 is aarch64*-*-*.
4814
0588c796
SL
48152015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4816
4817 * gdb.base/history-duplicates.exp: Skip if no readline support.
4818
5d978e17
SL
48192015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4820
4821 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
4822
7e763b86
SL
48232015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4824
4825 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
4826
87a3a92c
SL
48272015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4828
4829 * gdb.base/completion.exp: Skip tests that interrupt GDB with
4830 ctrl-C if nointerrupts target property is set.
4831 * gdb.base/double-prompt-target-event-error.exp: Likewise.
4832 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
4833 * gdb.base/paginate-bg-execution.exp: Likewise.
4834 * gdb.base/paginate-execution-startup.exp: Likewise.
4835 * gdb.base/random-signal.exp: Likewise.
4836 * gdb.base/range-stepping.exp: Likewise.
4837 * gdb.cp/annota2.exp: Likewise.
4838 * gdb.cp/annota3.exp: Likewise.
4839 * gdb.gdb/selftest.exp: Likewise.
4840 * gdb.threads/continue-pending-status.exp: Likewise.
4841 * gdb.threads/leader-exit.exp: Likewise.
4842 * gdb.threads/manythreads.exp: Likewise.
4843 * gdb.threads/pthreads.exp: Likewise.
4844 * gdb.threads/schedlock.exp: Likewise.
4845 * gdb.threads/sigthread.exp: Likewise.
4846
a8f077dc
DB
48472015-12-11 Don Breazeal <donb@codesourcery.com>
4848
4849 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
4850 remote.
4851 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
4852 * gdb.base/foll-exec.exp (main): Enable for target remote.
4853 * gdb.base/foll-fork.exp (main): Likewise.
4854 * gdb.base/foll-vfork.exp (main): Likewise.
4855 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
4856 (proc continue_to_exit_bp_loc): Use clean_restart.
4857 * gdb.base/pie-execl.exp (main): Disable for target remote.
4858 * gdb.base/watch-vfork.exp (main): Enable for target remote.
4859 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
4860 * gdb.threads/execl.exp (main): Likewise.
4861 * gdb.threads/fork-child-threads.exp (main): Likewise.
4862 * gdb.threads/fork-plus-threads.exp (main): Disable for target
4863 remote.
4864 * gdb.threads/fork-thread-pending.exp (main): Enable for target
4865 remote.
4866 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
4867 pid.tid style ptids, instead of just tid.
4868 * gdb.threads/thread-execl.exp (main): Enable for target remote.
4869 * gdb.threads/watchpoint-fork.exp (main): Likewise.
4870 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
4871 ptids, instead of just tid.
4872
3b2464a8
AB
48732015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4874
4875 * gdb.base/list.exp (test_list_forward): Add end of file error
4876 test.
4877 (test_repeat_list_command): Add end of file error test.
4878 (test_list_backwards): Add beginning of file error test.
4879
a0def019
AB
48802015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4881
4882 * gdb.base/list.exp (test_list_invalid_args): New function,
4883 defined, and called.
4884
5c000dff
AB
48852015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4886
4887 * gdb.base/list.exp (test_list): Make test names unique.
4888
f1637ebe
YQ
48892015-12-11 Yao Qi <yao.qi@linaro.org>
4890
4891 * gdb.base/coremaker2.c: Remove.
4892
36d6fc0a
PA
48932015-12-10 Pedro Alves <palves@redhat.com>
4894
4895 * gdb.multi/base.exp: Remove stale "spaces" references.
4896
762f7747
PA
48972015-12-10 Pedro Alves <palves@redhat.com>
4898
4899 * gdb.multi/base.exp: Don't use nowarnings.
4900 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
4901 * gdb.multi/hangout.c: Include stdio.h.
4902 * gdb.multi/hello.c: Include stdlib.h.
4903 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
4904 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
4905 * gdb.multi/multi-arch.exp: Don't use nowarnings.
4906
28d2bfb9
AB
49072015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
4908
4909 * gdb.dwarf2/dw2-ranges-base.c: New file.
4910 * gdb.dwarf2/dw2-ranges-base.exp: New file.
4911 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
4912 support additional line table, and debug ranges generation.
4913 (Dwarf::ranges): New function, generate .debug_ranges.
4914 (Dwarf::lines): Support generating simple line table programs.
4915 (Dwarf::assemble): Initialise new namespace variables.
4916
5fc2beac
KB
49172015-12-09 Kevin Buettner <kevinb@redhat.com>
4918
4919 * gdb.base/async.exp (proc test_background): Add case for
4920 asynchronous execution not supported.
4921
1c35a88f
LM
49222015-12-09 Luis Machado <lgustavo@codesourcery.com>
4923
4924 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
4925 format and change test names to make them unique.
4926
b593e3d9
RK
49272015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
4928 Pedro Alves <pedro@redhat.com>
4929
4930 PR gdb/18702
4931 Add checking of floatformats setup on x86_64 hosts.
4932 * gdb.arch/i386-float.S (main): Load bigval and smallval.
4933 (smallval, bigval): New labels/constants.
4934 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
4935 float" after loading bigval and smallval.
4936
d72413e6
PMR
49372015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
4938
4939 * gdb.ada/fun_overload_menu.exp: New testcase.
4940 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
4941
ece66d65
JS
49422015-12-04 Josh Stone <jistone@redhat.com>
4943
4944 * gdb.base/catch-fork-static.exp: New.
4945
41d0efca
YQ
49462015-12-03 Yao Qi <yao.qi@linaro.org>
4947
4948 * gdb.base/sizeof.c: Don't include stdio.h and
4949 ../lib/unbuffer_output.c.
4950 (main): New variable 'size' and 'value'. Remove printf and
4951 gdb_unbuffer_output. Assign return value to size and value.
4952 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
4953 at the beginning.
4954 (check_sizeof): Check the result by printing variable 'size'.
4955 (check_valueof): Check the result by printing variable 'value'.
4956
99fd02d9
YQ
49572015-12-01 Yao Qi <yao.qi@linaro.org>
4958
4959 * gdb.base/disp-step-syscall.exp: Define syscall instruction
4960 for aarch64*-*-linux* target.
4961
f2faf941
PA
49622015-11-30 Pedro Alves <palves@redhat.com>
4963
4964 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
4965
04bf20c5
PA
49662015-11-30 Pedro Alves <palves@redhat.com>
4967
4968 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
4969 Handle non-stop mode vCont replies.
4970
09df4675
PA
49712015-11-30 Pedro Alves <palves@redhat.com>
4972
4973 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
4974 prepare_for_testing. Start gdb with "set non-stop on" appended to
4975 GDBFLAGS. Lax expected stop output.
4976
58b584af
YQ
49772015-11-27 Yao Qi <yao.qi@linaro.org>
4978
4979 * gdb.arch/arm-neon.exp: New.
4980 * gdb.arch/arm-neon.c: New.
4981
dfcb77a8
YQ
49822015-11-27 Yao Qi <yao.qi@linaro.org>
4983
4984 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
4985
88e8ec1b
YQ
49862015-11-27 Yao Qi <yao.qi@linaro.org>
4987
4988 * gdb.cp/annota2.exp: Allow multiple occurrences of the
4989 frames-invalid annotation.
4990
bfde72c2
YQ
49912015-11-27 Yao Qi <yao.qi@linaro.org>
4992
4993 * gdb.cp/annota2.exp: Use ${frames_invalid}.
4994
f6512a69
SM
49952015-11-26 Simon Marchi <simon.marchi@ericsson.com>
4996
4997 * gdb.threads/names.exp: New file.
4998 * gdb.threads/names.c: New file.
4999 * README: Mention gdb,no_thread_names.
5000
46a3515b
MM
50012015-11-26 Markus Metzger <markus.t.metzger@intel.com>
5002
5003 PR 19297
5004 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
5005 support" error.
5006
62147a22
PA
50072015-11-24 Pedro Alves <palves@redhat.com>
5008
5009 PR 17539
5010 * gdb.base/display.exp: Expect displays to be sorted in ascending
5011 order. Use multi_line.
5012 * gdb.base/solib-display.exp: Likewise.
5013
2f341b6e
PA
50142015-11-24 Pedro Alves <palves@redhat.com>
5015
5016 PR 17539
25d49b86
PA
5017 * gdb.base/display.exp: Expect displays to be sorted in ascending
5018 order. Use multi_line.
5019 * gdb.base/solib-display.exp: Likewise.
2f341b6e 5020
7e0aa6aa
PA
50212015-11-24 Pedro Alves <palves@redhat.com>
5022
5023 PR 17539
5024 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
5025 threads in ascending order.
5026 * gdb.base/foll-fork.exp: Likewise.
5027 * gdb.base/foll-vfork.exp: Likewise.
5028 * gdb.base/multi-forks.exp: Likewise.
5029 * gdb.mi/mi-nonstop.exp: Likewise.
5030 * gdb.mi/mi-nsintrall.exp: Likewise.
5031 * gdb.multi/base.exp: Likewise.
5032 * gdb.multi/multi-arch.exp: Likewise.
5033 * gdb.python/py-inferior.exp: Likewise.
5034 * gdb.threads/break-while-running.exp: Likewise.
5035 * gdb.threads/execl.exp: Likewise.
5036 * gdb.threads/gcore-thread.exp: Likewise.
5037 * gdb.threads/info-threads-cur-sal.exp: Likewise.
5038 * gdb.threads/kill.exp: Likewise.
5039 * gdb.threads/linux-dp.exp: Likewise.
5040 * gdb.threads/multiple-step-overs.exp: Likewise.
5041 * gdb.threads/next-bp-other-thread.exp: Likewise.
5042 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
5043 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
5044 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
5045 * gdb.threads/thread-find.exp: Likewise.
5046 * gdb.threads/tls.exp: Likewise.
5047 * lib/mi-support.exp (mi_reverse_list): Delete.
5048 (mi_check_thread_states): No longer reverse list.
5049
2cc57ad8
PA
50502015-11-24 Pedro Alves <palves@redhat.com>
5051
5052 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
5053 use lowercase.
5054
c93e8391
SM
50552015-11-23 Simon Marchi <simon.marchi@ericsson.com>
5056
5057 * gdb.trace/actions.c: Include trace-common.h.
5058 (main): Add a location for a fast tracepoint.
5059 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
5060 the normal tracepoints.
5061 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
5062
045ccf91
SM
50632015-11-23 Simon Marchi <simon.marchi@ericsson.com>
5064
5065 * save-trace.exp: Factor out code to these...
5066 (gdb_save_tracepoints): New.
5067 (gdb_load_tracepoints): New.
5068 (do_save_load_test): New.
5069
5506f9f6
KB
50702015-11-23 Kevin Buettner <kevinb@redhat.com>
5071
5072 * gdb.base/asmlabel.exp: New test.
5073 * gdb.base/asmlabel.c: New test case.
5074
16c3b12f
JB
50752015-11-23 Joel Brobecker <brobecker@adacore.com>
5076
5077 * gdb.base/wrong_frame_bt_full-main.c: New file.
5078 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
5079 * gdb.base/wrong_frame_bt_full.exp: New file.
5080
155bfbd3
JB
50812015-11-23 Joel Brobecker <brobecker@adacore.com>
5082
5083 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
5084
bb097445
JM
50852015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
5086
206853a0 5087 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
5088 pstate register when comparing registers values in
5089 sparc64-*-linux-gnu targets to avoid spurious differences.
5090
9c88ed8f
JM
50912015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
5092
206853a0 5093 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 5094
96161e25
SL
50952015-11-19 Sandra Loosemore <sandra@codesourcery.com>
5096
5097 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
5098 as type argument to gdb_compile.
5099 * gdb.base/nested-subp2.exp: Likewise.
5100 * gdb.base/nested-subp3.exp: Likewise.
5101
340c2830
DV
51022015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
5103
5104 * lib/dwarf.exp (_note): Fix left shift of negative value.
5105 * gdb.trace/trace-condition.exp: Likewise.
5106
c1862d0f
YQ
51072015-11-13 Yao Qi <yao.qi@linaro.org>
5108
5109 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
5110 comments about d10v.
5111 (test_scalar_returns): Likewise.
5112 * gdb.base/d10v.ld: Remove.
5113 * gdb.base/overlays.exp: Remove the target triplet checking for
5114 d10v-*-*.
5115 * gdb.base/structs.exp (test_struct_returns): Remove the
5116 comments about d10v.
5117 (test_struct_calls): Likewise.
5118
77ae9c19
YQ
51192015-11-13 Yao Qi <yao.qi@linaro.org>
5120
5121 * gdb.base/gnu_vector.exp: Check the return value by "p res".
5122 * gdb.base/gnu_vector.c: Don't include stdio.h.
5123 (main): Don't print res and call add_some_intvecs.
5124
430e004e
MK
51252015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
5126
5127 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
5128 macro.
5129 (func5): Removed.
5130 (func4): Use FAST_TRACEPOINT_LABEL.
5131 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
5132 macro.
5133 (func): Removed.
5134 (thread_function): Use FAST_TRACEPOINT_LABEL.
5135 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
5136 (func): Remove.
5137 (marker): Use FAST_TRACEPOINT_LABEL.
5138 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
5139 (pendfunc1): Remove.
5140 (pendfunc): Use FAST_TRACEPOINT_LABEL.
5141 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
5142 (foo): Remove.
5143 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
5144 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
5145 macro.
5146 (func): Remove.
5147 (marker): Use FAST_TRACEPOINT_LABEL.
5148 * gdb.trace/trace-common.h: New header.
5149 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
5150 macro.
5151 (func): Remove.
5152 (marker): Use FAST_TRACEPOINT_LABEL.
5153 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
5154 (func): Remove.
5155 (thread_function): Use FAST_TRACEPOINT_LABEL.
5156
6e7675a7
MK
51572015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
5158
5159 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
5160 in front.
5161 * gdb.trace/change-loc.exp: Use global pcreg definition.
5162 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
5163 * gdb.trace/entry-values.exp: Use global spreg definition, add $
5164 in front.
5165 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
5166 * gdb.trace/pending.exp: Likewise.
5167 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
5168 * gdb.trace/trace-break.exp: Likewise.
5169 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
5170 in front.
5171 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
5172 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
5173 in front.
5174 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
5175
dddc0e16
JB
51762015-11-09 Joel Brobecker <brobecker@adacore.com>
5177
5178 * gdb.ada/fin_fun_out: New testcase.
5179
c6f0b406
KB
51802015-11-07 Kevin Buettner <kevinb@redhat.com>
5181
5182 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
5183 value associated with DW_AT_byte_size.
5184 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
5185 constants for DW_AT_byte_size, DW_AT_lower_bound, and
5186 DW_AT_upper_bound.
5187
f01dcfd9
KB
51882015-11-07 Kevin Buettner <kevinb@redhat.com>
5189
5190 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
5191 (gdb_target_symbol_prefix_flags): Define in terms of _asm
5192 version.
5193 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
5194 gdb.dwarf2/dw2-canonicalize-type.exp,
5195 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
5196 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
5197 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
5198 provided by gdb_target_symbol_prefix_flags_asm.
5199 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
5200 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
5201 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
5202 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
5203 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
5204 macros where needed). Use this macro for symbols which require
5205 the prefix provided by SYMBOL_PREFIX.
5206
2223449a
KB
52072015-11-05 Kevin Buettner <kevinb@redhat.com>
5208
5209 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
5210 New procs.
5211 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
5212 representing expressions, of more than one list element.
5213 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
5214 to prepend linker symbol prefix to f.
5215 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
5216 table_1 and table_2.
5217 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
5218 Likewise, for f and g.
5219 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
5220 for ptr.
5221 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
5222 for main.
5223 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
5224 table_1_ptr and table_2_ptr.
5225
6f2f1a3a
JK
52262015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5227 Joel Brobecker <brobecker@adacore.com>
5228
5229 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
5230
566c56c9
MK
52312015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
5232
5233 * gdb.reverse/s390-mvcle.c: New test.
5234 * gdb.reverse/s390-mvcle.exp: New file.
5235 * lib/gdb.exp: Enable reverse tests on s390*-linux.
5236
d5f0636b
MK
52372015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5238
5239 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
5240
7ad8b86c
MK
52412015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5242
5243 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
5244 reaching marker2.
5245 * gdb.reverse/getresuid-reverse.exp: Likewise.
5246 * gdb.reverse/pipe-reverse.exp: Likewise.
5247 * gdb.reverse/readv-reverse.exp: Likewise.
5248 * gdb.reverse/recvmsg-reverse.exp: Likewise.
5249 * gdb.reverse/time-reverse.exp: Likewise.
5250 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
5251
4081c0f1
YQ
52522015-10-30 Yao Qi <yao.qi@linaro.org>
5253
5254 * gdb.threads/wp-replication.c (watch_count_done): Remove.
5255 (empty_cycle): Remove.
5256 (main): Don't call empty_cycle. Don't use watch_count_done.
5257 * gdb.threads/wp-replication.exp: Don't set breakpoint on
5258 empty_cycle. Rewrite the code counting HW watchpoints.
5259
452b4ba5
MK
52602015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
5261
5262 * gdb.reverse/fstatat-reverse.c: New test.
5263 * gdb.reverse/fstatat-reverse.exp: New file.
5264 * gdb.reverse/getresuid-reverse.c: New test.
5265 * gdb.reverse/getresuid-reverse.exp: New file.
5266 * gdb.reverse/pipe-reverse.c: New test.
5267 * gdb.reverse/pipe-reverse.exp: New file.
5268 * gdb.reverse/readv-reverse.c: New test.
5269 * gdb.reverse/readv-reverse.exp: New file.
5270 * gdb.reverse/recvmsg-reverse.c: New test.
5271 * gdb.reverse/recvmsg-reverse.exp: New file.
5272 * gdb.reverse/time-reverse.c: New test.
5273 * gdb.reverse/time-reverse.exp: New file.
5274 * gdb.reverse/waitpid-reverse.c: New test.
5275 * gdb.reverse/waitpid-reverse.exp: New file.
5276
5e2e7507
JK
52772015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5278
5279 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
5280
0fde2c53
DE
52812015-10-26 Doug Evans <dje@google.com>
5282
5283 PR symtab/17391
5284 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
5285 * gdb.dwarf2/bad-regnum.c: New file.
5286 * gdb.dwarf2/bad-regnum.exp: New file.
5287
1a70ae97
DE
52882015-10-26 Doug Evans <dje@google.com>
5289
5290 PR python/18938
5291 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
5292 file.
5293
27dc26ab
JK
52942015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5295
5296 * gdb.compile/compile.exp (compile code globalvar): Update expectation
5297 for a change by "Mention language in compile error message".
5298
bed91f4d
SM
52992015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
5300
5301 PR python/18073
5302 * gdb.python/py-type.c (C::a_method): New.
5303 (C::a_const_method): New.
5304 (C::a_static_method): New.
5305 (a_function): New.
5306 * gdb.python/py-type.exp (test_fields): Test getting fields
5307 from function and method.
5308
3f2f83dd
KB
53092015-10-21 Keven Boell <keven.boell@intel.com>
5310
5311 * gdb.fortran/vla-alloc-assoc.exp: New file.
5312 * gdb.fortran/vla-datatypes.exp: New file.
5313 * gdb.fortran/vla-datatypes.f90: New file.
5314 * gdb.fortran/vla-history.exp: New file.
5315 * gdb.fortran/vla-ptype-sub.exp: New file.
5316 * gdb.fortran/vla-ptype.exp: New file.
5317 * gdb.fortran/vla-sizeof.exp: New file.
5318 * gdb.fortran/vla-sub.f90: New file.
5319 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
5320 * gdb.fortran/vla-value-sub-finish.exp: New file.
5321 * gdb.fortran/vla-value-sub.exp: New file.
5322 * gdb.fortran/vla-value.exp: New file.
5323 * gdb.fortran/vla-ptr-info.exp: New file.
5324 * gdb.mi/mi-vla-fortran.exp: New file.
5325 * gdb.mi/vla.f90: New file.
5326
27145d50
SL
53272015-10-21 Sandra Loosemore <sandra@codesourcery.com>
5328
5329 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
5330 of hardwired timeout value.
5331
5f3ff4f8
JK
53322015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5333 Pedro Alves <palves@redhat.com>
5334
5335 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
5336 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
5337
bfd09d20
JS
53382015-10-19 Josh Stone <jistone@redhat.com>
5339
5340 * gdb.base/catch-syscall.c: Include <sched.h>.
5341 (unknown_syscall): New variable.
5342 (main): Trigger a vfork and an unknown syscall.
5343 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
5344 (unknown_syscall_number): Likewise.
5345 (check_call_to_syscall): Accept an optional syscall pattern.
5346 (check_return_from_syscall): Likewise.
5347 (check_continue): Likewise.
5348 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
5349 (test_catch_syscall_skipping_return): New test toggling off 'catch
5350 syscall' to step over the syscall return, then toggling back on.
5351 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
5352 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
5353 (do_syscall_tests): Call test_catch_syscall_without_args and
5354 test_catch_syscall_mid_vfork.
5355 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
5356 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
5357
b32b93c6
AS
53582015-10-19 Andrew Stubbs <ams@codesourcery.com>
5359
5360 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
5361 print g_vE): Add new pass patterns.
5362 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
5363 print various symbol names for vptr fields.
5364
9d622bda
AB
53652015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
5366
5367 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
5368 results.
5369
0fd8ac1c
YQ
53702015-10-12 Yao Qi <yao.qi@linaro.org>
5371
5372 * gdb.arch/disp-step-insn-reloc.exp: New test case.
5373
34240514
YQ
53742015-10-12 Yao Qi <yao.qi@linaro.org>
5375
5376 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
5377 is aarch64*-*-linux*.
5378
8240f442
YQ
53792015-10-12 Yao Qi <yao.qi@linaro.org>
5380
5381 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
5382 (can_relocate_bcond_true): ... it.
5383 (can_relocate_bcond_false): New function.
5384 (foo): Likewise.
5385 (can_relocate_bl): Likewise.
5386 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
5387 can_relocate_bl.
5388
2520f728
PMR
53892015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
5390
5391 * gdb.base/nested-addr.c: New file.
5392 * gdb.base/nested-addr.exp: New testcase.
5393
abcef95a
MM
53942015-10-09 Markus Metzger <markus.t.metzger@intel.com>
5395
5396 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
5397 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
5398 its output. Ignore the output of "record goto begin" and instead
5399 check that GDB is replaying.
5400
145e3ddb
PA
54012015-10-09 Pedro Alves <palves@redhat.com>
5402
5403 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
5404 (top level): Use it in the run with no args test.
5405
d5d8c4e1
IB
54062015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
5407
5408 * gdb.dlang/properties.exp: New file.
5409
06e635ef
SL
54102015-10-02 Sandra Loosemore <sandra@codesourcery.com>
5411
5412 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
5413 whether or not address 0x1000 is mapped on the target.
5414
e019fd1d
SM
54152015-09-30 Simon Marchi <simon.marchi@ericsson.com>
5416
5417 * gdb.python/py-type.exp: Do not run tests if binaries fail to
5418 build.
5419
77ba2a67
MM
54202015-09-30 Markus Metzger <markus.t.metzger@intel.com>
5421
5422 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
5423 instruction-history test.
5424
c60eb31f
DE
54252015-09-28 Doug Evans <dje@google.com>
5426
5427 * gdb.base/gcore.c (array_func): Add reference to static_array.
5428
9a3c8263
SM
54292015-09-25 Simon Marchi <simon.marchi@ericsson.com>
5430
5431 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
5432 source line.
5433
9720e656
SL
54342015-09-24 Sandra Loosemore <sandra@codesourcery.com>
5435
5436 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
5437 short or char as base type.
5438
938d3bf2
SL
54392015-09-23 Sandra Loosemore <sandra@codesourcery.com>
5440
5441 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
5442 to allow any size enum.
5443
e6c2c623
PMR
54442015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
5445
5446 * gdb.ada/array_ptr_renaming.exp: New testcase.
5447 * gdb.ada/array_ptr_renaming/foo.adb: New file.
5448 * gdb.ada/array_ptr_renaming/pack.ads: New file.
5449
06da0f77
PL
54502015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5451
5452 * gdb.trace/ftrace-lock.c: New file.
5453 * gdb.trace/ftrace-lock.exp: New file.
5454
4f51c22a
PL
54552015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5456
5457 * gdb.arch/insn-reloc.c: New file.
5458 * gdb.arch/ftrace-insn-reloc.exp: New file.
5459
7041adf4
PL
54602015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5461
5462 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
5463 instruction.
5464 * gdb.trace/pendshr1.c (pendfunc): Likewise.
5465 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
5466 * gdb.trace/range-stepping.c: Likewise.
5467 * gdb.trace/trace-break.c: Likewise.
5468 * gdb.trace/trace-mt.c (thread_function): Likewise.
5469 * gdb.trace/ftrace.c (marker): Likewise.
5470 * gdb.trace/trace-condition.c (marker): Likewise.
5471 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
5472 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
5473 is_aarch64_target.
5474
015d2e7e
DE
54752015-09-18 Doug Evans <xdje42@gmail.com>
5476
5477 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
5478 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
5479
26b188a2
SL
54802015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5481
5482 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
5483 the breakpoint.
5484
79dc332b
SL
54852015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5486
5487 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
5488 the pending breakpoint. Remove timeout override for "Run till
5489 MI pending breakpoint on pendfunc3 on thread 2" test.
5490
f57929f2
SL
54912015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5492
5493 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
5494 filename pattern.
5495
3f469b17
SL
54962015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5497
5498 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
5499 in breakpoint filename pattern.
5500
515b89b3
SL
55012015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5502
7800dbe4
SL
5503 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
5504
55052015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5506
515b89b3
SL
5507 * gdb.linespec/explicit.exp: Check for readline support for
5508 tab-completion tests. Fix obvious typo.
5509
d2939ba2
MM
55102015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5511
5512 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
5513 and replay.
5514
cbb55fa7
MM
55152015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5516
5517 * gdb.btrace/non-stop.c: New.
5518 * gdb.btrace/non-stop.exp: New.
5519
43691ca1
PL
55202015-09-17 Pierre Langlois <pierre.langlois@arm.com>
5521 Yao Qi <yao.qi@linaro.org>
5522
5523 * gdb.trace/trace-condition.c: New file.
5524 * gdb.trace/trace-condition.exp: New file.
5525
d78908cf
WW
55262015-09-16 Wei-cheng Wang <cole945@gmail.com>
5527
5528 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
5529 for testing bytecode compilation.
5530
1ed415e2
PA
55312015-09-16 Pedro Alves <palves@redhat.com>
5532 Sandra Loosemore <sandra@codesourcery.com>
5533
5534 * gdb.threads/non-stop-fair-events.c (timeout): New global.
5535 (SECONDS): Redefine.
5536 (main): Call pthread_kill and alarm early.
5537 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
5538 support.
5539 (test): If the target can't hardware step and doesn't support
5540 displaced stepping, increase the timeout.
5541
d136eff5
PA
55422015-09-16 Pedro Alves <palves@redhat.com>
5543
5544 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
5545 (enable_debug): New procedures.
5546 (test): Use them. Bail out if waiting for threads fails.
5547 (top level): Bail out if a test fails.
5548
991f019c
YQ
55492015-09-16 Yao Qi <yao.qi@linaro.org>
5550
5551 * gdb.asm/asm-source.exp: Set asm-arch for
5552 aarch64*-*-* target.
5553 * gdb.asm/aarch64.inc: New file.
5554
bfca584f
PMR
55552015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
5556
5557 * gdb.ada/array_of_variable_length.exp: New testcase.
5558 * gdb.ada/array_of_variable_length/foo.adb: New file.
5559 * gdb.ada/array_of_variable_length/pck.adb: New file.
5560 * gdb.ada/array_of_variable_length/pck.ads: New file.
5561
b326e587
DE
55622015-09-15 Doug Evans <dje@google.com>
5563
5564 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
5565 of function static local variable.
5566
5382cfab
PW
55672015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5568
5569 * gdb.threads/tls-so_extern.exp: New test file.
5570 * gdb.threads/tls-so_extern.c: New test file.
5571 * gdb.threads/tls-so_extern_main.c: New test file.
5572
141c5cc4
JK
55732015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5574
5575 * gdb.opt/solib-intra-step-lib.c: New file.
5576 * gdb.opt/solib-intra-step-main.c: New file.
5577 * gdb.opt/solib-intra-step.exp: New file.
5578
d15dcecd
PA
55792015-09-15 Pedro Alves <palves@redhat.com>
5580
5581 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
5582 gdb_continue_to_breakpoint instead of gdb_test_multiple.
5583
4c2f2a79
PA
55842015-09-14 Pedro Alves <palves@redhat.com>
5585
5586 * gdb.base/hook-stop-continue.c: Delete.
5587 * gdb.base/hook-stop-continue.exp: Delete.
5588 * gdb.base/hook-stop-frame.c: Delete.
5589 * gdb.base/hook-stop-frame.exp: Delete.
5590 * gdb.base/hook-stop.c: New file.
5591 * gdb.base/hook-stop.exp: New file.
5592
919e6dbe
PMR
55932015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
5594
5595 * gdb.ada/access_to_packed_array.exp: New testcase.
5596 * gdb.ada/access_to_packed_array/foo.adb: New file.
5597 * gdb.ada/access_to_packed_array/pack.adb: New file.
5598 * gdb.ada/access_to_packed_array/pack.ads: New file.
5599
157280a4
MM
56002015-09-14 Markus Metzger <markus.t.metzger@intel.com>
5601
5602 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
5603 buffer size test.
5604
2fd33e94
DB
56052015-09-11 Don Breazeal <donb@codesourcery.com>
5606
5607 * gdb.base/foll-exec.c: Add copyright header. Fix
5608 formatting issues.
5609 * gdb.base/foll-exec.exp (zap_session): Delete proc.
5610 (do_exec_tests): Use clean_restart in place of zap_session,
5611 and for test initialization. Fix formatting issues. Use
5612 fail in place of perror.
5613 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
5614 an expect statement to match an expression with output from
5615 the program under debug.
5616 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
5617 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
5618 * gdb.threads/non-ldr-exc-2.exp: Likewise.
5619 * gdb.threads/non-ldr-exc-3.exp: Likewise.
5620 * gdb.threads/non-ldr-exc-4.exp: Likewise.
5621
e70b6e8e
DE
56222015-09-09 Doug Evans <dje@google.com>
5623
5624 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
5625
7a551a51
DE
56262015-09-09 Doug Evans <dje@google.com>
5627
5628 * gdb.base/pie-execl.exp: Fix result test of build_executable.
5629
4c666f84
DE
56302015-09-09 Doug Evans <dje@google.com>
5631
5632 * gdb.base/savedregs.exp: Fix typo.
5633
243a9253
PA
56342015-09-09 Pedro Alves <palves@redhat.com>
5635
5636 * gdb.mi/mi-cli.exp: Add CLI finish tests.
5637
c0fa8fbd
SL
56382015-09-08 Sandra Loosemore <sandra@codesourcery.com>
5639
5640 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
5641 command actually switches threads. Give up on remaining
5642 tests if target fails to stop at breakpoint.
5643
cd7c1778
PMR
56442015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
5645
5646 * gdb.ada/funcall_char.exp: New testcase.
5647 * gdb.ada/funcall_char/foo.adb: New file.
5648
dc5c8746
PMR
56492015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
5650
5651 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
5652 expected outputs. Add two testcases for completing ambiguous
5653 functions.
5654 * gdb.ada/complete/aux_pck.adb: New file.
5655 * gdb.ada/complete/aux_pck.ads: New file.
5656 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
5657 Ambiguous_Func functions.
5658 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
5659 * gdb.ada/complete/pck.adb: Likewise.
5660
4e83a1e7
UW
56612015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
5662
5663 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
5664 failures to run the test program under GDB.
5665
8ce74153
LM
56662015-08-26 Luis Machado <lgustavo@codesourcery.com>
5667
5668 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
5669 to C.
5670
e9756d52
PP
56712015-08-26 Patrick Palka <patrick@parcs.ath.cx>
5672
5673 * gdb.base/run-after-attach.exp: New test file.
5674 * gdb.base/run-after-attach.c: New test file.
5675
8d37573b
DB
56762015-08-26 Don Breazeal <donb@codesourcery.com>
5677
5678 * gdb.base/foll-exec-2.c: New test program.
5679 * gdb.base/foll-exec-2.exp: New test.
5680
63e43d3a
PMR
56812015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
5682
5683 * gdb.base/nested-subp1.exp: New file.
5684 * gdb.base/nested-subp1.c: New file.
5685 * gdb.base/nested-subp2.exp: New file.
5686 * gdb.base/nested-subp2.c: New file.
5687 * gdb.base/nested-subp3.exp: New file.
5688 * gdb.base/nested-subp3.c: New file.
5689
3d40fbb5
PA
56902015-08-24 Pedro Alves <palves@redhat.com>
5691
5692 * gdb.server/connect-without-multi-process.c: New file.
5693 * gdb.server/connect-without-multi-process.exp: New file.
5694
4422ac93
LM
56952015-08-24 Luis Machado <lgustavo@codesourcery.com>
5696
5697 * gdb.opt/inline-markers.c: Make z int.
5698
91dddb86
LM
56992015-08-24 Luis Machado <lgustavo@codesourcery.com>
5700
5701 * gdb.opt/inline-markers.c: Make z volatile.
5702
a48847ee
LM
57032015-08-24 Luis Machado <lgustavo@codesourcery.com>
5704
5705 * gdb.opt/inline-bt.c: New volatile global z.
5706 * gdb.opt/inline-cmds.c: Likewise.
5707 * gdb.opt/inline-locals.c: Likewise.
5708 * gdb.opt/inline-markers.c: New extern global z.
5709 (marker): Use z.
5710 (inline_fn): Likewise.
5711
0ebbc52b
PA
57122015-08-24 Pedro Alves <palves@redhat.com>
5713
5714 * config/m32r-stub.exp: Remove file.
5715 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
5716 * gdb.base/call-rt-st.exp: Likewise.
5717 * gdb.base/call-strs.exp: Likewise.
5718 * gdb.base/default.exp: Remove references to h8300-*-hms and
5719 *-*-udi*.
5720 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
5721
77c365df
AA
57222015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5723
5724 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
5725 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
5726 and "return" use KFAIL when GDB can not read/write the vector
5727 return value.
5728
4313b8c0
GB
57292015-08-21 Gary Benson <gbenson@redhat.com>
5730
5731 * gdb.trace/pending.exp: Cope with remote transfer warnings.
5732
0e433b32
PA
57332015-08-20 Pedro Alves <palves@redhat.com>
5734
5735 * gdb.server/solib-list.exp: No longer expect an interior stop in
5736 non-stop mode.
5737
221e1a37
PA
57382015-08-20 Pedro Alves <palves@redhat.com>
5739
5740 * gdb.server/connect-stopped-target.c: New file.
5741 * gdb.server/connect-stopped-target.exp: New file.
5742
40e3ad0e
PA
57432015-08-20 Pedro Alves <palves@redhat.com>
5744
5745 * gdb.dwarf2/comp-unit-lang.exp: New file.
5746 * gdb.dwarf2/comp-unit-lang.c: New file.
5747
af39b327
PMR
57482015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
5749
5750 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
5751 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
5752
7d45c7c3 57532015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 5754
7d45c7c3
KB
5755 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
5756 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
5757
4d6cceb4
DE
57582015-08-18 Doug Evans <dje@google.com>
5759 Adrian Sendroiu <adrian.sendroiu@freescale.com>
5760
5761 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
5762 skip_python_tests. New arg prompt_regexp.
5763 (skip_python_tests): New function.
5764 * lib/mi-support.exp (mi_skip_python_tests): New function.
5765 * gdb.python/py-mi-objfile-gdb.py: New file.
5766 * gdb.python/py-mi-objfile.c: New file.
5767 * gdb.python/py-mi-objfile.exp: New file.
5768
ad89c2aa
KS
57692015-08-17 Keith Seitz <keiths@redhat.com>
5770
5771 * gdb.linespec/explicit.exp: Move strace test from here ...
5772 * gdb.trace/strace.exp: ... to here.
5773
e3ae3c43
PP
57742015-08-15 Patrick Palka <patrick@parcs.ath.cx>
5775
5776 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
5777 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
5778
604b2636
DE
57792015-08-14 Doug Evans <xdje42@gmail.com>
5780
5781 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
5782 inferior before selecting a new file.
5783
6ff0ba5f
DE
57842015-08-14 Doug Evans <xdje42@gmail.com>
5785
5786 * gdb.mi/mi-disassemble.exp: Update.
5787 * gdb.base/disasm-optim.S: New file.
5788 * gdb.base/disasm-optim.c: New file.
5789 * gdb.base/disasm-optim.h: New file.
5790 * gdb.base/disasm-optim.exp: New file.
5791
9ca98f92
KS
57922015-08-14 Keith Seitz <keiths@redhat.com>
5793
5794 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
5795 "evaluated-by".
5796
52bbc560
JB
57972015-08-13 Joel Brobecker <brobecker@adacore.com>
5798
5799 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
5800
5d8c3ed3
PMR
58012015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
5802
5803 * gdb.ada/fun_renaming.exp: New testcase.
5804 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
5805 * gdb.ada/fun_renaming/pack.adb: New file.
5806 * gdb.ada/fun_renaming/pack.ads: New file.
5807
ea8812bc
KS
58082015-08-12 Keith Seitz <keiths@redhat.com>
5809
5810 * gdb.base/dso2dso.exp: Pass basename of source file in call to
5811 gdb_get_line_number.
5812
4dafcdeb
JB
58132015-08-12 Joel Brobecker <brobecker@adacore.com>
5814
5815 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
5816 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
5817 gdb.base/dso2dso.exp: New files.
5818
5ba32597
SDJ
58192015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
5820 Pedro Alves <palves@redhat.com>
5821 Keith Seitz <keiths@redhat.com>
5822
5823 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
5824 GDBFLAGS.
5825
b6dafabf
PP
58262015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5827
5828 * gdb.base/gdbhistsize-history.exp
5829 (test_histsize_history_setting): Use save_vars.
5830 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
5831 Use save_vars.
5832 (test_no_truncation_of_unlimited_history_file): Use save_vars.
5833 * gdb.base/readline.exp: Use save_vars.
5834
abe8e607
PP
58352015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5836
5837 * lib/gdb.exp (save_vars): New proc.
5838
629500fa
KS
58392015-08-11 Keith Seitz <keiths@redhat.com>
5840
5841 * gdb.base/help.exp: Update help_breakpoint_text.
5842
eb8c4e2e
KS
58432015-08-11 Keith Seitz <keiths@redhat.com>
5844
5845 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
5846 (at toplevel): Call test_explicit_breakpoints.
5847 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
5848 breakpoints.
5849 * lib/mi-support.exp (mi_make_breakpoint): Add support for
5850 breakpoint conditions, "-cond".
5851
87f0e720
KS
58522015-08-11 Keith Seitz <keiths@redhat.com>
5853
5854 * gdb.linespec/3explicit.c: New file.
5855 * gdb.linespec/cpexplicit.cc: New file.
5856 * gdb.linespec/cpexplicit.exp: New file.
5857 * gdb.linespec/explicit.c: New file.
5858 * gdb.linespec/explicit.exp: New file.
5859 * gdb.linespec/explicit2.c: New file.
5860 * gdb.linespec/ls-errs.exp: Add explicit location tests.
5861 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
5862 before using in the matching pattern.
5863 Clarify that `prefix' is a regular expression.
5864
f00aae0f
KS
58652015-08-11 Keith Seitz <keiths@redhat.com>
5866
5867 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
5868 test.
5869 Add tests for missing ",FMT" and ",".
5870
e27852be
DE
58712015-08-10 Doug Evans <dje@google.com>
5872 Keith Seitz <keiths@redhat.com>
5873
5874 PR gdb/17960
5875 * gdb.base/completion.exp: Add location completer tests.
5876
7f03bd92
PA
58772015-08-07 Pedro Alves <palves@redhat.com>
5878
5879 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
5880 tests here.
5881 (top level): Run do_test with and without displaced stepping.
5882
3fc8eb30
PA
58832015-08-07 Pedro Alves <palves@redhat.com>
5884
5885 * gdb.base/valgrind-disp-step.c: New file.
5886 * gdb.base/valgrind-disp-step.exp: New file.
5887
d4569d7b
PA
58882015-08-07 Pedro Alves <palves@redhat.com>
5889
5890 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
5891 Delete function.
5892 (main): Add alarm. Run an infinite loop instead of calling
5893 wait_threads.
5894 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
5895 comment.
5896 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
5897 Delete function.
5898 (main): Add alarm. Run an infinite loop instead of calling
5899 wait_threads.
5900 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
5901 comment.
5902
e1316e60
PA
59032015-08-07 Pedro Alves <palves@redhat.com>
5904
5905 * gdb.base/checkpoint-ns.exp: New file.
5906 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
5907 standard_testfile.
5908
da8c46d2
MM
59092015-08-07 Markus Metzger <markus.t.metzger@intel.com>
5910
5911 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
5912 * gdb.btrace/instruction_history.exp: Update.
5913 * gdb.btrace/tsx.exp: New.
5914 * gdb.btrace/tsx.c: New.
5915
de1c2c52
PA
59162015-08-06 Pedro Alves <palves@redhat.com>
5917
5918 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
5919 increase timeout.
5920 * gdb.reverse/until-precsave.exp: Bump timeouts.
5921
782e0bf4
PA
59222015-08-06 Pedro Alves <palves@redhat.com>
5923
5924 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
5925
83e97ed0
PA
59262015-08-06 Pedro Alves <palves@redhat.com>
5927
5928 PR gdb/18749
5929 * gdb.threads/process-dies-while-handling-bp.c: New file.
5930 * gdb.threads/process-dies-while-handling-bp.exp: New file.
5931
863d01bd
PA
59322015-08-06 Pedro Alves <palves@redhat.com>
5933
5934 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
5935 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
5936
0a39bb32
PA
59372015-08-05 Pedro Alves <palves@redhat.com>
5938
5939 * gdb.threads/next-while-other-thread-longjmps.c: New file.
5940 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
5941
ee2d2b10
SL
59422015-08-03 Sandra Loosemore <sandra@codesourcery.com>
5943
5944 * gdb.base/bp-permanent.exp: Report test as unsupported if
5945 the target cannot stop at the permanent breakpoint.
5946
4e1bdb00
DE
59472015-08-03 Doug Evans <dje@google.com>
5948
5949 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
5950 10000.
5951
3d338901
DE
59522015-08-03 Doug Evans <dje@google.com>
5953
5954 * Makefile.in (workers/%.worker, build-perf): New rule.
5955 (GDB_PERFTEST_MODE): New variable.
5956 (check-perf): Use it.
5957 (clean): Clean up gdb.perf parallel build subdirs.
5958 * lib/build-piece.exp: New file.
5959 * lib/gdb.exp (make_gdb_parallel_path): New function
5960 (standard_output_file, standard_temp_file): Call it.
5961 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
5962 of $GDB_PARALLEL.
5963 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
5964
af061d3e
DE
59652015-08-03 Doug Evans <dje@google.com>
5966
8e1afc81 5967 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
5968 (LOG_FILE_NAME): New global.
5969 (TextReporter.__init__): Initialize self.txt_sum.
5970 (TextReporter.report): Add support for multiple data-points.
5971 Move report to perftest.sum, put raw data in perftest.log.
5972 (TextReporter.start): Open sum and log files.
5973 (TextReporter.end): Close sum and log files.
8e1afc81
DE
5974 * gdb.perf/lib/perftest/testresult.py
5975 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 5976
2c8c5d37
PA
59772015-07-31 Pedro Alves <palves@redhat.com>
5978
5979 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
5980 Use spawn_id_get_pid. Wait for spawn id after eof. Use
5981 kill_wait_spawned_process instead of explicit "kill -9".
5982 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
5983 returning a spawn id instead of a pid. Use spawn_id_get_pid and
5984 kill_wait_spawned_process.
5985 * gdb.base/attach-twice.exp: Likewise.
5986 * gdb.base/attach.exp: Likewise.
5987 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
5988 gdb_test_multiple.
5989 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
5990 returning a spawn id instead of a pid. Use spawn_id_get_pid and
5991 kill_wait_spawned_process.
5992 * gdb.base/valgrind-infcall.exp: Likewise.
5993 * gdb.multi/multi-attach.exp: Likewise.
5994 * gdb.python/py-prompt.exp: Likewise.
5995 * gdb.python/py-sync-interp.exp: Likewise.
5996 * gdb.server/ext-attach.exp: Likewise.
5997 * gdb.threads/attach-into-signal.exp (corefunc): Use
5998 spawn_wait_for_attach, spawn_id_get_pid and
5999 kill_wait_spawned_process.
6000 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
6001 spawn_wait_for_attach returning a spawn id instead of a pid. Use
6002 spawn_id_get_pid and kill_wait_spawned_process.
6003 * gdb.threads/attach-stopped.exp (corefunc): Use
6004 spawn_wait_for_attach, spawn_id_get_pid and
6005 kill_wait_spawned_process.
6006 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
6007 Use spawn_id_get_pid. Wait for spawn id after eof. Use
6008 kill_wait_spawned_process instead of explicit "kill -9".
6009 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
6010 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
6011 (spawn_wait_for_attach): Use spawn instead of exec to spawn
6012 processes. Don't map cygwin/windows pids here. Now returns a
6013 spawn id list.
6014
032a0fca
SL
60152015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6016
6017 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
6018 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
6019 correct patch.
6020
61a934ca
SL
60212015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6022
6023 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
6024
4bc4d428
SL
60252015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6026
6027 Reapply:
6028 2014-05-21 Mark Wielaard <mjw@redhat.com>
6029
6030 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
6031
998d452a
PA
60322015-07-30 Pedro Alves <palves@redhat.com>
6033
6034 * linux-low.c (handle_extended_wait): Set the child's last
6035 reported status to TARGET_WAITKIND_STOPPED.
6036
69dde7dc
PA
60372015-07-30 Pedro Alves <palves@redhat.com>
6038
6039 PR threads/18600
6040 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
6041 only shows inferior 1.
6042
4dd63d48
PA
60432015-07-30 Simon Marchi <simon.marchi@ericsson.com>
6044 Pedro Alves <palves@redhat.com>
6045
6046 PR threads/18600
6047 * gdb.threads/fork-plus-threads.c: New file.
6048 * gdb.threads/fork-plus-threads.exp: New file.
6049
d618e4c5
PP
60502015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6051
6052 * gdb.base/batch-preserve-term-settings.exp
6053 (test_terminal_settings_preserved_after_cli_exit): Use
6054 send_quit_command.
6055
1eef6428
PA
60562015-07-29 Pedro Alves <palves@redhat.com>
6057 Don Breazeal <donb@codesourcery.com>
6058
6059 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
6060 output from both inferior_spawn_id and gdb_spawn_id.
6061
7da5b897
SDJ
60622015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
6063
6064 * gdb.threads/attach-into-signal.exp (corefunc): Use
6065 with_test_prefix on nested loops, uniquefying the test messages.
6066
dac804df
SDJ
60672015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
6068
6069 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
6070 commit.
6071
06265e53
PP
60722015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6073
6074 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
6075 New proc.
6076 (test_terminal_settings_preserved_after_sigterm): New test.
6077
18206ca3
PP
60782015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6079
6080 * gdb.base/batch-preserve-term-settings.exp
6081 (test_terminal_settings_preserved_after_cli_exit): New test.
6082
90074d11
PP
60832015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6084
6085 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
6086 manipulation of saved_gdbflags.
6087 (test_terminal_settings_preserved): Remove global declaration of
6088 the unused variable pagination_prompt. Remove manipulation of
6089 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
6090 GDBFLAGS.
6091
eb1a7902
PA
60922015-07-29 Pedro Alves <palves@redhat.com>
6093
6094 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
6095
8b75dd3b
PA
60962015-07-29 Pedro Alves <palves@redhat.com>
6097
6098 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
6099 at the top.
6100
dedad4e3
PA
61012015-07-29 Pedro Alves <palves@redhat.com>
6102
6103 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
6104 (main): Call gdb_unbuffer_output.
6105 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
6106 (main): Call gdb_unbuffer_output.
6107 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
6108 (main): Call gdb_unbuffer_output.
6109 * gdb.base/call-strs.exp: Adjust to step over the
6110 gdb_unbuffer_output call.
6111 * gdb.base/catch-gdb-caused-signals.c: Include
6112 "../lib/unbuffer_output.c".
6113 (main): Call gdb_unbuffer_output.
6114 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
6115 (main): Call gdb_unbuffer_output.
6116 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
6117 (main): Call gdb_unbuffer_output.
6118 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
6119 (main): Call gdb_unbuffer_output.
6120 * gdb.base/shlib-call.exp: Adjust to step over the
6121 gdb_unbuffer_output call.
6122 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
6123 (main): Call gdb_unbuffer_output.
6124 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
6125 (main): Call gdb_unbuffer_output.
6126 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
6127 (main): Rename to ...
6128 (test): ... this.
6129 (main): Reimplement.
6130 * gdb.base/varargs.exp: Run to test instead of to main.
6131 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
6132 (main): Call gdb_unbuffer_output.
6133
58789a91
PA
61342015-07-29 Pedro Alves <palves@redhat.com>
6135
6136 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
6137 factore out from mi_continue_dprintf. For call-style dprintfs,
6138 expect dprintf output out of $inferior_spawn_id.
6139 (mi_continue_dprintf): Use mi_expect_dprintf.
6140 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
6141 (main): Call gdb_unbuffer_output.
6142
e8376742
PA
61432015-07-29 Pedro Alves <palves@redhat.com>
6144
6145 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
6146 (default_mi_gdb_start): Set inferior_spawn_id instead of
6147 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
6148 gdb_spawn_id.
6149 (mi_gdb_test): Always expect inferior output from both
6150 $inferior_spawn_id and $gdb_spawn_id.
6151
08280010
PA
61522015-07-29 Pedro Alves <palves@redhat.com>
6153
6154 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
6155 send_inferior and $inferior_spawn_id.
6156
4d30e432
PA
61572015-07-29 Pedro Alves <palves@redhat.com>
6158
6159 * gdb.gdb/complaints.exp (test_initial_complaints)
6160 (test_serial_complaints, test_short_complaints): Use
6161 gdb_test_stdio.
6162 (test_empty_complaint): Handle $inferior_spawn_id !=
6163 $gdb_spawn_id.
6164
0d30a335
PA
61652015-07-29 Pedro Alves <palves@redhat.com>
6166
6167 * gdb.base/varargs.exp: Use gdb_test_stdio.
6168
39413b29
PA
61692015-07-29 Pedro Alves <palves@redhat.com>
6170
6171 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
6172
7cb000a9
PA
61732015-07-29 Pedro Alves <palves@redhat.com>
6174
6175 * gdb.base/ending-run.exp: Use gdb_test_stdio.
6176
d7b8ac82
PA
61772015-07-29 Pedro Alves <palves@redhat.com>
6178
6179 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
6180 parameter into two new parameters, "inf_result" and "gdb_result".
6181 Expect inferior output and gdb output from $inferior_spawn_id and
6182 $gdb_spawn_id, respectively. Adjust all callers.
6183
789c3a0c
PA
61842015-07-29 Pedro Alves <palves@redhat.com>
6185
6186 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
6187 of gdb_test_sequence.
6188
77e760c3
PA
61892015-07-29 Pedro Alves <palves@redhat.com>
6190
6191 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
6192 (saw_spurious_output): Expect inferior output from
6193 $inferior_spawn_id. Use gdb_test_stdio.
6194
8396d2cd
PA
61952015-07-29 Pedro Alves <palves@redhat.com>
6196
6197 * gdb.base/dprintf.exp: Use standard_testfile. Change
6198 prepare_for_testing call.
6199 (srcfile): Don't set.
6200 (restart): New procedure.
6201 (test_dprintf): New procecure, use to continue over dprintfs.
6202 (test_call, test_agent): New procedures, tests moved here.
6203 Restart gdb and recreate dprintfs. Adjust expected output.
6204
2051d61f
PA
62052015-07-29 Pedro Alves <palves@redhat.com>
6206
6207 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
6208
452397af
PA
62092015-07-29 Pedro Alves <palves@redhat.com>
6210
6211 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
6212
8aed9555
PA
62132015-07-29 Pedro Alves <palves@redhat.com>
6214
6215 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
6216 gdb_test_stdio.
6217
188a61b4
PA
62182015-07-29 Pedro Alves <palves@redhat.com>
6219
6220 * lib/gdb.exp (gdb_test_stdio): New procedure.
6221
12264a45
PA
62222015-07-29 Pedro Alves <palves@redhat.com>
6223
6224 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
6225
23ffc893
PA
62262015-07-29 Pedro Alves <palves@redhat.com>
6227
6228 * gdb.base/call-signal-resume.exp: Remove check for
6229 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
6230 * gdb.base/unwindonsignal.exp: Likewise.
6231 * gdb.base/call-signals.c (gen_signal): Remove printf call.
6232 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
6233
65566918
PA
62342015-07-29 Pedro Alves <palves@redhat.com>
6235
6236 * gdb.base/siginfo-addr.c (pass): New function.
6237 (handler): Call it iff si_addr is correct.
6238 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
6239 Set a breakpoint at "pass" and continue to it.
6240
d60a9221
SDJ
62412015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
6242
6243 * gdb.python/py-objfile.exp: Make some tests have unique names.
6244 * gdb.python/py-pp-registration.exp: Likewise.
6245
bde40b8f
PA
62462015-07-28 Pedro Alves <palves@redhat.com>
6247
6248 * gdb.server/server-exec-info.exp: Issue a "disconnect".
6249
13e1dec8
SM
62502015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6251
6252 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
6253
da33c9a7
SM
62542015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6255
6256 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
6257
077836f7
PP
62582015-07-27 Patrick Palka <patrick@parcs.ath.cx>
6259
6260 * gdb.base/gdb-sigterm-2.exp: New test.
6261
b8cc7b2e
DE
62622015-07-25 Doug Evans <xdje42@gmail.com>
6263
6264 Revert:
6265 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6266 (workers/%.worker, build-perf): New rule.
6267 (GDB_PERFTEST_MODE): New variable.
6268 (check-perf): Use it.
6269 (clean): Clean up gdb.perf parallel build subdirs.
6270 * lib/build-piece.exp: New file.
6271 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6272 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6273 name.
6274 (standard_temp_file): Ditto.
6275 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6276 of $GDB_PARALLEL.
6277
c8bd4544
DE
62782015-07-24 Doug Evans <dje@google.com>
6279
6280 * gdb.perf/lib/perftest/utils.py: New file.
6281 * gdb.perf/gm-hello.cc: New file.
6282 * gdb.perf/gm-pervasive-typedef.cc: New file.
6283 * gdb.perf/gm-pervasive-typedef.h: New file.
6284 * gdb.perf/gm-std.cc: New file.
6285 * gdb.perf/gm-std.h: New file.
6286 * gdb.perf/gm-use-cerr.cc: New file.
6287 * gdb.perf/gm-utils.h: New file.
6288 * gdb.perf/gmonster-null-lookup.py: New file.
6289 * gdb.perf/gmonster-pervasive-typedef.py: New file.
6290 * gdb.perf/gmonster-print-cerr.py: New file.
6291 * gdb.perf/gmonster-ptype-string.py: New file.
6292 * gdb.perf/gmonster-runto-main.py: New file.
6293 * gdb.perf/gmonster-select-file.py: New file.
6294 * gdb.perf/gmonster1-null-lookup.exp: New file.
6295 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
6296 * gdb.perf/gmonster1-print-cerr.exp: New file.
6297 * gdb.perf/gmonster1-ptype-string.exp: New file.
6298 * gdb.perf/gmonster1-runto-main.exp: New file.
6299 * gdb.perf/gmonster1-select-file.exp: New file.
6300 * gdb.perf/gmonster1.cc: New file.
6301 * gdb.perf/gmonster1.exp: New file.
6302 * gdb.perf/gmonster2-null-lookup.exp: New file.
6303 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
6304 * gdb.perf/gmonster2-print-cerr.exp: New file.
6305 * gdb.perf/gmonster2-ptype-string.exp: New file.
6306 * gdb.perf/gmonster2-runto-main.exp: New file.
6307 * gdb.perf/gmonster2-select-file.exp: New file.
6308 * gdb.perf/gmonster2.cc: New file.
6309 * gdb.perf/gmonster2.exp: New file.
6310
6eab34f3
DE
63112015-07-24 Doug Evans <dje@google.com>
6312
6313 * gdb.perf/README: New file.
6314 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
6315 * lib/gen-perf-test.exp: New file.
6316
63738bfd
DE
63172015-07-24 Doug Evans <dje@google.com>
6318
6319 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
6320 (PerfTest::startup): New function.
6321 (PerfTest::run): Return result of calling body.
6322 (PerfTest::assemble): Rewrite.
6323 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
6324 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
6325 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
6326 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
6327 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
6328
7b606f95
DE
63292015-07-24 Doug Evans <dje@google.com>
6330
6331 * lib/gdb.exp (clean_restart): Make executable optional.
6332
a97b16b8
DE
63332015-07-24 Doug Evans <dje@google.com>
6334
6335 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
6336 compiler_info references.
6337 * gdb.cp/temargs.exp: Ditto.
6338 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
6339 (get_compiler_info): Early exit if already computed. Set compiler_info
6340 to "unknown" if there was a problem.
6341 (test_compiler_info): Add function comment. Call get_compiler_info.
6342
35baa57f
DE
63432015-07-24 Doug Evans <dje@google.com>
6344
6345 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6346 (workers/%.worker, build-perf): New rule.
6347 (GDB_PERFTEST_MODE): New variable.
6348 (check-perf): Use it.
6349 (clean): Clean up gdb.perf parallel build subdirs.
6350 * lib/build-piece.exp: New file.
6351 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6352 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6353 name.
6354 (standard_temp_file): Ditto.
6355 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6356 of $GDB_PARALLEL.
6357
6ebea266
DE
63582015-07-24 Doug Evans <dje@google.com>
6359
6360 * lib/future.exp (gdb_default_target_compile): New option
6361 "early_flags".
6362 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
6363 --as-needed.
6364
1e76a7e9
SDJ
63652015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
6366
6367 * gdb.base/catch-syscall.exp: Call gdb_exit before
6368 gdb_skip_xml_test.
6369
5068630a
PA
63702015-07-24 Pedro Alves <palves@redhat.com>
6371
6372 * gdb.python/py-events.exp: Accept output between the stop event
6373 and the prompt.
6374 * gdb.python/py-evsignal.exp: Likewise.
6375 * gdb.python/py-evthreads.exp: Likewise.
6376
77598427
PA
63772015-07-24 Pedro Alves <palves@redhat.com>
6378
6379 PR gdb/18717
6380 * gdb.threads/non-ldr-exit.c: New file.
6381 * gdb.threads/non-ldr-exit.exp: New file.
6382
11e6c98f
YQ
63832015-07-24 Yao Qi <yao.qi@linaro.org>
6384
6385 * gdb.server/ext-wrapper.exp: Test --wrapper option when
6386 restarting process.
6387
51aee833
YQ
63882015-07-24 Yao Qi <yao.qi@linaro.org>
6389
6390 * gdb.server/ext-restart.exp: New file.
6391
8cfe207c
YQ
63922015-07-24 Yao Qi <yao.qi@linaro.org>
6393
6394 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
6395 argument options.
6396 * gdb.server/ext-wrapper.exp: New file.
6397
cc12ce38
DE
63982015-07-23 Doug Evans <dje@google.com>
6399
6400 * gdb.dwarf2/dw2-dummy-cu.S: New file.
6401 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
6402
d0d84780
PMR
64032015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
6404
6405 * gdb.ada/var_arr_typedef.exp: New testcase.
6406 * gdb.ada/var_arr_typedef/pack.adb: New file.
6407 * gdb.ada/var_arr_typedef/pack.ads: New file.
6408 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
6409
8b558f79
JB
64102015-07-20 Joel Brobecker <brobecker@adacore.com>
6411
6412 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
6413
775a3298
JK
64142015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6415
6416 * gdb.arch/i386-biarch-core.exp: Replace istarget
6417 by "complete set gnutarget". Remove expectation for the "core-file"
6418 command.
6419
db1ff28b
JK
64202015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6421
6422 Revert the previous commit:
6423 Tests for validate symbol file using build-id.
6424
0a94970d
JK
64252015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6426
6427 Tests for validate symbol file using build-id.
6428 * gdb.base/solib-mismatch-lib.c: New file.
6429 * gdb.base/solib-mismatch-libmod.c: New file.
6430 * gdb.base/solib-mismatch.c: New file.
6431 * gdb.base/solib-mismatch.exp: New file.
6432
03346981
SL
64332015-07-15 Sandra Loosemore <sandra@codesourcery.com>
6434
6435 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
6436 nios2-*-linux*.
6437 * gdb.base/sigbpt.exp (stepi_out): Likewise.
6438 * gdb.base/siginfo.exp: Likewise.
6439 * gdb.base/sigstep.exp (advance, advancei): Likewise.
6440
42422cc7
PL
64412015-07-15 Pierre Langlois <pierre.langlois@arm.com>
6442
6443 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
6444 Move it to ...
6445 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
6446 ... here.
6447 * gdb.trace/range-stepping.exp: Check that the target supports
6448 range stepping.
6449
cfa68bae
JK
64502015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6451
6452 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
6453
8ffdba26
PA
64542015-07-14 Pedro Alves <palves@redhat.com>
6455
6456 * gdb.base/killed-outside.exp: New file.
6457 * gdb.base/killed-outside.c: New file.
6458
218a5a11
JK
64592015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6460
6461 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
6462 (n at main): New.
6463 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
6464
e03ed3c6
AA
64652015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
6466
6467 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
6468 infcall tests instead of setting up for KFAIL.
6469
485668e5
MM
64702015-07-10 Markus Metzger <markus.t.metzger@intel.com>
6471
6472 * gdb.btrace/record_goto-step.exp: New.
6473
08464196
JK
64742015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6475
6476 PR compile/18484
6477 * gdb.compile/compile.c (struct struct_type): Add volatile to
6478 selffield's type.
6479 * gdb.compile/compile.exp
6480 (compile code struct_object.selffield = &struct_object): Skip further
6481 struct_object tests if this one xfails.
6482
bcf5c1d9
RC
64832015-07-08 Robert O'Callahan <robert@ocallahan.org>
6484
6485 PR exp/18617
6486 * gdb.trace/ax.exp: Add test.
6487
4931af25
YQ
64882015-07-07 Yao Qi <yao.qi@linaro.org>
6489
6490 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
6491 instead of istarget "aarch64*-*-*".
6492 * gdb.arch/aarch64-fp.exp: Likewise.
6493 * gdb.base/float.exp: Likewise.
6494 * gdb.reverse/aarch64.exp: Likewise.
6495 * lib/gdb.exp (is_aarch64_target): New proc.
6496
9fcf688e
YQ
64972015-07-07 Yao Qi <yao.qi@linaro.org>
6498
6499 * lib/gdb.exp (is_aarch32_target): New proc.
6500 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
6501 instead of "istarget "arm*-*-*"".
6502 * gdb.arch/arm-disp-step.exp: Likewise.
6503 * gdb.arch/thumb-bx-pc.exp: Likewise.
6504 * gdb.arch/thumb-prologue.exp: Likewise.
6505 * gdb.arch/thumb-singlestep.exp: Likewise.
6506 * gdb.base/disp-step-syscall.exp: Likewise.
6507 * gdb.base/float.exp: Likewise.
6508
fbd8d50d
YQ
65092015-07-07 Yao Qi <yao.qi@linaro.org>
6510
6511 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
6512 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
6513
71be1fdc
YQ
65142015-07-07 Yao Qi <yao.qi@linaro.org>
6515
6516 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
6517 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
6518 if it exists.
6519 * gdb.multi/multi-arch.exp: Likewise.
6520
3e221d36
SM
65212015-07-07 Simon Marchi <simon.marchi@ericsson.com>
6522
6523 * gdb.python/py-lazy-string.exp: Add missing parentheses to
6524 print.
6525
d441430b
YQ
65262015-07-07 Yao Qi <yao.qi@linaro.org>
6527
6528 * gdb.arch/thumb-singlestep.exp: Do one more single step.
6529
06f810bd
MG
65302015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
6531
6532 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
6533 '[' and ']' characters.
6534
5e61e7c0
IB
65352015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
6536
6537 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6538
28bf096c
PA
65392015-06-29 Pedro Alves <palves@redhat.com>
6540
6541 PR threads/18127
6542 * gdb.threads/hand-call-new-thread.c: New file.
6543 * gdb.threads/hand-call-new-thread.c: New file.
6544
ee93cd5e
KS
65452015-06-26 Keith Seitz <keiths@redhat.com>
6546 Doug Evans <dje@google.com>
6547
6548 PR 16253
6549 * gdb.cp/var-tag-2.cc: New file.
6550 * gdb.cp/var-tag-3.cc: New file.
6551 * gdb.cp/var-tag-4.cc: New file.
6552 * gdb.cp/var-tag.cc: New file.
6553 * gdb.cp/var-tag.exp: New file.
6554
fc637f04
PP
65552015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6556
6557 * gdb.base/history-duplicates.exp: New test.
6558
2e52ae68
PP
65592015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6560
6561 * gdb.base/completion.exp: Test the completion of the "focus"
6562 command.
6563
6e22494e
JK
65642015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6565
6566 * gdb.arch/amd64-prologue-skip.S: New file.
6567 * gdb.arch/amd64-prologue-skip.exp: New file.
6568
bf7b9cd9
SM
65692015-06-25 Simon Marchi <simon.marchi@ericsson.com>
6570
6571 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
6572 is_address_zero_readable check.
6573
201e8dfd
PB
65742015-06-24 Peter Bergner <bergner@vnet.ibm.com>
6575
6576 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
6577 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
6578
5cd867b4
YQ
65792015-06-24 Yao Qi <yao.qi@linaro.org>
6580
6581 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
6582 linux targets.
6583
4d7be007
YQ
65842015-06-24 Yao Qi <yao.qi@linaro.org>
6585
6586 * lib/gdb.exp (supports_get_siginfo_type): New proc.
6587 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
6588 * gdb.base/siginfo-thread.exp: Likewise.
6589
07fcd301
YQ
65902015-06-22 Yao Qi <yao.qi@linaro.org>
6591
6592 * boards/remote-gdbserver-on-localhost.exp: Add comments.
6593
52042a00
YQ
65942015-06-22 Yao Qi <yao.qi@linaro.org>
6595
6596 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
6597 aarch64*-*-*.
6598 (skip_hw_watchpoint_tests): Likewise.
6599
74bd41ce
PP
66002015-06-18 Patrick Palka <patrick@parcs.ath.cx>
6601
6602 * gdb.base/gdbinit-history.exp: Test the interaction between
6603 setting GDBHISTSIZE and setting the history size via .gdbinit.
6604
bc460514
PP
66052015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6606
6607 PR gdb/16999
6608 * gdb.base/gdbhistsize-history.exp: New test.
6609
b58c513b
PP
66102015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6611
6612 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
6613 with GDBHISTSIZE.
6614 * gdb.base/readline.exp: Likewise.
6615
92046791
YQ
66162015-06-17 Yao Qi <yao.qi@linaro.org>
6617
6618 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
6619 line.
6620
2093d2d3
PP
66212015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6622
6623 * gdb.base/gdbinit-history.exp: Add test case to check that
6624 an unlimited history file does not get truncated on exit.
6625
e6c693af
AA
66262015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6627
6628 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
6629 (VECTOR): New macro. Use it...
6630 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
6631 ...for these typedefs.
6632 (int8, char1, int1, double1): New typedefs.
6633 (struct just_int2, struct two_int2): New structures.
6634 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
6635 (add_structvecs, add_singlevecs): New functions.
6636 (main): Call add_some_intvecs twice.
6637 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
6638 the compile and exit upon failure. Try compiling for the "native"
6639 architecture. Test inferior function calls with vector arguments
6640 and vector return value handling with "finish" and "return".
6641
c74f7d1c
JT
66422015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
6643
6644 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
6645 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
6646 PE file.
6647 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
6648
98aa42ee
AT
66492015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6650
6651 PR breakpoints/16465
6652 * gdb.mi/mi-dprintf-pending.c: New file.
6653 * gdb.mi/mi-dprintf-pending.exp: New test.
6654 * gdb.mi/mi-dprintf-pendshr.c: New file.
6655
7d73c23c 66562015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 6657 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
6658
6659 * gdb.arch/i386-mpx-map.c: New file.
6660 * gdb.arch/i386-mpx-map.exp: New File.
6661
66622015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6663
6664 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
6665 * gdb.arch/i386-mpx.exp: Indentation fixed.
6666
66672015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6668
6669 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
6670 function and improved indentation.
6671 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
6672 gdb_test_multiple. Added additional tests to skip the test.
6673
66742015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6675
6676 * gdb.arch/i386-avx512.c: Change path in include file.
6677 * gdb.arch/i386-avx512.exp: Change include dir path
6678 compilation flag.
6679 * gdb.arch/i386-mpx.c: Change path in include file.
6680 * gdb.arch/i386-mpx.exp: Change include dir path compilation
6681 flag.
6682
d5eba19a
JK
66832015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6684
6685 * gdb.compile/compile-print.exp (compile print *vararray@3)
6686 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
6687
7f361056
JK
66882015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6689
6690 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
6691 (do not keep jit in memory): ... this.
6692 (expect 5): Change it to ...
6693 (expect no 5): ... this.
6694
3b462ec2
SM
66952015-06-02 Simon Marchi <simon.marchi@ericsson.com>
6696
6697 PR gdb/15564
6698 * gdb.mi/mi-detach.exp: New file.
6699
e0619de6
JK
67002015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6701
6702 PR symtab/18392
6703 * gdb.arch/amd64-tailcall-self.S: New file.
6704 * gdb.arch/amd64-tailcall-self.c: New file.
6705 * gdb.arch/amd64-tailcall-self.exp: New file.
6706
e970cb34
DB
67072015-05-28 Don Breazeal <donb@codesourcery.com>
6708
6709 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
6710 tests for remote targets by checking is_target_gdbserver.
6711
b2e2f908
DE
67122015-05-27 Doug Evans <dje@google.com>
6713
6714 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
6715 * gdb.dwarf2/opaque-type-lookup.c: New file.
6716 * gdb.dwarf2/opaque-type-lookup.exp: New file.
6717
82c7be31
DE
67182015-05-26 Doug Evans <dje@google.com>
6719
6720 * gdb.cp/iostream.cc: New file.
6721 * gdb.cp/iostream.exp: New file.
6722
b4f54984
DE
67232015-05-26 Doug Evans <dje@google.com>
6724
6725 * gdb.dwarf2/dw2-op-call.exp: Update.
6726 * gdb.dwarf2/dw4-sig-types.exp: Update.
6727 * gdb.dwarf2/implptr.exp: Update.
6728 * gdb.mi/mi-cmd-param-changed.exp: Update.
6729
4ea6efe9
DE
67302015-05-26 Doug Evans <dje@google.com>
6731
6732 * gdb.python/py-lazy-string.c: New file.
6733 * gdb.python/py-lazy-string.exp: New file.
6734 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
6735 (main): Update. Add estring3.
6736 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
6737 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
6738
f6bb7db3
YQ
67392015-05-26 Omair Javaid <omair.javaid@linaro.org>
6740 Yao Qi <yao.qi@linaro.org>
6741
6742 * gdb.reverse/aarch64.c: New.
6743 * gdb.reverse/aarch64.exp: New.
6744
a81bfbd0
OJ
67452015-05-26 Omair Javaid <omair.javaid@linaro.org>
6746
25d49b86
PA
6747 * lib/gdb.exp (supports_process_record): Return true for
6748 aarch64*-linux*.
a81bfbd0
OJ
6749 (supports_reverse): Likewise.
6750
158bf1b4
PP
67512015-05-22 Patrick Palka <patrick@parcs.ath.cx>
6752
6753 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6754 Use with_test_prefix.
6755
a0145030
AB
67562015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
6757
6758 * gdb.base/completion.exp: Add test for completion of layout
6759 names.
6760
ebe3b578
AB
67612015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
6762
6763 * lib/gdb.exp (skip_tui_tests): New proc.
6764 * gdb.base/tui-layout.exp: Check skip_tui_tests.
6765
84204ed7
PA
67662015-05-19 Pedro Alves <palves@redhat.com>
6767
6768 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6769 Save the whole env array instead of just HOME. Unset HISTSIZE in
6770 the environment while testing. Restore whole environment
6771 afterwards.
6772
37442ce1
DE
67732015-05-16 Doug Evans <xdje42@gmail.com>
6774
6775 * gdb.guile/scm-ports.c: New file.
6776 * gdb.guile/scm-ports.exp: Add memory port tests.
6777
36de76f9
JK
67782015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6779
6780 * gdb.compile/compile-print.c: New file.
6781 * gdb.compile/compile-print.exp: New file.
6782
3a9558c4
JK
67832015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6784
6785 * gdb.compile/compile-ops.exp: Cast param to void.
6786 * gdb.compile/compile.exp: Complete type for _gdb_expr.
6787 (compile code struct_object.selffield = &struct_object): Add xfail.
6788
aa715135
JG
67892015-05-15 Joel Brobecker <brobecker@adacore.com>
6790
6791 * gdb.ada/arr_enum_with_gap: New testcase.
6792
931e5bc3
JG
67932015-05-15 Joel Brobecker <brobecker@adacore.com>
6794
6795 * gdb.ada/byte_packed_arr: New testcase.
6796
9cd4d857
JB
67972015-05-15 Joel Brobecker <brobecker@adacore.com>
6798
6799 * gdb.ada/pckd_neg: New testcase.
6800
ebfd00d2
PP
68012015-05-13 Patrick Palka <patrick@parcs.ath.cx>
6802
6803 PR gdb/17820
6804 * gdb.base/gdbinit-history.exp: New test.
6805 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
6806 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
6807
4c082a81
SC
68082015-05-09 Siva Chandra Reddy <sivachandra@google.com>
6809
6810 * gdb.python/py-xmethods.cc: Enhance test case.
6811 * gdb.python/py-xmethods.exp: New tests.
6812 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
6813 function.
6814 (B_indexoper): Likewise.
6815 (global_dm_list) : Add new xmethod worker functions.
6816
f7797074
SDJ
68172015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
6818
6819 * gdb.base/coredump-filter.exp: Correctly unset
6820 "coredump_var_addr" array.
6821
a4674e4e
PA
68222015-05-08 Pedro Alves <palves@redhat.com>
6823
6824 * gdb.server/non-existing-program.exp: Unset spawn_id.
6825
df2eb078
SC
68262015-05-08 Siva Chandra Reddy <sivachandra@google.com>
6827
6828 PR python/18291
6829 * gdb.python/py-xmethods.exp: Add tests.
6830
422349a3
YQ
68312015-05-08 Yao Qi <yao.qi@linaro.org>
6832
6833 PR gdb/18208
6834 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
6835 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
6836 function set_coredump_filter, and remove remote_exec call.
6837 Remove argument ipid. Callers update.
6838 (top level): Don't get inferior's PID.
6839
63fc80ce
AA
68402015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
6841
6842 * gdb.base/watch_thread_num.exp: Skip test on targets without
6843 access watchpoints.
6844
80ad801e
PA
68452015-05-06 Pedro Alves <palves@redhat.com>
6846
6847 PR server/18081
6848 * gdb.server/non-existing-program.exp: New file.
6849
0fa7fe50
JB
68502015-05-05 Joel Brobecker <brobecker@adacore.com>
6851
6852 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
6853
3ea89b92
PMR
68542015-05-05 Joel Brobecker <brobecker@adacore.com>
6855
6856 * gdb.ada/out_of_line_in_inlined: New testcase.
6857
87b8eff0
JB
68582015-05-05 Joel Brobecker <brobecker@adacore.com>
6859
6860 * gdb.ada/var_rec_arr: New testcase.
6861
5fccc635
YQ
68622015-04-30 Yao Qi <yao.qi@linaro.org>
6863
6864 * gdb.base/break-idempotent.exp: If
6865 skip_hw_watchpoint_multi_tests returns true, skip the tests
6866 on "rwatch" and "awatch".
6867
42d38f42
YQ
68682015-04-30 Yao Qi <yao.qi@linaro.org>
6869
6870 * gdb.base/relativedebug.exp: Invoke gdb command
6871 "info sharedlibrary", and if libc.so doesn't have debug info,
6872 skip the test.
6873
2ce1cdbf
DE
68742015-04-29 Doug Evans <dje@google.com>
6875
6876 * gdb.python/py-xmethods.exp: Add ptype tests.
6877 * gdb.python/py-xmethods.py (E_method_char_worker): Add
6878 get_result_type method.
6879
f24a38c5
LM
68802015-04-29 Luis Machado <lgustavo@codesourcery.com>
6881
6882 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
6883 the target does not support hardware watchpoints.
6884
ecbf2b3c
LM
68852015-04-29 Luis Machado <lgustavo@codesourcery.com>
6886
6887 * gdb.base/break-always.exp: Abort testing if writing to memory
6888 causes an error.
6889
34f5f757
DE
68902015-04-28 Doug Evans <dje@google.com>
6891
6892 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
6893 * gdb.python/py-pp-registration.exp: ... here. New file.
6894 * gdb.python/py-pp-registration.c: New file.
6895 * gdb.python/py-pp-registration.py: New file.
6896
69b4374a
DE
68972015-04-28 Doug Evans <dje@google.com>
6898
6899 * gdb.python/py-bad-printers.c: New file.
6900 * gdb.python/py-bad-printers.py: New file.
6901 * gdb.python/py-bad-printers.exp: New file.
6902
59fb7612
SS
69032015-04-28 Sasha Smundak <asmundak@google.com>
6904
6905 * gdb.python/py-type.exp: New test.
6906
2631b16a
AW
69072015-04-28 Andy Wingo <wingo@igalia.com>
6908
6909 * gdb.python/py-parameter.exp:
6910 * gdb.guile/scm-parameter.exp: Escape the path that we are
6911 matching against, as it might contain characters that are special
6912 to regular expressions.
6913
460efde1
JB
69142015-04-27 Joel Brobecker <brobecker@adacore.com>
6915
6916 * gdb.ada/rec_comp: New testcase.
6917
2d369d8e
SDJ
69182015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
6919
6920 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
6921 before using it.
6922
cf75d6c3
AB
69232015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
6924
6925 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
6926 new tests for verilog output.
6927
8dbe7ca5
YQ
69282015-04-24 Yao Qi <yao.qi@linaro.org>
6929
6930 * boards/remote-gdbserver-on-localhost.exp: New file.
6931
4ef9fb2f
PA
69322015-04-23 Pedro Alves <palves@redhat.com>
6933
6934 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
6935 $inferior_spawn_id instead of $inferior_spawn_id directly. On
6936 "end of file", remove $inferior_spawn_id from the indirect list.
6937
0a803169
PA
69382015-04-23 Pedro Alves <palves@redhat.com>
6939
6940 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
6941
749ef8f8
PA
69422015-04-23 Pedro Alves <palves@redhat.com>
6943
6944 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
6945 on $any_spawn_id instead of only on $gdb_spawn_id.
6946
8aae4344
PM
69472015-04-21 Pierre Muller <muller@sourceware.org>
6948
6949 PR pascal/17815
6950 * lib/pascal.exp (gpc_compile): Add new option "class".
6951 (fpc_compile): Likewise.
6952 * gdb.pascal/case-insensitive-symbols.pas: New file.
6953 * gdb.pascal/case-insensitive-symbols.exp: New file.
6954
1586c8fb
GB
69552015-04-20 Gary Benson <gbenson@redhat.com>
6956
6957 * gdb.base/attach.exp: Fix three extended remote failures.
6958
1b6e6f5c
GB
69592015-04-17 Gary Benson <gbenson@redhat.com>
6960
6961 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
6962 the main executable over the remote protocol.
6963
e797481d
PA
69642015-04-16 Pedro Alves <palves@redhat.com>
6965
6966 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
6967 a new gdbserver if gdbserver_reconnect_p is set.
6968
1ca99c42
PA
69692015-04-16 Pedro Alves <palves@redhat.com>
6970
6971 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
6972 is set, don't exit gdbserver.
6973
af9fd6f8
AA
69742015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6975
6976 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
6977 appropriate .insn, such that an older assembler can be used.
6978 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
6979 the z/Architecture instruction set on 31-bit targets as well.
6980
04ff1e61
AA
69812015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6982
6983 * gdb.go/handcall.exp: Remove all logic related to the first
6984 breakpoint and rely on go_runto_main instead.
6985 * gdb.go/strings.exp: Likewise.
6986 * gdb.go/unsafe.exp: Likewise.
6987 * gdb.go/hello.exp: Likewise. Also rename the remaining
6988 breakpoint marker to "breakpoint 1".
6989 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
6990 * gdb.go/strings.go: Likewise.
6991 * gdb.go/unsafe.go: Likewise.
6992 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
6993 "set breakpoint 2 here" and rename the remaining breakpoint marker
6994 to "breakpoint 1".
6995
40d2f8d6
SM
69962015-04-15 Simon Marchi <simon.marchi@ericsson.com>
6997
6998 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
6999 if itertools.imap is not present.
7000 * gdb.python/py-objfile.exp: Add parentheses.
7001 * gdb.python/py-type.exp: Same.
7002 * gdb.python/py-unwind-maint.py: Same.
7003
8cbc97c6
YQ
70042015-04-15 Yao Qi <yao.qi@linaro.org>
7005
7006 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
7007 of ":$ptr_size" and set its form explicitly.
7008
45fd756c
YQ
70092015-04-15 Pedro Alves <palves@redhat.com>
7010 Yao Qi <yao.qi@linaro.org>
7011
7012 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
7013 timeout by factor of 4.
7014 (test_regular_watch): Likewise.
7015 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
7016 * gdb.reverse/sigall-reverse.exp: Likewise.
7017 * gdb.reverse/until-precsave.exp: Likewise.
7018 * lib/gdb.exp (with_timeout_factor): New proc.
7019 (gdb_expect): Move some code to ...
7020 (get_largest_timeout): ... here. New procedure.
7021
9e811bc3
LM
70222015-04-14 Luis Machado <lgustavo@codesourcery.com>
7023
7024 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
7025
0ff6fcb2
LM
70262015-04-13 Luis Machado <lgustavo@codesourcery.com>
7027
7028 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
7029 to write to the .text section.
7030
7578d5f7
LM
70312015-04-13 Luis Machado <lgustavo@codesourcery.com>
7032
7033 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
7034 Handle the case of targets that do not provide PID information.
7035
2efe15c4
YQ
70362015-04-13 Yao Qi <yao.qi@linaro.org>
7037
7038 * lib/gdbserver-support.exp (gdb_exit): Catch exception
7039 and use expect instead of gdb_expect.
7040
8cd8f2f8
SDJ
70412015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
7042
7043 * gdb.base/coredump-filter.exp: Rename variable "addr" to
7044 "coredump_var_addr" to avoid naming conflict with other testcases.
7045
9ee41772
PA
70462015-04-10 Pedro Alves <palves@redhat.com>
7047
7048 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
7049 gdb_test_sequence and gdb_assert.
7050
07473109
PA
70512015-04-10 Pedro Alves <palves@redhat.com>
7052
7053 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
7054 test messages that don't include the breakpoint address.
7055
de3db44c
YQ
70562015-04-10 Yao Qi <yao.qi@linaro.org>
7057
7058 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
7059 false for some offset and width combinations which aren't
7060 supported by linux kernel.
7061
c79d856c
PA
70622015-04-10 Pedro Alves <palves@redhat.com>
7063
7064 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
7065 procedure, factored out from ...
7066 (top level): ... here. Add "set displaced-stepping" testing axis.
7067 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
7068 parameter "displaced". Use it.
7069 (top level): Use foreach and add "set displaced-stepping" testing
7070 axis.
7071
ebc90b50
PA
70722015-04-10 Pedro Alves <palves@redhat.com>
7073
7074 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
7075 Remove comment.
7076 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
7077 both the address of the instruction that triggers the watchpoint
7078 and the address of the instruction immediately after, and use
7079 those addresses for the test. Fix comment.
7080
8f572e5c
PA
70812015-04-10 Pedro Alves <palves@redhat.com>
7082
7083 * gdb.base/sigstep.exp (breakpoint_to_handler)
7084 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
7085 Test "backtrace" in handler.
7086 (breakpoint_over_handler): New parameter 'displaced'. Use it.
7087 (top level): Add new "displaced" test axis to
7088 breakpoint_to_handler, breakpoint_to_handler_entry and
7089 breakpoint_over_handler.
7090
8d707a12
PA
70912015-04-10 Pedro Alves <palves@redhat.com>
7092
7093 PR gdb/18216
7094 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
7095
ef713951
YQ
70962015-04-10 Yao Qi <yao.qi@linaro.org>
7097
7098 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
7099 (test_add_rn_pc): New function.
7100 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
7101 (top level): Invoke test_add_rn_pc.
7102
906d60cf
PA
71032015-04-10 Pedro Alves <palves@redhat.com>
7104
7105 PR gdb/13858
7106 * gdb.base/step-over-no-symbols.exp: New file.
7107
f2983cc3
AW
71082015-04-09 Andy Wingo <wingo@igalia.com>
7109
7110 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
7111 after the Python tests.
7112
6d62641c
SDJ
71132015-04-08 Keith Seitz <keiths@redhat.com>
7114
7115 PR python/16699
7116 * gdb.python/py-completion.exp: New tests for completion.
7117 * gdb.python/py-completion.py (CompleteLimit1): New class.
7118 (CompleteLimit2): Likewise.
7119 (CompleteLimit3): Likewise.
7120 (CompleteLimit4): Likewise.
7121 (CompleteLimit5): Likewise.
7122 (CompleteLimit6): Likewise.
7123 (CompleteLimit7): Likewise.
7124
f3770638
PA
71252015-04-08 Pedro Alves <palves@redhat.com>
7126
7127 PR gdb/18214
7128 PR gdb/18216
7129 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
7130 function.
7131 (main): Install it as SIGUSR1 handler.
7132 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
7133 parameter. Always use "setup" as prefix. Toggle "set
7134 displaced-stepping" off/on depending on global. Don't switch to
7135 thread 1 here.
7136 (top level): Add displaced stepping "off/on" test axis. Update
7137 "setup" calls. Wrap each subtest with with_test_prefix. Test
7138 continuing with a queued signal in each thread.
7139
4496bed7
PA
71402015-04-08 Pedro Alves <palves@redhat.com>
7141
7142 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
7143 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
7144 gdb_breakpoint instead of gdb_test that doesn't expect anything.
7145 Return early if running to main fails.
7146 * gdb.trace/while-stepping.exp: Likewise.
7147
b97fde92
PA
71482015-04-07 Pedro Alves <palves@redhat.com>
7149
7150 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
7151 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
7152 interact with inferior program.
7153
f71c18e7
PA
71542015-04-07 Pedro Alves <palves@redhat.com>
7155
7156 * lib/gdb.exp (inferior_spawn_id): New global.
7157 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
7158 spawn id after processing the user code.
7159 (default_gdb_start): Set inferior_spawn_id.
7160 (send_inferior): New procedure.
7161 * lib/gdbserver-support.exp (gdbserver_start): Set
7162 inferior_spawn_id.
7163 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
7164
6423214f
PA
71652015-04-07 Pedro Alves <palves@redhat.com>
7166
7167 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
7168 * lib/gdbserver-support.exp (gdbserver_start): Make
7169 $server_spawn_id global.
7170 (gdbserver_start): Don't wait for gdbserver's spawn id with
7171 expect_background.
7172 (close_gdbserver): New procedure.
7173 (gdb_exit): Rename the default version and reimplement.
7174
71c0ee8c
PA
71752015-04-07 Pedro Alves <palves@redhat.com>
7176
72f4393d 7177 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
7178 append the substituted item, not the original item.
7179
203bc29b
PA
71802015-04-07 Pedro Alves <palves@redhat.com>
7181
7182 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
7183 gdb_expect.
7184
508a3ddf
PA
71852015-04-07 Pedro Alves <palves@redhat.com>
7186
7187 * gdb.base/interrupt.exp: Don't handle the case of the inferior
7188 output appearing once only.
7189
9f6dbe2b
PA
71902015-04-07 Pedro Alves <palves@redhat.com>
7191
7192 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
7193 that doesn't expect anything. Return early if running to main
7194 fails.
7195
337532fa
YQ
71962015-04-07 Yao Qi <yao.qi@linaro.org>
7197
7198 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
7199 (child_function): Call alarm.
7200 (main): Move call to alarm into the loop.
7201 * gdb.threads/non-stop-fair-events.exp: Build program with
7202 -DTIMEOUT=$timeout.
7203
01b622d4
DE
72042015-04-06 Doug Evans <xdje42@gmail.com>
7205
7206 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
7207 Fix dest parameter to board_info.
7208 (fpc_compile): Ditto.
7209 (gdb_compile_pascal): Rename dest arg to destfile.
7210
961f4160
PMR
72112015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
7212
7213 * gdb.ada/funcall_ref.exp: New file.
7214 * gdb.ada/funcall_ref/foo.adb: New file.
7215
cafda597
YQ
72162015-04-02 Yao Qi <yao.qi@linaro.org>
7217
7218 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
7219 is remote.
7220
fed040c6
GB
72212015-04-02 Gary Benson <gbenson@redhat.com>
7222
7223 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
7224
d11916aa
SS
72252015-04-01 Sasha Smundak <asmundak@google.com>
7226
7227 * gdb.python/py-unwind-maint.c: New file.
7228 * gdb.python/py-unwind-maint.exp: New test.
7229 * gdb.python/py-unwind-maint.py: New file.
7230 * gdb.python/py-unwind.c: New file.
7231 * gdb.python/py-unwind.exp: New test.
7232 * gdb.python/py-unwind.py: New test.
7233
a1471180
PA
72342015-04-01 Pedro Alves <palves@redhat.com>
7235
7236 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
7237 to fail instead of non-existent $test.
7238
0bbeccb1
PA
72392015-04-01 Pedro Alves <palves@redhat.com>
7240
7241 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
7242 GDBFLAGS if not empty.
7243
3c724c8c
PMR
72442015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
7245
7246 * gdb.ada/complete.exp: Remove "multi_line".
7247 * gdb.ada/info_exc.exp: Remove "multi_line".
7248 * gdb.ada/packed_tagged.exp: Remove "multi_line".
7249 * gdb.ada/ptype_field.exp: Remove "multi_line".
7250 * gdb.ada/sym_print_name.exp: Remove "multi_line".
7251 * gdb.ada/tagged.exp: Remove "multi_line".
7252 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
7253 [multi_line ...]
7254 * gdb.btrace/delta.exp: Likewise.
7255 * gdb.btrace/exception.exp: Likewise.
7256 * gdb.btrace/function_call_history.exp: Likewise.
7257 * gdb.btrace/instruction_history.exp: Likewise.
7258 * gdb.btrace/nohist.exp: Likewise.
7259 * gdb.btrace/record_goto.exp: Likewise.
7260 * gdb.btrace/segv.exp: Likewise.
7261 * gdb.btrace/stepi.exp: Likewise.
7262 * gdb.btrace/tailcall.exp: Likewise.
7263 * gdb.btrace/unknown_functions.exp: Likewise.
7264 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
7265 * lib/gdb.exp: Add the "multi_line" helper.
7266
4eec2deb
PA
72672015-04-01 Pedro Alves <palves@redhat.com>
7268
7269 * gdb.threads/tid-reuse.c: New file.
7270 * gdb.threads/tid-reuse.exp: New file.
7271
df8411da
SDJ
72722015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
7273
7274 PR corefiles/16092
7275 * gdb.base/coredump-filter.c: New file.
7276 * gdb.base/coredump-filter.exp: Likewise.
7277
6ef37366
PM
72782015-03-27 Petr Machata <pmachata@redhat.com>
7279
7280 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
7281 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
7282 (Dwarf::assemble): Initialize them.
7283 (Dwarf::lines): New function.
7284
7ec911b0
JT
72852015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
7286
7287 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
7288 SYMBOL_PREFIX for x86_64-*-cygwin.
7289
ff908ebf
AW
72902015-03-26 Andy Wingo <wingo@igalia.com>
7291
7292 PR symtab/18148
7293 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
7294 const_value but not a location.
7295 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
7296 location defined in non-main CUs are visible.
7297
6d5f0679
YQ
72982015-03-26 Yao Qi <yao.qi@linaro.org>
7299
7300 PR testsuite/18139
7301 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
7302 Add a line number entry for the same line.
7303 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
7304 Add a line number entry for the same line.
7305
2898689b
YQ
73062015-03-26 Yao Qi <yao.qi@linaro.org>
7307
7308 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
7309 .int 0.
7310 (func): Likewise. Add .Lfunc_1 label.
7311 Use .Lfunc_1 label.
7312 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
7313 .int 0.
7314 (func): Likewise.
7315 Use .Lfunc_1 label.
7316
85180498
YQ
73172015-03-26 Yao Qi <yao.qi@linaro.org>
7318
7319 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
7320 Call gdb_compile instead to compile each .s files without debug
7321 information.
7322
8aa08a8d
YQ
73232015-03-26 Yao Qi <yao.qi@linaro.org>
7324
7325 * gdb.base/savedregs.exp (process_saved_regs): Make
7326 "Saved registers:" optional in the pattern.
7327
66849923
MM
73282015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7329
7330 * gdb.btrace/next.exp: Merged into step.exp.
7331 * gdb.btrace/finish.exp: Merged into step.exp.
7332 * gdb.btrace/nexti.exp: Merged into stepi.exp.
7333 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
7334 "record goto" and checking the exact replay position.
7335 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
7336 check for "Recording format" in "info record" output.
7337 * gdb.btrace/record_goto.exp: Choose test file based on target.
7338 * gdb.btrace/x86-record_goto.S: Renamed into ...
7339 * gdb.btrace/x86_64-record_goto.S: ... this.
7340 * gdb.btrace/i686-record_goto.S: New.
7341 * gdb.btrace/x86-tailcall.S: Renamed into ...
7342 * gdb.btrace/x86_64-tailcall.S: ... this.
7343 * gdb.btrace/i686-tailcall.S: New.
7344 * gdb.btrace/x86-tailcall.c: Renamed into ...
7345 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
7346 separate statements. Update test.
7347 * gdb.btrace/delta.exp: Use record_goto.c as test file.
7348 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
7349 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
7350 * gdb.btrace/tailcall.exp: Choose test file based on target.
7351 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
7352
11cc1b74
MM
73532015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7354
7355 * gdb.btrace/exception.exp: Increase BTS buffer size.
7356
a25d8bf9
PA
73572015-03-24 Pedro Alves <palves@redhat.com>
7358
7359 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
7360
856e7dd6
PA
73612015-03-24 Pedro Alves <palves@redhat.com>
7362
7363 * gdb.threads/schedlock.exp (test_step): No longer expect that
7364 "set scheduler-locking step" with "next" over a function call runs
7365 threads unlocked.
7366
ad235a41
AT
73672015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7368
7369 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
7370
15630549
AT
73712015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7372
7373 PR breakpoints/16466
7374 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
7375 * gdb.mi/mi-pending.c (thread_func): New function.
7376 (int main): Add threading support required.
7377 * gdb.mi/mi-pending.exp: Add tests for this issue.
7378 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
7379 (pendfunc2): Remove stdio dependency.
7380 * gdb.mi/mi-pendshr2.c: New file.
7381
693dca06
KS
73822015-03-23 Keith Seitz <keiths@redhat.com>
7383
7384 * gdb.linespec/keywords.c: New file.
7385 * gdb.linespec/keywords.exp: New file.
7386
7e993ebf
KS
73872015-03-23 Keith Seitz <keiths@redhat.com>
7388
7389 PR gdb/18021
7390 * gdb.dwarf2/staticvirtual.exp: New test.
7391
bc23328c
JK
73922015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7393
7394 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
7395 * README: Remove HP-UX and gdb.hp.
7396 (configuration):
7397 * configure: Regenerate.
7398 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
7399 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
7400 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
7401 gdb.hp/gdb.defects/Makefile.
7402 * gdb.hp/Makefile.in: File deleted.
7403 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
7404 * gdb.hp/gdb.aCC/optimize.c: File deleted.
7405 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
7406 * gdb.hp/gdb.aCC/run.c: File deleted.
7407 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
7408 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
7409 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
7410 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
7411 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
7412 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
7413 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
7414 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
7415 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
7416 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
7417 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
7418 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
7419 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
7420 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
7421 * gdb.hp/gdb.base-hp/reg.s: File deleted.
7422 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
7423 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
7424 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
7425 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
7426 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
7427 * gdb.hp/gdb.compat/Makefile.in: File deleted.
7428 * gdb.hp/gdb.compat/average.c: File deleted.
7429 * gdb.hp/gdb.compat/sum.c: File deleted.
7430 * gdb.hp/gdb.compat/xdb.c: File deleted.
7431 * gdb.hp/gdb.compat/xdb0.c: File deleted.
7432 * gdb.hp/gdb.compat/xdb0.h: File deleted.
7433 * gdb.hp/gdb.compat/xdb1.c: File deleted.
7434 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
7435 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
7436 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
7437 * gdb.hp/gdb.defects/Makefile.in: File deleted.
7438 * gdb.hp/gdb.defects/bs14602.c: File deleted.
7439 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
7440 * gdb.hp/gdb.defects/solib-d.c: File deleted.
7441 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
7442 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
7443 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
7444 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
7445 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
7446 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
7447 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
7448 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
7449 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
7450 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
7451 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
7452 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
7453 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
7454 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
7455 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
7456 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
7457 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
7458 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
7459 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
7460 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
7461 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
7462 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
7463 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
7464 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
7465 * gdb.hp/tools/odump: File deleted.
7466
8bf3b159
PA
74672015-03-19 Pedro Alves <palves@redhat.com>
7468
7469 * gdb.threads/continue-pending-status.exp (saw_thread_2)
7470 (saw_thread_3): New globals.
7471 (top level): Increment them when an event for the corresponding
7472 thread is seen.
7473 (no thread starvation): New test.
7474
eb54c8bf
PA
74752015-03-19 Pedro Alves <palves@redhat.com>
7476
7477 * gdb.threads/continue-pending-status.c: New file.
7478 * gdb.threads/continue-pending-status.exp: New file.
7479
32d2e5d6
PA
74802015-03-18 Pedro Alves <palves@redhat.com>
7481
7482 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7483 Use gdb_is_target_remote instead of is_remote. Use
7484 gdb_test_multiple instead of gdb_expect. Exit early if
7485 gdb_test_multiple hits its internal matches. Tighten stepi tests
7486 expected output. Fail on exit with any signal, instead of just
7487 SIGILL.
7488
f68f11b7
YQ
74892015-03-18 Yao Qi <yao.qi@linaro.org>
7490
7491 PR tdep/18107
7492 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
7493 variable.
7494 * gdb.base/catch-syscall.exp: Don't skip it on
7495 aarch64*-*-linux* target. Remove elements in all_syscalls.
7496 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
7497 target.
7498 (setup_all_syscalls): New proc.
7499
ca5fd19b
YQ
75002015-03-16 Yao Qi <yao.qi@linaro.org>
7501
7502 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
7503 (top level): Skip tests if valid_addr_p returns false for
7504 $cmd1 or $cmd2.
7505
85642ba0
AW
75062015-03-11 Andy Wingo <wingo@igalia.com>
7507
7508 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
7509
e03f9645
YQ
75102015-03-11 Yao Qi <yao.qi@linaro.org>
7511
7512 * gdb.base/catch-syscall.exp: Fix typo in comments.
7513
5d0962b2
YQ
75142015-03-11 Yao Qi <yao.qi@linaro.org>
7515
7516 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
7517
b2df3cef
PA
75182015-03-09 Pedro Alves <palves@redhat.com>
7519
7520 * dg-extract-results.py: Delete.
7521
ef878e53
PA
75222015-03-09 Pedro Alves <palves@redhat.com>
7523
7524 Merge dg-extract-results.sh from GCC upstream (r218843).
7525
7526 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
7527 * dg-extract-results.sh: Use --text with grep to avoid issues with
7528 binary files. Fall back to cat -v, if that doesn't work.
7529
9494d219
PA
75302015-03-05 Pedro Alves <palves@redhat.com>
7531
7532 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
7533
a8d9763a
SM
75342015-03-04 Simon Marchi <simon.marchi@ericsson.com>
7535
7536 * lib/mi-support.exp (mi_expect_interrupt): Accept
7537 alternative event for when in all-stop mode.
7538
be9957b8
PA
75392015-03-04 Pedro Alves <palves@redhat.com>
7540
7541 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
7542
d57be0f4 75432015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
7544
7545 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
7546
c214c7cf
AA
75472015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7548
7549 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
7550 regexps for GDB's current line display, accept a hex address
7551 preceding the line number.
7552
6d74a497
AA
75532015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7554
7555 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
7556 the 'arch1' variable for "s390*-linux*" targets.
7557
511aee7c
PA
75582015-03-04 Pedro Alves <palves@redhat.com>
7559
7560 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
7561 (main): Pass missing retval argument to pthread_join call.
7562
95e50b27
PA
75632015-03-02 Pedro Alves <palves@redhat.com>
7564
7565 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
7566 (top level): Call do_test with non-stop as well.
7567
28054d69
PA
75682015-03-02 Pedro Alves <palves@redhat.com>
7569
7570 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
7571 -1.
7572
4fa5d7b4
AA
75732015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
7574
7575 * gdb.arch/s390-vregs.exp: New test.
7576 * gdb.arch/s390-vregs.S: New file.
7577
97c18565
PA
75782015-02-27 Pedro Alves <palves@redhat.com>
7579
7580 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
7581 call to catch_command_errors.
7582 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
7583 catch_command_errors.
7584
a37bfa30
PA
75852015-02-27 Pedro Alves <palves@redhat.com>
7586
7587 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
7588 "true" for boolean result.
7589 * gdb.gdb/selftest.exp (test_with_self): Also accept full
7590 prototype of main.
7591
6f98576f
PA
75922015-02-27 Pedro Alves <palves@redhat.com>
7593
7594 * lib/unbuffer_output.c: New file.
7595 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
7596 (main): Call gdb_unbuffer_output.
7597
eba5ab56
YQ
75982015-02-27 Yao Qi <yao.qi@linaro.org>
7599
7600 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
7601 target.
7602
0def5aaa
DE
76032015-02-26 Doug Evans <dje@google.com>
7604
7605 * gdb.cp/class2.cc (Dbase, D): New classes.
7606 (main): New local delta.
7607 * gdb.cp/class2.exp: Test printing delta.
7608 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
7609 (dynbar): New global.
7610 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
7611
081a1c2c
JK
76122015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7613
7614 * gdb.compile/compile-ifunc.c: New file.
7615 * gdb.compile/compile-ifunc.exp: New file.
7616
2f41223f
AT
76172015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
7618
7619 * gdb.base/structs.exp: Check for correct struct on finish.
7620
03eddd80
YQ
76212015-02-26 Yao Qi <yao.qi@linaro.org>
7622
7623 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
7624 is zero.
7625
80c57053
JK
76262015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7627
7628 * gdb.arch/cordic.ko.bz2: New file.
7629 * gdb.arch/cordic.ko.debug.bz2: New file.
7630 * gdb.arch/ppc64-symtab-cordic.exp: New file.
7631
21613c12
YQ
76322015-02-25 Yao Qi <yao.qi@linaro.org>
7633
7634 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
7635 aarch64*-*-* target.
7636
d8b901ed
PA
76372015-02-23 Pedro Alves <palves@redhat.com>
7638
7639 * lib/gdb.exp (delete_breakpoints): Rewrite using
7640 gdb_test_multiple.
7641
e5b85ead
PA
76422015-02-23 Pedro Alves <palves@redhat.com>
7643
7644 * gdb.base/info-os.c: Include stdlib.h.
7645
85c3a371
DE
76462015-02-22 Doug Evans <xdje42@gmail.com>
7647
7648 PR symtab/17855
7649 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
7650 is read after symbols have been re-read.
7651 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
7652 * gdb.ada/exec_changed/second.adb (Second): Ditto.
7653
96553a0c
DE
76542015-02-21 Doug Evans <dje@google.com>
7655
7656 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
7657
97a0c697
JK
76582015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7659
7660 PR corefiles/17808
7661 * gdb.arch/i386-biarch-core.core.bz2: New file.
7662 * gdb.arch/i386-biarch-core.exp: New file.
7663
a47cd6e9
PA
76642015-02-21 Pedro Alves <palves@redhat.com>
7665
7666 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
7667 runto_main fails.
7668
c5facdc4
PA
76692015-02-20 Pedro Alves <palves@redhat.com>
7670
7671 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
7672 info probes.
7673
2db9a427
PA
76742015-02-20 Pedro Alves <palves@redhat.com>
7675
7676 * gdb.threads/multi-create-ns-info-thr.exp: New file.
7677
60fb7e9e
PA
76782015-02-20 Pedro Alves <palves@redhat.com>
7679
7680 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
7681 clean_restart before gdb_target_supports_trace.
7682
5c5019c2
PA
76832015-02-20 Pedro Alves <palves@redhat.com>
7684
7685 PR threads/18006
7686 * gdb.threads/clone-thread_db.c: New file.
7687 * gdb.threads/clone-thread_db.exp: New file.
7688
c9587f88
AT
76892015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
7690
7691 PR breakpoints/16812
7692 * gdb.base/catch-gdb-caused-signals.c: New file.
7693 * gdb.base/catch-gdb-caused-signals.exp: New file.
7694
f6a88844
JM
76952015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
7696
7697 * configure: Regenerated.
7698 * configure.ac: Use GDB_AC_TRANSFORM.
7699 * aclocal.m4: sinclude ../transform.m4.
7700
497c491b
JM
77012015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7702
7703 * lib/dtrace.exp: New file.
7704 * gdb.base/dtrace-probe.exp: Likewise.
7705 * gdb.base/dtrace-probe.d: Likewise.
7706 * gdb.base/dtrace-probe.c: Likewise.
7707 * lib/pdtrace.in: Likewise.
7708 * configure.ac: Output variables with the transformed names of
7709 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
7710 * configure: Regenerated.
7711
03e98035
JM
77122015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7713
7714 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
7715 expected message when trying to access $_probe_* convenience
7716 variables while not on a probe.
7717
63cc30e9
JK
77182015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7719
7720 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
7721
0703599a
PA
77222015-02-11 Pedro Alves <pedro@codesourcery.com>
7723
7724 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
7725 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
7726
7e60a48e
DE
77272015-02-10 Doug Evans <xdje42@gmail.com>
7728
7729 * lib/gdb.exp (gdb_load): Always return a result.
7730
01b088bc
PA
77312015-02-10 Pedro Alves <palves@redhat.com>
7732
7733 * gdb.threads/signal-sigtrap.c: New file.
7734 * gdb.threads/signal-sigtrap.exp: New file.
7735
b05ec7a5
AT
77362015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
7737
7738 * gdb.trace/no-attach-trace.c: New file.
7739 * gdb.trace/no-attach-trace.exp: New file.
7740
a2c2acaf
MW
77412015-02-09 Mark Wielaard <mjw@redhat.com>
7742
7743 * gdb.dwarf2/atomic.c: New file.
7744 * gdb.dwarf2/atomic-type.exp: Likewise.
7745
31fd9caa
MM
77462015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7747
7748 * gdb.btrace/buffer-size.exp: Update "info record" output.
7749 * gdb.btrace/delta.exp: Update "info record" output.
7750 * gdb.btrace/enable.exp: Update "info record" output.
7751 * gdb.btrace/finish.exp: Update "info record" output.
7752 * gdb.btrace/instruction_history.exp: Update "info record" output.
7753 * gdb.btrace/next.exp: Update "info record" output.
7754 * gdb.btrace/nexti.exp: Update "info record" output.
7755 * gdb.btrace/step.exp: Update "info record" output.
7756 * gdb.btrace/stepi.exp: Update "info record" output.
7757 * gdb.btrace/nohist.exp: Update "info record" output.
7758
d33501a5
MM
77592015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7760
7761 * gdb.btrace/buffer-size: New.
7762
f4abbc16
MM
77632015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7764
7765 * gdb.btrace/delta.exp: Update "info record" output.
7766 * gdb.btrace/enable.exp: Update "info record" output.
7767 * gdb.btrace/finish.exp: Update "info record" output.
7768 * gdb.btrace/instruction_history.exp: Update "info record" output.
7769 * gdb.btrace/next.exp: Update "info record" output.
7770 * gdb.btrace/nexti.exp: Update "info record" output.
7771 * gdb.btrace/step.exp: Update "info record" output.
7772 * gdb.btrace/stepi.exp: Update "info record" output.
7773 * gdb.btrace/nohist.exp: Update "info record" output.
7774
b9d61307
SM
77752015-02-06 Simon Marchi <simon.marchi@ericsson.com>
7776
7777 PR gdb/15678
7778 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
7779
e584fdbc
PA
77802015-02-06 Pedro Alves <palves@redhat.com>
7781
7782 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
7783 macro.
7784 (seconds_left, again): New globals.
7785 (main): Wait seconds_left in a 1-second sleep loop instead of
7786 sleeping 180 seconds. If 'again' is set, reset the seconds
7787 counter.
7788 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
7789 'again' in the inferior before detaching. Print the seconds left.
7790 (options): New global.
7791 (top level): Build program with -DTIMEOUT=$timeout.
7792
77f41761
PA
77932015-02-06 Pedro Alves <palves@redhat.com>
7794
7795 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
7796 determine how many seconds to pass to 'alarm'.
7797 * gdb.base/gdb-sigterm.exp (top level): Build program with
7798 -DTIMEOUT=$timeout.
7799 (do_test): Return success/failure indication. Add more verbose
7800 logging. Don't fail if 200 single steps are seen. Instead, fail
7801 when the test times out.
7802 (passes): New global.
7803 (top level): Break the testing loop if testing fails on any
7804 iteration. Use gdb_assert.
7805
b9394193
DB
78062015-02-04 Don Breazeal <donb@codesourcery.com>
7807
7808 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
7809 and initialize them.
7810 (ipc_cleanup): New function.
7811 (main): Don't declare shmid, semid, and msqid. Add a call to
7812 atexit so that we call ipc_cleanup on exit.
7813
42d9e528
PA
78142015-02-04 Pedro Alves <palves@redhat.com>
7815
7816 * boards/native-extended-gdbserver.exp: Remove any target variant
7817 specifications from the board name before clearing the isremote
7818 flag from board_info.
7819
ae6ae975
DE
78202015-01-31 Doug Evans <xdje42@gmail.com>
7821
7822 * gdb.base/maint.exp <maint print type argc>: Update expected output.
7823
cfb069a8
GB
78242015-01-31 Gary Benson <gbenson@redhat.com>
7825
7826 * gdb.base/completion.exp: Disable completion limiting for
7827 existing tests. Add new tests to check completion limiting.
7828 * gdb.linespec/ls-errs.exp: Disable completion limiting.
7829
5dd31d79
DE
78302015-01-31 Doug Evans <xdje42@gmail.com>
7831
7832 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
7833
9f050062
DE
78342015-01-31 Doug Evans <xdje42@gmail.com>
7835
7836 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
7837 entries. Duplicate file section script entries.
7838 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
7839 inlined entries. Add test for safe-path rejection.
7840 * gdb.python/py-section-script.c: Add duplicate inlined section script
7841 entries. Duplicate file section script entries.
7842 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
7843 inlined entries. Add test for safe-path rejection.
7844
df25ebbd
JB
78452015-01-29 Joel Brobecker <brobecker@adacore.com>
7846
7847 * gdb.ada/disc_arr_bound: New testcase.
7848
4a0ca9ec
JB
78492015-01-29 Joel Brobecker <brobecker@adacore.com>
7850
7851 * gdb.ada/mi_var_array: New testcase.
7852
3a8b707a
DE
78532015-01-27 Doug Evans <dje@google.com>
7854
7855 * gdb.python/py-objfile.exp: Add tests for objfile.username.
7856 Add test for objfile.filename, objfile.username after objfile
7857 has been unloaded.
7858
f8313f6e
JB
78592015-01-26 Joel Brobecker <brobecker@adacore.com>
7860
7861 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
7862 the second test to print the name attribute of value
7863 returned by the call to gdb.lookup_type, and adjust
7864 the expected output accordingly.
7865
37bc665e
MW
78662015-01-25 Mark Wielaard <mjw@redhat.com>
7867
7868 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
7869 * gdb.base/disp-step-fork.c: Include unistd.h.
7870 * gdb.base/siginfo-obj.c: Include stdio.h.
7871 * gdb.base/siginfo-thread.c: Likewise.
7872 * gdb.mi/non-stop.c: Include unistd.h.
7873 * gdb.mi/nsthrexec.c: Include stdio.h.
7874 * gdb.mi/pthreads.c: Include unistd.h.
7875 * gdb.modula2/unbounded1.c (main): Declare returns int.
7876 * gdb.reverse/consecutive-reverse.c: Likewise.
7877 * gdb.threads/create-fail.c: Include unistd.h.
7878 * gdb.threads/killed.c: Likewise.
7879 * gdb.threads/linux-dp.c: Likewise.
7880 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
7881 * gdb.threads/non-ldr-exc-2.c: Likewise.
7882 * gdb.threads/non-ldr-exc-3.c: Likewise.
7883 * gdb.threads/non-ldr-exc-4.c: Likewise.
7884 * gdb.threads/pthreads.c: Include unistd.h.
7885 (main): Declare returns int.
7886 * gdb.threads/tls-main.c (foo): New declaration.
7887 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
7888
f7e5394d
SM
78892015-01-23 Simon Marchi <simon.marchi@ericsson.com>
7890
7891 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
7892 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
7893
743649fd
MW
78942015-01-15 Mark Wielaard <mjw@redhat.com>
7895
7896 * gdb.base/noreturn-return.c: New file.
7897 * gdb.base/noreturn-return.exp: New file.
7898 * gdb.base/noreturn-finish.c: New file.
7899 * gdb.base/noreturn-finish.exp: New file.
7900
198297aa
PA
79012015-01-23 Pedro Alves <palves@redhat.com>
7902
7903 * gdb.threads/continue-pending-after-query.c: New file.
7904 * gdb.threads/continue-pending-after-query.exp: New file.
7905
717cf30c
AG
79062015-01-22 Anders Granlund <anders.granlund@ericsson.com>
7907 Simon Marchi <simon.marchi@ericsson.com>
7908
7909 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
7910 * gdb.base/valgrind-db-attach.exp: Same.
7911 * gdb.base/valgrind-infcall.exp: Same.
7912 * lib/mi-support.exp (default_mi_gdb_start): Same.
7913 * lib/prompt.exp (default_prompt_gdb_start): Same.
7914 * lib/gdb.exp (default_gdb_spawn): Same.
7915 (gdb_interact): New.
7916
7917
4b62a76e
JK
79182015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7919
7920 * gdb.compile/compile.exp (pointer to jit function): New test.
7921
b4cdae6f
WW
79222015-01-17 Wei-cheng Wang <cole945@gmail.com>
7923
7924 * lib/gdb.exp (supports_process_record): Return true for
7925 powerpc*-*-linux*.
7926 (supports_reverse): Likewise.
7927
d221e7ef
DB
79282015-01-15 Don Breazeal <donb@codesourcery.com>
7929
7930 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
7931 instead of checking whether the target board is remote and
7932 use spawn_wait_for_attach instead of exec/sleep.
7933 * gdb.base/attach-twice.exp: Likewise.
7934
bafffb51
JB
79352015-01-15 Joel Brobecker <brobecker@adacore.com>
7936
7937 * gdb.ada/var_arr_attrs: New testcase.
7938
5589af0e
PA
79392015-01-14 Pedro Alves <palves@redhat.com>
7940 Joel Brobecker <brobecker@adacore.com>
7941
7942 PR gdb/17525
7943 * gdb.base/bp-cmds-execution-x-script.c: New file.
7944 * gdb.base/bp-cmds-execution-x-script.exp: New file.
7945 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
7946
6c400b59
PA
79472015-01-14 Pedro Alves <palves@redhat.com>
7948
7949 PR cli/17828
7950 * gdb.base/batch-preserve-term-settings.c: New file.
7951 * gdb.base/batch-preserve-term-settings.exp: New file.
7952
e02c96a7
DE
79532015-01-13 Doug Evans <dje@google.com>
7954
7955 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
7956 binary.
7957
576fd14c
JB
79582015-01-13 Joel Brobecker <brobecker@adacore.com>
7959
7960 * Makefile.in (clean mostlyclean): Do not delete *.py.
7961
04dccad0
JB
79622015-01-13 Joel Brobecker <brobecker@adacore.com>
7963
7964 * gdb.python/py-lookup-type.exp: New file.
7965
3d230f71
PA
79662015-01-12 Pedro Alves <palves@redhat.com>
7967
7968 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
7969 restore GDBFLAGS before returning.
7970
7e67715d
JK
79712015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7972
7973 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
7974 is_amd64_regs_target and is_x86_like_target.
7975
f2e0d4b4
DE
79762015-01-11 Doug Evans <xdje42@gmail.com>
7977
7978 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
7979 is given without an explicit form.
7980 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
7981 attributes.
7982 * gdb.dwarf/corrupt.exp: Ditto.
7983 * gdb.dwarf2/enum-type.exp: Ditto.
7984 * gdb.trace/entry-values.exp: Ditto.
7985 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
7986
439250fb
DE
79872015-01-11 Doug Evans <xdje42@gmail.com>
7988
7989 PR gdb/15830
7990 * gdb.base/maint.exp: Remove references to "maint demangle".
7991 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
7992 Add tests for explicitly specifying language to demangle.
7993 * gdb.dlang/demangle.exp: Ditto.
7994
ede9f622
PA
79952015-01-09 Pedro Alves <palves@redhat.com>
7996
7997 * gdb.threads/non-stop-fair-events.c: New file.
7998 * gdb.threads/non-stop-fair-events.exp: New file.
7999
a7b796db
PA
80002015-01-09 Pedro Alves <palves@redhat.com>
8001
8002 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
8003 the global scope. Set a breakpoint after all threads are started
8004 rather than stepping over two source lines. Expect the prompt.
8005 * gdb.base/watch_thread_num.c (threads_started_barrier): New
8006 global.
8007 (NUM): Now 15.
8008 (main): Use threads_started_barrier to wait for all threads to
8009 start. Main thread no longer calls thread_function. Exit after
8010 180 seconds.
8011 (loop): New function.
8012 (thread_function): Wait on threads_started_barrier barrier. Call
8013 'loop' at each iteration.
8014 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
8015 threads have started, instead of hardcoding number of "next"
8016 steps. Use an access watchpoint instead of a write watchpoint.
8017
9665ffdd
PA
80182015-01-09 Pedro Alves <palves@redhat.com>
8019
8020 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
8021 (thread_func): Wait on barrier.
8022 (main): Wait for all threads to start before stopping GDB.
8023 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
8024 global.
8025 (thread1_func, thread2_func): Wait on barrier.
8026 (main): Wait for all threads to start before stopping GDB.
8027 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
8028 New global.
8029 (thread1_func, thread2_func): Wait on barrier.
8030 (main): Wait for all threads to start before stopping GDB.
8031
c945a99f
PA
80322015-01-09 Pedro Alves <palves@redhat.com>
8033
8034 * gdb.threads/attach-many-short-lived-threads.c: New file.
8035 * gdb.threads/attach-many-short-lived-threads.exp: New file.
8036
c1a747c1
PA
80372014-01-09 Pedro Alves <palves@redhat.com>
8038
8039 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
8040 instead of to thread 2.
8041 * gdb.threads/signal-command-multiple-signals-pending.c (main):
8042 Add barrier around each pthread_create call instead of around all
8043 calls.
8044 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
8045 Set a break on thread_function and have the child threads hit it
8046 one at at a time.
8047
60b3033e
PA
80482015-01-09 Pedro Alves <palves@redhat.com>
8049
8050 * lib/gdb.exp (can_spawn_for_attach): New procedure.
8051 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
8052 false.
8053 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
8054 checking whether the target board is remote.
8055 * gdb.multi/multi-attach.exp: Likewise.
8056 * gdb.python/py-sync-interp.exp: Likewise.
8057 * gdb.server/ext-attach.exp: Likewise.
8058 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
8059 tests that need to attach, instead of checking whether the target
8060 board is remote at the top of the file.
8061
acc018ac
YQ
80622015-01-08 Yao Qi <yao@codesourcery.com>
8063
8064 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
8065
50a18af8
JK
80662015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8067
8068 Fix testcase compilation.
8069 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
8070
8503d6e1
JB
80712015-01-06 Joel Brobecker <brobecker@adacore.com>
8072
8073 * gdb.python/py-type.exp: Add a couple test about empty
8074 array creation, and negative-length array creation.
8075
cc73dbcc
DE
80762015-01-02 Doug Evans <xdje42@gmail.com>
8077
8078 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
8079
0300bbc7
DE
80802015-01-02 Doug Evans <dje@google.com>
8081
8082 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
8083
9d85a0ec
YQ
80842014-12-29 Yao Qi <yao@codesourcery.com>
8085
8086 * gdb.trace/entry-values.exp: Update comments. Rename variable
8087 bar_call_foo to returned_from_foo.
8088
87186c6a
MMN
80892014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
8090
8091 PR gdb/17394
8092 * gdb.linespec/break-asm-file.c: New file.
8093 * gdb.linespec/break-asm-file.exp: New file.
8094 * gdb.linespec/break-asm-file0.s: New file.
8095 * gdb.linespec/break-asm-file1.s: New file.
8096
1bab7383
YQ
80972014-12-18 Nigel Stephens <nigel@mips.com>
8098 Maciej W. Rozycki <macro@codesourcery.com>
8099
8100 * gdb.base/float.exp: Handle the new output from "info float" on
8101 MIPS targets.
8102
1bc1068a
JK
81032014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8104
8105 Fix MinGW compilation.
8106 * gdb.compile/compile-ops.exp: Update untested message if
8107 !skip_compile_feature_tests.
8108 * gdb.compile/compile-setjmp.exp: Likewise.
8109 * gdb.compile/compile-tls.exp: Likewise.
8110 * gdb.compile/compile.exp: Likewise.
8111 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
8112 supported on this host".
8113
b6615d10
DE
81142014-12-16 Doug Evans <xdje42@gmail.com>
8115
8116 * boards/stabs.exp: New file.
8117
25dda427
AA
81182014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
8119
8120 * gdb.base/completion.exp: Adjust to format changes of "maint
8121 print user-registers".
8122
bf330350
CU
81232014-12-16 Catalin Udma <catalin.udma@freescale.com>
8124
8125 PR server/17457
8126 * gdb.arch/aarch64-fp.c: New file.
8127 * gdb.arch/aarch64-fp.exp: New file.
8128
395cf596
SDJ
81292014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
8130
8131 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
8132 r210637, r210913, r211666, r215400, r215817).
8133
8134 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
8135 * dg-extract-results.py: New file.
8136 * dg-extract-results.sh: Use it if the environment seems
8137 suitable.
8138
8139 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
8140
8141 * dg-extract-results.py (parse_run): Handle warnings that
8142 are printed before a test harness is run.
8143
8144 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
8145
8146 * dg-extract-results.py (Named): Remove __cmp__ method.
8147 (output_variation): Use a key to sort variation.harnesses.
8148
8149 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
8150
8151 * dg-extract-results.py: For Python 3, force sys.stdout to
8152 handle surrogate escape sequences.
8153 (safe_open): New function.
8154 (output_segment, main): Use it.
8155
8156 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
8157
8158 * dg-extract-results.py (Prog.result_re): Include options
8159 in test name.
8160
8161 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
8162
8163 * dg-extract-results.py (output_variation): Always sort if
8164 do_sum.
8165
e882ef3c
SM
81662014-12-15 Simon Marchi <simon.marchi@ericsson.com>
8167
8168 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
8169 as long as we get pagination notifications.
8170
4992aa20
JM
81712014-12-15 Jason Merrill <jason@redhat.com>
8172
8173 * Makefile.in (check-gdb.%): Restore.
8174 * README: Mention it.
8175
c1b5a1a6
JB
81762014-12-13 Joel Brobecker <brobecker@adacore.com>
8177
8178 * gdb.ada/str_uninit: New testcase.
8179
5537b577
JK
81802014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8181
8182 PR symtab/17642
8183 * gdb.base/vla-stub-define.c: New file.
8184 * gdb.base/vla-stub.c: New file.
8185 * gdb.base/vla-stub.exp: New file.
8186
bb2ec1b3
TT
81872014-12-12 Phil Muldoon <pmuldoon@redhat.com>
8188 Jan Kratochvil <jan.kratochvil@redhat.com>
8189 Tom Tromey <tromey@redhat.com>
8190
8191 * configure.ac: Add gdb.compile/.
8192 * configure: Regenerate.
8193 * gdb.compile/Makefile.in: New file.
8194 * gdb.compile/compile-ops.exp: New file.
8195 * gdb.compile/compile-ops.c: New file.
8196 * gdb.compile/compile-tls.c: New file.
8197 * gdb.compile/compile-tls.exp: New file.
8198 * gdb.compile/compile-constvar.S: New file.
8199 * gdb.compile/compile-constvar.c: New file.
8200 * gdb.compile/compile-mod.c: New file.
8201 * gdb.compile/compile-nodebug.c: New file.
8202 * gdb.compile/compile-setjmp-mod.c: New file.
8203 * gdb.compile/compile-setjmp.c: New file.
8204 * gdb.compile/compile-setjmp.exp: New file.
8205 * gdb.compile/compile-shlib.c: New file.
8206 * gdb.compile/compile.c: New file.
8207 * gdb.compile/compile.exp: New file.
8208 * lib/gdb.exp (skip_compile_feature_tests): New proc.
8209
4ff709eb
TT
82102014-12-12 Tom Tromey <tromey@redhat.com>
8211
8212 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
8213 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
8214
6dddd6a5
DE
82152014-12-12 Doug Evans <dje@google.com>
8216
8217 * lib/gdb-python.exp (get_python_valueof): New function.
8218 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
8219
71c24708
AA
82202014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8221
8222 * gdb.base/completion.exp: Add test for completion of "info
8223 registers ".
8224
3e29f34a
MR
82252014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
8226
8227 * gdb.base/func-ptrs.c: New file.
8228 * gdb.base/func-ptrs.exp: New file.
8229
fc126975
SM
82302014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8231
8232 PR breakpoints/17012
8233 * gdb.base/dprintf-detach.c: New file.
8234 * gdb.base/dprintf-detach.exp: New file.
8235
0a46d518
SM
82362014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8237
8238 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
8239 * lib/gdb.exp (target_is_gdbserver): New procedure.
8240
a0be3e44
DE
82412014-12-08 Doug Evans <dje@google.com>
8242
8243 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
8244
df1b803a
YQ
82452014-12-05 Yao Qi <yao@codesourcery.com>
8246
8247 * gdb.guile/scm-error.exp: Remove the third argument to
8248 gdb_remote_download.
8249 * gdb.guile/scm-frame-args.exp: Likewise.
8250 * gdb.guile/scm-section-script.exp: Likewise.
8251
ddb9f679
YQ
82522014-12-05 Yao Qi <yao@codesourcery.com>
8253
8254 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
8255
86e4ed39
DE
82562014-12-04 Doug Evans <dje@google.com>
8257
8258 * gdb.python/py-objfile.exp: Add tests for
8259 objfile.add_separate_debug_file.
8260
7c50a931
DE
82612014-12-04 Doug Evans <dje@google.com>
8262
8263 * lib/gdb.exp (get_build_id): New function.
8264 (build_id_debug_filename_get): Rewrite to use it.
8265 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
8266
621661e3
MR
82672014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
8268
8269 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
8270 `method(long)', not just 0x0.
8271 * gdb.cp/nsalias.exp: Align code labels to 4.
8272 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
8273 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
8274 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
8275 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
8276 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
8277 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
8278
29f0c3b7
DE
82792014-12-02 Doug Evans <dje@google.com>
8280
e1e061e7 8281 PR symtab/17602
29f0c3b7 8282 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 8283 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
8284 * gdb.cp/anon-ns.exp: Update.
8285
162078c8
NB
82862014-12-02 Nick Bull <nicholaspbull@gmail.com>
8287
8288 * gdb.python/py-events.py (inferior_call_handler): New.
8289 (register_changed_handler, memory_changed_handler): New.
8290 (test_events.invoke): Register new handlers.
8291 * gdb.python/py-events.exp: Add tests for inferior call,
8292 memory_changed and register_changed events.
8293
fdb09caf
AA
82942014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
8295
8296 * gdb.base/execl-update-breakpoints.exp: Specify the link address
8297 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
8298 if the linker doesn't understand this.
8299
55cfb2c4
SM
83002014-12-01 Simon Marchi <simon.marchi@ericsson.com>
8301
8302 * gdb.python/python.exp: Change expected reply to help().
8303
9e8cd6df
YQ
83042014-12-01 Yao Qi <yao@codesourcery.com>
8305
8306 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
8307 AC_CONFIG_SUBDIRS(gdb.gdbtk).
8308 * configure: Re-generated.
8309
6c659fc2
SC
83102014-11-28 Siva Chandra Reddy <sivachandra@google.com>
8311
8312 * gdb.cp/chained-calls.cc: New file.
8313 * gdb.cp/chained-calls.exp: New file.
8314 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
8315
d7fc3181
SM
83162014-11-28 Simon Marchi <simon.marchi@ericsson.com>
8317
8318 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
8319 * gdb.dwarf2/symtab-producer.exp: Same.
8320 * gdb.gdb/python-interrupts.exp: Same.
8321 * gdb.gdb/python-selftest.exp: Same.
8322 * gdb.python/py-linetable.exp: Same.
8323 * gdb.python/py-type.exp: Same.
8324 * gdb.python/py-value-cc.exp: Same.
8325 * gdb.python/py-value.exp: Same.
8326
10e79639
YQ
83272014-11-28 Yao Qi <yao@codesourcery.com>
8328
8329 * gdb.base/break-probes.exp: Match library name prefixed with
8330 sysroot.
8331
f28a0564
SM
83322014-11-27 Simon Marchi <simon.marchi@ericsson.com>
8333
8334 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
8335 test expected output. Add parentheses for the call to print.
8336 Remove L suffix from integers.
8337
3fe1ce1d
DE
83382014-11-26 Doug Evans <dje@google.com>
8339
8340 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
8341
84429e27
YQ
83422014-11-22 Yao Qi <yao@codesourcery.com>
8343
8344 * gdb.trace/entry-values.c: Remove asms.
8345 (foo): Add foo_label.
8346 (bar): Add bar_label.
8347 * gdb.trace/entry-values.exp: Remove code computing foo's
8348 length and bar's length.
8349 (Dwarf::assemble): Invoke function_range for bar and use
8350 MACRO_AT_func for foo.
8351
26741859
YQ
83522014-11-22 Yao Qi <yao@codesourcery.com>
8353
8354 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
8355 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
8356 Use .Lgcc43_procstart instead of gcc43.
8357
45e44d27
JB
83582014-11-21 Joel Brobecker <brobecker@adacore.com>
8359
8360 * gdb.ada/n_arr_bound: New testcase.
8361
458c8db8
SDJ
83622014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
8363
8364 PR breakpoints/10737
8365 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
8366 test_catch_syscall_multi_arch.
8367 (test_catch_syscall_multi_arch): New function.
8368
43f3e411
DE
83692014-11-20 Doug Evans <xdje42@gmail.com>
8370
8371 * gdb.base/maint.exp: Update expected output.
8372
0d7b2549
AA
83732014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8374
8375 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
8376 4-byte instruction on S390.
8377
8908fca5
JB
83782014-11-19 Joel Brobecker <brobecker@adacore.com>
8379
8380 * gdb.ada/arr_arr: New testcase.
8381
4a46959e
JB
83822014-11-19 Joel Brobecker <brobecker@adacore.com>
8383
8384 * gdb.ada/pkd_arr_elem: New Testcase.
8385
470e2f4e
LM
83862014-11-18 Luis Machado <lgustavo@codesourcery.com>
8387
8388 * gdb.reverse/break-precsave: Expect completion message for
8389 core file reads.
8390 * gdb.reverse/consecutive-precsave.exp: Likewise.
8391 * gdb.reverse/finish-precsave.exp: Likewise.
8392 * gdb.reverse/i386-precsave.exp: Likewise.
8393 * gdb.reverse/machinestate-precsave.exp: Likewise.
8394 * gdb.reverse/sigall-precsave.exp: Likewise.
8395 * gdb.reverse/solib-precsave.exp: Likewise.
8396 * gdb.reverse/step-precsave.exp: Likewise.
8397 * gdb.reverse/until-precsave.exp: Likewise.
8398 * gdb.reverse/watch-precsave.exp: Likewise.
8399
a267f3ad
AA
84002014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8401
8402 * gdb.base/bp-permanent.c: Include unistd.h.
8403 * gdb.python/py-framefilter-mi.c (main): Add return type.
8404 * gdb.python/py-framefilter.c (main): Likewise.
8405 * gdb.trace/actions-changed.c (main): Likewise.
8406
12084a9a
AA
84072014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8408
8409 * gdb.mi/until.c: Add eye-catchers.
8410 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
8411 line numbers.
8412
dc7e1a77
AA
84132014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8414
8415 * gdb.base/condbreak.exp: Drop references to removed non-prototype
8416 function header variants in break1.c.
8417 * gdb.base/ena-dis-br.exp: Likewise.
8418 * gdb.base/hbreak2.exp: Likewise.
8419 * gdb.reverse/until-precsave.exp: Drop references to removed
8420 non-prototype function header variants in ur1.c.
8421 * gdb.reverse/until-reverse.exp: Likewise.
8422
41c77605
PM
84232014-11-17 Petr Machata <pmachata@redhat.com>
8424
8425 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
8426 ${_cu_offset_size} bytes abbrev offset.
8427
34248c3a
DE
84282014-11-15 Doug Evans <xdje42@gmail.com>
8429
8430 PR symtab/17559
8431 * gdb.base/line-symtabs.exp: New file.
8432 * gdb.base/line-symtabs.c: New file.
8433 * gdb.base/line-symtabs.h: New file.
8434
646da059
YQ
84352014-11-14 Yao Qi <yao@codesourcery.com>
8436
8437 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
8438 (func): Add label func_label.
8439 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
8440 Replace low_pc and high_pc with MACRO_AT_range.
8441 Replace name, low_pc and high_pc with MACRO_AT_func.
8442
9301ebe6
YQ
84432014-11-14 Yao Qi <yao@codesourcery.com>
8444
8445 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
8446 Replace name, low_pc and high_pc with MACRO_AT_func.
8447
f166b542
YQ
84482014-11-14 Yao Qi <yao@codesourcery.com>
8449
8450 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
8451 produce debug information.
8452 * gdb.dwarf2/implptr-optimized-out.S: Removed.
8453
0f6e71e3
YQ
84542014-11-14 Yao Qi <yao@codesourcery.com>
8455
8456 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
8457 object and get function length.
8458 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
8459 with MACRO_AT_func.
8460 (top-level): Replace gdb_compile and clean_restart with
8461 prepare_for_testing.
8462 * gdb.dwarf2/main.c (main): Add label main_label.
8463
876c4df9
YQ
84642014-11-14 Yao Qi <yao@codesourcery.com>
8465
8466 * lib/dwarf.exp (function_range): New procedure.
8467 (Dwarf::_handle_macro_at_func): New procedure.
8468 (Dwarf::_handle_macro_at_range): New procedure.
8469 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
8470
02ad9cf1
YQ
84712014-11-14 Yao Qi <yao@codesourcery.com>
8472
8473 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
8474 (_handle_attribute): New procedure.
8475
a59add0c
AA
84762014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8477
8478 * gdb.ada/cond_lang/foo.c (callme): Add return type.
8479 * gdb.base/call-sc.c (zed): Likewise.
8480 * gdb.base/checkpoint.c (main): Likewise.
8481 * gdb.base/dump.c (main): Likewise.
8482 * gdb.base/gcore.c (main): Likewise.
8483 * gdb.base/huge.c (main): Likewise.
8484 * gdb.base/multi-forks.c (main): Likewise.
8485 * gdb.base/pr10179-a.c (main): Likewise.
8486 * gdb.base/savedregs.c (main): Likewise.
8487 * gdb.base/sigaltstack.c (main): Likewise.
8488 * gdb.base/siginfo.c (main): Likewise.
8489 * gdb.base/structs.c (zed): Likewise.
8490 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
8491 * gdb.mi/mi-syn-frame.c (main): Likewise.
8492 * gdb.mi/until.c (foo, main): Likewise.
8493 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
8494 * gdb.base/solib-weak.c (foo): Declare.
8495 * gdb.base/attach-twice.c: Include stdio.h.
8496 * gdb.base/weaklib1.c: Likewise.
8497 * gdb.base/weaklib2.c: Likewise.
8498 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
8499 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
8500 unistd.h.
8501 * gdb.base/attach-pie-misread.c: Include stdlib.h.
8502 * gdb.mi/mi-exit-code.c: Likewise.
8503 * gdb.base/break-interp-lib.c: Include string.h.
8504 * gdb.base/coremaker.c: Likewise.
8505 * gdb.base/testenv.c: Likewise.
8506 * gdb.python/py-finish-breakpoint.c: Likewise.
8507 * gdb.base/inferior-died.c: Include sys/wait.h.
8508 * gdb.base/fileio.c: Include time.h.
8509 * gdb.base/async-shell.c: Include unistd.h.
8510 * gdb.base/dprintf-non-stop.c: Likewise.
8511 * gdb.base/info-os.c: Likewise.
8512 * gdb.mi/mi-console.c: Likewise.
8513 * gdb.mi/watch-nonstop.c: Likewise.
8514 * gdb.python/py-events.c: Likewise.
8515 * gdb.base/async.c (baz): Move up before its invocation.
8516 * gdb.base/code_elim2.c (my_global_func): Likewise.
8517 * gdb.base/skip-solib-lib.c (multiply): Likewise.
8518 * gdb.base/advance.c (func2): Likewise.
8519
3b5d5997
AA
85202014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8521
8522 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
8523 variant.
8524 * gdb.base/annota3.c: Likewise.
8525 * gdb.base/async.c: Likewise.
8526 * gdb.base/average.c: Likewise.
8527 * gdb.base/call-ar-st.c: Likewise.
8528 * gdb.base/call-rt-st.c: Likewise.
8529 * gdb.base/call-sc.c: Likewise.
8530 * gdb.base/call-strs.c: Likewise.
8531 * gdb.base/ending-run.c: Likewise.
8532 * gdb.base/execd-prog.c: Likewise.
8533 * gdb.base/exprs.c: Likewise.
8534 * gdb.base/foll-exec.c: Likewise.
8535 * gdb.base/foll-fork.c: Likewise.
8536 * gdb.base/foll-vfork.c: Likewise.
8537 * gdb.base/funcargs.c: Likewise.
8538 * gdb.base/gcore.c: Likewise.
8539 * gdb.base/jump.c: Likewise.
8540 * gdb.base/langs0.c: Likewise.
8541 * gdb.base/langs1.c: Likewise.
8542 * gdb.base/langs2.c: Likewise.
8543 * gdb.base/mips_pro.c: Likewise.
8544 * gdb.base/nodebug.c: Likewise.
8545 * gdb.base/opaque0.c: Likewise.
8546 * gdb.base/opaque1.c: Likewise.
8547 * gdb.base/recurse.c: Likewise.
8548 * gdb.base/run.c: Likewise.
8549 * gdb.base/scope0.c: Likewise.
8550 * gdb.base/scope1.c: Likewise.
8551 * gdb.base/setshow.c: Likewise.
8552 * gdb.base/setvar.c: Likewise.
8553 * gdb.base/shmain.c: Likewise.
8554 * gdb.base/shr1.c: Likewise.
8555 * gdb.base/shr2.c: Likewise.
8556 * gdb.base/sigall.c: Likewise.
8557 * gdb.base/signals.c: Likewise.
8558 * gdb.base/so-indr-cl.c: Likewise.
8559 * gdb.base/solib2.c: Likewise.
8560 * gdb.base/structs.c: Likewise.
8561 * gdb.base/sum.c: Likewise.
8562 * gdb.base/vforked-prog.c: Likewise.
8563 * gdb.base/watchpoint.c: Likewise.
8564 * gdb.reverse/shr2.c: Likewise.
8565 * gdb.reverse/until-reverse.c: Likewise.
8566 * gdb.reverse/ur1.c: Likewise.
8567 * gdb.reverse/watch-reverse.c: Likewise.
8568
066a77c5
AA
85692014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8570
8571 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
8572 variant.
8573 * gdb.base/sepdebug.exp: Drop references to removed code.
8574
4f204ea5
AA
85752014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8576
8577 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
8578 variant. Preserve original line numbering.
8579 * gdb.base/list1.c: Likewise.
8580
3b377a3a
AA
85812014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8582
8583 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
8584 variant.
8585 * gdb.base/break1.c: Likewise.
8586 * gdb.base/break.exp: Drop references to removed code.
8587
e444df73
AA
85882014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8589
8590 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
8591 variant.
8592
8008f2a7
AA
85932014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8594
8595 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
8596
a5a06887
AA
85972014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8598
8599 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
8600 logic into perform_all_tests() and invoke it with and without
8601 function header prototypes.
8602 (do_function_calls): Remove conditional XFAIL for PR 5318.
8603 (rerun_and_prepare): Remove duplicate code.
8604 (perform_all_tests): New. Main logic moved here.
8605
44dba9b9
AA
86062014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8607
8608 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
8609 code guarded by #ifdef NO_PROTOTYPES.
8610 (t_double_many_args): Likewise.
8611 (DEF_FUNC_MANY_ARGS_1): Likewise.
8612 (DEF_FUNC_VALUES_1): Likewise.
8613 (t_structs_ldc): Renamed from t_structs_fc in conditional code
8614 guarded by #ifdef PROTOTYPES.
8615
d1fbcd56
AA
86162014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8617
8618 * gdb.mi/mi-console.c: Add eye-catcher.
8619 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
8620 instead of literal line number.
8621
b0e59b8f
AA
86222014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8623
8624 * gdb.base/shr2.c: Add eye-catcher.
8625 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
8626 line number.
8627
78f98cca
AA
86282014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8629
8630 * gdb.base/jump.c: Add eye-catchers.
8631 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
8632 numbers.
8633
58fa2af0
AA
86342014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8635
8636 * gdb.base/execd-prog.c: Add eye-catchers.
8637 * gdb.base/foll-exec.c: Likewise.
8638 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
8639 line numbers.
8640
04e5059b
AA
86412014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8642
8643 * gdb.base/ending-run.c: Add eye-catchers.
8644 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
8645 literal line numbers.
8646
dbfdb174
AA
86472014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8648
8649 * gdb.base/call-rt-st.c: Add eye-catchers.
8650 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
8651 literal line numbers.
8652
888a2ade
AA
86532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8654
8655 * gdb.base/call-ar-st.c: Add eye-catchers.
8656 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
8657 literal line numbers.
8658
6acc2dde
AA
86592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8660
8661 * gdb.base/average.c: Add eye-catchers.
8662 * gdb.base/sum.c: Likewise.
8663 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
8664 regexps dynamically.
8665
9ecfcd1d
AA
86662014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8667
8668 * gdb.base/solib1.c: Add eye-catchers.
8669 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
8670 literal line numbers.
8671
78708b7c
PA
86722014-11-12 Pedro Alves <palves@redhat.com>
8673
8674 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
8675 leader has exited.
8676
af48d08f
PA
86772014-11-12 Pedro Alves <palves@redhat.com>
8678
8679 * gdb.arch/i386-bp_permanent.c: New file.
8680 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
8681 (srcfile): Set to i386-bp_permanent.c.
8682 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
8683 that stepi does not execute the 'leave' instruction, instead of
8684 testing it does execute.
8685 * gdb.base/bp-permanent.c: New file.
8686 * gdb.base/bp-permanent.exp: New file.
8687
af3768e9
DE
86882014-11-10 Doug Evans <xdje42@gmail.com>
8689
8690 PR symtab/17564
8691 * gdb.base/symtab-search-order.exp: New file.
8692 * gdb.base/symtab-search-order.c: New file.
8693 * gdb.base/symtab-search-order-1.c: New file.
8694 * gdb.base/symtab-search-order-shlib-1.c: New file.
8695
9de00a4a
PA
86962014-11-07 Pedro Alves <palves@redhat.com>
8697
8698 PR gdb/17511
8699 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
8700 i?86-*-linux*.
8701
e0f52461
SC
87022014-11-03 Siva Chandra Reddy <sivachandra@google.com>
8703
8704 PR c++/17494
8705 * gdb.cp/pr17494.cc: New file.
8706 * gdb.cp/pr17494.exp: New file.
8707
6ce8c980
YQ
87082014-11-02 Yao Qi <yao@codesourcery.com>
8709
8710 * gdb.python/python.exp: Get working directory and match the
8711 output of "set extended-prompt \\w " with it.
8712
02be9a71
DE
87132014-10-30 Doug Evans <dje@google.com>
8714
8715 * gdb.python/py-objfile.exp: Add tests for setting random attributes
8716 in objfiles.
8717 * gdb.python/py-progspace.exp: Add tests for setting random attributes
8718 in progspaces.
8719
3bdff46b
LM
87202014-10-30 Janis Johnson <janisjo@codesourcery.com>
8721
8722 * gdb.base/fullpath-expand.exp: Skip for a remote host.
8723 * gdb.base/realname-expand.exp: Likewise.
8724 * gdb.linespec/macro-relative.exp: Likewise.
8725
ab917dfb
PA
87262014-10-29 Pedro Alves <palves@redhat.com>
8727
8728 PR gdb/17408
8729 * gdb.threads/schedlock.c (some_function): New function.
8730 (call_function): New global.
8731 (MAYBE_CALL_SOME_FUNCTION): New macro.
8732 (thread_function): Call it.
8733 * gdb.threads/schedlock.exp (get_args): Add description parameter,
8734 and use it instead of a global counter. Adjust all callers.
8735 (get_current_thread): Use "find current thread" for test message
8736 here rather than having all callers pass down the same string.
8737 (goto_loop): New procedure, factored out from ...
8738 (my_continue): ... this.
8739 (step_ten_loops): Change parameter from test message to command to
8740 use. Adjust.
8741 (list_count): Delete global.
8742 (check_result): New procedure, factored out from duplicate top
8743 level code.
8744 (continue tests): Wrap in with_test_prefix.
8745 (test_step): New procedure, factored out from duplicate top level
8746 code.
8747 (top level): Test "step" in combination with all scheduler-locking
8748 modes. Test "next" in combination with all scheduler-locking
8749 modes, and in combination with stepping over a function call or
8750 not.
8751 * gdb.threads/next-bp-other-thread.c: New file.
8752 * gdb.threads/next-bp-other-thread.exp: New file.
8753
d3d4baed
PA
87542014-10-29 Pedro Alves <palves@redhat.com>
8755
8756 PR python/17372
8757 * gdb.python/python.exp: Test a multi-line command that spawns
8758 interactive Python.
8759 * gdb.base/multi-line-starts-subshell.exp: New file.
8760
563e8d85
YQ
87612014-10-29 Yao Qi <yao@codesourcery.com>
8762
8763 * gdb.base/fileio.exp: Make directories on host.
8764
0ea4d52e
YQ
87652014-10-29 Yao Qi <yao@codesourcery.com>
8766
8767 * gdb.base/fileio.c (test_write): Close the file.
8768
7f5ef605
PA
87692014-10-28 Pedro Alves <palves@redhat.com>
8770
8771 PR gdb/12623
8772 * gdb.base/sigstep.c (no_handler): New global.
8773 (main): If 'no_handler is true, set the signal handlers to
8774 SIG_IGN.
8775 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
8776 with_sw_watch and no_handler parameters. Handle them.
8777 (top level) <stepping over handler when stopped at a breakpoint
8778 test>: Add a test axis for testing with a software watchpoint, and
8779 another for testing with the signal handler set to SIG_IGN.
8780 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
8781 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
8782
abbdbd03
PA
87832014-10-28 Pedro Alves <palves@redhat.com>
8784
8785 PR gdb/17511
8786 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
8787 * gdb.base/sigstep.exp (other_handler_location): New global.
8788 (advance): Support stepping into the signal handler, and running
8789 commands while in the handler.
8790 (in_handler_map): New global.
8791 (top level): In the advance test, add combinations for getting
8792 into the handler with stepping commands, and for running commands
8793 in the handler. Add comment descripting the advancei tests.
8794
1df4399f
PA
87952014-10-28 Pedro Alves <palves@redhat.com>
8796
8797 * gdb.base/sigstep.exp: Use build_executable instead of
8798 prepare_for_testing.
8799 (top level): Move code that starts GDB, runs to main and creates a
8800 display to ...
8801 (restart): ... this new procedure.
8802 (top level): Move backtrace from signal handler test to ...
8803 (validate_backtrace): ... this new procedure.
8804 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
8805 with_test_prefix. Always restart GDB.
8806 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
8807 with_test_prefix. Always restart GDB. No need to delete
8808 breakpoints after the test.
8809 (test_skip_handler): Remove prefix parameter.
8810 (skip_over_handler, breakpoint_to_handler)
8811 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
8812 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
8813 restart GDB. No need to delete breakpoints after the test.
8814 (top level): Use foreach to call the test procedures with
8815 different commands.
8816
a5b6e449
PA
88172014-10-28 Pedro Alves <palves@redhat.com>
8818
8819 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
8820 instead of GNATS numbers.
8821 * gdb.base/sigbpt.exp: Likewise.
8822 * gdb.base/siginfo.exp: Likewise.
8823 * gdb.base/sigstep.exp: Likewise.
8824
e5f8a7cc
PA
88252014-10-27 Pedro Alves <palves@redhat.com>
8826
8827 * gdb.base/sigstep.c (dummy): New global.
8828 (main): Issue a couple writes to the new global.
8829 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
8830 procedures.
8831 (skip_over_handler): Use test_skip_handler.
8832 (top level): Call skip_over_handler for stepi and nexti too.
8833 (breakpoint_over_handler): Use test_skip_handler.
8834 (top level): Call breakpoint_over_handler for stepi and nexti too.
8835
763905a3
YQ
88362014-10-27 Yao Qi <yao@codesourcery.com>
8837
8838 * gdb.trace/tfile.c (adjust_function_address)
8839 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
8840 function descriptor.
8841
6f259a23
DB
88422014-10-24 Don Breazeal <donb@codesourcery.com>
8843
8844 * gdb.base/foll-fork.exp (test_follow_fork,
8845 catch_fork_child_follow): Check for updated fork messages emitted
8846 from infrun.c.
8847 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
8848 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
8849 vfork_and_exec_child_follow_through_step): Check for updated vfork
8850 messages emitted from infrun.c.
8851
09dd9a69
PA
88522014-10-24 Pedro Alves <palves@redhat.com>
8853
8854 * gdb.base/corefile.exp: Remove references to ultrix.
8855 * gdb.base/interrupt.exp: Likewise.
8856 * gdb.base/whatis.exp: Likewise.
8857 * gdb.gdb/selftest.exp: Likewise.
8858 * gdb.threads/manythreads.exp: Likewise.
8859 * gdb.threads/print-threads.exp: Likewise.
8860 * gdb.threads/pthreads.exp:: Likewise.
8861 * gdb.threads/schedlock.exp: Likewise.
8862
3433cfa5
SC
88632014-10-24 Siva Chandra Reddy <sivachandra@google.com>
8864
8865 * gdb.cp/non-trivial-retval.cc: Add a test case.
8866 * gdb.cp/non-trivial-retval.exp: Add a test.
8867
092f880b
YQ
88682014-10-20 Yao Qi <yao@codesourcery.com>
8869
8870 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
8871 * gdb.python/py-objfile-script-gdb.py: New file.
8872 * gdb.python/py-objfile-script.exp: Update reference to
8873 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
8874 of remote_download. Remove the dest file.
8875
acbdb7f3
YQ
88762014-10-20 Yao Qi <yao@codesourcery.com>
8877
8878 * gdb.base/checkpoint.exp: Don't remove file copied on host.
8879 * gdb.base/step-line.exp: Likewise.
8880 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
8881 * gdb.dwarf2/dw2-basic.exp: Likewise.
8882 * gdb.dwarf2/dw2-compressed.exp: Likewise.
8883 * gdb.dwarf2/dw2-filename.exp: Likewise.
8884 * gdb.dwarf2/dw2-intercu.exp: Likewise.
8885 * gdb.dwarf2/dw2-intermix.exp: Likewise.
8886 * gdb.dwarf2/dw2-producer.exp: Likewise.
8887 * gdb.dwarf2/mac-fileno.exp: Likewise.
8888 * gdb.python/py-frame-args.exp: Likewise.
8889 * gdb.python/py-framefilter.exp: Likewise.
8890 * gdb.python/py-mi.exp: Likewise.
8891 * gdb.python/py-objfile-script.exp: Likewise
8892 * gdb.python/py-pp-integral.exp: Likewise.
8893 * gdb.python/py-pp-re-notag.exp: Likewise.
8894 * gdb.python/py-prettyprint.exp: Likewise.
8895 * gdb.python/py-section-script.exp: Likewise.
8896 * gdb.python/py-typeprint.exp: Likewise.
8897 * gdb.python/py-xmethods.exp: Likewise.
8898 * gdb.stabs/weird.exp: Likewise.
8899 * gdb.xml/tdesc-regs.exp: Likewise.
8900
bd286a29
KCY
89012014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
8902
8903 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
8904 (out_cu): Use addr_len for the size of addresses.
8905 (out_line): Likewise. Size DW_LNE_set_address instruction
8906 according to addr_len.
8907 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
8908 (FUNC): Add START_INSNS to definition.
8909
673dc4a0
YQ
89102014-10-18 Yao Qi <yao@codesourcery.com>
8911
8912 * gdb.base/argv0-symlink.exp: Check argv[0] value if
8913 gdb_has_argv0 return true.
8914 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
8915 check [target_info exists noargs], check [gdb_has_argv0]
8916 instead.
8917 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
8918 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
8919 procedures.
8920
4ffbba72
DE
89212014-10-17 Doug Evans <dje@google.com>
8922
8923 * gdb.python/py-events.exp: Update expected output for clear_objfiles
8924 event.
8925 * gdb.python/py-events.py: Add clear_objfiles event.
8926
d096d8c1
DE
89272014-10-17 Doug Evans <dje@google.com>
8928
8929 * gdb.python/py-objfile.exp: Test progspace attribute.
8930
a80db015
LM
89312014-10-17 Luis Machado <lgustavo@codesourcery.com>
8932
8933 * gdb.guile/scm-breakpoint.exp: Do not assume any
8934 directory separators when matching source file paths.
8935 * gdb.python/py-breakpoint.exp: Likewise.
8936 * gdb.reverse/break-precsave.exp: Likewise.
8937 * gdb.reverse/break-reverse.exp: Likewise.
8938 * gdb.reverse/consecutive-precsave.exp: Likewise.
8939 * gdb.reverse/finish-precsave.exp: Likewise.
8940 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
8941 * gdb.reverse/finish-reverse.exp: Likewise.
8942 * gdb.reverse/i386-precsave.exp: Likewise.
8943 * gdb.reverse/i387-env-reverse.exp: Likewise.
8944 * gdb.reverse/i387-stack-reverse.exp: Likewise.
8945 * gdb.reverse/machinestate-precsave.exp: Likewise.
8946 * gdb.reverse/machinestate.exp: Likewise.
8947 * gdb.reverse/sigall-precsave.exp: Likewise.
8948 * gdb.reverse/solib-precsave.exp: Likewise.
8949 * gdb.reverse/step-precsave.exp: Likewise.
8950 * gdb.reverse/until-precsave.exp: Likewise.
8951 * gdb.reverse/watch-precsave.exp: Likewise.
8952 * gdb.reverse/watch-reverse.exp: Likewise.
8953
b22089ab
YQ
89542014-10-17 Yao Qi <yao@codesourcery.com>
8955
8956 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
8957 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
8958
6c4486e6
PA
89592014-10-17 Pedro Alves <palves@redhat.com>
8960
8961 PR gdb/17471
8962 * gdb.base/bg-execution-repeat.c: New file.
8963 * gdb.base/bg-execution-repeat.exp: New file.
8964
0ff33695
PA
89652014-10-17 Pedro Alves <palves@redhat.com>
8966
8967 PR gdb/17300
8968 * gdb.base/continue-all-already-running.c: New file.
8969 * gdb.base/continue-all-already-running.exp: New file.
8970
6fdebc3d
PA
89712014-10-17 Pedro Alves <palves@redhat.com>
8972
8973 PR gdb/17472
8974 * gdb.base/annota-input-while-running.c: New file.
8975 * gdb.base/annota-input-while-running.exp: New file.
8976
32a8097b
PA
89772014-10-17 Pedro Alves <palves@redhat.com>
8978
8979 * gdb.base/callfuncs.exp: emove references to osf.
8980 * gdb.base/sigall.exp: Likewise.
8981 * gdb.gdb/selftest.exp: Likewise.
8982 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
8983 * gdb.mi/non-stop.c: Likewise.
8984 * gdb.mi/pthreads.c: Likewise.
8985 * gdb.reverse/sigall-precsave.exp: Likewise.
8986 * gdb.reverse/sigall-reverse.exp: Likewise.
8987 * gdb.threads/pthreads.c: Likewise.
8988 * gdb.threads/pthreads.exp: Likewise.
8989
7a3517ff
YQ
89902014-10-17 Yao Qi <yao@codesourcery.com>
8991
8992 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
8993 check 'target_info exists noargs'.
8994 (test_command_prompt_position): Likewise.
8995 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
8996 Remove "set args".
8997 (progvar_simple_while_test): Likewise.
8998 (progvar_complex_if_while_test): Likewise.
8999 (if_while_breakpoint_command_test): Likewise.
9000 (infrun_breakpoint_command_test): Likewise.
9001 (breakpoint_command_test): Likewise.
9002 (watchpoint_command_test): Likewise.
9003 (bp_deleted_in_command_test): Likewise.
9004 (temporary_breakpoint_commands): Likewise.
9005
bb99c472
YQ
90062014-10-16 Yao Qi <yao@codesourcery.com>
9007
9008 * gdb.base/remotetimeout.exp: Remove noargs checking.
9009
7c16b83e
PA
90102014-10-15 Pedro Alves <palves@redhat.com>
9011
9012 PR breakpoints/9649
9013 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
9014 * gdb.base/breakpoint-in-ro-region.exp
9015 (probe_target_hardware_step): New procedure.
9016 (top level): Probe hardware stepping and hardware breakpoint
9017 support. Test stepping through a read-only region, with both
9018 "breakpoint auto-hw" on and off and both "always-inserted" on and
9019 off.
9020
35a49624
IB
90212014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
9022
9023 * gdb.dlang/demangle.exp: Update for demangling changes.
9024
2d1c107c
SC
90252014-10-15 Siva Chandra Reddy <sivachandra@google.com>
9026
9027 * gdb.cp/non-trivial-retval.cc: Add new test cases.
9028 * gdb.cp/non-trivial-retval.exp: Add new tests.
9029
778811d5
SC
90302014-10-15 Siva Chandra Reddy <sivachandra@google.com>
9031
9032 PR c++/13403
9033 PR c++/15154
9034 * gdb.cp/non-trivial-retval.cc: New file.
9035 * gdb.cp/non-trivial-retval.exp: New file.
9036
10c5f0a8
YQ
90372014-10-15 Yao Qi <yao@codesourcery.com>
9038
9039 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
9040 remote host.
9041
65d7b369
YQ
90422014-10-15 Yao Qi <yao@codesourcery.com>
9043
9044 * gdb.python/py-symbol.exp: Match file base name if host is
9045 remote, otherwise match file name with dir name.
9046 * gdb.python/py-symtab.exp: Likewise.
9047 * gdb.python/python.exp: Likewise.
9048
46dc1394
YQ
90492014-10-15 Yao Qi <yao@codesourcery.com>
9050
9051 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
9052 pattern.
9053 * gdb.python/py-symtab.exp: Likewise.
9054 * gdb.python/python.exp: Remove trailing ".*". Fix typo
9055 locationn.
9056
c40cc657
JB
90572014-10-14 Joel Brobecker <brobecker@adacore.com>
9058
9059 * gdb.ada/addr_arith: New testcase.
9060
2abf49e1
MR
90612014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
9062
9063 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
9064 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
9065 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
9066 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
9067
f7088df3
SDJ
90682014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
9069
9070 * gdb.arch/stap-eval-lang-ada.S: Likewise.
9071 * gdb.arch/stap-eval-lang-ada.c: Likewise.
9072 * gdb.arch/stap-eval-lang-ada.exp: New file.
9073
4dc06805
YQ
90742014-10-14 Yao Qi <yao@codesourcery.com>
9075
9076 * gdb.mi/mi-var-child.c (nothing1): New function.
9077 (nothing2): New function.
9078 (do_children_tests): Set function pointers by nothing1 and
9079 nothing2.
9080 * gdb.mi/mi-var-child.exp: Step over new added statements.
9081 Update test to match the new output.
9082 * gdb.mi/var-cmd.c (nothing1): New function.
9083 (nothing2): New function.
9084 (do_children_tests): Set function pointers by nothing1 and
9085 nothing2.
9086 * gdb.mi/mi-var-display.exp: Update test to match output.
9087 Step to the line specified by $line_dct_nothing.
9088 Increase the number of lines to step.
9089
46a93de2
YQ
90902014-10-14 Yao Qi <yao@codesourcery.com>
9091
9092 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
9093 tests.
9094 * gdb.mi/mi2-var-child.exp: Likewise.
9095
14ea52ee
DE
90962014-10-13 Doug Evans <dje@google.com>
9097
9098 * gdb.python/py-objfile.exp: Change name of file name test.
9099
e5c6e92b
DE
91002014-10-13 Doug Evans <dje@google.com>
9101
9102 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
9103 from the start of the CU.
9104
c780cc2f
JK
91052014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9106 Yao Qi <yao@codesourcery.com>
9107
9108 Fix "save breakpoints" for "catch" command.
9109 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
9110 Remove -nonewline. Match also the added "main" line.
9111
99894e11
JK
91122014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9113
9114 Fix "save breakpoints" for "disable $bpnum" command.
9115 * gdb.base/save-bp.c (main): Add label.
9116 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
9117
6e1ac5a3
JK
91182014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9119
9120 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
9121
754dd2b0
YQ
91222014-10-11 Yao Qi <yao@codesourcery.com>
9123
9124 * gdb.server/server-kill.exp: Execute command
9125 "set remote trace-status-packet on" before "tstatus".
9126
f90183d7
YQ
91272014-10-11 Yao Qi <yao@codesourcery.com>
9128
9129 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
9130 (main): Call getppid.
9131 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
9132 and continue to it. Read variable "server_pid".
9133
bf40a607
YQ
91342014-10-11 Yao Qi <yao@codesourcery.com>
9135
9136 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
9137
052ca370
YQ
91382014-10-11 Yao Qi <yao@codesourcery.com>
9139
9140 * gdb.threads/thread-find.exp: Don't execute command
9141 "info threads".
9142 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
9143 * gdb.threads/linux-dp.exp: Don't check the condition
9144 $threads_created equals to zero.
9145
3831839c
PA
91462014-10-10 Pedro Alves <palves@redhat.com>
9147
9148 * gdb.base/bigcore.exp: Remove references to IRIX.
9149 * gdb.base/funcargs.exp: Likewise.
9150 * gdb.base/interrupt.exp: Likewise.
9151 * gdb.base/mips_pro.exp: Likewise.
9152 * gdb.base/nodebug.exp: Likewise.
9153 * gdb.base/setvar.exp: Likewise.
9154 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
9155
8b9a549d
PA
91562014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9157 Pedro Alves <palves@redhat.com>
9158
9159 PR symtab/14466
9160 * gdb.base/vdso-warning.c: New file.
9161 * gdb.base/vdso-warning.exp: New file.
9162
d48ba5e8
DE
91632014-10-02 Doug Evans <dje@google.com>
9164
9165 * gdb.base/structs.c (main): Don't run forever.
9166
2278c276
PA
91672014-10-02 Pedro Alves <palves@redhat.com>
9168
9169 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
9170 (top level) <stop threads 1, stop threads 2>: Use it.
9171
b57bacec
PA
91722014-10-02 Pedro Alves <palves@redhat.com>
9173
9174 * gdb.threads/break-while-running.exp (test): Add new
9175 'update_thread_list' argument. Skip "info threads" if false.
9176 (top level): Add new 'update_thread_list' axis.
9177
13fd3ff3
PA
91782014-10-02 Pedro Alves <palves@redhat.com>
9179
9180 PR breakpoints/17431
9181 * gdb.base/execl-update-breakpoints.c: New file.
9182 * gdb.base/execl-update-breakpoints.exp: New file.
9183
0fec99e8
PA
91842014-10-01 Pedro Alves <palves@redhat.com>
9185
9186 * gdb.base/breakpoint-in-ro-region.c: New file.
9187 * gdb.base/breakpoint-in-ro-region.exp: New file.
9188
2ddf4301
SM
91892014-10-01 Simon Marchi <simon.marchi@ericsson.com>
9190
9191 * gdb.mi/mi-exit-code.exp: New file.
9192 * gdb.mi/mi-exit-code.c: New file.
9193
6a5f3f43
YQ
91942014-09-30 Yao Qi <yao@codesourcery.com>
9195
9196 * lib/prelink-support.exp (build_executable_own_libs): Error if
9197 the target isn't native.
9198
345bcc73
YQ
91992014-09-30 Yao Qi <yao@codesourcery.com>
9200
9201 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
9202 false.
9203
a25a5a45
PA
92042014-09-22 Pedro Alves <palves@redhat.com>
9205
9206 * gdb.threads/break-while-running.exp: New file.
9207 * gdb.threads/break-while-running.c: New file.
9208
00ba3162
YQ
92092014-09-19 Yao Qi <yao@codesourcery.com>
9210
9211 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
9212 Invoke test. Restart GDB with --readnow and invoke test again.
9213
c3b7b696
YQ
92142014-09-19 Yao Qi <yao@codesourcery.com>
9215
9216 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
9217 proc set_breakpoint_on_gcd_function. Invoke
9218 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
9219 invoke set_breakpoint_on_gcd_function again.
9220
2b4fd423
DE
92212014-09-18 Doug Evans <dje@google.com>
9222
9223 * gdb.dwarf2/symtab-producer.exp: New file.
9224
a5947601
SDJ
92252014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9226
9227 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
9228 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
9229 * gdb.base/global-var-nested-by-dso.c: Likewise.
9230 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9231
91c19059
SDJ
92322014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9233 Pedro Alves <palves@redhat.com>
9234
9235 * gdb.base/watch-bitfields.exp: Pass string other than test file
9236 name to prepare_for_testing.
9237 (watch): New procedure.
9238 (expect_watchpoint): Use with_test_prefix.
9239 (top level): Factor out tests to ...
9240 (test_watch_location, test_regular_watch): ... these new
9241 procedures, and use with_test_prefix and gdb_continue_to_end.
9242
bb9d5f81
PP
92432014-09-16 Patrick Palka <patrick@parcs.ath.cx>
9244
9245 PR breakpoints/12526
9246 * gdb.base/watch-bitfields.exp: New file.
9247 * gdb.base/watch-bitfields.c: New file.
9248
635856f5
PA
92492014-09-16 Pedro Alves <palves@redhat.com>
9250
9251 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
9252 software and hardware addresses, not software address against
9253 itself.
9254
7280ceea
PA
92552014-09-16 Pedro Alves <palves@redhat.com>
9256
9257 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
9258 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
9259
428b16bd
PA
92602014-09-16 Pedro Alves <palves@redhat.com>
9261
9262 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
9263 files.
9264 * gdb.base/a2-run.exp: Remove all code guarded by istarget
9265 "*-*-vxworks*" throughout.
9266 * gdb.base/break.exp: Likewise.
9267 * gdb.base/default.exp: Likewise.
9268 * gdb.base/scope.exp: Likewise.
9269 * gdb.base/sepdebug.exp: Likewise.
9270 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
9271 throughout.
9272 * gdb.base/run.c: Likewise.
9273 * gdb.base/sepdebug.c: Likewise.
9274 * gdb.hp/gdb.aCC/run.c: Likewise.
9275 * gdb.reverse/until-reverse.c: Likewise.
9276 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
9277
666d413c
YQ
92782014-09-16 Yao Qi <yao@codesourcery.com>
9279
9280 * boards/local-remote-host-native.exp: New file.
9281
57cbd724
DE
92822014-09-14 Doug Evans <xdje42@gmail.com>
9283
9284 * gdb.threads/queue-signal.c (thread_count): New variable.
9285 (thread_count_mutex, thread_count_condvar): New variables.
9286 (incr_thread_count, wait_all_threads_running): New functions.
9287 (main): Wait for all threads to be in their thread functions.
9288
81219e53
DE
92892014-09-13 Doug Evans <xdje42@gmail.com>
9290
9291 * gdb.threads/queue-signal.c: New file.
9292 * gdb.threads/queue-signal.exp: New file.
9293
3714cea7
DE
92942014-09-13 Doug Evans <xdje42@gmail.com>
9295
9296 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
9297 be consistent with what default_gdb_init uses.
9298 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
9299 the plain text of the prompt. Add some logging printfs.
9300 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
9301
fa43b1d7
PA
93022014-09-12 Pedro Alves <palves@redhat.com>
9303
9304 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
9305 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
9306 * gdb.arch/i386-size-overlap.exp: Likewise.
9307 * gdb.arch/i386-size.exp: Likewise.
9308 * gdb.arch/i386-unwind.exp: Likewise.
9309 * gdb.base/a2-run.exp: Likewise.
9310 * gdb.base/break.exp: Likewise.
9311 * gdb.base/charset.exp: Likewise.
9312 * gdb.base/chng-syms.exp: Likewise.
9313 * gdb.base/commands.exp: Likewise.
9314 * gdb.base/dbx.exp: Likewise.
9315 * gdb.base/find.exp: Likewise.
9316 * gdb.base/funcargs.exp: Likewise.
9317 * gdb.base/jit-simple.exp: Likewise.
9318 * gdb.base/reread.exp: Likewise.
9319 * gdb.base/sepdebug.exp: Likewise.
9320 * gdb.base/step-bt.exp: Likewise.
9321 * gdb.cp/mb-inline.exp: Likewise.
9322 * gdb.cp/mb-templates.exp: Likewise.
9323 * gdb.objc/basicclass.exp: Likewise.
9324 * gdb.threads/killed.exp: Likewise.
9325
9d9bf2df
EBM
93262014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9327
9328 PR tdep/17379
9329 * gdb.arch/powerpc-stackless.S: New file.
9330 * gdb.arch/powerpc-stackless.exp: New file.
9331
1cf2f1b0
JK
93322014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9333
9334 * gdb.base/attach.c: Include unistd.h.
9335 (main): Call alarm. Add label postloop.
9336 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
9337 gdb_breakpoint, gdb_continue_to_breakpoint.
9338 (test_command_line_attach_run): Kill ${testpid} in one exit path.
9339
98880d46
PA
93402014-09-11 Pedro Alves <palves@redhat.com>
9341
9342 PR gdb/17347
9343 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
9344 * gdb.base/attach.exp (test_command_line_attach_run): New
9345 procedure.
9346 (top level): Call it.
9347
4c92ff2c
PA
93482014-09-11 Pedro Alves <palves@redhat.com>
9349
9350 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
9351 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
9352 (do_command_attach_tests): Use spawn_wait_for_attach.
9353 * gdb.base/solib-overlap.exp: Likewise.
9354 * gdb.multi/multi-attach.exp: Likewise.
9355 * gdb.python/py-prompt.exp: Likewise.
9356 * gdb.python/py-sync-interp.exp: Likewise.
9357 * gdb.server/ext-attach.exp: Likewise.
9358
3adc1a7d
GKB
93592014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
9360
9361 * gdb.fortran/array-element.exp: Remove unexpected "continue"
9362 command in testcase. Simplify testcase.
9363
96334934
JB
93642014-09-10 Joel Brobecker <brobecker@adacore.com>
9365
9366 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
9367
eb479039
JB
93682014-09-10 Joel Brobecker <brobecker@adacore.com>
9369
9370 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
9371
deede10c
JB
93722014-09-10 Joel Brobecker <brobecker@adacore.com>
9373
9374 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
9375
7828a5f5
JB
93762014-09-10 Joel Brobecker <brobecker@adacore.com>
9377
9378 * gdb.dwarf2/dynarr-ptr.c: New file.
9379 * gdb.dwarf2/dynarr-ptr.exp: New file.
9380
33aeebcf
MR
93812014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9382
9383 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
9384 of 30 rather than hardcoding 120 for a slow test case. Take the
9385 `gdb,timeout' target setting into account for this calculation.
9386 Don't extend the timeout for the test cases that don't need it.
9387
7b415901
MR
93882014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9389
9390 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
9391 a factor of 2 for a slow test case. Take the `gdb,timeout'
9392 target setting into account for this calculation.
9393 * gdb.reverse/until-precsave.exp: Increase the timeout by
9394 a factor of 15 and 3 respectively rather than adding 120
9395 for a pair of slow test cases. Take the `gdb,timeout'
9396 target setting into account for this calculation.
9397
4a40f85a
MR
93982014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9399
9400 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
9401 timeout, don't pass one down to gdb_expect.
9402 (gdb_expect): Rework timeout selection.
9403
09635af7
MR
94042014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9405
9406 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
9407 exception on timeout.
9408 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
9409 (gdbserver_start_extended): Catch any `gdbserver_start' error
9410 exceptions.
9411 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
9412 * lib/mi-support.exp (mi_gdb_target_load): Catch any
9413 `gdbserver_gdb_load' error exceptions.
9414
2bdd10b7
MR
94152014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9416
9417 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
9418 120 on waiting for the TCP socket to open.
9419
316935f0
DE
94202014-09-09 Doug Evans <xdje42@gmail.com>
9421
9422 * gdb.base/default.exp (show_conv_list): Add _caller_is,
9423 _caller_matches, _any_caller_is, _any_caller_matches.
9424
83740597
DE
94252014-09-09 Doug Evans <xdje42@gmail.com>
9426
9427 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
9428
4c122fc3
YQ
94292014-09-09 Yao Qi <yao@codesourcery.com>
9430
9431 * gdb.mi/mi-var-display.exp: Set print symbol off.
9432
a9f116cb
GKB
94332014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
9434
9435 PR gdb/17035
9436 * gdb.base/commands.exp: Add tests to verify user-defined
9437 commands with empty bodies.
9438 * gdb.python/py-cmd.exp: Test that we don't show user-defined
9439 python commands in `show user command`.
9440 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
9441 scheme commands in `show user command`.
9442
c75bd3a2
JK
94432014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9444
9445 PR python/17355
9446 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
9447 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
9448 * gdb.python/py-framefilter-invalidarg.exp: New file.
9449 * gdb.python/py-framefilter-invalidarg.py: New file.
9450
faa42425
DE
94512014-09-06 Doug Evans <xdje42@gmail.com>
9452
9453 PR 15276
9454 * gdb.python/py-caller-is.c: New file.
9455 * gdb.python/py-caller-is.exp: New file.
9456
474ca4f6
SDJ
94572014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
9458
9459 PR gdb/17235
9460 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
9461 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
9462
eb0b0463
SDJ
94632014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
9464
9465 PR fortran/17237
9466 * gdb.fortran/print-formatted.exp: New file.
9467 * gdb.fortran/print-formatted.f90: Likewise.
9468
5f3b99cf
SS
94692014-09-03 Sasha Smundak <asmundak@google.com>
9470
9471 * gdb.python/py-frame.exp: Test Frame.read_register.
9472
7d793aa9
SDJ
94732014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
9474
9475 PR python/16699
9476 * gdb.python/py-completion.exp: New file.
9477 * gdb.python/py-completion.py: Likewise.
9478
fb0576e9
DE
94792014-08-28 Doug Evans <dje@google.com>
9480
9481 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
9482 eax,etc. are live with values set by gdb and thus the compiler can't
9483 use them.
9484 * gdb.arch/i386-pseudo.c (main): Ditto.
9485
ee92b0dd
DE
94862014-08-27 Doug Evans <dje@google.com>
9487
9488 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
9489
6649db35
DE
94902014-08-25 Doug Evans <dje@google.com>
9491
9492 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
9493 (main): Ditto.
9494
564b7600
DE
94952014-08-25 Doug Evans <dje@google.com>
9496
9497 * gdb.threads/thread-execl.exp: #include <stdio.h>.
9498
3881fb67
YQ
94992014-08-24 Yao Qi <yao@codesourcery.com>
9500
9501 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
9502 symbol off.
9503 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
9504
a05a36a5
DE
95052014-08-22 Doug Evans <dje@google.com>
9506
9507 PR 17276
9508 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
9509 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
9510 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
9511
7c343b48
YQ
95122014-08-22 Yao Qi <yao@codesourcery.com>
9513
9514 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
9515 * gdb.python/py-finish-breakpoint2.exp: Likewise.
9516 * gdb.python/python.exp: Likewise. Use .py file on the host
9517 instead of the build.
9518
22fd09ae
JK
95192014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9520
9521 * gdb.threads/gcore-stale-thread.c: New file.
9522 * gdb.threads/gcore-stale-thread.exp: New file.
9523
a8454a7c
PA
95242014-08-21 Pedro Alves <palves@redhat.com>
9525
9526 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
9527 * gdb.base/gcore-relro-pie.exp: Likewise.
9528 * gdb.base/gcore-relro.exp: Likewise.
9529 * gdb.base/gcore.exp: Likewise.
9530 * gdb.base/print-symbol-loading.exp: Likewise.
9531 * gdb.threads/gcore-thread.exp: Likewise.
9532 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
9533
2a31c623
PA
95342014-08-20 Pedro Alves <palves@redhat.com>
9535 Jan Kratochvil <jan.kratochvil@redhat.com>
9536
9537 * Makefile.in (EXTRA_RULES, CC): New variables, get from
9538 configure.
9539 (EXPECT): Handle READ1 being set.
9540 (all): Depend on EXTRA_RULES.
9541 (check-read1, expect-read1, read1.so, read1): New rules.
9542 * README (Testsuite Parameters): Document the READ1 make variable.
9543 (Race detection): New section.
9544 * configure: Regenerate.
9545 * configure.ac: If build==host==target, and running under a
9546 GNU/glibc system, add read1 to the extra Makefile rules.
9547 (EXTRA_RULES): AC_SUBST it.
9548 * lib/read1.c: New file.
9549
d36430db
JB
95502014-08-20 Joel Brobecker <brobecker@adacore.com>
9551
9552 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
9553 the handling of variables declared as a typedef to an array
9554 which a DW_AT_data_location attribute.
9555
9a0dc9e3
PA
95562014-08-19 Andrew Burgess <aburgess@broadcom.com>
9557 Pedro Alves <palves@redhat.com>
9558
9559 PR symtab/14604
9560 PR symtab/14605
9561 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
9562 gdb_test.
9563
0718a8da
PA
95642014-08-19 Pedro Alves <palves@redhat.com>
9565
9566 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
9567
13b448cd
YQ
95682014-08-19 Yao Qi <yao@codesourcery.com>
9569
9570 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
9571 right line.
9572
1cbf5077
DB
95732014-08-18 David Blaikie <dblaikie@gmail.com>
9574
9575 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
9576
bf0fae19
JB
95772014-08-18 Joel Brobecker <brobecker@adacore.com>
9578
9579 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
9580 attribute in array range.
9581
3c8c5dcc
JB
95822014-08-18 Joel Brobecker <brobecker@adacore.com>
9583
9584 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
9585
e66d4446
SC
95862014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9587
9588 PR c++/17132
9589 * gdb.cp/pr17132.cc: New file.
9590 * gdb.cp/pr17132.exp: New file.
9591
940df408
SC
95922014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9593
9594 * gdb.python/py-xmethods.py (A_getarrayind)
9595 (E_method_char_worker.__call__, E_method_int_worker.__call__):
9596 Use 'print' with function call syntax.
9597 (E_method_matcher.match): Fix tab vs space indentation mixup.
9598
ebcc6c3a
YQ
95992014-08-15 Yao Qi <yao@codesourcery.com>
9600
9601 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
9602 false.
9603
775e0f04
YQ
96042014-08-15 Yao Qi <yao@codesourcery.com>
9605
9606 * gdb.cp/casts.exp: Set print symbol off.
9607 * gdb.cp/class2.exp: Likewise.
9608 * gdb.cp/overload.exp: Likewise.
9609 * gdb.cp/templates.exp: Likewise.
9610
d769e349
DE
96112014-08-11 Doug Evans <dje@google.com>
9612
9613 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
9614 (test_load_shlib): Update.
9615
20c6f1e1
YQ
96162014-08-09 Yao Qi <yao@codesourcery.com>
9617
9618 * gdb.base/display.exp: Invoke is_address_zero_readable.
9619 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
9620 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
9621 * gdb.base/hbreak-unmapped.exp: Return if
9622 is_address_zero_readable returns true.
9623 * gdb.base/signest.exp: Likewise.
9624 * gdb.base/signull.exp: Likewise.
9625 * gdb.base/sigbpt.exp: Likewise.
9626 * gdb.guile/scm-disasm.exp: Do the test if
9627 is_address_zero_readable returns false.
9628 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
9629 * gdb.python/py-arch.exp: Likewise.
9630 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
9631 * lib/gdb.exp (is_address_zero_readable): New proc.
9632
5792e8e3
YQ
96332014-08-09 Yao Qi <yao@codesourcery.com>
9634
9635 PR testsuite/13443
9636 * gdb.mi/mi-var-display.exp: Make test messages unique.
9637
3cecbbbe
TT
96382014-08-04 Tom Tromey <tromey@redhat.com>
9639
9640 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
9641 target 0".
9642
00b51ff5
TT
96432014-08-04 Tom Tromey <tromey@redhat.com>
9644
9645 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
9646 "target_resume".
9647
6908c509
JB
96482014-08-01 Joel Brobecker <brobecker@adacore.com>
9649
9650 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
9651 inner_vla_struct_object_size.
9652 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
9653 as xfail.
9654
cc6563d2
PA
96552014-07-30 Pedro Alves <palves@redhat.com>
9656
9657 * gdb.threads/signal-command-handle-nopass.exp (test): Add
9658 comment.
9659
7e09a223
YQ
96602014-07-29 Yao Qi <yao@codesourcery.com>
9661
9662 PR gdb/17206
9663 * gdb.base/until-nodebug.exp: New.
9664
7ebdbe92
DE
96652014-07-28 Doug Evans <xdje42@gmail.com>
9666
9667 PR guile/17203
9668 * gdb.guile/scm-parameter.exp: Add tests for trying to create
9669 previously existing parameter, and previously ambiguously spelled
9670 parameter.
9671
fdb1adc6
WN
96722014-07-28 Will Newton <will.newton@linaro.org>
9673
9674 * gdb.base/varargs.exp: Remove KFAILs for ARM.
9675
186fcde0
DE
96762014-07-26 Ludovic Courtès <ludo@gnu.org>
9677 Doug Evans <xdje42@gmail.com>
9678
9679 PR guile/17146
9680 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
9681
70509625
PA
96822014-07-25 Pedro Alves <palves@redhat.com>
9683
9684 * gdb.threads/signal-command-handle-nopass.c: New file.
9685 * gdb.threads/signal-command-handle-nopass.exp: New file.
9686 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
9687 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
9688 * gdb.threads/signal-delivered-right-thread.c: New file.
9689 * gdb.threads/signal-delivered-right-thread.exp: New file.
9690
c3f814a1
PA
96912014-07-25 Pedro Alves <palves@redhat.com>
9692
9693 * gdb.base/double-prompt-target-event-error.exp
9694 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
9695 match.
9696 (cancel_pagination_in_target_event): Rework double prompt
9697 detection.
9698 * gdb.base/paginate-after-ctrl-c-running.exp
9699 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
9700 <return>' match.
9701 * gdb.base/paginate-bg-execution.exp
9702 (test_bg_execution_pagination_return)
9703 (test_bg_execution_pagination_cancel): Remove '-notransfer
9704 <return>' matches.
9705 * gdb.base/paginate-execution-startup.exp
9706 (test_fg_execution_pagination_return)
9707 (test_fg_execution_pagination_cancel): Remove '-notransfer
9708 <return>' matches.
9709 * gdb.base/paginate-inferior-exit.exp
9710 (test_paginate_inferior_exited): Remove '-notransfer <return>'
9711 match.
9712 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
9713 * lib/gdb.exp (pagination_prompt): Run text through
9714 string_to_regexp.
9715 (gdb_test_multiple): Match $pagination_prompt instead of
9716 "<return>".
9717 (string_to_regexp): Move to lib/gdb-utils.exp.
9718
e214cf6c
JK
97192014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9720
9721 * gdb.arch/amd64-entry-value-paramref.S: New file.
9722 * gdb.arch/amd64-entry-value-paramref.cc: New file.
9723 * gdb.arch/amd64-entry-value-paramref.exp: New file.
9724 * gdb.arch/amd64-optimout-repeat.S: New file.
9725 * gdb.arch/amd64-optimout-repeat.c: New file.
9726 * gdb.arch/amd64-optimout-repeat.exp: New file.
9727
17d0c5c8
JK
97282014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9729
9730 PR gdb/17170
9731 * gdb.base/statistics.exp: New file.
9732
b8b8facf
DE
97332014-07-17 Doug Evans <dje@google.com>
9734
74b49205 9735 PR gdb/17170
b8b8facf
DE
9736 * gdb.base/maint.exp: Update testing of per-command stats.
9737
1b5d0ab3
PA
97382014-07-16 Pedro Alves <palves@redhat.com>
9739
9740 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
9741 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
9742 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
9743 (tfile_write_buf): New functions.
9744 (add_memory_block): Rewrite using the above.
9745 (adjust_function_address): New function.
9746 (FUNCTION_ADDRESS): New macro.
9747 (write_basic_trace_file): Remove short_x local, and use
9748 tfile_write_16. Change type of func_addr local to unsigned long
9749 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
9750 here. Cast argument of add_memory_block to char pointer.
9751 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
9752 (main): Remove parameters.
9753 * gdb.trace/tfile.exp: Remove nowarnings.
9754
4d974e88
SM
97552014-07-15 Simon Marchi <simon.marchi@ericsson.com>
9756
9757 * gdb.base/debug-expr.exp: Test string evaluation with
9758 "debug expression" on.
9759
41e99568
PA
97602014-07-15 Pedro Alves <palves@redhat.com>
9761
9762 * gdb.base/reread.exp: Use clean_restart.
9763
487d9753
PL
97642014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
9765
9766 * gdb.arch/avr-flash-qualifer.c: New.
9767 * gdb.arch/avr-flash-qualifer.exp: New.
9768
cc1c52ad
PA
97692014-07-14 Pedro Alves <palves@redhat.com>
9770
9771 * gdb.base/paginate-after-ctrl-c-running.c: New file.
9772 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
9773
1e973570
PA
97742014-07-14 Pedro Alves <palves@redhat.com>
9775
9776 * gdb.base/double-prompt-target-event-error.c: New file.
9777 * gdb.base/double-prompt-target-event-error.exp: New file.
9778
93d6eb10
PA
97792014-07-14 Pedro Alves <palves@redhat.com>
9780
9781 PR gdb/17072
9782 * gdb.base/paginate-inferior-exit.c: New file.
9783 * gdb.base/paginate-inferior-exit.exp: New file.
9784
0017922d
PA
97852014-07-14 Pedro Alves <palves@redhat.com>
9786
9787 PR gdb/17072
9788 * gdb.base/paginate-bg-execution.c: New file.
9789 * gdb.base/paginate-bg-execution.exp: New file.
9790
94696ad3
PA
97912014-07-14 Pedro Alves <palves@redhat.com>
9792
9793 PR gdb/17072
9794 * gdb.base/paginate-execution-startup.c: New file.
9795 * gdb.base/paginate-execution-startup.exp: New file.
9796 * lib/gdb.exp (pagination_prompt): New global.
9797 (default_gdb_spawn): New procedure, factored out from
9798 default_gdb_spawn.
9799 (default_gdb_start): Adjust to call default_gdb_spawn.
9800 (gdb_spawn): New procedure.
9801
bd293940
PA
98022014-07-14 Pedro Alves <palves@redhat.com>
9803
9804 * lib/gdb.exp (gdb_assert): New procedure.
9805 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
9806
c933f875
PA
98072014-07-14 Pedro Alves <palves@redhat.com>
9808
9809 * gdb.base/execution-termios.c: New file.
9810 * gdb.base/execution-termios.exp: New file.
9811
d98b7a16
TT
98122014-07-14 Tom Tromey <tromey@redhat.com>
9813
9814 * gdb.cp/vla-cxx.cc: New file.
9815 * gdb.cp/vla-cxx.exp: New file.
9816
548740d6
TT
98172014-07-14 Tom Tromey <tromey@redhat.com>
9818
9819 * gdb.reverse/rerun-prec.c: New file.
9820 * gdb.reverse/rerun-prec.exp: New file.
9821
a25eb028
MR
98222014-07-12 Maciej W. Rozycki <macro@mips.com>
9823 Maciej W. Rozycki <macro@codesourcery.com>
9824
9825 * lib/gdb-utils.exp: New file.
9826 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
9827 inline `gdb_init_command' processing.
9828 (gdb_start_cmd): Likewise.
9829 * lib/mi-support.exp (mi_run_cmd): Likewise.
9830 * README: Document `gdb_init_command' and `gdb_init_commands'.
9831
218c2655
JK
98322014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9833
9834 Fix false FAIL running under a very long directory name.
9835 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
9836 and "set print elements 10000". Twice.
9837
5401fde3
YQ
98382014-07-11 Yao Qi <yao@codesourcery.com>
9839
9840 * gdb.base/exprs.exp: "set print symbol off".
9841
e76126e8
PA
98422014-07-11 Pedro Alves <palves@redhat.com>
9843
9844 * gdb.threads/kill.c: New file.
9845 * gdb.threads/kill.exp: New file.
9846
2d6f0de6
YQ
98472014-07-10 Yao Qi <yao@codesourcery.com>
9848
9849 * gdb.trace/tfile.c (write_basic_trace_file)
9850 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
9851 address written to trace file.
9852
7180e04a
PA
98532014-07-09 Pedro Alves <palves@redhat.com>
9854
9855 * gdb.base/attach-wait-input.exp: New file.
9856 * gdb.base/attach-wait-input.c: New file.
9857
9a9a7608
AB
98582014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
9859
9860 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
9861 setting up test structures.
9862 (main): Call new test function.
9863 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
9864 test function, continue into test function and walk test
9865 structures.
9866
161ac41e
YQ
98672014-07-02 Yao Qi <yao@codesourcery.com>
9868
9869 * gdb.trace/entry-values.c: Define labels 'foo_start' and
9870 'bar_start' at the beginning of functions 'foo' and 'bar'
9871 respectively.
9872 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
9873 instead of 'foo' and 'bar'.
9874
1f267ae3
MM
98752014-07-08 Markus Metzger <markus.t.metzger@intel.com>
9876
9877 * gdb.btrace/segv.exp: New.
9878 * gdb.btrace/segv.c: New.
9879
2b239efb
LM
98802014-07-02 Luis Machado <lgustavo@codesourcery.com>
9881
9882 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
9883 instruction.
9884
cf363f18
MW
98852014-06-30 Mark Wielaard <mjw@redhat.com>
9886
9887 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
9888 vulture, vilify, villar): New volatile array constants.
9889 (vindictive, vegetation): New const volatile array constants.
9890 * gdb.base/volatile.exp: Test volatile and const volatile array
9891 types.
9892
aebf9d24
AA
98932014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9894
9895 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
9896 target lacks support for awatch, rwatch, or hbreak.
9897
b67a2c6f
YQ
98982014-06-27 Yao Qi <yao@codesourcery.com>
9899
9900 * gdb.multi/dummy-frame-restore.exp: New.
9901 * gdb.multi/dummy-frame-restore.c: New.
9902
aef92902
MM
99032014-06-25 Markus Metzger <markus.t.metzger@intel.com>
9904
9905 * gdb.btrace/gcore.exp: New.
9906
8e9db26e
PA
99072014-06-23 Pedro Alves <palves@redhat.com>
9908
9909 * gdb.base/watchpoint-reuse-slot.c: New file.
9910 * gdb.base/watchpoint-reuse-slot.exp: New file.
9911
70afc5b7
SC
99122014-06-23 Siva Chandra Reddy <sivachandra@google.com>
9913
9914 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
9915 progspace's filename in 'info', 'enable' and 'disable' command
9916 tests.
9917
b972bd9c
JK
99182014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9919
9920 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
9921 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
9922 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
9923
125f8a3d
GB
99242014-06-20 Gary Benson <gbenson@redhat.com>
9925
9926 * gdb.arch/i386-avx.exp: Fix include file location.
9927 * gdb.arch/i386-sse.exp: Likewise.
9928
3ed9baed
IB
99292014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
9930
9931 * gdb.dlang/expression.exp: New file.
9932
034f788c
PA
99332014-06-19 Pedro Alves <palves@redhat.com>
9934
9935 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
9936 out from ...
9937 (top level): ... here. Iterate running tests under different
9938 scheduler-locking settings.
9939
45371d0c
LM
99402014-06-18 Luis Machado <lgustavo@codesourcery.com>
9941
9942 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
9943 to DW_FORM_addr and use non-zero addresses.
9944
5d376983
SC
99452014-06-18 Siva Chandra Reddy <sivachandra@google.com>
9946
9947 PR gdb/17017
9948 * gdb.python/py-xmethods.cc: Add global function call counters and
9949 increment them in their respective functions. Remove "cout"
9950 statements.
9951 * gdb.python/py-xmethods.exp: Make tests check the global function
9952 call counters instead of depending on inferior IO.
9953
a1aa2221
LM
99542014-06-18 Don Breazeal <donb@codesourcery.com>
9955
9956 * gdb.base/foll-fork.exp (default_fork_parent_follow):
9957 Deleted procedure.
9958 (explicit_fork_parent_follow): Deleted procedure.
9959 (explicit_fork_child_follow): Deleted procedure.
9960 (test_follow_fork): New procedure.
9961 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 9962 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
9963 procedure calls.
9964
0fc05997
YQ
99652014-06-17 Yao Qi <yao@codesourcery.com>
9966
9967 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
9968 CP1252.
9969
70795c52
LM
99702014-06-17 Luis Machado <lgustavo@codesourcery.com>
9971
9972 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
9973 Initialize ptr and S explicitly.
9974 (skip_type_update_when_not_use_rtti_test): Likewise.
9975
6be47f0c
KS
99762014-06-16 Keith Seitz <keiths@redhat.com>
9977
9978 PR mi/15863
9979 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
9980 the inferior is started.
9981
d03de421
PA
99822014-06-16 Pedro Alves <palves@redhat.com>
9983
9984 * gdb.base/break-main-file-remove-fail.c: New file.
9985 * gdb.base/break-main-file-remove-fail.exp: New file.
9986 * gdb.base/break-unload-file.exp: Use build_executable instead of
9987 prepare_for_testing.
9988 (test_break): New parameter "initial_load". Handle it.
9989 (top level): Add initial_load cmdline/file axis.
9990
f9579b99
TT
99912014-06-12 Tom Tromey <tromey@redhat.com>
9992
9993 * gdb.base/completion.exp: Don't use directory name in test.
9994
3657956b
GB
99952014-06-09 Gary Benson <gbenson@redhat.com>
9996
9997 * gdb.base/sigall.c [Functions to send signals]: Reorder to
9998 separate the always-available ANSI-standard signals from the
9999 signals that require checking.
10000 (main): Likewise.
10001 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
10002 Likewise.
10003 (main): Likewise.
10004
4186eb54
KS
100052014-06-07 Keith Seitz <keiths@redhat.com>
10006
10007 Revert:
10008 PR c++/16253
10009 * gdb.cp/var-tag.cc: New file.
10010 * gdb.cp/var-tag.exp: New file.
10011 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
10012 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
10013 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10014 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10015
25326a28 100162014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
10017
10018 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
10019
829155c9
PA
100202014-06-06 Pedro Alves <palves@redhat.com>
10021
10022 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
10023 in target debug output instead of looking at RSP packets,
10024 disabling the test on any target that uses hardware stepping.
10025 Update comments.
10026
61c8d22e
PA
100272014-06-06 Pedro Alves <palves@redhat.com>
10028
10029 * gdb.base/break-unload-file.exp: Fix typo.
10030
d9a47287
YQ
100312014-06-06 Yao Qi <yao@codesourcery.com>
10032
10033 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
10034 from "jit_function" to "^jit_function".
10035
e5e01dbf
YQ
100362014-06-06 Yao Qi <yao@codesourcery.com>
10037
10038 * gdb.base/async.c (foo): Add one statement.
10039 * gdb.base/async.exp: Get the next instruction address and
10040 match the output of "nexti" by instruction address. Match
10041 the hex address in the output of "finish".
10042
73ba372c
GB
100432014-06-06 Gary Benson <gbenson@redhat.com>
10044
10045 * gdb.base/call-signals.c: Remove preprocessor conditionals
10046 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
10047 SIGSEGV and SIGTERM.
10048 * gdb.base/sigall.c: Likewise.
10049 * gdb.base/unwindonsignal.c: Likewise.
10050 * gdb.reverse/sigall-reverse.c: Likewise.
10051
831517df
YQ
100522014-06-06 Yao Qi <yao@codesourcery.com>
10053
10054 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
10055 readable, skip the test.
10056
b8b91e98
YQ
100572014-06-06 Yao Qi <yao@codesourcery.com>
10058
10059 * gdb.threads/staticthreads.c (thread_function): Move the line
10060 setting breakpoint on forward.
10061 * gdb.threads/staticthreads.exp: Update comments.
10062
fb934770
LC
100632014-06-05 Ludovic Courtès <ludo@gnu.org>
10064
10065 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
10066 "history-append! type error".
10067
6ef284bd
SM
100682014-06-05 Simon Marchi <simon.marchi@ericsson.com>
10069
10070 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
10071 erroneous dprintf expected input.
10072
a872e241
DE
100732014-06-04 Doug Evans <xdje42@gmail.com>
10074
10075 * gdb.guile/scm-generics.exp: Delete.
10076
16f691fb
DE
100772014-06-04 Doug Evans <xdje42@gmail.com>
10078
10079 * gdb.guile/scm-breakpoint.exp: Update.
10080 Add tests for breakpoint registration.
10081
012370f6
TT
100822014-06-04 Tom Tromey <tromey@redhat.com>
10083
10084 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
10085 VLA-in-union.
10086 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
10087 inner_vla_struct, vla_union types. Initialize objects of those
10088 types and compute their sizes.
10089
9f5a4cef
HZ
100902014-06-04 Nathan Sidwell <nathan@codesourcery.com>
10091 Hui Zhu <hui@codesourcery.com>
10092
10093 * gdb.base/fileio.exp: Add test for shell not available as well as
10094 available.
10095 * gdb.base/fileio.c (test_system): Check for shell twice.
10096
90a45c4d
YQ
100972014-06-04 Yao Qi <yao@codesourcery.com>
10098
10099 * gdb.base/auto-connect-native-target.exp: Remove redundant
10100 space from the regexp pattern.
10101
70017e41
YQ
101022014-06-04 Yao Qi <yao@codesourcery.com>
10103
10104 * gdb.base/default.exp: Replace "child" with "native" in
10105 regexp pattern.
10106
883964a7
SC
101072014-06-03 Siva Chandra Reddy <sivachandra@google.com>
10108
10109 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
10110 * gdb.python/py-xmethods.exp: New tests to test xmethods.
10111 * gdb.python/py-xmethods.py: Python script supporting the
10112 new testcase and tests.
10113
ef370185
JB
101142014-06-03 Joel Brobecker <brobecker@adacore.com>
10115 Pedro Alves <palves@redhat.com>
10116
10117 PR breakpoints/17000
10118 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
10119 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
10120
1e2ccb61
BM
101212014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
10122
10123 * gdb.base/subst.exp: Add tests to verify partial path matching
10124 output.
10125
c6ec5ab2
PA
101262014-06-03 Pedro Alves <palves@redhat.com>
10127
10128 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
10129 target that doesn't use software single-stepping.
10130
835c559f
PA
101312014-06-03 Pedro Alves <palves@redhat.com>
10132
10133 PR breakpoints/17000
10134 * gdb.base/sss-bp-on-user-bp-2.c: New file.
10135 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
10136
06eb1586
DE
101372014-06-02 Doug Evans <xdje42@gmail.com>
10138
10139 * gdb.guile/scm-parameter.exp: New file.
10140
e698b8c4
DE
101412014-06-02 Doug Evans <xdje42@gmail.com>
10142
10143 * gdb.guile/scm-cmd.c: New file.
10144 * gdb.guile/scm-cmd.exp: New file.
10145
ded03782
DE
101462014-06-02 Doug Evans <xdje42@gmail.com>
10147
10148 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
10149 pretty-printer lookup.
10150 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
10151 (make-pp_s-printer): Call it.
10152 (make-pretty-printer-from-dict): New function.
10153 (lookup-pretty-printer-maker-from-dict): New function.
10154 (*pretty-printer*): Simplify.
10155 (make-objfile-pp_s-printer): New function.
10156 (install-objfile-pretty-printers!): New function.
10157 (make-progspace-pp_s-printer): New function.
10158 (install-progspace-pretty-printers!): New function.
10159 * gdb.guile/scm-progspace.c: New file.
10160 * gdb.guile/scm-progspace.exp: New file.
10161
41fac0cf
PA
101622014-06-02 Pedro Alves <palves@redhat.com>
10163
10164 * gdb.base/dprintf-bp-same-addr.c: New file.
10165 * gdb.base/dprintf-bp-same-addr.exp: New file.
10166
96ae5695
EBM
101672014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10168
10169 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
10170 * gdb.arch/powerpc-power.s: Likewise.
10171
da02b3a8
JB
101722014-06-02 Joel Brobecker <brobecker@adacore.com>
10173
10174 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
10175
c72b2e7b
YQ
101762014-06-01 Yao Qi <yao@codesourcery.com>
10177
10178 * gdb.base/watchpoint.exp (test_watch_location): Check null
10179 pointer can be dereferenced. If not, do the test, otherwise
10180 skip it.
10181
53e8a631
AB
101822014-05-30 Andrew Burgess <aburgess@broadcom.com>
10183
10184 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
10185 results.
10186 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
10187
938f0e2f
AB
101882014-05-30 Andrew Burgess <aburgess@broadcom.com>
10189
10190 * gdb.arch/amd64-invalid-stack-middle.S: New file.
10191 * gdb.arch/amd64-invalid-stack-middle.c: New file.
10192 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
10193 * gdb.arch/amd64-invalid-stack-top.c: New file.
10194 * gdb.arch/amd64-invalid-stack-top.exp: New file.
10195
9ba6657a
PA
101962014-05-30 Pedro Alves <palves@redhat.com>
10197
10198 PR breakpoints/17000
10199 * gdb.base/sss-bp-on-user-bp.c: New file.
10200 * gdb.base/sss-bp-on-user-bp.exp: New file.
10201
522c09bf
DB
102022014-05-30 David Blaikie <dblaikie@gmail.com>
10203
10204 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
10205 gnu_inline semantics via attribute.
10206 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
10207 source explicitly specifies the required semantics.
10208
bf4ef81e
MR
102092014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
10210
10211 * gdb.reverse/sigall-reverse.exp: Fix a typo.
10212
329ea579
PA
102132014-05-29 Pedro Alves <palves@redhat.com>
10214 Tom Tromey <tromey@redhat.com>
10215
10216 * gdb.base/async-shell.exp: Don't enable target-async.
10217 * gdb.base/async.exp
10218 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
10219 parameter. Adjust.
10220 (top level): Don't test with "target-async".
10221 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
10222 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
10223 * gdb.base/inferior-died.exp: Don't enable target-async.
10224 * gdb.base/interrupt-noterm.exp: Likewise.
10225 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
10226 * gdb.mi/mi-nonstop-exit.exp: Likewise.
10227 * gdb.mi/mi-nonstop.exp: Likewise.
10228 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
10229 * gdb.mi/mi-nsintrall.exp: Likewise.
10230 * gdb.mi/mi-nsmoribund.exp: Likewise.
10231 * gdb.mi/mi-nsthrexec.exp: Likewise.
10232 * gdb.mi/mi-watch-nonstop.exp: Likewise.
10233 * gdb.multi/watchpoint-multi.exp: Adjust comment.
10234 * gdb.python/py-evsignal.exp: Don't enable target-async.
10235 * gdb.python/py-evthreads.exp: Likewise.
10236 * gdb.python/py-prompt.exp: Likewise.
10237 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
10238 * gdb.server/solib-list.exp: Don't enable target-async.
10239 * gdb.threads/thread-specific-bp.exp: Likewise.
10240 * lib/mi-support.exp: Adjust to use mi-async.
10241
fd664c91
PA
102422014-05-29 Pedro Alves <palves@redhat.com>
10243
10244 PR gdb/13860
10245 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
10246 reason, even in sync mode.
10247
251bde03
PA
102482014-05-29 Pedro Alves <palves@redhat.com>
10249 Hui Zhu <hui@codesourcery.com>
10250
10251 PR PR15693
10252 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
10253 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
10254 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
10255 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
10256
7f3c0343
JB
102572014-05-28 Joel Brobecker <brobecker@adacore.com>
10258
10259 * config/monitor.exp (gdb_target_monitor): Replace use of
10260 "set remotebaud" by "set serial baud".
10261
b2715b27
AW
102622014-05-26 Andy Wingo <wingo@igalia.com>
10263
10264 * gdb.guile/scm-breakpoint.exp:
10265 * gdb.guile/scm-gsmob.exp: Update to use plain old object
10266 properties instead of gdb-object-properties.
10267
498a4489
YQ
102682014-05-26 Yao Qi <yao@codesourcery.com>
10269
10270 * gdb.server/no-thread-db.exp: Specify source file name
10271 explicitly when setting a breakpoint.
10272
589fdceb
MM
102732014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10274
10275 * gdb.btrace/vdso.c: New.
10276 * gdb.btrace/vdso.exp: New.
10277
e9089e05
MM
102782014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10279
10280 * gdb.base/gcore.exp (capture_command_output): Move ...
10281 * lib/gdb.exp (capture_command_output): ... here.
10282
67b5c0c1
MM
102832014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10284
10285 * gdb.btrace/data.exp: Test memory access during btrace replay.
10286
a2199296
SM
102872014-05-22 Simon Marchi <simon.marchi@ericsson.com>
10288
10289 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
10290
17b2616c
PA
102912014-05-21 Pedro Alves <palves@redhat.com>
10292
10293 PR gdb/13860
10294 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
10295 (top level): Test that output related to execution commands is
10296 sent to the console with CLI commands, but not with MI commands.
10297 Test that breakpoint events are always mirrored to the console.
10298 Also expect the new source line to be output after a "next" in
10299 async mode too. Make it a pass/fail test.
10300 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
10301 output.
10302 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
10303
5166082f
PA
103042014-05-21 Pedro Alves <palves@redhat.com>
10305
10306 * gdb.base/list.exp (build_pattern, test_list): New procedures.
10307 Use them to test variations of "list" after reaching a breakpoint.
10308 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
10309 Test "list" with listsize 10 after reaching a breakpoint.
10310 * gdb.python/python.exp (decode_line current location line
10311 number): Adjust expected line number.
10312
2f25d70f
SM
103132014-05-21 Simon Marchi <simon.marchi@ericsson.com>
10314
10315 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
10316 behavior for $args, pass it directly to "run".
10317
ff604a67
MR
103182014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
10319
10320 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
10321 30000 to 65536.
10322
6a3cb8e8
PA
103232014-05-21 Pedro Alves <palves@redhat.com>
10324
10325 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
10326 auto-connect-native-target off".
10327 * gdb.base/auto-connect-native-target.c: New file.
10328 * gdb.base/auto-connect-native-target.exp: New file.
10329
4ebfc96e
PA
103302014-05-21 Pedro Alves <palves@redhat.com>
10331
10332 * gdb.base/default.exp: Test "target native" instead of "target
10333 child".
10334
36d46afb
MW
103352014-05-21 Mark Wielaard <mjw@redhat.com>
10336
10337 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10338
5876f503
JK
103392014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10340
10341 Fix TLS access for -static -pthread.
10342 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
10343 <HAVE_TLS> (thread_function, main): Initialize it.
10344 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
10345 Add clean_restart.
10346 <$have_tls != "">: Check TLSVAR.
10347
0256a6ac
PA
103482014-05-21 Pedro Alves <palves@redhat.com>
10349
10350 * gdb.base/dcache-line-read-error.c: New.
10351 * gdb.base/dcache-line-read-error.exp: New.
10352
936d2992
PA
103532014-05-20 Pedro Alves <palves@redhat.com>
10354
10355 * gdb.base/compare-sections.c: New file.
10356 * gdb.base/compare-sections.exp: New file.
10357
802e8e6d
PA
103582014-05-20 Pedro Alves <palves@redhat.com>
10359
10360 * gdb.base/break-idempotent.c: New file.
10361 * gdb.base/break-idempotent.exp: New file.
10362
e59fa00f
MM
103632014-05-20 Markus Metzger <markus.t.metzger@intel.com>
10364
10365 * gdb.btrace/nohist.exp: New.
10366
8b696e31
YQ
103672014-05-20 Yao Qi <yao@codesourcery.com>
10368
10369 * lib/gdb.exp (gdb_init): Set timeout if test file is under
10370 gdb.reverse directory and gdb_reverse_timeout exists in board
10371 setting.
10372 * README: Document gdb_reverse_timeout.
10373
73c9764f
YQ
103742014-05-20 Yao Qi <yao@codesourcery.com>
10375
10376 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
10377 'test_file_name'. Treat args as a string instead of a list.
10378 (gdb_init): Rename argument 'args' by 'test_file_name'.
10379
f1f4348a
JK
103802014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10381
10382 * gdb.arch/powerpc-power.exp: New file.
10383 * gdb.arch/powerpc-power.s: New file.
10384
0dbe70ce
DE
103852014-05-16 Doug Evans <dje@google.com>
10386
10387 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
10388 * gdb.base/completion.exp: Check that all expected files exist
10389 before doing file completion.
0dbe70ce 10390
8d551b02
DE
103912014-05-16 Doug Evans <dje@google.com>
10392
10393 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
10394 Update.
10395 (do_syscall_tests_without_xml): Update.
10396
73eb7709
PA
103972014-05-16 Pedro Alves <palves@redhat.com>
10398
10399 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
10400 instead of "unknown output after running".
10401
3fae92fc
YQ
104022014-05-16 Yao Qi <yao@codesourcery.com>
10403
10404 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
10405 file1.txt from host at the end.
10406 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
10407
c2b2ccc5
DE
104082014-05-15 Doug Evans <dje@google.com>
10409
10410 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
10411 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
10412 loading file. Add test for TU lookup.
10413
8c217a4b
SM
104142014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10415
10416 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
10417 calling "-exec-arguments" or "set args" before running the
10418 inferior.
10419
3deb39c6
SM
104202014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10421
10422 * lib/mi-support.exp (mi_expect_stop): Expect message for
10423 inferiors that exit with non-zero exit code.
10424
71a79f8c
YQ
104252014-05-14 Yao Qi <yao@codesourcery.com>
10426
10427 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
10428 match absolute path on remote host.
10429 (test_file_list_exec_source_files): Remove "/" from the
10430 pattern.
10431
f23fcd46
YQ
104322014-05-14 Yao Qi <yao@codesourcery.com>
10433
10434 * boards/local-remote-host-notty.exp (${board}_file): New
10435 proc.
10436
9404b58f
KM
104372014-05-07 Kyle McMartin <kyle@redhat.com>
10438
10439 Pushed by Joel Brobecker <brobecker@adacore.com>.
10440 * gdb.arch/aarch64-atomic-inst.c: New file.
10441 * gdb.arch/aarch64-atomic-inst.exp: New file.
10442
5e45f04c
YQ
104432014-05-07 Yao Qi <yao@codesourcery.com>
10444
10445 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
10446 in current context" too.
10447
c888a17d
KS
104482014-05-05 Keith Seitz <keiths@redhat.com>
10449
10450 * gdb.linespec/ls-dollar.exp: Add test for linespec
10451 file:convenience_variable.
10452
290a839c
YQ
104532014-05-05 Yao Qi <yao@codesourcery.com>
10454
10455 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
10456 traceframes into tfile and ctf trace files. Read data from
10457 trace file and test collected data.
10458 (gdb_collect_locals_test): Likewise.
10459 (gdb_unavailable_registers_test): Likewise.
10460 (gdb_unavailable_floats): Likewise.
10461 (gdb_collect_globals_test): Likewise.
10462 (top-level): Append "ctf" to trace_file_targets if GDB
10463 supports.
10464
b5262cd0
YQ
104652014-05-05 Yao Qi <yao@codesourcery.com>
10466
10467 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
10468 code to ...
10469 (gdb_collect_args_test_1): ... it. New proc.
10470 (gdb_collect_locals_test): Move some code to ...
10471 (gdb_collect_locals_test_1): ... it. New proc.
10472 (gdb_unavailable_registers_test): Move some code to ...
10473 (gdb_unavailable_registers_test_1): ... it. New proc.
10474 (gdb_unavailable_floats): Move some code to ...
10475 (gdb_unavailable_floats_1): ... it. New proc.
10476
30a1e6cc
SDJ
104772014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10478
10479 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
10480 probes to test for bitness recognition.
10481 * gdb.arch/amd64-stap-optional-prefix.exp
10482 (test_probe_value_without_reg): New procedure.
10483 Add code to test for different kinds of bitness.
10484
f33da99a
SDJ
104852014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10486
10487 PR breakpoints/16889
10488 * gdb.arch/amd64-stap-optional-prefix.S: New file.
10489 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
10490
5b80f00d
PA
104912014-05-01 Pedro Alves <palves@redhat.com>
10492
10493 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
10494 gdb_file_cmd if no file is specified.
10495 * boards/native-extended-gdbserver.exp (gdb_load): Use the
10496 last_loaded_file to set the remote exec-file.
10497
f8c2a73c
PA
104982014-05-01 Pedro Alves <palves@redhat.com>
10499
10500 * boards/local-remote-host.exp: New file.
10501
be6e8ac7
PA
105022014-05-01 Pedro Alves <palves@redhat.com>
10503
10504 * boards/local-remote-host.exp: Rename to ...
10505 * boards/local-remote-host-notty.exp: ... this.
10506
cac0dc8f
JB
105072014-04-28 Joel Brobecker <brobecker@adacore.com>
10508
10509 * gdb.ada/dyn_arrayidx: New testcase.
10510
9730e6cc
YQ
105112014-04-26 Yao Qi <yao@codesourcery.com>
10512
10513 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
10514 and compute the length of function main. Save it in
10515 $main_length.
10516 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
10517 (top-level): Use gdb_compile to compile objects into
10518 executable and restart GDB. Remove invocation to
10519 prepare_for_testing.
10520
7ae1a6a6
PA
105212014-04-25 Simon Marchi <simon.marchi@ericsson.com>
10522 Pedro Alves <palves@redhat.com>
10523
10524 PR server/16255
10525 * gdb.multi/multi-attach.c: New file.
10526 * gdb.multi/multi-attach.exp: New file.
10527
4082afcc
PA
105282014-04-25 Pedro Alves <palves@redhat.com>
10529
10530 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
10531 user.
10532 (top level): Test that "set remote conditional-breakpoints-packet
10533 off" works as intended.
10534 * gdb.base/dprintf.exp: Test that "set remote
10535 breakpoint-commands-packet off" works as intended.
10536 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
10537 New function.
10538 (top level): Call it.
10539 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
10540 remote fast-tracepoints-packet off" works as intended.
10541 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
10542 * lib/gdb.exp (gdb_is_target_remote): ... here.
10543
2abc3f8d
DB
105442014-04-24 David Blaikie <dblaikie@gmail.com>
10545
10546 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
10547 ensure clang would not discard them.
10548 * gdb.base/gdbvars.c: Ditto.
10549 * gdb.base/memattr.c: Ditto.
10550 * gdb.base/whatis.c: Ditto.
10551 * gdb.python/py-prettyprint.c: Ditto.
10552 * gdb.trace/actions.c: Ditto.
10553 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
10554 ensure clang would not discard it.
10555
bfd39632
DB
105562014-04-24 David Blaikie <dblaikie@gmail.com>
10557
10558 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
10559 clang to emit the full definition of type required by the test
10560 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
10561
22842ff6
DB
105622014-04-24 David Blaikie <dblaikie@gmail.com>
10563
10564 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
10565 coax Clang into emitting the definition of the type.
10566 * gdb.cp/pr10728-x.h (y): Ditto.
10567 * gdb.cp/pr10728-y.cc (y): Ditto.
10568
c2e827ad
DB
105692014-04-24 David Blaikie <dblaikie@gmail.com>
10570
10571 * gdb.base/label.exp: XFAIL label related tests under Clang.
10572 * gdb.cp/cplabel.exp: Ditto.
10573 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
10574 under Clang those using labels.
10575
4c2d33e7
YQ
105762014-04-25 Yao Qi <yao@codesourcery.com>
10577
10578 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
10579 double_label.
10580 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
10581 partial_label and double_label.
10582
56083b99
DB
105832014-04-24 David Blaikie <dblaikie@gmail.com>
10584
10585 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
10586
25d4e99d
DB
105872014-04-24 David Blaikie <dblaikie@gmail.com>
10588
10589 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
10590 of the function to work across GCC and Clang.
10591 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
10592 pointer types (const void ** const V void **).
10593
01f9f808
MS
105942014-04-24 Michael Sturm <michael.sturm@mintel.com>
10595 Walfred Tedeschi <walfred.tedeschi@intel.com>
10596
10597 * Makefile.in (EXECUTABLES): Added i386-avx512.
10598 * gdb.arch/i386-avx512.c: New file.
10599 * gdb.arch/i386-avx512.exp: Likewise.
10600
4b48d439
KS
106012014-04-23 Keith Seitz <keiths@redhat.com>
10602
10603 * lib/mi-support.exp (mi_list_breakpoints): Delete.
10604 (mi_make_breakpoint_table): New procedure.
10605 (mi_create_breakpoint): Use mi_make_breakpoint
10606 and return the result.
10607 (mi_make_breakpoint): New procedure.
10608 (mi_build_kv_pairs): New procedure.
10609
10610 * gdb.mi/mi-break.exp: Remove unused globals,
10611 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
10612 All callers updated.
10613 * gdb.mi/mi-dprintf.exp: Use variable to track command
10614 number.
10615 Update all callers of mi_create_breakpoint and use
10616 mi_make_breakpoint_table.
10617 Remove any unused global variables.
10618 * gdb.mi/mi-nonstop.exp: Likewise.
10619 * gdb.mi/mi-nsintrall.exp: Likewise.
10620 * gdb.mi/mi-nsmoribund.exp: Likewise.
10621 * gdb.mi/mi-nsthrexec.exp: Likewise.
10622 * gdb.mi/mi-reverse.exp: Likewise.
10623 * gdb.mi/mi-simplerun.exp: Likewise.
10624 * gdb.mi/mi-stepn.exp: Likewise.
10625 * gdb.mi/mi-syn-frame.exp: Likewise.
10626 * gdb.mi/mi-until.exp: Likewise.
10627 * gdb.mi/mi-var-cp.exp: Likewise.
10628 * gdb.mi/mi-var-display.exp: Likewise.
10629 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
10630 * gdb.mi/mi2-var-child.exp: Likewise.
10631 * gdb.mi/mi-vla-c99.exp: Likewise.
10632 * lib/mi-support.exp: Likewise.
10633
10634 From Ian Lance Taylor <iant@cygnus.com>:
10635 * lib/gdb.exp (parse_args): New procedure.
10636
08351840
PA
106372014-04-23 Pedro Alves <palves@redhat.com>
10638
10639 * gdb.base/break-unload-file.c: New file.
10640 * gdb.base/break-unload-file.exp: New file.
10641 * gdb.base/sym-file-lib.c (baz): New function.
10642 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
10643 field.
10644 (load): Store the segment's mapped size.
10645 (unload): New function.
10646 (unload_shlib): New function.
10647 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
10648 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
10649 set a breakpoint at baz, and call it.
10650 * gdb.base/sym-file.exp: New tests for stale breakpoint
10651 instructions.
10652
076855f9
PA
106532014-04-23 Pedro Alves <palves@redhat.com>
10654
10655 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
10656 * gdb.base/hbreak-in-shr-unsupported.c: New file.
10657 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
10658 * gdb.base/hbreak-unmapped.c: New file.
10659 * gdb.base/hbreak-unmapped.exp: New file.
10660 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
10661 * lib/gdb.exp (gdb_is_target_remote): ... here.
10662
483805cf
PA
106632014-04-22 Pedro Alves <palves@redhat.com>
10664
10665 * gdb.base/consecutive-step-over.c: New file.
10666 * gdb.base/consecutive-step-over.exp: New file.
10667
06d97543
PA
106682014-04-22 Pedro Alves <palves@redhat.com>
10669
10670 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
10671 instead of send_gdb/gdb_expect.
10672
b4429ea2
YQ
106732014-04-22 Yao Qi <yao@codesourcery.com>
10674
10675 * lib/trace-support.exp (generate_tracefile): New procedure.
10676 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
10677 return 0.
10678 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
10679 if generate_tracefile returns 1.
10680
51d48146
PA
106812014-04-18 Tom Tromey <palves@redhat.com>
10682 Pedro alves <tromey@redhat.com>
10683
10684 PR backtrace/15558
10685 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
10686 with a backtrace limit.
10687 * gdb.python/py-frame-inline.exp: Test running to an inline
10688 function with a backtrace limit, and printing the newest frame.
10689 * gdb.python/py-frame-inline.c (main): Call f.
10690
bd1dce5f
MS
106912014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10692
10693 * gdb.java/jnpe.exp: Drop srcdir from untested path.
10694
40d1a503
MS
106952014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10696
10697 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
10698 Drop prefix from unsupported source file path.
10699
389b98f7
YQ
107002014-04-17 Yao Qi <yao@codesourcery.com>
10701
10702 * lib/gdb.exp (with_target_charset): New proc.
10703 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
10704 with_target_charset.
10705 (test_print_strings): Likewise.
10706 (test_repeat_bytes): Likewise.
10707 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
10708 for some tests.
10709
22869d73
KS
107102014-04-16 Keith Seitz <keiths@redhat.com>
10711
10712 PR gdb/15827
10713 * gdb.dwarf2/corrupt.c: New file.
10714 * gdb.dwarf2/corrupt.exp: New file.
10715
c4f87ca6
KS
107162014-04-16 Keith Seitz <keiths@redhat.com>
10717
10718 PR c++/16597
10719 * gdb.cp/namelessclass.cc: New file.
10720 * gdb.cp/namelessclass.exp: New file.
10721 * gdb.cp/namelessclass.S: New file.
10722
ab19de87
DE
107232014-04-16 Doug Evans <dje@google.com>
10724
10725 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
10726 Add comment.
10727 (gdbserver_default_get_comm_port): New function.
10728 (gdbserver_start): Check if board file provided
10729 "gdbserver,get_comm_port" and use it if so.
10730 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
10731 (gdb,socketport): Set to "stdio".
10732 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
10733 (stdio_gdbserver_template): Delete.
10734 (${board}_get_remote_address): Update.
10735 (${board}_build_remote_cmd): Delete.
10736 (${board}_get_comm_port): New function.
10737 (${board}_spawn): Update.
10738 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
10739 Delete.
10740 (${board}_get_remote_address): Update.
10741 (${board}_get_comm_port): New function.
10742
fc98a809
AB
107432014-04-16 Andrew Burgess <aburgess@broadcom.com>
10744
10745 * gdb.base/memattr.exp: Improve regexps to handle memory regions
10746 appearing in any order.
10747
87fd9e6e
DE
107482014-04-15 Doug Evans <dje@google.com>
10749
10750 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
10751 uninitialized value of "description".
10752
099fc3ea
KS
107532014-04-15 Keith Seitz <keiths@redhat.com>
10754
10755 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
10756 Remove unused globals.
10757 (test_running_the_program): Likewise.
10758 (test_controlled_execution): Likewise.
10759 (test_controlling_breakpoints): Likewise.
10760 (test_program_termination): Likewise.
10761
5da151d4
KS
107622014-04-15 Keith Seitz <keiths@redhat.com>
10763
10764 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
10765 unused globals.
10766 (test_rbreak_creation_and_listing): Likewise.
10767 (test_ignore_count): Likewise.
10768 (test_error): Likewise.
10769
35e5d2f0
PA
107702014-04-15 Pedro Alves <palves@redhat.com>
10771
10772 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
10773 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
10774 sym-file-loader.c.
10775 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10776 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10777 to sym-file-loader.c.
10778 (struct library): Forward declare.
10779 (load_shlib, lookup_function): Change prototypes.
10780 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10781 (translate_offset): Remove declarations.
10782 (get_text_addr): New declaration.
10783 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
10784 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
10785 sym-file-loader.h.
10786 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10787 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10788 here from sym-file-loader.h.
10789 (struct library): New structure.
10790 (load_shlib, lookup_function): Change prototypes and adjust to
10791 work with a struct library.
10792 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10793 (translate_offset): Make static.
10794 (get_text_addr): New function.
10795 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
10796
eb4c1710
PA
107972014-04-15 Pedro Alves <palves@redhat.com>
10798
10799 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
10800
2d1baf52
PA
108012014-04-15 Pedro Alves <palves@redhat.com>
10802
10803 * gdb.base/sym-file-loader.c: Include <limits.h>.
10804 (SELF_LINK): New define.
10805 (get_origin): New function.
10806 (load_shlib): Use it.
10807 * gdb.base/sym-file.exp: Don't early return if the target is
10808 remote. Use runto_main, and issue fail is that fails. Use
10809 gdb_load_shlibs.
10810 (shlib_name): Delete.
10811 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
10812
7dd6df01
PA
108132014-04-15 Pedro Alves <palves@redhat.com>
10814
10815 * gdb.base/sym-file.exp: Remove regex characters from test
10816 message. Don't refer to breakpoint numbers in test messages.
10817
b50c8614
KS
108182014-04-14 Keith Seitz <keiths@redhat.com>
10819
10820 PR c++/16253
10821 * gdb.cp/var-tag.cc: New file.
10822 * gdb.cp/var-tag.exp: New file.
10823 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
10824 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
10825 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10826 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10827
3d567982
TT
108282014-04-14 Tom Tromey <tromey@redhat.com>
10829
10830 * gdb.cp/classes.exp (test_enums): Handle underlying type.
10831 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
10832 type.
10833 * gdb.cp/enum-class.exp: New file.
10834 * gdb.cp/enum-class.cc: New file.
10835
0626fc76
TT
108362014-04-14 Tom Tromey <tromey@redhat.com>
10837
10838 * gdb.dwarf2/enum-type.exp: New file.
10839
dca325b3
SA
108402014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10841
10842 * gdb.mi/mi-vla-c99.exp: New file.
10843 * gdb.mi/vla.c: New file.
10844
5854b38a
SA
108452014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10846
10847 * gdb.base/vla-datatypes.c: New file.
10848 * gdb.base/vla-datatypes.exp: New file.
10849
463bb957
SA
108502014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10851
10852 * gdb.base/vla-ptr.c: New file.
10853 * gdb.base/vla-ptr.exp: New file.
10854
3dd170be
SA
108552014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10856
10857 * gdb.dwarf2/count.exp: New file.
10858
5ecaaa66
SA
108592014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10860
10861 * gdb.base/vla-sideeffect.c: New file.
10862 * gdb.base/vla-sideeffect.exp: New file.
10863
41f1ada5
DB
108642014-04-14 David Blaikie <dblaikie@gmail.com>
10865
10866 * gdb.mi/non-stop.c: Add return value for non-void function return
10867 statement.
10868 * gdb.threads/staticthreads.c: Ditto.
10869
0be03e84
DE
108702014-04-12 Siva Chandra Reddy <sivachandra@google.com>
10871 Doug Evans <xdje42@gmail.com>
10872
10873 * gdb.guile/scm-value.c: Improve test case.
10874 * gdb.guile/scm-value.exp: Add new test.
10875
f180a1fb
DB
108762014-04-11 David Blaikie <dblaikie@gmail.com>
10877
10878 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
10879 override Clang's default.
10880
6b662e19
JB
108812014-04-11 Joel Brobecker <brobecker@adacore.com>
10882
10883 Revert the following changes (regressions):
10884
10885 * gdb.base/vla-sideeffect.c: New file.
10886 * gdb.base/vla-sideeffect.exp: New file.
10887
10888 * gdb.dwarf2/count.exp: New file.
10889
10890 * gdb.base/vla-multi.c: New file.
10891 * gdb.base/vla-multi.exp: New file.
10892
10893 * gdb.base/vla-ptr.c: New file.
10894 * gdb.base/vla-ptr.exp: New file.
10895
10896 * gdb.base/vla-datatypes.c: New file.
10897 * gdb.base/vla-datatypes.exp: New file.
10898
10899 * gdb.mi/mi-vla-c99.exp: New file.
10900 * gdb.mi/vla.c: New file.
10901
245a5f0b
KS
109022014-04-11 Keith Seitz <keiths@redhat.com>
10903
10904 PR c++/16675
10905 * gdb.cp/cpsizeof.exp: New file.
10906 * gdb.cp/cpsizeof.cc: New file.
10907
58a84dcf
SA
109082014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10909
191a8a90
JB
10910 * gdb.mi/mi-vla-c99.exp: New file.
10911 * gdb.mi/vla.c: New file.
58a84dcf 10912
c8655f75
SA
109132014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10914
10915 * gdb.base/vla-datatypes.c: New file.
10916 * gdb.base/vla-datatypes.exp: New file.
10917
024e13b4
SA
109182014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10919
10920 * gdb.base/vla-ptr.c: New file.
10921 * gdb.base/vla-ptr.exp: New file.
10922
1a237e0e
SA
109232014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10924
10925 * gdb.base/vla-multi.c: New file.
10926 * gdb.base/vla-multi.exp: New file.
10927
504f3432
SA
109282014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10929
10930 * gdb.dwarf2/count.exp: New file.
10931
3bce8237
SA
109322014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10933
191a8a90
JB
10934 * gdb.base/vla-sideeffect.c: New file.
10935 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 10936
322f9c21
YQ
109372014-04-11 Yao Qi <yao@codesourcery.com>
10938
10939 * gdb.base/completion.exp: Check file exists before running tests
10940 on file completion.
10941
d708bcd1
PA
109422014-04-10 Pedro Alves <palves@redhat.com>
10943
10944 * gdb.base/cond-eval-mode.c: New file.
10945 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
10946 prepare_for_testing to build the new file. Check result of
10947 runto_main.
10948 (test_break, test_watch): New procedures.
10949 (top level): Use them.
10950
ae1d2761
PM
109512014-04-08 Pierre Muller <muller@sourceware.org>
10952
10953 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
10954 Ctrl-V use for mingw hosts.
10955
7af389b8
SC
109562014-04-07 Siva Chandra Reddy <sivachandra@google.com>
10957
10958 * gdb.python/py-value.c: Improve test case.
10959 * gdb.python/py-value.exp: Add new test.
10960
5e703181
DE
109612014-04-07 David Blaikie <dblaikie@gmail.com>
10962
10963 * lib/compiler.c: Identify the clang compiler.
10964 * lib/compiler.cc: Ditto.
10965
9810b410
YQ
109662014-04-03 Yao Qi <yao@codesourcery.com>
10967
10968 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
10969
98d1b8dc
AB
109702014-04-01 Anton Blanchard <anton@samba.org>
10971
10972 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
10973 messages unique.
10974
3114cea1
AB
109752014-04-01 Anton Blanchard <anton@samba.org>
10976
10977 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
10978 prepare_for_testing.
10979
62f7182c
AB
109802014-04-01 Anton Blanchard <anton@samba.org>
10981
10982 * gdb.arch/ppc64-atomic-inst.c: Remove.
10983 * gdb.arch/ppc64-atomic-inst.S: New file.
10984 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
10985
770e7fc7
DE
109862014-03-31 Doug Evans <dje@google.com>
10987
10988 * gdb.base/print-symbol-loading-lib.c: New file.
10989 * gdb.base/print-symbol-loading-main.c: New file.
10990 * gdb.base/print-symbol-loading.exp: New file.
10991
46e2bafa
YQ
109922014-03-31 Yao Qi <yao@codesourcery.com>
10993
10994 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
10995
8776cfe9
JB
109962014-03-28 Joel Brobecker <brobecker@adacore.com>
10997
10998 * gdb.ada/mi_dyn_arr: New testcase.
10999
5d1ef361
DE
110002014-03-27 Doug Evans <dje@google.com>
11001
11002 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
11003
b5bee914
YQ
110042014-03-27 Yao Qi <yao@codesourcery.com>
11005
11006 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
11007 if target is nios2-*-*.
11008
0d4d0e77
YQ
110092014-03-26 Yao Qi <yao@codesourcery.com>
11010
11011 * lib/gdb.exp (readline_is_used): New proc.
11012 * gdb.base/completion.exp: Move tests on command complete up.
11013 Skip the rest of tests if readline is not used.
11014 * gdb.ada/complete.exp: Skp the test if readline is not
11015 used.
11016 * gdb.base/filesym.exp: Likewise.
11017 * gdb.base/macscp.exp: Likewise.
11018 * gdb.base/readline-ask.exp: Likewise.
11019 * gdb.base/readline.exp: Likewise.
11020 * gdb.python/py-cmd.exp: Likewise.
11021 * gdb.trace/tfile.exp: Likewise.
11022
29361eee
YQ
110232014-03-26 Yao Qi <yao@codesourcery.com>
11024
11025 * gdb.base/macscp.exp: Fix code format issues.
11026
bc9a5525
UW
110272014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
11028
11029 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
11030 * gdb.asm/powerpc64le.inc: New file.
11031
d3839ede
PA
110322014-03-25 Pedro Alves <palves@redhat.com>
11033 Doug Evans <dje@google.com>
11034
11035 * gdb.base/source-execution.c: New file.
11036 * gdb.base/source-execution.exp: New file.
11037 * gdb.base/source-execution.gdb: New file.
11038
01672a57
DE
110392014-03-24 Doug Evans <dje@google.com>
11040
11041 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
11042 using fission.
11043
88bbeca9
HZ
110442014-03-24 Hui Zhu <hui@codesourcery.com>
11045 Pedro Alves <palves@redhat.com>
11046
11047 PR breakpoints/16101
11048 * gdb.base/dprintf.exp: Use unsupported rather than changing the
11049 test pass/fail messages. Detect missing support for dprintf when
11050 breakpoints are actually inserted.
11051 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
11052 breakpoints are actually inserted.
11053 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
11054 fails.
11055
d2348791
JK
110562014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11057
11058 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
11059
feef67ab
DE
110602014-03-22 Doug Evans <xdje42@gmail.com>
11061
11062 * gdb.python/python.exp (python not supported): Verify multi-line
11063 python command issues an error.
25d743f9 11064 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 11065 guile command issues an error.
feef67ab 11066
ecebef6a
MR
110672014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
11068
11069 * gdb.threads/thread-specific.exp: Handle the lack of usable
11070 $this_breakpoint and $this_thread.
11071
ccdd1909
HZ
110722014-03-21 Hui Zhu <hui@codesourcery.com>
11073
11074 * gdb.base/attach.exp (do_command_attach_tests): New.
11075
beb460e8
PA
110762014-03-20 Tom Tromey <tromey@redhat.com>
11077 Pedro Alves <palves@redhat.com>
11078
11079 PR cli/15718
11080 * gdb.base/condbreak-call-false.c: New file.
11081 * gdb.base/condbreak-call-false.exp: New file.
11082
40acf43a
PA
110832014-03-20 Pedro Alves <palves@redhat.com>
11084
11085 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
11086 Delete.
11087 (block_signals, unblock_signals): Delete.
11088 (child_function_2, main): Remove references to deleted variable
11089 and functions.
11090
9f5e1e02
PA
110912014-03-20 Pedro Alves <palves@redhat.com>
11092
11093 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
11094 Use pthread_kill to signal thread 2.
11095 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11096 Adjust to make the test send itself a signal rather than using the
11097 host's "kill" command.
11098
99619bea
PA
110992014-03-20 Pedro Alves <palves@redhat.com>
11100
11101 * gdb.threads/multiple-step-overs.c: New file.
11102 * gdb.threads/multiple-step-overs.exp: New file.
11103 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11104 Adjust expected infrun debug output.
11105
2adfaa28
PA
111062014-03-20 Pedro Alves <palves@redhat.com>
11107
11108 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
11109 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
11110
31e77af2
PA
111112014-03-20 Pedro Alves <palves@redhat.com>
11112
11113 PR breakpoints/7143
11114 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
11115 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
11116 of gdb_test_multiple.
11117 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
11118 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
11119
b9f437de
PA
111202014-03-20 Pedro Alves <palves@redhat.com>
11121
11122 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
11123 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
11124
05adc73e
PA
111252014-03-19 Pedro Alves <palves@redhat.com>
11126
11127 * gdb.base/async.exp: Remove early return.
11128
6048b950
PA
111292014-03-19 Pedro Alves <palves@redhat.com>
11130
11131 * gdb.base/async.exp (step& tests): Pass explicit test messages.
11132
8bcfb00a
PA
111332014-03-19 Pedro Alves <palves@redhat.com>
11134
11135 * gdb.base/async.exp (test_background): Expect \r\n after
11136 "completed." in the fail pattern.
11137
884e37dc
PA
111382014-03-19 Pedro Alves <palves@redhat.com>
11139
11140 * gdb.base/async.exp (test_background): New procedure.
11141 Use it for all background execution command tests.
11142
148e57e2
PA
111432014-03-19 Pedro Alves <palves@redhat.com>
11144
11145 * gdb.base/async.exp: Use prepare_for_testing.
11146
f48088c7
PA
111472014-03-19 Pedro Alves <palves@redhat.com>
11148
11149 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
11150 the same line.
11151
e2f6c966
PA
111522014-03-19 Pedro Alves <palves@redhat.com>
11153
11154 * gdb.base/async.c (main): Add "jump here" and "until here" line
11155 marker comments.
11156 * gdb.base/async.exp (jump_here): New global.
11157 (jump& test): Use it.
11158 (until_here): New global.
11159 (until& test): Use it.
11160
c30568d4
PA
111612014-03-19 Pedro Alves <palves@redhat.com>
11162
11163 * gdb.base/async.exp: Don't frob gdb_protocol.
11164
0172b6a7
DE
111652014-03-18 Doug Evans <xdje42@gmail.com>
11166
11167 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
11168 Fix spelling of exec-done-display.
11169
06c868a8
JK
111702014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
11171
11172 PR gdb/15358
11173 * gdb.base/gdb-sigterm.c: New file.
11174 * gdb.base/gdb-sigterm.exp: New file.
11175
0c7e1a46
PA
111762014-03-18 Pedro Alves <palves@redhat.com>
11177
11178 PR gdb/13860
11179 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
11180 * lib/mi-support.exp (mi_expect_stop): Add special handling for
11181 solib-event.
11182
f7c77d93
JB
111832014-03-17 Joel Brobecker <brobecker@adacore.com>
11184
11185 * gdb.ada/pckd_arr_ren: New testcase.
11186
5a1e8c7a
DE
111872014-03-13 Doug Evans <xdje42@gmail.com>
11188
11189 PR guile/16612
11190 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
11191 collect after discarding symbols.
11192
350e1a76
DE
111932014-03-13 Ludovic Courtès <ludo@gnu.org>
11194 Doug Evans <xdje42@gmail.com>
11195
11196 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
11197 to history survives a gc.
11198
a69900ae
PA
111992014-03-13 Pedro Alves <palves@redhat.com>
11200
11201 * gdb.base/default.exp: Don't test "target procfs".
11202
5db9f0bd
PA
112032014-03-13 Pedro Alves <palves@redhat.com>
11204
11205 * gdb.base/default.exp: Update "target child" and "target procfs"
11206 tests to not expect "Unix".
11207
b3ccfe11
TT
112082014-03-12 Tom Tromey <tromey@redhat.com>
11209
11210 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
11211 New procs. Add target-async tests.
11212 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
11213 Add target-async tests.
11214
646f4417
AA
112152014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11216
11217 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
11218 'func_start' and 'func_end' for the beginning and end of the
11219 function code, respectively.
11220 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
11221 'func_end' instead of 'func' and 'main'.
11222
288c211f
AA
112232014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11224
11225 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
11226 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
11227 generate the debug info assembler source.
11228
e0c0f156
AA
112292014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11230
11231 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
11232 * gdb.dwarf2/arr-subrange.exp: Likewise.
11233 * gdb.dwarf2/dwz.exp: Likewise.
11234 * gdb.dwarf2/method-ptr.exp: Likewise.
11235 * gdb.dwarf2/missing-sig-type.exp: Likewise.
11236 * gdb.dwarf2/subrange.exp: Likewise.
11237 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
11238 * gdb.dwarf2/implptrpiece.exp: Likewise.
11239 * gdb.dwarf2/nostaticblock.exp: Likewise.
11240
0e5c4555
AA
112412014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11242
11243 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
11244 directory to absolute path name arguments.
11245
5ec18f2b
JG
112462014-03-10 Joel Brobecker <brobecker@adacore.com>
11247
11248 * gdb.ada/tagged_access: New testcase.
11249
847fc4f2
MM
112502014-03-07 Markus Metzger <markus.t.metzger@intel.com>
11251
11252 * gdb.btrace/data.exp: Update expected output.
11253
cc3da688
YQ
112542014-03-06 Yao Qi <yao@codesourcery.com>
11255
11256 * gdb.trace/pr16508.exp: New file.
11257
0f26cec1
PA
112582014-03-05 Pedro Alves <palves@redhat.com>
11259
11260 PR gdb/16575
11261 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
11262 procedure.
11263 (top level): Adjust to use it. Add tests that exercise breakpoint
11264 interaction with the code-cache.
11265
7a5a839f
LC
112662014-02-26 Ludovic Courtès <ludo@gnu.org>
11267
11268 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
11269 test for 'history-append!'.
11270
31aa7e4e
JB
112712014-02-26 Joel Brobecker <brobecker@adacore.com>
11272
11273 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
11274 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
11275 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
11276 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
11277 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
11278 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
11279
1b588015
JB
112802014-02-26 Joel Brobecker <brobecker@adacore.com>
11281
11282 * testsuite/gdb.python/py-pp-re-notag.c: New file.
11283 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
11284 * testsuite/gdb.python/py-pp-re-notag.p: New file.
11285
55426c9d
JB
112862014-02-26 Joel Brobecker <brobecker@adacore.com>
11287
11288 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
11289
dc53a7ad
JB
112902014-02-26 Joel Brobecker <brobecker@adacore.com>
11291
11292 * gdb.dwarf2/arr-stride.c: New file.
11293 * gdb.dwarf2/arr-stride.exp: New file.
11294
12ab52e9
PA
112952014-02-26 Pedro Alves <palves@redhat.com>
11296
11297 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
11298 that won't ever trigger. Make sure that GDB reports the correct
11299 breakpoint that caused the stop.
11300
849c862e
JK
113012014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11302
11303 PR gdb/16626
11304 * gdb.base/auto-load-script: New file.
11305 * gdb.base/auto-load.c: New file.
11306 * gdb.base/auto-load.exp: New file.
11307
71b7d793
JK
11308 PR gdb/16626
11309 * gdb.base/auto-load.exp: Fix out-of-srctree run.
11310
e2f0d509
JK
113112014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11312
11313 Fix dw2-icycle.exp -fsanitize=address GDB crash.
11314 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
11315
50cc37c8
DE
113162014-02-24 Doug Evans <dje@google.com>
11317
11318 * lib/gdb.exp (run_on_host): Log error output if program fails.
11319
ea4758f2
PA
113202014-02-21 Pedro Alves <palves@redhat.com>
11321
11322 * gdb.threads/step-after-sr-lock.c: Rename to ...
11323 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
11324 * gdb.threads/step-after-sr-lock.exp: Rename to ...
11325 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11326 ... this.
11327
d7b30f67
SDJ
113282014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
11329
11330 PR tdep/16397
11331 * gdb.arch/amd64-stap-special-operands.exp: New file.
11332 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
11333 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
11334 * gdb.arch/amd64-stap-triplet.S: Likewise.
11335 * gdb.arch/amd64-stap-triplet.c: Likewise.
11336
83deb43f
JB
113372014-02-20 Joel Brobecker <brobecker@adacore.com>
11338
11339 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
11340 in .section pseudo-op.
11341
adde2bff
DE
113422014-02-20 lin zuojian <manjian2006@gmail.com>
11343 Joel Brobecker <brobecker@adacore.com>
11344 Doug Evans <xdje42@gmail.com>
11345
11346 PR symtab/16581
11347 * gdb.dwarf2/dw2-icycle.S: New file.
11348 * gdb.dwarf2/dw2-icycle.c: New file.
11349 * gdb.dwarf2/dw2-icycle.exp: New file.
11350
f7bd0f78
SC
113512014-02-19 Siva Chandra Reddy <sivachandra@google.com>
11352
11353 * gdb.python/py-value-cc.cc: Improve test case to enable testing
11354 operations on gdb.Value objects.
11355 * gdb.python/py-value-cc.exp: Add new test to test operations on
11356 gdb.Value objects.
11357
c17ef0d5
DE
113582014-02-18 Doug Evans <dje@google.com>
11359
11360 * Makefile.in (TESTS): New variable.
11361 (expanded_tests, expanded_tests_or_none): New variables
11362 (check-single): Pass $(expanded_tests_or_none) to runtest.
11363 (check-parallel): Only run tests in $(TESTS) if non-empty.
11364 (check/no-matching-tests-found): New rule.
11365 * README: Document TESTS makefile variable.
11366
5dd3176f
DE
113672014-02-18 Doug Evans <dje@google.com>
11368
11369 * Makefile.in (check-parallel): rm -rf outputs temp.
11370
0b10be4f
JK
113712014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11372
11373 Fix "ERROR: no fileid for" in the testsuite.
11374 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
11375
85f224e7
DE
113762014-02-12 Doug Evans <dje@google.com>
11377
11378 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
11379 (MISCELLANEOUS): New variable.
11380 (clean): rm -rf $(MISCELLANEOUS).
11381 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
11382 dwp live in the same directory as symlinks, with each symlink pointed
11383 to a differently named file in a different directory.
11384
149b30ff
DE
113852014-02-11 Doug Evans <dje@google.com>
11386
11387 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
11388 of Tcl file commands.
11389
1dfdac32
MK
113902014-02-10 Mark Kettenis <kettenis@gnu.org>
11391
11392 * gdb.threads/step-after-sr-lock.exp: Avoid executing
11393 "kill -SIGUSR1 -1".
11394
aa4fb036
JB
113952014-02-10 Joel Brobecker <brobecker@adacore.com>
11396
11397 * gdb.ada/tick_length_array_enum_idx: New testcase.
11398
ed3ef339
DE
113992014-02-10 Doug Evans <xdje42@gmail.com>
11400
11401 * configure.ac (AC_OUTPUT): Add gdb.guile.
11402 * configure: Regenerate.
11403 * lib/gdb-guile.exp: New file.
11404 * lib/gdb.exp (get_target_charset): New function.
11405 * gdb.base/help.exp: Update expected output from "apropos apropos".
11406 * gdb.guile/Makefile.in: New file.
11407 * gdb.guile/guile.exp: New file.
11408 * gdb.guile/scm-arch.c: New file.
11409 * gdb.guile/scm-arch.exp: New file.
11410 * gdb.guile/scm-block.c: New file.
11411 * gdb.guile/scm-block.exp: New file.
11412 * gdb.guile/scm-breakpoint.c: New file.
11413 * gdb.guile/scm-breakpoint.exp: New file.
11414 * gdb.guile/scm-disasm.c: New file.
11415 * gdb.guile/scm-disasm.exp: New file.
11416 * gdb.guile/scm-equal.c: New file.
11417 * gdb.guile/scm-equal.exp: New file.
11418 * gdb.guile/scm-error.exp: New file.
11419 * gdb.guile/scm-error.scm: New file.
11420 * gdb.guile/scm-frame-args.c: New file.
11421 * gdb.guile/scm-frame-args.exp: New file.
11422 * gdb.guile/scm-frame-args.scm: New file.
11423 * gdb.guile/scm-frame-inline.c: New file.
11424 * gdb.guile/scm-frame-inline.exp: New file.
11425 * gdb.guile/scm-frame.c: New file.
11426 * gdb.guile/scm-frame.exp: New file.
11427 * gdb.guile/scm-generics.exp: New file.
11428 * gdb.guile/scm-gsmob.exp: New file.
11429 * gdb.guile/scm-iterator.c: New file.
11430 * gdb.guile/scm-iterator.exp: New file.
11431 * gdb.guile/scm-math.c: New file.
11432 * gdb.guile/scm-math.exp: New file.
11433 * gdb.guile/scm-objfile-script-gdb.in: New file.
11434 * gdb.guile/scm-objfile-script.c: New file.
11435 * gdb.guile/scm-objfile-script.exp: New file.
11436 * gdb.guile/scm-objfile.c: New file.
11437 * gdb.guile/scm-objfile.exp: New file.
11438 * gdb.guile/scm-ports.exp: New file.
11439 * gdb.guile/scm-pretty-print.c: New file.
11440 * gdb.guile/scm-pretty-print.exp: New file.
11441 * gdb.guile/scm-pretty-print.scm: New file.
11442 * gdb.guile/scm-section-script.c: New file.
11443 * gdb.guile/scm-section-script.exp: New file.
11444 * gdb.guile/scm-section-script.scm: New file.
11445 * gdb.guile/scm-symbol.c: New file.
11446 * gdb.guile/scm-symbol.exp: New file.
11447 * gdb.guile/scm-symtab-2.c: New file.
11448 * gdb.guile/scm-symtab.c: New file.
11449 * gdb.guile/scm-symtab.exp: New file.
11450 * gdb.guile/scm-type.c: New file.
11451 * gdb.guile/scm-type.exp: New file.
11452 * gdb.guile/scm-value-cc.cc: New file.
11453 * gdb.guile/scm-value-cc.exp: New file.
11454 * gdb.guile/scm-value.c: New file.
11455 * gdb.guile/scm-value.exp: New file.
11456 * gdb.guile/source2.scm: New file.
11457 * gdb.guile/types-module.cc: New file.
11458 * gdb.guile/types-module.exp: New file.
11459
7026a7c1
YQ
114602014-02-10 Yao Qi <yao@codesourcery.com>
11461
11462 PR testsuite/16543
11463 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
11464 * configure: Regenerated.
11465 * Makefile.in: New file.
11466
6c466447
AS
114672014-02-08 Andreas Schwab <schwab@linux-m68k.org>
11468
11469 * gdb.python/py-framefilter.exp: Fix typo.
11470
6e854735
YQ
114712014-02-08 Yao Qi <yao@codesourcery.com>
11472
11473 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
11474 that no =breakpoint-modified is emitted when breakpoints are
11475 modified through MI commands.
11476
d137e6dc
PA
114772014-02-07 Pedro Alves <pedro@codesourcery.com>
11478 Pedro Alves <palves@redhat.com>
11479
11480 * gdb.threads/step-after-sr-lock.c: New file.
11481 * gdb.threads/step-after-sr-lock.exp: New file.
11482
b5ee5a50
PA
114832014-02-07 Pedro Alves <palves@redhat.com>
11484
11485 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
11486
3c77faf3
JK
114872014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11488
11489 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
11490 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
11491
6dddc817
DE
114922014-02-06 Doug Evans <xdje42@gmail.com>
11493
11494 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
11495 output.
11496
11497 * gdb.gdb/python-interrupts.exp: New file.
11498
de7b2893
YQ
114992014-02-05 Yao Qi <yao@codesourcery.com>
11500
11501 * gdb.trace/report.exp (use_collected_data): Test the output
11502 of "info threads" and "info inferiors".
11503
66d032ac
YQ
115042014-02-05 Yao Qi <yao@codesourcery.com>
11505
11506 Revert this patch:
11507
11508 2013-05-24 Yao Qi <yao@codesourcery.com>
11509
11510 * gdb.trace/tfile.exp: Test inferior and thread.
11511
591a12a1
UW
115122014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11513
11514 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
11515 on a function.
11516 * gdb.base/step-bt.c: Call hello via function pointer to make
11517 sure its first instruction is executed on powerpc64le-linux.
11518
0ff3e01f
UW
115192014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11520
11521 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
11522
084ee545
UW
115232014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11524
11525 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
11526 of the test patterns for use on little-endian systems.
11527
6ed14ff3
UW
115282014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11529
11530 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
11531 (decimal_vector): Fix for little-endian.
11532
401e27fd
JM
115332014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
11534
11535 * gdb.arch/sparc-sysstep.exp: New file.
11536 * gdb.arch/sparc-sysstep.c: Likewise.
11537
11538 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
11539
8b924729
EBM
115402014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11541
11542 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
11543
fb151210
JB
115442014-01-23 Tom Tromey <tromey@redhat.com>
11545
11546 * gdb.ada/array_char_idx: New testcase.
11547
0740f8d8
TT
115482014-01-23 Tom Tromey <tromey@redhat.com>
11549
11550 PR python/16487:
11551 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
11552 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
11553 classes.
11554
21909fa1
TT
115552014-01-23 Tom Tromey <tromey@redhat.com>
11556
11557 PR python/16491:
11558 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
11559 string from an inferior frame.
11560 * gdb.python/py-framefilter-mi.exp: Update.
11561
87ce2a04
DE
115622014-01-22 Doug Evans <dje@google.com>
11563
11564 * gdb.server/server-mon.exp: Add tests for "set debug-format".
11565
237b092b
AA
115662014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11567
11568 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
11569
d674a709
AA
115702014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11571
11572 * gdb.trace/entry-values.exp: Remove excess space character from
11573 regex patterns. Handle s390 call instruction.
11574
20fa3390
AA
115752014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11576
11577 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
11578 define "*_start" label. Make "name" static.
11579 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
11580 ${name} by references to ${name}_start.
11581
78466714
AA
115822014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11583
11584 * gdb.base/info-macros.exp: Remove "debug" from the compile
11585 options.
11586
ec9f644a
IB
115872014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11588
11589 * gdb.dlang/demangle.exp: New file.
11590
94b1b47e
IB
115912014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11592
11593 * gdb.dlang/primitive-types.exp: New file.
11594
7f420862
IB
115952014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11596
11597 * configure.ac: Create gdb.dlang/Makefile.
11598 * configure: Regenerate.
11599 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
11600 * gdb.dlang/Makefile.in: New file.
11601 * lib/d-support.exp: New file.
11602 * lib/gdb.exp (skip_d_tests): New proc.
11603
52834460
MM
116042014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11605
11606 * gdb.btrace/delta.exp: Check reverse stepi.
11607 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
11608 * gdb.btrace/finish.exp: New.
11609 * gdb.btrace/next.exp: New.
11610 * gdb.btrace/nexti.exp: New.
11611 * gdb.btrace/record_goto.c: Add comments.
11612 * gdb.btrace/step.exp: New.
11613 * gdb.btrace/stepi.exp: New.
11614 * gdb.btrace/multi-thread-step.c: New.
11615 * gdb.btrace/multi-thread-step.exp: New.
11616 * gdb.btrace/rn-dl-bind.c: New.
11617 * gdb.btrace/rn-dl-bind.exp: New.
11618 * gdb.btrace/data.c: New.
11619 * gdb.btrace/data.exp: New.
11620 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11621
6e07b1d2
MM
116222014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11623
11624 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
11625 * gdb.btrace/exception.exp: Update.
11626 * gdb.btrace/instruction_history.exp: Update.
11627 * gdb.btrace/record_goto.exp: Update.
11628 * gdb.btrace/tailcall.exp: Update.
11629 * gdb.btrace/unknown_functions.exp: Update.
11630 * gdb.btrace/delta.exp: New.
11631
0b722aec
MM
116322014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11633
11634 * gdb.btrace/record_goto.exp: Add backtrace test.
11635 * gdb.btrace/tailcall.exp: Add backtrace test.
11636
066ce621
MM
116372014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11638
11639 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
11640 * gdb.btrace/record_goto.c: New.
11641 * gdb.btrace/record_goto.exp: New.
11642 * gdb.btrace/x86-record_goto.S: New.
11643
0688d04e
MM
116442014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11645
11646 * gdb.btrace/function_call_history.exp: Update tests.
11647 * gdb.btrace/instruction_history.exp: Update tests.
11648
8710b709
MM
116492014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11650
11651 * gdb.btrace/function_call_history.exp: Fix expected field
11652 order for "record function-call-history".
11653 Add new tests for "record function-call-history /c".
11654 * gdb.btrace/exception.cc: New.
11655 * gdb.btrace/exception.exp: New.
11656 * gdb.btrace/tailcall.exp: New.
11657 * gdb.btrace/x86-tailcall.S: New.
11658 * gdb.btrace/x86-tailcall.c: New.
11659 * gdb.btrace/unknown_functions.c: New.
11660 * gdb.btrace/unknown_functions.exp: New.
11661 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11662
5de9129b
MM
116632014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11664
11665 * gdb.btrace/instruction_history.exp: Update.
11666 * gdb.btrace/function_call_history.exp: Update.
11667
23a7fe75
MM
116682014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11669
11670 * gdb.btrace/function_call_history.exp: Fix expected function
11671 trace.
11672 * gdb.btrace/instruction_history.exp: Initialize traced.
11673 Remove traced_functions.
11674
724c7dd8
MM
116752014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11676
11677 * gdb.btrace/function_call_history.exp: Update
11678 * gdb.btrace/instruction_history.exp: Update.
11679
6d78d93b
MM
116802014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11681
11682 * gdb.btrace/enable.exp: Update expected text.
11683
93a360cc
OJ
116842014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
11685
11686 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
11687 bytes.
11688
3772b53f
MR
116892014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
11690
11691 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
11692
596662fa
OJ
116932014-01-15 Omair Javaid <omair.javaid@linaro.org>
11694
11695 * lib/gdb.exp (supports_process_record): Return true for
11696 arm*-linux*. (supports_reverse): Likewise.
11697
b5b08fb4
SC
116982014-01-13 Siva Chandra Reddy <sivachandra@google.com>
11699
11700 PR python/15464
11701 PR python/16113
11702 * gdb.python/py-type.c: Enhance test case.
11703 * gdb.python/py-value-cc.cc: Likewise
11704 * gdb.python/py-type.exp: Add new tests.
11705 * gdb.python/py-value-cc.exp: Likewise
11706
52d7fb13
AA
117072014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11708 Pedro Alves <palves@redhat.com>
11709
11710 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
11711 Make "name" extern.
11712 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
11713 references to ${name}_start by references to ${name}.
11714
a2cd8cfe
JB
117152014-01-10 Joel Brobecker <brobecker@adacore.com>
11716
11717 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
11718
4e23fced
JB
117192014-01-10 Joel Brobecker <brobecker@adacore.com>
11720
11721 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
11722
c6a9e42c
PA
117232014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
11724 Pedro Alves <palves@redhat.com>
11725
11726 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 11727 mi_gdb_target_load.
c6a9e42c 11728
b7ea362b
PA
117292014-01-08 Pedro Alves <palves@redhat.com>
11730
11731 * gdb.threads/reconnect-signal.c: New file.
11732 * gdb.threads/reconnect-signal.exp: New file.
11733
5e3f4fab
EBM
117342014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11735
11736 * gdb.base/source-dir.exp: New file.
11737
79301218
JB
117382014-01-07 Joel Brobecker <brobecker@adacore.com>
11739
11740 * gdb.ada/mi_interface: New testcase.
11741
8e355c5d
JB
117422014-01-07 Joel Brobecker <brobecker@adacore.com>
11743
11744 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
11745 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
11746 gdb.ada/pp-rec-component/pck.ads: New files.
11747
c0d48811
JB
117482014-01-07 Joel Brobecker <brobecker@adacore.com>
11749
11750 * gdb.python/py-pp-integral.c: New file.
11751 * gdb.python/py-pp-integral.py: New file.
11752 * gdb.python/py-pp-integral.exp: New file.
11753
17b609c3 11754For older changes see ChangeLog-1993-2013.
c906108c 11755\f
8d8cb839
EZ
11756;; Local Variables:
11757;; mode: change-log
11758;; left-margin: 8
11759;; fill-column: 74
11760;; version-control: never
11761;; End:
902f2ccb 11762
61baf725 11763 Copyright 2014-2017 Free Software Foundation, Inc.
902f2ccb
MC
11764 Copying and distribution of this file, with or without modification,
11765 are permitted provided the copyright notice and this notice are preserved.